~kalebral-deactivatedaccount/drizzle/change-error_num_to_enum-2

« back to all changes in this revision

Viewing changes to po/zh_CN.po

  • Committer: Patrick Crews
  • Date: 2010-08-17 17:42:29 UTC
  • mfrom: (1711.1.24 build)
  • Revision ID: gleebix@gmail.com-20100817174229-e28p5025ndgkkxif
Rollup patch - optimizer fixes, mutex removal, client cleanup, translations update

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2010-08-03 10:16-0400\n"
 
10
"POT-Creation-Date: 2010-08-17 12:50-0400\n"
11
11
"PO-Revision-Date: 2010-06-09 11:25+0000\n"
12
12
"Last-Translator: ziminq <Unknown>\n"
13
13
"Language-Team: Simplified Chinese <zh_CN@li.org>\n"
95
95
msgid "Use another database. Takes database name as argument."
96
96
msgstr "使用其他数据库。参数为数据库名称。"
97
97
 
98
 
#: ../client/drizzle.cc:491 ../client/drizzle.cc:1405
 
98
#: ../client/drizzle.cc:491 ../client/drizzle.cc:1404
99
99
msgid "Show warnings after every statement."
100
100
msgstr "每条语句后显示警告。"
101
101
 
111
111
msgid "Error: Invalid Value for max_input_line"
112
112
msgstr ""
113
113
 
 
114
#: ../client/drizzle.cc:1363
 
115
#, fuzzy
 
116
msgid "Displays this help and exit."
 
117
msgstr "显示此帮助信息并退出。"
 
118
 
114
119
#: ../client/drizzle.cc:1364
115
 
#, fuzzy
116
 
msgid "Displays this help and exit."
117
 
msgstr "显示此帮助信息并退出。"
118
 
 
119
 
#: ../client/drizzle.cc:1365
120
120
msgid ""
121
121
"Don't use history file. Disable interactive behavior. (Enables --silent)"
122
122
msgstr "不使用历史文件。禁用交互模式。(开启--silent选项)"
123
123
 
124
 
#: ../client/drizzle.cc:1367
 
124
#: ../client/drizzle.cc:1366
125
125
msgid "Display column type information."
126
126
msgstr "显示列类型信息。"
127
127
 
128
 
#: ../client/drizzle.cc:1369
 
128
#: ../client/drizzle.cc:1368
129
129
msgid ""
130
130
"Preserve comments. Send comments to the server. The default is --skip-"
131
131
"comments (discard comments), enable with --comments"
133
133
"保留注释。发送注释到服务器。缺省为 --skip--comments (不保留注释),使用--"
134
134
"comments开启之。"
135
135
 
136
 
#: ../client/drizzle.cc:1371
 
136
#: ../client/drizzle.cc:1370
137
137
msgid "Use compression in server/client protocol."
138
138
msgstr "在服务器/客户端通讯协议中启用压缩。"
139
139
 
140
 
#: ../client/drizzle.cc:1373
 
140
#: ../client/drizzle.cc:1372
141
141
msgid "Print the output of a query (rows) vertically."
142
142
msgstr "打印查询结果"
143
143
 
144
 
#: ../client/drizzle.cc:1375
 
144
#: ../client/drizzle.cc:1374
145
145
msgid "Continue even if we get an sql error."
146
146
msgstr "忽略SQL错误继续执行"
147
147
 
148
 
#: ../client/drizzle.cc:1377
 
148
#: ../client/drizzle.cc:1376
149
149
msgid ""
150
150
"Enable named commands. Named commands mean this program's internal commands; "
151
151
"see drizzle> help . When enabled, the named commands can be used from any "
153
153
"Disable with --disable-named-commands. This option is disabled by default."
154
154
msgstr ""
155
155
 
156
 
#: ../client/drizzle.cc:1379
 
156
#: ../client/drizzle.cc:1378
157
157
msgid ""
158
158
"Named commands are disabled. Use \\* form only, or use named commands only "
159
159
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
162
162
"deprecated; use --disable-named-commands instead."
163
163
msgstr ""
164
164
 
165
 
#: ../client/drizzle.cc:1380
 
165
#: ../client/drizzle.cc:1379
166
166
msgid "Ignore space after function names."
167
167
msgstr "忽略函数名字后的空格。"
168
168
 
169
 
#: ../client/drizzle.cc:1382
 
169
#: ../client/drizzle.cc:1381
170
170
msgid "Turn off beep on error."
171
171
msgstr "发生错误时关闭"
172
172
 
173
 
#: ../client/drizzle.cc:1384
 
173
#: ../client/drizzle.cc:1383
174
174
msgid "Write line numbers for errors."
175
175
msgstr "显示发生错误的行号"
176
176
 
177
 
#: ../client/drizzle.cc:1386
 
177
#: ../client/drizzle.cc:1385
178
178
msgid ""
179
179
"Don't write line number for errors. WARNING: -L is deprecated, use long "
180
180
"version of this option instead."
181
181
msgstr "不显示发生错误的行号。警告:-L 不建议使用,请在long版中使用该选项。"
182
182
 
183
 
#: ../client/drizzle.cc:1388
 
183
#: ../client/drizzle.cc:1387
184
184
msgid "Write column names in results."
185
185
msgstr "在结果中显示列名"
186
186
 
187
 
#: ../client/drizzle.cc:1390
 
187
#: ../client/drizzle.cc:1389
188
188
msgid ""
189
189
"Don't write column names in results. WARNING: -N is deprecated, use long "
190
190
"version of this options instead."
191
191
msgstr "不在结果中显示列名。警告:-N 不推荐使用,请在long版中使用改选项。"
192
192
 
193
 
#: ../client/drizzle.cc:1392
 
193
#: ../client/drizzle.cc:1391
194
194
msgid ""
195
195
"Change the value of a variable. Please note that this option is deprecated; "
196
196
"you can set variables directly with --variable-name=value."
198
198
"变更一个变量的值。不推荐使用此选项;可以用 --variable-name=value 直接赋值变"
199
199
"量。"
200
200
 
201
 
#: ../client/drizzle.cc:1394
 
201
#: ../client/drizzle.cc:1393
202
202
msgid "Output in table format."
203
203
msgstr "以表格结构输出"
204
204
 
205
 
#: ../client/drizzle.cc:1396
 
205
#: ../client/drizzle.cc:1395
206
206
msgid "Only allow UPDATE and DELETE that uses keys."
207
207
msgstr "只允许使用了键值的 UPDATE 和 DELETE。"
208
208
 
209
 
#: ../client/drizzle.cc:1398
 
209
#: ../client/drizzle.cc:1397
210
210
msgid "Synonym for option --safe-updates, -U."
211
211
msgstr ""
212
212
 
213
 
#: ../client/drizzle.cc:1400
 
213
#: ../client/drizzle.cc:1399
214
214
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
215
215
msgstr ""
216
216
 
217
 
#: ../client/drizzle.cc:1401 ../drizzled/drizzled.cc:1153
 
217
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1158
218
218
msgid "Output version information and exit."
219
219
msgstr "输出版本信息并退出。"
220
220
 
221
 
#: ../client/drizzle.cc:1403
 
221
#: ../client/drizzle.cc:1402
222
222
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
223
223
msgstr "使用旧协议 (4.1.1之前) 时,拒绝客户端连接到服务器。"
224
224
 
225
 
#: ../client/drizzle.cc:1407
 
225
#: ../client/drizzle.cc:1406
226
226
msgid "Number of lines before each import progress report."
227
227
msgstr "每次导入进度报告前的行数。"
228
228
 
229
 
#: ../client/drizzle.cc:1409
 
229
#: ../client/drizzle.cc:1408
230
230
msgid "Ping the server to check if it's alive."
231
231
msgstr "Ping 服务器以检验服务器是否工作。"
232
232
 
233
 
#: ../client/drizzle.cc:1411
 
233
#: ../client/drizzle.cc:1410
234
234
msgid "Configuration file defaults are not used if no-defaults is set"
235
235
msgstr ""
236
236
 
237
 
#: ../client/drizzle.cc:1417
 
237
#: ../client/drizzle.cc:1416
238
238
msgid ""
239
239
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
240
240
"and field completion, but startup and reconnecting may take a longer time. "
243
243
"开启自动更新。不必使用rehash命令来开启键入表和字段时的自动补全功能,但是"
244
244
"Drizzle客户端的启动和重连需要更长时间。可使用--disable-auto-rehash关闭之。"
245
245
 
246
 
#: ../client/drizzle.cc:1418
 
246
#: ../client/drizzle.cc:1417
247
247
msgid ""
248
248
"No automatic rehashing. One has to use 'rehash' to get table and field "
249
249
"completion. This gives a quicker start of drizzle_st and disables rehashing "
253
253
"项可以加速Drizzle客户端的启动和重连过程。警告:此选项已过时;请使用--disable-"
254
254
"auto-rehash选项。"
255
255
 
256
 
#: ../client/drizzle.cc:1420
 
256
#: ../client/drizzle.cc:1419
257
257
msgid ""
258
258
"Automatically switch to vertical output mode if the result is wider than the "
259
259
"terminal width."
260
260
msgstr "如果结果比终端宽度更宽,则自动调整为直排输出模式。"
261
261
 
262
 
#: ../client/drizzle.cc:1422
 
262
#: ../client/drizzle.cc:1421
263
263
msgid "Database to use."
264
264
msgstr "要使用的数据库。"
265
265
 
266
 
#: ../client/drizzle.cc:1424
 
266
#: ../client/drizzle.cc:1423
267
267
msgid "(not used)"
268
268
msgstr "(尚未指定)"
269
269
 
270
 
#: ../client/drizzle.cc:1426
 
270
#: ../client/drizzle.cc:1425
271
271
msgid "Delimiter to be used."
272
272
msgstr "要使用的定义符号。"
273
273
 
274
 
#: ../client/drizzle.cc:1428
 
274
#: ../client/drizzle.cc:1427
275
275
msgid "Execute command and quit. (Disables --force and history file)"
276
276
msgstr "执行命令并退出。(禁用 --force 和历史文件)"
277
277
 
278
 
#: ../client/drizzle.cc:1430
 
278
#: ../client/drizzle.cc:1429
279
279
msgid "Enable/disable LOAD DATA LOCAL INFILE."
280
280
msgstr "激活/禁止 LOAD DATA LOCAL INFILE (从本地读取数据文件)"
281
281
 
282
 
#: ../client/drizzle.cc:1432
 
282
#: ../client/drizzle.cc:1431
283
283
msgid "Flush buffer after each query."
284
284
msgstr "每次查询之后刷新缓存。"
285
285
 
286
 
#: ../client/drizzle.cc:1434
 
286
#: ../client/drizzle.cc:1433
287
287
msgid "Ignore SIGINT (CTRL-C)"
288
288
msgstr "忽略 SIGINT (CTRL-C)"
289
289
 
290
 
#: ../client/drizzle.cc:1436
 
290
#: ../client/drizzle.cc:1435
291
291
msgid ""
292
292
"Only update the default database. This is useful for skipping updates to "
293
293
"other database in the update log."
294
294
msgstr "仅更新默认数据库。使用这个选项在更新日志时,跳过其它数据库。"
295
295
 
296
 
#: ../client/drizzle.cc:1438
 
296
#: ../client/drizzle.cc:1437
297
297
msgid ""
298
298
"Pager to use to display results. If you don't supply an option the default "
299
299
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
302
302
"default."
303
303
msgstr ""
304
304
 
305
 
#: ../client/drizzle.cc:1440
 
305
#: ../client/drizzle.cc:1439
306
306
#, fuzzy
307
307
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
308
308
msgstr "禁用当前指定的结果文字处理程序(pager),直接在标准输出上打印结果"
309
309
 
310
 
#: ../client/drizzle.cc:1442
 
310
#: ../client/drizzle.cc:1441
311
311
msgid "Set the drizzle prompt to this value."
312
312
msgstr "设置drizzle提示符为这个值"
313
313
 
