mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
53 lines
2.5 KiB
PHP
53 lines
2.5 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Error (de)activating addressbook." => "خطء خلال توقيف كتاب العناوين.",
|
|
"No categories selected for deletion." => "لم يتم اختيار فئة للحذف",
|
|
"Information about vCard is incorrect. Please reload the page." => "المعلومات الموجودة في ال vCard غير صحيحة. الرجاء إعادة تحديث الصفحة.",
|
|
"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" => "المجلد المؤقت غير موجود",
|
|
"Contacts" => "المعارف",
|
|
"Error" => "خطأ",
|
|
"Upload too large" => "حجم الترفيع أعلى من المسموح",
|
|
"Download" => "انزال",
|
|
"Edit" => "تعديل",
|
|
"Delete" => "حذف",
|
|
"Cancel" => "الغاء",
|
|
"Work" => "الوظيفة",
|
|
"Home" => "البيت",
|
|
"Other" => "شيء آخر",
|
|
"Mobile" => "الهاتف المحمول",
|
|
"Text" => "معلومات إضافية",
|
|
"Voice" => "صوت",
|
|
"Fax" => "الفاكس",
|
|
"Video" => "الفيديو",
|
|
"Pager" => "الرنان",
|
|
"Contact" => "معرفه",
|
|
"Settings" => "اعدادات",
|
|
"Import" => "إدخال",
|
|
"Groups" => "مجموعات",
|
|
"Close" => "اغلق",
|
|
"Title" => "عنوان",
|
|
"Organization" => "المؤسسة",
|
|
"Birthday" => "تاريخ الميلاد",
|
|
"Add" => "اضف",
|
|
"Phone" => "الهاتف",
|
|
"Email" => "البريد الالكتروني",
|
|
"Address" => "عنوان",
|
|
"Delete contact" => "امحي المعرفه",
|
|
"Preferred" => "مفضل",
|
|
"City" => "المدينة",
|
|
"Country" => "البلد",
|
|
"Share" => "شارك",
|
|
"Export" => "تصدير المعلومات",
|
|
"more info" => "مزيد من المعلومات",
|
|
"Primary address (Kontact et al)" => "العنوان الرئيسي (جهات الإتصال)",
|
|
"iOS/OS X" => "ط ن ت/ ن ت 10",
|
|
"Addressbooks" => "كتب العناوين",
|
|
"New Address Book" => "كتاب عناوين جديد",
|
|
"Name" => "اسم",
|
|
"Save" => "حفظ"
|
|
);
|