-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add translations - Handle status PENDING, CANCELLED and FAILED
- Loading branch information
1 parent
9d7f342
commit 1c4b557
Showing
3 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="retry">Erneut versuchen</string> | ||
<string name="update_available">Update verfügbar</string> | ||
<string name="update_pending">Update begonnen</string> | ||
<string name="update_downloading">Update wird hertuntergeladen: %s</string> | ||
<string name="update_download_done">Update Installieren</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
<resources> | ||
<string name="retry">Retry</string> | ||
<string name="update_available">Update available</string> | ||
<string name="update_pending">Update queued</string> | ||
<string name="update_downloading">Downloading: %s</string> | ||
<string name="update_download_done">Install Update</string> | ||
</resources> |