summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-08-26 15:56:45 -0700
committerWu-cheng Li <wuchengli@google.com>2010-08-26 17:25:40 -0700
commite2c02932d03860a8100a96fad5f33867d83dfe4a (patch)
tree5fea8760ef1e2862c3a505ce5904757a4f11d5e1 /res
parent20ddc2054b04d40b4e15e0831d3df02f30b600e8 (diff)
downloadLegacyCamera-e2c02932d03860a8100a96fad5f33867d83dfe4a.zip
LegacyCamera-e2c02932d03860a8100a96fad5f33867d83dfe4a.tar.gz
LegacyCamera-e2c02932d03860a8100a96fad5f33867d83dfe4a.tar.bz2
Add camera selection setting strings.
Change-Id: I1cebf6c926c4b475e2d66894f748c2c6861937d8
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a1e4a23..b908456 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -105,6 +105,14 @@
<!-- Button indicating to switch to another camera -->
<string name="switch_camera_id">Switch Camera</string>
+ <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
+ <string name="pref_camera_id_title">Select camera</string>
+
+ <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
+ <string name="pref_camera_id_entry_back">Back</string>
+ <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
+ <string name="pref_camera_id_entry_front">Front</string>
+
<!-- Settings screen, setting title text -->
<string name="pref_camera_recordlocation_title">Store location</string>