diff --git a/ChangeLog b/ChangeLog index e4ca1cfd3c..f3a0a3b42c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,6 +62,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + rfe #2657696 Automatically copy generated password - bug #2787162 [interface] Table with name 'log_views' is incorrectly displayed as a view + patch #2665440 Detect mcrypt initialization failure ++ [lang] Galician update, thanks to Xosé Calvo - xosecalvo 3.1.6.0 (not yet released) - bug #2785912 [doc] no ON UPDATE CURRENT_TIMESTAMP in list of attributes diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 394c66204b..ddda7d6d19 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1039,424 +1039,424 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimina-se o limite.'; $strZip = 'comprimido no formato "zip"'; -$strRelationalKey = 'Relational key'; //to translate -$strRelationalDisplayField = 'Relational display field'; //to translate -$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate -$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate -$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate -$strSwekeyAuthenticating = 'Authenticating...'; //to translate -$strPBXTIndexCacheSize = 'Index cache size'; //to translate -$strPBXTRecordCacheSize = 'Record cache size'; //to translate -$strPBXTLogCacheSize = 'Log cache size'; //to translate -$strPBXTLogFileThreshold = 'Log file threshold'; //to translate -$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate -$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate -$strPBXTDataLogThreshold = 'Data log threshold'; //to translate -$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate -$strPBXTLogBufferSize = 'Log buffer size'; //to translate -$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate -$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate -$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate -$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate -$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.'; //to translate -$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.'; //to translate -$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.'; //to translate -$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //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 -$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate -$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate -$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate -$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.'; //to translate -$strPBXTLogFileCount = 'Log file count'; //to translate -$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate -$strAsDefined = 'As defined:'; //to translate -$strWiki = 'Wiki'; //to translate -$strWebServer = 'Web server'; //to translate -$strPHPExtension = 'PHP extension'; //to translate -$strCustomColor = 'Custom color'; //to translate -$strBLOBRepository = 'BLOB Repository'; //to translate -$strBLOBRepositoryDamaged = 'Damaged'; //to translate -$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate -$strBLOBRepositoryDisabled = 'Disabled'; //to translate -$strBLOBRepositoryDisable = 'Disable'; //to translate -$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate -$strBLOBRepositoryEnabled = 'Enabled'; //to translate -$strBLOBRepositoryEnable = 'Enable'; //to translate -$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate -$strBLOBRepositoryRepair = 'Repair'; //to translate -$strBLOBRepositoryStatus = 'Status'; //to translate -$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate -$strViewImage = 'View image'; //to translate -$strPlayAudio = 'Play audio'; //to translate -$strViewVideo = 'View video'; //to translate -$strDownloadFile = 'Download file'; //to translate -$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //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 -$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 -$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 -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 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_host_name = 'Server hostname'; //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_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.phpmyadmin.net/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_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_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.phpmyadmin.net/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.phpmyadmin.net/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.phpmyadmin.net/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.phpmyadmin.net/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 -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //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 -$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 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_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 -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate -$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate -$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate -$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate -$strShowBinaryContents = 'Show binary contents'; //to translate -$strShowBLOBContents = 'Show BLOB contents'; //to translate -$strStatic = 'static'; //to translate -$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate -$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate -$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate -$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate -$strGetMoreThemes = 'Get more themes!'; //to translate -$strNoneDefault = 'None'; //to translate -$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate -$strEscapeCRLF = 'Remove CRLF characters within fields'; //to translate -$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate -$strAndSmall = 'and'; //to translate -$strReplicationStatus = 'Replication status'; //to translate -$strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; //to translate -$strReplicationStatus_master = 'Master status'; //to translate -$strReplicationStatus_slave = 'Slave status'; //to translate +$strRelationalKey = 'Chave relaciona'; +$strRelationalDisplayField = 'Campo de exhibición relacional'; +$strSwekeyNoKey = 'Non se meteu unha chave de autenticación válida'; +$strSwekeyNoKeyId = 'O ficheiro %s non contén nengún id de chave'; +$strSwekeyAuthFailed = 'Fallou a autenticación do hardware'; +$strSwekeyAuthenticating = 'A autenticar...'; +$strPBXTIndexCacheSize = 'Tamaño da caché do índice'; +$strPBXTRecordCacheSize = 'Tamaño da caché dos rexistros'; +$strPBXTLogCacheSize = 'Tamaño da caché do rexistro'; +$strPBXTLogFileThreshold = 'Limiar do ficheiro de rexistro'; +$strPBXTTransactionBufferSize = 'Tamaño do buffer de transaccións'; +$strPBXTCheckpointFrequency = 'Frecuencia do punto de comprobación'; +$strPBXTDataLogThreshold = 'Limiar do rexistro de datos'; +$strPBXTGarbageThreshold = 'Limiar do lixo'; +$strPBXTLogBufferSize = 'Tamaño do buffer do rexistro'; +$strPBXTDataFileGrowSize = 'Tamaño de medre do ficheiro de datos'; +$strPBXTRowFileGrowSize = 'Tamaño de megro do ficheiro de fileiras'; +$strPBXTRowFileGrowSizeDesc = 'O tamaño de medro dos ficheiros de punteiro de fileira (.xtr).'; +$strPBXTDataFileGrowSizeDesc = 'O tamaño de medre dos ficheiros de datos de manipulación (.xtd).'; +$strPBXTLogBufferSizeDesc = 'O tamaño do buffer empregado ao escribir un rexistro de datos. Por omisión é 256MB. O motor asigna un buffer por fío, mais só se se require o fío para escribir un rexistro de datos.'; +$strPBXTGarbageThresholdDesc = 'A porcentaxe de lixo no ficheiro de datos antes de compactar. É un valor entre 1 e 99. Por omisión é 50.'; +$strPBXTDataLogThresholdDesc = 'O tamaño máximo dun ficheiro de rexistro de datos. O valor por omisión é 64MB. PBXT pode crear un máximo de 32.000 rexistros de datos, que empregan todas as táboas. Polo tanto, o valor desta varíabel pódese aumentar para incrementar a cantidade total de datos que se poden almacenar na base de datos.'; +$strPBXTCheckpointFrequencyDesc = 'A cantidade de datos escritos no rexistro de transaccións antes de realizar o punto de comprobación. O valor por omisión é 24MB.'; +$strPBXTTransactionBufferSizeDesc = 'O tamaño do buffer do rexistro de transaccións globais (o motor asigna dous buffers deste tamaño). Por omisión é 1MB.'; +$strPBXTLogFileThresholdDesc = 'O tamaño dun rexistro de transaccións antes do rollover, e créase un rexistro novo. O valor por omisión é 16MB.'; +$strPBXTLogCacheSizeDesc = 'a cantidade de memoria asignada á caché do rexistro de transaccións empregada como caché dos datos do rexistro de transaccións. Por omisión é 16MB.'; +$strPBXTRecordCacheSizeDesc = 'Esta é a cantidade de memoria asignada á caché dos rexistros empregada como caché dos datos das táboas. O valor por omisión é 32MB. Esta memoria emprégase como caché das modificacións dos ficheiros de datos de manipulación (.xtd) e punteiros das ficleiras (.xtr).'; +$strPBXTIndexCacheSizeDesc = 'Esta é a cantidade de memoria asignada á caché do índice. O valor por omisión é 32MB. A memoria que se asigne aquí só se emprega para a caché das páxinas de índice..'; +$strPBXTLogFileCount = 'Número de ficheiros de rexistro'; +$strPBXTLogFileCountDesc = 'Este é o número de ficheiros de rexistro de transaccións (pbxt/system/xlog*.xt) que vai manter o sistema. Se o número de ficheiros de rexistro excede este valor, os ficheiros de rexistro antigos elimínanse; se non, múdaselles o nome e se lles dá o número máis alto seguinte.'; +$strAsDefined = 'Como se define:'; +$strWiki = 'Wiki'; +$strWebServer = 'Servidor web'; +$strPHPExtension = 'Extensión de PHP'; +$strCustomColor = 'Cor personalizada'; +$strBLOBRepository = 'Repositorio de BLOB'; +$strBLOBRepositoryDamaged = 'Danada'; +$strBLOBRepositoryDisableAreYouSure = 'Ten a certeza de querer desactivar todas as referencias a BLOB da base de datos %s?'; +$strBLOBRepositoryDisabled = 'Desactivado'; +$strBLOBRepositoryDisable = 'Desactivar'; +$strBLOBRepositoryDisableStrongWarning = 'Está a piques de DESACTIVAR un repositorio de BLOB!'; +$strBLOBRepositoryEnabled = 'Activado'; +$strBLOBRepositoryEnable = 'Activar'; +$strBLOBRepositoryRemove = 'Eliminar a Referencia ao Repositorio BLOB'; +$strBLOBRepositoryRepair = 'Reparar'; +$strBLOBRepositoryStatus = 'Estado'; +$strBLOBRepositoryUpload = 'Enviar ao repositorio de BLOB'; +$strViewImage = 'Ver imaxe'; +$strPlayAudio = 'Reproducir son'; +$strViewVideo = 'Ver vídeo'; +$strDownloadFile = 'Descargar ficheiro'; +$strLogServerHelp = 'Pode escribir o nome de servidor/enderezo IP e o porto separados por un espazo.'; +$strShowKeys = 'Só as chaves coñecidas'; +$strSetupServersAdd = 'Engadir un novo servidor'; +$strSetupServersEdit = 'Modificar o servidor'; +$strSetupFormset_features = 'Funcionalidades'; +$strSetupFormset_left_frame = 'Personalizar a moldura de navegación'; +$strSetupFormset_main_frame = 'Personalizar a moldura principal'; +$strSetupFormset_import = 'Personalizar as opcións de importación por omisión'; +$strSetupFormset_export = 'Personalizar as opcións de exportación'; +$strSetupFormset_customization = 'Personalización'; +$strSetupTrue = 'si'; +$strSetupFalse = 'non'; +$strSetupDisplay = 'Mostrar'; +$strSetupDownload = 'Descargar'; +$strSetupClear = 'Limpar'; +$strSetupLoad = 'Cargar'; +$strSetupRestoreDefaultValue = 'Volver ao valor por omisión'; +$strSetupSetValue = 'Poñer como valor: %s'; +$strSetupWarning = 'Advertencia'; +$strSetupIgnoreErrors = 'Ignorar os erros'; +$strSetupRevertErroneousFields = 'Tentar restaurar os campos erróneos aos seus valores por omisión'; +$strSetupShowForm = 'Mostrar o formulario'; +$strSetupOverview = 'Vista xeral'; +$strSetupShowHiddenMessages = 'Mostrar as mensaxes acochadas (#MSG_COUNT)'; +$strSetupNoServers = 'Non hai nengún servidor configurado'; +$strSetupNewServer = 'Novo servidor'; +$strSetupDefaultLanguage = 'Lingua por omisión'; +$strSetupDefaultServer = 'Servidor por omisión'; +$strSetupLetUserChoose = 'que o escolla o usuario'; +$strSetupOptionNone = '- nengún -'; +$strSetupEndOfLine = 'Fin da liña'; +$strSetupConfigurationFile = 'Ficheiro de configuración'; +$strSetupHomepageLink = 'Páxina web do phpMyAdmin'; +$strSetupDonateLink = 'Doar'; +$strSetupVersionCheckLink = 'Comprobar cal é a última versión'; +$strSetupCannotLoadConfig = 'Non se puido cargar ou gravar a configuración'; +$strSetupCannotLoadConfigMsg = 'Cree un cartafol no que poida escribir o servidor web [em]config[/em] no directorio superior dophpMyAdmin, tal e como se describe na [a@../Documentation.html#setup_script]documentación[/a]. Se non, só o poderá descargar ou mostrar.'; +$strSetupInsecureConnection = 'A conexión non é segura'; +$strSetupInsecureConnectionMsg2 = 'Se o servidor tamén está configurado para aceptar solicitudes HTTP, siga esta ligazón [a@%s]this link[/a] para empregar unha conexión segura.'; +$strSetupVersionCheck = 'Comprobación da versión'; +$strSetupVersionCheckWrapperError = 'Non se dispón do envoltorio URL ou de CURL. Non é posíbel comprobar a versión..'; +$strSetupVersionCheckDataError = 'Produciuse un fallo ao ler a versión. Talvez está fór de liña ou o servidor de actualizacións non responde.'; +$strSetupVersionCheckInvalid = 'Recibiuse unha cadea de versión do servidor que non é válida'; +$strSetupVersionCheckUnparsable = 'Non se pode analizar a cadea da versión'; +$strSetupVersionCheckNewAvailableSvn = 'Está a empregar versións con subversion; execute [kbd]svn update[/kbd] :-)[br]A versión estábel máis recente é %s, publicada o %s.'; +$strSetupVersionCheckNone = 'Non existe nengunha versión estábel máis recente'; +$strSetupServerSecurityInfoMsg = 'Se pensa que é preciso, empregue opcións de protección adicionais - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]autenticación do servidor[/a] e [a@?page=form&formset=features#tab_Security]lista de proxies de confianza[/a]. Porén, a protección baseada na IP pode non ser de fiar se o IP pertence a un ISP ao que están ligados miles de usuarios, como vostede.'; +$strSetupServerSslMsg = 'Debería empregar conexións SSL se o admite o servidor web'; +$strSetupServerExtensionMsg = 'Debería empregar mysqli por razóns de desempeño'; +$strSetupBlowfishSecretLengthMsg = 'A chave é curta de máis; debería ter un mínimo de oito caracteres'; +$strSetupForceSSLMsg = 'Esta [a@?page=form&formset=features#tab_Security]opción[/a] debería estar activada se o permite o servidor web'; +$strSetupAllowArbitraryServerMsg = 'Esta [a@?page=form&formset=features#tab_Security]opción[/a] debería estar desactivada dado que que permite que os atacantes empreguen a forza bruta para entrar no servidor de MySQL. Se pensa que é preciso, empregue unha [a@?page=form&formset=features#tab_Security]lista de proxies de confianza[/a]. Porén, a protección baseada na IP pode non ser de fiar se o IP pertence a un ISP ao que están ligados miles de usuarios, como vostede.'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]A validez das cookies de rexistro[/a] deberíase reducir a un máximo de 1800 seconds (30 minutos). Os valores superiores a 1800 poden supor un risco de seguranza, como a suplantación de personalidade.'; +$strSetupDirectoryNotice = 'Hai que comprobar ben este valor para asegurarse de que este directorio non está disponíbel para too o mundo nen o poden ler ou escribir outros usuarios do servidor.'; +$strSetupGZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión e descompresión con GZip[/a] require funcións (%s) que non están disponíbeis neste sistema.'; +$strSetupBZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión e descompresión con Bzip2 [/a] require funcións (%s) que non están disponíbeis neste sistema.'; +$strSetupZipDumpImportWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión con zip[/a] require funcións (%s) que non están disponíbeis neste sistema.'; +$strSetupZipDumpExportWarning = 'A [a@?page=form&formset=features#tab_Import_export]compresión con zip[/a] require funcións (%s) que non están disponíbeis neste sistema.'; +$strSetuperror_form = 'O formulado enviado contén erros'; +$strSetuperror_missing_field_data = 'Faltan datos de %s'; +$strSetuperror_incorrect_port = 'Non é un número de porto válido'; +$strSetuperror_incorrect_value = 'O valor é incorrecto'; +$strSetuperror_incorrect_ip_address = 'O enderezo IP é incorrecto: %s'; +$strSetuperror_nan_p = 'Non é un número positivo'; +$strSetuperror_nan_nneg = 'Non é un número negativo'; +$strSetuperror_empty_pmadb_user = 'Usuario de control de phpMyAdmin baleiro ao empregar pmadb'; +$strSetuperror_empty_pmadb_password = 'Contrasinal de control de phpMyAdmin baleiro ao empregar pmadb'; +$strSetuperror_empty_user_for_config_auth = 'Nome de usuario baleiro ao empregar o método de autenticación da configuración'; +$strSetuperror_empty_signon_session = 'Nome de rexistro da sesión baleiro ao empregar o método de autenticación mediante rexistro de entrada'; +$strSetuperror_empty_signon_url = 'URL de rexistro baleiro ao empregar o método de autenticación mediante rexistro de entrada'; +$strSetuperror_connection = 'Non se puido conectar co servidor de MySQL'; +$strSetupForm_Server = 'Configuración básica'; +$strSetupForm_Server_desc = 'Introduza os parámetros da conexión ao servidor'; +$strSetupForm_Server_login_options = 'Opcións do rexistro de entrada'; +$strSetupForm_Server_login_options_desc = 'Introduza as opcións de rexistro de entrada para a autenticación mediante rexistro de entrada'; +$strSetupForm_Server_config = 'Configuración do servidor'; +$strSetupForm_Server_config_desc = 'Configuración avanzada do servidor; non altere estas opcións a non ser que saiba o que está a facer'; +$strSetupForm_Server_pmadb = 'Base de datos PMA'; +$strSetupForm_Server_pmadb_desc = 'Configurar o phpMyAdmin para ter acceso a funcionalidades adicionais; vexa [a@../Documentation.html#linked-tables]infraestrutura de táboas ligadas[/a] na documentación'; +$strSetupForm_Import_export = 'Importación / exportación'; +$strSetupForm_Import_export_desc = 'Designe os directorios de importación e exportación e as opcións de compresión'; +$strSetupForm_Security = 'Seguranza'; +$strSetupForm_Security_desc = 'Lembre que o phpMyAdmin é simplemente unha interface de usuario e que as súas funcionalidades non se limitan ao MySQL'; +$strSetupForm_Sql_queries = 'Solicitudes SQL'; +$strSetupForm_Sql_queries_desc = 'Configuración das solicitudes de SQL; para as opcións da caixa Procuras SQL vexa a configuración da [a@?page=form&formset=main_frame#tab_Sql_box]Moldura de navegación[/a] settings'; +$strSetupForm_Other_core_settings = 'Outras opcións principais'; +$strSetupForm_Other_core_settings_desc = 'Configuracións que non cadraban noutra parte'; +$strSetupForm_Left_frame = 'Moldura de navegación'; +$strSetupForm_Left_frame_desc = 'Personalizar a aparencia da moldura de navegación'; +$strSetupForm_Left_servers = 'Servidores'; +$strSetupForm_Left_servers_desc = 'Opcións de exhibición dos servidores'; +$strSetupForm_Left_databases = 'Bases de datos'; +$strSetupForm_Left_databases_desc = 'Opcións de exhibición das bases de datos'; +$strSetupForm_Left_tables = 'Táboas'; +$strSetupForm_Left_tables_desc = 'Opcións de exhibición das táboas'; +$strSetupForm_Main_frame = 'Moldura principal'; +$strSetupForm_Startup = 'Inicio'; +$strSetupForm_Startup_desc = 'Personalizar a páxina de inicio'; +$strSetupForm_Browse = 'Modo de navegación'; +$strSetupForm_Browse_desc = 'Personalizar o modo de navegación'; +$strSetupForm_Edit = 'Modo de edición'; +$strSetupForm_Edit_desc = 'Personalizar o modo de edición'; +$strSetupForm_Tabs = 'Separadores'; +$strSetupForm_Tabs_desc = 'Escolla como quere que funcionen os separadores'; +$strSetupForm_Sql_box = 'Caixa de Procuras SQL'; +$strSetupForm_Sql_box_desc = 'Personalizar as ligazóns que aparecen nas caixas de Procura SQL'; +$strSetupForm_Import_defaults = 'Opcións de importación por omisión'; +$strSetupForm_Import_defaults_desc = 'Personalizar as opcións frecuentes de importación por omisión'; +$strSetupForm_Export_defaults = 'Exportar o predterminado'; +$strSetupForm_Export_defaults_desc = 'Personalizar as opcións de exportación por omisión'; +$strSetupForm_Query_window = 'Xanela de procuras'; +$strSetupForm_Query_window_desc = 'Personalizar as opcións da xanela de procuras'; +$strSetupServers_verbose_name = 'Nome longo deste servidor'; +$strSetupServers_host_name = 'Nome do servidor'; +$strSetupServers_port_name = 'Porto do servidor'; +$strSetupServers_port_desc = 'Porto polo que está a escoitar o servidor de MySQL server; déixeo en branco para deixar o predefinido'; +$strSetupServers_socket_name = 'Socket do servidor'; +$strSetupServers_socket_desc = 'Socket polo que está a escoitar o servidor de MySQL; déixeo en branco para deixar o predefinido'; +$strSetupServers_ssl_name = 'Empregar SSL'; +$strSetupServers_ssl_desc = ''; +$strSetupServers_connect_type_name = 'Tipo de conexión'; +$strSetupServers_connect_type_desc = 'Como ligar co servidor; déixeo como tc se non está segura/a'; +$strSetupServers_extension_name = 'Extensión PHP que empregar'; +$strSetupServers_compress_name = 'Comprimir a conexión'; +$strSetupServers_compress_desc = 'Comprimir a conexión ao servidor de MySQL'; +$strSetupServers_auth_type_name = 'Tipo de autenticación'; +$strSetupServers_auth_type_desc = 'Método de autenticación que se quere empregar'; +$strSetupServers_user_name = 'User para config auth'; +$strSetupServers_user_desc = 'Déixeo en branco se non vai empregar config auth'; +$strSetupServers_password_name = 'Contrasinal para config auth'; +$strSetupServers_password_desc = 'Déiseo en branco se non vai empregar using config auth'; +$strSetupServers_nopassword_name = 'Conectarse sen contrasinal'; +$strSetupServers_nopassword_desc = 'Tentar conectarse sen contrasinal'; +$strSetupServers_SignonSession_name = 'Nome de sesión de rexistro de entrada'; +$strSetupServers_SignonSession_desc = 'Vexa os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de autenticación[/a] se quere un exemplo'; +$strSetupServers_SignonURL_name = 'URL de rexistro de entrada'; +$strSetupServers_LogoutURL_name = 'URL de desconexión'; +$strSetupServers_auth_swekey_config_name = 'Ficheiro de configuración SweKey'; +$strSetupServers_only_db_name = 'Mostrar só as bases de datos listadas'; +$strSetupServers_only_db_desc = 'Pode empregar os caracteres comodín do MySQL (% and _); escápeos se quere empregar os caracteres en si, isto é, empregue \'aminha\_bd\' no canto de \'amiña_bd\''; +$strSetupServers_hide_db_name = 'Acochar as bases de datos'; +$strSetupServers_hide_db_desc = 'Acochar as bases de datos que coincidan cunha expresión regular (PCRE)'; +$strSetupServers_AllowRoot_name = 'Permitir o rexistro de root'; +$strSetupServers_DisableIS_name = 'Desactivar o uso de INFORMATION_SCHEMA'; +$strSetupServers_DisableIS_desc = 'Máis información no [a@http://sf.net/support/tracker.php?aid=1849494]Seguidor de erros dePMA[/a] e en [a@http://bugs.mysql.com/19588]Erros do MySQL[/a]'; +$strSetupServers_AllowDeny_order_name = 'Orde de autenticación do servidor'; +$strSetupServers_AllowDeny_order_desc = 'Déixeo en branco se non o vai empregar'; +$strSetupServers_AllowDeny_rules_name = 'Regras de autenticación do servidor'; +$strSetupServers_AllowDeny_rules_desc = 'Déixeo en branco para o predefinido'; +$strSetupServers_ShowDatabasesCommand_name = 'Mostrar o comando SHOW DATABASES'; +$strSetupServers_ShowDatabasesCommand_desc = 'Comando SQL para obter as bases de datos disponíbeis'; +$strSetupServers_CountTables_name = 'Contar as táboas'; +$strSetupServers_CountTables_desc = 'Contar as táboas cando se mostre a listaxe de bases de datos'; +$strSetupServers_pmadb_name = 'Base de datos PMA'; +$strSetupServers_pmadb_desc = 'Base de datos empregada para relacións, marcadores e funcionalidades PDF. Vexa [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para a información completa. Déixeo en branco se non lle interesan. Por omisión: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_controluser_name = 'Usuario de control'; +$strSetupServers_controluser_desc = 'Un usuario especial de MySQL configurado con permisos limitados; hai máis información disponíbel no [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; +$strSetupServers_controlpass_name = 'Contrasinal do usuario de control'; +$strSetupServers_verbose_check_name = 'Comprobación extensa'; +$strSetupServers_verbose_check_desc = 'Desactíveo se sabe que as táboas pma_* tables están actualizadas. Isto evita as comprobacións de compatibilidade e polo tanto mellora o desempeño'; +$strSetupServers_bookmarktable_name = 'Táboa de marcadores'; +$strSetupServers_bookmarktable_desc = 'Déixeo en branco se non quere [a@http://wiki.phpmyadmin.net/pma/bookmark]marcadores[/a] support; por omisión: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_relation_name = 'Táboa de relacións'; +$strSetupServers_relation_desc = 'Déixeo en branco se non quere [a@http://wiki.phpmyadmin.net/pma/relation]ligazóns de relación[/a]; por omisión: [kbd]pma_relation[/kbd]'; +$strSetupServers_table_info_name = 'Táboa de campos a exhibir'; +$strSetupServers_table_info_desc = 'Táboa para describir os campos a exhibir; déixeo en branco se non a quere; por omisión: [kbd]pma_table_info[/kbd]'; +$strSetupServers_table_coords_name = 'PDF schema: coordenadas de táboa'; +$strSetupServers_table_coords_desc = 'Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma_table_coords[/kbd]'; +$strSetupServers_pdf_pages_name = 'PDF schema: táboa de páxinas'; +$strSetupServers_pdf_pages_desc = 'Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma_pdf_pages[/kbd]'; +$strSetupServers_column_info_name = 'Táboa de información das columnas'; +$strSetupServers_column_info_desc = 'Déixeo en branco se non quere comentarios/tipos mime das columnas; por omisión: [kbd]pma_column_info[/kbd]'; +$strSetupServers_history_name = 'Táboa do historial de procuras SQL query'; +$strSetupServers_history_desc = 'Déixeo en branco se non quere un histórico das procuras SQL; por omisión: [kbd]pma_history[/kbd]'; +$strSetupServers_designer_coords_name = 'Táboa de Designer'; +$strSetupServers_designer_coords_desc = 'Déixeo en branco se non quere empregar Designer; por omisión: [kbd]designer_coords[/kbd]'; +$strSetupUploadDir_name = 'Directorio de envíos'; +$strSetupUploadDir_desc = 'Directorio do servidor ao que se poden enviar os ficheiros que importar'; +$strSetupSaveDir_name = 'Directorio de gardado'; +$strSetupSaveDir_desc = 'Directorio no que se poden gravar as exportacións no servidor'; +$strSetupAllowAnywhereRecoding_name = 'Permitir a conversión do conxunto de caracteres'; +$strSetupDefaultCharset_name = 'Conxunto de caracteres por omisión'; +$strSetupDefaultCharset_desc = 'Conxunto de caracteres por omisión empregado para as conversións'; +$strSetupRecodingEngine_name = 'Motor de recodificación'; +$strSetupRecodingEngine_desc = 'Seleccione as funcións que quere empregar para a conversión dos conxuntos de caracteres'; +$strSetupIconvExtraParams_name = 'Parámetros extra para iconv'; +$strSetupZipDump_name = 'ZIP'; +$strSetupZipDump_desc = 'Activar a compresión [a@http://gl.wikipedia.org/wiki/ZIP_(formato de ficheiro)]ZIP[/a] nas operacións de importación e exportación'; +$strSetupGZipDump_name = 'GZip'; +$strSetupGZipDump_desc = 'Activar a compresión [a@http://gl.wikipedia.org/wiki/Gzip]gzip[/a] nas operacións de importación e exportación'; +$strSetupBZipDump_name = 'Bzip2'; +$strSetupBZipDump_desc = 'Activar a compresión [a@http://gl.wikipedia.org/wiki/Bzip2]bzip2[/a] nas operacións de importación e exportación'; +$strSetupCompressOnFly_name = 'Comprimir ao voo'; +$strSetupCompressOnFly_desc = 'Comprimir ao voo as exportacións en gzip/bzip2 que non precisen moita memoria; se atopa problemas cos ficheiros gzip/bzip2 que se creen, desactive esta funcionalidade'; +$strSetupblowfish_secret_name = 'Secreto Blowfish'; +$strSetupblowfish_secret_desc = 'Contrasinal segredo empregado coas cookies de cifrado na autenticación mediante [kbd]cookie[/kbd]s'; +$strSetupForceSSL_name = 'Obrigar a conectarse con SSL'; +$strSetupForceSSL_desc = 'Obrigar a que se empregue unha conexión segura mentres se emprega o phpMyAdmin'; +$strSetupCheckConfigurationPermissions_name = 'Comprobar os permisos do ficheiro de configuración'; +$strSetupTrustedProxies_name = 'Lista de proxies de confianza para permiso/denegación de IP'; +$strSetupTrustedProxies_desc = 'Entrar os proxies como [kbd]IP: cabezallo HTTP de confianza[/kbd]. O exemplo seguinte especifica que o phpMyAdmin debería confiar nun cabezallo HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente do proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; +$strSetupAllowUserDropDatabase_name = 'Mostrarlles a ligazón "Eliminar base de datos" aos usuarios normais'; +$strSetupAllowArbitraryServer_name = 'Permitir rexistrarse en calquera servidor de MySQL'; +$strSetupAllowArbitraryServer_desc = 'Se estiver activado, os usuarios poden entrar en calquera servidor de MySQL no formulario de rexistro de cookie auth'; +$strSetupLoginCookieRecall_name = 'Lembrar o nome de usuario'; +$strSetupLoginCookieRecall_desc = 'Definir se se debe lembrar ou non o rexisto previo no modo de autenticación mediante cookies'; +$strSetupLoginCookieValidity_name = 'Validez das cookies de rexistro'; +$strSetupLoginCookieValidity_desc = 'Definir por cantos segundos é válida unha cookie'; +$strSetupLoginCookieStore_name = 'Almacenar as cookies de rexistro'; +$strSetupLoginCookieDeleteAll_name = 'Eliminar todas as cookies ao saír'; +$strSetupShowSQL_name = 'Mostrar as procuras SQL'; +$strSetupShowSQL_desc = 'Define se deben mostrar as procuras SQL xeradas polo phpMyAdmin'; +$strSetupConfirm_name = 'Confirmar as procuras DROP'; +$strSetupConfirm_desc = 'Se se debe mostrar un aviso ("Ten a certeza...") cando se estea a piques de perder datos'; +$strSetupQueryHistoryDB_name = 'Historial de procuras permanente'; +$strSetupQueryHistoryDB_desc = 'Activar se se quere un historial baseado en base de datos (require pmadb). Se estiver desactivado, utiliza rotinas JS para mostrar o historial de procuras (que se perde cando se fecha a xanela).'; +$strSetupQueryHistoryMax_name = 'Lonxitude do historial de procuras'; +$strSetupQueryHistoryMax_desc = 'Cantas procuras se gardan no historial'; +$strSetupIgnoreMultiSubmitErrors_name = 'Ignorar os erros de afirmacións múltiplas'; +$strSetupVerboseMultiSubmit_name = 'Afirmacións múltiplas estensas'; +$strSetupVerboseMultiSubmit_desc = 'Mostrar as fileiras afectadas de cada afirmación nas procuras de afirmacións múltiplas. Vexa libraries/import.lib.php para o que está predeterminado para cantas procuras pode conter unha afirmación.'; +$strSetupMaxDbList_name = 'Bases de datos máximas'; +$strSetupMaxDbList_desc = 'Número máximo de bases de datos que aparecen na moldura da esquerda e na listaxe de bases de datos'; +$strSetupMaxTableList_name = 'Táboas máximas'; +$strSetupMaxTableList_desc = 'Número máximo de táboas que se mostran na listaxe de táboas'; +$strSetupMaxCharactersInDisplayedSQL_name = 'Lonxitude máxima de SQL que se mostra'; +$strSetupMaxCharactersInDisplayedSQL_desc = 'Número máximo de caracteres empregados cando se mostra unha procura SQL'; +$strSetupOBGzip_name = 'Buffer para a saída de GZip'; +$strSetupOBGzip_desc = 'Empregar un buffer para a saída de GZip para atinxir unha maior velocidade nas transferencias HTTP'; +$strSetupPersistentConnections_name = 'Conexións persistentes'; +$strSetupPersistentConnections_desc = 'Empregar conexións persistentes coas bases de datos MySQL'; +$strSetupExecTimeLimit_name = 'Tempo máximo de execución'; +$strSetupExecTimeLimit_desc = 'Indicar o número de segundos durante o que se permite que un script se execute ([kbd]0[/kbd] para non o limitar)'; +$strSetupMemoryLimit_name = 'Límite da memoria'; +$strSetupMemoryLimit_desc = 'O número de bytes que se permite asignar a un script, p.ex. [kbd]32M[/kbd] ([kbd]0[/kbd] para non o limitar)'; +$strSetupSkipLockedTables_name = 'Ignorar as táboas bloqueadas'; +$strSetupSkipLockedTables_desc = 'Marcar as táboas empregadas e permitir que se mostren as bases de datos con táboas bloqueadas'; +$strSetupUseDbSearch_name = 'Empregar procuras na base de datos'; +$strSetupUseDbSearch_desc = 'Permitir procurar na base de datos completa'; +$strSetupLeftFrameLight_name = 'Empregar a versión lixeira'; +$strSetupLeftFrameLight_desc = 'Desactive isto se quere ver todas as bases de datos ao mesmo tempo'; +$strSetupLeftDisplayLogo_name = 'Mostrar o logotipo'; +$strSetupLeftDisplayLogo_desc = 'Mostrar o logotipo na moldura esquerda'; +$strSetupLeftLogoLink_name = 'URL da ligazón ao logotipo'; +$strSetupLeftLogoLinkWindow_name = 'Destino da ligazón do logotipo'; +$strSetupLeftLogoLinkWindow_desc = 'Abrir a páxina ligada na xanela principal ([kbd]principal[/kbd]) ou nunha nova ([kbd]nova[/kbd])'; +$strSetupLeftDefaultTabTable_name = 'Destino da icona de acceso rápido'; +$strSetupLeftPointerEnable_name = 'Activar o resaltado'; +$strSetupLeftPointerEnable_desc = 'Resaltar o servidor que estea por baixo do cursor do rato'; +$strSetupLeftDisplayServers_name = 'Mostrar a selección de servidores'; +$strSetupLeftDisplayServers_desc = 'Mostrar a escolla de servidor na parte superior da moldura esquerda'; +$strSetupDisplayServersList_name = 'Mostrar os servidores nunha listaxe'; +$strSetupDisplayServersList_desc = 'Mostrar a listaxe dos servidores como lista no canto de nun menú despregábel'; +$strSetupDisplayDatabasesList_name = 'Mostrar as bases de datos nunha listaxe'; +$strSetupDisplayDatabasesList_desc = 'Mostrar a listaxe das bases de datos como lista no canto de nun menú despregábel'; +$strSetupLeftFrameDBTree_name = 'Mostrar as bases de datos nunha árbore'; +$strSetupLeftFrameDBTree_desc = 'Só na versión lixeira; mostrar as bases de datos nunha árbore (determinada polo separador que se define embaixo)'; +$strSetupLeftFrameDBSeparator_name = 'Separador da árbores das bases de datos'; +$strSetupLeftFrameDBSeparator_desc = 'Cadea que separa as bases de datos en tres niveis distintos'; +$strSetupShowTooltipAliasDB_name = 'Mostrar o comentario da base de datos no cando do seu nome'; +$strSetupShowTooltipAliasDB_desc = 'Se as mensaxes están activadas e existe un comentario da base de datos, isto substitúe o comentario polo nome real'; +$strSetupLeftFrameTableSeparator_name = 'Separador da árbore de táboas'; +$strSetupLeftFrameTableSeparator_desc = 'Cadea que separa as táboas en tres niveis distintos'; +$strSetupLeftFrameTableLevel_name = 'Profundidade máxima das táboas'; +$strSetupShowTooltip_name = 'Mostrar os comentarios das táboas nas mensaxes'; +$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; +$strSetupShowTooltipAliasTB_desc = 'Cando isto se configura como [kbd]aniñado[/kbd], o alias do nome da táboa só se emprega para partir/aniñar as táboas de acordo coa directiva $cfg[\'LeftFrameTableSeparator\'], polo que só o cartafol se chama como o alias; o nome mesmo da táboa fica sen cambiar'; +$strSetupShowStats_name = 'Mostrar as estatísticas'; +$strSetupShowStats_desc = 'Permitir que se mostren as estatísticas das bases de datos e das táboas (p.ex. o uso do espazo)'; +$strSetupShowPhpInfo_name = 'Mostrar a ligazón a phpinfo()'; +$strSetupShowPhpInfo_desc = 'Mostra unha ligazón á saída de [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]'; +$strSetupShowServerInfo_name = 'Mostrar información detallada do servidor de MySQL'; +$strSetupShowChgPassword_name = 'Mostrar o formulario para mudar de contrasinal'; +$strSetupShowChgPassword_desc = 'Lembre que activar isto non ten efecto nengún co modo de autenticación mediante [kbd]config[/kbd] porque o contrasinal está escrita no ficheiro de configuración; isto non limita a capacidade de executar o mesmo comando directamente'; +$strSetupShowCreateDb_name = 'Mostrar o formulario para crear bases de datos'; +$strSetupSuggestDBName_name = 'Suxerir un nome novo para as bases de datos'; +$strSetupSuggestDBName_desc = 'Suxerir un nome para as bases de datos no formulario "Crear base de datos" (de ser posíbel) ou manter o campo de texto baleiro'; +$strSetupNavigationBarIconic_name = 'Barra de navegación por iconas'; +$strSetupNavigationBarIconic_desc = 'Empregar só iconas, só texto ou ambos os dous'; +$strSetupShowAll_name = 'Permitir que se mostren todas as fileiras'; +$strSetupShowAll_desc = 'Se se lle debería mostrar un botón "mostrar todos (rexistros)" ao usuario'; +$strSetupMaxRows_name = 'Número máximo de fileiras que se mostran'; +$strSetupMaxRows_desc = 'Número máximo de filerias que aparecen cando se visualiza un conxunto de resultados. Se o conxunto de resultados contén máis fileiras, aparecen as ligazóns "Anterior" and "Seguinte".'; +$strSetupOrder_name = 'Ordenación por omisión'; +$strSetupOrder_desc = '[kbd]INTELIXENTE[/kbd] - isto é, orde descendente para os campos do tipo TIME, DATE, DATETIME e TIMESTAMP e ascendente para os demais'; +$strSetupBrowsePointerEnable_name = 'Resaltar o punteiro'; +$strSetupBrowsePointerEnable_desc = 'Resaltar a fileira á que apunta o cursor do rato'; +$strSetupBrowseMarkerEnable_name = 'Marcador de fileiras'; +$strSetupBrowseMarkerEnable_desc = 'Resaltar as fileiras seleccionadas'; +$strSetupProtectBinary_name = 'Protexer os campos binarios'; +$strSetupProtectBinary_desc = 'Impedir que se poidan editar os ficheiros BLOB e BINARY'; +$strSetupShowFunctionFields_name = 'Mostrar os campos de función'; +$strSetupShowFunctionFields_desc = 'Mostrar os campos de función no modo editar/inserir'; +$strSetupCharEditing_name = 'Edición dos campos CHAR'; +$strSetupCharEditing_desc = 'Define o tipo de controles de edición que se empregan nos campos CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar a lonxitude da entrada, [kbd]textarea[/kbd] - permite que os campos teñan saltos de parágrafo'; +$strSetupCharTextareaCols_name = 'Columnas textarea de CHAR'; +$strSetupCharTextareaCols_desc = 'Número de columnas das áreas de texto de CHAR/VARCHAR'; +$strSetupCharTextareaRows_name = 'Fileiras textarea de CHAR'; +$strSetupCharTextareaRows_desc = 'Número de fileiras das áreas de texto de CHAR/VARCHAR'; +$strSetupInsertRows_name = 'Número de fileiras inseridas'; +$strSetupInsertRows_desc = 'Cantas fileiras se poden inserir dunha volta'; +$strSetupForeignKeyDropdownOrder_name = 'Ordenación das chaves alleas'; +$strSetupForeignKeyDropdownOrder_desc = 'Ordenación dos elementos dun menú despregábel de chaves alleas; [kbd]content[/kbd] son os datos referenciados, [kbd]id[/kbd] é o valor da chave'; +$strSetupForeignKeyMaxLimit_name = 'Límite das chaves alleas'; +$strSetupForeignKeyMaxLimit_desc = 'Emprégase un menú despregábel de haber un número menor de elementos'; +$strSetupLightTabs_name = 'Separadores lixeiros'; +$strSetupLightTabs_desc = 'Empregar separadores con menos carga gráfica'; +$strSetupPropertiesIconic_name = 'Operacións de tábocas con iconas'; +$strSetupPropertiesIconic_desc = 'Empregar só iconas, só texto ou ambos os dous'; +$strSetupDefaultTabServer_name = 'Separador por omisión dos servidores'; +$strSetupDefaultTabServer_desc = 'O separador que aparece cando se entra nun servidor'; +$strSetupDefaultTabDatabase_name = 'Separador por omisión das bases de datos'; +$strSetupDefaultTabDatabase_desc = 'O separador que aparece cando se entra nunha base de datos'; +$strSetupDefaultTabTable_name = 'Separador por omisión das táboas'; +$strSetupDefaultTabTable_desc = 'O separador que aparece cando se entra nunha táboa'; +$strSetupQueryWindowDefTab_name = 'Separador por omisión das xanelas de procuras'; +$strSetupQueryWindowDefTab_desc = 'O separador que aparece cando se entra nunha xanela de procuras'; +$strSetupSQLQuery_Edit_name = 'Editar'; +$strSetupSQLQuery_Explain_name = 'Expicar SQL'; +$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; +$strSetupSQLQuery_Validate_name = 'Validar SQL'; +$strSetupSQLQuery_Refresh_name = 'Anovar'; +$strSetupImport_format_name = 'Formato do ficheiro importado'; +$strSetupImport_allow_interrupt_name = 'Importación parcial: permitir interromper'; +$strSetupImport_allow_interrupt_desc = 'Permitir que se interrompa a importación no caso de que un script detecte que se achega ao límite de tempo. Isto pode ser unha boa maneira de imortar ficheiros grandes; porén, pode rachar as transaccións.'; +$strSetupImport_skip_queries_name = 'Importación parcial: ignorar as procuras'; +$strSetupImport_skip_queries_desc = 'Número de rexistros (procuras) que se ignoran desde o comezo'; +$strSetupExport_format_name = 'Formato'; +$strSetupExport_compression_name = 'Compresión'; +$strSetupExport_asfile_name = 'Gravar nun ficheiro'; +$strSetupExport_charset_name = 'Conxunto de caracteres do ficheiro'; +$strSetupExport_onserver_name = 'Gravar no servidor'; +$strSetupExport_onserver_overwrite_name = 'Substituir o(s) ficheiros existentes'; +$strSetupExport_remember_file_template_name = 'Lembrar o modelo do nome de ficheiro'; +$strSetupExport_file_template_table_name = 'Modelo de nome dos ficheiros'; +$strSetupExport_file_template_database_name = 'Modelo de nome das bases de datos'; +$strSetupExport_file_template_server_name = 'Modelo de nome dos servidores'; +$strSetupBlowfishSecretCharsMsg = 'A chave debería conter letras, números [em]e[/em] caracteres especiais'; +$strSetupBlowfishSecretMsg = 'Non configurou o secreto de blowfish e permitiu a autenticación mediante cookies, polo que se xerou automaticamente unha chave. Emprégase para cifrar cookies; non a ten que lembrar.'; +$strSetupIgnoreMultiSubmitErrors_desc = 'Se estiver activado, o phpMyAdmin continúa a calcular as procuras de afirmacións múltiplas mesmo se unha destas procuras fallase'; +$strSetupImport_format_desc = 'Formato por omisión; lembre que esta listaxe depende da localización (base de datos, táboa) e só SQL está sempre disponíbel'; +$strSetupInsecureConnectionMsg1 = 'Non está a empregar unha conexión segura; todos os datos (incluída información potencialmente sensíbel, como os contrasinais) se transfiren sen cifrar.!'; +$strSetupLoginCookieDeleteAll_desc = 'De ser VERDADEIRO, ao saír elimínanse as cookies de todos os servidores; de ser FALSO, a saída só se produce do servidor actual. Cando se configura como FALSO fai que sexa máis doado esquecer saír dos outros servidores cando se está conectado a varios servidores.'; +$strSetupLoginCookieStore_desc = 'Definir cantos segundos se debe almacenar unha cookie de rexistro no navegador. O predefinido, 0, significa que se mantén só para a sesión existente e que se elimina cando se feche a xanela do navegador. Recoméndase isto para os ambientes que non sexan de confianza.'; +$strSetupServerAuthConfigMsg = 'Configurou o tipo de configuración [kbd]config[/kbd] e incluíu o nome de usuario e o contrasinal para o rexistro automático, o que non é unha opción desexábel para os servidores en liña. Calquera que coñeza ou averigue o URL do phpMyAdmin pode acceder directamente ao panel de phpMyAdmin. Configure o [a@?page=servers&mode=edit&id=%1$d#tab_Server]tipo de autenticación[/a] como [kbd]cookie[/kbd] our [kbd]http[/kbd].'; +$strSetupServers_extension_desc = 'A extensión de PHP que quere empregar; debería empregar mysqli se o admite'; +$strSetupVersionCheckNewAvailable = 'Existe unha versión máis recente do phpMyAdmin e debería considerar actualizala. A versión máis recente é %s, publicada o %s.'; +$strSetupServers_auth_swekey_config_desc = 'O camiño ao ficheiro de configuración da [a@http://swekey.com]autenticación de hardware SweKey[/a] (not localizao na raíz dos documentos; suxírese: /etc/swekey.conf)'; +$strSessionGCWarning = 'O parámetro PHP [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] é menor do que a validez das cookies que se configurou en phpMyAdmin; por causa disto, o rexistro caducará antes do que está configurado en phpMyAdmin.'; +$strSetupServers_host_desc = 'Nome da máquina na que se executa o servidor de MySQL'; +$strSetupServers_verbose_desc = 'Unha descrición lexíbel deste servidor. Déixea en branco para que no seu canto apareza o nome da máquina.'; +$strCreateUserDatabasePrivileges = 'Conceder todos os privilexios sobre a base de datos "%s"'; +$strShowBinaryContents = 'Mostrar os contidos binarios'; +$strShowBLOBContents = 'Mostrar os contidos BLOB'; +$strStatic = 'estático'; +$strLoginWithoutPassword = 'Rexistrase sen contrasinal está prohibido pola configuración (vexa AllowNoPassword)'; +$strSetupServerNoPasswordMsg = 'Permite ligar co servidor sen contrasinal.'; +$strSetupServers_AllowNoPassword_name = 'Permitir rexistrarse sen contrasinal'; +$strHostTableExplanation = 'Cando se emprega a táboa Host, ignórase este campo e no seu canto empréganse os valores almacenados na táboa Host.'; +$strGetMoreThemes = 'Obter máis temas!'; +$strNoneDefault = 'Nengún'; +$strConfigDirectoryWarning = 'O directory [code]config[/code], que é o que emprega o script de inicio, existe ainda no directorio de phpMyAdmin. Deberíao eliminar unha vez finalice a configuración do phpMyAdmin.'; +$strEscapeCRLF = 'Eliminar os caracteres CRLF dentros dos campos'; +$strDoNotAutoIncrementZeroValues = 'Non empregar AUTO_INCREMENT cos valores cero'; +$strAndSmall = 'e'; +$strReplicationStatus = 'Estado da replicación'; +$strReplicationStatusInfo = 'Este servidor de MySQL server funciona como %s en proceso de replicación. Para máis información acerca do estado de replicación do servidor visite a sección sobre replicación.'; +$strReplicationStatus_master = 'Estado do mestre'; +$strReplicationStatus_slave = 'Estado do escravo'; ?>