437
435
"Disable outfile. See interactive help (\\h) also. WARNING: option "
438
436
"deprecated; use --disable-tee instead"
440
#: client/drizzle.cc:1544
438
#: client/drizzle.cc:1543
441
439
msgid "User for login if not current user."
442
440
msgstr "User for login if not current user."
444
#: client/drizzle.cc:1547
442
#: client/drizzle.cc:1545
445
443
msgid "Only allow UPDATE and DELETE that uses keys."
446
444
msgstr "Only allow UPDATE and DELETE that uses keys."
448
#: client/drizzle.cc:1550
446
#: client/drizzle.cc:1548
449
447
msgid "Synonym for option --safe-updates, -U."
450
448
msgstr "Synonym for option --safe-updates, -U."
452
#: client/drizzle.cc:1553
450
#: client/drizzle.cc:1551
453
451
msgid "Write more. (-v -v -v gives the table output format)."
454
452
msgstr "Write more. (-v -v -v gives the table output format)."
456
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
454
#: client/drizzle.cc:1553 drizzled/drizzled.cc:1825
457
455
msgid "Output version information and exit."
458
456
msgstr "Output version information and exit."
460
#: client/drizzle.cc:1557
458
#: client/drizzle.cc:1555
461
459
msgid "Wait and retry if connection is down."
462
460
msgstr "Wait and retry if connection is down."
464
#: client/drizzle.cc:1560
462
#: client/drizzle.cc:1558
465
463
msgid "Number of seconds before connection timeout."
466
464
msgstr "Number of seconds before connection timeout."
468
#: client/drizzle.cc:1565
466
#: client/drizzle.cc:1563
469
467
msgid "Max length of input line"
470
468
msgstr "Max length of input line"
472
#: client/drizzle.cc:1570
470
#: client/drizzle.cc:1568
473
471
msgid "Automatic limit for SELECT when using --safe-updates"
474
472
msgstr "Automatic limit for SELECT when using --safe-updates"
476
#: client/drizzle.cc:1575
474
#: client/drizzle.cc:1573
477
475
msgid "Automatic limit for rows in a join when using --safe-updates"
478
476
msgstr "Automatic limit for rows in a join when using --safe-updates"
480
#: client/drizzle.cc:1579
482
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
484
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
478
#: client/drizzle.cc:1577
479
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
480
msgstr "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
486
#: client/drizzle.cc:1584
482
#: client/drizzle.cc:1582
487
483
msgid "Number of lines before each import progress report."
488
484
msgstr "Number of lines before each import progress report."
490
#: client/drizzle.cc:1587
486
#: client/drizzle.cc:1585
491
487
msgid "Ping the server to check if it's alive."
492
488
msgstr "Ping the server to check if it's alive."
494
#: client/drizzle.cc:1597
490
#: client/drizzle.cc:1595
496
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
497
msgstr "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
492
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
499
#: client/drizzle.cc:1604
495
#: client/drizzle.cc:1602
502
498
"Copyright (C) 2008 Sun Microsystems\n"
563
559
" You can turn off this feature to get a quicker startup with -A\n"
566
#: client/drizzle.cc:2583
562
#: client/drizzle.cc:2580
567
563
msgid "No connection. Trying to reconnect..."
568
564
msgstr "No connection. Trying to reconnect..."
570
#: client/drizzle.cc:2589
566
#: client/drizzle.cc:2586
571
567
msgid "Can't connect to the server\n"
572
568
msgstr "Can't connect to the server\n"
574
#: client/drizzle.cc:2668
570
#: client/drizzle.cc:2665
575
571
msgid "List of all Drizzle commands:"
576
572
msgstr "List of all Drizzle commands:"
578
#: client/drizzle.cc:2670
574
#: client/drizzle.cc:2667
579
575
msgid "Note that all text commands must be first on line and end with ';'"
580
576
msgstr "Note that all text commands must be first on line and end with ';'"
582
#: client/drizzle.cc:2725
578
#: client/drizzle.cc:2722
583
579
msgid "No query specified\n"
584
580
msgstr "No query specified\n"
586
#: client/drizzle.cc:2740
582
#: client/drizzle.cc:2737
587
583
msgid "Ignoring query to other database"
588
584
msgstr "Ignoring query to other database"
590
#: client/drizzle.cc:2790
586
#: client/drizzle.cc:2787
591
587
msgid "Empty set"
592
588
msgstr "Empty set"
594
#: client/drizzle.cc:2803
590
#: client/drizzle.cc:2800
596
592
msgid "%ld row in set"
597
593
msgid_plural "%ld rows in set"
598
594
msgstr[0] "%ld row in set"
599
595
msgstr[1] "%ld rows in set"
601
#: client/drizzle.cc:2812
597
#: client/drizzle.cc:2809
603
599
msgstr "Query OK"
605
#: client/drizzle.cc:2814
601
#: client/drizzle.cc:2811
607
603
msgid "Query OK, %ld row affected"
608
604
msgid_plural "Query OK, %ld rows affected"
609
605
msgstr[0] "Query OK, %ld row affected"
610
606
msgstr[1] "Query OK, %ld rows affected"
612
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
613
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
614
#: client/drizzletest.cc:4728
617
"Non-integer value supplied for port. If you are trying to enter a password "
618
"please use --password instead.\n"
620
"Non-integer value supplied for port. If you are trying to enter a password "
621
"please use --password instead.\n"
623
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
624
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
625
#: client/drizzletest.cc:4736
627
msgid "Value supplied for port is not valid.\n"
628
msgstr "Value supplied for port is not valid.\n"
630
#: client/drizzledump.cc:387
632
"Number of rows before each output progress report (requires --verbose)."
634
"Number of rows before each output progress report (requires --verbose)."
636
#: client/drizzledump.cc:461
608
#: client/drizzledump.cc:345
609
msgid "Number of rows before each output progress report (requires --verbose)."
611
"Number of rows before each output progress report (requires --verbose)."
613
#: client/drizzledump.cc:415
638
615
msgid "Got errno %d on write"
639
616
msgstr "Got errno %d on write"
641
#: client/drizzledump.cc:466
618
#: client/drizzledump.cc:420
643
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
644
msgstr "%s Ver %s Distrib %s, for %s (%s)\n"
620
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
646
#: client/drizzledump.cc:473
623
#: client/drizzledump.cc:427
648
625
msgid "Usage: %s [OPTIONS] database [tables]\n"
649
626
msgstr "Usage: %s [OPTIONS] database [tables]\n"
651
#: client/drizzledump.cc:474
628
#: client/drizzledump.cc:428
653
630
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
654
631
msgstr "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
656
#: client/drizzledump.cc:476
633
#: client/drizzledump.cc:430
658
635
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
659
636
msgstr "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
661
#: client/drizzledump.cc:483
662
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
663
msgstr "By Igor Romanenko, Monty, Jani & Sinisa"
665
#: client/drizzledump.cc:484
638
#: client/drizzledump.cc:438
667
640
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
668
641
"and you are welcome to modify and redistribute it under the GPL license\n"
670
643
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
671
644
"and you are welcome to modify and redistribute it under the GPL license\n"
673
#: client/drizzledump.cc:485
674
msgid "Dumping definition and data DRIZZLE database or table"
675
msgstr "Dumping definition and data DRIZZLE database or table"
646
#: client/drizzledump.cc:439
647
msgid "Dumps definitions and data from a Drizzle database server"
677
#: client/drizzledump.cc:496
650
#: client/drizzledump.cc:450
679
652
msgid "For more options, use %s --help\n"
680
653
msgstr "For more options, use %s --help\n"
682
#: client/drizzledump.cc:630
655
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
656
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
659
"Non-integer value supplied for port. If you are trying to enter a password "
660
"please use --password instead.\n"
662
"Non-integer value supplied for port. If you are trying to enter a password "
663
"please use --password instead.\n"
665
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
666
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
668
msgid "Value supplied for port is not valid.\n"
669
msgstr "Value supplied for port is not valid.\n"
671
#: client/drizzledump.cc:582
684
673
msgid "Memory allocation error while copying password. Aborting.\n"
685
674
msgstr "Memory allocation error while copying password. Aborting.\n"
687
#: client/drizzledump.cc:669
676
#: client/drizzledump.cc:621
689
678
msgid "Input filename too long: %s"
690
679
msgstr "Input filename too long: %s"
692
#: client/drizzledump.cc:712
681
#: client/drizzledump.cc:656
694
683
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
695
684
msgstr "Illegal use of option --ignore-table=<database>.<table>\n"
697
#: client/drizzledump.cc:737
686
#: client/drizzledump.cc:681
699
688
msgid "Invalid mode to --compatible: %s\n"
700
689
msgstr "Invalid mode to --compatible: %s\n"
702
#: client/drizzledump.cc:791
691
#: client/drizzledump.cc:726
704
693
msgid "%s: You must use option --tab with --fields-...\n"
705
694
msgstr "%s: You must use option --tab with --fields-...\n"
707
#: client/drizzledump.cc:808
710
"%s: You can't use --single-transaction and --lock-all-tables at the same "
713
"%s: You can't use --single-transaction and --lock-all-tables at the same "
716
#: client/drizzledump.cc:821
719
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
722
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
725
#: client/drizzledump.cc:827
696
#: client/drizzledump.cc:732
699
"%s: You can't use --single-transaction and --lock-all-tables at the same "
702
"%s: You can't use --single-transaction and --lock-all-tables at the same "
705
#: client/drizzledump.cc:738
708
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
711
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
714
#: client/drizzledump.cc:744
727
716
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
728
717
msgstr "%s: --databases or --all-databases can't be used with --tab.\n"
730
#: client/drizzledump.cc:853
719
#: client/drizzledump.cc:767
732
721
msgid "Got error: %s (%d) %s"
735
#: client/drizzledump.cc:860
724
#: client/drizzledump.cc:774
737
726
msgid "Got error: %d %s"
740
#: client/drizzledump.cc:958 client/drizzledump.cc:965
741
#: client/drizzledump.cc:978
729
#: client/drizzledump.cc:872 client/drizzledump.cc:879
730
#: client/drizzledump.cc:892
743
732
msgid "Couldn't execute '%s': %s (%d)"
744
733
msgstr "Couldn't execute '%s': %s (%d)"
746
#: client/drizzledump.cc:1042
735
#: client/drizzledump.cc:956
748
737
msgid "-- Connecting to %s...\n"
749
738
msgstr "-- Connecting to %s...\n"
751
#: client/drizzledump.cc:1063
740
#: client/drizzledump.cc:977
753
742
msgid "-- Disconnecting from %s...\n"
754
743
msgstr "-- Disconnecting from %s...\n"
756
#: client/drizzledump.cc:1074
745
#: client/drizzledump.cc:988
757
746
msgid "Couldn't allocate memory"
758
747
msgstr "Couldn't allocate memory"
760
#: client/drizzledump.cc:1418
749
#: client/drizzledump.cc:1332
763
752
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
827
816
"-- Dumping data for table %s\n"
830
#: client/drizzledump.cc:2012
819
#: client/drizzledump.cc:1926
831
820
msgid "-- Retrieving rows...\n"
832
821
msgstr "-- Retrieving rows...\n"
834
#: client/drizzledump.cc:2015
823
#: client/drizzledump.cc:1929
836
825
msgid "%s: Error in field count for table: %s ! Aborting.\n"
837
826
msgstr "%s: Error in field count for table: %s ! Aborting.\n"
839
#: client/drizzledump.cc:2064
828
#: client/drizzledump.cc:1973
841
830
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
842
831
msgstr "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
844
#: client/drizzledump.cc:2081
833
#: client/drizzledump.cc:1990
846
835
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
847
836
msgstr "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
849
#: client/drizzledump.cc:2103
838
#: client/drizzledump.cc:2012
851
840
msgid "Not enough fields from table %s! Aborting.\n"
852
841
msgstr "Not enough fields from table %s! Aborting.\n"
854
#: client/drizzledump.cc:2523
855
msgid "when using LOCK TABLES"
856
msgstr "when using LOCK TABLES"
858
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
843
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
859
844
msgid "when doing refresh"
860
845
msgstr "when doing refresh"
862
#: client/drizzledump.cc:2629
847
#: client/drizzledump.cc:2497
863
848
msgid "alloc_root failure."
864
849
msgstr "alloc_root failure."
866
#: client/drizzledump.cc:2650
851
#: client/drizzledump.cc:2512
868
853
msgid "Couldn't find table: \"%s\""
869
854
msgstr "Couldn't find table: \"%s\""
871
#: client/drizzledump.cc:2666
872
msgid "when doing LOCK TABLES"
873
msgstr "when doing LOCK TABLES"
875
#: client/drizzledump.cc:2737
876
msgid "Error: Binlogging on server not active"
877
msgstr "Error: Binlogging on server not active"
879
#: client/drizzledump.cc:2806
880
msgid "Error: Slave not set up"
881
msgstr "Error: Slave not set up"
883
#: client/drizzledump.cc:2865
884
msgid "Error: Unable to start slave"
885
msgstr "Error: Unable to start slave"
887
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
888
#: client/drizzledump.cc:3173
856
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
857
#: client/drizzledump.cc:2807
891
860
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
893
862
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
895
#: client/drizzledump.cc:3203
864
#: client/drizzledump.cc:2837
897
866
msgid "Error: Not enough memory to store ORDER BY clause\n"
898
867
msgstr "Error: Not enough memory to store ORDER BY clause\n"
900
#: drizzled/db.cc:236
902
871
msgid "Error while loading database options: '%s':"
903
872
msgstr "Error while loading database options: '%s':"
905
#: drizzled/drizzled.cc:527
874
#: drizzled/drizzled.cc:501
907
876
msgid "Got signal %d from thread %<PRIu64>"
908
877
msgstr "Got signal %d from thread %<PRIu64>"
910
#: drizzled/drizzled.cc:561
879
#: drizzled/drizzled.cc:535
911
880
msgid "Aborting\n"
912
881
msgstr "Aborting\n"
914
#: drizzled/drizzled.cc:681
883
#: drizzled/drizzled.cc:657
915
884
msgid "One can only use the --user switch if running as root\n"
916
885
msgstr "One can only use the --user switch if running as root\n"
918
#: drizzled/drizzled.cc:689
920
"Fatal error: Please read \"Security\" section of the manual to find out how "
921
"to run drizzled as root!\n"
923
"Fatal error: Please read \"Security\" section of the manual to find out how "
924
"to run drizzled as root!\n"
926
#: drizzled/drizzled.cc:711
929
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
932
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
935
#: drizzled/drizzled.cc:885
937
msgid "Retrying bind on TCP/IP port %u"
938
msgstr "Retrying bind on TCP/IP port %u"
940
#: drizzled/drizzled.cc:891
941
msgid "Can't start server: Bind on TCP/IP port"
942
msgstr "Can't start server: Bind on TCP/IP port"
944
#: drizzled/drizzled.cc:892
946
msgid "Do you already have another drizzled server running on port: %d ?"
947
msgstr "Do you already have another drizzled server running on port: %d ?"
949
#: drizzled/drizzled.cc:898
950
msgid "Can't start server: listen() on TCP/IP port"
951
msgstr "Can't start server: listen() on TCP/IP port"
953
#: drizzled/drizzled.cc:899
955
msgid "listen() on TCP/IP failed with error %d"
956
msgstr "listen() on TCP/IP failed with error %d"
887
#: drizzled/drizzled.cc:665
889
"Fatal error: Please read \"Security\" section of the manual to find out how "
890
"to run drizzled as root!\n"
892
"Fatal error: Please read \"Security\" section of the manual to find out how "
893
"to run drizzled as root!\n"
895
#: drizzled/drizzled.cc:687
898
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
901
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
904
#: drizzled/drizzled.cc:844
906
msgid "Fatal signal %d while backtracing\n"
909
#: drizzled/drizzled.cc:867
912
"We will try our best to scrape up some info that will hopefully help "
914
"the problem, but since we have already crashed, something is definitely "
916
"and this may fail.\n"
919
"We will try our best to scrape up some info that will hopefully help "
921
"the problem, but since we have already crashed, something is definitely "
923
"and this may fail.\n"
926
#: drizzled/drizzled.cc:876
929
"It is possible that drizzled could use up to \n"
930
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
932
"Hope that's ok; if not, decrease some variables in the equation.\n"
936
#: drizzled/drizzled.cc:889
939
"Attempting backtrace. You can use the following information to find out\n"
940
"where drizzled died. If you see no messages after this, something went\n"
941
"terribly wrong...\n"
943
"Attempting backtrace. You can use the following information to find out\n"
944
"where drizzled died. If you see no messages after this, something went\n"
945
"terribly wrong...\n"
958
947
#: drizzled/drizzled.cc:917
959
msgid "Can't open abort pipet"
960
msgstr "Can't open abort pipet"
962
#: drizzled/drizzled.cc:919
964
msgid "pipe() on abort_pipe failed with error %d"
965
msgstr "pipe() on abort_pipe failed with error %d"
967
#: drizzled/drizzled.cc:1016
972
#: drizzled/drizzled.cc:1041
975
"We will try our best to scrape up some info that will hopefully help "
977
"the problem, but since we have already crashed, something is definitely "
979
"and this may fail.\n"
982
"We will try our best to scrape up some info that will hopefully help "
984
"the problem, but since we have already crashed, something is definitely "
986
"and this may fail.\n"
989
#: drizzled/drizzled.cc:1052
992
"It is possible that drizzled could use up to \n"
993
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = "
996
"Hope that's ok; if not, decrease some variables in the equation.\n"
999
"It is possible that drizzled could use up to \n"
1000
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = "
1003
"Hope that's ok; if not, decrease some variables in the equation.\n"
1006
#: drizzled/drizzled.cc:1069
1009
"Attempting backtrace. You can use the following information to find out\n"
1010
"where drizzled died. If you see no messages after this, something went\n"
1011
"terribly wrong...\n"
1013
"Attempting backtrace. You can use the following information to find out\n"
1014
"where drizzled died. If you see no messages after this, something went\n"
1015
"terribly wrong...\n"
1017
#: drizzled/drizzled.cc:1097
1020
"Trying to get some variables.\n"
1021
"Some pointers may be invalid and cause the dump to abort...\n"
1023
"Trying to get some variables.\n"
1024
"Some pointers may be invalid and cause the dump to abort...\n"
1026
#: drizzled/drizzled.cc:1109
1030
"This crash occurred while the server was calling initgroups(). This is\n"
1031
"often due to the use of a drizzled that is statically linked against glibc\n"
1032
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1033
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1034
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1035
"drizzled that is not statically linked.\n"
1038
"This crash occurred while the server was calling initgroups(). This is\n"
1039
"often due to the use of a drizzled that is statically linked against glibc\n"
1040
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1041
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1042
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1043
"drizzled that is not statically linked.\n"
1045
#: drizzled/drizzled.cc:1124
1049
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1050
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1051
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1052
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1053
"the documentation for your distribution on how to do that.\n"
1056
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1057
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1058
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1059
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1060
"the documentation for your distribution on how to do that.\n"
1062
#: drizzled/drizzled.cc:1137
1066
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1067
"unreliable and unstable on some operating systems and operating-system\n"
1068
"versions (notably, some versions of Linux). This crash could be due to use\n"
1069
"of those buggy OS calls. You should consider whether you really need the\n"
1070
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1074
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1075
"unreliable and unstable on some operating systems and operating-system\n"
1076
"versions (notably, some versions of Linux). This crash could be due to use\n"
1077
"of those buggy OS calls. You should consider whether you really need the\n"
1078
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1081
#: drizzled/drizzled.cc:1152
950
"Trying to get some variables.\n"
951
"Some pointers may be invalid and cause the dump to abort...\n"
953
"Trying to get some variables.\n"
954
"Some pointers may be invalid and cause the dump to abort...\n"
956
#: drizzled/drizzled.cc:929
960
"This crash occurred while the server was calling initgroups(). This is\n"
961
"often due to the use of a drizzled that is statically linked against glibc\n"
962
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
963
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
964
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
965
"drizzled that is not statically linked.\n"
968
"This crash occurred while the server was calling initgroups(). This is\n"
969
"often due to the use of a drizzled that is statically linked against glibc\n"
970
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
971
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
972
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
973
"drizzled that is not statically linked.\n"
975
#: drizzled/drizzled.cc:944
979
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
980
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
981
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
982
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
983
"the documentation for your distribution on how to do that.\n"
986
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
987
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
988
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
989
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
990
"the documentation for your distribution on how to do that.\n"
992
#: drizzled/drizzled.cc:957
996
"The '--memlock' argument, which was enabled, uses system calls that are\n"
997
"unreliable and unstable on some operating systems and operating-system\n"
998
"versions (notably, some versions of Linux). This crash could be due to use\n"
999
"of those buggy OS calls. You should consider whether you really need the\n"
1000
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1004
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1005
"unreliable and unstable on some operating systems and operating-system\n"
1006
"versions (notably, some versions of Linux). This crash could be due to use\n"
1007
"of those buggy OS calls. You should consider whether you really need the\n"
1008
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1011
#: drizzled/drizzled.cc:972
1083
1013
msgid "Writing a core file\n"
1084
1014
msgstr "Writing a core file\n"
1086
#: drizzled/drizzled.cc:1197
1016
#: drizzled/drizzled.cc:1018
1088
1018
"setrlimit could not change the size of core files to 'infinity'; We may not "
1089
1019
"be able to generate a core file on signals"
1122
1052
"%s: Too many arguments (first extra is '%s').\n"
1123
1053
"Use --verbose --help to get a list of available options\n"
1125
#: drizzled/drizzled.cc:1611
1055
#: drizzled/drizzled.cc:1400
1126
1056
msgid "No scheduler found, cannot continue!\n"
1127
1057
msgstr "No scheduler found, cannot continue!\n"
1129
#: drizzled/drizzled.cc:1618
1059
#: drizzled/drizzled.cc:1407
1130
1060
msgid "Can't init databases"
1131
1061
msgstr "Can't init databases"
1133
#: drizzled/drizzled.cc:1643
1063
#: drizzled/drizzled.cc:1431
1135
1065
msgid "Unknown/unsupported table type: %s"
1136
1066
msgstr "Unknown/unsupported table type: %s"
1138
#: drizzled/drizzled.cc:1649
1068
#: drizzled/drizzled.cc:1437
1140
1070
msgid "Default storage engine (%s) is not available"
1141
1071
msgstr "Default storage engine (%s) is not available"
1143
#: drizzled/drizzled.cc:1680
1073
#: drizzled/drizzled.cc:1468
1145
1075
msgid "Failed to lock memory. Errno: %d\n"
1146
1076
msgstr "Failed to lock memory. Error: %d\n"
1148
#: drizzled/drizzled.cc:1742
1150
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1151
msgstr "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1153
#: drizzled/drizzled.cc:1903
1155
msgid "drizzled: Got error %d from select"
1156
msgstr "drizzled: Got error %d from select"
1158
#: drizzled/drizzled.cc:2101
1078
#: drizzled/drizzled.cc:1684
1079
msgid "Display this help and exit after initializing plugins."
1082
#: drizzled/drizzled.cc:1688
1159
1083
msgid "Auto-increment columns are incremented by this"
1160
1084
msgstr "Auto-increment columns are incremented by this"
1162
#: drizzled/drizzled.cc:2106
1164
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1167
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1170
#: drizzled/drizzled.cc:2112
1172
"Path to installation directory. All paths are usually resolved relative to "
1175
"Path to installation directory. All paths are usually resolved relative to "
1178
#: drizzled/drizzled.cc:2116
1086
#: drizzled/drizzled.cc:1693
1088
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1091
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1094
#: drizzled/drizzled.cc:1699
1096
"Path to installation directory. All paths are usually resolved relative to "
1099
"Path to installation directory. All paths are usually resolved relative to "
1102
#: drizzled/drizzled.cc:1703
1179
1103
msgid "IP address to bind to."
1180
1104
msgstr "IP address to bind to."
1182
#: drizzled/drizzled.cc:2120
1183
msgid "Set the filesystem character set."
1184
msgstr "Set the filesystem character set."
1186
#: drizzled/drizzled.cc:2125
1187
msgid "Set the default character set."
1188
msgstr "Set the default character set."
1190
#: drizzled/drizzled.cc:2129
1106
#: drizzled/drizzled.cc:1707
1191
1107
msgid "Chroot drizzled daemon during startup."
1192
1108
msgstr "Chroot drizzled daemon during start-up."
1194
#: drizzled/drizzled.cc:2133
1110
#: drizzled/drizzled.cc:1711
1195
1111
msgid "Set the default collation."
1196
1112
msgstr "Set the default collation."
1198
#: drizzled/drizzled.cc:2137
1114
#: drizzled/drizzled.cc:1715
1199
1115
msgid "Default completion type."
1200
1116
msgstr "Default completion type."
1202
#: drizzled/drizzled.cc:2142
1118
#: drizzled/drizzled.cc:1720
1203
1119
msgid "Write core on errors."
1204
1120
msgstr "Write core on errors."
1206
#: drizzled/drizzled.cc:2146
1122
#: drizzled/drizzled.cc:1724
1207
1123
msgid "Path to the database root."
1208
1124
msgstr "Path to the database root."
1210
#: drizzled/drizzled.cc:2150
1126
#: drizzled/drizzled.cc:1728
1211
1127
msgid "Set the default storage engine (table type) for tables."
1212
1128
msgstr "Set the default storage engine (table type) for tables."
1214
#: drizzled/drizzled.cc:2154
1130
#: drizzled/drizzled.cc:1732
1215
1131
msgid "Set the default time zone."
1216
1132
msgstr "Set the default time zone."
1218
#: drizzled/drizzled.cc:2158
1219
msgid "Type of DELAY_KEY_WRITE."
1220
msgstr "Type of DELAY_KEY_WRITE."
1222
#: drizzled/drizzled.cc:2162
1134
#: drizzled/drizzled.cc:1737
1223
1135
msgid "Print a symbolic stack trace on failure."
1224
1136
msgstr "Print a symbolic stack trace on failure."
1226
#: drizzled/drizzled.cc:2168
1227
msgid "Push supported query conditions to the storage engine."
1228
msgstr "Push supported query conditions to the storage engine."
1230
#: drizzled/drizzled.cc:2174
1138
#: drizzled/drizzled.cc:1743
1231
1139
msgid "Used for debugging; Use at your own risk!"
1232
1140
msgstr "Used for debugging; Use at your own risk!"
1234
#: drizzled/drizzled.cc:2179
1142
#: drizzled/drizzled.cc:1748
1235
1143
msgid "Set up signals usable for debugging"
1236
1144
msgstr "Set up signals usable for debugging"
1238
#: drizzled/drizzled.cc:2183
1146
#: drizzled/drizzled.cc:1752
1239
1147
msgid "(IGNORED)"
1240
1148
msgstr "(IGNORED)"
1242
#: drizzled/drizzled.cc:2187
1150
#: drizzled/drizzled.cc:1756
1243
1151
msgid "Set the language used for the month names and the days of the week."
1244
1152
msgstr "Set the language used for the month names and the days of the week."
1246
#: drizzled/drizzled.cc:2192
1247
msgid "Log connections and queries to file."
1248
msgstr "Log connections and queries to file."
1250
#: drizzled/drizzled.cc:2196
1251
msgid "Log all MyISAM changes to file."
1252
msgstr "Log all MyISAM changes to file."
1254
#: drizzled/drizzled.cc:2200
1154
#: drizzled/drizzled.cc:1761
1255
1155
msgid "Log some not critical warnings to the log file."
1256
1156
msgstr "Log some not critical warnings to the log file."
1258
#: drizzled/drizzled.cc:2205
1158
#: drizzled/drizzled.cc:1766
1259
1159
msgid "Lock drizzled in memory."
1260
1160
msgstr "Lock drizzled in memory."
1262
#: drizzled/drizzled.cc:2209
1264
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1265
"BACKUP, FORCE or QUICK."
1267
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1268
"BACKUP, FORCE or QUICK."
1270
#: drizzled/drizzled.cc:2214
1162
#: drizzled/drizzled.cc:1770
1271
1163
msgid "Pid file used by safe_mysqld."
1272
1164
msgstr "Pid file used by safe_mysqld."
1274
#: drizzled/drizzled.cc:2218
1276
"Port number to use for connection or 0 for default to, in order of "
1277
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1279
"Port number to use for connection or 0 for default to, in order of "
1280
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1282
#: drizzled/drizzled.cc:2224
1284
"Maximum time in seconds to wait for the port to become free. (Default: no "
1287
"Maximum time in seconds to wait for the port to become free. (Default: no "
1290
#: drizzled/drizzled.cc:2229
1292
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1293
"specified directory"
1295
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1296
"specified directory"
1298
#: drizzled/drizzled.cc:2234
1300
"Uniquely identifies the server instance in the community of replication "
1303
"Uniquely identifies the server instance in the community of replication "
1306
#: drizzled/drizzled.cc:2239
1166
#: drizzled/drizzled.cc:1774
1168
"Port number to use for connection or 0 for default to, in order of "
1169
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1171
"Port number to use for connection or 0 for default to, in order of "
1172
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1174
#: drizzled/drizzled.cc:1780
1176
"Maximum time in seconds to wait for the port to become free. (Default: no "
1179
"Maximum time in seconds to wait for the port to become free. (Default: no "
1182
#: drizzled/drizzled.cc:1785
1184
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1185
"specified directory"
1187
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1188
"specified directory"
1190
#: drizzled/drizzled.cc:1790
1192
"Uniquely identifies the server instance in the community of replication "
1195
"Uniquely identifies the server instance in the community of replication "
1198
#: drizzled/drizzled.cc:1795
1307
1199
msgid "Don't print a stack trace on failure."
1308
1200
msgstr "Don't print a stack trace on failure."
1310
#: drizzled/drizzled.cc:2243
1202
#: drizzled/drizzled.cc:1799
1311
1203
msgid "Enable symbolic link support."
1312
1204
msgstr "Enable symbolic link support."
1314
#: drizzled/drizzled.cc:2252
1206
#: drizzled/drizzled.cc:1808
1316
1208
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1318
1210
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1320
#: drizzled/drizzled.cc:2257
1212
#: drizzled/drizzled.cc:1813
1321
1213
msgid "Path for temporary files."
1322
1214
msgstr "Path for temporary files."
1324
#: drizzled/drizzled.cc:2261
1216
#: drizzled/drizzled.cc:1817
1325
1217
msgid "Default transaction isolation level."
1326
1218
msgstr "Default transaction isolation level."
1328
#: drizzled/drizzled.cc:2265
1220
#: drizzled/drizzled.cc:1821
1329
1221
msgid "Run drizzled daemon as user."
1330
1222
msgstr "Run drizzled daemon as user."
1332
#: drizzled/drizzled.cc:2273
1334
"The number of outstanding connection requests Drizzle can have. This comes "
1335
"into play when the main Drizzle thread gets very many connection requests in "
1336
"a very short time."
1338
"The number of outstanding connection requests Drizzle can have. This comes "
1339
"into play when the main Drizzle thread gets very many connection requests in "
1340
"a very short time."
1342
#: drizzled/drizzled.cc:2279
1344
"Size of tree cache used in bulk insert optimization. Note that this is a "
1347
"Size of tree cache used in bulk insert optimization. Note that this is a "
1350
#: drizzled/drizzled.cc:2285
1352
"The number of seconds the drizzled server is waiting for a connect packet "
1353
"before responding with 'Bad handshake'."
1355
"The number of seconds the drizzled server is waiting for a connect packet "
1356
"before responding with 'Bad handshake'."
1358
#: drizzled/drizzled.cc:2290
1360
"Precision of the result of '/' operator will be increased on that value."
1362
"Precision of the result of '/' operator will be increased on that value."
1364
#: drizzled/drizzled.cc:2296
1224
#: drizzled/drizzled.cc:1829
1226
"The number of outstanding connection requests Drizzle can have. This comes "
1227
"into play when the main Drizzle thread gets very many connection requests in "
1228
"a very short time."
1230
"The number of outstanding connection requests Drizzle can have. This comes "
1231
"into play when the main Drizzle thread gets very many connection requests in "
1232
"a very short time."
1234
#: drizzled/drizzled.cc:1835
1236
"Size of tree cache used in bulk insert optimization. Note that this is a "
1239
"Size of tree cache used in bulk insert optimization. Note that this is a "
1242
#: drizzled/drizzled.cc:1841
1244
"Precision of the result of '/' operator will be increased on that value."
1246
"Precision of the result of '/' operator will be increased on that value."
1248
#: drizzled/drizzled.cc:1847
1365
1249
msgid "The maximum length of the result of function group_concat."
1366
1250
msgstr "The maximum length of the result of function group_concat."
1368
#: drizzled/drizzled.cc:2301
1252
#: drizzled/drizzled.cc:1852
1369
1253
msgid "The size of the buffer that is used for full joins."
1370
1254
msgstr "The size of the buffer that is used for full joins."
1372
#: drizzled/drizzled.cc:2307
1374
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1376
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1378
#: drizzled/drizzled.cc:2312
1380
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1381
"this to get better index handling (for all reads and multiple writes) to as "
1382
"much as you can afford;"
1384
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1385
"this to get better index handling (for all reads and multiple writes) to as "
1386
"much as you can afford;"
1388
#: drizzled/drizzled.cc:2321
1256
#: drizzled/drizzled.cc:1858
1258
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1259
"this to get better index handling (for all reads and multiple writes) to as "
1260
"much as you can afford;"
1262
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1263
"this to get better index handling (for all reads and multiple writes) to as "
1264
"much as you can afford;"
1266
#: drizzled/drizzled.cc:1867
1390
1268
"This characterizes the number of hits a hot block has to be untouched until "
1391
1269
"it is considered aged enough to be downgraded to a warm block. This "
1553
1385
"Optional comma separated list of plugins to load at starup.[for example: --"
1554
1386
"plugin_load=crc32,logger_gearman]"
1556
#: drizzled/drizzled.cc:2465
1388
#: drizzled/drizzled.cc:1976
1557
1389
msgid "The size of the buffer that is allocated when preloading indexes"
1558
1390
msgstr "The size of the buffer that is allocated when pre-loading indexes"
1560
#: drizzled/drizzled.cc:2470
1561
msgid "Select protocol to be used (by default oldlibdrizzle)."
1562
msgstr "Select protocol to be used (by default oldlibdrizzle)."
1564
#: drizzled/drizzled.cc:2474
1392
#: drizzled/drizzled.cc:1981
1565
1393
msgid "Allocation block size for query parsing and execution"
1566
1394
msgstr "Allocation block size for query parsing and execution"
1568
#: drizzled/drizzled.cc:2479
1396
#: drizzled/drizzled.cc:1986
1569
1397
msgid "Persistent buffer for query parsing and execution"
1570
1398
msgstr "Persistent buffer for query parsing and execution"
1572
#: drizzled/drizzled.cc:2485
1400
#: drizzled/drizzled.cc:1992
1573
1401
msgid "Allocation block size for storing ranges during optimization"
1574
1402
msgstr "Allocation block size for storing ranges during optimisation"
1576
#: drizzled/drizzled.cc:2491
1578
"Each thread that does a sequential scan allocates a buffer of this size for "
1579
"each table it scans. If you do many sequential scans, you may want to "
1580
"increase this value."
1582
"Each thread that does a sequential scan allocates a buffer of this size for "
1583
"each table it scans. If you do many sequential scans, you may want to "
1584
"increase this value."
1586
#: drizzled/drizzled.cc:2499
1588
"When reading rows in sorted order after a sort, the rows are read through "
1589
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1592
"When reading rows in sorted order after a sort, the rows are read through "
1593
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1596
#: drizzled/drizzled.cc:2507
1404
#: drizzled/drizzled.cc:1998
1406
"Each thread that does a sequential scan allocates a buffer of this size for "
1407
"each table it scans. If you do many sequential scans, you may want to "
1408
"increase this value."
1410
"Each thread that does a sequential scan allocates a buffer of this size for "
1411
"each table it scans. If you do many sequential scans, you may want to "
1412
"increase this value."
1414
#: drizzled/drizzled.cc:2006
1416
"When reading rows in sorted order after a sort, the rows are read through "
1417
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1420
"When reading rows in sorted order after a sort, the rows are read through "
1421
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1424
#: drizzled/drizzled.cc:2014
1597
1425
msgid "Select scheduler to be used (by default multi-thread)."
1598
1426
msgstr "Select scheduler to be used (by default multi-thread)."
1600
#: drizzled/drizzled.cc:2512
1428
#: drizzled/drizzled.cc:2019
1601
1429
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1602
1430
msgstr "Each thread that needs to do a sort allocates a buffer of this size."
1604
#: drizzled/drizzled.cc:2518
1432
#: drizzled/drizzled.cc:2025
1605
1433
msgid "The number of cached table definitions."
1606
1434
msgstr "The number of cached table definitions."
1608
#: drizzled/drizzled.cc:2522
1436
#: drizzled/drizzled.cc:2029
1609
1437
msgid "The number of cached open tables."
1610
1438
msgstr "The number of cached open tables."
1612
#: drizzled/drizzled.cc:2526
1440
#: drizzled/drizzled.cc:2033
1614
1442
"Timeout in seconds to wait for a table level lock before returning an error. "
1615
1443
"Used only if the connection has active cursors."
5383
5147
msgid "logging '%s' post() failed"
5384
5148
msgstr "logging '%s' post() failed"
5386
#: drizzled/plugin/storage_engine.cc:295
5150
#: drizzled/message/command_reader.cc:220
5152
msgid "Usage: %s COMMAND_LOG\n"
5153
msgstr "Usage: %s [OPTIONS]\n"
5155
#: drizzled/message/command_reader.cc:229
5157
msgid "Cannot open file: %s\n"
5158
msgstr "Can't open table %-.64s"
5160
#: drizzled/message/command_reader.cc:248
5162
msgid "Failed to read initial length header\n"
5163
msgstr "Failed to initialise plugins."
5165
#: drizzled/message/command_reader.cc:255
5167
msgid "Attempted to read record bigger than SIZE_MAX\n"
5170
#: drizzled/message/command_reader.cc:275
5172
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5175
#: drizzled/message/command_reader.cc:285
5178
"Could not read entire transaction. Read %<PRIu64> bytes instead of %<PRIu64> "
5182
#: drizzled/message/command_reader.cc:291
5184
msgid "Unable to parse command. Got error: %s.\n"
5187
#: drizzled/message/command_reader.cc:293
5189
msgid "BUFFER: %s\n"
5192
#: drizzled/message/command_reader.cc:301
5195
"Could not read entire checksum. Read %<PRIu64> bytes instead of 4 bytes.\n"
5198
#: drizzled/plugin/listen_tcp.cc:47
5200
msgid "accept() failed with errno %d"
5203
#: drizzled/plugin/listen_tcp.cc:83
5205
msgid "getaddrinfo() failed with error %s"
5208
#: drizzled/plugin/listen_tcp.cc:115
5210
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
5213
#: drizzled/plugin/listen_tcp.cc:126
5215
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
5218
#: drizzled/plugin/listen_tcp.cc:135
5220
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
5223
#: drizzled/plugin/listen_tcp.cc:144
5225
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
5228
#: drizzled/plugin/listen_tcp.cc:153
5230
msgid "setsockopt(SO_LINGER) failed with errno %d"
5233
#: drizzled/plugin/listen_tcp.cc:162
5235
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
5238
#: drizzled/plugin/listen_tcp.cc:183
5240
msgid "Retrying bind() on %u"
5243
#: drizzled/plugin/listen_tcp.cc:190
5245
msgid "bind() failed with errno: %d"
5248
#: drizzled/plugin/listen_tcp.cc:193
5249
msgid "Do you already have another drizzled running?"
5252
#: drizzled/plugin/listen_tcp.cc:200
5254
msgid "listen() failed with errno %d"
5257
#: drizzled/plugin/listen_tcp.cc:206
5259
msgid "Listening on %s:%s\n"
5262
#: drizzled/plugin/storage_engine.cc:315
5388
5264
msgid "Found %d prepared transaction(s) in %s"
5389
5265
msgstr "Found %d prepared transaction(s) in %s"
5391
#: drizzled/plugin/storage_engine.cc:369
5267
#: drizzled/plugin/storage_engine.cc:389
5392
5268
msgid "Starting crash recovery..."
5393
5269
msgstr "Starting crash recovery..."
5395
#: drizzled/plugin/storage_engine.cc:378
5271
#: drizzled/plugin/storage_engine.cc:398
5397
5273
msgid "Found %d prepared XA transactions"
5398
5274
msgstr "Found %d prepared XA transactions"
5400
#: drizzled/plugin/storage_engine.cc:383
5276
#: drizzled/plugin/storage_engine.cc:403
5403
5279
"Found %d prepared transactions! It means that drizzled was not shut down "
5457
5333
msgid "Scheduler initialization failed.\n"
5458
5334
msgstr "Scheduler initialization failed.\n"
5460
#: drizzled/sql_base.cc:2262
5336
#: drizzled/session.cc:2161
5338
msgid "Could not remove temporary table: '%s', error: %d"
5339
msgstr "Could not remove temporary table: '%s', error: %d"
5341
#: drizzled/slot/listen.cc:75 drizzled/slot/listen.cc:112
5343
msgid "realloc() failed with errno %d"
5346
#: drizzled/slot/listen.cc:94
5347
msgid "No sockets could be bound for listening"
5350
#: drizzled/slot/listen.cc:104 plugin/console/console.cc:314
5352
msgid "pipe() failed with errno %d"
5355
#: drizzled/slot/listen.cc:137
5357
msgid "poll() failed with errno %d"
5360
#: drizzled/sql_base.cc:1445
5462
5362
msgid "Table %s had a open data handler in reopen_table"
5463
5363
msgstr "Table %s had a open data handler in reopen_table"
5465
#: drizzled/sql_base.cc:2854
5365
#: drizzled/sql_base.cc:2026
5467
5367
msgid "Couldn't repair table: %s.%s"
5468
5368
msgstr "Couldn't repair table: %s.%s"
5470
#: drizzled/sql_base.cc:2896
5370
#: drizzled/sql_base.cc:2068
5473
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5474
"`%s`.`%s`' to replication"
5373
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5374
"s`.`%s`' to replication"
5476
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5477
"`%s`.`%s`' to replication"
5479
#: drizzled/sql_base.cc:3498
5481
msgid "Could not remove temporary table: '%s', error: %d"
5482
msgstr "Could not remove temporary table: '%s', error: %d"
5484
#: drizzled/sql_plugin.cc:528
5376
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5377
"s`.`%s`' to replication"
5379
#: drizzled/sql_plugin.cc:553
5486
5381
msgid "Plugin '%s' init function returned error.\n"
5489
#: drizzled/sql_plugin.cc:707
5384
#: drizzled/sql_plugin.cc:713
5490
5385
msgid "plugin-load parameter too long"
5491
5386
msgstr "plugin-load parameter too long"
5493
#: drizzled/sql_plugin.cc:767
5388
#: drizzled/sql_plugin.cc:775
5495
5390
msgid "Couldn't load plugin named '%s' with soname '%s'."
5496
5391
msgstr "Couldn't load plugin named '%s' with soname '%s'."
5498
#: drizzled/sql_plugin.cc:1107
5393
#: drizzled/sql_plugin.cc:1115
5499
5394
msgid "Out of memory."
5500
5395
msgstr "Out of memory."
5502
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
5397
#: drizzled/sql_plugin.cc:1967 drizzled/sql_plugin.cc:2030
5504
5399
msgid "Unknown variable type code 0x%x in plugin '%s'."
5505
5400
msgstr "Unknown variable type code 0x%x in plugin '%s'."
5507
#: drizzled/sql_plugin.cc:1989
5402
#: drizzled/sql_plugin.cc:2010
5510
5405
"Server variable %s of plugin %s was forced to be read-only: string variable "
5513
5408
"Server variable %s of plugin %s was forced to be read-only: string variable "
5514
5409
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5516
#: drizzled/sql_plugin.cc:2020
5411
#: drizzled/sql_plugin.cc:2041
5518
5413
msgid "Missing variable name in plugin '%s'."
5519
5414
msgstr "Missing variable name in plugin '%s'."
5521
#: drizzled/sql_plugin.cc:2037
5416
#: drizzled/sql_plugin.cc:2058
5523
5418
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5524
5419
msgstr "Thread local variable '%s' not allocated in plugin '%s'."
5526
#: drizzled/sql_plugin.cc:2155
5421
#: drizzled/sql_plugin.cc:2186
5528
5423
msgid "Out of memory for plugin '%s'."
5529
5424
msgstr "Out of memory for plugin '%s'."
5531
#: drizzled/sql_plugin.cc:2162
5426
#: drizzled/sql_plugin.cc:2193
5533
5428
msgid "Bad options for plugin '%s'."
5534
5429
msgstr "Bad options for plugin '%s'."
5536
#: drizzled/sql_plugin.cc:2171
5431
#: drizzled/sql_plugin.cc:2202
5538
5433
msgid "Parsing options for plugin '%s' failed."
5539
5434
msgstr "Parsing options for plugin '%s' failed."
5541
#: drizzled/sql_plugin.cc:2214
5436
#: drizzled/sql_plugin.cc:2251
5543
5438
msgid "Plugin '%s' has conflicting system variables"
5544
5439
msgstr "Plugin '%s' has conflicting system variables"
5546
#: drizzled/sql_table.cc:124
5548
msgid "Invalid (old?) table or database name '%s'"
5549
msgstr "Invalid (old?) table or database name '%s'"
5551
#: drizzled/sql_table.cc:2655
5441
#: drizzled/sql_table.cc:231
5443
"Table name cannot be encoded and fit within filesystem name length "
5447
#: drizzled/sql_table.cc:241
5449
"Schema name cannot be encoded and fit within filesystem name length "
5453
#: drizzled/sql_table.cc:2389
5553
5455
msgid "Unknown - internal error %d during operation"
5554
5456
msgstr "Unknown - internal error %d during operation"
5556
#: drizzled/sql_table.cc:4227
5458
#: drizzled/statement/alter_table.cc:1151
5558
5460
msgid "Could not open table %s.%s after rename\n"
5559
5461
msgstr "Could not open table %s.%s after rename\n"
5561
#: drizzled/sql_table.cc:4407
5564
"order_st BY ignored because there is a user-defined clustered index in the "
5567
"order_st BY ignored because there is a user-defined clustered index in the "
5570
#: drizzled/table.cc:354
5573
"'%s' had no or invalid character set, and default character set is multi-"
5574
"byte, so character column sizes may have changed"
5576
"'%s' had no or invalid character set, and default character set is multi-"
5577
"byte, so character column sizes may have changed"
5579
#: drizzled/table.cc:1782
5463
#: drizzled/statement/alter_table.cc:1314
5466
"order_st BY ignored because there is a user-defined clustered index in the "
5469
"order_st BY ignored because there is a user-defined clustered index in the "
5472
#: drizzled/table.cc:329
5475
"'%s' had no or invalid character set, and default character set is multi-"
5476
"byte, so character column sizes may have changed"
5478
"'%s' had no or invalid character set, and default character set is multi-"
5479
"byte, so character column sizes may have changed"
5481
#: drizzled/table.cc:1586
5581
5483
msgid "Unknown collation '%s' in table '%-.64s' definition"
5582
5484
msgstr "Unknown collation '%s' in table '%-.64s' definition"
5584
#: drizzled/table.cc:1789
5587
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5590
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5593
#: drizzled/table.cc:2251
5596
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5599
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5602
#: drizzled/table.cc:2278
5605
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5606
"have type %s, found type %s."
5608
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5609
"have type %s, found type %s."
5611
#: drizzled/table.cc:2289
5614
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5615
"position %d to have character set '%s' but the type has no character set."
5617
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5618
"position %d to have character set '%s' but the type has no character set."
5620
#: drizzled/table.cc:2301
5623
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5624
"position %d to have character set '%s' but found character set '%s'."
5626
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5627
"position %d to have character set '%s' but found character set '%s'."
5629
#: drizzled/table.cc:2314
5632
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5633
"have type %s but the column is not found."
5635
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5636
"have type %s but the column is not found."
5638
#: drizzled/table.cc:4400
5486
#: drizzled/table.cc:1593
5489
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5492
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5495
#: drizzled/table.cc:3488
5640
5497
msgid "Got error %d when reading table '%s'"
5641
5498
msgstr "Got error %d when reading table '%s'"
5914
5776
"and boolean options {false|true} Value (after reading options)\n"
5915
5777
"--------------------------------- -----------------------------\n"
5917
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5779
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5918
5780
msgid "(No default value)"
5919
5781
msgstr "(No default value)"
5921
#: mysys/my_getopt.cc:1254
5783
#: mysys/my_getopt.cc:1255
5925
#: mysys/my_getopt.cc:1254
5787
#: mysys/my_getopt.cc:1255
5929
#: mysys/my_getopt.cc:1287
5791
#: mysys/my_getopt.cc:1288
5931
5793
msgid "(Disabled)\n"
5932
5794
msgstr "(Disabled)\n"
5934
#: plugin/auth_http/auth_http.cc:128
5796
#: plugin/auth_http/auth_http.cc:138
5935
5797
msgid "Enable HTTP Auth check"
5936
5798
msgstr "Enable HTTP Auth check"
5938
#: plugin/auth_http/auth_http.cc:138
5800
#: plugin/auth_http/auth_http.cc:148
5939
5801
msgid "URL for HTTP Auth check"
5940
5802
msgstr "URL for HTTP Auth check"
5804
#: plugin/command_log/command_log.cc:116
5805
#: plugin/command_log/command_log_reader.cc:94
5807
msgid "Failed to open command log file %s. Got error: %s\n"
5810
#: plugin/command_log/command_log.cc:200
5813
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5814
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5817
#: plugin/command_log/command_log.cc:242
5820
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5821
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5824
#: plugin/command_log/command_log.cc:294
5827
"Failed to write full checksum of command. Tried to write %<PRId64> bytes at "
5828
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5831
#: plugin/command_log/command_log.cc:390
5832
msgid "Enable command log"
5835
#: plugin/command_log/command_log.cc:398
5836
msgid "DEBUGGING - Truncate command log"
5839
#: plugin/command_log/command_log.cc:406
5840
msgid "Path to the file to use for command log."
5843
#: plugin/command_log/command_log.cc:414
5844
msgid "Enable CRC32 Checksumming"
5847
#: plugin/command_log/command_log.cc:432
5848
msgid "Command Message Log"
5851
#: plugin/command_log/command_log_reader.cc:114
5853
msgid "Failed to read length header at offset %<PRId64>. Got error: %s\n"
5856
#: plugin/command_log/command_log_reader.cc:137
5858
msgid "Failed to parse command message at offset %<PRId64>. Got error: %s\n"
5861
#: plugin/command_log/command_log_reader.cc:171
5863
msgid "Failed to read checksum trailer at offset %<PRId64>. Got error: %s\n"
5866
#: plugin/command_log/command_log_reader.cc:186
5867
msgid "Checksum FAILED!\n"
5870
#: plugin/console/console.cc:346
5871
msgid "Enable the console."
5874
#: plugin/console/console.cc:349
5875
msgid "Turn on extra debugging."
5878
#: plugin/default_replicator/default_replicator.cc:97
5879
msgid "Enable default replicator"
5882
#: plugin/default_replicator/default_replicator.cc:112
5883
msgid "Default Replicator"
5942
5886
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5943
5887
msgid "Error Messages to stderr"
5944
5888
msgstr "Error Messages to stderr"
5946
#: plugin/logging_gearman/logging_gearman.cc:263
5890
#: plugin/filtered_replicator/filtered_replicator.cc:484
5891
msgid "Enable filtered replicator"
5894
#: plugin/filtered_replicator/filtered_replicator.cc:491
5895
msgid "List of schemas to filter"
5898
#: plugin/filtered_replicator/filtered_replicator.cc:498
5899
msgid "List of tables to filter"
5902
#: plugin/filtered_replicator/filtered_replicator.cc:505
5903
msgid "Regular expression to apply to schemas to filter"
5906
#: plugin/filtered_replicator/filtered_replicator.cc:512
5907
msgid "Regular expression to apply to tables to filter"
5910
#: plugin/filtered_replicator/filtered_replicator.cc:531
5911
msgid "Filtered Replicator"
5914
#: plugin/logging_gearman/logging_gearman.cc:186
5948
5916
msgid "fail gearman_client_create(): %s"
5949
5917
msgstr "fail gearman_client_create(): %s"
5951
#: plugin/logging_gearman/logging_gearman.cc:273
5919
#: plugin/logging_gearman/logging_gearman.cc:197
5953
5921
msgid "fail gearman_client_add_server(): %s"
5954
5922
msgstr "fail gearman_client_add_server(): %s"
5956
#: plugin/logging_gearman/logging_gearman.cc:299
5924
#: plugin/logging_gearman/logging_gearman.cc:310
5957
5925
msgid "Enable logging to a gearman server"
5958
5926
msgstr "Enable logging to a gearman server"
5960
#: plugin/logging_gearman/logging_gearman.cc:308
5928
#: plugin/logging_gearman/logging_gearman.cc:319
5961
5929
msgid "Hostname for logging to a Gearman server"
5962
5930
msgstr "Hostname for logging to a Gearman server"
5964
#: plugin/logging_gearman/logging_gearman.cc:317
5932
#: plugin/logging_gearman/logging_gearman.cc:328
5965
5933
msgid "Gearman Function to send logging to"
5966
5934
msgstr "Gearman Function to send logging to"
5968
#: plugin/logging_gearman/logging_gearman.cc:334
5936
#: plugin/logging_gearman/logging_gearman.cc:345
5969
5937
msgid "Log queries to a Gearman server"
5970
5938
msgstr "Log queries to a Gearman server"
5972
#: plugin/logging_query/logging_query.cc:278
5940
#: plugin/logging_query/logging_query.cc:188
5974
5942
msgid "fail open() fn=%s er=%s\n"
5975
5943
msgstr "fail open() fn=%s er=%s\n"
5977
#: plugin/logging_query/logging_query.cc:317
5945
#: plugin/logging_query/logging_query.cc:344
5978
5946
msgid "Enable logging to CSV file"
5979
5947
msgstr "Enable logging to CSV file"
5981
#: plugin/logging_query/logging_query.cc:326
5949
#: plugin/logging_query/logging_query.cc:353
5982
5950
msgid "File to log to"
5983
5951
msgstr "File to log to"
5985
#: plugin/logging_query/logging_query.cc:335
5986
#: plugin/logging_syslog/logging_syslog.cc:248
5953
#: plugin/logging_query/logging_query.cc:362
5954
msgid "PCRE to match the query against"
5957
#: plugin/logging_query/logging_query.cc:371
5958
#: plugin/logging_syslog/logging_syslog.cc:231
5987
5959
msgid "Threshold for logging slow queries, in microseconds"
5988
5960
msgstr "Threshold for logging slow queries, in microseconds"
5990
#: plugin/logging_query/logging_query.cc:347
5991
#: plugin/logging_syslog/logging_syslog.cc:260
5962
#: plugin/logging_query/logging_query.cc:383
5963
#: plugin/logging_syslog/logging_syslog.cc:243
5992
5964
msgid "Threshold for logging big queries, for rows returned"
5993
5965
msgstr "Threshold for logging big queries, for rows returned"
5995
#: plugin/logging_query/logging_query.cc:359
5996
#: plugin/logging_syslog/logging_syslog.cc:272
5967
#: plugin/logging_query/logging_query.cc:395
5968
#: plugin/logging_syslog/logging_syslog.cc:255
5997
5969
msgid "Threshold for logging big queries, for rows examined"
5998
5970
msgstr "Threshold for logging big queries, for rows examined"
6000
#: plugin/logging_query/logging_query.cc:381
5972
#: plugin/logging_query/logging_query.cc:418
6001
5973
msgid "Log queries to a CSV file"
6002
5974
msgstr "Log queries to a CSV file"
6004
#: plugin/logging_syslog/logging_syslog.cc:169
5976
#: plugin/logging_syslog/logging_syslog.cc:84
6006
5978
msgid "syslog facility \"%s\" not known, using \"local0\""
6007
5979
msgstr "syslog facility \"%s\" not known, using \"local0\""
6009
#: plugin/logging_syslog/logging_syslog.cc:186
5981
#: plugin/logging_syslog/logging_syslog.cc:100
6011
5983
msgid "syslog priority \"%s\" not known, using \"info\""
6012
5984
msgstr "syslog priority \"%s\" not known, using \"info\""
6014
#: plugin/logging_syslog/logging_syslog.cc:212
6015
msgid "Enable logging"
6016
msgstr "Enable logging"
5986
#: plugin/logging_syslog/logging_syslog.cc:195
5987
msgid "Enable logging to syslog"
6018
#: plugin/logging_syslog/logging_syslog.cc:221
5990
#: plugin/logging_syslog/logging_syslog.cc:204
6019
5991
msgid "Syslog Ident"
6020
5992
msgstr "Syslog Ident"
6022
#: plugin/logging_syslog/logging_syslog.cc:230
5994
#: plugin/logging_syslog/logging_syslog.cc:213
6023
5995
msgid "Syslog Facility"
6024
5996
msgstr "Syslog Facility"
6026
#: plugin/logging_syslog/logging_syslog.cc:239
5998
#: plugin/logging_syslog/logging_syslog.cc:222
6027
5999
msgid "Syslog Priority"
6028
6000
msgstr "Syslog Priority"
6030
#: plugin/logging_syslog/logging_syslog.cc:296
6002
#: plugin/logging_syslog/logging_syslog.cc:279
6031
6003
msgid "Log to syslog"
6032
6004
msgstr "Log to syslog"
6034
#: plugin/multi_thread/multi_thread.cc:137
6006
#: plugin/multi_thread/multi_thread.cc:171
6035
6007
msgid "Maximum number of user threads available."
6036
6008
msgstr "Maximum number of user threads available."
6038
#: plugin/myisam/ha_myisam.cc:468
6010
#: plugin/myisam/ha_myisam.cc:447
6040
6012
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6041
6013
msgstr "Got an error from thread_id=%<PRIu64>, %s:%d"
6043
#: plugin/myisam/ha_myisam.cc:472
6015
#: plugin/myisam/ha_myisam.cc:451
6045
6017
msgid "Got an error from unknown thread, %s:%d"
6046
6018
msgstr "Got an error from unknown thread, %s:%d"
6048
#: plugin/myisam/ha_myisam.cc:478
6020
#: plugin/myisam/ha_myisam.cc:457
6049
6021
msgid "Unknown thread accessing table"
6050
6022
msgstr "Unknown thread accessing table"
6052
#: plugin/myisam/ha_myisam.cc:1861
6024
#: plugin/myisam/ha_myisam.cc:1492
6053
6025
msgid "Block size to be used for MyISAM index pages."
6054
6026
msgstr "Block size to be used for MyISAM index pages."
6056
#: plugin/myisam/ha_myisam.cc:1867
6058
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6059
"disables parallel repair."
6061
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6062
"disables parallel repair."
6064
#: plugin/myisam/ha_myisam.cc:1873
6066
"Don't use the fast sort index method to created index if the temporary file "
6067
"would get bigger than this."
6069
"Don't use the fast sort index method to created index if the temporary file "
6070
"would get bigger than this."
6072
#: plugin/myisam/ha_myisam.cc:1878
6074
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6075
"when creating indexes with CREATE INDEX or ALTER TABLE."
6077
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6078
"when creating indexes with CREATE INDEX or ALTER TABLE."
6080
#: plugin/myisam/ha_myisam.cc:1884
6028
#: plugin/myisam/ha_myisam.cc:1498
6030
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6031
"disables parallel repair."
6033
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6034
"disables parallel repair."
6036
#: plugin/myisam/ha_myisam.cc:1504
6038
"Don't use the fast sort index method to created index if the temporary file "
6039
"would get bigger than this."
6041
"Don't use the fast sort index method to created index if the temporary file "
6042
"would get bigger than this."
6044
#: plugin/myisam/ha_myisam.cc:1509
6046
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6047
"when creating indexes with CREATE INDEX or ALTER TABLE."
6049
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6050
"when creating indexes with CREATE INDEX or ALTER TABLE."
6052
#: plugin/myisam/ha_myisam.cc:1515
6081
6053
msgid "Default pointer size to be used for MyISAM tables."
6082
6054
msgstr "Default pointer size to be used for MyISAM tables."
6593
6564
msgid "Statement closed indirectly because of a preceding %s() call"
6594
6565
msgstr "Statement closed indirectly because of a preceding %s() call"
6596
#: plugin/pool_of_threads/pool_of_threads.cc:204
6567
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:829
6568
msgid "Connect Timeout."
6571
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:832
6572
msgid "Read Timeout."
6575
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:834
6576
msgid "Write Timeout."
6579
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:836
6580
msgid "Retry Count."
6583
#: plugin/pool_of_threads/pool_of_threads.cc:237
6597
6584
msgid "event_add error in libevent_add_session_callback\n"
6598
6585
msgstr "event_add error in libevent_add_session_callback\n"
6600
#: plugin/pool_of_threads/pool_of_threads.cc:346
6587
#: plugin/pool_of_threads/pool_of_threads.cc:403
6601
6588
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6602
6589
msgstr "init_pipe(session_add_pipe) error in libevent_init\n"
6604
#: plugin/pool_of_threads/pool_of_threads.cc:353
6591
#: plugin/pool_of_threads/pool_of_threads.cc:410
6605
6592
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6606
6593
msgstr "init_pipe(session_kill_pipe) error in libevent_init\n"
6608
#: plugin/pool_of_threads/pool_of_threads.cc:365
6595
#: plugin/pool_of_threads/pool_of_threads.cc:422
6609
6596
msgid "session_add_event event_add error in libevent_init\n"
6610
6597
msgstr "session_add_event event_add error in libevent_init\n"
6612
#: plugin/pool_of_threads/pool_of_threads.cc:378
6599
#: plugin/pool_of_threads/pool_of_threads.cc:435
6614
6601
msgid "Can't create completion port thread (error %d)"
6615
6602
msgstr "Can't create completion port thread (error %d)"
6617
#: plugin/pool_of_threads/pool_of_threads.cc:462
6604
#: plugin/pool_of_threads/pool_of_threads.cc:527
6618
6605
msgid "libevent_thread_proc: my_thread_init() failed\n"
6619
6606
msgstr "libevent_thread_proc: my_thread_init() failed\n"
6621
#: plugin/pool_of_threads/pool_of_threads.cc:642
6608
#: plugin/pool_of_threads/pool_of_threads.cc:725
6622
6609
msgid "Size of Pool."
6623
6610
msgstr "Size of Pool."
6625
#: plugin/signal_handler/signal_handler.cc:212
6612
#: plugin/signal_handler/signal_handler.cc:214
6627
6614
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6628
6615
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
6617
#~ msgid "Unknown command '\\%c'."
6618
#~ msgstr "Unknown command '\\%c'."
6630
6620
#~ msgid "Use old, non-optimized alter table."
6631
6621
#~ msgstr "Use old, non-optimised alter table."
6624
#~ "Specifies how MyISAM index statistics collection code should threat "
6625
#~ "NULLs. Possible values of name are 'nulls_unequal' (default behavior), "
6626
#~ "'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
6628
#~ "Specifies how MyISAM index statistics collection code should threat "
6629
#~ "NULLs. Possible values of name are 'nulls_unequal' (default behaviour), "
6630
#~ "'nulls_equal' (emulate MySQL 4.0 behaviour), and 'nulls_ignored'."
6632
#~ msgid "Set the default character set."
6633
#~ msgstr "Set the default character set."
6635
#~ msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
6636
#~ msgstr "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
6634
6638
#~ msgid "Plugin '%s' init function returned error."
6635
6639
#~ msgstr "Plugin '%s' init function returned error."
6638
#~ "Using this option will cause most temporary files created to use a small set "
6639
#~ "of names, rather than a unique name for each new file."
6641
#~ "Using this option will cause most temporary files created to use a small set "
6642
#~ "of names, rather than a unique name for each new file."
6645
#~ "Optional colon (or semicolon) separated list of plugins to load,where each "
6646
#~ "plugin is identified by the name of the shared library. [for example: --"
6647
#~ "plugin_load=libmd5udf.so:libauth_pam.so]"
6649
#~ "Optional colon (or semicolon) separated list of plugins to load,where each "
6650
#~ "plugin is identified by the name of the shared library. [for example: --"
6651
#~ "plugin_load=libmd5udf.so:libauth_pam.so]"
6641
#~ msgid "Retrying bind on TCP/IP port %u"
6642
#~ msgstr "Retrying bind on TCP/IP port %u"
6644
#~ msgid "Can't start server: Bind on TCP/IP port"
6645
#~ msgstr "Can't start server: Bind on TCP/IP port"
6650
#~ msgid "listen() on TCP/IP failed with error %d"
6651
#~ msgstr "listen() on TCP/IP failed with error %d"
6653
#~ msgid "Can't start server: listen() on TCP/IP port"
6654
#~ msgstr "Can't start server: listen() on TCP/IP port"
6656
#~ msgid "Do you already have another drizzled server running on port: %d ?"
6657
#~ msgstr "Do you already have another drizzled server running on port: %d ?"
6659
#~ msgid "drizzled: Got error %d from select"
6660
#~ msgstr "drizzled: Got error %d from select"
6663
#~ "It is possible that drizzled could use up to \n"
6664
#~ "key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
6666
#~ "bytes of memory\n"
6667
#~ "Hope that's ok; if not, decrease some variables in the equation.\n"
6670
#~ "It is possible that drizzled could use up to \n"
6671
#~ "key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
6673
#~ "bytes of memory\n"
6674
#~ "Hope that's ok; if not, decrease some variables in the equation.\n"
6677
#~ msgid "Set the filesystem character set."
6678
#~ msgstr "Set the filesystem character set."
6680
#~ msgid "Type of DELAY_KEY_WRITE."
6681
#~ msgstr "Type of DELAY_KEY_WRITE."
6683
#~ msgid "Push supported query conditions to the storage engine."
6684
#~ msgstr "Push supported query conditions to the storage engine."
6686
#~ msgid "Log all MyISAM changes to file."
6687
#~ msgstr "Log all MyISAM changes to file."
6689
#~ msgid "Log connections and queries to file."
6690
#~ msgstr "Log connections and queries to file."
6693
#~ "Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
6694
#~ "BACKUP, FORCE or QUICK."
6696
#~ "Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
6697
#~ "BACKUP, FORCE or QUICK."
6700
#~ "Using this option will cause most temporary files created to use a small "
6701
#~ "set of names, rather than a unique name for each new file."
6703
#~ "Using this option will cause most temporary files created to use a small "
6704
#~ "set of names, rather than a unique name for each new file."
6707
#~ "The number of seconds the drizzled server is waiting for a connect packet "
6708
#~ "before responding with 'Bad handshake'."
6710
#~ "The number of seconds the drizzled server is waiting for a connect packet "
6711
#~ "before responding with 'Bad handshake'."
6714
#~ "Don't overwrite stale .MYD and .MYI even if no directory is specified."
6716
#~ "Don't overwrite stale .MYD and .MYI even if no directory is specified."
6718
#~ msgid "Maximum number of temporary tables a client can keep open at a time."
6720
#~ "Maximum number of temporary tables a client can keep open at a time."
6723
#~ "Number of seconds to wait for a block to be written to a connection "
6724
#~ "before aborting the write."
6726
#~ "Number of seconds to wait for a block to be written to a connection "
6727
#~ "before aborting the write."
6730
#~ "Number of seconds to wait for more data from a connection before aborting "
6733
#~ "Number of seconds to wait for more data from a connection before aborting "
6737
#~ "If a read on a communication port is interrupted, retry this many times "
6738
#~ "before giving up."
6740
#~ "If a read on a communication port is interrupted, retry this many times "
6741
#~ "before giving up."
6744
#~ "Optional colon (or semicolon) separated list of plugins to load,where "
6745
#~ "each plugin is identified by the name of the shared library. [for "
6746
#~ "example: --plugin_load=libmd5udf.so:libauth_pam.so]"
6748
#~ "Optional colon (or semicolon) separated list of plugins to load,where "
6749
#~ "each plugin is identified by the name of the shared library. [for "
6750
#~ "example: --plugin_load=libmd5udf.so:libauth_pam.so]"
6752
#~ msgid "Wrong option to %s. Option(s) given: %s\n"
6753
#~ msgstr "Wrong option to %s. Option(s) given: %s\n"
6756
#~ "The number of seconds the server waits for activity on a connection "
6757
#~ "before closing it."
6759
#~ "The number of seconds the server waits for activity on a connection "
6760
#~ "before closing it."
6762
#~ msgid "No option given to %s\n"
6763
#~ msgstr "No option given to %s\n"
6767
#~ "To see what values a running Drizzle server is using, type\n"
6768
#~ "'drizzleadmin variables' instead of 'drizzled --help'."
6771
#~ "To see what values a running Drizzle server is using, type\n"
6772
#~ "'drizzleadmin variables' instead of 'drizzled --help'."
6774
#~ msgid "Alternatives are: '%s'"
6775
#~ msgstr "Alternatives are: '%s'"
6784
#~ "%s: ready for connections.\n"
6785
#~ "Version: '%s' socket: '%s' port: %d"
6787
#~ "%s: ready for connections.\n"
6788
#~ "Version: '%s' socket: '%s' port: %d"