~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ru.po

  • Committer: Brian Aker
  • Date: 2010-03-31 23:39:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1434.
  • Revision ID: brian@gaz-20100331233912-q2zi8n0sg35kvwsm
Shift show commands to their own dictionary.

Show diffs side-by-side

added added

removed removed

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