summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
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>