editconfigfiles.php 1.0 KB

1234567891011121314151617
  1. <?php
  2. define('OGP_LANG_configuration_files', "ملفات التكوين");
  3. define('OGP_LANG_editing_file', "تعديل الملف");
  4. define('OGP_LANG_no_server_specfied', "لا يوجد اي دي خادم محدد - لا يمكن سرد أية ملفات تكوين.");
  5. define('OGP_LANG_no_home', "ليس لديك حق الوصول إلى معرف الخادم المعين.");
  6. define('OGP_LANG_no_configs_for_game', "لم يتم تحديد ملفات التكوين هذه.");
  7. define('OGP_LANG_name', "الاسم");
  8. define('OGP_LANG_no_description', "بدون وصف");
  9. define('OGP_LANG_description', "الوصف");
  10. define('OGP_LANG_invalid_file', "قد لا يتم تحرير الملف المحدد.");
  11. define('OGP_LANG_wrote_changes', "تم حفظ الملف بنجاح.");
  12. define('OGP_LANG_failed_write', "أخفق حفظ الملف.");
  13. define('OGP_LANG_failed_read', "أخفق قراءة الملف.");
  14. define('OGP_LANG_save', "حفظ");
  15. define('OGP_LANG_go_back', "رجوع");
  16. define('OGP_LANG_new_file', "ملف جديد");