51 lines
No EOL
3.9 KiB
PHP
51 lines
No EOL
3.9 KiB
PHP
<?php
|
||
/*
|
||
* Language definitions for the addonsmanager module (Serbian(serbia) localization)
|
||
*/
|
||
|
||
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', "Група");
|
||
?>
|