summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-05-02 02:53:22 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-05-02 03:35:30 +0300
commitaa252f1b21e8f35e49c92b01d42da50d17e3a837 (patch)
treed6dd6e7c98d4fe743546cef7eee80d5c8fea1618
parentba5f5805db429d0f88a745fff94f6f5171cb5890 (diff)
downloadandroid_packages_apps_Terminal-aa252f1b21e8f35e49c92b01d42da50d17e3a837.tar.gz
android_packages_apps_Terminal-aa252f1b21e8f35e49c92b01d42da50d17e3a837.tar.bz2
android_packages_apps_Terminal-aa252f1b21e8f35e49c92b01d42da50d17e3a837.zip
Automatic translation import
Change-Id: I37ce3c2917606ca5ceeaebdac494fbc99d958203
-rw-r--r--res/values-hi/arrays.xml40
-rw-r--r--res/values-hi/strings.xml28
2 files changed, 68 insertions, 0 deletions
diff --git a/res/values-hi/arrays.xml b/res/values-hi/arrays.xml
new file mode 100644
index 0000000..f567f93
--- /dev/null
+++ b/res/values-hi/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-hi/strings.xml b/res/values-hi/strings.xml
new file mode 100644
index 0000000..75dd8c7
--- /dev/null
+++ b/res/values-hi/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>