summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2010-09-28 16:34:33 -0700
committerEric Fischer <enf@google.com>2010-09-29 11:06:39 -0700
commit229e758bcecfe03177102d6d4b7ac65483b465f1 (patch)
tree26c9a497cc553686e8377b4d882fc65ab10570d3
parentab1f4fcabecce7e9b52f5fd968fb5d3f4072721a (diff)
downloadandroid_packages_apps_CertInstaller-229e758bcecfe03177102d6d4b7ac65483b465f1.tar.gz
android_packages_apps_CertInstaller-229e758bcecfe03177102d6d4b7ac65483b465f1.tar.bz2
android_packages_apps_CertInstaller-229e758bcecfe03177102d6d4b7ac65483b465f1.zip
Split strings with SD card references into variations.
Change-Id: I5b8cfb8e121074c065c746118faa1162ff46e5ad
-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 c49c9df..d7d7b47 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>