summaryrefslogtreecommitdiffstats
path: root/res/values-ar
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-07-27 20:48:39 +0300
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:56 -0700
commit4b26c4afd9d2b87a6e0e3d25bd5030b6a4103eca (patch)
tree8a8f209d4d6e2e7ba70a35c6f35bbf1becbaf993 /res/values-ar
parent03b6e319a3dbf94bc3e3e9ab5a0a888a6cefff19 (diff)
downloadandroid_packages_apps_Calendar-4b26c4afd9d2b87a6e0e3d25bd5030b6a4103eca.tar.gz
android_packages_apps_Calendar-4b26c4afd9d2b87a6e0e3d25bd5030b6a4103eca.tar.bz2
android_packages_apps_Calendar-4b26c4afd9d2b87a6e0e3d25bd5030b6a4103eca.zip
Automatic translation import
Change-Id: I63140350a345571632eec91408097295486710af
Diffstat (limited to 'res/values-ar')
-rw-r--r--res/values-ar/cm_plurals.xml35
-rw-r--r--res/values-ar/cm_strings.xml9
2 files changed, 44 insertions, 0 deletions
diff --git a/res/values-ar/cm_plurals.xml b/res/values-ar/cm_plurals.xml
new file mode 100644
index 00000000..99d563b4
--- /dev/null
+++ b/res/values-ar/cm_plurals.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 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">
+ <plurals name="events_selected">
+ <item quantity="zero">تم تحديد %1$d حدثاً</item>
+ <item quantity="one">تم تحديد %1$d أحداث</item>
+ <item quantity="two">تم تحديد %1$d أحداث</item>
+ <item quantity="few">تم تحديد %1$d أحداث</item>
+ <item quantity="many">تم تحديد %1$d أحداث</item>
+ <item quantity="other">تم تحديد %1$d أحداث</item>
+ </plurals>
+ <plurals name="select_events_to_share">
+ <item quantity="zero">حدد حدثاً للمشاركة</item>
+ <item quantity="one">حدد أحداثاً للمشاركة</item>
+ <item quantity="two">حدد أحداثاً للمشاركة</item>
+ <item quantity="few">حدد أحداثاً للمشاركة</item>
+ <item quantity="many">حدد أحداثاً للمشاركة</item>
+ <item quantity="other">حدد أحداثاً للمشاركة</item>
+ </plurals>
+</resources>
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml
index db6b6800..f1e00b6b 100644
--- a/res/values-ar/cm_strings.xml
+++ b/res/values-ar/cm_strings.xml
@@ -35,4 +35,13 @@
<string name="evt_del_dlg_msg_all">سيتم حذف كافة الأحداث</string>
<string name="no_events_selected">لا يوجد أحداث محددة</string>
<string name="go_to">اذهب إلى</string>
+ <string name="cal_share_intent_title">إرسال الحدث إلى:</string>
+ <string name="cal_export_event_sdcard_title">التصدير إلى بطاقة الذاكرة SD</string>
+ <string name="cal_export_succ_msg">تم تصدير الحدث بنجاح: %1s</string>
+ <string name="cal_import_menu_title">استيراد الحدث</string>
+ <string name="cal_nothing_to_import">لا شيء لاستيراده</string>
+ <string name="cal_import_error_msg">فشل الاستيراد إلى التقويم</string>
+ <string name="cal_pick_ics">اختر ملفاً للاستيراد</string>
+ <string name="error_generating_ics">حدثت مشكلة أثناء مشاركة الحدث</string>
+ <string name="share_label">مشاركة</string>
</resources>