| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2017 The OGP Development Team
- *
- * http://www.opengamepanel.org/
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- */
- define('lang_charset', "UTF-8");
- define('already_logged_in_redirecting_to_dashboard', "تم تسجيل الدخول بالفعل ، إعادة توجيه إلى لوحة التحكم.");
- define('logging_in', "تسجيل الدخول");
- define('redirecting_in', "توجيه الى");
- define('refresh_page', "تحديث الصفحة");
- define('no_rights', "لاتملك صلاحيات الدخول لهذة الصفحة.");
- define('welcome', "مرحبا");
- define('logout', "تسجيل الخروج");
- define('logout_message', "تم تسجيل الخروج.");
- define('support', "الدعم");
- define('password', "كلمة المرور");
- define('login', "إسم المستخدم");
- define('login_button', "تسجيل الدخول");
- define('solve_captcha', "تحقق البشري");
- define('lost_passwd', "نسيت كلمة المرور؟");
- define('no_db_connection', "لا يمكن الاتصال بقاعدة البيانات.");
- define('bad_login', "خطأ في اسم المستخدم أو كلمة مرور.");
- define('not_logged_in', "انك لم تقم بتسجيل الدخول حاليا.");
- define('remove_install', "من فضلك امسح ملف install.php لأسباب تتعلق بالحماية.");
- define('agent_offline', "العميل اللذى يتحكم فى هذا السيرفر مغلق.");
- define('logged_in', "لقد سجلت دخولك كـ ");
- define('delete', "حذف");
- define('edit', "تعديل");
- define('actions', "Actions");
- define('invalid_subpage', "صفحة فرعية غير صالحة.");
- define('invalid_home_id', "الأيدي اللذي تم ادخاله غير صالح.");
- define('note', "ملاحظة");
- define('hint', "ملاحظة");
- define('yes', "نعم");
- define('no', "لا");
- define('on', "تشغيل");
- define('off', "إغلاق");
- define('db_error_invalid_host', "تم إدخال مضيف قاعدة بيانات غير صالح.");
- define('db_error_invalid_user_and_pass', "اسم مستخدم قاعدة البيانات غير صالح و / أو كلمة المرور غير صالحة.");
- define('db_error_invalid_database', "قاعدة بيانات غير صالحة.");
- define('db_unknown_error', "خطأ قاعدة البيانات غير معروف : %s");
- define('db_error_module_missing', "موديول قاعدة بيانات PHP المطلوب مفقود.");
- define('db_error_invalid_db_type', "نوع قاعدة بيانات غير صالح في ملف الإعدادت.");
- define('invalid_login_information', "تم إدخال معلومات تسجيل الدخول غير صالحة.");
- define('failed_to_read_config', "فشلت قراءة ملف الإعدادات.");
- define('account_expired', "انتهت صلاحية حسابك.");
- define('contact_admin_to_enable_account', "اتصل بالأدمن لإعادة تمكين حسابك.");
- define('maintenance_mode_on', "وضع الصيانة قيد التشغيل");
- define('logging_out_10', "تسجيل الخروج في 10 ثوانى");
- define('invalid_redirect', "إعادة توجيه");
- define('login_title', "تسجيل الدخول للوحة التحكم");
- define('module_not_installed', "الموديول لم يتم تثبيته.");
- define('no_access_to_home', "ليس لديك حق الوصول إلى هذا المكان.");
- define('not_available', "غير موجود");
- define('offline', "أوفلاين");
- define('online', "أونلاين");
- define('invalid_url', "عنوان غير صالح");
- define('xml_file_not_valid', "ملف الXML '%s' تعذر التحقق من صحة المخطط '%s'");
- define('unable_to_load_xml', "تعذر تحميل ملف XML '%s'. إذن المشكلة؟");
- define('gamemanager', "مدير اللعبة");
- define('game_monitor', "مراقب اللعبة");
- define('dashboard', "لوحة التحكم");
- define('user_addons', "الإضافات");
- define('ftp', "الأف تي بي");
- define('shop', "متجر");
- define('shop_guest', "المتجر");
- define('TS3Admin', "أدمن TS3");
- define('administration', "الادارة");
- define('config_games', "إعدادات لعبة/مود");
- define('modulemanager', "الموديولات");
- define('server', "السيرفرات");
- define('settings', "إعدادات اللوحة");
- define('themes', "إعدادات المظهر");
- define('user_admin', "المستخدمين");
- define('sub_users', "المستخدمين الفرعيين");
- define('show_groups', "المجموعات");
- define('user_games', "سيرفرات الألعاب");
- define('addons_manager', "مدير الإضافات");
- define('ftp_admin', "مستخدمى FTP");
- define('orders', "الطلبات");
- define('services', "الخدمات");
- define('shop_settings', "إعدادات المتجر");
- define('update', "تحديث اللوحة");
- define('extras', "إضافات");
- define('show', "أظهر");
- define('show_all', "أظهر كل السيرفرات");
- define('cur_theme', "%s قالب");
- define('copyright', "حقوق الملكية");
- define('all_rights_reserved', "كل الحقوق محفوظة");
- define('version', "نسخة");
- define('show_version', "أظهر النسخة");
- define('queries_executed', "الاستعلامات التي تم تنفيذها");
- define('lang', "لغة");
- define('get_size', "عرض الحجم");
- define('total_size', "الحجم الإجمالي");
- define('lgsl', "LGSL");
- define('lgsl_admin', "أدمن LGSL");
- define('rcon', "RCON");
- define('watch_logger', "مشاهدة المسجل");
- define('litefm_settings', "إعدادات LiteFM");
- define('assign_expiration_date', "تعيين تاريخ انتهاء الصلاحية");
- define('assign_expiration_date_info', "بمجرد انتهاء صلاحية السيرفر سيتم ازالة التعيين ولكن لم يتم حذف السيرفر.");
- define('server_expiration_date', "تاريخ انتاء صلاحية السيرفر");
- define('server_expiration_date_info', "بمجرد انتهاء صلاحيته ، سيتم حذف السيرفر ( قاعدة البيانات والملفات).");
- define('set_expiration_date', "ضع تاريخ الإنتهاء");
- define('admin_dsi', "إعدادات DSi");
- define('user_dsi', "DSi");
- define('list_dsi', "قائمة DSi");
- define('no_remote_servers', "لا توجد خوادم بعيدة معروفة! إضافة خادم لاستخدام هذه الوظيفة.");
- define('no_results_found', "لم يتم العثور على نتائج بحث ل%s");
- define('tickets', "تذاكر الدعم");
- define('news', "الأخبار");
- define('admin_news', "مدير الأخبار");
- define('rcon', "RCON");
- define('support', "الدعم");
- define('util', "خدمات");
- define('fast_download', "التحميل السريع");
- define('fd_user', "التحميل السريع");
- define('cron', "مدير الكرون");
- define('user_cron', "الكرون");
- define('faq', "التعليمات.");
- define('mysql_admin', "مدير قاعدة البيانات");
- ?>
|