summaryrefslogtreecommitdiffstats
path: root/res/values-ko/arrays.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-18 21:50:43 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-02-19 00:53:23 +0200
commit589aa46a39fc85e4d0df2088b0bbd06b8915d12e (patch)
treeb594e045345d387d7271fb5704081439e09c0d43 /res/values-ko/arrays.xml
parent45383774e16a9c97381fa13ab686028144229b85 (diff)
downloadandroid_packages_apps_Terminal-589aa46a39fc85e4d0df2088b0bbd06b8915d12e.tar.gz
android_packages_apps_Terminal-589aa46a39fc85e4d0df2088b0bbd06b8915d12e.tar.bz2
android_packages_apps_Terminal-589aa46a39fc85e4d0df2088b0bbd06b8915d12e.zip
Automatic translation importstable/cm-12.0-YNG1I
Change-Id: Ibb8792c9794db4e32447fff0654c79a8c12a0d97
Diffstat (limited to 'res/values-ko/arrays.xml')
-rw-r--r--res/values-ko/arrays.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/res/values-ko/arrays.xml b/res/values-ko/arrays.xml
new file mode 100644
index 0000000..4f0a093
--- /dev/null
+++ b/res/values-ko/arrays.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string-array name="screen_orientation_labels">
+ <item>자동</item>
+ <item>가로 보기</item>
+ <item>세로 보기</item>
+ </string-array>
+ <string-array name="font_size_labels">
+ <item>10 pt</item>
+ <item>12 pt</item>
+ <item>14 pt</item>
+ <item>16 pt</item>
+ <item>20 pt</item>
+ <item>24 pt</item>
+ </string-array>
+ <string-array name="text_colors_labels">
+ <item>흰색바탕에 검은색 텍스트</item>
+ <item>검정바탕에 흰색 텍스트</item>
+ <item>검정바탕에 녹색 텍스트</item>
+ <item>검정바탕에 주황색 텍스트</item>
+ <item>검정바탕에 빨강색 텍스트</item>
+ <item>검정바탕에 파랑색 텍스트</item>
+ </string-array>
+</resources>