Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
43 lines
No EOL
2.5 KiB
PHP
43 lines
No EOL
2.5 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', "Alle Konfigurationen zurücksetzen");
|
|
define('LANG_updating_configs', "Alle Konfigurationen updaten");
|
|
define('LANG_configs_updated_ok', "Konfigurationen erfolgreich neu eingelesen.");
|
|
define('LANG_reset_old_configs', "Alte Konfigurationen zurücksetzten");
|
|
define('LANG_update_configs', "Konfigurationen aktualisieren");
|
|
define('LANG_game_config_setup', "Erstelle Game Konfigurationen");
|
|
define('LANG_config_reset_warning', "Wenn du alte Konfigurationen zurücksetzt könnte es zu Problemen mit den verbundenen Gameservern geben, da die ID-Nummern nicht mehr mit den neuen Konfigurationen übereinstimmen.");
|
|
define('LANG_modify_configs_info', "Falls du die Game Konfigurationen ändern möchtest kannst du dies über die Dateien in %s tun.");
|
|
define('LANG_updating_config_from_file', "Aktualisiere Konfigurationen von Datei %s.");
|
|
define('LANG_error_when_handling_file', "Fehler beim Umgang mit Datei %s.");
|
|
define('LANG_error_while_adding_cfg_to_db', "Ein Fehler ist aufgetreten als Daten von %s in die Datenbank eingetragen wurden.");
|
|
define('LANG_no_configs_found', "Keine Konfigurationen gefunden in %s.");
|
|
define('LANG_select_game', "Spiel auswählen");
|
|
define('LANG_create_xml_configs', "Erstelle XML-Konfigurationen");
|
|
define('LANG_failed_to_delete_config_from_db', "Die Konfiguration %s konnte nicht aus der Datenbank gelöscht werden.");
|
|
define('LANG_failed_removing_file', "Die Datei %s konnte nicht entfernt werden.");
|
|
define('LANG_removed_game_cfg_from_disk_and_datbase', "Konfiguration für %s aus Speicher und Datenbank entfernt.");
|
|
define('LANG_delete_game_config_for', "Spielkonfiguration %s von Festplatte und Datenbank löschen.");
|
|
?>
|