314
 
#: ../client/drizzle.cc:1444
 
314
#: ../client/drizzle.cc:1443
315
315
msgid ""
316
316
"Don't cache result, print it row by row. This may slow down the server if "
317
317
"the output is suspended. Doesn't use history file."
318
318
msgstr ""
319
319
 
320
 
#: ../client/drizzle.cc:1446
 
320
#: ../client/drizzle.cc:1445
321
321
msgid "Write fields without conversion. Used with --batch."
322
322
msgstr ""
323
323
 
324
 
#: ../client/drizzle.cc:1448
 
324
#: ../client/drizzle.cc:1447
325
325
msgid ""
326
326
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
327
327
"option is enabled by default."
329
329
"当连接断开时自动重新连接。可以通过 --disable-reconnect 来禁止该功能。该功能默"
330
330
"认启用。"
331
331
 
332
 
#: ../client/drizzle.cc:1450
 
332
#: ../client/drizzle.cc:1449
333
333
#, fuzzy
334
334
msgid "Shutdown the server"
335
335
msgstr "关闭服务器。"
336
336
 
337
 
#: ../client/drizzle.cc:1451
 
337
#: ../client/drizzle.cc:1450
338
338
msgid ""
339
339
"Be more silent. Print results with a tab as separator, each row on new line."
340
340
msgstr ""
341
341
 
342
 
#: ../client/drizzle.cc:1453
 
342
#: ../client/drizzle.cc:1452
343
343
msgid ""
344
344
"Append everything into outfile. See interactive help (\\h) also. Does not "
345
345
"work in batch mode. Disable with --disable-tee. This option is disabled by "
346
346
"default."
347
347
msgstr ""
348
348
 
 
349
#: ../client/drizzle.cc:1454
 
350
msgid "Disable outfile. See interactive help (\\h) also."
 
351
msgstr ""
 
352
 
349
353
#: ../client/drizzle.cc:1455
350
 
msgid "Disable outfile. See interactive help (\\h) also."
351
 
msgstr ""
352
 
 
353
 
#: ../client/drizzle.cc:1456
354
354
msgid "Wait and retry if connection is down."
355
355
msgstr "断开连接时等待并重试。"
356
356
 
357
 
#: ../client/drizzle.cc:1458
 
357
#: ../client/drizzle.cc:1457
358
358
msgid "Number of seconds before connection timeout."
359
359
msgstr "连接超时前的秒数"
360
360
 
361
 
#: ../client/drizzle.cc:1460
 
361
#: ../client/drizzle.cc:1459
362
362
msgid "Max length of input line"
363
363
msgstr "输入行的最大长度"
364
364
 
365
 
#: ../client/drizzle.cc:1462
 
365
#: ../client/drizzle.cc:1461
366
366
msgid "Automatic limit for SELECT when using --safe-updates"
367
367
msgstr ""
368
368
 
369
 
#: ../client/drizzle.cc:1464
 
369
#: ../client/drizzle.cc:1463
370
370
msgid "Automatic limit for rows in a join when using --safe-updates"
371
371
msgstr ""
372
372
 
373
 
#: ../client/drizzle.cc:1470 ../client/drizzledump.cc:2564
374
 
#: ../client/drizzleimport.cc:451 ../client/drizzleslap.cc:962
 
373
#: ../client/drizzle.cc:1469 ../client/drizzledump.cc:2564
 
374
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:928
375
375
#: ../client/drizzletest.cc:5456
376
376
msgid "Use MySQL Protocol."
377
377
msgstr "使用 MySQL 协议"
378
378
 
379
 
#: ../client/drizzle.cc:1472
 
379
#: ../client/drizzle.cc:1471
380
380
#, fuzzy
381
381
msgid "Connect to host"
382
382
msgstr "链接到主机。"
383
383
 
384
 
#: ../client/drizzle.cc:1474
 
384
#: ../client/drizzle.cc:1473
385
385
msgid ""
386
386
"Password to use when connecting to server. If password is not given it's "
387
387
"asked from the tty."
388
388
msgstr ""
389
389
 
390
 
#: ../client/drizzle.cc:1476
 
390
#: ../client/drizzle.cc:1475
391
391
#, fuzzy
392
392
msgid ""
393
393
"Port number to use for connection or 0 for default to, in order of "
394
394
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
395
395
msgstr "用以连接的端口号或者设置0使用MySQL协议"
396
396
 
397
 
#: ../client/drizzle.cc:1478
 
397
#: ../client/drizzle.cc:1477
398
398
msgid "User for login if not current user."
399
399
msgstr "无当前用户时的登陆用户"
400
400
 
401
 
#: ../client/drizzle.cc:1480
 
401
#: ../client/drizzle.cc:1479
402
402
msgid "The protocol of connection (tcp,socket,pipe,memory)."
403
403
msgstr ""
404
404
 
405
 
#: ../client/drizzle.cc:1530 ../client/drizzle.cc:1537
 
405
#: ../client/drizzle.cc:1529 ../client/drizzle.cc:1536
406
406
#, c-format
407
407
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
408
408
msgstr "构建初始提示符时内存分配失败。正在退出。\n"
409
409
 
410
 
#: ../client/drizzle.cc:1588
 
410
#: ../client/drizzle.cc:1587
411
411
msgid "DELIMITER cannot contain a backslash character"
412
412
msgstr ""
413
413
 
414
 
#: ../client/drizzle.cc:1665
 
414
#: ../client/drizzle.cc:1664
415
415
#, fuzzy, c-format
416
416
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
417
417
msgstr "给出的端口值不合法。"
418
418
 
419
 
#: ../client/drizzle.cc:1710 ../client/drizzle.cc:1720
420
 
#: ../client/drizzle.cc:4092
 
419
#: ../client/drizzle.cc:1709 ../client/drizzle.cc:1719
 
420
#: ../client/drizzle.cc:4089
421
421
#, c-format
422
422
msgid "drizzle  Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
423
423
msgstr ""
424
424
 
425
 
#: ../client/drizzle.cc:1724
 
425
#: ../client/drizzle.cc:1723
426
426
#, c-format
427
427
msgid ""
428
428
"Copyright (C) 2008 Sun Microsystems\n"
430
430
"and you are welcome to modify and redistribute it under the GPL license\n"
431
431
msgstr "版权所有 (C) 2008 Sun Microsystem\n"
432
432
 
433
 
#: ../client/drizzle.cc:1729
 
433
#: ../client/drizzle.cc:1728
434
434
#, fuzzy, c-format
435
435
msgid "Usage: drizzle [OPTIONS] [database]\n"
436
436
msgstr "用法: %s [选项] [数据库]\n"
437
437
 
438
 
#: ../client/drizzle.cc:1780
 
438
#: ../client/drizzle.cc:1779
439
439
msgid "Welcome to the Drizzle client..  Commands end with ; or \\g."
440
440
msgstr "欢迎来到Drizzle客户端。请使用;或\\g指示当前命令结束。"
441
441
 
442
 
#: ../client/drizzle.cc:1790
 
442
#: ../client/drizzle.cc:1788
443
443
#, c-format
444
444
msgid ""
445
445
"Your Drizzle connection id is %u\n"
448
448
"当前的Drizzle会话的连接ID为%u\n"
449
449
"服务器版本: %s\n"
450
450
 
451
 
#: ../client/drizzle.cc:1822
 
451
#: ../client/drizzle.cc:1820
452
452
#, c-format
453
453
msgid "Reading history-file %s\n"
454
454
msgstr "正在读取历史文件%s\n"
455
455
 
456
 
#: ../client/drizzle.cc:1826
 
456
#: ../client/drizzle.cc:1824
457
457
#, c-format
458
458
msgid "Couldn't allocate memory for temp histfile!\n"
459
459
msgstr "无法为临时历史文件分配内存空间!\n"
460
460
 
461
 
#: ../client/drizzle.cc:1833
 
461
#: ../client/drizzle.cc:1831
462
462
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
463
463
msgstr "欲获取帮助请键入‘help;’或‘\\h’。键入’\\c‘将清除缓冲。\n"
464
464
 
465
 
#: ../client/drizzle.cc:1856
 
465
#: ../client/drizzle.cc:1854
466
466
#, c-format
467
467
msgid "Writing history-file %s\n"
468
468
msgstr "正在写入历史文件%s\n"
469
469
 
470
 
#: ../client/drizzle.cc:1864
 
470
#: ../client/drizzle.cc:1862
471
471
msgid "Aborted"
472
472
msgstr "会话终止"
473
473
 
474
 
#: ../client/drizzle.cc:1864
 
474
#: ../client/drizzle.cc:1862
475
475
msgid "Bye"
476
476
msgstr "再见"
477
477
 
478
 
#: ../client/drizzle.cc:1916
 
478
#: ../client/drizzle.cc:1914
479
479
msgid "Query aborted by Ctrl+C\n"
480
480
msgstr "用户使用Ctrl+C放弃查询。\n"
481
481
 
482
 
#: ../client/drizzle.cc:2000
 
482
#: ../client/drizzle.cc:1998
483
483
#, c-format
484
484
msgid "Processing line: %<PRIu32>\n"
485
485
msgstr "处理行: %<PRIu32>\n"
486
486
 
487
 
#: ../client/drizzle.cc:2218
 
487
#: ../client/drizzle.cc:2216
488
488
msgid "Unknown command: "
489
489
msgstr "未知命令: "
490
490
 
491
 
#: ../client/drizzle.cc:2632
 
491
#: ../client/drizzle.cc:2630
492
492
msgid ""
493
493
"Reading table information for completion of table and column names\n"
494
494
"You can turn off this feature to get a quicker startup with -A\n"
495
495
"\n"
496
496
msgstr ""
497
497
 
498
 
#: ../client/drizzle.cc:2698
 
498
#: ../client/drizzle.cc:2696
499
499
msgid "No connection. Trying to reconnect..."
500
500
msgstr ""
501
501
 
502
 
#: ../client/drizzle.cc:2704
 
502
#: ../client/drizzle.cc:2702
503
503
msgid "Can't connect to the server\n"
504
504
msgstr ""
505
505
 
 
506
#: ../client/drizzle.cc:2780
 
507
msgid "List of all Drizzle commands:"
 
508
msgstr ""
 
509
 
506
510
#: ../client/drizzle.cc:2782
507
 
msgid "List of all Drizzle commands:"
508
 
msgstr ""
509
 
 
510
 
#: ../client/drizzle.cc:2784
511
511
msgid "Note that all text commands must be first on line and end with ';'"
512
512
msgstr ""
513
513
 
514
 
#: ../client/drizzle.cc:2839
 
514
#: ../client/drizzle.cc:2837
515
515
msgid "No query specified\n"
516
516
msgstr ""
517
517
 
518
 
#: ../client/drizzle.cc:2854
 
518
#: ../client/drizzle.cc:2852
519
519
msgid "Ignoring query to other database"
520
520
msgstr ""
521
521
 
522
 
#: ../client/drizzle.cc:2904
 
522
#: ../client/drizzle.cc:2902
523
523
msgid "Empty set"
524
524
msgstr ""
525
525
 
526
 
#: ../client/drizzle.cc:2917
 
526
#: ../client/drizzle.cc:2915
527
527
#, c-format
528
528
msgid "%ld row in set"
529
529
msgid_plural "%ld rows in set"
530
530
msgstr[0] ""
531
531
msgstr[1] ""
532
532
 
 
533
#: ../client/drizzle.cc:2924
 
534
msgid "Query OK"
 
535
msgstr ""
 
536
 
533
537
#: ../client/drizzle.cc:2926
534
 
msgid "Query OK"
535
 
msgstr ""
536
 
 
537
 
#: ../client/drizzle.cc:2928
538
538
#, c-format
539
539
msgid "Query OK, %ld row affected"
540
540
msgid_plural "Query OK, %ld rows affected"
732
732
msgid "OR     %s [OPTIONS] --all-databases [OPTIONS]\n"
733
733
msgstr ""
734
734
 
