Panel/lang/Arabic/modules/steam_workshop.php
copilot-swe-agent[bot] 7377f955fd
Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-04 17:31:16 +00:00

74 lines
No EOL
5.2 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_game', "لعبة");
define('LANG_select_mod', "تحديد mod");
define('LANG_manual_workshop_mod_id', "Manual Workshop mod ID");
define('LANG_manual_workshop_mod_id_info', "You'll find the mod id at the URL of the mod, for example 1379153273 for ARK: Survival Evolved's Solar Panel. You can install multiple mods separating them by coma.");
define('LANG_update_in_progress', "التحديث قيد التقدم");
define('LANG_refresh_steam_workshop_status', "Refresh Steam Workshop status");
define('LANG_update_completed', "إكتمل التحديث بنجاح");
define('LANG_mod_does_not_belong_to_workshop', "The mod %s does not belong to the Workshop");
define('LANG_mod_installation_started', "Mod installation started");
define('LANG_failed_to_start_steam_workshop', "Failed to start Steam Workshop");
define('LANG_connection_error', "خطأ في الإتصال");
define('LANG_install_mod', "تثبيت الوحدات");
define('LANG_show_mod_info', "Show mods info");
define('LANG_select_game', "حدد اللعبة");
define('LANG_save_config', "حفظ التكوين");
define('LANG_mod_key_not_found_from_xml', "Mod key %s not found from xml.");
define('LANG_workshop_id', "Workshop ID");
define('LANG_workshop_id_info', "You'll find the Workshop ID at the URL of the Workshop, for example 440900 for Conan Exiles");
define('LANG_mods_path', "Mods Path");
define('LANG_mods_path_info', "The relative path for the mods folder.");
define('LANG_regex', "Regex");
define('LANG_regex_info', "A regular expression that matches the mods in the configuration file");
define('LANG_mods_backreference_index', "Mods Backreference Index");
define('LANG_mods_backreference_index_info', "The position of the back reference from the part of the regex that match the mods list, starting by 0.");
define('LANG_variable', "متغير");
define('LANG_variable_info', "The variable that cointains the mods list, if any.");
define('LANG_place_after', "مكان بعد");
define('LANG_place_after_info', "The section of the configuration file where the mods list appears, if any. It will be added to the config file if does not exists yet. If the given variable is not present then it will be placed in the line after this section.");
define('LANG_mod_string', "Mod String");
define('LANG_mod_string_info', "The string that represents the mod in the mod list. Valid replacements: %workshop_mod_id%, %first_file% (first file is the first file found in the mod folder downloaded by SteamCMD)");
define('LANG_string_separator', "فاصل السلسلة");
define('LANG_string_separator_info', "The character that separates the mods in the configuration file, for example new line character (\\n) or coma (,).");
define('LANG_filepath', "مسار الملف");
define('LANG_filepath_info', "The path of the configuration file where the mods must be listed.");
define('LANG_post_install', "Postinstall Script");
define('LANG_post_install_info', "The necessary commands in bash to move the mods to the mods folder. Valid replacements: %mods_full_path% (the full path to the Wokshop mods folder), %workshop_mod_id%, %first_file% (first file is the first file found in the mod folder downloaded by SteamCMD)");
define('LANG_install_mods', "Install Mods");
define('LANG_uninstall_mods', "Uninstall Mods");
define('LANG_failed_uninstalling_mod', "Failed uninstalling mod %s");
define('LANG_uninstall', "إلغاء تثبيت البرنامج النصي");
define('LANG_uninstall_info', "This is the script called when a mod is uninstalled, Valid replacements: %mods_full_path% (the full path to the wokshop mods folder), %mod_string% (mod string is the name listed in the configuration file for this mod).");
define('LANG_remove_mods', "Remove Mods");
define('LANG_do_not_close_this_page_while_mods_are_being_installed', "Do not close this page while mods are being installed.");
define('LANG_no_game_server_selected', "لم يتم تحديد خادم اللعبة");
define('LANG_there_are_no_mods_installed_on_this_game_server', "There are no mods installed on this game server");
define('LANG_workshop_configuration_not_found', "Workshop configuration not found");
define('LANG_download_method', "طريقة التحميل");
define('LANG_anonymous_login', "تسجيل دخول كمجهول");
define('LANG_select_at_least_one_mod_or_enter_mod_id', "Select at least one mod or enter a mod ID.");
define('LANG_no_game_servers_assigned', "ليس لديك أي خوادم مخصصة لحسابك.");
?>