aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-ko/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-ko/strings.xml')
-rw-r--r--res/values-ko/strings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 07ad609..08688fd 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -16,9 +16,14 @@
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The application name -->
+ <!-- The app description -->
<string name="app_description">PhotoPhase 라이브 배경화면</string>
+ <!-- No images message -->
<string name="no_pictures_oops_msg">사진이 없습니다.</string>
+ <!-- runtime permission warning -->
<string name="runtime_permission_warning">외부 저장소 쓰기 권한이 없어 앱을 실행할 수 없습니다.</string>
+ <!-- Menus -->
<string name="mnu_restore">복원</string>
<string name="mnu_delete">삭제</string>
<string name="mnu_settings">설정</string>
@@ -27,6 +32,7 @@
<string name="mnu_invert">반전</string>
<string name="mnu_select_album">앨범 선택</string>
<string name="mnu_deselect_album">앨범 선택 해제</string>
+ <!-- Formats -->
<string name="format_disabled">비활성화</string>
<string name="format_rotate_only">회전할 때</string>
<string name="format_seconds">%s초</string>
@@ -34,6 +40,7 @@
<string name="format_hours">%s시</string>
<string name="format_days">%s일</string>
<string name="format_dim">%s%%</string>
+ <!-- Preferences -->
<string name="pref_general">기본</string>
<string name="pref_general_summary">기본 설정, 효과 및 전환</string>
<string name="pref_general_settings">설정</string>
@@ -77,17 +84,20 @@
</plurals>
<string name="disposition_orientation_portrait">세로 방향</string>
<string name="disposition_orientation_landscape">가로 방향</string>
+ <!-- [2 lines one for describe long tap and another for describe swipe] -->
<string name="pref_disposition_description">프레임을 길게 누른 후에 테두리를 드래그하십시오.\n좌우로 스와이프하여 정해진 템플릿을 볼 수 있습니다</string>
<string name="pref_disposition_template">템플릿 <xliff:g id="number_of_template">%1$s</xliff:g> / <xliff:g id="total_of_templates">%2$s</xliff:g></string>
<string name="pref_disposition_unable_delete_advise">선택된 프레임을 삭제할 수 없습니다</string>
<string name="pref_about">정보</string>
<string name="pref_about_summary">PhotoPhase v<xliff:g id="version">%1$s</xliff:g>\nCopyright \u00A9 2014 The CyanogenMod Project</string>
+ <!-- Refresh intervals -->
<string name="refresh_intervals_disabled">사용 안 함</string>
<string name="refresh_intervals_1h">1시간</string>
<string name="refresh_intervals_4h">4시간</string>
<string name="refresh_intervals_1d">1일</string>
<string name="refresh_intervals_2d">2일</string>
<string name="refresh_intervals_1w">1주</string>
+ <!-- Touch actions -->
<string name="touch_actions_none">없음</string>
<string name="touch_actions_transition">전환 수행</string>
<string name="touch_actions_open">열기</string>
@@ -96,12 +106,14 @@
<string name="touch_actions_transition_summary">이미지 전환</string>
<string name="touch_actions_open_summary">이미지 열기</string>
<string name="touch_actions_share_summary">이미지 공유</string>
+ <!-- Transitions -->
<string name="transitions_cube">큐브</string>
<string name="transitions_fade">사라짐</string>
<string name="transitions_flip">뒤집기</string>
<string name="transitions_swap">교체</string>
<string name="transitions_translation">이동</string>
<string name="transitions_window">창문</string>
+ <!-- Effects -->
<string name="effects_noeffect">보통</string>
<string name="effects_autofix">자동 수정</string>
<string name="effects_blur">흐림</string>
@@ -127,9 +139,11 @@
<string name="effects_temperature">따뜻함</string>
<string name="effects_tint">색조</string>
<string name="effects_vignette">삽화</string>
+ <!-- ColorPickerDialog -->
<string name="color_picker_alpha_slider_text">알파</string>
<string name="color_picker_current_text">현재:</string>
<string name="color_picker_new_text">신규:</string>
<string name="color_picker_color">색상:</string>
+ <!-- Changelog dialog -->
<string name="changelog_title">변경내역</string>
</resources>