summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-28 02:24:18 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-02-28 02:24:18 +0200
commit55e5a0b61ed244b5fd9feb02fdd5d1e2f7d807d3 (patch)
tree361ef1017670482b13b33dbead57c08e187e4dea
parent589aa46a39fc85e4d0df2088b0bbd06b8915d12e (diff)
downloadandroid_packages_apps_Terminal-55e5a0b61ed244b5fd9feb02fdd5d1e2f7d807d3.tar.gz
android_packages_apps_Terminal-55e5a0b61ed244b5fd9feb02fdd5d1e2f7d807d3.tar.bz2
android_packages_apps_Terminal-55e5a0b61ed244b5fd9feb02fdd5d1e2f7d807d3.zip
Automatic translation importstable/cm-12.0-YNG1TA
Change-Id: Ia470e2581e756b2f7984a4260f6e577fcccc8f00
-rw-r--r--res/values-da/arrays.xml40
-rw-r--r--res/values-da/strings.xml28
-rw-r--r--res/values-lt/arrays.xml2
-rw-r--r--res/values-sv/strings.xml3
4 files changed, 72 insertions, 1 deletions
diff --git a/res/values-da/arrays.xml b/res/values-da/arrays.xml
new file mode 100644
index 0000000..6e94dca
--- /dev/null
+++ b/res/values-da/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>Landskab</item>
+ <item>Portræt</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>Sort tekst på hvid</item>
+ <item>Hvid tekst på sort</item>
+ <item>Grøn tekst på sort</item>
+ <item>Mørkegul 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-da/strings.xml b/res/values-da/strings.xml
new file mode 100644
index 0000000..8847957
--- /dev/null
+++ b/res/values-da/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">Luk fane</string>
+ <string name="menu_item_settings">Indstillinger</string>
+ <string name="screen_settings">Skærmindstillinger</string>
+ <string name="fullscreen_mode_title">Fuldskærmsvisning</string>
+ <string name="screen_orientation_title">Skærmretning</string>
+ <string name="text_settings">Tekstindstillinger</string>
+ <string name="font_size_title">Skriftstørrelse</string>
+ <string name="text_colors_title">Tekstfarver</string>
+</resources>
diff --git a/res/values-lt/arrays.xml b/res/values-lt/arrays.xml
index 48502dc..1d36601 100644
--- a/res/values-lt/arrays.xml
+++ b/res/values-lt/arrays.xml
@@ -19,7 +19,7 @@
<string-array name="screen_orientation_labels">
<item>Automatinis</item>
<item>Gulsčias</item>
- <item>Portretas</item>
+ <item>Status</item>
</string-array>
<string-array name="font_size_labels">
<item>10 pt</item>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 8250643..1fd73ab 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -15,7 +15,10 @@
limitations under the License.
-->
<resources>
+ <string name="menu_close_tab">Stäng flik</string>
<string name="menu_item_settings">Inställningar</string>
<string name="screen_settings">Skärminställningar</string>
+ <string name="text_settings">Textinställningar</string>
<string name="font_size_title">Teckenstorlek</string>
+ <string name="text_colors_title">Textfärger</string>
</resources>