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

📄 english-utf-8.inc.php

📁 phpMyAdmin图形界面化操作,我已经配置好了,只要把解要压缩后的文件放到站点下就可以用了
💻 PHP
📖 第 1 页 / 共 5 页
字号:
<?php/* $Id: english-utf-8.inc.php 12169 2009-01-05 17:41:08Z lem9 $ */$charset = 'utf-8';$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)$number_thousands_separator = ',';$number_decimal_separator = '.';// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa$byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');// MySQL manual language definition, this is optional, en will be used// if not defined$mysql_4_1_doc_lang = 'en';$mysql_5_0_doc_lang = 'en';$mysql_5_1_doc_lang = 'en';$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');// See http://www.php.net/manual/en/function.strftime.php to define the// variable below$datefmt = '%B %d, %Y at %I:%M %p';$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';$strAbortedClients = 'Aborted';$strAccessDenied = 'Access denied';$strAccessDeniedCreateConfig = 'You probably did not create a configuration file. You might want to use the %1$ssetup script%2$s to create one.';$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.';$strAction = 'Action';$strActions = 'Actions';$strAddAutoIncrement = 'Add AUTO_INCREMENT value';$strAddClause = 'Add %s';$strAddConstraints = 'Add constraints';$strAddDeleteColumn = 'Add/Delete Field Columns';$strAddDeleteRow = 'Add/Delete Criteria Row';$strAddFields = 'Add %s field(s)';$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';$strAddIntoComments = 'Add into comments';$strAddNewField = 'Add new field';$strAddPrivilegesOnDb = 'Add privileges on the following database';$strAddPrivilegesOnTbl = 'Add privileges on the following table';$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';$strAddUser = 'Add a new User';$strAddUserMessage = 'You have added a new user.';$strAdministration = 'Administration';$strAfter = 'After %s';$strAfterInsertBack = 'Go back to previous page';$strAfterInsertNewInsert = 'Insert another new row';$strAfterInsertNext = 'Edit next row';$strAfterInsertSame = 'Go back to this page';$strAll = 'All';$strAllowInterrupt = 'Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.';$strAllTableSameWidth = 'Display all tables with the same width';$strAlterOrderBy = 'Alter table order by';$strAnalyze = 'Analyze';$strAnalyzeTable = 'Analyze table';$strAnd = 'And';$strAndThen = 'and then';$strAngularLinks = 'Angular links';$strAnIndex = 'An index has been added on %s';$strAny = 'Any';$strAnyHost = 'Any host';$strAnyUser = 'Any user';$strApproximateCount = 'May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]';$strAPrimaryKey = 'A primary key has been added on %s';$strArabic = 'Arabic';$strArmenian = 'Armenian';$strAscending = 'Ascending';$strAsDefined = 'As defined:';$strAtBeginningOfTable = 'At Beginning of Table';$strAtEndOfTable = 'At End of Table';$strAttr = 'Attributes';$strAutomaticLayout = 'Automatic layout';$strBack = 'Back';$strBaltic = 'Baltic';$strBeginCut = 'BEGIN CUT';$strBeginRaw = 'BEGIN RAW';$strBinary = 'Binary';$strBinaryDoNotEdit = 'Binary - do not edit';$strBinaryLog = 'Binary log';$strBinLogEventType = 'Event type';$strBinLogInfo = 'Information';$strBinLogName = 'Log name';$strBinLogOriginalPosition = 'Original position';$strBinLogPosition = 'Position';$strBinLogServerId = 'Server ID';$strBLOBRepository = 'BLOB Repository';$strBLOBRepositoryDamaged = 'Damaged';$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?';$strBLOBRepositoryDisabled = 'Disabled';$strBLOBRepositoryDisable = 'Disable';$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!';$strBLOBRepositoryEnabled = 'Enabled';$strBLOBRepositoryEnable = 'Enable';$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference';$strBLOBRepositoryRepair = 'Repair';$strBLOBRepositoryStatus = 'Status';$strBLOBRepositoryUpload = 'Upload to BLOB repository';$strBookmarkAllUsers = 'Let every user access this bookmark';$strBookmarkCreated = 'Bookmark %s created';$strBookmarkDeleted = 'The bookmark has been deleted.';$strBookmarkLabel = 'Label';$strBookmarkQuery = 'Bookmarked SQL query';$strBookmarkReplace = 'Replace existing bookmark of same name';$strBookmarkThis = 'Bookmark this SQL query';$strBookmarkView = 'View only';$strBrowse = 'Browse';$strBrowseDistinctValues = 'Browse distinct values';$strBrowseForeignValues = 'Browse foreign values';$strBufferPoolActivity = 'Buffer Pool Activity';$strBufferPool = 'Buffer Pool';$strBufferPoolUsage = 'Buffer Pool Usage';$strBufferReadMissesInPercent = 'Read misses in %';$strBufferReadMisses = 'Read misses';$strBufferWriteWaitsInPercent = 'Write waits in %';$strBufferWriteWaits = 'Write waits';$strBulgarian = 'Bulgarian';$strBusyPages = 'Busy pages';$strBzip = '"bzipped"';$strCalendar = 'Calendar';$strCancel = 'Cancel';$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';$strCannotLogin = 'Cannot log in to the MySQL server';$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.';$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';$strCantUseRecodeIconv = 'Couldn\'t use the iconv, libiconv, or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';$strCardinality = 'Cardinality';$strCaseInsensitive = 'case-insensitive';$strCaseSensitive = 'case-sensitive';$strCentralEuropean = 'Central European';$strChange = 'Change';$strChangeCopyModeCopy = '... keep the old one.';$strChangeCopyMode = 'Create a new user with the same privileges and ...';$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';$strChangeCopyUser = 'Change Login Information / Copy User';$strChangeDisplay = 'Choose field to display';$strChangePassword = 'Change password';$strCharset = 'Charset';$strCharsetOfFile = 'Character set of the file:';$strCharsetsAndCollations = 'Character Sets and Collations';$strCharsets = 'Charsets';$strCheckAll = 'Check All';$strCheck = 'Check';$strCheckOverhead = 'Check tables having overhead';$strCheckPrivs = 'Check Privileges';$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';$strCheckTable = 'Check table';$strChoosePage = 'Please choose a page to edit';$strColComFeat = 'Displaying Column Comments';$strCollation = 'Collation';$strColumnNames = 'Column names';$strColumnPrivileges = 'Column-specific privileges';$strCommand = 'Command';$strComment = 'Comment';$strComments = 'Comments';$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';$strCompleteInserts = 'Complete inserts';$strCompression = 'Compression';$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if PHP finds a parse error in it or PHP cannot find the file.<br />Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.<br />If you receive a blank page, everything is fine.';$strConfigureTableCoord = 'Please configure the coordinates for table %s';$strConnectionError = 'Cannot connect: invalid settings.';$strConnections = 'Connections';$strConstraintsForDumped = 'Constraints for dumped tables';$strConstraintsForTable = 'Constraints for table';$strControluserFailed = 'Connection for controluser as defined in your configuration failed.';$strCookiesRequired = 'Cookies must be enabled past this point.';$strCopy = 'Copy';$strCopyDatabaseOK = 'Database %s has been copied to %s';$strCopyTable = 'Copy table to (database<b>.</b>table):';$strCopyTableOK = 'Table %s has been copied to %s.';$strCopyTableSameNames = 'Can\'t copy table to same one!';$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';$strCreate = 'Create';$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';$strCreateIndexTopic = 'Create a new index';$strCreateNewDatabase = 'Create new database';$strCreateNewTable = 'Create new table on database %s';$strCreatePage = 'Create a new page';$strCreatePdfFeat = 'Creation of PDFs';$strCreateRelation = 'Create relation';$strCreateTable  = 'Create table';$strCreateUserDatabase = 'Database for user';$strCreateUserDatabaseName = 'Create database with same name and grant all privileges';$strCreateUserDatabaseNone = 'None';$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';$strCreationDates = 'Creation/Update/Check dates';$strCriteria = 'Criteria';$strCroatian = 'Croatian';$strCSV = 'CSV';$strCustomColor = 'Custom color';$strCyrillic = 'Cyrillic';$strCzech = 'Czech';$strCzechSlovak = 'Czech-Slovak';$strDanish = 'Danish';$strDatabase = 'Database';$strDatabaseEmpty = 'The database name is empty!';$strDatabaseExportOptions = 'Database export options';$strDatabaseHasBeenCreated = 'Database %1$s has been created.';$strDatabaseHasBeenDropped = 'Database %s has been dropped.';$strDatabases = 'Databases';$strDatabasesDropped = '%s databases have been dropped successfully.';$strDatabasesStats = 'Databases statistics';$strDatabasesStatsDisable = 'Disable Statistics';$strDatabasesStatsEnable = 'Enable Statistics';$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';$strData = 'Data';

⌨️ 快捷键说明

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