Просмотр исходного кода

Transifex Language Updates - Generated by own3mall's auto script.

own3mall 8 лет назад
Родитель
Сommit
e077388adf

+ 69 - 0
lang/Greek(Greece)/install.php

@@ -0,0 +1,69 @@
+<?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_lang', "Select your preferred language");
+define('OGP_LANG_install_welcome', "Welcome to the Open Game Panel Installer");
+define('OGP_LANG_file_permission_check', "Checking required file permissions");
+define('OGP_LANG_OK', "OK");
+define('OGP_LANG_write_permission_required', "Write permission required");
+define('OGP_LANG_execute_permission_required', "Execute permission required");
+define('OGP_LANG_create_an_empty_file', "Create an empty file.");
+define('OGP_LANG_found', "Found");
+define('OGP_LANG_not_found', "Not found");
+define('OGP_LANG_pear_xxtea_info', "Pear Crypt_XXTEA is required for OGP usage. In the most of the Linux distributions this module can be installed with the following Pear command 'pear install Crypt_XXTEA-beta'.");
+define('OGP_LANG_refresh', "Refresh");
+define('OGP_LANG_checking_required_modules', "Checking required modules");
+define('OGP_LANG_checking_optional_modules', "Checking optional modules");
+define('OGP_LANG_database_type', "Database type");
+define('OGP_LANG_database_settings', "Database access settings");
+define('OGP_LANG_database_hostname', "Database Hostname");
+define('OGP_LANG_database_username', "Database Username");
+define('OGP_LANG_database_password', "Database Password");
+define('OGP_LANG_database_name', "Database Name");
+define('OGP_LANG_database_prefix', "Database Prefix");
+define('OGP_LANG_next', "Next");
+define('OGP_LANG_encryption_key', "Encyption key (Agent)");
+define('OGP_LANG_agent_port', "Port (Agent)");
+define('OGP_LANG_unable_to_write_config', "Unable to write to configuration file. Please recheck the write permission.");
+define('OGP_LANG_admin_login_details', "Admin login details");
+define('OGP_LANG_config_written', "The config files created successfully.");
+define('OGP_LANG_database_created', "Database tables created succesfully.");
+define('OGP_LANG_admin_login_details_info', "Now we create admin user for your Open Game Panel.");
+define('OGP_LANG_username', "Username");
+define('OGP_LANG_repeat_password', "Repeat password");
+define('OGP_LANG_email', "E-mail address");
+define('OGP_LANG_back', "Back");
+define('OGP_LANG_database_setup_failure', "Setup was unable to create the database. Please recheck your database configs.");
+define('OGP_LANG_php_version_check', "Checking PHP version");
+define('OGP_LANG_invalid_username', "You entered invalid username.");
+define('OGP_LANG_password_too_short', "Your password is too short. It must be at least '%d' characters long.");
+define('OGP_LANG_password_contains_invalid_characters', "Your password contains invalid characters.");
+define('OGP_LANG_invalid_email_address', "You entered invalid e-mail address.");
+define('OGP_LANG_setup_complete', "Setup has been completed successfully. The Open Game Panel is now ready for use.");
+define('OGP_LANG_remove_install_and_secure_config', "You should delete install.php from your server and chmod your includes/config.inc.php back to 644 for security purposes.");
+define('OGP_LANG_go_to_panel', "Click here to login to your OGP.");
+define('OGP_LANG_unable_to_resolve', "If you are unable to resolve this problem please visit OGP website ");
+define('OGP_LANG_slogan', "The Open-Source one!");
+define('OGP_LANG_default_welcome_title_message', "Welcome! <b style='font-size:12px; font-weight:normal;'>You can change this title in '<a href='?m=settings&p=themes'>Theme Settings</a>' under the '<a href='?m=administration&p=main'>Administration</a>' tab.</b>");
+?>

+ 175 - 0
lang/Greek(Greece)/modules/TS3Admin.php

