224
223
"Сохранять комментарии. Комментарии будут отправляться на сервер. По "
225
224
"умолчанию комментарии игнорируются, чтобы включить - используйте --comments"
227
#: client/drizzle.cc:1445
226
#: client/drizzle.cc:1448
228
227
msgid "Use compression in server/client protocol."
229
228
msgstr "Использовать сжатие в клиент-серверном протоколе."
231
#: client/drizzle.cc:1448
230
#: client/drizzle.cc:1451
232
231
msgid "Check memory and open file usage at exit ."
233
232
msgstr "Проверить использование памяти и открытых файлов при выходе."
235
#: client/drizzle.cc:1451
234
#: client/drizzle.cc:1454
236
235
msgid "Print some debug info at exit."
237
236
msgstr "Отобразить отладочную информацию при выходе."
239
#: client/drizzle.cc:1453
238
#: client/drizzle.cc:1456
240
239
msgid "Database to use."
241
240
msgstr "База данных для использования."
243
#: client/drizzle.cc:1456
242
#: client/drizzle.cc:1459
244
243
msgid "(not used)"
245
244
msgstr "(не используется)"
247
#: client/drizzle.cc:1458
246
#: client/drizzle.cc:1461
248
247
msgid "Delimiter to be used."
249
248
msgstr "Используемый разделитель команд."
251
#: client/drizzle.cc:1460
250
#: client/drizzle.cc:1463
252
251
msgid "Execute command and quit. (Disables --force and history file)"
253
252
msgstr "Выполнить команду и выйти. (Отключает --force и файл истории команд)"
255
#: client/drizzle.cc:1462
254
#: client/drizzle.cc:1465
256
255
msgid "Print the output of a query (rows) vertically."
257
256
msgstr "Отобразить результаты запроса (строки) вертикально."
259
#: client/drizzle.cc:1465
258
#: client/drizzle.cc:1468
260
259
msgid "Continue even if we get an sql error."
261
260
msgstr "Продолжение работы даже после возникновения ошибок в SQL."
263
#: client/drizzle.cc:1469
262
#: client/drizzle.cc:1472
265
264
"Enable named commands. Named commands mean this program's internal commands; "
266
265
"see drizzle> help . When enabled, the named commands can be used from any "
438
437
"Отключает вывод в файл. Смотри также справку (\\h). ПРЕДУПРЕЖДЕНИЕ: опция "
439
438
"устарела; вместо нее рекомендуется использовать --disable-tee"
441
#: client/drizzle.cc:1544
440
#: client/drizzle.cc:1546
442
441
msgid "User for login if not current user."
444
443
"Имя пользование для подключения (если не совпадает с именем текущего "
447
#: client/drizzle.cc:1547
446
#: client/drizzle.cc:1548
448
447
msgid "Only allow UPDATE and DELETE that uses keys."
449
448
msgstr "Разрешение запросов UPDATE и DELETE только с использованием ключей."
451
#: client/drizzle.cc:1550
450
#: client/drizzle.cc:1551
452
451
msgid "Synonym for option --safe-updates, -U."
453
452
msgstr "Синоним для опции --safe-updates, -U."
455
#: client/drizzle.cc:1553
454
#: client/drizzle.cc:1554
456
455
msgid "Write more. (-v -v -v gives the table output format)."
458
457
"Выводить больше подробностей. (-v -v -v выводит результат в табличном "
461
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
460
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
462
461
msgid "Output version information and exit."
463
462
msgstr "Вывод информации о версии и выход из программы."
465
#: client/drizzle.cc:1557
464
#: client/drizzle.cc:1558
466
465
msgid "Wait and retry if connection is down."
467
466
msgstr "Ожидать и повторять запрос если соединение с сервером разорвано."
469
#: client/drizzle.cc:1560
468
#: client/drizzle.cc:1561
470
469
msgid "Number of seconds before connection timeout."
471
470
msgstr "Количество секунд до таймаута соединения"
473
#: client/drizzle.cc:1565
472
#: client/drizzle.cc:1566
474
473
msgid "Max length of input line"
475
474
msgstr "Максимальная длинна вводимой линии"
477
#: client/drizzle.cc:1570
476
#: client/drizzle.cc:1571
478
477
msgid "Automatic limit for SELECT when using --safe-updates"
480
"Автоматическое ограничение для SELECT при использовании --safe-updates"
478
msgstr "Автоматическое ограничение для SELECT при использовании --safe-updates"
482
#: client/drizzle.cc:1575
480
#: client/drizzle.cc:1576
483
481
msgid "Automatic limit for rows in a join when using --safe-updates"
485
483
"Автоматичекое ограничение для строк в JOIN при использовании --safe-updates"
487
#: client/drizzle.cc:1579
489
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
485
#: client/drizzle.cc:1580
486
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
491
488
"Отклонять соединения от клиентов, использующих старый протокол (до версии "
494
#: client/drizzle.cc:1584
491
#: client/drizzle.cc:1585
495
492
msgid "Number of lines before each import progress report."
496
493
msgstr "Количество линий до показа каждого сообщения о прогрессе импорта."
498
#: client/drizzle.cc:1587
495
#: client/drizzle.cc:1588
499
496
msgid "Ping the server to check if it's alive."
500
497
msgstr "Запрос на сервер для определения его жизнеспособности."
502
#: client/drizzle.cc:1597
499
#: client/drizzle.cc:1598
504
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
501
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
507
#: client/drizzle.cc:1604
504
#: client/drizzle.cc:1605
510
507
"Copyright (C) 2008 Sun Microsystems\n"
512
509
"and you are welcome to modify and redistribute it under the GPL license\n"
515
#: client/drizzle.cc:1609
512
#: client/drizzle.cc:1610
517
514
msgid "Usage: %s [OPTIONS] [database]\n"
518
515
msgstr "Использование: %s [ОПЦИИ] [база данных]\n"
520
#: client/drizzle.cc:1640
517
#: client/drizzle.cc:1641
521
518
msgid "DELIMITER cannot contain a backslash character"
522
519
msgstr "РАЗДЕЛИТЕЛЬ не может содержать обратную косую черту"
524
#: client/drizzle.cc:1658
521
#: client/drizzle.cc:1659
526
523
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
528
525
"ПРЕДУПРЕЖДЕНИЕ: опция устарела; вместо нее рекомендуется использовать --"
531
#: client/drizzle.cc:1681
528
#: client/drizzle.cc:1682
533
530
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
536
#: client/drizzle.cc:1685
533
#: client/drizzle.cc:1686
538
535
msgid "WARNING: --server-arg option not supported in this configuration.\n"
541
#: client/drizzle.cc:1712
538
#: client/drizzle.cc:1717
543
540
"Non-integer value supplied for port. If you are trying to enter a password "
544
541
"please use --password instead."
547
#: client/drizzle.cc:1720
544
#: client/drizzle.cc:1725
548
545
msgid "Value supplied for port is not valid."
551
#: client/drizzle.cc:1866
548
#: client/drizzle.cc:1864
553
550
msgid "Processing line: %<PRIu32>\n"
556
#: client/drizzle.cc:2083
553
#: client/drizzle.cc:2079
558
555
msgid "Unknown command '\\%c'."
559
556
msgstr "Неизвестная команда '\\%c'."
561
#: client/drizzle.cc:2493
558
#: client/drizzle.cc:2489
563
560
"Reading table information for completion of table and column names\n"
564
561
" You can turn off this feature to get a quicker startup with -A\n"
568
#: client/drizzle.cc:2583
565
#: client/drizzle.cc:2579
569
566
msgid "No connection. Trying to reconnect..."
570
567
msgstr "Нет соеденения. Попытка переподключения..."
572
#: client/drizzle.cc:2589
569
#: client/drizzle.cc:2585
573
570
msgid "Can't connect to the server\n"
574
571
msgstr "Невозможно подключиться к серверу.\n"
576
#: client/drizzle.cc:2668
573
#: client/drizzle.cc:2664
577
574
msgid "List of all Drizzle commands:"
578
575
msgstr "Полный список комманд Drizzle:"
580
#: client/drizzle.cc:2670
577
#: client/drizzle.cc:2666
581
578
msgid "Note that all text commands must be first on line and end with ';'"
584
#: client/drizzle.cc:2725
581
#: client/drizzle.cc:2721
585
582
msgid "No query specified\n"
588
#: client/drizzle.cc:2740
585
#: client/drizzle.cc:2736
589
586
msgid "Ignoring query to other database"
592
#: client/drizzle.cc:2790
589
#: client/drizzle.cc:2786
593
590
msgid "Empty set"
594
591
msgstr "Пустое множество"
596
#: client/drizzle.cc:2803
593
#: client/drizzle.cc:2799
598
595
msgid "%ld row in set"
599
596
msgid_plural "%ld rows in set"
603
#: client/drizzle.cc:2812
600
#: client/drizzle.cc:2808
607
#: client/drizzle.cc:2814
604
#: client/drizzle.cc:2810
609
606
msgid "Query OK, %ld row affected"
610
607
msgid_plural "Query OK, %ld rows affected"
614
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
615
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
616
#: client/drizzletest.cc:4728
619
"Non-integer value supplied for port. If you are trying to enter a password "
620
"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"
630
#: client/drizzledump.cc:387
632
"Number of rows before each output progress report (requires --verbose)."
635
#: client/drizzledump.cc:461
611
#: client/drizzledump.cc:345
612
msgid "Number of rows before each output progress report (requires --verbose)."
615
#: client/drizzledump.cc:415
637
617
msgid "Got errno %d on write"
640
#: client/drizzledump.cc:466
620
#: client/drizzledump.cc:420
642
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
622
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
645
#: client/drizzledump.cc:473
625
#: client/drizzledump.cc:427
647
627
msgid "Usage: %s [OPTIONS] database [tables]\n"
650
#: client/drizzledump.cc:474
630
#: client/drizzledump.cc:428
652
632
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
655
#: client/drizzledump.cc:476
635
#: client/drizzledump.cc:430
657
637
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
660
#: client/drizzledump.cc:483
661
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
664
#: client/drizzledump.cc:484
640
#: client/drizzledump.cc:438
666
642
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
667
643
"and you are welcome to modify and redistribute it under the GPL license\n"
670
#: client/drizzledump.cc:485
671
msgid "Dumping definition and data DRIZZLE database or table"
646
#: client/drizzledump.cc:439
647
msgid "Dumps definitions and data from a Drizzle database server"
674
#: client/drizzledump.cc:496
650
#: client/drizzledump.cc:450
676
652
msgid "For more options, use %s --help\n"
679
#: 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"
663
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
664
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
666
msgid "Value supplied for port is not valid.\n"
669
#: client/drizzledump.cc:582
681
671
msgid "Memory allocation error while copying password. Aborting.\n"
684
#: client/drizzledump.cc:669
674
#: client/drizzledump.cc:621
686
676
msgid "Input filename too long: %s"
689
#: client/drizzledump.cc:712
679
#: client/drizzledump.cc:656
691
681
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
694
#: client/drizzledump.cc:737
684
#: client/drizzledump.cc:681
696
686
msgid "Invalid mode to --compatible: %s\n"
699
#: client/drizzledump.cc:791
689
#: client/drizzledump.cc:726
701
691
msgid "%s: You must use option --tab with --fields-...\n"
704
#: client/drizzledump.cc:808
694
#: client/drizzledump.cc:732
707
697
"%s: You can't use --single-transaction and --lock-all-tables at the same "
711
#: client/drizzledump.cc:821
701
#: client/drizzledump.cc:738
714
704
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
718
#: client/drizzledump.cc:827
708
#: client/drizzledump.cc:744
720
710
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
723
#: client/drizzledump.cc:853
713
#: client/drizzledump.cc:767
725
715
msgid "Got error: %s (%d) %s"
728
#: client/drizzledump.cc:860
718
#: client/drizzledump.cc:774
730
720
msgid "Got error: %d %s"
733
#: client/drizzledump.cc:958 client/drizzledump.cc:965
734
#: client/drizzledump.cc:978
723
#: client/drizzledump.cc:872 client/drizzledump.cc:879
724
#: client/drizzledump.cc:892
736
726
msgid "Couldn't execute '%s': %s (%d)"
739
#: client/drizzledump.cc:1042
729
#: client/drizzledump.cc:956
741
731
msgid "-- Connecting to %s...\n"
744
#: client/drizzledump.cc:1063
734
#: client/drizzledump.cc:977
746
736
msgid "-- Disconnecting from %s...\n"
749
#: client/drizzledump.cc:1074
739
#: client/drizzledump.cc:988
750
740
msgid "Couldn't allocate memory"
753
#: client/drizzledump.cc:1418
743
#: client/drizzledump.cc:1332
756
746
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
760
#: client/drizzledump.cc:1432
750
#: client/drizzledump.cc:1346
762
752
msgid "-- Retrieving table structure for table %s...\n"
765
#: client/drizzledump.cc:1546
755
#: client/drizzledump.cc:1460
767
757
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
770
#: client/drizzledump.cc:1653
760
#: client/drizzledump.cc:1567
772
762
msgid "%s: Can't get keys for table %s\n"
775
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
765
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
777
767
msgid "Error: Couldn't read status information for table %s\n"
780
#: client/drizzledump.cc:1874
770
#: client/drizzledump.cc:1788
782
772
msgid "Error retrieving table structure for table: \"%s\""
785
#: client/drizzledump.cc:1881
775
#: client/drizzledump.cc:1795
787
777
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
790
#: client/drizzledump.cc:1892
780
#: client/drizzledump.cc:1806
792
782
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
795
#: client/drizzledump.cc:1899
785
#: client/drizzledump.cc:1813
797
787
msgid "-- Skipping dump data for table '%s', it has no fields\n"
800
#: client/drizzledump.cc:1907
790
#: client/drizzledump.cc:1821
801
791
msgid "-- Sending SELECT query...\n"
804
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
794
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
805
795
msgid "when executing 'SELECT INTO OUTFILE'"
808
#: client/drizzledump.cc:1971
798
#: client/drizzledump.cc:1885
817
#: client/drizzledump.cc:2012
807
#: client/drizzledump.cc:1926
818
808
msgid "-- Retrieving rows...\n"
821
#: client/drizzledump.cc:2015
811
#: client/drizzledump.cc:1929
823
813
msgid "%s: Error in field count for table: %s ! Aborting.\n"
826
#: client/drizzledump.cc:2064
816
#: client/drizzledump.cc:1973
828
818
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
831
#: client/drizzledump.cc:2081
821
#: client/drizzledump.cc:1990
833
823
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
836
#: client/drizzledump.cc:2103
826
#: client/drizzledump.cc:2012
838
828
msgid "Not enough fields from table %s! Aborting.\n"
841
#: client/drizzledump.cc:2523
842
msgid "when using LOCK TABLES"
845
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
831
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
846
832
msgid "when doing refresh"
849
#: client/drizzledump.cc:2629
835
#: client/drizzledump.cc:2497
850
836
msgid "alloc_root failure."
853
#: client/drizzledump.cc:2650
839
#: client/drizzledump.cc:2512
855
841
msgid "Couldn't find table: \"%s\""
858
#: client/drizzledump.cc:2666
859
msgid "when doing LOCK TABLES"
862
#: client/drizzledump.cc:2737
863
msgid "Error: Binlogging on server not active"
866
#: client/drizzledump.cc:2806
867
msgid "Error: Slave not set up"
870
#: client/drizzledump.cc:2865
871
msgid "Error: Unable to start slave"
874
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
875
#: client/drizzledump.cc:3173
844
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
845
#: client/drizzledump.cc:2807
878
848
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
881
#: client/drizzledump.cc:3203
851
#: client/drizzledump.cc:2837
883
853
msgid "Error: Not enough memory to store ORDER BY clause\n"
886
#: drizzled/db.cc:236
888
858
msgid "Error while loading database options: '%s':"
891
#: drizzled/drizzled.cc:527
861
#: drizzled/drizzled.cc:500
893
863
msgid "Got signal %d from thread %<PRIu64>"
896
#: drizzled/drizzled.cc:561
866
#: drizzled/drizzled.cc:534
897
867
msgid "Aborting\n"
900
#: drizzled/drizzled.cc:681
870
#: drizzled/drizzled.cc:656
901
871
msgid "One can only use the --user switch if running as root\n"
904
#: drizzled/drizzled.cc:689
874
#: drizzled/drizzled.cc:664
906
876
"Fatal error: Please read \"Security\" section of the manual to find out how "
907
877
"to run drizzled as root!\n"
910
#: drizzled/drizzled.cc:711
880
#: drizzled/drizzled.cc:686
913
883
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
917
#: drizzled/drizzled.cc:885
919
msgid "Retrying bind on TCP/IP port %u"
922
#: drizzled/drizzled.cc:891
923
msgid "Can't start server: Bind on TCP/IP port"
926
#: drizzled/drizzled.cc:892
928
msgid "Do you already have another drizzled server running on port: %d ?"
931
#: drizzled/drizzled.cc:898
932
msgid "Can't start server: listen() on TCP/IP port"
935
#: drizzled/drizzled.cc:899
937
msgid "listen() on TCP/IP failed with error %d"
940
#: drizzled/drizzled.cc:917
941
msgid "Can't open abort pipet"
944
#: drizzled/drizzled.cc:919
946
msgid "pipe() on abort_pipe failed with error %d"
949
#: drizzled/drizzled.cc:1016
954
#: drizzled/drizzled.cc:1041
887
#: drizzled/drizzled.cc:843
889
msgid "Fatal signal %d while backtracing\n"
892
#: drizzled/drizzled.cc:866
957
895
"We will try our best to scrape up some info that will hopefully help "
1026
#: drizzled/drizzled.cc:1152
963
#: drizzled/drizzled.cc:971
1028
965
msgid "Writing a core file\n"
1031
#: drizzled/drizzled.cc:1197
968
#: drizzled/drizzled.cc:1017
1033
970
"setrlimit could not change the size of core files to 'infinity'; We may not "
1034
971
"be able to generate a core file on signals"
1037
#: drizzled/drizzled.cc:1399
974
#: drizzled/drizzled.cc:1212
1039
976
msgid "gethostname failed, using '%s' as hostname"
1042
#: drizzled/drizzled.cc:1491
979
#: drizzled/drizzled.cc:1283
1044
981
msgid "Unknown locale: '%s'"
1047
#: drizzled/drizzled.cc:1522
984
#: drizzled/drizzled.cc:1312
1048
985
msgid "Can't create thread-keys"
1051
#: drizzled/drizzled.cc:1545
988
#: drizzled/drizzled.cc:1337
1052
989
msgid "Out of memory"
1055
#: drizzled/drizzled.cc:1560
992
#: drizzled/drizzled.cc:1348
1056
993
msgid "Failed to initialize plugins."
1059
#: drizzled/drizzled.cc:1591
996
#: drizzled/drizzled.cc:1379
1062
999
"%s: Too many arguments (first extra is '%s').\n"
1063
1000
"Use --verbose --help to get a list of available options\n"
1066
#: drizzled/drizzled.cc:1611
1003
#: drizzled/drizzled.cc:1399
1067
1004
msgid "No scheduler found, cannot continue!\n"
1070
#: drizzled/drizzled.cc:1618
1007
#: drizzled/drizzled.cc:1406
1071
1008
msgid "Can't init databases"
1074
#: drizzled/drizzled.cc:1643
1011
#: drizzled/drizzled.cc:1430
1076
1013
msgid "Unknown/unsupported table type: %s"
1079
#: drizzled/drizzled.cc:1649
1016
#: drizzled/drizzled.cc:1436
1081
1018
msgid "Default storage engine (%s) is not available"
1084
#: drizzled/drizzled.cc:1680
1021
#: drizzled/drizzled.cc:1467
1086
1023
msgid "Failed to lock memory. Errno: %d\n"
1089
#: drizzled/drizzled.cc:1742
1091
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1094
#: drizzled/drizzled.cc:1903
1096
msgid "drizzled: Got error %d from select"
1099
#: drizzled/drizzled.cc:2101
1026
#: drizzled/drizzled.cc:1683
1028
msgid "Display this help and exit after initializing plugins."
1029
msgstr "Показать справку и выйти."
1031
#: drizzled/drizzled.cc:1687
1100
1032
msgid "Auto-increment columns are incremented by this"
1103
#: drizzled/drizzled.cc:2106
1035
#: drizzled/drizzled.cc:1692
1105
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1037
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1109
#: drizzled/drizzled.cc:2112
1041
#: drizzled/drizzled.cc:1698
1111
1043
"Path to installation directory. All paths are usually resolved relative to "
1115
#: drizzled/drizzled.cc:2116
1047
#: drizzled/drizzled.cc:1702
1116
1048
msgid "IP address to bind to."
1119
#: drizzled/drizzled.cc:2120
1120
msgid "Set the filesystem character set."
1123
#: drizzled/drizzled.cc:2125
1124
msgid "Set the default character set."
1125
msgstr "Установить кодировку по-умолчанию."
1127
#: drizzled/drizzled.cc:2129
1051
#: drizzled/drizzled.cc:1706
1128
1052
msgid "Chroot drizzled daemon during startup."
1131
#: drizzled/drizzled.cc:2133
1055
#: drizzled/drizzled.cc:1710
1132
1056
msgid "Set the default collation."
1135
#: drizzled/drizzled.cc:2137
1059
#: drizzled/drizzled.cc:1714
1136
1060
msgid "Default completion type."
1139
#: drizzled/drizzled.cc:2142
1063
#: drizzled/drizzled.cc:1719
1140
1064
msgid "Write core on errors."
1143
#: drizzled/drizzled.cc:2146
1067
#: drizzled/drizzled.cc:1723
1144
1068
msgid "Path to the database root."
1147
#: drizzled/drizzled.cc:2150
1071
#: drizzled/drizzled.cc:1727
1148
1072
msgid "Set the default storage engine (table type) for tables."
1151
#: drizzled/drizzled.cc:2154
1075
#: drizzled/drizzled.cc:1731
1152
1076
msgid "Set the default time zone."
1155
#: drizzled/drizzled.cc:2158
1156
msgid "Type of DELAY_KEY_WRITE."
1159
#: drizzled/drizzled.cc:2162
1079
#: drizzled/drizzled.cc:1736
1160
1080
msgid "Print a symbolic stack trace on failure."
1163
#: drizzled/drizzled.cc:2168
1164
msgid "Push supported query conditions to the storage engine."
1167
#: drizzled/drizzled.cc:2174
1083
#: drizzled/drizzled.cc:1742
1168
1084
msgid "Used for debugging; Use at your own risk!"
1171
#: drizzled/drizzled.cc:2179
1087
#: drizzled/drizzled.cc:1747
1172
1088
msgid "Set up signals usable for debugging"
1175
#: drizzled/drizzled.cc:2183
1091
#: drizzled/drizzled.cc:1751
1176
1092
msgid "(IGNORED)"
1179
#: drizzled/drizzled.cc:2187
1095
#: drizzled/drizzled.cc:1755
1180
1096
msgid "Set the language used for the month names and the days of the week."
1183
#: drizzled/drizzled.cc:2192
1184
msgid "Log connections and queries to file."
1187
#: drizzled/drizzled.cc:2196
1188
msgid "Log all MyISAM changes to file."
1191
#: drizzled/drizzled.cc:2200
1099
#: drizzled/drizzled.cc:1760
1192
1100
msgid "Log some not critical warnings to the log file."
1195
#: drizzled/drizzled.cc:2205
1103
#: drizzled/drizzled.cc:1765
1196
1104
msgid "Lock drizzled in memory."
1199
#: drizzled/drizzled.cc:2209
1201
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1202
"BACKUP, FORCE or QUICK."
1205
#: drizzled/drizzled.cc:2214
1107
#: drizzled/drizzled.cc:1769
1206
1108
msgid "Pid file used by safe_mysqld."
1209
#: drizzled/drizzled.cc:2218
1111
#: drizzled/drizzled.cc:1773
1211
1113
"Port number to use for connection or 0 for default to, in order of "
1212
1114
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1215
#: drizzled/drizzled.cc:2224
1117
#: drizzled/drizzled.cc:1779
1217
1119
"Maximum time in seconds to wait for the port to become free. (Default: no "
1221
#: drizzled/drizzled.cc:2229
1123
#: drizzled/drizzled.cc:1784
1223
1125
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1224
1126
"specified directory"
1227
#: drizzled/drizzled.cc:2234
1129
#: drizzled/drizzled.cc:1789
1229
1131
"Uniquely identifies the server instance in the community of replication "
1233
#: drizzled/drizzled.cc:2239
1135
#: drizzled/drizzled.cc:1794
1234
1136
msgid "Don't print a stack trace on failure."
1237
#: drizzled/drizzled.cc:2243
1139
#: drizzled/drizzled.cc:1798
1238
1140
msgid "Enable symbolic link support."
1241
#: drizzled/drizzled.cc:2252
1143
#: drizzled/drizzled.cc:1807
1243
1145
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1246
#: drizzled/drizzled.cc:2257
1148
#: drizzled/drizzled.cc:1812
1247
1149
msgid "Path for temporary files."
1250
#: drizzled/drizzled.cc:2261
1152
#: drizzled/drizzled.cc:1816
1251
1153
msgid "Default transaction isolation level."
1254
#: drizzled/drizzled.cc:2265
1156
#: drizzled/drizzled.cc:1820
1255
1157
msgid "Run drizzled daemon as user."
1258
#: drizzled/drizzled.cc:2273
1160
#: drizzled/drizzled.cc:1828
1260
1162
"The number of outstanding connection requests Drizzle can have. This comes "
1261
1163
"into play when the main Drizzle thread gets very many connection requests in "
1262
1164
"a very short time."
1265
#: drizzled/drizzled.cc:2279
1167
#: drizzled/drizzled.cc:1834
1267
1169
"Size of tree cache used in bulk insert optimization. Note that this is a "
1268
1170
"limit per thread!"
1271
#: drizzled/drizzled.cc:2285
1273
"The number of seconds the drizzled server is waiting for a connect packet "
1274
"before responding with 'Bad handshake'."
1277
#: drizzled/drizzled.cc:2290
1173
#: drizzled/drizzled.cc:1840
1279
1175
"Precision of the result of '/' operator will be increased on that value."
1282
#: drizzled/drizzled.cc:2296
1178
#: drizzled/drizzled.cc:1846
1283
1179
msgid "The maximum length of the result of function group_concat."
1286
#: drizzled/drizzled.cc:2301
1182
#: drizzled/drizzled.cc:1851
1287
1183
msgid "The size of the buffer that is used for full joins."
1290
#: drizzled/drizzled.cc:2307
1292
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1295
#: drizzled/drizzled.cc:2312
1186
#: drizzled/drizzled.cc:1857
1297
1188
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1298
1189
"this to get better index handling (for all reads and multiple writes) to as "
1299
1190
"much as you can afford;"
1302
#: drizzled/drizzled.cc:2321
1193
#: drizzled/drizzled.cc:1866
1304
1195
"This characterizes the number of hits a hot block has to be untouched until "
1305
1196
"it is considered aged enough to be downgraded to a warm block. This "
1307
1198
"blocks in key cache"
1310
#: drizzled/drizzled.cc:2330
1201
#: drizzled/drizzled.cc:1875
1311
1202
msgid "The default size of key cache blocks"
1314
#: drizzled/drizzled.cc:2336
1205
#: drizzled/drizzled.cc:1881
1315
1206
msgid "The minimum percentage of warm blocks in key cache"
1318
#: drizzled/drizzled.cc:2342
1209
#: drizzled/drizzled.cc:1887
1319
1210
msgid "Max packetlength to send/receive from to server."
1322
#: drizzled/drizzled.cc:2347
1213
#: drizzled/drizzled.cc:1892
1324
1215
"If there is more than this number of interrupted connections from a host "
1325
1216
"this host will be blocked from further connections."
1328
#: drizzled/drizzled.cc:2352
1219
#: drizzled/drizzled.cc:1897
1329
1220
msgid "Max number of errors/warnings to store for a statement."
1332
#: drizzled/drizzled.cc:2357
1223
#: drizzled/drizzled.cc:1902
1333
1224
msgid "Don't allow creation of heap tables bigger than this."
1336
#: drizzled/drizzled.cc:2363
1227
#: drizzled/drizzled.cc:1908
1338
1229
"Joins that are probably going to read more than max_join_size records return "
1342
#: drizzled/drizzled.cc:2369
1233
#: drizzled/drizzled.cc:1914
1343
1234
msgid "Max number of bytes in sorted records."
1346
#: drizzled/drizzled.cc:2374
1237
#: drizzled/drizzled.cc:1919
1347
1238
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1350
#: drizzled/drizzled.cc:2379
1241
#: drizzled/drizzled.cc:1924
1352
1243
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1353
1244
"max_sort_length bytes of each value are used; the rest are ignored)."
1356
#: drizzled/drizzled.cc:2386
1357
msgid "Maximum number of temporary tables a client can keep open at a time."
1360
#: drizzled/drizzled.cc:2391
1247
#: drizzled/drizzled.cc:1931
1361
1248
msgid "After this many write locks, allow some read locks to run in between."
1364
#: drizzled/drizzled.cc:2395
1251
#: drizzled/drizzled.cc:1935
1366
1253
"Don't log queries which examine less than min_examined_row_limit rows to "
1370
#: drizzled/drizzled.cc:2401
1372
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1373
"Possible values of name are 'nulls_unequal' (default behavior), "
1374
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1377
#: drizzled/drizzled.cc:2408
1257
#: drizzled/drizzled.cc:1941
1378
1258
msgid "Buffer length for TCP/IP and socket communication."
1381
#: drizzled/drizzled.cc:2413
1383
"Number of seconds to wait for more data from a connection before aborting "
1387
#: drizzled/drizzled.cc:2419
1389
"If a read on a communication port is interrupted, retry this many times "
1393
#: drizzled/drizzled.cc:2425
1395
"Number of seconds to wait for a block to be written to a connection before "
1396
"aborting the write."
1399
#: drizzled/drizzled.cc:2431
1261
#: drizzled/drizzled.cc:1946
1401
1263
"Controls the heuristic(s) applied during query optimization to prune less-"
1402
1264
"promising partial plans from the optimizer search space. Meaning: false - do "
1415
1277
"(used for testing/comparison)."
1418
#: drizzled/drizzled.cc:2451
1420
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1423
#: drizzled/drizzled.cc:2456
1280
#: drizzled/drizzled.cc:1966
1424
1281
msgid "Directory for plugins."
1427
#: drizzled/drizzled.cc:2460
1284
#: drizzled/drizzled.cc:1970
1429
1286
"Optional comma separated list of plugins to load at starup.[for example: --"
1430
1287
"plugin_load=crc32,logger_gearman]"
1433
#: drizzled/drizzled.cc:2465
1290
#: drizzled/drizzled.cc:1975
1434
1291
msgid "The size of the buffer that is allocated when preloading indexes"
1437
#: drizzled/drizzled.cc:2470
1438
msgid "Select protocol to be used (by default oldlibdrizzle)."
1441
#: drizzled/drizzled.cc:2474
1294
#: drizzled/drizzled.cc:1980
1442
1295
msgid "Allocation block size for query parsing and execution"
1445
#: drizzled/drizzled.cc:2479
1298
#: drizzled/drizzled.cc:1985
1446
1299
msgid "Persistent buffer for query parsing and execution"
1449
#: drizzled/drizzled.cc:2485
1302
#: drizzled/drizzled.cc:1991
1450
1303
msgid "Allocation block size for storing ranges during optimization"
1453
#: drizzled/drizzled.cc:2491
1306
#: drizzled/drizzled.cc:1997
1455
1308
"Each thread that does a sequential scan allocates a buffer of this size for "
1456
1309
"each table it scans. If you do many sequential scans, you may want to "
1457
1310
"increase this value."
1460
#: drizzled/drizzled.cc:2499
1313
#: drizzled/drizzled.cc:2005
1462
1315
"When reading rows in sorted order after a sort, the rows are read through "
1463
1316
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1464
1317
"record_buffer."
1467
#: drizzled/drizzled.cc:2507
1320
#: drizzled/drizzled.cc:2013
1468
1321
msgid "Select scheduler to be used (by default multi-thread)."
1471
#: drizzled/drizzled.cc:2512
1324
#: drizzled/drizzled.cc:2018
1472
1325
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1475
#: drizzled/drizzled.cc:2518
1328
#: drizzled/drizzled.cc:2024
1476
1329
msgid "The number of cached table definitions."
1479
#: drizzled/drizzled.cc:2522
1332
#: drizzled/drizzled.cc:2028
1480
1333
msgid "The number of cached open tables."
1483
#: drizzled/drizzled.cc:2526
1336
#: drizzled/drizzled.cc:2032
1485
1338
"Timeout in seconds to wait for a table level lock before returning an error. "
1486
1339
"Used only if the connection has active cursors."
1489
#: drizzled/drizzled.cc:2531
1342
#: drizzled/drizzled.cc:2037
1490
1343
msgid "The stack size for each thread."
1493
#: drizzled/drizzled.cc:2537
1346
#: drizzled/drizzled.cc:2043
1495
1348
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1496
1349
"automatically convert it to an on-disk MyISAM table."
1499
#: drizzled/drizzled.cc:2543
1352
#: drizzled/drizzled.cc:2049
1500
1353
msgid "Allocation block size for transactions to be stored in binary log"
1503
#: drizzled/drizzled.cc:2548
1356
#: drizzled/drizzled.cc:2054
1504
1357
msgid "Persistent buffer for transactions to be stored in binary log"
1507
#: drizzled/drizzled.cc:2553
1509
"The number of seconds the server waits for activity on a connection before "
1513
#: drizzled/drizzled.cc:2687
1360
#: drizzled/drizzled.cc:2185
1515
1362
"Copyright (C) 2008 Sun Microsystems\n"
1516
1363
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5055
4865
msgid "Scheduler initialization failed.\n"
5058
#: drizzled/sql_base.cc:2262
4868
#: drizzled/session.cc:2160
4870
msgid "Could not remove temporary table: '%s', error: %d"
4873
#: drizzled/slot/listen.cc:91
4875
msgid "getaddrinfo() failed with error %s"
4878
#: drizzled/slot/listen.cc:123
4880
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4883
#: drizzled/slot/listen.cc:134
4885
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4888
#: drizzled/slot/listen.cc:143
4890
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4893
#: drizzled/slot/listen.cc:152
4895
msgid "setsockopt(SO_LINGER) failed with errno %d"
4898
#: drizzled/slot/listen.cc:161
4900
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4903
#: drizzled/slot/listen.cc:182
4905
msgid "Retrying bind() on %u"
4908
#: drizzled/slot/listen.cc:190
4910
msgid "bind() failed with errno: %d"
4913
#: drizzled/slot/listen.cc:193
4914
msgid "Do you already have another drizzled running?"
4917
#: drizzled/slot/listen.cc:200
4919
msgid "listen() failed with errno %d"
4922
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4924
msgid "realloc() failed with errno %d"
4927
#: drizzled/slot/listen.cc:219
4929
msgid "Listening on %s:%s\n"
4932
#: drizzled/slot/listen.cc:227
4933
msgid "No sockets could be bound for listening"
4936
#: drizzled/slot/listen.cc:239
4938
msgid "pipe() failed with errno %d"
4941
#: drizzled/slot/listen.cc:275
4943
msgid "poll() failed with errno %d"
4946
#: drizzled/slot/listen.cc:317
4948
msgid "accept() failed with errno %d"
4951
#: drizzled/sql_base.cc:1445
5060
4953
msgid "Table %s had a open data handler in reopen_table"
5063
#: drizzled/sql_base.cc:2854
4956
#: drizzled/sql_base.cc:2026
5065
4958
msgid "Couldn't repair table: %s.%s"
5068
#: drizzled/sql_base.cc:2896
4961
#: drizzled/sql_base.cc:2068
5071
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5072
"`%s`.`%s`' to replication"
5075
#: drizzled/sql_base.cc:3498
5077
msgid "Could not remove temporary table: '%s', error: %d"
5080
#: drizzled/sql_plugin.cc:528
4964
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
4965
"s`.`%s`' to replication"
4968
#: drizzled/sql_plugin.cc:552
5082
4970
msgid "Plugin '%s' init function returned error.\n"
5085
#: drizzled/sql_plugin.cc:707
4973
#: drizzled/sql_plugin.cc:712
5086
4974
msgid "plugin-load parameter too long"
5089
#: drizzled/sql_plugin.cc:767
4977
#: drizzled/sql_plugin.cc:774
5091
4979
msgid "Couldn't load plugin named '%s' with soname '%s'."
5094
#: drizzled/sql_plugin.cc:1107
4982
#: drizzled/sql_plugin.cc:1114
5095
4983
msgid "Out of memory."
5098
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4986
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5100
4988
msgid "Unknown variable type code 0x%x in plugin '%s'."
5103
#: drizzled/sql_plugin.cc:1989
4991
#: drizzled/sql_plugin.cc:1997
5106
4994
"Server variable %s of plugin %s was forced to be read-only: string variable "
5107
4995
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5110
#: drizzled/sql_plugin.cc:2020
4998
#: drizzled/sql_plugin.cc:2028
5112
5000
msgid "Missing variable name in plugin '%s'."
5115
#: drizzled/sql_plugin.cc:2037
5003
#: drizzled/sql_plugin.cc:2045
5117
5005
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5120
#: drizzled/sql_plugin.cc:2155
5008
#: drizzled/sql_plugin.cc:2173
5122
5010
msgid "Out of memory for plugin '%s'."
5125
#: drizzled/sql_plugin.cc:2162
5013
#: drizzled/sql_plugin.cc:2180
5127
5015
msgid "Bad options for plugin '%s'."
5130
#: drizzled/sql_plugin.cc:2171
5018
#: drizzled/sql_plugin.cc:2189
5132
5020
msgid "Parsing options for plugin '%s' failed."
5135
#: drizzled/sql_plugin.cc:2214
5023
#: drizzled/sql_plugin.cc:2238
5137
5025
msgid "Plugin '%s' has conflicting system variables"
5140
#: drizzled/sql_table.cc:124
5142
msgid "Invalid (old?) table or database name '%s'"
5145
#: drizzled/sql_table.cc:2655
5028
#: drizzled/sql_table.cc:247
5030
"Table name cannot be encoded and fit within filesystem name length "
5034
#: drizzled/sql_table.cc:257
5036
"Schema name cannot be encoded and fit within filesystem name length "
5040
#: drizzled/sql_table.cc:2495
5147
5042
msgid "Unknown - internal error %d during operation"
5150
#: drizzled/sql_table.cc:4227
5045
#: drizzled/sql_table.cc:3970
5152
5047
msgid "Could not open table %s.%s after rename\n"
5155
#: drizzled/sql_table.cc:4407
5050
#: drizzled/sql_table.cc:4133
5158
5053
"order_st BY ignored because there is a user-defined clustered index in the "
5159
5054
"table '%-.192s'"
5162
#: drizzled/table.cc:354
5057
#: drizzled/table.cc:332
5165
5060
"'%s' had no or invalid character set, and default character set is multi-"
5166
5061
"byte, so character column sizes may have changed"
5169
#: drizzled/table.cc:1782
5064
#: drizzled/table.cc:1591
5171
5066
msgid "Unknown collation '%s' in table '%-.64s' definition"
5174
#: drizzled/table.cc:1789
5069
#: drizzled/table.cc:1598
5177
5072
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5181
#: drizzled/table.cc:2251
5184
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5188
#: drizzled/table.cc:2278
5191
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5192
"have type %s, found type %s."
5195
#: drizzled/table.cc:2289
5198
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5199
"position %d to have character set '%s' but the type has no character set."
5202
#: drizzled/table.cc:2301
5205
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5206
"position %d to have character set '%s' but found character set '%s'."
5209
#: drizzled/table.cc:2314
5212
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5213
"have type %s but the column is not found."
5216
#: drizzled/table.cc:4400
5076
#: drizzled/table.cc:3493
5218
5078
msgid "Got error %d when reading table '%s'"
5488
5353
"--------------------------------- -----------------------------\n"
5491
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5356
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5492
5357
msgid "(No default value)"
5493
5358
msgstr "(Нет значения по умолчанию)"
5495
#: mysys/my_getopt.cc:1254
5360
#: mysys/my_getopt.cc:1255
5499
#: mysys/my_getopt.cc:1254
5364
#: mysys/my_getopt.cc:1255
5503
#: mysys/my_getopt.cc:1287
5368
#: mysys/my_getopt.cc:1288
5505
5370
msgid "(Disabled)\n"
5508
#: plugin/auth_http/auth_http.cc:128
5373
#: plugin/auth_http/auth_http.cc:138
5509
5374
msgid "Enable HTTP Auth check"
5512
#: plugin/auth_http/auth_http.cc:138
5377
#: plugin/auth_http/auth_http.cc:148
5513
5378
msgid "URL for HTTP Auth check"
5381
#: plugin/command_log/command_log.cc:94
5383
msgid "Failed to open command log file. Got error: %s"
5386
#: plugin/command_log/command_log.cc:172
5389
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5390
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5393
#: plugin/command_log/command_log.cc:212
5396
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5397
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5400
#: plugin/command_log/command_log.cc:290
5402
msgid "Enable command log"
5403
msgstr "Очистить команду"
5405
#: plugin/command_log/command_log.cc:298
5406
msgid "DEBUGGING - Truncate command log"
5409
#: plugin/command_log/command_log.cc:306
5411
msgid "Path to the file to use for command log."
5412
msgstr "UNIX сокет, используемый для соединения."
5414
#: plugin/command_log/command_log.cc:323
5415
msgid "Simple Command Message Log"
5418
#: plugin/default_replicator/default_replicator.cc:90
5419
msgid "Enable default replicator"
5422
#: plugin/default_replicator/default_replicator.cc:105
5423
msgid "Default Replicator"
5516
5426
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5517
5427
msgid "Error Messages to stderr"
5520
#: plugin/logging_gearman/logging_gearman.cc:263
5430
#: plugin/logging_gearman/logging_gearman.cc:186
5522
5432
msgid "fail gearman_client_create(): %s"
5525
#: plugin/logging_gearman/logging_gearman.cc:273
5435
#: plugin/logging_gearman/logging_gearman.cc:197
5527
5437
msgid "fail gearman_client_add_server(): %s"
5530
#: plugin/logging_gearman/logging_gearman.cc:299
5440
#: plugin/logging_gearman/logging_gearman.cc:306
5531
5441
msgid "Enable logging to a gearman server"
5534
#: plugin/logging_gearman/logging_gearman.cc:308
5444
#: plugin/logging_gearman/logging_gearman.cc:315
5535
5445
msgid "Hostname for logging to a Gearman server"
5538
#: plugin/logging_gearman/logging_gearman.cc:317
5448
#: plugin/logging_gearman/logging_gearman.cc:324
5539
5449
msgid "Gearman Function to send logging to"
5542
#: plugin/logging_gearman/logging_gearman.cc:334
5452
#: plugin/logging_gearman/logging_gearman.cc:341
5543
5453
msgid "Log queries to a Gearman server"
5546
#: plugin/logging_query/logging_query.cc:278
5456
#: plugin/logging_query/logging_query.cc:188
5548
5458
msgid "fail open() fn=%s er=%s\n"
5551
#: plugin/logging_query/logging_query.cc:317
5461
#: plugin/logging_query/logging_query.cc:340
5552
5462
msgid "Enable logging to CSV file"
5555
#: plugin/logging_query/logging_query.cc:326
5465
#: plugin/logging_query/logging_query.cc:349
5556
5466
msgid "File to log to"
5559
#: plugin/logging_query/logging_query.cc:335
5560
#: plugin/logging_syslog/logging_syslog.cc:248
5469
#: plugin/logging_query/logging_query.cc:358
5470
msgid "PCRE to match the query against"
5473
#: plugin/logging_query/logging_query.cc:367
5474
#: plugin/logging_syslog/logging_syslog.cc:231
5561
5475
msgid "Threshold for logging slow queries, in microseconds"
5564
#: plugin/logging_query/logging_query.cc:347
5565
#: plugin/logging_syslog/logging_syslog.cc:260
5478
#: plugin/logging_query/logging_query.cc:379
5479
#: plugin/logging_syslog/logging_syslog.cc:243
5566
5480
msgid "Threshold for logging big queries, for rows returned"
5569
#: plugin/logging_query/logging_query.cc:359
5570
#: plugin/logging_syslog/logging_syslog.cc:272
5483
#: plugin/logging_query/logging_query.cc:391
5484
#: plugin/logging_syslog/logging_syslog.cc:255
5571
5485
msgid "Threshold for logging big queries, for rows examined"
5574
#: plugin/logging_query/logging_query.cc:381
5488
#: plugin/logging_query/logging_query.cc:414
5575
5489
msgid "Log queries to a CSV file"
5578
#: plugin/logging_syslog/logging_syslog.cc:169
5492
#: plugin/logging_syslog/logging_syslog.cc:84
5580
5494
msgid "syslog facility \"%s\" not known, using \"local0\""
5583
#: plugin/logging_syslog/logging_syslog.cc:186
5497
#: plugin/logging_syslog/logging_syslog.cc:100
5585
5499
msgid "syslog priority \"%s\" not known, using \"info\""
5588
#: plugin/logging_syslog/logging_syslog.cc:212
5589
msgid "Enable logging"
5502
#: plugin/logging_syslog/logging_syslog.cc:195
5503
msgid "Enable logging to syslog"
5592
#: plugin/logging_syslog/logging_syslog.cc:221
5506
#: plugin/logging_syslog/logging_syslog.cc:204
5593
5507
msgid "Syslog Ident"
5596
#: plugin/logging_syslog/logging_syslog.cc:230
5510
#: plugin/logging_syslog/logging_syslog.cc:213
5597
5511
msgid "Syslog Facility"
5600
#: plugin/logging_syslog/logging_syslog.cc:239
5514
#: plugin/logging_syslog/logging_syslog.cc:222
5601
5515
msgid "Syslog Priority"
5604
#: plugin/logging_syslog/logging_syslog.cc:296
5518
#: plugin/logging_syslog/logging_syslog.cc:279
5605
5519
msgid "Log to syslog"
5608
#: plugin/multi_thread/multi_thread.cc:137
5522
#: plugin/multi_thread/multi_thread.cc:171
5609
5523
msgid "Maximum number of user threads available."
5612
#: plugin/myisam/ha_myisam.cc:468
5526
#: plugin/myisam/ha_myisam.cc:488
5614
5528
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5617
#: plugin/myisam/ha_myisam.cc:472
5531
#: plugin/myisam/ha_myisam.cc:492
5619
5533
msgid "Got an error from unknown thread, %s:%d"
5622
#: plugin/myisam/ha_myisam.cc:478
5536
#: plugin/myisam/ha_myisam.cc:498
5623
5537
msgid "Unknown thread accessing table"
5626
#: plugin/myisam/ha_myisam.cc:1861
5540
#: plugin/myisam/ha_myisam.cc:1781
5627
5541
msgid "Block size to be used for MyISAM index pages."
5630
#: plugin/myisam/ha_myisam.cc:1867
5544
#: plugin/myisam/ha_myisam.cc:1787
5632
5546
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5633
5547
"disables parallel repair."
5636
#: plugin/myisam/ha_myisam.cc:1873
5550
#: plugin/myisam/ha_myisam.cc:1793
5638
5552
"Don't use the fast sort index method to created index if the temporary file "
5639
5553
"would get bigger than this."
5642
#: plugin/myisam/ha_myisam.cc:1878
5556
#: plugin/myisam/ha_myisam.cc:1798
5644
5558
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5645
5559
"when creating indexes with CREATE INDEX or ALTER TABLE."
5648
#: plugin/myisam/ha_myisam.cc:1884
5562
#: plugin/myisam/ha_myisam.cc:1804
5649
5563
msgid "Default pointer size to be used for MyISAM tables."
6159
6073
msgid "Statement closed indirectly because of a preceding %s() call"
6161
"Команда была опосредованно прекращена в результате вызова предшедствующего "
6164
#: plugin/pool_of_threads/pool_of_threads.cc:204
6075
"Команда была опосредованно прекращена в результате вызова предшедствующего %s"
6078
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:829
6080
msgid "Connect Timeout."
6081
msgstr "Подключение к хосту."
6083
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:832
6084
msgid "Read Timeout."
6087
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:834
6088
msgid "Write Timeout."
6091
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:836
6092
msgid "Retry Count."
6095
#: plugin/pool_of_threads/pool_of_threads.cc:233
6165
6096
msgid "event_add error in libevent_add_session_callback\n"
6166
6097
msgstr "event_add error в libevent_add_session_callback\n"
6168
#: plugin/pool_of_threads/pool_of_threads.cc:346
6099
#: plugin/pool_of_threads/pool_of_threads.cc:399
6169
6100
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6170
6101
msgstr "init_pipe(session_add_pipe) ошибка в libevent_init\n"
6172
#: plugin/pool_of_threads/pool_of_threads.cc:353
6103
#: plugin/pool_of_threads/pool_of_threads.cc:406
6173
6104
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6174
6105
msgstr "init_pipe(session_kill_pipe) ошибка в libevent_init\n"
6176
#: plugin/pool_of_threads/pool_of_threads.cc:365
6107
#: plugin/pool_of_threads/pool_of_threads.cc:418
6177
6108
msgid "session_add_event event_add error in libevent_init\n"
6178
6109
msgstr "session_add_event event_add ошибка в libevent_init\n"
6180
#: plugin/pool_of_threads/pool_of_threads.cc:378
6111
#: plugin/pool_of_threads/pool_of_threads.cc:431
6182
6113
msgid "Can't create completion port thread (error %d)"
6185
#: plugin/pool_of_threads/pool_of_threads.cc:462
6116
#: plugin/pool_of_threads/pool_of_threads.cc:523
6186
6117
msgid "libevent_thread_proc: my_thread_init() failed\n"
6189
#: plugin/pool_of_threads/pool_of_threads.cc:642
6120
#: plugin/pool_of_threads/pool_of_threads.cc:721
6190
6121
msgid "Size of Pool."
6191
6122
msgstr "Объём памяти."
6193
#: plugin/signal_handler/signal_handler.cc:212
6124
#: plugin/signal_handler/signal_handler.cc:214
6195
6126
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6196
6127
msgstr "Прерывание не возможно (ошибка %d, No. ошибки: %d)"
6129
#~ msgid "Set the default character set."
6130
#~ msgstr "Установить кодировку по-умолчанию."