735
 
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:506
736
 
#: ../client/drizzleslap.cc:1036 ../client/drizzletest.cc:5596
 
735
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:459
 
736
#: ../client/drizzleslap.cc:1001 ../client/drizzletest.cc:5596
737
737
#, c-format
738
738
msgid "Value supplied for port is not valid.\n"
739
739
msgstr ""
774
774
msgid "Invalid mode to --compatible: %s\n"
775
775
msgstr ""
776
776
 
 
777
#: ../client/drizzleslap.cc:2855
 
778
#, c-format
 
779
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
 
780
msgstr ""
 
781
 
777
782
#: ../client/drizzletest.cc:5363
778
783
msgid "Error: Invalid Value for opt_max_connect_retries"
779
784
msgstr ""
791
796
msgid "Could not open '%s' for reading: errno = %d"
792
797
msgstr ""
793
798
 
794
 
#: ../client/drizzletest.cc:5569 ../drizzled/drizzled.cc:857
 
799
#: ../client/drizzletest.cc:5569 ../drizzled/drizzled.cc:863
795
800
#, c-format
796
801
msgid "Out of memory"
797
802
msgstr ""
798
803
 
799
 
#: ../drizzled/drizzled.cc:490
 
804
#: ../drizzled/drizzled.cc:480
800
805
msgid "Aborting\n"
801
806
msgstr ""
802
807
 
803
 
#: ../drizzled/drizzled.cc:572
 
808
#: ../drizzled/drizzled.cc:544
804
809
msgid "One can only use the --user switch if running as root\n"
805
810
msgstr ""
806
811
 
807
 
#: ../drizzled/drizzled.cc:579
 
812
#: ../drizzled/drizzled.cc:551
808
813
msgid ""
809
814
"Fatal error: Please read \"Security\" section of the manual to find out how "
810
815
"to run drizzled as root!\n"
811
816
msgstr ""
812
817
 
813
 
#: ../drizzled/drizzled.cc:599
 
818
#: ../drizzled/drizzled.cc:571
814
819
#, c-format
815
820
msgid ""
816
821
"Fatal error: Can't change to run as user '%s' ;  Please check that the user "
817
822
"exists!\n"
818
823
msgstr ""
819
824
 
820
 
#: ../drizzled/drizzled.cc:738
 
825
#: ../drizzled/drizzled.cc:710
821
826
#, c-format
822
827
msgid "gethostname failed, using '%s' as hostname"
823
828
msgstr ""
824
829
 
825
 
#: ../drizzled/drizzled.cc:796
 
830
#: ../drizzled/drizzled.cc:768
826
831
#, c-format
827
832
msgid "Unknown locale: '%s'"
828
833
msgstr ""
829
834
 
830
 
#: ../drizzled/drizzled.cc:833
 
835
#: ../drizzled/drizzled.cc:785
831
836
msgid "Can't create thread-keys"
832
837
msgstr ""
833
838
 
834
 
#: ../drizzled/drizzled.cc:866
 
839
#: ../drizzled/drizzled.cc:872
835
840
msgid "Failed to initialize plugins."
836
841
msgstr ""
837
842
 
838
 
#: ../drizzled/drizzled.cc:887
 
843
#: ../drizzled/drizzled.cc:894
839
844
#, c-format
840
845
msgid ""
841
846
"%s: Too many arguments (first extra is '%s').\n"
842
847
"Use --verbose --help to get a list of available options\n"
843
848
msgstr ""
844
849
 
845
 
#: ../drizzled/drizzled.cc:912
 
850
#: ../drizzled/drizzled.cc:919
846
851
msgid "No scheduler found, cannot continue!\n"
847
852
msgstr ""
848
853
 
849
 
#: ../drizzled/drizzled.cc:936
 
854
#: ../drizzled/drizzled.cc:943
850
855
#, c-format
851
856
msgid "Unknown/unsupported storage engine: %s"
852
857
msgstr ""
853
858
 
854
 
#: ../drizzled/drizzled.cc:1027
 
859
#: ../drizzled/drizzled.cc:1032
855
860
msgid "Display this help and exit."
856
861
msgstr "显示此帮助信息并退出。"
857
862
 
858
 
#: ../drizzled/drizzled.cc:1031
 
863
#: ../drizzled/drizzled.cc:1036
859
864
msgid "Display this help and exit after initializing plugins."
860
865
msgstr ""
861
866
 
862
 
#: ../drizzled/drizzled.cc:1035
 
867
#: ../drizzled/drizzled.cc:1040
863
868
msgid "Auto-increment columns are incremented by this"
864
869
msgstr ""
865
870
 
866
 
#: ../drizzled/drizzled.cc:1040
 
871
#: ../drizzled/drizzled.cc:1045
867
872
msgid ""
868
873
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
869
874
"= 1"
870
875
msgstr ""
871
876
 
872
 
#: ../drizzled/drizzled.cc:1046
 
877
#: ../drizzled/drizzled.cc:1051
873
878
msgid ""
874
879
"Path to installation directory. All paths are usually resolved relative to "
875
880
"this."
876
881
msgstr ""
877
882
 
878
 
#: ../drizzled/drizzled.cc:1051
 
883
#: ../drizzled/drizzled.cc:1056
879
884
msgid "Chroot drizzled daemon during startup."
880
885
msgstr ""
881
886
 
882
 
#: ../drizzled/drizzled.cc:1055
 
887
#: ../drizzled/drizzled.cc:1060
883
888
msgid "Set the default collation."
884
889
msgstr ""
885
890
 
886
 
#: ../drizzled/drizzled.cc:1059
 
891
#: ../drizzled/drizzled.cc:1064
887
892
msgid "Default completion type."
888
893
msgstr ""
889
894
 
890
 
#: ../drizzled/drizzled.cc:1064
 
895
#: ../drizzled/drizzled.cc:1069
891
896
msgid "Write core on errors."
892
897
msgstr ""
893
898
 
894
 
#: ../drizzled/drizzled.cc:1068
 
899
#: ../drizzled/drizzled.cc:1073
895
900
msgid "Path to the database root."
896
901
msgstr ""
897
902
 
898
 
#: ../drizzled/drizzled.cc:1072
 
903
#: ../drizzled/drizzled.cc:1077
899
904
msgid "Set the default storage engine (table type) for tables."
900
905
msgstr ""
901
906
 
902
 
#: ../drizzled/drizzled.cc:1076
 
907
#: ../drizzled/drizzled.cc:1081
903
908
msgid "Set the default time zone."
904
909
msgstr ""
905
910
 
906
 
#: ../drizzled/drizzled.cc:1081
 
911
#: ../drizzled/drizzled.cc:1086
907
912
msgid "Used for debugging;  Use at your own risk!"
908
913
msgstr ""
909
914
 
910
 
#: ../drizzled/drizzled.cc:1086
 
915
#: ../drizzled/drizzled.cc:1091
911
916
msgid "Set up signals usable for debugging"
912
917
msgstr ""
913
918
 
914
 
#: ../drizzled/drizzled.cc:1090
 
919
#: ../drizzled/drizzled.cc:1095
915
920
msgid "(IGNORED)"
916
921
msgstr ""
917
922
 
918
 
#: ../drizzled/drizzled.cc:1094
 
923
#: ../drizzled/drizzled.cc:1099
919
924
msgid "Set the language used for the month names and the days of the week."
920
925
msgstr ""
921
926
 
922
 
#: ../drizzled/drizzled.cc:1099
 
927
#: ../drizzled/drizzled.cc:1104
923
928
msgid "Log some not critical warnings to the log file."
924
929
msgstr ""
925
930
 
926
 
#: ../drizzled/drizzled.cc:1104
 
931
#: ../drizzled/drizzled.cc:1109
927
932
msgid "Pid file used by safe_mysqld."
928
933
msgstr ""
929
934
 
930
 
#: ../drizzled/drizzled.cc:1108
 
935
#: ../drizzled/drizzled.cc:1113
931
936
msgid ""
932
937
"Maximum time in seconds to wait for the port to become free. (Default: no "
933
938
"wait)"
934
939
msgstr ""
935
940
 
936
 
#: ../drizzled/drizzled.cc:1113
 
941
#: ../drizzled/drizzled.cc:1118
937
942
msgid ""
938
943
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
939
944
"specified directory"
940
945
msgstr ""
941
946
 
942
 
#: ../drizzled/drizzled.cc:1118
 
947
#: ../drizzled/drizzled.cc:1123
943
948
msgid ""
944
949
"Uniquely identifies the server instance in the community of replication "
945
950
"partners."
946
951
msgstr ""
947
952
 
948
 
#: ../drizzled/drizzled.cc:1123
 
953
#: ../drizzled/drizzled.cc:1128
949
954
msgid "Don't print a stack trace on failure."
950
955
msgstr ""
951
956
 
952
 
#: ../drizzled/drizzled.cc:1127
 
957
#: ../drizzled/drizzled.cc:1132
953
958
msgid "Enable symbolic link support."
954
959
msgstr ""
955
960
 
956
 
#: ../drizzled/drizzled.cc:1136
 
961
#: ../drizzled/drizzled.cc:1141
957
962
msgid ""
958
963
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
959
964
msgstr ""
960
965
 
961
 
#: ../drizzled/drizzled.cc:1141
 
966
#: ../drizzled/drizzled.cc:1146
962
967
msgid "Path for temporary files."
963
968
msgstr ""
964
969
 
965
 
#: ../drizzled/drizzled.cc:1145
 
970
#: ../drizzled/drizzled.cc:1150
966
971
msgid "Default transaction isolation level."
967
972
msgstr ""
968
973
 
969
 
#: ../drizzled/drizzled.cc:1149
 
974
#: ../drizzled/drizzled.cc:1154
970
975
msgid "Run drizzled daemon as user."
971
976
msgstr ""
972
977
 
973
 
#: ../drizzled/drizzled.cc:1157
 
978
#: ../drizzled/drizzled.cc:1162
974
979
msgid ""
975
980
"The number of outstanding connection requests Drizzle can have. This comes "
976
981
"into play when the main Drizzle thread gets very many connection requests in "
977
982
"a very short time."
978
983
msgstr ""
979
984
 
980
 
#: ../drizzled/drizzled.cc:1163
 
985
#: ../drizzled/drizzled.cc:1168
981
986
msgid ""
982
987
"Size of tree cache used in bulk insert optimization. Note that this is a "
983
988
"limit per thread!"
984
989
msgstr ""
985
990
 
986
 
#: ../drizzled/drizzled.cc:1169
 
991
#: ../drizzled/drizzled.cc:1174
987
992
msgid ""
988
993
"Precision of the result of '/' operator will be increased on that value."
989
994
msgstr ""
990
995
 
991
 
#: ../drizzled/drizzled.cc:1175
 
996
#: ../drizzled/drizzled.cc:1180
992
997
msgid "The maximum length of the result of function  group_concat."
993
998
msgstr ""
994
999
 
995
 
#: ../drizzled/drizzled.cc:1180
 
1000
#: ../drizzled/drizzled.cc:1185
996
1001
msgid "The size of the buffer that is used for full joins."
997
1002
msgstr ""
998
1003
 
999
 
#: ../drizzled/drizzled.cc:1186
 
1004
#: ../drizzled/drizzled.cc:1191
1000
1005
msgid "Max packetlength to send/receive from to server."
1001
1006
msgstr ""
1002
1007
 
1003
 
#: ../drizzled/drizzled.cc:1191
 
1008
#: ../drizzled/drizzled.cc:1196
1004
1009
msgid ""
1005
1010
"If there is more than this number of interrupted connections from a host "
1006
1011
"this host will be blocked from further connections."
1007
1012
msgstr ""
1008
1013
 
1009
 
#: ../drizzled/drizzled.cc:1196
 
1014
#: ../drizzled/drizzled.cc:1201
1010
1015
msgid "Max number of errors/warnings to store for a statement."
1011
1016
msgstr ""
1012
1017
 
