summaryrefslogtreecommitdiffstats
path: root/res/values-ar
diff options
context:
space:
mode:
authorinky@build01 <jenkins@cyanogenmod.com>2016-11-22 16:44:43 -0800
committerMichael Bestas <mikeioannina@gmail.com>2017-01-07 01:31:39 +0200
commit267c1fa57e3ec59dbb7b100de565debd1cb4f8ec (patch)
treeebd272180320b32eacac41d3d9b4751ba260db33 /res/values-ar
parent6dd85e9083cda877710cf1fc459f07010520c15e (diff)
downloadandroid_packages_apps_Dialer-267c1fa57e3ec59dbb7b100de565debd1cb4f8ec.tar.gz
android_packages_apps_Dialer-267c1fa57e3ec59dbb7b100de565debd1cb4f8ec.tar.bz2
android_packages_apps_Dialer-267c1fa57e3ec59dbb7b100de565debd1cb4f8ec.zip
Automatic translation import
Change-Id: I1dc401d8bcc2464ace6b57b0546e2ed1777251dc Ticket: -
Diffstat (limited to 'res/values-ar')
-rw-r--r--res/values-ar/cm_arrays.xml35
-rw-r--r--res/values-ar/cm_plurals.xml51
-rw-r--r--res/values-ar/cm_strings.xml79
3 files changed, 165 insertions, 0 deletions
diff --git a/res/values-ar/cm_arrays.xml b/res/values-ar/cm_arrays.xml
new file mode 100644
index 000000000..2312527d2
--- /dev/null
+++ b/res/values-ar/cm_arrays.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013 The CyanogenMod 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- 0: sec
+ 1: min
+ 2: min sec
+ 3: hour
+ 4: hour sec
+ 5: hour min
+ 6: hour min sec -->
+ <string-array name="call_stats_duration">
+ <item><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ </string-array>
+</resources>
diff --git a/res/values-ar/cm_plurals.xml b/res/values-ar/cm_plurals.xml
new file mode 100644
index 000000000..28d88c781
--- /dev/null
+++ b/res/values-ar/cm_plurals.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013 The CyanogenMod 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="hour">
+ <item quantity="zero">١ س</item>
+ <item quantity="one">%d س</item>
+ <item quantity="two">%d س</item>
+ <item quantity="few">%d س</item>
+ <item quantity="many">%d س</item>
+ <item quantity="other">%d س</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="zero">١ ق</item>
+ <item quantity="one">%d ق</item>
+ <item quantity="two">%d ق</item>
+ <item quantity="few">%d ق</item>
+ <item quantity="many">%d ق</item>
+ <item quantity="other">%d ق</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="zero">١ ث </item>
+ <item quantity="one">%d ث </item>
+ <item quantity="two">%d ث </item>
+ <item quantity="few">%d ث </item>
+ <item quantity="many">%d ث </item>
+ <item quantity="other">%d ث </item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="zero">١ مكالمة </item>
+ <item quantity="one">%d مكالمة </item>
+ <item quantity="two">%d مكالمات</item>
+ <item quantity="few">%d مكالمات</item>
+ <item quantity="many">%d مكالمات</item>
+ <item quantity="other">%d مكالمات</item>
+ </plurals>
+</resources>
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml
new file mode 100644
index 000000000..0e92b7c53
--- /dev/null
+++ b/res/values-ar/cm_strings.xml
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-2014 The CyanogenMod 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="incall_vibration_category_title">الاهتزاز في المكالمة</string>
+ <string name="incall_vibrate_outgoing_title">اهتزاز عند الرد</string>
+ <string name="incall_vibrate_call_waiting_title">الاهتزاز أثناء انتظار المكالمة</string>
+ <string name="incall_vibrate_hangup_title">اهتزاز عند إنهاء المكالمة</string>
+ <string name="incall_vibrate_45_title">اهتزاز كل دقيقة</string>
+ <string name="incall_vibrate_45_summary">يهتز عند علامة الثانية 45 لكل دقيقة أثناء المكالمات الصادرة</string>
+ <!-- Forward lookup -->
+ <string name="nearby_places">الأماكن القريبة</string>
+ <string name="people">الناس</string>
+ <!-- Number lookup -->
+ <string name="lookup_settings_label">البحث عن رقم الهاتف</string>
+ <string name="enable_forward_lookup_title">بحث إلى الأمام</string>
+ <string name="enable_forward_lookup_summary">إظهار الأماكن القريبة عند البحث في المتصل</string>
+ <string name="enable_people_lookup_title">بحث عن أشخاص</string>
+ <string name="enable_people_lookup_summary">إظهار نتائج البحث عن أشخاص على الإنترنت عند البحث في المسجل</string>
+ <string name="enable_reverse_lookup_title">بحث عكسي</string>
+ <string name="enable_reverse_lookup_summary">البحث عن معلومات حول شخص أو مكان للأرقام غير المعروفة في المكالمات الواردة</string>
+ <string name="forward_lookup_provider_title">موفر البحث إلى الأمام</string>
+ <string name="people_lookup_provider_title">موفر بحث عن أشخاص</string>
+ <string name="reverse_lookup_provider_title">موفر البحث العكسي</string>
+ <!-- Chinese Reverse Lookup Provider -->
+ <string name="cyngn_reverse_lookup_provider_name">Cyngn الصينية (CN)</string>
+ <string name="call_log_show_all_slots">جميع شرائح SIM</string>
+ <string name="call_log_all_calls_header">جميع المكالمات</string>
+ <string name="call_log_blacklist_header">المكالمات المحظورة فقط</string>
+ <!-- Call statistics -->
+ <string name="call_log_stats_title">الإحصائيات</string>
+ <string name="callStatsDetailTitle">تفاصيل إحصائيات المكالمة</string>
+ <string name="call_stats_incoming">الواردة: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_outgoing">الصادرة: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_missed">لم يتم الرد عليها: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_blocked">المحظورة: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_percent"><xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">المجموع: <xliff:g id="call_count">%s</xliff:g><xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">المجموع: <xliff:g id="call_count"> %s </xliff:g></string>
+ <string name="call_stats_filter_from">تاريخ البداية</string>
+ <string name="call_stats_filter_to">تاريخ الانتهاء</string>
+ <string name="call_stats_filter_picker_title">نطاق التصفية</string>
+ <string name="date_quick_selection">التحديد السريع</string>
+ <string name="date_qs_currentmonth">الشهر الحالي</string>
+ <string name="date_qs_currentquarter">الربع الحالي</string>
+ <string name="date_qs_currentyear">السنة الحالية</string>
+ <string name="date_qs_lastweek">الأسبوع الماضي</string>
+ <string name="date_qs_lastmonth">الشهر الماضي</string>
+ <string name="date_qs_lastquarter">الربع الأخير</string>
+ <string name="date_qs_lastyear">العام الماضي</string>
+ <string name="call_stats_date_filter">ضبط النطاق الزمني</string>
+ <string name="call_stats_reset_filter">إعادة تعيين النطاق الزمني</string>
+ <string name="call_stats_sort_by_duration">فرز بحسب مدة المكالمة</string>
+ <string name="call_stats_sort_by_count">فرز بحسب عدد المكالمات</string>
+ <string name="call_stats_title_for_number">هذا الرقم</string>
+ <string name="call_stats_title_of_total">من الإجمالي</string>
+ <string name="call_stats_title_durations">مدد المكالمات</string>
+ <string name="call_stats_title_count">عدد المكالمات</string>
+ <string name="call_stats_title_average_duration">متوسط مدة المكالمة</string>
+ <!-- Text displayed when there are no call log entries in the selected time range. -->
+ <string name="recent_calls_no_items_in_range">سجل المكالمات الخاص بك لا يحتوي على أي مكالمات في نطاق الوقت المحدد.</string>
+ <string name="call_recording_category_title">تسجيل المكالمات</string>
+ <string name="call_recording_format">تنسيق الصوت</string>
+ <string name="call_playback_no_app_found_toast">تعذر العثور على أي تطبيق لتشغيل التسجيل المحدد.</string>
+</resources>