~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/drizzle.pot

  • Committer: Monty Taylor
  • Date: 2008-12-06 22:41:03 UTC
  • mto: (656.1.7 devel)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: monty@inaugust.com-20081206224103-jdouqwt9hb0f01y1
Moved non-working tests into broken suite for easier running of working tests.

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