43 lines
No EOL
3.4 KiB
PHP
43 lines
No EOL
3.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', "Ο FTP πελάτης μπορεί να συμπιέσει αρχεία και να τα στείλει μέσω email, μπορεί να αποσυμπιέσει επίσεις, επεξεργαστεί αρχεία κειμένου και πολλά άλλα.");
|
||
define('OGP_LANG_dashboard_addons_manager_text', "Διαχειριστήτε όλους τους τύπους υπηρεσιών με το OGP. Επιλέξτε από περισσότερους από 115 διακομιστές, οι οποίοι παρέχονται απευθείας από το OGP.");
|
||
define('OGP_LANG_dashboard_game_monitor_text', "Δείτε και παρακολουθήστε την κίνηση & αρχεία καταγραφής γρήγορα. Μπορείτε να δείτε ποιοί διακομιστές εκτελούνται και ποιοί όχι.");
|
||
define('OGP_LANG_dashboard_support_text', "Λάβετε βοήθεια από την επαγγελματική ομάδα του OGP στο forum. Γρήγορη ανταπόκριση και εξερετική προσοχή.");
|
||
define('OGP_LANG_welcome_text', "Καλώς ήρθατε στο Open Game Panel (OGP). Το OGP είναι ένα λογισμικό ανοιχτού κώδικα, που σας επιτρέπει να εγκαταστήσετε, ξεκινήσετε και παρακολουθήσετε διάφορους διακομιστές παιχνιδιών.");
|
||
define('OGP_LANG_any_server_is_online', "Ο οποιοσδήποτε διακομιστής είναι σε λειτουργία.");
|
||
define('OGP_LANG_current_map', "Τρέχων Χάρτης");
|
||
define('OGP_LANG_server_ip_port', "IP:Θύρα");
|
||
define('OGP_LANG_statistics', "Στατιστικά");
|
||
define('OGP_LANG_servers', "Διακομιστές");
|
||
define('OGP_LANG_players', "Παίκτες");
|
||
define('OGP_LANG_server_status', "Κατάσταση Διακομιστή");
|
||
define('OGP_LANG_no_games_to_monitor', "Δεν υπάρχουν σε λειτουργία / εκτός λειτουργίας διακομιστές παιχνιδιών αυτή τη στιγμή.");
|
||
define('OGP_LANG_online_servers', "Διακομιστές Σε Λειτουργία");
|
||
define('OGP_LANG_add_games_in', "Αν θέλετε να προσθέσετε παιχνίδια μπορείτε να το κάνετε σε %s.");
|
||
define('OGP_LANG_currently_online', "Σε Λειτουργία Αυτή Τη Στιγμή");
|
||
define('OGP_LANG_game_servers', "Διακομιστές Παιχνιδιών");
|
||
define('OGP_LANG_select_remote_server', "Select Remote Server");
|
||
?>
|