~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ru.po

Fixed make update-po so that it doesn't change the .po files EVERY time distcheck is run. This one needs to go in to get us a good .po file baseline, and after that, the only changes to files  in .po dir will be specific changes driven by the actual changes in the actual source, rather than 100-bazillion lines which are comments about line numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
"X-Launchpad-Export-Date: 2009-09-23 09:47+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
21
21
 
22
 
#: client/drizzle.cc:273
23
22
msgid "Synonym for `help'."
24
23
msgstr "Синоним для `help'."
25
24
 
26
 
#: client/drizzle.cc:274
27
25
msgid "Clear command."
28
26
msgstr "Очистить команду"
29
27
 
30
 
#: client/drizzle.cc:276
31
28
msgid "Reconnect to the server. Optional arguments are db and host."
32
29
msgstr "Переподключиться к серверу. Дополнительные аргументы: db и host."
33
30
 
34
 
#: client/drizzle.cc:278
35
31
msgid ""
36
32
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
33
msgstr ""
38
34
"Задать разделитель команды. ВНИМАНИЕ: Остаток строки воспринимается как "
39
35
"разделитель."
40
36
 
41
 
#: client/drizzle.cc:280
42
37
msgid "Send command to drizzle server, display result vertically."
43
38
msgstr "Послать команду на сервер drizzle, отобразить результат вертикально."
44
39
 
45
 
#: client/drizzle.cc:281
46
40
msgid "Exit drizzle. Same as quit."
47
41
msgstr "Выйти из drizzle. Команда аналогична команде quit."
48
42
 
49
 
#: client/drizzle.cc:282
50
43
msgid "Send command to drizzle server."
51
44
msgstr "Послать команду на сервер drizzle."
52
45
 
53
 
#: client/drizzle.cc:283
54
46
msgid "Display this help."
55
47
msgstr "Показать помощь."
56
48
 
57
 
#: client/drizzle.cc:284
58
49
msgid "Disable pager, print to stdout."
59
50
msgstr "Выключить пейджер, выводить в поток стандартного вывода."
60
51
 
61
 
#: client/drizzle.cc:285
62
52
msgid "Don't write into outfile."
63
53
msgstr "Не сохранять результаты в файл"
64
54
 
65
 
#: client/drizzle.cc:287
66
55
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
56
msgstr ""
68
57
"Использовать [to_pager] в качестве программы-пейджера. Выводит результаты "
69
58
"запросов, используя PAGER для разбивки на страницы."
70
59
 
71
 
#: client/drizzle.cc:288
72
60
msgid "Print current command."
73
61
msgstr "Напечатать текущую комманду."
74
62
 
75
 
#: client/drizzle.cc:289
76
63
msgid "Change your drizzle prompt."
77
64
msgstr "Изменить заголовок вашей командной строки в Drizzle."
78
65
 
79
 
#: client/drizzle.cc:290
80
66
msgid "Quit drizzle."
81
67
msgstr "Выйти из drizzle."
82
68
 
83
 
#: client/drizzle.cc:291
84
69
msgid "Rebuild completion hash."
85
70
msgstr "Обновить список авто-дополнений."
86
71
 
87
 
#: client/drizzle.cc:293
88
72
msgid "Execute an SQL script file. Takes a file name as an argument."
89
73
msgstr "Выполнить SQL-скрипт из файла. Получает имя файла как аргумент."
90
74
 
91
 
#: client/drizzle.cc:294
92
75
msgid "Get status information from the server."
93
76
msgstr "Получить статусную информацию с сервера."
94
77
 
95
 
#: client/drizzle.cc:296
96
78
msgid "Set outfile [to_outfile]. Append everything into given outfile."
97
79
msgstr ""
98
80
"Назначить файлом вывода [to_outfile]. Весь консоьный вывод клиента будет "
99
81
"дописан в коней указанного файла."
100
82
 
101
 
#: client/drizzle.cc:298
102
83
msgid "Use another database. Takes database name as argument."
103
84
msgstr "Переключиться на другую базу данных. Получает имя базы как аргумент."
104
85
 
105
 
#: client/drizzle.cc:300 client/drizzle.cc:1579
106
86
msgid "Show warnings after every statement."
107
87
msgstr "Показывать предупреждения после каждой выполненной команды"
108
88
 
109
 
#: client/drizzle.cc:302
110
89
msgid "Don't show warnings after every statement."
111
90
msgstr "Не показывать предупреждения после каждой выполненной команды"
112
91
 
113
 
#: client/drizzle.cc:1163 client/drizzle.cc:1170
114
92
#, c-format
115
93
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
116
94
msgstr ""
117
95
"Ошибка выделения памяти при создании изначального запроса. Прекращение "
118
96
"работы.\n"
119
97
 
120
 
#: client/drizzle.cc:1266
121
98
msgid "Welcome to the Drizzle client..  Commands end with ; or \\g."
122
99
msgstr ""
123
100
"Добро пожаловать в клиент Drizzle.. Разделителем команд служит ; или \\g."
124
101
 
125
 
#: client/drizzle.cc:1276
126
102
#, c-format
127
103
msgid ""
128
104
"Your Drizzle connection id is %u\n"
131
107
"Идентификатор вашего подключения к Drizzle: %u\n"
132
108
"Версия сервера: %s\n"
133
109
 
134
 
#: client/drizzle.cc:1308
135
110
#, c-format
136
111
msgid "Reading history-file %s\n"
137
112
msgstr "Чтение файла истории %s\n"
138
113
 
139
 
#: client/drizzle.cc:1312
140
114
#, c-format
141
115
msgid "Couldn't allocate memory for temp histfile!\n"
142
116
msgstr "Невозможно выделить мамять под временный файл истории!\n"
143
117
 
144
 
#: client/drizzle.cc:1319
145
118
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
146
119
msgstr ""
147
120
"Используйте 'help;' или '\\h' для получение справки и '\\c' для очистки "
148
121
"буфера команд.\n"
149
122
 
150
 
#: client/drizzle.cc:1337
151
123
#, c-format
152
124
msgid "Writing history-file %s\n"
153
125
msgstr "Запись файла истории %s\n"
154
126
 
155
 
#: client/drizzle.cc:1345
156
127
msgid "Aborted"
157
128
msgstr "Отменено"
158
129
 
159
 
#: client/drizzle.cc:1345
160
130
msgid "Bye"
161
131
msgstr "Пока!"
162
132
 
163
 
#: client/drizzle.cc:1400
164
133
msgid "Query aborted by Ctrl+C\n"
165
134
msgstr "Запрос прерван с помощью Ctrl+C\n"
166
135
 
167
 
#: client/drizzle.cc:1423 drizzled/drizzled.cc:1677
168
136
msgid "Display this help and exit."
169
137
msgstr "Показать справку и выйти."
170
138
 
171
 
#: client/drizzle.cc:1425
172
139
msgid "Synonym for -?"
173
140
msgstr "Синоним для -?"
174
141
 
175
 
#: client/drizzle.cc:1428
176
142
msgid ""
177
143
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
178
144
"and field completion, but startup and reconnecting may take a longer time. "
184
150
"переподключение может занимать дольше времени; Отключается с помощью --"
185
151
"disable-auto-rehash."
186
152
 
187
 
#: client/drizzle.cc:1432
188
153
msgid ""
189
154
"No automatic rehashing. One has to use 'rehash' to get table and field "
190
155
"completion. This gives a quicker start of drizzle_st and disables rehashing "
196
161
"буферование при подключении. ВНИМАНИЕ: этот ключ устарел вместо него "
197
162
"используйте --disable-auto-rehash."
198
163
 
199
 
#: client/drizzle.cc:1435
200
164
msgid ""
201
165
"Automatically switch to vertical output mode if the result is wider than the "
202
166
"terminal width."
204
168
"Автоматически переключаться на вертикальный формат вывода в случаях, когда "
205
169
"ширина результатов больше ширины терминала."
206
170
 
207
 
#: client/drizzle.cc:1438
208
171
msgid ""
209
172
"Don't use history file. Disable interactive behavior. (Enables --silent)"
210
173
msgstr ""
211
174
"Не использовать файл истории команд. Отключает интерактивное поведение "
212
175
"клиента. (Включает --silent)."
213
176
 
214
 
#: client/drizzle.cc:1439
215
177
msgid "Display column type information."
216
178
msgstr "Отображать информацию о типах колонок."
217
179
 
218
 
#: client/drizzle.cc:1442
219
180
msgid ""
220
181
"Preserve comments. Send comments to the server. The default is --skip-"
221
182
"comments (discard comments), enable with --comments"
223
184
"Сохранять комментарии. Комментарии будут отправляться на сервер. По "
224
185
"умолчанию комментарии игнорируются, чтобы включить - используйте --comments"
225
186
 
226
 
#: client/drizzle.cc:1445
227
187
msgid "Use compression in server/client protocol."
228
188
msgstr "Использовать сжатие в клиент-серверном протоколе."
229
189
 
230
 
#: client/drizzle.cc:1448
231
190
msgid "Check memory and open file usage at exit ."
232
191
msgstr "Проверить использование памяти и открытых файлов при выходе."
233
192
 
234
 
#: client/drizzle.cc:1451
235
193
msgid "Print some debug info at exit."
236
194
msgstr "Отобразить отладочную информацию при выходе."
237
195
 
238
 
#: client/drizzle.cc:1453
239
196
msgid "Database to use."
240
197
msgstr "База данных для использования."
241
198
 
242
 
#: client/drizzle.cc:1456
243
199
msgid "(not used)"
244
200
msgstr "(не используется)"
245
201
 
246
 
#: client/drizzle.cc:1458
247
202
msgid "Delimiter to be used."
248
203
msgstr "Используемый разделитель команд."
249
204
 
250
 
#: client/drizzle.cc:1460
251
205
msgid "Execute command and quit. (Disables --force and history file)"
252
206
msgstr "Выполнить команду и выйти. (Отключает --force и файл истории команд)"
253
207
 
254
 
#: client/drizzle.cc:1462
255
208
msgid "Print the output of a query (rows) vertically."
256
209
msgstr "Отобразить результаты запроса (строки) вертикально."
257
210
 
258
 
#: client/drizzle.cc:1465
259
211
msgid "Continue even if we get an sql error."
260
212
msgstr "Продолжение работы даже после возникновения ошибок в SQL."
261
213
 
262
 
#: client/drizzle.cc:1469
263
214
msgid ""
264
215
"Enable named commands. Named commands mean this program's internal commands; "
265
216
"see drizzle> help . When enabled, the named commands can be used from any "
267
218
"Disable with --disable-named-commands. This option is disabled by default."
268
219
msgstr ""
269
220
 
270
 
#: client/drizzle.cc:1473
271
221
msgid ""
272
222
"Named commands are disabled. Use \\* form only, or use named commands only "
273
223
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
276
226
"deprecated; use --disable-named-commands instead."
277
227
msgstr ""
278
228
 
279
 
#: client/drizzle.cc:1475
280
229
msgid "Ignore space after function names."
281
230
msgstr "Игнорирование пробелов после имен функций."
282
231
 
283
 
#: client/drizzle.cc:1477
284
232
msgid "Enable/disable LOAD DATA LOCAL INFILE."
285
233
msgstr "Включить/выключить поддержку LOAD DATA LOCAL INFILE."
286
234
 
287
 
#: client/drizzle.cc:1480
288
235
msgid "Turn off beep on error."
289
236
msgstr "Отключение звуковых сигналов при ошибках."
290
237
 
291
 
#: client/drizzle.cc:1482
292
238
msgid "Connect to host."
293
239
msgstr "Подключение к хосту."
294
240
 
295
 
#: client/drizzle.cc:1484
296
241
msgid "Write line numbers for errors."
297
242
msgstr "Отоброжение номеров строк в случае ошибок."
298
243
 
299
 
#: client/drizzle.cc:1487
300
244
msgid ""
301
245
"Don't write line number for errors. WARNING: -L is deprecated, use long "
302
246
"version of this option instead."
304
248
"Не выводить номера строк для ошибок. Внимание: -L является устаревшим "
305
249
"ключем, используйте длинную версию."
306
250
 
307
 
#: client/drizzle.cc:1489
308
251
msgid "Flush buffer after each query."
309
252
msgstr "Сбрасывание буфера после каждого запроса."
310
253
 
311
 
#: client/drizzle.cc:1491
312
254
msgid "Write column names in results."
313
255
msgstr "Отображение имен колонок в результатах запросов."
314
256
 
315
 
#: client/drizzle.cc:1495
316
257
msgid ""
317
258
"Don't write column names in results. WARNING: -N is deprecated, use long "
318
259
"version of this options instead."
320
261
"Не выводить имена колонок в результатах запроса. Внимание: -N является "
321
262
"устаревшим ключем, используйте длинную версию."
322
263
 
323
 
#: client/drizzle.cc:1498
324
264
msgid ""
325
265
"Change the value of a variable. Please note that this option is deprecated; "
326
266
"you can set variables directly with --variable-name=value."
329
269
"этой опции не рекомендуется; вы можете устанавливать переменные напрямую при "
330
270
"помощи --variable-name=value."
331
271
 
332
 
#: client/drizzle.cc:1500
333
272
msgid "Ignore SIGINT (CTRL-C)"
334
273
msgstr "Игнорирование SIGINT (CTRL+C)"
335
274
 
336
 
#: client/drizzle.cc:1504
337
275
msgid ""
338
276
"Only update the default database. This is useful for skipping updates to "
339
277
"other database in the update log."
341
279
"Обновить только базу данных указанную по умолчанию. Это сделано для "
342
280
"избежании обновлений других баз данных в обновительном логе."
343
281
 
344
 
#: client/drizzle.cc:1507
345
282
msgid ""
346
283
"Pager to use to display results. If you don't supply an option the default "
347
284
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
350
287
"default."
351
288
msgstr ""
352
289
 
353
 
#: client/drizzle.cc:1510
354
290
msgid ""
355
291
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
356
292
"option deprecated; use --disable-pager instead."
357
293
msgstr ""
358
294
 
359
 
#: client/drizzle.cc:1513
360
295
msgid ""
361
296
"Password to use when connecting to server. If password is not given it's "
362
297
"asked from the tty."
364
299
"Пароль, используемый для подключения к серверу. Если пароль не введен, он "
365
300
"будет запрошен."
366
301
 
367
 
#: client/drizzle.cc:1515
368
302
msgid ""
369
303
"Port number to use for connection or 0 for default to, in order of "
370
304
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
372
306
"Номер порта для соединения или 0 для порта по умолчанию, в порядке "
373
307
"предпочтения, drizzle.cnf, $DRIZZLE_TCP_PORT, "
374
308
 
375
 
#: client/drizzle.cc:1516
376
309
msgid "built-in default"
377
310
msgstr "встроено по-умолчанию"
378
311
 
379
 
#: client/drizzle.cc:1518
380
312
msgid "Set the drizzle prompt to this value."
381
313
msgstr ""
382
314
 
383
 
#: client/drizzle.cc:1522
384
315
msgid ""
385
316
"Don't cache result, print it row by row. This may slow down the server if "
386
317
"the output is suspended. Doesn't use history file."
388
319
"Не кешировать результат, выводить построчно. Это может замедлить сервер, "
389
320
"если вывод приостановится.  Файл истории не используется."
390
321
 
391
 
#: client/drizzle.cc:1524
392
322
msgid "Write fields without conversion. Used with --batch."
393
323
msgstr "Отображение полей без конверсии. Импользуется с --batch."
394
324
 
395
 
#: client/drizzle.cc:1527
396
325
msgid ""
397
326
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
398
327
"option is enabled by default."
400
329
"Восстанавливать соединение при обрыве. Отключается с помощью --disable-"
401
330
"reconnect. Эта опция включена по умолчанию."
402
331
 
403
 
#: client/drizzle.cc:1529
404
332
msgid "Shutdown the server."
405
333
msgstr "Выключить сервер."
406
334
 
407
 
#: client/drizzle.cc:1531
408
335
msgid ""
409
336
"Be more silent. Print results with a tab as separator, each row on new line."
410
337
msgstr ""
411
338
"Выводить меньше подробностей. Выводит результат построчно, используя "
412
339
"табуляцию в качестве разделителя."
413
340
 
414
 
#: client/drizzle.cc:1533
415
341
msgid "Socket file to use for connection."
416
342
msgstr "UNIX сокет, используемый для соединения."
417
343
 
418
 
#: client/drizzle.cc:1536
419
344
msgid "Output in table format."
420
345
msgstr "Вывод в табличном формате."
421
346
 
422
 
#: client/drizzle.cc:1539
423
347
msgid ""
424
348
"Append everything into outfile. See interactive help (\\h) also. Does not "
425
349
"work in batch mode. Disable with --disable-tee. This option is disabled by "
429
353
"режиме. Выключается с помощью --disable-tee. Эта опция по умолчанию "
430
354
"выключена."
431
355
 
432
 
#: client/drizzle.cc:1541
433
356
msgid ""
434
357
"Disable outfile. See interactive help (\\h) also. WARNING: option "
435
358
"deprecated; use --disable-tee instead"
437
360
"Отключает вывод в файл. Смотри также справку (\\h). ПРЕДУПРЕЖДЕНИЕ: опция "
438
361
"устарела; вместо нее рекомендуется использовать --disable-tee"
439
362
 
440
 
#: client/drizzle.cc:1543
441
363
msgid "User for login if not current user."
442
364
msgstr ""
443
365
"Имя пользование для подключения (если не совпадает с именем текущего "
444
366
"пользователя)."
445
367
 
446
 
#: client/drizzle.cc:1545
447
368
msgid "Only allow UPDATE and DELETE that uses keys."
448
369
msgstr "Разрешение запросов UPDATE и DELETE только с использованием ключей."
449
370
 
450
 
#: client/drizzle.cc:1548
451
371
msgid "Synonym for option --safe-updates, -U."
452
372
msgstr "Синоним для опции --safe-updates, -U."
453
373
 
454
 
#: client/drizzle.cc:1551
455
374
msgid "Write more. (-v -v -v gives the table output format)."
456
375
msgstr ""
457
376
"Выводить больше подробностей. (-v -v -v выводит результат в табличном "
458
377
"формате)."
459
378
 
460
 
#: client/drizzle.cc:1553 drizzled/drizzled.cc:1822
461
379
msgid "Output version information and exit."
462
380
msgstr "Вывод информации о версии и выход из программы."
463
381
 
464
 
#: client/drizzle.cc:1555
465
382
msgid "Wait and retry if connection is down."
466
383
msgstr "Ожидать и повторять запрос если соединение с сервером разорвано."
467
384
 
468
 
#: client/drizzle.cc:1558
469
385
msgid "Number of seconds before connection timeout."
470
386
msgstr "Количество секунд до таймаута соединения"
471
387
 
472
 
#: client/drizzle.cc:1563
473
388
msgid "Max length of input line"
474
389
msgstr "Максимальная длинна вводимой линии"
475
390
 
476
 
#: client/drizzle.cc:1568
477
391
msgid "Automatic limit for SELECT when using --safe-updates"
478
392
msgstr "Автоматическое ограничение для SELECT при использовании --safe-updates"
479
393
 
480
 
#: client/drizzle.cc:1573
481
394
msgid "Automatic limit for rows in a join when using --safe-updates"
482
395
msgstr ""
483
396
"Автоматичекое ограничение для строк в JOIN при использовании --safe-updates"
484
397
 
485
 
#: client/drizzle.cc:1577
486
398
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
487
399
msgstr ""
488
400
"Отклонять соединения от клиентов, использующих старый протокол (до версии "
489
401
"4.1.1)."
490
402
 
491
 
#: client/drizzle.cc:1582
492
403
msgid "Number of lines before each import progress report."
493
404
msgstr "Количество линий до показа каждого сообщения о прогрессе импорта."
494
405
 
495
 
#: client/drizzle.cc:1585
496
406
msgid "Ping the server to check if it's alive."
497
407
msgstr "Запрос на сервер для определения его жизнеспособности."
498
408
 
499
 
#: client/drizzle.cc:1595
500
409
#, c-format
501
410
msgid "%s  Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
502
411
msgstr ""
503
412
 
504
 
#: client/drizzle.cc:1602
505
413
#, c-format
506
414
msgid ""
507
415
"Copyright (C) 2008 Sun Microsystems\n"
509
417
"and you are welcome to modify and redistribute it under the GPL license\n"
510
418
msgstr ""
511
419
 
512
 
#: client/drizzle.cc:1607
513
420
#, c-format
514
421
msgid "Usage: %s [OPTIONS] [database]\n"
515
422
msgstr "Использование: %s [ОПЦИИ] [база данных]\n"
516
423
 
517
 
#: client/drizzle.cc:1638
518
424
msgid "DELIMITER cannot contain a backslash character"
519
425
msgstr "РАЗДЕЛИТЕЛЬ не может содержать обратную косую черту"
520
426
 
521
 
#: client/drizzle.cc:1656
522
427
#, c-format
523
428
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
524
429
msgstr ""
525
430
"ПРЕДУПРЕЖДЕНИЕ: опция устарела; вместо нее рекомендуется использовать --"
526
431
"disable-tee.\n"
527
432
 
528
 
#: client/drizzle.cc:1679
529
433
#, c-format
530
434
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
531
435
msgstr ""
532
436
 
533
 
#: client/drizzle.cc:1683
534
437
#, c-format
535
438
msgid "WARNING: --server-arg option not supported in this configuration.\n"
536
439
msgstr ""
537
440
 
538
 
#: client/drizzle.cc:1714
539
441
msgid ""
540
442
"Non-integer value supplied for port.  If you are trying to enter a password "
541
443
"please use --password instead."
542
444
msgstr ""
543
445
 
544
 
#: client/drizzle.cc:1722
545
446
msgid "Value supplied for port is not valid."
546
447
msgstr ""
547
448
 
548
 
#: client/drizzle.cc:1861
549
449
#, c-format
550
450
msgid "Processing line: %<PRIu32>\n"
551
451
msgstr ""
552
452
 
553
 
#: client/drizzle.cc:2076
554
453
#, fuzzy
555
454
msgid "Unknown command: "
556
455
msgstr "Неизвестная команда '\\%c'."
557
456
 
558
 
#: client/drizzle.cc:2490
559
457
msgid ""
560
458
"Reading table information for completion of table and column names\n"
561
459
"    You can turn off this feature to get a quicker startup with -A\n"
562
460
"\n"
563
461
msgstr ""
564
462
 
565
 
#: client/drizzle.cc:2579
566
463
msgid "No connection. Trying to reconnect..."
567
464
msgstr "Нет соеденения. Попытка переподключения..."
568
465
 
569
 
#: client/drizzle.cc:2585
570
466
msgid "Can't connect to the server\n"
571
467
msgstr "Невозможно подключиться к серверу.\n"
572
468
 
573
 
#: client/drizzle.cc:2663
574
469
msgid "List of all Drizzle commands:"
575
470
msgstr "Полный список комманд Drizzle:"
576
471
 
577
 
#: client/drizzle.cc:2665
578
472
msgid "Note that all text commands must be first on line and end with ';'"
579
473
msgstr ""
580
474
 
581
 
#: client/drizzle.cc:2720
582
475
msgid "No query specified\n"
583
476
msgstr ""
584
477
 
585
 
#: client/drizzle.cc:2735
586
478
msgid "Ignoring query to other database"
587
479
msgstr ""
588
480
 
589
 
#: client/drizzle.cc:2785
590
481
msgid "Empty set"
591
482
msgstr "Пустое множество"
592
483
 
593
 
#: client/drizzle.cc:2798
594
484
#, c-format
595
485
msgid "%ld row in set"
596
486
msgid_plural "%ld rows in set"
597
487
msgstr[0] ""
598
488
msgstr[1] ""
599
489
 
600
 
#: client/drizzle.cc:2807
601
490
msgid "Query OK"
602
491
msgstr ""
603
492
 
604
 
#: client/drizzle.cc:2809
605
493
#, c-format
606
494
msgid "Query OK, %ld row affected"
607
495
msgid_plural "Query OK, %ld rows affected"
608
496
msgstr[0] ""
609
497
msgstr[1] ""
610
498
 
611
 
#: client/drizzledump.cc:345
612
499
msgid "Number of rows before each output progress report (requires --verbose)."
613
500
msgstr ""
614
501
 
615
 
#: client/drizzledump.cc:415
616
502
#, c-format
617
503
msgid "Got errno %d on write"
618
504
msgstr ""
619
505
 
620
 
#: client/drizzledump.cc:420
621
506
#, c-format
622
507
msgid "%s  Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
623
508
msgstr ""
624
509
 
625
 
#: client/drizzledump.cc:427
626
510
#, c-format
627
511
msgid "Usage: %s [OPTIONS] database [tables]\n"
628
512
msgstr ""
629
513
 
630
 
#: client/drizzledump.cc:428
631
514
#, c-format
632
515
msgid "OR     %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
633
516
msgstr ""
634
517
 
635
 
#: client/drizzledump.cc:430
636
518
#, c-format
637
519
msgid "OR     %s [OPTIONS] --all-databases [OPTIONS]\n"
638
520
msgstr ""
639
521
 
640
 
#: client/drizzledump.cc:438
641
522
msgid ""
642
523
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
643
524
"and you are welcome to modify and redistribute it under the GPL license\n"
644
525
msgstr ""
645
526
 
646
 
#: client/drizzledump.cc:439
647
527
msgid "Dumps definitions and data from a Drizzle database server"
648
528
msgstr ""
649
529
 
650
 
#: client/drizzledump.cc:450
651
530
#, c-format
652
531
msgid "For more options, use %s --help\n"
653
532
msgstr ""
654
533
 
655
 
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
656
 
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
657
534
#, c-format
658
535
msgid ""
659
536
"Non-integer value supplied for port.  If you are trying to enter a password "
660
537
"please use --password instead.\n"
661
538
msgstr ""
662
539
 
663
 
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
664
 
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
665
540
#, c-format
666
541
msgid "Value supplied for port is not valid.\n"
667
542
msgstr ""
668
543
 
669
 
#: client/drizzledump.cc:582
670
544
#, c-format
671
545
msgid "Memory allocation error while copying password. Aborting.\n"
672
546
msgstr ""
673
547
 
674
 
#: client/drizzledump.cc:621
675
548
#, c-format
676
549
msgid "Input filename too long: %s"
677
550
msgstr ""
678
551
 
679
 
#: client/drizzledump.cc:656
680
552
#, c-format
681
553
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
682
554
msgstr ""
683
555
 
684
 
#: client/drizzledump.cc:681
685
556
#, c-format
686
557
msgid "Invalid mode to --compatible: %s\n"
687
558
msgstr ""
688
559
 
689
 
#: client/drizzledump.cc:726
690
560
#, c-format
691
561
msgid "%s: You must use option --tab with --fields-...\n"
692
562
msgstr ""
693
563
 
694
 
#: client/drizzledump.cc:732
695
564
#, c-format
696
565
msgid ""
697
566
"%s: You can't use --single-transaction and --lock-all-tables at the same "
698
567
"time.\n"
699
568
msgstr ""
700
569
 
701
 
#: client/drizzledump.cc:738
702
570
#, c-format
703
571
msgid ""
704
572
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
705
573
"time.\n"
706
574
msgstr ""
707
575
 
708
 
#: client/drizzledump.cc:744
709
576
#, c-format
710
577
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
711
578
msgstr ""
712
579
 
713
 
#: client/drizzledump.cc:767
714
580
#, c-format
715
581
msgid "Got error: %s (%d) %s"
716
582
msgstr ""
717
583
 
718
 
#: client/drizzledump.cc:774
719
584
#, c-format
720
585
msgid "Got error: %d %s"
721
586
msgstr ""
722
587
 
723
 
#: client/drizzledump.cc:872 client/drizzledump.cc:879
724
 
#: client/drizzledump.cc:892
725
588
#, c-format
726
589
msgid "Couldn't execute '%s': %s (%d)"
727
590
msgstr ""
728
591
 
729
 
#: client/drizzledump.cc:956
730
592
#, c-format
731
593
msgid "-- Connecting to %s...\n"
732
594
msgstr ""
733
595
 
734
 
#: client/drizzledump.cc:977
735
596
#, c-format
736
597
msgid "-- Disconnecting from %s...\n"
737
598
msgstr ""
738
599
 
739
 
#: client/drizzledump.cc:988
740
600
msgid "Couldn't allocate memory"
741
601
msgstr ""
742
602
 
743
 
#: client/drizzledump.cc:1332
744
603
#, c-format
745
604
msgid ""
746
605
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
747
606
"type %s\n"
748
607
msgstr ""
749
608
 
750
 
#: client/drizzledump.cc:1346
751
609
#, c-format
752
610
msgid "-- Retrieving table structure for table %s...\n"
753
611
msgstr ""
754
612
 
755
 
#: client/drizzledump.cc:1460
756
613
#, c-format
757
614
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
758
615
msgstr ""
759
616
 
760
 
#: client/drizzledump.cc:1567
761
617
#, c-format
762
618
msgid "%s: Can't get keys for table %s\n"
763
619
msgstr ""
764
620
 
765
 
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
766
621
#, c-format
767
622
msgid "Error: Couldn't read status information for table %s\n"
768
623
msgstr ""
769
624
 
770
 
#: client/drizzledump.cc:1788
771
625
#, c-format
772
626
msgid "Error retrieving table structure for table: \"%s\""
773
627
msgstr ""
774
628
 
775
 
#: client/drizzledump.cc:1795
776
629
#, c-format
777
630
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
778
631
msgstr ""
779
632
 
780
 
#: client/drizzledump.cc:1806
781
633
#, c-format
782
634
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
783
635
msgstr ""
784
636
 
785
 
#: client/drizzledump.cc:1813
786
637
#, c-format
787
638
msgid "-- Skipping dump data for table '%s', it has no fields\n"
788
639
msgstr ""
789
640
 
790
 
#: client/drizzledump.cc:1821
791
641
msgid "-- Sending SELECT query...\n"
792
642
msgstr ""
793
643
 
794
 
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
795
644
msgid "when executing 'SELECT INTO OUTFILE'"
796
645
msgstr ""
797
646
 
798
 
#: client/drizzledump.cc:1885
799
647
#, c-format
800
648
msgid ""
801
649
"\n"
804
652
"--\n"
805
653
msgstr ""
806
654
 
807
 
#: client/drizzledump.cc:1926
808
655
msgid "-- Retrieving rows...\n"
809
656
msgstr ""
810
657
 
811
 
#: client/drizzledump.cc:1929
812
658
#, c-format
813
659
msgid "%s: Error in field count for table: %s !  Aborting.\n"
814
660
msgstr ""
815
661
 
816
 
#: client/drizzledump.cc:1973
817
662
#, c-format
818
663
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
819
664
msgstr ""
820
665
 
821
 
#: client/drizzledump.cc:1990
822
666
#, c-format
823
667
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
824
668
msgstr ""
825
669
 
826
 
#: client/drizzledump.cc:2012
827
670
#, c-format
828
671
msgid "Not enough fields from table %s! Aborting.\n"
829
672
msgstr ""
830
673
 
831
 
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
832
674
msgid "when doing refresh"
833
675
msgstr ""
834
676
 
835
 
#: client/drizzledump.cc:2497
836
677
msgid "alloc_root failure."
837
678
msgstr ""
838
679
 
839
 
#: client/drizzledump.cc:2512
840
680
#, c-format
841
681
msgid "Couldn't find table: \"%s\""
842
682
msgstr ""
843
683
 
844
 
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
845
 
#: client/drizzledump.cc:2807
846
684
#, c-format
847
685
msgid ""
848
686
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
849
687
msgstr ""
850
688
 
851
 
#: client/drizzledump.cc:2837
852
689
#, c-format
853
690
msgid "Error: Not enough memory to store ORDER BY clause\n"
854
691
msgstr ""
855
692
 
856
 
#: drizzled/db.cc:84
857
693
#, c-format
858
694
msgid "Error while loading database options: '%s':"
859
695
msgstr ""
860
696
 
861
 
