Blame view

sources/apps/updater/l10n/ar.php 2.47 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
  <?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..." => "يتم انشاء النسخ الاحتياطي...",
d1bafeea1   Kload   [fix] Upgrade to ...
11
  "Here is your backup: " => "ستجد هنا نسختك الاحتياطيه:",
6d9380f96   Cédric Dupont   Update sources OC...
12
13
14
15
16
17
18
19
  "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" => "ادارة النسخ الاحتياطي",
d1bafeea1   Kload   [fix] Upgrade to ...
20
  "Update" => "حدث",
6d9380f96   Cédric Dupont   Update sources OC...
21
22
23
  "Backup directory" => "مجلد النسخ الاحتياطي",
  "Backup" => "النسخ الاحتياطي",
  "Done on" => "تم",
d1bafeea1   Kload   [fix] Upgrade to ...
24
  "Download" => "تحميل",
6d9380f96   Cédric Dupont   Update sources OC...
25
26
  "Delete" => "إلغاء",
  "No backups found" => "لم يتم العثور على نسخ احتاطي"
d1bafeea1   Kload   [fix] Upgrade to ...
27
  );
6d9380f96   Cédric Dupont   Update sources OC...
28
  $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;";