~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ca.po

  • Committer: Monty Taylor
  • Date: 2008-11-02 03:17:55 UTC
  • mto: (520.4.45 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: monty@inaugust.com-20081102031755-cpzp7dlqoa7rcs1v
Removed a bunch of unusued tests and defines from autoconf.
Fixed the way we were doing cmath - and moved it out of global.h. Still probably
isn't right for Sun Studio, but we're getting closer I think.

Show diffs side-by-side

added added

removed removed

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