summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorweijiew <weijiew@codeaurora.org>2016-11-10 15:36:18 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-17 01:39:52 -0800
commita00285cb4fdc76cbbec34871cb62d58599ad74dc (patch)
tree8a74d6bf79824ed02e283c3c7eba038f6368af6c /res/values/qcomstrings.xml
parentc6fb74a0f63210f1991686e4303ed928b23e5b4b (diff)
downloadandroid_packages_apps_Snap-a00285cb4fdc76cbbec34871cb62d58599ad74dc.tar.gz
android_packages_apps_Snap-a00285cb4fdc76cbbec34871cb62d58599ad74dc.tar.bz2
android_packages_apps_Snap-a00285cb4fdc76cbbec34871cb62d58599ad74dc.zip
SnapdragonCamera: Some options are not translated to Chinese
String was hard code. Move string to string.xml Change-Id: I0c0eefea766869606a125c2f08b1ba04e4b29084 CRs-Fixed: 1088128
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 34c9b32cf..dc66d6081 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -1040,10 +1040,10 @@
<string name="pref_camera2_shutter_sound_entry_off" translatable="true">Off</string>
<string name="pref_camera2_shutter_sound_title" translatable="true">Shutter Sound</string>
- <string name="pref_camera2_timer_entry_off" translatable="false">Off</string>
- <string name="pref_camera2_timer_entry_2sec" translatable="false">2 seconds</string>
- <string name="pref_camera2_timer_entry_5sec" translatable="false">5 seconds</string>
- <string name="pref_camera2_timer_entry_10sec" translatable="false">10 seconds</string>
+ <string name="pref_camera2_timer_entry_off" translatable="true">Off</string>
+ <string name="pref_camera2_timer_entry_2sec" translatable="true">2 seconds</string>
+ <string name="pref_camera2_timer_entry_5sec" translatable="true">5 seconds</string>
+ <string name="pref_camera2_timer_entry_10sec" translatable="true">10 seconds</string>
<string name="pref_camera2_timer_value_off" translatable="false">0</string>
<string name="pref_camera2_timer_value_2sec" translatable="false">2</string>
@@ -1056,5 +1056,11 @@
<string name="makeup_ui_ok_button" translatable="true">OK</string>
<string name="makeup_seekbar_low" translatable="true">low</string>
<string name="makeup_seekbar_high" translatable="true">high</string>
+
+ <string name="perf_camera2_version_info" translatable="true">Version Info</string>
+ <string name="perf_camera2_preferences_category_general" translatable="true">General</string>
+ <string name="perf_camera2_preferences_category_photo" translatable="true">Still camera</string>
+ <string name="perf_camera2_preferences_category_video" translatable="true">Video camera</string>
+ <string name="perf_camera2_preferences_category_system" translatable="true">System</string>
</resources>