summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-10-24 15:56:30 +0800
committerChih-Chung Chang <chihchung@google.com>2011-10-24 16:28:05 +0800
commitc6b3db8b10f29c96a70b7f0e3797f441cdc409b2 (patch)
treec73bba320129de6709a5a1a16a985aad16ff84d6 /res/values/strings.xml
parentfb19274232adf7f35cf68c07519e6be1a1c5cd12 (diff)
downloadandroid_packages_apps_Snap-c6b3db8b10f29c96a70b7f0e3797f441cdc409b2.tar.gz
android_packages_apps_Snap-c6b3db8b10f29c96a70b7f0e3797f441cdc409b2.tar.bz2
android_packages_apps_Snap-c6b3db8b10f29c96a70b7f0e3797f441cdc409b2.zip
Fix 5454748: Localize hardcoded folder names.
Change-Id: I91586d6f707a0352be6be524e848bd2c2dacab7e
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 74ba1f31b..e4352f808 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -415,4 +415,18 @@
<!-- The title of menu item where user can add a new account -->
<string name="add_account">Add account</string>
+
+ <!-- The label for the folder contains pictures taken by the camera. [CHAR LIMIT=20]-->
+ <string name="folder_camera">Camera</string>
+
+ <!-- The label for the folder contains downloaded pictures. [CHAR LIMIT=20]-->
+ <string name="folder_download">Download</string>
+
+ <!-- The label for the folder contains pictures that was imported from an
+ external camera. [CHAR LIMIT=20]-->
+ <string name="folder_imported">Imported</string>
+
+ <!-- The label for the folder contains screenshot images. [CHAR LIMIT=20]-->
+ <string name="folder_screenshot">Screenshot</string>
+
</resources>