📄 hebrew-utf-8.inc.php
字号:
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate$strJoins = 'Joins'; //to translate$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate$strKeyCache = 'Key cache'; //to translate$strKeyname = 'Keyname'; //to translate$strKill = 'Kill'; //to translate$strKorean = 'Korean'; //to translate$strLandscape = 'Landscape'; //to translate$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate$strLatchedPages = 'Latched pages'; //to translate$strLDI = 'CSV using LOAD DATA'; //to translate$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate$strLDILocal = 'Use LOCAL keyword'; //to translate$strMaxConnects = 'max. concurrent connections'; //to translate$strMaximalQueryLength = 'Maximal length of created query'; //to translate$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!'; //to translate$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate$strMIME_transformation = 'Browser transformation'; //to translate$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; //to translate$strMIME_transformation_options_note = 'Please enter the values for transformation options 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\').'; //to translate$strMIME_transformation_options = 'Transformation options'; //to translate$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate$strMultilingual = 'multilingual'; //to translate$strMyISAMDataPointerSize = 'Data pointer size'; //to translate$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.'; //to translate$strMyISAMRepairThreads = 'Repair threads'; //to translate$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate$strMysqlClientVersion = 'MySQL client version'; //to translate$strNoActivity = 'No activity within %s seconds; please log in again'; //to translate$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; //to translate$strNoValidateSQL = 'Skip Validate SQL'; //to translate$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate$strOperator = 'Operator'; //to translate$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate$strPartialImport = 'Partial import'; //to translate$strPasswordHashing = 'Password Hashing'; //to translate$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate$strPDFOptions = 'PDF options'; //to translate$strPDF = 'PDF'; //to translate$strPDFReportTitle = 'Report title'; //to translate$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!'; //to translate$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate$strPrivDescCreateView = 'Allows creating new views.'; //to translate$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; //to translate$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.'; //to translate$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate$strPrivDescSelect = 'Allows reading data.'; //to translate$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.'; //to translate$strPrivDescUpdate = 'Allows changing data.'; //to translate$strProtocolVersion = 'Protocol version'; //to translate$strPutColNames = 'Put fields names in the first row'; //to translate$strQueryCache = 'Query cache'; //to translate$strQueryOnDb = 'SQL query on database <b>%s</b>:'; //to translate$strReadRequests = 'Read requests'; //to translate$strReferentialIntegrity = 'Check referential integrity:'; //to translate$strRelationalSchema = 'Relational schema'; //to translate$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate$strReloadPrivileges = 'Reload privileges'; //to translate$strReplication = 'Replication'; //to translate$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate$strSelectBinaryLog = 'Select binary log to view'; //to translate$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate$strShowingBookmark = 'Showing bookmark'; //to translate$strShowOpenTables = 'Show open tables'; //to translate$strShowSlaveHosts = 'Show slave hosts'; //to translate$strShowSlaveStatus = 'Show slave status'; //to translate$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row loc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -