summaryrefslogtreecommitdiffstats
path: root/res/values-ko
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-04-28 14:28:15 -0700
committerAbhisek Devkota <ciwrl@lineageos.org>2017-04-28 14:28:15 -0700
commit2e4c28533573558821788913d4032f39c1638337 (patch)
tree550ed5c667c123b89c22ea4608094b5adc087b3e /res/values-ko
parent5c3727bf8022b94d6bcacb966f79843965cc26f9 (diff)
downloadandroid_packages_apps_Snap-replicant-6.0-0001.tar.gz
android_packages_apps_Snap-replicant-6.0-0001.tar.bz2
android_packages_apps_Snap-replicant-6.0-0001.zip
Automatic translation importreplicant-6.0-0001
Change-Id: I10022ef978136b916ef41e72da1b664709dc0c74
Diffstat (limited to 'res/values-ko')
-rw-r--r--res/values-ko/cm_strings.xml4
-rw-r--r--res/values-ko/qcomstrings.xml2
-rw-r--r--res/values-ko/strings.xml2
3 files changed, 8 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>
diff --git a/res/values-ko/qcomstrings.xml b/res/values-ko/qcomstrings.xml
index 722a33526..47d7dc37e 100644
--- a/res/values-ko/qcomstrings.xml
+++ b/res/values-ko/qcomstrings.xml
@@ -266,6 +266,8 @@
<!-- Toast after 2k4k video is enabled to inform SeeMore has been disabled -->
<string name="video_quality_4k_disable_SeeMore">SeeMore은 4K 비디오와 같이 켜질 수 없습니다</string>
<!-- Toast after SeeMore has been enabled to show CDS is disabled -->
+ <string name="disable_CDS_during_SeeMore">SeeMore를 사용하면 상관 이중 샘플링 기능(CDS)이 꺼집니다</string>
<!-- Toast after SeeMore has been enabled to show TNR is disabled -->
+ <string name="disable_TNR_during_SeeMore">SeeMore 기능을 사용하면 시간적 노이즈 감소 기능(TNR)이 꺼집니다</string>
<!-- TODO: Remove these? -->
</resources>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 59ace3a7e..e5a4b3403 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -141,7 +141,9 @@
<!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
<string name="camera_disabled">보안 정책으로 인해 카메라 사용이 중지되었습니다.</string>
<!-- message for the dialog showing that the app does not have sufficient permissions [CHAR LIMIT=NONE] -->
+ <string name="error_permissions">앱을 실행하는 데 필수적인 권한이 부여되지 않았습니다. 권한 설정을 확인해 주세요.</string>
<!-- Dialog "Dismiss" button. Closes the dialog [CHAR LIMIT=12]-->
+ <string name="dialog_dismiss">다시 묻지 않기</string>
<!-- alert to the user to wait for some operation to complete -->
<string name="wait">잠시 기다려 주세요\u2026</string>
<!-- alert to the user that an SD card must be installed before using the camera -->