diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 16:12:58 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 16:42:28 -0800 |
commit | 72fb3616e29af3da3a15f0913cd909a260292805 (patch) | |
tree | 85a4e3ddd1865cc6d67423cedaeb66ee8486bd14 /MobileCydia.app/German.lproj | |
parent | e4f3d6e9839a8d8f7bbdebc0737fad9243c7a429 (diff) |
Fix localization of LOADING_DATA (use ELISION+LOADING for 'Loading...').
Diffstat (limited to 'MobileCydia.app/German.lproj')
-rw-r--r-- | MobileCydia.app/German.lproj/Localizable.strings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MobileCydia.app/German.lproj/Localizable.strings b/MobileCydia.app/German.lproj/Localizable.strings index 78a818c..d6a92e2 100644 --- a/MobileCydia.app/German.lproj/Localizable.strings +++ b/MobileCydia.app/German.lproj/Localizable.strings @@ -53,6 +53,7 @@ "DOWNLOADING" = "Lädt"; "DOWNLOADING_" = "Lädt %@ herunter"; "EDIT" = "Bearbeiten"; +"ELISION" = "%@..."; "ENTER_APT_URL" = "Cydia/APT URL eingeben"; "ENTERED_BY_USER" = "Vom Benutzer eingegeben"; "ERROR" = "Fehler"; |