~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/en_GB.po

  • Committer: Brian Aker
  • Date: 2008-08-12 20:06:28 UTC
  • mfrom: (287.3.39 codestyle)
  • Revision ID: brian@tangent.org-20080812200628-250atm499s5qwbhx
Merging Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# English (United Kingdom) translation for drizzle
 
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
 
3
# This file is distributed under the same license as the drizzle package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: drizzle\n"
 
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
 
10
"POT-Creation-Date: 2008-08-12 13:00-0700\n"
 
11
"PO-Revision-Date: 2008-08-11 18:57+0000\n"
 
12
"Last-Translator: LinuxJedi <andrew@linuxjedi.co.uk>\n"
 
13
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
 
18
"X-Launchpad-Export-Date: 2008-08-12 04:16+0000\n"
 
19
"X-Generator: Launchpad (build Unknown)\n"
 
20
 
 
21
#: client/drizzle.cc:256
 
22
msgid "Synonym for `help'."
 
23
msgstr ""
 
24
 
 
25
#: client/drizzle.cc:257
 
26
msgid "Clear command."
 
27
msgstr ""
 
28
 
 
29
#: client/drizzle.cc:259
 
30
msgid "Reconnect to the server. Optional arguments are db and host."
 
31
msgstr ""
 
32
 
 
33
#: client/drizzle.cc:261
 
34
msgid ""
 
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
 
36
msgstr ""
 
37
 
 
38
#: client/drizzle.cc:263
 
39
msgid "Send command to drizzle server, display result vertically."
 
40
msgstr ""
 
41
 
 
42
#: client/drizzle.cc:264
 
43
msgid "Exit drizzle. Same as quit."
 
44
msgstr ""
 
45
 
 
46
#: client/drizzle.cc:265
 
47
msgid "Send command to drizzle server."
 
48
msgstr ""
 
49
 
 
50
#: client/drizzle.cc:266
 
51
msgid "Display this help."
 
52
msgstr ""
 
53
 
 
54
#: client/drizzle.cc:267
 
55
msgid "Disable pager, print to stdout."
 
56
msgstr ""
 
57
 
 
58
#: client/drizzle.cc:268
 
59
msgid "Don't write into outfile."
 
60
msgstr ""
 
61
 
 
62
#: client/drizzle.cc:270
 
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
 
64
msgstr ""
 
65
 
 
66
#: client/drizzle.cc:271
 
67
msgid "Print current command."
 
68
msgstr ""
 
69
 
 
70
#: client/drizzle.cc:272
 
71
msgid "Change your drizzle prompt."
 
72
msgstr ""
 
73
 
 
74
#: client/drizzle.cc:273
 
75
msgid "Quit drizzle."
 
76
msgstr ""
 
77
 
 
78
#: client/drizzle.cc:274
 
79
msgid "Rebuild completion hash."
 
80
msgstr ""
 
81
 
 
82
#: client/drizzle.cc:276
 
83
msgid "Execute an SQL script file. Takes a file name as an argument."
 
84
msgstr ""
 
85
 
 
86
#: client/drizzle.cc:277
 
87
msgid "Get status information from the server."
 
88
msgstr ""
 
89
 
 
90
#: client/drizzle.cc:279
 
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
 
92
msgstr ""
 
93
 
 
94
#: client/drizzle.cc:281
 
95
msgid "Use another database. Takes database name as argument."
 
96
msgstr ""
 
97
 
 
98
#: client/drizzle.cc:283
 
99
msgid ""
 
100
"Switch to another charset. Might be needed for processing binlog with multi-"
 
101
"byte charsets."
 
102
msgstr ""
 
103
 
 
104
#: client/drizzle.cc:285 client/drizzle.cc:1437
 
105
msgid "Show warnings after every statement."
 
106
msgstr ""
 
107
 
 
108
#: client/drizzle.cc:287
 
109
msgid "Don't show warnings after every statement."
 
110
msgstr ""
 
111
 
 
112
#: client/drizzle.cc:1120
 
113
msgid "Welcome to the Drizzle client..  Commands end with ; or \\g."
 
114
msgstr ""
 
115
 
 
116
#: client/drizzle.cc:1130
 
117
#, c-format
 
118
msgid ""
 
119
"Your Drizzle connection id is %u\n"
 
120
"Server version: %s\n"
 
121
msgstr ""
 
122
 
 
123
#: client/drizzle.cc:1160
 
124
#, c-format
 
125
msgid "Reading history-file %s\n"
 
126
msgstr ""
 
127
 
 
128
#: client/drizzle.cc:1165
 
129
#, c-format
 
130
msgid "Couldn't allocate memory for temp histfile!\n"
 
131
msgstr ""
 
132
 
 
133
#: client/drizzle.cc:1172
 
134
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
 
135
msgstr ""
 
136
 
 
137
#: client/drizzle.cc:1190
 
138
#, c-format
 
139
msgid "Writing history-file %s\n"
 
140
msgstr ""
 
141
 
 
142
#: client/drizzle.cc:1199
 
143
msgid "Aborted"
 
144
msgstr "Aborted"
 
145
 
 
146
#: client/drizzle.cc:1199
 
147
msgid "Bye"
 
148
msgstr "Bye"
 
149
 
 
150
#: client/drizzle.cc:1248
 
151
msgid "Query aborted by Ctrl+C\n"
 
152
msgstr ""
 
153
 
 
154
#: client/drizzle.cc:1271 client/drizzleadmin.cc:69
 
155
msgid "Display this help and exit."
 
156
msgstr ""
 
157
 
 
158
#: client/drizzle.cc:1273
 
159
msgid "Synonym for -?"
 
160
msgstr ""
 
161
 
 
162
#: client/drizzle.cc:1276
 
163
msgid ""
 
164
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
 
165
"and field completion, but startup and reconnecting may take a longer time. "
 
166
"Disable with --disable-auto-rehash."
 
167
msgstr ""
 
168
 
 
169
#: client/drizzle.cc:1280
 
170
msgid ""
 
171
"No automatic rehashing. One has to use 'rehash' to get table and field "
 
172
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
 
173
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
 
174
msgstr ""
 
175
 
 
176
#: client/drizzle.cc:1283
 
177
msgid ""
 
178
"Automatically switch to vertical output mode if the result is wider than the "
 
179
"terminal width."
 
180
msgstr ""
 
181
 
 
182
#: client/drizzle.cc:1286
 
183
msgid ""
 
184
"Don't use history file. Disable interactive behavior. (Enables --silent)"
 
185
msgstr ""
 
186
 
 
187
#: client/drizzle.cc:1288
 
188
msgid "Directory where character sets are."
 
189
msgstr ""
 
190
 
 
191
#: client/drizzle.cc:1290
 
192
msgid "Display column type information."
 
193
msgstr ""
 
194
 
 
195
#: client/drizzle.cc:1293
 
196
msgid ""
 
197
"Preserve comments. Send comments to the server. The default is --skip-"
 
198
"comments (discard comments), enable with --comments"
 
199
msgstr ""
 
200
 
 
201
#: client/drizzle.cc:1296
 
202
msgid "Use compression in server/client protocol."
 
203
msgstr ""
 
204
 
 
205
#: client/drizzle.cc:1299
 
206
msgid "Check memory and open file usage at exit ."
 
207
msgstr ""
 
208
 
 
209
#: client/drizzle.cc:1302
 
210
msgid "Print some debug info at exit."
 
211
msgstr ""
 
212
 
 
213
#: client/drizzle.cc:1304
 
214
msgid "Database to use."
 
215
msgstr ""
 
216
 
 
217
#: client/drizzle.cc:1307
 
218
msgid "Set the default character set."
 
219
msgstr ""
 
220
 
 
221
#: client/drizzle.cc:1309
 
222
msgid "Delimiter to be used."
 
223
msgstr ""
 
224
 
 
225
#: client/drizzle.cc:1311
 
226
msgid "Execute command and quit. (Disables --force and history file)"
 
227
msgstr ""
 
228
 
 
229
#: client/drizzle.cc:1313
 
230
msgid "Print the output of a query (rows) vertically."
 
231
msgstr ""
 
232
 
 
233
#: client/drizzle.cc:1316
 
234
msgid "Continue even if we get an sql error."
 
235
msgstr ""
 
236
 
 
237
#: client/drizzle.cc:1320
 
238
msgid ""
 
239
"Enable named commands. Named commands mean this program's internal commands; "
 
240
"see drizzle> help . When enabled, the named commands can be used from any "
 
241
"line of the query, otherwise only from the first line, before an enter. "
 
242
"Disable with --disable-named-commands. This option is disabled by default."
 
243
msgstr ""
 
244
 
 
245
#: client/drizzle.cc:1324
 
246
msgid ""
 
247
"Named commands are disabled. Use \\* form only, or use named commands only "
 
248
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
 
249
"the client now starts with this option ENABLED by default! Disable with '-"
 
250
"G'. Long format commands still work from the first line. WARNING: option "
 
251
"deprecated; use --disable-named-commands instead."
 
252
msgstr ""
 
253
 
 
254
#: client/drizzle.cc:1326
 
255
msgid "Ignore space after function names."
 
256
msgstr ""
 
257
 
 
258
#: client/drizzle.cc:1328
 
259
msgid "Enable/disable LOAD DATA LOCAL INFILE."
 
260
msgstr ""
 
261
 
 
262
#: client/drizzle.cc:1331
 
263
msgid "Turn off beep on error."
 
264
msgstr ""
 
265
 
 
266
#: client/drizzle.cc:1333 client/drizzleadmin.cc:71
 
267
msgid "Connect to host."
 
268
msgstr ""
 
269
 
 
270
#: client/drizzle.cc:1335
 
271
msgid "Write line numbers for errors."
 
272
msgstr ""
 
273
 
 
274
#: client/drizzle.cc:1338
 
275
msgid ""
 
276
"Don't write line number for errors. WARNING: -L is deprecated, use long "
 
277
"version of this option instead."
 
278
msgstr ""
 
279
 
 
280
#: client/drizzle.cc:1340
 
281
msgid "Flush buffer after each query."
 
282
msgstr ""
 
283
 
 
284
#: client/drizzle.cc:1342
 
285
msgid "Write column names in results."
 
286
msgstr ""
 
287
 
 
288
#: client/drizzle.cc:1346
 
289
msgid ""
 
290
"Don't write column names in results. WARNING: -N is deprecated, use long "
 
291
"version of this options instead."
 
292
msgstr ""
 
293
 
 
294
#: client/drizzle.cc:1349
 
295
msgid ""
 
296
"Change the value of a variable. Please note that this option is deprecated; "
 
297
"you can set variables directly with --variable-name=value."
 
298
msgstr ""
 
299
 
 
300
#: client/drizzle.cc:1351
 
301
msgid "Ignore SIGINT (CTRL-C)"
 
302
msgstr ""
 
303
 
 
304
#: client/drizzle.cc:1355
 
305
msgid ""
 
306
"Only update the default database. This is useful for skipping updates to "
 
307
"other database in the update log."
 
308
msgstr ""
 
309
 
 
310
#: client/drizzle.cc:1358
 
311
msgid ""
 
312
"Pager to use to display results. If you don't supply an option the default "
 
313
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
 
314
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
 
315
"work in batch mode. Disable with --disable-pager. This option is disabled by "
 
316
"default."
 
317
msgstr ""
 
318
 
 
319
#: client/drizzle.cc:1361
 
320
msgid ""
 
321
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
 
322
"option deprecated; use --disable-pager instead."
 
323
msgstr ""
 
324
 
 
325
#: client/drizzle.cc:1364 client/drizzleadmin.cc:74
 
326
msgid ""
 
327
"Password to use when connecting to server. If password is not given it's "
 
328
"asked from the tty."
 
329
msgstr ""
 
330
 
 
331
#: client/drizzle.cc:1366
 
332
msgid ""
 
333
"Port number to use for connection or 0 for default to, in order of "
 
334
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
 
335
msgstr ""
 
336
 
 
337
#: client/drizzle.cc:1367
 
338
msgid "built-in default"
 
339
msgstr ""
 
340
 
 
341
#: client/drizzle.cc:1370
 
342
msgid "Set the drizzle prompt to this value."
 
343
msgstr ""
 
344
 
 
345
#: client/drizzle.cc:1373
 
346
msgid "The protocol of connection (tcp,socket,pipe,memory)."
 
347
msgstr ""
 
348
 
 
349
#: client/drizzle.cc:1376
 
350
msgid ""
 
351
"Don't cache result, print it row by row. This may slow down the server if "
 
352
"the output is suspended. Doesn't use history file."
 
353
msgstr ""
 
354
 
 
355
#: client/drizzle.cc:1378
 
356
msgid "Write fields without conversion. Used with --batch."
 
357
msgstr ""
 
358
 
 
359
#: client/drizzle.cc:1381
 
360
msgid ""
 
361
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
 
362
"option is enabled by default."
 
363
msgstr ""
 
364
 
 
365
#: client/drizzle.cc:1383
 
366
msgid ""
 
367
"Be more silent. Print results with a tab as separator, each row on new line."
 
368
msgstr ""
 
369
 
 
370
#: client/drizzle.cc:1385
 
371
msgid "Socket file to use for connection."
 
372
msgstr ""
 
373
 
 
374
#: client/drizzle.cc:1388
 
375
msgid "Output in table format."
 
376
msgstr ""
 
377
 
 
378
#: client/drizzle.cc:1391
 
379
msgid ""
 
380
"Append everything into outfile. See interactive help (\\h) also. Does not "
 
381
"work in batch mode. Disable with --disable-tee. This option is disabled by "
 
382
"default."
 
383
msgstr ""
 
384
 
 
385
#: client/drizzle.cc:1393
 
386
msgid ""
 
387
"Disable outfile. See interactive help (\\h) also. WARNING: option "
 
388
"deprecated; use --disable-tee instead"
 
389
msgstr ""
 
390
 
 
391
#: client/drizzle.cc:1396 client/drizzleadmin.cc:84
 
392
msgid "User for login if not current user."
 
393
msgstr ""
 
394
 
 
395
#: client/drizzle.cc:1399
 
396
msgid "Only allow UPDATE and DELETE that uses keys."
 
397
msgstr ""
 
398
 
 
399
#: client/drizzle.cc:1402
 
400
msgid "Synonym for option --safe-updates, -U."
 
401
msgstr ""
 
402
 
 
403
#: client/drizzle.cc:1405
 
404
msgid "Write more. (-v -v -v gives the table output format)."
 
405
msgstr ""
 
406
 
 
407
#: client/drizzle.cc:1407 client/drizzleadmin.cc:89
 
408
msgid "Output version information and exit."
 
409
msgstr ""
 
410
 
 
411
#: client/drizzle.cc:1409 client/drizzleadmin.cc:91
 
412
msgid "Wait and retry if connection is down."
 
413
msgstr ""
 
414
 
 
415
#: client/drizzle.cc:1412
 
416
msgid "Number of seconds before connection timeout."
 
417
msgstr ""
 
418
 
 
419
#: client/drizzle.cc:1417
 
420
msgid "Max packet length to send to, or receive from server"
 
421
msgstr ""
 
422
 
 
423
#: client/drizzle.cc:1422
 
424
msgid "Buffer for TCP/IP and socket communication"
 
425
msgstr ""
 
426
 
 
427
#: client/drizzle.cc:1426
 
428
msgid "Automatic limit for SELECT when using --safe-updates"
 
429
msgstr ""
 
430
 
 
431
#: client/drizzle.cc:1431
 
432
msgid "Automatic limit for rows in a join when using --safe-updates"
 
433
msgstr ""
 
434
 
 
435
#: client/drizzle.cc:1435
 
436
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
 
437
msgstr ""
 
438
 
 
439
#: client/drizzle.cc:1448
 
440
#, c-format
 
441
msgid "%s  Ver %s Distrib %s, for %s (%s) using %s %s\n"
 
442
msgstr ""
 
443
 
 
444
#: client/drizzle.cc:1455
 
445
#, c-format
 
446
msgid ""
 
447
"Copyright (C) 2000-2008 MySQL AB\n"
 
448
"                                      This software comes with ABSOLUTELY NO "
 
449
"WARRANTY. This is free software,\n"
 
450
" and you are welcome to modify and redistribute it under the GPL license\n"
 
451
msgstr ""
 
452
 
 
453
#: client/drizzle.cc:1459
 
454
#, c-format
 
455
msgid "Usage: %s [OPTIONS] [database]\n"
 
456
msgstr ""
 
457
 
 
458
#: client/drizzle.cc:1492
 
459
msgid "DELIMITER cannot contain a backslash character"
 
460
msgstr ""
 
461
 
 
462
#: client/drizzle.cc:1513
 
463
#, c-format
 
464
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
 
465
msgstr ""
 
466
 
 
467
#: client/drizzle.cc:1536
 
468
#, c-format
 
469
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
 
470
msgstr ""
 
471
 
 
472
#: client/drizzle.cc:1540
 
473
#, c-format
 
474
msgid "WARNING: --server-arg option not supported in this configuration.\n"
 
475
msgstr ""
 
476
 
 
477
#: client/drizzle.cc:1912
 
478
#, c-format
 
479
msgid "Unknown command '\\%c'."
 
480
msgstr ""
 
481
 
 
482
#: client/drizzle.cc:2339
 
483
msgid ""
 
484
"Reading table information for completion of table and column names\n"
 
485
"    You can turn off this feature to get a quicker startup with -A\n"
 
486
"\n"
 
487
msgstr ""
 
488
 
 
489
#: client/drizzle.cc:2436
 
490
msgid "No connection. Trying to reconnect..."
 
491
msgstr ""
 
492
 
 
493
#: client/drizzle.cc:2442
 
494
msgid "Can't connect to the server\n"
 
495
msgstr ""
 
496
 
 
497
#: client/drizzle.cc:2499
 
498
msgid "categories:"
 
499
msgstr ""
 
500
 
 
501
#: client/drizzle.cc:2499
 
502
msgid "topics:"
 
503
msgstr ""
 
504
 
 
505
#: client/drizzle.cc:2550
 
506
#, c-format
 
507
msgid "Name: '%s'\n"
 
508
msgstr ""
 
509
 
 
510
#: client/drizzle.cc:2551
 
511
#, c-format
 
512
msgid ""
 
513
"Description:\n"
 
514
"%s"
 
515
msgstr ""
 
516
 
 
517
#: client/drizzle.cc:2553
 
518
#, c-format
 
519
msgid ""
 
520
"Examples:\n"
 
521
"%s"
 
522
msgstr ""
 
523
 
 
524
#: client/drizzle.cc:2566
 
525
msgid "Many help items for your request exist."
 
526
msgstr ""
 
527
 
 
528
#: client/drizzle.cc:2567
 
529
msgid ""
 
530
"To make a more specific request, please type 'help <item>',\n"
 
531
"where <item> is one of the following"
 
532
msgstr ""
 
533
 
 
534
#: client/drizzle.cc:2573
 
535
#, c-format
 
536
msgid "You asked for help about help category: '%s'\n"
 
537
msgstr ""
 
538
 
 
539
#: client/drizzle.cc:2574
 
540
msgid ""
 
541
"For more information, type 'help <item>', where <item> is one of the "
 
542
"following"
 
543
msgstr ""
 
544
 
 
545
#: client/drizzle.cc:2587
 
546
msgid ""
 
547
"\n"
 
548
"Nothing found"
 
549
msgstr ""
 
550
 
 
551
#: client/drizzle.cc:2588
 
552
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
 
553
msgstr ""
 
554
 
 
555
#: client/drizzle.cc:2610
 
556
msgid "List of all Drizzle commands:"
 
557
msgstr ""
 
558
 
 
559
#: client/drizzle.cc:2612
 
560
msgid "Note that all text commands must be first on line and end with ';'"
 
561
msgstr ""
 
562
 
 
563
#: client/drizzle.cc:2623
 
564
msgid ""
 
565
"\n"
 
566
"For server side help, type 'help contents'\n"
 
567
msgstr ""
 
568
 
 
569
#: client/drizzle.cc:2648
 
570
msgid "Usage: \\C char_setname | charset charset_name"
 
571
msgstr ""
 
572
 
 
573
#: client/drizzle.cc:2658
 
574
msgid "Charset changed"
 
575
msgstr ""
 
576
 
 
577
#: client/drizzle.cc:2660
 
578
msgid "Charset is not found"
 
579
msgstr ""
 
580
 
 
581
#: client/drizzle.cc:2691
 
582
msgid "No query specified\n"
 
583
msgstr ""
 
584
 
 
585
#: client/drizzle.cc:2706
 
586
msgid "Ignoring query to other database"
 
587
msgstr ""
 
588
 
 
589
#: client/drizzle.cc:2755
 
590
msgid "Empty set"
 
591
msgstr ""
 
592
 
 
593
#: client/drizzle.cc:2768
 
594
#, c-format
 
595
msgid "%ld row in set"
 
596
msgid_plural "%ld rows in set"
 
597
msgstr[0] ""
 
598
msgstr[1] ""
 
599
 
 
600
#: client/drizzle.cc:2777
 
601
msgid "Query OK"
 
602
msgstr ""
 
603
 
 
604
#: client/drizzle.cc:2779
 
605
#, c-format
 
606
msgid "Query OK, %ld row affected"
 
607
msgid_plural "Query OK, %ld rows affected"
 
608
msgstr[0] ""
 
609
msgstr[1] ""
 
610
 
 
611
#: client/drizzleadmin.cc:76
 
612
msgid ""
 
613
"Port number to use for connection or 0 for default to, in order of "
 
614
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
 
615
msgstr ""
 
616
 
 
617
#: client/drizzleadmin.cc:81
 
618
msgid "Silently exit if one can't connect to server."
 
619
msgstr ""
 
620
 
 
621
#: client/drizzleadmin.cc:87
 
622
msgid "Write more information."
 
623
msgstr ""
 
624
 
 
625
#: client/drizzleadmin.cc:254
 
626
#, c-format
 
627
msgid ""
 
628
"connect to server at '%s' failed\n"
 
629
"error: '%s'"
 
630
msgstr ""
 
631
 
 
632
#: client/drizzleadmin.cc:260
 
633
#, c-format
 
634
msgid "Check that drizzled is running on %s"
 
635
msgstr ""
 
636
 
 
637
#: client/drizzleadmin.cc:261
 
638
#, c-format
 
639
msgid " and that the port is %d.\n"
 
640
msgstr ""
 
641
 
 
642
#: client/drizzleadmin.cc:263
 
643
#, c-format
 
644
msgid "You can check this by doing 'telnet %s %d'\n"
 
645
msgstr ""
 
646
 
 
647
#: client/drizzleadmin.cc:274
 
648
#, c-format
 
649
msgid "Got error: %s\n"
 
650
msgstr ""
 
651
 
 
652
#: client/drizzleadmin.cc:281
 
653
msgid "Waiting for Drizzle server to answer"
 
654
msgstr ""
 
655
 
 
656
#: client/drizzleadmin.cc:314
 
657
#, c-format
 
658
msgid "shutting down drizzled...\n"
 
659
msgstr ""
 
660
 
 
661
#: client/drizzleadmin.cc:318
 
662
#, c-format
 
663
msgid "shutdown failed; error: '%s'"
 
664
msgstr ""
 
665
 
 
666
#: client/drizzleadmin.cc:325
 
667
#, c-format
 
668
msgid "done\n"
 
669
msgstr ""
 
670
 
 
671
#: client/drizzleadmin.cc:335
 
672
msgid "drizzled is alive"
 
673
msgstr ""
 
674
 
 
675
#: client/drizzleadmin.cc:343
 
676
msgid "connection was down, but drizzled is now alive"
 
677
msgstr ""
 
678
 
 
679
#: client/drizzleadmin.cc:347
 
680
#, c-format
 
681
msgid "drizzled doesn't answer to ping, error: '%s'"
 
682
msgstr ""
 
683
 
 
684
#: client/drizzleadmin.cc:356
 
685
#, c-format
 