1013
 
#: ../drizzled/drizzled.cc:1201
 
1018
#: ../drizzled/drizzled.cc:1206
1014
1019
msgid "Don't allow creation of heap tables bigger than this."
1015
1020
msgstr ""
1016
1021
 
1017
 
#: ../drizzled/drizzled.cc:1207
 
1022
#: ../drizzled/drizzled.cc:1212
1018
1023
msgid ""
1019
1024
"Joins that are probably going to read more than max_join_size records return "
1020
1025
"an error."
1021
1026
msgstr ""
1022
1027
 
1023
 
#: ../drizzled/drizzled.cc:1213
 
1028
#: ../drizzled/drizzled.cc:1218
1024
1029
msgid "Max number of bytes in sorted records."
1025
1030
msgstr ""
1026
1031
 
1027
 
#: ../drizzled/drizzled.cc:1218
 
1032
#: ../drizzled/drizzled.cc:1223
1028
1033
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1029
1034
msgstr ""
1030
1035
 
1031
 
#: ../drizzled/drizzled.cc:1223
 
1036
#: ../drizzled/drizzled.cc:1228
1032
1037
msgid ""
1033
1038
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1034
1039
"max_sort_length bytes of each value are used; the rest are ignored)."
1035
1040
msgstr ""
1036
1041
 
1037
 
#: ../drizzled/drizzled.cc:1230
 
1042
#: ../drizzled/drizzled.cc:1235
1038
1043
msgid "After this many write locks, allow some read locks to run in between."
1039
1044
msgstr ""
1040
1045
 
1041
 
#: ../drizzled/drizzled.cc:1234
 
1046
#: ../drizzled/drizzled.cc:1239
1042
1047
msgid ""
1043
1048
"Don't log queries which examine less than min_examined_row_limit rows to "
1044
1049
"file."
1045
1050
msgstr ""
1046
1051
 
1047
 
#: ../drizzled/drizzled.cc:1240
 
1052
#: ../drizzled/drizzled.cc:1245
1048
1053
msgid ""
1049
1054
"Controls the heuristic(s) applied during query optimization to prune less-"
1050
1055
"promising partial plans from the optimizer search space. Meaning: false - do "
1052
1057
"based on number of retrieved rows."
1053
1058
msgstr ""
1054
1059
 
1055
 
#: ../drizzled/drizzled.cc:1248
 
1060
#: ../drizzled/drizzled.cc:1253
1056
1061
msgid ""
1057
1062
"Maximum depth of search performed by the query optimizer. Values larger than "
1058
1063
"the number of relations in a query result in better query plans, but take "
1063
1068
"(used for testing/comparison)."
1064
1069
msgstr ""
1065
1070
 
1066
 
#: ../drizzled/drizzled.cc:1260
 
1071
#: ../drizzled/drizzled.cc:1265
1067
1072
msgid "Directory for plugins."
1068
1073
msgstr ""
1069
1074
 
1070
 
#: ../drizzled/drizzled.cc:1264
 
1075
#: ../drizzled/drizzled.cc:1269
1071
1076
msgid ""
1072
1077
"Optional comma separated list of plugins to load at startup in addition to "
1073
1078
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1074
1079
msgstr ""
1075
1080
 
1076
 
#: ../drizzled/drizzled.cc:1270
 
1081
#: ../drizzled/drizzled.cc:1275
1077
1082
msgid ""
1078
1083
"Optional comma separated list of plugins to not load at startup. Effectively "
1079
1084
"removes a plugin from the list of plugins to be loaded. [for example: --"
1080
1085
"plugin_remove=crc32,logger_gearman]"
1081
1086
msgstr ""
1082
1087
 
1083
 
#: ../drizzled/drizzled.cc:1276
 
1088
#: ../drizzled/drizzled.cc:1281
1084
1089
msgid ""
1085
1090
"Optional comma separated list of plugins to load at starup instead of the "
1086
1091
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1087
1092
msgstr ""
1088
1093
 
1089
 
#: ../drizzled/drizzled.cc:1282
 
1094
#: ../drizzled/drizzled.cc:1287
1090
1095
msgid "The size of the buffer that is allocated when preloading indexes"
1091
1096
msgstr ""
1092
1097
 
1093
 
#: ../drizzled/drizzled.cc:1287
 
1098
#: ../drizzled/drizzled.cc:1292
1094
1099
msgid "Allocation block size for query parsing and execution"
1095
1100
msgstr ""
1096
1101
 
1097
 
#: ../drizzled/drizzled.cc:1292
 
1102
#: ../drizzled/drizzled.cc:1297
1098
1103
msgid "Persistent buffer for query parsing and execution"
1099
1104
msgstr ""
1100
1105
 
1101
 
#: ../drizzled/drizzled.cc:1298
 
1106
#: ../drizzled/drizzled.cc:1303
1102
1107
msgid "Allocation block size for storing ranges during optimization"
1103
1108
msgstr ""
1104
1109
 
1105
 
#: ../drizzled/drizzled.cc:1304
 
1110
#: ../drizzled/drizzled.cc:1309
1106
1111
msgid ""
1107
1112
"Each thread that does a sequential scan allocates a buffer of this size for "
1108
1113
"each table it scans. If you do many sequential scans, you may want to "
1109
1114
"increase this value."
1110
1115
msgstr ""
1111
1116
 
1112
 
#: ../drizzled/drizzled.cc:1312
 
1117
#: ../drizzled/drizzled.cc:1317
1113
1118
msgid ""
1114
1119
"When reading rows in sorted order after a sort, the rows are read through "
1115
1120
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1116
1121
"record_buffer."
1117
1122
msgstr ""
1118
1123
 
1119
 
#: ../drizzled/drizzled.cc:1320
 
1124
#: ../drizzled/drizzled.cc:1325
1120
1125
msgid "Select scheduler to be used (by default multi-thread)."
1121
1126
msgstr ""
1122
1127
 
1123
 
#: ../drizzled/drizzled.cc:1325
 
1128
#: ../drizzled/drizzled.cc:1330
1124
1129
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1125
1130
msgstr ""
1126
1131
 
1127
 
#: ../drizzled/drizzled.cc:1331
 
1132
#: ../drizzled/drizzled.cc:1336
1128
1133
msgid "The number of cached table definitions."
1129
1134
msgstr ""
1130
1135
 
1131
 
#: ../drizzled/drizzled.cc:1335
 
1136
#: ../drizzled/drizzled.cc:1340
1132
1137
msgid "The number of cached open tables."
1133
1138
msgstr ""
1134
1139
 
1135
 
#: ../drizzled/drizzled.cc:1339
 
1140
#: ../drizzled/drizzled.cc:1344
1136
1141
msgid ""
1137
1142
"Timeout in seconds to wait for a table level lock before returning an error. "
1138
1143
"Used only if the connection has active cursors."
1139
1144
msgstr ""
1140
1145
 
1141
 
#: ../drizzled/drizzled.cc:1344
 
1146
#: ../drizzled/drizzled.cc:1349
1142
1147
msgid "The stack size for each thread."
1143
1148
msgstr ""
1144
1149
 
1145
 
#: ../drizzled/drizzled.cc:1350
 
1150
#: ../drizzled/drizzled.cc:1355
1146
1151
msgid ""
1147
1152
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1148
1153
"automatically convert it to an on-disk MyISAM table."
1149
1154
msgstr ""
1150
1155
 
1151
 
#: ../drizzled/drizzled.cc:1376
 
1156
#: ../drizzled/drizzled.cc:1381
1152
1157
msgid ""
1153
1158
"Copyright (C) 2008 Sun Microsystems\n"
1154
1159
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1157
1162
"Starts the Drizzle database server\n"
1158
1163
msgstr ""
1159
1164
 
1160
 
#: ../drizzled/drizzled.cc:1383
 
1165
#: ../drizzled/drizzled.cc:1388
1161
1166
#, c-format
1162
1167
msgid "Usage: %s [OPTIONS]\n"
1163
1168
msgstr ""
1164
1169
 
1165
 
#: ../drizzled/drizzled.cc:1507
 
1170
#: ../drizzled/drizzled.cc:1512
1166
1171
#, c-format
1167
1172
msgid ""
1168
1173
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1169
1174
"command line\n"
1170
1175
msgstr ""
1171
1176
 
1172
 
#: ../drizzled/drizzled.cc:1550
 
1177
#: ../drizzled/drizzled.cc:1555
1173
1178
msgid "Can't start server: cannot resolve hostname!"
1174
1179
msgstr ""
1175
1180
 
1176
 
#: ../drizzled/drizzled.cc:1556
 
1181
#: ../drizzled/drizzled.cc:1561
1177
1182
msgid "Can't start server: bind-address refers to multiple interfaces!"
1178
1183
msgstr ""
1179
1184
 
4699
4704
msgid "File '%s' (fileno: %d) was not closed"
4700
4705
msgstr ""
4701
4706
 
4702
 
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:234
 
4707
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
4703
4708
msgid ""
4704
4709
"Schema name cannot be encoded and fit within filesystem name length "
4705
4710
"restrictions."
4817
4822
"registered.\n"
4818
4823
msgstr ""
4819
4824
 
4820
 
#: ../drizzled/module/loader.cc:356
 
4825
#: ../drizzled/module/loader.cc:354
4821
4826
#, c-format
4822
4827
msgid "Plugin '%s' init function returned error.\n"
4823
4828
msgstr ""
4824
4829
 
4825
 
#: ../drizzled/module/loader.cc:534
 
4830
#: ../drizzled/module/loader.cc:532
4826
4831
#, c-format
4827
4832
msgid "Couldn't load plugin library named '%s'.\n"
4828
4833
msgstr ""
4829
4834
 
4830
 
#: ../drizzled/module/loader.cc:544
 
4835
#: ../drizzled/module/loader.cc:542
4831
4836
#, c-format
4832
4837
msgid "Couldn't load plugin named '%s'.\n"
4833
4838
msgstr ""
4834
4839
 
4835
 
#: ../drizzled/module/loader.cc:773
 
4840
#: ../drizzled/module/loader.cc:771
4836
4841
msgid "Out of memory."
4837
4842
msgstr ""
4838
4843
 
4839
 
#: ../drizzled/module/loader.cc:1496 ../drizzled/module/loader.cc:1547
 
4844
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
4840
4845
#, c-format
4841
4846
msgid "Unknown variable type code 0x%x in plugin '%s'."
4842
4847
msgstr ""
4843
4848
 
4844
 
#: ../drizzled/module/loader.cc:1539
 
4849
#: ../drizzled/module/loader.cc:1526
4845
4850
#, c-format
4846
4851
msgid ""
4847
4852
"Server variable %s of plugin %s was forced to be read-only: string variable "
4848
4853
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4849
4854
msgstr ""
4850
4855
 
4851
 
#: ../drizzled/module/loader.cc:1558
 
4856
#: ../drizzled/module/loader.cc:1545
4852
4857
#, c-format
4853
4858
msgid "Missing variable name in plugin '%s'."
4854
4859
msgstr ""
4855
4860
 
4856
 
#: ../drizzled/module/loader.cc:1575
 
4861
#: ../drizzled/module/loader.cc:1562
4857
4862
#, c-format
4858
4863
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4859
4864
msgstr ""
4860
4865
 
4861
 
#: ../drizzled/module/loader.cc:1697
 
4866
#: ../drizzled/module/loader.cc:1684
4862
4867
#, c-format
4863
4868
msgid "Out of memory for plugin '%s'."
4864
4869
msgstr ""
4865
4870
 
 
4871
#: ../drizzled/module/loader.cc:1693
 
4872
#, c-format
 
4873
msgid "Bad options for plugin '%s'."
 
4874
msgstr ""
 
4875
 
4866
4876
#: ../drizzled/module/loader.cc:1706
4867
4877
#, c-format
4868
 
msgid "Bad options for plugin '%s'."
4869
 
msgstr ""
4870
 
 
4871
 