@@ -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");
+?>

+ 49 - 0
lang/Greek(Greece)/modules/administration.php

@@ -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', "Unban selected IPs");
+define('OGP_LANG_view', "View");
+define('OGP_LANG_per_page', "log entries per page");
+?>

+ 43 - 0
lang/Greek(Greece)/modules/dashboard.php

@@ -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', "The FTP client can compress files and send them via email, can uncompress too, edit text files and much more.");
+define('OGP_LANG_dashboard_addons_manager_text', "Manage all different types of services with OGP. Choose from over 115 servers, which supplied directly by OGP.");
+define('OGP_LANG_dashboard_game_monitor_text', "Watch and monitor your traffic & logs quickly. You can see what servers are up and down.");
+define('OGP_LANG_dashboard_support_text', "Get support from the OGP Professional Team on the forum. Fast response and great attention.");
+define('OGP_LANG_welcome_text', "Welcome to the Open Game Panel (OGP). OGP is an open-source software, that allows you to install, start and monitor different game servers.");
+define('OGP_LANG_any_server_is_online', "Any server is Online");
+define('OGP_LANG_current_map', "Current Map");
+define('OGP_LANG_server_ip_port', "IP:Port");
+define('OGP_LANG_statistics', "Statistics");
+define('OGP_LANG_servers', "Servers");
+define('OGP_LANG_players', "Players");
+define('OGP_LANG_server_status', "Server Status");
+define('OGP_LANG_no_games_to_monitor', "There are currently no online/offline game servers");
+define('OGP_LANG_online_servers', "Online Servers");
+define('OGP_LANG_add_games_in', "If you want to add games you can do it in %s");
+define('OGP_LANG_currently_online', "Currently Online");
+define('OGP_LANG_game_servers', "Game Servers");
+define('OGP_LANG_select_remote_server', "Select remote server");
+?>

+ 35 - 0
lang/Greek(Greece)/modules/ftp.php

@@ -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 address: %s:%s");
+define('OGP_LANG_change_account_details', "Change account details");
+define('OGP_LANG_remove_account', "Delete account");
+define('OGP_LANG_ftp_account_already_exists', "This FTP account already exists.");
+define('OGP_LANG_full_path', "Home directory");
+define('OGP_LANG_add_ftp_account', "Add FTP account");
+define('OGP_LANG_remote_server', "Remote server");
+define('OGP_LANG_server_name', "Server name");
+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.");
+?>

+ 44 - 0
lang/Greek(Greece)/modules/lostpwd.php

@@ -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', "Recover a forgotten password");
+define('OGP_LANG_back', "Back");
+define('OGP_LANG_incomplete', "Please go back and complete all the fields in the form.");
+define('OGP_LANG_subject', "Password request");
+define('OGP_LANG_password_message', "Hello,<br><br>Your password has been successfully reseted.<br><br>New Password: %s<br><br>Remember to change your password often.<br><br>Please do not reply to this email!<br><br>______________________________<br>OGP Mailer");
+define('OGP_LANG_send', "Your password has been sent! Please check your email!");
+define('OGP_LANG_here', "Here");
+define('OGP_LANG_to_login', "to login");
+define('OGP_LANG_errormail', "Your email address is not correct.");
+define('OGP_LANG_submit', "Submit");
+define('OGP_LANG_click', "Click");
+define('OGP_LANG_mail_settings_missing', "Panel mail settings are not complete so it can not send your password. Contact your OGP admin.");
+define('OGP_LANG_mail_failed', "Failed to send email.");
+define('OGP_LANG_email', "Email");
+define('OGP_LANG_enter_email', "Please enter your email address");
+define('OGP_LANG_webmaster', "Webmaster");
+define('OGP_LANG_confirm_send', "For security reasons we have sent you a confirmation link before you restart your password.<br><b style='color:red;'>Please check your inbox.</b>");
+define('OGP_LANG_confirm_change_subject', "Password reset, confirmation email");
+define('OGP_LANG_confirm_change_password_message', "Hello,<br><br>Please click on the link below to reset your password:<br><br>%s<br><br>Note: If you do not have requested the reset of your password, you can ignore this email.<br><br>Please do not reply to this email!<br><br>______________________________<br>OGP Mailer");
+?>

