summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-10 23:46:09 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-02-10 23:46:09 +0200
commit68a467f5d5660806c54b49c34975b8eb6cad1efa (patch)
tree1b0bdd3bb04c40c69fdd4dfdb57d8fc8a08018d2
parentbb02e260036093774358ba3d95cf584e6819b962 (diff)
downloadandroid_packages_apps_Terminal-68a467f5d5660806c54b49c34975b8eb6cad1efa.tar.gz
android_packages_apps_Terminal-68a467f5d5660806c54b49c34975b8eb6cad1efa.tar.bz2
android_packages_apps_Terminal-68a467f5d5660806c54b49c34975b8eb6cad1efa.zip
Automatic translation import
Change-Id: Ibdeda14a6891bcf8c5573299436ca3d11d9ac754
-rw-r--r--res/values-ca/arrays.xml40
-rw-r--r--res/values-ca/strings.xml28
-rw-r--r--res/values-cs/arrays.xml35
-rw-r--r--res/values-cs/strings.xml27
-rw-r--r--res/values-de/arrays.xml40
-rw-r--r--res/values-de/strings.xml28
-rw-r--r--res/values-el/arrays.xml40
-rw-r--r--res/values-el/strings.xml28
-rw-r--r--res/values-fi/arrays.xml40
-rw-r--r--res/values-fi/strings.xml28
-rw-r--r--res/values-fr/arrays.xml40
-rw-r--r--res/values-fr/strings.xml28
-rw-r--r--res/values-hu/arrays.xml40
-rw-r--r--res/values-hu/strings.xml28
-rw-r--r--res/values-in/arrays.xml40
-rw-r--r--res/values-in/strings.xml28
-rw-r--r--res/values-it/arrays.xml40
-rw-r--r--res/values-it/strings.xml28
-rw-r--r--res/values-iw/arrays.xml40
-rw-r--r--res/values-iw/strings.xml28
-rw-r--r--res/values-ja/arrays.xml40
-rw-r--r--res/values-ja/strings.xml28
-rw-r--r--res/values-lb/arrays.xml40
-rw-r--r--res/values-lb/strings.xml28
-rw-r--r--res/values-lt/arrays.xml40
-rw-r--r--res/values-lt/strings.xml28
-rw-r--r--res/values-lv/arrays.xml40
-rw-r--r--res/values-lv/strings.xml28
-rw-r--r--res/values-nb/arrays.xml40
-rw-r--r--res/values-nb/strings.xml28
-rw-r--r--res/values-pl/arrays.xml40
-rw-r--r--res/values-pl/strings.xml28
-rw-r--r--res/values-pt-rBR/arrays.xml40
-rw-r--r--res/values-pt-rBR/strings.xml28
-rw-r--r--res/values-pt/arrays.xml40
-rw-r--r--res/values-pt/strings.xml28
-rw-r--r--res/values-ro/arrays.xml40
-rw-r--r--res/values-ro/strings.xml24
-rw-r--r--res/values-ru/arrays.xml40
-rw-r--r--res/values-ru/strings.xml28
-rw-r--r--res/values-sk/arrays.xml40
-rw-r--r--res/values-sk/strings.xml28
-rw-r--r--res/values-sr/arrays.xml40
-rw-r--r--res/values-sr/strings.xml28
-rw-r--r--res/values-sv/arrays.xml24
-rw-r--r--res/values-sv/strings.xml20
-rw-r--r--res/values-tr/arrays.xml40
-rw-r--r--res/values-tr/strings.xml28
-rw-r--r--res/values-uk/strings.xml28
-rw-r--r--res/values-zh-rCN/arrays.xml40
-rw-r--r--res/values-zh-rCN/strings.xml28
51 files changed, 1694 insertions, 0 deletions
diff --git a/res/values-ca/arrays.xml b/res/values-ca/arrays.xml
new file mode 100644
index 0000000..0f0f1c7
--- /dev/null
+++ b/res/values-ca/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>Automàtic</item>
+ <item>Horitzontal</item>
+ <item>Vertical</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>Text negre sobre blanc</item>
+ <item>Text blanc sobre negre</item>
+ <item>Text verd sobre negre</item>
+ <item>Text ambre sobre negre</item>
+ <item>Text vermell sobre negre</item>
+ <item>Text blau sobre negre</item>
+ </string-array>
+</resources>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
new file mode 100644
index 0000000..39fd7c8
--- /dev/null
+++ b/res/values-ca/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Nova pestanya</string>
+ <string name="menu_close_tab">Tanca la pestanya</string>
+ <string name="menu_item_settings">Configuració</string>
+ <string name="screen_settings">Configuració de pantalla</string>
+ <string name="fullscreen_mode_title">Mode de pantalla completa</string>
+ <string name="screen_orientation_title">Orientació de la pantalla</string>
+ <string name="text_settings">Configuració del text</string>
+ <string name="font_size_title">Mida de la lletra</string>
+ <string name="text_colors_title">Colors del text</string>
+</resources>
diff --git a/res/values-cs/arrays.xml b/res/values-cs/arrays.xml
new file mode 100644
index 0000000..61fd6d6
--- /dev/null
+++ b/res/values-cs/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 bodů</item>
+ <item>12 bodů</item>
+ <item>14 bodů</item>
+ <item>16 bodů</item>
+ <item>20 bodů</item>
+ <item>24 bodů</item>
+ </string-array>
+ <string-array name="text_colors_labels">
+ <item>Černý text na bílém pozadí</item>
+ <item>Bílý text na černém pozadí</item>
+ <item>Zelený text na černém pozadí</item>
+ <item>Jantarový text na černém pozadí</item>
+ <item>Červený text na černém pozadí</item>
+ <item>Modrý text na černém pozadí</item>
+ </string-array>
+</resources>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
new file mode 100644
index 0000000..d22482b
--- /dev/null
+++ b/res/values-cs/strings.xml
@@ -0,0 +1,27 @@
+<?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="app_label">Terminál</string>
+ <string name="menu_new_tab">Nová karta</string>
+ <string name="menu_close_tab">Zavřít kartu</string>
+ <string name="screen_settings">Nastavení obrazovky</string>
+ <string name="fullscreen_mode_title">Celoobrazovkový režim</string>
+ <string name="screen_orientation_title">Orientace obrazovky</string>
+ <string name="text_settings">Nastavení textu</string>
+ <string name="font_size_title">Velikost písma</string>
+ <string name="text_colors_title">Barvy textu</string>
+</resources>
diff --git a/res/values-de/arrays.xml b/res/values-de/arrays.xml
new file mode 100644
index 0000000..81ad94b
--- /dev/null
+++ b/res/values-de/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>Automatisch</item>
+ <item>Querformat</item>
+ <item>Hochformat</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>Schwarzer Text auf weiß</item>
+ <item>Weißer Text auf schwarz</item>
+ <item>Grüner Text auf schwarz</item>
+ <item>Oranger Text auf schwarz</item>
+ <item>Roter Text auf schwarz</item>
+ <item>Blauer Text auf schwarz</item>
+ </string-array>
+</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
new file mode 100644
index 0000000..09267d5
--- /dev/null
+++ b/res/values-de/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Neuer Tab</string>
+ <string name="menu_close_tab">Tab schließen</string>
+ <string name="menu_item_settings">Einstellungen</string>
+ <string name="screen_settings">Bildschirmeinstellungen</string>
+ <string name="fullscreen_mode_title">Vollbildmodus</string>
+ <string name="screen_orientation_title">Bildschirmausrichtung</string>
+ <string name="text_settings">Texteinstellungen</string>
+ <string name="font_size_title">Schriftgröße</string>
+ <string name="text_colors_title">Textfarben</string>
+</resources>
diff --git a/res/values-el/arrays.xml b/res/values-el/arrays.xml
new file mode 100644
index 0000000..859a7c1
--- /dev/null
+++ b/res/values-el/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>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
new file mode 100644
index 0000000..a8ead58
--- /dev/null
+++ b/res/values-el/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Τερματικό</string>
+ <string name="menu_new_tab">Νέα καρτέλα</string>
+ <string name="menu_close_tab">Κλείσιμο καρτέλας</string>
+ <string name="menu_item_settings">Ρυθμίσεις</string>
+ <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>
diff --git a/res/values-fi/arrays.xml b/res/values-fi/arrays.xml
new file mode 100644
index 0000000..690d1fe
--- /dev/null
+++ b/res/values-fi/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>Automaattinen</item>
+ <item>Vaaka</item>
+ <item>Pysty</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>Musta teksti valkoisella pohjalla</item>
+ <item>Valkoinen teksti mustalla pohjalla</item>
+ <item>Vihreä teksti mustalla pohjalla</item>
+ <item>Oranssi teksti mustalla pohjalla</item>
+ <item>Punainen teksti mustalla pohjalla</item>
+ <item>Sininen teksti mustalla pohjalla</item>
+ </string-array>
+</resources>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
new file mode 100644
index 0000000..8030f66
--- /dev/null
+++ b/res/values-fi/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Pääte</string>
+ <string name="menu_new_tab">Uusi välilehti</string>
+ <string name="menu_close_tab">Sulje välilehti</string>
+ <string name="menu_item_settings">Asetukset</string>
+ <string name="screen_settings">Näytön asetukset</string>
+ <string name="fullscreen_mode_title">Koko näytön tila</string>
+ <string name="screen_orientation_title">Näytön kierto</string>
+ <string name="text_settings">Tekstiasetukset</string>
+ <string name="font_size_title">Fonttikoko</string>
+ <string name="text_colors_title">Tekstin värit</string>
+</resources>
diff --git a/res/values-fr/arrays.xml b/res/values-fr/arrays.xml
new file mode 100644
index 0000000..b6f96f9
--- /dev/null
+++ b/res/values-fr/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>Automatique</item>
+ <item>Paysage</item>
+ <item>Portrait</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>Texte noir sur fond blanc</item>
+ <item>Texte blanc sur fond noir</item>
+ <item>Texte vert sur fond noir</item>
+ <item>Texte orange sur fond noir</item>
+ <item>Texte rouge sur fond noir</item>
+ <item>Texte bleu sur fond noir</item>
+ </string-array>
+</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
new file mode 100644
index 0000000..2866c74
--- /dev/null
+++ b/res/values-fr/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Nouvel onglet</string>
+ <string name="menu_close_tab">Fermer l’onglet</string>
+ <string name="menu_item_settings">Paramètres</string>
+ <string name="screen_settings">Paramètres de l\'écran</string>
+ <string name="fullscreen_mode_title">Mode plein écran</string>
+ <string name="screen_orientation_title">Orientation de l\'écran</string>
+ <string name="text_settings">Paramètres du texte</string>
+ <string name="font_size_title">Taille de la police</string>
+ <string name="text_colors_title">Couleurs du texte</string>
+</resources>
diff --git a/res/values-hu/arrays.xml b/res/values-hu/arrays.xml
new file mode 100644
index 0000000..1566ba9
--- /dev/null
+++ b/res/values-hu/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>Automatikus</item>
+ <item>Fekvő</item>
+ <item>Álló</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>Fekete szöveg fehér háttér</item>
+ <item>Fehér szöveg fekete háttér</item>
+ <item>Zöld szöveg fekete háttér</item>
+ <item>Sárga szöveg fekete háttér</item>
+ <item>Piros szöveg fekete háttér</item>
+ <item>Kék szöveg fekete háttér</item>
+ </string-array>
+</resources>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
new file mode 100644
index 0000000..5f09f01
--- /dev/null
+++ b/res/values-hu/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminál</string>
+ <string name="menu_new_tab">Új fül</string>
+ <string name="menu_close_tab">Fül bezárása</string>
+ <string name="menu_item_settings">Beállítások</string>
+ <string name="screen_settings">Képernyő beállításai</string>
+ <string name="fullscreen_mode_title">Teljes képernyős mód</string>
+ <string name="screen_orientation_title">Képernyő tájolása</string>
+ <string name="text_settings">Szöveg beállítások</string>
+ <string name="font_size_title">Betűméret</string>
+ <string name="text_colors_title">Szöveg színek</string>
+</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
new file mode 100644
index 0000000..74277da
--- /dev/null
+++ b/res/values-in/strings.xml
@@ -0,0 +1,28 @@
+<?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="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">Setelan</string>
+ <string name="screen_settings">Setelan layar</string>
+ <string name="fullscreen_mode_title">Mode layar penuh</string>
+ <string name="screen_orientation_title">Orientasi Layar</string>
+ <string name="text_settings">Setelan teks</string>
+ <string name="font_size_title">Ukuran huruf</string>
+ <string name="text_colors_title">Warna teks</string>
+</resources>
diff --git a/res/values-it/arrays.xml b/res/values-it/arrays.xml
new file mode 100644
index 0000000..3c40374
--- /dev/null
+++ b/res/values-it/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>Automatico</item>
+ <item>Orizzontale</item>
+ <item>Verticale</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>Testo nero su bianco</item>
+ <item>Testo bianco su nero</item>
+ <item>Testo verde su nero</item>
+ <item>Testo arancione su nero</item>
+ <item>Testo rosso su nero</item>
+ <item>Testo blu su nero</item>
+ </string-array>
+</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
new file mode 100644
index 0000000..7de57d0
--- /dev/null
+++ b/res/values-it/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminale</string>
+ <string name="menu_new_tab">Nuova scheda</string>
+ <string name="menu_close_tab">Chiudi scheda</string>
+ <string name="menu_item_settings">Impostazioni</string>
+ <string name="screen_settings">Impostazioni schermo</string>
+ <string name="fullscreen_mode_title">Modalità a schermo intero</string>
+ <string name="screen_orientation_title">Orientamento schermo</string>
+ <string name="text_settings">Impostazioni testo</string>
+ <string name="font_size_title">Dimensione del carattere</string>
+ <string name="text_colors_title">Colori del testo</string>
+</resources>
diff --git a/res/values-iw/arrays.xml b/res/values-iw/arrays.xml
new file mode 100644
index 0000000..1761cde
--- /dev/null
+++ b/res/values-iw/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 נק\'</item>
+ <item>12 נק\'</item>
+ <item>14 נק\'</item>
+ <item>16 נק\'</item>
+ <item>20 נק\'</item>
+ <item>24 נק\'</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-iw/strings.xml b/res/values-iw/strings.xml
new file mode 100644
index 0000000..fdc7230
--- /dev/null
+++ b/res/values-iw/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">טרמינל</string>
+ <string name="menu_new_tab">כרטיסייה חדשה</string>
+ <string name="menu_close_tab">סגור כרטיסייה</string>
+ <string name="menu_item_settings">הגדרות</string>
+ <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>
diff --git a/res/values-ja/arrays.xml b/res/values-ja/arrays.xml
new file mode 100644
index 0000000..375b0ab
--- /dev/null
+++ b/res/values-ja/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>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
new file mode 100644
index 0000000..401b6c7
--- /dev/null
+++ b/res/values-ja/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">ターミナル</string>
+ <string name="menu_new_tab">新しいタブ</string>
+ <string name="menu_close_tab">タブを閉じる</string>
+ <string name="menu_item_settings">設定</string>
+ <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>
diff --git a/res/values-lb/arrays.xml b/res/values-lb/arrays.xml
new file mode 100644
index 0000000..2a1d4b1
--- /dev/null
+++ b/res/values-lb/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>Automatesch</item>
+ <item>Breetformat</item>
+ <item>Héichformat</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>Schwaarzen Text op Wäiss</item>
+ <item>Wäissen Text op Schwaarz</item>
+ <item>Gréngen Text op Schwaarz</item>
+ <item>Gielen Text op Schwaarz</item>
+ <item>Rouden Text op Schwaarz</item>
+ <item>Bloen Text op Schwaarz</item>
+ </string-array>
+</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
new file mode 100644
index 0000000..122366c
--- /dev/null
+++ b/res/values-lb/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Neien Tab</string>
+ <string name="menu_close_tab">Tab zoumaachen</string>
+ <string name="menu_item_settings">Astellungen</string>
+ <string name="screen_settings">Schiermastellungen</string>
+ <string name="fullscreen_mode_title">Vollbildmodus</string>
+ <string name="screen_orientation_title">Schiermorientéierung</string>
+ <string name="text_settings">Textastellungen</string>
+ <string name="font_size_title">Schrëftgréisst</string>
+ <string name="text_colors_title">Textfaarf</string>
+</resources>
diff --git a/res/values-lt/arrays.xml b/res/values-lt/arrays.xml
new file mode 100644
index 0000000..48502dc
--- /dev/null
+++ b/res/values-lt/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>Automatinis</item>
+ <item>Gulsčias</item>
+ <item>Portretas</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>Juodas tekstas ant balto</item>
+ <item>Baltas tekstas ant juodo</item>
+ <item>Žalias tekstas ant juodo</item>
+ <item>Gintarinis tekstas ant juodo</item>
+ <item>Raudonas tekstas ant juodo</item>
+ <item>Mėlynas tekstas ant juodo</item>
+ </string-array>
+</resources>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
new file mode 100644
index 0000000..5e09765
--- /dev/null
+++ b/res/values-lt/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminalas</string>
+ <string name="menu_new_tab">Naujas skirtukas</string>
+ <string name="menu_close_tab">Uždaryti skirtuką</string>
+ <string name="menu_item_settings">Nustatymai</string>
+ <string name="screen_settings">Ekrano nustatymai</string>
+ <string name="fullscreen_mode_title">Viso ekrano režimas</string>
+ <string name="screen_orientation_title">Ekrano orientacija</string>
+ <string name="text_settings">Teksto nustatymai</string>
+ <string name="font_size_title">Šrifto dydis</string>
+ <string name="text_colors_title">Teksto spalvos</string>
+</resources>
diff --git a/res/values-lv/arrays.xml b/res/values-lv/arrays.xml
new file mode 100644
index 0000000..8f38f08
--- /dev/null
+++ b/res/values-lv/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>Automātiski</item>
+ <item>Ainava</item>
+ <item>Portreta</item>
+ </string-array>
+ <string-array name="font_size_labels">
+ <item>10 p</item>
+ <item>12 p</item>
+ <item>14 p</item>
+ <item>16 p</item>
+ <item>20 p</item>
+ <item>24 p</item>
+ </string-array>
+ <string-array name="text_colors_labels">
+ <item>Melns teksts uz balta fona</item>
+ <item>Balts teksts uz melna fona</item>
+ <item>Zaļš teksts uz melna fona</item>
+ <item>Dzeltens teksts uz melna fona</item>
+ <item>Sarkans teksts uz melna fona</item>
+ <item>Zils teksts uz melna fona</item>
+ </string-array>
+</resources>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
new file mode 100644
index 0000000..33ec99c
--- /dev/null
+++ b/res/values-lv/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminālis</string>
+ <string name="menu_new_tab">Jauna cilne</string>
+ <string name="menu_close_tab">Aizvērt cilni</string>
+ <string name="menu_item_settings">Iestatījumi</string>
+ <string name="screen_settings">Ekrāna iestatījumi</string>
+ <string name="fullscreen_mode_title">Pilnekrāna režīms</string>
+ <string name="screen_orientation_title">Ekrāna orientācija</string>
+ <string name="text_settings">Teksta iestatījumi</string>
+ <string name="font_size_title">Fonta lielums</string>
+ <string name="text_colors_title">Teksta krāsas</string>
+</resources>
diff --git a/res/values-nb/arrays.xml b/res/values-nb/arrays.xml
new file mode 100644
index 0000000..87e048e
--- /dev/null
+++ b/res/values-nb/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>Automatisk</item>
+ <item>Landskap</item>
+ <item>Portrett</item>
+ </string-array>
+ <string-array name="font_size_labels">
+ <item>10 pkt</item>
+ <item>12 pkt</item>
+ <item>14 pkt</item>
+ <item>16 pkt</item>
+ <item>20 pkt</item>
+ <item>24 pkt</item>
+ </string-array>
+ <string-array name="text_colors_labels">
+ <item>Sort tekst på hvitt</item>
+ <item>Hvit tekst på sort</item>
+ <item>Grønn tekst på sort</item>
+ <item>Amber tekst på sort</item>
+ <item>Rød tekst på sort</item>
+ <item>Blå tekst på sort</item>
+ </string-array>
+</resources>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
new file mode 100644
index 0000000..756ea36
--- /dev/null
+++ b/res/values-nb/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Ny fane</string>
+ <string name="menu_close_tab">Lukk fane</string>
+ <string name="menu_item_settings">Innstillinger</string>
+ <string name="screen_settings">Skjerminnstillinger</string>
+ <string name="fullscreen_mode_title">Fullskjerm-modus</string>
+ <string name="screen_orientation_title">Skjermretning</string>
+ <string name="text_settings">Tekstinnstillinger</string>
+ <string name="font_size_title">Skriftstørrelse</string>
+ <string name="text_colors_title">Tekstfarger</string>
+</resources>
diff --git a/res/values-pl/arrays.xml b/res/values-pl/arrays.xml
new file mode 100644
index 0000000..b66a4f2
--- /dev/null
+++ b/res/values-pl/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>Automatyczna</item>
+ <item>Pozioma</item>
+ <item>Pionowa</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>Czarny tekst na białym tle</item>
+ <item>Biały tekst na czarnym tle</item>
+ <item>Zielony tekst na czarnym tle</item>
+ <item>Bursztynowy tekst na czarnym tle</item>
+ <item>Czerwony tekst na czarnym tle</item>
+ <item>Niebieski tekst na czarnym tle</item>
+ </string-array>
+</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
new file mode 100644
index 0000000..bf47488
--- /dev/null
+++ b/res/values-pl/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Nowa karta</string>
+ <string name="menu_close_tab">Zamknij kartę</string>
+ <string name="menu_item_settings">Ustawienia</string>
+ <string name="screen_settings">Ustawienia ekranu</string>
+ <string name="fullscreen_mode_title">Tryb pełnoekranowy</string>
+ <string name="screen_orientation_title">Orientacja ekranu</string>
+ <string name="text_settings">Ustawienia tekstu</string>
+ <string name="font_size_title">Rozmiar czcionki</string>
+ <string name="text_colors_title">Kolor tekstu</string>
+</resources>
diff --git a/res/values-pt-rBR/arrays.xml b/res/values-pt-rBR/arrays.xml
new file mode 100644
index 0000000..d3308bf
--- /dev/null
+++ b/res/values-pt-rBR/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>Automático</item>
+ <item>Paisagem</item>
+ <item>Retrato</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>Texto preto sobre fundo branco</item>
+ <item>Texto branco sobre fundo preto</item>
+ <item>Texto verde sobre fundo preto</item>
+ <item>Texto âmbar sobre fundo preto</item>
+ <item>Texto vermelho sobre fundo preto</item>
+ <item>Texto azul sobre fundo preto</item>
+ </string-array>
+</resources>
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
new file mode 100644
index 0000000..c5ddf60
--- /dev/null
+++ b/res/values-pt-rBR/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Nova aba</string>
+ <string name="menu_close_tab">Fechar aba</string>
+ <string name="menu_item_settings">Configurações</string>
+ <string name="screen_settings">Configurações de tela</string>
+ <string name="fullscreen_mode_title">Modo tela cheia</string>
+ <string name="screen_orientation_title">Orientação da tela</string>
+ <string name="text_settings">Configurações de texto</string>
+ <string name="font_size_title">Tamanho da fonte</string>
+ <string name="text_colors_title">Cor do texto</string>
+</resources>
diff --git a/res/values-pt/arrays.xml b/res/values-pt/arrays.xml
new file mode 100644
index 0000000..d3308bf
--- /dev/null
+++ b/res/values-pt/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>Automático</item>
+ <item>Paisagem</item>
+ <item>Retrato</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>Texto preto sobre fundo branco</item>
+ <item>Texto branco sobre fundo preto</item>
+ <item>Texto verde sobre fundo preto</item>
+ <item>Texto âmbar sobre fundo preto</item>
+ <item>Texto vermelho sobre fundo preto</item>
+ <item>Texto azul sobre fundo preto</item>
+ </string-array>
+</resources>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
new file mode 100644
index 0000000..fa162ab
--- /dev/null
+++ b/res/values-pt/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Novo separador</string>
+ <string name="menu_close_tab">Fechar separador</string>
+ <string name="menu_item_settings">Definições</string>
+ <string name="screen_settings">Definições do ecrã</string>
+ <string name="fullscreen_mode_title">Modo de ecrã completo</string>
+ <string name="screen_orientation_title">Orientação do ecrã</string>
+ <string name="text_settings">Definições de texto</string>
+ <string name="font_size_title">Tamanho da letra</string>
+ <string name="text_colors_title">Cor do texto</string>
+</resources>
diff --git a/res/values-ro/arrays.xml b/res/values-ro/arrays.xml
new file mode 100644
index 0000000..11f539b
--- /dev/null
+++ b/res/values-ro/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>Automat</item>
+ <item>Landscape</item>
+ <item>Portret</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>Text negru pe alb</item>
+ <item>Text alb pe negru</item>
+ <item>Text verde pe negru</item>
+ <item>Amber text on black</item>
+ <item>Text roşu pe negru</item>
+ <item>Text albastru pe negru</item>
+ </string-array>
+</resources>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
new file mode 100644
index 0000000..f104ce7
--- /dev/null
+++ b/res/values-ro/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="app_label">Terminal</string>
+ <string name="menu_new_tab">Filă nouă</string>
+ <string name="menu_item_settings">Setări</string>
+ <string name="screen_orientation_title">Orientare ecran</string>
+ <string name="font_size_title">Dimensiune font</string>
+ <string name="text_colors_title">Culori text</string>
+</resources>
diff --git a/res/values-ru/arrays.xml b/res/values-ru/arrays.xml
new file mode 100644
index 0000000..293e140
--- /dev/null
+++ b/res/values-ru/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 пунктов</item>
+ <item>12 пунктов</item>
+ <item>14 пунктов</item>
+ <item>16 пунктов</item>
+ <item>20 пунктов</item>
+ <item>24 пункта</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-ru/strings.xml b/res/values-ru/strings.xml
new file mode 100644
index 0000000..7856629
--- /dev/null
+++ b/res/values-ru/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Терминал</string>
+ <string name="menu_new_tab">Новая вкладка</string>
+ <string name="menu_close_tab">Закрыть вкладку</string>
+ <string name="menu_item_settings">Настройки</string>
+ <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>
diff --git a/res/values-sk/arrays.xml b/res/values-sk/arrays.xml
new file mode 100644
index 0000000..c2f042a
--- /dev/null
+++ b/res/values-sk/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>Automatická</item>
+ <item>Na šírku</item>
+ <item>Na výšku</item>
+ </string-array>
+ <string-array name="font_size_labels">
+ <item>10 bodov</item>
+ <item>12 bodov</item>
+ <item>14 bodov</item>
+ <item>16 bodov</item>
+ <item>20 bodov</item>
+ <item>24 bodov</item>
+ </string-array>
+ <string-array name="text_colors_labels">
+ <item>Čierny text na bielom</item>
+ <item>Biely text na čiernom</item>
+ <item>Zelený text na čiernom</item>
+ <item>Jantárový text na čiernom</item>
+ <item>Červený text na čiernom</item>
+ <item>Modrý text na čiernom</item>
+ </string-array>
+</resources>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
new file mode 100644
index 0000000..2e97052
--- /dev/null
+++ b/res/values-sk/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminál</string>
+ <string name="menu_new_tab">Nová karta</string>
+ <string name="menu_close_tab">Zavrieť kartu</string>
+ <string name="menu_item_settings">Nastavenia</string>
+ <string name="screen_settings">Nastavenia obrazovky</string>
+ <string name="fullscreen_mode_title">Celoobrazovkový režim</string>
+ <string name="screen_orientation_title">Orientácia obrazovky</string>
+ <string name="text_settings">Nastavenia textu</string>
+ <string name="font_size_title">Veľkosť písma</string>
+ <string name="text_colors_title">Farby textu</string>
+</resources>
diff --git a/res/values-sr/arrays.xml b/res/values-sr/arrays.xml
new file mode 100644
index 0000000..9954670
--- /dev/null
+++ b/res/values-sr/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>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
new file mode 100644
index 0000000..1433d4a
--- /dev/null
+++ b/res/values-sr/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Терминал</string>
+ <string name="menu_new_tab">Нови таб</string>
+ <string name="menu_close_tab">Затвори таб</string>
+ <string name="menu_item_settings">Подешавања</string>
+ <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>
diff --git a/res/values-sv/arrays.xml b/res/values-sv/arrays.xml
new file mode 100644
index 0000000..7f85fe7
--- /dev/null
+++ b/res/values-sv/arrays.xml
@@ -0,0 +1,24 @@
+<?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>Automatic</item>
+ <item>Landscape</item>
+ <item>Porträtt</item>
+ </string-array>
+</resources>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
new file mode 100644
index 0000000..86cf1c6
--- /dev/null
+++ b/res/values-sv/strings.xml
@@ -0,0 +1,20 @@
+<?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="menu_item_settings">Inställningar</string>
+ <string name="font_size_title">Teckenstorlek</string>
+</resources>
diff --git a/res/values-tr/arrays.xml b/res/values-tr/arrays.xml
new file mode 100644
index 0000000..48d7a26
--- /dev/null
+++ b/res/values-tr/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>Otomatik</item>
+ <item>Manzara</item>
+ <item>Portre</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>Beyaz üzerine siyah metin</item>
+ <item>Siyah üzerine beyaz metin</item>
+ <item>Siyah üzerine yeşil metin</item>
+ <item>Siyah üzerine turuncu metin</item>
+ <item>Siyah üzerine kırmızı metin</item>
+ <item>Siyah üzerine mavi metin</item>
+ </string-array>
+</resources>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
new file mode 100644
index 0000000..5eff68e
--- /dev/null
+++ b/res/values-tr/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Terminal</string>
+ <string name="menu_new_tab">Yeni sekme</string>
+ <string name="menu_close_tab">Sekmeyi kapat</string>
+ <string name="menu_item_settings">Ayarlar</string>
+ <string name="screen_settings">Ekran ayarları</string>
+ <string name="fullscreen_mode_title">Tam ekran modu</string>
+ <string name="screen_orientation_title">Ekran yönü</string>
+ <string name="text_settings">Metin ayarları</string>
+ <string name="font_size_title">Yazı tipi boyutu</string>
+ <string name="text_colors_title">Metin renkleri</string>
+</resources>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
new file mode 100644
index 0000000..3063cee
--- /dev/null
+++ b/res/values-uk/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">Термінал</string>
+ <string name="menu_new_tab">Нова вкладка</string>
+ <string name="menu_close_tab">Закрити вкладку</string>
+ <string name="menu_item_settings">Налаштування</string>
+ <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>
diff --git a/res/values-zh-rCN/arrays.xml b/res/values-zh-rCN/arrays.xml
new file mode 100644
index 0000000..2f2dd48
--- /dev/null
+++ b/res/values-zh-rCN/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>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
new file mode 100644
index 0000000..a45b01c
--- /dev/null
+++ b/res/values-zh-rCN/strings.xml
@@ -0,0 +1,28 @@
+<?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="app_label">终端</string>
+ <string name="menu_new_tab">新标签页</string>
+ <string name="menu_close_tab">关闭标签页</string>
+ <string name="menu_item_settings">设置</string>
+ <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>