Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
70 lines
No EOL
4.6 KiB
PHP
70 lines
No EOL
4.6 KiB
PHP
<?php
|
|
/*
|
|
*
|
|
* OGP - Open Game Panel
|
|
* Copyright (C) 2008 - 2018 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_install_plugin', "تثبيت الإضافات");
|
|
define('LANG_install_mappack', "تثبيت الخرائط");
|
|
define('LANG_install_config', "تثبيت الإعدادات");
|
|
define('LANG_game_name', "إسم اللعبة");
|
|
define('LANG_directory', "المسار");
|
|
define('LANG_remote_server', "سيرفر التحكم");
|
|
define('LANG_select_addon', "إختر إضافة");
|
|
define('LANG_install', "تثبيت");
|
|
define('LANG_failed_to_start_file_download', "فشل بدأ تحميل الملف.");
|
|
define('LANG_no_games_servers_available', "لا يتوفر أى سيرفرات ألعاب فى حسابك");
|
|
define('LANG_addon_installed_successfully', "تم تثبيت الإضافة بنجاح");
|
|
define('LANG_path', "المسار");
|
|
define('LANG_wait_while_decompressing', "انتظر حتى يتم فك الملف %s .");
|
|
define('LANG_addon_name', "إسم الإضافة");
|
|
define('LANG_url', "الرابط");
|
|
define('LANG_select_game_type', "إختر نوع اللعبة");
|
|
define('LANG_plugin', "إضافة");
|
|
define('LANG_mappack', "حزمة الخريطة");
|
|
define('LANG_config', "إعداد");
|
|
define('LANG_type', "نوع الإضافة");
|
|
define('LANG_game', "لعبة");
|
|
define('LANG_show_all_addons', "أظهر كل الإضافات");
|
|
define('LANG_show_addons_for_selected_type', "أظهر الإضافات للنوع المحدد");
|
|
define('LANG_show_addons_for_selected_game', "أظهر الإضافات للعبة المحددة");
|
|
define('LANG_linux_games', "ألعاب حسب نظام لينكس:");
|
|
define('LANG_windows_games', "ألعاب حسب نظام ويندوز");
|
|
define('LANG_create_addon', "أنشأ إضافة");
|
|
define('LANG_addons_db', "قاعدة بيانات الإضافات");
|
|
define('LANG_addon_has_been_created', "تم إنشاء الإضافة %s .");
|
|
define('LANG_remove_addon', "إمسح الاضافة");
|
|
define('LANG_fill_the_url_address_to_a_compressed_file', "من فضلك ، أضف عنوان URL للملف المضغوط");
|
|
define('LANG_fill_the_addon_name', "من فضلك ، أضف إسم حزمة الاضافة.");
|
|
define('LANG_select_an_addon_type', "من فضلك ، اختر نوع الإضافة");
|
|
define('LANG_select_a_game_type', "من فضلك ، إختر نوع اللعبة");
|
|
define('LANG_edit_addon', "تعديل الإضافة");
|
|
define('LANG_post-script', "النص البرمجي بعد التثبيت (باش)");
|
|
define('LANG_replacements', "الاستبدالات:");
|
|
define('LANG_addon_name_info', "أدخل اسم لهذه الإضافة ، هذا الإسم هو مايراه المستخدم");
|
|
define('LANG_url_info', "أدخل عنوان الويب الذي يحتوى على ملف ليتم تحميله ، إذا كان مضغوطا بامتداد zip أو tar.gz سيتم فك الضغط فى المسار الأساسى للسيرفر أو فى المسار الذى بالأسفل.");
|
|
define('LANG_path_info', "المسار يجب أن يكون قريبا لمجلد السيرفر ولا يحتى على شرطات مائلة فى البداية أو النهاية ، مثال : cstrike/cfg . اذا ترك فارغاً سيتم استخدام المسار الأساسى للسيرفر.");
|
|
define('LANG_post-script_info', "أدخل كود الباش ، ستم تنفيذه كسكريبت ، يمكنك استخدام استبدال النص لتخصيص التثبيت ، سيتم استبدالها بالبيانات من السيرفر الذي تقوم بتثبيت الإضافة به. السكريبت سيبدأ من المجلد الأساسى للسيرفر أو المسار المحدد .");
|
|
define('LANG_show_to_group', "عرض للمجموعة");
|
|
define('LANG_all_groups', "جميع المجموعات");
|
|
define('LANG_show_addons_for_selected_group', "عرض الإضافات للمجموعات المحددة");
|
|
define('LANG_group', "مجموعة");
|
|
?>
|