📄 farsi-utf-8.inc.php
字号:
<?php/* $Id: farsi-utf-8.inc.php,v 1.10 2003/02/16 22:46:03 rabus Exp $ *//** * Original translation to Farsi by Name <username at hostname.com> */$charset = 'utf-8'; //to localize$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'; //change for font support as needed$right_font_family = 'arial, helvetica, geneva, sans-serif'; //change for font support as needed$number_thousands_separator = ','; //to localize$number_decimal_separator = '.'; // to localize// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); //to translate$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); //to translate$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); //to translate// See http://www.php.net/manual/en/function.strftime.php to define the// variable below$datefmt = '%B %d, %Y at %I:%M %p'; //to translate/localize$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate/localize$strAPrimaryKey = 'A primary key has been added on %s'; //to translate$strAbortedClients = 'Aborted'; //to translate$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate$strAccessDenied = 'Access denied'; //to translate$strAction = 'Action'; //to translate$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate$strAddNewField = 'Add new field'; //to translate$strAddPriv = 'Add a new Privilege'; //to translate$strAddPrivMessage = 'You have added a new privilege.'; //to translate$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate$strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; //to translate$strAddToIndex = 'Add to index %s column(s)'; //to translate$strAddUser = 'Add a new User'; //to translate$strAddUserMessage = 'You have added a new user.'; //to translate$strAddedColumnComment = 'Added comment for column'; //to translate$strAddedColumnRelation = 'Added relation for column'; //to translate$strAdministration = 'Administration'; //to translate$strAffectedRows = 'Affected rows:'; //to translate$strAfter = 'After %s'; //to translate$strAfterInsertBack = 'Go back to previous page'; //to translate$strAfterInsertNewInsert = 'Insert another new row'; //to translate$strAll = 'All'; //to translate$strAllTableSameWidth = 'display all Tables with same width?'; //to translate$strAlterOrderBy = 'Alter table order by'; //to translate$strAnIndex = 'An index has been added on %s'; //to translate$strAnalyzeTable = 'Analyze table'; //to translate$strAnd = 'And'; //to translate$strAny = 'Any'; //to translate$strAnyColumn = 'Any Column'; //to translate$strAnyDatabase = 'Any database'; //to translate$strAnyHost = 'Any host'; //to translate$strAnyTable = 'Any table'; //to translate$strAnyUser = 'Any user'; //to translate$strAscending = 'Ascending'; //to translate$strAtBeginningOfTable = 'At Beginning of Table'; //to translate$strAtEndOfTable = 'At End of Table'; //to translate$strAttr = 'Attributes'; //to translate$strBack = 'Back'; //to translate$strBeginCut = 'BEGIN CUT'; //to translate$strBeginRaw = 'BEGIN RAW'; //to translate$strBinary = 'Binary'; //to translate$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate$strBookmarkLabel = 'Label'; //to translate$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate$strBookmarkThis = 'Bookmark this SQL-query'; //to translate$strBookmarkView = 'View only'; //to translate$strBrowse = 'Browse'; //to translate$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.'; //to translate$strBzip = '"bzipped"'; //to translate$strCannotLogin = 'Cannot login to MySQL server'; //to translate$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate$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.'; //to translate$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; //to translate$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate$strCardinality = 'Cardinality'; //to translate$strCarriage = 'Carriage return: \\r'; //to translate$strChange = 'Change'; //to translate$strChangeDisplay = 'Choose Field to display'; //to translate$strChangePassword = 'Change password'; //to translate$strCharsetOfFile = 'Character set of the file:'; //to translate$strCheckAll = 'Check All'; //to translate$strCheckDbPriv = 'Check Database Privileges'; //to translate$strCheckTable = 'Check table'; //to translate$strChoosePage = 'Please choose a Page to edit'; //to translate$strColComFeat = 'Displaying Column Comments'; //to translate$strColumn = 'Column'; //to translate$strColumnNames = 'Column names'; //to translate$strColumnPrivileges = 'Column-specific privileges'; //to translate$strCommand = 'Command'; //to translate$strComments = 'Comments'; //to translate$strCompleteInserts = 'Complete inserts'; //to translate$strCompression = 'Compression'; //to translate$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.'; //to translate$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate$strConfirm = 'Do you really want to do it?'; //to translate$strConnections = 'Connections'; //to translate$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate$strCopyTable = 'Copy table to (database<b>.</b>table):'; //to translate$strCopyTableOK = 'Table %s has been copied to %s.'; //to translate$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate$strCreate = 'Create'; //to translate$strCreateIndex = 'Create an index on %s columns'; //to translate$strCreateIndexTopic = 'Create a new index'; //to translate$strCreateNewDatabase = 'Create new database'; //to translate$strCreateNewTable = 'Create new table on database %s'; //to translate$strCreatePage = 'Create a new Page'; //to translate$strCreatePdfFeat = 'Creation of PDFs'; //to translate$strCriteria = 'Criteria'; //to translate$strData = 'Data'; //to translate$strDataDict = 'Data Dictionary'; //to translate$strDataOnly = 'Data only'; //to translate$strDatabase = 'Database '; //to translate$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate$strDatabases = 'databases'; //to translate$strDatabasesStats = 'Databases statistics'; //to translate$strDbPrivileges = 'Database-specific privileges'; //to translate$strDefault = 'Default'; //to translate$strDelete = 'Delete'; //to translate$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate$strDeleteFailed = 'Deleted Failed!'; //to translate$strDeleteUserMessage = 'You have deleted the user %s.'; //to translate$strDeleted = 'The row has been deleted'; //to translate$strDeletedRows = 'Deleted rows:'; //to translate$strDeleting = 'Deleting %s'; //to translate$strDescending = 'Descending'; //to translate$strDisabled = 'Disabled'; //to translate$strDisplay = 'Display'; //to translate$strDisplayFeat = 'Display Features'; //to translate$strDisplayOrder = 'Display order:'; //to translate$strDisplayPDF = 'Display PDF schema'; //to translate$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate$strDoYouReally = 'Do you really want to '; //to translate$strDocu = 'Documentation'; //to translate$strDrop = 'Drop'; //to translate$strDropDB = 'Drop database %s'; //to translate$strDropTable = 'Drop table'; //to translate$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate$strDumpingData = 'Dumping data for table'; //to translate$strDynamic = 'dynamic'; //to translate$strEdit = 'Edit'; //to translate$strEditPDFPages = 'Edit PDF Pages'; //to translate$strEditPrivileges = 'Edit Privileges'; //to translate$strEffective = 'Effective'; //to translate$strEmpty = 'Empty'; //to translate$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; //to translate$strEnabled = 'Enabled'; //to translate$strEnd = 'End'; //to translate$strEndCut = 'END CUT'; //to translate$strEndRaw = 'END RAW'; //to translate$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate$strError = 'Error'; //to translate$strExplain = 'Explain SQL'; //to translate$strExport = 'Export'; //to translate$strExportToXML = 'Export to XML format'; //to translate$strExtendedInserts = 'Extended inserts'; //to translate$strExtra = 'Extra'; //to translate$strFailedAttempts = 'Failed attempts'; //to translate$strField = 'Field'; //to translate$strFieldHasBeenDropped = 'Field %s has been dropped'; //to translate$strFields = 'Fields'; //to translate$strFieldsEmpty = ' The field count is empty! '; //to translate$strFieldsEnclosedBy = 'Fields enclosed by'; //to translate$strFieldsEscapedBy = 'Fields escaped by'; //to translate$strFieldsTerminatedBy = 'Fields terminated by'; //to translate$strFileCouldNotBeRead = 'File could not be read'; //to translate$strFixed = 'fixed'; //to translate$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.'; //to translate$strFlushTable = 'Flush the table ("FLUSH")'; //to translate$strFormEmpty = 'Missing value in the form !'; //to translate$strFormat = 'Format'; //to translate$strFullText = 'Full Texts'; //to translate$strFunction = 'Function'; //to translate$strGenBy = 'Generated by'; //to translate$strGenTime = 'Generation Time'; //to translate$strGeneralRelationFeat = 'General relation features'; //to translate$strGlobalPrivileges = 'Global privileges'; //to translate$strGlobalValue = 'Global value'; //to translate$strGo = 'Go'; //to translate
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -