summaryrefslogtreecommitdiffstats
path: root/res/values-ko/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-ko/cm_strings.xml')
-rw-r--r--res/values-ko/cm_strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml
index 518fdf875..e103e297b 100644
--- a/res/values-ko/cm_strings.xml
+++ b/res/values-ko/cm_strings.xml
@@ -18,10 +18,12 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- 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">(<xliff:g id="ratio" example="16:9">%1$s</xliff:g>) <xliff:g id="pixels">%2$1.1f</xliff:g>만 화소</string>
<!-- Settings screen, scene mode -->
<string name="pref_camera_scenemode_entry_refocus">매크로+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">모션 블러 감소</string>
@@ -102,4 +104,6 @@
<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>