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 1.4KB

123456789101112131415161718192021222324
  1. <?php $TRANSLATIONS = array(
  2. "There is no error, the file uploaded with success" => "تم ترفيع الملفات بنجاح.",
  3. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
  4. "The uploaded file was only partially uploaded" => "تم ترفيع جزء من الملفات الذي تريد ترفيعها فقط",
  5. "No file was uploaded" => "لم يتم ترفيع أي من الملفات",
  6. "Missing a temporary folder" => "المجلد المؤقت غير موجود",
  7. "Files" => "الملفات",
  8. "Unshare" => "إلغاء مشاركة",
  9. "Delete" => "محذوف",
  10. "Close" => "إغلق",
  11. "Name" => "الاسم",
  12. "Size" => "حجم",
  13. "Modified" => "معدل",
  14. "Upload" => "إرفع",
  15. "Maximum upload size" => "الحد الأقصى لحجم الملفات التي يمكن رفعها",
  16. "Save" => "حفظ",
  17. "New" => "جديد",
  18. "Text file" => "ملف",
  19. "Folder" => "مجلد",
  20. "Nothing in here. Upload something!" => "لا يوجد شيء هنا. إرفع بعض الملفات!",
  21. "Download" => "تحميل",
  22. "Upload too large" => "حجم الترفيع أعلى من المسموح",
  23. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم."
  24. );