~drizzle-trunk/drizzle/development

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