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

📄 english-utf-8.inc.php

📁
💻 PHP
📖 第 1 页 / 共 2 页
字号:
<?php/* $Id: english-utf-8.inc.php,v 1.67 2003/02/16 23:41:55 swix Exp $ */$charset = 'utf-8';$allow_recoding = TRUE;$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';$right_font_family = 'arial, helvetica, geneva, sans-serif';$number_thousands_separator = ',';$number_decimal_separator = '.';// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');$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';$strAPrimaryKey = 'A primary key has been added on %s';$strAbortedClients = 'Aborted';$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory';$strAccessDenied = 'Access denied';$strAction = 'Action';$strAddDeleteColumn = 'Add/Delete Field Columns';$strAddDeleteRow = 'Add/Delete Criteria Row';$strAddNewField = 'Add new field';$strAddPriv = 'Add a new Privilege';$strAddPrivMessage = 'You have added a new privilege.';$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.';$strAddedColumnComment = 'Added comment for column';$strAddedColumnRelation = 'Added relation for column';$strAdministration = 'Administration';$strAffectedRows = 'Affected rows:';$strAfter = 'After %s';$strAfterInsertBack = 'Go back to previous page';$strAfterInsertNewInsert = 'Insert another new row';$strAll = 'All';$strAllTableSameWidth = 'display all Tables with same width?';$strAlterOrderBy = 'Alter table order by';$strAnIndex = 'An index has been added on %s';$strAnalyzeTable = 'Analyze table';$strAnd = 'And';$strAny = 'Any';$strAnyColumn = 'Any Column';$strAnyDatabase = 'Any database';$strAnyHost = 'Any host';$strAnyTable = 'Any table';$strAnyUser = 'Any user';$strAscending = 'Ascending';$strAtBeginningOfTable = 'At Beginning of Table';$strAtEndOfTable = 'At End of Table';$strAttr = 'Attributes';$strBack = 'Back';$strBeginCut = 'BEGIN CUT';$strBeginRaw = 'BEGIN RAW';$strBinary = 'Binary';$strBinaryDoNotEdit = 'Binary - do not edit';$strBookmarkDeleted = 'The bookmark has been deleted.';$strBookmarkLabel = 'Label';$strBookmarkQuery = 'Bookmarked SQL-query';$strBookmarkThis = 'Bookmark this SQL-query';$strBookmarkView = 'View only';$strBrowse = 'Browse';$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.';$strBzip = '"bzipped"';$strCannotLogin = 'Cannot login to MySQL server';$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.';$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';$strCardinality = 'Cardinality';$strCarriage = 'Carriage return: \\r';$strChange = 'Change';$strChangeDisplay = 'Choose Field to display';$strChangePassword = 'Change password';$strCharsetOfFile = 'Character set of the file:';$strCheckAll = 'Check All';$strCheckDbPriv = 'Check Database Privileges';$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';$strColumn = 'Column';$strColumnNames = 'Column names';$strColumnPrivileges = 'Column-specific privileges';$strCommand = 'Command';$strComments = 'Comments';$strCompleteInserts = 'Complete inserts';$strCompression = 'Compression';$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 recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.';$strConfigureTableCoord = 'Please configure the coordinates for table %s';$strConfirm = 'Do you really want to do it?';$strConnections = 'Connections';$strCookiesRequired = 'Cookies must be enabled past this point.';$strCopyTable = 'Copy table to (database<b>.</b>table):';$strCopyTableOK = 'Table %s has been copied to %s.';$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';$strCreate = 'Create';$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';$strCriteria = 'Criteria';$strDBGContext = 'Context';$strDBGContextID = 'Context ID';$strDBGHits = 'Hits';$strDBGLine = 'Line';$strDBGMaxTimeMs = 'Min time, ms';$strDBGMinTimeMs = 'Max time, ms';$strDBGModule = 'Module';$strDBGTimePerHitMs = 'Time/Hit, ms';$strDBGTotalTimeMs = 'Total time, ms';$strData = 'Data';$strDataDict = 'Data Dictionary';$strDataOnly = 'Data only';$strDatabase = 'Database ';$strDatabaseHasBeenDropped = 'Database %s has been dropped.';$strDatabaseWildcard = 'Database (wildcards allowed):';$strDatabases = 'Databases';$strDatabasesDropped = '%s databases have been dropped successfully.';$strDatabasesStats = 'Databases statistics';$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';$strDatabasesStatsDisable = 'Disable Statistics';$strDatabasesStatsEnable = 'Enable Statistics';$strDbPrivileges = 'Database-specific privileges';$strDefault = 'Default';$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';$strDelete = 'Delete';$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';$strDeleteFailed = 'Deleted Failed!';$strDeleteUserMessage = 'You have deleted the user %s.';$strDeleted = 'The row has been deleted';$strDeletedRows = 'Deleted rows:';$strDeleting = 'Deleting %s';$strDescending = 'Descending';$strDisabled = 'Disabled';$strDisplay = 'Display';$strDisplayFeat = 'Display Features';$strDisplayOrder = 'Display order:';$strDisplayPDF = 'Display PDF schema';$strDoAQuery = 'Do a "query by example" (wildcard: "%")';$strDoYouReally = 'Do you really want to ';$strDocu = 'Documentation';$strDrop = 'Drop';$strDropDB = 'Drop database %s';$strDropSelectedDatabases = 'Drop Selected Databases';$strDropTable = 'Drop table';$strDropUsersDb = 'Drop the databases that have the same names as the users.';$strDumpXRows = 'Dump %s row(s) starting at record # %s.';$strDumpingData = 'Dumping data for table';$strDynamic = 'dynamic';$strEdit = 'Edit';$strEditPDFPages = 'Edit PDF Pages';$strEditPrivileges = 'Edit Privileges';$strEffective = 'Effective';$strEmpty = 'Empty';$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';$strEnabled = 'Enabled';$strEnd = 'End';$strEndCut = 'END CUT';$strEndRaw = 'END RAW';$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';$strError = 'Error';$strExplain = 'Explain SQL';$strExport = 'Export';$strExportToXML = 'Export to XML format';$strExtendedInserts = 'Extended inserts';$strExtra = 'Extra';$strFailedAttempts = 'Failed attempts';$strField = 'Field';$strFieldHasBeenDropped = 'Field %s has been dropped';$strFields = 'Fields';$strFieldsEmpty = ' The field count is empty! ';$strFieldsEnclosedBy = 'Fields enclosed by';$strFieldsEscapedBy = 'Fields escaped by';$strFieldsTerminatedBy = 'Fields terminated by';$strFileCouldNotBeRead = 'File could not be read';$strFixed = 'fixed';$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';$strFlushTable = 'Flush the table ("FLUSH")';$strFormEmpty = 'Missing value in the form !';$strFormat = 'Format';$strFullText = 'Full Texts';$strFunction = 'Function';$strGenBy = 'Generated by';$strGenTime = 'Generation Time';$strGeneralRelationFeat = 'General relation features';$strGlobalPrivileges = 'Global privileges';$strGlobalValue = 'Global value';$strGo = 'Go';$strGrantOption = 'Grant';$strGrants = 'Grants';$strGzip = '"gzipped"';$strHasBeenAltered = 'has been altered.';$strHasBeenCreated = 'has been created.';$strHaveToShow = 'You have to choose at least one Column to display';$strHome = 'Home';$strHomepageOfficial = 'Official phpMyAdmin Homepage';$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page';$strHost = 'Host';$strHostEmpty = 'The host name is empty!';$strId = 'ID';$strIdxFulltext = 'Fulltext';$strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.';$strIgnore = 'Ignore';$strIgnoringFile = 'Ignoring file %s';$strImportDocSQL = 'Import docSQL Files';$strImportFiles = 'Import files';$strImportFinished = 'Import finished';$strInUse = 'in use';$strIndex = 'Index';$strIndexHasBeenDropped = 'Index %s has been dropped';$strIndexName = 'Index name&nbsp;:';$strIndexType = 'Index type&nbsp;:';$strIndexes = 'Indexes';$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';$strInsert = 'Insert';$strInsertAsNewRow = 'Insert as a new row';$strInsertNewRow = 'Insert new row';$strInsertTextfiles = 'Insert data from a textfile into table';$strInsertedRows = 'Inserted rows:';$strInstructions = 'Instructions';$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.';$strJumpToDB = 'Jump to database &quot;%s&quot;.';$strJustDelete = 'Just delete the users from the privilege tables.';$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';$strKeepPass = 'Do not change the password';$strKeyname = 'Keyname';$strKill = 'Kill';$strLaTeX = 'LaTeX';$strLandscape = 'Landscape';$strLength = 'Length';$strLengthSet = 'Length/Values*';$strLimitNumRows = 'Number of rows per page';$strLineFeed = 'Linefeed: \\n';$strLines = 'Lines';$strLinesTerminatedBy = 'Lines terminated by';$strLinkNotFound = 'Link not found';$strLinksTo = 'Links to';$strLocalhost = 'Local';$strLocationTextfile = 'Location of the textfile';$strLogPassword = 'Password:';$strLogUsername = 'Username:';$strLogin = 'Login';$strLoginInformation = 'Login Information';$strLogout = 'Log out';$strMissingBracket = 'Missing Bracket';$strModifications = 'Modifications have been saved';$strModify = 'Modify';$strModifyIndexTopic = 'Modify an index';$strMoreStatusVars = 'More status variables';$strMoveTable = 'Move table to (database<b>.</b>table):';$strMoveTableOK = 'Table %s has been moved to %s.';$strMySQLCharset = 'MySQL charset';$strMySQLReloaded = 'MySQL reloaded.';$strMySQLSaid = 'MySQL said: ';$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';$strMySQLShowProcess = 'Show processes';$strMySQLShowStatus = 'Show MySQL runtime information';$strMySQLShowVars = 'Show MySQL system variables';$strName = 'Name';$strNext = 'Next';$strNo = 'No';$strNoDatabases = 'No databases';

⌨️ 快捷键说明

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