summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2010-09-29 22:14:15 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-29 22:14:15 -0700
commite1ed06c431a1ac55d69bef771d86d2ebbfd197d4 (patch)
tree31d208757577b3271429f376ad5d2e2c78face25 /res/values
parent23463775292a78e73a1a18f731443120b08e4146 (diff)
parent229e758bcecfe03177102d6d4b7ac65483b465f1 (diff)
downloadandroid_packages_apps_CertInstaller-e1ed06c431a1ac55d69bef771d86d2ebbfd197d4.tar.gz
android_packages_apps_CertInstaller-e1ed06c431a1ac55d69bef771d86d2ebbfd197d4.tar.bz2
android_packages_apps_CertInstaller-e1ed06c431a1ac55d69bef771d86d2ebbfd197d4.zip
am 229e758b: Split strings with SD card references into variations.
Merge commit '229e758bcecfe03177102d6d4b7ac65483b465f1' * commit '229e758bcecfe03177102d6d4b7ac65483b465f1': Split strings with SD card references into variations.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b10b6cc..9ba9e35 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -64,6 +64,10 @@
<!-- toast message -->
<string name="cert_read_error">Installation failed. Cannot read the certificate file.</string>
- <string name="no_cert_file_found">No certificate file found in the SD card.</string>
- <string name="sdcard_not_present">SD card is not present.</string>
+ <!-- Shown when the certificate file can't be found. [CHAR LIMIT=NONE] -->
+ <string name="no_cert_file_found" product="nosdcard">No certificate file found in the shared storage.</string>
+ <string name="no_cert_file_found" product="default">No certificate file found in the SD card.</string>
+ <!-- Shown when the shared storage can't be found to look for a certificate. [CHAR LIMIT=30] -->
+ <string name="sdcard_not_present" product="nosdcard">Shared storage not available.</string>
+ <string name="sdcard_not_present" product="default">SD card is not present.</string>
</resources>