1
0

ar.js 1.3 KB

12345678910111213141516171819202122
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "الملفات المحذوفة",
  5. "restored" : "تمت الاستعادة",
  6. "Restore" : "استعيد",
  7. "Delete permanently" : "حذف بشكل دائم",
  8. "This operation is forbidden" : "هذة العملية ممنوعة ",
  9. "This directory is unavailable, please check the logs or contact the administrator" : "هذا المجلد غير متوفر, الرجاء مراجعة سجل الأخطاء أو الاتصال بمدير النظام",
  10. "No deleted files" : "لا يوجد ملفات محذوفة",
  11. "You will be able to recover deleted files from here" : "سوف تكون قادر على استعادة الملفات المحذوفة من هنا",
  12. "No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ",
  13. "Select all" : "تحديد الكل ",
  14. "Name" : "اسم",
  15. "Actions" : "الإجراءات",
  16. "Deleted" : "تم الحذف",
  17. "Delete" : "إلغاء",
  18. "Couldn't delete %s permanently" : "تعذّر حذف%s بشكل دائم",
  19. "Couldn't restore %s" : "تعذّر استرجاع %s ",
  20. "Error" : "خطأ"
  21. },
  22. "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;");