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