#: ../drizzled/module/loader.cc:1719
4872
 
#, c-format
4873
4878
msgid "Parsing options for plugin '%s' failed."
4874
4879
msgstr ""
4875
4880
 
4876
 
#: ../drizzled/module/loader.cc:1772
 
4881
#: ../drizzled/module/loader.cc:1759
4877
4882
#, c-format
4878
4883
msgid "Plugin '%s' has conflicting system variables"
4879
4884
msgstr ""
5099
5104
msgid "qcache plugin '%s' flush() failed"
5100
5105
msgstr ""
5101
5106
 
5102
 
#: ../drizzled/plugin/scheduler.cc:62
 
5107
#: ../drizzled/plugin/scheduler.cc:64
5103
5108
#, c-format
5104
5109
msgid ""
5105
5110
"Attempted to register a scheduler %s, but a scheduler has already been "
5106
5111
"registered with that name.\n"
5107
5112
msgstr ""
5108
5113
 
5109
 
#: ../drizzled/plugin/scheduler.cc:99
 
5114
#: ../drizzled/plugin/scheduler.cc:101
5110
5115
#, c-format
5111
5116
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
5112
5117
msgstr ""
5157
5162
"We have deactivated the TransactionApplier '%s'.\n"
5158
5163
msgstr ""
5159
5164
 
5160
 
#: ../drizzled/session.cc:1893 ../drizzled/session.cc:1909
 
5165
#: ../drizzled/session.cc:1902 ../drizzled/session.cc:1918
5161
5166
#, c-format
5162
5167
msgid "Could not remove temporary table: '%s', error: %d"
5163
5168
msgstr ""
5209
5214
"\n"
5210
5215
msgstr ""
5211
5216
 
5212
 
#: ../drizzled/signal_handler.cc:124
 
5217
#: ../drizzled/signal_handler.cc:122
5213
5218
#, c-format
5214
5219
msgid ""
5215
5220
"It is possible that drizzled could use up to \n"
5219
5224
"\n"
5220
5225
msgstr ""
5221
5226
 
5222
 
#: ../drizzled/signal_handler.cc:137
 
5227
#: ../drizzled/signal_handler.cc:135
5223
5228
#, c-format
5224
5229
msgid ""
5225
5230
"Attempting backtrace. You can use the following information to find out\n"
5227
5232
"terribly wrong...\n"
5228
5233
msgstr ""
5229
5234
 
5230
 
#: ../drizzled/signal_handler.cc:165
 
5235
#: ../drizzled/signal_handler.cc:163
5231
5236
#, c-format
5232
5237
msgid ""
5233
5238
"Trying to get some variables.\n"
5234
5239
"Some pointers may be invalid and cause the dump to abort...\n"
5235
5240
msgstr ""
5236
5241
 
5237
 
#: ../drizzled/signal_handler.cc:176
 
5242
#: ../drizzled/signal_handler.cc:174
5238
5243
#, c-format
5239
5244
msgid ""
5240
5245
"\n"
5246
5251
"drizzled that is not statically linked.\n"
5247
5252
msgstr ""
5248
5253
 
5249
 
#: ../drizzled/signal_handler.cc:190
 
5254
#: ../drizzled/signal_handler.cc:188
5250
5255
#, c-format
5251
5256
msgid ""
5252
5257
"\n"
5257
5262
"the documentation for your distribution on how to do that.\n"
5258
5263
msgstr ""
5259
5264
 
5260
 
#: ../drizzled/signal_handler.cc:203
 
5265
#: ../drizzled/signal_handler.cc:201
5261
5266
#, fuzzy, c-format
5262
5267
msgid "Writing a core file\n"
5263
5268
msgstr "正在写入历史文件%s\n"
5264
5269
 
5265
 
#: ../drizzled/sql_base.cc:1526
 
5270
#: ../drizzled/sql_base.cc:1527
5266
5271
#, c-format
5267
5272
msgid "Table %s had a open data Cursor in reopen_table"
5268
5273
msgstr ""
5269
5274
 
5270
 
#: ../drizzled/sql_table.cc:1948
 
5275
#: ../drizzled/sql_table.cc:1972
5271
5276
#, c-format
5272
5277
msgid "Unknown - internal error %d during operation"
5273
5278
msgstr ""
5274
5279
 
5275
 
#: ../drizzled/statement/alter_table.cc:1428
 
5280
#: ../drizzled/statement/alter_table.cc:1429
5276
5281
#, c-format
5277
5282
msgid ""
5278
5283
"order_st BY ignored because there is a user-defined clustered index in the "
5284
5289
msgid "Got error %d when reading table '%s'"
5285
5290
msgstr ""
5286
5291
 
5287
 
#: ../drizzled/table_share.cc:883
 
5292
#: ../drizzled/table_share.cc:867
5288
5293
#, c-format
5289
5294
msgid "Table %s has invalid/unknown collation: %d,%s"
5290
5295
msgstr ""
5291
5296
 
5292
 
#: ../drizzled/table_share.cc:1158
 
5297
#: ../drizzled/table_share.cc:1160
5293
5298
#, c-format
5294
5299
msgid "ENUM column %s has greater than %d possible values"
5295
5300
msgstr ""
5296
5301
 
5297
 
#: ../drizzled/table_share.cc:2069
 
5302
#: ../drizzled/table_share.cc:2071
5298
5303
#, c-format
5299
5304
msgid "Unknown collation '%s' in table '%-.64s' definition"
5300
5305
msgstr ""
5301
5306
 
5302
 
#: ../drizzled/table_share.cc:2076
 
5307
#: ../drizzled/table_share.cc:2078
5303
5308
#, c-format
5304
5309
msgid ""
5305
5310
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5311
5316
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5312
5317
msgstr ""
5313
5318
 
5314
 
#: ../gnulib/getopt.c:529 ../gnulib/getopt.c:545
5315
 
#, c-format
5316
 
msgid "%s: option `%s' is ambiguous\n"
5317
 
msgstr ""
5318
 
 
5319
 
#: ../gnulib/getopt.c:578 ../gnulib/getopt.c:582
5320
 
#, c-format
5321
 
msgid "%s: option `--%s' doesn't allow an argument\n"
5322
 
msgstr ""
5323
 
 
5324
 
#: ../gnulib/getopt.c:591 ../gnulib/getopt.c:596
5325
 
#, c-format
5326
 
msgid "%s: option `%c%s' doesn't allow an argument\n"
5327
 
msgstr ""
5328
 
 
5329
 
#: ../gnulib/getopt.c:639 ../gnulib/getopt.c:658 ../gnulib/getopt.c:974
5330
 
#: ../gnulib/getopt.c:993
5331
 
#, c-format
5332
 
msgid "%s: option `%s' requires an argument\n"
5333
 
msgstr ""
5334
 
 
5335
 
#: ../gnulib/getopt.c:696 ../gnulib/getopt.c:699
5336
 
#, c-format
5337
 
msgid "%s: unrecognized option `--%s'\n"
5338
 
msgstr ""
5339
 
 
5340
 
#: ../gnulib/getopt.c:707 ../gnulib/getopt.c:710
5341
 
#, c-format
5342
 
msgid "%s: unrecognized option `%c%s'\n"
5343
 
msgstr ""
5344
 
 
5345
 
#: ../gnulib/getopt.c:762 ../gnulib/getopt.c:765
5346
 
#, c-format
5347
 
msgid "%s: illegal option -- %c\n"
5348
 
msgstr ""
5349
 
 
5350
 
#: ../gnulib/getopt.c:771 ../gnulib/getopt.c:774
5351
 
#, c-format
5352
 
msgid "%s: invalid option -- %c\n"
5353
 
msgstr ""
5354
 
 
5355
 
#: ../gnulib/getopt.c:826 ../gnulib/getopt.c:842 ../gnulib/getopt.c:1046
5356
 
#: ../gnulib/getopt.c:1064
5357
 
#, c-format
5358
 
msgid "%s: option requires an argument -- %c\n"
5359
 
msgstr ""
5360
 
 
5361
 
#: ../gnulib/getopt.c:895 ../gnulib/getopt.c:911
5362
 
#, c-format
5363
 
msgid "%s: option `-W %s' is ambiguous\n"
5364
 
msgstr ""
5365
 
 
5366
 
#: ../gnulib/getopt.c:935 ../gnulib/getopt.c:953
5367
 
#, c-format
5368
 
msgid "%s: option `-W %s' doesn't allow an argument\n"
5369
 
msgstr ""
5370
 
 
5371
 
#: ../plugin/auth_file/auth_file.cc:214
 
5319
#: ../plugin/auth_file/auth_file.cc:225
5372
5320
#, c-format
5373
5321
msgid "Could not load auth file: %s\n"
5374
5322
msgstr ""
5375
5323
 
5376
 
#: ../plugin/auth_file/auth_file.cc:227
 
5324
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
5377
5325
msgid "File to load for usernames and passwords"
5378
5326
msgstr ""
5379
5327
 
5448
5396
msgid "Default database to use."
5449
5397
msgstr ""
5450
5398
 
5451
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:824
5452
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:899
 
5399
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
 
5400
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5453
5401
msgid "Invalid value of port\n"
5454
5402
msgstr ""
5455
5403
 
5456
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:833
5457
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:908
 
5404
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
 
5405
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5458
5406
msgid "Invalid value for connect_timeout\n"
5459
5407
msgstr ""
5460
5408
 
5461
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
5462
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:917
 
5409
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
 
5410
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5463
5411
msgid "Invalid value for read_timeout\n"
5464
5412
msgstr ""
5465
5413
 
5466
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
5467
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
 
5414
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
 
5415
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5468
5416
msgid "Invalid value for write_timeout\n"
5469
5417
msgstr ""
5470
5418
 
5471
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
 
5419
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5472
5420
msgid "Invalid value for retry_count\n"
5473
5421
msgstr ""
5474
5422
 
5475
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
5476
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:944
 
5423
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
 
5424
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5477
5425
msgid "Invalid value for buffer_length\n"
5478
5426
msgstr ""
5479
5427
 
5480
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:889
5481
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5482
 
msgid ""
5483
 
"Port number to use for connection or 0 for default to, in order of "
5484
 
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5485
 
msgstr ""
5486
 
 
5487
5428
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5488
5429
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5489
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:973
5490
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:995
5491
 
msgid "Connect Timeout."
5492
 
msgstr ""
5493
 
 
5494
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:898
5495
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
5496
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:976
5497
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:998
5498
 
msgid "Read Timeout."
5499
 
msgstr ""
5500
 
 
5501
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
 
5430
msgid ""
 
5431
"Port number to use for connection or 0 for default to, in order of "
 
5432
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
 
5433
msgstr ""
 
5434
 
 
5435
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5502
5436
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5503
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:978
 
5437
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5504
5438
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
5505
 
msgid "Write Timeout."
 
5439
msgid "Connect Timeout."
5506
5440
msgstr ""
5507
5441
 
5508
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
 
5442
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5509
5443
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5510
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:980
 
5444
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5511
5445
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
5512
 
msgid "Retry Count."
 
5446
msgid "Read Timeout."
5513
5447
msgstr ""
5514
5448
 
5515
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
 
5449
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5516
5450
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5517
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
 
5451
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5518
5452
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
5519
 
msgid "Buffer length."
 
5453
msgid "Write Timeout."
5520
5454
msgstr ""
5521
5455
 
5522
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
 
5456
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5523
5457
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5524
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:985
 
5458
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5525
5459
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
 
5460
msgid "Retry Count."
 
5461
msgstr ""
 
5462
 
 
5463
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
 
5464
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
 
5465
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
 
5466
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
 
5467
msgid "Buffer length."
 
5468
msgstr ""
 
5469
 
 
5470
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
 
5471
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
 
5472
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
 
5473
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
5526
5474
msgid "Address to bind to."
5527
5475
msgstr ""
5528
5476
 
5779
5727
msgid "Statement closed indirectly because of a preceding %s() call"
5780
5728
msgstr ""
5781
5729
 
