| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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', "Installere Plugin");
- define('OGP_LANG_install_mappack', "Installere Mappepakke");
- define('OGP_LANG_install_config', "Installere Config");
- define('OGP_LANG_game_name', "Spil Navn");
- define('OGP_LANG_directory', "Mappe Sti");
- define('OGP_LANG_remote_server', "Fjernbetjening Server");
- define('OGP_LANG_select_addon', "Vælg Addon");
- define('OGP_LANG_install', "Installere");
- define('OGP_LANG_failed_to_start_file_download', "Fejlet i at starte fil download.");
- define('OGP_LANG_no_games_servers_available', "Der er ikke nogen spil servere tilgængelig, på din konto.");
- define('OGP_LANG_addon_installed_successfully', "Addon installeret successfully");
- define('OGP_LANG_path', "Sti");
- define('OGP_LANG_wait_while_decompressing', "Vent mens filen %s er dekomprimeret.");
- define('OGP_LANG_addon_name', "Addon Navn");
- define('OGP_LANG_url', "URL");
- define('OGP_LANG_select_game_type', "Vælg Spil Type");
- define('OGP_LANG_plugin', "Plugin");
- define('OGP_LANG_mappack', "MapPakke");
- define('OGP_LANG_config', "Config");
- define('OGP_LANG_type', "Addon Type");
- define('OGP_LANG_game', "Spil");
- define('OGP_LANG_show_all_addons', "Vis Alle Addons");
- define('OGP_LANG_show_addons_for_selected_type', "Vis Addons For Valgte Type");
- define('OGP_LANG_show_addons_for_selected_game', "Vis Addons For Valgte Spil");
- define('OGP_LANG_linux_games', "Linux Spil:");
- define('OGP_LANG_windows_games', "Windows Spil:");
- define('OGP_LANG_create_addon', "Opret Addon");
- define('OGP_LANG_addons_db', "Addons DataBase");
- define('OGP_LANG_addon_has_been_created', "Addon %s er bleven oprettet.");
- define('OGP_LANG_remove_addon', "Fjern Addon");
- define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "Vær venlig, at indsætte URL addresse for komprimeret fil.");
- define('OGP_LANG_fill_the_addon_name', "Vær venlige, at indsætte navn til addon pakke.");
- define('OGP_LANG_select_an_addon_type', "Vælg venligst en addon type.");
- define('OGP_LANG_select_a_game_type', "Vælg venlligst en spil type.");
- define('OGP_LANG_edit_addon', "Redigere 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.");
- ?>
|