summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-09-06 10:11:20 +0800
committerlikaid <likaid@codeaurora.org>2015-09-06 10:11:20 +0800
commitdbdcb430566877bd5cf54530f2750c805f2eaa1d (patch)
tree3124ef666b59709890795310c905d3214e623559 /res/values-zh-rCN
parent007b0d24e854630caa4fdf07899e3aa5f4ad301b (diff)
downloadandroid_packages_apps_Snap-dbdcb430566877bd5cf54530f2750c805f2eaa1d.tar.gz
android_packages_apps_Snap-dbdcb430566877bd5cf54530f2750c805f2eaa1d.tar.bz2
android_packages_apps_Snap-dbdcb430566877bd5cf54530f2750c805f2eaa1d.zip
SnapdragonCamera: Add Chinese string for makeup level
The makeup level was defined as "Low" "Mid" and "High" with hard code English strings, which could not be changed after system language changed. Add Chinese strings for them in string.xml file. Change-Id: Icb5b570791dfa19494bde9d321188620ca675a35 CRs-Fixed: 892963
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r--res/values-zh-rCN/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 4ea9734b5..044cb6db7 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -534,6 +534,9 @@
<string name="pref_camera_tsmakeup_title">美颜</string>
<string name="pref_camera_tsmakeup_entry_on">开</string>
<string name="pref_camera_tsmakeup_entry_off">关</string>
+ <string name="pref_camera_tsmakeup_entry_low">低</string>
+ <string name="pref_camera_tsmakeup_entry_mid">中</string>
+ <string name="pref_camera_tsmakeup_entry_high">高</string>
<string name="pref_camera_tsmakeup_custom">自定义</string>
<string name="pref_camera_tsmakeup_level_whiten">美白</string>
<string name="pref_camera_tsmakeup_level_clean">磨皮</string>