5782
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5783
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5784
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
 
5730
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
 
5731
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
 
5732
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
5785
5733
#, c-format
5786
5734
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5787
5735
msgstr ""
5788
5736
 
5789
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
 
5737
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
5790
5738
#, c-format
5791
5739
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5792
5740
msgstr ""
5793
5741
 
5794
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5795
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5796
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5797
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
 
5742
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
 
5743
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
 
5744
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
 
5745
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
5798
5746
#, c-format
5799
5747
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5800
5748
msgstr ""
5801
5749
 
5802
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5803
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
 
5750
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
 
5751
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
5804
5752
#, c-format
5805
5753
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5806
5754
msgstr ""
5807
5755
 
5808
 
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
 
5756
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
 
5757
msgid "Invalid value of additional-mem-pool-size"
 
5758
msgstr ""
 
5759
 
 
5760
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
 
5761
msgid "Invalid value of autoextend-increment"
 
5762
msgstr ""
 
5763
 
 
5764
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
 
5765
msgid "Invalid value of buffer-pool-size"
 
5766
msgstr ""
 
5767
 
 
5768
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
 
5769
msgid "Invalid value of io-capacity"
 
5770
msgstr ""
 
5771
 
 
5772
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
 
5773
msgid "Invalid value of fast-shutdown"
 
5774
msgstr ""
 
5775
 
 
5776
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
 
5777
msgid "Invalid value of flush-log-at-trx-commit"
 
5778
msgstr ""
 
5779
 
 
5780
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
 
5781
msgid "Invalid value of force-recovery"
 
5782
msgstr ""
 
5783
 
 
5784
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
 
5785
msgid "Invalid value of log-file-size"
 
5786
msgstr ""
 
5787
 
 
5788
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
 
5789
msgid "Invalid value of log-files-in-group"
 
5790
msgstr ""
 
5791
 
 
5792
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
 
5793
msgid "Invalid value of lock-wait-timeout"
 
5794
msgstr ""
 
5795
 
 
5796
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
 
5797
msgid "Invalid value of log-buffer-size"
 
5798
msgstr ""
 
5799
 
 
5800
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
 
5801
msgid "Invalid value of lru-old-blocks-pct"
 
5802
msgstr ""
 
5803
 
 
5804
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
 
5805
msgid "Invalid value of lru-block-access-recency"
 
5806
msgstr ""
 
5807
 
 
5808
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
 
5809
msgid "Invalid value of max-dirty-pages-pct"
 
5810
msgstr ""
 
5811
 
 
5812
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
 
5813
msgid "Invalid value of max-purge-lag"
 
5814
msgstr ""
 
5815
 
 
5816
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
 
5817
msgid "Invalid value of open-files"
 
5818
msgstr ""
 
5819
 
 
5820
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
 
5821
msgid "Invalid value of read-io-threads"
 
5822
msgstr ""
 
5823
 
 
5824
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
 
5825
msgid "Invalid value of sync_spin_loops"
 
5826
msgstr ""
 
5827
 
 
5828
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
5809
5829
#, c-format
5810
5830
msgid "Error starting Embedded InnoDB %d (%s)\n"
5811
5831
msgstr ""
5812
5832
 
 
5833
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
 
5834
msgid "Enable InnoDB adaptive hash index (enabled by default)."
 
5835
msgstr ""
 
5836
 
 
5837
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
 
5838
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
 
5839
msgstr ""
 
5840
 
 
5841
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
 
5842
msgid ""
 
5843
"Size of a memory pool InnoDB uses to store data dictionary information and "
 
5844
"other internal data structures."
 
5845
msgstr ""
 
5846
 
 
5847
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
 
5848
msgid "Data file autoextend increment in megabytes"
 
5849
msgstr ""
 
5850
 
 
5851
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
 
5852
msgid ""
 
5853
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
 
5854
"tables."
 
5855
msgstr ""
 
5856
 
 
5857
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
 
5858
msgid "The common part for InnoDB table spaces."
 
5859
msgstr ""
 
5860
 
 
5861
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
 
5862
msgid ""
 
5863
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
 
5864
"innodb-checksums."
 
5865
msgstr ""
 
5866
 
 
5867
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
 
5868
msgid ""
 
5869
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
 
5870
"innodb-doublewrite."
 
5871
msgstr ""
 
5872
 
 
5873
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
 
5874
msgid "Number of IOPs the server can do. Tunes the background IO rate"
 
5875
msgstr ""
 
5876
 
 
5877
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
 
5878
msgid ""
 
5879
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
 
5880
"are 0, 1 (faster) or 2 (fastest - crash-like)."
 
5881
msgstr ""
 
5882
 
 
5883
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
 
5884
msgid "Stores each InnoDB table to an .ibd file in the database dir."
 
5885
msgstr ""
 
5886
 
 
5887
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
 
5888
msgid "File format to use for new tables in .ibd files."
 
5889
msgstr ""
 
5890
 
 
5891
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
 
5892
msgid ""
 
5893
"Set to 0 (write and flush once per second),1 (write and flush at each "
 
5894
"commit) or 2 (write at commit, flush once per second)."
 
5895
msgstr ""
 
5896
 
 
5897
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
 
5898
msgid "With which method to flush data."
 
5899
msgstr ""
 
5900
 
 
5901
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
 
5902
msgid ""
 
5903
"Helps to save your data in case the disk image of the database becomes "
 
5904
"corrupt."
 
5905
msgstr ""
 
5906
 
 
5907
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
 
5908
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
 
5909
msgid "Path to individual files and their sizes."
 
5910
msgstr ""
 
5911
 
 
5912
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
 
5913
msgid "Path to InnoDB log files."
 
5914
msgstr ""
 
5915
 
 
5916
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
 
5917
msgid "Size of each log file in a log group."
 
5918
msgstr ""
 
5919
 
 
5920
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
 
5921
msgid ""
 
5922
"Number of log files in the log group. InnoDB writes to the files in a "
 
5923
"circular fashion. Value 3 is recommended here."
 
5924
msgstr ""
 
5925
 
 
5926
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
 
5927
msgid ""
 
5928
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
 
5929
"rolled back. Values above 100000000 disable the timeout."
 
5930
msgstr ""
 
5931
 
 
5932
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
 
5933
msgid ""
 
5934
"The size of the buffer which InnoDB uses to write log to the log files on "
 
5935
"disk."
 
5936
msgstr ""
 
5937
 
 
5938
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
 
5939
msgid ""
 
5940
"Sets the point in the LRU list from where all pages are classified as old "
 
5941
"(Advanced users)"
 
5942
msgstr ""
 
5943
 
 
5944
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
 
5945
msgid ""
 
5946
"Milliseconds between accesses to a block at which it is made young. "
 
5947
"0=disabled (Advanced users)"
 
5948
msgstr ""
 
5949
 
 
5950
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
 
5951
msgid "Percentage of dirty pages allowed in bufferpool."
 
5952
msgstr ""
 
5953
 
 
5954
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
 
5955
msgid "Desired maximum length of the purge queue (0 = no limit)"
 
5956
msgstr ""
 
5957
 
 
5958
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
 
5959
msgid ""
 
5960
"Roll back the complete transaction on lock wait timeout, for 4.x "
 
5961
"compatibility (disabled by default)"
 
5962
msgstr ""
 
5963
 
 
5964
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
 
5965
msgid "How many files at the maximum InnoDB keeps open at the same time."
 
5966
msgstr ""
 
5967
 
 
5968
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
 
5969
msgid "Number of background read I/O threads in InnoDB."
 
5970
msgstr ""
 
5971
 
 
5972
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
 
5973
msgid "Number of background write I/O threads in InnoDB."
 
5974
msgstr ""
 
5975
 
 
5976
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
 
5977
msgid ""
 
5978
"Disable if you want to reduce the number of messages written to the log "
 
5979
"(default: enabled)."
 
5980
msgstr ""
 
5981
 
 
5982
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
 
5983
msgid "Enable SHOW INNODB STATUS output in the log"
 
5984
msgstr ""
 
5985
 
 
5986
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
 
5987
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
 
5988
msgstr ""
 
5989
 
 
5990
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
 
5991
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
 
5992
msgstr ""
 
5993
 
5813
5994
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
5814
5995
#, c-format
5815
5996
msgid "Failed to send error message to libnotify\n"
5819
6000
msgid "Error Messages to stderr"
5820
6001
msgstr ""
5821
6002
 
5822
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:603
5823
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:612
 
6003
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
 
6004
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
5824
6005
msgid "List of schemas to filter"
5825
6006
msgstr ""
5826
6007
 
5827
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:606
5828
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:619
 
6008
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
 
6009
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
5829
6010
msgid "List of tables to filter"
5830
6011
msgstr ""
5831
6012
 
5832
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:626
 
6013
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
5833
6014
msgid "Regular expression to apply to schemas to filter"
5834
6015
msgstr ""
5835
6016
 
5836
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:633
 
6017
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
5837
6018
msgid "Regular expression to apply to tables to filter"
5838
6019
msgstr ""
5839
6020
 
5840
 
#: ../plugin/hello_events/hello_events.cc:294
 
6021
#: ../plugin/hello_events/hello_events.cc:301
5841
6022
msgid "Invalid value of before-write-position\n"
5842
6023
msgstr ""
5843
6024
 
5844
 
#: ../plugin/hello_events/hello_events.cc:303
5845
 
#: ../plugin/hello_events/hello_events.cc:312
 
6025
#: ../plugin/hello_events/hello_events.cc:310
 
6026
#: ../plugin/hello_events/hello_events.cc:319
5846
6027
msgid "Invalid value of before-update-position\n"
5847
6028
msgstr ""
5848
6029
 
5849
 
#: ../plugin/hello_events/hello_events.cc:352
5850
 
#: ../plugin/hello_events/hello_events.cc:355
5851
 
#: ../plugin/hello_events/hello_events.cc:373
 
6030
#: ../plugin/hello_events/hello_events.cc:359
 
6031
#: ../plugin/hello_events/hello_events.cc:362
 
6032
#: ../plugin/hello_events/hello_events.cc:380
5852
6033
msgid "A comma delimited list of databases to watch"
5853
6034
msgstr ""
5854
6035
 
5855
 
#: ../plugin/hello_events/hello_events.cc:358
5856
 
#: ../plugin/hello_events/hello_events.cc:389
 
6036
#: ../plugin/hello_events/hello_events.cc:365
 
6037
#: ../plugin/hello_events/hello_events.cc:396
5857
6038
msgid "Enable Example Events Plugin"
5858
6039
msgstr ""
5859
6040
 
5860
 
#: ../plugin/hello_events/hello_events.cc:361
5861
 
#: ../plugin/hello_events/hello_events.cc:397
 
6041
#: ../plugin/hello_events/hello_events.cc:368
 
6042
#: ../plugin/hello_events/hello_events.cc:404
5862
6043
msgid "Before write row event observer call position"
5863
6044
msgstr ""
5864
6045
 
5865
 
#: ../plugin/hello_events/hello_events.cc:364
5866
 
#: ../plugin/hello_events/hello_events.cc:408
 
6046
#: ../plugin/hello_events/hello_events.cc:371
 
6047
#: ../plugin/hello_events/hello_events.cc:415
5867
6048
#: ../plugin/pbms/src/parameters_ms.cc:579
5868
6049
msgid "Before update row event observer call position"
5869
6050
msgstr ""
5870
6051
 
5871
 
#: ../plugin/hello_events/hello_events.cc:367
5872
 
#: ../plugin/hello_events/hello_events.cc:419
 
6052
#: ../plugin/hello_events/hello_events.cc:374
 
6053
#: ../plugin/hello_events/hello_events.cc:426
5873
6054
msgid "After drop database event observer call position"
5874
6055
msgstr ""
5875
6056
 
5876
 
#: ../plugin/hello_events/hello_events.cc:381
 
