~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/cs.po

Remove dead memset call.

Show diffs side-by-side

added added

removed removed

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