ar.php 1.5 KB

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