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.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml
index 2ba99d9d7..b6229cfcc 100644
--- a/res/values-ko/cm_strings.xml
+++ b/res/values-ko/cm_strings.xml
@@ -16,9 +16,13 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="pref_camera_megapixel_format">(%1$s) %2$1.0f만 화소</string>
+ <!-- common aspect ratios -->
+ <!-- aspect ratio greater than 16:9, so "widescreen" or "cinematic" -->
+ <!-- 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 -->
<!-- Settings screen, scene mode -->
- <string name="pref_camera_scenemode_entry_refocus">매크로+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">모션 블러 감소</string>
<string name="pref_camera_scenemode_entry_aqua">아쿠아</string>
<string name="pref_camera_scenemode_entry_ar">증강 현실</string>
@@ -61,6 +65,7 @@
<string name="pref_camera_scenemode_entry_text">텍스트</string>
<string name="pref_camera_scenemode_entry_theatre">극장</string>
<string name="pref_camera_scenemode_entry_whiteboard">화이트보드</string>
+ <!-- Settings screen, focus mode -->
<string name="pref_camera_focusmode_entry_continuous">연속</string>
<string name="pref_camera_focusmode_entry_mw_continuous">연속 (MW)</string>
<string name="pref_camera_focusmode_entry_extended">확장</string>
@@ -70,6 +75,7 @@
<string name="pref_camera_focusmode_entry_normal">일반</string>
<string name="pref_camera_focusmode_entry_portrait">인물</string>
<string name="pref_camera_focusmode_entry_hyperfocal">과초점</string>
+ <!-- Color effects -->
<string name="pref_camera_coloreffect_entry_washed">탈색</string>
<string name="pref_camera_coloreffect_entry_vintage_warm">빈티지 (따뜻하게)</string>
<string name="pref_camera_coloreffect_entry_vintage_cold">빈티지 (차갑게)</string>
@@ -77,13 +83,22 @@
<string name="pref_camera_coloreffect_entry_point_green">초록색 포인트</string>
<string name="pref_camera_coloreffect_entry_point_red_yellow">빨강-노랑 포인트</string>
<string name="pref_camera_coloreffect_entry_cartoonize">만화</string>
+ <!-- Red eye flash mode title -->
<string name="pref_camera_flashmode_entry_redeye">적목</string>
<string name="pref_camera_flashmode_label_redeye">적목</string>
+ <!-- Power shutter -->
<string name="pref_camera_power_shutter_title">전원 키 셔터</string>
+ <!-- Max brightness -->
<string name="pref_camera_max_brightness_title">밝은 화면</string>
+ <!-- Touch focus duration -->
<string name="pref_camera_focustime_title">터치 초점 지속시간</string>
+ <string name="pref_camera_focustime_entry_0">0초</string>
+ <string name="pref_camera_focustime_entry_3">3초</string>
<string name="pref_camera_focustime_entry_5">5초</string>
<string name="pref_camera_focustime_entry_10">10초</string>
<string name="pref_camera_focustime_entry_infinite">계속 유지</string>
+ <!-- Shutter speed -->
<string name="pref_camera_shutter_speed_title">셔터 속도</string>
+ <string name="auto_hdr_enabled">자동 HDR 사용</string>
+ <!-- Advanced options -->
</resources>