| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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('OGP_LANG_install_plugin', "تثبيت الإضافات");
- define('OGP_LANG_install_mappack', "تثبيت الخرائط");
- define('OGP_LANG_install_config', "تثبيت الإعدادات");
- define('OGP_LANG_game_name', "إسم اللعبة");
- define('OGP_LANG_directory', "المسار");
- define('OGP_LANG_remote_server', "سيرفر التحكم");
- define('OGP_LANG_select_addon', "إختر إضافة");
- define('OGP_LANG_install', "تثبيت");
- define('OGP_LANG_failed_to_start_file_download', "فشل بدأ تحميل الملف.");
- define('OGP_LANG_no_games_servers_available', "لا يتوفر أى سيرفرات ألعاب فى حسابك");
- define('OGP_LANG_addon_installed_successfully', "تم تثبيت الإضافة بنجاح");
- define('OGP_LANG_path', "المسار");
- define('OGP_LANG_wait_while_decompressing', "انتظر حتى يتم فك الملف %s .");
- define('OGP_LANG_addon_name', "إسم الإضافة");
- define('OGP_LANG_url', "الرابط");
- define('OGP_LANG_select_game_type', "إختر نوع اللعبة");
- define('OGP_LANG_plugin', "إضافة");
- define('OGP_LANG_mappack', "حزمة الخريطة");
- define('OGP_LANG_config', "إعداد");
- define('OGP_LANG_type', "نوع الإضافة");
- define('OGP_LANG_game', "لعبة");
- define('OGP_LANG_show_all_addons', "أظهر كل الإضافات");
- define('OGP_LANG_show_addons_for_selected_type', "أظهر الإضافات للنوع المحدد");
- define('OGP_LANG_show_addons_for_selected_game', "أظهر الإضافات للعبة المحددة");
- define('OGP_LANG_linux_games', "ألعاب حسب نظام لينكس:");
- define('OGP_LANG_windows_games', "ألعاب حسب نظام ويندوز");
- define('OGP_LANG_create_addon', "أنشأ إضافة");
- define('OGP_LANG_addons_db', "إسم الإضافة");
- define('OGP_LANG_addon_has_been_created', "تم إنشاء الإضافة %s .");
- define('OGP_LANG_remove_addon', "إمسح الاضافة");
- define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "من فضلك ، أضف عنوان URL للملف المضغوط");
- define('OGP_LANG_fill_the_addon_name', "من فضلك ، أضف إسم حزمة الاضافة.");
- define('OGP_LANG_select_an_addon_type', "من فضلك ، اختر نوع الإضافة");
- define('OGP_LANG_select_a_game_type', "من فضلك ، إختر نوع اللعبة");
- define('OGP_LANG_edit_addon', "تعديل الإضافة");
- define('OGP_LANG_post-script', "النص البرمجي بعد التثبيت (باش)");
- define('OGP_LANG_replacements', "الاستبدالات:");
- define('OGP_LANG_addon_name_info', "أدخل اسم لهذه الإضافة ، هذا الإسم هو مايراه المستخدم");
- define('OGP_LANG_url_info', "أدخل عنوان الويب الذي يحتوى على ملف ليتم تحميله ، إذا كان مضغوطا بامتداد zip أو tar.gz سيتم فك الضغط فى المسار الأساسى للسيرفر أو فى المسار الذى بالأسفل.");
- define('OGP_LANG_path_info', "المسار يجب أن يكون قريبا لمجلد السيرفر ولا يحتى على شرطات مائلة فى البداية أو النهاية ، مثال : cstrike/cfg . اذا ترك فارغاً سيتم استخدام المسار الأساسى للسيرفر.");
- define('OGP_LANG_post-script_info', "أدخل كود الباش ، ستم تنفيذه كسكريبت ، يمكنك استخدام استبدال النص لتخصيص التثبيت ، سيتم استبدالها بالبيانات من السيرفر الذي تقوم بتثبيت الإضافة به. السكريبت سيبدأ من المجلد الأساسى للسيرفر أو المسار المحدد .");
- define('OGP_LANG_show_to_group', "Show to group");
- define('OGP_LANG_all_groups', "All groups");
- define('OGP_LANG_show_addons_for_selected_group', "Show addons for selected group");
- define('OGP_LANG_group', "Group");
- ?>
|