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

43 lines
No EOL
2.3 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_dashboard_ftp_text', "FTP klijent može komprimirati datoteke i poslati ih putem e-pošte, može dekomprimirati , uređivati tekstne datoteke i još mnogo toga.");
define('OGP_LANG_dashboard_addons_manager_text', "Upravljajte svim različitim vrstama usluga s OGP-om. Odaberite između više od 115 servera, koje izravno dobavlja OGP.");
define('OGP_LANG_dashboard_game_monitor_text', "Brzo pratite i pratite promet i zapisnike. Možete vidjeti koji su serveri gore i dolje.");
define('OGP_LANG_dashboard_support_text', "Potražite podršku OGP Profesionalnog tima na forumu. Brzi odgovor i velika pažnja.");
define('OGP_LANG_welcome_text', "Dobrodošli na Open Game Panel (OGP). OGP je softver otvorenog koda, koji vam omogućuje instalaciju, pokretanje i praćenje različitih servera.");
define('OGP_LANG_any_server_is_online', "Serveri na mreži");
define('OGP_LANG_current_map', "Trenutna Mapa");
define('OGP_LANG_server_ip_port', "IP:Port");
define('OGP_LANG_statistics', "Statistika");
define('OGP_LANG_servers', "Serveri");
define('OGP_LANG_players', "Igrači");
define('OGP_LANG_server_status', "Stanje Servera");
define('OGP_LANG_no_games_to_monitor', "Trenutno nema servera koji su na mreži / van mreže");
define('OGP_LANG_online_servers', "Serveri na mreži");
define('OGP_LANG_add_games_in', "Ako želite dodati igrice, to možete učiniti u %s");
define('OGP_LANG_currently_online', "Trenutno Na Mreži");
define('OGP_LANG_game_servers', "Serveri");
define('OGP_LANG_select_remote_server', "Odaberite Udaljeni poslužitelj");
?>