686
msgid "Unknown command: '%-.60s'"
 
687
msgstr ""
 
688
 
 
689
#: client/drizzleadmin.cc:365
 
690
#, c-format
 
691
msgid "%s  Ver %s Distrib %s, for %s on %s\n"
 
692
msgstr ""
 
693
 
 
694
#: client/drizzleadmin.cc:372
 
695
msgid "Copyright (C) 2000-2008 MySQL AB"
 
696
msgstr ""
 
697
 
 
698
#: client/drizzleadmin.cc:373
 
699
msgid ""
 
700
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
 
701
"and you are welcome to modify and redistribute it under the GPL license\n"
 
702
msgstr ""
 
703
 
 
704
#: client/drizzleadmin.cc:374
 
705
msgid "Administration program for the drizzled daemon."
 
706
msgstr ""
 
707
 
 
708
#: client/drizzleadmin.cc:375
 
709
#, c-format
 
710
msgid "Usage: %s [OPTIONS] command command....\n"
 
711
msgstr ""
 
712
 
 
713
#: client/drizzleadmin.cc:377
 
714
msgid ""
 
715
"  ping         Check if server is down\n"
 
716
"  shutdown     Take server down\n"
 
717
msgstr ""
 
718
 
 
719
#: mysys/errors.c:25
 
720
#, c-format
 
721
msgid "Can't create/write to file '%s' (Errcode: %d)"
 
722
msgstr ""
 
723
 
 
724
#: mysys/errors.c:26
 
725
#, c-format
 
726
msgid "Error reading file '%s' (Errcode: %d)"
 
727
msgstr ""
 
728
 
 
729
#: mysys/errors.c:27
 
730
#, c-format
 
731
msgid "Error writing file '%s' (Errcode: %d)"
 
732
msgstr ""
 
733
 
 
734
#: mysys/errors.c:28
 
735
#, c-format
 
736
msgid "Error on close of '%'s (Errcode: %d)"
 
737
msgstr ""
 
738
 
 
739
#: mysys/errors.c:29
 
740
#, c-format
 
741
msgid "Out of memory (Needed %u bytes)"
 
742
msgstr ""
 
743
 
 
744
#: mysys/errors.c:30
 
745
#, c-format
 
746
msgid "Error on delete of '%s' (Errcode: %d)"
 
747
msgstr ""
 
748
 
 
749
#: mysys/errors.c:31
 
750
#, c-format
 
751
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
 
752
msgstr ""
 
753
 
 
754
#: mysys/errors.c:32
 
755
#, c-format
 
756
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
 
757
msgstr ""
 
758
 
 
759
#: mysys/errors.c:33
 
760
#, c-format
 
761
msgid "Can't lock file (Errcode: %d)"
 
762
msgstr ""
 
763
 
 
764
#: mysys/errors.c:34
 
765
#, c-format
 
766
msgid "Can't unlock file (Errcode: %d)"
 
767
msgstr ""
 
768
 
 
769
#: mysys/errors.c:35
 
770
#, c-format
 
771
msgid "Can't read dir of '%s' (Errcode: %d)"
 
772
msgstr ""
 
773
 
 
774
#: mysys/errors.c:36
 
775
#, c-format
 
776
msgid "Can't get stat of '%s' (Errcode: %d)"
 
777
msgstr ""
 
778
 
 
779
#: mysys/errors.c:37
 
780
#, c-format
 
781
msgid "Can't change size of file (Errcode: %d)"
 
782
msgstr ""
 
783
 
 
784
#: mysys/errors.c:38
 
785
#, c-format
 
786
msgid "Can't open stream from handle (Errcode: %d)"
 
787
msgstr ""
 
788
 
 
789
#: mysys/errors.c:39
 
790
#, c-format
 
791
msgid "Can't get working dirctory (Errcode: %d)"
 
792
msgstr ""
 
793
 
 
794
#: mysys/errors.c:40
 
795
#, c-format
 
796
msgid "Can't change dir to '%s' (Errcode: %d)"
 
797
msgstr ""
 
798
 
 
799
#: mysys/errors.c:41
 
800
#, c-format
 
801
msgid "Warning: '%s' had %d links"
 
802
msgstr ""
 
803
 
 
804
#: mysys/errors.c:42
 
805
#, c-format
 
806
msgid "Warning: %d files and %d streams is left open\n"
 
807
msgstr ""
 
808
 
 
809
#: mysys/errors.c:43
 
810
#, c-format
 
811
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
 
812
msgstr ""
 
813
 
 
814
#: mysys/errors.c:44
 
815
#, c-format
 
816
msgid "Can't create directory '%s' (Errcode: %d)"
 
817
msgstr ""
 
818
 
 
819
#: mysys/errors.c:45
 
820
#, c-format
 
821
msgid ""
 
822
"Character set '%s' is not a compiled character set and is not specified in "
 
823
"the %s file"
 
824
msgstr ""
 
825
 
 
826
#: mysys/errors.c:46
 
827
#, c-format
 
828
msgid "Out of resources when opening file '%s' (Errcode: %d)"
 
829
msgstr ""
 
830
 
 
831
#: mysys/errors.c:47
 
832
#, c-format
 
833
msgid "Can't read value for symlink '%s' (Error %d)"
 
834
msgstr ""
 
835
 
 
836
#: mysys/errors.c:48
 
837
#, c-format
 
838
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
 
839
msgstr ""
 
840
 
 
841
#: mysys/errors.c:49
 
842
#, c-format
 
843
msgid "Error on realpath() on '%s' (Error %d)"
 
844
msgstr ""
 
845
 
 
846
#: mysys/errors.c:50
 
847
#, c-format
 
848
msgid "Can't sync file '%s' to disk (Errcode: %d)"
 
849
msgstr ""
 
850
 
 
851
#: mysys/errors.c:51
 
852
#, c-format
 
853
msgid ""
 
854
"Collation '%s' is not a compiled collation and is not specified in the %s "
 
855
"file"
 
856
msgstr ""
 
857
 
 
858
#: mysys/errors.c:52
 
859
#, c-format
 
860
msgid "File '%s' not found (Errcode: %d)"
 
861
msgstr ""
 
862
 
 
863
#: mysys/errors.c:53
 
864
#, c-format
 
865
msgid "File '%s' (fileno: %d) was not closed"
 
866
msgstr ""
 
867
 
 
868
#: mysys/my_error.c:86
 
869
#, c-format
 
870
msgid "Unknown error %d"
 
871
msgstr ""
 
872
 
 
873
#: mysys/my_getopt.c:83
 
874
msgid "Warning: "
 
875
msgstr ""
 
876
 
 
877
#: mysys/my_getopt.c:85
 
878
msgid "Info: "
 
879
msgstr ""
 
880
 
 
881
#: mysys/my_getopt.c:350
 
882
#, c-format
 
883
msgid "%s: %s: Option '%s' used, but is disabled\n"
 
884
msgstr ""
 
885
 
 
886
#: mysys/my_getopt.c:351
 
887
msgid "WARNING"
 
888
msgstr ""
 
889
 
 
890
#: mysys/my_getopt.c:351
 
891
msgid "ERROR"
 
892
msgstr ""
 
893
 
 
894
#: mysys/my_getopt.c:454
 
895
#, c-format
 
896
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
 
897
msgstr ""
 
898
 
 
899
#: mysys/my_getopt.c:767
 
900
#, c-format
 
901
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
 
902
msgstr ""
 
903
 
 
904
#: mysys/my_getopt.c:948
 
905
#, c-format
 
906
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
 
907
msgstr ""
 
908
 
 
909
#: mysys/my_getopt.c:1170
 
910
#, c-format
 
911
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
 
912
msgstr ""
 
913
 
 
914
#: mysys/my_getopt.c:1190
 
915
#, c-format
 
916
msgid ""
 
917
"\n"
 
918
"Variables (--variable-name=value)\n"
 
919
"and boolean options {false|true}  Value (after reading options)\n"
 
920
"--------------------------------- -----------------------------\n"
 
921
msgstr ""
 
922
 
 
923
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
 
924
msgid "(No default value)"
 
925
msgstr ""
 
926
 
 
927
#: mysys/my_getopt.c:1225
 
928
msgid "true"
 
929
msgstr ""
 
930
 
 
931
#: mysys/my_getopt.c:1225
 
932
msgid "false"
 
933
msgstr ""
 
934
 
 
935
#: mysys/my_getopt.c:1250
 
936
#, c-format
 
937
msgid "(Disabled)\n"
 
938
msgstr ""
 
939
 
 
940
#: mysys/my_handler_errors.h:10
 
941
msgid "Didn't find key on read or update"
 
942
msgstr ""
 
943
 
 
944
#: mysys/my_handler_errors.h:12
 
945
msgid "Duplicate key on write or update"
 
946
msgstr ""
 
947
 
 
948
#: mysys/my_handler_errors.h:14
 
949
msgid "Internal (unspecified) error in handler"
 
950
msgstr ""
 
951
 
 
952
#: mysys/my_handler_errors.h:16
 
953
msgid ""
 
954
"Someone has changed the row since it was read (while the table was locked to "
 
955
"prevent it)"
 
956
msgstr ""
 
957
 
 
958
#: mysys/my_handler_errors.h:18
 
959
msgid "Wrong index given to function"
 
960
msgstr ""
 
961
 
 
962
#: mysys/my_handler_errors.h:20
 
963
msgid "Undefined handler error 125"
 
964
msgstr ""
 
965
 
 
966
#: mysys/my_handler_errors.h:22
 
967
msgid "Index file is crashed"
 
968
msgstr ""
 
969
 
 
970
#: mysys/my_handler_errors.h:24
 
971
msgid "Record file is crashed"
 
972
msgstr ""
 
973
 
 
974
#: mysys/my_handler_errors.h:26
 
975
msgid "Out of memory in engine"
 
976
msgstr ""
 
977
 
 
978
#: mysys/my_handler_errors.h:28
 
979
msgid "Undefined handler error 129"
 
980
msgstr ""
 
981
 
 
982
#: mysys/my_handler_errors.h:30
 
983
msgid "Incorrect file format"
 
984
msgstr ""
 
985
 
 
986
#: mysys/my_handler_errors.h:32
 
987
msgid "Command not supported by database"
 
988
msgstr ""
 
989
 
 
990
#: mysys/my_handler_errors.h:34
 
991
msgid "Old database file"
 
992
msgstr ""
 
993
 
 
994
#: mysys/my_handler_errors.h:36
 
995
msgid "No record read before update"
 
996
msgstr ""
 
997
 
 
998
#: mysys/my_handler_errors.h:38
 
999
msgid "Record was already deleted (or record file crashed)"
 
1000
msgstr ""
 
1001
 
 
1002
#: mysys/my_handler_errors.h:40
 
1003
msgid "No more room in record file"
 
1004
msgstr ""
 
1005
 
 
1006
#: mysys/my_handler_errors.h:42
 
1007
msgid "No more room in index file"
 
1008
msgstr ""
 
1009
 
 
1010
#: mysys/my_handler_errors.h:44
 
1011
msgid "No more records (read after end of file)"
 
1012
msgstr ""
 
1013
 
 
1014
#: mysys/my_handler_errors.h:46
 
1015
msgid "Unsupported extension used for table"
 
1016
msgstr ""
 
1017
 
 
1018
#: mysys/my_handler_errors.h:48
 
1019
msgid "Too big row"
 
1020
msgstr ""
 
1021
 
 
1022
#: mysys/my_handler_errors.h:50
 
1023
msgid "Wrong create options"
 
1024
msgstr ""
 
1025
 
 
1026
#: mysys/my_handler_errors.h:52
 
1027
msgid "Duplicate unique key or constraint on write or update"
 
1028
msgstr ""
 
1029
 
 
1030
#: mysys/my_handler_errors.h:54
 
1031
msgid "Unknown character set used in table"
 
1032
msgstr ""
 
1033
 
 
1034
#: mysys/my_handler_errors.h:56
 
1035
msgid "Conflicting table definitions in sub-tables of MERGE table"
 
1036
msgstr ""
 
1037
 
 
1038
#: mysys/my_handler_errors.h:58
 
1039
msgid "Table is crashed and last repair failed"
 
1040
msgstr ""
 
1041
 
 
1042
#: mysys/my_handler_errors.h:60
 
1043
msgid "Table was marked as crashed and should be repaired"
 
1044
msgstr ""
 
1045
 
 
1046
#: mysys/my_handler_errors.h:62
 
1047
msgid "Lock timed out; Retry transaction"
 
1048
msgstr ""
 
1049
 
 
1050
#: mysys/my_handler_errors.h:64
 
1051
msgid "Lock table is full;  Restart program with a larger locktable"
 
1052
msgstr ""
 
1053
 
 
1054
#: mysys/my_handler_errors.h:66
 
1055
msgid "Updates are not allowed under a read only transactions"
 
1056
msgstr ""
 
1057
 
 
1058
#: mysys/my_handler_errors.h:68
 
1059
msgid "Lock deadlock; Retry transaction"
 
1060
msgstr ""
 
1061
 
 
1062
#: mysys/my_handler_errors.h:70
 
1063
msgid "Foreign key constraint is incorrectly formed"
 
1064
msgstr ""
 
1065
 
 
1066
#: mysys/my_handler_errors.h:72
 
1067
msgid "Cannot add a child row"
 
1068
msgstr ""
 
1069
 
 
1070
#: mysys/my_handler_errors.h:74
 
1071
msgid "Cannot delete a parent row"
 
1072
msgstr ""
 
1073
 
 
1074
#: mysys/my_handler_errors.h:76
 
1075
msgid "No savepoint with that name"
 
1076
msgstr ""
 
1077
 
 
1078
#: mysys/my_handler_errors.h:78
 
1079
msgid "Non unique key block size"
 
1080
msgstr ""
 
1081
 
 
1082
#: mysys/my_handler_errors.h:80
 
1083
msgid "The table does not exist in engine"
 
1084
msgstr ""
 
1085
 
 
1086
#: mysys/my_handler_errors.h:82
 
1087
msgid "The table already existed in storage engine"
 
1088
msgstr ""
 
1089
 
 
1090
#: mysys/my_handler_errors.h:84
 
1091
msgid "Could not connect to storage engine"
 
1092
msgstr ""
 
1093
 
 
1094
#: mysys/my_handler_errors.h:86
 
1095
msgid "Unexpected null pointer found when using spatial index"
 
1096
msgstr ""
 
1097
 
 
1098
#: mysys/my_handler_errors.h:88
 
1099
msgid "The table changed in storage engine"
 
1100
msgstr ""
 
1101
 
 
1102
#: mysys/my_handler_errors.h:90
 
1103
msgid "There's no partition in table for the given value"
 
1104
msgstr ""
 
1105
 
 
1106
#: mysys/my_handler_errors.h:92
 
1107
msgid "Row-based binlogging of row failed"
 
1108
msgstr ""
 
1109
 
 
1110
#: mysys/my_handler_errors.h:94
 
1111
msgid "Index needed in foreign key constraint"
 
1112
msgstr ""
 
1113
 
 
1114
#: mysys/my_handler_errors.h:96
 
1115
msgid "Upholding foreign key constraints would lead to a duplicate key error"
 
1116
msgstr ""
 
1117
 
 
1118
#: mysys/my_handler_errors.h:98
 
1119
msgid "Table needs to be upgraded before it can be used"
 
1120
msgstr ""
 
1121
 
 
1122
#: mysys/my_handler_errors.h:100
 
1123
msgid "Table is read only"
 
1124
msgstr ""
 
1125
 
 
1126
#: mysys/my_handler_errors.h:102
 
1127
msgid "Failed to get next auto increment value"
 
1128
msgstr ""
 
1129
 
 
1130
#: mysys/my_handler_errors.h:104
 
1131
msgid "Failed to set row auto increment value"
 
1132
msgstr ""
 
1133
 
 
1134
#: mysys/my_handler_errors.h:106
 
1135
msgid "Unknown (generic) error from engine"
 
1136
msgstr ""
 
1137
 
 
1138
#: mysys/my_handler_errors.h:108
 
1139
msgid "Record is the same"
 
1140
msgstr ""
 
1141
 
 
1142
#: mysys/my_handler_errors.h:110
 
1143
msgid "It is not possible to log this statement"
 
1144
msgstr ""
 
1145
 
 
1146
#: mysys/my_handler_errors.h:112
 
1147
msgid "Tablespace exists"
 
1148
msgstr ""
 
1149
 
 
1150
#: mysys/my_handler_errors.h:114
 
1151
msgid "The event was corrupt, leading to illegal data being read"
 
1152
msgstr ""
 
1153
 
 
1154
#: mysys/my_handler_errors.h:116
 
1155
msgid "The table is of a new format not supported by this version"
 
1156
msgstr ""
 
1157
 
 
1158
#: mysys/my_handler_errors.h:118
 
1159
msgid "The event could not be processed no other hanlder error happened"
 
1160
msgstr ""
 
1161
 
 
1162
#: mysys/my_handler_errors.h:120
 
1163
msgid "Got a fatal error during initialzaction of handler"
 
1164
msgstr ""
 
1165
 
 
1166
#: mysys/my_handler_errors.h:122
 
1167
msgid "File to short; Expected more data in file"
 
1168
msgstr ""
 
1169
 
 
1170
#: mysys/my_handler_errors.h:124
 
1171
msgid "Read page with wrong checksum"
 
1172
msgstr ""
 
1173
 
 
1174
#: mysys/my_handler_errors.h:126
 
1175
msgid "Lock or active transaction"
 
1176
msgstr ""
 
1177
 
 
1178
#: mysys/my_handler_errors.h:128
 
1179
msgid "No such table space"
 
1180
msgstr ""
 
1181
 
 
1182
#: mysys/my_handler_errors.h:130
 
1183
msgid "Tablespace not empty"
 
1184
msgstr ""
 
1185
 
 
1186
#: drizzled/drizzled_error_messages.h:32
 
1187
msgid "hashchk"
 
1188
msgstr ""
 
1189
 
 
1190
#: drizzled/drizzled_error_messages.h:34
 
1191
msgid "isamchk"
 
1192
msgstr ""
 
1193
 
 
1194
#: drizzled/drizzled_error_messages.h:36
 
1195
msgid "NO"
 
1196
msgstr ""
 
1197
 
 
1198
#: drizzled/drizzled_error_messages.h:38
 
1199
msgid "YES"
 
1200
msgstr ""
 
1201
 
 
1202
#: drizzled/drizzled_error_messages.h:40
 
1203
#, c-format
 
1204
msgid "Can't create file '%-.200s' (errno: %d)"
 
1205
msgstr ""
 
1206
 
 
1207
#: drizzled/drizzled_error_messages.h:42
 
1208
#, c-format
 
1209
msgid "Can't create table '%-.200s' (errno: %d)"
 
1210
msgstr ""
 
1211
 
 
1212
#: drizzled/drizzled_error_messages.h:44
 
1213
#, c-format
 
1214
msgid "Can't create database '%-.192s' (errno: %d)"
 
1215
msgstr ""
 
1216
 
 
1217
#: drizzled/drizzled_error_messages.h:46
 
1218
#, c-format
 
1219
msgid "Can't create database '%-.192s'; database exists"
 
1220
msgstr ""
 
1221
 
 
1222
#: drizzled/drizzled_error_messages.h:48
 
1223
#, c-format
 
1224
msgid "Can't drop database '%-.192s'; database doesn't exist"
 
1225
msgstr ""
 
1226
 
 
1227
#: drizzled/drizzled_error_messages.h:50
 
1228
#, c-format
 
1229
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
 
1230
msgstr ""
 
1231
 
 
1232
#: drizzled/drizzled_error_messages.h:52
 
1233
#, c-format
 
1234
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
 
1235
msgstr ""
 
1236
 
 
1237
#: drizzled/drizzled_error_messages.h:54
 
1238
#, c-format
 
1239
msgid "Error on delete of '%-.192s' (errno: %d)"
 
1240
msgstr ""
 
1241
 
 
1242
#: drizzled/drizzled_error_messages.h:56
 
1243
msgid "Can't read record in system table"
 
1244
msgstr ""
 
1245
 
 
1246
#: drizzled/drizzled_error_messages.h:58
 
1247
#, c-format
 
1248
msgid "Can't get status of '%-.200s' (errno: %d)"
 
1249
msgstr ""
 
1250
 
 
1251
#: drizzled/drizzled_error_messages.h:60
 
1252
#, c-format
 
1253
msgid "Can't get working directory (errno: %d)"
 
1254
msgstr ""
 
1255
 
 
1256
#: drizzled/drizzled_error_messages.h:62
 
1257
#, c-format
 
1258
msgid "Can't lock file (errno: %d)"
 
1259
msgstr ""
 
1260
 
 
1261
#: drizzled/drizzled_error_messages.h:64
 
1262
#, c-format
 
1263
msgid "Can't open file: '%-.200s' (errno: %d)"
 
1264
msgstr ""
 
1265
 
 
1266
#: drizzled/drizzled_error_messages.h:66
 
1267
#, c-format
 
1268
msgid "Can't find file: '%-.200s' (errno: %d)"
 
1269
msgstr ""
 
1270
 
 
1271
#: drizzled/drizzled_error_messages.h:68
 
1272
#, c-format
 
1273
msgid "Can't read dir of '%-.192s' (errno: %d)"
 
1274
msgstr ""
 
1275
 
 
1276
#: drizzled/drizzled_error_messages.h:70
 
1277
#, c-format
 
1278
msgid "Can't change dir to '%-.192s' (errno: %d)"
 
1279
msgstr ""
 
1280
 
 
1281
#: drizzled/drizzled_error_messages.h:72
 
1282
#, c-format
 
1283
msgid "Record has changed since last read in table '%-.192s'"
 
1284
msgstr ""
 
1285
 
 
1286
#: drizzled/drizzled_error_messages.h:74
 
1287
#, c-format
 
1288
msgid "Disk full (%s); waiting for someone to free some space..."
 
1289
msgstr ""
 
1290
 
 
1291
#: drizzled/drizzled_error_messages.h:76
 
1292
#, c-format
 
1293
msgid "Can't write; duplicate key in table '%-.192s'"
 
1294
msgstr ""
 
1295
 
 
1296
#: drizzled/drizzled_error_messages.h:78
 
1297
#, c-format
 
1298
msgid "Error on close of '%-.192s' (errno: %d)"
 
1299
msgstr ""
 
1300
 
 
1301
#: drizzled/drizzled_error_messages.h:80
 
1302
#, c-format
 
1303
msgid "Error reading file '%-.200s' (errno: %d)"
 
1304
msgstr ""
 
1305
 
 
1306
#: drizzled/drizzled_error_messages.h:82
 
1307
#, c-format
 
1308
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
 
1309
msgstr ""
 
1310
 
 
1311
#: drizzled/drizzled_error_messages.h:84
 
1312
#, c-format
 
1313
msgid "Error writing file '%-.200s' (errno: %d)"
 
1314
msgstr ""
 
1315
 
 
1316
#: drizzled/drizzled_error_messages.h:86
 
1317
#, c-format
 
1318
msgid "'%-.192s' is locked against change"
 
1319
msgstr ""
 
1320
 
 
1321
#: drizzled/drizzled_error_messages.h:88
 
1322
#, fuzzy
 
1323
msgid "Sort aborted"
 
1324
msgstr "Aborted"
 
1325
 
 
1326
#: drizzled/drizzled_error_messages.h:90
 
1327
#, c-format
 
1328
msgid "View '%-.192s' doesn't exist for '%-.192s'"
 
1329
msgstr ""
 
1330
 
 
1331
#: drizzled/drizzled_error_messages.h:92
 
1332
#, c-format
 
1333
msgid "Got error %d from storage engine"
 
1334
msgstr ""
 
1335
 
 
1336
#: drizzled/drizzled_error_messages.h:94
 
1337
#, c-format
 
1338
msgid "Table storage engine for '%-.192s' doesn't have this option"
 
1339
msgstr ""
 