#: drizzled/drizzled.cc:503
862
697
#, c-format
863
698
msgid "Got signal %d from thread %<PRIu64>"
864
699
msgstr ""
865
700
 
866
 
#: drizzled/drizzled.cc:537
867
701
msgid "Aborting\n"
868
702
msgstr ""
869
703
 
870
 
#: drizzled/drizzled.cc:658
871
704
msgid "One can only use the --user switch if running as root\n"
872
705
msgstr ""
873
706
 
874
 
#: drizzled/drizzled.cc:665
875
707
msgid ""
876
708
"Fatal error: Please read \"Security\" section of the manual to find out how "
877
709
"to run drizzled as root!\n"
878
710
msgstr ""
879
711
 
880
 
#: drizzled/drizzled.cc:685
881
712
#, c-format
882
713
msgid ""
883
714
"Fatal error: Can't change to run as user '%s' ;  Please check that the user "
884
715
"exists!\n"
885
716
msgstr ""
886
717
 
887
 
#: drizzled/drizzled.cc:841
888
718
#, c-format
889
719
msgid "Fatal signal %d while backtracing\n"
890
720
msgstr ""
891
721
 
892
 
#: drizzled/drizzled.cc:864
893
722
#, c-format
894
723
msgid ""
895
724
"We will try our best to scrape up some info that will hopefully help "
900
729
"\n"
901
730
msgstr ""
902
731
 
903
 
#: drizzled/drizzled.cc:873
904
732
#, c-format
905
733
msgid ""
906
734
"It is possible that drizzled could use up to \n"
910
738
"\n"
911
739
msgstr ""
912
740
 
913
 
#: drizzled/drizzled.cc:886
914
741
#, c-format
915
742
msgid ""
916
743
"Attempting backtrace. You can use the following information to find out\n"
918
745
"terribly wrong...\n"
919
746
msgstr ""
920
747
 
921
 
#: drizzled/drizzled.cc:914
922
748
#, c-format
923
749
msgid ""
924
750
"Trying to get some variables.\n"
925
751
"Some pointers may be invalid and cause the dump to abort...\n"
926
752
msgstr ""
927
753
 
928
 
#: drizzled/drizzled.cc:926
929
754
#, c-format
930
755
msgid ""
931
756
"\n"
937
762
"drizzled that is not statically linked.\n"
938
763
msgstr ""
939
764
 
940
 
#: drizzled/drizzled.cc:941
941
765
#, c-format
942
766
msgid ""
943
767
"\n"
948
772
"the documentation for your distribution on how to do that.\n"
949
773
msgstr ""
950
774
 
951
 
#: drizzled/drizzled.cc:954
952
775
#, c-format
953
776
msgid ""
954
777
"\n"
960
783
" bugs.\n"
961
784
msgstr ""
962
785
 
963
 
#: drizzled/drizzled.cc:969
964
786
#, c-format
965
787
msgid "Writing a core file\n"
966
788
msgstr ""
967
789
 
968
 
#: drizzled/drizzled.cc:1015
969
790
msgid ""
970
791
"setrlimit could not change the size of core files to 'infinity';  We may not "
971
792
"be able to generate a core file on signals"
972
793
msgstr ""
973
794
 
974
 
#: drizzled/drizzled.cc:1210
975
795
#, c-format
976
796
msgid "gethostname failed, using '%s' as hostname"
977
797
msgstr ""
978
798
 
979
 
#: drizzled/drizzled.cc:1281
980
799
#, c-format
981
800
msgid "Unknown locale: '%s'"
982
801
msgstr ""
983
802
 
984
 
#: drizzled/drizzled.cc:1310
985
803
msgid "Can't create thread-keys"
986
804
msgstr ""
987
805
 
988
 
#: drizzled/drizzled.cc:1335
989
806
msgid "Out of memory"
990
807
msgstr ""
991
808
 
992
 
#: drizzled/drizzled.cc:1346
993
809
msgid "Failed to initialize plugins."
994
810
msgstr ""
995
811
 
996
 
#: drizzled/drizzled.cc:1377
997
812
#, c-format
998
813
msgid ""
999
814
"%s: Too many arguments (first extra is '%s').\n"
1000
815
"Use --verbose --help to get a list of available options\n"
1001
816
msgstr ""
1002
817
 
1003
 
#: drizzled/drizzled.cc:1397
1004
818
msgid "No scheduler found, cannot continue!\n"
1005
819
msgstr ""
1006
820
 
1007
 
#: drizzled/drizzled.cc:1404
1008
821
msgid "Can't init databases"
1009
822
msgstr ""
1010
823
 
1011
 
#: drizzled/drizzled.cc:1428
1012
824
#, c-format
1013
825
msgid "Unknown/unsupported table type: %s"
1014
826
msgstr ""
1015
827
 
1016
 
#: drizzled/drizzled.cc:1434
1017
828
#, c-format
1018
829
msgid "Default storage engine (%s) is not available"
1019
830
msgstr ""
1020
831
 
1021
 
#: drizzled/drizzled.cc:1465
1022
832
#, c-format
1023
833
msgid "Failed to lock memory. Errno: %d\n"
1024
834
msgstr ""
1025
835
 
1026
 
#: drizzled/drizzled.cc:1681
1027
836
msgid "Display this help and exit after initializing plugins."
1028
837
msgstr ""
1029
838
 
1030
 
#: drizzled/drizzled.cc:1685
1031
839
msgid "Auto-increment columns are incremented by this"
1032
840
msgstr ""
1033
841
 
1034
 
#: drizzled/drizzled.cc:1690
1035
842
msgid ""
1036
843
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1037
844
"= 1"
1038
845
msgstr ""
1039
846
 
1040
 
#: drizzled/drizzled.cc:1696
1041
847
msgid ""
1042
848
"Path to installation directory. All paths are usually resolved relative to "
1043
849
"this."
1044
850
msgstr ""
1045
851
 
1046
 
#: drizzled/drizzled.cc:1700
1047
 
msgid "IP address to bind to."
1048
 
msgstr ""
1049
 
 
1050
 
#: drizzled/drizzled.cc:1704
1051
852
msgid "Chroot drizzled daemon during startup."
1052
853
msgstr ""
1053
854
 
1054
 
#: drizzled/drizzled.cc:1708
1055
855
msgid "Set the default collation."
1056
856
msgstr ""
1057
857
 
1058
 
#: drizzled/drizzled.cc:1712
1059
858
msgid "Default completion type."
1060
859
msgstr ""
1061
860
 
1062
 
#: drizzled/drizzled.cc:1717
1063
861
msgid "Write core on errors."
1064
862
msgstr ""
1065
863
 
1066
 
#: drizzled/drizzled.cc:1721
1067
864
msgid "Path to the database root."
1068
865
msgstr ""
1069
866
 
1070
 
#: drizzled/drizzled.cc:1725
1071
867
msgid "Set the default storage engine (table type) for tables."
1072
868
msgstr ""
1073
869
 
1074
 
#: drizzled/drizzled.cc:1729
1075
870
msgid "Set the default time zone."
1076
871
msgstr ""
1077
872
 
1078
 
#: drizzled/drizzled.cc:1734
1079
873
msgid "Print a symbolic stack trace on failure."
1080
874
msgstr ""
1081
875
 
1082
 
#: drizzled/drizzled.cc:1740
1083
876
msgid "Used for debugging;  Use at your own risk!"
1084
877
msgstr ""
1085
878
 
1086
 
#: drizzled/drizzled.cc:1745
1087
879
msgid "Set up signals usable for debugging"
1088
880
msgstr ""
1089
881
 
1090
 
#: drizzled/drizzled.cc:1749
1091
882
msgid "(IGNORED)"
1092
883
msgstr ""
1093
884
 
1094
 
#: drizzled/drizzled.cc:1753
1095
885
msgid "Set the language used for the month names and the days of the week."
1096
886
msgstr ""
1097
887
 
1098
 
#: drizzled/drizzled.cc:1758
1099
888
msgid "Log some not critical warnings to the log file."
1100
889
msgstr ""
1101
890
 
1102
 
#: drizzled/drizzled.cc:1763
1103
891
msgid "Lock drizzled in memory."
1104
892
msgstr ""
1105
893
 
1106
 
#: drizzled/drizzled.cc:1767
1107
894
msgid "Pid file used by safe_mysqld."
1108
895
msgstr ""
1109
896
 
1110
 
#: drizzled/drizzled.cc:1771
1111
 
msgid ""
1112
 
"Port number to use for connection or 0 for default to, in order of "
1113
 
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1114
 
msgstr ""
1115
 
 
1116
 
#: drizzled/drizzled.cc:1777
1117
897
msgid ""
1118
898
"Maximum time in seconds to wait for the port to become free. (Default: no "
1119
899
"wait)"
1120
900
msgstr ""
1121
901
 
1122
 
#: drizzled/drizzled.cc:1782
1123
902
msgid ""
1124
903
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1125
904
"specified directory"
1126
905
msgstr ""
1127
906
 
1128
 
#: drizzled/drizzled.cc:1787
1129
907
msgid ""
1130
908
"Uniquely identifies the server instance in the community of replication "
1131
909
"partners."
1132
910
msgstr ""
1133
911
 
1134
 
#: drizzled/drizzled.cc:1792
1135
912
msgid "Don't print a stack trace on failure."
1136
913
msgstr ""
1137
914
 
1138
 
#: drizzled/drizzled.cc:1796
1139
915
msgid "Enable symbolic link support."
1140
916
msgstr ""
1141
917
 
1142
 
#: drizzled/drizzled.cc:1805
1143
918
msgid ""
1144
919
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1145
920
msgstr ""
1146
921
 
1147
 
#: drizzled/drizzled.cc:1810
1148
922
msgid "Path for temporary files."
1149
923
msgstr ""
1150
924
 
1151
 
#: drizzled/drizzled.cc:1814
1152
925
msgid "Default transaction isolation level."
1153
926
msgstr ""
1154
927
 
1155
 
#: drizzled/drizzled.cc:1818
1156
928
msgid "Run drizzled daemon as user."
1157
929
msgstr ""
1158
930
 
1159
 
#: drizzled/drizzled.cc:1826
1160
931
msgid ""
1161
932
"The number of outstanding connection requests Drizzle can have. This comes "
1162
933
"into play when the main Drizzle thread gets very many connection requests in "
1163
934
"a very short time."
1164
935
msgstr ""
1165
936
 
1166
 
#: drizzled/drizzled.cc:1832
1167
937
msgid ""
1168
938
"Size of tree cache used in bulk insert optimization. Note that this is a "
1169
939
"limit per thread!"
1170
940
msgstr ""
1171
941
 
1172
 
#: drizzled/drizzled.cc:1838
1173
942
msgid ""
1174
943
"Precision of the result of '/' operator will be increased on that value."
1175
944
msgstr ""
1176
945
 
1177
 
#: drizzled/drizzled.cc:1844
1178
946
msgid "The maximum length of the result of function  group_concat."
1179
947
msgstr ""
1180
948
 
1181
 
#: drizzled/drizzled.cc:1849
1182
949
msgid "The size of the buffer that is used for full joins."
1183
950
msgstr ""
1184
951
 
1185
 
#: drizzled/drizzled.cc:1855
1186
952
msgid ""
1187
953
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1188
954
"this to get better index handling (for all reads and multiple writes) to as "
1189
955
"much as you can afford;"
1190
956
msgstr ""
1191
957
 
1192
 
#: drizzled/drizzled.cc:1864
1193
958
msgid ""
1194
959
"This characterizes the number of hits a hot block has to be untouched until "
1195
960
"it is considered aged enough to be downgraded to a warm block. This "
1197
962
"blocks in key cache"
1198
963
msgstr ""
1199
964
 
1200
 
#: drizzled/drizzled.cc:1873
1201
965
msgid "The default size of key cache blocks"
1202
966
msgstr ""
1203
967
 
1204
 
#: drizzled/drizzled.cc:1879
1205
968
msgid "The minimum percentage of warm blocks in key cache"
1206
969
msgstr ""
1207
970
 
1208
 
#: drizzled/drizzled.cc:1885
1209
971
msgid "Max packetlength to send/receive from to server."
1210
972
msgstr ""
1211
973
 
1212
 
#: drizzled/drizzled.cc:1890
1213
974
msgid ""
1214
975
"If there is more than this number of interrupted connections from a host "
1215
976
"this host will be blocked from further connections."
1216
977
msgstr ""
1217
978
 
1218
 
#: drizzled/drizzled.cc:1895
1219
979
msgid "Max number of errors/warnings to store for a statement."
1220
980
msgstr ""
1221
981
 
1222
 
#: drizzled/drizzled.cc:1900
1223
982
msgid "Don't allow creation of heap tables bigger than this."
1224
983
msgstr ""
1225
984
 
1226
 
#: drizzled/drizzled.cc:1906
1227
985
msgid ""
1228
986
"Joins that are probably going to read more than max_join_size records return "
1229
987
"an error."
1230
988
msgstr ""
1231
989
 
1232
 
#: drizzled/drizzled.cc:1912
1233
990
msgid "Max number of bytes in sorted records."
1234
991
msgstr ""
1235
992
 
1236
 
#: drizzled/drizzled.cc:1917
1237
993
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1238
994
msgstr ""
1239
995
 
1240
 
#: drizzled/drizzled.cc:1922
1241
996
msgid ""
1242
997
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1243
998
"max_sort_length bytes of each value are used; the rest are ignored)."
1244
999
msgstr ""
1245
1000
 
1246
 
#: drizzled/drizzled.cc:1929
1247
1001
msgid "After this many write locks, allow some read locks to run in between."
1248
1002
msgstr ""
1249
1003
 
1250
 
#: drizzled/drizzled.cc:1933
1251
1004
msgid ""
1252
1005
"Don't log queries which examine less than min_examined_row_limit rows to "
1253
1006
"file."
1254
1007
msgstr ""
1255
1008
 
1256
 
#: drizzled/drizzled.cc:1939
1257
 
msgid "Buffer length for TCP/IP and socket communication."
1258
 
msgstr ""
1259
 
 
1260
 
#: drizzled/drizzled.cc:1944
1261
1009
msgid ""
1262
1010
"Controls the heuristic(s) applied during query optimization to prune less-"
1263
1011
"promising partial plans from the optimizer search space. Meaning: false - do "
1265
1013
"based on number of retrieved rows."
1266
1014
msgstr ""
1267
1015
 
1268
 
#: drizzled/drizzled.cc:1952
1269
1016
msgid ""
1270
1017
"Maximum depth of search performed by the query optimizer. Values larger than "
1271
1018
"the number of relations in a query result in better query plans, but take "
1276
1023
"(used for testing/comparison)."
1277
1024
msgstr ""
1278
1025
 
1279
 
#: drizzled/drizzled.cc:1964
1280
1026
msgid "Directory for plugins."
1281
1027
msgstr ""
1282
1028
 
1283
 
#: drizzled/drizzled.cc:1968
1284
 
msgid ""
1285
 
"Optional comma separated list of plugins to load at starup.[for example: --"
1286
 
"plugin_load=crc32,logger_gearman]"
1287
 
msgstr ""
1288
 
 
1289
 
#: drizzled/drizzled.cc:1973
 
1029
msgid ""
 
1030
"Optional comma separated list of plugins to load at startup in addition to "
 
1031
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
 
1032
msgstr ""
 
1033
 
 
1034
msgid ""
 
1035
"Optional comma separated list of plugins to load at starup instead of the "
 
1036
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
 
1037
msgstr ""
 
1038
 
1290
1039
msgid "The size of the buffer that is allocated when preloading indexes"
1291
1040
msgstr ""
1292
1041
 
1293
 
#: drizzled/drizzled.cc:1978
1294
1042
msgid "Allocation block size for query parsing and execution"
1295
1043
msgstr ""
1296
1044
 
1297
 
#: drizzled/drizzled.cc:1983
1298
1045
msgid "Persistent buffer for query parsing and execution"
1299
1046
msgstr ""
1300
1047
 
1301
 
#: drizzled/drizzled.cc:1989
1302
1048
msgid "Allocation block size for storing ranges during optimization"
1303
1049
msgstr ""
1304
1050
 
1305
 
#: drizzled/drizzled.cc:1995
1306
1051
msgid ""
1307
1052
"Each thread that does a sequential scan allocates a buffer of this size for "
1308
1053
"each table it scans. If you do many sequential scans, you may want to "
1309
1054
"increase this value."
1310
1055
msgstr ""
1311
1056
 
1312
 
#: drizzled/drizzled.cc:2003
1313
1057
msgid ""
1314
1058
"When reading rows in sorted order after a sort, the rows are read through "
1315
1059
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1316
1060
"record_buffer."
1317
1061
msgstr ""
1318
1062
 
1319
 
#: drizzled/drizzled.cc:2011
1320
1063
msgid "Select scheduler to be used (by default multi-thread)."
1321
1064
msgstr ""
1322
1065
 
1323
 
#: drizzled/drizzled.cc:2016
1324
1066
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1325
1067
msgstr ""
1326
1068
 
1327
 
#: drizzled/drizzled.cc:2022
1328
1069
msgid "The number of cached table definitions."
1329
1070
msgstr ""
1330
1071
 
1331
 
#: drizzled/drizzled.cc:2026
1332
1072
msgid "The number of cached open tables."
1333
1073
msgstr ""
1334
1074
 
1335
 
#: drizzled/drizzled.cc:2030
1336
1075
msgid ""
1337
1076
"Timeout in seconds to wait for a table level lock before returning an error. "
1338
1077
"Used only if the connection has active cursors."
1339
1078
msgstr ""
1340
1079
 
1341
 
#: drizzled/drizzled.cc:2035
1342
1080
msgid "The stack size for each thread."
1343
1081
msgstr ""
1344
1082
 
1345
 
#: drizzled/drizzled.cc:2041
1346
1083
msgid ""
1347
1084
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1348
1085
"automatically convert it to an on-disk MyISAM table."
1349
1086
msgstr ""
1350
1087
 
1351
 
#: drizzled/drizzled.cc:2047
1352
1088
msgid "Allocation block size for transactions to be stored in binary log"
1353
1089
msgstr ""
1354
1090
 
1355
 
#: drizzled/drizzled.cc:2052
1356
1091
msgid "Persistent buffer for transactions to be stored in binary log"
1357
1092
msgstr ""
1358
1093
 
1359
 
#: drizzled/drizzled.cc:2183
1360
1094
msgid ""
1361
1095
"Copyright (C) 2008 Sun Microsystems\n"
1362
1096
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1365
1099
"Starts the Drizzle database server\n"
1366
1100
msgstr ""
1367
1101
 
1368
 
#: drizzled/drizzled.cc:2190
1369
1102
#, c-format
1370
1103
msgid "Usage: %s [OPTIONS]\n"
1371
1104
msgstr ""
1372
1105
 
1373
 
#: drizzled/drizzled.cc:2322
1374
1106
#, c-format
1375
1107
msgid ""
1376
1108
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1377
1109
"command line\n"
1378
1110
msgstr ""
1379
1111
 
1380
 
#: drizzled/drizzled.cc:2366
1381
1112
msgid "Can't start server: cannot resolve hostname!"
1382
1113
msgstr ""
1383
1114
 
1384
 
#: drizzled/drizzled.cc:2372
1385
1115
msgid "Can't start server: bind-address refers to multiple interfaces!"
1386
1116
msgstr ""
1387
1117
 
1388
 
#: drizzled/errmsg.cc:73
1389
 
#, c-format
1390
 
msgid "errmsg plugin '%s' errmsg() failed"
1391
 
msgstr ""
1392
 
 
1393
 
#: drizzled/error.cc:34 drizzled/error.cc:36
1394
1118
msgid "UNUSED"
1395
1119
msgstr ""
1396
1120
 
1397
 
#: drizzled/error.cc:38
1398
1121
msgid "NO"
1399
1122
msgstr ""
1400
1123
 
1401
 
#: drizzled/error.cc:40
1402
1124
msgid "YES"
1403
1125
msgstr ""
1404
1126
 
1405
 
#: drizzled/error.cc:42
1406
1127
#, c-format
1407
1128
msgid "Can't create file '%-.200s' (errno: %d)"
1408
1129
msgstr ""
1409
1130
 
1410
 
#: drizzled/error.cc:44
1411
1131
#, c-format
1412
1132
msgid "Can't create table '%-.200s' (errno: %d)"
1413
1133
msgstr ""
1414
1134
 
1415
 
#: drizzled/error.cc:46
1416
1135
#, c-format
1417
1136
msgid "Can't create database '%-.192s' (errno: %d)"
1418
1137
msgstr ""
1419
1138
 
1420
 
#: drizzled/error.cc:48
1421
1139
#, c-format
1422
1140
msgid "Can't create database '%-.192s'; database exists"
1423
1141
msgstr ""
1424
1142
 
1425
 
#: drizzled/error.cc:50
1426
1143
#, c-format
1427
1144
msgid "Can't drop database '%-.192s'; database doesn't exist"
1428
1145
msgstr ""
1429
1146
 
1430
 
#: drizzled/error.cc:52
1431
1147
#, c-format
1432
1148
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1433
1149
msgstr ""
1434
1150
 
1435
 
#: drizzled/error.cc:54
1436
1151
#, c-format
1437
1152
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1438
1153
msgstr ""
1439
1154
 
1440
 
#: drizzled/error.cc:56
1441
1155
#, c-format
1442
1156
msgid "Error on delete of '%-.192s' (errno: %d)"
1443
1157
msgstr ""
1444
1158
 
1445
 
#: drizzled/error.cc:58
1446
1159
msgid "Can't read record in system table"
1447
1160
msgstr ""
1448
1161
 
1449
 
#: drizzled/error.cc:60
1450
1162
#, c-format
1451
1163
msgid "Can't get status of '%-.200s' (errno: %d)"
1452
1164
msgstr ""
1453
1165
 
1454
 
#: drizzled/error.cc:62
1455
1166
#, c-format
1456
1167
msgid "Can't get working directory (errno: %d)"
1457
1168
msgstr ""
1458
1169
 
1459
 
#: drizzled/error.cc:64
1460
1170
#, c-format
1461
1171
msgid "Can't lock file (errno: %d)"
1462
1172
msgstr ""
1463
1173
 
1464
 
#: drizzled/error.cc:66
1465
1174
#, c-format
1466
1175
msgid "Can't open file: '%-.200s' (errno: %d)"
1467
1176
msgstr ""
1468
1177
 
1469
 
#: drizzled/error.cc:68
1470
1178
#, c-format
1471
1179
msgid "Can't find file: '%-.200s' (errno: %d)"
1472
1180
msgstr ""
1473
1181
 
1474
 
#: drizzled/error.cc:70
1475
1182
#, c-format
1476
1183
msgid "Can't read dir of '%-.192s' (errno: %d)"
1477
1184
msgstr ""
1478
1185
 
1479
 
#: drizzled/error.cc:72
1480
1186
#, c-format
1481
1187
msgid "Can't change dir to '%-.192s' (errno: %d)"
1482
1188
msgstr ""
1483
1189
 
1484
 
#: drizzled/error.cc:74
1485
1190
#, c-format
1486
1191
msgid "Record has changed since last read in table '%-.192s'"
1487
1192
msgstr ""
1488
1193
 
1489
 
#: drizzled/error.cc:76
1490
1194
#, c-format
1491
1195
msgid "Disk full (%s); waiting for someone to free some space..."
1492
1196
msgstr ""
1493
1197
 
1494
 
#: drizzled/error.cc:78
1495
1198
#, c-format
1496
1199
msgid "Can't write; duplicate key in table '%-.192s'"
1497
1200
msgstr ""
1498
1201
 
1499
 
#: drizzled/error.cc:80
1500
1202
#, c-format
1501
1203
msgid "Error on close of '%-.192s' (errno: %d)"
1502
1204
msgstr ""
1503
1205
 
1504
 
#: drizzled/error.cc:82
1505
1206
#, c-format
1506
1207
msgid "Error reading file '%-.200s' (errno: %d)"
1507
1208
msgstr ""
1508
1209
 
1509
 
#: drizzled/error.cc:84
1510
1210
#, c-format
1511
1211
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1512
1212
msgstr ""
1513
1213
 
1514
 
#: drizzled/error.cc:86
1515
1214
#, c-format
1516
1215
msgid "Error writing file '%-.200s' (errno: %d)"
1517
1216
msgstr ""
1518
1217
 
1519
 
#: drizzled/error.cc:88
1520
1218
#, c-format
1521
1219
msgid "'%-.192s' is locked against change"
1522
1220
msgstr ""
1523
1221
 
1524
 
#: drizzled/error.cc:90
1525
1222
msgid "Sort aborted"
1526
1223
msgstr ""
1527
1224
 
1528
 
#: drizzled/error.cc:92
1529
1225
#, c-format
1530
1226
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1531
1227
msgstr ""
1532
1228
 
1533
 
#: drizzled/error.cc:94
1534
1229
#, c-format
1535
1230
msgid "Got error %d from storage engine"
1536
1231
msgstr ""
1537
1232
 
1538
 
#: drizzled/error.cc:96
1539
1233
#, c-format
1540
1234
msgid "Table storage engine for '%-.192s' doesn't have this option"
1541
1235
msgstr ""
1542
1236
 
1543
 
#: drizzled/error.cc:98
1544
1237
#, c-format
1545
1238
msgid "Can't find record in '%-.192s'"
1546
1239
msgstr ""
1547
1240
 
1548
 
#: drizzled/error.cc:100
1549
1241
#, c-format
1550
1242
msgid "Incorrect information in file: '%-.200s'"
1551
1243
msgstr ""
1552
1244
 
1553
 
#: drizzled/error.cc:102
1554
1245
#, c-format
1555
1246
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1556
1247
msgstr ""
1557
1248
 
1558
 
#: drizzled/error.cc:104
1559
1249
#, c-format
1560
1250
msgid "Old key file for table '%-.192s'; repair it!"
1561
1251
msgstr ""
1562
1252
 
1563
 
#: drizzled/error.cc:106
1564
1253
#, c-format
1565
1254
msgid "Table '%-.192s' is read only"
1566
1255
msgstr ""
1567
1256
 
1568
 
#: drizzled/error.cc:108
1569
1257
#, c-format
1570
1258
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1571
1259
msgstr ""
1572
1260
 
1573
 
#: drizzled/error.cc:110
1574
1261
msgid "Out of sort memory; increase server sort buffer size"
1575
1262
msgstr ""
1576
1263
 
1577
 
#: drizzled/error.cc:112
1578
1264
#, c-format
1579
1265
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1580
1266
msgstr ""
1581
1267
 
1582
 
#: drizzled/error.cc:114
1583
1268
msgid "Too many connections"
1584
1269
msgstr ""
1585
1270
 
1586
 
#: drizzled/error.cc:116
1587
1271
msgid ""
1588
1272
"Out of memory; check if drizzled or some other process uses all available "
1589
1273
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1590
1274
"memory or you can add more swap space"
1591
1275
msgstr ""
1592
1276
 
1593
 
#: drizzled/error.cc:118
1594
1277
msgid "Can't get hostname for your address"
1595
1278
msgstr ""
1596
1279
 
1597
 
#: drizzled/error.cc:120
1598
1280
msgid "Bad handshake"
1599
1281
msgstr ""
1600
1282
 
1601
 
#: drizzled/error.cc:122
1602
1283
#, c-format
1603
1284
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1604
1285
msgstr ""
1605
1286
 
1606
 
#: drizzled/error.cc:124
1607
1287
#, c-format
1608
1288
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1609
1289
msgstr ""
1610
1290
 
1611
 
#: drizzled/error.cc:126
1612
1291
msgid "No database selected"
1613
1292
msgstr ""
1614
1293
 
1615
 
#: drizzled/error.cc:128
1616
1294
msgid "Unknown command"
1617
1295
msgstr ""
1618
1296
 
1619
 
#: drizzled/error.cc:130
1620
1297
#, c-format
1621
1298
msgid "Column '%-.192s' cannot be null"
1622
1299
msgstr ""
1623
1300
 
1624
 
#: drizzled/error.cc:132
1625
1301
#, c-format
1626
1302
msgid "Unknown database '%-.192s'"
1627
1303
msgstr ""
1628
1304
 
1629
 
#: drizzled/error.cc:134
1630
1305
#, c-format
1631
1306
msgid "Table '%-.192s' already exists"
1632
1307
msgstr ""
1633
1308
 
1634
 
#: drizzled/error.cc:136
1635
1309
#, c-format
1636
1310
msgid "Unknown table '%-.100s'"
1637
1311
msgstr ""
1638
1312
 
1639
 
#: drizzled/error.cc:138
1640
1313
#, c-format
1641
1314
msgid "Column '%-.192s' in %-.192s is ambiguous"
1642
1315
msgstr ""
1643
1316
 
1644
 
#: drizzled/error.cc:140
1645
1317
msgid "Server shutdown in progress"
1646
1318
msgstr ""
1647
1319
 
1648
 
#: drizzled/error.cc:142
1649
1320
#, c-format
1650
1321
msgid "Unknown column '%-.192s' in '%-.192s'"
1651
1322
msgstr ""
1652
1323
 
1653
 
#: drizzled/error.cc:144
1654
1324
#, c-format
1655
1325
msgid "'%-.192s' isn't in GROUP BY"
1656
1326
msgstr ""
1657
1327
 
1658
 
#: drizzled/error.cc:146
1659
1328
#, c-format
1660
1329
msgid "Can't group on '%-.192s'"
1661
1330
msgstr ""
1662
1331
 
1663
 
#: drizzled/error.cc:148
1664
1332
msgid "Statement has sum functions and columns in same statement"
1665
1333
msgstr ""
1666
1334
 
1667
 
#: drizzled/error.cc:150
1668
1335
msgid "Column count doesn't match value count"
1669
1336
msgstr ""
1670
1337
 
1671
 
#: drizzled/error.cc:152
1672
1338
#, c-format
1673
1339
msgid "Identifier name '%-.100s' is too long"
1674
1340
msgstr ""
1675
1341
 
1676
 
#: drizzled/error.cc:154
1677
1342
#, c-format
1678
1343
msgid "Duplicate column name '%-.192s'"
1679
1344
msgstr ""
1680
1345
 
1681
 
#: drizzled/error.cc:156
1682
1346
#, c-format
1683
1347
msgid "Duplicate key name '%-.192s'"
1684
1348
msgstr ""
1685
1349
 
1686
 
#: drizzled/error.cc:158
1687
1350
#, c-format
1688
1351
msgid "Duplicate entry '%-.192s' for key %d"
1689
1352
msgstr ""
1690
1353
 
1691
 
#: drizzled/error.cc:160
1692
1354
#, c-format
1693
1355
msgid "Incorrect column specifier for column '%-.192s'"
1694
1356
msgstr ""
1695
1357
 
1696
 
#: drizzled/error.cc:162
1697
1358
#, c-format
1698
1359
msgid "%s near '%-.80s' at line %d"
1699
1360
msgstr ""
1700
1361
 
1701
 
#: drizzled/error.cc:164
1702
1362
msgid "Query was empty"
1703
1363
msgstr ""
1704
1364
 
1705
 
#: drizzled/error.cc:166
1706
1365
#, c-format
1707
1366
msgid "Not unique table/alias: '%-.192s'"
1708
1367
msgstr ""
1709
1368
 
1710
 
#: drizzled/error.cc:168
1711
1369
#, c-format
1712
1370
msgid "Invalid default value for '%-.192s'"
1713
1371
msgstr ""
1714
1372
 
1715
 
#: drizzled/error.cc:170
1716
1373
msgid "Multiple primary key defined"
1717
1374
msgstr ""
1718
1375
 
1719
 
#: drizzled/error.cc:172
1720
1376
#, c-format
1721
1377
msgid "Too many keys specified; max %d keys allowed"
1722
1378
msgstr ""
1723
1379
 
1724
 
#: drizzled/error.cc:174
1725
1380
#, c-format
1726
1381
msgid "Too many key parts specified; max %d parts allowed"
1727
1382
msgstr ""
1728
1383
 
