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

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

📁 WEBGAME源码,有架设说明,只是非常简单
💻 PHP
📖 第 1 页 / 共 5 页
字号:
<?php/* $Id: english-iso-8859-1.inc.php 9380 2006-08-30 10:43:15Z nijel $ */$charset = 'iso-8859-1';$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';$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';$strAccessDenied = 'Access denied';$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %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 config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';$strAction = 'Action';$strAddAutoIncrement = 'Add AUTO_INCREMENT value';$strAddClause = 'Add %s';$strAddConstraints = 'Add constraints';$strAddDeleteColumn = 'Add/Delete Field Columns';$strAddDeleteRow = 'Add/Delete Criteria Row';$strAddedColumnComment = 'Added comment for column';$strAddedColumnRelation = 'Added relation for column';$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';$strAffectedRows = 'Affected rows:';$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 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.';$strAllTableSameWidth = 'display all tables with same width?';$strAlterOrderBy = 'Alter table order by';$strAnalyzeTable = 'Analyze table';$strAnd = 'And';$strAndThen = 'and then';$strAnIndex = 'An index has been added on %s';$strAny = 'Any';$strAnyHost = 'Any host';$strAnyUser = 'Any user';$strApproximateCount = 'May be approximate. See FAQ 3.11';$strAPrimaryKey = 'A primary key has been added on %s';$strArabic = 'Arabic';$strArmenian = 'Armenian';$strAscending = 'Ascending';$strAtBeginningOfTable = 'At Beginning of Table';$strAtEndOfTable = 'At End of Table';$strAttr = 'Attributes';$strAutodetect = 'Autodetect';$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';$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';$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 newer PHP version. See PHP bug report %s for details.';$strBzip = '"bzipped"';$strCalendar = 'Calendar';$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 either 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';$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';$strComments = 'Comments';$strCommentsForTable = 'COMMENTS FOR TABLE';$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';$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';$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';$strCSVImportOptions = 'CSV options';$strCSVOptions = 'CSV options';$strCyrillic = 'Cyrillic';$strCzech = 'Czech';$strCzechSlovak = 'Czech-Slovak';$strDanish = 'Danish';$strDatabase = 'Database';$strDatabaseEmpty = 'The database name is empty!';$strDatabaseExportOptions = 'Database export options';$strDatabaseHasBeenDropped = 'Database %s has been dropped.';$strDatabaseNoTable = 'This database contains no table!';$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.';

⌨️ 快捷键说明

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