43 lines
No EOL
2.6 KiB
PHP
43 lines
No EOL
2.6 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('OGP_LANG_resetting_configs', "Összes konfiguráció visszaállítása");
|
|
define('OGP_LANG_updating_configs', "Régi konfigurációk frissítése");
|
|
define('OGP_LANG_configs_updated_ok', "Konfigurációk sikeresen újraolvasva.");
|
|
define('OGP_LANG_reset_old_configs', "Régi konfigurációk visszaállítása.");
|
|
define('OGP_LANG_update_configs', "Konfigurációk frissítése");
|
|
define('OGP_LANG_game_config_setup', "Játék konfigurációk beállítása");
|
|
define('OGP_LANG_config_reset_warning', "Régi konfigok törlésekor probléma adódhat a hozzárendelt játék szerverekkel, ugyanis elofordulhat hogy az azonosítók nem egyeznek meg az új konfigurációban.");
|
|
define('OGP_LANG_modify_configs_info', "Ha módosítani akarod a játék konfigurációt, módosíthatod a fájlokat a(z) %s mappában.");
|
|
define('OGP_LANG_updating_config_from_file', "Konfiguráció frissítése a(z) %s fájlból.");
|
|
define('OGP_LANG_error_when_handling_file', "Hiba történt a(z) %s fájl kezelése során.");
|
|
define('OGP_LANG_error_while_adding_cfg_to_db', "Hiba lépett fel az adatok hozzáadása során a(z)%s-ból az adatbázisba.");
|
|
define('OGP_LANG_no_configs_found', "Nem található konfiguráció a(z) %s fájlban.");
|
|
define('OGP_LANG_select_game', "Válassz játékot");
|
|
define('OGP_LANG_create_xml_configs', "XML konfiguráció létrehozása");
|
|
define('OGP_LANG_failed_to_delete_config_from_db', "Nem sikerül törölni a(z) %s konfigurációt az adatbázisból");
|
|
define('OGP_LANG_failed_removing_file', "Nem sikerüt eltávolítani a(z) %s fájlt.");
|
|
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "A(z) %s konfiguráció eltávolítva a tárhelyről és az adatbázisból.");
|
|
define('OGP_LANG_delete_game_config_for', "A(z) %s játék konfigurációjának törlése a lemezről és az adatbázisból.");
|
|
?>
|