1729
 
#: drizzled/error.cc:176
1730
1384
#, c-format
1731
1385
msgid "Specified key was too long; max key length is %d bytes"
1732
1386
msgstr ""
1733
1387
 
1734
 
#: drizzled/error.cc:178
1735
1388
#, c-format
1736
1389
msgid "Key column '%-.192s' doesn't exist in table"
1737
1390
msgstr ""
1738
1391
 
1739
 
#: drizzled/error.cc:180
1740
1392
#, c-format
1741
1393
msgid ""
1742
1394
"BLOB column '%-.192s' can't be used in key specification with the used table "
1743
1395
"type"
1744
1396
msgstr ""
1745
1397
 
1746
 
#: drizzled/error.cc:182
1747
1398
#, c-format
1748
1399
msgid ""
1749
1400
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1750
1401
"instead"
1751
1402
msgstr ""
1752
1403
 
1753
 
#: drizzled/error.cc:184
1754
1404
msgid ""
1755
1405
"Incorrect table definition; there can be only one auto column and it must be "
1756
1406
"defined as a key"
1757
1407
msgstr ""
1758
1408
 
1759
 
#: drizzled/error.cc:186
1760
1409
#, c-format
1761
1410
msgid ""
1762
1411
"%s: ready for connections.\n"
1763
1412
"Version: '%s'  socket: '%s'  port: %u\n"
1764
1413
msgstr ""
1765
1414
 
1766
 
#: drizzled/error.cc:188
1767
1415
#, c-format
1768
1416
msgid "%s: Normal shutdown\n"
1769
1417
msgstr ""
1770
1418
 
1771
 
#: drizzled/error.cc:190
1772
1419
#, c-format
1773
1420
msgid "%s: Got signal %d. Aborting!\n"
1774
1421
msgstr ""
1775
1422
 
1776
 
#: drizzled/error.cc:192
1777
1423
#, c-format
1778
1424
msgid "%s: Shutdown complete\n"
1779
1425
msgstr ""
1780
1426
 
1781
 
#: drizzled/error.cc:194
1782
1427
#, c-format
1783
 
msgid "%s: Forcing close of thread %ld  user: '%-.48s'\n"
 
1428
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
1784
1429
msgstr ""
1785
1430
 
1786
 
#: drizzled/error.cc:196
1787
1431
msgid "Can't create IP socket"
1788
1432
msgstr ""
1789
1433
 
1790
 
#: drizzled/error.cc:198
1791
1434
#, c-format
1792
1435
msgid ""
1793
1436
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1794
1437
"table"
1795
1438
msgstr ""
1796
1439
 
1797
 
#: drizzled/error.cc:200
1798
1440
#, c-format
1799
1441
msgid ""
1800
1442
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1801
1443
"check the manual"
1802
1444
msgstr ""
1803
1445
 
1804
 
#: drizzled/error.cc:202
1805
1446
msgid ""
1806
1447
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1807
1448
msgstr ""
1808
1449
 
1809
 
#: drizzled/error.cc:204
1810
1450
#, c-format
1811
1451
msgid ""
1812
1452
"The file '%-.128s' must be in the database directory or be readable by all"
1813
1453
msgstr ""
1814
1454
 
1815
 
#: drizzled/error.cc:206
1816
1455
#, c-format
1817
1456
msgid "File '%-.200s' already exists"
1818
1457
msgstr ""
1819
1458
 
1820
 
#: drizzled/error.cc:208
1821
1459
#, c-format
1822
1460
msgid "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"
1823
1461
msgstr ""
1824
1462
 
1825
 
#: drizzled/error.cc:210
1826
1463
#, c-format
1827
1464
msgid "Records: %ld  Duplicates: %ld"
1828
1465
msgstr ""
1829
1466
 
1830
 
#: drizzled/error.cc:212
1831
1467
msgid ""
1832
1468
"Incorrect prefix key; the used key part isn't a string, the used length is "
1833
1469
"longer than the key part, or the storage engine doesn't support unique "
1834
1470
"prefix keys"
1835
1471
msgstr ""
1836
1472
 
1837
 
#: drizzled/error.cc:214
1838
1473
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
1839
1474
msgstr ""
1840
1475
 
1841
 
#: drizzled/error.cc:216
1842
1476
#, c-format
1843
1477
msgid "Can't DROP '%-.192s'; check that column/key exists"
1844
1478
msgstr ""
1845
1479
 
1846
 
#: drizzled/error.cc:218
1847
1480
#, c-format
1848
1481
msgid "Records: %ld  Duplicates: %ld  Warnings: %ld"
1849
1482
msgstr ""
1850
1483
 
1851
 
#: drizzled/error.cc:220
1852
1484
#, c-format
1853
1485
msgid "You can't specify target table '%-.192s' for update in FROM clause"
1854
1486
msgstr ""
1855
1487
 
1856
 
#: drizzled/error.cc:222
1857
1488
#, c-format
1858
1489
msgid "Unknown thread id: %lu"
1859
1490
msgstr ""
1860
1491
 
1861
 
#: drizzled/error.cc:224
1862
1492
#, c-format
1863
1493
msgid "You are not owner of thread %lu"
1864
1494
msgstr ""
1865
1495
 
1866
 
#: drizzled/error.cc:226
1867
1496
msgid "No tables used"
1868
1497
msgstr ""
1869
1498
 
1870
 
#: drizzled/error.cc:228
1871
1499
#, c-format
1872
1500
msgid "Too many strings for column %-.192s and SET"
1873
1501
msgstr ""
1874
1502
 
1875
 
#: drizzled/error.cc:230
1876
1503
#, c-format
1877
1504
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
1878
1505
msgstr ""
1879
1506
 
1880
 
#: drizzled/error.cc:232
1881
1507
#, c-format
1882
1508
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
1883
1509
msgstr ""
1884
1510
 
1885
 
#: drizzled/error.cc:234
1886
1511
#, c-format
1887
1512
msgid "Table '%-.192s' was not locked with LOCK TABLES"
1888
1513
msgstr ""
1889
1514
 
1890
 
#: drizzled/error.cc:236
1891
1515
#, c-format
1892
1516
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
1893
1517
msgstr ""
1894
1518
 
1895
 
#: drizzled/error.cc:238
1896
1519
#, c-format
1897
1520
msgid "Incorrect database name '%-.100s'"
1898
1521
msgstr ""
1899
1522
 
1900
 
#: drizzled/error.cc:240
1901
1523
#, c-format
1902
1524
msgid "Incorrect table name '%-.100s'"
1903
1525
msgstr ""
1904
1526
 
1905
 
#: drizzled/error.cc:242
1906
1527
msgid ""
1907
1528
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1908
1529
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
1909
1530
msgstr ""
1910
1531
 
1911
 
#: drizzled/error.cc:244
1912
1532
msgid "Unknown error"
1913
1533
msgstr ""
1914
1534
 
1915
 
#: drizzled/error.cc:246
1916
1535
#, c-format
1917
1536
msgid "Unknown procedure '%-.192s'"
1918
1537
msgstr ""
1919
1538
 
1920
 
#: drizzled/error.cc:248
1921
1539
#, c-format
1922
1540
msgid "Incorrect parameter count to procedure '%-.192s'"
1923
1541
msgstr ""
1924
1542
 
1925
 
#: drizzled/error.cc:250
1926
1543
#, c-format
1927
1544
msgid "Incorrect parameters to procedure '%-.192s'"
1928
1545
msgstr ""
1929
1546
 
1930
 
#: drizzled/error.cc:252
1931
1547
#, c-format
1932
1548
msgid "Unknown table '%-.192s' in %-.32s"
1933
1549
msgstr ""
1934
1550
 
1935
 
#: drizzled/error.cc:254
1936
1551
#, c-format
1937
1552
msgid "Column '%-.192s' specified twice"
1938
1553
msgstr ""
1939
1554
 
1940
 
#: drizzled/error.cc:256
1941
1555
msgid "Invalid use of group function"
1942
1556
msgstr ""
1943
1557
 
1944
 
#: drizzled/error.cc:258
1945
1558
#, c-format
1946
1559
msgid ""
1947
1560
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
1948
1561
msgstr ""
1949
1562
 
1950
 
#: drizzled/error.cc:260
1951
1563
msgid "A table must have at least 1 column"
1952
1564
msgstr ""
1953
1565
 
1954
 
#: drizzled/error.cc:262
1955
1566
#, c-format
1956
1567
msgid "The table '%-.192s' is full"
1957
1568
msgstr ""
1958
1569
 
1959
 
#: drizzled/error.cc:264
1960
1570
#, c-format
1961
1571
msgid "Unknown character set: '%-.64s'"
1962
1572
msgstr ""
1963
1573
 
1964
 
#: drizzled/error.cc:266
1965
1574
#, c-format
1966
1575
msgid "Too many tables; Drizzle can only use %d tables in a join"
1967
1576
msgstr ""
1968
1577
 
1969
 
#: drizzled/error.cc:268
1970
1578
msgid "Too many columns"
1971
1579
msgstr ""
1972
1580
 
1973
 
#: drizzled/error.cc:270
1974
1581
#, c-format
1975
1582
msgid ""
1976
1583
"Row size too large. The maximum row size for the used table type, not "
1977
1584
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1978
1585
msgstr ""
1979
1586
 
1980
 
#: drizzled/error.cc:272
1981
1587
#, c-format
1982
1588
msgid ""
1983
1589
"Thread stack overrun:  Used: %ld of a %ld stack.  Use 'drizzled -O "
1984
1590
"thread_stack=#' to specify a bigger stack if needed"
1985
1591
msgstr ""
1986
1592
 
1987
 
#: drizzled/error.cc:274
1988
1593
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
1989
1594
msgstr ""
1990
1595
 
1991
 
#: drizzled/error.cc:276
1992
1596
#, c-format
1993
1597
msgid ""
1994
1598
"Table handler doesn't support NULL in given index. Please change column "
1995
1599
"'%-.192s' to be NOT NULL or use another handler"
1996
1600
msgstr ""
1997
1601
 
1998
 
#: drizzled/error.cc:278
1999
1602
#, c-format
2000
1603
msgid "Can't load function '%-.192s'"
2001
1604
msgstr ""
2002
1605
 
2003
 
#: drizzled/error.cc:280
2004
1606
#, c-format
2005
1607
msgid "Can't initialize function '%-.192s'; %-.80s"
2006
1608
msgstr ""
2007
1609
 
2008
 
#: drizzled/error.cc:282
2009
1610
msgid "No paths allowed for shared library"
2010
1611
msgstr ""
2011
1612
 
2012
 
#: drizzled/error.cc:284
2013
1613
#, c-format
2014
1614
msgid "Function '%-.192s' already exists"
2015
1615
msgstr ""
2016
1616
 
2017
 
#: drizzled/error.cc:286
2018
1617
#, c-format
2019
1618
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2020
1619
msgstr ""
2021
1620
 
2022
 
#: drizzled/error.cc:288
2023
1621
#, c-format
2024
1622
msgid "Can't find symbol '%-.128s' in library"
2025
1623
msgstr ""
2026
1624
 
2027
 
#: drizzled/error.cc:290
2028
1625
#, c-format
2029
1626
msgid "Function '%-.192s' is not defined"
2030
1627
msgstr ""
2031
1628
 
2032
 
#: drizzled/error.cc:292
2033
1629
#, c-format
2034
1630
msgid ""
2035
1631
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2036
1632
"'drizzleadmin flush-hosts'"
2037
1633
msgstr ""
2038
1634
 
2039
 
#: drizzled/error.cc:294
2040
1635
#, c-format
2041
1636
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2042
1637
msgstr ""
2043
1638
 
2044
 
#: drizzled/error.cc:296
2045
1639
msgid ""
2046
1640
"You are using Drizzle as an anonymous user and anonymous users are not "
2047
1641
"allowed to change passwords"
2048
1642
msgstr ""
2049
1643
 
2050
 
#: drizzled/error.cc:298
2051
1644
msgid ""
2052
1645
"You must have privileges to update tables in the drizzle database to be able "
2053
1646
"to change passwords for others"
2054
1647
msgstr ""
2055
1648
 
2056
 
#: drizzled/error.cc:300
2057
1649
msgid "Can't find any matching row in the user table"
2058
1650
msgstr ""
2059
1651
 
2060
 
#: drizzled/error.cc:302
2061
1652
#, c-format
2062
1653
msgid "Rows matched: %ld  Changed: %ld  Warnings: %ld"
2063
1654
msgstr ""
2064
1655
 
2065
 
#: drizzled/error.cc:304
2066
1656
#, c-format
2067
1657
msgid ""
2068
1658
"Can't create a new thread (errno %d); if you are not out of available "
2069
1659
"memory, you can consult the manual for a possible OS-dependent bug"
2070
1660
msgstr ""
2071
1661
 
2072
 
#: drizzled/error.cc:306
2073
1662
#, c-format
2074
1663
msgid "Column count doesn't match value count at row %ld"
2075
1664
msgstr ""
2076
1665
 
2077
 
#: drizzled/error.cc:308
2078
1666
#, c-format
2079
1667
msgid "Can't reopen table: '%-.192s'"
2080
1668
msgstr ""
2081
1669
 
2082
 
#: drizzled/error.cc:310
2083
1670
msgid "Invalid use of NULL value"
2084
1671
msgstr ""
2085
1672
 
2086
 
#: drizzled/error.cc:312
2087
1673
#, c-format
2088
1674
msgid "Got error '%-.64s' from regexp"
2089
1675
msgstr ""
2090
1676
 
2091
 
#: drizzled/error.cc:314
2092
1677
msgid ""
2093
1678
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2094
1679
"illegal if there is no GROUP BY clause"
2095
1680
msgstr ""
2096
1681
 
2097
 
#: drizzled/error.cc:316
2098
1682
#, c-format
2099
1683
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
2100
1684
msgstr ""
2101
1685
 
2102
 
#: drizzled/error.cc:318
2103
1686
#, c-format
2104
1687
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
2105
1688
msgstr ""
2106
1689
 
2107
 
#: drizzled/error.cc:320
2108
1690
#, c-format
2109
1691
msgid ""
2110
1692
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
2111
1693
"table '%-.192s'"
2112
1694
msgstr ""
2113
1695
 
2114
 
#: drizzled/error.cc:322
2115
1696
msgid ""
2116
1697
"Illegal GRANT/REVOKE command; please consult the manual to see which "
2117
1698
"privileges can be used"
2118
1699
msgstr ""
2119
1700
 
2120
 
#: drizzled/error.cc:324
2121
1701
msgid "The host or user argument to GRANT is too long"
2122
1702
msgstr ""
2123
1703
 
2124
 
#: drizzled/error.cc:326
2125
1704
#, c-format
2126
1705
msgid "Table '%-.192s.%-.192s' doesn't exist"
2127
1706
msgstr ""
2128
1707
 
2129
 
#: drizzled/error.cc:328
2130
1708
#, c-format
2131
1709
msgid ""
2132
1710
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
2133
1711
"'%-.192s'"
2134
1712
msgstr ""
2135
1713
 
2136
 
#: drizzled/error.cc:330
2137
1714
msgid "The used command is not allowed with this Drizzle version"
2138
1715
msgstr ""
2139
1716
 
2140
 
#: drizzled/error.cc:332
2141
1717
msgid ""
2142
1718
"You have an error in your SQL syntax; check the manual that corresponds to "
2143
1719
"your Drizzle server version for the right syntax to use"
2144
1720
msgstr ""
2145
1721
 
2146
 
#: drizzled/error.cc:334
2147
1722
#, c-format
2148
1723
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
2149
1724
msgstr ""
2150
1725
 
2151
 
#: drizzled/error.cc:336
2152
1726
msgid "Too many delayed threads in use"
2153
1727
msgstr ""
2154
1728
 
2155
 
#: drizzled/error.cc:338
2156
1729
#, c-format
2157
1730
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
2158
1731
msgstr ""
2159
1732
 
2160
 
#: drizzled/error.cc:340
2161
1733
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2162
1734
msgstr ""
2163
1735
 
2164
 
#: drizzled/error.cc:342
2165
1736
msgid "Got a read error from the connection pipe"
2166
1737
msgstr ""
2167
1738
 
2168
 
#: drizzled/error.cc:344
2169
1739
msgid "Got an error from fcntl()"
2170
1740
msgstr ""
2171
1741
 
2172
 
#: drizzled/error.cc:346
2173
1742
msgid "Got packets out of order"
2174
1743
msgstr ""
2175
1744
 
2176
 
#: drizzled/error.cc:348 plugin/oldlibdrizzle/errmsg.cc:98
2177
1745
msgid "Couldn't uncompress communication packet"
2178
1746
msgstr "Не могу распаковать полученный пакет"
2179
1747
 
2180
 
#: drizzled/error.cc:350 plugin/oldlibdrizzle/errmsg.cc:100
2181
1748
msgid "Got an error reading communication packets"
2182
1749
msgstr "Ошибка при получении пакета"
2183
1750
 
2184
 
#: drizzled/error.cc:352 plugin/oldlibdrizzle/errmsg.cc:102
2185
1751
msgid "Got timeout reading communication packets"
2186
1752
msgstr "Тайм-аут при получении пакета"
2187
1753
 
2188
 
#: drizzled/error.cc:354 plugin/oldlibdrizzle/errmsg.cc:104
2189
1754
msgid "Got an error writing communication packets"
2190
1755
msgstr "Ошибка при отправке пакета"
2191
1756
 
2192
 
#: drizzled/error.cc:356 plugin/oldlibdrizzle/errmsg.cc:106
2193
1757
msgid "Got timeout writing communication packets"
2194
1758
msgstr "Тайм-аут при отправке пакета"
2195
1759
 
2196
 
#: drizzled/error.cc:358
2197
1760
msgid "Result string is longer than 'max_allowed_packet' bytes"
2198
1761
msgstr ""
2199
1762
 
2200
 
#: drizzled/error.cc:360
2201
1763
msgid "The used table type doesn't support BLOB/TEXT columns"
2202
1764
msgstr ""
2203
1765
 
2204
 
#: drizzled/error.cc:362
2205
1766
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2206
1767
msgstr ""
2207
1768
 
2208
 
#: drizzled/error.cc:364
2209
1769
#, c-format
2210
1770
msgid ""
2211
1771
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
2212
1772
"LOCK TABLES"
2213
1773
msgstr ""
2214
1774
 
2215
 
#: drizzled/error.cc:366
2216
1775
#, c-format
2217
1776
msgid "Incorrect column name '%-.100s'"
2218
1777
msgstr ""
2219
1778
 
2220
 
#: drizzled/error.cc:368
2221
1779
#, c-format
2222
1780
msgid "The used storage engine can't index column '%-.192s'"
2223
1781
msgstr ""
2224
1782
 
2225
 
#: drizzled/error.cc:370
2226
1783
msgid ""
2227
1784
"Unable to open underlying table which is differently defined or of non-"
2228
1785
"MyISAM type or doesn't exist"
2229
1786
msgstr ""
2230
1787
 
2231
 
#: drizzled/error.cc:372
2232
1788
#, c-format
2233
1789
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2234
1790
msgstr ""
2235
1791
 
2236
 
#: drizzled/error.cc:374
2237
1792
#, c-format
2238
1793
msgid ""
2239
1794
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2240
1795
msgstr ""
2241
1796
 
2242
 
#: drizzled/error.cc:376
2243
1797
msgid ""
2244
1798
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2245
1799
"UNIQUE instead"
2246
1800
msgstr ""
2247
1801
 
2248
 
#: drizzled/error.cc:378
2249
1802
msgid "Result consisted of more than one row"
2250
1803
msgstr ""
2251
1804
 
2252
 
#: drizzled/error.cc:380
2253
1805
msgid "This table type requires a primary key"
2254
1806
msgstr ""
2255
1807
 
2256
 
#: drizzled/error.cc:382
2257
1808
msgid "This version of Drizzle is not compiled with RAID support"
2258
1809
msgstr ""
2259
1810
 
2260
 
#: drizzled/error.cc:384
2261
1811
msgid ""
2262
1812
"You are using safe update mode and you tried to update a table without a "
2263
1813
"WHERE that uses a KEY column"
2264
1814
msgstr ""
2265
1815
 
2266
 
#: drizzled/error.cc:386
2267
1816
#, c-format
2268
1817
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2269
1818
msgstr ""
2270
1819
 
2271
 
#: drizzled/error.cc:388
2272
1820
msgid "Can't open table"
2273
1821
msgstr ""
2274
1822
 
2275
 
#: drizzled/error.cc:390
2276
1823
#, c-format
2277
1824
msgid "The storage engine for the table doesn't support %s"
2278
1825
msgstr ""
2279
1826
 
2280
 
#: drizzled/error.cc:392
2281
1827
msgid "You are not allowed to execute this command in a transaction"
2282
1828
msgstr ""
2283
1829
 
2284
 
#: drizzled/error.cc:394
2285
1830
#, c-format
2286
1831
msgid "Got error %d during COMMIT"
2287
1832
msgstr ""
2288
1833
 
2289
 
#: drizzled/error.cc:396
2290
1834
#, c-format
2291
1835
msgid "Got error %d during ROLLBACK"
2292
1836
msgstr ""
2293
1837
 
2294
 
#: drizzled/error.cc:398
2295
1838
#, c-format
2296
1839
msgid "Got error %d during FLUSH_LOGS"
2297
1840
msgstr ""
2298
1841
 
2299
 
#: drizzled/error.cc:400
2300
1842
#, c-format
2301
1843
msgid "Got error %d during CHECKPOINT"
2302
1844
msgstr ""
2303
1845
 
2304
 
#: drizzled/error.cc:402
2305
1846
#, c-format
2306
1847
msgid ""
2307
1848
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2308
1849
"'%-.64s' (%-.64s)"
2309
1850
msgstr ""
2310
1851
 
2311
 
#: drizzled/error.cc:404
2312
1852
msgid "The storage engine for the table does not support binary table dump"
2313
1853
msgstr ""
2314
1854
 
2315
 
#: drizzled/error.cc:406
2316
1855
msgid "Binlog closed, cannot RESET MASTER"
2317
1856
msgstr ""
2318
1857
 
2319
 
#: drizzled/error.cc:408
2320
1858
#, c-format
2321
1859
msgid "Failed rebuilding the index of  dumped table '%-.192s'"
2322
1860
msgstr ""
2323
1861
 
2324
 
#: drizzled/error.cc:410
2325
1862
#, c-format
2326
1863
msgid "Error from master: '%-.64s'"
2327
1864
msgstr ""
2328
1865
 
2329
 
#: drizzled/error.cc:412
2330
1866
msgid "Net error reading from master"
2331
1867
msgstr ""
2332
1868
 
2333
 
#: drizzled/error.cc:414
2334
1869
msgid "Net error writing to master"
2335
1870
msgstr ""
2336
1871
 
2337
 
#: drizzled/error.cc:416
2338
1872
msgid "Can't find FULLTEXT index matching the column list"
2339
1873
msgstr ""
2340
1874
 
2341
 
#: drizzled/error.cc:418
2342
1875
msgid ""
2343
1876
"Can't execute the given command because you have active locked tables or an "
2344
1877
"active transaction"
2345
1878
msgstr ""
2346
1879
 
2347
 
#: drizzled/error.cc:420
2348
1880
#, c-format
2349
1881
msgid "Unknown system variable '%-.64s'"
2350
1882
msgstr ""
2351
1883
 
2352
 
#: drizzled/error.cc:422
2353
1884
#, c-format
2354
1885
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2355
1886
msgstr ""
2356
1887
 
2357
 
#: drizzled/error.cc:424
2358
1888
#, c-format
2359
1889
msgid ""
2360
1890
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2361
1891
msgstr ""
2362
1892
 
2363
 
#: drizzled/error.cc:426
2364
1893
msgid "Some non-transactional changed tables couldn't be rolled back"
2365
1894
msgstr ""
2366
1895
 
2367
 
#: drizzled/error.cc:428
2368
1896
msgid ""
2369
1897
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2370
1898
"of storage; increase this drizzled variable and try again"
2371
1899
msgstr ""
2372
1900
 
2373
 
#: drizzled/error.cc:430
2374
1901
msgid ""
2375
1902
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2376
1903
msgstr ""
2377
1904
 
2378
 
#: drizzled/error.cc:432
2379
1905
msgid ""
2380
1906
"This operation requires a running slave; configure slave and do START SLAVE"
2381
1907
msgstr ""
2382
1908
 
2383
 
#: drizzled/error.cc:434
2384
1909
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2385
1910
msgstr ""
2386
1911
 
2387
 
#: drizzled/error.cc:436
2388
1912
msgid ""
2389
1913
"Could not initialize master info structure; more error messages can be found "
2390
1914
"in the Drizzle error log"
2391
1915
msgstr ""
2392
1916
 
2393
 
#: drizzled/error.cc:438
2394
1917
msgid "Could not create slave thread; check system resources"
2395
1918
msgstr ""
2396
1919
 
2397
 
#: drizzled/error.cc:440
2398
1920
#, c-format
2399
1921
msgid ""
2400
1922
"User %-.64s already has more than 'max_user_connections' active connections"
2401
1923
msgstr ""
2402
1924
 
2403
 
#: drizzled/error.cc:442
2404
1925
msgid "You may only use constant expressions with SET"
2405
1926
msgstr ""
2406
1927
 
2407
 
#: drizzled/error.cc:444
2408
1928
msgid "Lock wait timeout exceeded; try restarting transaction"
2409
1929
msgstr ""
2410
1930
 
2411
 
#: drizzled/error.cc:446
2412
1931
msgid "The total number of locks exceeds the lock table size"
2413
1932
msgstr ""
2414
1933
 
2415
 
#: drizzled/error.cc:448
2416
1934
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2417
1935
msgstr ""
2418
1936
 
2419
 
#: drizzled/error.cc:450
2420
1937
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2421
1938
msgstr ""
2422
1939
 
2423
 
#: drizzled/error.cc:452
2424
1940
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2425
1941
msgstr ""
2426
1942
 
2427
 
#: drizzled/error.cc:454
2428
1943
#, c-format
2429
1944
msgid "Incorrect arguments to %s"
2430
1945
msgstr ""
2431
1946
 
2432
 
#: drizzled/error.cc:456
2433
1947
#, c-format
2434
1948
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2435
1949
msgstr ""
2436
1950
 
2437
 
#: drizzled/error.cc:458
2438
1951
msgid ""
2439
1952
"Incorrect table definition; all MERGE tables must be in the same database"
2440
1953
msgstr ""
2441
1954
 
2442
 
#: drizzled/error.cc:460
2443
1955
msgid "Deadlock found when trying to get lock; try restarting transaction"
2444
1956
msgstr ""
2445
1957
 
2446
 
#: drizzled/error.cc:462
2447
1958
msgid "The used table type doesn't support FULLTEXT indexes"
2448
1959
msgstr ""
2449
1960
 
2450
 
#: drizzled/error.cc:464
2451
1961
msgid "Cannot add foreign key constraint"
2452
1962
msgstr ""
2453
1963
 
2454
 
#: drizzled/error.cc:466
2455
1964
msgid "Cannot add or update a child row: a foreign key constraint fails"
2456
1965
msgstr ""
2457
1966
 
2458
 
#: drizzled/error.cc:468
2459
1967
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2460
1968
msgstr ""
2461
1969
 
2462
 
#: drizzled/error.cc:470
2463
1970
#, c-format
2464
1971
msgid "Error connecting to master: %-.128s"
2465
1972
msgstr ""
2466
1973
 
2467
 
#: drizzled/error.cc:472
2468
1974
#, c-format
2469
1975
msgid "Error running query on master: %-.128s"
2470
1976
msgstr ""
2471
1977
 
2472
 
#: drizzled/error.cc:474
2473
1978
#, c-format
2474
1979
msgid "Error when executing command %s: %-.128s"
2475
1980
msgstr ""
2476
1981
 
2477
 
#: drizzled/error.cc:476
2478
1982
#, c-format
2479
1983
msgid "Incorrect usage of %s and %s"
2480
1984
msgstr ""
2481
1985
 
2482
 
#: drizzled/error.cc:478
2483
1986
msgid "The used SELECT statements have a different number of columns"
2484
1987
msgstr ""
2485
1988
 
2486
 
#: drizzled/error.cc:480
2487
1989
msgid "Can't execute the query because you have a conflicting read lock"
2488
1990
msgstr ""
2489
1991
 
2490
 
#: drizzled/error.cc:482
2491
1992
msgid "Mixing of transactional and non-transactional tables is disabled"
2492
1993
msgstr ""
2493
1994
 
2494
 
#: drizzled/error.cc:484
2495
1995
#, c-format
2496
1996
msgid "Option '%s' used twice in statement"
2497
1997
msgstr ""
2498
1998
 
2499
 
#: drizzled/error.cc:486
2500
1999
#, c-format
2501
2000
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2502
2001
msgstr ""
2503
2002
 
2504
 
#: drizzled/error.cc:488
2505
2003
#, c-format
2506
2004
msgid "Access denied; you need the %-.128s privilege for this operation"
2507
2005
msgstr ""
2508
2006
 
2509
 
#: drizzled/error.cc:490
2510
2007
#, c-format
2511
2008
msgid ""
2512
2009
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2513
2010
msgstr ""
2514
2011
 
2515
 
#: drizzled/error.cc:492
2516
2012
#, c-format
2517
2013
msgid ""
2518
2014
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2519
2015
msgstr ""
2520
2016
 
2521
 
#: drizzled/error.cc:494
2522
2017
#, c-format
2523
2018
msgid "Variable '%-.64s' doesn't have a default value"
2524
2019
msgstr ""
2525
2020
 
2526
 
#: drizzled/error.cc:496
2527
2021
#, c-format
2528
2022
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2529
2023
msgstr ""
2530
2024
 
2531
 
#: drizzled/error.cc:498
2532
2025
#, c-format
2533
2026
msgid "Incorrect argument type to variable '%-.64s'"
2534
2027
msgstr ""
2535
2028
 
2536
 
#: drizzled/error.cc:500
2537
2029
#, c-format
2538
2030
msgid "Variable '%-.64s' can only be set, not read"
2539
2031
msgstr ""
2540
2032
 
2541
 
#: drizzled/error.cc:502
2542
2033
#, c-format
2543
2034
msgid "Incorrect usage/placement of '%s'"
2544
2035
msgstr ""
2545
2036
 
2546
 
#: drizzled/error.cc:504
2547
2037
#, c-format
2548
2038
msgid "This version of Drizzle doesn't yet support '%s'"
2549
2039
msgstr ""
2550
2040
 
2551
 
#: drizzled/error.cc:506
2552
2041
#, c-format
2553
2042
msgid ""
2554
2043
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2555
2044
msgstr ""
2556
2045
 
2557
 
#: drizzled/error.cc:508
2558
2046
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2559
2047
msgstr ""
2560
2048
 
2561
 
#: drizzled/error.cc:510
2562
2049
#, c-format
2563
2050
msgid "Variable '%-.192s' is a %s variable"
2564
2051
msgstr ""
2565
2052
 
2566
 
#: drizzled/error.cc:512
2567
2053
#, c-format
2568
2054
msgid "Incorrect foreign key definition for '%-.192s': %s"
2569
2055
msgstr ""
2570
2056
 
2571
 
#: drizzled/error.cc:514
2572
2057
msgid "Key reference and table reference don't match"
2573
2058
msgstr ""
2574
2059
 
2575
 
#: drizzled/error.cc:516
2576
2060
#, c-format
2577
2061
msgid "Operand should contain %d column(s)"
2578
2062
msgstr ""
2579
2063
 
2580
 
#: drizzled/error.cc:518
2581
2064
msgid "Subquery returns more than 1 row"
2582
2065
msgstr ""
2583
2066
 
2584
 
#: drizzled/error.cc:520
2585
2067
#, c-format
2586
2068
msgid "Unknown prepared statement handler (%.*s) given to %s"
2587
2069
msgstr ""
2588
2070
 
2589
 
