1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/ar.php

56 lines
2.6 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Contacts" => "جهات الاتصال",
"Save" => "حفظ",
"Uploading..." => "ترفيع...",
"Cancel" => "الغاء",
"OK" => "تم",
"Add" => "اضف",
2013-09-10 14:44:39 +02:00
"Import" => "استيراد",
"Close" => "إغلاق",
2013-07-24 06:50:10 +02:00
"Error" => "خطأ",
"Download" => "تحميل",
"Edit" => "تعديل",
"Delete" => "إلغاء",
"Information about vCard is incorrect. Please reload the page." => "المعلومات الموجودة في ال vCard غير صحيحة. الرجاء إعادة تحديث الصفحة.",
2013-09-05 11:38:03 +02:00
"No file was uploaded. Unknown error" => "لم يتم رفع أي ملف , خطأ غير معروف",
"There is no error, the file uploaded with success" => "تم ترفيع الملفات بنجاح.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "حجم الملف الذي تريد ترفيعه أعلى مما upload_max_filesize يسمح به في ملف php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
"The uploaded file was only partially uploaded" => "تم ترفيع جزء من الملفات الذي تريد ترفيعها فقط",
"No file was uploaded" => "لم يتم ترفيع أي من الملفات",
"Missing a temporary folder" => "المجلد المؤقت غير موجود",
"Failed to write to disk" => "خطأ في الكتابة على القرص الصلب",
"Not enough storage available" => "لا يوجد مساحة تخزينية كافية",
2013-07-24 06:50:10 +02:00
"Contact" => "معرفه",
"Other" => "شيء آخر",
"Work" => "العمل",
"Home" => "البيت",
"Mobile" => "الهاتف المحمول",
"Text" => "معلومات إضافية",
"Voice" => "صوت",
"Fax" => "الفاكس",
"Video" => "الفيديو",
"Pager" => "الرنان",
"Groups" => "مجموعات",
"Title" => "عنوان",
"Organization" => "المؤسسة",
"Birthday" => "عيد ميلاد",
"Phone" => "الهاتف",
"Email" => "البريد الإلكترونى",
"Address" => "عنوان",
"Delete contact" => "امحي المعرفه",
"Preferred" => "مفضل",
"City" => "المدينة",
"Country" => "البلد",
2013-09-09 01:36:47 +02:00
"Active" => "فعال",
2013-07-24 06:50:10 +02:00
"Share" => "شارك",
"Export" => "تصدير",
"more info" => "مزيد من المعلومات",
"Primary address (Kontact et al)" => "العنوان الرئيسي (جهات الإتصال)",
"iOS/OS X" => "ط ن ت/ ن ت 10",
"Addressbooks" => "كتب العناوين",
"New Address Book" => "كتاب عناوين جديد",
"Name" => "اسم",
"Description" => "مواصفات"
2012-01-11 01:06:59 +01:00
);