524
1011
"%s: Вы не можете использовать --single-transaction и --lock-all-tables "
525
1012
"одновременно.\n"
529
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
532
"%s: Вы не можете ..enclosed.. и ..optionally-enclosed.. одновременно.\n"
1014
#: ../client/drizzledump.cc:287
535
1016
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
537
1018
"%s: --databases или --all-databases не может быть использована с --tab.\n"
540
msgid "Got error: %s (%d) %s"
541
msgstr "Возникла ошибка: %s (%d) %s"
544
msgid "Got error: %d %s"
545
msgstr "Возникла ошибка: %d %s"
548
msgid "Couldn't execute '%s': %s (%d)"
549
msgstr "Невозможно выполнить '%s': %s (%d)"
552
msgid "-- Connecting to %s...\n"
553
msgstr "Подключение к %s...\n"
556
msgid "-- Disconnecting from %s...\n"
557
msgstr "Отключение от %s...\n"
559
msgid "Couldn't allocate memory"
560
msgstr "Не могу выделить память"
564
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
567
"-- Warning: Не возможно использовать задержку вставки для таблицы '%s' "
568
"потому, что это тип %s\n"
571
msgid "-- Retrieving table structure for table %s...\n"
1020
#: ../client/drizzledump.cc:355
1022
msgid "-- Retrieving database structures..."
572
1023
msgstr "-- Извлечение структуры таблицы для таблицы %s...\n"
575
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
577
"%s: Предупреждение: Невозможно установить опцию SQL_QUOTE_SHOW_CREATE (%s)\n"
580
msgid "%s: Can't get keys for table %s\n"
581
msgstr "%s: Не удается получить ключи для таблицы %s\n"
584
msgid "Error: Couldn't read status information for table %s\n"
585
msgstr "Ошибка: Невозможно прочитать сведения о состоянии таблицы %s\n"
588
msgid "Error retrieving table structure for table: \"%s\""
589
msgstr "Ошибка при извлечении табличной структуры для таблицы: \"%s\""
592
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
596
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
598
"-- Предупреждение: Пропуск данных для таблицы '%s', так как она имеет тип "
602
msgid "-- Skipping dump data for table '%s', it has no fields\n"
603
msgstr "-- Пропуск данных дампа для таблицы '%s', она не имеет полей\n"
605
msgid "-- Sending SELECT query...\n"
606
msgstr "-- Отправка запроса SELECT...\n"
608
msgid "when executing 'SELECT INTO OUTFILE'"
609
msgstr "при выполнении 'SELECT INTO OUTFILE'"
615
"-- Dumping data for table %s\n"
620
"--Сброс данных таблицы %s\n"
623
msgid "-- Retrieving rows...\n"
624
msgstr "--Извлечение строк...\n"
627
msgid "%s: Error in field count for table: %s ! Aborting.\n"
628
msgstr "%s: Ошибка в поле счетчика таблицы: %s ! Прерывание выполнения.\n"
631
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
633
"%s: Ошибка при чтении строк таблицы: %s (%d:%s) ! Прерывание выполнения.\n"
636
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
637
msgstr "-- %<PRIu32> из ~%<PRIu64> строк сброшены для таблицы %s\n"
640
msgid "Not enough fields from table %s! Aborting.\n"
641
msgstr "Не достаточно полей для таблицы %s! Прерывание выполнения.\n"
643
msgid "when doing refresh"
644
msgstr "при выполнении обновления"
646
msgid "alloc_root failure."
647
msgstr "alloc_root сбой"
650
msgid "Couldn't find table: \"%s\""
651
msgstr "Не найдена таблица: \"%s\""
655
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
657
"Предупреждение: Не возможно прочитать ключи из таблицы %s; записи не "
661
msgid "Error: Not enough memory to store ORDER BY clause\n"
663
"Ошибка: Не достаточно памяти для хранения для сортировки по пунктам\n"
666
"Number of rows before each output progress report (requires --verbose)."
1025
#: ../client/drizzledump.cc:475
1027
"Dump all the databases. This will be same as --databases with all databases "
1031
#: ../client/drizzledump.cc:477
1033
"Flush logs file in server before starting dump. Note that if you dump many "
1034
"databases at once (using the option --databases= or --all-databases), the "
1035
"logs will be flushed for each database dumped. The exception is when using --"
1036
"lock-all-tables in this case the logs will be flushed only once, "
1037
"corresponding to the moment all tables are locked. So if you want your dump "
1038
"and the log flush to happen at the same exact moment you should use --lock-"
1039
"all-tables or --flush-logs"
1042
#: ../client/drizzledump.cc:479
1044
msgid "Continue even if we get an sql-error."
1045
msgstr "Продолжение работы даже после возникновения ошибок в SQL."
1047
#: ../client/drizzledump.cc:480
1049
msgid "Display this help message and exit."
1050
msgstr "Показать справку и выйти."
1052
#: ../client/drizzledump.cc:482
1054
"Locks all tables across all databases. This is achieved by taking a global "
1055
"read lock for the duration of the whole dump. Automatically turns --single-"
1059
#: ../client/drizzledump.cc:484
1061
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1062
"Works ONLY for tables stored in storage engines which support "
1063
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1064
"be consistent for other storage engines. While a --single-transaction dump "
1065
"is in process, to ensure a valid dump file (correct table contents), no "
1066
"other connection should use the following statements: ALTER TABLE, DROP "
1067
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1071
#: ../client/drizzledump.cc:486
1073
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
1074
"extended-insert and --disable-keys."
1077
#: ../client/drizzledump.cc:487
1078
msgid "Overrides option --databases (-B)."
1081
#: ../client/drizzledump.cc:489
1082
msgid "Number of rows before each output progress report (requires --verbose)."
668
1084
"Число строк перед каждым выводом отчета о ходе работы (requires --verbose)."
1086
#: ../client/drizzledump.cc:491
1087
msgid "Print info about the various stages."
1090
#: ../client/drizzledump.cc:493
1091
msgid "Turn off Comments"
1094
#: ../client/drizzledump.cc:494
1096
msgid "Turn off create-options"
1097
msgstr "Отключение звуковых сигналов при ошибках."
1099
#: ../client/drizzledump.cc:495
1100
msgid "Turn off extended-insert"
1103
#: ../client/drizzledump.cc:496
1104
msgid "Turn off dump date at the end of the output"
1107
#: ../client/drizzledump.cc:497
1108
msgid "Do not read from the configuration files"
1111
#: ../client/drizzledump.cc:503
1112
msgid "Add a 'DROP DATABASE' before each create."
1115
#: ../client/drizzledump.cc:504
1116
msgid "Do not add a 'drop table' before each create."
1119
#: ../client/drizzledump.cc:506
1121
"Give less verbose output (useful for debugging). Disables structure comments "
1122
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1123
"set-names --skip-disable-keys"
1126
#: ../client/drizzledump.cc:508
1128
"To dump several databases. Note the difference in usage; In this case no "
1129
"tables are given. All name arguments are regarded as databasenames. 'USE "
1130
"db_name;' will be included in the output."
1133
#: ../client/drizzledump.cc:510
1135
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
1136
"will not be put in the output."
1139
#: ../client/drizzledump.cc:512
1141
"Do not dump the specified table. To specify more than one table to ignore, "
1142
"use the directive multiple times, once for each table. Each table must be "
1143
"specified with both database and table names, e.g. --ignore-table=database."
1147
#: ../client/drizzledump.cc:514
1148
msgid "Insert rows with INSERT IGNORE."
1151
#: ../client/drizzledump.cc:516
1152
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
1155
#: ../client/drizzledump.cc:518
1157
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1158
"above line will be added otherwise, if --databases or --all-databases option "
1162
#: ../client/drizzledump.cc:520
1163
msgid "No row information."
1166
#: ../client/drizzledump.cc:522
1167
msgid "Use REPLACE INTO instead of INSERT INTO."
1170
#: ../client/drizzledump.cc:524
1171
msgid "Where to send output to (stdout|database"
1174
#: ../client/drizzledump.cc:526
1176
"Hostname for destination db server (requires --destination-type=database)"
1179
#: ../client/drizzledump.cc:528
1181
"Port number for destination db server (requires --destination-type=database)"
1184
#: ../client/drizzledump.cc:530
1186
"User name for destination db server (resquires --destination-type=database)"
1189
#: ../client/drizzledump.cc:532
1191
"Password for destination db server (requires --destination-type=database)"
1194
#: ../client/drizzledump.cc:534
1196
"The database in the destination db server (requires --destination-"
1197
"type=database, not for use with --all-databases)"
1200
#: ../client/drizzledump.cc:536
1202
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1206
#: ../client/drizzledump.cc:542
1208
msgid "Connect to host."
1209
msgstr "Подключение к хосту"
1211
#: ../client/drizzledump.cc:544
1214
"Password to use when connecting to server. If password is not given it's "
1215
"solicited on the tty."
1217
"Пароль, используемый для подключения к серверу. Если пароль не введен, он "
1220
#: ../client/drizzledump.cc:546
1221
#: ../plugin/transaction_log/utilities/transaction_reader.cc:650
1223
msgid "Port number to use for connection."
1224
msgstr "Количество секунд до таймаута соединения"
1226
#: ../client/drizzledump.cc:550
1227
#: ../plugin/transaction_log/utilities/transaction_reader.cc:654
1229
msgid "The protocol of connection (mysql or drizzle)."
1230
msgstr "Протокол для связи (tcp,socket,pipe,memory)."
1232
#: ../client/drizzledump.cc:553
1233
msgid "Hidden Options"
1236
#: ../client/drizzledump.cc:555
1238
msgid "Used to select the database"
1239
msgstr "Путь к корню БД."
1241
#: ../client/drizzledump.cc:556
1242
msgid "Used to select the tables"
1245
#: ../client/drizzledump.cc:559
1246
msgid "Allowed Options + Hidden Options"
1249
#: ../client/drizzledump.cc:623
1251
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1252
msgstr "%s Drizzle %s libdrizzle %s, для %s-%s (%s)\n"
1254
#: ../client/drizzledump.cc:628
1256
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1257
"and you are welcome to modify and redistribute it under the GPL license\n"
1259
"Эта программное обеспечение предоставляется без АБСОЛЮТНОЙ ГАРАНТИЙ. Это "
1260
"программное обеспечение бесплатно\n"
1261
" и вы можете его улучшать и распространять под лицензией GPL.\n"
1263
#: ../client/drizzledump.cc:629
1264
msgid "Dumps definitions and data from a Drizzle database server"
1265
msgstr "Дампы определений и данных с сервера баз данных Drizzle"
1267
#: ../client/drizzledump.cc:630
671
1269
msgid "Usage: %s [OPTIONS] database [tables]\n"
672
1270
msgstr "Используйте: %s [ОПЦИИ] база данных [таблицы]\n"
1272
#: ../client/drizzledump.cc:631
675
1274
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
676
1275
msgstr "ИЛИ %s [ОПЦИИ] --databases [ОПЦИИ] DB1 [DB2 DB3...]\n"
1277
#: ../client/drizzledump.cc:633
679
1279
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
680
1280
msgstr "ИЛИ %s [ОПЦИИ] --all-databases [ОПЦИИ]\n"
1282
#: ../client/drizzledump.cc:672 ../client/drizzleimport.cc:484
1283
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5164
683
1285
msgid "Value supplied for port is not valid.\n"
684
1286
msgstr "Значение, указанное для этого порта является недоступным.\n"
687
msgid "Input filename too long: %s"
688
msgstr "Имя входного файла слишком длинное: %s"
691
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
692
msgstr "%s Drizzle %s libdrizzle %s, для %s-%s (%s)\n"
695
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
696
"and you are welcome to modify and redistribute it under the GPL license\n"
698
"Эта программное обеспечение предоставляется без АБСОЛЮТНОЙ ГАРАНТИЙ. Это "
699
"программное обеспечение бесплатно\n"
700
" и вы можете его улучшать и распространять под лицензией GPL.\n"
702
msgid "Dumps definitions and data from a Drizzle database server"
703
msgstr "Дампы определений и данных с сервера баз данных Drizzle"
1288
#: ../client/drizzledump.cc:727
706
1290
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
708
1292
"Недопустимое использование опции --ignore-table=<база данных>.<таблица>\n"
1294
#: ../client/drizzledump_data.cc:263
1296
msgid "-- Retrieving data for "
1297
msgstr "--Извлечение строк...\n"
1299
#: ../client/drizzledump_data.cc:293
1301
msgid " rows dumped for table "
1302
msgstr "-- %<PRIu32> из ~%<PRIu64> строк сброшены для таблицы %s\n"
1304
#: ../client/drizzledump_data.cc:552
1306
msgid "-- Connecting to "
1307
msgstr "Подключение к %s...\n"
1309
#: ../client/drizzledump_data.cc:552
1310
msgid " using protocol "
1313
#: ../client/drizzledump_data.cc:584 ../client/drizzledump_data.cc:590
1314
#: ../client/drizzledump_data.cc:621 ../client/drizzledump_data.cc:627
1316
msgid "Error executing query: "
1317
msgstr "Ошибка при соединении к мастеру:"
1319
#: ../client/drizzledump_data.cc:598
1320
msgid "Could not buffer result: "
1323
#: ../client/drizzledump_data.cc:644
1324
msgid "Error: Could not set db '"
1327
#: ../client/drizzledump_data.cc:658 ../client/drizzledump_data.cc:663
1328
#: ../client/drizzledump_data.cc:669
1331
msgstr "Возникла ошибка: %d %s"
1333
#: ../client/drizzledump_data.cc:678
1335
msgid "-- Disconnecting from "
1336
msgstr "Отключение от %s...\n"
1338
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:100
1339
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1341
msgid "-- Retrieving table structures for "
1342
msgstr "-- Извлечение структуры таблицы для таблицы %s...\n"
1344
#: ../client/drizzledump_drizzle.cc:175 ../client/drizzledump_mysql.cc:168
1346
msgid "-- Retrieving fields for "
1347
msgstr "--Извлечение строк...\n"
1349
#: ../client/drizzledump_drizzle.cc:228 ../client/drizzledump_mysql.cc:270
1351
msgid "-- Retrieving indexes for "
1352
msgstr "--Извлечение строк...\n"
1354
#: ../client/drizzledump_drizzle.cc:273 ../client/drizzledump_mysql.cc:315
1356
msgid "-- Retrieving foreign keys for "
1357
msgstr "--Извлечение строк...\n"
1359
#: ../client/drizzleslap.cc:2286
711
msgid "Invalid mode to --compatible: %s\n"
712
msgstr "Не допустимый способ для --compatible: %s\n"
1361
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1364
#: ../client/drizzletest.cc:4923
714
1365
msgid "Error: Invalid Value for opt_max_connect_retries"
715
1366
msgstr "Ошибка: неверное значение для opt_max_connect_retries"
1368
#: ../client/drizzletest.cc:4933
717
1369
msgid "Error: Invalid Value for opt_tail_lines"
718
1370
msgstr "Ошибка: неверное значение для opt_tail_lines"
1372
#: ../client/drizzletest.cc:4943
720
1373
msgid "Error: Invalid Value for opt_sleep"
721
1374
msgstr "Ошибка: неверное значение opt_sleep"
1376
#: ../client/drizzletest.cc:5122
724
1378
msgid "Could not open '%s' for reading: errno = %d"
725
1379
msgstr "Невозможно открыть '%s' для чтения: errno = %d"
728
msgid "Out of memory"
729
msgstr "Недостаточно памяти"
1381
#: ../drizzled/drizzled.cc:358
1382
msgid "General Options"
1385
#: ../drizzled/drizzled.cc:359
1386
msgid "Config File Options"
1389
#: ../drizzled/drizzled.cc:360
1390
msgid "Kernel Options"
1393
#: ../drizzled/drizzled.cc:361
1394
msgid "Plugin Loading Options"
1397
#: ../drizzled/drizzled.cc:362
1398
msgid "Plugin Options"
1401
#: ../drizzled/drizzled.cc:363
1402
msgid "Config and Plugin Loading"
1405
#: ../drizzled/drizzled.cc:364
1406
msgid "Kernel and Plugin Loading and Plugin"
1409
#: ../drizzled/drizzled.cc:478
732
1412
msgstr "Аварийное завершение\n"
734
msgid "One can only use the --user switch if running as root\n"
1414
#: ../drizzled/drizzled.cc:536
1416
msgid "One can only use the --user switch if running as root"
736
1418
"Можно использовать только переключатель --user, если запущено с правами "
737
1419
"администратора.\n"
740
"Fatal error: Please read \"Security\" section of the manual to find out how "
741
"to run drizzled as root!\n"
743
"Неизбежная ошибка: Пожалуйста, прочитайте раздел \"Безопасность\" из "
744
"справочника, найдите как запустить drizzled с правами администратора.\n"
748
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
751
"Неизбежная ошибка: Не возможно изменить, чтобы войти как пользователь '%s' ; "
752
"Пожалуйста проверьте, что такой пользователь существует.\n"
1421
#: ../drizzled/drizzled.cc:543
1423
"drizzled cannot be run as root, use --user to start drizzled up as another "
1427
#: ../drizzled/drizzled.cc:586
1428
msgid "Set process group ID failed "
1431
#: ../drizzled/drizzled.cc:590
1432
msgid "Set process user ID failed"
1435
#: ../drizzled/drizzled.cc:601
1437
msgid "Process chroot failed"
1438
msgstr "alloc_root сбой"
1440
#: ../drizzled/drizzled.cc:700
1442
msgid "Invalid Value for auto_increment_increment"
1443
msgstr "Ошибка: неверное значение для опции max_input_line"
1445
#: ../drizzled/drizzled.cc:710
1447
msgid "Invalid Value for auto_increment_offset"
1448
msgstr "Ошибка: неверное значение для опции max_input_line"
1450
#: ../drizzled/drizzled.cc:720
1452
msgid "Invalid Value for completion_type"
1453
msgstr "Ошибка: неверное значение opt_sleep"
1455
#: ../drizzled/drizzled.cc:731
1457
msgid "Invalid Value for div-precision-increment"
1458
msgstr "Ошибка: неверное значение для опции connect_timeout"
1460
#: ../drizzled/drizzled.cc:741
1462
msgid "Invalid Value for group_concat_max_len"
1463
msgstr "Ошибка: неверное значение для opt_tail_lines"
1465
#: ../drizzled/drizzled.cc:751
1467
msgid "Invalid Value for join_buffer_size"
1468
msgstr "Ошибка: неверное значение для опции max_input_line"
1470
#: ../drizzled/drizzled.cc:762
1472
msgid "Invalid Value for max_allowed_packet"
1473
msgstr "Ошибка: неверное значение для opt_max_connect_retries"
1475
#: ../drizzled/drizzled.cc:773
1477
msgid "Invalid Value for max_error_count"
1478
msgstr "Ошибка: неверное значение для опции max_input_line"
1480
#: ../drizzled/drizzled.cc:783
1482
msgid "Invalid Value for max_heap_table_size"
1483
msgstr "Ошибка: неверное значение для опции max_input_line"
1485
#: ../drizzled/drizzled.cc:794
1487
msgid "Invalid Value for min_examined_row_limit"
1488
msgstr "Ошибка: неверное значение для опции max_input_line"
1490
#: ../drizzled/drizzled.cc:804
1492
msgid "Invalid Value for max_join_size"
1493
msgstr "Ошибка: неверное значение для опции max_input_line"
1495
#: ../drizzled/drizzled.cc:814
1497
msgid "Invalid Value for max_length_for_sort_data"
1498
msgstr "Ошибка: неверное значение для опции max_input_line"
1500
#: ../drizzled/drizzled.cc:824
1502
msgid "Invalid Value for max_seeks_for_key"
1503
msgstr "Ошибка: неверное значение для опции max_input_line"
1505
#: ../drizzled/drizzled.cc:834
1507
msgid "Invalid Value for max_sort_length"
1508
msgstr "Ошибка: неверное значение для опции max_input_line"
1510
#: ../drizzled/drizzled.cc:844
1512
msgid "Invalid Value for optimizer_search_depth"
1513
msgstr "Ошибка: неверное значение opt_sleep"
1515
#: ../drizzled/drizzled.cc:854
1517
msgid "Invalid Value for preload_buff_size"
1518
msgstr "Ошибка: неверное значение для опции max_input_line"
1520
#: ../drizzled/drizzled.cc:864
1522
msgid "Invalid Value for query_alloc_block_size"
1523
msgstr "Ошибка: неверное значение для opt_tail_lines"
1525
#: ../drizzled/drizzled.cc:875
1527
msgid "Invalid Value for query_prealloc_size"
1528
msgstr "Ошибка: неверное значение для opt_tail_lines"
1530
#: ../drizzled/drizzled.cc:886
1532
msgid "Invalid Value for range_alloc_block_size"
1533
msgstr "Ошибка: неверное значение для opt_tail_lines"
1535
#: ../drizzled/drizzled.cc:897
1537
msgid "Invalid Value for read_buff_size"
1538
msgstr "Ошибка: неверное значение для опции max_input_line"
1540
#: ../drizzled/drizzled.cc:908
1542
msgid "Invalid Value for read_rnd_buff_size"
1543
msgstr "Ошибка: неверное значение для опции max_input_line"
1545
#: ../drizzled/drizzled.cc:918
1547
msgid "Invalid Value for sort_buff_size"
1548
msgstr "Ошибка: неверное значение opt_sleep"
1550
#: ../drizzled/drizzled.cc:928
1552
msgid "Invalid Value for table_def_size"
1553
msgstr "Ошибка: неверное значение для opt_tail_lines"
1555
#: ../drizzled/drizzled.cc:938
1557
msgid "Invalid Value for table_cache_size"
1558
msgstr "Ошибка: неверное значение для opt_tail_lines"
1560
#: ../drizzled/drizzled.cc:948 ../drizzled/drizzled.cc:963
1562
msgid "Invalid Value for table_lock_wait_timeout"
1563
msgstr "Ошибка: неверное значение для опции connect_timeout"
1565
#: ../drizzled/drizzled.cc:973
1567
"Invalid Value for transaction_message_threshold valid values are between "
1568
"131072 - 1048576 bytes"
1571
#: ../drizzled/drizzled.cc:1041
755
1573
msgid "gethostname failed, using '%s' as hostname"
756
1574
msgstr "gethostname не удалось, используя '%s' как имя хоста."
759
msgid "Unknown locale: '%s'"
760
msgstr "Неизвестный язык: '%s'"
762
msgid "Can't create thread-keys"
763
msgstr "Не возможно создать поток ключей"
765
msgid "Failed to initialize plugins."
766
msgstr "Не удалось проинициализировать плагины."
770
"%s: Too many arguments (first extra is '%s').\n"
771
"Use --verbose --help to get a list of available options\n"
773
"%s: Слишком много аргументов (первый лишний - '%s').\n"
774
"Используйте --verbose --help, чтобы получить список доступных функций\n"
776
msgid "No scheduler found, cannot continue!\n"
777
msgstr "Не найден планировщик, невозможно продолжить!\n"
780
msgid "Unknown/unsupported storage engine: %s"
781
msgstr "Неизвестный/неподдерживаемый механизм хранения: %s"
783
msgid "Display this help and exit."
1576
#: ../drizzled/drizzled.cc:1055
1578
msgid "Display help and exit."
784
1579
msgstr "Показать справку и выйти."
786
msgid "Display this help and exit after initializing plugins."
787
msgstr "Отобразить эту справку и выйти после инициализации плагинов."
1581
#: ../drizzled/drizzled.cc:1057
1582
msgid "Run as a daemon."
1585
#: ../drizzled/drizzled.cc:1059 ../drizzled/drizzled.cc:1678
1586
msgid "Run drizzled daemon as user."
1589
#: ../drizzled/drizzled.cc:1061
1591
msgid "Print version information and exit."
1592
msgstr "Вывод информации о версии и выход из программы."
1594
#: ../drizzled/drizzled.cc:1068
1595
msgid "Configuration file to use"
1598
#: ../drizzled/drizzled.cc:1070
1599
msgid "Base location for config files"
1602
#: ../drizzled/drizzled.cc:1072 ../drizzled/drizzled.cc:1770
1603
msgid "Directory for plugins."
1606
#: ../drizzled/drizzled.cc:1077 ../drizzled/drizzled.cc:1774
1608
"Optional comma separated list of plugins to load at startup in addition to "
1609
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1612
#: ../drizzled/drizzled.cc:1081 ../drizzled/drizzled.cc:1780
1614
"Optional comma separated list of plugins to not load at startup. Effectively "
1615
"removes a plugin from the list of plugins to be loaded. [for example: --"
1616
"plugin_remove=crc32,logger_gearman]"
1619
#: ../drizzled/drizzled.cc:1085 ../drizzled/drizzled.cc:1786
1621
"Optional comma separated list of plugins to load at starup instead of the "
1622
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1625
#: ../drizzled/drizzled.cc:1092 ../drizzled/drizzled.cc:1590
789
1626
msgid "Auto-increment columns are incremented by this"
1629
#: ../drizzled/drizzled.cc:1094 ../drizzled/drizzled.cc:1595
793
"Offset added to Auto-increment columns. Used when auto-increment-increment "
1631
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1635
#: ../drizzled/drizzled.cc:1096 ../drizzled/drizzled.cc:1601
798
1637
"Path to installation directory. All paths are usually resolved relative to "
952
1831
"(used for testing/comparison)."
955
msgid "Directory for plugins."
959
"Optional comma separated list of plugins to load at startup in addition to "
960
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
964
"Optional comma separated list of plugins to not load at startup. Effectively "
965
"removes a plugin from the list of plugins to be loaded. [for example: --"
966
"plugin_remove=crc32,logger_gearman]"
970
"Optional comma separated list of plugins to load at starup instead of the "
971
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1834
#: ../drizzled/drizzled.cc:1197 ../drizzled/drizzled.cc:1792
974
1835
msgid "The size of the buffer that is allocated when preloading indexes"
1838
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1797
977
1839
msgid "Allocation block size for query parsing and execution"
1842
#: ../drizzled/drizzled.cc:1203 ../drizzled/drizzled.cc:1802
980
1843
msgid "Persistent buffer for query parsing and execution"
1846
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1808
983
1847
msgid "Allocation block size for storing ranges during optimization"
1850
#: ../drizzled/drizzled.cc:1209 ../drizzled/drizzled.cc:1814
987
1852
"Each thread that does a sequential scan allocates a buffer of this size for "
988
1853
"each table it scans. If you do many sequential scans, you may want to "
989
1854
"increase this value."
1857
#: ../drizzled/drizzled.cc:1214
1858
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1861
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1822
993
1863
"When reading rows in sorted order after a sort, the rows are read through "
994
1864
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
995
1865
"record_buffer."
1868
#: ../drizzled/drizzled.cc:1222
1869
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1872
#: ../drizzled/drizzled.cc:1224
998
1873
msgid "Select scheduler to be used (by default multi-thread)."
1876
#: ../drizzled/drizzled.cc:1227 ../drizzled/drizzled.cc:1831
1001
1877
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1880
#: ../drizzled/drizzled.cc:1230
1882
"A global cap on the amount of memory that can be allocated by session sort "
1883
"buffers (0 means unlimited)"
1886
#: ../drizzled/drizzled.cc:1232 ../drizzled/drizzled.cc:1837
1004
1887
msgid "The number of cached table definitions."
1890
#: ../drizzled/drizzled.cc:1234 ../drizzled/drizzled.cc:1841
1007
1891
msgid "The number of cached open tables."
1894
#: ../drizzled/drizzled.cc:1236 ../drizzled/drizzled.cc:1845
1011
1896
"Timeout in seconds to wait for a table level lock before returning an error. "
1012
1897
"Used only if the connection has active cursors."
1900
#: ../drizzled/drizzled.cc:1239 ../drizzled/drizzled.cc:1850
1015
1901
msgid "The stack size for each thread."
1904
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1856
1019
1906
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1020
1907
"automatically convert it to an on-disk MyISAM table."
1024
"Copyright (C) 2008 Sun Microsystems\n"
1910
#: ../drizzled/drizzled.cc:1245
1912
"The verbosity of messages from drizzled. Possible values are INSPECT, INFO, "
1916
#: ../drizzled/drizzled.cc:1269
1917
msgid "Duplicate entry for command line option"
1920
#: ../drizzled/drizzled.cc:1342
1922
msgid "Failed to initialize plugins"
1923
msgstr "Не удалось проинициализировать плагины."
1925
#: ../drizzled/drizzled.cc:1411
1927
msgid "Error getting default charset"
1928
msgstr "Ошибка при соединении к мастеру:"
1930
#: ../drizzled/drizzled.cc:1426
1932
msgid "Error setting collation"
1933
msgstr "Ошибка при соединении к слейву:"
1935
#: ../drizzled/drizzled.cc:1433
1937
msgid "Unknown locale: '%s'"
1938
msgstr "Неизвестный язык: '%s'"
1940
#: ../drizzled/drizzled.cc:1485
1942
msgid "No scheduler found"
1943
msgstr "Не найден планировщик, невозможно продолжить!\n"
1945
#: ../drizzled/drizzled.cc:1503
1947
msgid "Unknown/unsupported storage engine: "
1948
msgstr "Неизвестный/неподдерживаемый механизм хранения: %s"
1950
#: ../drizzled/drizzled.cc:1641
1952
"Maximum time in seconds to wait for the port to become free. (Default: no "
1955
"Максимальное время в секундах для ожидания освобождения порта. (По "
1956
"умолчанию: не ждать)"
1958
#: ../drizzled/drizzled.cc:1750
1960
"Controls the heuristic(s) applied during query optimization to prune less-"
1961
"promising partial plans from the optimizer search space. Meaning: false - do "
1962
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1963
"based on number of retrieved rows."
1966
#: ../drizzled/drizzled.cc:1877
1969
"Copyright (C) 2010-2011 Drizzle Developers, Copyright (C) 2008 Sun "
1025
1971
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1026
1972
"and you are welcome to modify and redistribute it under the GPL license\n"
1028
"Starts the Drizzle database server\n"
1975
"Copyright (C) 2008 Sun Microsystems \n"
1976
"Это программное обеспечение поставляется АБСОЛЮТНО БЕЗ ГАРАНТИЙ. Это "
1977
"бесплатное программное обеспечение, \n"
1978
"и Вы можете модифицировать и распространять его в соответствии с лицензией "
1981
#: ../drizzled/drizzled.cc:1884
1032
1983
msgid "Usage: %s [OPTIONS]\n"
1986
#: ../drizzled/drizzled.cc:1997
1037
1989
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1041
msgid "Can't start server: cannot resolve hostname!"
1044
msgid "Can't start server: bind-address refers to multiple interfaces!"
1993
#: ../drizzled/drizzled.cc:2007
1994
msgid "sort-heap-threshold cannot be less than sort-buffer-size"
1997
#: ../drizzled/drizzled.cc:2018
1998
msgid "join-heap-threshold cannot be less than join-buffer-size"
2001
#: ../drizzled/drizzled.cc:2029
2002
msgid "read-rnd-threshold cannot be less than read-rnd-buffer-size"
2005
#: ../drizzled/drizzled.cc:2040
2006
msgid "read-buffer-threshold cannot be less than read-buffer-size"
2009
#: ../drizzled/error.cc:211
1048
2011
msgid "Unknown error %d"
1049
2012
msgstr "Неизвестная ошибка %d"
2014
#: ../drizzled/error.cc:280
2018
#: ../drizzled/error.cc:281
2019
msgid "Error on first"
2022
#: ../drizzled/error.cc:282
2026
#: ../drizzled/error.cc:283
2030
#: ../drizzled/error.cc:284
1058
2032
msgid "Can't create file '%-.200s' (errno: %d)"
2035
#: ../drizzled/error.cc:285
1062
2037
msgid "Can't create table '%-.200s' (errno: %d)"
1066
msgid "Can't create database '%-.192s' (errno: %d)"
1070
msgid "Can't create database '%-.192s'; database exists"
1074
msgid "Can't drop database '%-.192s'; database doesn't exist"
1078
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1082
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2040
#: ../drizzled/error.cc:286
2042
msgid "Can't create schema '%-.192s' (errno: %d)"
2043
msgstr "Ошибка при создании директории '%s' (Код ошибки: %d)"
2045
#: ../drizzled/error.cc:287
2047
msgid "Can't create schema '%-.192s'; schema exists"
2050
#: ../drizzled/error.cc:288
2052
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
2055
#: ../drizzled/error.cc:289
1086
2057
msgid "Error on delete of '%-.192s' (errno: %d)"
1089
msgid "Can't read record in system table"
2060
#: ../drizzled/error.cc:290
1093
2062
msgid "Can't get status of '%-.200s' (errno: %d)"
1097
msgid "Can't get working directory (errno: %d)"
2065
#: ../drizzled/error.cc:291
1101
2067
msgid "Can't lock file (errno: %d)"
2070
#: ../drizzled/error.cc:292
1105
2072
msgid "Can't open file: '%-.200s' (errno: %d)"
2075
#: ../drizzled/error.cc:293
1109
2077
msgid "Can't find file: '%-.200s' (errno: %d)"
2080
#: ../drizzled/error.cc:294
1113
2082
msgid "Can't read dir of '%-.192s' (errno: %d)"
1117
msgid "Can't change dir to '%-.192s' (errno: %d)"
2085
#: ../drizzled/error.cc:295
1121
2087
msgid "Record has changed since last read in table '%-.192s'"
2090
#: ../drizzled/error.cc:296
1125
2092
msgid "Disk full (%s); waiting for someone to free some space..."
2095
#: ../drizzled/error.cc:297
1129
2097
msgid "Can't write; duplicate key in table '%-.192s'"
2100
#: ../drizzled/error.cc:298
1133
2102
msgid "Error on close of '%-.192s' (errno: %d)"
2105
#: ../drizzled/error.cc:299
1137
2107
msgid "Error reading file '%-.200s' (errno: %d)"
2110
#: ../drizzled/error.cc:300
1141
2112
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2115
#: ../drizzled/error.cc:301
1145
2117
msgid "Error writing file '%-.200s' (errno: %d)"
2120
#: ../drizzled/error.cc:302
1149
2122
msgid "'%-.192s' is locked against change"
2125
#: ../drizzled/error.cc:303
1152
2126
msgid "Sort aborted"
1156
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2129
#: ../drizzled/error.cc:304
1160
2131
msgid "Got error %d from storage engine"
2134
#: ../drizzled/error.cc:305
1164
2136
msgid "Table storage engine for '%-.192s' doesn't have this option"
2139
#: ../drizzled/error.cc:306
1168
2141
msgid "Can't find record in '%-.192s'"
2144
#: ../drizzled/error.cc:307
1172
2146
msgid "Incorrect information in file: '%-.200s'"
2149
#: ../drizzled/error.cc:308
1176
2151
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2154
#: ../drizzled/error.cc:309
1180
2156
msgid "Old key file for table '%-.192s'; repair it!"
2159
#: ../drizzled/error.cc:310
1184
2161
msgid "Table '%-.192s' is read only"
2164
#: ../drizzled/error.cc:311
1188
2166
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2169
#: ../drizzled/error.cc:312
1191
2170
msgid "Out of sort memory; increase server sort buffer size"
2173
#: ../drizzled/error.cc:313
2174
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
2177
#: ../drizzled/error.cc:314
2178
msgid "Global join memory constraint hit; increase join-heap-threshold"
2181
#: ../drizzled/error.cc:315
2182
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
2185
#: ../drizzled/error.cc:316
2186
msgid "Global read memory constraint hit; increase read-buffer-threshold"
2189
#: ../drizzled/error.cc:317
1195
2191
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2194
#: ../drizzled/error.cc:318
1198
2195
msgid "Too many connections"
2198
#: ../drizzled/error.cc:319
1202
2200
"Out of memory; check if drizzled or some other process uses all available "
1203
2201
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1204
2202
"memory or you can add more swap space"
2205
#: ../drizzled/error.cc:320
1207
2206
msgid "Can't get hostname for your address"
2209
#: ../drizzled/error.cc:321
1210
2210
msgid "Bad handshake"
1214
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1218
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1221
msgid "No database selected"
2213
#. Access error messages
2214
#: ../drizzled/error.cc:324
2216
msgid "Access denied for user '%s' to schema '%s'"
2219
#: ../drizzled/error.cc:325
2221
msgid "Access denied for user '%s' to table '%s'"
2224
#: ../drizzled/error.cc:326
2226
msgid "Access denied for user '%s' (using password: %s)"
2229
#: ../drizzled/error.cc:328
2230
msgid "No schema selected"
2233
#: ../drizzled/error.cc:329
1224
2234
msgid "Unknown command"
2237
#: ../drizzled/error.cc:330
1228
2239
msgid "Column '%-.192s' cannot be null"
1232
msgid "Unknown database '%-.192s'"
2242
#: ../drizzled/error.cc:331
2244
msgid "Unknown schema '%-.192s'"
2245
msgstr "Неизвестный язык: '%s'"
2247
#: ../drizzled/error.cc:332
1236
2249
msgid "Table '%-.192s' already exists"
2252
#: ../drizzled/error.cc:333
1240
2254
msgid "Unknown table '%-.100s'"
2257
#: ../drizzled/error.cc:334
1244
2259
msgid "Column '%-.192s' in %-.192s is ambiguous"
2262
#: ../drizzled/error.cc:335
1247
2263
msgid "Server shutdown in progress"
2266
#: ../drizzled/error.cc:336
1251
2268
msgid "Unknown column '%-.192s' in '%-.192s'"
2271
#: ../drizzled/error.cc:337
1255
2273
msgid "'%-.192s' isn't in GROUP BY"
2276
#: ../drizzled/error.cc:338
1259
2278
msgid "Can't group on '%-.192s'"
2281
#: ../drizzled/error.cc:339
1262
2282
msgid "Statement has sum functions and columns in same statement"
2285
#: ../drizzled/error.cc:340
1265
2286
msgid "Column count doesn't match value count"
2289
#: ../drizzled/error.cc:341
1269
2291
msgid "Identifier name '%-.100s' is too long"
2294
#: ../drizzled/error.cc:342
1273
2296
msgid "Duplicate column name '%-.192s'"
2299
#: ../drizzled/error.cc:343
1277
2301
msgid "Duplicate key name '%-.192s'"
2304
#: ../drizzled/error.cc:344
1281
2306
msgid "Duplicate entry '%-.192s' for key %d"
2309
#: ../drizzled/error.cc:345
1285
2311
msgid "Incorrect column specifier for column '%-.192s'"
2314
#: ../drizzled/error.cc:346
1289
2316
msgid "%s near '%-.80s' at line %d"
2319
#: ../drizzled/error.cc:347
2321
msgid "Parsing error near '%s'"
2324
#: ../drizzled/error.cc:348
1292
2325
msgid "Query was empty"
2328
#: ../drizzled/error.cc:349
1296
2330
msgid "Not unique table/alias: '%-.192s'"
2333
#: ../drizzled/error.cc:350
1300
2335
msgid "Invalid default value for '%-.192s'"
2338
#: ../drizzled/error.cc:351
1303
2339
msgid "Multiple primary key defined"
2342
#: ../drizzled/error.cc:352
1307
2344
msgid "Too many keys specified; max %d keys allowed"
2347
#: ../drizzled/error.cc:353
1311
2349
msgid "Too many key parts specified; max %d parts allowed"
2352
#: ../drizzled/error.cc:354
1315
2354
msgid "Specified key was too long; max key length is %d bytes"
2357
#: ../drizzled/error.cc:355
1319
2359
msgid "Key column '%-.192s' doesn't exist in table"
2362
#: ../drizzled/error.cc:356
1324
2365
"BLOB column '%-.192s' can't be used in key specification with the used table "
2369
#: ../drizzled/error.cc:357
1330
2372
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2376
#: ../drizzled/error.cc:358
1335
2378
"Incorrect table definition; there can be only one auto column and it must be "
1336
2379
"defined as a key"
1341
"%s: ready for connections.\n"
1342
"Version: '%s' socket: '%s' port: %u\n"
2382
#: ../drizzled/error.cc:359
1346
2384
msgid "%s: Normal shutdown\n"
2387
#: ../drizzled/error.cc:360
1350
2389
msgid "%s: Got signal %d. Aborting!\n"
2392
#: ../drizzled/error.cc:361
1354
2394
msgid "%s: Shutdown complete\n"
2397
#: ../drizzled/error.cc:362
1358
2399
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2402
#: ../drizzled/error.cc:363
1361
2403
msgid "Can't create IP socket"
2406
#: ../drizzled/error.cc:364
1366
2409
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2413
#: ../drizzled/error.cc:365
1372
2416
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1373
2417
"check the manual"
2420
#: ../drizzled/error.cc:366
1377
2422
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2425
#: ../drizzled/error.cc:367
1382
"The file '%-.128s' must be in the database directory or be readable by all"
2428
"The file '%-.128s' must be in the schema directory or be readable by all"
2431
#: ../drizzled/error.cc:368
1386
2433
msgid "File '%-.200s' already exists"
2436
#: ../drizzled/error.cc:369
1390
2438
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
1394
msgid "Records: %ld Duplicates: %ld"
2441
#: ../drizzled/error.cc:370
1398
2443
"Incorrect prefix key; the used key part isn't a string, the used length is "
1399
2444
"longer than the key part, or the storage engine doesn't support unique "
2448
#: ../drizzled/error.cc:371
1403
2449
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2452
#: ../drizzled/error.cc:372
1407
2454
msgid "Can't DROP '%-.192s'; check that column/key exists"
2457
#: ../drizzled/error.cc:373
1411
2459
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2462
#: ../drizzled/error.cc:374
1415
2464
msgid "You can't specify target table '%-.192s' for update in FROM clause"
1419
msgid "Unknown thread id: %lu"
1423
msgid "You are not owner of thread %lu"
2467
#. KILL session errors
2468
#: ../drizzled/error.cc:377
2470
msgid "Unknown session id: %lu"
2471
msgstr "Неизвестная команда: "
2473
#: ../drizzled/error.cc:378
2475
msgid "You are not the owner of session %lu"
2478
#: ../drizzled/error.cc:379
2479
msgid "You cannot kill the session you are connected from."
2482
#: ../drizzled/error.cc:382
1426
2483
msgid "No tables used"
1430
msgid "Too many strings for column %-.192s and SET"
1434
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
1438
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
1442
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2486
#: ../drizzled/error.cc:383
1446
2488
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2491
#: ../drizzled/error.cc:384
1450
msgid "Incorrect database name '%-.100s'"
2493
msgid "Incorrect schema name '%-.100s'"
2496
#: ../drizzled/error.cc:385
1454
2498
msgid "Incorrect table name '%-.100s'"
2501
#: ../drizzled/error.cc:386
1458
2503
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1459
2504
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2507
#: ../drizzled/error.cc:387
1462
2508
msgid "Unknown error"
2511
#: ../drizzled/error.cc:388
1466
2513
msgid "Unknown procedure '%-.192s'"
2516
#: ../drizzled/error.cc:389
1470
2518
msgid "Incorrect parameter count to procedure '%-.192s'"
1474
msgid "Incorrect parameters to procedure '%-.192s'"
2521
#: ../drizzled/error.cc:390
1478
2523
msgid "Unknown table '%-.192s' in %-.32s"
2526
#: ../drizzled/error.cc:391
1482
2528
msgid "Column '%-.192s' specified twice"
2531
#: ../drizzled/error.cc:392
1485
2532
msgid "Invalid use of group function"
2535
#: ../drizzled/error.cc:393
1490
2538
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2541
#: ../drizzled/error.cc:394
1493
2542
msgid "A table must have at least 1 column"
2545
#: ../drizzled/error.cc:395
1497
2547
msgid "The table '%-.192s' is full"
1501
msgid "Unknown character set: '%-.64s'"
2550
#: ../drizzled/error.cc:396
1505
2552
msgid "Too many tables; Drizzle can only use %d tables in a join"
2555
#: ../drizzled/error.cc:397
1508
2556
msgid "Too many columns"
2559
#: ../drizzled/error.cc:398
1513
2562
"Row size too large. The maximum row size for the used table type, not "
1514
2563
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1519
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
1520
"thread_stack=#' to specify a bigger stack if needed"
2566
#: ../drizzled/error.cc:399
1523
2567
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2570
#: ../drizzled/error.cc:400
1528
"Table handler doesn't support NULL in given index. Please change column '%-"
1529
".192s' to be NOT NULL or use another handler"
1533
msgid "Can't load function '%-.192s'"
1537
msgid "Can't initialize function '%-.192s'; %-.80s"
2573
"Table handler doesn't support NULL in given index. Please change column "
2574
"'%-.192s' to be NOT NULL or use another handler"
2577
#: ../drizzled/error.cc:401
1540
2578
msgid "No paths allowed for plugin library"
2581
#: ../drizzled/error.cc:402
1544
2583
msgid "Plugin '%-.192s' already exists"
1548
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
1552
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
1556
msgid "Function '%-.192s' is not defined"
1561
"Host '%-.64s' is blocked because of many connection errors; unblock with "
1562
"'drizzleadmin flush-hosts'"
1566
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
1570
"You are using Drizzle as an anonymous user and anonymous users are not "
1571
"allowed to change passwords"
1575
"You must have privileges to update tables in the drizzle database to be able "
1576
"to change passwords for others"
1579
msgid "Can't find any matching row in the user table"
2586
#: ../drizzled/error.cc:403
2588
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2589
msgstr "Ошибка при создании директории '%s' (Код ошибки: %d)"
2591
#: ../drizzled/error.cc:404
2593
msgid "Can't find symbol '%-.128s' in library '%s'"
2596
#: ../drizzled/error.cc:405
1583
2598
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2601
#: ../drizzled/error.cc:406
1588
2604
"Can't create a new thread (errno %d); if you are not out of available "
1589
2605
"memory, you can consult the manual for a possible OS-dependent bug"
2608
#: ../drizzled/error.cc:407
1593
2610
msgid "Column count doesn't match value count at row %ld"
2613
#: ../drizzled/error.cc:408
1597
2615
msgid "Can't reopen table: '%-.192s'"
1600
msgid "Invalid use of NULL value"
1604
msgid "Got error '%-.64s' from regexp"
2618
#: ../drizzled/error.cc:409
1608
2620
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
1609
2621
"illegal if there is no GROUP BY clause"
1613
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
1617
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
1622
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
1627
"Illegal GRANT/REVOKE command; please consult the manual to see which "
1628
"privileges can be used"
1631
msgid "The host or user argument to GRANT is too long"
1635
msgid "Table '%-.192s.%-.192s' doesn't exist"
1640
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
1644
msgid "The used command is not allowed with this Drizzle version"
2624
#: ../drizzled/error.cc:410
1648
2626
"You have an error in your SQL syntax; check the manual that corresponds to "
1649
2627
"your Drizzle server version for the right syntax to use"
1653
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
1656
msgid "Too many delayed threads in use"
1660
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2630
#: ../drizzled/error.cc:411
1663
2631
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
1666
msgid "Got a read error from the connection pipe"
1669
msgid "Got an error from fcntl()"
2634
#: ../drizzled/error.cc:412
1672
2635
msgid "Got packets out of order"
1675
msgid "Couldn't uncompress communication packet"
1676
msgstr "Не могу распаковать полученный пакет"
1678
msgid "Got an error reading communication packets"
1679
msgstr "Ошибка при получении пакета"
1681
msgid "Got timeout reading communication packets"
1682
msgstr "Тайм-аут при получении пакета"
1684
msgid "Got an error writing communication packets"
1685
msgstr "Ошибка при отправке пакета"
1687
msgid "Got timeout writing communication packets"
1688
msgstr "Тайм-аут при отправке пакета"
1690
msgid "Result string is longer than 'max_allowed_packet' bytes"
2638
#: ../drizzled/error.cc:413
1693
2639
msgid "The used table type doesn't support BLOB/TEXT columns"
2642
#: ../drizzled/error.cc:414
1696
2643
msgid "The used table type doesn't support AUTO_INCREMENT columns"
1701
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2646
#: ../drizzled/error.cc:415
1706
2648
msgid "Incorrect column name '%-.100s'"
2651
#: ../drizzled/error.cc:416
1710
2653
msgid "The used storage engine can't index column '%-.192s'"
2656
#: ../drizzled/error.cc:417
1714
2658
"Unable to open underlying table which is differently defined or of non-"
1715
2659
"MyISAM type or doesn't exist"
2662
#: ../drizzled/error.cc:418
1719
2664
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2667
#: ../drizzled/error.cc:419
1724
2670
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2673
#: ../drizzled/error.cc:420
1728
2675
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
1729
2676
"UNIQUE instead"
2679
#: ../drizzled/error.cc:421
1732
2680
msgid "Result consisted of more than one row"
2683
#: ../drizzled/error.cc:422
1735
2684
msgid "This table type requires a primary key"
1738
msgid "This version of Drizzle is not compiled with RAID support"
1742
"You are using safe update mode and you tried to update a table without a "
1743
"WHERE that uses a KEY column"
2687
#: ../drizzled/error.cc:423
1747
2689
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2692
#: ../drizzled/error.cc:424
1750
2693
msgid "Can't open table"
2696
#: ../drizzled/error.cc:425
1754
2698
msgid "The storage engine for the table doesn't support %s"
1757
msgid "You are not allowed to execute this command in a transaction"
2701
#: ../drizzled/error.cc:426
1761
2703
msgid "Got error %d during COMMIT"
2706
#: ../drizzled/error.cc:427
1765
2708
msgid "Got error %d during ROLLBACK"
1769
msgid "Got error %d during FLUSH_LOGS"
1773
msgid "Got error %d during CHECKPOINT"
2711
#. This is a very incorrect place to use the PRIi64 macro as the
2712
#. program that looks over the source for the N_() macros does not
2713
#. (obviously) do macro expansion, so the string is entirely wrong for
2714
#. what it is trying to output for every language except english.
2715
#: ../drizzled/error.cc:432
1778
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: '%-.64s' "
1782
msgid "The storage engine for the table does not support binary table dump"
1785
msgid "Binlog closed, cannot RESET MASTER"
1789
msgid "Failed rebuilding the index of dumped table '%-.192s'"
1793
msgid "Error from master: '%-.64s'"
1796
msgid "Net error reading from master"
1799
msgid "Net error writing to master"
1802
msgid "Can't find FULLTEXT index matching the column list"
2718
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2722
#: ../drizzled/error.cc:433
1806
2724
"Can't execute the given command because you have active locked tables or an "
1807
2725
"active transaction"
2728
#: ../drizzled/error.cc:434
1811
2730
msgid "Unknown system variable '%-.64s'"
2733
#: ../drizzled/error.cc:435
1815
2735
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2738
#: ../drizzled/error.cc:436
1820
2741
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2744
#: ../drizzled/error.cc:437
1823
2745
msgid "Some non-transactional changed tables couldn't be rolled back"
1827
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
1828
"of storage; increase this drizzled variable and try again"
1832
"This operation cannot be performed with a running slave; run STOP SLAVE first"
1836
"This operation requires a running slave; configure slave and do START SLAVE"
1839
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
1843
"Could not initialize master info structure; more error messages can be found "
1844
"in the Drizzle error log"
1847
msgid "Could not create slave thread; check system resources"
1852
"User %-.64s already has more than 'max_user_connections' active connections"
2748
#: ../drizzled/error.cc:438
1855
2749
msgid "You may only use constant expressions with SET"
2752
#: ../drizzled/error.cc:439
1858
2753
msgid "Lock wait timeout exceeded; try restarting transaction"
2756
#: ../drizzled/error.cc:440
1861
2757
msgid "The total number of locks exceeds the lock table size"
2760
#: ../drizzled/error.cc:441
1864
2761
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2764
#: ../drizzled/error.cc:442
1867
2765
msgid "DROP DATABASE not allowed while thread is holding global read lock"
1870
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2768
#: ../drizzled/error.cc:443
1874
2770
msgid "Incorrect arguments to %s"
1878
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
1882
"Incorrect table definition; all MERGE tables must be in the same database"
2773
#: ../drizzled/error.cc:444
1885
2774
msgid "Deadlock found when trying to get lock; try restarting transaction"
2777
#: ../drizzled/error.cc:445
1888
2778
msgid "The used table type doesn't support FULLTEXT indexes"
2781
#: ../drizzled/error.cc:446
1891
2782
msgid "Cannot add foreign key constraint"
2785
#: ../drizzled/error.cc:447
1894
2786
msgid "Cannot add or update a child row: a foreign key constraint fails"
2789
#: ../drizzled/error.cc:448
1897
2790
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
1901
msgid "Error connecting to master: %-.128s"
1905
msgid "Error running query on master: %-.128s"
1909
msgid "Error when executing command %s: %-.128s"
2793
#: ../drizzled/error.cc:449
1913
2795
msgid "Incorrect usage of %s and %s"
2798
#: ../drizzled/error.cc:450
1916
2799
msgid "The used SELECT statements have a different number of columns"
2802
#: ../drizzled/error.cc:451
1919
2803
msgid "Can't execute the query because you have a conflicting read lock"
1922
msgid "Mixing of transactional and non-transactional tables is disabled"
1926
msgid "Option '%s' used twice in statement"
1930
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
1934
msgid "Access denied; you need the %-.128s privilege for this operation"
2806
#: ../drizzled/error.cc:452
1939
2809
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2812
#: ../drizzled/error.cc:453
1944
2815
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2818
#: ../drizzled/error.cc:454
1948
2820
msgid "Variable '%-.64s' doesn't have a default value"
2823
#: ../drizzled/error.cc:455
1952
2825
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2828
#: ../drizzled/error.cc:456
1956
2830
msgid "Incorrect argument type to variable '%-.64s'"
2833
#: ../drizzled/error.cc:457
1960
2835
msgid "Variable '%-.64s' can only be set, not read"
2838
#: ../drizzled/error.cc:458
1964
2840
msgid "Incorrect usage/placement of '%s'"
2843
#: ../drizzled/error.cc:459
1968
2845
msgid "This version of Drizzle doesn't yet support '%s'"
1973
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
1976
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2848
#: ../drizzled/error.cc:460
1980
2850
msgid "Variable '%-.192s' is a %s variable"
2853
#: ../drizzled/error.cc:461
1984
2855
msgid "Incorrect foreign key definition for '%-.192s': %s"
2858
#: ../drizzled/error.cc:462
1987
2859
msgid "Key reference and table reference don't match"
2862
#: ../drizzled/error.cc:463
1991
2864
msgid "Operand should contain %d column(s)"
2867
#: ../drizzled/error.cc:464
1994
2868
msgid "Subquery returns more than 1 row"
1998
msgid "Unknown prepared statement handler (%.*s) given to %s"
2001
msgid "Help database is corrupt or does not exist"
2004
msgid "Cyclic reference on subqueries"
2871
#: ../drizzled/error.cc:465
2008
2873
msgid "Converting column '%s' from %s to %s"
2876
#: ../drizzled/error.cc:466
2012
2878
msgid "Reference '%-.64s' not supported (%s)"
2881
#: ../drizzled/error.cc:467
2015
2882
msgid "Every derived table must have its own alias"
2885
#: ../drizzled/error.cc:468
2019
2887
msgid "Select %u was reduced during optimization"
2890
#: ../drizzled/error.cc:469
2023
2892
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2027
"Client does not support authentication protocol requested by server; "
2028
"consider upgrading Drizzle client"
2895
#: ../drizzled/error.cc:470
2031
2896
msgid "All parts of a SPATIAL index must be NOT NULL"
2899
#: ../drizzled/error.cc:471
2035
2901
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2038
msgid "Slave is already running"
2041
msgid "Slave already has been stopped"
2904
#: ../drizzled/error.cc:472
2046
2907
"Uncompressed data size too large; the maximum size is %d (based on "
2047
2908
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2911
#: ../drizzled/error.cc:473
2050
2912
msgid "ZLIB: Not enough memory"
2915
#: ../drizzled/error.cc:474
2054
2917
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2055
2918
"data was corrupted)"
2921
#: ../drizzled/error.cc:475
2058
2922
msgid "ZLIB: Input data corrupted"
2925
#: ../drizzled/error.cc:476
2062
2927
msgid "%d line(s) were cut by GROUP_CONCAT()"
2930
#: ../drizzled/error.cc:477
2066
2932
msgid "Row %ld doesn't contain data for all columns"
2935
#: ../drizzled/error.cc:478
2071
2938
"Row %ld was truncated; it contained more data than there were input columns"
2941
#: ../drizzled/error.cc:479
2076
2944
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2947
#: ../drizzled/error.cc:480
2080
2949
msgid "Out of range value for column '%s' at row %ld"
2952
#: ../drizzled/error.cc:481
2084
2954
msgid "Data truncated for column '%s' at row %ld"
2088
msgid "Using storage engine %s for table '%s'"
2957
#: ../drizzled/error.cc:482
2092
2959
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2095
msgid "Cannot drop one or more of the requested users"
2098
msgid "Can't revoke all privileges for one or more of the requested users"
2962
#: ../drizzled/error.cc:483
2103
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2964
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2967
#: ../drizzled/error.cc:484
2107
2969
msgid "Illegal mix of collations for operation '%s'"
2972
#: ../drizzled/error.cc:485
2112
"Variable '%-.64s' is not a variable component (can't be used as "
2113
"XXXX.variable_name)"
2975
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2979
#: ../drizzled/error.cc:486
2117
2981
msgid "Unknown collation: '%-.64s'"
2121
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2122
"compiled without SSL support; they can be used later if Drizzle slave with "
2128
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2129
"old format; please change the password to the new format"
2984
#: ../drizzled/error.cc:487
2134
2987
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2139
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2143
"It is recommended to use --skip-slave-start when doing step-by-step "
2144
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2145
"get an unexpected slave's drizzled restart"
2148
msgid "SQL thread is not to be started so UNTIL options are ignored"
2991
#: ../drizzled/error.cc:488
2152
2993
msgid "Incorrect index name '%-.100s'"
2996
#: ../drizzled/error.cc:489
2156
2998
msgid "Incorrect catalog name '%-.100s'"
2160
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3001
#: ../drizzled/error.cc:490
2164
3003
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2168
msgid "Unknown key cache '%-.100s'"
2172
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2173
"this switch for this grant to work"
3006
#: ../drizzled/error.cc:491
2177
3008
msgid "Unknown table engine '%s'"
2181
msgid "'%s' is deprecated; use '%s' instead"
3011
#: ../drizzled/error.cc:492
2185
3013
msgid "The target table %-.100s of the %s is not updatable"
3016
#: ../drizzled/error.cc:493
2190
3019
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3023
#: ../drizzled/error.cc:494
2196
3026
"The Drizzle server is running with the %s option so it cannot execute this "
3030
#: ../drizzled/error.cc:495
2201
3032
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3035
#: ../drizzled/error.cc:496
2205
3037
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3040
#: ../drizzled/error.cc:497
2209
3042
"Incorrect table definition; there can be only one TIMESTAMP column with "
2210
3043
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3046
#: ../drizzled/error.cc:498
2214
3048
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2217
msgid "This command is not supported in the prepared statement protocol yet"
3051
#: ../drizzled/error.cc:499
2221
3053
msgid "Got error %d '%-.100s' from %s"
3056
#: ../drizzled/error.cc:500
2225
3058
msgid "Got temporary error %d '%-.100s' from %s"
3061
#: ../drizzled/error.cc:501
2229
3063
msgid "Unknown or incorrect time zone: '%-.64s'"
2233
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3066
#: ../drizzled/error.cc:502
2237
3068
msgid "Invalid %s character string: '%.64s'"
3071
#: ../drizzled/error.cc:503
2241
3073
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2245
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2249
msgid "Can't create a %s from within another stored routine"
2253
msgid "%s %s already exists"
3076
#: ../drizzled/error.cc:504
2257
3078
msgid "%s %s does not exist"
2261
msgid "Failed to DROP %s %s"
2265
msgid "Failed to CREATE %s %s"
2269
msgid "%s with no matching label: %s"
2273
msgid "Redefining label %s"
2277
msgid "End-label %s without match"
2281
msgid "Referring to uninitialized variable %s"
2285
msgid "PROCEDURE %s can't return a result set in the given context"
2288
msgid "RETURN is only allowed in a FUNCTION"
2292
msgid "%s is not allowed in stored procedures"
2296
"The update log is deprecated and replaced by the binary log; SET "
2297
"SQL_LOG_UPDATE has been ignored"
2301
"The update log is deprecated and replaced by the binary log; SET "
2302
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3081
#: ../drizzled/error.cc:505
2305
3082
msgid "Query execution was interrupted"
2309
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2313
msgid "Undefined CONDITION: %s"
2317
msgid "No RETURN found in FUNCTION %s"
2321
msgid "FUNCTION %s ended without RETURN"
2324
msgid "Cursor statement must be a SELECT"
2327
msgid "Cursor SELECT must not have INTO"
2331
msgid "Undefined CURSOR: %s"
2334
msgid "Cursor is already open"
2337
msgid "Cursor is not open"
2341
msgid "Undeclared variable: %s"
2344
msgid "Incorrect number of FETCH variables"
2347
msgid "No data - zero rows fetched, selected, or processed"
2351
msgid "Duplicate parameter: %s"
2355
msgid "Duplicate variable: %s"
2359
msgid "Duplicate condition: %s"
2363
msgid "Duplicate cursor: %s"
2367
msgid "Failed to ALTER %s %s"
2370
msgid "Subquery value not supported"
2374
msgid "%s is not allowed in stored function or trigger"
2377
msgid "Variable or condition declaration after cursor or handler declaration"
2380
msgid "Cursor declaration after handler declaration"
2383
msgid "Case not found for CASE statement"
2387
msgid "Configuration file '%-.192s' is too big"
2391
msgid "Malformed file type header in file '%-.192s'"
2395
msgid "Unexpected end of file while parsing comment '%-.200s'"
2399
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
2403
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
2407
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
2411
msgid "'%-.192s.%-.192s' is not %s"
2415
msgid "Column '%-.192s' is not updatable"
2418
msgid "View's SELECT contains a subquery in the FROM clause"
2422
msgid "View's SELECT contains a '%s' clause"
2425
msgid "View's SELECT contains a variable or parameter"
2429
msgid "View's SELECT refers to a temporary table '%-.192s'"
2432
msgid "View's SELECT and view's field list have different column counts"
2436
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
2440
"View being updated does not have complete key of underlying table in it"
2445
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
2446
"function(s) or definer/invoker of view lack rights to use them"
2450
msgid "Can't drop or alter a %s from within another stored routine"
2453
msgid "GOTO is not allowed in a stored procedure handler"
2456
msgid "Trigger already exists"
2459
msgid "Trigger does not exist"
2463
msgid "Trigger's '%-.192s' is view or temporary table"
2467
msgid "Updating of %s row is not allowed in %strigger"
2471
msgid "There is no %s row in %s trigger"
3085
#: ../drizzled/error.cc:506
3088
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3089
"(s) or definer/invoker of view lack rights to use them"
3092
#: ../drizzled/error.cc:507
2475
3094
msgid "Field '%-.192s' doesn't have a default value"
3097
#: ../drizzled/error.cc:508
2478
3098
msgid "Division by 0"
3101
#: ../drizzled/error.cc:509
2482
3103
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3106
#: ../drizzled/error.cc:510
2486
3108
msgid "Illegal %s '%-.192s' value found during parsing"
2490
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
2494
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
2498
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
2502
msgid "Failed purging old relay logs: %s"
2506
msgid "Password hash should be a %d-digit hexadecimal number"
2509
msgid "Target log not found in binlog index"
2512
msgid "I/O error reading log index file"
2515
msgid "Server configuration does not permit binlog purge"
2518
msgid "Failed on fseek()"
2521
msgid "Fatal error during log purge"
2524
msgid "A purgeable log is in use, will not purge"
2527
msgid "Unknown error during log purge"
2531
msgid "Failed initializing relay log position: %s"
2534
msgid "You are not using binary logging"
2539
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
2542
msgid "WSAStartup Failed"
2545
msgid "Can't handle procedures with different groups yet"
2548
msgid "Select must have a group with this procedure"
2551
msgid "Can't use ORDER clause with this procedure"
2555
msgid "Binary logging and replication forbid changing the global server %s"
2559
msgid "Can't map file: %-.200s, errno: %d"
2563
msgid "Wrong magic in %-.64s"
2566
msgid "Prepared statement contains too many placeholders"
3111
#: ../drizzled/error.cc:511
2570
3113
msgid "Key part '%-.192s' length cannot be 0"
2573
msgid "View text checksum failed"
2578
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
2582
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
2586
msgid "Can not delete from join view '%-.192s.%-.192s'"
2590
msgid "Operation %s failed for %.256s"
2593
msgid "XAER_NOTA: Unknown XID"
2596
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3116
#: ../drizzled/error.cc:512
2601
3119
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2602
3120
"the %.64s state"
2605
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
2609
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
2613
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
2618
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
2622
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
2625
msgid "Failed to revoke all privileges to dropped routine"
3123
#: ../drizzled/error.cc:513
2629
3125
msgid "Data too long for column '%s' at row %ld"
2633
msgid "Bad SQLSTATE: '%s'"
3128
#: ../drizzled/error.cc:514
2638
3131
"%s: ready for connections.\n"
2639
3132
"Version: '%s' %s\n"
3135
#: ../drizzled/error.cc:515
2642
3136
msgid "Can't load value from file with fixed size rows to variable"
2645
msgid "You are not allowed to create a user with GRANT"
3139
#: ../drizzled/error.cc:516
2649
3141
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3144
#: ../drizzled/error.cc:517
2652
3145
msgid "Table definition has changed, please retry transaction"
2655
msgid "Duplicate handler declared in the same block"
2660
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
2661
"variable in BEFORE trigger"
3148
#: ../drizzled/error.cc:518
2665
3150
msgid "Not allowed to return a result set from a %s"
3153
#: ../drizzled/error.cc:519
2668
3154
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2672
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
2673
"declaration and binary logging is enabled; if non-transactional tables were "
2674
"updated, the binary log will miss their changes"
2678
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
2679
"declaration and binary logging is enabled (you *might* want to use the less "
2680
"safe log_bin_trust_function_creators variable)"
2684
"You do not have the SUPER privilege and binary logging is enabled (you "
2685
"*might* want to use the less safe log_bin_trust_function_creators variable)"
2689
"You can't execute a prepared statement which has an open cursor associated "
2690
"with it. Reset the statement to re-execute it."
2694
msgid "The statement (%lu) has no open cursor."
3157
#: ../drizzled/error.cc:520
2698
3159
"Explicit or implicit commit is not allowed in stored function or trigger."
2703
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
2706
msgid "Recursive stored functions and triggers are not allowed."
3162
#: ../drizzled/error.cc:521
2710
3164
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3167
#: ../drizzled/error.cc:522
2714
3169
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2719
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
2724
"You can't combine write-locking of system tables with other tables or lock "
2729
msgid "Unable to connect to foreign data source: %.64s"
2734
"There was a problem processing the query on the foreign data source. Data "
2735
"source error: %-.64s"
2740
"The foreign data source you are trying to reference does not exist. Data "
2741
"source error: %-.64s"
2746
"Can't create federated table. The data source connection string '%-.64s' is "
2747
"not in the correct format"
2752
"The data source connection string '%-.64s' is not in the correct format"
2756
msgid "Can't create federated table. Foreign data src error: %-.64s"
3172
#: ../drizzled/error.cc:523
3175
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3179
#: ../drizzled/error.cc:524
2759
3180
msgid "Trigger in wrong schema"
3183
#: ../drizzled/error.cc:525
2764
3186
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2765
3187
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2769
msgid "Routine body for '%-.100s' is too long"
2772
msgid "Cannot drop default keycache"
3190
#: ../drizzled/error.cc:526
2776
3192
msgid "Display width out of range for column '%-.192s' (max = %d)"
2779
msgid "XAER_DUPID: The XID already exists"
3195
#: ../drizzled/error.cc:527
2783
3197
msgid "Datetime function: %-.32s field overflow"
2788
"Can't update table '%-.192s' in stored function/trigger because it is "
2789
"already used by statement which invoked this stored function/trigger."
2794
"The definition of table '%-.192s' prevents operation %.192s on table '%-"
2799
"The prepared statement contains a stored routine call that refers to that "
2800
"same statement. It's not allowed to execute a prepared statement in such a "
2804
msgid "Not allowed to set autocommit from a stored function or trigger"
2807
msgid "Definer is not fully qualified"
2812
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
2813
"Current user is used as definer. Please recreate the view!"
2818
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
2823
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
2827
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3200
#: ../drizzled/error.cc:528
2832
3203
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3206
#: ../drizzled/error.cc:529
2837
3209
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2841
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
2846
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
2847
"activated under the authorization of the invoker, which may have "
2848
"insufficient privileges. Please recreate the trigger."
2852
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
2857
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
2858
"exceeded for routine %.192s"
2863
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
2864
"or contains bad data (internal code %d)"
2868
msgid "Incorrect routine name '%-.192s'"
2873
"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2876
msgid "AGGREGATE is not supported for stored functions"
2881
"Can't create more than max_prepared_stmt_count statements (current value: "
2886
msgid "`%-.192s`.`%-.192s` contains view recursion"
3212
#: ../drizzled/error.cc:530
3213
msgid "No data - zero rows fetched, selected, or processed"
3216
#: ../drizzled/error.cc:531
3218
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3221
#: ../drizzled/error.cc:532
2890
3223
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3226
#: ../drizzled/error.cc:533
2893
3227
msgid "The used table type doesn't support SPATIAL indexes"
2896
msgid "Triggers can not be created on system tables"
3230
#: ../drizzled/error.cc:534
2900
3232
msgid "Leading spaces are removed from name '%s'"
3235
#: ../drizzled/error.cc:535
2903
3236
msgid "Failed to read auto-increment value from storage engine"
3239
#: ../drizzled/error.cc:536
2913
3241
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2917
msgid "The target table %-.100s of the %s is not insertable-into"
2922
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
3244
#: ../drizzled/error.cc:537
2925
3245
msgid "Too high level of nesting for select"
3248
#: ../drizzled/error.cc:538
2929
3250
msgid "Name '%-.64s' has become ''"
3253
#: ../drizzled/error.cc:539
2933
3255
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
2934
3256
"optional and non-empty FIELDS ENCLOSED BY"
2938
msgid "The foreign server, %s, you are trying to create already exists."
2943
"The foreign server name you are trying to reference does not exist. Data "
2944
"source error: %-.64s"
3259
#: ../drizzled/error.cc:540
2949
3262
"Table storage engine '%-.64s' does not support the create option '%.64s'"
2954
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
2960
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
2963
msgid "MAXVALUE can only be used in last partition definition"
2966
msgid "Subpartitions can only be hash partitions and by key"
2969
msgid "Must define subpartitions on all partitions if on one partition"
2972
msgid "Wrong number of partitions defined, mismatch with previous setting"
2975
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
2979
"Constant/Random expression in (sub)partitioning function is not allowed"
2982
msgid "Expression in RANGE/LIST VALUES must be constant"
2985
msgid "Field in list of fields for partition function not found in table"
2988
msgid "List of fields is only allowed in KEY partitions"
2992
"The partition info in the frm file is not consistent with what can be "
2993
"written into the frm file"
2997
msgid "The %-.192s function returns the wrong type"
3001
msgid "For %-.64s partitions each partition must be defined"
3004
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
3007
msgid "VALUES value must be of same type as partition function"
3010
msgid "Multiple definition of same constant in list partitioning"
3013
msgid "Partitioning can not be used stand-alone in query"
3017
"The mix of handlers in the partitions is not allowed in this version of "
3022
msgid "For the partitioned engine it is necessary to define all %-.64s"
3025
msgid "Too many partitions (including subpartitions) were defined"
3029
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
3030
"partitioning for subpartitioning"
3033
msgid "Failed to create specific handler file"
3036
msgid "A BLOB field is not allowed in partition function"
3041
"A %-.192s must include all columns in the table's partitioning function"
3045
msgid "Number of %-.64s = 0 is not an allowed value"
3048
msgid "Partition management on a not partitioned table is not possible"
3052
"Foreign key condition is not yet supported in conjunction with partitioning"
3056
msgid "Error in list of partitions to %-.64s"
3059
msgid "Cannot remove all partitions, use DROP TABLE instead"
3062
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
3066
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3071
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3072
"tables using HASH PARTITIONs"
3076
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
3079
msgid "Trying to Add partition(s) with wrong number of subpartitions"
3082
msgid "At least one partition must be added"
3085
msgid "At least one partition must be coalesced"
3088
msgid "More partitions to reorganize than there are partitions"
3092
msgid "Duplicate partition name %-.192s"
3095
msgid "It is not allowed to shut off binlog on this command"
3099
"When reorganizing a set of partitions they must be in consecutive order"
3103
"Reorganize of range partitions cannot change total ranges except for last "
3104
"partition where it can extend the range"
3107
msgid "Partition function not supported in this version for this handler"
3110
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
3114
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
3118
msgid "Plugin '%-.192s' is not loaded"
3265
#: ../drizzled/error.cc:541
3267
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3270
#: ../drizzled/error.cc:542
3122
3272
msgid "Incorrect %-.32s value: '%-.128s'"
3275
#: ../drizzled/error.cc:543
3126
3277
msgid "Table has no partition for value %-.64s"
3130
msgid "It is not allowed to specify %s more than once"
3134
msgid "Failed to create %s"
3138
msgid "Failed to drop %s"
3141
msgid "The handler doesn't support autoextend of tablespaces"
3145
"A size parameter was incorrectly specified, either number or on the form 10M"
3149
"The size number was correct but we don't allow the digit part to be more "
3154
msgid "Failed to alter: %s"
3280
#: ../drizzled/error.cc:544
3157
3281
msgid "Writing one row to the row-based binary log failed"
3161
msgid "Table definition on master and slave does not match: %s"
3165
"Slave running with --log-slave-updates must use row-based binary logging to "
3166
"be able to replicate row-based binary log events"
3170
msgid "Event '%-.192s' already exists"
3174
msgid "Failed to store event %s. Error code %d from storage engine."
3178
msgid "Unknown event '%-.192s'"
3182
msgid "Failed to alter event '%-.192s'"
3185
msgid "INTERVAL is either not positive or too big"
3188
msgid "ENDS is either invalid or before STARTS"
3191
msgid "Event execution time is in the past. Event has been disabled"
3194
msgid "Failed to open drizzle.event"
3197
msgid "No datetime expression provided"
3202
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
3203
"probably corrupted"
3207
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
3210
msgid "Failed to delete the event from drizzle.event"
3213
msgid "Error during compilation of event's body"
3216
msgid "Same old and new event name"
3220
msgid "Data for column '%s' too long"
3284
#: ../drizzled/error.cc:545
3224
3286
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3229
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use "
3233
msgid "You can't write-lock a log table. Only read access is possible"
3236
msgid "You can't use locks with log tables."
3289
#: ../drizzled/error.cc:546
3241
3292
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3242
3293
"%d would lead to a duplicate entry"
3247
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
3248
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
3252
"Cannot switch out of the row-based binary log format when the session has "
3253
"open temporary tables"
3257
"Cannot change the binary logging format inside a stored function or trigger"
3261
"The NDB cluster engine does not support changing the binlog format on the "
3265
msgid "Cannot create temporary table with partitions"
3268
msgid "Partition constant is out of partition function domain"
3271
msgid "This partition function is not allowed"
3274
msgid "Error in DDL log"
3277
msgid "Not allowed to use NULL value in VALUES LESS THAN"
3280
msgid "Incorrect partition name"
3296
#: ../drizzled/error.cc:547
3284
3298
"Transaction isolation level can't be changed while a transaction is in "
3290
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
3291
"'%-.192s' for key '%-.192s'"
3295
msgid "Internal scheduler error %d"
3299
msgid "Error during starting/stopping of the scheduler. Error code %u"
3302
msgid "Engine cannot be used in partitioned tables"
3306
msgid "Cannot activate '%-.64s' log"
3309
msgid "The server was not built with row-based replication"
3312
msgid "Decoding of base64 string failed"
3315
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
3319
"Cannot proceed because system tables used by Event Scheduler were found "
3320
"damaged at server start"
3323
msgid "Only integers allowed as number here"
3326
msgid "This storage engine cannot be used for log tables"
3330
msgid "You cannot '%s' a log table if logging is enabled"
3335
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
3336
"rename two tables: the log table to an archive table and another table back "
3302
#: ../drizzled/error.cc:548
3341
3304
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3307
#: ../drizzled/error.cc:549
3345
3309
msgid "Incorrect parameters in the call to native function '%-.192s'"
3349
msgid "Incorrect parameters in the call to stored function '%-.192s'"
3353
msgid "This function '%-.192s' has the same name as a native function"
3312
#: ../drizzled/error.cc:550
3357
3314
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3360
msgid "Too many files opened, please execute the command again"
3364
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
3365
"The event was dropped immediately after creation."
3369
msgid "The incident %s occurred on the master. Message: %-.64s"
3372
msgid "Table has no partition for some existing values"
3375
msgid "Statement is not safe to log in statement format."
3379
msgid "Fatal error: %s"
3383
msgid "Relay log read failure: %s"
3387
msgid "Relay log write failure: %s"
3391
msgid "Master command %s failed: %s"
3395
msgid "Binary logging not possible. Message: %s"
3399
msgid "View `%-.64s`.`%-.64s` has no creation context"
3403
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
3407
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
3411
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
3415
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
3419
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
3423
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
3427
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
3431
msgid "Cannot create stored routine `%-.64s`. Check warnings"
3435
msgid "Ambiguous slave modes combination. %s"
3440
"The BINLOG statement of type `%s` was not preceded by a format description "
3444
msgid "Corrupted replication event was detected"
3317
#: ../drizzled/error.cc:551
3448
3319
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3452
msgid "Being purged log %s was not found"
3456
msgid "Converted to non-transactional lock on '%-.64s'"
3460
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
3465
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
3469
msgid "Can't access storage engine of table %-.64s"
3472
msgid "Starting backup process"
3475
msgid "Backup completed"
3478
msgid "Starting restore process"
3481
msgid "Restore completed"
3484
msgid "Nothing to backup"
3488
msgid "Database '%-.64s' cannot be included in a backup"
3492
"Error during backup operation - server's error log contains more information "
3497
"Error during restore operation - server's error log contains more "
3498
"information about the error"
3502
"Can't execute this command because another BACKUP/RESTORE operation is in "
3506
msgid "Error when preparing for backup operation"
3509
msgid "Error when preparing for restore operation"
3513
msgid "Invalid backup location '%-.64s'"
3517
msgid "Can't read backup location '%-.64s'"
3521
msgid "Can't write to backup location '%-.64s' (file already exists?)"
3524
msgid "Can't enumerate server databases"
3527
msgid "Can't enumerate server tables"
3531
msgid "Can't enumerate tables in database %-.64s"
3535
msgid "Skipping view %-.64s in database %-.64s"
3539
msgid "Skipping table %-.64s since it has no valid storage engine"
3543
msgid "Can't open table %-.64s"
3546
msgid "Can't read backup archive preamble"
3549
msgid "Can't write backup archive preamble"
3553
msgid "Can't find backup driver for table %-.64s"
3558
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
3563
msgid "Can't create %-.64s backup driver"
3567
msgid "Can't create %-.64s restore driver"
3571
msgid "Found %d images in backup archive but maximum %d are supported"
3575
msgid "Error when saving meta-data of %-.64s"
3578
msgid "Error when reading meta-data list"
3582
msgid "Can't create %-.64s"
3585
msgid "Can't allocate buffer for image data transfer"
3589
msgid "Error when writing %-.64s backup image data (for table #%d)"
3592
msgid "Error when reading data from backup stream"
3595
msgid "Can't go to the next chunk in backup stream"
3599
msgid "Can't initialize %-.64s backup driver"
3603
msgid "Can't initialize %-.64s restore driver"
3607
msgid "Can't shut down %-.64s backup driver"
3611
msgid "Can't shut down %-.64s backup driver(s)"
3615
msgid "%-.64s backup driver can't prepare for synchronization"
3619
msgid "%-.64s backup driver can't create its image validity point"
3623
msgid "Can't unlock %-.64s backup driver after creating the validity point"
3627
msgid "%-.64s backup driver can't cancel its backup operation"
3631
msgid "%-.64s restore driver can't cancel its restore operation"
3635
msgid "Error when polling %-.64s backup driver for its image data"
3640
"Error when sending image data (for table #%d) to %-.64s restore driver"
3645
"After %d attempts %-.64s restore driver still can't accept next block of data"
3649
msgid "Open and lock tables failed in %-.64s"
3652
msgid "Backup driver's table locking thread can not be initialized."
3656
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
3657
"and 'drizzle.online_backup_progress'."
3661
msgid "Tablespace '%-.192s' already exists"
3665
msgid "Tablespace '%-.192s' doesn't exist"
3669
msgid "Unexpected master's heartbeat data: %s"
3673
msgid "The requested value for the heartbeat period %s %s"
3677
msgid "Can't write to the online backup progress log %-.64s."
3681
msgid "Tablespace '%-.192s' not empty"
3686
"Tablespace `%-.64s` needed by tables being restored has changed on the "
3687
"server. The original definition of the required tablespace is '%-.256s' "
3688
"while the same tablespace is defined on the server as '%-.256s'"
3691
msgid "A virtual column cannot be based on a virtual column"
3695
msgid "Non-deterministic expression for virtual column '%s'."
3700
"Generated value for virtual column '%s' cannot be converted to type '%s'."
3703
msgid "Primary key cannot be defined upon a virtual column."
3706
msgid "Key/Index cannot be defined on a non-stored virtual column."
3710
msgid "Cannot define foreign key with %s clause on a virtual column."
3714
msgid "The value specified for virtual column '%s' in table '%s' ignored."
3718
msgid "'%s' is not yet supported for virtual columns."
3721
msgid "Constant expression in virtual column function is not allowed."
3724
msgid "Encountered an unknown temporal type."
3728
msgid "Received an invalid string format '%s' for a date value."
3732
msgid "Received an invalid string format '%s' for a time value."
3736
msgid "Received an invalid value '%s' for a UNIX timestamp."
3322
#: ../drizzled/error.cc:553
3740
3324
msgid "Received an invalid datetime value '%s'."
3327
#: ../drizzled/error.cc:554
3329
msgid "Received an invalid DATE value '%s'."
3332
#: ../drizzled/error.cc:555
3744
3334
msgid "Received a NULL argument for function '%s'."
3748
msgid "Received an invalid negative argument '%s' for function '%s'."
3337
#: ../drizzled/error.cc:556
3339
msgid "Received an invalid timestamp value '%s'."
3342
#: ../drizzled/error.cc:557
3344
msgid "Received an invalid TIME value '%s'."
3347
#: ../drizzled/error.cc:558
3349
msgid "Received an invalid value '%s' for a UNIX timestamp."
3352
#: ../drizzled/error.cc:560
3752
3354
msgid "Received an out-of-range argument '%s' for function '%s'."
3756
msgid "Received an invalid time value '%s'."
3357
#: ../drizzled/error.cc:561
3760
3359
msgid "Received an invalid enum value '%s'."
3362
#: ../drizzled/error.cc:562
3763
3363
msgid "Tables which are replicated require a primary key."
3767
msgid "Corrupt or invalid table definition: %s"
3771
msgid "Corrupt or invalid schema definition for %s : %s"
3366
#: ../drizzled/error.cc:564
3368
msgid "Corrupt or invalid schema definition for '%s' : %s"
3371
#: ../drizzled/error.cc:565
3373
msgid "Corrupt or invalid table definition for '%s': %s"
3376
#: ../drizzled/error.cc:566
3378
msgid "The number of enum that were required was too high for table '%s'"
3381
#: ../drizzled/error.cc:567
3383
msgid "Corrupt or invalid table definition for '%s'"
3386
#: ../drizzled/error.cc:568
3388
msgid "Collation '%s' for table %s is invalid/unknown"
3391
#: ../drizzled/error.cc:570
3393
msgid "Cannot drop table '%s'"
3394
msgstr "Неизвестный язык: '%s'"
3396
#: ../drizzled/error.cc:571
3398
msgid "Error occurred while dropping table '%s'"
3401
#: ../drizzled/error.cc:572
3403
msgid "Permission denied to create '%s'"
3406
#: ../drizzled/error.cc:573
3408
msgid "Unknown table '%s'"
3409
msgstr "Неизвестный язык: '%s'"
3411
#: ../drizzled/error.cc:575
3413
msgid "Cannot create schema '%s'"
3414
msgstr "Не возможно создать поток ключей"
3416
#: ../drizzled/error.cc:576
3775
3418
msgid "Schema does not exist: %s"
3421
#: ../drizzled/error.cc:577
3779
3423
msgid "Error altering schema: %s"
3426
#: ../drizzled/error.cc:578
3783
3428
msgid "Error droppping Schema : %s"
3431
#: ../drizzled/error.cc:580
3786
3432
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3435
#: ../drizzled/error.cc:581
3790
3437
msgid "Unknown table engine option key/pair %s = %s."
3440
#: ../drizzled/error.cc:582
3794
3442
msgid "Unknown schema engine option key/pair %s = %s."
3445
#: ../drizzled/error.cc:583
3797
3446
msgid "Implicit cartesian join attempted."
3449
#: ../drizzled/error.cc:584
3450
msgid "Admin access not allowed from this username/IP address."
3453
#. User lock/barrier error messages
3454
#: ../drizzled/error.cc:587
3455
msgid "wait() can not be called on session owning user defined barrier."
3458
#: ../drizzled/error.cc:588
3459
msgid "Unknown user defined barrier requested."
3462
#: ../drizzled/error.cc:589
3463
msgid "Session does not own user defined barrier."
3466
#: ../drizzled/error.cc:590
3467
msgid "Session can not wait on a user defined lock owned by the session."
3470
#: ../drizzled/error.cc:591
3471
msgid "Session does not own user defined lock."
3474
#: ../drizzled/error.cc:593
3475
msgid "Invalid name for user defined barrier."
3478
#: ../drizzled/error.cc:594
3479
msgid "Invalid name for user defined lock."
3482
#: ../drizzled/error.cc:596
3484
"Either a DEFAULt value or NULL NULL description is required for a new column "
3485
"if table is not empty"
3489
#: ../drizzled/error.cc:599
3492
"Cast to unsigned converted negative integer to it's positive complement: %s"
3495
#: ../drizzled/error.cc:600
3497
msgid "Invalid cast to signed integer: %s"
3498
msgstr "Неверное использование null указателя"
3500
#: ../drizzled/error.cc:602
3502
msgid "Identifier '%.*s' is a SQL keyword."
3505
#: ../drizzled/error.cc:605
3801
3507
msgid "Can't unlock file (Errcode: %d)"
3510
#: ../drizzled/error.cc:606
3805
3512
msgid "Can't change size of file (Errcode: %d)"
3806
3513
msgstr "Ошибка при изменении размера файла (Код ошибки: %d)"
3515
#: ../drizzled/error.cc:607
3809
3517
msgid "Can't open stream from handle (Errcode: %d)"
3520
#: ../drizzled/error.cc:608
3813
3522
msgid "Warning: '%s' had %d links"
3814
3523
msgstr "Предупреждение: '%s' имеет %d ссылок"
3525
#: ../drizzled/error.cc:609
3817
3527
msgid "Warning: %d files and %d streams is left open\n"
3818
3528
msgstr "Предупреждение: %d файлов и %d потоков остались открыты\n"
3530
#: ../drizzled/error.cc:610
3821
3532
msgid "Can't create directory '%s' (Errcode: %d)"
3822
3533
msgstr "Ошибка при создании директории '%s' (Код ошибки: %d)"
3535
#: ../drizzled/error.cc:611
3826
3538
"Character set '%s' is not a compiled character set and is not specified in "
3542
#: ../drizzled/error.cc:612
3831
3544
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3832
3545
msgstr "Недостаточно ресурсов для открытия файла '%s' (Код ошибки: %d)"
3547
#: ../drizzled/error.cc:613
3835
3549
msgid "Can't read value for symlink '%s' (Error %d)"
3552
#: ../drizzled/error.cc:614
3839
3554
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3557
#: ../drizzled/error.cc:615
3843
3559
msgid "Error on realpath() on '%s' (Error %d)"
3562
#: ../drizzled/error.cc:616
3847
3564
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3567
#: ../drizzled/error.cc:617
3852
3570
"Collation '%s' is not a compiled collation and is not specified in the %s "
3574
#: ../drizzled/error.cc:618
3857
3576
msgid "File '%s' (fileno: %d) was not closed"
3861
msgid "error: could not open directory: %s\n"
3580
#: ../drizzled/error.cc:621
3581
msgid "Received an invalid UUID value"
3584
#: ../drizzled/error.cc:622
3585
msgid "The UUID was not created with a valid time"
3589
#: ../drizzled/error.cc:625
3590
msgid "Received an invalid IPV6 value"
3594
#: ../drizzled/error.cc:628
3596
msgid "Received an invalid BOOLEAN value '%s'."
3599
#: ../drizzled/error.cc:629
3601
msgid "Invalid cast to BOOLEAN: '%s'."
3604
#. Transactional DDL
3605
#: ../drizzled/error.cc:632
3606
msgid "Transactional DDL not supported"
3610
#: ../drizzled/error.cc:634
3612
msgid "Assertion '%s' failed."
3615
#: ../drizzled/error.cc:635
3617
msgid "Assertion '%s' failed, the result was NULL."
3620
#. Catalog related errors
3621
#: ../drizzled/error.cc:653
3623
msgid "Cannot create catalog '%s'."
3626
#: ../drizzled/error.cc:654
3628
msgid "Permission is denied to create '%s' catalog."
3631
#: ../drizzled/error.cc:655
3633
msgid "Cannot drop catalog '%s'."
3636
#: ../drizzled/error.cc:656
3638
msgid "Permission is denied to drop '%s' catalog."
3641
#: ../drizzled/error.cc:657
3643
msgid "Catalog '%s' does not exist."
3646
#: ../drizzled/error.cc:658
3647
msgid "You cannot drop the 'local' catalog."
3650
#: ../drizzled/error.cc:659
3652
msgid "Could not gain lock on '%s'."
3655
#: ../drizzled/error.cc:660
3657
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3660
#: ../drizzled/error.cc:661
3662
msgid "Invalid catalog name."
3663
msgstr "Неверное количество параметров"
3665
#: ../drizzled/error.cc:662
3667
"Engine status is now stored in the data_dictionary tables, please use these "
3671
#: ../drizzled/error.cc:663
3672
msgid "There is already a transaction in progress"
3675
#: ../drizzled/error.cc:664
3676
msgid "No lock is held by this connection."
3679
#. Errors in scripts, such as JavaScript
3680
#: ../drizzled/error.cc:667
3682
msgid "Script error: %s"
3683
msgstr "Возникла ошибка: %d %s"
3685
#: ../drizzled/main.cc:176
3865
3687
"setrlimit could not change the size of core files to 'infinity'; We may not "
3866
3688
"be able to generate a core file on signals"
3870
msgid "Data directory %s does not exist\n"
3874
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3691
#: ../drizzled/main.cc:360 ../plugin/multi_thread/multi_thread.cc:76
3692
msgid "Drizzle has receieved an abort event."
3695
#: ../drizzled/main.cc:361 ../plugin/multi_thread/multi_thread.cc:77
3696
msgid "In Function: "
3699
#: ../drizzled/main.cc:362 ../plugin/multi_thread/multi_thread.cc:78
3703
#: ../drizzled/main.cc:363 ../plugin/multi_thread/multi_thread.cc:79
3707
#: ../drizzled/message/transaction_writer.cc:365
3709
msgid "Usage: %s TRANSACTION_LOG\n"
3712
#: ../drizzled/message/transaction_writer.cc:371
3878
3714
msgid "Cannot open file: %s\n"
3882
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3886
msgid "Attempted to read record bigger than INT_MAX\n"
3890
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3894
msgid "Could not read transaction message.\n"
3898
msgid "GPB ERROR: %s.\n"
3717
#: ../drizzled/module/library.cc:149
3909
msgid "Unable to parse command. Got error: %s.\n"
3913
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3917
msgid "Usage: %s TRANSACTION_LOG\n"
3720
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3721
"the current running version of Drizzle: %<PRIu64>."
3724
#: ../drizzled/module/loader.cc:153
3922
3727
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3923
3728
"registered.\n"
3731
#: ../drizzled/module/loader.cc:191
3927
3733
msgid "Plugin '%s' init function returned error.\n"
3736
#: ../drizzled/module/loader.cc:379
3931
3738
msgid "Couldn't load plugin library named '%s'.\n"
3741
#: ../drizzled/module/loader.cc:389
3935
3743
msgid "Couldn't load plugin named '%s'.\n"
3938
msgid "Out of memory."
3942
msgid "Unknown variable type code 0x%x in plugin '%s'."
3746
#: ../drizzled/module/registry.cc:138
3947
"Server variable %s of plugin %s was forced to be read-only: string variable "
3948
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3952
msgid "Missing variable name in plugin '%s'."
3956
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3960
msgid "Out of memory for plugin '%s'."
3964
msgid "Bad options for plugin '%s'."
3968
msgid "Parsing options for plugin '%s' failed."
3972
msgid "Plugin '%s' has conflicting system variables"
3976
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3980
msgid "Fatal error: Failed initializing %s plugin.\n"
3749
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3753
#: ../drizzled/module/registry.h:101
3754
msgid "Loading plugin failed, a plugin by that name already exists."
3757
#: ../drizzled/module/registry.h:111 ../drizzled/module/registry.h:120
3758
msgid "Fatal error: Failed initializing: "
3761
#: ../drizzled/option.cc:44
3983
3762
msgid "Warning: "
3984
3763
msgstr "Предупреждение: "
3765
#: ../drizzled/option.cc:46
3987
3767
msgstr "Сведения: "
3990
msgid "%s: %s: Option '%s' used, but is disabled\n"
3994
msgstr "ПРЕДУПРЕЖДЕНИЕ"
4000
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
4004
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
4008
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
4009
msgstr "%s: ОШИБКА: Неверное десятичное значение для опции '%s'\n"
3769
#: ../drizzled/option.cc:286
4012
3771
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
4018
"Variables (--variable-name=value)\n"
4019
"and boolean options {false|true} Value (after reading options)\n"
4020
"--------------------------------- -----------------------------\n"
4023
msgid "(No default value)"
4024
msgstr "(Нет значения по умолчанию)"
4033
msgid "(Disabled)\n"
3774
#: ../drizzled/plugin/error_message.cc:76
4037
3776
msgid "errmsg plugin '%s' errmsg() failed"
3779
#: ../drizzled/plugin/event_observer.cc:124
3782
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3783
"'%s' from EventObserver plugin '%s'"
3786
#: ../drizzled/plugin/event_observer.cc:191
3788
"EventObserver::registerTableEvents(): Table already has events registered on "
3789
"it: probable programming error."
3792
#: ../drizzled/plugin/event_observer.cc:306
3794
"EventObserver::registerSessionEvents(): Session already has events "
3795
"registered on it: probable programming error."
3798
#: ../drizzled/plugin/event_observer.cc:347
3800
msgid "EventIterate event handler '%s' failed for event '%s'"
3803
#: ../drizzled/plugin/function.cc:45 ../drizzled/plugin/function.cc:51
4041
3805
msgid "A function named %s already exists!\n"
3808
#: ../drizzled/plugin/function.cc:57
4044
3809
msgid "Could not add Function!\n"
3812
#: ../drizzled/plugin/listen.cc:67
3813
msgid "Error getting file descriptors"
3816
#: ../drizzled/plugin/listen.cc:84
4047
3817
msgid "No sockets could be bound for listening"
4051
msgid "pipe() failed with errno %d"
4055
msgid "poll() failed with errno %d"
3820
#: ../drizzled/plugin/listen_tcp.cc:52
4059
3822
msgid "accept() failed with errno %d"
3825
#: ../drizzled/plugin/listen_tcp.cc:77
4063
3827
msgid "getaddrinfo() failed with error %s"
4067
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4071
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
4075
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4079
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4083
msgid "setsockopt(SO_LINGER) failed with errno %d"
4087
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4091
msgid "Retrying bind() on %u\n"
4095
msgid "bind() failed with errno: %d\n"
4098
msgid "Do you already have another drizzled running?\n"
4102
msgid "listen() failed with errno %d\n"
4106
msgid "Listening on %s:%s\n"
3830
#: ../drizzled/plugin/listen_tcp.cc:108
3831
msgid "setsockopt(IPV6_V6ONLY)"
3834
#: ../drizzled/plugin/listen_tcp.cc:117
3835
msgid "fcntl(FD_CLOEXEC)"
3838
#: ../drizzled/plugin/listen_tcp.cc:124
3839
msgid "setsockopt(SO_REUSEADDR)"
3842
#: ../drizzled/plugin/listen_tcp.cc:131
3843
msgid "setsockopt(SO_KEEPALIVE)"
3846
#: ../drizzled/plugin/listen_tcp.cc:139
3847
msgid "setsockopt(SO_LINGER)"
3850
#: ../drizzled/plugin/listen_tcp.cc:146
3851
msgid "setsockopt(TCP_NODELAY)"
3854
#: ../drizzled/plugin/listen_tcp.cc:166
3856
msgid "Retrying bind() on %u"
3859
#: ../drizzled/plugin/listen_tcp.cc:178
3860
msgid " failed to bind"
3863
#: ../drizzled/plugin/listen_tcp.cc:192
3865
msgid "Listening on %s:%s"
3868
#: ../drizzled/plugin/logging.cc:61
4110
3870
msgid "logging '%s' pre() failed"
3873
#: ../drizzled/plugin/logging.cc:86
4114
3875
msgid "logging '%s' post() failed"
3878
#: ../drizzled/plugin/logging.cc:110
4118
3880
msgid "logging '%s' postEnd() failed"
4122
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4126
msgid "qcache plugin '%s' set() failed"
4130
msgid "qcache plugin '%s' invalidateTable() failed"
4134
msgid "qcache plugin '%s' invalidateDb() failed"
4138
msgid "qcache plugin '%s' flush() failed"
3883
#: ../drizzled/plugin/logging.cc:133
3885
msgid "logging '%s' resetCurrentScoreboard() failed"
3888
#: ../drizzled/plugin/scheduler.cc:38
4143
3891
"Attempted to register a scheduler %s, but a scheduler has already been "
4144
3892
"registered with that name.\n"
3895
#: ../drizzled/plugin/scheduler.cc:63
4148
3897
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3900
#: ../drizzled/plugin/schema_engine.cc:122
3902
msgid "Error while loading database options: '%s':"
3905
#: ../drizzled/plugin/xa_resource_manager.cc:105
4152
3907
msgid "Found %d prepared transaction(s) in resource manager."
3910
#: ../drizzled/plugin/xa_resource_manager.cc:171
4155
3911
msgid "Starting crash recovery..."
3914
#: ../drizzled/plugin/xa_resource_manager.cc:181
4159
3916
msgid "Found %d prepared XA transactions"
3919
#: ../drizzled/plugin/xa_resource_manager.cc:187
4164
3922
"Found %d prepared transactions! It means that drizzled was not shut down "
4182
3943
"We have deactivated the TransactionApplier '%s'.\n"
3946
#: ../drizzled/session.cc:1820 ../drizzled/session.cc:1829
4186
3948
msgid "Could not remove temporary table: '%s', error: %d"
3951
#: ../drizzled/signal_handler.cc:54
3953
msgid "Got signal %d from thread %<PRIu32>"
3956
#: ../drizzled/signal_handler.cc:120
3958
msgid "Fatal signal %d while backtracing\n"
3961
#: ../drizzled/signal_handler.cc:129
3963
msgid "Fatal: time() call failed\n"
3966
#: ../drizzled/signal_handler.cc:135
3969
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3970
"This could be because you hit a bug. It is also possible that this binary\n"
3971
" or one of the libraries it was linked against is corrupt, improperly "
3973
" or misconfigured. This error can also be caused by malfunctioning "
3977
#: ../drizzled/signal_handler.cc:143
3980
"We will try our best to scrape up some info that will hopefully help "
3982
"the problem, but since we have already crashed, something is definitely "
3984
"and this may fail.\n"
3988
#: ../drizzled/signal_handler.cc:150
3991
"It is possible that drizzled could use up to \n"
3992
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3994
"Hope that's ok; if not, decrease some variables in the equation.\n"
3998
#: ../drizzled/sql_table.cc:1862
4000
msgid "Unknown - internal error %d during operation"
4003
#: ../drizzled/statement/alter_table.cc:1567
4006
"order_st BY ignored because there is a user-defined clustered index in the "
4010
#: ../drizzled/sys_var.cc:1286
4190
4012
msgid "Variable named %s already exists!\n"
4015
#: ../drizzled/sys_var.cc:1293
4194
4017
msgid "Could not add Variable: %s\n"
4198
msgid "Table %s had a open data Cursor in reopen_table"
4202
msgid "Unknown - internal error %d during operation"
4207
"order_st BY ignored because there is a user-defined clustered index in the "
4020
#: ../drizzled/sys_var.cc:1393
4022
msgid "Failed to initialize system variables"
4023
msgstr "Не удалось проинициализировать плагины."
4025
#: ../drizzled/table.cc:1603
4212
4027
msgid "Got error %d when reading table '%s'"
4216
msgid "Table %s has invalid/unknown collation: %d,%s"
4220
msgid "ENUM column %s has greater than %d possible values"
4030
#: ../drizzled/table/instance/base.cc:1735
4224
4032
msgid "Unknown collation '%s' in table '%-.64s' definition"
4035
#: ../drizzled/table/instance/base.cc:1740
4229
4038
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
4234
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4236
"Фатальная ошибка: неверное или неизвестное значение временной зоны по-"
4240
msgid "%s: option `%s' is ambiguous\n"
4244
msgid "%s: option `--%s' doesn't allow an argument\n"
4248
msgid "%s: option `%c%s' doesn't allow an argument\n"
4252
msgid "%s: option `%s' requires an argument\n"
4256
msgid "%s: unrecognized option `--%s'\n"
4260
msgid "%s: unrecognized option `%c%s'\n"
4264
msgid "%s: illegal option -- %c\n"
4268
msgid "%s: invalid option -- %c\n"
4272
msgid "%s: option requires an argument -- %c\n"
4276
msgid "%s: option `-W %s' is ambiguous\n"
4280
msgid "%s: option `-W %s' doesn't allow an argument\n"
4283
msgid "Enable HTTP Auth check"
4042
#: ../plugin/auth_all/auth_all.cc:84
4043
msgid "Allow anonymous access"
4046
#: ../plugin/auth_file/auth_file.cc:205
4048
msgid "Could not load auth file: %s\n"
4049
msgstr "Не найдена таблица: \"%s\""
4051
#: ../plugin/auth_file/auth_file.cc:221
4052
msgid "File to load for usernames and passwords"
4055
#: ../plugin/auth_http/auth_http.cc:135
4057
"auth_http plugin loaded but required option url not specified. Against which "
4058
"URL are you intending on authenticating?\n"
4061
#: ../plugin/auth_http/auth_http.cc:151
4286
4062
msgid "URL for HTTP Auth check"
4065
#: ../plugin/auth_ldap/auth_ldap.cc:291
4067
msgid "Reconnect failed: %s\n"
4070
#: ../plugin/auth_ldap/auth_ldap.cc:310
4072
msgid "ldap_search_ext_s failed: %s\n"
4075
#: ../plugin/auth_ldap/auth_ldap.cc:416
4077
msgid "Could not load auth ldap: %s\n"
4080
#: ../plugin/auth_ldap/auth_ldap.cc:437
4081
msgid "URI of the LDAP server to contact"
4084
#: ../plugin/auth_ldap/auth_ldap.cc:439
4085
msgid "DN to use when binding to the LDAP server"
4088
#: ../plugin/auth_ldap/auth_ldap.cc:441
4089
msgid "Password to use when binding the DN"
4092
#: ../plugin/auth_ldap/auth_ldap.cc:443
4093
msgid "DN to use when searching"
4096
#: ../plugin/auth_ldap/auth_ldap.cc:445
4097
msgid "Attribute in LDAP with plain text password"
4100
#: ../plugin/auth_ldap/auth_ldap.cc:447
4101
msgid "Attribute in LDAP with MySQL hashed password"
4104
#: ../plugin/auth_ldap/auth_ldap.cc:449
4105
msgid "How often to empty the users cache, 0 to disable"
4108
#: ../plugin/auth_schema/auth_schema.cc:52
4109
msgid "auth_schema table cannot be an empty string"
4112
#: ../plugin/auth_schema/auth_schema.cc:58
4113
msgid "auth_schema must be schema-qualified"
4116
#: ../plugin/auth_schema/auth_schema.cc:141
4118
msgid "Error querying authentication schema: %s (error code %d. Query: %s"
4121
#: ../plugin/auth_schema/module.cc:48
4122
msgid "auth_schema table cannot be NULL"
4125
#: ../plugin/auth_schema/module.cc:61
4126
msgid "Database-qualified auth table name"
4129
#: ../plugin/console/console.cc:323
4131
msgid "pipe() failed with errno %d"
4134
#: ../plugin/console/console.cc:353
4289
4135
msgid "Enable the console."
4138
#: ../plugin/console/console.cc:356
4292
4139
msgid "Turn on extra debugging."
4142
#: ../plugin/console/console.cc:361
4295
4143
msgid "User to use for auth."
4146
#: ../plugin/console/console.cc:364
4298
4147
msgid "Password to use for auth."
4301
msgid "Default database to use."
4304
msgid "Invalid value of port\n"
4307
msgid "Invalid value for connect_timeout\n"
4310
msgid "Invalid value for read_timeout\n"
4313
msgid "Invalid value for write_timeout\n"
4316
msgid "Invalid value for retry_count\n"
4319
msgid "Invalid value for buffer_length\n"
4150
#: ../plugin/console/console.cc:367
4152
msgid "Default catalog to use."
4153
msgstr "База данных для использования."
4155
#: ../plugin/console/console.cc:370
4157
msgid "Default schema to use."
4158
msgstr "База данных для использования."
4160
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:88
4323
"Port number to use for connection or 0 for default to, in order of "
4324
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4163
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4166
"Номер порта для соединения равен 0 по умолчанию, либо смотрите переменную "
4167
"$DRIZZLE_TCP_PORT в файле drizzle.cnf"
4169
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:91
4170
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
4327
4171
msgid "Connect Timeout."
4174
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
4175
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
4330
4176
msgid "Read Timeout."
4179
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:97
4180
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
4333
4181
msgid "Write Timeout."
4184
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:100
4185
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
4336
4186
msgid "Retry Count."
4189
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
4190
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
4339
4191
msgid "Buffer length."
4194
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:106
4195
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
4342
4196
msgid "Address to bind to."
4345
msgid "Unknown Drizzle error"
4346
msgstr "Неизвестная ошибка Drizzle"
4349
msgid "Can't create UNIX socket (%d)"
4350
msgstr "Не могу создать UNIX сокет (%d)"
4353
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4355
"Не могу присоединиться к локальному серверу Drizzle через сокет '%-.100s' "
4359
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
4363
msgid "Can't create TCP/IP socket (%d)"
4364
msgstr "Не могу создать TCP/IP сокет (%d)"
4367
msgid "Unknown Drizzle server host '%-.100s' (%d)"
4370
msgid "Drizzle server has gone away"
4371
msgstr "Сервер Drizzle не отвечает на запросы"
4374
msgid "Protocol mismatch; server version = %d, client version = %d"
4375
msgstr "Несоответствие протоколов; версия сервера = %d, версия клиента = %d"
4377
msgid "Drizzle client ran out of memory"
4378
msgstr "Drizzle клиент исчерпал всю доступную память"
4380
msgid "Wrong host info"
4383
msgid "Localhost via UNIX socket"
4384
msgstr "Localhost через UNIX сокет"
4387
msgid "%-.100s via TCP/IP"
4388
msgstr "%-.100s через TCP/IP"
4390
msgid "Error in server handshake"
4391
msgstr "Ошибка при установке соединения с сервером"
4393
msgid "Lost connection to Drizzle server during query"
4394
msgstr "Соединение с сервером Drizzle потеряно во время запроса"
4396
msgid "Commands out of sync; you can't run this command now"
4397
msgstr "Рассинхронизация комманд; сейчас вы не можете выполнить эту комманду"
4400
msgid "Named pipe: %-.32s"
4404
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
4408
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
4412
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4416
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4417
msgstr "Не могу инициализировать character set %-.32s (path: %-.100s)"
4419
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4420
msgstr "Получен пакет больше чем 'max_allowed_packet' байт"
4422
msgid "Embedded server"
4423
msgstr "Встроенный сервер"
4425
msgid "Error on SHOW SLAVE STATUS:"
4428
msgid "Error on SHOW SLAVE HOSTS:"
4431
msgid "Error connecting to slave:"
4432
msgstr "Ошибка при соединении к слейву:"
4434
msgid "Error connecting to master:"
4435
msgstr "Ошибка при соединении к мастеру:"
4437
msgid "SSL connection error"
4438
msgstr "Ошибка SSL-соединения"
4440
msgid "Malformed packet"
4441
msgstr "Неверный пакет"
4443
msgid "(unused error message)"
4444
msgstr "(неиспользуемое сообщение об ошибке)"
4446
msgid "Invalid use of null pointer"
4447
msgstr "Неверное использование null указателя"
4449
msgid "Statement not prepared"
4452
msgid "No data supplied for parameters in prepared statement"
4455
msgid "Data truncated"
4456
msgstr "Данные усечены"
4458
msgid "No parameters exist in the statement"
4461
msgid "Invalid parameter number"
4462
msgstr "Неверное количество параметров"
4466
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4470
msgid "Using unsupported buffer type: %d (parameter: %d)"
4474
msgid "Shared memory: %-.100s"
4477
msgid "Wrong or unknown protocol"
4478
msgstr "Неверный или неизвестный протокол"
4480
msgid "Invalid connection handle"
4484
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4485
"option 'secure_auth' enabled)"
4487
"Отклонено соединение, использующее старый (до 4.1.1) протокол аутентификации "
4488
"- клиент включил опцию 'secure_auth'"
4490
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4493
msgid "Attempt to read column without prior row fetch"
4494
msgstr "Попытка прочитать колонку без предварительной обработки строки."
4496
msgid "Prepared statement contains no metadata"
4500
"Attempt to read a row while there is no result set associated with the "
4503
"Попытка прочитать строку в то время как отсутствовал результат "
4504
"ассоциированный с командой."
4506
msgid "This feature is not implemented yet"
4507
msgstr "Эта функциональная возможность еще не реализована"
4511
"Lost connection to Drizzle server while waiting for initial communication "
4512
"packet, system error: %d"
4514
"Потеряно соединение с сервером Drizzle во время ожидания первоначального "
4515
"пакета, системная ошибка: %d"
4519
"Lost connection to Drizzle server while reading initial communication "
4520
"packet, system error: %d"
4522
"Потеряно соединение с сервером Drizzle во время получения первоначального "
4523
"пакета, системная ошибка: %d"
4527
"Lost connection to Drizzle server while sending authentication information, "
4530
"Потеряно соединение с сервером Drizzle во время отправки аутентификационной "
4531
"информации, системная ошибка: %d"
4535
"Lost connection to Drizzle server while reading authorization information, "
4538
"Потеряно соединение с сервером Drizzle во время получения аутентификационной "
4539
"информации, системная ошибка: %d"
4543
"Lost connection to Drizzle server while setting initial database, system "
4546
"Потеряно соединение с сервером Drizzle во время установки начальной базы "
4547
"данных, системная ошибка: %d"
4550
msgid "Statement closed indirectly because of a preceding %s() call"
4552
"Команда была опосредованно прекращена в результате вызова предшедствующего "
4556
msgid "Failed to send error message to libnotify\n"
4199
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:109
4200
#: ../plugin/mysql_protocol/mysql_protocol.cc:948
4201
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:162
4202
msgid "Maximum simultaneous connections."
4205
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:74
4559
4206
msgid "Error Messages to stderr"
4562
msgid "List of schemas to filter"
4565
msgid "List of tables to filter"
4568
msgid "Regular expression to apply to schemas to filter"
4571
msgid "Regular expression to apply to tables to filter"
4575
msgid "fail gearman_client_create(): %s"
4209
#: ../plugin/filtered_replicator/filtered_replicator.cc:545
4210
msgid "Comma-separated list of schemas to exclude"
4213
#: ../plugin/filtered_replicator/filtered_replicator.cc:548
4214
msgid "Comma-separated list of tables to exclude"
4217
#: ../plugin/filtered_replicator/filtered_replicator.cc:551
4218
msgid "Regular expression to apply to schemas to exclude"
4221
#: ../plugin/filtered_replicator/filtered_replicator.cc:554
4222
msgid "Regular expression to apply to tables to exclude"
4225
#: ../plugin/hello_events/hello_events.cc:402
4226
msgid "Enable Example Events Plugin"
4229
#: ../plugin/hello_events/hello_events.cc:405
4230
#: ../plugin/hello_events/hello_events.cc:408
4231
msgid "A comma delimited list of databases to watch"
4234
#: ../plugin/hello_events/hello_events.cc:411
4235
msgid "Before write row event observer call position"
4238
#: ../plugin/hello_events/hello_events.cc:414
4239
#: ../plugin/pbms/src/parameters_ms.cc:462
4240
msgid "Before update row event observer call position"
4243
#: ../plugin/hello_events/hello_events.cc:417
4244
msgid "After drop database event observer call position"
4247
#: ../plugin/hello_events/hello_events.cc:428
4248
msgid "An example events Plugin"
4251
#: ../plugin/innobase/handler/data_dictionary.cc:760
4253
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4256
#: ../plugin/innobase/handler/ha_innodb.cc:1974
4258
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4262
#: ../plugin/innobase/handler/ha_innodb.cc:2344
4264
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4268
#: ../plugin/innobase/handler/ha_innodb.cc:2388
4271
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4272
"or its equivalent numeric id"
4275
#: ../plugin/innobase/handler/ha_innodb.cc:9407
4276
msgid "Do not use Native AIO library for IO, even if available"
4279
#: ../plugin/innobase/handler/ha_innodb.cc:9448
4280
msgid "Enable internal replication log."
4283
#: ../plugin/innobase/handler/ha_innodb.cc:9451
4285
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4286
"rolled back. Values above 100000000 disable the timeout."
4289
#: ../plugin/innobase/handler/ha_innodb.cc:9454
4290
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4293
#: ../plugin/innobase/handler/ha_innodb.cc:9457
4295
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4296
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4299
#: ../plugin/innobase/handler/replication_dictionary.cc:125
4300
#: ../plugin/transaction_log/hexdump_transaction_message.cc:167
4301
#: ../plugin/transaction_log/print_transaction_message.cc:173
4302
#: ../plugin/transaction_log/transaction_log_reader.cc:156
4304
msgid "Unable to parse transaction. Got error: %s.\n"
4305
msgstr "Невозможно разобрать транзакцию. Ошибка: %s.\n"
4307
#: ../plugin/innobase/srv/srv0start.cc:1005
4308
msgid "InnoDB: cannot determine Mac OS X version!\n"
4311
#: ../plugin/innobase/srv/srv0start.cc:1010
4313
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4314
"InnoDB: making transactions unsafe!\n"
4317
#: ../plugin/innobase/srv/srv0start.cc:1019
4320
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu. The "
4321
"sizes should be the same so that on a 64-bit platform you can. Allocate more "
4322
"than 4 GB of memory."
4325
#: ../plugin/innobase/srv/srv0start.cc:1031
4326
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4329
#: ../plugin/innobase/srv/srv0start.cc:1036
4331
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4332
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4333
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4336
#: ../plugin/innobase/srv/srv0start.cc:1046
4337
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4340
#: ../plugin/innobase/srv/srv0start.cc:1051
4341
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4344
#: ../plugin/innobase/srv/srv0start.cc:1056
4345
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4348
#: ../plugin/innobase/srv/srv0start.cc:1060
4349
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4352
#: ../plugin/innobase/srv/srv0start.cc:1065
4353
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4356
#: ../plugin/innobase/srv/srv0start.cc:1129
4357
msgid "InnoDB: Using Linux native AIO"
4360
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4754
4361
msgid "destination directory"
4364
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4755
4365
msgid "take backup to target-dir"
4368
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4756
4369
msgid "calc statistic of datadir (offline mysqld is recommended)"
4372
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4757
4373
msgid "prepare a backup for starting mysql server on the backup."
4376
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4758
4377
msgid "create files to import to another database when prepare."
4380
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4759
4382
"stop recovery process not to progress LSN after applying log when prepare."
4385
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4760
4386
msgid "print parameter of mysqld needed for copyback."
4389
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4761
4390
msgid "The value is used instead of buffer_pool_size"
4393
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4762
4395
"creates a file 'xtrabackup_suspended' and waits until the user deletes that "
4396
"file at the end of '--backup'"
4399
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4763
4401
"limit count of IO operations (pairs of read&write) per second to IOS values "
4405
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4764
4407
"outputs the contents of 'xtrabackup_logfile' to stdout only until the file "
4408
"'xtrabackup_suspended' deleted (for '--backup')."
4411
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4765
4413
"(for --backup): save an extra copy of the xtrabackup_checkpoints file in "
4417
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4766
4419
"(for --backup): copy only .ibd pages newer than specified LSN 'high:low'. "
4420
"##ATTENTION##: checkpoint lsn must be used. anyone can detect your mistake. "
4424
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4767
4426
"(for --backup): copy only .ibd pages newer than backup at specified "
4430
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4768
4432
"(for --prepare): apply .delta files and logfile in the specified directory."
4435
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4769
4436
msgid "filtering by regexp for table names."
4439
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4770
4440
msgid "filtering by list of the exact database.table name in the file."
4443
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4771
4445
"** not work for now** creates ib_logfile* also after '--prepare'. ### If you "
4446
"want create ib_logfile*, only re-execute this command in same options. ###"
4449
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4773
4451
"Path for temporary files. Several paths may be specified, separated by a "
4452
"colon (:), in this case they are used in a round-robin fashion."
4455
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4774
4457
"Number of threads to use for parallel datafiles transfer. Does not have any "
4458
"effect in the stream mode. The default value is 1."
4461
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4775
4463
"Enable InnoDB adaptive hash index (enabled by default). Disable with --skip-"
4464
"innodb-adaptive-hash-index."
4467
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4776
4469
"Size of a memory pool InnoDB uses to store data dictionary information and "
4470
"other internal data structures."
4473
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4777
4474
msgid "Data file autoextend increment in megabytes"
4477
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4778
4479
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4483
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4779
4485
"Enable InnoDB checksums validation (enabled by default). Disable with --skip-"
4489
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4780
4490
msgid "Path to individual files and their sizes."
4493
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4781
4494
msgid "The common part for InnoDB table spaces."
4497
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4782
4499
"Enable InnoDB doublewrite buffer (enabled by default). Disable with --skip-"
4500
"innodb-doublewrite."
4503
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4783
4504
msgid "Number of file I/O threads in InnoDB."
4507
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4784
4508
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4511
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4785
4513
"Set to 0 (write and flush once per second), 1 (write and flush at each "
4514
"commit) or 2 (write at commit, flush once per second)."
4517
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4786
4518
msgid "With which method to flush data."
4521
#. ####### Should we use this option? #######
4522
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4788
4524
"Helps to save your data in case the disk image of the database becomes "
4528
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4789
4530
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4534
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4790
4536
"The size of the buffer which InnoDB uses to write log to the log files on "
4540
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4791
4541
msgid "Size of each log file in a log group."
4544
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4792
4546
"Number of log files in the log group. InnoDB writes to the files in a "
4547
"circular fashion. Value 3 is recommended here."
4550
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4793
4552
msgid "Path to InnoDB log files."
4553
msgstr "Путь к временным файлам."
4555
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4794
4556
msgid "Percentage of dirty pages allowed in bufferpool."
4559
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4795
4560
msgid "How many files at the maximum InnoDB keeps open at the same time."
4563
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4797
4564
msgid "The universal page size of the database."
4567
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4798
4569
"###EXPERIMENTAL###: The log block size of the transaction log file. Changing "
4570
"for created log file is not supported. Use on your own risk!"
4573
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4799
4575
"Change the algorithm of checksum for the whole of datapage to 4-bytes word "
4579
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4800
4581
"Enable to use about 4000 undo slots instead of default 1024. Not recommended "
4582
"to use, Because it is not change back to disable, once it is used."
4585
#: ../plugin/innobase/xtrabackup/xtrabackup.cc:4801
4587
"Path to special datafile for doublewrite buffer. (default is : not used)"
4590
#: ../plugin/json_server/json_server.cc:359
4591
msgid "Port number to use for connection or 0 for default (port 8086) "
4594
#: ../plugin/logging_gearman/logging_gearman.cc:186
4595
msgid "fail gearman_client_create()"
4598
#: ../plugin/logging_gearman/logging_gearman.cc:196
4579
4600
msgid "fail gearman_client_add_server(): %s"
4582
msgid "Enable logging to a gearman server"
4603
#: ../plugin/logging_gearman/logging_gearman.cc:301
4585
4604
msgid "Hostname for logging to a Gearman server"
4607
#: ../plugin/logging_gearman/logging_gearman.cc:304
4588
4608
msgid "Gearman Function to send logging to"
4611
#: ../plugin/logging_gearman/logging_gearman.cc:315
4591
4612
msgid "Log queries to a Gearman server"
4595
msgid "fail open() fn=%s er=%s\n"
4598
msgid "Invalid value for threshold-slow"
4601
msgid "Invalid value for threshold-big-resultset"
4604
msgid "Invalid value for threshold-big-examined"
4615
#: ../plugin/logging_query/logging_query.cc:180
4619
#: ../plugin/logging_query/logging_query.cc:321
4607
4620
msgid "Enable logging to CSV file"
4623
#: ../plugin/logging_query/logging_query.cc:324
4624
msgid "File to log to"
4627
#: ../plugin/logging_query/logging_query.cc:327
4628
msgid "PCRE to match the query against"
4631
#: ../plugin/logging_query/logging_query.cc:330 ../plugin/syslog/module.cc:107
4632
#: ../plugin/query_log/module.cc:175
4610
4633
msgid "Threshold for logging slow queries, in microseconds"
4636
#: ../plugin/logging_query/logging_query.cc:333 ../plugin/syslog/module.cc:110
4613
4637
msgid "Threshold for logging big queries, for rows returned"
4640
#: ../plugin/logging_query/logging_query.cc:336 ../plugin/syslog/module.cc:113
4616
4641
msgid "Threshold for logging big queries, for rows examined"
4619
msgid "File to log to"
4622
msgid "PCRE to match the query against"
4644
#: ../plugin/logging_query/logging_query.cc:347
4625
4645
msgid "Log queries to a CSV file"
4648
#: ../plugin/logging_stats/logging_stats.cc:317
4649
msgid "Max number of users that will be logged"
4652
#: ../plugin/logging_stats/logging_stats.cc:320
4653
msgid "Max number of range locks to use for Scoreboard"
4656
#: ../plugin/logging_stats/logging_stats.cc:323
4657
msgid "Max number of concurrent sessions that will be logged"
4660
#: ../plugin/logging_stats/logging_stats.cc:324
4661
msgid "Enable Logging Statistics Collection"
4664
#: ../plugin/logging_stats/logging_stats.cc:333
4665
msgid "User Statistics as DATA_DICTIONARY tables"
4668
#: ../plugin/md5/md5.cc:94
4669
msgid "libgcrypt library version mismatch"
4672
#: ../plugin/memcached_stats/analysis_table.cc:78
4673
#: ../plugin/memcached_stats/stats_table.cc:144
4674
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4677
#: ../plugin/memcached_stats/memcached_stats.cc:87
4628
4678
msgid "List of memcached servers."
4681
#: ../plugin/memcached_stats/memcached_stats.cc:98
4631
4682
msgid "Memcached Stats as I_S tables"
4685
#: ../plugin/memcached_stats/stats_table.cc:74
4688
"Unable get stats from memcached server %s. Got error from "
4689
"memcached_stat_servername()."
4692
#: ../plugin/memcached_stats/stats_table.cc:151
4693
msgid "Unable to create memcached struct. Got error from memcached_create()."
4696
#: ../plugin/memcached_stats/stats_table.cc:158
4699
"Unable to create memcached server list. Got error from "
4700
"memcached_servers_parse(%s)."
4703
#: ../plugin/multi_thread/multi_thread.cc:64
4704
msgid "Session killed before thread could execute"
4707
#: ../plugin/multi_thread/multi_thread.cc:101
4708
msgid "Unable to get thread stack size"
4711
#: ../plugin/multi_thread/multi_thread.cc:203
4712
msgid "Maximum number of user threads available."
4715
#: ../plugin/myisam/ha_myisam.cc:525
4635
4717
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4720
#: ../plugin/myisam/ha_myisam.cc:531
4639
4722
msgid "Got an error from unknown thread, %s:%d"
4725
#: ../plugin/myisam/ha_myisam.cc:540
4642
4726
msgid "Unknown thread accessing table"
4645
msgid "Block size to be used for MyISAM index pages."
4649
"This characterizes the number of hits a hot block has to be untouched until "
4650
"it is considered aged enough to be downgraded to a warm block. This "
4651
"specifies the percentage ratio of that number of hits to the total number of "
4652
"blocks in key cache"
4655
msgid "The minimum percentage of warm blocks in key cache"
4659
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4660
"this to get better index handling (for all reads and multiple writes) to as "
4661
"much as you can afford;"
4665
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4666
"disables parallel repair."
4729
#: ../plugin/myisam/ha_myisam.cc:1504
4670
4731
"Don't use the fast sort index method to created index if the temporary file "
4671
4732
"would get bigger than this."
4735
#: ../plugin/myisam/ha_myisam.cc:1507
4675
4737
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4676
4738
"when creating indexes with CREATE INDEX or ALTER TABLE."
4679
msgid "Default pointer size to be used for MyISAM tables."
4741
#: ../plugin/myisam/my_handler_errors.cc:42
4682
4742
msgid "Didn't find key on read or update"
4745
#: ../plugin/myisam/my_handler_errors.cc:43
4685
4746
msgid "Duplicate key on write or update"
4749
#: ../plugin/myisam/my_handler_errors.cc:44
4688
4750
msgid "Internal (unspecified) error in handler"
4753
#: ../plugin/myisam/my_handler_errors.cc:46
4692
4755
"Someone has changed the row since it was read (while the table was locked to "
4759
#: ../plugin/myisam/my_handler_errors.cc:48
4696
4760
msgid "Wrong index given to function"
4763
#: ../plugin/myisam/my_handler_errors.cc:49
4699
4764
msgid "Index file is crashed"
4767
#: ../plugin/myisam/my_handler_errors.cc:50
4702
4768
msgid "Record file is crashed"
4771
#: ../plugin/myisam/my_handler_errors.cc:51
4705
4772
msgid "Out of memory in engine"
4775
#: ../plugin/myisam/my_handler_errors.cc:52
4708
4776
msgid "Incorrect file format"
4779
#: ../plugin/myisam/my_handler_errors.cc:53
4711
4780
msgid "Command not supported by database"
4783
#: ../plugin/myisam/my_handler_errors.cc:54
4714
4784
msgid "Old database file"
4787
#: ../plugin/myisam/my_handler_errors.cc:55
4717
4788
msgid "No record read before update"
4791
#: ../plugin/myisam/my_handler_errors.cc:56
4720
4792
msgid "Record was already deleted (or record file crashed)"
4795
#: ../plugin/myisam/my_handler_errors.cc:57
4723
4796
msgid "No more room in record file"
4799
#: ../plugin/myisam/my_handler_errors.cc:58
4726
4800
msgid "No more room in index file"
4803
#: ../plugin/myisam/my_handler_errors.cc:59
4729
4804
msgid "No more records (read after end of file)"
4807
#: ../plugin/myisam/my_handler_errors.cc:60
4732
4808
msgid "Unsupported extension used for table"
4811
#: ../plugin/myisam/my_handler_errors.cc:61
4735
4812
msgid "Too big row"
4815
#: ../plugin/myisam/my_handler_errors.cc:62
4738
4816
msgid "Wrong create options"
4819
#: ../plugin/myisam/my_handler_errors.cc:63
4741
4820
msgid "Duplicate unique key or constraint on write or update"
4823
#: ../plugin/myisam/my_handler_errors.cc:64
4744
4824
msgid "Unknown character set used in table"
4827
#: ../plugin/myisam/my_handler_errors.cc:65
4747
4828
msgid "Conflicting table definitions in sub-tables of MERGE table"
4831
#: ../plugin/myisam/my_handler_errors.cc:66
4750
4832
msgid "Table is crashed and last repair failed"
4835
#: ../plugin/myisam/my_handler_errors.cc:67
4753
4836
msgid "Table was marked as crashed and should be repaired"
4839
#: ../plugin/myisam/my_handler_errors.cc:68
4756
4840
msgid "Lock timed out; Retry transaction"
4843
#: ../plugin/myisam/my_handler_errors.cc:69
4759
4844
msgid "Lock table is full; Restart program with a larger locktable"
4847
#: ../plugin/myisam/my_handler_errors.cc:70
4762
4848
msgid "Updates are not allowed under a read only transactions"
4851
#: ../plugin/myisam/my_handler_errors.cc:71
4765
4852
msgid "Lock deadlock; Retry transaction"
4855
#: ../plugin/myisam/my_handler_errors.cc:72
4768
4856
msgid "Foreign key constraint is incorrectly formed"
4859
#: ../plugin/myisam/my_handler_errors.cc:73
4771
4860
msgid "Cannot add a child row"
4863
#: ../plugin/myisam/my_handler_errors.cc:74
4774
4864
msgid "Cannot delete a parent row"
4867
#: ../plugin/myisam/my_handler_errors.cc:75
4777
4868
msgid "No savepoint with that name"
4871
#: ../plugin/myisam/my_handler_errors.cc:76
4780
4872
msgid "Non unique key block size"
4875
#: ../plugin/myisam/my_handler_errors.cc:77
4783
4876
msgid "The table does not exist in engine"
4879
#: ../plugin/myisam/my_handler_errors.cc:78
4786
4880
msgid "The table already existed in storage engine"
4883
#: ../plugin/myisam/my_handler_errors.cc:79
4789
4884
msgid "Could not connect to storage engine"
4887
#: ../plugin/myisam/my_handler_errors.cc:80
4792
4888
msgid "Unexpected null pointer found when using spatial index"
4891
#: ../plugin/myisam/my_handler_errors.cc:81
4795
4892
msgid "The table changed in storage engine"
4895
#: ../plugin/myisam/my_handler_errors.cc:82
4798
4896
msgid "There's no partition in table for the given value"
4899
#: ../plugin/myisam/my_handler_errors.cc:83
4801
4900
msgid "Row-based binlogging of row failed"
4903
#: ../plugin/myisam/my_handler_errors.cc:84
4804
4904
msgid "Index needed in foreign key constraint"
4907
#: ../plugin/myisam/my_handler_errors.cc:85
4807
4908
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4911
#: ../plugin/myisam/my_handler_errors.cc:86
4810
4912
msgid "Table needs to be upgraded before it can be used"
4915
#: ../plugin/myisam/my_handler_errors.cc:87
4813
4916
msgid "Table is read only"
4919
#: ../plugin/myisam/my_handler_errors.cc:88
4816
4920
msgid "Failed to get next auto increment value"
4923
#: ../plugin/myisam/my_handler_errors.cc:89
4819
4924
msgid "Failed to set row auto increment value"
4927
#: ../plugin/myisam/my_handler_errors.cc:90
4822
4928
msgid "Unknown (generic) error from engine"
4931
#: ../plugin/myisam/my_handler_errors.cc:91
4825
4932
msgid "Record is the same"
4935
#: ../plugin/myisam/my_handler_errors.cc:92
4828
4936
msgid "It is not possible to log this statement"
4939
#: ../plugin/myisam/my_handler_errors.cc:93
4831
4940
msgid "Tablespace exists"
4943
#: ../plugin/myisam/my_handler_errors.cc:94
4834
4944
msgid "The event was corrupt, leading to illegal data being read"
4947
#: ../plugin/myisam/my_handler_errors.cc:95
4837
4948
msgid "The table is of a new format not supported by this version"
4951
#: ../plugin/myisam/my_handler_errors.cc:96
4840
4952
msgid "The event could not be processed no other handler error happened"
4955
#: ../plugin/myisam/my_handler_errors.cc:97
4843
4956
msgid "Got a fatal error during initialzation of handler"
4959
#: ../plugin/myisam/my_handler_errors.cc:98
4846
4960
msgid "File to short; Expected more data in file"
4963
#: ../plugin/myisam/my_handler_errors.cc:99
4849
4964
msgid "Read page with wrong checksum"
4967
#. TODO: get a better message for these
4968
#: ../plugin/myisam/my_handler_errors.cc:101
4852
4969
msgid "Lock or active transaction"
4972
#: ../plugin/myisam/my_handler_errors.cc:102
4855
4973
msgid "No such table space"
4976
#: ../plugin/myisam/my_handler_errors.cc:103
4858
4977
msgid "Tablespace not empty"
4861
msgid "Invalid value for retry_count"
4980
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
4865
4982
"Port number to use for connection or 0 for default to with MySQL protocol."
4985
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:78
4987
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4988
"the file is stale and should be removed?"
4991
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:139
4869
msgid "Can't create interrupt-thread (error %d, errno: %d)"
4870
msgstr "Прерывание не возможно (ошибка %d, No. ошибки: %d)"
4993
msgid "Listening on %s"
4996
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:157
4998
msgid "Path used for MySQL UNIX Socket Protocol."
4999
msgstr "Использовать протокол MySQL."
5001
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:159
5002
msgid "Clobber socket file if one is there already."
5005
#: ../plugin/pbms/src/parameters_ms.cc:427
5006
msgid "Port number to use for connection or 0 for default PBMS port "
5009
#: ../plugin/pbms/src/parameters_ms.cc:430
5010
msgid "The maximum size of a BLOB repository file."
5013
#: ../plugin/pbms/src/parameters_ms.cc:433
5014
msgid "The maximum size of a temorary BLOB log file."
5017
#: ../plugin/pbms/src/parameters_ms.cc:436
5019
"A ':' delimited list of metadata header names to be used to initialize the "
5020
"pbms_metadata_header table when a database is created."
5023
#: ../plugin/pbms/src/parameters_ms.cc:440
5024
msgid "The percentage of garbage in a repository file before it is compacted."
5027
#: ../plugin/pbms/src/parameters_ms.cc:443
5029
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
5030
"after this time, unless committed to the database."
5033
#: ../plugin/pbms/src/parameters_ms.cc:446
5035
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
5039
#: ../plugin/pbms/src/parameters_ms.cc:449
5040
msgid "The next backup ID to use when backing up a PBMS database."
5043
#: ../plugin/pbms/src/parameters_ms.cc:452
5045
"A comma delimited list of tables to watch of the format: <database>."
5049
#: ../plugin/pbms/src/parameters_ms.cc:454
5050
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5053
#: ../plugin/pbms/src/parameters_ms.cc:458
5054
msgid "Before insert row event observer call position"
5057
#: ../plugin/rabbitmq/rabbitmq_handler.cc:115
5058
msgid "Could not open socket, is rabbitmq running?"
5061
#: ../plugin/rabbitmq/rabbitmq_log.cc:71 ../plugin/zeromq/zeromq_log.cc:70
5062
msgid "Failed to allocate enough memory to transaction message\n"
5065
#: ../plugin/rabbitmq/rabbitmq_log.cc:92
5067
"Could not reconnect, trying again.. - waiting 10 seconds for server to come "
5071
#: ../plugin/rabbitmq/rabbitmq_log.cc:100
5072
msgid "RabbitMQ server has disappeared, failing transaction."
5075
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
5077
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
5078
msgstr "Синхронизация log-файла не удалась. Ошибка: %s\n"
5080
#: ../plugin/rabbitmq/rabbitmq_log.cc:141
5082
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
5083
msgstr "Синхронизация log-файла не удалась. Ошибка: %s\n"
5085
#: ../plugin/rabbitmq/rabbitmq_log.cc:165
5086
msgid "Host name to connect to"
5089
#: ../plugin/rabbitmq/rabbitmq_log.cc:168
5090
msgid "Port to connect to"
5093
#: ../plugin/rabbitmq/rabbitmq_log.cc:171
5094
msgid "RabbitMQ virtualhost"
5097
#: ../plugin/rabbitmq/rabbitmq_log.cc:174
5098
msgid "RabbitMQ username"
5101
#: ../plugin/rabbitmq/rabbitmq_log.cc:177
5102
msgid "RabbitMQ password"
5105
#: ../plugin/rabbitmq/rabbitmq_log.cc:180
5106
#: ../plugin/transaction_log/module.cc:239 ../plugin/zeromq/zeromq_log.cc:149
5107
msgid "Name of the replicator plugin to use (default='default_replicator')"
5110
#: ../plugin/rabbitmq/rabbitmq_log.cc:183
5111
msgid "Name of RabbitMQ exchange to publish to"
5114
#: ../plugin/rabbitmq/rabbitmq_log.cc:186
5115
msgid "Name of RabbitMQ routing key to use"
5118
#: ../plugin/session_dictionary/processlist.cc:73
5119
#: ../plugin/session_dictionary/sessions.cc:77
5122
msgstr "(не используется)"
5124
#: ../plugin/syslog/errmsg.cc:40 ../plugin/syslog/logging.cc:56
4873
5126
msgid "syslog facility \"%s\" not known, using \"local0\""
4877
msgid "syslog priority \"%s\" not known, using \"warn\""
4881
msgid "syslog priority \"%s\" not known, using \"info\""
4885
msgid "Unable to create background worker thread. Got error %s.\n"
4889
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5129
#: ../plugin/syslog/module.cc:95
5130
msgid "Syslog Ident"
5133
#: ../plugin/syslog/module.cc:98
5134
msgid "Syslog Facility"
5137
#: ../plugin/syslog/module.cc:101
5138
msgid "Enable logging to syslog of the query log"
5141
#: ../plugin/syslog/module.cc:104
5142
msgid "Syslog Priority of query logging"
5145
#: ../plugin/syslog/module.cc:116
5146
msgid "Enable logging to syslog of the error messages"
5149
#: ../plugin/syslog/module.cc:119
5150
msgid "Syslog Priority of error messages"
5153
#: ../plugin/transaction_log/hexdump_transaction_message.cc:106
5154
#: ../plugin/transaction_log/print_transaction_message.cc:106
5155
#: ../plugin/transaction_log/transaction_log_reader.cc:94
5157
msgid "Failed to open transaction log file"
5158
msgstr "Невозможно разобрать транзакцию. Ошибка: %s.\n"
5160
#: ../plugin/transaction_log/hexdump_transaction_message.cc:147
5161
#: ../plugin/transaction_log/transaction_log_reader.cc:147
5162
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:153
5164
msgid "Could not read transaction message.\n"
5167
#: ../plugin/transaction_log/hexdump_transaction_message.cc:148
5168
#: ../plugin/transaction_log/transaction_log_reader.cc:148
5170
msgid "GPB ERROR: %s.\n"
5173
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5174
#: ../plugin/transaction_log/transaction_log_reader.cc:149
5176
msgid "Raw buffer read: %s.\n"
5179
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
5180
#: ../plugin/transaction_log/print_transaction_message.cc:175
5181
#: ../plugin/transaction_log/transaction_log_reader.cc:158
5183
msgid "BUFFER: %s\n"
5184
msgstr "БУФЕР: %s\n"
5186
#: ../plugin/transaction_log/module.cc:169
5187
msgid "Failed to allocate the TransactionLog instance"
5190
#: ../plugin/transaction_log/module.cc:177
4893
5192
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
4897
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5195
#: ../plugin/transaction_log/module.cc:188
4901
5197
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
4906
"Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5200
#: ../plugin/transaction_log/module.cc:227
5201
msgid "DEBUGGING - Truncate transaction log"
5204
#: ../plugin/transaction_log/module.cc:230
5205
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5208
#: ../plugin/transaction_log/module.cc:233
4909
5209
msgid "Enable transaction log"
4912
msgid "DEBUGGING - Truncate transaction log"
5212
#: ../plugin/transaction_log/module.cc:236
4915
5213
msgid "Path to the file to use for transaction log"
4918
msgid "Name of the replicator plugin to use (default='default_replicator')"
4921
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5216
#: ../plugin/transaction_log/module.cc:242
4925
5218
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4926
5219
"each transaction write, 2 == sync log file once per second"
5222
#: ../plugin/transaction_log/module.cc:245
4929
5223
msgid "Number of slots for in-memory write buffers (default=8)."
5226
#: ../plugin/transaction_log/print_transaction_message.cc:134
5228
msgid "GPB message is not a valid type.\n"
5231
#: ../plugin/transaction_log/print_transaction_message.cc:154
5233
msgid "GPB message is not a valid size.\n"
5236
#. 120 was arbitrary
5237
#: ../plugin/transaction_log/print_transaction_message.cc:167
5238
msgid "Could not read transaction message. Raw buffer read "
5241
#: ../plugin/transaction_log/transaction_log.cc:114
4932
5242
msgid "Failed to open transaction log file "
5245
#: ../plugin/transaction_log/transaction_log.cc:215
4937
5248
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4938
5249
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
4942
msgid "Failed to sync log file. Got error: %s\n"
5252
#: ../plugin/transaction_log/transaction_log.cc:233
5254
msgid "Failed to sync log file."
4943
5255
msgstr "Синхронизация log-файла не удалась. Ошибка: %s\n"
4946
msgid "Failed to open transaction log file %s. Got error: %s\n"
4950
msgid "Raw buffer read: %s.\n"
4954
msgid "Unable to parse transaction. Got error: %s.\n"
5257
#: ../plugin/transaction_log/transaction_log_reader.cc:114
5258
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:118
5260
msgid "Attempted to read record bigger than INT_MAX\n"
5263
#: ../plugin/transaction_log/transaction_log_reader.cc:134
5265
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5268
#: ../plugin/transaction_log/transaction_log_reader.cc:169
5270
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5273
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:65
5274
msgid "Cannot open file: "
5277
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:75
5278
msgid "Could not skip to position "
5281
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:112
5282
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5285
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:138
5286
msgid "Memory allocation failure trying to allocate "
5289
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5293
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:154
5298
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:160
5304
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:168
5306
msgid "Unable to parse command. Got error: "
4955
5307
msgstr "Невозможно разобрать транзакцию. Ошибка: %s.\n"
4958
msgid "BUFFER: %s\n"
4959
msgstr "БУФЕР: %s\n"
5309
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:177
5316
#: ../plugin/transaction_log/utilities/transaction_reader.cc:645
5318
msgid "Display help and exit"
5319
msgstr "Показать справку и выйти."
5321
#: ../plugin/transaction_log/utilities/transaction_reader.cc:646
5322
msgid "Read from the innodb transaction log"
5325
#: ../plugin/transaction_log/utilities/transaction_reader.cc:652
5327
msgid "Password to use when connecting to server"
5329
"Пароль, используемый для подключения к серверу. Если пароль не введен, он "
5332
#: ../plugin/transaction_log/utilities/transaction_reader.cc:655
5333
msgid "Perform checksum"
5336
#: ../plugin/transaction_log/utilities/transaction_reader.cc:656
5337
msgid "Ignore event messages"
5340
#: ../plugin/transaction_log/utilities/transaction_reader.cc:657
5341
msgid "Transaction log file"
5344
#: ../plugin/transaction_log/utilities/transaction_reader.cc:658
5345
msgid "Print raw Protobuf messages instead of SQL"
5348
#: ../plugin/transaction_log/utilities/transaction_reader.cc:661
5349
msgid "Start reading from the given file position"
5352
#: ../plugin/transaction_log/utilities/transaction_reader.cc:664
5353
msgid "Only output for the given transaction ID and later"
5356
#: ../plugin/transaction_log/utilities/transaction_reader.cc:667
5357
msgid "Only output for the given transaction ID"
5360
#: ../plugin/transaction_log/utilities/transaction_reader.cc:668
5361
msgid "Summarize message contents"
5364
#: ../plugin/transaction_log/utilities/transaction_reader.cc:702
5365
msgid "Cannot use --start-pos and --transaction-id together\n"
5368
#: ../plugin/transaction_log/utilities/transaction_reader.cc:708
5369
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5372
#: ../plugin/transaction_log/utilities/transaction_reader.cc:826
5373
msgid "Checksum failed. Wanted "
5376
#: ../plugin/transaction_log/utilities/transaction_reader.cc:828
5380
#: ../plugin/slave/module.cc:56
5381
msgid "Path to the slave configuration file"
5384
#: ../plugin/slave/queue_producer.cc:114
5386
msgid "Lost connection to master. Reconnecting."
5387
msgstr "Нет соединения. Попытка переподключения..."
5389
#: ../plugin/slave/queue_producer.cc:141 ../plugin/slave/queue_producer.cc:150
5390
#: ../plugin/slave/queue_producer.cc:164 ../plugin/slave/queue_producer.cc:256
5391
#: ../plugin/slave/queue_producer.cc:268 ../plugin/slave/queue_producer.cc:285
5392
#: ../plugin/slave/queue_producer.cc:428 ../plugin/slave/queue_producer.cc:442
5397
#: ../plugin/slave/queue_producer.cc:454
5398
msgid "Replication slave: Unable to insert into queue."
5401
#: ../plugin/slave/replication_slave.cc:43
5403
msgid "Could not start slave services: %s\n"
5406
#: ../plugin/slave/sql_executor.cc:91
5413
#: ../plugin/regex_policy/module.cc:48
5415
msgid "Could not load regex policy file: %s\n"
5418
#: ../plugin/regex_policy/module.cc:49
5421
msgstr "Неизвестная ошибка %d"
5423
#: ../plugin/regex_policy/module.cc:64
5424
msgid "File to load for regex authorization policies"
5427
#: ../plugin/regex_policy/module.cc:220
5429
msgid "User %s matches regex\n"
5432
#: ../plugin/regex_policy/module.cc:223
5434
msgid "Object %s matches regex %s (%s)\n"
5437
#: ../plugin/regex_policy/module.cc:229
5439
msgid "Object %s NOT restricted by regex %s (%s)\n"
5442
#: ../plugin/query_log/module.cc:83
5443
msgid "The query log file name must be defined."
5446
#: ../plugin/query_log/module.cc:89
5447
msgid "The query log file name must have a value."
5450
#: ../plugin/query_log/module.cc:165
5451
msgid "Enable query logging to file"
5454
#: ../plugin/query_log/module.cc:170
5455
msgid "Query log file"
5458
#: ../plugin/query_log/module.cc:180
5459
msgid "Threshold for logging long locking queries, in microseconds"
5462
#: ../plugin/query_log/module.cc:185
5463
msgid "Threshold for logging queries that examine too many rows, integer"
5466
#: ../plugin/query_log/module.cc:190
5467
msgid "Threshold for logging queries that return too many rows, integer"
5470
#: ../plugin/query_log/module.cc:195
5472
"Threshold for logging queries that use too many temporary tables, integer"
5475
#: ../plugin/query_log/module.cc:200
5476
msgid "Threshold for logging queries that cause too many warnings, integer"
5479
#: ../plugin/query_log/module.cc:205
5480
msgid "Threshold for logging queries that are active too long, in seconds"
5483
#: ../plugin/zeromq/zeromq_log.cc:146
5484
msgid "End point to bind to"
5487
#~ msgid "Use compression in server/client protocol."
5488
#~ msgstr "Использовать сжатие в клиент-серверном протоколе."
5491
#~ "Named commands are disabled. Use \\* form only, or use named commands "
5492
#~ "only in the beginning of a line ending with a semicolon (;) Since version "
5493
#~ "10.9 the client now starts with this option ENABLED by default! Disable "
5494
#~ "with '-G'. Long format commands still work from the first line. WARNING: "
5495
#~ "option deprecated; use --disable-named-commands instead."
5497
#~ "Именованные команды отключены. Используйте только форму \\* , или "
5498
#~ "используйте именованные команды только в начале линии оканчивающиеся на "
5499
#~ "точку с запятой (;) . Начиная с версии 10.9 клиент сейчас запускается с "
5500
#~ "опцией ВКЛЮЧЕН по умолчанию! Отключение с помощью 'G'. Длинный формат "
5501
#~ "команд все еще работает с первой строки. ПРЕДУПРЕЖДЕНИЕ: вариант "
5502
#~ "устаревший; используйте --disable-named-commands instead."
5504
#~ msgid "Ignore space after function names."
5505
#~ msgstr "Игнорирование пробелов после имен функций."
5508
#~ "Don't write line number for errors. WARNING: -L is deprecated, use long "
5509
#~ "version of this option instead."
5511
#~ "Не выводить номера строк для ошибок. Внимание: -L является устаревшим "
5512
#~ "ключем, используйте длинную версию."
5515
#~ "No automatic rehashing. One has to use 'rehash' to get table and field "
5516
#~ "completion. This gives a quicker start of drizzle_st and disables "
5517
#~ "rehashing on reconnect. WARNING: options deprecated; use --disable-auto-"
5518
#~ "rehash instead."
5520
#~ "Автоматический буфер отключён. Команда 'rehash' должна использоваться для "
5521
#~ "фунционирования \"угадывания\" названий таблиц и заглавий колонок. Это "
5522
#~ "позволяет более быстрый запуск 'drizzle_st' и отключает повторное "
5523
#~ "буферование при подключении. ВНИМАНИЕ: этот ключ устарел вместо него "
5524
#~ "используйте --disable-auto-rehash."
5527
#~ "Reconnect if the connection is lost. Disable with --disable-reconnect. "
5528
#~ "This option is enabled by default."
5530
#~ "Восстанавливать соединение при обрыве. Отключается с помощью --disable-"
5531
#~ "reconnect. Эта опция включена по умолчанию."
5533
#~ msgid "Couldn't allocate memory for temp histfile!\n"
5534
#~ msgstr "Невозможно выделить мамять под временный файл истории!\n"
5536
#~ msgid "%s: You must use option --tab with --fields-...\n"
5537
#~ msgstr "%s: Вы должны использовать опцию --tab с --fields-...\n"
5540
#~ "%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
5543
#~ "%s: Вы не можете ..enclosed.. и ..optionally-enclosed.. одновременно.\n"
5545
#~ msgid "Got error: %s (%d) %s"
5546
#~ msgstr "Возникла ошибка: %s (%d) %s"
5548
#~ msgid "Couldn't execute '%s': %s (%d)"
5549
#~ msgstr "Невозможно выполнить '%s': %s (%d)"
5551
#~ msgid "Couldn't allocate memory"
5552
#~ msgstr "Не могу выделить память"
5555
#~ "-- Warning: Unable to use delayed inserts for table '%s' because it's of "
5558
#~ "-- Warning: Не возможно использовать задержку вставки для таблицы '%s' "
5559
#~ "потому, что это тип %s\n"
5561
#~ msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
5563
#~ "%s: Предупреждение: Невозможно установить опцию SQL_QUOTE_SHOW_CREATE "
5566
#~ msgid "%s: Can't get keys for table %s\n"
5567
#~ msgstr "%s: Не удается получить ключи для таблицы %s\n"
5569
#~ msgid "Error: Couldn't read status information for table %s\n"
5570
#~ msgstr "Ошибка: Невозможно прочитать сведения о состоянии таблицы %s\n"
5572
#~ msgid "Error retrieving table structure for table: \"%s\""
5573
#~ msgstr "Ошибка при извлечении табличной структуры для таблицы: \"%s\""
5575
#~ msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
5577
#~ "-- Предупреждение: Пропуск данных для таблицы '%s', так как она имеет тип "
5580
#~ msgid "-- Skipping dump data for table '%s', it has no fields\n"
5581
#~ msgstr "-- Пропуск данных дампа для таблицы '%s', она не имеет полей\n"
5583
#~ msgid "-- Sending SELECT query...\n"
5584
#~ msgstr "-- Отправка запроса SELECT...\n"
5586
#~ msgid "when executing 'SELECT INTO OUTFILE'"
5587
#~ msgstr "при выполнении 'SELECT INTO OUTFILE'"
5592
#~ "-- Dumping data for table %s\n"
5597
#~ "--Сброс данных таблицы %s\n"
5600
#~ msgid "%s: Error in field count for table: %s ! Aborting.\n"
5601
#~ msgstr "%s: Ошибка в поле счетчика таблицы: %s ! Прерывание выполнения.\n"
5603
#~ msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
5605
#~ "%s: Ошибка при чтении строк таблицы: %s (%d:%s) ! Прерывание выполнения.\n"
5607
#~ msgid "Not enough fields from table %s! Aborting.\n"
5608
#~ msgstr "Не достаточно полей для таблицы %s! Прерывание выполнения.\n"
5610
#~ msgid "when doing refresh"
5611
#~ msgstr "при выполнении обновления"
5614
#~ "Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
5616
#~ "Предупреждение: Не возможно прочитать ключи из таблицы %s; записи не "
5617
#~ "сортированы (%s)\n"
5619
#~ msgid "Error: Not enough memory to store ORDER BY clause\n"
5621
#~ "Ошибка: Не достаточно памяти для хранения для сортировки по пунктам\n"
5623
#~ msgid "Input filename too long: %s"
5624
#~ msgstr "Имя входного файла слишком длинное: %s"
5626
#~ msgid "Invalid mode to --compatible: %s\n"
5627
#~ msgstr "Не допустимый способ для --compatible: %s\n"
5629
#~ msgid "Out of memory"
5630
#~ msgstr "Недостаточно памяти"
5633
#~ "Fatal error: Please read \"Security\" section of the manual to find out "
5634
#~ "how to run drizzled as root!\n"
5636
#~ "Неизбежная ошибка: Пожалуйста, прочитайте раздел \"Безопасность\" из "
5637
#~ "справочника, найдите как запустить drizzled с правами администратора.\n"
5640
#~ "Fatal error: Can't change to run as user '%s' ; Please check that the "
5643
#~ "Неизбежная ошибка: Не возможно изменить, чтобы войти как пользователь "
5644
#~ "'%s' ; Пожалуйста проверьте, что такой пользователь существует.\n"
5647
#~ "%s: Too many arguments (first extra is '%s').\n"
5648
#~ "Use --verbose --help to get a list of available options\n"
5650
#~ "%s: Слишком много аргументов (первый лишний - '%s').\n"
5651
#~ "Используйте --verbose --help, чтобы получить список доступных функций\n"
5653
#~ msgid "Display this help and exit after initializing plugins."
5654
#~ msgstr "Отобразить эту справку и выйти после инициализации плагинов."
5656
#~ msgid "(IGNORED)"
5657
#~ msgstr "(ИГНОРИРОВАНО)"
5659
#~ msgid "Couldn't uncompress communication packet"
5660
#~ msgstr "Не могу распаковать полученный пакет"
5662
#~ msgid "Got an error reading communication packets"
5663
#~ msgstr "Ошибка при получении пакета"
5665
#~ msgid "Got timeout reading communication packets"
5666
#~ msgstr "Тайм-аут при получении пакета"
5668
#~ msgid "Got an error writing communication packets"
5669
#~ msgstr "Ошибка при отправке пакета"
5671
#~ msgid "Got timeout writing communication packets"
5672
#~ msgstr "Тайм-аут при отправке пакета"
5675
#~ msgstr "ПРЕДУПРЕЖДЕНИЕ"
5677
#~ msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
5678
#~ msgstr "%s: ОШИБКА: Неверное десятичное значение для опции '%s'\n"
5680
#~ msgid "(No default value)"
5681
#~ msgstr "(Нет значения по умолчанию)"
5683
#~ msgid "Fatal error: Illegal or unknown default time zone '%s'"
5685
#~ "Фатальная ошибка: неверное или неизвестное значение временной зоны по-"
5686
#~ "умолчанию: '%s'"
5688
#~ msgid "Unknown Drizzle error"
5689
#~ msgstr "Неизвестная ошибка Drizzle"
5691
#~ msgid "Can't create UNIX socket (%d)"
5692
#~ msgstr "Не могу создать UNIX сокет (%d)"
5694
#~ msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5696
#~ "Не могу присоединиться к локальному серверу Drizzle через сокет "
5699
#~ msgid "Can't create TCP/IP socket (%d)"
5700
#~ msgstr "Не могу создать TCP/IP сокет (%d)"
5702
#~ msgid "Drizzle server has gone away"
5703
#~ msgstr "Сервер Drizzle не отвечает на запросы"
5705
#~ msgid "Protocol mismatch; server version = %d, client version = %d"
5706
#~ msgstr "Несоответствие протоколов; версия сервера = %d, версия клиента = %d"
5708
#~ msgid "Drizzle client ran out of memory"
5709
#~ msgstr "Drizzle клиент исчерпал всю доступную память"
5711
#~ msgid "Localhost via UNIX socket"
5712
#~ msgstr "Localhost через UNIX сокет"
5714
#~ msgid "%-.100s via TCP/IP"
5715
#~ msgstr "%-.100s через TCP/IP"
5717
#~ msgid "Error in server handshake"
5718
#~ msgstr "Ошибка при установке соединения с сервером"
5720
#~ msgid "Lost connection to Drizzle server during query"
5721
#~ msgstr "Соединение с сервером Drizzle потеряно во время запроса"
5723
#~ msgid "Commands out of sync; you can't run this command now"
5725
#~ "Рассинхронизация комманд; сейчас вы не можете выполнить эту комманду"
5727
#~ msgid "Can't initialize character set %-.32s (path: %-.100s)"
5728
#~ msgstr "Не могу инициализировать character set %-.32s (path: %-.100s)"
5730
#~ msgid "Got packet bigger than 'max_allowed_packet' bytes"
5731
#~ msgstr "Получен пакет больше чем 'max_allowed_packet' байт"
5733
#~ msgid "Embedded server"
5734
#~ msgstr "Встроенный сервер"
5736
#~ msgid "Malformed packet"
5737
#~ msgstr "Неверный пакет"
5739
#~ msgid "(unused error message)"
5740
#~ msgstr "(неиспользуемое сообщение об ошибке)"
5742
#~ msgid "Data truncated"
5743
#~ msgstr "Данные усечены"
5746
#~ "Connection using old (pre-4.1.1) authentication protocol refused (client "
5747
#~ "option 'secure_auth' enabled)"
5749
#~ "Отклонено соединение, использующее старый (до 4.1.1) протокол "
5750
#~ "аутентификации - клиент включил опцию 'secure_auth'"
5752
#~ msgid "Attempt to read column without prior row fetch"
5753
#~ msgstr "Попытка прочитать колонку без предварительной обработки строки."
5756
#~ "Attempt to read a row while there is no result set associated with the "
5759
#~ "Попытка прочитать строку в то время как отсутствовал результат "
5760
#~ "ассоциированный с командой."
5762
#~ msgid "This feature is not implemented yet"
5763
#~ msgstr "Эта функциональная возможность еще не реализована"
5766
#~ "Lost connection to Drizzle server while waiting for initial communication "
5767
#~ "packet, system error: %d"
5769
#~ "Потеряно соединение с сервером Drizzle во время ожидания первоначального "
5770
#~ "пакета, системная ошибка: %d"
5773
#~ "Lost connection to Drizzle server while reading initial communication "
5774
#~ "packet, system error: %d"
5776
#~ "Потеряно соединение с сервером Drizzle во время получения первоначального "
5777
#~ "пакета, системная ошибка: %d"
5780
#~ "Lost connection to Drizzle server while sending authentication "
5781
#~ "information, system error: %d"
5783
#~ "Потеряно соединение с сервером Drizzle во время отправки "
5784
#~ "аутентификационной информации, системная ошибка: %d"
5787
#~ "Lost connection to Drizzle server while reading authorization "
5788
#~ "information, system error: %d"
5790
#~ "Потеряно соединение с сервером Drizzle во время получения "
5791
#~ "аутентификационной информации, системная ошибка: %d"
5794
#~ "Lost connection to Drizzle server while setting initial database, system "
5797
#~ "Потеряно соединение с сервером Drizzle во время установки начальной базы "
5798
#~ "данных, системная ошибка: %d"
5800
#~ msgid "Statement closed indirectly because of a preceding %s() call"
5802
#~ "Команда была опосредованно прекращена в результате вызова "
5803
#~ "предшедствующего %s() вызова."
5805
#~ msgid "Can't create interrupt-thread (error %d, errno: %d)"
5806
#~ msgstr "Прерывание не возможно (ошибка %d, No. ошибки: %d)"