Merge translations for setup script.

This commit is contained in:
Michal Čihař
2008-11-03 15:39:25 +00:00
parent d3eebf9a53
commit c5be07eaba
55 changed files with 19279 additions and 28 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -132,26 +132,6 @@ $strCardinality = 'Cardinality';
$strCaseInsensitive = 'case-insensitive'; $strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive'; $strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European'; $strCentralEuropean = 'Central European';
$strChange = 'Change';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Choose field to display';
$strChangePassword = 'Change password';
$strCharset = 'Charset';
$strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
$strCheckAll = 'Check All';
$strCheck = 'Check';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database "%s".';
$strCheckTable = 'Check table';
$strChoosePage = 'Please choose a page to edit';
$strColComFeat = 'Displaying Column Comments'; $strColComFeat = 'Displaying Column Comments';
$strCollation = 'Collation'; $strCollation = 'Collation';
$strColumnNames = 'Column names'; $strColumnNames = 'Column names';
@@ -200,6 +180,26 @@ $strCustomColor = 'Custom color';
$strCyrillic = 'Cyrillic'; $strCyrillic = 'Cyrillic';
$strCzech = 'Czech'; $strCzech = 'Czech';
$strCzechSlovak = 'Czech-Slovak'; $strCzechSlovak = 'Czech-Slovak';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Choose field to display';
$strChange = 'Change';
$strChangePassword = 'Change password';
$strCharset = 'Charset';
$strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
$strCheckAll = 'Check All';
$strCheck = 'Check';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database "%s".';
$strCheckTable = 'Check table';
$strChoosePage = 'Please choose a page to edit';
$strDanish = 'Danish'; $strDanish = 'Danish';
$strDatabase = 'Database'; $strDatabase = 'Database';
@@ -433,7 +433,6 @@ $strKorean = 'Korean';
$strLandscape = 'Landscape'; $strLandscape = 'Landscape';
$strLanguage = 'Language'; $strLanguage = 'Language';
$strLanguageUnknown = 'Unknown language: %1$s.'; $strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption'; $strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__'; $strLatexContent = 'Content of table __TABLE__';
$strLatexContinuedCaption = 'Continued table caption'; $strLatexContinuedCaption = 'Continued table caption';
@@ -442,6 +441,7 @@ $strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key'; $strLatexLabel = 'Label key';
$strLaTeX = 'LaTeX'; $strLaTeX = 'LaTeX';
$strLatexStructure = 'Structure of table __TABLE__'; $strLatexStructure = 'Structure of table __TABLE__';
$strLatchedPages = 'Latched pages';
$strLatvian = 'Latvian'; $strLatvian = 'Latvian';
$strLDI = 'CSV using LOAD DATA'; $strLDI = 'CSV using LOAD DATA';
$strLDILocal = 'Use LOCAL keyword'; $strLDILocal = 'Use LOCAL keyword';
@@ -498,9 +498,9 @@ $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table ind
$strMyISAMRepairThreads = 'Repair threads'; $strMyISAMRepairThreads = 'Repair threads';
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sort buffer size'; $strMyISAMSortBufferSize = 'Sort buffer size';
$strMySQLCharset = 'MySQL charset';
$strMysqlClientVersion = 'MySQL client version'; $strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation'; $strMySQLConnectionCollation = 'MySQL connection collation';
$strMySQLCharset = 'MySQL charset';
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';
$strMySQLSaid = 'MySQL said: '; $strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'Show processes'; $strMySQLShowProcess = 'Show processes';
@@ -567,19 +567,19 @@ $strPartitionDefinition = 'PARTITION definition';
$strPartitioned = 'partitioned'; $strPartitioned = 'partitioned';
$strPartitionMaintenance = 'Partition maintenance'; $strPartitionMaintenance = 'Partition maintenance';
$strPartition = 'Partition %s'; $strPartition = 'Partition %s';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'The password is empty!'; $strPasswordEmpty = 'The password is empty!';
$strPasswordHashing = 'Password Hashing'; $strPasswordHashing = 'Password Hashing';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordNotSame = 'The passwords aren\'t the same!'; $strPasswordNotSame = 'The passwords aren\'t the same!';
$strPassword = 'Password'; $strPassword = 'Password';
$strPBXTCheckpointFrequency = 'Checkpoint frequency';
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.';
$strPBXTDataFileGrowSize = 'Data file grow size'; $strPBXTDataFileGrowSize = 'Data file grow size';
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.';
$strPBXTDataLogThreshold = 'Data log threshold'; $strPBXTDataLogThreshold = 'Data log threshold';
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.';
$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';
$strPBXTGarbageThreshold = 'Garbage threshold'; $strPBXTGarbageThreshold = 'Garbage threshold';
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.';
$strPBXTCheckpointFrequency = 'Checkpoint frequency';
$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';
$strPBXTIndexCacheSize = 'Index cache size'; $strPBXTIndexCacheSize = 'Index cache size';
$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';
@@ -638,8 +638,8 @@ $strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.'; $strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.'; $strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescEvent = 'Allows to set up events for the event scheduler'; $strPrivDescEvent = 'Allows to set up events for the event scheduler';
$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; $strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; $strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.'; $strPrivDescIndex = 'Allows creating and dropping indexes.';
@@ -781,6 +781,356 @@ $strServerVersion = 'Server version';
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
$strSessionValue = 'Session value'; $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\').'; $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\').';
$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&amp;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&amp;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 &quot;Drop database&quot; link to normal users';
$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication';
$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters';
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters';
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.';
$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@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations';
$strSetupBZipDump_name = 'Bzip2';
$strSetupBZipDumpWarning = '[a@?page=form&amp;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@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.';
$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 (&quot;Are your really sure...&quot;) 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_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_charset_name = 'Character set of the file';
$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&amp;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@../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&amp;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@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations';
$strSetupGZipDump_name = 'GZip';
$strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupHomepageLink = 'phpMyAdmin homepage';
$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';
$strSetupIconvExtraParams_name = 'Extra parameters for iconv';
$strSetupIgnoreErrors = 'Ignore errors';
$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA 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, mind that this list depends on location (database, table) and only SQL is always avaiable';
$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 sensitive, 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 enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.';
$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 = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it 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 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';
$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list';
$strSetupMaxDbList_name = 'Maximum databases';
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed';
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length';
$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; 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 or 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 [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 phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].';
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons';
$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.';
$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_AllowNoPasswordRoot_name = 'Allow root without password';
$strSetupServers_AllowRoot_name = 'Allow root login';
$strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./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@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]';
$strSetupServers_bookmarktable_name = 'Bookmark table';
$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [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 tcp 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@http://wiki.cihar.com/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, default: [kbd]designer_coords[/kbd]';
$strSetupServers_designer_coords_name = 'Designer table';
$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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, 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, default: [kbd]pma_history[/kbd]';
$strSetupServers_history_name = 'SQL query history table';
$strSetupServers_host_desc = '';
$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, default: [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@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [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@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [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@http://wiki.cihar.com/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 = '';
$strSetupServers_ssl_name = 'Use SSL';
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [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; default: [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_desc = 'Hostname where MySQL server is running';
$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_name = 'Verbose name of this server';
$strSetupSetValue = 'Set value: %s';
$strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button';
$strSetupShowAll_name = 'Allow to display all the rows';
$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)';
$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';
$strSetupShowPhpInfo_desc = 'Shows link to [a@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 &quot;Create Database&quot; 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 = 'New version of phpMyAdmin is available, you should consider upgrade. New 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@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations';
$strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.';
$strSetupZipDump_name = 'ZIP';
$strShowAll = 'Show all'; $strShowAll = 'Show all';
$strShowColor = 'Show color'; $strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format'; $strShowDatadictAs = 'Data Dictionary Format';
@@ -886,8 +1236,8 @@ $strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
@@ -933,9 +1283,9 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote'; $strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; $strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStandInStructureForView = 'Stand-in structure for view'; $strStandInStructureForView = 'Stand-in structure for view';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation'; $strStatCreateTime = 'Creation';
$strStatement = 'Statements'; $strStatement = 'Statements';
$strStatCheckTime = 'Last check';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
$strStatUpdateTime = 'Last update'; $strStatUpdateTime = 'Last update';
$strStatus = 'Status'; $strStatus = 'Status';

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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