8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2009-02-06 03:35-0800\n"
11
"PO-Revision-Date: 2008-11-27 02:16+0000\n"
12
"Last-Translator: Monty Taylor <mordred@inaugust.com>\n"
10
"POT-Creation-Date: 2009-03-05 12:59-0800\n"
11
"PO-Revision-Date: 2009-01-14 03:35+0000\n"
12
"Last-Translator: d.s.div <Unknown>\n"
13
13
"Language-Team: Russian <ru@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
18
18
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
19
"X-Launchpad-Export-Date: 2008-12-24 20:33+0000\n"
19
"X-Launchpad-Export-Date: 2009-03-05 20:48+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: client/drizzle.cc:277
22
#: client/drizzle.cc:276
23
23
msgid "Synonym for `help'."
24
24
msgstr "Синоним для `help'."
26
#: client/drizzle.cc:278
26
#: client/drizzle.cc:277
27
27
msgid "Clear command."
30
#: client/drizzle.cc:280
30
#: client/drizzle.cc:279
31
31
msgid "Reconnect to the server. Optional arguments are db and host."
32
32
msgstr "Переподключиться к серверу. Опциональные аргументы: БД и хост."
34
#: client/drizzle.cc:282
34
#: client/drizzle.cc:281
36
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: client/drizzle.cc:284
39
#: client/drizzle.cc:283
40
40
msgid "Send command to drizzle server, display result vertically."
41
41
msgstr "Послать команду на сервер drizzle, отобразить результат вертикально."
43
#: client/drizzle.cc:285
43
#: client/drizzle.cc:284
44
44
msgid "Exit drizzle. Same as quit."
45
45
msgstr "Выйти из drizzle. Команда аналогична команде quit."
47
#: client/drizzle.cc:286
47
#: client/drizzle.cc:285
48
48
msgid "Send command to drizzle server."
49
49
msgstr "Послать команду на сервер drizzle."
51
#: client/drizzle.cc:287
51
#: client/drizzle.cc:286
52
52
msgid "Display this help."
53
53
msgstr "Отобразить справку"
55
#: client/drizzle.cc:288
55
#: client/drizzle.cc:287
56
56
msgid "Disable pager, print to stdout."
57
57
msgstr "Выключить пейджер, выводить в поток стандартного вывода."
59
#: client/drizzle.cc:289
59
#: client/drizzle.cc:288
60
60
msgid "Don't write into outfile."
61
61
msgstr "Не сохранять результаты в файл"
63
#: client/drizzle.cc:291
63
#: client/drizzle.cc:290
64
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
66
"Использовать [to_pager] в качестве программы-пейджера. Выводит результаты "
67
67
"запросов, используя PAGER для разбивки на страницы."
69
#: client/drizzle.cc:292
69
#: client/drizzle.cc:291
70
70
msgid "Print current command."
71
71
msgstr "Напечатать текущую комманду."
73
#: client/drizzle.cc:292
74
msgid "Change your drizzle prompt."
73
77
#: client/drizzle.cc:293
74
msgid "Change your drizzle prompt."
77
#: client/drizzle.cc:294
78
78
msgid "Quit drizzle."
79
79
msgstr "Выйти из drizzle."
81
#: client/drizzle.cc:295
81
#: client/drizzle.cc:294
82
82
msgid "Rebuild completion hash."
83
83
msgstr "Обновить список авто-дополнений."
85
#: client/drizzle.cc:297
85
#: client/drizzle.cc:296
86
86
msgid "Execute an SQL script file. Takes a file name as an argument."
87
87
msgstr "Выполнить SQL-скрипт из файла. Получает имя файла как аргумент."
89
#: client/drizzle.cc:298
89
#: client/drizzle.cc:297
90
90
msgid "Get status information from the server."
91
91
msgstr "Получить статусную информацию с сервера."
93
#: client/drizzle.cc:300
93
#: client/drizzle.cc:299
94
94
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
96
"Назначить файлом вывода [to_outfile]. Весь консоьный вывод клиента будет "
97
97
"дописан в коней указанного файла."
99
#: client/drizzle.cc:302
99
#: client/drizzle.cc:301
100
100
msgid "Use another database. Takes database name as argument."
101
101
msgstr "Переключиться на другую базу данных. Получает имя базы как аргумент."
103
#: client/drizzle.cc:304 client/drizzle.cc:1459
103
#: client/drizzle.cc:303 client/drizzle.cc:1443
104
104
msgid "Show warnings after every statement."
105
105
msgstr "Показывать предупреждения после каждой выполненной команды"
107
#: client/drizzle.cc:306
107
#: client/drizzle.cc:305
108
108
msgid "Don't show warnings after every statement."
109
109
msgstr "Не показывать предупреждения после каждой выполненной команды"
111
#: client/drizzle.cc:1058 client/drizzle.cc:1065
111
#: client/drizzle.cc:1045 client/drizzle.cc:1052
113
113
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
116
#: client/drizzle.cc:1148
116
#: client/drizzle.cc:1135
117
117
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
119
119
"Добро пожаловать в клиент Drizzle.. Разделителем команд служит ; или \\g."
121
#: client/drizzle.cc:1158
121
#: client/drizzle.cc:1145
124
124
"Your Drizzle connection id is %u\n"
195
195
"Автоматически переключаться на вертикальный формат вывода в случаях, когда "
196
196
"ширина результатов больше ширины терминала."
198
#: client/drizzle.cc:1311
198
#: client/drizzle.cc:1298
200
200
"Don't use history file. Disable interactive behavior. (Enables --silent)"
202
202
"Не использовать файл истории команд. Отключает интерактивное поведение "
203
203
"клиента. (Включает --silent)."
205
#: client/drizzle.cc:1313 drizzled/drizzled.cc:2660
206
msgid "Directory where character sets are."
209
#: client/drizzle.cc:1315
205
#: client/drizzle.cc:1299
210
206
msgid "Display column type information."
211
207
msgstr "Отображать информацию о типах колонок."
213
#: client/drizzle.cc:1318
209
#: client/drizzle.cc:1302
215
211
"Preserve comments. Send comments to the server. The default is --skip-"
216
212
"comments (discard comments), enable with --comments"
214
"Сохранять комментарии. Комментарии будут отправляться на сервер. По "
215
"умолчанию комментарии игнорируются, чтобы включить - используйте --comments"
219
#: client/drizzle.cc:1321
217
#: client/drizzle.cc:1305
220
218
msgid "Use compression in server/client protocol."
221
219
msgstr "Использовать сжатие в клиент-серверном протоколе."
223
#: client/drizzle.cc:1324
221
#: client/drizzle.cc:1308
224
222
msgid "Check memory and open file usage at exit ."
225
223
msgstr "Проверить использование памяти и открытых файлов при выходе."
227
#: client/drizzle.cc:1327
225
#: client/drizzle.cc:1311
228
226
msgid "Print some debug info at exit."
229
227
msgstr "Отобразить отладочную информацию при выходе."
231
#: client/drizzle.cc:1329
229
#: client/drizzle.cc:1313
232
230
msgid "Database to use."
233
231
msgstr "База данных для использования."
235
#: client/drizzle.cc:1332
233
#: client/drizzle.cc:1316
236
234
msgid "(not used)"
235
msgstr "(не используется)"
239
#: client/drizzle.cc:1334
237
#: client/drizzle.cc:1318
240
238
msgid "Delimiter to be used."
241
239
msgstr "Используемый разделитель команд."
243
#: client/drizzle.cc:1336
241
#: client/drizzle.cc:1320
244
242
msgid "Execute command and quit. (Disables --force and history file)"
245
243
msgstr "Выполнить команду и выйти. (Отключает --force и файл истории команд)"
247
#: client/drizzle.cc:1338
245
#: client/drizzle.cc:1322
248
246
msgid "Print the output of a query (rows) vertically."
249
247
msgstr "Отобразить результаты запроса (строки) вертикально."
251
#: client/drizzle.cc:1341
249
#: client/drizzle.cc:1325
252
250
msgid "Continue even if we get an sql error."
253
251
msgstr "Продолжение работы даже после возникновения ошибок в SQL."
255
#: client/drizzle.cc:1345
253
#: client/drizzle.cc:1329
257
255
"Enable named commands. Named commands mean this program's internal commands; "
258
256
"see drizzle> help . When enabled, the named commands can be used from any "
344
#: client/drizzle.cc:1386
342
#: client/drizzle.cc:1370
346
344
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
347
345
"option deprecated; use --disable-pager instead."
350
#: client/drizzle.cc:1389 client/drizzleadmin.cc:80
348
#: client/drizzle.cc:1373 client/drizzleadmin.cc:79
352
350
"Password to use when connecting to server. If password is not given it's "
353
351
"asked from the tty."
353
"Пароль, используемый для подключения к серверу. Если пароль не введен, он "
356
#: client/drizzle.cc:1391
356
#: client/drizzle.cc:1375
358
358
"Port number to use for connection or 0 for default to, in order of "
359
359
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
361
"Номер порта для соединения или 0 для порта по умолчанию, в порядке "
362
"предпочтения, drizzle.cnf, $DRIZZLE_TCP_PORT, "
362
#: client/drizzle.cc:1392
364
#: client/drizzle.cc:1376
363
365
msgid "built-in default"
364
366
msgstr "встроено по-умолчанию"
366
#: client/drizzle.cc:1394
368
#: client/drizzle.cc:1378
367
369
msgid "Set the drizzle prompt to this value."
370
#: client/drizzle.cc:1398
372
#: client/drizzle.cc:1382
372
374
"Don't cache result, print it row by row. This may slow down the server if "
373
375
"the output is suspended. Doesn't use history file."
377
"Не кешировать результат, выводить построчно. Это может замедлить сервер, "
378
"если вывод приостановится. Файл истории не используется."
376
#: client/drizzle.cc:1400
380
#: client/drizzle.cc:1384
377
381
msgid "Write fields without conversion. Used with --batch."
378
382
msgstr "Отображение полей без конверсии. Импользуется с --batch."
380
#: client/drizzle.cc:1403
384
#: client/drizzle.cc:1387
382
386
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
383
387
"option is enabled by default."
389
"Восстанавливать соединение при обрыве. Отключается с помощью --disable-"
390
"reconnect. Эта опция включена по умолчанию."
386
#: client/drizzle.cc:1405
392
#: client/drizzle.cc:1389
388
394
"Be more silent. Print results with a tab as separator, each row on new line."
396
"Выводить меньше подробностей. Выводит результат построчно, используя "
397
"табуляцию в качестве разделителя."
391
#: client/drizzle.cc:1407
399
#: client/drizzle.cc:1391
392
400
msgid "Socket file to use for connection."
401
msgstr "UNIX сокет, используемый для соединения."
395
#: client/drizzle.cc:1410
403
#: client/drizzle.cc:1394
396
404
msgid "Output in table format."
397
405
msgstr "Вывод в табличном формате."
399
#: client/drizzle.cc:1413
407
#: client/drizzle.cc:1397
401
409
"Append everything into outfile. See interactive help (\\h) also. Does not "
402
410
"work in batch mode. Disable with --disable-tee. This option is disabled by "
413
"Добавлять вывод в файл. Смотри также справку (\\h). Не работает в пакетном "
414
"режиме. Выключается с помощью --disable-tee. Эта опция по умолчанию "
406
#: client/drizzle.cc:1415
417
#: client/drizzle.cc:1399
408
419
"Disable outfile. See interactive help (\\h) also. WARNING: option "
409
420
"deprecated; use --disable-tee instead"
422
"Отключает вывод в файл. Смотри также справку (\\h). ПРЕДУПРЕЖДЕНИЕ: опция "
423
"устарела; вместо нее рекомендуется использовать --disable-tee"
412
#: client/drizzle.cc:1418 client/drizzleadmin.cc:89
425
#: client/drizzle.cc:1402 client/drizzleadmin.cc:88
413
426
msgid "User for login if not current user."
415
428
"Имя пользование для подключения (если не совпадает с именем текущего "
418
#: client/drizzle.cc:1421
431
#: client/drizzle.cc:1405
419
432
msgid "Only allow UPDATE and DELETE that uses keys."
420
433
msgstr "Разрешение запросов UPDATE и DELETE только с использованием ключей."
422
#: client/drizzle.cc:1424
435
#: client/drizzle.cc:1408
423
436
msgid "Synonym for option --safe-updates, -U."
424
437
msgstr "Синоним для опции --safe-updates, -U."
426
#: client/drizzle.cc:1427
439
#: client/drizzle.cc:1411
427
440
msgid "Write more. (-v -v -v gives the table output format)."
442
"Выводить больше подробностей. (-v -v -v выводит результат в табличном "
430
#: client/drizzle.cc:1429 client/drizzleadmin.cc:94 drizzled/drizzled.cc:2849
445
#: client/drizzle.cc:1413 client/drizzleadmin.cc:93 drizzled/drizzled.cc:2352
431
446
msgid "Output version information and exit."
432
447
msgstr "Вывод информации о версии и выход из программы."
434
#: client/drizzle.cc:1431 client/drizzleadmin.cc:96
449
#: client/drizzle.cc:1415 client/drizzleadmin.cc:95
435
450
msgid "Wait and retry if connection is down."
436
451
msgstr "Ожидать и повторять запрос если соединение с сервером разорвано."
438
#: client/drizzle.cc:1434
453
#: client/drizzle.cc:1418
439
454
msgid "Number of seconds before connection timeout."
440
455
msgstr "Количество секунд до таймаута соединения"
442
#: client/drizzle.cc:1439
457
#: client/drizzle.cc:1423
443
458
msgid "Max packet length to send to, or receive from server"
445
460
"Максимальная длина пакета для получения или отправки во время работы с "
448
#: client/drizzle.cc:1444
463
#: client/drizzle.cc:1428
449
464
msgid "Buffer for TCP/IP and socket communication"
465
msgstr "Буфер для соединений, использующих TCP/IP и UNIX сокеты"
452
#: client/drizzle.cc:1448
467
#: client/drizzle.cc:1432
453
468
msgid "Automatic limit for SELECT when using --safe-updates"
456
#: client/drizzle.cc:1453
471
#: client/drizzle.cc:1437
457
472
msgid "Automatic limit for rows in a join when using --safe-updates"
460
#: client/drizzle.cc:1457
475
#: client/drizzle.cc:1441
461
476
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
478
"Отклонять соединения от клиентов, использующих старый протокол (до версии "
464
#: client/drizzle.cc:1462
481
#: client/drizzle.cc:1446
466
483
msgid "Number of lines before each import progress report."
467
484
msgstr "Количество секунд до таймаута соединения"
469
#: client/drizzle.cc:1473
486
#: client/drizzle.cc:1457
471
488
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
474
#: client/drizzle.cc:1480
491
#: client/drizzle.cc:1464
477
494
"Copyright (C) 2008 Sun Microsystems\n"
479
496
"and you are welcome to modify and redistribute it under the GPL license\n"
482
#: client/drizzle.cc:1485
499
#: client/drizzle.cc:1469
484
501
msgid "Usage: %s [OPTIONS] [database]\n"
502
msgstr "Использование: %s [ОПЦИИ] [база данных]\n"
487
#: client/drizzle.cc:1520
504
#: client/drizzle.cc:1500
488
505
msgid "DELIMITER cannot contain a backslash character"
506
msgstr "РАЗДЕЛИТЕЛЬ не может содержать обратную косую черту"
491
#: client/drizzle.cc:1541
508
#: client/drizzle.cc:1521
493
510
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
512
"ПРЕДУПРЕЖДЕНИЕ: опция устарела; вместо нее рекомендуется использовать --"
496
#: client/drizzle.cc:1564
515
#: client/drizzle.cc:1544
498
517
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
501
#: client/drizzle.cc:1568
520
#: client/drizzle.cc:1548
503
522
msgid "WARNING: --server-arg option not supported in this configuration.\n"
506
#: client/drizzle.cc:1595
525
#: client/drizzle.cc:1575
508
527
"Non-integer value supplied for port. If you are trying to enter a password "
509
528
"please use --password instead."
512
#: client/drizzle.cc:1603
531
#: client/drizzle.cc:1583
513
532
msgid "Value supplied for port is not valid."
516
#: client/drizzle.cc:1756
535
#: client/drizzle.cc:1736
518
537
msgid "Processing line: %<PRIu32>\n"
521
#: client/drizzle.cc:1972
540
#: client/drizzle.cc:1952
523
542
msgid "Unknown command '\\%c'."
543
msgstr "Неизвестная команда '\\%c'."
526
#: client/drizzle.cc:2396
545
#: client/drizzle.cc:2376
528
547
"Reading table information for completion of table and column names\n"
529
548
" You can turn off this feature to get a quicker startup with -A\n"
533
#: client/drizzle.cc:2493
552
#: client/drizzle.cc:2473
534
553
msgid "No connection. Trying to reconnect..."
535
554
msgstr "Нет соеденения. Попытка переподключения..."
537
#: client/drizzle.cc:2499
556
#: client/drizzle.cc:2479
538
557
msgid "Can't connect to the server\n"
539
558
msgstr "Невозможно подключиться к серверу.\n"
541
#: client/drizzle.cc:2557
560
#: client/drizzle.cc:2537
542
561
msgid "List of all Drizzle commands:"
562
msgstr "Полный список комманд Drizzle:"
545
#: client/drizzle.cc:2559
564
#: client/drizzle.cc:2539
546
565
msgid "Note that all text commands must be first on line and end with ';'"
549
#: client/drizzle.cc:2612
568
#: client/drizzle.cc:2592
550
569
msgid "No query specified\n"
553
#: client/drizzle.cc:2627
572
#: client/drizzle.cc:2607
554
573
msgid "Ignoring query to other database"
557
#: client/drizzle.cc:2676
576
#: client/drizzle.cc:2656
558
577
msgid "Empty set"
578
msgstr "Пустое множество"
561
#: client/drizzle.cc:2689
580
#: client/drizzle.cc:2669
563
582
msgid "%ld row in set"
564
583
msgid_plural "%ld rows in set"
568
#: client/drizzle.cc:2698
587
#: client/drizzle.cc:2678
572
#: client/drizzle.cc:2700
591
#: client/drizzle.cc:2680
574
593
msgid "Query OK, %ld row affected"
575
594
msgid_plural "Query OK, %ld rows affected"
579
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:2778
598
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:2281
581
600
"Port number to use for connection or 0 for default to, in order of "
582
601
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
585
#: client/drizzleadmin.cc:86
604
#: client/drizzleadmin.cc:85
586
605
msgid "Silently exit if one can't connect to server."
589
#: client/drizzleadmin.cc:92
608
#: client/drizzleadmin.cc:91
590
609
msgid "Write more information."
593
#: client/drizzleadmin.cc:123 client/drizzlecheck.cc:268
594
#: client/drizzledump.cc:614 client/drizzleimport.cc:199
595
#: client/drizzleslap.cc:751 client/drizzletest.cc:4640
612
#: client/drizzleadmin.cc:122 client/drizzlecheck.cc:265
613
#: client/drizzledump.cc:611 client/drizzleimport.cc:196
614
#: client/drizzleslap.cc:751 client/drizzletest.cc:4639
598
617
"Non-integer value supplied for port. If you are trying to enter a password "
599
618
"please use --password instead.\n"
602
#: client/drizzleadmin.cc:131 client/drizzlecheck.cc:276
603
#: client/drizzledump.cc:622 client/drizzleimport.cc:207
604
#: client/drizzleslap.cc:759 client/drizzletest.cc:4648
621
#: client/drizzleadmin.cc:130 client/drizzlecheck.cc:273
622
#: client/drizzledump.cc:619 client/drizzleimport.cc:204
623
#: client/drizzleslap.cc:759 client/drizzletest.cc:4647
606
625
msgid "Value supplied for port is not valid.\n"
609
#: client/drizzleadmin.cc:149 client/drizzledump.cc:639
628
#: client/drizzleadmin.cc:148 client/drizzledump.cc:636
611
630
msgid "Memory allocation error while copying password. Aborting.\n"
614
#: client/drizzleadmin.cc:293
633
#: client/drizzleadmin.cc:290
617
636
"connect to server at '%s' failed\n"
621
#: client/drizzleadmin.cc:299
640
#: client/drizzleadmin.cc:296
623
642
msgid "Check that drizzled is running on %s"
626
#: client/drizzleadmin.cc:300
645
#: client/drizzleadmin.cc:297
628
647
msgid " and that the port is %d.\n"
631
#: client/drizzleadmin.cc:302
650
#: client/drizzleadmin.cc:299
633
652
msgid "You can check this by doing 'telnet %s %d'\n"
636
#: client/drizzleadmin.cc:313
655
#: client/drizzleadmin.cc:310
638
657
msgid "Got error: %s\n"
641
#: client/drizzleadmin.cc:320
660
#: client/drizzleadmin.cc:317
642
661
msgid "Waiting for Drizzle server to answer"
662
msgstr "Ожидание ответа от сервера Drizzle"
645
#: client/drizzleadmin.cc:353
664
#: client/drizzleadmin.cc:350
647
666
msgid "shutting down drizzled...\n"
650
#: client/drizzleadmin.cc:357
669
#: client/drizzleadmin.cc:354
652
671
msgid "shutdown failed; error: '%s'"
655
#: client/drizzleadmin.cc:364
674
#: client/drizzleadmin.cc:361
660
#: client/drizzleadmin.cc:374
679
#: client/drizzleadmin.cc:371
661
680
msgid "drizzled is alive"
681
msgstr "drizzled жив"
664
#: client/drizzleadmin.cc:382
683
#: client/drizzleadmin.cc:379
665
684
msgid "connection was down, but drizzled is now alive"
668
#: client/drizzleadmin.cc:386
687
#: client/drizzleadmin.cc:383
670
689
msgid "drizzled doesn't answer to ping, error: '%s'"
673
#: client/drizzleadmin.cc:395
692
#: client/drizzleadmin.cc:392
675
694
msgid "Unknown command: '%-.60s'"
695
msgstr "Неизвестная команда: '%-.60s'"
678
#: client/drizzleadmin.cc:404
697
#: client/drizzleadmin.cc:401
680
699
msgid "%s Ver %s Distrib %s, for %s on %s\n"
683
#: client/drizzleadmin.cc:411
702
#: client/drizzleadmin.cc:408
684
703
msgid "Copyright (C) 2000-2008 MySQL AB"
687
#: client/drizzleadmin.cc:412 client/drizzledump.cc:492
706
#: client/drizzleadmin.cc:409 client/drizzledump.cc:489
689
708
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
690
709
"and you are welcome to modify and redistribute it under the GPL license\n"
693
#: client/drizzleadmin.cc:413
712
#: client/drizzleadmin.cc:410
694
713
msgid "Administration program for the drizzled daemon."
697
#: client/drizzleadmin.cc:414
716
#: client/drizzleadmin.cc:411
699
718
msgid "Usage: %s [OPTIONS] command command....\n"
702
#: client/drizzleadmin.cc:416
721
#: client/drizzleadmin.cc:413
704
723
" ping Check if server is down\n"
705
724
" shutdown Take server down\n"
708
#: client/drizzledump.cc:396
727
#: client/drizzledump.cc:393
710
728
msgid "Number of rows before each output progress report (requires --verbose)."
711
msgstr "Количество секунд до таймаута соединения"
713
#: client/drizzledump.cc:469
731
#: client/drizzledump.cc:466
715
733
msgid "Got errno %d on write"
718
#: client/drizzledump.cc:474
736
#: client/drizzledump.cc:471
720
738
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
723
#: client/drizzledump.cc:481
741
#: client/drizzledump.cc:478
725
743
msgid "Usage: %s [OPTIONS] database [tables]\n"
744
msgstr "Использование: %s [ОПЦИИ] [база данных]\n"
728
#: client/drizzledump.cc:482
746
#: client/drizzledump.cc:479
730
748
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
733
#: client/drizzledump.cc:484
751
#: client/drizzledump.cc:481
735
753
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
754
msgstr "Использование: %s [ОПЦИИ] [база данных]\n"
738
#: client/drizzledump.cc:491
756
#: client/drizzledump.cc:488
739
757
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
742
#: client/drizzledump.cc:493
760
#: client/drizzledump.cc:490
743
761
msgid "Dumping definition and data DRIZZLE database or table"
746
#: client/drizzledump.cc:504
764
#: client/drizzledump.cc:501
748
766
msgid "For more options, use %s --help\n"
751
#: client/drizzledump.cc:679
769
#: client/drizzledump.cc:675
753
771
msgid "Input filename too long: %s"
756
#: client/drizzledump.cc:722
774
#: client/drizzledump.cc:718
758
776
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
761
#: client/drizzledump.cc:747
779
#: client/drizzledump.cc:743
763
781
msgid "Invalid mode to --compatible: %s\n"
766
#: client/drizzledump.cc:807
784
#: client/drizzledump.cc:803
768
786
msgid "%s: You must use option --tab with --fields-...\n"
771
#: client/drizzledump.cc:824
789
#: client/drizzledump.cc:820
774
792
"%s: You can't use --single-transaction and --lock-all-tables at the same "
778
#: client/drizzledump.cc:837
796
#: client/drizzledump.cc:833
781
799
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
785
#: client/drizzledump.cc:843
803
#: client/drizzledump.cc:839
787
805
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
790
#: client/drizzledump.cc:868
808
#: client/drizzledump.cc:863
792
810
msgid "Got error: %d: %s %s"
795
#: client/drizzledump.cc:960
813
#: client/drizzledump.cc:955
797
815
msgid "Couldn't execute '%s': %s (%d)"
800
#: client/drizzledump.cc:1021
818
#: client/drizzledump.cc:1016
801
819
#, fuzzy, c-format
802
820
msgid "-- Connecting to %s...\n"
803
821
msgstr "Подключение к хосту."
805
#: client/drizzledump.cc:1042
823
#: client/drizzledump.cc:1037
807
825
msgid "-- Disconnecting from %s...\n"
810
#: client/drizzledump.cc:1052
828
#: client/drizzledump.cc:1047
812
830
msgid "Couldn't allocate memory"
813
831
msgstr "Невозможно выделить мамять под временный файл истории!\n"
815
#: client/drizzledump.cc:1393
833
#: client/drizzledump.cc:1388
818
836
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
822
#: client/drizzledump.cc:1407
840
#: client/drizzledump.cc:1402
824
842
msgid "-- Retrieving table structure for table %s...\n"
827
#: client/drizzledump.cc:1516
845
#: client/drizzledump.cc:1511
829
847
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
832
#: client/drizzledump.cc:1625
850
#: client/drizzledump.cc:1620
834
852
msgid "%s: Can't get keys for table %s (%s)\n"
837
#: client/drizzledump.cc:1702 client/drizzledump.cc:3000
855
#: client/drizzledump.cc:1697 client/drizzledump.cc:2995
839
857
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
842
#: client/drizzledump.cc:1709 client/drizzledump.cc:3008
860
#: client/drizzledump.cc:1704 client/drizzledump.cc:3003
844
862
msgid "Error: Couldn't read status information for table %s (%s)\n"
847
#: client/drizzledump.cc:1851
865
#: client/drizzledump.cc:1846
849
867
msgid "Error retrieving table structure for table: \"%s\""
852
#: client/drizzledump.cc:1858
870
#: client/drizzledump.cc:1853
854
872
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
857
#: client/drizzledump.cc:1869
875
#: client/drizzledump.cc:1864
859
877
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
862
#: client/drizzledump.cc:1876
880
#: client/drizzledump.cc:1871
864
882
msgid "-- Skipping dump data for table '%s', it has no fields\n"
867
#: client/drizzledump.cc:1884
885
#: client/drizzledump.cc:1879
868
886
msgid "-- Sending SELECT query...\n"
871
#: client/drizzledump.cc:1936
889
#: client/drizzledump.cc:1931
872
890
msgid "when executing 'SELECT INTO OUTFILE'"
875
#: client/drizzledump.cc:1944
893
#: client/drizzledump.cc:1939
884
#: client/drizzledump.cc:1981 client/drizzledump.cc:1990
902
#: client/drizzledump.cc:1976 client/drizzledump.cc:1985
885
903
msgid "when retrieving data from server"
888
#: client/drizzledump.cc:1994
906
#: client/drizzledump.cc:1989
889
907
msgid "-- Retrieving rows...\n"
892
#: client/drizzledump.cc:1997
910
#: client/drizzledump.cc:1992
894
912
msgid "%s: Error in field count for table: %s ! Aborting.\n"
897
#: client/drizzledump.cc:2036
915
#: client/drizzledump.cc:2031
899
917
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
902
#: client/drizzledump.cc:2058
920
#: client/drizzledump.cc:2053
904
922
msgid "Not enough fields from table %s! Aborting.\n"
907
#: client/drizzledump.cc:2244
925
#: client/drizzledump.cc:2239
909
927
msgid "%s: Error %d: %s when dumping table %s at row: %d\n"
912
#: client/drizzledump.cc:2402
930
#: client/drizzledump.cc:2397
913
931
msgid "when selecting the database"
916
#: client/drizzledump.cc:2470
934
#: client/drizzledump.cc:2465
917
935
msgid "when using LOCK TABLES"
920
#: client/drizzledump.cc:2477 client/drizzledump.cc:2609
938
#: client/drizzledump.cc:2472 client/drizzledump.cc:2604
921
939
msgid "when doing refresh"
924
#: client/drizzledump.cc:2563
942
#: client/drizzledump.cc:2558
925
943
msgid "alloc_root failure."
928
#: client/drizzledump.cc:2584
946
#: client/drizzledump.cc:2579
930
948
msgid "Couldn't find table: \"%s\""
933
#: client/drizzledump.cc:2599
951
#: client/drizzledump.cc:2594
934
952
msgid "when doing LOCK TABLES"
937
#: client/drizzledump.cc:2662
955
#: client/drizzledump.cc:2657
938
957
msgid "Error: Binlogging on server not active"
958
msgstr "Ошибка при установке соединения с сервером"
941
#: client/drizzledump.cc:2730
960
#: client/drizzledump.cc:2725
942
961
msgid "Error: Slave not set up"
945
#: client/drizzledump.cc:2789
964
#: client/drizzledump.cc:2784
946
966
msgid "Error: Unable to start slave"
967
msgstr "Ошибка при соединении к слейву:"
949
#: client/drizzledump.cc:3076
969
#: client/drizzledump.cc:3071
952
972
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
955
#: client/drizzledump.cc:3107
975
#: client/drizzledump.cc:3102
957
977
msgid "Error: Not enough memory to store ORDER BY clause\n"
960
980
#: drizzled/authentication.cc:69 drizzled/handlerton.cc:238
961
#: drizzled/show.cc:4526 drizzled/sql_plugin.cc:799
981
#: drizzled/show.cc:4527 drizzled/sql_plugin.cc:791
963
983
msgid "Plugin '%s' init function returned error."
1130
#: drizzled/drizzled.cc:1352
1145
#: drizzled/drizzled.cc:1183
1132
1147
msgid "Writing a core file\n"
1135
#: drizzled/drizzled.cc:1399
1150
#: drizzled/drizzled.cc:1228
1137
1152
"setrlimit could not change the size of core files to 'infinity'; We may not "
1138
1153
"be able to generate a core file on signals"
1141
#: drizzled/drizzled.cc:1467
1143
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1146
#: drizzled/drizzled.cc:1555
1148
msgid "Got signal %d to shutdown drizzled"
1151
#: drizzled/drizzled.cc:1572 drizzled/sql_base.cc:6208
1152
msgid "Can't create thread to kill server"
1155
#: drizzled/drizzled.cc:1595
1157
msgid "Got signal: %d error: %d"
1160
#: drizzled/drizzled.cc:1708
1162
msgid "Wrong date/time format specifier: %s\n"
1165
#: drizzled/drizzled.cc:1812
1156
#: drizzled/drizzled.cc:1432
1167
1158
msgid "gethostname failed, using '%s' as hostname"
1170
#: drizzled/drizzled.cc:1876
1173
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1177
#: drizzled/drizzled.cc:1881
1180
"Could not increase number of max_open_files to more than %u (request: %u)"
1183
#: drizzled/drizzled.cc:1958
1161
#: drizzled/drizzled.cc:1529
1185
1163
msgid "Unknown locale: '%s'"
1188
#: drizzled/drizzled.cc:2014
1166
#: drizzled/drizzled.cc:1584
1189
1167
msgid "Can't create thread-keys"
1192
#: drizzled/drizzled.cc:2038
1170
#: drizzled/drizzled.cc:1610
1193
1171
msgid "Out of memory"
1196
#: drizzled/drizzled.cc:2053
1174
#: drizzled/drizzled.cc:1625
1197
1175
msgid "Failed to initialize plugins."
1200
#: drizzled/drizzled.cc:2084
1178
#: drizzled/drizzled.cc:1656
1203
1181
"%s: Too many arguments (first extra is '%s').\n"
1204
1182
"Use --verbose --help to get a list of available options\n"
1207
#: drizzled/drizzled.cc:2094
1185
#: drizzled/drizzled.cc:1666
1208
1186
msgid "Can't init databases"
1211
#: drizzled/drizzled.cc:2114
1189
#: drizzled/drizzled.cc:1686
1213
1191
msgid "Unknown/unsupported table type: %s"
1216
#: drizzled/drizzled.cc:2120
1194
#: drizzled/drizzled.cc:1692
1218
1196
msgid "Default storage engine (%s) is not available"
1221
#: drizzled/drizzled.cc:2152
1199
#: drizzled/drizzled.cc:1724
1223
1201
msgid "Failed to lock memory. Errno: %d\n"
1226
#: drizzled/drizzled.cc:2213
1204
#: drizzled/drizzled.cc:1785
1228
1206
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1231
#: drizzled/drizzled.cc:2294
1232
msgid "Before Lock_thread_count"
1235
#: drizzled/drizzled.cc:2301
1236
msgid "After lock_thread_count"
1239
#: drizzled/drizzled.cc:2407
1209
#: drizzled/drizzled.cc:1955
1241
1211
msgid "drizzled: Got error %d from select"
1244
#: drizzled/drizzled.cc:2632
1214
#: drizzled/drizzled.cc:2138
1245
1215
msgid "Auto-increment columns are incremented by this"
1248
#: drizzled/drizzled.cc:2637
1218
#: drizzled/drizzled.cc:2143
1250
1220
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1254
#: drizzled/drizzled.cc:2643
1224
#: drizzled/drizzled.cc:2149
1256
1226
"Path to installation directory. All paths are usually resolved relative to "
1260
#: drizzled/drizzled.cc:2647
1230
#: drizzled/drizzled.cc:2153
1261
1231
msgid "IP address to bind to."
1264
#: drizzled/drizzled.cc:2651
1234
#: drizzled/drizzled.cc:2157
1265
1235
msgid "Set the filesystem character set."
1268
#: drizzled/drizzled.cc:2656
1238
#: drizzled/drizzled.cc:2162
1269
1239
msgid "Set the default character set."
1270
1240
msgstr "Установить кодировку по-умолчанию."
1272
#: drizzled/drizzled.cc:2663
1242
#: drizzled/drizzled.cc:2166
1273
1243
msgid "Chroot drizzled daemon during startup."
1276
#: drizzled/drizzled.cc:2667
1246
#: drizzled/drizzled.cc:2170
1277
1247
msgid "Set the default collation."
1280
#: drizzled/drizzled.cc:2671
1250
#: drizzled/drizzled.cc:2174
1281
1251
msgid "Default completion type."
1284
#: drizzled/drizzled.cc:2676
1254
#: drizzled/drizzled.cc:2179
1285
1255
msgid "Write core on errors."
1288
#: drizzled/drizzled.cc:2680
1258
#: drizzled/drizzled.cc:2183
1289
1259
msgid "Path to the database root."
1292
#: drizzled/drizzled.cc:2684
1262
#: drizzled/drizzled.cc:2187
1293
1263
msgid "Set the default storage engine (table type) for tables."
1296
#: drizzled/drizzled.cc:2688
1266
#: drizzled/drizzled.cc:2191
1297
1267
msgid "Set the default time zone."
1300
#: drizzled/drizzled.cc:2692
1270
#: drizzled/drizzled.cc:2195
1301
1271
msgid "Type of DELAY_KEY_WRITE."
1304
#: drizzled/drizzled.cc:2696
1274
#: drizzled/drizzled.cc:2199
1305
1275
msgid "Print a symbolic stack trace on failure."
1308
#: drizzled/drizzled.cc:2702
1278
#: drizzled/drizzled.cc:2205
1309
1279
msgid "Push supported query conditions to the storage engine."
1312
#: drizzled/drizzled.cc:2708
1282
#: drizzled/drizzled.cc:2211
1313
1283
msgid "Used for debugging; Use at your own risk!"
1316
#: drizzled/drizzled.cc:2711
1286
#: drizzled/drizzled.cc:2214
1317
1287
msgid "Flush tables to disk between SQL commands."
1320
#: drizzled/drizzled.cc:2716
1290
#: drizzled/drizzled.cc:2219
1321
1291
msgid "Set up signals usable for debugging"
1324
#: drizzled/drizzled.cc:2720
1294
#: drizzled/drizzled.cc:2223
1325
1295
msgid "Command(s) that are executed for each new connection"
1328
#: drizzled/drizzled.cc:2724
1298
#: drizzled/drizzled.cc:2227
1329
1299
msgid "Read SQL commands from this file at startup."
1332
#: drizzled/drizzled.cc:2728
1302
#: drizzled/drizzled.cc:2231
1333
1303
msgid "(IGNORED)"
1336
#: drizzled/drizzled.cc:2732
1306
#: drizzled/drizzled.cc:2235
1337
1307
msgid "Set the language used for the month names and the days of the week."
1340
#: drizzled/drizzled.cc:2737
1310
#: drizzled/drizzled.cc:2240
1341
1311
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1344
#: drizzled/drizzled.cc:2742
1314
#: drizzled/drizzled.cc:2245
1345
1315
msgid "Log connections and queries to file."
1348
#: drizzled/drizzled.cc:2746
1318
#: drizzled/drizzled.cc:2249
1349
1319
msgid "Log all MyISAM changes to file."
1352
#: drizzled/drizzled.cc:2750
1322
#: drizzled/drizzled.cc:2253
1353
1323
msgid "Log some not critical warnings to the log file."
1356
#: drizzled/drizzled.cc:2755
1326
#: drizzled/drizzled.cc:2258
1357
1327
msgid "Lock drizzled in memory."
1360
#: drizzled/drizzled.cc:2759
1330
#: drizzled/drizzled.cc:2262
1362
1332
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1363
1333
"BACKUP, FORCE or QUICK."
1366
#: drizzled/drizzled.cc:2764
1336
#: drizzled/drizzled.cc:2267
1367
1337
msgid "Use very new possible 'unsafe' functions."
1370
#: drizzled/drizzled.cc:2769
1340
#: drizzled/drizzled.cc:2272
1371
1341
msgid "Use old, non-optimized alter table."
1374
#: drizzled/drizzled.cc:2774
1344
#: drizzled/drizzled.cc:2277
1375
1345
msgid "Pid file used by safe_mysqld."
1378
#: drizzled/drizzled.cc:2784
1348
#: drizzled/drizzled.cc:2287
1380
1350
"Maximum time in seconds to wait for the port to become free. (Default: no "
1384
#: drizzled/drizzled.cc:2789
1354
#: drizzled/drizzled.cc:2292
1385
1355
msgid "Skip some optimize stages (for testing)."
1388
#: drizzled/drizzled.cc:2792
1358
#: drizzled/drizzled.cc:2295
1390
1360
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1391
1361
"specified directory"
1394
#: drizzled/drizzled.cc:2797
1364
#: drizzled/drizzled.cc:2300
1396
1366
"Uniquely identifies the server instance in the community of replication "
1400
#: drizzled/drizzled.cc:2802
1370
#: drizzled/drizzled.cc:2305
1401
1371
msgid "Don't use new, possible wrong routines."
1404
#: drizzled/drizzled.cc:2805
1374
#: drizzled/drizzled.cc:2308
1405
1375
msgid "Don't print a stack trace on failure."
1408
#: drizzled/drizzled.cc:2809
1378
#: drizzled/drizzled.cc:2312
1409
1379
msgid "Don't give threads different priorities."
1412
#: drizzled/drizzled.cc:2813
1382
#: drizzled/drizzled.cc:2316
1413
1383
msgid "Enable symbolic link support."
1416
#: drizzled/drizzled.cc:2822
1386
#: drizzled/drizzled.cc:2325
1418
1388
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1421
#: drizzled/drizzled.cc:2827
1391
#: drizzled/drizzled.cc:2330
1423
1393
"Using this option will cause most temporary files created to use a small set "
1424
1394
"of names, rather than a unique name for each new file."
1427
#: drizzled/drizzled.cc:2832
1397
#: drizzled/drizzled.cc:2335
1429
1399
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1432
#: drizzled/drizzled.cc:2837
1402
#: drizzled/drizzled.cc:2340
1433
1403
msgid "Path for temporary files."
1436
#: drizzled/drizzled.cc:2841
1406
#: drizzled/drizzled.cc:2344
1437
1407
msgid "Default transaction isolation level."
1440
#: drizzled/drizzled.cc:2845
1410
#: drizzled/drizzled.cc:2348
1441
1411
msgid "Run drizzled daemon as user."
1444
#: drizzled/drizzled.cc:2853
1414
#: drizzled/drizzled.cc:2356
1446
1416
"The number of outstanding connection requests Drizzle can have. This comes "
1447
1417
"into play when the main Drizzle thread gets very many connection requests in "
1448
1418
"a very short time."
1451
#: drizzled/drizzled.cc:2859
1421
#: drizzled/drizzled.cc:2362
1453
1423
"Size of tree cache used in bulk insert optimization. Note that this is a "
1454
1424
"limit per thread!"
1457
#: drizzled/drizzled.cc:2865
1427
#: drizzled/drizzled.cc:2368
1459
1429
"The number of seconds the drizzled server is waiting for a connect packet "
1460
1430
"before responding with 'Bad handshake'."
1463
#: drizzled/drizzled.cc:2870
1464
msgid "The DATE format (For future)."
1467
#: drizzled/drizzled.cc:2875
1468
msgid "The DATETIME/TIMESTAMP format (for future)."
1471
#: drizzled/drizzled.cc:2880
1433
#: drizzled/drizzled.cc:2373
1473
1435
"Precision of the result of '/' operator will be increased on that value."
1476
#: drizzled/drizzled.cc:2886
1438
#: drizzled/drizzled.cc:2379
1477
1439
msgid "The maximum length of the result of function group_concat."
1480
#: drizzled/drizzled.cc:2891
1442
#: drizzled/drizzled.cc:2384
1482
1444
"The number of seconds the server waits for activity on an interactive "
1483
1445
"connection before closing it."
1486
#: drizzled/drizzled.cc:2897
1448
#: drizzled/drizzled.cc:2390
1487
1449
msgid "The size of the buffer that is used for full joins."
1490
#: drizzled/drizzled.cc:2903
1452
#: drizzled/drizzled.cc:2396
1491
1453
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1494
#: drizzled/drizzled.cc:2908
1456
#: drizzled/drizzled.cc:2401
1496
1458
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1497
1459
"this to get better index handling (for all reads and multiple writes) to as "
1498
1460
"much as you can afford;"
1501
#: drizzled/drizzled.cc:2917
1463
#: drizzled/drizzled.cc:2410
1503
1465
"This characterizes the number of hits a hot block has to be untouched until "
1504
1466
"it is considered aged enough to be downgraded to a warm block. This "
1506
1468
"blocks in key cache"
1509
#: drizzled/drizzled.cc:2926
1471
#: drizzled/drizzled.cc:2419
1510
1472
msgid "The default size of key cache blocks"
1513
#: drizzled/drizzled.cc:2932
1475
#: drizzled/drizzled.cc:2425
1514
1476
msgid "The minimum percentage of warm blocks in key cache"
1517
#: drizzled/drizzled.cc:2938
1479
#: drizzled/drizzled.cc:2431
1518
1480
msgid "Max packetlength to send/receive from to server."
1521
#: drizzled/drizzled.cc:2943
1483
#: drizzled/drizzled.cc:2436
1523
1485
"If there is more than this number of interrupted connections from a host "
1524
1486
"this host will be blocked from further connections."
1527
#: drizzled/drizzled.cc:2950
1528
msgid "The number of simultaneous clients allowed."
1531
#: drizzled/drizzled.cc:2954
1489
#: drizzled/drizzled.cc:2441
1532
1490
msgid "Max number of errors/warnings to store for a statement."
1535
#: drizzled/drizzled.cc:2959
1493
#: drizzled/drizzled.cc:2446
1536
1494
msgid "Don't allow creation of heap tables bigger than this."
1539
#: drizzled/drizzled.cc:2965
1497
#: drizzled/drizzled.cc:2452
1541
1499
"Joins that are probably going to read more than max_join_size records return "
1545
#: drizzled/drizzled.cc:2971
1503
#: drizzled/drizzled.cc:2458
1546
1504
msgid "Max number of bytes in sorted records."
1549
#: drizzled/drizzled.cc:2976
1507
#: drizzled/drizzled.cc:2463
1550
1508
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1553
#: drizzled/drizzled.cc:2981
1511
#: drizzled/drizzled.cc:2468
1555
1513
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1556
1514
"max_sort_length bytes of each value are used; the rest are ignored)."
1559
#: drizzled/drizzled.cc:2988
1517
#: drizzled/drizzled.cc:2475
1560
1518
msgid "Maximum number of temporary tables a client can keep open at a time."
1563
#: drizzled/drizzled.cc:2993
1521
#: drizzled/drizzled.cc:2480
1564
1522
msgid "After this many write locks, allow some read locks to run in between."
1567
#: drizzled/drizzled.cc:2997
1525
#: drizzled/drizzled.cc:2484
1569
1527
"Don't log queries which examine less than min_examined_row_limit rows to "
1573
#: drizzled/drizzled.cc:3003
1531
#: drizzled/drizzled.cc:2490
1575
1533
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1576
1534
"Possible values of name are 'nulls_unequal' (default behavior), "
1577
1535
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1580
#: drizzled/drizzled.cc:3010
1538
#: drizzled/drizzled.cc:2497
1581
1539
msgid "Buffer length for TCP/IP and socket communication."
1584
#: drizzled/drizzled.cc:3015
1542
#: drizzled/drizzled.cc:2502
1586
1544
"Number of seconds to wait for more data from a connection before aborting "
1590
#: drizzled/drizzled.cc:3021
1548
#: drizzled/drizzled.cc:2508
1592
1550
"If a read on a communication port is interrupted, retry this many times "
1593
1551
"before giving up."
1596
#: drizzled/drizzled.cc:3027
1554
#: drizzled/drizzled.cc:2514
1598
1556
"Number of seconds to wait for a block to be written to a connection before "
1599
1557
"aborting the write."
1602
#: drizzled/drizzled.cc:3033
1603
msgid "Use compatible behavior."
1606
#: drizzled/drizzled.cc:3038
1608
"If this is not 0, then drizzled will use this value to reserve file "
1609
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
1610
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
1611
"larger) number of files."
1614
#: drizzled/drizzled.cc:3045
1560
#: drizzled/drizzled.cc:2520
1616
1562
"Controls the heuristic(s) applied during query optimization to prune less-"
1617
1563
"promising partial plans from the optimizer search space. Meaning: false - do "
1630
1576
"(used for testing/comparison)."
1633
#: drizzled/drizzled.cc:3065
1579
#: drizzled/drizzled.cc:2540
1634
1580
msgid "Directory for plugins."
1637
#: drizzled/drizzled.cc:3069
1583
#: drizzled/drizzled.cc:2544
1639
1585
"Optional colon (or semicolon) separated list of plugins to load,where each "
1640
1586
"plugin is identified by the name of the shared library. [for example: --"
1641
1587
"plugin_load=libmd5udf.so:libauth_pam.so]"
1644
#: drizzled/drizzled.cc:3075
1590
#: drizzled/drizzled.cc:2550
1645
1591
msgid "The size of the buffer that is allocated when preloading indexes"
1648
#: drizzled/drizzled.cc:3080
1594
#: drizzled/drizzled.cc:2555
1649
1595
msgid "Allocation block size for query parsing and execution"
1652
#: drizzled/drizzled.cc:3085
1598
#: drizzled/drizzled.cc:2560
1653
1599
msgid "Persistent buffer for query parsing and execution"
1656
#: drizzled/drizzled.cc:3091
1602
#: drizzled/drizzled.cc:2566
1657
1603
msgid "Allocation block size for storing ranges during optimization"
1660
#: drizzled/drizzled.cc:3097
1606
#: drizzled/drizzled.cc:2572
1662
1608
"Each thread that does a sequential scan allocates a buffer of this size for "
1663
1609
"each table it scans. If you do many sequential scans, you may want to "
1664
1610
"increase this value."
1667
#: drizzled/drizzled.cc:3105
1613
#: drizzled/drizzled.cc:2580
1669
1615
"When reading rows in sorted order after a sort, the rows are read through "
1670
1616
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1671
1617
"record_buffer."
1674
#: drizzled/drizzled.cc:3113
1620
#: drizzled/drizzled.cc:2588
1621
msgid "Select scheduler to be used (by default pool-of-threads)."
1624
#: drizzled/drizzled.cc:2592
1675
1625
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1678
#: drizzled/drizzled.cc:3119
1628
#: drizzled/drizzled.cc:2598
1679
1629
msgid "The number of cached table definitions."
1682
#: drizzled/drizzled.cc:3123
1632
#: drizzled/drizzled.cc:2602
1683
1633
msgid "The number of cached open tables."
1686
#: drizzled/drizzled.cc:3127
1636
#: drizzled/drizzled.cc:2606
1688
1638
"Timeout in seconds to wait for a table level lock before returning an error. "
1689
1639
"Used only if the connection has active cursors."
1692
#: drizzled/drizzled.cc:3132
1642
#: drizzled/drizzled.cc:2611
1693
1643
msgid "The stack size for each thread."
1696
#: drizzled/drizzled.cc:3138
1697
msgid "The TIME format (for future)."
1700
#: drizzled/drizzled.cc:3143
1646
#: drizzled/drizzled.cc:2617
1702
1648
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1703
1649
"automatically convert it to an on-disk MyISAM table."
1706
#: drizzled/drizzled.cc:3149
1652
#: drizzled/drizzled.cc:2623
1707
1653
msgid "Allocation block size for transactions to be stored in binary log"
1710
#: drizzled/drizzled.cc:3154
1656
#: drizzled/drizzled.cc:2628
1711
1657
msgid "Persistent buffer for transactions to be stored in binary log"
1714
#: drizzled/drizzled.cc:3159
1660
#: drizzled/drizzled.cc:2633
1716
1662
"The number of seconds the server waits for activity on a connection before "
1720
#: drizzled/drizzled.cc:3312
1666
#: drizzled/drizzled.cc:2784
1722
1668
"Copyright (C) 2008 Sun Microsystems\n"
1723
1669
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5354
5300
msgid "replicator plugin '%s' statement() failed"
5357
#: drizzled/scheduling.cc:55
5303
#: drizzled/scheduling.cc:61
5359
5305
msgid "scheduling plugin '%s' init() failed"
5362
5308
#. TRANSLATORS: The leading word "scheduling" is the name
5363
5309
#. of the plugin api, and so should not be translated.
5364
#: drizzled/scheduling.cc:98
5310
#: drizzled/scheduling.cc:95
5366
5312
msgid "scheduling plugin '%s' deinit() failed"
5369
#: drizzled/sql_base.cc:2311
5315
#: drizzled/sql_base.cc:2306
5371
5317
msgid "Table %s had a open data handler in reopen_table"
5374
#: drizzled/sql_base.cc:2960
5320
#: drizzled/sql_base.cc:2955
5376
5322
msgid "Couldn't repair table: %s.%s"
5379
#: drizzled/sql_base.cc:3002
5325
#: drizzled/sql_base.cc:2997
5382
5328
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5383
5329
"s`.`%s`' to replication"
5386
#: drizzled/sql_base.cc:3609
5332
#: drizzled/sql_base.cc:3600
5388
5334
msgid "Could not remove temporary table: '%s', error: %d"
5391
#: drizzled/sql_plugin.cc:687
5337
#: drizzled/sql_base.cc:6195
5338
msgid "Can't create thread to kill server"
5341
#: drizzled/sql_plugin.cc:680
5393
5343
msgid "Plugin '%s' of type %s failed deinitialization"
5396
#: drizzled/sql_plugin.cc:701
5346
#: drizzled/sql_plugin.cc:694
5398
5348
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5401
#: drizzled/sql_plugin.cc:790
5351
#: drizzled/sql_plugin.cc:782
5403
5353
msgid "Plugin '%s' registration as a %s failed."
5406
#: drizzled/sql_plugin.cc:1028
5356
#: drizzled/sql_plugin.cc:1005
5407
5357
msgid "plugin-load parameter too long"
5410
#: drizzled/sql_plugin.cc:1088
5360
#: drizzled/sql_plugin.cc:1065
5412
5362
msgid "Couldn't load plugin named '%s' with soname '%s'."
5365
#: drizzled/sql_plugin.cc:1118
5367
msgid "Forcing shutdown of %<PRIu64> plugins"
5415
5370
#: drizzled/sql_plugin.cc:1141
5417
msgid "Forcing shutdown of %<PRIu64> plugins"
5420
#: drizzled/sql_plugin.cc:1164
5422
5372
msgid "Plugin '%s' will be forced to shutdown"
5425
#: drizzled/sql_plugin.cc:1180
5375
#: drizzled/sql_plugin.cc:1157
5427
5377
msgid "Plugin '%s' has ref_count=%d after shutdown."
5430
#: drizzled/sql_plugin.cc:1570
5380
#: drizzled/sql_plugin.cc:1545
5431
5381
msgid "Out of memory."
5434
#: drizzled/sql_plugin.cc:2419 drizzled/sql_plugin.cc:2482
5384
#: drizzled/sql_plugin.cc:2394 drizzled/sql_plugin.cc:2457
5436
5386
msgid "Unknown variable type code 0x%x in plugin '%s'."
5439
#: drizzled/sql_plugin.cc:2462
5389
#: drizzled/sql_plugin.cc:2437
5442
5392
"Server variable %s of plugin %s was forced to be read-only: string variable "
5443
5393
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5446
#: drizzled/sql_plugin.cc:2493
5396
#: drizzled/sql_plugin.cc:2468
5448
5398
msgid "Missing variable name in plugin '%s'."
5451
#: drizzled/sql_plugin.cc:2510
5401
#: drizzled/sql_plugin.cc:2485
5453
5403
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5456
#: drizzled/sql_plugin.cc:2629
5406
#: drizzled/sql_plugin.cc:2603
5458
5408
msgid "Out of memory for plugin '%s'."
5461
#: drizzled/sql_plugin.cc:2636
5411
#: drizzled/sql_plugin.cc:2610
5463
5413
msgid "Bad options for plugin '%s'."
5466
#: drizzled/sql_plugin.cc:2645
5416
#: drizzled/sql_plugin.cc:2619
5468
5418
msgid "Parsing options for plugin '%s' failed."
5471
#: drizzled/sql_plugin.cc:2688
5421
#: drizzled/sql_plugin.cc:2662
5473
5423
msgid "Plugin '%s' has conflicting system variables"
5476
#: drizzled/sql_plugin.cc:2698
5478
msgid "Plugin '%s' disabled by command line option"
5481
5426
#: drizzled/sql_table.cc:130
5483
5428
msgid "Invalid (old?) table or database name '%s'"
5486
#: drizzled/sql_table.cc:2726
5431
#: drizzled/sql_table.cc:2691
5488
5433
msgid "Unknown - internal error %d during operation"
5491
#: drizzled/sql_table.cc:5006
5436
#: drizzled/sql_table.cc:4961
5493
5438
msgid "Could not open table %s.%s after rename\n"
5496
#: drizzled/sql_table.cc:5173
5441
#: drizzled/sql_table.cc:5141
5499
5444
"order_st BY ignored because there is a user-defined clustered index in the "
5500
5445
"table '%-.192s'"
5503
#: drizzled/sql_udf.cc:41
5504
msgid "Can't allocate memory for udf structures"
5507
#: drizzled/table.cc:378
5448
#: drizzled/table.cc:482
5510
5451
"'%s' had no or invalid character set, and default character set is multi-"
5511
5452
"byte, so character column sizes may have changed"
5514
#: drizzled/table.cc:2099
5455
#: drizzled/table.cc:2297
5516
5457
msgid "Unknown collation '%s' in table '%-.64s' definition"
5519
#: drizzled/table.cc:2106
5460
#: drizzled/table.cc:2304
5522
5463
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5526
#: drizzled/table.cc:2721
5467
#: drizzled/table.cc:2768
5529
5470
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5533
#: drizzled/table.cc:2748
5474
#: drizzled/table.cc:2795
5536
5477
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5537
5478
"have type %s, found type %s."
5540
#: drizzled/table.cc:2759
5481
#: drizzled/table.cc:2806
5543
5484
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5544
5485
"position %d to have character set '%s' but the type has no character set."
5547
#: drizzled/table.cc:2771
5488
#: drizzled/table.cc:2818
5550
5491
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5551
5492
"position %d to have character set '%s' but found character set '%s'."
5554
#: drizzled/table.cc:2784
5495
#: drizzled/table.cc:2831
5557
5498
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5558
5499
"have type %s but the column is not found."
5561
#: drizzled/table.cc:4897
5502
#: drizzled/table.cc:4951
5563
5504
msgid "Got error %d when reading table '%s'"
5570
5511
"Фатальная ошибка: неверное или неизвестное значение временной зоны по-"
5571
5512
"умолчанию: '%s'"
5573
#: gnulib/getopt.c:528 gnulib/getopt.c:544
5514
#: gnulib/getopt.c:531 gnulib/getopt.c:547
5575
5516
msgid "%s: option `%s' is ambiguous\n"
5578
#: gnulib/getopt.c:577 gnulib/getopt.c:581
5519
#: gnulib/getopt.c:580 gnulib/getopt.c:584
5580
5521
msgid "%s: option `--%s' doesn't allow an argument\n"
5583
#: gnulib/getopt.c:590 gnulib/getopt.c:595
5524
#: gnulib/getopt.c:593 gnulib/getopt.c:598
5585
5526
msgid "%s: option `%c%s' doesn't allow an argument\n"
5588
#: gnulib/getopt.c:638 gnulib/getopt.c:657 gnulib/getopt.c:973
5589
#: gnulib/getopt.c:992
5529
#: gnulib/getopt.c:641 gnulib/getopt.c:660 gnulib/getopt.c:976
5530
#: gnulib/getopt.c:995
5591
5532
msgid "%s: option `%s' requires an argument\n"
5594
#: gnulib/getopt.c:695 gnulib/getopt.c:698
5535
#: gnulib/getopt.c:698 gnulib/getopt.c:701
5596
5537
msgid "%s: unrecognized option `--%s'\n"
5599
#: gnulib/getopt.c:706 gnulib/getopt.c:709
5540
#: gnulib/getopt.c:709 gnulib/getopt.c:712
5601
5542
msgid "%s: unrecognized option `%c%s'\n"
5604
#: gnulib/getopt.c:761 gnulib/getopt.c:764
5545
#: gnulib/getopt.c:764 gnulib/getopt.c:767
5606
5547
msgid "%s: illegal option -- %c\n"
5609
#: gnulib/getopt.c:770 gnulib/getopt.c:773
5550
#: gnulib/getopt.c:773 gnulib/getopt.c:776
5611
5552
msgid "%s: invalid option -- %c\n"
5614
#: gnulib/getopt.c:825 gnulib/getopt.c:841 gnulib/getopt.c:1045
5615
#: gnulib/getopt.c:1063
5555
#: gnulib/getopt.c:828 gnulib/getopt.c:844 gnulib/getopt.c:1048
5556
#: gnulib/getopt.c:1066
5617
5558
msgid "%s: option requires an argument -- %c\n"
5620
#: gnulib/getopt.c:894 gnulib/getopt.c:910
5561
#: gnulib/getopt.c:897 gnulib/getopt.c:913
5622
5563
msgid "%s: option `-W %s' is ambiguous\n"
5625
#: gnulib/getopt.c:934 gnulib/getopt.c:952
5566
#: gnulib/getopt.c:937 gnulib/getopt.c:955
5627
5568
msgid "%s: option `-W %s' doesn't allow an argument\n"
5630
#: libdrizzleclient/errmsg.c:27
5571
#: libdrizzleclient/errmsg.c:28
5631
5572
msgid "Unknown Drizzle error"
5573
msgstr "Неизвестная ошибка Drizzle"
5634
#: libdrizzleclient/errmsg.c:28
5575
#: libdrizzleclient/errmsg.c:29
5636
5577
msgid "Can't create UNIX socket (%d)"
5578
msgstr "Не могу создать UNIX сокет (%d)"
5639
#: libdrizzleclient/errmsg.c:29
5580
#: libdrizzleclient/errmsg.c:30
5641
5582
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5584
"Не могу присоединиться к локальному серверу Drizzle через сокет '%-.100s' (%"
5644
#: libdrizzleclient/errmsg.c:30
5587
#: libdrizzleclient/errmsg.c:31
5646
5589
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5590
msgstr "Не могу присоединиться к серверу Drizzle на '%-.100s' (%d)"
5649
#: libdrizzleclient/errmsg.c:31
5592
#: libdrizzleclient/errmsg.c:32
5651
5594
msgid "Can't create TCP/IP socket (%d)"
5595
msgstr "Не могу создать TCP/IP сокет (%d)"
5654
#: libdrizzleclient/errmsg.c:32
5597
#: libdrizzleclient/errmsg.c:33
5656
5599
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5659
#: libdrizzleclient/errmsg.c:33
5602
#: libdrizzleclient/errmsg.c:34
5660
5603
msgid "Drizzle server has gone away"
5663
#: libdrizzleclient/errmsg.c:34
5606
#: libdrizzleclient/errmsg.c:35
5665
5608
msgid "Protocol mismatch; server version = %d, client version = %d"
5609
msgstr "Несоответствие протоколов; версия сервера = %d, версия клиента = %d"
5668
#: libdrizzleclient/errmsg.c:35
5611
#: libdrizzleclient/errmsg.c:36
5669
5612
msgid "Drizzle client ran out of memory"
5613
msgstr "Drizzle клиент исчерпал всю доступную память"
5672
#: libdrizzleclient/errmsg.c:36
5615
#: libdrizzleclient/errmsg.c:37
5673
5616
msgid "Wrong host info"
5676
#: libdrizzleclient/errmsg.c:37
5619
#: libdrizzleclient/errmsg.c:38
5677
5620
msgid "Localhost via UNIX socket"
5621
msgstr "Localhost через UNIX сокет"
5680
#: libdrizzleclient/errmsg.c:38
5623
#: libdrizzleclient/errmsg.c:39
5682
5625
msgid "%-.100s via TCP/IP"
5626
msgstr "%-.100s через TCP/IP"
5685
#: libdrizzleclient/errmsg.c:39
5628
#: libdrizzleclient/errmsg.c:40
5686
5629
msgid "Error in server handshake"
5630
msgstr "Ошибка при установке соединения с сервером"
5689
#: libdrizzleclient/errmsg.c:40
5632
#: libdrizzleclient/errmsg.c:41
5690
5633
msgid "Lost connection to Drizzle server during query"
5634
msgstr "Соединение с сервером Drizzle потеряно во время запроса"
5693
#: libdrizzleclient/errmsg.c:41
5636
#: libdrizzleclient/errmsg.c:42
5694
5637
msgid "Commands out of sync; you can't run this command now"
5638
msgstr "Рассинхронизация комманд; сейчас вы не можете выполнить эту комманду"
5697
#: libdrizzleclient/errmsg.c:42
5640
#: libdrizzleclient/errmsg.c:43
5699
5642
msgid "Named pipe: %-.32s"
5702
#: libdrizzleclient/errmsg.c:43
5645
#: libdrizzleclient/errmsg.c:44
5704
5647
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5707
#: libdrizzleclient/errmsg.c:44
5650
#: libdrizzleclient/errmsg.c:45
5709
5652
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5712
#: libdrizzleclient/errmsg.c:45
5655
#: libdrizzleclient/errmsg.c:46
5714
5657
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5717
#: libdrizzleclient/errmsg.c:46
5660
#: libdrizzleclient/errmsg.c:47
5719
5662
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5663
msgstr "Не могу инициализировать character set %-.32s (path: %-.100s)"
5722
#: libdrizzleclient/errmsg.c:47
5665
#: libdrizzleclient/errmsg.c:48
5723
5666
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5667
msgstr "Получен пакет больше чем 'max_allowed_packet' байт"
5726
#: libdrizzleclient/errmsg.c:48
5669
#: libdrizzleclient/errmsg.c:49
5727
5670
msgid "Embedded server"
5671
msgstr "Встроенный сервер"
5730
#: libdrizzleclient/errmsg.c:49
5673
#: libdrizzleclient/errmsg.c:50
5731
5674
msgid "Error on SHOW SLAVE STATUS:"
5734
#: libdrizzleclient/errmsg.c:50
5677
#: libdrizzleclient/errmsg.c:51
5735
5678
msgid "Error on SHOW SLAVE HOSTS:"
5738
#: libdrizzleclient/errmsg.c:51
5681
#: libdrizzleclient/errmsg.c:52
5739
5682
msgid "Error connecting to slave:"
5683
msgstr "Ошибка при соединении к слейву:"
5742
#: libdrizzleclient/errmsg.c:52
5685
#: libdrizzleclient/errmsg.c:53
5743
5686
msgid "Error connecting to master:"
5687
msgstr "Ошибка при соединении к мастеру:"
5746
#: libdrizzleclient/errmsg.c:53
5689
#: libdrizzleclient/errmsg.c:54
5747
5690
msgid "SSL connection error"
5691
msgstr "Ошибка SSL-соединения"
5750
#: libdrizzleclient/errmsg.c:54
5693
#: libdrizzleclient/errmsg.c:55
5751
5694
msgid "Malformed packet"
5695
msgstr "Неверный пакет"
5754
#: libdrizzleclient/errmsg.c:55 libdrizzleclient/errmsg.c:66
5755
#: libdrizzleclient/errmsg.c:67 libdrizzleclient/errmsg.c:68
5756
#: libdrizzleclient/errmsg.c:69 libdrizzleclient/errmsg.c:70
5757
#: libdrizzleclient/errmsg.c:71 libdrizzleclient/errmsg.c:72
5758
#: libdrizzleclient/errmsg.c:73 libdrizzleclient/errmsg.c:74
5697
#: libdrizzleclient/errmsg.c:56 libdrizzleclient/errmsg.c:67
5698
#: libdrizzleclient/errmsg.c:68 libdrizzleclient/errmsg.c:69
5699
#: libdrizzleclient/errmsg.c:70 libdrizzleclient/errmsg.c:71
5700
#: libdrizzleclient/errmsg.c:72 libdrizzleclient/errmsg.c:73
5701
#: libdrizzleclient/errmsg.c:74 libdrizzleclient/errmsg.c:75
5759
5702
msgid "(unused error message)"
5703
msgstr "(неиспользуемое сообщение об ошибке)"
5762
#: libdrizzleclient/errmsg.c:56
5705
#: libdrizzleclient/errmsg.c:57
5763
5706
msgid "Invalid use of null pointer"
5707
msgstr "Неверное использование null указателя"
5766
#: libdrizzleclient/errmsg.c:57
5709
#: libdrizzleclient/errmsg.c:58
5767
5710
msgid "Statement not prepared"
5770
#: libdrizzleclient/errmsg.c:58
5713
#: libdrizzleclient/errmsg.c:59
5771
5714
msgid "No data supplied for parameters in prepared statement"
5774
#: libdrizzleclient/errmsg.c:59
5717
#: libdrizzleclient/errmsg.c:60
5775
5718
msgid "Data truncated"
5778
#: libdrizzleclient/errmsg.c:60
5721
#: libdrizzleclient/errmsg.c:61
5779
5722
msgid "No parameters exist in the statement"
5782
#: libdrizzleclient/errmsg.c:61
5725
#: libdrizzleclient/errmsg.c:62
5783
5726
msgid "Invalid parameter number"
5727
msgstr "Неверное количество параметров"
5786
#: libdrizzleclient/errmsg.c:62
5729
#: libdrizzleclient/errmsg.c:63
5789
5732
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5792
#: libdrizzleclient/errmsg.c:64
5735
#: libdrizzleclient/errmsg.c:65
5794
5737
msgid "Using unsupported buffer type: %d (parameter: %d)"
5797
#: libdrizzleclient/errmsg.c:65
5740
#: libdrizzleclient/errmsg.c:66
5799
5742
msgid "Shared memory: %-.100s"
5802
#: libdrizzleclient/errmsg.c:75
5745
#: libdrizzleclient/errmsg.c:76
5803
5746
msgid "Wrong or unknown protocol"
5747
msgstr "Неверный или неизвестный протокол"
5806
#: libdrizzleclient/errmsg.c:76
5749
#: libdrizzleclient/errmsg.c:77
5807
5750
msgid "Invalid connection handle"
5810
#: libdrizzleclient/errmsg.c:77
5753
#: libdrizzleclient/errmsg.c:78
5812
5755
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5813
5756
"option 'secure_auth' enabled)"
5758
"Отклонено соединение, использующее старый (до 4.1.1) протокол аутентификации "
5759
"- клиент включил опцию 'secure_auth'"
5816
#: libdrizzleclient/errmsg.c:79
5761
#: libdrizzleclient/errmsg.c:80
5817
5762
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5820
#: libdrizzleclient/errmsg.c:80
5765
#: libdrizzleclient/errmsg.c:81
5821
5766
msgid "Attempt to read column without prior row fetch"
5824
#: libdrizzleclient/errmsg.c:81
5769
#: libdrizzleclient/errmsg.c:82
5825
5770
msgid "Prepared statement contains no metadata"
5828
#: libdrizzleclient/errmsg.c:82
5773
#: libdrizzleclient/errmsg.c:83
5830
5775
"Attempt to read a row while there is no result set associated with the "
5834
#: libdrizzleclient/errmsg.c:84
5779
#: libdrizzleclient/errmsg.c:85
5835
5780
msgid "This feature is not implemented yet"
5781
msgstr "Эта функциональная возможность еще не реализована"
5838
#: libdrizzleclient/errmsg.c:85
5783
#: libdrizzleclient/errmsg.c:86
5841
5786
"Lost connection to Drizzle server while waiting for initial communication "
5842
5787
"packet, system error: %d"
5789
"Потеряно соединение с сервером Drizzle во время ожидания первоначального "
5790
"пакета, системная ошибка: %d"
5845
#: libdrizzleclient/errmsg.c:87
5792
#: libdrizzleclient/errmsg.c:88
5848
5795
"Lost connection to Drizzle server while reading initial communication "
5849
5796
"packet, system error: %d"
5798
"Потеряно соединение с сервером Drizzle во время получения первоначального "
5799
"пакета, системная ошибка: %d"
5852
#: libdrizzleclient/errmsg.c:89
5801
#: libdrizzleclient/errmsg.c:90
5855
5804
"Lost connection to Drizzle server while sending authentication information, "
5856
5805
"system error: %d"
5807
"Потеряно соединение с сервером Drizzle во время отправки аутентификационной "
5808
"информации, системная ошибка: %d"
5859
#: libdrizzleclient/errmsg.c:91
5810
#: libdrizzleclient/errmsg.c:92
5862
5813
"Lost connection to Drizzle server while reading authorization information, "
5863
5814
"system error: %d"
5816
"Потеряно соединение с сервером Drizzle во время получения аутентификационной "
5817
"информации, системная ошибка: %d"
5866
#: libdrizzleclient/errmsg.c:93
5819
#: libdrizzleclient/errmsg.c:94
5869
5822
"Lost connection to Drizzle server while setting initial database, system "
5825
"Потеряно соединение с сервером Drizzle во время установки начальной базы "
5826
"данных, системная ошибка: %d"
5873
#: libdrizzleclient/errmsg.c:95
5828
#: libdrizzleclient/errmsg.c:96
5875
5830
msgid "Statement closed indirectly because of a preceding %s() call"