editconfigfiles.php 863 B

1234567891011121314151617
  1. <?php
  2. define('configuration_files', "ملفات التكوين");
  3. define('editing_file', "تعديل الملف");
  4. define('no_server_specfied', "No Server ID specified - can't list any configuration files.");
  5. define('no_home', "ليس لديك حق الوصول إلى معرف الخادم المعين.");
  6. define('no_configs_for_game', "لم يتم تحديد ملفات التكوين هذه.");
  7. define('name', "الاسم");
  8. define('no_description', "بدون وصف");
  9. define('description', "الوصف");
  10. define('invalid_file', "قد لا يتم تحرير الملف المحدد.");
  11. define('wrote_changes', "تم حفظ الملف بنجاح.");
  12. define('failed_write', "أخفق حفظ الملف.");
  13. define('failed_read', "أخفق قراءة الملف.");
  14. define('save', "حفظ");
  15. define('go_back', "رجوع");
  16. define('new_file', "ملف جديد");