208
208
"Preserve comments. Send comments to the server. The default is --skip-"
209
209
"comments (discard comments), enable with --comments"
211
#: client/drizzle.cc:1306
211
#: client/drizzle.cc:1439
212
212
msgid "Use compression in server/client protocol."
213
213
msgstr "Use compression in server/client protocol."
215
#: client/drizzle.cc:1309
215
#: client/drizzle.cc:1442
216
216
msgid "Check memory and open file usage at exit ."
217
217
msgstr "Check memory and open file usage at exit ."
219
#: client/drizzle.cc:1312
219
#: client/drizzle.cc:1445
220
220
msgid "Print some debug info at exit."
221
221
msgstr "Print some debug info at exit."
223
#: client/drizzle.cc:1314
223
#: client/drizzle.cc:1447
224
224
msgid "Database to use."
225
225
msgstr "Database to use."
227
#: client/drizzle.cc:1317
227
#: client/drizzle.cc:1450
228
228
msgid "(not used)"
229
229
msgstr "(not used)"
231
#: client/drizzle.cc:1319
231
#: client/drizzle.cc:1452
232
232
msgid "Delimiter to be used."
233
233
msgstr "Delimiter to be used."
235
#: client/drizzle.cc:1321
235
#: client/drizzle.cc:1454
236
236
msgid "Execute command and quit. (Disables --force and history file)"
237
237
msgstr "Execute command and quit. (Disables --force and history file)"
239
#: client/drizzle.cc:1323
239
#: client/drizzle.cc:1456
240
240
msgid "Print the output of a query (rows) vertically."
241
241
msgstr "Print the output of a query (rows) vertically."
243
#: client/drizzle.cc:1326
243
#: client/drizzle.cc:1459
244
244
msgid "Continue even if we get an sql error."
245
245
msgstr "Continue even if we get an sql error."
247
#: client/drizzle.cc:1330
249
"Enable named commands. Named commands mean this program's internal commands; "
250
"see drizzle> help . When enabled, the named commands can be used from any "
251
"line of the query, otherwise only from the first line, before an enter. "
252
"Disable with --disable-named-commands. This option is disabled by default."
254
"Enable named commands. Named commands mean this program's internal commands; "
255
"see drizzle> help . When enabled, the named commands can be used from any "
256
"line of the query, otherwise only from the first line, before an enter. "
257
"Disable with --disable-named-commands. This option is disabled by default."
259
#: client/drizzle.cc:1334
261
"Named commands are disabled. Use \\* form only, or use named commands only "
262
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
263
"the client now starts with this option ENABLED by default! Disable with '-"
264
"G'. Long format commands still work from the first line. WARNING: option "
265
"deprecated; use --disable-named-commands instead."
267
"Named commands are disabled. Use \\* form only, or use named commands only "
268
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
269
"the client now starts with this option ENABLED by default! Disable with '-"
270
"G'. Long format commands still work from the first line. WARNING: option "
271
"deprecated; use --disable-named-commands instead."
273
#: client/drizzle.cc:1336
247
#: client/drizzle.cc:1463
249
"Enable named commands. Named commands mean this program's internal commands; "
250
"see drizzle> help . When enabled, the named commands can be used from any "
251
"line of the query, otherwise only from the first line, before an enter. "
252
"Disable with --disable-named-commands. This option is disabled by default."
254
"Enable named commands. Named commands mean this program's internal commands; "
255
"see drizzle> help . When enabled, the named commands can be used from any "
256
"line of the query, otherwise only from the first line, before an enter. "
257
"Disable with --disable-named-commands. This option is disabled by default."
259
#: client/drizzle.cc:1467
261
"Named commands are disabled. Use \\* form only, or use named commands only "
262
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
263
"the client now starts with this option ENABLED by default! Disable with '-"
264
"G'. Long format commands still work from the first line. WARNING: option "
265
"deprecated; use --disable-named-commands instead."
267
"Named commands are disabled. Use \\* form only, or use named commands only "
268
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
269
"the client now starts with this option ENABLED by default! Disable with '-"
270
"G'. Long format commands still work from the first line. WARNING: option "
271
"deprecated; use --disable-named-commands instead."
273
#: client/drizzle.cc:1469
274
274
msgid "Ignore space after function names."
275
275
msgstr "Ignore space after function names."
277
#: client/drizzle.cc:1338
277
#: client/drizzle.cc:1471
278
278
msgid "Enable/disable LOAD DATA LOCAL INFILE."
279
279
msgstr "Enable/disable LOAD DATA LOCAL INFILE."
281
#: client/drizzle.cc:1341
281
#: client/drizzle.cc:1474
282
282
msgid "Turn off beep on error."
283
283
msgstr "Turn off beep on error."
285
#: client/drizzle.cc:1343 client/drizzleadmin.cc:79
285
#: client/drizzle.cc:1476
286
286
msgid "Connect to host."
287
287
msgstr "Connect to host."
289
#: client/drizzle.cc:1345
289
#: client/drizzle.cc:1478
290
290
msgid "Write line numbers for errors."
291
291
msgstr "Write line numbers for errors."
293
#: client/drizzle.cc:1348
293
#: client/drizzle.cc:1481
295
295
"Don't write line number for errors. WARNING: -L is deprecated, use long "
296
296
"version of this option instead."
298
298
"Don't write line number for errors. WARNING: -L is deprecated, use long "
299
299
"version of this option instead."
301
#: client/drizzle.cc:1350
301
#: client/drizzle.cc:1483
302
302
msgid "Flush buffer after each query."
303
303
msgstr "Flush buffer after each query."
305
#: client/drizzle.cc:1352
305
#: client/drizzle.cc:1485
306
306
msgid "Write column names in results."
307
307
msgstr "Write column names in results."
309
#: client/drizzle.cc:1356
311
"Don't write column names in results. WARNING: -N is deprecated, use long "
312
"version of this options instead."
314
"Don't write column names in results. WARNING: -N is deprecated, use long "
315
"version of this options instead."
317
#: client/drizzle.cc:1359
319
"Change the value of a variable. Please note that this option is deprecated; "
320
"you can set variables directly with --variable-name=value."
322
"Change the value of a variable. Please note that this option is deprecated; "
323
"you can set variables directly with --variable-name=value."
325
#: client/drizzle.cc:1361
309
#: client/drizzle.cc:1489
311
"Don't write column names in results. WARNING: -N is deprecated, use long "
312
"version of this options instead."
314
"Don't write column names in results. WARNING: -N is deprecated, use long "
315
"version of this options instead."
317
#: client/drizzle.cc:1492
319
"Change the value of a variable. Please note that this option is deprecated; "
320
"you can set variables directly with --variable-name=value."
322
"Change the value of a variable. Please note that this option is deprecated; "
323
"you can set variables directly with --variable-name=value."
325
#: client/drizzle.cc:1494
326
326
msgid "Ignore SIGINT (CTRL-C)"
327
327
msgstr "Ignore SIGINT (CTRL-C)"
329
#: client/drizzle.cc:1365
331
"Only update the default database. This is useful for skipping updates to "
332
"other database in the update log."
334
"Only update the default database. This is useful for skipping updates to "
335
"other database in the update log."
337
#: client/drizzle.cc:1368
339
"Pager to use to display results. If you don't supply an option the default "
340
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
341
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
342
"work in batch mode. Disable with --disable-pager. This option is disabled by "
345
"Pager to use to display results. If you don't supply an option the default "
346
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
347
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
348
"work in batch mode. Disable with --disable-pager. This option is disabled by "
351
#: client/drizzle.cc:1371
353
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
354
"option deprecated; use --disable-pager instead."
356
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
357
"option deprecated; use --disable-pager instead."
359
#: client/drizzle.cc:1374 client/drizzleadmin.cc:82
361
"Password to use when connecting to server. If password is not given it's "
362
"asked from the tty."
364
"Password to use when connecting to server. If password is not given it's "
365
"asked from the tty."
367
#: client/drizzle.cc:1376
369
"Port number to use for connection or 0 for default to, in order of "
370
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
372
"Port number to use for connection or 0 for default to, in order of "
373
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
375
#: client/drizzle.cc:1377
329
#: client/drizzle.cc:1498
331
"Only update the default database. This is useful for skipping updates to "
332
"other database in the update log."
334
"Only update the default database. This is useful for skipping updates to "
335
"other database in the update log."
337
#: client/drizzle.cc:1501
339
"Pager to use to display results. If you don't supply an option the default "
340
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
341
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
342
"work in batch mode. Disable with --disable-pager. This option is disabled by "
345
"Pager to use to display results. If you don't supply an option the default "
346
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
347
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
348
"work in batch mode. Disable with --disable-pager. This option is disabled by "
351
#: client/drizzle.cc:1504
353
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
354
"option deprecated; use --disable-pager instead."
356
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
357
"option deprecated; use --disable-pager instead."
359
#: client/drizzle.cc:1507
361
"Password to use when connecting to server. If password is not given it's "
362
"asked from the tty."
364
"Password to use when connecting to server. If password is not given it's "
365
"asked from the tty."
367
#: client/drizzle.cc:1509
369
"Port number to use for connection or 0 for default to, in order of "
370
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
372
"Port number to use for connection or 0 for default to, in order of "
373
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
375
#: client/drizzle.cc:1510
376
376
msgid "built-in default"
377
377
msgstr "built-in default"
379
#: client/drizzle.cc:1379
379
#: client/drizzle.cc:1512
380
380
msgid "Set the drizzle prompt to this value."
381
381
msgstr "Set the drizzle prompt to this value."
383
#: client/drizzle.cc:1383
383
#: client/drizzle.cc:1516
385
385
"Don't cache result, print it row by row. This may slow down the server if "
386
386
"the output is suspended. Doesn't use history file."
388
388
"Don't cache result, print it row by row. This may slow down the server if "
389
389
"the output is suspended. Doesn't use history file."
391
#: client/drizzle.cc:1385
391
#: client/drizzle.cc:1518
392
392
msgid "Write fields without conversion. Used with --batch."
393
393
msgstr "Write fields without conversion. Used with --batch."
395
#: client/drizzle.cc:1388
397
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
398
"option is enabled by default."
400
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
401
"option is enabled by default."
403
#: client/drizzle.cc:1390
405
"Be more silent. Print results with a tab as separator, each row on new line."
407
"Be more silent. Print results with a tab as separator, each row on new line."
409
#: client/drizzle.cc:1392
395
#: client/drizzle.cc:1521
397
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
398
"option is enabled by default."
400
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
401
"option is enabled by default."
403
#: client/drizzle.cc:1523
404
msgid "Shutdown the server."
407
#: client/drizzle.cc:1525
409
"Be more silent. Print results with a tab as separator, each row on new line."
411
"Be more silent. Print results with a tab as separator, each row on new line."
413
#: client/drizzle.cc:1527
410
414
msgid "Socket file to use for connection."
411
415
msgstr "Socket file to use for connection."
413
#: client/drizzle.cc:1395
417
#: client/drizzle.cc:1530
414
418
msgid "Output in table format."
415
419
msgstr "Output in table format."
417
#: client/drizzle.cc:1398
419
"Append everything into outfile. See interactive help (\\h) also. Does not "
420
"work in batch mode. Disable with --disable-tee. This option is disabled by "
423
"Append everything into outfile. See interactive help (\\h) also. Does not "
424
"work in batch mode. Disable with --disable-tee. This option is disabled by "
427
#: client/drizzle.cc:1400
429
"Disable outfile. See interactive help (\\h) also. WARNING: option "
430
"deprecated; use --disable-tee instead"
432
"Disable outfile. See interactive help (\\h) also. WARNING: option "
433
"deprecated; use --disable-tee instead"
435
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
421
#: client/drizzle.cc:1533
423
"Append everything into outfile. See interactive help (\\h) also. Does not "
424
"work in batch mode. Disable with --disable-tee. This option is disabled by "
427
"Append everything into outfile. See interactive help (\\h) also. Does not "
428
"work in batch mode. Disable with --disable-tee. This option is disabled by "
431
#: client/drizzle.cc:1535
433
"Disable outfile. See interactive help (\\h) also. WARNING: option "
434
"deprecated; use --disable-tee instead"
436
"Disable outfile. See interactive help (\\h) also. WARNING: option "
437
"deprecated; use --disable-tee instead"
439
#: client/drizzle.cc:1538
436
440
msgid "User for login if not current user."
437
441
msgstr "User for login if not current user."
439
#: client/drizzle.cc:1406
443
#: client/drizzle.cc:1541
440
444
msgid "Only allow UPDATE and DELETE that uses keys."
441
445
msgstr "Only allow UPDATE and DELETE that uses keys."
443
#: client/drizzle.cc:1409
447
#: client/drizzle.cc:1544
444
448
msgid "Synonym for option --safe-updates, -U."
445
449
msgstr "Synonym for option --safe-updates, -U."
447
#: client/drizzle.cc:1412
451
#: client/drizzle.cc:1547
448
452
msgid "Write more. (-v -v -v gives the table output format)."
449
453
msgstr "Write more. (-v -v -v gives the table output format)."
451
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
455
#: client/drizzle.cc:1549 drizzled/drizzled.cc:2238
452
456
msgid "Output version information and exit."
453
457
msgstr "Output version information and exit."
455
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
459
#: client/drizzle.cc:1551
456
460
msgid "Wait and retry if connection is down."
457
461
msgstr "Wait and retry if connection is down."
459
#: client/drizzle.cc:1419
463
#: client/drizzle.cc:1554
460
464
msgid "Number of seconds before connection timeout."
461
465
msgstr "Number of seconds before connection timeout."
463
#: client/drizzle.cc:1424
467
#: client/drizzle.cc:1559
464
468
msgid "Max length of input line"
467
#: client/drizzle.cc:1429
471
#: client/drizzle.cc:1564
468
472
msgid "Automatic limit for SELECT when using --safe-updates"
469
473
msgstr "Automatic limit for SELECT when using --safe-updates"
471
#: client/drizzle.cc:1434
475
#: client/drizzle.cc:1569
472
476
msgid "Automatic limit for rows in a join when using --safe-updates"
473
477
msgstr "Automatic limit for rows in a join when using --safe-updates"
475
#: client/drizzle.cc:1438
479
#: client/drizzle.cc:1573
476
480
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
477
481
msgstr "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
479
#: client/drizzle.cc:1443
483
#: client/drizzle.cc:1578
481
485
msgid "Number of lines before each import progress report."
482
486
msgstr "Number of seconds before connection timeout."
484
#: client/drizzle.cc:1454
488
#: client/drizzle.cc:1581
489
msgid "Ping the server to check if it's alive."
492
#: client/drizzle.cc:1591
486
494
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
487
495
msgstr "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
489
#: client/drizzle.cc:1461
497
#: client/drizzle.cc:1598
492
500
"Copyright (C) 2008 Sun Microsystems\n"
551
559
" You can turn off this feature to get a quicker startup with -A\n"
554
#: client/drizzle.cc:2438
562
#: client/drizzle.cc:2575
555
563
msgid "No connection. Trying to reconnect..."
556
564
msgstr "No connection. Trying to reconnect..."
558
#: client/drizzle.cc:2444
566
#: client/drizzle.cc:2581
559
567
msgid "Can't connect to the server\n"
560
568
msgstr "Can't connect to the server\n"
562
#: client/drizzle.cc:2523
570
#: client/drizzle.cc:2660
563
571
msgid "List of all Drizzle commands:"
564
572
msgstr "List of all Drizzle commands:"
566
#: client/drizzle.cc:2525
574
#: client/drizzle.cc:2662
567
575
msgid "Note that all text commands must be first on line and end with ';'"
568
576
msgstr "Note that all text commands must be first on line and end with ';'"
570
#: client/drizzle.cc:2580
578
#: client/drizzle.cc:2717
571
579
msgid "No query specified\n"
572
580
msgstr "No query specified\n"
574
#: client/drizzle.cc:2595
582
#: client/drizzle.cc:2732
575
583
msgid "Ignoring query to other database"
576
584
msgstr "Ignoring query to other database"
578
#: client/drizzle.cc:2645
586
#: client/drizzle.cc:2782
579
587
msgid "Empty set"
580
588
msgstr "Empty set"
582
#: client/drizzle.cc:2658
590
#: client/drizzle.cc:2795
584
592
msgid "%ld row in set"
585
593
msgid_plural "%ld rows in set"
586
594
msgstr[0] "%ld row in set"
587
595
msgstr[1] "%ld rows in set"
589
#: client/drizzle.cc:2667
597
#: client/drizzle.cc:2804
591
599
msgstr "Query OK"
593
#: client/drizzle.cc:2669
601
#: client/drizzle.cc:2806
595
603
msgid "Query OK, %ld row affected"
596
604
msgid_plural "Query OK, %ld rows affected"
597
605
msgstr[0] "Query OK, %ld row affected"
598
606
msgstr[1] "Query OK, %ld rows affected"
600
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
602
"Port number to use for connection or 0 for default to, in order of "
603
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
605
"Port number to use for connection or 0 for default to, in order of "
606
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
608
#: client/drizzleadmin.cc:88
609
msgid "Silently exit if one can't connect to server."
610
msgstr "Silently exit if one can't connect to server."
612
#: client/drizzleadmin.cc:94
613
msgid "Write more information."
614
msgstr "Write more information."
616
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
617
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
618
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
608
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
609
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
610
#: client/drizzletest.cc:4718
621
613
"Non-integer value supplied for port. If you are trying to enter a password "
622
614
"please use --password instead.\n"
625
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
626
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
627
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
617
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
618
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
619
#: client/drizzletest.cc:4726
629
621
msgid "Value supplied for port is not valid.\n"
632
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
634
msgid "Memory allocation error while copying password. Aborting.\n"
637
#: client/drizzleadmin.cc:330
640
"connect to server at '%s' failed\n"
643
"connect to server at '%s' failed\n"
646
#: client/drizzleadmin.cc:336
648
msgid "Check that drizzled is running on %s"
649
msgstr "Check that drizzled is running on %s"
651
#: client/drizzleadmin.cc:337
653
msgid " and that the port is %d.\n"
654
msgstr " and that the port is %d.\n"
656
#: client/drizzleadmin.cc:339
658
msgid "You can check this by doing 'telnet %s %d'\n"
659
msgstr "You can check this by doing 'telnet %s %d'\n"
661
#: client/drizzleadmin.cc:350
663
msgid "Got error: %s\n"
664
msgstr "Got error: %s\n"
666
#: client/drizzleadmin.cc:357
667
msgid "Waiting for Drizzle server to answer"
668
msgstr "Waiting for Drizzle server to answer"
670
#: client/drizzleadmin.cc:393
672
msgid "shutting down drizzled...\n"
673
msgstr "shutting down drizzled...\n"
675
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
676
#: client/drizzleadmin.cc:440
678
msgid "shutdown failed; error: '%s'"
679
msgstr "shutdown failed; error: '%s'"
681
#: client/drizzleadmin.cc:415
686
#: client/drizzleadmin.cc:424
687
msgid "drizzled is alive"
688
msgstr "drizzled is alive"
690
#: client/drizzleadmin.cc:433
691
msgid "connection was down, but drizzled is now alive"
692
msgstr "connection was down, but drizzled is now alive"
694
#: client/drizzleadmin.cc:446
696
msgid "drizzled doesn't answer to ping, error: '%s'"
697
msgstr "drizzled doesn't answer to ping, error: '%s'"
699
#: client/drizzleadmin.cc:456
701
msgid "Unknown command: '%-.60s'"
702
msgstr "Unknown command: '%-.60s'"
704
#: client/drizzleadmin.cc:465
706
msgid "%s Ver %s Distrib %s, for %s on %s\n"
707
msgstr "%s Ver %s Distrib %s, for %s on %s\n"
709
#: client/drizzleadmin.cc:472
710
msgid "Copyright (C) 2000-2008 MySQL AB"
711
msgstr "Copyright (C) 2000-2008 MySQL AB"
713
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
715
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
716
"and you are welcome to modify and redistribute it under the GPL license\n"
718
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
719
"and you are welcome to modify and redistribute it under the GPL license\n"
721
#: client/drizzleadmin.cc:474
722
msgid "Administration program for the drizzled daemon."
723
msgstr "Administration program for the drizzled daemon."
725
#: client/drizzleadmin.cc:475
727
msgid "Usage: %s [OPTIONS] command command....\n"
728
msgstr "Usage: %s [OPTIONS] command command....\n"
730
#: client/drizzleadmin.cc:477
732
" ping Check if server is down\n"
733
" shutdown Take server down\n"
735
" ping Check if server is down\n"
736
" shutdown Take server down\n"
738
624
#: client/drizzledump.cc:387
739
625
msgid "Number of rows before each output progress report (requires --verbose)."
1046
911
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1049
#: drizzled/drizzled.cc:908
914
#: drizzled/drizzled.cc:897
1051
916
msgid "Retrying bind on TCP/IP port %u"
1052
917
msgstr "Retrying bind on TCP/IP port %u"
1054
#: drizzled/drizzled.cc:914
919
#: drizzled/drizzled.cc:903
1055
920
msgid "Can't start server: Bind on TCP/IP port"
1056
921
msgstr "Can't start server: Bind on TCP/IP port"
1058
#: drizzled/drizzled.cc:915
923
#: drizzled/drizzled.cc:904
1060
925
msgid "Do you already have another drizzled server running on port: %d ?"
1061
926
msgstr "Do you already have another drizzled server running on port: %d ?"
1063
#: drizzled/drizzled.cc:921
928
#: drizzled/drizzled.cc:910
1064
929
msgid "Can't start server: listen() on TCP/IP port"
1065
930
msgstr "Can't start server: listen() on TCP/IP port"
1067
#: drizzled/drizzled.cc:922
932
#: drizzled/drizzled.cc:911
1069
934
msgid "listen() on TCP/IP failed with error %d"
1070
935
msgstr "listen() on TCP/IP failed with error %d"
1072
#: drizzled/drizzled.cc:1013
937
#: drizzled/drizzled.cc:1002
942
#: drizzled/drizzled.cc:1027
945
"We will try our best to scrape up some info that will hopefully help "
947
"the problem, but since we have already crashed, something is definitely "
949
"and this may fail.\n"
952
"We will try our best to scrape up some info that will hopefully help "
954
"the problem, but since we have already crashed, something is definitely "
956
"and this may fail.\n"
1077
959
#: drizzled/drizzled.cc:1038
1080
"We will try our best to scrape up some info that will hopefully help "
1082
"the problem, but since we have already crashed, something is definitely "
1084
"and this may fail.\n"
1087
"We will try our best to scrape up some info that will hopefully help "
1089
"the problem, but since we have already crashed, something is definitely "
1091
"and this may fail.\n"
1094
#: drizzled/drizzled.cc:1049
1097
"It is possible that drizzled could use up to \n"
1098
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1101
"Hope that's ok; if not, decrease some variables in the equation.\n"
1104
"It is possible that drizzled could use up to \n"
1105
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1108
"Hope that's ok; if not, decrease some variables in the equation.\n"
1111
#: drizzled/drizzled.cc:1066
1114
"Attempting backtrace. You can use the following information to find out\n"
1115
"where drizzled died. If you see no messages after this, something went\n"
1116
"terribly wrong...\n"
1118
"Attempting backtrace. You can use the following information to find out\n"
1119
"where drizzled died. If you see no messages after this, something went\n"
1120
"terribly wrong...\n"
1122
#: drizzled/drizzled.cc:1094
1125
"Trying to get some variables.\n"
1126
"Some pointers may be invalid and cause the dump to abort...\n"
1128
"Trying to get some variables.\n"
1129
"Some pointers may be invalid and cause the dump to abort...\n"
1131
#: drizzled/drizzled.cc:1106
962
"It is possible that drizzled could use up to \n"
963
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
966
"Hope that's ok; if not, decrease some variables in the equation.\n"
969
"It is possible that drizzled could use up to \n"
970
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
973
"Hope that's ok; if not, decrease some variables in the equation.\n"
976
#: drizzled/drizzled.cc:1055
979
"Attempting backtrace. You can use the following information to find out\n"
980
"where drizzled died. If you see no messages after this, something went\n"
981
"terribly wrong...\n"
983
"Attempting backtrace. You can use the following information to find out\n"
984
"where drizzled died. If you see no messages after this, something went\n"
985
"terribly wrong...\n"
987
#: drizzled/drizzled.cc:1083
990
"Trying to get some variables.\n"
991
"Some pointers may be invalid and cause the dump to abort...\n"
993
"Trying to get some variables.\n"
994
"Some pointers may be invalid and cause the dump to abort...\n"
996
#: drizzled/drizzled.cc:1095
1132
997
#, fuzzy, c-format
1147
1012
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1148
1013
"drizzled that is not statically linked.\n"
1150
#: drizzled/drizzled.cc:1121
1154
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1155
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1156
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1157
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1158
"the documentation for your distribution on how to do that.\n"
1161
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1162
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1163
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1164
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1165
"the documentation for your distribution on how to do that.\n"
1167
#: drizzled/drizzled.cc:1134
1171
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1172
"unreliable and unstable on some operating systems and operating-system\n"
1173
"versions (notably, some versions of Linux). This crash could be due to use\n"
1174
"of those buggy OS calls. You should consider whether you really need the\n"
1175
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1179
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1180
"unreliable and unstable on some operating systems and operating-system\n"
1181
"versions (notably, some versions of Linux). This crash could be due to use\n"
1182
"of those buggy OS calls. You should consider whether you really need the\n"
1183
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1186
#: drizzled/drizzled.cc:1149
1015
#: drizzled/drizzled.cc:1110
1019
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1020
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1021
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1022
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1023
"the documentation for your distribution on how to do that.\n"
1026
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1027
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1028
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1029
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1030
"the documentation for your distribution on how to do that.\n"
1032
#: drizzled/drizzled.cc:1123
1036
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1037
"unreliable and unstable on some operating systems and operating-system\n"
1038
"versions (notably, some versions of Linux). This crash could be due to use\n"
1039
"of those buggy OS calls. You should consider whether you really need the\n"
1040
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1044
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1045
"unreliable and unstable on some operating systems and operating-system\n"
1046
"versions (notably, some versions of Linux). This crash could be due to use\n"
1047
"of those buggy OS calls. You should consider whether you really need the\n"
1048
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1051
#: drizzled/drizzled.cc:1138
1188
1053
msgid "Writing a core file\n"
1189
1054
msgstr "Writing a core file\n"
1191
#: drizzled/drizzled.cc:1194
1056
#: drizzled/drizzled.cc:1183
1193
1058
"setrlimit could not change the size of core files to 'infinity'; We may not "
1194
1059
"be able to generate a core file on signals"
1227
1092
"%s: Too many arguments (first extra is '%s').\n"
1228
1093
"Use --verbose --help to get a list of available options\n"
1230
#: drizzled/drizzled.cc:1617
1095
#: drizzled/drizzled.cc:1592
1231
1096
msgid "Can't init databases"
1232
1097
msgstr "Can't init databases"
1234
#: drizzled/drizzled.cc:1637
1099
#: drizzled/drizzled.cc:1617
1236
1101
msgid "Unknown/unsupported table type: %s"
1237
1102
msgstr "Unknown/unsupported table type: %s"
1239
#: drizzled/drizzled.cc:1643
1104
#: drizzled/drizzled.cc:1623
1241
1106
msgid "Default storage engine (%s) is not available"
1242
1107
msgstr "Default storage engine (%s) is not available"
1244
#: drizzled/drizzled.cc:1674
1109
#: drizzled/drizzled.cc:1654
1246
1111
msgid "Failed to lock memory. Errno: %d\n"
1247
1112
msgstr "Failed to lock memory. Error: %d\n"
1249
#: drizzled/drizzled.cc:1736
1114
#: drizzled/drizzled.cc:1716
1250
1115
#, fuzzy, c-format
1251
1116
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1252
1117
msgstr "Asked for %u thread stack, but got %<PRIu64>"
1254
#: drizzled/drizzled.cc:1898
1119
#: drizzled/drizzled.cc:1877
1256
1121
msgid "drizzled: Got error %d from select"
1257
1122
msgstr "drizzled: Got error %d from select"
1259
#: drizzled/drizzled.cc:2072
1124
#: drizzled/drizzled.cc:2060
1260
1125
msgid "Auto-increment columns are incremented by this"
1261
1126
msgstr "Auto-increment columns are incremented by this"
1263
#: drizzled/drizzled.cc:2077
1265
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1268
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1271
#: drizzled/drizzled.cc:2083
1273
"Path to installation directory. All paths are usually resolved relative to "
1276
"Path to installation directory. All paths are usually resolved relative to "
1279
#: drizzled/drizzled.cc:2087
1128
#: drizzled/drizzled.cc:2065
1130
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1133
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1136
#: drizzled/drizzled.cc:2071
1138
"Path to installation directory. All paths are usually resolved relative to "
1141
"Path to installation directory. All paths are usually resolved relative to "
1144
#: drizzled/drizzled.cc:2075
1280
1145
msgid "IP address to bind to."
1281
1146
msgstr "IP address to bind to."
1283
#: drizzled/drizzled.cc:2091
1148
#: drizzled/drizzled.cc:2079
1284
1149
msgid "Set the filesystem character set."
1285
1150
msgstr "Set the filesystem character set."
1287
#: drizzled/drizzled.cc:2096
1152
#: drizzled/drizzled.cc:2084
1288
1153
msgid "Set the default character set."
1289
1154
msgstr "Set the default character set."
1291
#: drizzled/drizzled.cc:2100
1156
#: drizzled/drizzled.cc:2088
1292
1157
msgid "Chroot drizzled daemon during startup."
1293
1158
msgstr "Chroot drizzled daemon during start-up."
1295
#: drizzled/drizzled.cc:2104
1160
#: drizzled/drizzled.cc:2092
1296
1161
msgid "Set the default collation."
1297
1162
msgstr "Set the default collation."
1299
#: drizzled/drizzled.cc:2108
1164
#: drizzled/drizzled.cc:2096
1300
1165
msgid "Default completion type."
1301
1166
msgstr "Default completion type."
1303
#: drizzled/drizzled.cc:2113
1168
#: drizzled/drizzled.cc:2101
1304
1169
msgid "Write core on errors."
1305
1170
msgstr "Write core on errors."
1307
#: drizzled/drizzled.cc:2117
1172
#: drizzled/drizzled.cc:2105
1308
1173
msgid "Path to the database root."
1309
1174
msgstr "Path to the database root."
1311
#: drizzled/drizzled.cc:2121
1176
#: drizzled/drizzled.cc:2109
1312
1177
msgid "Set the default storage engine (table type) for tables."
1313
1178
msgstr "Set the default storage engine (table type) for tables."
1315
#: drizzled/drizzled.cc:2125
1180
#: drizzled/drizzled.cc:2113
1316
1181
msgid "Set the default time zone."
1317
1182
msgstr "Set the default time zone."
1319
#: drizzled/drizzled.cc:2129
1184
#: drizzled/drizzled.cc:2117
1320
1185
msgid "Type of DELAY_KEY_WRITE."
1321
1186
msgstr "Type of DELAY_KEY_WRITE."
1323
#: drizzled/drizzled.cc:2133
1188
#: drizzled/drizzled.cc:2121
1324
1189
msgid "Print a symbolic stack trace on failure."
1325
1190
msgstr "Print a symbolic stack trace on failure."
1327
#: drizzled/drizzled.cc:2139
1192
#: drizzled/drizzled.cc:2127
1328
1193
msgid "Push supported query conditions to the storage engine."
1329
1194
msgstr "Push supported query conditions to the storage engine."
1331
#: drizzled/drizzled.cc:2145
1196
#: drizzled/drizzled.cc:2133
1332
1197
msgid "Used for debugging; Use at your own risk!"
1333
1198
msgstr "Used for debugging; Use at your own risk!"
1335
#: drizzled/drizzled.cc:2150
1200
#: drizzled/drizzled.cc:2138
1336
1201
msgid "Set up signals usable for debugging"
1337
1202
msgstr "Set up signals usable for debugging"
1339
#: drizzled/drizzled.cc:2154
1340
msgid "Command(s) that are executed for each new connection"
1341
msgstr "Command(s) that are executed for each new connection"
1343
#: drizzled/drizzled.cc:2158
1344
msgid "Read SQL commands from this file at startup."
1345
msgstr "Read SQL commands from this file at startup."
1347
#: drizzled/drizzled.cc:2162
1204
#: drizzled/drizzled.cc:2142
1348
1205
msgid "(IGNORED)"
1349
1206
msgstr "(IGNORED)"
1351
#: drizzled/drizzled.cc:2166
1208
#: drizzled/drizzled.cc:2146
1352
1209
msgid "Set the language used for the month names and the days of the week."
1353
1210
msgstr "Set the language used for the month names and the days of the week."
1355
#: drizzled/drizzled.cc:2171
1212
#: drizzled/drizzled.cc:2151
1356
1213
msgid "Log connections and queries to file."
1357
1214
msgstr "Log connections and queries to file."
1359
#: drizzled/drizzled.cc:2175
1216
#: drizzled/drizzled.cc:2155
1360
1217
msgid "Log all MyISAM changes to file."
1361
1218
msgstr "Log all MyISAM changes to file."
1363
#: drizzled/drizzled.cc:2179
1220
#: drizzled/drizzled.cc:2159
1364
1221
msgid "Log some not critical warnings to the log file."
1365
1222
msgstr "Log some not critical warnings to the log file."
1367
#: drizzled/drizzled.cc:2184
1224
#: drizzled/drizzled.cc:2164
1368
1225
msgid "Lock drizzled in memory."
1369
1226
msgstr "Lock drizzled in memory."
1371
#: drizzled/drizzled.cc:2188
1228
#: drizzled/drizzled.cc:2168
1373
1230
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1374
1231
"BACKUP, FORCE or QUICK."
1376
1233
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1377
1234
"BACKUP, FORCE or QUICK."
1379
#: drizzled/drizzled.cc:2193
1236
#: drizzled/drizzled.cc:2173
1380
1237
msgid "Use old, non-optimized alter table."
1381
1238
msgstr "Use old, non-optimised alter table."
1383
#: drizzled/drizzled.cc:2198
1240
#: drizzled/drizzled.cc:2178
1384
1241
msgid "Pid file used by safe_mysqld."
1385
1242
msgstr "Pid file used by safe_mysqld."
1387
#: drizzled/drizzled.cc:2208
1389
"Maximum time in seconds to wait for the port to become free. (Default: no "
1392
"Maximum time in seconds to wait for the port to become free. (Default: no "
1395
#: drizzled/drizzled.cc:2213
1397
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1398
"specified directory"
1400
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1401
"specified directory"
1403
#: drizzled/drizzled.cc:2218
1405
"Uniquely identifies the server instance in the community of replication "
1408
"Uniquely identifies the server instance in the community of replication "
1411
#: drizzled/drizzled.cc:2223
1244
#: drizzled/drizzled.cc:2182
1246
"Port number to use for connection or 0 for default to, in order of "
1247
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1249
"Port number to use for connection or 0 for default to, in order of "
1250
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1252
#: drizzled/drizzled.cc:2188
1254
"Maximum time in seconds to wait for the port to become free. (Default: no "
1257
"Maximum time in seconds to wait for the port to become free. (Default: no "
1260
#: drizzled/drizzled.cc:2193
1262
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1263
"specified directory"
1265
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1266
"specified directory"
1268
#: drizzled/drizzled.cc:2198
1270
"Uniquely identifies the server instance in the community of replication "
1273
"Uniquely identifies the server instance in the community of replication "
1276
#: drizzled/drizzled.cc:2203
1412
1277
msgid "Don't print a stack trace on failure."
1413
1278
msgstr "Don't print a stack trace on failure."
1415
#: drizzled/drizzled.cc:2227
1280
#: drizzled/drizzled.cc:2207
1416
1281
msgid "Enable symbolic link support."
1417
1282
msgstr "Enable symbolic link support."
1419
#: drizzled/drizzled.cc:2236
1421
"Using this option will cause most temporary files created to use a small set "
1422
"of names, rather than a unique name for each new file."
1424
"Using this option will cause most temporary files created to use a small set "
1425
"of names, rather than a unique name for each new file."
1427
#: drizzled/drizzled.cc:2241
1429
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1431
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1433
#: drizzled/drizzled.cc:2246
1284
#: drizzled/drizzled.cc:2216
1286
"Using this option will cause most temporary files created to use a small set "
1287
"of names, rather than a unique name for each new file."
1289
"Using this option will cause most temporary files created to use a small set "
1290
"of names, rather than a unique name for each new file."
1292
#: drizzled/drizzled.cc:2221
1294
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1296
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1298
#: drizzled/drizzled.cc:2226
1434
1299
msgid "Path for temporary files."
1437
#: drizzled/drizzled.cc:2250
1302
#: drizzled/drizzled.cc:2230
1438
1303
msgid "Default transaction isolation level."
1439
1304
msgstr "Default transaction isolation level."
1441
#: drizzled/drizzled.cc:2254
1306
#: drizzled/drizzled.cc:2234
1442
1307
msgid "Run drizzled daemon as user."
1443
1308
msgstr "Run drizzled daemon as user."
1445
#: drizzled/drizzled.cc:2262
1310
#: drizzled/drizzled.cc:2242
1447
1312
"The number of outstanding connection requests Drizzle can have. This comes "
1448
1313
"into play when the main Drizzle thread gets very many connection requests in "
1659
1524
"plugin is identified by the name of the shared library. [for example: --"
1660
1525
"plugin_load=libmd5udf.so:libauth_pam.so]"
1662
#: drizzled/drizzled.cc:2450
1527
#: drizzled/drizzled.cc:2430
1663
1528
msgid "The size of the buffer that is allocated when preloading indexes"
1664
1529
msgstr "The size of the buffer that is allocated when pre-loading indexes"
1666
#: drizzled/drizzled.cc:2455
1531
#: drizzled/drizzled.cc:2435
1532
msgid "Select protocol to be used (by default oldlibdrizzle)."
1535
#: drizzled/drizzled.cc:2439
1667
1536
msgid "Allocation block size for query parsing and execution"
1668
1537
msgstr "Allocation block size for query parsing and execution"
1670
#: drizzled/drizzled.cc:2460
1539
#: drizzled/drizzled.cc:2444
1671
1540
msgid "Persistent buffer for query parsing and execution"
1672
1541
msgstr "Persistent buffer for query parsing and execution"
1674
#: drizzled/drizzled.cc:2466
1543
#: drizzled/drizzled.cc:2450
1675
1544
msgid "Allocation block size for storing ranges during optimization"
1676
1545
msgstr "Allocation block size for storing ranges during optimisation"
1547
#: drizzled/drizzled.cc:2456
1549
"Each thread that does a sequential scan allocates a buffer of this size for "
1550
"each table it scans. If you do many sequential scans, you may want to "
1551
"increase this value."
1553
"Each thread that does a sequential scan allocates a buffer of this size for "
1554
"each table it scans. If you do many sequential scans, you may want to "
1555
"increase this value."
1557
#: drizzled/drizzled.cc:2464
1559
"When reading rows in sorted order after a sort, the rows are read through "
1560
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1563
"When reading rows in sorted order after a sort, the rows are read through "
1564
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1678
1567
#: drizzled/drizzled.cc:2472
1680
"Each thread that does a sequential scan allocates a buffer of this size for "
1681
"each table it scans. If you do many sequential scans, you may want to "
1682
"increase this value."
1684
"Each thread that does a sequential scan allocates a buffer of this size for "
1685
"each table it scans. If you do many sequential scans, you may want to "
1686
"increase this value."
1688
#: drizzled/drizzled.cc:2480
1690
"When reading rows in sorted order after a sort, the rows are read through "
1691
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1694
"When reading rows in sorted order after a sort, the rows are read through "
1695
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1698
#: drizzled/drizzled.cc:2488
1699
1568
msgid "Select scheduler to be used (by default pool-of-threads)."
1702
#: drizzled/drizzled.cc:2492
1571
#: drizzled/drizzled.cc:2476
1703
1572
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1704
1573
msgstr "Each thread that needs to do a sort allocates a buffer of this size."
1706
#: drizzled/drizzled.cc:2498
1575
#: drizzled/drizzled.cc:2482
1707
1576
msgid "The number of cached table definitions."
1708
1577
msgstr "The number of cached table definitions."
1710
#: drizzled/drizzled.cc:2502
1579
#: drizzled/drizzled.cc:2486
1711
1580
msgid "The number of cached open tables."
1712
1581
msgstr "The number of cached open tables."
1714
#: drizzled/drizzled.cc:2506
1583
#: drizzled/drizzled.cc:2490
1716
1585
"Timeout in seconds to wait for a table level lock before returning an error. "
1717
1586
"Used only if the connection has active cursors."
5320
5189
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5323
#: drizzled/handler.cc:1047
5192
#: drizzled/plugin/storage_engine.cc:393
5324
5193
msgid "Crash recovery finished."
5327
#. TRANSLATORS: The leading word "logging" is the name
5328
#. of the plugin api, and so should not be translated.
5329
#: drizzled/logging.cc:56
5331
msgid "logging plugin '%s' deinit() failed"
5334
#: drizzled/logging.cc:77
5336
msgid "logging plugin '%s' pre() failed"
5337
msgstr "configvar plugin '%s' deinit() failed"
5339
#: drizzled/logging.cc:108
5341
msgid "logging plugin '%s' post() failed"
5342
msgstr "configvar plugin '%s' init() failed"
5344
#. TRANSLATORS: The leading word "parser" is the name
5345
#. of the plugin api, and so should not be translated.
5346
#: drizzled/parser.cc:42
5348
msgid "parser plugin '%s' init() failed"
5351
#. TRANSLATORS: The leading word "parser" is the name
5352
#. of the plugin api, and so should not be translated.
5353
#: drizzled/parser.cc:66
5355
msgid "parser plugin '%s' deinit() failed"
5358
#. TRANSLATORS: The leading word "parser" is the name
5359
#. of the plugin api, and so should not be translated.
5360
#: drizzled/parser.cc:103
5362
msgid "parser plugin '%s' parser_func1() failed"
5365
#. TRANSLATORS: The leading word "parser" is the name
5366
#. of the plugin api, and so should not be translated.
5367
#: drizzled/parser.cc:157
5369
msgid "parser plugin '%s' parser_func2() failed"
5372
#: drizzled/qcache.cc:38
5374
msgid "qcache plugin '%s' init() failed"
5377
#: drizzled/qcache.cc:59
5379
msgid "qcache plugin '%s' deinit() failed"
5382
#: drizzled/qcache.cc:104
5196
#: drizzled/qcache.cc:63
5383
5197
#, fuzzy, c-format
5384
5198
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5385
5199
msgstr "configvar plugin '%s' deinit() failed"
5387
#: drizzled/qcache.cc:121
5201
#: drizzled/qcache.cc:86
5388
5202
#, fuzzy, c-format
5389
5203
msgid "qcache plugin '%s' set() failed"
5390
5204
msgstr "configvar plugin '%s' deinit() failed"
5392
#: drizzled/qcache.cc:140
5206
#: drizzled/qcache.cc:110
5393
5207
#, fuzzy, c-format
5394
5208
msgid "qcache plugin '%s' invalidate_table() failed"
5395
5209
msgstr "configvar plugin '%s' init() failed"
5397
#: drizzled/qcache.cc:159
5211
#: drizzled/qcache.cc:137
5398
5212
#, fuzzy, c-format
5399
5213
msgid "qcache plugin '%s' invalidate_db() failed"
5400
5214
msgstr "configvar plugin '%s' init() failed"
5402
#: drizzled/qcache.cc:177
5216
#: drizzled/qcache.cc:157
5403
5217
#, fuzzy, c-format
5404
5218
msgid "qcache plugin '%s' flush() failed"
5405
5219
msgstr "configvar plugin '%s' init() failed"
5407
#: drizzled/replicator.cc:36
5409
msgid "replicator plugin '%s' init() failed"
5410
msgstr "configvar plugin '%s' init() failed"
5412
#: drizzled/replicator.cc:58
5414
msgid "replicator plugin '%s' deinit() failed"
5415
msgstr "configvar plugin '%s' deinit() failed"
5417
#: drizzled/replicator.cc:81
5419
msgid "replicator plugin '%s' session_init() failed"
5420
msgstr "configvar plugin '%s' deinit() failed"
5422
#: drizzled/replicator.cc:152
5424
msgid "replicator plugin '%s' row_insert() failed"
5425
msgstr "configvar plugin '%s' init() failed"
5427
#: drizzled/replicator.cc:168
5429
msgid "replicator plugin '%s' row_update() failed"
5430
msgstr "configvar plugin '%s' deinit() failed"
5432
#: drizzled/replicator.cc:183
5434
msgid "replicator plugin '%s' row_delete() failed"
5435
msgstr "configvar plugin '%s' deinit() failed"
5437
#: drizzled/replicator.cc:270
5439
msgid "replicator plugin '%s' end_transaction() failed"
5440
msgstr "configvar plugin '%s' deinit() failed"
5442
#: drizzled/replicator.cc:328
5444
msgid "replicator plugin '%s' statement() failed"
5445
msgstr "configvar plugin '%s' deinit() failed"
5447
#: drizzled/scheduling.cc:57
5449
msgid "scheduling plugin '%s' init() failed"
5452
#: drizzled/scheduling.cc:80
5454
msgid "scheduling plugin '%s' deinit() failed"
5457
#: drizzled/sql_base.cc:2295
5221
#: drizzled/scheduling.cc:63
5222
msgid "Scheduler initialization failed."
5225
#: drizzled/sql_base.cc:2300
5459
5227
msgid "Table %s had a open data handler in reopen_table"
5462
#: drizzled/sql_base.cc:2943
5230
#: drizzled/sql_base.cc:2948
5464
5232
msgid "Couldn't repair table: %s.%s"
5467
#: drizzled/sql_base.cc:2985
5235
#: drizzled/sql_base.cc:2990
5470
5238
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5471
5239
"s`.`%s`' to replication"
5474
#: drizzled/sql_base.cc:3588
5242
#: drizzled/sql_base.cc:3593
5476
5244
msgid "Could not remove temporary table: '%s', error: %d"
5479
#: drizzled/sql_plugin.cc:645
5481
msgid "Plugin '%s' of type %s failed deinitialization"
5484
#: drizzled/sql_plugin.cc:688
5486
msgid "Plugin '%s' registration as a %s failed."
5489
#: drizzled/sql_plugin.cc:889
5247
#: drizzled/sql_plugin.cc:522
5249
msgid "Plugin '%s' init function returned error."
5250
msgstr "Plugin '%s' init function returned error."
5252
#: drizzled/sql_plugin.cc:701
5490
5253
msgid "plugin-load parameter too long"
5493
#: drizzled/sql_plugin.cc:949
5256
#: drizzled/sql_plugin.cc:761
5495
5258
msgid "Couldn't load plugin named '%s' with soname '%s'."
5498
#: drizzled/sql_plugin.cc:1347
5261
#: drizzled/sql_plugin.cc:1101
5500
5263
msgid "Out of memory."
5501
5264
msgstr "Out of memory"
5503
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
5266
#: drizzled/sql_plugin.cc:1940 drizzled/sql_plugin.cc:2003
5505
5268
msgid "Unknown variable type code 0x%x in plugin '%s'."
5508
#: drizzled/sql_plugin.cc:2231
5271
#: drizzled/sql_plugin.cc:1983
5511
5274
"Server variable %s of plugin %s was forced to be read-only: string variable "
5512
5275
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5515
#: drizzled/sql_plugin.cc:2262
5278
#: drizzled/sql_plugin.cc:2014
5517
5280
msgid "Missing variable name in plugin '%s'."
5520
#: drizzled/sql_plugin.cc:2279
5283
#: drizzled/sql_plugin.cc:2031
5522
5285
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5525
#: drizzled/sql_plugin.cc:2397
5288
#: drizzled/sql_plugin.cc:2149
5527
5290
msgid "Out of memory for plugin '%s'."
5530
#: drizzled/sql_plugin.cc:2404
5293
#: drizzled/sql_plugin.cc:2156
5532
5295
msgid "Bad options for plugin '%s'."
5535
#: drizzled/sql_plugin.cc:2413
5298
#: drizzled/sql_plugin.cc:2165
5537
5300
msgid "Parsing options for plugin '%s' failed."
5540
#: drizzled/sql_plugin.cc:2456
5303
#: drizzled/sql_plugin.cc:2208
5542
5305
msgid "Plugin '%s' has conflicting system variables"
5545
#: drizzled/sql_table.cc:130
5308
#: drizzled/sql_table.cc:131
5547
5310
msgid "Invalid (old?) table or database name '%s'"
5550
#: drizzled/sql_table.cc:2687
5313
#: drizzled/sql_table.cc:2688
5552
5315
msgid "Unknown - internal error %d during operation"
5555
#: drizzled/sql_table.cc:4955
5318
#: drizzled/sql_table.cc:4956
5557
5320
msgid "Could not open table %s.%s after rename\n"
5560
#: drizzled/sql_table.cc:5135
5323
#: drizzled/sql_table.cc:5136
5563
5326
"order_st BY ignored because there is a user-defined clustered index in the "
5564
5327
"table '%-.192s'"
5567
#: drizzled/sql_udf.cc:82
5569
msgid "Plugin '%s' init function returned error %d."
5570
msgstr "Plugin '%s' init function returned error."
5572
#: drizzled/table.cc:482
5330
#: drizzled/table.cc:483
5575
5333
"'%s' had no or invalid character set, and default character set is multi-"
5576
5334
"byte, so character column sizes may have changed"
5579
#: drizzled/table.cc:2297
5337
#: drizzled/table.cc:2287
5581
5339
msgid "Unknown collation '%s' in table '%-.64s' definition"
5584
#: drizzled/table.cc:2304
5342
#: drizzled/table.cc:2294
5585
5343
#, fuzzy, c-format
5587
5345
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5589
5347
msgstr "Table '%-.192s' was locked with a READ lock and can't be updated"
5591
#: drizzled/table.cc:2768
5349
#: drizzled/table.cc:2753
5594
5352
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5598
#: drizzled/table.cc:2795
5356
#: drizzled/table.cc:2780
5601
5359
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5602
5360
"have type %s, found type %s."
5605
#: drizzled/table.cc:2806
5363
#: drizzled/table.cc:2791
5608
5366
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5609
5367
"position %d to have character set '%s' but the type has no character set."
5612
#: drizzled/table.cc:2818
5370
#: drizzled/table.cc:2803
5615
5373
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5616
5374
"position %d to have character set '%s' but found character set '%s'."
5619
#: drizzled/table.cc:2831
5377
#: drizzled/table.cc:2816
5622
5380
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5623
5381
"have type %s but the column is not found."
5626
#: drizzled/table.cc:4948
5384
#: drizzled/table.cc:4931
5628
5386
msgid "Got error %d when reading table '%s'"
5690
5448
msgid "%s: option `-W %s' doesn't allow an argument\n"
5693
#: libdrizzleclient/errmsg.cc:28
5694
msgid "Unknown Drizzle error"
5695
msgstr "Unknown Drizzle error"
5697
#: libdrizzleclient/errmsg.cc:29
5699
msgid "Can't create UNIX socket (%d)"
5700
msgstr "Can't create UNIX socket (%d)"
5702
#: libdrizzleclient/errmsg.cc:30
5704
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5705
msgstr "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5707
#: libdrizzleclient/errmsg.cc:31
5709
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5710
msgstr "Can't connect to Drizzle server on '%-.100s' (%d)"
5712
#: libdrizzleclient/errmsg.cc:32
5714
msgid "Can't create TCP/IP socket (%d)"
5715
msgstr "Can't create TCP/IP socket (%d)"
5717
#: libdrizzleclient/errmsg.cc:33
5719
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5720
msgstr "Unknown Drizzle server host '%-.100s' (%d)"
5722
#: libdrizzleclient/errmsg.cc:34
5723
msgid "Drizzle server has gone away"
5724
msgstr "Drizzle server has gone away"
5726
#: libdrizzleclient/errmsg.cc:35
5728
msgid "Protocol mismatch; server version = %d, client version = %d"
5729
msgstr "Protocol mismatch; server version = %d, client version = %d"
5731
#: libdrizzleclient/errmsg.cc:36
5732
msgid "Drizzle client ran out of memory"
5733
msgstr "Drizzle client ran out of memory"
5735
#: libdrizzleclient/errmsg.cc:37
5736
msgid "Wrong host info"
5737
msgstr "Wrong host info"
5739
#: libdrizzleclient/errmsg.cc:38
5740
msgid "Localhost via UNIX socket"
5741
msgstr "Localhost via UNIX socket"
5743
#: libdrizzleclient/errmsg.cc:39
5745
msgid "%-.100s via TCP/IP"
5746
msgstr "%-.100s via TCP/IP"
5748
#: libdrizzleclient/errmsg.cc:40
5749
msgid "Error in server handshake"
5750
msgstr "Error in server handshake"
5752
#: libdrizzleclient/errmsg.cc:41
5753
msgid "Lost connection to Drizzle server during query"
5754
msgstr "Lost connection to Drizzle server during query"
5756
#: libdrizzleclient/errmsg.cc:42
5757
msgid "Commands out of sync; you can't run this command now"
5758
msgstr "Commands out of sync; you can't run this command now"
5760
#: libdrizzleclient/errmsg.cc:43
5762
msgid "Named pipe: %-.32s"
5763
msgstr "Named pipe: %-.32s"
5765
#: libdrizzleclient/errmsg.cc:44
5767
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5768
msgstr "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5770
#: libdrizzleclient/errmsg.cc:45
5772
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5773
msgstr "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5775
#: libdrizzleclient/errmsg.cc:46
5777
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5778
msgstr "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5780
#: libdrizzleclient/errmsg.cc:47
5782
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5783
msgstr "Can't initialize character set %-.32s (path: %-.100s)"
5785
#: libdrizzleclient/errmsg.cc:48
5786
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5787
msgstr "Got packet bigger than 'max_allowed_packet' bytes"
5789
#: libdrizzleclient/errmsg.cc:49
5790
msgid "Embedded server"
5791
msgstr "Embedded server"
5793
#: libdrizzleclient/errmsg.cc:50
5794
msgid "Error on SHOW SLAVE STATUS:"
5795
msgstr "Error on SHOW SLAVE STATUS:"
5797
#: libdrizzleclient/errmsg.cc:51
5798
msgid "Error on SHOW SLAVE HOSTS:"
5799
msgstr "Error on SHOW SLAVE HOSTS:"
5801
#: libdrizzleclient/errmsg.cc:52
5802
msgid "Error connecting to slave:"
5803
msgstr "Error connecting to slave:"
5805
#: libdrizzleclient/errmsg.cc:53
5806
msgid "Error connecting to master:"
5807
msgstr "Error connecting to master:"
5809
#: libdrizzleclient/errmsg.cc:54
5810
msgid "SSL connection error"
5811
msgstr "SSL connection error"
5813
#: libdrizzleclient/errmsg.cc:55
5814
msgid "Malformed packet"
5815
msgstr "Malformed packet"
5817
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5818
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5819
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5820
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5821
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5822
msgid "(unused error message)"
5823
msgstr "(unused error message)"
5825
#: libdrizzleclient/errmsg.cc:57
5826
msgid "Invalid use of null pointer"
5827
msgstr "Invalid use of null pointer"
5829
#: libdrizzleclient/errmsg.cc:58
5830
msgid "Statement not prepared"
5831
msgstr "Statement not prepared"
5833
#: libdrizzleclient/errmsg.cc:59
5834
msgid "No data supplied for parameters in prepared statement"
5835
msgstr "No data supplied for parameters in prepared statement"
5837
#: libdrizzleclient/errmsg.cc:60
5838
msgid "Data truncated"
5839
msgstr "Data truncated"
5841
#: libdrizzleclient/errmsg.cc:61
5842
msgid "No parameters exist in the statement"
5843
msgstr "No parameters exist in the statement"
5845
#: libdrizzleclient/errmsg.cc:62
5846
msgid "Invalid parameter number"
5847
msgstr "Invalid parameter number"
5849
#: libdrizzleclient/errmsg.cc:63
5852
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5854
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5856
#: libdrizzleclient/errmsg.cc:65
5858
msgid "Using unsupported buffer type: %d (parameter: %d)"
5859
msgstr "Using unsupported buffer type: %d (parameter: %d)"
5861
#: libdrizzleclient/errmsg.cc:66
5863
msgid "Shared memory: %-.100s"
5864
msgstr "Shared memory: %-.100s"
5866
#: libdrizzleclient/errmsg.cc:76
5867
msgid "Wrong or unknown protocol"
5868
msgstr "Wrong or unknown protocol"
5870
#: libdrizzleclient/errmsg.cc:77
5871
msgid "Invalid connection handle"
5872
msgstr "Invalid connection handle"
5874
#: libdrizzleclient/errmsg.cc:78
5876
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5877
"option 'secure_auth' enabled)"
5879
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5880
"option 'secure_auth' enabled)"
5882
#: libdrizzleclient/errmsg.cc:80
5883
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5884
msgstr "Row retrieval was cancelled by drizzle_stmt_close() call"
5886
#: libdrizzleclient/errmsg.cc:81
5887
msgid "Attempt to read column without prior row fetch"
5888
msgstr "Attempt to read column without prior row fetch"
5890
#: libdrizzleclient/errmsg.cc:82
5891
msgid "Prepared statement contains no metadata"
5892
msgstr "Prepared statement contains no metadata"
5894
#: libdrizzleclient/errmsg.cc:83
5896
"Attempt to read a row while there is no result set associated with the "
5899
"Attempt to read a row while there is no result set associated with the "
5902
#: libdrizzleclient/errmsg.cc:85
5903
msgid "This feature is not implemented yet"
5904
msgstr "This feature is not implemented yet"
5906
#: libdrizzleclient/errmsg.cc:86
5909
"Lost connection to Drizzle server while waiting for initial communication "
5910
"packet, system error: %d"
5912
"Lost connection to Drizzle server while waiting for initial communication "
5913
"packet, system error: %d"
5915
#: libdrizzleclient/errmsg.cc:88
5918
"Lost connection to Drizzle server while reading initial communication "
5919
"packet, system error: %d"
5921
"Lost connection to Drizzle server while reading initial communication "
5922
"packet, system error: %d"
5924
#: libdrizzleclient/errmsg.cc:90
5927
"Lost connection to Drizzle server while sending authentication information, "
5930
"Lost connection to Drizzle server while sending authentication information, "
5933
#: libdrizzleclient/errmsg.cc:92
5936
"Lost connection to Drizzle server while reading authorization information, "
5939
"Lost connection to Drizzle server while reading authorization information, "
5942
#: libdrizzleclient/errmsg.cc:94
5945
"Lost connection to Drizzle server while setting initial database, system "
5948
"Lost connection to Drizzle server while setting initial database, system "
5951
#: libdrizzleclient/errmsg.cc:96
5953
msgid "Statement closed indirectly because of a preceding %s() call"
5954
msgstr "Statement closed indirectly because of a preceding %s() call"
5956
5451
#: mysys/errors.cc:25
5958
5453
msgid "Can't create/write to file '%s' (Errcode: %d)"
6210
5705
msgid "Log queries to a Gearman server"
6211
5706
msgstr "Log connections and queries to file."
6213
#: plugin/logging_query/logging_query.cc:275
5708
#: plugin/logging_query/logging_query.cc:278
6215
5710
msgid "fail open() fn=%s er=%s\n"
6218
#: plugin/logging_query/logging_query.cc:313
5713
#: plugin/logging_query/logging_query.cc:317
6220
5715
msgid "Enable logging to CSV file"
6221
5716
msgstr "Row-based binlogging of row failed"
6223
#: plugin/logging_query/logging_query.cc:322
5718
#: plugin/logging_query/logging_query.cc:326
6224
5719
msgid "File to log to"
6227
#: plugin/logging_query/logging_query.cc:331
6228
#: plugin/logging_syslog/logging_syslog.cc:246
5722
#: plugin/logging_query/logging_query.cc:335
5723
#: plugin/logging_syslog/logging_syslog.cc:248
6229
5724
msgid "Threshold for logging slow queries, in microseconds"
6232
#: plugin/logging_query/logging_query.cc:343
6233
#: plugin/logging_syslog/logging_syslog.cc:258
5727
#: plugin/logging_query/logging_query.cc:347
5728
#: plugin/logging_syslog/logging_syslog.cc:260
6234
5729
msgid "Threshold for logging big queries, for rows returned"
6237
#: plugin/logging_query/logging_query.cc:355
6238
#: plugin/logging_syslog/logging_syslog.cc:270
5732
#: plugin/logging_query/logging_query.cc:359
5733
#: plugin/logging_syslog/logging_syslog.cc:272
6239
5734
msgid "Threshold for logging big queries, for rows examined"
6242
#: plugin/logging_query/logging_query.cc:378
5737
#: plugin/logging_query/logging_query.cc:381
6244
5739
msgid "Log queries to a CSV file"
6245
5740
msgstr "Log connections and queries to file."
6247
#: plugin/logging_syslog/logging_syslog.cc:167
5742
#: plugin/logging_syslog/logging_syslog.cc:169
6249
5744
msgid "syslog facility \"%s\" not known, using \"local0\""
6252
#: plugin/logging_syslog/logging_syslog.cc:184
5747
#: plugin/logging_syslog/logging_syslog.cc:186
6254
5749
msgid "syslog priority \"%s\" not known, using \"info\""
6257
#: plugin/logging_syslog/logging_syslog.cc:210
5752
#: plugin/logging_syslog/logging_syslog.cc:212
6258
5753
msgid "Enable logging"
6261
#: plugin/logging_syslog/logging_syslog.cc:219
5756
#: plugin/logging_syslog/logging_syslog.cc:221
6262
5757
msgid "Syslog Ident"
6265
#: plugin/logging_syslog/logging_syslog.cc:228
5760
#: plugin/logging_syslog/logging_syslog.cc:230
6266
5761
msgid "Syslog Facility"
6269
#: plugin/logging_syslog/logging_syslog.cc:237
5764
#: plugin/logging_syslog/logging_syslog.cc:239
6270
5765
msgid "Syslog Priority"
6273
#: plugin/logging_syslog/logging_syslog.cc:295
5768
#: plugin/logging_syslog/logging_syslog.cc:296
6274
5769
msgid "Log to syslog"
6277
#: plugin/multi_thread/multi_thread.cc:120
5772
#: plugin/multi_thread/multi_thread.cc:133
6278
5773
msgid "Maximum number of user threads available."
6281
#: plugin/pool_of_threads/pool_of_threads.cc:205
5776
#: plugin/oldlibdrizzle/errmsg.cc:28
5777
msgid "Unknown Drizzle error"
5778
msgstr "Unknown Drizzle error"
5780
#: plugin/oldlibdrizzle/errmsg.cc:29
5782
msgid "Can't create UNIX socket (%d)"
5783
msgstr "Can't create UNIX socket (%d)"
5785
#: plugin/oldlibdrizzle/errmsg.cc:30
5787
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5788
msgstr "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5790
#: plugin/oldlibdrizzle/errmsg.cc:31
5792
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5793
msgstr "Can't connect to Drizzle server on '%-.100s' (%d)"
5795
#: plugin/oldlibdrizzle/errmsg.cc:32
5797
msgid "Can't create TCP/IP socket (%d)"
5798
msgstr "Can't create TCP/IP socket (%d)"
5800
#: plugin/oldlibdrizzle/errmsg.cc:33
5802
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5803
msgstr "Unknown Drizzle server host '%-.100s' (%d)"
5805
#: plugin/oldlibdrizzle/errmsg.cc:34
5806
msgid "Drizzle server has gone away"
5807
msgstr "Drizzle server has gone away"
5809
#: plugin/oldlibdrizzle/errmsg.cc:35
5811
msgid "Protocol mismatch; server version = %d, client version = %d"
5812
msgstr "Protocol mismatch; server version = %d, client version = %d"
5814
#: plugin/oldlibdrizzle/errmsg.cc:36
5815
msgid "Drizzle client ran out of memory"
5816
msgstr "Drizzle client ran out of memory"
5818
#: plugin/oldlibdrizzle/errmsg.cc:37
5819
msgid "Wrong host info"
5820
msgstr "Wrong host info"
5822
#: plugin/oldlibdrizzle/errmsg.cc:38
5823
msgid "Localhost via UNIX socket"
5824
msgstr "Localhost via UNIX socket"
5826
#: plugin/oldlibdrizzle/errmsg.cc:39
5828
msgid "%-.100s via TCP/IP"
5829
msgstr "%-.100s via TCP/IP"
5831
#: plugin/oldlibdrizzle/errmsg.cc:40
5832
msgid "Error in server handshake"
5833
msgstr "Error in server handshake"
5835
#: plugin/oldlibdrizzle/errmsg.cc:41
5836
msgid "Lost connection to Drizzle server during query"
5837
msgstr "Lost connection to Drizzle server during query"
5839
#: plugin/oldlibdrizzle/errmsg.cc:42
5840
msgid "Commands out of sync; you can't run this command now"
5841
msgstr "Commands out of sync; you can't run this command now"
5843
#: plugin/oldlibdrizzle/errmsg.cc:43
5845
msgid "Named pipe: %-.32s"
5846
msgstr "Named pipe: %-.32s"
5848
#: plugin/oldlibdrizzle/errmsg.cc:44
5850
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5851
msgstr "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5853
#: plugin/oldlibdrizzle/errmsg.cc:45
5855
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5856
msgstr "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5858
#: plugin/oldlibdrizzle/errmsg.cc:46
5860
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5861
msgstr "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5863
#: plugin/oldlibdrizzle/errmsg.cc:47
5865
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5866
msgstr "Can't initialize character set %-.32s (path: %-.100s)"
5868
#: plugin/oldlibdrizzle/errmsg.cc:48
5869
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5870
msgstr "Got packet bigger than 'max_allowed_packet' bytes"
5872
#: plugin/oldlibdrizzle/errmsg.cc:49
5873
msgid "Embedded server"
5874
msgstr "Embedded server"
5876
#: plugin/oldlibdrizzle/errmsg.cc:50
5877
msgid "Error on SHOW SLAVE STATUS:"
5878
msgstr "Error on SHOW SLAVE STATUS:"
5880
#: plugin/oldlibdrizzle/errmsg.cc:51
5881
msgid "Error on SHOW SLAVE HOSTS:"
5882
msgstr "Error on SHOW SLAVE HOSTS:"
5884
#: plugin/oldlibdrizzle/errmsg.cc:52
5885
msgid "Error connecting to slave:"
5886
msgstr "Error connecting to slave:"
5888
#: plugin/oldlibdrizzle/errmsg.cc:53
5889
msgid "Error connecting to master:"
5890
msgstr "Error connecting to master:"
5892
#: plugin/oldlibdrizzle/errmsg.cc:54
5893
msgid "SSL connection error"
5894
msgstr "SSL connection error"
5896
#: plugin/oldlibdrizzle/errmsg.cc:55
5897
msgid "Malformed packet"
5898
msgstr "Malformed packet"
5900
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5901
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5902
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5903
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5904
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5905
msgid "(unused error message)"
5906
msgstr "(unused error message)"
5908
#: plugin/oldlibdrizzle/errmsg.cc:57
5909
msgid "Invalid use of null pointer"
5910
msgstr "Invalid use of null pointer"
5912
#: plugin/oldlibdrizzle/errmsg.cc:58
5913
msgid "Statement not prepared"
5914
msgstr "Statement not prepared"
5916
#: plugin/oldlibdrizzle/errmsg.cc:59
5917
msgid "No data supplied for parameters in prepared statement"
5918
msgstr "No data supplied for parameters in prepared statement"
5920
#: plugin/oldlibdrizzle/errmsg.cc:60
5921
msgid "Data truncated"
5922
msgstr "Data truncated"
5924
#: plugin/oldlibdrizzle/errmsg.cc:61
5925
msgid "No parameters exist in the statement"
5926
msgstr "No parameters exist in the statement"
5928
#: plugin/oldlibdrizzle/errmsg.cc:62
5929
msgid "Invalid parameter number"
5930
msgstr "Invalid parameter number"
5932
#: plugin/oldlibdrizzle/errmsg.cc:63
5935
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5937
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5939
#: plugin/oldlibdrizzle/errmsg.cc:65
5941
msgid "Using unsupported buffer type: %d (parameter: %d)"
5942
msgstr "Using unsupported buffer type: %d (parameter: %d)"
5944
#: plugin/oldlibdrizzle/errmsg.cc:66
5946
msgid "Shared memory: %-.100s"
5947
msgstr "Shared memory: %-.100s"
5949
#: plugin/oldlibdrizzle/errmsg.cc:76
5950
msgid "Wrong or unknown protocol"
5951
msgstr "Wrong or unknown protocol"
5953
#: plugin/oldlibdrizzle/errmsg.cc:77
5954
msgid "Invalid connection handle"
5955
msgstr "Invalid connection handle"
5957
#: plugin/oldlibdrizzle/errmsg.cc:78
5959
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5960
"option 'secure_auth' enabled)"
5962
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5963
"option 'secure_auth' enabled)"
5965
#: plugin/oldlibdrizzle/errmsg.cc:80
5966
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5967
msgstr "Row retrieval was cancelled by drizzle_stmt_close() call"
5969
#: plugin/oldlibdrizzle/errmsg.cc:81
5970
msgid "Attempt to read column without prior row fetch"
5971
msgstr "Attempt to read column without prior row fetch"
5973
#: plugin/oldlibdrizzle/errmsg.cc:82
5974
msgid "Prepared statement contains no metadata"
5975
msgstr "Prepared statement contains no metadata"
5977
#: plugin/oldlibdrizzle/errmsg.cc:83
5979
"Attempt to read a row while there is no result set associated with the "
5982
"Attempt to read a row while there is no result set associated with the "
5985
#: plugin/oldlibdrizzle/errmsg.cc:85
5986
msgid "This feature is not implemented yet"
5987
msgstr "This feature is not implemented yet"
5989
#: plugin/oldlibdrizzle/errmsg.cc:86
5992
"Lost connection to Drizzle server while waiting for initial communication "
5993
"packet, system error: %d"
5995
"Lost connection to Drizzle server while waiting for initial communication "
5996
"packet, system error: %d"
5998
#: plugin/oldlibdrizzle/errmsg.cc:88
6001
"Lost connection to Drizzle server while reading initial communication "
6002
"packet, system error: %d"
6004
"Lost connection to Drizzle server while reading initial communication "
6005
"packet, system error: %d"
6007
#: plugin/oldlibdrizzle/errmsg.cc:90
6010
"Lost connection to Drizzle server while sending authentication information, "
6013
"Lost connection to Drizzle server while sending authentication information, "
6016
#: plugin/oldlibdrizzle/errmsg.cc:92
6019
"Lost connection to Drizzle server while reading authorization information, "
6022
"Lost connection to Drizzle server while reading authorization information, "
6025
#: plugin/oldlibdrizzle/errmsg.cc:94
6028
"Lost connection to Drizzle server while setting initial database, system "
6031
"Lost connection to Drizzle server while setting initial database, system "
6034
#: plugin/oldlibdrizzle/errmsg.cc:96
6036
msgid "Statement closed indirectly because of a preceding %s() call"
6037
msgstr "Statement closed indirectly because of a preceding %s() call"
6039
#: plugin/pool_of_threads/pool_of_threads.cc:204
6282
6040
msgid "event_add error in libevent_add_session_callback\n"
6285
#: plugin/pool_of_threads/pool_of_threads.cc:347
6043
#: plugin/pool_of_threads/pool_of_threads.cc:346
6286
6044
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6289
#: plugin/pool_of_threads/pool_of_threads.cc:354
6047
#: plugin/pool_of_threads/pool_of_threads.cc:353
6290
6048
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6293
#: plugin/pool_of_threads/pool_of_threads.cc:366
6051
#: plugin/pool_of_threads/pool_of_threads.cc:365
6294
6052
msgid "session_add_event event_add error in libevent_init\n"
6297
#: plugin/pool_of_threads/pool_of_threads.cc:380
6055
#: plugin/pool_of_threads/pool_of_threads.cc:378
6299
6057
msgid "Can't create completion port thread (error %d)"
6302
#: plugin/pool_of_threads/pool_of_threads.cc:443
6060
#: plugin/pool_of_threads/pool_of_threads.cc:462
6303
6061
msgid "libevent_thread_proc: my_thread_init() failed\n"
6306
#: plugin/pool_of_threads/pool_of_threads.cc:629
6064
#: plugin/pool_of_threads/pool_of_threads.cc:642
6307
6065
msgid "Size of Pool."
6310
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6311
msgid "Enable Replicator"
6314
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6316
msgid "Directory to place replication logs."
6317
msgstr "Directory for plugins."
6319
6068
#: plugin/signal_handler/signal_handler.cc:225
6321
6070
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6617
6366
msgid "Tablespace not empty"
6618
6367
msgstr "Tablespace not empty"
6369
#~ msgid "Silently exit if one can't connect to server."
6370
#~ msgstr "Silently exit if one can't connect to server."
6372
#~ msgid "Write more information."
6373
#~ msgstr "Write more information."
6376
#~ "connect to server at '%s' failed\n"
6379
#~ "connect to server at '%s' failed\n"
6382
#~ msgid "Check that drizzled is running on %s"
6383
#~ msgstr "Check that drizzled is running on %s"
6385
#~ msgid " and that the port is %d.\n"
6386
#~ msgstr " and that the port is %d.\n"
6388
#~ msgid "You can check this by doing 'telnet %s %d'\n"
6389
#~ msgstr "You can check this by doing 'telnet %s %d'\n"
6391
#~ msgid "Got error: %s\n"
6392
#~ msgstr "Got error: %s\n"
6394
#~ msgid "Waiting for Drizzle server to answer"
6395
#~ msgstr "Waiting for Drizzle server to answer"
6397
#~ msgid "shutting down drizzled...\n"
6398
#~ msgstr "shutting down drizzled...\n"
6400
#~ msgid "shutdown failed; error: '%s'"
6401
#~ msgstr "shutdown failed; error: '%s'"
6406
#~ msgid "drizzled is alive"
6407
#~ msgstr "drizzled is alive"
6409
#~ msgid "connection was down, but drizzled is now alive"
6410
#~ msgstr "connection was down, but drizzled is now alive"
6412
#~ msgid "drizzled doesn't answer to ping, error: '%s'"
6413
#~ msgstr "drizzled doesn't answer to ping, error: '%s'"
6415
#~ msgid "Unknown command: '%-.60s'"
6416
#~ msgstr "Unknown command: '%-.60s'"
6418
#~ msgid "%s Ver %s Distrib %s, for %s on %s\n"
6419
#~ msgstr "%s Ver %s Distrib %s, for %s on %s\n"
6421
#~ msgid "Copyright (C) 2000-2008 MySQL AB"
6422
#~ msgstr "Copyright (C) 2000-2008 MySQL AB"
6424
#~ msgid "Administration program for the drizzled daemon."
6425
#~ msgstr "Administration program for the drizzled daemon."
6427
#~ msgid "Usage: %s [OPTIONS] command command....\n"
6428
#~ msgstr "Usage: %s [OPTIONS] command command....\n"
6431
#~ " ping Check if server is down\n"
6432
#~ " shutdown Take server down\n"
6434
#~ " ping Check if server is down\n"
6435
#~ " shutdown Take server down\n"
6437
#~ msgid "configvar plugin '%s' init() failed"
6438
#~ msgstr "configvar plugin '%s' init() failed"
6440
#~ msgid "configvar plugin '%s' deinit() failed"
6441
#~ msgstr "configvar plugin '%s' deinit() failed"
6443
#~ msgid "configvar plugin '%s' configvar_func1() failed"
6444
#~ msgstr "configvar plugin '%s' configvar_func1() failed"
6446
#~ msgid "configvar plugin '%s' configvar_func2() failed"
6447
#~ msgstr "configvar plugin '%s' configvar_func2() failed"
6449
#~ msgid "Command(s) that are executed for each new connection"
6450
#~ msgstr "Command(s) that are executed for each new connection"
6452
#~ msgid "Read SQL commands from this file at startup."
6453
#~ msgstr "Read SQL commands from this file at startup."
6456
#~ msgid "replicator plugin '%s' init() failed"
6457
#~ msgstr "configvar plugin '%s' init() failed"
6460
#~ msgid "replicator plugin '%s' deinit() failed"
6461
#~ msgstr "configvar plugin '%s' deinit() failed"
6464
#~ msgid "replicator plugin '%s' session_init() failed"
6465
#~ msgstr "configvar plugin '%s' deinit() failed"
6468
#~ msgid "replicator plugin '%s' row_insert() failed"
6469
#~ msgstr "configvar plugin '%s' init() failed"
6472
#~ msgid "replicator plugin '%s' row_update() failed"
6473
#~ msgstr "configvar plugin '%s' deinit() failed"
6476
#~ msgid "replicator plugin '%s' row_delete() failed"
6477
#~ msgstr "configvar plugin '%s' deinit() failed"
6480
#~ msgid "replicator plugin '%s' end_transaction() failed"
6481
#~ msgstr "configvar plugin '%s' deinit() failed"
6484
#~ msgid "replicator plugin '%s' statement() failed"
6485
#~ msgstr "configvar plugin '%s' deinit() failed"
6488
#~ msgid "Plugin '%s' init function returned error %d."
6489
#~ msgstr "Plugin '%s' init function returned error."
6492
#~ msgid "Directory to place replication logs."
6493
#~ msgstr "Directory for plugins."
6620
6495
#~ msgid "Max packet length to send to, or receive from server"
6621
6496
#~ msgstr "Max packet length to send to, or receive from server"