diff options
author | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
commit | f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8 (patch) | |
tree | 458648cea405bcc2bd63c5840674689fe186e4be /apps/contacts/l10n/ar.php | |
parent | d23c9362d8ccb9b7e3a14bb0aea5daef25fee65c (diff) | |
download | nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.tar.gz nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.zip |
update translations
Diffstat (limited to 'apps/contacts/l10n/ar.php')
-rw-r--r-- | apps/contacts/l10n/ar.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/apps/contacts/l10n/ar.php b/apps/contacts/l10n/ar.php new file mode 100644 index 00000000000..662c657797b --- /dev/null +++ b/apps/contacts/l10n/ar.php @@ -0,0 +1,36 @@ +<?php $TRANSLATIONS = array( +"This is not your addressbook." => "هذا ليس دفتر عناوينك.", +"Contact could not be found." => "لم يتم العثور على الشخص.", +"vCard could not be read." => "لم يتم قراءة ال vCard بنجاح.", +"Information about vCard is incorrect. Please reload the page." => "المعلومات الموجودة في ال vCard غير صحيحة. الرجاء إعادة تحديث الصفحة.", +"Address" => "عنوان", +"Telephone" => "الهاتف", +"Email" => "البريد الالكتروني", +"Organization" => "المؤسسة", +"Work" => "الوظيفة", +"Home" => "البيت", +"Mobile" => "الهاتف المحمول", +"Text" => "معلومات إضافية", +"Voice" => "صوت", +"Fax" => "الفاكس", +"Video" => "الفيديو", +"Pager" => "الرنان", +"This is not your contact." => ".هذا ليس من معارفي", +"This card is not RFC compatible." => "هذا الكرت ليس متلائم مع نظام ال RFC.", +"This card does not contain a photo." => "لا يحتوي هذا الكرت على صورة.", +"Add Contact" => "أضف شخص ", +"Group" => "مجموعة", +"Name" => "الاسم", +"PO Box" => "العنوان البريدي", +"Extended" => "إضافة", +"Street" => "شارع", +"City" => "المدينة", +"Region" => "المنطقة", +"Zipcode" => "رقم المنطقة", +"Country" => "البلد", +"Create Contact" => "أضف شخص ", +"Edit" => "تعديل", +"Delete" => "حذف", +"Birthday" => "تاريخ الميلاد", +"Phone" => "الهاتف" +); |