Panel/lang/Serbian(Serbia)/modules/addonsmanager.php
2025-09-11 13:29:15 -04:00

70 lines
No EOL
4.7 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
/*
*
* 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', "URL");
define('OGP_LANG_select_game_type', "Изаберите тип игре");
define('OGP_LANG_plugin', "Додатак");
define('OGP_LANG_mappack', "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', "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', "Молимо вас да унесете линк ка компресованом фајлу.");
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', "Све групе");
define('OGP_LANG_show_addons_for_selected_group', "Прикажи додатке за изабрану групу");
define('OGP_LANG_group', "Група");
?>