summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-16 17:48:28 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-16 17:48:28 +0300
commit39644b9d26558300e13a051671d4507bf79a8d9c (patch)
tree15298d6ab64235a922c2c81cb42adfefe27885b5
parent994aade713ccd500ca8b7892feee0cfb1cd2eedd (diff)
downloadandroid_packages_apps_Terminal-39644b9d26558300e13a051671d4507bf79a8d9c.tar.gz
android_packages_apps_Terminal-39644b9d26558300e13a051671d4507bf79a8d9c.tar.bz2
android_packages_apps_Terminal-39644b9d26558300e13a051671d4507bf79a8d9c.zip
Automatic translation importcm-14.0
Change-Id: I99c350fd55d94afe4fcc7cd8e2fdfe4a543c20a1
-rw-r--r--res/values-csb-rPL/strings.xml19
-rw-r--r--res/values-in/arrays.xml40
-rw-r--r--res/values-in/strings.xml10
3 files changed, 69 insertions, 0 deletions
diff --git a/res/values-csb-rPL/strings.xml b/res/values-csb-rPL/strings.xml
new file mode 100644
index 0000000..bdd2603
--- /dev/null
+++ b/res/values-csb-rPL/strings.xml
@@ -0,0 +1,19 @@
+<?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>
+ <!-- Title of the Terminal activity. -->
+</resources>
diff --git a/res/values-in/arrays.xml b/res/values-in/arrays.xml
new file mode 100644
index 0000000..a843130
--- /dev/null
+++ b/res/values-in/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>Otomatis</item>
+ <item>Lanskap</item>
+ <item>Potret</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>Teks hitam pada putih</item>
+ <item>Teks putih pada hitam</item>
+ <item>Teks hijau pada hitam</item>
+ <item>Teks kuning pada hitam</item>
+ <item>Teks merah pada hitam</item>
+ <item>Teks biru pada hitam</item>
+ </string-array>
+</resources>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index bdd2603..4765b48 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -16,4 +16,14 @@
-->
<resources>
<!-- Title of the Terminal activity. -->
+ <string name="app_label">Terminal</string>
+ <string name="menu_new_tab">Tab baru</string>
+ <string name="menu_close_tab">Tutup tab</string>
+ <string name="menu_item_settings">Pengaturan</string>
+ <string name="screen_settings">Pengaturan layar</string>
+ <string name="fullscreen_mode_title">Modus layar penuh</string>
+ <string name="screen_orientation_title">Orientasi Layar</string>
+ <string name="text_settings">Pengaturan teks</string>
+ <string name="font_size_title">Ukuran fon</string>
+ <string name="text_colors_title">Warna teks</string>
</resources>