1340
 
 
1341
#: drizzled/drizzled_error_messages.h:96
 
1342
#, c-format
 
1343
msgid "Can't find record in '%-.192s'"
 
1344
msgstr ""
 
1345
 
 
1346
#: drizzled/drizzled_error_messages.h:98
 
1347
#, c-format
 
1348
msgid "Incorrect information in file: '%-.200s'"
 
1349
msgstr ""
 
1350
 
 
1351
#: drizzled/drizzled_error_messages.h:100
 
1352
#, c-format
 
1353
msgid "Incorrect key file for table '%-.200s'; try to repair it"
 
1354
msgstr ""
 
1355
 
 
1356
#: drizzled/drizzled_error_messages.h:102
 
1357
#, c-format
 
1358
msgid "Old key file for table '%-.192s'; repair it!"
 
1359
msgstr ""
 
1360
 
 
1361
#: drizzled/drizzled_error_messages.h:104
 
1362
#, c-format
 
1363
msgid "Table '%-.192s' is read only"
 
1364
msgstr ""
 
1365
 
 
1366
#: drizzled/drizzled_error_messages.h:106
 
1367
#, c-format
 
1368
msgid "Out of memory; restart server and try again (needed %d bytes)"
 
1369
msgstr ""
 
1370
 
 
1371
#: drizzled/drizzled_error_messages.h:108
 
1372
msgid "Out of sort memory; increase server sort buffer size"
 
1373
msgstr ""
 
1374
 
 
1375
#: drizzled/drizzled_error_messages.h:110
 
1376
#, c-format
 
1377
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
 
1378
msgstr ""
 
1379
 
 
1380
#: drizzled/drizzled_error_messages.h:112
 
1381
msgid "Too many connections"
 
1382
msgstr ""
 
1383
 
 
1384
#: drizzled/drizzled_error_messages.h:114
 
1385
msgid ""
 
1386
"Out of memory; check if mysqld or some other process uses all available "
 
1387
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
 
1388
"memory or you can add more swap space"
 
1389
msgstr ""
 
1390
 
 
1391
#: drizzled/drizzled_error_messages.h:116
 
1392
msgid "Can't get hostname for your address"
 
1393
msgstr ""
 
1394
 
 
1395
#: drizzled/drizzled_error_messages.h:118
 
1396
msgid "Bad handshake"
 
1397
msgstr ""
 
1398
 
 
1399
#: drizzled/drizzled_error_messages.h:120
 
1400
#, c-format
 
1401
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
 
1402
msgstr ""
 
1403
 
 
1404
#: drizzled/drizzled_error_messages.h:122
 
1405
#, c-format
 
1406
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
 
1407
msgstr ""
 
1408
 
 
1409
#: drizzled/drizzled_error_messages.h:124
 
1410
msgid "No database selected"
 
1411
msgstr ""
 
1412
 
 
1413
#: drizzled/drizzled_error_messages.h:126
 
1414
msgid "Unknown command"
 
1415
msgstr ""
 
1416
 
 
1417
#: drizzled/drizzled_error_messages.h:128
 
1418
#, c-format
 
1419
msgid "Column '%-.192s' cannot be null"
 
1420
msgstr ""
 
1421
 
 
1422
#: drizzled/drizzled_error_messages.h:130
 
1423
#, c-format
 
1424
msgid "Unknown database '%-.192s'"
 
1425
msgstr ""
 
1426
 
 
1427
#: drizzled/drizzled_error_messages.h:132
 
1428
#, c-format
 
1429
msgid "Table '%-.192s' already exists"
 
1430
msgstr ""
 
1431
 
 
1432
#: drizzled/drizzled_error_messages.h:134
 
1433
#, c-format
 
1434
msgid "Unknown table '%-.100s'"
 
1435
msgstr ""
 
1436
 
 
1437
#: drizzled/drizzled_error_messages.h:136
 
1438
#, c-format
 
1439
msgid "Column '%-.192s' in %-.192s is ambiguous"
 
1440
msgstr ""
 
1441
 
 
1442
#: drizzled/drizzled_error_messages.h:138
 
1443
msgid "Server shutdown in progress"
 
1444
msgstr ""
 
1445
 
 
1446
#: drizzled/drizzled_error_messages.h:140
 
1447
#, c-format
 
1448
msgid "Unknown column '%-.192s' in '%-.192s'"
 
1449
msgstr ""
 
1450
 
 
1451
#: drizzled/drizzled_error_messages.h:142
 
1452
#, c-format
 
1453
msgid "'%-.192s' isn't in GROUP BY"
 
1454
msgstr ""
 
1455
 
 
1456
#: drizzled/drizzled_error_messages.h:144
 
1457
#, c-format
 
1458
msgid "Can't group on '%-.192s'"
 
1459
msgstr ""
 
1460
 
 
1461
#: drizzled/drizzled_error_messages.h:146
 
1462
msgid "Statement has sum functions and columns in same statement"
 
1463
msgstr ""
 
1464
 
 
1465
#: drizzled/drizzled_error_messages.h:148
 
1466
msgid "Column count doesn't match value count"
 
1467
msgstr ""
 
1468
 
 
1469
#: drizzled/drizzled_error_messages.h:150
 
1470
#, c-format
 
1471
msgid "Identifier name '%-.100s' is too long"
 
1472
msgstr ""
 
1473
 
 
1474
#: drizzled/drizzled_error_messages.h:152
 
1475
#, c-format
 
1476
msgid "Duplicate column name '%-.192s'"
 
1477
msgstr ""
 
1478
 
 
1479
#: drizzled/drizzled_error_messages.h:154
 
1480
#, c-format
 
1481
msgid "Duplicate key name '%-.192s'"
 
1482
msgstr ""
 
1483
 
 
1484
#: drizzled/drizzled_error_messages.h:156
 
1485
#, c-format
 
1486
msgid "Duplicate entry '%-.192s' for key %d"
 
1487
msgstr ""
 
1488
 
 
1489
#: drizzled/drizzled_error_messages.h:158
 
1490
#, c-format
 
1491
msgid "Incorrect column specifier for column '%-.192s'"
 
1492
msgstr ""
 
1493
 
 
1494
#: drizzled/drizzled_error_messages.h:160
 
1495
#, c-format
 
1496
msgid "%s near '%-.80s' at line %d"
 
1497
msgstr ""
 
1498
 
 
1499
#: drizzled/drizzled_error_messages.h:162
 
1500
msgid "Query was empty"
 
1501
msgstr ""
 
1502
 
 
1503
#: drizzled/drizzled_error_messages.h:164
 
1504
#, c-format
 
1505
msgid "Not unique table/alias: '%-.192s'"
 
1506
msgstr ""
 
1507
 
 
1508
#: drizzled/drizzled_error_messages.h:166
 
1509
#, c-format
 
1510
msgid "Invalid default value for '%-.192s'"
 
1511
msgstr ""
 
1512
 
 
1513
#: drizzled/drizzled_error_messages.h:168
 
1514
msgid "Multiple primary key defined"
 
1515
msgstr ""
 
1516
 
 
1517
#: drizzled/drizzled_error_messages.h:170
 
1518
#, c-format
 
1519
msgid "Too many keys specified; max %d keys allowed"
 
1520
msgstr ""
 
1521
 
 
1522
#: drizzled/drizzled_error_messages.h:172
 
1523
#, c-format
 
1524
msgid "Too many key parts specified; max %d parts allowed"
 
1525
msgstr ""
 
1526
 
 
1527
#: drizzled/drizzled_error_messages.h:174
 
1528
#, c-format
 
1529
msgid "Specified key was too long; max key length is %d bytes"
 
1530
msgstr ""
 
1531
 
 
1532
#: drizzled/drizzled_error_messages.h:176
 
1533
#, c-format
 
1534
msgid "Key column '%-.192s' doesn't exist in table"
 
1535
msgstr ""
 
1536
 
 
1537
#: drizzled/drizzled_error_messages.h:178
 
1538
#, c-format
 
1539
msgid ""
 
1540
"BLOB column '%-.192s' can't be used in key specification with the used table "
 
1541
"type"
 
1542
msgstr ""
 
1543
 
 
1544
#: drizzled/drizzled_error_messages.h:180
 
1545
#, c-format
 
1546
msgid ""
 
1547
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
 
1548
"instead"
 
1549
msgstr ""
 
1550
 
 
1551
#: drizzled/drizzled_error_messages.h:182
 
1552
msgid ""
 
1553
"Incorrect table definition; there can be only one auto column and it must be "
 
1554
"defined as a key"
 
1555
msgstr ""
 
1556
 
 
1557
#: drizzled/drizzled_error_messages.h:184
 
1558
#, c-format
 
1559
msgid ""
 
1560
"%s: ready for connections.\n"
 
1561
"Version: '%s'  socket: '%s'  port: %d"
 
1562
msgstr ""
 
1563
 
 
1564
#: drizzled/drizzled_error_messages.h:186
 
1565
#, c-format
 
1566
msgid "%s: Normal shutdown\n"
 
1567
msgstr ""
 
1568
 
 
1569
#: drizzled/drizzled_error_messages.h:188
 
1570
#, c-format
 
1571
msgid "%s: Got signal %d. Aborting!\n"
 
1572
msgstr ""
 
1573
 
 
1574
#: drizzled/drizzled_error_messages.h:190
 
1575
#, c-format
 
1576
msgid "%s: Shutdown complete\n"
 
1577
msgstr ""
 
1578
 
 
1579
#: drizzled/drizzled_error_messages.h:192
 
1580
#, c-format
 
1581
msgid "%s: Forcing close of thread %ld  user: '%-.48s'\n"
 
1582
msgstr ""
 
1583
 
 
1584
#: drizzled/drizzled_error_messages.h:194
 
1585
msgid "Can't create IP socket"
 
1586
msgstr ""
 
1587
 
 
1588
#: drizzled/drizzled_error_messages.h:196
 
1589
#, c-format
 
1590
msgid ""
 
1591
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
 
1592
"table"
 
1593
msgstr ""
 
1594
 
 
1595
#: drizzled/drizzled_error_messages.h:198
 
1596
msgid "Field separator argument is not what is expected; check the manual"
 
1597
msgstr ""
 
1598
 
 
1599
#: drizzled/drizzled_error_messages.h:200
 
1600
msgid ""
 
1601
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
 
1602
msgstr ""
 
1603
 
 
1604
#: drizzled/drizzled_error_messages.h:202
 
1605
#, c-format
 
1606
msgid ""
 
1607
"The file '%-.128s' must be in the database directory or be readable by all"
 
1608
msgstr ""
 
1609
 
 
1610
#: drizzled/drizzled_error_messages.h:204
 
1611
#, c-format
 
1612
msgid "File '%-.200s' already exists"
 
1613
msgstr ""
 
1614
 
 
1615
#: drizzled/drizzled_error_messages.h:206
 
1616
#, c-format
 
1617
msgid "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"
 
1618
msgstr ""
 
1619
 
 
1620
#: drizzled/drizzled_error_messages.h:208
 
1621
#, c-format
 
1622
msgid "Records: %ld  Duplicates: %ld"
 
1623
msgstr ""
 
1624
 
 
1625
#: drizzled/drizzled_error_messages.h:210
 
1626
msgid ""
 
1627
"Incorrect prefix key; the used key part isn't a string, the used length is "
 
1628
"longer than the key part, or the storage engine doesn't support unique "
 
1629
"prefix keys"
 
1630
msgstr ""
 
1631
 
 
1632
#: drizzled/drizzled_error_messages.h:212
 
1633
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
 
1634
msgstr ""
 
1635
 
 
1636
#: drizzled/drizzled_error_messages.h:214
 
1637
#, c-format
 
1638
msgid "Can't DROP '%-.192s'; check that column/key exists"
 
1639
msgstr ""
 
1640
 
 
1641
#: drizzled/drizzled_error_messages.h:216
 
1642
#, c-format
 
1643
msgid "Records: %ld  Duplicates: %ld  Warnings: %ld"
 
1644
msgstr ""
 
1645
 
 
1646
#: drizzled/drizzled_error_messages.h:218
 
1647
#, c-format
 
1648
msgid "You can't specify target table '%-.192s' for update in FROM clause"
 
1649
msgstr ""
 
1650
 
 
1651
#: drizzled/drizzled_error_messages.h:220
 
1652
#, c-format
 
1653
msgid "Unknown thread id: %lu"
 
1654
msgstr ""
 
1655
 
 
1656
#: drizzled/drizzled_error_messages.h:222
 
1657
#, c-format
 
1658
msgid "You are not owner of thread %lu"
 
1659
msgstr ""
 
1660
 
 
1661
#: drizzled/drizzled_error_messages.h:224
 
1662
msgid "No tables used"
 
1663
msgstr ""
 
1664
 
 
1665
#: drizzled/drizzled_error_messages.h:226
 
1666
#, c-format
 
1667
msgid "Too many strings for column %-.192s and SET"
 
1668
msgstr ""
 
1669
 
 
1670
#: drizzled/drizzled_error_messages.h:228
 
1671
#, c-format
 
1672
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
 
1673
msgstr ""
 
1674
 
 
1675
#: drizzled/drizzled_error_messages.h:230
 
1676
#, c-format
 
1677
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
 
1678
msgstr ""
 
1679
 
 
1680
#: drizzled/drizzled_error_messages.h:232
 
1681
#, c-format
 
1682
msgid "Table '%-.192s' was not locked with LOCK TABLES"
 
1683
msgstr ""
 
1684
 
 
1685
#: drizzled/drizzled_error_messages.h:234
 
1686
#, c-format
 
1687
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
 
1688
msgstr ""
 
1689
 
 
1690
#: drizzled/drizzled_error_messages.h:236
 
1691
#, c-format
 
1692
msgid "Incorrect database name '%-.100s'"
 
1693
msgstr ""
 
1694
 
 
1695
#: drizzled/drizzled_error_messages.h:238
 
1696
#, c-format
 
1697
msgid "Incorrect table name '%-.100s'"
 
1698
msgstr ""
 
1699
 
 
1700
#: drizzled/drizzled_error_messages.h:240
 
1701
msgid ""
 
1702
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
 
1703
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
 
1704
msgstr ""
 
1705
 
 
1706
#: drizzled/drizzled_error_messages.h:242
 
1707
msgid "Unknown error"
 
1708
msgstr ""
 
1709
 
 
1710
#: drizzled/drizzled_error_messages.h:244
 
1711
#, c-format
 
1712
msgid "Unknown procedure '%-.192s'"
 
1713
msgstr ""
 
1714
 
 
1715
#: drizzled/drizzled_error_messages.h:246
 
1716
#, c-format
 
1717
msgid "Incorrect parameter count to procedure '%-.192s'"
 
1718
msgstr ""
 
1719
 
 
1720
#: drizzled/drizzled_error_messages.h:248
 
1721
#, c-format
 
1722
msgid "Incorrect parameters to procedure '%-.192s'"
 
1723
msgstr ""
 
1724
 
 
1725
#: drizzled/drizzled_error_messages.h:250
 
1726
#, c-format
 
1727
msgid "Unknown table '%-.192s' in %-.32s"
 
1728
msgstr ""
 
1729
 
 
1730
#: drizzled/drizzled_error_messages.h:252
 
1731
#, c-format
 
1732
msgid "Column '%-.192s' specified twice"
 
1733
msgstr ""
 
1734
 
 
1735
#: drizzled/drizzled_error_messages.h:254
 
1736
msgid "Invalid use of group function"
 
1737
msgstr ""
 
1738
 
 
1739
#: drizzled/drizzled_error_messages.h:256
 
1740
#, c-format
 
1741
msgid ""
 
1742
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
 
1743
msgstr ""
 
1744
 
 
1745
#: drizzled/drizzled_error_messages.h:258
 
1746
msgid "A table must have at least 1 column"
 
1747
msgstr ""
 
1748
 
 
1749
#: drizzled/drizzled_error_messages.h:260
 
1750
#, c-format
 
1751
msgid "The table '%-.192s' is full"
 
1752
msgstr ""
 
1753
 
 
1754
#: drizzled/drizzled_error_messages.h:262
 
1755
#, c-format
 
1756
msgid "Unknown character set: '%-.64s'"
 
1757
msgstr ""
 
1758
 
 
1759
#: drizzled/drizzled_error_messages.h:264
 
1760
#, c-format
 
1761
msgid "Too many tables; MySQL can only use %d tables in a join"
 
1762
msgstr ""
 
1763
 
 
1764
#: drizzled/drizzled_error_messages.h:266
 
1765
msgid "Too many columns"
 
1766
msgstr ""
 
1767
 
 
1768
#: drizzled/drizzled_error_messages.h:268
 
1769
#, c-format
 
1770
msgid ""
 
1771
"Row size too large. The maximum row size for the used table type, not "
 
1772
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
 
1773
msgstr ""
 
1774
 
 
1775
#: drizzled/drizzled_error_messages.h:270
 
1776
#, c-format
 
1777
msgid ""
 
1778
"Thread stack overrun:  Used: %ld of a %ld stack.  Use 'mysqld -O "
 
1779
"thread_stack=#' to specify a bigger stack if needed"
 
1780
msgstr ""
 
1781
 
 
1782
#: drizzled/drizzled_error_messages.h:272
 
1783
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
 
1784
msgstr ""
 
1785
 
 
1786
#: drizzled/drizzled_error_messages.h:274
 
1787
#, c-format
 
1788
msgid ""
 
1789
"Table handler doesn't support NULL in given index. Please change column "
 
1790
"'%-.192s' to be NOT NULL or use another handler"
 
1791
msgstr ""
 
1792
 
 
1793
#: drizzled/drizzled_error_messages.h:276
 
1794
#, c-format
 
1795
msgid "Can't load function '%-.192s'"
 
1796
msgstr ""
 
1797
 
 
1798
#: drizzled/drizzled_error_messages.h:278
 
1799
#, c-format
 
1800
msgid "Can't initialize function '%-.192s'; %-.80s"
 
1801
msgstr ""
 
1802
 
 
1803
#: drizzled/drizzled_error_messages.h:280
 
1804
msgid "No paths allowed for shared library"
 
1805
msgstr ""
 
1806
 
 
1807
#: drizzled/drizzled_error_messages.h:282
 
1808
#, c-format
 
1809
msgid "Function '%-.192s' already exists"
 
1810
msgstr ""
 
1811
 
 
1812
#: drizzled/drizzled_error_messages.h:284
 
1813
#, c-format
 
1814
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
 
1815
msgstr ""
 
1816
 
 
1817
#: drizzled/drizzled_error_messages.h:286
 
1818
#, c-format
 
1819
msgid "Can't find symbol '%-.128s' in library"
 
1820
msgstr ""
 
1821
 
 
1822
#: drizzled/drizzled_error_messages.h:288
 
1823
#, c-format
 
1824
msgid "Function '%-.192s' is not defined"
 
1825
msgstr ""
 
1826
 
 
1827
#: drizzled/drizzled_error_messages.h:290
 
1828
#, c-format
 
1829
msgid ""
 
1830
"Host '%-.64s' is blocked because of many connection errors; unblock with "
 
1831
"'mysqladmin flush-hosts'"
 
1832
msgstr ""
 
1833
 
 
1834
#: drizzled/drizzled_error_messages.h:292
 
1835
#, c-format
 
1836
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
 
1837
msgstr ""
 
1838
 
 
1839
#: drizzled/drizzled_error_messages.h:294
 
1840
msgid ""
 
1841
"You are using MySQL as an anonymous user and anonymous users are not allowed "
 
1842
"to change passwords"
 
1843
msgstr ""
 
1844
 
 
1845
#: drizzled/drizzled_error_messages.h:296
 
1846
msgid ""
 
1847
"You must have privileges to update tables in the mysql database to be able "
 
1848
"to change passwords for others"
 
1849
msgstr ""
 
1850
 
 
1851
#: drizzled/drizzled_error_messages.h:298
 
1852
msgid "Can't find any matching row in the user table"
 
1853
msgstr ""
 
1854
 
 
1855
#: drizzled/drizzled_error_messages.h:300
 
1856
#, c-format
 
1857
msgid "Rows matched: %ld  Changed: %ld  Warnings: %ld"
 
1858
msgstr ""
 
1859
 
 
1860
#: drizzled/drizzled_error_messages.h:302
 
1861
#, c-format
 
1862
msgid ""
 
1863
"Can't create a new thread (errno %d); if you are not out of available "
 
1864
"memory, you can consult the manual for a possible OS-dependent bug"
 
1865
msgstr ""
 
1866
 
 
1867
#: drizzled/drizzled_error_messages.h:304
 
1868
#, c-format
 
1869
msgid "Column count doesn't match value count at row %ld"
 
1870
msgstr ""
 
1871
 
 
1872
#: drizzled/drizzled_error_messages.h:306
 
1873
#, c-format
 
1874
msgid "Can't reopen table: '%-.192s'"
 
1875
msgstr ""
 
1876
 
 
1877
#: drizzled/drizzled_error_messages.h:308
 
1878
msgid "Invalid use of NULL value"
 
1879
msgstr ""
 
1880
 
 
1881
#: drizzled/drizzled_error_messages.h:310
 
1882
#, c-format
 
1883
msgid "Got error '%-.64s' from regexp"
 
1884
msgstr ""
 
1885
 
 
1886
#: drizzled/drizzled_error_messages.h:312
 
1887
msgid ""
 
1888
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
 
1889
"illegal if there is no GROUP BY clause"
 
1890
msgstr ""
 
1891
 
 
1892
#: drizzled/drizzled_error_messages.h:314
 
1893
#, c-format
 
1894
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
 
1895
msgstr ""
 
1896
 
 
1897
#: drizzled/drizzled_error_messages.h:316
 
1898
#, c-format
 
1899
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
 
1900
msgstr ""
 
1901
 
 
1902
#: drizzled/drizzled_error_messages.h:318
 
1903
#, c-format
 
1904
msgid ""
 
1905
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
 
1906
"table '%-.192s'"
 
1907
msgstr ""
 
1908
 
 
1909
#: drizzled/drizzled_error_messages.h:320
 
1910
msgid ""
 
1911
"Illegal GRANT/REVOKE command; please consult the manual to see which "
 
1912
"privileges can be used"
 
1913
msgstr ""
 
1914
 
 
1915
#: drizzled/drizzled_error_messages.h:322
 
1916
msgid "The host or user argument to GRANT is too long"
 
1917
msgstr ""
 
1918
 
 
1919
#: drizzled/drizzled_error_messages.h:324
 
1920
#, c-format
 
1921
msgid "Table '%-.192s.%-.192s' doesn't exist"
 
1922
msgstr ""
 
1923
 
 
1924
#: drizzled/drizzled_error_messages.h:326
 
1925
#, c-format
 
1926
msgid ""
 
1927
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
 
1928
"'%-.192s'"
 
1929
msgstr ""
 
1930
 
 
1931
#: drizzled/drizzled_error_messages.h:328
 
1932
msgid "The used command is not allowed with this MySQL version"
 
1933
msgstr ""
 
1934
 
 
1935
#: drizzled/drizzled_error_messages.h:330
 
1936
msgid ""
 
1937
"You have an error in your SQL syntax; check the manual that corresponds to "
 
1938
"your MySQL server version for the right syntax to use"
 
1939
msgstr ""
 
1940
 
 
1941
#: drizzled/drizzled_error_messages.h:332
 
1942
#, c-format
 
1943
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
 
1944
msgstr ""
 
1945
 
 
1946
#: drizzled/drizzled_error_messages.h:334
 
1947
msgid "Too many delayed threads in use"
 
1948
msgstr ""
 
1949
 
 
1950
#: drizzled/drizzled_error_messages.h:336
 
1951
#, c-format
 
1952
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
 
1953
msgstr ""
 
1954
 
 
1955
#: drizzled/drizzled_error_messages.h:338
 
1956
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
 
1957
msgstr ""
 
1958
 
 
1959
#: drizzled/drizzled_error_messages.h:340
 
