Skip to content

Commit

Permalink
Merge pull request #50 from leonklingele/german-localization-fix
Browse files Browse the repository at this point in the history
Fixed German localization
  • Loading branch information
Giorgio Calderolla committed Jan 9, 2015
2 parents 93f194e + 1b5724c commit cb22ef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions de.lproj/Localizable.strings
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 modified de.lproj/UI.strings
Binary file not shown.

0 comments on commit cb22ef5

Please sign in to comment.