summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 899c1e697..0000c61e4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -445,4 +445,10 @@
<!-- Web address for gallery help. DO NOT TRANSLATE -->
<string name="help_url_gallery_main" translatable="false"></string>
+
+ <!-- The tilte of a dialog showing there is no external storage. [CHAR LIMIT=20] -->
+ <string name="no_external_storage_title">No Storage</string>
+
+ <!-- The message of a dialog showing there is no external storage. [CHAR LIMIT=none] -->
+ <string name="no_external_storage">No external storage available</string>
</resources>