6057
#: ../plugin/hello_events/hello_events.cc:388
5877
6058
msgid "A comma delimited list of tables to watch"
5878
6059
msgstr ""
5879
6060
 
5880
 
#: ../plugin/hello_events/hello_events.cc:443
 
6061
#: ../plugin/hello_events/hello_events.cc:450
5881
6062
msgid "An example events Plugin"
5882
6063
msgstr ""
5883
6064
 
5886
6067
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
5887
6068
msgstr ""
5888
6069
 
 
6070
#: ../plugin/innobase/handler/ha_innodb.cc:1857
 
6071
msgid "Invalid value for io-capacity\n"
 
6072
msgstr ""
 
6073
 
 
6074
#: ../plugin/innobase/handler/ha_innodb.cc:1876
 
6075
msgid "Invalid value for fast-shutdown\n"
 
6076
msgstr ""
 
6077
 
 
6078
#: ../plugin/innobase/handler/ha_innodb.cc:1890
 
6079
msgid "Invalid value for flush-log-at-trx-commit\n"
 
6080
msgstr ""
 
6081
 
 
6082
#: ../plugin/innobase/handler/ha_innodb.cc:1920
 
6083
msgid "Invalid value for max-dirty-pages-pct\n"
 
6084
msgstr ""
 
6085
 
 
6086
#: ../plugin/innobase/handler/ha_innodb.cc:1929
 
6087
msgid "Invalid value for stats-sample-pages\n"
 
6088
msgstr ""
 
6089
 
 
6090
#: ../plugin/innobase/handler/ha_innodb.cc:1940
 
6091
msgid "Invalid value for additional-mem-pool-size\n"
 
6092
msgstr ""
 
6093
 
 
6094
#: ../plugin/innobase/handler/ha_innodb.cc:1950
 
6095
msgid "Invalid value for autoextend-increment\n"
 
6096
msgstr ""
 
6097
 
 
6098
#: ../plugin/innobase/handler/ha_innodb.cc:1960
 
6099
msgid "Invalid value for buffer-pool-size\n"
 
6100
msgstr ""
 
6101
 
 
6102
#: ../plugin/innobase/handler/ha_innodb.cc:1970
 
6103
msgid "Invalid value for commit-concurrency\n"
 
6104
msgstr ""
 
6105
 
 
6106
#: ../plugin/innobase/handler/ha_innodb.cc:1979
 
6107
msgid "Invalid value for concurrency-tickets\n"
 
6108
msgstr ""
 
6109
 
 
6110
#: ../plugin/innobase/handler/ha_innodb.cc:1988
 
6111
msgid "Invalid value for file-io-threads\n"
 
6112
msgstr ""
 
6113
 
 
6114
#: ../plugin/innobase/handler/ha_innodb.cc:1997
 
6115
msgid "Invalid value for read-io-threads\n"
 
6116
msgstr ""
 
6117
 
 
6118
#: ../plugin/innobase/handler/ha_innodb.cc:2006
 
6119
msgid "Invalid value for write-io-threads\n"
 
6120
msgstr ""
 
6121
 
 
6122
#: ../plugin/innobase/handler/ha_innodb.cc:2015
 
6123
msgid "Invalid value for force-recovery\n"
 
6124
msgstr ""
 
6125
 
 
6126
#: ../plugin/innobase/handler/ha_innodb.cc:2025
 
6127
#: ../plugin/innobase/handler/ha_innodb.cc:2035
 
6128
msgid "Invalid value for log-file-size\n"
 
6129
msgstr ""
 
6130
 
 
6131
#: ../plugin/innobase/handler/ha_innodb.cc:2044
 
6132
msgid "Invalid value for log-files-in-group\n"
 
6133
msgstr ""
 
6134
 
 
6135
#: ../plugin/innobase/handler/ha_innodb.cc:2053
 
6136
msgid "Invalid value for mirrored-log-groups\n"
 
6137
msgstr ""
 
6138
 
 
6139
#: ../plugin/innobase/handler/ha_innodb.cc:2062
 
6140
msgid "Invalid value for open-files\n"
 
6141
msgstr ""
 
6142
 
 
6143
#: ../plugin/innobase/handler/ha_innodb.cc:2071
 
6144
msgid "Invalid value for thread-concurrency\n"
 
6145
msgstr ""
 
6146
 
 
6147
#: ../plugin/innobase/handler/ha_innodb.cc:2094
 
6148
msgid "Invalid value for read-ahead-threshold\n"
 
6149
msgstr ""
 
6150
 
 
6151
#: ../plugin/innobase/handler/ha_innodb.cc:2118
 
6152
msgid "Invalid value for lock-wait-timeout\n"
 
6153
msgstr ""
 
6154
 
5889
6155
#: ../plugin/logging_gearman/logging_gearman.cc:196
5890
6156
#, c-format
5891
6157
msgid "fail gearman_client_create(): %s"
5936
6202
msgstr ""
5937
6203
 
5938
6204
#: ../plugin/logging_query/logging_query.cc:348
5939
 
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
 
6205
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:167
 
6206
#: ../plugin/syslog/module.cc:233
5940
6207
msgid "Threshold for logging slow queries, in microseconds"
5941
6208
msgstr ""
5942
6209
 
5943
6210
#: ../plugin/logging_query/logging_query.cc:351
5944
 
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
 
6211
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:179
 
6212
#: ../plugin/syslog/module.cc:236
5945
6213
msgid "Threshold for logging big queries, for rows returned"
5946
6214
msgstr ""
5947
6215
 
5948
6216
#: ../plugin/logging_query/logging_query.cc:354
5949
 
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
 
6217
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:191
 
6218
#: ../plugin/syslog/module.cc:239
5950
6219
msgid "Threshold for logging big queries, for rows examined"
5951
6220
msgstr ""
5952
6221
 
5962
6231
msgid "Log queries to a CSV file"
5963
6232
msgstr ""
5964
6233
 
5965
 
#: ../plugin/logging_stats/logging_stats.cc:323
 
6234
#: ../plugin/logging_stats/logging_stats.cc:303
 
6235
msgid "Invalid value for max-user-count\n"
 
6236
msgstr ""
 
6237
 
 
6238
#: ../plugin/logging_stats/logging_stats.cc:311
 
6239
msgid "Invalid value for bucket-count\n"
 
6240
msgstr ""
 
6241
 
 
6242
#: ../plugin/logging_stats/logging_stats.cc:320
 
6243
msgid "Invalid value for scoreboard-size\n"
 
6244
msgstr ""
 
6245
 
 
6246
#: ../plugin/logging_stats/logging_stats.cc:354
 
6247
#: ../plugin/logging_stats/logging_stats.cc:396
5966
6248
msgid "Max number of users that will be logged"
5967
6249
msgstr ""
5968
6250
 
5969
 
#: ../plugin/logging_stats/logging_stats.cc:334
5970
 
msgid "Max number of vector buckets to construct for logging"
 
6251
#: ../plugin/logging_stats/logging_stats.cc:365
 
6252
#: ../plugin/logging_stats/logging_stats.cc:399
 
6253
msgid "Max number of range locks to use for Scoreboard"
5971
6254
msgstr ""
5972
6255
 
5973
 
#: ../plugin/logging_stats/logging_stats.cc:345
 
6256
#: ../plugin/logging_stats/logging_stats.cc:376
 
6257
#: ../plugin/logging_stats/logging_stats.cc:402
5974
6258
msgid "Max number of concurrent sessions that will be logged"
5975
6259
msgstr ""
5976
6260
 
5977
 
#: ../plugin/logging_stats/logging_stats.cc:356
 
6261
#: ../plugin/logging_stats/logging_stats.cc:387
 
6262
#: ../plugin/logging_stats/logging_stats.cc:405
5978
6263
msgid "Enable Logging Statistics Collection"
5979
6264
msgstr ""
5980
6265
 
5981
 
#: ../plugin/logging_stats/logging_stats.cc:375
 
6266
#: ../plugin/logging_stats/logging_stats.cc:422
5982
6267
msgid "User Statistics as DATA_DICTIONARY tables"
5983
6268
msgstr ""
5984
6269
 
5991
6276
msgid "No value in MEMCACHED_STATS_SERVERS variable."
5992
6277
msgstr ""
5993
6278
 
5994
 
#: ../plugin/memcached_stats/memcached_stats.cc:114
 
6279
#: ../plugin/memcached_stats/memcached_stats.cc:128
 
6280
#: ../plugin/memcached_stats/memcached_stats.cc:137
5995
6281
msgid "List of memcached servers."
5996
6282
msgstr ""
5997
6283
 
5998
 
#: ../plugin/memcached_stats/memcached_stats.cc:131
 
6284
#: ../plugin/memcached_stats/memcached_stats.cc:152
5999
6285
msgid "Memcached Stats as I_S tables"
6000
6286
msgstr ""
6001
6287
 
6017
6303
"memcached_servers_parse(%s)."
6018
6304
msgstr ""
6019
6305
 
6020
 
#: ../plugin/multi_thread/multi_thread.cc:100
 
6306
#: ../plugin/multi_thread/multi_thread.cc:63
 
6307
#, c-format
 
6308
msgid "Unable to set thread stack size to %<PRId64>\n"
 
6309
msgstr ""
 
6310
 
 
6311
#: ../plugin/multi_thread/multi_thread.cc:112
 
6312
msgid "Invalid value for max-threads\n"
 
6313
msgstr ""
 
6314
 
 
6315
#: ../plugin/multi_thread/multi_thread.cc:125
 
6316
#: ../plugin/multi_thread/multi_thread.cc:132
6021
6317
msgid "Maximum number of user threads available."
6022
6318
msgstr ""
6023
6319
 
6024
 
#: ../plugin/myisam/ha_myisam.cc:529
 
6320
#: ../plugin/myisam/ha_myisam.cc:534
6025
6321
#, c-format
6026
6322
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6027
6323
msgstr ""
6028
6324
 
6029
 
#: ../plugin/myisam/ha_myisam.cc:533
 
6325
#: ../plugin/myisam/ha_myisam.cc:538
6030
6326
#, c-format
6031
6327
msgid "Got an error from unknown thread, %s:%d"
6032
6328
msgstr ""
6033
6329
 
6034
 
#: ../plugin/myisam/ha_myisam.cc:539
 
6330
#: ../plugin/myisam/ha_myisam.cc:544
6035
6331
msgid "Unknown thread accessing table"
6036
6332
msgstr ""
6037
6333
 
6038
 
#: ../plugin/myisam/ha_myisam.cc:1614
6039
 
msgid "Block size to be used for MyISAM index pages."
6040
 
msgstr ""
6041
 
 
6042
 
#: ../plugin/myisam/ha_myisam.cc:1624
6043
 
msgid ""
6044
 
"This characterizes the number of hits a hot block has to be untouched until "
6045
 
"it is considered aged enough to be downgraded to a warm block. This "
6046
 
"specifies the percentage ratio of that number of hits to the total number of "
6047
 
"blocks in key cache"
6048
 
msgstr ""
6049
 
 
6050
 
#: ../plugin/myisam/ha_myisam.cc:1637
6051
 
msgid "The minimum percentage of warm blocks in key cache"
6052
 
msgstr ""
6053
 
 
6054
 
#: ../plugin/myisam/ha_myisam.cc:1648
6055
 
msgid ""
6056
 
"The size of the buffer used for index blocks for MyISAM tables. Increase "
6057
 
"this to get better index handling (for all reads and multiple writes) to as "
6058
 
"much as you can afford;"
6059
 
msgstr ""
6060
 
 
6061
 
#: ../plugin/myisam/ha_myisam.cc:1660
6062
 
msgid ""
6063
 
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6064
 
"disables parallel repair."
6065
 
msgstr ""
6066
 
 
6067
 
#: ../plugin/myisam/ha_myisam.cc:1666
 
6334
#: ../plugin/myisam/ha_myisam.cc:1500
 
6335
msgid "Invalid value for max-sort-file-size\n"
 
6336
msgstr ""
 