#: drizzled/error.cc:522
2590
2071
msgid "Help database is corrupt or does not exist"
2591
2072
msgstr ""
2592
2073
 
2593
 
#: drizzled/error.cc:524
2594
2074
msgid "Cyclic reference on subqueries"
2595
2075
msgstr ""
2596
2076
 
2597
 
#: drizzled/error.cc:526
2598
2077
#, c-format
2599
2078
msgid "Converting column '%s' from %s to %s"
2600
2079
msgstr ""
2601
2080
 
2602
 
#: drizzled/error.cc:528
2603
2081
#, c-format
2604
2082
msgid "Reference '%-.64s' not supported (%s)"
2605
2083
msgstr ""
2606
2084
 
2607
 
#: drizzled/error.cc:530
2608
2085
msgid "Every derived table must have its own alias"
2609
2086
msgstr ""
2610
2087
 
2611
 
#: drizzled/error.cc:532
2612
2088
#, c-format
2613
2089
msgid "Select %u was reduced during optimization"
2614
2090
msgstr ""
2615
2091
 
2616
 
#: drizzled/error.cc:534
2617
2092
#, c-format
2618
2093
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2619
2094
msgstr ""
2620
2095
 
2621
 
#: drizzled/error.cc:536
2622
2096
msgid ""
2623
2097
"Client does not support authentication protocol requested by server; "
2624
2098
"consider upgrading Drizzle client"
2625
2099
msgstr ""
2626
2100
 
2627
 
#: drizzled/error.cc:538
2628
2101
msgid "All parts of a SPATIAL index must be NOT NULL"
2629
2102
msgstr ""
2630
2103
 
2631
 
#: drizzled/error.cc:540
2632
2104
#, c-format
2633
2105
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2634
2106
msgstr ""
2635
2107
 
2636
 
#: drizzled/error.cc:542
2637
2108
msgid "Slave is already running"
2638
2109
msgstr ""
2639
2110
 
2640
 
#: drizzled/error.cc:544
2641
2111
msgid "Slave already has been stopped"
2642
2112
msgstr ""
2643
2113
 
2644
 
#: drizzled/error.cc:546
2645
2114
#, c-format
2646
2115
msgid ""
2647
2116
"Uncompressed data size too large; the maximum size is %d (probably, length "
2648
2117
"of uncompressed data was corrupted)"
2649
2118
msgstr ""
2650
2119
 
2651
 
#: drizzled/error.cc:548
2652
2120
msgid "ZLIB: Not enough memory"
2653
2121
msgstr ""
2654
2122
 
2655
 
#: drizzled/error.cc:550
2656
2123
msgid ""
2657
2124
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2658
2125
"data was corrupted)"
2659
2126
msgstr ""
2660
2127
 
2661
 
#: drizzled/error.cc:552
2662
2128
msgid "ZLIB: Input data corrupted"
2663
2129
msgstr ""
2664
2130
 
2665
 
#: drizzled/error.cc:554
2666
2131
#, c-format
2667
2132
msgid "%d line(s) were cut by GROUP_CONCAT()"
2668
2133
msgstr ""
2669
2134
 
2670
 
#: drizzled/error.cc:556
2671
2135
#, c-format
2672
2136
msgid "Row %ld doesn't contain data for all columns"
2673
2137
msgstr ""
2674
2138
 
2675
 
#: drizzled/error.cc:558
2676
2139
#, c-format
2677
2140
msgid ""
2678
2141
"Row %ld was truncated; it contained more data than there were input columns"
2679
2142
msgstr ""
2680
2143
 
2681
 
#: drizzled/error.cc:560
2682
2144
#, c-format
2683
2145
msgid ""
2684
2146
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2685
2147
msgstr ""
2686
2148
 
2687
 
#: drizzled/error.cc:562
2688
2149
#, c-format
2689
2150
msgid "Out of range value for column '%s' at row %ld"
2690
2151
msgstr ""
2691
2152
 
2692
 
#: drizzled/error.cc:564
2693
2153
#, c-format
2694
2154
msgid "Data truncated for column '%s' at row %ld"
2695
2155
msgstr ""
2696
2156
 
2697
 
#: drizzled/error.cc:566
2698
2157
#, c-format
2699
2158
msgid "Using storage engine %s for table '%s'"
2700
2159
msgstr ""
2701
2160
 
2702
 
#: drizzled/error.cc:568
2703
2161
#, c-format
2704
2162
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2705
2163
msgstr ""
2706
2164
 
2707
 
#: drizzled/error.cc:570
2708
2165
msgid "Cannot drop one or more of the requested users"
2709
2166
msgstr ""
2710
2167
 
2711
 
#: drizzled/error.cc:572
2712
2168
msgid "Can't revoke all privileges for one or more of the requested users"
2713
2169
msgstr ""
2714
2170
 
2715
 
#: drizzled/error.cc:574
2716
2171
#, c-format
2717
2172
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2718
2173
msgstr ""
2719
2174
 
2720
 
#: drizzled/error.cc:576
2721
2175
#, c-format
2722
2176
msgid "Illegal mix of collations for operation '%s'"
2723
2177
msgstr ""
2724
2178
 
2725
 
#: drizzled/error.cc:578
2726
2179
#, c-format
2727
2180
msgid ""
2728
2181
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2729
2182
"variable_name)"
2730
2183
msgstr ""
2731
2184
 
2732
 
#: drizzled/error.cc:580
2733
2185
#, c-format
2734
2186
msgid "Unknown collation: '%-.64s'"
2735
2187
msgstr ""
2736
2188
 
2737
 
#: drizzled/error.cc:582
2738
2189
msgid ""
2739
2190
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2740
2191
"compiled without SSL support; they can be used later if Drizzle slave with "
2741
2192
"SSL is started"
2742
2193
msgstr ""
2743
2194
 
2744
 
#: drizzled/error.cc:584
2745
2195
#, c-format
2746
2196
msgid ""
2747
2197
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2748
2198
"old format; please change the password to the new format"
2749
2199
msgstr ""
2750
2200
 
2751
 
#: drizzled/error.cc:586
2752
2201
#, c-format
2753
2202
msgid ""
2754
2203
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2755
2204
"SELECT #%d"
2756
2205
msgstr ""
2757
2206
 
2758
 
#: drizzled/error.cc:588
2759
2207
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2760
2208
msgstr ""
2761
2209
 
2762
 
#: drizzled/error.cc:590
2763
2210
msgid ""
2764
2211
"It is recommended to use --skip-slave-start when doing step-by-step "
2765
2212
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2766
2213
"get an unexpected slave's drizzled restart"
2767
2214
msgstr ""
2768
2215
 
2769
 
#: drizzled/error.cc:592
2770
2216
msgid "SQL thread is not to be started so UNTIL options are ignored"
2771
2217
msgstr ""
2772
2218
 
2773
 
#: drizzled/error.cc:594
2774
2219
#, c-format
2775
2220
msgid "Incorrect index name '%-.100s'"
2776
2221
msgstr ""
2777
2222
 
2778
 
#: drizzled/error.cc:596
2779
2223
#, c-format
2780
2224
msgid "Incorrect catalog name '%-.100s'"
2781
2225
msgstr ""
2782
2226
 
2783
 
#: drizzled/error.cc:598
2784
2227
#, c-format
2785
2228
msgid "Query cache failed to set size %lu; new query cache size is %lu"
2786
2229
msgstr ""
2787
2230
 
2788
 
#: drizzled/error.cc:600
2789
2231
#, c-format
2790
2232
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2791
2233
msgstr ""
2792
2234
 
2793
 
#: drizzled/error.cc:602
2794
2235
#, c-format
2795
2236
msgid "Unknown key cache '%-.100s'"
2796
2237
msgstr ""
2797
2238
 
2798
 
#: drizzled/error.cc:604
2799
2239
msgid ""
2800
2240
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2801
2241
"this switch for this grant to work"
2802
2242
msgstr ""
2803
2243
 
2804
 
#: drizzled/error.cc:606
2805
2244
#, c-format
2806
2245
msgid "Unknown table engine '%s'"
2807
2246
msgstr ""
2808
2247
 
2809
 
#: drizzled/error.cc:608
2810
2248
#, c-format
2811
2249
msgid "'%s' is deprecated; use '%s' instead"
2812
2250
msgstr ""
2813
2251
 
2814
 
#: drizzled/error.cc:610
2815
2252
#, c-format
2816
2253
msgid "The target table %-.100s of the %s is not updatable"
2817
2254
msgstr ""
2818
2255
 
2819
 
#: drizzled/error.cc:612
2820
2256
#, c-format
2821
2257
msgid ""
2822
2258
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2823
2259
"working"
2824
2260
msgstr ""
2825
2261
 
2826
 
#: drizzled/error.cc:614
2827
2262
#, c-format
2828
2263
msgid ""
2829
2264
"The Drizzle server is running with the %s option so it cannot execute this "
2830
2265
"statement"
2831
2266
msgstr ""
2832
2267
 
2833
 
#: drizzled/error.cc:616
2834
2268
#, c-format
2835
2269
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2836
2270
msgstr ""
2837
2271
 
2838
 
#: drizzled/error.cc:618
2839
2272
#, c-format
2840
2273
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2841
2274
msgstr ""
2842
2275
 
2843
 
#: drizzled/error.cc:620
2844
2276
msgid ""
2845
2277
"Incorrect table definition; there can be only one TIMESTAMP column with "
2846
2278
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2847
2279
msgstr ""
2848
2280
 
2849
 
#: drizzled/error.cc:622
2850
2281
#, c-format
2851
2282
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2852
2283
msgstr ""
2853
2284
 
2854
 
#: drizzled/error.cc:624
2855
2285
msgid "This command is not supported in the prepared statement protocol yet"
2856
2286
msgstr ""
2857
2287
 
2858
 
#: drizzled/error.cc:626
2859
2288
#, c-format
2860
2289
msgid "Got error %d '%-.100s' from %s"
2861
2290
msgstr ""
2862
2291
 
2863
 
#: drizzled/error.cc:628
2864
2292
#, c-format
2865
2293
msgid "Got temporary error %d '%-.100s' from %s"
2866
2294
msgstr ""
2867
2295
 
2868
 
#: drizzled/error.cc:630
2869
2296
#, c-format
2870
2297
msgid "Unknown or incorrect time zone: '%-.64s'"
2871
2298
msgstr ""
2872
2299
 
2873
 
#: drizzled/error.cc:632
2874
2300
#, c-format
2875
2301
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2876
2302
msgstr ""
2877
2303
 
2878
 
#: drizzled/error.cc:634
2879
2304
#, c-format
2880
2305
msgid "Invalid %s character string: '%.64s'"
2881
2306
msgstr ""
2882
2307
 
2883
 
#: drizzled/error.cc:636
2884
2308
#, c-format
2885
2309
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2886
2310
msgstr ""
2887
2311
 
2888
 
#: drizzled/error.cc:638
2889
2312
#, c-format
2890
2313
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2891
2314
msgstr ""
2892
2315
 
2893
 
#: drizzled/error.cc:640
2894
2316
#, c-format
2895
2317
msgid "Can't create a %s from within another stored routine"
2896
2318
msgstr ""
2897
2319
 
2898
 
#: drizzled/error.cc:642
2899
2320
#, c-format
2900
2321
msgid "%s %s already exists"
2901
2322
msgstr ""
2902
2323
 
2903
 
#: drizzled/error.cc:644
2904
2324
#, c-format
2905
2325
msgid "%s %s does not exist"
2906
2326
msgstr ""
2907
2327
 
2908
 
#: drizzled/error.cc:646
2909
2328
#, c-format
2910
2329
msgid "Failed to DROP %s %s"
2911
2330
msgstr ""
2912
2331
 
2913
 
#: drizzled/error.cc:648
2914
2332
#, c-format
2915
2333
msgid "Failed to CREATE %s %s"
2916
2334
msgstr ""
2917
2335
 
2918
 
#: drizzled/error.cc:650
2919
2336
#, c-format
2920
2337
msgid "%s with no matching label: %s"
2921
2338
msgstr ""
2922
2339
 
2923
 
#: drizzled/error.cc:652
2924
2340
#, c-format
2925
2341
msgid "Redefining label %s"
2926
2342
msgstr ""
2927
2343
 
2928
 
#: drizzled/error.cc:654
2929
2344
#, c-format
2930
2345
msgid "End-label %s without match"
2931
2346
msgstr ""
2932
2347
 
2933
 
#: drizzled/error.cc:656
2934
2348
#, c-format
2935
2349
msgid "Referring to uninitialized variable %s"
2936
2350
msgstr ""
2937
2351
 
2938
 
#: drizzled/error.cc:658
2939
2352
#, c-format
2940
2353
msgid "PROCEDURE %s can't return a result set in the given context"
2941
2354
msgstr ""
2942
2355
 
2943
 
#: drizzled/error.cc:660
2944
2356
msgid "RETURN is only allowed in a FUNCTION"
2945
2357
msgstr ""
2946
2358
 
2947
 
#: drizzled/error.cc:662
2948
2359
#, c-format
2949
2360
msgid "%s is not allowed in stored procedures"
2950
2361
msgstr ""
2951
2362
 
2952
 
#: drizzled/error.cc:664
2953
2363
msgid ""
2954
2364
"The update log is deprecated and replaced by the binary log; SET "
2955
2365
"SQL_LOG_UPDATE has been ignored"
2956
2366
msgstr ""
2957
2367
 
2958
 
#: drizzled/error.cc:666
2959
2368
msgid ""
2960
2369
"The update log is deprecated and replaced by the binary log; SET "
2961
2370
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2962
2371
msgstr ""
2963
2372
 
2964
 
#: drizzled/error.cc:668
2965
2373
msgid "Query execution was interrupted"
2966
2374
msgstr ""
2967
2375
 
2968
 
#: drizzled/error.cc:670
2969
2376
#, c-format
2970
2377
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2971
2378
msgstr ""
2972
2379
 
2973
 
#: drizzled/error.cc:672
2974
2380
#, c-format
2975
2381
msgid "Undefined CONDITION: %s"
2976
2382
msgstr ""
2977
2383
 
2978
 
#: drizzled/error.cc:674
2979
2384
#, c-format
2980
2385
msgid "No RETURN found in FUNCTION %s"
2981
2386
msgstr ""
2982
2387
 
2983
 
#: drizzled/error.cc:676
2984
2388
#, c-format
2985
2389
msgid "FUNCTION %s ended without RETURN"
2986
2390
msgstr ""
2987
2391
 
2988
 
#: drizzled/error.cc:678
2989
2392
msgid "Cursor statement must be a SELECT"
2990
2393
msgstr ""
2991
2394
 
2992
 
#: drizzled/error.cc:680
2993
2395
msgid "Cursor SELECT must not have INTO"
2994
2396
msgstr ""
2995
2397
 
2996
 
#: drizzled/error.cc:682
2997
2398
#, c-format
2998
2399
msgid "Undefined CURSOR: %s"
2999
2400
msgstr ""
3000
2401
 
3001
 
#: drizzled/error.cc:684
3002
2402
msgid "Cursor is already open"
3003
2403
msgstr ""
3004
2404
 
3005
 
#: drizzled/error.cc:686
3006
2405
msgid "Cursor is not open"
3007
2406
msgstr ""
3008
2407
 
3009
 
#: drizzled/error.cc:688
3010
2408
#, c-format
3011
2409
msgid "Undeclared variable: %s"
3012
2410
msgstr ""
3013
2411
 
3014
 
#: drizzled/error.cc:690
3015
2412
msgid "Incorrect number of FETCH variables"
3016
2413
msgstr ""
3017
2414
 
3018
 
#: drizzled/error.cc:692
3019
2415
msgid "No data - zero rows fetched, selected, or processed"
3020
2416
msgstr ""
3021
2417
 
3022
 
#: drizzled/error.cc:694
3023
2418
#, c-format
3024
2419
msgid "Duplicate parameter: %s"
3025
2420
msgstr ""
3026
2421
 
3027
 
#: drizzled/error.cc:696
3028
2422
#, c-format
3029
2423
msgid "Duplicate variable: %s"
3030
2424
msgstr ""
3031
2425
 
3032
 
#: drizzled/error.cc:698
3033
2426
#, c-format
3034
2427
msgid "Duplicate condition: %s"
3035
2428
msgstr ""
3036
2429
 
3037
 
#: drizzled/error.cc:700
3038
2430
#, c-format
3039
2431
msgid "Duplicate cursor: %s"
3040
2432
msgstr ""
3041
2433
 
3042
 
#: drizzled/error.cc:702
3043
2434
#, c-format
3044
2435
msgid "Failed to ALTER %s %s"
3045
2436
msgstr ""
3046
2437
 
3047
 
#: drizzled/error.cc:704
3048
2438
msgid "Subquery value not supported"
3049
2439
msgstr ""
3050
2440
 
3051
 
#: drizzled/error.cc:706
3052
2441
#, c-format
3053
2442
msgid "%s is not allowed in stored function or trigger"
3054
2443
msgstr ""
3055
2444
 
3056
 
#: drizzled/error.cc:708
3057
2445
msgid "Variable or condition declaration after cursor or handler declaration"
3058
2446
msgstr ""
3059
2447
 
3060
 
#: drizzled/error.cc:710
3061
2448
msgid "Cursor declaration after handler declaration"
3062
2449
msgstr ""
3063
2450
 
3064
 
#: drizzled/error.cc:712
3065
2451
msgid "Case not found for CASE statement"
3066
2452
msgstr ""
3067
2453
 
3068
 
#: drizzled/error.cc:714
3069
2454
#, c-format
3070
2455
msgid "Configuration file '%-.192s' is too big"
3071
2456
msgstr ""
3072
2457
 
3073
 
#: drizzled/error.cc:716
3074
2458
#, c-format
3075
2459
msgid "Malformed file type header in file '%-.192s'"
3076
2460
msgstr ""
3077
2461
 
3078
 
#: drizzled/error.cc:718
3079
2462
#, c-format
3080
2463
msgid "Unexpected end of file while parsing comment '%-.200s'"
3081
2464
msgstr ""
3082
2465
 
3083
 
#: drizzled/error.cc:720
3084
2466
#, c-format
3085
2467
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3086
2468
msgstr ""
3087
2469
 
3088
 
#: drizzled/error.cc:722
3089
2470
#, c-format
3090
2471
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3091
2472
msgstr ""
3092
2473
 
3093
 
#: drizzled/error.cc:724
3094
2474
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3095
2475
msgstr ""
3096
2476
 
3097
 
#: drizzled/error.cc:726
3098
2477
#, c-format
3099
2478
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3100
2479
msgstr ""
3101
2480
 
3102
 
#: drizzled/error.cc:728
3103
2481
#, c-format
3104
2482
msgid "'%-.192s.%-.192s' is not %s"
3105
2483
msgstr ""
3106
2484
 
3107
 
#: drizzled/error.cc:730
3108
2485
#, c-format
3109
2486
msgid "Column '%-.192s' is not updatable"
3110
2487
msgstr ""
3111
2488
 
3112
 
#: drizzled/error.cc:732
3113
2489
msgid "View's SELECT contains a subquery in the FROM clause"
3114
2490
msgstr ""
3115
2491
 
3116
 
#: drizzled/error.cc:734
3117
2492
#, c-format
3118
2493
msgid "View's SELECT contains a '%s' clause"
3119
2494
msgstr ""
3120
2495
 
3121
 
#: drizzled/error.cc:736
3122
2496
msgid "View's SELECT contains a variable or parameter"
3123
2497
msgstr ""
3124
2498
 
3125
 
#: drizzled/error.cc:738
3126
2499
#, c-format
3127
2500
msgid "View's SELECT refers to a temporary table '%-.192s'"
3128
2501
msgstr ""
3129
2502
 
3130
 
#: drizzled/error.cc:740
3131
2503
msgid "View's SELECT and view's field list have different column counts"
3132
2504
msgstr ""
3133
2505
 
3134
 
#: drizzled/error.cc:742
3135
2506
msgid ""
3136
2507
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3137
2508
msgstr ""
3138
2509
 
3139
 
#: drizzled/error.cc:744
3140
2510
msgid "View being updated does not have complete key of underlying table in it"
3141
2511
msgstr ""
3142
2512
 
3143
 
#: drizzled/error.cc:746
3144
2513
#, c-format
3145
2514
msgid ""
3146
2515
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3147
2516
"(s) or definer/invoker of view lack rights to use them"
3148
2517
msgstr ""
3149
2518
 
3150
 
#: drizzled/error.cc:748
3151
2519
#, c-format
3152
2520
msgid "Can't drop or alter a %s from within another stored routine"
3153
2521
msgstr ""
3154
2522
 
3155
 
#: drizzled/error.cc:750
3156
2523
msgid "GOTO is not allowed in a stored procedure handler"
3157
2524
msgstr ""
3158
2525
 
3159
 
#: drizzled/error.cc:752
3160
2526
msgid "Trigger already exists"
3161
2527
msgstr ""
3162
2528
 
3163
 
#: drizzled/error.cc:754
3164
2529
msgid "Trigger does not exist"
3165
2530
msgstr ""
3166
2531
 
3167
 
#: drizzled/error.cc:756
3168
2532
#, c-format
3169
2533
msgid "Trigger's '%-.192s' is view or temporary table"
3170
2534
msgstr ""
3171
2535
 
3172
 
#: drizzled/error.cc:758
3173
2536
#, c-format
3174
2537
msgid "Updating of %s row is not allowed in %strigger"
3175
2538
msgstr ""
3176
2539
 
3177
 
#: drizzled/error.cc:760
3178
2540
#, c-format
3179
2541
msgid "There is no %s row in %s trigger"
3180
2542
msgstr ""
3181
2543
 
3182
 
#: drizzled/error.cc:762
3183
2544
#, c-format
3184
2545
msgid "Field '%-.192s' doesn't have a default value"
3185
2546
msgstr ""
3186
2547
 
3187
 
#: drizzled/error.cc:764
3188
2548
msgid "Division by 0"
3189
2549
msgstr ""
3190
2550
 
3191
 
#: drizzled/error.cc:766
3192
2551
#, c-format
3193
2552
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3194
2553
msgstr ""
3195
2554
 
3196
 
#: drizzled/error.cc:768
3197
2555
#, c-format
3198
2556
msgid "Illegal %s '%-.192s' value found during parsing"
3199
2557
msgstr ""
3200
2558
 
3201
 
#: drizzled/error.cc:770
3202
2559
#, c-format
3203
2560
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3204
2561
msgstr ""
3205
2562
 
3206
 
#: drizzled/error.cc:772
3207
2563
#, c-format
3208
2564
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3209
2565
msgstr ""
3210
2566
 
3211
 
#: drizzled/error.cc:774
3212
2567
#, c-format
3213
2568
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3214
2569
msgstr ""
3215
2570
 
3216
 
#: drizzled/error.cc:776
3217
2571
#, c-format
3218
2572
msgid "Failed purging old relay logs: %s"
3219
2573
msgstr ""
3220
2574
 
3221
 
#: drizzled/error.cc:778
3222
2575
#, c-format
3223
2576
msgid "Password hash should be a %d-digit hexadecimal number"
3224
2577
msgstr ""
3225
2578
 
3226
 
#: drizzled/error.cc:780
3227
2579
msgid "Target log not found in binlog index"
3228
2580
msgstr ""
3229
2581
 
3230
 
#: drizzled/error.cc:782
3231
2582
msgid "I/O error reading log index file"
3232
2583
msgstr ""
3233
2584
 
3234
 
#: drizzled/error.cc:784
3235
2585
msgid "Server configuration does not permit binlog purge"
3236
2586
msgstr ""
3237
2587
 
3238
 
#: drizzled/error.cc:786
3239
2588
msgid "Failed on fseek()"
3240
2589
msgstr ""
3241
2590
 
3242
 
#: drizzled/error.cc:788
3243
2591
msgid "Fatal error during log purge"
3244
2592
msgstr ""
3245
2593
 
3246
 
#: drizzled/error.cc:790
3247
2594
msgid "A purgeable log is in use, will not purge"
3248
2595
msgstr ""
3249
2596
 
3250
 
#: drizzled/error.cc:792
3251
2597
msgid "Unknown error during log purge"
3252
2598
msgstr ""
3253
2599
 
3254
 
#: drizzled/error.cc:794
3255
2600
#, c-format
3256
2601
msgid "Failed initializing relay log position: %s"
3257
2602
msgstr ""
3258
2603
 
3259
 
#: drizzled/error.cc:796
3260
2604
msgid "You are not using binary logging"
3261
2605
msgstr ""
3262
2606
 
3263
 
#: drizzled/error.cc:798
3264
2607
#, c-format
3265
2608
msgid ""
3266
2609
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3267
2610
msgstr ""
3268
2611
 
3269
 
#: drizzled/error.cc:800
3270
2612
msgid "WSAStartup Failed"
3271
2613
msgstr ""
3272
2614
 
3273
 
#: drizzled/error.cc:802
3274
2615
msgid "Can't handle procedures with different groups yet"
3275
2616
msgstr ""
3276
2617
 
3277
 
#: drizzled/error.cc:804
3278
2618
msgid "Select must have a group with this procedure"
3279
2619
msgstr ""
3280
2620
 
3281
 
#: drizzled/error.cc:806
3282
2621
msgid "Can't use ORDER clause with this procedure"
3283
2622
msgstr ""
3284
2623
 
3285
 
#: drizzled/error.cc:808
3286
2624
#, c-format
3287
2625
msgid "Binary logging and replication forbid changing the global server %s"
3288
2626
msgstr ""
3289
2627
 
3290
 
#: drizzled/error.cc:810
3291
2628
#, c-format
3292
2629
msgid "Can't map file: %-.200s, errno: %d"
3293
2630
msgstr ""
3294
2631
 
3295
 
#: drizzled/error.cc:812
3296
2632
#, c-format
3297
2633
msgid "Wrong magic in %-.64s"
3298
2634
msgstr ""
3299
2635
 
3300
 
#: drizzled/error.cc:814
3301
2636
msgid "Prepared statement contains too many placeholders"
3302
2637
msgstr ""
3303
2638
 
3304
 
#: drizzled/error.cc:816
3305
2639
#, c-format
3306
2640
msgid "Key part '%-.192s' length cannot be 0"
3307
2641
msgstr ""
3308
2642
 
3309
 
#: drizzled/error.cc:818
3310
2643
msgid "View text checksum failed"
3311
2644
msgstr ""
3312
2645
 
3313
 
#: drizzled/error.cc:820
3314
2646
#, c-format
3315
2647
msgid ""
3316
2648
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3317
2649
msgstr ""
3318
2650
 
3319
 
#: drizzled/error.cc:822
3320
2651
#, c-format
3321
2652
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3322
2653
msgstr ""
3323
2654
 
3324
 
#: drizzled/error.cc:824
3325
2655
#, c-format
3326
2656
msgid "Can not delete from join view '%-.192s.%-.192s'"
3327
2657
msgstr ""
3328
2658
 
3329
 
#: drizzled/error.cc:826
3330
2659
#, c-format
3331
2660
msgid "Operation %s failed for %.256s"
3332
2661
msgstr ""
3333
2662
 
3334
 
#: drizzled/error.cc:828
3335
2663
msgid "XAER_NOTA: Unknown XID"
3336
2664
msgstr ""
3337
2665
 
3338
 
#: drizzled/error.cc:830
3339
2666
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3340
2667
msgstr ""
3341
2668
 
3342
 
#: drizzled/error.cc:832
3343
2669
#, c-format
3344
2670
msgid ""
3345
2671
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3346
2672
"the  %.64s state"
3347
2673
msgstr ""
3348
2674
 
3349
 
#: drizzled/error.cc:834
3350
2675
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3351
2676
msgstr ""
3352
2677
 
3353
 
#: drizzled/error.cc:836
3354
2678
msgid ""
3355
2679
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3356
2680
"for consistency"
3357
2681
msgstr ""
3358
2682
 
3359
 
#: drizzled/error.cc:838
3360
2683
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3361
2684
msgstr ""
3362
2685
 
3363
 
#: drizzled/error.cc:840
3364
2686
#, c-format
3365
2687
msgid ""
3366
2688
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3367
2689
"'%-.192s'"
3368
2690
msgstr ""
3369
2691
 
3370
 
#: drizzled/error.cc:842
3371
2692
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3372
2693
msgstr ""
3373
2694
 
3374
 
#: drizzled/error.cc:844
3375
2695
msgid "Failed to revoke all privileges to dropped routine"
3376
2696
msgstr ""
3377
2697
 
3378
 
#: drizzled/error.cc:846
3379
2698
#, c-format
3380
2699
msgid "Data too long for column '%s' at row %ld"
3381
2700
msgstr ""
3382
2701
 
3383
 
#: drizzled/error.cc:848
3384
2702
#, c-format
3385
2703
msgid "Bad SQLSTATE: '%s'"
3386
2704
msgstr ""
3387
2705
 
3388
 
#: drizzled/error.cc:850
3389
2706
#, c-format
3390
2707
msgid ""
3391
2708
"%s: ready for connections.\n"
3392
2709
"Version: '%s' %s\n"
3393
2710
msgstr ""
3394
2711
 
3395
 
#: drizzled/error.cc:852
3396
2712
msgid "Can't load value from file with fixed size rows to variable"
3397
2713
msgstr ""
3398
2714
 
3399
 
#: drizzled/error.cc:854
3400
2715
msgid "You are not allowed to create a user with GRANT"
3401
2716
msgstr ""
3402
2717
 
3403
 
#: drizzled/error.cc:856
3404
2718
#, c-format
3405
2719
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3406
2720
msgstr ""
3407
2721
 
3408
 
#: drizzled/error.cc:858
3409
2722
msgid "Table definition has changed, please retry transaction"
3410
2723
msgstr ""
3411
2724
 
3412
 
#: drizzled/error.cc:860
3413
2725
msgid "Duplicate handler declared in the same block"
3414
2726
msgstr ""
3415
2727
 
3416
 
#: drizzled/error.cc:862
3417
2728
#, c-format
3418
2729
msgid ""
3419
2730
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3420
2731
"variable in BEFORE trigger"
3421
2732
msgstr ""
3422
2733
 
3423
 
#: drizzled/error.cc:864
3424
2734
#, c-format
3425
2735
msgid "Not allowed to return a result set from a %s"
3426
2736
msgstr ""
3427
2737
 
3428
 
#: drizzled/error.cc:866
3429
2738
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3430
2739
msgstr ""
3431
2740
 
3432
 
#: drizzled/error.cc:868
3433
2741
msgid ""
3434
2742
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3435
2743
"declaration and binary logging is enabled; if non-transactional tables were "
3436
2744
"updated, the binary log will miss their changes"
3437
2745
msgstr ""
3438
2746
 
3439
 
#: drizzled/error.cc:870
3440
2747
msgid ""
3441
2748
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
3442
2749
"declaration and binary logging is enabled (you *might* want to use the less "
3443
2750
"safe log_bin_trust_function_creators variable)"
3444
2751
msgstr ""
3445
2752
 
3446
 
#: drizzled/error.cc:872
3447
2753
msgid ""
3448
2754
"You do not have the SUPER privilege and binary logging is enabled (you "
3449
2755
"*might* want to use the less safe log_bin_trust_function_creators variable)"
3450
2756
msgstr ""
3451
2757
 
3452
 
#: drizzled/error.cc:874
3453
2758
msgid ""
3454
2759
"You can't execute a prepared statement which has an open cursor associated "
3455
2760
"with it. Reset the statement to re-execute it."
3456
2761
msgstr ""
3457
2762
 
3458
 
#: drizzled/error.cc:876
3459
2763
#, c-format
3460
2764
msgid "The statement (%lu) has no open cursor."
3461
2765
msgstr ""
3462
2766
 
3463
 
#: drizzled/error.cc:878
3464
2767
msgid ""
3465
2768
"Explicit or implicit commit is not allowed in stored function or trigger."
3466
2769
msgstr ""
3467
2770
 
3468
 
