[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-937-g15bf3c1

Michal Čihař nijel at users.sourceforge.net
Tue Mar 30 14:55:13 CEST 2010


The branch, master has been updated
       via  15bf3c12db126b4060aa961db77d1722d16c7d17 (commit)
      from  6ea3b4fc6d827c41f753946ffe70fe13b99665f5 (commit)


- Log -----------------------------------------------------------------
commit 15bf3c12db126b4060aa961db77d1722d16c7d17
Author: Michal Čihař <mcihar at novell.com>
Date:   Tue Mar 30 14:54:24 2010 +0200

    Move setup script messages away to avoid their loading all the time.

-----------------------------------------------------------------------

Summary of changes:
 libraries/messages.inc.php |  352 ------------------------------------------
 setup/lib/common.inc.php   |    1 +
 setup/lib/messages.inc.php |  364 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 365 insertions(+), 352 deletions(-)
 create mode 100644 setup/lib/messages.inc.php

diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php
index c6dd01c..8918557 100644
--- a/libraries/messages.inc.php
+++ b/libraries/messages.inc.php
@@ -884,358 +884,6 @@ $strSessionStartupErrorGeneral = __('Cannot start session without errors, please
 $strSessionValue = __('Session value');
 $strSetEnumVal = __('If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').');
 $strSettings = __('settings');
-$strSetupAllowAnywhereRecoding_name = __('Allow character set conversion');
-$strSetupAllowArbitraryServer_desc = __('If enabled user can enter any MySQL server in login form for cookie auth');
-$strSetupAllowArbitraryServerMsg = __('This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.');
-$strSetupAllowArbitraryServer_name = __('Allow login to any MySQL server');
-$strSetupAllowUserDropDatabase_name = __('Show "Drop database" link to normal users');
-$strSetupBlowfishSecretCharsMsg = __('Key should contain letters, numbers [em]and[/em] special characters');
-$strSetupblowfish_secret_desc = __('Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication');
-$strSetupBlowfishSecretLengthMsg = __('Key is too short, it should have at least 8 characters');
-$strSetupBlowfishSecretMsg = __('You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.');
-$strSetupblowfish_secret_name = __('Blowfish secret');
-$strSetupBrowseMarkerEnable_desc = __('Highlight selected rows');
-$strSetupBrowseMarkerEnable_name = __('Row marker');
-$strSetupBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor');
-$strSetupBrowsePointerEnable_name = __('Highlight pointer');
-$strSetupBZipDump_desc = __('Enable [a at http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations');
-$strSetupBZipDump_name = __('Bzip2');
-$strSetupBZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
-$strSetupCannotLoadConfig = __('Cannot load or save configuration');
-$strSetupCannotLoadConfigMsg = __('Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a at ../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.');
-$strSetupCharEditing_desc = __('Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields');
-$strSetupCharEditing_name = __('CHAR fields editing');
-$strSetupCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas');
-$strSetupCharTextareaCols_name = __('CHAR textarea columns');
-$strSetupCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas');
-$strSetupCharTextareaRows_name = __('CHAR textarea rows');
-$strSetupCheckConfigurationPermissions_name = __('Check config file permissions');
-$strSetupClear = __('Clear');
-$strSetupCompressOnFly_desc = __('Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature');
-$strSetupCompressOnFly_name = __('Compress on the fly');
-$strSetupConfigurationFile = __('Configuration file');
-$strSetupConfirm_desc = __('Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data');
-$strSetupConfirm_name = __('Confirm DROP queries');
-$strSetupDefaultCharset_desc = __('Default character set used for conversions');
-$strSetupDefaultCharset_name = __('Default character set');
-$strSetupDefaultLanguage = __('Default language');
-$strSetupDefaultServer = __('Default server');
-$strSetupDefaultTabDatabase_desc = __('Tab that is displayed when entering a database');
-$strSetupDefaultTabDatabase_name = __('Default database tab');
-$strSetupDefaultTabServer_desc = __('Tab that is displayed when entering a server');
-$strSetupDefaultTabServer_name = __('Default server tab');
-$strSetupDefaultTabTable_desc = __('Tab that is displayed when entering a table');
-$strSetupDefaultTabTable_name = __('Default table tab');
-$strSetupDirectoryNotice = __('This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.');
-$strSetupDisplayDatabasesList_desc = __('Show database listing as a list instead of a drop down');
-$strSetupDisplayDatabasesList_name = __('Display databases as a list');
-$strSetupDisplay = __('Display');
-$strSetupDisplayServersList_desc = __('Show server listing as a list instead of a drop down');
-$strSetupDisplayServersList_name = __('Display servers as a list');
-$strSetupDonateLink = __('Donate');
-$strSetupDownload = __('Download');
-$strSetupEndOfLine = __('End of line');
-$strSetuperror_connection = __('Could not connect to MySQL server');
-$strSetuperror_empty_pmadb_password = __('Empty phpMyAdmin control user password while using pmadb');
-$strSetuperror_empty_pmadb_user = __('Empty phpMyAdmin control user while using pmadb');
-$strSetuperror_empty_signon_session = __('Empty signon session name while using signon authentication method');
-$strSetuperror_empty_signon_url = __('Empty signon URL while using signon authentication method');
-$strSetuperror_empty_user_for_config_auth = __('Empty username while using config authentication method');
-$strSetuperror_form = __('Submitted form contains errors');
-$strSetuperror_incorrect_ip_address = __('Incorrect IP address: %s');
-$strSetuperror_incorrect_port = __('Not a valid port number');
-$strSetuperror_incorrect_value = __('Incorrect value');
-$strSetuperror_missing_field_data = __('Missing data for %s');
-$strSetuperror_nan_nneg = __('Not a non-negative number');
-$strSetuperror_nan_p = __('Not a positive number');
-$strSetupExecTimeLimit_desc = __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
-$strSetupExecTimeLimit_name = __('Maximum execution time');
-$strSetupExport_asfile_name = __('Save as file');
-$strSetupExport_charset_name = __('Character set of the file');
-$strSetupExport_compression_name = __('Compression');
-$strSetupExport_file_template_database_name = __('Database name template');
-$strSetupExport_file_template_server_name = __('Server name template');
-$strSetupExport_file_template_table_name = __('Table name template');
-$strSetupExport_format_name = __('Format');
-$strSetupExport_onserver_name = __('Save on server');
-$strSetupExport_onserver_overwrite_name = __('Overwrite existing file(s)');
-$strSetupExport_remember_file_template_name = __('Remember file name template');
-$strSetupFalse = __('no');
-$strSetupForceSSL_desc = __('Force secured connection while using phpMyAdmin');
-$strSetupForceSSLMsg = __('This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it');
-$strSetupForceSSL_name = __('Force SSL connection');
-$strSetupForeignKeyDropdownOrder_desc = __('Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value');
-$strSetupForeignKeyDropdownOrder_name = __('Foreign key dropdown order');
-$strSetupForeignKeyMaxLimit_desc = __('A dropdown will be used if fewer items are present');
-$strSetupForeignKeyMaxLimit_name = __('Foreign key limit');
-$strSetupForm_Browse = __('Browse mode');
-$strSetupForm_Browse_desc = __('Customize browse mode');
-$strSetupForm_Edit_desc = __('Customize edit mode');
-$strSetupForm_Edit = __('Edit mode');
-$strSetupForm_Export_defaults_desc = __('Customize default export options');
-$strSetupForm_Export_defaults = __('Export defaults');
-$strSetupForm_Import_defaults_desc = __('Customize default common import options');
-$strSetupForm_Import_defaults = __('Import defaults');
-$strSetupForm_Import_export_desc = __('Set import and export directories and compression options');
-$strSetupForm_Import_export = __('Import / export');
-$strSetupForm_Left_databases = __('Databases');
-$strSetupForm_Left_databases_desc = __('Databases display options');
-$strSetupForm_Left_frame_desc = __('Customize appearance of the navigation frame');
-$strSetupForm_Left_frame = __('Navigation frame');
-$strSetupForm_Left_servers_desc = __('Servers display options');
-$strSetupForm_Left_servers = __('Servers');
-$strSetupForm_Left_tables_desc = __('Tables display options');
-$strSetupForm_Left_tables = __('Tables');
-$strSetupForm_Main_frame = __('Main frame');
-$strSetupForm_Other_core_settings_desc = __('Settings that didn\'t fit enywhere else');
-$strSetupForm_Other_core_settings = __('Other core settings');
-$strSetupForm_Query_window_desc = __('Customize query window options');
-$strSetupForm_Query_window = __('Query window');
-$strSetupForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
-$strSetupForm_Security = __('Security');
-$strSetupForm_Server = __('Basic settings');
-$strSetupForm_Server_config_desc = __('Advanced server configuration, do not change these options unless you know what they are for');
-$strSetupForm_Server_config = __('Server configuration');
-$strSetupForm_Server_desc = __('Enter server connection parameters');
-$strSetupForm_Server_login_options_desc = __('Enter login options for signon authentication');
-$strSetupForm_Server_login_options = __('Signon login options');
-$strSetupForm_Server_pmadb_desc = __('Configure phpMyAdmin database to gain access to additional features, see [a at ../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation');
-$strSetupForm_Server_pmadb = __('PMA database');
-$strSetupFormset_customization = __('Customization');
-$strSetupFormset_export = __('Customize export options');
-$strSetupFormset_features = __('Features');
-$strSetupFormset_import = __('Customize import defaults');
-$strSetupFormset_left_frame = __('Customize navigation frame');
-$strSetupFormset_main_frame = __('Customize main frame');
-$strSetupForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
-$strSetupForm_Sql_box = __('SQL Query box');
-$strSetupForm_Sql_queries_desc = __('SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings');
-$strSetupForm_Sql_queries = __('SQL queries');
-$strSetupForm_Startup_desc = __('Customize startup page');
-$strSetupForm_Startup = __('Startup');
-$strSetupForm_Tabs_desc = __('Choose how you want tabs to work');
-$strSetupForm_Tabs = __('Tabs');
-$strSetupGZipDump_desc = __('Enable [a at http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
-$strSetupGZipDump_name = __('GZip');
-$strSetupGZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
-$strSetupHomepageLink = __('phpMyAdmin homepage');
-$strSetupIconvExtraParams_name = __('Extra parameters for iconv');
-$strSetupIgnoreErrors = __('Ignore errors');
-$strSetupIgnoreMultiSubmitErrors_desc = __('If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed');
-$strSetupIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
-$strSetupImport_allow_interrupt_desc = __('Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.');
-$strSetupImport_allow_interrupt_name = __('Partial import: allow interrupt');
-$strSetupImport_format_desc = __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
-$strSetupImport_format_name = __('Format of imported file');
-$strSetupImport_skip_queries_desc = __('Number of records (queries) to skip from start');
-$strSetupImport_skip_queries_name = __('Partial import: skip queries');
-$strSetupInsecureConnection = __('Insecure connection');
-$strSetupInsecureConnectionMsg1 = __('You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!');
-$strSetupInsecureConnectionMsg2 = __('If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.');
-$strSetupInsertRows_desc = __('How many rows can be inserted at one time');
-$strSetupInsertRows_name = __('Number of inserted rows');
-$strSetupLeftDefaultTabTable_name = __('Target for quick access icon');
-$strSetupLeftDisplayLogo_desc = __('Show logo in left frame');
-$strSetupLeftDisplayLogo_name = __('Display logo');
-$strSetupLeftDisplayServers_desc = __('Display server choice at the top of the left frame');
-$strSetupLeftDisplayServers_name = __('Display servers selection');
-$strSetupLeftFrameDBSeparator_desc = __('String that separates databases into different tree levels');
-$strSetupLeftFrameDBSeparator_name = __('Database tree separator');
-$strSetupLeftFrameDBTree_desc = __('Only light version; display databases in a tree (determined by the separator defined below)');
-$strSetupLeftFrameDBTree_name = __('Display databases in a tree');
-$strSetupLeftFrameLight_desc = __('Disable this if you want to see all databases at once');
-$strSetupLeftFrameLight_name = __('Use light version');
-$strSetupLeftFrameTableLevel_name = __('Maximum table tree depth');
-$strSetupLeftFrameTableSeparator_desc = __('String that separates tables into different tree levels');
-$strSetupLeftFrameTableSeparator_name = __('Table tree separator');
-$strSetupLeftLogoLink_name = __('Logo link URL');
-$strSetupLeftLogoLinkWindow_desc = __('Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])');
-$strSetupLeftLogoLinkWindow_name = __('Logo link target');
-$strSetupLeftPointerEnable_desc = __('Highlight server under the mouse cursor');
-$strSetupLeftPointerEnable_name = __('Enable highlighting');
-$strSetupLetUserChoose = __('let the user choose');
-$strSetupLightTabs_desc = __('Use less graphically intense tabs');
-$strSetupLightTabs_name = __('Light tabs');
-$strSetupLoad = __('Load');
-$strSetupLoginCookieDeleteAll_desc = __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
-$strSetupLoginCookieDeleteAll_name = __('Delete all cookies on logout');
-$strSetupLoginCookieRecall_desc = __('Define whether the previous login should be recalled or not in cookie authentication mode');
-$strSetupLoginCookieRecall_name = __('Recall user name');
-$strSetupLoginCookieStore_desc = __('Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.');
-$strSetupLoginCookieStore_name = __('Login cookie store');
-$strSetupLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid');
-$strSetupLoginCookieValidityMsg = __('[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.');
-$strSetupLoginCookieValidity_name = __('Login cookie validity');
-$strSetupMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed');
-$strSetupMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
-$strSetupMaxDbList_desc = __('Maximum number of databases displayed in left frame and database list');
-$strSetupMaxDbList_name = __('Maximum databases');
-$strSetupMaxRows_desc = __('Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.');
-$strSetupMaxRows_name = __('Maximum number of rows to display');
-$strSetupMaxTableList_desc = __('Maximum number of tables displayed in table list');
-$strSetupMaxTableList_name = __('Maximum tables');
-$strSetupMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
-$strSetupMemoryLimit_name = __('Memory limit');
-$strSetupNavigationBarIconic_desc = __('Use only icons, only text or both');
-$strSetupNavigationBarIconic_name = __('Iconic navigation bar');
-$strSetupNewServer = __('New server');
-$strSetupNoServers = __('There are no configured servers');
-$strSetupOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
-$strSetupOBGzip_name = __('GZip output buffering');
-$strSetupOptionNone = __('- none -');
-$strSetupOrder_desc = __('[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
-$strSetupOrder_name = __('Default sorting order');
-$strSetupOverview = __('Overview');
-$strSetupPersistentConnections_desc = __('Use persistent connections to MySQL databases');
-$strSetupPersistentConnections_name = __('Persistent connections');
-$strSetupPropertiesIconic_desc = __('Use only icons, only text or both');
-$strSetupPropertiesIconic_name = __('Iconic table operations');
-$strSetupProtectBinary_desc = __('Disallow BLOB and BINARY fields from editing');
-$strSetupProtectBinary_name = __('Protect binary fields');
-$strSetupQueryHistoryDB_desc = __('Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).');
-$strSetupQueryHistoryDB_name = __('Permanent query history');
-$strSetupQueryHistoryMax_desc = __('How many queries are kept in history');
-$strSetupQueryHistoryMax_name = __('Query history length');
-$strSetupQueryWindowDefTab_desc = __('Tab displayed when opening a new query window');
-$strSetupQueryWindowDefTab_name = __('Default query window tab');
-$strSetupRecodingEngine_desc = __('Select which functions will be used for character set conversion');
-$strSetupRecodingEngine_name = __('Recoding engine');
-$strSetupRestoreDefaultValue = __('Restore default value');
-$strSetupRevertErroneousFields = __('Try to revert erroneous fields to their default values');
-$strSetupSaveDir_desc = __('Directory where exports can be saved on server');
-$strSetupSaveDir_name = __('Save directory');
-$strSetupServerAuthConfigMsg = __('You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].');
-$strSetupServerExtensionMsg = __('You should use mysqli for performance reasons');
-$strSetupServerNoPasswordMsg = __('You allow for connecting to the server without a password.');
-$strSetupServersAdd = __('Add a new server');
-$strSetupServers_AllowDeny_order_desc = __('Leave blank if not used');
-$strSetupServers_AllowDeny_order_name = __('Host authentication order');
-$strSetupServers_AllowDeny_rules_desc = __('Leave blank for defaults');
-$strSetupServers_AllowDeny_rules_name = __('Host authentication rules');
-$strSetupServers_AllowNoPassword_name = __('Allow logins without a password');
-$strSetupServers_AllowRoot_name = __('Allow root login');
-$strSetupServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
-$strSetupServers_auth_http_realm_name = __('HTTP Realm');
-$strSetupServers_auth_swekey_config_desc = __('The path for the config file for [a at http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)');
-$strSetupServers_auth_swekey_config_name = __('SweKey config file');
-$strSetupServers_auth_type_desc = __('Authentication method to use');
-$strSetupServers_auth_type_name = __('Authentication type');
-$strSetupServers_bookmarktable_desc = __('Leave blank for no [a at http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]');
-$strSetupServers_bookmarktable_name = __('Bookmark table');
-$strSetupServers_column_info_desc = __('Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]');
-$strSetupServers_column_info_name = __('Column information table');
-$strSetupServers_compress_desc = __('Compress connection to MySQL server');
-$strSetupServers_compress_name = __('Compress connection');
-$strSetupServers_connect_type_desc = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure');
-$strSetupServers_connect_type_name = __('Connection type');
-$strSetupServers_controlpass_name = __('Control user password');
-$strSetupServers_controluser_desc = __('A special MySQL user configured with limited permissions, more information available on [a at http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]');
-$strSetupServers_controluser_name = __('Control user');
-$strSetupServers_CountTables_desc = __('Count tables when showing database list');
-$strSetupServers_CountTables_name = __('Count tables');
-$strSetupServers_designer_coords_desc = __('Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]');
-$strSetupServers_designer_coords_name = __('Designer table');
-$strSetupServers_DisableIS_desc = __('More information on [a at http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a at http://bugs.mysql.com/19588]MySQL Bugs[/a]');
-$strSetupServers_DisableIS_name = __('Disable use of INFORMATION_SCHEMA');
-$strSetupServerSecurityInfoMsg = __('If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.');
-$strSetupServersEdit = __('Edit server');
-$strSetupServers_extension_desc = __('What PHP extension to use; you should use mysqli if supported');
-$strSetupServers_extension_name = __('PHP extension to use');
-$strSetupServers_hide_db_desc = __('Hide databases matching regular expression (PCRE)');
-$strSetupServers_hide_db_name = __('Hide databases');
-$strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
-$strSetupServers_history_name = __('SQL query history table');
-$strSetupServers_host_desc = __('Hostname where MySQL server is running');
-$strSetupServers_host_name = __('Server hostname');
-$strSetupServers_LogoutURL_name = __('Logout URL');
-$strSetupServers_nopassword_desc = __('Try to connect without password');
-$strSetupServers_nopassword_name = __('Connect without password');
-$strSetupServers_only_db_desc = __('You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\'');
-$strSetupServers_only_db_name = __('Show only listed databases');
-$strSetupServers_password_desc = __('Leave empty if not using config auth');
-$strSetupServers_password_name = __('Password for config auth');
-$strSetupServers_pdf_pages_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]');
-$strSetupServers_pdf_pages_name = __('PDF schema: pages table');
-$strSetupServers_pmadb_desc = __('Database used for relations, bookmarks, and PDF features. See [a at http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]');
-$strSetupServers_pmadb_name = __('PMA database');
-$strSetupServers_port_desc = __('Port on which MySQL server is listening, leave empty for default');
-$strSetupServers_port_name = __('Server port');
-$strSetupServers_relation_desc = __('Leave blank for no [a at http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]');
-$strSetupServers_relation_name = __('Relation table');
-$strSetupServers_ShowDatabasesCommand_desc = __('SQL command to fetch available databases');
-$strSetupServers_ShowDatabasesCommand_name = __('SHOW DATABASES command');
-$strSetupServers_SignonSession_desc = __('See [a at http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
-$strSetupServers_SignonSession_name = __('Signon session name');
-$strSetupServers_SignonURL_name = __('Signon URL');
-$strSetupServerSslMsg = __('You should use SSL connections if your web server supports it');
-$strSetupServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default');
-$strSetupServers_socket_name = __('Server socket');
-$strSetupServers_ssl_desc = __('Enable SSL for connection to MySQL server');
-$strSetupServers_ssl_name = __('Use SSL');
-$strSetupServers_table_coords_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]');
-$strSetupServers_table_coords_name = __('PDF schema: table coordinates');
-$strSetupServers_table_info_desc = __('Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
-$strSetupServers_table_info_name = __('Display fields table');
-$strSetupServers_user_desc = __('Leave empty if not using config auth');
-$strSetupServers_user_name = __('User for config auth');
-$strSetupServers_verbose_check_desc = __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
-$strSetupServers_verbose_check_name = __('Verbose check');
-$strSetupServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
-$strSetupServers_verbose_name = __('Verbose name of this server');
-$strSetupSetValue = __('Set value: %s');
-$strSetupShowAll_desc = __('Whether a user should be displayed a "show all (records)" button');
-$strSetupShowAll_name = __('Allow to display all the rows');
-$strSetupShowChgPassword_desc = __('Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly');
-$strSetupShowChgPassword_name = __('Show password change form');
-$strSetupShowCreateDb_name = __('Show create database form');
-$strSetupShowForm = __('Show form');
-$strSetupShowFunctionFields_desc = __('Display the function fields in edit/insert mode');
-$strSetupShowFunctionFields_name = __('Show function fields');
-$strSetupShowHiddenMessages = __('Show hidden messages (#MSG_COUNT)');
-$strSetupShowPhpInfo_desc = __('Shows link to [a at http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output');
-$strSetupShowPhpInfo_name = __('Show phpinfo() link');
-$strSetupShowServerInfo_name = __('Show detailed MySQL server information');
-$strSetupShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed');
-$strSetupShowSQL_name = __('Show SQL queries');
-$strSetupShowStats_desc = __('Allow to display database and table statistics (eg. space usage)');
-$strSetupShowStats_name = __('Show statistics');
-$strSetupShowTooltipAliasDB_desc = __('If tooltips are enabled and a database comment is set, this will flip the comment and the real name');
-$strSetupShowTooltipAliasDB_name = __('Display database comment instead of its name');
-$strSetupShowTooltipAliasTB_desc = __('When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged');
-$strSetupShowTooltipAliasTB_name = __('Display table comment instead of its name');
-$strSetupShowTooltip_name = __('Display table comments in tooltips');
-$strSetupSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables');
-$strSetupSkipLockedTables_name = __('Skip locked tables');
-$strSetupSQLQuery_Edit_name = __('Edit');
-$strSetupSQLQuery_Explain_name = __('Explain SQL');
-$strSetupSQLQuery_Refresh_name = __('Refresh');
-$strSetupSQLQuery_ShowAsPHP_name = __('Create PHP Code');
-$strSetupSQLQuery_Validate_name = __('Validate SQL');
-$strSetupSuggestDBName_desc = __('Suggest a database name on the "Create Database" form (if possible) or keep the text field empty');
-$strSetupSuggestDBName_name = __('Suggest new database name');
-$strSetupTrue = __('yes');
-$strSetupTrustedProxies_desc = __('Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]');
-$strSetupTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
-$strSetupUploadDir_desc = __('Directory on server where you can upload files for import');
-$strSetupUploadDir_name = __('Upload directory');
-$strSetupUseDbSearch_desc = __('Allow for searching inside the entire database');
-$strSetupUseDbSearch_name = __('Use database search');
-$strSetupVerboseMultiSubmit_desc = __('Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.');
-$strSetupVerboseMultiSubmit_name = __('Verbose multiple statements');
-$strSetupVersionCheckDataError = __('Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.');
-$strSetupVersionCheckInvalid = __('Got invalid version string from server');
-$strSetupVersionCheckLink = __('Check for latest version');
-$strSetupVersionCheckNewAvailable = __('A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.');
-$strSetupVersionCheckNewAvailableSvn = __('You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.');
-$strSetupVersionCheckNone = __('No newer stable version is available');
-$strSetupVersionCheckUnparsable = __('Unparsable version string');
-$strSetupVersionCheck = __('Version check');
-$strSetupVersionCheckWrapperError = __('Neither URL wrapper nor CURL is available. Version check is not possible.');
-$strSetupWarning = __('Warning');
-$strSetupZipDump_desc = __('Enable [a at http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations');
-$strSetupZipDumpExportWarning = __('[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.');
-$strSetupZipDumpImportWarning = __('[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.');
-$strSetupZipDump_name = __('ZIP');
 $strShowAll = __('Show all');
 $strShowBinaryContentsAsHex = __('Show binary contents as HEX');
 $strShowBinaryContents = __('Show binary contents');
diff --git a/setup/lib/common.inc.php b/setup/lib/common.inc.php
index 6207899..0cf20bd 100644
--- a/setup/lib/common.inc.php
+++ b/setup/lib/common.inc.php
@@ -17,6 +17,7 @@ chdir('..');
 
 require_once './libraries/common.inc.php';
 require_once './libraries/url_generating.lib.php';
+require_once './setup/lib/messages.inc.php';
 require_once './setup/lib/ConfigFile.class.php';
 
 // use default error handler
diff --git a/setup/lib/messages.inc.php b/setup/lib/messages.inc.php
new file mode 100644
index 0000000..b589951
--- /dev/null
+++ b/setup/lib/messages.inc.php
@@ -0,0 +1,364 @@
+<?php
+/* $Id$ */
+/**
+ * Messages for phpMyAdmin.
+ *
+ * This file is here for easy transition to Gettext. You should not add any
+ * new messages here, use instead gettext directly in your template/PHP
+ * file.
+ */
+
+$strSetupAllowAnywhereRecoding_name = __('Allow character set conversion');
+$strSetupAllowArbitraryServer_desc = __('If enabled user can enter any MySQL server in login form for cookie auth');
+$strSetupAllowArbitraryServerMsg = __('This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.');
+$strSetupAllowArbitraryServer_name = __('Allow login to any MySQL server');
+$strSetupAllowUserDropDatabase_name = __('Show "Drop database" link to normal users');
+$strSetupBlowfishSecretCharsMsg = __('Key should contain letters, numbers [em]and[/em] special characters');
+$strSetupblowfish_secret_desc = __('Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication');
+$strSetupBlowfishSecretLengthMsg = __('Key is too short, it should have at least 8 characters');
+$strSetupBlowfishSecretMsg = __('You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.');
+$strSetupblowfish_secret_name = __('Blowfish secret');
+$strSetupBrowseMarkerEnable_desc = __('Highlight selected rows');
+$strSetupBrowseMarkerEnable_name = __('Row marker');
+$strSetupBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor');
+$strSetupBrowsePointerEnable_name = __('Highlight pointer');
+$strSetupBZipDump_desc = __('Enable [a at http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations');
+$strSetupBZipDump_name = __('Bzip2');
+$strSetupBZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
+$strSetupCannotLoadConfig = __('Cannot load or save configuration');
+$strSetupCannotLoadConfigMsg = __('Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a at ../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.');
+$strSetupCharEditing_desc = __('Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields');
+$strSetupCharEditing_name = __('CHAR fields editing');
+$strSetupCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas');
+$strSetupCharTextareaCols_name = __('CHAR textarea columns');
+$strSetupCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas');
+$strSetupCharTextareaRows_name = __('CHAR textarea rows');
+$strSetupCheckConfigurationPermissions_name = __('Check config file permissions');
+$strSetupClear = __('Clear');
+$strSetupCompressOnFly_desc = __('Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature');
+$strSetupCompressOnFly_name = __('Compress on the fly');
+$strSetupConfigurationFile = __('Configuration file');
+$strSetupConfirm_desc = __('Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data');
+$strSetupConfirm_name = __('Confirm DROP queries');
+$strSetupDefaultCharset_desc = __('Default character set used for conversions');
+$strSetupDefaultCharset_name = __('Default character set');
+$strSetupDefaultLanguage = __('Default language');
+$strSetupDefaultServer = __('Default server');
+$strSetupDefaultTabDatabase_desc = __('Tab that is displayed when entering a database');
+$strSetupDefaultTabDatabase_name = __('Default database tab');
+$strSetupDefaultTabServer_desc = __('Tab that is displayed when entering a server');
+$strSetupDefaultTabServer_name = __('Default server tab');
+$strSetupDefaultTabTable_desc = __('Tab that is displayed when entering a table');
+$strSetupDefaultTabTable_name = __('Default table tab');
+$strSetupDirectoryNotice = __('This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.');
+$strSetupDisplayDatabasesList_desc = __('Show database listing as a list instead of a drop down');
+$strSetupDisplayDatabasesList_name = __('Display databases as a list');
+$strSetupDisplay = __('Display');
+$strSetupDisplayServersList_desc = __('Show server listing as a list instead of a drop down');
+$strSetupDisplayServersList_name = __('Display servers as a list');
+$strSetupDonateLink = __('Donate');
+$strSetupDownload = __('Download');
+$strSetupEndOfLine = __('End of line');
+$strSetuperror_connection = __('Could not connect to MySQL server');
+$strSetuperror_empty_pmadb_password = __('Empty phpMyAdmin control user password while using pmadb');
+$strSetuperror_empty_pmadb_user = __('Empty phpMyAdmin control user while using pmadb');
+$strSetuperror_empty_signon_session = __('Empty signon session name while using signon authentication method');
+$strSetuperror_empty_signon_url = __('Empty signon URL while using signon authentication method');
+$strSetuperror_empty_user_for_config_auth = __('Empty username while using config authentication method');
+$strSetuperror_form = __('Submitted form contains errors');
+$strSetuperror_incorrect_ip_address = __('Incorrect IP address: %s');
+$strSetuperror_incorrect_port = __('Not a valid port number');
+$strSetuperror_incorrect_value = __('Incorrect value');
+$strSetuperror_missing_field_data = __('Missing data for %s');
+$strSetuperror_nan_nneg = __('Not a non-negative number');
+$strSetuperror_nan_p = __('Not a positive number');
+$strSetupExecTimeLimit_desc = __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
+$strSetupExecTimeLimit_name = __('Maximum execution time');
+$strSetupExport_asfile_name = __('Save as file');
+$strSetupExport_charset_name = __('Character set of the file');
+$strSetupExport_compression_name = __('Compression');
+$strSetupExport_file_template_database_name = __('Database name template');
+$strSetupExport_file_template_server_name = __('Server name template');
+$strSetupExport_file_template_table_name = __('Table name template');
+$strSetupExport_format_name = __('Format');
+$strSetupExport_onserver_name = __('Save on server');
+$strSetupExport_onserver_overwrite_name = __('Overwrite existing file(s)');
+$strSetupExport_remember_file_template_name = __('Remember file name template');
+$strSetupFalse = __('no');
+$strSetupForceSSL_desc = __('Force secured connection while using phpMyAdmin');
+$strSetupForceSSLMsg = __('This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it');
+$strSetupForceSSL_name = __('Force SSL connection');
+$strSetupForeignKeyDropdownOrder_desc = __('Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value');
+$strSetupForeignKeyDropdownOrder_name = __('Foreign key dropdown order');
+$strSetupForeignKeyMaxLimit_desc = __('A dropdown will be used if fewer items are present');
+$strSetupForeignKeyMaxLimit_name = __('Foreign key limit');
+$strSetupForm_Browse = __('Browse mode');
+$strSetupForm_Browse_desc = __('Customize browse mode');
+$strSetupForm_Edit_desc = __('Customize edit mode');
+$strSetupForm_Edit = __('Edit mode');
+$strSetupForm_Export_defaults_desc = __('Customize default export options');
+$strSetupForm_Export_defaults = __('Export defaults');
+$strSetupForm_Import_defaults_desc = __('Customize default common import options');
+$strSetupForm_Import_defaults = __('Import defaults');
+$strSetupForm_Import_export_desc = __('Set import and export directories and compression options');
+$strSetupForm_Import_export = __('Import / export');
+$strSetupForm_Left_databases = __('Databases');
+$strSetupForm_Left_databases_desc = __('Databases display options');
+$strSetupForm_Left_frame_desc = __('Customize appearance of the navigation frame');
+$strSetupForm_Left_frame = __('Navigation frame');
+$strSetupForm_Left_servers_desc = __('Servers display options');
+$strSetupForm_Left_servers = __('Servers');
+$strSetupForm_Left_tables_desc = __('Tables display options');
+$strSetupForm_Left_tables = __('Tables');
+$strSetupForm_Main_frame = __('Main frame');
+$strSetupForm_Other_core_settings_desc = __('Settings that didn\'t fit enywhere else');
+$strSetupForm_Other_core_settings = __('Other core settings');
+$strSetupForm_Query_window_desc = __('Customize query window options');
+$strSetupForm_Query_window = __('Query window');
+$strSetupForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
+$strSetupForm_Security = __('Security');
+$strSetupForm_Server = __('Basic settings');
+$strSetupForm_Server_config_desc = __('Advanced server configuration, do not change these options unless you know what they are for');
+$strSetupForm_Server_config = __('Server configuration');
+$strSetupForm_Server_desc = __('Enter server connection parameters');
+$strSetupForm_Server_login_options_desc = __('Enter login options for signon authentication');
+$strSetupForm_Server_login_options = __('Signon login options');
+$strSetupForm_Server_pmadb_desc = __('Configure phpMyAdmin database to gain access to additional features, see [a at ../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation');
+$strSetupForm_Server_pmadb = __('PMA database');
+$strSetupFormset_customization = __('Customization');
+$strSetupFormset_export = __('Customize export options');
+$strSetupFormset_features = __('Features');
+$strSetupFormset_import = __('Customize import defaults');
+$strSetupFormset_left_frame = __('Customize navigation frame');
+$strSetupFormset_main_frame = __('Customize main frame');
+$strSetupForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
+$strSetupForm_Sql_box = __('SQL Query box');
+$strSetupForm_Sql_queries_desc = __('SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings');
+$strSetupForm_Sql_queries = __('SQL queries');
+$strSetupForm_Startup_desc = __('Customize startup page');
+$strSetupForm_Startup = __('Startup');
+$strSetupForm_Tabs_desc = __('Choose how you want tabs to work');
+$strSetupForm_Tabs = __('Tabs');
+$strSetupGZipDump_desc = __('Enable [a at http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
+$strSetupGZipDump_name = __('GZip');
+$strSetupGZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
+$strSetupHomepageLink = __('phpMyAdmin homepage');
+$strSetupIconvExtraParams_name = __('Extra parameters for iconv');
+$strSetupIgnoreErrors = __('Ignore errors');
+$strSetupIgnoreMultiSubmitErrors_desc = __('If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed');
+$strSetupIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
+$strSetupImport_allow_interrupt_desc = __('Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.');
+$strSetupImport_allow_interrupt_name = __('Partial import: allow interrupt');
+$strSetupImport_format_desc = __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
+$strSetupImport_format_name = __('Format of imported file');
+$strSetupImport_skip_queries_desc = __('Number of records (queries) to skip from start');
+$strSetupImport_skip_queries_name = __('Partial import: skip queries');
+$strSetupInsecureConnection = __('Insecure connection');
+$strSetupInsecureConnectionMsg1 = __('You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!');
+$strSetupInsecureConnectionMsg2 = __('If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.');
+$strSetupInsertRows_desc = __('How many rows can be inserted at one time');
+$strSetupInsertRows_name = __('Number of inserted rows');
+$strSetupLeftDefaultTabTable_name = __('Target for quick access icon');
+$strSetupLeftDisplayLogo_desc = __('Show logo in left frame');
+$strSetupLeftDisplayLogo_name = __('Display logo');
+$strSetupLeftDisplayServers_desc = __('Display server choice at the top of the left frame');
+$strSetupLeftDisplayServers_name = __('Display servers selection');
+$strSetupLeftFrameDBSeparator_desc = __('String that separates databases into different tree levels');
+$strSetupLeftFrameDBSeparator_name = __('Database tree separator');
+$strSetupLeftFrameDBTree_desc = __('Only light version; display databases in a tree (determined by the separator defined below)');
+$strSetupLeftFrameDBTree_name = __('Display databases in a tree');
+$strSetupLeftFrameLight_desc = __('Disable this if you want to see all databases at once');
+$strSetupLeftFrameLight_name = __('Use light version');
+$strSetupLeftFrameTableLevel_name = __('Maximum table tree depth');
+$strSetupLeftFrameTableSeparator_desc = __('String that separates tables into different tree levels');
+$strSetupLeftFrameTableSeparator_name = __('Table tree separator');
+$strSetupLeftLogoLink_name = __('Logo link URL');
+$strSetupLeftLogoLinkWindow_desc = __('Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])');
+$strSetupLeftLogoLinkWindow_name = __('Logo link target');
+$strSetupLeftPointerEnable_desc = __('Highlight server under the mouse cursor');
+$strSetupLeftPointerEnable_name = __('Enable highlighting');
+$strSetupLetUserChoose = __('let the user choose');
+$strSetupLightTabs_desc = __('Use less graphically intense tabs');
+$strSetupLightTabs_name = __('Light tabs');
+$strSetupLoad = __('Load');
+$strSetupLoginCookieDeleteAll_desc = __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
+$strSetupLoginCookieDeleteAll_name = __('Delete all cookies on logout');
+$strSetupLoginCookieRecall_desc = __('Define whether the previous login should be recalled or not in cookie authentication mode');
+$strSetupLoginCookieRecall_name = __('Recall user name');
+$strSetupLoginCookieStore_desc = __('Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.');
+$strSetupLoginCookieStore_name = __('Login cookie store');
+$strSetupLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid');
+$strSetupLoginCookieValidityMsg = __('[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.');
+$strSetupLoginCookieValidity_name = __('Login cookie validity');
+$strSetupMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed');
+$strSetupMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
+$strSetupMaxDbList_desc = __('Maximum number of databases displayed in left frame and database list');
+$strSetupMaxDbList_name = __('Maximum databases');
+$strSetupMaxRows_desc = __('Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.');
+$strSetupMaxRows_name = __('Maximum number of rows to display');
+$strSetupMaxTableList_desc = __('Maximum number of tables displayed in table list');
+$strSetupMaxTableList_name = __('Maximum tables');
+$strSetupMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
+$strSetupMemoryLimit_name = __('Memory limit');
+$strSetupNavigationBarIconic_desc = __('Use only icons, only text or both');
+$strSetupNavigationBarIconic_name = __('Iconic navigation bar');
+$strSetupNewServer = __('New server');
+$strSetupNoServers = __('There are no configured servers');
+$strSetupOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
+$strSetupOBGzip_name = __('GZip output buffering');
+$strSetupOptionNone = __('- none -');
+$strSetupOrder_desc = __('[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
+$strSetupOrder_name = __('Default sorting order');
+$strSetupOverview = __('Overview');
+$strSetupPersistentConnections_desc = __('Use persistent connections to MySQL databases');
+$strSetupPersistentConnections_name = __('Persistent connections');
+$strSetupPropertiesIconic_desc = __('Use only icons, only text or both');
+$strSetupPropertiesIconic_name = __('Iconic table operations');
+$strSetupProtectBinary_desc = __('Disallow BLOB and BINARY fields from editing');
+$strSetupProtectBinary_name = __('Protect binary fields');
+$strSetupQueryHistoryDB_desc = __('Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).');
+$strSetupQueryHistoryDB_name = __('Permanent query history');
+$strSetupQueryHistoryMax_desc = __('How many queries are kept in history');
+$strSetupQueryHistoryMax_name = __('Query history length');
+$strSetupQueryWindowDefTab_desc = __('Tab displayed when opening a new query window');
+$strSetupQueryWindowDefTab_name = __('Default query window tab');
+$strSetupRecodingEngine_desc = __('Select which functions will be used for character set conversion');
+$strSetupRecodingEngine_name = __('Recoding engine');
+$strSetupRestoreDefaultValue = __('Restore default value');
+$strSetupRevertErroneousFields = __('Try to revert erroneous fields to their default values');
+$strSetupSaveDir_desc = __('Directory where exports can be saved on server');
+$strSetupSaveDir_name = __('Save directory');
+$strSetupServerAuthConfigMsg = __('You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].');
+$strSetupServerExtensionMsg = __('You should use mysqli for performance reasons');
+$strSetupServerNoPasswordMsg = __('You allow for connecting to the server without a password.');
+$strSetupServersAdd = __('Add a new server');
+$strSetupServers_AllowDeny_order_desc = __('Leave blank if not used');
+$strSetupServers_AllowDeny_order_name = __('Host authentication order');
+$strSetupServers_AllowDeny_rules_desc = __('Leave blank for defaults');
+$strSetupServers_AllowDeny_rules_name = __('Host authentication rules');
+$strSetupServers_AllowNoPassword_name = __('Allow logins without a password');
+$strSetupServers_AllowRoot_name = __('Allow root login');
+$strSetupServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
+$strSetupServers_auth_http_realm_name = __('HTTP Realm');
+$strSetupServers_auth_swekey_config_desc = __('The path for the config file for [a at http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)');
+$strSetupServers_auth_swekey_config_name = __('SweKey config file');
+$strSetupServers_auth_type_desc = __('Authentication method to use');
+$strSetupServers_auth_type_name = __('Authentication type');
+$strSetupServers_bookmarktable_desc = __('Leave blank for no [a at http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]');
+$strSetupServers_bookmarktable_name = __('Bookmark table');
+$strSetupServers_column_info_desc = __('Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]');
+$strSetupServers_column_info_name = __('Column information table');
+$strSetupServers_compress_desc = __('Compress connection to MySQL server');
+$strSetupServers_compress_name = __('Compress connection');
+$strSetupServers_connect_type_desc = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure');
+$strSetupServers_connect_type_name = __('Connection type');
+$strSetupServers_controlpass_name = __('Control user password');
+$strSetupServers_controluser_desc = __('A special MySQL user configured with limited permissions, more information available on [a at http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]');
+$strSetupServers_controluser_name = __('Control user');
+$strSetupServers_CountTables_desc = __('Count tables when showing database list');
+$strSetupServers_CountTables_name = __('Count tables');
+$strSetupServers_designer_coords_desc = __('Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]');
+$strSetupServers_designer_coords_name = __('Designer table');
+$strSetupServers_DisableIS_desc = __('More information on [a at http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a at http://bugs.mysql.com/19588]MySQL Bugs[/a]');
+$strSetupServers_DisableIS_name = __('Disable use of INFORMATION_SCHEMA');
+$strSetupServerSecurityInfoMsg = __('If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.');
+$strSetupServersEdit = __('Edit server');
+$strSetupServers_extension_desc = __('What PHP extension to use; you should use mysqli if supported');
+$strSetupServers_extension_name = __('PHP extension to use');
+$strSetupServers_hide_db_desc = __('Hide databases matching regular expression (PCRE)');
+$strSetupServers_hide_db_name = __('Hide databases');
+$strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
+$strSetupServers_history_name = __('SQL query history table');
+$strSetupServers_host_desc = __('Hostname where MySQL server is running');
+$strSetupServers_host_name = __('Server hostname');
+$strSetupServers_LogoutURL_name = __('Logout URL');
+$strSetupServers_nopassword_desc = __('Try to connect without password');
+$strSetupServers_nopassword_name = __('Connect without password');
+$strSetupServers_only_db_desc = __('You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\'');
+$strSetupServers_only_db_name = __('Show only listed databases');
+$strSetupServers_password_desc = __('Leave empty if not using config auth');
+$strSetupServers_password_name = __('Password for config auth');
+$strSetupServers_pdf_pages_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]');
+$strSetupServers_pdf_pages_name = __('PDF schema: pages table');
+$strSetupServers_pmadb_desc = __('Database used for relations, bookmarks, and PDF features. See [a at http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]');
+$strSetupServers_pmadb_name = __('PMA database');
+$strSetupServers_port_desc = __('Port on which MySQL server is listening, leave empty for default');
+$strSetupServers_port_name = __('Server port');
+$strSetupServers_relation_desc = __('Leave blank for no [a at http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]');
+$strSetupServers_relation_name = __('Relation table');
+$strSetupServers_ShowDatabasesCommand_desc = __('SQL command to fetch available databases');
+$strSetupServers_ShowDatabasesCommand_name = __('SHOW DATABASES command');
+$strSetupServers_SignonSession_desc = __('See [a at http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
+$strSetupServers_SignonSession_name = __('Signon session name');
+$strSetupServers_SignonURL_name = __('Signon URL');
+$strSetupServerSslMsg = __('You should use SSL connections if your web server supports it');
+$strSetupServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default');
+$strSetupServers_socket_name = __('Server socket');
+$strSetupServers_ssl_desc = __('Enable SSL for connection to MySQL server');
+$strSetupServers_ssl_name = __('Use SSL');
+$strSetupServers_table_coords_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]');
+$strSetupServers_table_coords_name = __('PDF schema: table coordinates');
+$strSetupServers_table_info_desc = __('Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
+$strSetupServers_table_info_name = __('Display fields table');
+$strSetupServers_user_desc = __('Leave empty if not using config auth');
+$strSetupServers_user_name = __('User for config auth');
+$strSetupServers_verbose_check_desc = __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
+$strSetupServers_verbose_check_name = __('Verbose check');
+$strSetupServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
+$strSetupServers_verbose_name = __('Verbose name of this server');
+$strSetupSetValue = __('Set value: %s');
+$strSetupShowAll_desc = __('Whether a user should be displayed a "show all (records)" button');
+$strSetupShowAll_name = __('Allow to display all the rows');
+$strSetupShowChgPassword_desc = __('Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly');
+$strSetupShowChgPassword_name = __('Show password change form');
+$strSetupShowCreateDb_name = __('Show create database form');
+$strSetupShowForm = __('Show form');
+$strSetupShowFunctionFields_desc = __('Display the function fields in edit/insert mode');
+$strSetupShowFunctionFields_name = __('Show function fields');
+$strSetupShowHiddenMessages = __('Show hidden messages (#MSG_COUNT)');
+$strSetupShowPhpInfo_desc = __('Shows link to [a at http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output');
+$strSetupShowPhpInfo_name = __('Show phpinfo() link');
+$strSetupShowServerInfo_name = __('Show detailed MySQL server information');
+$strSetupShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed');
+$strSetupShowSQL_name = __('Show SQL queries');
+$strSetupShowStats_desc = __('Allow to display database and table statistics (eg. space usage)');
+$strSetupShowStats_name = __('Show statistics');
+$strSetupShowTooltipAliasDB_desc = __('If tooltips are enabled and a database comment is set, this will flip the comment and the real name');
+$strSetupShowTooltipAliasDB_name = __('Display database comment instead of its name');
+$strSetupShowTooltipAliasTB_desc = __('When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged');
+$strSetupShowTooltipAliasTB_name = __('Display table comment instead of its name');
+$strSetupShowTooltip_name = __('Display table comments in tooltips');
+$strSetupSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables');
+$strSetupSkipLockedTables_name = __('Skip locked tables');
+$strSetupSQLQuery_Edit_name = __('Edit');
+$strSetupSQLQuery_Explain_name = __('Explain SQL');
+$strSetupSQLQuery_Refresh_name = __('Refresh');
+$strSetupSQLQuery_ShowAsPHP_name = __('Create PHP Code');
+$strSetupSQLQuery_Validate_name = __('Validate SQL');
+$strSetupSuggestDBName_desc = __('Suggest a database name on the "Create Database" form (if possible) or keep the text field empty');
+$strSetupSuggestDBName_name = __('Suggest new database name');
+$strSetupTrue = __('yes');
+$strSetupTrustedProxies_desc = __('Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]');
+$strSetupTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
+$strSetupUploadDir_desc = __('Directory on server where you can upload files for import');
+$strSetupUploadDir_name = __('Upload directory');
+$strSetupUseDbSearch_desc = __('Allow for searching inside the entire database');
+$strSetupUseDbSearch_name = __('Use database search');
+$strSetupVerboseMultiSubmit_desc = __('Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.');
+$strSetupVerboseMultiSubmit_name = __('Verbose multiple statements');
+$strSetupVersionCheckDataError = __('Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.');
+$strSetupVersionCheckInvalid = __('Got invalid version string from server');
+$strSetupVersionCheckLink = __('Check for latest version');
+$strSetupVersionCheckNewAvailable = __('A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.');
+$strSetupVersionCheckNewAvailableSvn = __('You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.');
+$strSetupVersionCheckNone = __('No newer stable version is available');
+$strSetupVersionCheckUnparsable = __('Unparsable version string');
+$strSetupVersionCheck = __('Version check');
+$strSetupVersionCheckWrapperError = __('Neither URL wrapper nor CURL is available. Version check is not possible.');
+$strSetupWarning = __('Warning');
+$strSetupZipDump_desc = __('Enable [a at http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations');
+$strSetupZipDumpExportWarning = __('[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.');
+$strSetupZipDumpImportWarning = __('[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.');
+$strSetupZipDump_name = __('ZIP');
+
+?>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list