summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-06-13 21:05:22 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-06-13 21:05:22 +0300
commita7623a02d8e37a81cae7a9187af7b654f64cdef5 (patch)
tree93bebeb50cf5539566ebb0059b7f006ebdb80275
parente45f639213e1710d5e106ca1887edd6707e27634 (diff)
downloadandroid_packages_apps_Terminal-a7623a02d8e37a81cae7a9187af7b654f64cdef5.tar.gz
android_packages_apps_Terminal-a7623a02d8e37a81cae7a9187af7b654f64cdef5.tar.bz2
android_packages_apps_Terminal-a7623a02d8e37a81cae7a9187af7b654f64cdef5.zip
Automatic translation import
Change-Id: Ic302bdcebd4090db703d58da7d3308e6cf725d48
-rw-r--r--res/values-fa/arrays.xml40
-rw-r--r--res/values-fa/strings.xml28
2 files changed, 68 insertions, 0 deletions
diff --git a/res/values-fa/arrays.xml b/res/values-fa/arrays.xml
new file mode 100644
index 0000000..af318df
--- /dev/null
+++ b/res/values-fa/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>۱۰ pt</item>
+ <item>۱۲ pt</item>
+ <item>۱۴ pt</item>
+ <item>۱۶ pt</item>
+ <item>۲۰ pt</item>
+ <item>۲۴ 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-fa/strings.xml b/res/values-fa/strings.xml
new file mode 100644
index 0000000..9190ec7
--- /dev/null
+++ b/res/values-fa/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>