19
19
"X-Launchpad-Export-Date: 2009-03-05 20:48+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: client/drizzle.cc:276
22
#: client/drizzle.cc:274
23
23
msgid "Synonym for `help'."
24
24
msgstr "Синоним для `help'."
26
#: client/drizzle.cc:275
27
msgid "Clear command."
26
30
#: client/drizzle.cc:277
27
msgid "Clear command."
30
#: client/drizzle.cc:279
31
31
msgid "Reconnect to the server. Optional arguments are db and host."
32
32
msgstr "Переподключиться к серверу. Опциональные аргументы: БД и хост."
34
#: client/drizzle.cc:279
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
34
39
#: client/drizzle.cc:281
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: client/drizzle.cc:283
40
40
msgid "Send command to drizzle server, display result vertically."
41
41
msgstr "Послать команду на сервер drizzle, отобразить результат вертикально."
43
#: client/drizzle.cc:284
43
#: client/drizzle.cc:282
44
44
msgid "Exit drizzle. Same as quit."
45
45
msgstr "Выйти из drizzle. Команда аналогична команде quit."
47
#: client/drizzle.cc:285
47
#: client/drizzle.cc:283
48
48
msgid "Send command to drizzle server."
49
49
msgstr "Послать команду на сервер drizzle."
51
#: client/drizzle.cc:286
51
#: client/drizzle.cc:284
52
52
msgid "Display this help."
53
53
msgstr "Отобразить справку"
55
#: client/drizzle.cc:287
55
#: client/drizzle.cc:285
56
56
msgid "Disable pager, print to stdout."
57
57
msgstr "Выключить пейджер, выводить в поток стандартного вывода."
59
#: client/drizzle.cc:288
59
#: client/drizzle.cc:286
60
60
msgid "Don't write into outfile."
61
61
msgstr "Не сохранять результаты в файл"
63
#: client/drizzle.cc:290
63
#: client/drizzle.cc:288
64
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
66
"Использовать [to_pager] в качестве программы-пейджера. Выводит результаты "
67
67
"запросов, используя PAGER для разбивки на страницы."
69
#: client/drizzle.cc:291
69
#: client/drizzle.cc:289
70
70
msgid "Print current command."
71
71
msgstr "Напечатать текущую комманду."
73
#: client/drizzle.cc:292
73
#: client/drizzle.cc:290
74
74
msgid "Change your drizzle prompt."
77
#: client/drizzle.cc:293
77
#: client/drizzle.cc:291
78
78
msgid "Quit drizzle."
79
79
msgstr "Выйти из drizzle."
81
#: client/drizzle.cc:294
81
#: client/drizzle.cc:292
82
82
msgid "Rebuild completion hash."
83
83
msgstr "Обновить список авто-дополнений."
85
#: client/drizzle.cc:296
85
#: client/drizzle.cc:294
86
86
msgid "Execute an SQL script file. Takes a file name as an argument."
87
87
msgstr "Выполнить SQL-скрипт из файла. Получает имя файла как аргумент."
89
#: client/drizzle.cc:295
90
msgid "Get status information from the server."
91
msgstr "Получить статусную информацию с сервера."
89
93
#: client/drizzle.cc:297
90
msgid "Get status information from the server."
91
msgstr "Получить статусную информацию с сервера."
93
#: client/drizzle.cc:299
94
94
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
96
"Назначить файлом вывода [to_outfile]. Весь консоьный вывод клиента будет "
97
97
"дописан в коней указанного файла."
99
#: client/drizzle.cc:301
99
#: client/drizzle.cc:299
100
100
msgid "Use another database. Takes database name as argument."
101
101
msgstr "Переключиться на другую базу данных. Получает имя базы как аргумент."
103
#: client/drizzle.cc:303 client/drizzle.cc:1443
103
#: client/drizzle.cc:301 client/drizzle.cc:1440
104
104
msgid "Show warnings after every statement."
105
105
msgstr "Показывать предупреждения после каждой выполненной команды"
107
#: client/drizzle.cc:305
107
#: client/drizzle.cc:303
108
108
msgid "Don't show warnings after every statement."
109
109
msgstr "Не показывать предупреждения после каждой выполненной команды"
111
#: client/drizzle.cc:1045 client/drizzle.cc:1052
111
#: client/drizzle.cc:1043 client/drizzle.cc:1050
113
113
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
116
#: client/drizzle.cc:1135
116
#: client/drizzle.cc:1131
117
117
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
119
119
"Добро пожаловать в клиент Drizzle.. Разделителем команд служит ; или \\g."
121
#: client/drizzle.cc:1145
121
#: client/drizzle.cc:1141
124
124
"Your Drizzle connection id is %u\n"
422
428
"Отключает вывод в файл. Смотри также справку (\\h). ПРЕДУПРЕЖДЕНИЕ: опция "
423
429
"устарела; вместо нее рекомендуется использовать --disable-tee"
425
#: client/drizzle.cc:1402 client/drizzleadmin.cc:88
431
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
426
432
msgid "User for login if not current user."
428
434
"Имя пользование для подключения (если не совпадает с именем текущего "
431
#: client/drizzle.cc:1405
437
#: client/drizzle.cc:1406
432
438
msgid "Only allow UPDATE and DELETE that uses keys."
433
439
msgstr "Разрешение запросов UPDATE и DELETE только с использованием ключей."
435
#: client/drizzle.cc:1408
441
#: client/drizzle.cc:1409
436
442
msgid "Synonym for option --safe-updates, -U."
437
443
msgstr "Синоним для опции --safe-updates, -U."
439
#: client/drizzle.cc:1411
445
#: client/drizzle.cc:1412
440
446
msgid "Write more. (-v -v -v gives the table output format)."
442
448
"Выводить больше подробностей. (-v -v -v выводит результат в табличном "
445
#: client/drizzle.cc:1413 client/drizzleadmin.cc:93 drizzled/drizzled.cc:2352
451
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
446
452
msgid "Output version information and exit."
447
453
msgstr "Вывод информации о версии и выход из программы."
449
#: client/drizzle.cc:1415 client/drizzleadmin.cc:95
455
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
450
456
msgid "Wait and retry if connection is down."
451
457
msgstr "Ожидать и повторять запрос если соединение с сервером разорвано."
453
#: client/drizzle.cc:1418
459
#: client/drizzle.cc:1419
454
460
msgid "Number of seconds before connection timeout."
455
461
msgstr "Количество секунд до таймаута соединения"
457
#: client/drizzle.cc:1423
458
msgid "Max packet length to send to, or receive from server"
463
#: client/drizzle.cc:1424
464
msgid "Max length of input line"
460
"Максимальная длина пакета для получения или отправки во время работы с "
463
#: client/drizzle.cc:1428
464
msgid "Buffer for TCP/IP and socket communication"
465
msgstr "Буфер для соединений, использующих TCP/IP и UNIX сокеты"
467
#: client/drizzle.cc:1432
467
#: client/drizzle.cc:1429
468
468
msgid "Automatic limit for SELECT when using --safe-updates"
471
#: client/drizzle.cc:1437
471
#: client/drizzle.cc:1434
472
472
msgid "Automatic limit for rows in a join when using --safe-updates"
475
#: client/drizzle.cc:1441
475
#: client/drizzle.cc:1438
476
476
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
478
478
"Отклонять соединения от клиентов, использующих старый протокол (до версии "
481
#: client/drizzle.cc:1446
481
#: client/drizzle.cc:1443
483
483
msgid "Number of lines before each import progress report."
484
484
msgstr "Количество секунд до таймаута соединения"
486
#: client/drizzle.cc:1457
486
#: client/drizzle.cc:1454
488
488
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
491
#: client/drizzle.cc:1464
491
#: client/drizzle.cc:1461
494
494
"Copyright (C) 2008 Sun Microsystems\n"
496
496
"and you are welcome to modify and redistribute it under the GPL license\n"
499
#: client/drizzle.cc:1469
499
#: client/drizzle.cc:1466
501
501
msgid "Usage: %s [OPTIONS] [database]\n"
502
502
msgstr "Использование: %s [ОПЦИИ] [база данных]\n"
504
#: client/drizzle.cc:1500
504
#: client/drizzle.cc:1497
505
505
msgid "DELIMITER cannot contain a backslash character"
506
506
msgstr "РАЗДЕЛИТЕЛЬ не может содержать обратную косую черту"
508
#: client/drizzle.cc:1521
508
#: client/drizzle.cc:1515
510
510
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
512
512
"ПРЕДУПРЕЖДЕНИЕ: опция устарела; вместо нее рекомендуется использовать --"
515
#: client/drizzle.cc:1544
515
#: client/drizzle.cc:1538
517
517
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
520
#: client/drizzle.cc:1548
520
#: client/drizzle.cc:1542
522
522
msgid "WARNING: --server-arg option not supported in this configuration.\n"
525
#: client/drizzle.cc:1575
525
#: client/drizzle.cc:1569
527
527
"Non-integer value supplied for port. If you are trying to enter a password "
528
528
"please use --password instead."
531
#: client/drizzle.cc:1583
531
#: client/drizzle.cc:1577
532
532
msgid "Value supplied for port is not valid."
535
#: client/drizzle.cc:1736
535
#: client/drizzle.cc:1723
537
537
msgid "Processing line: %<PRIu32>\n"
540
#: client/drizzle.cc:1952
540
#: client/drizzle.cc:1939
542
542
msgid "Unknown command '\\%c'."
543
543
msgstr "Неизвестная команда '\\%c'."
545
#: client/drizzle.cc:2376
545
#: client/drizzle.cc:2348
547
547
"Reading table information for completion of table and column names\n"
548
548
" You can turn off this feature to get a quicker startup with -A\n"
552
#: client/drizzle.cc:2473
552
#: client/drizzle.cc:2438
553
553
msgid "No connection. Trying to reconnect..."
554
554
msgstr "Нет соеденения. Попытка переподключения..."
556
#: client/drizzle.cc:2479
556
#: client/drizzle.cc:2444
557
557
msgid "Can't connect to the server\n"
558
558
msgstr "Невозможно подключиться к серверу.\n"
560
#: client/drizzle.cc:2537
560
#: client/drizzle.cc:2523
561
561
msgid "List of all Drizzle commands:"
562
562
msgstr "Полный список комманд Drizzle:"
564
#: client/drizzle.cc:2539
564
#: client/drizzle.cc:2525
565
565
msgid "Note that all text commands must be first on line and end with ';'"
568
#: client/drizzle.cc:2592
568
#: client/drizzle.cc:2580
569
569
msgid "No query specified\n"
572
#: client/drizzle.cc:2607
572
#: client/drizzle.cc:2595
573
573
msgid "Ignoring query to other database"
576
#: client/drizzle.cc:2656
576
#: client/drizzle.cc:2645
577
577
msgid "Empty set"
578
578
msgstr "Пустое множество"
580
#: client/drizzle.cc:2669
580
#: client/drizzle.cc:2658
582
582
msgid "%ld row in set"
583
583
msgid_plural "%ld rows in set"
587
#: client/drizzle.cc:2678
587
#: client/drizzle.cc:2667
591
#: client/drizzle.cc:2680
591
#: client/drizzle.cc:2669
593
593
msgid "Query OK, %ld row affected"
594
594
msgid_plural "Query OK, %ld rows affected"
598
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:2281
598
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
600
600
"Port number to use for connection or 0 for default to, in order of "
601
601
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
604
#: client/drizzleadmin.cc:85
604
#: client/drizzleadmin.cc:88
605
605
msgid "Silently exit if one can't connect to server."
608
#: client/drizzleadmin.cc:91
608
#: client/drizzleadmin.cc:94
609
609
msgid "Write more information."
612
#: client/drizzleadmin.cc:122 client/drizzlecheck.cc:265
613
#: client/drizzledump.cc:611 client/drizzleimport.cc:196
614
#: client/drizzleslap.cc:751 client/drizzletest.cc:4639
612
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
613
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
614
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
617
617
"Non-integer value supplied for port. If you are trying to enter a password "
618
618
"please use --password instead.\n"
621
#: client/drizzleadmin.cc:130 client/drizzlecheck.cc:273
622
#: client/drizzledump.cc:619 client/drizzleimport.cc:204
623
#: client/drizzleslap.cc:759 client/drizzletest.cc:4647
621
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
622
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
623
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
625
625
msgid "Value supplied for port is not valid.\n"
628
#: client/drizzleadmin.cc:148 client/drizzledump.cc:636
628
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
630
630
msgid "Memory allocation error while copying password. Aborting.\n"
633
#: client/drizzleadmin.cc:290
633
#: client/drizzleadmin.cc:330
636
636
"connect to server at '%s' failed\n"
640
#: client/drizzleadmin.cc:296
640
#: client/drizzleadmin.cc:336
642
642
msgid "Check that drizzled is running on %s"
645
#: client/drizzleadmin.cc:297
645
#: client/drizzleadmin.cc:337
647
647
msgid " and that the port is %d.\n"
650
#: client/drizzleadmin.cc:299
650
#: client/drizzleadmin.cc:339
652
652
msgid "You can check this by doing 'telnet %s %d'\n"
655
#: client/drizzleadmin.cc:310
655
#: client/drizzleadmin.cc:350
657
657
msgid "Got error: %s\n"
660
#: client/drizzleadmin.cc:317
660
#: client/drizzleadmin.cc:357
661
661
msgid "Waiting for Drizzle server to answer"
662
662
msgstr "Ожидание ответа от сервера Drizzle"
664
#: client/drizzleadmin.cc:350
664
#: client/drizzleadmin.cc:393
666
666
msgid "shutting down drizzled...\n"
669
#: client/drizzleadmin.cc:354
669
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
670
#: client/drizzleadmin.cc:440
671
672
msgid "shutdown failed; error: '%s'"
674
#: client/drizzleadmin.cc:361
675
#: client/drizzleadmin.cc:415
679
#: client/drizzleadmin.cc:371
680
#: client/drizzleadmin.cc:424
680
681
msgid "drizzled is alive"
681
682
msgstr "drizzled жив"
683
#: client/drizzleadmin.cc:379
684
#: client/drizzleadmin.cc:433
684
685
msgid "connection was down, but drizzled is now alive"
687
#: client/drizzleadmin.cc:383
688
#: client/drizzleadmin.cc:446
689
690
msgid "drizzled doesn't answer to ping, error: '%s'"
692
#: client/drizzleadmin.cc:392
693
#: client/drizzleadmin.cc:456
694
695
msgid "Unknown command: '%-.60s'"
695
696
msgstr "Неизвестная команда: '%-.60s'"
697
#: client/drizzleadmin.cc:401
698
#: client/drizzleadmin.cc:465
699
700
msgid "%s Ver %s Distrib %s, for %s on %s\n"
702
#: client/drizzleadmin.cc:408
703
#: client/drizzleadmin.cc:472
703
704
msgid "Copyright (C) 2000-2008 MySQL AB"
706
#: client/drizzleadmin.cc:409 client/drizzledump.cc:489
707
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
708
709
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
709
710
"and you are welcome to modify and redistribute it under the GPL license\n"
712
#: client/drizzleadmin.cc:410
713
#: client/drizzleadmin.cc:474
713
714
msgid "Administration program for the drizzled daemon."
716
#: client/drizzleadmin.cc:411
717
#: client/drizzleadmin.cc:475
718
719
msgid "Usage: %s [OPTIONS] command command....\n"
721
#: client/drizzleadmin.cc:413
722
#: client/drizzleadmin.cc:477
723
724
" ping Check if server is down\n"
724
725
" shutdown Take server down\n"
727
#: client/drizzledump.cc:393
728
#: client/drizzledump.cc:387
728
729
msgid "Number of rows before each output progress report (requires --verbose)."
732
#: client/drizzledump.cc:461
734
msgid "Got errno %d on write"
731
737
#: client/drizzledump.cc:466
733
msgid "Got errno %d on write"
736
#: client/drizzledump.cc:471
738
739
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
741
#: client/drizzledump.cc:478
742
#: client/drizzledump.cc:473
742
743
#, fuzzy, c-format
743
744
msgid "Usage: %s [OPTIONS] database [tables]\n"
744
745
msgstr "Использование: %s [ОПЦИИ] [база данных]\n"
746
#: client/drizzledump.cc:479
747
#: client/drizzledump.cc:474
748
749
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
751
#: client/drizzledump.cc:481
752
#: client/drizzledump.cc:476
752
753
#, fuzzy, c-format
753
754
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
754
755
msgstr "Использование: %s [ОПЦИИ] [база данных]\n"
756
#: client/drizzledump.cc:488
757
#: client/drizzledump.cc:483
757
758
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
760
#: client/drizzledump.cc:490
761
#: client/drizzledump.cc:485
761
762
msgid "Dumping definition and data DRIZZLE database or table"
764
#: client/drizzledump.cc:501
765
#: client/drizzledump.cc:496
766
767
msgid "For more options, use %s --help\n"
769
#: client/drizzledump.cc:675
770
#: client/drizzledump.cc:669
771
772
msgid "Input filename too long: %s"
774
#: client/drizzledump.cc:718
775
#: client/drizzledump.cc:712
776
777
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
779
#: client/drizzledump.cc:743
780
#: client/drizzledump.cc:737
781
782
msgid "Invalid mode to --compatible: %s\n"
784
#: client/drizzledump.cc:803
785
#: client/drizzledump.cc:791
786
787
msgid "%s: You must use option --tab with --fields-...\n"
789
#: client/drizzledump.cc:820
790
#: client/drizzledump.cc:808
792
793
"%s: You can't use --single-transaction and --lock-all-tables at the same "
796
#: client/drizzledump.cc:833
797
#: client/drizzledump.cc:821
799
800
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
803
#: client/drizzledump.cc:839
804
#: client/drizzledump.cc:827
805
806
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
808
#: client/drizzledump.cc:863
809
#: client/drizzledump.cc:853 client/drizzledump.cc:858
810
msgid "Got error: %d: %s %s"
811
msgid "Got error: %s %s"
813
#: client/drizzledump.cc:955
814
#: client/drizzledump.cc:956 client/drizzledump.cc:963
815
#: client/drizzledump.cc:976
815
817
msgid "Couldn't execute '%s': %s (%d)"
818
#: client/drizzledump.cc:1016
820
#: client/drizzledump.cc:1040
819
821
#, fuzzy, c-format
820
822
msgid "-- Connecting to %s...\n"
821
823
msgstr "Подключение к хосту."
823
#: client/drizzledump.cc:1037
825
#: client/drizzledump.cc:1061
825
827
msgid "-- Disconnecting from %s...\n"
828
#: client/drizzledump.cc:1047
830
#: client/drizzledump.cc:1072
830
832
msgid "Couldn't allocate memory"
831
833
msgstr "Невозможно выделить мамять под временный файл истории!\n"
833
#: client/drizzledump.cc:1388
835
#: client/drizzledump.cc:1416
836
838
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
840
#: client/drizzledump.cc:1402
842
#: client/drizzledump.cc:1430
842
844
msgid "-- Retrieving table structure for table %s...\n"
845
#: client/drizzledump.cc:1511
847
#: client/drizzledump.cc:1544
847
849
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
850
#: client/drizzledump.cc:1620
852
msgid "%s: Can't get keys for table %s (%s)\n"
855
#: client/drizzledump.cc:1697 client/drizzledump.cc:2995
857
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
860
#: client/drizzledump.cc:1704 client/drizzledump.cc:3003
862
msgid "Error: Couldn't read status information for table %s (%s)\n"
865
#: client/drizzledump.cc:1846
852
#: client/drizzledump.cc:1651
854
msgid "%s: Can't get keys for table %s\n"
857
#: client/drizzledump.cc:1729 client/drizzledump.cc:3083
859
msgid "Error: Couldn't read status information for table %s\n"
860
msgstr "Получить статусную информацию с сервера."
862
#: client/drizzledump.cc:1872
867
864
msgid "Error retrieving table structure for table: \"%s\""
870
#: client/drizzledump.cc:1853
867
#: client/drizzledump.cc:1879
872
869
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
875
#: client/drizzledump.cc:1864
872
#: client/drizzledump.cc:1890
877
874
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
880
#: client/drizzledump.cc:1871
877
#: client/drizzledump.cc:1897
882
879
msgid "-- Skipping dump data for table '%s', it has no fields\n"
885
#: client/drizzledump.cc:1879
882
#: client/drizzledump.cc:1905
886
883
msgid "-- Sending SELECT query...\n"
889
#: client/drizzledump.cc:1931
886
#: client/drizzledump.cc:1959 client/drizzledump.cc:2444
890
887
msgid "when executing 'SELECT INTO OUTFILE'"
893
#: client/drizzledump.cc:1939
890
#: client/drizzledump.cc:1969
1145
#: drizzled/drizzled.cc:1183
1135
#: drizzled/drizzled.cc:1149
1147
1137
msgid "Writing a core file\n"
1150
#: drizzled/drizzled.cc:1228
1140
#: drizzled/drizzled.cc:1194
1152
1142
"setrlimit could not change the size of core files to 'infinity'; We may not "
1153
1143
"be able to generate a core file on signals"
1156
#: drizzled/drizzled.cc:1432
1146
#: drizzled/drizzled.cc:1396
1158
1148
msgid "gethostname failed, using '%s' as hostname"
1161
#: drizzled/drizzled.cc:1529
1151
#: drizzled/drizzled.cc:1493
1163
1153
msgid "Unknown locale: '%s'"
1166
#: drizzled/drizzled.cc:1584
1156
#: drizzled/drizzled.cc:1535
1167
1157
msgid "Can't create thread-keys"
1170
#: drizzled/drizzled.cc:1610
1160
#: drizzled/drizzled.cc:1561
1171
1161
msgid "Out of memory"
1174
#: drizzled/drizzled.cc:1625
1164
#: drizzled/drizzled.cc:1576
1175
1165
msgid "Failed to initialize plugins."
1178
#: drizzled/drizzled.cc:1656
1168
#: drizzled/drizzled.cc:1607
1181
1171
"%s: Too many arguments (first extra is '%s').\n"
1182
1172
"Use --verbose --help to get a list of available options\n"
1185
#: drizzled/drizzled.cc:1666
1175
#: drizzled/drizzled.cc:1617
1186
1176
msgid "Can't init databases"
1189
#: drizzled/drizzled.cc:1686
1179
#: drizzled/drizzled.cc:1637
1191
1181
msgid "Unknown/unsupported table type: %s"
1194
#: drizzled/drizzled.cc:1692
1184
#: drizzled/drizzled.cc:1643
1196
1186
msgid "Default storage engine (%s) is not available"
1199
#: drizzled/drizzled.cc:1724
1189
#: drizzled/drizzled.cc:1674
1201
1191
msgid "Failed to lock memory. Errno: %d\n"
1204
#: drizzled/drizzled.cc:1785
1194
#: drizzled/drizzled.cc:1736
1206
1196
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1209
#: drizzled/drizzled.cc:1955
1199
#: drizzled/drizzled.cc:1898
1211
1201
msgid "drizzled: Got error %d from select"
1214
#: drizzled/drizzled.cc:2138
1204
#: drizzled/drizzled.cc:2072
1215
1205
msgid "Auto-increment columns are incremented by this"
1218
#: drizzled/drizzled.cc:2143
1208
#: drizzled/drizzled.cc:2077
1220
1210
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1224
#: drizzled/drizzled.cc:2149
1214
#: drizzled/drizzled.cc:2083
1226
1216
"Path to installation directory. All paths are usually resolved relative to "
1230
#: drizzled/drizzled.cc:2153
1220
#: drizzled/drizzled.cc:2087
1231
1221
msgid "IP address to bind to."
1234
#: drizzled/drizzled.cc:2157
1224
#: drizzled/drizzled.cc:2091
1235
1225
msgid "Set the filesystem character set."
1238
#: drizzled/drizzled.cc:2162
1228
#: drizzled/drizzled.cc:2096
1239
1229
msgid "Set the default character set."
1240
1230
msgstr "Установить кодировку по-умолчанию."
1242
#: drizzled/drizzled.cc:2166
1232
#: drizzled/drizzled.cc:2100
1243
1233
msgid "Chroot drizzled daemon during startup."
1246
#: drizzled/drizzled.cc:2170
1236
#: drizzled/drizzled.cc:2104
1247
1237
msgid "Set the default collation."
1250
#: drizzled/drizzled.cc:2174
1240
#: drizzled/drizzled.cc:2108
1251
1241
msgid "Default completion type."
1254
#: drizzled/drizzled.cc:2179
1244
#: drizzled/drizzled.cc:2113
1255
1245
msgid "Write core on errors."
1258
#: drizzled/drizzled.cc:2183
1248
#: drizzled/drizzled.cc:2117
1259
1249
msgid "Path to the database root."
1262
#: drizzled/drizzled.cc:2187
1252
#: drizzled/drizzled.cc:2121
1263
1253
msgid "Set the default storage engine (table type) for tables."
1266
#: drizzled/drizzled.cc:2191
1256
#: drizzled/drizzled.cc:2125
1267
1257
msgid "Set the default time zone."
1270
#: drizzled/drizzled.cc:2195
1260
#: drizzled/drizzled.cc:2129
1271
1261
msgid "Type of DELAY_KEY_WRITE."
1274
#: drizzled/drizzled.cc:2199
1264
#: drizzled/drizzled.cc:2133
1275
1265
msgid "Print a symbolic stack trace on failure."
1278
#: drizzled/drizzled.cc:2205
1268
#: drizzled/drizzled.cc:2139
1279
1269
msgid "Push supported query conditions to the storage engine."
1282
#: drizzled/drizzled.cc:2211
1272
#: drizzled/drizzled.cc:2145
1283
1273
msgid "Used for debugging; Use at your own risk!"
1286
#: drizzled/drizzled.cc:2214
1287
msgid "Flush tables to disk between SQL commands."
1290
#: drizzled/drizzled.cc:2219
1276
#: drizzled/drizzled.cc:2150
1291
1277
msgid "Set up signals usable for debugging"
1294
#: drizzled/drizzled.cc:2223
1280
#: drizzled/drizzled.cc:2154
1295
1281
msgid "Command(s) that are executed for each new connection"
1298
#: drizzled/drizzled.cc:2227
1284
#: drizzled/drizzled.cc:2158
1299
1285
msgid "Read SQL commands from this file at startup."
1302
#: drizzled/drizzled.cc:2231
1288
#: drizzled/drizzled.cc:2162
1303
1289
msgid "(IGNORED)"
1306
#: drizzled/drizzled.cc:2235
1292
#: drizzled/drizzled.cc:2166
1307
1293
msgid "Set the language used for the month names and the days of the week."
1310
#: drizzled/drizzled.cc:2240
1311
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1314
#: drizzled/drizzled.cc:2245
1296
#: drizzled/drizzled.cc:2171
1315
1297
msgid "Log connections and queries to file."
1318
#: drizzled/drizzled.cc:2249
1300
#: drizzled/drizzled.cc:2175
1319
1301
msgid "Log all MyISAM changes to file."
1322
#: drizzled/drizzled.cc:2253
1304
#: drizzled/drizzled.cc:2179
1323
1305
msgid "Log some not critical warnings to the log file."
1326
#: drizzled/drizzled.cc:2258
1308
#: drizzled/drizzled.cc:2184
1327
1309
msgid "Lock drizzled in memory."
1330
#: drizzled/drizzled.cc:2262
1312
#: drizzled/drizzled.cc:2188
1332
1314
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1333
1315
"BACKUP, FORCE or QUICK."
1336
#: drizzled/drizzled.cc:2267
1337
msgid "Use very new possible 'unsafe' functions."
1340
#: drizzled/drizzled.cc:2272
1318
#: drizzled/drizzled.cc:2193
1341
1319
msgid "Use old, non-optimized alter table."
1344
#: drizzled/drizzled.cc:2277
1322
#: drizzled/drizzled.cc:2198
1345
1323
msgid "Pid file used by safe_mysqld."
1348
#: drizzled/drizzled.cc:2287
1326
#: drizzled/drizzled.cc:2208
1350
1328
"Maximum time in seconds to wait for the port to become free. (Default: no "
1354
#: drizzled/drizzled.cc:2292
1355
msgid "Skip some optimize stages (for testing)."
1358
#: drizzled/drizzled.cc:2295
1332
#: drizzled/drizzled.cc:2213
1360
1334
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1361
1335
"specified directory"
1364
#: drizzled/drizzled.cc:2300
1338
#: drizzled/drizzled.cc:2218
1366
1340
"Uniquely identifies the server instance in the community of replication "
1370
#: drizzled/drizzled.cc:2305
1371
msgid "Don't use new, possible wrong routines."
1374
#: drizzled/drizzled.cc:2308
1344
#: drizzled/drizzled.cc:2223
1375
1345
msgid "Don't print a stack trace on failure."
1378
#: drizzled/drizzled.cc:2312
1379
msgid "Don't give threads different priorities."
1382
#: drizzled/drizzled.cc:2316
1348
#: drizzled/drizzled.cc:2227
1383
1349
msgid "Enable symbolic link support."
1386
#: drizzled/drizzled.cc:2325
1388
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1391
#: drizzled/drizzled.cc:2330
1352
#: drizzled/drizzled.cc:2236
1393
1354
"Using this option will cause most temporary files created to use a small set "
1394
1355
"of names, rather than a unique name for each new file."
1397
#: drizzled/drizzled.cc:2335
1358
#: drizzled/drizzled.cc:2241
1399
1360
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1402
#: drizzled/drizzled.cc:2340
1363
#: drizzled/drizzled.cc:2246
1403
1364
msgid "Path for temporary files."
1406
#: drizzled/drizzled.cc:2344
1367
#: drizzled/drizzled.cc:2250
1407
1368
msgid "Default transaction isolation level."
1410
#: drizzled/drizzled.cc:2348
1371
#: drizzled/drizzled.cc:2254
1411
1372
msgid "Run drizzled daemon as user."
1414
#: drizzled/drizzled.cc:2356
1375
#: drizzled/drizzled.cc:2262
1416
1377
"The number of outstanding connection requests Drizzle can have. This comes "
1417
1378
"into play when the main Drizzle thread gets very many connection requests in "
1418
1379
"a very short time."
1421
#: drizzled/drizzled.cc:2362
1382
#: drizzled/drizzled.cc:2268
1423
1384
"Size of tree cache used in bulk insert optimization. Note that this is a "
1424
1385
"limit per thread!"
1427
#: drizzled/drizzled.cc:2368
1388
#: drizzled/drizzled.cc:2274
1429
1390
"The number of seconds the drizzled server is waiting for a connect packet "
1430
1391
"before responding with 'Bad handshake'."
1433
#: drizzled/drizzled.cc:2373
1394
#: drizzled/drizzled.cc:2279
1435
1396
"Precision of the result of '/' operator will be increased on that value."
1438
#: drizzled/drizzled.cc:2379
1399
#: drizzled/drizzled.cc:2285
1439
1400
msgid "The maximum length of the result of function group_concat."
1442
#: drizzled/drizzled.cc:2384
1444
"The number of seconds the server waits for activity on an interactive "
1445
"connection before closing it."
1448
#: drizzled/drizzled.cc:2390
1403
#: drizzled/drizzled.cc:2290
1449
1404
msgid "The size of the buffer that is used for full joins."
1452
#: drizzled/drizzled.cc:2396
1407
#: drizzled/drizzled.cc:2296
1453
1408
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1456
#: drizzled/drizzled.cc:2401
1411
#: drizzled/drizzled.cc:2301
1458
1413
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1459
1414
"this to get better index handling (for all reads and multiple writes) to as "
1460
1415
"much as you can afford;"
1463
#: drizzled/drizzled.cc:2410
1418
#: drizzled/drizzled.cc:2310
1465
1420
"This characterizes the number of hits a hot block has to be untouched until "
1466
1421
"it is considered aged enough to be downgraded to a warm block. This "
1468
1423
"blocks in key cache"
1471
#: drizzled/drizzled.cc:2419
1426
#: drizzled/drizzled.cc:2319
1472
1427
msgid "The default size of key cache blocks"
1475
#: drizzled/drizzled.cc:2425
1430
#: drizzled/drizzled.cc:2325
1476
1431
msgid "The minimum percentage of warm blocks in key cache"
1479
#: drizzled/drizzled.cc:2431
1434
#: drizzled/drizzled.cc:2331
1480
1435
msgid "Max packetlength to send/receive from to server."
1483
#: drizzled/drizzled.cc:2436
1438
#: drizzled/drizzled.cc:2336
1485
1440
"If there is more than this number of interrupted connections from a host "
1486
1441
"this host will be blocked from further connections."
1489
#: drizzled/drizzled.cc:2441
1444
#: drizzled/drizzled.cc:2341
1490
1445
msgid "Max number of errors/warnings to store for a statement."
1493
#: drizzled/drizzled.cc:2446
1448
#: drizzled/drizzled.cc:2346
1494
1449
msgid "Don't allow creation of heap tables bigger than this."
1497
#: drizzled/drizzled.cc:2452
1452
#: drizzled/drizzled.cc:2352
1499
1454
"Joins that are probably going to read more than max_join_size records return "
1503
#: drizzled/drizzled.cc:2458
1458
#: drizzled/drizzled.cc:2358
1504
1459
msgid "Max number of bytes in sorted records."
1507
#: drizzled/drizzled.cc:2463
1462
#: drizzled/drizzled.cc:2363
1508
1463
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1511
#: drizzled/drizzled.cc:2468
1466
#: drizzled/drizzled.cc:2368
1513
1468
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1514
1469
"max_sort_length bytes of each value are used; the rest are ignored)."
1517
#: drizzled/drizzled.cc:2475
1472
#: drizzled/drizzled.cc:2375
1518
1473
msgid "Maximum number of temporary tables a client can keep open at a time."
1521
#: drizzled/drizzled.cc:2480
1476
#: drizzled/drizzled.cc:2380
1522
1477
msgid "After this many write locks, allow some read locks to run in between."
1525
#: drizzled/drizzled.cc:2484
1480
#: drizzled/drizzled.cc:2384
1527
1482
"Don't log queries which examine less than min_examined_row_limit rows to "
1531
#: drizzled/drizzled.cc:2490
1486
#: drizzled/drizzled.cc:2390
1533
1488
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1534
1489
"Possible values of name are 'nulls_unequal' (default behavior), "
1535
1490
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1538
#: drizzled/drizzled.cc:2497
1493
#: drizzled/drizzled.cc:2397
1539
1494
msgid "Buffer length for TCP/IP and socket communication."
1542
#: drizzled/drizzled.cc:2502
1497
#: drizzled/drizzled.cc:2402
1544
1499
"Number of seconds to wait for more data from a connection before aborting "
1548
#: drizzled/drizzled.cc:2508
1503
#: drizzled/drizzled.cc:2408
1550
1505
"If a read on a communication port is interrupted, retry this many times "
1551
1506
"before giving up."
1554
#: drizzled/drizzled.cc:2514
1509
#: drizzled/drizzled.cc:2414
1556
1511
"Number of seconds to wait for a block to be written to a connection before "
1557
1512
"aborting the write."
1560
#: drizzled/drizzled.cc:2520
1515
#: drizzled/drizzled.cc:2420
1562
1517
"Controls the heuristic(s) applied during query optimization to prune less-"
1563
1518
"promising partial plans from the optimizer search space. Meaning: false - do "
1576
1531
"(used for testing/comparison)."
1579
#: drizzled/drizzled.cc:2540
1534
#: drizzled/drizzled.cc:2440
1580
1535
msgid "Directory for plugins."
1583
#: drizzled/drizzled.cc:2544
1538
#: drizzled/drizzled.cc:2444
1585
1540
"Optional colon (or semicolon) separated list of plugins to load,where each "
1586
1541
"plugin is identified by the name of the shared library. [for example: --"
1587
1542
"plugin_load=libmd5udf.so:libauth_pam.so]"
1590
#: drizzled/drizzled.cc:2550
1545
#: drizzled/drizzled.cc:2450
1591
1546
msgid "The size of the buffer that is allocated when preloading indexes"
1594
#: drizzled/drizzled.cc:2555
1549
#: drizzled/drizzled.cc:2455
1595
1550
msgid "Allocation block size for query parsing and execution"
1598
#: drizzled/drizzled.cc:2560
1553
#: drizzled/drizzled.cc:2460
1599
1554
msgid "Persistent buffer for query parsing and execution"
1602
#: drizzled/drizzled.cc:2566
1557
#: drizzled/drizzled.cc:2466
1603
1558
msgid "Allocation block size for storing ranges during optimization"
1606
#: drizzled/drizzled.cc:2572
1561
#: drizzled/drizzled.cc:2472
1608
1563
"Each thread that does a sequential scan allocates a buffer of this size for "
1609
1564
"each table it scans. If you do many sequential scans, you may want to "
1610
1565
"increase this value."
1613
#: drizzled/drizzled.cc:2580
1568
#: drizzled/drizzled.cc:2480
1615
1570
"When reading rows in sorted order after a sort, the rows are read through "
1616
1571
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1617
1572
"record_buffer."
1620
#: drizzled/drizzled.cc:2588
1575
#: drizzled/drizzled.cc:2488
1621
1576
msgid "Select scheduler to be used (by default pool-of-threads)."
1624
#: drizzled/drizzled.cc:2592
1579
#: drizzled/drizzled.cc:2492
1625
1580
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1628
#: drizzled/drizzled.cc:2598
1583
#: drizzled/drizzled.cc:2498
1629
1584
msgid "The number of cached table definitions."
1632
#: drizzled/drizzled.cc:2602
1587
#: drizzled/drizzled.cc:2502
1633
1588
msgid "The number of cached open tables."
1636
#: drizzled/drizzled.cc:2606
1591
#: drizzled/drizzled.cc:2506
1638
1593
"Timeout in seconds to wait for a table level lock before returning an error. "
1639
1594
"Used only if the connection has active cursors."
1642
#: drizzled/drizzled.cc:2611
1597
#: drizzled/drizzled.cc:2511
1643
1598
msgid "The stack size for each thread."
1646
#: drizzled/drizzled.cc:2617
1601
#: drizzled/drizzled.cc:2517
1648
1603
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1649
1604
"automatically convert it to an on-disk MyISAM table."
1652
#: drizzled/drizzled.cc:2623
1607
#: drizzled/drizzled.cc:2523
1653
1608
msgid "Allocation block size for transactions to be stored in binary log"
1656
#: drizzled/drizzled.cc:2628
1611
#: drizzled/drizzled.cc:2528
1657
1612
msgid "Persistent buffer for transactions to be stored in binary log"
1660
#: drizzled/drizzled.cc:2633
1615
#: drizzled/drizzled.cc:2533
1662
1617
"The number of seconds the server waits for activity on a connection before "
1666
#: drizzled/drizzled.cc:2784
1621
#: drizzled/drizzled.cc:2682
1668
1623
"Copyright (C) 2008 Sun Microsystems\n"
1669
1624
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5214
5161
msgid "qcache plugin '%s' init() failed"
5217
#: drizzled/qcache.cc:60
5164
#: drizzled/qcache.cc:59
5219
5166
msgid "qcache plugin '%s' deinit() failed"
5222
#: drizzled/qcache.cc:105
5169
#: drizzled/qcache.cc:104
5224
5171
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5227
#: drizzled/qcache.cc:122
5174
#: drizzled/qcache.cc:121
5229
5176
msgid "qcache plugin '%s' set() failed"
5232
#: drizzled/qcache.cc:141
5179
#: drizzled/qcache.cc:140
5234
5181
msgid "qcache plugin '%s' invalidate_table() failed"
5237
#: drizzled/qcache.cc:160
5184
#: drizzled/qcache.cc:159
5239
5186
msgid "qcache plugin '%s' invalidate_db() failed"
5242
#: drizzled/qcache.cc:178
5189
#: drizzled/qcache.cc:177
5244
5191
msgid "qcache plugin '%s' flush() failed"
5247
#. TRANSLATORS: The leading word "replicator" is the name
5248
#. of the plugin api, and so should not be translated.
5249
#: drizzled/replicator.cc:41
5194
#: drizzled/replicator.cc:36
5251
5196
msgid "replicator plugin '%s' init() failed"
5254
#. TRANSLATORS: The leading word "replicator" is the name
5255
#. of the plugin api, and so should not be translated.
5256
#: drizzled/replicator.cc:65
5199
#: drizzled/replicator.cc:58
5258
5201
msgid "replicator plugin '%s' deinit() failed"
5261
#. TRANSLATORS: The leading word "replicator" is the name
5262
#. of the plugin api, and so should not be translated.
5263
#: drizzled/replicator.cc:89
5204
#: drizzled/replicator.cc:81
5265
5206
msgid "replicator plugin '%s' session_init() failed"
5268
#. TRANSLATORS: The leading word "replicator" is the name
5269
#. of the plugin api, and so should not be translated.
5270
#: drizzled/replicator.cc:159
5209
#: drizzled/replicator.cc:152
5272
5211
msgid "replicator plugin '%s' row_insert() failed"
5275
#. TRANSLATORS: The leading word "replicator" is the name
5276
#. of the plugin api, and so should not be translated.
5277
#: drizzled/replicator.cc:173
5214
#: drizzled/replicator.cc:168
5279
5216
msgid "replicator plugin '%s' row_update() failed"
5282
#. TRANSLATORS: The leading word "replicator" is the name
5283
#. of the plugin api, and so should not be translated.
5284
#: drizzled/replicator.cc:187
5219
#: drizzled/replicator.cc:183
5286
5221
msgid "replicator plugin '%s' row_delete() failed"
5289
#. TRANSLATORS: The leading word "replicator" is the name
5290
#. of the plugin api, and so should not be translated.
5291
#: drizzled/replicator.cc:272
5224
#: drizzled/replicator.cc:270
5293
5226
msgid "replicator plugin '%s' end_transaction() failed"
5296
#. TRANSLATORS: The leading word "replicator" is the name
5297
#. of the plugin api, and so should not be translated.
5298
#: drizzled/replicator.cc:329
5229
#: drizzled/replicator.cc:328
5300
5231
msgid "replicator plugin '%s' statement() failed"
5303
#: drizzled/scheduling.cc:61
5234
#: drizzled/scheduling.cc:57
5305
5236
msgid "scheduling plugin '%s' init() failed"
5308
#. TRANSLATORS: The leading word "scheduling" is the name
5309
#. of the plugin api, and so should not be translated.
5310
#: drizzled/scheduling.cc:95
5239
#: drizzled/scheduling.cc:80
5312
5241
msgid "scheduling plugin '%s' deinit() failed"
5315
#: drizzled/sql_base.cc:2306
5244
#: drizzled/sql_base.cc:2295
5317
5246
msgid "Table %s had a open data handler in reopen_table"
5320
#: drizzled/sql_base.cc:2955
5249
#: drizzled/sql_base.cc:2943
5322
5251
msgid "Couldn't repair table: %s.%s"
5325
#: drizzled/sql_base.cc:2997
5254
#: drizzled/sql_base.cc:2985
5328
5257
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5329
5258
"s`.`%s`' to replication"
5332
#: drizzled/sql_base.cc:3600
5261
#: drizzled/sql_base.cc:3588
5334
5263
msgid "Could not remove temporary table: '%s', error: %d"
5337
#: drizzled/sql_base.cc:6195
5338
msgid "Can't create thread to kill server"
5341
#: drizzled/sql_plugin.cc:680
5266
#: drizzled/sql_plugin.cc:645
5343
5268
msgid "Plugin '%s' of type %s failed deinitialization"
5346
#: drizzled/sql_plugin.cc:694
5348
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5351
#: drizzled/sql_plugin.cc:782
5271
#: drizzled/sql_plugin.cc:688
5353
5273
msgid "Plugin '%s' registration as a %s failed."
5356
#: drizzled/sql_plugin.cc:1005
5276
#: drizzled/sql_plugin.cc:889
5357
5277
msgid "plugin-load parameter too long"
5360
#: drizzled/sql_plugin.cc:1065
5280
#: drizzled/sql_plugin.cc:949
5362
5282
msgid "Couldn't load plugin named '%s' with soname '%s'."
5365
#: drizzled/sql_plugin.cc:1118
5367
msgid "Forcing shutdown of %<PRIu64> plugins"
5370
#: drizzled/sql_plugin.cc:1141
5372
msgid "Plugin '%s' will be forced to shutdown"
5375
#: drizzled/sql_plugin.cc:1157
5377
msgid "Plugin '%s' has ref_count=%d after shutdown."
5380
#: drizzled/sql_plugin.cc:1545
5285
#: drizzled/sql_plugin.cc:1347
5381
5286
msgid "Out of memory."
5384
#: drizzled/sql_plugin.cc:2394 drizzled/sql_plugin.cc:2457
5289
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
5386
5291
msgid "Unknown variable type code 0x%x in plugin '%s'."
5389
#: drizzled/sql_plugin.cc:2437
5294
#: drizzled/sql_plugin.cc:2231
5392
5297
"Server variable %s of plugin %s was forced to be read-only: string variable "
5393
5298
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5396
#: drizzled/sql_plugin.cc:2468
5301
#: drizzled/sql_plugin.cc:2262
5398
5303
msgid "Missing variable name in plugin '%s'."
5401
#: drizzled/sql_plugin.cc:2485
5306
#: drizzled/sql_plugin.cc:2279
5403
5308
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5406
#: drizzled/sql_plugin.cc:2603
5311
#: drizzled/sql_plugin.cc:2397
5408
5313
msgid "Out of memory for plugin '%s'."
5411
#: drizzled/sql_plugin.cc:2610
5316
#: drizzled/sql_plugin.cc:2404
5413
5318
msgid "Bad options for plugin '%s'."
5416
#: drizzled/sql_plugin.cc:2619
5321
#: drizzled/sql_plugin.cc:2413
5418
5323
msgid "Parsing options for plugin '%s' failed."
5421
#: drizzled/sql_plugin.cc:2662
5326
#: drizzled/sql_plugin.cc:2456
5423
5328
msgid "Plugin '%s' has conflicting system variables"
5568
5478
msgid "%s: option `-W %s' doesn't allow an argument\n"
5571
#: libdrizzleclient/errmsg.c:28
5481
#: libdrizzleclient/errmsg.cc:28
5572
5482
msgid "Unknown Drizzle error"
5573
5483
msgstr "Неизвестная ошибка Drizzle"
5575
#: libdrizzleclient/errmsg.c:29
5485
#: libdrizzleclient/errmsg.cc:29
5577
5487
msgid "Can't create UNIX socket (%d)"
5578
5488
msgstr "Не могу создать UNIX сокет (%d)"
5580
#: libdrizzleclient/errmsg.c:30
5490
#: libdrizzleclient/errmsg.cc:30
5582
5492
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5584
5494
"Не могу присоединиться к локальному серверу Drizzle через сокет '%-.100s' (%"
5587
#: libdrizzleclient/errmsg.c:31
5589
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5497
#: libdrizzleclient/errmsg.cc:31
5499
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5590
5500
msgstr "Не могу присоединиться к серверу Drizzle на '%-.100s' (%d)"
5592
#: libdrizzleclient/errmsg.c:32
5502
#: libdrizzleclient/errmsg.cc:32
5594
5504
msgid "Can't create TCP/IP socket (%d)"
5595
5505
msgstr "Не могу создать TCP/IP сокет (%d)"
5597
#: libdrizzleclient/errmsg.c:33
5507
#: libdrizzleclient/errmsg.cc:33
5599
5509
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5602
#: libdrizzleclient/errmsg.c:34
5512
#: libdrizzleclient/errmsg.cc:34
5603
5513
msgid "Drizzle server has gone away"
5606
#: libdrizzleclient/errmsg.c:35
5516
#: libdrizzleclient/errmsg.cc:35
5608
5518
msgid "Protocol mismatch; server version = %d, client version = %d"
5609
5519
msgstr "Несоответствие протоколов; версия сервера = %d, версия клиента = %d"
5611
#: libdrizzleclient/errmsg.c:36
5521
#: libdrizzleclient/errmsg.cc:36
5612
5522
msgid "Drizzle client ran out of memory"
5613
5523
msgstr "Drizzle клиент исчерпал всю доступную память"
5615
#: libdrizzleclient/errmsg.c:37
5525
#: libdrizzleclient/errmsg.cc:37
5616
5526
msgid "Wrong host info"
5619
#: libdrizzleclient/errmsg.c:38
5529
#: libdrizzleclient/errmsg.cc:38
5620
5530
msgid "Localhost via UNIX socket"
5621
5531
msgstr "Localhost через UNIX сокет"
5623
#: libdrizzleclient/errmsg.c:39
5533
#: libdrizzleclient/errmsg.cc:39
5625
5535
msgid "%-.100s via TCP/IP"
5626
5536
msgstr "%-.100s через TCP/IP"
5628
#: libdrizzleclient/errmsg.c:40
5538
#: libdrizzleclient/errmsg.cc:40
5629
5539
msgid "Error in server handshake"
5630
5540
msgstr "Ошибка при установке соединения с сервером"
5632
#: libdrizzleclient/errmsg.c:41
5542
#: libdrizzleclient/errmsg.cc:41
5633
5543
msgid "Lost connection to Drizzle server during query"
5634
5544
msgstr "Соединение с сервером Drizzle потеряно во время запроса"
5636
#: libdrizzleclient/errmsg.c:42
5546
#: libdrizzleclient/errmsg.cc:42
5637
5547
msgid "Commands out of sync; you can't run this command now"
5638
5548
msgstr "Рассинхронизация комманд; сейчас вы не можете выполнить эту комманду"
5640
#: libdrizzleclient/errmsg.c:43
5550
#: libdrizzleclient/errmsg.cc:43
5642
5552
msgid "Named pipe: %-.32s"
5645
#: libdrizzleclient/errmsg.c:44
5555
#: libdrizzleclient/errmsg.cc:44
5647
5557
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5650
#: libdrizzleclient/errmsg.c:45
5560
#: libdrizzleclient/errmsg.cc:45
5652
5562
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5655
#: libdrizzleclient/errmsg.c:46
5565
#: libdrizzleclient/errmsg.cc:46
5657
5567
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5660
#: libdrizzleclient/errmsg.c:47
5570
#: libdrizzleclient/errmsg.cc:47
5662
5572
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5663
5573
msgstr "Не могу инициализировать character set %-.32s (path: %-.100s)"
5665
#: libdrizzleclient/errmsg.c:48
5575
#: libdrizzleclient/errmsg.cc:48
5666
5576
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5667
5577
msgstr "Получен пакет больше чем 'max_allowed_packet' байт"
5669
#: libdrizzleclient/errmsg.c:49
5579
#: libdrizzleclient/errmsg.cc:49
5670
5580
msgid "Embedded server"
5671
5581
msgstr "Встроенный сервер"
5673
#: libdrizzleclient/errmsg.c:50
5583
#: libdrizzleclient/errmsg.cc:50
5674
5584
msgid "Error on SHOW SLAVE STATUS:"
5677
#: libdrizzleclient/errmsg.c:51
5587
#: libdrizzleclient/errmsg.cc:51
5678
5588
msgid "Error on SHOW SLAVE HOSTS:"
5681
#: libdrizzleclient/errmsg.c:52
5591
#: libdrizzleclient/errmsg.cc:52
5682
5592
msgid "Error connecting to slave:"
5683
5593
msgstr "Ошибка при соединении к слейву:"
5685
#: libdrizzleclient/errmsg.c:53
5595
#: libdrizzleclient/errmsg.cc:53
5686
5596
msgid "Error connecting to master:"
5687
5597
msgstr "Ошибка при соединении к мастеру:"
5689
#: libdrizzleclient/errmsg.c:54
5599
#: libdrizzleclient/errmsg.cc:54
5690
5600
msgid "SSL connection error"
5691
5601
msgstr "Ошибка SSL-соединения"
5693
#: libdrizzleclient/errmsg.c:55
5603
#: libdrizzleclient/errmsg.cc:55
5694
5604
msgid "Malformed packet"
5695
5605
msgstr "Неверный пакет"
5697
#: libdrizzleclient/errmsg.c:56 libdrizzleclient/errmsg.c:67
5698
#: libdrizzleclient/errmsg.c:68 libdrizzleclient/errmsg.c:69
5699
#: libdrizzleclient/errmsg.c:70 libdrizzleclient/errmsg.c:71
5700
#: libdrizzleclient/errmsg.c:72 libdrizzleclient/errmsg.c:73
5701
#: libdrizzleclient/errmsg.c:74 libdrizzleclient/errmsg.c:75
5607
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5608
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5609
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5610
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5611
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5702
5612
msgid "(unused error message)"
5703
5613
msgstr "(неиспользуемое сообщение об ошибке)"
5705
#: libdrizzleclient/errmsg.c:57
5615
#: libdrizzleclient/errmsg.cc:57
5706
5616
msgid "Invalid use of null pointer"
5707
5617
msgstr "Неверное использование null указателя"
5709
#: libdrizzleclient/errmsg.c:58
5619
#: libdrizzleclient/errmsg.cc:58
5710
5620
msgid "Statement not prepared"
5713
#: libdrizzleclient/errmsg.c:59
5623
#: libdrizzleclient/errmsg.cc:59
5714
5624
msgid "No data supplied for parameters in prepared statement"
5717
#: libdrizzleclient/errmsg.c:60
5627
#: libdrizzleclient/errmsg.cc:60
5718
5628
msgid "Data truncated"
5721
#: libdrizzleclient/errmsg.c:61
5631
#: libdrizzleclient/errmsg.cc:61
5722
5632
msgid "No parameters exist in the statement"
5725
#: libdrizzleclient/errmsg.c:62
5635
#: libdrizzleclient/errmsg.cc:62
5726
5636
msgid "Invalid parameter number"
5727
5637
msgstr "Неверное количество параметров"
5729
#: libdrizzleclient/errmsg.c:63
5639
#: libdrizzleclient/errmsg.cc:63
5732
5642
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5735
#: libdrizzleclient/errmsg.c:65
5645
#: libdrizzleclient/errmsg.cc:65
5737
5647
msgid "Using unsupported buffer type: %d (parameter: %d)"
5740
#: libdrizzleclient/errmsg.c:66
5650
#: libdrizzleclient/errmsg.cc:66
5742
5652
msgid "Shared memory: %-.100s"
5745
#: libdrizzleclient/errmsg.c:76
5655
#: libdrizzleclient/errmsg.cc:76
5746
5656
msgid "Wrong or unknown protocol"
5747
5657
msgstr "Неверный или неизвестный протокол"
5749
#: libdrizzleclient/errmsg.c:77
5659
#: libdrizzleclient/errmsg.cc:77
5750
5660
msgid "Invalid connection handle"
5753
#: libdrizzleclient/errmsg.c:78
5663
#: libdrizzleclient/errmsg.cc:78
5755
5665
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5756
5666
"option 'secure_auth' enabled)"
6053
5963
msgid "(Disabled)\n"
6056
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
5966
#: plugin/errmsg_stderr/errmsg_stderr.cc:77
6057
5967
msgid "Error Messages to stderr"
5970
#: plugin/logging_gearman/logging_gearman.cc:262
5972
msgid "fail gearman_client_create(): %s"
5975
#: plugin/logging_gearman/logging_gearman.cc:272
5977
msgid "fail gearman_client_add_server(): %s"
5980
#: plugin/logging_gearman/logging_gearman.cc:297
5981
msgid "Enable logging to a gearman server"
5984
#: plugin/logging_gearman/logging_gearman.cc:306
5985
msgid "Hostname for logging to a Gearman server"
5988
#: plugin/logging_gearman/logging_gearman.cc:323
5989
msgid "Log queries to a Gearman server"
6060
5992
#: plugin/logging_query/logging_query.cc:275
6062
5994
msgid "fail open() fn=%s er=%s\n"
6065
#: plugin/logging_query/logging_query.cc:315
5997
#: plugin/logging_query/logging_query.cc:313
6066
5998
msgid "Enable logging to CSV file"
6069
#: plugin/logging_query/logging_query.cc:324
6001
#: plugin/logging_query/logging_query.cc:322
6070
6002
msgid "File to log to"
6073
#: plugin/logging_query/logging_query.cc:333
6074
#: plugin/logging_syslog/logging_syslog.cc:247
6005
#: plugin/logging_query/logging_query.cc:331
6006
#: plugin/logging_syslog/logging_syslog.cc:246
6075
6007
msgid "Threshold for logging slow queries, in microseconds"
6078
#: plugin/logging_query/logging_query.cc:345
6079
#: plugin/logging_syslog/logging_syslog.cc:259
6010
#: plugin/logging_query/logging_query.cc:343
6011
#: plugin/logging_syslog/logging_syslog.cc:258
6080
6012
msgid "Threshold for logging big queries, for rows returned"
6083
#: plugin/logging_query/logging_query.cc:357
6084
#: plugin/logging_syslog/logging_syslog.cc:271
6015
#: plugin/logging_query/logging_query.cc:355
6016
#: plugin/logging_syslog/logging_syslog.cc:270
6085
6017
msgid "Threshold for logging big queries, for rows examined"
6088
#: plugin/logging_query/logging_query.cc:380
6020
#: plugin/logging_query/logging_query.cc:378
6089
6021
msgid "Log queries to a CSV file"
6092
#: plugin/logging_syslog/logging_syslog.cc:166
6024
#: plugin/logging_syslog/logging_syslog.cc:167
6094
6026
msgid "syslog facility \"%s\" not known, using \"local0\""
6097
#: plugin/logging_syslog/logging_syslog.cc:183
6029
#: plugin/logging_syslog/logging_syslog.cc:184
6099
6031
msgid "syslog priority \"%s\" not known, using \"info\""
6102
#: plugin/logging_syslog/logging_syslog.cc:211
6034
#: plugin/logging_syslog/logging_syslog.cc:210
6103
6035
msgid "Enable logging"
6106
#: plugin/logging_syslog/logging_syslog.cc:220
6038
#: plugin/logging_syslog/logging_syslog.cc:219
6107
6039
msgid "Syslog Ident"
6110
#: plugin/logging_syslog/logging_syslog.cc:229
6042
#: plugin/logging_syslog/logging_syslog.cc:228
6111
6043
msgid "Syslog Facility"
6114
#: plugin/logging_syslog/logging_syslog.cc:238
6046
#: plugin/logging_syslog/logging_syslog.cc:237
6115
6047
msgid "Syslog Priority"
6118
#: plugin/logging_syslog/logging_syslog.cc:296
6050
#: plugin/logging_syslog/logging_syslog.cc:295
6119
6051
msgid "Log to syslog"
6122
#: plugin/multi_thread/multi_thread.cc:83
6054
#: plugin/multi_thread/multi_thread.cc:120
6123
6055
msgid "Maximum number of user threads available."
6126
#: plugin/pool_of_threads/pool_of_threads.cc:110
6058
#: plugin/pool_of_threads/pool_of_threads.cc:205
6059
msgid "event_add error in libevent_add_session_callback\n"
6062
#: plugin/pool_of_threads/pool_of_threads.cc:347
6127
6063
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6130
#: plugin/pool_of_threads/pool_of_threads.cc:116
6066
#: plugin/pool_of_threads/pool_of_threads.cc:354
6131
6067
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6134
#: plugin/pool_of_threads/pool_of_threads.cc:128
6070
#: plugin/pool_of_threads/pool_of_threads.cc:366
6135
6071
msgid "session_add_event event_add error in libevent_init\n"
6138
#: plugin/pool_of_threads/pool_of_threads.cc:144
6074
#: plugin/pool_of_threads/pool_of_threads.cc:380
6140
6076
msgid "Can't create completion port thread (error %d)"
6143
#: plugin/pool_of_threads/pool_of_threads.cc:263
6144
msgid "event_add error in libevent_add_session_callback\n"
6147
#: plugin/pool_of_threads/pool_of_threads.cc:377
6079
#: plugin/pool_of_threads/pool_of_threads.cc:443
6148
6080
msgid "libevent_thread_proc: my_thread_init() failed\n"
6151
#: plugin/pool_of_threads/pool_of_threads.cc:572
6083
#: plugin/pool_of_threads/pool_of_threads.cc:629
6152
6084
msgid "Size of Pool."
6155
#: plugin/replicator/replicator.cc:249
6087
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6156
6088
msgid "Enable Replicator"
6159
#: plugin/replicator/replicator.cc:258
6091
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6160
6092
msgid "Directory to place replication logs."
6163
#: plugin/signal_handler/signal_handler.cc:223
6095
#: plugin/signal_handler/signal_handler.cc:225
6165
6097
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6168
#: storage/myisam/ha_myisam.cc:457
6100
#: storage/myisam/ha_myisam.cc:468
6170
6102
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6173
#: storage/myisam/ha_myisam.cc:461
6105
#: storage/myisam/ha_myisam.cc:472
6175
6107
msgid "Got an error from unknown thread, %s:%d"
6178
#: storage/myisam/ha_myisam.cc:466
6110
#: storage/myisam/ha_myisam.cc:478
6179
6111
msgid "Unknown thread accessing table"
6182
#: storage/myisam/ha_myisam.cc:1872
6114
#: storage/myisam/ha_myisam.cc:1889
6183
6115
msgid "Block size to be used for MyISAM index pages."
6186
#: storage/myisam/ha_myisam.cc:1878
6118
#: storage/myisam/ha_myisam.cc:1895
6188
6120
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6189
6121
"disables parallel repair."
6192
#: storage/myisam/ha_myisam.cc:1884
6124
#: storage/myisam/ha_myisam.cc:1901
6194
6126
"Don't use the fast sort index method to created index if the temporary file "
6195
6127
"would get bigger than this."
6198
#: storage/myisam/ha_myisam.cc:1889
6130
#: storage/myisam/ha_myisam.cc:1906
6200
6132
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6201
6133
"when creating indexes with CREATE INDEX or ALTER TABLE."
6204
#: storage/myisam/ha_myisam.cc:1895
6136
#: storage/myisam/ha_myisam.cc:1912
6205
6137
msgid "Default pointer size to be used for MyISAM tables."
6208
#: storage/myisam/my_handler_errors.c:34
6140
#: storage/myisam/my_handler_errors.cc:34
6209
6141
msgid "Didn't find key on read or update"
6212
#: storage/myisam/my_handler_errors.c:36
6144
#: storage/myisam/my_handler_errors.cc:36
6213
6145
msgid "Duplicate key on write or update"
6216
#: storage/myisam/my_handler_errors.c:38
6148
#: storage/myisam/my_handler_errors.cc:38
6217
6149
msgid "Internal (unspecified) error in handler"
6220
#: storage/myisam/my_handler_errors.c:40
6152
#: storage/myisam/my_handler_errors.cc:40
6222
6154
"Someone has changed the row since it was read (while the table was locked to "
6226
#: storage/myisam/my_handler_errors.c:43
6158
#: storage/myisam/my_handler_errors.cc:43
6227
6159
msgid "Wrong index given to function"
6230
#: storage/myisam/my_handler_errors.c:45
6162
#: storage/myisam/my_handler_errors.cc:45
6231
6163
msgid "Undefined handler error 125"
6234
#: storage/myisam/my_handler_errors.c:47
6166
#: storage/myisam/my_handler_errors.cc:47
6235
6167
msgid "Index file is crashed"
6238
#: storage/myisam/my_handler_errors.c:49
6170
#: storage/myisam/my_handler_errors.cc:49
6239
6171
msgid "Record file is crashed"
6242
#: storage/myisam/my_handler_errors.c:51
6174
#: storage/myisam/my_handler_errors.cc:51
6243
6175
msgid "Out of memory in engine"
6246
#: storage/myisam/my_handler_errors.c:53
6178
#: storage/myisam/my_handler_errors.cc:53
6247
6179
msgid "Undefined handler error 129"
6250
#: storage/myisam/my_handler_errors.c:55
6182
#: storage/myisam/my_handler_errors.cc:55
6251
6183
msgid "Incorrect file format"
6254
#: storage/myisam/my_handler_errors.c:57
6186
#: storage/myisam/my_handler_errors.cc:57
6255
6187
msgid "Command not supported by database"
6258
#: storage/myisam/my_handler_errors.c:59
6190
#: storage/myisam/my_handler_errors.cc:59
6259
6191
msgid "Old database file"
6262
#: storage/myisam/my_handler_errors.c:61
6194
#: storage/myisam/my_handler_errors.cc:61
6263
6195
msgid "No record read before update"
6266
#: storage/myisam/my_handler_errors.c:63
6198
#: storage/myisam/my_handler_errors.cc:63
6267
6199
msgid "Record was already deleted (or record file crashed)"
6270
#: storage/myisam/my_handler_errors.c:65
6202
#: storage/myisam/my_handler_errors.cc:65
6271
6203
msgid "No more room in record file"
6274
#: storage/myisam/my_handler_errors.c:67
6206
#: storage/myisam/my_handler_errors.cc:67
6275
6207
msgid "No more room in index file"
6278
#: storage/myisam/my_handler_errors.c:69
6210
#: storage/myisam/my_handler_errors.cc:69
6279
6211
msgid "No more records (read after end of file)"
6282
#: storage/myisam/my_handler_errors.c:71
6214
#: storage/myisam/my_handler_errors.cc:71
6283
6215
msgid "Unsupported extension used for table"
6286
#: storage/myisam/my_handler_errors.c:73
6218
#: storage/myisam/my_handler_errors.cc:73
6287
6219
msgid "Too big row"
6290
#: storage/myisam/my_handler_errors.c:75
6222
#: storage/myisam/my_handler_errors.cc:75
6291
6223
msgid "Wrong create options"
6294
#: storage/myisam/my_handler_errors.c:77
6226
#: storage/myisam/my_handler_errors.cc:77
6295
6227
msgid "Duplicate unique key or constraint on write or update"
6298
#: storage/myisam/my_handler_errors.c:79
6230
#: storage/myisam/my_handler_errors.cc:79
6299
6231
msgid "Unknown character set used in table"
6302
#: storage/myisam/my_handler_errors.c:81
6234
#: storage/myisam/my_handler_errors.cc:81
6303
6235
msgid "Conflicting table definitions in sub-tables of MERGE table"
6306
#: storage/myisam/my_handler_errors.c:83
6238
#: storage/myisam/my_handler_errors.cc:83
6307
6239
msgid "Table is crashed and last repair failed"
6310
#: storage/myisam/my_handler_errors.c:85
6242
#: storage/myisam/my_handler_errors.cc:85
6311
6243
msgid "Table was marked as crashed and should be repaired"
6314
#: storage/myisam/my_handler_errors.c:87
6246
#: storage/myisam/my_handler_errors.cc:87
6315
6247
msgid "Lock timed out; Retry transaction"
6318
#: storage/myisam/my_handler_errors.c:89
6250
#: storage/myisam/my_handler_errors.cc:89
6319
6251
msgid "Lock table is full; Restart program with a larger locktable"
6322
#: storage/myisam/my_handler_errors.c:91
6254
#: storage/myisam/my_handler_errors.cc:91
6323
6255
msgid "Updates are not allowed under a read only transactions"
6326
#: storage/myisam/my_handler_errors.c:93
6258
#: storage/myisam/my_handler_errors.cc:93
6327
6259
msgid "Lock deadlock; Retry transaction"
6330
#: storage/myisam/my_handler_errors.c:95
6262
#: storage/myisam/my_handler_errors.cc:95
6331
6263
msgid "Foreign key constraint is incorrectly formed"
6334
#: storage/myisam/my_handler_errors.c:97
6266
#: storage/myisam/my_handler_errors.cc:97
6335
6267
msgid "Cannot add a child row"
6338
#: storage/myisam/my_handler_errors.c:99
6270
#: storage/myisam/my_handler_errors.cc:99
6339
6271
msgid "Cannot delete a parent row"
6342
#: storage/myisam/my_handler_errors.c:101
6274
#: storage/myisam/my_handler_errors.cc:101
6343
6275
msgid "No savepoint with that name"
6346
#: storage/myisam/my_handler_errors.c:103
6278
#: storage/myisam/my_handler_errors.cc:103
6347
6279
msgid "Non unique key block size"
6350
#: storage/myisam/my_handler_errors.c:105
6282
#: storage/myisam/my_handler_errors.cc:105
6351
6283
msgid "The table does not exist in engine"
6354
#: storage/myisam/my_handler_errors.c:107
6286
#: storage/myisam/my_handler_errors.cc:107
6355
6287
msgid "The table already existed in storage engine"
6358
#: storage/myisam/my_handler_errors.c:109
6290
#: storage/myisam/my_handler_errors.cc:109
6359
6291
msgid "Could not connect to storage engine"
6362
#: storage/myisam/my_handler_errors.c:111
6294
#: storage/myisam/my_handler_errors.cc:111
6363
6295
msgid "Unexpected null pointer found when using spatial index"
6366
#: storage/myisam/my_handler_errors.c:113
6298
#: storage/myisam/my_handler_errors.cc:113
6367
6299
msgid "The table changed in storage engine"
6370
#: storage/myisam/my_handler_errors.c:115
6302
#: storage/myisam/my_handler_errors.cc:115
6371
6303
msgid "There's no partition in table for the given value"
6374
#: storage/myisam/my_handler_errors.c:117
6306
#: storage/myisam/my_handler_errors.cc:117
6375
6307
msgid "Row-based binlogging of row failed"
6378
#: storage/myisam/my_handler_errors.c:119
6310
#: storage/myisam/my_handler_errors.cc:119
6379
6311
msgid "Index needed in foreign key constraint"
6382
#: storage/myisam/my_handler_errors.c:121
6314
#: storage/myisam/my_handler_errors.cc:121
6383
6315
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6386
#: storage/myisam/my_handler_errors.c:123
6318
#: storage/myisam/my_handler_errors.cc:123
6387
6319
msgid "Table needs to be upgraded before it can be used"
6390
#: storage/myisam/my_handler_errors.c:125
6322
#: storage/myisam/my_handler_errors.cc:125
6391
6323
msgid "Table is read only"
6394
#: storage/myisam/my_handler_errors.c:127
6326
#: storage/myisam/my_handler_errors.cc:127
6395
6327
msgid "Failed to get next auto increment value"
6398
#: storage/myisam/my_handler_errors.c:129
6330
#: storage/myisam/my_handler_errors.cc:129
6399
6331
msgid "Failed to set row auto increment value"
6402
#: storage/myisam/my_handler_errors.c:131
6334
#: storage/myisam/my_handler_errors.cc:131
6403
6335
msgid "Unknown (generic) error from engine"
6406
#: storage/myisam/my_handler_errors.c:133
6338
#: storage/myisam/my_handler_errors.cc:133
6407
6339
msgid "Record is the same"
6410
#: storage/myisam/my_handler_errors.c:135
6342
#: storage/myisam/my_handler_errors.cc:135
6411
6343
msgid "It is not possible to log this statement"
6414
#: storage/myisam/my_handler_errors.c:137
6346
#: storage/myisam/my_handler_errors.cc:137
6415
6347
msgid "Tablespace exists"
6418
#: storage/myisam/my_handler_errors.c:139
6350
#: storage/myisam/my_handler_errors.cc:139
6419
6351
msgid "The event was corrupt, leading to illegal data being read"
6422
#: storage/myisam/my_handler_errors.c:141
6354
#: storage/myisam/my_handler_errors.cc:141
6423
6355
msgid "The table is of a new format not supported by this version"
6426
#: storage/myisam/my_handler_errors.c:143
6358
#: storage/myisam/my_handler_errors.cc:143
6427
6359
msgid "The event could not be processed no other handler error happened"
6430
#: storage/myisam/my_handler_errors.c:145
6362
#: storage/myisam/my_handler_errors.cc:145
6431
6363
msgid "Got a fatal error during initialzation of handler"
6434
#: storage/myisam/my_handler_errors.c:147
6366
#: storage/myisam/my_handler_errors.cc:147
6435
6367
msgid "File to short; Expected more data in file"
6438
#: storage/myisam/my_handler_errors.c:149
6370
#: storage/myisam/my_handler_errors.cc:149
6439
6371
msgid "Read page with wrong checksum"
6442
#: storage/myisam/my_handler_errors.c:151
6374
#: storage/myisam/my_handler_errors.cc:151
6443
6375
msgid "Lock or active transaction"
6446
#: storage/myisam/my_handler_errors.c:153
6378
#: storage/myisam/my_handler_errors.cc:153
6447
6379
msgid "No such table space"
6450
#: storage/myisam/my_handler_errors.c:155
6382
#: storage/myisam/my_handler_errors.cc:155
6451
6383
msgid "Tablespace not empty"
6386
#~ msgid "Max packet length to send to, or receive from server"
6388
#~ "Максимальная длина пакета для получения или отправки во время работы с "
6391
#~ msgid "Buffer for TCP/IP and socket communication"
6392
#~ msgstr "Буфер для соединений, использующих TCP/IP и UNIX сокеты"
6454
6394
#~ msgid "Directory where character sets are."
6455
6395
#~ msgstr "Директория, в которой находятся charset'ы."