#: drizzled/error.cc:880
3469
2771
#, c-format
3470
2772
msgid ""
3471
2773
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
3472
2774
msgstr ""
3473
2775
 
3474
 
#: drizzled/error.cc:882
3475
2776
msgid "Recursive stored functions and triggers are not allowed."
3476
2777
msgstr ""
3477
2778
 
3478
 
#: drizzled/error.cc:884
3479
2779
#, c-format
3480
2780
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3481
2781
msgstr ""
3482
2782
 
3483
 
#: drizzled/error.cc:886
3484
2783
#, c-format
3485
2784
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3486
2785
msgstr ""
3487
2786
 
3488
 
#: drizzled/error.cc:888
3489
2787
#, c-format
3490
2788
msgid ""
3491
2789
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3492
2790
"'%-.192s')."
3493
2791
msgstr ""
3494
2792
 
3495
 
#: drizzled/error.cc:890
3496
2793
msgid ""
3497
2794
"You can't combine write-locking of system tables with other tables or lock "
3498
2795
"types"
3499
2796
msgstr ""
3500
2797
 
3501
 
#: drizzled/error.cc:892
3502
2798
#, c-format
3503
2799
msgid "Unable to connect to foreign data source: %.64s"
3504
2800
msgstr ""
3505
2801
 
3506
 
#: drizzled/error.cc:894
3507
2802
#, c-format
3508
2803
msgid ""
3509
2804
"There was a problem processing the query on the foreign data source. Data "
3510
2805
"source error: %-.64s"
3511
2806
msgstr ""
3512
2807
 
3513
 
#: drizzled/error.cc:896
3514
2808
#, c-format
3515
2809
msgid ""
3516
2810
"The foreign data source you are trying to reference does not exist. Data "
3517
2811
"source error:  %-.64s"
3518
2812
msgstr ""
3519
2813
 
3520
 
#: drizzled/error.cc:898
3521
2814
#, c-format
3522
2815
msgid ""
3523
2816
"Can't create federated table. The data source connection string '%-.64s' is "
3524
2817
"not in the correct format"
3525
2818
msgstr ""
3526
2819
 
3527
 
#: drizzled/error.cc:900
3528
2820
#, c-format
3529
2821
msgid "The data source connection string '%-.64s' is not in the correct format"
3530
2822
msgstr ""
3531
2823
 
3532
 
#: drizzled/error.cc:902
3533
2824
#, c-format
3534
2825
msgid "Can't create federated table. Foreign data src error:  %-.64s"
3535
2826
msgstr ""
3536
2827
 
3537
 
#: drizzled/error.cc:904
3538
2828
msgid "Trigger in wrong schema"
3539
2829
msgstr ""
3540
2830
 
3541
 
#: drizzled/error.cc:906
3542
2831
#, c-format
3543
2832
msgid ""
3544
2833
"Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes "
3545
2834
"needed.  Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3546
2835
msgstr ""
3547
2836
 
3548
 
#: drizzled/error.cc:908
3549
2837
#, c-format
3550
2838
msgid "Routine body for '%-.100s' is too long"
3551
2839
msgstr ""
3552
2840
 
3553
 
#: drizzled/error.cc:910
3554
2841
msgid "Cannot drop default keycache"
3555
2842
msgstr ""
3556
2843
 
3557
 
#: drizzled/error.cc:912
3558
2844
#, c-format
3559
2845
msgid "Display width out of range for column '%-.192s' (max = %d)"
3560
2846
msgstr ""
3561
2847
 
3562
 
#: drizzled/error.cc:914
3563
2848
msgid "XAER_DUPID: The XID already exists"
3564
2849
msgstr ""
3565
2850
 
3566
 
#: drizzled/error.cc:916
3567
2851
#, c-format
3568
2852
msgid "Datetime function: %-.32s field overflow"
3569
2853
msgstr ""
3570
2854
 
3571
 
#: drizzled/error.cc:918
3572
2855
#, c-format
3573
2856
msgid ""
3574
2857
"Can't update table '%-.192s' in stored function/trigger because it is "
3575
2858
"already used by statement which invoked this stored function/trigger."
3576
2859
msgstr ""
3577
2860
 
3578
 
#: drizzled/error.cc:920
3579
2861
#, c-format
3580
2862
msgid ""
3581
2863
"The definition of table '%-.192s' prevents operation %.192s on table "
3582
2864
"'%-.192s'."
3583
2865
msgstr ""
3584
2866
 
3585
 
#: drizzled/error.cc:922
3586
2867
msgid ""
3587
2868
"The prepared statement contains a stored routine call that refers to that "
3588
2869
"same statement. It's not allowed to execute a prepared statement in such a "
3589
2870
"recursive manner"
3590
2871
msgstr ""
3591
2872
 
3592
 
#: drizzled/error.cc:924
3593
2873
msgid "Not allowed to set autocommit from a stored function or trigger"
3594
2874
msgstr ""
3595
2875
 
3596
 
#: drizzled/error.cc:926
3597
2876
msgid "Definer is not fully qualified"
3598
2877
msgstr ""
3599
2878
 
3600
 
#: drizzled/error.cc:928
3601
2879
#, c-format
3602
2880
msgid ""
3603
2881
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
3604
2882
"Current user is used as definer. Please recreate the view!"
3605
2883
msgstr ""
3606
2884
 
3607
 
#: drizzled/error.cc:930
3608
2885
#, c-format
3609
2886
msgid ""
3610
2887
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
3611
2888
"definer"
3612
2889
msgstr ""
3613
2890
 
3614
 
#: drizzled/error.cc:932
3615
2891
#, c-format
3616
2892
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
3617
2893
msgstr ""
3618
2894
 
3619
 
#: drizzled/error.cc:934
3620
2895
#, c-format
3621
2896
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
3622
2897
msgstr ""
3623
2898
 
3624
 
#: drizzled/error.cc:936
3625
2899
#, c-format
3626
2900
msgid ""
3627
2901
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3628
2902
msgstr ""
3629
2903
 
3630
 
#: drizzled/error.cc:938
3631
2904
#, c-format
3632
2905
msgid ""
3633
2906
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3634
2907
msgstr ""
3635
2908
 
3636
 
#: drizzled/error.cc:940
3637
2909
#, c-format
3638
2910
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
3639
2911
msgstr ""
3640
2912
 
3641
 
#: drizzled/error.cc:942
3642
2913
#, c-format
3643
2914
msgid ""
3644
2915
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
3646
2917
"insufficient privileges. Please recreate the trigger."
3647
2918
msgstr ""
3648
2919
 
3649
 
#: drizzled/error.cc:944
3650
2920
#, c-format
3651
2921
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
3652
2922
msgstr ""
3653
2923
 
3654
 
#: drizzled/error.cc:946
3655
2924
#, c-format
3656
2925
msgid ""
3657
2926
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
3658
2927
"exceeded for routine %.192s"
3659
2928
msgstr ""
3660
2929
 
3661
 
#: drizzled/error.cc:948
3662
2930
#, c-format
3663
2931
msgid ""
3664
2932
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
3665
2933
"or contains bad data (internal code %d)"
3666
2934
msgstr ""
3667
2935
 
3668
 
#: drizzled/error.cc:950
3669
2936
#, c-format
3670
2937
msgid "Incorrect routine name '%-.192s'"
3671
2938
msgstr ""
3672
2939
 
3673
 
#: drizzled/error.cc:952
3674
2940
#, c-format
3675
2941
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3676
2942
msgstr ""
3677
2943
 
3678
 
#: drizzled/error.cc:954
3679
2944
msgid "AGGREGATE is not supported for stored functions"
3680
2945
msgstr ""
3681
2946
 
3682
 
#: drizzled/error.cc:956
3683
2947
#, c-format
3684
2948
msgid ""
3685
2949
"Can't create more than max_prepared_stmt_count statements (current value: %"
3686
2950
"lu)"
3687
2951
msgstr ""
3688
2952
 
3689
 
#: drizzled/error.cc:958
3690
2953
#, c-format
3691
2954
msgid "`%-.192s`.`%-.192s` contains view recursion"
3692
2955
msgstr ""
3693
2956
 
3694
 
#: drizzled/error.cc:960
3695
2957
#, c-format
3696
2958
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3697
2959
msgstr ""
3698
2960
 
3699
 
#: drizzled/error.cc:962
3700
2961
msgid "The used table type doesn't support SPATIAL indexes"
3701
2962
msgstr ""
3702
2963
 
3703
 
#: drizzled/error.cc:964
3704
2964
msgid "Triggers can not be created on system tables"
3705
2965
msgstr ""
3706
2966
 
3707
 
#: drizzled/error.cc:966
3708
2967
#, c-format
3709
2968
msgid "Leading spaces are removed from name '%s'"
3710
2969
msgstr ""
3711
2970
 
3712
 
#: drizzled/error.cc:968
3713
2971
msgid "Failed to read auto-increment value from storage engine"
3714
2972
msgstr ""
3715
2973
 
3716
 
#: drizzled/error.cc:970
3717
2974
msgid "user name"
3718
2975
msgstr ""
3719
2976
 
3720
 
#: drizzled/error.cc:972
3721
2977
msgid "host name"
3722
2978
msgstr ""
3723
2979
 
3724
 
#: drizzled/error.cc:974
3725
2980
#, c-format
3726
2981
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3727
2982
msgstr ""
3728
2983
 
3729
 
#: drizzled/error.cc:976
3730
2984
#, c-format
3731
2985
msgid "The target table %-.100s of the %s is not insertable-into"
3732
2986
msgstr ""
3733
2987
 
3734
 
#: drizzled/error.cc:978
3735
2988
#, c-format
3736
2989
msgid ""
3737
2990
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
3738
2991
msgstr ""
3739
2992
 
3740
 
#: drizzled/error.cc:980
3741
2993
msgid "Too high level of nesting for select"
3742
2994
msgstr ""
3743
2995
 
3744
 
#: drizzled/error.cc:982
3745
2996
#, c-format
3746
2997
msgid "Name '%-.64s' has become ''"
3747
2998
msgstr ""
3748
2999
 
3749
 
#: drizzled/error.cc:984
3750
3000
msgid ""
3751
3001
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3752
3002
"optional and non-empty FIELDS ENCLOSED BY"
3753
3003
msgstr ""
3754
3004
 
3755
 
#: drizzled/error.cc:986
3756
3005
#, c-format
3757
3006
msgid "The foreign server, %s, you are trying to create already exists."
3758
3007
msgstr ""
3759
3008
 
3760
 
#: drizzled/error.cc:988
3761
3009
#, c-format
3762
3010
msgid ""
3763
3011
"The foreign server name you are trying to reference does not exist. Data "
3764
3012
"source error:  %-.64s"
3765
3013
msgstr ""
3766
3014
 
3767
 
#: drizzled/error.cc:990
3768
3015
#, c-format
3769
3016
msgid ""
3770
3017
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3771
3018
msgstr ""
3772
3019
 
3773
 
#: drizzled/error.cc:992
3774
3020
#, c-format
3775
3021
msgid ""
3776
3022
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3777
3023
"each partition"
3778
3024
msgstr ""
3779
3025
 
3780
 
#: drizzled/error.cc:994
3781
3026
#, c-format
3782
3027
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
3783
3028
msgstr ""
3784
3029
 
3785
 
#: drizzled/error.cc:996
3786
3030
msgid "MAXVALUE can only be used in last partition definition"
3787
3031
msgstr ""
3788
3032
 
3789
 
#: drizzled/error.cc:998
3790
3033
msgid "Subpartitions can only be hash partitions and by key"
3791
3034
msgstr ""
3792
3035
 
3793
 
#: drizzled/error.cc:1000
3794
3036
msgid "Must define subpartitions on all partitions if on one partition"
3795
3037
msgstr ""
3796
3038
 
3797
 
#: drizzled/error.cc:1002
3798
3039
msgid "Wrong number of partitions defined, mismatch with previous setting"
3799
3040
msgstr ""
3800
3041
 
3801
 
#: drizzled/error.cc:1004
3802
3042
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
3803
3043
msgstr ""
3804
3044
 
3805
 
#: drizzled/error.cc:1006
3806
3045
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
3807
3046
msgstr ""
3808
3047
 
3809
 
#: drizzled/error.cc:1008
3810
3048
msgid "Expression in RANGE/LIST VALUES must be constant"
3811
3049
msgstr ""
3812
3050
 
3813
 
#: drizzled/error.cc:1010
3814
3051
msgid "Field in list of fields for partition function not found in table"
3815
3052
msgstr ""
3816
3053
 
3817
 
#: drizzled/error.cc:1012
3818
3054
msgid "List of fields is only allowed in KEY partitions"
3819
3055
msgstr ""
3820
3056
 
3821
 
#: drizzled/error.cc:1014
3822
3057
msgid ""
3823
3058
"The partition info in the frm file is not consistent with what can be "
3824
3059
"written into the frm file"
3825
3060
msgstr ""
3826
3061
 
3827
 
#: drizzled/error.cc:1016
3828
3062
#, c-format
3829
3063
msgid "The %-.192s function returns the wrong type"
3830
3064
msgstr ""
3831
3065
 
3832
 
#: drizzled/error.cc:1018
3833
3066
#, c-format
3834
3067
msgid "For %-.64s partitions each partition must be defined"
3835
3068
msgstr ""
3836
3069
 
3837
 
#: drizzled/error.cc:1020
3838
3070
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
3839
3071
msgstr ""
3840
3072
 
3841
 
#: drizzled/error.cc:1022
3842
3073
msgid "VALUES value must be of same type as partition function"
3843
3074
msgstr ""
3844
3075
 
3845
 
#: drizzled/error.cc:1024
3846
3076
msgid "Multiple definition of same constant in list partitioning"
3847
3077
msgstr ""
3848
3078
 
3849
 
#: drizzled/error.cc:1026
3850
3079
msgid "Partitioning can not be used stand-alone in query"
3851
3080
msgstr ""
3852
3081
 
3853
 
#: drizzled/error.cc:1028
3854
3082
msgid ""
3855
3083
"The mix of handlers in the partitions is not allowed in this version of "
3856
3084
"Drizzle"
3857
3085
msgstr ""
3858
3086
 
3859
 
#: drizzled/error.cc:1030
3860
3087
#, c-format
3861
3088
msgid "For the partitioned engine it is necessary to define all %-.64s"
3862
3089
msgstr ""
3863
3090
 
3864
 
#: drizzled/error.cc:1032
3865
3091
msgid "Too many partitions (including subpartitions) were defined"
3866
3092
msgstr ""
3867
3093
 
3868
 
#: drizzled/error.cc:1034
3869
3094
msgid ""
3870
3095
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
3871
3096
"partitioning for subpartitioning"
3872
3097
msgstr ""
3873
3098
 
3874
 
#: drizzled/error.cc:1036
3875
3099
msgid "Failed to create specific handler file"
3876
3100
msgstr ""
3877
3101
 
3878
 
#: drizzled/error.cc:1038
3879
3102
msgid "A BLOB field is not allowed in partition function"
3880
3103
msgstr ""
3881
3104
 
3882
 
#: drizzled/error.cc:1040
3883
3105
#, c-format
3884
3106
msgid "A %-.192s must include all columns in the table's partitioning function"
3885
3107
msgstr ""
3886
3108
 
3887
 
#: drizzled/error.cc:1042
3888
3109
#, c-format
3889
3110
msgid "Number of %-.64s = 0 is not an allowed value"
3890
3111
msgstr ""
3891
3112
 
3892
 
#: drizzled/error.cc:1044
3893
3113
msgid "Partition management on a not partitioned table is not possible"
3894
3114
msgstr ""
3895
3115
 
3896
 
#: drizzled/error.cc:1046
3897
3116
msgid ""
3898
3117
"Foreign key condition is not yet supported in conjunction with partitioning"
3899
3118
msgstr ""
3900
3119
 
3901
 
#: drizzled/error.cc:1048
3902
3120
#, c-format
3903
3121
msgid "Error in list of partitions to %-.64s"
3904
3122
msgstr ""
3905
3123
 
3906
 
#: drizzled/error.cc:1050
3907
3124
msgid "Cannot remove all partitions, use DROP TABLE instead"
3908
3125
msgstr ""
3909
3126
 
3910
 
#: drizzled/error.cc:1052
3911
3127
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
3912
3128
msgstr ""
3913
3129
 
3914
 
#: drizzled/error.cc:1054
3915
3130
msgid ""
3916
3131
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3917
3132
"their numbers"
3918
3133
msgstr ""
3919
3134
 
3920
 
#: drizzled/error.cc:1056
3921
3135
msgid ""
3922
3136
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3923
3137
"tables using HASH PARTITIONs"
3924
3138
msgstr ""
3925
3139
 
3926
 
#: drizzled/error.cc:1058
3927
3140
#, c-format
3928
3141
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
3929
3142
msgstr ""
3930
3143
 
3931
 
#: drizzled/error.cc:1060
3932
3144
msgid "Trying to Add partition(s) with wrong number of subpartitions"
3933
3145
msgstr ""
3934
3146
 
3935
 
#: drizzled/error.cc:1062
3936
3147
msgid "At least one partition must be added"
3937
3148
msgstr ""
3938
3149
 
3939
 
#: drizzled/error.cc:1064
3940
3150
msgid "At least one partition must be coalesced"
3941
3151
msgstr ""
3942
3152
 
3943
 
#: drizzled/error.cc:1066
3944
3153
msgid "More partitions to reorganize than there are partitions"
3945
3154
msgstr ""
3946
3155
 
3947
 
#: drizzled/error.cc:1068
3948
3156
#, c-format
3949
3157
msgid "Duplicate partition name %-.192s"
3950
3158
msgstr ""
3951
3159
 
3952
 
#: drizzled/error.cc:1070
3953
3160
msgid "It is not allowed to shut off binlog on this command"
3954
3161
msgstr ""
3955
3162
 
3956
 
#: drizzled/error.cc:1072
3957
3163
msgid "When reorganizing a set of partitions they must be in consecutive order"
3958
3164
msgstr ""
3959
3165
 
3960
 
#: drizzled/error.cc:1074
3961
3166
msgid ""
3962
3167
"Reorganize of range partitions cannot change total ranges except for last "
3963
3168
"partition where it can extend the range"
3964
3169
msgstr ""
3965
3170
 
3966
 
#: drizzled/error.cc:1076
3967
3171
msgid "Partition function not supported in this version for this handler"
3968
3172
msgstr ""
3969
3173
 
3970
 
#: drizzled/error.cc:1078
3971
3174
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
3972
3175
msgstr ""
3973
3176
 
3974
 
#: drizzled/error.cc:1080
3975
3177
#, c-format
3976
3178
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
3977
3179
msgstr ""
3978
3180
 
3979
 
#: drizzled/error.cc:1082
3980
3181
#, c-format
3981
3182
msgid "Plugin '%-.192s' is not loaded"
3982
3183
msgstr ""
3983
3184
 
3984
 
#: drizzled/error.cc:1084
3985
3185
#, c-format
3986
3186
msgid "Incorrect %-.32s value: '%-.128s'"
3987
3187
msgstr ""
3988
3188
 
3989
 
#: drizzled/error.cc:1086
3990
3189
#, c-format
3991
3190
msgid "Table has no partition for value %-.64s"
3992
3191
msgstr ""
3993
3192
 
3994
 
#: drizzled/error.cc:1088
3995
3193
#, c-format
3996
3194
msgid "It is not allowed to specify %s more than once"
3997
3195
msgstr ""
3998
3196
 
3999
 
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4000
3197
#, c-format
4001
3198
msgid "Failed to create %s"
4002
3199
msgstr ""
4003
3200
 
4004
 
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4005
3201
#, c-format
4006
3202
msgid "Failed to drop %s"
4007
3203
msgstr ""
4008
3204
 
4009
 
#: drizzled/error.cc:1094
4010
3205
msgid "The handler doesn't support autoextend of tablespaces"
4011
3206
msgstr ""
4012
3207
 
4013
 
#: drizzled/error.cc:1096
4014
3208
msgid ""
4015
3209
"A size parameter was incorrectly specified, either number or on the form 10M"
4016
3210
msgstr ""
4017
3211
 
4018
 
#: drizzled/error.cc:1098
4019
3212
msgid ""
4020
3213
"The size number was correct but we don't allow the digit part to be more "
4021
3214
"than 2 billion"
4022
3215
msgstr ""
4023
3216
 
4024
 
#: drizzled/error.cc:1100
4025
3217
#, c-format
4026
3218
msgid "Failed to alter: %s"
4027
3219
msgstr ""
4028
3220
 
4029
 
#: drizzled/error.cc:1102
4030
3221
msgid "Writing one row to the row-based binary log failed"
4031
3222
msgstr ""
4032
3223
 
4033
 
#: drizzled/error.cc:1104
4034
3224
#, c-format
4035
3225
msgid "Table definition on master and slave does not match: %s"
4036
3226
msgstr ""
4037
3227
 
4038
 
#: drizzled/error.cc:1106
4039
3228
msgid ""
4040
3229
"Slave running with --log-slave-updates must use row-based binary logging to "
4041
3230
"be able to replicate row-based binary log events"
4042
3231
msgstr ""
4043
3232
 
4044
 
#: drizzled/error.cc:1108
4045
3233
#, c-format
4046
3234
msgid "Event '%-.192s' already exists"
4047
3235
msgstr ""
4048
3236
 
4049
 
#: drizzled/error.cc:1110
4050
3237
#, c-format
4051
3238
msgid "Failed to store event %s. Error code %d from storage engine."
4052
3239
msgstr ""
4053
3240
 
4054
 
#: drizzled/error.cc:1112
4055
3241
#, c-format
4056
3242
msgid "Unknown event '%-.192s'"
4057
3243
msgstr ""
4058
3244
 
4059
 
#: drizzled/error.cc:1114
4060
3245
#, c-format
4061
3246
msgid "Failed to alter event '%-.192s'"
4062
3247
msgstr ""
4063
3248
 
4064
 
#: drizzled/error.cc:1118
4065
3249
msgid "INTERVAL is either not positive or too big"
4066
3250
msgstr ""
4067
3251
 
4068
 
#: drizzled/error.cc:1120
4069
3252
msgid "ENDS is either invalid or before STARTS"
4070
3253
msgstr ""
4071
3254
 
4072
 
#: drizzled/error.cc:1122
4073
3255
msgid "Event execution time is in the past. Event has been disabled"
4074
3256
msgstr ""
4075
3257
 
4076
 
#: drizzled/error.cc:1124
4077
3258
msgid "Failed to open drizzle.event"
4078
3259
msgstr ""
4079
3260
 
4080
 
#: drizzled/error.cc:1126
4081
3261
msgid "No datetime expression provided"
4082
3262
msgstr ""
4083
3263
 
4084
 
#: drizzled/error.cc:1128
4085
3264
#, c-format
4086
3265
msgid ""
4087
3266
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4088
3267
"probably corrupted"
4089
3268
msgstr ""
4090
3269
 
4091
 
#: drizzled/error.cc:1130
4092
3270
#, c-format
4093
3271
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4094
3272
msgstr ""
4095
3273
 
4096
 
#: drizzled/error.cc:1132
4097
3274
msgid "Failed to delete the event from drizzle.event"
4098
3275
msgstr ""
4099
3276
 
4100
 
#: drizzled/error.cc:1134
4101
3277
msgid "Error during compilation of event's body"
4102
3278
msgstr ""
4103
3279
 
4104
 
#: drizzled/error.cc:1136
4105
3280
msgid "Same old and new event name"
4106
3281
msgstr ""
4107
3282
 
4108
 
#: drizzled/error.cc:1138
4109
3283
#, c-format
4110
3284
msgid "Data for column '%s' too long"
4111
3285
msgstr ""
4112
3286
 
4113
 
#: drizzled/error.cc:1140
4114
3287
#, c-format
4115
3288
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4116
3289
msgstr ""
4117
3290
 
4118
 
#: drizzled/error.cc:1142
4119
3291
#, c-format
4120
3292
msgid ""
4121
3293
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4122
3294
"s instead"
4123
3295
msgstr ""
4124
3296
 
4125
 
#: drizzled/error.cc:1144
4126
3297
msgid "You can't write-lock a log table. Only read access is possible"
4127
3298
msgstr ""
4128
3299
 
4129
 
#: drizzled/error.cc:1146
4130
3300
msgid "You can't use locks with log tables."
4131
3301
msgstr ""
4132
3302
 
4133
 
#: drizzled/error.cc:1148
4134
3303
#, c-format
4135
3304
msgid ""
4136
3305
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4137
3306
"d would lead to a duplicate entry"
4138
3307
msgstr ""
4139
3308
 
4140
 
#: drizzled/error.cc:1150
4141
3309
#, c-format
4142
3310
msgid ""
4143
3311
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4144
3312
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4145
3313
msgstr ""
4146
3314
 
4147
 
#: drizzled/error.cc:1152
4148
3315
msgid ""
4149
3316
"Cannot switch out of the row-based binary log format when the session has "
4150
3317
"open temporary tables"
4151
3318
msgstr ""
4152
3319
 
4153
 
#: drizzled/error.cc:1154
4154
3320
msgid ""
4155
3321
"Cannot change the binary logging format inside a stored function or trigger"
4156
3322
msgstr ""
4157
3323
 
4158
 
#: drizzled/error.cc:1156
4159
3324
msgid ""
4160
3325
"The NDB cluster engine does not support changing the binlog format on the "
4161
3326
"fly yet"
4162
3327
msgstr ""
4163
3328
 
4164
 
#: drizzled/error.cc:1158
4165
3329
msgid "Cannot create temporary table with partitions"
4166
3330
msgstr ""
4167
3331
 
4168
 
#: drizzled/error.cc:1160
4169
3332
msgid "Partition constant is out of partition function domain"
4170
3333
msgstr ""
4171
3334
 
4172
 
#: drizzled/error.cc:1162
4173
3335
msgid "This partition function is not allowed"
4174
3336
msgstr ""
4175
3337
 
4176
 
#: drizzled/error.cc:1164
4177
3338
msgid "Error in DDL log"
4178
3339
msgstr ""
4179
3340
 
4180
 
#: drizzled/error.cc:1166
4181
3341
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4182
3342
msgstr ""
4183
3343
 
4184
 
#: drizzled/error.cc:1168
4185
3344
msgid "Incorrect partition name"
4186
3345
msgstr ""
4187
3346
 
4188
 
#: drizzled/error.cc:1170
4189
3347
msgid ""
4190
3348
"Transaction isolation level can't be changed while a transaction is in "
4191
3349
"progress"
4192
3350
msgstr ""
4193
3351
 
4194
 
#: drizzled/error.cc:1172
4195
3352
#, c-format
4196
3353
msgid ""
4197
3354
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4198
3355
"'%-.192s' for key '%-.192s'"
4199
3356
msgstr ""
4200
3357
 
4201
 
#: drizzled/error.cc:1174
4202
3358
#, c-format
4203
3359
msgid "Internal scheduler error %d"
4204
3360
msgstr ""
4205
3361
 
4206
 
#: drizzled/error.cc:1176
4207
3362
#, c-format
4208
3363
msgid "Error during starting/stopping of the scheduler. Error code %u"
4209
3364
msgstr ""
4210
3365
 
4211
 
#: drizzled/error.cc:1178
4212
3366
msgid "Engine cannot be used in partitioned tables"
4213
3367
msgstr ""
4214
3368
 
4215
 
#: drizzled/error.cc:1180
4216
3369
#, c-format
4217
3370
msgid "Cannot activate '%-.64s' log"
4218
3371
msgstr ""
4219
3372
 
4220
 
#: drizzled/error.cc:1182
4221
3373
msgid "The server was not built with row-based replication"
4222
3374
msgstr ""
4223
3375
 
4224
 
#: drizzled/error.cc:1184
4225
3376
msgid "Decoding of base64 string failed"
4226
3377
msgstr ""
4227
3378
 
4228
 
#: drizzled/error.cc:1186
4229
3379
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4230
3380
msgstr ""
4231
3381
 
4232
 
#: drizzled/error.cc:1188
4233
3382
msgid ""
4234
3383
"Cannot proceed because system tables used by Event Scheduler were found "
4235
3384
"damaged at server start"
4236
3385
msgstr ""
4237
3386
 
4238
 
#: drizzled/error.cc:1190
4239
3387
msgid "Only integers allowed as number here"
4240
3388
msgstr ""
4241
3389
 
4242
 
#: drizzled/error.cc:1192
4243
3390
msgid "This storage engine cannot be used for log tables"
4244
3391
msgstr ""
4245
3392
 
4246
 
#: drizzled/error.cc:1194
4247
3393
#, c-format
4248
3394
msgid "You cannot '%s' a log table if logging is enabled"
4249
3395
msgstr ""
4250
3396
 
4251
 
#: drizzled/error.cc:1196
4252
3397
#, c-format
4253
3398
msgid ""
4254
3399
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4256
3401
"to '%s'"
4257
3402
msgstr ""
4258
3403
 
4259
 
#: drizzled/error.cc:1198
4260
3404
#, c-format
4261
3405
msgid "Incorrect parameter count in the call to native function '%-.192s'"
4262
3406
msgstr ""
4263
3407
 
4264
 
#: drizzled/error.cc:1200
4265
3408
#, c-format
4266
3409
msgid "Incorrect parameters in the call to native function '%-.192s'"
4267
3410
msgstr ""
4268
3411
 
4269
 
#: drizzled/error.cc:1202
4270
3412
#, c-format
4271
3413
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4272
3414
msgstr ""
4273
3415
 
4274
 
#: drizzled/error.cc:1204
4275
3416
#, c-format
4276
3417
msgid "This function '%-.192s' has the same name as a native function"
4277
3418
msgstr ""
4278
3419
 
4279
 
#: drizzled/error.cc:1206
4280
3420
#, c-format
4281
3421
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
4282
3422
msgstr ""
4283
3423
 
4284
 
#: drizzled/error.cc:1208
4285
3424
msgid "Too many files opened, please execute the command again"
4286
3425
msgstr ""
4287
3426
 
4288
 
#: drizzled/error.cc:1210 drizzled/error.cc:1212
4289
3427
msgid ""
4290
3428
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4291
3429
"The event was dropped immediately after creation."
4292
3430
msgstr ""
4293
3431
 
4294
 
#: drizzled/error.cc:1214
4295
3432
#, c-format
4296
3433
msgid "The incident %s occurred on the master. Message: %-.64s"
4297
3434
msgstr ""
4298
3435
 
4299
 
#: drizzled/error.cc:1216
4300
3436
msgid "Table has no partition for some existing values"
4301
3437
msgstr ""
4302
3438
 
4303
 
#: drizzled/error.cc:1218
4304
3439
msgid "Statement is not safe to log in statement format."
4305
3440
msgstr ""
4306
3441
 
4307
 
#: drizzled/error.cc:1220
4308
3442
#, c-format
4309
3443
msgid "Fatal error: %s"
4310
3444
msgstr ""
4311
3445
 
4312
 
#: drizzled/error.cc:1222
4313
3446
#, c-format
4314
3447
msgid "Relay log read failure: %s"
4315
3448
msgstr ""
4316
3449
 
4317
 
#: drizzled/error.cc:1224
4318
3450
#, c-format
4319
3451
msgid "Relay log write failure: %s"
4320
3452
msgstr ""
4321
3453
 
4322
 
#: drizzled/error.cc:1228
4323
3454
#, c-format
4324
3455
msgid "Master command %s failed: %s"
4325
3456
msgstr ""
4326
3457
 
4327
 
#: drizzled/error.cc:1230
4328
3458
#, c-format
4329
3459
msgid "Binary logging not possible. Message: %s"
4330
3460
msgstr ""
4331
3461
 
4332
 
#: drizzled/error.cc:1232
4333
3462
#, c-format
4334
3463
msgid "View `%-.64s`.`%-.64s` has no creation context"
4335
3464
msgstr ""
4336
3465
 
4337
 
#: drizzled/error.cc:1234
4338
3466
#, c-format
4339
3467
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4340
3468
msgstr ""
4341
3469
 
4342
 
