~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/drizzle.pot

  • Committer: Brian Aker
  • Date: 2010-02-14 01:56:51 UTC
  • mto: (1273.16.5 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: brian@gaz-20100214015651-ror9j0xu7dccz0ct
Two fixes for "make dist"

Show diffs side-by-side

added added

removed removed

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