51 lines
No EOL
3.2 KiB
PHP
51 lines
No EOL
3.2 KiB
PHP
<?php
|
|
/*
|
|
* Language definitions for the addonsmanager module (English localization)
|
|
*/
|
|
|
|
define('OGP_LANG_install_plugin', "Install Plugins");
|
|
define('OGP_LANG_install_mappack', "Install Maps");
|
|
define('OGP_LANG_install_config', "Install Configs");
|
|
define('OGP_LANG_game_name', "Game Name");
|
|
define('OGP_LANG_directory', "Directory Path");
|
|
define('OGP_LANG_remote_server', "Remote server");
|
|
define('OGP_LANG_select_addon', "Select Addon");
|
|
define('OGP_LANG_install', "Install");
|
|
define('OGP_LANG_failed_to_start_file_download', "Failed to start file download.");
|
|
define('OGP_LANG_no_games_servers_available', "There are no game servers available in your account.");
|
|
define('OGP_LANG_addon_installed_successfully', "Addon installed successfully");
|
|
define('OGP_LANG_path', "Path");
|
|
define('OGP_LANG_wait_while_decompressing', "Wait while the file %s is decompressed.");
|
|
define('OGP_LANG_addon_name', "Addon Name");
|
|
define('OGP_LANG_url', "URL");
|
|
define('OGP_LANG_select_game_type', "Select Game Type");
|
|
define('OGP_LANG_plugin', "Plugin");
|
|
define('OGP_LANG_mappack', "MapPack");
|
|
define('OGP_LANG_config', "Config");
|
|
define('OGP_LANG_type', "Addon Type");
|
|
define('OGP_LANG_game', "Game");
|
|
define('OGP_LANG_show_all_addons', "Show All Addons");
|
|
define('OGP_LANG_show_addons_for_selected_type', "Show Addons For Selected Type");
|
|
define('OGP_LANG_show_addons_for_selected_game', "Show Addons For Selected Game");
|
|
define('OGP_LANG_linux_games', "Linux Games:");
|
|
define('OGP_LANG_windows_games', "Windows Games:");
|
|
define('OGP_LANG_create_addon', "Create Addon");
|
|
define('OGP_LANG_addons_db', "Addons Database");
|
|
define('OGP_LANG_addon_has_been_created', "The addon %s has been created.");
|
|
define('OGP_LANG_remove_addon', "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', "Please, fill a name for the addon package.");
|
|
define('OGP_LANG_select_an_addon_type', "Please, select an addon type.");
|
|
define('OGP_LANG_select_a_game_type', "Please, select a game type.");
|
|
define('OGP_LANG_edit_addon', "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");
|
|
?>
|