#: drizzled/error.cc:1236
4343
3470
#, c-format
4344
3471
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4345
3472
msgstr ""
4346
3473
 
4347
 
#: drizzled/error.cc:1238
4348
3474
#, c-format
4349
3475
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4350
3476
msgstr ""
4351
3477
 
4352
 
#: drizzled/error.cc:1240
4353
3478
#, c-format
4354
3479
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4355
3480
msgstr ""
4356
3481
 
4357
 
#: drizzled/error.cc:1242
4358
3482
#, c-format
4359
3483
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4360
3484
msgstr ""
4361
3485
 
4362
 
#: drizzled/error.cc:1244
4363
3486
#, c-format
4364
3487
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4365
3488
msgstr ""
4366
3489
 
4367
 
#: drizzled/error.cc:1246
4368
3490
#, c-format
4369
3491
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4370
3492
msgstr ""
4371
3493
 
4372
 
#: drizzled/error.cc:1248
4373
3494
#, c-format
4374
3495
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4375
3496
msgstr ""
4376
3497
 
4377
 
#: drizzled/error.cc:1250
4378
3498
#, c-format
4379
3499
msgid "Ambiguous slave modes combination. %s"
4380
3500
msgstr ""
4381
3501
 
4382
 
#: drizzled/error.cc:1252
4383
3502
#, c-format
4384
3503
msgid ""
4385
3504
"The BINLOG statement of type `%s` was not preceded by a format description "
4386
3505
"BINLOG statement."
4387
3506
msgstr ""
4388
3507
 
4389
 
#: drizzled/error.cc:1254
4390
3508
msgid "Corrupted replication event was detected"
4391
3509
msgstr ""
4392
3510
 
4393
 
#: drizzled/error.cc:1256
4394
3511
#, c-format
4395
3512
msgid "Invalid column reference (%-.64s) in LOAD DATA"
4396
3513
msgstr ""
4397
3514
 
4398
 
#: drizzled/error.cc:1258
4399
3515
#, c-format
4400
3516
msgid "Being purged log %s was not found"
4401
3517
msgstr ""
4402
3518
 
4403
 
#: drizzled/error.cc:1260
4404
3519
#, c-format
4405
3520
msgid "Converted to non-transactional lock on '%-.64s'"
4406
3521
msgstr ""
4407
3522
 
4408
 
#: drizzled/error.cc:1262
4409
3523
#, c-format
4410
3524
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4411
3525
msgstr ""
4412
3526
 
4413
 
#: drizzled/error.cc:1264
4414
3527
#, c-format
4415
3528
msgid ""
4416
3529
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4417
3530
msgstr ""
4418
3531
 
4419
 
#: drizzled/error.cc:1266
4420
3532
#, c-format
4421
3533
msgid "Can't access storage engine of table %-.64s"
4422
3534
msgstr ""
4423
3535
 
4424
 
#: drizzled/error.cc:1268
4425
3536
msgid "Starting backup process"
4426
3537
msgstr ""
4427
3538
 
4428
 
#: drizzled/error.cc:1270
4429
3539
msgid "Backup completed"
4430
3540
msgstr ""
4431
3541
 
4432
 
#: drizzled/error.cc:1272
4433
3542
msgid "Starting restore process"
4434
3543
msgstr ""
4435
3544
 
4436
 
#: drizzled/error.cc:1274
4437
3545
msgid "Restore completed"
4438
3546
msgstr ""
4439
3547
 
4440
 
#: drizzled/error.cc:1276
4441
3548
msgid "Nothing to backup"
4442
3549
msgstr ""
4443
3550
 
4444
 
#: drizzled/error.cc:1278
4445
3551
#, c-format
4446
3552
msgid "Database '%-.64s' cannot be included in a backup"
4447
3553
msgstr ""
4448
3554
 
4449
 
#: drizzled/error.cc:1280
4450
3555
msgid ""
4451
3556
"Error during backup operation - server's error log contains more information "
4452
3557
"about the error"
4453
3558
msgstr ""
4454
3559
 
4455
 
#: drizzled/error.cc:1282
4456
3560
msgid ""
4457
3561
"Error during restore operation - server's error log contains more "
4458
3562
"information about the error"
4459
3563
msgstr ""
4460
3564
 
4461
 
#: drizzled/error.cc:1284
4462
3565
msgid ""
4463
3566
"Can't execute this command because another BACKUP/RESTORE operation is in "
4464
3567
"progress"
4465
3568
msgstr ""
4466
3569
 
4467
 
#: drizzled/error.cc:1286
4468
3570
msgid "Error when preparing for backup operation"
4469
3571
msgstr ""
4470
3572
 
4471
 
#: drizzled/error.cc:1288
4472
3573
msgid "Error when preparing for restore operation"
4473
3574
msgstr ""
4474
3575
 
4475
 
#: drizzled/error.cc:1290
4476
3576
#, c-format
4477
3577
msgid "Invalid backup location '%-.64s'"
4478
3578
msgstr ""
4479
3579
 
4480
 
#: drizzled/error.cc:1292
4481
3580
#, c-format
4482
3581
msgid "Can't read backup location '%-.64s'"
4483
3582
msgstr ""
4484
3583
 
4485
 
#: drizzled/error.cc:1294
4486
3584
#, c-format
4487
3585
msgid "Can't write to backup location '%-.64s' (file already exists?)"
4488
3586
msgstr ""
4489
3587
 
4490
 
#: drizzled/error.cc:1296
4491
3588
msgid "Can't enumerate server databases"
4492
3589
msgstr ""
4493
3590
 
4494
 
#: drizzled/error.cc:1298
4495
3591
msgid "Can't enumerate server tables"
4496
3592
msgstr ""
4497
3593
 
4498
 
#: drizzled/error.cc:1300
4499
3594
#, c-format
4500
3595
msgid "Can't enumerate tables in database %-.64s"
4501
3596
msgstr ""
4502
3597
 
4503
 
#: drizzled/error.cc:1302
4504
3598
#, c-format
4505
3599
msgid "Skipping view %-.64s in database %-.64s"
4506
3600
msgstr ""
4507
3601
 
4508
 
#: drizzled/error.cc:1304
4509
3602
#, c-format
4510
3603
msgid "Skipping table %-.64s since it has no valid storage engine"
4511
3604
msgstr ""
4512
3605
 
4513
 
#: drizzled/error.cc:1306
4514
3606
#, c-format
4515
3607
msgid "Can't open table %-.64s"
4516
3608
msgstr ""
4517
3609
 
4518
 
#: drizzled/error.cc:1308
4519
3610
msgid "Can't read backup archive preamble"
4520
3611
msgstr ""
4521
3612
 
4522
 
#: drizzled/error.cc:1310
4523
3613
msgid "Can't write backup archive preamble"
4524
3614
msgstr ""
4525
3615
 
4526
 
#: drizzled/error.cc:1312
4527
3616
#, c-format
4528
3617
msgid "Can't find backup driver for table %-.64s"
4529
3618
msgstr ""
4530
3619
 
4531
 
#: drizzled/error.cc:1314
4532
3620
#, c-format
4533
3621
msgid ""
4534
3622
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
4535
3623
"this table"
4536
3624
msgstr ""
4537
3625
 
4538
 
#: drizzled/error.cc:1316
4539
3626
#, c-format
4540
3627
msgid "Can't create %-.64s backup driver"
4541
3628
msgstr ""
4542
3629
 
4543
 
#: drizzled/error.cc:1318
4544
3630
#, c-format
4545
3631
msgid "Can't create %-.64s restore driver"
4546
3632
msgstr ""
4547
3633
 
4548
 
#: drizzled/error.cc:1320
4549
3634
#, c-format
4550
3635
msgid "Found %d images in backup archive but maximum %d are supported"
4551
3636
msgstr ""
4552
3637
 
4553
 
#: drizzled/error.cc:1322
4554
3638
#, c-format
4555
3639
msgid "Error when saving meta-data of %-.64s"
4556
3640
msgstr ""
4557
3641
 
4558
 
#: drizzled/error.cc:1324
4559
3642
msgid "Error when reading meta-data list"
4560
3643
msgstr ""
4561
3644
 
4562
 
#: drizzled/error.cc:1326
4563
3645
#, c-format
4564
3646
msgid "Can't create %-.64s"
4565
3647
msgstr ""
4566
3648
 
4567
 
#: drizzled/error.cc:1328
4568
3649
msgid "Can't allocate buffer for image data transfer"
4569
3650
msgstr ""
4570
3651
 
4571
 
#: drizzled/error.cc:1330
4572
3652
#, c-format
4573
3653
msgid "Error when writing %-.64s backup image data (for table #%d)"
4574
3654
msgstr ""
4575
3655
 
4576
 
#: drizzled/error.cc:1332
4577
3656
msgid "Error when reading data from backup stream"
4578
3657
msgstr ""
4579
3658
 
4580
 
#: drizzled/error.cc:1334
4581
3659
msgid "Can't go to the next chunk in backup stream"
4582
3660
msgstr ""
4583
3661
 
4584
 
#: drizzled/error.cc:1336
4585
3662
#, c-format
4586
3663
msgid "Can't initialize %-.64s backup driver"
4587
3664
msgstr ""
4588
3665
 
4589
 
#: drizzled/error.cc:1338
4590
3666
#, c-format
4591
3667
msgid "Can't initialize %-.64s restore driver"
4592
3668
msgstr ""
4593
3669
 
4594
 
#: drizzled/error.cc:1340
4595
3670
#, c-format
4596
3671
msgid "Can't shut down %-.64s backup driver"
4597
3672
msgstr ""
4598
3673
 
4599
 
#: drizzled/error.cc:1342
4600
3674
#, c-format
4601
3675
msgid "Can't shut down %-.64s backup driver(s)"
4602
3676
msgstr ""
4603
3677
 
4604
 
#: drizzled/error.cc:1344
4605
3678
#, c-format
4606
3679
msgid "%-.64s backup driver can't prepare for synchronization"
4607
3680
msgstr ""
4608
3681
 
4609
 
#: drizzled/error.cc:1346
4610
3682
#, c-format
4611
3683
msgid "%-.64s backup driver can't create its image validity point"
4612
3684
msgstr ""
4613
3685
 
4614
 
#: drizzled/error.cc:1348
4615
3686
#, c-format
4616
3687
msgid "Can't unlock %-.64s backup driver after creating the validity point"
4617
3688
msgstr ""
4618
3689
 
4619
 
#: drizzled/error.cc:1350
4620
3690
#, c-format
4621
3691
msgid "%-.64s backup driver can't cancel its backup operation"
4622
3692
msgstr ""
4623
3693
 
4624
 
#: drizzled/error.cc:1352
4625
3694
#, c-format
4626
3695
msgid "%-.64s restore driver can't cancel its restore operation"
4627
3696
msgstr ""
4628
3697
 
4629
 
#: drizzled/error.cc:1354
4630
3698
#, c-format
4631
3699
msgid "Error when polling %-.64s backup driver for its image data"
4632
3700
msgstr ""
4633
3701
 
4634
 
#: drizzled/error.cc:1356
4635
3702
#, c-format
4636
3703
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
4637
3704
msgstr ""
4638
3705
 
4639
 
#: drizzled/error.cc:1358
4640
3706
#, c-format
4641
3707
msgid ""
4642
3708
"After %d attempts %-.64s restore driver still can't accept next block of data"
4643
3709
msgstr ""
4644
3710
 
4645
 
#: drizzled/error.cc:1360
4646
3711
#, c-format
4647
3712
msgid "Open and lock tables failed in %-.64s"
4648
3713
msgstr ""
4649
3714
 
4650
 
#: drizzled/error.cc:1362
4651
3715
msgid "Backup driver's table locking thread can not be initialized."
4652
3716
msgstr ""
4653
3717
 
4654
 
#: drizzled/error.cc:1364
4655
3718
msgid ""
4656
3719
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
4657
3720
"and 'drizzle.online_backup_progress'."
4658
3721
msgstr ""
4659
3722
 
4660
 
#: drizzled/error.cc:1366
4661
3723
#, c-format
4662
3724
msgid "Tablespace '%-.192s' already exists"
4663
3725
msgstr ""
4664
3726
 
4665
 
#: drizzled/error.cc:1368
4666
3727
#, c-format
4667
3728
msgid "Tablespace '%-.192s' doesn't exist"
4668
3729
msgstr ""
4669
3730
 
4670
 
#: drizzled/error.cc:1370
4671
3731
#, c-format
4672
3732
msgid "Unexpected master's heartbeat data: %s"
4673
3733
msgstr ""
4674
3734
 
4675
 
#: drizzled/error.cc:1372
4676
3735
#, c-format
4677
3736
msgid "The requested value for the heartbeat period %s %s"
4678
3737
msgstr ""
4679
3738
 
4680
 
#: drizzled/error.cc:1374
4681
3739
#, c-format
4682
3740
msgid "Can't write to the online backup progress log %-.64s."
4683
3741
msgstr ""
4684
3742
 
4685
 
#: drizzled/error.cc:1376
4686
3743
#, c-format
4687
3744
msgid "Tablespace '%-.192s' not empty"
4688
3745
msgstr ""
4689
3746
 
4690
 
#: drizzled/error.cc:1378
4691
3747
#, c-format
4692
3748
msgid ""
4693
3749
"Tablespace `%-.64s` needed by tables being restored has changed on the "
4695
3751
"while the same tablespace is defined on the server as '%-.256s'"
4696
3752
msgstr ""
4697
3753
 
4698
 
#: drizzled/error.cc:1380
4699
3754
msgid "A virtual column cannot be based on a virtual column"
4700
3755
msgstr ""
4701
3756
 
4702
 
#: drizzled/error.cc:1382
4703
3757
#, c-format
4704
3758
msgid "Non-deterministic expression for virtual column '%s'."
4705
3759
msgstr ""
4706
3760
 
4707
 
#: drizzled/error.cc:1384
4708
3761
#, c-format
4709
3762
msgid ""
4710
3763
"Generated value for virtual column '%s' cannot be converted to type '%s'."
4711
3764
msgstr ""
4712
3765
 
4713
 
#: drizzled/error.cc:1386
4714
3766
msgid "Primary key cannot be defined upon a virtual column."
4715
3767
msgstr ""
4716
3768
 
4717
 
#: drizzled/error.cc:1388
4718
3769
msgid "Key/Index cannot be defined on a non-stored virtual column."
4719
3770
msgstr ""
4720
3771
 
4721
 
#: drizzled/error.cc:1390
4722
3772
#, c-format
4723
3773
msgid "Cannot define foreign key with %s clause on a virtual column."
4724
3774
msgstr ""
4725
3775
 
4726
 
#: drizzled/error.cc:1392
4727
3776
#, c-format
4728
3777
msgid "The value specified for virtual column '%s' in table '%s' ignored."
4729
3778
msgstr ""
4730
3779
 
4731
 
#: drizzled/error.cc:1394
4732
3780
#, c-format
4733
3781
msgid "'%s' is not yet supported for virtual columns."
4734
3782
msgstr ""
4735
3783
 
4736
 
#: drizzled/error.cc:1396
4737
3784
msgid "Constant expression in virtual column function is not allowed."
4738
3785
msgstr ""
4739
3786
 
4740
 
#: drizzled/error.cc:1398
4741
3787
msgid "Encountered an unknown temporal type."
4742
3788
msgstr ""
4743
3789
 
4744
 
#: drizzled/error.cc:1400
4745
3790
#, c-format
4746
3791
msgid "Received an invalid string format '%s' for a date value."
4747
3792
msgstr ""
4748
3793
 
4749
 
#: drizzled/error.cc:1402
4750
3794
#, c-format
4751
3795
msgid "Received an invalid string format '%s' for a time value."
4752
3796
msgstr ""
4753
3797
 
4754
 
#: drizzled/error.cc:1404
4755
3798
#, c-format
4756
3799
msgid "Received an invalid value '%s' for a UNIX timestamp."
4757
3800
msgstr ""
4758
3801
 
4759
 
#: drizzled/error.cc:1406
4760
3802
#, c-format
4761
3803
msgid "Received an invalid datetime value '%s'."
4762
3804
msgstr ""
4763
3805
 
4764
 
#: drizzled/error.cc:1408
4765
3806
#, c-format
4766
3807
msgid "Received a NULL argument for function '%s'."
4767
3808
msgstr ""
4768
3809
 
4769
 
#: drizzled/error.cc:1410
4770
3810
#, c-format
4771
3811
msgid "Received an invalid negative argument '%s' for function '%s'."
4772
3812
msgstr ""
4773
3813
 
4774
 
#: drizzled/error.cc:1412
4775
3814
#, c-format
4776
3815
msgid "Received an out-of-range argument '%s' for function '%s'."
4777
3816
msgstr ""
4778
3817
 
4779
 
#: drizzled/error.cc:1414
4780
3818
#, c-format
4781
3819
msgid "Received an invalid time value '%s'."
4782
3820
msgstr ""
4783
3821
 
4784
 
#: drizzled/error.cc:1416
4785
3822
#, c-format
4786
3823
msgid "Received an invalid enum value '%s'."
4787
3824
msgstr ""
4788
3825
 
4789
 
#: drizzled/logging.cc:59
4790
 
#, c-format
4791
 
msgid "logging '%s' pre() failed"
4792
 
msgstr ""
4793
 
 
4794
 
#: drizzled/logging.cc:84
4795
 
#, c-format
4796
 
msgid "logging '%s' post() failed"
4797
 
msgstr ""
4798
 
 
4799
 
#: drizzled/message/command_reader.cc:55
4800
 
#, c-format
4801
 
msgid "Usage: %s COMMAND_LOG\n"
4802
 
msgstr ""
4803
 
 
4804
 
#: drizzled/message/command_reader.cc:64
 
3826
#, c-format
 
3827
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
 
3828
msgstr ""
 
3829
 
4805
3830
#, c-format
4806
3831
msgid "Cannot open file: %s\n"
4807
3832
msgstr ""
4808
3833
 
4809
 
#: drizzled/message/command_reader.cc:83
4810
 
#, c-format
4811
 
msgid "Failed to read initial length header\n"
4812
 
msgstr ""
4813
 
 
4814
 
#: drizzled/message/command_reader.cc:90
4815
 
#, c-format
4816
 
msgid "Attempted to read record bigger than SIZE_MAX\n"
4817
 
msgstr ""
4818
 
 
4819
 
#: drizzled/message/command_reader.cc:110
 
3834
#, c-format
 
3835
msgid "Found a non-transaction message in log.  Currently, not supported.\n"
 
3836
msgstr ""
 
3837
 
 
3838
#, c-format
 
3839
msgid "Attempted to read record bigger than INT_MAX\n"
 
3840
msgstr ""
 
3841
 
4820
3842
#, c-format
4821
3843
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4822
3844
msgstr ""
4823
3845
 
4824
 
#: drizzled/message/command_reader.cc:120
4825
 
#, c-format
4826
 
msgid ""
4827
 
"Could not read entire transaction. Read %<PRIu64> bytes instead of %<PRIu64> "
4828
 
"bytes.\n"
4829
 
msgstr ""
4830
 
 
4831
 
#: drizzled/message/command_reader.cc:126
 
3846
#, c-format
 
3847
msgid "Could not read transaction message.\n"
 
3848
msgstr ""
 
3849
 
 
3850
#, c-format
 
3851
msgid "GPB ERROR: %s.\n"
 
3852
msgstr ""
 
3853
 
 
3854
#, c-format
 
3855
msgid "Raw buffer read: %s.\n"
 
3856
msgstr ""
 
3857
 
4832
3858
#, c-format
4833
3859
msgid "Unable to parse command. Got error: %s.\n"
4834
3860
msgstr ""
4835
3861
 
4836
 
#: drizzled/message/command_reader.cc:128
4837
3862
#, c-format
4838
3863
msgid "BUFFER: %s\n"
4839
3864
msgstr ""
4840
3865
 
4841
 
#: drizzled/message/command_reader.cc:136
4842
 
#, c-format
4843
 
msgid ""
4844
 
"Could not read entire checksum. Read %<PRIu64> bytes instead of 4 bytes.\n"
4845
 
msgstr ""
4846
 
 
4847
 
#: drizzled/plugin/listen_tcp.cc:47
 
3866
#, c-format
 
3867
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
 
3868
msgstr ""
 
3869
 
 
3870
#, c-format
 
3871
msgid "Usage: %s TRANSACTION_LOG\n"
 
3872
msgstr ""
 
3873
 
 
3874
#, c-format
 
3875
msgid "errmsg plugin '%s' errmsg() failed"
 
3876
msgstr ""
 
3877
 
 
3878
msgid "Could not add Function!"
 
3879
msgstr ""
 
3880
 
 
3881
msgid "No sockets could be bound for listening"
 
3882
msgstr ""
 
3883
 
 
3884
#, c-format
 
3885
msgid "pipe() failed with errno %d"
 
3886
msgstr ""
 
3887
 
 
3888
#, c-format
 
3889
msgid "poll() failed with errno %d"
 
3890
msgstr ""
 
3891
 
4848
3892
#, c-format
4849
3893
msgid "accept() failed with errno %d"
4850
3894
msgstr ""
4851
3895
 
4852
 
#: drizzled/plugin/listen_tcp.cc:83
4853
3896
#, c-format
4854
3897
msgid "getaddrinfo() failed with error %s"
4855
3898
msgstr ""
4856
3899
 
4857
 
#: drizzled/plugin/listen_tcp.cc:115
4858
3900
#, c-format
4859
3901
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4860
3902
msgstr ""
4861
3903
 
4862
 
#: drizzled/plugin/listen_tcp.cc:126
4863
3904
#, c-format
4864
3905
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
4865
3906
msgstr ""
4866
3907
 
4867
 
#: drizzled/plugin/listen_tcp.cc:135
4868
3908
#, c-format
4869
3909
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4870
3910
msgstr ""
4871
3911
 
4872
 
#: drizzled/plugin/listen_tcp.cc:144
4873
3912
#, c-format
4874
3913
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4875
3914
msgstr ""
4876
3915
 
4877
 
#: drizzled/plugin/listen_tcp.cc:153
4878
3916
#, c-format
4879
3917
msgid "setsockopt(SO_LINGER) failed with errno %d"
4880
3918
msgstr ""
4881
3919
 
4882
 
#: drizzled/plugin/listen_tcp.cc:162
4883
3920
#, c-format
4884
3921
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4885
3922
msgstr ""
4886
3923
 
4887
 
#: drizzled/plugin/listen_tcp.cc:183
4888
3924
#, c-format
4889
3925
msgid "Retrying bind() on %u"
4890
3926
msgstr ""
4891
3927
 
4892
 
#: drizzled/plugin/listen_tcp.cc:190
4893
3928
#, c-format
4894
3929
msgid "bind() failed with errno: %d"
4895
3930
msgstr ""
4896
3931
 
4897
 
#: drizzled/plugin/listen_tcp.cc:193
4898
3932
msgid "Do you already have another drizzled running?"
4899
3933
msgstr ""
4900
3934
 
4901
 
#: drizzled/plugin/listen_tcp.cc:200
4902
3935
#, c-format
4903
3936
msgid "listen() failed with errno %d"
4904
3937
msgstr ""
4905
3938
 
4906
 
#: drizzled/plugin/listen_tcp.cc:206
4907
3939
#, c-format
4908
3940
msgid "Listening on %s:%s\n"
4909
3941
msgstr ""
4910
3942
 
4911
 
#: drizzled/plugin/storage_engine.cc:315
4912
 
#, c-format
4913
 
msgid "Found %d prepared transaction(s) in %s"
4914
 
msgstr ""
4915
 
 
4916
 
#: drizzled/plugin/storage_engine.cc:389
4917
 
msgid "Starting crash recovery..."
4918
 
msgstr ""
4919
 
 
4920
 
#: drizzled/plugin/storage_engine.cc:398
4921
 
#, c-format
4922
 
msgid "Found %d prepared XA transactions"
4923
 
msgstr ""
4924
 
 
4925
 
#: drizzled/plugin/storage_engine.cc:403
4926
 
#, c-format
4927
 
msgid ""
4928
 
"Found %d prepared transactions! It means that drizzled was not shut down "
4929
 
"properly last time and critical recovery information (last binlog or %s "
4930
 
"file) was manually deleted after a crash. You have to start drizzled with "
4931
 
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4932
 
msgstr ""
4933
 
 
4934
 
#: drizzled/plugin/storage_engine.cc:413
4935
 
msgid "Crash recovery finished."
4936
 
msgstr ""
4937
 
 
4938
 
#: drizzled/qcache.cc:63
4939
 
#, c-format
4940
 
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4941
 
msgstr ""
4942
 
 
4943
 
#: drizzled/qcache.cc:86
4944
 
#, c-format
4945
 
msgid "qcache plugin '%s' set() failed"
4946
 
msgstr ""
4947
 
 
4948
 
#: drizzled/qcache.cc:110
4949
 
#, c-format
4950
 
msgid "qcache plugin '%s' invalidate_table() failed"
4951
 
msgstr ""
4952
 
 
4953
 
#: drizzled/qcache.cc:137
4954
 
#, c-format
4955
 
msgid "qcache plugin '%s' invalidate_db() failed"
4956
 
msgstr ""
4957
 
 
4958
 
#: drizzled/qcache.cc:157
4959
 
#, c-format
4960
 
msgid "qcache plugin '%s' flush() failed"
4961
 
msgstr ""
4962
 
 
4963
 
#: drizzled/scheduling.cc:37
4964
 
#, c-format
4965
 
msgid ""
4966
 
"Attempted to register a scheduler %s, but a scheduler has already been "
4967
 
"registered with that name.\n"
4968
 
msgstr ""
4969
 
 
4970
 
#: drizzled/scheduling.cc:62
4971
 
#, c-format
4972
 
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4973
 
msgstr ""
4974
 
 
4975
 
#: drizzled/scheduling.cc:77
4976
 
msgid "Scheduler initialization failed.\n"
4977
 
msgstr ""
4978
 
 
4979
 
#: drizzled/session.cc:2166
4980
 
#, c-format
4981
 
msgid "Could not remove temporary table: '%s', error: %d"
4982
 
msgstr ""
4983
 
 
4984
 
#: drizzled/slot/listen.cc:75 drizzled/slot/listen.cc:112
4985
 
#, c-format
4986
 
msgid "realloc() failed with errno %d"
4987
 
msgstr ""
4988
 
 
4989
 
#: drizzled/slot/listen.cc:94
4990
 
msgid "No sockets could be bound for listening"
4991
 
msgstr ""
4992
 
 
4993
 
#: drizzled/slot/listen.cc:104 plugin/console/console.cc:314
4994
 
#, c-format
4995
 
msgid "pipe() failed with errno %d"
4996
 
msgstr ""
4997
 
 
4998
 
#: drizzled/slot/listen.cc:137
4999
 
#, c-format
5000
 
msgid "poll() failed with errno %d"
5001
 
msgstr ""
5002
 
 
5003
 
#: drizzled/sql_base.cc:1445
5004
 
#, c-format
5005
 
msgid "Table %s had a open data handler in reopen_table"
5006
 
msgstr ""
5007
 
 
5008
 
#: drizzled/sql_base.cc:2026
5009
 
#, c-format
5010
 
msgid "Couldn't repair table: %s.%s"
5011
 
msgstr ""
5012
 
 
5013
 
#: drizzled/sql_base.cc:2068
5014
 
#, c-format
5015
 
msgid ""
5016
 
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5017
 
"s`.`%s`' to replication"
5018
 
msgstr ""
5019
 
 
5020
 
#: drizzled/sql_plugin.cc:553
5021
3943
#, c-format
5022
3944
msgid "Plugin '%s' init function returned error.\n"
5023
3945
msgstr ""
5024
3946
 
5025
 
#: drizzled/sql_plugin.cc:713
5026
3947
msgid "plugin-load parameter too long"
5027
3948
msgstr ""
5028
3949
 
5029
 
#: drizzled/sql_plugin.cc:775
5030
3950
#, c-format
5031
3951
msgid "Couldn't load plugin named '%s' with soname '%s'."
5032
3952
msgstr ""
5033
3953
 
5034
 
#: drizzled/sql_plugin.cc:1115
5035
3954
msgid "Out of memory."
5036
3955
msgstr ""
5037
3956
 
5038
 
#: drizzled/sql_plugin.cc:1967 drizzled/sql_plugin.cc:2030
5039
3957
#, c-format
5040
3958
msgid "Unknown variable type code 0x%x in plugin '%s'."
5041
3959
msgstr ""
5042
3960
 
5043
 
#: drizzled/sql_plugin.cc:2010
5044
3961
#, c-format
5045
3962
msgid ""
5046
3963
"Server variable %s of plugin %s was forced to be read-only: string variable "
5047
3964
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5048
3965
msgstr ""
5049
3966
 
5050
 
#: drizzled/sql_plugin.cc:2041
5051
3967
#, c-format
5052
3968
msgid "Missing variable name in plugin '%s'."
5053
3969
msgstr ""
5054
3970
 
5055
 
#: drizzled/sql_plugin.cc:2058
5056
3971
#, c-format
5057
3972
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5058
3973
msgstr ""
5059
3974
 
5060
 
#: drizzled/sql_plugin.cc:2186
5061
3975
#, c-format
5062
3976
msgid "Out of memory for plugin '%s'."
5063
3977
msgstr ""
5064
3978
 
5065
 
#: drizzled/sql_plugin.cc:2193
5066
3979
#, c-format
5067
3980
msgid "Bad options for plugin '%s'."
5068
3981
msgstr ""
5069
3982
 
5070
 
#: drizzled/sql_plugin.cc:2202
5071
3983
#, c-format
5072
3984
msgid "Parsing options for plugin '%s' failed."
5073
3985
msgstr ""
5074
3986
 
5075
 
#: drizzled/sql_plugin.cc:2251
5076
3987
#, c-format
5077
3988
msgid "Plugin '%s' has conflicting system variables"
5078
3989
msgstr ""
5079
3990
 
5080
 
#: drizzled/sql_table.cc:231
 
3991
#, c-format
 
3992
msgid "logging '%s' pre() failed"
 
3993
msgstr ""
 
3994
 
 
3995
#, c-format
 
3996
msgid "logging '%s' post() failed"
 
3997
msgstr ""
 
3998
 
 
3999
#, c-format
 
4000
msgid "qcache plugin '%s' try_fetch_and_send() failed"
 
4001
msgstr ""
 
4002
 
 
4003
#, c-format
 
4004
msgid "qcache plugin '%s' set() failed"
 
4005
msgstr ""
 
4006
 
 
4007
#, c-format
 
4008
msgid "qcache plugin '%s' invalidateTable() failed"
 
4009
msgstr ""
 
4010
 
 
4011
#, c-format
 
4012
msgid "qcache plugin '%s' invalidateDb() failed"
 
4013
msgstr ""
 
4014
 
 
4015
#, c-format
 
4016
msgid "qcache plugin '%s' flush() failed"
 
4017
msgstr ""
 
4018
 
 
4019
#, c-format
 
4020
msgid "Loading plugin %s failed: a plugin by that name already exists."
 
4021
msgstr ""
 
4022
 
 
4023
#, c-format
 
4024
msgid "Fatal error: Failed initializing %s plugin."
 
4025
msgstr ""
 
4026
 
 
4027
#, c-format
 
4028
msgid ""
 
4029
"Attempted to register a scheduler %s, but a scheduler has already been "
 
4030
"registered with that name.\n"
 
4031
msgstr ""
 
4032
 
 
4033
#, c-format
 
4034
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
 
4035
msgstr ""
 
4036
 
 
4037
#, c-format
 
4038
msgid "Found %d prepared transaction(s) in %s"
 
4039
msgstr ""
 
4040
 
 
4041
msgid "Starting crash recovery..."
 
4042
msgstr ""
 
4043
 
 
4044
#, c-format
 
4045
msgid "Found %d prepared XA transactions"
 
4046
msgstr ""
 
4047
 
 
4048
#, c-format
 
4049
msgid ""
 
