diff --git a/ChangeLog b/ChangeLog index c8eaa43bf1..8acc5fe86c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + rfe #1666487 Add option to generate password on change password page. + rfe #1694104 Allow logging of user status with Apache. - patch #2649087 None default is different than other None in some languages. ++ [lang] Chinese Simplified update, thanks to Shanyan Baishui - rimyxp 3.1.4.0 (not yet released) + patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ, diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 6220b49eb7..5fdf24c52f 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -2,17 +2,23 @@ /* $Id$ */ /** - * Last translation by: Funda Wang + * Translation by: Funda Wang * update by Simon + * update by rimy on Mar. 4th. 2009, proofread on Mar. 6th. 2009 + * update by 小绿酱(greensea) on Mar. 5th. 2009 */ $charset = 'utf-8'; -$text_dir = 'ltr'; +$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('字节', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +// MySQL manual language definition, this is optional, en will be used +// if not defined +$mysql_4_1_doc_lang = 'zh'; +$mysql_5_0_doc_lang = 'zh'; $mysql_5_1_doc_lang = 'zh'; $day_of_week = array('周日', '周一', '周二', '周三', '周四', '周五', '周六'); @@ -20,186 +26,249 @@ $month = array('一月', '二月', '三月', '四月', '五月', '六月', '七 // See http://www.php.net/manual/en/function.strftime.php to define the // variable below $datefmt = '%Y 年 %m 月 %d 日 %H:%M'; - $timespanfmt = '%s 天 %s 小时,%s 分 %s 秒'; -$strAbortedClients = '中止'; -$strAccessDenied = '访问被拒绝'; -$strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。'; +$strAPrimaryKey = '已将 %s 设为主键'; +$strAbortedClients = '已取消'; +$strAccessDenied = '拒绝访问'; +$strAccessDeniedCreateConfig = '你可能还没有创建配置文件。你可以使用 %1$s设置脚本%2$s 来创建一个配置文件。'; +$strAccessDeniedExplanation = 'phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。'; $strAction = '操作'; -$strAddAutoIncrement = '添加 AUTO_INCREMENT 值'; +$strActions = '操作'; +$strAddAutoIncrement = '添加自增 (AUTO_INCREMENT) 值'; +$strAddClause = '添加 %s'; $strAddConstraints = '强制添加'; $strAddDeleteColumn = '添加/删除字段列'; $strAddDeleteRow = '添加/删除条件行'; -$strAddFields = '添加 %s 字段'; -$strAddHeaderComment = '在标题中增加一个定制的注释 (\\n 行隔离符)'; +$strAddFields = '添加 %s 个字段'; +$strAddHeaderComment = '在文件头添加自定义注释 (\\n 为换行)'; $strAddIntoComments = '添加进注释'; $strAddNewField = '添加新字段'; $strAddPrivilegesOnDb = '在下列数据库添加权限'; -$strAddPrivilegesOnTbl = '在下列表添加权限'; -$strAddSearchConditions = '添加搜索条件(“where”语句的主体):'; -$strAddToIndex = '添加到 %s 列'; -$strAddUserMessage = '您已添加了一个新用户。'; +$strAddPrivilegesOnTbl = '在下列数据表添加权限'; +$strAddSearchConditions = '添加搜索条件 (“where”语句的主体):'; +$strAddToIndex = '添加 %s 个索引字段'; $strAddUser = '添加新用户'; +$strAddUserMessage = '您已添加了一个新用户。'; $strAdministration = '管理'; -$strAfterInsertBack = '后退到上一页'; -$strAfterInsertNewInsert = '插入新的一行'; -$strAfterInsertNext = '编辑下一行'; -$strAfterInsertSame = '返回这一页'; $strAfter = '于 %s 之后'; +$strAfterInsertBack = '返回上一页'; +$strAfterInsertNewInsert = '插入新数据'; +$strAfterInsertNext = '编辑下一行'; +$strAfterInsertSame = '返回到本页'; $strAll = '全部'; -$strAllTableSameWidth = '以相同宽度显示所有表吗?'; -$strAlterOrderBy = '更改表顺序,依据'; +$strAllTableSameWidth = '以相同宽度显示所有的表'; +$strAllowInterrupt = '在导入时脚本若检测到可能需要花费很长时间则允许中断。尽管这会中断事务,但在导入大文件时是个很好的方法。'; +$strAlterOrderBy = '更改表的排序,根据'; +$strAnIndex = '已将 %s 设为索引'; +$strAnalyze = '分析'; $strAnalyzeTable = '分析表'; $strAnd = '与'; -$strAnIndex = '索引已经添加到 %s'; +$strAndThen = '然后'; +$strAngularLinks = '规则连接'; $strAny = '任意'; $strAnyHost = '任意主机'; $strAnyUser = '任意用户'; -$strApproximateCount = '可能接近. 请参看 FAQ 3.11'; -$strAPrimaryKey = '主键已经添加到 %s'; +$strApproximateCount = '可能接近。参见 [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]'; $strArabic = '阿拉伯语'; $strArmenian = '亚美尼亚语'; +$strAsDefined = '定义:'; $strAscending = '递增'; $strAtBeginningOfTable = '于表开头'; $strAtEndOfTable = '于表结尾'; $strAttr = '属性'; -$strAutomaticLayout = '自动套用格式'; +$strAutomaticLayout = '自动排版'; +$strBLOBRepository = 'BLOB 容器'; +$strBLOBRepositoryDamaged = '已损坏'; +$strBLOBRepositoryDisable = '禁用'; +$strBLOBRepositoryDisableAreYouSure = '您确定要在数据库 %s 上禁用 BLOB 功能?'; +$strBLOBRepositoryDisableStrongWarning = '您正准备禁用 BLOB 容器!'; +$strBLOBRepositoryDisabled = '已禁用'; +$strBLOBRepositoryEnable = '启用'; +$strBLOBRepositoryEnabled = '已启用'; +$strBLOBRepositoryRemove = '删除 BLOB 容器功能'; +$strBLOBRepositoryRepair = '修复'; +$strBLOBRepositoryStatus = '状态'; +$strBLOBRepositoryUpload = '上传到 BLOB 容器'; $strBack = '返回'; $strBaltic = '巴拉克语'; $strBeginCut = '开始剪切'; $strBeginRaw = '开始原文'; -$strBinary = '二进制'; -$strBinaryDoNotEdit = '二进制 - 无法编辑'; -$strBinaryLog = '二进制日志'; $strBinLogEventType = '事件类型'; $strBinLogInfo = '信息'; $strBinLogName = '日志文件名'; $strBinLogOriginalPosition = '初始位置'; $strBinLogPosition = '位置'; $strBinLogServerId = '服务器ID'; -$strBookmarkAllUsers = '让每个用户都可以访问这个书签'; -$strBookmarkDeleted = '书签已经删除。'; +$strBinary = '二进制'; +$strBinaryDoNotEdit = '二进制 - 无法编辑'; +$strBinaryLog = '二进制日志'; +$strBookmarkAllUsers = '让所有用户均可访问此书签'; +$strBookmarkCreated = '已创建书签 %s'; +$strBookmarkDeleted = '书签已删除。'; $strBookmarkLabel = '标签'; -$strBookmarkQuery = '已加书签的 SQL 查询'; +$strBookmarkQuery = '此 SQL 查询已加入书签'; +$strBookmarkReplace = '替换现有的同名书签'; $strBookmarkThis = '将此 SQL 查询加为书签'; -$strBookmarkView = '只查看'; +$strBookmarkView = '仅查看'; $strBrowse = '浏览'; +$strBrowseDistinctValues = '浏览非重复值 (DISTINCT)'; $strBrowseForeignValues = '浏览不相关的值'; +$strBufferPool = '缓冲池'; +$strBufferPoolActivity = '缓冲池活动'; +$strBufferPoolUsage = '缓冲池使用情况'; +$strBufferReadMisses = '读缺失数'; +$strBufferReadMissesInPercent = '读缺失率'; +$strBufferWriteWaits = '写等待数'; +$strBufferWriteWaitsInPercent = '写等待率'; $strBulgarian = '保加利亚语'; +$strBusyPages = '负载页'; $strBzip = 'bzip 压缩'; +$strCSV = 'CSV'; // should express in english $strCalendar = '日历'; -$strCannotLogin = '无法登入 MySQL 服务器'; -$strCantLoadRecodeIconv = '无法载入 iconv 或者进行字符集转换所需的重编码扩展程序,请配置 php 允许使用这些扩展或者在 phpMyAdmin 中禁用字符集转换功能。'; -$strCantLoad = '无法载入 %s 扩展,
请检查 PHP 配置'; -$strCantRenameIdxToPrimary = '无法将索引更名为 PRIMARY!'; -$strCantUseRecodeIconv = '载入扩展报告时 iconv,libiconv 和 recode_string 都无法使用。请检查您的 php 配置。'; +$strCanNotLoadExportPlugins = '无法加载导出插件,请检查安装!'; +$strCanNotLoadImportPlugins = '无法加载导入插件,请检查你的安装!'; +$strCancel = '取消'; +$strCannotLogin = '无法登录 MySQL 服务器'; +$strCantLoad = '无法加载 %s 扩展,请检查您的 PHP 配置。'; +$strCantLoadRecodeIconv = '无法加载 iconv 或可用于转换字符集所需的重编码扩展,请配置 PHP 启用这些扩展或在 phpMyAdmin 中禁用字符集转换功能。'; +$strCantRenameIdxToPrimary = '无法将索改为主键 (PRIMARY) !'; +$strCantUseRecodeIconv = '虽然必须的扩展已经加载,但还是无法使用 iconv、libiconv 和 recode_string 函数。请检查您的 PHP 配置。'; $strCardinality = '基数'; $strCaseInsensitive = '不区分大小写'; $strCaseSensitive = '区分大小写'; $strCentralEuropean = '中欧'; -$strChange = '更改'; +$strChange = '修改'; +$strChangeCopyMode = '创建具有相同权限的新用户然后 ...'; $strChangeCopyModeCopy = '... 保留旧用户。'; $strChangeCopyModeDeleteAndReload = ' ... 从用户表中删除旧用户,然后重新载入权限。'; $strChangeCopyModeJustDelete = ' ... 从用户表中删除旧用户。'; -$strChangeCopyModeRevoke = ' ... 收回旧用户的所有激活权限,然后删除旧用户。'; -$strChangeCopyMode = '创建带有相同权限的新用户并 ...'; -$strChangeCopyUser = '更改登录信息/复制用户'; +$strChangeCopyModeRevoke = ' ... 撤销旧用户的所有权限,然后删除旧用户。'; +$strChangeCopyUser = '修改登录信息/复制用户'; $strChangeDisplay = '选择要显示的字段'; -$strChangePassword = '更改密码'; +$strChangePassword = '修改密码'; $strCharset = '字符集'; $strCharsetOfFile = '文件的字符集:'; $strCharsets = '字符集'; $strCharsetsAndCollations = '字符集和整理'; +$strCheck = '检查'; $strCheckAll = '全选'; -$strCheckOverhead = '彻底检查'; +$strCheckOverhead = '仅选择多余'; $strCheckPrivs = '检查权限'; $strCheckPrivsLong = '检查数据库“%s”的权限。'; $strCheckTable = '检查表'; -$strChoosePage = '请选择需要编辑的页号'; -$strColComFeat = '显示列注解'; +$strChoosePage = '请选择需要编辑的页'; +$strColComFeat = '显示列注释'; $strCollation = '整理'; $strColumnNames = '列名'; -$strColumnPrivileges = '按列指定权限'; +$strColumnPrivileges = '按字段指定权限'; $strCommand = '命令'; +$strComment = '注释'; $strComments = '注释'; -$strCompatibleHashing = 'MySQL 4.0 兼容'; +$strCompatibleHashing = '兼容 MySQL 4.0'; $strCompleteInserts = '完整插入'; $strCompression = '压缩'; -$strConfigFileError = 'phpMyAdmin 无法读取您的配置文件!
这可能是因为 php 发现了语法错误或 php 未能找到文档。
请直接使用下面的链接调用配置文件,然后读取您收到的 php 错误提示。通常的错误都是因为某处漏了引号或分号。
如果您看到的是一个空白页,则代表没有任何问题。'; -$strConfigureTableCoord = '请配置表 %s 的坐标'; -$strConnectionError = '无法连接:非法设置。'; +$strCompressionWillBeDetected = '可自动识别以下压缩格式的文件: %s'; +$strConfigDefaultFileError = '无法加载默认配置: "%1$s"'; +$strConfigFileError = 'phpMyAdmin 无法读取您的配置文件!
这可能是因为配置文件不存在或有语法错误。
请使用下面的链接直接访问配置文件,然后检查您收到的 PHP 错误信息。通常的错误都是因为某处漏了引号或分号。
如果您看到的是一个空白页,则代表没有任何问题。'; +$strConfigureTableCoord = '请配置表 %s 的并发'; +$strConnectionError = '无法连接:无效的设置。'; $strConnections = '连接'; $strConstraintsForDumped = '限制导出的表'; $strConstraintsForTable = '限制表'; -$strCookiesRequired = 'Cookies 必须启用才能登入。'; -$strCopyDatabaseOK = '数据库 %s已经被复制到%s'; -$strCopyTable = '将表复制到(数据库名.表名):'; -$strCopyTableOK = '表 %s 已经成功复制为 %s。'; -$strCopyTableSameNames = '无法将表复制为相同名称!'; -$strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。可能该线程已经关闭。'; +$strControluserFailed = '使用配置文件中定义的控制用户连接失败。'; +$strCookiesRequired = '必须启用 Cookies 才能登录。'; +$strCopy = '复制'; +$strCopyDatabaseOK = '已将数据库 %s 复制为 %s'; +$strCopyTable = '将数据表复制到(数据库名.数据表名):'; +$strCopyTableOK = '已将数据表 %s 复制为 %s。'; +$strCopyTableSameNames = '目标数据表不能为源数据表!'; +$strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。该线程可能已经关闭。'; $strCreate = '创建'; -$strCreateIndex = '在第 %s 列创建索引'; -$strCreateIndexTopic = '创建新索引'; -$strCreateNewDatabase = '创建一个新的数据库'; -$strCreateNewTable = '在数据库 %s 中创建一个新表'; +$strCreateDatabaseBeforeCopying = '复制前创建数据库 (CREATE DATABASE)'; +$strCreateIndex = '在第 %s 个字段创建索引'; +$strCreateIndexTopic = '新建索引'; +$strCreateNewDatabase = '新建数据库'; +$strCreateNewTable = '在数据库 %s 中新建一个数据表'; $strCreatePage = '创建新页'; $strCreatePdfFeat = '创建 PDF'; -$strCreationDates = '创建/更新/日期检查'; +$strCreateRelation = '创建关系'; +$strCreateTable = '新建数据表'; +$strCreateUserDatabase = '用户数据库'; +$strCreateUserDatabaseName = '创建与用户同名的数据库并授予所有权限'; +$strCreateUserDatabaseNone = '无'; +$strCreateUserDatabasePrivileges = '授予数据库“%s”的所有权限。'; +$strCreateUserDatabaseWildcard = '给以 用户名_ 开头的数据库 (username\_%) 授予所有权限'; +$strCreationDates = '创建/更新/检查日期'; $strCriteria = '条件'; $strCroatian = '克罗地亚语'; +$strCustomColor = '自定义颜色'; $strCyrillic = '西里尔语'; $strCzech = '捷克语'; $strCzechSlovak = '捷克斯洛伐克语'; +$strDBComment = '数据库注释:'; +$strDBCopy = '复制数据库到'; +$strDBRename = '将数据库改名为'; $strDanish = '丹麦语'; $strData = '数据'; +$strDataDict = '数据字典'; +$strDataOnly = '仅数据'; +$strDataPages = '非空页'; $strDatabase = '数据库'; -$strDatabaseEmpty = '这个数据库名字是空!'; +$strDatabaseEmpty = '数据库名不能为空!'; $strDatabaseExportOptions = '数据库导出选项'; -$strDatabaseHasBeenDropped = '数据库 %s 已被删除。'; +$strDatabaseHasBeenCreated = '创建数据库 %1$s 成功。'; +$strDatabaseHasBeenDropped = '已被删除数据库 %s 。'; $strDatabases = '数据库'; -$strDatabasesDropped = '已经成功删除了 %s 个数据库。'; +$strDatabasesDropped = '已成功删除 %s 个数据库。'; $strDatabasesStats = '数据库统计'; $strDatabasesStatsDisable = '禁用统计'; $strDatabasesStatsEnable = '启用统计'; $strDatabasesStatsHeavyTraffic = '注意:在此启用数据库统计可能导致网站服务器和 MySQL 服务器之间的流量骤增。'; -$strDataDict = '数据字典'; -$strDataOnly = '只有数据'; -$strDBComment = '数据库注释:'; -$strDBCopy = '复制数据库到'; +$strDbIsEmpty = '数据库是空的!'; $strDbPrivileges = '按数据库指定权限'; -$strDBRename = '重新命名数据库为 '; $strDbSpecific = '按数据库指定'; $strDefault = '默认'; -$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜线或引号,请用此格式:a'; +$strDefaultEngine = '%s 是此 MySQL 服务器的默认存储引擎。'; +$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜杠或引号,请用此格式:a'; $strDefragment = '整理表碎片'; -$strDelayedInserts = '延时插入'; +$strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?'; +$strDelayedInserts = '使用延迟插入'; $strDelete = '删除'; -$strDeleteAndFlushDescr = '这是一个最干净的做法,但重新读取权限需一段时间。'; $strDeleteAndFlush = '删除用户并重新读取权限。'; -$strDeleted = '该行已经被删除。'; +$strDeleteAndFlushDescr = '这是一个最干净的做法,但重新载入权限需要一点时间。'; +$strDeleteNoUsersSelected = '没有选择要删除的用户!'; +$strDeleteRelation = '删除关系'; +$strDeleted = '已删除该行'; $strDeleting = '正在删除 %s'; -$strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?'; +$strDelimiter = '语句定界符'; $strDescending = '递减'; $strDescription = '描述'; +$strDesigner = '设计器'; +$strDesignerHelpDisplayField = '显示的字段为粉红色。要设置或取消显示的字段,点击“选择显示字段”图标,然后选择需要的字段名字。'; +$strDetails = '详细...'; $strDictionary = '字典'; -$strDisabled = '已禁用'; +$strDirectLinks = '直接连接'; +$strDirtyPages = '脏页'; $strDisableForeignChecks = '禁止选定不相关的主键'; +$strDisabled = '已禁用'; $strDisplayFeat = '显示特性'; -$strDisplayOrder = '显示顺序'; +$strDisplayOrder = '显示顺序:'; $strDisplayPDF = '显示 PDF 大纲'; $strDoAQuery = '执行“按例查询”(通配符:“%”)'; -$strDocu = '文档'; $strDoYouReally = '您真的要'; +$strDocSQL = 'DocSQL'; // should expressed in English +$strDocu = '文档'; +$strDownloadFile = '下载文件'; $strDrop = '删除'; $strDropDatabaseStrongWarning = '您将要删除一个完整的数据库!'; -$strDropUsersDb = '删除与用户名称相同的数据库。'; -$strDumpingData = '导出表中的数据'; -$strDumpSaved = '转存已经保存到文件 %s 中了。'; -$strDumpXRows = '转存 %s 行,从记录 #%s 开始。'; +$strDropUsersDb = '删除与用户同名的数据库。'; +$strDumpSaved = '转存已经保存到文件 %s 中。'; +$strDumpXRows = '转存 %s 行,从记录 # %s 开始。'; +$strDumpingData = '转存表中的数据'; $strDynamic = '动态'; $strEdit = '编辑'; @@ -207,47 +276,78 @@ $strEditPDFPages = '编辑 PDF 页'; $strEditPrivileges = '编辑权限'; $strEffective = '有效'; $strEmpty = '清空'; -$strEmptyResultSet = 'MySQL 返回的查询结果为空(即零行)。'; +$strEmptyResultSet = 'MySQL 返回的查询结果为空 (即零行)。'; $strEnabled = '已启用'; $strEncloseInTransaction = '处理事务中封装输出'; $strEnd = '结束'; $strEndCut = '结束剪切'; $strEndRaw = '结束原文'; +$strEngineAvailable = '%s 在此 MySQL 服务器上可用。'; +$strEngineDisabled = '%s 在此 MySQL 服务器上被禁止了。'; +$strEngineUnsupported = '此 MySQL 服务器不支持 %s 存储引擎。'; +$strEngines = '引擎'; $strEnglish = '英语'; $strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 '; $strError = '错误'; -$strEscapeWildcards = '通配符 _ 及 % 应正确地加入 \ '; +$strErrorInZipFile = 'ZIP 包中有错误:'; +$strErrorRelationAdded = '错误:关系未添加'; +$strErrorRelationExists = '错误:关系已存在'; +$strErrorRenamingTable = '将表 %1$s 改名为 %2$s 时发生错误'; +$strErrorSaveTable = '保存设计器坐标时出错。'; +$strEscapeWildcards = '要使用通配符 _ 和 % 本身,应使用用 \ 转义'; +$strEsperanto = '世界语'; $strEstonian = '爱沙尼亚语'; +$strEvent = '事件'; +$strEvents = '事件'; $strExcelEdition = 'Excel 版本'; $strExecuteBookmarked = '执行书签中的查询'; $strExplain = '解释 SQL'; $strExport = '导出'; +$strExportImportToScale = '按比例导出/导入';//need confirm +$strExportMustBeFile = '选择导出文件的类型!'; $strExtendedInserts = '扩展插入'; $strExtra = '额外'; -$strFailedAttempts = '尝试失败'; +$strFailedAttempts = '已失败'; $strField = '字段'; -$strFieldHasBeenDropped = '字段 %s 已被删除'; +$strFieldHasBeenDropped = '已删除字段 %s '; +$strFieldInsertFromFileTempDirNotExists = '移动上传文件时发生错误,参见 [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]。'; $strFields = '字段数'; -$strFieldsEnclosedBy = '包裹字段的字符'; -$strFieldsEscapedBy = '转义字段的字符'; -$strFieldsTerminatedBy = '分隔字段的字符'; -$strFileAlreadyExists = '文件 %s 已经存在于服务器上,请更改文件名或者选中覆盖选项。'; -$strFileCouldNotBeRead = '文件无法读取'; +$strFieldsEnclosedBy = '文字分隔符'; +$strFieldsEscapedBy = '字段转义符'; +$strFieldsTerminatedBy = '字段分隔符'; +$strFileAlreadyExists = '服务器上已存在文件 %s,请修改文件名或选中覆盖选项。'; +$strFileCouldNotBeRead = '无法读取文件'; $strFileNameTemplate = '文件名模板'; +$strFileNameTemplateDescription = '这个值是使用 %1$sstrftime%2$s 来解析的,所以你能用时间格式的字符串。另外,下列内容也将被转换:%3$s。其他文本将保持原样。'; +$strFileNameTemplateDescriptionDatabase = '数据库名'; +$strFileNameTemplateDescriptionServer = '服务器名'; +$strFileNameTemplateDescriptionTable = '数据表名'; $strFileNameTemplateRemember = '记住模板'; +$strFileToImport = '要导入的文件'; +$strFiles = '文件'; $strFlushPrivilegesNote = '注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。'; -$strFlushTable = '强制更新资料表("FLUSH")'; -$strFormat = '格式'; +$strFlushQueryCache = '强制更新查询缓存'; +$strFlushTable = '强制更新表 ("FLUSH")'; +$strFlushTables = '强制更新 (关闭) 所有表'; +$strFontSize = '字号'; +$strForeignKeyError = '在 %1$s 创建外键时发生错误 (检查数据类型)'; +$strForeignKeyRelationAdded = '已添加外键关联'; $strFormEmpty = '表单内缺少值!'; +$strFormat = '格式'; +$strFreePages = '空闲页'; $strFullText = '完整文字'; $strFunction = '函数'; +$strFunctions = '函数'; $strGenBy = '生成者'; -$strGeneralRelationFeat = '一般关系特性'; $strGenTime = '生成日期'; +$strGeneralRelationFeat = '一般关系特性'; +$strGenerate = '生成'; +$strGeneratePassword = '生成密码'; $strGeorgian = '乔治亚语'; $strGerman = '德语'; +$strGetMoreThemes = '获得更多主题!'; $strGlobal = '全局'; $strGlobalPrivileges = '全局权限'; $strGlobalValue = '全局值'; @@ -256,146 +356,263 @@ $strGrantOption = '授权'; $strGreek = '希腊语'; $strGzip = 'gzip 压缩'; -$strHasBeenAltered = '已经被修改。'; -$strHaveToShow = '您需要最少选择显示一列'; +$strHTMLExcel = 'Microsoft Excel 2000'; // should express in english +$strHTMLWord = 'Microsoft Word 2000'; // should express in english +$strHandler = '句柄'; +$strHasBeenAltered = '已修改。'; +$strHaveToShow = '您最少要选择显示一列'; $strHebrew = '希伯来语'; -$strHome = '主目录'; -$strHomepageOfficial = 'phpMyAdmin 官方网站'; +$strHelp = '帮助'; +$strHexForBLOB = '为 BLOB 字段使用16进制 (HEX)'; +$strHide = '隐藏'; +$strHideShowAll = '全部隐藏/显示'; +$strHideShowNoRelation = '隐藏/显示没有关联的表'; +$strHome = '主文件夹'; +$strHomepageOfficial = '官方主页 (外链,英文)'; $strHost = '主机'; -$strHostEmpty = '主机名称是空的!'; +$strHostEmpty = '主机名不能为空!'; +$strHostTableExplanation = '使用主机表时,此处的数据会被主机表中的数据所替换。'; $strHungarian = '匈牙利语'; +$strIEUnsupported = 'Internet Explorer 不支持该功能。'; $strIcelandic = '冰岛语'; -$strId = 'ID'; // use eng +$strId = 'ID'; // should express in english $strIdxFulltext = '全文搜索'; $strIgnore = '忽略'; -$strIgnoreInserts = '忽略插入'; +$strIgnoreDuplicates = '忽略重复行'; +$strIgnoreInserts = '使用忽略插入'; +$strImport = '导入'; +$strImportExportCoords = '为 PDF 大纲导入/导出坐标'; $strImportFiles = '导入文件'; +$strImportFormat = '导入文件的格式'; +$strImportSuccessfullyFinished = '导入成功,执行了 %d 个查询。'; +$strInUse = '使用中'; $strIndex = '索引'; -$strIndexes = '索引'; -$strIndexHasBeenDropped = '索引 %s 已被删除'; +$strIndexHasBeenDropped = '已删除索引 %s '; $strIndexName = '索引名称:'; $strIndexType = '索引类型:'; -$strIndexWarningTable = '警告:数据表 `%s`的索引存在问题'; +$strIndexWarningTable = '数据表 `%s` 的索引存在问题'; +$strIndexes = '索引'; +$strIndexesSeemEqual = '索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除'; +$strInnoDBAutoextendIncrement = '自动增加'; +$strInnoDBAutoextendIncrementDesc = ' 数据表空间不足时自动增加的大小。'; +$strInnoDBBufferPoolSize = '缓冲池大小'; +$strInnoDBBufferPoolSizeDesc = 'InnoDB 用于缓存数据和索引要使用的内存缓冲大小。'; +$strInnoDBDataFilePath = '数据文件'; +$strInnoDBDataHomeDir = '数据主文件夹'; +$strInnoDBDataHomeDirDesc = '所有 InnoDB 数据文件的公共路径.'; +$strInnoDBPages = '页数'; $strInnodbStat = 'InnoDB 状态'; -$strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。'; +$strInsecureMySQL = '您配置文件中的设置 (空密码的 root) 与 MySQL 默认管理员账户对应。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,我们强烈建议您应该立即给 \'root\' 用户设置一个密码来补上这个安全漏洞。'; $strInsert = '插入'; $strInsertAsNewRow = '以新行插入'; -$strInternalRelations = '内在联系'; -$strInUse = '使用中'; +$strInsertedRowId = '插入的行 id: %1$d'; +$strInterface = '界面'; +$strInternalAndForeign = '不需要一个和外键关系一致的内联关系'; +$strInternalRelationAdded = '已添加内联关系'; +$strInternalRelations = '内联'; +$strInvalidAuthMethod = '配置文件中设置的认证方式无效:'; +$strInvalidCSVFieldCount = 'CSV 输入的第 %d 行字段数有错。'; +$strInvalidCSVFormat = 'CSV 输入的第 %d 行格式有错。'; +$strInvalidCSVParameter = '导入 CSV 文件 %s 时有无效参数'; +$strInvalidColumn = '无效的字段 (%s) 。'; +$strInvalidColumnCount = '至少要有一个字段。'; +$strInvalidDatabase = '无效的数据库'; +$strInvalidFieldAddCount = '至少要添加一个字段。'; +$strInvalidFieldCount = '数据表至少要有一个字段。'; +$strInvalidLDIImport = '该插件不支持导入文件!'; +$strInvalidRowNumber = '%d 不是有效行数。'; +$strInvalidServerHostname = '无效的主机名 %1$s,请检查配置文件。'; +$strInvalidServerIndex = '无效的服务器索引:“%s”'; +$strInvalidTableName = '无效的数据表名'; $strJapanese = '日语'; -$strJumpToDB = '跳到数据库“%s”。'; -$strJustDeleteDescr = '“删除”的用户仍然能像往常一样登入数据库,直至重新载入权限。'; -$strJustDelete = '只从权限数据库删除用户。'; +$strJoins = '多表查询'; +$strJumpToDB = '跳转到数据库“%s”。'; +$strJustDelete = '只从权限表删除用户。'; +$strJustDeleteDescr = '直到重新载入权限为止,被“删除”的用户仍然能像以前一样访问数据库。'; -$strKeepPass = '请不要更改密码'; +$strKeepPass = '保持原密码'; +$strKeyCache = '键缓存'; $strKeyname = '键名'; -$strKill = 'Kill'; //should expressed in English +$strKill = '杀死'; +$strKnownExternalBug = '%s 功能受到一个已知的 bug 影响,参见 %s'; $strKorean = '朝鲜语'; +$strLDI = 'CSV 使用 LOAD DATA'; +$strLDILocal = '使用本地 (LOCAL) 关键词'; +$strLaTeX = 'LaTeX'; // should express in english $strLandscape = '横向'; +$strLanguage = 'Language'; // should expressed in English +$strLanguageUnknown = '未知的语言:%1$s.'; +$strLatchedPages = '锁定页'; $strLatexCaption = '表的标题'; $strLatexContent = '__TABLE__ 表的内容'; $strLatexContinued = '(延续的)'; $strLatexContinuedCaption = '延续的表的标题'; $strLatexIncludeCaption = '包含表的标题'; $strLatexLabel = '关键标签'; -$strLaTeX = 'LaTeX'; // use eng $strLatexStructure = '__TABLE__ 表的结构'; $strLatvian = '拉脱维亚语'; -$strLengthSet = '长度/值*'; +$strLengthSet = '长度/值'; $strLimitNumRows = '每页行数'; -$strLinesTerminatedBy = '行终止的字符'; +$strLinesTerminatedBy = '行结束符'; $strLinkNotFound = '找不到链接'; $strLinksTo = '链接到'; $strLithuanian = '立陶宛语'; $strLocalhost = '本地'; $strLocationTextfile = '文本文件的位置'; -$strLogin = '登入'; -$strLoginInformation = '登入信息'; -$strLogout = '登出'; $strLogPassword = '密码:'; -$strLogServer = '服务器'; -$strLogUsername = '登入名称:'; +$strLogServer = '服务器:'; +$strLogServerHelp = '您可以输入以空格分隔的主机名/IP地址和端口号。'; +$strLogUsername = '用户名:'; +$strLogin = '登录'; +$strLoginInformation = '登录信息'; +$strLoginWithoutPassword = '空密码登录被禁止 (参见 允许空密码)'; +$strLogout = '退出'; +$strLongOperation = '该操作可能需要执行较长时间,确定执行?'; -$strMaximumSize = '最大限制:%s %s'; -$strMbExtensionMissing = '没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.'; -$strMbOverloadWarning = '警告:你在PHP设置文件中设置了 mbstring.func_overload. 这个选项和phpMyAdmin不兼容,可能会导致一些数据被截断!'; -$strMIME_available_mime = '可用的 MIME 类型'; -$strMIME_available_transform = '可用的变换'; -$strMIME_description = '描述'; -$strMIME_MIMEtype = 'MIME 类型'; -$strMIME_nodescription = '此变换无可用的描述。
详细功能请询问 %s 的作者。'; -$strMIME_transformation_note = '要获得可用变换选项的清单及对应的 MIME 类型变换,请单击%s变换描述%s'; -$strMIME_transformation_options_note = '请使用此格式输入变换选项的值:\'a\', 100, b,\'c\'...
如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。'; -$strMIME_transformation_options = '变换选项'; -$strMIME_transformation = '浏览器变换'; $strMIMETypesForTable = 'MIME 类型表'; -$strMIME_without = '以斜体打印的 MIME 类型没有单独的变换函数'; -$strModifications = '修改已经保存。'; +$strMIME_MIMEtype = 'MIME 类型'; +$strMIME_available_mime = '可用的 MIME 类型'; +$strMIME_available_transform = '可用的转换'; +$strMIME_description = '描述'; +$strMIME_nodescription = '此转换没有描述。
详细功能请询问 %s 的作者。'; +$strMIME_transformation = '浏览器转换'; +$strMIME_transformation_note = '要获得可用转换选项的列表及对应的 MIME 类型转换,请点击%s转换描述%s'; +$strMIME_transformation_options = '转换选项'; +$strMIME_transformation_options_note = '请使用此格式输入转换选项的值:\'a\', 100, b,\'c\'...
如果您需要在值中输入反斜杠 (“\”)或单引号(“\'”),请在前面加上反斜杠 (如 \'\\\\xyz\' 或 \'a\\\'b\')。'; +$strMIME_without = '以斜体显示的 MIME 类型没有单独的转换函数'; +$strMaxConnects = '最大并发连接数'; +$strMaximalQueryLength = '创建查询的最大长度'; +$strMaximumSize = '最大限制:%s %s'; +$strMbExtensionMissing = '没有找到 PHP 扩展 mbstring,而您现在好像在使用多字节字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确分割字符串,可能产生意想不到的结果。'; +$strMbOverloadWarning = 'PHP 配置中已启用了 mbstring.func_overload 。这个选项和 phpMyAdmin 不兼容,可能会导致一些数据损坏!'; +$strModifications = '已保存修改。'; $strModify = '修改'; $strModifyIndexTopic = '修改索引'; -$strMoveTable = '将表移动到(数据库名.表名):'; -$strMoveTableOK = '表 %s 已经移动到 %s。'; -$strMoveTableSameNames = '无法将表移动为相同名称!'; +$strMoveMenu = '移动菜单'; +$strMoveTable = '将数据表移动到(数据库名.数据表名):'; +$strMoveTableOK = '已将数据表 %s 移动到 %s。'; +$strMoveTableSameNames = '目标数据表不能为源数据表!'; $strMultilingual = '多语言'; +$strMyISAMDataPointerSize = '数据指针大小'; +$strMyISAMDataPointerSizeDesc = '默认数据指针的大小 (单位:字节),用于在没有指定 MAX_ROWS 选项的情况下创建 MyISAM 数据表。'; +$strMyISAMMaxExtraSortFileSize = '创建索引的临时文件最大大小'; +$strMyISAMMaxExtraSortFileSizeDesc = '如果用于创建 MyISAM 快速索引的临时文件大于在此指定的键缓存,则建议使用键缓存。'; +$strMyISAMMaxSortFileSize = '临时排序文件的最大大小'; +$strMyISAMMaxSortFileSizeDesc = '重建 MyISAM 索引时 MySQL 最多可以使用的临时文件大小 (在 REPAIR TABLE、ALTER TABLE 或 LOAD DATA INFILE 时)'; +$strMyISAMRecoverOptions = '自动恢复模式'; +$strMyISAMRecoverOptionsDesc = '该模式用于自动恢复崩溃的 MyISAM 表,可在启动时使用 --myisam-recover 参数。'; +$strMyISAMRepairThreads = '修复线程'; +$strMyISAMRepairThreadsDesc = '如果该值大于 1,在进行排序过程的修复操作时 MyISAM 表的索引将会并发 (每个索引都有自己的线程) 创建'; +$strMyISAMSortBufferSize = '排序缓存大小'; +$strMyISAMSortBufferSizeDesc = '在修复表 (REPAIR TABLE) 的过程中进行排序 MyISAM 的索引或通过创建索引 (CREATE INDEX) 和修改表 (ALTER TABLE) 创建索引时所要分配的缓存大小。'; $strMySQLCharset = 'MySQL 字符集'; $strMySQLConnectionCollation = 'MySQL 连接校对'; $strMySQLSaid = 'MySQL 返回:'; $strMySQLShowProcess = '显示进程'; +$strMysqlClientVersion = 'MySQL 客户端版本'; +$strMysqlLibDiffersServerVersion = '你的 PHP MySQL 库版本 %s 和你的 MySQL 服务器版本 %s 不同。这可能造成一些未知的问题。'; $strName = '名字'; $strNext = '下一个'; $strNo = '否'; -$strNoActivity = '持续 %s 秒以上的非活动状态,导致超时,请重新登录'; +$strNoActivity = '登录超时 (%s 秒未活动),请重新登录'; +$strNoDataReceived = '没有接收到要导入的数据。可能是文件名没有提交,也可能是文件大小超出 PHP 限制。参见 [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]。'; $strNoDatabases = '无数据库'; -$strNoDatabasesSelected = '没有选中数据库。'; +$strNoDatabasesSelected = '未选中数据库。'; $strNoDescription = '无描述'; -$strNoDropDatabases = '已经禁用“DROP DATABASE”语句。'; +$strNoDetailsForEngine = '没有该存储引擎的详细信息。'; +$strNoDropDatabases = '已经禁用删除数据库 (“DROP DATABASE”) 语句。'; $strNoExplain = '略过解释 SQL'; +$strNoFilesFoundInZip = 'ZIP 包中未找到文件!'; $strNoFrames = 'phpMyAdmin 更适合在支持框架的浏览器中使用。'; -$strNoIndexPartsDefined = '没有定义的索引部分!'; $strNoIndex = '没有已定义的索引!'; +$strNoIndexPartsDefined = '没有定义的索引部分!'; $strNoModification = '无更改'; -$strNone = '无'; -$strNoOptions = '这种格式并无选项'; +$strNoOptions = '此格式没有选项'; $strNoPassword = '无密码'; -$strNoPermission = '网站服务器不允许保存文件 %s。'; +$strNoPermission = '网站服务器没有保存文件 %s 的权限。'; $strNoPhp = '无 PHP 代码'; $strNoPrivileges = '无权限'; -$strNoRights = '您现在没有足够的权限在此出现!'; -$strNoRowsSelected = '未选择行'; +$strNoRights = '权限不足!'; +$strNoRowsSelected = '没有选中任何行'; $strNoSpace = '没有足够的空间保存文件 %s。'; $strNoTablesFound = '数据库中没有表。'; -$strNoThemeSupport = '不支持主题,检查你的设置以及主题文件夹 %s.'; -$strNotNumber = '这不是一个数字!'; -$strNotOK = '不好'; -$strNotSet = '%s 表找不到或还未在 %s 设定'; +$strNoThemeSupport = '不支持主题,请检查你的设置和主题文件夹 %s 。'; $strNoUsersFound = '找不到用户。'; $strNoValidateSQL = '略过校验 SQL'; -$strNull = 'Null'; -$strNumSearchResultsInTable = '%s 个匹配项 - 于表 %s 中'; -$strNumSearchResultsTotal = '总计: %s 个匹配项'; -$strNumTables = '个表'; +$strNone = '无'; +$strNoneDefault = '无'; +$strNotNumber = '这不是一个数字!'; +$strNotOK = '不好'; +$strNotSet = '找不到 %s 表或还未在 %s 设置'; +$strNull = '空'; +$strNumSearchResultsInTable = '%s 个匹配 - 于表 %s 中'; +$strNumSearchResultsTotal = '总计: %s 个匹配'; +$strNumTables = '数据表'; +$strNumberOfFields = '字段数'; +$strNumberOfTables = '数据表数量'; $strOK = '确定'; +$strOpenDocumentSpreadsheet = 'OpenOffice 表格'; +$strOpenDocumentText = 'OpenOffice 文档'; +$strOpenNewWindow = '打开新 phpMyAdmin 窗口'; $strOperations = '操作'; -$strOperator = '操作员'; +$strOperator = '操作符'; +$strOptimize = '优化'; $strOptimizeTable = '优化表'; +$strOptions = '选项'; $strOr = '或'; $strOverhead = '多余'; $strOverwriteExisting = '覆盖已有文件'; -$strPageNumber = '页号:'; +$strPBXTCheckpointFrequency = '检查点频率'; +$strPBXTCheckpointFrequencyDesc = '在检查点前最大可以写入事务日志的最大数据大小。默认值为 24MB。'; +$strPBXTDataFileGrowSize = '数据文件增长大小'; +$strPBXTDataFileGrowSizeDesc = '句柄数据文件 (*.xtd) 增长大小。'; +$strPBXTDataLogThreshold = '数据日志阈值'; +$strPBXTDataLogThresholdDesc = '数据日志文件的最大大小。默认值为 64MB。PBXT 最多可以创建 32000 个数据日志,可用于所有的表。增加该值可以增加数据库所能存储数据的大小。'; +$strPBXTGarbageThreshold = '垃圾阈值'; +$strPBXTGarbageThresholdDesc = '数据日志文件中压缩前无效数据所占的比率。值域为 1 到 99,默认值为50。'; +$strPBXTIndexCacheSize = '索引缓存大小'; +$strPBXTIndexCacheSizeDesc = '用于索引缓存的内存大小。默认值为 32MB。该缓存仅用于缓存索引页。'; +$strPBXTLogBufferSize = '日志缓存大小'; +$strPBXTLogBufferSizeDesc = '写入数据日志时使用的缓存大小。默认值为 256MB。数据引擎会为每一个需要进行数据日志写入的线程分配一个缓冲区。'; +$strPBXTLogCacheSize = '日志缓存大小'; +$strPBXTLogCacheSizeDesc = '用于缓存事务日志的内存缓冲区大小。默认值为 16MB。'; +$strPBXTLogFileCount = '日志文件总数'; +$strPBXTLogFileCountDesc = '系统维护的事务日志数量 (pbxt/system/*.xt)。如果日志数量大于此值,旧的日志将会被删除,或者被以升序数字序列重命名。'; +$strPBXTLogFileThreshold = '日志文件阈值'; +$strPBXTLogFileThresholdDesc = '回滚和新日志创建前事务日志的大小。默认值为 16MB。'; +$strPBXTRecordCacheSize = '记录缓存大小'; +$strPBXTRecordCacheSizeDesc = '用于缓存表数据的缓存内存大小。默认值为 32MB。该缓存用于记录句柄数据 (*.xtd) 和行指针 (*.xtr) 文件。'; +$strPBXTRowFileGrowSize = '行文件增长大小'; +$strPBXTRowFileGrowSizeDesc = '行指针文件 (*.xtr) 增长大小。'; +$strPBXTTransactionBufferSize = '事务缓存大小'; +$strPBXTTransactionBufferSizeDesc = '全局事务日志缓存 (数据引擎会分配两个该大小的缓冲区)。默认值为 1MB。'; +$strPDF = 'PDF'; // should express in english +$strPDFReportExplanation = '(根据一张表的数据生成报告)'; +$strPDFReportTitle = '报告标题'; +$strPHPExtension = 'PHP 扩展'; +$strPHPVersion = 'PHP 版本'; +$strPacked = '压缩'; +$strPageNumber = '页码:'; +$strPagesToBeFlushed = '要刷新的页'; $strPaperSize = '纸张大小'; +$strPartialImport = '部分导入'; $strPartialText = '部分文字'; +$strPartition = '分区 %s'; +$strPartitionDefinition = '分区定义'; +$strPartitionMaintenance = '分区维护'; +$strPartitioned = '已分配的分区'; $strPassword = '密码'; -$strPasswordChanged = '%s 的密码已成功更改。'; -$strPasswordEmpty = '密码是空的!'; -$strPasswordHashing = '密码哈希'; -$strPasswordNotSame = '密码并非相同!'; -$strPdfDbSchema = '“%s”数据库大纲 - 第 %s 页'; +$strPasswordChanged = '%s 的密码已修改。'; +$strPasswordEmpty = '密码不能为空!'; +$strPasswordHashing = '密码加密方式'; +$strPasswordNotSame = '两次密码不一致!'; +$strPdfDbSchema = '数据库“%s”的大纲 - 第 %s 页'; $strPdfInvalidTblName = '表“%s”不存在!'; $strPdfNoTables = '没有表'; $strPerHour = '每小时'; @@ -404,1078 +621,842 @@ $strPerSecond = '每秒'; $strPersian = '波斯语'; $strPhoneBook = '电话本'; $strPhp = '创建 PHP 代码'; -$strPHPVersion = 'PHP 版本'; +$strPlayAudio = '播放音频'; +$strPleaseSelectPrimaryOrUniqueKey = '请选择主键或唯一键'; $strPmaDocumentation = 'phpMyAdmin 文档'; -$strPmaUriError = '必须在您的配置文件中设定 $cfg[\'PmaAbsoluteUri\'] 指令!'; +$strPmaUriError = '必须在您的配置文件中设置 $cfg[\'PmaAbsoluteUri\'] !'; $strPolish = '波兰语'; $strPortrait = '纵向'; $strPos1 = '开始'; -$strPrevious = '前一个'; +$strPrevious = '上一个'; $strPrimary = '主键'; -$strPrimaryKeyHasBeenDropped = '主键已被删除'; -$strPrimaryKeyName = '主键的名称必须称为 PRIMARY!'; -$strPrimaryKeyWarning = '(“PRIMARY”必须是主键的名称,并且主键必须唯一!)'; +$strPrimaryKeyHasBeenDropped = '已删除主键'; +$strPrimaryKeyName = '主键的名称必须称为 “PRIMARY”!'; +$strPrimaryKeyWarning = '(“PRIMARY”必须而且只能作为主键的名称!)'; $strPrint = '打印'; $strPrintView = '打印预览'; $strPrintViewFull = '打印预览 (全文显示)'; -$strPrivDescAllPrivileges = '包括所有权限除了授权 (GRANT)。'; -$strPrivDescAlter = '允许修改现有表的结构。'; -$strPrivDescCreateDb = '允许创建新数据库和表。'; -$strPrivDescCreateTbl = '允许创建新表。'; -$strPrivDescCreateTmpTable = '允许创建暂时表。'; +$strPrivDescAllPrivileges = '除了授权 (GRANT) 以外的所有权限。'; +$strPrivDescAlter = '允许修改现有数据表的结构。'; +$strPrivDescAlterRoutine = '允许修改或删除储存过程。'; +$strPrivDescCreateDb = '允许创建新数据库和数据表。'; +$strPrivDescCreateRoutine = '允许创建存储过程。'; +$strPrivDescCreateTbl = '允许创建新数据表。'; +$strPrivDescCreateTmpTable = '允许创建临时表。'; +$strPrivDescCreateUser = '允许创建、删除和重命名用户账户。'; +$strPrivDescCreateView = '允许创建视图。'; $strPrivDescDelete = '允许删除数据。'; -$strPrivDescDropDb = '允许删除数据库和表。'; -$strPrivDescDropTbl = '允许删除表。'; +$strPrivDescDropDb = '允许删除数据库和数据表。'; +$strPrivDescDropTbl = '允许删除数据表。'; +$strPrivDescEvent = '允许为事件计划器设置事件'; $strPrivDescExecute = '允许运行存储过程;在此版本的 MySQL 中无效。'; +$strPrivDescExecute5 = '允许运行存储过程。'; $strPrivDescFile = '允许从文件中导入数据以及将数据导出至文件。'; $strPrivDescGrant = '允许添加用户和权限,而不允许重新载入权限表。'; $strPrivDescIndex = '允许创建和删除索引。'; $strPrivDescInsert = '允许插入和替换数据。'; -$strPrivDescLockTables = '允许锁住当前线索的表。'; +$strPrivDescLockTables = '允许锁定当前线程的表。'; $strPrivDescMaxConnections = '限制用户每小时打开的新连接数。'; -$strPrivDescMaxQuestions = '限制用户每小时可发送的查询数。'; -$strPrivDescMaxUpdates = '限制用户每小时可执行的将会更改任何表或数据库的命令数。'; +$strPrivDescMaxQuestions = '限制用户每小时可发送到服务器的查询数。'; +$strPrivDescMaxUpdates = '限制用户每小时可执行的修改任何数据表或数据库的命令数。'; +$strPrivDescMaxUserConnections = '限制该用户的并发连接数。'; +$strPrivDescProcess = '允许查看所有用户的进程'; $strPrivDescReferences = '在此版本的 MySQL 中无效。'; $strPrivDescReload = '允许重新载入服务器设置并刷新服务器的缓存。'; $strPrivDescReplClient = '用户有权询问附属者/控制者在哪里。'; $strPrivDescReplSlave = '回复附属者所需。'; $strPrivDescSelect = '允许读取数据。'; $strPrivDescShowDb = '允许访问完整的数据库列表。'; +$strPrivDescShowView = '允许执行 SHOW CREATE VIEW 查询。'; $strPrivDescShutdown = '允许关闭服务器。'; -$strPrivDescSuper = '允许在达到最大允许数目时仍进行连接;对于大多数像设置全局变量或杀死其它用户线程这样的管理操作是必需的。'; -$strPrivDescUpdate = '允许更改数据。'; +$strPrivDescSuper = '允许在达到最大连接数时连接,对于大多数像设置全局变量或杀死其它用户线程这样的管理操作是必需的。'; +$strPrivDescTrigger = '允许创建和删除触发器'; +$strPrivDescUpdate = '允许修改数据。'; $strPrivDescUsage = '无权限。'; $strPrivileges = '权限'; -$strPrivilegesReloaded = '权限已经成功载入。'; +$strPrivilegesReloaded = '已成功重新载入权限。'; +$strProcedures = '存储过程'; $strProcesses = '进程'; $strProcesslist = '进程列表'; -$strPutColNames = '将字段名称放在首行'; +$strProfiling = '概要'; +$strProtocolVersion = '协议版本'; +$strPutColNames = '将字段名放在第一行'; $strQBE = '查询'; $strQBEDel = '删除'; -$strQBEIns = '添加'; +$strQBEIns = '插入'; +$strQueryCache = '查询缓存'; $strQueryFrame = '查询窗口'; $strQueryOnDb = '在数据库 %s 执行 SQL 语句:'; +$strQueryResultsOperations = '查询结果选项'; $strQuerySQLHistory = 'SQL 历史'; -$strQueryStatistics = '查询统计:自从启动后,服务器共收到了 %s 次查询。'; +$strQueryStatistics = '查询统计:自启动后,服务器共收到了 %s 次查询。'; $strQueryTime = '查询花费 %01.4f 秒'; $strQueryType = '查询方式'; $strQueryWindowLock = '不从窗口外覆盖此查询'; -$strReceived = '已收到'; +$strReType = '重新输入'; +$strReadRequests = '读请求'; +$strRebuild = '重建'; +$strReceived = '已接收'; +$strRecommended = '推荐'; $strRecords = '记录数'; $strReferentialIntegrity = '检查引用完整性:'; $strRefresh = '刷新'; +$strRelationDeleted = '已删除关系'; +$strRelationNotWorking = '链接表的额外特性尚未激活。要查出原因,请点击%s此处%s。'; +$strRelationView = '关系查看'; +$strRelationalDisplayField = '关联显示字段'; +$strRelationalKey = '关联键'; $strRelationalSchema = '关系大纲'; -$strRelationNotWorking = '使用链接表的额外特性尚未激活。要查出原因,请单击%s此处%s。'; $strRelations = '关系'; $strRelationsForTable = '表的关联'; -$strRelationView = '关系查看'; +$strReload = '重新载入'; +$strReloadPrivileges = '重新载入权限'; $strReloadingThePrivileges = '重新载入权限'; -$strRemoveSelectedUsers = '删除选中用户'; -$strRenameDatabaseOK = '数据库 %s 已经被重命名为 %s'; -$strRenameTableOK = '表 %s 名字已经被改成 %s。'; +$strRemovePartitioning = '删除分区'; +$strRemoveSelectedUsers = '删除选中的用户'; +$strRenameDatabaseOK = '已将数据库 %s 改名为 %s'; $strRenameTable = '将表改名为'; +$strRenameTableOK = '已将数据表 %s 改名为 %s'; +$strRepair = '修复'; $strRepairTable = '修复表'; $strReplaceNULLBy = '将 NULL 替换为'; -$strReplaceTable = '将表的数据用此文件替换:'; +$strReplaceTable = '将表的数据用此文件替换'; +$strReplication = '复制'; $strReset = '重置'; $strResourceLimits = '资源限制'; -$strReType = '重新输入'; -$strRevoke = '收回'; -$strRevokeAndDeleteDescr = '用户仍然拥有 USAGE 权限,直到权限重载。'; -$strRevokeAndDelete = '收回用户的所有激活权限,然后删除用户。'; -$strRevokeMessage = '您已收回 %s 的权限'; +$strRestartInsertion = '重新进行插入操作,共 %s 行'; +$strRevoke = '撤销'; +$strRevokeAndDelete = '撤销用户所有权限,然后删除用户。'; +$strRevokeAndDeleteDescr = '直到重新载入权限之前,该用户仍有 USAGE 权限。'; +$strRevokeMessage = '您已撤销 %s 的权限'; $strRomanian = '罗马尼亚语'; +$strRoutineReturnType = '返回类型'; +$strRoutines = '常规'; $strRowLength = '行长度'; -$strRows = '行数'; -$strRowsFrom = '行,开始行数:'; $strRowSize = ' 行大小 '; -$strRowsModeFlippedHorizontal = '水平(旋转标题)'; +$strRows = '行数'; +$strRowsAffected = '影响了 %1$d 行。'; +$strRowsDeleted = '已删除 %1$d 行。'; +$strRowsFrom = '行,开始行数:'; +$strRowsInserted = '已插入 %1$d 行。'; +$strRowsModeFlippedHorizontal = '水平 (旋转标题)'; $strRowsModeHorizontal = '水平'; -$strRowsModeOptions = '以 %s 模式显示,并且在 %s 个单元格后重复标题'; +$strRowsModeOptions = '以 %s 模式显示,并且在 %s 行后重复标题'; $strRowsModeVertical = '垂直'; $strRowsStatistic = '行统计'; -$strRunning = '运行于 %s'; $strRunQuery = '提交查询'; $strRunSQLQuery = '在数据库 %s 运行 SQL 查询'; +$strRunSQLQueryOnServer = '在服务器 %s 运行 SQL 查询'; +$strRunning = '运行于 %s'; $strRussian = '俄语'; +$strSQL = 'SQL'; // should express in english +$strSQLCompatibility = 'SQL 兼容模式'; +$strSQLExportType = '导出类型'; +$strSQLParserBugMessage = '您可能发现了 SQL 解析器的 bug。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助。如果您仍然有问题,或者命令行界面执行成功而解析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个 bug 报告:'; +$strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助。'; +$strSQLQuery = 'SQL 查询'; +$strSQLResult = 'SQL 查询结果'; +$strSQPBugInvalidIdentifer = '无效的标识符'; +$strSQPBugUnclosedQuote = '引号不配对'; +$strSQPBugUnknownPunctuation = '未知的标点符号字符串'; $strSave = '保存'; -$strSaveOnServer = '保存于服务器的 %s 目录'; +$strSaveOnServer = '保存于服务器的 %s 文件夹'; +$strSavePosition = '保存位置'; $strScaleFactorSmall = '比例因子太小,无法在一页中显示大纲'; $strSearch = '搜索'; -$strSearchFormTitle = '搜索数据库'; +$strSearchFormTitle = '在数据库中搜索'; +$strSearchInField = '包含字段:'; $strSearchInTables = '于以下表:'; -$strSearchNeedle = '查找的文字或数值(通配符:“%”):'; -$strSearchOption1 = '至少一个单词'; -$strSearchOption2 = '所有单词'; +$strSearchNeedle = '要查找的文字或数值 (通配符:“%”):'; +$strSearchOption1 = '至少一个词'; +$strSearchOption2 = '所有词'; $strSearchOption3 = '精确短语'; -$strSearchOption4 = '按正规表达式'; +$strSearchOption4 = '使用正则表达式'; $strSearchResultsFor = '“%s”的搜索结果 %s:'; $strSearchType = '查找:'; -$strSecretRequired = '配置文件现在需要绝密的短语密码(blowfish_secret)。'; +$strSecretRequired = '配置文件现在需要一个短语密码。'; $strSelectADb = '请选择数据库'; $strSelectAll = '全选'; -$strSelectBinaryLog = '选择查看二进制日志'; +$strSelectBinaryLog = '选择要查看的二进制日志'; $strSelectFields = '至少选择一个字段:'; +$strSelectForeignKey = '选择外键'; $strSelectNumRows = '查询中'; +$strSelectReferencedKey = '选择外键'; $strSelectTables = '选择表'; $strSend = '另存为文件'; -$strSent = '送出'; +$strSent = '已发送'; $strServer = '服务器'; $strServerChoice = '选择服务器'; $strServerNotResponding = '服务器没有响应'; -$strServerStatusUptime = '此 MySQL 服务器已经运行了 %s,启动时间为 %s。'; $strServerStatus = '运行信息'; +$strServerStatusDelayedInserts = '延迟插入'; +$strServerStatusUptime = '此 MySQL 服务器已经运行了 %s,启动时间为 %s。'; $strServerTabVariables = '变量'; $strServerTrafficNotes = '服务器流量:这些表显示了此 MySQL 服务器自启动以来的网络流量统计。'; $strServerVars = '服务器变量和设置'; $strServerVersion = '服务器版本'; +$strServers = '服务器'; +$strSessionGCWarning = '您的PHP配置参数 [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] 短于您在 phpMyAdmin 中设置的 Cookies 有效期,因此您的登录会话有效期将会比您在 phpMyAdmin 中设置的时间要更短。'; +$strSessionStartupErrorGeneral = '无法在发生错误时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安装。'; $strSessionValue = '会话值'; $strSetEnumVal = '如字段类型是“enum”或“set”,请使用以下的格式输入:\'a\',\'b\',\'c\'...
如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。'; +$strSetupAllowAnywhereRecoding_name = '允许转换字符集'; +$strSetupAllowArbitraryServerMsg = '该[a@?page=form&formset=features#tab_Security]选项[/a]应该被关闭以防止尝试暴力破解 MySQL 服务器。如果您认为有必要,可以使用[a@?page=form&formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地址,该措施的安全性将下降。'; +$strSetupAllowArbitraryServer_desc = '如果启用,用户可以在 cookie 认证方式中输入任意 MySQL 服务器'; +$strSetupAllowArbitraryServer_name = '允许登录到任意 MySQL 服务器'; +$strSetupAllowUserDropDatabase_name = '显示 "删除数据库" 链接给普通用户'; +$strSetupBZipDumpWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Bzip2 压缩和解压缩[/a]所必须的 (%s) 函数。'; +$strSetupBZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] 压缩'; +$strSetupBZipDump_name = 'Bzip2'; // should express in english +$strSetupBlowfishSecretCharsMsg = '短语密码应包含字母、数字[em]和[/em]特殊字符'; +$strSetupBlowfishSecretLengthMsg = '短语密码太短,至少应含有8个字符'; +$strSetupBlowfishSecretMsg = '您打开了 Cookies 认证方式,但没有设置短语密码,因此系统自动生成了一个短语密码,该密语用于加密 Cookies。您不需要记住这个短语密码。'; +$strSetupBrowseMarkerEnable_desc = '高亮选中的行'; +$strSetupBrowseMarkerEnable_name = '行标记'; +$strSetupBrowsePointerEnable_desc = '高亮鼠标指针所在的行'; +$strSetupBrowsePointerEnable_name = '高亮指针'; +$strSetupCannotLoadConfig = '无法加载或保存配置'; +$strSetupCannotLoadConfigMsg = '请在 phpMyAdmin 的根文件夹下创建可以写入的 [em]config[/em] 文件夹,[a@../Documentation.html#setup_script]文档[/a]中有说明。否则你只能下载或显示配置。'; +$strSetupCharEditing_desc = '定义编辑 CHAR 和 VARCHAR 类型字段时应使用何种控件,[kbd]输入框 (input)[/kbd] - 允许限制输入长度,[kbd]文本框 (textarea)[/kbd] - 允许输入多行数据'; +$strSetupCharEditing_name = '编辑 CHAR 类型字段'; +$strSetupCharTextareaCols_desc = 'CHAR/VARCHAR 文本框的列数'; +$strSetupCharTextareaCols_name = 'CHAR 文本框列'; +$strSetupCharTextareaRows_desc = 'CHAR/VARCHAR 文本框的行数'; +$strSetupCharTextareaRows_name = 'CHAR 文本框行'; +$strSetupCheckConfigurationPermissions_name = '检查配置文件权限'; +$strSetupClear = '清除'; +$strSetupCompressOnFly_desc = '使用较少的内存进行 gzip/bzip2 实时压缩。如果创建压缩文档时发生错误,请禁用该选项'; +$strSetupCompressOnFly_name = '实时压缩'; +$strSetupConfigurationFile = '配置文件'; +$strSetupConfirm_desc = '当查询可能丢失数据时是否显示警告 ("您真的要...")'; +$strSetupConfirm_name = '确认删除(DROP)查询'; +$strSetupDefaultCharset_desc = '转换时的默认字符集'; +$strSetupDefaultCharset_name = '默认字符集'; +$strSetupDefaultLanguage = '默认语言'; +$strSetupDefaultServer = '默认服务器'; +$strSetupDefaultTabDatabase_desc = '在进入数据库标签时默认显示的页面'; +$strSetupDefaultTabDatabase_name = '默认数据库标签'; +$strSetupDefaultTabServer_desc = '在进入服务器标签时默认显示的页面'; +$strSetupDefaultTabServer_name = '默认服务器标签'; +$strSetupDefaultTabTable_desc = '在进入数据表标签时默认显示的页面'; +$strSetupDefaultTabTable_name = '默认数据表标签'; +$strSetupDirectoryNotice = '对该值应该进行小心谨慎的检查,确保服务器上的其他用户对该文件夹都没有读取和写入的权限。'; +$strSetupDisplay = '显示'; +$strSetupDisplayDatabasesList_desc = '直接显示数据库列表而不使用下拉框'; +$strSetupDisplayDatabasesList_name = '显示数据库为列表'; +$strSetupDisplayServersList_desc = '直接显示服务器列表而不使用下拉框'; +$strSetupDisplayServersList_name = '显示服务器为列表'; +$strSetupDonateLink = '捐助 (外链,英文)'; +$strSetupDownload = '下载'; +$strSetupEndOfLine = '行结束符'; +$strSetupExecTimeLimit_desc = '设置脚本最大运行时间 (单位:秒,[kbd]0[/kbd] 为不限制)'; +$strSetupExecTimeLimit_name = '最长执行时间'; +$strSetupExport_asfile_name = '保存为文件'; +$strSetupExport_charset_name = '文件字符集'; +$strSetupExport_compression_name = '压缩'; +$strSetupExport_file_template_database_name = '数据库名模板'; +$strSetupExport_file_template_server_name = '服务器名模板'; +$strSetupExport_file_template_table_name = '数据表名模板'; +$strSetupExport_format_name = '格式'; +$strSetupExport_onserver_name = '保存在服务器上'; +$strSetupExport_onserver_overwrite_name = '覆盖现有文件'; +$strSetupExport_remember_file_template_name = '记住文件名模板'; +$strSetupFalse = '否'; +$strSetupForceSSLMsg = '若服务器支持,建议启用该[a@?page=form&formset=features#tab_Security]选项[/a]'; +$strSetupForceSSL_desc = '强制使用安全连接访问 phpMyAdmin'; +$strSetupForceSSL_name = '强制 SSL 连接'; +$strSetupForeignKeyDropdownOrder_desc = '外键下拉框中选项的排序顺序,[kbd]content[/kbd] 为关联内容,[kbd]id[/kbd] 为键值'; +$strSetupForeignKeyDropdownOrder_name = '外键下拉框顺序'; +$strSetupForeignKeyMaxLimit_desc = '下拉框中选项个数的限制'; +$strSetupForeignKeyMaxLimit_name = '外键限制'; +$strSetupForm_Browse = '浏览模式'; +$strSetupForm_Browse_desc = '自定义浏览模式'; +$strSetupForm_Edit = '编辑模式'; +$strSetupForm_Edit_desc = '自定义编辑模式'; +$strSetupForm_Export_defaults = '导出选项'; +$strSetupForm_Export_defaults_desc = '自定义导出选项的默认值'; +$strSetupForm_Import_defaults = '导入选项'; +$strSetupForm_Import_defaults_desc = '自定义导入选项的默认值'; +$strSetupForm_Import_export = '导入 / 导出'; +$strSetupForm_Import_export_desc = '设置导入和导出文件夹以及压缩选项'; +$strSetupForm_Left_databases = '数据库'; +$strSetupForm_Left_databases_desc = '数据库显示选项'; +$strSetupForm_Left_frame = '导航框架'; +$strSetupForm_Left_frame_desc = '自定义导航框架'; +$strSetupForm_Left_servers = '服务器'; +$strSetupForm_Left_servers_desc = '服务器显示选项'; +$strSetupForm_Left_tables = '数据表'; +$strSetupForm_Left_tables_desc = '数据表显示选项'; +$strSetupForm_Main_frame = '主框架'; +$strSetupForm_Other_core_settings = '其他核心设置'; +$strSetupForm_Other_core_settings_desc = '其他设置'; +$strSetupForm_Query_window = '查询窗口'; +$strSetupForm_Query_window_desc = '自定义查询窗口选项'; +$strSetupForm_Security = '安全'; +$strSetupForm_Security_desc = '注意:phpMyAdmin 只是一个用户接口,其功能不会对 MySQL 有限制'; +$strSetupForm_Server = '基本设置'; +$strSetupForm_Server_config = '服务器设置'; +$strSetupForm_Server_config_desc = '高级服务器设置,如果你不知道这些是什么,请不要修改'; +$strSetupForm_Server_desc = '服务器连接参数'; +$strSetupForm_Server_login_options = 'Signon 登录参数'; +$strSetupForm_Server_login_options_desc = '设置 signon 认证方式选项'; +$strSetupForm_Server_pmadb = 'PMA 数据库'; +$strSetupForm_Server_pmadb_desc = '配置 phpMyAdmin 数据库获得更多功能,参见文档[a@../Documentation.html#linked-tables]链接表的额外特性[/a]。'; +$strSetupForm_Sql_box = 'SQL 查询框'; +$strSetupForm_Sql_box_desc = '自定义显示在 SQL 查询框中的链接'; +$strSetupForm_Sql_queries = 'SQL 查询'; +$strSetupForm_Sql_queries_desc = 'SQL 查询设置,要设置 SQL 查询框请到[a@?page=form&formset=main_frame#tab_Sql_box]主框架[/a]设置中修改'; +$strSetupForm_Startup = '起始页'; +$strSetupForm_Startup_desc = '自定义起始页'; +$strSetupForm_Tabs = '标签'; +$strSetupForm_Tabs_desc = '选择你想让标签怎样工作'; +$strSetupFormset_customization = '自定义'; +$strSetupFormset_export = '自定义导出选项'; +$strSetupFormset_features = '功能'; +$strSetupFormset_import = '自定义导入选项'; +$strSetupFormset_left_frame = '自定义导航框架'; +$strSetupFormset_main_frame = '自定义主框架'; +$strSetupGZipDumpWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]GZip 压缩和解压缩[/a]所必须的 (%s) 函数。'; +$strSetupGZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] 压缩'; +$strSetupGZipDump_name = 'GZip'; // should express in english +$strSetupHomepageLink = 'phpMyAdmin 主页 (外链,英文)'; +$strSetupIconvExtraParams_name = 'iconv 的额外参数'; +$strSetupIgnoreErrors = '忽略错误'; +$strSetupIgnoreMultiSubmitErrors_desc = '如果打开此选项,在执行多语句查询的时候,即使有一条或多条语句发生错误,phpMyAdmin 也会继续执行其他的语句'; +$strSetupIgnoreMultiSubmitErrors_name = '忽略多个语句错误'; +$strSetupImport_allow_interrupt_desc = '该功能作用于在导入时脚本检测到可能需要花费很长时间。尽管这会中断事务,但在导入大文件时是个很好的方法。'; +$strSetupImport_allow_interrupt_name = '部分导入:允许中断'; +$strSetupImport_format_desc = '默认格式,此列表根据位置(数据库或数据表)不同将有所改变,只有 SQL 总是可用的'; +$strSetupImport_format_name = '导入文件的格式'; +$strSetupImport_skip_queries_desc = '跳过查询的数量'; +$strSetupImport_skip_queries_name = '部分导入:跳过查询'; +$strSetupInsecureConnection = '非安全连接'; +$strSetupInsecureConnectionMsg1 = '你现在没有使用安全连接,所有数据(包括敏感信息,如密码)均为明文传输!'; +$strSetupInsecureConnectionMsg2 = '如果你的服务器已经配置好支持 HTTPS,请[a@%s]点击这里[/a]使用安全连接。'; +$strSetupInsertRows_desc = '一次可以插入的行数'; +$strSetupInsertRows_name = '插入的行数'; +$strSetupLeftDefaultTabTable_name = '快速访问图标的目标'; +$strSetupLeftDisplayLogo_desc = '在左侧框架中显示 logo'; +$strSetupLeftDisplayLogo_name = '显示 logo'; +$strSetupLeftDisplayServers_desc = '在左侧框架顶部显示服务器选择'; +$strSetupLeftDisplayServers_name = '显示服务器选择'; +$strSetupLeftFrameDBSeparator_desc = '将数据库分为不同树的分隔字符串'; +$strSetupLeftFrameDBSeparator_name = '树状数据库分隔符'; +$strSetupLeftFrameDBTree_desc = '只使用轻量级版本,以树形显示数据库 (以下面的树形分隔符来显示)'; +$strSetupLeftFrameDBTree_name = '以树形显示数据库'; +$strSetupLeftFrameLight_desc = '如果想一次性浏览所有数据库,则禁用该选项'; +$strSetupLeftFrameLight_name = '使用轻量级版本'; +$strSetupLeftFrameTableLevel_name = '数据表树最大深度'; +$strSetupLeftFrameTableSeparator_desc = '将表分为不同树的分隔符'; +$strSetupLeftFrameTableSeparator_name = '树形表分隔符'; +$strSetupLeftLogoLinkWindow_desc = '在主窗口 ([kbd]main[/kbd]) 或新窗口 ([kbd]new[/kbd]) 打开目标页面'; +$strSetupLeftLogoLinkWindow_name = 'Logo 链接目标'; +$strSetupLeftLogoLink_name = 'Logo 链接地址'; +$strSetupLeftPointerEnable_desc = '高亮显示鼠标所在位置的服务器'; +$strSetupLeftPointerEnable_name = '启用高亮'; +$strSetupLetUserChoose = '让用户选择'; +$strSetupLightTabs_desc = '不在标签上使用背景'; +$strSetupLightTabs_name = '简化标签'; +$strSetupLoad = '加载'; +$strSetupLoginCookieDeleteAll_desc = '如果设为 TRUE,在退出时将会删除所有服务器的 Cookies。如果设为 FALSE,在您登录多台服务器的时候,容易忘记退出登录。'; +$strSetupLoginCookieDeleteAll_name = '退出时删除所有 cookies'; +$strSetupLoginCookieRecall_desc = '定义在 cookie 认证方式中是否显示上次登录的用户名'; +$strSetupLoginCookieRecall_name = '显示上次登录的用户名'; +$strSetupLoginCookieStore_desc = '设置登录 Cookies 应该保存多长时间 (单位:秒)。若设置为 0,Cookies 的有效期将为浏览器进程,在关闭浏览器之后 Cookies 就会被删除。默认值为0。在不安全的环境下建议使用默认值。'; +$strSetupLoginCookieStore_name = '登录 cookie 存储'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]登录 cookie 有效期[/a]应小于 1800 秒 (30 分钟)。如果有效期大于 1800 秒,将会增加安全风险。'; +$strSetupLoginCookieValidity_desc = '定义登录 cookie 的有效期 (单位:秒)'; +$strSetupLoginCookieValidity_name = '登录 cookie 有效期'; +$strSetupMaxCharactersInDisplayedSQL_desc = '显示 SQL 语句时可以使用的最多字符数'; +$strSetupMaxCharactersInDisplayedSQL_name = '显示 SQL 语句的最大长度'; +$strSetupMaxDbList_desc = '在左栏和数据库列表中最多显示的数据库个数'; +$strSetupMaxDbList_name = '最大数据库数量'; +$strSetupMaxRows_desc = '浏览一个结果集时一次显示的最多行数。如果结果集超过此值,将会显示 "上一页" 和 "下一页" 的链接。'; +$strSetupMaxRows_name = '显示的最多行数'; +$strSetupMaxTableList_desc = '在数据表列表中最多显示的数据表个数'; +$strSetupMaxTableList_name = '最大数据表数量'; +$strSetupMemoryLimit_desc = '一个脚本可分配到的内存大小,例 [kbd]32MB[kbd] ([kbd]0[/kbd]为不限制)'; +$strSetupMemoryLimit_name = '内存限制'; +$strSetupNavigationBarIconic_desc = '仅使用图标、文本或都使用'; +$strSetupNavigationBarIconic_name = '导航条显示'; +$strSetupNewServer = '新建服务器'; +$strSetupNoServers = '没有配置好的服务器'; +$strSetupOBGzip_desc = '使用 GZip 输出缓冲以加快 HTTP 传输速度'; +$strSetupOBGzip_name = 'GZip 输出缓冲'; +$strSetupOptionNone = '- 无 -'; +$strSetupOrder_desc = '[kbd]SMART[/kbd] - 如:对 TIME、DATE、DATETIME 和 TIMESTAMP 类型的字段递减排序,其他字段递增'; +$strSetupOrder_name = '默认排序'; +$strSetupOverview = '概要'; +$strSetupPersistentConnections_desc = '在连接到 MySQL 数据库时使用持久连接'; +$strSetupPersistentConnections_name = '持久连接'; +$strSetupPropertiesIconic_desc = '仅显示图标、文字或都显示'; +$strSetupPropertiesIconic_name = '数据表操作显示'; +$strSetupProtectBinary_desc = '禁止编辑 BLOB 和 BINARY 类型字段'; +$strSetupProtectBinary_name = '保护二进制字段'; +$strSetupQueryHistoryDB_desc = '允许使用基于数据库的查询历史 (需要 PMA 数据库)。如果禁用,将使用 JavaScript 来显示查询历史 (JS-routines,关闭窗口后当前显示的历史会丢失)。'; +$strSetupQueryHistoryDB_name = '持久查询历史'; +$strSetupQueryHistoryMax_desc = '记录查询历史的数量'; +$strSetupQueryHistoryMax_name = '查询历史个数'; +$strSetupQueryWindowDefTab_desc = '打开一个新查询窗口时默认显示的页面'; +$strSetupQueryWindowDefTab_name = '默认查询窗口标签'; +$strSetupRecodingEngine_desc = '选择进行字符集转换时使用的函数'; +$strSetupRecodingEngine_name = '记录引擎'; +$strSetupRestoreDefaultValue = '还原默认值'; +$strSetupRevertErroneousFields = '尝试恢复错误参数为默认值'; +$strSetupSQLQuery_Edit_name = '编辑'; +$strSetupSQLQuery_Explain_name = '解释 SQL'; +$strSetupSQLQuery_Refresh_name = '刷新'; +$strSetupSQLQuery_ShowAsPHP_name = '创建 PHP 代码'; +$strSetupSQLQuery_Validate_name = '校验 SQL'; +$strSetupSaveDir_desc = '服务器上用来保存导出文件的文件夹'; +$strSetupSaveDir_name = '保存文件夹'; +$strSetupServerAuthConfigMsg = '您设置了 [kbd]config[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码,但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin 的地址,他们就能够进入 phpMyAdmin 的管理界面。建议将[a@?page=servers&mode=edit&id=%1$d#tab_Server]登录认证方式[/a]设置为 [kbd]cookie 认证[/kbd]或 [kbd]HTTP 认证[/kbd]。'; +$strSetupServerExtensionMsg = '您可以使用 mysqli 以获得更高的性能'; +$strSetupServerNoPasswordMsg = '该服务器现在允许空密码登录。'; +$strSetupServerSecurityInfoMsg = '如果您认为有必要,可以使用额外的保护设置 - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]主机认证[/a]和 [a@?page=form&formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地址,该措施的安全性将下降。'; +$strSetupServerSslMsg = '如果浏览器支持,建议使用 SSL 连接。'; +$strSetupServersAdd = '添加服务器'; +$strSetupServersEdit = '编辑服务器'; +$strSetupServers_AllowDeny_order_desc = '不使用请留空'; +$strSetupServers_AllowDeny_order_name = '主机认证'; +$strSetupServers_AllowDeny_rules_desc = '默认请留空'; +$strSetupServers_AllowDeny_rules_name = '主机认证规则'; +$strSetupServers_AllowNoPassword_name = '允许空密码登录'; +$strSetupServers_AllowRoot_name = '允许 root 用户登录'; +$strSetupServers_CountTables_desc = '显示数据库列表时计算数据表的数量'; +$strSetupServers_CountTables_name = '统计数据表'; +$strSetupServers_DisableIS_desc = '参见 [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug 跟踪系统 (外链,英文)[/a] 和 [a@http://bugs.mysql.com/19588]MySQL Bugs (外链,英文)[/a]'; +$strSetupServers_DisableIS_name = '禁止使用 INFORMATION_SCHEMA'; +$strSetupServers_LogoutURL_name = '退出地址'; +$strSetupServers_ShowDatabasesCommand_desc = '取得所有可用数据库的 SQL 语句'; +$strSetupServers_ShowDatabasesCommand_name = '显示数据库(SHOW DATABASES)命令'; +$strSetupServers_SignonSession_desc = '参见[a@http://wiki.cihar.com/pma/auth_types#signon]认证方式[/a]中的例子'; +$strSetupServers_SignonSession_name = 'Signon 会话名'; +$strSetupServers_SignonURL_name = '登录地址'; +$strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey 硬件认证[/a]的配置文件路径 (请勿置于你的文档根文件夹,推荐使用:/etc/swekey.conf)'; +$strSetupServers_auth_swekey_config_name = 'SweKey 配置文件'; +$strSetupServers_auth_type_desc = '要使用的认证方式'; +$strSetupServers_auth_type_name = '认证方式'; +$strSetupServers_bookmarktable_desc = '不使用[a@http://wiki.cihar.com/pma/bookmark]书签 (外链,英文)[/a]功能请留空,默认:[kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_name = '书签表'; +$strSetupServers_column_info_desc = '留空则不使用列信息和MIME类型。默认值:[kbd]pma_column_info[/kbd]'; +$strSetupServers_column_info_name = '列信息表'; +$strSetupServers_compress_desc = '压缩连接到 MySQL 服务器'; +$strSetupServers_compress_name = '压缩连接'; +$strSetupServers_connect_type_desc = '怎样连接到服务器,如果不确定,请选择 tcp'; +$strSetupServers_connect_type_name = '连接方式'; +$strSetupServers_controlpass_name = '控制用户的密码'; +$strSetupServers_controluser_desc = '一个特殊的被限制权限的 MySQL 用户,参见 [a@http://wiki.cihar.com/pma/controluser]wiki (外链,英文)[/a]'; +$strSetupServers_controluser_name = '控制用户'; +$strSetupServers_designer_coords_desc = '不使用设计功能请留空,默认:[kbd]designer_coords[/kbd]'; +$strSetupServers_designer_coords_name = '设计表'; +$strSetupServers_extension_desc = '要使用的 PHP 扩展,如果支持,推荐使用 mysqli。'; +$strSetupServers_extension_name = '要使用的 PHP 扩展'; +$strSetupServers_hide_db_desc = '该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏'; +$strSetupServers_hide_db_name = '隐藏数据库'; +$strSetupServers_history_desc = '不使用 SQL 查询历史功能请留空,默认:[kbd]pma_history[/kbd]'; +$strSetupServers_history_name = 'SQL 查询历史表'; +$strSetupServers_host_desc = 'MySQL 服务器的主机名'; +$strSetupServers_host_name = '服务器主机名'; +$strSetupServers_nopassword_desc = '尝试用空密码连接'; +$strSetupServers_nopassword_name = '用空密码连接'; +$strSetupServers_only_db_desc = '可以使用 MySQL 通配符 (% 和 _),若要用它们的实例,请转义,例:用 \'my\_db\' 而不是 \'my_db\''; +$strSetupServers_only_db_name = '仅显示列出的数据库'; +$strSetupServers_password_desc = '如果不使用 config 认证方式,请留空'; +$strSetupServers_password_name = 'config 认证方式的密码'; +$strSetupServers_pdf_pages_desc = '不使用 PDF 大纲功能请留空,默认:[kbd]pma_pdf_pages[/kbd]'; +$strSetupServers_pdf_pages_name = 'PDF 大纲: 数据表页'; +$strSetupServers_pmadb_desc = '关系、书签、PDF 功能所用的数据库。参见 [a@http://wiki.cihar.com/pma/pmadb]pmadb (外链,英文)[/a]。不使用请留空。默认: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_name = 'PMA 数据库'; +$strSetupServers_port_desc = 'MySQL 服务器监听的端口,留空为默认'; +$strSetupServers_port_name = '服务器端口'; +$strSetupServers_relation_desc = '不使用[a@http://wiki.cihar.com/pma/relation]关系链接 (外链,英文)[/a]功能请留空,默认:[kbd]pma_relation[/kbd]'; +$strSetupServers_relation_name = '关系表'; +$strSetupServers_socket_desc = 'MySQL 服务器监听的套接字,留空为默认'; +$strSetupServers_socket_name = '服务器套接字 (socket)'; +$strSetupServers_ssl_desc = '使用 SSL 连接到 MySQL 服务器'; +$strSetupServers_ssl_name = '使用 SSL'; +$strSetupServers_table_coords_desc = '不使用 PDF 大纲功能请留空,默认:[kbd]pma_table_coords[/kbd]'; +$strSetupServers_table_coords_name = 'PDF 大纲: 数据表并发'; +$strSetupServers_table_info_desc = '描述显示字段的表,留空为关闭此项功能。默认值:[kbd]pma_table_info[/kbd]'; +$strSetupServers_table_info_name = '显示字段表'; +$strSetupServers_user_desc = '如果不使用 config 认证方式,请留空'; +$strSetupServers_user_name = 'config 认证方式的用户名'; +$strSetupServers_verbose_check_desc = '如果你确定 pma_* 数据表都是最新的,可以禁用此项。此功能提供兼容性检查'; +$strSetupServers_verbose_check_name = '详细检查'; +$strSetupServers_verbose_desc = '一个好记的名字。留空将显示主机名。'; +$strSetupServers_verbose_name = '服务器名称'; +$strSetupSetValue = '设置值: %s'; +$strSetupShowAll_desc = '显示给用户一个 "显示所有 (记录)" 按钮'; +$strSetupShowAll_name = '允许显示所有行'; +$strSetupShowChgPassword_desc = '注意:该选项不影响 [kbd]config[/kbd] 认证方式,因为密码是保存在配置文件中,该选项也不限制直接执行可实现相同功能的命令。'; +$strSetupShowChgPassword_name = '显示修改密码'; +$strSetupShowCreateDb_name = '显示创建数据库表单'; +$strSetupShowForm = '显示表单'; +$strSetupShowFunctionFields_desc = '在编辑/插入模式中显示函数列'; +$strSetupShowFunctionFields_name = '显示函数列'; +$strSetupShowHiddenMessages = '显示隐藏信息 (#MSG_COUNT)'; +$strSetupShowPhpInfo_desc = '显示 [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] 输出的链接'; +$strSetupShowPhpInfo_name = '显示 phpinfo() 链接'; +$strSetupShowSQL_desc = '定义是否显示 phpMyAdmin 生成的 SQL 查询'; +$strSetupShowSQL_name = '显示 SQL 查询'; +$strSetupShowServerInfo_name = '显示 MySQL 服务器详细信息'; +$strSetupShowStats_desc = '允许显示数据库和数据表的统计信息 (如:空间使用)'; +$strSetupShowStats_name = '显示统计'; +$strSetupShowTooltipAliasDB_desc = '如果启用了悬停提示且设置了数据库备注,这里将简略显示数据库备注和数据库名'; +$strSetupShowTooltipAliasDB_name = '显示数据库的备注而不显示数据库名'; +$strSetupShowTooltipAliasTB_desc = '当设为 [kbd]nested[/kbd] 时,数据表的别名仅根据 $cfg[\'LeftFrameTableSeparator\'] 作分割/层叠用,所有只有目录的名字像别名,数据表自己的名字并不改变'; +$strSetupShowTooltipAliasTB_name = '显示表备注而不显示表名'; +$strSetupShowTooltip_name = '悬停时显示表备注'; +$strSetupSkipLockedTables_desc = '将已锁定的数据表在数据库中显示为使用中'; +$strSetupSkipLockedTables_name = '跳过锁定的表'; +$strSetupSuggestDBName_desc = '如果可能,在 "新建数据库" 表单中建议一个名字,或留空'; +$strSetupSuggestDBName_name = '建议新数据库名'; +$strSetupTrue = '是'; +$strSetupTrustedProxies_desc = '输入作为代理的 [kbd]IP:可信 HTTP 头[/kbd]。下面的例子指定了 phpMyAdmin 应该信任从代理 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd] 发来的 HTTP_X_FORWARDED_FOR 头'; +$strSetupTrustedProxies_name = '可信代理IP列表'; +$strSetupUploadDir_desc = '服务器上用来存放导入文件的文件夹'; +$strSetupUploadDir_name = '上传文件夹'; +$strSetupUseDbSearch_desc = '允许搜索整个数据库'; +$strSetupUseDbSearch_name = '使用数据库搜索'; +$strSetupVerboseMultiSubmit_desc = '在进行多个语句查询时,显示每个语句所影响的行数。默认一次查询可以包含的查询语句数可以在 libraries/import.lib.php 中找到。'; +$strSetupVerboseMultiSubmit_name = '为多个语句输出更多信息'; +$strSetupVersionCheck = '检查更新'; +$strSetupVersionCheckDataError = '读取版本信息失败。您可能尚未接入网络或更新服务器未响应。'; +$strSetupVersionCheckInvalid = '从服务器获得版本错误'; +$strSetupVersionCheckLink = '检查更新'; +$strSetupVersionCheckNewAvailable = '有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,于 %s 发布。'; +$strSetupVersionCheckNewAvailableSvn = '你现在使用的是开发版,请通过 [kbd]svn update[/kbd] 检查更新 :-)[br]最新正式版为 %s,于 %s 发布。'; +$strSetupVersionCheckNone = '没有更新的可用版本'; +$strSetupVersionCheckUnparsable = '无法解析版本'; +$strSetupVersionCheckWrapperError = 'URL 协议和 CURL 都不可用,无法检查新版本。'; +$strSetupWarning = '警告'; +$strSetupZipDumpExportWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Zip 压缩[/a]所必须的 (%s) 函数。'; +$strSetupZipDumpImportWarning = '此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Zip 解压缩[/a]所必须的 (%s) 函数。'; +$strSetupZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] 压缩'; +$strSetupZipDump_name = 'ZIP'; // should express in english +$strSetupblowfish_secret_desc = '在 [kbd]cookie[/kbd] 认证方式下用于加密 cookies 的短语密码'; +$strSetupblowfish_secret_name = '短语密码'; +$strSetuperror_connection = '无法连接到 MySQL 服务器'; +$strSetuperror_empty_pmadb_password = '使用 PMA 数据时控制用户的密码不能为空'; +$strSetuperror_empty_pmadb_user = '使用 PMA 数据库时控制用户不能为空'; +$strSetuperror_empty_signon_session = '使用 singon 认证方式时 Signon 会话名不能为空'; +$strSetuperror_empty_signon_url = '使用 singon 认证方式时登录地址不能为空'; +$strSetuperror_empty_user_for_config_auth = '使用 config 认证方式时 config 认证方式的用户名不能为空'; +$strSetuperror_form = '提交的表单中有错误'; +$strSetuperror_incorrect_ip_address = '%s 是一个错误的 IP 地址'; +$strSetuperror_incorrect_port = '非法的端口号'; +$strSetuperror_incorrect_value = '输入的值不正确'; +$strSetuperror_missing_field_data = '在 %s 中丢失数据'; +$strSetuperror_nan_nneg = '输入值不是非负数'; +$strSetuperror_nan_p = '输入值不是正数'; $strShow = '显示'; $strShowAll = '全部显示'; +$strShowBLOBContents = '显示 BLOB 内容'; +$strShowBinaryContents = '显示二进制内容'; $strShowColor = '显示颜色'; $strShowDatadictAs = '数据字典格式'; $strShowFullQueries = '显示完整查询'; $strShowGrid = '显示网格'; -$strShowingRecords = '显示行'; +$strShowHideLeftMenu = '显示/隐藏左侧菜单'; +$strShowKeys = '仅显示键'; +$strShowOpenTables = '显示打开的表'; $strShowPHPInfo = '显示 PHP 信息'; +$strShowSlaveHosts = '显示从服务器'; +$strShowSlaveStatus = '显示从服务器状态'; +$strShowStatusBinlog_cache_disk_useDescr = '因事务使用的临时二进制日志缓存超出 binlog_cache_size 的设置而使用临时文件存储的数量。'; +$strShowStatusBinlog_cache_useDescr = '事务所用的临时二进制日志缓存的数量。'; +$strShowStatusCreated_tmp_disk_tablesDescr = '服务器执行语句时自动在磁盘上创建的临时表的数量。如果 Created_tmp_disk_tables 很大,你可以增加 tmp_table_size 的值,让服务器使用内存来存储临时表而非磁盘。'; +$strShowStatusCreated_tmp_filesDescr = 'mysqld 已创建的临时文件的数量。'; +$strShowStatusCreated_tmp_tablesDescr = '服务器执行语句时自动在内存中创建的临时表的数量。'; +$strShowStatusDelayed_errorsDescr = '发生错误的延迟插入 (INSERT DELAYED) 行数 (可能是因为在唯一字段中存在重复值) 。'; +$strShowStatusDelayed_insert_threadsDescr = '正在使用的延迟插入处理线程的数量。每张使用延迟插入的表都有自己的线程。'; +$strShowStatusDelayed_writesDescr = '延迟插入已写入的行数。'; +$strShowStatusFlush_commandsDescr = '已执行的强制更新 (FLUSH) 语句数。'; +$strShowStatusHandler_commitDescr = '已执行的内部提交 (COMMIT) 语句数。'; +$strShowStatusHandler_deleteDescr = '从表中删除行的次数。'; +$strShowStatusHandler_discoverDescr = '如果知道一个表的名字,MySQL 服务器可以询问 NDB 集群存储引擎,这被称为“发现”。Handler_discovery 表明了一个表被发现的次数。'; +$strShowStatusHandler_read_firstDescr = '读取一个索引入口点的次数。如果该值很大,说明你的服务器执行了很多完整索引扫描。例如,假设字段 col1 已经建立了索引,然后执行 SELECT col1 FROM foo 。'; +$strShowStatusHandler_read_keyDescr = '根据索引读取行的请求数。如果该值很大,说明你的查询和表都建立了很好的索引。'; +$strShowStatusHandler_read_nextDescr = '根据索引顺序读取下一行的请求数。如果你在查询一个已索引的字段且限制了范围,或进行完整表扫描,该值将会不断增长。'; +$strShowStatusHandler_read_prevDescr = '根据索引顺序读取上一行的请求数。这种读取方式通常用于优化带有 ORDER BY ... DESC 的查询。'; +$strShowStatusHandler_read_rndDescr = '根据固定位置读取行的请求数。如果你执行很多需要排序的查询,该值会很高。你可能有很多需要完整表扫描的查询,或者你使用了不正确的索引用来多表查询。'; +$strShowStatusHandler_read_rnd_nextDescr = '从数据文件中读取行的请求数。如果你在扫描很多表,该值会很大。通常情况下这意味着你的表没有做好索引,或者你的查询语句没有使用好索引字段。'; +$strShowStatusHandler_rollbackDescr = '内部回滚 (ROLLBACK) 语句数。'; +$strShowStatusHandler_updateDescr = '表中更新行的请求数。'; +$strShowStatusHandler_writeDescr = '表中插入行的请求数。'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = '非空页数 (含脏页) 。'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = '当前脏页数。'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = '请求更新的缓冲池页数。'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = '空闲页数。'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB 缓冲池中锁定页的数量。这些页是正在被读取或写入的,或者是因其他原因不能被刷新或删除的。'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = '负载页的数量,像锁定行或适应性的散列索引这样的管理操作时分配的页。该值可用此公式计算: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data 。'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = '缓冲池总大小 (单位:页)。'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB 初始化的“随机”预读数。这通常会在对一个表进行大范围的随机排序查询时发生。'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB 初始化的顺序预读数。这会在 InnoDB 执行一个顺序完整表扫描时发生。'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB 完成的逻辑读请求数。'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB 进行逻辑读取时无法从缓冲池中获取而执行单页读取的次数。'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = '写入 InnoDB 缓冲池通常在后台进行,但有必要在没有干净页的时候读取或创建页,有必要先等待页被刷新。该计数器统计了这种等待的数量。如果缓冲池大小设置正确,这个值应该会很小。'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = '写入 InnoDB 缓冲池的次数。'; +$strShowStatusInnodb_data_fsyncsDescr = 'fsync() 总操作的次数。'; +$strShowStatusInnodb_data_pending_fsyncsDescr = '当前挂起 fsync() 操作的数量。'; +$strShowStatusInnodb_data_pending_readsDescr = '当前挂起的读操作数。'; +$strShowStatusInnodb_data_pending_writesDescr = '当前挂起的写操作数。'; +$strShowStatusInnodb_data_readDescr = '读取的总数据量 (单位:字节)。'; +$strShowStatusInnodb_data_readsDescr = '数据读取总数。'; +$strShowStatusInnodb_data_writesDescr = '数据写入总数。'; +$strShowStatusInnodb_data_writtenDescr = '写入的总数据量 (单位:字节)。'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = '以双写入操作写入的页数。'; +$strShowStatusInnodb_dblwr_writesDescr = '已经执行的双写入次数。'; +$strShowStatusInnodb_log_waitsDescr = '因日志缓存太小而必须等待其被写入所造成的等待数。'; +$strShowStatusInnodb_log_write_requestsDescr = '日志写入请求数。'; +$strShowStatusInnodb_log_writesDescr = '日志物理写入次数。'; +$strShowStatusInnodb_os_log_fsyncsDescr = '使用 fsync() 写入日志文件的次数。'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = '当前挂起的使用 fsync() 写入日志文件数。'; +$strShowStatusInnodb_os_log_pending_writesDescr = '当前挂起的日志写入数。'; +$strShowStatusInnodb_os_log_writtenDescr = '写入日志文件的字节数。'; +$strShowStatusInnodb_page_sizeDescr = '编译的 InnoDB 页大小 (默认 16KB)。许多值都以页为单位进行统计,页大小可以很方便地将这些值转化为字节数。'; +$strShowStatusInnodb_pages_createdDescr = '创建的页数。'; +$strShowStatusInnodb_pages_readDescr = '读取的页数。'; +$strShowStatusInnodb_pages_writtenDescr = '写入的页数。'; +$strShowStatusInnodb_row_lock_current_waitsDescr = '正在等待行锁的数量。'; +$strShowStatusInnodb_row_lock_timeDescr = '等待获得行锁的总时间 (单位:毫秒)。'; +$strShowStatusInnodb_row_lock_time_avgDescr = '等待获得行锁的平均时间 (单位:毫秒)。'; +$strShowStatusInnodb_row_lock_time_maxDescr = '等待获得行锁的最大时间 (单位:毫秒)。'; +$strShowStatusInnodb_row_lock_waitsDescr = '等待行锁的次数。'; +$strShowStatusInnodb_rows_deletedDescr = '从 InnoDB 表中删除的行数。'; +$strShowStatusInnodb_rows_insertedDescr = '插入到 InnoDB 表中的行数。'; +$strShowStatusInnodb_rows_readDescr = '从 InnoDB 表中读取的行数。'; +$strShowStatusInnodb_rows_updatedDescr = 'InnoDB 中更新的行数。'; +$strShowStatusKey_blocks_not_flushedDescr = '键缓存中还没有被写入到磁盘的键块数。该值过去名为 Not_flushed_key_blocks 。'; +$strShowStatusKey_blocks_unusedDescr = '键缓存中未使用的块数。你可以根据这个值判断当前使用了多少键缓存。'; +$strShowStatusKey_blocks_usedDescr = '键缓存中已经使用的块数。该值指示在某个时刻使用了最多块数的数量。'; +$strShowStatusKey_read_requestsDescr = '从缓存中读取键块的请求次数。'; +$strShowStatusKey_readsDescr = '从磁盘中物理读取键块的次数。如果 Key_reads 很大,则说明您的 key_buffer_size 可能设置得太小了。缓存缺失率可以由 Key_reads/Key_read_requests 计算得出。'; +$strShowStatusKey_write_requestsDescr = '将一个键块写入缓存的请求数。'; +$strShowStatusKey_writesDescr = '将键块物理写入到磁盘的次数。'; +$strShowStatusLast_query_costDescr = '最后编译的查询的总开销由查询优化器计算得出,可用于比较使用不同的查询语句进行相同的查询时的效率差异。默认值0表示还没有查询被编译。'; +$strShowStatusNot_flushed_delayed_rowsDescr = '等待写入延迟插入队列的行数。'; +$strShowStatusOpen_filesDescr = '打开的文件个数。'; +$strShowStatusOpen_streamsDescr = '打开的流个数 (主要用于日志记录)。'; +$strShowStatusOpen_tablesDescr = '打开的数据表个数。'; +$strShowStatusOpened_tablesDescr = '已经打开的表个数。如果该值很大,则说明表缓冲大小可能设置过小。'; +$strShowStatusQcache_free_blocksDescr = '查询缓存中空闲的内存块数。'; +$strShowStatusQcache_free_memoryDescr = '查询缓存中空闲的内存总数。'; +$strShowStatusQcache_hitsDescr = '缓存命中数。'; +$strShowStatusQcache_insertsDescr = '加入到缓存的查询数。'; +$strShowStatusQcache_lowmem_prunesDescr = '为缓存新的查询而被删除的已缓存查询的个数,由最近最少使用算法 (LRU) 确定应删除哪个已缓存的查询。该信息可帮助您调整查询缓存大小。'; +$strShowStatusQcache_not_cachedDescr = '未缓存的查询数 (包括不能被缓存,或因为 query_cache_type 的设置而没有被缓存的查询)。'; +$strShowStatusQcache_queries_in_cacheDescr = '在缓存中注册的查询数。'; +$strShowStatusQcache_total_blocksDescr = '查询缓存中的总块数。'; +$strShowStatusReset = '重设'; +$strShowStatusRpl_statusDescr = '失败保护器的状态 (尚未应用)。'; +$strShowStatusSelect_full_joinDescr = '没有使用索引的多表查询数。如果该值不为0,您应该检查是否已经为表建立了适当的索引。'; +$strShowStatusSelect_full_range_joinDescr = '使用在关联表上使用范围搜索的多表查询的数量。'; +$strShowStatusSelect_rangeDescr = '在第一张表上使用范围查询的多表查询数。(即使该值很大,通常也不会有致命的影响。)'; +$strShowStatusSelect_range_checkDescr = '没有使用索引但在每行之后检查索引使用的多表查询数。如果该值不为0,您应该检查是否已经为表建立了适当的索引'; +$strShowStatusSelect_scanDescr = '在第一张表上进行了完整表扫描的多表查询数。'; +$strShowStatusSlave_open_temp_tablesDescr = '当前由从 SQL 线程打开的临时表的数量。'; +$strShowStatusSlave_retried_transactionsDescr = '从 SQL 线程总共重试事务复制数。'; +$strShowStatusSlave_runningDescr = '如果该值为 ON,则这台服务器是一台已经连接到主服务器的从服务器。'; +$strShowStatusSlow_launch_threadsDescr = '使用了比 slow_launch_time 更多的时间来启动的线程数量。'; +$strShowStatusSlow_queriesDescr = '使用了比 long_query_time 更多时间的查询数。'; +$strShowStatusSort_merge_passesDescr = '排序算法使用归并的次数。如果该值很大,您应该考虑增加系统变量 sort_buffer_size 的值。'; +$strShowStatusSort_rangeDescr = '局部范围完成的排序次数。'; +$strShowStatusSort_rowsDescr = '排序的行数。'; +$strShowStatusSort_scanDescr = '扫描表完成的排序次数。'; +$strShowStatusTable_locks_immediateDescr = '立即需要锁定表的次数。'; +$strShowStatusTable_locks_waitedDescr = '无法立即获得锁定表而必须等待的次数。如果该值很高,且您遇到了性能方面的问题,则应该首先检查您的查询语句,然后使用复制操作来分开表。'; +$strShowStatusThreads_cachedDescr = '线程缓存中线程的数量。缓存命中率可以由 Threads_created/Connections 计算得出。如果该值是红色的,则应该增加 thread_cache_size 的值。'; +$strShowStatusThreads_connectedDescr = '当前打开的连接数。'; +$strShowStatusThreads_createdDescr = '当前用于控制连接的线程数。如果 Threads_created 很大,您可能需要增加 thread_cache_size 的值 (如果线程状况良好,这么做通常并不会带来显著的性能提升)。'; +$strShowStatusThreads_runningDescr = '非睡眠状态的线程数量。'; $strShowTableDimension = '显示表格大小'; $strShowTables = '显示表'; $strShowThisQuery = ' 在此再次显示此查询 '; +$strShowingBookmark = '显示书签'; +$strShowingPhp = '显示为 PHP 代码'; +$strShowingRecords = '显示行'; +$strShowingSQL = '显示 SQL 查询'; $strSimplifiedChinese = '简体中文'; $strSingly = '(逐一)'; $strSize = '大小'; +$strSkipQueries = '跳过查询的数量'; $strSlovak = '斯洛伐克语'; $strSlovenian = '斯洛文尼亚语'; +$strSmallBigAll = '全部收缩/展开'; +$strSnapToGrid = '对齐网格'; +$strSocketProblem = '(或者本地 MySQL 服务器的套接字没有正确配置)'; $strSort = '排序'; $strSortByKey = '主键排序'; -$strSpaceUsage = '已使用空间'; +$strSorting = '排序'; +$strSpaceUsage = '已用空间'; $strSpanish = '西班牙语'; -$strSplitWordsWithSpace = '每个单词以空格 (" ") 分隔。'; -$strSQLExportType = '导出类型'; -$strSQLParserBugMessage = '有可能您发现了 SQL 分析器的臭虫。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。如果您仍然有问题,或者命令行界面执行成功而分析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个臭虫报告:'; -$strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。'; -$strSQLQuery = 'SQL 查询'; -$strSQLResult = 'SQL 查询结果'; -$strSQL = 'SQL'; // should express in english -$strSQPBugInvalidIdentifer = '无效的标识符'; -$strSQPBugUnclosedQuote = '引号不配对'; -$strSQPBugUnknownPunctuation = '未知的标点符号字符串'; -$strStatCheckTime = '最后检查时间'; +$strSplitWordsWithSpace = '每个单词用空格 (“ ”) 分隔。'; +$strStandInStructureForView = '替换视图以便查看'; +$strStatCheckTime = '最后检查'; $strStatCreateTime = '创建时间'; -$strStatement = '语句'; -$strStatUpdateTime = '最后更新时间'; +$strStatUpdateTime = '最后更新'; +$strStatement = '说明'; +$strStatic = '静态'; +$strStatisticsOverrun = '在高负载的服务器上,字节计数器可能会溢出,因此由 MySQL 返回的统计值可能会不正确'; $strStatus = '状态'; +$strStorageEngine = '存储引擎'; +$strStorageEngines = '存储引擎'; $strStrucCSV = 'CSV 数据'; $strStrucData = '结构和数据'; $strStrucExcelCSV = 'MS Excel 的 CSV 格式'; -$strStrucNativeExcel = '本地 MS Excel 数据'; -$strStrucOnly = '只结构'; +$strStrucNativeExcel = '原生 MS Excel 格式'; +$strStrucOnly = '仅结构'; $strStructPropose = '规划表结构'; $strStructure = '结构'; +$strStructureForView = '视图结构'; $strSubmit = '提交'; -$strSuccess = '您运行的 SQL 语句已经成功运行了。'; +$strSuccess = '您的 SQL 语句已成功运行'; +$strSuhosin = '服务器上运行了 Suhosin。请先查看%s文档%s中是否有类似的情况。'; $strSum = '总计'; $strSwedish = '瑞典语'; -$strSwitchToDatabase = '选择被复制的数据库'; -$strSwitchToTable = '切换到复制的表'; +$strSwekeyAuthFailed = '硬件认证失败'; +$strSwekeyAuthenticating = '正在认证...'; +$strSwekeyNoKey = '没有可用的密钥插入'; +$strSwekeyNoKeyId = '文件 %s 未包含任何密钥'; +$strSwitchToDatabase = '切换到复制的数据库'; +$strSwitchToTable = '切换到复制的数据表'; -$strTable = '表 '; +$strTable = '表'; +$strTableAlreadyExists = '数据表 %s 已存在!'; +$strTableAlteredSuccessfully = '已成功修改表 %1$s '; $strTableComments = '表注释'; -$strTableEmpty = '表名称是空的!'; -$strTableHasBeenDropped = '表 %s 已被删除'; -$strTableHasBeenEmptied = '表 %s 已被清空'; -$strTableHasBeenFlushed = '表 %s 已被强制更新'; +$strTableEmpty = '表名不能为空!'; +$strTableHasBeenCreated = '创建数据表 %1$s 成功。'; +$strTableHasBeenDropped = '已删除表 %s '; +$strTableHasBeenEmptied = '已清空表 %s '; +$strTableHasBeenFlushed = '已强制更新表 %s '; +$strTableIsEmpty = '数据表是空的!'; $strTableMaintenance = '表维护'; +$strTableName = '数据表名'; $strTableOfContents = '目录'; $strTableOptions = '表选项'; -$strTables = '%s 个表'; $strTableStructure = '表的结构'; -$strTakeIt = '断定'; +$strTables = '%s 个表'; +$strTakeIt = '确定'; $strTblPrivileges = '按表指定权限'; +$strTempData = '临时数据'; $strTextAreaLength = ' 由于长度限制
此字段可能无法编辑 '; +$strTexyText = 'Texy! 文本'; $strThai = '泰语'; $strTheme = '主题 / 风格'; +$strThemeDefaultNotFound = '未找到默认主题 %s !'; +$strThemeNoPreviewAvailable = '没有可用的预览。'; +$strThemeNoValidImgPath = '找不到主题 %s 对应的图片路径!'; +$strThemeNotFound = '未找到主题 %s !'; +$strThemePathNotFound = '找不到主题 %s 的路径'; $strThisHost = '此主机'; -$strThreadSuccessfullyKilled = '线程 %s 已成功杀死。'; +$strThreadSuccessfullyKilled = '已杀死线程 %s 。'; +$strThreads = '线程'; $strTime = '时间'; +$strTimeoutInfo = '上一个导入操作超时,随后重新提交将会从 %d 处开始。'; +$strTimeoutNothingParsed = '在最后一次执行时没有数据被解析,建议您增加 PHP 运行时间限制,否则 phpMyAdmin 将无法完成导入操作。'; +$strTimeoutPassed = '脚本超时,如果你要完成导入,请重新提交相同的文件,导入将会继续进行。'; +$strToFromPage = '到/从 页'; +$strToSelectRelation = '要选择关系,点击:'; $strToggleScratchboard = '切换刮板'; +$strToggleSmallBig = '反向收缩/展开'; $strTotal = '总计'; -$strTotalUC = '统计'; -$strTraditionalChinese = '繁体中文'; +$strTotalUC = '总计'; +$strTraditionalChinese = '正体中文'; $strTraditionalSpanish = '传统西班牙语'; $strTraffic = '流量'; -$strTransformation_application_octetstream__download = '字段中显示一个二进制文件的下载连接。第一个选项是二进制数据的名字。第二个选项是表列中可能包含文件名的字段。 如果你提供第二个选项那么第一个选项必须设置为空字符串。'; -$strTransformation_image_jpeg__inline = '显示可点击的缩略图;选项:以像素指定的宽度、高度(保留原有比例)'; -$strTransformation_image_jpeg__link = '显示到此图像的链接(即直接二进制下载)。'; -$strTransformation_image_png__inline = '查看 image/jpeg: 嵌入'; -$strTransformation_text_plain__external = '只对 LINUX:调用外部程序并通过标准输入填充字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑文件 libraries/transformations/text_plain__external.inc.php 然后插入允许您运行的工具。第一个选项是您想要使用的程序编号,而第二个选项是程序的参数。至于第三个参数,如果设为 1 的话将会用 htmlspecialchars() 转换其输出(默认为 1)。第四个参数如果设为 1 的话,将会在内容单元格中输出 NOWRAP,这样全部输出就会不经重新格式化直接输出了(默认为 1)'; -$strTransformation_text_plain__formatted = '保留字段的原始格式。不进行转码。'; -$strTransformation_text_plain__imagelink = '显示图像和链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是以像素为单位的宽度,第三个参数是高度。'; -$strTransformation_text_plain__link = '显示链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是链接的标题(弹出提示)。'; -$strTransformation_text_plain__substr = '只显示字符串的一部分。第一个选项定义了文本开始输出的偏移量(默认为 0)。第二个选项是所返回文字数量的偏移量。如果为空的话,将返回剩下的所有文本。第三个选项是将会追加到子字符串之后的输出(默认为:...) .'; +$strTransactionCoordinator = '事务协调'; +$strTransformation_application_octetstream__download = '字段中显示一个二进制数据的下载连接。第一个选项是文件名,或使用第二个选项,用表中的一个字段作为文件名。如果你使用第二个选项那么第一个选项必须留空。'; +$strTransformation_application_octetstream__hex = '显示十六进制的数据。第一个参数设置需要增加多少个空格 (默认值为一个字节宽度)。'; +$strTransformation_image_jpeg__inline = '显示可点击的缩略图。在原比例不变的情况下,可按像素指定最大宽度或高度。'; +$strTransformation_image_jpeg__link = '显示下载此图像的链接。'; +$strTransformation_image_png__inline = '参见 image/jpeg: inline'; +$strTransformation_text_plain__dateformat = '将一个 TIME、TIMESTAMP、DATETIME 或数字 UNIX 时间戳字段格式化显示为日期。第一个选项是小时偏移量,该值将加到时间戳中 (默认:0)。第二个选项用于指定时间格式字符串。第三个选项决定显示本地时间还是 UTC 时间 (填入“local”或“utc”),所以填“local”(参见 PHP 的 strftime() 函数文档)和“utc”(参见 PHP 的 gmdate() 函数文档)所到的结果是不一样的。'; +$strTransformation_text_plain__external = '仅 LINUX:调用外部程序并通过标准输入填充字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑文件 libraries/transformations/text_plain__external.inc.php 然后插入允许您运行的工具。第一个选项是您想要使用的程序编号,而第二个选项是程序的参数。第三个参数如果设为 1 的话将会用 htmlspecialchars() 转换其输出 (默认为 1)。第四个参数如果设为 1 的话,将禁止换行,确保所有内容显示在一行中 (默认为 1)'; +$strTransformation_text_plain__formatted = '保留字段的原始格式。不进行转码。也就是假定字段中不包含 HTML 代码。'; +$strTransformation_text_plain__imagelink = '显示图像和链接,字段内包含文件名。第一个选项是类似“http://www.example.com/”这样的 URL 前缀,第二和第三个选项是以像素为单位的宽度和高度。'; +$strTransformation_text_plain__link = '显示链接,字段内包含文件名。第一个选项是类似“http://www.example.com/”这样的 URL 前缀,第二个选项是链接的标题 (title)。'; +$strTransformation_text_plain__sql = '将文本以 SQL 语法高亮显示。'; +$strTransformation_text_plain__substr = '显示部分字符串。第一个选项定义了文本开始输出的字数 (默认为 0)。第二个选项是要返回的字数 (默认直到结尾)。第三个选项是当发生截取的时候,将会加在字符串之前/后的输出 (默认为:“...”)。'; +$strTriggers = '触发器'; $strTruncateQueries = '截断显示的查询'; $strTurkish = '土耳其语'; $strType = '类型'; $strUkrainian = '乌克兰语'; -$strUncheckAll = '全部不选'; -$strUnicode = 'Unicode'; //USE ENG +$strUncheckAll = '全不选'; +$strUnicode = 'Unicode'; // should express in english $strUnique = '唯一'; $strUnknown = '未知'; -$strUnselectAll = '全部不选'; -$strUpdatePrivMessage = '您已经更新了 %s 的权限。'; +$strUnselectAll = '全不选'; +$strUnsupportedCompressionDetected = '您正在载入不支持的压缩格式 (%s)。配置文件中没有对应这种格式的配置说明。'; +$strUpdComTab = '请参见文档中关于如何更新您的 column_comments 表'; +$strUpdatePrivMessage = '您已更新了 %s 的权限。'; $strUpdateProfileMessage = '配置文件己更新。'; $strUpdateQuery = '更新查询'; -$strUpdComTab = '请参看文档中关于如何更新您的 Column_comments 表的部分'; -$strUpgrade = '您应该升级到 %s %s 或者更高。'; -$strUsage = '用法'; -$strUseBackquotes = '请在表名及字段名使用引号'; +$strUpgrade = '您应升级到 %s %s 或更高版本。'; +$strUploadErrorCantWrite = '将文件写入磁盘失败。'; +$strUploadErrorExtension = '因扩展而停止文件上传。'; +$strUploadErrorFormSize = '上传文件的大小超过 HTML 表单中指定的 MAX_FILE_SIZE 值。'; +$strUploadErrorIniSize = '上传文件的大小超过 php.ini 文件中 upload_max_filesize 的限制。'; +$strUploadErrorNoTempDir = '找不到临时文件夹。'; +$strUploadErrorPartial = '仅上传了文件的一部分内容。'; +$strUploadErrorUnknown = '上传文件时发生未知错误。'; +$strUploadLimit = '您可能正在上传很大的文件,请参考%s文档%s来寻找解决方法。'; +$strUploadsNotAllowed = '此服务器禁止了文件上传。'; +$strUsage = '已用'; +$strUseBackquotes = '给数据表名及字段名加上反引号'; $strUseHostTable = '使用主机表'; -$strUserAlreadyExists = '用户 %s 己存在!'; -$strUserEmpty = '用户名称是空的!'; -$strUserName = '用户名'; -$strUserNotFound = '选中的用户在权限表内找不到。'; -$strUserOverview = '用户一览'; -$strUsersDeleted = '选中的用户已成功删除。'; -$strUsersHavingAccessToDb = '用户可访问“%s”'; -$strUser = '用户'; $strUseTabKey = '按 TAB 键跳到下一个数值, 或 CTRL+方向键 作随意移动'; $strUseTables = '使用表'; $strUseTextField = '使用文本域'; $strUseThisValue = '使用此值'; +$strUser = '用户'; +$strUserAlreadyExists = '用户 %s 己存在!'; +$strUserEmpty = '用户名不能为空!'; +$strUserName = '用户名'; +$strUserNotFound = '在权限表内找不到选中的用户。'; +$strUserOverview = '查看用户'; +$strUsersDeleted = '已成功删除选中的用户。'; +$strUsersHavingAccessToDb = '用户可以访问“%s”'; $strValidateSQL = '校验 SQL'; $strValidatorError = 'SQL 校验程序无法初始化。请检查是否已经安装了%s文档%s内描述的必需 PHP 扩展。'; $strValue = '值'; $strVar = '变量'; -$strViewDumpDatabases = '查看数据库的转存(大纲)'; +$strVersionInformation = '版本信息'; +$strView = '视图'; +$strViewDump = '查看数据表的转存(大纲)。'; $strViewDumpDB = '查看数据库的转存(大纲)。'; -$strViewDump = '查看表的转存(大纲)。'; +$strViewDumpDatabases = '查看数据库的转存(大纲)'; +$strViewHasAtLeast = '该视图最少包含的行数,参见%s文档%s。'; +$strViewHasBeenDropped = '已删除视图 %s'; +$strViewImage = '查看图像'; +$strViewName = '视图名'; +$strViewVideo = '播放视频'; -$strWebServerUploadDirectoryError = '设定的上载目录错误,未能使用'; -$strWebServerUploadDirectory = '网站服务器上载目录'; +$strWebServer = '网站服务器'; +$strWebServerUploadDirectory = '网站服务器上传文件夹'; +$strWebServerUploadDirectoryError = '用于上传的文件夹出错,无法使用'; $strWelcome = '欢迎使用 %s'; $strWestEuropean = '西欧'; +$strWiki = '维基 (Wiki)'; $strWildcard = '通配符'; -$strWindowNotFound = '目标浏览窗口不可更新。可能你已经关闭了父窗口或者您浏览器的安全设置阻断了更新窗口。'; +$strWindowNotFound = '无法更新目标浏览窗口。可能你已经关闭了父窗口或您浏览器的安全设置阻止了跨窗口更新。'; $strWithChecked = '选中项:'; -$strWrongUser = '用户名/密码错误,访问被拒绝。'; +$strWriteRequests = '写请求'; +$strWrongUser = '用户名/密码错误。拒绝访问。'; -$strXML = 'XML'; //USE ENG +$strXML = 'XML'; // should express in english $strYes = '是'; -$strZeroRemovesTheLimit = '注意:将这些选项设为 0(零) 将删除限制。'; +$strZeroRemovesTheLimit = '注意:若将这些选项设为 0(零) 即不限制。'; $strZip = 'zip 压缩'; -// To translate: -$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.'; //to translate -$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.'; //to translate -$strAndThen = 'and then'; //to translate - -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate -$strBusyPages = 'Busy pages'; //to translate - -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strCopy = 'Copy'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCSV = 'CSV'; //to translate - -$strDataPages = 'Pages containing data'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate - -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strEngines = 'Engines'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEsperanto = 'Esperanto'; //to translate - -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileToImport = 'File to import'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate -$strFreePages = 'Free pages'; //to translate - -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate - -$strHandler = 'Handler'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate - -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJoins = 'Joins'; //to translate - -$strKeyCache = 'Key cache'; //to translate - -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLatchedPages = 'Latched pages'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate - -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate - -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate - -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate - -$strQueryCache = 'Query cache'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strReplication = 'Replication'; //to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate - -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$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.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$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.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$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.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$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.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$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.'; //to translate -$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.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$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.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSorting = 'Sorting'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strThreads = 'Threads'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$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.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate - -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate - -$strVersionInformation = 'Version information'; //to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strView = 'View'; //to translate - -$strWriteRequests = 'Write requests'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate -$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. 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. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate -$strDocSQL = 'DocSQL'; //to translate -$strTableName = 'Table name'; //to translate -$strTableIsEmpty = 'Table seems to be empty!'; //to translate -$strDbIsEmpty = 'Database seems to be empty!'; //to translate -$strShowingPhp = 'Showing as PHP code'; //to translate -$strShowingSQL = 'Showing SQL query'; //to translate -$strDesigner = 'Designer'; //to translate -$strNumberOfTables = 'Number of tables'; //to translate -$strCreateTable = 'Create table'; //to translate -$strCreateRelation = 'Create relation'; //to translate -$strSavePosition = 'Save position'; //to translate -$strSelectForeignKey = 'Select Foreign Key'; //to translate -$strHide = 'Hide'; //to translate -$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate -$strReload = 'Reload'; //to translate -$strSmallBigAll = 'Small/Big All'; //to translate -$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate -$strMoveMenu = 'Move Menu'; //to translate -$strAngularLinks = 'Angular links'; //to translate -$strDirectLinks = 'Direct links'; //to translate -$strHideShowAll = 'Hide/Show all'; //to translate -$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate -$strInternalRelationAdded = 'Internal relation added'; //to translate -$strRelationDeleted = 'Relation deleted'; //to translate -$strToSelectRelation = 'To select relation, click :'; //to translate -$strExportImportToScale = 'Export/Import to scale'; //to translate -$strRecommended = 'recommended'; //to translate -$strToFromPage = 'to/from page'; //to translate -$strSelectReferencedKey = 'Select referenced key'; //to translate -$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate -$strHelp = 'Help'; //to translate -$strCancel = 'Cancel'; //to translate -$strDeleteRelation = 'Delete relation'; //to translate -$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate -$strStructureForView = 'Structure for view'; //to translate -$strStandInStructureForView = 'Stand-in structure for view'; //to translate -$strToggleSmallBig = 'Toggle small/big'; //to translate -$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate -$strErrorRelationAdded = 'Error: Relation not added.'; //to translate -$strErrorRelationExists = 'Error: relation already exists.'; //to translate -$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate -$strSnapToGrid = 'Snap to grid'; //to translate -$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate -$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate -$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate -$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate -$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate -$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate -$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate -$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate -$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate -$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate -$strViewName = 'VIEW name'; //to translate -$strOptions = 'Options'; //to translate -$strFiles = 'Files'; //to translate -$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate -$strRoutines = 'Routines'; //to translate -$strRoutineReturnType = 'Return type'; //to translate -$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate -$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate -$strRestartInsertion = 'Restart insertion with %s rows'; //to translate -$strTriggers = 'Triggers'; //to translate -$strEvent = 'Event'; //to translate -$strProfiling = 'Profiling'; //to translate -$strPartitionDefinition = 'PARTITION definition'; //to translate -$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate -$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate -$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate -$strPartitioned = 'partitioned'; //to translate -$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate -$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate -$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate -$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate -$strRowsDeleted = '%1$d row(s) deleted.'; //to translate -$strRowsAffected = '%1$d row(s) affected.'; //to translate -$strRowsInserted = '%1$d row(s) inserted.'; //to translate -$strInsertedRowId = 'Inserted row id: %1$d'; //to translate -$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate -$strPartitionMaintenance = 'Partition maintenance'; //to translate -$strPartition = 'Partition %s'; //to translate -$strAnalyze = 'Analyze'; //to translate -$strCheck = 'Check'; //to translate -$strOptimize = 'Optimize'; //to translate -$strRebuild = 'Rebuild'; //to translate -$strRepair = 'Repair'; //to translate -$strRemovePartitioning = 'Remove partitioning'; //to translate -$strSearchInField = 'Inside field:'; //to translate -$strTexyText = 'Texy! text'; //to translate -$strDetails = 'Details...'; //to translate -$strComment = 'Comment'; //to translate -$strPacked = 'Packed'; //to translate -$strActions = 'Actions'; //to translate -$strInterface = 'Interface'; //to translate -$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate -$strEvents = 'Events'; //to translate -$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate -$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate -$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate -$strRelationalKey = 'Relational key'; //to translate -$strRelationalDisplayField = 'Relational display field'; //to translate -$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate -$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate -$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate -$strSwekeyAuthenticating = 'Authenticating...'; //to translate -$strPBXTIndexCacheSize = 'Index cache size'; //to translate -$strPBXTRecordCacheSize = 'Record cache size'; //to translate -$strPBXTLogCacheSize = 'Log cache size'; //to translate -$strPBXTLogFileThreshold = 'Log file threshold'; //to translate -$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate -$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate -$strPBXTDataLogThreshold = 'Data log threshold'; //to translate -$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate -$strPBXTLogBufferSize = 'Log buffer size'; //to translate -$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate -$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate -$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate -$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate -$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate -$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate -$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate -$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate -$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate -$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate -$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate -$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate -$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate -$strPBXTLogFileCount = 'Log file count'; //to translate -$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate -$strAsDefined = 'As defined:'; //to translate -$strWiki = 'Wiki'; //to translate -$strWebServer = 'Web server'; //to translate -$strPHPExtension = 'PHP extension'; //to translate -$strCustomColor = 'Custom color'; //to translate -$strBLOBRepository = 'BLOB Repository'; //to translate -$strBLOBRepositoryDamaged = 'Damaged'; //to translate -$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate -$strBLOBRepositoryDisabled = 'Disabled'; //to translate -$strBLOBRepositoryDisable = 'Disable'; //to translate -$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate -$strBLOBRepositoryEnabled = 'Enabled'; //to translate -$strBLOBRepositoryEnable = 'Enable'; //to translate -$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate -$strBLOBRepositoryRepair = 'Repair'; //to translate -$strBLOBRepositoryStatus = 'Status'; //to translate -$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate -$strViewImage = 'View image'; //to translate -$strPlayAudio = 'Play audio'; //to translate -$strViewVideo = 'View video'; //to translate -$strDownloadFile = 'Download file'; //to translate -$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate -$strShowKeys = 'Only show keys'; //to translate -$strSetupServersAdd = 'Add a new server'; //to translate -$strSetupServersEdit = 'Edit server'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupTrue = 'yes'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupDisplay = 'Display'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupClear = 'Clear'; //to translate -$strSetupLoad = 'Load'; //to translate -$strSetupRestoreDefaultValue = 'Restore default value'; //to translate -$strSetupSetValue = 'Set value: %s'; //to translate -$strSetupWarning = 'Warning'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate -$strSetupShowForm = 'Show form'; //to translate -$strSetupOverview = 'Overview'; //to translate -$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate -$strSetupNoServers = 'There are no configured servers'; //to translate -$strSetupNewServer = 'New server'; //to translate -$strSetupDefaultLanguage = 'Default language'; //to translate -$strSetupDefaultServer = 'Default server'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupOptionNone = '- none -'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetupConfigurationFile = 'Configuration file'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate -$strSetupDonateLink = 'Donate'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate -$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate -$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupVersionCheck = 'Version check'; //to translate -$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate -$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate -$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate -$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate -$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate -$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate -$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate -$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate -$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate -$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate -$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate -$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate -$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate -$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate -$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate -$strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate -$strSetupForm_Server_config = 'Server configuration'; //to translate -$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate -$strSetupForm_Server_pmadb = 'PMA database'; //to translate -$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate -$strSetupForm_Import_export = 'Import / export'; //to translate -$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Security = 'Security'; //to translate -$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate -$strSetupForm_Sql_queries = 'SQL queries'; //to translate -$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate -$strSetupForm_Other_core_settings = 'Other core settings'; //to translate -$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate -$strSetupForm_Left_frame = 'Navigation frame'; //to translate -$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate -$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate -$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate -$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate -$strSetupForm_Main_frame = 'Main frame'; //to translate -$strSetupForm_Startup = 'Startup'; //to translate -$strSetupForm_Startup_desc = 'Customize startup page'; //to translate -$strSetupForm_Browse = 'Browse mode'; //to translate -$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate -$strSetupForm_Edit = 'Edit mode'; //to translate -$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate -$strSetupForm_Tabs = 'Tabs'; //to translate -$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate -$strSetupForm_Sql_box = 'SQL Query box'; //to translate -$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate -$strSetupForm_Import_defaults = 'Import defaults'; //to translate -$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate -$strSetupForm_Export_defaults = 'Export defaults'; //to translate -$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate -$strSetupForm_Query_window = 'Query window'; //to translate -$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate -$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate -$strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_socket_name = 'Server socket'; //to translate -$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_ssl_name = 'Use SSL'; //to translate -$strSetupServers_ssl_desc = ''; //to translate -$strSetupServers_connect_type_name = 'Connection type'; //to translate -$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate -$strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_compress_name = 'Compress connection'; //to translate -$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate -$strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate -$strSetupServers_user_name = 'User for config auth'; //to translate -$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_password_name = 'Password for config auth'; //to translate -$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_nopassword_name = 'Connect without password'; //to translate -$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate -$strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate -$strSetupServers_SignonURL_name = 'Signon URL'; //to translate -$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate -$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_only_db_name = 'Show only listed databases'; //to translate -$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate -$strSetupServers_hide_db_name = 'Hide databases'; //to translate -$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate -$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate -$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate -$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate -$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate -$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate -$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate -$strSetupServers_CountTables_name = 'Count tables'; //to translate -$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate -$strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate -$strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate -$strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_verbose_check_name = 'Verbose check'; //to translate -$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate -$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate -$strSetupServers_table_info_name = 'Display fields table'; //to translate -$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate -$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate -$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate -$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate -$strSetupServers_column_info_name = 'Column information table'; //to translate -$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate -$strSetupServers_history_name = 'SQL query history table'; //to translate -$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate -$strSetupServers_designer_coords_name = 'Designer table'; //to translate -$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate -$strSetupUploadDir_name = 'Upload directory'; //to translate -$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate -$strSetupSaveDir_name = 'Save directory'; //to translate -$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate -$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate -$strSetupDefaultCharset_name = 'Default character set'; //to translate -$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate -$strSetupRecodingEngine_name = 'Recoding engine'; //to translate -$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupZipDump_name = 'ZIP'; //to translate -$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupBZipDump_name = 'Bzip2'; //to translate -$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate -$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate -$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate -$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate -$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate -$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate -$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate -$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate -$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate -$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupShowSQL_name = 'Show SQL queries'; //to translate -$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate -$strSetupConfirm_name = 'Confirm DROP queries'; //to translate -$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate -$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate -$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Query history length'; //to translate -$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate -$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupOBGzip_name = 'GZip output buffering'; //to translate -$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate -$strSetupPersistentConnections_name = 'Persistent connections'; //to translate -$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate -$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate -$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate -$strSetupUseDbSearch_name = 'Use database search'; //to translate -$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate -$strSetupLeftFrameLight_name = 'Use light version'; //to translate -$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate -$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate -$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate -$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate -$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate -$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate -$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate -$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate -$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate -$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate -$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate -$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate -$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate -$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate -$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate -$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate -$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate -$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate -$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate -$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate -$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate -$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate -$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate -$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate -$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate -$strSetupShowStats_name = 'Show statistics'; //to translate -$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate -$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate -$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate -$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate -$strSetupShowChgPassword_name = 'Show password change form'; //to translate -$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate -$strSetupShowCreateDb_name = 'Show create database form'; //to translate -$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate -$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate -$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate -$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupShowAll_name = 'Allow to display all the rows'; //to translate -$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate -$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate -$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate -$strSetupOrder_name = 'Default sorting order'; //to translate -$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate -$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate -$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate -$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate -$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate -$strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate -$strSetupShowFunctionFields_name = 'Show function fields'; //to translate -$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate -$strSetupCharEditing_name = 'CHAR fields editing'; //to translate -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate -$strSetupInsertRows_name = 'Number of inserted rows'; //to translate -$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate -$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate -$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate -$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate -$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate -$strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate -$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate -$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupDefaultTabServer_name = 'Default server tab'; //to translate -$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate -$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate -$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate -$strSetupDefaultTabTable_name = 'Default table tab'; //to translate -$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate -$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate -$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate -$strSetupSQLQuery_Edit_name = 'Edit'; //to translate -$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate -$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate -$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate -$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate -$strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate -$strSetupImport_allow_interrupt_desc = '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.'; //to translate -$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate -$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate -$strSetupExport_format_name = 'Format'; //to translate -$strSetupExport_compression_name = 'Compression'; //to translate -$strSetupExport_asfile_name = 'Save as file'; //to translate -$strSetupExport_charset_name = 'Character set of the file'; //to translate -$strSetupExport_onserver_name = 'Save on server'; //to translate -$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate -$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate -$strSetupExport_file_template_table_name = 'Table name template'; //to translate -$strSetupExport_file_template_database_name = 'Database name template'; //to translate -$strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate -$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate -$strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate -$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate -$strShowBinaryContents = 'Show binary contents'; //to translate -$strShowBLOBContents = 'Show BLOB contents'; //to translate -$strStatic = 'static'; //to translate -$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate -$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate -$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate -$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate -$strGetMoreThemes = 'Get more themes!'; //to translate -$strNoneDefault = 'None'; //to translate ?>