6337
 
 
6338
#: ../plugin/myisam/ha_myisam.cc:1509
 
6339
msgid "Invalid value for sort-buffer-size\n"
 
6340
msgstr ""
 
6341
 
 
6342
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
6068
6343
msgid ""
6069
6344
"Don't use the fast sort index method to created index if the temporary file "
6070
6345
"would get bigger than this."
6071
6346
msgstr ""
6072
6347
 
6073
 
#: ../plugin/myisam/ha_myisam.cc:1671
 
6348
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
6074
6349
msgid ""
6075
6350
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6076
6351
"when creating indexes with CREATE INDEX or ALTER TABLE."
6077
6352
msgstr ""
6078
6353
 
6079
 
#: ../plugin/myisam/ha_myisam.cc:1677
6080
 
msgid "Default pointer size to be used for MyISAM tables."
6081
 
msgstr ""
6082
 
 
6083
6354
#: ../plugin/myisam/my_handler_errors.cc:42
6084
6355
msgid "Didn't find key on read or update"
6085
6356
msgstr ""
6319
6590
msgid "Tablespace not empty"
6320
6591
msgstr "表非空"
6321
6592
 
6322
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:935
 
6593
#: ../plugin/mysql_protocol/mysql_protocol.cc:941
6323
6594
msgid "Invalid value for retry_count"
6324
6595
msgstr ""
6325
6596
 
6326
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:969
6327
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
 
6597
#: ../plugin/mysql_protocol/mysql_protocol.cc:975
 
6598
#: ../plugin/mysql_protocol/mysql_protocol.cc:997
6328
6599
msgid ""
6329
6600
"Port number to use for connection or 0 for default to with MySQL protocol."
6330
6601
msgstr "用以连接的端口号或者设置0使用MySQL协议"
6343
6614
msgid "Before insert row event observer call position"
6344
6615
msgstr ""
6345
6616
 
6346
 
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
 
6617
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
6347
6618
msgid "event_add error in libevent_add_session_callback\n"
6348
6619
msgstr ""
6349
6620
 
6350
 
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
 
6621
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
6351
6622
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6352
6623
msgstr ""
6353
6624
 
6354
 
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
 
6625
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
6355
6626
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6356
6627
msgstr ""
6357
6628
 
6358
 
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
 
6629
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
6359
6630
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6360
6631
msgstr ""
6361
6632
 
6362
 
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
 
6633
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
6363
6634
msgid "session_add_event event_add error in libevent_init\n"
6364
6635
msgstr ""
6365
6636
 
6366
 
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
 
6637
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
6367
6638
#, fuzzy, c-format
6368
6639
msgid "Can't create completion port thread (error %d)"
6369
6640
msgstr "无法创建后台进程。获得错误:%s。\n"
6370
6641
 
6371
 
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
 
6642
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
 
6643
msgid "Invalid value for size\n"
 
6644
msgstr ""
 
6645
 
 
6646
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
 
6647
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
6372
6648
msgid "Size of Pool."
6373
6649
msgstr ""
6374
6650
 
6375
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
 
6651
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
6376
6652
msgid "Failed to allocate enough memory to transaction message\n"
6377
6653
msgstr ""
6378
6654
 
6379
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
 
6655
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
6380
6656
#, c-format
6381
6657
msgid "Failed to allocate the RabbitMQHandler.  Got error: %s\n"
6382
6658
msgstr ""
6383
6659
 
6384
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
 
6660
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
6385
6661
#, c-format
6386
6662
msgid "Failed to allocate the RabbitMQLog instance.  Got error: %s\n"
6387
6663
msgstr ""
6388
6664
 
6389
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
 
6665
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
 
6666
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
6390
6667
msgid "Enable rabbitmq log"
6391
6668
msgstr ""
6392
6669
 
6393
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
 
6670
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
 
6671
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
6394
6672
msgid "Host name to connect to"
6395
6673
msgstr ""
6396
6674
 
6397
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
 
6675
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
6398
6676
msgid "RabbitMQ Port"
6399
6677
msgstr ""
6400
6678
 
6401
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
 
6679
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
 
6680
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
6402
6681
msgid "RabbitMQ username"
6403
6682
msgstr ""
6404
6683
 
6405
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
 
6684
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
 
6685
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
6406
6686
msgid "RabbitMQ password"
6407
6687
msgstr ""
6408
6688
 
6409
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
 
6689
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
6410
6690
msgid "RabbitMQ virtualhost"
6411
6691
msgstr ""
6412
6692
 
6413
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
 
6693
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
6414
6694
msgid "Name of RabbitMQ exchange to publish to"
6415
6695
msgstr ""
6416
6696
 
6417
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
 
6697
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
6418
6698
msgid "Name of RabbitMQ routing key to use"
6419
6699
msgstr ""
6420
6700
 
6421
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6422
 
#: ../plugin/transaction_log/module.cc:247
 
6701
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
 
6702
#: ../plugin/transaction_log/module.cc:303
 
6703
#: ../plugin/transaction_log/module.cc:356
6423
6704
msgid "Name of the replicator plugin to use (default='default_replicator')"
6424
6705
msgstr ""
6425
6706
 
6426
 
#: ../plugin/signal_handler/signal_handler.cc:233
 
6707
#: ../plugin/session_dictionary/processlist.cc:94
 
6708
#, fuzzy
 
6709
msgid "no user"
 
6710
msgstr "(尚未指定)"
 
6711
 
 
6712
#: ../plugin/signal_handler/signal_handler.cc:234
6427
6713
#, c-format
6428
6714
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6429
6715
msgstr ""
6443
6729
msgid "syslog priority \"%s\" not known, using \"info\""
6444
6730
msgstr ""
6445
6731
 
6446
 
#: ../plugin/syslog/module.cc:59
 
6732
#: ../plugin/syslog/module.cc:61
 
6733
msgid "Invalid value for logging-threshold-slow\n"
 
6734
msgstr ""
 
6735
 
 
6736
#: ../plugin/syslog/module.cc:70
 
6737
msgid "Invalid value for logging-threshold-big-resultset\n"
 
6738
msgstr ""
 
6739
 
 
6740
#: ../plugin/syslog/module.cc:79
 
6741
msgid "Invalid value for logging-threshold-big-examined\n"
 
6742
msgstr ""
 
6743
 
 
6744
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
6447
6745
msgid "Syslog Ident"
6448
6746
msgstr ""
6449
6747
 
6450
 
#: ../plugin/syslog/module.cc:68
 
6748
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
6451
6749
msgid "Syslog Facility"
6452
6750
msgstr ""
6453
6751
 
6454
 
#: ../plugin/syslog/module.cc:77
 
6752
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
6455
6753
msgid "Enable logging to syslog of the query log"
6456
6754
msgstr ""
6457
6755
 
6458
 
#: ../plugin/syslog/module.cc:86
 
6756
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
6459
6757
msgid "Syslog Priority of query logging"
6460
6758
msgstr ""
6461
6759
 
6462
 
#: ../plugin/syslog/module.cc:131
 
6760
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
6463
6761
msgid "Enable logging to syslog of the error messages"
6464
6762
msgstr ""
6465
6763
 
6466
 
#: ../plugin/syslog/module.cc:140
 
6764
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
6467
6765
msgid "Syslog Priority of error messages"
6468
6766
msgstr ""
6469
6767
 
6500
6798
msgid "BUFFER: %s\n"
6501
6799
msgstr "缓冲区: %s\n"
6502
6800
 
6503
 
#: ../plugin/transaction_log/module.cc:122
 
6801
#: ../plugin/transaction_log/module.cc:135
 
6802
msgid "Invalid value for sync-method\n"
 
6803
msgstr ""
 
6804
 
 
6805
#: ../plugin/transaction_log/module.cc:144
 
6806
msgid "Invalid value for num-write-buffers\n"
 
6807
msgstr ""
 
6808
 
 
6809
#: ../plugin/transaction_log/module.cc:178
6504
6810
#, c-format
6505
6811
msgid "Failed to allocate the TransactionLog instance.  Got error: %s\n"
6506
6812
msgstr ""
6507
6813
 
6508
 
#: ../plugin/transaction_log/module.cc:131
 
6814
#: ../plugin/transaction_log/module.cc:187
6509
6815
#, c-format
6510
6816
msgid "Failed to initialize the Transaction Log.  Got error: %s\n"
6511
6817
msgstr ""
6512
6818
 
6513
 
#: ../plugin/transaction_log/module.cc:141
 
6819
#: ../plugin/transaction_log/module.cc:197
6514
6820
#, c-format
6515
6821
msgid "Failed to allocate the TransactionLogIndex instance.  Got error: %s\n"
6516
6822
msgstr ""
6517
6823
 
6518
 
#: ../plugin/transaction_log/module.cc:150
 
6824
#: ../plugin/transaction_log/module.cc:206
6519
6825
#, c-format
6520
6826
msgid "Failed to initialize the Transaction Log Index.  Got error: %s\n"
6521
6827
msgstr ""
6522
6828
 
6523
 
#: ../plugin/transaction_log/module.cc:163
 
6829
#: ../plugin/transaction_log/module.cc:219
6524
6830
#, c-format
6525
6831
msgid "Failed to allocate the TransactionLogApplier instance.  Got error: %s\n"
6526
6832
msgstr ""
6527
6833
 
6528
 
#: ../plugin/transaction_log/module.cc:223
 
6834
#: ../plugin/transaction_log/module.cc:279
 
6835
#: ../plugin/transaction_log/module.cc:350
6529
6836
msgid "Enable transaction log"
6530
6837
msgstr ""
6531
6838
 
6532
 
#: ../plugin/transaction_log/module.cc:231
 
6839
#: ../plugin/transaction_log/module.cc:287
 
6840
#: ../plugin/transaction_log/module.cc:344
6533
6841
msgid "DEBUGGING - Truncate transaction log"
6534
6842
msgstr ""
6535
6843
 
6536
 
#: ../plugin/transaction_log/module.cc:239
 
6844
#: ../plugin/transaction_log/module.cc:295
 
6845
#: ../plugin/transaction_log/module.cc:353
6537
6846
msgid "Path to the file to use for transaction log"
6538
6847
msgstr ""
6539
6848
 
6540
 
#: ../plugin/transaction_log/module.cc:255
 
6849
#: ../plugin/transaction_log/module.cc:311
 
6850
#: ../plugin/transaction_log/module.cc:347
6541
6851
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6542
6852
msgstr ""
6543
6853
 
6544
 
#: ../plugin/transaction_log/module.cc:263
 
6854
#: ../plugin/transaction_log/module.cc:319
 
6855
#: ../plugin/transaction_log/module.cc:359
6545
6856
msgid ""
6546
6857
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6547
6858
"each transaction write, 2 == sync log file once per second"
6548
6859
msgstr ""
6549
6860
 
6550
 
#: ../plugin/transaction_log/module.cc:276
 
6861
#: ../plugin/transaction_log/module.cc:332
 
6862
#: ../plugin/transaction_log/module.cc:362
6551
6863
msgid "Number of slots for in-memory write buffers (default=8)."
6552
6864
msgstr ""
6553
6865
 
6555
6867
msgid "Failed to open transaction log file "
6556
6868
msgstr ""
6557
6869
 
6558
 
#: ../plugin/transaction_log/transaction_log.cc:220
 
6870
#: ../plugin/transaction_log/transaction_log.cc:211
6559
6871
#, c-format
6560
6872
msgid ""
6561
6873
"Failed to write full size of log entry.  Tried to write %<PRId64> bytes at "
6562
6874
"offset %<PRId64>, but only wrote %<PRId32> bytes.  Error: %s\n"
6563
6875
msgstr ""
6564
6876
 
6565
 
#: ../plugin/transaction_log/transaction_log.cc:239
 
6877
#: ../plugin/transaction_log/transaction_log.cc:230
6566
6878
#, c-format
6567
6879
msgid "Failed to sync log file. Got error: %s\n"
6568
6880
msgstr ""