+ 115 - 0
lang/Greek(Greece)/modules/mysql.php

@@ -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', "Configured MySQL Hosts");
+define('OGP_LANG_add_new_mysql_host', "Add MySQL host");
+define('OGP_LANG_enter_mysql_ip', "Enter MySQL IP.");
+define('OGP_LANG_enter_valid_port', "Enter a valid port.");
+define('OGP_LANG_enter_mysql_root_password', "Enter MySQL root password.");
+define('OGP_LANG_enter_mysql_name', "Enter MySQL name.");
+define('OGP_LANG_could_not_add_mysql_server', "Could not add MySQL server.");
+define('OGP_LANG_game_server_name_info', "Server name helps users to identify their servers.");
+define('OGP_LANG_note_mysql_host', "Note: Using a 'Direct connection' the server must accept external connections so the servers can connect remotely, whereas connecting through a remote server it will be used just as a local connection.");
+define('OGP_LANG_direct_connection', "Direct connection");
+define('OGP_LANG_connection_through_remote_server_named', "Connection through remote server named %s");
+define('OGP_LANG_add_mysql_server', "Add MySQL server");
+define('OGP_LANG_mysql_online', "MySQL online");
+define('OGP_LANG_mysql_offline', "MySQL offline");
+define('OGP_LANG_encryption_key_mismatch', "Encryption key mismatch");
+define('OGP_LANG_unknown_error', "Unknown error");
+define('OGP_LANG_remove', "Delete");
+define('OGP_LANG_assign_db', "Assign Database");
+define('OGP_LANG_mysql_server_name', "MySQL server name");
+define('OGP_LANG_server_status', "Server status");
+define('OGP_LANG_mysql_ip_port', "MySQL IP:port");
+define('OGP_LANG_mysql_root_passwd', "MySQL root password");
+define('OGP_LANG_connection_method', "Connection method");
+define('OGP_LANG_user_privilegies', "User privileges");
+define('OGP_LANG_current_dbs', "Current databases");
+define('OGP_LANG_mysql_name', "MySQL server name");
+define('OGP_LANG_mysql_ip', "MySQL IP");
+define('OGP_LANG_mysql_port', "MySQL port");
+define('OGP_LANG_privilegies', "privileges");
+define('OGP_LANG_all', "All");
+define('OGP_LANG_custom', "Custom");
+define('OGP_LANG_server_added', "Server added.");
+define('OGP_LANG_sql_alter', "ALTER");
+define('OGP_LANG_sql_create', "CREATE");
+define('OGP_LANG_sql_create_temporary_tables', "CREATE TEMPORARY TABLES");
+define('OGP_LANG_sql_drop', "DROP");
+define('OGP_LANG_sql_index', "INDEX");
+define('OGP_LANG_sql_insert', "INSERT");
+define('OGP_LANG_sql_lock_tables', "LOCK TABLES");
+define('OGP_LANG_sql_select', "SELECT");
+define('OGP_LANG_sql_grant_option', "GRANT OPTION");
+define('OGP_LANG_sql_update', "UPDATE");
+define('OGP_LANG_sql_delete', "DELETE");
+define('OGP_LANG_sql_alter_info', "<b>Enables use of ALTER TABLE.</b>");	
+define('OGP_LANG_sql_create_info', "<b>Enables use of CREATE TABLE.</b>");	
+define('OGP_LANG_sql_create_temporary_tables_info', "<b>Enables use of CREATE TEMPORARY TABLE.</b>");
+define('OGP_LANG_sql_delete_info', "<b>Enables use of DELETE.</b>");
+define('OGP_LANG_sql_drop_info', "<b>Enables use of DROP TABLE.</b>");	
+define('OGP_LANG_sql_index_info', "<b>Enables use of CREATE INDEX and DROP INDEX.</b>");	
+define('OGP_LANG_sql_insert_info', "<b>Enables use of INSERT.</b>");	
+define('OGP_LANG_sql_lock_tables_info', "<b>Enables use of LOCK TABLES on tables for which you have the SELECT privilege.</b>");	
+define('OGP_LANG_sql_select_info', "<b>Enables use of SELECT.</b>");
+define('OGP_LANG_sql_update_info', "<b>Enables use of UPDATE.</b>");	
+define('OGP_LANG_sql_grant_option_info', "<b>Enables privileges to be granted.</b>");
+define('OGP_LANG_select_game_server', "Select game server");
+define('OGP_LANG_invalid_mysql_server_id', "Invalid MySQL server ID.");
+define('OGP_LANG_there_is_another_db_named_or_user_named', "There is another database named <b>%s</b> or another user named <b>%s</b>.");
+define('OGP_LANG_db_added_for_home_id', "Added database for home ID <b>%s</b>.");
+define('OGP_LANG_could_not_remove_db', "The selected database could not be removed.");
+define('OGP_LANG_db_removed_successfully_from_mysql_server_named', "The database was removed from server %s.");
+define('OGP_LANG_areyousure_remove_mysql_server', "Are you sure that you want remove MySQL server named <b>%s</b>?");
+define('OGP_LANG_db_changed_successfully', "The database named %s was changed successfully.");
+define('OGP_LANG_error_while_remove', "Error while remove.");
+define('OGP_LANG_mysql_server_removed', "MySQL server named <b>%s</b> has been removed successfully.");
+define('OGP_LANG_unable_to_set_changes_to', "Unable to set changes to MySQL server named <b>%s</b>.");
+define('OGP_LANG_mysql_server_settings_changed', "MySQL server named <b>%s</b> has been changed successfully.");
+define('OGP_LANG_editing_mysql_server', "Editing MySQL server named <b>%s</b>.");
+define('OGP_LANG_save_settings', "Save settings");
+define('OGP_LANG_mysql_dbs_for', "Databases for server %s");
+define('OGP_LANG_edit_dbs', "Edit databases");
+define('OGP_LANG_edit_db_settings', "Edit database settings");
+define('OGP_LANG_remove_db', "Remove database");
+define('OGP_LANG_save_db_changes', "Save database changes.");
+define('OGP_LANG_add_db', "Add database");
+define('OGP_LANG_select_db', "Select database");
+define('OGP_LANG_db_user', "DB User");
+define('OGP_LANG_db_passwd', "DB Password");
+define('OGP_LANG_db_name', "DB name");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_game_server', "Game server");
+define('OGP_LANG_there_are_no_databases_assigned_for', "There are no databases assigned for <b>%s</b>.");
+define('OGP_LANG_unable_to_connect_to_mysql_server_as', "Unable to connect to MySQL server as %s.");
+define('OGP_LANG_unable_to_create_db', "Unable to create database.");
+define('OGP_LANG_unable_to_select_db', "Unable to select database %s.");
+define('OGP_LANG_db_info', "Database Information");
+define('OGP_LANG_db_tables', "Database tables");
+define('OGP_LANG_db_backup', "DB Backup");
+define('OGP_LANG_download_db_backup', "Download DB Backup");
+define('OGP_LANG_restore_db_backup', "Restore DB Backup");
+define('OGP_LANG_sql_file', "file(.sql)");
+?>