4050
"Found %d prepared transactions! It means that drizzled was not shut down "
 
4051
"properly last time and critical recovery information (last binlog or %s "
 
4052
"file) was manually deleted after a crash. You have to start drizzled with "
 
4053
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
 
4054
msgstr ""
 
4055
 
 
4056
msgid "Crash recovery finished."
 
4057
msgstr ""
 
4058
 
 
4059
#, c-format
 
4060
msgid "Could not remove temporary table: '%s', error: %d"
 
4061
msgstr ""
 
4062
 
 
4063
#, c-format
 
4064
msgid "Table %s had a open data Cursor in reopen_table"
 
4065
msgstr ""
 
4066
 
 
4067
#, c-format
 
4068
msgid "Couldn't repair table: %s.%s"
 
4069
msgstr ""
 
4070
 
 
4071
#, c-format
 
4072
msgid ""
 
4073
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
 
4074
"s`.`%s`' to replication"
 
4075
msgstr ""
 
4076
 
5081
4077
msgid ""
5082
4078
"Table name cannot be encoded and fit within filesystem name length "
5083
4079
"restrictions."
5084
4080
msgstr ""
5085
4081
 
5086
 
#: drizzled/sql_table.cc:241
5087
4082
msgid ""
5088
4083
"Schema name cannot be encoded and fit within filesystem name length "
5089
4084
"restrictions."
5090
4085
msgstr ""
5091
4086
 
5092
 
#: drizzled/sql_table.cc:2360
5093
4087
#, c-format
5094
4088
msgid "Unknown - internal error %d during operation"
5095
4089
msgstr ""
5096
4090
 
5097
 
#: drizzled/statement/alter_table.cc:1136
5098
 
#, c-format
5099
 
msgid "Could not open table %s.%s after rename\n"
5100
 
msgstr ""
5101
 
 
5102
 
#: drizzled/statement/alter_table.cc:1299
5103
4091
#, c-format
5104
4092
msgid ""
5105
4093
"order_st BY ignored because there is a user-defined clustered index in the "
5106
4094
"table '%-.192s'"
5107
4095
msgstr ""
5108
4096
 
5109
 
#: drizzled/table.cc:329
5110
4097
#, c-format
5111
4098
msgid ""
5112
4099
"'%s' had no or invalid character set, and default character set is multi-"
5113
4100
"byte, so character column sizes may have changed"
5114
4101
msgstr ""
5115
4102
 
5116
 
#: drizzled/table.cc:1608
5117
4103
#, c-format
5118
4104
msgid "Unknown collation '%s' in table '%-.64s' definition"
5119
4105
msgstr ""
5120
4106
 
5121
 
#: drizzled/table.cc:1615
5122
4107
#, c-format
5123
4108
msgid ""
5124
4109
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5125
4110
"read"
5126
4111
msgstr ""
5127
4112
 
5128
 
#: drizzled/table.cc:3515
5129
4113
#, c-format
5130
4114
msgid "Got error %d when reading table '%s'"
5131
4115
msgstr ""
5132
4116
 
5133
 
#: drizzled/tztime.cc:1061
5134
4117
#, c-format
5135
4118
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5136
4119
msgstr ""
5137
4120
"Фатальная ошибка: неверное или неизвестное значение временной зоны по-"
5138
4121
"умолчанию: '%s'"
5139
4122
 
5140
 
#: gnulib/getopt.c:529 gnulib/getopt.c:545
5141
4123
#, c-format
5142
4124
msgid "%s: option `%s' is ambiguous\n"
5143
4125
msgstr ""
5144
4126
 
5145
 
#: gnulib/getopt.c:578 gnulib/getopt.c:582
5146
4127
#, c-format
5147
4128
msgid "%s: option `--%s' doesn't allow an argument\n"
5148
4129
msgstr ""
5149
4130
 
5150
 
#: gnulib/getopt.c:591 gnulib/getopt.c:596
5151
4131
#, c-format
5152
4132
msgid "%s: option `%c%s' doesn't allow an argument\n"
5153
4133
msgstr ""
5154
4134
 
5155
 
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
5156
 
#: gnulib/getopt.c:993
5157
4135
#, c-format
5158
4136
msgid "%s: option `%s' requires an argument\n"
5159
4137
msgstr ""
5160
4138
 
5161
 
#: gnulib/getopt.c:696 gnulib/getopt.c:699
5162
4139
#, c-format
5163
4140
msgid "%s: unrecognized option `--%s'\n"
5164
4141
msgstr ""
5165
4142
 
5166
 
#: gnulib/getopt.c:707 gnulib/getopt.c:710
5167
4143
#, c-format
5168
4144
msgid "%s: unrecognized option `%c%s'\n"
5169
4145
msgstr ""
5170
4146
 
5171
 
#: gnulib/getopt.c:762 gnulib/getopt.c:765
5172
4147
#, c-format
5173
4148
msgid "%s: illegal option -- %c\n"
5174
4149
msgstr ""
5175
4150
 
5176
 
#: gnulib/getopt.c:771 gnulib/getopt.c:774
5177
4151
#, c-format
5178
4152
msgid "%s: invalid option -- %c\n"
5179
4153
msgstr ""
5180
4154
 
5181
 
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
5182
 
#: gnulib/getopt.c:1064
5183
4155
#, c-format
5184
4156
msgid "%s: option requires an argument -- %c\n"
5185
4157
msgstr ""
5186
4158
 
5187
 
#: gnulib/getopt.c:895 gnulib/getopt.c:911
5188
4159
#, c-format
5189
4160
msgid "%s: option `-W %s' is ambiguous\n"
5190
4161
msgstr ""
5191
4162
 
5192
 
#: gnulib/getopt.c:935 gnulib/getopt.c:953
5193
4163
#, c-format
5194
4164
msgid "%s: option `-W %s' doesn't allow an argument\n"
5195
4165
msgstr ""
5196
4166
 
5197
 
#: mysys/default.cc:684
5198
4167
#, c-format
5199
4168
msgid "error: could not open directory: %s\n"
5200
4169
msgstr ""
5201
4170
 
5202
 
#: mysys/errors.cc:25
5203
4171
#, c-format
5204
4172
msgid "Can't create/write to file '%s' (Errcode: %d)"
5205
4173
msgstr "Ошибка при создании/записи файла '%s' (Код ошибки: %d)"
5206
4174
 
5207
 
#: mysys/errors.cc:26
5208
4175
#, c-format
5209
4176
msgid "Error reading file '%s' (Errcode: %d)"
5210
4177
msgstr "Ошибка при чтении файла '%s' (Код ошибки: %d)"
5211
4178
 
5212
 
#: mysys/errors.cc:27
5213
4179
#, c-format
5214
4180
msgid "Error writing file '%s' (Errcode: %d)"
5215
4181
msgstr "Ошибка при записи файла '%s' (Код ошибки: %d)"
5216
4182
 
5217
 
#: mysys/errors.cc:28
5218
4183
#, c-format
5219
4184
msgid "Error on close of '%s' (Errcode: %d)"
5220
4185
msgstr "Ошибка при закрытии файла '%s' (Код ошибки: %d)"
5221
4186
 
5222
 
#: mysys/errors.cc:29
5223
4187
#, c-format
5224
4188
msgid "Out of memory (Needed %u bytes)"
5225
4189
msgstr "Нехватка памяти (Нужно %u байт)"
5226
4190
 
5227
 
#: mysys/errors.cc:30
5228
4191
#, c-format
5229
4192
msgid "Error on delete of '%s' (Errcode: %d)"
5230
4193
msgstr "Ошибка при удалении файла '%s' (Код ошибки: %d)"
5231
4194
 
5232
 
#: mysys/errors.cc:31
5233
4195
#, c-format
5234
4196
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
5235
4197
msgstr "Ошибка при переименовании файла '%s' в '%s' (Код ошибки: %d)"
5236
4198
 
5237
 
#: mysys/errors.cc:32
5238
4199
#, c-format
5239
4200
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
5240
4201
msgstr "Неожиданный конец файла при чтении '%s' (Код ошибки: %d)"
5241
4202
 
5242
 
#: mysys/errors.cc:33
5243
4203
#, c-format
5244
4204
msgid "Can't lock file (Errcode: %d)"
5245
4205
msgstr ""
5246
4206
 
5247
 
#: mysys/errors.cc:34
5248
4207
#, c-format
5249
4208
msgid "Can't unlock file (Errcode: %d)"
5250
4209
msgstr ""
5251
4210
 
5252
 
#: mysys/errors.cc:35
5253
4211
#, c-format
5254
4212
msgid "Can't read dir of '%s' (Errcode: %d)"
5255
4213
msgstr ""
5256
4214
 
5257
 
#: mysys/errors.cc:36
5258
4215
#, c-format
5259
4216
msgid "Can't get stat of '%s' (Errcode: %d)"
5260
4217
msgstr ""
5261
4218
 
5262
 
#: mysys/errors.cc:37
5263
4219
#, c-format
5264
4220
msgid "Can't change size of file (Errcode: %d)"
5265
4221
msgstr "Ошибка при изменении размера файла (Код ошибки: %d)"
5266
4222
 
5267
 
#: mysys/errors.cc:38
5268
4223
#, c-format
5269
4224
msgid "Can't open stream from handle (Errcode: %d)"
5270
4225
msgstr ""
5271
4226
 
5272
 
#: mysys/errors.cc:39
5273
4227
#, c-format
5274
4228
msgid "Can't get working dirctory (Errcode: %d)"
5275
4229
msgstr "Ошибка при определении рабочей директории (Код ошибки: %d)"
5276
4230
 
5277
 
#: mysys/errors.cc:40
5278
4231
#, c-format
5279
4232
msgid "Can't change dir to '%s' (Errcode: %d)"
5280
4233
msgstr "Не могу перейти в директорию '%s' (Код ошибки: %d)"
5281
4234
 
5282
 
#: mysys/errors.cc:41
5283
4235
#, c-format
5284
4236
msgid "Warning: '%s' had %d links"
5285
4237
msgstr "Предупреждение: '%s' имеет %d ссылок"
5286
4238
 
5287
 
#: mysys/errors.cc:42
5288
4239
#, c-format
5289
4240
msgid "Warning: %d files and %d streams is left open\n"
5290
4241
msgstr "Предупреждение: %d файлов и %d потоков остались открыты\n"
5291
4242
 
5292
 
#: mysys/errors.cc:43
5293
4243
#, c-format
5294
4244
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
5295
4245
msgstr ""
5296
4246
"Закончилось место на диске при записи '%s'. Ожидаю пока кто-нибудь освободит "
5297
4247
"место..."
5298
4248
 
5299
 
#: mysys/errors.cc:44
5300
4249
#, c-format
5301
4250
msgid "Can't create directory '%s' (Errcode: %d)"
5302
4251
msgstr "Ошибка при создании директории '%s' (Код ошибки: %d)"
5303
4252
 
5304
 
#: mysys/errors.cc:45
5305
4253
#, c-format
5306
4254
msgid ""
5307
4255
"Character set '%s' is not a compiled character set and is not specified in "
5308
4256
"the %s file"
5309
4257
msgstr ""
5310
4258
 
5311
 
#: mysys/errors.cc:46
5312
4259
#, c-format
5313
4260
msgid "Out of resources when opening file '%s' (Errcode: %d)"
5314
4261
msgstr "Недостаточно ресурсов для открытия файла '%s' (Код ошибки: %d)"
5315
4262
 
5316
 
#: mysys/errors.cc:47
5317
4263
#, c-format
5318
4264
msgid "Can't read value for symlink '%s' (Error %d)"
5319
4265
msgstr ""
5320
4266
 
5321
 
#: mysys/errors.cc:48
5322
4267
#, c-format
5323
4268
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
5324
4269
msgstr ""
5325
4270
 
5326
 
#: mysys/errors.cc:49
5327
4271
#, c-format
5328
4272
msgid "Error on realpath() on '%s' (Error %d)"
5329
4273
msgstr ""
5330
4274
 
5331
 
#: mysys/errors.cc:50
5332
4275
#, c-format
5333
4276
msgid "Can't sync file '%s' to disk (Errcode: %d)"
5334
4277
msgstr ""
5335
4278
 
5336
 
#: mysys/errors.cc:51
5337
4279
#, c-format
5338
4280
msgid ""
5339
4281
"Collation '%s' is not a compiled collation and is not specified in the %s "
5340
4282
"file"
5341
4283
msgstr ""
5342
4284
 
5343
 
#: mysys/errors.cc:52
5344
4285
#, c-format
5345
4286
msgid "File '%s' not found (Errcode: %d)"
5346
4287
msgstr "Фйл '%s' не найден (Код ошибки: %d)"
5347
4288
 
5348
 
#: mysys/errors.cc:53
5349
4289
#, c-format
5350
4290
msgid "File '%s' (fileno: %d) was not closed"
5351
4291
msgstr ""
5352
4292
 
5353
 
#: mysys/my_error.cc:85
5354
4293
#, c-format
5355
4294
msgid "Unknown error %d"
5356
4295
msgstr "Неизвестная ошибка %d"
5357
4296
 
5358
 
#: mysys/my_getopt.cc:90
5359
4297
msgid "Warning: "
5360
4298
msgstr "Предупреждение: "
5361
4299
 
5362
 
#: mysys/my_getopt.cc:92
5363
4300
msgid "Info: "
5364
4301
msgstr "Сведения: "
5365
4302
 
5366
 
#: mysys/my_getopt.cc:356
5367
4303
#, c-format
5368
4304
msgid "%s: %s: Option '%s' used, but is disabled\n"
5369
4305
msgstr ""
5370
4306
 
5371
 
#: mysys/my_getopt.cc:357
5372
4307
msgid "WARNING"
5373
4308
msgstr "ПРЕДУПРЕЖДЕНИЕ"
5374
4309
 
5375
 
#: mysys/my_getopt.cc:357
5376
4310
msgid "ERROR"
5377
4311
msgstr "ОШИБКА"
5378
4312
 
5379
 
#: mysys/my_getopt.cc:460
5380
4313
#, c-format
5381
4314
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
5382
4315
msgstr ""
5383
4316
 
5384
 
#: mysys/my_getopt.cc:775
5385
4317
#, c-format
5386
4318
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
5387
4319
msgstr ""
5388
4320
 
5389
 
#: mysys/my_getopt.cc:968
5390
4321
#, c-format
5391
4322
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
5392
4323
msgstr "%s: ОШИБКА: Неверное десятичное значение для опции '%s'\n"
5393
4324
 
5394
 
#: mysys/my_getopt.cc:1200
5395
4325
#, c-format
5396
4326
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
5397
4327
msgstr ""
5398
4328
 
5399
 
#: mysys/my_getopt.cc:1220
5400
4329
#, c-format
5401
4330
msgid ""
5402
4331
"\n"
5405
4334
"--------------------------------- -----------------------------\n"
5406
4335
msgstr ""
5407
4336
 
5408
 
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5409
4337
msgid "(No default value)"
5410
4338
msgstr "(Нет значения по умолчанию)"
5411
4339
 
5412
 
#: mysys/my_getopt.cc:1255
5413
4340
msgid "true"
5414
4341
msgstr ""
5415
4342
 
5416
 
#: mysys/my_getopt.cc:1255
5417
4343
msgid "false"
5418
4344
msgstr ""
5419
4345
 
5420
 
#: mysys/my_getopt.cc:1288
5421
4346
#, c-format
5422
4347
msgid "(Disabled)\n"
5423
4348
msgstr ""
5424
4349
 
5425
 
#: plugin/auth_http/auth_http.cc:138
5426
4350
msgid "Enable HTTP Auth check"
5427
4351
msgstr ""
5428
4352
 
5429
 
#: plugin/auth_http/auth_http.cc:148
5430
4353
msgid "URL for HTTP Auth check"
5431
4354
msgstr ""
5432
4355
 
5433
 
#: plugin/command_log/command_log.cc:116
5434
 
#: plugin/command_log/command_log_reader.cc:94
5435
 
#, c-format
5436
 
msgid "Failed to open command log file %s.  Got error: %s\n"
5437
 
msgstr ""
5438
 
 
5439
 
#: plugin/command_log/command_log.cc:200
5440
 
#, c-format
5441
 
msgid ""
5442
 
"Failed to write full size of command.  Tried to write %<PRId64> bytes at "
5443
 
"offset %<PRId64>, but only wrote %<PRId64> bytes.  Error: %s\n"
5444
 
msgstr ""
5445
 
 
5446
 
#: plugin/command_log/command_log.cc:242
5447
 
#, c-format
5448
 
msgid ""
5449
 
"Failed to write full serialized command.  Tried to write %<PRId64> bytes at "
5450
 
"offset %<PRId64>, but only wrote %<PRId64> bytes.  Error: %s\n"
5451
 
msgstr ""
5452
 
 
5453
 
#: plugin/command_log/command_log.cc:294
5454
 
#, c-format
5455
 
msgid ""
5456
 
"Failed to write full checksum of command.  Tried to write %<PRId64> bytes at "
5457
 
"offset %<PRId64>, but only wrote %<PRId64> bytes.  Error: %s\n"
5458
 
msgstr ""
5459
 
 
5460
 
#: plugin/command_log/command_log.cc:390
5461
 
msgid "Enable command log"
5462
 
msgstr ""
5463
 
 
5464
 
#: plugin/command_log/command_log.cc:398
5465
 
msgid "DEBUGGING - Truncate command log"
5466
 
msgstr ""
5467
 
 
5468
 
#: plugin/command_log/command_log.cc:406
5469
 
msgid "Path to the file to use for command log."
5470
 
msgstr ""
5471
 
 
5472
 
#: plugin/command_log/command_log.cc:414
5473
 
msgid "Enable CRC32 Checksumming"
5474
 
msgstr ""
5475
 
 
5476
 
#: plugin/command_log/command_log.cc:432
5477
 
msgid "Command Message Log"
5478
 
msgstr ""
5479
 
 
5480
 
#: plugin/command_log/command_log_reader.cc:114
5481
 
#, c-format
5482
 
msgid "Failed to read length header at offset %<PRId64>.  Got error: %s\n"
5483
 
msgstr ""
5484
 
 
5485
 
#: plugin/command_log/command_log_reader.cc:137
5486
 
#, c-format
5487
 
msgid "Failed to parse command message at offset %<PRId64>.  Got error: %s\n"
5488
 
msgstr ""
5489
 
 
5490
 
#: plugin/command_log/command_log_reader.cc:171
5491
 
#, c-format
5492
 
msgid "Failed to read checksum trailer at offset %<PRId64>.  Got error: %s\n"
5493
 
msgstr ""
5494
 
 
5495
 
#: plugin/command_log/command_log_reader.cc:186
5496
 
msgid "Checksum FAILED!\n"
5497
 
msgstr ""
5498
 
 
5499
 
#: plugin/console/console.cc:346
5500
4356
msgid "Enable the console."
5501
4357
msgstr ""
5502
4358
 
5503
 
#: plugin/console/console.cc:349
5504
4359
msgid "Turn on extra debugging."
5505
4360
msgstr ""
5506
4361
 
5507
 
#: plugin/default_replicator/default_replicator.cc:97
5508
4362
msgid "Enable default replicator"
5509
4363
msgstr ""
5510
4364
 
5511
 
#: plugin/default_replicator/default_replicator.cc:112
5512
4365
msgid "Default Replicator"
5513
4366
msgstr ""
5514
4367
 
5515
 
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
 
4368
msgid "Unknown Drizzle error"
 
4369
msgstr "Неизвестная ошибка Drizzle"
 
4370
 
 
4371
#, c-format
 
4372
msgid "Can't create UNIX socket (%d)"
 
4373
msgstr "Не могу создать UNIX сокет (%d)"
 
4374
 
 
4375
#, c-format
 
4376
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
 
4377
msgstr ""
 
4378
"Не могу присоединиться к локальному серверу Drizzle через сокет '%-.100s' (%"
 
4379
"d)"
 
4380
 
 
4381
#, c-format
 
4382
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
 
4383
msgstr ""
 
4384
 
 
4385
#, c-format
 
4386
msgid "Can't create TCP/IP socket (%d)"
 
4387
msgstr "Не могу создать TCP/IP сокет (%d)"
 
4388
 
 
4389
#, c-format
 
4390
msgid "Unknown Drizzle server host '%-.100s' (%d)"
 
4391
msgstr ""
 
4392
 
 
4393
msgid "Drizzle server has gone away"
 
4394
msgstr "Сервер Drizzle не отвечает на запросы"
 
4395
 
 
4396
#, c-format
 
4397
msgid "Protocol mismatch; server version = %d, client version = %d"
 
4398
msgstr "Несоответствие протоколов; версия сервера = %d, версия клиента = %d"
 
4399
 
 
4400
msgid "Drizzle client ran out of memory"
 
4401
msgstr "Drizzle клиент исчерпал всю доступную память"
 
4402
 
 
4403
msgid "Wrong host info"
 
4404
msgstr ""
 
4405
 
 
4406
msgid "Localhost via UNIX socket"
 
4407
msgstr "Localhost через UNIX сокет"
 
4408
 
 
4409
#, c-format
 
4410
msgid "%-.100s via TCP/IP"
 
4411
msgstr "%-.100s через TCP/IP"
 
4412
 
 
4413
msgid "Error in server handshake"
 
4414
msgstr "Ошибка при установке соединения с сервером"
 
4415
 
 
4416
msgid "Lost connection to Drizzle server during query"
 
4417
msgstr "Соединение с сервером Drizzle потеряно во время запроса"
 
4418
 
 
4419
msgid "Commands out of sync; you can't run this command now"
 
4420
msgstr "Рассинхронизация комманд; сейчас вы не можете выполнить эту комманду"
 
4421
 
 
4422
#, c-format
 
4423
msgid "Named pipe: %-.32s"
 
4424
msgstr ""
 
4425
 
 
4426
#, c-format
 
4427
msgid "Can't wait for named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
4428
msgstr ""
 
4429
 
 
4430
#, c-format
 
4431
msgid "Can't open named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
4432
msgstr ""
 
4433
 
 
4434
#, c-format
 
4435
msgid "Can't set state of named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
4436
msgstr ""
 
4437
 
 
4438
#, c-format
 
4439
msgid "Can't initialize character set %-.32s (path: %-.100s)"
 
4440
msgstr "Не могу инициализировать character set %-.32s (path: %-.100s)"
 
4441
 
 
4442
msgid "Got packet bigger than 'max_allowed_packet' bytes"
 
4443
msgstr "Получен пакет больше чем 'max_allowed_packet' байт"
 
4444
 
 
4445
msgid "Embedded server"
 
4446
msgstr "Встроенный сервер"
 
4447
 
 
4448
msgid "Error on SHOW SLAVE STATUS:"
 
4449
msgstr ""
 
4450
 
 
4451
msgid "Error on SHOW SLAVE HOSTS:"
 
4452
msgstr ""
 
4453
 
 
4454
msgid "Error connecting to slave:"
 
4455
msgstr "Ошибка при соединении к слейву:"
 
4456
 
 
4457
msgid "Error connecting to master:"
 
4458
msgstr "Ошибка при соединении к мастеру:"
 
4459
 
 
4460
msgid "SSL connection error"
 
4461
msgstr "Ошибка SSL-соединения"
 
4462
 
 
4463
msgid "Malformed packet"
 
4464
msgstr "Неверный пакет"
 
4465
 
 
4466
msgid "(unused error message)"
 
4467
msgstr "(неиспользуемое сообщение об ошибке)"
 
4468
 
 
4469
msgid "Invalid use of null pointer"
 
4470
msgstr "Неверное использование null указателя"
 
4471
 
 
4472
msgid "Statement not prepared"
 
4473
msgstr ""
 
4474
 
 
4475
msgid "No data supplied for parameters in prepared statement"
 
4476
msgstr ""
 
4477
 
 
4478
msgid "Data truncated"
 
4479
msgstr "Данные усечены"
 
4480
 
 
4481
msgid "No parameters exist in the statement"
 
4482
msgstr ""
 
4483
 
 
4484
msgid "Invalid parameter number"
 
4485
msgstr "Неверное количество параметров"
 
4486
 
 
4487
#, c-format
 
4488
msgid ""
 
4489
"Can't send long data for non-string/non-binary data types (parameter: %d)"
 
4490
msgstr ""
 
4491
 
 
4492
#, c-format
 
4493
msgid "Using unsupported buffer type: %d  (parameter: %d)"
 
4494
msgstr ""
 
4495
 
 
4496
#, c-format
 
4497
msgid "Shared memory: %-.100s"
 
4498
msgstr ""
 
4499
 
 
4500
msgid "Wrong or unknown protocol"
 
4501
msgstr "Неверный или неизвестный протокол"
 
4502
 
 
4503
msgid "Invalid connection handle"
 
4504
msgstr ""
 
4505
 
 
4506
msgid ""
 
4507
"Connection using old (pre-4.1.1) authentication protocol refused (client "
 
4508
"option 'secure_auth' enabled)"
 
4509
msgstr ""
 
4510
"Отклонено соединение, использующее старый (до 4.1.1) протокол аутентификации "
 
4511
"- клиент включил опцию  'secure_auth'"
 
4512
 
 
4513
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
 
4514
msgstr ""
 
4515
 
 
4516
msgid "Attempt to read column without prior row fetch"
 
4517
msgstr "Попытка прочитать колонку без предварительной обработки строки."
 
4518
 
 
4519
msgid "Prepared statement contains no metadata"
 
4520
msgstr ""
 
4521
 
 
4522
msgid ""
 
4523
"Attempt to read a row while there is no result set associated with the "
 
4524
"statement"
 
4525
msgstr ""
 
4526
"Попытка прочитать строку в то время как отсутствовал результат "
 
4527
"ассоциированный с командой."
 
4528
 
 
4529
msgid "This feature is not implemented yet"
 
4530
msgstr "Эта функциональная возможность еще не реализована"
 
4531
 
 
4532
#, c-format
 
4533
msgid ""
 
4534
"Lost connection to Drizzle server while waiting for initial communication "
 
4535
"packet, system error: %d"
 
4536
msgstr ""
 
4537
"Потеряно соединение с сервером Drizzle во время ожидания первоначального "
 
4538
"пакета, системная ошибка: %d"
 
4539
 
 
4540
#, c-format
 
4541
msgid ""
 
4542
"Lost connection to Drizzle server while reading initial communication "
 
4543
"packet, system error: %d"
 
4544
msgstr ""
 
4545
"Потеряно соединение с сервером Drizzle во время получения первоначального "
 
4546
"пакета, системная ошибка: %d"
 
4547
 
 
4548
#, c-format
 
4549
msgid ""
 
4550
"Lost connection to Drizzle server while sending authentication information, "
 
4551
"system error: %d"
 
4552
msgstr ""
 
4553
"Потеряно соединение с сервером Drizzle во время отправки аутентификационной "
 
4554
"информации, системная ошибка: %d"
 
4555
 
 
4556
#, c-format
 
4557
msgid ""
 
4558
"Lost connection to Drizzle server while reading authorization information, "
 
4559
"system error: %d"
 
4560
msgstr ""
 
4561
"Потеряно соединение с сервером Drizzle во время получения аутентификационной "
 
4562
"информации, системная ошибка: %d"
 
4563
 
 
4564
#, c-format
 
4565
msgid ""
 
4566
"Lost connection to Drizzle server while setting initial database, system "
 
4567
"error: %d"
 
4568
msgstr ""
 
4569
"Потеряно соединение с сервером Drizzle во время установки начальной базы "
 
4570
"данных, системная ошибка: %d"
 
4571
 
 
4572
#, c-format
 
4573
msgid "Statement closed indirectly because of a preceding %s() call"
 
4574
msgstr ""
 
4575
"Команда была опосредованно прекращена в результате вызова предшедствующего %s"
 
4576
"() вызова."
 
4577
 
 
4578
msgid ""
 
4579
"Port number to use for connection or 0 for default to, in order of "
 
4580
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
 
4581
msgstr ""
 
4582
 
 
4583
msgid "Connect Timeout."
 
4584
msgstr ""
 
4585
 
 
4586
msgid "Read Timeout."
 
4587
msgstr ""
 
4588
 
 
4589
msgid "Write Timeout."
 
4590
msgstr ""
 
4591
 
 
4592
msgid "Retry Count."
 
4593
msgstr ""
 
4594
 
 
4595
msgid "Buffer length."
 
4596
msgstr ""
 
4597
 
 
4598
msgid "Address to bind to."
 
4599
msgstr ""
 
4600
 
5516
4601
msgid "Error Messages to stderr"
5517
4602
msgstr ""
5518
4603
 
5519
 
#: plugin/filtered_replicator/filtered_replicator.cc:486
5520
4604
msgid "Enable filtered replicator"
5521
4605
msgstr ""
5522
4606
 
5523
 
#: plugin/filtered_replicator/filtered_replicator.cc:493
5524
4607
msgid "List of schemas to filter"
5525
4608
msgstr ""
5526
4609
 
5527
 
#: plugin/filtered_replicator/filtered_replicator.cc:500
5528
4610
msgid "List of tables to filter"
5529
4611
msgstr ""
5530
4612
 
5531
 
#: plugin/filtered_replicator/filtered_replicator.cc:507
5532
4613
msgid "Regular expression to apply to schemas to filter"
5533
4614
msgstr ""
5534
4615
 
5535
 
#: plugin/filtered_replicator/filtered_replicator.cc:514
5536
4616
msgid "Regular expression to apply to tables to filter"
5537
4617
msgstr ""
5538
4618
 
5539
 
#: plugin/filtered_replicator/filtered_replicator.cc:533
5540
4619
msgid "Filtered Replicator"
5541
4620
msgstr ""
5542
4621
 
5543
 
#: plugin/logging_gearman/logging_gearman.cc:186
5544
4622
#, c-format
5545
4623
msgid "fail gearman_client_create(): %s"
5546
4624
msgstr ""
5547
4625
 
5548
 
#: plugin/logging_gearman/logging_gearman.cc:197
5549
4626
#, c-format
5550
4627
msgid "fail gearman_client_add_server(): %s"
5551
4628
msgstr ""
5552
4629
 
5553
 
#: plugin/logging_gearman/logging_gearman.cc:310
5554
4630
msgid "Enable logging to a gearman server"
5555
4631
msgstr ""
5556
4632
 
5557
 
#: plugin/logging_gearman/logging_gearman.cc:319
5558
4633
msgid "Hostname for logging to a Gearman server"
5559
4634
msgstr ""
5560
4635
 
5561
 
#: plugin/logging_gearman/logging_gearman.cc:328
5562
4636
msgid "Gearman Function to send logging to"
5563
4637
msgstr ""
5564
4638
 
5565
 
#: plugin/logging_gearman/logging_gearman.cc:345
5566
4639
msgid "Log queries to a Gearman server"
5567
4640
msgstr ""
5568
4641
 
5569
 
#: plugin/logging_query/logging_query.cc:188
5570
4642
#, c-format
5571
4643
msgid "fail open() fn=%s er=%s\n"
5572
4644
msgstr ""
5573
4645
 
5574
 
#: plugin/logging_query/logging_query.cc:344
5575
4646
msgid "Enable logging to CSV file"
5576
4647
msgstr ""
5577
4648
 
5578
 
#: plugin/logging_query/logging_query.cc:353
5579
4649
msgid "File to log to"
5580
4650
msgstr ""
5581
4651
 
5582
 
#: plugin/logging_query/logging_query.cc:362
5583
4652
msgid "PCRE to match the query against"
5584
4653
msgstr ""
5585
4654
 
5586
 
#: plugin/logging_query/logging_query.cc:371
5587
 
#: plugin/logging_syslog/logging_syslog.cc:231
5588
4655
msgid "Threshold for logging slow queries, in microseconds"
5589
4656
msgstr ""
5590
4657
 
5591
 
#: plugin/logging_query/logging_query.cc:383
5592
 
#: plugin/logging_syslog/logging_syslog.cc:243
5593
4658
msgid "Threshold for logging big queries, for rows returned"
5594
4659
msgstr ""
5595
4660
 
