19
19
"X-Launchpad-Export-Date: 2008-12-24 20:33+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: client/drizzle.cc:259
22
#: client/drizzle.cc:277
23
23
msgid "Synonym for `help'."
24
24
msgstr "Синоним для `help'."
26
#: client/drizzle.cc:260
26
#: client/drizzle.cc:278
27
27
msgid "Clear command."
30
#: client/drizzle.cc:262
30
#: client/drizzle.cc:280
31
31
msgid "Reconnect to the server. Optional arguments are db and host."
32
32
msgstr "Переподключиться к серверу. Опциональные аргументы: БД и хост."
34
#: client/drizzle.cc:264
34
#: client/drizzle.cc:282
36
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: client/drizzle.cc:266
39
#: client/drizzle.cc:284
40
40
msgid "Send command to drizzle server, display result vertically."
41
41
msgstr "Послать команду на сервер drizzle, отобразить результат вертикально."
43
#: client/drizzle.cc:267
43
#: client/drizzle.cc:285
44
44
msgid "Exit drizzle. Same as quit."
45
45
msgstr "Выйти из drizzle. Команда аналогична команде quit."
47
#: client/drizzle.cc:268
47
#: client/drizzle.cc:286
48
48
msgid "Send command to drizzle server."
49
49
msgstr "Послать команду на сервер drizzle."
51
#: client/drizzle.cc:269
51
#: client/drizzle.cc:287
52
52
msgid "Display this help."
53
53
msgstr "Отобразить справку"
55
#: client/drizzle.cc:270
55
#: client/drizzle.cc:288
56
56
msgid "Disable pager, print to stdout."
57
57
msgstr "Выключить пейджер, выводить в поток стандартного вывода."
59
#: client/drizzle.cc:271
59
#: client/drizzle.cc:289
60
60
msgid "Don't write into outfile."
61
61
msgstr "Не сохранять результаты в файл"
63
#: client/drizzle.cc:273
63
#: client/drizzle.cc:291
64
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
66
"Использовать [to_pager] в качестве программы-пейджера. Выводит результаты "
67
67
"запросов, используя PAGER для разбивки на страницы."
69
#: client/drizzle.cc:274
69
#: client/drizzle.cc:292
70
70
msgid "Print current command."
71
71
msgstr "Напечатать текущую комманду."
73
#: client/drizzle.cc:275
73
#: client/drizzle.cc:293
74
74
msgid "Change your drizzle prompt."
77
#: client/drizzle.cc:276
77
#: client/drizzle.cc:294
78
78
msgid "Quit drizzle."
79
79
msgstr "Выйти из drizzle."
81
#: client/drizzle.cc:277
81
#: client/drizzle.cc:295
82
82
msgid "Rebuild completion hash."
83
83
msgstr "Обновить список авто-дополнений."
85
#: client/drizzle.cc:279
85
#: client/drizzle.cc:297
86
86
msgid "Execute an SQL script file. Takes a file name as an argument."
87
87
msgstr "Выполнить SQL-скрипт из файла. Получает имя файла как аргумент."
89
#: client/drizzle.cc:280
89
#: client/drizzle.cc:298
90
90
msgid "Get status information from the server."
91
91
msgstr "Получить статусную информацию с сервера."
93
#: client/drizzle.cc:282
93
#: client/drizzle.cc:300
94
94
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
96
"Назначить файлом вывода [to_outfile]. Весь консоьный вывод клиента будет "
97
97
"дописан в коней указанного файла."
99
#: client/drizzle.cc:284
99
#: client/drizzle.cc:302
100
100
msgid "Use another database. Takes database name as argument."
101
101
msgstr "Переключиться на другую базу данных. Получает имя базы как аргумент."
103
#: client/drizzle.cc:286 client/drizzle.cc:1441
103
#: client/drizzle.cc:304 client/drizzle.cc:1459
104
104
msgid "Show warnings after every statement."
105
105
msgstr "Показывать предупреждения после каждой выполненной команды"
107
#: client/drizzle.cc:288
107
#: client/drizzle.cc:306
108
108
msgid "Don't show warnings after every statement."
109
109
msgstr "Не показывать предупреждения после каждой выполненной команды"
111
#: client/drizzle.cc:1040 client/drizzle.cc:1047
111
#: client/drizzle.cc:1058 client/drizzle.cc:1065
113
113
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
116
#: client/drizzle.cc:1130
116
#: client/drizzle.cc:1148
117
117
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
119
119
"Добро пожаловать в клиент Drizzle.. Разделителем команд служит ; или \\g."
121
#: client/drizzle.cc:1140
121
#: client/drizzle.cc:1158
124
124
"Your Drizzle connection id is %u\n"
127
127
"Идентификатор вашего подключения к Drizzle: %u\n"
128
128
"Версия сервера: %s\n"
130
#: client/drizzle.cc:1168
130
#: client/drizzle.cc:1186
132
132
msgid "Reading history-file %s\n"
133
133
msgstr "Чтение файла истории %s\n"
135
#: client/drizzle.cc:1172
135
#: client/drizzle.cc:1190
137
137
msgid "Couldn't allocate memory for temp histfile!\n"
138
138
msgstr "Невозможно выделить мамять под временный файл истории!\n"
140
#: client/drizzle.cc:1179
140
#: client/drizzle.cc:1197
141
141
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
143
143
"Используйте 'help;' или '\\h' для получение справки и '\\c' для очистки "
144
144
"буфера команд.\n"
146
#: client/drizzle.cc:1197
146
#: client/drizzle.cc:1215
148
148
msgid "Writing history-file %s\n"
149
149
msgstr "Запись файла истории %s\n"
151
#: client/drizzle.cc:1206
151
#: client/drizzle.cc:1224
153
153
msgstr "Отменено"
155
#: client/drizzle.cc:1206
155
#: client/drizzle.cc:1224
159
#: client/drizzle.cc:1255
159
#: client/drizzle.cc:1273
160
160
msgid "Query aborted by Ctrl+C\n"
161
161
msgstr "Запрос прерван с помощью Ctrl+C\n"
163
#: client/drizzle.cc:1278 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2791
163
#: client/drizzle.cc:1296 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2791
164
164
msgid "Display this help and exit."
165
165
msgstr "Показать справку и выйти."
167
#: client/drizzle.cc:1280
167
#: client/drizzle.cc:1298
168
168
msgid "Synonym for -?"
169
169
msgstr "Синоним для -?"
171
#: client/drizzle.cc:1283
171
#: client/drizzle.cc:1301
173
173
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
174
174
"and field completion, but startup and reconnecting may take a longer time. "
195
195
"Автоматически переключаться на вертикальный формат вывода в случаях, когда "
196
196
"ширина результатов больше ширины терминала."
198
#: client/drizzle.cc:1293
198
#: client/drizzle.cc:1311
200
200
"Don't use history file. Disable interactive behavior. (Enables --silent)"
202
202
"Не использовать файл истории команд. Отключает интерактивное поведение "
203
203
"клиента. (Включает --silent)."
205
#: client/drizzle.cc:1295 drizzled/drizzled.cc:2838
205
#: client/drizzle.cc:1313 drizzled/drizzled.cc:2838
206
206
msgid "Directory where character sets are."
209
#: client/drizzle.cc:1297
209
#: client/drizzle.cc:1315
210
210
msgid "Display column type information."
211
211
msgstr "Отображать информацию о типах колонок."
213
#: client/drizzle.cc:1300
213
#: client/drizzle.cc:1318
215
215
"Preserve comments. Send comments to the server. The default is --skip-"
216
216
"comments (discard comments), enable with --comments"
219
#: client/drizzle.cc:1303
219
#: client/drizzle.cc:1321
220
220
msgid "Use compression in server/client protocol."
221
221
msgstr "Использовать сжатие в клиент-серверном протоколе."
223
#: client/drizzle.cc:1306
223
#: client/drizzle.cc:1324
224
224
msgid "Check memory and open file usage at exit ."
225
225
msgstr "Проверить использование памяти и открытых файлов при выходе."
227
#: client/drizzle.cc:1309
227
#: client/drizzle.cc:1327
228
228
msgid "Print some debug info at exit."
229
229
msgstr "Отобразить отладочную информацию при выходе."
231
#: client/drizzle.cc:1311
231
#: client/drizzle.cc:1329
232
232
msgid "Database to use."
233
233
msgstr "База данных для использования."
235
#: client/drizzle.cc:1314
235
#: client/drizzle.cc:1332
236
236
msgid "(not used)"
239
#: client/drizzle.cc:1316
239
#: client/drizzle.cc:1334
240
240
msgid "Delimiter to be used."
241
241
msgstr "Используемый разделитель команд."
243
#: client/drizzle.cc:1318
243
#: client/drizzle.cc:1336
244
244
msgid "Execute command and quit. (Disables --force and history file)"
245
245
msgstr "Выполнить команду и выйти. (Отключает --force и файл истории команд)"
247
#: client/drizzle.cc:1320
247
#: client/drizzle.cc:1338
248
248
msgid "Print the output of a query (rows) vertically."
249
249
msgstr "Отобразить результаты запроса (строки) вертикально."
251
#: client/drizzle.cc:1323
251
#: client/drizzle.cc:1341
252
252
msgid "Continue even if we get an sql error."
253
253
msgstr "Продолжение работы даже после возникновения ошибок в SQL."
255
#: client/drizzle.cc:1327
255
#: client/drizzle.cc:1345
257
257
"Enable named commands. Named commands mean this program's internal commands; "
258
258
"see drizzle> help . When enabled, the named commands can be used from any "
269
269
"deprecated; use --disable-named-commands instead."
272
#: client/drizzle.cc:1333
272
#: client/drizzle.cc:1351
273
273
msgid "Ignore space after function names."
274
274
msgstr "Игнорирование пробелов после имен функций."
276
#: client/drizzle.cc:1335
276
#: client/drizzle.cc:1353
277
277
msgid "Enable/disable LOAD DATA LOCAL INFILE."
278
278
msgstr "Включить/выключить поддержку LOAD DATA LOCAL INFILE."
280
#: client/drizzle.cc:1338
280
#: client/drizzle.cc:1356
281
281
msgid "Turn off beep on error."
282
282
msgstr "Отключение звуковых сигналов при ошибках."
284
#: client/drizzle.cc:1340 client/drizzleadmin.cc:77
284
#: client/drizzle.cc:1358 client/drizzleadmin.cc:77
285
285
msgid "Connect to host."
286
286
msgstr "Подключение к хосту."
288
#: client/drizzle.cc:1342
288
#: client/drizzle.cc:1360
289
289
msgid "Write line numbers for errors."
290
290
msgstr "Отоброжение номеров строк в случае ошибок."
292
#: client/drizzle.cc:1345
292
#: client/drizzle.cc:1363
294
294
"Don't write line number for errors. WARNING: -L is deprecated, use long "
295
295
"version of this option instead."
344
#: client/drizzle.cc:1368
344
#: client/drizzle.cc:1386
346
346
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
347
347
"option deprecated; use --disable-pager instead."
350
#: client/drizzle.cc:1371 client/drizzleadmin.cc:80
350
#: client/drizzle.cc:1389 client/drizzleadmin.cc:80
352
352
"Password to use when connecting to server. If password is not given it's "
353
353
"asked from the tty."
356
#: client/drizzle.cc:1373
356
#: client/drizzle.cc:1391
358
358
"Port number to use for connection or 0 for default to, in order of "
359
359
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
362
#: client/drizzle.cc:1374
362
#: client/drizzle.cc:1392
363
363
msgid "built-in default"
364
364
msgstr "встроено по-умолчанию"
366
#: client/drizzle.cc:1376
366
#: client/drizzle.cc:1394
367
367
msgid "Set the drizzle prompt to this value."
370
#: client/drizzle.cc:1380
370
#: client/drizzle.cc:1398
372
372
"Don't cache result, print it row by row. This may slow down the server if "
373
373
"the output is suspended. Doesn't use history file."
376
#: client/drizzle.cc:1382
376
#: client/drizzle.cc:1400
377
377
msgid "Write fields without conversion. Used with --batch."
378
378
msgstr "Отображение полей без конверсии. Импользуется с --batch."
380
#: client/drizzle.cc:1385
380
#: client/drizzle.cc:1403
382
382
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
383
383
"option is enabled by default."
386
#: client/drizzle.cc:1387
386
#: client/drizzle.cc:1405
388
388
"Be more silent. Print results with a tab as separator, each row on new line."
391
#: client/drizzle.cc:1389
391
#: client/drizzle.cc:1407
392
392
msgid "Socket file to use for connection."
395
#: client/drizzle.cc:1392
395
#: client/drizzle.cc:1410
396
396
msgid "Output in table format."
397
397
msgstr "Вывод в табличном формате."
399
#: client/drizzle.cc:1395
399
#: client/drizzle.cc:1413
401
401
"Append everything into outfile. See interactive help (\\h) also. Does not "
402
402
"work in batch mode. Disable with --disable-tee. This option is disabled by "
406
#: client/drizzle.cc:1397
406
#: client/drizzle.cc:1415
408
408
"Disable outfile. See interactive help (\\h) also. WARNING: option "
409
409
"deprecated; use --disable-tee instead"
412
#: client/drizzle.cc:1400 client/drizzleadmin.cc:89
412
#: client/drizzle.cc:1418 client/drizzleadmin.cc:89
413
413
msgid "User for login if not current user."
415
415
"Имя пользование для подключения (если не совпадает с именем текущего "
418
#: client/drizzle.cc:1403
418
#: client/drizzle.cc:1421
419
419
msgid "Only allow UPDATE and DELETE that uses keys."
420
420
msgstr "Разрешение запросов UPDATE и DELETE только с использованием ключей."
422
#: client/drizzle.cc:1406
422
#: client/drizzle.cc:1424
423
423
msgid "Synonym for option --safe-updates, -U."
424
424
msgstr "Синоним для опции --safe-updates, -U."
426
#: client/drizzle.cc:1409
426
#: client/drizzle.cc:1427
427
427
msgid "Write more. (-v -v -v gives the table output format)."
430
#: client/drizzle.cc:1411 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3141
430
#: client/drizzle.cc:1429 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3141
431
431
msgid "Output version information and exit."
432
432
msgstr "Вывод информации о версии и выход из программы."
434
#: client/drizzle.cc:1413 client/drizzleadmin.cc:96
434
#: client/drizzle.cc:1431 client/drizzleadmin.cc:96
435
435
msgid "Wait and retry if connection is down."
436
436
msgstr "Ожидать и повторять запрос если соединение с сервером разорвано."
438
#: client/drizzle.cc:1416
438
#: client/drizzle.cc:1434
439
439
msgid "Number of seconds before connection timeout."
440
440
msgstr "Количество секунд до таймаута соединения"
442
#: client/drizzle.cc:1421
442
#: client/drizzle.cc:1439
443
443
msgid "Max packet length to send to, or receive from server"
445
445
"Максимальная длина пакета для получения или отправки во время работы с "
448
#: client/drizzle.cc:1426
448
#: client/drizzle.cc:1444
449
449
msgid "Buffer for TCP/IP and socket communication"
452
#: client/drizzle.cc:1430
452
#: client/drizzle.cc:1448
453
453
msgid "Automatic limit for SELECT when using --safe-updates"
456
#: client/drizzle.cc:1435
456
#: client/drizzle.cc:1453
457
457
msgid "Automatic limit for rows in a join when using --safe-updates"
460
#: client/drizzle.cc:1439
460
#: client/drizzle.cc:1457
461
461
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
464
#: client/drizzle.cc:1444
464
#: client/drizzle.cc:1462
466
466
msgid "Number of lines before each import progress report."
467
467
msgstr "Количество секунд до таймаута соединения"
469
#: client/drizzle.cc:1455
469
#: client/drizzle.cc:1473
471
471
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
474
#: client/drizzle.cc:1462
474
#: client/drizzle.cc:1480
477
477
"Copyright (C) 2008 Sun Microsystems\n"
479
479
"and you are welcome to modify and redistribute it under the GPL license\n"
482
#: client/drizzle.cc:1467
482
#: client/drizzle.cc:1485
484
484
msgid "Usage: %s [OPTIONS] [database]\n"
487
#: client/drizzle.cc:1502
487
#: client/drizzle.cc:1520
488
488
msgid "DELIMITER cannot contain a backslash character"
491
#: client/drizzle.cc:1523
491
#: client/drizzle.cc:1541
493
493
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
496
#: client/drizzle.cc:1546
496
#: client/drizzle.cc:1564
498
498
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
501
#: client/drizzle.cc:1550
501
#: client/drizzle.cc:1568
503
503
msgid "WARNING: --server-arg option not supported in this configuration.\n"
506
#: client/drizzle.cc:1577
506
#: client/drizzle.cc:1595
508
508
"Non-integer value supplied for port. If you are trying to enter a password "
509
509
"please use --password instead."
512
#: client/drizzle.cc:1585
512
#: client/drizzle.cc:1603
513
513
msgid "Value supplied for port is not valid."
516
#: client/drizzle.cc:1738
516
#: client/drizzle.cc:1756
518
518
msgid "Processing line: %<PRIu32>\n"
521
#: client/drizzle.cc:1954
521
#: client/drizzle.cc:1972
523
523
msgid "Unknown command '\\%c'."
526
#: client/drizzle.cc:2378
526
#: client/drizzle.cc:2396
528
528
"Reading table information for completion of table and column names\n"
529
529
" You can turn off this feature to get a quicker startup with -A\n"
533
#: client/drizzle.cc:2475
533
#: client/drizzle.cc:2493
534
534
msgid "No connection. Trying to reconnect..."
535
535
msgstr "Нет соеденения. Попытка переподключения..."
537
#: client/drizzle.cc:2481
537
#: client/drizzle.cc:2499
538
538
msgid "Can't connect to the server\n"
539
539
msgstr "Невозможно подключиться к серверу.\n"
541
#: client/drizzle.cc:2538
541
#: client/drizzle.cc:2556
542
542
msgid "categories:"
543
543
msgstr "категории:"
545
#: client/drizzle.cc:2538
545
#: client/drizzle.cc:2556
549
#: client/drizzle.cc:2590
549
#: client/drizzle.cc:2608
551
551
msgid "Name: '%s'\n"
552
552
msgstr "Имя: '%s'\n"
554
#: client/drizzle.cc:2591
554
#: client/drizzle.cc:2609
572
#: client/drizzle.cc:2606
572
#: client/drizzle.cc:2624
573
573
msgid "Many help items for your request exist."
576
#: client/drizzle.cc:2607
576
#: client/drizzle.cc:2625
578
578
"To make a more specific request, please type 'help <item>',\n"
579
579
"where <item> is one of the following"
582
#: client/drizzle.cc:2613
582
#: client/drizzle.cc:2631
584
584
msgid "You asked for help about help category: '%s'\n"
587
#: client/drizzle.cc:2614
587
#: client/drizzle.cc:2632
589
589
"For more information, type 'help <item>', where <item> is one of the "
593
#: client/drizzle.cc:2627
593
#: client/drizzle.cc:2645
599
#: client/drizzle.cc:2628
599
#: client/drizzle.cc:2646
600
600
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
603
#: client/drizzle.cc:2650
603
#: client/drizzle.cc:2668
604
604
msgid "List of all Drizzle commands:"
607
#: client/drizzle.cc:2652
607
#: client/drizzle.cc:2670
608
608
msgid "Note that all text commands must be first on line and end with ';'"
611
#: client/drizzle.cc:2664
611
#: client/drizzle.cc:2682
614
614
"For server side help, type 'help contents'\n"
617
#: client/drizzle.cc:2705
617
#: client/drizzle.cc:2723
618
618
msgid "No query specified\n"
621
#: client/drizzle.cc:2720
621
#: client/drizzle.cc:2738
622
622
msgid "Ignoring query to other database"
625
#: client/drizzle.cc:2769
625
#: client/drizzle.cc:2787
626
626
msgid "Empty set"
629
#: client/drizzle.cc:2782
629
#: client/drizzle.cc:2800
631
631
msgid "%ld row in set"
632
632
msgid_plural "%ld rows in set"
636
#: client/drizzle.cc:2791
636
#: client/drizzle.cc:2809
640
#: client/drizzle.cc:2793
640
#: client/drizzle.cc:2811
642
642
msgid "Query OK, %ld row affected"
643
643
msgid_plural "Query OK, %ld rows affected"
773
773
" shutdown Take server down\n"
776
#: client/drizzledump.cc:464
778
msgid "Got errno %d on write"
781
#: client/drizzledump.cc:469
783
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
786
#: client/drizzledump.cc:476
788
msgid "Usage: %s [OPTIONS] database [tables]\n"
791
#: client/drizzledump.cc:477
793
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
796
#: client/drizzledump.cc:479
798
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
801
#: client/drizzledump.cc:486
802
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
805
#: client/drizzledump.cc:488
806
msgid "Dumping definition and data DRIZZLE database or table"
809
#: client/drizzledump.cc:499
811
msgid "For more options, use %s --help\n"
814
#: client/drizzledump.cc:674
816
msgid "Input filename too long: %s"
819
#: client/drizzledump.cc:717
821
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
824
#: client/drizzledump.cc:742
826
msgid "Invalid mode to --compatible: %s\n"
829
#: client/drizzledump.cc:802
831
msgid "%s: You must use option --tab with --fields-...\n"
834
#: client/drizzledump.cc:819
837
"%s: You can't use --single-transaction and --lock-all-tables at the same "
841
#: client/drizzledump.cc:832
844
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
848
#: client/drizzledump.cc:838
850
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
853
#: client/drizzledump.cc:863
855
msgid "Got error: %d: %s %s"
858
#: client/drizzledump.cc:955
860
msgid "Couldn't execute '%s': %s (%d)"
863
#: client/drizzledump.cc:1016
865
msgid "-- Connecting to %s...\n"
866
msgstr "Подключение к хосту."
868
#: client/drizzledump.cc:1037
870
msgid "-- Disconnecting from %s...\n"
873
#: client/drizzledump.cc:1047
875
msgid "Couldn't allocate memory"
876
msgstr "Невозможно выделить мамять под временный файл истории!\n"
878
#: client/drizzledump.cc:1389
881
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
885
#: client/drizzledump.cc:1403
887
msgid "-- Retrieving table structure for table %s...\n"
890
#: client/drizzledump.cc:1517
892
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
895
#: client/drizzledump.cc:1626
897
msgid "%s: Can't get keys for table %s (%s)\n"
900
#: client/drizzledump.cc:1704 client/drizzledump.cc:2976
902
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
905
#: client/drizzledump.cc:1711 client/drizzledump.cc:2984
907
msgid "Error: Couldn't read status information for table %s (%s)\n"
910
#: client/drizzledump.cc:1852
912
msgid "Error retrieving table structure for table: \"%s\""
915
#: client/drizzledump.cc:1859
917
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
920
#: client/drizzledump.cc:1870
922
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
925
#: client/drizzledump.cc:1877
927
msgid "-- Skipping dump data for table '%s', it has no fields\n"
930
#: client/drizzledump.cc:1885
931
msgid "-- Sending SELECT query...\n"
934
#: client/drizzledump.cc:1940
935
msgid "when executing 'SELECT INTO OUTFILE'"
938
#: client/drizzledump.cc:1948
943
"-- Dumping data for table %s\n"
947
#: client/drizzledump.cc:1985 client/drizzledump.cc:1994
948
msgid "when retrieving data from server"
951
#: client/drizzledump.cc:1998
952
msgid "-- Retrieving rows...\n"
955
#: client/drizzledump.cc:2001
957
msgid "%s: Error in field count for table: %s ! Aborting.\n"
960
#: client/drizzledump.cc:2058
962
msgid "Not enough fields from table %s! Aborting.\n"
965
#: client/drizzledump.cc:2244
967
msgid "%s: Error %d: %s when dumping table %s at row: %d\n"
970
#: client/drizzledump.cc:2402
971
msgid "when selecting the database"
974
#: client/drizzledump.cc:2470
975
msgid "when using LOCK TABLES"
978
#: client/drizzledump.cc:2477 client/drizzledump.cc:2609
979
msgid "when doing refresh"
982
#: client/drizzledump.cc:2563
983
msgid "alloc_root failure."
986
#: client/drizzledump.cc:2584
988
msgid "Couldn't find table: \"%s\""
991
#: client/drizzledump.cc:2599
992
msgid "when doing LOCK TABLES"
995
#: client/drizzledump.cc:2662
996
msgid "Error: Binlogging on server not active"
999
#: client/drizzledump.cc:2730
1000
msgid "Error: Slave not set up"
1003
#: client/drizzledump.cc:2789
1004
msgid "Error: Unable to start slave"
1007
#: client/drizzledump.cc:3046
1010
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1013
#: client/drizzledump.cc:3077
1015
msgid "Error: Not enough memory to store ORDER BY clause\n"
776
1018
#: libdrizzle/errmsg.c:27
777
1019
msgid "Unknown Drizzle error"
6018
6260
msgid "parser plugin '%s' parser_func2() failed"
6021
#. TRANSLATORS: The leading word "qcache" is the name
6022
#. of the plugin api, and so should not be translated.
6023
#: drizzled/qcache.cc:40
6263
#: drizzled/qcache.cc:38
6025
6265
msgid "qcache plugin '%s' init() failed"
6028
#. TRANSLATORS: The leading word "qcache" is the name
6029
#. of the plugin api, and so should not be translated.
6030
#: drizzled/qcache.cc:62
6268
#: drizzled/qcache.cc:58
6032
6270
msgid "qcache plugin '%s' deinit() failed"
6035
#. TRANSLATORS: The leading word "qcache" is the name
6036
#. of the plugin api, and so should not be translated.
6037
#: drizzled/qcache.cc:98
6039
msgid "qcache plugin '%s' do1() failed"
6042
#. TRANSLATORS: The leading word "qcache" is the name
6043
#. of the plugin api, and so should not be translated.
6044
#: drizzled/qcache.cc:152
6046
msgid "qcache plugin '%s' qcache_func2() failed"
6273
#: drizzled/qcache.cc:103
6275
msgid "qcache plugin '%s' try_fetch_and_send() failed"
6278
#: drizzled/qcache.cc:120
6280
msgid "qcache plugin '%s' set() failed"
6283
#: drizzled/qcache.cc:139
6285
msgid "qcache plugin '%s' invalidate_table() failed"
6288
#: drizzled/qcache.cc:158
6290
msgid "qcache plugin '%s' invalidate_db() failed"
6293
#: drizzled/qcache.cc:176
6295
msgid "qcache plugin '%s' flush() failed"
6049
6298
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1090
6749
6998
"byte, so character column sizes may have changed"
6752
#: drizzled/table.cc:2075
7001
#: drizzled/table.cc:2073
6754
7003
msgid "Unknown collation '%s' in table '%-.64s' definition"
6757
#: drizzled/table.cc:2082
7006
#: drizzled/table.cc:2080
6760
7009
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6764
#: drizzled/table.cc:2695
7013
#: drizzled/table.cc:2693
6767
7016
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6771
#: drizzled/table.cc:2721
7020
#: drizzled/table.cc:2719
6774
7023
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6775
7024
"have type %s, found type %s."
6778
#: drizzled/table.cc:2730
7027
#: drizzled/table.cc:2728
6781
7030
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6782
7031
"position %d to have character set '%s' but the type has no character set."
6785
#: drizzled/table.cc:2740
7034
#: drizzled/table.cc:2738
6788
7037
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6789
7038
"position %d to have character set '%s' but found character set '%s'."
6792
#: drizzled/table.cc:2751
7041
#: drizzled/table.cc:2749
6795
7044
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6796
7045
"have type %s but the column is not found."
6799
#: drizzled/table.cc:4864
7048
#: drizzled/table.cc:4862
6801
7050
msgid "Got error %d when reading table '%s'"