Panel/lang/Croatian(Croatia)/modules/modulemanager.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

56 lines
2.9 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_module_id', "ID Modula");
define('LANG_module_name', "Naziv Modula");
define('LANG_module_folder', "Mapa Modula");
define('LANG_module_version', "Verzija Modula");
define('LANG_db_version', "Verzija Baze Podataka");
define('LANG_modules_available_for_install', "Dodatnih moduli dostupni za instalaciju:");
define('LANG_install', "Instalirati");
define('LANG_uninstall', "Deinstalirati");
define('LANG_modules', "Moduli");
define('LANG_update_modules', "Ažuriraj Module");
define('LANG_no_installed_modules', "Nije pronađen nijedan instalirani Modul.");
define('LANG_not_complete', "Značajka Instalirati/Deinstalirari nije potpuna i možda neće ispravno raditi. UPOZORENJE: Gubitak podataka može se pojaviti u OGP bazi podataka!");
define('LANG_core_mods_installed', "Instalirani Jezgrenih Moduli:");
define('LANG_custom_mods_installed', "Instalirani Dodatnih Moduli:");
define('LANG_installing_module', "Instaliranje modula '%s'");
define('LANG_successfully_installed_module', "Modul je uspješno instaliran %s.");
define('LANG_failed_to_install_module', "Neuspješno instaliranje modula %s.");
define('LANG_adding_module', "Dodavanje modula pod nazivom '%s'.");
define('LANG_module_already_installed', "Modul pod nazivom '%s' je več instaliran.");
define('LANG_uninstalling_module', "Deinstalacija modula '%s'");
define('LANG_successfully_uninstalled_module', "Uspješno deinstaliranje modula %s.");
define('LANG_failed_to_uninstall_module', "Neuspješna deinstalacija modula %s.");
define('LANG_module_file_missing', "u direktoriju fali module.php datoteka.");
define('LANG_module_file_missing_info', "fale potrebne informacije.");
define('LANG_query_failed', "Nije uspjelo izvršavanje upita");
define('LANG_query_failed_2', "do baze podataka.");
define('LANG_failed_del_db', "Neuspješno brisanje modula s baze podataka");
define('LANG_updated_module', "Ažurirani modul: '%s'.");
define('LANG_updating_modules', "Ažuriranje Modula");
define('LANG_updating_finished', "Ažuriranje Završeno");
define('LANG_prereqs_missing', "Preduvjeti %s moraju biti instalirani na serveru prije nego što se %s može instalirati.");
?>