+ 55 - 0
lang/Greek(Greece)/modules/register.php

@@ -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', "Username");
+define('OGP_LANG_users_fname', "First name");
+define('OGP_LANG_users_lname', "Last name");
+define('OGP_LANG_users_passwd', "Password");
+define('OGP_LANG_users_cpasswd', "Verify password");
+define('OGP_LANG_passwd_len', "Password must be longer than 6 characters");
+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_phone_number', "Phone number");
+define('OGP_LANG_users_email', "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_successfull', "Successful");
+define('OGP_LANG_click_here', "Click here");
+define('OGP_LANG_to_login', "to login.");
+define('OGP_LANG_registered_on', "Registered on: %s.");
+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>OGP Mailer");
+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_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_account_created', "Your account has been created.");
+define('OGP_LANG_subject', "%s :: Account Information");
+?>

+ 138 - 0
lang/Greek(Greece)/modules/server.php

@@ -0,0 +1,138 @@
+<?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', "Add New Remote Host");
+define('OGP_LANG_configured_remote_hosts', "Configured Remote Host");
+define('OGP_LANG_remote_host', "Remote Host");
+define('OGP_LANG_remote_host_info', "The remote host must be a pingable hostname!");
+define('OGP_LANG_remote_host_port', "Remote Host Port");
+define('OGP_LANG_remote_host_port_info', "The port that is listened by the OGP Agent on remote host. Default: 12679.");
+define('OGP_LANG_remote_host_name', "Remote Host Name");
+define('OGP_LANG_ogp_user', "OGP Agent Username");
+define('OGP_LANG_remote_host_name_info', "Remote host name is used to help users to identify their servers.");
+define('OGP_LANG_add_remote_host', "Add Remote Host");
+define('OGP_LANG_remote_encryption_key', "Remote Encryption Key");
+define('OGP_LANG_remote_encryption_key_info', "Remote encryption key is used to encrypt the data between the Panel and Agent. This key must be same in both sides.");
+define('OGP_LANG_server_name', "Server Name");
+define('OGP_LANG_agent_ip_port', "Agent IP:Port");
+define('OGP_LANG_agent_status', "Agent Status");
+define('OGP_LANG_ips', "IPs");
+define('OGP_LANG_add_more_ips', "If you want to enter more IPs press 'Set IPs' when all fields are full and an empty field will appear.");
+define('OGP_LANG_encryption_key_mismatch', "Encryption key does not match with the Agent. Please recheck your Agent configuration.");
+define('OGP_LANG_no_ip_for_remote_host', "You need to add at least one (1) IP address for each remote host.");
+define('OGP_LANG_note_remote_host', "A remote host is a server where the OGP Agent is running on. Each host can have multiple number of IP addresses on which users can bind servers to.");
+define('OGP_LANG_ip_administration', "Server &amp; IP Administration :: Open Game Panel");
+define('OGP_LANG_unknown_error', "Unknown error - status_chk returned");
+define('OGP_LANG_remote_host_user_name', "UNIX user");
+define('OGP_LANG_remote_host_user_name_info', "Username where the Agent is running. Example: Jonhy");
+define('OGP_LANG_remote_host_ftp_ip', "FTP IP");
+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', "Remote IPs for server called '%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', "Activate if your remote server is using NAT rules.");
+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");
+?>

+ 135 - 0
lang/Greek(Greece)/modules/settings.php

@@ -0,0 +1,135 @@
+<?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... Leave it blank to use ISO encoding.");
+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.");
+?>

+ 48 - 0
lang/Greek(Greece)/modules/status.php

@@ -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!");
+?>

+ 64 - 0
lang/Greek(Greece)/modules/subusers.php

@@ -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>OGP Mailer");
+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");
+?>

+ 59 - 0
lang/Greek(Greece)/modules/update.php

@@ -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 files.");
+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.");
+?>

+ 112 - 0
lang/Greek(Greece)/modules/user_admin.php

@@ -0,0 +1,112 @@
+<?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_no_remote_servers', "No remote servers available.");
+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");
+?>

+ 222 - 0
lang/Greek(Greece)/modules/user_games.php

@@ -0,0 +1,222 @@
+<?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.");
+ ?>