8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
10
"POT-Creation-Date: 2009-05-25 10:55-0700\n"
11
"PO-Revision-Date: 2009-01-01 10:08+0000\n"
12
"Last-Translator: ruyi7952 <Unknown>\n"
11
"PO-Revision-Date: 2009-06-01 05:46+0000\n"
12
"Last-Translator: Shelley Shyan <Unknown>\n"
13
13
"Language-Team: Simplified Chinese <zh_CN@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=1; plural=0;\n"
18
"X-Launchpad-Export-Date: 2009-03-05 20:48+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
18
"X-Launchpad-Export-Date: 2009-07-28 18:17+0000\n"
19
"X-Generator: Launchpad (build 8323)\n"
21
21
#: client/drizzle.cc:273
22
22
msgid "Synonym for `help'."
29
29
#: client/drizzle.cc:276
30
30
msgid "Reconnect to the server. Optional arguments are db and host."
31
msgstr "重新连接到服务器。数据库(db)和主机(host)为可选参数。"
33
33
#: client/drizzle.cc:278
35
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
36
msgstr "设置查询语句的分界符。注意:将把本行全部剩余字符串视为新的分界符"
38
38
#: client/drizzle.cc:280
39
39
msgid "Send command to drizzle server, display result vertically."
103
99
msgid "Don't show warnings after every statement."
104
100
msgstr "每个指令句后不要显示警告。"
106
#: client/drizzle.cc:1167 client/drizzle.cc:1174
108
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
111
102
#: client/drizzle.cc:1270
112
103
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
113
104
msgstr "欢迎来到Drizzle客户端。:或\\g表示当前命令完成。"
160
151
msgid "Synonym for -?"
163
#: client/drizzle.cc:1428
165
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
166
"and field completion, but startup and reconnecting may take a longer time. "
167
"Disable with --disable-auto-rehash."
170
#: client/drizzle.cc:1432
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
"completion. This gives a quicker start of drizzle_st and disables rehashing "
174
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
154
#: client/drizzle.cc:1435
179
156
"Automatically switch to vertical output mode if the result is wider than the "
194
171
"Preserve comments. Send comments to the server. The default is --skip-"
195
172
"comments (discard comments), enable with --comments"
173
msgstr "保留注释。发送注释到服务器。缺省为 --skip--comments (不保留注释),使用为 --comments"
198
175
#: client/drizzle.cc:1445
199
176
msgid "Use compression in server/client protocol."
231
208
msgid "Continue even if we get an sql error."
232
209
msgstr "忽略SQL错误继续执行"
234
#: client/drizzle.cc:1469
236
"Enable named commands. Named commands mean this program's internal commands; "
237
"see drizzle> help . When enabled, the named commands can be used from any "
238
"line of the query, otherwise only from the first line, before an enter. "
239
"Disable with --disable-named-commands. This option is disabled by default."
242
#: client/drizzle.cc:1473
244
"Named commands are disabled. Use \\* form only, or use named commands only "
245
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
246
"the client now starts with this option ENABLED by default! Disable with '-"
247
"G'. Long format commands still work from the first line. WARNING: option "
248
"deprecated; use --disable-named-commands instead."
251
211
#: client/drizzle.cc:1475
252
212
msgid "Ignore space after function names."
253
213
msgstr "忽略函数名字后的空格。"
293
253
"Change the value of a variable. Please note that this option is deprecated; "
294
254
"you can set variables directly with --variable-name=value."
255
msgstr "变更一个变量的值。不推荐使用此选项;可以用 --variable-name=value 直接赋值变量。"
297
257
#: client/drizzle.cc:1500
298
258
msgid "Ignore SIGINT (CTRL-C)"
304
264
"other database in the update log."
305
265
msgstr "仅更新默认数据库。使用这个选项在更新日志时,跳过其它数据库。"
267
#: drizzled/drizzled.cc:2125
268
msgid "Set the default character set."
271
#: plugin/myisam/my_handler_errors.cc:131
272
msgid "Unknown (generic) error from engine"
273
msgstr "引擎产生未知(一般)错误。"
275
#: plugin/myisam/my_handler_errors.cc:137
276
msgid "Tablespace exists"
279
#: plugin/myisam/my_handler_errors.cc:151
280
msgid "Lock or active transaction"
283
#: plugin/myisam/my_handler_errors.cc:153
284
msgid "No such table space"
287
#: plugin/myisam/my_handler_errors.cc:155
288
msgid "Tablespace not empty"
291
#: client/drizzle.cc:287
292
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
295
#: client/drizzle.cc:1167 client/drizzle.cc:1174
298
"Memory allocation error while constructing initial prompt. Aborting.\n"
301
#: client/drizzle.cc:1428
303
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
304
"and field completion, but startup and reconnecting may take a longer time. "
305
"Disable with --disable-auto-rehash."
308
#: client/drizzle.cc:1432
310
"No automatic rehashing. One has to use 'rehash' to get table and field "
311
"completion. This gives a quicker start of drizzle_st and disables rehashing "
312
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
315
#: client/drizzle.cc:1469
317
"Enable named commands. Named commands mean this program's internal commands; "
318
"see drizzle> help . When enabled, the named commands can be used from any "
319
"line of the query, otherwise only from the first line, before an enter. "
320
"Disable with --disable-named-commands. This option is disabled by default."
323
#: client/drizzle.cc:1473
325
"Named commands are disabled. Use \\* form only, or use named commands only "
326
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
327
"the client now starts with this option ENABLED by default! Disable with '-"
328
"G'. Long format commands still work from the first line. WARNING: option "
329
"deprecated; use --disable-named-commands instead."
307
332
#: client/drizzle.cc:1507
309
334
"Pager to use to display results. If you don't supply an option the default "
367
392
#: client/drizzle.cc:1533
368
393
msgid "Socket file to use for connection."
394
msgstr "供连接用的 Socket 文件。"
371
396
#: client/drizzle.cc:1536
372
397
msgid "Output in table format."
375
400
#: client/drizzle.cc:1539
392
417
#: client/drizzle.cc:1547
393
418
msgid "Only allow UPDATE and DELETE that uses keys."
419
msgstr "只允许使用了键值的 UPDATE 和 DELETE。"
396
421
#: client/drizzle.cc:1550
397
422
msgid "Synonym for option --safe-updates, -U."
428
453
#: client/drizzle.cc:1579
429
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
455
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
456
msgstr "使用旧协议 (4.1.1之前) 时,拒绝客户端连接到服务器。"
432
458
#: client/drizzle.cc:1584
433
459
msgid "Number of lines before each import progress report."
460
msgstr "每次导入进度报告前的行数。"
436
462
#: client/drizzle.cc:1587
437
463
msgid "Ping the server to check if it's alive."
2830
2853
#: drizzled/error.cc:574
2832
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2856
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2835
2859
#: drizzled/error.cc:576
3254
3280
#: drizzled/error.cc:744
3255
msgid "View being updated does not have complete key of underlying table in it"
3282
"View being updated does not have complete key of underlying table in it"
3258
3285
#: drizzled/error.cc:746
3261
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3262
"(s) or definer/invoker of view lack rights to use them"
3288
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
3289
"function(s) or definer/invoker of view lack rights to use them"
3265
3292
#: drizzled/error.cc:748
3603
3630
#: drizzled/error.cc:888
3606
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3633
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
3610
3637
#: drizzled/error.cc:890
4248
4281
#: drizzled/error.cc:1148
4251
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4252
"d would lead to a duplicate entry"
4284
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
4285
"%d would lead to a duplicate entry"
4255
4288
#: drizzled/error.cc:1150
4992
5026
#: drizzled/sql_base.cc:2896
4995
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
4996
"s`.`%s`' to replication"
5029
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5030
"`%s`.`%s`' to replication"
4999
5033
#: drizzled/sql_base.cc:3498
5775
5805
msgid "It is not possible to log this statement"
5778
#: plugin/myisam/my_handler_errors.cc:137
5779
msgid "Tablespace exists"
5782
5808
#: plugin/myisam/my_handler_errors.cc:139
5783
5809
msgid "The event was corrupt, leading to illegal data being read"
5803
5829
msgid "Read page with wrong checksum"
5806
#: plugin/myisam/my_handler_errors.cc:151
5807
msgid "Lock or active transaction"
5810
#: plugin/myisam/my_handler_errors.cc:153
5811
msgid "No such table space"
5814
#: plugin/myisam/my_handler_errors.cc:155
5815
msgid "Tablespace not empty"
5818
5832
#: plugin/oldlibdrizzle/errmsg.cc:28
5819
5833
msgid "Unknown Drizzle error"
6097
6111
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6100
#~ msgid "Directory where character sets are."
6101
#~ msgstr "设置字符集的目录。"
6103
#~ msgid "The protocol of connection (tcp,socket,pipe,memory)."
6104
#~ msgstr "访问协议(tcp、socket、pipe、memory)"
6107
#~ "Switch to another charset. Might be needed for processing binlog with "
6108
#~ "multi-byte charsets."
6109
#~ msgstr "更改字符集。在用到多字节字符(multi-byte charsets)处理binlog时用到。"