Panel/lang/Persian/modules/addonsmanager.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

51 lines
No EOL
3.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
* Language definitions for the addonsmanager module (Persian localization)
*/
define('OGP_LANG_install_plugin', "نصب افزونه");
define('OGP_LANG_install_mappack', "نصب Map");
define('OGP_LANG_install_config', "نصب Config");
define('OGP_LANG_game_name', "نام بازی");
define('OGP_LANG_directory', "مسیر نصب");
define('OGP_LANG_remote_server', "سرور Remote");
define('OGP_LANG_select_addon', "Select Addon");
define('OGP_LANG_install', "Install");
define('OGP_LANG_failed_to_start_file_download', "دانلود فایل با مشکل مواجه شد.");
define('OGP_LANG_no_games_servers_available', "هیچ GameServerـی در حساب کاربری شما وجود ندارد.");
define('OGP_LANG_addon_installed_successfully', "افزونه با موفقیت نصب شد");
define('OGP_LANG_path', "مسیر");
define('OGP_LANG_wait_while_decompressing', "Wait while the file %s is decompressed.");
define('OGP_LANG_addon_name', "نام افزونه");
define('OGP_LANG_url', "آدرس");
define('OGP_LANG_select_game_type', "نوع بازی را انتخاب کنید");
define('OGP_LANG_plugin', "پلاگین");
define('OGP_LANG_mappack', "پکیج Map");
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', "بازی های Linux:");
define('OGP_LANG_windows_games', "بازی های Windows:");
define('OGP_LANG_create_addon', "ساختن افزونه");
define('OGP_LANG_addons_db', "Addons Database");
define('OGP_LANG_addon_has_been_created', "افزونه %s ساخته شد.");
define('OGP_LANG_remove_addon', "پاک کردن افزونه");
define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "Please, fill an URL address for a compressed file.");
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', "Post-install script(bash)");
define('OGP_LANG_replacements', "Replacements:");
define('OGP_LANG_addon_name_info', "Enter a name for this addon, this is the name that the user sees.");
define('OGP_LANG_url_info', "Enter a web address that contains a file to download, if compressed in zip or tar.gz will be unpacked in the root directory of the server or on the path given below.");
define('OGP_LANG_path_info', "The path must be relative to the server folder and contain no slashes at the beginning or end, eg: cstrike/cfg. If left blank will use the server root path.");
define('OGP_LANG_post-script_info', "Enter Bash language code, this will be executed as a script, you can use text replacements to customize the installation, they will be replaced by data from the server on which you install the addon. The script will start from the root folder of the server or the specified path.");
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");
?>