OSDN Git Service

Fix 5454748: Localize hardcoded folder names.
authorChih-Chung Chang <chihchung@google.com>
Mon, 24 Oct 2011 07:56:30 +0000 (15:56 +0800)
committerChih-Chung Chang <chihchung@google.com>
Mon, 24 Oct 2011 08:28:05 +0000 (16:28 +0800)
Change-Id: I91586d6f707a0352be6be524e848bd2c2dacab7e

res/values/strings.xml

index 74ba1f3..e4352f8 100644 (file)
 
     <!-- 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>