summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml20
1 files changed, 15 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d08f70a16..e4a0f9d30 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -618,8 +618,7 @@
<string name="pref_camera_recordlocation_default" translatable="false">none</string>
<!-- Label for record location preference [CHAR LIMIT=50] -->
- <string name="pref_camera_location_label_on">RECORD LOCATION</string>
- <string name="pref_camera_location_label_off">NO LOCATION</string>
+ <string name="pref_camera_location_label">LOCATION</string>
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">Countdown timer</string>
@@ -779,6 +778,19 @@
<!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
<string name="pref_camera_scenemode_label_party">PARTY</string>
+ <!-- Settings menu countdown timer labels [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label">COUNTDOWN TIMER</string>
+ <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_off">TIMER OFF</string>
+ <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_one">1 SECOND</string>
+ <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_three">3 SECONDS</string>
+ <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
+ <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
+
<!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
<string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
@@ -792,9 +804,7 @@
<string name="pref_camera_hdr_default">@string/setting_off_value</string>
<!-- HDR label ON [CHAR LIMIT=60] -->
- <string name="pref_camera_hdr_label_on">HDR OFF</string>
- <!-- HDR label OFF [CHAR LIMIT=60] -->
- <string name="pref_camera_hdr_label_off">HDR ON</string>
+ <string name="pref_camera_hdr_label">HDR</string>
<!-- switch camera label back [CHAR LIMIT=60] -->
<string name="pref_camera_id_label_back">FRONT CAMERA</string>