Panel/lang/Croatian(Croatia)/modules/config_games.php
2025-09-11 13:29:15 -04:00

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('OGP_LANG_resetting_configs', "Vraćanje svih konfiguracija");
define('OGP_LANG_updating_configs', "Ažuriranje starih konfiguracija");
define('OGP_LANG_configs_updated_ok', "Konfiguracije su uspješno ažurirane.");
define('OGP_LANG_reset_old_configs', "Vraćanje starih konfiguracija");
define('OGP_LANG_update_configs', "Ažurirati konfiguracije");
define('OGP_LANG_game_config_setup', "Postaviti konfiguracije igara");
define('OGP_LANG_config_reset_warning', "Kada izbrišete stare konfiguracije, mogu se pojaviti problemi s dodijeljenim serverima, jer se identifikacijski brojevi možda ne podudaraju s novim konfiguracijama.");
define('OGP_LANG_modify_configs_info', "Ako želite promijeniti konfiguraciju igre, možete izmijeniti datoteke na kojima se nalazi %s");
define('OGP_LANG_updating_config_from_file', "Ažuriranje konfiguracije iz %s datoteke");
define('OGP_LANG_error_when_handling_file', "Došlo je do pogreške prilikom preuzimanje datoteke %s.");
define('OGP_LANG_error_while_adding_cfg_to_db', "Došlo je do pogreške prilikom dodavanja podataka iz %s u bazu podataka.");
define('OGP_LANG_no_configs_found', "Nije pronađena konfiguracija iz %s datoteke.");
define('OGP_LANG_select_game', "Odaberite Igru");
define('OGP_LANG_create_xml_configs', "Stvoriti XML konfiguracije");
define('OGP_LANG_failed_to_delete_config_from_db', "Nije uspjelo brisanje konfiguracije %s s baze podataka");
define('OGP_LANG_failed_removing_file', "Uklanjanje datoteke nije uspjelo %s.");
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Uklonjena je konfiguracija za %s iz pohrane i baze podataka.");
define('OGP_LANG_delete_game_config_for', "Izbrisati konfiguraciju igre za %s s diska i baze podataka.");
?>