summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-05-24 23:36:51 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-05-24 23:36:51 +0300
commit15210f02f1e0a0bf47e446bea59d852519a2a306 (patch)
treeda377814d7ff2aa02b63830993df055fc73e62d1
parent15983c80bce0985f551732b559d3eb2867450dc5 (diff)
downloadandroid_packages_apps_Terminal-15210f02f1e0a0bf47e446bea59d852519a2a306.tar.gz
android_packages_apps_Terminal-15210f02f1e0a0bf47e446bea59d852519a2a306.tar.bz2
android_packages_apps_Terminal-15210f02f1e0a0bf47e446bea59d852519a2a306.zip
Automatic translation import
Change-Id: I88dbdc21810b421ce88e71e31329bd8799b81e61
-rw-r--r--res/values-eu-rES/strings.xml5
-rw-r--r--res/values-ku/arrays.xml24
2 files changed, 28 insertions, 1 deletions
diff --git a/res/values-eu-rES/strings.xml b/res/values-eu-rES/strings.xml
index 360a451..71d0fad 100644
--- a/res/values-eu-rES/strings.xml
+++ b/res/values-eu-rES/strings.xml
@@ -17,9 +17,12 @@
<resources>
<string name="app_label">Terminala</string>
<string name="menu_new_tab">Fitxa berria</string>
+ <string name="menu_close_tab">Itxi fitxa</string>
<string name="menu_item_settings">Ezarpenak</string>
<string name="screen_settings">Pantaila ezarpenak</string>
+ <string name="fullscreen_mode_title">Pantaila osoko modua</string>
+ <string name="screen_orientation_title">Pantailaren orientazioa</string>
<string name="text_settings">Testu ezarpenak</string>
- <string name="font_size_title">Letra tamaina</string>
+ <string name="font_size_title">Letra-tamaina</string>
<string name="text_colors_title">Testu koloreak</string>
</resources>
diff --git a/res/values-ku/arrays.xml b/res/values-ku/arrays.xml
new file mode 100644
index 0000000..1fcc02c
--- /dev/null
+++ b/res/values-ku/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>خۆکارانه‌</item>
+ <item>وێنەی سروشت</item>
+ <item>وێنەی شێوە</item>
+ </string-array>
+</resources>