43 lines
No EOL
2.4 KiB
PHP
43 lines
No EOL
2.4 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', "Clientul FTP poate comprima fișierele și le poate trimite prin e-mail, poate decomprima, edita fișiere text și multe altele.");
|
|
define('OGP_LANG_dashboard_addons_manager_text', "Gestionați toate tipurile de servicii cu OGP. Alegeți dintre cele peste 115 servere, furnizate direct de OGP.");
|
|
define('OGP_LANG_dashboard_game_monitor_text', "Urmăriți și monitorizați rapid traficul și jurnalele. Puteți vedea ce servere sunt pornite sau oprite.");
|
|
define('OGP_LANG_dashboard_support_text', "Obțineți asistență de la echipa profesionista OGP pe forum. Răspuns rapid și o atenție deosebită.");
|
|
define('OGP_LANG_welcome_text', "Bine ați venit în Panoul Open Game (OGP). OGP este un software open source, care vă permite să instalați, să porniți și să monitorizați diferite servere de jocuri.");
|
|
define('OGP_LANG_any_server_is_online', "Serverul este online");
|
|
define('OGP_LANG_current_map', "Harta curentă");
|
|
define('OGP_LANG_server_ip_port', "IP:Port");
|
|
define('OGP_LANG_statistics', "Statistici");
|
|
define('OGP_LANG_servers', "Servere");
|
|
define('OGP_LANG_players', "Jucători");
|
|
define('OGP_LANG_server_status', "Starea serverului");
|
|
define('OGP_LANG_no_games_to_monitor', "În prezent nu există servere de jocuri online / offline");
|
|
define('OGP_LANG_online_servers', "Servere online");
|
|
define('OGP_LANG_add_games_in', "Dacă vreți să adaugați jocuri puteți să o faceți în %s");
|
|
define('OGP_LANG_currently_online', "Acum online");
|
|
define('OGP_LANG_game_servers', "Servere jocuri");
|
|
define('OGP_LANG_select_remote_server', "Selectați Remote server");
|
|
?>
|