5596
 
#: plugin/logging_query/logging_query.cc:395
5597
 
#: plugin/logging_syslog/logging_syslog.cc:255
5598
4661
msgid "Threshold for logging big queries, for rows examined"
5599
4662
msgstr ""
5600
4663
 
5601
 
#: plugin/logging_query/logging_query.cc:418
5602
4664
msgid "Log queries to a CSV file"
5603
4665
msgstr ""
5604
4666
 
5605
 
#: plugin/logging_syslog/logging_syslog.cc:84
5606
4667
#, c-format
5607
4668
msgid "syslog facility \"%s\" not known, using \"local0\""
5608
4669
msgstr ""
5609
4670
 
5610
 
#: plugin/logging_syslog/logging_syslog.cc:100
5611
4671
#, c-format
5612
4672
msgid "syslog priority \"%s\" not known, using \"info\""
5613
4673
msgstr ""
5614
4674
 
5615
 
#: plugin/logging_syslog/logging_syslog.cc:195
5616
4675
msgid "Enable logging to syslog"
5617
4676
msgstr ""
5618
4677
 
5619
 
#: plugin/logging_syslog/logging_syslog.cc:204
5620
4678
msgid "Syslog Ident"
5621
4679
msgstr ""
5622
4680
 
5623
 
#: plugin/logging_syslog/logging_syslog.cc:213
5624
4681
msgid "Syslog Facility"
5625
4682
msgstr ""
5626
4683
 
5627
 
#: plugin/logging_syslog/logging_syslog.cc:222
5628
4684
msgid "Syslog Priority"
5629
4685
msgstr ""
5630
4686
 
5631
 
#: plugin/logging_syslog/logging_syslog.cc:279
5632
4687
msgid "Log to syslog"
5633
4688
msgstr ""
5634
4689
 
5635
 
#: plugin/multi_thread/multi_thread.cc:171
5636
 
msgid "Maximum number of user threads available."
5637
 
msgstr ""
5638
 
 
5639
 
#: plugin/myisam/ha_myisam.cc:447
 
4690
msgid "List of memcached servers."
 
4691
msgstr ""
 
4692
 
 
4693
msgid "Memcached Stats as I_S tables"
 
4694
msgstr ""
 
4695
 
5640
4696
#, c-format
5641
4697
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5642
4698
msgstr ""
5643
4699
 
5644
 
#: plugin/myisam/ha_myisam.cc:451
5645
4700
#, c-format
5646
4701
msgid "Got an error from unknown thread, %s:%d"
5647
4702
msgstr ""
5648
4703
 
5649
 
#: plugin/myisam/ha_myisam.cc:457
5650
4704
msgid "Unknown thread accessing table"
5651
4705
msgstr ""
5652
4706
 
5653
 
#: plugin/myisam/ha_myisam.cc:1488
5654
4707
msgid "Block size to be used for MyISAM index pages."
5655
4708
msgstr ""
5656
4709
 
5657
 
#: plugin/myisam/ha_myisam.cc:1494
5658
4710
msgid ""
5659
4711
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5660
4712
"disables parallel repair."
5661
4713
msgstr ""
5662
4714
 
5663
 
#: plugin/myisam/ha_myisam.cc:1500
5664
4715
msgid ""
5665
4716
"Don't use the fast sort index method to created index if the temporary file "
5666
4717
"would get bigger than this."
5667
4718
msgstr ""
5668
4719
 
5669
 
#: plugin/myisam/ha_myisam.cc:1505
5670
4720
msgid ""
5671
4721
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5672
4722
"when creating indexes with CREATE INDEX or ALTER TABLE."
5673
4723
msgstr ""
5674
4724
 
5675
 
#: plugin/myisam/ha_myisam.cc:1511
5676
4725
msgid "Default pointer size to be used for MyISAM tables."
5677
4726
msgstr ""
5678
4727
 
5679
 
#: plugin/myisam/my_handler_errors.cc:34
5680
4728
msgid "Didn't find key on read or update"
5681
4729
msgstr ""
5682
4730
 
5683
 
#: plugin/myisam/my_handler_errors.cc:36
5684
4731
msgid "Duplicate key on write or update"
5685
4732
msgstr ""
5686
4733
 
5687
 
#: plugin/myisam/my_handler_errors.cc:38
5688
4734
msgid "Internal (unspecified) error in handler"
5689
4735
msgstr ""
5690
4736
 
5691
 
#: plugin/myisam/my_handler_errors.cc:40
5692
4737
msgid ""
5693
4738
"Someone has changed the row since it was read (while the table was locked to "
5694
4739
"prevent it)"
5695
4740
msgstr ""
5696
4741
 
5697
 
#: plugin/myisam/my_handler_errors.cc:43
5698
4742
msgid "Wrong index given to function"
5699
4743
msgstr ""
5700
4744
 
5701
 
#: plugin/myisam/my_handler_errors.cc:45
5702
4745
msgid "Undefined handler error 125"
5703
4746
msgstr ""
5704
4747
 
5705
 
#: plugin/myisam/my_handler_errors.cc:47
5706
4748
msgid "Index file is crashed"
5707
4749
msgstr ""
5708
4750
 
5709
 
#: plugin/myisam/my_handler_errors.cc:49
5710
4751
msgid "Record file is crashed"
5711
4752
msgstr ""
5712
4753
 
5713
 
#: plugin/myisam/my_handler_errors.cc:51
5714
4754
msgid "Out of memory in engine"
5715
4755
msgstr ""
5716
4756
 
5717
 
#: plugin/myisam/my_handler_errors.cc:53
5718
4757
msgid "Undefined handler error 129"
5719
4758
msgstr ""
5720
4759
 
5721
 
#: plugin/myisam/my_handler_errors.cc:55
5722
4760
msgid "Incorrect file format"
5723
4761
msgstr ""
5724
4762
 
5725
 
#: plugin/myisam/my_handler_errors.cc:57
5726
4763
msgid "Command not supported by database"
5727
4764
msgstr ""
5728
4765
 
5729
 
#: plugin/myisam/my_handler_errors.cc:59
5730
4766
msgid "Old database file"
5731
4767
msgstr ""
5732
4768
 
5733
 
#: plugin/myisam/my_handler_errors.cc:61
5734
4769
msgid "No record read before update"
5735
4770
msgstr ""
5736
4771
 
5737
 
#: plugin/myisam/my_handler_errors.cc:63
5738
4772
msgid "Record was already deleted (or record file crashed)"
5739
4773
msgstr ""
5740
4774
 
5741
 
#: plugin/myisam/my_handler_errors.cc:65
5742
4775
msgid "No more room in record file"
5743
4776
msgstr ""
5744
4777
 
5745
 
#: plugin/myisam/my_handler_errors.cc:67
5746
4778
msgid "No more room in index file"
5747
4779
msgstr ""
5748
4780
 
5749
 
#: plugin/myisam/my_handler_errors.cc:69
5750
4781
msgid "No more records (read after end of file)"
5751
4782
msgstr ""
5752
4783
 
5753
 
#: plugin/myisam/my_handler_errors.cc:71
5754
4784
msgid "Unsupported extension used for table"
5755
4785
msgstr ""
5756
4786
 
5757
 
#: plugin/myisam/my_handler_errors.cc:73
5758
4787
msgid "Too big row"
5759
4788
msgstr ""
5760
4789
 
5761
 
#: plugin/myisam/my_handler_errors.cc:75
5762
4790
msgid "Wrong create options"
5763
4791
msgstr ""
5764
4792
 
5765
 
#: plugin/myisam/my_handler_errors.cc:77
5766
4793
msgid "Duplicate unique key or constraint on write or update"
5767
4794
msgstr ""
5768
4795
 
5769
 
#: plugin/myisam/my_handler_errors.cc:79
5770
4796
msgid "Unknown character set used in table"
5771
4797
msgstr ""
5772
4798
 
5773
 
#: plugin/myisam/my_handler_errors.cc:81
5774
4799
msgid "Conflicting table definitions in sub-tables of MERGE table"
5775
4800
msgstr ""
5776
4801
 
5777
 
#: plugin/myisam/my_handler_errors.cc:83
5778
4802
msgid "Table is crashed and last repair failed"
5779
4803
msgstr ""
5780
4804
 
5781
 
#: plugin/myisam/my_handler_errors.cc:85
5782
4805
msgid "Table was marked as crashed and should be repaired"
5783
4806
msgstr ""
5784
4807
 
5785
 
#: plugin/myisam/my_handler_errors.cc:87
5786
4808
msgid "Lock timed out; Retry transaction"
5787
4809
msgstr ""
5788
4810
 
5789
 
#: plugin/myisam/my_handler_errors.cc:89
5790
4811
msgid "Lock table is full;  Restart program with a larger locktable"
5791
4812
msgstr ""
5792
4813
 
5793
 
#: plugin/myisam/my_handler_errors.cc:91
5794
4814
msgid "Updates are not allowed under a read only transactions"
5795
4815
msgstr ""
5796
4816
 
5797
 
#: plugin/myisam/my_handler_errors.cc:93
5798
4817
msgid "Lock deadlock; Retry transaction"
5799
4818
msgstr ""
5800
4819
 
5801
 
#: plugin/myisam/my_handler_errors.cc:95
5802
4820
msgid "Foreign key constraint is incorrectly formed"
5803
4821
msgstr ""
5804
4822
 
5805
 
#: plugin/myisam/my_handler_errors.cc:97
5806
4823
msgid "Cannot add a child row"
5807
4824
msgstr ""
5808
4825
 
5809
 
#: plugin/myisam/my_handler_errors.cc:99
5810
4826
msgid "Cannot delete a parent row"
5811
4827
msgstr ""
5812
4828
 
5813
 
#: plugin/myisam/my_handler_errors.cc:101
5814
4829
msgid "No savepoint with that name"
5815
4830
msgstr ""
5816
4831
 
5817
 
#: plugin/myisam/my_handler_errors.cc:103
5818
4832
msgid "Non unique key block size"
5819
4833
msgstr ""
5820
4834
 
5821
 
#: plugin/myisam/my_handler_errors.cc:105
5822
4835
msgid "The table does not exist in engine"
5823
4836
msgstr ""
5824
4837
 
5825
 
#: plugin/myisam/my_handler_errors.cc:107
5826
4838
msgid "The table already existed in storage engine"
5827
4839
msgstr ""
5828
4840
 
5829
 
#: plugin/myisam/my_handler_errors.cc:109
5830
4841
msgid "Could not connect to storage engine"
5831
4842
msgstr ""
5832
4843
 
5833
 
#: plugin/myisam/my_handler_errors.cc:111
5834
4844
msgid "Unexpected null pointer found when using spatial index"
5835
4845
msgstr ""
5836
4846
 
5837
 
#: plugin/myisam/my_handler_errors.cc:113
5838
4847
msgid "The table changed in storage engine"
5839
4848
msgstr ""
5840
4849
 
5841
 
#: plugin/myisam/my_handler_errors.cc:115
5842
4850
msgid "There's no partition in table for the given value"
5843
4851
msgstr ""
5844
4852
 
5845
 
#: plugin/myisam/my_handler_errors.cc:117
5846
4853
msgid "Row-based binlogging of row failed"
5847
4854
msgstr ""
5848
4855
 
5849
 
#: plugin/myisam/my_handler_errors.cc:119
5850
4856
msgid "Index needed in foreign key constraint"
5851
4857
msgstr ""
5852
4858
 
5853
 
#: plugin/myisam/my_handler_errors.cc:121
5854
4859
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5855
4860
msgstr ""
5856
4861
 
5857
 
#: plugin/myisam/my_handler_errors.cc:123
5858
4862
msgid "Table needs to be upgraded before it can be used"
5859
4863
msgstr ""
5860
4864
 
5861
 
#: plugin/myisam/my_handler_errors.cc:125
5862
4865
msgid "Table is read only"
5863
4866
msgstr ""
5864
4867
 
5865
 
#: plugin/myisam/my_handler_errors.cc:127
5866
4868
msgid "Failed to get next auto increment value"
5867
4869
msgstr ""
5868
4870
 
5869
 
#: plugin/myisam/my_handler_errors.cc:129
5870
4871
msgid "Failed to set row auto increment value"
5871
4872
msgstr ""
5872
4873
 
5873
 
#: plugin/myisam/my_handler_errors.cc:131
5874
4874
msgid "Unknown (generic) error from engine"
5875
4875
msgstr ""
5876
4876
 
5877
 
#: plugin/myisam/my_handler_errors.cc:133
5878
4877
msgid "Record is the same"
5879
4878
msgstr ""
5880
4879
 
5881
 
#: plugin/myisam/my_handler_errors.cc:135
5882
4880
msgid "It is not possible to log this statement"
5883
4881
msgstr ""
5884
4882
 
5885
 
#: plugin/myisam/my_handler_errors.cc:137
5886
4883
msgid "Tablespace exists"
5887
4884
msgstr ""
5888
4885
 
5889
 
#: plugin/myisam/my_handler_errors.cc:139
5890
4886
msgid "The event was corrupt, leading to illegal data being read"
5891
4887
msgstr ""
5892
4888
 
5893
 
#: plugin/myisam/my_handler_errors.cc:141
5894
4889
msgid "The table is of a new format not supported by this version"
5895
4890
msgstr ""
5896
4891
 
5897
 
#: plugin/myisam/my_handler_errors.cc:143
5898
4892
msgid "The event could not be processed no other handler error happened"
5899
4893
msgstr ""
5900
4894
 
5901
 
#: plugin/myisam/my_handler_errors.cc:145
5902
4895
msgid "Got a fatal error during initialzation of handler"
5903
4896
msgstr ""
5904
4897
 
5905
 
#: plugin/myisam/my_handler_errors.cc:147
5906
4898
msgid "File to short; Expected more data in file"
5907
4899
msgstr ""
5908
4900
 
5909
 
#: plugin/myisam/my_handler_errors.cc:149
5910
4901
msgid "Read page with wrong checksum"
5911
4902
msgstr ""
5912
4903
 
5913
 
#: plugin/myisam/my_handler_errors.cc:151
5914
4904
msgid "Lock or active transaction"
5915
4905
msgstr ""
5916
4906
 
5917
 
#: plugin/myisam/my_handler_errors.cc:153
5918
4907
msgid "No such table space"
5919
4908
msgstr ""
5920
4909
 
5921
 
#: plugin/myisam/my_handler_errors.cc:155
5922
4910
msgid "Tablespace not empty"
5923
4911
msgstr ""
5924
4912
 
5925
 
#: plugin/oldlibdrizzle/drizzle.cc:257 plugin/oldlibdrizzle/errmsg.cc:39
5926
 
#, c-format
5927
 
msgid "%-.100s via TCP/IP"
5928
 
msgstr "%-.100s через TCP/IP"
5929
 
 
5930
 
#: plugin/oldlibdrizzle/errmsg.cc:28
5931
 
msgid "Unknown Drizzle error"
5932
 
msgstr "Неизвестная ошибка Drizzle"
5933
 
 
5934
 
#: plugin/oldlibdrizzle/errmsg.cc:29
5935
 
#, c-format
5936
 
msgid "Can't create UNIX socket (%d)"
5937
 
msgstr "Не могу создать UNIX сокет (%d)"
5938
 
 
5939
 
#: plugin/oldlibdrizzle/errmsg.cc:30
5940
 
#, c-format
5941
 
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5942
 
msgstr ""
5943
 
"Не могу присоединиться к локальному серверу Drizzle через сокет '%-.100s' (%"
5944
 
"d)"
5945
 
 
5946
 
#: plugin/oldlibdrizzle/errmsg.cc:31
5947
 
#, c-format
5948
 
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5949
 
msgstr ""
5950
 
 
5951
 
#: plugin/oldlibdrizzle/errmsg.cc:32
5952
 
#, c-format
5953
 
msgid "Can't create TCP/IP socket (%d)"
5954
 
msgstr "Не могу создать TCP/IP сокет (%d)"
5955
 
 
5956
 
#: plugin/oldlibdrizzle/errmsg.cc:33
5957
 
#, c-format
5958
 
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5959
 
msgstr ""
5960
 
 
5961
 
#: plugin/oldlibdrizzle/errmsg.cc:34
5962
 
msgid "Drizzle server has gone away"
5963
 
msgstr "Сервер Drizzle не отвечает на запросы"
5964
 
 
5965
 
#: plugin/oldlibdrizzle/errmsg.cc:35
5966
 
#, c-format
5967
 
msgid "Protocol mismatch; server version = %d, client version = %d"
5968
 
msgstr "Несоответствие протоколов; версия сервера = %d, версия клиента = %d"
5969
 
 
5970
 
#: plugin/oldlibdrizzle/errmsg.cc:36
5971
 
msgid "Drizzle client ran out of memory"
5972
 
msgstr "Drizzle клиент исчерпал всю доступную память"
5973
 
 
5974
 
#: plugin/oldlibdrizzle/errmsg.cc:37
5975
 
msgid "Wrong host info"
5976
 
msgstr ""
5977
 
 
5978
 
#: plugin/oldlibdrizzle/errmsg.cc:38
5979
 
msgid "Localhost via UNIX socket"
5980
 
msgstr "Localhost через UNIX сокет"
5981
 
 
5982
 
#: plugin/oldlibdrizzle/errmsg.cc:40
5983
 
msgid "Error in server handshake"
5984
 
msgstr "Ошибка при установке соединения с сервером"
5985
 
 
5986
 
#: plugin/oldlibdrizzle/errmsg.cc:41
5987
 
msgid "Lost connection to Drizzle server during query"
5988
 
msgstr "Соединение с сервером Drizzle потеряно во время запроса"
5989
 
 
5990
 
#: plugin/oldlibdrizzle/errmsg.cc:42
5991
 
msgid "Commands out of sync; you can't run this command now"
5992
 
msgstr "Рассинхронизация комманд; сейчас вы не можете выполнить эту комманду"
5993
 
 
5994
 
#: plugin/oldlibdrizzle/errmsg.cc:43
5995
 
#, c-format
5996
 
msgid "Named pipe: %-.32s"
5997
 
msgstr ""
5998
 
 
5999
 
#: plugin/oldlibdrizzle/errmsg.cc:44
6000
 
#, c-format
6001
 
msgid "Can't wait for named pipe to host: %-.64s  pipe: %-.32s (%lu)"
6002
 
msgstr ""
6003
 
 
6004
 
#: plugin/oldlibdrizzle/errmsg.cc:45
6005
 
#, c-format
6006
 
msgid "Can't open named pipe to host: %-.64s  pipe: %-.32s (%lu)"
6007
 
msgstr ""
6008
 
 
6009
 
#: plugin/oldlibdrizzle/errmsg.cc:46
6010
 
#, c-format
6011
 
msgid "Can't set state of named pipe to host: %-.64s  pipe: %-.32s (%lu)"
6012
 
msgstr ""
6013
 
 
6014
 
#: plugin/oldlibdrizzle/errmsg.cc:47
6015
 
#, c-format
6016
 
msgid "Can't initialize character set %-.32s (path: %-.100s)"
6017
 
msgstr "Не могу инициализировать character set %-.32s (path: %-.100s)"
6018
 
 
6019
 
#: plugin/oldlibdrizzle/errmsg.cc:48
6020
 
msgid "Got packet bigger than 'max_allowed_packet' bytes"
6021
 
msgstr "Получен пакет больше чем 'max_allowed_packet' байт"
6022
 
 
6023
 
#: plugin/oldlibdrizzle/errmsg.cc:49
6024
 
msgid "Embedded server"
6025
 
msgstr "Встроенный сервер"
6026
 
 
6027
 
#: plugin/oldlibdrizzle/errmsg.cc:50
6028
 
msgid "Error on SHOW SLAVE STATUS:"
6029
 
msgstr ""
6030
 
 
6031
 
#: plugin/oldlibdrizzle/errmsg.cc:51
6032
 
msgid "Error on SHOW SLAVE HOSTS:"
6033
 
msgstr ""
6034
 
 
6035
 
#: plugin/oldlibdrizzle/errmsg.cc:52
6036
 
msgid "Error connecting to slave:"
6037
 
msgstr "Ошибка при соединении к слейву:"
6038
 
 
6039
 
#: plugin/oldlibdrizzle/errmsg.cc:53
6040
 
msgid "Error connecting to master:"
6041
 
msgstr "Ошибка при соединении к мастеру:"
6042
 
 
6043
 
#: plugin/oldlibdrizzle/errmsg.cc:54
6044
 
msgid "SSL connection error"
6045
 
msgstr "Ошибка SSL-соединения"
6046
 
 
6047
 
#: plugin/oldlibdrizzle/errmsg.cc:55
6048
 
msgid "Malformed packet"
6049
 
msgstr "Неверный пакет"
6050
 
 
6051
 
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
6052
 
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
6053
 
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
6054
 
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
6055
 
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
6056
 
msgid "(unused error message)"
6057
 
msgstr "(неиспользуемое сообщение об ошибке)"
6058
 
 
6059
 
#: plugin/oldlibdrizzle/errmsg.cc:57
6060
 
msgid "Invalid use of null pointer"
6061
 
msgstr "Неверное использование null указателя"
6062
 
 
6063
 
#: plugin/oldlibdrizzle/errmsg.cc:58
6064
 
msgid "Statement not prepared"
6065
 
msgstr ""
6066
 
 
6067
 
#: plugin/oldlibdrizzle/errmsg.cc:59
6068
 
msgid "No data supplied for parameters in prepared statement"
6069
 
msgstr ""
6070
 
 
6071
 
#: plugin/oldlibdrizzle/errmsg.cc:60
6072
 
msgid "Data truncated"
6073
 
msgstr "Данные усечены"
6074
 
 
6075
 
#: plugin/oldlibdrizzle/errmsg.cc:61
6076
 
msgid "No parameters exist in the statement"
6077
 
msgstr ""
6078
 
 
6079
 
#: plugin/oldlibdrizzle/errmsg.cc:62
6080
 
msgid "Invalid parameter number"
6081
 
msgstr "Неверное количество параметров"
6082
 
 
6083
 
#: plugin/oldlibdrizzle/errmsg.cc:63
6084
 
#, c-format
6085
 
msgid ""
6086
 
"Can't send long data for non-string/non-binary data types (parameter: %d)"
6087
 
msgstr ""
6088
 
 
6089
 
#: plugin/oldlibdrizzle/errmsg.cc:65
6090
 
#, c-format
6091
 
msgid "Using unsupported buffer type: %d  (parameter: %d)"
6092
 
msgstr ""
6093
 
 
6094
 
#: plugin/oldlibdrizzle/errmsg.cc:66
6095
 
#, c-format
6096
 
msgid "Shared memory: %-.100s"
6097
 
msgstr ""
6098
 
 
6099
 
#: plugin/oldlibdrizzle/errmsg.cc:76
6100
 
msgid "Wrong or unknown protocol"
6101
 
msgstr "Неверный или неизвестный протокол"
6102
 
 
6103
 
#: plugin/oldlibdrizzle/errmsg.cc:77
6104
 
msgid "Invalid connection handle"
6105
 
msgstr ""
6106
 
 
6107
 
#: plugin/oldlibdrizzle/errmsg.cc:78
6108
 
msgid ""
6109
 
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6110
 
"option 'secure_auth' enabled)"
6111
 
msgstr ""
6112
 
"Отклонено соединение, использующее старый (до 4.1.1) протокол аутентификации "
6113
 
"- клиент включил опцию  'secure_auth'"
6114
 
 
6115
 
#: plugin/oldlibdrizzle/errmsg.cc:80
6116
 
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6117
 
msgstr ""
6118
 
 
6119
 
#: plugin/oldlibdrizzle/errmsg.cc:81
6120
 
msgid "Attempt to read column without prior row fetch"
6121
 
msgstr "Попытка прочитать колонку без предварительной обработки строки."
6122
 
 
6123
 
#: plugin/oldlibdrizzle/errmsg.cc:82
6124
 
msgid "Prepared statement contains no metadata"
6125
 
msgstr ""
6126
 
 
6127
 
#: plugin/oldlibdrizzle/errmsg.cc:83
6128
 
msgid ""
6129
 
"Attempt to read a row while there is no result set associated with the "
6130
 
"statement"
6131
 
msgstr ""
6132
 
"Попытка прочитать строку в то время как отсутствовал результат "
6133
 
"ассоциированный с командой."
6134
 
 
6135
 
#: plugin/oldlibdrizzle/errmsg.cc:85
6136
 
msgid "This feature is not implemented yet"
6137
 
msgstr "Эта функциональная возможность еще не реализована"
6138
 
 
6139
 
#: plugin/oldlibdrizzle/errmsg.cc:86
6140
 
#, c-format
6141
 
msgid ""
6142
 
"Lost connection to Drizzle server while waiting for initial communication "
6143
 
"packet, system error: %d"
6144
 
msgstr ""
6145
 
"Потеряно соединение с сервером Drizzle во время ожидания первоначального "
6146
 
"пакета, системная ошибка: %d"
6147
 
 
6148
 
#: plugin/oldlibdrizzle/errmsg.cc:88
6149
 
#, c-format
6150
 
msgid ""
6151
 
"Lost connection to Drizzle server while reading initial communication "
6152
 
"packet, system error: %d"
6153
 
msgstr ""
6154
 
"Потеряно соединение с сервером Drizzle во время получения первоначального "
6155
 
"пакета, системная ошибка: %d"
6156
 
 
6157
 
#: plugin/oldlibdrizzle/errmsg.cc:90
6158
 
#, c-format
6159
 
msgid ""
6160
 
"Lost connection to Drizzle server while sending authentication information, "
6161
 
"system error: %d"
6162
 
msgstr ""
6163
 
"Потеряно соединение с сервером Drizzle во время отправки аутентификационной "
6164
 
"информации, системная ошибка: %d"
6165
 
 
6166
 
#: plugin/oldlibdrizzle/errmsg.cc:92
6167
 
#, c-format
6168
 
msgid ""
6169
 
"Lost connection to Drizzle server while reading authorization information, "
6170
 
"system error: %d"
6171
 
msgstr ""
6172
 
"Потеряно соединение с сервером Drizzle во время получения аутентификационной "
6173
 
"информации, системная ошибка: %d"
6174
 
 
6175
 
#: plugin/oldlibdrizzle/errmsg.cc:94
6176
 
#, c-format
6177
 
msgid ""
6178
 
"Lost connection to Drizzle server while setting initial database, system "
6179
 
"error: %d"
6180
 
msgstr ""
6181
 
"Потеряно соединение с сервером Drizzle во время установки начальной базы "
6182
 
"данных, системная ошибка: %d"
6183
 
 
6184
 
#: plugin/oldlibdrizzle/errmsg.cc:96
6185
 
#, c-format
6186
 
msgid "Statement closed indirectly because of a preceding %s() call"
6187
 
msgstr ""
6188
 
"Команда была опосредованно прекращена в результате вызова предшедствующего %s"
6189
 
"() вызова."
6190
 
 
6191
 
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:829
6192
 
msgid "Connect Timeout."
6193
 
msgstr ""
6194
 
 
6195
 
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:832
6196
 
msgid "Read Timeout."
6197
 
msgstr ""
6198
 
 
6199
 
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:834
6200
 
msgid "Write Timeout."
6201
 
msgstr ""
6202
 
 
6203
 
#: plugin/oldlibdrizzle/oldlibdrizzle.cc:836
6204
 
msgid "Retry Count."
6205
 
msgstr ""
6206
 
 
6207
 
#: plugin/pool_of_threads/pool_of_threads.cc:237
6208
 
msgid "event_add error in libevent_add_session_callback\n"
6209
 
msgstr "event_add error в libevent_add_session_callback\n"
6210
 
 
6211
 
#: plugin/pool_of_threads/pool_of_threads.cc:403
6212
 
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6213
 
msgstr "init_pipe(session_add_pipe) ошибка в libevent_init\n"
6214
 
 
6215
 
#: plugin/pool_of_threads/pool_of_threads.cc:410
6216
 
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6217
 
msgstr "init_pipe(session_kill_pipe) ошибка в libevent_init\n"
6218
 
 
6219
 
#: plugin/pool_of_threads/pool_of_threads.cc:422
6220
 
msgid "session_add_event event_add error in libevent_init\n"
6221
 
msgstr "session_add_event event_add ошибка в libevent_init\n"
6222
 
 
6223
 
#: plugin/pool_of_threads/pool_of_threads.cc:435
6224
 
#, c-format
6225
 
msgid "Can't create completion port thread (error %d)"
6226
 
msgstr ""
6227
 
 
6228
 
#: plugin/pool_of_threads/pool_of_threads.cc:527
6229
 
msgid "libevent_thread_proc: my_thread_init() failed\n"
6230
 
msgstr ""
6231
 
 
6232
 
#: plugin/pool_of_threads/pool_of_threads.cc:725
6233
 
msgid "Size of Pool."
6234
 
msgstr "Объём памяти."
6235
 
 
6236
 
#: plugin/signal_handler/signal_handler.cc:214
 
4913
#, fuzzy
 
4914
msgid ""
 
4915
"Port number to use for connection or 0 for default to with MySQL protocol."
 
4916
msgstr ""
 
4917
"Номер порта для соединения или 0 для порта по умолчанию, в порядке "
 
4918
"предпочтения, drizzle.cnf, $DRIZZLE_TCP_PORT, "
 
4919
 
6237
4920
#, c-format
6238
4921
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6239
4922
msgstr "Прерывание не возможно (ошибка %d, No. ошибки: %d)"
6240
4923
 
 
4924
#, c-format
 
4925
msgid "Failed to open transaction log file %s.  Got error: %s\n"
 
4926
msgstr ""
 
4927
 
 
4928
#, c-format
 
4929
msgid ""
 
4930
"Failed to allocate enough memory to buffer header, transaction message, and "
 
4931
"trailing checksum bytes. Tried to allocate %<PRId64> bytes.  Error: %s\n"
 
4932
msgstr ""
 
4933
 
 
4934
#, c-format
 
4935
msgid ""
 
4936
"Failed to write full size of transaction.  Tried to write %<PRId64> bytes at "
 
4937
"offset %<PRId64>, but only wrote %<PRId32> bytes.  Error: %s\n"
 
4938
msgstr ""
 
4939
 
 
4940
#, c-format
 
4941
msgid "Failed to sync log file. Got error: %s\n"
 
4942
msgstr ""
 
4943
 
 
4944
msgid "Enable transaction log"
 
4945
msgstr ""
 
4946
 
 
4947
msgid "DEBUGGING - Truncate transaction log"
 
4948
msgstr ""
 
4949
 
 
4950
#, fuzzy
 
4951
msgid "Path to the file to use for transaction log."
 
4952
msgstr "UNIX сокет, используемый для соединения."
 
4953
 
 
4954
msgid "Enable CRC32 Checksumming"
 
4955
msgstr ""
 
4956
 
 
4957
msgid "Transaction Message Log"
 
4958
msgstr ""
 
4959
 
 
4960
#, c-format
 
4961
msgid "Unable to parse transaction. Got error: %s.\n"
 
4962
msgstr ""
 
4963
 
 
4964
#~ msgid "event_add error in libevent_add_session_callback\n"
 
4965
#~ msgstr "event_add error в libevent_add_session_callback\n"
 
4966
 
 
4967
#~ msgid "init_pipe(session_add_pipe) error in libevent_init\n"
 
4968
#~ msgstr "init_pipe(session_add_pipe) ошибка в libevent_init\n"
 
4969
 
 
4970
#~ msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
 
4971
#~ msgstr "init_pipe(session_kill_pipe) ошибка в libevent_init\n"
 
4972
 
 
4973
#~ msgid "session_add_event event_add error in libevent_init\n"
 
4974
#~ msgstr "session_add_event event_add ошибка в libevent_init\n"
 
4975
 
 
4976
#~ msgid "Size of Pool."
 
4977
#~ msgstr "Объём памяти."
 
4978
 
6241
4979
#~ msgid "Set the default character set."
6242
4980
#~ msgstr "Установить кодировку по-умолчанию."