15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2008-12-24 20:32+0000\n"
18
"X-Launchpad-Export-Date: 2009-03-05 20:48+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:276
22
msgid "Synonym for `help'."
21
25
#: client/drizzle.cc:277
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:278
26
26
msgid "Clear command."
29
#: client/drizzle.cc:280
29
#: client/drizzle.cc:279
30
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: client/drizzle.cc:282
33
#: client/drizzle.cc:281
35
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:283
39
msgid "Send command to drizzle server, display result vertically."
38
42
#: client/drizzle.cc:284
39
msgid "Send command to drizzle server, display result vertically."
43
msgid "Exit drizzle. Same as quit."
42
46
#: client/drizzle.cc:285
43
msgid "Exit drizzle. Same as quit."
47
msgid "Send command to drizzle server."
46
50
#: client/drizzle.cc:286
47
msgid "Send command to drizzle server."
51
msgid "Display this help."
50
54
#: client/drizzle.cc:287
51
msgid "Display this help."
55
msgid "Disable pager, print to stdout."
54
58
#: client/drizzle.cc:288
55
msgid "Disable pager, print to stdout."
58
#: client/drizzle.cc:289
59
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:290
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
62
66
#: client/drizzle.cc:291
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
msgid "Print current command."
66
70
#: client/drizzle.cc:292
67
msgid "Print current command."
71
msgid "Change your drizzle prompt."
70
74
#: client/drizzle.cc:293
71
msgid "Change your drizzle prompt."
74
78
#: client/drizzle.cc:294
78
#: client/drizzle.cc:295
79
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:296
83
msgid "Execute an SQL script file. Takes a file name as an argument."
82
86
#: client/drizzle.cc:297
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: client/drizzle.cc:298
87
87
msgid "Get status information from the server."
90
#: client/drizzle.cc:300
90
#: client/drizzle.cc:299
91
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: client/drizzle.cc:302
94
#: client/drizzle.cc:301
95
95
msgid "Use another database. Takes database name as argument."
98
#: client/drizzle.cc:304 client/drizzle.cc:1459
98
#: client/drizzle.cc:303 client/drizzle.cc:1443
99
99
msgid "Show warnings after every statement."
102
#: client/drizzle.cc:306
102
#: client/drizzle.cc:305
103
103
msgid "Don't show warnings after every statement."
106
#: client/drizzle.cc:1058 client/drizzle.cc:1065
106
#: client/drizzle.cc:1045 client/drizzle.cc:1052
108
108
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
111
#: client/drizzle.cc:1148
111
#: client/drizzle.cc:1135
112
112
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
115
#: client/drizzle.cc:1158
115
#: client/drizzle.cc:1145
118
118
"Your Drizzle connection id is %u\n"
119
119
"Server version: %s\n"
122
#: client/drizzle.cc:1186
122
#: client/drizzle.cc:1173
124
124
msgid "Reading history-file %s\n"
127
#: client/drizzle.cc:1190
127
#: client/drizzle.cc:1177
129
129
msgid "Couldn't allocate memory for temp histfile!\n"
132
#: client/drizzle.cc:1197
132
#: client/drizzle.cc:1184
133
133
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
136
#: client/drizzle.cc:1215
136
#: client/drizzle.cc:1202
138
138
msgid "Writing history-file %s\n"
141
#: client/drizzle.cc:1224
141
#: client/drizzle.cc:1211
145
#: client/drizzle.cc:1224
145
#: client/drizzle.cc:1211
149
#: client/drizzle.cc:1273
149
#: client/drizzle.cc:1260
150
150
msgid "Query aborted by Ctrl+C\n"
153
#: client/drizzle.cc:1296 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2628
153
#: client/drizzle.cc:1283 client/drizzleadmin.cc:74 drizzled/drizzled.cc:2134
154
154
msgid "Display this help and exit."
157
#: client/drizzle.cc:1298
157
#: client/drizzle.cc:1285
158
158
msgid "Synonym for -?"
161
#: client/drizzle.cc:1301
161
#: client/drizzle.cc:1288
163
163
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
164
164
"and field completion, but startup and reconnecting may take a longer time. "
165
165
"Disable with --disable-auto-rehash."
168
#: client/drizzle.cc:1305
168
#: client/drizzle.cc:1292
170
170
"No automatic rehashing. One has to use 'rehash' to get table and field "
171
171
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
172
172
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
175
#: client/drizzle.cc:1308
175
#: client/drizzle.cc:1295
177
177
"Automatically switch to vertical output mode if the result is wider than the "
178
178
"terminal width."
181
#: client/drizzle.cc:1311
181
#: client/drizzle.cc:1298
183
183
"Don't use history file. Disable interactive behavior. (Enables --silent)"
186
#: client/drizzle.cc:1313 drizzled/drizzled.cc:2660
187
msgid "Directory where character sets are."
190
#: client/drizzle.cc:1315
186
#: client/drizzle.cc:1299
191
187
msgid "Display column type information."
194
#: client/drizzle.cc:1318
190
#: client/drizzle.cc:1302
196
192
"Preserve comments. Send comments to the server. The default is --skip-"
197
193
"comments (discard comments), enable with --comments"
200
#: client/drizzle.cc:1321
196
#: client/drizzle.cc:1305
201
197
msgid "Use compression in server/client protocol."
204
#: client/drizzle.cc:1324
200
#: client/drizzle.cc:1308
205
201
msgid "Check memory and open file usage at exit ."
208
#: client/drizzle.cc:1327
204
#: client/drizzle.cc:1311
209
205
msgid "Print some debug info at exit."
212
#: client/drizzle.cc:1329
208
#: client/drizzle.cc:1313
213
209
msgid "Database to use."
216
#: client/drizzle.cc:1332
212
#: client/drizzle.cc:1316
217
213
msgid "(not used)"
220
#: client/drizzle.cc:1334
216
#: client/drizzle.cc:1318
221
217
msgid "Delimiter to be used."
224
#: client/drizzle.cc:1336
220
#: client/drizzle.cc:1320
225
221
msgid "Execute command and quit. (Disables --force and history file)"
228
#: client/drizzle.cc:1338
224
#: client/drizzle.cc:1322
229
225
msgid "Print the output of a query (rows) vertically."
232
#: client/drizzle.cc:1341
228
#: client/drizzle.cc:1325
233
229
msgid "Continue even if we get an sql error."
236
#: client/drizzle.cc:1345
232
#: client/drizzle.cc:1329
238
234
"Enable named commands. Named commands mean this program's internal commands; "
239
235
"see drizzle> help . When enabled, the named commands can be used from any "
318
#: client/drizzle.cc:1386
314
#: client/drizzle.cc:1370
320
316
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
321
317
"option deprecated; use --disable-pager instead."
324
#: client/drizzle.cc:1389 client/drizzleadmin.cc:80
320
#: client/drizzle.cc:1373 client/drizzleadmin.cc:79
326
322
"Password to use when connecting to server. If password is not given it's "
327
323
"asked from the tty."
330
#: client/drizzle.cc:1391
326
#: client/drizzle.cc:1375
332
328
"Port number to use for connection or 0 for default to, in order of "
333
329
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
336
#: client/drizzle.cc:1392
332
#: client/drizzle.cc:1376
337
333
msgid "built-in default"
340
#: client/drizzle.cc:1394
336
#: client/drizzle.cc:1378
341
337
msgid "Set the drizzle prompt to this value."
344
#: client/drizzle.cc:1398
340
#: client/drizzle.cc:1382
346
342
"Don't cache result, print it row by row. This may slow down the server if "
347
343
"the output is suspended. Doesn't use history file."
350
#: client/drizzle.cc:1400
346
#: client/drizzle.cc:1384
351
347
msgid "Write fields without conversion. Used with --batch."
354
#: client/drizzle.cc:1403
350
#: client/drizzle.cc:1387
356
352
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
357
353
"option is enabled by default."
360
#: client/drizzle.cc:1405
356
#: client/drizzle.cc:1389
362
358
"Be more silent. Print results with a tab as separator, each row on new line."
365
#: client/drizzle.cc:1407
361
#: client/drizzle.cc:1391
366
362
msgid "Socket file to use for connection."
369
#: client/drizzle.cc:1410
365
#: client/drizzle.cc:1394
370
366
msgid "Output in table format."
373
#: client/drizzle.cc:1413
369
#: client/drizzle.cc:1397
375
371
"Append everything into outfile. See interactive help (\\h) also. Does not "
376
372
"work in batch mode. Disable with --disable-tee. This option is disabled by "
380
#: client/drizzle.cc:1415
376
#: client/drizzle.cc:1399
382
378
"Disable outfile. See interactive help (\\h) also. WARNING: option "
383
379
"deprecated; use --disable-tee instead"
386
#: client/drizzle.cc:1418 client/drizzleadmin.cc:89
382
#: client/drizzle.cc:1402 client/drizzleadmin.cc:88
387
383
msgid "User for login if not current user."
390
#: client/drizzle.cc:1421
386
#: client/drizzle.cc:1405
391
387
msgid "Only allow UPDATE and DELETE that uses keys."
394
#: client/drizzle.cc:1424
390
#: client/drizzle.cc:1408
395
391
msgid "Synonym for option --safe-updates, -U."
398
#: client/drizzle.cc:1427
394
#: client/drizzle.cc:1411
399
395
msgid "Write more. (-v -v -v gives the table output format)."
402
#: client/drizzle.cc:1429 client/drizzleadmin.cc:94 drizzled/drizzled.cc:2849
398
#: client/drizzle.cc:1413 client/drizzleadmin.cc:93 drizzled/drizzled.cc:2352
403
399
msgid "Output version information and exit."
406
#: client/drizzle.cc:1431 client/drizzleadmin.cc:96
402
#: client/drizzle.cc:1415 client/drizzleadmin.cc:95
407
403
msgid "Wait and retry if connection is down."
410
#: client/drizzle.cc:1434
406
#: client/drizzle.cc:1418
411
407
msgid "Number of seconds before connection timeout."
414
#: client/drizzle.cc:1439
410
#: client/drizzle.cc:1423
415
411
msgid "Max packet length to send to, or receive from server"
418
#: client/drizzle.cc:1444
414
#: client/drizzle.cc:1428
419
415
msgid "Buffer for TCP/IP and socket communication"
422
#: client/drizzle.cc:1448
418
#: client/drizzle.cc:1432
423
419
msgid "Automatic limit for SELECT when using --safe-updates"
426
#: client/drizzle.cc:1453
422
#: client/drizzle.cc:1437
427
423
msgid "Automatic limit for rows in a join when using --safe-updates"
430
#: client/drizzle.cc:1457
426
#: client/drizzle.cc:1441
431
427
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
434
#: client/drizzle.cc:1462
430
#: client/drizzle.cc:1446
435
431
msgid "Number of lines before each import progress report."
438
#: client/drizzle.cc:1473
434
#: client/drizzle.cc:1457
440
436
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
443
#: client/drizzle.cc:1480
439
#: client/drizzle.cc:1464
446
442
"Copyright (C) 2008 Sun Microsystems\n"
448
444
"and you are welcome to modify and redistribute it under the GPL license\n"
451
#: client/drizzle.cc:1485
447
#: client/drizzle.cc:1469
453
449
msgid "Usage: %s [OPTIONS] [database]\n"
456
#: client/drizzle.cc:1520
452
#: client/drizzle.cc:1500
457
453
msgid "DELIMITER cannot contain a backslash character"
460
#: client/drizzle.cc:1541
456
#: client/drizzle.cc:1521
462
458
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
465
#: client/drizzle.cc:1564
461
#: client/drizzle.cc:1544
467
463
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
470
#: client/drizzle.cc:1568
466
#: client/drizzle.cc:1548
472
468
msgid "WARNING: --server-arg option not supported in this configuration.\n"
475
#: client/drizzle.cc:1595
471
#: client/drizzle.cc:1575
477
473
"Non-integer value supplied for port. If you are trying to enter a password "
478
474
"please use --password instead."
481
#: client/drizzle.cc:1603
477
#: client/drizzle.cc:1583
482
478
msgid "Value supplied for port is not valid."
485
#: client/drizzle.cc:1756
481
#: client/drizzle.cc:1736
487
483
msgid "Processing line: %<PRIu32>\n"
490
#: client/drizzle.cc:1972
486
#: client/drizzle.cc:1952
492
488
msgid "Unknown command '\\%c'."
495
#: client/drizzle.cc:2396
491
#: client/drizzle.cc:2376
497
493
"Reading table information for completion of table and column names\n"
498
494
" You can turn off this feature to get a quicker startup with -A\n"
502
#: client/drizzle.cc:2493
498
#: client/drizzle.cc:2473
503
499
msgid "No connection. Trying to reconnect..."
506
#: client/drizzle.cc:2499
502
#: client/drizzle.cc:2479
507
503
msgid "Can't connect to the server\n"
510
#: client/drizzle.cc:2557
506
#: client/drizzle.cc:2537
511
507
msgid "List of all Drizzle commands:"
514
#: client/drizzle.cc:2559
510
#: client/drizzle.cc:2539
515
511
msgid "Note that all text commands must be first on line and end with ';'"
518
#: client/drizzle.cc:2612
514
#: client/drizzle.cc:2592
519
515
msgid "No query specified\n"
522
#: client/drizzle.cc:2627
518
#: client/drizzle.cc:2607
523
519
msgid "Ignoring query to other database"
526
#: client/drizzle.cc:2676
522
#: client/drizzle.cc:2656
527
523
msgid "Empty set"
530
#: client/drizzle.cc:2689
526
#: client/drizzle.cc:2669
532
528
msgid "%ld row in set"
533
529
msgid_plural "%ld rows in set"
537
#: client/drizzle.cc:2698
533
#: client/drizzle.cc:2678
541
#: client/drizzle.cc:2700
537
#: client/drizzle.cc:2680
543
539
msgid "Query OK, %ld row affected"
544
540
msgid_plural "Query OK, %ld rows affected"
548
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:2778
544
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:2281
550
546
"Port number to use for connection or 0 for default to, in order of "
551
547
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
554
#: client/drizzleadmin.cc:86
550
#: client/drizzleadmin.cc:85
555
551
msgid "Silently exit if one can't connect to server."
558
#: client/drizzleadmin.cc:92
554
#: client/drizzleadmin.cc:91
559
555
msgid "Write more information."
562
#: client/drizzleadmin.cc:123 client/drizzlecheck.cc:268
563
#: client/drizzledump.cc:614 client/drizzleimport.cc:199
564
#: client/drizzleslap.cc:751 client/drizzletest.cc:4640
558
#: client/drizzleadmin.cc:122 client/drizzlecheck.cc:265
559
#: client/drizzledump.cc:611 client/drizzleimport.cc:196
560
#: client/drizzleslap.cc:751 client/drizzletest.cc:4639
567
563
"Non-integer value supplied for port. If you are trying to enter a password "
568
564
"please use --password instead.\n"
571
#: client/drizzleadmin.cc:131 client/drizzlecheck.cc:276
572
#: client/drizzledump.cc:622 client/drizzleimport.cc:207
573
#: client/drizzleslap.cc:759 client/drizzletest.cc:4648
567
#: client/drizzleadmin.cc:130 client/drizzlecheck.cc:273
568
#: client/drizzledump.cc:619 client/drizzleimport.cc:204
569
#: client/drizzleslap.cc:759 client/drizzletest.cc:4647
575
571
msgid "Value supplied for port is not valid.\n"
578
#: client/drizzleadmin.cc:149 client/drizzledump.cc:639
574
#: client/drizzleadmin.cc:148 client/drizzledump.cc:636
580
576
msgid "Memory allocation error while copying password. Aborting.\n"
583
#: client/drizzleadmin.cc:293
579
#: client/drizzleadmin.cc:290
586
582
"connect to server at '%s' failed\n"
590
#: client/drizzleadmin.cc:299
586
#: client/drizzleadmin.cc:296
592
588
msgid "Check that drizzled is running on %s"
595
#: client/drizzleadmin.cc:300
591
#: client/drizzleadmin.cc:297
597
593
msgid " and that the port is %d.\n"
600
#: client/drizzleadmin.cc:302
596
#: client/drizzleadmin.cc:299
602
598
msgid "You can check this by doing 'telnet %s %d'\n"
605
#: client/drizzleadmin.cc:313
601
#: client/drizzleadmin.cc:310
607
603
msgid "Got error: %s\n"
610
#: client/drizzleadmin.cc:320
606
#: client/drizzleadmin.cc:317
611
607
msgid "Waiting for Drizzle server to answer"
614
#: client/drizzleadmin.cc:353
610
#: client/drizzleadmin.cc:350
616
612
msgid "shutting down drizzled...\n"
619
#: client/drizzleadmin.cc:357
615
#: client/drizzleadmin.cc:354
621
617
msgid "shutdown failed; error: '%s'"
624
#: client/drizzleadmin.cc:364
620
#: client/drizzleadmin.cc:361
629
#: client/drizzleadmin.cc:374
625
#: client/drizzleadmin.cc:371
630
626
msgid "drizzled is alive"
633
#: client/drizzleadmin.cc:382
629
#: client/drizzleadmin.cc:379
634
630
msgid "connection was down, but drizzled is now alive"
637
#: client/drizzleadmin.cc:386
633
#: client/drizzleadmin.cc:383
639
635
msgid "drizzled doesn't answer to ping, error: '%s'"
642
#: client/drizzleadmin.cc:395
638
#: client/drizzleadmin.cc:392
644
640
msgid "Unknown command: '%-.60s'"
647
#: client/drizzleadmin.cc:404
643
#: client/drizzleadmin.cc:401
649
645
msgid "%s Ver %s Distrib %s, for %s on %s\n"
652
#: client/drizzleadmin.cc:411
648
#: client/drizzleadmin.cc:408
653
649
msgid "Copyright (C) 2000-2008 MySQL AB"
656
#: client/drizzleadmin.cc:412 client/drizzledump.cc:492
652
#: client/drizzleadmin.cc:409 client/drizzledump.cc:489
658
654
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
659
655
"and you are welcome to modify and redistribute it under the GPL license\n"
662
#: client/drizzleadmin.cc:413
658
#: client/drizzleadmin.cc:410
663
659
msgid "Administration program for the drizzled daemon."
666
#: client/drizzleadmin.cc:414
662
#: client/drizzleadmin.cc:411
668
664
msgid "Usage: %s [OPTIONS] command command....\n"
671
#: client/drizzleadmin.cc:416
667
#: client/drizzleadmin.cc:413
673
669
" ping Check if server is down\n"
674
670
" shutdown Take server down\n"
677
#: client/drizzledump.cc:396
673
#: client/drizzledump.cc:393
678
674
msgid "Number of rows before each output progress report (requires --verbose)."
681
#: client/drizzledump.cc:469
677
#: client/drizzledump.cc:466
683
679
msgid "Got errno %d on write"
686
#: client/drizzledump.cc:474
682
#: client/drizzledump.cc:471
688
684
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
691
#: client/drizzledump.cc:481
687
#: client/drizzledump.cc:478
693
689
msgid "Usage: %s [OPTIONS] database [tables]\n"
696
#: client/drizzledump.cc:482
692
#: client/drizzledump.cc:479
698
694
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
701
#: client/drizzledump.cc:484
697
#: client/drizzledump.cc:481
703
699
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
706
#: client/drizzledump.cc:491
702
#: client/drizzledump.cc:488
707
703
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
710
#: client/drizzledump.cc:493
706
#: client/drizzledump.cc:490
711
707
msgid "Dumping definition and data DRIZZLE database or table"
714
#: client/drizzledump.cc:504
710
#: client/drizzledump.cc:501
716
712
msgid "For more options, use %s --help\n"
719
#: client/drizzledump.cc:679
715
#: client/drizzledump.cc:675
721
717
msgid "Input filename too long: %s"
724
#: client/drizzledump.cc:722
720
#: client/drizzledump.cc:718
726
722
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
729
#: client/drizzledump.cc:747
725
#: client/drizzledump.cc:743
731
727
msgid "Invalid mode to --compatible: %s\n"
734
#: client/drizzledump.cc:807
730
#: client/drizzledump.cc:803
736
732
msgid "%s: You must use option --tab with --fields-...\n"
739
#: client/drizzledump.cc:824
735
#: client/drizzledump.cc:820
742
738
"%s: You can't use --single-transaction and --lock-all-tables at the same "
746
#: client/drizzledump.cc:837
742
#: client/drizzledump.cc:833
749
745
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
753
#: client/drizzledump.cc:843
749
#: client/drizzledump.cc:839
755
751
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
758
#: client/drizzledump.cc:868
754
#: client/drizzledump.cc:863
760
756
msgid "Got error: %d: %s %s"
763
#: client/drizzledump.cc:960
759
#: client/drizzledump.cc:955
765
761
msgid "Couldn't execute '%s': %s (%d)"
768
#: client/drizzledump.cc:1021
764
#: client/drizzledump.cc:1016
770
766
msgid "-- Connecting to %s...\n"
773
#: client/drizzledump.cc:1042
769
#: client/drizzledump.cc:1037
775
771
msgid "-- Disconnecting from %s...\n"
778
#: client/drizzledump.cc:1052
774
#: client/drizzledump.cc:1047
779
775
msgid "Couldn't allocate memory"
782
#: client/drizzledump.cc:1393
778
#: client/drizzledump.cc:1388
785
781
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
789
#: client/drizzledump.cc:1407
785
#: client/drizzledump.cc:1402
791
787
msgid "-- Retrieving table structure for table %s...\n"
794
#: client/drizzledump.cc:1516
790
#: client/drizzledump.cc:1511
796
792
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
799
#: client/drizzledump.cc:1625
795
#: client/drizzledump.cc:1620
801
797
msgid "%s: Can't get keys for table %s (%s)\n"
804
#: client/drizzledump.cc:1702 client/drizzledump.cc:3000
800
#: client/drizzledump.cc:1697 client/drizzledump.cc:2995
806
802
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
809
#: client/drizzledump.cc:1709 client/drizzledump.cc:3008
805
#: client/drizzledump.cc:1704 client/drizzledump.cc:3003
811
807
msgid "Error: Couldn't read status information for table %s (%s)\n"
814
#: client/drizzledump.cc:1851
810
#: client/drizzledump.cc:1846
816
812
msgid "Error retrieving table structure for table: \"%s\""
819
#: client/drizzledump.cc:1858
815
#: client/drizzledump.cc:1853
821
817
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
824
#: client/drizzledump.cc:1869
820
#: client/drizzledump.cc:1864
826
822
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
829
#: client/drizzledump.cc:1876
825
#: client/drizzledump.cc:1871
831
827
msgid "-- Skipping dump data for table '%s', it has no fields\n"
834
#: client/drizzledump.cc:1884
830
#: client/drizzledump.cc:1879
835
831
msgid "-- Sending SELECT query...\n"
838
#: client/drizzledump.cc:1936
834
#: client/drizzledump.cc:1931
839
835
msgid "when executing 'SELECT INTO OUTFILE'"
842
#: client/drizzledump.cc:1944
838
#: client/drizzledump.cc:1939
851
#: client/drizzledump.cc:1981 client/drizzledump.cc:1990
847
#: client/drizzledump.cc:1976 client/drizzledump.cc:1985
852
848
msgid "when retrieving data from server"
855
#: client/drizzledump.cc:1994
851
#: client/drizzledump.cc:1989
856
852
msgid "-- Retrieving rows...\n"
859
#: client/drizzledump.cc:1997
855
#: client/drizzledump.cc:1992
861
857
msgid "%s: Error in field count for table: %s ! Aborting.\n"
864
#: client/drizzledump.cc:2036
860
#: client/drizzledump.cc:2031
866
862
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
869
#: client/drizzledump.cc:2058
865
#: client/drizzledump.cc:2053
871
867
msgid "Not enough fields from table %s! Aborting.\n"
874
#: client/drizzledump.cc:2244
870
#: client/drizzledump.cc:2239
876
872
msgid "%s: Error %d: %s when dumping table %s at row: %d\n"
879
#: client/drizzledump.cc:2402
875
#: client/drizzledump.cc:2397
880
876
msgid "when selecting the database"
883
#: client/drizzledump.cc:2470
879
#: client/drizzledump.cc:2465
884
880
msgid "when using LOCK TABLES"
887
#: client/drizzledump.cc:2477 client/drizzledump.cc:2609
883
#: client/drizzledump.cc:2472 client/drizzledump.cc:2604
888
884
msgid "when doing refresh"
891
#: client/drizzledump.cc:2563
887
#: client/drizzledump.cc:2558
892
888
msgid "alloc_root failure."
895
#: client/drizzledump.cc:2584
891
#: client/drizzledump.cc:2579
897
893
msgid "Couldn't find table: \"%s\""
900
#: client/drizzledump.cc:2599
896
#: client/drizzledump.cc:2594
901
897
msgid "when doing LOCK TABLES"
904
#: client/drizzledump.cc:2662
900
#: client/drizzledump.cc:2657
905
901
msgid "Error: Binlogging on server not active"
908
#: client/drizzledump.cc:2730
904
#: client/drizzledump.cc:2725
909
905
msgid "Error: Slave not set up"
912
#: client/drizzledump.cc:2789
908
#: client/drizzledump.cc:2784
913
909
msgid "Error: Unable to start slave"
916
#: client/drizzledump.cc:3076
912
#: client/drizzledump.cc:3071
919
915
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
922
#: client/drizzledump.cc:3107
918
#: client/drizzledump.cc:3102
924
920
msgid "Error: Not enough memory to store ORDER BY clause\n"
927
923
#: drizzled/authentication.cc:69 drizzled/handlerton.cc:238
928
#: drizzled/show.cc:4526 drizzled/sql_plugin.cc:799
924
#: drizzled/show.cc:4527 drizzled/sql_plugin.cc:791
930
926
msgid "Plugin '%s' init function returned error."
1097
#: drizzled/drizzled.cc:1352
1088
#: drizzled/drizzled.cc:1183
1099
1090
msgid "Writing a core file\n"
1102
#: drizzled/drizzled.cc:1399
1093
#: drizzled/drizzled.cc:1228
1104
1095
"setrlimit could not change the size of core files to 'infinity'; We may not "
1105
1096
"be able to generate a core file on signals"
1108
#: drizzled/drizzled.cc:1467
1110
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1113
#: drizzled/drizzled.cc:1555
1115
msgid "Got signal %d to shutdown drizzled"
1118
#: drizzled/drizzled.cc:1572 drizzled/sql_base.cc:6208
1119
msgid "Can't create thread to kill server"
1122
#: drizzled/drizzled.cc:1595
1124
msgid "Got signal: %d error: %d"
1127
#: drizzled/drizzled.cc:1708
1129
msgid "Wrong date/time format specifier: %s\n"
1132
#: drizzled/drizzled.cc:1812
1099
#: drizzled/drizzled.cc:1432
1134
1101
msgid "gethostname failed, using '%s' as hostname"
1137
#: drizzled/drizzled.cc:1876
1140
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1144
#: drizzled/drizzled.cc:1881
1147
"Could not increase number of max_open_files to more than %u (request: %u)"
1150
#: drizzled/drizzled.cc:1958
1104
#: drizzled/drizzled.cc:1529
1152
1106
msgid "Unknown locale: '%s'"
1155
#: drizzled/drizzled.cc:2014
1109
#: drizzled/drizzled.cc:1584
1156
1110
msgid "Can't create thread-keys"
1159
#: drizzled/drizzled.cc:2038
1113
#: drizzled/drizzled.cc:1610
1160
1114
msgid "Out of memory"
1163
#: drizzled/drizzled.cc:2053
1117
#: drizzled/drizzled.cc:1625
1164
1118
msgid "Failed to initialize plugins."
1167
#: drizzled/drizzled.cc:2084
1121
#: drizzled/drizzled.cc:1656
1170
1124
"%s: Too many arguments (first extra is '%s').\n"
1171
1125
"Use --verbose --help to get a list of available options\n"
1174
#: drizzled/drizzled.cc:2094
1128
#: drizzled/drizzled.cc:1666
1175
1129
msgid "Can't init databases"
1178
#: drizzled/drizzled.cc:2114
1132
#: drizzled/drizzled.cc:1686
1180
1134
msgid "Unknown/unsupported table type: %s"
1183
#: drizzled/drizzled.cc:2120
1137
#: drizzled/drizzled.cc:1692
1185
1139
msgid "Default storage engine (%s) is not available"
1188
#: drizzled/drizzled.cc:2152
1142
#: drizzled/drizzled.cc:1724
1190
1144
msgid "Failed to lock memory. Errno: %d\n"
1193
#: drizzled/drizzled.cc:2213
1147
#: drizzled/drizzled.cc:1785
1195
1149
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1198
#: drizzled/drizzled.cc:2294
1199
msgid "Before Lock_thread_count"
1202
#: drizzled/drizzled.cc:2301
1203
msgid "After lock_thread_count"
1206
#: drizzled/drizzled.cc:2407
1152
#: drizzled/drizzled.cc:1955
1208
1154
msgid "drizzled: Got error %d from select"
1211
#: drizzled/drizzled.cc:2632
1157
#: drizzled/drizzled.cc:2138
1212
1158
msgid "Auto-increment columns are incremented by this"
1215
#: drizzled/drizzled.cc:2637
1161
#: drizzled/drizzled.cc:2143
1217
1163
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1221
#: drizzled/drizzled.cc:2643
1167
#: drizzled/drizzled.cc:2149
1223
1169
"Path to installation directory. All paths are usually resolved relative to "
1227
#: drizzled/drizzled.cc:2647
1173
#: drizzled/drizzled.cc:2153
1228
1174
msgid "IP address to bind to."
1231
#: drizzled/drizzled.cc:2651
1177
#: drizzled/drizzled.cc:2157
1232
1178
msgid "Set the filesystem character set."
1235
#: drizzled/drizzled.cc:2656
1181
#: drizzled/drizzled.cc:2162
1236
1182
msgid "Set the default character set."
1239
#: drizzled/drizzled.cc:2663
1185
#: drizzled/drizzled.cc:2166
1240
1186
msgid "Chroot drizzled daemon during startup."
1243
#: drizzled/drizzled.cc:2667
1189
#: drizzled/drizzled.cc:2170
1244
1190
msgid "Set the default collation."
1247
#: drizzled/drizzled.cc:2671
1193
#: drizzled/drizzled.cc:2174
1248
1194
msgid "Default completion type."
1251
#: drizzled/drizzled.cc:2676
1197
#: drizzled/drizzled.cc:2179
1252
1198
msgid "Write core on errors."
1255
#: drizzled/drizzled.cc:2680
1201
#: drizzled/drizzled.cc:2183
1256
1202
msgid "Path to the database root."
1259
#: drizzled/drizzled.cc:2684
1205
#: drizzled/drizzled.cc:2187
1260
1206
msgid "Set the default storage engine (table type) for tables."
1263
#: drizzled/drizzled.cc:2688
1209
#: drizzled/drizzled.cc:2191
1264
1210
msgid "Set the default time zone."
1267
#: drizzled/drizzled.cc:2692
1213
#: drizzled/drizzled.cc:2195
1268
1214
msgid "Type of DELAY_KEY_WRITE."
1271
#: drizzled/drizzled.cc:2696
1217
#: drizzled/drizzled.cc:2199
1272
1218
msgid "Print a symbolic stack trace on failure."
1275
#: drizzled/drizzled.cc:2702
1221
#: drizzled/drizzled.cc:2205
1276
1222
msgid "Push supported query conditions to the storage engine."
1279
#: drizzled/drizzled.cc:2708
1225
#: drizzled/drizzled.cc:2211
1280
1226
msgid "Used for debugging; Use at your own risk!"
1283
#: drizzled/drizzled.cc:2711
1229
#: drizzled/drizzled.cc:2214
1284
1230
msgid "Flush tables to disk between SQL commands."
1287
#: drizzled/drizzled.cc:2716
1233
#: drizzled/drizzled.cc:2219
1288
1234
msgid "Set up signals usable for debugging"
1291
#: drizzled/drizzled.cc:2720
1237
#: drizzled/drizzled.cc:2223
1292
1238
msgid "Command(s) that are executed for each new connection"
1295
#: drizzled/drizzled.cc:2724
1241
#: drizzled/drizzled.cc:2227
1296
1242
msgid "Read SQL commands from this file at startup."
1299
#: drizzled/drizzled.cc:2728
1245
#: drizzled/drizzled.cc:2231
1300
1246
msgid "(IGNORED)"
1303
#: drizzled/drizzled.cc:2732
1249
#: drizzled/drizzled.cc:2235
1304
1250
msgid "Set the language used for the month names and the days of the week."
1307
#: drizzled/drizzled.cc:2737
1253
#: drizzled/drizzled.cc:2240
1308
1254
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1311
#: drizzled/drizzled.cc:2742
1257
#: drizzled/drizzled.cc:2245
1312
1258
msgid "Log connections and queries to file."
1315
#: drizzled/drizzled.cc:2746
1261
#: drizzled/drizzled.cc:2249
1316
1262
msgid "Log all MyISAM changes to file."
1319
#: drizzled/drizzled.cc:2750
1265
#: drizzled/drizzled.cc:2253
1320
1266
msgid "Log some not critical warnings to the log file."
1323
#: drizzled/drizzled.cc:2755
1269
#: drizzled/drizzled.cc:2258
1324
1270
msgid "Lock drizzled in memory."
1327
#: drizzled/drizzled.cc:2759
1273
#: drizzled/drizzled.cc:2262
1329
1275
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1330
1276
"BACKUP, FORCE or QUICK."
1333
#: drizzled/drizzled.cc:2764
1279
#: drizzled/drizzled.cc:2267
1334
1280
msgid "Use very new possible 'unsafe' functions."
1337
#: drizzled/drizzled.cc:2769
1283
#: drizzled/drizzled.cc:2272
1338
1284
msgid "Use old, non-optimized alter table."
1341
#: drizzled/drizzled.cc:2774
1287
#: drizzled/drizzled.cc:2277
1342
1288
msgid "Pid file used by safe_mysqld."
1345
#: drizzled/drizzled.cc:2784
1291
#: drizzled/drizzled.cc:2287
1347
1293
"Maximum time in seconds to wait for the port to become free. (Default: no "
1351
#: drizzled/drizzled.cc:2789
1297
#: drizzled/drizzled.cc:2292
1352
1298
msgid "Skip some optimize stages (for testing)."
1355
#: drizzled/drizzled.cc:2792
1301
#: drizzled/drizzled.cc:2295
1357
1303
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1358
1304
"specified directory"
1361
#: drizzled/drizzled.cc:2797
1307
#: drizzled/drizzled.cc:2300
1363
1309
"Uniquely identifies the server instance in the community of replication "
1367
#: drizzled/drizzled.cc:2802
1313
#: drizzled/drizzled.cc:2305
1368
1314
msgid "Don't use new, possible wrong routines."
1371
#: drizzled/drizzled.cc:2805
1317
#: drizzled/drizzled.cc:2308
1372
1318
msgid "Don't print a stack trace on failure."
1375
#: drizzled/drizzled.cc:2809
1321
#: drizzled/drizzled.cc:2312
1376
1322
msgid "Don't give threads different priorities."
1379
#: drizzled/drizzled.cc:2813
1325
#: drizzled/drizzled.cc:2316
1380
1326
msgid "Enable symbolic link support."
1383
#: drizzled/drizzled.cc:2822
1329
#: drizzled/drizzled.cc:2325
1385
1331
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1388
#: drizzled/drizzled.cc:2827
1334
#: drizzled/drizzled.cc:2330
1390
1336
"Using this option will cause most temporary files created to use a small set "
1391
1337
"of names, rather than a unique name for each new file."
1394
#: drizzled/drizzled.cc:2832
1340
#: drizzled/drizzled.cc:2335
1396
1342
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1399
#: drizzled/drizzled.cc:2837
1345
#: drizzled/drizzled.cc:2340
1400
1346
msgid "Path for temporary files."
1403
#: drizzled/drizzled.cc:2841
1349
#: drizzled/drizzled.cc:2344
1404
1350
msgid "Default transaction isolation level."
1407
#: drizzled/drizzled.cc:2845
1353
#: drizzled/drizzled.cc:2348
1408
1354
msgid "Run drizzled daemon as user."
1411
#: drizzled/drizzled.cc:2853
1357
#: drizzled/drizzled.cc:2356
1413
1359
"The number of outstanding connection requests Drizzle can have. This comes "
1414
1360
"into play when the main Drizzle thread gets very many connection requests in "
1415
1361
"a very short time."
1418
#: drizzled/drizzled.cc:2859
1364
#: drizzled/drizzled.cc:2362
1420
1366
"Size of tree cache used in bulk insert optimization. Note that this is a "
1421
1367
"limit per thread!"
1424
#: drizzled/drizzled.cc:2865
1370
#: drizzled/drizzled.cc:2368
1426
1372
"The number of seconds the drizzled server is waiting for a connect packet "
1427
1373
"before responding with 'Bad handshake'."
1430
#: drizzled/drizzled.cc:2870
1431
msgid "The DATE format (For future)."
1434
#: drizzled/drizzled.cc:2875
1435
msgid "The DATETIME/TIMESTAMP format (for future)."
1438
#: drizzled/drizzled.cc:2880
1376
#: drizzled/drizzled.cc:2373
1440
1378
"Precision of the result of '/' operator will be increased on that value."
1443
#: drizzled/drizzled.cc:2886
1381
#: drizzled/drizzled.cc:2379
1444
1382
msgid "The maximum length of the result of function group_concat."
1447
#: drizzled/drizzled.cc:2891
1385
#: drizzled/drizzled.cc:2384
1449
1387
"The number of seconds the server waits for activity on an interactive "
1450
1388
"connection before closing it."
1453
#: drizzled/drizzled.cc:2897
1391
#: drizzled/drizzled.cc:2390
1454
1392
msgid "The size of the buffer that is used for full joins."
1457
#: drizzled/drizzled.cc:2903
1395
#: drizzled/drizzled.cc:2396
1458
1396
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1461
#: drizzled/drizzled.cc:2908
1399
#: drizzled/drizzled.cc:2401
1463
1401
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1464
1402
"this to get better index handling (for all reads and multiple writes) to as "
1465
1403
"much as you can afford;"
1468
#: drizzled/drizzled.cc:2917
1406
#: drizzled/drizzled.cc:2410
1470
1408
"This characterizes the number of hits a hot block has to be untouched until "
1471
1409
"it is considered aged enough to be downgraded to a warm block. This "
1473
1411
"blocks in key cache"
1476
#: drizzled/drizzled.cc:2926
1414
#: drizzled/drizzled.cc:2419
1477
1415
msgid "The default size of key cache blocks"
1480
#: drizzled/drizzled.cc:2932
1418
#: drizzled/drizzled.cc:2425
1481
1419
msgid "The minimum percentage of warm blocks in key cache"
1484
#: drizzled/drizzled.cc:2938
1422
#: drizzled/drizzled.cc:2431
1485
1423
msgid "Max packetlength to send/receive from to server."
1488
#: drizzled/drizzled.cc:2943
1426
#: drizzled/drizzled.cc:2436
1490
1428
"If there is more than this number of interrupted connections from a host "
1491
1429
"this host will be blocked from further connections."
1494
#: drizzled/drizzled.cc:2950
1495
msgid "The number of simultaneous clients allowed."
1498
#: drizzled/drizzled.cc:2954
1432
#: drizzled/drizzled.cc:2441
1499
1433
msgid "Max number of errors/warnings to store for a statement."
1502
#: drizzled/drizzled.cc:2959
1436
#: drizzled/drizzled.cc:2446
1503
1437
msgid "Don't allow creation of heap tables bigger than this."
1506
#: drizzled/drizzled.cc:2965
1440
#: drizzled/drizzled.cc:2452
1508
1442
"Joins that are probably going to read more than max_join_size records return "
1512
#: drizzled/drizzled.cc:2971
1446
#: drizzled/drizzled.cc:2458
1513
1447
msgid "Max number of bytes in sorted records."
1516
#: drizzled/drizzled.cc:2976
1450
#: drizzled/drizzled.cc:2463
1517
1451
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1520
#: drizzled/drizzled.cc:2981
1454
#: drizzled/drizzled.cc:2468
1522
1456
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1523
1457
"max_sort_length bytes of each value are used; the rest are ignored)."
1526
#: drizzled/drizzled.cc:2988
1460
#: drizzled/drizzled.cc:2475
1527
1461
msgid "Maximum number of temporary tables a client can keep open at a time."
1530
#: drizzled/drizzled.cc:2993
1464
#: drizzled/drizzled.cc:2480
1531
1465
msgid "After this many write locks, allow some read locks to run in between."
1534
#: drizzled/drizzled.cc:2997
1468
#: drizzled/drizzled.cc:2484
1536
1470
"Don't log queries which examine less than min_examined_row_limit rows to "
1540
#: drizzled/drizzled.cc:3003
1474
#: drizzled/drizzled.cc:2490
1542
1476
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1543
1477
"Possible values of name are 'nulls_unequal' (default behavior), "
1544
1478
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1547
#: drizzled/drizzled.cc:3010
1481
#: drizzled/drizzled.cc:2497
1548
1482
msgid "Buffer length for TCP/IP and socket communication."
1551
#: drizzled/drizzled.cc:3015
1485
#: drizzled/drizzled.cc:2502
1553
1487
"Number of seconds to wait for more data from a connection before aborting "
1557
#: drizzled/drizzled.cc:3021
1491
#: drizzled/drizzled.cc:2508
1559
1493
"If a read on a communication port is interrupted, retry this many times "
1560
1494
"before giving up."
1563
#: drizzled/drizzled.cc:3027
1497
#: drizzled/drizzled.cc:2514
1565
1499
"Number of seconds to wait for a block to be written to a connection before "
1566
1500
"aborting the write."
1569
#: drizzled/drizzled.cc:3033
1570
msgid "Use compatible behavior."
1573
#: drizzled/drizzled.cc:3038
1575
"If this is not 0, then drizzled will use this value to reserve file "
1576
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
1577
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
1578
"larger) number of files."
1581
#: drizzled/drizzled.cc:3045
1503
#: drizzled/drizzled.cc:2520
1583
1505
"Controls the heuristic(s) applied during query optimization to prune less-"
1584
1506
"promising partial plans from the optimizer search space. Meaning: false - do "
1597
1519
"(used for testing/comparison)."
1600
#: drizzled/drizzled.cc:3065
1522
#: drizzled/drizzled.cc:2540
1601
1523
msgid "Directory for plugins."
1604
#: drizzled/drizzled.cc:3069
1526
#: drizzled/drizzled.cc:2544
1606
1528
"Optional colon (or semicolon) separated list of plugins to load,where each "
1607
1529
"plugin is identified by the name of the shared library. [for example: --"
1608
1530
"plugin_load=libmd5udf.so:libauth_pam.so]"
1611
#: drizzled/drizzled.cc:3075
1533
#: drizzled/drizzled.cc:2550
1612
1534
msgid "The size of the buffer that is allocated when preloading indexes"
1615
#: drizzled/drizzled.cc:3080
1537
#: drizzled/drizzled.cc:2555
1616
1538
msgid "Allocation block size for query parsing and execution"
1619
#: drizzled/drizzled.cc:3085
1541
#: drizzled/drizzled.cc:2560
1620
1542
msgid "Persistent buffer for query parsing and execution"
1623
#: drizzled/drizzled.cc:3091
1545
#: drizzled/drizzled.cc:2566
1624
1546
msgid "Allocation block size for storing ranges during optimization"
1627
#: drizzled/drizzled.cc:3097
1549
#: drizzled/drizzled.cc:2572
1629
1551
"Each thread that does a sequential scan allocates a buffer of this size for "
1630
1552
"each table it scans. If you do many sequential scans, you may want to "
1631
1553
"increase this value."
1634
#: drizzled/drizzled.cc:3105
1556
#: drizzled/drizzled.cc:2580
1636
1558
"When reading rows in sorted order after a sort, the rows are read through "
1637
1559
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1638
1560
"record_buffer."
1641
#: drizzled/drizzled.cc:3113
1563
#: drizzled/drizzled.cc:2588
1564
msgid "Select scheduler to be used (by default pool-of-threads)."
1567
#: drizzled/drizzled.cc:2592
1642
1568
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1645
#: drizzled/drizzled.cc:3119
1571
#: drizzled/drizzled.cc:2598
1646
1572
msgid "The number of cached table definitions."
1649
#: drizzled/drizzled.cc:3123
1575
#: drizzled/drizzled.cc:2602
1650
1576
msgid "The number of cached open tables."
1653
#: drizzled/drizzled.cc:3127
1579
#: drizzled/drizzled.cc:2606
1655
1581
"Timeout in seconds to wait for a table level lock before returning an error. "
1656
1582
"Used only if the connection has active cursors."
1659
#: drizzled/drizzled.cc:3132
1585
#: drizzled/drizzled.cc:2611
1660
1586
msgid "The stack size for each thread."
1663
#: drizzled/drizzled.cc:3138
1664
msgid "The TIME format (for future)."
1667
#: drizzled/drizzled.cc:3143
1589
#: drizzled/drizzled.cc:2617
1669
1591
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1670
1592
"automatically convert it to an on-disk MyISAM table."
1673
#: drizzled/drizzled.cc:3149
1595
#: drizzled/drizzled.cc:2623
1674
1596
msgid "Allocation block size for transactions to be stored in binary log"
1677
#: drizzled/drizzled.cc:3154
1599
#: drizzled/drizzled.cc:2628
1678
1600
msgid "Persistent buffer for transactions to be stored in binary log"
1681
#: drizzled/drizzled.cc:3159
1603
#: drizzled/drizzled.cc:2633
1683
1605
"The number of seconds the server waits for activity on a connection before "
1687
#: drizzled/drizzled.cc:3312
1609
#: drizzled/drizzled.cc:2784
1689
1611
"Copyright (C) 2008 Sun Microsystems\n"
1690
1612
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5321
5243
msgid "replicator plugin '%s' statement() failed"
5324
#: drizzled/scheduling.cc:55
5246
#: drizzled/scheduling.cc:61
5326
5248
msgid "scheduling plugin '%s' init() failed"
5329
5251
#. TRANSLATORS: The leading word "scheduling" is the name
5330
5252
#. of the plugin api, and so should not be translated.
5331
#: drizzled/scheduling.cc:98
5253
#: drizzled/scheduling.cc:95
5333
5255
msgid "scheduling plugin '%s' deinit() failed"
5336
#: drizzled/sql_base.cc:2311
5258
#: drizzled/sql_base.cc:2306
5338
5260
msgid "Table %s had a open data handler in reopen_table"
5341
#: drizzled/sql_base.cc:2960
5263
#: drizzled/sql_base.cc:2955
5343
5265
msgid "Couldn't repair table: %s.%s"
5346
#: drizzled/sql_base.cc:3002
5268
#: drizzled/sql_base.cc:2997
5349
5271
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5350
5272
"s`.`%s`' to replication"
5353
#: drizzled/sql_base.cc:3609
5275
#: drizzled/sql_base.cc:3600
5355
5277
msgid "Could not remove temporary table: '%s', error: %d"
5358
#: drizzled/sql_plugin.cc:687
5280
#: drizzled/sql_base.cc:6195
5281
msgid "Can't create thread to kill server"
5284
#: drizzled/sql_plugin.cc:680
5360
5286
msgid "Plugin '%s' of type %s failed deinitialization"
5363
#: drizzled/sql_plugin.cc:701
5289
#: drizzled/sql_plugin.cc:694
5365
5291
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5368
#: drizzled/sql_plugin.cc:790
5294
#: drizzled/sql_plugin.cc:782
5370
5296
msgid "Plugin '%s' registration as a %s failed."
5373
#: drizzled/sql_plugin.cc:1028
5299
#: drizzled/sql_plugin.cc:1005
5374
5300
msgid "plugin-load parameter too long"
5377
#: drizzled/sql_plugin.cc:1088
5303
#: drizzled/sql_plugin.cc:1065
5379
5305
msgid "Couldn't load plugin named '%s' with soname '%s'."
5308
#: drizzled/sql_plugin.cc:1118
5310
msgid "Forcing shutdown of %<PRIu64> plugins"
5382
5313
#: drizzled/sql_plugin.cc:1141
5384
msgid "Forcing shutdown of %<PRIu64> plugins"
5387
#: drizzled/sql_plugin.cc:1164
5389
5315
msgid "Plugin '%s' will be forced to shutdown"
5392
#: drizzled/sql_plugin.cc:1180
5318
#: drizzled/sql_plugin.cc:1157
5394
5320
msgid "Plugin '%s' has ref_count=%d after shutdown."
5397
#: drizzled/sql_plugin.cc:1570
5323
#: drizzled/sql_plugin.cc:1545
5398
5324
msgid "Out of memory."
5401
#: drizzled/sql_plugin.cc:2419 drizzled/sql_plugin.cc:2482
5327
#: drizzled/sql_plugin.cc:2394 drizzled/sql_plugin.cc:2457
5403
5329
msgid "Unknown variable type code 0x%x in plugin '%s'."
5406
#: drizzled/sql_plugin.cc:2462
5332
#: drizzled/sql_plugin.cc:2437
5409
5335
"Server variable %s of plugin %s was forced to be read-only: string variable "
5410
5336
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5413
#: drizzled/sql_plugin.cc:2493
5339
#: drizzled/sql_plugin.cc:2468
5415
5341
msgid "Missing variable name in plugin '%s'."
5418
#: drizzled/sql_plugin.cc:2510
5344
#: drizzled/sql_plugin.cc:2485
5420
5346
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5423
#: drizzled/sql_plugin.cc:2629
5349
#: drizzled/sql_plugin.cc:2603
5425
5351
msgid "Out of memory for plugin '%s'."
5428
#: drizzled/sql_plugin.cc:2636
5354
#: drizzled/sql_plugin.cc:2610
5430
5356
msgid "Bad options for plugin '%s'."
5433
#: drizzled/sql_plugin.cc:2645
5359
#: drizzled/sql_plugin.cc:2619
5435
5361
msgid "Parsing options for plugin '%s' failed."
5438
#: drizzled/sql_plugin.cc:2688
5364
#: drizzled/sql_plugin.cc:2662
5440
5366
msgid "Plugin '%s' has conflicting system variables"
5443
#: drizzled/sql_plugin.cc:2698
5445
msgid "Plugin '%s' disabled by command line option"
5448
5369
#: drizzled/sql_table.cc:130
5450
5371
msgid "Invalid (old?) table or database name '%s'"
5453
#: drizzled/sql_table.cc:2726
5374
#: drizzled/sql_table.cc:2691
5455
5376
msgid "Unknown - internal error %d during operation"
5458
#: drizzled/sql_table.cc:5006
5379
#: drizzled/sql_table.cc:4961
5460
5381
msgid "Could not open table %s.%s after rename\n"
5463
#: drizzled/sql_table.cc:5173
5384
#: drizzled/sql_table.cc:5141
5466
5387
"order_st BY ignored because there is a user-defined clustered index in the "
5467
5388
"table '%-.192s'"
5470
#: drizzled/sql_udf.cc:41
5471
msgid "Can't allocate memory for udf structures"
5474
#: drizzled/table.cc:378
5391
#: drizzled/table.cc:482
5477
5394
"'%s' had no or invalid character set, and default character set is multi-"
5478
5395
"byte, so character column sizes may have changed"
5481
#: drizzled/table.cc:2099
5398
#: drizzled/table.cc:2297
5483
5400
msgid "Unknown collation '%s' in table '%-.64s' definition"
5486
#: drizzled/table.cc:2106
5403
#: drizzled/table.cc:2304
5489
5406
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5493
#: drizzled/table.cc:2721
5410
#: drizzled/table.cc:2768
5496
5413
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5500
#: drizzled/table.cc:2748
5417
#: drizzled/table.cc:2795
5503
5420
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5504
5421
"have type %s, found type %s."
5507
#: drizzled/table.cc:2759
5424
#: drizzled/table.cc:2806
5510
5427
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5511
5428
"position %d to have character set '%s' but the type has no character set."
5514
#: drizzled/table.cc:2771
5431
#: drizzled/table.cc:2818
5517
5434
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5518
5435
"position %d to have character set '%s' but found character set '%s'."
5521
#: drizzled/table.cc:2784
5438
#: drizzled/table.cc:2831
5524
5441
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5525
5442
"have type %s but the column is not found."
5528
#: drizzled/table.cc:4897
5445
#: drizzled/table.cc:4951
5530
5447
msgid "Got error %d when reading table '%s'"
5535
5452
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5538
#: gnulib/getopt.c:528 gnulib/getopt.c:544
5455
#: gnulib/getopt.c:531 gnulib/getopt.c:547
5540
5457
msgid "%s: option `%s' is ambiguous\n"
5543
#: gnulib/getopt.c:577 gnulib/getopt.c:581
5460
#: gnulib/getopt.c:580 gnulib/getopt.c:584
5545
5462
msgid "%s: option `--%s' doesn't allow an argument\n"
5548
#: gnulib/getopt.c:590 gnulib/getopt.c:595
5465
#: gnulib/getopt.c:593 gnulib/getopt.c:598
5550
5467
msgid "%s: option `%c%s' doesn't allow an argument\n"
5553
#: gnulib/getopt.c:638 gnulib/getopt.c:657 gnulib/getopt.c:973
5554
#: gnulib/getopt.c:992
5470
#: gnulib/getopt.c:641 gnulib/getopt.c:660 gnulib/getopt.c:976
5471
#: gnulib/getopt.c:995
5556
5473
msgid "%s: option `%s' requires an argument\n"
5559
#: gnulib/getopt.c:695 gnulib/getopt.c:698
5476
#: gnulib/getopt.c:698 gnulib/getopt.c:701
5561
5478
msgid "%s: unrecognized option `--%s'\n"
5564
#: gnulib/getopt.c:706 gnulib/getopt.c:709
5481
#: gnulib/getopt.c:709 gnulib/getopt.c:712
5566
5483
msgid "%s: unrecognized option `%c%s'\n"
5569
#: gnulib/getopt.c:761 gnulib/getopt.c:764
5486
#: gnulib/getopt.c:764 gnulib/getopt.c:767
5571
5488
msgid "%s: illegal option -- %c\n"
5574
#: gnulib/getopt.c:770 gnulib/getopt.c:773
5491
#: gnulib/getopt.c:773 gnulib/getopt.c:776
5576
5493
msgid "%s: invalid option -- %c\n"
5579
#: gnulib/getopt.c:825 gnulib/getopt.c:841 gnulib/getopt.c:1045
5580
#: gnulib/getopt.c:1063
5496
#: gnulib/getopt.c:828 gnulib/getopt.c:844 gnulib/getopt.c:1048
5497
#: gnulib/getopt.c:1066
5582
5499
msgid "%s: option requires an argument -- %c\n"
5585
#: gnulib/getopt.c:894 gnulib/getopt.c:910
5502
#: gnulib/getopt.c:897 gnulib/getopt.c:913
5587
5504
msgid "%s: option `-W %s' is ambiguous\n"
5590
#: gnulib/getopt.c:934 gnulib/getopt.c:952
5507
#: gnulib/getopt.c:937 gnulib/getopt.c:955
5592
5509
msgid "%s: option `-W %s' doesn't allow an argument\n"
5595
#: libdrizzleclient/errmsg.c:27
5512
#: libdrizzleclient/errmsg.c:28
5596
5513
msgid "Unknown Drizzle error"
5599
#: libdrizzleclient/errmsg.c:28
5516
#: libdrizzleclient/errmsg.c:29
5601
5518
msgid "Can't create UNIX socket (%d)"
5604
#: libdrizzleclient/errmsg.c:29
5521
#: libdrizzleclient/errmsg.c:30
5606
5523
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5609
#: libdrizzleclient/errmsg.c:30
5526
#: libdrizzleclient/errmsg.c:31
5611
5528
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5614
#: libdrizzleclient/errmsg.c:31
5531
#: libdrizzleclient/errmsg.c:32
5616
5533
msgid "Can't create TCP/IP socket (%d)"
5619
#: libdrizzleclient/errmsg.c:32
5536
#: libdrizzleclient/errmsg.c:33
5621
5538
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5624
#: libdrizzleclient/errmsg.c:33
5541
#: libdrizzleclient/errmsg.c:34
5625
5542
msgid "Drizzle server has gone away"
5628
#: libdrizzleclient/errmsg.c:34
5545
#: libdrizzleclient/errmsg.c:35
5630
5547
msgid "Protocol mismatch; server version = %d, client version = %d"
5633
#: libdrizzleclient/errmsg.c:35
5550
#: libdrizzleclient/errmsg.c:36
5634
5551
msgid "Drizzle client ran out of memory"
5637
#: libdrizzleclient/errmsg.c:36
5554
#: libdrizzleclient/errmsg.c:37
5638
5555
msgid "Wrong host info"
5641
#: libdrizzleclient/errmsg.c:37
5558
#: libdrizzleclient/errmsg.c:38
5642
5559
msgid "Localhost via UNIX socket"
5645
#: libdrizzleclient/errmsg.c:38
5562
#: libdrizzleclient/errmsg.c:39
5647
5564
msgid "%-.100s via TCP/IP"
5650
#: libdrizzleclient/errmsg.c:39
5567
#: libdrizzleclient/errmsg.c:40
5651
5568
msgid "Error in server handshake"
5654
#: libdrizzleclient/errmsg.c:40
5571
#: libdrizzleclient/errmsg.c:41
5655
5572
msgid "Lost connection to Drizzle server during query"
5658
#: libdrizzleclient/errmsg.c:41
5575
#: libdrizzleclient/errmsg.c:42
5659
5576
msgid "Commands out of sync; you can't run this command now"
5662
#: libdrizzleclient/errmsg.c:42
5579
#: libdrizzleclient/errmsg.c:43
5664
5581
msgid "Named pipe: %-.32s"
5667
#: libdrizzleclient/errmsg.c:43
5584
#: libdrizzleclient/errmsg.c:44
5669
5586
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5672
#: libdrizzleclient/errmsg.c:44
5589
#: libdrizzleclient/errmsg.c:45
5674
5591
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5677
#: libdrizzleclient/errmsg.c:45
5594
#: libdrizzleclient/errmsg.c:46
5679
5596
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5682
#: libdrizzleclient/errmsg.c:46
5599
#: libdrizzleclient/errmsg.c:47
5684
5601
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5687
#: libdrizzleclient/errmsg.c:47
5604
#: libdrizzleclient/errmsg.c:48
5688
5605
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5691
#: libdrizzleclient/errmsg.c:48
5608
#: libdrizzleclient/errmsg.c:49
5692
5609
msgid "Embedded server"
5695
#: libdrizzleclient/errmsg.c:49
5612
#: libdrizzleclient/errmsg.c:50
5696
5613
msgid "Error on SHOW SLAVE STATUS:"
5699
#: libdrizzleclient/errmsg.c:50
5616
#: libdrizzleclient/errmsg.c:51
5700
5617
msgid "Error on SHOW SLAVE HOSTS:"
5703
#: libdrizzleclient/errmsg.c:51
5620
#: libdrizzleclient/errmsg.c:52
5704
5621
msgid "Error connecting to slave:"
5707
#: libdrizzleclient/errmsg.c:52
5624
#: libdrizzleclient/errmsg.c:53
5708
5625
msgid "Error connecting to master:"
5711
#: libdrizzleclient/errmsg.c:53
5628
#: libdrizzleclient/errmsg.c:54
5712
5629
msgid "SSL connection error"
5715
#: libdrizzleclient/errmsg.c:54
5632
#: libdrizzleclient/errmsg.c:55
5716
5633
msgid "Malformed packet"
5719
#: libdrizzleclient/errmsg.c:55 libdrizzleclient/errmsg.c:66
5720
#: libdrizzleclient/errmsg.c:67 libdrizzleclient/errmsg.c:68
5721
#: libdrizzleclient/errmsg.c:69 libdrizzleclient/errmsg.c:70
5722
#: libdrizzleclient/errmsg.c:71 libdrizzleclient/errmsg.c:72
5723
#: libdrizzleclient/errmsg.c:73 libdrizzleclient/errmsg.c:74
5636
#: libdrizzleclient/errmsg.c:56 libdrizzleclient/errmsg.c:67
5637
#: libdrizzleclient/errmsg.c:68 libdrizzleclient/errmsg.c:69
5638
#: libdrizzleclient/errmsg.c:70 libdrizzleclient/errmsg.c:71
5639
#: libdrizzleclient/errmsg.c:72 libdrizzleclient/errmsg.c:73
5640
#: libdrizzleclient/errmsg.c:74 libdrizzleclient/errmsg.c:75
5724
5641
msgid "(unused error message)"
5727
#: libdrizzleclient/errmsg.c:56
5644
#: libdrizzleclient/errmsg.c:57
5728
5645
msgid "Invalid use of null pointer"
5731
#: libdrizzleclient/errmsg.c:57
5648
#: libdrizzleclient/errmsg.c:58
5732
5649
msgid "Statement not prepared"
5735
#: libdrizzleclient/errmsg.c:58
5652
#: libdrizzleclient/errmsg.c:59
5736
5653
msgid "No data supplied for parameters in prepared statement"
5739
#: libdrizzleclient/errmsg.c:59
5656
#: libdrizzleclient/errmsg.c:60
5740
5657
msgid "Data truncated"
5743
#: libdrizzleclient/errmsg.c:60
5660
#: libdrizzleclient/errmsg.c:61
5744
5661
msgid "No parameters exist in the statement"
5747
#: libdrizzleclient/errmsg.c:61
5664
#: libdrizzleclient/errmsg.c:62
5748
5665
msgid "Invalid parameter number"
5751
#: libdrizzleclient/errmsg.c:62
5668
#: libdrizzleclient/errmsg.c:63
5754
5671
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5757
#: libdrizzleclient/errmsg.c:64
5674
#: libdrizzleclient/errmsg.c:65
5759
5676
msgid "Using unsupported buffer type: %d (parameter: %d)"
5762
#: libdrizzleclient/errmsg.c:65
5679
#: libdrizzleclient/errmsg.c:66
5764
5681
msgid "Shared memory: %-.100s"
5767
#: libdrizzleclient/errmsg.c:75
5684
#: libdrizzleclient/errmsg.c:76
5768
5685
msgid "Wrong or unknown protocol"
5771
#: libdrizzleclient/errmsg.c:76
5688
#: libdrizzleclient/errmsg.c:77
5772
5689
msgid "Invalid connection handle"
5775
#: libdrizzleclient/errmsg.c:77
5692
#: libdrizzleclient/errmsg.c:78
5777
5694
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5778
5695
"option 'secure_auth' enabled)"
5781
#: libdrizzleclient/errmsg.c:79
5698
#: libdrizzleclient/errmsg.c:80
5782
5699
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5785
#: libdrizzleclient/errmsg.c:80
5702
#: libdrizzleclient/errmsg.c:81
5786
5703
msgid "Attempt to read column without prior row fetch"
5789
#: libdrizzleclient/errmsg.c:81
5706
#: libdrizzleclient/errmsg.c:82
5790
5707
msgid "Prepared statement contains no metadata"
5793
#: libdrizzleclient/errmsg.c:82
5710
#: libdrizzleclient/errmsg.c:83
5795
5712
"Attempt to read a row while there is no result set associated with the "
5799
#: libdrizzleclient/errmsg.c:84
5716
#: libdrizzleclient/errmsg.c:85
5800
5717
msgid "This feature is not implemented yet"
5803
#: libdrizzleclient/errmsg.c:85
5720
#: libdrizzleclient/errmsg.c:86
5806
5723
"Lost connection to Drizzle server while waiting for initial communication "
5807
5724
"packet, system error: %d"
5810
#: libdrizzleclient/errmsg.c:87
5727
#: libdrizzleclient/errmsg.c:88
5813
5730
"Lost connection to Drizzle server while reading initial communication "
5814
5731
"packet, system error: %d"
5817
#: libdrizzleclient/errmsg.c:89
5734
#: libdrizzleclient/errmsg.c:90
5820
5737
"Lost connection to Drizzle server while sending authentication information, "
5821
5738
"system error: %d"
5824
#: libdrizzleclient/errmsg.c:91
5741
#: libdrizzleclient/errmsg.c:92
5827
5744
"Lost connection to Drizzle server while reading authorization information, "
5828
5745
"system error: %d"
5831
#: libdrizzleclient/errmsg.c:93
5748
#: libdrizzleclient/errmsg.c:94
5834
5751
"Lost connection to Drizzle server while setting initial database, system "
5838
#: libdrizzleclient/errmsg.c:95
5755
#: libdrizzleclient/errmsg.c:96
5840
5757
msgid "Statement closed indirectly because of a preceding %s() call"