summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-07-15 18:58:41 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-07-15 18:58:41 -0700
commit724f65cf0ecf02fef88d3c3b3d0a1b81c79283cf (patch)
tree4ca1696b4de4e5c9698a248095e601e74f16f40d /res
parentbec9a33529d1001892ebbfcb8481fee3cfaf3f4e (diff)
parent0e926041f7bd62470574a30ba5dafc736d16e5b1 (diff)
downloadandroid_packages_apps_Snap-724f65cf0ecf02fef88d3c3b3d0a1b81c79283cf.tar.gz
android_packages_apps_Snap-724f65cf0ecf02fef88d3c3b3d0a1b81c79283cf.tar.bz2
android_packages_apps_Snap-724f65cf0ecf02fef88d3c3b3d0a1b81c79283cf.zip
Merge "SnapdragonCamera: Add Chinese string for camera setting menu items"
Diffstat (limited to 'res')
-rw-r--r--res/values-zh-rCN/strings.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 13337684b..27bec086c 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -545,4 +545,21 @@
<string name="refocus_toast">点击此处可重新对焦照片</string>
<string name="refocus_prompt_title">Macro+</string>
<string name="refocus_prompt_message">开启Macro+模式后,相机会连续拍摄5张照片并将其合成一张全焦照片。您还可以事后重新对焦。</string>
+
+ <!-- Settings menu, setting title text for Manual white balance -->
+ <string name="pref_camera_manual_wb_title">手动白平衡</string>
+ <!-- Settings menu, setting title text for Manual exposure -->
+ <string name="pref_camera_manual_exp_title">手动曝光</string>
+ <!-- Settings menu, setting title text for Manual Focus -->
+ <string name="pref_camera_manual_focus_title">手动对焦</string>
+ <!-- Settings menu, setting title text for cds mode -->
+ <string name="pref_camera_cds_title">CDS模式</string>
+ <!-- Settings menu, setting title text for video cds mode -->
+ <string name="pref_camera_video_cds_title">视频CDS模式</string>
+ <!-- Settings menu, setting title text for tnr mode -->
+ <string name="pref_camera_tnr_title">TNR模式</string>
+ <!-- Settings menu, setting title text for video tnr mode -->
+ <string name="pref_camera_video_tnr_title">视频TNR模式</string>
+ <!-- Settings menu, setting title text for video rotation title -->
+ <string name="pref_camera_video_rotation_title">视频旋转</string>
</resources>