⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 english-iso-8859-15.inc.php

📁 架設ROSE私服必備之物 ROSE數據庫
💻 PHP
📖 第 1 页 / 共 5 页
字号:
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';$strShowStatusReset = 'Reset';$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';$strShowStatusSort_rowsDescr = 'The number of sorted rows.';$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';$strShowStatusThreads_connectedDescr = 'The number of currently open connections.';$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';$strShowTableDimension = 'Show dimension of tables';$strShowTables = 'Show tables';$strShowThisQuery = ' Show this query here again ';$strSimplifiedChinese = 'Simplified Chinese';$strSingly = '(singly)';$strSize = 'Size';$strSkipQueries = 'Number of records(queries) to skip from start';$strSlovak = 'Slovak';$strSlovenian = 'Slovenian';$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';$strSortByKey = 'Sort by key';$strSorting = 'Sorting';$strSort = 'Sort';$strSpaceUsage = 'Space usage';$strSpanish = 'Spanish';$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';$strSQLCompatibility = 'SQL compatibility mode';$strSQLExportType = 'Export type';$strSQLImportOptions = 'SQL options';$strSQLOptions = 'SQL options';$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';$strSQLQuery = 'SQL query';$strSQLResult = 'SQL result';$strSQL = 'SQL';$strSQPBugInvalidIdentifer = 'Invalid Identifer';$strSQPBugUnclosedQuote = 'Unclosed quote';$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';$strStatCheckTime = 'Last check';$strStatCreateTime = 'Creation';$strStatement = 'Statements';$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';$strStatUpdateTime = 'Last update';$strStatus = 'Status';$strStorageEngines = 'Storage Engines';$strStorageEngine = 'Storage Engine';$strStrucCSV = 'CSV';$strStrucData = 'Structure and data';$strStrucExcelCSV = 'CSV for MS Excel';$strStrucNativeExcel = 'Native MS Excel format';$strStrucNativeExcelOptions = 'Native Excel export options';$strStrucOnly = 'Structure only';$strStructPropose = 'Propose table structure';$strStructure = 'Structure';$strSubmit = 'Submit';$strSuccess = 'Your SQL query has been executed successfully';$strSum = 'Sum';$strSwedish = 'Swedish';$strSwitchToDatabase = 'Switch to copied database';$strSwitchToTable = 'Switch to copied table';$strTableAlreadyExists = 'Table %s already exists!';$strTableComments = 'Table comments';$strTableEmpty = 'The table name is empty!';$strTableHasBeenDropped = 'Table %s has been dropped';$strTableHasBeenEmptied = 'Table %s has been emptied';$strTableHasBeenFlushed = 'Table %s has been flushed';$strTableMaintenance = 'Table maintenance';$strTableOfContents = 'Table of contents';$strTableOptions = 'Table options';$strTables = '%s table(s)';$strTableStructure = 'Table structure for table';$strTable = 'Table';$strTakeIt = 'take it';$strTblPrivileges = 'Table-specific privileges';$strTempData = 'Temporary data';$strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';$strThai = 'Thai';$strThemeDefaultNotFound = 'Default theme %s not found!';$strThemeNoPreviewAvailable = 'No preview available.';$strThemeNotFound = 'Theme %s not found!';$strThemeNoValidImgPath = 'No valid image path for theme %s found!';$strThemePathNotFound = 'Theme path not found for theme %s!';$strTheme = 'Theme / Style';$strThisHost = 'This Host';$strThisNotDirectory = 'This was not a directory';$strThreads = 'Threads';$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';$strTime = 'Time';$strToggleScratchboard = 'Toggle scratchboard';$strTotal = 'total';$strTotalUC = 'Total';$strTraditionalChinese = 'Traditional Chinese';$strTraditionalSpanish = 'Traditional Spanish';$strTraffic = 'Traffic';$strTransactionCoordinator = 'Transaction coordinator';$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.';$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).';$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.';$strTransformation_image_jpeg__link = 'Displays a link to download this image.';$strTransformation_image_png__inline = 'See image/jpeg: inline';$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.';$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).';$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.';$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.';$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.';$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").';$strTruncateQueries = 'Truncate Shown Queries';$strTurkish = 'Turkish';$strType = 'Type';$strUkrainian = 'Ukrainian';$strUncheckAll = 'Uncheck All';$strUnicode = 'Unicode';$strUnique = 'Unique';$strUnknown = 'unknown';$strUnselectAll = 'Unselect All';$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';$strUpdatePrivMessage = 'You have updated the privileges for %s.';$strUpdateProfileMessage = 'The profile has been updated.';$strUpdateQuery = 'Update Query';$strUpdComTab = 'Please see the documentation on how to update your column_comments table';$strUpgrade = 'You should upgrade to %s %s or later.';$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';$strUploadsNotAllowed = 'File uploads are not allowed on this server.';$strUsage = 'Usage';$strUseBackquotes = 'Enclose table and field names with backquotes';$strUsedPhpExtensions = 'Used PHP extensions';$strUseHostTable = 'Use Host Table';$strUserAlreadyExists = 'The user %s already exists!';$strUserEmpty = 'The user name is empty!';$strUserName = 'User name';$strUserNotFound = 'The selected user was not found in the privilege table.';$strUserOverview = 'User overview';$strUsersDeleted = 'The selected users have been deleted successfully.';$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';$strUser = 'User';$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';$strUseTables = 'Use Tables';$strUseTextField = 'Use text field';$strUseThisValue = 'Use this value';$strValidateSQL = 'Validate SQL';$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.';$strValue = 'Value';$strVar = 'Variable';$strVersionInformation = 'Version information';$strViewDumpDatabases = 'View dump (schema) of databases';$strViewDumpDB = 'View dump (schema) of database';$strViewDump = 'View dump (schema) of table';$strViewHasBeenDropped = 'View %s has been dropped';$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';$strView = 'View';$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';$strWebServerUploadDirectory = 'web server upload directory';$strWelcome = 'Welcome to %s';$strWestEuropean = 'West European';$strWildcard = 'wildcard';$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.';$strWithChecked = 'With selected:';$strWriteRequests = 'Write requests';$strWritingCommentNotPossible = 'Writing of comment not possible';$strWritingRelationNotPossible = 'Writing of relation not possible';$strWrongUser = 'Wrong username/password. Access denied.';$strXMLOptions = 'XML options';$strXML = 'XML';$strYes = 'Yes';$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';$strZip = '"zipped"';?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -