global.php 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('lang_charset', "UTF-8");
  25. define('already_logged_in_redirecting_to_dashboard', "تم تسجيل الدخول بالفعل ، إعادة توجيه إلى لوحة التحكم.");
  26. define('logging_in', "تسجيل الدخول");
  27. define('redirecting_in', "توجيه الى");
  28. define('refresh_page', "تحديث الصفحة");
  29. define('no_rights', "لاتملك صلاحيات الدخول لهذة الصفحة.");
  30. define('welcome', "مرحبا");
  31. define('logout', "تسجيل الخروج");
  32. define('logout_message', "تم تسجيل الخروج.");
  33. define('support', "الدعم");
  34. define('password', "كلمة المرور");
  35. define('login', "إسم المستخدم");
  36. define('login_button', "تسجيل الدخول");
  37. define('solve_captcha', "تحقق البشري");
  38. define('lost_passwd', "نسيت كلمة المرور؟");
  39. define('no_db_connection', "لا يمكن الاتصال بقاعدة البيانات.");
  40. define('bad_login', "خطأ في اسم المستخدم أو كلمة مرور.");
  41. define('not_logged_in', "انك لم تقم بتسجيل الدخول حاليا.");
  42. define('remove_install', "من فضلك امسح ملف install.php لأسباب تتعلق بالحماية.");
  43. define('agent_offline', "العميل اللذى يتحكم فى هذا السيرفر مغلق.");
  44. define('logged_in', "لقد سجلت دخولك كـ ");
  45. define('delete', "حذف");
  46. define('edit', "تعديل");
  47. define('actions', "Actions");
  48. define('invalid_subpage', "صفحة فرعية غير صالحة.");
  49. define('invalid_home_id', "الأيدي اللذي تم ادخاله غير صالح.");
  50. define('note', "ملاحظة");
  51. define('hint', "ملاحظة");
  52. define('yes', "نعم");
  53. define('no', "لا");
  54. define('on', "تشغيل");
  55. define('off', "إغلاق");
  56. define('db_error_invalid_host', "تم إدخال مضيف قاعدة بيانات غير صالح.");
  57. define('db_error_invalid_user_and_pass', "اسم مستخدم قاعدة البيانات غير صالح و / أو كلمة المرور غير صالحة.");
  58. define('db_error_invalid_database', "قاعدة بيانات غير صالحة.");
  59. define('db_unknown_error', "خطأ قاعدة البيانات غير معروف : %s");
  60. define('db_error_module_missing', "موديول قاعدة بيانات PHP المطلوب مفقود.");
  61. define('db_error_invalid_db_type', "نوع قاعدة بيانات غير صالح في ملف الإعدادت.");
  62. define('invalid_login_information', "تم إدخال معلومات تسجيل الدخول غير صالحة.");
  63. define('failed_to_read_config', "فشلت قراءة ملف الإعدادات.");
  64. define('account_expired', "انتهت صلاحية حسابك.");
  65. define('contact_admin_to_enable_account', "اتصل بالأدمن لإعادة تمكين حسابك.");
  66. define('maintenance_mode_on', "وضع الصيانة قيد التشغيل");
  67. define('logging_out_10', "تسجيل الخروج في 10 ثوانى");
  68. define('invalid_redirect', "إعادة توجيه");
  69. define('login_title', "تسجيل الدخول للوحة التحكم");
  70. define('module_not_installed', "الموديول لم يتم تثبيته.");
  71. define('no_access_to_home', "ليس لديك حق الوصول إلى هذا المكان.");
  72. define('not_available', "غير موجود");
  73. define('offline', "أوفلاين");
  74. define('online', "أونلاين");
  75. define('invalid_url', "عنوان غير صالح");
  76. define('xml_file_not_valid', "ملف الXML '%s' تعذر التحقق من صحة المخطط '%s'");
  77. define('unable_to_load_xml', "تعذر تحميل ملف XML '%s'. إذن المشكلة؟");
  78. define('gamemanager', "مدير اللعبة");
  79. define('game_monitor', "مراقب اللعبة");
  80. define('dashboard', "لوحة التحكم");
  81. define('user_addons', "الإضافات");
  82. define('ftp', "الأف تي بي");
  83. define('shop', "متجر");
  84. define('shop_guest', "المتجر");
  85. define('TS3Admin', "أدمن TS3");
  86. define('administration', "الادارة");
  87. define('config_games', "إعدادات لعبة/مود");
  88. define('modulemanager', "الموديولات");
  89. define('server', "السيرفرات");
  90. define('settings', "إعدادات اللوحة");
  91. define('themes', "إعدادات المظهر");
  92. define('user_admin', "المستخدمين");
  93. define('sub_users', "المستخدمين الفرعيين");
  94. define('show_groups', "المجموعات");
  95. define('user_games', "سيرفرات الألعاب");
  96. define('addons_manager', "مدير الإضافات");
  97. define('ftp_admin', "مستخدمى FTP");
  98. define('orders', "الطلبات");
  99. define('services', "الخدمات");
  100. define('shop_settings', "إعدادات المتجر");
  101. define('update', "تحديث اللوحة");
  102. define('extras', "إضافات");
  103. define('show', "أظهر");
  104. define('show_all', "أظهر كل السيرفرات");
  105. define('cur_theme', "%s قالب");
  106. define('copyright', "حقوق الملكية");
  107. define('all_rights_reserved', "كل الحقوق محفوظة");
  108. define('version', "نسخة");
  109. define('show_version', "أظهر النسخة");
  110. define('queries_executed', "الاستعلامات التي تم تنفيذها");
  111. define('lang', "لغة");
  112. define('get_size', "عرض الحجم");
  113. define('total_size', "الحجم الإجمالي");
  114. define('lgsl', "LGSL");
  115. define('lgsl_admin', "أدمن LGSL");
  116. define('rcon', "RCON");
  117. define('watch_logger', "مشاهدة المسجل");
  118. define('litefm_settings', "إعدادات LiteFM");
  119. define('assign_expiration_date', "تعيين تاريخ انتهاء الصلاحية");
  120. define('assign_expiration_date_info', "بمجرد انتهاء صلاحية السيرفر سيتم ازالة التعيين ولكن لم يتم حذف السيرفر.");
  121. define('server_expiration_date', "تاريخ انتاء صلاحية السيرفر");
  122. define('server_expiration_date_info', "بمجرد انتهاء صلاحيته ، سيتم حذف السيرفر ( قاعدة البيانات والملفات).");
  123. define('set_expiration_date', "ضع تاريخ الإنتهاء");
  124. define('admin_dsi', "إعدادات DSi");
  125. define('user_dsi', "DSi");
  126. define('list_dsi', "قائمة DSi");
  127. define('no_remote_servers', "لا توجد خوادم بعيدة معروفة! إضافة خادم لاستخدام هذه الوظيفة.");
  128. define('no_results_found', "لم يتم العثور على نتائج بحث ل%s");
  129. define('tickets', "تذاكر الدعم");
  130. define('news', "الأخبار");
  131. define('admin_news', "مدير الأخبار");
  132. define('rcon', "RCON");
  133. define('support', "الدعم");
  134. define('util', "خدمات");
  135. define('fast_download', "التحميل السريع");
  136. define('fd_user', "التحميل السريع");
  137. define('cron', "مدير الكرون");
  138. define('user_cron', "الكرون");
  139. define('faq', "التعليمات.");
  140. define('mysql_admin', "مدير قاعدة البيانات");
  141. ?>