summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-09-11 19:59:45 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-09-11 19:59:45 +0300
commit6f424a778a883524aaaf4208b2626561259d84a8 (patch)
tree0ff340c7fd7f514ced3c19ae9d252393cc08733b
parent48527b347d43d09ede92ca37d8c0a77cd830feda (diff)
downloadandroid_packages_apps_Terminal-6f424a778a883524aaaf4208b2626561259d84a8.tar.gz
android_packages_apps_Terminal-6f424a778a883524aaaf4208b2626561259d84a8.tar.bz2
android_packages_apps_Terminal-6f424a778a883524aaaf4208b2626561259d84a8.zip
Automatic translation import
Change-Id: Ief8e2a174c1ac4296e488c8a82525734480f5a9b
-rw-r--r--res/values-zh-rHK/arrays.xml35
-rw-r--r--res/values-zh-rHK/strings.xml24
2 files changed, 59 insertions, 0 deletions
diff --git a/res/values-zh-rHK/arrays.xml b/res/values-zh-rHK/arrays.xml
new file mode 100644
index 0000000..c0d9bbe
--- /dev/null
+++ b/res/values-zh-rHK/arrays.xml
@@ -0,0 +1,35 @@
+<?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="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>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
new file mode 100644
index 0000000..3454784
--- /dev/null
+++ b/res/values-zh-rHK/strings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 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 name="screen_settings">螢幕設定</string>
+ <string name="fullscreen_mode_title">全螢幕模式</string>
+ <string name="screen_orientation_title">螢幕方向</string>
+ <string name="text_settings">文字設定</string>
+ <string name="font_size_title">字體大小</string>
+ <string name="text_colors_title">文字顏色</string>
+</resources>