~drizzle-trunk/drizzle/development

413.1.1 by Monty Taylor
Merged in latest translations.
1
# Simplified Chinese translation for drizzle
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
5
#
6
msgid ""
7
msgstr ""
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
418 by Monty Taylor
Merged in some new translations.
10
"POT-Creation-Date: 2008-10-01 19:16-0700\n"
413.1.1 by Monty Taylor
Merged in latest translations.
11
"PO-Revision-Date: 2008-09-26 03:49+0000\n"
12
"Last-Translator: friendzhen <pengzhenyou@gmail.com>\n"
13
"Language-Team: Simplified Chinese <zh_CN@li.org>\n"
14
"MIME-Version: 1.0\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=1; plural=0;\n"
18
"X-Launchpad-Export-Date: 2008-10-01 18:45+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
20
21
#: client/drizzle.cc:253
22
msgid "Synonym for `help'."
23
msgstr "‘帮助’的同义词。"
24
25
#: client/drizzle.cc:254
26
msgid "Clear command."
27
msgstr "清除指令。"
28
29
#: client/drizzle.cc:256
30
msgid "Reconnect to the server. Optional arguments are db and host."
31
msgstr ""
32
33
#: client/drizzle.cc:258
34
msgid ""
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
36
msgstr ""
37
38
#: client/drizzle.cc:260
39
msgid "Send command to drizzle server, display result vertically."
40
msgstr "发送指令到drizzle服务器,直排显示结果。"
41
42
#: client/drizzle.cc:261
43
msgid "Exit drizzle. Same as quit."
44
msgstr "结束drizzle。和退出相同。"
45
46
#: client/drizzle.cc:262
47
msgid "Send command to drizzle server."
48
msgstr "发送指令到drizzle服务器。"
49
50
#: client/drizzle.cc:263
51
msgid "Display this help."
52
msgstr "显示相关帮助。"
53
54
#: client/drizzle.cc:264
55
msgid "Disable pager, print to stdout."
56
msgstr "禁用翻页,打印到标准输出。"
57
58
#: client/drizzle.cc:265
59
msgid "Don't write into outfile."
60
msgstr "不写入输出文件。"
61
62
#: client/drizzle.cc:267
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
64
msgstr ""
65
66
#: client/drizzle.cc:268
67
msgid "Print current command."
68
msgstr "输出当前命令。"
69
70
#: client/drizzle.cc:269
71
msgid "Change your drizzle prompt."
72
msgstr "更改drizzle提示符。"
73
74
#: client/drizzle.cc:270
75
msgid "Quit drizzle."
76
msgstr "退出drizzle。"
77
78
#: client/drizzle.cc:271
79
msgid "Rebuild completion hash."
80
msgstr "重建整个hash值。"
81
82
#: client/drizzle.cc:273
83
msgid "Execute an SQL script file. Takes a file name as an argument."
84
msgstr "执行SQL脚本文件。参数为文件名。"
85
86
#: client/drizzle.cc:274
87
msgid "Get status information from the server."
88
msgstr "从服务器获取状态信息。"
89
90
#: client/drizzle.cc:276
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
92
msgstr "设置输出文件 [to_outfile]。将所有内容追加到给定的输出文件。"
93
94
#: client/drizzle.cc:278
95
msgid "Use another database. Takes database name as argument."
96
msgstr "使用其他数据库。参数为数据库名称。"
97
98
#: client/drizzle.cc:280 client/drizzle.cc:1431
99
msgid "Show warnings after every statement."
100
msgstr "每条语句后显示警告。"
101
102
#: client/drizzle.cc:282
103
msgid "Don't show warnings after every statement."
104
msgstr "每个指令句后不要显示警告。"
105
106
#: client/drizzle.cc:1115
107
msgid "Welcome to the Drizzle client..  Commands end with ; or \\g."
108
msgstr "欢迎来到Drizzle客户端。:或\\g表示当前命令完成。"
109
110
#: client/drizzle.cc:1125
111
#, c-format
112
msgid ""
113
"Your Drizzle connection id is %u\n"
114
"Server version: %s\n"
115
msgstr ""
116
"你的Drizzle链接id为 %u\n"
117
"服务器版本:%s\n"
118
119
#: client/drizzle.cc:1155
120
#, c-format
121
msgid "Reading history-file %s\n"
122
msgstr "读取历史文件%s\n"
123
124
#: client/drizzle.cc:1160
125
#, c-format
126
msgid "Couldn't allocate memory for temp histfile!\n"
127
msgstr "无法为临时histfile分配内存!\n"
128
129
#: client/drizzle.cc:1167
130
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
131
msgstr "帮助请输入‘help;’或‘\\h’。输入’\\c‘清除缓冲。\n"
132
133
#: client/drizzle.cc:1185
134
#, c-format
135
msgid "Writing history-file %s\n"
136
msgstr "写入历史文件%s当中\n"
137
138
#: client/drizzle.cc:1194
139
msgid "Aborted"
140
msgstr "失败的"
141
142
#: client/drizzle.cc:1194
143
msgid "Bye"
144
msgstr "再见"
145
146
#: client/drizzle.cc:1242
147
msgid "Query aborted by Ctrl+C\n"
148
msgstr "放弃查询(Ctrl+C)\n"
149
150
#: client/drizzle.cc:1265 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3096
151
msgid "Display this help and exit."
152
msgstr "显示相关帮助并退出。"
153
154
#: client/drizzle.cc:1267
155
msgid "Synonym for -?"
156
msgstr "-?的同义词。"
157
158
#: client/drizzle.cc:1270
159
msgid ""
160
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
161
"and field completion, but startup and reconnecting may take a longer time. "
162
"Disable with --disable-auto-rehash."
163
msgstr ""
164
165
#: client/drizzle.cc:1274
166
msgid ""
167
"No automatic rehashing. One has to use 'rehash' to get table and field "
168
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
169
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
170
msgstr ""
171
172
#: client/drizzle.cc:1277
173
msgid ""
174
"Automatically switch to vertical output mode if the result is wider than the "
175
"terminal width."
176
msgstr "如果结果比终端宽度更宽,则自动转到直排输出模式。"
177
178
#: client/drizzle.cc:1280
179
msgid ""
180
"Don't use history file. Disable interactive behavior. (Enables --silent)"
181
msgstr "不使用历史文件。禁止互动行为。(允许 --silent)"
182
183
#: client/drizzle.cc:1282 drizzled/drizzled.cc:3166
184
msgid "Directory where character sets are."
185
msgstr "设置字符集的目录。"
186
187
#: client/drizzle.cc:1284
188
msgid "Display column type information."
189
msgstr "显示列类型信息。"
190
191
#: client/drizzle.cc:1287
192
msgid ""
193
"Preserve comments. Send comments to the server. The default is --skip-"
194
"comments (discard comments), enable with --comments"
195
msgstr ""
196
197
#: client/drizzle.cc:1290
198
msgid "Use compression in server/client protocol."
199
msgstr "在服务器/客户端协议中使用压缩。"
200
201
#: client/drizzle.cc:1293
202
msgid "Check memory and open file usage at exit ."
203
msgstr ""
204
205
#: client/drizzle.cc:1296
206
msgid "Print some debug info at exit."
207
msgstr "退出时打印部份调试信息。"
208
209
#: client/drizzle.cc:1298
210
msgid "Database to use."
211
msgstr "要使用的数据库。"
212
213
#: client/drizzle.cc:1301
214
msgid "(not used)"
215
msgstr ""
216
217
#: client/drizzle.cc:1303
218
msgid "Delimiter to be used."
219
msgstr "要使用的定义符号。"
220
221
#: client/drizzle.cc:1305
222
msgid "Execute command and quit. (Disables --force and history file)"
223
msgstr "执行命令并退出。(禁用 --force 和历史文件)"
224
225
#: client/drizzle.cc:1307
226
msgid "Print the output of a query (rows) vertically."
227
msgstr ""
228
229
#: client/drizzle.cc:1310
230
msgid "Continue even if we get an sql error."
231
msgstr ""
232
233
#: client/drizzle.cc:1314
234
msgid ""
235
"Enable named commands. Named commands mean this program's internal commands; "
236
"see drizzle> help . When enabled, the named commands can be used from any "
237
"line of the query, otherwise only from the first line, before an enter. "
238
"Disable with --disable-named-commands. This option is disabled by default."
239
msgstr ""
240
241
#: client/drizzle.cc:1318
242
msgid ""
243
"Named commands are disabled. Use \\* form only, or use named commands only "
244
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
245
"the client now starts with this option ENABLED by default! Disable with '-"
246
"G'. Long format commands still work from the first line. WARNING: option "
247
"deprecated; use --disable-named-commands instead."
248
msgstr ""
249
250
#: client/drizzle.cc:1320
251
msgid "Ignore space after function names."
252
msgstr "忽略函数名字后的空格。"
253
254
#: client/drizzle.cc:1322
255
msgid "Enable/disable LOAD DATA LOCAL INFILE."
256
msgstr ""
257
258
#: client/drizzle.cc:1325
259
msgid "Turn off beep on error."
260
msgstr ""
261
262
#: client/drizzle.cc:1327 client/drizzleadmin.cc:75
263
msgid "Connect to host."
264
msgstr "链接到主机。"
265
266
#: client/drizzle.cc:1329
267
msgid "Write line numbers for errors."
268
msgstr ""
269
270
#: client/drizzle.cc:1332
271
msgid ""
272
"Don't write line number for errors. WARNING: -L is deprecated, use long "
273
"version of this option instead."
274
msgstr ""
275
276
#: client/drizzle.cc:1334
277
msgid "Flush buffer after each query."
278
msgstr ""
279
280
#: client/drizzle.cc:1336
281
msgid "Write column names in results."
282
msgstr ""
283
284
#: client/drizzle.cc:1340
285
msgid ""
286
"Don't write column names in results. WARNING: -N is deprecated, use long "
287
"version of this options instead."
288
msgstr ""
289
290
#: client/drizzle.cc:1343
291
msgid ""
292
"Change the value of a variable. Please note that this option is deprecated; "
293
"you can set variables directly with --variable-name=value."
294
msgstr ""
295
296
#: client/drizzle.cc:1345
297
msgid "Ignore SIGINT (CTRL-C)"
298
msgstr ""
299
300
#: client/drizzle.cc:1349
301
msgid ""
302
"Only update the default database. This is useful for skipping updates to "
303
"other database in the update log."
304
msgstr ""
305
306
#: client/drizzle.cc:1352
307
msgid ""
308
"Pager to use to display results. If you don't supply an option the default "
309
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
310
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
311
"work in batch mode. Disable with --disable-pager. This option is disabled by "
312
"default."
313
msgstr ""
314
315
#: client/drizzle.cc:1355
316
msgid ""
317
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
318
"option deprecated; use --disable-pager instead."
319
msgstr ""
320
321
#: client/drizzle.cc:1358 client/drizzleadmin.cc:78
322
msgid ""
323
"Password to use when connecting to server. If password is not given it's "
324
"asked from the tty."
325
msgstr ""
326
327
#: client/drizzle.cc:1360
328
msgid ""
329
"Port number to use for connection or 0 for default to, in order of "
330
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
331
msgstr ""
332
333
#: client/drizzle.cc:1361
334
msgid "built-in default"
335
msgstr ""
336
337
#: client/drizzle.cc:1364
338
msgid "Set the drizzle prompt to this value."
339
msgstr ""
340
341
#: client/drizzle.cc:1367
342
msgid "The protocol of connection (tcp,socket,pipe,memory)."
343
msgstr ""
344
345
#: client/drizzle.cc:1370
346
msgid ""
347
"Don't cache result, print it row by row. This may slow down the server if "
348
"the output is suspended. Doesn't use history file."
349
msgstr ""
350
351
#: client/drizzle.cc:1372
352
msgid "Write fields without conversion. Used with --batch."
353
msgstr ""
354
355
#: client/drizzle.cc:1375
356
msgid ""
357
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
358
"option is enabled by default."
359
msgstr ""
360
361
#: client/drizzle.cc:1377
362
msgid ""
363
"Be more silent. Print results with a tab as separator, each row on new line."
364
msgstr ""
365
366
#: client/drizzle.cc:1379
367
msgid "Socket file to use for connection."
368
msgstr ""
369
370
#: client/drizzle.cc:1382
371
msgid "Output in table format."
372
msgstr ""
373
374
#: client/drizzle.cc:1385
375
msgid ""
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
378
"default."
379
msgstr ""
380
381
#: client/drizzle.cc:1387
382
msgid ""
383
"Disable outfile. See interactive help (\\h) also. WARNING: option "
384
"deprecated; use --disable-tee instead"
385
msgstr ""
386
387
#: client/drizzle.cc:1390 client/drizzleadmin.cc:88
388
msgid "User for login if not current user."
389
msgstr ""
390
391
#: client/drizzle.cc:1393
392
msgid "Only allow UPDATE and DELETE that uses keys."
393
msgstr ""
394
395
#: client/drizzle.cc:1396
396
msgid "Synonym for option --safe-updates, -U."
397
msgstr ""
398
399
#: client/drizzle.cc:1399
400
msgid "Write more. (-v -v -v gives the table output format)."
401
msgstr ""
402
403
#: client/drizzle.cc:1401 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3592
404
msgid "Output version information and exit."
405
msgstr ""
406
407
#: client/drizzle.cc:1403 client/drizzleadmin.cc:95
408
msgid "Wait and retry if connection is down."
409
msgstr ""
410
411
#: client/drizzle.cc:1406
412
msgid "Number of seconds before connection timeout."
413
msgstr ""
414
415
#: client/drizzle.cc:1411
416
msgid "Max packet length to send to, or receive from server"
417
msgstr ""
418
419
#: client/drizzle.cc:1416
420
msgid "Buffer for TCP/IP and socket communication"
421
msgstr ""
422
423
#: client/drizzle.cc:1420
424
msgid "Automatic limit for SELECT when using --safe-updates"
425
msgstr ""
426
427
#: client/drizzle.cc:1425
428
msgid "Automatic limit for rows in a join when using --safe-updates"
429
msgstr ""
430
431
#: client/drizzle.cc:1429
432
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
433
msgstr ""
434
435
#: client/drizzle.cc:1442
436
#, c-format
437
msgid "%s  Ver %s Distrib %s, for %s (%s) using %s %s\n"
438
msgstr ""
439
440
#: client/drizzle.cc:1449
441
#, c-format
442
msgid ""
443
"Copyright (C) 2000-2008 MySQL AB\n"
444
"                                      This software comes with ABSOLUTELY NO "
445
"WARRANTY. This is free software,\n"
446
" and you are welcome to modify and redistribute it under the GPL license\n"
447
msgstr ""
448
449
#: client/drizzle.cc:1453
450
#, c-format
451
msgid "Usage: %s [OPTIONS] [database]\n"
452
msgstr ""
453
454
#: client/drizzle.cc:1486
455
msgid "DELIMITER cannot contain a backslash character"
456
msgstr ""
457
458
#: client/drizzle.cc:1507
459
#, c-format
460
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
461
msgstr ""
462
463
#: client/drizzle.cc:1530
464
#, c-format
465
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
466
msgstr ""
467
468
#: client/drizzle.cc:1534
469
#, c-format
470
msgid "WARNING: --server-arg option not supported in this configuration.\n"
471
msgstr ""
472
473
#: client/drizzle.cc:1902
474
#, c-format
475
msgid "Unknown command '\\%c'."
476
msgstr ""
477
478
#: client/drizzle.cc:2329
479
msgid ""
480
"Reading table information for completion of table and column names\n"
481
"    You can turn off this feature to get a quicker startup with -A\n"
482
"\n"
483
msgstr ""
484
485
#: client/drizzle.cc:2426
486
msgid "No connection. Trying to reconnect..."
487
msgstr ""
488
489
#: client/drizzle.cc:2432
490
msgid "Can't connect to the server\n"
491
msgstr ""
492
493
#: client/drizzle.cc:2489
494
msgid "categories:"
495
msgstr ""
496
497
#: client/drizzle.cc:2489
498
msgid "topics:"
499
msgstr ""
500
501
#: client/drizzle.cc:2540
502
#, c-format
503
msgid "Name: '%s'\n"
504
msgstr ""
505
506
#: client/drizzle.cc:2541
507
#, c-format
508
msgid ""
509
"Description:\n"
510
"%s"
511
msgstr ""
512
513
#: client/drizzle.cc:2543
514
#, c-format
515
msgid ""
516
"Examples:\n"
517
"%s"
518
msgstr ""
519
520
#: client/drizzle.cc:2556
521
msgid "Many help items for your request exist."
522
msgstr ""
523
524
#: client/drizzle.cc:2557
525
msgid ""
526
"To make a more specific request, please type 'help <item>',\n"
527
"where <item> is one of the following"
528
msgstr ""
529
530
#: client/drizzle.cc:2563
531
#, c-format
532
msgid "You asked for help about help category: '%s'\n"
533
msgstr ""
534
535
#: client/drizzle.cc:2564
536
msgid ""
537
"For more information, type 'help <item>', where <item> is one of the "
538
"following"
539
msgstr ""
540
541
#: client/drizzle.cc:2577
542
msgid ""
543
"\n"
544
"Nothing found"
545
msgstr ""
546
547
#: client/drizzle.cc:2578
548
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
549
msgstr ""
550
551
#: client/drizzle.cc:2600
552
msgid "List of all Drizzle commands:"
553
msgstr ""
554
555
#: client/drizzle.cc:2602
556
msgid "Note that all text commands must be first on line and end with ';'"
557
msgstr ""
558
559
#: client/drizzle.cc:2613
560
msgid ""
561
"\n"
562
"For server side help, type 'help contents'\n"
563
msgstr ""
564
565
#: client/drizzle.cc:2656
566
msgid "No query specified\n"
567
msgstr ""
568
569
#: client/drizzle.cc:2671
570
msgid "Ignoring query to other database"
571
msgstr ""
572
573
#: client/drizzle.cc:2720
574
msgid "Empty set"
575
msgstr ""
576
577
#: client/drizzle.cc:2733
578
#, c-format
579
msgid "%ld row in set"
580
msgid_plural "%ld rows in set"
581
msgstr[0] ""
582
msgstr[1] ""
583
584
#: client/drizzle.cc:2742
585
msgid "Query OK"
586
msgstr ""
587
588
#: client/drizzle.cc:2744
589
#, c-format
590
msgid "Query OK, %ld row affected"
591
msgid_plural "Query OK, %ld rows affected"
592
msgstr[0] ""
593
msgstr[1] ""
594
595
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3396
596
msgid ""
597
"Port number to use for connection or 0 for default to, in order of "
598
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
599
msgstr ""
600
601
#: client/drizzleadmin.cc:85
602
msgid "Silently exit if one can't connect to server."
603
msgstr ""
604
605
#: client/drizzleadmin.cc:91
606
msgid "Write more information."
607
msgstr ""
608
609
#: client/drizzleadmin.cc:256
610
#, c-format
611
msgid ""
612
"connect to server at '%s' failed\n"
613
"error: '%s'"
614
msgstr ""
615
616
#: client/drizzleadmin.cc:262
617
#, c-format
618
msgid "Check that drizzled is running on %s"
619
msgstr ""
620
621
#: client/drizzleadmin.cc:263
622
#, c-format
623
msgid " and that the port is %d.\n"
624
msgstr ""
625
626
#: client/drizzleadmin.cc:265
627
#, c-format
628
msgid "You can check this by doing 'telnet %s %d'\n"
629
msgstr ""
630
631
#: client/drizzleadmin.cc:276
632
#, c-format
633
msgid "Got error: %s\n"
634
msgstr ""
635
636
#: client/drizzleadmin.cc:283
637
msgid "Waiting for Drizzle server to answer"
638
msgstr ""
639
640
#: client/drizzleadmin.cc:316
641
#, c-format
642
msgid "shutting down drizzled...\n"
643
msgstr ""
644
645
#: client/drizzleadmin.cc:320
646
#, c-format
647
msgid "shutdown failed; error: '%s'"
648
msgstr ""
649
650
#: client/drizzleadmin.cc:327
651
#, c-format
652
msgid "done\n"
653
msgstr ""
654
655
#: client/drizzleadmin.cc:337
656
msgid "drizzled is alive"
657
msgstr ""
658
659
#: client/drizzleadmin.cc:345
660
msgid "connection was down, but drizzled is now alive"
661
msgstr ""
662
663
#: client/drizzleadmin.cc:349
664
#, c-format
665
msgid "drizzled doesn't answer to ping, error: '%s'"
666
msgstr ""
667
668
#: client/drizzleadmin.cc:358
669
#, c-format
670
msgid "Unknown command: '%-.60s'"
671
msgstr ""
672
673
#: client/drizzleadmin.cc:367
674
#, c-format
675
msgid "%s  Ver %s Distrib %s, for %s on %s\n"
676
msgstr ""
677
678
#: client/drizzleadmin.cc:374
679
msgid "Copyright (C) 2000-2008 MySQL AB"
680
msgstr ""
681
682
#: client/drizzleadmin.cc:375
683
msgid ""
684
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
685
"and you are welcome to modify and redistribute it under the GPL license\n"
686
msgstr ""
687
688
#: client/drizzleadmin.cc:376
689
msgid "Administration program for the drizzled daemon."
690
msgstr ""
691
692
#: client/drizzleadmin.cc:377
693
#, c-format
694
msgid "Usage: %s [OPTIONS] command command....\n"
695
msgstr ""
696
697
#: client/drizzleadmin.cc:379
698
msgid ""
699
"  ping         Check if server is down\n"
700
"  shutdown     Take server down\n"
701
msgstr ""
702
703
#: libdrizzle/errmsg.c:27
704
msgid "Unknown Drizzle error"
705
msgstr ""
706
707
#: libdrizzle/errmsg.c:28
708
#, c-format
709
msgid "Can't create UNIX socket (%d)"
710
msgstr ""
711
712
#: libdrizzle/errmsg.c:29
713
#, c-format
714
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
715
msgstr ""
716
717
#: libdrizzle/errmsg.c:30
718
#, c-format
719
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
720
msgstr ""
721
722
#: libdrizzle/errmsg.c:31
723
#, c-format
724
msgid "Can't create TCP/IP socket (%d)"
725
msgstr ""
726
727
#: libdrizzle/errmsg.c:32
728
#, c-format
729
msgid "Unknown Drizzle server host '%-.100s' (%d)"
730
msgstr ""
731
732
#: libdrizzle/errmsg.c:33
733
msgid "Drizzle server has gone away"
734
msgstr ""
735
736
#: libdrizzle/errmsg.c:34
737
#, c-format
738
msgid "Protocol mismatch; server version = %d, client version = %d"
739
msgstr ""
740
741
#: libdrizzle/errmsg.c:35
742
msgid "Drizzle client ran out of memory"
743
msgstr ""
744
745
#: libdrizzle/errmsg.c:36
746
msgid "Wrong host info"
747
msgstr ""
748
749
#: libdrizzle/errmsg.c:37
750
msgid "Localhost via UNIX socket"
751
msgstr ""
752
753
#: libdrizzle/errmsg.c:38
754
#, c-format
755
msgid "%-.100s via TCP/IP"
756
msgstr ""
757
758
#: libdrizzle/errmsg.c:39
759
msgid "Error in server handshake"
760
msgstr ""
761
762
#: libdrizzle/errmsg.c:40
763
msgid "Lost connection to Drizzle server during query"
764
msgstr ""
765
766
#: libdrizzle/errmsg.c:41
767
msgid "Commands out of sync; you can't run this command now"
768
msgstr ""
769
770
#: libdrizzle/errmsg.c:42
771
#, c-format
772
msgid "Named pipe: %-.32s"
773
msgstr ""
774
775
#: libdrizzle/errmsg.c:43
776
#, c-format
777
msgid "Can't wait for named pipe to host: %-.64s  pipe: %-.32s (%lu)"
778
msgstr ""
779
780
#: libdrizzle/errmsg.c:44
781
#, c-format
782
msgid "Can't open named pipe to host: %-.64s  pipe: %-.32s (%lu)"
783
msgstr ""
784
785
#: libdrizzle/errmsg.c:45
786
#, c-format
787
msgid "Can't set state of named pipe to host: %-.64s  pipe: %-.32s (%lu)"
788
msgstr ""
789
790
#: libdrizzle/errmsg.c:46
791
#, c-format
792
msgid "Can't initialize character set %-.32s (path: %-.100s)"
793
msgstr ""
794
795
#: libdrizzle/errmsg.c:47
796
msgid "Got packet bigger than 'max_allowed_packet' bytes"
797
msgstr ""
798
799
#: libdrizzle/errmsg.c:48
800
msgid "Embedded server"
801
msgstr ""
802
803
#: libdrizzle/errmsg.c:49
804
msgid "Error on SHOW SLAVE STATUS:"
805
msgstr ""
806
807
#: libdrizzle/errmsg.c:50
808
msgid "Error on SHOW SLAVE HOSTS:"
809
msgstr ""
810
811
#: libdrizzle/errmsg.c:51
812
msgid "Error connecting to slave:"
813
msgstr ""
814
815
#: libdrizzle/errmsg.c:52
816
msgid "Error connecting to master:"
817
msgstr ""
818
819
#: libdrizzle/errmsg.c:53
820
msgid "SSL connection error"
821
msgstr ""
822
823
#: libdrizzle/errmsg.c:54
824
msgid "Malformed packet"
825
msgstr ""
826
827
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
828
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
829
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
830
#: libdrizzle/errmsg.c:74
831
msgid "(unused error message)"
832
msgstr ""
833
834
#: libdrizzle/errmsg.c:56
835
msgid "Invalid use of null pointer"
836
msgstr ""
837
838
#: libdrizzle/errmsg.c:57
839
msgid "Statement not prepared"
840
msgstr ""
841
842
#: libdrizzle/errmsg.c:58
843
msgid "No data supplied for parameters in prepared statement"
844
msgstr ""
845
846
#: libdrizzle/errmsg.c:59
847
msgid "Data truncated"
848
msgstr ""
849
850
#: libdrizzle/errmsg.c:60
851
msgid "No parameters exist in the statement"
852
msgstr ""
853
854
#: libdrizzle/errmsg.c:61
855
msgid "Invalid parameter number"
856
msgstr ""
857
858
#: libdrizzle/errmsg.c:62
859
#, c-format
860
msgid ""
861
"Can't send long data for non-string/non-binary data types (parameter: %d)"
862
msgstr ""
863
864
#: libdrizzle/errmsg.c:64
865
#, c-format
866
msgid "Using unsupported buffer type: %d  (parameter: %d)"
867
msgstr ""
868
869
#: libdrizzle/errmsg.c:65
870
#, c-format
871
msgid "Shared memory: %-.100s"
872
msgstr ""
873
874
#: libdrizzle/errmsg.c:75
875
msgid "Wrong or unknown protocol"
876
msgstr ""
877
878
#: libdrizzle/errmsg.c:76
879
msgid "Invalid connection handle"
880
msgstr ""
881
882
#: libdrizzle/errmsg.c:77
883
msgid ""
884
"Connection using old (pre-4.1.1) authentication protocol refused (client "
885
"option 'secure_auth' enabled)"
886
msgstr ""
887
888
#: libdrizzle/errmsg.c:79
889
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
890
msgstr ""
891
892
#: libdrizzle/errmsg.c:80
893
msgid "Attempt to read column without prior row fetch"
894
msgstr ""
895
896
#: libdrizzle/errmsg.c:81
897
msgid "Prepared statement contains no metadata"
898
msgstr ""
899
900
#: libdrizzle/errmsg.c:82
901
msgid ""
902
"Attempt to read a row while there is no result set associated with the "
903
"statement"
904
msgstr ""
905
906
#: libdrizzle/errmsg.c:84
907
msgid "This feature is not implemented yet"
908
msgstr ""
909
910
#: libdrizzle/errmsg.c:85
911
#, c-format
912
msgid ""
913
"Lost connection to Drizzle server while waiting for initial communication "
914
"packet, system error: %d"
915
msgstr ""
916
917
#: libdrizzle/errmsg.c:87
918
#, c-format
919
msgid ""
920
"Lost connection to Drizzle server while reading initial communication "
921
"packet, system error: %d"
922
msgstr ""
923
924
#: libdrizzle/errmsg.c:89
925
#, c-format
926
msgid ""
927
"Lost connection to Drizzle server while sending authentication information, "
928
"system error: %d"
929
msgstr ""
930
931
#: libdrizzle/errmsg.c:91
932
#, c-format
933
msgid ""
934
"Lost connection to Drizzle server while reading authorization information, "
935
"system error: %d"
936
msgstr ""
937
938
#: libdrizzle/errmsg.c:93
939
#, c-format
940
msgid ""
941
"Lost connection to Drizzle server while setting initial database, system "
942
"error: %d"
943
msgstr ""
944
945
#: libdrizzle/errmsg.c:95
946
#, c-format
947
msgid "Statement closed indirectly because of a preceeding %s() call"
948
msgstr ""
949
950
#: libdrizzle/errmsg.c:97 drizzled/drizzled_error_messages.h:345
951
msgid "Couldn't uncompress communication packet"
952
msgstr ""
953
954
#: libdrizzle/errmsg.c:99 drizzled/drizzled_error_messages.h:347
955
msgid "Got an error reading communication packets"
956
msgstr ""
957
958
#: libdrizzle/errmsg.c:101 drizzled/drizzled_error_messages.h:349
959
msgid "Got timeout reading communication packets"
960
msgstr ""
961
962
#: libdrizzle/errmsg.c:103 drizzled/drizzled_error_messages.h:351
963
msgid "Got an error writing communication packets"
964
msgstr ""
965
966
#: libdrizzle/errmsg.c:105 drizzled/drizzled_error_messages.h:353
967
msgid "Got timeout writing communication packets"
968
msgstr ""
969
970
#: libdrizzle/local_infile.c:190 mysys/errors.c:52
971
#, c-format
972
msgid "File '%s' not found (Errcode: %d)"
973
msgstr ""
974
975
#: libdrizzle/local_infile.c:221 mysys/errors.c:26
976
#, c-format
977
msgid "Error reading file '%s' (Errcode: %d)"
978
msgstr ""
979
980
#: mysys/errors.c:25
981
#, c-format
982
msgid "Can't create/write to file '%s' (Errcode: %d)"
983
msgstr ""
984
985
#: mysys/errors.c:27
986
#, c-format
987
msgid "Error writing file '%s' (Errcode: %d)"
988
msgstr ""
989
990
#: mysys/errors.c:28
991
#, c-format
992
msgid "Error on close of '%s' (Errcode: %d)"
993
msgstr ""
994
995
#: mysys/errors.c:29
996
#, c-format
997
msgid "Out of memory (Needed %u bytes)"
998
msgstr ""
999
1000
#: mysys/errors.c:30
1001
#, c-format
1002
msgid "Error on delete of '%s' (Errcode: %d)"
1003
msgstr ""
1004
1005
#: mysys/errors.c:31
1006
#, c-format
1007
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1008
msgstr ""
1009
1010
#: mysys/errors.c:32
1011
#, c-format
1012
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1013
msgstr ""
1014
1015
#: mysys/errors.c:33
1016
#, c-format
1017
msgid "Can't lock file (Errcode: %d)"
1018
msgstr ""
1019
1020
#: mysys/errors.c:34
1021
#, c-format
1022
msgid "Can't unlock file (Errcode: %d)"
1023
msgstr ""
1024
1025
#: mysys/errors.c:35
1026
#, c-format
1027
msgid "Can't read dir of '%s' (Errcode: %d)"
1028
msgstr ""
1029
1030
#: mysys/errors.c:36
1031
#, c-format
1032
msgid "Can't get stat of '%s' (Errcode: %d)"
1033
msgstr ""
1034
1035
#: mysys/errors.c:37
1036
#, c-format
1037
msgid "Can't change size of file (Errcode: %d)"
1038
msgstr ""
1039
1040
#: mysys/errors.c:38
1041
#, c-format
1042
msgid "Can't open stream from handle (Errcode: %d)"
1043
msgstr ""
1044
1045
#: mysys/errors.c:39
1046
#, c-format
1047
msgid "Can't get working dirctory (Errcode: %d)"
1048
msgstr ""
1049
1050
#: mysys/errors.c:40
1051
#, c-format
1052
msgid "Can't change dir to '%s' (Errcode: %d)"
1053
msgstr ""
1054
1055
#: mysys/errors.c:41
1056
#, c-format
1057
msgid "Warning: '%s' had %d links"
1058
msgstr ""
1059
1060
#: mysys/errors.c:42
1061
#, c-format
1062
msgid "Warning: %d files and %d streams is left open\n"
1063
msgstr ""
1064
1065
#: mysys/errors.c:43
1066
#, c-format
1067
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1068
msgstr ""
1069
1070
#: mysys/errors.c:44
1071
#, c-format
1072
msgid "Can't create directory '%s' (Errcode: %d)"
1073
msgstr ""
1074
1075
#: mysys/errors.c:45
1076
#, c-format
1077
msgid ""
1078
"Character set '%s' is not a compiled character set and is not specified in "
1079
"the %s file"
1080
msgstr ""
1081
1082
#: mysys/errors.c:46
1083
#, c-format
1084
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1085
msgstr ""
1086
1087
#: mysys/errors.c:47
1088
#, c-format
1089
msgid "Can't read value for symlink '%s' (Error %d)"
1090
msgstr ""
1091
1092
#: mysys/errors.c:48
1093
#, c-format
1094
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1095
msgstr ""
1096
1097
#: mysys/errors.c:49
1098
#, c-format
1099
msgid "Error on realpath() on '%s' (Error %d)"
1100
msgstr ""
1101
1102
#: mysys/errors.c:50
1103
#, c-format
1104
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1105
msgstr ""
1106
1107
#: mysys/errors.c:51
1108
#, c-format
1109
msgid ""
1110
"Collation '%s' is not a compiled collation and is not specified in the %s "
1111
"file"
1112
msgstr ""
1113
1114
#: mysys/errors.c:53
1115
#, c-format
1116
msgid "File '%s' (fileno: %d) was not closed"
1117
msgstr ""
1118
1119
#: mysys/my_error.c:86
1120
#, c-format
1121
msgid "Unknown error %d"
1122
msgstr ""
1123
1124
#: mysys/my_getopt.c:83
1125
msgid "Warning: "
1126
msgstr ""
1127
1128
#: mysys/my_getopt.c:85
1129
msgid "Info: "
1130
msgstr ""
1131
1132
#: mysys/my_getopt.c:350
1133
#, c-format
1134
msgid "%s: %s: Option '%s' used, but is disabled\n"
1135
msgstr ""
1136
1137
#: mysys/my_getopt.c:351
1138
msgid "WARNING"
1139
msgstr ""
1140
1141
#: mysys/my_getopt.c:351
1142
msgid "ERROR"
1143
msgstr ""
1144
1145
#: mysys/my_getopt.c:454
1146
#, c-format
1147
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1148
msgstr ""
1149
1150
#: mysys/my_getopt.c:767
1151
#, c-format
1152
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1153
msgstr ""
1154
1155
#: mysys/my_getopt.c:948
1156
#, c-format
1157
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1158
msgstr ""
1159
1160
#: mysys/my_getopt.c:1170
1161
#, c-format
1162
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1163
msgstr ""
1164
1165
#: mysys/my_getopt.c:1190
1166
#, c-format
1167
msgid ""
1168
"\n"
1169
"Variables (--variable-name=value)\n"
1170
"and boolean options {false|true}  Value (after reading options)\n"
1171
"--------------------------------- -----------------------------\n"
1172
msgstr ""
1173
1174
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1175
msgid "(No default value)"
1176
msgstr ""
1177
1178
#: mysys/my_getopt.c:1225
1179
msgid "true"
1180
msgstr ""
1181
1182
#: mysys/my_getopt.c:1225
1183
msgid "false"
1184
msgstr ""
1185
1186
#: mysys/my_getopt.c:1250
1187
#, c-format
1188
msgid "(Disabled)\n"
1189
msgstr ""
1190
1191
#: mysys/my_handler_errors.h:10
1192
msgid "Didn't find key on read or update"
1193
msgstr ""
1194
1195
#: mysys/my_handler_errors.h:12
1196
msgid "Duplicate key on write or update"
1197
msgstr ""
1198
1199
#: mysys/my_handler_errors.h:14
1200
msgid "Internal (unspecified) error in handler"
1201
msgstr ""
1202
1203
#: mysys/my_handler_errors.h:16
1204
msgid ""
1205
"Someone has changed the row since it was read (while the table was locked to "
1206
"prevent it)"
1207
msgstr ""
1208
1209
#: mysys/my_handler_errors.h:18
1210
msgid "Wrong index given to function"
1211
msgstr ""
1212
1213
#: mysys/my_handler_errors.h:20
1214
msgid "Undefined handler error 125"
1215
msgstr ""
1216
1217
#: mysys/my_handler_errors.h:22
1218
msgid "Index file is crashed"
1219
msgstr ""
1220
1221
#: mysys/my_handler_errors.h:24
1222
msgid "Record file is crashed"
1223
msgstr ""
1224
1225
#: mysys/my_handler_errors.h:26
1226
msgid "Out of memory in engine"
1227
msgstr ""
1228
1229
#: mysys/my_handler_errors.h:28
1230
msgid "Undefined handler error 129"
1231
msgstr ""
1232
1233
#: mysys/my_handler_errors.h:30
1234
msgid "Incorrect file format"
1235
msgstr ""
1236
1237
#: mysys/my_handler_errors.h:32
1238
msgid "Command not supported by database"
1239
msgstr ""
1240
1241
#: mysys/my_handler_errors.h:34
1242
msgid "Old database file"
1243
msgstr ""
1244
1245
#: mysys/my_handler_errors.h:36
1246
msgid "No record read before update"
1247
msgstr ""
1248
1249
#: mysys/my_handler_errors.h:38
1250
msgid "Record was already deleted (or record file crashed)"
1251
msgstr ""
1252
1253
#: mysys/my_handler_errors.h:40
1254
msgid "No more room in record file"
1255
msgstr ""
1256
1257
#: mysys/my_handler_errors.h:42
1258
msgid "No more room in index file"
1259
msgstr ""
1260
1261
#: mysys/my_handler_errors.h:44
1262
msgid "No more records (read after end of file)"
1263
msgstr ""
1264
1265
#: mysys/my_handler_errors.h:46
1266
msgid "Unsupported extension used for table"
1267
msgstr ""
1268
1269
#: mysys/my_handler_errors.h:48
1270
msgid "Too big row"
1271
msgstr ""
1272
1273
#: mysys/my_handler_errors.h:50
1274
msgid "Wrong create options"
1275
msgstr ""
1276
1277
#: mysys/my_handler_errors.h:52
1278
msgid "Duplicate unique key or constraint on write or update"
1279
msgstr ""
1280
1281
#: mysys/my_handler_errors.h:54
1282
msgid "Unknown character set used in table"
1283
msgstr ""
1284
1285
#: mysys/my_handler_errors.h:56
1286
msgid "Conflicting table definitions in sub-tables of MERGE table"
1287
msgstr ""
1288
1289
#: mysys/my_handler_errors.h:58
1290
msgid "Table is crashed and last repair failed"
1291
msgstr ""
1292
1293
#: mysys/my_handler_errors.h:60
1294
msgid "Table was marked as crashed and should be repaired"
1295
msgstr ""
1296
1297
#: mysys/my_handler_errors.h:62
1298
msgid "Lock timed out; Retry transaction"
1299
msgstr ""
1300
1301
#: mysys/my_handler_errors.h:64
1302
msgid "Lock table is full;  Restart program with a larger locktable"
1303
msgstr ""
1304
1305
#: mysys/my_handler_errors.h:66
1306
msgid "Updates are not allowed under a read only transactions"
1307
msgstr ""
1308
1309
#: mysys/my_handler_errors.h:68
1310
msgid "Lock deadlock; Retry transaction"
1311
msgstr ""
1312
1313
#: mysys/my_handler_errors.h:70
1314
msgid "Foreign key constraint is incorrectly formed"
1315
msgstr ""
1316
1317
#: mysys/my_handler_errors.h:72
1318
msgid "Cannot add a child row"
1319
msgstr ""
1320
1321
#: mysys/my_handler_errors.h:74
1322
msgid "Cannot delete a parent row"
1323
msgstr ""
1324
1325
#: mysys/my_handler_errors.h:76
1326
msgid "No savepoint with that name"
1327
msgstr ""
1328
1329
#: mysys/my_handler_errors.h:78
1330
msgid "Non unique key block size"
1331
msgstr ""
1332
1333
#: mysys/my_handler_errors.h:80
1334
msgid "The table does not exist in engine"
1335
msgstr ""
1336
1337
#: mysys/my_handler_errors.h:82
1338
msgid "The table already existed in storage engine"
1339
msgstr ""
1340
1341
#: mysys/my_handler_errors.h:84
1342
msgid "Could not connect to storage engine"
1343
msgstr ""
1344
1345
#: mysys/my_handler_errors.h:86
1346
msgid "Unexpected null pointer found when using spatial index"
1347
msgstr ""
1348
1349
#: mysys/my_handler_errors.h:88
1350
msgid "The table changed in storage engine"
1351
msgstr ""
1352
1353
#: mysys/my_handler_errors.h:90
1354
msgid "There's no partition in table for the given value"
1355
msgstr ""
1356
1357
#: mysys/my_handler_errors.h:92
1358
msgid "Row-based binlogging of row failed"
1359
msgstr ""
1360
1361
#: mysys/my_handler_errors.h:94
1362
msgid "Index needed in foreign key constraint"
1363
msgstr ""
1364
1365
#: mysys/my_handler_errors.h:96
1366
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1367
msgstr ""
1368
1369
#: mysys/my_handler_errors.h:98
1370
msgid "Table needs to be upgraded before it can be used"
1371
msgstr ""
1372
1373
#: mysys/my_handler_errors.h:100
1374
msgid "Table is read only"
1375
msgstr ""
1376
1377
#: mysys/my_handler_errors.h:102
1378
msgid "Failed to get next auto increment value"
1379
msgstr ""
1380
1381
#: mysys/my_handler_errors.h:104
1382
msgid "Failed to set row auto increment value"
1383
msgstr ""
1384
1385
#: mysys/my_handler_errors.h:106
1386
msgid "Unknown (generic) error from engine"
1387
msgstr ""
1388
1389
#: mysys/my_handler_errors.h:108
1390
msgid "Record is the same"
1391
msgstr ""
1392
1393
#: mysys/my_handler_errors.h:110
1394
msgid "It is not possible to log this statement"
1395
msgstr ""
1396
1397
#: mysys/my_handler_errors.h:112
1398
msgid "Tablespace exists"
1399
msgstr ""
1400
1401
#: mysys/my_handler_errors.h:114
1402
msgid "The event was corrupt, leading to illegal data being read"
1403
msgstr ""
1404
1405
#: mysys/my_handler_errors.h:116
1406
msgid "The table is of a new format not supported by this version"
1407
msgstr ""
1408
1409
#: mysys/my_handler_errors.h:118
1410
msgid "The event could not be processed no other hanlder error happened"
1411
msgstr ""
1412
1413
#: mysys/my_handler_errors.h:120
1414
msgid "Got a fatal error during initialzaction of handler"
1415
msgstr ""
1416
1417
#: mysys/my_handler_errors.h:122
1418
msgid "File to short; Expected more data in file"
1419
msgstr ""
1420
1421
#: mysys/my_handler_errors.h:124
1422
msgid "Read page with wrong checksum"
1423
msgstr ""
1424
1425
#: mysys/my_handler_errors.h:126
1426
msgid "Lock or active transaction"
1427
msgstr ""
1428
1429
#: mysys/my_handler_errors.h:128
1430
msgid "No such table space"
1431
msgstr ""
1432
1433
#: mysys/my_handler_errors.h:130
1434
msgid "Tablespace not empty"
1435
msgstr ""
1436
1437
#: drizzled/authentication.cc:66 drizzled/handler.cc:355
1438
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4652
1439
#, c-format
1440
msgid "Plugin '%s' init function returned error."
1441
msgstr ""
1442
1443
#: drizzled/drizzled.cc:558
1444
#, c-format
1445
msgid "Got error %d from pthread_cond_timedwait"
1446
msgstr ""
1447
1448
#: drizzled/drizzled.cc:698 drizzled/drizzled.cc:1786
1449
msgid "Can't create thread to kill server"
1450
msgstr ""
1451
1452
#: drizzled/drizzled.cc:765
1453
#, c-format
1454
msgid "Got signal %d from thread %lud"
1455
msgstr ""
1456
1457
#: drizzled/drizzled.cc:799
1458
msgid "Aborting\n"
1459
msgstr ""
1460
1461
#: drizzled/drizzled.cc:995
1462
msgid "One can only use the --user switch if running as root\n"
1463
msgstr ""
1464
1465
#: drizzled/drizzled.cc:1003
1466
msgid ""
1467
"Fatal error: Please read \"Security\" section of the manual to find out how "
1468
"to run mysqld as root!\n"
1469
msgstr ""
1470
1471
#: drizzled/drizzled.cc:1027
1472
#, c-format
1473
msgid ""
1474
"Fatal error: Can't change to run as user '%s' ;  Please check that the user "
1475
"exists!\n"
1476
msgstr ""
1477
1478
#: drizzled/drizzled.cc:1202
1479
#, c-format
1480
msgid "Retrying bind on TCP/IP port %u"
1481
msgstr ""
1482
1483
#: drizzled/drizzled.cc:1208
1484
msgid "Can't start server: Bind on TCP/IP port"
1485
msgstr ""
1486
1487
#: drizzled/drizzled.cc:1209
1488
#, c-format
1489
msgid "Do you already have another drizzled server running on port: %d ?"
1490
msgstr ""
1491
1492
#: drizzled/drizzled.cc:1215
1493
msgid "Can't start server: listen() on TCP/IP port"
1494
msgstr ""
1495
1496
#: drizzled/drizzled.cc:1216
1497
#, c-format
1498
msgid "listen() on TCP/IP failed with error %d"
1499
msgstr ""
1500
1501
#: drizzled/drizzled.cc:1434
1502
#, c-format
1503
msgid "Fatal "
1504
msgstr ""
1505
1506
#: drizzled/drizzled.cc:1452
1507
#, c-format
1508
msgid ""
1509
"We will try our best to scrape up some info that will hopefully help "
1510
"diagnose\n"
1511
"the problem, but since we have already crashed, something is definitely "
1512
"wrong\n"
1513
"and this may fail.\n"
1514
"\n"
1515
msgstr ""
1516
1517
#: drizzled/drizzled.cc:1463
1518
#, c-format
1519
msgid ""
1520
"It is possible that mysqld could use up to \n"
1521
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1522
"bytes of memory\n"
1523
"Hope that's ok; if not, decrease some variables in the equation.\n"
1524
"\n"
1525
msgstr ""
1526
1527
#: drizzled/drizzled.cc:1481
1528
#, c-format
1529
msgid ""
1530
"Attempting backtrace. You can use the following information to find out\n"
1531
"where mysqld died. If you see no messages after this, something went\n"
1532
"terribly wrong...\n"
1533
msgstr ""
1534
1535
#: drizzled/drizzled.cc:1509
1536
#, c-format
1537
msgid ""
1538
"Trying to get some variables.\n"
1539
"Some pointers may be invalid and cause the dump to abort...\n"
1540
msgstr ""
1541
1542
#: drizzled/drizzled.cc:1521
1543
#, c-format
1544
msgid ""
1545
"\n"
1546
"This crash occured while the server was calling initgroups(). This is\n"
1547
"often due to the use of a drizzled that is statically linked against glibc\n"
1548
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1549
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1550
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1551
"drizzled that is not statically linked.\n"
1552
msgstr ""
1553
1554
#: drizzled/drizzled.cc:1536
1555
#, c-format
1556
msgid ""
1557
"\n"
1558
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1559
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1560
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1561
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1562
"the documentation for your distribution on how to do that.\n"
1563
msgstr ""
1564
1565
#: drizzled/drizzled.cc:1549
1566
#, c-format
1567
msgid ""
1568
"\n"
1569
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1570
"unreliable and unstable on some operating systems and operating-system\n"
1571
"versions (notably, some versions of Linux).  This crash could be due to use\n"
1572
"of those buggy OS calls.  You should consider whether you really need the\n"
1573
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1574
" bugs.\n"
1575
msgstr ""
1576
1577
#: drizzled/drizzled.cc:1564
1578
#, c-format
1579
msgid "Writing a core file\n"
1580
msgstr ""
1581
1582
#: drizzled/drizzled.cc:1611
1583
msgid ""
1584
"setrlimit could not change the size of core files to 'infinity';  We may not "
1585
"be able to generate a core file on signals"
1586
msgstr ""
1587
1588
#: drizzled/drizzled.cc:1679
1589
#, c-format
1590
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1591
msgstr ""
1592
1593
#: drizzled/drizzled.cc:1767
1594
#, c-format
1595
msgid "Got signal %d to shutdown mysqld"
1596
msgstr ""
1597
1598
#: drizzled/drizzled.cc:1813
1599
#, c-format
1600
msgid "Got signal: %d  error: %d"
1601
msgstr ""
1602
1603
#: drizzled/drizzled.cc:1952
1604
#, c-format
1605
msgid "Wrong date/time format specifier: %s\n"
1606
msgstr ""
1607
1608
#: drizzled/drizzled.cc:2081
1609
#, c-format
1610
msgid "gethostname failed, using '%s' as hostname"
1611
msgstr ""
1612
1613
#: drizzled/drizzled.cc:2145
1614
#, c-format
1615
msgid ""
1616
"Changed limits: max_open_files: %u  max_connections: %ld  table_cache: %ld"
1617
msgstr ""
1618
1619
#: drizzled/drizzled.cc:2150
1620
#, c-format
1621
msgid ""
1622
"Could not increase number of max_open_files to more than %u (request: %u)"
1623
msgstr ""
1624
1625
#: drizzled/drizzled.cc:2231
1626
#, c-format
1627
msgid "Unknown locale: '%s'"
1628
msgstr ""
1629
1630
#: drizzled/drizzled.cc:2251
1631
msgid ""
1632
"Although a path was specified for the --log option, log tables are used. To "
1633
"enable logging to files use the --log-output option."
1634
msgstr ""
1635
1636
#: drizzled/drizzled.cc:2258
1637
msgid ""
1638
"Although a path was specified for the --log-slow-queries option, log tables "
1639
"are used. To enable logging to files use the --log-output=file option."
1640
msgstr ""
1641
1642
#: drizzled/drizzled.cc:2326
1643
msgid "Can't create thread-keys"
1644
msgstr ""
1645
1646
#: drizzled/drizzled.cc:2373
1647
msgid "Out of memory"
1648
msgstr ""
1649
1650
#: drizzled/drizzled.cc:2380
1651
msgid "You need to use --log-bin to make --binlog-format work."
1652
msgstr ""
1653
1654
#: drizzled/drizzled.cc:2402
1655
msgid ""
1656
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1657
"impossible, it would lead to infinite loops in this server."
1658
msgstr ""
1659
1660
#: drizzled/drizzled.cc:2422
1661
#, c-format
1662
msgid ""
1663
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1664
"replication may break when this Drizzle server acts as a master and has his "
1665
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1666
msgstr ""
1667
1668
#: drizzled/drizzled.cc:2456
1669
msgid "Failed to initialize plugins."
1670
msgstr ""
1671
1672
#: drizzled/drizzled.cc:2487
1673
#, c-format
1674
msgid ""
1675
"%s: Too many arguments (first extra is '%s').\n"
1676
"Use --verbose --help to get a list of available options\n"
1677
msgstr ""
1678
1679
#: drizzled/drizzled.cc:2497
1680
msgid "Can't init databases"
1681
msgstr ""
1682
1683
#: drizzled/drizzled.cc:2520
1684
#, c-format
1685
msgid "Unknown/unsupported table type: %s"
1686
msgstr ""
1687
1688
#: drizzled/drizzled.cc:2526
1689
#, c-format
1690
msgid "Default storage engine (%s) is not available"
1691
msgstr ""
1692
1693
#: drizzled/drizzled.cc:2549
1694
msgid "Can't initialize tc_log"
1695
msgstr ""
1696
1697
#: drizzled/drizzled.cc:2580
1698
#, c-format
1699
msgid "Failed to lock memory. Errno: %d\n"
1700
msgstr ""
1701
1702
#: drizzled/drizzled.cc:2649
1703
#, c-format
1704
msgid "Asked for %u thread stack, but got %llu"
1705
msgstr ""
1706
1707
#: drizzled/drizzled.cc:2685
1708
msgid ""
1709
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1710
"value: we force server id to 1; updates will be logged to the binary log, "
1711
"but connections from slaves will not be accepted."
1712
msgstr ""
1713
1714
#: drizzled/drizzled.cc:2743
1715
msgid "Before Lock_thread_count"
1716
msgstr ""
1717
1718
#: drizzled/drizzled.cc:2750
1719
msgid "After lock_thread_count"
1720
msgstr ""
1721
1722
#: drizzled/drizzled.cc:2858
1723
#, c-format
1724
msgid "drizzled: Got error %d from select"
1725
msgstr ""
1726
1727
#: drizzled/drizzled.cc:3100 drizzled/drizzled.cc:3205
1728
#: drizzled/drizzled.cc:3364
1729
msgid "Option used by mysql-test for debugging and testing of replication."
1730
msgstr ""
1731
1732
#: drizzled/drizzled.cc:3104
1733
msgid "Auto-increment columns are incremented by this"
1734
msgstr ""
1735
1736
#: drizzled/drizzled.cc:3109
1737
msgid ""
1738
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1739
"= 1"
1740
msgstr ""
1741
1742
#: drizzled/drizzled.cc:3115
1743
msgid ""
1744
"Path to installation directory. All paths are usually resolved relative to "
1745
"this."
1746
msgstr ""
1747
1748
#: drizzled/drizzled.cc:3119
1749
msgid "IP address to bind to."
1750
msgstr ""
1751
1752
#: drizzled/drizzled.cc:3123
1753
msgid ""
1754
"Does not have any effect without '--log-bin'. Tell the master the form of "
1755
"binary logging to use: either 'row' for row-based binary logging, or "
1756
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1757
"statement-based binary logging except for those statements where only row-"
1758
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1759
"the UUID() function; for those, row-based binary logging is automatically "
1760
"used. "
1761
msgstr ""
1762
1763
#: drizzled/drizzled.cc:3133
1764
msgid ""
1765
"Tells the master it should log updates for the specified database, and "
1766
"exclude all others not explicitly mentioned."
1767
msgstr ""
1768
1769
#: drizzled/drizzled.cc:3137
1770
msgid ""
1771
"Tells the master that updates to the given database should not be logged "
1772
"tothe binary log."
1773
msgstr ""
1774
1775
#: drizzled/drizzled.cc:3141
1776
msgid ""
1777
"The maximum size of a row-based binary log event in bytes. Rows will be "
1778
"grouped into events smaller than this size if possible. The value has to be "
1779
"a multiple of 256."
1780
msgstr ""
1781
1782
#: drizzled/drizzled.cc:3152
1783
msgid "Don't ignore client side character set value sent during handshake."
1784
msgstr ""
1785
1786
#: drizzled/drizzled.cc:3157
1787
msgid "Set the filesystem character set."
1788
msgstr ""
1789
1790
#: drizzled/drizzled.cc:3162
1791
msgid "Set the default character set."
1792
msgstr "设置默认字符集。"
1793
1794
#: drizzled/drizzled.cc:3169
1795
msgid "Chroot mysqld daemon during startup."
1796
msgstr ""
1797
1798
#: drizzled/drizzled.cc:3173
1799
msgid "Set the default collation."
1800
msgstr ""
1801
1802
#: drizzled/drizzled.cc:3177
1803
msgid "Default completion type."
1804
msgstr ""
1805
1806
#: drizzled/drizzled.cc:3182
1807
msgid "Write error output on screen."
1808
msgstr ""
1809
1810
#: drizzled/drizzled.cc:3186
1811
msgid "Write core on errors."
1812
msgstr ""
1813
1814
#: drizzled/drizzled.cc:3190
1815
msgid "Path to the database root."
1816
msgstr ""
1817
1818
#: drizzled/drizzled.cc:3194
1819
msgid "Set the default storage engine (table type) for tables."
1820
msgstr ""
1821
1822
#: drizzled/drizzled.cc:3198
1823
msgid "Set the default time zone."
1824
msgstr ""
1825
1826
#: drizzled/drizzled.cc:3202
1827
msgid "Type of DELAY_KEY_WRITE."
1828
msgstr ""
1829
1830
#: drizzled/drizzled.cc:3211
1831
msgid "Print a symbolic stack trace on failure."
1832
msgstr ""
1833
1834
#: drizzled/drizzled.cc:3217
1835
msgid "Push supported query conditions to the storage engine."
1836
msgstr ""
1837
1838
#: drizzled/drizzled.cc:3223
1839
msgid "Used for debugging;  Use at your own risk!"
1840
msgstr ""
1841
1842
#: drizzled/drizzled.cc:3226
1843
msgid "Flush tables to disk between SQL commands."
1844
msgstr ""
1845
1846
#: drizzled/drizzled.cc:3231
1847
msgid "Set up signals usable for debugging"
1848
msgstr ""
1849
1850
#: drizzled/drizzled.cc:3235
1851
msgid "Enable general query log"
1852
msgstr ""
1853
1854
#: drizzled/drizzled.cc:3239
1855
msgid "Command(s) that are executed for each new connection"
1856
msgstr ""
1857
1858
#: drizzled/drizzled.cc:3243
1859
msgid "Read SQL commands from this file at startup."
1860
msgstr ""
1861
1862
#: drizzled/drizzled.cc:3247
1863
msgid "Command(s) that are executed when a slave connects to this master"
1864
msgstr ""
1865
1866
#: drizzled/drizzled.cc:3251
1867
msgid "(IGNORED)"
1868
msgstr ""
1869
1870
#: drizzled/drizzled.cc:3255
1871
msgid "Set the language used for the month names and the days of the week."
1872
msgstr ""
1873
1874
#: drizzled/drizzled.cc:3260
1875
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1876
msgstr ""
1877
1878
#: drizzled/drizzled.cc:3265
1879
msgid "Log connections and queries to file."
1880
msgstr ""
1881
1882
#: drizzled/drizzled.cc:3269
1883
msgid ""
1884
"Log update queries in binary format. Optional argument is the location for "
1885
"the binary log files.(Strongly recommended to avoid replication problems if "
1886
"server's hostname changes)"
1887
msgstr ""
1888
1889
#: drizzled/drizzled.cc:3276
1890
msgid "File that holds the names for last binary log files."
1891
msgstr ""
1892
1893
#: drizzled/drizzled.cc:3284
1894
msgid ""
1895
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1896
"stored function (or trigger) is allowed only to users having the SUPER "
1897
"privilege and only if this stored function (trigger) may not break binary "
1898
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1899
"binary logging, the security issues do not exist and the binary logging "
1900
"cannot break, so you can safely set this to 1."
1901
msgstr ""
1902
1903
#: drizzled/drizzled.cc:3293
1904
msgid "Error log file."
1905
msgstr ""
1906
1907
#: drizzled/drizzled.cc:3297
1908
msgid "Log all MyISAM changes to file."
1909
msgstr ""
1910
1911
#: drizzled/drizzled.cc:3301
1912
msgid ""
1913
"Log queries that are executed without benefit of any index to the slow log "
1914
"if it is open."
1915
msgstr ""
1916
1917
#: drizzled/drizzled.cc:3307
1918
msgid ""
1919
"Tells the slave to log the updates from the slave thread to the binary log. "
1920
"You will need to turn it on if you plan to daisy-chain the slaves."
1921
msgstr ""
1922
1923
#: drizzled/drizzled.cc:3314
1924
msgid ""
1925
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1926
"slow log if it is open."
1927
msgstr ""
1928
1929
#: drizzled/drizzled.cc:3320
1930
msgid ""
1931
"Log slow statements executed by slave thread to the slow log if it is open."
1932
msgstr ""
1933
1934
#: drizzled/drizzled.cc:3326
1935
msgid ""
1936
"Log slow queries to a table or log file. Defaults logging to table mysql."
1937
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1938
"to activate other slow log options."
1939
msgstr ""
1940
1941
#: drizzled/drizzled.cc:3332
1942
msgid ""
1943
"Path to transaction coordinator log (used for transactions that affect more "
1944
"than one storage engine, when binary log is disabled)"
1945
msgstr ""
1946
1947
#: drizzled/drizzled.cc:3338
1948
msgid "Size of transaction coordinator log."
1949
msgstr ""
1950
1951
#: drizzled/drizzled.cc:3344
1952
msgid "Log some not critical warnings to the log file."
1953
msgstr ""
1954
1955
#: drizzled/drizzled.cc:3349
1956
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1957
msgstr ""
1958
1959
#: drizzled/drizzled.cc:3354
1960
msgid ""
1961
"The location and name of the file that remembers the master and where the I/"
1962
"O replication thread is in the master's binlogs."
1963
msgstr ""
1964
1965
#: drizzled/drizzled.cc:3359
1966
msgid ""
1967
"The number of tries the slave will make to connect to the master before "
1968
"giving up."
1969
msgstr ""
1970
1971
#: drizzled/drizzled.cc:3368
1972
msgid "Lock mysqld in memory."
1973
msgstr ""
1974
1975
#: drizzled/drizzled.cc:3372
1976
msgid ""
1977
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1978
"BACKUP, FORCE or QUICK."
1979
msgstr ""
1980
1981
#: drizzled/drizzled.cc:3377
1982
msgid "Use very new possible 'unsafe' functions."
1983
msgstr ""
1984
1985
#: drizzled/drizzled.cc:3382
1986
msgid "Use old, non-optimized alter table."
1987
msgstr ""
1988
1989
#: drizzled/drizzled.cc:3387
1990
msgid ""
1991
"Enable old-style user limits (before 5.0.3 user resources were counted per "
1992
"each user+host vs. per account)"
1993
msgstr ""
1994
1995
#: drizzled/drizzled.cc:3392
1996
msgid "Pid file used by safe_mysqld."
1997
msgstr ""
1998
1999
#: drizzled/drizzled.cc:3402
2000
msgid ""
2001
"Maximum time in seconds to wait for the port to become free. (Default: no "
2002
"wait)"
2003
msgstr ""
2004
2005
#: drizzled/drizzled.cc:3407
2006
msgid "The location and name to use for relay logs."
2007
msgstr ""
2008
2009
#: drizzled/drizzled.cc:3411
2010
msgid ""
2011
"The location and name to use for the file that keeps a list of the last "
2012
"relay logs."
2013
msgstr ""
2014
2015
#: drizzled/drizzled.cc:3416
2016
msgid ""
2017
"The location and name of the file that remembers where the SQL replication "
2018
"thread is in the relay logs."
2019
msgstr ""
2020
2021
#: drizzled/drizzled.cc:3421
2022
msgid ""
2023
"Tells the slave thread to restrict replication to the specified database. To "
2024
"specify more than one database, use the directive multiple times, once for "
2025
"each database. Note that this will only work if you do not use cross-"
2026
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2027
"having selected a different or no database. If you need cross database "
2028
"updates to work, use replicate-wild-do-table=db_name.%."
2029
msgstr ""
2030
2031
#: drizzled/drizzled.cc:3430
2032
msgid ""
2033
"Tells the slave thread to restrict replication to the specified table. To "
2034
"specify more than one table, use the directive multiple times, once for each "
2035
"table. This will work for cross-database updates, in contrast to replicate-"
2036
"do-db."
2037
msgstr ""
2038
2039
#: drizzled/drizzled.cc:3436
2040
msgid ""
2041
"Tells the slave thread to not replicate to the specified database. To "
2042
"specify more than one database to ignore, use the directive multiple times, "
2043
"once for each database. This option will not work if you use cross database "
2044
"updates. If you need cross database updates to work, use replicate-wild-"
2045
"ignore-table=db_name.%. "
2046
msgstr ""
2047
2048
#: drizzled/drizzled.cc:3443
2049
msgid ""
2050
"Tells the slave thread to not replicate to the specified table. To specify "
2051
"more than one table to ignore, use the directive multiple times, once for "
2052
"each table. This will work for cross-datbase updates, in contrast to "
2053
"replicate-ignore-db."
2054
msgstr ""
2055
2056
#: drizzled/drizzled.cc:3449
2057
msgid ""
2058
"Updates to a database with a different name than the original. Example: "
2059
"replicate-rewrite-db=master_db_name->slave_db_name."
2060
msgstr ""
2061
2062
#: drizzled/drizzled.cc:3453
2063
msgid ""
2064
"In replication, if set to 1, do not skip events having our server id. "
2065
"Default value is 0 (to break infinite loops in circular replication). Can't "
2066
"be set to 1 if --log-slave-updates is used."
2067
msgstr ""
2068
2069
#: drizzled/drizzled.cc:3460
2070
msgid ""
2071
"Tells the slave thread to restrict replication to the tables that match the "
2072
"specified wildcard pattern. To specify more than one table, use the "
2073
"directive multiple times, once for each table. This will work for cross-"
2074
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2075
"only updates to tables in all databases that start with foo and whose table "
2076
"names start with bar."
2077
msgstr ""
2078
2079
#: drizzled/drizzled.cc:3468
2080
msgid ""
2081
"Tells the slave thread to not replicate to the tables that match the given "
2082
"wildcard pattern. To specify more than one table to ignore, use the "
2083
"directive multiple times, once for each table. This will work for cross-"
2084
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2085
"updates to tables in databases that start with foo and whose table names "
2086
"start with bar."
2087
msgstr ""
2088
2089
#: drizzled/drizzled.cc:3477
2090
msgid ""
2091
"Hostname or IP of the slave to be reported to to the master during slave "
2092
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2093
"you do not want the slave to register itself with the master. Note that it "
2094
"is not sufficient for the master to simply read the IP of the slave off the "
2095
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2096
"may not be valid for connecting to the slave from the master or other hosts."
2097
msgstr ""
2098
2099
#: drizzled/drizzled.cc:3490
2100
msgid ""
2101
"Port for connecting to slave reported to the master during slave "
2102
"registration. Set it only if the slave is listening on a non-default port or "
2103
"if you have a special tunnel from the master or other clients to the slave. "
2104
"If not sure, leave this option unset."
2105
msgstr ""
2106
2107
#: drizzled/drizzled.cc:3497
2108
msgid "Skip some optimize stages (for testing)."
2109
msgstr ""
2110
2111
#: drizzled/drizzled.cc:3500
2112
msgid ""
2113
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2114
"specified directory"
2115
msgstr ""
2116
2117
#: drizzled/drizzled.cc:3505
2118
msgid ""
2119
"Uniquely identifies the server instance in the community of replication "
2120
"partners."
2121
msgstr ""
2122
2123
#: drizzled/drizzled.cc:3510
2124
msgid "Don't use new, possible wrong routines."
2125
msgstr ""
2126
2127
#: drizzled/drizzled.cc:3513
2128
msgid "If set, slave is not autostarted."
2129
msgstr ""
2130
2131
#: drizzled/drizzled.cc:3517
2132
msgid "Don't print a stack trace on failure."
2133
msgstr ""
2134
2135
#: drizzled/drizzled.cc:3521
2136
msgid "Don't give threads different priorities."
2137
msgstr ""
2138
2139
#: drizzled/drizzled.cc:3525
2140
msgid ""
2141
"The location where the slave should put its temporary files when replicating "
2142
"a LOAD DATA INFILE command."
2143
msgstr ""
2144
2145
#: drizzled/drizzled.cc:3530
2146
msgid ""
2147
"Tells the slave thread to continue replication when a query event returns an "
2148
"error from the provided list."
2149
msgstr ""
2150
2151
#: drizzled/drizzled.cc:3534
2152
msgid ""
2153
"Modes for how replication events should be executed.  Legal values are "
2154
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2155
"stop for operations that are idempotent. In STRICT mode, replication will "
2156
"stop on any unexpected difference between the master and the slave."
2157
msgstr ""
2158
2159
#: drizzled/drizzled.cc:3542
2160
msgid "Enable|disable slow query log"
2161
msgstr ""
2162
2163
#: drizzled/drizzled.cc:3546
2164
msgid "(INGORED)"
2165
msgstr ""
2166
2167
#: drizzled/drizzled.cc:3549
2168
msgid "Enable symbolic link support."
2169
msgstr ""
2170
2171
#: drizzled/drizzled.cc:3558
2172
msgid ""
2173
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2174
msgstr ""
2175
2176
#: drizzled/drizzled.cc:3563
2177
msgid ""
2178
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2179
"ROLLBACK."
2180
msgstr ""
2181
2182
#: drizzled/drizzled.cc:3568
2183
msgid ""
2184
"Using this option will cause most temporary files created to use a small set "
2185
"of names, rather than a unique name for each new file."
2186
msgstr ""
2187
2188
#: drizzled/drizzled.cc:3573
2189
msgid ""
2190
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2191
msgstr ""
2192
2193
#: drizzled/drizzled.cc:3578
2194
msgid ""
2195
"Path for temporary files. Several paths may be specified, separated by a "
2196
"colon (:), in this case they are used in a round-robin fashion."
2197
msgstr ""
2198
2199
#: drizzled/drizzled.cc:3584
2200
msgid "Default transaction isolation level."
2201
msgstr ""
2202
2203
#: drizzled/drizzled.cc:3588
2204
msgid "Run mysqld daemon as user."
2205
msgstr ""
2206
2207
#: drizzled/drizzled.cc:3596
2208
msgid ""
2209
"The number of outstanding connection requests MySQL can have. This comes "
2210
"into play when the main MySQL thread gets very many connection requests in a "
2211
"very short time."
2212
msgstr ""
2213
2214
#: drizzled/drizzled.cc:3602
2215
msgid ""
2216
"The size of the cache to hold the SQL statements for the binary log during a "
2217
"transaction. If you often use big, multi-statement transactions you can "
2218
"increase this to get more performance."
2219
msgstr ""
2220
2221
#: drizzled/drizzled.cc:3608
2222
msgid ""
2223
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2224
"limit per thread!"
2225
msgstr ""
2226
2227
#: drizzled/drizzled.cc:3614
2228
msgid ""
2229
"The number of seconds the mysqld server is waiting for a connect packet "
2230
"before responding with 'Bad handshake'."
2231
msgstr ""
2232
2233
#: drizzled/drizzled.cc:3619
2234
msgid "The DATE format (For future)."
2235
msgstr ""
2236
2237
#: drizzled/drizzled.cc:3624
2238
msgid "The DATETIME/TIMESTAMP format (for future)."
2239
msgstr ""
2240
2241
#: drizzled/drizzled.cc:3629
2242
msgid "The default week format used by WEEK() functions."
2243
msgstr ""
2244
2245
#: drizzled/drizzled.cc:3634
2246
msgid ""
2247
"Precision of the result of '/' operator will be increased on that value."
2248
msgstr ""
2249
2250
#: drizzled/drizzled.cc:3640
2251
msgid ""
2252
"If non-zero, binary logs will be purged after expire_logs_days days; "
2253
"possible purges happen at startup and at binary log rotation."
2254
msgstr ""
2255
2256
#: drizzled/drizzled.cc:3646
2257
msgid "The maximum length of the result of function  group_concat."
2258
msgstr ""
2259
2260
#: drizzled/drizzled.cc:3651
2261
msgid ""
2262
"The number of seconds the server waits for activity on an interactive "
2263
"connection before closing it."
2264
msgstr ""
2265
2266
#: drizzled/drizzled.cc:3657
2267
msgid "The size of the buffer that is used for full joins."
2268
msgstr ""
2269
2270
#: drizzled/drizzled.cc:3663
2271
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2272
msgstr ""
2273
2274
#: drizzled/drizzled.cc:3668
2275
msgid ""
2276
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2277
"this to get better index handling (for all reads and multiple writes) to as "
2278
"much as you can afford;"
2279
msgstr ""
2280
2281
#: drizzled/drizzled.cc:3677
2282
msgid ""
2283
"This characterizes the number of hits a hot block has to be untouched until "
2284
"it is considered aged enough to be downgraded to a warm block. This "
2285
"specifies the percentage ratio of that number of hits to the total number of "
2286
"blocks in key cache"
2287
msgstr ""
2288
2289
#: drizzled/drizzled.cc:3686
2290
msgid "The default size of key cache blocks"
2291
msgstr ""
2292
2293
#: drizzled/drizzled.cc:3692
2294
msgid "The minimum percentage of warm blocks in key cache"
2295
msgstr ""
2296
2297
#: drizzled/drizzled.cc:3698
2298
msgid ""
2299
"Log all queries that have taken more than long_query_time seconds to execute "
2300
"to file. The argument will be treated as a decimal value with microsecond "
2301
"precission."
2302
msgstr ""
2303
2304
#: drizzled/drizzled.cc:3704
2305
msgid "Max packetlength to send/receive from to server."
2306
msgstr ""
2307
2308
#: drizzled/drizzled.cc:3709
2309
msgid ""
2310
"Can be used to restrict the total size used to cache a multi-transaction "
2311
"query."
2312
msgstr ""
2313
2314
#: drizzled/drizzled.cc:3714
2315
msgid ""
2316
"Binary log will be rotated automatically when the size exceeds this value. "
2317
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2318
"for this variable is 4096."
2319
msgstr ""
2320
2321
#: drizzled/drizzled.cc:3720
2322
msgid ""
2323
"If there is more than this number of interrupted connections from a host "
2324
"this host will be blocked from further connections."
2325
msgstr ""
2326
2327
#: drizzled/drizzled.cc:3727
2328
msgid "The number of simultaneous clients allowed."
2329
msgstr ""
2330
2331
#: drizzled/drizzled.cc:3732
2332
msgid "Max number of errors/warnings to store for a statement."
2333
msgstr ""
2334
2335
#: drizzled/drizzled.cc:3737
2336
msgid "Don't allow creation of heap tables bigger than this."
2337
msgstr ""
2338
2339
#: drizzled/drizzled.cc:3743
2340
msgid ""
2341
"Joins that are probably going to read more than max_join_size records return "
2342
"an error."
2343
msgstr ""
2344
2345
#: drizzled/drizzled.cc:3749
2346
msgid "Max number of bytes in sorted records."
2347
msgstr ""
2348
2349
#: drizzled/drizzled.cc:3754
2350
msgid ""
2351
"If non-zero: relay log will be rotated automatically when the size exceeds "
2352
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2353
"excepted, the minimum value for this variable is 4096."
2354
msgstr ""
2355
2356
#: drizzled/drizzled.cc:3761
2357
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2358
msgstr ""
2359
2360
#: drizzled/drizzled.cc:3766
2361
msgid ""
2362
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2363
"max_sort_length bytes of each value are used; the rest are ignored)."
2364
msgstr ""
2365
2366
#: drizzled/drizzled.cc:3773
2367
msgid "Maximum number of temporary tables a client can keep open at a time."
2368
msgstr ""
2369
2370
#: drizzled/drizzled.cc:3778
2371
msgid "After this many write locks, allow some read locks to run in between."
2372
msgstr ""
2373
2374
#: drizzled/drizzled.cc:3782
2375
msgid ""
2376
"Don't log queries which examine less than min_examined_row_limit rows to "
2377
"file."
2378
msgstr ""
2379
2380
#: drizzled/drizzled.cc:3788
2381
msgid "Block size to be used for MyISAM index pages."
2382
msgstr ""
2383
2384
#: drizzled/drizzled.cc:3794
2385
msgid "Default pointer size to be used for MyISAM tables."
2386
msgstr ""
2387
2388
#: drizzled/drizzled.cc:3799
2389
msgid ""
2390
"Don't use the fast sort index method to created index if the temporary file "
2391
"would get bigger than this."
2392
msgstr ""
2393
2394
#: drizzled/drizzled.cc:3806
2395
msgid ""
2396
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2397
"disables parallel repair."
2398
msgstr ""
2399
2400
#: drizzled/drizzled.cc:3812
2401
msgid ""
2402
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2403
"when creating indexes with CREATE INDEX or ALTER TABLE."
2404
msgstr ""
2405
2406
#: drizzled/drizzled.cc:3818
2407
msgid ""
2408
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2409
"Possible values of name are 'nulls_unequal' (default behavior), "
2410
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2411
msgstr ""
2412
2413
#: drizzled/drizzled.cc:3825
2414
msgid "Buffer length for TCP/IP and socket communication."
2415
msgstr ""
2416
2417
#: drizzled/drizzled.cc:3830
2418
msgid ""
2419
"Number of seconds to wait for more data from a connection before aborting "
2420
"the read."
2421
msgstr ""
2422
2423
#: drizzled/drizzled.cc:3836
2424
msgid ""
2425
"If a read on a communication port is interrupted, retry this many times "
2426
"before giving up."
2427
msgstr ""
2428
2429
#: drizzled/drizzled.cc:3842
2430
msgid ""
2431
"Number of seconds to wait for a block to be written to a connection before "
2432
"aborting the write."
2433
msgstr ""
2434
2435
#: drizzled/drizzled.cc:3848
2436
msgid "Use compatible behavior."
2437
msgstr ""
2438
2439
#: drizzled/drizzled.cc:3853
2440
msgid ""
2441
"If this is not 0, then mysqld will use this value to reserve file "
2442
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2443
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2444
"larger) number of files."
2445
msgstr ""
2446
2447
#: drizzled/drizzled.cc:3860
2448
msgid ""
2449
"Controls the heuristic(s) applied during query optimization to prune less-"
2450
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2451
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2452
"on number of retrieved rows."
2453
msgstr ""
2454
2455
#: drizzled/drizzled.cc:3868
2456
msgid ""
2457
"Maximum depth of search performed by the query optimizer. Values larger than "
2458
"the number of relations in a query result in better query plans, but take "
2459
"longer to compile a query. Smaller values than the number of tables in a "
2460
"relation result in faster optimization, but may produce very bad query "
2461
"plans. If set to 0, the system will automatically pick a reasonable value; "
2462
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2463
"(used for testing/comparison)."
2464
msgstr ""
2465
2466
#: drizzled/drizzled.cc:3880
2467
msgid "Directory for plugins."
2468
msgstr ""
2469
2470
#: drizzled/drizzled.cc:3884
2471
msgid ""
2472
"Optional comma separated list of plugins to load, where each plugin is "
2473
"identified by the name of the shared library. [for example: --"
2474
"plugin_load=libmd5udf.so]"
2475
msgstr ""
2476
2477
#: drizzled/drizzled.cc:3890
2478
msgid "The size of the buffer that is allocated when preloading indexes"
2479
msgstr ""
2480
2481
#: drizzled/drizzled.cc:3895
2482
msgid "Allocation block size for query parsing and execution"
2483
msgstr ""
2484
2485
#: drizzled/drizzled.cc:3900
2486
msgid "Persistent buffer for query parsing and execution"
2487
msgstr ""
2488
2489
#: drizzled/drizzled.cc:3906
2490
msgid "Allocation block size for storing ranges during optimization"
2491
msgstr ""
2492
2493
#: drizzled/drizzled.cc:3912
2494
msgid ""
2495
"Each thread that does a sequential scan allocates a buffer of this size for "
2496
"each table it scans. If you do many sequential scans, you may want to "
2497
"increase this value."
2498
msgstr ""
2499
2500
#: drizzled/drizzled.cc:3920
2501
msgid ""
2502
"Make all non-temporary tables read-only, with the exception for replication "
2503
"(slave) threads and users with the SUPER privilege"
2504
msgstr ""
2505
2506
#: drizzled/drizzled.cc:3926
2507
msgid ""
2508
"When reading rows in sorted order after a sort, the rows are read through "
2509
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2510
"record_buffer."
2511
msgstr ""
2512
2513
#: drizzled/drizzled.cc:3940
2514
msgid ""
2515
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2516
"needed."
2517
msgstr ""
2518
2519
#: drizzled/drizzled.cc:3946
2520
msgid "Maximum space to use for all relay logs."
2521
msgstr ""
2522
2523
#: drizzled/drizzled.cc:3951
2524
msgid "Use compression on master/slave protocol."
2525
msgstr ""
2526
2527
#: drizzled/drizzled.cc:3956
2528
msgid ""
2529
"Number of seconds to wait for more data from a master/slave connection "
2530
"before aborting the read."
2531
msgstr ""
2532
2533
#: drizzled/drizzled.cc:3961
2534
msgid ""
2535
"Number of times the slave SQL thread will retry a transaction in case it "
2536
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2537
"stopping."
2538
msgstr ""
2539
2540
#: drizzled/drizzled.cc:3967
2541
msgid "Allow slave to batch requests."
2542
msgstr ""
2543
2544
#: drizzled/drizzled.cc:3971
2545
msgid ""
2546
"If creating the thread takes longer than this value (in seconds), the "
2547
"Slow_launch_threads counter will be incremented."
2548
msgstr ""
2549
2550
#: drizzled/drizzled.cc:3976
2551
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2552
msgstr ""
2553
2554
#: drizzled/drizzled.cc:3982
2555
msgid ""
2556
"Synchronously flush binary log to disk after every #th event. Use 0 "
2557
"(default) to disable synchronous flushing."
2558
msgstr ""
2559
2560
#: drizzled/drizzled.cc:3987
2561
msgid "The number of cached table definitions."
2562
msgstr ""
2563
2564
#: drizzled/drizzled.cc:3991
2565
msgid "The number of cached open tables."
2566
msgstr ""
2567
2568
#: drizzled/drizzled.cc:3995
2569
msgid ""
2570
"Timeout in seconds to wait for a table level lock before returning an error. "
2571
"Used only if the connection has active cursors."
2572
msgstr ""
2573
2574
#: drizzled/drizzled.cc:4000
2575
msgid "How many threads we should keep in a cache for reuse."
2576
msgstr ""
2577
2578
#: drizzled/drizzled.cc:4004
2579
msgid ""
2580
"How many threads we should create to handle query requests in case of "
2581
"'thread_handling=pool-of-threads'"
2582
msgstr ""
2583
2584
#: drizzled/drizzled.cc:4009
2585
msgid "The stack size for each thread."
2586
msgstr ""
2587
2588
#: drizzled/drizzled.cc:4015
2589
msgid "The TIME format (for future)."
2590
msgstr ""
2591
2592
#: drizzled/drizzled.cc:4020
2593
msgid ""
2594
"If an internal in-memory temporary table exceeds this size, MySQL will "
2595
"automatically convert it to an on-disk MyISAM table."
2596
msgstr ""
2597
2598
#: drizzled/drizzled.cc:4026
2599
msgid "Allocation block size for transactions to be stored in binary log"
2600
msgstr ""
2601
2602
#: drizzled/drizzled.cc:4031
2603
msgid "Persistent buffer for transactions to be stored in binary log"
2604
msgstr ""
2605
2606
#: drizzled/drizzled.cc:4036
2607
msgid ""
2608
"The number of seconds the server waits for activity on a connection before "
2609
"closing it."
2610
msgstr ""
2611
2612
#: drizzled/drizzled.cc:4284
2613
msgid ""
2614
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2615
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2616
"and you are welcome to modify and redistribute it under the GPL license\n"
2617
"\n"
2618
"Starts the Drizzle database server\n"
2619
msgstr ""
2620
2621
#: drizzled/drizzled.cc:4291
2622
#, c-format
2623
msgid "Usage: %s [OPTIONS]\n"
2624
msgstr ""
2625
2626
#: drizzled/drizzled.cc:4302
2627
msgid ""
2628
"\n"
2629
"To see what values a running Drizzle server is using, type\n"
2630
"'drizzleadmin variables' instead of 'drizzled --help'."
2631
msgstr ""
2632
2633
#: drizzled/drizzled.cc:4486
2634
#, c-format
2635
msgid ""
2636
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2637
"command line\n"
2638
msgstr ""
2639
2640
#: drizzled/drizzled.cc:4538
2641
#, c-format
2642
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2643
msgstr ""
2644
2645
#: drizzled/drizzled.cc:4547
2646
#, c-format
2647
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2648
msgstr ""
2649
2650
#: drizzled/drizzled.cc:4557
2651
#, c-format
2652
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2653
msgstr ""
2654
2655
#: drizzled/drizzled.cc:4586 drizzled/drizzled.cc:4595
2656
#, c-format
2657
msgid "Could not add do table rule '%s'!\n"
2658
msgstr ""
2659
2660
#: drizzled/drizzled.cc:4604 drizzled/drizzled.cc:4613
2661
#, c-format
2662
msgid "Could not add ignore table rule '%s'!\n"
2663
msgstr ""
2664
2665
#: drizzled/drizzled.cc:4657
2666
msgid "Can't start server: cannot resolve hostname!"
2667
msgstr ""
2668
2669
#: drizzled/drizzled.cc:4663
2670
msgid "Can't start server: bind-address refers to multiple interfaces!"
2671
msgstr ""
2672
2673
#: drizzled/drizzled.cc:4838
2674
msgid ""
2675
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2676
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2677
msgstr ""
2678
2679
#: drizzled/drizzled.cc:5029
2680
#, c-format
2681
msgid "No option given to %s\n"
2682
msgstr ""
2683
2684
#: drizzled/drizzled.cc:5031
2685
#, c-format
2686
msgid "Wrong option to %s. Option(s) given: %s\n"
2687
msgstr ""
2688
2689
#: drizzled/drizzled.cc:5033
2690
#, c-format
2691
msgid "Alternatives are: '%s'"
2692
msgstr ""
2693
2694
#: drizzled/drizzled_error_messages.h:31
2695
msgid "hashchk"
2696
msgstr ""
2697
2698
#: drizzled/drizzled_error_messages.h:33
2699
msgid "isamchk"
2700
msgstr ""
2701
2702
#: drizzled/drizzled_error_messages.h:35
2703
msgid "NO"
2704
msgstr ""
2705
2706
#: drizzled/drizzled_error_messages.h:37
2707
msgid "YES"
2708
msgstr ""
2709
2710
#: drizzled/drizzled_error_messages.h:39
2711
#, c-format
2712
msgid "Can't create file '%-.200s' (errno: %d)"
2713
msgstr ""
2714
2715
#: drizzled/drizzled_error_messages.h:41
2716
#, c-format
2717
msgid "Can't create table '%-.200s' (errno: %d)"
2718
msgstr ""
2719
2720
#: drizzled/drizzled_error_messages.h:43
2721
#, c-format
2722
msgid "Can't create database '%-.192s' (errno: %d)"
2723
msgstr ""
2724
2725
#: drizzled/drizzled_error_messages.h:45
2726
#, c-format
2727
msgid "Can't create database '%-.192s'; database exists"
2728
msgstr ""
2729
2730
#: drizzled/drizzled_error_messages.h:47
2731
#, c-format
2732
msgid "Can't drop database '%-.192s'; database doesn't exist"
2733
msgstr ""
2734
2735
#: drizzled/drizzled_error_messages.h:49
2736
#, c-format
2737
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2738
msgstr ""
2739
2740
#: drizzled/drizzled_error_messages.h:51
2741
#, c-format
2742
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2743
msgstr ""
2744
2745
#: drizzled/drizzled_error_messages.h:53
2746
#, c-format
2747
msgid "Error on delete of '%-.192s' (errno: %d)"
2748
msgstr ""
2749
2750
#: drizzled/drizzled_error_messages.h:55
2751
msgid "Can't read record in system table"
2752
msgstr ""
2753
2754
#: drizzled/drizzled_error_messages.h:57
2755
#, c-format
2756
msgid "Can't get status of '%-.200s' (errno: %d)"
2757
msgstr ""
2758
2759
#: drizzled/drizzled_error_messages.h:59
2760
#, c-format
2761
msgid "Can't get working directory (errno: %d)"
2762
msgstr ""
2763
2764
#: drizzled/drizzled_error_messages.h:61
2765
#, c-format
2766
msgid "Can't lock file (errno: %d)"
2767
msgstr ""
2768
2769
#: drizzled/drizzled_error_messages.h:63
2770
#, c-format
2771
msgid "Can't open file: '%-.200s' (errno: %d)"
2772
msgstr ""
2773
2774
#: drizzled/drizzled_error_messages.h:65
2775
#, c-format
2776
msgid "Can't find file: '%-.200s' (errno: %d)"
2777
msgstr ""
2778
2779
#: drizzled/drizzled_error_messages.h:67
2780
#, c-format
2781
msgid "Can't read dir of '%-.192s' (errno: %d)"
2782
msgstr ""
2783
2784
#: drizzled/drizzled_error_messages.h:69
2785
#, c-format
2786
msgid "Can't change dir to '%-.192s' (errno: %d)"
2787
msgstr ""
2788
2789
#: drizzled/drizzled_error_messages.h:71
2790
#, c-format
2791
msgid "Record has changed since last read in table '%-.192s'"
2792
msgstr ""
2793
2794
#: drizzled/drizzled_error_messages.h:73
2795
#, c-format
2796
msgid "Disk full (%s); waiting for someone to free some space..."
2797
msgstr ""
2798
2799
#: drizzled/drizzled_error_messages.h:75
2800
#, c-format
2801
msgid "Can't write; duplicate key in table '%-.192s'"
2802
msgstr ""
2803
2804
#: drizzled/drizzled_error_messages.h:77
2805
#, c-format
2806
msgid "Error on close of '%-.192s' (errno: %d)"
2807
msgstr ""
2808
2809
#: drizzled/drizzled_error_messages.h:79
2810
#, c-format
2811
msgid "Error reading file '%-.200s' (errno: %d)"
2812
msgstr ""
2813
2814
#: drizzled/drizzled_error_messages.h:81
2815
#, c-format
2816
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2817
msgstr ""
2818
2819
#: drizzled/drizzled_error_messages.h:83
2820
#, c-format
2821
msgid "Error writing file '%-.200s' (errno: %d)"
2822
msgstr ""
2823
2824
#: drizzled/drizzled_error_messages.h:85
2825
#, c-format
2826
msgid "'%-.192s' is locked against change"
2827
msgstr ""
2828
2829
#: drizzled/drizzled_error_messages.h:87
2830
msgid "Sort aborted"
2831
msgstr ""
2832
2833
#: drizzled/drizzled_error_messages.h:89
2834
#, c-format
2835
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2836
msgstr ""
2837
2838
#: drizzled/drizzled_error_messages.h:91
2839
#, c-format
2840
msgid "Got error %d from storage engine"
2841
msgstr ""
2842
2843
#: drizzled/drizzled_error_messages.h:93
2844
#, c-format
2845
msgid "Table storage engine for '%-.192s' doesn't have this option"
2846
msgstr ""
2847
2848
#: drizzled/drizzled_error_messages.h:95
2849
#, c-format
2850
msgid "Can't find record in '%-.192s'"
2851
msgstr ""
2852
2853
#: drizzled/drizzled_error_messages.h:97
2854
#, c-format
2855
msgid "Incorrect information in file: '%-.200s'"
2856
msgstr ""
2857
2858
#: drizzled/drizzled_error_messages.h:99
2859
#, c-format
2860
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2861
msgstr ""
2862
2863
#: drizzled/drizzled_error_messages.h:101
2864
#, c-format
2865
msgid "Old key file for table '%-.192s'; repair it!"
2866
msgstr ""
2867
2868
#: drizzled/drizzled_error_messages.h:103
2869
#, c-format
2870
msgid "Table '%-.192s' is read only"
2871
msgstr ""
2872
2873
#: drizzled/drizzled_error_messages.h:105
2874
#, c-format
2875
msgid "Out of memory; restart server and try again (needed %d bytes)"
2876
msgstr ""
2877
2878
#: drizzled/drizzled_error_messages.h:107
2879
msgid "Out of sort memory; increase server sort buffer size"
2880
msgstr ""
2881
2882
#: drizzled/drizzled_error_messages.h:109
2883
#, c-format
2884
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2885
msgstr ""
2886
2887
#: drizzled/drizzled_error_messages.h:111
2888
msgid "Too many connections"
2889
msgstr ""
2890
2891
#: drizzled/drizzled_error_messages.h:113
2892
msgid ""
2893
"Out of memory; check if mysqld or some other process uses all available "
2894
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2895
"memory or you can add more swap space"
2896
msgstr ""
2897
2898
#: drizzled/drizzled_error_messages.h:115
2899
msgid "Can't get hostname for your address"
2900
msgstr ""
2901
2902
#: drizzled/drizzled_error_messages.h:117
2903
msgid "Bad handshake"
2904
msgstr ""
2905
2906
#: drizzled/drizzled_error_messages.h:119
2907
#, c-format
2908
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2909
msgstr ""
2910
2911
#: drizzled/drizzled_error_messages.h:121
2912
#, c-format
2913
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2914
msgstr ""
2915
2916
#: drizzled/drizzled_error_messages.h:123
2917
msgid "No database selected"
2918
msgstr ""
2919
2920
#: drizzled/drizzled_error_messages.h:125
2921
msgid "Unknown command"
2922
msgstr ""
2923
2924
#: drizzled/drizzled_error_messages.h:127
2925
#, c-format
2926
msgid "Column '%-.192s' cannot be null"
2927
msgstr ""
2928
2929
#: drizzled/drizzled_error_messages.h:129
2930
#, c-format
2931
msgid "Unknown database '%-.192s'"
2932
msgstr ""
2933
2934
#: drizzled/drizzled_error_messages.h:131
2935
#, c-format
2936
msgid "Table '%-.192s' already exists"
2937
msgstr ""
2938
2939
#: drizzled/drizzled_error_messages.h:133
2940
#, c-format
2941
msgid "Unknown table '%-.100s'"
2942
msgstr ""
2943
2944
#: drizzled/drizzled_error_messages.h:135
2945
#, c-format
2946
msgid "Column '%-.192s' in %-.192s is ambiguous"
2947
msgstr ""
2948
2949
#: drizzled/drizzled_error_messages.h:137
2950
msgid "Server shutdown in progress"
2951
msgstr ""
2952
2953
#: drizzled/drizzled_error_messages.h:139
2954
#, c-format
2955
msgid "Unknown column '%-.192s' in '%-.192s'"
2956
msgstr ""
2957
2958
#: drizzled/drizzled_error_messages.h:141
2959
#, c-format
2960
msgid "'%-.192s' isn't in GROUP BY"
2961
msgstr ""
2962
2963
#: drizzled/drizzled_error_messages.h:143
2964
#, c-format
2965
msgid "Can't group on '%-.192s'"
2966
msgstr ""
2967
2968
#: drizzled/drizzled_error_messages.h:145
2969
msgid "Statement has sum functions and columns in same statement"
2970
msgstr ""
2971
2972
#: drizzled/drizzled_error_messages.h:147
2973
msgid "Column count doesn't match value count"
2974
msgstr ""
2975
2976
#: drizzled/drizzled_error_messages.h:149
2977
#, c-format
2978
msgid "Identifier name '%-.100s' is too long"
2979
msgstr ""
2980
2981
#: drizzled/drizzled_error_messages.h:151
2982
#, c-format
2983
msgid "Duplicate column name '%-.192s'"
2984
msgstr ""
2985
2986
#: drizzled/drizzled_error_messages.h:153
2987
#, c-format
2988
msgid "Duplicate key name '%-.192s'"
2989
msgstr ""
2990
2991
#: drizzled/drizzled_error_messages.h:155
2992
#, c-format
2993
msgid "Duplicate entry '%-.192s' for key %d"
2994
msgstr ""
2995
2996
#: drizzled/drizzled_error_messages.h:157
2997
#, c-format
2998
msgid "Incorrect column specifier for column '%-.192s'"
2999
msgstr ""
3000
3001
#: drizzled/drizzled_error_messages.h:159
3002
#, c-format
3003
msgid "%s near '%-.80s' at line %d"
3004
msgstr ""
3005
3006
#: drizzled/drizzled_error_messages.h:161
3007
msgid "Query was empty"
3008
msgstr ""
3009
3010
#: drizzled/drizzled_error_messages.h:163
3011
#, c-format
3012
msgid "Not unique table/alias: '%-.192s'"
3013
msgstr ""
3014
3015
#: drizzled/drizzled_error_messages.h:165
3016
#, c-format
3017
msgid "Invalid default value for '%-.192s'"
3018
msgstr ""
3019
3020
#: drizzled/drizzled_error_messages.h:167
3021
msgid "Multiple primary key defined"
3022
msgstr ""
3023
3024
#: drizzled/drizzled_error_messages.h:169
3025
#, c-format
3026
msgid "Too many keys specified; max %d keys allowed"
3027
msgstr ""
3028
3029
#: drizzled/drizzled_error_messages.h:171
3030
#, c-format
3031
msgid "Too many key parts specified; max %d parts allowed"
3032
msgstr ""
3033
3034
#: drizzled/drizzled_error_messages.h:173
3035
#, c-format
3036
msgid "Specified key was too long; max key length is %d bytes"
3037
msgstr ""
3038
3039
#: drizzled/drizzled_error_messages.h:175
3040
#, c-format
3041
msgid "Key column '%-.192s' doesn't exist in table"
3042
msgstr ""
3043
3044
#: drizzled/drizzled_error_messages.h:177
3045
#, c-format
3046
msgid ""
3047
"BLOB column '%-.192s' can't be used in key specification with the used table "
3048
"type"
3049
msgstr ""
3050
3051
#: drizzled/drizzled_error_messages.h:179
3052
#, c-format
3053
msgid ""
3054
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3055
"instead"
3056
msgstr ""
3057
3058
#: drizzled/drizzled_error_messages.h:181
3059
msgid ""
3060
"Incorrect table definition; there can be only one auto column and it must be "
3061
"defined as a key"
3062
msgstr ""
3063
3064
#: drizzled/drizzled_error_messages.h:183
3065
#, c-format
3066
msgid ""
3067
"%s: ready for connections.\n"
3068
"Version: '%s'  socket: '%s'  port: %d"
3069
msgstr ""
3070
3071
#: drizzled/drizzled_error_messages.h:185
3072
#, c-format
3073
msgid "%s: Normal shutdown\n"
3074
msgstr ""
3075
3076
#: drizzled/drizzled_error_messages.h:187
3077
#, c-format
3078
msgid "%s: Got signal %d. Aborting!\n"
3079
msgstr ""
3080
3081
#: drizzled/drizzled_error_messages.h:189
3082
#, c-format
3083
msgid "%s: Shutdown complete\n"
3084
msgstr ""
3085
3086
#: drizzled/drizzled_error_messages.h:191
3087
#, c-format
3088
msgid "%s: Forcing close of thread %ld  user: '%-.48s'\n"
3089
msgstr ""
3090
3091
#: drizzled/drizzled_error_messages.h:193
3092
msgid "Can't create IP socket"
3093
msgstr ""
3094
3095
#: drizzled/drizzled_error_messages.h:195
3096
#, c-format
3097
msgid ""
3098
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3099
"table"
3100
msgstr ""
3101
3102
#: drizzled/drizzled_error_messages.h:197
3103
msgid "Field separator argument is not what is expected; check the manual"
3104
msgstr ""
3105
3106
#: drizzled/drizzled_error_messages.h:199
3107
msgid ""
3108
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3109
msgstr ""
3110
3111
#: drizzled/drizzled_error_messages.h:201
3112
#, c-format
3113
msgid ""
3114
"The file '%-.128s' must be in the database directory or be readable by all"
3115
msgstr ""
3116
3117
#: drizzled/drizzled_error_messages.h:203
3118
#, c-format
3119
msgid "File '%-.200s' already exists"
3120
msgstr ""
3121
3122
#: drizzled/drizzled_error_messages.h:205
3123
#, c-format
3124
msgid "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"
3125
msgstr ""
3126
3127
#: drizzled/drizzled_error_messages.h:207
3128
#, c-format
3129
msgid "Records: %ld  Duplicates: %ld"
3130
msgstr ""
3131
3132
#: drizzled/drizzled_error_messages.h:209
3133
msgid ""
3134
"Incorrect prefix key; the used key part isn't a string, the used length is "
3135
"longer than the key part, or the storage engine doesn't support unique "
3136
"prefix keys"
3137
msgstr ""
3138
3139
#: drizzled/drizzled_error_messages.h:211
3140
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3141
msgstr ""
3142
3143
#: drizzled/drizzled_error_messages.h:213
3144
#, c-format
3145
msgid "Can't DROP '%-.192s'; check that column/key exists"
3146
msgstr ""
3147
3148
#: drizzled/drizzled_error_messages.h:215
3149
#, c-format
3150
msgid "Records: %ld  Duplicates: %ld  Warnings: %ld"
3151
msgstr ""
3152
3153
#: drizzled/drizzled_error_messages.h:217
3154
#, c-format
3155
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3156
msgstr ""
3157
3158
#: drizzled/drizzled_error_messages.h:219
3159
#, c-format
3160
msgid "Unknown thread id: %lu"
3161
msgstr ""
3162
3163
#: drizzled/drizzled_error_messages.h:221
3164
#, c-format
3165
msgid "You are not owner of thread %lu"
3166
msgstr ""
3167
3168
#: drizzled/drizzled_error_messages.h:223
3169
msgid "No tables used"
3170
msgstr ""
3171
3172
#: drizzled/drizzled_error_messages.h:225
3173
#, c-format
3174
msgid "Too many strings for column %-.192s and SET"
3175
msgstr ""
3176
3177
#: drizzled/drizzled_error_messages.h:227
3178
#, c-format
3179
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3180
msgstr ""
3181
3182
#: drizzled/drizzled_error_messages.h:229
3183
#, c-format
3184
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3185
msgstr ""
3186
3187
#: drizzled/drizzled_error_messages.h:231
3188
#, c-format
3189
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3190
msgstr ""
3191
3192
#: drizzled/drizzled_error_messages.h:233
3193
#, c-format
3194
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3195
msgstr ""
3196
3197
#: drizzled/drizzled_error_messages.h:235
3198
#, c-format
3199
msgid "Incorrect database name '%-.100s'"
3200
msgstr ""
3201
3202
#: drizzled/drizzled_error_messages.h:237
3203
#, c-format
3204
msgid "Incorrect table name '%-.100s'"
3205
msgstr ""
3206
3207
#: drizzled/drizzled_error_messages.h:239
3208
msgid ""
3209
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3210
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3211
msgstr ""
3212
3213
#: drizzled/drizzled_error_messages.h:241
3214
msgid "Unknown error"
3215
msgstr ""
3216
3217
#: drizzled/drizzled_error_messages.h:243
3218
#, c-format
3219
msgid "Unknown procedure '%-.192s'"
3220
msgstr ""
3221
3222
#: drizzled/drizzled_error_messages.h:245
3223
#, c-format
3224
msgid "Incorrect parameter count to procedure '%-.192s'"
3225
msgstr ""
3226
3227
#: drizzled/drizzled_error_messages.h:247
3228
#, c-format
3229
msgid "Incorrect parameters to procedure '%-.192s'"
3230
msgstr ""
3231
3232
#: drizzled/drizzled_error_messages.h:249
3233
#, c-format
3234
msgid "Unknown table '%-.192s' in %-.32s"
3235
msgstr ""
3236
3237
#: drizzled/drizzled_error_messages.h:251
3238
#, c-format
3239
msgid "Column '%-.192s' specified twice"
3240
msgstr ""
3241
3242
#: drizzled/drizzled_error_messages.h:253
3243
msgid "Invalid use of group function"
3244
msgstr ""
3245
3246
#: drizzled/drizzled_error_messages.h:255
3247
#, c-format
3248
msgid ""
3249
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3250
msgstr ""
3251
3252
#: drizzled/drizzled_error_messages.h:257
3253
msgid "A table must have at least 1 column"
3254
msgstr ""
3255
3256
#: drizzled/drizzled_error_messages.h:259
3257
#, c-format
3258
msgid "The table '%-.192s' is full"
3259
msgstr ""
3260
3261
#: drizzled/drizzled_error_messages.h:261
3262
#, c-format
3263
msgid "Unknown character set: '%-.64s'"
3264
msgstr ""
3265
3266
#: drizzled/drizzled_error_messages.h:263
3267
#, c-format
3268
msgid "Too many tables; MySQL can only use %d tables in a join"
3269
msgstr ""
3270
3271
#: drizzled/drizzled_error_messages.h:265
3272
msgid "Too many columns"
3273
msgstr ""
3274
3275
#: drizzled/drizzled_error_messages.h:267
3276
#, c-format
3277
msgid ""
3278
"Row size too large. The maximum row size for the used table type, not "
3279
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3280
msgstr ""
3281
3282
#: drizzled/drizzled_error_messages.h:269
3283
#, c-format
3284
msgid ""
3285
"Thread stack overrun:  Used: %ld of a %ld stack.  Use 'mysqld -O "
3286
"thread_stack=#' to specify a bigger stack if needed"
3287
msgstr ""
3288
3289
#: drizzled/drizzled_error_messages.h:271
3290
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3291
msgstr ""
3292
3293
#: drizzled/drizzled_error_messages.h:273
3294
#, c-format
3295
msgid ""
3296
"Table handler doesn't support NULL in given index. Please change column "
3297
"'%-.192s' to be NOT NULL or use another handler"
3298
msgstr ""
3299
3300
#: drizzled/drizzled_error_messages.h:275
3301
#, c-format
3302
msgid "Can't load function '%-.192s'"
3303
msgstr ""
3304
3305
#: drizzled/drizzled_error_messages.h:277
3306
#, c-format
3307
msgid "Can't initialize function '%-.192s'; %-.80s"
3308
msgstr ""
3309
3310
#: drizzled/drizzled_error_messages.h:279
3311
msgid "No paths allowed for shared library"
3312
msgstr ""
3313
3314
#: drizzled/drizzled_error_messages.h:281
3315
#, c-format
3316
msgid "Function '%-.192s' already exists"
3317
msgstr ""
3318
3319
#: drizzled/drizzled_error_messages.h:283
3320
#, c-format
3321
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3322
msgstr ""
3323
3324
#: drizzled/drizzled_error_messages.h:285
3325
#, c-format
3326
msgid "Can't find symbol '%-.128s' in library"
3327
msgstr ""
3328
3329
#: drizzled/drizzled_error_messages.h:287
3330
#, c-format
3331
msgid "Function '%-.192s' is not defined"
3332
msgstr ""
3333
3334
#: drizzled/drizzled_error_messages.h:289
3335
#, c-format
3336
msgid ""
3337
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3338
"'mysqladmin flush-hosts'"
3339
msgstr ""
3340
3341
#: drizzled/drizzled_error_messages.h:291
3342
#, c-format
3343
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3344
msgstr ""
3345
3346
#: drizzled/drizzled_error_messages.h:293
3347
msgid ""
3348
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3349
"to change passwords"
3350
msgstr ""
3351
3352
#: drizzled/drizzled_error_messages.h:295
3353
msgid ""
3354
"You must have privileges to update tables in the mysql database to be able "
3355
"to change passwords for others"
3356
msgstr ""
3357
3358
#: drizzled/drizzled_error_messages.h:297
3359
msgid "Can't find any matching row in the user table"
3360
msgstr ""
3361
3362
#: drizzled/drizzled_error_messages.h:299
3363
#, c-format
3364
msgid "Rows matched: %ld  Changed: %ld  Warnings: %ld"
3365
msgstr ""
3366
3367
#: drizzled/drizzled_error_messages.h:301
3368
#, c-format
3369
msgid ""
3370
"Can't create a new thread (errno %d); if you are not out of available "
3371
"memory, you can consult the manual for a possible OS-dependent bug"
3372
msgstr ""
3373
3374
#: drizzled/drizzled_error_messages.h:303
3375
#, c-format
3376
msgid "Column count doesn't match value count at row %ld"
3377
msgstr ""
3378
3379
#: drizzled/drizzled_error_messages.h:305
3380
#, c-format
3381
msgid "Can't reopen table: '%-.192s'"
3382
msgstr ""
3383
3384
#: drizzled/drizzled_error_messages.h:307
3385
msgid "Invalid use of NULL value"
3386
msgstr ""
3387
3388
#: drizzled/drizzled_error_messages.h:309
3389
#, c-format
3390
msgid "Got error '%-.64s' from regexp"
3391
msgstr ""
3392
3393
#: drizzled/drizzled_error_messages.h:311
3394
msgid ""
3395
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3396
"illegal if there is no GROUP BY clause"
3397
msgstr ""
3398
3399
#: drizzled/drizzled_error_messages.h:313
3400
#, c-format
3401
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3402
msgstr ""
3403
3404
#: drizzled/drizzled_error_messages.h:315
3405
#, c-format
3406
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3407
msgstr ""
3408
3409
#: drizzled/drizzled_error_messages.h:317
3410
#, c-format
3411
msgid ""
3412
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3413
"table '%-.192s'"
3414
msgstr ""
3415
3416
#: drizzled/drizzled_error_messages.h:319
3417
msgid ""
3418
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3419
"privileges can be used"
3420
msgstr ""
3421
3422
#: drizzled/drizzled_error_messages.h:321
3423
msgid "The host or user argument to GRANT is too long"
3424
msgstr ""
3425
3426
#: drizzled/drizzled_error_messages.h:323
3427
#, c-format
3428
msgid "Table '%-.192s.%-.192s' doesn't exist"
3429
msgstr ""
3430
3431
#: drizzled/drizzled_error_messages.h:325
3432
#, c-format
3433
msgid ""
3434
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3435
"'%-.192s'"
3436
msgstr ""
3437
3438
#: drizzled/drizzled_error_messages.h:327
3439
msgid "The used command is not allowed with this MySQL version"
3440
msgstr ""
3441
3442
#: drizzled/drizzled_error_messages.h:329
3443
msgid ""
3444
"You have an error in your SQL syntax; check the manual that corresponds to "
3445
"your MySQL server version for the right syntax to use"
3446
msgstr ""
3447
3448
#: drizzled/drizzled_error_messages.h:331
3449
#, c-format
3450
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3451
msgstr ""
3452
3453
#: drizzled/drizzled_error_messages.h:333
3454
msgid "Too many delayed threads in use"
3455
msgstr ""
3456
3457
#: drizzled/drizzled_error_messages.h:335
3458
#, c-format
3459
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3460
msgstr ""
3461
3462
#: drizzled/drizzled_error_messages.h:337
3463
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3464
msgstr ""
3465
3466
#: drizzled/drizzled_error_messages.h:339
3467
msgid "Got a read error from the connection pipe"
3468
msgstr ""
3469
3470
#: drizzled/drizzled_error_messages.h:341
3471
msgid "Got an error from fcntl()"
3472
msgstr ""
3473
3474
#: drizzled/drizzled_error_messages.h:343
3475
msgid "Got packets out of order"
3476
msgstr ""
3477
3478
#: drizzled/drizzled_error_messages.h:355
3479
msgid "Result string is longer than 'max_allowed_packet' bytes"
3480
msgstr ""
3481
3482
#: drizzled/drizzled_error_messages.h:357
3483
msgid "The used table type doesn't support BLOB/TEXT columns"
3484
msgstr ""
3485
3486
#: drizzled/drizzled_error_messages.h:359
3487
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3488
msgstr ""
3489
3490
#: drizzled/drizzled_error_messages.h:361
3491
#, c-format
3492
msgid ""
3493
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3494
"LOCK TABLES"
3495
msgstr ""
3496
3497
#: drizzled/drizzled_error_messages.h:363
3498
#, c-format
3499
msgid "Incorrect column name '%-.100s'"
3500
msgstr ""
3501
3502
#: drizzled/drizzled_error_messages.h:365
3503
#, c-format
3504
msgid "The used storage engine can't index column '%-.192s'"
3505
msgstr ""
3506
3507
#: drizzled/drizzled_error_messages.h:367
3508
msgid ""
3509
"Unable to open underlying table which is differently defined or of non-"
3510
"MyISAM type or doesn't exist"
3511
msgstr ""
3512
3513
#: drizzled/drizzled_error_messages.h:369
3514
#, c-format
3515
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3516
msgstr ""
3517
3518
#: drizzled/drizzled_error_messages.h:371
3519
#, c-format
3520
msgid ""
3521
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3522
msgstr ""
3523
3524
#: drizzled/drizzled_error_messages.h:373
3525
msgid ""
3526
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3527
"UNIQUE instead"
3528
msgstr ""
3529
3530
#: drizzled/drizzled_error_messages.h:375
3531
msgid "Result consisted of more than one row"
3532
msgstr ""
3533
3534
#: drizzled/drizzled_error_messages.h:377
3535
msgid "This table type requires a primary key"
3536
msgstr ""
3537
3538
#: drizzled/drizzled_error_messages.h:379
3539
msgid "This version of MySQL is not compiled with RAID support"
3540
msgstr ""
3541
3542
#: drizzled/drizzled_error_messages.h:381
3543
msgid ""
3544
"You are using safe update mode and you tried to update a table without a "
3545
"WHERE that uses a KEY column"
3546
msgstr ""
3547
3548
#: drizzled/drizzled_error_messages.h:383
3549
#, c-format
3550
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3551
msgstr ""
3552
3553
#: drizzled/drizzled_error_messages.h:385
3554
msgid "Can't open table"
3555
msgstr ""
3556
3557
#: drizzled/drizzled_error_messages.h:387
3558
#, c-format
3559
msgid "The storage engine for the table doesn't support %s"
3560
msgstr ""
3561
3562
#: drizzled/drizzled_error_messages.h:389
3563
msgid "You are not allowed to execute this command in a transaction"
3564
msgstr ""
3565
3566
#: drizzled/drizzled_error_messages.h:391
3567
#, c-format
3568
msgid "Got error %d during COMMIT"
3569
msgstr ""
3570
3571
#: drizzled/drizzled_error_messages.h:393
3572
#, c-format
3573
msgid "Got error %d during ROLLBACK"
3574
msgstr ""
3575
3576
#: drizzled/drizzled_error_messages.h:395
3577
#, c-format
3578
msgid "Got error %d during FLUSH_LOGS"
3579
msgstr ""
3580
3581
#: drizzled/drizzled_error_messages.h:397
3582
#, c-format
3583
msgid "Got error %d during CHECKPOINT"
3584
msgstr ""
3585
3586
#: drizzled/drizzled_error_messages.h:399
3587
#, c-format
3588
msgid ""
3589
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3590
"'%-.64s' (%-.64s)"
3591
msgstr ""
3592
3593
#: drizzled/drizzled_error_messages.h:401
3594
msgid "The storage engine for the table does not support binary table dump"
3595
msgstr ""
3596
3597
#: drizzled/drizzled_error_messages.h:403
3598
msgid "Binlog closed, cannot RESET MASTER"
3599
msgstr ""
3600
3601
#: drizzled/drizzled_error_messages.h:405
3602
#, c-format
3603
msgid "Failed rebuilding the index of  dumped table '%-.192s'"
3604
msgstr ""
3605
3606
#: drizzled/drizzled_error_messages.h:407
3607
#, c-format
3608
msgid "Error from master: '%-.64s'"
3609
msgstr ""
3610
3611
#: drizzled/drizzled_error_messages.h:409
3612
msgid "Net error reading from master"
3613
msgstr ""
3614
3615
#: drizzled/drizzled_error_messages.h:411
3616
msgid "Net error writing to master"
3617
msgstr ""
3618
3619
#: drizzled/drizzled_error_messages.h:413
3620
msgid "Can't find FULLTEXT index matching the column list"
3621
msgstr ""
3622
3623
#: drizzled/drizzled_error_messages.h:415
3624
msgid ""
3625
"Can't execute the given command because you have active locked tables or an "
3626
"active transaction"
3627
msgstr ""
3628
3629
#: drizzled/drizzled_error_messages.h:417
3630
#, c-format
3631
msgid "Unknown system variable '%-.64s'"
3632
msgstr ""
3633
3634
#: drizzled/drizzled_error_messages.h:419
3635
#, c-format
3636
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3637
msgstr ""
3638
3639
#: drizzled/drizzled_error_messages.h:421
3640
#, c-format
3641
msgid ""
3642
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3643
msgstr ""
3644
3645
#: drizzled/drizzled_error_messages.h:423
3646
msgid "Some non-transactional changed tables couldn't be rolled back"
3647
msgstr ""
3648
3649
#: drizzled/drizzled_error_messages.h:425
3650
msgid ""
3651
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3652
"of storage; increase this mysqld variable and try again"
3653
msgstr ""
3654
3655
#: drizzled/drizzled_error_messages.h:427
3656
msgid ""
3657
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3658
msgstr ""
3659
3660
#: drizzled/drizzled_error_messages.h:429
3661
msgid ""
3662
"This operation requires a running slave; configure slave and do START SLAVE"
3663
msgstr ""
3664
3665
#: drizzled/drizzled_error_messages.h:431
3666
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3667
msgstr ""
3668
3669
#: drizzled/drizzled_error_messages.h:433
3670
msgid ""
3671
"Could not initialize master info structure; more error messages can be found "
3672
"in the MySQL error log"
3673
msgstr ""
3674
3675
#: drizzled/drizzled_error_messages.h:435
3676
msgid "Could not create slave thread; check system resources"
3677
msgstr ""
3678
3679
#: drizzled/drizzled_error_messages.h:437
3680
#, c-format
3681
msgid ""
3682
"User %-.64s already has more than 'max_user_connections' active connections"
3683
msgstr ""
3684
3685
#: drizzled/drizzled_error_messages.h:439
3686
msgid "You may only use constant expressions with SET"
3687
msgstr ""
3688
3689
#: drizzled/drizzled_error_messages.h:441
3690
msgid "Lock wait timeout exceeded; try restarting transaction"
3691
msgstr ""
3692
3693
#: drizzled/drizzled_error_messages.h:443
3694
msgid "The total number of locks exceeds the lock table size"
3695
msgstr ""
3696
3697
#: drizzled/drizzled_error_messages.h:445
3698
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3699
msgstr ""
3700
3701
#: drizzled/drizzled_error_messages.h:447
3702
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3703
msgstr ""
3704
3705
#: drizzled/drizzled_error_messages.h:449
3706
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3707
msgstr ""
3708
3709
#: drizzled/drizzled_error_messages.h:451
3710
#, c-format
3711
msgid "Incorrect arguments to %s"
3712
msgstr ""
3713
3714
#: drizzled/drizzled_error_messages.h:453
3715
#, c-format
3716
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3717
msgstr ""
3718
3719
#: drizzled/drizzled_error_messages.h:455
3720
msgid ""
3721
"Incorrect table definition; all MERGE tables must be in the same database"
3722
msgstr ""
3723
3724
#: drizzled/drizzled_error_messages.h:457
3725
msgid "Deadlock found when trying to get lock; try restarting transaction"
3726
msgstr ""
3727
3728
#: drizzled/drizzled_error_messages.h:459
3729
msgid "The used table type doesn't support FULLTEXT indexes"
3730
msgstr ""
3731
3732
#: drizzled/drizzled_error_messages.h:461
3733
msgid "Cannot add foreign key constraint"
3734
msgstr ""
3735
3736
#: drizzled/drizzled_error_messages.h:463
3737
msgid "Cannot add or update a child row: a foreign key constraint fails"
3738
msgstr ""
3739
3740
#: drizzled/drizzled_error_messages.h:465
3741
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3742
msgstr ""
3743
3744
#: drizzled/drizzled_error_messages.h:467
3745
#, c-format
3746
msgid "Error connecting to master: %-.128s"
3747
msgstr ""
3748
3749
#: drizzled/drizzled_error_messages.h:469
3750
#, c-format
3751
msgid "Error running query on master: %-.128s"
3752
msgstr ""
3753
3754
#: drizzled/drizzled_error_messages.h:471
3755
#, c-format
3756
msgid "Error when executing command %s: %-.128s"
3757
msgstr ""
3758
3759
#: drizzled/drizzled_error_messages.h:473
3760
#, c-format
3761
msgid "Incorrect usage of %s and %s"
3762
msgstr ""
3763
3764
#: drizzled/drizzled_error_messages.h:475
3765
msgid "The used SELECT statements have a different number of columns"
3766
msgstr ""
3767
3768
#: drizzled/drizzled_error_messages.h:477
3769
msgid "Can't execute the query because you have a conflicting read lock"
3770
msgstr ""
3771
3772
#: drizzled/drizzled_error_messages.h:479
3773
msgid "Mixing of transactional and non-transactional tables is disabled"
3774
msgstr ""
3775
3776
#: drizzled/drizzled_error_messages.h:481
3777
#, c-format
3778
msgid "Option '%s' used twice in statement"
3779
msgstr ""
3780
3781
#: drizzled/drizzled_error_messages.h:483
3782
#, c-format
3783
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3784
msgstr ""
3785
3786
#: drizzled/drizzled_error_messages.h:485
3787
#, c-format
3788
msgid "Access denied; you need the %-.128s privilege for this operation"
3789
msgstr ""
3790
3791
#: drizzled/drizzled_error_messages.h:487
3792
#, c-format
3793
msgid ""
3794
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3795
msgstr ""
3796
3797
#: drizzled/drizzled_error_messages.h:489
3798
#, c-format
3799
msgid ""
3800
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3801
msgstr ""
3802
3803
#: drizzled/drizzled_error_messages.h:491
3804
#, c-format
3805
msgid "Variable '%-.64s' doesn't have a default value"
3806
msgstr ""
3807
3808
#: drizzled/drizzled_error_messages.h:493
3809
#, c-format
3810
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3811
msgstr ""
3812
3813
#: drizzled/drizzled_error_messages.h:495
3814
#, c-format
3815
msgid "Incorrect argument type to variable '%-.64s'"
3816
msgstr ""
3817
3818
#: drizzled/drizzled_error_messages.h:497
3819
#, c-format
3820
msgid "Variable '%-.64s' can only be set, not read"
3821
msgstr ""
3822
3823
#: drizzled/drizzled_error_messages.h:499
3824
#, c-format
3825
msgid "Incorrect usage/placement of '%s'"
3826
msgstr ""
3827
3828
#: drizzled/drizzled_error_messages.h:501
3829
#, c-format
3830
msgid "This version of MySQL doesn't yet support '%s'"
3831
msgstr ""
3832
3833
#: drizzled/drizzled_error_messages.h:503
3834
#, c-format
3835
msgid ""
3836
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3837
msgstr ""
3838
3839
#: drizzled/drizzled_error_messages.h:505
3840
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3841
msgstr ""
3842
3843
#: drizzled/drizzled_error_messages.h:507
3844
#, c-format
3845
msgid "Variable '%-.192s' is a %s variable"
3846
msgstr ""
3847
3848
#: drizzled/drizzled_error_messages.h:509
3849
#, c-format
3850
msgid "Incorrect foreign key definition for '%-.192s': %s"
3851
msgstr ""
3852
3853
#: drizzled/drizzled_error_messages.h:511
3854
msgid "Key reference and table reference don't match"
3855
msgstr ""
3856
3857
#: drizzled/drizzled_error_messages.h:513
3858
#, c-format
3859
msgid "Operand should contain %d column(s)"
3860
msgstr ""
3861
3862
#: drizzled/drizzled_error_messages.h:515
3863
msgid "Subquery returns more than 1 row"
3864
msgstr ""
3865
3866
#: drizzled/drizzled_error_messages.h:517
3867
#, c-format
3868
msgid "Unknown prepared statement handler (%.*s) given to %s"
3869
msgstr ""
3870
3871
#: drizzled/drizzled_error_messages.h:519
3872
msgid "Help database is corrupt or does not exist"
3873
msgstr ""
3874
3875
#: drizzled/drizzled_error_messages.h:521
3876
msgid "Cyclic reference on subqueries"
3877
msgstr ""
3878
3879
#: drizzled/drizzled_error_messages.h:523
3880
#, c-format
3881
msgid "Converting column '%s' from %s to %s"
3882
msgstr ""
3883
3884
#: drizzled/drizzled_error_messages.h:525
3885
#, c-format
3886
msgid "Reference '%-.64s' not supported (%s)"
3887
msgstr ""
3888
3889
#: drizzled/drizzled_error_messages.h:527
3890
msgid "Every derived table must have its own alias"
3891
msgstr ""
3892
3893
#: drizzled/drizzled_error_messages.h:529
3894
#, c-format
3895
msgid "Select %u was reduced during optimization"
3896
msgstr ""
3897
3898
#: drizzled/drizzled_error_messages.h:531
3899
#, c-format
3900
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3901
msgstr ""
3902
3903
#: drizzled/drizzled_error_messages.h:533
3904
msgid ""
3905
"Client does not support authentication protocol requested by server; "
3906
"consider upgrading MySQL client"
3907
msgstr ""
3908
3909
#: drizzled/drizzled_error_messages.h:535
3910
msgid "All parts of a SPATIAL index must be NOT NULL"
3911
msgstr ""
3912
3913
#: drizzled/drizzled_error_messages.h:537
3914
#, c-format
3915
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3916
msgstr ""
3917
3918
#: drizzled/drizzled_error_messages.h:539
3919
msgid "Slave is already running"
3920
msgstr ""
3921
3922
#: drizzled/drizzled_error_messages.h:541
3923
msgid "Slave already has been stopped"
3924
msgstr ""
3925
3926
#: drizzled/drizzled_error_messages.h:543
3927
#, c-format
3928
msgid ""
3929
"Uncompressed data size too large; the maximum size is %d (probably, length "
3930
"of uncompressed data was corrupted)"
3931
msgstr ""
3932
3933
#: drizzled/drizzled_error_messages.h:545
3934
msgid "ZLIB: Not enough memory"
3935
msgstr ""
3936
3937
#: drizzled/drizzled_error_messages.h:547
3938
msgid ""
3939
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3940
"data was corrupted)"
3941
msgstr ""
3942
3943
#: drizzled/drizzled_error_messages.h:549
3944
msgid "ZLIB: Input data corrupted"
3945
msgstr ""
3946
3947
#: drizzled/drizzled_error_messages.h:551
3948
#, c-format
3949
msgid "%d line(s) were cut by GROUP_CONCAT()"
3950
msgstr ""
3951
3952
#: drizzled/drizzled_error_messages.h:553
3953
#, c-format
3954
msgid "Row %ld doesn't contain data for all columns"
3955
msgstr ""
3956
3957
#: drizzled/drizzled_error_messages.h:555
3958
#, c-format
3959
msgid ""
3960
"Row %ld was truncated; it contained more data than there were input columns"
3961
msgstr ""
3962
3963
#: drizzled/drizzled_error_messages.h:557
3964
#, c-format
3965
msgid ""
3966
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3967
msgstr ""
3968
3969
#: drizzled/drizzled_error_messages.h:559
3970
#, c-format
3971
msgid "Out of range value for column '%s' at row %ld"
3972
msgstr ""
3973
3974
#: drizzled/drizzled_error_messages.h:561
3975
#, c-format
3976
msgid "Data truncated for column '%s' at row %ld"
3977
msgstr ""
3978
3979
#: drizzled/drizzled_error_messages.h:563
3980
#, c-format
3981
msgid "Using storage engine %s for table '%s'"
3982
msgstr ""
3983
3984
#: drizzled/drizzled_error_messages.h:565
3985
#, c-format
3986
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3987
msgstr ""
3988
3989
#: drizzled/drizzled_error_messages.h:567
3990
msgid "Cannot drop one or more of the requested users"
3991
msgstr ""
3992
3993
#: drizzled/drizzled_error_messages.h:569
3994
msgid "Can't revoke all privileges for one or more of the requested users"
3995
msgstr ""
3996
3997
#: drizzled/drizzled_error_messages.h:571
3998
#, c-format
3999
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4000
msgstr ""
4001
4002
#: drizzled/drizzled_error_messages.h:573
4003
#, c-format
4004
msgid "Illegal mix of collations for operation '%s'"
4005
msgstr ""
4006
4007
#: drizzled/drizzled_error_messages.h:575
4008
#, c-format
4009
msgid ""
4010
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4011
"variable_name)"
4012
msgstr ""
4013
4014
#: drizzled/drizzled_error_messages.h:577
4015
#, c-format
4016
msgid "Unknown collation: '%-.64s'"
4017
msgstr ""
4018
4019
#: drizzled/drizzled_error_messages.h:579
4020
msgid ""
4021
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4022
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4023
"is started"
4024
msgstr ""
4025
4026
#: drizzled/drizzled_error_messages.h:581
4027
#, c-format
4028
msgid ""
4029
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4030
"old format; please change the password to the new format"
4031
msgstr ""
4032
4033
#: drizzled/drizzled_error_messages.h:583
4034
#, c-format
4035
msgid ""
4036
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4037
"SELECT #%d"
4038
msgstr ""
4039
4040
#: drizzled/drizzled_error_messages.h:585
4041
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4042
msgstr ""
4043
4044
#: drizzled/drizzled_error_messages.h:587
4045
msgid ""
4046
"It is recommended to use --skip-slave-start when doing step-by-step "
4047
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4048
"get an unexpected slave's mysqld restart"
4049
msgstr ""
4050
4051
#: drizzled/drizzled_error_messages.h:589
4052
msgid "SQL thread is not to be started so UNTIL options are ignored"
4053
msgstr ""
4054
4055
#: drizzled/drizzled_error_messages.h:591
4056
#, c-format
4057
msgid "Incorrect index name '%-.100s'"
4058
msgstr ""
4059
4060
#: drizzled/drizzled_error_messages.h:593
4061
#, c-format
4062
msgid "Incorrect catalog name '%-.100s'"
4063
msgstr ""
4064
4065
#: drizzled/drizzled_error_messages.h:595
4066
#, c-format
4067
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4068
msgstr ""
4069
4070
#: drizzled/drizzled_error_messages.h:597
4071
#, c-format
4072
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4073
msgstr ""
4074
4075
#: drizzled/drizzled_error_messages.h:599
4076
#, c-format
4077
msgid "Unknown key cache '%-.100s'"
4078
msgstr ""
4079
4080
#: drizzled/drizzled_error_messages.h:601
4081
msgid ""
4082
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4083
"this switch for this grant to work"
4084
msgstr ""
4085
4086
#: drizzled/drizzled_error_messages.h:603
4087
#, c-format
4088
msgid "Unknown table engine '%s'"
4089
msgstr ""
4090
4091
#: drizzled/drizzled_error_messages.h:605
4092
#, c-format
4093
msgid "'%s' is deprecated; use '%s' instead"
4094
msgstr ""
4095
4096
#: drizzled/drizzled_error_messages.h:607
4097
#, c-format
4098
msgid "The target table %-.100s of the %s is not updatable"
4099
msgstr ""
4100
4101
#: drizzled/drizzled_error_messages.h:609
4102
#, c-format
4103
msgid ""
4104
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
4105
"working"
4106
msgstr ""
4107
4108
#: drizzled/drizzled_error_messages.h:611
4109
#, c-format
4110
msgid ""
4111
"The MySQL server is running with the %s option so it cannot execute this "
4112
"statement"
4113
msgstr ""
4114
4115
#: drizzled/drizzled_error_messages.h:613
4116
#, c-format
4117
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4118
msgstr ""
4119
4120
#: drizzled/drizzled_error_messages.h:615
4121
#, c-format
4122
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4123
msgstr ""
4124
4125
#: drizzled/drizzled_error_messages.h:617
4126
msgid ""
4127
"Incorrect table definition; there can be only one TIMESTAMP column with "
4128
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4129
msgstr ""
4130
4131
#: drizzled/drizzled_error_messages.h:619
4132
#, c-format
4133
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4134
msgstr ""
4135
4136
#: drizzled/drizzled_error_messages.h:621
4137
msgid "This command is not supported in the prepared statement protocol yet"
4138
msgstr ""
4139
4140
#: drizzled/drizzled_error_messages.h:623
4141
#, c-format
4142
msgid "Got error %d '%-.100s' from %s"
4143
msgstr ""
4144
4145
#: drizzled/drizzled_error_messages.h:625
4146
#, c-format
4147
msgid "Got temporary error %d '%-.100s' from %s"
4148
msgstr ""
4149
4150
#: drizzled/drizzled_error_messages.h:627
4151
#, c-format
4152
msgid "Unknown or incorrect time zone: '%-.64s'"
4153
msgstr ""
4154
4155
#: drizzled/drizzled_error_messages.h:629
4156
#, c-format
4157
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4158
msgstr ""
4159
4160
#: drizzled/drizzled_error_messages.h:631
4161
#, c-format
4162
msgid "Invalid %s character string: '%.64s'"
4163
msgstr ""
4164
4165
#: drizzled/drizzled_error_messages.h:633
4166
#, c-format
4167
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4168
msgstr ""
4169
4170
#: drizzled/drizzled_error_messages.h:635
4171
#, c-format
4172
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4173
msgstr ""
4174
4175
#: drizzled/drizzled_error_messages.h:637
4176
#, c-format
4177
msgid "Can't create a %s from within another stored routine"
4178
msgstr ""
4179
4180
#: drizzled/drizzled_error_messages.h:639
4181
#, c-format
4182
msgid "%s %s already exists"
4183
msgstr ""
4184
4185
#: drizzled/drizzled_error_messages.h:641
4186
#, c-format
4187
msgid "%s %s does not exist"
4188
msgstr ""
4189
4190
#: drizzled/drizzled_error_messages.h:643
4191
#, c-format
4192
msgid "Failed to DROP %s %s"
4193
msgstr ""
4194
4195
#: drizzled/drizzled_error_messages.h:645
4196
#, c-format
4197
msgid "Failed to CREATE %s %s"
4198
msgstr ""
4199
4200
#: drizzled/drizzled_error_messages.h:647
4201
#, c-format
4202
msgid "%s with no matching label: %s"
4203
msgstr ""
4204
4205
#: drizzled/drizzled_error_messages.h:649
4206
#, c-format
4207
msgid "Redefining label %s"
4208
msgstr ""
4209
4210
#: drizzled/drizzled_error_messages.h:651
4211
#, c-format
4212
msgid "End-label %s without match"
4213
msgstr ""
4214
4215
#: drizzled/drizzled_error_messages.h:653
4216
#, c-format
4217
msgid "Referring to uninitialized variable %s"
4218
msgstr ""
4219
4220
#: drizzled/drizzled_error_messages.h:655
4221
#, c-format
4222
msgid "PROCEDURE %s can't return a result set in the given context"
4223
msgstr ""
4224
4225
#: drizzled/drizzled_error_messages.h:657
4226
msgid "RETURN is only allowed in a FUNCTION"
4227
msgstr ""
4228
4229
#: drizzled/drizzled_error_messages.h:659
4230
#, c-format
4231
msgid "%s is not allowed in stored procedures"
4232
msgstr ""
4233
4234
#: drizzled/drizzled_error_messages.h:661
4235
msgid ""
4236
"The update log is deprecated and replaced by the binary log; SET "
4237
"SQL_LOG_UPDATE has been ignored"
4238
msgstr ""
4239
4240
#: drizzled/drizzled_error_messages.h:663
4241
msgid ""
4242
"The update log is deprecated and replaced by the binary log; SET "
4243
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4244
msgstr ""
4245
4246
#: drizzled/drizzled_error_messages.h:665
4247
msgid "Query execution was interrupted"
4248
msgstr ""
4249
4250
#: drizzled/drizzled_error_messages.h:667
4251
#, c-format
4252
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4253
msgstr ""
4254
4255
#: drizzled/drizzled_error_messages.h:669
4256
#, c-format
4257
msgid "Undefined CONDITION: %s"
4258
msgstr ""
4259
4260
#: drizzled/drizzled_error_messages.h:671
4261
#, c-format
4262
msgid "No RETURN found in FUNCTION %s"
4263
msgstr ""
4264
4265
#: drizzled/drizzled_error_messages.h:673
4266
#, c-format
4267
msgid "FUNCTION %s ended without RETURN"
4268
msgstr ""
4269
4270
#: drizzled/drizzled_error_messages.h:675
4271
msgid "Cursor statement must be a SELECT"
4272
msgstr ""
4273
4274
#: drizzled/drizzled_error_messages.h:677
4275
msgid "Cursor SELECT must not have INTO"
4276
msgstr ""
4277
4278
#: drizzled/drizzled_error_messages.h:679
4279
#, c-format
4280
msgid "Undefined CURSOR: %s"
4281
msgstr ""
4282
4283
#: drizzled/drizzled_error_messages.h:681
4284
msgid "Cursor is already open"
4285
msgstr ""
4286
4287
#: drizzled/drizzled_error_messages.h:683
4288
msgid "Cursor is not open"
4289
msgstr ""
4290
4291
#: drizzled/drizzled_error_messages.h:685
4292
#, c-format
4293
msgid "Undeclared variable: %s"
4294
msgstr ""
4295
4296
#: drizzled/drizzled_error_messages.h:687
4297
msgid "Incorrect number of FETCH variables"
4298
msgstr ""
4299
4300
#: drizzled/drizzled_error_messages.h:689
4301
msgid "No data - zero rows fetched, selected, or processed"
4302
msgstr ""
4303
4304
#: drizzled/drizzled_error_messages.h:691
4305
#, c-format
4306
msgid "Duplicate parameter: %s"
4307
msgstr ""
4308
4309
#: drizzled/drizzled_error_messages.h:693
4310
#, c-format
4311
msgid "Duplicate variable: %s"
4312
msgstr ""
4313
4314
#: drizzled/drizzled_error_messages.h:695
4315
#, c-format
4316
msgid "Duplicate condition: %s"
4317
msgstr ""
4318
4319
#: drizzled/drizzled_error_messages.h:697
4320
#, c-format
4321
msgid "Duplicate cursor: %s"
4322
msgstr ""
4323
4324
#: drizzled/drizzled_error_messages.h:699
4325
#, c-format
4326
msgid "Failed to ALTER %s %s"
4327
msgstr ""
4328
4329
#: drizzled/drizzled_error_messages.h:701
4330
msgid "Subquery value not supported"
4331
msgstr ""
4332
4333
#: drizzled/drizzled_error_messages.h:703
4334
#, c-format
4335
msgid "%s is not allowed in stored function or trigger"
4336
msgstr ""
4337
4338
#: drizzled/drizzled_error_messages.h:705
4339
msgid "Variable or condition declaration after cursor or handler declaration"
4340
msgstr ""
4341
4342
#: drizzled/drizzled_error_messages.h:707
4343
msgid "Cursor declaration after handler declaration"
4344
msgstr ""
4345
4346
#: drizzled/drizzled_error_messages.h:709
4347
msgid "Case not found for CASE statement"
4348
msgstr ""
4349
4350
#: drizzled/drizzled_error_messages.h:711
4351
#, c-format
4352
msgid "Configuration file '%-.192s' is too big"
4353
msgstr ""
4354
4355
#: drizzled/drizzled_error_messages.h:713
4356
#, c-format
4357
msgid "Malformed file type header in file '%-.192s'"
4358
msgstr ""
4359
4360
#: drizzled/drizzled_error_messages.h:715
4361
#, c-format
4362
msgid "Unexpected end of file while parsing comment '%-.200s'"
4363
msgstr ""
4364
4365
#: drizzled/drizzled_error_messages.h:717
4366
#, c-format
4367
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4368
msgstr ""
4369
4370
#: drizzled/drizzled_error_messages.h:719
4371
#, c-format
4372
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4373
msgstr ""
4374
4375
#: drizzled/drizzled_error_messages.h:721
4376
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4377
msgstr ""
4378
4379
#: drizzled/drizzled_error_messages.h:723
4380
#, c-format
4381
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4382
msgstr ""
4383
4384
#: drizzled/drizzled_error_messages.h:725
4385
#, c-format
4386
msgid "'%-.192s.%-.192s' is not %s"
4387
msgstr ""
4388
4389
#: drizzled/drizzled_error_messages.h:727
4390
#, c-format
4391
msgid "Column '%-.192s' is not updatable"
4392
msgstr ""
4393
4394
#: drizzled/drizzled_error_messages.h:729
4395
msgid "View's SELECT contains a subquery in the FROM clause"
4396
msgstr ""
4397
4398
#: drizzled/drizzled_error_messages.h:731
4399
#, c-format
4400
msgid "View's SELECT contains a '%s' clause"
4401
msgstr ""
4402
4403
#: drizzled/drizzled_error_messages.h:733
4404
msgid "View's SELECT contains a variable or parameter"
4405
msgstr ""
4406
4407
#: drizzled/drizzled_error_messages.h:735
4408
#, c-format
4409
msgid "View's SELECT refers to a temporary table '%-.192s'"
4410
msgstr ""
4411
4412
#: drizzled/drizzled_error_messages.h:737
4413
msgid "View's SELECT and view's field list have different column counts"
4414
msgstr ""
4415
4416
#: drizzled/drizzled_error_messages.h:739
4417
msgid ""
4418
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4419
msgstr ""
4420
4421
#: drizzled/drizzled_error_messages.h:741
4422
msgid "View being updated does not have complete key of underlying table in it"
4423
msgstr ""
4424
4425
#: drizzled/drizzled_error_messages.h:743
4426
#, c-format
4427
msgid ""
4428
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4429
"(s) or definer/invoker of view lack rights to use them"
4430
msgstr ""
4431
4432
#: drizzled/drizzled_error_messages.h:745
4433
#, c-format
4434
msgid "Can't drop or alter a %s from within another stored routine"
4435
msgstr ""
4436
4437
#: drizzled/drizzled_error_messages.h:747
4438
msgid "GOTO is not allowed in a stored procedure handler"
4439
msgstr ""
4440
4441
#: drizzled/drizzled_error_messages.h:749
4442
msgid "Trigger already exists"
4443
msgstr ""
4444
4445
#: drizzled/drizzled_error_messages.h:751
4446
msgid "Trigger does not exist"
4447
msgstr ""
4448
4449
#: drizzled/drizzled_error_messages.h:753
4450
#, c-format
4451
msgid "Trigger's '%-.192s' is view or temporary table"
4452
msgstr ""
4453
4454
#: drizzled/drizzled_error_messages.h:755
4455
#, c-format
4456
msgid "Updating of %s row is not allowed in %strigger"
4457
msgstr ""
4458
4459
#: drizzled/drizzled_error_messages.h:757
4460
#, c-format
4461
msgid "There is no %s row in %s trigger"
4462
msgstr ""
4463
4464
#: drizzled/drizzled_error_messages.h:759
4465
#, c-format
4466
msgid "Field '%-.192s' doesn't have a default value"
4467
msgstr ""
4468
4469
#: drizzled/drizzled_error_messages.h:761
4470
msgid "Division by 0"
4471
msgstr ""
4472
4473
#: drizzled/drizzled_error_messages.h:763
4474
#, c-format
4475
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
4476
msgstr ""
4477
4478
#: drizzled/drizzled_error_messages.h:765
4479
#, c-format
4480
msgid "Illegal %s '%-.192s' value found during parsing"
4481
msgstr ""
4482
4483
#: drizzled/drizzled_error_messages.h:767
4484
#, c-format
4485
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4486
msgstr ""
4487
4488
#: drizzled/drizzled_error_messages.h:769
4489
#, c-format
4490
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4491
msgstr ""
4492
4493
#: drizzled/drizzled_error_messages.h:771
4494
#, c-format
4495
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4496
msgstr ""
4497
4498
#: drizzled/drizzled_error_messages.h:773
4499
#, c-format
4500
msgid "Failed purging old relay logs: %s"
4501
msgstr ""
4502
4503
#: drizzled/drizzled_error_messages.h:775
4504
#, c-format
4505
msgid "Password hash should be a %d-digit hexadecimal number"
4506
msgstr ""
4507
4508
#: drizzled/drizzled_error_messages.h:777
4509
msgid "Target log not found in binlog index"
4510
msgstr ""
4511
4512
#: drizzled/drizzled_error_messages.h:779
4513
msgid "I/O error reading log index file"
4514
msgstr ""
4515
4516
#: drizzled/drizzled_error_messages.h:781
4517
msgid "Server configuration does not permit binlog purge"
4518
msgstr ""
4519
4520
#: drizzled/drizzled_error_messages.h:783
4521
msgid "Failed on fseek()"
4522
msgstr ""
4523
4524
#: drizzled/drizzled_error_messages.h:785
4525
msgid "Fatal error during log purge"
4526
msgstr ""
4527
4528
#: drizzled/drizzled_error_messages.h:787
4529
msgid "A purgeable log is in use, will not purge"
4530
msgstr ""
4531
4532
#: drizzled/drizzled_error_messages.h:789
4533
msgid "Unknown error during log purge"
4534
msgstr ""
4535
4536
#: drizzled/drizzled_error_messages.h:791
4537
#, c-format
4538
msgid "Failed initializing relay log position: %s"
4539
msgstr ""
4540
4541
#: drizzled/drizzled_error_messages.h:793
4542
msgid "You are not using binary logging"
4543
msgstr ""
4544
4545
#: drizzled/drizzled_error_messages.h:795
4546
#, c-format
4547
msgid ""
4548
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4549
msgstr ""
4550
4551
#: drizzled/drizzled_error_messages.h:797
4552
msgid "WSAStartup Failed"
4553
msgstr ""
4554
4555
#: drizzled/drizzled_error_messages.h:799
4556
msgid "Can't handle procedures with different groups yet"
4557
msgstr ""
4558
4559
#: drizzled/drizzled_error_messages.h:801
4560
msgid "Select must have a group with this procedure"
4561
msgstr ""
4562
4563
#: drizzled/drizzled_error_messages.h:803
4564
msgid "Can't use ORDER clause with this procedure"
4565
msgstr ""
4566
4567
#: drizzled/drizzled_error_messages.h:805
4568
#, c-format
4569
msgid "Binary logging and replication forbid changing the global server %s"
4570
msgstr ""
4571
4572
#: drizzled/drizzled_error_messages.h:807
4573
#, c-format
4574
msgid "Can't map file: %-.200s, errno: %d"
4575
msgstr ""
4576
4577
#: drizzled/drizzled_error_messages.h:809
4578
#, c-format
4579
msgid "Wrong magic in %-.64s"
4580
msgstr ""
4581
4582
#: drizzled/drizzled_error_messages.h:811
4583
msgid "Prepared statement contains too many placeholders"
4584
msgstr ""
4585
4586
#: drizzled/drizzled_error_messages.h:813
4587
#, c-format
4588
msgid "Key part '%-.192s' length cannot be 0"
4589
msgstr ""
4590
4591
#: drizzled/drizzled_error_messages.h:815
4592
msgid "View text checksum failed"
4593
msgstr ""
4594
4595
#: drizzled/drizzled_error_messages.h:817
4596
#, c-format
4597
msgid ""
4598
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4599
msgstr ""
4600
4601
#: drizzled/drizzled_error_messages.h:819
4602
#, c-format
4603
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4604
msgstr ""
4605
4606
#: drizzled/drizzled_error_messages.h:821
4607
#, c-format
4608
msgid "Can not delete from join view '%-.192s.%-.192s'"
4609
msgstr ""
4610
4611
#: drizzled/drizzled_error_messages.h:823
4612
#, c-format
4613
msgid "Operation %s failed for %.256s"
4614
msgstr ""
4615
4616
#: drizzled/drizzled_error_messages.h:825
4617
msgid "XAER_NOTA: Unknown XID"
4618
msgstr ""
4619
4620
#: drizzled/drizzled_error_messages.h:827
4621
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4622
msgstr ""
4623
4624
#: drizzled/drizzled_error_messages.h:829
4625
#, c-format
4626
msgid ""
4627
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4628
"the  %.64s state"
4629
msgstr ""
4630
4631
#: drizzled/drizzled_error_messages.h:831
4632
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4633
msgstr ""
4634
4635
#: drizzled/drizzled_error_messages.h:833
4636
msgid ""
4637
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4638
"for consistency"
4639
msgstr ""
4640
4641
#: drizzled/drizzled_error_messages.h:835
4642
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4643
msgstr ""
4644
4645
#: drizzled/drizzled_error_messages.h:837
4646
#, c-format
4647
msgid ""
4648
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4649
"'%-.192s'"
4650
msgstr ""
4651
4652
#: drizzled/drizzled_error_messages.h:839
4653
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4654
msgstr ""
4655
4656
#: drizzled/drizzled_error_messages.h:841
4657
msgid "Failed to revoke all privileges to dropped routine"
4658
msgstr ""
4659
4660
#: drizzled/drizzled_error_messages.h:843
4661
#, c-format
4662
msgid "Data too long for column '%s' at row %ld"
4663
msgstr ""
4664
4665
#: drizzled/drizzled_error_messages.h:845
4666
#, c-format
4667
msgid "Bad SQLSTATE: '%s'"
4668
msgstr ""
4669
4670
#: drizzled/drizzled_error_messages.h:847
4671
#, c-format
4672
msgid ""
4673
"%s: ready for connections.\n"
4674
"Version: '%s'  socket: '%s'  port: %d  %s"
4675
msgstr ""
4676
4677
#: drizzled/drizzled_error_messages.h:849
4678
msgid "Can't load value from file with fixed size rows to variable"
4679
msgstr ""
4680
4681
#: drizzled/drizzled_error_messages.h:851
4682
msgid "You are not allowed to create a user with GRANT"
4683
msgstr ""
4684
4685
#: drizzled/drizzled_error_messages.h:853
4686
#, c-format
4687
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4688
msgstr ""
4689
4690
#: drizzled/drizzled_error_messages.h:855
4691
msgid "Table definition has changed, please retry transaction"
4692
msgstr ""
4693
4694
#: drizzled/drizzled_error_messages.h:857
4695
msgid "Duplicate handler declared in the same block"
4696
msgstr ""
4697
4698
#: drizzled/drizzled_error_messages.h:859
4699
#, c-format
4700
msgid ""
4701
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4702
"variable in BEFORE trigger"
4703
msgstr ""
4704
4705
#: drizzled/drizzled_error_messages.h:861
4706
#, c-format
4707
msgid "Not allowed to return a result set from a %s"
4708
msgstr ""
4709
4710
#: drizzled/drizzled_error_messages.h:863
4711
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4712
msgstr ""
4713
4714
#: drizzled/drizzled_error_messages.h:865
4715
msgid ""
4716
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4717
"declaration and binary logging is enabled; if non-transactional tables were "
4718
"updated, the binary log will miss their changes"
4719
msgstr ""
4720
4721
#: drizzled/drizzled_error_messages.h:867
4722
msgid ""
4723
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4724
"declaration and binary logging is enabled (you *might* want to use the less "
4725
"safe log_bin_trust_function_creators variable)"
4726
msgstr ""
4727
4728
#: drizzled/drizzled_error_messages.h:869
4729
msgid ""
4730
"You do not have the SUPER privilege and binary logging is enabled (you "
4731
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4732
msgstr ""
4733
4734
#: drizzled/drizzled_error_messages.h:871
4735
msgid ""
4736
"You can't execute a prepared statement which has an open cursor associated "
4737
"with it. Reset the statement to re-execute it."
4738
msgstr ""
4739
4740
#: drizzled/drizzled_error_messages.h:873
4741
#, c-format
4742
msgid "The statement (%lu) has no open cursor."
4743
msgstr ""
4744
4745
#: drizzled/drizzled_error_messages.h:875
4746
msgid ""
4747
"Explicit or implicit commit is not allowed in stored function or trigger."
4748
msgstr ""
4749
4750
#: drizzled/drizzled_error_messages.h:877
4751
#, c-format
4752
msgid ""
4753
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4754
msgstr ""
4755
4756
#: drizzled/drizzled_error_messages.h:879
4757
msgid "Recursive stored functions and triggers are not allowed."
4758
msgstr ""
4759
4760
#: drizzled/drizzled_error_messages.h:881
4761
#, c-format
4762
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4763
msgstr ""
4764
4765
#: drizzled/drizzled_error_messages.h:883
4766
#, c-format
4767
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4768
msgstr ""
4769
4770
#: drizzled/drizzled_error_messages.h:885
4771
#, c-format
4772
msgid ""
4773
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4774
"'%-.192s')."
4775
msgstr ""
4776
4777
#: drizzled/drizzled_error_messages.h:887
4778
msgid ""
4779
"You can't combine write-locking of system tables with other tables or lock "
4780
"types"
4781
msgstr ""
4782
4783
#: drizzled/drizzled_error_messages.h:889
4784
#, c-format
4785
msgid "Unable to connect to foreign data source: %.64s"
4786
msgstr ""
4787
4788
#: drizzled/drizzled_error_messages.h:891
4789
#, c-format
4790
msgid ""
4791
"There was a problem processing the query on the foreign data source. Data "
4792
"source error: %-.64s"
4793
msgstr ""
4794
4795
#: drizzled/drizzled_error_messages.h:893
4796
#, c-format
4797
msgid ""
4798
"The foreign data source you are trying to reference does not exist. Data "
4799
"source error:  %-.64s"
4800
msgstr ""
4801
4802
#: drizzled/drizzled_error_messages.h:895
4803
#, c-format
4804
msgid ""
4805
"Can't create federated table. The data source connection string '%-.64s' is "
4806
"not in the correct format"
4807
msgstr ""
4808
4809
#: drizzled/drizzled_error_messages.h:897
4810
#, c-format
4811
msgid "The data source connection string '%-.64s' is not in the correct format"
4812
msgstr ""
4813
4814
#: drizzled/drizzled_error_messages.h:899
4815
#, c-format
4816
msgid "Can't create federated table. Foreign data src error:  %-.64s"
4817
msgstr ""
4818
4819
#: drizzled/drizzled_error_messages.h:901
4820
msgid "Trigger in wrong schema"
4821
msgstr ""
4822
4823
#: drizzled/drizzled_error_messages.h:903
4824
#, c-format
4825
msgid ""
4826
"Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes "
4827
"needed.  Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4828
msgstr ""
4829
4830
#: drizzled/drizzled_error_messages.h:905
4831
#, c-format
4832
msgid "Routine body for '%-.100s' is too long"
4833
msgstr ""
4834
4835
#: drizzled/drizzled_error_messages.h:907
4836
msgid "Cannot drop default keycache"
4837
msgstr ""
4838
4839
#: drizzled/drizzled_error_messages.h:909
4840
#, c-format
4841
msgid "Display width out of range for column '%-.192s' (max = %d)"
4842
msgstr ""
4843
4844
#: drizzled/drizzled_error_messages.h:911
4845
msgid "XAER_DUPID: The XID already exists"
4846
msgstr ""
4847
4848
#: drizzled/drizzled_error_messages.h:913
4849
#, c-format
4850
msgid "Datetime function: %-.32s field overflow"
4851
msgstr ""
4852
4853
#: drizzled/drizzled_error_messages.h:915
4854
#, c-format
4855
msgid ""
4856
"Can't update table '%-.192s' in stored function/trigger because it is "
4857
"already used by statement which invoked this stored function/trigger."
4858
msgstr ""
4859
4860
#: drizzled/drizzled_error_messages.h:917
4861
#, c-format
4862
msgid ""
4863
"The definition of table '%-.192s' prevents operation %.192s on table "
4864
"'%-.192s'."
4865
msgstr ""
4866
4867
#: drizzled/drizzled_error_messages.h:919
4868
msgid ""
4869
"The prepared statement contains a stored routine call that refers to that "
4870
"same statement. It's not allowed to execute a prepared statement in such a "
4871
"recursive manner"
4872
msgstr ""
4873
4874
#: drizzled/drizzled_error_messages.h:921
4875
msgid "Not allowed to set autocommit from a stored function or trigger"
4876
msgstr ""
4877
4878
#: drizzled/drizzled_error_messages.h:923
4879
msgid "Definer is not fully qualified"
4880
msgstr ""
4881
4882
#: drizzled/drizzled_error_messages.h:925
4883
#, c-format
4884
msgid ""
4885
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4886
"Current user is used as definer. Please recreate the view!"
4887
msgstr ""
4888
4889
#: drizzled/drizzled_error_messages.h:927
4890
#, c-format
4891
msgid ""
4892
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4893
"definer"
4894
msgstr ""
4895
4896
#: drizzled/drizzled_error_messages.h:929
4897
#, c-format
4898
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4899
msgstr ""
4900
4901
#: drizzled/drizzled_error_messages.h:931
4902
#, c-format
4903
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4904
msgstr ""
4905
4906
#: drizzled/drizzled_error_messages.h:933
4907
#, c-format
4908
msgid ""
4909
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4910
msgstr ""
4911
4912
#: drizzled/drizzled_error_messages.h:935
4913
#, c-format
4914
msgid ""
4915
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4916
msgstr ""
4917
4918
#: drizzled/drizzled_error_messages.h:937
4919
#, c-format
4920
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4921
msgstr ""
4922
4923
#: drizzled/drizzled_error_messages.h:939
4924
#, c-format
4925
msgid ""
4926
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4927
"activated under the authorization of the invoker, which may have "
4928
"insufficient privileges. Please recreate the trigger."
4929
msgstr ""
4930
4931
#: drizzled/drizzled_error_messages.h:941
4932
#, c-format
4933
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4934
msgstr ""
4935
4936
#: drizzled/drizzled_error_messages.h:943
4937
#, c-format
4938
msgid ""
4939
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4940
"exceeded for routine %.192s"
4941
msgstr ""
4942
4943
#: drizzled/drizzled_error_messages.h:945
4944
#, c-format
4945
msgid ""
4946
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4947
"contains bad data (internal code %d)"
4948
msgstr ""
4949
4950
#: drizzled/drizzled_error_messages.h:947
4951
#, c-format
4952
msgid "Incorrect routine name '%-.192s'"
4953
msgstr ""
4954
4955
#: drizzled/drizzled_error_messages.h:949
4956
#, c-format
4957
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4958
msgstr ""
4959
4960
#: drizzled/drizzled_error_messages.h:951
4961
msgid "AGGREGATE is not supported for stored functions"
4962
msgstr ""
4963
4964
#: drizzled/drizzled_error_messages.h:953
4965
#, c-format
4966
msgid ""
4967
"Can't create more than max_prepared_stmt_count statements (current value: %"
4968
"lu)"
4969
msgstr ""
4970
4971
#: drizzled/drizzled_error_messages.h:955
4972
#, c-format
4973
msgid "`%-.192s`.`%-.192s` contains view recursion"
4974
msgstr ""
4975
4976
#: drizzled/drizzled_error_messages.h:957
4977
#, c-format
4978
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4979
msgstr ""
4980
4981
#: drizzled/drizzled_error_messages.h:959
4982
msgid "The used table type doesn't support SPATIAL indexes"
4983
msgstr ""
4984
4985
#: drizzled/drizzled_error_messages.h:961
4986
msgid "Triggers can not be created on system tables"
4987
msgstr ""
4988
4989
#: drizzled/drizzled_error_messages.h:963
4990
#, c-format
4991
msgid "Leading spaces are removed from name '%s'"
4992
msgstr ""
4993
4994
#: drizzled/drizzled_error_messages.h:965
4995
msgid "Failed to read auto-increment value from storage engine"
4996
msgstr ""
4997
4998
#: drizzled/drizzled_error_messages.h:967
4999
msgid "user name"
5000
msgstr ""
5001
5002
#: drizzled/drizzled_error_messages.h:969
5003
msgid "host name"
5004
msgstr ""
5005
5006
#: drizzled/drizzled_error_messages.h:971
5007
#, c-format
5008
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5009
msgstr ""
5010
5011
#: drizzled/drizzled_error_messages.h:973
5012
#, c-format
5013
msgid "The target table %-.100s of the %s is not insertable-into"
5014
msgstr ""
5015
5016
#: drizzled/drizzled_error_messages.h:975
5017
#, c-format
5018
msgid ""
5019
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5020
msgstr ""
5021
5022
#: drizzled/drizzled_error_messages.h:977
5023
msgid "Too high level of nesting for select"
5024
msgstr ""
5025
5026
#: drizzled/drizzled_error_messages.h:979
5027
#, c-format
5028
msgid "Name '%-.64s' has become ''"
5029
msgstr ""
5030
5031
#: drizzled/drizzled_error_messages.h:981
5032
msgid ""
5033
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5034
"optional and non-empty FIELDS ENCLOSED BY"
5035
msgstr ""
5036
5037
#: drizzled/drizzled_error_messages.h:983
5038
#, c-format
5039
msgid "The foreign server, %s, you are trying to create already exists."
5040
msgstr ""
5041
5042
#: drizzled/drizzled_error_messages.h:985
5043
#, c-format
5044
msgid ""
5045
"The foreign server name you are trying to reference does not exist. Data "
5046
"source error:  %-.64s"
5047
msgstr ""
5048
5049
#: drizzled/drizzled_error_messages.h:987
5050
#, c-format
5051
msgid ""
5052
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5053
msgstr ""
5054
5055
#: drizzled/drizzled_error_messages.h:989
5056
#, c-format
5057
msgid ""
5058
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5059
"each partition"
5060
msgstr ""
5061
5062
#: drizzled/drizzled_error_messages.h:991
5063
#, c-format
5064
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5065
msgstr ""
5066
5067
#: drizzled/drizzled_error_messages.h:993
5068
msgid "MAXVALUE can only be used in last partition definition"
5069
msgstr ""
5070
5071
#: drizzled/drizzled_error_messages.h:995
5072
msgid "Subpartitions can only be hash partitions and by key"
5073
msgstr ""
5074
5075
#: drizzled/drizzled_error_messages.h:997
5076
msgid "Must define subpartitions on all partitions if on one partition"
5077
msgstr ""
5078
5079
#: drizzled/drizzled_error_messages.h:999
5080
msgid "Wrong number of partitions defined, mismatch with previous setting"
5081
msgstr ""
5082
5083
#: drizzled/drizzled_error_messages.h:1001
5084
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5085
msgstr ""
5086
5087
#: drizzled/drizzled_error_messages.h:1003
5088
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5089
msgstr ""
5090
5091
#: drizzled/drizzled_error_messages.h:1005
5092
msgid "Expression in RANGE/LIST VALUES must be constant"
5093
msgstr ""
5094
5095
#: drizzled/drizzled_error_messages.h:1007
5096
msgid "Field in list of fields for partition function not found in table"
5097
msgstr ""
5098
5099
#: drizzled/drizzled_error_messages.h:1009
5100
msgid "List of fields is only allowed in KEY partitions"
5101
msgstr ""
5102
5103
#: drizzled/drizzled_error_messages.h:1011
5104
msgid ""
5105
"The partition info in the frm file is not consistent with what can be "
5106
"written into the frm file"
5107
msgstr ""
5108
5109
#: drizzled/drizzled_error_messages.h:1013
5110
#, c-format
5111
msgid "The %-.192s function returns the wrong type"
5112
msgstr ""
5113
5114
#: drizzled/drizzled_error_messages.h:1015
5115
#, c-format
5116
msgid "For %-.64s partitions each partition must be defined"
5117
msgstr ""
5118
5119
#: drizzled/drizzled_error_messages.h:1017
5120
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5121
msgstr ""
5122
5123
#: drizzled/drizzled_error_messages.h:1019
5124
msgid "VALUES value must be of same type as partition function"
5125
msgstr ""
5126
5127
#: drizzled/drizzled_error_messages.h:1021
5128
msgid "Multiple definition of same constant in list partitioning"
5129
msgstr ""
5130
5131
#: drizzled/drizzled_error_messages.h:1023
5132
msgid "Partitioning can not be used stand-alone in query"
5133
msgstr ""
5134
5135
#: drizzled/drizzled_error_messages.h:1025
5136
msgid ""
5137
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5138
msgstr ""
5139
5140
#: drizzled/drizzled_error_messages.h:1027
5141
#, c-format
5142
msgid "For the partitioned engine it is necessary to define all %-.64s"
5143
msgstr ""
5144
5145
#: drizzled/drizzled_error_messages.h:1029
5146
msgid "Too many partitions (including subpartitions) were defined"
5147
msgstr ""
5148
5149
#: drizzled/drizzled_error_messages.h:1031
5150
msgid ""
5151
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5152
"partitioning for subpartitioning"
5153
msgstr ""
5154
5155
#: drizzled/drizzled_error_messages.h:1033
5156
msgid "Failed to create specific handler file"
5157
msgstr ""
5158
5159
#: drizzled/drizzled_error_messages.h:1035
5160
msgid "A BLOB field is not allowed in partition function"
5161
msgstr ""
5162
5163
#: drizzled/drizzled_error_messages.h:1037
5164
#, c-format
5165
msgid "A %-.192s must include all columns in the table's partitioning function"
5166
msgstr ""
5167
5168
#: drizzled/drizzled_error_messages.h:1039
5169
#, c-format
5170
msgid "Number of %-.64s = 0 is not an allowed value"
5171
msgstr ""
5172
5173
#: drizzled/drizzled_error_messages.h:1041
5174
msgid "Partition management on a not partitioned table is not possible"
5175
msgstr ""
5176
5177
#: drizzled/drizzled_error_messages.h:1043
5178
msgid ""
5179
"Foreign key condition is not yet supported in conjunction with partitioning"
5180
msgstr ""
5181
5182
#: drizzled/drizzled_error_messages.h:1045
5183
#, c-format
5184
msgid "Error in list of partitions to %-.64s"
5185
msgstr ""
5186
5187
#: drizzled/drizzled_error_messages.h:1047
5188
msgid "Cannot remove all partitions, use DROP TABLE instead"
5189
msgstr ""
5190
5191
#: drizzled/drizzled_error_messages.h:1049
5192
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5193
msgstr ""
5194
5195
#: drizzled/drizzled_error_messages.h:1051
5196
msgid ""
5197
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5198
"their numbers"
5199
msgstr ""
5200
5201
#: drizzled/drizzled_error_messages.h:1053
5202
msgid ""
5203
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5204
"tables using HASH PARTITIONs"
5205
msgstr ""
5206
5207
#: drizzled/drizzled_error_messages.h:1055
5208
#, c-format
5209
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5210
msgstr ""
5211
5212
#: drizzled/drizzled_error_messages.h:1057
5213
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5214
msgstr ""
5215
5216
#: drizzled/drizzled_error_messages.h:1059
5217
msgid "At least one partition must be added"
5218
msgstr ""
5219
5220
#: drizzled/drizzled_error_messages.h:1061
5221
msgid "At least one partition must be coalesced"
5222
msgstr ""
5223
5224
#: drizzled/drizzled_error_messages.h:1063
5225
msgid "More partitions to reorganise than there are partitions"
5226
msgstr ""
5227
5228
#: drizzled/drizzled_error_messages.h:1065
5229
#, c-format
5230
msgid "Duplicate partition name %-.192s"
5231
msgstr ""
5232
5233
#: drizzled/drizzled_error_messages.h:1067
5234
msgid "It is not allowed to shut off binlog on this command"
5235
msgstr ""
5236
5237
#: drizzled/drizzled_error_messages.h:1069
5238
msgid "When reorganising a set of partitions they must be in consecutive order"
5239
msgstr ""
5240
5241
#: drizzled/drizzled_error_messages.h:1071
5242
msgid ""
5243
"Reorganize of range partitions cannot change total ranges except for last "
5244
"partition where it can extend the range"
5245
msgstr ""
5246
5247
#: drizzled/drizzled_error_messages.h:1073
5248
msgid "Partition function not supported in this version for this handler"
5249
msgstr ""
5250
5251
#: drizzled/drizzled_error_messages.h:1075
5252
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5253
msgstr ""
5254
5255
#: drizzled/drizzled_error_messages.h:1077
5256
#, c-format
5257
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5258
msgstr ""
5259
5260
#: drizzled/drizzled_error_messages.h:1079
5261
#, c-format
5262
msgid "Plugin '%-.192s' is not loaded"
5263
msgstr ""
5264
5265
#: drizzled/drizzled_error_messages.h:1081
5266
#, c-format
5267
msgid "Incorrect %-.32s value: '%-.128s'"
5268
msgstr ""
5269
5270
#: drizzled/drizzled_error_messages.h:1083
5271
#, c-format
5272
msgid "Table has no partition for value %-.64s"
5273
msgstr ""
5274
5275
#: drizzled/drizzled_error_messages.h:1085
5276
#, c-format
5277
msgid "It is not allowed to specify %s more than once"
5278
msgstr ""
5279
5280
#: drizzled/drizzled_error_messages.h:1087
5281
#: drizzled/drizzled_error_messages.h:1223
5282
#, c-format
5283
msgid "Failed to create %s"
5284
msgstr ""
5285
5286
#: drizzled/drizzled_error_messages.h:1089
5287
#: drizzled/drizzled_error_messages.h:1113
5288
#, c-format
5289
msgid "Failed to drop %s"
5290
msgstr ""
5291
5292
#: drizzled/drizzled_error_messages.h:1091
5293
msgid "The handler doesn't support autoextend of tablespaces"
5294
msgstr ""
5295
5296
#: drizzled/drizzled_error_messages.h:1093
5297
msgid ""
5298
"A size parameter was incorrectly specified, either number or on the form 10M"
5299
msgstr ""
5300
5301
#: drizzled/drizzled_error_messages.h:1095
5302
msgid ""
5303
"The size number was correct but we don't allow the digit part to be more "
5304
"than 2 billion"
5305
msgstr ""
5306
5307
#: drizzled/drizzled_error_messages.h:1097
5308
#, c-format
5309
msgid "Failed to alter: %s"
5310
msgstr ""
5311
5312
#: drizzled/drizzled_error_messages.h:1099
5313
msgid "Writing one row to the row-based binary log failed"
5314
msgstr ""
5315
5316
#: drizzled/drizzled_error_messages.h:1101
5317
#, c-format
5318
msgid "Table definition on master and slave does not match: %s"
5319
msgstr ""
5320
5321
#: drizzled/drizzled_error_messages.h:1103
5322
msgid ""
5323
"Slave running with --log-slave-updates must use row-based binary logging to "
5324
"be able to replicate row-based binary log events"
5325
msgstr ""
5326
5327
#: drizzled/drizzled_error_messages.h:1105
5328
#, c-format
5329
msgid "Event '%-.192s' already exists"
5330
msgstr ""
5331
5332
#: drizzled/drizzled_error_messages.h:1107
5333
#, c-format
5334
msgid "Failed to store event %s. Error code %d from storage engine."
5335
msgstr ""
5336
5337
#: drizzled/drizzled_error_messages.h:1109
5338
#, c-format
5339
msgid "Unknown event '%-.192s'"
5340
msgstr ""
5341
5342
#: drizzled/drizzled_error_messages.h:1111
5343
#, c-format
5344
msgid "Failed to alter event '%-.192s'"
5345
msgstr ""
5346
5347
#: drizzled/drizzled_error_messages.h:1115
5348
msgid "INTERVAL is either not positive or too big"
5349
msgstr ""
5350
5351
#: drizzled/drizzled_error_messages.h:1117
5352
msgid "ENDS is either invalid or before STARTS"
5353
msgstr ""
5354
5355
#: drizzled/drizzled_error_messages.h:1119
5356
msgid "Event execution time is in the past. Event has been disabled"
5357
msgstr ""
5358
5359
#: drizzled/drizzled_error_messages.h:1121
5360
msgid "Failed to open mysql.event"
5361
msgstr ""
5362
5363
#: drizzled/drizzled_error_messages.h:1123
5364
msgid "No datetime expression provided"
5365
msgstr ""
5366
5367
#: drizzled/drizzled_error_messages.h:1125
5368
#, c-format
5369
msgid ""
5370
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5371
"probably corrupted"
5372
msgstr ""
5373
5374
#: drizzled/drizzled_error_messages.h:1127
5375
#, c-format
5376
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5377
msgstr ""
5378
5379
#: drizzled/drizzled_error_messages.h:1129
5380
msgid "Failed to delete the event from mysql.event"
5381
msgstr ""
5382
5383
#: drizzled/drizzled_error_messages.h:1131
5384
msgid "Error during compilation of event's body"
5385
msgstr ""
5386
5387
#: drizzled/drizzled_error_messages.h:1133
5388
msgid "Same old and new event name"
5389
msgstr ""
5390
5391
#: drizzled/drizzled_error_messages.h:1135
5392
#, c-format
5393
msgid "Data for column '%s' too long"
5394
msgstr ""
5395
5396
#: drizzled/drizzled_error_messages.h:1137
5397
#, c-format
5398
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5399
msgstr ""
5400
5401
#: drizzled/drizzled_error_messages.h:1139
5402
#, c-format
5403
msgid ""
5404
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5405
"instead"
5406
msgstr ""
5407
5408
#: drizzled/drizzled_error_messages.h:1141
5409
msgid "You can't write-lock a log table. Only read access is possible"
5410
msgstr ""
5411
5412
#: drizzled/drizzled_error_messages.h:1143
5413
msgid "You can't use locks with log tables."
5414
msgstr ""
5415
5416
#: drizzled/drizzled_error_messages.h:1145
5417
#, c-format
5418
msgid ""
5419
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5420
"d would lead to a duplicate entry"
5421
msgstr ""
5422
5423
#: drizzled/drizzled_error_messages.h:1147
5424
#, c-format
5425
msgid ""
5426
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5427
"%d, now running %d. Please use mysql_upgrade to fix this error."
5428
msgstr ""
5429
5430
#: drizzled/drizzled_error_messages.h:1149
5431
msgid ""
5432
"Cannot switch out of the row-based binary log format when the session has "
5433
"open temporary tables"
5434
msgstr ""
5435
5436
#: drizzled/drizzled_error_messages.h:1151
5437
msgid ""
5438
"Cannot change the binary logging format inside a stored function or trigger"
5439
msgstr ""
5440
5441
#: drizzled/drizzled_error_messages.h:1153
5442
msgid ""
5443
"The NDB cluster engine does not support changing the binlog format on the "
5444
"fly yet"
5445
msgstr ""
5446
5447
#: drizzled/drizzled_error_messages.h:1155
5448
msgid "Cannot create temporary table with partitions"
5449
msgstr ""
5450
5451
#: drizzled/drizzled_error_messages.h:1157
5452
msgid "Partition constant is out of partition function domain"
5453
msgstr ""
5454
5455
#: drizzled/drizzled_error_messages.h:1159
5456
msgid "This partition function is not allowed"
5457
msgstr ""
5458
5459
#: drizzled/drizzled_error_messages.h:1161
5460
msgid "Error in DDL log"
5461
msgstr ""
5462
5463
#: drizzled/drizzled_error_messages.h:1163
5464
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5465
msgstr ""
5466
5467
#: drizzled/drizzled_error_messages.h:1165
5468
msgid "Incorrect partition name"
5469
msgstr ""
5470
5471
#: drizzled/drizzled_error_messages.h:1167
5472
msgid ""
5473
"Transaction isolation level can't be changed while a transaction is in "
5474
"progress"
5475
msgstr ""
5476
5477
#: drizzled/drizzled_error_messages.h:1169
5478
#, c-format
5479
msgid ""
5480
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5481
"'%-.192s' for key '%-.192s'"
5482
msgstr ""
5483
5484
#: drizzled/drizzled_error_messages.h:1171
5485
#, c-format
5486
msgid "Internal scheduler error %d"
5487
msgstr ""
5488
5489
#: drizzled/drizzled_error_messages.h:1173
5490
#, c-format
5491
msgid "Error during starting/stopping of the scheduler. Error code %u"
5492
msgstr ""
5493
5494
#: drizzled/drizzled_error_messages.h:1175
5495
msgid "Engine cannot be used in partitioned tables"
5496
msgstr ""
5497
5498
#: drizzled/drizzled_error_messages.h:1177
5499
#, c-format
5500
msgid "Cannot activate '%-.64s' log"
5501
msgstr ""
5502
5503
#: drizzled/drizzled_error_messages.h:1179
5504
msgid "The server was not built with row-based replication"
5505
msgstr ""
5506
5507
#: drizzled/drizzled_error_messages.h:1181
5508
msgid "Decoding of base64 string failed"
5509
msgstr ""
5510
5511
#: drizzled/drizzled_error_messages.h:1183
5512
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5513
msgstr ""
5514
5515
#: drizzled/drizzled_error_messages.h:1185
5516
msgid ""
5517
"Cannot proceed because system tables used by Event Scheduler were found "
5518
"damaged at server start"
5519
msgstr ""
5520
5521
#: drizzled/drizzled_error_messages.h:1187
5522
msgid "Only integers allowed as number here"
5523
msgstr ""
5524
5525
#: drizzled/drizzled_error_messages.h:1189
5526
msgid "This storage engine cannot be used for log tables"
5527
msgstr ""
5528
5529
#: drizzled/drizzled_error_messages.h:1191
5530
#, c-format
5531
msgid "You cannot '%s' a log table if logging is enabled"
5532
msgstr ""
5533
5534
#: drizzled/drizzled_error_messages.h:1193
5535
#, c-format
5536
msgid ""
5537
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5538
"rename two tables: the log table to an archive table and another table back "
5539
"to '%s'"
5540
msgstr ""
5541
5542
#: drizzled/drizzled_error_messages.h:1195
5543
#, c-format
5544
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5545
msgstr ""
5546
5547
#: drizzled/drizzled_error_messages.h:1197
5548
#, c-format
5549
msgid "Incorrect parameters in the call to native function '%-.192s'"
5550
msgstr ""
5551
5552
#: drizzled/drizzled_error_messages.h:1199
5553
#, c-format
5554
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5555
msgstr ""
5556
5557
#: drizzled/drizzled_error_messages.h:1201
5558
#, c-format
5559
msgid "This function '%-.192s' has the same name as a native function"
5560
msgstr ""
5561
5562
#: drizzled/drizzled_error_messages.h:1203
5563
#, c-format
5564
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5565
msgstr ""
5566
5567
#: drizzled/drizzled_error_messages.h:1205
5568
msgid "Too many files opened, please execute the command again"
5569
msgstr ""
5570
5571
#: drizzled/drizzled_error_messages.h:1207
5572
#: drizzled/drizzled_error_messages.h:1209
5573
msgid ""
5574
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5575
"The event was dropped immediately after creation."
5576
msgstr ""
5577
5578
#: drizzled/drizzled_error_messages.h:1211
5579
#, c-format
5580
msgid "The incident %s occured on the master. Message: %-.64s"
5581
msgstr ""
5582
5583
#: drizzled/drizzled_error_messages.h:1213
5584
msgid "Table has no partition for some existing values"
5585
msgstr ""
5586
5587
#: drizzled/drizzled_error_messages.h:1215
5588
msgid "Statement is not safe to log in statement format."
5589
msgstr ""
5590
5591
#: drizzled/drizzled_error_messages.h:1217
5592
#, c-format
5593
msgid "Fatal error: %s"
5594
msgstr ""
5595
5596
#: drizzled/drizzled_error_messages.h:1219
5597
#, c-format
5598
msgid "Relay log read failure: %s"
5599
msgstr ""
5600
5601
#: drizzled/drizzled_error_messages.h:1221
5602
#, c-format
5603
msgid "Relay log write failure: %s"
5604
msgstr ""
5605
5606
#: drizzled/drizzled_error_messages.h:1225
5607
#, c-format
5608
msgid "Master command %s failed: %s"
5609
msgstr ""
5610
5611
#: drizzled/drizzled_error_messages.h:1227
5612
#, c-format
5613
msgid "Binary logging not possible. Message: %s"
5614
msgstr ""
5615
5616
#: drizzled/drizzled_error_messages.h:1229
5617
#, c-format
5618
msgid "View `%-.64s`.`%-.64s` has no creation context"
5619
msgstr ""
5620
5621
#: drizzled/drizzled_error_messages.h:1231
5622
#, c-format
5623
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5624
msgstr ""
5625
5626
#: drizzled/drizzled_error_messages.h:1233
5627
#, c-format
5628
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5629
msgstr ""
5630
5631
#: drizzled/drizzled_error_messages.h:1235
5632
#, c-format
5633
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5634
msgstr ""
5635
5636
#: drizzled/drizzled_error_messages.h:1237
5637
#, c-format
5638
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5639
msgstr ""
5640
5641
#: drizzled/drizzled_error_messages.h:1239
5642
#, c-format
5643
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5644
msgstr ""
5645
5646
#: drizzled/drizzled_error_messages.h:1241
5647
#, c-format
5648
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5649
msgstr ""
5650
5651
#: drizzled/drizzled_error_messages.h:1243
5652
#, c-format
5653
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5654
msgstr ""
5655
5656
#: drizzled/drizzled_error_messages.h:1245
5657
#, c-format
5658
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5659
msgstr ""
5660
5661
#: drizzled/drizzled_error_messages.h:1247
5662
#, c-format
5663
msgid "Ambiguous slave modes combination. %s"
5664
msgstr ""
5665
5666
#: drizzled/drizzled_error_messages.h:1249
5667
#, c-format
5668
msgid ""
5669
"The BINLOG statement of type `%s` was not preceded by a format description "
5670
"BINLOG statement."
5671
msgstr ""
5672
5673
#: drizzled/drizzled_error_messages.h:1251
5674
msgid "Corrupted replication event was detected"
5675
msgstr ""
5676
5677
#: drizzled/drizzled_error_messages.h:1253
5678
#, c-format
5679
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5680
msgstr ""
5681
5682
#: drizzled/drizzled_error_messages.h:1255
5683
#, c-format
5684
msgid "Being purged log %s was not found"
5685
msgstr ""
5686
5687
#: drizzled/drizzled_error_messages.h:1257
5688
#, c-format
5689
msgid "Converted to non-transactional lock on '%-.64s'"
5690
msgstr ""
5691
5692
#: drizzled/drizzled_error_messages.h:1259
5693
#, c-format
5694
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5695
msgstr ""
5696
5697
#: drizzled/drizzled_error_messages.h:1261
5698
#, c-format
5699
msgid ""
5700
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5701
msgstr ""
5702
5703
#: drizzled/drizzled_error_messages.h:1263
5704
#, c-format
5705
msgid "Can't access storage engine of table %-.64s"
5706
msgstr ""
5707
5708
#: drizzled/drizzled_error_messages.h:1265
5709
msgid "Starting backup process"
5710
msgstr ""
5711
5712
#: drizzled/drizzled_error_messages.h:1267
5713
msgid "Backup completed"
5714
msgstr ""
5715
5716
#: drizzled/drizzled_error_messages.h:1269
5717
msgid "Starting restore process"
5718
msgstr ""
5719
5720
#: drizzled/drizzled_error_messages.h:1271
5721
msgid "Restore completed"
5722
msgstr ""
5723
5724
#: drizzled/drizzled_error_messages.h:1273
5725
msgid "Nothing to backup"
5726
msgstr ""
5727
5728
#: drizzled/drizzled_error_messages.h:1275
5729
#, c-format
5730
msgid "Database '%-.64s' cannot be included in a backup"
5731
msgstr ""
5732
5733
#: drizzled/drizzled_error_messages.h:1277
5734
msgid ""
5735
"Error during backup operation - server's error log contains more information "
5736
"about the error"
5737
msgstr ""
5738
5739
#: drizzled/drizzled_error_messages.h:1279
5740
msgid ""
5741
"Error during restore operation - server's error log contains more "
5742
"information about the error"
5743
msgstr ""
5744
5745
#: drizzled/drizzled_error_messages.h:1281
5746
msgid ""
5747
"Can't execute this command because another BACKUP/RESTORE operation is in "
5748
"progress"
5749
msgstr ""
5750
5751
#: drizzled/drizzled_error_messages.h:1283
5752
msgid "Error when preparing for backup operation"
5753
msgstr ""
5754
5755
#: drizzled/drizzled_error_messages.h:1285
5756
msgid "Error when preparing for restore operation"
5757
msgstr ""
5758
5759
#: drizzled/drizzled_error_messages.h:1287
5760
#, c-format
5761
msgid "Invalid backup location '%-.64s'"
5762
msgstr ""
5763
5764
#: drizzled/drizzled_error_messages.h:1289
5765
#, c-format
5766
msgid "Can't read backup location '%-.64s'"
5767
msgstr ""
5768
5769
#: drizzled/drizzled_error_messages.h:1291
5770
#, c-format
5771
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5772
msgstr ""
5773
5774
#: drizzled/drizzled_error_messages.h:1293
5775
msgid "Can't enumerate server databases"
5776
msgstr ""
5777
5778
#: drizzled/drizzled_error_messages.h:1295
5779
msgid "Can't enumerate server tables"
5780
msgstr ""
5781
5782
#: drizzled/drizzled_error_messages.h:1297
5783
#, c-format
5784
msgid "Can't enumerate tables in database %-.64s"
5785
msgstr ""
5786
5787
#: drizzled/drizzled_error_messages.h:1299
5788
#, c-format
5789
msgid "Skipping view %-.64s in database %-.64s"
5790
msgstr ""
5791
5792
#: drizzled/drizzled_error_messages.h:1301
5793
#, c-format
5794
msgid "Skipping table %-.64s since it has no valid storage engine"
5795
msgstr ""
5796
5797
#: drizzled/drizzled_error_messages.h:1303
5798
#, c-format
5799
msgid "Can't open table %-.64s"
5800
msgstr ""
5801
5802
#: drizzled/drizzled_error_messages.h:1305
5803
msgid "Can't read backup archive preamble"
5804
msgstr ""
5805
5806
#: drizzled/drizzled_error_messages.h:1307
5807
msgid "Can't write backup archive preamble"
5808
msgstr ""
5809
5810
#: drizzled/drizzled_error_messages.h:1309
5811
#, c-format
5812
msgid "Can't find backup driver for table %-.64s"
5813
msgstr ""
5814
5815
#: drizzled/drizzled_error_messages.h:1311
5816
#, c-format
5817
msgid ""
5818
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5819
"this table"
5820
msgstr ""
5821
5822
#: drizzled/drizzled_error_messages.h:1313
5823
#, c-format
5824
msgid "Can't create %-.64s backup driver"
5825
msgstr ""
5826
5827
#: drizzled/drizzled_error_messages.h:1315
5828
#, c-format
5829
msgid "Can't create %-.64s restore driver"
5830
msgstr ""
5831
5832
#: drizzled/drizzled_error_messages.h:1317
5833
#, c-format
5834
msgid "Found %d images in backup archive but maximum %d are supported"
5835
msgstr ""
5836
5837
#: drizzled/drizzled_error_messages.h:1319
5838
#, c-format
5839
msgid "Error when saving meta-data of %-.64s"
5840
msgstr ""
5841
5842
#: drizzled/drizzled_error_messages.h:1321
5843
msgid "Error when reading meta-data list"
5844
msgstr ""
5845
5846
#: drizzled/drizzled_error_messages.h:1323
5847
#, c-format
5848
msgid "Can't create %-.64s"
5849
msgstr ""
5850
5851
#: drizzled/drizzled_error_messages.h:1325
5852
msgid "Can't allocate buffer for image data transfer"
5853
msgstr ""
5854
5855
#: drizzled/drizzled_error_messages.h:1327
5856
#, c-format
5857
msgid "Error when writing %-.64s backup image data (for table #%d)"
5858
msgstr ""
5859
5860
#: drizzled/drizzled_error_messages.h:1329
5861
msgid "Error when reading data from backup stream"
5862
msgstr ""
5863
5864
#: drizzled/drizzled_error_messages.h:1331
5865
msgid "Can't go to the next chunk in backup stream"
5866
msgstr ""
5867
5868
#: drizzled/drizzled_error_messages.h:1333
5869
#, c-format
5870
msgid "Can't initialize %-.64s backup driver"
5871
msgstr ""
5872
5873
#: drizzled/drizzled_error_messages.h:1335
5874
#, c-format
5875
msgid "Can't initialize %-.64s restore driver"
5876
msgstr ""
5877
5878
#: drizzled/drizzled_error_messages.h:1337
5879
#, c-format
5880
msgid "Can't shut down %-.64s backup driver"
5881
msgstr ""
5882
5883
#: drizzled/drizzled_error_messages.h:1339
5884
#, c-format
5885
msgid "Can't shut down %-.64s backup driver(s)"
5886
msgstr ""
5887
5888
#: drizzled/drizzled_error_messages.h:1341
5889
#, c-format
5890
msgid "%-.64s backup driver can't prepare for synchronization"
5891
msgstr ""
5892
5893
#: drizzled/drizzled_error_messages.h:1343
5894
#, c-format
5895
msgid "%-.64s backup driver can't create its image validity point"
5896
msgstr ""
5897
5898
#: drizzled/drizzled_error_messages.h:1345
5899
#, c-format
5900
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5901
msgstr ""
5902
5903
#: drizzled/drizzled_error_messages.h:1347
5904
#, c-format
5905
msgid "%-.64s backup driver can't cancel its backup operation"
5906
msgstr ""
5907
5908
#: drizzled/drizzled_error_messages.h:1349
5909
#, c-format
5910
msgid "%-.64s restore driver can't cancel its restore operation"
5911
msgstr ""
5912
5913
#: drizzled/drizzled_error_messages.h:1351
5914
#, c-format
5915
msgid "Error when polling %-.64s backup driver for its image data"
5916
msgstr ""
5917
5918
#: drizzled/drizzled_error_messages.h:1353
5919
#, c-format
5920
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5921
msgstr ""
5922
5923
#: drizzled/drizzled_error_messages.h:1355
5924
#, c-format
5925
msgid ""
5926
"After %d attempts %-.64s restore driver still can't accept next block of data"
5927
msgstr ""
5928
5929
#: drizzled/drizzled_error_messages.h:1357
5930
#, c-format
5931
msgid "Open and lock tables failed in %-.64s"
5932
msgstr ""
5933
5934
#: drizzled/drizzled_error_messages.h:1359
5935
msgid "Backup driver's table locking thread can not be initialized."
5936
msgstr ""
5937
5938
#: drizzled/drizzled_error_messages.h:1361
5939
msgid ""
5940
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5941
"and 'mysql.online_backup_progress'."
5942
msgstr ""
5943
5944
#: drizzled/drizzled_error_messages.h:1363
5945
#, c-format
5946
msgid "Tablespace '%-.192s' already exists"
5947
msgstr ""
5948
5949
#: drizzled/drizzled_error_messages.h:1365
5950
#, c-format
5951
msgid "Tablespace '%-.192s' doesn't exist"
5952
msgstr ""
5953
5954
#: drizzled/drizzled_error_messages.h:1367
5955
#, c-format
5956
msgid "Unexpected master's heartbeat data: %s"
5957
msgstr ""
5958
5959
#: drizzled/drizzled_error_messages.h:1369
5960
#, c-format
5961
msgid "The requested value for the heartbeat period %s %s"
5962
msgstr ""
5963
5964
#: drizzled/drizzled_error_messages.h:1371
5965
#, c-format
5966
msgid "Can't write to the online backup progress log %-.64s."
5967
msgstr ""
5968
5969
#: drizzled/drizzled_error_messages.h:1373
5970
#, c-format
5971
msgid "Tablespace '%-.192s' not empty"
5972
msgstr ""
5973
5974
#: drizzled/drizzled_error_messages.h:1375
5975
#, c-format
5976
msgid ""
5977
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5978
"server. The original definition of the required tablespace is '%-.256s' "
5979
"while the same tablespace is defined on the server as '%-.256s'"
5980
msgstr ""
5981
5982
#: drizzled/handler.cc:383
5983
msgid "Too many storage engines!"
5984
msgstr ""
5985
5986
#: drizzled/handler.cc:387
5987
#, c-format
5988
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5989
msgstr ""
5990
5991
#: drizzled/handler.cc:1266
5992
#, c-format
5993
msgid "Found %d prepared transaction(s) in %s"
5994
msgstr ""
5995
5996
#: drizzled/handler.cc:1318
5997
msgid "Starting crash recovery..."
5998
msgstr ""
5999
6000
#: drizzled/handler.cc:1350
6001
#, c-format
6002
msgid "Found %d prepared XA transactions"
6003
msgstr ""
6004
6005
#: drizzled/handler.cc:1354
6006
#, c-format
6007
msgid ""
6008
"Found %d prepared transactions! It means that drizzled was not shut down "
6009
"properly last time and critical recovery information (last binlog or %s "
6010
"file) was manually deleted after a crash. You have to start drizzled with "
6011
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6012
msgstr ""
6013
6014
#: drizzled/handler.cc:1364
6015
msgid "Crash recovery finished."
6016
msgstr ""
6017
6018
#: drizzled/log.cc:1071
6019
msgid "I/O error reading the header from the binary log"
6020
msgstr ""
6021
6022
#: drizzled/log.cc:1078
6023
msgid ""
6024
"Binlog has bad magic number;  It's not a binary log file that can be used by "
6025
"this version of Drizzle"
6026
msgstr ""
6027
6028
#: drizzled/log.cc:1093
6029
#, c-format
6030
msgid "Failed to open log (file '%s', errno %d)"
6031
msgstr ""
6032
6033
#: drizzled/log.cc:1095 drizzled/log.cc:1103
6034
msgid "Could not open log file"
6035
msgstr ""
6036
6037
#: drizzled/log.cc:1101
6038
#, c-format
6039
msgid "Failed to create a cache on log (file '%s')"
6040
msgstr ""
6041
6042
#: drizzled/log.cc:1255 drizzled/log.cc:1903
6043
#, c-format
6044
msgid ""
6045
"Could not use %s for logging (error %d). Turning logging off for the whole "
6046
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6047
"shutdown the Drizzle server and restart it."
6048
msgstr ""
6049
6050
#: drizzled/log.cc:2172 drizzled/log.cc:2203 drizzled/log.cc:2455
6051
#: drizzled/log.cc:2579
6052
#, c-format
6053
msgid "Failed to delete file '%s'"
6054
msgstr ""
6055
6056
#: drizzled/log.cc:2181 drizzled/log.cc:2463 drizzled/log.cc:2587
6057
#, c-format
6058
msgid ""
6059
"a problem with deleting %s; consider examining correspondence of your binlog "
6060
"index file to the actual binlog files"
6061
msgstr ""
6062
6063
#: drizzled/log.cc:2309
6064
#, c-format
6065
msgid "next log error: %d  offset: %s  log: %s included: %d"
6066
msgstr ""
6067
6068
#: drizzled/log.cc:2421 drizzled/log.cc:2547
6069
#, c-format
6070
msgid "Failed to execute stat() on file '%s'"
6071
msgstr ""
6072
6073
#: drizzled/log.cc:2432 drizzled/log.cc:2558
6074
#, c-format
6075
msgid ""
6076
"a problem with getting info on being purged %s; consider examining "
6077
"correspondence of your binlog index file to the actual binlog files"
6078
msgstr ""
6079
6080
#: drizzled/log.cc:4054 drizzled/log.cc:4547
6081
#, c-format
6082
msgid "Recovering after a crash using %s"
6083
msgstr ""
6084
6085
#: drizzled/log.cc:4057
6086
msgid ""
6087
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6088
msgstr ""
6089
6090
#: drizzled/log.cc:4394
6091
msgid "Bad magic header in tc log"
6092
msgstr ""
6093
6094
#: drizzled/log.cc:4404
6095
#, c-format
6096
msgid ""
6097
"Recovery failed! You must enable exactly %d storage engines that support two-"
6098
"phase commit protocol"
6099
msgstr ""
6100
6101
#: drizzled/log.cc:4432
6102
msgid ""
6103
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6104
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6105
"heuristic-recover={commit|rollback}"
6106
msgstr ""
6107
6108
#: drizzled/log.cc:4462
6109
msgid "Heuristic crash recovery mode"
6110
msgstr ""
6111
6112
#: drizzled/log.cc:4464
6113
msgid "Heuristic crash recovery failed"
6114
msgstr ""
6115
6116
#: drizzled/log.cc:4465
6117
msgid "Please restart mysqld without --tc-heuristic-recover"
6118
msgstr ""
6119
6120
#: drizzled/log.cc:4509 drizzled/log.cc:4533
6121
#, c-format
6122
msgid "find_log_pos() failed (error: %d)"
6123
msgstr ""
6124
6125
#: drizzled/log.cc:4646
6126
msgid ""
6127
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6128
"of memory error) and restart, or delete (or rename) binary log and start "
6129
"mysqld with --tc-heuristic-recover={commit|rollback}"
6130
msgstr ""
6131
418 by Monty Taylor
Merged in some new translations.
6132
#: drizzled/log_event.cc:140
6133
#, c-format
6134
msgid " %s, Error_code: %d;"
6135
msgstr ""
6136
6137
#: drizzled/log_event.cc:144
6138
#, c-format
6139
msgid ""
6140
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
6141
"master log %s, end_log_pos %lu"
6142
msgstr ""
6143
6144
#: drizzled/log_event.cc:150
6145
msgid "<unknown>"
6146
msgstr ""
6147
6148
#: drizzled/log_event.cc:992
413.1.1 by Monty Taylor
Merged in latest translations.
6149
#, c-format
6150
msgid ""
6151
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6152
msgstr ""
6153
418 by Monty Taylor
Merged in some new translations.
6154
#: drizzled/log_event.cc:2282
6155
#, c-format
6156
msgid ""
6157
"Query partially completed on the master (error on master: %d) and was "
6158
"aborted. There is a chance that your master is inconsistent at this point. "
6159
"If you are sure that your master is ok, run this query manually on the slave "
6160
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
6161
"SLAVE; . Query: '%s'"
6162
msgstr ""
6163
6164
#: drizzled/log_event.cc:2312
6165
#, c-format
6166
msgid ""
6167
"Query caused differenxt errors on master and slave.\n"
6168
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
6169
"Default database: '%s'. Query: '%s'"
6170
msgstr ""
6171
6172
#: drizzled/log_event.cc:2317
6173
msgid "no error"
6174
msgstr ""
6175
6176
#: drizzled/log_event.cc:2337
6177
#, c-format
6178
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6179
msgstr ""
6180
6181
#: drizzled/log_event.cc:2339 drizzled/log_event.cc:6208
6182
#: drizzled/log_event.cc:6253 drizzled/log_event.cc:7061
6183
msgid "unexpected success or fatal error"
6184
msgstr ""
6185
6186
#: drizzled/log_event.cc:2917
6187
msgid ""
6188
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6189
"probable cause is that the master died while writing the transaction to its "
6190
"binary log, thus rolled back too."
6191
msgstr ""
6192
6193
#: drizzled/log_event.cc:3696
413.1.1 by Monty Taylor
Merged in latest translations.
6194
#, c-format
6195
msgid ""
6196
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6197
"produced %ld warning(s). Default database: '%s'"
6198
msgstr ""
6199
418 by Monty Taylor
Merged in some new translations.
6200
#: drizzled/log_event.cc:3746
6201
#, c-format
6202
msgid ""
6203
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6204
msgstr ""
6205
6206
#: drizzled/log_event.cc:3758
6207
#, c-format
6208
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6209
msgstr ""
6210
6211
#: drizzled/log_event.cc:4735
413.1.1 by Monty Taylor
Merged in latest translations.
6212
msgid "Out of memory while recording slave event"
6213
msgstr ""
6214
418 by Monty Taylor
Merged in some new translations.
6215
#: drizzled/log_event.cc:5093 drizzled/log_event.cc:5119
6216
#, c-format
6217
msgid "Error in Create_file event: could not open file '%s'"
6218
msgstr ""
6219
6220
#: drizzled/log_event.cc:5105
6221
#, c-format
6222
msgid "Error in Create_file event: could not write to file '%s'"
6223
msgstr ""
6224
6225
#: drizzled/log_event.cc:5126
6226
#, c-format
6227
msgid "Error in Create_file event: write to '%s' failed"
6228
msgstr ""
6229
6230
#: drizzled/log_event.cc:5265
6231
#, c-format
6232
msgid "Error in %s event: could not create file '%s'"
6233
msgstr ""
6234
6235
#: drizzled/log_event.cc:5274
6236
#, c-format
6237
msgid "Error in %s event: could not open file '%s'"
6238
msgstr ""
6239
6240
#: drizzled/log_event.cc:5281
6241
#, c-format
6242
msgid "Error in %s event: write to '%s' failed"
6243
msgstr ""
6244
6245
#: drizzled/log_event.cc:5492
6246
#, c-format
6247
msgid "Error in Exec_load event: could not open file '%s'"
6248
msgstr ""
6249
6250
#: drizzled/log_event.cc:5502
6251
#, c-format
6252
msgid "Error in Exec_load event: file '%s' appears corrupted"
6253
msgstr ""
6254
6255
#: drizzled/log_event.cc:5532
6256
#, c-format
6257
msgid "%s. Failed executing load from '%s'"
6258
msgstr ""
6259
6260
#: drizzled/log_event.cc:5760
6261
msgid "Not enough memory"
6262
msgstr ""
6263
6264
#: drizzled/log_event.cc:6205
6265
#, c-format
6266
msgid "Error '%s' in %s event: when locking tables"
6267
msgstr ""
6268
6269
#: drizzled/log_event.cc:6215
6270
#, c-format
6271
msgid "Error in %s event: when locking tables"
6272
msgstr ""
6273
6274
#: drizzled/log_event.cc:6250
6275
#, c-format
6276
msgid "Error '%s' on reopening tables"
6277
msgstr ""
6278
6279
#: drizzled/log_event.cc:6606
6280
#, c-format
6281
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6282
msgstr ""
6283
6284
#: drizzled/log_event.cc:7058
6285
#, c-format
6286
msgid "Error '%s' on opening table `%s`.`%s`"
6287
msgstr ""
6288
413.1.1 by Monty Taylor
Merged in latest translations.
6289
#: drizzled/rpl_mi.cc:148
6290
#, c-format
6291
msgid "Failed to create a new master info file (file '%s', errno %d)"
6292
msgstr ""
6293
6294
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6295
#, c-format
6296
msgid "Failed to create a cache on master info file (file '%s')"
6297
msgstr ""
6298
6299
#: drizzled/rpl_mi.cc:170
6300
#, c-format
6301
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6302
msgstr ""
6303
6304
#: drizzled/rpl_mi.cc:276
6305
#, c-format
6306
msgid ""
6307
"SSL information in the master info file ('%s') are ignored because this "
6308
"MySQL slave was compiled without SSL support."
6309
msgstr ""
6310
6311
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2148
6312
msgid "Failed to flush master info file"
6313
msgstr ""
6314
6315
#: drizzled/rpl_mi.cc:305
6316
msgid "Error reading master configuration"
6317
msgstr ""
6318
6319
#: drizzled/rpl_reporting.cc:43
6320
#, c-format
6321
msgid "Slave %s: %s%s Error_code: %d"
6322
msgstr ""
6323
6324
#: drizzled/rpl_rli.cc:134
6325
#, c-format
6326
msgid ""
6327
"Neither --relay-log nor --relay-log-index were used; so replication may "
6328
"break when this MySQL server acts as a slave and has his hostname changed!! "
6329
"Please use '--relay-log=%s' to avoid this problem."
6330
msgstr ""
6331
6332
#: drizzled/rpl_rli.cc:151
6333
msgid "Failed in open_log() called from init_relay_log_info()"
6334
msgstr ""
6335
6336
#: drizzled/rpl_rli.cc:168
6337
#, c-format
6338
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6339
msgstr ""
6340
6341
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6342
#, c-format
6343
msgid "Failed to create a cache on relay log info file '%s'"
6344
msgstr ""
6345
6346
#: drizzled/rpl_rli.cc:186
6347
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6348
msgstr ""
6349
6350
#: drizzled/rpl_rli.cc:202
6351
#, c-format
6352
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6353
msgstr ""
6354
6355
#: drizzled/rpl_rli.cc:253
6356
#, c-format
6357
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6358
msgstr ""
6359
6360
#: drizzled/rpl_rli.cc:268
6361
msgid "Failed to flush relay log info file"
6362
msgstr ""
6363
6364
#: drizzled/rpl_rli.cc:271
6365
msgid "Error counting relay log space"
6366
msgstr ""
6367
6368
#: drizzled/rpl_rli.cc:295
6369
#, c-format
6370
msgid "log %s listed in the index, but failed to stat"
6371
msgstr ""
6372
6373
#: drizzled/rpl_rli.cc:310
6374
msgid "Could not find first log while counting relay log space"
6375
msgstr ""
6376
6377
#: drizzled/rpl_rli.cc:967
6378
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6379
msgstr ""
6380
6381
#: drizzled/rpl_utility.cc:119
6382
#, c-format
6383
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6384
msgstr ""
6385
6386
#: drizzled/rpl_utility.cc:134
6387
#, c-format
6388
msgid ""
6389
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6390
"Master's column size should be <= the slave's column size."
6391
msgstr ""
6392
6393
#: drizzled/scheduler.cc:122
6394
msgid "Memory allocation error in thd_scheduler::init\n"
6395
msgstr ""
6396
6397
#: drizzled/scheduler.cc:213
6398
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6399
msgstr ""
6400
6401
#: drizzled/scheduler.cc:219
6402
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6403
msgstr ""
6404
6405
#: drizzled/scheduler.cc:231
6406
msgid "thd_add_event event_add error in libevent_init\n"
6407
msgstr ""
6408
6409
#: drizzled/scheduler.cc:247
6410
#, c-format
6411
msgid "Can't create completion port thread (error %d)"
6412
msgstr ""
6413
6414
#: drizzled/scheduler.cc:360
6415
msgid "event_add error in libevent_add_thd_callback\n"
6416
msgstr ""
6417
6418
#: drizzled/scheduler.cc:386
6419
msgid "Scheduler init error in libevent_add_new_connection\n"
6420
msgstr ""
6421
6422
#: drizzled/scheduler.cc:467
6423
msgid "libevent_thread_proc: my_thread_init() failed\n"
6424
msgstr ""
6425
6426
#: drizzled/set_var.cc:898
6427
msgid "Ambiguous slave modes combination. STRICT will be used"
6428
msgstr ""
6429
6430
#: drizzled/slave.cc:89
6431
msgid "Waiting to reconnect after a failed registration on master"
6432
msgstr ""
6433
6434
#: drizzled/slave.cc:90
6435
msgid ""
6436
"Slave I/O thread killed while waitnig to reconnect after a failed "
6437
"registration on master"
6438
msgstr ""
6439
6440
#: drizzled/slave.cc:92
6441
msgid "Reconnecting after a failed registration on master"
6442
msgstr ""
6443
6444
#: drizzled/slave.cc:93
6445
#, c-format
6446
msgid ""
6447
"failed registering on master, reconnecting to try again, log '%s' at postion "
6448
"%s"
6449
msgstr ""
6450
6451
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6452
msgid "Slave I/O thread killed during or after reconnect"
6453
msgstr ""
6454
6455
#: drizzled/slave.cc:99
6456
msgid "Waiting to reconnect after a failed binlog dump request"
6457
msgstr ""
6458
6459
#: drizzled/slave.cc:100
6460
msgid "Slave I/O thread killed while retrying master dump"
6461
msgstr ""
6462
6463
#: drizzled/slave.cc:101
6464
msgid "Reconnecting after a failed binlog dump request"
6465
msgstr ""
6466
6467
#: drizzled/slave.cc:102
6468
#, c-format
6469
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6470
msgstr ""
6471
6472
#: drizzled/slave.cc:108
6473
msgid "Waiting to reconnect after a failed master event read"
6474
msgstr ""
6475
6476
#: drizzled/slave.cc:109
6477
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6478
msgstr ""
6479
6480
#: drizzled/slave.cc:111
6481
msgid "Reconnecting after a failed master event read"
6482
msgstr ""
6483
6484
#: drizzled/slave.cc:112
6485
#, c-format
6486
msgid ""
6487
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6488
"at postion %s"
6489
msgstr ""
6490
6491
#: drizzled/slave.cc:115
6492
msgid ""
6493
"Slave I/O thread killed during or after a reconnect done to recover from "
6494
"failed read"
6495
msgstr ""
6496
6497
#: drizzled/slave.cc:229
6498
msgid "Failed to allocate memory for the master info structure"
6499
msgstr ""
6500
6501
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6502
msgid "Failed to initialize the master info structure"
6503
msgstr ""
6504
6505
#: drizzled/slave.cc:251
6506
msgid "Failed to create slave threads"
6507
msgstr ""
6508
6509
#: drizzled/slave.cc:448
6510
msgid "Server id not set, will not start slave"
6511
msgstr ""
6512
6513
#: drizzled/slave.cc:616
6514
msgid ""
6515
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6516
"updates to a non-transactional table without any primary key. There is a "
6517
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6518
"check your tables' contents after restart."
6519
msgstr ""
6520
6521
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6522
msgid "Master reported unrecognized DRIZZLE version"
6523
msgstr ""
6524
6525
#: drizzled/slave.cc:833
6526
msgid "default Format_description_log_event"
6527
msgstr ""
6528
6529
#: drizzled/slave.cc:855
6530
#, c-format
6531
msgid ""
6532
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6533
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6534
msgstr ""
6535
6536
#: drizzled/slave.cc:882
6537
msgid ""
6538
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6539
"server ids; these ids must be different for replication to work (or the --"
6540
"replicate-same-server-id option must be used on slave but this doesnot "
6541
"always make sense; please check the manual before using it)."
6542
msgstr ""
6543
6544
#: drizzled/slave.cc:927
6545
msgid ""
6546
"The slave I/O thread stops because master and slave have different values "
6547
"for the COLLATION_SERVER global variable. The values must be equal for "
6548
"replication to work"
6549
msgstr ""
6550
6551
#: drizzled/slave.cc:963
6552
msgid ""
6553
"The slave I/O thread stops because master and slave have different values "
6554
"for the TIME_ZONE global variable. The values must be equal for replication "
6555
"to work"
6556
msgstr ""
6557
6558
#: drizzled/slave.cc:1028
6559
msgid "Waiting for the slave SQL thread to free enough relay log space"
6560
msgstr ""
6561
6562
#: drizzled/slave.cc:1074
6563
msgid ""
6564
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6565
"inaccurate"
6566
msgstr ""
6567
6568
#: drizzled/slave.cc:1085
6569
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6570
msgstr ""
6571
6572
#: drizzled/slave.cc:1476
6573
#, c-format
6574
msgid "Error on COM_BINLOG_DUMP: %d  %s, will retry in %d secs"
6575
msgstr ""
6576
6577
#: drizzled/slave.cc:1529
6578
#, c-format
6579
msgid "Error reading packet from server: %s ( server_errno=%d)"
6580
msgstr ""
6581
6582
#: drizzled/slave.cc:1537
6583
#, c-format
6584
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6585
msgstr ""
6586
6587
#: drizzled/slave.cc:1691
6588
#, c-format
6589
msgid ""
6590
"It was not possible to update the positions of the relay log information: "
6591
"the slave may be in an inconsistent state. Stopped in %s position %s"
6592
msgstr ""
6593
6594
#: drizzled/slave.cc:1766 drizzled/slave.cc:2360
6595
#, c-format
6596
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6597
msgstr ""
6598
6599
#: drizzled/slave.cc:1825 drizzled/slave.cc:2309
6600
#, c-format
6601
msgid "Error initializing relay log position: %s"
6602
msgstr ""
6603
6604
#: drizzled/slave.cc:1841
6605
#, c-format
6606
msgid ""
6607
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6608
"Consider raising the value of the slave_transaction_retries variable."
6609
msgstr ""
6610
6611
#: drizzled/slave.cc:1864
6612
msgid ""
6613
"Could not parse relay log event entry. The possible reasons are: the "
6614
"master's binary log is corrupted (you can check this by running "
6615
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6616
"can check this by running 'mysqlbinlog' on the relay log), a network "
6617
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6618
"check the master's binary log or slave's relay log, you will be able to know "
6619
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6620
msgstr ""
6621
6622
#: drizzled/slave.cc:1985
6623
msgid "Failed during slave I/O thread initialization"
6624
msgstr ""
6625
6626
#: drizzled/slave.cc:1999
6627
msgid "error in drizzle_create()"
6628
msgstr ""
6629
6630
#: drizzled/slave.cc:2007
6631
#, c-format
6632
msgid ""
6633
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6634
"'%s' at position %s"
6635
msgstr ""
6636
6637
#: drizzled/slave.cc:2021
6638
msgid "Slave I/O thread killed while connecting to master"
6639
msgstr ""
6640
6641
#: drizzled/slave.cc:2045
6642
msgid "Slave I/O thread couldn't register on master"
6643
msgstr ""
6644
6645
#: drizzled/slave.cc:2057 drizzled/slave.cc:2081 drizzled/slave.cc:2105
6646
msgid "Forcing to reconnect slave I/O thread"
6647
msgstr ""
6648
6649
#: drizzled/slave.cc:2070
6650
msgid "Failed on request_dump()"
6651
msgstr ""
6652
6653
#: drizzled/slave.cc:2071
6654
msgid "Slave I/O thread killed while requesting master dump"
6655
msgstr ""
6656
6657
#: drizzled/slave.cc:2097
6658
msgid "Waiting for master to send event"
6659
msgstr ""
6660
6661
#: drizzled/slave.cc:2099
6662
msgid "Slave I/O thread killed while reading event"
6663
msgstr ""
6664
6665
#: drizzled/slave.cc:2117
6666
#, c-format
6667
msgid ""
6668
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6669
"entry is correct, restart the server with a higher value of "
6670
"max_allowed_packet"
6671
msgstr ""
6672
6673
#: drizzled/slave.cc:2131
6674
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6675
msgstr ""
6676
6677
#: drizzled/slave.cc:2141
6678
msgid "Queueing master event to the relay log"
6679
msgstr ""
6680
6681
#: drizzled/slave.cc:2168
6682
msgid "Slave I/O thread aborted while waiting for relay log space"
6683
msgstr ""
6684
6685
#: drizzled/slave.cc:2178
6686
#, c-format
6687
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6688
msgstr ""
6689
6690
#: drizzled/slave.cc:2199
6691
msgid "Waiting for slave mutex on exit"
6692
msgstr ""
6693
6694
#: drizzled/slave.cc:2265
6695
msgid "Failed during slave thread initialization"
6696
msgstr ""
6697
6698
#: drizzled/slave.cc:2331
6699
#, c-format
6700
msgid ""
6701
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6702
"s, relay log '%s' position: %s"
6703
msgstr ""
6704
6705
#: drizzled/slave.cc:2345
6706
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6707
msgstr ""
6708
6709
#: drizzled/slave.cc:2371
6710
msgid "Reading event from the relay log"
6711
msgstr ""
6712
6713
#: drizzled/slave.cc:2396
6714
#, c-format
6715
msgid "Slave (additional info): %s Error_code: %d"
6716
msgstr ""
6717
6718
#: drizzled/slave.cc:2413
6719
#, c-format
6720
msgid "Slave: %s Error_code: %d"
6721
msgstr ""
6722
6723
#: drizzled/slave.cc:2416
6724
#, c-format
6725
msgid ""
6726
"Error loading user-defined library, slave SQL thread aborted. Install the "
6727
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6728
"stopped at log '%s' position %s"
6729
msgstr ""
6730
6731
#: drizzled/slave.cc:2424
6732
#, c-format
6733
msgid ""
6734
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6735
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6736
msgstr ""
6737
6738
#: drizzled/slave.cc:2436
6739
#, c-format
6740
msgid ""
6741
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6742
msgstr ""
6743
6744
#: drizzled/slave.cc:2532
6745
#, c-format
6746
msgid "Slave I/O: failed requesting download of '%s'"
6747
msgstr ""
6748
6749
#: drizzled/slave.cc:2549
6750
#, c-format
6751
msgid "Network read error downloading '%s' from master"
6752
msgstr ""
6753
6754
#: drizzled/slave.cc:2571
6755
msgid "error writing Exec_load event to relay log"
6756
msgstr ""
6757
6758
#: drizzled/slave.cc:2585
6759
msgid "error writing Create_file event to relay log"
6760
msgstr ""
6761
6762
#: drizzled/slave.cc:2600
6763
msgid "error writing Append_block event to relay log"
6764
msgstr ""
6765
6766
#: drizzled/slave.cc:2696
6767
msgid "Memory allocation failed"
6768
msgstr ""
6769
6770
#: drizzled/slave.cc:2721 drizzled/slave.cc:2807
6771
#, c-format
6772
msgid ""
6773
"Read invalid event from master: '%s', master could be corrupt but a more "
6774
"likely cause of this is a bug"
6775
msgstr ""
6776
6777
#: drizzled/slave.cc:3080
6778
msgid "could not queue event from master"
6779
msgstr ""
6780
6781
#: drizzled/slave.cc:3170
6782
#, c-format
6783
msgid "error %s to master '%s@%s:%d' - retry-time: %d  retries: %u"
6784
msgstr ""
6785
6786
#: drizzled/slave.cc:3172
6787
msgid "reconnecting"
6788
msgstr ""
6789
6790
#: drizzled/slave.cc:3172
6791
msgid "connecting"
6792
msgstr ""
6793
6794
#: drizzled/slave.cc:3198
6795
#, c-format
6796
msgid ""
6797
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6798
"position %s"
6799
msgstr ""
6800
6801
#: drizzled/slave.cc:3585
6802
#, c-format
6803
msgid "next log '%s' is currently active"
6804
msgstr ""
6805
6806
#: drizzled/slave.cc:3615
6807
#, c-format
6808
msgid "next log '%s' is not active"
6809
msgstr ""
6810
6811
#: drizzled/slave.cc:3631
6812
#, c-format
6813
msgid ""
6814
"Slave SQL thread: I/O error reading event(errno: %d  cur_log->error: %d)"
6815
msgstr ""
6816
6817
#: drizzled/slave.cc:3637
6818
msgid "Aborting slave SQL thread because of partial event read"
6819
msgstr ""
6820
6821
#: drizzled/slave.cc:3643 drizzled/slave.cc:3650
6822
#, c-format
6823
msgid "Error reading relay log event: %s"
6824
msgstr ""
6825
6826
#: drizzled/slave.cc:3644
6827
msgid "slave SQL thread was killed"
6828
msgstr ""
6829
6830
#: drizzled/slave.cc:3742
6831
#, c-format
6832
msgid ""
6833
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6834
"check error log on slave for more info"
6835
msgstr ""
6836
6837
#: drizzled/slave.cc:3748
6838
#, c-format
6839
msgid ""
6840
"According to the master's version ('%s'), it is probable that master suffers "
6841
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6842
"current binary log event may make the slave's data become different from the "
6843
"master's data. To take no risk, slave refuses to replicate this event and "
6844
"stops. We recommend that all updates be stopped on the master and slave, "
6845
"that the data of both be manually synchronized, that master's binary logs be "
6846
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6847
"Then replication can be restarted."
6848
msgstr ""
6849
6850
#: drizzled/sql_base.cc:2527
6851
#, c-format
6852
msgid "Table %s had a open data handler in reopen_table"
6853
msgstr ""
6854
6855
#: drizzled/sql_base.cc:3178
6856
#, c-format
6857
msgid "Couldn't repair table: %s.%s"
6858
msgstr ""
6859
6860
#: drizzled/sql_base.cc:3221
6861
#, c-format
6862
msgid ""
6863
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6864
"s`.`%s`' to the binary log"
6865
msgstr ""
6866
6867
#: drizzled/sql_base.cc:3950
6868
#, c-format
6869
msgid "Could not remove temporary table: '%s', error: %d"
6870
msgstr ""
6871
6872
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
6873
#, c-format
6874
msgid "Error while loading database options: '%s':"
6875
msgstr ""
6876
6877
#: drizzled/sql_plugin.cc:647
6878
#, c-format
6879
msgid "Plugin '%s' of type %s failed deinitialization"
6880
msgstr ""
6881
6882
#: drizzled/sql_plugin.cc:661
6883
#, c-format
6884
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6885
msgstr ""
6886
6887
#: drizzled/sql_plugin.cc:781
6888
#, c-format
6889
msgid "Plugin '%s' registration as a %s failed."
6890
msgstr ""
6891
6892
#: drizzled/sql_plugin.cc:1035
6893
msgid "plugin-load parameter too long"
6894
msgstr ""
6895
6896
#: drizzled/sql_plugin.cc:1095
6897
#, c-format
6898
msgid "Couldn't load plugin named '%s' with soname '%s'."
6899
msgstr ""
6900
6901
#: drizzled/sql_plugin.cc:1146
6902
#, c-format
6903
msgid "Forcing shutdown of %d plugins"
6904
msgstr ""
6905
6906
#: drizzled/sql_plugin.cc:1168
6907
#, c-format
6908
msgid "Plugin '%s' will be forced to shutdown"
6909
msgstr ""
6910
6911
#: drizzled/sql_plugin.cc:1184
6912
#, c-format
6913
msgid "Plugin '%s' has ref_count=%d after shutdown."
6914
msgstr ""
6915
6916
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
6917
#, c-format
6918
msgid "Unknown variable type code 0x%x in plugin '%s'."
6919
msgstr ""
6920
6921
#: drizzled/sql_plugin.cc:2476
6922
#, c-format
6923
msgid ""
6924
"Server variable %s of plugin %s was forced to be read-only: string variable "
6925
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6926
msgstr ""
6927
6928
#: drizzled/sql_plugin.cc:2507
6929
#, c-format
6930
msgid "Missing variable name in plugin '%s'."
6931
msgstr ""
6932
6933
#: drizzled/sql_plugin.cc:2524
6934
#, c-format
6935
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6936
msgstr ""
6937
6938
#: drizzled/sql_plugin.cc:2643
6939
#, c-format
6940
msgid "Out of memory for plugin '%s'."
6941
msgstr ""
6942
6943
#: drizzled/sql_plugin.cc:2650
6944
#, c-format
6945
msgid "Bad options for plugin '%s'."
6946
msgstr ""
6947
6948
#: drizzled/sql_plugin.cc:2659
6949
#, c-format
6950
msgid "Parsing options for plugin '%s' failed."
6951
msgstr ""
6952
6953
#: drizzled/sql_plugin.cc:2702
6954
#, c-format
6955
msgid "Plugin '%s' has conflicting system variables"
6956
msgstr ""
6957
6958
#: drizzled/sql_plugin.cc:2712
6959
#, c-format
6960
msgid "Plugin '%s' disabled by command line option"
6961
msgstr ""
6962
6963
#: drizzled/sql_repl.cc:101
6964
msgid "Failed in send_file() while reading file name"
6965
msgstr ""
6966
6967
#: drizzled/sql_repl.cc:114
6968
msgid "Failed in send_file() on open of file"
6969
msgstr ""
6970
6971
#: drizzled/sql_repl.cc:122
6972
msgid "Failed in send_file() while writing data to client"
6973
msgstr ""
6974
6975
#: drizzled/sql_repl.cc:131
6976
msgid "Failed in send_file() while negotiating file transfer close"
6977
msgstr ""
6978
6979
#: drizzled/sql_table.cc:81
6980
#, c-format
6981
msgid "Invalid (old?) table or database name '%s'"
6982
msgstr ""
6983
6984
#: drizzled/sql_table.cc:2716
6985
#, c-format
6986
msgid "Unknown - internal error %d during operation"
6987
msgstr ""
6988
6989
#: drizzled/sql_table.cc:4990
6990
#, c-format
6991
msgid "Could not open table %s.%s after rename\n"
6992
msgstr ""
6993
6994
#: drizzled/sql_table.cc:5157
6995
#, c-format
6996
msgid ""
6997
"order_st BY ignored because there is a user-defined clustered index in the "
6998
"table '%-.192s'"
6999
msgstr ""
7000
7001
#: drizzled/sql_udf.cc:39
7002
msgid "Can't allocate memory for udf structures"
7003
msgstr ""
7004
7005
#: drizzled/table.cc:488
7006
#, c-format
7007
msgid ""
7008
"'%s' had no or invalid character set, and default character set is multi-"
7009
"byte, so character column sizes may have changed"
7010
msgstr ""
7011
7012
#: drizzled/table.cc:1692
7013
#, c-format
7014
msgid "Unknown collation '%s' in table '%-.64s' definition"
7015
msgstr ""
7016
7017
#: drizzled/table.cc:1699
7018
#, c-format
7019
msgid ""
7020
"Table '%-.64s' was created with a different version of MySQL and cannot be "
7021
"read"
7022
msgstr ""
7023
7024
#: drizzled/table.cc:2310
7025
#, c-format
7026
msgid ""
7027
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
7028
"found '%s'."
7029
msgstr ""
7030
7031
#: drizzled/table.cc:2336
7032
#, c-format
7033
msgid ""
7034
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7035
"have type %s, found type %s."
7036
msgstr ""
7037
7038
#: drizzled/table.cc:2345
7039
#, c-format
7040
msgid ""
7041
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7042
"position %d to have character set '%s' but the type has no character set."
7043
msgstr ""
7044
7045
#: drizzled/table.cc:2355
7046
#, c-format
7047
msgid ""
7048
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7049
"position %d to have character set '%s' but found character set '%s'."
7050
msgstr ""
7051
7052
#: drizzled/table.cc:2366
7053
#, c-format
7054
msgid ""
7055
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7056
"have type %s  but the column is not found."
7057
msgstr ""
7058
7059
#: drizzled/table.cc:4749
7060
#, c-format
7061
msgid "Got error %d when reading table '%s'"
7062
msgstr ""
7063
7064
#: drizzled/tztime.cc:1063
7065
#, c-format
7066
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7067
msgstr ""
7068
7069
#: drizzled/definitions.h:52
7070
msgid "Invalid error code"
7071
msgstr ""
7072
7073
#~ msgid ""
7074
#~ "Switch to another charset. Might be needed for processing binlog with "
7075
#~ "multi-byte charsets."
7076
#~ msgstr "更改字符集。在用到多字节字符(multi-byte charsets)处理binlog时用到。"