Panel/lang/Danish/modules/config_games.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

43 lines
No EOL
2.3 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_resetting_configs', "Nulstiller alle configs");
define('LANG_updating_configs', "Opdatere gamle konfigurationer");
define('LANG_configs_updated_ok', "Konfiguration genlæst succesfuldt.");
define('LANG_reset_old_configs', "Nulstil gamle konfigurationer");
define('LANG_update_configs', "Opdatere Config");
define('LANG_game_config_setup', "Setup Spil Configs");
define('LANG_config_reset_warning', "Når du fjerner gamle konfigurationer, kan det give problemer, med udpegning til spille servere, pga identitets numrene ikke ville passe sammen, med den nye konfiguration..");
define('LANG_modify_configs_info', "Hvis du ønsker at ændre spillets konfiguration, så ka du ændre det, ved denne lokalisering %s.");
define('LANG_updating_config_from_file', "Opdatere configs fra fil %s.");
define('LANG_error_when_handling_file', "Fejl opstod ved behandling af fil %s.");
define('LANG_error_while_adding_cfg_to_db', "Fejl opstod, når data tilføjet fra %s til database.");
define('LANG_no_configs_found', "Ingen konfiguration fundet fra %s.");
define('LANG_select_game', "Vælg Spil");
define('LANG_create_xml_configs', "Opret XML Configs");
define('LANG_failed_to_delete_config_from_db', "Fejlede sletning af %s konfiguration fra database");
define('LANG_failed_removing_file', "Fejlede fjernelsen af %s.");
define('LANG_removed_game_cfg_from_disk_and_datbase', "Fjerne konfigurationen %s fra lager og database.");
define('LANG_delete_game_config_for', "Slet spil konfiguration for %s fra lager og database.");
?>