~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/drizzle.pot

  • Committer: Jay Pipes
  • Date: 2009-01-30 04:01:12 UTC
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090130040112-svbn774guj98pwi4
To remain in compatibility with MySQL, added ability to interpret
decimal arguments as datetime strings for temporal functions.

Fixed YEAR(), MONTH(), DAYOFMONTH(), DAYOFYEAR(), HOUR(), MINUTE(), SECOND(), and MICROSECOND()
to accept decimal parameters and interpret them the same way as MySQL.

Fixed an issue with the TemporalFormat::matches() method which was 
incorrectly assuming all microsecond arguments were specified as 6 digits.
Added power of 10 multiplier to usecond calculation. This fixes issues with
failures in type_date and func_sapdb test cases.

Show diffs side-by-side

added added

removed removed

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