force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
175
ControlPanel/lang/Greek(Greece)/modules/TS3Admin.php
Executable file
175
ControlPanel/lang/Greek(Greece)/modules/TS3Admin.php
Executable file
|
|
@ -0,0 +1,175 @@
|
|||
<?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_error', "Error");
|
||||
define('OGP_LANG_title', "TeamSpeak 3 Web Interface");
|
||||
define('OGP_LANG_update_available', "<h3>Attention: a new version (v%1) of this software is available under <a href=\"%2\" target=\"_blank\">%2</a>.</h3>");
|
||||
define('OGP_LANG_head_logout', "Logout");
|
||||
define('OGP_LANG_head_vserver_switch', "Change vServer");
|
||||
define('OGP_LANG_head_vserver_overview', "vServer Overview");
|
||||
define('OGP_LANG_head_vserver_token', "Token Management");
|
||||
define('OGP_LANG_head_vserver_liveview', "Live View");
|
||||
define('OGP_LANG_e_fill_out', "Please fill out all required fields.");
|
||||
define('OGP_LANG_e_upload_failed', "Upload unsuccessfull.");
|
||||
define('OGP_LANG_e_server_responded', "The server responded: ");
|
||||
define('OGP_LANG_e_conn_serverquery', "Could not create ServerQuery access.");
|
||||
define('OGP_LANG_e_conn_vserver', "Could not choose virtual server.");
|
||||
define('OGP_LANG_e_session_timedout', "Session expired.");
|
||||
define('OGP_LANG_js_error', "Error");
|
||||
define('OGP_LANG_js_ajax_error', "An AJAX error has occurred: %1.");
|
||||
define('OGP_LANG_js_confirm_server_stop', "Do you really want to stop server #%1?");
|
||||
define('OGP_LANG_js_confirm_server_delete', "Do you really want to DELETE server #%1?");
|
||||
define('OGP_LANG_js_notice_server_deleted', "Server %1 was deleted successfully.\nThe overview page will be getting reloaded now.");
|
||||
define('OGP_LANG_js_prompt_banduration', "Duration in hours (0=unlimited): ");
|
||||
define('OGP_LANG_js_prompt_banreason', "Reason (optional): ");
|
||||
define('OGP_LANG_js_prompt_msg_to', "Text Message to %1 #%2: ");
|
||||
define('OGP_LANG_js_prompt_poke_to', "Poke Message to Client #%1: ");
|
||||
define('OGP_LANG_js_prompt_new_propvalue', "New value for '%1': ");
|
||||
define('OGP_LANG_n_server_responded', "The server responded: ");
|
||||
define('OGP_LANG_login_serverquery', "ServerQuery Login");
|
||||
define('OGP_LANG_login_name', "Username");
|
||||
define('OGP_LANG_login_password', "Password");
|
||||
define('OGP_LANG_login_submit', "Login");
|
||||
define('OGP_LANG_vsselect_headline', "vServer selection");
|
||||
define('OGP_LANG_vsselect_id', "ID #");
|
||||
define('OGP_LANG_vsselect_name', "Name");
|
||||
define('OGP_LANG_vsselect_ip', "IP");
|
||||
define('OGP_LANG_vsselect_port', "Port");
|
||||
define('OGP_LANG_vsselect_state', "Status");
|
||||
define('OGP_LANG_vsselect_clients', "Clients");
|
||||
define('OGP_LANG_vsselect_uptime', "Uptime");
|
||||
define('OGP_LANG_vsselect_choose', "Select");
|
||||
define('OGP_LANG_vsselect_start', "Start");
|
||||
define('OGP_LANG_vsselect_stop', "Stop");
|
||||
define('OGP_LANG_vsselect_delete', "DELETE");
|
||||
define('OGP_LANG_vsselect_new_headline', "Create a new virtual server");
|
||||
define('OGP_LANG_vsselect_new_servername', "Server Name");
|
||||
define('OGP_LANG_vsselect_new_slots', "Client slots");
|
||||
define('OGP_LANG_vsselect_new_create', "Create");
|
||||
define('OGP_LANG_vsselect_new_added_ok', "vServer <span class=\"online\">%1</span> was created successfully.");
|
||||
define('OGP_LANG_vsselect_new_added_generated', "The generated token is:");
|
||||
define('OGP_LANG_vsoverview_virtualserver', "Virtual Server");
|
||||
define('OGP_LANG_vsoverview_information_head', "Information");
|
||||
define('OGP_LANG_vsoverview_connection_head', "Connection");
|
||||
define('OGP_LANG_vsoverview_info_general_head', "General settings");
|
||||
define('OGP_LANG_vsoverview_info_servername', "Server Name");
|
||||
define('OGP_LANG_vsoverview_info_host', "Host");
|
||||
define('OGP_LANG_vsoverview_info_state', "Status");
|
||||
define('OGP_LANG_vsoverview_info_state_port', "Port");
|
||||
define('OGP_LANG_vsoverview_info_uptime', "Uptime");
|
||||
define('OGP_LANG_vsoverview_info_welcomemsg', "Welcome<br />message");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg', "Host message");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_output', "output");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_0', "none");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_1', "in the chat log");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_2', "window");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_3', "Window + Disconnect");
|
||||
define('OGP_LANG_vsoverview_info_req_security', "Security level");
|
||||
define('OGP_LANG_vsoverview_info_req_securitylvl', "required");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_head', "Hostbanner");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_url', "URL");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_imgurl', "Image address");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_buttonurl', "Hostbutton URL");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_head', "Anti-Flood");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_warning', "Warning on");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_kick', "Kick on");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_ban', "Ban on");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_banduration', "Ban length");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_decrease', "Decrease");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_points', "points");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_in_seconds', "seconds");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_points_per_tick', "Points per tick");
|
||||
define('OGP_LANG_vsoverview_conn_total_head', "Total");
|
||||
define('OGP_LANG_vsoverview_conn_total_packets', "packages");
|
||||
define('OGP_LANG_vsoverview_conn_total_bytes', "bytes");
|
||||
define('OGP_LANG_vsoverview_conn_total_send', "sent");
|
||||
define('OGP_LANG_vsoverview_conn_total_received', "received");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_head', "Bandwidth");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_last', "last");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_second', "second");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_minute', "minute");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_send', "sent");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_received', "received");
|
||||
define('OGP_LANG_vstoken_token_virtualserver', "Virtual Server");
|
||||
define('OGP_LANG_vstoken_token_head', "Token");
|
||||
define('OGP_LANG_vstoken_token_type', "Group type");
|
||||
define('OGP_LANG_vstoken_token_id1', "Server Group/<br />Channel Group");
|
||||
define('OGP_LANG_vstoken_token_id2', "(Channel)");
|
||||
define('OGP_LANG_vstoken_token_tokencode', "Token Code");
|
||||
define('OGP_LANG_vstoken_token_delete', "Delete");
|
||||
define('OGP_LANG_vstoken_new_head', "Create a new token");
|
||||
define('OGP_LANG_vstoken_new_create', "Generate");
|
||||
define('OGP_LANG_vstoken_new_tokentype', "Token type:");
|
||||
define('OGP_LANG_vstoken_new_servergroup', "Server Group");
|
||||
define('OGP_LANG_vstoken_new_channelgroup', "Channel Group");
|
||||
define('OGP_LANG_vstoken_new_select_group', "Servergroup");
|
||||
define('OGP_LANG_vstoken_new_select_channelgroup', "Channelgroup");
|
||||
define('OGP_LANG_vstoken_new_select_channel', "Channel");
|
||||
define('OGP_LANG_vstoken_new_tokentype_0', "Server");
|
||||
define('OGP_LANG_vstoken_new_tokentype_1', "Channel");
|
||||
define('OGP_LANG_vstoken_new_added_ok', "Token was generated successfully.");
|
||||
define('OGP_LANG_vsliveview_server_virtualserver', "Virtual Server");
|
||||
define('OGP_LANG_vsliveview_server_head', "Live View");
|
||||
define('OGP_LANG_vsliveview_liveview_enable_autorefresh', "Auto refresh");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_to_channel', "to channel #");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_switch', "Switch");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_send_msg', "Send Message");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_poke', "Poke");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_kick', "Kick");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_ban', "Ban");
|
||||
define('OGP_LANG_vsoverview_banlist_head', "Ban list");
|
||||
define('OGP_LANG_vsoverview_banlist_id', "ID #");
|
||||
define('OGP_LANG_vsoverview_banlist_ip', "IP");
|
||||
define('OGP_LANG_vsoverview_banlist_name', "Name");
|
||||
define('OGP_LANG_vsoverview_banlist_uid', "UniqueID");
|
||||
define('OGP_LANG_vsoverview_banlist_reason', "Reason");
|
||||
define('OGP_LANG_vsoverview_banlist_created', "Created");
|
||||
define('OGP_LANG_vsoverview_banlist_duration', "Duration");
|
||||
define('OGP_LANG_vsoverview_banlist_end', "Ends");
|
||||
define('OGP_LANG_vsoverview_banlist_unlimited', "unlimited");
|
||||
define('OGP_LANG_vsoverview_banlist_never', "never");
|
||||
define('OGP_LANG_vsoverview_banlist_new_head', "Create new ban");
|
||||
define('OGP_LANG_vsoverview_banlist_new_create', "Create");
|
||||
define('OGP_LANG_vsliveview_channelbackup_head', "Channel Backup");
|
||||
define('OGP_LANG_vsliveview_channelbackup_get', "Create and Download");
|
||||
define('OGP_LANG_vsliveview_channelbackup_load', "Upload Channel Backup");
|
||||
define('OGP_LANG_vsliveview_channelbackup_load_submit', "Recreate");
|
||||
define('OGP_LANG_vsliveview_channelbackup_new_added_ok', "Channel Backup successful.");
|
||||
define('OGP_LANG_time_day', "day");
|
||||
define('OGP_LANG_time_days', "days");
|
||||
define('OGP_LANG_time_hour', "hour");
|
||||
define('OGP_LANG_time_hours', "hours");
|
||||
define('OGP_LANG_time_minute', "minute");
|
||||
define('OGP_LANG_time_minutes', "minutes");
|
||||
define('OGP_LANG_time_second', "second");
|
||||
define('OGP_LANG_time_seconds', "seconds");
|
||||
define('OGP_LANG_e_2568', "You do not have sufficient rights.");
|
||||
define('OGP_LANG_temp_folder_not_writable', "The templates folder (%s) is not writable.");
|
||||
define('OGP_LANG_unassign_from_subuser', "Unassign from subuser.");
|
||||
define('OGP_LANG_assign_to_subuser', "Assign to subuser.");
|
||||
define('OGP_LANG_select_subuser', "Select subuser.");
|
||||
define('OGP_LANG_no_ts3_servers_assigned_to_account', "You have no servers assigned to your account.");
|
||||
define('OGP_LANG_change_virtual_server', "Change Virtual Server");
|
||||
define('OGP_LANG_change_remote_server', "Change Remote Server");
|
||||
?>
|
||||
70
ControlPanel/lang/Greek(Greece)/modules/addonsmanager.php
Executable file
70
ControlPanel/lang/Greek(Greece)/modules/addonsmanager.php
Executable file
|
|
@ -0,0 +1,70 @@
|
|||
<?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_install_plugin', "Εγκαταστήστε Πρόσθετα");
|
||||
define('OGP_LANG_install_mappack', "Εγκαταστήστε Χάρτες");
|
||||
define('OGP_LANG_install_config', "Εγκαταστήστε Αρχεία Διαμόρφωσης");
|
||||
define('OGP_LANG_game_name', "Όνομα Παιχνιδιού");
|
||||
define('OGP_LANG_directory', "Διαδρομή Καταλόγου");
|
||||
define('OGP_LANG_remote_server', "Απομακρυσμένος Διακομιστής");
|
||||
define('OGP_LANG_select_addon', "Επιλέξτε Πρόσθετο");
|
||||
define('OGP_LANG_install', "Εγκαταστήστε");
|
||||
define('OGP_LANG_failed_to_start_file_download', "Αποτυχία εκκίνησης κατεβάσματος αρχείου.");
|
||||
define('OGP_LANG_no_games_servers_available', "Δεν υπάρχουν διαθέσιμοι διακομιστές παιχνιδιού στον λογαριασμό σας.");
|
||||
define('OGP_LANG_addon_installed_successfully', "Το πρόσθετο εγκαταστάθηκε επιτυχώς.");
|
||||
define('OGP_LANG_path', "Διαδρομή");
|
||||
define('OGP_LANG_wait_while_decompressing', "Περιμένετε καθώς το αρχείο %s αποσυμπιέζεται.");
|
||||
define('OGP_LANG_addon_name', "Όνομα Πρόσθετου");
|
||||
define('OGP_LANG_url', "URL");
|
||||
define('OGP_LANG_select_game_type', "Επιλέξτε Τύπο Παιχνιδιού");
|
||||
define('OGP_LANG_plugin', "Πρόσθετο");
|
||||
define('OGP_LANG_mappack', "Πακέτο Χαρτών");
|
||||
define('OGP_LANG_config', "Αρχείο Διαμόρφωσης");
|
||||
define('OGP_LANG_type', "Τύπος Πρόσθετου");
|
||||
define('OGP_LANG_game', "Παιχνίδι");
|
||||
define('OGP_LANG_show_all_addons', "Εμφανίστε Όλα Τα Πρόσθετα");
|
||||
define('OGP_LANG_show_addons_for_selected_type', "Εμφανίστε Πρόσθετα Για Τον Επιλεγμένο Τύπο");
|
||||
define('OGP_LANG_show_addons_for_selected_game', "Εμφανίστε Πρόσθετα Για Το Επιλεγμένο Παιχνίδι");
|
||||
define('OGP_LANG_linux_games', "Παιχνίδια Για Linux:");
|
||||
define('OGP_LANG_windows_games', "Παιχνίδια Για Windows:");
|
||||
define('OGP_LANG_create_addon', "Δημιουργήστε Πρόσθετο");
|
||||
define('OGP_LANG_addons_db', "Addons Database");
|
||||
define('OGP_LANG_addon_has_been_created', "Το πρόσθετο %s δημιουργήθηκε.");
|
||||
define('OGP_LANG_remove_addon', "Καταργήστε Το Πρόσθετο");
|
||||
define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "Παρακαλώ, συμπληρώστε μια διεύθυνση URL για ένα συμπιεσμένο αρχείο.");
|
||||
define('OGP_LANG_fill_the_addon_name', "Παρακαλώ, συμπληρώστε ένα όνομα για το πακέτο πρόσθετου.");
|
||||
define('OGP_LANG_select_an_addon_type', "Παρακαλώ, επιλέξτε έναν τύπο πρόσθετου.");
|
||||
define('OGP_LANG_select_a_game_type', "Παρακαλώ, επιλέξτε έναν τύπο παιχνιδιού.");
|
||||
define('OGP_LANG_edit_addon', "Επεξεργαστείτε Το Πρόσθετο");
|
||||
define('OGP_LANG_post-script', "Δέσμη ενεργειών (bash) για μετά την εγκατάσταση.");
|
||||
define('OGP_LANG_replacements', "Αντικαταστάτες:");
|
||||
define('OGP_LANG_addon_name_info', "Βάλτε ένα όνομα για αυτό το πρόσθετο, αυτό είναι το όνομα που βλέπει ο χρήστης.");
|
||||
define('OGP_LANG_url_info', "Βάλτε μια διεύθυνση ιστού που περιέχει ένα αρχείο για κατέβασμα, αν είναι συμπιεσμένο σε zip ή tar.gz θα αποσυμπιεστεί στον ριζικό κατάλογο του διακομιστή ή στην διαδρομή που δίνεται παρακάτω.");
|
||||
define('OGP_LANG_path_info', "Η διαδρομή πρέπει να είναι συγγενική με τον φάκελο του διακομιστή και να μην περιέχει κάθετους στην αρχή ή στο τέλος, π.χ.: cstrike/cfg. Αν αφεθεί κενό θα χρησιμοποιηθεί η ριζική διαδρομή.");
|
||||
define('OGP_LANG_post-script_info', "Βάλτε κώδικα γλώσσας bash, θα εκτελεστεί σαν δέσμη ενεργειών, μπορείτε να χρησιμοποιήσετε αντικαταστάτες κειμένου για να προσαρμώσετε την εγκατάσταση, θα αντικατασταθούν από δεδομένα από τον διακομιστή στον οποίο εγκαταστήσατε το πρόσθετο. Η δέσμη ενεργειών θα ξεκινήσει από τον ριζικό φάκελο του διακομιστή ή την καθορισμένη διαδρομή.");
|
||||
define('OGP_LANG_show_to_group', "Show to group");
|
||||
define('OGP_LANG_all_groups', "All groups");
|
||||
define('OGP_LANG_show_addons_for_selected_group', "Show addons for selected group");
|
||||
define('OGP_LANG_group', "Group");
|
||||
?>
|
||||
49
ControlPanel/lang/Greek(Greece)/modules/administration.php
Executable file
49
ControlPanel/lang/Greek(Greece)/modules/administration.php
Executable file
|
|
@ -0,0 +1,49 @@
|
|||
<?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_external_links', "Εξωτερικοί Σύνδεσμοι");
|
||||
define('OGP_LANG_url', "URL");
|
||||
define('OGP_LANG_name', "Όνομα");
|
||||
define('OGP_LANG_add_it', "Προσθέστε");
|
||||
define('OGP_LANG_link_has_been_removed', "Ο %s σύνδεσμος καταργήθηκε.");
|
||||
define('OGP_LANG_db_backup', "Αντίγραφο Ασφαλείας Βάσης Δεδομένων");
|
||||
define('OGP_LANG_download_db_backup', "Κατεβάστε Αντίγραφο Ασφαλείας Βάσης Δεδομένων");
|
||||
define('OGP_LANG_restore_db_backup', "Επαναφέρετε Αντίγραφο Ασφαλείας Βάσης Δεδομένων");
|
||||
define('OGP_LANG_sql_file', "αρχείο (.sql)");
|
||||
define('OGP_LANG_change_buttons_order', "Αλλάξτε την σειρά των καρτέλων.");
|
||||
define('OGP_LANG_when', "Ημερομηνία / Ώρα");
|
||||
define('OGP_LANG_who', "Όνομα Χρήστη");
|
||||
define('OGP_LANG_where', "Διεύθυνση IP");
|
||||
define('OGP_LANG_what', "Ενέργεια");
|
||||
define('OGP_LANG_search', "Ψάξιμο");
|
||||
define('OGP_LANG_empty_logger', "Κενός Καταγραφέας");
|
||||
define('OGP_LANG_ban_list', "Λίστα Απαγόρευσης");
|
||||
define('OGP_LANG_no_banned_ips', "Δεν υπάρχουν απαγορευμένες διευθύνσεις IP.");
|
||||
define('OGP_LANG_unban', "Άρση απαγόρευσης διεύθυνσης IP.");
|
||||
define('OGP_LANG_client_ip', "Διεύθυνση IP Πελάτη");
|
||||
define('OGP_LANG_banned_until', "Απαγόρευση μέχρι");
|
||||
define('OGP_LANG_unban_selected_ips', "Άρση απαγόρευσης των επιλεγμένων διευθύνσεων IP.");
|
||||
define('OGP_LANG_view', "Όψη");
|
||||
define('OGP_LANG_per_page', "Καταχωρήσεις καταγραφής ανά σελίδα.");
|
||||
?>
|
||||
43
ControlPanel/lang/Greek(Greece)/modules/config_games.php
Executable file
43
ControlPanel/lang/Greek(Greece)/modules/config_games.php
Executable file
|
|
@ -0,0 +1,43 @@
|
|||
<?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', "Επαναφορά όλων των αρχείων διαμόρφωσης.");
|
||||
define('OGP_LANG_updating_configs', "Ενημέρωση παλιών αρχείων διαμόρφωσης.");
|
||||
define('OGP_LANG_configs_updated_ok', "Οι διαμορφώσεις ξαναδιαβάστηκαν επιτυχώς.");
|
||||
define('OGP_LANG_reset_old_configs', "Επαναφέρετε τα παλιά αρχεία διαμόρφωσης.");
|
||||
define('OGP_LANG_update_configs', "Ενημερώστε τα αρχεία διαμόρφωσης.");
|
||||
define('OGP_LANG_game_config_setup', "Ρυθμίστε τα αρχεία διαμόρφωσης παιχνιδιού.");
|
||||
define('OGP_LANG_config_reset_warning', "Όταν καθαρίσετε παλιά αρχεία διαμόρφωσης ίσως υπάρξουν θέματα με τους διακομιστές παιχνιδιού που έχουν ανατεθεί, επειδή οι αριθμοί αναγνώρισης ίσως δεν ταιριάζουν με τις νέες διαμορφώσεις.");
|
||||
define('OGP_LANG_modify_configs_info', "Αν θέλετε να τροποποιήσετε την διαμόρφωση παιχνιδιού, μπορείτε να τροποποιήσετε τα αρχεία που βρίσκονται μέσα %s.");
|
||||
define('OGP_LANG_updating_config_from_file', "Ενημέρωση αρχείου διαμόρφωσης από το αρχείο %s.");
|
||||
define('OGP_LANG_error_when_handling_file', "Παρουσιάστηκε σφάλμα κατά το χειρισμό αρχείου %s.");
|
||||
define('OGP_LANG_error_while_adding_cfg_to_db', "Παρουσιάστηκε σφάλμα κατά την πρόσθεση δεδομένων από %s στην βάση δεδομένων.");
|
||||
define('OGP_LANG_no_configs_found', "Δεν βρέθηκε διαμόρφωση από το αρχείο %s.");
|
||||
define('OGP_LANG_select_game', "Επιλέξτε Παιχνίδι");
|
||||
define('OGP_LANG_create_xml_configs', "Δημιουργήστε Αρχεία Διαμόρφωσης XML");
|
||||
define('OGP_LANG_failed_to_delete_config_from_db', "Αποτυχία διαγραφής του αρχείου διαμόρφωσης %s από την βάση δεδομένων.");
|
||||
define('OGP_LANG_failed_removing_file', "Αποτυχία κατάργησης του αρχείου %s.");
|
||||
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Καταργήθηκε αρχείο διαμόρφωσης για %s από τον αποθηκευτικό χώρο και βάση δεδομένων.");
|
||||
define('OGP_LANG_delete_game_config_for', "Διαγραφή διαμόρφωσης παιχνιδιού για %s από τον δίσκο και βάση δεδομένων.");
|
||||
?>
|
||||
43
ControlPanel/lang/Greek(Greece)/modules/dashboard.php
Executable file
43
ControlPanel/lang/Greek(Greece)/modules/dashboard.php
Executable file
|
|
@ -0,0 +1,43 @@
|
|||
<?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");
|
||||
?>
|
||||
30
ControlPanel/lang/Greek(Greece)/modules/dsi.php
Executable file
30
ControlPanel/lang/Greek(Greece)/modules/dsi.php
Executable file
|
|
@ -0,0 +1,30 @@
|
|||
<?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_dsi_long', "Δυναμική Εικόνα Διακομιστή");
|
||||
define('OGP_LANG_dsi_select_server', "Παρακαλώ επιλέξτε έναν διακομιστή από την λίστα.");
|
||||
define('OGP_LANG_dsi_admin_long', "Ρυθμίσεις Δυναμικής Εικόνας Διακομιστή");
|
||||
define('OGP_LANG_dsi_list', "Λίστα Δυναμικής Εικόνας Διακομιστή");
|
||||
define('OGP_LANG_no_game_homes_assigned', "Δεν έχετε διακομιστές ανατεθημένους στον λογαριασμό σας.");
|
||||
?>
|
||||
17
ControlPanel/lang/Greek(Greece)/modules/editconfigfiles.php
Executable file
17
ControlPanel/lang/Greek(Greece)/modules/editconfigfiles.php
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
define('OGP_LANG_configuration_files', "Αρχεία Διαμόρφωσης");
|
||||
define('OGP_LANG_editing_file', "Επεξεργασία Αρχείου");
|
||||
define('OGP_LANG_no_server_specfied', "Δεν έχει καθοριστεί ID διακομιστή - δεν γίνεται να απαριθμηστούν αρχεία διαμόρφωσης.");
|
||||
define('OGP_LANG_no_home', "Δεν έχετε πρόσβαση στο ID διακομιστή που έχει δοθεί.");
|
||||
define('OGP_LANG_no_configs_for_game', "Αυτό δεν έχει καθορισμένα αρχεία διαμόρφωσης.");
|
||||
define('OGP_LANG_name', "Όνομα");
|
||||
define('OGP_LANG_no_description', "Δεν υπάρχει περιγραφή.");
|
||||
define('OGP_LANG_description', "Περιγραφή");
|
||||
define('OGP_LANG_invalid_file', "Το καθορισμένο αρχείο ενδέχεται να μην είναι επεξεργασμένο.");
|
||||
define('OGP_LANG_wrote_changes', "Το αρχείο αποθηκεύτηκε με επιτυχία.");
|
||||
define('OGP_LANG_failed_write', "Το αρχείο απέτυχε να αποθηκευτεί.");
|
||||
define('OGP_LANG_failed_read', "Το αρχείο απέτυχε να διαβαστεί.");
|
||||
define('OGP_LANG_save', "Αποθηκεύστε");
|
||||
define('OGP_LANG_go_back', "Πηγαίνετε Πίσω");
|
||||
define('OGP_LANG_new_file', "Νέο Αρχείο");
|
||||
43
ControlPanel/lang/Greek(Greece)/modules/extras.php
Executable file
43
ControlPanel/lang/Greek(Greece)/modules/extras.php
Executable file
|
|
@ -0,0 +1,43 @@
|
|||
<?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.
|
||||
*
|
||||
*/
|
||||
|
||||
include 'update.php';
|
||||
define('OGP_LANG_unable_download', "Αδύνατο να κατέβει %s.");
|
||||
define('OGP_LANG_md5_failed', "Το MD5 τεστ απέτυχε για %s, προσπαθήστε ξανά.");
|
||||
define('OGP_LANG_uninstall', "Απεγκαταστήστε");
|
||||
define('OGP_LANG_install', "Εγκαταστήστε");
|
||||
define('OGP_LANG_uptodate', "Ενημερωμένο");
|
||||
define('OGP_LANG_update_available', "Διαθέσιμη Ενημέρωση");
|
||||
define('OGP_LANG_not_installed', "Μη Εγκατεστημένο");
|
||||
define('OGP_LANG_installed', "Εγκατεστημένο");
|
||||
define('OGP_LANG_download_update', "Εγκαταστήστε / Ενημερώστε");
|
||||
define('OGP_LANG_are_you_sure', "Είστε Σίγουρος");
|
||||
define('OGP_LANG_uninstalling_module_dataloss', "Με την απεγκατάσταση μιας λειτουργικής μονάδας θα χάσετε όλα τα δεδομένα που σχετίζονται με αυτήν.");
|
||||
define('OGP_LANG_remove_files_for', "Θα θέλατε να καταργήσετε όλα τα αρχεία για");
|
||||
define('OGP_LANG_confirm', "Επιβεβαιώστε");
|
||||
define('OGP_LANG_cancel', "Ακυρώστε");
|
||||
define('OGP_LANG_extra_themes', "Επιπλέον Θέματα");
|
||||
define('OGP_LANG_extra_modules', "Επιπλέον Λειτουργικές Μονάδες");
|
||||
define('OGP_LANG_search_for_updates', "Ελέγξτε για ενημερώσεις.");
|
||||
?>
|
||||
74
ControlPanel/lang/Greek(Greece)/modules/fast_download.php
Executable file
74
ControlPanel/lang/Greek(Greece)/modules/fast_download.php
Executable file
|
|
@ -0,0 +1,74 @@
|
|||
<?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_create_alias', "Create alias and folder");
|
||||
define('OGP_LANG_save_as', "Αποθηκεύστε Ως");
|
||||
define('OGP_LANG_failure', "Σφάλμα, αποτυχεία δημηουργίας του αρχείου ψευδωνύμου.");
|
||||
define('OGP_LANG_success', "Επιτυχία");
|
||||
define('OGP_LANG_fast_download_service_for', "Λήψη υπηρεσίας ανακατεύθυνσης για %s.");
|
||||
define('OGP_LANG_to_the_path', "Στη διαδρομή");
|
||||
define('OGP_LANG_at_url', "Στο URL");
|
||||
define('OGP_LANG_create_alias_for', "Δημιουργίστε ψευδώνυμο για");
|
||||
define('OGP_LANG_fast_dl', "Ανακατεύθυνση λήψεων (FastDL)");
|
||||
define('OGP_LANG_current_aliases_at_remote_server', "Τρέχοντα ψευδώνυμα σε απομακρυσμένο διακομιστή");
|
||||
define('OGP_LANG_delete_selected_aliases', "Διαγράψτε επιλεγμένα ψευδώνυμα");
|
||||
define('OGP_LANG_no_aliases_defined', "Δεν υπάρχουν ψευδώνυμα ιστού που έχουν οριστεί από το OGP για αυτόν τον απομακρυσμένο διακομιστή ακόμα.");
|
||||
define('OGP_LANG_fastdl_port', "Θύρα");
|
||||
define('OGP_LANG_fastdl_port_info', "Θύρα στην οποία θα ξεκινήσει ο Fast Download Daemon σας.");
|
||||
define('OGP_LANG_fastdl_ip', "Διεύθυνση");
|
||||
define('OGP_LANG_fastdl_ip_info', "Η διεύθυνση IP ή ο τομέας στον οποίο θα ξεκινήσει ο Fast Download διακομιστής σας, ο τομέας πρέπει να είναι καταχωρημένος στο /etc/hosts.");
|
||||
define('OGP_LANG_listing', "Καταγραφή");
|
||||
define('OGP_LANG_listing_info', "Αν είναι ενεργοποιημένο, ο διακομιστής θα εμφανίσει το περιεχόμενο των φακέλων.");
|
||||
define('OGP_LANG_fast_dl_advanced', "Προχωρημένες Ρυθμίσεις");
|
||||
define('OGP_LANG_apply_settings_and_restart_fastdl', "Αποθηκεύστε τη διαμόρφωση του daemon και επανεκκινήστε τον.");
|
||||
define('OGP_LANG_stop_fastdl', "Σταματήστε Τον Fast Download Daemon");
|
||||
define('OGP_LANG_fast_download_daemon_running', "Ο Fast Download Daemon είναι σε λειτουργία.");
|
||||
define('OGP_LANG_fast_download_daemon_not_running', "Ο Fast Download Daemon δεν είναι σε λειτουργία.");
|
||||
define('OGP_LANG_fastdl_could_not_be_restarted', "Δεν ήταν δυνατή η επανεκκίνηση της υπηρεσίας Fast Download.");
|
||||
define('OGP_LANG_configuration_file_could_not_be_written', "Δεν ήταν δυνατή η εγγραφή του αρχείου διαμορφώσεων.");
|
||||
define('OGP_LANG_remove_folders', "Καταργήστε το φάκελο για επιλεγμένα ψευδώνυμα.");
|
||||
define('OGP_LANG_remove_folder', "Καταργήστε το φάκελο");
|
||||
define('OGP_LANG_delete_alias', "Διαγράψτε το ψευδώνυμο");
|
||||
define('OGP_LANG_no_game_homes_assigned', "You don't have any servers assigned to your account.");
|
||||
define('OGP_LANG_select_remote_server', "Επιλέξτε απομακρυσμένο διακομιστή");
|
||||
define('OGP_LANG_access_rules', "Access Rules");
|
||||
define('OGP_LANG_create_aliases', "Δημιουργίστε Ψευδώνυμα");
|
||||
define('OGP_LANG_select_game', "Επιλέξτε Παιχνίδι");
|
||||
define('OGP_LANG_games_without_specified_rules', "Παιχνίδια χωρίς καθορισμένους κανόνες");
|
||||
define('OGP_LANG_match_file_extension', "Ταιριάξτε την επέκταση αρχείου");
|
||||
define('OGP_LANG_match_file_extension_info', "Καθορίστε επεκτάσεις χωρίζοντάς τες με κόμμα,<br>τα αρχεία που ταιριάζουν θα είναι προσβάσιμα.<br><b>Κενό για απεριόριστη πρόσβαση</b>.");
|
||||
define('OGP_LANG_match_client_ip', "Ταιριάξτε την IP πελάτη");
|
||||
define('OGP_LANG_match_client_ip_info', "Συνδέσεις με διεύθυνση IP που ταιριάζει θα επιτρέπονται,<br>κενές για απεριόριστη πρόσβαση. Μπορείτε να χρησιμοποιήσετε<br>πολλαπλές διευθύνσεις IP ή εύροι που διαχωρίζονται με κόμμα:<br>/xx υποδίκτυα<br>Παράδειγμα: 10.0.0.0/16<br>/xxx.xxx.xxx.xxx υποδίκτυα<br>Παράδειγμα: 10.0.0.0/255.0.0.0<br>Hyphen εύροι<br>Παράδειγμα: 10.0.0.5-230<br>Ταίριασμα με Αστερίσκο<br>Παράδειγμα: 10.0.*.*");
|
||||
define('OGP_LANG_save_access_rules', "Save Access Rules");
|
||||
define('OGP_LANG_create_access_rules', "Δημιουργήστε κανόνες πρόσβασης");
|
||||
define('OGP_LANG_invalid_entries_found', "Βρέθηκαν μη έγκυρες καταχωρήσεις");
|
||||
define('OGP_LANG_game_name', "Όνομα παιχνιδιού");
|
||||
define('OGP_LANG_alias_already_exists', "Το ψευδώνυμο %s υπάρχει ήδη.");
|
||||
define('OGP_LANG_warning_access_rules_applied_once_alias_created', "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Οι κανόνες πρόσβασης εφαρμόζονται όταν δημιουργείται το ψευδώνυμο. Δεν θα εφαρμοστούν αλλαγές στα τρέχοντα ψευδώνυμα.");
|
||||
define('OGP_LANG_autostart_on_agent_startup', "Αυτόματη εκκίνηση στην εκκίνηση του Agent");
|
||||
define('OGP_LANG_autostart_on_agent_startup_info', "Ξεκινήστε το fast download daemon αυτόματα όταν ξεκινά ο Agent.");
|
||||
define('OGP_LANG_port_forwarded_to_80', "Η θύρα προωθήθηκε από 80");
|
||||
define('OGP_LANG_port_forwarded_to_80_info', "Ενεργοποιήστε αυτήν την επιλογή αν η θύρα που έχει ρυθμιστεί για αυτό το fast download daemon έχει προωθηθεί από τη θύρα 80, οπότε η θύρα θα είναι κρυμμένη στις διευθύνσεις URL.");
|
||||
define('OGP_LANG_current_access_rules', "Τρέχον κανόνες πρόσβασης");
|
||||
?>
|
||||
35
ControlPanel/lang/Greek(Greece)/modules/ftp.php
Executable file
35
ControlPanel/lang/Greek(Greece)/modules/ftp.php
Executable file
|
|
@ -0,0 +1,35 @@
|
|||
<?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_ftp_address', "Διεύθυνση FTP: %s:%s");
|
||||
define('OGP_LANG_change_account_details', "Αλλάξτε στοιχεία λογαριασμού");
|
||||
define('OGP_LANG_remove_account', "Διαγράψτε τον λογαριασμό");
|
||||
define('OGP_LANG_ftp_account_already_exists', "Αυτός ο λογαριασμός FTP υπάρχει ήδη.");
|
||||
define('OGP_LANG_full_path', "Αρχικός κατάλογος");
|
||||
define('OGP_LANG_add_ftp_account', "Προσθέστε λογαριασμό FTP");
|
||||
define('OGP_LANG_remote_server', "Απομακρυσμένος διακομιστής");
|
||||
define('OGP_LANG_server_name', "Όνομα διακομιστή");
|
||||
define('OGP_LANG_ftp_account_username_too_long', "Το όνομα χρήστη FTP είναι πολύ μεγάλο. Δοκιμάστε ένα συντομότερο όνομα χρήστη που δεν υπερβαίνει τους 20 χαρακτήρες.");
|
||||
define('OGP_LANG_ftp_account_password_too_long', "Ο κωδικός πρόσβασης FTP είναι πολύ μεγάλος. Δοκιμάστε έναν συντομότερο κωδικό πρόσβασης που δεν υπερβαίνει τους 20 χαρακτήρες.");
|
||||
?>
|
||||
210
ControlPanel/lang/Greek(Greece)/modules/gamemanager.php
Executable file
210
ControlPanel/lang/Greek(Greece)/modules/gamemanager.php
Executable file
|
|
@ -0,0 +1,210 @@
|
|||
<?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_no_games_to_monitor', "Δεν έχετε διαμορφωμένα παιχνίδια που να μπορούν να παρακολουθηθούν.");
|
||||
define('OGP_LANG_status', "Κατάσταση");
|
||||
define('OGP_LANG_fail_no_mods', "Δεν υπάρχουν ενεργοποιημένα mods για αυτό το παιχνίδι! Πρέπει να ζητήσετε από τον διαχειριστή του OGP να προσθέσει mod(s) για το παιχνίδι που σας έχει ανατεθεί.");
|
||||
define('OGP_LANG_no_game_homes_assigned', "You don't have any servers assigned to your account.");
|
||||
define('OGP_LANG_select_game_home_to_configure', "Επιλέξτε έναν διακομιστή παιχνιδιού που θέλετε να διαμορφώσετε.");
|
||||
define('OGP_LANG_file_manager', "Διαχειριστής Αρχείων");
|
||||
define('OGP_LANG_configure_mods', "Διαμορφώστε Mods");
|
||||
define('OGP_LANG_install_update_steam', "Εγκαταστήστε / Ενημερώστε μέσω Steam");
|
||||
define('OGP_LANG_install_update_manual', "Εγκαταστήστε / Ενημερώστε χειροκίνητα");
|
||||
define('OGP_LANG_assign_game_homes', "Αναθέστε διακομιστές παιχνιδιών");
|
||||
define('OGP_LANG_user', "Χρήστης");
|
||||
define('OGP_LANG_group', "Ομάδα");
|
||||
define('OGP_LANG_start', "Ξεκίνησε");
|
||||
define('OGP_LANG_ogp_agent_ip', "Διεύθυνση IP του OGP Agent");
|
||||
define('OGP_LANG_max_players', "Μέγιστος Αριθμός Παικτών");
|
||||
define('OGP_LANG_max', "Μέγιστο");
|
||||
define('OGP_LANG_ip_and_port', "Διεύθυνση IP και Θύρα");
|
||||
define('OGP_LANG_available_maps', "Διαθέσιμοι Χάρτες");
|
||||
define('OGP_LANG_map_path', "Διαδρομή Χάρτη");
|
||||
define('OGP_LANG_available_parameters', "Διαθέσιμοι Παράμετροι");
|
||||
define('OGP_LANG_start_server', "Ξεκινήστε τον Διακομιστή");
|
||||
define('OGP_LANG_start_wait_note', "Η εκκίνηση του διακομιστή ενδέχεται να διαρκέσει λίγο. Παρακαλώ περιμένετε χωρίς να κλείσετε το πρόγραμμα περιήγησης.");
|
||||
define('OGP_LANG_game_type', "Τύπος Παιχνιδιού");
|
||||
define('OGP_LANG_map', "Χάρτης");
|
||||
define('OGP_LANG_starting_server', "Εκκίνηση του διακομιστή, παρακαλώ περιμένετε...");
|
||||
define('OGP_LANG_starting_server_settings', "Εκκίνηση του διακομιστή με τις ακόλουθες ρυθμίσεις");
|
||||
define('OGP_LANG_startup_params', "Παράμετροι Εκκίνησης");
|
||||
define('OGP_LANG_startup_cpu', "Επεξεργαστής στον οποίο λειτουργεί ο διακομιστής");
|
||||
define('OGP_LANG_startup_nice', "Η nice level τιμή του διακομιστή");
|
||||
define('OGP_LANG_game_home', "Αρχική Διαδρομή");
|
||||
define('OGP_LANG_server_started', "Ο διακομιστής ξεκίνησε με επιτυχία.");
|
||||
define('OGP_LANG_no_parameter_access', "Δεν έχετε πρόσβαση σε παραμέτρους.");
|
||||
define('OGP_LANG_extra_parameters', "Επιπλέον Παράμετροι");
|
||||
define('OGP_LANG_no_extra_param_access', "Δεν έχετε πρόσβαση σε επιπλέον παραμέτρους.");
|
||||
define('OGP_LANG_extra_parameters_info', "Αυτοί οι παράμετροι τοποθετούνται στο τέλος της γραμμής εντολών κατά την εκκίνηση του παιχνιδιού.");
|
||||
define('OGP_LANG_game_exec_not_found', "Το εκτελέσιμο παιχνίδι %s δεν βρέθηκε από τον απομακρυσμένο διακομιστή.");
|
||||
define('OGP_LANG_select_params_and_start', "Επιλέξτε τις παραμέτρους εκκίνησης του διακομιστή και πατήστε '%s'.");
|
||||
define('OGP_LANG_no_ip_port_pairs_assigned', "Δεν αντιστοιχούν ζεύγη IP θυρών για αυτή την αρχική διαδρομή. Αν δεν έχετε πρόσβαση στην επεξεργασία της, επικοινωνήστε με το διαχειριστή σας.");
|
||||
define('OGP_LANG_unable_to_get_log', "Δεν είναι δυνατή η καταγραφή, retval %s.");
|
||||
define('OGP_LANG_server_binary_not_executable', "Ο δυαδικός διακομιστής δεν είναι εκτελέσιμος. Ελέγξτε ότι έχετε τα κατάλληλα δικαιώματα στον κεντρικό κατάλογο του διακομιστή.");
|
||||
define('OGP_LANG_server_not_running_log_found', "Ο διακομιστής δεν εκτελείται, αλλά βρίσκεται το αρχείο καταγραφής. ΣΗΜΕΙΩΣΗ: Αυτό το αρχείο καταγραφής ενδέχεται να μην σχετίζεται με την τελευταία εκκίνηση του διακομιστή.");
|
||||
define('OGP_LANG_ip_port_pair_not_owned', "Το ζεύγος IP:Port δεν σας ανήκει.");
|
||||
define('OGP_LANG_unsuitable_maxplayers_value_maximum_reachable_number_of_slots_has_been_set', "Ακατάλληλη τιμή για μέγιστο αριθμό παικτών, έχει οριστεί μέγιστος αριθμός θέσεων.");
|
||||
define('OGP_LANG_server_running_not_responding', "Ο διακομιστής εκτελείται, αλλά δεν ανταποκρίνεται,<br>μπορεί να υπάρχει κάποιο πρόβλημα και ίσως να θέλετε");
|
||||
define('OGP_LANG_update_started', "Η ενημέρωση ξεκίνησε, παρακαλώ περιμένετε...");
|
||||
define('OGP_LANG_failed_to_start_steam_update', "Αποτυχία έναρξης ενημέρωσης μέσω Steam. Δείτε την καταγραφή του agent.");
|
||||
define('OGP_LANG_failed_to_start_rsync_update', "Αποτυχία έναρξης ενημέρωσης Rsync. Δείτε την καταγραφή του agent.");
|
||||
define('OGP_LANG_update_completed', "Η ενημέρωση ολοκληρώθηκε με επιτυχία.");
|
||||
define('OGP_LANG_update_in_progress', "Ενημέρωση σε εξέλιξη, παρακαλώ περιμένετε...");
|
||||
define('OGP_LANG_refresh_steam_status', "Refresh Steam status");
|
||||
define('OGP_LANG_refresh_rsync_status', "Refresh Rsync status");
|
||||
define('OGP_LANG_server_running_cant_update', "Ο διακομιστής εκτελείται οπότε η ενημέρωση δεν είναι δυνατή. Σταματήστε τον διακομιστή πριν τον ενημερώσετε.");
|
||||
define('OGP_LANG_xml_steam_error', "Ο επιλεγμένος τύπος διακομιστή δεν υποστηρίζει εγκατάσταση / ενημέρωση μέσω Steam.");
|
||||
define('OGP_LANG_mod_key_not_found_from_xml', "Το mod κλειδί '%s' δεν βρέθηκε από το XML αρχείο.");
|
||||
define('OGP_LANG_stop_update', "Σταματήστε την ενημέρωση");
|
||||
define('OGP_LANG_statistics', "Στατιστικά");
|
||||
define('OGP_LANG_servers', "Διακομιστές");
|
||||
define('OGP_LANG_players', "Παίκτες");
|
||||
define('OGP_LANG_current_map', "Τρέχον Χάρτης");
|
||||
define('OGP_LANG_stop_server', "Σταματήστε τον Διακομιστή");
|
||||
define('OGP_LANG_server_ip_port', "IP:Port Διακομιστή");
|
||||
define('OGP_LANG_server_name', "Όνομα Διακομιστή");
|
||||
define('OGP_LANG_server_id', "ID Διακομιστή");
|
||||
define('OGP_LANG_player_name', "Όνομα Παίκτη");
|
||||
define('OGP_LANG_score', "Σκορ");
|
||||
define('OGP_LANG_time', "Ώρα");
|
||||
define('OGP_LANG_no_rights_to_stop_server', "Δεν έχετε τα δικαιώματα να σταματήσετε αυτό το διακομιστή.");
|
||||
define('OGP_LANG_no_ogp_lgsl_support', "Αυτός ο διακομιστής (που εκτελεί: %s) δεν υποστηρίζει το LGSL στο OGP και δεν είναι δυνατή η εμφάνιση των στατιστικών του.");
|
||||
define('OGP_LANG_server_status', "Ο διακομιστής στο %s είναι %s.");
|
||||
define('OGP_LANG_server_stopped', "Ο διακομιστής '%s' έχει σταματήσει.");
|
||||
define('OGP_LANG_if_want_to_start_homes', "Αν θέλετε να ξεκινήσετε διακομιστές παιχνιδιών, πηγαίνετε στο %s.");
|
||||
define('OGP_LANG_view_log', "Προβολή Καταγραφών");
|
||||
define('OGP_LANG_if_want_manage', "Εάν θέλετε να διαχειριστείτε τα παιχνίδια σας, μπορείτε να το κάνετε στο");
|
||||
define('OGP_LANG_columns', "στήλες");
|
||||
define('OGP_LANG_group_users', "Χρήστες ομάδας:");
|
||||
define('OGP_LANG_assigned_to', "Ανατεθειμένο σε:");
|
||||
define('OGP_LANG_restart_server', "Επανεκκινήστε τον Διακομιστή");
|
||||
define('OGP_LANG_restarting_server', "Επανεκκίνηση του διακομιστή, παρακαλώ περιμένετε...");
|
||||
define('OGP_LANG_server_restarted', "Ο διακομιστής '%s' έχει επανεκκινηθεί.");
|
||||
define('OGP_LANG_server_not_running', "Ο διακομιστής δεν εκτελείται.");
|
||||
define('OGP_LANG_address', "Διεύθυνση");
|
||||
define('OGP_LANG_owner', "Ιδιοκτήτης");
|
||||
define('OGP_LANG_operations', "Λειτουργίες");
|
||||
define('OGP_LANG_search', "Ψάξτε");
|
||||
define('OGP_LANG_maps_read_from', "Οι χάρτες διαβάστηκαν από");
|
||||
define('OGP_LANG_file', "αρχείο");
|
||||
define('OGP_LANG_folder', "φάκελος");
|
||||
define('OGP_LANG_unable_retrieve_mod_info', "Δεν είναι δυνατή η ανάκτηση πληροφοριών mod από τη βάση δεδομένων.");
|
||||
define('OGP_LANG_unexpected_result_libremote', "Μη αναμενόμενο αποτέλεσμα από το libremote, ενημερώστε τους προγραμματιστές.");
|
||||
define('OGP_LANG_unable_get_info', "Δεν είναι δυνατή η λήψη των απαιτούμενων πληροφοριών για εκκίνηση, αποκλείοντας την εκκίνηση.");
|
||||
define('OGP_LANG_server_already_running', "Ο διακομιστής εκτελείται ήδη. Aν δεν βλέπετε το διακομιστή στην Παρακολούθηση Παιχνιδιών, μπορεί να υπάρχει κάποιο πρόβλημα και ίσως να θέλετε να");
|
||||
define('OGP_LANG_already_running_stop_server', "Σταματήστε τον διακομιστή.");
|
||||
define('OGP_LANG_error_server_already_running', "ΣΦΑΛΜΑ: Ο διακομιστής εκτελείται ήδη σε θύρα");
|
||||
define('OGP_LANG_failed_start_server_code', "Αποτυχία εκκίνησης του απομακρυσμένου διακομιστή. Κωδικός λάθους: %s");
|
||||
define('OGP_LANG_disabled', "απενεργοποιημένο");
|
||||
define('OGP_LANG_not_found_server', "Δεν ήταν δυνατή η εύρεση του απομακρυσμένου διακομιστή με αναγνωριστικό");
|
||||
define('OGP_LANG_rcon_command_title', "Εντολή RCON");
|
||||
define('OGP_LANG_has_sent_to', "έχει σταλεί σε");
|
||||
define('OGP_LANG_need_set_remote_pass', "Πρέπει να ορίσετε τον κωδικό πρόσβασης απομακρυσμένου ελέγχου");
|
||||
define('OGP_LANG_before_sending_rcon_com', "πριν στείλετε εντολές rcon σε αυτό.");
|
||||
define('OGP_LANG_retry', "Ξαναπροσπαθήστε");
|
||||
define('OGP_LANG_page', "σελίδα");
|
||||
define('OGP_LANG_server_cant_start', "ο διακομιστής δεν μπορεί να ξεκινήσει");
|
||||
define('OGP_LANG_server_cant_stop', "ο διακομιστής δεν μπορεί να σταματήσει");
|
||||
define('OGP_LANG_error_occured_remote_host', "Παρουσιάστηκε σφάλμα στον απομακρυσμένο υπολογιστή");
|
||||
define('OGP_LANG_follow_server_status', "Μπορείτε να ακολουθήσετε την κατάσταση του διακομιστή από");
|
||||
define('OGP_LANG_addons', "Πρόσθετα");
|
||||
define('OGP_LANG_hostname', "Όνομα κεντρικού υπολογιστή");
|
||||
define('OGP_LANG_rsync_install', "[Εγκατάσταση Rsync]");
|
||||
define('OGP_LANG_ping', "Ping");
|
||||
define('OGP_LANG_team', "Ομάδα");
|
||||
define('OGP_LANG_deaths', "Θάνατοι");
|
||||
define('OGP_LANG_pid', "PID");
|
||||
define('OGP_LANG_skill', "Επιδεξιότητα");
|
||||
define('OGP_LANG_AIBot', "AIBot");
|
||||
define('OGP_LANG_steamid', "Αναγνωριστικό Steam");
|
||||
define('OGP_LANG_player', "Παίκτης");
|
||||
define('OGP_LANG_port', "Θύρα");
|
||||
define('OGP_LANG_rcon_presets', "Προεπιλογές RCON");
|
||||
define('OGP_LANG_update_from_local_master_server', "Ενημερώστε από τον τοπικό κεντρικό διακομιστή");
|
||||
define('OGP_LANG_update_from_selected_rsync_server', "Ενημερώστε από τον επιλεγμένο διακομιστή Rsync");
|
||||
define('OGP_LANG_execute_selected_server_operations', "Εκτελέστε επιλεγμένες λειτουργίες διακομιστή");
|
||||
define('OGP_LANG_execute_operations', "Εκτελέστε λειτουργίες");
|
||||
define('OGP_LANG_account_expiration', "Λήξη λογαριασμού");
|
||||
define('OGP_LANG_mysql_databases', "Βάσεις δεδομένων MySQL");
|
||||
define('OGP_LANG_failed_querying_server', "* Αποτυχία querying του διακομιστή.");
|
||||
define('OGP_LANG_query_protocol_not_supported', "* Δεν υπάρχει πρωτόκολλο query στο OGP που να υποστηρίζει αυτόν τον διακομιστή");
|
||||
define('OGP_LANG_queries_disabled_by_setting_disable_queries_after', "Τα queries απενεργοποιήθηκαν με τη ρύθμιση: Απενεργοποιήστε τα queries μετά από: %s, εφόσων έχετε %s διακομιστές.<br>");
|
||||
define('OGP_LANG_presets_for_game_and_mod', "Προεπιλογές RCON για %s και mod %s");
|
||||
define('OGP_LANG_name', "Όνομα");
|
||||
define('OGP_LANG_command', "RCON Εντολή");
|
||||
define('OGP_LANG_add_preset', "Προσθήκη προεπιλογής");
|
||||
define('OGP_LANG_edit_presets', "Επεξεργασία προεπιλογών");
|
||||
define('OGP_LANG_del_preset', "Διαγράψτε");
|
||||
define('OGP_LANG_change_preset', "Αλλάξτε");
|
||||
define('OGP_LANG_send_command', "Στείλτε εντολή");
|
||||
define('OGP_LANG_starting_copy_with_master_server_named', "Έναρξη αντιγραφής με κύριο διακομιστή που ονομάζεται '%s'...");
|
||||
define('OGP_LANG_starting_sync_with', "Έναρξη συγχρονισμού με %s...");
|
||||
define('OGP_LANG_refresh_interval', "Διάρκεια ανανέωσης καταγραφής");
|
||||
define('OGP_LANG_finished_manual_update', "Η χειροκίνητη ενημέρωση ολοκληρώθηκε.");
|
||||
define('OGP_LANG_failed_to_start_file_download', "Αποτυχία εκκίνησης λήψης αρχείου");
|
||||
define('OGP_LANG_game_name', "Όνομα παιχνιδιού");
|
||||
define('OGP_LANG_dest_dir', "Κατάλογος προορισμού");
|
||||
define('OGP_LANG_remote_server', "Απομακρυσμένος Διακομιστής");
|
||||
define('OGP_LANG_file_url', "URL Αρχείου");
|
||||
define('OGP_LANG_file_url_info', "Η διεύθυνση URL του αρχείου που είναι μεταφορτωμένο και αποσυμπιεσμένο στον κατάλογο.");
|
||||
define('OGP_LANG_dest_filename', "Όνομα Αρχείου Προορισμού");
|
||||
define('OGP_LANG_dest_filename_info', "Το όνομα για το αρχείο προορισμού.");
|
||||
define('OGP_LANG_update_server', "Ενημερώστε τον διακομιστή");
|
||||
define('OGP_LANG_unavailable', "Μη Διαθέσιμο");
|
||||
define('OGP_LANG_upload_map_image', "Μεταφορτώστε εικόνα χάρτη");
|
||||
define('OGP_LANG_upload_image', "Μεταφορτώστε εικόνα");
|
||||
define('OGP_LANG_jpg_gif_png_less_than_1mb', "Η εικόνα πρέπει να είναι jpg, gif ή png και λιγότερο από 1 MB.");
|
||||
define('OGP_LANG_check_dev_console', "Σφάλμα κατά τη μεταφόρτωση αρχείου, παρακαλώ ελέγξτε την κονσόλα προγραμματιστή του προγράμματος περιήγησης.");
|
||||
define('OGP_LANG_uploaded_successfully', "Μεταφορτώθηκε επιτυχώς.");
|
||||
define('OGP_LANG_cant_create_folder', "Δεν είναι δυνατή η δημιουργία φακέλου:<br><b>%s</b>");
|
||||
define('OGP_LANG_cant_write_file', "Δεν είναι δυνατή η εγγραφή αρχείου:<br><b>%s</b>");
|
||||
define('OGP_LANG_exceeded_php_directive', "Υπέρβαση της οδηγίας PHP.<br><b>%s</b>.");
|
||||
define('OGP_LANG_unknown_errors', "Άγνωστα σφάλματα.");
|
||||
define('OGP_LANG_directory', "Κατάλογος");
|
||||
define('OGP_LANG_view_player_commands', "Προβολή Εντολών Παίκτη");
|
||||
define('OGP_LANG_hide_player_commands', "Απόκρυψη Εντολών Παίκτη");
|
||||
define('OGP_LANG_no_online_players', "Δεν υπάρχουν συνδεδεμένοι παίκτες.");
|
||||
define('OGP_LANG_invalid_game_mod_id', "Έχει καθοριστεί μη έγκυρο αναγνωριστικό παιχνιδιού / mod.");
|
||||
define('OGP_LANG_auto_update_title_popup', "Σύνδεσμος Αυτόματης Ενημέρωσης Steam");
|
||||
define('OGP_LANG_auto_update_popup_html', "<p>Χρησιμοποιήστε τον παρακάτω σύνδεσμο για να ελέγξετε και να ενημερώσετε αυτόματα τον διακομιστή παιχνιδιού σας μέσω Steam αν χρειαστεί. Μπορείτε να το κάνετε query χρησιμοποιώντας ένα cronjob ή να ξεκινήσετε τη διαδικασία χειροκίνητα.</p>");
|
||||
define('OGP_LANG_api_links_popup_html', "<p>Select an action you would like to perform using the OGP API for this game server. Then, use the link below to perform your desired action. You can run your desired action using a cronjob or by making a direct request to it.</p>");
|
||||
define('OGP_LANG_auto_update_copy_me', "Αντιγράψτε");
|
||||
define('OGP_LANG_auto_update_copy_me_success', "Αντιγράφτηκε!");
|
||||
define('OGP_LANG_auto_update_copy_me_fail', "Αποτυχία αντιγραφής. Παρακαλώ, αντιγράψτε το σύνδεσμο χειροκίνητα.");
|
||||
define('OGP_LANG_get_steam_autoupdate_api_link', "Σύνδεσμος Αυτόματης Ενημέρωσης");
|
||||
define('OGP_LANG_show_api_actions', "Show API Actions");
|
||||
define('OGP_LANG_api_links', "API Links");
|
||||
define('OGP_LANG_update_attempt_from_nonmaster_server', "Ο χρήστης %s προσπάθησε να ενημερώσει το home_id %d από έναν μη-κύριο διακομιστή. (Home ID: %d)");
|
||||
define('OGP_LANG_attempting_nonmaster_update', "Προσπαθείτε να ενημερώσετε αυτόν τον διακομιστή από έναν μη-κεντρικό διακομιστή.");
|
||||
define('OGP_LANG_cannot_update_from_own_self', "Η τοπική ενημέρωση διακομιστή ενδέχεται να μην εκτελείται σε κύριο διακομιστή.");
|
||||
define('OGP_LANG_show_server_id', "Εμφανίστε Αναγνωριστικά Διακομιστή");
|
||||
define('OGP_LANG_hide_server_id', "Κρύψτε Αναγνωριστικά Διακομιστή");
|
||||
define('OGP_LANG_edit_configuration_files', "Επεξεργαστείτε Αρχεία Διαμορφώσεων");
|
||||
define('OGP_LANG_admin', "Διαχειριστής");
|
||||
define('OGP_LANG_cid', "CID");
|
||||
define('OGP_LANG_phan', "Φάντασμα");
|
||||
define('OGP_LANG_sec', "Δευτερόλεπτα");
|
||||
define('OGP_LANG_unknown_rsync_mirror', "Προσπαθήσατε να ξεκινήσετε μια ενημέρωση από έναν καθρέφτη που δεν υπάρχει.");
|
||||
define('OGP_LANG_custom_fields', "Προσαρμοσμένα Πεδία");
|
||||
?>
|
||||
88
ControlPanel/lang/Greek(Greece)/modules/litefm.php
Executable file
88
ControlPanel/lang/Greek(Greece)/modules/litefm.php
Executable file
|
|
@ -0,0 +1,88 @@
|
|||
<?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_dir_not_found', "Ο κατάλογος '%s' δεν βρέθηκε από το διακομιστή.");
|
||||
define('OGP_LANG_filename', "Όνομα Αρχείου");
|
||||
define('OGP_LANG_filesize', "Μέγεθος Αρχείου");
|
||||
define('OGP_LANG_bytes', "Bytes");
|
||||
define('OGP_LANG_owner', "Ιδιοκτήτης");
|
||||
define('OGP_LANG_group', "Ομάδα");
|
||||
define('OGP_LANG_empty_directory', "Ο κατάλογος είναι κενός.");
|
||||
define('OGP_LANG_currently_viewing', "Αυτή τη στιγμή βλέπετε τον κατάλογο '%s'.");
|
||||
define('OGP_LANG_wrote_changes', "Οι αλλαγές αποθηκεύτηκαν με επιτυχία.");
|
||||
define('OGP_LANG_failed_write', "Αποτυχία εγγραφής αρχείου σε απομακρυσμένο διακομιστή.");
|
||||
define('OGP_LANG_failed_read', "Αποτυχία ανάγνωσης αρχείου από τον απομακρυσμένο διακομιστή.");
|
||||
define('OGP_LANG_failed_list', "Αποτυχία ανάκτησης της λίστας καταλόγων.");
|
||||
define('OGP_LANG_level_up', "^Ένα Επίπεδο Πάνω^");
|
||||
define('OGP_LANG_unallowed_char', "Μη επιτρεπτοί χαρακτήρες βρέθηκαν από τη διαδρομή.");
|
||||
define('OGP_LANG_button_edit', "[Επεξεργαστείτε]");
|
||||
define('OGP_LANG_save', "Αποθηκεύστε");
|
||||
define('OGP_LANG_home_id_missing', "Δεν υπάρχει αναγνωριστικό κύριου καταλόγου.");
|
||||
define('OGP_LANG_upload', "Μεταφορτώστε");
|
||||
define('OGP_LANG_upload_failed', "Η μεταφόρτωση απέτυχε, το σφάλμα ήταν: %s.");
|
||||
define('OGP_LANG_can_not_create_upload_folder_path', "Δεν είναι δυνατή η δημιουργία διαδρομής φακέλου μεταφόρτωσης %s.");
|
||||
define('OGP_LANG_url_is_not_accesible_from_agent', "Η διεύθυνση URL %s δεν είναι προσβάσιμη από τον Agent.");
|
||||
define('OGP_LANG_upload_file', "Μεταφορτώστε Αρχείο");
|
||||
define('OGP_LANG_uncompress', "Αποσυμπιέστε");
|
||||
define('OGP_LANG_create_folder', "Δημιουργήστε Φάκελο");
|
||||
define('OGP_LANG_create', "Δημιουργήστε");
|
||||
define('OGP_LANG_delete_item', "Διαγραφή του %s;");
|
||||
define('OGP_LANG_upload_in_progress', "Μεταφόρτωση σε εξέλιξη...");
|
||||
define('OGP_LANG_upload_complete', "Η μεταφόρτωση ολοκληρώθηκε.");
|
||||
define('OGP_LANG_chattr_yes', "Κλειδώστε Το Αρχείο");
|
||||
define('OGP_LANG_chattr_no', "Ξεκλειδώστε Το Αρχείο");
|
||||
define('OGP_LANG_secure_item', "Εξασφαλίστε / Εξασφαλίστε το %s;");
|
||||
define('OGP_LANG_filesecure', "Ασφάλεια Αρχείου");
|
||||
define('OGP_LANG_chattr_locked', "Το Αρχείο Κλειδώθηκε");
|
||||
define('OGP_LANG_chattr_unlocked', "Το Αρχείο Ξεκλειδώθηκε");
|
||||
define('OGP_LANG_rename', "Μετονομάστε");
|
||||
define('OGP_LANG_move', "Μετακινήστε");
|
||||
define('OGP_LANG_copy', "Αντιγράψτε");
|
||||
define('OGP_LANG_compress', "Συμπιέστε");
|
||||
define('OGP_LANG_create_file', "Δημιουργήστε Αρχείο");
|
||||
define('OGP_LANG_select_at_least_one_item', "Επιλέξτε τουλάχιστον ένα στοιχείο.");
|
||||
define('OGP_LANG_rename_item', "Μετονομάστε Στοιχείο(α)");
|
||||
define('OGP_LANG_move_item', "Μετακινήστε Στοιχείο(α)");
|
||||
define('OGP_LANG_copy_item', "Αντιγράψτε Στοιχείο(α)");
|
||||
define('OGP_LANG_compress_item', "Συμπιέστε Στοιχείο(α)");
|
||||
define('OGP_LANG_uncompress_item', "Αποσυμπιέστε Στοιχείο(α)");
|
||||
define('OGP_LANG_archive_name', "Όνομα Συμπιεσμένου Αρχείου");
|
||||
define('OGP_LANG_archive_type', "Τύπος Συμπιεσμένου Αρχείου");
|
||||
define('OGP_LANG_file_name', "Όνομα Αρχείου");
|
||||
define('OGP_LANG_folder_name', "όνομα φακέλου");
|
||||
define('OGP_LANG_compresses_files_separately', "συμπιέζει τα αρχεία ξεχωριστά");
|
||||
define('OGP_LANG_to', "σε");
|
||||
define('OGP_LANG_upload_to_web', "Μεταφορτώστε στον ιστό");
|
||||
define('OGP_LANG_transfer_to_server', "Μεταφέρετε στο διακομιστή");
|
||||
define('OGP_LANG_mail_sent_successfully', "Το email στάλθηκε με επιτυχία.");
|
||||
define('OGP_LANG_send_item_by_email', "Αποστείλετε στοιχείο(α) μέσω ηλεκτρονικού ταχυδρομείου.");
|
||||
define('OGP_LANG_subject', "Θέμα");
|
||||
define('OGP_LANG_message', "Μήνυμα");
|
||||
define('OGP_LANG_dest_email', "Email προορισμού");
|
||||
define('OGP_LANG_remove', "Καταργήστε");
|
||||
define('OGP_LANG_send_by_email', "Αποστείλτε μέσω ηλεκτρονικού ταχυδρομείου.");
|
||||
define('OGP_LANG_send_by_email_info', "Για την αποστολή αρχείων, το πακέτο 'mutt' πρέπει να εγκατασταθεί σε όλους τους διαθέσιμους Agents.");
|
||||
define('OGP_LANG_settings_updated', "Οι ρυθμίσεις ενημερώθηκαν.");
|
||||
define('OGP_LANG_update_settings', "Ενημερώστε τις ρυθμίσεις.");
|
||||
?>
|
||||
44
ControlPanel/lang/Greek(Greece)/modules/lostpwd.php
Executable file
44
ControlPanel/lang/Greek(Greece)/modules/lostpwd.php
Executable file
|
|
@ -0,0 +1,44 @@
|
|||
<?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_recover', "Ανακτήστε ξεχασμένο κωδικό πρόσβασης.");
|
||||
define('OGP_LANG_back', "Πίσω");
|
||||
define('OGP_LANG_incomplete', "Παρακαλώ επιστρέψτε και συμπληρώστε όλα τα πεδία στη φόρμα.");
|
||||
define('OGP_LANG_subject', "Αίτημα κωδικού πρόσβασης.");
|
||||
define('OGP_LANG_password_message', "Γεια σας,<br><br>Ο κωδικός πρόσβασής σας έχει επαναφερθεί με επιτυχία.<br><br>Νέος κωδικός πρόσβασης: %s<br><br>Να θυμάστε να αλλάζετε συχνά τον κωδικό πρόσβασής σας.<br><br>Παρακαλώ μην απαντήσετε σε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου!<br><br>______________________________<br>Black Market Servers");
|
||||
define('OGP_LANG_send', "Ο κωδικός σας έχει σταλεί! Παρακαλώ ελέγξτε το email σας!");
|
||||
define('OGP_LANG_here', "Εδώ");
|
||||
define('OGP_LANG_to_login', "για να συνδεθείτε");
|
||||
define('OGP_LANG_errormail', "Η διεύθυνση ηλεκτρονικού ταχυδρομείου σας δεν είναι σωστή.");
|
||||
define('OGP_LANG_submit', "Υποβάλλετε");
|
||||
define('OGP_LANG_click', "Κάντε κλικ");
|
||||
define('OGP_LANG_mail_settings_missing', "Οι ρυθμίσεις αλληλογραφίας του πίνακα δεν είναι πλήρεις, επομένως δεν είναι δυνατή η αποστολή του κωδικού πρόσβασης. Επικοινωνήστε με το διαχειριστή του OGP.");
|
||||
define('OGP_LANG_mail_failed', "Αποτυχία αποστολής μηνύματος ηλεκτρονικού ταχυδρομείου.");
|
||||
define('OGP_LANG_email', "Ηλεκτρονικό Ταχυδρομείο");
|
||||
define('OGP_LANG_enter_email', "Παρακαλώ εισάγετε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας.");
|
||||
define('OGP_LANG_webmaster', "Webmaster");
|
||||
define('OGP_LANG_confirm_send', "Για λόγους ασφαλείας, σας στείλαμε έναν σύνδεσμο επιβεβαίωσης πριν επαναφέρετε τον κωδικό πρόσβασής σας.<br><b style='color:red;'>Παρακαλώ ελέγξτε τα εισερχόμενά σας.</b>");
|
||||
define('OGP_LANG_confirm_change_subject', "Επαναφορά κωδικού πρόσβασης, μήνυμα ηλεκτρονικού ταχυδρομείου επιβεβαίωσης.");
|
||||
define('OGP_LANG_confirm_change_password_message', "Γεια σας,<br><br>Παρακαλώ κάντε κλικ στον παρακάτω σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας:<br><br>%s<br><br>Σημείωση: Αν δεν έχετε ζητήσει την επαναφορά του κωδικού πρόσβασής σας, μπορείτε να αγνοήσετε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου.<br><br>Παρακαλώ μην απαντήσετε σε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου!<br><br>______________________________<br>Black Market Servers");
|
||||
?>
|
||||
56
ControlPanel/lang/Greek(Greece)/modules/modulemanager.php
Executable file
56
ControlPanel/lang/Greek(Greece)/modules/modulemanager.php
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
<?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_module_id', "Αναγνωριστικό Λειτουργικής Μονάδας");
|
||||
define('OGP_LANG_module_name', "Όνομα Λειτουργικής Μονάδας");
|
||||
define('OGP_LANG_module_folder', "Φάκελος Λειτουργικής Μονάδας");
|
||||
define('OGP_LANG_module_version', "Έκδοση Λειτουργικής Μονάδας");
|
||||
define('OGP_LANG_db_version', "Έκδοση Βάσης Δεδομένων");
|
||||
define('OGP_LANG_modules_available_for_install', "Προσαρμοσμένες λειτουργικές μονάδες για εγκατάσταση:");
|
||||
define('OGP_LANG_install', "Εγκαταστήστε");
|
||||
define('OGP_LANG_uninstall', "Απεγκαταστήστε");
|
||||
define('OGP_LANG_modules', "Λειτουργικές Μονάδες");
|
||||
define('OGP_LANG_update_modules', "Ενημερώστε Λειτουργικές Μονάδες");
|
||||
define('OGP_LANG_no_installed_modules', "Δεν βρέθηκαν εγκατεστημένες λειτουργικές μονάδες.");
|
||||
define('OGP_LANG_not_complete', "Η δυνατότητα εγκατάσταση / απεγκατάσταση δεν έχει ολοκληρωθεί και ενδέχεται να μην λειτουργήσει σωστά. ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Ενδέχεται να παρουσιαστεί απώλεια δεδομένων στη βάση δεδομένων OGP!");
|
||||
define('OGP_LANG_core_mods_installed', "Εγκατεστημένες Κεντρικές Λειτουργικές Μονάδες:");
|
||||
define('OGP_LANG_custom_mods_installed', "Εγκατεστημένες Προσαρμοσμένες Λειτουργικές Μονάδες:");
|
||||
define('OGP_LANG_installing_module', "Εγκατάσταση λειτουργικής μονάδας '%s'.");
|
||||
define('OGP_LANG_successfully_installed_module', "Επιτυχής εγκατάσταση λειτουργικής μονάδας %s.");
|
||||
define('OGP_LANG_failed_to_install_module', "Αποτυχία εγκατάστασης λειτουργικής μονάδας %s.");
|
||||
define('OGP_LANG_adding_module', "Πρόσθεση λειτουργικής μονάδας με όνομα '%s'.");
|
||||
define('OGP_LANG_module_already_installed', "Η λειτουργική μονάδα με όνομα '%s' είναι ήδη εγκατεστημένη.");
|
||||
define('OGP_LANG_uninstalling_module', "Απεγκατάσταση λειτουργικής μονάδας '%s'.");
|
||||
define('OGP_LANG_successfully_uninstalled_module', "Επιτυχής απεγκατάσταση λειτουργικής μονάδας %s.");
|
||||
define('OGP_LANG_failed_to_uninstall_module', "Αποτυχία απεγκατάστασης λειτουργικής μονάδας %s.");
|
||||
define('OGP_LANG_module_file_missing', "το αρχείο module.php λείπει από τον κατάλογο");
|
||||
define('OGP_LANG_module_file_missing_info', "λείπουν οι απαιτούμενες πληροφορίες.");
|
||||
define('OGP_LANG_query_failed', "Αποτυχία εκτέλεσης query.");
|
||||
define('OGP_LANG_query_failed_2', "σε βάση δεδομένων.");
|
||||
define('OGP_LANG_failed_del_db', "Αποτυχία διαγραφής λειτουργικής μονάδας από βάση δεδομένων.");
|
||||
define('OGP_LANG_updated_module', "Ενημερωμένη λειτουργική μονάδα: '%s'.");
|
||||
define('OGP_LANG_updating_modules', "Ενημέρωση Λειτουργικών Μονάδων");
|
||||
define('OGP_LANG_updating_finished', "Η Ενημέρωση Ολοκληρώθηκε");
|
||||
define('OGP_LANG_prereqs_missing', "Προϋποθέσεις του %s πρέπει να εγκατασταθούν στον διακομιστή πριν %s να μπορέσει να εγκατασταθεί.");
|
||||
?>
|
||||
115
ControlPanel/lang/Greek(Greece)/modules/mysql.php
Executable file
115
ControlPanel/lang/Greek(Greece)/modules/mysql.php
Executable file
|
|
@ -0,0 +1,115 @@
|
|||
<?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_configured_mysql_hosts', "Διαμορφώστε MySQL Hosts");
|
||||
define('OGP_LANG_add_new_mysql_host', "Προσθέστε MySQL Host");
|
||||
define('OGP_LANG_enter_mysql_ip', "Εισάγετε διεύθυνση IP MySQL.");
|
||||
define('OGP_LANG_enter_valid_port', "Εισάγετε μια έγκυρη θύρα.");
|
||||
define('OGP_LANG_enter_mysql_root_password', "Εισάγετε τον κωδικό πρόσβασης root της MySQL.");
|
||||
define('OGP_LANG_enter_mysql_name', "Εισάγετε το όνομα MySQL.");
|
||||
define('OGP_LANG_could_not_add_mysql_server', "Δεν ήταν δυνατή η προσθήκη διακομιστή MySQL.");
|
||||
define('OGP_LANG_game_server_name_info', "Το όνομα του διακομιστή βοηθά τους χρήστες να αναγνωρίζουν τους διακομιστές τους.");
|
||||
define('OGP_LANG_note_mysql_host', "Σημείωση: Χρησιμοποιώντας μια 'Άμεση σύνδεση' ο διακομιστής πρέπει να δέχεται εξωτερικές συνδέσεις έτσι ώστε οι διακομιστές να μπορούν να συνδεθούν από απόσταση, ενώ η σύνδεση μέσω ενός απομακρυσμένου εξυπηρετητή θα χρησιμοποιηθεί ως τοπική σύνδεση.");
|
||||
define('OGP_LANG_direct_connection', "Απευθείας σύνδεση");
|
||||
define('OGP_LANG_connection_through_remote_server_named', "Σύνδεση μέσω απομακρυσμένου διακομιστή που ονομάζεται %s");
|
||||
define('OGP_LANG_add_mysql_server', "Προσθέστε διακομιστή MySQL");
|
||||
define('OGP_LANG_mysql_online', "MySQL σε λειτουργία");
|
||||
define('OGP_LANG_mysql_offline', "MySQL εκτός λειτουργίας");
|
||||
define('OGP_LANG_encryption_key_mismatch', "Δεν υπάρχει αντιστοιχία κλειδιού κρυπτογράφησης.");
|
||||
define('OGP_LANG_unknown_error', "Αγνωστο σφάλμα");
|
||||
define('OGP_LANG_remove', "Διαγράψτε");
|
||||
define('OGP_LANG_assign_db', "Καθορίστε Βάση Δεδομένων");
|
||||
define('OGP_LANG_mysql_server_name', "Όνομα διακομιστή MySQL");
|
||||
define('OGP_LANG_server_status', "Κατάσταση διακομιστή");
|
||||
define('OGP_LANG_mysql_ip_port', "MySQL IP:Port");
|
||||
define('OGP_LANG_mysql_root_passwd', "Root κωδικός πρόσβασης MySQL.");
|
||||
define('OGP_LANG_connection_method', "Μέθοδος σύνδεσης");
|
||||
define('OGP_LANG_user_privilegies', "Προνόμια χρηστών");
|
||||
define('OGP_LANG_current_dbs', "Τρέχουσες βάσεις δεδομένων");
|
||||
define('OGP_LANG_mysql_name', "Όνομα διακομιστή MySQL");
|
||||
define('OGP_LANG_mysql_ip', "Διεύθυνση IP MySQL");
|
||||
define('OGP_LANG_mysql_port', "MySQL θύρα");
|
||||
define('OGP_LANG_privilegies', "προνόμια");
|
||||
define('OGP_LANG_all', "Όλα");
|
||||
define('OGP_LANG_custom', "Προσαρμοσμένο");
|
||||
define('OGP_LANG_server_added', "Προστέθηκε διακομιστής.");
|
||||
define('OGP_LANG_sql_alter', "ΑΛΛΑΞΤΕ");
|
||||
define('OGP_LANG_sql_create', "ΔΗΜΙΟΥΡΓΗΣΤΕ");
|
||||
define('OGP_LANG_sql_create_temporary_tables', "ΔΗΜΙΟΥΡΓΗΣΤΕ ΠΡΟΣΩΡΙΝΟΥΣ ΠΙΝΑΚΕΣ");
|
||||
define('OGP_LANG_sql_drop', "ΡΙΞΤΕ");
|
||||
define('OGP_LANG_sql_index', "ΕΥΡΕΤΗΡΙΟ");
|
||||
define('OGP_LANG_sql_insert', "ΕΙΣΑΓΕΤΕ");
|
||||
define('OGP_LANG_sql_lock_tables', "ΚΛΕΙΔΩΣΤΕ ΠΙΝΑΚΕΣ");
|
||||
define('OGP_LANG_sql_select', "ΕΠΙΛΕΞΤΕ");
|
||||
define('OGP_LANG_sql_grant_option', "ΕΠΙΛΟΓΗ ΧΟΡΗΓΗΣΗΣ");
|
||||
define('OGP_LANG_sql_update', "ΕΝΗΜΕΡΩΣΤΕ");
|
||||
define('OGP_LANG_sql_delete', "ΔΙΑΓΡΑΨΤΕ");
|
||||
define('OGP_LANG_sql_alter_info', "<b>Ενεργοποιεί τη χρήση του ΑΛΛΑΞΤΕ ΠΙΝΑΚΑ.</b>");
|
||||
define('OGP_LANG_sql_create_info', "<b>Ενεργοποιεί τη χρήση του ΔΗΜΙΟΥΡΓΗΣΤΕ ΠΙΝΑΚΑ.</b>");
|
||||
define('OGP_LANG_sql_create_temporary_tables_info', "<b>Ενεργοποιεί τη χρήση του ΔΗΜΙΟΥΡΓΗΣΤΕ ΠΡΟΣΩΡΙΝΟ ΠΙΝΑΚΑ.</b>");
|
||||
define('OGP_LANG_sql_delete_info', "<b>Ενεργοποιεί τη χρήση του ΔΙΑΓΡΑΨΤΕ.</b>");
|
||||
define('OGP_LANG_sql_drop_info', "<b>Ενεργοποιεί τη χρήση του ΡΙΞΤΕ ΠΙΝΑΚΑ.</b>");
|
||||
define('OGP_LANG_sql_index_info', "<b>Ενεργοποιεί τη χρήση του ΔΗΜΙΟΥΡΓΗΣΤΕ ΕΥΡΕΤΗΡΙΟ και ΡΙΞΤΕ ΕΥΡΕΤΗΡΙΟ.</b>");
|
||||
define('OGP_LANG_sql_insert_info', "<b>Ενεργοποιεί τη χρήση του ΕΙΣΑΓΕΤΕ.</b>");
|
||||
define('OGP_LANG_sql_lock_tables_info', "<b>Ενεργοποιεί τη χρήση του ΚΛΕΙΔΩΣΤΕ ΠΙΝΑΚΕΣ σε πίνακες για τους οποίους έχετε το ΕΠΙΛΕΞΤΕ προνόμιο.</b>");
|
||||
define('OGP_LANG_sql_select_info', "<b>Ενεργοποιεί τη χρήση του ΕΠΙΛΕΞΤΕ.</b>");
|
||||
define('OGP_LANG_sql_update_info', "<b>Ενεργοποιεί τη χρήση του ΕΝΗΜΕΡΩΣΤΕ.</b>");
|
||||
define('OGP_LANG_sql_grant_option_info', "<b>Επιτρέπει τη χορήγηση δικαιωμάτων.</b>");
|
||||
define('OGP_LANG_select_game_server', "Επιλέξτε διακομιστή παιχνιδιών.");
|
||||
define('OGP_LANG_invalid_mysql_server_id', "Μη έγκυρο αναγνωριστικό διακομιστή MySQL.");
|
||||
define('OGP_LANG_there_is_another_db_named_or_user_named', "Υπάρχει άλλη βάση δεδομένων με όνομα <b>%s</b> ή άλλο όνομα χρήστη <b>%s</b>.");
|
||||
define('OGP_LANG_db_added_for_home_id', "Προστέθηκε βάση δεδομένων για το αναγνωριστικό home <b>%s</b>.");
|
||||
define('OGP_LANG_could_not_remove_db', "Δεν ήταν δυνατή η κατάργηση της επιλεγμένης βάσης δεδομένων.");
|
||||
define('OGP_LANG_db_removed_successfully_from_mysql_server_named', "Η βάση δεδομένων καταργήθηκε από το διακομιστή %s.");
|
||||
define('OGP_LANG_areyousure_remove_mysql_server', "Είστε βέβαιοι ότι θέλετε να καταργήσετε τον MySQL διακομιστή με όνομα <b>%s</b>;");
|
||||
define('OGP_LANG_db_changed_successfully', "Η βάση δεδομένων με όνομα %s άλλαξε με επιτυχία.");
|
||||
define('OGP_LANG_error_while_remove', "Σφάλμα κατά την κατάργηση.");
|
||||
define('OGP_LANG_mysql_server_removed', "Ο διακομιστής MySQL με όνομα <b>%s</b> έχει καταργηθεί με επιτυχία.");
|
||||
define('OGP_LANG_unable_to_set_changes_to', "Δεν είναι δυνατή η ρύθμιση των αλλαγών στον διακομιστή MySQL με όνομα <b>%s</b>.");
|
||||
define('OGP_LANG_mysql_server_settings_changed', "Ο διακομιστής MySQL με όνομα <b>%s</b> έχει αλλάξει με επιτυχία.");
|
||||
define('OGP_LANG_editing_mysql_server', "Επεξεργασία διακομιστή MySQL με όνομα <b>%s</b>.");
|
||||
define('OGP_LANG_save_settings', "Αποθήκευση ρυθμίσεων");
|
||||
define('OGP_LANG_mysql_dbs_for', "Βάσεις δεδομένων για διακομιστή %s");
|
||||
define('OGP_LANG_edit_dbs', "Επεξεργαστείτε βάσεων δεδομένων");
|
||||
define('OGP_LANG_edit_db_settings', "Επεξεργαστείτε ρυθμίσεις βάσης δεδομένων");
|
||||
define('OGP_LANG_remove_db', "Κατάργηση βάσης δεδομένων");
|
||||
define('OGP_LANG_save_db_changes', "Αποθήκευση αλλαγών βάσης δεδομένων.");
|
||||
define('OGP_LANG_add_db', "Προσθέστε βάσης δεδομένων");
|
||||
define('OGP_LANG_select_db', "Επιλέξτε βάση δεδομένων");
|
||||
define('OGP_LANG_db_user', "Χρήστης Βάσης Δεδομένων");
|
||||
define('OGP_LANG_db_passwd', "Κωδικός Πρόσβασης Βάσης Δεδομένων");
|
||||
define('OGP_LANG_db_name', "Όνομα Βάσης Δεδομένων");
|
||||
define('OGP_LANG_enabled', "Ενεργοποιημένο");
|
||||
define('OGP_LANG_game_server', "Διακομιστής παιχνιδιού");
|
||||
define('OGP_LANG_there_are_no_databases_assigned_for', "Δεν υπάρχουν καθορισμένες βάσεις δεδομένων για <b>%s</b>.");
|
||||
define('OGP_LANG_unable_to_connect_to_mysql_server_as', "Δεν είναι δυνατή η σύνδεση με τον διακομιστή MySQL ως %s.");
|
||||
define('OGP_LANG_unable_to_create_db', "Δεν είναι δυνατή η δημιουργία βάσης δεδομένων.");
|
||||
define('OGP_LANG_unable_to_select_db', "Δεν είναι δυνατή η επιλογή βάσης δεδομένων %s.");
|
||||
define('OGP_LANG_db_info', "Πληροφορίες Βάσης Δεδομένων");
|
||||
define('OGP_LANG_db_tables', "Πίνακες βάσης δεδομένων");
|
||||
define('OGP_LANG_db_backup', "Αντίγραφο Ασφαλείας Βάσης Δεδομένων");
|
||||
define('OGP_LANG_download_db_backup', "Κατεβάστε Αντίγραφο Ασφαλείας Βάσης Δεδομένων");
|
||||
define('OGP_LANG_restore_db_backup', "Επαναφέρτε Αντίγραφο Ασφαλείας Βάσης Δεδομένων");
|
||||
define('OGP_LANG_sql_file', "αρχείο(.sql)");
|
||||
?>
|
||||
98
ControlPanel/lang/Greek(Greece)/modules/news.php
Executable file
98
ControlPanel/lang/Greek(Greece)/modules/news.php
Executable file
|
|
@ -0,0 +1,98 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_manage_listings', "Διαχειριστείτε τις ειδήσεις σας");
|
||||
define('OGP_LANG_add_new_listing', "Δημοσιεύστε Ειδήσεις");
|
||||
define('OGP_LANG_your_current_listings', "Οι τρέχον ειδήσεις σας");
|
||||
define('OGP_LANG_edit', "Επεξεργαστείτε");
|
||||
define('OGP_LANG_date', "Ημερομηνία");
|
||||
define('OGP_LANG_images', "Εικόνες");
|
||||
define('OGP_LANG_title', "Τίτλος");
|
||||
define('OGP_LANG_description', "Περιεχόμενο Ειδήσεων");
|
||||
define('OGP_LANG_written_by', "Γραμμένο από");
|
||||
define('OGP_LANG_details', "Διαβάστε Περισσότερα");
|
||||
define('OGP_LANG_modify', "Τροποποιήστε");
|
||||
define('OGP_LANG_save', "Αποθηκεύστε");
|
||||
define('OGP_LANG_delete', "Διαγράψτε");
|
||||
define('OGP_LANG_sure_to_delete', "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτές τις ειδήσεις;");
|
||||
define('OGP_LANG_go_back', "Πηγαίνετε Πίσω");
|
||||
define('OGP_LANG_new_added_success', "Οι ειδήσεις έχουν αναρτηθεί επιτυχώς!");
|
||||
define('OGP_LANG_add_another', "Προσθέστε ένα άλλο");
|
||||
define('OGP_LANG_or_message', "ή");
|
||||
define('OGP_LANG_please_select', "Παρακαλώ επιλέξτε");
|
||||
define('OGP_LANG_submit', "Υποβάλλετε");
|
||||
define('OGP_LANG_edit_listing', "Επεξεργαστείτε τις ειδήσεις");
|
||||
define('OGP_LANG_modifications_saved', "Οι νέες τιμές αποθηκεύτηκαν με επιτυχία!");
|
||||
define('OGP_LANG_modify_images', "Τροποποιήστε τις νέες εικόνες του άρθρου");
|
||||
define('OGP_LANG_upload_more_images', "Μεταφορτώστε περισσότερες εικόνες");
|
||||
define('OGP_LANG_latest_news', "Τελευταίες Ειδήσεις");
|
||||
define('OGP_LANG_search_results', "Αποτελέσματα Αναζήτησης");
|
||||
define('OGP_LANG_no_results', "Δεν βρέθηκαν ειδήσεις.");
|
||||
define('OGP_LANG_config_options', "Επιλογές Ειδήσεων");
|
||||
define('OGP_LANG_date_format', "Μορφή Ημερομηνίας");
|
||||
define('OGP_LANG_results_per_page', "Ειδήσεις ανά Σελίδα");
|
||||
define('OGP_LANG_enable_search', "Ενεργοποιήστε τη μηχανή αναζήτησης");
|
||||
define('OGP_LANG_image_quality', "Ποιότητα εικόνας (0-100)");
|
||||
define('OGP_LANG_max_image_width', "Μέγιστο πλάτος εικόνας (px)");
|
||||
define('OGP_LANG_gallery_theme', "Εικόνα skin γκαλερί");
|
||||
define('OGP_LANG_images_bottom', "Θέση της συλλογής εικόνων");
|
||||
define('OGP_LANG_img_bottom', "Κάτω από το άρθρο");
|
||||
define('OGP_LANG_img_right', "Δεξιά πλευρά του άρθρου");
|
||||
define('OGP_LANG_no_word', "Όχι");
|
||||
define('OGP_LANG_yes_word', "Ναί");
|
||||
define('OGP_LANG_no_access', "Δεν έχετε δικαίωμα πρόσβασης σε αυτήν τη σελίδα. Η ενέργειά σας θα καταγραφεί για περαιτέρω επιθεώρηση.");
|
||||
define('OGP_LANG_write_permission_required', "Απαιτείται άδεια εγγραφής");
|
||||
define('OGP_LANG_fix_permission', "Επιδιορθώστε τα δικαιώματα. Η λειτουργική μονάδα δεν θα λειτουργήσει όπως προορίζεται, μέχρι να επιδιορθώσετε όλα τα δικαιώματα.");
|
||||
define('OGP_LANG_check_permissions', "Ελέγξτε τα δικαιώματα");
|
||||
define('OGP_LANG_permission_ok', "Τα απαιτούμενα δικαιώματα είναι όλα καλά!");
|
||||
define('OGP_LANG_empty_title', "Παρακαλώ συμπληρώστε τον τίτλο");
|
||||
define('OGP_LANG_empty_description', "Συμπληρώστε το περιεχόμενο");
|
||||
define('OGP_LANG_empty_author', "Παρακαλώ συμπληρώστε το όνομα του συγγραφέα");
|
||||
define('OGP_LANG_gd_fail', "Η επέκταση GD ΔΕΝ είναι φορτωμένη στο διακομιστή σας. Η μεταφόρτωση εικόνων είναι απενεργοποιημένη.");
|
||||
define('OGP_LANG_search_news', "Αναζήτηση στις Ειδήσεις");
|
||||
define('OGP_LANG_help', "βοήθεια");
|
||||
define('OGP_LANG_help_date', "Λάβετε βοήθεια σχετικά με τη διαφορετική μορφοποίηση της ημερομηνίας");
|
||||
define('OGP_LANG_id_invalid', "Το αναγνωριστικό ειδήσεων δεν υπάρχει");
|
||||
define('OGP_LANG_id_not_set', "Το αναγνωριστικό ειδήσεων δεν έχει οριστεί");
|
||||
define('OGP_LANG_unauthorized_access', "Μη εξουσιοδοτημένη πρόσβαση από");
|
||||
define('OGP_LANG_wysiwyg', "Συντάκτης WYSIWYG");
|
||||
define('OGP_LANG_tinymce_lang', "Γλώσσα TinyMCE");
|
||||
define('OGP_LANG_da', "Δανικά");
|
||||
define('OGP_LANG_de', "Γερμανικά");
|
||||
define('OGP_LANG_en_GB', "Αγγλικά");
|
||||
define('OGP_LANG_es', "Ισπανικά");
|
||||
define('OGP_LANG_fi', "Φινλανδικά");
|
||||
define('OGP_LANG_fr_FR', "Γαλλικά");
|
||||
define('OGP_LANG_it', "Ιταλικά");
|
||||
define('OGP_LANG_pl', "Πολωνικά");
|
||||
define('OGP_LANG_pt_PT', "Πορτογαλικά");
|
||||
define('OGP_LANG_ru', "Ρωσικά");
|
||||
define('OGP_LANG_tinymce_skin', "TinyMCE skin");
|
||||
define('OGP_LANG_tinymce_skin_custom', "Χρειάζεστε απολύτως να ανεβάσετε το δικό σας προσαρμοσμένο skin στον <b>modules/news/js/tinymce/skins/custom/</b> φάκελο για να μπορέσετε να χρησιμοποιήσετε αυτό το skin. Αν το επιλέξετε χωρίς να το κάνετε αυτό, θα αντιμετωπίσετε προβλήματα. Δημιουργήστε το δικό σας προσαρμοσμένο skin εδώ <a href='http://skin.tinymce.com/' target='_blank'>http://skin.tinymce.com/</a>.");
|
||||
define('OGP_LANG_safe_HTML', "Πρόγραμμα καθαρισμού HTML");
|
||||
define('OGP_LANG_safe_HTML_en', "Ο καθαριστής HTML είναι ενεργοποιημένος");
|
||||
define('OGP_LANG_safe_HTML_dis', "Ο καθαριστής HTML είναι απενεργοποιημένος");
|
||||
define('OGP_LANG_safe_HTML_en_info', "Το περιεχόμενο HTML του άρθρου στη λεπτομερή προβολή θα καθαριστεί. Αυτό θα οδηγήσει στην κατάργηση ορισμένων ετικετών HTML όπως τα iframes. Επεξεργαστείτε το αρχείο <b>modules/news/config.php</b> για να αλλάξετε τη ρύθμιση 'safe_HTML' από την τιμή '1' (ενεργοποιημένο) στην τιμή '0' (απενεργοποιημένο) για να απενεργοποιήσετε αυτήν τη συμπεριφορά και να επιτρέψετε τη χρήση πλήρους HTML χωρίς περιορισμούς.");
|
||||
define('OGP_LANG_safe_HTML_dis_info', "Το περιεχόμενο HTML του άρθρου στη λεπτομερή προβολή δεν θα καθαριστεί. Επεξεργαστείτε το αρχείο <b>modules/news/config.php</b> για να αλλάξετε τη ρύθμιση 'safe_HTML' από την τιμή '0' (απενεργοποιημένο) στην τιμή '1' (ενεργοποιημένο) για να ενεργοποιήσετε τη χρήση ασφαλών ετικετών HTML μόνο.");
|
||||
?>
|
||||
32
ControlPanel/lang/Greek(Greece)/modules/rcon.php
Executable file
32
ControlPanel/lang/Greek(Greece)/modules/rcon.php
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_rcon_command_title', "Εντολές RCON");
|
||||
define('OGP_LANG_has_sent_to', "έχει σταλεί στο");
|
||||
define('OGP_LANG_need_set_remote_pass', "πρέπει να ρυθμίσετε την απομακρυσμένη είσοδο");
|
||||
define('OGP_LANG_before_sending_rcon_com', "πριν στείλετε εντολή rcon");
|
||||
define('OGP_LANG_send_command', "Στείλτε εντολή");
|
||||
define('OGP_LANG_check-all', "Επιλέξτε τα όλα");
|
||||
define('OGP_LANG_uncheck-all', "Αποεπιλέξτε τα όλα");
|
||||
?>
|
||||
55
ControlPanel/lang/Greek(Greece)/modules/register.php
Executable file
55
ControlPanel/lang/Greek(Greece)/modules/register.php
Executable file
|
|
@ -0,0 +1,55 @@
|
|||
<?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_login_name', "Όνομα Χρήστη");
|
||||
define('OGP_LANG_users_fname', "Όνομα");
|
||||
define('OGP_LANG_users_lname', "Επίθετο");
|
||||
define('OGP_LANG_users_passwd', "Κωδικός Πρόσβασης");
|
||||
define('OGP_LANG_users_cpasswd', "Επιβεβαίωστε τον κωδικό.");
|
||||
define('OGP_LANG_passwd_len', "Ο κωδικός πρέπει να είναι μεγαλύτερος από 6 χαρακτήρες.");
|
||||
define('OGP_LANG_err_password', "Ο κωδικός πρόσβασης δεν μπορεί να είναι κενός.");
|
||||
define('OGP_LANG_err_confirm_password', "Το πεδίο επαλήθευσης κωδικού πρόσβασης δεν μπορεί να είναι κενό.");
|
||||
define('OGP_LANG_err_password_mismatch', "Οι κωδικοί πρόσβασης δεν ταιριάζουν.");
|
||||
define('OGP_LANG_phone_number', "Τηλεφωνικό Νούμερο");
|
||||
define('OGP_LANG_users_email', "Ηλεκτρονική Διεύθυνση");
|
||||
define('OGP_LANG_register_a_new_user', "Εγγραφή νέου χρήστη.");
|
||||
define('OGP_LANG_password_mismatch', "Οι κωδικοί πρόσβασης δεν ταιριάζουν.");
|
||||
define('OGP_LANG_confirm_password', "Επιβεβαιώστε τον κωδικό.");
|
||||
define('OGP_LANG_successfull', "Επιτυχής");
|
||||
define('OGP_LANG_click_here', "Κάντε κλικ εδώ");
|
||||
define('OGP_LANG_to_login', "για να συνδεθείτε.");
|
||||
define('OGP_LANG_registered_on', "Εγγραφήκατε στο: %s.");
|
||||
define('OGP_LANG_register_message', "Hello,<br><br>Your Open Game Panel account has been created and you may <a href='%s' target='_blank'>login now</a>.<br><br>Username: %s<br><br>Remember to change your password often and the first time you login.<br><br>Please do not reply to this email!<br><br>______________________________<br>Black Market Servers");
|
||||
define('OGP_LANG_err_captcha', "Το Captcha δεν ταιριάζει.");
|
||||
define('OGP_LANG_err_login_name', "Το όνομα χρήστη είναι κενό ή χρησιμοποιείται.");
|
||||
define('OGP_LANG_err_first_name', "Εισάγετε το όνομά σας.");
|
||||
define('OGP_LANG_err_last_name', "Το επώνυμο δεν έχει καταχωριστεί.");
|
||||
define('OGP_LANG_err_phone_number', "Ο αριθμός τηλεφώνου είναι κενός.");
|
||||
define('OGP_LANG_err_email_address', "Άκυρη ή εσφαλμένη διεύθυνση ηλεκτρονικού ταχυδρομείου.");
|
||||
define('OGP_LANG_err_email_address_already_in_use_by', "Η διεύθυνση ηλεκτρονικού ταχυδρομείου χρησιμοποιείται ήδη από <b>%s</b>.");
|
||||
define('OGP_LANG_user_registration', "Εγγραφή Χρήστη");
|
||||
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "Τα στοιχεία του λογαριασμού σας έχουν σταλεί μέσω ηλεκτρονικού ταχυδρομείου στη διεύθυνση <b>%s</b>.");
|
||||
define('OGP_LANG_account_created', "Ο λογαριασμός σας έχει δημιουργηθεί.");
|
||||
define('OGP_LANG_subject', "%s :: Πληροφορίες Λογαριασμού");
|
||||
?>
|
||||
139
ControlPanel/lang/Greek(Greece)/modules/server.php
Executable file
139
ControlPanel/lang/Greek(Greece)/modules/server.php
Executable file
|
|
@ -0,0 +1,139 @@
|
|||
<?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_add_new_remote_host', "Προσθέστε νέο απομακρυσμένο κεντρικό υπολογιστή.");
|
||||
define('OGP_LANG_configured_remote_hosts', "Διαμορφωμένος απομακρυσμένος κεντρικός υπολογιστής");
|
||||
define('OGP_LANG_remote_host', "Απομακρυσμένος Κεντρικός Υπολογιστής");
|
||||
define('OGP_LANG_remote_host_info', "Ο απομακρυσμένος κεντρικός υπολογιστής πρέπει να είναι ένα pingable όνομα κεντρικού υπολογιστή!");
|
||||
define('OGP_LANG_remote_host_port', "Θύρα απομακρυσμένου κεντρικού υπολογιστή.");
|
||||
define('OGP_LANG_remote_host_port_info', "Η θύρα που ακούει ο OGP Agent στον απομακρυσμένο κεντρικό υπολογιστή. Προεπιλογή: 12679.");
|
||||
define('OGP_LANG_remote_host_name', "Όνομα Απομακρυσμένου Κεντρικόυ Υπολογιστή");
|
||||
define('OGP_LANG_ogp_user', "Όνομα χρήστη OGP Agent");
|
||||
define('OGP_LANG_remote_host_name_info', "Το όνομα απομακρυσμένου κεντρικού υπολογιστή χρησιμοποιείται για να βοηθήσει τους χρήστες να αναγνωρίσουν τους διακομιστές τους.");
|
||||
define('OGP_LANG_add_remote_host', "Προσθέστε Απομακρυσμένου Κεντρικού Υπολογιστή");
|
||||
define('OGP_LANG_remote_encryption_key', "Κλειδί Απομακρυσμένης Κρυπτογράφησης");
|
||||
define('OGP_LANG_remote_encryption_key_info', "Το κλειδί απομακρυσμένης κρυπτογράφησης χρησιμοποιείται για την κρυπτογράφηση των δεδομένων μεταξύ του Panel και του Agent. Αυτό το κλειδί πρέπει να είναι το ίδιο και στις δύο πλευρές.");
|
||||
define('OGP_LANG_server_name', "Όνομα Διακομιστή");
|
||||
define('OGP_LANG_agent_ip_port', "Agent IP:Port");
|
||||
define('OGP_LANG_agent_status', "Κατάσταση Agent");
|
||||
define('OGP_LANG_ips', "IPs");
|
||||
define('OGP_LANG_add_more_ips', "Εάν θέλετε να εισαγάγετε περισσότερες διευθύνσεις IP, πατήστε 'Set IPs' όταν όλα τα πεδία είναι γεμάτα και θα εμφανιστεί ένα κενό πεδίο.");
|
||||
define('OGP_LANG_encryption_key_mismatch', "Το κλειδί κρυπτογράφησης δεν ταιριάζει με τον Agent. Παρακαλώ ελέγξτε ξανά τη διαμόρφωση του Agent σας.");
|
||||
define('OGP_LANG_no_ip_for_remote_host', "Πρέπει να προσθέσετε τουλάχιστον μία (1) διεύθυνση IP για κάθε απομακρυσμένο κεντρικό υπολογιστή.");
|
||||
define('OGP_LANG_note_remote_host', "Ένας απομακρυσμένος κεντρικός υπολογιστής είναι ένας διακομιστής στον οποίο εκτελείται ο OGP Agent. Κάθε κεντρικός υπολογιστής μπορεί να έχει πολλαπλούς αριθμούς διευθύνσεων IP στους οποίους οι χρήστες μπορούν να δεσμεύσουν διακομιστές.");
|
||||
define('OGP_LANG_ip_administration', "Διακομιστής & Διαχείριση IP :: Open Game Panel");
|
||||
define('OGP_LANG_unknown_error', "Άγνωστο σφάλμα - επέστρεψε status_chk");
|
||||
define('OGP_LANG_remote_host_user_name', "Χρήστης UNIX");
|
||||
define('OGP_LANG_remote_host_user_name_info', "Όνομα χρήστη όπου εκτελείται ο Agent. Παράδειγμα: Τζόνι");
|
||||
define('OGP_LANG_remote_host_ftp_ip', "Διεύθυνση IP FTP");
|
||||
define('OGP_LANG_remote_host_ftp_ip_info', "The FTP server <b>IP</b> for the current Agent.");
|
||||
define('OGP_LANG_remote_host_ftp_port', "FTP Port");
|
||||
define('OGP_LANG_remote_host_ftp_port_info', "The FTP server <b>port</b> for the current Agent.");
|
||||
define('OGP_LANG_view_log', "View Log");
|
||||
define('OGP_LANG_status', "Status");
|
||||
define('OGP_LANG_stop_firewall', "Stop Firewall");
|
||||
define('OGP_LANG_start_firewall', "Start Firewall");
|
||||
define('OGP_LANG_seconds', "Seconds");
|
||||
define('OGP_LANG_reboot', "Remote Server Reboot");
|
||||
define('OGP_LANG_restart', "Restart Agent");
|
||||
define('OGP_LANG_confirm_reboot', "Are you sure you want to remotely reboot the entire physical server named '%s'?");
|
||||
define('OGP_LANG_confirm_restart', "Are you sure you want to restart the Agent named '%s'?");
|
||||
define('OGP_LANG_restarting', "Restarting Agent... Please wait.");
|
||||
define('OGP_LANG_restarted', "Agent successfully restarted.");
|
||||
define('OGP_LANG_reboot_success', "Server named '%s' was successfully rebooted. You will not be able to access the server until it has successfully booted.");
|
||||
define('OGP_LANG_invalid_remote_host_id', "Invalid remote host id '%s' given.");
|
||||
define('OGP_LANG_remote_host_removed', "Remote host called '%s' removed successfully.");
|
||||
define('OGP_LANG_editing_remote_server', "Editing remote server called '%s'");
|
||||
define('OGP_LANG_remote_server_settings_changed', "Changed settings for remote server '%s' successfully.");
|
||||
define('OGP_LANG_save_settings', "Save Settings");
|
||||
define('OGP_LANG_set_ips', "Set IPs");
|
||||
define('OGP_LANG_remote_ip', "Remote IP");
|
||||
define('OGP_LANG_remote_ips_for', "IPs for Game Servers To Use on Agent Server '%s'");
|
||||
define('OGP_LANG_ips_set_for_server', "IPs set for server called '%s' successfully.");
|
||||
define('OGP_LANG_could_not_remove_ip', "Could not remove old IP's from database.");
|
||||
define('OGP_LANG_could_add_ip', "Could add remote server IP to database.");
|
||||
define('OGP_LANG_areyousure_removeagent', "Are you sure you want to remove the Agent called");
|
||||
define('OGP_LANG_areyousure_removeagent2', "and all the homes related to it from the ogp database?");
|
||||
define('OGP_LANG_error_while_remove', "Error occurred while removing remote server.");
|
||||
define('OGP_LANG_add_ip', "Add IP");
|
||||
define('OGP_LANG_remove_ip', "Remove IP");
|
||||
define('OGP_LANG_edit_ip', "Edit IP");
|
||||
define('OGP_LANG_wrote_changes', "Changes saved successfully.");
|
||||
define('OGP_LANG_there_are_servers_running_on_this_ip', "There are servers running on this IP address.");
|
||||
define('OGP_LANG_enter_ip_host', "You must enter IP for the remote host.");
|
||||
define('OGP_LANG_enter_valid_ip', "You must enter valid port for the remote host. The port value can be between 0 and 65535, however recommendation is between 1024 and 65535.");
|
||||
define('OGP_LANG_could_not_add_server', "Could not add server");
|
||||
define('OGP_LANG_to_db', "to the database.");
|
||||
define('OGP_LANG_added_server', "Added server");
|
||||
define('OGP_LANG_with_port', "with port");
|
||||
define('OGP_LANG_to_db_succesfully', "to the database successfully.");
|
||||
define('OGP_LANG_unable_discover', "Unable to auto discover IPs on");
|
||||
define('OGP_LANG_set_ip_manually', "You'll have to set them manually.");
|
||||
define('OGP_LANG_found_ips', "Found IPs");
|
||||
define('OGP_LANG_for_remote_server', "for the remote server.");
|
||||
define('OGP_LANG_failed_add_ip', "Failed to add IP");
|
||||
define('OGP_LANG_timeout', "Time Out");
|
||||
define('OGP_LANG_timeout_info', "The time limit in seconds to get response from this Agent.");
|
||||
define('OGP_LANG_use_nat', "Use NAT");
|
||||
define('OGP_LANG_use_nat_info', "Enable if your remote server is using NAT rules. Use this setting if your game servers are running on internal private LAN IP addresses so that the panel will use your real remote IP address to query the game servers.");
|
||||
define('OGP_LANG_arrange_ports', "Arrange ports");
|
||||
define('OGP_LANG_assign_new_ports_range_for_ip', "Assign new ports range for IP %s");
|
||||
define('OGP_LANG_assigned_port_ranges_for_ip', "Assigned port ranges for IP %s");
|
||||
define('OGP_LANG_assigned_ports_for_ip', "Assigned ports for IP %s");
|
||||
define('OGP_LANG_unspecified_game_types', "Unspecified game types");
|
||||
define('OGP_LANG_start_port', "Start port:");
|
||||
define('OGP_LANG_end_port', "End port:");
|
||||
define('OGP_LANG_port_increment', "Port increment:");
|
||||
define('OGP_LANG_total_assignable_ports', "Total assignable ports:");
|
||||
define('OGP_LANG_available_range_ports', "Available range ports:");
|
||||
define('OGP_LANG_assign_range', "Assign range");
|
||||
define('OGP_LANG_edit_range', "Edit range");
|
||||
define('OGP_LANG_delete_range', "Delete range");
|
||||
define('OGP_LANG_home_id', "Home ID");
|
||||
define('OGP_LANG_home_path', "Home path");
|
||||
define('OGP_LANG_game_type', "Game type");
|
||||
define('OGP_LANG_port', "Port");
|
||||
define('OGP_LANG_invalid_values', "Invalid values.");
|
||||
define('OGP_LANG_ports_in_range_already_arranged', "Ports in range already arranged.");
|
||||
define('OGP_LANG_ports_range_already_configured_for', "Ports range already configured for %s.");
|
||||
define('OGP_LANG_ports_range_added_successfull_for', "Ports range added successfully for %s.");
|
||||
define('OGP_LANG_ports_range_deleted_successfull', "Ports range deleted successfully.");
|
||||
define('OGP_LANG_ports_range_edited_successfull_for', "Ports range edited successfully for %s.");
|
||||
define('OGP_LANG_editing_firewall_for_remote_server', "Editing Firewall for remote server named '%s'");
|
||||
define('OGP_LANG_default_allowed', "Allowed by default");
|
||||
define('OGP_LANG_allow_port_command', "Allow port command");
|
||||
define('OGP_LANG_deny_port_command', "Deny port command");
|
||||
define('OGP_LANG_allow_ip_port_command', "Allow IP:port command");
|
||||
define('OGP_LANG_deny_ip_port_command', "Deny IP:port command");
|
||||
define('OGP_LANG_enable_firewall_command', "Enable firewall command");
|
||||
define('OGP_LANG_disable_firewall_command', "Disable firewall command");
|
||||
define('OGP_LANG_get_firewall_status_command', "Get firewall status command");
|
||||
define('OGP_LANG_reset_firewall_command', "Reset firewall command");
|
||||
define('OGP_LANG_firewall_status', "Firewall status");
|
||||
define('OGP_LANG_save_firewall_settings', "Save firewall settings");
|
||||
define('OGP_LANG_reset_firewall', "Reset Firewall");
|
||||
define('OGP_LANG_firewall_settings', "Firewall Settings");
|
||||
define('OGP_LANG_display_public_ip', "Display Public IP");
|
||||
define('OGP_LANG_ips_can_be_internal_external', "Enter usable IP addresses. Public IP addresses and internal LAN IP addresses (for NAT setups) can be used.");
|
||||
?>
|
||||
148
ControlPanel/lang/Greek(Greece)/modules/settings.php
Executable file
148
ControlPanel/lang/Greek(Greece)/modules/settings.php
Executable file
|
|
@ -0,0 +1,148 @@
|
|||
<?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_maintenance_mode', "Maintenance");
|
||||
define('OGP_LANG_maintenance_mode_info', "Disable the Panel for normal users. Only administrators can access it during maintenance.");
|
||||
define('OGP_LANG_maintenance_title', "Maintenance Title");
|
||||
define('OGP_LANG_maintenance_title_info', "The title that is displayed to normal users during maintenance.");
|
||||
define('OGP_LANG_maintenance_message', "Maintenance Message");
|
||||
define('OGP_LANG_maintenance_message_info', "The message that is displayed to normal users during maintenance.");
|
||||
define('OGP_LANG_update_settings', "Update Settings");
|
||||
define('OGP_LANG_settings_updated', "Settings successfully updated.");
|
||||
define('OGP_LANG_panel_language', "Panel Language");
|
||||
define('OGP_LANG_panel_language_info', "This language is the default language of the panel. Users can change their own language from their profile editing page.");
|
||||
define('OGP_LANG_page_auto_refresh', "Page Auto Refresh");
|
||||
define('OGP_LANG_page_auto_refresh_info', "Page Auto Refresh settings is mainly used in panel debugging. In normal usage this should be set to On.");
|
||||
define('OGP_LANG_smtp_server', "Outgoing E-Mail Server");
|
||||
define('OGP_LANG_smtp_server_info', "This is the outgoing mail server (SMTP server) that is used, for example, to sent forgotten passwords to users, localhost by default.");
|
||||
define('OGP_LANG_panel_email_address', "Outgoing E-Mail Address");
|
||||
define('OGP_LANG_panel_email_address_info', "This is the e-mail address that is in from field when passwords are sent to users.");
|
||||
define('OGP_LANG_panel_name', "Panel name");
|
||||
define('OGP_LANG_panel_name_info', "Name of the Panel that is shown in the page title. This value will overrule all page titles, if it's not empty.");
|
||||
define('OGP_LANG_feed_enable', "Enable LGSL Feed");
|
||||
define('OGP_LANG_feed_enable_info', "If your webhost has a firewall which is blocking the query port, then you need to open the port manually.");
|
||||
define('OGP_LANG_feed_url', "Feed URL");
|
||||
define('OGP_LANG_feed_url_info', "GrayCube.com is sharing a LGSL feed on the URL:<br><b>http://www.greycube.co.uk/lgsl/feed/lgsl_files/lgsl_feed.php</b>");
|
||||
define('OGP_LANG_charset', "Character Encoding");
|
||||
define('OGP_LANG_charset_info', "UTF8, ISO, ASCII, etc... Overrides the character encoding defined in language files. Leave it blank to use language default.");
|
||||
define('OGP_LANG_steam_user', "Steam User");
|
||||
define('OGP_LANG_steam_user_info', "This user is needed to log in to steam for download some new games like CS:GO.");
|
||||
define('OGP_LANG_steam_pass', "Steam Password");
|
||||
define('OGP_LANG_steam_pass_info', "Set here the steam account password.");
|
||||
define('OGP_LANG_steam_guard', "Steam Guard");
|
||||
define('OGP_LANG_steam_guard_info', "Some users have steam guard activated to protect their accounts from hackers,<br>this code is sent to the account email when the first steam update is started.");
|
||||
define('OGP_LANG_smtp_port', "SMTP Port");
|
||||
define('OGP_LANG_smtp_port_info', "If SMTP port is not the default port (25) Enter the SMTP port here.");
|
||||
define('OGP_LANG_smtp_login', "SMTP User");
|
||||
define('OGP_LANG_smtp_login_info', "If your SMTP server requires authentication, enter your user name here.");
|
||||
define('OGP_LANG_smtp_passw', "SMTP Password");
|
||||
define('OGP_LANG_smtp_passw_info', "If you do not set a password the SMTP authentication will be disabled.");
|
||||
define('OGP_LANG_smtp_secure', "SMTP Secure");
|
||||
define('OGP_LANG_smtp_secure_info', "Use SSL/TLS to connect to the SMTP server");
|
||||
define('OGP_LANG_time_zone', "Time Zone");
|
||||
define('OGP_LANG_time_zone_info', "Sets the default timezone used by all date/time functions.");
|
||||
define('OGP_LANG_query_cache_life', "Query cache life");
|
||||
define('OGP_LANG_query_cache_life_info', "Sets the timeout in seconds before the server status is refreshed.");
|
||||
define('OGP_LANG_query_num_servers_stop', "Disable Game Server Queries After");
|
||||
define('OGP_LANG_query_num_servers_stop_info', "Use this setting to disable queries if a user owns more game servers than this amount specified to speed up panel loading.");
|
||||
define('OGP_LANG_editable_email', "Editable E-Mail Address");
|
||||
define('OGP_LANG_editable_email_info', "Select if users can edit their e-mail address or not.");
|
||||
define('OGP_LANG_old_dashboard_behavior', "Old Dashboard behavior");
|
||||
define('OGP_LANG_old_dashboard_behavior_info', "The old Dashboard was running slower, but shows more server informations (e.g. current players and maps).");
|
||||
define('OGP_LANG_rsync_available', "Available Rsync servers");
|
||||
define('OGP_LANG_rsync_available_info', "Select what servers list will be shown in the rsync installation.");
|
||||
define('OGP_LANG_all_available_servers', "All available servers ( rsync_sites.list + rsync_sites_local.list )");
|
||||
define('OGP_LANG_only_remote_servers', "Only remote servers ( rsync_sites.list )");
|
||||
define('OGP_LANG_only_local_servers', "Only local servers ( rsync_sites_local.list )");
|
||||
define('OGP_LANG_header_code', "Header code");
|
||||
define('OGP_LANG_header_code_info', "Here you can write your own header code (like HTML code, Embed Code etc.) without editing the theme layout.");
|
||||
define('OGP_LANG_support_widget_title', "Support widget title");
|
||||
define('OGP_LANG_support_widget_title_info', "A custom title for the support widget in the Dashboard.");
|
||||
define('OGP_LANG_support_widget_content', "Support widget content");
|
||||
define('OGP_LANG_support_widget_content_info', "The content of the support widget (HTML code allowed).");
|
||||
define('OGP_LANG_support_widget_link', "Support widget link");
|
||||
define('OGP_LANG_support_widget_link_info', "The URL of your support site.");
|
||||
define('OGP_LANG_recaptcha_site_key', "Recaptcha Site Key");
|
||||
define('OGP_LANG_recaptcha_site_key_info', "The site key provided to you by Google.");
|
||||
define('OGP_LANG_recaptcha_secret_key', "Recaptcha Secret Key");
|
||||
define('OGP_LANG_recaptcha_secret_key_info', "The secret key provided to you by Google.");
|
||||
define('OGP_LANG_recaptcha_use_login', "Use Recaptcha on Login");
|
||||
define('OGP_LANG_recaptcha_use_login_info', "If enabled, users will have to solve the Not a Robot Recaptcha when attempting to login.");
|
||||
define('OGP_LANG_login_attempts_before_banned', "Number of failed login attempts before user is banned");
|
||||
define('OGP_LANG_login_attempts_before_banned_info', "If a user tries to login with invalid credentials more than this many times, the user will be banned temporarily by the panel.");
|
||||
define('OGP_LANG_custom_github_update_username', "GitHub update username");
|
||||
define('OGP_LANG_custom_github_update_username_info', "Enter your GitHub username ONLY to use your own forked repositories to update OGP. This should only be changed by developers who wish to use their own repos for development rather than checking in possibly buggy code into the main branch.");
|
||||
define('OGP_LANG_remote_query', "Remote query");
|
||||
define('OGP_LANG_remote_query_info', "Use the remote server (agent) to make queries to the game servers (Only GameQ and LGSL).");
|
||||
define('OGP_LANG_check_expiry_by', "Check expiration using");
|
||||
define('OGP_LANG_check_expiry_by_info', "If set to once_logged_in, the user's game server assignments will be automatically deleted if past the expiration date. If set to cron_job, you will need to create a cron task using the cron module to check for the expiration date at a configured interval.");
|
||||
define('OGP_LANG_once_logged_in', "Once Logged In");
|
||||
define('OGP_LANG_cron_job', "Cron Job");
|
||||
define('OGP_LANG_theme_settings', "Theme Settings");
|
||||
define('OGP_LANG_theme', "Theme");
|
||||
define('OGP_LANG_theme_info', "Theme selected here will be the default theme for all users. Users can change their theme from their profile page.");
|
||||
define('OGP_LANG_welcome_title', "Welcome Title");
|
||||
define('OGP_LANG_welcome_title_info', "Enables the title that is displayed at the top of the Dashboard.");
|
||||
define('OGP_LANG_welcome_title_message', "Welcome Title Message");
|
||||
define('OGP_LANG_welcome_title_message_info', "The title message that is displayed at the top of the Dashboard (HTML code allowed).");
|
||||
define('OGP_LANG_logo_link', "Logos Link");
|
||||
define('OGP_LANG_logo_link_info', "The logos hyperlink. <b style='font-size:10px; font-weight:normal;'>(Leaving it blank will link it to the Dashboard)</b>");
|
||||
define('OGP_LANG_custom_tab', "Custom Tab");
|
||||
define('OGP_LANG_custom_tab_info', "Adds a customisable tab at the end of the menu. <b style='font-size:10px; font-weight:normal;'>(Apply and refresh this page to edit tab settings)</b>");
|
||||
define('OGP_LANG_custom_tab_name', "Custom Tab Name");
|
||||
define('OGP_LANG_custom_tab_name_info', "The tabs display name.");
|
||||
define('OGP_LANG_custom_tab_link', "Custom Tab Link");
|
||||
define('OGP_LANG_custom_tab_link_info', "The tabs hyperlink.");
|
||||
define('OGP_LANG_custom_tab_sub', "Custom Sub-Tabs");
|
||||
define('OGP_LANG_custom_tab_sub_info', "Adds customisable sub-tabs when hovering over the 'Custom Tab'.");
|
||||
define('OGP_LANG_custom_tab_sub_name', "Sub-Tab #1 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link', "Sub-Tab #1 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name2', "Sub-Tab #2 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link2', "Sub-Tab #2 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name3', "Sub-Tab #3 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link3', "Sub-Tab #3 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name4', "Sub-Tab #4 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link4', "Sub-Tab #4 Link");
|
||||
define('OGP_LANG_custom_tab_target_blank', "Custom Tabs Target");
|
||||
define('OGP_LANG_custom_tab_target_blank_info', "Sets all the tabs target. <b style='font-size:10px; font-weight:normal;'>(Self_Page = Opens link on same page. New_Page = Opens link on new tab.)</b>");
|
||||
define('OGP_LANG_bg_wrapper', "Wrapper Background");
|
||||
define('OGP_LANG_bg_wrapper_info', "The wrappers background image. <b style='font-size:10px; font-weight:normal;'>(Only available on some themes.)</b>");
|
||||
define('OGP_LANG_show_server_id_game_monitor', "Show Server IDs on Game Monitor page");
|
||||
define('OGP_LANG_show_server_id_game_monitor_info', "Show the game server ID column on the Game Monitor for matching up files created by the Agent to the actual game server.");
|
||||
define('OGP_LANG_default_game_server_home_path_prefix', "Default game server home directory prefix");
|
||||
define('OGP_LANG_default_game_server_home_path_prefix_info', "Enter a path prefix for where you want game server homes to be created by default. You can use \"{USERNAME}\" in the path which will be replaced with the OGP username the game server is being assigned to. You can use \"{GAMEKEY}\" in the path which will be replaced with a friendly lowercase name. You can use \"{SKIPID}\" anywhere in the path to skip appending the home ID to the path. Example: /ogp/games/{USERNAME}/{GAMEKEY}{SKIPID} will become /ogp/games/username/arkse/. Example 2: /ogp/games will become /ogp/games/1 where 1 is the game servers ID.");
|
||||
define('OGP_LANG_use_authorized_hosts', "Limit API to Defined Authorized Hosts");
|
||||
define('OGP_LANG_use_authorized_hosts_info', "Enable this setting to only allow API calls from pre-defined and approved IP addresses. Approved addresses can be set on this page once the setting has been enabled. If this setting is disabled, a user using a valid key will have access to the API from any IP address. Users using a valid key will be able to use the API to manage any game server they have permissions to administrate.");
|
||||
define('OGP_LANG_setup_api_authorized_hosts', "Setup API authorized hosts");
|
||||
define('OGP_LANG_autohorized_hosts', "Authorized hosts");
|
||||
define('OGP_LANG_add', "Add");
|
||||
define('OGP_LANG_remove', "Remove");
|
||||
define('OGP_LANG_default_trusted_hosts', "Default Trusted Hosts");
|
||||
define('OGP_LANG_trusted_host_or_proxy_addresses_or_cidr', "Trusted Hosts or Proxies (IPv4/IPv6 Addresses or CIDR)");
|
||||
define('OGP_LANG_trusted_forwarded_ip_addresses_or_cidr', "Trusted Forwarded IPs (IPv4/IPv6 Addresses or CIDR)");
|
||||
define('OGP_LANG_reset_game_server_order', "Reset Game Server Ordering");
|
||||
define('OGP_LANG_reset_game_server_order_info', "Resets game server ordering back to the default of using the server ID");
|
||||
|
||||
|
||||
?>
|
||||
48
ControlPanel/lang/Greek(Greece)/modules/status.php
Executable file
48
ControlPanel/lang/Greek(Greece)/modules/status.php
Executable file
|
|
@ -0,0 +1,48 @@
|
|||
<?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_system_uptime', "System Uptime");
|
||||
define('OGP_LANG_system_up_time', "Up Time");
|
||||
define('OGP_LANG_system_up_since', "Since");
|
||||
define('OGP_LANG_day_word', "Day");
|
||||
define('OGP_LANG_days_word', "Days");
|
||||
define('OGP_LANG_hour_word', "Hour");
|
||||
define('OGP_LANG_hours_word', "Hours");
|
||||
define('OGP_LANG_minute_word', "Minute");
|
||||
define('OGP_LANG_minutes_word', "Minutes");
|
||||
define('OGP_LANG_second_word', "Second");
|
||||
define('OGP_LANG_seconds_word', "Seconds");
|
||||
define('OGP_LANG_cpu_usage', "CPU Usage");
|
||||
define('OGP_LANG_cpu_load', "Load");
|
||||
define('OGP_LANG_ram_usage', "RAM Usage");
|
||||
define('OGP_LANG_ram_used', "Memory Used");
|
||||
define('OGP_LANG_ram_of', "of");
|
||||
define('OGP_LANG_storage_space', "Storage Space");
|
||||
define('OGP_LANG_storage_total', "Disk Space");
|
||||
define('OGP_LANG_storage_used', "Used");
|
||||
define('OGP_LANG_storage_free', "Free Space");
|
||||
define('OGP_LANG_process_monitor', "Process Monitor");
|
||||
define('OGP_LANG_status_extension_required', "Extension Required");
|
||||
define('OGP_LANG_gd_info', "PHP Extension <a href=\"http://php.net/manual/en/image.installation.php\">GD</a> is required to generate these bar images!");
|
||||
?>
|
||||
74
ControlPanel/lang/Greek(Greece)/modules/steam_workshop.php
Executable file
74
ControlPanel/lang/Greek(Greece)/modules/steam_workshop.php
Executable file
|
|
@ -0,0 +1,74 @@
|
|||
<?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_game', "Game");
|
||||
define('OGP_LANG_select_mod', "Select mod");
|
||||
define('OGP_LANG_manual_workshop_mod_id', "Manual Workshop mod ID");
|
||||
define('OGP_LANG_manual_workshop_mod_id_info', "You'll find the mod id at the URL of the mod, for example 1379153273 for ARK: Survival Evolved's Solar Panel. You can install multiple mods separating them by coma.");
|
||||
define('OGP_LANG_update_in_progress', "Update in progress");
|
||||
define('OGP_LANG_refresh_steam_workshop_status', "Refresh Steam Workshop status");
|
||||
define('OGP_LANG_update_completed', "Update completed");
|
||||
define('OGP_LANG_mod_does_not_belong_to_workshop', "The mod %s does not belong to the Workshop");
|
||||
define('OGP_LANG_mod_installation_started', "Mod installation started");
|
||||
define('OGP_LANG_failed_to_start_steam_workshop', "Failed to start Steam Workshop");
|
||||
define('OGP_LANG_connection_error', "Connection error");
|
||||
define('OGP_LANG_install_mod', "Install mods");
|
||||
define('OGP_LANG_show_mod_info', "Show mods info");
|
||||
define('OGP_LANG_select_game', "Select Game");
|
||||
define('OGP_LANG_save_config', "Save Config");
|
||||
define('OGP_LANG_mod_key_not_found_from_xml', "Mod key %s not found from xml.");
|
||||
define('OGP_LANG_workshop_id', "Workshop ID");
|
||||
define('OGP_LANG_workshop_id_info', "You'll find the Workshop ID at the URL of the Workshop, for example 440900 for Conan Exiles");
|
||||
define('OGP_LANG_mods_path', "Mods Path");
|
||||
define('OGP_LANG_mods_path_info', "The relative path for the mods folder.");
|
||||
define('OGP_LANG_regex', "Regex");
|
||||
define('OGP_LANG_regex_info', "A regular expression that matches the mods in the configuration file");
|
||||
define('OGP_LANG_mods_backreference_index', "Mods Backreference Index");
|
||||
define('OGP_LANG_mods_backreference_index_info', "The position of the back reference from the part of the regex that match the mods list, starting by 0.");
|
||||
define('OGP_LANG_variable', "Variable");
|
||||
define('OGP_LANG_variable_info', "The variable that cointains the mods list, if any.");
|
||||
define('OGP_LANG_place_after', "Place After");
|
||||
define('OGP_LANG_place_after_info', "The section of the configuration file where the mods list appears, if any. It will be added to the config file if does not exists yet. If the given variable is not present then it will be placed in the line after this section.");
|
||||
define('OGP_LANG_mod_string', "Mod String");
|
||||
define('OGP_LANG_mod_string_info', "The string that represents the mod in the mod list. Valid replacements: %workshop_mod_id%, %first_file% (first file is the first file found in the mod folder downloaded by SteamCMD)");
|
||||
define('OGP_LANG_string_separator', "String Separator");
|
||||
define('OGP_LANG_string_separator_info', "The character that separates the mods in the configuration file, for example new line character (\\n) or coma (,).");
|
||||
define('OGP_LANG_filepath', "File Path");
|
||||
define('OGP_LANG_filepath_info', "The path of the configuration file where the mods must be listed.");
|
||||
define('OGP_LANG_post_install', "Postinstall Script");
|
||||
define('OGP_LANG_post_install_info', "The necessary commands in bash to move the mods to the mods folder. Valid replacements: %mods_full_path% (the full path to the Wokshop mods folder), %workshop_mod_id%, %first_file% (first file is the first file found in the mod folder downloaded by SteamCMD)");
|
||||
define('OGP_LANG_install_mods', "Install Mods");
|
||||
define('OGP_LANG_uninstall_mods', "Uninstall Mods");
|
||||
define('OGP_LANG_failed_uninstalling_mod', "Failed uninstalling mod %s");
|
||||
define('OGP_LANG_uninstall', "Uninstall Script");
|
||||
define('OGP_LANG_uninstall_info', "This is the script called when a mod is uninstalled, Valid replacements: %mods_full_path% (the full path to the wokshop mods folder), %mod_string% (mod string is the name listed in the configuration file for this mod).");
|
||||
define('OGP_LANG_remove_mods', "Remove Mods");
|
||||
define('OGP_LANG_do_not_close_this_page_while_mods_are_being_installed', "Do not close this page while mods are being installed.");
|
||||
define('OGP_LANG_no_game_server_selected', "No game server selected");
|
||||
define('OGP_LANG_there_are_no_mods_installed_on_this_game_server', "There are no mods installed on this game server");
|
||||
define('OGP_LANG_workshop_configuration_not_found', "Workshop configuration not found");
|
||||
define('OGP_LANG_download_method', "Download Method");
|
||||
define('OGP_LANG_anonymous_login', "Anonymous Login");
|
||||
define('OGP_LANG_select_at_least_one_mod_or_enter_mod_id', "Select at least one mod or enter a mod ID.");
|
||||
define('OGP_LANG_no_game_servers_assigned', "You don't have any servers assigned to your account.");
|
||||
?>
|
||||
64
ControlPanel/lang/Greek(Greece)/modules/subusers.php
Executable file
64
ControlPanel/lang/Greek(Greece)/modules/subusers.php
Executable file
|
|
@ -0,0 +1,64 @@
|
|||
<?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_login_name', "Username");
|
||||
define('OGP_LANG_first_name', "First name");
|
||||
define('OGP_LANG_last_name', "Last name");
|
||||
define('OGP_LANG_phone_number', "Phone number");
|
||||
define('OGP_LANG_email_address', "Email");
|
||||
define('OGP_LANG_register_a_new_user', "Register a new user");
|
||||
define('OGP_LANG_password_mismatch', "Passwords mismatch.");
|
||||
define('OGP_LANG_confirm_password', "Confirm password");
|
||||
define('OGP_LANG_subuser_password', "Sub-User Password");
|
||||
define('OGP_LANG_subuser_man', "Sub-User Management");
|
||||
define('OGP_LANG_successfull', "Successfull");
|
||||
define('OGP_LANG_click_here', "Click here");
|
||||
define('OGP_LANG_to_login', "to login.");
|
||||
define('OGP_LANG_registered_on', "Registered on");
|
||||
define('OGP_LANG_register_message', "Hello,<br><br>Your Open Game Panel account has been created and you may now login using the following account information:<br><br>Username: %s<br>Password: %s<br><br>Remember to change your password often and the first time you login.<br><br>Please do not reply to this email!<br><br>______________________________<br>Black Market Servers");
|
||||
define('OGP_LANG_err_password', "Password cannot be empty");
|
||||
define('OGP_LANG_err_confirm_password', "Verify password field cannot be empty");
|
||||
define('OGP_LANG_err_password_mismatch', "Passwords do not match");
|
||||
define('OGP_LANG_err_captcha', "Captcha does not match.");
|
||||
define('OGP_LANG_err_login_name', "User name is empty or in use.");
|
||||
define('OGP_LANG_err_first_name', "Enter your name.");
|
||||
define('OGP_LANG_err_last_name', "Last Name not entered.");
|
||||
define('OGP_LANG_err_phone_number', "Phone number is empty.");
|
||||
define('OGP_LANG_err_email_address', "Empty or incorrect email address.");
|
||||
define('OGP_LANG_err_users_parent', "Sub-user accounts may not create other users.");
|
||||
define('OGP_LANG_err_parent_user', "The parent user ID must reference a valid pre-existing user.");
|
||||
define('OGP_LANG_err_email_address_already_in_use_by', "Email address already in use by <b>%s</b>.");
|
||||
define('OGP_LANG_user_registration', "User Registration");
|
||||
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "Your account details has been sent by email to <b>%s</b>.");
|
||||
define('OGP_LANG_subject', "Hello %s, welcome to %s!");
|
||||
define('OGP_LANG_sub_user', "Sub Users");
|
||||
define('OGP_LANG_create_sub_user', "Add Sub User");
|
||||
define('OGP_LANG_listdel_sub_user', "List, Modify Sub User Account Information, or Delete Sub User");
|
||||
define('OGP_LANG_delete_sub_user', "Edit / Delete Sub User");
|
||||
define('OGP_LANG_del_subuser_conf', "Are you sure you want to delete this account:");
|
||||
define('OGP_LANG_no_subusers', "No subusers have been created under your account yet!");
|
||||
define('OGP_LANG_subuser_deleted', "Sub-User %s was successfully deleted from the database!");
|
||||
define('OGP_LANG_subuser_added', "Sub-User %s was successfully created and added to the database!");
|
||||
define('OGP_LANG_your_subusers', "Owned Sub-User Accounts");
|
||||
?>
|
||||
38
ControlPanel/lang/Greek(Greece)/modules/support.php
Executable file
38
ControlPanel/lang/Greek(Greece)/modules/support.php
Executable file
|
|
@ -0,0 +1,38 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_support_email_content', "You have received a support request from %s (%s).<br><br>Server: %s.<br><br>%s");
|
||||
define('OGP_LANG_message_has_been_sent', "Thank you for contacting us! Your message has been received and we will respond to it by email.");
|
||||
define('OGP_LANG_please_describe_your_issue_below', "Please use the form below to request support for your game server.<br>We will respond as soon as possible.");
|
||||
define('OGP_LANG_select_server', "Choose a server");
|
||||
define('OGP_LANG_email_address', "Email address");
|
||||
define('OGP_LANG_subject', "Subject");
|
||||
define('OGP_LANG_message', "Message");
|
||||
define('OGP_LANG_email_must_be_filled_out', "The email address must be filled out.");
|
||||
define('OGP_LANG_subject_must_be_filled_out', "The subject must be filled out.");
|
||||
define('OGP_LANG_message_must_be_filled_out', "The message must be filled out.");
|
||||
define('OGP_LANG_send', "Send");
|
||||
define('OGP_LANG_error', "Error");
|
||||
define('OGP_LANG_info', "Info");
|
||||
?>
|
||||
115
ControlPanel/lang/Greek(Greece)/modules/tickets.php
Executable file
115
ControlPanel/lang/Greek(Greece)/modules/tickets.php
Executable file
|
|
@ -0,0 +1,115 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_support_tickets', "Support Tickets");
|
||||
define('OGP_LANG_ticket_subject', "Subject");
|
||||
define('OGP_LANG_ticket_status', "Status");
|
||||
define('OGP_LANG_ticket_updated', "Last Updated");
|
||||
define('OGP_LANG_ticket_options', "Options");
|
||||
define('OGP_LANG_viewing_ticket', "Viewing Ticket");
|
||||
define('OGP_LANG_ticket_not_found', "The given ticket parameters don't match an existing ticket.");
|
||||
define('OGP_LANG_ticket_cant_read', "Insufficient permission to view ticket.");
|
||||
define('OGP_LANG_cant_view_ticket', "Unable to retrieve the ticket information.");
|
||||
define('OGP_LANG_ticket_id', "Ticket ID");
|
||||
define('OGP_LANG_service_id', "Service ID");
|
||||
define('OGP_LANG_ticket_submitted', "Ticket Submitted");
|
||||
define('OGP_LANG_submitter_info', "Submitter Info");
|
||||
define('OGP_LANG_name', "Name");
|
||||
define('OGP_LANG_ip', "IP");
|
||||
define('OGP_LANG_role', "User Role");
|
||||
define('OGP_LANG_ticket_submit_response', "Submit Response");
|
||||
define('OGP_LANG_ticket_close', "Close");
|
||||
define('OGP_LANG_no_ticket_replies', "No Ticket Replies");
|
||||
define('OGP_LANG_no_tickets_submitted', "No Tickets have been submitted.");
|
||||
define('OGP_LANG_submit_ticket', "Submit Ticket");
|
||||
define('OGP_LANG_ticket_service', "Service");
|
||||
define('OGP_LANG_ticket_message', "Message");
|
||||
define('OGP_LANG_ticket_errors_occured', "The following errors occured when submitting your ticket");
|
||||
define('OGP_LANG_no_ticket_subject', "No Ticket Subject");
|
||||
define('OGP_LANG_invalid_ticket_subject_length', "Invalid Subject Length (4 to 64 characters)");
|
||||
define('OGP_LANG_invalid_home_selected', "Invalid Home Selected");
|
||||
define('OGP_LANG_no_ticket_message', "No Ticket Message Provided");
|
||||
define('OGP_LANG_invalid_ticket_message_length', "Invalid Ticket Message Length (Minimum of 4 characters)");
|
||||
define('OGP_LANG_ticket_no_service', "No service selected for this ticket.");
|
||||
define('OGP_LANG_failed_to_open', "Failed to open the ticket.");
|
||||
define('OGP_LANG_failed_to_reply', "Failed to create response to ticket.");
|
||||
define('OGP_LANG_no_ticket_reply', "No Ticket Reply Provided");
|
||||
define('OGP_LANG_invalid_ticket_reply_length', "Invalid Ticket Reply Length (Minimum of 4 characters)");
|
||||
define('OGP_LANG_ticket_closed', "Ticket Closed");
|
||||
define('OGP_LANG_ticket_open', "Ticket Open");
|
||||
define('OGP_LANG_ticket_admin_response', "Admin Response");
|
||||
define('OGP_LANG_ticket_customer_response', "Customer Response");
|
||||
define('OGP_LANG_ticket_invalid_page_num', "You have attempted to view a page number with no tickets!");
|
||||
define('OGP_LANG_ticket_is_closed', "This ticket is closed. You may reply to this ticket to reopen it.");
|
||||
define('OGP_LANG_reply', "Reply");
|
||||
define('OGP_LANG_invalid_rating', "The rating received is not valid.");
|
||||
define('OGP_LANG_successfully_rated_response', "Successfully rated response.");
|
||||
define('OGP_LANG_failed_rating_response', "Failed to rate the response.");
|
||||
define('OGP_LANG_attachment_not_all_parameters_sent', "Not all parameters have been sent to download the file.");
|
||||
define('OGP_LANG_requested_attachment_missing', "The requested attachment does not exist.");
|
||||
define('OGP_LANG_requested_attachment_missing_db', "The requested attachment does not exist in the database.");
|
||||
define('OGP_LANG_ratings_disabled', "Rating responses is not enabled.");
|
||||
define('OGP_LANG_attachments', "Attachments");
|
||||
define('OGP_LANG_add_file_attachment', "Add More");
|
||||
define('OGP_LANG_attachment_size_info', "Each selected file may be a maximum of %s");
|
||||
define('OGP_LANG_attachment_file_size_info', "A maximum of %s file(s) may be uploaded, %s each.");
|
||||
define('OGP_LANG_attachment_allowed_extensions_info', "Allowed File Extensions: %s");
|
||||
define('OGP_LANG_ticket_fix_before_submitting', "Please fix the following errors before submitting the ticket");
|
||||
define('OGP_LANG_ticket_fix_before_replying', "Please fix the following errors before replying to the ticket");
|
||||
define('OGP_LANG_ticket_problem_with_attachments', "There was a problem with the file(s) you attached");
|
||||
define('OGP_LANG_ticket_attachment_invalid_extension', "%1 does not contain a permitted extension.");
|
||||
define('OGP_LANG_ticket_attachment_invalid_size', "%1 is larger than the allowed file size. %2 maximum!");
|
||||
define('OGP_LANG_ticket_max_file_elements', "Only a maximum of %1 file inputs may exist.");
|
||||
define('OGP_LANG_ticket_attachment_multiple_files', "One or more file inputs have multiple files selected.");
|
||||
define('OGP_LANG_attachment_err_ini_size', "%s (%s) exceeds the 'upload_max_filesize' setting.");
|
||||
define('OGP_LANG_attachment_err_partial', "%s was only partially uploaded.");
|
||||
define('OGP_LANG_attachment_err_no_tmp', "No tmp directory exists to save %s");
|
||||
define('OGP_LANG_attachment_err_cant_write', "Unable to write %s to disk.");
|
||||
define('OGP_LANG_attachment_err_extension', "An extension stopped the upload of %s. Review your logs.");
|
||||
define('OGP_LANG_attachment_too_large', "%s (%s) is larger than the maximum allowed size of %s!");
|
||||
define('OGP_LANG_attachment_forbidden_type', "The file type of %s may not be uploaded.");
|
||||
define('OGP_LANG_attachment_directory_not_writable', "Unable to save the attached files. The specified save directory is not writable.");
|
||||
define('OGP_LANG_attachment_invalid_file_count', "The amount of files sent to the server was invalid. Only a maximum of %s may be uploaded");
|
||||
define('OGP_LANG_ratings_enabled', "Ratings");
|
||||
define('OGP_LANG_ratings_enabled_info', "Set if rating responses should be allowed.");
|
||||
define('OGP_LANG_attachments_enabled', "Attachments");
|
||||
define('OGP_LANG_attachments_enabled_info', "Set if the attachment system should be enabled.");
|
||||
define('OGP_LANG_attachment_max_size', "Max File Size");
|
||||
define('OGP_LANG_attachment_max_size_info', "Sets the max file size for attachments.");
|
||||
define('OGP_LANG_attachment_limit', "Attachment Limit");
|
||||
define('OGP_LANG_attachment_limit_info', "Sets how many files may be attached at once. 0 for no limit.");
|
||||
define('OGP_LANG_attachment_save_dir', "Attachment Upload Location");
|
||||
define('OGP_LANG_attachment_save_dir_info', "Sets where attachments should be uploaded. Ideally, outside of the public_html folder or direct access blocked.");
|
||||
define('OGP_LANG_attachment_extensions', "Attachment Extensions");
|
||||
define('OGP_LANG_attachment_extensions_info', "Sets the permitted extensions. Each extension should be separated by a comma.");
|
||||
define('OGP_LANG_show_php_ini', "Show Estimated INI Settings");
|
||||
define('OGP_LANG_settings_errors_occured', "The following errors occured when attempting to update the settings - not everything has been updated!");
|
||||
define('OGP_LANG_invalid_max_size', "Invalid value for Max Size setting.");
|
||||
define('OGP_LANG_invalid_unit', "Invalid unit type for Max Size setting. Expecting KB, MB, GB, TB, or PB.");
|
||||
define('OGP_LANG_invalid_save_dir', "The specified save directory does not exist and can not be created.");
|
||||
define('OGP_LANG_invalid_save_dir_not_writable', "The specified save directory exists but is not writable.");
|
||||
define('OGP_LANG_invalid_extensions', "No attachment extensions have been specified.");
|
||||
define('OGP_LANG_update_settings', "Update Settings");
|
||||
define('OGP_LANG_notifications_enabled', "Notifications");
|
||||
define('OGP_LANG_notifications_enabled_info', "Allow the user/admin to see if they have got a ticket awaiting reply.");
|
||||
59
ControlPanel/lang/Greek(Greece)/modules/update.php
Executable file
59
ControlPanel/lang/Greek(Greece)/modules/update.php
Executable file
|
|
@ -0,0 +1,59 @@
|
|||
<?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.
|
||||
*
|
||||
*/
|
||||
|
||||
include('litefm.php');
|
||||
define('OGP_LANG_curl_needed', "This page requires PHP curl module.");
|
||||
define('OGP_LANG_no_access', "You need admin rights to access this page.");
|
||||
define('OGP_LANG_dwl_update', "Downloading update...");
|
||||
define('OGP_LANG_dwl_complete', "Download complete");
|
||||
define('OGP_LANG_install_update', "Installing update...");
|
||||
define('OGP_LANG_update_complete', "Update complete");
|
||||
define('OGP_LANG_ignored_files', "%s ignored file(s)");
|
||||
define('OGP_LANG_not_updated_files_blacklisted', "Not updated/installed files (blacklisted):<br>%s");
|
||||
define('OGP_LANG_latest_version', "Latest version");
|
||||
define('OGP_LANG_panel_version', "Panel version");
|
||||
define('OGP_LANG_update_now', "Update Now");
|
||||
define('OGP_LANG_the_panel_is_up_to_date', "The Panel is up-to-date.");
|
||||
define('OGP_LANG_files_overwritten', "%s files overwritten");
|
||||
define('OGP_LANG_files_not_overwritten', "%s files are NOT overwritten due to blacklist");
|
||||
define('OGP_LANG_can_not_update_non_writable_files', "Can not update because the following files/folders are not writable");
|
||||
define('OGP_LANG_dwl_failed', "The download link is not available: \"%s\".<br>Try again later.");
|
||||
define('OGP_LANG_temp_folder_not_writable', "The download can not be placed, because Apache does not have write permission at the system temporary folder (%s).");
|
||||
define('OGP_LANG_base_dir_not_writable', "The Panel can not update, because Apache does not have write permission on \"%s\" folder.");
|
||||
define('OGP_LANG_new_files', "%s new files.");
|
||||
define('OGP_LANG_updated_files', "Updated files:<br>%s");
|
||||
define('OGP_LANG_select_mirror', "Select mirror");
|
||||
define('OGP_LANG_view_changes', "View changes");
|
||||
define('OGP_LANG_updating_modules', "Updating Modules");
|
||||
define('OGP_LANG_updating_finished', "Updating Finished");
|
||||
define('OGP_LANG_updated_module', "Updated module: '%s'.");
|
||||
define('OGP_LANG_blacklist_files', "Blacklist files");
|
||||
define('OGP_LANG_blacklist_files_info', "All marked files will not be updated.");
|
||||
define('OGP_LANG_save_to_blacklist', "Save to blacklist");
|
||||
define('OGP_LANG_no_new_updates', "No new updates");
|
||||
define('OGP_LANG_module_file_missing', "directory is missing the module.php file.");
|
||||
define('OGP_LANG_query_failed', "Failed to execute query");
|
||||
define('OGP_LANG_query_failed_2', "to database.");
|
||||
define('OGP_LANG_missing_zip_extension', "The php-zip extension is not loaded. Please, enable it to use the Update module.");
|
||||
?>
|
||||
113
ControlPanel/lang/Greek(Greece)/modules/user_admin.php
Executable file
113
ControlPanel/lang/Greek(Greece)/modules/user_admin.php
Executable file
|
|
@ -0,0 +1,113 @@
|
|||
<?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_your_profile', "Your profile");
|
||||
define('OGP_LANG_new_password', "New password");
|
||||
define('OGP_LANG_retype_new_password', "Retype new password");
|
||||
define('OGP_LANG_login_name', "Login name");
|
||||
define('OGP_LANG_language', "Language");
|
||||
define('OGP_LANG_first_name', "First name");
|
||||
define('OGP_LANG_page_limit', "Items per Page");
|
||||
define('OGP_LANG_page_limit_info', "Number of items shown per page. The number of items cannot be less than 10.");
|
||||
define('OGP_LANG_last_name', "Last name");
|
||||
define('OGP_LANG_phone_number', "Phone number");
|
||||
define('OGP_LANG_email_address', "Email address");
|
||||
define('OGP_LANG_city', "City");
|
||||
define('OGP_LANG_province', "Province");
|
||||
define('OGP_LANG_country', "Country");
|
||||
define('OGP_LANG_comment', "Comments");
|
||||
define('OGP_LANG_expires', "Expires");
|
||||
define('OGP_LANG_save_profile', "Save profile");
|
||||
define('OGP_LANG_new_password_info', "When password field is empty the password will not be updated.");
|
||||
define('OGP_LANG_theme', "Theme");
|
||||
define('OGP_LANG_theme_info', "If theme is empty the global value is used.");
|
||||
define('OGP_LANG_expires_info', "Date when the user account expires. The account is not deleted, but user can not login anymore.");
|
||||
define('OGP_LANG_password_mismatch', "Passwords did not match.");
|
||||
define('OGP_LANG_current_password', "Current password");
|
||||
define('OGP_LANG_current_password_info', "Your current password.");
|
||||
define('OGP_LANG_current_password_mismatch', "Your current password did not match to the one in database.");
|
||||
define('OGP_LANG_add_new_user', "Add a new user");
|
||||
define('OGP_LANG_edit_user_groups', "Edit User Groups");
|
||||
define('OGP_LANG_users', "Users");
|
||||
define('OGP_LANG_user_role', "User role");
|
||||
define('OGP_LANG_full_name', "Full Name");
|
||||
define('OGP_LANG_edit_games', "Edit Games");
|
||||
define('OGP_LANG_edit_profile', "Edit Profile");
|
||||
define('OGP_LANG_confirm_password', "Confirm password");
|
||||
define('OGP_LANG_you_need_to_enter_both_passwords', "You need to enter both passwords.");
|
||||
define('OGP_LANG_passwords_did_not_match', "Passwords did not match.");
|
||||
define('OGP_LANG_could_not_add_user_because_user_already_exists', "Could not add user, because user <em>%s</em> already exists.");
|
||||
define('OGP_LANG_successfully_added_user', "Successfully added user <em>%s</em>.");
|
||||
define('OGP_LANG_add_a_new_user', "Add a new user");
|
||||
define('OGP_LANG_admin', "Admin");
|
||||
define('OGP_LANG_user', "User");
|
||||
define('OGP_LANG_user_with_id_does_not_exist', "User with ID %s does not exist.");
|
||||
define('OGP_LANG_are_you_sure_you_want_to_delete_user', "Are you sure you want to delete user <em>%s</em>?");
|
||||
define('OGP_LANG_unable_to_delete_user', "Unable to delete user %s.");
|
||||
define('OGP_LANG_successfully_deleted_user', "Successfully deleted user <b>%s</b>.");
|
||||
define('OGP_LANG_failed_to_update_user_profile_error', "Failed to update user profile. Error: %s");
|
||||
define('OGP_LANG_profile_of_user_modified_successfully', "Profile of user <b>%s</b> was modified successfully.");
|
||||
define('OGP_LANG_no_subusers', "No subusers are available to be assigned to a group. Please create subuser accounts.");
|
||||
define('OGP_LANG_ownedby', "Parent Owner");
|
||||
define('OGP_LANG_andSubUsers', " And all of his subusers?");
|
||||
define('OGP_LANG_subusers', "Subusers");
|
||||
define('OGP_LANG_show_subusers', "Show Subusers");
|
||||
define('OGP_LANG_hide_subusers', "Hide Subusers");
|
||||
define('OGP_LANG_info_group', "From this page it is possible to determine user groups. You can assign servers to group so that they are availble for all of the group users.");
|
||||
define('OGP_LANG_add_new_group', "Add new group");
|
||||
define('OGP_LANG_group_name', "Group Name");
|
||||
define('OGP_LANG_add_group', "Add Group");
|
||||
define('OGP_LANG_no_groups_available', "No groups available.");
|
||||
define('OGP_LANG_delete_group', "Delete Group");
|
||||
define('OGP_LANG_add_user_to_group', "Add user to group");
|
||||
define('OGP_LANG_add_user', "Add User");
|
||||
define('OGP_LANG_remove_from_group', "Remove from group");
|
||||
define('OGP_LANG_add_server_to_group', "Add server to group");
|
||||
define('OGP_LANG_add_server', "Add Server");
|
||||
define('OGP_LANG_servers_in_group', "Servers in group");
|
||||
define('OGP_LANG_no_servers_in_group', "No servers in group %s.");
|
||||
define('OGP_LANG_available_groups', "Available Groups");
|
||||
define('OGP_LANG_assign_homes', "Assign Homes");
|
||||
define('OGP_LANG_successfully_added_group', "Successfully added group %s.");
|
||||
define('OGP_LANG_group_name_empty', "Group name can not be empty.");
|
||||
define('OGP_LANG_failed_to_add_group', "Failed to add group %s.");
|
||||
define('OGP_LANG_could_not_add_user_to_group', "Could not add user %s to group %s, because already belongs.");
|
||||
define('OGP_LANG_successfully_added_to_group', ">Successfully added %s to group <em>%s</em>.");
|
||||
define('OGP_LANG_could_not_add_server_to_group', "Could not add server to group %s, because already belongs.");
|
||||
define('OGP_LANG_successfully_added_server_to_group', "Successfully added server to group <em>%s</em>.");
|
||||
define('OGP_LANG_successfully_removed_from_group', "Successfully removed %s from group <em>%s</em>.");
|
||||
define('OGP_LANG_could_not_delete_server_from_group', "Could not delete server %s from group <em>%s</em>.");
|
||||
define('OGP_LANG_successfully_removed_server_from_group', "Successfully removed server %s from group <em>%s</em>.");
|
||||
define('OGP_LANG_group_with_id_does_not_exist', "%s group does not exist.");
|
||||
define('OGP_LANG_are_you_sure_you_want_to_delete_group', "Are you sure you want to delete group <em>%s</em>?");
|
||||
define('OGP_LANG_unable_to_delete_group', "Unable to delete %s group.");
|
||||
define('OGP_LANG_successfully_deleted_group', "Successfully deleted group <b>%s</b>.");
|
||||
define('OGP_LANG_editing_profile', "Editing Profile: %s");
|
||||
define('OGP_LANG_valid_user', "Please specify a valid user.");
|
||||
define('OGP_LANG_enter_valid_username', "Please enter a valid username.");
|
||||
define('OGP_LANG_unexpected_role', "Unexpected user role received.");
|
||||
define('OGP_LANG_search', "Search");
|
||||
define('OGP_LANG_api_token', "API token");
|
||||
define('OGP_LANG_user_receives_emails', "Receive emails");
|
||||
?>
|
||||
223
ControlPanel/lang/Greek(Greece)/modules/user_games.php
Executable file
223
ControlPanel/lang/Greek(Greece)/modules/user_games.php
Executable file
|
|
@ -0,0 +1,223 @@
|
|||
<?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_add_mods_note', "You need to add mods after adding server to user. This can be done by editing the server.");
|
||||
define('OGP_LANG_game_servers', "Game Servers");
|
||||
define('OGP_LANG_game_path', "Game Path");
|
||||
define('OGP_LANG_game_path_info', "An absolute server path. Example: /home/ogpbot/OGP_User_Files/My_Server");
|
||||
define('OGP_LANG_game_server_name_info', "Server name helps users to identify their servers.");
|
||||
define('OGP_LANG_control_password', "Control password");
|
||||
define('OGP_LANG_control_password_info', "This password is used for server control, such as RCON password. If the password is empty then other means are used.");
|
||||
define('OGP_LANG_add_game_home', "Add game server");
|
||||
define('OGP_LANG_game_path_empty', "Game path can not be empty.");
|
||||
define('OGP_LANG_game_home_added', "Game server added successfully. Redirecting to home edit page.");
|
||||
define('OGP_LANG_failed_to_add_home_to_db', "Failed to add home to database. Error: %s");
|
||||
define('OGP_LANG_caution_agent_offline_can_not_get_os_and_arch_showing_servers_for_all_platforms', "<b>Caution!</b> The Agent is offline, can not get OS type and architecture,<br> Showing servers for all platforms:");
|
||||
define('OGP_LANG_select_remote_server', "Select Remote Server");
|
||||
define('OGP_LANG_no_remote_servers_configured', "No remote servers configured to the Open Game Panel.<br>You need to add remote servers before you can add servers for the users.");
|
||||
define('OGP_LANG_no_game_configurations_found', "No game configuration found. You need to add game configurations from the");
|
||||
define('OGP_LANG_game_configurations', ">game configuration page");
|
||||
define('OGP_LANG_add_remote_server', "Add a server.");
|
||||
define('OGP_LANG_wine_games', "Wine Games");
|
||||
define('OGP_LANG_home_path', "Home path");
|
||||
define('OGP_LANG_change_home_info', "The location of the installed game server. Example: /home/ogp/my_server/");
|
||||
define('OGP_LANG_game_server_name', "Game server name");
|
||||
define('OGP_LANG_change_name_info', "The name of the server to help users to identify it.");
|
||||
define('OGP_LANG_game_control_password', "Game control password");
|
||||
define('OGP_LANG_change_control_password_info', "Control password is for example rcon password.");
|
||||
define('OGP_LANG_available_mods', "Available mods");
|
||||
define('OGP_LANG_note_no_mods', "No mod(s) available for this game.");
|
||||
define('OGP_LANG_change_home', "Change Home");
|
||||
define('OGP_LANG_change_control_password', "Change Control Password");
|
||||
define('OGP_LANG_change_name', "Change Name");
|
||||
define('OGP_LANG_add_mod', "Add Mod");
|
||||
define('OGP_LANG_set_ip', "Set IP");
|
||||
define('OGP_LANG_ips_and_ports', "IPs and Ports");
|
||||
define('OGP_LANG_mod_name', "Mod Name");
|
||||
define('OGP_LANG_max_players', "Max Players");
|
||||
define('OGP_LANG_extra_cmd_line_args', "Extra Command Line Args");
|
||||
define('OGP_LANG_extra_cmd_line_info', "The Extra command line args provides a way to enter extra arguments to the game command line when it is started.");
|
||||
define('OGP_LANG_cpu_affinity', "CPU Affinity");
|
||||
define('OGP_LANG_nice_level', "Nice Level");
|
||||
define('OGP_LANG_set_options', "Set Options");
|
||||
define('OGP_LANG_remove_mod', "Remove Mod");
|
||||
define('OGP_LANG_mods', "Mods");
|
||||
define('OGP_LANG_ip', "IP");
|
||||
define('OGP_LANG_port', "Port");
|
||||
define('OGP_LANG_no_ip_ports_assigned', "At least one IP:Port pair must be assigned to the home.");
|
||||
define('OGP_LANG_successfully_assigned_ip_port', "Successfully assigned IP:Port pair to home.");
|
||||
define('OGP_LANG_port_range_error', "Port needs to be between range 0 and 65535.");
|
||||
define('OGP_LANG_failed_to_assing_mod_to_home', "Failed to assing mod with id %d to home.");
|
||||
define('OGP_LANG_successfully_assigned_mod_to_home', "Successfully assigned mod with id %d to home.");
|
||||
define('OGP_LANG_successfully_modified_mod', "Successfully modified mod information.");
|
||||
define('OGP_LANG_back_to_game_monitor', "Back to Game Monitor");
|
||||
define('OGP_LANG_back_to_game_servers', "Back to Game Servers");
|
||||
define('OGP_LANG_user_id_main', "Main owner");
|
||||
define('OGP_LANG_change_user_id_main', "Change main owner");
|
||||
define('OGP_LANG_change_user_id_main_info', "The main server home owner.");
|
||||
define('OGP_LANG_server_ftp_password', "FTP password");
|
||||
define('OGP_LANG_change_ftp_password', "Change FTP password");
|
||||
define('OGP_LANG_change_ftp_password_info', "This is the password to login to FTP server for this home.");
|
||||
define('OGP_LANG_Delete_old_user_assigned_homes', "Unassign home to current users.");
|
||||
define('OGP_LANG_editing_home_called', "Editing home called");
|
||||
define('OGP_LANG_control_password_updated_successfully', "Control password updated successfully.");
|
||||
define('OGP_LANG_control_password_update_failed', "Control password update failed");
|
||||
define('OGP_LANG_successfully_changed_game_server', "Successfully changed game server.");
|
||||
define('OGP_LANG_error_ocurred_on_remote_server', "Error ocurred on remote server,");
|
||||
define('OGP_LANG_ftp_password_can_not_be_changed', "FTP password can not be changed.");
|
||||
define('OGP_LANG_ftp_can_not_be_switched_on', "FTP can not be switched ON.");
|
||||
define('OGP_LANG_ftp_can_not_be_switched_off', "FTP can not be switched OFF.");
|
||||
define('OGP_LANG_invalid_home_id_entered', "Invalid home id entered.");
|
||||
define('OGP_LANG_ip_port_already_in_use', "The %s:%s is already in use. Choose another one.");
|
||||
define('OGP_LANG_successfully_assigned_ip_port_to_server_id', "Successfully assigned %s:%s to home with ID %s.");
|
||||
define('OGP_LANG_no_ip_addresses_configured', "Your game server does not have any IP-addresses configured to it. You can configure them from ");
|
||||
define('OGP_LANG_server_page', "server page");
|
||||
define('OGP_LANG_successfully_removed_mod', "Successfully removed game mod.");
|
||||
define('OGP_LANG_warning_agent_offline_defaulting_CPU_count_to_1', "Warning - Agent offline, defaulting CPU count to 1.");
|
||||
define('OGP_LANG_mod_install_cmds', "Mod Install CMDs");
|
||||
define('OGP_LANG_cmds_for', "Commands for");
|
||||
define('OGP_LANG_preinstall_cmds', "Preinstall Commands");
|
||||
define('OGP_LANG_postinstall_cmds', "Postinstall Commands");
|
||||
define('OGP_LANG_edit_preinstall_cmds', "Edit Preinstall Commands");
|
||||
define('OGP_LANG_edit_postinstall_cmds', "Edit Postinstall Commands");
|
||||
define('OGP_LANG_save_as_default_for_this_mod', "Save as default for this mod");
|
||||
define('OGP_LANG_empty', "empty");
|
||||
define('OGP_LANG_master_server_for_clon_update', "Master server for local update");
|
||||
define('OGP_LANG_set_as_master_server', "Set as master server");
|
||||
define('OGP_LANG_set_as_master_server_for_local_clon_update', "Set as master server for local update.");
|
||||
define('OGP_LANG_only_available_for', "Only available for '%s' hosted on the remote server named '%s'.");
|
||||
define('OGP_LANG_ftp_on', "Enable FTP");
|
||||
define('OGP_LANG_ftp_off', "Disable FTP");
|
||||
define('OGP_LANG_change_ftp_account_status', "Change FTP account status");
|
||||
define('OGP_LANG_change_ftp_account_status_info', "Once a FTP account is enabled or disabled, it is added or removed from the FTP's database.");
|
||||
define('OGP_LANG_server_ftp_login', "Server FTP Login");
|
||||
define('OGP_LANG_change_ftp_login_info', "Change the FTP Login with a customized one.");
|
||||
define('OGP_LANG_change_ftp_login', "Change FTP Login");
|
||||
define('OGP_LANG_ftp_login_can_not_be_changed', "Can not change FTP Login.");
|
||||
define('OGP_LANG_server_is_running_change_addresses_not_available', "The server is actually running, the IP cannot be changed.");
|
||||
define('OGP_LANG_change_game_type', "Change Game Type");
|
||||
define('OGP_LANG_change_game_type_info', "By changing the game type the current the mods configuration will be deleted.");
|
||||
define('OGP_LANG_force_mod_on_this_address', "Force mod on this address");
|
||||
define('OGP_LANG_successfully_assigned_mod_to_address', "Successfully assigned mod to address");
|
||||
define('OGP_LANG_switch_mods', "Switch mods");
|
||||
define('OGP_LANG_switch_mod_for_address', "Switch mod for address %s");
|
||||
define('OGP_LANG_invalid_path', "Invalid Path");
|
||||
define('OGP_LANG_add_new_game_home', "Add new game server");
|
||||
define('OGP_LANG_no_game_homes_found', "No game servers found");
|
||||
define('OGP_LANG_available_game_homes', "Available game servers");
|
||||
define('OGP_LANG_home_id', "Home ID");
|
||||
define('OGP_LANG_game_server', "Game Server");
|
||||
define('OGP_LANG_game_type', "Game Type");
|
||||
define('OGP_LANG_game_home', "Home Path");
|
||||
define('OGP_LANG_game_home_name', "Game Server Name");
|
||||
define('OGP_LANG_clone', "Clone");
|
||||
define('OGP_LANG_unassign', "Unassign");
|
||||
define('OGP_LANG_access_rights', "Access Rights");
|
||||
define('OGP_LANG_assigned_homes', "Currently Assigned Homes");
|
||||
define('OGP_LANG_assign', "Assign");
|
||||
define('OGP_LANG_allow_updates', "Allow Game Updates");
|
||||
define('OGP_LANG_allow_updates_info', "Allows user to update the game installation if that is possible.");
|
||||
define('OGP_LANG_allow_file_management', "Allow File Management");
|
||||
define('OGP_LANG_allow_file_management_info', "Allows user to access the game server with file management modules.");
|
||||
define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
|
||||
define('OGP_LANG_allow_parameter_usage_info', "Allows user to change available command line parameters.");
|
||||
define('OGP_LANG_allow_extra_params', "Allow Extra parametrs");
|
||||
define('OGP_LANG_allow_extra_params_info', "Allows user to modify extra command line parameters.");
|
||||
define('OGP_LANG_allow_ftp', "Allow FTP");
|
||||
define('OGP_LANG_allow_ftp_info', "Show the FTP access information to the user.");
|
||||
define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
|
||||
define('OGP_LANG_allow_custom_fields_info', "Allows user to access custom fields of the game server if any.");
|
||||
define('OGP_LANG_select_home', "Select Home to Assign");
|
||||
define('OGP_LANG_assign_new_home_to_user', "Assign New Home to user %s");
|
||||
define('OGP_LANG_assign_new_home_to_group', "Assign New Home to group %s");
|
||||
define('OGP_LANG_assigned_home_to_user', "Successfully assigned home (ID: %d) to user %s.");
|
||||
define('OGP_LANG_failed_to_assign_home_to_user', "Failed to assign home (ID: %d) to user %s.");
|
||||
define('OGP_LANG_assigned_home_to_group', "Successfully assigned home (ID: %d) to group %s.");
|
||||
define('OGP_LANG_unassigned_home_from_user', "Successfully unassigned home (ID: %d) from user %s.");
|
||||
define('OGP_LANG_unassigned_home_from_group', "Successfully unassigned home (ID: %d) from group %s.");
|
||||
define('OGP_LANG_no_homes_assigned_to_user', "No homes assigned for user %s.");
|
||||
define('OGP_LANG_no_homes_assigned_to_group', "No homes assigned for group %s.");
|
||||
define('OGP_LANG_no_more_homes_available_that_can_be_assigned_for_this_user', "No more homes available that can be assigned for this user");
|
||||
define('OGP_LANG_no_more_homes_available_that_can_be_assigned_for_this_group', "No more homes available that can be assigned for this group");
|
||||
define('OGP_LANG_you_can_add_a_new_game_server_from', "You can add a new game server from %s.");
|
||||
define('OGP_LANG_no_remote_servers_available_please_add_at_least_one', "There are no remote servers available, please add at least one!");
|
||||
define('OGP_LANG_cloning_of_home_failed', "Cloning of home with id '%s' failed.");
|
||||
define('OGP_LANG_no_mods_to_clone', "No enabled mod(s) for this game yet. None will be cloned.");
|
||||
define('OGP_LANG_failed_to_add_mod', "Failed to add mod with id '%s' to home with id '%s'.");
|
||||
define('OGP_LANG_failed_to_update_mod_settings', "Failed to update mod settings for home with id '%s'.");
|
||||
define('OGP_LANG_successfully_cloned_mods', "Successfully cloned mods for home with id '%s'.");
|
||||
define('OGP_LANG_successfully_copied_home_database', "Successfully copied home database.");
|
||||
define('OGP_LANG_copying_home_remotely', "Copying the home on remote server from '%s' to '%s'.");
|
||||
define('OGP_LANG_cloning_home', "Cloning home called '%s'");
|
||||
define('OGP_LANG_current_home_path', "Current home path");
|
||||
define('OGP_LANG_current_home_path_info', "The current location of the copied home on remote server.");
|
||||
define('OGP_LANG_clone_home', "Clone Home");
|
||||
define('OGP_LANG_new_home_name', "New Home Name");
|
||||
define('OGP_LANG_new_home_path', "New Home Path");
|
||||
define('OGP_LANG_agent_ip', "Agent IP");
|
||||
define('OGP_LANG_game_server_copy_is_running', "Game server copy is running...");
|
||||
define('OGP_LANG_game_server_copy_was_successful', "Game server copy was successful");
|
||||
define('OGP_LANG_game_server_copy_failed_with_return_code', "Game server copy failed with return code %s");
|
||||
define('OGP_LANG_clone_mods', "Clone Mods");
|
||||
define('OGP_LANG_game_server_owner', "Game server owner");
|
||||
define('OGP_LANG_the_name_of_the_server_to_help_users_to_identify_it', "The name of the server to help users to identify it.");
|
||||
define('OGP_LANG_ips_and_ports_used_in_this_home', "IPs and Ports used in this home");
|
||||
define('OGP_LANG_note_ips_and_ports_are_not_cloned', "Note - IPs and Ports are not cloned");
|
||||
define('OGP_LANG_mods_and_settings_for_this_game_server', "Mods and settings for this game server");
|
||||
define('OGP_LANG_sure_to_delete_serverid_from_remoteip_and_directory', "Are you sure you want to delete game server (ID: %s) from server %s and is in directory %s");
|
||||
define('OGP_LANG_yes_and_delete_the_files', "Yes and Delete the files");
|
||||
define('OGP_LANG_failed_to_remove_gamehome_from_database', "Failed to remove gamehome from database.");
|
||||
define('OGP_LANG_successfully_deleted_game_server_with_id', "Successfully deleted game server with ID %s.");
|
||||
define('OGP_LANG_failed_to_remove_ftp_account_from_remote_server', "Failed to remove FTP account from remote server.");
|
||||
define('OGP_LANG_remove_it_anyway', "Would you like to remove it anyway?");
|
||||
define('OGP_LANG_sucessfully_deleted', "Sucessfully deleted %s");
|
||||
define('OGP_LANG_the_agent_had_a_problem_deleting', "The Agent had a problem while deleting %s. Please, check the Agent's log.");
|
||||
define('OGP_LANG_connection_timeout_or_problems_reaching_the_agent', "Connection timeout or problems with reaching the Agent");
|
||||
define('OGP_LANG_does_not_exist_yet', "Does not exist yet.");
|
||||
define('OGP_LANG_update_settings', "Update settings");
|
||||
define('OGP_LANG_settings_updated', "Settings updated.");
|
||||
define('OGP_LANG_selected_path_already_in_use', "The selected path is already in use.");
|
||||
define('OGP_LANG_browse', "Browse");
|
||||
define('OGP_LANG_cancel', "Cancel");
|
||||
define('OGP_LANG_set_this_path', "Set this path");
|
||||
define('OGP_LANG_select_home_path', "Select home path");
|
||||
define('OGP_LANG_folder', "Folder");
|
||||
define('OGP_LANG_owner', "Owner");
|
||||
define('OGP_LANG_group', "Group");
|
||||
define('OGP_LANG_level_up', "Level up");
|
||||
define('OGP_LANG_level_up_info', "Back to the previous folder.");
|
||||
define('OGP_LANG_add_folder', "Add folder");
|
||||
define('OGP_LANG_add_folder_info', "Write the name for the new folder, then click on the icon.");
|
||||
define('OGP_LANG_valid_user', "Please specify a valid user.");
|
||||
define('OGP_LANG_valid_group', "Please specify a valid group.");
|
||||
define('OGP_LANG_set_affinity', "Set Server Affinity");
|
||||
define('OGP_LANG_cpu_affinity_info', "Select the CPU core(s) you want to assign to the game server.");
|
||||
define('OGP_LANG_expiration_date_changed', "Expiration date for selected home has been changed.");
|
||||
define('OGP_LANG_expiration_date_could_not_be_changed', "Expiration date for selected home could not be changed.");
|
||||
define('OGP_LANG_search', "Search");
|
||||
define('OGP_LANG_ftp_account_username_too_long', "FTP username is too long. Try a shorter username no longer than 20 characters.");
|
||||
define('OGP_LANG_ftp_account_password_too_long', "FTP password is too long. Try a shorter password no longer than 20 characters.");
|
||||
define('OGP_LANG_other_servers_exist_with_path_please_change', "Other homes exist with the same path. It is recommended (but not required) that you change this path to something unique. You may have problems if you do NOT.");
|
||||
define('OGP_LANG_change_access_rights_for_selected_servers', "Change access rights for selected servers");
|
||||
?>
|
||||
125
ControlPanel/lang/Greek(Greece)/modules/util.php
Executable file
125
ControlPanel/lang/Greek(Greece)/modules/util.php
Executable file
|
|
@ -0,0 +1,125 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_module_name', "Utilities");
|
||||
define('OGP_LANG_ping', "Ping");
|
||||
define('OGP_LANG_traceroute', "Traceroute");
|
||||
define('OGP_LANG_network_tools', "Network Tools");
|
||||
define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
|
||||
define('OGP_LANG_steam_converter', "SteamID Converter");
|
||||
define('OGP_LANG_your_ip', "Your IP Address:");
|
||||
define('OGP_LANG_loading_agents', "Loading online Agents...");
|
||||
define('OGP_LANG_loading_failed', "Loading Agents failed.");
|
||||
define('OGP_LANG_agents_offline', "All Agents are offline.");
|
||||
define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
|
||||
define('OGP_LANG_remote_target', "Target IP Address:");
|
||||
define('OGP_LANG_command', "Command:");
|
||||
define('OGP_LANG_select_agent', "Select Agent:");
|
||||
define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
|
||||
define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
|
||||
define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
|
||||
define('OGP_LANG_target_empty', "No remote target given.");
|
||||
define('OGP_LANG_command_empty', "No command selected.");
|
||||
define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
|
||||
define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
|
||||
define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
|
||||
define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
|
||||
define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
|
||||
define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
|
||||
define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
|
||||
define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
|
||||
define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
|
||||
define('OGP_LANG_select_server', "Select Server:");
|
||||
define('OGP_LANG_select_server_option', "Select...");
|
||||
define('OGP_LANG_steamid', "Steam ID:");
|
||||
define('OGP_LANG_immunity', "Immunity:");
|
||||
define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
|
||||
define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
|
||||
define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
|
||||
define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
|
||||
define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
|
||||
define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
|
||||
define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
|
||||
define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
|
||||
define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
|
||||
define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
|
||||
define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
|
||||
define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
|
||||
define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
|
||||
define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
|
||||
define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
|
||||
define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
|
||||
define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
|
||||
define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
|
||||
define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
|
||||
define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
|
||||
define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
|
||||
define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
|
||||
define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
|
||||
define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
|
||||
define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
|
||||
define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
|
||||
define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
|
||||
define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
|
||||
define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
|
||||
define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
|
||||
define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
|
||||
define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
|
||||
define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
|
||||
define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
|
||||
define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
|
||||
define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
|
||||
define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
|
||||
define('OGP_LANG_submit', "Submit");
|
||||
define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
|
||||
define('OGP_LANG_amx_mod_admins', "AMX mod X Admins");
|
||||
define('OGP_LANG_amx_login_type', "Login Type");
|
||||
define('OGP_LANG_amx_login_steamid', "Steam ID");
|
||||
define('OGP_LANG_amx_login_nick_pass', "Nickname + Password");
|
||||
define('OGP_LANG_nickname', "Nickname");
|
||||
define('OGP_LANG_amx_mod_perms', "AMX mod X Permissions:");
|
||||
define('OGP_LANG_amx_mod_perm_root', "AMX mod X All Flags.");
|
||||
define('OGP_LANG_amx_mod_perm_custom', "AMX mod X Custom Flags.");
|
||||
define('OGP_LANG_amx_mod_flag_a', "immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)");
|
||||
define('OGP_LANG_amx_mod_flag_b', "reservation (can join on reserved slots)");
|
||||
define('OGP_LANG_amx_mod_flag_c', "amx_kick command");
|
||||
define('OGP_LANG_amx_mod_flag_d', "amx_ban and amx_unban commands");
|
||||
define('OGP_LANG_amx_mod_flag_e', "amx_slay and amx_slap commands");
|
||||
define('OGP_LANG_amx_mod_flag_f', "amx_map command");
|
||||
define('OGP_LANG_amx_mod_flag_g', "amx_cvar command (not all cvars will be available)");
|
||||
define('OGP_LANG_amx_mod_flag_h', "amx_cfg command");
|
||||
define('OGP_LANG_amx_mod_flag_i', "amx_chat and other chat commands");
|
||||
define('OGP_LANG_amx_mod_flag_j', "amx_vote and other vote commands");
|
||||
define('OGP_LANG_amx_mod_flag_k', "access to sv_password cvar (by amx_cvar command)");
|
||||
define('OGP_LANG_amx_mod_flag_l', "access to amx_rcon command and rcon_password cvar (by amx_cvar command)");
|
||||
define('OGP_LANG_amx_mod_flag_m', "custom level A (for additional plugins)");
|
||||
define('OGP_LANG_amx_mod_flag_n', "custom level B");
|
||||
define('OGP_LANG_amx_mod_flag_o', "custom level C");
|
||||
define('OGP_LANG_amx_mod_flag_p', "custom level D");
|
||||
define('OGP_LANG_amx_mod_flag_q', "custom level E");
|
||||
define('OGP_LANG_amx_mod_flag_r', "custom level F");
|
||||
define('OGP_LANG_amx_mod_flag_s', "custom level G");
|
||||
define('OGP_LANG_amx_mod_flag_t', "custom level H");
|
||||
define('OGP_LANG_amx_mod_flag_u', "menu access");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue