~ubuntu-branches/ubuntu/lucid/phpmyadmin/lucid

« back to all changes in this revision

Viewing changes to lang/chinese_simplified-utf-8.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2009-06-30 14:05:13 UTC
  • mfrom: (1.2.1 upstream) (36.1.2 karmic)
  • Revision ID: james.westby@ubuntu.com-20090630140513-hz71do3sij2jhm4s
* New upstream version fixing XSS (PMASA-2009-5).
* Document no empty password in README.Debian and the shipped sample
  configuration file (LP: #388703).
* Install service file for avahi (if web service enabled and if avahi is
  installed) (LP: #369244).
* Mention protecting of setup if not using provided configuration snippets
  for webservers.
* Call ucf with --debconf-ok in postrm (Closes: #534894).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: chinese_simplified-utf-8.inc.php 12304 2009-03-24 12:56:58Z nijel $ */
 
2
/* $Id: chinese_simplified-utf-8.inc.php 12494 2009-05-25 08:11:32Z helmo $ */
3
3
 
4
4
/**
5
 
 * Last translation by: Funda Wang <fundawang@en2china.com>
 
5
 * Translation by: Funda Wang <fundawang@en2china.com>
6
6
 * update by Simon <simon@venustech.com.cn>
 
7
 * update by rimy <rimyxp@users.sourceforge.net> on Mar. 4th. 2009, proofread on Mar. 6th. 2009
 
8
                                                    May. 21st. 2009
 
9
 * update by 小绿酱(greensea) <midoriumi@sohu.com> on Mar. 5th. 2009
7
10
 */
8
11
 
9
12
$charset = 'utf-8';
10
 
$text_dir = 'ltr';
 
13
$text_dir = 'ltr';// ('ltr' for left to right, 'rtl' for right to left)
11
14
$number_thousands_separator = ',';
12
15
$number_decimal_separator = '.';
13
16
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
14
17
$byteUnits = array('字节', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
15
18
 
 
19
// MySQL manual language definition, this is optional, en will be used
 
20
// if not defined
 
21
$mysql_4_1_doc_lang = 'zh';
 
22
$mysql_5_0_doc_lang = 'zh';
16
23
$mysql_5_1_doc_lang = 'zh';
17
24
 
18
25
$day_of_week = array('周日', '周一', '周二', '周三', '周四', '周五', '周六');
20
27
// See http://www.php.net/manual/en/function.strftime.php to define the
21
28
// variable below
22
29
$datefmt = '%Y 年 %m 月 %d 日 %H:%M';
23
 
 
24
30
$timespanfmt = '%s 天 %s 小时,%s 分 %s 秒';
25
31
 
26
 
$strAbortedClients = '中止';
27
 
$strAccessDenied = '访问被拒绝';
28
 
$strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。';
 
32
$strAbortedClients = '已取消';
 
33
$strAccessDeniedCreateConfig = '你可能还没有创建配置文件。你可以使用 %1$s设置脚本%2$s 来创建一个配置文件。';
 
34
$strAccessDeniedExplanation = 'phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。';
 
35
$strAccessDenied = '拒绝访问';
 
36
$strActions = '操作';
29
37
$strAction = '操作';
30
 
$strAddAutoIncrement = '添加 AUTO_INCREMENT 值';
 
38
$strAddAutoIncrement = '添加自增 (AUTO_INCREMENT) 值';
 
39
$strAddClause = '添加 %s';
31
40
$strAddConstraints = '强制添加';
32
41
$strAddDeleteColumn = '添加/删除字段列';
33
42
$strAddDeleteRow = '添加/删除条件行';
34
 
$strAddFields = '添加 %s 字段';
35
 
$strAddHeaderComment = '在标题中增加一个定制的注释 (\\n 行隔离符)';
 
43
$strAddFields = '添加 %s 个字段';
 
44
$strAddHeaderComment = '在文件头添加自定义注释 (\\n 为换行)';
36
45
$strAddIntoComments = '添加进注释';
37
46
$strAddNewField = '添加新字段';
38
47
$strAddPrivilegesOnDb = '在下列数据库添加权限';
39
 
$strAddPrivilegesOnTbl = '在下列表添加权限';
40
 
$strAddSearchConditions = '添加搜索条件(“where”语句的主体):';
41
 
$strAddToIndex = '添加到 %s 列';
 
48
$strAddPrivilegesOnTbl = '在下列数据表添加权限';
 
49
$strAddSearchConditions = '添加搜索条件 (“where”语句的主体):';
 
50
$strAddToIndex = '添加 %s 个索引字段';
42
51
$strAddUserMessage = '您已添加了一个新用户。';
43
52
$strAddUser = '添加新用户';
44
53
$strAdministration = '管理';
45
 
$strAfterInsertBack = '后退到上一页';
46
 
$strAfterInsertNewInsert = '插入新的一行';
 
54
$strAfterInsertBack = '返回上一页';
 
55
$strAfterInsertNewInsert = '插入新数据';
47
56
$strAfterInsertNext = '编辑下一行';
48
 
$strAfterInsertSame = '返回这一页';
 
57
$strAfterInsertSame = '返回到本页';
49
58
$strAfter = '于 %s 之后';
 
59
$strAllowInterrupt = '在导入时脚本若检测到可能需要花费很长时间则允许中断。尽管这会中断事务,但在导入大文件时是个很好的方法。';
 
60
$strAllTableSameWidth = '以相同宽度显示所有的表';
50
61
$strAll = '全部';
51
 
$strAllTableSameWidth = '以相同宽度显示所有表吗?';
52
 
$strAlterOrderBy = '更改表顺序,依据';
 
62
$strAlterOrderBy = '更改表的排序,根据';
53
63
$strAnalyzeTable = '分析表';
 
64
$strAnalyze = '分析';
 
65
$strAndSmall = '和';
 
66
$strAndThen = '然后';
54
67
$strAnd = '与';
55
 
$strAnIndex = '索引已经添加到 %s';
56
 
$strAny = '任意';
 
68
$strAngularLinks = '规则连接';
 
69
$strAnIndex = '已将 %s 设为索引';
57
70
$strAnyHost = '任意主机';
58
71
$strAnyUser = '任意用户';
59
 
$strApproximateCount = '可能接近. 请参看 FAQ 3.11';
60
 
$strAPrimaryKey = '主键已经添加到 %s';
 
72
$strAny = '任意';
 
73
$strApproximateCount = '可能接近。参见 [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]';
 
74
$strAPrimaryKey = '已将 %s 设为主键';
61
75
$strArabic = '阿拉伯语';
62
76
$strArmenian = '亚美尼亚语';
63
77
$strAscending = '递增';
 
78
$strAsDefined = '定义:';
64
79
$strAtBeginningOfTable = '于表开头';
65
80
$strAtEndOfTable = '于表结尾';
66
81
$strAttr = '属性';
67
 
$strAutomaticLayout = '自动套用格式';
 
82
$strAutomaticLayout = '自动排版';
68
83
 
69
84
$strBack = '返回';
70
85
$strBaltic = '巴拉克语';
71
86
$strBeginCut = '开始剪切';
72
87
$strBeginRaw = '开始原文';
73
 
$strBinary = '二进制';
74
88
$strBinaryDoNotEdit = '二进制 - 无法编辑';
75
89
$strBinaryLog = '二进制日志';
 
90
$strBinary = '二进制';
76
91
$strBinLogEventType = '事件类型';
77
92
$strBinLogInfo = '信息';
78
93
$strBinLogName = '日志文件名';
79
94
$strBinLogOriginalPosition = '初始位置';
80
95
$strBinLogPosition = '位置';
81
96
$strBinLogServerId = '服务器ID';
82
 
$strBookmarkAllUsers = '让每个用户都可以访问这个书签';
83
 
$strBookmarkDeleted = '书签已经删除。';
 
97
$strBLOBRepository = 'BLOB 容器';
 
98
$strBLOBRepositoryDamaged = '已损坏';
 
99
$strBLOBRepositoryDisableAreYouSure = '您确定要在数据库 %s 上禁用 BLOB 功能?';
 
100
$strBLOBRepositoryDisabled = '已禁用';
 
101
$strBLOBRepositoryDisableStrongWarning = '您正准备禁用 BLOB 容器!';
 
102
$strBLOBRepositoryDisable = '禁用';
 
103
$strBLOBRepositoryEnabled = '已启用';
 
104
$strBLOBRepositoryEnable = '启用';
 
105
$strBLOBRepositoryRemove = '删除 BLOB 容器功能';
 
106
$strBLOBRepositoryRepair = '修复';
 
107
$strBLOBRepositoryStatus = '状态';
 
108
$strBLOBRepositoryUpload = '上传到 BLOB 容器';
 
109
$strBookmarkAllUsers = '让所有用户均可访问此书签';
 
110
$strBookmarkCreated = '已创建书签 %s';
 
111
$strBookmarkDeleted = '书签已删除。';
84
112
$strBookmarkLabel = '标签';
85
 
$strBookmarkQuery = '已加书签的 SQL 查询';
 
113
$strBookmarkQuery = '此 SQL 查询已加入书签';
 
114
$strBookmarkReplace = '替换现有的同名书签';
86
115
$strBookmarkThis = '将此 SQL 查询加为书签';
87
 
$strBookmarkView = '只查看';
 
116
$strBookmarkView = '仅查看';
 
117
$strBrowseDistinctValues = '浏览非重复值 (DISTINCT)';
 
118
$strBrowseForeignValues = '浏览不相关的值';
88
119
$strBrowse = '浏览';
89
 
$strBrowseForeignValues = '浏览不相关的值';
 
120
$strBufferPoolActivity = '缓冲池活动';
 
121
$strBufferPoolUsage = '缓冲池使用情况';
 
122
$strBufferPool = '缓冲池';
 
123
$strBufferReadMissesInPercent = '读缺失率';
 
124
$strBufferReadMisses = '读缺失数';
 
125
$strBufferWriteWaitsInPercent = '写等待率';
 
126
$strBufferWriteWaits = '写等待数';
90
127
$strBulgarian = '保加利亚语';
 
128
$strBusyPages = '负载页';
91
129
$strBzip = 'bzip 压缩';
92
130
 
93
131
$strCalendar = '日历';
94
 
$strCannotLogin = '无法登入 MySQL 服务器';
95
 
$strCantLoadRecodeIconv = '无法载入 iconv 或者进行字符集转换所需的重编码扩展程序,请配置 php 允许使用这些扩展或者在 phpMyAdmin 中禁用字符集转换功能。';
96
 
$strCantLoad = '无法载入 %s 扩展,<br />请检查 PHP 配置';
97
 
$strCantRenameIdxToPrimary = '无法将索引更名为 PRIMARY!';
98
 
$strCantUseRecodeIconv = '载入扩展报告时 iconv,libiconv 和 recode_string 都无法使用。请检查您的 php 配置。';
 
132
$strCancel = '取消';
 
133
$strCanNotLoadExportPlugins = '无法加载导出插件,请检查安装!';
 
134
$strCanNotLoadImportPlugins = '无法加载导入插件,请检查你的安装!';
 
135
$strCannotLogin = '无法登录 MySQL 服务器';
 
136
$strCantLoadRecodeIconv = '无法加载 iconv 或可用于转换字符集所需的重编码扩展,请配置 PHP 启用这些扩展或在 phpMyAdmin 中禁用字符集转换功能。';
 
137
$strCantLoad = '无法加载 %s 扩展,请检查您的 PHP 配置。';
 
138
$strCantRenameIdxToPrimary = '无法将索改为主键 (PRIMARY) !';
 
139
$strCantUseRecodeIconv = '虽然必须的扩展已经加载,但还是无法使用 iconv、libiconv 和 recode_string 函数。请检查您的 PHP 配置。';
99
140
$strCardinality = '基数';
100
141
$strCaseInsensitive = '不区分大小写';
101
142
$strCaseSensitive = '区分大小写';
102
143
$strCentralEuropean = '中欧';
103
 
$strChange = '更改';
104
144
$strChangeCopyModeCopy = '... 保留旧用户。';
105
145
$strChangeCopyModeDeleteAndReload = ' ... 从用户表中删除旧用户,然后重新载入权限。';
106
146
$strChangeCopyModeJustDelete = ' ... 从用户表中删除旧用户。';
107
 
$strChangeCopyModeRevoke = ' ... 收回旧用户的所有激活权限,然后删除旧用户。';
108
 
$strChangeCopyMode = '创建带有相同权限的新用户并 ...';
109
 
$strChangeCopyUser = '更改登录信息/复制用户';
 
147
$strChangeCopyModeRevoke = ' ... 撤销旧用户的所有权限,然后删除旧用户。';
 
148
$strChangeCopyMode = '创建具有相同权限的新用户然后 ...';
 
149
$strChangeCopyUser = '修改登录信息/复制用户';
110
150
$strChangeDisplay = '选择要显示的字段';
111
 
$strChangePassword = '更改密码';
112
 
$strCharset = '字符集';
 
151
$strChangePassword = '修改密码';
 
152
$strChange = '修改';
113
153
$strCharsetOfFile = '文件的字符集:';
 
154
$strCharsetsAndCollations = '字符集和整理';
114
155
$strCharsets = '字符集';
115
 
$strCharsetsAndCollations = '字符集和整理';
 
156
$strCharset = '字符集';
116
157
$strCheckAll = '全选';
117
 
$strCheckOverhead = '彻底检查';
 
158
$strCheckOverhead = '仅选择多余';
 
159
$strCheckPrivsLong = '检查数据库“%s”的权限。';
118
160
$strCheckPrivs = '检查权限';
119
 
$strCheckPrivsLong = '检查数据库“%s”的权限。';
120
161
$strCheckTable = '检查表';
121
 
$strChoosePage = '请选择需要编辑的页号';
122
 
$strColComFeat = '显示列注解';
 
162
$strCheck = '检查';
 
163
$strChoosePage = '请选择需要编辑的页';
 
164
$strColComFeat = '显示列注释';
123
165
$strCollation = '整理';
124
 
$strColumnNames = '列名';
125
 
$strColumnPrivileges = '按列指定权限';
 
166
$strColumnNames = '字段名';
 
167
$strColumnPrivileges = '按字段指定权限';
126
168
$strCommand = '命令';
127
169
$strComments = '注释';
128
 
$strCompatibleHashing = 'MySQL&nbsp;4.0 兼容';
 
170
$strComment = '注释';
 
171
$strCompatibleHashing = '兼容 MySQL&nbsp;4.0';
129
172
$strCompleteInserts = '完整插入';
 
173
$strCompressionWillBeDetected = '可自动识别以下压缩格式的文件: %s';
130
174
$strCompression = '压缩';
131
 
$strConfigFileError = 'phpMyAdmin 无法读取您的配置文件!<br />这可能是因为 php 发现了语法错误或 php 未能找到文档。<br />请直接使用下面的链接调用配置文件,然后读取您收到的 php 错误提示。通常的错误都是因为某处漏了引号或分号。<br />如果您看到的是一个空白页,则代表没有任何问题。';
132
 
$strConfigureTableCoord = '请配置表 %s 的坐标';
133
 
$strConnectionError = '无法连接:非法设置。';
 
175
$strConfigDefaultFileError = '无法加载默认配置: "%1$s"';
 
176
$strConfigDirectoryWarning = '安装时所用的 [code]config[/code] 文件夹尚未删除,如果 phpMyAdmin 已经安装配置好,请立即删除该文件夹。';
 
177
$strConfigFileError = 'phpMyAdmin 无法读取您的配置文件!<br />这可能是因为配置文件不存在或有语法错误。<br />请使用下面的链接直接访问配置文件,然后检查您收到的 PHP 错误信息。通常的错误都是因为某处漏了引号或分号。<br />如果您看到的是一个空白页,则代表没有任何问题。';
 
178
$strConfigureTableCoord = '请配置表 %s 的并发';
 
179
$strConnectionError = '无法连接:无效的设置。';
134
180
$strConnections = '连接';
135
181
$strConstraintsForDumped = '限制导出的表';
136
182
$strConstraintsForTable = '限制表';
137
 
$strCookiesRequired = 'Cookies 必须启用才能登入。';
138
 
$strCopyDatabaseOK = '数据库 %s已经被复制到%s';
139
 
$strCopyTable = '将表复制到(数据库名<b>.</b>表名):';
140
 
$strCopyTableOK = '表 %s 已经成功复制为 %s。';
141
 
$strCopyTableSameNames = '无法将表复制为相同名称!';
142
 
$strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。可能该线程已经关闭。';
143
 
$strCreate = '创建';
144
 
$strCreateIndex = '在第 %s 列创建索引';
145
 
$strCreateIndexTopic = '创建新索引';
146
 
$strCreateNewDatabase = '创建一个新的数据库';
147
 
$strCreateNewTable = '在数据库 %s 中创建一个新表';
 
183
$strControluserFailed = '使用配置文件中定义的控制用户连接失败。';
 
184
$strCookiesRequired = '必须启用 Cookies 才能登录。';
 
185
$strCopyDatabaseOK = '已将数据库 %s 复制为 %s';
 
186
$strCopyTableOK = '已将数据表 %s 复制为 %s。';
 
187
$strCopyTableSameNames = '目标数据表不能为源数据表!';
 
188
$strCopyTable = '将数据表复制到(数据库名<b>.</b>数据表名):';
 
189
$strCopy = '复制';
 
190
$strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。该线程可能已经关闭。';
 
191
$strCreateDatabaseBeforeCopying = '复制前创建数据库 (CREATE DATABASE)';
 
192
$strCreateIndexTopic = '新建索引';
 
193
$strCreateIndex = '在第 %s 个字段创建索引';
 
194
$strCreateNewDatabase = '新建数据库';
 
195
$strCreateNewTable = '在数据库 %s 中新建一个数据表';
148
196
$strCreatePage = '创建新页';
149
197
$strCreatePdfFeat = '创建 PDF';
150
 
$strCreationDates = '创建/更新/日期检查';
 
198
$strCreateRelation = '创建关系';
 
199
$strCreateTable  = '新建数据表';
 
200
$strCreateUserDatabaseName = '创建与用户同名的数据库并授予所有权限';
 
201
$strCreateUserDatabaseNone = '无';
 
202
$strCreateUserDatabasePrivileges = '授予数据库“%s”的所有权限。';
 
203
$strCreateUserDatabaseWildcard = '给以 用户名_ 开头的数据库 (username\_%) 授予所有权限';
 
204
$strCreateUserDatabase = '用户数据库';
 
205
$strCreate = '创建';
 
206
$strCreationDates = '创建/更新/检查日期';
151
207
$strCriteria = '条件';
152
208
$strCroatian = '克罗地亚语';
 
209
$strCSV = 'CSV';  // should express in english
 
210
$strCustomColor = '自定义颜色';
153
211
$strCyrillic = '西里尔语';
 
212
$strCzechSlovak = '捷克斯洛伐克语';
154
213
$strCzech = '捷克语';
155
 
$strCzechSlovak = '捷克斯洛伐克语';
156
214
 
157
215
$strDanish = '丹麦语';
158
 
$strData = '数据';
159
 
$strDatabase = '数据库';
160
 
$strDatabaseEmpty = '这个数据库名字是空!';
 
216
$strDatabaseEmpty = '数据库名不能为空!';
161
217
$strDatabaseExportOptions = '数据库导出选项';
162
 
$strDatabaseHasBeenDropped = '数据库 %s 已被删除。';
163
 
$strDatabases = '数据库';
164
 
$strDatabasesDropped = '已经成功删除了 %s 个数据库。';
165
 
$strDatabasesStats = '数据库统计';
 
218
$strDatabaseHasBeenCreated = '创建数据库 %1$s 成功。';
 
219
$strDatabaseHasBeenDropped = '已被删除数据库 %s 。';
 
220
$strDatabasesDropped = '已成功删除 %s 个数据库。';
166
221
$strDatabasesStatsDisable = '禁用统计';
167
222
$strDatabasesStatsEnable = '启用统计';
168
223
$strDatabasesStatsHeavyTraffic = '注意:在此启用数据库统计可能导致网站服务器和 MySQL 服务器之间的流量骤增。';
 
224
$strDatabasesStats = '数据库统计';
 
225
$strDatabases = '数据库';
 
226
$strDatabase = '数据库';
169
227
$strDataDict = '数据字典';
170
 
$strDataOnly = '只有数据';
 
228
$strDataOnly = '仅数据';
 
229
$strDataPages = '非空页';
 
230
$strData = '数据';
171
231
$strDBComment = '数据库注释:';
172
232
$strDBCopy = '复制数据库到';
 
233
$strDbIsEmpty = '数据库是空的!';
173
234
$strDbPrivileges = '按数据库指定权限';
174
 
$strDBRename = '重新命名数据库为 ';
 
235
$strDBRename = '将数据库改名为';
175
236
$strDbSpecific = '按数据库指定';
 
237
$strDefaultEngine = '%s 是此 MySQL 服务器的默认存储引擎。';
 
238
$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜杠或引号,请用此格式:a';
176
239
$strDefault = '默认';
177
 
$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜线或引号,请用此格式:a';
178
240
$strDefragment = '整理表碎片';
179
 
$strDelayedInserts = '延时插入';
 
241
$strDelayedInserts = '使用延迟插入';
 
242
$strDeleteAndFlushDescr = '这是一个最干净的做法,但重新载入权限需要一点时间。';
 
243
$strDeleteAndFlush = '删除用户并重新读取权限。';
 
244
$strDeleted = '已删除该行';
 
245
$strDeleteNoUsersSelected = '没有选择要删除的用户!';
 
246
$strDeleteRelation = '删除关系';
180
247
$strDelete = '删除';
181
 
$strDeleteAndFlushDescr = '这是一个最干净的做法,但重新读取权限需一段时间。';
182
 
$strDeleteAndFlush = '删除用户并重新读取权限。';
183
 
$strDeleted = '该行已经被删除。';
184
248
$strDeleting = '正在删除 %s';
185
 
$strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?';
 
249
$strDelimiter = '语句定界符';
 
250
$strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?';
186
251
$strDescending = '递减';
187
252
$strDescription = '描述';
 
253
$strDesignerHelpDisplayField = '显示的字段为粉红色。要设置或取消显示的字段,点击“选择显示字段”图标,然后选择需要的字段名字。';
 
254
$strDesigner = '设计器';
 
255
$strDetails = '详细...';
188
256
$strDictionary = '字典';
 
257
$strDirectLinks = '直接连接';
 
258
$strDirtyPages = '脏页';
189
259
$strDisabled = '已禁用';
190
260
$strDisableForeignChecks = '禁止选定不相关的主键';
191
261
$strDisplayFeat = '显示特性';
192
 
$strDisplayOrder = '显示顺序';
 
262
$strDisplayOrder = '显示顺序:';
193
263
$strDisplayPDF = '显示 PDF 大纲';
194
264
$strDoAQuery = '执行“按例查询”(通配符:“%”)';
 
265
$strDocSQL = 'DocSQL';  // should expressed in English
195
266
$strDocu = '文档';
 
267
$strDoNotAutoIncrementZeroValues = '不要给零值使用自增 (AUTO_INCREMENT)';
 
268
$strDownloadFile = '下载文件';
196
269
$strDoYouReally = '您真的要';
 
270
$strDropDatabaseStrongWarning = '您将要删除一个完整的数据库!';
 
271
$strDropUsersDb = '删除与用户同名的数据库。';
197
272
$strDrop = '删除';
198
 
$strDropDatabaseStrongWarning = '您将要删除一个完整的数据库!';
199
 
$strDropUsersDb = '删除与用户名称相同的数据库。';
200
 
$strDumpingData = '导出表中的数据';
201
 
$strDumpSaved = '转存已经保存到文件 %s 中了。';
202
 
$strDumpXRows = '转存 %s 行,从记录 #%s 开始。';
 
273
$strDumpingData = '转存表中的数据';
 
274
$strDumpSaved = '转存已经保存到文件 %s 中。';
 
275
$strDumpXRows = '转存 %s 行,从记录 # %s 开始。';
203
276
$strDynamic = '动态';
204
277
 
205
 
$strEdit = '编辑';
206
278
$strEditPDFPages = '编辑 PDF 页';
207
279
$strEditPrivileges = '编辑权限';
 
280
$strEdit = '编辑';
208
281
$strEffective = '有效';
 
282
$strEmptyResultSet = 'MySQL 返回的查询结果为空 (即零行)。';
209
283
$strEmpty = '清空';
210
 
$strEmptyResultSet = 'MySQL 返回的查询结果为空(即零行)。';
211
284
$strEnabled = '已启用';
212
285
$strEncloseInTransaction = '处理事务中封装输出';
213
 
$strEnd = '结束';
214
286
$strEndCut = '结束剪切';
215
287
$strEndRaw = '结束原文';
 
288
$strEnd = '结束';
 
289
$strEngineAvailable = '%s 在此 MySQL 服务器上可用。';
 
290
$strEngineDisabled = '%s 在此 MySQL 服务器上被禁止了。';
 
291
$strEngines = '引擎';
 
292
$strEngineUnsupported = '此 MySQL 服务器不支持 %s 存储引擎。';
 
293
$strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 ';
216
294
$strEnglish = '英语';
217
 
$strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 ';
 
295
$strErrorInZipFile = 'ZIP 包中有错误:';
 
296
$strErrorRelationAdded = '错误:关系未添加';
 
297
$strErrorRelationExists = '错误:关系已存在';
 
298
$strErrorRenamingTable = '将表 %1$s 改名为 %2$s 时发生错误';
 
299
$strErrorSaveTable = '保存设计器坐标时出错。';
218
300
$strError = '错误';
219
 
$strEscapeWildcards = '通配符 _ 及 % 应正确地加入 \ ';
 
301
$strRemoveCRLF = '删除字段中的换行符';
 
302
$strEscapeWildcards = '要使用通配符 _ 和 % 本身,应使用用 \ 转义';
 
303
$strEsperanto = '世界语';
220
304
$strEstonian = '爱沙尼亚语';
 
305
$strEvents = '事件';
 
306
$strEvent = '事件';
221
307
$strExcelEdition = 'Excel 版本';
222
308
$strExecuteBookmarked = '执行书签中的查询';
223
309
$strExplain = '解释 SQL';
 
310
$strExportImportToScale = '按比例导出/导入';//need confirm
 
311
$strExportMustBeFile = '选择导出文件的类型!';
224
312
$strExport = '导出';
225
313
$strExtendedInserts = '扩展插入';
226
314
$strExtra = '额外';
227
315
 
228
 
$strFailedAttempts = '尝试失败';
 
316
$strFailedAttempts = '已失败';
 
317
$strFieldHasBeenDropped = '已删除字段 %s ';
 
318
$strFieldInsertFromFileTempDirNotExists = '移动上传文件时发生错误,参见 [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]。';
 
319
$strFieldsEnclosedBy = '文字分隔符';
 
320
$strFieldsEscapedBy = '字段转义符';
 
321
$strFieldsTerminatedBy = '字段分隔符';
 
322
$strFields = '字段数';
229
323
$strField = '字段';
230
 
$strFieldHasBeenDropped = '字段 %s 已被删除';
231
 
$strFields = '字段数';
232
 
$strFieldsEnclosedBy = '包裹字段的字符';
233
 
$strFieldsEscapedBy = '转义字段的字符';
234
 
$strFieldsTerminatedBy = '分隔字段的字符';
235
 
$strFileAlreadyExists = '文件 %s 已经存在于服务器上,请更改文件名或者选中覆盖选项。';
236
 
$strFileCouldNotBeRead = '文件无法读取';
 
324
$strFileAlreadyExists = '服务器上已存在文件 %s,请修改文件名或选中覆盖选项。';
 
325
$strFileCouldNotBeRead = '无法读取文件';
 
326
$strFileNameTemplateDescriptionDatabase = '数据库名';
 
327
$strFileNameTemplateDescriptionServer = '服务器名';
 
328
$strFileNameTemplateDescriptionTable = '数据表名';
 
329
$strFileNameTemplateDescription = '这个值是使用 %1$sstrftime%2$s 来解析的,所以你能用时间格式的字符串。另外,下列内容也将被转换:%3$s。其他文本将保持原样。';
 
330
$strFileNameTemplateRemember = '记住模板';
237
331
$strFileNameTemplate = '文件名模板';
238
 
$strFileNameTemplateRemember = '记住模板';
239
 
$strFixed = '固定';
 
332
$strFiles = '文件';
 
333
$strFileToImport = '要导入的文件';
240
334
$strFlushPrivilegesNote = '注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。';
241
 
$strFlushTable = '强制更新资料表("FLUSH")';
 
335
$strFlushQueryCache = '强制更新查询缓存';
 
336
$strFlushTables = '强制更新 (关闭) 所有表';
 
337
$strFlushTable = '强制更新表 ("FLUSH")';
 
338
$strFontSize = '字号';
 
339
$strForeignKeyError = '在 %1$s 创建外键时发生错误 (检查数据类型)';
 
340
$strForeignKeyRelationAdded = '已添加外键关联';
242
341
$strFormat = '格式';
243
342
$strFormEmpty = '表单内缺少值!';
 
343
$strFreePages = '空闲页';
244
344
$strFullText = '完整文字';
 
345
$strFunctions = '函数';
245
346
$strFunction = '函数';
246
347
 
247
348
$strGenBy = '生成者';
248
349
$strGeneralRelationFeat = '一般关系特性';
 
350
$strGeneratePassword = '生成密码';
 
351
$strGenerate = '生成';
249
352
$strGenTime = '生成日期';
250
353
$strGeorgian = '乔治亚语';
251
354
$strGerman = '德语';
252
 
$strGlobal = '全局';
 
355
$strGetMoreThemes = '获得更多主题!';
253
356
$strGlobalPrivileges = '全局权限';
254
357
$strGlobalValue = '全局值';
 
358
$strGlobal = '全局';
255
359
$strGo = '执行';
256
360
$strGrantOption = '授权';
257
361
$strGreek = '希腊语';
258
362
$strGzip = 'gzip 压缩';
259
363
 
260
 
$strHasBeenAltered = '已经被修改。';
261
 
$strHaveToShow = '您需要最少选择显示一列';
 
364
$strHandler = '句柄';
 
365
$strHasBeenAltered = '已修改。';
 
366
$strHaveToShow = '您最少要选择显示一列';
262
367
$strHebrew = '希伯来语';
263
 
$strHome = '主目录';
264
 
$strHomepageOfficial = 'phpMyAdmin 官方网站';
 
368
$strHelp = '帮助';
 
369
$strHexForBLOB = '为 BLOB 字段使用16进制 (HEX)';
 
370
$strHideShowAll = '全部隐藏/显示';
 
371
$strHideShowNoRelation = '隐藏/显示没有关联的表';
 
372
$strHide         = '隐藏';
 
373
$strHomepageOfficial = '官方主页 (外链,英文)';
 
374
$strHome = '主文件夹';
 
375
$strHostEmpty = '主机名不能为空!';
 
376
$strHostTableExplanation = '使用主机表时,此处的数据会被主机表中的数据所替换。';
265
377
$strHost = '主机';
266
 
$strHostEmpty = '主机名称是空的!';
 
378
$strHTMLExcel = 'Microsoft Excel 2000';  // should express in english
 
379
$strHTMLWord = 'Microsoft Word 2000';  // should express in english
267
380
$strHungarian = '匈牙利语';
268
381
 
269
382
$strIcelandic = '冰岛语';
270
 
$strId = 'ID'; // use eng
 
383
$strId = 'ID'; // should express in english
271
384
$strIdxFulltext = '全文搜索';
 
385
$strIEUnsupported = 'Internet Explorer 不支持该功能。';
 
386
$strIgnoreDuplicates = '忽略重复行';
 
387
$strIgnoreInserts = '使用忽略插入';
272
388
$strIgnore = '忽略';
273
 
$strIgnoreInserts = '忽略插入';
 
389
$strImportExportCoords = '为 PDF 大纲导入/导出坐标';
274
390
$strImportFiles = '导入文件';
275
 
$strIndex = '索引';
 
391
$strImportFormat = '导入文件的格式';
 
392
$strImportSuccessfullyFinished = '导入成功,执行了 %d 个查询。';
 
393
$strImport = '导入';
 
394
$strIndexesSeemEqual = '索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除';
276
395
$strIndexes = '索引';
277
 
$strIndexHasBeenDropped = '索引 %s 已被删除';
 
396
$strIndexHasBeenDropped = '已删除索引 %s ';
278
397
$strIndexName = '索引名称:';
279
398
$strIndexType = '索引类型:';
280
 
$strIndexWarningTable = '警告:数据表 `%s`的索引存在问题';
 
399
$strIndexWarningTable = '数据表 `%s` 的索引存在问题';
 
400
$strIndex = '索引';
 
401
$strInnoDBAutoextendIncrementDesc = ' 数据表空间不足时自动增加的大小。';
 
402
$strInnoDBAutoextendIncrement = '自动增加';
 
403
$strInnoDBBufferPoolSizeDesc = 'InnoDB 用于缓存数据和索引要使用的内存缓冲大小。';
 
404
$strInnoDBBufferPoolSize = '缓冲池大小';
 
405
$strInnoDBDataFilePath = '数据文件';
 
406
$strInnoDBDataHomeDirDesc = '所有 InnoDB 数据文件的公共路径.';
 
407
$strInnoDBDataHomeDir = '数据主文件夹';
 
408
$strInnoDBPages = '页数';
281
409
$strInnodbStat = 'InnoDB 状态';
282
 
$strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。';
 
410
$strInsecureMySQL = '您配置文件中的设置 (空密码的 root) 与 MySQL 默认管理员账户对应。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,我们强烈建议您应该立即给 \'root\' 用户设置一个密码来补上这个安全漏洞。';
 
411
$strInsertAsNewRow = '以新行插入';
 
412
$strInsertedRowId = '插入的行 id: %1$d';
283
413
$strInsert = '插入';
284
 
$strInsertAsNewRow = '以新行插入';
285
 
$strInternalRelations = '内在联系';
 
414
$strInterface = '界面';
 
415
$strInternalAndForeign = '不需要一个和外键关系一致的内联关系';
 
416
$strInternalRelationAdded = '已添加内联关系';
 
417
$strInternalRelations = '内联';
286
418
$strInUse = '使用中';
 
419
$strInvalidAuthMethod = '配置文件中设置的认证方式无效:';
 
420
$strInvalidColumnCount = '至少要有一个字段。';
 
421
$strInvalidColumn = '无效的字段 (%s) 。';
 
422
$strInvalidCSVFieldCount = 'CSV 输入的第 %d 行字段数有错。';
 
423
$strInvalidCSVFormat = 'CSV 输入的第 %d 行格式有错。';
 
424
$strInvalidCSVParameter = '导入 CSV 文件 %s 时有无效参数';
 
425
$strInvalidDatabase = '无效的数据库';
 
426
$strInvalidFieldAddCount = '至少要添加一个字段。';
 
427
$strInvalidFieldCount = '数据表至少要有一个字段。';
 
428
$strInvalidLDIImport = '该插件不支持导入文件!';
 
429
$strInvalidRowNumber = '%d 不是有效行数。';
 
430
$strInvalidServerHostname = '无效的主机名 %1$s,请检查配置文件。';
 
431
$strInvalidServerIndex = '无效的服务器索引:“%s”';
 
432
$strInvalidTableName = '无效的数据表名';
287
433
 
288
434
$strJapanese = '日语';
289
 
$strJumpToDB = '跳到数据库“%s”。';
290
 
$strJustDeleteDescr = '“删除”的用户仍然能像往常一样登入数据库,直至重新载入权限。';
291
 
$strJustDelete = '只从权限数据库删除用户。';
 
435
$strJoins = '多表查询';
 
436
$strJumpToDB = '跳转到数据库“%s”。';
 
437
$strJustDeleteDescr = '直到重新载入权限为止,被“删除”的用户仍然能像以前一样访问数据库。';
 
438
$strJustDelete = '只从权限表删除用户。';
292
439
 
293
 
$strKeepPass = '请不要更改密码';
 
440
$strKeepPass = '保持原密码';
 
441
$strKeyCache = '键缓存';
294
442
$strKeyname = '键名';
295
 
$strKill = 'Kill'; //should expressed in English
 
443
$strKill = '杀死';
 
444
$strKnownExternalBug = '%s 功能受到一个已知的缺陷 (bug) 影响,参见 %s';
296
445
$strKorean = '朝鲜语';
297
446
 
298
447
$strLandscape = '横向';
 
448
$strLanguage = 'Language';  // should expressed in English
 
449
$strLanguageUnknown = '未知的语言:%1$s.';
 
450
$strLatchedPages = '锁定页';
299
451
$strLatexCaption = '表的标题';
300
452
$strLatexContent = '__TABLE__ 表的内容';
 
453
$strLatexContinuedCaption = '延续的表的标题';
301
454
$strLatexContinued = '(延续的)';
302
 
$strLatexContinuedCaption = '延续的表的标题';
303
455
$strLatexIncludeCaption = '包含表的标题';
304
456
$strLatexLabel = '关键标签';
305
 
$strLaTeX = 'LaTeX';  // use eng
 
457
$strLaTeX = 'LaTeX';  // should express in english
306
458
$strLatexStructure = '__TABLE__ 表的结构';
307
459
$strLatvian = '拉脱维亚语';
308
 
$strLengthSet = '长度/值*';
 
460
$strLDI = 'CSV 使用 LOAD DATA';
 
461
$strLDILocal = '使用本地 (LOCAL) 关键词';
 
462
$strLengthSet = '长度/值';
309
463
$strLimitNumRows = '每页行数';
310
 
$strLinesTerminatedBy = '行终止的字符';
 
464
$strLinesTerminatedBy = '换行符';
311
465
$strLinkNotFound = '找不到链接';
312
466
$strLinksTo = '链接到';
313
467
$strLithuanian = '立陶宛语';
314
468
$strLocalhost = '本地';
315
469
$strLocationTextfile = '文本文件的位置';
316
 
$strLogin = '登入';
317
 
$strLoginInformation = '登入信息';
318
 
$strLogout = '登出';
 
470
$strLoginInformation = '登录信息';
 
471
$strLoginWithoutPassword = '空密码登录被禁止 (参见 允许空密码)';
 
472
$strLogin = '登录';
 
473
$strLogout = '退出';
319
474
$strLogPassword = '密码:';
320
 
$strLogServer = '服务器';
321
 
$strLogUsername = '登入名称:';
 
475
$strLogServerHelp = '您可以输入以空格分隔的主机名/IP地址和端口号。';
 
476
$strLogServer = '服务器:';
 
477
$strLogUsername = '用户名:';
 
478
$strLongOperation = '该操作可能需要执行较长时间,确定执行?';
322
479
 
 
480
$strMaxConnects = '最大并发连接数';
 
481
$strMaximalQueryLength = '创建查询的最大长度';
323
482
$strMaximumSize = '最大限制:%s %s';
324
 
$strMbExtensionMissing = '没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.';
325
 
$strMbOverloadWarning = '警告:你在PHP设置文件中设置了 mbstring.func_overload. 这个选项和phpMyAdmin不兼容,可能会导致一些数据被截断!';
 
483
$strMbExtensionMissing = '没有找到 PHP 扩展 mbstring,而您现在好像在使用多字节字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确分割字符串,可能产生意想不到的结果。';
 
484
$strMbOverloadWarning = 'PHP 配置中已启用了 mbstring.func_overload 。这个选项和 phpMyAdmin 不兼容,可能会导致一些数据损坏!';
326
485
$strMIME_available_mime = '可用的 MIME 类型';
327
 
$strMIME_available_transform = '可用的变换';
 
486
$strMIME_available_transform = '可用的转换';
328
487
$strMIME_description = '描述';
329
488
$strMIME_MIMEtype = 'MIME 类型';
330
 
$strMIME_nodescription = '此变换无可用的描述。<br />详细功能请询问 %s 的作者。';
331
 
$strMIME_transformation_note = '要获得可用变换选项的清单及对应的 MIME 类型变换,请单击%s变换描述%s';
332
 
$strMIME_transformation_options_note = '请使用此格式输入变换选项的值:\'a\', 100, b,\'c\'...<br />如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。';
333
 
$strMIME_transformation_options = '变换选项';
334
 
$strMIME_transformation = '浏览器变换';
 
489
$strMIME_nodescription = '此转换没有描述。<br />详细功能请询问 %s 的作者。';
 
490
$strMIME_transformation_note = '要获得可用转换选项的列表及对应的 MIME 类型转换,请点击%s转换描述%s';
 
491
$strMIME_transformation_options_note = '请使用此格式输入转换选项的值:\'a\', 100, b,\'c\'...<br />如果您需要在值中输入反斜杠 (“\”)或单引号(“\'”),请在前面加上反斜杠 (如 \'\\\\xyz\' 或 \'a\\\'b\')。';
 
492
$strMIME_transformation_options = '转换选项';
 
493
$strMIME_transformation = '浏览器转换';
335
494
$strMIMETypesForTable = 'MIME 类型表';
336
 
$strMIME_without = '以斜体打印的 MIME 类型没有单独的变换函数';
337
 
$strModifications = '修改已经保存。';
 
495
$strMIME_without = '以斜体显示的 MIME 类型没有单独的转换函数';
 
496
$strModifications = '已保存修改。';
 
497
$strModifyIndexTopic = '修改索引';
338
498
$strModify = '修改';
339
 
$strModifyIndexTopic = '修改索引';
340
 
$strMoveTable = '将表移动到(数据库名<b>.</b>表名):';
341
 
$strMoveTableOK = '表 %s 已经移动到 %s。';
342
 
$strMoveTableSameNames = '无法将表移动为相同名称!';
 
499
$strMoveMenu = '移动菜单';
 
500
$strMoveTableOK = '已将数据表 %s 移动到 %s。';
 
501
$strMoveTableSameNames = '目标数据表不能为源数据表!';
 
502
$strMoveTable = '将数据表移动到(数据库名<b>.</b>数据表名):';
343
503
$strMultilingual = '多语言';
 
504
$strMyISAMDataPointerSizeDesc = '默认数据指针的大小 (单位:字节),用于在没有指定 MAX_ROWS 选项的情况下创建 MyISAM 数据表。';
 
505
$strMyISAMDataPointerSize = '数据指针大小';
 
506
$strMyISAMMaxExtraSortFileSizeDesc = '如果用于创建 MyISAM 快速索引的临时文件大于在此指定的键缓存,则建议使用键缓存。';
 
507
$strMyISAMMaxExtraSortFileSize = '创建索引的临时文件最大大小';
 
508
$strMyISAMMaxSortFileSizeDesc = '重建 MyISAM 索引时 MySQL 最多可以使用的临时文件大小 (在 REPAIR TABLE、ALTER TABLE 或 LOAD DATA INFILE 时)';
 
509
$strMyISAMMaxSortFileSize = '临时排序文件的最大大小';
 
510
$strMyISAMRecoverOptionsDesc = '该模式用于自动恢复崩溃的 MyISAM 表,可在启动时使用 --myisam-recover 参数。';
 
511
$strMyISAMRecoverOptions = '自动恢复模式';
 
512
$strMyISAMRepairThreadsDesc = '如果该值大于 1,在进行排序过程的修复操作时 MyISAM 表的索引将会并发 (每个索引都有自己的线程) 创建';
 
513
$strMyISAMRepairThreads = '修复线程';
 
514
$strMyISAMSortBufferSizeDesc = '在修复表 (REPAIR TABLE) 的过程中进行排序 MyISAM 的索引或通过创建索引 (CREATE INDEX) 和修改表 (ALTER TABLE) 创建索引时所要分配的缓存大小。';
 
515
$strMyISAMSortBufferSize = '排序缓存大小';
344
516
$strMySQLCharset = 'MySQL 字符集';
 
517
$strMysqlClientVersion = 'MySQL 客户端版本';
345
518
$strMySQLConnectionCollation = 'MySQL 连接校对';
 
519
$strMysqlLibDiffersServerVersion = '你的 PHP MySQL 库版本 %s 和你的 MySQL 服务器版本 %s 不同。这可能造成一些未知的问题。';
346
520
$strMySQLSaid = 'MySQL 返回:';
347
521
$strMySQLShowProcess = '显示进程';
348
522
 
349
523
$strName = '名字';
350
524
$strNext = '下一个';
351
 
$strNo = '否';
352
 
$strNoActivity = '持续 %s  秒以上的非活动状态,导致超时,请重新登录';
 
525
$strNoActivity = '登录超时 (%s 秒未活动),请重新登录';
 
526
$strNoDatabasesSelected = '未选中数据库。';
353
527
$strNoDatabases = '无数据库';
354
 
$strNoDatabasesSelected = '没有选中数据库。';
 
528
$strNoDataReceived = '没有接收到要导入的数据。可能是文件名没有提交,也可能是文件大小超出 PHP 限制。参见 [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]。';
355
529
$strNoDescription = '无描述';
356
 
$strNoDropDatabases = '已经禁用“DROP DATABASE”语句。';
 
530
$strNoDetailsForEngine = '没有该存储引擎的详细信息。';
 
531
$strNoDropDatabases = '已经禁用删除数据库 (“DROP DATABASE”) 语句。';
357
532
$strNoExplain = '略过解释 SQL';
 
533
$strNoFilesFoundInZip = 'ZIP 包中未找到文件!';
358
534
$strNoFrames = 'phpMyAdmin 更适合在支持<b>框架</b>的浏览器中使用。';
359
535
$strNoIndexPartsDefined = '没有定义的索引部分!';
360
536
$strNoIndex = '没有已定义的索引!';
361
537
$strNoModification = '无更改';
 
538
$strNoneDefault = '无';
362
539
$strNone = '无';
363
 
$strNoOptions = '这种格式并无选项';
 
540
$strNoOptions = '此格式没有选项';
364
541
$strNoPassword = '无密码';
365
 
$strNoPermission = '网站服务器不允许保存文件 %s。';
 
542
$strNoPermission = '网站服务器没有保存文件 %s 的权限。';
366
543
$strNoPhp = '无 PHP 代码';
367
544
$strNoPrivileges = '无权限';
368
 
$strNoRights = '您现在没有足够的权限在此出现!';
369
 
$strNoRowsSelected = '未选择行';
 
545
$strNoRights = '权限不足!';
 
546
$strNoRowsSelected = '没有选中任何行';
370
547
$strNoSpace = '没有足够的空间保存文件 %s。';
371
548
$strNoTablesFound = '数据库中没有表。';
372
 
$strNoThemeSupport = '不支持主题,检查你的设置以及主题文件夹 %s.';
 
549
$strNoThemeSupport = '不支持主题,请检查你的设置和主题文件夹 %s 。';
373
550
$strNotNumber = '这不是一个数字!';
374
551
$strNotOK = '不好';
375
 
$strNotSet = '<b>%s</b> 表找不到或还未在 %s 设定';
 
552
$strNotSet = '找不到 <b>%s</b> 表或还未在 %s 设置';
376
553
$strNoUsersFound = '找不到用户。';
377
554
$strNoValidateSQL = '略过校验 SQL';
378
 
$strNull = 'Null';
379
 
$strNumSearchResultsInTable = '%s 个匹配项 - 于表 <i>%s</i> 中';
380
 
$strNumSearchResultsTotal = '<b>总计:</b> <i>%s</i> 个匹配项';
381
 
$strNumTables = '个表';
 
555
$strNo = '否';
 
556
$strNull = '空';
 
557
$strNumberOfFields = '字段数';
 
558
$strNumberOfTables = '数据表数量';
 
559
$strNumSearchResultsInTable = '%s 个匹配 - 于表 <i>%s</i> 中';
 
560
$strNumSearchResultsTotal = '<b>总计:</b> <i>%s</i> 个匹配';
 
561
$strNumTables = '数据表';
382
562
 
383
563
$strOK = '确定';
 
564
$strOpenDocumentSpreadsheet = 'OpenOffice 表格';
 
565
$strOpenDocumentText = 'OpenOffice 文档';
 
566
$strOpenNewWindow = '打开新 phpMyAdmin 窗口';
384
567
$strOperations = '操作';
385
 
$strOperator = '操作员';
 
568
$strOperator = '操作符';
386
569
$strOptimizeTable = '优化表';
 
570
$strOptimize = '优化';
 
571
$strOptions = '选项';
387
572
$strOr = '或';
388
573
$strOverhead = '多余';
389
574
$strOverwriteExisting = '覆盖已有文件';
390
575
 
391
 
$strPageNumber = '页号:';
 
576
$strPacked = '紧凑';
 
577
$strPageNumber = '页码:';
 
578
$strPagesToBeFlushed = '要刷新的页';
392
579
$strPaperSize = '纸张大小';
 
580
$strPartialImport = '部分导入';
393
581
$strPartialText = '部分文字';
 
582
$strPartitionDefinition = '分区定义';
 
583
$strPartitioned = '已分配的分区';
 
584
$strPartitionMaintenance = '分区维护';
 
585
$strPartition = '分区 %s';
 
586
$strPasswordChanged = '%s 的密码已修改。';
 
587
$strPasswordEmpty = '密码不能为空!';
 
588
$strPasswordHashing = '密码加密方式';
 
589
$strPasswordNotSame = '两次密码不一致!';
394
590
$strPassword = '密码';
395
 
$strPasswordChanged = '%s 的密码已成功更改。';
396
 
$strPasswordEmpty = '密码是空的!';
397
 
$strPasswordHashing = '密码哈希';
398
 
$strPasswordNotSame = '密码并非相同!';
399
 
$strPdfDbSchema = '“%s”数据库大纲 - 第 %s 页';
 
591
$strPBXTCheckpointFrequencyDesc = '在检查点前最大可以写入事务日志的最大数据大小。默认值为 24MB。';
 
592
$strPBXTCheckpointFrequency = '检查点频率';
 
593
$strPBXTDataFileGrowSizeDesc = '句柄数据文件 (*.xtd) 增长大小。';
 
594
$strPBXTDataFileGrowSize = '数据文件增长大小';
 
595
$strPBXTDataLogThresholdDesc = '数据日志文件的最大大小。默认值为 64MB。PBXT 最多可以创建 32000 个数据日志,可用于所有的表。增加该值可以增加数据库所能存储数据的大小。';
 
596
$strPBXTDataLogThreshold = '数据日志阈值';
 
597
$strPBXTGarbageThresholdDesc = '数据日志文件中压缩前无效数据所占的比率。值域为 1 到 99,默认值为50。';
 
598
$strPBXTGarbageThreshold = '垃圾阈值';
 
599
$strPBXTIndexCacheSizeDesc = '用于索引缓存的内存大小。默认值为 32MB。该缓存仅用于缓存索引页。';
 
600
$strPBXTIndexCacheSize = '索引缓存大小';
 
601
$strPBXTLogBufferSizeDesc = '写入数据日志时使用的缓存大小。默认值为 256MB。数据引擎会为每一个需要进行数据日志写入的线程分配一个缓冲区。';
 
602
$strPBXTLogBufferSize = '日志缓存大小';
 
603
$strPBXTLogCacheSizeDesc = '用于缓存事务日志的内存缓冲区大小。默认值为 16MB。';
 
604
$strPBXTLogCacheSize = '日志缓存大小';
 
605
$strPBXTLogFileCountDesc = '系统维护的事务日志数量 (pbxt/system/*.xt)。如果日志数量大于此值,旧的日志将会被删除,或者被以升序数字序列重命名。';
 
606
$strPBXTLogFileCount = '日志文件总数';
 
607
$strPBXTLogFileThresholdDesc = '回滚和新日志创建前事务日志的大小。默认值为 16MB。';
 
608
$strPBXTLogFileThreshold = '日志文件阈值';
 
609
$strPBXTRecordCacheSizeDesc = '用于缓存表数据的缓存内存大小。默认值为 32MB。该缓存用于记录句柄数据 (*.xtd) 和行指针 (*.xtr) 文件。';
 
610
$strPBXTRecordCacheSize = '记录缓存大小';
 
611
$strPBXTRowFileGrowSizeDesc = '行指针文件 (*.xtr) 增长大小。';
 
612
$strPBXTRowFileGrowSize = '行文件增长大小';
 
613
$strPBXTTransactionBufferSizeDesc = '全局事务日志缓存 (数据引擎会分配两个该大小的缓冲区)。默认值为 1MB。';
 
614
$strPBXTTransactionBufferSize = '事务缓存大小';
 
615
$strPdfDbSchema = '数据库“%s”的大纲 - 第 %s 页';
400
616
$strPdfInvalidTblName = '表“%s”不存在!';
401
617
$strPdfNoTables = '没有表';
 
618
$strPDF = 'PDF';  // should express in english
 
619
$strPDFReportExplanation = '(根据一张表的数据生成报告)';
 
620
$strPDFReportTitle = '报告标题';
402
621
$strPerHour = '每小时';
403
622
$strPerMinute = '每分钟';
404
623
$strPerSecond = '每秒';
405
624
$strPersian = '波斯语';
406
625
$strPhoneBook = '电话本';
 
626
$strPHPExtension = 'PHP 扩展';
 
627
$strPHPVersion = 'PHP 版本';
407
628
$strPhp = '创建 PHP 代码';
408
 
$strPHPVersion = 'PHP 版本';
 
629
$strPlayAudio = '播放音频';
 
630
$strPleaseSelectPrimaryOrUniqueKey = '请选择主键或唯一键';
409
631
$strPmaDocumentation = 'phpMyAdmin 文档';
410
 
$strPmaUriError = '必须在您的配置文件中设定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 指令!';
 
632
$strPmaUriError = '必须在您的配置文件中设置 <tt>$cfg[\'PmaAbsoluteUri\']</tt> !';
411
633
$strPolish = '波兰语';
412
634
$strPortrait = '纵向';
413
635
$strPos1 = '开始';
414
 
$strPrevious = '前一个';
 
636
$strPrevious = '上一个';
 
637
$strPrimaryKeyHasBeenDropped = '已删除主键';
 
638
$strPrimaryKeyName = '主键的名称必须称为 “PRIMARY”!';
 
639
$strPrimaryKeyWarning = '(“PRIMARY”<b>必须</b>而且<b>只能</b>作为主键的名称!)';
415
640
$strPrimary = '主键';
416
 
$strPrimaryKeyHasBeenDropped = '主键已被删除';
417
 
$strPrimaryKeyName = '主键的名称必须称为 PRIMARY!';
418
 
$strPrimaryKeyWarning = '(“PRIMARY”<b>必须</b>是主键的名称,并且主键必须<b>唯一</b>!)';
 
641
$strPrintViewFull = '打印预览 (全文显示)';
 
642
$strPrintView = '打印预览';
419
643
$strPrint = '打印';
420
 
$strPrintView = '打印预览';
421
 
$strPrintViewFull = '打印预览 (全文显示)';
422
 
$strPrivDescAllPrivileges = '包括所有权限除了授权 (GRANT)。';
423
 
$strPrivDescAlter = '允许修改现有表的结构。';
424
 
$strPrivDescCreateDb = '允许创建新数据库和表。';
425
 
$strPrivDescCreateTbl = '允许创建新表。';
426
 
$strPrivDescCreateTmpTable = '允许创建暂时表。';
 
644
$strPrivDescAllPrivileges = '除了授权 (GRANT) 以外的所有权限。';
 
645
$strPrivDescAlterRoutine = '允许修改或删除储存过程。';
 
646
$strPrivDescAlter = '允许修改现有数据表的结构。';
 
647
$strPrivDescCreateDb = '允许创建新数据库和数据表。';
 
648
$strPrivDescCreateRoutine = '允许创建存储过程。';
 
649
$strPrivDescCreateTbl = '允许创建新数据表。';
 
650
$strPrivDescCreateTmpTable = '允许创建临时表。';
 
651
$strPrivDescCreateUser = '允许创建、删除和重命名用户账户。';
 
652
$strPrivDescCreateView = '允许创建视图。';
427
653
$strPrivDescDelete = '允许删除数据。';
428
 
$strPrivDescDropDb = '允许删除数据库和表。';
429
 
$strPrivDescDropTbl = '允许删除表。';
 
654
$strPrivDescDropDb = '允许删除数据库和数据表。';
 
655
$strPrivDescDropTbl = '允许删除数据表。';
 
656
$strPrivDescEvent = '允许为事件触发器设置事件';
 
657
$strPrivDescExecute5 = '允许运行存储过程。';
430
658
$strPrivDescExecute = '允许运行存储过程;在此版本的 MySQL 中无效。';
431
659
$strPrivDescFile = '允许从文件中导入数据以及将数据导出至文件。';
432
660
$strPrivDescGrant = '允许添加用户和权限,而不允许重新载入权限表。';
433
661
$strPrivDescIndex = '允许创建和删除索引。';
434
662
$strPrivDescInsert = '允许插入和替换数据。';
435
 
$strPrivDescLockTables = '允许锁住当前线索的表。';
 
663
$strPrivDescLockTables = '允许锁定当前线程的表。';
436
664
$strPrivDescMaxConnections = '限制用户每小时打开的新连接数。';
437
 
$strPrivDescMaxQuestions = '限制用户每小时可发送的查询数。';
438
 
$strPrivDescMaxUpdates = '限制用户每小时可执行的将会更改任何表或数据库的命令数。';
 
665
$strPrivDescMaxQuestions = '限制用户每小时可发送到服务器的查询数。';
 
666
$strPrivDescMaxUpdates = '限制用户每小时可执行的修改任何数据表或数据库的命令数。';
 
667
$strPrivDescMaxUserConnections = '限制该用户的并发连接数。';
 
668
$strPrivDescProcess = '允许查看所有用户的进程';
439
669
$strPrivDescReferences = '在此版本的 MySQL 中无效。';
440
670
$strPrivDescReload = '允许重新载入服务器设置并刷新服务器的缓存。';
441
671
$strPrivDescReplClient = '用户有权询问附属者/控制者在哪里。';
442
672
$strPrivDescReplSlave = '回复附属者所需。';
443
673
$strPrivDescSelect = '允许读取数据。';
444
674
$strPrivDescShowDb = '允许访问完整的数据库列表。';
 
675
$strPrivDescShowView = '允许执行 SHOW CREATE VIEW 查询。';
445
676
$strPrivDescShutdown = '允许关闭服务器。';
446
 
$strPrivDescSuper = '允许在达到最大允许数目时仍进行连接;对于大多数像设置全局变量或杀死其它用户线程这样的管理操作是必需的。';
447
 
$strPrivDescUpdate = '允许更改数据。';
 
677
$strPrivDescSuper = '允许在达到最大连接数时连接,对于大多数像设置全局变量或杀死其它用户线程这样的管理操作是必需的。';
 
678
$strPrivDescTrigger = '允许创建和删除触发器';
 
679
$strPrivDescUpdate = '允许修改数据。';
448
680
$strPrivDescUsage = '无权限。';
 
681
$strPrivilegesReloaded = '已成功重新载入权限。';
449
682
$strPrivileges = '权限';
450
 
$strPrivilegesReloaded = '权限已经成功载入。';
 
683
$strProcedures = '存储过程';
451
684
$strProcesses = '进程';
452
685
$strProcesslist = '进程列表';
453
 
$strPutColNames = '将字段名称放在首行';
 
686
$strProfiling = '概要';
 
687
$strProtocolVersion = '协议版本';
 
688
$strPutColNames = '将字段名放在第一行';
454
689
 
 
690
$strQBEDel = '删除';
 
691
$strQBEIns = '插入';
455
692
$strQBE = '查询';
456
 
$strQBEDel = '删除';
457
 
$strQBEIns = '添加';
 
693
$strQueryCache = '查询缓存';
458
694
$strQueryFrame = '查询窗口';
459
695
$strQueryOnDb = '在数据库 <b>%s</b> 执行 SQL 语句:';
 
696
$strQueryResultsOperations = '查询结果选项';
460
697
$strQuerySQLHistory = 'SQL 历史';
461
 
$strQueryStatistics = '<b>查询统计</b>:自从启动后,服务器共收到了 %s 次查询。';
 
698
$strQueryStatistics = '<b>查询统计</b>:自启动后,服务器共收到了 %s 次查询。';
462
699
$strQueryTime = '查询花费 %01.4f 秒';
463
700
$strQueryType = '查询方式';
464
701
$strQueryWindowLock = '不从窗口外覆盖此查询';
465
702
 
466
 
$strReceived = '已收到';
 
703
$strReadRequests = '读请求';
 
704
$strRebuild = '重建';
 
705
$strReceived = '已接收';
 
706
$strRecommended = '推荐';
467
707
$strRecords = '记录数';
468
708
$strReferentialIntegrity = '检查引用完整性:';
469
709
$strRefresh = '刷新';
 
710
$strRelationalDisplayField = '关联显示字段';
 
711
$strRelationalKey = '关联键';
470
712
$strRelationalSchema = '关系大纲';
471
 
$strRelationNotWorking = '使用链接表的额外特性尚未激活。要查出原因,请单击%s此处%s。';
 
713
$strRelationDeleted = '已删除关系';
 
714
$strRelationNotWorking = '链接表的额外特性尚未激活。要查出原因,请点击%s此处%s。';
 
715
$strRelationsForTable = '表的关联';
472
716
$strRelations = '关系';
473
 
$strRelationsForTable = '表的关联';
474
717
$strRelationView = '关系查看';
475
718
$strReloadingThePrivileges = '重新载入权限';
476
 
$strRemoveSelectedUsers = '删除选中用户';
477
 
$strRenameDatabaseOK = '数据库 %s 已经被重命名为 %s';
478
 
$strRenameTableOK = '表 %s 名字已经被改成 %s。';
 
719
$strReloadPrivileges = '重新载入权限';
 
720
$strReload = '重新载入';
 
721
$strRemovePartitioning = '删除分区';
 
722
$strRemoveSelectedUsers = '删除选中的用户';
 
723
$strRenameDatabaseOK = '已将数据库 %s 改名为 %s';
 
724
$strRenameTableOK = '已将数据表 %s 改名为 %s';
479
725
$strRenameTable = '将表改名为';
480
726
$strRepairTable = '修复表';
 
727
$strRepair = '修复';
481
728
$strReplaceNULLBy = '将 NULL 替换为';
482
 
$strReplaceTable = '将表的数据用此文件替换:';
 
729
$strReplaceTable = '将表的数据用此文件替换';
 
730
$strReplicationStatusInfo = '此 MySQL 服务器运行于 %s <b>复制</b> 进程。要获得更多关于此服务器的复制状态,请浏览 <a href="#replication">复制状态信息</a>.';
 
731
$strReplicationStatus_master = '主服务器状态';
 
732
$strReplicationStatus_slave = '从服务器状态';
 
733
$strReplicationStatus = '复制状态';
 
734
$strReplication = '复制';
483
735
$strReset = '重置';
484
736
$strResourceLimits = '资源限制';
 
737
$strRestartInsertion = '重新进行插入操作,共 %s 行';
485
738
$strReType = '重新输入';
486
 
$strRevoke = '收回';
487
 
$strRevokeAndDeleteDescr = '用户仍然拥有 USAGE 权限,直到权限重载。';
488
 
$strRevokeAndDelete = '收回用户的所有激活权限,然后删除用户。';
489
 
$strRevokeMessage = '您已收回 %s 的权限';
 
739
$strRevokeAndDeleteDescr = '直到重新载入权限之前,该用户仍有 USAGE 权限。';
 
740
$strRevokeAndDelete = '撤销用户所有权限,然后删除用户。';
 
741
$strRevokeMessage = '您已撤销 %s 的权限';
 
742
$strRevoke = '撤销';
490
743
$strRomanian = '罗马尼亚语';
 
744
$strRoutineReturnType = '返回类型';
 
745
$strRoutines = '常规';
491
746
$strRowLength = '行长度';
492
 
$strRows = '行数';
 
747
$strRowsAffected = '影响了 %1$d 行。';
 
748
$strRowsDeleted = '已删除 %1$d 行。';
493
749
$strRowsFrom = '行,开始行数:';
 
750
$strRowsInserted = '已插入 %1$d 行。';
494
751
$strRowSize = ' 行大小 ';
495
 
$strRowsModeFlippedHorizontal = '水平(旋转标题)';
 
752
$strRowsModeFlippedHorizontal = '水平 (旋转标题)';
496
753
$strRowsModeHorizontal = '水平';
497
 
$strRowsModeOptions = '以 %s 模式显示,并且在 %s 个单元格后重复标题';
 
754
$strRowsModeOptions = '以 %s 模式显示,并且在 %s 行后重复标题';
498
755
$strRowsModeVertical = '垂直';
499
756
$strRowsStatistic = '行统计';
 
757
$strRows = '行数';
500
758
$strRunning = '运行于 %s';
501
759
$strRunQuery = '提交查询';
 
760
$strRunSQLQueryOnServer = '在服务器 %s 运行 SQL 查询';
502
761
$strRunSQLQuery = '在数据库 %s 运行 SQL 查询';
503
762
$strRussian = '俄语';
504
763
 
 
764
$strSaveOnServer = '保存于服务器的 %s 文件夹';
 
765
$strSavePosition = '保存位置';
505
766
$strSave = '保存';
506
 
$strSaveOnServer = '保存于服务器的 %s 目录';
507
767
$strScaleFactorSmall = '比例因子太小,无法在一页中显示大纲';
508
 
$strSearch = '搜索';
509
 
$strSearchFormTitle = '搜索数据库';
 
768
$strSearchFormTitle = '在数据库中搜索';
 
769
$strSearchInField = '包含字段:';
510
770
$strSearchInTables = '于以下表:';
511
 
$strSearchNeedle = '查找的文字或数值(通配符:“%”):';
512
 
$strSearchOption1 = '至少一个单词';
513
 
$strSearchOption2 = '所有单词';
 
771
$strSearchNeedle = '要查找的文字或数值 (通配符:“%”):';
 
772
$strSearchOption1 = '至少一个词';
 
773
$strSearchOption2 = '所有词';
514
774
$strSearchOption3 = '精确短语';
515
 
$strSearchOption4 = '按正规表达式';
 
775
$strSearchOption4 = '使用正则表达式';
516
776
$strSearchResultsFor = '“<i>%s</i>”的搜索结果 %s:';
517
777
$strSearchType = '查找:';
518
 
$strSecretRequired = '配置文件现在需要绝密的短语密码(blowfish_secret)。';
 
778
$strSearch = '搜索';
 
779
$strSecretRequired = '配置文件现在需要一个短语密码。';
519
780
$strSelectADb = '请选择数据库';
520
781
$strSelectAll = '全选';
521
 
$strSelectBinaryLog = '选择查看二进制日志';
 
782
$strSelectBinaryLog = '选择要查看的二进制日志';
522
783
$strSelectFields = '至少选择一个字段:';
 
784
$strSelectForeignKey = '选择外键';
523
785
$strSelectNumRows = '查询中';
 
786
$strSelectReferencedKey = '选择外键';
524
787
$strSelectTables = '选择表';
525
788
$strSend = '另存为文件';
526
 
$strSent = '送出';
527
 
$strServer = '服务器';
 
789
$strSent = '已发送';
528
790
$strServerChoice = '选择服务器';
529
791
$strServerNotResponding = '服务器没有响应';
 
792
$strServerStatusDelayedInserts = '延迟插入';
530
793
$strServerStatusUptime = '此 MySQL 服务器已经运行了 %s,启动时间为 %s。';
531
794
$strServerStatus = '运行信息';
 
795
$strServers = '服务器';
532
796
$strServerTabVariables = '变量';
533
797
$strServerTrafficNotes = '<b>服务器流量</b>:这些表显示了此 MySQL 服务器自启动以来的网络流量统计。';
534
798
$strServerVars = '服务器变量和设置';
535
799
$strServerVersion = '服务器版本';
 
800
$strServer = '服务器';
 
801
$strSessionGCWarning = '您的 PHP 配置参数 [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime (外链,英文)[/a] 短于您在 phpMyAdmin 中设置的 Cookies 有效期,因此您的登录会话有效期将会比您在 phpMyAdmin 中设置的时间要更短。';
 
802
$strSessionStartupErrorGeneral = '无法在发生错误时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安装。';
536
803
$strSessionValue = '会话值';
537
804
$strSetEnumVal = '如字段类型是“enum”或“set”,请使用以下的格式输入:\'a\',\'b\',\'c\'...<br />如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。';
538
 
$strShow = '显示';
 
805
$strSetupAllowAnywhereRecoding_name = '允许转换字符集';
 
806
$strSetupAllowArbitraryServer_desc = '如果启用,用户可以在 cookie 认证方式中输入任意 MySQL 服务器';
 
807
$strSetupAllowArbitraryServerMsg = '该[a@?page=form&amp;formset=features#tab_Security]选项[/a]应该被关闭以防止尝试暴力破解 MySQL 服务器。如果您认为有必要,可以使用[a@?page=form&amp;formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地址,该措施的安全性将下降。';
 
808
$strSetupAllowArbitraryServer_name = '允许登录到任意 MySQL 服务器';
 
809
$strSetupAllowUserDropDatabase_name = '显示 &quot;删除数据库&quot; 链接给普通用户';
 
810
$strSetupBlowfishSecretCharsMsg = '短语密码应包含字母、数字[em]和[/em]特殊字符';
 
811
$strSetupblowfish_secret_desc = '在 [kbd]cookie[/kbd] 认证方式下用于加密 cookies 的短语密码';
 
812
$strSetupBlowfishSecretLengthMsg = '短语密码太短,至少应含有8个字符';
 
813
$strSetupBlowfishSecretMsg = '您打开了 Cookies 认证方式,但没有设置短语密码,因此系统自动生成了一个短语密码,该密语用于加密 Cookies。您不需要记住这个短语密码。';
 
814
$strSetupblowfish_secret_name = '短语密码';
 
815
$strSetupBrowseMarkerEnable_desc = '高亮选中的行';
 
816
$strSetupBrowseMarkerEnable_name = '行标记';
 
817
$strSetupBrowsePointerEnable_desc = '高亮鼠标指针所在的行';
 
818
$strSetupBrowsePointerEnable_name = '高亮指针';
 
819
$strSetupBZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Bzip2]bzip2 (外链,英文)[/a] 压缩';
 
820
$strSetupBZipDump_name = 'Bzip2';  // should express in english
 
821
$strSetupBZipDumpWarning = '此系统目前不支持 [a@?page=form&amp;formset=features#tab_Import_export]Bzip2 压缩和解压缩[/a]所必须的 (%s) 函数。';
 
822
$strSetupCannotLoadConfigMsg = '请在 phpMyAdmin 的根文件夹下创建可以写入的 [em]config[/em] 文件夹,[a@../Documentation.html#setup_script]文档[/a]中有说明。否则你只能下载或显示配置。';
 
823
$strSetupCannotLoadConfig = '无法加载或保存配置';
 
824
$strSetupCharEditing_desc = '定义编辑 CHAR 和 VARCHAR 类型字段时应使用何种控件,[kbd]输入框 (input)[/kbd] - 允许限制输入长度,[kbd]文本框 (textarea)[/kbd] - 允许输入多行数据';
 
825
$strSetupCharEditing_name = '编辑 CHAR 类型字段';
 
826
$strSetupCharTextareaCols_desc = 'CHAR/VARCHAR 文本框的列数';
 
827
$strSetupCharTextareaCols_name = 'CHAR 文本框列';
 
828
$strSetupCharTextareaRows_desc = 'CHAR/VARCHAR 文本框的行数';
 
829
$strSetupCharTextareaRows_name = 'CHAR 文本框行';
 
830
$strSetupCheckConfigurationPermissions_name = '检查配置文件权限';
 
831
$strSetupClear = '清除';
 
832
$strSetupCompressOnFly_desc = '使用较少的内存进行 gzip/bzip2 实时压缩。如果创建压缩文档时发生错误,请禁用该选项';
 
833
$strSetupCompressOnFly_name = '实时压缩';
 
834
$strSetupConfigurationFile = '配置文件';
 
835
$strSetupConfirm_desc = '当查询可能丢失数据时是否显示警告 (&quot;您真的要...&quot;)';
 
836
$strSetupConfirm_name = '确认删除(DROP)查询';
 
837
$strSetupDefaultCharset_desc = '转换时的默认字符集';
 
838
$strSetupDefaultCharset_name = '默认字符集';
 
839
$strSetupDefaultLanguage = '默认语言';
 
840
$strSetupDefaultServer = '默认服务器';
 
841
$strSetupDefaultTabDatabase_desc = '在进入数据库标签时默认显示的页面';
 
842
$strSetupDefaultTabDatabase_name = '默认数据库标签';
 
843
$strSetupDefaultTabServer_desc = '在进入服务器标签时默认显示的页面';
 
844
$strSetupDefaultTabServer_name = '默认服务器标签';
 
845
$strSetupDefaultTabTable_desc = '在进入数据表标签时默认显示的页面';
 
846
$strSetupDefaultTabTable_name = '默认数据表标签';
 
847
$strSetupDirectoryNotice = '对该值应该进行小心谨慎的检查,确保服务器上的其他用户对该文件夹都没有读取和写入的权限。';
 
848
$strSetupDisplayDatabasesList_desc = '直接显示数据库列表而不使用下拉框';
 
849
$strSetupDisplayDatabasesList_name = '显示数据库为列表';
 
850
$strSetupDisplayServersList_desc = '直接显示服务器列表而不使用下拉框';
 
851
$strSetupDisplayServersList_name = '显示服务器为列表';
 
852
$strSetupDisplay = '显示';
 
853
$strSetupDonateLink = '捐助 (外链,英文)';
 
854
$strSetupDownload = '下载';
 
855
$strSetupEndOfLine = '换行符';
 
856
$strSetuperror_connection = '无法连接到 MySQL 服务器';
 
857
$strSetuperror_empty_pmadb_password = '使用 PMA 数据时控制用户的密码不能为空';
 
858
$strSetuperror_empty_pmadb_user = '使用 PMA 数据库时控制用户不能为空';
 
859
$strSetuperror_empty_signon_session = '使用 singon 认证方式时 Signon 会话名不能为空';
 
860
$strSetuperror_empty_signon_url = '使用 singon 认证方式时登录地址不能为空';
 
861
$strSetuperror_empty_user_for_config_auth = '使用 config 认证方式时 config 认证方式的用户名不能为空';
 
862
$strSetuperror_form = '提交的表单中有错误';
 
863
$strSetuperror_incorrect_ip_address = '%s 是一个错误的 IP 地址';
 
864
$strSetuperror_incorrect_port = '非法的端口号';
 
865
$strSetuperror_incorrect_value = '输入的值不正确';
 
866
$strSetuperror_missing_field_data = '在 %s 中丢失数据';
 
867
$strSetuperror_nan_nneg = '输入值不是非负数';
 
868
$strSetuperror_nan_p = '输入值不是正数';
 
869
$strSetupExecTimeLimit_desc = '设置脚本最大运行时间 (单位:秒,[kbd]0[/kbd] 为不限制)';
 
870
$strSetupExecTimeLimit_name = '最长执行时间';
 
871
$strSetupExport_asfile_name = '保存为文件';
 
872
$strSetupExport_charset_name = '文件字符集';
 
873
$strSetupExport_compression_name = '压缩';
 
874
$strSetupExport_file_template_database_name = '数据库名模板';
 
875
$strSetupExport_file_template_server_name = '服务器名模板';
 
876
$strSetupExport_file_template_table_name = '数据表名模板';
 
877
$strSetupExport_format_name = '格式';
 
878
$strSetupExport_onserver_name = '保存在服务器上';
 
879
$strSetupExport_onserver_overwrite_name = '覆盖现有文件';
 
880
$strSetupExport_remember_file_template_name = '记住文件名模板';
 
881
$strSetupFalse = '否';
 
882
$strSetupForceSSL_desc = '强制使用安全连接访问 phpMyAdmin';
 
883
$strSetupForceSSLMsg = '若服务器支持,建议启用该[a@?page=form&amp;formset=features#tab_Security]选项[/a]';
 
884
$strSetupForceSSL_name = '强制 SSL 连接';
 
885
$strSetupForeignKeyDropdownOrder_desc = '外键下拉框中选项的排序顺序,[kbd]content[/kbd] 为关联内容,[kbd]id[/kbd] 为键值';
 
886
$strSetupForeignKeyDropdownOrder_name = '外键下拉框顺序';
 
887
$strSetupForeignKeyMaxLimit_desc = '下拉框中选项个数的限制';
 
888
$strSetupForeignKeyMaxLimit_name = '外键限制';
 
889
$strSetupForm_Browse_desc = '自定义浏览模式';
 
890
$strSetupForm_Browse = '浏览模式';
 
891
$strSetupForm_Edit_desc = '自定义编辑模式';
 
892
$strSetupForm_Edit = '编辑模式';
 
893
$strSetupForm_Export_defaults_desc = '自定义导出选项的默认值';
 
894
$strSetupForm_Export_defaults = '导出选项';
 
895
$strSetupForm_Import_defaults_desc = '自定义导入选项的默认值';
 
896
$strSetupForm_Import_defaults = '导入选项';
 
897
$strSetupForm_Import_export_desc = '设置导入和导出文件夹以及压缩选项';
 
898
$strSetupForm_Import_export = '导入 / 导出';
 
899
$strSetupForm_Left_databases_desc = '数据库显示选项';
 
900
$strSetupForm_Left_databases = '数据库';
 
901
$strSetupForm_Left_frame_desc = '自定义导航框架';
 
902
$strSetupForm_Left_frame = '导航框架';
 
903
$strSetupForm_Left_servers_desc = '服务器显示选项';
 
904
$strSetupForm_Left_servers = '服务器';
 
905
$strSetupForm_Left_tables_desc = '数据表显示选项';
 
906
$strSetupForm_Left_tables = '数据表';
 
907
$strSetupForm_Main_frame = '主框架';
 
908
$strSetupForm_Other_core_settings_desc = '其他设置';
 
909
$strSetupForm_Other_core_settings = '其他核心设置';
 
910
$strSetupForm_Query_window_desc = '自定义查询窗口选项';
 
911
$strSetupForm_Query_window = '查询窗口';
 
912
$strSetupForm_Security_desc = '注意:phpMyAdmin 只是一个用户接口,其功能不会对 MySQL 有限制';
 
913
$strSetupForm_Security = '安全';
 
914
$strSetupForm_Server_config_desc = '高级服务器设置,如果你不知道这些是什么,请不要修改';
 
915
$strSetupForm_Server_config = '服务器设置';
 
916
$strSetupForm_Server_desc = '服务器连接参数';
 
917
$strSetupForm_Server_login_options_desc = '设置 signon 认证方式选项';
 
918
$strSetupForm_Server_login_options = 'Signon 登录参数';
 
919
$strSetupForm_Server_pmadb_desc = '配置 phpMyAdmin 数据库获得更多功能,参见文档[a@../Documentation.html#linked-tables]链接表的额外特性[/a]。';
 
920
$strSetupForm_Server_pmadb = 'PMA 数据库';
 
921
$strSetupForm_Server = '基本设置';
 
922
$strSetupFormset_customization = '自定义';
 
923
$strSetupFormset_export = '自定义导出选项';
 
924
$strSetupFormset_features = '功能';
 
925
$strSetupFormset_import = '自定义导入选项';
 
926
$strSetupFormset_left_frame = '自定义导航框架';
 
927
$strSetupFormset_main_frame = '自定义主框架';
 
928
$strSetupForm_Sql_box_desc = '自定义显示在 SQL 查询框中的链接';
 
929
$strSetupForm_Sql_box = 'SQL 查询框';
 
930
$strSetupForm_Sql_queries_desc = 'SQL 查询设置,要设置 SQL 查询框请到[a@?page=form&amp;formset=main_frame#tab_Sql_box]主框架[/a]设置中修改';
 
931
$strSetupForm_Sql_queries = 'SQL 查询';
 
932
$strSetupForm_Startup_desc = '自定义起始页';
 
933
$strSetupForm_Startup = '起始页';
 
934
$strSetupForm_Tabs_desc = '选择你想让标签怎样工作';
 
935
$strSetupForm_Tabs = '标签';
 
936
$strSetupGZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Gzip]gzip (外链,英文)[/a] 压缩';
 
937
$strSetupGZipDump_name = 'GZip';  // should express in english
 
938
$strSetupGZipDumpWarning = '此系统目前不支持 [a@?page=form&amp;formset=features#tab_Import_export]GZip 压缩和解压缩[/a]所必须的 (%s) 函数。';
 
939
$strSetupHomepageLink = 'phpMyAdmin 主页 (外链,英文)';
 
940
$strSetupIconvExtraParams_name = 'iconv 的额外参数';
 
941
$strSetupIgnoreErrors = '忽略错误';
 
942
$strSetupIgnoreMultiSubmitErrors_desc = '如果打开此选项,在执行多语句查询的时候,即使有一条或多条语句发生错误,phpMyAdmin 也会继续执行其他的语句';
 
943
$strSetupIgnoreMultiSubmitErrors_name = '忽略多个语句错误';
 
944
$strSetupImport_allow_interrupt_desc = '该功能作用于在导入时脚本检测到可能需要花费很长时间。尽管这会中断事务,但在导入大文件时是个很好的方法。';
 
945
$strSetupImport_allow_interrupt_name = '部分导入:允许中断';
 
946
$strSetupImport_format_desc = '默认格式,此列表根据位置(数据库或数据表)不同将有所改变,只有 SQL 总是可用的';
 
947
$strSetupImport_format_name = '导入文件的格式';
 
948
$strSetupImport_skip_queries_desc = '跳过查询的数量';
 
949
$strSetupImport_skip_queries_name = '部分导入:跳过查询';
 
950
$strSetupInsecureConnectionMsg1 = '你现在没有使用安全连接,所有数据(包括敏感信息,如密码)均为明文传输!';
 
951
$strSetupInsecureConnectionMsg2 = '如果你的服务器已经配置好支持 HTTPS,请[a@%s]点击这里[/a]使用安全连接。';
 
952
$strSetupInsecureConnection = '非安全连接';
 
953
$strSetupInsertRows_desc = '一次可以插入的行数';
 
954
$strSetupInsertRows_name = '插入的行数';
 
955
$strSetupLeftDefaultTabTable_name = '快速访问图标的目标';
 
956
$strSetupLeftDisplayLogo_desc = '在左侧框架中显示 logo';
 
957
$strSetupLeftDisplayLogo_name = '显示 logo';
 
958
$strSetupLeftDisplayServers_desc = '在左侧框架顶部显示服务器选择';
 
959
$strSetupLeftDisplayServers_name = '显示服务器选择';
 
960
$strSetupLeftFrameDBSeparator_desc = '将数据库分为不同树的分隔字符串';
 
961
$strSetupLeftFrameDBSeparator_name = '树状数据库分隔符';
 
962
$strSetupLeftFrameDBTree_desc = '只使用轻量级版本,以树形显示数据库 (以下面的树形分隔符来显示)';
 
963
$strSetupLeftFrameDBTree_name = '以树形显示数据库';
 
964
$strSetupLeftFrameLight_desc = '如果想一次性浏览所有数据库,则禁用该选项';
 
965
$strSetupLeftFrameLight_name = '使用轻量级版本';
 
966
$strSetupLeftFrameTableLevel_name = '数据表树最大深度';
 
967
$strSetupLeftFrameTableSeparator_desc = '将表分为不同树的分隔符';
 
968
$strSetupLeftFrameTableSeparator_name = '树形表分隔符';
 
969
$strSetupLeftLogoLink_name = 'Logo 链接地址';
 
970
$strSetupLeftLogoLinkWindow_desc = '在主窗口 ([kbd]main[/kbd]) 或新窗口 ([kbd]new[/kbd]) 打开目标页面';
 
971
$strSetupLeftLogoLinkWindow_name = 'Logo 链接目标';
 
972
$strSetupLeftPointerEnable_desc = '高亮显示鼠标所在位置的服务器';
 
973
$strSetupLeftPointerEnable_name = '启用高亮';
 
974
$strSetupLetUserChoose = '让用户选择';
 
975
$strSetupLightTabs_desc = '不在标签上使用背景';
 
976
$strSetupLightTabs_name = '简化标签';
 
977
$strSetupLoad = '加载';
 
978
$strSetupLoginCookieDeleteAll_desc = '如果设为 TRUE,在退出时将会删除所有服务器的 Cookies。如果设为 FALSE,在您登录多台服务器的时候,容易忘记退出登录。';
 
979
$strSetupLoginCookieDeleteAll_name = '退出时删除所有 cookies';
 
980
$strSetupLoginCookieRecall_desc = '定义在 cookie 认证方式中是否显示上次登录的用户名';
 
981
$strSetupLoginCookieRecall_name = '显示上次登录的用户名';
 
982
$strSetupLoginCookieStore_desc = '设置登录 Cookies 应该保存多长时间 (单位:秒)。若设置为 0,Cookies 的有效期将为浏览器进程,在关闭浏览器之后 Cookies 就会被删除。默认值为0。在不安全的环境下建议使用默认值。';
 
983
$strSetupLoginCookieStore_name = '登录 cookie 存储';
 
984
$strSetupLoginCookieValidity_desc = '定义登录 cookie 的有效期 (单位:秒)';
 
985
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]登录 cookie 有效期[/a]应小于 1800 秒 (30 分钟)。如果有效期大于 1800 秒,将会增加安全风险。';
 
986
$strSetupLoginCookieValidity_name = '登录 cookie 有效期';
 
987
$strSetupMaxCharactersInDisplayedSQL_desc = '显示 SQL 语句时可以使用的最多字符数';
 
988
$strSetupMaxCharactersInDisplayedSQL_name = '显示 SQL 语句的最大长度';
 
989
$strSetupMaxDbList_desc = '在左栏和数据库列表中最多显示的数据库个数';
 
990
$strSetupMaxDbList_name = '最大数据库数量';
 
991
$strSetupMaxRows_desc = '浏览一个结果集时一次显示的最多行数。如果结果集超过此值,将会显示 &quot;上一页&quot; 和 &quot;下一页&quot; 的链接。';
 
992
$strSetupMaxRows_name = '显示的最多行数';
 
993
$strSetupMaxTableList_desc = '在数据表列表中最多显示的数据表个数';
 
994
$strSetupMaxTableList_name = '最大数据表数量';
 
995
$strSetupMemoryLimit_desc = '一个脚本可分配到的内存大小,例 [kbd]32MB[kbd] ([kbd]0[/kbd]为不限制)';
 
996
$strSetupMemoryLimit_name = '内存限制';
 
997
$strSetupNavigationBarIconic_desc = '仅使用图标、文本或都使用';
 
998
$strSetupNavigationBarIconic_name = '导航条显示';
 
999
$strSetupNewServer = '新建服务器';
 
1000
$strSetupNoServers = '没有配置好的服务器';
 
1001
$strSetupOBGzip_desc = '使用 GZip 输出缓冲以加快 HTTP 传输速度';
 
1002
$strSetupOBGzip_name = 'GZip 输出缓冲';
 
1003
$strSetupOptionNone = '- 无 -';
 
1004
$strSetupOrder_desc = '[kbd]SMART[/kbd] - 如:对 TIME、DATE、DATETIME 和 TIMESTAMP 类型的字段递减排序,其他字段递增';
 
1005
$strSetupOrder_name = '默认排序';
 
1006
$strSetupOverview = '概要';
 
1007
$strSetupPersistentConnections_desc = '在连接到 MySQL 数据库时使用持久连接';
 
1008
$strSetupPersistentConnections_name = '持久连接';
 
1009
$strSetupPropertiesIconic_desc = '仅显示图标、文字或都显示';
 
1010
$strSetupPropertiesIconic_name = '数据表操作显示';
 
1011
$strSetupProtectBinary_desc = '禁止编辑 BLOB 和 BINARY 类型字段';
 
1012
$strSetupProtectBinary_name = '保护二进制字段';
 
1013
$strSetupQueryHistoryDB_desc = '允许使用基于数据库的查询历史 (需要 PMA 数据库)。如果禁用,将使用 JavaScript 来显示查询历史 (JS-routines,关闭窗口后当前显示的历史会丢失)。';
 
1014
$strSetupQueryHistoryDB_name = '持久查询历史';
 
1015
$strSetupQueryHistoryMax_desc = '记录查询历史的数量';
 
1016
$strSetupQueryHistoryMax_name = '查询历史个数';
 
1017
$strSetupQueryWindowDefTab_desc = '打开一个新查询窗口时默认显示的页面';
 
1018
$strSetupQueryWindowDefTab_name = '默认查询窗口标签';
 
1019
$strSetupRecodingEngine_desc = '选择进行字符集转换时使用的函数';
 
1020
$strSetupRecodingEngine_name = '记录引擎';
 
1021
$strSetupRestoreDefaultValue = '还原默认值';
 
1022
$strSetupRevertErroneousFields = '尝试恢复错误参数为默认值';
 
1023
$strSetupSaveDir_desc = '服务器上用来保存导出文件的文件夹';
 
1024
$strSetupSaveDir_name = '保存文件夹';
 
1025
$strSetupServerAuthConfigMsg = '您设置了 [kbd]config[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码,但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin 的地址,他们就能够进入 phpMyAdmin 的管理界面。建议将[a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]登录认证方式[/a]设置为 [kbd]cookie 认证[/kbd]或 [kbd]HTTP 认证[/kbd]。';
 
1026
$strSetupServerExtensionMsg = '您可以使用 mysqli 以获得更高的性能';
 
1027
$strSetupServerNoPasswordMsg = '该服务器现在允许空密码登录。';
 
1028
$strSetupServersAdd = '添加服务器';
 
1029
$strSetupServers_AllowDeny_order_desc = '不使用请留空';
 
1030
$strSetupServers_AllowDeny_order_name = '主机认证';
 
1031
$strSetupServers_AllowDeny_rules_desc = '默认请留空';
 
1032
$strSetupServers_AllowDeny_rules_name = '主机认证规则';
 
1033
$strSetupServers_AllowNoPassword_name = '允许空密码登录';
 
1034
$strSetupServers_AllowRoot_name = '允许 root 用户登录';
 
1035
$strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey 硬件认证 (外链,英文)[/a]的配置文件路径 (请勿置于你的文档根文件夹,推荐使用:/etc/swekey.conf)';
 
1036
$strSetupServers_auth_swekey_config_name = 'SweKey 配置文件';
 
1037
$strSetupServers_auth_type_desc = '要使用的认证方式';
 
1038
$strSetupServers_auth_type_name = '认证方式';
 
1039
$strSetupServers_bookmarktable_desc = '不使用[a@http://wiki.phpmyadmin.net/pma/bookmark]书签 (外链,英文)[/a]功能请留空,默认:[kbd]pma_bookmark[/kbd]';
 
1040
$strSetupServers_bookmarktable_name = '书签表';
 
1041
$strSetupServers_column_info_desc = '留空则不使用列信息和MIME类型。默认值:[kbd]pma_column_info[/kbd]';
 
1042
$strSetupServers_column_info_name = '列信息表';
 
1043
$strSetupServers_compress_desc = '压缩连接到 MySQL 服务器';
 
1044
$strSetupServers_compress_name = '压缩连接';
 
1045
$strSetupServers_connect_type_desc = '怎样连接到服务器,如果不确定,请选择 tcp';
 
1046
$strSetupServers_connect_type_name = '连接方式';
 
1047
$strSetupServers_controlpass_name = '控制用户的密码';
 
1048
$strSetupServers_controluser_desc = '一个特殊的被限制权限的 MySQL 用户,参见 [a@http://wiki.phpmyadmin.net/pma/controluser]wiki (外链,英文)[/a]';
 
1049
$strSetupServers_controluser_name = '控制用户';
 
1050
$strSetupServers_CountTables_desc = '显示数据库列表时计算数据表的数量';
 
1051
$strSetupServers_CountTables_name = '统计数据表';
 
1052
$strSetupServers_designer_coords_desc = '不使用设计功能请留空,默认:[kbd]designer_coords[/kbd]';
 
1053
$strSetupServers_designer_coords_name = '设计表';
 
1054
$strSetupServers_DisableIS_desc = '参见 [a@http://sf.net/support/tracker.php?aid=1849494]PMA 缺陷 (bug) 跟踪系统 (外链,英文)[/a] 和 [a@http://bugs.mysql.com/19588]MySQL 缺陷 (Bugs) (外链,英文)[/a]';
 
1055
$strSetupServers_DisableIS_name = '禁止使用 INFORMATION_SCHEMA';
 
1056
$strSetupServerSecurityInfoMsg = '如果您认为有必要,可以使用额外的保护设置 - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]主机认证[/a]和 [a@?page=form&amp;formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地址,该措施的安全性将下降。';
 
1057
$strSetupServersEdit = '编辑服务器';
 
1058
$strSetupServers_extension_desc = '要使用的 PHP 扩展,如果支持,推荐使用 mysqli。';
 
1059
$strSetupServers_extension_name = '要使用的 PHP 扩展';
 
1060
$strSetupServers_hide_db_desc = '该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏';
 
1061
$strSetupServers_hide_db_name = '隐藏数据库';
 
1062
$strSetupServers_history_desc = '不使用 SQL 查询历史功能请留空,默认:[kbd]pma_history[/kbd]';
 
1063
$strSetupServers_history_name = 'SQL 查询历史表';
 
1064
$strSetupServers_host_desc = 'MySQL 服务器的主机名';
 
1065
$strSetupServers_host_name = '服务器主机名';
 
1066
$strSetupServers_LogoutURL_name = '退出地址';
 
1067
$strSetupServers_nopassword_desc = '尝试用空密码连接';
 
1068
$strSetupServers_nopassword_name = '用空密码连接';
 
1069
$strSetupServers_only_db_desc = '可以使用 MySQL 通配符 (% 和 _),若要用它们的实例,请转义,例:用 \'my\_db\' 而不是 \'my_db\'';
 
1070
$strSetupServers_only_db_name = '仅显示列出的数据库';
 
1071
$strSetupServers_password_desc = '如果不使用 config 认证方式,请留空';
 
1072
$strSetupServers_password_name = 'config 认证方式的密码';
 
1073
$strSetupServers_pdf_pages_desc = '不使用 PDF 大纲功能请留空,默认:[kbd]pma_pdf_pages[/kbd]';
 
1074
$strSetupServers_pdf_pages_name = 'PDF 大纲: 数据表页';
 
1075
$strSetupServers_pmadb_desc = '关系、书签、PDF 功能所用的数据库。参见 [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb (外链,英文)[/a]。不使用请留空。默认: [kbd]phpmyadmin[/kbd]';
 
1076
$strSetupServers_pmadb_name = 'PMA 数据库';
 
1077
$strSetupServers_port_desc = 'MySQL 服务器监听的端口,留空为默认';
 
1078
$strSetupServers_port_name = '服务器端口';
 
1079
$strSetupServers_relation_desc = '不使用[a@http://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功能请留空,默认:[kbd]pma_relation[/kbd]';
 
1080
$strSetupServers_relation_name = '关系表';
 
1081
$strSetupServers_ShowDatabasesCommand_desc = '取得所有可用数据库的 SQL 语句';
 
1082
$strSetupServers_ShowDatabasesCommand_name = '显示数据库(SHOW DATABASES)命令';
 
1083
$strSetupServers_SignonSession_desc = '参见[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)[/a]中的例子';
 
1084
$strSetupServers_SignonSession_name = 'Signon 会话名';
 
1085
$strSetupServers_SignonURL_name = '登录地址';
 
1086
$strSetupServerSslMsg = '如果浏览器支持,建议使用 SSL 连接。';
 
1087
$strSetupServers_socket_desc = 'MySQL 服务器监听的套接字,留空为默认';
 
1088
$strSetupServers_socket_name = '服务器套接字 (socket)';
 
1089
$strSetupServers_ssl_desc = '使用 SSL 连接到 MySQL 服务器';
 
1090
$strSetupServers_ssl_name = '使用 SSL';
 
1091
$strSetupServers_table_coords_desc = '不使用 PDF 大纲功能请留空,默认:[kbd]pma_table_coords[/kbd]';
 
1092
$strSetupServers_table_coords_name = 'PDF 大纲: 数据表并发';
 
1093
$strSetupServers_table_info_desc = '描述显示字段的表,留空为关闭此项功能。默认值:[kbd]pma_table_info[/kbd]';
 
1094
$strSetupServers_table_info_name = '显示字段表';
 
1095
$strSetupServers_user_desc = '如果不使用 config 认证方式,请留空';
 
1096
$strSetupServers_user_name = 'config 认证方式的用户名';
 
1097
$strSetupServers_verbose_check_desc = '如果你确定 pma_* 数据表都是最新的,可以禁用此项。此功能提供兼容性检查';
 
1098
$strSetupServers_verbose_check_name = '详细检查';
 
1099
$strSetupServers_verbose_desc = '一个好记的名字。留空将显示主机名。';
 
1100
$strSetupServers_verbose_name = '服务器名称';
 
1101
$strSetupSetValue = '设置值: %s';
 
1102
$strSetupShowAll_desc = '显示给用户一个 &quot;显示所有 (记录)&quot; 按钮';
 
1103
$strSetupShowAll_name = '允许显示所有行';
 
1104
$strSetupShowChgPassword_desc = '注意:该选项不影响 [kbd]config[/kbd] 认证方式,因为密码是保存在配置文件中,该选项也不限制直接执行可实现相同功能的命令。';
 
1105
$strSetupShowChgPassword_name = '显示修改密码';
 
1106
$strSetupShowCreateDb_name = '显示创建数据库表单';
 
1107
$strSetupShowForm = '显示表单';
 
1108
$strSetupShowFunctionFields_desc = '在编辑/插入模式中显示函数列';
 
1109
$strSetupShowFunctionFields_name = '显示函数列';
 
1110
$strSetupShowHiddenMessages = '显示隐藏信息 (#MSG_COUNT)';
 
1111
$strSetupShowPhpInfo_desc = '显示 [a@http://php.net/manual/function.phpinfo.php]phpinfo() (外链,英文)[/a] 输出的链接';
 
1112
$strSetupShowPhpInfo_name = '显示 phpinfo() 链接';
 
1113
$strSetupShowServerInfo_name = '显示 MySQL 服务器详细信息';
 
1114
$strSetupShowSQL_desc = '定义是否显示 phpMyAdmin 生成的 SQL 查询';
 
1115
$strSetupShowSQL_name = '显示 SQL 查询';
 
1116
$strSetupShowStats_desc = '允许显示数据库和数据表的统计信息 (如:空间使用)';
 
1117
$strSetupShowStats_name = '显示统计';
 
1118
$strSetupShowTooltipAliasDB_desc = '如果启用了悬停提示且设置了数据库备注,这里将简略显示数据库备注和数据库名';
 
1119
$strSetupShowTooltipAliasDB_name = '显示数据库的备注而不显示数据库名';
 
1120
$strSetupShowTooltipAliasTB_desc = '当设为 [kbd]nested[/kbd] 时,数据表的别名仅根据 $cfg[\'LeftFrameTableSeparator\'] 作分割/层叠用,所有只有目录的名字像别名,数据表自己的名字并不改变';
 
1121
$strSetupShowTooltipAliasTB_name = '显示表备注而不显示表名';
 
1122
$strSetupShowTooltip_name = '悬停时显示表备注';
 
1123
$strSetupSkipLockedTables_desc = '将已锁定的数据表在数据库中显示为使用中';
 
1124
$strSetupSkipLockedTables_name = '跳过锁定的表';
 
1125
$strSetupSQLQuery_Edit_name = '编辑';
 
1126
$strSetupSQLQuery_Explain_name = '解释 SQL';
 
1127
$strSetupSQLQuery_Refresh_name = '刷新';
 
1128
$strSetupSQLQuery_ShowAsPHP_name = '创建 PHP 代码';
 
1129
$strSetupSQLQuery_Validate_name = '校验 SQL';
 
1130
$strSetupSuggestDBName_desc = '如果可能,在 &quot;新建数据库&quot; 表单中建议一个名字,或留空';
 
1131
$strSetupSuggestDBName_name = '建议新数据库名';
 
1132
$strSetupTrue = '是';
 
1133
$strSetupTrustedProxies_desc = '输入作为代理的 [kbd]IP:可信 HTTP 头[/kbd]。下面的例子指定了 phpMyAdmin 应该信任从代理 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd] 发来的 HTTP_X_FORWARDED_FOR 头';
 
1134
$strSetupTrustedProxies_name = '可信代理IP列表';
 
1135
$strSetupUploadDir_desc = '服务器上用来存放导入文件的文件夹';
 
1136
$strSetupUploadDir_name = '上传文件夹';
 
1137
$strSetupUseDbSearch_desc = '允许搜索整个数据库';
 
1138
$strSetupUseDbSearch_name = '使用数据库搜索';
 
1139
$strSetupVerboseMultiSubmit_desc = '在进行多个语句查询时,显示每个语句所影响的行数。默认一次查询可以包含的查询语句数可以在 libraries/import.lib.php 中找到。';
 
1140
$strSetupVerboseMultiSubmit_name = '为多个语句输出更多信息';
 
1141
$strSetupVersionCheckDataError = '读取版本信息失败。您可能尚未接入网络或更新服务器未响应。';
 
1142
$strSetupVersionCheckInvalid = '从服务器获得版本错误';
 
1143
$strSetupVersionCheckLink = '检查更新';
 
1144
$strSetupVersionCheckNewAvailableSvn = '你现在使用的是开发版,请通过 [kbd]svn update[/kbd] 检查更新 :-)[br]最新正式版为 %s,于 %s 发布。';
 
1145
$strSetupVersionCheckNewAvailable = '有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,于 %s 发布。';
 
1146
$strSetupVersionCheckNone = '没有更新的可用版本';
 
1147
$strSetupVersionCheckUnparsable = '无法解析版本';
 
1148
$strSetupVersionCheckWrapperError = 'URL 协议和 CURL 都不可用,无法检查新版本。';
 
1149
$strSetupVersionCheck = '检查更新';
 
1150
$strSetupWarning = '警告';
 
1151
$strSetupZipDump_desc = '允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP (外链,英文)[/a] 压缩';
 
1152
$strSetupZipDumpExportWarning = '此系统目前不支持 [a@?page=form&amp;formset=features#tab_Import_export]Zip 压缩 (外链,英文)[/a]所必须的 (%s) 函数。';
 
1153
$strSetupZipDumpImportWarning = '此系统目前不支持 [a@?page=form&amp;formset=features#tab_Import_export]Zip 解压缩 (外链,英文)[/a]所必须的 (%s) 函数。';
 
1154
$strSetupZipDump_name = 'ZIP';  // should express in english
539
1155
$strShowAll = '全部显示';
 
1156
$strShowBinaryContents = '显示二进制内容';
 
1157
$strShowBLOBContents = '显示 BLOB 内容';
540
1158
$strShowColor = '显示颜色';
541
1159
$strShowDatadictAs = '数据字典格式';
542
1160
$strShowFullQueries = '显示完整查询';
543
1161
$strShowGrid = '显示网格';
 
1162
$strShowHideLeftMenu = '显示/隐藏左侧菜单';
 
1163
$strShowingBookmark = '显示书签';
 
1164
$strShowingPhp = '显示为 PHP 代码';
544
1165
$strShowingRecords = '显示行';
 
1166
$strShowingSQL = '显示 SQL 查询';
 
1167
$strShowKeys = '仅显示键';
 
1168
$strShowOpenTables = '显示打开的表';
545
1169
$strShowPHPInfo = '显示 PHP 信息';
 
1170
$strShowSlaveHosts = '显示从服务器';
 
1171
$strShowSlaveStatus = '显示从服务器状态';
 
1172
$strShowStatusBinlog_cache_disk_useDescr = '因事务使用的临时二进制日志缓存超出 binlog_cache_size 的设置而使用临时文件存储的数量。';
 
1173
$strShowStatusBinlog_cache_useDescr = '事务所用的临时二进制日志缓存的数量。';
 
1174
$strShowStatusCreated_tmp_disk_tablesDescr = '服务器执行语句时自动在磁盘上创建的临时表的数量。如果 Created_tmp_disk_tables 很大,你可以增加 tmp_table_size 的值,让服务器使用内存来存储临时表而非磁盘。';
 
1175
$strShowStatusCreated_tmp_filesDescr = 'mysqld 已创建的临时文件的数量。';
 
1176
$strShowStatusCreated_tmp_tablesDescr = '服务器执行语句时自动在内存中创建的临时表的数量。';
 
1177
$strShowStatusDelayed_errorsDescr = '发生错误的延迟插入 (INSERT DELAYED) 行数 (可能是因为在唯一字段中存在重复值) 。';
 
1178
$strShowStatusDelayed_insert_threadsDescr = '正在使用的延迟插入处理线程的数量。每张使用延迟插入的表都有自己的线程。';
 
1179
$strShowStatusDelayed_writesDescr = '延迟插入已写入的行数。';
 
1180
$strShowStatusFlush_commandsDescr  = '已执行的强制更新 (FLUSH) 语句数。';
 
1181
$strShowStatusHandler_commitDescr = '已执行的内部提交 (COMMIT) 语句数。';
 
1182
$strShowStatusHandler_deleteDescr = '从表中删除行的次数。';
 
1183
$strShowStatusHandler_discoverDescr = '如果知道一个表的名字,MySQL 服务器可以询问 NDB 集群存储引擎,这被称为“发现”。Handler_discovery 表明了一个表被发现的次数。';
 
1184
$strShowStatusHandler_read_firstDescr = '读取一个索引入口点的次数。如果该值很大,说明你的服务器执行了很多完整索引扫描。例如,假设字段 col1 已经建立了索引,然后执行 SELECT col1 FROM foo 。';
 
1185
$strShowStatusHandler_read_keyDescr = '根据索引读取行的请求数。如果该值很大,说明你的查询和表都建立了很好的索引。';
 
1186
$strShowStatusHandler_read_nextDescr = '根据索引顺序读取下一行的请求数。如果你在查询一个已索引的字段且限制了范围,或进行完整表扫描,该值将会不断增长。';
 
1187
$strShowStatusHandler_read_prevDescr = '根据索引顺序读取上一行的请求数。这种读取方式通常用于优化带有 ORDER BY ... DESC 的查询。';
 
1188
$strShowStatusHandler_read_rndDescr = '根据固定位置读取行的请求数。如果你执行很多需要排序的查询,该值会很高。你可能有很多需要完整表扫描的查询,或者你使用了不正确的索引用来多表查询。';
 
1189
$strShowStatusHandler_read_rnd_nextDescr = '从数据文件中读取行的请求数。如果你在扫描很多表,该值会很大。通常情况下这意味着你的表没有做好索引,或者你的查询语句没有使用好索引字段。';
 
1190
$strShowStatusHandler_rollbackDescr = '内部回滚 (ROLLBACK) 语句数。';
 
1191
$strShowStatusHandler_updateDescr = '表中更新行的请求数。';
 
1192
$strShowStatusHandler_writeDescr = '表中插入行的请求数。';
 
1193
$strShowStatusInnodb_buffer_pool_pages_dataDescr = '非空页数 (含脏页) 。';
 
1194
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = '当前脏页数。';
 
1195
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = '请求更新的缓冲池页数。';
 
1196
$strShowStatusInnodb_buffer_pool_pages_freeDescr = '空闲页数。';
 
1197
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB 缓冲池中锁定页的数量。这些页是正在被读取或写入的,或者是因其他原因不能被刷新或删除的。';
 
1198
$strShowStatusInnodb_buffer_pool_pages_miscDescr = '负载页的数量,像锁定行或适应性的散列索引这样的管理操作时分配的页。该值可用此公式计算: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data 。';
 
1199
$strShowStatusInnodb_buffer_pool_pages_totalDescr = '缓冲池总大小 (单位:页)。';
 
1200
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB 初始化的“随机”预读数。这通常会在对一个表进行大范围的随机排序查询时发生。';
 
1201
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB 初始化的顺序预读数。这会在 InnoDB 执行一个顺序完整表扫描时发生。';
 
1202
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB 完成的逻辑读请求数。';
 
1203
$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB 进行逻辑读取时无法从缓冲池中获取而执行单页读取的次数。';
 
1204
$strShowStatusInnodb_buffer_pool_wait_freeDescr = '写入 InnoDB 缓冲池通常在后台进行,但有必要在没有干净页的时候读取或创建页,有必要先等待页被刷新。该计数器统计了这种等待的数量。如果缓冲池大小设置正确,这个值应该会很小。';
 
1205
$strShowStatusInnodb_buffer_pool_write_requestsDescr = '写入 InnoDB 缓冲池的次数。';
 
1206
$strShowStatusInnodb_data_fsyncsDescr = 'fsync() 总操作的次数。';
 
1207
$strShowStatusInnodb_data_pending_fsyncsDescr = '当前挂起 fsync() 操作的数量。';
 
1208
$strShowStatusInnodb_data_pending_readsDescr = '当前挂起的读操作数。';
 
1209
$strShowStatusInnodb_data_pending_writesDescr = '当前挂起的写操作数。';
 
1210
$strShowStatusInnodb_data_readDescr = '读取的总数据量 (单位:字节)。';
 
1211
$strShowStatusInnodb_data_readsDescr = '数据读取总数。';
 
1212
$strShowStatusInnodb_data_writesDescr = '数据写入总数。';
 
1213
$strShowStatusInnodb_data_writtenDescr = '写入的总数据量 (单位:字节)。';
 
1214
$strShowStatusInnodb_dblwr_pages_writtenDescr = '以双写入操作写入的页数。';
 
1215
$strShowStatusInnodb_dblwr_writesDescr = '已经执行的双写入次数。';
 
1216
$strShowStatusInnodb_log_waitsDescr = '因日志缓存太小而必须等待其被写入所造成的等待数。';
 
1217
$strShowStatusInnodb_log_write_requestsDescr = '日志写入请求数。';
 
1218
$strShowStatusInnodb_log_writesDescr = '日志物理写入次数。';
 
1219
$strShowStatusInnodb_os_log_fsyncsDescr = '使用 fsync() 写入日志文件的次数。';
 
1220
$strShowStatusInnodb_os_log_pending_fsyncsDescr = '当前挂起的使用 fsync() 写入日志文件数。';
 
1221
$strShowStatusInnodb_os_log_pending_writesDescr = '当前挂起的日志写入数。';
 
1222
$strShowStatusInnodb_os_log_writtenDescr = '写入日志文件的字节数。';
 
1223
$strShowStatusInnodb_pages_createdDescr = '创建的页数。';
 
1224
$strShowStatusInnodb_page_sizeDescr = '编译的 InnoDB 页大小 (默认 16KB)。许多值都以页为单位进行统计,页大小可以很方便地将这些值转化为字节数。';
 
1225
$strShowStatusInnodb_pages_readDescr = '读取的页数。';
 
1226
$strShowStatusInnodb_pages_writtenDescr = '写入的页数。';
 
1227
$strShowStatusInnodb_row_lock_current_waitsDescr = '正在等待行锁的数量。';
 
1228
$strShowStatusInnodb_row_lock_time_avgDescr = '等待获得行锁的平均时间 (单位:毫秒)。';
 
1229
$strShowStatusInnodb_row_lock_timeDescr = '等待获得行锁的总时间 (单位:毫秒)。';
 
1230
$strShowStatusInnodb_row_lock_time_maxDescr = '等待获得行锁的最大时间 (单位:毫秒)。';
 
1231
$strShowStatusInnodb_row_lock_waitsDescr = '等待行锁的次数。';
 
1232
$strShowStatusInnodb_rows_deletedDescr = '从 InnoDB 表中删除的行数。';
 
1233
$strShowStatusInnodb_rows_insertedDescr = '插入到 InnoDB 表中的行数。';
 
1234
$strShowStatusInnodb_rows_readDescr = '从 InnoDB 表中读取的行数。';
 
1235
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB 中更新的行数。';
 
1236
$strShowStatusKey_blocks_not_flushedDescr = '键缓存中还没有被写入到磁盘的键块数。该值过去名为 Not_flushed_key_blocks 。';
 
1237
$strShowStatusKey_blocks_unusedDescr = '键缓存中未使用的块数。你可以根据这个值判断当前使用了多少键缓存。';
 
1238
$strShowStatusKey_blocks_usedDescr = '键缓存中已经使用的块数。该值指示在某个时刻使用了最多块数的数量。';
 
1239
$strShowStatusKey_read_requestsDescr = '从缓存中读取键块的请求次数。';
 
1240
$strShowStatusKey_readsDescr = '从磁盘中物理读取键块的次数。如果 Key_reads 很大,则说明您的 key_buffer_size 可能设置得太小了。缓存缺失率可以由 Key_reads/Key_read_requests 计算得出。';
 
1241
$strShowStatusKey_write_requestsDescr = '将一个键块写入缓存的请求数。';
 
1242
$strShowStatusKey_writesDescr = '将键块物理写入到磁盘的次数。';
 
1243
$strShowStatusLast_query_costDescr = '最后编译的查询的总开销由查询优化器计算得出,可用于比较使用不同的查询语句进行相同的查询时的效率差异。默认值0表示还没有查询被编译。';
 
1244
$strShowStatusNot_flushed_delayed_rowsDescr = '等待写入延迟插入队列的行数。';
 
1245
$strShowStatusOpened_tablesDescr = '已经打开的表个数。如果该值很大,则说明表缓冲大小可能设置过小。';
 
1246
$strShowStatusOpen_filesDescr = '打开的文件个数。';
 
1247
$strShowStatusOpen_streamsDescr = '打开的流个数 (主要用于日志记录)。';
 
1248
$strShowStatusOpen_tablesDescr = '打开的数据表个数。';
 
1249
$strShowStatusQcache_free_blocksDescr = '查询缓存中空闲的内存块数。';
 
1250
$strShowStatusQcache_free_memoryDescr = '查询缓存中空闲的内存总数。';
 
1251
$strShowStatusQcache_hitsDescr = '缓存命中数。';
 
1252
$strShowStatusQcache_insertsDescr = '加入到缓存的查询数。';
 
1253
$strShowStatusQcache_lowmem_prunesDescr = '为缓存新的查询而被删除的已缓存查询的个数,由最近最少使用算法 (LRU) 确定应删除哪个已缓存的查询。该信息可帮助您调整查询缓存大小。';
 
1254
$strShowStatusQcache_not_cachedDescr = '未缓存的查询数 (包括不能被缓存,或因为 query_cache_type 的设置而没有被缓存的查询)。';
 
1255
$strShowStatusQcache_queries_in_cacheDescr = '在缓存中注册的查询数。';
 
1256
$strShowStatusQcache_total_blocksDescr = '查询缓存中的总块数。';
 
1257
$strShowStatusReset = '重设';
 
1258
$strShowStatusRpl_statusDescr = '失败保护器的状态 (尚未应用)。';
 
1259
$strShowStatusSelect_full_joinDescr = '没有使用索引的多表查询数。如果该值不为0,您应该仔细检查是否已经为表建立了适当的索引。';
 
1260
$strShowStatusSelect_full_range_joinDescr = '使用在关联表上使用范围搜索的多表查询的数量。';
 
1261
$strShowStatusSelect_range_checkDescr = '没有使用索引但在每行之后检查索引使用的多表查询数。(如果该值不为 0,您应该仔细检查是否已经为表建立了适当的索引。)';
 
1262
$strShowStatusSelect_rangeDescr = '在第一张表上使用范围查询的多表查询数。(即使该值很大,通常也不会有致命的影响。)';
 
1263
$strShowStatusSelect_scanDescr = '在第一张表上进行了完整表扫描的多表查询数。';
 
1264
$strShowStatusSlave_open_temp_tablesDescr = '当前由从 SQL 线程打开的临时表的数量。';
 
1265
$strShowStatusSlave_retried_transactionsDescr = '从 SQL 线程总共重试事务复制数。';
 
1266
$strShowStatusSlave_runningDescr = '如果该值为 ON,则这台服务器是一台已经连接到主服务器的从服务器。';
 
1267
$strShowStatusSlow_launch_threadsDescr = '使用了比 slow_launch_time 更多的时间来启动的线程数量。';
 
1268
$strShowStatusSlow_queriesDescr = '使用了比 long_query_time 更多时间的查询数。';
 
1269
$strShowStatusSort_merge_passesDescr = '排序算法使用归并的次数。如果该值很大,您应该考虑增加系统变量 sort_buffer_size 的值。';
 
1270
$strShowStatusSort_rangeDescr = '局部范围完成的排序次数。';
 
1271
$strShowStatusSort_rowsDescr = '排序的行数。';
 
1272
$strShowStatusSort_scanDescr = '扫描表完成的排序次数。';
 
1273
$strShowStatusTable_locks_immediateDescr = '立即需要锁定表的次数。';
 
1274
$strShowStatusTable_locks_waitedDescr = '无法立即获得锁定表而必须等待的次数。如果该值很高,且您遇到了性能方面的问题,则应该首先检查您的查询语句,然后使用复制操作来分开表。';
 
1275
$strShowStatusThreads_cachedDescr = '线程缓存中线程的数量。缓存命中率可以由 Threads_created/Connections 计算得出。如果该值是红色的,则应该增加 thread_cache_size 的值。';
 
1276
$strShowStatusThreads_connectedDescr = '当前打开的连接数。';
 
1277
$strShowStatusThreads_createdDescr = '当前用于控制连接的线程数。如果 Threads_created 很大,您可能需要增加 thread_cache_size 的值 (如果线程状况良好,这么做通常并不会带来显著的性能提升)。';
 
1278
$strShowStatusThreads_runningDescr = '非睡眠状态的线程数量。';
546
1279
$strShowTableDimension = '显示表格大小';
547
1280
$strShowTables = '显示表';
548
1281
$strShowThisQuery = ' 在此再次显示此查询 ';
 
1282
$strShow = '显示';
549
1283
$strSimplifiedChinese = '简体中文';
550
1284
$strSingly = '(逐一)';
551
1285
$strSize = '大小';
 
1286
$strSkipQueries = '跳过查询的数量';
552
1287
$strSlovak = '斯洛伐克语';
553
1288
$strSlovenian = '斯洛文尼亚语';
 
1289
$strSmallBigAll = '全部收缩/展开';
 
1290
$strSnapToGrid = '对齐网格';
 
1291
$strSocketProblem = '(或者本地 MySQL 服务器的套接字没有正确配置)';
 
1292
$strSortByKey = '主键排序';
 
1293
$strSorting = '排序';
554
1294
$strSort = '排序';
555
 
$strSortByKey = '主键排序';
556
 
$strSpaceUsage = '已使用空间';
 
1295
$strSpaceUsage = '已用空间';
557
1296
$strSpanish = '西班牙语';
558
 
$strSplitWordsWithSpace = '每个单词以空格 (" ") 分隔。';
 
1297
$strSplitWordsWithSpace = '每个单词用空格 (“ ”) 分隔。';
 
1298
$strSQLCompatibility = 'SQL 兼容模式';
559
1299
$strSQLExportType = '导出类型';
560
 
$strSQLParserBugMessage = '有可能您发现了 SQL 分析器的臭虫。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。如果您仍然有问题,或者命令行界面执行成功而分析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个臭虫报告:';
561
 
$strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。';
 
1300
$strSQLParserBugMessage = '您可能发现了 SQL 解析器的缺陷 (bug)。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助。如果您仍然有问题,或者命令行界面执行成功而解析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个缺陷 (bug) 报告:';
 
1301
$strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助。';
562
1302
$strSQLQuery = 'SQL 查询';
563
1303
$strSQLResult = 'SQL 查询结果';
564
1304
$strSQL = 'SQL'; // should express in english
565
1305
$strSQPBugInvalidIdentifer = '无效的标识符';
566
1306
$strSQPBugUnclosedQuote = '引号不配对';
567
1307
$strSQPBugUnknownPunctuation = '未知的标点符号字符串';
568
 
$strStatCheckTime = '最后检查时间';
 
1308
$strStandInStructureForView = '替换视图以便查看';
 
1309
$strStatCheckTime = '最后检查';
569
1310
$strStatCreateTime = '创建时间';
570
 
$strStatement = '语句';
571
 
$strStatUpdateTime = '最后更新时间';
 
1311
$strStatement = '说明';
 
1312
$strStatic = '静态';
 
1313
$strStatisticsOverrun = '在高负载的服务器上,字节计数器可能会溢出,因此由 MySQL 返回的统计值可能会不正确';
 
1314
$strStatUpdateTime = '最后更新';
572
1315
$strStatus = '状态';
 
1316
$strStorageEngines = '存储引擎';
 
1317
$strStorageEngine = '存储引擎';
573
1318
$strStrucCSV = 'CSV 数据';
574
1319
$strStrucData = '结构和数据';
575
1320
$strStrucExcelCSV = 'MS Excel 的 CSV 格式';
576
 
$strStrucNativeExcel = '本地 MS Excel 数据';
577
 
$strStrucOnly = '只结构';
 
1321
$strStrucNativeExcel = '原生 MS Excel 格式';
 
1322
$strStrucOnly = '仅结构';
578
1323
$strStructPropose = '规划表结构';
 
1324
$strStructureForView = '视图结构';
579
1325
$strStructure = '结构';
580
1326
$strSubmit = '提交';
581
 
$strSuccess = '您运行的 SQL 语句已经成功运行了。';
 
1327
$strSuccess = '您的 SQL 语句已成功运行';
 
1328
$strSuhosin = '服务器上运行了 Suhosin。请先查看%s文档%s中是否有类似的情况。';
582
1329
$strSum = '总计';
583
1330
$strSwedish = '瑞典语';
584
 
$strSwitchToDatabase = '选择被复制的数据库';
585
 
$strSwitchToTable = '切换到复制的表';
 
1331
$strSwekeyAuthenticating = '正在认证...';
 
1332
$strSwekeyAuthFailed = '硬件认证失败';
 
1333
$strSwekeyNoKeyId = '文件 %s 未包含任何密钥';
 
1334
$strSwekeyNoKey = '没有可用的密钥插入';
 
1335
$strSwitchToDatabase = '切换到复制的数据库';
 
1336
$strSwitchToTable = '切换到复制的数据表';
586
1337
 
587
 
$strTable = '表 ';
 
1338
$strTableAlreadyExists = '数据表 %s 已存在!';
 
1339
$strTableAlteredSuccessfully = '已成功修改表 %1$s ';
588
1340
$strTableComments = '表注释';
589
 
$strTableEmpty = '表名称是空的!';
590
 
$strTableHasBeenDropped = '表 %s 已被删除';
591
 
$strTableHasBeenEmptied = '表 %s 已被清空';
592
 
$strTableHasBeenFlushed = '表 %s 已被强制更新';
 
1341
$strTableEmpty = '表名不能为空!';
 
1342
$strTableHasBeenCreated = '创建数据表 %1$s 成功。';
 
1343
$strTableHasBeenDropped = '已删除表 %s ';
 
1344
$strTableHasBeenEmptied = '已清空表 %s ';
 
1345
$strTableHasBeenFlushed = '已强制更新表 %s ';
 
1346
$strTableIsEmpty = '数据表是空的!';
593
1347
$strTableMaintenance = '表维护';
 
1348
$strTableName = '数据表名';
594
1349
$strTableOfContents = '目录';
595
1350
$strTableOptions = '表选项';
596
1351
$strTables = '%s 个表';
597
1352
$strTableStructure = '表的结构';
598
 
$strTakeIt = '断定';
 
1353
$strTable = '表';
 
1354
$strTakeIt = '确定';
599
1355
$strTblPrivileges = '按表指定权限';
 
1356
$strTempData = '临时数据';
600
1357
$strTextAreaLength = ' 由于长度限制<br />此字段可能无法编辑 ';
 
1358
$strTexyText = 'Texy! 文本';
601
1359
$strThai = '泰语';
 
1360
$strThemeDefaultNotFound = '未找到默认主题 %s !';
 
1361
$strThemeNoPreviewAvailable = '没有可用的预览。';
 
1362
$strThemeNotFound = '未找到主题 %s !';
 
1363
$strThemeNoValidImgPath = '找不到主题 %s 对应的图片路径!';
 
1364
$strThemePathNotFound = '找不到主题 %s 的路径';
602
1365
$strTheme = '主题 / 风格';
603
1366
$strThisHost = '此主机';
604
 
$strThreadSuccessfullyKilled = '线程 %s 已成功杀死。';
 
1367
$strThreadSuccessfullyKilled = '已杀死线程 %s 。';
 
1368
$strThreads = '线程';
 
1369
$strTimeoutInfo = '上一个导入操作超时,随后重新提交将会从 %d 处开始。';
 
1370
$strTimeoutNothingParsed = '在最后一次执行时没有数据被解析,建议您增加 PHP 运行时间限制,否则 phpMyAdmin 将无法完成导入操作。';
 
1371
$strTimeoutPassed = '脚本超时,如果你要完成导入,请重新提交相同的文件,导入将会继续进行。';
605
1372
$strTime = '时间';
 
1373
$strToFromPage = '到/从 页';
606
1374
$strToggleScratchboard = '切换刮板';
 
1375
$strToggleSmallBig = '反向收缩/展开';
 
1376
$strToSelectRelation = '要选择关系,点击:';
 
1377
$strTotalUC = '总计';
607
1378
$strTotal = '总计';
608
 
$strTotalUC = '统计';
609
 
$strTraditionalChinese = '繁体中文';
 
1379
$strTraditionalChinese = '正体中文';
610
1380
$strTraditionalSpanish = '传统西班牙语';
611
1381
$strTraffic = '流量';
612
 
$strTransformation_application_octetstream__download = '字段中显示一个二进制文件的下载连接。第一个选项是二进制数据的名字。第二个选项是表列中可能包含文件名的字段。 如果你提供第二个选项那么第一个选项必须设置为空字符串。';
613
 
$strTransformation_image_jpeg__inline = '显示可点击的缩略图;选项:以像素指定的宽度、高度(保留原有比例)';
614
 
$strTransformation_image_jpeg__link = '显示到此图像的链接(即直接二进制下载)。';
615
 
$strTransformation_image_png__inline = '查看 image/jpeg: 嵌入';
616
 
$strTransformation_text_plain__external = '只对 LINUX:调用外部程序并通过标准输入填充字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑文件 libraries/transformations/text_plain__external.inc.php 然后插入允许您运行的工具。第一个选项是您想要使用的程序编号,而第二个选项是程序的参数。至于第三个参数,如果设为 1 的话将会用 htmlspecialchars() 转换其输出(默认为 1)。第四个参数如果设为 1 的话,将会在内容单元格中输出 NOWRAP,这样全部输出就会不经重新格式化直接输出了(默认为 1)';
617
 
$strTransformation_text_plain__formatted = '保留字段的原始格式。不进行转码。';
618
 
$strTransformation_text_plain__imagelink = '显示图像和链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是以像素为单位的宽度,第三个参数是高度。';
619
 
$strTransformation_text_plain__link = '显示链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是链接的标题(弹出提示)。';
620
 
$strTransformation_text_plain__substr = '只显示字符串的一部分。第一个选项定义了文本开始输出的偏移量(默认为 0)。第二个选项是所返回文字数量的偏移量。如果为空的话,将返回剩下的所有文本。第三个选项是将会追加到子字符串之后的输出(默认为:...) .';
 
1382
$strTransactionCoordinator = '事务协调';
 
1383
$strTransformation_application_octetstream__download = '字段中显示一个二进制数据的下载连接。第一个选项是文件名,或使用第二个选项,用表中的一个字段作为文件名。如果你使用第二个选项那么第一个选项必须留空。';
 
1384
$strTransformation_application_octetstream__hex = '显示十六进制的数据。第一个参数设置需要增加多少个空格 (默认值为一个字节宽度)。';
 
1385
$strTransformation_image_jpeg__inline = '显示可点击的缩略图。在原比例不变的情况下,可按像素指定最大宽度或高度。';
 
1386
$strTransformation_image_jpeg__link = '显示下载此图像的链接。';
 
1387
$strTransformation_image_png__inline = '参见 image/jpeg: inline';
 
1388
$strTransformation_text_plain__dateformat = '将一个 TIME、TIMESTAMP、DATETIME 或数字 UNIX 时间戳字段格式化显示为日期。第一个选项是小时偏移量,该值将加到时间戳中 (默认:0)。第二个选项用于指定时间格式字符串。第三个选项决定显示本地时间还是 UTC 时间 (填入“local”或“utc”),所以填“local”(参见 PHP 的 strftime() 函数文档)和“utc”(参见 PHP 的 gmdate() 函数文档)所到的结果是不一样的。';
 
1389
$strTransformation_text_plain__external = '仅 LINUX:调用外部程序并通过标准输入填充字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑文件 libraries/transformations/text_plain__external.inc.php 然后插入允许您运行的工具。第一个选项是您想要使用的程序编号,而第二个选项是程序的参数。第三个参数如果设为 1 的话将会用 htmlspecialchars() 转换其输出 (默认为 1)。第四个参数如果设为 1 的话,将禁止换行,确保所有内容显示在一行中 (默认为 1)';
 
1390
$strTransformation_text_plain__formatted = '保留字段的原始格式。不进行转码。也就是假定字段中不包含 HTML 代码。';
 
1391
$strTransformation_text_plain__imagelink = '显示图像和链接,字段内包含文件名。第一个选项是类似“http://www.example.com/”这样的 URL 前缀,第二和第三个选项是以像素为单位的宽度和高度。';
 
1392
$strTransformation_text_plain__link = '显示链接,字段内包含文件名。第一个选项是类似“http://www.example.com/”这样的 URL 前缀,第二个选项是链接的标题 (title)。';
 
1393
$strTransformation_text_plain__sql = '将文本以 SQL 语法高亮显示。';
 
1394
$strTransformation_text_plain__substr = '显示部分字符串。第一个选项定义了文本开始输出的字数 (默认为 0)。第二个选项是要返回的字数 (默认直到结尾)。第三个选项是当发生截取的时候,将会加在字符串之前/后的输出 (默认为:“...”)。';
 
1395
$strTriggers = '触发器';
621
1396
$strTruncateQueries = '截断显示的查询';
622
1397
$strTurkish = '土耳其语';
623
1398
$strType = '类型';
624
1399
 
625
1400
$strUkrainian = '乌克兰语';
626
 
$strUncheckAll = '全部不选';
627
 
$strUnicode = 'Unicode'; //USE ENG
 
1401
$strUncheckAll = '全不选';
 
1402
$strUnicode = 'Unicode'; // should express in english
628
1403
$strUnique = '唯一';
629
1404
$strUnknown = '未知';
630
 
$strUnselectAll = '全部不选';
631
 
$strUpdatePrivMessage = '您已经更新了 %s 的权限。';
 
1405
$strUnselectAll = '全不选';
 
1406
$strUnsupportedCompressionDetected = '您正在载入不支持的压缩格式 (%s)。配置文件中没有对应这种格式的配置说明。';
 
1407
$strUpdatePrivMessage = '您已更新了 %s 的权限。';
632
1408
$strUpdateProfileMessage = '配置文件己更新。';
633
1409
$strUpdateQuery = '更新查询';
634
 
$strUpdComTab = '请参看文档中关于如何更新您的 Column_comments 表的部分';
635
 
$strUpgrade = '您应该升级到 %s %s 或者更高。';
636
 
$strUsage = '用法';
637
 
$strUseBackquotes = '请在表名及字段名使用引号';
 
1410
$strUpdComTab = '请参见文档中关于如何更新您的 column_comments 表';
 
1411
$strUpgrade = '您应升级到 %s %s 或更高版本。';
 
1412
$strUploadErrorCantWrite = '将文件写入磁盘失败。';
 
1413
$strUploadErrorExtension = '因扩展而停止文件上传。';
 
1414
$strUploadErrorFormSize = '上传文件的大小超过 HTML 表单中指定的 MAX_FILE_SIZE 值。';
 
1415
$strUploadErrorIniSize = '上传文件的大小超过 php.ini 文件中 upload_max_filesize 的限制。';
 
1416
$strUploadErrorNoTempDir = '找不到临时文件夹。';
 
1417
$strUploadErrorPartial = '仅上传了文件的一部分内容。';
 
1418
$strUploadErrorUnknown = '上传文件时发生未知错误。';
 
1419
$strUploadLimit = '您可能正在上传很大的文件,请参考%s文档%s来寻找解决方法。';
 
1420
$strUploadsNotAllowed = '此服务器禁止了文件上传。';
 
1421
$strUsage = '已用';
 
1422
$strUseBackquotes = '给数据表名及字段名加上反引号';
638
1423
$strUseHostTable = '使用主机表';
639
1424
$strUserAlreadyExists = '用户 %s 己存在!';
640
 
$strUserEmpty = '用户名称是空的!';
 
1425
$strUserEmpty = '用户名不能为空!';
641
1426
$strUserName = '用户名';
642
 
$strUserNotFound = '选中的用户在权限表内找不到。';
643
 
$strUserOverview = '用户一览';
644
 
$strUsersDeleted = '选中的用户已成功删除。';
645
 
$strUsersHavingAccessToDb = '用户可访问“%s”';
 
1427
$strUserNotFound = '在权限表内找不到选中的用户。';
 
1428
$strUserOverview = '查看用户';
 
1429
$strUsersDeleted = '已成功删除选中的用户。';
 
1430
$strUsersHavingAccessToDb = '用户可以访问“%s”';
646
1431
$strUser = '用户';
647
1432
$strUseTabKey = '按 TAB 键跳到下一个数值, 或 CTRL+方向键 作随意移动';
648
1433
$strUseTables = '使用表';
653
1438
$strValidatorError = 'SQL 校验程序无法初始化。请检查是否已经安装了%s文档%s内描述的必需 PHP 扩展。';
654
1439
$strValue = '值';
655
1440
$strVar = '变量';
 
1441
$strVersionInformation = '版本信息';
656
1442
$strViewDumpDatabases = '查看数据库的转存(大纲)';
657
1443
$strViewDumpDB = '查看数据库的转存(大纲)。';
658
 
$strViewDump = '查看表的转存(大纲)。';
 
1444
$strViewDump = '查看数据表的转存(大纲)。';
 
1445
$strViewHasAtLeast = '该视图最少包含的行数,参见%s文档%s。';
 
1446
$strViewHasBeenDropped = '已删除视图 %s';
 
1447
$strViewImage = '查看图像';
 
1448
$strViewName = '视图名';
 
1449
$strViewVideo = '播放视频';
 
1450
$strView = '视图';
659
1451
 
660
 
$strWebServerUploadDirectoryError = '设定的上载目录错误,未能使用';
661
 
$strWebServerUploadDirectory = '网站服务器上载目录';
 
1452
$strWebServerUploadDirectoryError = '用于上传的文件夹出错,无法使用';
 
1453
$strWebServerUploadDirectory = '网站服务器上传文件夹';
 
1454
$strWebServer = '网站服务器';
662
1455
$strWelcome = '欢迎使用 %s';
663
1456
$strWestEuropean = '西欧';
 
1457
$strWiki = '维基 (Wiki) (外链,英文)';
664
1458
$strWildcard = '通配符';
665
 
$strWindowNotFound = '目标浏览窗口不可更新。可能你已经关闭了父窗口或者您浏览器的安全设置阻断了更新窗口。';
 
1459
$strWindowNotFound = '无法更新目标浏览窗口。可能你已经关闭了父窗口或您浏览器的安全设置阻止了跨窗口更新。';
666
1460
$strWithChecked = '选中项:';
667
 
$strWrongUser = '用户名/密码错误,访问被拒绝。';
 
1461
$strWriteRequests = '写请求';
 
1462
$strWrongUser = '用户名/密码错误。拒绝访问。';
668
1463
 
669
 
$strXML = 'XML'; //USE ENG
 
1464
$strXML = 'XML'; // should express in english
670
1465
 
671
1466
$strYes = '是';
672
1467
 
673
 
$strZeroRemovesTheLimit = '注意:将这些选项设为 0(零) 将删除限制。';
 
1468
$strZeroRemovesTheLimit = '注意:若将这些选项设为 0(零) 即不限制。';
674
1469
$strZip = 'zip 压缩';
675
1470
 
676
 
// To translate:
677
 
$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
678
 
$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
679
 
$strAndThen = 'and then';  //to translate
680
 
 
681
 
$strBookmarkCreated = 'Bookmark %s created';  //to translate
682
 
$strBookmarkReplace = 'Replace existing bookmark of same name';  //to translate
683
 
$strBrowseDistinctValues = 'Browse distinct values';  //to translate
684
 
$strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
685
 
$strBufferPool = 'Buffer Pool';  //to translate
686
 
$strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
687
 
$strBufferReadMissesInPercent = 'Read misses in %';  //to translate
688
 
$strBufferReadMisses = 'Read misses';  //to translate
689
 
$strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
690
 
$strBufferWriteWaits = 'Write waits';  //to translate
691
 
$strBusyPages = 'Busy pages';  //to translate
692
 
 
693
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';  //to translate
694
 
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';  //to translate
695
 
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';  //to translate
696
 
$strCopy = 'Copy';  //to translate
697
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
698
 
$strCSV = 'CSV';  //to translate
699
 
 
700
 
$strDataPages = 'Pages containing data';  //to translate
701
 
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
702
 
$strDeleteNoUsersSelected = 'No users selected for deleting!';  //to translate
703
 
$strDirtyPages = 'Dirty pages';  //to translate
704
 
 
705
 
$strEngineAvailable = '%s is available on this MySQL server.';  //to translate
706
 
$strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
707
 
$strEngines = 'Engines';  //to translate
708
 
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
709
 
$strErrorInZipFile = 'Error in ZIP archive:';  //to translate
710
 
$strEsperanto = 'Esperanto';  //to translate
711
 
 
712
 
$strFileNameTemplateDescriptionDatabase = 'database name';  //to translate
713
 
$strFileNameTemplateDescriptionServer = 'server name';  //to translate
714
 
$strFileNameTemplateDescriptionTable = 'table name';  //to translate
715
 
$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
716
 
$strFileToImport = 'File to import';  //to translate
717
 
$strFlushQueryCache = 'Flush query cache';  //to translate
718
 
$strFlushTables = 'Flush (close) all tables';  //to translate
719
 
$strFreePages = 'Free pages';  //to translate
720
 
 
721
 
$strGenerate = 'Generate';  //to translate
722
 
$strGeneratePassword = 'Generate Password';  //to translate
723
 
 
724
 
$strHandler = 'Handler';  //to translate
725
 
$strHTMLExcel = 'Microsoft Excel 2000';  //to translate
726
 
$strHTMLWord = 'Microsoft Word 2000';  //to translate
727
 
 
728
 
$strIgnoreDuplicates = 'Ignore duplicate rows';  //to translate
729
 
$strImportFormat = 'Format of imported file';  //to translate
730
 
$strImport = 'Import';  //to translate
731
 
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';  //to translate
732
 
$strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
733
 
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
734
 
$strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
735
 
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
736
 
$strInnoDBDataFilePath = 'Data files';  //to translate
737
 
$strInnoDBDataHomeDir = 'Data home directory';  //to translate
738
 
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
739
 
$strInnoDBPages = 'pages';  //to translate
740
 
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:';  //to translate
741
 
$strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
742
 
$strInvalidColumn = 'Invalid column (%s) specified!';  //to translate
743
 
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';  //to translate
744
 
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';  //to translate
745
 
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';  //to translate
746
 
$strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
747
 
$strInvalidFieldCount = 'Table must have at least one field.';  //to translate
748
 
$strInvalidLDIImport = 'This plugin does not support compressed imports!';  //to translate
749
 
$strInvalidRowNumber = '%d is not valid row number.';  //to translate
750
 
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';  //to translate
751
 
$strInvalidServerIndex = 'Invalid server index: "%s"';  //to translate
752
 
 
753
 
$strJoins = 'Joins';  //to translate
754
 
 
755
 
$strKeyCache = 'Key cache';  //to translate
756
 
 
757
 
$strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
758
 
$strLatchedPages = 'Latched pages';  //to translate
759
 
$strLDI = 'CSV using LOAD DATA';  //to translate
760
 
$strLDILocal = 'Use LOCAL keyword';  //to translate
761
 
$strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
762
 
 
763
 
$strMaxConnects = 'max. concurrent connections';  //to translate
764
 
$strMaximalQueryLength = 'Maximal length of created query';  //to translate
765
 
$strMyISAMDataPointerSize = 'Data pointer size';  //to translate
766
 
$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
767
 
$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
768
 
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
769
 
$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
770
 
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
771
 
$strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
772
 
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
773
 
$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
774
 
$strMyISAMRepairThreads = 'Repair threads';  //to translate
775
 
$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
776
 
$strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
777
 
$strMysqlClientVersion = 'MySQL client version';  //to translate
778
 
 
779
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
780
 
$strNoFilesFoundInZip = 'No files found inside ZIP archive!';  //to translate
781
 
$strNumberOfFields = 'Number of fields';  //to translate
782
 
 
783
 
$strOpenNewWindow = 'Open new phpMyAdmin window';  //to translate
784
 
 
785
 
$strPagesToBeFlushed = 'Pages to be flushed';  //to translate
786
 
$strPartialImport = 'Partial import';  //to translate
787
 
$strPDF = 'PDF';  //to translate
788
 
$strPDFReportTitle = 'Report title';  //to translate
789
 
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
790
 
$strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
791
 
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';  //to translate
792
 
$strPrivDescCreateView = 'Allows creating new views.';  //to translate
793
 
$strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
794
 
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';  //to translate
795
 
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
796
 
$strProtocolVersion = 'Protocol version';  //to translate
797
 
 
798
 
$strQueryCache = 'Query cache';  //to translate
799
 
 
800
 
$strReadRequests = 'Read requests';  //to translate
801
 
$strReloadPrivileges = 'Reload privileges';  //to translate
802
 
$strReplication = 'Replication';  //to translate
803
 
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';  //to translate
804
 
 
805
 
$strServerStatusDelayedInserts = 'Delayed inserts';  //to translate
806
 
$strShowingBookmark = 'Showing bookmark';  //to translate
807
 
$strShowOpenTables = 'Show open tables';  //to translate
808
 
$strShowSlaveHosts = 'Show slave hosts';  //to translate
809
 
$strShowSlaveStatus = 'Show slave status';  //to translate
810
 
$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
811
 
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';  //to translate
812
 
$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
813
 
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';  //to translate
814
 
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';  //to translate
815
 
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';  //to translate
816
 
$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
817
 
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';  //to translate
818
 
$strShowStatusFlush_commandsDescr  = 'The number of executed FLUSH statements.';  //to translate
819
 
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';  //to translate
820
 
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';  //to translate
821
 
$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
822
 
$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
823
 
$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
824
 
$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
825
 
$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
826
 
$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
827
 
$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
828
 
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';  //to translate
829
 
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';  //to translate
830
 
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';  //to translate
831
 
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';  //to translate
832
 
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';  //to translate
833
 
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';  //to translate
834
 
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';  //to translate
835
 
$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
836
 
$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
837
 
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';  //to translate
838
 
$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
839
 
$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
840
 
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';  //to translate
841
 
$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
842
 
$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
843
 
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';  //to translate
844
 
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';  //to translate
845
 
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';  //to translate
846
 
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';  //to translate
847
 
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';  //to translate
848
 
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';  //to translate
849
 
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';  //to translate
850
 
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';  //to translate
851
 
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';  //to translate
852
 
$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
853
 
$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
854
 
$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
855
 
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';  //to translate
856
 
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';  //to translate
857
 
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';  //to translate
858
 
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';  //to translate
859
 
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';  //to translate
860
 
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';  //to translate
861
 
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';  //to translate
862
 
$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
863
 
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.';  //to translate
864
 
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';  //to translate
865
 
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';  //to translate
866
 
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';  //to translate
867
 
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';  //to translate
868
 
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';  //to translate
869
 
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';  //to translate
870
 
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';  //to translate
871
 
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';  //to translate
872
 
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';  //to translate
873
 
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';  //to translate
874
 
$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
875
 
$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
876
 
$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
877
 
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';  //to translate
878
 
$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
879
 
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
880
 
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
881
 
$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
882
 
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
883
 
$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
884
 
$strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
885
 
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
886
 
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.';  //to translate
887
 
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
888
 
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';  //to translate
889
 
$strShowStatusQcache_hitsDescr = 'The number of cache hits.';  //to translate
890
 
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';  //to translate
891
 
$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
892
 
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';  //to translate
893
 
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';  //to translate
894
 
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';  //to translate
895
 
$strShowStatusReset = 'Reset';  //to translate
896
 
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';  //to translate
897
 
$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
898
 
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';  //to translate
899
 
$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
900
 
$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
901
 
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';  //to translate
902
 
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';  //to translate
903
 
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';  //to translate
904
 
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';  //to translate
905
 
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';  //to translate
906
 
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';  //to translate
907
 
$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
908
 
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';  //to translate
909
 
$strShowStatusSort_rowsDescr = 'The number of sorted rows.';  //to translate
910
 
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';  //to translate
911
 
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';  //to translate
912
 
$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
913
 
$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
914
 
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.';  //to translate
915
 
$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
916
 
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';  //to translate
917
 
$strSkipQueries = 'Number of records(queries) to skip from start';  //to translate
918
 
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
919
 
$strSorting = 'Sorting';  //to translate
920
 
$strSQLCompatibility = 'SQL compatibility mode';  //to translate
921
 
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';  //to translate
922
 
$strStorageEngines = 'Storage Engines';  //to translate
923
 
$strStorageEngine = 'Storage Engine';  //to translate
924
 
 
925
 
$strTableAlreadyExists = 'Table %s already exists!';  //to translate
926
 
$strTempData = 'Temporary data';  //to translate
927
 
$strThemeDefaultNotFound = 'Default theme %s not found!';  //to translate
928
 
$strThemeNoPreviewAvailable = 'No preview available.';  //to translate
929
 
$strThemeNotFound = 'Theme %s not found!';  //to translate
930
 
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';  //to translate
931
 
$strThemePathNotFound = 'Theme path not found for theme %s!';  //to translate
932
 
$strThreads = 'Threads';  //to translate
933
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';  //to translate
934
 
$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
935
 
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';  //to translate
936
 
$strTransactionCoordinator = 'Transaction coordinator';  //to translate
937
 
$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
938
 
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';  //to translate
939
 
 
940
 
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';  //to translate
941
 
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';  //to translate
942
 
 
943
 
$strVersionInformation = 'Version information';  //to translate
944
 
$strViewHasBeenDropped = 'View %s has been dropped';  //to translate
945
 
$strView = 'View';  //to translate
946
 
 
947
 
$strWriteRequests = 'Write requests';  //to translate
948
 
 
949
 
$strQueryResultsOperations = 'Query results operations';  //to translate
950
 
$strAddClause = 'Add %s';  //to translate
951
 
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';  //to translate
952
 
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';  //to translate
953
 
$strExportMustBeFile = 'Selected export type has to be saved in file!';  //to translate
954
 
$strCreateUserDatabase = 'Database for user';  //to translate
955
 
$strCreateUserDatabaseNone = 'None';  //to translate
956
 
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges';  //to translate
957
 
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';  //to translate
958
 
$strOpenDocumentText = 'Open Document Text';  //to translate
959
 
$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
960
 
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';  //to translate
961
 
$strErrorRenamingTable = 'Error renaming table %1$s to %2$s';  //to translate
962
 
$strInvalidTableName = 'Invalid table name';  //to translate
963
 
$strInvalidDatabase = 'Invalid database';  //to translate
964
 
$strServers = 'Servers';  //to translate
965
 
$strDelimiter = 'Delimiter';  //to translate
966
 
$strFunctions = 'Functions';  //to translate
967
 
$strProcedures = 'Procedures';  //to translate
968
 
$strPDFReportExplanation = '(Generates a report containing the data of a single table)';  //to translate
969
 
$strFontSize = 'Font size';  //to translate
970
 
$strLanguage = 'Language';  //to translate
971
 
$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
972
 
$strDocSQL = 'DocSQL';  //to translate
973
 
$strTableName = 'Table name';  //to translate
974
 
$strTableIsEmpty = 'Table seems to be empty!';  //to translate
975
 
$strDbIsEmpty = 'Database seems to be empty!';  //to translate
976
 
$strShowingPhp = 'Showing as PHP code';  //to translate
977
 
$strShowingSQL = 'Showing SQL query';  //to translate
978
 
$strDesigner = 'Designer';  //to translate
979
 
$strNumberOfTables = 'Number of tables';  //to translate
980
 
$strCreateTable  = 'Create table';  //to translate
981
 
$strCreateRelation = 'Create relation';  //to translate
982
 
$strSavePosition = 'Save position';  //to translate
983
 
$strSelectForeignKey = 'Select Foreign Key';  //to translate
984
 
$strHide         = 'Hide';  //to translate
985
 
$strShowHideLeftMenu = 'Show/Hide left menu';  //to translate
986
 
$strReload = 'Reload';  //to translate
987
 
$strSmallBigAll = 'Small/Big All';  //to translate
988
 
$strImportExportCoords = 'Import/Export coordinates for PDF schema';  //to translate
989
 
$strMoveMenu = 'Move Menu';  //to translate
990
 
$strAngularLinks = 'Angular links';  //to translate
991
 
$strDirectLinks = 'Direct links';  //to translate
992
 
$strHideShowAll = 'Hide/Show all';  //to translate
993
 
$strHideShowNoRelation = 'Hide/Show Tables with no relation';  //to translate
994
 
$strInternalRelationAdded = 'Internal relation added';  //to translate
995
 
$strRelationDeleted = 'Relation deleted';  //to translate
996
 
$strToSelectRelation = 'To select relation, click :';  //to translate
997
 
$strExportImportToScale = 'Export/Import to scale';  //to translate
998
 
$strRecommended = 'recommended';  //to translate
999
 
$strToFromPage = 'to/from page';  //to translate
1000
 
$strSelectReferencedKey = 'Select referenced key';  //to translate
1001
 
$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';  //to translate
1002
 
$strHelp = 'Help';  //to translate
1003
 
$strCancel = 'Cancel';  //to translate
1004
 
$strDeleteRelation = 'Delete relation';  //to translate
1005
 
$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';  //to translate
1006
 
$strStructureForView = 'Structure for view';  //to translate
1007
 
$strStandInStructureForView = 'Stand-in structure for view';  //to translate
1008
 
$strToggleSmallBig = 'Toggle small/big';  //to translate
1009
 
$strIEUnsupported = 'Internet Explorer does not support this function.';  //to translate
1010
 
$strErrorRelationAdded = 'Error: Relation not added.';  //to translate
1011
 
$strErrorRelationExists = 'Error: relation already exists.';  //to translate
1012
 
$strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1013
 
$strSnapToGrid = 'Snap to grid';  //to translate
1014
 
$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
1015
 
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';  //to translate
1016
 
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';  //to translate
1017
 
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.';  //to translate
1018
 
$strUploadErrorNoTempDir = 'Missing a temporary folder.';  //to translate
1019
 
$strUploadErrorCantWrite = 'Failed to write file to disk.';  //to translate
1020
 
$strUploadErrorExtension = 'File upload stopped by extension.';  //to translate
1021
 
$strUploadErrorUnknown = 'Unknown error in file upload.';  //to translate
1022
 
$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
1023
 
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11';  //to translate
1024
 
$strViewName = 'VIEW name';  //to translate
1025
 
$strOptions = 'Options';  //to translate
1026
 
$strFiles = 'Files';  //to translate
1027
 
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';  //to translate
1028
 
$strRoutines = 'Routines';  //to translate
1029
 
$strRoutineReturnType = 'Return type';  //to translate
1030
 
$strControluserFailed = 'Connection for controluser as defined in your configuration failed.';  //to translate
1031
 
$strHexForBLOB = 'Use hexadecimal for BLOB';  //to translate
1032
 
$strRestartInsertion = 'Restart insertion with %s rows';  //to translate
1033
 
$strTriggers = 'Triggers';  //to translate
1034
 
$strEvent = 'Event';  //to translate
1035
 
$strProfiling = 'Profiling';  //to translate
1036
 
$strPartitionDefinition = 'PARTITION definition';  //to translate
1037
 
$strPrivDescTrigger = 'Allows creating and dropping triggers';  //to translate
1038
 
$strPrivDescEvent = 'Allows to set up events for the event scheduler';  //to translate
1039
 
$strPrivDescProcess = 'Allows viewing processes of all users';  //to translate
1040
 
$strPartitioned = 'partitioned';  //to translate
1041
 
$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully';  //to translate
1042
 
$strDatabaseHasBeenCreated = 'Database %1$s has been created.';  //to translate
1043
 
$strTableHasBeenCreated = 'Table %1$s has been created.';  //to translate
1044
 
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)';  //to translate
1045
 
$strRowsDeleted = '%1$d row(s) deleted.';  //to translate
1046
 
$strRowsAffected = '%1$d row(s) affected.';  //to translate
1047
 
$strRowsInserted = '%1$d row(s) inserted.';  //to translate
1048
 
$strInsertedRowId = 'Inserted row id: %1$d';  //to translate
1049
 
$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.';  //to translate
1050
 
$strPartitionMaintenance = 'Partition maintenance';  //to translate
1051
 
$strPartition = 'Partition %s';  //to translate
1052
 
$strAnalyze = 'Analyze';  //to translate
1053
 
$strCheck = 'Check';  //to translate
1054
 
$strOptimize = 'Optimize';  //to translate
1055
 
$strRebuild = 'Rebuild';  //to translate
1056
 
$strRepair = 'Repair';  //to translate
1057
 
$strRemovePartitioning = 'Remove partitioning';  //to translate
1058
 
$strSearchInField = 'Inside field:';  //to translate
1059
 
$strTexyText = 'Texy! text';  //to translate
1060
 
$strDetails = 'Details...';  //to translate
1061
 
$strComment = 'Comment';  //to translate
1062
 
$strPacked = 'Packed';  //to translate
1063
 
$strActions = 'Actions';  //to translate
1064
 
$strInterface = 'Interface';  //to translate
1065
 
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';  //to translate
1066
 
$strEvents = 'Events';  //to translate
1067
 
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added';  //to translate
1068
 
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.';  //to translate
1069
 
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.';  //to translate
1070
 
$strRelationalKey = 'Relational key';  //to translate
1071
 
$strRelationalDisplayField = 'Relational display field';  //to translate
1072
 
$strSwekeyNoKey = 'No valid authentication key plugged';  //to translate
1073
 
$strSwekeyNoKeyId = 'File %s does not contain any key id';  //to translate
1074
 
$strSwekeyAuthFailed = 'Hardware authentication failed';  //to translate
1075
 
$strSwekeyAuthenticating = 'Authenticating...';  //to translate
1076
 
$strPBXTIndexCacheSize = 'Index cache size';  //to translate
1077
 
$strPBXTRecordCacheSize = 'Record cache size';  //to translate
1078
 
$strPBXTLogCacheSize = 'Log cache size';  //to translate
1079
 
$strPBXTLogFileThreshold = 'Log file threshold';  //to translate
1080
 
$strPBXTTransactionBufferSize = 'Transaction buffer size';  //to translate
1081
 
$strPBXTCheckpointFrequency = 'Checkpoint frequency';  //to translate
1082
 
$strPBXTDataLogThreshold = 'Data log threshold';  //to translate
1083
 
$strPBXTGarbageThreshold = 'Garbage threshold';  //to translate
1084
 
$strPBXTLogBufferSize = 'Log buffer size';  //to translate
1085
 
$strPBXTDataFileGrowSize = 'Data file grow size';  //to translate
1086
 
$strPBXTRowFileGrowSize = 'Row file grow size';  //to translate
1087
 
$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.';  //to translate
1088
 
$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.';  //to translate
1089
 
$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.';  //to translate
1090
 
$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.';  //to translate
1091
 
$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.';  //to translate
1092
 
$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.';  //to translate
1093
 
$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.';  //to translate
1094
 
$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.';  //to translate
1095
 
$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.';  //to translate
1096
 
$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';  //to translate
1097
 
$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.';  //to translate
1098
 
$strPBXTLogFileCount = 'Log file count';  //to translate
1099
 
$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.';  //to translate
1100
 
$strAsDefined = 'As defined:';  //to translate
1101
 
$strWiki = 'Wiki';  //to translate
1102
 
$strWebServer = 'Web server';  //to translate
1103
 
$strPHPExtension = 'PHP extension';  //to translate
1104
 
$strCustomColor = 'Custom color';  //to translate
1105
 
$strBLOBRepository = 'BLOB Repository';  //to translate
1106
 
$strBLOBRepositoryDamaged = 'Damaged';  //to translate
1107
 
$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?';  //to translate
1108
 
$strBLOBRepositoryDisabled = 'Disabled';  //to translate
1109
 
$strBLOBRepositoryDisable = 'Disable';  //to translate
1110
 
$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!';  //to translate
1111
 
$strBLOBRepositoryEnabled = 'Enabled';  //to translate
1112
 
$strBLOBRepositoryEnable = 'Enable';  //to translate
1113
 
$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference';  //to translate
1114
 
$strBLOBRepositoryRepair = 'Repair';  //to translate
1115
 
$strBLOBRepositoryStatus = 'Status';  //to translate
1116
 
$strBLOBRepositoryUpload = 'Upload to BLOB repository';  //to translate
1117
 
$strViewImage = 'View image';  //to translate
1118
 
$strPlayAudio = 'Play audio';  //to translate
1119
 
$strViewVideo = 'View video';  //to translate
1120
 
$strDownloadFile = 'Download file';  //to translate
1121
 
$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.';  //to translate
1122
 
$strShowKeys = 'Only show keys';  //to translate
1123
 
$strSetupServersAdd = 'Add a new server';  //to translate
1124
 
$strSetupServersEdit = 'Edit server';  //to translate
1125
 
$strSetupFormset_features = 'Features';  //to translate
1126
 
$strSetupFormset_left_frame = 'Customize navigation frame';  //to translate
1127
 
$strSetupFormset_main_frame = 'Customize main frame';  //to translate
1128
 
$strSetupFormset_import = 'Customize import defaults';  //to translate
1129
 
$strSetupFormset_export = 'Customize export options';  //to translate
1130
 
$strSetupFormset_customization = 'Customization';  //to translate
1131
 
$strSetupTrue = 'yes';  //to translate
1132
 
$strSetupFalse = 'no';  //to translate
1133
 
$strSetupDisplay = 'Display';  //to translate
1134
 
$strSetupDownload = 'Download';  //to translate
1135
 
$strSetupClear = 'Clear';  //to translate
1136
 
$strSetupLoad = 'Load';  //to translate
1137
 
$strSetupRestoreDefaultValue = 'Restore default value';  //to translate
1138
 
$strSetupSetValue = 'Set value: %s';  //to translate
1139
 
$strSetupWarning = 'Warning';  //to translate
1140
 
$strSetupIgnoreErrors = 'Ignore errors';  //to translate
1141
 
$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values';  //to translate
1142
 
$strSetupShowForm = 'Show form';  //to translate
1143
 
$strSetupOverview = 'Overview';  //to translate
1144
 
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)';  //to translate
1145
 
$strSetupNoServers = 'There are no configured servers';  //to translate
1146
 
$strSetupNewServer = 'New server';  //to translate
1147
 
$strSetupDefaultLanguage = 'Default language';  //to translate
1148
 
$strSetupDefaultServer = 'Default server';  //to translate
1149
 
$strSetupLetUserChoose = 'let the user choose';  //to translate
1150
 
$strSetupOptionNone = '- none -';  //to translate
1151
 
$strSetupEndOfLine = 'End of line';  //to translate
1152
 
$strSetupConfigurationFile = 'Configuration file';  //to translate
1153
 
$strSetupHomepageLink = 'phpMyAdmin homepage';  //to translate
1154
 
$strSetupDonateLink = 'Donate';  //to translate
1155
 
$strSetupVersionCheckLink = 'Check for latest version';  //to translate
1156
 
$strSetupCannotLoadConfig = 'Cannot load or save configuration';  //to translate
1157
 
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.';  //to translate
1158
 
$strSetupInsecureConnection = 'Insecure connection';  //to translate
1159
 
$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.';  //to translate
1160
 
$strSetupVersionCheck = 'Version check';  //to translate
1161
 
$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.';  //to translate
1162
 
$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.';  //to translate
1163
 
$strSetupVersionCheckInvalid = 'Got invalid version string from server';  //to translate
1164
 
$strSetupVersionCheckUnparsable = 'Unparsable version string';  //to translate
1165
 
$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.';  //to translate
1166
 
$strSetupVersionCheckNone = 'No newer stable version is available';  //to translate
1167
 
$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';  //to translate
1168
 
$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it';  //to translate
1169
 
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons';  //to translate
1170
 
$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.';  //to translate
1171
 
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters';  //to translate
1172
 
$strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it';  //to translate
1173
 
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.';  //to translate
1174
 
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.';  //to translate
1175
 
$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.';  //to translate
1176
 
$strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.';  //to translate
1177
 
$strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.';  //to translate
1178
 
$strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.';  //to translate
1179
 
$strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.';  //to translate
1180
 
$strSetuperror_form = 'Submitted form contains errors';  //to translate
1181
 
$strSetuperror_missing_field_data = 'Missing data for %s';  //to translate
1182
 
$strSetuperror_incorrect_port = 'Not a valid port number';  //to translate
1183
 
$strSetuperror_incorrect_value = 'Incorrect value';  //to translate
1184
 
$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s';  //to translate
1185
 
$strSetuperror_nan_p = 'Not a positive number';  //to translate
1186
 
$strSetuperror_nan_nneg = 'Not a non-negative number';  //to translate
1187
 
$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb';  //to translate
1188
 
$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb';  //to translate
1189
 
$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method';  //to translate
1190
 
$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method';  //to translate
1191
 
$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method';  //to translate
1192
 
$strSetuperror_connection = 'Could not connect to MySQL server';  //to translate
1193
 
$strSetupForm_Server = 'Basic settings';  //to translate
1194
 
$strSetupForm_Server_desc = 'Enter server connection parameters';  //to translate
1195
 
$strSetupForm_Server_login_options = 'Signon login options';  //to translate
1196
 
$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication';  //to translate
1197
 
$strSetupForm_Server_config = 'Server configuration';  //to translate
1198
 
$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for';  //to translate
1199
 
$strSetupForm_Server_pmadb = 'PMA database';  //to translate
1200
 
$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation';  //to translate
1201
 
$strSetupForm_Import_export = 'Import / export';  //to translate
1202
 
$strSetupForm_Import_export_desc = 'Set import and export directories and compression options';  //to translate
1203
 
$strSetupForm_Security = 'Security';  //to translate
1204
 
$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL';  //to translate
1205
 
$strSetupForm_Sql_queries = 'SQL queries';  //to translate
1206
 
$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings';  //to translate
1207
 
$strSetupForm_Other_core_settings = 'Other core settings';  //to translate
1208
 
$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else';  //to translate
1209
 
$strSetupForm_Left_frame = 'Navigation frame';  //to translate
1210
 
$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame';  //to translate
1211
 
$strSetupForm_Left_servers = 'Servers';  //to translate
1212
 
$strSetupForm_Left_servers_desc = 'Servers display options';  //to translate
1213
 
$strSetupForm_Left_databases = 'Databases';  //to translate
1214
 
$strSetupForm_Left_databases_desc = 'Databases display options';  //to translate
1215
 
$strSetupForm_Left_tables = 'Tables';  //to translate
1216
 
$strSetupForm_Left_tables_desc = 'Tables display options';  //to translate
1217
 
$strSetupForm_Main_frame = 'Main frame';  //to translate
1218
 
$strSetupForm_Startup = 'Startup';  //to translate
1219
 
$strSetupForm_Startup_desc = 'Customize startup page';  //to translate
1220
 
$strSetupForm_Browse = 'Browse mode';  //to translate
1221
 
$strSetupForm_Browse_desc = 'Customize browse mode';  //to translate
1222
 
$strSetupForm_Edit = 'Edit mode';  //to translate
1223
 
$strSetupForm_Edit_desc = 'Customize edit mode';  //to translate
1224
 
$strSetupForm_Tabs = 'Tabs';  //to translate
1225
 
$strSetupForm_Tabs_desc = 'Choose how you want tabs to work';  //to translate
1226
 
$strSetupForm_Sql_box = 'SQL Query box';  //to translate
1227
 
$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes';  //to translate
1228
 
$strSetupForm_Import_defaults = 'Import defaults';  //to translate
1229
 
$strSetupForm_Import_defaults_desc = 'Customize default common import options';  //to translate
1230
 
$strSetupForm_Export_defaults = 'Export defaults';  //to translate
1231
 
$strSetupForm_Export_defaults_desc = 'Customize default export options';  //to translate
1232
 
$strSetupForm_Query_window = 'Query window';  //to translate
1233
 
$strSetupForm_Query_window_desc = 'Customize query window options';  //to translate
1234
 
$strSetupServers_verbose_name = 'Verbose name of this server';  //to translate
1235
 
$strSetupServers_verbose_desc = 'Hostname where MySQL server is running';  //to translate
1236
 
$strSetupServers_host_name = 'Server hostname';  //to translate
1237
 
$strSetupServers_host_desc = '';  //to translate
1238
 
$strSetupServers_port_name = 'Server port';  //to translate
1239
 
$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default';  //to translate
1240
 
$strSetupServers_socket_name = 'Server socket';  //to translate
1241
 
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default';  //to translate
1242
 
$strSetupServers_ssl_name = 'Use SSL';  //to translate
1243
 
$strSetupServers_ssl_desc = '';  //to translate
1244
 
$strSetupServers_connect_type_name = 'Connection type';  //to translate
1245
 
$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure';  //to translate
1246
 
$strSetupServers_extension_name = 'PHP extension to use';  //to translate
1247
 
$strSetupServers_compress_name = 'Compress connection';  //to translate
1248
 
$strSetupServers_compress_desc = 'Compress connection to MySQL server';  //to translate
1249
 
$strSetupServers_auth_type_name = 'Authentication type';  //to translate
1250
 
$strSetupServers_auth_type_desc = 'Authentication method to use';  //to translate
1251
 
$strSetupServers_user_name = 'User for config auth';  //to translate
1252
 
$strSetupServers_user_desc = 'Leave empty if not using config auth';  //to translate
1253
 
$strSetupServers_password_name = 'Password for config auth';  //to translate
1254
 
$strSetupServers_password_desc = 'Leave empty if not using config auth';  //to translate
1255
 
$strSetupServers_nopassword_name = 'Connect without password';  //to translate
1256
 
$strSetupServers_nopassword_desc = 'Try to connect without password';  //to translate
1257
 
$strSetupServers_SignonSession_name = 'Signon session name';  //to translate
1258
 
$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example';  //to translate
1259
 
$strSetupServers_SignonURL_name = 'Signon URL';  //to translate
1260
 
$strSetupServers_LogoutURL_name = 'Logout URL';  //to translate
1261
 
$strSetupServers_auth_swekey_config_name = 'SweKey config file';  //to translate
1262
 
$strSetupServers_only_db_name = 'Show only listed databases';  //to translate
1263
 
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\'';  //to translate
1264
 
$strSetupServers_hide_db_name = 'Hide databases';  //to translate
1265
 
$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)';  //to translate
1266
 
$strSetupServers_AllowRoot_name = 'Allow root login';  //to translate
1267
 
$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password';  //to translate
1268
 
$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA';  //to translate
1269
 
$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]';  //to translate
1270
 
$strSetupServers_AllowDeny_order_name = 'Host authentication order';  //to translate
1271
 
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used';  //to translate
1272
 
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules';  //to translate
1273
 
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults';  //to translate
1274
 
$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command';  //to translate
1275
 
$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases';  //to translate
1276
 
$strSetupServers_CountTables_name = 'Count tables';  //to translate
1277
 
$strSetupServers_CountTables_desc = 'Count tables when showing database list';  //to translate
1278
 
$strSetupServers_pmadb_name = 'PMA database';  //to translate
1279
 
$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]';  //to translate
1280
 
$strSetupServers_controluser_name = 'Control user';  //to translate
1281
 
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';  //to translate
1282
 
$strSetupServers_controlpass_name = 'Control user password';  //to translate
1283
 
$strSetupServers_verbose_check_name = 'Verbose check';  //to translate
1284
 
$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance';  //to translate
1285
 
$strSetupServers_bookmarktable_name = 'Bookmark table';  //to translate
1286
 
$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]';  //to translate
1287
 
$strSetupServers_relation_name = 'Relation table';  //to translate
1288
 
$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]';  //to translate
1289
 
$strSetupServers_table_info_name = 'Display fields table';  //to translate
1290
 
$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]';  //to translate
1291
 
$strSetupServers_table_coords_name = 'PDF schema: table coordinates';  //to translate
1292
 
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]';  //to translate
1293
 
$strSetupServers_pdf_pages_name = 'PDF schema: pages table';  //to translate
1294
 
$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]';  //to translate
1295
 
$strSetupServers_column_info_name = 'Column information table';  //to translate
1296
 
$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]';  //to translate
1297
 
$strSetupServers_history_name = 'SQL query history table';  //to translate
1298
 
$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]';  //to translate
1299
 
$strSetupServers_designer_coords_name = 'Designer table';  //to translate
1300
 
$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]';  //to translate
1301
 
$strSetupUploadDir_name = 'Upload directory';  //to translate
1302
 
$strSetupUploadDir_desc = 'Directory on server where you can upload files for import';  //to translate
1303
 
$strSetupSaveDir_name = 'Save directory';  //to translate
1304
 
$strSetupSaveDir_desc = 'Directory where exports can be saved on server';  //to translate
1305
 
$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion';  //to translate
1306
 
$strSetupDefaultCharset_name = 'Default character set';  //to translate
1307
 
$strSetupDefaultCharset_desc = 'Default character set used for conversions';  //to translate
1308
 
$strSetupRecodingEngine_name = 'Recoding engine';  //to translate
1309
 
$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion';  //to translate
1310
 
$strSetupIconvExtraParams_name = 'Extra parameters for iconv';  //to translate
1311
 
$strSetupZipDump_name = 'ZIP';  //to translate
1312
 
$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations';  //to translate
1313
 
$strSetupGZipDump_name = 'GZip';  //to translate
1314
 
$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations';  //to translate
1315
 
$strSetupBZipDump_name = 'Bzip2';  //to translate
1316
 
$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations';  //to translate
1317
 
$strSetupCompressOnFly_name = 'Compress on the fly';  //to translate
1318
 
$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature';  //to translate
1319
 
$strSetupblowfish_secret_name = 'Blowfish secret';  //to translate
1320
 
$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication';  //to translate
1321
 
$strSetupForceSSL_name = 'Force SSL connection';  //to translate
1322
 
$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin';  //to translate
1323
 
$strSetupCheckConfigurationPermissions_name = 'Check config file permissions';  //to translate
1324
 
$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny';  //to translate
1325
 
$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]';  //to translate
1326
 
$strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users';  //to translate
1327
 
$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server';  //to translate
1328
 
$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth';  //to translate
1329
 
$strSetupLoginCookieRecall_name = 'Recall user name';  //to translate
1330
 
$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode';  //to translate
1331
 
$strSetupLoginCookieValidity_name = 'Login cookie validity';  //to translate
1332
 
$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid';  //to translate
1333
 
$strSetupLoginCookieStore_name = 'Login cookie store';  //to translate
1334
 
$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout';  //to translate
1335
 
$strSetupShowSQL_name = 'Show SQL queries';  //to translate
1336
 
$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed';  //to translate
1337
 
$strSetupConfirm_name = 'Confirm DROP queries';  //to translate
1338
 
$strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data';  //to translate
1339
 
$strSetupQueryHistoryDB_name = 'Permanent query history';  //to translate
1340
 
$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).';  //to translate
1341
 
$strSetupQueryHistoryMax_name = 'Query history length';  //to translate
1342
 
$strSetupQueryHistoryMax_desc = 'How many queries are kept in history';  //to translate
1343
 
$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors';  //to translate
1344
 
$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements';  //to translate
1345
 
$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.';  //to translate
1346
 
$strSetupMaxDbList_name = 'Maximum databases';  //to translate
1347
 
$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list';  //to translate
1348
 
$strSetupMaxTableList_name = 'Maximum tables';  //to translate
1349
 
$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list';  //to translate
1350
 
$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length';  //to translate
1351
 
$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed';  //to translate
1352
 
$strSetupOBGzip_name = 'GZip output buffering';  //to translate
1353
 
$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers';  //to translate
1354
 
$strSetupPersistentConnections_name = 'Persistent connections';  //to translate
1355
 
$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases';  //to translate
1356
 
$strSetupExecTimeLimit_name = 'Maximum execution time';  //to translate
1357
 
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)';  //to translate
1358
 
$strSetupMemoryLimit_name = 'Memory limit';  //to translate
1359
 
$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)';  //to translate
1360
 
$strSetupSkipLockedTables_name = 'Skip locked tables';  //to translate
1361
 
$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables';  //to translate
1362
 
$strSetupUseDbSearch_name = 'Use database search';  //to translate
1363
 
$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database';  //to translate
1364
 
$strSetupLeftFrameLight_name = 'Use light version';  //to translate
1365
 
$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once';  //to translate
1366
 
$strSetupLeftDisplayLogo_name = 'Display logo';  //to translate
1367
 
$strSetupLeftDisplayLogo_desc = 'Show logo in left frame';  //to translate
1368
 
$strSetupLeftLogoLink_name = 'Logo link URL';  //to translate
1369
 
$strSetupLeftLogoLinkWindow_name = 'Logo link target';  //to translate
1370
 
$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])';  //to translate
1371
 
$strSetupLeftDefaultTabTable_name = 'Target for quick access icon';  //to translate
1372
 
$strSetupLeftPointerEnable_name = 'Enable highlighting';  //to translate
1373
 
$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor';  //to translate
1374
 
$strSetupLeftDisplayServers_name = 'Display servers selection';  //to translate
1375
 
$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame';  //to translate
1376
 
$strSetupDisplayServersList_name = 'Display servers as a list';  //to translate
1377
 
$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down';  //to translate
1378
 
$strSetupDisplayDatabasesList_name = 'Display databases as a list';  //to translate
1379
 
$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down';  //to translate
1380
 
$strSetupLeftFrameDBTree_name = 'Display databases in a tree';  //to translate
1381
 
$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)';  //to translate
1382
 
$strSetupLeftFrameDBSeparator_name = 'Database tree separator';  //to translate
1383
 
$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels';  //to translate
1384
 
$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name';  //to translate
1385
 
$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name';  //to translate
1386
 
$strSetupLeftFrameTableSeparator_name = 'Table tree separator';  //to translate
1387
 
$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels';  //to translate
1388
 
$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth';  //to translate
1389
 
$strSetupShowTooltip_name = 'Display table comments in tooltips';  //to translate
1390
 
$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name';  //to translate
1391
 
$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged';  //to translate
1392
 
$strSetupShowStats_name = 'Show statistics';  //to translate
1393
 
$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)';  //to translate
1394
 
$strSetupShowPhpInfo_name = 'Show phpinfo() link';  //to translate
1395
 
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output';  //to translate
1396
 
$strSetupShowServerInfo_name = 'Show detailed MySQL server information';  //to translate
1397
 
$strSetupShowChgPassword_name = 'Show password change form';  //to translate
1398
 
$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly';  //to translate
1399
 
$strSetupShowCreateDb_name = 'Show create database form';  //to translate
1400
 
$strSetupSuggestDBName_name = 'Suggest new database name';  //to translate
1401
 
$strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty';  //to translate
1402
 
$strSetupNavigationBarIconic_name = 'Iconic navigation bar';  //to translate
1403
 
$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both';  //to translate
1404
 
$strSetupShowAll_name = 'Allow to display all the rows';  //to translate
1405
 
$strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button';  //to translate
1406
 
$strSetupMaxRows_name = 'Maximum number of rows to display';  //to translate
1407
 
$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.';  //to translate
1408
 
$strSetupOrder_name = 'Default sorting order';  //to translate
1409
 
$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise';  //to translate
1410
 
$strSetupBrowsePointerEnable_name = 'Highlight pointer';  //to translate
1411
 
$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor';  //to translate
1412
 
$strSetupBrowseMarkerEnable_name = 'Row marker';  //to translate
1413
 
$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows';  //to translate
1414
 
$strSetupProtectBinary_name = 'Protect binary fields';  //to translate
1415
 
$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing';  //to translate
1416
 
$strSetupShowFunctionFields_name = 'Show function fields';  //to translate
1417
 
$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode';  //to translate
1418
 
$strSetupCharEditing_name = 'CHAR fields editing';  //to translate
1419
 
$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields';  //to translate
1420
 
$strSetupCharTextareaCols_name = 'CHAR textarea columns';  //to translate
1421
 
$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas';  //to translate
1422
 
$strSetupCharTextareaRows_name = 'CHAR textarea rows';  //to translate
1423
 
$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas';  //to translate
1424
 
$strSetupInsertRows_name = 'Number of inserted rows';  //to translate
1425
 
$strSetupInsertRows_desc = 'How many rows can be inserted at one time';  //to translate
1426
 
$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order';  //to translate
1427
 
$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value';  //to translate
1428
 
$strSetupForeignKeyMaxLimit_name = 'Foreign key limit';  //to translate
1429
 
$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present';  //to translate
1430
 
$strSetupLightTabs_name = 'Light tabs';  //to translate
1431
 
$strSetupLightTabs_desc = 'Use less graphically intense tabs';  //to translate
1432
 
$strSetupPropertiesIconic_name = 'Iconic table operations';  //to translate
1433
 
$strSetupPropertiesIconic_desc = 'Use only icons, only text or both';  //to translate
1434
 
$strSetupDefaultTabServer_name = 'Default server tab';  //to translate
1435
 
$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server';  //to translate
1436
 
$strSetupDefaultTabDatabase_name = 'Default database tab';  //to translate
1437
 
$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database';  //to translate
1438
 
$strSetupDefaultTabTable_name = 'Default table tab';  //to translate
1439
 
$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table';  //to translate
1440
 
$strSetupQueryWindowDefTab_name = 'Default query window tab';  //to translate
1441
 
$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window';  //to translate
1442
 
$strSetupSQLQuery_Edit_name = 'Edit';  //to translate
1443
 
$strSetupSQLQuery_Explain_name = 'Explain SQL';  //to translate
1444
 
$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code';  //to translate
1445
 
$strSetupSQLQuery_Validate_name = 'Validate SQL';  //to translate
1446
 
$strSetupSQLQuery_Refresh_name = 'Refresh';  //to translate
1447
 
$strSetupImport_format_name = 'Format of imported file';  //to translate
1448
 
$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt';  //to translate
1449
 
$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';  //to translate
1450
 
$strSetupImport_skip_queries_name = 'Partial import: skip queries';  //to translate
1451
 
$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start';  //to translate
1452
 
$strSetupExport_format_name = 'Format';  //to translate
1453
 
$strSetupExport_compression_name = 'Compression';  //to translate
1454
 
$strSetupExport_asfile_name = 'Save as file';  //to translate
1455
 
$strSetupExport_charset_name = 'Character set of the file';  //to translate
1456
 
$strSetupExport_onserver_name = 'Save on server';  //to translate
1457
 
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)';  //to translate
1458
 
$strSetupExport_remember_file_template_name = 'Remember file name template';  //to translate
1459
 
$strSetupExport_file_template_table_name = 'Table name template';  //to translate
1460
 
$strSetupExport_file_template_database_name = 'Database name template';  //to translate
1461
 
$strSetupExport_file_template_server_name = 'Server name template';  //to translate
1462
 
$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters';  //to translate
1463
 
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.';  //to translate
1464
 
$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed';  //to translate
1465
 
$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available';  //to translate
1466
 
$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!';  //to translate
1467
 
$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.';  //to translate
1468
 
$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.';  //to translate
1469
 
$strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].';  //to translate
1470
 
$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported';  //to translate
1471
 
$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.';  //to translate
1472
 
$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)';  //to translate
1473
1471
?>