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