| 1234567891011121314151617 |
- <?php
- define('configuration_files', "ملفات التكوين");
- define('editing_file', "تعديل الملف");
- define('no_server_specfied', "لا يوجد اي دي خادم محدد - لا يمكن سرد أية ملفات تكوين.");
- define('no_home', "ليس لديك حق الوصول إلى معرف الخادم المعين.");
- define('no_configs_for_game', "لم يتم تحديد ملفات التكوين هذه.");
- define('name', "الاسم");
- define('no_description', "بدون وصف");
- define('description', "الوصف");
- define('invalid_file', "قد لا يتم تحرير الملف المحدد.");
- define('wrote_changes', "تم حفظ الملف بنجاح.");
- define('failed_write', "أخفق حفظ الملف.");
- define('failed_read', "أخفق قراءة الملف.");
- define('save', "حفظ");
- define('go_back', "رجوع");
- define('new_file', "ملف جديد");
|