-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from leonklingele/german-localization-fix
Fixed German localization
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/* Don't remove %@ signs or you'll break the application */ | ||
|
||
// in menu: | ||
"pause"="Pause"; // this is a verb | ||
"pause"="Pausieren"; // this is a verb | ||
"resume"="Fortsetzen"; // this is a verb | ||
"lastupdate"="Letztes update: %@"; // %@ will be replaced by update time | ||
"lastupdatefailed"="Letzes update (fehlgeschlagen): %@"; // %@ will be replaced by update time | ||
"lastupdate"="Letztes Update: %@"; // %@ will be replaced by update time | ||
"lastupdatefailed"="Letztes Update (fehlgeschlagen): %@"; // %@ will be replaced by update time | ||
"never"="Noch nie"; // this is for the last update time, meaning "I still haven't made one" | ||
"updatingnow"="Updatet jetzt..."; | ||
// for notifications: | ||
"newtorrent"="Neues torrent heruntergeladen"; | ||
"newtorrent"="Neuer Torrent heruntergeladen"; | ||
"newtorrentdesc"="Torrent %@ wurde heruntergeladen!"; // %@ will be replaced by filename |
Binary file not shown.