diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-04-20 00:32:33 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:13 +0000 |
commit | df213583d7ac5db52a5d46ed445a574071b38c71 (patch) | |
tree | 3e37faa69cf6279a98447e5107436551c3ee1fc2 /Cydia.app/English.lproj/Localizable.strings | |
parent | 53fc637a778ac202bd264a650426eb7b9121bf6f (diff) |
Localization fixes and performance improvements.
Diffstat (limited to 'Cydia.app/English.lproj/Localizable.strings')
-rw-r--r-- | Cydia.app/English.lproj/Localizable.strings | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cydia.app/English.lproj/Localizable.strings b/Cydia.app/English.lproj/Localizable.strings index 9d99033..01b1a77 100644 --- a/Cydia.app/English.lproj/Localizable.strings +++ b/Cydia.app/English.lproj/Localizable.strings @@ -45,7 +45,7 @@ "DISK_USING" = "Disk Using"; "DONATE_USING" = "Donate using %@"; "DONE" = "Done"; -"DOUBLE_QUOTED": "“$@”"; +"DOUBLE_QUOTED" = "“%@”"; "DOWNGRADE" = "Downgrade"; "DOWNLOADING" = "Downloading"; "EDIT" = "Edit"; @@ -55,7 +55,7 @@ "ESSENTIAL_UPGRADE" = "Essential Upgrade"; "ESSENTIAL_UPGRADES" = "%d Essential Upgrades"; "ESSENTIAL_UPGRADE_EX" = "One or more essential packages are currently out of date. If these upgrades are not performed you are likely to encounter errors."; -"EXCLAMATION": "%@!"; +"EXCLAMATION" = "%@!"; "EXPANDED_SIZE" = "Expanded Size"; "EXPERT" = "Expert"; "FEATURED_PACKAGES" = "Featured Packages"; @@ -123,7 +123,7 @@ "PURGE" = "Purge"; "Q_D" = "Q'd"; "QUEUED_FOR" = "Queued for %@"; -"QUESTION": "%@?"; +"QUESTION" = "%@?"; "REBOOT_DEVICE" = "Reboot Device"; "RECENT_CHANGES_UPDATES" = "Recent Changes/Updates"; "RECOMMENDED_BOOKS" = "Recommended Books"; @@ -160,7 +160,7 @@ "SHOW_ALL_CHANGES_EX" = "Changes only shows upgrades to installed packages so as to minimize spam from packagers. Activate this to see upgrades to this package even when it is not installed."; "SIGNED_PACKAGE" = "This package has been signed."; "SIMPLE" = "Simple"; -"SINGLE_QUOTED": "‘$@’"; +"SINGLE_QUOTED" = "‘%@’"; "SLASH_DELIMITED" = "%@ / %@"; "SOURCE_DETAILS" = "Source Information"; "SOURCE_WARNING" = "Source Warning"; |