| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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_module_id', "Modul azonosító");
- define('OGP_LANG_module_name', "Modulnév");
- define('OGP_LANG_module_folder', "Modul mappa");
- define('OGP_LANG_module_version', "Modul verzió");
- define('OGP_LANG_db_version', "Adatbázis verzió");
- define('OGP_LANG_modules_available_for_install', "Egyedi modulok amelyek elérhetőek telepítéshez:");
- define('OGP_LANG_install', "Telepítés");
- define('OGP_LANG_uninstall', "Eltávolítás");
- define('OGP_LANG_modules', "Modulok");
- define('OGP_LANG_update_modules', "Modulok frissítése");
- define('OGP_LANG_no_installed_modules', "Nem találhatóak telepített modulok.");
- define('OGP_LANG_not_complete', "A telepítés/eltávolítás funkció nincs befejezve és előfordulhat, hogy nem működik megfelelően. FIGYELEM: adatok veszthetnek el az OGP adatbázisából!");
- define('OGP_LANG_core_mods_installed', "Telepített alap modulok:");
- define('OGP_LANG_custom_mods_installed', "Telepített egyedi modulok:");
- define('OGP_LANG_installing_module', "Modul telepítése '%s'");
- define('OGP_LANG_successfully_installed_module', "A(z) %s modul sikeresen telepítve.");
- define('OGP_LANG_failed_to_install_module', "A(z) %s modul telepítse nem sikerült.");
- define('OGP_LANG_adding_module', "Az úgynevezett '%s' modul hozzáadása.");
- define('OGP_LANG_module_already_installed', "A(z) úgynevezett '%s' modul már telepítve van.");
- define('OGP_LANG_uninstalling_module', "A(z) '%s' modul eltávolítása");
- define('OGP_LANG_successfully_uninstalled_module', "A(z) %s modul sikeresen eltávolítva.");
- define('OGP_LANG_failed_to_uninstall_module', "A(z) %s modul eltávolítása sikertelen.");
- define('OGP_LANG_module_file_missing', "könyvtárban hiányzik a module.php fájl.");
- define('OGP_LANG_module_file_missing_info', "hiányzik a szükséges információ.");
- define('OGP_LANG_query_failed', "Nem sikerült végrehajtani a lekérdezést");
- define('OGP_LANG_query_failed_2', "az adatbázisba.");
- define('OGP_LANG_failed_del_db', "Nem sikerült törölni a modult az adatbázisból.");
- define('OGP_LANG_updated_module', "Frissített modul: '%s'.");
- define('OGP_LANG_updating_modules', "Modulok frissítése");
- define('OGP_LANG_updating_finished', "Frissítés befejezve");
- define('OGP_LANG_prereqs_missing', "A %s előfeltételeit telepíteni kell a kiszolgálóra, mielőtt a %s telepíteni lehet.");
- ?>
|