summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-zh-rCN/cm_strings.xml')
-rw-r--r--res/values-zh-rCN/cm_strings.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml
index 4d72caa03..3580a6b05 100644
--- a/res/values-zh-rCN/cm_strings.xml
+++ b/res/values-zh-rCN/cm_strings.xml
@@ -16,7 +16,13 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- pixels counted by ten thousands for Chinese -->
+ <!-- common aspect ratios -->
+ <!-- aspect ratio greater than 16:9, so "widescreen" or "cinematic" -->
+ <string name="pref_camera_aspectratio_wide">宽</string>
+ <!-- Format for entries in the picture size menu. Parameter one is aspect ratio,
+ parameter two is size in megapixels, e.g. "(4:3) 12.1 megapixels"
+ NOTE: for Chinese (zh) and Korean (ko) the pixel number (parameter two)
+ will be multiplied by 100 as those languages want to count by ten thousands -->
<string name="pref_camera_megapixel_format">(%1$s) %2$1.0f 万像素</string>
<!-- Settings screen, scene mode -->
<string name="pref_camera_scenemode_entry_refocus">微距+</string>
@@ -97,4 +103,7 @@
<!-- Shutter speed -->
<string name="pref_camera_shutter_speed_title">快门速度</string>
<string name="auto_hdr_enabled">自动 HDR 已启用</string>
+ <!-- Advanced options -->
+ <string name="developer_menu_enabled">您已启用高级相机选项</string>
+ <string name="developer_menu_disabled">您已禁用高级相机选项</string>
</resources>