You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ar.php 681B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "تعذّر حذف%s بشكل دائم",
  4. "Couldn't restore %s" => "تعذّر استرجاع %s ",
  5. "Deleted files" => "حذف الملفات",
  6. "Error" => "خطأ",
  7. "Deleted Files" => "الملفات المحذوفه",
  8. "restored" => "تمت الاستعادة",
  9. "Nothing in here. Your trash bin is empty!" => "لا يوجد شيء هنا. سلة المهملات خاليه.",
  10. "Name" => "اسم",
  11. "Restore" => "استعيد",
  12. "Deleted" => "تم الحذف",
  13. "Delete" => "إلغاء"
  14. );
  15. $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;";