1960
msgid "Got a read error from the connection pipe"
 
1961
msgstr ""
 
1962
 
 
1963
#: drizzled/drizzled_error_messages.h:342
 
1964
msgid "Got an error from fcntl()"
 
1965
msgstr ""
 
1966
 
 
1967
#: drizzled/drizzled_error_messages.h:344
 
1968
msgid "Got packets out of order"
 
1969
msgstr ""
 
1970
 
 
1971
#: drizzled/drizzled_error_messages.h:346
 
1972
msgid "Couldn't uncompress communication packet"
 
1973
msgstr ""
 
1974
 
 
1975
#: drizzled/drizzled_error_messages.h:348
 
1976
msgid "Got an error reading communication packets"
 
1977
msgstr ""
 
1978
 
 
1979
#: drizzled/drizzled_error_messages.h:350
 
1980
msgid "Got timeout reading communication packets"
 
1981
msgstr ""
 
1982
 
 
1983
#: drizzled/drizzled_error_messages.h:352
 
1984
msgid "Got an error writing communication packets"
 
1985
msgstr ""
 
1986
 
 
1987
#: drizzled/drizzled_error_messages.h:354
 
1988
msgid "Got timeout writing communication packets"
 
1989
msgstr ""
 
1990
 
 
1991
#: drizzled/drizzled_error_messages.h:356
 
1992
msgid "Result string is longer than 'max_allowed_packet' bytes"
 
1993
msgstr ""
 
1994
 
 
1995
#: drizzled/drizzled_error_messages.h:358
 
1996
msgid "The used table type doesn't support BLOB/TEXT columns"
 
1997
msgstr ""
 
1998
 
 
1999
#: drizzled/drizzled_error_messages.h:360
 
2000
msgid "The used table type doesn't support AUTO_INCREMENT columns"
 
2001
msgstr ""
 
2002
 
 
2003
#: drizzled/drizzled_error_messages.h:362
 
2004
#, c-format
 
2005
msgid ""
 
2006
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
 
2007
"LOCK TABLES"
 
2008
msgstr ""
 
2009
 
 
2010
#: drizzled/drizzled_error_messages.h:364
 
2011
#, c-format
 
2012
msgid "Incorrect column name '%-.100s'"
 
2013
msgstr ""
 
2014
 
 
2015
#: drizzled/drizzled_error_messages.h:366
 
2016
#, c-format
 
2017
msgid "The used storage engine can't index column '%-.192s'"
 
2018
msgstr ""
 
2019
 
 
2020
#: drizzled/drizzled_error_messages.h:368
 
2021
msgid ""
 
2022
"Unable to open underlying table which is differently defined or of non-"
 
2023
"MyISAM type or doesn't exist"
 
2024
msgstr ""
 
2025
 
 
2026
#: drizzled/drizzled_error_messages.h:370
 
2027
#, c-format
 
2028
msgid "Can't write, because of unique constraint, to table '%-.192s'"
 
2029
msgstr ""
 
2030
 
 
2031
#: drizzled/drizzled_error_messages.h:372
 
2032
#, c-format
 
2033
msgid ""
 
2034
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
 
2035
msgstr ""
 
2036
 
 
2037
#: drizzled/drizzled_error_messages.h:374
 
2038
msgid ""
 
2039
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
 
2040
"UNIQUE instead"
 
2041
msgstr ""
 
2042
 
 
2043
#: drizzled/drizzled_error_messages.h:376
 
2044
msgid "Result consisted of more than one row"
 
2045
msgstr ""
 
2046
 
 
2047
#: drizzled/drizzled_error_messages.h:378
 
2048
msgid "This table type requires a primary key"
 
2049
msgstr ""
 
2050
 
 
2051
#: drizzled/drizzled_error_messages.h:380
 
2052
msgid "This version of MySQL is not compiled with RAID support"
 
2053
msgstr ""
 
2054
 
 
2055
#: drizzled/drizzled_error_messages.h:382
 
2056
msgid ""
 
2057
"You are using safe update mode and you tried to update a table without a "
 
2058
"WHERE that uses a KEY column"
 
2059
msgstr ""
 
2060
 
 
2061
#: drizzled/drizzled_error_messages.h:384
 
2062
#, c-format
 
2063
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
 
2064
msgstr ""
 
2065
 
 
2066
#: drizzled/drizzled_error_messages.h:386
 
2067
msgid "Can't open table"
 
2068
msgstr ""
 
2069
 
 
2070
#: drizzled/drizzled_error_messages.h:388
 
2071
#, c-format
 
2072
msgid "The storage engine for the table doesn't support %s"
 
2073
msgstr ""
 
2074
 
 
2075
#: drizzled/drizzled_error_messages.h:390
 
2076
msgid "You are not allowed to execute this command in a transaction"
 
2077
msgstr ""
 
2078
 
 
2079
#: drizzled/drizzled_error_messages.h:392
 
2080
#, c-format
 
2081
msgid "Got error %d during COMMIT"
 
2082
msgstr ""
 
2083
 
 
2084
#: drizzled/drizzled_error_messages.h:394
 
2085
#, c-format
 
2086
msgid "Got error %d during ROLLBACK"
 
2087
msgstr ""
 
2088
 
 
2089
#: drizzled/drizzled_error_messages.h:396
 
2090
#, c-format
 
2091
msgid "Got error %d during FLUSH_LOGS"
 
2092
msgstr ""
 
2093
 
 
2094
#: drizzled/drizzled_error_messages.h:398
 
2095
#, c-format
 
2096
msgid "Got error %d during CHECKPOINT"
 
2097
msgstr ""
 
2098
 
 
2099
#: drizzled/drizzled_error_messages.h:400
 
2100
#, c-format
 
2101
msgid ""
 
2102
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
 
2103
"'%-.64s' (%-.64s)"
 
2104
msgstr ""
 
2105
 
 
2106
#: drizzled/drizzled_error_messages.h:402
 
2107
msgid "The storage engine for the table does not support binary table dump"
 
2108
msgstr ""
 
2109
 
 
2110
#: drizzled/drizzled_error_messages.h:404
 
2111
msgid "Binlog closed, cannot RESET MASTER"
 
2112
msgstr ""
 
2113
 
 
2114
#: drizzled/drizzled_error_messages.h:406
 
2115
#, c-format
 
2116
msgid "Failed rebuilding the index of  dumped table '%-.192s'"
 
2117
msgstr ""
 
2118
 
 
2119
#: drizzled/drizzled_error_messages.h:408
 
2120
#, c-format
 
2121
msgid "Error from master: '%-.64s'"
 
2122
msgstr ""
 
2123
 
 
2124
#: drizzled/drizzled_error_messages.h:410
 
2125
msgid "Net error reading from master"
 
2126
msgstr ""
 
2127
 
 
2128
#: drizzled/drizzled_error_messages.h:412
 
2129
msgid "Net error writing to master"
 
2130
msgstr ""
 
2131
 
 
2132
#: drizzled/drizzled_error_messages.h:414
 
2133
msgid "Can't find FULLTEXT index matching the column list"
 
2134
msgstr ""
 
2135
 
 
2136
#: drizzled/drizzled_error_messages.h:416
 
2137
msgid ""
 
2138
"Can't execute the given command because you have active locked tables or an "
 
2139
"active transaction"
 
2140
msgstr ""
 
2141
 
 
2142
#: drizzled/drizzled_error_messages.h:418
 
2143
#, c-format
 
2144
msgid "Unknown system variable '%-.64s'"
 
2145
msgstr ""
 
2146
 
 
2147
#: drizzled/drizzled_error_messages.h:420
 
2148
#, c-format
 
2149
msgid "Table '%-.192s' is marked as crashed and should be repaired"
 
2150
msgstr ""
 
2151
 
 
2152
#: drizzled/drizzled_error_messages.h:422
 
2153
#, c-format
 
2154
msgid ""
 
2155
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
 
2156
msgstr ""
 
2157
 
 
2158
#: drizzled/drizzled_error_messages.h:424
 
2159
msgid "Some non-transactional changed tables couldn't be rolled back"
 
2160
msgstr ""
 
2161
 
 
2162
#: drizzled/drizzled_error_messages.h:426
 
2163
msgid ""
 
2164
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
 
2165
"of storage; increase this mysqld variable and try again"
 
2166
msgstr ""
 
2167
 
 
2168
#: drizzled/drizzled_error_messages.h:428
 
2169
msgid ""
 
2170
"This operation cannot be performed with a running slave; run STOP SLAVE first"
 
2171
msgstr ""
 
2172
 
 
2173
#: drizzled/drizzled_error_messages.h:430
 
2174
msgid ""
 
2175
"This operation requires a running slave; configure slave and do START SLAVE"
 
2176
msgstr ""
 
2177
 
 
2178
#: drizzled/drizzled_error_messages.h:432
 
2179
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
 
2180
msgstr ""
 
2181
 
 
2182
#: drizzled/drizzled_error_messages.h:434
 
2183
msgid ""
 
2184
"Could not initialize master info structure; more error messages can be found "
 
2185
"in the MySQL error log"
 
2186
msgstr ""
 
2187
 
 
2188
#: drizzled/drizzled_error_messages.h:436
 
2189
msgid "Could not create slave thread; check system resources"
 
2190
msgstr ""
 
2191
 
 
2192
#: drizzled/drizzled_error_messages.h:438
 
2193
#, c-format
 
2194
msgid ""
 
2195
"User %-.64s already has more than 'max_user_connections' active connections"
 
2196
msgstr ""
 
2197
 
 
2198
#: drizzled/drizzled_error_messages.h:440
 
2199
msgid "You may only use constant expressions with SET"
 
2200
msgstr ""
 
2201
 
 
2202
#: drizzled/drizzled_error_messages.h:442
 
2203
msgid "Lock wait timeout exceeded; try restarting transaction"
 
2204
msgstr ""
 
2205
 
 
2206
#: drizzled/drizzled_error_messages.h:444
 
2207
msgid "The total number of locks exceeds the lock table size"
 
2208
msgstr ""
 
2209
 
 
2210
#: drizzled/drizzled_error_messages.h:446
 
2211
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
 
2212
msgstr ""
 
2213
 
 
2214
#: drizzled/drizzled_error_messages.h:448
 
2215
msgid "DROP DATABASE not allowed while thread is holding global read lock"
 
2216
msgstr ""
 
2217
 
 
2218
#: drizzled/drizzled_error_messages.h:450
 
2219
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
 
2220
msgstr ""
 
2221
 
 
2222
#: drizzled/drizzled_error_messages.h:452
 
2223
#, c-format
 
2224
msgid "Incorrect arguments to %s"
 
2225
msgstr ""
 
2226
 
 
2227
#: drizzled/drizzled_error_messages.h:454
 
2228
#, c-format
 
2229
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
 
2230
msgstr ""
 
2231
 
 
2232
#: drizzled/drizzled_error_messages.h:456
 
2233
msgid ""
 
2234
"Incorrect table definition; all MERGE tables must be in the same database"
 
2235
msgstr ""
 
2236
 
 
2237
#: drizzled/drizzled_error_messages.h:458
 
2238
msgid "Deadlock found when trying to get lock; try restarting transaction"
 
2239
msgstr ""
 
2240
 
 
2241
#: drizzled/drizzled_error_messages.h:460
 
2242
msgid "The used table type doesn't support FULLTEXT indexes"
 
2243
msgstr ""
 
2244
 
 
2245
#: drizzled/drizzled_error_messages.h:462
 
2246
msgid "Cannot add foreign key constraint"
 
2247
msgstr ""
 
2248
 
 
2249
#: drizzled/drizzled_error_messages.h:464
 
2250
msgid "Cannot add or update a child row: a foreign key constraint fails"
 
2251
msgstr ""
 
2252
 
 
2253
#: drizzled/drizzled_error_messages.h:466
 
2254
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
 
2255
msgstr ""
 
2256
 
 
2257
#: drizzled/drizzled_error_messages.h:468
 
2258
#, c-format
 
2259
msgid "Error connecting to master: %-.128s"
 
2260
msgstr ""
 
2261
 
 
2262
#: drizzled/drizzled_error_messages.h:470
 
2263
#, c-format
 
2264
msgid "Error running query on master: %-.128s"
 
2265
msgstr ""
 
2266
 
 
2267
#: drizzled/drizzled_error_messages.h:472
 
2268
#, c-format
 
2269
msgid "Error when executing command %s: %-.128s"
 
2270
msgstr ""
 
2271
 
 
2272
#: drizzled/drizzled_error_messages.h:474
 
2273
#, c-format
 
2274
msgid "Incorrect usage of %s and %s"
 
2275
msgstr ""
 
2276
 
 
2277
#: drizzled/drizzled_error_messages.h:476
 
2278
msgid "The used SELECT statements have a different number of columns"
 
2279
msgstr ""
 
2280
 
 
2281
#: drizzled/drizzled_error_messages.h:478
 
2282
msgid "Can't execute the query because you have a conflicting read lock"
 
2283
msgstr ""
 
2284
 
 
2285
#: drizzled/drizzled_error_messages.h:480
 
2286
msgid "Mixing of transactional and non-transactional tables is disabled"
 
2287
msgstr ""
 
2288
 
 
2289
#: drizzled/drizzled_error_messages.h:482
 
2290
#, c-format
 
2291
msgid "Option '%s' used twice in statement"
 
2292
msgstr ""
 
2293
 
 
2294
#: drizzled/drizzled_error_messages.h:484
 
2295
#, c-format
 
2296
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
 
2297
msgstr ""
 
2298
 
 
2299
#: drizzled/drizzled_error_messages.h:486
 
2300
#, c-format
 
2301
msgid "Access denied; you need the %-.128s privilege for this operation"
 
2302
msgstr ""
 
2303
 
 
2304
#: drizzled/drizzled_error_messages.h:488
 
2305
#, c-format
 
2306
msgid ""
 
2307
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
 
2308
msgstr ""
 
2309
 
 
2310
#: drizzled/drizzled_error_messages.h:490
 
2311
#, c-format
 
2312
msgid ""
 
2313
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
 
2314
msgstr ""
 
2315
 
 
2316
#: drizzled/drizzled_error_messages.h:492
 
2317
#, c-format
 
2318
msgid "Variable '%-.64s' doesn't have a default value"
 
2319
msgstr ""
 
2320
 
 
2321
#: drizzled/drizzled_error_messages.h:494
 
2322
#, c-format
 
2323
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
 
2324
msgstr ""
 
2325
 
 
2326
#: drizzled/drizzled_error_messages.h:496
 
2327
#, c-format
 
2328
msgid "Incorrect argument type to variable '%-.64s'"
 
2329
msgstr ""
 
2330
 
 
2331
#: drizzled/drizzled_error_messages.h:498
 
2332
#, c-format
 
2333
msgid "Variable '%-.64s' can only be set, not read"
 
2334
msgstr ""
 
2335
 
 
2336
#: drizzled/drizzled_error_messages.h:500
 
2337
#, c-format
 
2338
msgid "Incorrect usage/placement of '%s'"
 
2339
msgstr ""
 
2340
 
 
2341
#: drizzled/drizzled_error_messages.h:502
 
2342
#, c-format
 
2343
msgid "This version of MySQL doesn't yet support '%s'"
 
2344
msgstr ""
 
2345
 
 
2346
#: drizzled/drizzled_error_messages.h:504
 
2347
#, c-format
 
2348
msgid ""
 
2349
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
 
2350
msgstr ""
 
2351
 
 
2352
#: drizzled/drizzled_error_messages.h:506
 
2353
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
 
2354
msgstr ""
 
2355
 
 
2356
#: drizzled/drizzled_error_messages.h:508
 
2357
#, c-format
 
2358
msgid "Variable '%-.192s' is a %s variable"
 
2359
msgstr ""
 
2360
 
 
2361
#: drizzled/drizzled_error_messages.h:510
 
2362
#, c-format
 
2363
msgid "Incorrect foreign key definition for '%-.192s': %s"
 
2364
msgstr ""
 
2365
 
 
2366
#: drizzled/drizzled_error_messages.h:512
 
2367
msgid "Key reference and table reference don't match"
 
2368
msgstr ""
 
2369
 
 
2370
#: drizzled/drizzled_error_messages.h:514
 
2371
#, c-format
 
2372
msgid "Operand should contain %d column(s)"
 
2373
msgstr ""
 
2374
 
 
2375
#: drizzled/drizzled_error_messages.h:516
 
2376
msgid "Subquery returns more than 1 row"
 
2377
msgstr ""
 
2378
 
 
2379
#: drizzled/drizzled_error_messages.h:518
 
2380
#, c-format
 
2381
msgid "Unknown prepared statement handler (%.*s) given to %s"
 
2382
msgstr ""
 
2383
 
 
2384
#: drizzled/drizzled_error_messages.h:520
 
2385
msgid "Help database is corrupt or does not exist"
 
2386
msgstr ""
 
2387
 
 
2388
#: drizzled/drizzled_error_messages.h:522
 
2389
msgid "Cyclic reference on subqueries"
 
2390
msgstr ""
 
2391
 
 
2392
#: drizzled/drizzled_error_messages.h:524
 
2393
#, c-format
 
2394
msgid "Converting column '%s' from %s to %s"
 
2395
msgstr ""
 
2396
 
 
2397
#: drizzled/drizzled_error_messages.h:526
 
2398
#, c-format
 
2399
msgid "Reference '%-.64s' not supported (%s)"
 
2400
msgstr ""
 
2401
 
 
2402
#: drizzled/drizzled_error_messages.h:528
 
2403
msgid "Every derived table must have its own alias"
 
2404
msgstr ""
 
2405
 
 
2406
#: drizzled/drizzled_error_messages.h:530
 
2407
#, c-format
 
2408
msgid "Select %u was reduced during optimization"
 
2409
msgstr ""
 
2410
 
 
2411
#: drizzled/drizzled_error_messages.h:532
 
2412
#, c-format
 
2413
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
 
2414
msgstr ""
 
2415
 
 
2416
#: drizzled/drizzled_error_messages.h:534
 
2417
msgid ""
 
2418
"Client does not support authentication protocol requested by server; "
 
2419
"consider upgrading MySQL client"
 
2420
msgstr ""
 
2421
 
 
2422
#: drizzled/drizzled_error_messages.h:536
 
2423
msgid "All parts of a SPATIAL index must be NOT NULL"
 
2424
msgstr ""
 
2425
 
 
2426
#: drizzled/drizzled_error_messages.h:538
 
2427
#, c-format
 
2428
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
 
2429
msgstr ""
 
2430
 
 
2431
#: drizzled/drizzled_error_messages.h:540
 
2432
msgid "Slave is already running"
 
2433
msgstr ""
 
2434
 
 
2435
#: drizzled/drizzled_error_messages.h:542
 
2436
msgid "Slave already has been stopped"
 
2437
msgstr ""
 
2438
 
 
2439
#: drizzled/drizzled_error_messages.h:544
 
2440
#, c-format
 
2441
msgid ""
 
2442
"Uncompressed data size too large; the maximum size is %d (probably, length "
 
2443
"of uncompressed data was corrupted)"
 
2444
msgstr ""
 
2445
 
 
2446
#: drizzled/drizzled_error_messages.h:546
 
2447
msgid "ZLIB: Not enough memory"
 
2448
msgstr ""
 
2449
 
 
2450
#: drizzled/drizzled_error_messages.h:548
 
2451
msgid ""
 
2452
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
 
2453
"data was corrupted)"
 
2454
msgstr ""
 
2455
 
 
2456
#: drizzled/drizzled_error_messages.h:550
 
2457
msgid "ZLIB: Input data corrupted"
 
2458
msgstr ""
 
2459
 
 
2460
#: drizzled/drizzled_error_messages.h:552
 
2461
#, c-format
 
2462
msgid "%d line(s) were cut by GROUP_CONCAT()"
 
2463
msgstr ""
 
2464
 
 
2465
#: drizzled/drizzled_error_messages.h:554
 
2466
#, c-format
 
2467
msgid "Row %ld doesn't contain data for all columns"
 
2468
msgstr ""
 
2469
 
 
2470
#: drizzled/drizzled_error_messages.h:556
 
2471
#, c-format
 
2472
msgid ""
 
2473
"Row %ld was truncated; it contained more data than there were input columns"
 
2474
msgstr ""
 
2475
 
 
2476
#: drizzled/drizzled_error_messages.h:558
 
2477
#, c-format
 
2478
msgid ""
 
2479
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
 
2480
msgstr ""
 
2481
 
 
2482
#: drizzled/drizzled_error_messages.h:560
 
2483
#, c-format
 
2484
msgid "Out of range value for column '%s' at row %ld"
 
2485
msgstr ""
 
2486
 
 
2487
#: drizzled/drizzled_error_messages.h:562
 
2488
#, c-format
 
2489
msgid "Data truncated for column '%s' at row %ld"
 
2490
msgstr ""
 
2491
 
 
2492
#: drizzled/drizzled_error_messages.h:564
 
2493
#, c-format
 
2494
msgid "Using storage engine %s for table '%s'"
 
2495
msgstr ""
 
2496
 
 
2497
#: drizzled/drizzled_error_messages.h:566
 
2498
#, c-format
 
2499
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
 
2500
msgstr ""
 
2501
 
 
2502
#: drizzled/drizzled_error_messages.h:568
 
2503
msgid "Cannot drop one or more of the requested users"
 
2504
msgstr ""
 
2505
 
 
2506
#: drizzled/drizzled_error_messages.h:570
 
2507
msgid "Can't revoke all privileges for one or more of the requested users"
 
2508
msgstr ""
 
2509
 
 
2510
#: drizzled/drizzled_error_messages.h:572
 
2511
#, c-format
 
2512
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
 
2513
msgstr ""
 
2514
 
 
2515
#: drizzled/drizzled_error_messages.h:574
 
2516
#, c-format
 
2517
msgid "Illegal mix of collations for operation '%s'"
 
2518
msgstr ""
 
2519
 
 
2520
#: drizzled/drizzled_error_messages.h:576
 
2521
#, c-format
 
2522
msgid ""
 
2523
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
 
2524
"variable_name)"
 
2525
msgstr ""
 
2526
 
 
2527
#: drizzled/drizzled_error_messages.h:578
 
2528
#, c-format
 
2529
msgid "Unknown collation: '%-.64s'"
 
2530
msgstr ""
 
2531
 
 
2532
#: drizzled/drizzled_error_messages.h:580
 
2533
msgid ""
 
2534
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
 
2535
"compiled without SSL support; they can be used later if MySQL slave with SSL "
 
2536
"is started"
 
2537
msgstr ""
 
2538
 
 
2539
#: drizzled/drizzled_error_messages.h:582
 
2540
#, c-format
 
2541
msgid ""
 
2542
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
 
2543
"old format; please change the password to the new format"
 
2544
msgstr ""
 
2545
 
 
2546
#: drizzled/drizzled_error_messages.h:584
 
2547
#, c-format
 
2548
msgid ""
 
2549
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
 
2550
"SELECT #%d"
 
2551
msgstr ""
 
2552
 
 
2553
#: drizzled/drizzled_error_messages.h:586
 
2554
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
 
2555
msgstr ""
 
2556
 
 
2557
#: drizzled/drizzled_error_messages.h:588
 
2558
msgid ""
 
2559
"It is recommended to use --skip-slave-start when doing step-by-step "
 
2560
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
 
2561
"get an unexpected slave's mysqld restart"
 
2562
msgstr ""
 
2563
 
 
2564
#: drizzled/drizzled_error_messages.h:590
 
2565
msgid "SQL thread is not to be started so UNTIL options are ignored"
 
2566
msgstr ""
 
2567
 
 
2568
#: drizzled/drizzled_error_messages.h:592
 
2569
#, c-format
 
2570
msgid "Incorrect index name '%-.100s'"
 
2571
msgstr ""
 
2572
 
 
2573
#: drizzled/drizzled_error_messages.h:594
 
2574
#, c-format
 
2575
msgid "Incorrect catalog name '%-.100s'"
 
2576
msgstr ""
 
2577
 
 
2578
#: drizzled/drizzled_error_messages.h:596
 
2579
#, c-format
 
2580
msgid "Query cache failed to set size %lu; new query cache size is %lu"
 
2581
msgstr ""
 
2582
 
 
2583
#: drizzled/drizzled_error_messages.h:598
 
2584
#, c-format
 
2585
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
 
2586
msgstr ""
 
2587
 
 
2588
#: drizzled/drizzled_error_messages.h:600
 
2589
#, c-format
 
2590
msgid "Unknown key cache '%-.100s'"
 
2591
msgstr ""
 
2592
 
 
2593
#: drizzled/drizzled_error_messages.h:602
 
2594
msgid ""
 
2595
"MySQL is started in --skip-name-resolve mode; you must restart it without "
 
2596
"this switch for this grant to work"
 
2597
msgstr ""
 
2598
 
 
2599
#: drizzled/drizzled_error_messages.h:604
 
2600
#, c-format
 
2601
msgid "Unknown table engine '%s'"
 
2602
msgstr ""
 
2603
 
 
2604
#: drizzled/drizzled_error_messages.h:606
 
2605
#, c-format
 
2606
msgid "'%s' is deprecated; use '%s' instead"
 
2607
msgstr ""
 
2608
 
 
2609
#: drizzled/drizzled_error_messages.h:608
 
2610
#, c-format
 
2611
msgid "The target table %-.100s of the %s is not updatable"
 
2612
msgstr ""
 
2613
 
 
2614
#: drizzled/drizzled_error_messages.h:610
 
2615
#, c-format
 
2616
msgid ""
 
2617
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
 
2618
"working"
 
2619
msgstr ""
 
2620
 
 
2621
#: drizzled/drizzled_error_messages.h:612
 
2622
#, c-format
 
2623
msgid ""
 
2624
"The MySQL server is running with the %s option so it cannot execute this "
 
2625
"statement"
 
2626
msgstr ""
 
2627
 
 
2628
#: drizzled/drizzled_error_messages.h:614
 
2629
#, c-format
 
2630
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
 
2631
msgstr ""
 
2632
 
 
2633
#: drizzled/drizzled_error_messages.h:616
 
2634
#, c-format
 
2635
msgid "Truncated incorrect %-.32s value: '%-.128s'"
 
2636
msgstr ""
 
2637
 
 
2638
#: drizzled/drizzled_error_messages.h:618
 
2639
msgid ""
 
2640
"Incorrect table definition; there can be only one TIMESTAMP column with "
 
2641
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
 
2642
msgstr ""
 
2643
 
 
2644
#: drizzled/drizzled_error_messages.h:620
 
2645
#, c-format
 
2646
msgid "Invalid ON UPDATE clause for '%-.192s' column"
 
2647
msgstr ""
 
2648
 
 
2649
#: drizzled/drizzled_error_messages.h:622
 
2650
msgid "This command is not supported in the prepared statement protocol yet"
 
2651
msgstr ""
 
2652
 
 
2653
#: drizzled/drizzled_error_messages.h:624
 
2654
#, c-format
 
2655
msgid "Got error %d '%-.100s' from %s"
 
2656
msgstr ""
 
2657
 
 
2658
#: drizzled/drizzled_error_messages.h:626
 
2659
#, c-format
 
2660
msgid "Got temporary error %d '%-.100s' from %s"
 
2661
msgstr ""
 
2662
 
 
2663
#: drizzled/drizzled_error_messages.h:628
 
2664
#, c-format
 
2665
msgid "Unknown or incorrect time zone: '%-.64s'"
 
2666
msgstr ""
 
2667
 
 
2668
#: drizzled/drizzled_error_messages.h:630
 
2669
#, c-format
 
2670
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
 
2671
msgstr ""
 
2672
 
 
2673
#: drizzled/drizzled_error_messages.h:632
 
2674
#, c-format
 
2675
msgid "Invalid %s character string: '%.64s'"
 
2676
msgstr ""
 
2677
 
 
2678
#: drizzled/drizzled_error_messages.h:634
 
2679
#, c-format
 
2680
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
 
2681
msgstr ""
 
2682
 
 
2683
#: drizzled/drizzled_error_messages.h:636
 
2684
#, c-format
 
2685
msgid "Conflicting declarations: '%s%s' and '%s%s'"
 
2686
msgstr ""
 
2687
 
 
2688
#: drizzled/drizzled_error_messages.h:638
 
2689
#, c-format
 
2690
msgid "Can't create a %s from within another stored routine"
 
2691
msgstr ""
 
2692
 
 
2693
#: drizzled/drizzled_error_messages.h:640
 
2694
#, c-format
 
2695
msgid "%s %s already exists"
 
2696
msgstr ""
 
2697
 
 
2698
#: drizzled/drizzled_error_messages.h:642
 
2699
#, c-format
 
2700
msgid "%s %s does not exist"
 
2701
msgstr ""
 
2702
 
 
2703
#: drizzled/drizzled_error_messages.h:644
 
2704
#, c-format
 
2705
msgid "Failed to DROP %s %s"
 
2706
msgstr ""
 
2707
 
 
2708
#: drizzled/drizzled_error_messages.h:646
 
2709
#, c-format
 
2710
msgid "Failed to CREATE %s %s"
 
2711
msgstr ""
 
2712
 
 
2713
#: drizzled/drizzled_error_messages.h:648
 
2714
#, c-format
 
2715
msgid "%s with no matching label: %s"
 
2716
msgstr ""
 
2717
 
 
2718
#: drizzled/drizzled_error_messages.h:650
 
2719
#, c-format
 
2720
msgid "Redefining label %s"
 
2721
msgstr ""
 
2722
 
 
2723
#: drizzled/drizzled_error_messages.h:652
 
2724
#, c-format
 
2725
msgid "End-label %s without match"
 
2726
msgstr ""
 
2727
 
 
2728
#: drizzled/drizzled_error_messages.h:654
 
2729
#, c-format
 
2730
msgid "Referring to uninitialized variable %s"
 
2731
msgstr ""
 
2732
 
 
2733
#: drizzled/drizzled_error_messages.h:656
 
2734
#, c-format
 
2735
msgid "PROCEDURE %s can't return a result set in the given context"
 
2736
msgstr ""
 
2737
 
 
2738
#: drizzled/drizzled_error_messages.h:658
 
2739
msgid "RETURN is only allowed in a FUNCTION"
 
2740
msgstr ""
 
2741
 
 
2742
#: drizzled/drizzled_error_messages.h:660
 
2743
#, c-format
 
2744
msgid "%s is not allowed in stored procedures"
 
2745
msgstr ""
 
2746
 
 
2747
#: drizzled/drizzled_error_messages.h:662
 
2748
msgid ""
 
2749
"The update log is deprecated and replaced by the binary log; SET "
 
2750
"SQL_LOG_UPDATE has been ignored"
 
2751
msgstr ""
 
2752
 
 
2753
#: drizzled/drizzled_error_messages.h:664
 
2754
msgid ""
 
2755
"The update log is deprecated and replaced by the binary log; SET "
 
2756
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
 
2757
msgstr ""
 
2758
 
 
2759
#: drizzled/drizzled_error_messages.h:666
 
2760
msgid "Query execution was interrupted"
 
2761
msgstr ""
 
2762
 
 
2763
#: drizzled/drizzled_error_messages.h:668
 
2764
#, c-format
 
2765
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
 
2766
msgstr ""
 
2767
 
 
2768
#: drizzled/drizzled_error_messages.h:670
 
2769
#, c-format
 
2770
msgid "Undefined CONDITION: %s"
 
2771
msgstr ""
 
2772
 
 
2773
#: drizzled/drizzled_error_messages.h:672
 
2774
#, c-format
 
2775
msgid "No RETURN found in FUNCTION %s"
 
2776
msgstr ""
 
2777
 
 
2778
#: drizzled/drizzled_error_messages.h:674
 
2779
#, c-format
 
2780
msgid "FUNCTION %s ended without RETURN"
 
2781
msgstr ""
 
2782
 
 
2783
#: drizzled/drizzled_error_messages.h:676
 
2784
msgid "Cursor statement must be a SELECT"
 
2785
msgstr ""
 
2786
 
 
2787
#: drizzled/drizzled_error_messages.h:678
 
2788
msgid "Cursor SELECT must not have INTO"
 
2789
msgstr ""
 
2790
 
 
2791
#: drizzled/drizzled_error_messages.h:680
 
2792
#, c-format
 
2793
msgid "Undefined CURSOR: %s"
 
2794
msgstr ""
 
2795
 
 
2796
#: drizzled/drizzled_error_messages.h:682
 
2797
msgid "Cursor is already open"
 
2798
msgstr ""
 
2799
 
 
2800
#: drizzled/drizzled_error_messages.h:684
 
2801
msgid "Cursor is not open"
 
2802
msgstr ""
 
2803
 
 
2804
#: drizzled/drizzled_error_messages.h:686
 
2805
#, c-format
 
2806
msgid "Undeclared variable: %s"
 
2807
msgstr ""
 
2808
 
 
2809
#: drizzled/drizzled_error_messages.h:688
 
2810
msgid "Incorrect number of FETCH variables"
 
2811
msgstr ""
 
2812
 
 
2813
#: drizzled/drizzled_error_messages.h:690
 
2814
msgid "No data - zero rows fetched, selected, or processed"
 
2815
msgstr ""
 
2816
 
 
2817
#: drizzled/drizzled_error_messages.h:692
 
2818
#, c-format
 
2819
msgid "Duplicate parameter: %s"
 
2820
msgstr ""
 
2821
 
 
2822
#: drizzled/drizzled_error_messages.h:694
 
2823
#, c-format
 
2824
msgid "Duplicate variable: %s"
 
2825
msgstr ""
 
2826
 
 
2827
#: drizzled/drizzled_error_messages.h:696
 
2828
#, c-format
 
2829
msgid "Duplicate condition: %s"
 
2830
msgstr ""
 
2831
 
 
2832
#: drizzled/drizzled_error_messages.h:698
 
2833
#, c-format
 
2834
msgid "Duplicate cursor: %s"
 
2835
msgstr ""
 
2836
 
 
2837
#: drizzled/drizzled_error_messages.h:700
 
2838
#, c-format
 
2839
msgid "Failed to ALTER %s %s"
 
2840
msgstr ""
 
2841
 
 
2842
#: drizzled/drizzled_error_messages.h:702
 
2843
msgid "Subquery value not supported"
 
2844
msgstr ""
 
2845
 
 
2846
#: drizzled/drizzled_error_messages.h:704
 
2847
#, c-format
 
2848
msgid "%s is not allowed in stored function or trigger"
 
2849
msgstr ""
 
2850
 
 
2851
#: drizzled/drizzled_error_messages.h:706
 
2852
msgid "Variable or condition declaration after cursor or handler declaration"
 
2853
msgstr ""
 
2854
 
 
2855
#: drizzled/drizzled_error_messages.h:708
 
2856
msgid "Cursor declaration after handler declaration"
 
2857
msgstr ""
 
2858
 
 
2859
#: drizzled/drizzled_error_messages.h:710
 
2860
msgid "Case not found for CASE statement"
 
2861
msgstr ""
 
2862
 
 
2863
#: drizzled/drizzled_error_messages.h:712
 
2864
#, c-format
 
2865
msgid "Configuration file '%-.192s' is too big"
 
2866
msgstr ""
 
2867
 
 
2868
#: drizzled/drizzled_error_messages.h:714
 
2869
#, c-format
 
2870
msgid "Malformed file type header in file '%-.192s'"
 
2871
msgstr ""
 
2872
 
 
2873
#: drizzled/drizzled_error_messages.h:716
 
2874
#, c-format
 
2875
msgid "Unexpected end of file while parsing comment '%-.200s'"
 
2876
msgstr ""
 
2877
 
 
2878
#: drizzled/drizzled_error_messages.h:718
 
2879
#, c-format
 
2880
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
 
2881
msgstr ""
 
2882
 
 
2883
#: drizzled/drizzled_error_messages.h:720
 
2884
#, c-format
 
2885
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
 
2886
msgstr ""
 
2887
 
 
2888
#: drizzled/drizzled_error_messages.h:722
 
2889
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
 
2890
msgstr ""
 
2891
 
 
2892
#: drizzled/drizzled_error_messages.h:724
 
2893
#, c-format
 
2894
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
 
2895
msgstr ""
 
2896
 
 
2897
#: drizzled/drizzled_error_messages.h:726
 
2898
#, c-format
 
2899
msgid "'%-.192s.%-.192s' is not %s"
 
2900
msgstr ""
 
2901
 
 
2902
#: drizzled/drizzled_error_messages.h:728
 
2903
#, c-format
 
2904
msgid "Column '%-.192s' is not updatable"
 
2905
msgstr ""
 
2906
 
 
2907
#: drizzled/drizzled_error_messages.h:730
 
2908
msgid "View's SELECT contains a subquery in the FROM clause"
 
2909
msgstr ""
 
2910
 
 
2911
#: drizzled/drizzled_error_messages.h:732
 
2912
#, c-format
 
2913
msgid "View's SELECT contains a '%s' clause"
 
2914
msgstr ""
 
2915
 
 
2916
#: drizzled/drizzled_error_messages.h:734
 
2917
msgid "View's SELECT contains a variable or parameter"
 
2918
msgstr ""
 
2919
 
 
2920
#: drizzled/drizzled_error_messages.h:736
 
2921
#, c-format
 
2922
msgid "View's SELECT refers to a temporary table '%-.192s'"
 
2923
msgstr ""
 
2924
 
 
2925
#: drizzled/drizzled_error_messages.h:738
 
2926
msgid "View's SELECT and view's field list have different column counts"
 
2927
msgstr ""
 
2928
 
 
2929
#: drizzled/drizzled_error_messages.h:740
 
2930
msgid ""
 
2931
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
 
2932
msgstr ""
 
2933
 
 
2934
#: drizzled/drizzled_error_messages.h:742
 
2935
msgid "View being updated does not have complete key of underlying table in it"
 
2936
msgstr ""
 
2937
 
 
2938
#: drizzled/drizzled_error_messages.h:744
 
2939
#, c-format
 
2940
msgid ""
 
2941
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
 
2942
"(s) or definer/invoker of view lack rights to use them"
 
2943
msgstr ""
 
2944
 
 
2945
#: drizzled/drizzled_error_messages.h:746
 
2946
#, c-format
 
2947
msgid "Can't drop or alter a %s from within another stored routine"
 
2948
msgstr ""
 
2949
 
 
2950
#: drizzled/drizzled_error_messages.h:748
 
2951
msgid "GOTO is not allowed in a stored procedure handler"
 
2952
msgstr ""
 
2953
 
 
2954
#: drizzled/drizzled_error_messages.h:750
 
2955
msgid "Trigger already exists"
 
2956
msgstr ""
 
2957
 
 
2958
#: drizzled/drizzled_error_messages.h:752
 
2959
msgid "Trigger does not exist"
 
2960
msgstr ""
 
2961
 
 
2962
#: drizzled/drizzled_error_messages.h:754
 
2963
#, c-format
 
2964
msgid "Trigger's '%-.192s' is view or temporary table"
 
2965
msgstr ""
 
2966
 
 
2967
#: drizzled/drizzled_error_messages.h:756
 
2968
#, c-format
 
2969
msgid "Updating of %s row is not allowed in %strigger"
 
2970
msgstr ""
 
2971
 
 
2972
#: drizzled/drizzled_error_messages.h:758
 
2973
#, c-format
 
2974
msgid "There is no %s row in %s trigger"
 
2975
msgstr ""
 
2976
 
 
2977
#: drizzled/drizzled_error_messages.h:760
 
2978
#, c-format
 
2979
msgid "Field '%-.192s' doesn't have a default value"
 
2980
msgstr ""
 
2981
 
 
2982
#: drizzled/drizzled_error_messages.h:762
 
2983
msgid "Division by 0"
 
2984
msgstr ""
 
2985
 
 
2986
#: drizzled/drizzled_error_messages.h:764
 
2987
#, c-format
 
2988
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
 
2989
msgstr ""
 
2990
 
 
2991
#: drizzled/drizzled_error_messages.h:766
 
2992
#, c-format
 
2993
msgid "Illegal %s '%-.192s' value found during parsing"
 
2994
msgstr ""
 
2995
 
 
2996
#: drizzled/drizzled_error_messages.h:768
 
2997
#, c-format
 
2998
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
 
2999
msgstr ""
 
3000
 
 
3001
#: drizzled/drizzled_error_messages.h:770
 
3002
#, c-format
 
3003
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
 
3004
msgstr ""
 
3005
 
 
3006
#: drizzled/drizzled_error_messages.h:772
 
3007
#, c-format
 
3008
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
 
3009
msgstr ""
 
3010
 
 
3011
#: drizzled/drizzled_error_messages.h:774
 
3012
#, c-format
 
3013
msgid "Failed purging old relay logs: %s"
 
3014
msgstr ""
 
3015
 
 
3016
#: drizzled/drizzled_error_messages.h:776
 
3017
#, c-format
 
3018
msgid "Password hash should be a %d-digit hexadecimal number"
 
3019
msgstr ""
 
3020
 
 
3021
#: drizzled/drizzled_error_messages.h:778
 
3022
msgid "Target log not found in binlog index"
 
3023
msgstr ""
 
3024
 
 
3025
#: drizzled/drizzled_error_messages.h:780
 
3026
msgid "I/O error reading log index file"
 
3027
msgstr ""
 
3028
 
 
3029
#: drizzled/drizzled_error_messages.h:782
 
3030
msgid "Server configuration does not permit binlog purge"
 
3031
msgstr ""
 
3032
 
 
3033
#: drizzled/drizzled_error_messages.h:784
 
3034
msgid "Failed on fseek()"
 
3035
msgstr ""
 
3036
 
 
3037
#: drizzled/drizzled_error_messages.h:786
 
3038
msgid "Fatal error during log purge"
 
3039
msgstr ""
 
3040
 
 
3041
#: drizzled/drizzled_error_messages.h:788
 
3042
msgid "A purgeable log is in use, will not purge"
 
3043
msgstr ""
 
3044
 
 
3045
#: drizzled/drizzled_error_messages.h:790
 
3046
msgid "Unknown error during log purge"
 
3047
msgstr ""
 
3048
 
 
3049
#: drizzled/drizzled_error_messages.h:792
 
3050
#, c-format
 
3051
msgid "Failed initializing relay log position: %s"
 
3052
msgstr ""
 
3053
 
 
3054
#: drizzled/drizzled_error_messages.h:794
 
3055
msgid "You are not using binary logging"
 
3056
msgstr ""
 
3057
 
 
3058
#: drizzled/drizzled_error_messages.h:796
 
3059
#, c-format
 
3060
msgid ""
 
3061
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
 
3062
msgstr ""
 
3063
 
 
3064
#: drizzled/drizzled_error_messages.h:798
 
3065
msgid "WSAStartup Failed"
 
3066
msgstr ""
 
3067
 
 
3068
#: drizzled/drizzled_error_messages.h:800
 
3069
msgid "Can't handle procedures with different groups yet"
 
3070
msgstr ""
 
3071
 
 
3072
#: drizzled/drizzled_error_messages.h:802
 
3073
msgid "Select must have a group with this procedure"
 
3074
msgstr ""
 
3075
 
 
3076
#: drizzled/drizzled_error_messages.h:804
 
3077
msgid "Can't use ORDER clause with this procedure"
 
3078
msgstr ""
 
3079
 
 
3080
#: drizzled/drizzled_error_messages.h:806
 
3081
#, c-format
 
3082
msgid "Binary logging and replication forbid changing the global server %s"
 
3083
msgstr ""
 
3084
 
 
3085
#: drizzled/drizzled_error_messages.h:808
 
3086
#, c-format
 
3087
msgid "Can't map file: %-.200s, errno: %d"
 
3088
msgstr ""
 
3089
 
 
3090
#: drizzled/drizzled_error_messages.h:810
 
3091
#, c-format
 
3092
msgid "Wrong magic in %-.64s"
 
3093
msgstr ""
 
3094
 
 
3095
#: drizzled/drizzled_error_messages.h:812
 
3096
msgid "Prepared statement contains too many placeholders"
 
3097
msgstr ""
 
3098
 
 
3099
#: drizzled/drizzled_error_messages.h:814
 
3100
#, c-format
 
3101
msgid "Key part '%-.192s' length cannot be 0"
 
3102
msgstr ""
 
3103
 
 
3104
#: drizzled/drizzled_error_messages.h:816
 
3105
msgid "View text checksum failed"
 
3106
msgstr ""
 
3107
 
 
3108
#: drizzled/drizzled_error_messages.h:818
 
3109
#, c-format
 
3110
msgid ""
 
3111
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
 
3112
msgstr ""
 
3113
 
 
3114
#: drizzled/drizzled_error_messages.h:820
 
3115
#, c-format
 
3116
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
 
3117
msgstr ""
 
3118
 
 
3119
#: drizzled/drizzled_error_messages.h:822
 
3120
#, c-format
 
3121
msgid "Can not delete from join view '%-.192s.%-.192s'"
 
3122
msgstr ""
 
3123
 
 
3124
#: drizzled/drizzled_error_messages.h:824
 
3125
#, c-format
 
3126
msgid "Operation %s failed for %.256s"
 
3127
msgstr ""
 
3128
 
 
3129
#: drizzled/drizzled_error_messages.h:826
 
3130
msgid "XAER_NOTA: Unknown XID"
 
3131
msgstr ""
 
3132
 
 
3133
#: drizzled/drizzled_error_messages.h:828
 
3134
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
 
3135
msgstr ""
 
3136
 
 
3137
#: drizzled/drizzled_error_messages.h:830
 
3138
#, c-format
 
3139
msgid ""
 
3140
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
 
3141
"the  %.64s state"
 
3142
msgstr ""
 
3143
 
 
3144
#: drizzled/drizzled_error_messages.h:832
 
3145
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
 
3146
msgstr ""
 
3147
 
 
3148
#: drizzled/drizzled_error_messages.h:834
 
3149
msgid ""
 
3150
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
 
3151
"for consistency"
 
3152
msgstr ""
 
3153
 
 
3154
#: drizzled/drizzled_error_messages.h:836
 
3155
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
 
3156
msgstr ""
 
3157
 
 
3158
#: drizzled/drizzled_error_messages.h:838
 
3159
#, c-format
 
3160
msgid ""
 
3161
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
 
3162
"'%-.192s'"
 
3163
msgstr ""
 
3164
 
 
3165
#: drizzled/drizzled_error_messages.h:840
 
3166
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
 
3167
msgstr ""
 
3168
 
 
3169
#: drizzled/drizzled_error_messages.h:842
 
3170
msgid "Failed to revoke all privileges to dropped routine"
 
3171
msgstr ""
 
3172
 
 
3173
#: drizzled/drizzled_error_messages.h:844
 
3174
#, c-format
 
3175
msgid "Data too long for column '%s' at row %ld"
 
3176
msgstr ""
 
3177
 
 
3178
#: drizzled/drizzled_error_messages.h:846
 
3179
#, c-format
 
3180
msgid "Bad SQLSTATE: '%s'"
 
3181
msgstr ""
 
3182
 
 
3183
#: drizzled/drizzled_error_messages.h:848
 
3184
#, c-format
 
3185
msgid ""
 
3186
"%s: ready for connections.\n"
 
3187
"Version: '%s'  socket: '%s'  port: %d  %s"
 
3188
msgstr ""
 
3189
 
 
3190
#: drizzled/drizzled_error_messages.h:850
 
3191
msgid "Can't load value from file with fixed size rows to variable"
 
3192
msgstr ""
 
3193
 
 
3194
#: drizzled/drizzled_error_messages.h:852
 
3195
msgid "You are not allowed to create a user with GRANT"
 
3196
msgstr ""
 
3197
 
 
3198
#: drizzled/drizzled_error_messages.h:854
 
3199
#, c-format
 
3200
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
 
3201
msgstr ""
 
3202
 
 
3203
#: drizzled/drizzled_error_messages.h:856
 
3204
msgid "Table definition has changed, please retry transaction"
 
3205
msgstr ""
 
3206
 
 
3207
#: drizzled/drizzled_error_messages.h:858
 
3208
msgid "Duplicate handler declared in the same block"
 
3209
msgstr ""
 
3210
 
 
3211
#: drizzled/drizzled_error_messages.h:860
 
3212
#, c-format
 
3213
msgid ""
 
3214
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
 
3215
"variable in BEFORE trigger"
 
3216
msgstr ""
 
3217
 
 
3218
#: drizzled/drizzled_error_messages.h:862
 
3219
#, c-format
 
3220
msgid "Not allowed to return a result set from a %s"
 
3221
msgstr ""
 
3222
 
 
3223
#: drizzled/drizzled_error_messages.h:864
 
3224
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
 
3225
msgstr ""
 
3226
 
 
3227
#: drizzled/drizzled_error_messages.h:866
 
3228
msgid ""
 
3229
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
 
3230
"declaration and binary logging is enabled; if non-transactional tables were "
 
3231
"updated, the binary log will miss their changes"
 
3232
msgstr ""
 
3233
 
 
3234
#: drizzled/drizzled_error_messages.h:868
 
3235
msgid ""
 
3236
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
 
3237
"declaration and binary logging is enabled (you *might* want to use the less "
 
3238
"safe log_bin_trust_function_creators variable)"
 
3239
msgstr ""
 
3240
 
 
3241
#: drizzled/drizzled_error_messages.h:870
 
3242
msgid ""
 
3243
"You do not have the SUPER privilege and binary logging is enabled (you "
 
3244
"*might* want to use the less safe log_bin_trust_function_creators variable)"
 
3245
msgstr ""
 
3246
 
 
3247
#: drizzled/drizzled_error_messages.h:872
 
3248
msgid ""
 
3249
"You can't execute a prepared statement which has an open cursor associated "
 
3250
"with it. Reset the statement to re-execute it."
 
3251
msgstr ""
 
3252
 
 
3253
#: drizzled/drizzled_error_messages.h:874
 
3254
#, c-format
 
3255
msgid "The statement (%lu) has no open cursor."
 
3256
msgstr ""
 
3257
 
 
3258
#: drizzled/drizzled_error_messages.h:876
 
3259
msgid ""
 
3260
"Explicit or implicit commit is not allowed in stored function or trigger."
 
3261
msgstr ""
 
3262
 
 
3263
#: drizzled/drizzled_error_messages.h:878
 
3264
#, c-format
 
3265
msgid ""
 
3266
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
 
3267
msgstr ""
 
3268
 
 
3269
#: drizzled/drizzled_error_messages.h:880
 
3270
msgid "Recursive stored functions and triggers are not allowed."
 
3271
msgstr ""
 
3272
 
 
3273
#: drizzled/drizzled_error_messages.h:882
 
3274
#, c-format
 
3275
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
 
3276
msgstr ""
 
3277
 
 
3278
#: drizzled/drizzled_error_messages.h:884
 
3279
#, c-format
 
3280
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
 
3281
msgstr ""
 
3282
 
 
3283
#: drizzled/drizzled_error_messages.h:886
 
3284
#, c-format
 
3285
msgid ""
 
3286
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
 
3287
"'%-.192s')."
 
3288
msgstr ""
 
3289
 
 
3290
#: drizzled/drizzled_error_messages.h:888
 
3291
msgid ""
 
3292
"You can't combine write-locking of system tables with other tables or lock "
 
3293
"types"
 
3294
msgstr ""
 
3295
 
 
3296
#: drizzled/drizzled_error_messages.h:890
 
3297
#, c-format
 
3298
msgid "Unable to connect to foreign data source: %.64s"
 
3299
msgstr ""
 
3300
 
 
3301
#: drizzled/drizzled_error_messages.h:892
 
3302
#, c-format
 
3303
msgid ""
 
3304
"There was a problem processing the query on the foreign data source. Data "
 
3305
"source error: %-.64s"
 
3306
msgstr ""
 
3307
 
 
3308
#: drizzled/drizzled_error_messages.h:894
 
3309
#, c-format
 
3310
msgid ""
 
3311
"The foreign data source you are trying to reference does not exist. Data "
 
3312
"source error:  %-.64s"
 
3313
msgstr ""
 
3314
 
 
3315
#: drizzled/drizzled_error_messages.h:896
 
3316
#, c-format
 
3317
msgid ""
 
3318
"Can't create federated table. The data source connection string '%-.64s' is "
 
3319
"not in the correct format"
 
3320
msgstr ""
 
3321
 
 
3322
#: drizzled/drizzled_error_messages.h:898
 
3323
#, c-format
 
3324
msgid "The data source connection string '%-.64s' is not in the correct format"
 
3325
msgstr ""
 
3326
 
 
3327
#: drizzled/drizzled_error_messages.h:900
 
3328
#, c-format
 
3329
msgid "Can't create federated table. Foreign data src error:  %-.64s"
 
3330
msgstr ""
 
3331
 
 
3332
#: drizzled/drizzled_error_messages.h:902
 
3333
msgid "Trigger in wrong schema"
 
3334
msgstr ""
 
3335
 
 
3336
#: drizzled/drizzled_error_messages.h:904
 
3337
#, c-format
 
3338
msgid ""
 
3339
"Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes "
 
3340
"needed.  Use 'mysqld -O thread_stack=#' to specify a bigger stack."
 
3341
msgstr ""
 
3342
 
 
3343
#: drizzled/drizzled_error_messages.h:906
 
3344
#, c-format
 
3345
msgid "Routine body for '%-.100s' is too long"
 
3346
msgstr ""
 
3347
 
 
3348
#: drizzled/drizzled_error_messages.h:908
 
3349
msgid "Cannot drop default keycache"
 
3350
msgstr ""
 
3351
 
 
3352
#: drizzled/drizzled_error_messages.h:910
 
3353
#, c-format
 
3354
msgid "Display width out of range for column '%-.192s' (max = %d)"
 
3355
msgstr ""
 
3356
 
 
3357
#: drizzled/drizzled_error_messages.h:912
 
3358
msgid "XAER_DUPID: The XID already exists"
 
3359
msgstr ""
 
3360
 
 
3361
#: drizzled/drizzled_error_messages.h:914
 
3362
#, c-format
 
3363
msgid "Datetime function: %-.32s field overflow"
 
3364
msgstr ""
 
3365
 
 
3366
#: drizzled/drizzled_error_messages.h:916
 
3367
#, c-format
 
3368
msgid ""
 
3369
"Can't update table '%-.192s' in stored function/trigger because it is "
 
3370
"already used by statement which invoked this stored function/trigger."
 
3371
msgstr ""
 
3372
 
 
3373
#: drizzled/drizzled_error_messages.h:918
 
3374
#, c-format
 
3375
msgid ""
 
3376
"The definition of table '%-.192s' prevents operation %.192s on table "
 
3377
"'%-.192s'."
 
3378
msgstr ""
 
3379
 
 
3380
#: drizzled/drizzled_error_messages.h:920
 
3381
msgid ""
 
3382
"The prepared statement contains a stored routine call that refers to that "
 
3383
"same statement. It's not allowed to execute a prepared statement in such a "
 
3384
"recursive manner"
 
3385
msgstr ""
 
3386
 
 
3387
#: drizzled/drizzled_error_messages.h:922
 
3388
msgid "Not allowed to set autocommit from a stored function or trigger"
 
3389
msgstr ""
 
3390
 
 
3391
#: drizzled/drizzled_error_messages.h:924
 
3392
msgid "Definer is not fully qualified"
 
3393
msgstr ""
 
3394
 
 
3395
#: drizzled/drizzled_error_messages.h:926
 
3396
#, c-format
 
3397
msgid ""
 
3398
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
 
3399
"Current user is used as definer. Please recreate the view!"
 
3400
msgstr ""
 
3401
 
 
3402
#: drizzled/drizzled_error_messages.h:928
 
3403
#, c-format
 
3404
msgid ""
 
3405
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
 
3406
"definer"
 
3407
msgstr ""
 
3408
 
 
3409
#: drizzled/drizzled_error_messages.h:930
 
3410
#, c-format
 
3411
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
 
3412
msgstr ""
 
3413
 
 
3414
#: drizzled/drizzled_error_messages.h:932
 
3415
#, c-format
 
3416
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
 
3417
msgstr ""
 
3418
 
 
3419
#: drizzled/drizzled_error_messages.h:934
 
3420
#, c-format
 
3421
msgid ""
 
3422
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
 
3423
msgstr ""
 
3424
 
 
3425
#: drizzled/drizzled_error_messages.h:936
 
3426
#, c-format
 
3427
msgid ""
 
3428
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
 
3429
msgstr ""
 
3430
 
 
3431
#: drizzled/drizzled_error_messages.h:938
 
3432
#, c-format
 
3433
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
 
3434
msgstr ""
 
3435
 
 
3436
#: drizzled/drizzled_error_messages.h:940
 
3437
#, c-format
 
3438
msgid ""
 
3439
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
 
3440
"activated under the authorization of the invoker, which may have "
 
3441
"insufficient privileges. Please recreate the trigger."
 
3442
msgstr ""
 
3443
 
 
3444
#: drizzled/drizzled_error_messages.h:942
 
3445
#, c-format
 
3446
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
 
3447
msgstr ""
 
3448
 
 
3449
#: drizzled/drizzled_error_messages.h:944
 
3450
#, c-format
 
3451
msgid ""
 
3452
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
 
3453
"exceeded for routine %.192s"
 
3454
msgstr ""
 
3455
 
 
3456
#: drizzled/drizzled_error_messages.h:946
 
3457
#, c-format
 
3458
msgid ""
 
3459
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
 
3460
"contains bad data (internal code %d)"
 
3461
msgstr ""
 
3462
 
 
3463
#: drizzled/drizzled_error_messages.h:948
 
3464
#, c-format
 
3465
msgid "Incorrect routine name '%-.192s'"
 
3466
msgstr ""
 
3467
 
 
3468
#: drizzled/drizzled_error_messages.h:950
 
3469
#, c-format
 
3470
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
 
3471
msgstr ""
 
3472
 
 
3473
#: drizzled/drizzled_error_messages.h:952
 
3474
msgid "AGGREGATE is not supported for stored functions"
 
3475
msgstr ""
 
3476
 
 
3477
#: drizzled/drizzled_error_messages.h:954
 
3478
#, c-format
 
3479
msgid ""
 
3480
"Can't create more than max_prepared_stmt_count statements (current value: %"
 
3481
"lu)"
 
3482
msgstr ""
 
3483
 
 
3484
#: drizzled/drizzled_error_messages.h:956
 
3485
#, c-format
 
3486
msgid "`%-.192s`.`%-.192s` contains view recursion"
 
3487
msgstr ""
 
3488
 
 
3489
#: drizzled/drizzled_error_messages.h:958
 
3490
#, c-format
 
3491
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
 
3492
msgstr ""
 
3493
 
 
3494
#: drizzled/drizzled_error_messages.h:960
 
3495
msgid "The used table type doesn't support SPATIAL indexes"
 
3496
msgstr ""
 
3497
 
 
3498
#: drizzled/drizzled_error_messages.h:962
 
3499
msgid "Triggers can not be created on system tables"
 
3500
msgstr ""
 
3501
 
 
3502
#: drizzled/drizzled_error_messages.h:964
 
3503
#, c-format
 
3504
msgid "Leading spaces are removed from name '%s'"
 
3505
msgstr ""
 
3506
 
 
3507
#: drizzled/drizzled_error_messages.h:966
 
3508
msgid "Failed to read auto-increment value from storage engine"
 
3509
msgstr ""
 
3510
 
 
3511
#: drizzled/drizzled_error_messages.h:968
 
3512
msgid "user name"
 
3513
msgstr ""
 
3514
 
 
3515
#: drizzled/drizzled_error_messages.h:970
 
3516
msgid "host name"
 
3517
msgstr ""
 
3518
 
 
3519
#: drizzled/drizzled_error_messages.h:972
 
3520
#, c-format
 
3521
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
 
3522
msgstr ""
 
3523
 
 
3524
#: drizzled/drizzled_error_messages.h:974
 
3525
#, c-format
 
3526
msgid "The target table %-.100s of the %s is not insertable-into"
 
3527
msgstr ""
 
3528
 
 
3529
#: drizzled/drizzled_error_messages.h:976
 
3530
#, c-format
 
3531
msgid ""
 
3532
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
 
3533
msgstr ""
 
3534
 
 
3535
#: drizzled/drizzled_error_messages.h:978
 
3536
msgid "Too high level of nesting for select"
 
3537
msgstr ""
 
3538
 
 
3539
#: drizzled/drizzled_error_messages.h:980
 
3540
#, c-format
 
3541
msgid "Name '%-.64s' has become ''"
 
3542
msgstr ""
 
3543
 
 
3544
#: drizzled/drizzled_error_messages.h:982
 
3545
msgid ""
 
3546
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
 
3547
"optional and non-empty FIELDS ENCLOSED BY"
 
3548
msgstr ""
 
3549
 
 
3550
#: drizzled/drizzled_error_messages.h:984
 
3551
#, c-format
 
3552
msgid "The foreign server, %s, you are trying to create already exists."
 
3553
msgstr ""
 
3554
 
 
3555
#: drizzled/drizzled_error_messages.h:986
 
3556
#, c-format
 
3557
msgid ""
 
3558
"The foreign server name you are trying to reference does not exist. Data "
 
3559
"source error:  %-.64s"
 
3560
msgstr ""
 
3561
 
 
3562
#: drizzled/drizzled_error_messages.h:988
 
3563
#, c-format
 
3564
msgid ""
 
3565
"Table storage engine '%-.64s' does not support the create option '%.64s'"
 
3566
msgstr ""
 
3567
 
 
3568
#: drizzled/drizzled_error_messages.h:990
 
3569
#, c-format
 
3570
msgid ""
 
3571
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
 
3572
"each partition"
 
3573
msgstr ""
 
3574
 
 
3575
#: drizzled/drizzled_error_messages.h:992
 
3576
#, c-format
 
3577
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
 
3578
msgstr ""
 
3579
 
 
3580
#: drizzled/drizzled_error_messages.h:994
 
3581
msgid "MAXVALUE can only be used in last partition definition"
 
3582
msgstr ""
 
3583
 
 
3584
#: drizzled/drizzled_error_messages.h:996
 
3585
msgid "Subpartitions can only be hash partitions and by key"
 
3586
msgstr ""
 
3587
 
 
3588
#: drizzled/drizzled_error_messages.h:998
 
3589
msgid "Must define subpartitions on all partitions if on one partition"
 
3590
msgstr ""
 
3591
 
 
3592
#: drizzled/drizzled_error_messages.h:1000
 
3593
msgid "Wrong number of partitions defined, mismatch with previous setting"
 
3594
msgstr ""
 
3595
 
 
3596
#: drizzled/drizzled_error_messages.h:1002
 
3597
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
 
3598
msgstr ""
 
3599
 
 
3600
#: drizzled/drizzled_error_messages.h:1004
 
3601
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
 
3602
msgstr ""
 
3603
 
 
3604
#: drizzled/drizzled_error_messages.h:1006
 
3605
msgid "Expression in RANGE/LIST VALUES must be constant"
 
3606
msgstr ""
 
3607
 
 
3608
#: drizzled/drizzled_error_messages.h:1008
 
3609
msgid "Field in list of fields for partition function not found in table"
 
3610
msgstr ""
 
3611
 
 
3612
#: drizzled/drizzled_error_messages.h:1010
 
3613
msgid "List of fields is only allowed in KEY partitions"
 
3614
msgstr ""
 
3615
 
 
3616
#: drizzled/drizzled_error_messages.h:1012
 
3617
msgid ""
 
3618
"The partition info in the frm file is not consistent with what can be "
 
3619
"written into the frm file"
 
3620
msgstr ""
 
3621
 
 
3622
#: drizzled/drizzled_error_messages.h:1014
 
3623
#, c-format
 
3624
msgid "The %-.192s function returns the wrong type"
 
3625
msgstr ""
 
3626
 
 
3627
#: drizzled/drizzled_error_messages.h:1016
 
3628
#, c-format
 
3629
msgid "For %-.64s partitions each partition must be defined"
 
3630
msgstr ""
 
3631
 
 
3632
#: drizzled/drizzled_error_messages.h:1018
 
3633
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
 
3634
msgstr ""
 
3635
 
 
3636
#: drizzled/drizzled_error_messages.h:1020
 
3637
msgid "VALUES value must be of same type as partition function"
 
3638
msgstr ""
 
3639
 
 
3640
#: drizzled/drizzled_error_messages.h:1022
 
3641
msgid "Multiple definition of same constant in list partitioning"
 
3642
msgstr ""
 
3643
 
 
3644
#: drizzled/drizzled_error_messages.h:1024
 
3645
msgid "Partitioning can not be used stand-alone in query"
 
3646
msgstr ""
 
3647
 
 
3648
#: drizzled/drizzled_error_messages.h:1026
 
3649
msgid ""
 
3650
"The mix of handlers in the partitions is not allowed in this version of MySQL"
 
3651
msgstr ""
 
3652
 
 
3653
#: drizzled/drizzled_error_messages.h:1028
 
3654
#, c-format
 
3655
msgid "For the partitioned engine it is necessary to define all %-.64s"
 
3656
msgstr ""
 
3657
 
 
3658
#: drizzled/drizzled_error_messages.h:1030
 
3659
msgid "Too many partitions (including subpartitions) were defined"
 
3660
msgstr ""
 
3661
 
 
3662
#: drizzled/drizzled_error_messages.h:1032
 
3663
msgid ""
 
3664
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
 
3665
"partitioning for subpartitioning"
 
3666
msgstr ""
 
3667
 
 
3668
#: drizzled/drizzled_error_messages.h:1034
 
3669
msgid "Failed to create specific handler file"
 
3670
msgstr ""
 
3671
 
 
3672
#: drizzled/drizzled_error_messages.h:1036
 
3673
msgid "A BLOB field is not allowed in partition function"
 
3674
msgstr ""
 
3675
 
 
3676
#: drizzled/drizzled_error_messages.h:1038
 
3677
#, c-format
 
3678
msgid "A %-.192s must include all columns in the table's partitioning function"
 
3679
msgstr ""
 
3680
 
 
3681
#: drizzled/drizzled_error_messages.h:1040
 
3682
#, c-format
 
3683
msgid "Number of %-.64s = 0 is not an allowed value"
 
3684
msgstr ""
 
3685
 
 
3686
#: drizzled/drizzled_error_messages.h:1042
 
3687
msgid "Partition management on a not partitioned table is not possible"
 
3688
msgstr ""
 
3689
 
 
3690
#: drizzled/drizzled_error_messages.h:1044
 
3691
msgid ""
 
3692
"Foreign key condition is not yet supported in conjunction with partitioning"
 
3693
msgstr ""
 
3694
 
 
3695
#: drizzled/drizzled_error_messages.h:1046
 
3696
#, c-format
 
3697
msgid "Error in list of partitions to %-.64s"
 
3698
msgstr ""
 
3699
 
 
3700
#: drizzled/drizzled_error_messages.h:1048
 
3701
msgid "Cannot remove all partitions, use DROP TABLE instead"
 
3702
msgstr ""
 
3703
 
 
3704
#: drizzled/drizzled_error_messages.h:1050
 
3705
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
 
3706
msgstr ""
 
3707
 
 
3708
#: drizzled/drizzled_error_messages.h:1052
 
3709
msgid ""
 
3710
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
 
3711
"their numbers"
 
3712
msgstr ""
 
3713
 
 
3714
#: drizzled/drizzled_error_messages.h:1054
 
3715
msgid ""
 
3716
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
 
3717
"tables using HASH PARTITIONs"
 
3718
msgstr ""
 
3719
 
 
3720
#: drizzled/drizzled_error_messages.h:1056
 
3721
#, c-format
 
3722
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
 
3723
msgstr ""
 
3724
 
 
3725
#: drizzled/drizzled_error_messages.h:1058
 
3726
msgid "Trying to Add partition(s) with wrong number of subpartitions"
 
3727
msgstr ""
 
3728
 
 
3729
#: drizzled/drizzled_error_messages.h:1060
 
3730
msgid "At least one partition must be added"
 
3731
msgstr ""
 
3732
 
 
3733
#: drizzled/drizzled_error_messages.h:1062
 
3734
msgid "At least one partition must be coalesced"
 
3735
msgstr ""
 
3736
 
 
3737
#: drizzled/drizzled_error_messages.h:1064
 
3738
msgid "More partitions to reorganise than there are partitions"
 
3739
msgstr ""
 
3740
 
 
3741
#: drizzled/drizzled_error_messages.h:1066
 
3742
#, c-format
 
3743
msgid "Duplicate partition name %-.192s"
 
3744
msgstr ""
 
3745
 
 
3746
#: drizzled/drizzled_error_messages.h:1068
 
3747
msgid "It is not allowed to shut off binlog on this command"
 
3748
msgstr ""
 
3749
 
 
3750
#: drizzled/drizzled_error_messages.h:1070
 
3751
msgid "When reorganising a set of partitions they must be in consecutive order"
 
3752
msgstr ""
 
3753
 
 
3754
#: drizzled/drizzled_error_messages.h:1072
 
3755
msgid ""
 
3756
"Reorganize of range partitions cannot change total ranges except for last "
 
3757
"partition where it can extend the range"
 
3758
msgstr ""
 
3759
 
 
3760
#: drizzled/drizzled_error_messages.h:1074
 
3761
msgid "Partition function not supported in this version for this handler"
 
3762
msgstr ""
 
3763
 
 
3764
#: drizzled/drizzled_error_messages.h:1076
 
3765
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
 
3766
msgstr ""
 
3767
 
 
3768
#: drizzled/drizzled_error_messages.h:1078
 
3769
#, c-format
 
3770
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
 
3771
msgstr ""
 
3772
 
 
3773
#: drizzled/drizzled_error_messages.h:1080
 
3774
#, c-format
 
3775
msgid "Plugin '%-.192s' is not loaded"
 
3776
msgstr ""
 
3777
 
 
3778
#: drizzled/drizzled_error_messages.h:1082
 
3779
#, c-format
 
3780
msgid "Incorrect %-.32s value: '%-.128s'"
 
3781
msgstr ""
 
3782
 
 
3783
#: drizzled/drizzled_error_messages.h:1084
 
3784
#, c-format
 
3785
msgid "Table has no partition for value %-.64s"
 
3786
msgstr ""
 
3787
 
 
3788
#: drizzled/drizzled_error_messages.h:1086
 
3789
#, c-format
 
3790
msgid "It is not allowed to specify %s more than once"
 
3791
msgstr ""
 
3792
 
 
3793
#: drizzled/drizzled_error_messages.h:1088
 
3794
#: drizzled/drizzled_error_messages.h:1224
 
3795
#, c-format
 
3796
msgid "Failed to create %s"
 
3797
msgstr ""
 
3798
 
 
3799
#: drizzled/drizzled_error_messages.h:1090
 
3800
#: drizzled/drizzled_error_messages.h:1114
 
3801
#, c-format
 
3802
msgid "Failed to drop %s"
 
3803
msgstr ""
 
3804
 
 
3805
#: drizzled/drizzled_error_messages.h:1092
 
3806
msgid "The handler doesn't support autoextend of tablespaces"
 
3807
msgstr ""
 
3808
 
 
3809
#: drizzled/drizzled_error_messages.h:1094
 
3810
msgid ""
 
3811
"A size parameter was incorrectly specified, either number or on the form 10M"
 
3812
msgstr ""
 
3813
 
 
3814
#: drizzled/drizzled_error_messages.h:1096
 
3815
msgid ""
 
