ar.php
2.47 KB
<?php
$TRANSLATIONS = array(
"Checking your installation..." => "يتم التحقق من التثبيتات ...",
"Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "الترقية غير ممكنة. تاكد من ان الخادم يمتلك صلاحيات الكتابة لـ المجلدات التالية:",
"Version not found" => "الاصدار غير موجود",
"Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "الترقية غير ممكنة. الخادم لا يمتلك الصلاحيات لـ حذف المجلدات التالية:",
"Update permissions on this directory and its content or remove it manually first." => "قم بتحديث الصلاحيات على هذا المجلد و محتوياتة او قم بالحذف اولا بشكل يدوي.",
"Downloading package..." => "يتم تحميل الحزم...",
"Unable to fetch package" => "تعذر جلب الحزم",
"Creating backup..." => "يتم انشاء النسخ الاحتياطي...",
"Here is your backup: " => "ستجد هنا نسختك الاحتياطيه:",
"Failed to create backup" => "تعذر من انشاء النسخ الاحتياطي",
"Moving files..." => "جاري نقل الملفات...",
"All done. Click to the link below to start database upgrade." => "تم الامر, اضغط على الرابط ادناة لـ بدء ترقية قاعدة البيانات",
"Update failed" => "فشل في الحديث",
"The update was unsuccessful. Please check logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "فشل في التحديث. يرجى التحقق من السجلات في صفحة المدير و يمكنك الابلاغ هنا <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\"> مجتمع ownCloud</a>.",
"Proceed" => "تنفيذ",
"Update Center" => "مركز التحديث",
"Backup Management" => "ادارة النسخ الاحتياطي",
"Update" => "حدث",
"Backup directory" => "مجلد النسخ الاحتياطي",
"Backup" => "النسخ الاحتياطي",
"Done on" => "تم",
"Download" => "تحميل",
"Delete" => "إلغاء",
"No backups found" => "لم يتم العثور على نسخ احتاطي"
);
$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;";