[ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
1 <?php 2 /* $Id: chinese_simplified-utf-8.inc.php 10439 2007-06-15 17:13:29Z lem9 $ */ 3 4 /** 5 * Last translation by: Funda Wang <fundawang@en2china.com> 6 * update by Simon <simon@venustech.com.cn> 7 */ 8 9 $charset = 'utf-8'; 10 $allow_recoding = TRUE; 11 $text_dir = 'ltr'; 12 $number_thousands_separator = ','; 13 $number_decimal_separator = '.'; 14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa 15 $byteUnits = array('字节', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); 16 17 $mysql_5_1_doc_lang = 'zh'; 18 19 $day_of_week = array('周日', '周一', '周二', '周三', '周四', '周五', '周六'); 20 $month = array('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'); 21 // See http://www.php.net/manual/en/function.strftime.php to define the 22 // variable below 23 $datefmt = '%Y 年 %m 月 %d 日 %H:%M'; 24 25 $timespanfmt = '%s 天 %s 小时,%s 分 %s 秒'; 26 27 $strAbortedClients = '中止'; 28 $strAccessDenied = '访问被拒绝'; 29 $strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。'; 30 $strAction = '操作'; 31 $strAddAutoIncrement = '添加 AUTO_INCREMENT 值'; 32 $strAddConstraints = '强制添加'; 33 $strAddDeleteColumn = '添加/删除字段列'; 34 $strAddDeleteRow = '添加/删除条件行'; 35 $strAddFields = '添加 %s 字段'; 36 $strAddHeaderComment = '在标题中增加一个定制的注释 (\\n 行隔离符)'; 37 $strAddIntoComments = '添加进注释'; 38 $strAddNewField = '添加新字段'; 39 $strAddPrivilegesOnDb = '在下列数据库添加权限'; 40 $strAddPrivilegesOnTbl = '在下列表添加权限'; 41 $strAddSearchConditions = '添加搜索条件(“where”语句的主体):'; 42 $strAddToIndex = '添加到 %s 列'; 43 $strAddUserMessage = '您已添加了一个新用户。'; 44 $strAddUser = '添加新用户'; 45 $strAdministration = '管理'; 46 $strAffectedRows = '影响列数:'; 47 $strAfterInsertBack = '后退到上一页'; 48 $strAfterInsertNewInsert = '插入新的一行'; 49 $strAfterInsertNext = '编辑下一行'; 50 $strAfterInsertSame = '返回这一页'; 51 $strAfter = '于 %s 之后'; 52 $strAll = '全部'; 53 $strAllTableSameWidth = '以相同宽度显示所有表吗?'; 54 $strAlterOrderBy = '更改表顺序,依据'; 55 $strAnalyzeTable = '分析表'; 56 $strAnd = '与'; 57 $strAnIndex = '索引已经添加到 %s'; 58 $strAny = '任意'; 59 $strAnyHost = '任意主机'; 60 $strAnyUser = '任意用户'; 61 $strApproximateCount = '可能接近. 请参看 FAQ 3.11'; 62 $strAPrimaryKey = '主键已经添加到 %s'; 63 $strArabic = '阿拉伯语'; 64 $strArmenian = '亚美尼亚语'; 65 $strAscending = '递增'; 66 $strAtBeginningOfTable = '于表开头'; 67 $strAtEndOfTable = '于表结尾'; 68 $strAttr = '属性'; 69 $strAutomaticLayout = '自动套用格式'; 70 71 $strBack = '返回'; 72 $strBaltic = '巴拉克语'; 73 $strBeginCut = '开始剪切'; 74 $strBeginRaw = '开始原文'; 75 $strBinary = '二进制'; 76 $strBinaryDoNotEdit = '二进制 - 无法编辑'; 77 $strBinaryLog = '二进制日志'; 78 $strBinLogEventType = '事件类型'; 79 $strBinLogInfo = '信息'; 80 $strBinLogName = '日志文件名'; 81 $strBinLogOriginalPosition = '初始位置'; 82 $strBinLogPosition = '位置'; 83 $strBinLogServerId = '服务器ID'; 84 $strBookmarkAllUsers = '让每个用户都可以访问这个书签'; 85 $strBookmarkDeleted = '书签已经删除。'; 86 $strBookmarkLabel = '标签'; 87 $strBookmarkQuery = '已加书签的 SQL 查询'; 88 $strBookmarkThis = '将此 SQL 查询加为书签'; 89 $strBookmarkView = '只查看'; 90 $strBrowse = '浏览'; 91 $strBrowseForeignValues = '浏览不相关的值'; 92 $strBulgarian = '保加利亚语'; 93 $strBzError = 'phpMyAdmin 无法压缩转存,原因是此版本 php 中的 Bz2 模块损坏。强制将 phpMyAdmin 配置文件中的 <code>$cfg[\'BZipDump\']</code> 设置为 <code>FALSE</code>。如果您想使用 Bz2 压缩功能,请更新 php 的版本。详情请参看 php 错误报告 %s。'; 94 $strBzip = 'bzip 压缩'; 95 96 $strCalendar = '日历'; 97 $strCannotLogin = '无法登入 MySQL 服务器'; 98 $strCantLoadRecodeIconv = '无法载入 iconv 或者进行字符集转换所需的重编码扩展程序,请配置 php 允许使用这些扩展或者在 phpMyAdmin 中禁用字符集转换功能。'; 99 $strCantLoad = '无法载入 %s 扩展,<br />请检查 PHP 配置'; 100 $strCantRenameIdxToPrimary = '无法将索引更名为 PRIMARY!'; 101 $strCantUseRecodeIconv = '载入扩展报告时 iconv,libiconv 和 recode_string 都无法使用。请检查您的 php 配置。'; 102 $strCardinality = '基数'; 103 $strCaseInsensitive = '不区分大小写'; 104 $strCaseSensitive = '区分大小写'; 105 $strCentralEuropean = '中欧'; 106 $strChange = '更改'; 107 $strChangeCopyModeCopy = '... 保留旧用户。'; 108 $strChangeCopyModeDeleteAndReload = ' ... 从用户表中删除旧用户,然后重新载入权限。'; 109 $strChangeCopyModeJustDelete = ' ... 从用户表中删除旧用户。'; 110 $strChangeCopyModeRevoke = ' ... 收回旧用户的所有激活权限,然后删除旧用户。'; 111 $strChangeCopyMode = '创建带有相同权限的新用户并 ...'; 112 $strChangeCopyUser = '更改登录信息/复制用户'; 113 $strChangeDisplay = '选择要显示的字段'; 114 $strChangePassword = '更改密码'; 115 $strCharset = '字符集'; 116 $strCharsetOfFile = '文件的字符集:'; 117 $strCharsets = '字符集'; 118 $strCharsetsAndCollations = '字符集和整理'; 119 $strCheckAll = '全选'; 120 $strCheckOverhead = '彻底检查'; 121 $strCheckPrivs = '检查权限'; 122 $strCheckPrivsLong = '检查数据库“%s”的权限。'; 123 $strCheckTable = '检查表'; 124 $strChoosePage = '请选择需要编辑的页号'; 125 $strColComFeat = '显示列注解'; 126 $strCollation = '整理'; 127 $strColumnNames = '列名'; 128 $strColumnPrivileges = '按列指定权限'; 129 $strCommand = '命令'; 130 $strCommentsForTable = '表的注释'; 131 $strComments = '注释'; 132 $strCompatibleHashing = 'MySQL 4.0 兼容'; 133 $strCompleteInserts = '完整插入'; 134 $strCompression = '压缩'; 135 $strConfigFileError = 'phpMyAdmin 无法读取您的配置文件!<br />这可能是因为 php 发现了语法错误或 php 未能找到文档。<br />请直接使用下面的链接调用配置文件,然后读取您收到的 php 错误提示。通常的错误都是因为某处漏了引号或分号。<br />如果您看到的是一个空白页,则代表没有任何问题。'; 136 $strConfigureTableCoord = '请配置表 %s 的坐标'; 137 $strConnectionError = '无法连接:非法设置。'; 138 $strConnections = '连接'; 139 $strConstraintsForDumped = '限制导出的表'; 140 $strConstraintsForTable = '限制表'; 141 $strCookiesRequired = 'Cookies 必须启用才能登入。'; 142 $strCopyDatabaseOK = '数据库 %s已经被复制到%s'; 143 $strCopyTable = '将表复制到(数据库名<b>.</b>表名):'; 144 $strCopyTableOK = '表 %s 已经成功复制为 %s。'; 145 $strCopyTableSameNames = '无法将表复制为相同名称!'; 146 $strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。可能该线程已经关闭。'; 147 $strCreate = '创建'; 148 $strCreateIndex = '在第 %s 列创建索引'; 149 $strCreateIndexTopic = '创建新索引'; 150 $strCreateNewDatabase = '创建一个新的数据库'; 151 $strCreateNewTable = '在数据库 %s 中创建一个新表'; 152 $strCreatePage = '创建新页'; 153 $strCreatePdfFeat = '创建 PDF'; 154 $strCreationDates = '创建/更新/日期检查'; 155 $strCriteria = '条件'; 156 $strCroatian = '克罗地亚语'; 157 $strCSVOptions = 'CSV 选项'; 158 $strCyrillic = '西里尔语'; 159 $strCzech = '捷克语'; 160 $strCzechSlovak = '捷克斯洛伐克语'; 161 162 $strDanish = '丹麦语'; 163 $strData = '数据'; 164 $strDatabase = '数据库'; 165 $strDatabaseEmpty = '这个数据库名字是空!'; 166 $strDatabaseExportOptions = '数据库导出选项'; 167 $strDatabaseHasBeenDropped = '数据库 %s 已被删除。'; 168 $strDatabases = '数据库'; 169 $strDatabasesDropped = '已经成功删除了 %s 个数据库。'; 170 $strDatabasesStats = '数据库统计'; 171 $strDatabasesStatsDisable = '禁用统计'; 172 $strDatabasesStatsEnable = '启用统计'; 173 $strDatabasesStatsHeavyTraffic = '注意:在此启用数据库统计可能导致网站服务器和 MySQL 服务器之间的流量骤增。'; 174 $strDataDict = '数据字典'; 175 $strDataOnly = '只有数据'; 176 $strDBComment = '数据库注释:'; 177 $strDBCopy = '复制数据库到'; 178 $strDbPrivileges = '按数据库指定权限'; 179 $strDBRename = '重新命名数据库为 '; 180 $strDbSpecific = '按数据库指定'; 181 $strDefault = '默认'; 182 $strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜线或引号,请用此格式:a'; 183 $strDefragment = '整理表碎片'; 184 $strDelayedInserts = '延时插入'; 185 $strDelete = '删除'; 186 $strDeleteAndFlushDescr = '这是一个最干净的做法,但重新读取权限需一段时间。'; 187 $strDeleteAndFlush = '删除用户并重新读取权限。'; 188 $strDeleted = '该行已经被删除。'; 189 $strDeletedRows = '已删除行数:'; 190 $strDeleting = '正在删除 %s'; 191 $strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?'; 192 $strDescending = '递减'; 193 $strDescription = '描述'; 194 $strDictionary = '字典'; 195 $strDisabled = '已禁用'; 196 $strDisableForeignChecks = '禁止选定不相关的主键'; 197 $strDisplayFeat = '显示特性'; 198 $strDisplayOrder = '显示顺序'; 199 $strDisplayPDF = '显示 PDF 大纲'; 200 $strDoAQuery = '执行“按例查询”(通配符:“%”)'; 201 $strDocu = '文档'; 202 $strDoYouReally = '您真的要'; 203 $strDrop = '删除'; 204 $strDropDatabaseStrongWarning = '您将要删除一个完整的数据库!'; 205 $strDropUsersDb = '删除与用户名称相同的数据库。'; 206 $strDumpingData = '导出表中的数据'; 207 $strDumpSaved = '转存已经保存到文件 %s 中了。'; 208 $strDumpXRows = '转存 %s 行,从记录 #%s 开始。'; 209 $strDynamic = '动态'; 210 211 $strEdit = '编辑'; 212 $strEditPDFPages = '编辑 PDF 页'; 213 $strEditPrivileges = '编辑权限'; 214 $strEffective = '有效'; 215 $strEmpty = '清空'; 216 $strEmptyResultSet = 'MySQL 返回的查询结果为空(即零行)。'; 217 $strEnabled = '已启用'; 218 $strEncloseInTransaction = '处理事务中封装输出'; 219 $strEnd = '结束'; 220 $strEndCut = '结束剪切'; 221 $strEndRaw = '结束原文'; 222 $strEnglish = '英语'; 223 $strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 '; 224 $strError = '错误'; 225 $strEscapeWildcards = '通配符 _ 及 % 应正确地加入 \ '; 226 $strEstonian = '爱沙尼亚语'; 227 $strExcelEdition = 'Excel 版本'; 228 $strExcelOptions = 'Excel 选项'; 229 $strExecuteBookmarked = '执行书签中的查询'; 230 $strExplain = '解释 SQL'; 231 $strExport = '导出'; 232 $strExtendedInserts = '扩展插入'; 233 $strExtra = '额外'; 234 235 $strFailedAttempts = '尝试失败'; 236 $strField = '字段'; 237 $strFieldHasBeenDropped = '字段 %s 已被删除'; 238 $strFields = '字段数'; 239 $strFieldsEmpty = ' 字段总数是空的!'; 240 $strFieldsEnclosedBy = '包裹字段的字符'; 241 $strFieldsEscapedBy = '转义字段的字符'; 242 $strFieldsTerminatedBy = '分隔字段的字符'; 243 $strFileAlreadyExists = '文件 %s 已经存在于服务器上,请更改文件名或者选中覆盖选项。'; 244 $strFileCouldNotBeRead = '文件无法读取'; 245 $strFileNameTemplate = '文件名模板'; 246 $strFileNameTemplateRemember = '记住模板'; 247 $strFixed = '固定'; 248 $strFlushPrivilegesNote = '注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。'; 249 $strFlushTable = '强制更新资料表("FLUSH")'; 250 $strFormat = '格式'; 251 $strFormEmpty = '表单内缺少值!'; 252 $strFullText = '完整文字'; 253 $strFunction = '函数'; 254 255 $strGenBy = '生成者'; 256 $strGeneralRelationFeat = '一般关系特性'; 257 $strGenTime = '生成日期'; 258 $strGeorgian = '乔治亚语'; 259 $strGerman = '德语'; 260 $strGlobal = '全局'; 261 $strGlobalPrivileges = '全局权限'; 262 $strGlobalValue = '全局值'; 263 $strGo = '执行'; 264 $strGrantOption = '授权'; 265 $strGreek = '希腊语'; 266 $strGzip = 'gzip 压缩'; 267 268 $strHasBeenAltered = '已经被修改。'; 269 $strHasBeenCreated = '已经建立。'; 270 $strHaveToShow = '您需要最少选择显示一列'; 271 $strHebrew = '希伯来语'; 272 $strHexForBinary = '二进制区域使用十六进制显示'; 273 $strHome = '主目录'; 274 $strHomepageOfficial = 'phpMyAdmin 官方网站'; 275 $strHost = '主机'; 276 $strHostEmpty = '主机名称是空的!'; 277 $strHungarian = '匈牙利语'; 278 279 $strIcelandic = '冰岛语'; 280 $strId = 'ID'; // use eng 281 $strIdxFulltext = '全文搜索'; 282 $strIgnore = '忽略'; 283 $strIgnoreInserts = '忽略插入'; 284 $strImportFiles = '导入文件'; 285 $strIndex = '索引'; 286 $strIndexes = '索引'; 287 $strIndexHasBeenDropped = '索引 %s 已被删除'; 288 $strIndexName = '索引名称:'; 289 $strIndexType = '索引类型:'; 290 $strIndexWarningMultiple = '警告:超过一个 %s 键被设在字段 `%s`中'; 291 $strIndexWarningPrimary = '警告:主键PRIMARY与索引键INDEX不应同时设在字段 `%s` 中'; 292 $strIndexWarningTable = '警告:数据表 `%s`的索引存在问题'; 293 $strIndexWarningUnique = '警告:唯一键UNIQUE与索引键INDEX不应同时设在字段 `%s` 中'; 294 $strInnodbStat = 'InnoDB 状态'; 295 $strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。'; 296 $strInsert = '插入'; 297 $strInsertAsNewRow = '以新行插入'; 298 $strInsertedRowId = '插入行 id:'; 299 $strInsertedRows = '插入的行数:'; 300 $strInternalNotNecessary = '当 * 也存在于InnoDB中的时候,内部关联并不必要。'; 301 $strInternalRelations = '内在联系'; 302 $strInUse = '使用中'; 303 304 $strJapanese = '日语'; 305 $strJumpToDB = '跳到数据库“%s”。'; 306 $strJustDeleteDescr = '“删除”的用户仍然能像往常一样登入数据库,直至重新载入权限。'; 307 $strJustDelete = '只从权限数据库删除用户。'; 308 309 $strKeepPass = '请不要更改密码'; 310 $strKeyname = '键名'; 311 $strKill = 'Kill'; //should expressed in English 312 $strKorean = '朝鲜语'; 313 314 $strLandscape = '横向'; 315 $strLatexCaption = '表的标题'; 316 $strLatexContent = '__TABLE__ 表的内容'; 317 $strLatexContinued = '(延续的)'; 318 $strLatexContinuedCaption = '延续的表的标题'; 319 $strLatexIncludeCaption = '包含表的标题'; 320 $strLatexLabel = '关键标签'; 321 $strLaTeX = 'LaTeX'; // use eng 322 $strLaTeXOptions = 'LaTeX 选项'; 323 $strLatexStructure = '__TABLE__ 表的结构'; 324 $strLatvian = '拉脱维亚语'; 325 $strLengthSet = '长度/值*'; 326 $strLimitNumRows = '每页行数'; 327 $strLinesTerminatedBy = '行终止的字符'; 328 $strLinkNotFound = '找不到链接'; 329 $strLinksTo = '链接到'; 330 $strLithuanian = '立陶宛语'; 331 $strLocalhost = '本地'; 332 $strLocationTextfile = '文本文件的位置'; 333 $strLogin = '登入'; 334 $strLoginInformation = '登入信息'; 335 $strLogout = '登出'; 336 $strLogPassword = '密码:'; 337 $strLogServer = '服务器'; 338 $strLogUsername = '登入名称:'; 339 340 $strMaximumSize = '最大限制:%s %s'; 341 $strMbExtensionMissing = '没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.'; 342 $strMbOverloadWarning = '警告:你在PHP设置文件中设置了 mbstring.func_overload. 这个选项和phpMyAdmin不兼容,可能会导致一些数据被截断!'; 343 $strMIME_available_mime = '可用的 MIME 类型'; 344 $strMIME_available_transform = '可用的变换'; 345 $strMIME_description = '描述'; 346 $strMIME_MIMEtype = 'MIME 类型'; 347 $strMIME_nodescription = '此变换无可用的描述。<br />详细功能请询问 %s 的作者。'; 348 $strMIME_transformation_note = '要获得可用变换选项的清单及对应的 MIME 类型变换,请单击%s变换描述%s'; 349 $strMIME_transformation_options_note = '请使用此格式输入变换选项的值:\'a\', 100, b,\'c\'...<br />如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。'; 350 $strMIME_transformation_options = '变换选项'; 351 $strMIME_transformation = '浏览器变换'; 352 $strMIMETypesForTable = 'MIME 类型表'; 353 $strMIME_without = '以斜体打印的 MIME 类型没有单独的变换函数'; 354 $strModifications = '修改已经保存。'; 355 $strModify = '修改'; 356 $strModifyIndexTopic = '修改索引'; 357 $strMoveTable = '将表移动到(数据库名<b>.</b>表名):'; 358 $strMoveTableOK = '表 %s 已经移动到 %s。'; 359 $strMoveTableSameNames = '无法将表移动为相同名称!'; 360 $strMultilingual = '多语言'; 361 $strMySQLCharset = 'MySQL 字符集'; 362 $strMySQLConnectionCollation = 'MySQL 连接校对'; 363 $strMySQLSaid = 'MySQL 返回:'; 364 $strMySQLShowProcess = '显示进程'; 365 $strMySQLShowStatus = '显示 MySQL 的运行信息'; 366 $strMySQLShowVars = '显示 MySQL 的系统变量'; 367 368 $strName = '名字'; 369 $strNext = '下一个'; 370 $strNo = '否'; 371 $strNoActivity = '持续 %s 秒以上的非活动状态,导致超时,请重新登录'; 372 $strNoDatabases = '无数据库'; 373 $strNoDatabasesSelected = '没有选中数据库。'; 374 $strNoDescription = '无描述'; 375 $strNoDropDatabases = '已经禁用“DROP DATABASE”语句。'; 376 $strNoExplain = '略过解释 SQL'; 377 $strNoFrames = 'phpMyAdmin 更适合在支持<b>框架</b>的浏览器中使用。'; 378 $strNoIndexPartsDefined = '没有定义的索引部分!'; 379 $strNoIndex = '没有已定义的索引!'; 380 $strNoModification = '无更改'; 381 $strNone = '无'; 382 $strNoOptions = '这种格式并无选项'; 383 $strNoPassword = '无密码'; 384 $strNoPermission = '网站服务器不允许保存文件 %s。'; 385 $strNoPhp = '无 PHP 代码'; 386 $strNoPrivileges = '无权限'; 387 $strNoRights = '您现在没有足够的权限在此出现!'; 388 $strNoRowsSelected = '未选择行'; 389 $strNoSpace = '没有足够的空间保存文件 %s。'; 390 $strNoTablesFound = '数据库中没有表。'; 391 $strNoThemeSupport = '不支持主题,检查你的设置以及主题文件夹 %s.'; 392 $strNotNumber = '这不是一个数字!'; 393 $strNotOK = '不好'; 394 $strNotSet = '<b>%s</b> 表找不到或还未在 %s 设定'; 395 $strNoUsersFound = '找不到用户。'; 396 $strNoValidateSQL = '略过校验 SQL'; 397 $strNull = 'Null'; 398 $strNumSearchResultsInTable = '%s 个匹配项 - 于表 <i>%s</i> 中'; 399 $strNumSearchResultsTotal = '<b>总计:</b> <i>%s</i> 个匹配项'; 400 $strNumTables = '个表'; 401 402 $strOK = '确定'; 403 $strOperations = '操作'; 404 $strOperator = '操作员'; 405 $strOptimizeTable = '优化表'; 406 $strOr = '或'; 407 $strOverhead = '多余'; 408 $strOverwriteExisting = '覆盖已有文件'; 409 410 $strPageNumber = '页号:'; 411 $strPaperSize = '纸张大小'; 412 $strPartialText = '部分文字'; 413 $strPassword = '密码'; 414 $strPasswordChanged = '%s 的密码已成功更改。'; 415 $strPasswordEmpty = '密码是空的!'; 416 $strPasswordHashing = '密码哈希'; 417 $strPasswordNotSame = '密码并非相同!'; 418 $strPdfDbSchema = '“%s”数据库大纲 - 第 %s 页'; 419 $strPdfInvalidTblName = '表“%s”不存在!'; 420 $strPdfNoTables = '没有表'; 421 $strPerHour = '每小时'; 422 $strPerMinute = '每分钟'; 423 $strPerSecond = '每秒'; 424 $strPersian = '波斯语'; 425 $strPhoneBook = '电话本'; 426 $strPHP40203 = '您正使用 PHP 版本 4.2.3,该版本有一个双字节字符(mbstring)的严重错误。请参阅 PHP 臭虫报告 19404。phpMyAdmin 并不建议使用这个版本的 PHP。'; 427 $strPhp = '创建 PHP 代码'; 428 $strPHPVersion = 'PHP 版本'; 429 $strPmaDocumentation = 'phpMyAdmin 文档'; 430 $strPmaUriError = '必须在您的配置文件中设定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 指令!'; 431 $strPolish = '波兰语'; 432 $strPortrait = '纵向'; 433 $strPos1 = '开始'; 434 $strPrevious = '前一个'; 435 $strPrimary = '主键'; 436 $strPrimaryKeyHasBeenDropped = '主键已被删除'; 437 $strPrimaryKeyName = '主键的名称必须称为 PRIMARY!'; 438 $strPrimaryKeyWarning = '(“PRIMARY”<b>必须</b>是主键的名称,并且主键必须<b>唯一</b>!)'; 439 $strPrint = '打印'; 440 $strPrintView = '打印预览'; 441 $strPrintViewFull = '打印预览 (全文显示)'; 442 $strPrivDescAllPrivileges = '包括所有权限除了授权 (GRANT)。'; 443 $strPrivDescAlter = '允许修改现有表的结构。'; 444 $strPrivDescCreateDb = '允许创建新数据库和表。'; 445 $strPrivDescCreateTbl = '允许创建新表。'; 446 $strPrivDescCreateTmpTable = '允许创建暂时表。'; 447 $strPrivDescDelete = '允许删除数据。'; 448 $strPrivDescDropDb = '允许删除数据库和表。'; 449 $strPrivDescDropTbl = '允许删除表。'; 450 $strPrivDescExecute = '允许运行存储过程;在此版本的 MySQL 中无效。'; 451 $strPrivDescFile = '允许从文件中导入数据以及将数据导出至文件。'; 452 $strPrivDescGrant = '允许添加用户和权限,而不允许重新载入权限表。'; 453 $strPrivDescIndex = '允许创建和删除索引。'; 454 $strPrivDescInsert = '允许插入和替换数据。'; 455 $strPrivDescLockTables = '允许锁住当前线索的表。'; 456 $strPrivDescMaxConnections = '限制用户每小时打开的新连接数。'; 457 $strPrivDescMaxQuestions = '限制用户每小时可发送的查询数。'; 458 $strPrivDescMaxUpdates = '限制用户每小时可执行的将会更改任何表或数据库的命令数。'; 459 $strPrivDescProcess3 = '允许杀死其它用户的进程。'; 460 $strPrivDescProcess4 = '允许查看进程列表中的完整查询。'; 461 $strPrivDescReferences = '在此版本的 MySQL 中无效。'; 462 $strPrivDescReload = '允许重新载入服务器设置并刷新服务器的缓存。'; 463 $strPrivDescReplClient = '用户有权询问附属者/控制者在哪里。'; 464 $strPrivDescReplSlave = '回复附属者所需。'; 465 $strPrivDescSelect = '允许读取数据。'; 466 $strPrivDescShowDb = '允许访问完整的数据库列表。'; 467 $strPrivDescShutdown = '允许关闭服务器。'; 468 $strPrivDescSuper = '允许在达到最大允许数目时仍进行连接;对于大多数像设置全局变量或杀死其它用户线程这样的管理操作是必需的。'; 469 $strPrivDescUpdate = '允许更改数据。'; 470 $strPrivDescUsage = '无权限。'; 471 $strPrivileges = '权限'; 472 $strPrivilegesReloaded = '权限已经成功载入。'; 473 $strProcesses = '进程'; 474 $strProcesslist = '进程列表'; 475 $strPutColNames = '将字段名称放在首行'; 476 477 $strQBE = '查询'; 478 $strQBEDel = '删除'; 479 $strQBEIns = '添加'; 480 $strQueryFrame = '查询窗口'; 481 $strQueryOnDb = '在数据库 <b>%s</b> 执行 SQL 语句:'; 482 $strQuerySQLHistory = 'SQL 历史'; 483 $strQueryStatistics = '<b>查询统计</b>:自从启动后,服务器共收到了 %s 次查询。'; 484 $strQueryTime = '查询花费 %01.4f 秒'; 485 $strQueryType = '查询方式'; 486 $strQueryWindowLock = '不从窗口外覆盖此查询'; 487 488 $strReceived = '已收到'; 489 $strRecords = '记录数'; 490 $strReferentialIntegrity = '检查引用完整性:'; 491 $strRefresh = '刷新'; 492 $strRelationalSchema = '关系大纲'; 493 $strRelationNotWorking = '使用链接表的额外特性尚未激活。要查出原因,请单击%s此处%s。'; 494 $strRelations = '关系'; 495 $strRelationsForTable = '表的关联'; 496 $strRelationView = '关系查看'; 497 $strReloadingThePrivileges = '重新载入权限'; 498 $strRemoveSelectedUsers = '删除选中用户'; 499 $strRenameDatabaseOK = '数据库 %s 已经被重命名为 %s'; 500 $strRenameTableOK = '表 %s 名字已经被改成 %s。'; 501 $strRenameTable = '将表改名为'; 502 $strRepairTable = '修复表'; 503 $strReplaceNULLBy = '将 NULL 替换为'; 504 $strReplaceTable = '将表的数据用此文件替换:'; 505 $strReset = '重置'; 506 $strResourceLimits = '资源限制'; 507 $strReType = '重新输入'; 508 $strRevoke = '收回'; 509 $strRevokeAndDeleteDescr = '用户仍然拥有 USAGE 权限,直到权限重载。'; 510 $strRevokeAndDelete = '收回用户的所有激活权限,然后删除用户。'; 511 $strRevokeMessage = '您已收回 %s 的权限'; 512 $strRomanian = '罗马尼亚语'; 513 $strRowLength = '行长度'; 514 $strRows = '行数'; 515 $strRowsFrom = '行,开始行数:'; 516 $strRowSize = ' 行大小 '; 517 $strRowsModeFlippedHorizontal = '水平(旋转标题)'; 518 $strRowsModeHorizontal = '水平'; 519 $strRowsModeOptions = '以 %s 模式显示,并且在 %s 个单元格后重复标题'; 520 $strRowsModeVertical = '垂直'; 521 $strRowsStatistic = '行统计'; 522 $strRunning = '运行于 %s'; 523 $strRunQuery = '提交查询'; 524 $strRunSQLQuery = '在数据库 %s 运行 SQL 查询'; 525 $strRussian = '俄语'; 526 527 $strSave = '保存'; 528 $strSaveOnServer = '保存于服务器的 %s 目录'; 529 $strScaleFactorSmall = '比例因子太小,无法在一页中显示大纲'; 530 $strSearch = '搜索'; 531 $strSearchFormTitle = '搜索数据库'; 532 $strSearchInTables = '于以下表:'; 533 $strSearchNeedle = '查找的文字或数值(通配符:“%”):'; 534 $strSearchOption1 = '至少一个单词'; 535 $strSearchOption2 = '所有单词'; 536 $strSearchOption3 = '精确短语'; 537 $strSearchOption4 = '按正规表达式'; 538 $strSearchResultsFor = '“<i>%s</i>”的搜索结果 %s:'; 539 $strSearchType = '查找:'; 540 $strSecretRequired = '配置文件现在需要绝密的短语密码(blowfish_secret)。'; 541 $strSelectADb = '请选择数据库'; 542 $strSelectAll = '全选'; 543 $strSelectBinaryLog = '选择查看二进制日志'; 544 $strSelectFields = '至少选择一个字段:'; 545 $strSelectNumRows = '查询中'; 546 $strSelectTables = '选择表'; 547 $strSend = '另存为文件'; 548 $strSent = '送出'; 549 $strServer = '服务器'; 550 $strServerChoice = '选择服务器'; 551 $strServerNotResponding = '服务器没有响应'; 552 $strServerStatusUptime = '此 MySQL 服务器已经运行了 %s,启动时间为 %s。'; 553 $strServerStatus = '运行信息'; 554 $strServerTabVariables = '变量'; 555 $strServerTrafficNotes = '<b>服务器流量</b>:这些表显示了此 MySQL 服务器自启动以来的网络流量统计。'; 556 $strServerVars = '服务器变量和设置'; 557 $strServerVersion = '服务器版本'; 558 $strSessionValue = '会话值'; 559 $strSetEnumVal = '如字段类型是“enum”或“set”,请使用以下的格式输入:\'a\',\'b\',\'c\'...<br />如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。'; 560 $strShow = '显示'; 561 $strShowAll = '全部显示'; 562 $strShowColor = '显示颜色'; 563 $strShowDatadictAs = '数据字典格式'; 564 $strShowFullQueries = '显示完整查询'; 565 $strShowGrid = '显示网格'; 566 $strShowingRecords = '显示行'; 567 $strShowPHPInfo = '显示 PHP 信息'; 568 $strShowTableDimension = '显示表格大小'; 569 $strShowTables = '显示表'; 570 $strShowThisQuery = ' 在此再次显示此查询 '; 571 $strSimplifiedChinese = '简体中文'; 572 $strSingly = '(逐一)'; 573 $strSize = '大小'; 574 $strSlovak = '斯洛伐克语'; 575 $strSlovenian = '斯洛文尼亚语'; 576 $strSort = '排序'; 577 $strSortByKey = '主键排序'; 578 $strSpaceUsage = '已使用空间'; 579 $strSpanish = '西班牙语'; 580 $strSplitWordsWithSpace = '每个单词以空格 (" ") 分隔。'; 581 $strSQLExportType = '导出类型'; 582 $strSQLOptions = 'SQL 选项'; 583 $strSQLParserBugMessage = '有可能您发现了 SQL 分析器的臭虫。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。如果您仍然有问题,或者命令行界面执行成功而分析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个臭虫报告:'; 584 $strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。'; 585 $strSQLQuery = 'SQL 查询'; 586 $strSQLResult = 'SQL 查询结果'; 587 $strSQL = 'SQL'; // should express in english 588 $strSQPBugInvalidIdentifer = '无效的标识符'; 589 $strSQPBugUnclosedQuote = '引号不配对'; 590 $strSQPBugUnknownPunctuation = '未知的标点符号字符串'; 591 $strStatCheckTime = '最后检查时间'; 592 $strStatCreateTime = '创建时间'; 593 $strStatement = '语句'; 594 $strStatUpdateTime = '最后更新时间'; 595 $strStatus = '状态'; 596 $strStrucCSV = 'CSV 数据'; 597 $strStrucData = '结构和数据'; 598 $strStrucExcelCSV = 'MS Excel 的 CSV 格式'; 599 $strStrucNativeExcel = '本地 MS Excel 数据'; 600 $strStrucOnly = '只结构'; 601 $strStructPropose = '规划表结构'; 602 $strStructure = '结构'; 603 $strSubmit = '提交'; 604 $strSuccess = '您运行的 SQL 语句已经成功运行了。'; 605 $strSum = '总计'; 606 $strSwedish = '瑞典语'; 607 $strSwitchToDatabase = '选择被复制的数据库'; 608 $strSwitchToTable = '切换到复制的表'; 609 610 $strTable = '表 '; 611 $strTableComments = '表注释'; 612 $strTableEmpty = '表名称是空的!'; 613 $strTableHasBeenDropped = '表 %s 已被删除'; 614 $strTableHasBeenEmptied = '表 %s 已被清空'; 615 $strTableHasBeenFlushed = '表 %s 已被强制更新'; 616 $strTableMaintenance = '表维护'; 617 $strTableOfContents = '目录'; 618 $strTableOptions = '表选项'; 619 $strTables = '%s 个表'; 620 $strTableStructure = '表的结构'; 621 $strTakeIt = '断定'; 622 $strTblPrivileges = '按表指定权限'; 623 $strTextAreaLength = ' 由于长度限制<br />此字段可能无法编辑 '; 624 $strThai = '泰语'; 625 $strTheme = '主题 / 风格'; 626 $strThisHost = '此主机'; 627 $strThreadSuccessfullyKilled = '线程 %s 已成功杀死。'; 628 $strTime = '时间'; 629 $strToggleScratchboard = '切换刮板'; 630 $strTotal = '总计'; 631 $strTotalUC = '统计'; 632 $strTraditionalChinese = '繁体中文'; 633 $strTraditionalSpanish = '传统西班牙语'; 634 $strTraffic = '流量'; 635 $strTransformation_application_octetstream__download = '字段中显示一个二进制文件的下载连接。第一个选项是二进制数据的名字。第二个选项是表列中可能包含文件名的字段。 如果你提供第二个选项那么第一个选项必须设置为空字符串。'; 636 $strTransformation_image_jpeg__inline = '显示可点击的缩略图;选项:以像素指定的宽度、高度(保留原有比例)'; 637 $strTransformation_image_jpeg__link = '显示到此图像的链接(即直接二进制下载)。'; 638 $strTransformation_image_png__inline = '查看 image/jpeg: 嵌入'; 639 $strTransformation_text_plain__external = '只对 LINUX:调用外部程序并通过标准输入填充字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑文件 libraries/transformations/text_plain__external.inc.php 然后插入允许您运行的工具。第一个选项是您想要使用的程序编号,而第二个选项是程序的参数。至于第三个参数,如果设为 1 的话将会用 htmlspecialchars() 转换其输出(默认为 1)。第四个参数如果设为 1 的话,将会在内容单元格中输出 NOWRAP,这样全部输出就会不经重新格式化直接输出了(默认为 1)'; 640 $strTransformation_text_plain__formatted = '保留字段的原始格式。不进行转码。'; 641 $strTransformation_text_plain__imagelink = '显示图像和链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是以像素为单位的宽度,第三个参数是高度。'; 642 $strTransformation_text_plain__link = '显示链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是链接的标题(弹出提示)。'; 643 $strTransformation_text_plain__substr = '只显示字符串的一部分。第一个选项定义了文本开始输出的偏移量(默认为 0)。第二个选项是所返回文字数量的偏移量。如果为空的话,将返回剩下的所有文本。第三个选项是将会追加到子字符串之后的输出(默认为:...) .'; 644 $strTruncateQueries = '截断显示的查询'; 645 $strTurkish = '土耳其语'; 646 $strType = '类型'; 647 648 $strUkrainian = '乌克兰语'; 649 $strUncheckAll = '全部不选'; 650 $strUnicode = 'Unicode'; //USE ENG 651 $strUnique = '唯一'; 652 $strUnknown = '未知'; 653 $strUnselectAll = '全部不选'; 654 $strUpdatePrivMessage = '您已经更新了 %s 的权限。'; 655 $strUpdateProfileMessage = '配置文件己更新。'; 656 $strUpdateQuery = '更新查询'; 657 $strUpdComTab = '请参看文档中关于如何更新您的 Column_comments 表的部分'; 658 $strUpgrade = '您应该升级到 %s %s 或者更高。'; 659 $strUsage = '用法'; 660 $strUseBackquotes = '请在表名及字段名使用引号'; 661 $strUseHostTable = '使用主机表'; 662 $strUserAlreadyExists = '用户 %s 己存在!'; 663 $strUserEmpty = '用户名称是空的!'; 664 $strUserName = '用户名'; 665 $strUserNotFound = '选中的用户在权限表内找不到。'; 666 $strUserOverview = '用户一览'; 667 $strUsersDeleted = '选中的用户已成功删除。'; 668 $strUsersHavingAccessToDb = '用户可访问“%s”'; 669 $strUser = '用户'; 670 $strUseTabKey = '按 TAB 键跳到下一个数值, 或 CTRL+方向键 作随意移动'; 671 $strUseTables = '使用表'; 672 $strUseTextField = '使用文本域'; 673 $strUseThisValue = '使用此值'; 674 675 $strValidateSQL = '校验 SQL'; 676 $strValidatorError = 'SQL 校验程序无法初始化。请检查是否已经安装了%s文档%s内描述的必需 PHP 扩展。'; 677 $strValue = '值'; 678 $strVar = '变量'; 679 $strViewDumpDatabases = '查看数据库的转存(大纲)'; 680 $strViewDumpDB = '查看数据库的转存(大纲)。'; 681 $strViewDump = '查看表的转存(大纲)。'; 682 683 $strWebServerUploadDirectoryError = '设定的上载目录错误,未能使用'; 684 $strWebServerUploadDirectory = '网站服务器上载目录'; 685 $strWelcome = '欢迎使用 %s'; 686 $strWestEuropean = '西欧'; 687 $strWildcard = '通配符'; 688 $strWindowNotFound = '目标浏览窗口不可更新。可能你已经关闭了父窗口或者您浏览器的安全设置阻断了更新窗口。'; 689 $strWithChecked = '选中项:'; 690 $strWrongUser = '用户名/密码错误,访问被拒绝。'; 691 692 $strXML = 'XML'; //USE ENG 693 694 $strYes = '是'; 695 696 $strZeroRemovesTheLimit = '注意:将这些选项设为 0(零) 将删除限制。'; 697 $strZip = 'zip 压缩'; 698 699 // To translate: 700 $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 701 $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 702 $strAndThen = 'and then'; //to translate 703 704 $strBookmarkCreated = 'Bookmark %s created'; //to translate 705 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate 706 $strBrowseDistinctValues = 'Browse distinct values'; //to translate 707 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate 708 $strBufferPool = 'Buffer Pool'; //to translate 709 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate 710 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate 711 $strBufferReadMisses = 'Read misses'; //to translate 712 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate 713 $strBufferWriteWaits = 'Write waits'; //to translate 714 $strBusyPages = 'Busy pages'; //to translate 715 716 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate 717 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate 718 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate 719 $strCopy = 'Copy'; //to translate 720 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate 721 $strCSV = 'CSV'; //to translate 722 $strCSVImportOptions = 'CSV options'; //to translate 723 724 $strDataPages = 'Pages containing data'; //to translate 725 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate 726 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate 727 $strDirtyPages = 'Dirty pages'; //to translate 728 729 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate 730 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate 731 $strEngines = 'Engines'; //to translate 732 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate 733 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate 734 $strEsperanto = 'Esperanto'; //to translate 735 736 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate 737 $strFileNameTemplateDescriptionServer = 'server name'; //to translate 738 $strFileNameTemplateDescriptionTable = 'table name'; //to translate 739 $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 740 $strFileToImport = 'File to import'; //to translate 741 $strFlushQueryCache = 'Flush query cache'; //to translate 742 $strFlushTables = 'Flush (close) all tables'; //to translate 743 $strFreePages = 'Free pages'; //to translate 744 745 $strGenerate = 'Generate'; //to translate 746 $strGeneratePassword = 'Generate Password'; //to translate 747 748 $strHandler = 'Handler'; //to translate 749 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate 750 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate 751 $strHTMLWord = 'Microsoft Word 2000'; //to translate 752 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate 753 754 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate 755 $strImportFormat = 'Format of imported file'; //to translate 756 $strImport = 'Import'; //to translate 757 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate 758 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate 759 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate 760 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate 761 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate 762 $strInnoDBDataFilePath = 'Data files'; //to translate 763 $strInnoDBDataHomeDir = 'Data home directory'; //to translate 764 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate 765 $strInnoDBPages = 'pages'; //to translate 766 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate 767 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate 768 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate 769 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate 770 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate 771 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate 772 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate 773 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate 774 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate 775 $strInvalidRowNumber = '%d is not valid row number.'; //to translate 776 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate 777 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate 778 779 $strJoins = 'Joins'; //to translate 780 781 $strKeyCache = 'Key cache'; //to translate 782 783 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate 784 $strLatchedPages = 'Latched pages'; //to translate 785 $strLDI = 'CSV using LOAD DATA'; //to translate 786 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate 787 $strLDILocal = 'Use LOCAL keyword'; //to translate 788 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate 789 790 $strMaxConnects = 'max. concurrent connections'; //to translate 791 $strMaximalQueryLength = 'Maximal length of created query'; //to translate 792 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate 793 $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 794 $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 795 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate 796 $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 797 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate 798 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate 799 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate 800 $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 801 $strMyISAMRepairThreads = 'Repair threads'; //to translate 802 $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 803 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate 804 $strMysqlClientVersion = 'MySQL client version'; //to translate 805 806 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate 807 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate 808 $strNumberOfFields = 'Number of fields'; //to translate 809 810 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate 811 812 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate 813 $strPartialImport = 'Partial import'; //to translate 814 $strPDFOptions = 'PDF options'; //to translate 815 $strPDF = 'PDF'; //to translate 816 $strPDFReportTitle = 'Report title'; //to translate 817 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate 818 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate 819 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate 820 $strPrivDescCreateView = 'Allows creating new views.'; //to translate 821 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate 822 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate 823 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate 824 $strProtocolVersion = 'Protocol version'; //to translate 825 826 $strQueryCache = 'Query cache'; //to translate 827 828 $strReadRequests = 'Read requests'; //to translate 829 $strReloadPrivileges = 'Reload privileges'; //to translate 830 $strReplication = 'Replication'; //to translate 831 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate 832 833 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate 834 $strShowingBookmark = 'Showing bookmark'; //to translate 835 $strShowOpenTables = 'Show open tables'; //to translate 836 $strShowSlaveHosts = 'Show slave hosts'; //to translate 837 $strShowSlaveStatus = 'Show slave status'; //to translate 838 $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 839 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate 840 $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 841 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate 842 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate 843 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate 844 $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 845 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate 846 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate 847 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate 848 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate 849 $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 850 $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 851 $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 852 $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 853 $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 854 $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 855 $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 856 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate 857 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate 858 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate 859 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate 860 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate 861 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate 862 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate 863 $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 864 $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 865 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate 866 $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 867 $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 868 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate 869 $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 870 $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 871 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate 872 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate 873 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate 874 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate 875 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate 876 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate 877 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate 878 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate 879 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate 880 $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 881 $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 882 $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 883 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate 884 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate 885 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate 886 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate 887 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate 888 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate 889 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate 890 $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 891 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate 892 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate 893 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate 894 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate 895 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate 896 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate 897 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate 898 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate 899 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate 900 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate 901 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate 902 $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 903 $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 904 $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 905 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate 906 $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 907 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate 908 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate 909 $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 910 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate 911 $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 912 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate 913 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate 914 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate 915 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate 916 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate 917 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate 918 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate 919 $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 920 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate 921 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate 922 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate 923 $strShowStatusReset = 'Reset'; //to translate 924 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate 925 $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 926 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate 927 $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 928 $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 929 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate 930 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate 931 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate 932 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate 933 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate 934 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate 935 $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 936 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate 937 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate 938 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate 939 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate 940 $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 941 $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 942 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate 943 $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 944 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate 945 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate 946 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate 947 $strSorting = 'Sorting'; //to translate 948 $strSQLCompatibility = 'SQL compatibility mode'; //to translate 949 $strSQLImportOptions = 'SQL options'; //to translate 950 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate 951 $strStorageEngines = 'Storage Engines'; //to translate 952 $strStorageEngine = 'Storage Engine'; //to translate 953 954 $strTableAlreadyExists = 'Table %s already exists!'; //to translate 955 $strTempData = 'Temporary data'; //to translate 956 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate 957 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate 958 $strThemeNotFound = 'Theme %s not found!'; //to translate 959 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate 960 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate 961 $strThreads = 'Threads'; //to translate 962 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate 963 $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 964 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate 965 $strTransactionCoordinator = 'Transaction coordinator'; //to translate 966 $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 967 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate 968 969 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate 970 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate 971 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate 972 973 $strVersionInformation = 'Version information'; //to translate 974 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate 975 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate 976 $strView = 'View'; //to translate 977 978 $strWriteRequests = 'Write requests'; //to translate 979 980 $strQueryResultsOperations = 'Query results operations'; //to translate 981 $strAddClause = 'Add %s'; //to translate 982 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate 983 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate 984 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate 985 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate 986 $strXMLOptions = 'XML options'; //to translate 987 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate 988 $strCreateUserDatabase = 'Database for user'; //to translate 989 $strCreateUserDatabaseNone = 'None'; //to translate 990 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate 991 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate 992 $strOpenDocumentText = 'Open Document Text'; //to translate 993 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate 994 $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 995 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate 996 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate 997 $strInvalidTableName = 'Invalid table name'; //to translate 998 $strInvalidDatabase = 'Invalid database'; //to translate 999 $strServers = 'Servers'; //to translate 1000 $strDelimiter = 'Delimiter'; //to translate 1001 $strFunctions = 'Functions'; //to translate 1002 $strProcedures = 'Procedures'; //to translate 1003 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate 1004 $strFontSize = 'Font size'; //to translate 1005 $strLanguage = 'Language'; //to translate 1006 $strPmaWiki = 'phpMyAdmin wiki'; //to translate 1007 $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 1008 $strDocSQL = 'DocSQL'; //to translate 1009 $strDocSQLOptions = 'DocSQL options'; //to translate 1010 $strTableName = 'Table name'; //to translate 1011 $strTableIsEmpty = 'Table seems to be empty!'; //to translate 1012 $strDbIsEmpty = 'Database seems to be empty!'; //to translate 1013 $strShowingPhp = 'Showing as PHP code'; //to translate 1014 $strShowingSQL = 'Showing SQL query'; //to translate 1015 $strDesigner = 'Designer'; //to translate 1016 $strNumberOfTables = 'Number of tables'; //to translate 1017 $strCreateTable = 'Create table'; //to translate 1018 $strCreateRelation = 'Create relation'; //to translate 1019 $strSavePosition = 'Save position'; //to translate 1020 $strSelectForeignKey = 'Select Foreign Key'; //to translate 1021 $strHide = 'Hide'; //to translate 1022 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate 1023 $strReload = 'Reload'; //to translate 1024 $strSmallBigAll = 'Small/Big All'; //to translate 1025 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate 1026 $strMoveMenu = 'Move Menu'; //to translate 1027 $strAngularLinks = 'Angular links'; //to translate 1028 $strDirectLinks = 'Direct links'; //to translate 1029 $strHideShowAll = 'Hide/Show all'; //to translate 1030 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate 1031 $strInternalRelationAdded = 'Internal relation added'; //to translate 1032 $strInnoDBRelationAdded = 'InnoDB relation added'; //to translate 1033 $strRelationDeleted = 'Relation deleted'; //to translate 1034 $strToSelectRelation = 'To select relation, click :'; //to translate 1035 $strExportImportToScale = 'Export/Import to scale'; //to translate 1036 $strRecommended = 'recommended'; //to translate 1037 $strToFromPage = 'to/from page'; //to translate 1038 $strSelectReferencedKey = 'Select referenced key'; //to translate 1039 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate 1040 $strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate 1041 $strHelp = 'Help'; //to translate 1042 $strCancel = 'Cancel'; //to translate 1043 $strDeleteRelation = 'Delete relation'; //to translate 1044 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate 1045 $strStructureForView = 'Structure for view'; //to translate 1046 $strStandInStructureForView = 'Stand-in structure for view'; //to translate 1047 $strToggleSmallBig = 'Toggle small/big'; //to translate 1048 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate 1049 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate 1050 $strErrorRelationExists = 'Error: relation already exists.'; //to translate 1051 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate 1052 $strSnapToGrid = 'Snap to grid'; //to translate 1053 $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 1054 $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 1055 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Gnr le : Mon Nov 26 15:18:20 2007 | par Balluche grce PHPXref 0.7 |
![]() |