3816
"The size number was correct but we don't allow the digit part to be more "
 
3817
"than 2 billion"
 
3818
msgstr ""
 
3819
 
 
3820
#: drizzled/drizzled_error_messages.h:1098
 
3821
#, c-format
 
3822
msgid "Failed to alter: %s"
 
3823
msgstr ""
 
3824
 
 
3825
#: drizzled/drizzled_error_messages.h:1100
 
3826
msgid "Writing one row to the row-based binary log failed"
 
3827
msgstr ""
 
3828
 
 
3829
#: drizzled/drizzled_error_messages.h:1102
 
3830
#, c-format
 
3831
msgid "Table definition on master and slave does not match: %s"
 
3832
msgstr ""
 
3833
 
 
3834
#: drizzled/drizzled_error_messages.h:1104
 
3835
msgid ""
 
3836
"Slave running with --log-slave-updates must use row-based binary logging to "
 
3837
"be able to replicate row-based binary log events"
 
3838
msgstr ""
 
3839
 
 
3840
#: drizzled/drizzled_error_messages.h:1106
 
3841
#, c-format
 
3842
msgid "Event '%-.192s' already exists"
 
3843
msgstr ""
 
3844
 
 
3845
#: drizzled/drizzled_error_messages.h:1108
 
3846
#, c-format
 
3847
msgid "Failed to store event %s. Error code %d from storage engine."
 
3848
msgstr ""
 
3849
 
 
3850
#: drizzled/drizzled_error_messages.h:1110
 
3851
#, c-format
 
3852
msgid "Unknown event '%-.192s'"
 
3853
msgstr ""
 
3854
 
 
3855
#: drizzled/drizzled_error_messages.h:1112
 
3856
#, c-format
 
3857
msgid "Failed to alter event '%-.192s'"
 
3858
msgstr ""
 
3859
 
 
3860
#: drizzled/drizzled_error_messages.h:1116
 
3861
msgid "INTERVAL is either not positive or too big"
 
3862
msgstr ""
 
3863
 
 
3864
#: drizzled/drizzled_error_messages.h:1118
 
3865
msgid "ENDS is either invalid or before STARTS"
 
3866
msgstr ""
 
3867
 
 
3868
#: drizzled/drizzled_error_messages.h:1120
 
3869
msgid "Event execution time is in the past. Event has been disabled"
 
3870
msgstr ""
 
3871
 
 
3872
#: drizzled/drizzled_error_messages.h:1122
 
3873
msgid "Failed to open mysql.event"
 
3874
msgstr ""
 
3875
 
 
3876
#: drizzled/drizzled_error_messages.h:1124
 
3877
msgid "No datetime expression provided"
 
3878
msgstr ""
 
3879
 
 
3880
#: drizzled/drizzled_error_messages.h:1126
 
3881
#, c-format
 
3882
msgid ""
 
3883
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
 
3884
"probably corrupted"
 
3885
msgstr ""
 
3886
 
 
3887
#: drizzled/drizzled_error_messages.h:1128
 
3888
#, c-format
 
3889
msgid "Cannot load from mysql.%s. The table is probably corrupted"
 
3890
msgstr ""
 
3891
 
 
3892
#: drizzled/drizzled_error_messages.h:1130
 
3893
msgid "Failed to delete the event from mysql.event"
 
3894
msgstr ""
 
3895
 
 
3896
#: drizzled/drizzled_error_messages.h:1132
 
3897
msgid "Error during compilation of event's body"
 
3898
msgstr ""
 
3899
 
 
3900
#: drizzled/drizzled_error_messages.h:1134
 
3901
msgid "Same old and new event name"
 
3902
msgstr ""
 
3903
 
 
3904
#: drizzled/drizzled_error_messages.h:1136
 
3905
#, c-format
 
3906
msgid "Data for column '%s' too long"
 
3907
msgstr ""
 
3908
 
 
3909
#: drizzled/drizzled_error_messages.h:1138
 
3910
#, c-format
 
3911
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
 
3912
msgstr ""
 
3913
 
 
3914
#: drizzled/drizzled_error_messages.h:1140
 
3915
#, c-format
 
3916
msgid ""
 
3917
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
 
3918
"instead"
 
3919
msgstr ""
 
3920
 
 
3921
#: drizzled/drizzled_error_messages.h:1142
 
3922
msgid "You can't write-lock a log table. Only read access is possible"
 
3923
msgstr ""
 
3924
 
 
3925
#: drizzled/drizzled_error_messages.h:1144
 
3926
msgid "You can't use locks with log tables."
 
3927
msgstr ""
 
3928
 
 
3929
#: drizzled/drizzled_error_messages.h:1146
 
3930
#, c-format
 
3931
msgid ""
 
3932
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
 
3933
"d would lead to a duplicate entry"
 
3934
msgstr ""
 
3935
 
 
3936
#: drizzled/drizzled_error_messages.h:1148
 
3937
#, c-format
 
3938
msgid ""
 
3939
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
 
3940
"%d, now running %d. Please use mysql_upgrade to fix this error."
 
3941
msgstr ""
 
3942
 
 
3943
#: drizzled/drizzled_error_messages.h:1150
 
3944
msgid ""
 
3945
"Cannot switch out of the row-based binary log format when the session has "
 
3946
"open temporary tables"
 
3947
msgstr ""
 
3948
 
 
3949
#: drizzled/drizzled_error_messages.h:1152
 
3950
msgid ""
 
3951
"Cannot change the binary logging format inside a stored function or trigger"
 
3952
msgstr ""
 
3953
 
 
3954
#: drizzled/drizzled_error_messages.h:1154
 
3955
msgid ""
 
3956
"The NDB cluster engine does not support changing the binlog format on the "
 
3957
"fly yet"
 
3958
msgstr ""
 
3959
 
 
3960
#: drizzled/drizzled_error_messages.h:1156
 
3961
msgid "Cannot create temporary table with partitions"
 
3962
msgstr ""
 
3963
 
 
3964
#: drizzled/drizzled_error_messages.h:1158
 
3965
msgid "Partition constant is out of partition function domain"
 
3966
msgstr ""
 
3967
 
 
3968
#: drizzled/drizzled_error_messages.h:1160
 
3969
msgid "This partition function is not allowed"
 
3970
msgstr ""
 
3971
 
 
3972
#: drizzled/drizzled_error_messages.h:1162
 
3973
msgid "Error in DDL log"
 
3974
msgstr ""
 
3975
 
 
3976
#: drizzled/drizzled_error_messages.h:1164
 
3977
msgid "Not allowed to use NULL value in VALUES LESS THAN"
 
3978
msgstr ""
 
3979
 
 
3980
#: drizzled/drizzled_error_messages.h:1166
 
3981
msgid "Incorrect partition name"
 
3982
msgstr ""
 
3983
 
 
3984
#: drizzled/drizzled_error_messages.h:1168
 
3985
msgid ""
 
3986
"Transaction isolation level can't be changed while a transaction is in "
 
3987
"progress"
 
3988
msgstr ""
 
3989
 
 
3990
#: drizzled/drizzled_error_messages.h:1170
 
3991
#, c-format
 
3992
msgid ""
 
3993
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
 
3994
"'%-.192s' for key '%-.192s'"
 
3995
msgstr ""
 
3996
 
 
3997
#: drizzled/drizzled_error_messages.h:1172
 
3998
#, c-format
 
3999
msgid "Internal scheduler error %d"
 
4000
msgstr ""
 
4001
 
 
4002
#: drizzled/drizzled_error_messages.h:1174
 
4003
#, c-format
 
4004
msgid "Error during starting/stopping of the scheduler. Error code %u"
 
4005
msgstr ""
 
4006
 
 
4007
#: drizzled/drizzled_error_messages.h:1176
 
4008
msgid "Engine cannot be used in partitioned tables"
 
4009
msgstr ""
 
4010
 
 
4011
#: drizzled/drizzled_error_messages.h:1178
 
4012
#, c-format
 
4013
msgid "Cannot activate '%-.64s' log"
 
4014
msgstr ""
 
4015
 
 
4016
#: drizzled/drizzled_error_messages.h:1180
 
4017
msgid "The server was not built with row-based replication"
 
4018
msgstr ""
 
4019
 
 
4020
#: drizzled/drizzled_error_messages.h:1182
 
4021
msgid "Decoding of base64 string failed"
 
4022
msgstr ""
 
4023
 
 
4024
#: drizzled/drizzled_error_messages.h:1184
 
4025
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
 
4026
msgstr ""
 
4027
 
 
4028
#: drizzled/drizzled_error_messages.h:1186
 
4029
msgid ""
 
4030
"Cannot proceed because system tables used by Event Scheduler were found "
 
4031
"damaged at server start"
 
4032
msgstr ""
 
4033
 
 
4034
#: drizzled/drizzled_error_messages.h:1188
 
4035
msgid "Only integers allowed as number here"
 
4036
msgstr ""
 
4037
 
 
4038
#: drizzled/drizzled_error_messages.h:1190
 
4039
msgid "This storage engine cannot be used for log tables"
 
4040
msgstr ""
 
4041
 
 
4042
#: drizzled/drizzled_error_messages.h:1192
 
4043
#, c-format
 
4044
msgid "You cannot '%s' a log table if logging is enabled"
 
4045
msgstr ""
 
4046
 
 
4047
#: drizzled/drizzled_error_messages.h:1194
 
4048
#, c-format
 
4049
msgid ""
 
4050
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
 
4051
"rename two tables: the log table to an archive table and another table back "
 
4052
"to '%s'"
 
4053
msgstr ""
 
4054
 
 
4055
#: drizzled/drizzled_error_messages.h:1196
 
4056
#, c-format
 
4057
msgid "Incorrect parameter count in the call to native function '%-.192s'"
 
4058
msgstr ""
 
4059
 
 
4060
#: drizzled/drizzled_error_messages.h:1198
 
4061
#, c-format
 
4062
msgid "Incorrect parameters in the call to native function '%-.192s'"
 
4063
msgstr ""
 
4064
 
 
4065
#: drizzled/drizzled_error_messages.h:1200
 
4066
#, c-format
 
4067
msgid "Incorrect parameters in the call to stored function '%-.192s'"
 
4068
msgstr ""
 
4069
 
 
4070
#: drizzled/drizzled_error_messages.h:1202
 
4071
#, c-format
 
4072
msgid "This function '%-.192s' has the same name as a native function"
 
4073
msgstr ""
 
4074
 
 
4075
#: drizzled/drizzled_error_messages.h:1204
 
4076
#, c-format
 
4077
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
 
4078
msgstr ""
 
4079
 
 
4080
#: drizzled/drizzled_error_messages.h:1206
 
4081
msgid "Too many files opened, please execute the command again"
 
4082
msgstr ""
 
4083
 
 
4084
#: drizzled/drizzled_error_messages.h:1208
 
4085
#: drizzled/drizzled_error_messages.h:1210
 
4086
msgid ""
 
4087
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
 
4088
"The event was dropped immediately after creation."
 
4089
msgstr ""
 
4090
 
 
4091
#: drizzled/drizzled_error_messages.h:1212
 
4092
#, c-format
 
4093
msgid "The incident %s occured on the master. Message: %-.64s"
 
4094
msgstr ""
 
4095
 
 
4096
#: drizzled/drizzled_error_messages.h:1214
 
4097
msgid "Table has no partition for some existing values"
 
4098
msgstr ""
 
4099
 
 
4100
#: drizzled/drizzled_error_messages.h:1216
 
4101
msgid "Statement is not safe to log in statement format."
 
4102
msgstr ""
 
4103
 
 
4104
#: drizzled/drizzled_error_messages.h:1218
 
4105
#, c-format
 
4106
msgid "Fatal error: %s"
 
4107
msgstr ""
 
4108
 
 
4109
#: drizzled/drizzled_error_messages.h:1220
 
4110
#, c-format
 
4111
msgid "Relay log read failure: %s"
 
4112
msgstr ""
 
4113
 
 
4114
#: drizzled/drizzled_error_messages.h:1222
 
4115
#, c-format
 
4116
msgid "Relay log write failure: %s"
 
4117
msgstr ""
 
4118
 
 
4119
#: drizzled/drizzled_error_messages.h:1226
 
4120
#, c-format
 
4121
msgid "Master command %s failed: %s"
 
4122
msgstr ""
 
4123
 
 
4124
#: drizzled/drizzled_error_messages.h:1228
 
4125
#, c-format
 
4126
msgid "Binary logging not possible. Message: %s"
 
4127
msgstr ""
 
4128
 
 
4129
#: drizzled/drizzled_error_messages.h:1230
 
4130
#, c-format
 
4131
msgid "View `%-.64s`.`%-.64s` has no creation context"
 
4132
msgstr ""
 
4133
 
 
4134
#: drizzled/drizzled_error_messages.h:1232
 
4135
#, c-format
 
4136
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
 
4137
msgstr ""
 
4138
 
 
4139
#: drizzled/drizzled_error_messages.h:1234
 
4140
#, c-format
 
4141
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
 
4142
msgstr ""
 
4143
 
 
4144
#: drizzled/drizzled_error_messages.h:1236
 
4145
#, c-format
 
4146
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
 
4147
msgstr ""
 
4148
 
 
4149
#: drizzled/drizzled_error_messages.h:1238
 
4150
#, c-format
 
4151
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
 
4152
msgstr ""
 
4153
 
 
4154
#: drizzled/drizzled_error_messages.h:1240
 
4155
#, c-format
 
4156
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
 
4157
msgstr ""
 
4158
 
 
4159
#: drizzled/drizzled_error_messages.h:1242
 
4160
#, c-format
 
4161
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
 
4162
msgstr ""
 
4163
 
 
4164
#: drizzled/drizzled_error_messages.h:1244
 
4165
#, c-format
 
4166
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
 
4167
msgstr ""
 
4168
 
 
4169
#: drizzled/drizzled_error_messages.h:1246
 
4170
#, c-format
 
4171
msgid "Cannot create stored routine `%-.64s`. Check warnings"
 
4172
msgstr ""
 
4173
 
 
4174
#: drizzled/drizzled_error_messages.h:1248
 
4175
#, c-format
 
4176
msgid "Ambiguous slave modes combination. %s"
 
4177
msgstr ""
 
4178
 
 
4179
#: drizzled/drizzled_error_messages.h:1250
 
4180
#, c-format
 
4181
msgid ""
 
4182
"The BINLOG statement of type `%s` was not preceded by a format description "
 
4183
"BINLOG statement."
 
4184
msgstr ""
 
4185
 
 
4186
#: drizzled/drizzled_error_messages.h:1252
 
4187
msgid "Corrupted replication event was detected"
 
4188
msgstr ""
 
4189
 
 
4190
#: drizzled/drizzled_error_messages.h:1254
 
4191
#, c-format
 
4192
msgid "Invalid column reference (%-.64s) in LOAD DATA"
 
4193
msgstr ""
 
4194
 
 
4195
#: drizzled/drizzled_error_messages.h:1256
 
4196
#, c-format
 
4197
msgid "Being purged log %s was not found"
 
4198
msgstr ""
 
4199
 
 
4200
#: drizzled/drizzled_error_messages.h:1258
 
4201
#, c-format
 
4202
msgid "Converted to non-transactional lock on '%-.64s'"
 
4203
msgstr ""
 
4204
 
 
4205
#: drizzled/drizzled_error_messages.h:1260
 
4206
#, c-format
 
4207
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
 
4208
msgstr ""
 
4209
 
 
4210
#: drizzled/drizzled_error_messages.h:1262
 
4211
#, c-format
 
4212
msgid ""
 
4213
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
 
4214
msgstr ""
 
4215
 
 
4216
#: drizzled/drizzled_error_messages.h:1264
 
4217
#, c-format
 
4218
msgid "Can't access storage engine of table %-.64s"
 
4219
msgstr ""
 
4220
 
 
4221
#: drizzled/drizzled_error_messages.h:1266
 
4222
msgid "Starting backup process"
 
4223
msgstr ""
 
4224
 
 
4225
#: drizzled/drizzled_error_messages.h:1268
 
4226
msgid "Backup completed"
 
4227
msgstr ""
 
4228
 
 
4229
#: drizzled/drizzled_error_messages.h:1270
 
4230
msgid "Starting restore process"
 
4231
msgstr ""
 
4232
 
 
4233
#: drizzled/drizzled_error_messages.h:1272
 
4234
msgid "Restore completed"
 
4235
msgstr ""
 
4236
 
 
4237
#: drizzled/drizzled_error_messages.h:1274
 
4238
msgid "Nothing to backup"
 
4239
msgstr ""
 
4240
 
 
4241
#: drizzled/drizzled_error_messages.h:1276
 
4242
#, c-format
 
4243
msgid "Database '%-.64s' cannot be included in a backup"
 
4244
msgstr ""
 
4245
 
 
4246
#: drizzled/drizzled_error_messages.h:1278
 
4247
msgid ""
 
4248
"Error during backup operation - server's error log contains more information "
 
4249
"about the error"
 
4250
msgstr ""
 
4251
 
 
4252
#: drizzled/drizzled_error_messages.h:1280
 
4253
msgid ""
 
4254
"Error during restore operation - server's error log contains more "
 
4255
"information about the error"
 
4256
msgstr ""
 
4257
 
 
4258
#: drizzled/drizzled_error_messages.h:1282
 
4259
msgid ""
 
4260
"Can't execute this command because another BACKUP/RESTORE operation is in "
 
4261
"progress"
 
4262
msgstr ""
 
4263
 
 
4264
#: drizzled/drizzled_error_messages.h:1284
 
4265
msgid "Error when preparing for backup operation"
 
4266
msgstr ""
 
4267
 
 
4268
#: drizzled/drizzled_error_messages.h:1286
 
4269
msgid "Error when preparing for restore operation"
 
4270
msgstr ""
 
4271
 
 
4272
#: drizzled/drizzled_error_messages.h:1288
 
4273
#, c-format
 
4274
msgid "Invalid backup location '%-.64s'"
 
4275
msgstr ""
 
4276
 
 
4277
#: drizzled/drizzled_error_messages.h:1290
 
4278
#, c-format
 
4279
msgid "Can't read backup location '%-.64s'"
 
4280
msgstr ""
 
4281
 
 
4282
#: drizzled/drizzled_error_messages.h:1292
 
4283
#, c-format
 
4284
msgid "Can't write to backup location '%-.64s' (file already exists?)"
 
4285
msgstr ""
 
4286
 
 
4287
#: drizzled/drizzled_error_messages.h:1294
 
4288
msgid "Can't enumerate server databases"
 
4289
msgstr ""
 
4290
 
 
4291
#: drizzled/drizzled_error_messages.h:1296
 
4292
msgid "Can't enumerate server tables"
 
4293
msgstr ""
 
4294
 
 
4295
#: drizzled/drizzled_error_messages.h:1298
 
4296
#, c-format
 
4297
msgid "Can't enumerate tables in database %-.64s"
 
4298
msgstr ""
 
4299
 
 
4300
#: drizzled/drizzled_error_messages.h:1300
 
4301
#, c-format
 
4302
msgid "Skipping view %-.64s in database %-.64s"
 
4303
msgstr ""
 
4304
 
 
4305
#: drizzled/drizzled_error_messages.h:1302
 
4306
#, c-format
 
4307
msgid "Skipping table %-.64s since it has no valid storage engine"
 
4308
msgstr ""
 
4309
 
 
4310
#: drizzled/drizzled_error_messages.h:1304
 
4311
#, c-format
 
4312
msgid "Can't open table %-.64s"
 
4313
msgstr ""
 
4314
 
 
4315
#: drizzled/drizzled_error_messages.h:1306
 
4316
msgid "Can't read backup archive preamble"
 
4317
msgstr ""
 
4318
 
 
4319
#: drizzled/drizzled_error_messages.h:1308
 
4320
msgid "Can't write backup archive preamble"
 
4321
msgstr ""
 
4322
 
 
4323
#: drizzled/drizzled_error_messages.h:1310
 
4324
#, c-format
 
4325
msgid "Can't find backup driver for table %-.64s"
 
4326
msgstr ""
 
4327
 
 
4328
#: drizzled/drizzled_error_messages.h:1312
 
4329
#, c-format
 
4330
msgid ""
 
4331
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
 
4332
"this table"
 
4333
msgstr ""
 
4334
 
 
4335
#: drizzled/drizzled_error_messages.h:1314
 
4336
#, c-format
 
4337
msgid "Can't create %-.64s backup driver"
 
4338
msgstr ""
 
4339
 
 
4340
#: drizzled/drizzled_error_messages.h:1316
 
4341
#, c-format
 
4342
msgid "Can't create %-.64s restore driver"
 
4343
msgstr ""
 
4344
 
 
4345
#: drizzled/drizzled_error_messages.h:1318
 
4346
#, c-format
 
4347
msgid "Found %d images in backup archive but maximum %d are supported"
 
4348
msgstr ""
 
4349
 
 
4350
#: drizzled/drizzled_error_messages.h:1320
 
4351
#, c-format
 
4352
msgid "Error when saving meta-data of %-.64s"
 
4353
msgstr ""
 
4354
 
 
4355
#: drizzled/drizzled_error_messages.h:1322
 
4356
msgid "Error when reading meta-data list"
 
4357
msgstr ""
 
4358
 
 
4359
#: drizzled/drizzled_error_messages.h:1324
 
4360
#, c-format
 
4361
msgid "Can't create %-.64s"
 
4362
msgstr ""
 
4363
 
 
4364
#: drizzled/drizzled_error_messages.h:1326
 
4365
msgid "Can't allocate buffer for image data transfer"
 
4366
msgstr ""
 
4367
 
 
4368
#: drizzled/drizzled_error_messages.h:1328
 
4369
#, c-format
 
4370
msgid "Error when writing %-.64s backup image data (for table #%d)"
 
4371
msgstr ""
 
4372
 
 
4373
#: drizzled/drizzled_error_messages.h:1330
 
4374
msgid "Error when reading data from backup stream"
 
4375
msgstr ""
 
4376
 
 
4377
#: drizzled/drizzled_error_messages.h:1332
 
4378
msgid "Can't go to the next chunk in backup stream"
 
4379
msgstr ""
 
4380
 
 
4381
#: drizzled/drizzled_error_messages.h:1334
 
4382
#, c-format
 
4383
msgid "Can't initialize %-.64s backup driver"
 
4384
msgstr ""
 
4385
 
 
4386
#: drizzled/drizzled_error_messages.h:1336
 
4387
#, c-format
 
4388
msgid "Can't initialize %-.64s restore driver"
 
4389
msgstr ""
 
4390
 
 
4391
#: drizzled/drizzled_error_messages.h:1338
 
4392
#, c-format
 
4393
msgid "Can't shut down %-.64s backup driver"
 
4394
msgstr ""
 
4395
 
 
4396
#: drizzled/drizzled_error_messages.h:1340
 
4397
#, c-format
 
4398
msgid "Can't shut down %-.64s backup driver(s)"
 
4399
msgstr ""
 
4400
 
 
4401
#: drizzled/drizzled_error_messages.h:1342
 
4402
#, c-format
 
4403
msgid "%-.64s backup driver can't prepare for synchronization"
 
4404
msgstr ""
 
4405
 
 
4406
#: drizzled/drizzled_error_messages.h:1344
 
4407
#, c-format
 
4408
msgid "%-.64s backup driver can't create its image validity point"
 
4409
msgstr ""
 
4410
 
 
4411
#: drizzled/drizzled_error_messages.h:1346
 
4412
#, c-format
 
4413
msgid "Can't unlock %-.64s backup driver after creating the validity point"
 
4414
msgstr ""
 
4415
 
 
4416
#: drizzled/drizzled_error_messages.h:1348
 
4417
#, c-format
 
4418
msgid "%-.64s backup driver can't cancel its backup operation"
 
4419
msgstr ""
 
4420
 
 
4421
#: drizzled/drizzled_error_messages.h:1350
 
4422
#, c-format
 
4423
msgid "%-.64s restore driver can't cancel its restore operation"
 
4424
msgstr ""
 
4425
 
 
4426
#: drizzled/drizzled_error_messages.h:1352
 
4427
#, c-format
 
4428
msgid "Error when polling %-.64s backup driver for its image data"
 
4429
msgstr ""
 
4430
 
 
4431
#: drizzled/drizzled_error_messages.h:1354
 
4432
#, c-format
 
4433
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
 
4434
msgstr ""
 
4435
 
 
4436
#: drizzled/drizzled_error_messages.h:1356
 
4437
#, c-format
 
4438
msgid ""
 
4439
"After %d attempts %-.64s restore driver still can't accept next block of data"
 
4440
msgstr ""
 
4441
 
 
4442
#: drizzled/drizzled_error_messages.h:1358
 
4443
#, c-format
 
4444
msgid "Open and lock tables failed in %-.64s"
 
4445
msgstr ""
 
4446
 
 
4447
#: drizzled/drizzled_error_messages.h:1360
 
4448
msgid "Backup driver's table locking thread can not be initialized."
 
4449
msgstr ""
 
4450
 
 
4451
#: drizzled/drizzled_error_messages.h:1362
 
4452
msgid ""
 
4453
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
 
4454
"and 'mysql.online_backup_progress'."
 
4455
msgstr ""
 
4456
 
 
4457
#: drizzled/drizzled_error_messages.h:1364
 
4458
#, c-format
 
4459
msgid "Tablespace '%-.192s' already exists"
 
4460
msgstr ""
 
4461
 
 
4462
#: drizzled/drizzled_error_messages.h:1366
 
4463
#, c-format
 
4464
msgid "Tablespace '%-.192s' doesn't exist"
 
4465
msgstr ""
 
4466
 
 
4467
#: drizzled/drizzled_error_messages.h:1368
 
4468
#, c-format
 
4469
msgid "Unexpected master's heartbeat data: %s"
 
4470
msgstr ""
 
4471
 
 
4472
#: drizzled/drizzled_error_messages.h:1370
 
4473
#, c-format
 
4474
msgid "The requested value for the heartbeat period %s %s"
 
4475
msgstr ""
 
4476
 
 
4477
#: drizzled/drizzled_error_messages.h:1372
 
4478
#, c-format
 
4479
msgid "Can't write to the online backup progress log %-.64s."
 
4480
msgstr ""
 
4481
 
 
4482
#: drizzled/drizzled_error_messages.h:1374
 
4483
#, c-format
 
4484
msgid "Tablespace '%-.192s' not empty"
 
4485
msgstr ""
 
4486
 
 
4487
#: drizzled/drizzled_error_messages.h:1376
 
4488
#, c-format
 
4489
msgid ""
 
4490
"Tablespace `%-.64s` needed by tables being restored has changed on the "
 
4491
"server. The original definition of the required tablespace is '%-.256s' "
 
4492
"while the same tablespace is defined on the server as '%-.256s'"
 
4493
msgstr ""
 
4494
 
 
4495
#: drizzled/rpl_mi.cc:148
 
4496
#, c-format
 
4497
msgid "Failed to create a new master info file (file '%s', errno %d)"
 
4498
msgstr ""
 
4499
 
 
4500
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
 
4501
#, c-format
 
4502
msgid "Failed to create a cache on master info file (file '%s')"
 
4503
msgstr ""
 
4504
 
 
4505
#: drizzled/rpl_mi.cc:170
 
4506
#, c-format
 
4507
msgid "Failed to open the existing master info file (file '%s', errno %d)"
 
4508
msgstr ""
 
4509
 
 
4510
#: drizzled/rpl_mi.cc:276
 
4511
#, c-format
 
4512
msgid ""
 
4513
"SSL information in the master info file ('%s') are ignored because this "
 
4514
"MySQL slave was compiled without SSL support."
 
4515
msgstr ""
 
4516
 
 
4517
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
 
4518
msgid "Failed to flush master info file"
 
4519
msgstr ""
 
4520
 
 
4521
#: drizzled/rpl_mi.cc:305
 
4522
msgid "Error reading master configuration"
 
4523
msgstr ""
 
4524
 
 
4525
#: drizzled/rpl_reporting.cc:43
 
4526
#, c-format
 
4527
msgid "Slave %s: %s%s Error_code: %d"
 
4528
msgstr ""
 
4529
 
 
4530
#: drizzled/rpl_utility.cc:123
 
4531
#, c-format
 
4532
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
 
4533
msgstr ""
 
4534
 
 
4535
#: drizzled/rpl_utility.cc:138
 
4536
#, c-format
 
4537
msgid ""
 
4538
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
 
4539
"Master's column size should be <= the slave's column size."
 
4540
msgstr ""
 
4541
 
 
4542
#: drizzled/slave.cc:89
 
4543
msgid "Waiting to reconnect after a failed registration on master"
 
4544
msgstr ""
 
4545
 
 
4546
#: drizzled/slave.cc:90
 
4547
msgid ""
 
4548
"Slave I/O thread killed while waitnig to reconnect after a failed "
 
4549
"registration on master"
 
4550
msgstr ""
 
4551
 
 
4552
#: drizzled/slave.cc:92
 
4553
msgid "Reconnecting after a failed registration on master"
 
4554
msgstr ""
 
4555
 
 
4556
#: drizzled/slave.cc:93
 
4557
#, c-format
 
4558
msgid ""
 
4559
"failed registering on master, reconnecting to try again, log '%s' at postion "
 
4560
"%s"
 
4561
msgstr ""
 
4562
 
 
4563
#: drizzled/slave.cc:96 drizzled/slave.cc:105
 
4564
msgid "Slave I/O thread killed during or after reconnect"
 
4565
msgstr ""
 
4566
 
 
4567
#: drizzled/slave.cc:99
 
4568
msgid "Waiting to reconnect after a failed binlog dump request"
 
4569
msgstr ""
 
4570
 
 
4571
#: drizzled/slave.cc:100
 
4572
msgid "Slave I/O thread killed while retrying master dump"
 
4573
msgstr ""
 
4574
 
 
4575
#: drizzled/slave.cc:101
 
4576
msgid "Reconnecting after a failed binlog dump request"
 
4577
msgstr ""
 
4578
 
 
4579
#: drizzled/slave.cc:102
 
4580
#, c-format
 
4581
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
 
4582
msgstr ""
 
4583
 
 
4584
#: drizzled/slave.cc:108
 
4585
msgid "Waiting to reconnect after a failed master event read"
 
4586
msgstr ""
 
4587
 
 
4588
#: drizzled/slave.cc:109
 
4589
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
 
4590
msgstr ""
 
4591
 
 
4592
#: drizzled/slave.cc:111
 
4593
msgid "Reconnecting after a failed master event read"
 
4594
msgstr ""
 
4595
 
 
4596
#: drizzled/slave.cc:112
 
4597
#, c-format
 
4598
msgid ""
 
4599
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
 
4600
"at postion %s"
 
4601
msgstr ""
 
4602
 
 
4603
#: drizzled/slave.cc:115
 
4604
msgid ""
 
4605
"Slave I/O thread killed during or after a reconnect done to recover from "
 
4606
"failed read"
 
4607
msgstr ""
 
4608
 
 
4609
#: drizzled/slave.cc:229
 
4610
msgid "Failed to allocate memory for the master info structure"
 
4611
msgstr ""
 
4612
 
 
4613
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
 
4614
msgid "Failed to initialize the master info structure"
 
4615
msgstr ""
 
4616
 
 
4617
#: drizzled/slave.cc:251
 
4618
msgid "Failed to create slave threads"
 
4619
msgstr ""
 
4620
 
 
4621
#: drizzled/slave.cc:448
 
4622
msgid "Server id not set, will not start slave"
 
4623
msgstr ""
 
4624
 
 
4625
#: drizzled/slave.cc:616
 
4626
msgid ""
 
4627
"SQL thread had to stop in an unsafe situation, in the middle of applying "
 
4628
"updates to a non-transactional table without any primary key. There is a "
 
4629
"risk of duplicate updates when the slave SQL thread is restarted. Please "
 
4630
"check your tables' contents after restart."
 
4631
msgstr ""
 
4632
 
 
4633
#: drizzled/slave.cc:777 drizzled/slave.cc:792
 
4634
msgid "Master reported unrecognized DRIZZLE version"
 
4635
msgstr "Master reported unrecognised DRIZZLE version"
 
4636
 
 
4637
#: drizzled/slave.cc:833
 
4638
msgid "default Format_description_log_event"
 
4639
msgstr ""
 
4640
 
 
4641
#: drizzled/slave.cc:855
 
4642
#, c-format
 
4643
msgid ""
 
4644
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
 
4645
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
 
4646
msgstr ""
 
4647
 
 
4648
#: drizzled/slave.cc:882
 
4649
msgid ""
 
4650
"The slave I/O thread stops because master and slave have equal DRIZZLE "
 
4651
"server ids; these ids must be different for replication to work (or the --"
 
4652
"replicate-same-server-id option must be used on slave but this doesnot "
 
4653
"always make sense; please check the manual before using it)."
 
4654
msgstr ""
 
4655
 
 
4656
#: drizzled/slave.cc:927
 
4657
msgid ""
 
4658
"The slave I/O thread stops because master and slave have different values "
 
4659
"for the COLLATION_SERVER global variable. The values must be equal for "
 
4660
"replication to work"
 
4661
msgstr ""
 
4662
 
 
4663
#: drizzled/slave.cc:963
 
4664
msgid ""
 
4665
"The slave I/O thread stops because master and slave have different values "
 
4666
"for the TIME_ZONE global variable. The values must be equal for replication "
 
4667
"to work"
 
4668
msgstr ""
 
4669
 
 
4670
#: drizzled/slave.cc:1028
 
4671
msgid "Waiting for the slave SQL thread to free enough relay log space"
 
4672
msgstr ""
 
4673
 
 
4674
#: drizzled/slave.cc:1074
 
4675
msgid ""
 
4676
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
 
4677
"inaccurate"
 
4678
msgstr ""
 
4679
 
 
4680
#: drizzled/slave.cc:1085
 
4681
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
 
4682
msgstr ""
 
4683
 
 
4684
#: drizzled/slave.cc:1476
 
4685
#, c-format
 
4686
msgid "Error on COM_BINLOG_DUMP: %d  %s, will retry in %d secs"
 
4687
msgstr ""
 
4688
 
 
4689
#: drizzled/slave.cc:1529
 
4690
#, c-format
 
4691
msgid "Error reading packet from server: %s ( server_errno=%d)"
 
4692
msgstr ""
 
4693
 
 
4694
#: drizzled/slave.cc:1537
 
4695
#, c-format
 
4696
msgid "Slave: received end packet from server, apparent master shutdown: %s"
 
4697
msgstr ""
 
4698
 
 
4699
#: drizzled/slave.cc:1691
 
4700
#, c-format
 
4701
msgid ""
 
4702
"It was not possible to update the positions of the relay log information: "
 
4703
"the slave may be in an inconsistent state. Stopped in %s position %s"
 
4704
msgstr ""
 
4705
 
 
4706
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
 
4707
#, c-format
 
4708
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
 
4709
msgstr ""
 
4710
 
 
4711
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
 
4712
#, c-format
 
4713
msgid "Error initializing relay log position: %s"
 
4714
msgstr ""
 
4715
 
 
4716
#: drizzled/slave.cc:1841
 
4717
#, c-format
 
4718
msgid ""
 
4719
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
 
4720
"Consider raising the value of the slave_transaction_retries variable."
 
4721
msgstr ""
 
4722
 
 
4723
#: drizzled/slave.cc:1864
 
4724
msgid ""
 
4725
"Could not parse relay log event entry. The possible reasons are: the "
 
4726
"master's binary log is corrupted (you can check this by running "
 
4727
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
 
4728
"can check this by running 'mysqlbinlog' on the relay log), a network "
 
4729
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
 
4730
"check the master's binary log or slave's relay log, you will be able to know "
 
4731
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
 
4732
msgstr ""
 
4733
 
 
4734
#: drizzled/slave.cc:1988
 
4735
msgid "Failed during slave I/O thread initialization"
 
4736
msgstr ""
 
4737
 
 
4738
#: drizzled/slave.cc:2002
 
4739
msgid "error in drizzle_create()"
 
4740
msgstr ""
 
4741
 
 
4742
#: drizzled/slave.cc:2010
 
4743
#, c-format
 
4744
msgid ""
 
4745
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
 
4746
"'%s' at position %s"
 
4747
msgstr ""
 
4748
 
 
4749
#: drizzled/slave.cc:2024
 
4750
msgid "Slave I/O thread killed while connecting to master"
 
4751
msgstr ""
 
4752
 
 
4753
#: drizzled/slave.cc:2048
 
4754
msgid "Slave I/O thread couldn't register on master"
 
4755
msgstr ""
 
4756
 
 
4757
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
 
4758
msgid "Forcing to reconnect slave I/O thread"
 
4759
msgstr ""
 
4760
 
 
4761
#: drizzled/slave.cc:2073
 
4762
msgid "Failed on request_dump()"
 
4763
msgstr ""
 
4764
 
 
4765
#: drizzled/slave.cc:2074
 
4766
msgid "Slave I/O thread killed while requesting master dump"
 
4767
msgstr ""
 
4768
 
 
4769
#: drizzled/slave.cc:2100
 
4770
msgid "Waiting for master to send event"
 
4771
msgstr ""
 
4772
 
 
4773
#: drizzled/slave.cc:2102
 
4774
msgid "Slave I/O thread killed while reading event"
 
4775
msgstr ""
 
4776
 
 
4777
#: drizzled/slave.cc:2120
 
4778
#, c-format
 
4779
msgid ""
 
4780
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
 
4781
"entry is correct, restart the server with a higher value of "
 
4782
"max_allowed_packet"
 
4783
msgstr ""
 
4784
 
 
4785
#: drizzled/slave.cc:2134
 
4786
msgid "Stopping slave I/O thread due to out-of-memory error from master"
 
4787
msgstr ""
 
4788
 
 
4789
#: drizzled/slave.cc:2144
 
4790
msgid "Queueing master event to the relay log"
 
4791
msgstr ""
 
4792
 
 
4793
#: drizzled/slave.cc:2171
 
4794
msgid "Slave I/O thread aborted while waiting for relay log space"
 
4795
msgstr ""
 
4796
 
 
4797
#: drizzled/slave.cc:2181
 
4798
#, c-format
 
4799
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
 
4800
msgstr ""
 
4801
 
 
4802
#: drizzled/slave.cc:2205
 
4803
msgid "Waiting for slave mutex on exit"
 
4804
msgstr ""
 
4805
 
 
4806
#: drizzled/slave.cc:2271
 
4807
msgid "Failed during slave thread initialization"
 
4808
msgstr ""
 
4809
 
 
4810
#: drizzled/slave.cc:2337
 
4811
#, c-format
 
4812
msgid ""
 
4813
"Slave SQL thread initialized, starting replication in log '%s' at position %"
 
4814
"s, relay log '%s' position: %s"
 
4815
msgstr ""
 
4816
 
 
4817
#: drizzled/slave.cc:2351
 
4818
msgid "Slave SQL thread aborted. Can't execute init_slave query"
 
4819
msgstr ""
 
4820
 
 
4821
#: drizzled/slave.cc:2377
 
4822
msgid "Reading event from the relay log"
 
4823
msgstr ""
 
4824
 
 
4825
#: drizzled/slave.cc:2402
 
4826
#, c-format
 
4827
msgid "Slave (additional info): %s Error_code: %d"
 
4828
msgstr ""
 
4829
 
 
4830
#: drizzled/slave.cc:2419
 
4831
#, c-format
 
4832
msgid "Slave: %s Error_code: %d"
 
4833
msgstr ""
 
4834
 
 
4835
#: drizzled/slave.cc:2422
 
4836
#, c-format
 
4837
msgid ""
 
4838
"Error loading user-defined library, slave SQL thread aborted. Install the "
 
4839
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
 
4840
"stopped at log '%s' position %s"
 
4841
msgstr ""
 
4842
 
 
4843
#: drizzled/slave.cc:2430
 
4844
#, c-format
 
4845
msgid ""
 
4846
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
 
4847
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
 
4848
msgstr ""
 
4849
 
 
4850
#: drizzled/slave.cc:2442
 
4851
#, c-format
 
4852
msgid ""
 
4853
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
 
4854
msgstr ""
 
4855
 
 
4856
#: drizzled/slave.cc:2538
 
4857
#, c-format
 
4858
msgid "Slave I/O: failed requesting download of '%s'"
 
4859
msgstr ""
 
4860
 
 
4861
#: drizzled/slave.cc:2555
 
4862
#, c-format
 
4863
msgid "Network read error downloading '%s' from master"
 
4864
msgstr ""
 
4865
 
 
4866
#: drizzled/slave.cc:2577
 
4867
msgid "error writing Exec_load event to relay log"
 
4868
msgstr ""
 
4869
 
 
4870
#: drizzled/slave.cc:2591
 
4871
msgid "error writing Create_file event to relay log"
 
4872
msgstr ""
 
4873
 
 
4874
#: drizzled/slave.cc:2606
 
4875
msgid "error writing Append_block event to relay log"
 
4876
msgstr ""
 
4877
 
 
4878
#: drizzled/slave.cc:2702
 
4879
msgid "Memory allocation failed"
 
4880
msgstr ""
 
4881
 
 
4882
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
 
4883
#, c-format
 
4884
msgid ""
 
4885
"Read invalid event from master: '%s', master could be corrupt but a more "
 
4886
"likely cause of this is a bug"
 
4887
msgstr ""
 
4888
 
 
4889
#: drizzled/slave.cc:3086
 
4890
msgid "could not queue event from master"
 
4891
msgstr ""
 
4892
 
 
4893
#: drizzled/slave.cc:3180
 
4894
#, c-format
 
4895
msgid "error %s to master '%s@%s:%d' - retry-time: %d  retries: %u"
 
4896
msgstr ""
 
4897
 
 
4898
#: drizzled/slave.cc:3182
 
4899
msgid "reconnecting"
 
4900
msgstr ""
 
4901
 
 
4902
#: drizzled/slave.cc:3182
 
4903
msgid "connecting"
 
4904
msgstr ""
 
4905
 
 
4906
#: drizzled/slave.cc:3208
 
4907
#, c-format
 
4908
msgid ""
 
4909
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
 
4910
"position %s"
 
4911
msgstr ""
 
4912
 
 
4913
#: drizzled/slave.cc:3598
 
4914
#, c-format
 
4915
msgid "next log '%s' is currently active"
 
4916
msgstr ""
 
4917
 
 
4918
#: drizzled/slave.cc:3628
 
4919
#, c-format
 
4920
msgid "next log '%s' is not active"
 
4921
msgstr ""
 
4922
 
 
4923
#: drizzled/slave.cc:3644
 
4924
#, c-format
 
4925
msgid ""
 
4926
"Slave SQL thread: I/O error reading event(errno: %d  cur_log->error: %d)"
 
4927
msgstr ""
 
4928
 
 
4929
#: drizzled/slave.cc:3650
 
4930
msgid "Aborting slave SQL thread because of partial event read"
 
4931
msgstr ""
 
4932
 
 
4933
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
 
4934
#, c-format
 
4935
msgid "Error reading relay log event: %s"
 
4936
msgstr ""
 
4937
 
 
4938
#: drizzled/slave.cc:3657
 
4939
msgid "slave SQL thread was killed"
 
4940
msgstr ""
 
4941
 
 
4942
#: drizzled/slave.cc:3755
 
4943
#, c-format
 
4944
msgid ""
 
4945
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
 
4946
"check error log on slave for more info"
 
4947
msgstr ""
 
4948
 
 
4949
#: drizzled/slave.cc:3761
 
4950
#, c-format
 
4951
msgid ""
 
4952
"According to the master's version ('%s'), it is probable that master suffers "
 
4953
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
 
4954
"current binary log event may make the slave's data become different from the "
 
4955
"master's data. To take no risk, slave refuses to replicate this event and "
 
4956
"stops. We recommend that all updates be stopped on the master and slave, "
 
4957
"that the data of both be manually synchronized, that master's binary logs be "
 
4958
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
 
4959
"Then replication can be restarted."
 
4960
msgstr ""
 
4961
 
 
4962
#: drizzled/sql_repl.cc:101
 
4963
msgid "Failed in send_file() while reading file name"
 
4964
msgstr ""
 
4965
 
 
4966
#: drizzled/sql_repl.cc:114
 
4967
msgid "Failed in send_file() on open of file"
 
4968
msgstr ""
 
4969
 
 
4970
#: drizzled/sql_repl.cc:122
 
4971
msgid "Failed in send_file() while writing data to client"
 
4972
msgstr ""
 
4973
 
 
4974
#: drizzled/sql_repl.cc:131
 
4975
msgid "Failed in send_file() while negotiating file transfer close"
 
4976
msgstr ""
 
4977
 
 
4978
#: drizzled/table.cc:547
 
4979
#, c-format
 
4980
msgid ""
 
4981
"'%s' had no or invalid character set, and default character set is multi-"
 
4982
"byte, so character column sizes may have changed"
 
4983
msgstr ""
 
4984
 
 
4985
#: drizzled/table.cc:984 drizzled/table.cc:990
 
4986
#, c-format
 
4987
msgid ""
 
4988
"Found incompatible DECIMAL field '%s' in %s; Please do \"ALTER TABLE '%s' "
 
4989
"FORCE\" to fix it!"
 
4990
msgstr ""
 
4991
 
 
4992
#: drizzled/table.cc:1162
 
4993
#, c-format
 
4994
msgid ""
 
4995
"Found wrong key definition in %s; Please do \"ALTER TABLE '%s' FORCE \" to "
 
4996
"fix it!"
 
4997
msgstr ""
 
4998
 
 
4999
#: drizzled/table.cc:1168
 
5000
#, c-format
 
5001
msgid ""
 
5002
"Found wrong key definition in %s; Please do \"ALTER TABLE '%s' FORCE\" to "
 
5003
"fix it!"
 
5004
msgstr ""
 
5005
 
 
5006
#: drizzled/table.cc:1811
 
5007
#, c-format
 
5008
msgid "Unknown collation '%s' in table '%-.64s' definition"
 
5009
msgstr ""
 
5010
 
 
5011
#: drizzled/table.cc:1818
 
5012
#, c-format
 
5013
msgid ""
 
5014
"Table '%-.64s' was created with a different version of MySQL and cannot be "
 
5015
"read"
 
5016
msgstr ""
 
5017
 
 
5018
#: drizzled/table.cc:2409
 
5019
#, c-format
 
5020
msgid ""
 
5021
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
 
5022
"found '%s'."
 
5023
msgstr ""
 
5024
 
 
5025
#: drizzled/table.cc:2435
 
5026
#, c-format
 
5027
msgid ""
 
5028
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
 
5029
"have type %s, found type %s."
 
5030
msgstr ""
 
5031
 
 
5032
#: drizzled/table.cc:2444
 
5033
#, c-format
 
5034
msgid ""
 
5035
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
 
5036
"position %d to have character set '%s' but the type has no character set."
 
5037
msgstr ""
 
5038
 
 
5039
#: drizzled/table.cc:2454
 
5040
#, c-format
 
5041
msgid ""
 
5042
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
 
5043
"position %d to have character set '%s' but found character set '%s'."
 
5044
msgstr ""
 
5045
 
 
5046
#: drizzled/table.cc:2465
 
5047
#, c-format
 
5048
msgid ""
 
5049
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
 
5050
"have type %s  but the column is not found."
 
5051
msgstr ""
 
5052
 
 
5053
#: drizzled/tztime.cc:1063
 
5054
#, c-format
 
5055
msgid "Fatal error: Illegal or unknown default time zone '%s'"
 
5056
msgstr ""
 
5057
 
 
5058
#: drizzled/definitions.h:48
 
5059
msgid "Invalid error code"
 
5060
msgstr ""