649
649
"You can turn off this feature to get a quicker start-up with -A\n"
652
#: ../client/drizzle.cc:2745
652
#: ../client/drizzle.cc:2728
653
653
msgid "No connection. Trying to reconnect..."
654
654
msgstr "No connection. Trying to reconnect..."
656
#: ../client/drizzle.cc:2751
656
#: ../client/drizzle.cc:2734
657
657
msgid "Can't connect to the server\n"
658
658
msgstr "Can't connect to the server\n"
660
#: ../client/drizzle.cc:2835
660
#: ../client/drizzle.cc:2818
661
661
msgid "List of all Drizzle commands:"
662
662
msgstr "List of all Drizzle commands:"
664
#: ../client/drizzle.cc:2839
664
#: ../client/drizzle.cc:2822
665
665
#, fuzzy, c-format
667
667
"Note that all text commands must be first on line and end with '%s' or \\g"
668
668
msgstr "Note that all text commands must be first on line and end with ';'"
670
#: ../client/drizzle.cc:2897
670
#: ../client/drizzle.cc:2880
671
671
msgid "No query specified\n"
672
672
msgstr "No query specified\n"
674
#: ../client/drizzle.cc:2912
674
#: ../client/drizzle.cc:2895
675
675
msgid "Ignoring query to other database"
676
676
msgstr "Ignoring query to other database"
678
#: ../client/drizzle.cc:2961
678
#: ../client/drizzle.cc:2944
679
679
msgid "Empty set"
680
680
msgstr "Empty set"
682
#: ../client/drizzle.cc:2974
682
#: ../client/drizzle.cc:2957
684
684
msgid "%ld row in set"
685
685
msgid_plural "%ld rows in set"
686
686
msgstr[0] "%ld row in set"
687
687
msgstr[1] "%ld rows in set"
689
#: ../client/drizzle.cc:2983
689
#: ../client/drizzle.cc:2966
691
691
msgstr "Query OK"
693
#: ../client/drizzle.cc:2985
693
#: ../client/drizzle.cc:2968
695
695
msgid "Query OK, %ld row affected"
696
696
msgid_plural "Query OK, %ld rows affected"
697
697
msgstr[0] "Query OK, %ld row affected"
698
698
msgstr[1] "Query OK, %ld rows affected"
700
#: ../client/drizzle.cc:3057
700
#: ../client/drizzle.cc:3040
701
701
msgid "popen() failed! defaulting PAGER to stdout!\n"
704
#: ../client/drizzle.cc:3079
704
#: ../client/drizzle.cc:3062
705
705
#, fuzzy, c-format
706
706
msgid "Error logging to file '%s'\n"
707
707
msgstr "Enable logging to CSV file"
709
#: ../client/drizzle.cc:3084
709
#: ../client/drizzle.cc:3067
710
710
#, fuzzy, c-format
711
711
msgid "Logging to file '%s'\n"
712
712
msgstr "Reading history-file %s\n"
714
#: ../client/drizzle.cc:3168
714
#: ../client/drizzle.cc:3151
717
717
"Field %3u: `%s`\n"
731
#: ../client/drizzle.cc:3748
731
#: ../client/drizzle.cc:3731
733
733
msgid "No previous outfile available, you must give a filename!\n"
736
#: ../client/drizzle.cc:3753
736
#: ../client/drizzle.cc:3736
737
737
#, fuzzy, c-format
738
738
msgid "Currently logging to file '%s'\n"
739
739
msgstr "Enable logging to CSV file"
741
#: ../client/drizzle.cc:3773
741
#: ../client/drizzle.cc:3756
742
742
#, fuzzy, c-format
743
743
msgid "No outfile specified!\n"
744
744
msgstr "No query specified\n"
746
#: ../client/drizzle.cc:3786
746
#: ../client/drizzle.cc:3769
747
747
msgid "Outfile disabled.\n"
750
#: ../client/drizzle.cc:3813
750
#: ../client/drizzle.cc:3796
752
752
msgid "Default pager wasn't set, using stdout.\n"
753
753
msgstr "Disable pager, print to stdout."
755
#: ../client/drizzle.cc:3833
755
#: ../client/drizzle.cc:3816
757
757
msgid "PAGER set to '%s'\n"
760
#: ../client/drizzle.cc:3844
760
#: ../client/drizzle.cc:3827
761
761
msgid "PAGER set to stdout\n"
764
#: ../client/drizzle.cc:3927
764
#: ../client/drizzle.cc:3910
766
766
msgid "Connection id: %u"
769
#: ../client/drizzle.cc:3929
769
#: ../client/drizzle.cc:3912
770
770
#, fuzzy, c-format
771
771
msgid "Current schema: %.128s\n"
772
772
msgstr "Unknown database '%-.192s'"
774
#: ../client/drizzle.cc:3930
774
#: ../client/drizzle.cc:3913
775
775
msgid "*** NONE ***"
778
778
#. Skip command name
779
#: ../client/drizzle.cc:3950
779
#: ../client/drizzle.cc:3933
780
780
msgid "Usage: \\. <filename> | source <filename>"
783
#: ../client/drizzle.cc:3965
783
#: ../client/drizzle.cc:3948
784
784
#, fuzzy, c-format
785
785
msgid "Failed to open file '%s', error: %d"
786
786
msgstr "Can't open file: '%-.200s' (errno: %d)"
788
#: ../client/drizzle.cc:3973
788
#: ../client/drizzle.cc:3956
790
790
msgid "Can't initialize LineBuffer"
791
791
msgstr "Can't initialize %-.64s backup driver"
793
#: ../client/drizzle.cc:4009
793
#: ../client/drizzle.cc:3992
794
794
msgid "DELIMITER must be followed by a 'delimiter' character or string"
797
#: ../client/drizzle.cc:4042
797
#: ../client/drizzle.cc:4025
798
798
msgid "USE must be followed by a schema name"
801
#: ../client/drizzle.cc:4110
801
#: ../client/drizzle.cc:4093
803
803
msgid "Schema changed"
804
804
msgstr "Database to use."
806
#: ../client/drizzle.cc:4156
806
#: ../client/drizzle.cc:4139
808
808
msgid "Show warnings enabled."
809
809
msgstr "Show warnings after every statement."
811
#: ../client/drizzle.cc:4164
811
#: ../client/drizzle.cc:4147
813
813
msgid "Show warnings disabled."
814
814
msgstr "Show warnings after every statement."
816
#: ../client/drizzle.cc:4295
816
#: ../client/drizzle.cc:4278
820
820
"Connection id:\t\t%lu\n"
823
#: ../client/drizzle.cc:4307
823
#: ../client/drizzle.cc:4290
824
824
#, fuzzy, c-format
825
825
msgid "Current schema:\t%s\n"
826
826
msgstr "Can't init databases"
828
#: ../client/drizzle.cc:4308
828
#: ../client/drizzle.cc:4291
830
830
msgid "Current user:\t\t%s\n"
833
#: ../client/drizzle.cc:4314
833
#: ../client/drizzle.cc:4297
834
834
msgid "SSL:\t\t\tNot in use"
837
#: ../client/drizzle.cc:4319
837
#: ../client/drizzle.cc:4302
841
841
"No connection\n"
842
842
msgstr "Too many connections"
844
#: ../client/drizzle.cc:4326
844
#: ../client/drizzle.cc:4309
847
847
"All updates ignored to this schema\n"
850
#: ../client/drizzle.cc:4329
850
#: ../client/drizzle.cc:4312
852
852
msgid "Current pager:\t\t%s\n"
855
#: ../client/drizzle.cc:4330
855
#: ../client/drizzle.cc:4313
857
857
msgid "Using outfile:\t\t'%s'\n"
860
#: ../client/drizzle.cc:4331
860
#: ../client/drizzle.cc:4314
862
862
msgid "Using delimiter:\t%s\n"
865
#: ../client/drizzle.cc:4332
865
#: ../client/drizzle.cc:4315
867
867
msgid "Server version:\t\t%s\n"
870
#: ../client/drizzle.cc:4333
870
#: ../client/drizzle.cc:4316
871
871
#, fuzzy, c-format
872
872
msgid "Protocol:\t\t%s\n"
873
873
msgstr "-- Connecting to %s...\n"
875
#: ../client/drizzle.cc:4334
875
#: ../client/drizzle.cc:4317
877
877
msgid "Protocol version:\t%d\n"
880
#: ../client/drizzle.cc:4335
880
#: ../client/drizzle.cc:4318
881
881
#, fuzzy, c-format
882
882
msgid "Connection:\t\t%s\n"
883
883
msgstr "-- Connecting to %s...\n"
885
#: ../client/drizzle.cc:4342
885
#: ../client/drizzle.cc:4325
887
887
msgid "UNIX socket:\t\t%s\n"
890
#: ../client/drizzle.cc:4344
890
#: ../client/drizzle.cc:4327
892
892
msgid "TCP port:\t\t%d\n"
895
#: ../client/drizzle.cc:4349
895
#: ../client/drizzle.cc:4332
898
898
"Note that you are running in safe_update_mode:\n"
901
#: ../client/drizzle.cc:4351
901
#: ../client/drizzle.cc:4334
904
904
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
914
#: ../client/drizzle.cc:4413 ../drizzled/option.cc:340
914
#: ../client/drizzle.cc:4396 ../drizzled/option.cc:340
919
#: ../client/drizzle.cc:4456
919
#: ../client/drizzle.cc:4439
921
921
msgid "ERROR %d (%s): "
924
#: ../client/drizzle.cc:4458
924
#: ../client/drizzle.cc:4441
925
925
#, fuzzy, c-format
926
926
msgid "ERROR %d: "
929
#: ../client/drizzle.cc:4461
929
#: ../client/drizzle.cc:4444
934
#: ../client/drizzle.cc:4566
934
#: ../client/drizzle.cc:4549
938
#: ../client/drizzle.cc:4568
938
#: ../client/drizzle.cc:4551
942
#: ../client/drizzle.cc:4572
942
#: ../client/drizzle.cc:4555
946
#: ../client/drizzle.cc:4582
946
#: ../client/drizzle.cc:4565
950
#: ../client/drizzle.cc:4684
950
#: ../client/drizzle.cc:4667
951
951
msgid "(unknown)"
954
#: ../client/drizzle.cc:4804
954
#: ../client/drizzle.cc:4787
956
956
msgid "Returning to default PROMPT of %s\n"
959
#: ../client/drizzle.cc:4809
959
#: ../client/drizzle.cc:4792
961
961
msgid "Memory allocation error. Not changing prompt\n"
962
962
msgstr "Memory allocation error while constructing initial prompt. Aborting.\n"
964
#: ../client/drizzle.cc:4814
964
#: ../client/drizzle.cc:4797
966
966
msgid "PROMPT set to '%s'\n"
3870
3870
"setrlimit could not change the size of core files to 'infinity'; We may not "
3871
3871
"be able to generate a core file on signals"
3873
#: ../drizzled/main.cc:288
3873
#: ../drizzled/main.cc:289
3875
3875
msgid "Data directory %s does not exist\n"
3876
3876
msgstr "Data directory %s does not exist\n"
3878
#: ../drizzled/main.cc:299
3878
#: ../drizzled/main.cc:300
3879
3879
#, fuzzy, c-format
3880
3880
msgid "Local catalog %s/local does not exist\n"
3881
3881
msgstr "Data directory %s does not exist\n"
3883
#: ../drizzled/main.cc:324 ../plugin/multi_thread/multi_thread.cc:84
3883
#: ../drizzled/main.cc:325 ../plugin/multi_thread/multi_thread.cc:84
3884
3884
msgid "Drizzle has receieved an abort event."
3887
#: ../drizzled/main.cc:325 ../plugin/multi_thread/multi_thread.cc:85
3887
#: ../drizzled/main.cc:326 ../plugin/multi_thread/multi_thread.cc:85
3888
3888
msgid "In Function: "
3891
#: ../drizzled/main.cc:326 ../plugin/multi_thread/multi_thread.cc:86
3891
#: ../drizzled/main.cc:327 ../plugin/multi_thread/multi_thread.cc:86
3892
3892
msgid "In File: "
3895
#: ../drizzled/main.cc:327 ../plugin/multi_thread/multi_thread.cc:87
3895
#: ../drizzled/main.cc:328 ../plugin/multi_thread/multi_thread.cc:87
3896
3896
msgid "On Line: "
4390
4390
msgid "How often to empty the users cache, 0 to disable"
4393
#: ../plugin/console/console.cc:348
4393
#: ../plugin/console/console.cc:349
4395
4395
msgid "pipe() failed with errno %d"
4396
4396
msgstr "pipe() failed with errno %d"
4398
#: ../plugin/console/console.cc:384
4398
#: ../plugin/console/console.cc:385
4399
4399
msgid "Enable the console."
4400
4400
msgstr "Enable the console."
4402
#: ../plugin/console/console.cc:387
4402
#: ../plugin/console/console.cc:388
4403
4403
msgid "Turn on extra debugging."
4404
4404
msgstr "Turn on extra debugging."
4406
#: ../plugin/console/console.cc:390
4406
#: ../plugin/console/console.cc:391
4407
4407
msgid "User to use for auth."
4408
4408
msgstr "User to use for auth."
4410
#: ../plugin/console/console.cc:393
4410
#: ../plugin/console/console.cc:394
4411
4411
msgid "Password to use for auth."
4412
4412
msgstr "Password to use for auth."
4414
#: ../plugin/console/console.cc:396
4414
#: ../plugin/console/console.cc:397
4416
4416
msgid "Default catalog to use."
4417
4417
msgstr "Default database to use."
4419
#: ../plugin/console/console.cc:399
4419
#: ../plugin/console/console.cc:400
4421
4421
msgid "Default schema to use."
4422
4422
msgstr "Default database to use."
4683
4683
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4686
#: ../plugin/hello_events/hello_events.cc:401
4686
#: ../plugin/hello_events/hello_events.cc:403
4687
4687
msgid "Enable Example Events Plugin"
4690
#: ../plugin/hello_events/hello_events.cc:404
4691
#: ../plugin/hello_events/hello_events.cc:407
4690
#: ../plugin/hello_events/hello_events.cc:406
4691
#: ../plugin/hello_events/hello_events.cc:409
4692
4692
msgid "A comma delimited list of databases to watch"
4695
#: ../plugin/hello_events/hello_events.cc:410
4695
#: ../plugin/hello_events/hello_events.cc:412
4696
4696
msgid "Before write row event observer call position"
4699
#: ../plugin/hello_events/hello_events.cc:413
4700
#: ../plugin/pbms/src/parameters_ms.cc:461
4699
#: ../plugin/hello_events/hello_events.cc:415
4700
#: ../plugin/pbms/src/parameters_ms.cc:462
4701
4701
msgid "Before update row event observer call position"
4704
#: ../plugin/hello_events/hello_events.cc:416
4704
#: ../plugin/hello_events/hello_events.cc:418
4705
4705
msgid "After drop database event observer call position"
4708
#: ../plugin/hello_events/hello_events.cc:427
4708
#: ../plugin/hello_events/hello_events.cc:429
4709
4709
msgid "An example events Plugin"
4874
4874
msgid "Log queries to a CSV file"
4875
4875
msgstr "Log queries to a CSV file"
4877
#: ../plugin/logging_stats/logging_stats.cc:373
4877
#: ../plugin/logging_stats/logging_stats.cc:374
4878
4878
msgid "Max number of users that will be logged"
4881
#: ../plugin/logging_stats/logging_stats.cc:376
4881
#: ../plugin/logging_stats/logging_stats.cc:377
4883
4883
msgid "Max number of range locks to use for Scoreboard"
4884
4884
msgstr "Max number of bytes in sorted records."
4886
#: ../plugin/logging_stats/logging_stats.cc:379
4886
#: ../plugin/logging_stats/logging_stats.cc:380
4887
4887
msgid "Max number of concurrent sessions that will be logged"
4890
#: ../plugin/logging_stats/logging_stats.cc:380
4890
#: ../plugin/logging_stats/logging_stats.cc:381
4892
4892
msgid "Enable Logging Statistics Collection"
4893
4893
msgstr "Enable logging to CSV file"
4895
#: ../plugin/logging_stats/logging_stats.cc:389
4895
#: ../plugin/logging_stats/logging_stats.cc:390
4896
4896
msgid "User Statistics as DATA_DICTIONARY tables"
5249
5249
msgid "Clobber socket file if one is there already."
5252
#: ../plugin/pbms/src/parameters_ms.cc:426
5252
#: ../plugin/pbms/src/parameters_ms.cc:427
5254
5254
msgid "Port number to use for connection or 0 for default PBMS port "
5255
5255
msgstr "Port number to use for connection or use 0 for MySQL protocol default."
5257
#: ../plugin/pbms/src/parameters_ms.cc:429
5257
#: ../plugin/pbms/src/parameters_ms.cc:430
5258
5258
msgid "The maximum size of a BLOB repository file."
5261
#: ../plugin/pbms/src/parameters_ms.cc:432
5261
#: ../plugin/pbms/src/parameters_ms.cc:433
5262
5262
msgid "The maximum size of a temorary BLOB log file."
5265
#: ../plugin/pbms/src/parameters_ms.cc:435
5265
#: ../plugin/pbms/src/parameters_ms.cc:436
5267
5267
"A ':' delimited list of metadata header names to be used to initialize the "
5268
5268
"pbms_metadata_header table when a database is created."
5271
#: ../plugin/pbms/src/parameters_ms.cc:439
5271
#: ../plugin/pbms/src/parameters_ms.cc:440
5272
5272
msgid "The percentage of garbage in a repository file before it is compacted."
5275
#: ../plugin/pbms/src/parameters_ms.cc:442
5275
#: ../plugin/pbms/src/parameters_ms.cc:443
5277
5277
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
5278
5278
"after this time, unless committed to the database."
5281
#: ../plugin/pbms/src/parameters_ms.cc:445
5281
#: ../plugin/pbms/src/parameters_ms.cc:446
5283
5283
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
5284
5284
"HTTP connection."
5287
#: ../plugin/pbms/src/parameters_ms.cc:448
5287
#: ../plugin/pbms/src/parameters_ms.cc:449
5288
5288
msgid "The next backup ID to use when backing up a PBMS database."
5291
#: ../plugin/pbms/src/parameters_ms.cc:451
5291
#: ../plugin/pbms/src/parameters_ms.cc:452
5293
5293
"A comma delimited list of tables to watch of the format: <database>."
5297
#: ../plugin/pbms/src/parameters_ms.cc:453
5297
#: ../plugin/pbms/src/parameters_ms.cc:454
5298
5298
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5301
#: ../plugin/pbms/src/parameters_ms.cc:457
5301
#: ../plugin/pbms/src/parameters_ms.cc:458
5302
5302
msgid "Before insert row event observer call position"