180
210
"Preserve comments. Send comments to the server. The default is --skip-"
181
211
"comments (discard comments), enable with --comments"
183
#: ../client/drizzle.cc:1296
213
#: client/drizzle.cc:1300
214
msgid "Use compression in server/client protocol."
215
msgstr "Use compression in server/client protocol."
217
#: client/drizzle.cc:1303
218
msgid "Check memory and open file usage at exit ."
219
msgstr "Check memory and open file usage at exit ."
221
#: client/drizzle.cc:1306
222
msgid "Print some debug info at exit."
223
msgstr "Print some debug info at exit."
225
#: client/drizzle.cc:1308
226
msgid "Database to use."
227
msgstr "Database to use."
229
#: client/drizzle.cc:1311
233
#: client/drizzle.cc:1313
234
msgid "Delimiter to be used."
235
msgstr "Delimiter to be used."
237
#: client/drizzle.cc:1315
238
msgid "Execute command and quit. (Disables --force and history file)"
239
msgstr "Execute command and quit. (Disables --force and history file)"
241
#: client/drizzle.cc:1317
184
242
msgid "Print the output of a query (rows) vertically."
185
243
msgstr "Print the output of a query (rows) vertically."
187
#: ../client/drizzle.cc:1298
245
#: client/drizzle.cc:1320
188
246
msgid "Continue even if we get an sql error."
189
247
msgstr "Continue even if we get an sql error."
191
#: ../client/drizzle.cc:1300
194
"Enable named commands. Named commands mean this program's internal commands; "
195
"see drizzle> help . When enabled, the named commands can be used from any "
196
"line of the query, otherwise only from the first line, before an enter."
198
"Enable named commands. Named commands mean this program's internal commands; "
199
"see drizzle> help . When enabled, the named commands can be used from any "
200
"line of the query, otherwise only from the first line, before an enter. "
201
"Disable with --disable-named-commands. This option is disabled by default."
203
#: ../client/drizzle.cc:1302
249
#: client/drizzle.cc:1324
251
"Enable named commands. Named commands mean this program's internal commands; "
252
"see drizzle> help . When enabled, the named commands can be used from any "
253
"line of the query, otherwise only from the first line, before an enter. "
254
"Disable with --disable-named-commands. This option is disabled by default."
256
"Enable named commands. Named commands mean this program's internal commands; "
257
"see drizzle> help . When enabled, the named commands can be used from any "
258
"line of the query, otherwise only from the first line, before an enter. "
259
"Disable with --disable-named-commands. This option is disabled by default."
261
#: client/drizzle.cc:1328
263
"Named commands are disabled. Use \\* form only, or use named commands only "
264
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
265
"the client now starts with this option ENABLED by default! Disable with '-"
266
"G'. Long format commands still work from the first line. WARNING: option "
267
"deprecated; use --disable-named-commands instead."
269
"Named commands are disabled. Use \\* form only, or use named commands only "
270
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
271
"the client now starts with this option ENABLED by default! Disable with '-"
272
"G'. Long format commands still work from the first line. WARNING: option "
273
"deprecated; use --disable-named-commands instead."
275
#: client/drizzle.cc:1330
276
msgid "Ignore space after function names."
277
msgstr "Ignore space after function names."
279
#: client/drizzle.cc:1332
280
msgid "Enable/disable LOAD DATA LOCAL INFILE."
281
msgstr "Enable/disable LOAD DATA LOCAL INFILE."
283
#: client/drizzle.cc:1335
204
284
msgid "Turn off beep on error."
205
285
msgstr "Turn off beep on error."
207
#: ../client/drizzle.cc:1303
209
msgid "Do not write line numbers for errors."
287
#: client/drizzle.cc:1337 client/drizzleadmin.cc:77
288
msgid "Connect to host."
289
msgstr "Connect to host."
291
#: client/drizzle.cc:1339
292
msgid "Write line numbers for errors."
210
293
msgstr "Write line numbers for errors."
212
#: ../client/drizzle.cc:1304
214
msgid "Do not write column names in results."
295
#: client/drizzle.cc:1342
297
"Don't write line number for errors. WARNING: -L is deprecated, use long "
298
"version of this option instead."
300
"Don't write line number for errors. WARNING: -L is deprecated, use long "
301
"version of this option instead."
303
#: client/drizzle.cc:1344
304
msgid "Flush buffer after each query."
305
msgstr "Flush buffer after each query."
307
#: client/drizzle.cc:1346
308
msgid "Write column names in results."
215
309
msgstr "Write column names in results."
217
#: ../client/drizzle.cc:1306
219
"Don't write column names in results. WARNING: -N is deprecated, use long "
220
"version of this options instead."
222
"Don't write column names in results. WARNING: -N is deprecated, use long "
223
"version of this options instead."
225
#: ../client/drizzle.cc:1308
227
"Change the value of a variable. Please note that this option is deprecated; "
228
"you can set variables directly with --variable-name=value."
230
"Change the value of a variable. Please note that this option is deprecated; "
231
"you can set variables directly with --variable-name=value."
233
#: ../client/drizzle.cc:1310
311
#: client/drizzle.cc:1350
313
"Don't write column names in results. WARNING: -N is deprecated, use long "
314
"version of this options instead."
316
"Don't write column names in results. WARNING: -N is deprecated, use long "
317
"version of this options instead."
319
#: client/drizzle.cc:1353
321
"Change the value of a variable. Please note that this option is deprecated; "
322
"you can set variables directly with --variable-name=value."
324
"Change the value of a variable. Please note that this option is deprecated; "
325
"you can set variables directly with --variable-name=value."
327
#: client/drizzle.cc:1355
328
msgid "Ignore SIGINT (CTRL-C)"
329
msgstr "Ignore SIGINT (CTRL-C)"
331
#: client/drizzle.cc:1359
333
"Only update the default database. This is useful for skipping updates to "
334
"other database in the update log."
336
"Only update the default database. This is useful for skipping updates to "
337
"other database in the update log."
339
#: client/drizzle.cc:1362
341
"Pager to use to display results. If you don't supply an option the default "
342
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
343
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
344
"work in batch mode. Disable with --disable-pager. This option is disabled by "
347
"Pager to use to display results. If you don't supply an option the default "
348
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
349
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
350
"work in batch mode. Disable with --disable-pager. This option is disabled by "
353
#: client/drizzle.cc:1365
355
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
356
"option deprecated; use --disable-pager instead."
358
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
359
"option deprecated; use --disable-pager instead."
361
#: client/drizzle.cc:1368 client/drizzleadmin.cc:80
363
"Password to use when connecting to server. If password is not given it's "
364
"asked from the tty."
366
"Password to use when connecting to server. If password is not given it's "
367
"asked from the tty."
369
#: client/drizzle.cc:1370
371
"Port number to use for connection or 0 for default to, in order of "
372
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
375
#: client/drizzle.cc:1371
376
msgid "built-in default"
377
msgstr "built-in default"
379
#: client/drizzle.cc:1374
380
msgid "Set the drizzle prompt to this value."
381
msgstr "Set the drizzle prompt to this value."
383
#: client/drizzle.cc:1377
384
msgid "The protocol of connection (tcp,socket,pipe,memory)."
385
msgstr "The protocol of connection (tcp,socket,pipe,memory)."
387
#: client/drizzle.cc:1380
389
"Don't cache result, print it row by row. This may slow down the server if "
390
"the output is suspended. Doesn't use history file."
392
"Don't cache result, print it row by row. This may slow down the server if "
393
"the output is suspended. Doesn't use history file."
395
#: client/drizzle.cc:1382
396
msgid "Write fields without conversion. Used with --batch."
397
msgstr "Write fields without conversion. Used with --batch."
399
#: client/drizzle.cc:1385
401
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
402
"option is enabled by default."
404
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
405
"option is enabled by default."
407
#: client/drizzle.cc:1387
409
"Be more silent. Print results with a tab as separator, each row on new line."
411
"Be more silent. Print results with a tab as separator, each row on new line."
413
#: client/drizzle.cc:1389
414
msgid "Socket file to use for connection."
415
msgstr "Socket file to use for connection."
417
#: client/drizzle.cc:1392
234
418
msgid "Output in table format."
235
419
msgstr "Output in table format."
237
#: ../client/drizzle.cc:1312
421
#: client/drizzle.cc:1395
423
"Append everything into outfile. See interactive help (\\h) also. Does not "
424
"work in batch mode. Disable with --disable-tee. This option is disabled by "
427
"Append everything into outfile. See interactive help (\\h) also. Does not "
428
"work in batch mode. Disable with --disable-tee. This option is disabled by "
431
#: client/drizzle.cc:1397
433
"Disable outfile. See interactive help (\\h) also. WARNING: option "
434
"deprecated; use --disable-tee instead"
436
"Disable outfile. See interactive help (\\h) also. WARNING: option "
437
"deprecated; use --disable-tee instead"
439
#: client/drizzle.cc:1400 client/drizzleadmin.cc:90
440
msgid "User for login if not current user."
441
msgstr "User for login if not current user."
443
#: client/drizzle.cc:1403
238
444
msgid "Only allow UPDATE and DELETE that uses keys."
239
445
msgstr "Only allow UPDATE and DELETE that uses keys."
241
#: ../client/drizzle.cc:1314
447
#: client/drizzle.cc:1406
242
448
msgid "Synonym for option --safe-updates, -U."
243
449
msgstr "Synonym for option --safe-updates, -U."
245
#: ../client/drizzle.cc:1316
246
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
247
msgstr "-v vvv implies that verbose= 3, Used to specify verbose"
451
#: client/drizzle.cc:1409
452
msgid "Write more. (-v -v -v gives the table output format)."
453
msgstr "Write more. (-v -v -v gives the table output format)."
249
#: ../client/drizzle.cc:1317 ../client/drizzledump.cc:506
250
#: ../drizzled/drizzled.cc:1235
455
#: client/drizzle.cc:1411 client/drizzleadmin.cc:95 drizzled/drizzled.cc:3187
251
456
msgid "Output version information and exit."
252
457
msgstr "Output version information and exit."
254
#: ../client/drizzle.cc:1319
255
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
256
msgstr "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
258
#: ../client/drizzle.cc:1323
259
msgid "Number of lines before each import progress report."
260
msgstr "Number of lines before each import progress report."
262
#: ../client/drizzle.cc:1325
263
msgid "Ping the server to check if it's alive."
264
msgstr "Ping the server to check if it's alive."
266
#: ../client/drizzle.cc:1327 ../drizzled/drizzled.cc:1154
267
msgid "Configuration file defaults are not used if no-defaults is set"
268
msgstr "Configuration file defaults are not used if no-defaults is set"
270
#: ../client/drizzle.cc:1330 ../client/drizzledump.cc:514
271
msgid "Options specific to the drizzle client"
274
#: ../client/drizzle.cc:1333
277
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
278
"and field completion, but startup and reconnecting may take a longer time."
280
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
281
"and field completion, but startup and reconnecting may take a longer time. "
282
"Disable with --disable-auto-rehash."
284
#: ../client/drizzle.cc:1335
286
"Automatically switch to vertical output mode if the result is wider than the "
289
"Automatically switch to vertical output mode if the result is wider than the "
292
#: ../client/drizzle.cc:1337
293
msgid "Database to use."
294
msgstr "Database to use."
296
#: ../client/drizzle.cc:1339
300
#: ../client/drizzle.cc:1341
301
msgid "Delimiter to be used."
302
msgstr "Delimiter to be used."
304
#: ../client/drizzle.cc:1343
305
msgid "Execute command and quit. (Disables --force and history file)"
306
msgstr "Execute command and quit. (Disables --force and history file)"
308
#: ../client/drizzle.cc:1345
310
msgid "Enable LOAD DATA LOCAL INFILE."
311
msgstr "Enable/disable LOAD DATA LOCAL INFILE."
313
#: ../client/drizzle.cc:1347
314
msgid "Flush buffer after each query."
315
msgstr "Flush buffer after each query."
317
#: ../client/drizzle.cc:1349
318
msgid "Ignore SIGINT (CTRL-C)"
319
msgstr "Ignore SIGINT (CTRL-C)"
321
#: ../client/drizzle.cc:1351
323
"Only update the default database. This is useful for skipping updates to "
324
"other database in the update log."
326
"Only update the default database. This is useful for skipping updates to "
327
"other database in the update log."
329
#: ../client/drizzle.cc:1353
331
"Pager to use to display results. If you don't supply an option the default "
332
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
333
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
334
"work in batch mode. Disable with --disable-pager. This option is disabled by "
337
"Pager to use to display results. If you don't supply an option the default "
338
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
339
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
340
"work in batch mode. Disable with --disable-pager. This option is disabled by "
343
#: ../client/drizzle.cc:1355
344
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
345
msgstr "Disable pager and print to stdout. See interactive help (\\h) also."
347
#: ../client/drizzle.cc:1357
348
msgid "Set the drizzle prompt to this value."
349
msgstr "Set the drizzle prompt to this value."
351
#: ../client/drizzle.cc:1359
353
"Don't cache result, print it row by row. This may slow down the server if "
354
"the output is suspended. Doesn't use history file."
356
"Don't cache result, print it row by row. This may slow down the server if "
357
"the output is suspended. Doesn't use history file."
359
#: ../client/drizzle.cc:1361
360
msgid "Write fields without conversion. Used with --batch."
361
msgstr "Write fields without conversion. Used with --batch."
363
#: ../client/drizzle.cc:1362
365
msgid "Do not reconnect if the connection is lost."
366
msgstr "Got a read error from the connection pipe"
368
#: ../client/drizzle.cc:1364
369
msgid "Shutdown the server"
370
msgstr "Shutdown the server"
372
#: ../client/drizzle.cc:1365
374
"Be more silent. Print results with a tab as separator, each row on new line."
376
"Be more silent. Print results with a tab as separator, each row on new line."
378
#: ../client/drizzle.cc:1367
380
"Append everything into outfile. See interactive help (\\h) also. Does not "
381
"work in batch mode. Disable with --disable-tee. This option is disabled by "
384
"Append everything into outfile. See interactive help (\\h) also. Does not "
385
"work in batch mode. Disable with --disable-tee. This option is disabled by "
388
#: ../client/drizzle.cc:1369
389
msgid "Disable outfile. See interactive help (\\h) also."
390
msgstr "Disable outfile. See interactive help (\\h) also."
392
#: ../client/drizzle.cc:1371
459
#: client/drizzle.cc:1413 client/drizzleadmin.cc:97
460
msgid "Wait and retry if connection is down."
461
msgstr "Wait and retry if connection is down."
463
#: client/drizzle.cc:1416
393
464
msgid "Number of seconds before connection timeout."
394
465
msgstr "Number of seconds before connection timeout."
396
#: ../client/drizzle.cc:1373
397
msgid "Max length of input line"
398
msgstr "Max length of input line"
400
#: ../client/drizzle.cc:1375
467
#: client/drizzle.cc:1421
468
msgid "Max packet length to send to, or receive from server"
469
msgstr "Max packet length to send to, or receive from server"
471
#: client/drizzle.cc:1426
472
msgid "Buffer for TCP/IP and socket communication"
473
msgstr "Buffer for TCP/IP and socket communication"
475
#: client/drizzle.cc:1430
401
476
msgid "Automatic limit for SELECT when using --safe-updates"
402
477
msgstr "Automatic limit for SELECT when using --safe-updates"
404
#: ../client/drizzle.cc:1377
479
#: client/drizzle.cc:1435
405
480
msgid "Automatic limit for rows in a join when using --safe-updates"
406
481
msgstr "Automatic limit for rows in a join when using --safe-updates"
408
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
409
msgid "Options specific to the client"
412
#: ../client/drizzle.cc:1383
413
msgid "Connect to host"
414
msgstr "Connect to host"
416
#: ../client/drizzle.cc:1385
418
"Password to use when connecting to server. If password is not given it's "
419
"asked from the tty."
421
"Password to use when connecting to server. If password is not given it's "
422
"asked from the tty."
424
#: ../client/drizzle.cc:1387
426
"Port number to use for connection or 0 for default to, in order of "
427
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
429
"Port number to use for connection or 0 for default to, in order of "
430
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
432
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
433
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
434
msgid "User for login if not current user."
435
msgstr "User for login if not current user."
437
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
438
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
440
msgid "The protocol of connection (mysql or drizzle)."
441
msgstr "The protocol of connection (tcp,socket,pipe,memory)."
443
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
444
msgid "Allowed Options"
447
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
449
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
450
msgstr "Memory allocation error while constructing initial prompt. Aborting.\n"
452
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
483
#: client/drizzle.cc:1439
484
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
485
msgstr "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
487
#: client/drizzle.cc:1444
488
msgid "Show progress during an import."
491
#: client/drizzle.cc:1455
493
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
494
msgstr "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
496
#: client/drizzle.cc:1462
499
"Copyright (C) 2008 Sun Microsystems\n"
500
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
501
"and you are welcome to modify and redistribute it under the GPL license\n"
504
#: client/drizzle.cc:1467
506
msgid "Usage: %s [OPTIONS] [database]\n"
507
msgstr "Usage: %s [OPTIONS] [database]\n"
509
#: client/drizzle.cc:1499
453
510
msgid "DELIMITER cannot contain a backslash character"
454
511
msgstr "DELIMITER cannot contain a backslash character"
456
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
457
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
458
#: ../client/drizzletest.cc:5659
460
msgid "Error: Unknown protocol"
461
msgstr "Wrong or unknown protocol"
463
#: ../client/drizzle.cc:1627
465
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
466
msgstr "Error: Value of %<PRIu32> supplied for port is not valid.\n"
468
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
470
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
471
msgstr "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
473
#: ../client/drizzle.cc:1679
476
"Copyright (C) 2008 Sun Microsystems\n"
477
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
478
"and you are welcome to modify and redistribute it under the GPL license\n"
480
"Copyright (C) 2008 Sun Microsystems\n"
481
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
482
"and you are welcome to modify and redistribute it under the GPL license\n"
484
#: ../client/drizzle.cc:1684
486
msgid "Usage: drizzle [OPTIONS] [schema]\n"
487
msgstr "Usage: drizzle [OPTIONS] [database]\n"
489
#: ../client/drizzle.cc:1738
491
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
492
msgstr "Welcome to the Drizzle client.. Commands end with ; or \\g."
494
#: ../client/drizzle.cc:1747
497
"Your Drizzle connection id is %u\n"
498
"Connection protocol: %s\n"
499
"Server version: %s\n"
501
"Your Drizzle connection id is %u\n"
502
"Server version: %s\n"
504
#: ../client/drizzle.cc:1781
506
msgid "Reading history-file %s\n"
507
msgstr "Reading history-file %s\n"
509
#: ../client/drizzle.cc:1785
511
msgid "Couldn't allocate memory for temp histfile!\n"
512
msgstr "Couldn't allocate memory for temp histfile!\n"
514
#: ../client/drizzle.cc:1792
515
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
516
msgstr "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
518
#: ../client/drizzle.cc:1802
522
#: ../client/drizzle.cc:1815
524
msgid "Writing history-file %s\n"
525
msgstr "Writing history-file %s\n"
527
#: ../client/drizzle.cc:1823
531
#: ../client/drizzle.cc:1823
535
#: ../client/drizzle.cc:1873
536
msgid "Query aborted by Ctrl+C\n"
537
msgstr "Query aborted by Ctrl+C\n"
539
#: ../client/drizzle.cc:1957
513
#: client/drizzle.cc:1520
515
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
516
msgstr "WARNING: option deprecated; use --disable-tee instead.\n"
518
#: client/drizzle.cc:1543
520
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
521
msgstr "WARNING: option deprecated; use --disable-pager instead.\n"
523
#: client/drizzle.cc:1547
525
msgid "WARNING: --server-arg option not supported in this configuration.\n"
526
msgstr "WARNING: --server-arg option not supported in this configuration.\n"
528
#: client/drizzle.cc:1703
541
530
msgid "Processing line: %<PRIu32>\n"
542
msgstr "Processing line: %<PRIu32>\n"
544
#: ../client/drizzle.cc:2175
545
msgid "Unknown command: "
546
msgstr "Unknown command: "
548
#: ../client/drizzle.cc:2346
549
msgid "Not found a delimiter within max_input_line of input"
552
#: ../client/drizzle.cc:2592
533
#: client/drizzle.cc:1919
535
msgid "Unknown command '\\%c'."
536
msgstr "Unknown command '\\%c'."
538
#: client/drizzle.cc:2343
554
540
"Reading table information for completion of table and column names\n"
555
"You can turn off this feature to get a quicker startup with -A\n"
541
" You can turn off this feature to get a quicker startup with -A\n"
558
544
"Reading table information for completion of table and column names\n"
559
"You can turn off this feature to get a quicker start-up with -A\n"
545
" You can turn off this feature to get a quicker startup with -A\n"
562
#: ../client/drizzle.cc:2631
548
#: client/drizzle.cc:2440
563
549
msgid "No connection. Trying to reconnect..."
564
550
msgstr "No connection. Trying to reconnect..."
566
#: ../client/drizzle.cc:2637
552
#: client/drizzle.cc:2446
567
553
msgid "Can't connect to the server\n"
568
554
msgstr "Can't connect to the server\n"
570
#: ../client/drizzle.cc:2721
556
#: client/drizzle.cc:2503
560
#: client/drizzle.cc:2503
564
#: client/drizzle.cc:2555
567
msgstr "Name: '%s'\n"
569
#: client/drizzle.cc:2556
578
#: client/drizzle.cc:2558
587
#: client/drizzle.cc:2571
588
msgid "Many help items for your request exist."
589
msgstr "Many help items for your request exist."
591
#: client/drizzle.cc:2572
593
"To make a more specific request, please type 'help <item>',\n"
594
"where <item> is one of the following"
596
"To make a more specific request, please type 'help <item>',\n"
597
"where <item> is one of the following"
599
#: client/drizzle.cc:2578
601
msgid "You asked for help about help category: '%s'\n"
602
msgstr "You asked for help about help category: '%s'\n"
604
#: client/drizzle.cc:2579
606
"For more information, type 'help <item>', where <item> is one of the "
609
"For more information, type 'help <item>', where <item> is one of the "
612
#: client/drizzle.cc:2592
620
#: client/drizzle.cc:2593
621
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
623
"Please try to run 'help contents' for a list of all accessible topics\n"
625
#: client/drizzle.cc:2615
571
626
msgid "List of all Drizzle commands:"
572
627
msgstr "List of all Drizzle commands:"
574
#: ../client/drizzle.cc:2725
577
"Note that all text commands must be first on line and end with '%s' or \\g"
629
#: client/drizzle.cc:2617
630
msgid "Note that all text commands must be first on line and end with ';'"
578
631
msgstr "Note that all text commands must be first on line and end with ';'"
580
#: ../client/drizzle.cc:2783
633
#: client/drizzle.cc:2629
636
"For server side help, type 'help contents'\n"
639
"For server side help, type 'help contents'\n"
641
#: client/drizzle.cc:2670
581
642
msgid "No query specified\n"
582
643
msgstr "No query specified\n"
584
#: ../client/drizzle.cc:2798
645
#: client/drizzle.cc:2685
585
646
msgid "Ignoring query to other database"
586
647
msgstr "Ignoring query to other database"
588
#: ../client/drizzle.cc:2848
649
#: client/drizzle.cc:2734
589
650
msgid "Empty set"
590
651
msgstr "Empty set"
592
#: ../client/drizzle.cc:2861
653
#: client/drizzle.cc:2747
594
655
msgid "%ld row in set"
595
656
msgid_plural "%ld rows in set"
596
657
msgstr[0] "%ld row in set"
597
658
msgstr[1] "%ld rows in set"
599
#: ../client/drizzle.cc:2870
660
#: client/drizzle.cc:2756
601
662
msgstr "Query OK"
603
#: ../client/drizzle.cc:2872
664
#: client/drizzle.cc:2758
605
666
msgid "Query OK, %ld row affected"
606
667
msgid_plural "Query OK, %ld rows affected"
607
668
msgstr[0] "Query OK, %ld row affected"
608
669
msgstr[1] "Query OK, %ld rows affected"
610
#: ../client/drizzle.cc:2944
611
msgid "popen() failed! defaulting PAGER to stdout!\n"
614
#: ../client/drizzle.cc:2966
616
msgid "Error logging to file '%s'\n"
617
msgstr "Enable logging to CSV file"
619
#: ../client/drizzle.cc:2971
621
msgid "Logging to file '%s'\n"
622
msgstr "Reading history-file %s\n"
624
#: ../client/drizzle.cc:3055
633
"Collation: %s (%u)\n"
641
#: ../client/drizzle.cc:3522
643
msgid "No previous outfile available, you must give a filename!\n"
646
#: ../client/drizzle.cc:3527
648
msgid "Currently logging to file '%s'\n"
649
msgstr "Enable logging to CSV file"
651
#: ../client/drizzle.cc:3547
653
msgid "No outfile specified!\n"
654
msgstr "No query specified\n"
656
#: ../client/drizzle.cc:3560
657
msgid "Outfile disabled.\n"
660
#: ../client/drizzle.cc:3587
662
msgid "Default pager wasn't set, using stdout.\n"
663
msgstr "Disable pager, print to stdout."
665
#: ../client/drizzle.cc:3607
667
msgid "PAGER set to '%s'\n"
670
#: ../client/drizzle.cc:3618
671
msgid "PAGER set to stdout\n"
674
#: ../client/drizzle.cc:3701
676
msgid "Connection id: %u"
679
#: ../client/drizzle.cc:3703
681
msgid "Current schema: %.128s\n"
682
msgstr "Unknown database '%-.192s'"
684
#: ../client/drizzle.cc:3704
689
#: ../client/drizzle.cc:3724
690
msgid "Usage: \\. <filename> | source <filename>"
693
#: ../client/drizzle.cc:3739
695
msgid "Failed to open file '%s', error: %d"
696
msgstr "Can't open file: '%-.200s' (errno: %d)"
698
#: ../client/drizzle.cc:3747
700
msgid "Can't initialize LineBuffer"
701
msgstr "Can't initialize %-.64s backup driver"
703
#: ../client/drizzle.cc:3783
704
msgid "DELIMITER must be followed by a 'delimiter' character or string"
707
#: ../client/drizzle.cc:3816
708
msgid "USE must be followed by a schema name"
711
#: ../client/drizzle.cc:3884
713
msgid "Schema changed"
714
msgstr "Database to use."
716
#: ../client/drizzle.cc:3930
718
msgid "Show warnings enabled."
719
msgstr "Show warnings after every statement."
721
#: ../client/drizzle.cc:3938
723
msgid "Show warnings disabled."
724
msgstr "Show warnings after every statement."
726
#: ../client/drizzle.cc:4088
730
"Connection id:\t\t%lu\n"
733
#: ../client/drizzle.cc:4100
735
msgid "Current schema:\t%s\n"
736
msgstr "Can't init databases"
738
#: ../client/drizzle.cc:4101
740
msgid "Current user:\t\t%s\n"
743
#: ../client/drizzle.cc:4107
744
msgid "SSL:\t\t\tNot in use"
747
#: ../client/drizzle.cc:4112
752
msgstr "Too many connections"
754
#: ../client/drizzle.cc:4119
757
"All updates ignored to this schema\n"
760
#: ../client/drizzle.cc:4122
762
msgid "Current pager:\t\t%s\n"
765
#: ../client/drizzle.cc:4123
767
msgid "Using outfile:\t\t'%s'\n"
770
#: ../client/drizzle.cc:4124
772
msgid "Using delimiter:\t%s\n"
775
#: ../client/drizzle.cc:4125
777
msgid "Server version:\t\t%s\n"
780
#: ../client/drizzle.cc:4126
782
msgid "Protocol:\t\t%s\n"
783
msgstr "-- Connecting to %s...\n"
785
#: ../client/drizzle.cc:4127
787
msgid "Protocol version:\t%d\n"
790
#: ../client/drizzle.cc:4128
792
msgid "Connection:\t\t%s\n"
793
msgstr "-- Connecting to %s...\n"
795
#: ../client/drizzle.cc:4135
797
msgid "UNIX socket:\t\t%s\n"
800
#: ../client/drizzle.cc:4137
802
msgid "TCP port:\t\t%d\n"
805
#: ../client/drizzle.cc:4142
808
"Note that you are running in safe_update_mode:\n"
811
#: ../client/drizzle.cc:4144
814
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
816
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
818
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
819
" Max number of examined row combination in a join is set to: %"
824
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
671
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3053
673
"Port number to use for connection or 0 for default to, in order of "
674
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
677
#: client/drizzleadmin.cc:87
678
msgid "Silently exit if one can't connect to server."
679
msgstr "Silently exit if one can't connect to server."
681
#: client/drizzleadmin.cc:93
682
msgid "Write more information."
683
msgstr "Write more information."
685
#: client/drizzleadmin.cc:127
687
msgid "Memory allocation error while copying password. Aborting.\n"
690
#: client/drizzleadmin.cc:264
693
"connect to server at '%s' failed\n"
696
"connect to server at '%s' failed\n"
699
#: client/drizzleadmin.cc:270
701
msgid "Check that drizzled is running on %s"
702
msgstr "Check that drizzled is running on %s"
704
#: client/drizzleadmin.cc:271
706
msgid " and that the port is %d.\n"
707
msgstr " and that the port is %d.\n"
709
#: client/drizzleadmin.cc:273
711
msgid "You can check this by doing 'telnet %s %d'\n"
712
msgstr "You can check this by doing 'telnet %s %d'\n"
714
#: client/drizzleadmin.cc:284
716
msgid "Got error: %s\n"
717
msgstr "Got error: %s\n"
719
#: client/drizzleadmin.cc:291
720
msgid "Waiting for Drizzle server to answer"
721
msgstr "Waiting for Drizzle server to answer"
723
#: client/drizzleadmin.cc:324
725
msgid "shutting down drizzled...\n"
726
msgstr "shutting down drizzled...\n"
728
#: client/drizzleadmin.cc:328
730
msgid "shutdown failed; error: '%s'"
731
msgstr "shutdown failed; error: '%s'"
733
#: client/drizzleadmin.cc:335
738
#: client/drizzleadmin.cc:345
739
msgid "drizzled is alive"
740
msgstr "drizzled is alive"
742
#: client/drizzleadmin.cc:353
743
msgid "connection was down, but drizzled is now alive"
744
msgstr "connection was down, but drizzled is now alive"
746
#: client/drizzleadmin.cc:357
748
msgid "drizzled doesn't answer to ping, error: '%s'"
749
msgstr "drizzled doesn't answer to ping, error: '%s'"
751
#: client/drizzleadmin.cc:366
753
msgid "Unknown command: '%-.60s'"
754
msgstr "Unknown command: '%-.60s'"
756
#: client/drizzleadmin.cc:375
758
msgid "%s Ver %s Distrib %s, for %s on %s\n"
759
msgstr "%s Ver %s Distrib %s, for %s on %s\n"
761
#: client/drizzleadmin.cc:382
762
msgid "Copyright (C) 2000-2008 MySQL AB"
763
msgstr "Copyright (C) 2000-2008 MySQL AB"
765
#: client/drizzleadmin.cc:383
767
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
768
"and you are welcome to modify and redistribute it under the GPL license\n"
770
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
771
"and you are welcome to modify and redistribute it under the GPL license\n"
773
#: client/drizzleadmin.cc:384
774
msgid "Administration program for the drizzled daemon."
775
msgstr "Administration program for the drizzled daemon."
777
#: client/drizzleadmin.cc:385
779
msgid "Usage: %s [OPTIONS] command command....\n"
780
msgstr "Usage: %s [OPTIONS] command command....\n"
782
#: client/drizzleadmin.cc:387
784
" ping Check if server is down\n"
785
" shutdown Take server down\n"
787
" ping Check if server is down\n"
788
" shutdown Take server down\n"
790
#: libdrizzle/errmsg.c:27
791
msgid "Unknown Drizzle error"
792
msgstr "Unknown Drizzle error"
794
#: libdrizzle/errmsg.c:28
796
msgid "Can't create UNIX socket (%d)"
797
msgstr "Can't create UNIX socket (%d)"
799
#: libdrizzle/errmsg.c:29
801
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
802
msgstr "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
804
#: libdrizzle/errmsg.c:30
806
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
807
msgstr "Can't connect to Drizzle server on '%-.100s' (%d)"
809
#: libdrizzle/errmsg.c:31
811
msgid "Can't create TCP/IP socket (%d)"
812
msgstr "Can't create TCP/IP socket (%d)"
814
#: libdrizzle/errmsg.c:32
816
msgid "Unknown Drizzle server host '%-.100s' (%d)"
817
msgstr "Unknown Drizzle server host '%-.100s' (%d)"
819
#: libdrizzle/errmsg.c:33
820
msgid "Drizzle server has gone away"
821
msgstr "Drizzle server has gone away"
823
#: libdrizzle/errmsg.c:34
825
msgid "Protocol mismatch; server version = %d, client version = %d"
826
msgstr "Protocol mismatch; server version = %d, client version = %d"
828
#: libdrizzle/errmsg.c:35
829
msgid "Drizzle client ran out of memory"
830
msgstr "Drizzle client ran out of memory"
832
#: libdrizzle/errmsg.c:36
833
msgid "Wrong host info"
834
msgstr "Wrong host info"
836
#: libdrizzle/errmsg.c:37
837
msgid "Localhost via UNIX socket"
838
msgstr "Localhost via UNIX socket"
840
#: libdrizzle/errmsg.c:38
842
msgid "%-.100s via TCP/IP"
843
msgstr "%-.100s via TCP/IP"
845
#: libdrizzle/errmsg.c:39
846
msgid "Error in server handshake"
847
msgstr "Error in server handshake"
849
#: libdrizzle/errmsg.c:40
850
msgid "Lost connection to Drizzle server during query"
851
msgstr "Lost connection to Drizzle server during query"
853
#: libdrizzle/errmsg.c:41
854
msgid "Commands out of sync; you can't run this command now"
855
msgstr "Commands out of sync; you can't run this command now"
857
#: libdrizzle/errmsg.c:42
859
msgid "Named pipe: %-.32s"
860
msgstr "Named pipe: %-.32s"
862
#: libdrizzle/errmsg.c:43
864
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
865
msgstr "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
867
#: libdrizzle/errmsg.c:44
869
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
870
msgstr "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
872
#: libdrizzle/errmsg.c:45
874
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
875
msgstr "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
877
#: libdrizzle/errmsg.c:46
879
msgid "Can't initialize character set %-.32s (path: %-.100s)"
880
msgstr "Can't initialize character set %-.32s (path: %-.100s)"
882
#: libdrizzle/errmsg.c:47
883
msgid "Got packet bigger than 'max_allowed_packet' bytes"
884
msgstr "Got packet bigger than 'max_allowed_packet' bytes"
886
#: libdrizzle/errmsg.c:48
887
msgid "Embedded server"
888
msgstr "Embedded server"
890
#: libdrizzle/errmsg.c:49
891
msgid "Error on SHOW SLAVE STATUS:"
892
msgstr "Error on SHOW SLAVE STATUS:"
894
#: libdrizzle/errmsg.c:50
895
msgid "Error on SHOW SLAVE HOSTS:"
896
msgstr "Error on SHOW SLAVE HOSTS:"
898
#: libdrizzle/errmsg.c:51
899
msgid "Error connecting to slave:"
900
msgstr "Error connecting to slave:"
902
#: libdrizzle/errmsg.c:52
903
msgid "Error connecting to master:"
904
msgstr "Error connecting to master:"
906
#: libdrizzle/errmsg.c:53
907
msgid "SSL connection error"
908
msgstr "SSL connection error"
910
#: libdrizzle/errmsg.c:54
911
msgid "Malformed packet"
912
msgstr "Malformed packet"
914
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
915
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
916
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
917
#: libdrizzle/errmsg.c:74
918
msgid "(unused error message)"
919
msgstr "(unused error message)"
921
#: libdrizzle/errmsg.c:56
922
msgid "Invalid use of null pointer"
923
msgstr "Invalid use of null pointer"
925
#: libdrizzle/errmsg.c:57
926
msgid "Statement not prepared"
927
msgstr "Statement not prepared"
929
#: libdrizzle/errmsg.c:58
930
msgid "No data supplied for parameters in prepared statement"
931
msgstr "No data supplied for parameters in prepared statement"
933
#: libdrizzle/errmsg.c:59
934
msgid "Data truncated"
935
msgstr "Data truncated"
937
#: libdrizzle/errmsg.c:60
938
msgid "No parameters exist in the statement"
939
msgstr "No parameters exist in the statement"
941
#: libdrizzle/errmsg.c:61
942
msgid "Invalid parameter number"
943
msgstr "Invalid parameter number"
945
#: libdrizzle/errmsg.c:62
948
"Can't send long data for non-string/non-binary data types (parameter: %d)"
950
"Can't send long data for non-string/non-binary data types (parameter: %d)"
952
#: libdrizzle/errmsg.c:64
954
msgid "Using unsupported buffer type: %d (parameter: %d)"
955
msgstr "Using unsupported buffer type: %d (parameter: %d)"
957
#: libdrizzle/errmsg.c:65
959
msgid "Shared memory: %-.100s"
960
msgstr "Shared memory: %-.100s"
962
#: libdrizzle/errmsg.c:75
963
msgid "Wrong or unknown protocol"
964
msgstr "Wrong or unknown protocol"
966
#: libdrizzle/errmsg.c:76
967
msgid "Invalid connection handle"
968
msgstr "Invalid connection handle"
970
#: libdrizzle/errmsg.c:77
972
"Connection using old (pre-4.1.1) authentication protocol refused (client "
973
"option 'secure_auth' enabled)"
975
"Connection using old (pre-4.1.1) authentication protocol refused (client "
976
"option 'secure_auth' enabled)"
978
#: libdrizzle/errmsg.c:79
979
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
980
msgstr "Row retrieval was cancelled by drizzle_stmt_close() call"
982
#: libdrizzle/errmsg.c:80
983
msgid "Attempt to read column without prior row fetch"
984
msgstr "Attempt to read column without prior row fetch"
986
#: libdrizzle/errmsg.c:81
987
msgid "Prepared statement contains no metadata"
988
msgstr "Prepared statement contains no metadata"
990
#: libdrizzle/errmsg.c:82
992
"Attempt to read a row while there is no result set associated with the "
995
"Attempt to read a row while there is no result set associated with the "
998
#: libdrizzle/errmsg.c:84
999
msgid "This feature is not implemented yet"
1000
msgstr "This feature is not implemented yet"
1002
#: libdrizzle/errmsg.c:85
1005
"Lost connection to Drizzle server while waiting for initial communication "
1006
"packet, system error: %d"
1008
"Lost connection to Drizzle server while waiting for initial communication "
1009
"packet, system error: %d"
1011
#: libdrizzle/errmsg.c:87
1014
"Lost connection to Drizzle server while reading initial communication "
1015
"packet, system error: %d"
1017
"Lost connection to Drizzle server while reading initial communication "
1018
"packet, system error: %d"
1020
#: libdrizzle/errmsg.c:89
1023
"Lost connection to Drizzle server while sending authentication information, "
1026
"Lost connection to Drizzle server while sending authentication information, "
1029
#: libdrizzle/errmsg.c:91
1032
"Lost connection to Drizzle server while reading authorization information, "
1035
"Lost connection to Drizzle server while reading authorization information, "
1038
#: libdrizzle/errmsg.c:93
1041
"Lost connection to Drizzle server while setting initial database, system "
1044
"Lost connection to Drizzle server while setting initial database, system "
1047
#: libdrizzle/errmsg.c:95
1049
msgid "Statement closed indirectly because of a preceeding %s() call"
1050
msgstr "Statement closed indirectly because of a preceding %s() call"
1052
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
1053
msgid "Couldn't uncompress communication packet"
1056
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
1057
msgid "Got an error reading communication packets"
1060
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
1061
msgid "Got timeout reading communication packets"
1064
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
1065
msgid "Got an error writing communication packets"
1068
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
1069
msgid "Got timeout writing communication packets"
1072
#: libdrizzle/local_infile.c:189 mysys/errors.cc:52
1074
msgid "File '%s' not found (Errcode: %d)"
1075
msgstr "File '%s' not found (Errcode: %d)"
1077
#: libdrizzle/local_infile.c:220 mysys/errors.cc:26
1079
msgid "Error reading file '%s' (Errcode: %d)"
1080
msgstr "Error reading file '%s' (Errcode: %d)"
1082
#: mysys/errors.cc:25
1084
msgid "Can't create/write to file '%s' (Errcode: %d)"
1085
msgstr "Can't create/write to file '%s' (Errcode: %d)"
1087
#: mysys/errors.cc:27
1089
msgid "Error writing file '%s' (Errcode: %d)"
1090
msgstr "Error writing file '%s' (Errcode: %d)"
1092
#: mysys/errors.cc:28
1094
msgid "Error on close of '%s' (Errcode: %d)"
1095
msgstr "Error on close of '%s' (Errcode: %d)"
1097
#: mysys/errors.cc:29
1099
msgid "Out of memory (Needed %u bytes)"
1100
msgstr "Out of memory (Needed %u bytes)"
1102
#: mysys/errors.cc:30
1104
msgid "Error on delete of '%s' (Errcode: %d)"
1105
msgstr "Error on delete of '%s' (Errcode: %d)"
1107
#: mysys/errors.cc:31
1109
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1110
msgstr "Error on rename of '%s' to '%s' (Errcode: %d)"
1112
#: mysys/errors.cc:32
1114
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1115
msgstr "Unexpected eof found when reading file '%s' (Errcode: %d)"
1117
#: mysys/errors.cc:33
1119
msgid "Can't lock file (Errcode: %d)"
1120
msgstr "Can't lock file (Errcode: %d)"
1122
#: mysys/errors.cc:34
1124
msgid "Can't unlock file (Errcode: %d)"
1125
msgstr "Can't unlock file (Errcode: %d)"
1127
#: mysys/errors.cc:35
1129
msgid "Can't read dir of '%s' (Errcode: %d)"
1130
msgstr "Can't read dir of '%s' (Errcode: %d)"
1132
#: mysys/errors.cc:36
1134
msgid "Can't get stat of '%s' (Errcode: %d)"
1135
msgstr "Can't get stat of '%s' (Errcode: %d)"
1137
#: mysys/errors.cc:37
1139
msgid "Can't change size of file (Errcode: %d)"
1140
msgstr "Can't change size of file (Errcode: %d)"
1142
#: mysys/errors.cc:38
1144
msgid "Can't open stream from handle (Errcode: %d)"
1145
msgstr "Can't open stream from handle (Errcode: %d)"
1147
#: mysys/errors.cc:39
1149
msgid "Can't get working dirctory (Errcode: %d)"
1150
msgstr "Can't get working directory (Errcode: %d)"
1152
#: mysys/errors.cc:40
1154
msgid "Can't change dir to '%s' (Errcode: %d)"
1155
msgstr "Can't change dir to '%s' (Errcode: %d)"
1157
#: mysys/errors.cc:41
1159
msgid "Warning: '%s' had %d links"
1160
msgstr "Warning: '%s' had %d links"
1162
#: mysys/errors.cc:42
1164
msgid "Warning: %d files and %d streams is left open\n"
1165
msgstr "Warning: %d files and %d streams is left open\n"
1167
#: mysys/errors.cc:43
1169
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1170
msgstr "Disk is full writing '%s'. Waiting for someone to free space..."
1172
#: mysys/errors.cc:44
1174
msgid "Can't create directory '%s' (Errcode: %d)"
1175
msgstr "Can't create directory '%s' (Errcode: %d)"
1177
#: mysys/errors.cc:45
1180
"Character set '%s' is not a compiled character set and is not specified in "
1183
"Character set '%s' is not a compiled character set and is not specified in "
1186
#: mysys/errors.cc:46
1188
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1189
msgstr "Out of resources when opening file '%s' (Errcode: %d)"
1191
#: mysys/errors.cc:47
1193
msgid "Can't read value for symlink '%s' (Error %d)"
1194
msgstr "Can't read value for symlink '%s' (Error %d)"
1196
#: mysys/errors.cc:48
1198
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1199
msgstr "Can't create symlink '%s' pointing at '%s' (Error %d)"
1201
#: mysys/errors.cc:49
1203
msgid "Error on realpath() on '%s' (Error %d)"
1204
msgstr "Error on realpath() on '%s' (Error %d)"
1206
#: mysys/errors.cc:50
1208
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1209
msgstr "Can't sync file '%s' to disk (Errcode: %d)"
1211
#: mysys/errors.cc:51
1214
"Collation '%s' is not a compiled collation and is not specified in the %s "
1217
"Collation '%s' is not a compiled collation and is not specified in the %s "
1220
#: mysys/errors.cc:53
1222
msgid "File '%s' (fileno: %d) was not closed"
1223
msgstr "File '%s' (fileno: %d) was not closed"
1225
#: mysys/my_error.cc:87
1227
msgid "Unknown error %d"
1228
msgstr "Unknown error %d"
1230
#: mysys/my_getopt.cc:89
1234
#: mysys/my_getopt.cc:91
1238
#: mysys/my_getopt.cc:355
1240
msgid "%s: %s: Option '%s' used, but is disabled\n"
1241
msgstr "%s: %s: Option '%s' used, but is disabled\n"
1243
#: mysys/my_getopt.cc:356
1247
#: mysys/my_getopt.cc:356
829
#: ../client/drizzle.cc:4249
831
msgid "ERROR %d (%s): "
834
#: ../client/drizzle.cc:4251
839
#: ../client/drizzle.cc:4254
844
#: ../client/drizzle.cc:4387
848
#: ../client/drizzle.cc:4389
852
#: ../client/drizzle.cc:4395
856
#: ../client/drizzle.cc:4401
860
#: ../client/drizzle.cc:4502
864
#: ../client/drizzle.cc:4622
866
msgid "Returning to default PROMPT of %s\n"
869
#: ../client/drizzle.cc:4627
871
msgid "Memory allocation error. Not changing prompt\n"
872
msgstr "Memory allocation error while constructing initial prompt. Aborting.\n"
874
#: ../client/drizzle.cc:4632
876
msgid "PROMPT set to '%s'\n"
879
#: ../client/drizzledump.cc:229
881
msgid "Error inserting into destination database"
882
msgstr "Error connecting to slave:"
884
#: ../client/drizzledump.cc:253
886
msgid "Got errno %d on write"
887
msgstr "Got errno %d on write"
889
#: ../client/drizzledump.cc:298
892
"%s: You can't use --single-transaction and --lock-all-tables at the same "
895
"%s: You can't use --single-transaction and --lock-all-tables at the same "
898
#: ../client/drizzledump.cc:305
900
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
901
msgstr "%s: --databases or --all-databases can't be used with --tab.\n"
903
#: ../client/drizzledump.cc:373
905
msgid "-- Retrieving database structures..."
906
msgstr "-- Retrieving table structure for table %s...\n"
908
#: ../client/drizzledump.cc:485
910
"Dump all the databases. This will be same as --databases with all databases "
914
#: ../client/drizzledump.cc:487
915
msgid "Dump all the tablespaces."
918
#: ../client/drizzledump.cc:489
919
msgid "Use complete insert statements."
922
#: ../client/drizzledump.cc:491
924
"Flush logs file in server before starting dump. Note that if you dump many "
925
"databases at once (using the option --databases= or --all-databases), the "
926
"logs will be flushed for each database dumped. The exception is when using --"
927
"lock-all-tables in this case the logs will be flushed only once, "
928
"corresponding to the moment all tables are locked. So if you want your dump "
929
"and the log flush to happen at the same exact moment you should use --lock-"
930
"all-tables or --flush-logs"
933
#: ../client/drizzledump.cc:493
935
msgid "Continue even if we get an sql-error."
936
msgstr "Continue even if we get an sql error."
938
#: ../client/drizzledump.cc:494
940
msgid "Display this help message and exit."
941
msgstr "Display this help and exit."
943
#: ../client/drizzledump.cc:496
945
"Locks all tables across all databases. This is achieved by taking a global "
946
"read lock for the duration of the whole dump. Automatically turns --single-"
950
#: ../client/drizzledump.cc:498
952
"Creates a consistent snapshot by dumping all tables in a single transaction. "
953
"Works ONLY for tables stored in storage engines which support "
954
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
955
"be consistent for other storage engines. While a --single-transaction dump "
956
"is in process, to ensure a valid dump file (correct table contents), no "
957
"other connection should use the following statements: ALTER TABLE, DROP "
958
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
962
#: ../client/drizzledump.cc:500
964
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
965
"extended-insert and --disable-keys."
968
#: ../client/drizzledump.cc:501
969
msgid "Overrides option --databases (-B)."
972
#: ../client/drizzledump.cc:503
973
msgid "Number of rows before each output progress report (requires --verbose)."
975
"Number of rows before each output progress report (requires --verbose)."
977
#: ../client/drizzledump.cc:505
978
msgid "Print info about the various stages."
981
#: ../client/drizzledump.cc:507
982
msgid "Turn off Comments"
985
#: ../client/drizzledump.cc:508
987
msgid "Turn off create-options"
988
msgstr "Wrong create options"
990
#: ../client/drizzledump.cc:509
991
msgid "Turn off extended-insert"
994
#: ../client/drizzledump.cc:510
995
msgid "Turn off dump date at the end of the output"
998
#: ../client/drizzledump.cc:511
1000
msgid "Do not read from the configuration files"
1001
msgstr "Got a read error from the connection pipe"
1003
#: ../client/drizzledump.cc:517
1004
msgid "Add a 'DROP DATABASE' before each create."
1007
#: ../client/drizzledump.cc:518
1008
msgid "Do not add a 'drop table' before each create."
1011
#: ../client/drizzledump.cc:520
1013
"Give less verbose output (useful for debugging). Disables structure comments "
1014
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1015
"set-names --skip-disable-keys"
1018
#: ../client/drizzledump.cc:522
1020
"To dump several databases. Note the difference in usage; In this case no "
1021
"tables are given. All name arguments are regarded as databasenames. 'USE "
1022
"db_name;' will be included in the output."
1025
#: ../client/drizzledump.cc:524
1027
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
1028
"will not be put in the output."
1031
#: ../client/drizzledump.cc:526
1033
"Do not dump the specified table. To specify more than one table to ignore, "
1034
"use the directive multiple times, once for each table. Each table must be "
1035
"specified with both database and table names, e.g. --ignore-table=database."
1039
#: ../client/drizzledump.cc:528
1040
msgid "Insert rows with INSERT IGNORE."
1043
#: ../client/drizzledump.cc:530
1044
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
1047
#: ../client/drizzledump.cc:532
1049
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1050
"above line will be added otherwise, if --databases or --all-databases option "
1054
#: ../client/drizzledump.cc:534
1055
msgid "No row information."
1058
#: ../client/drizzledump.cc:536
1059
msgid "Use REPLACE INTO instead of INSERT INTO."
1062
#: ../client/drizzledump.cc:538
1063
msgid "Where to send output to (stdout|database"
1066
#: ../client/drizzledump.cc:540
1068
"Hostname for destination db server (requires --destination-type=database)"
1071
#: ../client/drizzledump.cc:542
1073
"Port number for destination db server (requires --destination-type=database)"
1076
#: ../client/drizzledump.cc:544
1078
"User name for destination db server (resquires --destination-type=database)"
1081
#: ../client/drizzledump.cc:546
1083
"Password for destination db server (requires --destination-type=database)"
1086
#: ../client/drizzledump.cc:548
1088
"The database in the destination db server (requires --destination-"
1089
"type=database, not for use with --all-databases)"
1092
#: ../client/drizzledump.cc:550
1094
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1098
#: ../client/drizzledump.cc:556
1099
msgid "Connect to host."
1100
msgstr "Connect to host."
1102
#: ../client/drizzledump.cc:558
1105
"Password to use when connecting to server. If password is not given it's "
1106
"solicited on the tty."
1108
"Password to use when connecting to server. If password is not given it's "
1109
"asked from the tty."
1111
#: ../client/drizzledump.cc:560
1112
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1114
msgid "Port number to use for connection."
1115
msgstr "Socket file to use for connection."
1117
#: ../client/drizzledump.cc:567
1118
msgid "Hidden Options"
1121
#: ../client/drizzledump.cc:569
1123
msgid "Used to select the database"
1124
msgstr "Path to the database root."
1126
#: ../client/drizzledump.cc:570
1127
msgid "Used to select the tables"
1130
#: ../client/drizzledump.cc:573
1131
msgid "Allowed Options + Hidden Options"
1134
#: ../client/drizzledump.cc:637
1136
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1137
msgstr "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
1139
#: ../client/drizzledump.cc:642
1141
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1142
"and you are welcome to modify and redistribute it under the GPL license\n"
1144
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1145
"and you are welcome to modify and redistribute it under the GPL license\n"
1147
#: ../client/drizzledump.cc:643
1148
msgid "Dumps definitions and data from a Drizzle database server"
1149
msgstr "Dumps definitions and data from a Drizzle database server"
1151
#: ../client/drizzledump.cc:644
1153
msgid "Usage: %s [OPTIONS] database [tables]\n"
1154
msgstr "Usage: %s [OPTIONS] database [tables]\n"
1156
#: ../client/drizzledump.cc:645
1158
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1159
msgstr "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1161
#: ../client/drizzledump.cc:647
1163
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1164
msgstr "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1166
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1167
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1169
msgid "Value supplied for port is not valid.\n"
1170
msgstr "Value supplied for port is not valid.\n"
1172
#: ../client/drizzledump.cc:743
1174
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1175
msgstr "Illegal use of option --ignore-table=<database>.<table>\n"
1177
#: ../client/drizzledump_data.cc:268
1179
msgid "-- Retrieving data for "
1180
msgstr "-- Retrieving rows...\n"
1182
#: ../client/drizzledump_data.cc:300
1184
msgid " rows dumped for table "
1185
msgstr "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
1187
#: ../client/drizzledump_data.cc:547
1189
msgid "-- Connecting to "
1190
msgstr "Connect to host"
1192
#: ../client/drizzledump_data.cc:547
1193
msgid " using protocol "
1196
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1197
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1199
msgid "Error executing query: "
1200
msgstr "Error connecting to master:"
1202
#: ../client/drizzledump_data.cc:602
1203
msgid "Could not buffer result: "
1206
#: ../client/drizzledump_data.cc:648
1208
msgid "Error: Could not set db '"
1209
msgstr "error: could not open directory: %s\n"
1211
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1212
#: ../client/drizzledump_data.cc:673
1215
msgstr "Got error: %d %s"
1217
#: ../client/drizzledump_data.cc:682
1219
msgid "-- Disconnecting from "
1220
msgstr "-- Disconnecting from %s...\n"
1222
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1223
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1225
msgid "-- Retrieving table structures for "
1226
msgstr "-- Retrieving table structure for table %s...\n"
1228
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1230
msgid "-- Retrieving fields for "
1231
msgstr "-- Retrieving rows...\n"
1233
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1235
msgid "-- Retrieving indexes for "
1236
msgstr "-- Retrieving rows...\n"
1238
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1240
msgid "-- Retrieving foreign keys for "
1241
msgstr "-- Retrieving rows...\n"
1243
#: ../client/drizzleslap.cc:2292
1245
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1248
#: ../client/drizzletest.cc:5412
1249
msgid "Error: Invalid Value for opt_max_connect_retries"
1250
msgstr "Error: Invalid Value for opt_max_connect_retries"
1252
#: ../client/drizzletest.cc:5422
1253
msgid "Error: Invalid Value for opt_tail_lines"
1254
msgstr "Error: Invalid Value for opt_tail_lines"
1256
#: ../client/drizzletest.cc:5432
1257
msgid "Error: Invalid Value for opt_sleep"
1258
msgstr "Error: Invalid Value for opt_sleep"
1260
#: ../client/drizzletest.cc:5623
1262
msgid "Could not open '%s' for reading: errno = %d"
1263
msgstr "Could not open '%s' for reading: errno = %d"
1265
#: ../client/drizzletest.cc:5628
1267
msgid "Out of memory"
1268
msgstr "Out of memory"
1270
#: ../drizzled/drizzled.cc:491
1251
#: mysys/my_getopt.cc:459
1253
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1254
msgstr "%s: ERROR: Option '-%c' used, but is disabled\n"
1256
#: mysys/my_getopt.cc:772
1258
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1259
msgstr "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1261
#: mysys/my_getopt.cc:963
1263
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1264
msgstr "%s: ERROR: Invalid decimal value for option '%s'\n"
1266
#: mysys/my_getopt.cc:1190
1268
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1269
msgstr "%*s(Defaults to on; use --skip-%s to disable.)\n"
1271
#: mysys/my_getopt.cc:1210
1275
"Variables (--variable-name=value)\n"
1276
"and boolean options {false|true} Value (after reading options)\n"
1277
"--------------------------------- -----------------------------\n"
1280
"Variables (--variable-name=value)\n"
1281
"and boolean options {false|true} Value (after reading options)\n"
1282
"--------------------------------- -----------------------------\n"
1284
#: mysys/my_getopt.cc:1226 mysys/my_getopt.cc:1242
1285
msgid "(No default value)"
1286
msgstr "(No default value)"
1288
#: mysys/my_getopt.cc:1245
1292
#: mysys/my_getopt.cc:1245
1296
#: mysys/my_getopt.cc:1273
1298
msgid "(Disabled)\n"
1299
msgstr "(Disabled)\n"
1301
#: drizzled/authentication.cc:66 drizzled/show.cc:4679
1302
#: drizzled/sql_plugin.cc:829
1304
msgid "Plugin '%s' init function returned error."
1305
msgstr "Plugin '%s' init function returned error."
1307
#. TRANSLATORS: The leading word "configvar" is the name
1308
#. of the plugin api, and so should not be translated.
1309
#: drizzled/configvar.cc:40
1311
msgid "configvar plugin '%s' init() failed"
1314
#. TRANSLATORS: The leading word "configvar" is the name
1315
#. of the plugin api, and so should not be translated.
1316
#: drizzled/configvar.cc:62
1318
msgid "configvar plugin '%s' deinit() failed"
1321
#. TRANSLATORS: The leading word "configvar" is the name
1322
#. of the plugin api, and so should not be translated.
1323
#: drizzled/configvar.cc:98
1325
msgid "configvar plugin '%s' configvar_func1() failed"
1328
#. TRANSLATORS: The leading word "configvar" is the name
1329
#. of the plugin api, and so should not be translated.
1330
#: drizzled/configvar.cc:152
1332
msgid "configvar plugin '%s' configvar_func2() failed"
1335
#: drizzled/db.cc:404 drizzled/db.cc:412
1337
msgid "Error while loading database options: '%s':"
1340
#: drizzled/drizzled.cc:550
1342
msgid "Got error %d from pthread_cond_timedwait"
1343
msgstr "Got error %d from pthread_cond_timedwait"
1345
#: drizzled/drizzled.cc:731
1347
msgid "Got signal %d from thread %<PRIu64>"
1350
#: drizzled/drizzled.cc:784
1271
1351
msgid "Aborting\n"
1272
1352
msgstr "Aborting\n"
1274
#: ../drizzled/drizzled.cc:550
1354
#: drizzled/drizzled.cc:959
1275
1355
msgid "One can only use the --user switch if running as root\n"
1276
1356
msgstr "One can only use the --user switch if running as root\n"
1278
#: ../drizzled/drizzled.cc:557
1280
"Fatal error: Please read \"Security\" section of the manual to find out how "
1281
"to run drizzled as root!\n"
1283
"Fatal error: Please read \"Security\" section of the manual to find out how "
1284
"to run drizzled as root!\n"
1286
#: ../drizzled/drizzled.cc:577
1289
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1292
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1295
#: ../drizzled/drizzled.cc:602
1296
msgid "Set process group ID failed"
1299
#: ../drizzled/drizzled.cc:607
1300
msgid "Set process user ID failed"
1303
#: ../drizzled/drizzled.cc:619
1305
msgid "Process chroot failed"
1306
msgstr "alloc_root failure."
1308
#: ../drizzled/drizzled.cc:739
1310
msgid "Error: Invalid Value for auto_increment_increment"
1311
msgstr "Error: Invalid Value for max_input_line"
1313
#: ../drizzled/drizzled.cc:750
1315
msgid "Error: Invalid Value for auto_increment_offset"
1316
msgstr "Error: Invalid Value for max_input_line"
1318
#: ../drizzled/drizzled.cc:761
1320
msgid "Error: Invalid Value for completion_type"
1321
msgstr "Error: Invalid Value for opt_sleep"
1323
#: ../drizzled/drizzled.cc:773
1325
msgid "Error: Invalid Value for div-precision-increment"
1326
msgstr "Error: Invalid Value for connect_timeout"
1328
#: ../drizzled/drizzled.cc:784
1330
msgid "Error: Invalid Value for group_concat_max_len"
1331
msgstr "Error: Invalid Value for opt_tail_lines"
1333
#: ../drizzled/drizzled.cc:795
1335
msgid "Error: Invalid Value for join_buffer_size"
1336
msgstr "Error: Invalid Value for max_input_line"
1338
#: ../drizzled/drizzled.cc:807
1340
msgid "Error: Invalid Value for max_allowed_packet"
1341
msgstr "Error: Invalid Value for max_input_line"
1343
#: ../drizzled/drizzled.cc:819
1345
msgid "Error: Invalid Value for max_error_count"
1346
msgstr "Error: Invalid Value for max_input_line"
1348
#: ../drizzled/drizzled.cc:830
1350
msgid "Error: Invalid Value for max_heap_table_size"
1351
msgstr "Error: Invalid Value for max_input_line"
1353
#: ../drizzled/drizzled.cc:842
1355
msgid "Error: Invalid Value for min_examined_row_limit"
1356
msgstr "Error: Invalid Value for max_input_line"
1358
#: ../drizzled/drizzled.cc:853
1360
msgid "Error: Invalid Value for max_join_size"
1361
msgstr "Error: Invalid Value for max_input_line"
1363
#: ../drizzled/drizzled.cc:864
1365
msgid "Error: Invalid Value for max_length_for_sort_data"
1366
msgstr "Error: Invalid Value for max_input_line"
1368
#: ../drizzled/drizzled.cc:875
1370
msgid "Error: Invalid Value for max_seeks_for_key"
1371
msgstr "Error: Invalid Value for max_input_line"
1373
#: ../drizzled/drizzled.cc:886
1375
msgid "Error: Invalid Value for max_sort_length"
1376
msgstr "Error: Invalid Value for max_input_line"
1378
#: ../drizzled/drizzled.cc:897
1380
msgid "Error: Invalid Value for optimizer_search_depth"
1381
msgstr "Error: Invalid Value for opt_sleep"
1383
#: ../drizzled/drizzled.cc:908
1385
msgid "Error: Invalid Value for preload_buff_size"
1386
msgstr "Error: Invalid Value for max_input_line"
1388
#: ../drizzled/drizzled.cc:919
1390
msgid "Error: Invalid Value for query_alloc_block_size"
1391
msgstr "Error: Invalid Value for opt_tail_lines"
1393
#: ../drizzled/drizzled.cc:931
1395
msgid "Error: Invalid Value for query_prealloc_size"
1396
msgstr "Error: Invalid Value for opt_tail_lines"
1398
#: ../drizzled/drizzled.cc:943
1400
msgid "Error: Invalid Value for range_alloc_block_size"
1401
msgstr "Error: Invalid Value for opt_tail_lines"
1403
#: ../drizzled/drizzled.cc:955
1405
msgid "Error: Invalid Value for read_buff_size"
1406
msgstr "Error: Invalid Value for max_input_line"
1408
#: ../drizzled/drizzled.cc:967
1410
msgid "Error: Invalid Value for read_rnd_buff_size"
1411
msgstr "Error: Invalid Value for max_input_line"
1413
#: ../drizzled/drizzled.cc:978
1415
msgid "Error: Invalid Value for sort_buff_size"
1416
msgstr "Error: Invalid Value for opt_sleep"
1418
#: ../drizzled/drizzled.cc:989
1420
msgid "Error: Invalid Value for table_def_size"
1421
msgstr "Error: Invalid Value for opt_tail_lines"
1423
#: ../drizzled/drizzled.cc:1000
1425
msgid "Error: Invalid Value for table_cache_size"
1426
msgstr "Error: Invalid Value for opt_tail_lines"
1428
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1430
msgid "Error: Invalid Value for table_lock_wait_timeout"
1431
msgstr "Error: Invalid Value for connect_timeout"
1433
#: ../drizzled/drizzled.cc:1038
1435
"Error: Invalid Value for transaction_message_threshold valid values are "
1436
"between 131072 - 1048576 bytes"
1439
#: ../drizzled/drizzled.cc:1096
1441
msgid "Defaults file '%s' not found\n"
1444
#: ../drizzled/drizzled.cc:1138
1358
#: drizzled/drizzled.cc:967
1360
"Fatal error: Please read \"Security\" section of the manual to find out how "
1361
"to run drizzled as root!\n"
1364
#: drizzled/drizzled.cc:991
1367
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1370
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1373
#: drizzled/drizzled.cc:1165
1375
msgid "Retrying bind on TCP/IP port %u"
1376
msgstr "Retrying bind on TCP/IP port %u"
1378
#: drizzled/drizzled.cc:1171
1379
msgid "Can't start server: Bind on TCP/IP port"
1380
msgstr "Can't start server: Bind on TCP/IP port"
1382
#: drizzled/drizzled.cc:1172
1384
msgid "Do you already have another drizzled server running on port: %d ?"
1385
msgstr "Do you already have another drizzled server running on port: %d ?"
1387
#: drizzled/drizzled.cc:1178
1388
msgid "Can't start server: listen() on TCP/IP port"
1389
msgstr "Can't start server: listen() on TCP/IP port"
1391
#: drizzled/drizzled.cc:1179
1393
msgid "listen() on TCP/IP failed with error %d"
1394
msgstr "listen() on TCP/IP failed with error %d"
1396
#: drizzled/drizzled.cc:1269
1401
#: drizzled/drizzled.cc:1287
1404
"We will try our best to scrape up some info that will hopefully help "
1406
"the problem, but since we have already crashed, something is definitely "
1408
"and this may fail.\n"
1411
"We will try our best to scrape up some info that will hopefully help "
1413
"the problem, but since we have already crashed, something is definitely "
1415
"and this may fail.\n"
1418
#: drizzled/drizzled.cc:1298
1421
"It is possible that drizzled could use up to \n"
1422
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1425
"Hope that's ok; if not, decrease some variables in the equation.\n"
1429
#: drizzled/drizzled.cc:1316
1432
"Attempting backtrace. You can use the following information to find out\n"
1433
"where drizzled died. If you see no messages after this, something went\n"
1434
"terribly wrong...\n"
1437
#: drizzled/drizzled.cc:1344
1440
"Trying to get some variables.\n"
1441
"Some pointers may be invalid and cause the dump to abort...\n"
1443
"Trying to get some variables.\n"
1444
"Some pointers may be invalid and cause the dump to abort...\n"
1446
#: drizzled/drizzled.cc:1356
1450
"This crash occured while the server was calling initgroups(). This is\n"
1451
"often due to the use of a drizzled that is statically linked against glibc\n"
1452
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1453
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1454
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1455
"drizzled that is not statically linked.\n"
1458
"This crash occurred while the server was calling initgroups(). This is\n"
1459
"often due to the use of a drizzled that is statically linked against glibc\n"
1460
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1461
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1462
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1463
"drizzled that is not statically linked.\n"
1465
#: drizzled/drizzled.cc:1371
1469
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1470
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1471
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1472
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1473
"the documentation for your distribution on how to do that.\n"
1476
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1477
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1478
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1479
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1480
"the documentation for your distribution on how to do that.\n"
1482
#: drizzled/drizzled.cc:1384
1486
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1487
"unreliable and unstable on some operating systems and operating-system\n"
1488
"versions (notably, some versions of Linux). This crash could be due to use\n"
1489
"of those buggy OS calls. You should consider whether you really need the\n"
1490
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1494
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1495
"unreliable and unstable on some operating systems and operating-system\n"
1496
"versions (notably, some versions of Linux). This crash could be due to use\n"
1497
"of those buggy OS calls. You should consider whether you really need the\n"
1498
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1501
#: drizzled/drizzled.cc:1399
1503
msgid "Writing a core file\n"
1504
msgstr "Writing a core file\n"
1506
#: drizzled/drizzled.cc:1446
1508
"setrlimit could not change the size of core files to 'infinity'; We may not "
1509
"be able to generate a core file on signals"
1511
"setrlimit could not change the size of core files to 'infinity'; We may not "
1512
"be able to generate a core file on signals"
1514
#: drizzled/drizzled.cc:1514
1516
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1517
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
1519
#: drizzled/drizzled.cc:1602
1521
msgid "Got signal %d to shutdown drizzled"
1524
#: drizzled/drizzled.cc:1619 drizzled/sql_base.cc:6476
1525
msgid "Can't create thread to kill server"
1526
msgstr "Can't create thread to kill server"
1528
#: drizzled/drizzled.cc:1642
1530
msgid "Got signal: %d error: %d"
1531
msgstr "Got signal: %d error: %d"
1533
#: drizzled/drizzled.cc:1757
1535
msgid "Wrong date/time format specifier: %s\n"
1536
msgstr "Wrong date/time format specifier: %s\n"
1538
#: drizzled/drizzled.cc:1874
1446
1540
msgid "gethostname failed, using '%s' as hostname"
1447
1541
msgstr "gethostname failed, using '%s' as hostname"
1449
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1450
msgid "Display this help and exit."
1451
msgstr "Display this help and exit."
1453
#: ../drizzled/drizzled.cc:1156
1543
#: drizzled/drizzled.cc:1938
1546
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1550
#: drizzled/drizzled.cc:1943
1553
"Could not increase number of max_open_files to more than %u (request: %u)"
1555
"Could not increase number of max_open_files to more than %u (request: %u)"
1557
#: drizzled/drizzled.cc:2024
1559
msgid "Unknown locale: '%s'"
1560
msgstr "Unknown locale: '%s'"
1562
#: drizzled/drizzled.cc:2094
1563
msgid "Can't create thread-keys"
1564
msgstr "Can't create thread-keys"
1566
#: drizzled/drizzled.cc:2134
1567
msgid "Unable to reopen stdout"
1570
#: drizzled/drizzled.cc:2137
1571
msgid "Unable to reopen stderr"
1574
#: drizzled/drizzled.cc:2143
1575
msgid "Out of memory"
1576
msgstr "Out of memory"
1578
#: drizzled/drizzled.cc:2149
1580
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1581
"impossible, it would lead to infinite loops in this server."
1583
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1584
"impossible, it would lead to infinite loops in this server."
1586
#: drizzled/drizzled.cc:2169
1589
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1590
"replication may break when this Drizzle server acts as a master and has his "
1591
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1593
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1594
"replication may break when this Drizzle server acts as a master and has his "
1595
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1597
#: drizzled/drizzled.cc:2181
1455
msgid "Configuration file to use"
1456
msgstr "Configuration file '%-.192s' is too big"
1458
#: ../drizzled/drizzled.cc:1158
1459
msgid "Base location for config files"
1462
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1463
msgid "Directory for plugins."
1464
msgstr "Directory for plugins."
1466
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1468
"Optional comma separated list of plugins to load at startup in addition to "
1469
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1471
"Optional comma separated list of plugins to load at start-up in addition to "
1472
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1474
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1476
"Optional comma separated list of plugins to not load at startup. Effectively "
1477
"removes a plugin from the list of plugins to be loaded. [for example: --"
1478
"plugin_remove=crc32,logger_gearman]"
1480
"Optional comma separated list of plugins to not load at startup. Effectively "
1481
"removes a plugin from the list of plugins to be loaded. [for example: --"
1482
"plugin_remove=crc32,logger_gearman]"
1484
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1486
"Optional comma separated list of plugins to load at starup instead of the "
1487
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1489
"Optional comma separated list of plugins to load at start-up instead of the "
1490
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1492
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1599
msgid "Out of memory in init_server_components."
1600
msgstr "Out of memory in engine"
1602
#: drizzled/drizzled.cc:2202
1603
msgid "Failed to initialize plugins."
1604
msgstr "Failed to initialise plugins."
1606
#: drizzled/drizzled.cc:2233
1609
"%s: Too many arguments (first extra is '%s').\n"
1610
"Use --verbose --help to get a list of available options\n"
1612
"%s: Too many arguments (first extra is '%s').\n"
1613
"Use --verbose --help to get a list of available options\n"
1615
#: drizzled/drizzled.cc:2243
1616
msgid "Can't init databases"
1617
msgstr "Can't init databases"
1619
#: drizzled/drizzled.cc:2263
1621
msgid "Unknown/unsupported table type: %s"
1622
msgstr "Unknown/unsupported table type: %s"
1624
#: drizzled/drizzled.cc:2269
1626
msgid "Default storage engine (%s) is not available"
1627
msgstr "Default storage engine (%s) is not available"
1629
#: drizzled/drizzled.cc:2292
1630
msgid "Can't initialize tc_log"
1631
msgstr "Can't initialise tc_log"
1633
#: drizzled/drizzled.cc:2323
1635
msgid "Failed to lock memory. Errno: %d\n"
1636
msgstr "Failed to lock memory. Error: %d\n"
1638
#: drizzled/drizzled.cc:2384
1640
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1643
#: drizzled/drizzled.cc:2422
1645
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1646
"value: we force server id to 1; updates will be logged to the binary log, "
1647
"but connections from slaves will not be accepted."
1649
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1650
"value: we force server id to 1; updates will be logged to the binary log, "
1651
"but connections from slaves will not be accepted."
1653
#: drizzled/drizzled.cc:2474
1654
msgid "Before Lock_thread_count"
1655
msgstr "Before Lock_thread_count"
1657
#: drizzled/drizzled.cc:2481
1658
msgid "After lock_thread_count"
1659
msgstr "After lock_thread_count"
1661
#: drizzled/drizzled.cc:2589
1663
msgid "drizzled: Got error %d from select"
1664
msgstr "drizzled: Got error %d from select"
1666
#: drizzled/drizzled.cc:2821 drizzled/drizzled.cc:2908
1667
#: drizzled/drizzled.cc:3026
1668
msgid "Option used by mysql-test for debugging and testing of replication."
1669
msgstr "Option used by mysql-test for debugging and testing of replication."
1671
#: drizzled/drizzled.cc:2825
1493
1672
msgid "Auto-increment columns are incremented by this"
1494
msgstr "Auto-increment columns are incremented by this"
1496
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1498
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1501
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1504
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1506
"Path to installation directory. All paths are usually resolved relative to "
1509
"Path to installation directory. All paths are usually resolved relative to "
1512
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1675
#: drizzled/drizzled.cc:2830
1677
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1681
#: drizzled/drizzled.cc:2836
1683
"Path to installation directory. All paths are usually resolved relative to "
1687
#: drizzled/drizzled.cc:2840
1688
msgid "IP address to bind to."
1691
#: drizzled/drizzled.cc:2844
1693
"The maximum size of a row-based binary log event in bytes. Rows will be "
1694
"grouped into events smaller than this size if possible. The value has to be "
1695
"a multiple of 256."
1698
#: drizzled/drizzled.cc:2855
1699
msgid "Don't ignore client side character set value sent during handshake."
1702
#: drizzled/drizzled.cc:2860
1703
msgid "Set the filesystem character set."
1706
#: drizzled/drizzled.cc:2865
1707
msgid "Set the default character set."
1708
msgstr "Set the default character set."
1710
#: drizzled/drizzled.cc:2872
1513
1711
msgid "Chroot drizzled daemon during startup."
1514
msgstr "Chroot drizzled daemon during start-up."
1516
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1714
#: drizzled/drizzled.cc:2876
1517
1715
msgid "Set the default collation."
1518
msgstr "Set the default collation."
1520
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1718
#: drizzled/drizzled.cc:2880
1521
1719
msgid "Default completion type."
1522
msgstr "Default completion type."
1524
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1722
#: drizzled/drizzled.cc:2885
1723
msgid "Write error output on screen."
1726
#: drizzled/drizzled.cc:2889
1525
1727
msgid "Write core on errors."
1526
msgstr "Write core on errors."
1528
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1730
#: drizzled/drizzled.cc:2893
1529
1731
msgid "Path to the database root."
1530
msgstr "Path to the database root."
1532
#: ../drizzled/drizzled.cc:1196
1534
msgid "Set the default storage engine for tables."
1535
msgstr "Set the default storage engine (table type) for tables."
1537
#: ../drizzled/drizzled.cc:1198
1734
#: drizzled/drizzled.cc:2897
1735
msgid "Set the default storage engine (table type) for tables."
1738
#: drizzled/drizzled.cc:2901
1538
1739
msgid "Set the default time zone."
1539
msgstr "Set the default time zone."
1541
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1742
#: drizzled/drizzled.cc:2905
1743
msgid "Type of DELAY_KEY_WRITE."
1746
#: drizzled/drizzled.cc:2914
1747
msgid "Print a symbolic stack trace on failure."
1750
#: drizzled/drizzled.cc:2920
1751
msgid "Push supported query conditions to the storage engine."
1754
#: drizzled/drizzled.cc:2926
1542
1755
msgid "Used for debugging; Use at your own risk!"
1543
msgstr "Used for debugging; Use at your own risk!"
1545
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1758
#: drizzled/drizzled.cc:2929
1759
msgid "Flush tables to disk between SQL commands."
1762
#: drizzled/drizzled.cc:2934
1546
1763
msgid "Set up signals usable for debugging"
1547
msgstr "Set up signals usable for debugging"
1549
#: ../drizzled/drizzled.cc:1204
1766
#: drizzled/drizzled.cc:2938
1767
msgid "Command(s) that are executed for each new connection"
1770
#: drizzled/drizzled.cc:2942
1771
msgid "Read SQL commands from this file at startup."
1774
#: drizzled/drizzled.cc:2946
1775
msgid "Command(s) that are executed when a slave connects to this master"
1778
#: drizzled/drizzled.cc:2950
1782
#: drizzled/drizzled.cc:2954
1550
1783
msgid "Set the language used for the month names and the days of the week."
1551
msgstr "Set the language used for the month names and the days of the week."
1553
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1786
#: drizzled/drizzled.cc:2959
1787
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1790
#: drizzled/drizzled.cc:2964
1791
msgid "Log connections and queries to file."
1794
#: drizzled/drizzled.cc:2968
1796
"Log update queries in binary format. Optional argument is the location for "
1797
"the binary log files.(Strongly recommended to avoid replication problems if "
1798
"server's hostname changes)"
1801
#: drizzled/drizzled.cc:2975
1802
msgid "File that holds the names for last binary log files."
1805
#: drizzled/drizzled.cc:2979
1806
msgid "Error log file."
1809
#: drizzled/drizzled.cc:2983
1810
msgid "Log all MyISAM changes to file."
1813
#: drizzled/drizzled.cc:2987
1815
"Tells the slave to log the updates from the slave thread to the binary log. "
1816
"You will need to turn it on if you plan to daisy-chain the slaves."
1819
#: drizzled/drizzled.cc:2994
1821
"Path to transaction coordinator log (used for transactions that affect more "
1822
"than one storage engine, when binary log is disabled)"
1825
#: drizzled/drizzled.cc:3000
1826
msgid "Size of transaction coordinator log."
1829
#: drizzled/drizzled.cc:3006
1554
1830
msgid "Log some not critical warnings to the log file."
1555
msgstr "Log some not critical warnings to the log file."
1557
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1559
msgid "Pid file used by drizzled."
1560
msgstr "Pid file used by safe_mysqld."
1562
#: ../drizzled/drizzled.cc:1210
1564
msgid "Maximum time in seconds to wait for the port to become free. "
1833
#: drizzled/drizzled.cc:3011
1834
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1837
#: drizzled/drizzled.cc:3016
1839
"The location and name of the file that remembers the master and where the I/"
1840
"O replication thread is in the master's binlogs."
1843
#: drizzled/drizzled.cc:3021
1845
"The number of tries the slave will make to connect to the master before "
1849
#: drizzled/drizzled.cc:3030
1850
msgid "Lock drizzled in memory."
1853
#: drizzled/drizzled.cc:3034
1855
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1856
"BACKUP, FORCE or QUICK."
1859
#: drizzled/drizzled.cc:3039
1860
msgid "Use very new possible 'unsafe' functions."
1863
#: drizzled/drizzled.cc:3044
1864
msgid "Use old, non-optimized alter table."
1865
msgstr "Use old, non-optimised alter table."
1867
#: drizzled/drizzled.cc:3049
1868
msgid "Pid file used by safe_mysqld."
1871
#: drizzled/drizzled.cc:3059
1566
1873
"Maximum time in seconds to wait for the port to become free. (Default: no "
1569
#: ../drizzled/drizzled.cc:1212
1570
msgid "Include the SQL query in replicated protobuf messages."
1573
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1575
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1576
"specified directory"
1578
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1579
"specified directory"
1581
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1583
"Uniquely identifies the server instance in the community of replication "
1586
"Uniquely identifies the server instance in the community of replication "
1589
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1877
#: drizzled/drizzled.cc:3064
1878
msgid "The location and name to use for relay logs."
1881
#: drizzled/drizzled.cc:3068
1883
"The location and name to use for the file that keeps a list of the last "
1887
#: drizzled/drizzled.cc:3073
1889
"The location and name of the file that remembers where the SQL replication "
1890
"thread is in the relay logs."
1893
#: drizzled/drizzled.cc:3078
1895
"In replication, if set to 1, do not skip events having our server id. "
1896
"Default value is 0 (to break infinite loops in circular replication). Can't "
1897
"be set to 1 if --log-slave-updates is used."
1900
#: drizzled/drizzled.cc:3086
1902
"Hostname or IP of the slave to be reported to to the master during slave "
1903
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1904
"you do not want the slave to register itself with the master. Note that it "
1905
"is not sufficient for the master to simply read the IP of the slave off the "
1906
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1907
"may not be valid for connecting to the slave from the master or other hosts."
1910
#: drizzled/drizzled.cc:3096
1911
msgid "Skip some optimize stages (for testing)."
1912
msgstr "Skip some optimise stages (for testing)."
1914
#: drizzled/drizzled.cc:3099
1916
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1917
"specified directory"
1920
#: drizzled/drizzled.cc:3104
1922
"Uniquely identifies the server instance in the community of replication "
1926
#: drizzled/drizzled.cc:3109
1927
msgid "Don't use new, possible wrong routines."
1930
#: drizzled/drizzled.cc:3112
1931
msgid "If set, slave is not autostarted."
1934
#: drizzled/drizzled.cc:3116
1590
1935
msgid "Don't print a stack trace on failure."
1591
msgstr "Don't print a stack trace on failure."
1593
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1938
#: drizzled/drizzled.cc:3120
1939
msgid "Don't give threads different priorities."
1942
#: drizzled/drizzled.cc:3124
1944
"The location where the slave should put its temporary files when replicating "
1945
"a LOAD DATA INFILE command."
1948
#: drizzled/drizzled.cc:3129
1950
"Tells the slave thread to continue replication when a query event returns an "
1951
"error from the provided list."
1954
#: drizzled/drizzled.cc:3133
1956
"Modes for how replication events should be executed. Legal values are "
1957
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1958
"stop for operations that are idempotent. In STRICT mode, replication will "
1959
"stop on any unexpected difference between the master and the slave."
1962
#: drizzled/drizzled.cc:3141
1966
#: drizzled/drizzled.cc:3144
1594
1967
msgid "Enable symbolic link support."
1595
msgstr "Enable symbolic link support."
1597
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1599
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1601
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1603
#: ../drizzled/drizzled.cc:1227
1604
msgid "Path for temporary files."
1605
msgstr "Path for temporary files."
1607
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1970
#: drizzled/drizzled.cc:3153
1972
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1975
#: drizzled/drizzled.cc:3158
1977
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1981
#: drizzled/drizzled.cc:3163
1983
"Using this option will cause most temporary files created to use a small set "
1984
"of names, rather than a unique name for each new file."
1987
#: drizzled/drizzled.cc:3168
1989
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1992
#: drizzled/drizzled.cc:3173
1994
"Path for temporary files. Several paths may be specified, separated by a "
1995
"colon (:), in this case they are used in a round-robin fashion."
1998
#: drizzled/drizzled.cc:3179
1608
1999
msgid "Default transaction isolation level."
1609
msgstr "Default transaction isolation level."
1611
#: ../drizzled/drizzled.cc:1231
1613
"Max message size written to transaction log, valid values 131072 - 1048576 "
1617
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
2002
#: drizzled/drizzled.cc:3183
1618
2003
msgid "Run drizzled daemon as user."
1619
msgstr "Run drizzled daemon as user."
1621
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1623
"The number of outstanding connection requests Drizzle can have. This comes "
1624
"into play when the main Drizzle thread gets very many connection requests in "
1625
"a very short time."
1627
"The number of outstanding connection requests Drizzle can have. This comes "
1628
"into play when the main Drizzle thread gets very many connection requests in "
1629
"a very short time."
1631
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1633
"Size of tree cache used in bulk insert optimization. Note that this is a "
1636
"Size of tree cache used in bulk insert optimization. Note that this is a "
1639
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1641
"Precision of the result of '/' operator will be increased on that value."
1643
"Precision of the result of '/' operator will be increased on that value."
1645
#: ../drizzled/drizzled.cc:1248
2006
#: drizzled/drizzled.cc:3191
2008
"The number of outstanding connection requests Drizzle can have. This comes "
2009
"into play when the main Drizzle thread gets very many connection requests in "
2010
"a very short time."
2013
#: drizzled/drizzled.cc:3197
2015
"The size of the cache to hold the SQL statements for the binary log during a "
2016
"transaction. If you often use big, multi-statement transactions you can "
2017
"increase this to get more performance."
2020
#: drizzled/drizzled.cc:3203
2022
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2026
#: drizzled/drizzled.cc:3209
2028
"The number of seconds the drizzled server is waiting for a connect packet "
2029
"before responding with 'Bad handshake'."
2032
#: drizzled/drizzled.cc:3214
2033
msgid "The DATE format (For future)."
2036
#: drizzled/drizzled.cc:3219
2037
msgid "The DATETIME/TIMESTAMP format (for future)."
2040
#: drizzled/drizzled.cc:3224
2041
msgid "The default week format used by WEEK() functions."
2044
#: drizzled/drizzled.cc:3229
2046
"Precision of the result of '/' operator will be increased on that value."
2049
#: drizzled/drizzled.cc:3235
2051
"If non-zero, binary logs will be purged after expire_logs_days days; "
2052
"possible purges happen at startup and at binary log rotation."
2055
#: drizzled/drizzled.cc:3241
1646
2056
msgid "The maximum length of the result of function group_concat."
1647
msgstr "The maximum length of the result of function group_concat."
1649
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
2059
#: drizzled/drizzled.cc:3246
2061
"The number of seconds the server waits for activity on an interactive "
2062
"connection before closing it."
2065
#: drizzled/drizzled.cc:3252
1650
2066
msgid "The size of the buffer that is used for full joins."
1651
msgstr "The size of the buffer that is used for full joins."
1653
#: ../drizzled/drizzled.cc:1253
1655
"A global cap on the amount of memory that can be allocated by session join "
1656
"buffers (0 means unlimited)"
1659
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
2069
#: drizzled/drizzled.cc:3258
2070
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2073
#: drizzled/drizzled.cc:3263
2075
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2076
"this to get better index handling (for all reads and multiple writes) to as "
2077
"much as you can afford;"
2080
#: drizzled/drizzled.cc:3272
2082
"This characterizes the number of hits a hot block has to be untouched until "
2083
"it is considered aged enough to be downgraded to a warm block. This "
2084
"specifies the percentage ratio of that number of hits to the total number of "
2085
"blocks in key cache"
2087
"This characterises the number of hits a hot block has to be untouched until "
2088
"it is considered aged enough to be downgraded to a warm block. This "
2089
"specifies the percentage ratio of that number of hits to the total number of "
2090
"blocks in key cache"
2092
#: drizzled/drizzled.cc:3281
2093
msgid "The default size of key cache blocks"
2096
#: drizzled/drizzled.cc:3287
2097
msgid "The minimum percentage of warm blocks in key cache"
2100
#: drizzled/drizzled.cc:3293
1660
2101
msgid "Max packetlength to send/receive from to server."
1661
msgstr "Max packetlength to send/receive from to server."
1663
#: ../drizzled/drizzled.cc:1257
2104
#: drizzled/drizzled.cc:3298
2106
"Can be used to restrict the total size used to cache a multi-transaction "
2110
#: drizzled/drizzled.cc:3303
2112
"Binary log will be rotated automatically when the size exceeds this value. "
2113
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2114
"for this variable is 4096."
2117
#: drizzled/drizzled.cc:3309
2119
"If there is more than this number of interrupted connections from a host "
2120
"this host will be blocked from further connections."
2123
#: drizzled/drizzled.cc:3316
2124
msgid "The number of simultaneous clients allowed."
2127
#: drizzled/drizzled.cc:3321
1664
2128
msgid "Max number of errors/warnings to store for a statement."
1665
msgstr "Max number of errors/warnings to store for a statement."
1667
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
2131
#: drizzled/drizzled.cc:3326
1668
2132
msgid "Don't allow creation of heap tables bigger than this."
1669
msgstr "Don't allow creation of heap tables bigger than this."
1671
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
2135
#: drizzled/drizzled.cc:3332
1673
2137
"Joins that are probably going to read more than max_join_size records return "
1676
"Joins that are probably going to read more than max_join_size records return "
1679
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
2141
#: drizzled/drizzled.cc:3338
1680
2142
msgid "Max number of bytes in sorted records."
1681
msgstr "Max number of bytes in sorted records."
1683
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
2145
#: drizzled/drizzled.cc:3343
2147
"If non-zero: relay log will be rotated automatically when the size exceeds "
2148
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2149
"excepted, the minimum value for this variable is 4096."
2152
#: drizzled/drizzled.cc:3350
1684
2153
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1685
msgstr "Limit assumed max number of seeks when looking up rows based on a key"
1687
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
2156
#: drizzled/drizzled.cc:3355
1689
2158
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1690
2159
"max_sort_length bytes of each value are used; the rest are ignored)."
1692
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1693
"max_sort_length bytes of each value are used; the rest are ignored)."
1695
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
2162
#: drizzled/drizzled.cc:3362
2163
msgid "Maximum number of temporary tables a client can keep open at a time."
2166
#: drizzled/drizzled.cc:3367
1696
2167
msgid "After this many write locks, allow some read locks to run in between."
1697
msgstr "After this many write locks, allow some read locks to run in between."
1699
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
1701
"Don't log queries which examine less than min_examined_row_limit rows to "
1704
"Don't log queries which examine less than min_examined_row_limit rows to "
1707
#: ../drizzled/drizzled.cc:1277
1709
"Do not apply any heuristic(s) during query optimization to prune, thus "
1710
"perform an exhaustive search from the optimizer search space."
1713
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
2170
#: drizzled/drizzled.cc:3371
2172
"Don't log queries which examine less than min_examined_row_limit rows to "
2176
#: drizzled/drizzled.cc:3377
2177
msgid "Block size to be used for MyISAM index pages."
2180
#: drizzled/drizzled.cc:3383
2181
msgid "Default pointer size to be used for MyISAM tables."
2184
#: drizzled/drizzled.cc:3388
2186
"Don't use the fast sort index method to created index if the temporary file "
2187
"would get bigger than this."
2190
#: drizzled/drizzled.cc:3395
2192
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2193
"disables parallel repair."
2196
#: drizzled/drizzled.cc:3401
2198
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2199
"when creating indexes with CREATE INDEX or ALTER TABLE."
2202
#: drizzled/drizzled.cc:3407
2204
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2205
"Possible values of name are 'nulls_unequal' (default behavior), "
2206
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2208
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2209
"Possible values of name are 'nulls_unequal' (default behaviour), "
2210
"'nulls_equal' (emulate MySQL 4.0 behaviour), and 'nulls_ignored'."
2212
#: drizzled/drizzled.cc:3414
2213
msgid "Buffer length for TCP/IP and socket communication."
2216
#: drizzled/drizzled.cc:3419
2218
"Number of seconds to wait for more data from a connection before aborting "
2222
#: drizzled/drizzled.cc:3425
2224
"If a read on a communication port is interrupted, retry this many times "
2228
#: drizzled/drizzled.cc:3431
2230
"Number of seconds to wait for a block to be written to a connection before "
2231
"aborting the write."
2234
#: drizzled/drizzled.cc:3437
2235
msgid "Use compatible behavior."
2236
msgstr "Use compatible behaviour."
2238
#: drizzled/drizzled.cc:3442
2240
"If this is not 0, then drizzled will use this value to reserve file "
2241
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2242
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2243
"larger) number of files."
2246
#: drizzled/drizzled.cc:3449
2248
"Controls the heuristic(s) applied during query optimization to prune less-"
2249
"promising partial plans from the optimizer search space. Meaning: false - do "
2250
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
2251
"based on number of retrieved rows."
2254
#: drizzled/drizzled.cc:3457
1715
2256
"Maximum depth of search performed by the query optimizer. Values larger than "
1716
2257
"the number of relations in a query result in better query plans, but take "
1720
2261
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1721
2262
"(used for testing/comparison)."
1723
"Maximum depth of search performed by the query optimiser. Values larger than "
1724
"the number of relations in a query result in better query plans, but take "
1725
"longer to compile a query. Smaller values than the number of tables in a "
1726
"relation result in faster optimisation, but may produce very bad query "
1727
"plans. If set to 0, the system will automatically pick a reasonable value; "
1728
"if set to MAX_TABLES+2, the optimiser will switch to the original find_best "
1729
"(used for testing/comparison)."
1731
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
2265
#: drizzled/drizzled.cc:3469
2266
msgid "Directory for plugins."
2269
#: drizzled/drizzled.cc:3473
2271
"Optional colon (or semicolon) separated list of plugins to load,where each "
2272
"plugin is identified by the name of the shared library. [for example: --"
2273
"plugin_load=libmd5udf.so:libauth_pam.so]"
2276
#: drizzled/drizzled.cc:3479
1732
2277
msgid "The size of the buffer that is allocated when preloading indexes"
1733
msgstr "The size of the buffer that is allocated when pre-loading indexes"
1735
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
2280
#: drizzled/drizzled.cc:3484
1736
2281
msgid "Allocation block size for query parsing and execution"
1737
msgstr "Allocation block size for query parsing and execution"
1739
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
2284
#: drizzled/drizzled.cc:3489
1740
2285
msgid "Persistent buffer for query parsing and execution"
1741
msgstr "Persistent buffer for query parsing and execution"
1743
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
2288
#: drizzled/drizzled.cc:3495
1744
2289
msgid "Allocation block size for storing ranges during optimization"
1745
2290
msgstr "Allocation block size for storing ranges during optimisation"
1747
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
1749
"Each thread that does a sequential scan allocates a buffer of this size for "
1750
"each table it scans. If you do many sequential scans, you may want to "
1751
"increase this value."
1753
"Each thread that does a sequential scan allocates a buffer of this size for "
1754
"each table it scans. If you do many sequential scans, you may want to "
1755
"increase this value."
1757
#: ../drizzled/drizzled.cc:1306
1758
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1761
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
1763
"When reading rows in sorted order after a sort, the rows are read through "
1764
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1767
"When reading rows in sorted order after a sort, the rows are read through "
1768
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1771
#: ../drizzled/drizzled.cc:1314
1772
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1775
#: ../drizzled/drizzled.cc:1316
1776
msgid "Select scheduler to be used (by default multi-thread)."
1777
msgstr "Select scheduler to be used (by default multi-thread)."
1779
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
2292
#: drizzled/drizzled.cc:3501
2294
"Each thread that does a sequential scan allocates a buffer of this size for "
2295
"each table it scans. If you do many sequential scans, you may want to "
2296
"increase this value."
2299
#: drizzled/drizzled.cc:3509
2301
"Make all non-temporary tables read-only, with the exception for replication "
2302
"(slave) threads and users with the SUPER privilege"
2305
#: drizzled/drizzled.cc:3515
2307
"When reading rows in sorted order after a sort, the rows are read through "
2308
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2312
#: drizzled/drizzled.cc:3523
2314
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2318
#: drizzled/drizzled.cc:3529
2319
msgid "Maximum space to use for all relay logs."
2322
#: drizzled/drizzled.cc:3534
2323
msgid "Use compression on master/slave protocol."
2326
#: drizzled/drizzled.cc:3539
2328
"Number of seconds to wait for more data from a master/slave connection "
2329
"before aborting the read."
2332
#: drizzled/drizzled.cc:3544
2334
"Number of times the slave SQL thread will retry a transaction in case it "
2335
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2339
#: drizzled/drizzled.cc:3550
2340
msgid "Allow slave to batch requests."
2343
#: drizzled/drizzled.cc:3554
2345
"If creating the thread takes longer than this value (in seconds), the "
2346
"Slow_launch_threads counter will be incremented."
2349
#: drizzled/drizzled.cc:3559
1780
2350
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1781
msgstr "Each thread that needs to do a sort allocates a buffer of this size."
1783
#: ../drizzled/drizzled.cc:1322
2353
#: drizzled/drizzled.cc:3565
1785
"A global cap on the amount of memory that can be allocated by session sort "
1786
"buffers (0 means unlimited)"
2355
"Synchronously flush binary log to disk after every #th event. Use 0 "
2356
"(default) to disable synchronous flushing."
1789
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
2359
#: drizzled/drizzled.cc:3570
1790
2360
msgid "The number of cached table definitions."
1791
msgstr "The number of cached table definitions."
1793
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
2363
#: drizzled/drizzled.cc:3574
1794
2364
msgid "The number of cached open tables."
1795
msgstr "The number of cached open tables."
1797
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
1799
"Timeout in seconds to wait for a table level lock before returning an error. "
1800
"Used only if the connection has active cursors."
1802
"Timeout in seconds to wait for a table level lock before returning an error. "
1803
"Used only if the connection has active cursors."
1805
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
2367
#: drizzled/drizzled.cc:3578
2369
"Timeout in seconds to wait for a table level lock before returning an error. "
2370
"Used only if the connection has active cursors."
2373
#: drizzled/drizzled.cc:3583
2375
"How many threads we should create to handle query requests in case of "
2376
"'thread_handling=pool-of-threads'"
2379
#: drizzled/drizzled.cc:3588
1806
2380
msgid "The stack size for each thread."
1807
msgstr "The stack size for each thread."
1809
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
1811
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1812
"automatically convert it to an on-disk MyISAM table."
1814
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1815
"automatically convert it to an on-disk MyISAM table."
1817
#: ../drizzled/drizzled.cc:1357
1819
msgid "Duplicate entry for command line option\n"
1820
msgstr "Duplicate key on write or update"
1822
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1823
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1824
#: ../drizzled/drizzled.cc:1484
1828
"Use --help to get a list of available options\n"
1830
"%s: Too many arguments (first extra is '%s').\n"
1831
"Use --verbose --help to get a list of available options\n"
1833
#: ../drizzled/drizzled.cc:1434
1835
msgid "Failed to initialize plugins\n"
1836
msgstr "Failed to initialise plugins."
1838
#: ../drizzled/drizzled.cc:1472
1842
"Use --help to get a list of available options\n"
1844
"%s: Too many arguments (first extra is '%s').\n"
1845
"Use --verbose --help to get a list of available options\n"
1847
#: ../drizzled/drizzled.cc:1521
1849
msgid "Error getting default charset"
1850
msgstr "Set the default character set."
1852
#: ../drizzled/drizzled.cc:1551
1854
msgid "Error setting collation"
1855
msgstr "Error connecting to slave:"
1857
#: ../drizzled/drizzled.cc:1559
1859
msgid "Unknown locale: '%s'"
1860
msgstr "Unknown locale: '%s'"
1862
#: ../drizzled/drizzled.cc:1579
1864
msgid "Could not initialize table cache\n"
1865
msgstr "Could not add Variable: %s\n"
1867
#: ../drizzled/drizzled.cc:1594
1868
msgid "XA cache initialization failed: Out of memory\n"
1871
#: ../drizzled/drizzled.cc:1624
1872
msgid "No scheduler found, cannot continue!\n"
1873
msgstr "No scheduler found, cannot continue!\n"
1875
#: ../drizzled/drizzled.cc:1648
1877
msgid "Unknown/unsupported storage engine: %s\n"
1878
msgstr "Unknown/unsupported storage engine: %s"
1880
#: ../drizzled/drizzled.cc:1798
1882
"Maximum time in seconds to wait for the port to become free. (Default: no "
1885
"Maximum time in seconds to wait for the port to become free. (Default: no "
1888
#: ../drizzled/drizzled.cc:1907
1890
"Controls the heuristic(s) applied during query optimization to prune less-"
1891
"promising partial plans from the optimizer search space. Meaning: false - do "
1892
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1893
"based on number of retrieved rows."
1895
"Controls the heuristic(s) applied during query optimisation to prune less-"
1896
"promising partial plans from the optimiser search space. Meaning: false - do "
1897
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1898
"based on number of retrieved rows."
1900
#: ../drizzled/drizzled.cc:2039
2383
#: drizzled/drizzled.cc:3594
2384
msgid "The TIME format (for future)."
2387
#: drizzled/drizzled.cc:3599
2389
"If an internal in-memory temporary table exceeds this size, MySQL will "
2390
"automatically convert it to an on-disk MyISAM table."
2393
#: drizzled/drizzled.cc:3605
2394
msgid "Allocation block size for transactions to be stored in binary log"
2397
#: drizzled/drizzled.cc:3610
2398
msgid "Persistent buffer for transactions to be stored in binary log"
2401
#: drizzled/drizzled.cc:3615
2403
"The number of seconds the server waits for activity on a connection before "
2407
#: drizzled/drizzled.cc:3862
1903
2410
"Copyright (C) 2008 Sun Microsystems\n"
1904
2411
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1905
2412
"and you are welcome to modify and redistribute it under the GPL license\n"
2414
"Starts the Drizzle database server\n"
1908
"Copyright (C) 2008 Sun Microsystems\n"
1909
2416
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1910
2417
"and you are welcome to modify and redistribute it under the GPL license\n"
1912
#: ../drizzled/drizzled.cc:2046
2419
#: drizzled/drizzled.cc:3869
1914
2421
msgid "Usage: %s [OPTIONS]\n"
1915
msgstr "Usage: %s [OPTIONS]\n"
1917
#: ../drizzled/drizzled.cc:2167
1920
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1923
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1926
#: ../drizzled/drizzled.cc:2184
1927
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1930
#: ../drizzled/drizzled.cc:2197
1931
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1934
#: ../drizzled/drizzled.cc:2210
1935
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1938
#: ../drizzled/drizzled.cc:2223
1939
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1942
#: ../drizzled/drizzled.cc:2338
1945
"There was an error creating the '%s' part of the path '%s'. Please check "
1946
"the path exists and is writable.\n"
1949
#: ../drizzled/drizzled.cc:2345
1952
"There was an error opening the path '%s', please check the path exists and "
1956
#: ../drizzled/error.cc:133
1958
msgid "Unknown error %d"
1959
msgstr "Unknown error %d"
1961
#: ../drizzled/error.cc:207
1965
#: ../drizzled/error.cc:208
1966
msgid "Error on first"
1969
#: ../drizzled/error.cc:209
2424
#: drizzled/drizzled.cc:3880
2427
"To see what values a running Drizzle server is using, type\n"
2428
"'drizzleadmin variables' instead of 'drizzled --help'."
2431
#: drizzled/drizzled.cc:4054
2434
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2438
#: drizzled/drizzled.cc:4108
2439
msgid "Can't start server: cannot resolve hostname!"
2442
#: drizzled/drizzled.cc:4114
2443
msgid "Can't start server: bind-address refers to multiple interfaces!"
2446
#: drizzled/drizzled.cc:4451
2448
msgid "No option given to %s\n"
2451
#: drizzled/drizzled.cc:4453
2453
msgid "Wrong option to %s. Option(s) given: %s\n"
2456
#: drizzled/drizzled.cc:4455
2458
msgid "Alternatives are: '%s'"
2461
#: drizzled/error.cc:34
2465
#: drizzled/error.cc:36
2469
#: drizzled/error.cc:38
1973
#: ../drizzled/error.cc:210
2473
#: drizzled/error.cc:40
1977
#: ../drizzled/error.cc:211
2477
#: drizzled/error.cc:42
1979
2479
msgid "Can't create file '%-.200s' (errno: %d)"
1980
msgstr "Can't create file '%-.200s' (errno: %d)"
1982
#: ../drizzled/error.cc:212
2482
#: drizzled/error.cc:44
1984
2484
msgid "Can't create table '%-.200s' (errno: %d)"
1985
msgstr "Can't create table '%-.200s' (errno: %d)"
1987
#: ../drizzled/error.cc:213
1989
msgid "Can't create schema '%-.192s' (errno: %d)"
1990
msgstr "Can't create database '%-.192s' (errno: %d)"
1992
#: ../drizzled/error.cc:214
1994
msgid "Can't create schema '%-.192s'; schema exists"
1995
msgstr "Can't create database '%-.192s'; database exists"
1997
#: ../drizzled/error.cc:215
1999
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
2000
msgstr "Can't drop database '%-.192s'; database doesn't exist"
2002
#: ../drizzled/error.cc:216
2487
#: drizzled/error.cc:46
2489
msgid "Can't create database '%-.192s' (errno: %d)"
2492
#: drizzled/error.cc:48
2494
msgid "Can't create database '%-.192s'; database exists"
2497
#: drizzled/error.cc:50
2499
msgid "Can't drop database '%-.192s'; database doesn't exist"
2502
#: drizzled/error.cc:52
2504
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2507
#: drizzled/error.cc:54
2509
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2512
#: drizzled/error.cc:56
2004
2514
msgid "Error on delete of '%-.192s' (errno: %d)"
2005
msgstr "Error on delete of '%-.192s' (errno: %d)"
2007
#: ../drizzled/error.cc:217
2517
#: drizzled/error.cc:58
2518
msgid "Can't read record in system table"
2521
#: drizzled/error.cc:60
2009
2523
msgid "Can't get status of '%-.200s' (errno: %d)"
2010
msgstr "Can't get status of '%-.200s' (errno: %d)"
2012
#: ../drizzled/error.cc:218
2526
#: drizzled/error.cc:62
2528
msgid "Can't get working directory (errno: %d)"
2531
#: drizzled/error.cc:64
2014
2533
msgid "Can't lock file (errno: %d)"
2015
msgstr "Can't lock file (errno: %d)"
2017
#: ../drizzled/error.cc:219
2536
#: drizzled/error.cc:66
2019
2538
msgid "Can't open file: '%-.200s' (errno: %d)"
2020
msgstr "Can't open file: '%-.200s' (errno: %d)"
2022
#: ../drizzled/error.cc:220
2541
#: drizzled/error.cc:68
2024
2543
msgid "Can't find file: '%-.200s' (errno: %d)"
2025
msgstr "Can't find file: '%-.200s' (errno: %d)"
2027
#: ../drizzled/error.cc:221
2546
#: drizzled/error.cc:70
2029
2548
msgid "Can't read dir of '%-.192s' (errno: %d)"
2030
msgstr "Can't read dir of '%-.192s' (errno: %d)"
2032
#: ../drizzled/error.cc:222
2551
#: drizzled/error.cc:72
2553
msgid "Can't change dir to '%-.192s' (errno: %d)"
2556
#: drizzled/error.cc:74
2034
2558
msgid "Record has changed since last read in table '%-.192s'"
2035
msgstr "Record has changed since last read in table '%-.192s'"
2037
#: ../drizzled/error.cc:223
2561
#: drizzled/error.cc:76
2039
2563
msgid "Disk full (%s); waiting for someone to free some space..."
2040
msgstr "Disk full (%s); waiting for someone to free some space..."
2042
#: ../drizzled/error.cc:224
2566
#: drizzled/error.cc:78
2044
2568
msgid "Can't write; duplicate key in table '%-.192s'"
2045
msgstr "Can't write; duplicate key in table '%-.192s'"
2047
#: ../drizzled/error.cc:225
2571
#: drizzled/error.cc:80
2049
2573
msgid "Error on close of '%-.192s' (errno: %d)"
2050
msgstr "Error on close of '%-.192s' (errno: %d)"
2052
#: ../drizzled/error.cc:226
2576
#: drizzled/error.cc:82
2054
2578
msgid "Error reading file '%-.200s' (errno: %d)"
2055
msgstr "Error reading file '%-.200s' (errno: %d)"
2057
#: ../drizzled/error.cc:227
2581
#: drizzled/error.cc:84
2059
2583
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2060
msgstr "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2062
#: ../drizzled/error.cc:228
2586
#: drizzled/error.cc:86
2064
2588
msgid "Error writing file '%-.200s' (errno: %d)"
2065
msgstr "Error writing file '%-.200s' (errno: %d)"
2067
#: ../drizzled/error.cc:229
2591
#: drizzled/error.cc:88
2069
2593
msgid "'%-.192s' is locked against change"
2070
msgstr "'%-.192s' is locked against change"
2072
#: ../drizzled/error.cc:230
2596
#: drizzled/error.cc:90
2073
2597
msgid "Sort aborted"
2074
msgstr "Sort aborted"
2076
#: ../drizzled/error.cc:231
2600
#: drizzled/error.cc:92
2602
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2605
#: drizzled/error.cc:94
2078
2607
msgid "Got error %d from storage engine"
2079
msgstr "Got error %d from storage engine"
2081
#: ../drizzled/error.cc:232
2610
#: drizzled/error.cc:96
2083
2612
msgid "Table storage engine for '%-.192s' doesn't have this option"
2084
msgstr "Table storage engine for '%-.192s' doesn't have this option"
2086
#: ../drizzled/error.cc:233
2615
#: drizzled/error.cc:98
2088
2617
msgid "Can't find record in '%-.192s'"
2089
msgstr "Can't find record in '%-.192s'"
2091
#: ../drizzled/error.cc:234
2620
#: drizzled/error.cc:100
2093
2622
msgid "Incorrect information in file: '%-.200s'"
2094
msgstr "Incorrect information in file: '%-.200s'"
2096
#: ../drizzled/error.cc:235
2625
#: drizzled/error.cc:102
2098
2627
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2099
msgstr "Incorrect key file for table '%-.200s'; try to repair it"
2101
#: ../drizzled/error.cc:236
2630
#: drizzled/error.cc:104
2103
2632
msgid "Old key file for table '%-.192s'; repair it!"
2104
msgstr "Old key file for table '%-.192s'; repair it!"
2106
#: ../drizzled/error.cc:237
2635
#: drizzled/error.cc:106
2108
2637
msgid "Table '%-.192s' is read only"
2109
msgstr "Table '%-.192s' is read only"
2111
#: ../drizzled/error.cc:238
2640
#: drizzled/error.cc:108
2113
2642
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2114
msgstr "Out of memory; restart server and try again (needed %lu bytes)"
2643
msgstr "Out of memory (Needed %u bytes)"
2116
#: ../drizzled/error.cc:239
2645
#: drizzled/error.cc:110
2117
2646
msgid "Out of sort memory; increase server sort buffer size"
2118
msgstr "Out of sort memory; increase server sort buffer size"
2120
#: ../drizzled/error.cc:240
2121
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
2124
#: ../drizzled/error.cc:241
2125
msgid "Global join memory constraint hit; increase join-heap-threshold"
2128
#: ../drizzled/error.cc:242
2129
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
2132
#: ../drizzled/error.cc:243
2133
msgid "Global read memory constraint hit; increase read-buffer-threshold"
2136
#: ../drizzled/error.cc:244
2649
#: drizzled/error.cc:112
2138
2651
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2139
msgstr "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2141
#: ../drizzled/error.cc:245
2654
#: drizzled/error.cc:114
2142
2655
msgid "Too many connections"
2143
msgstr "Too many connections"
2145
#: ../drizzled/error.cc:246
2658
#: drizzled/error.cc:116
2147
2660
"Out of memory; check if drizzled or some other process uses all available "
2148
2661
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2149
2662
"memory or you can add more swap space"
2151
"Out of memory; check if drizzled or some other process uses all available "
2152
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2153
"memory or you can add more swap space"
2155
#: ../drizzled/error.cc:247
2665
#: drizzled/error.cc:118
2156
2666
msgid "Can't get hostname for your address"
2157
msgstr "Can't get hostname for your address"
2159
#: ../drizzled/error.cc:248
2669
#: drizzled/error.cc:120
2160
2670
msgid "Bad handshake"
2161
msgstr "Bad handshake"
2163
#: ../drizzled/error.cc:249
2165
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
2166
msgstr "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2168
#: ../drizzled/error.cc:250
2673
#: drizzled/error.cc:122
2675
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2678
#: drizzled/error.cc:124
2170
2680
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2171
msgstr "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2173
#: ../drizzled/error.cc:251
2175
msgid "No schema selected"
2176
msgstr "No database selected"
2178
#: ../drizzled/error.cc:252
2683
#: drizzled/error.cc:126
2684
msgid "No database selected"
2687
#: drizzled/error.cc:128
2179
2688
msgid "Unknown command"
2180
msgstr "Unknown command"
2182
#: ../drizzled/error.cc:253
2691
#: drizzled/error.cc:130
2184
2693
msgid "Column '%-.192s' cannot be null"
2185
msgstr "Column '%-.192s' cannot be null"
2187
#: ../drizzled/error.cc:254
2189
msgid "Unknown schema '%-.192s'"
2190
msgstr "Unknown event '%-.192s'"
2192
#: ../drizzled/error.cc:255
2696
#: drizzled/error.cc:132
2698
msgid "Unknown database '%-.192s'"
2701
#: drizzled/error.cc:134
2194
2703
msgid "Table '%-.192s' already exists"
2195
msgstr "Table '%-.192s' already exists"
2197
#: ../drizzled/error.cc:256
2706
#: drizzled/error.cc:136
2199
2708
msgid "Unknown table '%-.100s'"
2200
msgstr "Unknown table '%-.100s'"
2202
#: ../drizzled/error.cc:257
2711
#: drizzled/error.cc:138
2204
2713
msgid "Column '%-.192s' in %-.192s is ambiguous"
2205
msgstr "Column '%-.192s' in %-.192s is ambiguous"
2207
#: ../drizzled/error.cc:258
2716
#: drizzled/error.cc:140
2208
2717
msgid "Server shutdown in progress"
2209
msgstr "Server shutdown in progress"
2211
#: ../drizzled/error.cc:259
2720
#: drizzled/error.cc:142
2213
2722
msgid "Unknown column '%-.192s' in '%-.192s'"
2214
msgstr "Unknown column '%-.192s' in '%-.192s'"
2216
#: ../drizzled/error.cc:260
2725
#: drizzled/error.cc:144
2218
2727
msgid "'%-.192s' isn't in GROUP BY"
2219
msgstr "'%-.192s' isn't in GROUP BY"
2221
#: ../drizzled/error.cc:261
2730
#: drizzled/error.cc:146
2223
2732
msgid "Can't group on '%-.192s'"
2224
msgstr "Can't group on '%-.192s'"
2226
#: ../drizzled/error.cc:262
2735
#: drizzled/error.cc:148
2227
2736
msgid "Statement has sum functions and columns in same statement"
2228
msgstr "Statement has sum functions and columns in same statement"
2230
#: ../drizzled/error.cc:263
2739
#: drizzled/error.cc:150
2231
2740
msgid "Column count doesn't match value count"
2232
msgstr "Column count doesn't match value count"
2234
#: ../drizzled/error.cc:264
2743
#: drizzled/error.cc:152
2236
2745
msgid "Identifier name '%-.100s' is too long"
2237
msgstr "Identifier name '%-.100s' is too long"
2239
#: ../drizzled/error.cc:265
2748
#: drizzled/error.cc:154
2241
2750
msgid "Duplicate column name '%-.192s'"
2242
msgstr "Duplicate column name '%-.192s'"
2244
#: ../drizzled/error.cc:266
2753
#: drizzled/error.cc:156
2246
2755
msgid "Duplicate key name '%-.192s'"
2247
msgstr "Duplicate key name '%-.192s'"
2249
#: ../drizzled/error.cc:267
2758
#: drizzled/error.cc:158
2251
2760
msgid "Duplicate entry '%-.192s' for key %d"
2252
msgstr "Duplicate entry '%-.192s' for key %d"
2254
#: ../drizzled/error.cc:268
2763
#: drizzled/error.cc:160
2256
2765
msgid "Incorrect column specifier for column '%-.192s'"
2257
msgstr "Incorrect column specifier for column '%-.192s'"
2259
#: ../drizzled/error.cc:269
2768
#: drizzled/error.cc:162
2261
2770
msgid "%s near '%-.80s' at line %d"
2262
msgstr "%s near '%-.80s' at line %d"
2264
#: ../drizzled/error.cc:270
2266
msgid "Parsing error near '%s'"
2269
#: ../drizzled/error.cc:271
2773
#: drizzled/error.cc:164
2270
2774
msgid "Query was empty"
2271
msgstr "Query was empty"
2273
#: ../drizzled/error.cc:272
2777
#: drizzled/error.cc:166
2275
2779
msgid "Not unique table/alias: '%-.192s'"
2276
msgstr "Not unique table/alias: '%-.192s'"
2278
#: ../drizzled/error.cc:273
2782
#: drizzled/error.cc:168
2280
2784
msgid "Invalid default value for '%-.192s'"
2281
msgstr "Invalid default value for '%-.192s'"
2283
#: ../drizzled/error.cc:274
2787
#: drizzled/error.cc:170
2284
2788
msgid "Multiple primary key defined"
2285
msgstr "Multiple primary key defined"
2287
#: ../drizzled/error.cc:275
2791
#: drizzled/error.cc:172
2289
2793
msgid "Too many keys specified; max %d keys allowed"
2290
msgstr "Too many keys specified; max %d keys allowed"
2292
#: ../drizzled/error.cc:276
2796
#: drizzled/error.cc:174
2294
2798
msgid "Too many key parts specified; max %d parts allowed"
2295
msgstr "Too many key parts specified; max %d parts allowed"
2297
#: ../drizzled/error.cc:277
2801
#: drizzled/error.cc:176
2299
2803
msgid "Specified key was too long; max key length is %d bytes"
2300
msgstr "Specified key was too long; max key length is %d bytes"
2302
#: ../drizzled/error.cc:278
2806
#: drizzled/error.cc:178
2304
2808
msgid "Key column '%-.192s' doesn't exist in table"
2305
msgstr "Key column '%-.192s' doesn't exist in table"
2307
#: ../drizzled/error.cc:279
2310
"BLOB column '%-.192s' can't be used in key specification with the used table "
2313
"BLOB column '%-.192s' can't be used in key specification with the used table "
2316
#: ../drizzled/error.cc:280
2319
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2322
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2325
#: ../drizzled/error.cc:281
2327
"Incorrect table definition; there can be only one auto column and it must be "
2330
"Incorrect table definition; there can be only one auto column and it must be "
2333
#: ../drizzled/error.cc:282
2811
#: drizzled/error.cc:180
2814
"BLOB column '%-.192s' can't be used in key specification with the used table "
2818
#: drizzled/error.cc:182
2821
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2825
#: drizzled/error.cc:184
2827
"Incorrect table definition; there can be only one auto column and it must be "
2831
#: drizzled/error.cc:186
2834
"%s: ready for connections.\n"
2835
"Version: '%s' socket: '%s' port: %d"
2838
#: drizzled/error.cc:188
2335
2840
msgid "%s: Normal shutdown\n"
2336
msgstr "%s: Normal shutdown\n"
2338
#: ../drizzled/error.cc:283
2843
#: drizzled/error.cc:190
2340
2845
msgid "%s: Got signal %d. Aborting!\n"
2341
msgstr "%s: Got signal %d. Aborting!\n"
2343
#: ../drizzled/error.cc:284
2848
#: drizzled/error.cc:192
2345
2850
msgid "%s: Shutdown complete\n"
2346
msgstr "%s: Shutdown complete\n"
2348
#: ../drizzled/error.cc:285
2853
#: drizzled/error.cc:194
2350
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2351
msgstr "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2855
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2353
#: ../drizzled/error.cc:286
2858
#: drizzled/error.cc:196
2354
2859
msgid "Can't create IP socket"
2355
msgstr "Can't create IP socket"
2357
#: ../drizzled/error.cc:287
2360
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2363
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2366
#: ../drizzled/error.cc:288
2369
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2372
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2375
#: ../drizzled/error.cc:289
2377
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2379
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2381
#: ../drizzled/error.cc:290
2384
"The file '%-.128s' must be in the schema directory or be readable by all"
2862
#: drizzled/error.cc:198
2865
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2869
#: drizzled/error.cc:200
2870
msgid "Field separator argument is not what is expected; check the manual"
2873
#: drizzled/error.cc:202
2875
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2878
#: drizzled/error.cc:204
2386
2881
"The file '%-.128s' must be in the database directory or be readable by all"
2388
#: ../drizzled/error.cc:291
2884
#: drizzled/error.cc:206
2390
2886
msgid "File '%-.200s' already exists"
2391
msgstr "File '%-.200s' already exists"
2393
#: ../drizzled/error.cc:292
2889
#: drizzled/error.cc:208
2395
2891
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2396
msgstr "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2398
#: ../drizzled/error.cc:293
2894
#: drizzled/error.cc:210
2896
msgid "Records: %ld Duplicates: %ld"
2899
#: drizzled/error.cc:212
2400
2901
"Incorrect prefix key; the used key part isn't a string, the used length is "
2401
2902
"longer than the key part, or the storage engine doesn't support unique "
2404
"Incorrect prefix key; the used key part isn't a string, the used length is "
2405
"longer than the key part, or the storage engine doesn't support unique "
2408
#: ../drizzled/error.cc:294
2906
#: drizzled/error.cc:214
2409
2907
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2410
msgstr "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2412
#: ../drizzled/error.cc:295
2910
#: drizzled/error.cc:216
2414
2912
msgid "Can't DROP '%-.192s'; check that column/key exists"
2415
msgstr "Can't DROP '%-.192s'; check that column/key exists"
2417
#: ../drizzled/error.cc:296
2915
#: drizzled/error.cc:218
2419
2917
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2420
msgstr "Records: %ld Duplicates: %ld Warnings: %ld"
2422
#: ../drizzled/error.cc:297
2920
#: drizzled/error.cc:220
2424
2922
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2425
msgstr "You can't specify target table '%-.192s' for update in FROM clause"
2427
#. KILL session errors
2428
#: ../drizzled/error.cc:300
2430
msgid "Unknown session id: %lu"
2431
msgstr "Unknown thread id: %lu"
2433
#: ../drizzled/error.cc:301
2435
msgid "You are not the owner of session %lu"
2436
msgstr "You are not owner of thread %lu"
2438
#: ../drizzled/error.cc:302
2439
msgid "You cannot kill the session you are connected from."
2442
#: ../drizzled/error.cc:305
2925
#: drizzled/error.cc:222
2927
msgid "Unknown thread id: %lu"
2930
#: drizzled/error.cc:224
2932
msgid "You are not owner of thread %lu"
2935
#: drizzled/error.cc:226
2443
2936
msgid "No tables used"
2444
msgstr "No tables used"
2446
#: ../drizzled/error.cc:306
2939
#: drizzled/error.cc:228
2941
msgid "Too many strings for column %-.192s and SET"
2944
#: drizzled/error.cc:230
2946
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2949
#: drizzled/error.cc:232
2951
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2954
#: drizzled/error.cc:234
2956
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2959
#: drizzled/error.cc:236
2448
2961
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2449
msgstr "BLOB/TEXT column '%-.192s' can't have a default value"
2451
#: ../drizzled/error.cc:307
2453
msgid "Incorrect schema name '%-.100s'"
2454
msgstr "Incorrect column name '%-.100s'"
2456
#: ../drizzled/error.cc:308
2964
#: drizzled/error.cc:238
2966
msgid "Incorrect database name '%-.100s'"
2969
#: drizzled/error.cc:240
2458
2971
msgid "Incorrect table name '%-.100s'"
2459
msgstr "Incorrect table name '%-.100s'"
2461
#: ../drizzled/error.cc:309
2974
#: drizzled/error.cc:242
2463
2976
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2464
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2977
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2466
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2467
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2469
#: ../drizzled/error.cc:310
2980
#: drizzled/error.cc:244
2470
2981
msgid "Unknown error"
2471
msgstr "Unknown error"
2473
#: ../drizzled/error.cc:311
2984
#: drizzled/error.cc:246
2475
2986
msgid "Unknown procedure '%-.192s'"
2476
msgstr "Unknown procedure '%-.192s'"
2478
#: ../drizzled/error.cc:312
2989
#: drizzled/error.cc:248
2480
2991
msgid "Incorrect parameter count to procedure '%-.192s'"
2481
msgstr "Incorrect parameter count to procedure '%-.192s'"
2483
#: ../drizzled/error.cc:313
2994
#: drizzled/error.cc:250
2996
msgid "Incorrect parameters to procedure '%-.192s'"
2999
#: drizzled/error.cc:252
2485
3001
msgid "Unknown table '%-.192s' in %-.32s"
2486
msgstr "Unknown table '%-.192s' in %-.32s"
2488
#: ../drizzled/error.cc:314
3004
#: drizzled/error.cc:254
2490
3006
msgid "Column '%-.192s' specified twice"
2491
msgstr "Column '%-.192s' specified twice"
2493
#: ../drizzled/error.cc:315
3009
#: drizzled/error.cc:256
2494
3010
msgid "Invalid use of group function"
2495
msgstr "Invalid use of group function"
2497
#: ../drizzled/error.cc:316
3013
#: drizzled/error.cc:258
2500
3016
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2502
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2504
#: ../drizzled/error.cc:317
3019
#: drizzled/error.cc:260
2505
3020
msgid "A table must have at least 1 column"
2506
msgstr "A table must have at least 1 column"
2508
#: ../drizzled/error.cc:318
3023
#: drizzled/error.cc:262
2510
3025
msgid "The table '%-.192s' is full"
2511
msgstr "The table '%-.192s' is full"
2513
#: ../drizzled/error.cc:319
3028
#: drizzled/error.cc:264
3030
msgid "Unknown character set: '%-.64s'"
3033
#: drizzled/error.cc:266
2515
3035
msgid "Too many tables; Drizzle can only use %d tables in a join"
2516
msgstr "Too many tables; Drizzle can only use %d tables in a join"
2518
#: ../drizzled/error.cc:320
3038
#: drizzled/error.cc:268
2519
3039
msgid "Too many columns"
2520
msgstr "Too many columns"
2522
#: ../drizzled/error.cc:321
2525
"Row size too large. The maximum row size for the used table type, not "
2526
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2528
"Row size too large. The maximum row size for the used table type, not "
2529
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2531
#: ../drizzled/error.cc:322
3042
#: drizzled/error.cc:270
3045
"Row size too large. The maximum row size for the used table type, not "
3046
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3049
#: drizzled/error.cc:272
3052
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
3053
"thread_stack=#' to specify a bigger stack if needed"
3056
#: drizzled/error.cc:274
2532
3057
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2533
msgstr "Cross dependency found in OUTER JOIN; examine your ON conditions"
2535
#: ../drizzled/error.cc:323
2538
"Table handler doesn't support NULL in given index. Please change column "
2539
"'%-.192s' to be NOT NULL or use another handler"
2541
"Table handler doesn't support NULL in given index. Please change column "
2542
"'%-.192s' to be NOT NULL or use another handler"
2544
#: ../drizzled/error.cc:324
2545
msgid "No paths allowed for plugin library"
2546
msgstr "No paths allowed for plugin library"
2548
#: ../drizzled/error.cc:325
2550
msgid "Plugin '%-.192s' already exists"
2551
msgstr "Plugin '%-.192s' already exists"
2553
#: ../drizzled/error.cc:326
2555
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2556
msgstr "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2558
#: ../drizzled/error.cc:327
2560
msgid "Can't find symbol '%-.128s' in library '%s'"
2561
msgstr "Can't find symbol '%-.128s' in library '%-.128s'"
2563
#: ../drizzled/error.cc:328
3060
#: drizzled/error.cc:276
3063
"Table handler doesn't support NULL in given index. Please change column "
3064
"'%-.192s' to be NOT NULL or use another handler"
3067
#: drizzled/error.cc:278
3069
msgid "Can't load function '%-.192s'"
3072
#: drizzled/error.cc:280
3074
msgid "Can't initialize function '%-.192s'; %-.80s"
3075
msgstr "Can't initialise function '%-.192s'; %-.80s"
3077
#: drizzled/error.cc:282
3078
msgid "No paths allowed for shared library"
3081
#: drizzled/error.cc:284
3083
msgid "Function '%-.192s' already exists"
3086
#: drizzled/error.cc:286
3088
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3091
#: drizzled/error.cc:288
3093
msgid "Can't find symbol '%-.128s' in library"
3096
#: drizzled/error.cc:290
3098
msgid "Function '%-.192s' is not defined"
3101
#: drizzled/error.cc:292
3104
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3105
"'drizzleadmin flush-hosts'"
3108
#: drizzled/error.cc:294
3110
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
3113
#: drizzled/error.cc:296
3115
"You are using Drizzle as an anonymous user and anonymous users are not "
3116
"allowed to change passwords"
3119
#: drizzled/error.cc:298
3121
"You must have privileges to update tables in the drizzle database to be able "
3122
"to change passwords for others"
3125
#: drizzled/error.cc:300
3126
msgid "Can't find any matching row in the user table"
3129
#: drizzled/error.cc:302
2565
3131
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2566
msgstr "Rows matched: %ld Changed: %ld Warnings: %ld"
2568
#: ../drizzled/error.cc:329
3134
#: drizzled/error.cc:304
2571
3137
"Can't create a new thread (errno %d); if you are not out of available "
2572
3138
"memory, you can consult the manual for a possible OS-dependent bug"
2574
"Can't create a new thread (errno %d); if you are not out of available "
2575
"memory, you can consult the manual for a possible OS-dependent bug"
2577
#: ../drizzled/error.cc:330
3141
#: drizzled/error.cc:306
2579
3143
msgid "Column count doesn't match value count at row %ld"
2580
msgstr "Column count doesn't match value count at row %ld"
2582
#: ../drizzled/error.cc:331
3146
#: drizzled/error.cc:308
2584
3148
msgid "Can't reopen table: '%-.192s'"
2585
msgstr "Can't reopen table: '%-.192s'"
2587
#: ../drizzled/error.cc:332
2589
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2590
"illegal if there is no GROUP BY clause"
2592
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2593
"illegal if there is no GROUP BY clause"
2595
#: ../drizzled/error.cc:333
3151
#: drizzled/error.cc:310
3152
msgid "Invalid use of NULL value"
3155
#: drizzled/error.cc:312
3157
msgid "Got error '%-.64s' from regexp"
3160
#: drizzled/error.cc:314
3162
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3163
"illegal if there is no GROUP BY clause"
3166
#: drizzled/error.cc:316
3168
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3171
#: drizzled/error.cc:318
3173
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3176
#: drizzled/error.cc:320
3179
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3183
#: drizzled/error.cc:322
3185
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3186
"privileges can be used"
3189
#: drizzled/error.cc:324
3190
msgid "The host or user argument to GRANT is too long"
3193
#: drizzled/error.cc:326
2597
3195
msgid "Table '%-.192s.%-.192s' doesn't exist"
2598
msgstr "Table '%-.192s.%-.192s' doesn't exist"
2600
#: ../drizzled/error.cc:334
2602
"You have an error in your SQL syntax; check the manual that corresponds to "
2603
"your Drizzle server version for the right syntax to use"
2605
"You have an error in your SQL syntax; check the manual that corresponds to "
2606
"your Drizzle server version for the right syntax to use"
2608
#: ../drizzled/error.cc:335
3198
#: drizzled/error.cc:328
3201
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3205
#: drizzled/error.cc:330
3206
msgid "The used command is not allowed with this Drizzle version"
3209
#: drizzled/error.cc:332
3211
"You have an error in your SQL syntax; check the manual that corresponds to "
3212
"your Drizzle server version for the right syntax to use"
3215
#: drizzled/error.cc:334
3217
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3220
#: drizzled/error.cc:336
3221
msgid "Too many delayed threads in use"
3224
#: drizzled/error.cc:338
3226
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3229
#: drizzled/error.cc:340
2609
3230
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2610
msgstr "Got a packet bigger than 'max_allowed_packet' bytes"
2612
#: ../drizzled/error.cc:336
3233
#: drizzled/error.cc:342
3234
msgid "Got a read error from the connection pipe"
3237
#: drizzled/error.cc:344
3238
msgid "Got an error from fcntl()"
3241
#: drizzled/error.cc:346
2613
3242
msgid "Got packets out of order"
2614
msgstr "Got packets out of order"
2616
#: ../drizzled/error.cc:337
3245
#: drizzled/error.cc:358
3246
msgid "Result string is longer than 'max_allowed_packet' bytes"
3249
#: drizzled/error.cc:360
2617
3250
msgid "The used table type doesn't support BLOB/TEXT columns"
2618
msgstr "The used table type doesn't support BLOB/TEXT columns"
2620
#: ../drizzled/error.cc:338
3253
#: drizzled/error.cc:362
2621
3254
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2622
msgstr "The used table type doesn't support AUTO_INCREMENT columns"
2624
#: ../drizzled/error.cc:339
3257
#: drizzled/error.cc:364
3260
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3264
#: drizzled/error.cc:366
2626
3266
msgid "Incorrect column name '%-.100s'"
2627
msgstr "Incorrect column name '%-.100s'"
2629
#: ../drizzled/error.cc:340
3269
#: drizzled/error.cc:368
2631
3271
msgid "The used storage engine can't index column '%-.192s'"
2632
msgstr "The used storage engine can't index column '%-.192s'"
2634
#: ../drizzled/error.cc:341
3274
#: drizzled/error.cc:370
2636
3276
"Unable to open underlying table which is differently defined or of non-"
2637
3277
"MyISAM type or doesn't exist"
2639
"Unable to open underlying table which is differently defined or of non-"
2640
"MyISAM type or doesn't exist"
2642
#: ../drizzled/error.cc:342
3280
#: drizzled/error.cc:372
2644
3282
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2645
msgstr "Can't write, because of unique constraint, to table '%-.192s'"
2647
#: ../drizzled/error.cc:343
3285
#: drizzled/error.cc:374
2650
3288
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2652
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2654
#: ../drizzled/error.cc:344
3291
#: drizzled/error.cc:376
2656
3293
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2657
3294
"UNIQUE instead"
2659
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2662
#: ../drizzled/error.cc:345
3297
#: drizzled/error.cc:378
2663
3298
msgid "Result consisted of more than one row"
2664
msgstr "Result consisted of more than one row"
2666
#: ../drizzled/error.cc:346
3301
#: drizzled/error.cc:380
2667
3302
msgid "This table type requires a primary key"
2668
msgstr "This table type requires a primary key"
2670
#: ../drizzled/error.cc:347
3305
#: drizzled/error.cc:382
3306
msgid "This version of Drizzle is not compiled with RAID support"
3309
#: drizzled/error.cc:384
3311
"You are using safe update mode and you tried to update a table without a "
3312
"WHERE that uses a KEY column"
3315
#: drizzled/error.cc:386
2672
3317
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2673
msgstr "Key '%-.192s' doesn't exist in table '%-.192s'"
2675
#: ../drizzled/error.cc:348
3320
#: drizzled/error.cc:388
2676
3321
msgid "Can't open table"
2677
msgstr "Can't open table"
2679
#: ../drizzled/error.cc:349
3324
#: drizzled/error.cc:390
2681
3326
msgid "The storage engine for the table doesn't support %s"
2682
msgstr "The storage engine for the table doesn't support %s"
2684
#: ../drizzled/error.cc:350
3329
#: drizzled/error.cc:392
3330
msgid "You are not allowed to execute this command in a transaction"
3333
#: drizzled/error.cc:394
2686
3335
msgid "Got error %d during COMMIT"
2687
msgstr "Got error %d during COMMIT"
2689
#: ../drizzled/error.cc:351
3338
#: drizzled/error.cc:396
2691
3340
msgid "Got error %d during ROLLBACK"
2692
msgstr "Got error %d during ROLLBACK"
2694
#. This is a very incorrect place to use the PRIi64 macro as the
2695
#. program that looks over the source for the N_() macros does not
2696
#. (obviously) do macro expansion, so the string is entirely wrong for
2697
#. what it is trying to output for every language except english.
2698
#: ../drizzled/error.cc:356
2701
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2704
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2707
#: ../drizzled/error.cc:357
2709
"Can't execute the given command because you have active locked tables or an "
2710
"active transaction"
2712
"Can't execute the given command because you have active locked tables or an "
2713
"active transaction"
2715
#: ../drizzled/error.cc:358
3343
#: drizzled/error.cc:398
3345
msgid "Got error %d during FLUSH_LOGS"
3348
#: drizzled/error.cc:400
3350
msgid "Got error %d during CHECKPOINT"
3353
#: drizzled/error.cc:402
3356
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3360
#: drizzled/error.cc:404
3361
msgid "The storage engine for the table does not support binary table dump"
3364
#: drizzled/error.cc:406
3365
msgid "Binlog closed, cannot RESET MASTER"
3368
#: drizzled/error.cc:408
3370
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3373
#: drizzled/error.cc:410
3375
msgid "Error from master: '%-.64s'"
3378
#: drizzled/error.cc:412
3379
msgid "Net error reading from master"
3382
#: drizzled/error.cc:414
3383
msgid "Net error writing to master"
3386
#: drizzled/error.cc:416
3387
msgid "Can't find FULLTEXT index matching the column list"
3390
#: drizzled/error.cc:418
3392
"Can't execute the given command because you have active locked tables or an "
3393
"active transaction"
3396
#: drizzled/error.cc:420
2717
3398
msgid "Unknown system variable '%-.64s'"
2718
msgstr "Unknown system variable '%-.64s'"
2720
#: ../drizzled/error.cc:359
3401
#: drizzled/error.cc:422
2722
3403
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2723
msgstr "Table '%-.192s' is marked as crashed and should be repaired"
2725
#: ../drizzled/error.cc:360
3406
#: drizzled/error.cc:424
2728
3409
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2730
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2732
#: ../drizzled/error.cc:361
3412
#: drizzled/error.cc:426
2733
3413
msgid "Some non-transactional changed tables couldn't be rolled back"
2734
msgstr "Some non-transactional changed tables couldn't be rolled back"
2736
#: ../drizzled/error.cc:362
3416
#: drizzled/error.cc:428
3418
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3419
"of storage; increase this drizzled variable and try again"
3422
#: drizzled/error.cc:430
3424
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3427
#: drizzled/error.cc:432
3429
"This operation requires a running slave; configure slave and do START SLAVE"
3432
#: drizzled/error.cc:434
3433
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3436
#: drizzled/error.cc:436
3439
"Could not initialize master info structure; more error messages can be found "
3440
"in the Drizzle error log"
3442
"Could not initialise master info structure; more error messages can be found "
3443
"in the MySQL error log"
3445
#: drizzled/error.cc:438
3446
msgid "Could not create slave thread; check system resources"
3449
#: drizzled/error.cc:440
3452
"User %-.64s already has more than 'max_user_connections' active connections"
3455
#: drizzled/error.cc:442
2737
3456
msgid "You may only use constant expressions with SET"
2738
msgstr "You may only use constant expressions with SET"
2740
#: ../drizzled/error.cc:363
3459
#: drizzled/error.cc:444
2741
3460
msgid "Lock wait timeout exceeded; try restarting transaction"
2742
msgstr "Lock wait timeout exceeded; try restarting transaction"
2744
#: ../drizzled/error.cc:364
3463
#: drizzled/error.cc:446
2745
3464
msgid "The total number of locks exceeds the lock table size"
2746
msgstr "The total number of locks exceeds the lock table size"
2748
#: ../drizzled/error.cc:365
3467
#: drizzled/error.cc:448
2749
3468
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2750
msgstr "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2752
#: ../drizzled/error.cc:366
3471
#: drizzled/error.cc:450
2753
3472
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2754
msgstr "DROP DATABASE not allowed while thread is holding global read lock"
2756
#: ../drizzled/error.cc:367
3475
#: drizzled/error.cc:452
3476
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3479
#: drizzled/error.cc:454
2758
3481
msgid "Incorrect arguments to %s"
2759
msgstr "Incorrect arguments to %s"
2761
#: ../drizzled/error.cc:368
3484
#: drizzled/error.cc:456
3486
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3489
#: drizzled/error.cc:458
3491
"Incorrect table definition; all MERGE tables must be in the same database"
3494
#: drizzled/error.cc:460
2762
3495
msgid "Deadlock found when trying to get lock; try restarting transaction"
2763
msgstr "Deadlock found when trying to get lock; try restarting transaction"
2765
#: ../drizzled/error.cc:369
3498
#: drizzled/error.cc:462
2766
3499
msgid "The used table type doesn't support FULLTEXT indexes"
2767
msgstr "The used table type doesn't support FULLTEXT indexes"
2769
#: ../drizzled/error.cc:370
3502
#: drizzled/error.cc:464
2770
3503
msgid "Cannot add foreign key constraint"
2771
msgstr "Cannot add foreign key constraint"
2773
#: ../drizzled/error.cc:371
3506
#: drizzled/error.cc:466
2774
3507
msgid "Cannot add or update a child row: a foreign key constraint fails"
2775
msgstr "Cannot add or update a child row: a foreign key constraint fails"
2777
#: ../drizzled/error.cc:372
3510
#: drizzled/error.cc:468
2778
3511
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2779
msgstr "Cannot delete or update a parent row: a foreign key constraint fails"
2781
#: ../drizzled/error.cc:373
3514
#: drizzled/error.cc:470
3516
msgid "Error connecting to master: %-.128s"
3519
#: drizzled/error.cc:472
3521
msgid "Error running query on master: %-.128s"
3524
#: drizzled/error.cc:474
3526
msgid "Error when executing command %s: %-.128s"
3529
#: drizzled/error.cc:476
2783
3531
msgid "Incorrect usage of %s and %s"
2784
msgstr "Incorrect usage of %s and %s"
2786
#: ../drizzled/error.cc:374
3534
#: drizzled/error.cc:478
2787
3535
msgid "The used SELECT statements have a different number of columns"
2788
msgstr "The used SELECT statements have a different number of columns"
2790
#: ../drizzled/error.cc:375
3538
#: drizzled/error.cc:480
2791
3539
msgid "Can't execute the query because you have a conflicting read lock"
2792
msgstr "Can't execute the query because you have a conflicting read lock"
2794
#: ../drizzled/error.cc:376
2797
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2799
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2801
#: ../drizzled/error.cc:377
2804
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2806
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2808
#: ../drizzled/error.cc:378
3542
#: drizzled/error.cc:482
3543
msgid "Mixing of transactional and non-transactional tables is disabled"
3546
#: drizzled/error.cc:484
3548
msgid "Option '%s' used twice in statement"
3551
#: drizzled/error.cc:486
3553
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3556
#: drizzled/error.cc:488
3558
msgid "Access denied; you need the %-.128s privilege for this operation"
3561
#: drizzled/error.cc:490
3564
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3567
#: drizzled/error.cc:492
3570
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3573
#: drizzled/error.cc:494
2810
3575
msgid "Variable '%-.64s' doesn't have a default value"
2811
msgstr "Variable '%-.64s' doesn't have a default value"
2813
#: ../drizzled/error.cc:379
3578
#: drizzled/error.cc:496
2815
3580
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2816
msgstr "Variable '%-.64s' can't be set to the value of '%-.200s'"
2818
#: ../drizzled/error.cc:380
3583
#: drizzled/error.cc:498
2820
3585
msgid "Incorrect argument type to variable '%-.64s'"
2821
msgstr "Incorrect argument type to variable '%-.64s'"
2823
#: ../drizzled/error.cc:381
3588
#: drizzled/error.cc:500
2825
3590
msgid "Variable '%-.64s' can only be set, not read"
2826
msgstr "Variable '%-.64s' can only be set, not read"
2828
#: ../drizzled/error.cc:382
3593
#: drizzled/error.cc:502
2830
3595
msgid "Incorrect usage/placement of '%s'"
2831
msgstr "Incorrect usage/placement of '%s'"
2833
#: ../drizzled/error.cc:383
3598
#: drizzled/error.cc:504
2835
3600
msgid "This version of Drizzle doesn't yet support '%s'"
2836
msgstr "This version of Drizzle doesn't yet support '%s'"
2838
#: ../drizzled/error.cc:384
3603
#: drizzled/error.cc:506
3606
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3609
#: drizzled/error.cc:508
3610
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3613
#: drizzled/error.cc:510
2840
3615
msgid "Variable '%-.192s' is a %s variable"
2841
msgstr "Variable '%-.192s' is a %s variable"
2843
#: ../drizzled/error.cc:385
3618
#: drizzled/error.cc:512
2845
3620
msgid "Incorrect foreign key definition for '%-.192s': %s"
2846
msgstr "Incorrect foreign key definition for '%-.192s': %s"
2848
#: ../drizzled/error.cc:386
3623
#: drizzled/error.cc:514
2849
3624
msgid "Key reference and table reference don't match"
2850
msgstr "Key reference and table reference don't match"
2852
#: ../drizzled/error.cc:387
3627
#: drizzled/error.cc:516
2854
3629
msgid "Operand should contain %d column(s)"
2855
msgstr "Operand should contain %d column(s)"
2857
#: ../drizzled/error.cc:388
3632
#: drizzled/error.cc:518
2858
3633
msgid "Subquery returns more than 1 row"
2859
msgstr "Subquery returns more than 1 row"
2861
#: ../drizzled/error.cc:389
3636
#: drizzled/error.cc:520
3638
msgid "Unknown prepared statement handler (%.*s) given to %s"
3641
#: drizzled/error.cc:522
3642
msgid "Help database is corrupt or does not exist"
3645
#: drizzled/error.cc:524
3646
msgid "Cyclic reference on subqueries"
3649
#: drizzled/error.cc:526
2863
3651
msgid "Converting column '%s' from %s to %s"
2864
msgstr "Converting column '%s' from %s to %s"
2866
#: ../drizzled/error.cc:390
3654
#: drizzled/error.cc:528
2868
3656
msgid "Reference '%-.64s' not supported (%s)"
2869
msgstr "Reference '%-.64s' not supported (%s)"
2871
#: ../drizzled/error.cc:391
3659
#: drizzled/error.cc:530
2872
3660
msgid "Every derived table must have its own alias"
2873
msgstr "Every derived table must have its own alias"
2875
#: ../drizzled/error.cc:392
3663
#: drizzled/error.cc:532
2877
3665
msgid "Select %u was reduced during optimization"
2878
msgstr "Select %u was reduced during optimization"
2880
#: ../drizzled/error.cc:393
3668
#: drizzled/error.cc:534
2882
3670
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2883
msgstr "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2885
#: ../drizzled/error.cc:394
3673
#: drizzled/error.cc:536
3675
"Client does not support authentication protocol requested by server; "
3676
"consider upgrading Drizzle client"
3679
#: drizzled/error.cc:538
2886
3680
msgid "All parts of a SPATIAL index must be NOT NULL"
2887
msgstr "All parts of a SPATIAL index must be NOT NULL"
2889
#: ../drizzled/error.cc:395
3683
#: drizzled/error.cc:540
2891
3685
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2892
msgstr "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2894
#: ../drizzled/error.cc:396
3688
#: drizzled/error.cc:542
3689
msgid "Slave is already running"
3692
#: drizzled/error.cc:544
3693
msgid "Slave already has been stopped"
3696
#: drizzled/error.cc:546
2897
"Uncompressed data size too large; the maximum size is %d (based on "
2898
"max_allowed_packet). The length of uncompressed data may also be corrupted."
3699
"Uncompressed data size too large; the maximum size is %d (probably, length "
3700
"of uncompressed data was corrupted)"
2900
"Uncompressed data size too large; the maximum size is %d (based on "
2901
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2903
#: ../drizzled/error.cc:397
3703
#: drizzled/error.cc:548
2904
3704
msgid "ZLIB: Not enough memory"
2905
msgstr "ZLIB: Not enough memory"
2907
#: ../drizzled/error.cc:398
3707
#: drizzled/error.cc:550
2909
3709
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2910
3710
"data was corrupted)"
2912
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2913
"data was corrupted)"
2915
#: ../drizzled/error.cc:399
3713
#: drizzled/error.cc:552
2916
3714
msgid "ZLIB: Input data corrupted"
2917
msgstr "ZLIB: Input data corrupted"
2919
#: ../drizzled/error.cc:400
3717
#: drizzled/error.cc:554
2921
3719
msgid "%d line(s) were cut by GROUP_CONCAT()"
2922
msgstr "%d line(s) were cut by GROUP_CONCAT()"
2924
#: ../drizzled/error.cc:401
3722
#: drizzled/error.cc:556
2926
3724
msgid "Row %ld doesn't contain data for all columns"
2927
msgstr "Row %ld doesn't contain data for all columns"
2929
#: ../drizzled/error.cc:402
2932
"Row %ld was truncated; it contained more data than there were input columns"
2934
"Row %ld was truncated; it contained more data than there were input columns"
2936
#: ../drizzled/error.cc:403
2939
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2941
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2943
#: ../drizzled/error.cc:404
3727
#: drizzled/error.cc:558
3730
"Row %ld was truncated; it contained more data than there were input columns"
3733
#: drizzled/error.cc:560
3736
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3739
#: drizzled/error.cc:562
2945
3741
msgid "Out of range value for column '%s' at row %ld"
2946
msgstr "Out of range value for column '%s' at row %ld"
2948
#: ../drizzled/error.cc:405
3744
#: drizzled/error.cc:564
2950
3746
msgid "Data truncated for column '%s' at row %ld"
2951
msgstr "Data truncated for column '%s' at row %ld"
2953
#: ../drizzled/error.cc:406
3749
#: drizzled/error.cc:566
3751
msgid "Using storage engine %s for table '%s'"
3754
#: drizzled/error.cc:568
2955
3756
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2956
msgstr "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2958
#: ../drizzled/error.cc:407
3759
#: drizzled/error.cc:570
3760
msgid "Cannot drop one or more of the requested users"
3763
#: drizzled/error.cc:572
3764
msgid "Can't revoke all privileges for one or more of the requested users"
3767
#: drizzled/error.cc:574
2960
3769
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2961
msgstr "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2963
#: ../drizzled/error.cc:408
3772
#: drizzled/error.cc:576
2965
3774
msgid "Illegal mix of collations for operation '%s'"
2966
msgstr "Illegal mix of collations for operation '%s'"
2968
#: ../drizzled/error.cc:409
3777
#: drizzled/error.cc:578
2971
3780
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2972
3781
"variable_name)"
2974
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2977
#: ../drizzled/error.cc:410
3784
#: drizzled/error.cc:580
2979
3786
msgid "Unknown collation: '%-.64s'"
2980
msgstr "Unknown collation: '%-.64s'"
2982
#: ../drizzled/error.cc:411
2985
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2988
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2991
#: ../drizzled/error.cc:412
3789
#: drizzled/error.cc:582
3791
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3792
"compiled without SSL support; they can be used later if Drizzle slave with "
3796
#: drizzled/error.cc:584
3799
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3800
"old format; please change the password to the new format"
3803
#: drizzled/error.cc:586
3806
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3810
#: drizzled/error.cc:588
3811
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3814
#: drizzled/error.cc:590
3816
"It is recommended to use --skip-slave-start when doing step-by-step "
3817
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3818
"get an unexpected slave's drizzled restart"
3821
#: drizzled/error.cc:592
3822
msgid "SQL thread is not to be started so UNTIL options are ignored"
3825
#: drizzled/error.cc:594
2993
3827
msgid "Incorrect index name '%-.100s'"
2994
msgstr "Incorrect index name '%-.100s'"
2996
#: ../drizzled/error.cc:413
3830
#: drizzled/error.cc:596
2998
3832
msgid "Incorrect catalog name '%-.100s'"
2999
3833
msgstr "Incorrect catalogue name '%-.100s'"
3001
#: ../drizzled/error.cc:414
3835
#: drizzled/error.cc:598
3837
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3840
#: drizzled/error.cc:600
3003
3842
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3004
msgstr "Column '%-.192s' cannot be part of FULLTEXT index"
3006
#: ../drizzled/error.cc:415
3845
#: drizzled/error.cc:602
3847
msgid "Unknown key cache '%-.100s'"
3850
#: drizzled/error.cc:604
3852
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3853
"this switch for this grant to work"
3856
#: drizzled/error.cc:606
3008
3858
msgid "Unknown table engine '%s'"
3009
msgstr "Unknown table engine '%s'"
3011
#: ../drizzled/error.cc:416
3861
#: drizzled/error.cc:608
3863
msgid "'%s' is deprecated; use '%s' instead"
3866
#: drizzled/error.cc:610
3013
3868
msgid "The target table %-.100s of the %s is not updatable"
3014
msgstr "The target table %-.100s of the %s is not updatable"
3016
#: ../drizzled/error.cc:417
3019
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3022
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3025
#: ../drizzled/error.cc:418
3028
"The Drizzle server is running with the %s option so it cannot execute this "
3031
"The Drizzle server is running with the %s option so it cannot execute this "
3034
#: ../drizzled/error.cc:419
3871
#: drizzled/error.cc:612
3874
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3878
#: drizzled/error.cc:614
3881
"The Drizzle server is running with the %s option so it cannot execute this "
3885
#: drizzled/error.cc:616
3036
3887
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3037
msgstr "Column '%-.100s' has duplicated value '%-.64s' in %s"
3039
#: ../drizzled/error.cc:420
3890
#: drizzled/error.cc:618
3041
3892
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3042
msgstr "Truncated incorrect %-.32s value: '%-.128s'"
3044
#: ../drizzled/error.cc:421
3895
#: drizzled/error.cc:620
3046
3897
"Incorrect table definition; there can be only one TIMESTAMP column with "
3047
3898
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3049
"Incorrect table definition; there can be only one TIMESTAMP column with "
3050
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3052
#: ../drizzled/error.cc:422
3901
#: drizzled/error.cc:622
3054
3903
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3055
msgstr "Invalid ON UPDATE clause for '%-.192s' column"
3057
#: ../drizzled/error.cc:423
3906
#: drizzled/error.cc:624
3907
msgid "This command is not supported in the prepared statement protocol yet"
3910
#: drizzled/error.cc:626
3059
3912
msgid "Got error %d '%-.100s' from %s"
3060
msgstr "Got error %d '%-.100s' from %s"
3062
#: ../drizzled/error.cc:424
3915
#: drizzled/error.cc:628
3064
3917
msgid "Got temporary error %d '%-.100s' from %s"
3065
msgstr "Got temporary error %d '%-.100s' from %s"
3067
#: ../drizzled/error.cc:425
3920
#: drizzled/error.cc:630
3069
3922
msgid "Unknown or incorrect time zone: '%-.64s'"
3070
msgstr "Unknown or incorrect time zone: '%-.64s'"
3072
#: ../drizzled/error.cc:426
3925
#: drizzled/error.cc:632
3927
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3930
#: drizzled/error.cc:634
3074
3932
msgid "Invalid %s character string: '%.64s'"
3075
msgstr "Invalid %s character string: '%.64s'"
3077
#: ../drizzled/error.cc:427
3935
#: drizzled/error.cc:636
3079
3937
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3080
msgstr "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3082
#: ../drizzled/error.cc:428
3940
#: drizzled/error.cc:638
3942
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3945
#: drizzled/error.cc:640
3947
msgid "Can't create a %s from within another stored routine"
3950
#: drizzled/error.cc:642
3952
msgid "%s %s already exists"
3955
#: drizzled/error.cc:644
3084
3957
msgid "%s %s does not exist"
3085
msgstr "%s %s does not exist"
3087
#: ../drizzled/error.cc:429
3960
#: drizzled/error.cc:646
3962
msgid "Failed to DROP %s %s"
3965
#: drizzled/error.cc:648
3967
msgid "Failed to CREATE %s %s"
3970
#: drizzled/error.cc:650
3972
msgid "%s with no matching label: %s"
3975
#: drizzled/error.cc:652
3977
msgid "Redefining label %s"
3980
#: drizzled/error.cc:654
3982
msgid "End-label %s without match"
3985
#: drizzled/error.cc:656
3987
msgid "Referring to uninitialized variable %s"
3990
#: drizzled/error.cc:658
3992
msgid "PROCEDURE %s can't return a result set in the given context"
3995
#: drizzled/error.cc:660
3996
msgid "RETURN is only allowed in a FUNCTION"
3999
#: drizzled/error.cc:662
4001
msgid "%s is not allowed in stored procedures"
4004
#: drizzled/error.cc:664
4006
"The update log is deprecated and replaced by the binary log; SET "
4007
"SQL_LOG_UPDATE has been ignored"
4010
#: drizzled/error.cc:666
4012
"The update log is deprecated and replaced by the binary log; SET "
4013
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4016
#: drizzled/error.cc:668
3088
4017
msgid "Query execution was interrupted"
3089
msgstr "Query execution was interrupted"
3091
#: ../drizzled/error.cc:430
3094
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3095
"(s) or definer/invoker of view lack rights to use them"
3097
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3098
"(s) or definer/invoker of view lack rights to use them"
3100
#: ../drizzled/error.cc:431
4020
#: drizzled/error.cc:670
4022
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4025
#: drizzled/error.cc:672
4027
msgid "Undefined CONDITION: %s"
4030
#: drizzled/error.cc:674
4032
msgid "No RETURN found in FUNCTION %s"
4035
#: drizzled/error.cc:676
4037
msgid "FUNCTION %s ended without RETURN"
4040
#: drizzled/error.cc:678
4041
msgid "Cursor statement must be a SELECT"
4044
#: drizzled/error.cc:680
4045
msgid "Cursor SELECT must not have INTO"
4048
#: drizzled/error.cc:682
4050
msgid "Undefined CURSOR: %s"
4053
#: drizzled/error.cc:684
4054
msgid "Cursor is already open"
4057
#: drizzled/error.cc:686
4058
msgid "Cursor is not open"
4061
#: drizzled/error.cc:688
4063
msgid "Undeclared variable: %s"
4066
#: drizzled/error.cc:690
4067
msgid "Incorrect number of FETCH variables"
4070
#: drizzled/error.cc:692
4071
msgid "No data - zero rows fetched, selected, or processed"
4074
#: drizzled/error.cc:694
4076
msgid "Duplicate parameter: %s"
4079
#: drizzled/error.cc:696
4081
msgid "Duplicate variable: %s"
4084
#: drizzled/error.cc:698
4086
msgid "Duplicate condition: %s"
4089
#: drizzled/error.cc:700
4091
msgid "Duplicate cursor: %s"
4094
#: drizzled/error.cc:702
4096
msgid "Failed to ALTER %s %s"
4099
#: drizzled/error.cc:704
4100
msgid "Subquery value not supported"
4103
#: drizzled/error.cc:706
4105
msgid "%s is not allowed in stored function or trigger"
4108
#: drizzled/error.cc:708
4109
msgid "Variable or condition declaration after cursor or handler declaration"
4112
#: drizzled/error.cc:710
4113
msgid "Cursor declaration after handler declaration"
4116
#: drizzled/error.cc:712
4117
msgid "Case not found for CASE statement"
4120
#: drizzled/error.cc:714
4122
msgid "Configuration file '%-.192s' is too big"
4125
#: drizzled/error.cc:716
4127
msgid "Malformed file type header in file '%-.192s'"
4130
#: drizzled/error.cc:718
4132
msgid "Unexpected end of file while parsing comment '%-.200s'"
4135
#: drizzled/error.cc:720
4137
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4140
#: drizzled/error.cc:722
4142
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4145
#: drizzled/error.cc:724
4146
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4149
#: drizzled/error.cc:726
4151
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4154
#: drizzled/error.cc:728
4156
msgid "'%-.192s.%-.192s' is not %s"
4159
#: drizzled/error.cc:730
4161
msgid "Column '%-.192s' is not updatable"
4164
#: drizzled/error.cc:732
4165
msgid "View's SELECT contains a subquery in the FROM clause"
4168
#: drizzled/error.cc:734
4170
msgid "View's SELECT contains a '%s' clause"
4173
#: drizzled/error.cc:736
4174
msgid "View's SELECT contains a variable or parameter"
4177
#: drizzled/error.cc:738
4179
msgid "View's SELECT refers to a temporary table '%-.192s'"
4182
#: drizzled/error.cc:740
4183
msgid "View's SELECT and view's field list have different column counts"
4186
#: drizzled/error.cc:742
4188
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4191
#: drizzled/error.cc:744
4192
msgid "View being updated does not have complete key of underlying table in it"
4195
#: drizzled/error.cc:746
4198
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4199
"(s) or definer/invoker of view lack rights to use them"
4202
#: drizzled/error.cc:748
4204
msgid "Can't drop or alter a %s from within another stored routine"
4207
#: drizzled/error.cc:750
4208
msgid "GOTO is not allowed in a stored procedure handler"
4211
#: drizzled/error.cc:752
4212
msgid "Trigger already exists"
4215
#: drizzled/error.cc:754
4216
msgid "Trigger does not exist"
4219
#: drizzled/error.cc:756
4221
msgid "Trigger's '%-.192s' is view or temporary table"
4224
#: drizzled/error.cc:758
4226
msgid "Updating of %s row is not allowed in %strigger"
4229
#: drizzled/error.cc:760
4231
msgid "There is no %s row in %s trigger"
4234
#: drizzled/error.cc:762
3102
4236
msgid "Field '%-.192s' doesn't have a default value"
3103
msgstr "Field '%-.192s' doesn't have a default value"
3105
#: ../drizzled/error.cc:432
4239
#: drizzled/error.cc:764
3106
4240
msgid "Division by 0"
3107
msgstr "Division by 0"
3109
#: ../drizzled/error.cc:433
4243
#: drizzled/error.cc:766
3111
4245
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3112
msgstr "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3114
#: ../drizzled/error.cc:434
4248
#: drizzled/error.cc:768
3116
4250
msgid "Illegal %s '%-.192s' value found during parsing"
3117
msgstr "Illegal %s '%-.192s' value found during parsing"
3119
#: ../drizzled/error.cc:435
4253
#: drizzled/error.cc:770
4255
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4258
#: drizzled/error.cc:772
4260
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4263
#: drizzled/error.cc:774
4265
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4268
#: drizzled/error.cc:776
4270
msgid "Failed purging old relay logs: %s"
4273
#: drizzled/error.cc:778
4275
msgid "Password hash should be a %d-digit hexadecimal number"
4278
#: drizzled/error.cc:780
4279
msgid "Target log not found in binlog index"
4282
#: drizzled/error.cc:782
4283
msgid "I/O error reading log index file"
4286
#: drizzled/error.cc:784
4287
msgid "Server configuration does not permit binlog purge"
4290
#: drizzled/error.cc:786
4291
msgid "Failed on fseek()"
4294
#: drizzled/error.cc:788
4295
msgid "Fatal error during log purge"
4298
#: drizzled/error.cc:790
4299
msgid "A purgeable log is in use, will not purge"
4302
#: drizzled/error.cc:792
4303
msgid "Unknown error during log purge"
4306
#: drizzled/error.cc:794
4308
msgid "Failed initializing relay log position: %s"
4309
msgstr "Failed initialising relay log position: %s"
4311
#: drizzled/error.cc:796
4312
msgid "You are not using binary logging"
4315
#: drizzled/error.cc:798
4318
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
4321
#: drizzled/error.cc:800
4322
msgid "WSAStartup Failed"
4325
#: drizzled/error.cc:802
4326
msgid "Can't handle procedures with different groups yet"
4329
#: drizzled/error.cc:804
4330
msgid "Select must have a group with this procedure"
4333
#: drizzled/error.cc:806
4334
msgid "Can't use ORDER clause with this procedure"
4337
#: drizzled/error.cc:808
4339
msgid "Binary logging and replication forbid changing the global server %s"
4342
#: drizzled/error.cc:810
4344
msgid "Can't map file: %-.200s, errno: %d"
4347
#: drizzled/error.cc:812
4349
msgid "Wrong magic in %-.64s"
4352
#: drizzled/error.cc:814
4353
msgid "Prepared statement contains too many placeholders"
4356
#: drizzled/error.cc:816
3121
4358
msgid "Key part '%-.192s' length cannot be 0"
3122
msgstr "Key part '%-.192s' length cannot be 0"
3124
#: ../drizzled/error.cc:436
3127
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3130
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3133
#: ../drizzled/error.cc:437
4361
#: drizzled/error.cc:818
4362
msgid "View text checksum failed"
4365
#: drizzled/error.cc:820
4368
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4371
#: drizzled/error.cc:822
4373
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4376
#: drizzled/error.cc:824
4378
msgid "Can not delete from join view '%-.192s.%-.192s'"
4381
#: drizzled/error.cc:826
4383
msgid "Operation %s failed for %.256s"
4386
#: drizzled/error.cc:828
4387
msgid "XAER_NOTA: Unknown XID"
4390
#: drizzled/error.cc:830
4391
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4394
#: drizzled/error.cc:832
4397
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4401
#: drizzled/error.cc:834
4402
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4405
#: drizzled/error.cc:836
4407
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4411
#: drizzled/error.cc:838
4412
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4415
#: drizzled/error.cc:840
4418
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4422
#: drizzled/error.cc:842
4423
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4426
#: drizzled/error.cc:844
4427
msgid "Failed to revoke all privileges to dropped routine"
4430
#: drizzled/error.cc:846
3135
4432
msgid "Data too long for column '%s' at row %ld"
3136
msgstr "Data too long for column '%s' at row %ld"
3138
#: ../drizzled/error.cc:438
4435
#: drizzled/error.cc:848
4437
msgid "Bad SQLSTATE: '%s'"
4440
#: drizzled/error.cc:850
3141
4443
"%s: ready for connections.\n"
3142
"Version: '%s' %s\n"
4444
"Version: '%s' socket: '%s' port: %d %s"
3144
"%s: ready for connections.\n"
3145
"Version: '%s' %s\n"
3147
#: ../drizzled/error.cc:439
4447
#: drizzled/error.cc:852
3148
4448
msgid "Can't load value from file with fixed size rows to variable"
3149
msgstr "Can't load value from file with fixed size rows to variable"
3151
#: ../drizzled/error.cc:440
4451
#: drizzled/error.cc:854
4452
msgid "You are not allowed to create a user with GRANT"
4455
#: drizzled/error.cc:856
3153
4457
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3154
msgstr "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3156
#: ../drizzled/error.cc:441
4460
#: drizzled/error.cc:858
3157
4461
msgid "Table definition has changed, please retry transaction"
3158
msgstr "Table definition has changed, please retry transaction"
3160
#: ../drizzled/error.cc:442
4464
#: drizzled/error.cc:860
4465
msgid "Duplicate handler declared in the same block"
4468
#: drizzled/error.cc:862
4471
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4472
"variable in BEFORE trigger"
4475
#: drizzled/error.cc:864
3162
4477
msgid "Not allowed to return a result set from a %s"
3163
msgstr "Not allowed to return a result set from a %s"
3165
#: ../drizzled/error.cc:443
4480
#: drizzled/error.cc:866
3166
4481
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3167
msgstr "Cannot get geometry object from data you send to the GEOMETRY field"
3169
#: ../drizzled/error.cc:444
3171
"Explicit or implicit commit is not allowed in stored function or trigger."
3173
"Explicit or implicit commit is not allowed in stored function or trigger."
3175
#: ../drizzled/error.cc:445
4484
#: drizzled/error.cc:868
4486
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4487
"declaration and binary logging is enabled; if non-transactional tables were "
4488
"updated, the binary log will miss their changes"
4491
#: drizzled/error.cc:870
4493
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4494
"declaration and binary logging is enabled (you *might* want to use the less "
4495
"safe log_bin_trust_function_creators variable)"
4498
#: drizzled/error.cc:872
4500
"You do not have the SUPER privilege and binary logging is enabled (you "
4501
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4504
#: drizzled/error.cc:874
4506
"You can't execute a prepared statement which has an open cursor associated "
4507
"with it. Reset the statement to re-execute it."
4510
#: drizzled/error.cc:876
4512
msgid "The statement (%lu) has no open cursor."
4515
#: drizzled/error.cc:878
4517
"Explicit or implicit commit is not allowed in stored function or trigger."
4520
#: drizzled/error.cc:880
4523
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4526
#: drizzled/error.cc:882
4527
msgid "Recursive stored functions and triggers are not allowed."
4530
#: drizzled/error.cc:884
3177
4532
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3178
msgstr "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3180
#: ../drizzled/error.cc:446
4535
#: drizzled/error.cc:886
3182
4537
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3183
msgstr "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3185
#: ../drizzled/error.cc:447
3188
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3191
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3194
#: ../drizzled/error.cc:448
4540
#: drizzled/error.cc:888
4543
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4547
#: drizzled/error.cc:890
4549
"You can't combine write-locking of system tables with other tables or lock "
4553
#: drizzled/error.cc:892
4555
msgid "Unable to connect to foreign data source: %.64s"
4558
#: drizzled/error.cc:894
4561
"There was a problem processing the query on the foreign data source. Data "
4562
"source error: %-.64s"
4565
#: drizzled/error.cc:896
4568
"The foreign data source you are trying to reference does not exist. Data "
4569
"source error: %-.64s"
4572
#: drizzled/error.cc:898
4575
"Can't create federated table. The data source connection string '%-.64s' is "
4576
"not in the correct format"
4579
#: drizzled/error.cc:900
4581
msgid "The data source connection string '%-.64s' is not in the correct format"
4584
#: drizzled/error.cc:902
4586
msgid "Can't create federated table. Foreign data src error: %-.64s"
4589
#: drizzled/error.cc:904
3195
4590
msgid "Trigger in wrong schema"
3196
msgstr "Trigger in wrong schema"
3198
#: ../drizzled/error.cc:449
4593
#: drizzled/error.cc:906
3201
4596
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3202
4597
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3204
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3205
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3207
#: ../drizzled/error.cc:450
4600
#: drizzled/error.cc:908
4602
msgid "Routine body for '%-.100s' is too long"
4605
#: drizzled/error.cc:910
4606
msgid "Cannot drop default keycache"
4609
#: drizzled/error.cc:912
3209
4611
msgid "Display width out of range for column '%-.192s' (max = %d)"
3210
msgstr "Display width out of range for column '%-.192s' (max = %d)"
3212
#: ../drizzled/error.cc:451
4614
#: drizzled/error.cc:914
4615
msgid "XAER_DUPID: The XID already exists"
4618
#: drizzled/error.cc:916
3214
4620
msgid "Datetime function: %-.32s field overflow"
3215
msgstr "Datetime function: %-.32s field overflow"
3217
#: ../drizzled/error.cc:452
3220
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3222
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3224
#: ../drizzled/error.cc:453
3227
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3229
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3231
#: ../drizzled/error.cc:454
3232
msgid "No data - zero rows fetched, selected, or processed"
3233
msgstr "No data - zero rows fetched, selected, or processed"
3235
#: ../drizzled/error.cc:455
4623
#: drizzled/error.cc:918
4626
"Can't update table '%-.192s' in stored function/trigger because it is "
4627
"already used by statement which invoked this stored function/trigger."
4630
#: drizzled/error.cc:920
4633
"The definition of table '%-.192s' prevents operation %.192s on table "
4637
#: drizzled/error.cc:922
4639
"The prepared statement contains a stored routine call that refers to that "
4640
"same statement. It's not allowed to execute a prepared statement in such a "
4644
#: drizzled/error.cc:924
4645
msgid "Not allowed to set autocommit from a stored function or trigger"
4648
#: drizzled/error.cc:926
4649
msgid "Definer is not fully qualified"
4652
#: drizzled/error.cc:928
4655
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4656
"Current user is used as definer. Please recreate the view!"
4659
#: drizzled/error.cc:930
4662
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4666
#: drizzled/error.cc:932
4668
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4671
#: drizzled/error.cc:934
4673
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4676
#: drizzled/error.cc:936
4679
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4682
#: drizzled/error.cc:938
4685
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4688
#: drizzled/error.cc:940
4690
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4693
#: drizzled/error.cc:942
4696
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4697
"activated under the authorization of the invoker, which may have "
4698
"insufficient privileges. Please recreate the trigger."
4700
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4701
"activated under the authorisation of the invoker, which may have "
4702
"insufficient privileges. Please recreate the trigger."
4704
#: drizzled/error.cc:944
4706
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4709
#: drizzled/error.cc:946
4712
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4713
"exceeded for routine %.192s"
4716
#: drizzled/error.cc:948
4719
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4720
"or contains bad data (internal code %d)"
4723
#: drizzled/error.cc:950
4725
msgid "Incorrect routine name '%-.192s'"
4728
#: drizzled/error.cc:952
3237
4730
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3238
msgstr "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3240
#: ../drizzled/error.cc:456
4733
#: drizzled/error.cc:954
4734
msgid "AGGREGATE is not supported for stored functions"
4737
#: drizzled/error.cc:956
4740
"Can't create more than max_prepared_stmt_count statements (current value: %"
4744
#: drizzled/error.cc:958
4746
msgid "`%-.192s`.`%-.192s` contains view recursion"
4749
#: drizzled/error.cc:960
3242
4751
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3243
msgstr "non-grouping field '%-.192s' is used in %-.64s clause"
3245
#: ../drizzled/error.cc:457
4754
#: drizzled/error.cc:962
3246
4755
msgid "The used table type doesn't support SPATIAL indexes"
3247
msgstr "The used table type doesn't support SPATIAL indexes"
3249
#: ../drizzled/error.cc:458
4758
#: drizzled/error.cc:964
4759
msgid "Triggers can not be created on system tables"
4762
#: drizzled/error.cc:966
3251
4764
msgid "Leading spaces are removed from name '%s'"
3252
msgstr "Leading spaces are removed from name '%s'"
3254
#: ../drizzled/error.cc:459
4767
#: drizzled/error.cc:968
3255
4768
msgid "Failed to read auto-increment value from storage engine"
3256
msgstr "Failed to read auto-increment value from storage engine"
3258
#: ../drizzled/error.cc:460
4771
#: drizzled/error.cc:970
4775
#: drizzled/error.cc:972
4779
#: drizzled/error.cc:974
3260
4781
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3261
msgstr "String '%-.70s' is too long for %s (should be no longer than %d)"
3263
#: ../drizzled/error.cc:461
4784
#: drizzled/error.cc:976
4786
msgid "The target table %-.100s of the %s is not insertable-into"
4789
#: drizzled/error.cc:978
4792
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4795
#: drizzled/error.cc:980
3264
4796
msgid "Too high level of nesting for select"
3265
msgstr "Too high level of nesting for select"
3267
#: ../drizzled/error.cc:462
4799
#: drizzled/error.cc:982
3269
4801
msgid "Name '%-.64s' has become ''"
3270
msgstr "Name '%-.64s' has become ''"
3272
#: ../drizzled/error.cc:463
3274
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3275
"optional and non-empty FIELDS ENCLOSED BY"
3277
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3278
"optional and non-empty FIELDS ENCLOSED BY"
3280
#: ../drizzled/error.cc:464
3283
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3285
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3287
#: ../drizzled/error.cc:465
3289
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3290
msgstr "Incorrect %-.32s value: '%-.128s'"
3292
#: ../drizzled/error.cc:466
4804
#: drizzled/error.cc:984
4806
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4807
"optional and non-empty FIELDS ENCLOSED BY"
4810
#: drizzled/error.cc:986
4812
msgid "The foreign server, %s, you are trying to create already exists."
4815
#: drizzled/error.cc:988
4818
"The foreign server name you are trying to reference does not exist. Data "
4819
"source error: %-.64s"
4822
#: drizzled/error.cc:990
4825
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4828
#: drizzled/error.cc:992
4831
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4835
#: drizzled/error.cc:994
4837
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4840
#: drizzled/error.cc:996
4841
msgid "MAXVALUE can only be used in last partition definition"
4844
#: drizzled/error.cc:998
4845
msgid "Subpartitions can only be hash partitions and by key"
4848
#: drizzled/error.cc:1000
4849
msgid "Must define subpartitions on all partitions if on one partition"
4852
#: drizzled/error.cc:1002
4853
msgid "Wrong number of partitions defined, mismatch with previous setting"
4856
#: drizzled/error.cc:1004
4857
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4860
#: drizzled/error.cc:1006
4861
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4864
#: drizzled/error.cc:1008
4865
msgid "Expression in RANGE/LIST VALUES must be constant"
4868
#: drizzled/error.cc:1010
4869
msgid "Field in list of fields for partition function not found in table"
4872
#: drizzled/error.cc:1012
4873
msgid "List of fields is only allowed in KEY partitions"
4876
#: drizzled/error.cc:1014
4878
"The partition info in the frm file is not consistent with what can be "
4879
"written into the frm file"
4882
#: drizzled/error.cc:1016
4884
msgid "The %-.192s function returns the wrong type"
4887
#: drizzled/error.cc:1018
4889
msgid "For %-.64s partitions each partition must be defined"
4892
#: drizzled/error.cc:1020
4893
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4896
#: drizzled/error.cc:1022
4897
msgid "VALUES value must be of same type as partition function"
4900
#: drizzled/error.cc:1024
4901
msgid "Multiple definition of same constant in list partitioning"
4904
#: drizzled/error.cc:1026
4905
msgid "Partitioning can not be used stand-alone in query"
4908
#: drizzled/error.cc:1028
4910
"The mix of handlers in the partitions is not allowed in this version of "
4914
#: drizzled/error.cc:1030
4916
msgid "For the partitioned engine it is necessary to define all %-.64s"
4919
#: drizzled/error.cc:1032
4920
msgid "Too many partitions (including subpartitions) were defined"
4923
#: drizzled/error.cc:1034
4925
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4926
"partitioning for subpartitioning"
4929
#: drizzled/error.cc:1036
4930
msgid "Failed to create specific handler file"
4933
#: drizzled/error.cc:1038
4934
msgid "A BLOB field is not allowed in partition function"
4937
#: drizzled/error.cc:1040
4939
msgid "A %-.192s must include all columns in the table's partitioning function"
4942
#: drizzled/error.cc:1042
4944
msgid "Number of %-.64s = 0 is not an allowed value"
4947
#: drizzled/error.cc:1044
4948
msgid "Partition management on a not partitioned table is not possible"
4951
#: drizzled/error.cc:1046
4953
"Foreign key condition is not yet supported in conjunction with partitioning"
4956
#: drizzled/error.cc:1048
4958
msgid "Error in list of partitions to %-.64s"
4961
#: drizzled/error.cc:1050
4962
msgid "Cannot remove all partitions, use DROP TABLE instead"
4965
#: drizzled/error.cc:1052
4966
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4969
#: drizzled/error.cc:1054
4971
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4975
#: drizzled/error.cc:1056
4977
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4978
"tables using HASH PARTITIONs"
4981
#: drizzled/error.cc:1058
4983
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4986
#: drizzled/error.cc:1060
4987
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4990
#: drizzled/error.cc:1062
4991
msgid "At least one partition must be added"
4994
#: drizzled/error.cc:1064
4995
msgid "At least one partition must be coalesced"
4998
#: drizzled/error.cc:1066
4999
msgid "More partitions to reorganise than there are partitions"
5002
#: drizzled/error.cc:1068
5004
msgid "Duplicate partition name %-.192s"
5007
#: drizzled/error.cc:1070
5008
msgid "It is not allowed to shut off binlog on this command"
5011
#: drizzled/error.cc:1072
5012
msgid "When reorganising a set of partitions they must be in consecutive order"
5015
#: drizzled/error.cc:1074
5017
"Reorganize of range partitions cannot change total ranges except for last "
5018
"partition where it can extend the range"
5021
#: drizzled/error.cc:1076
5022
msgid "Partition function not supported in this version for this handler"
5025
#: drizzled/error.cc:1078
5026
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5029
#: drizzled/error.cc:1080
5031
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5034
#: drizzled/error.cc:1082
5036
msgid "Plugin '%-.192s' is not loaded"
5039
#: drizzled/error.cc:1084
3294
5041
msgid "Incorrect %-.32s value: '%-.128s'"
3295
msgstr "Incorrect %-.32s value: '%-.128s'"
3297
#: ../drizzled/error.cc:467
5044
#: drizzled/error.cc:1086
3299
5046
msgid "Table has no partition for value %-.64s"
3300
msgstr "Table has no partition for value %-.64s"
3302
#: ../drizzled/error.cc:468
5049
#: drizzled/error.cc:1088
5051
msgid "It is not allowed to specify %s more than once"
5054
#: drizzled/error.cc:1090 drizzled/error.cc:1226
5056
msgid "Failed to create %s"
5059
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5061
msgid "Failed to drop %s"
5064
#: drizzled/error.cc:1094
5065
msgid "The handler doesn't support autoextend of tablespaces"
5068
#: drizzled/error.cc:1096
5070
"A size parameter was incorrectly specified, either number or on the form 10M"
5073
#: drizzled/error.cc:1098
5075
"The size number was correct but we don't allow the digit part to be more "
5079
#: drizzled/error.cc:1100
5081
msgid "Failed to alter: %s"
5084
#: drizzled/error.cc:1102
3303
5085
msgid "Writing one row to the row-based binary log failed"
3304
msgstr "Writing one row to the row-based binary log failed"
3306
#: ../drizzled/error.cc:469
5088
#: drizzled/error.cc:1104
5090
msgid "Table definition on master and slave does not match: %s"
5093
#: drizzled/error.cc:1106
5095
"Slave running with --log-slave-updates must use row-based binary logging to "
5096
"be able to replicate row-based binary log events"
5099
#: drizzled/error.cc:1108
5101
msgid "Event '%-.192s' already exists"
5104
#: drizzled/error.cc:1110
5106
msgid "Failed to store event %s. Error code %d from storage engine."
5109
#: drizzled/error.cc:1112
5111
msgid "Unknown event '%-.192s'"
5114
#: drizzled/error.cc:1114
5116
msgid "Failed to alter event '%-.192s'"
5119
#: drizzled/error.cc:1118
5120
msgid "INTERVAL is either not positive or too big"
5123
#: drizzled/error.cc:1120
5124
msgid "ENDS is either invalid or before STARTS"
5127
#: drizzled/error.cc:1122
5128
msgid "Event execution time is in the past. Event has been disabled"
5131
#: drizzled/error.cc:1124
5132
msgid "Failed to open drizzle.event"
5135
#: drizzled/error.cc:1126
5136
msgid "No datetime expression provided"
5139
#: drizzled/error.cc:1128
5142
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
5143
"probably corrupted"
5146
#: drizzled/error.cc:1130
5148
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
5151
#: drizzled/error.cc:1132
5152
msgid "Failed to delete the event from drizzle.event"
5155
#: drizzled/error.cc:1134
5156
msgid "Error during compilation of event's body"
5159
#: drizzled/error.cc:1136
5160
msgid "Same old and new event name"
5163
#: drizzled/error.cc:1138
5165
msgid "Data for column '%s' too long"
5168
#: drizzled/error.cc:1140
3308
5170
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3309
msgstr "Cannot drop index '%-.192s': needed in a foreign key constraint"
3311
#: ../drizzled/error.cc:470
3314
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3315
"d would lead to a duplicate entry"
3317
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3318
"d would lead to a duplicate entry"
3320
#: ../drizzled/error.cc:471
3322
"Transaction isolation level can't be changed while a transaction is in "
3325
"Transaction isolation level can't be changed while a transaction is in "
3328
#: ../drizzled/error.cc:472
5173
#: drizzled/error.cc:1142
5176
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
5180
#: drizzled/error.cc:1144
5181
msgid "You can't write-lock a log table. Only read access is possible"
5184
#: drizzled/error.cc:1146
5185
msgid "You can't use locks with log tables."
5188
#: drizzled/error.cc:1148
5191
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5192
"d would lead to a duplicate entry"
5195
#: drizzled/error.cc:1150
5198
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
5199
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
5202
#: drizzled/error.cc:1152
5204
"Cannot switch out of the row-based binary log format when the session has "
5205
"open temporary tables"
5208
#: drizzled/error.cc:1154
5210
"Cannot change the binary logging format inside a stored function or trigger"
5213
#: drizzled/error.cc:1156
5215
"The NDB cluster engine does not support changing the binlog format on the "
5219
#: drizzled/error.cc:1158
5220
msgid "Cannot create temporary table with partitions"
5223
#: drizzled/error.cc:1160
5224
msgid "Partition constant is out of partition function domain"
5227
#: drizzled/error.cc:1162
5228
msgid "This partition function is not allowed"
5231
#: drizzled/error.cc:1164
5232
msgid "Error in DDL log"
5235
#: drizzled/error.cc:1166
5236
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5239
#: drizzled/error.cc:1168
5240
msgid "Incorrect partition name"
5243
#: drizzled/error.cc:1170
5245
"Transaction isolation level can't be changed while a transaction is in "
5249
#: drizzled/error.cc:1172
5252
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5253
"'%-.192s' for key '%-.192s'"
5256
#: drizzled/error.cc:1174
5258
msgid "Internal scheduler error %d"
5261
#: drizzled/error.cc:1176
5263
msgid "Error during starting/stopping of the scheduler. Error code %u"
5266
#: drizzled/error.cc:1178
5267
msgid "Engine cannot be used in partitioned tables"
5270
#: drizzled/error.cc:1180
5272
msgid "Cannot activate '%-.64s' log"
5275
#: drizzled/error.cc:1182
5276
msgid "The server was not built with row-based replication"
5279
#: drizzled/error.cc:1184
5280
msgid "Decoding of base64 string failed"
5283
#: drizzled/error.cc:1186
5284
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5287
#: drizzled/error.cc:1188
5289
"Cannot proceed because system tables used by Event Scheduler were found "
5290
"damaged at server start"
5293
#: drizzled/error.cc:1190
5294
msgid "Only integers allowed as number here"
5297
#: drizzled/error.cc:1192
5298
msgid "This storage engine cannot be used for log tables"
5301
#: drizzled/error.cc:1194
5303
msgid "You cannot '%s' a log table if logging is enabled"
5306
#: drizzled/error.cc:1196
5309
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5310
"rename two tables: the log table to an archive table and another table back "
5314
#: drizzled/error.cc:1198
3330
5316
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3331
msgstr "Incorrect parameter count in the call to native function '%-.192s'"
3333
#: ../drizzled/error.cc:473
5319
#: drizzled/error.cc:1200
3335
5321
msgid "Incorrect parameters in the call to native function '%-.192s'"
3336
msgstr "Incorrect parameters in the call to native function '%-.192s'"
3338
#: ../drizzled/error.cc:474
5324
#: drizzled/error.cc:1202
5326
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5329
#: drizzled/error.cc:1204
5331
msgid "This function '%-.192s' has the same name as a native function"
5334
#: drizzled/error.cc:1206
3340
5336
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3341
msgstr "Duplicate entry '%-.64s' for key '%-.192s'"
3343
#: ../drizzled/error.cc:475
5339
#: drizzled/error.cc:1208
5340
msgid "Too many files opened, please execute the command again"
5343
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5345
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5346
"The event was dropped immediately after creation."
5349
#: drizzled/error.cc:1214
5351
msgid "The incident %s occured on the master. Message: %-.64s"
5354
#: drizzled/error.cc:1216
5355
msgid "Table has no partition for some existing values"
5358
#: drizzled/error.cc:1218
5359
msgid "Statement is not safe to log in statement format."
5362
#: drizzled/error.cc:1220
5364
msgid "Fatal error: %s"
5367
#: drizzled/error.cc:1222
5369
msgid "Relay log read failure: %s"
5372
#: drizzled/error.cc:1224
5374
msgid "Relay log write failure: %s"
5377
#: drizzled/error.cc:1228
5379
msgid "Master command %s failed: %s"
5382
#: drizzled/error.cc:1230
5384
msgid "Binary logging not possible. Message: %s"
5387
#: drizzled/error.cc:1232
5389
msgid "View `%-.64s`.`%-.64s` has no creation context"
5392
#: drizzled/error.cc:1234
5394
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5397
#: drizzled/error.cc:1236
5399
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5402
#: drizzled/error.cc:1238
5404
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5407
#: drizzled/error.cc:1240
5409
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5412
#: drizzled/error.cc:1242
5414
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5417
#: drizzled/error.cc:1244
5419
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5422
#: drizzled/error.cc:1246
5424
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5427
#: drizzled/error.cc:1248
5429
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5432
#: drizzled/error.cc:1250
5434
msgid "Ambiguous slave modes combination. %s"
5437
#: drizzled/error.cc:1252
5440
"The BINLOG statement of type `%s` was not preceded by a format description "
5444
#: drizzled/error.cc:1254
5445
msgid "Corrupted replication event was detected"
5448
#: drizzled/error.cc:1256
3345
5450
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3346
msgstr "Invalid column reference (%-.64s) in LOAD DATA"
3348
#: ../drizzled/error.cc:477
3350
msgid "Received an invalid datetime value '%s'."
3351
msgstr "Received an invalid datetime value '%s'."
3353
#: ../drizzled/error.cc:478
3355
msgid "Received an invalid DATE value '%s'."
3356
msgstr "Received an invalid enum value '%s'."
3358
#: ../drizzled/error.cc:479
3360
msgid "Received a NULL argument for function '%s'."
3361
msgstr "Received a NULL argument for function '%s'."
3363
#: ../drizzled/error.cc:480
3365
msgid "Received an invalid timestamp value '%s'."
3366
msgstr "Received an invalid time value '%s'."
3368
#: ../drizzled/error.cc:481
3370
msgid "Received an invalid TIME value '%s'."
3371
msgstr "Received an invalid enum value '%s'."
3373
#: ../drizzled/error.cc:482
3375
msgid "Received an invalid value '%s' for a UNIX timestamp."
3376
msgstr "Received an invalid value '%s' for a UNIX timestamp."
3378
#: ../drizzled/error.cc:484
3380
msgid "Received an out-of-range argument '%s' for function '%s'."
3381
msgstr "Received an out-of-range argument '%s' for function '%s'."
3383
#: ../drizzled/error.cc:485
3385
msgid "Received an invalid enum value '%s'."
3386
msgstr "Received an invalid enum value '%s'."
3388
#: ../drizzled/error.cc:486
3389
msgid "Tables which are replicated require a primary key."
3390
msgstr "Tables which are replicated require a primary key."
3392
#: ../drizzled/error.cc:488
3394
msgid "Corrupt or invalid schema definition for '%s' : %s"
3395
msgstr "Corrupt or invalid schema definition for %s : %s"
3397
#: ../drizzled/error.cc:489
3399
msgid "Corrupt or invalid table definition for '%s': %s"
3400
msgstr "Corrupt or invalid table definition: %s"
3402
#: ../drizzled/error.cc:490
3404
msgid "The number of enum that were required was too high for table '%s'"
3407
#: ../drizzled/error.cc:491
3409
msgid "Corrupt or invalid table definition for '%s'"
3410
msgstr "Corrupt or invalid table definition: %s"
3412
#: ../drizzled/error.cc:492
3414
msgid "Collation '%s' for table %s is invalid/unknown"
3417
#: ../drizzled/error.cc:494
3419
msgid "Cannot drop table '%s'"
3420
msgstr "Can't reopen table: '%-.192s'"
3422
#: ../drizzled/error.cc:495
3424
msgid "Error occurred while dropping table '%s'"
3425
msgstr "Got error %d when reading table '%s'"
3427
#: ../drizzled/error.cc:496
3429
msgid "Permission denied to create '%s'"
3430
msgstr "Failed to create %s"
3432
#: ../drizzled/error.cc:497
3434
msgid "Unknown table '%s'"
3435
msgstr "Unknown table '%-.100s'"
3437
#: ../drizzled/error.cc:499
3439
msgid "Cannot create schema '%s'"
3440
msgstr "Can't reopen table: '%-.192s'"
3442
#: ../drizzled/error.cc:500
3444
msgid "Schema does not exist: %s"
3445
msgstr "Schema does not exist: %s"
3447
#: ../drizzled/error.cc:501
3449
msgid "Error altering schema: %s"
3450
msgstr "Error altering schema: %s"
3452
#: ../drizzled/error.cc:502
3454
msgid "Error droppping Schema : %s"
3455
msgstr "Error droppping Schema : %s"
3457
#: ../drizzled/error.cc:504
3458
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3459
msgstr "Temporary table too large, re-run with SQL_BIG_RESULT."
3461
#: ../drizzled/error.cc:505
3463
msgid "Unknown table engine option key/pair %s = %s."
3464
msgstr "Unknown table engine option key/pair %s = %s."
3466
#: ../drizzled/error.cc:506
3468
msgid "Unknown schema engine option key/pair %s = %s."
3469
msgstr "Unknown schema engine option key/pair %s = %s."
3471
#: ../drizzled/error.cc:508
3472
msgid "Admin access not allowed from this username/IP address."
3475
#. User lock/barrier error messages
3476
#: ../drizzled/error.cc:511
3477
msgid "wait() can not be called on session owning user defined barrier."
3480
#: ../drizzled/error.cc:512
3482
msgid "Unknown user defined barrier requested."
3483
msgstr "Unknown error %d"
3485
#: ../drizzled/error.cc:513
3486
msgid "Session does not own user defined barrier."
3489
#: ../drizzled/error.cc:514
3490
msgid "Session can not wait on a user defined lock owned by the session."
3493
#: ../drizzled/error.cc:515
3494
msgid "Session does not own user defined lock."
3497
#: ../drizzled/error.cc:517
3499
msgid "Invalid name for user defined barrier."
3500
msgstr "Invalid value for read_timeout\n"
3502
#: ../drizzled/error.cc:518
3504
msgid "Invalid name for user defined lock."
3505
msgstr "Invalid value of port\n"
3507
#: ../drizzled/error.cc:520
3509
"Either a DEFAULt value or NULL NULL description is required for a new column "
3510
"if table is not empty"
3514
#: ../drizzled/error.cc:523
3517
"Cast to unsigned converted negative integer to it's positive complement: %s"
3520
#: ../drizzled/error.cc:524
3522
msgid "Invalid cast to signed integer: %s"
3523
msgstr "Invalid use of null pointer"
3525
#: ../drizzled/error.cc:526
3527
msgid "Identifier '%.*s' is a SQL keyword."
3528
msgstr "Identifier name '%-.100s' is too long"
3530
#: ../drizzled/error.cc:529
3532
msgid "Can't unlock file (Errcode: %d)"
3533
msgstr "Can't unlock file (Errcode: %d)"
3535
#: ../drizzled/error.cc:530
3537
msgid "Can't change size of file (Errcode: %d)"
3538
msgstr "Can't change size of file (Errcode: %d)"
3540
#: ../drizzled/error.cc:531
3542
msgid "Can't open stream from handle (Errcode: %d)"
3543
msgstr "Can't open stream from handle (Errcode: %d)"
3545
#: ../drizzled/error.cc:532
3547
msgid "Warning: '%s' had %d links"
3548
msgstr "Warning: '%s' had %d links"
3550
#: ../drizzled/error.cc:533
3552
msgid "Warning: %d files and %d streams is left open\n"
3553
msgstr "Warning: %d files and %d streams is left open\n"
3555
#: ../drizzled/error.cc:534
3557
msgid "Can't create directory '%s' (Errcode: %d)"
3558
msgstr "Can't create directory '%s' (Errcode: %d)"
3560
#: ../drizzled/error.cc:535
3563
"Character set '%s' is not a compiled character set and is not specified in "
3566
"Character set '%s' is not a compiled character set and is not specified in "
3569
#: ../drizzled/error.cc:536
3571
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3572
msgstr "Out of resources when opening file '%s' (Errcode: %d)"
3574
#: ../drizzled/error.cc:537
3576
msgid "Can't read value for symlink '%s' (Error %d)"
3577
msgstr "Can't read value for symlink '%s' (Error %d)"
3579
#: ../drizzled/error.cc:538
3581
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3582
msgstr "Can't create symlink '%s' pointing at '%s' (Error %d)"
3584
#: ../drizzled/error.cc:539
3586
msgid "Error on realpath() on '%s' (Error %d)"
3587
msgstr "Error on realpath() on '%s' (Error %d)"
3589
#: ../drizzled/error.cc:540
3591
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3592
msgstr "Can't sync file '%s' to disk (Errcode: %d)"
3594
#: ../drizzled/error.cc:541
3597
"Collation '%s' is not a compiled collation and is not specified in the %s "
3600
"Collation '%s' is not a compiled collation and is not specified in the %s "
3603
#: ../drizzled/error.cc:542
3605
msgid "File '%s' (fileno: %d) was not closed"
3606
msgstr "File '%s' (fileno: %d) was not closed"
3609
#: ../drizzled/error.cc:545
3611
msgid "Received an invalid UUID value"
3612
msgstr "Received an invalid enum value '%s'."
3614
#: ../drizzled/error.cc:546
3615
msgid "The UUID was not created with a valid time"
3619
#: ../drizzled/error.cc:549
3621
msgid "Received an invalid BOOLEAN value '%s'."
3622
msgstr "Received an invalid enum value '%s'."
3624
#: ../drizzled/error.cc:550
3626
msgid "Invalid cast to BOOLEAN: '%s'."
3629
#. Transactional DDL
3630
#: ../drizzled/error.cc:553
3631
msgid "Transactional DDL not supported"
3635
#: ../drizzled/error.cc:555
3637
msgid "Assertion '%s' failed."
3638
msgstr "Operation %s failed for %.256s"
3640
#: ../drizzled/error.cc:556
3642
msgid "Assertion '%s' failed, the result was NULL."
3645
#. Catalog related errors
3646
#: ../drizzled/error.cc:574
3648
msgid "Cannot create catalog '%s'."
3649
msgstr "Can't reopen table: '%-.192s'"
3651
#: ../drizzled/error.cc:575
3653
msgid "Permission is denied to create '%s' catalog."
3656
#: ../drizzled/error.cc:576
3658
msgid "Cannot drop catalog '%s'."
3659
msgstr "Can't reopen table: '%-.192s'"
3661
#: ../drizzled/error.cc:577
3663
msgid "Permission is denied to drop '%s' catalog."
3666
#: ../drizzled/error.cc:578
3668
msgid "Catalog '%s' does not exist."
3669
msgstr "%s %s does not exist"
3671
#: ../drizzled/error.cc:579
3672
msgid "You cannot drop the 'local' catalog."
3675
#: ../drizzled/error.cc:580
3677
msgid "Could not gain lock on '%s'."
3678
msgstr "Couldn't load plugin named '%s'.\n"
3680
#: ../drizzled/error.cc:581
3682
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3683
msgstr "Corrupt or invalid table definition: %s"
3685
#: ../drizzled/error.cc:582
3687
msgid "Invalid catalog name."
3688
msgstr "Invalid parameter number"
3690
#: ../drizzled/error.cc:583
3692
"Engine status is now stored in the data_dictionary tables, please use these "
3696
#: ../drizzled/identifier/catalog.cc:56
3698
"Catalog name cannot be encoded and fit within filesystem name length "
3702
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3704
"Schema name cannot be encoded and fit within filesystem name length "
3708
#: ../drizzled/identifier/table.cc:238
3710
"Table name cannot be encoded and fit within filesystem name length "
3716
#. * Since clients still use this code, we use fprintf here.
3717
#. * This fprintf needs to be turned into errmsg_printf
3718
#. * as soon as the client programs no longer use mysys
3719
#. * and can use the pluggable error message system.
3721
#: ../drizzled/internal/default.cc:687
3723
msgid "error: could not open directory: %s\n"
3724
msgstr "error: could not open directory: %s\n"
3726
#: ../drizzled/main.cc:169
3728
"setrlimit could not change the size of core files to 'infinity'; We may not "
3729
"be able to generate a core file on signals"
3731
"setrlimit could not change the size of core files to 'infinity'; We may not "
3732
"be able to generate a core file on signals"
3734
#: ../drizzled/main.cc:269
3736
msgid "Data directory %s does not exist\n"
3737
msgstr "Data directory %s does not exist\n"
3739
#: ../drizzled/main.cc:280
3741
msgid "Local catalog %s/local does not exist\n"
3742
msgstr "Data directory %s does not exist\n"
3744
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3745
msgid "Drizzle has receieved an abort event."
3748
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3749
msgid "In Function: "
3752
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3756
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3760
#: ../drizzled/message/transaction_writer.cc:365
3762
msgid "Usage: %s TRANSACTION_LOG\n"
3763
msgstr "Usage: %s TRANSACTION_LOG\n"
3765
#: ../drizzled/message/transaction_writer.cc:371
3767
msgid "Cannot open file: %s\n"
3768
msgstr "Cannot open file: %s\n"
3770
#: ../drizzled/module/library.cc:149
3773
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3774
"the current running version of Drizzle: %<PRIu64>."
3777
#: ../drizzled/module/loader.cc:177
3780
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3783
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3786
#: ../drizzled/module/loader.cc:224
3788
msgid "Plugin '%s' init function returned error.\n"
3789
msgstr "Plugin '%s' init function returned error.\n"
3791
#: ../drizzled/module/loader.cc:463
3793
msgid "Couldn't load plugin library named '%s'.\n"
3794
msgstr "Couldn't load plugin library named '%s'.\n"
3796
#: ../drizzled/module/loader.cc:473
3798
msgid "Couldn't load plugin named '%s'.\n"
3799
msgstr "Couldn't load plugin named '%s'.\n"
3801
#: ../drizzled/module/registry.cc:176
3804
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3808
#: ../drizzled/module/registry.h:117
3810
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3811
msgstr "Loading plugin %s failed: a plugin by that name already exists.\n"
3813
#: ../drizzled/module/registry.h:131
3815
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3816
msgstr "Fatal error: Failed initializing %s plugin.\n"
3818
#: ../drizzled/option.cc:84
3822
#: ../drizzled/option.cc:86
3826
#: ../drizzled/option.cc:337
3828
msgid "%s: %s: Option '%s' used, but is disabled\n"
3829
msgstr "%s: %s: Option '%s' used, but is disabled\n"
3831
#: ../drizzled/option.cc:339
3835
#: ../drizzled/option.cc:441
3837
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3838
msgstr "%s: ERROR: Option '-%c' used, but is disabled\n"
3840
#: ../drizzled/option.cc:769
3842
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3843
msgstr "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3845
#: ../drizzled/option.cc:962
3847
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3848
msgstr "%s: ERROR: Invalid decimal value for option '%s'\n"
3850
#: ../drizzled/option.cc:1194
3852
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3853
msgstr "%*s(Defaults to on; use --skip-%s to disable.)\n"
3855
#: ../drizzled/option.cc:1214
3859
"Variables (--variable-name=value)\n"
3860
"and boolean options {false|true} Value (after reading options)\n"
3861
"--------------------------------- -----------------------------\n"
3864
"Variables (--variable-name=value)\n"
3865
"and boolean options {false|true} Value (after reading options)\n"
3866
"--------------------------------- -----------------------------\n"
3868
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3869
msgid "(No default value)"
3870
msgstr "(No default value)"
3872
#: ../drizzled/option.cc:1249
3876
#: ../drizzled/option.cc:1249
3880
#: ../drizzled/option.cc:1282
3882
msgid "(Disabled)\n"
3883
msgstr "(Disabled)\n"
3885
#: ../drizzled/plugin/error_message.cc:81
3887
msgid "errmsg plugin '%s' errmsg() failed"
3888
msgstr "errmsg plugin '%s' errmsg() failed"
3890
#: ../drizzled/plugin/event_observer.cc:133
3893
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3894
"'%s' from EventObserver plugin '%s'"
3897
#: ../drizzled/plugin/event_observer.cc:200
3899
"EventObserver::registerTableEvents(): Table already has events registered on "
3900
"it: probable programming error."
3903
#: ../drizzled/plugin/event_observer.cc:335
3905
"EventObserver::registerSessionEvents(): Session already has events "
3906
"registered on it: probable programming error."
3909
#: ../drizzled/plugin/event_observer.cc:387
3911
msgid "EventIterate event handler '%s' failed for event '%s'"
3914
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3916
msgid "A function named %s already exists!\n"
3917
msgstr "A function named %s already exists!\n"
3919
#: ../drizzled/plugin/function.cc:65
3920
msgid "Could not add Function!\n"
3921
msgstr "Could not add Function!\n"
3923
#: ../drizzled/plugin/listen.cc:67
3924
msgid "Error getting file descriptors"
3927
#: ../drizzled/plugin/listen.cc:85
3928
msgid "No sockets could be bound for listening"
3929
msgstr "No sockets could be bound for listening"
3931
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3933
msgid "pipe() failed with errno %d"
3934
msgstr "pipe() failed with errno %d"
3936
#: ../drizzled/plugin/listen.cc:120
3938
msgid "poll() failed with errno %d"
3939
msgstr "poll() failed with errno %d"
3941
#: ../drizzled/plugin/listen_tcp.cc:59
3943
msgid "accept() failed with errno %d"
3944
msgstr "accept() failed with errno %d"
3946
#: ../drizzled/plugin/listen_tcp.cc:95
3948
msgid "getaddrinfo() failed with error %s"
3949
msgstr "getaddrinfo() failed with error %s"
3951
#: ../drizzled/plugin/listen_tcp.cc:127
3953
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3954
msgstr "setsockopt(IPV6_V6ONLY) failed with errno %d"
3956
#: ../drizzled/plugin/listen_tcp.cc:138
3958
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3959
msgstr "fcntl(FD_CLOEXEC) failed with errno %d"
3961
#: ../drizzled/plugin/listen_tcp.cc:147
3963
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3964
msgstr "setsockopt(SO_REUSEADDR) failed with errno %d"
3966
#: ../drizzled/plugin/listen_tcp.cc:156
3968
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3969
msgstr "setsockopt(SO_KEEPALIVE) failed with errno %d"
3971
#: ../drizzled/plugin/listen_tcp.cc:165
3973
msgid "setsockopt(SO_LINGER) failed with errno %d"
3974
msgstr "setsockopt(SO_LINGER) failed with errno %d"
3976
#: ../drizzled/plugin/listen_tcp.cc:174
3978
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3979
msgstr "setsockopt(TCP_NODELAY) failed with errno %d"
3981
#: ../drizzled/plugin/listen_tcp.cc:195
3983
msgid "Retrying bind() on %u\n"
3984
msgstr "Retrying bind() on %u\n"
3986
#: ../drizzled/plugin/listen_tcp.cc:202
3988
msgid "bind() failed with errno: %d\n"
3989
msgstr "bind() failed with errno: %d\n"
3991
#: ../drizzled/plugin/listen_tcp.cc:205
3992
msgid "Do you already have another drizzled running?\n"
3993
msgstr "Do you already have another drizzled running?\n"
3995
#: ../drizzled/plugin/listen_tcp.cc:212
3997
msgid "listen() failed with errno %d\n"
3998
msgstr "listen() failed with errno %d\n"
4000
#: ../drizzled/plugin/listen_tcp.cc:218
4002
msgid "Listening on %s:%s\n"
4003
msgstr "Listening on %s:%s\n"
4005
#: ../drizzled/plugin/logging.cc:65
4007
msgid "logging '%s' pre() failed"
4008
msgstr "logging '%s' pre() failed"
4010
#: ../drizzled/plugin/logging.cc:90
4012
msgid "logging '%s' post() failed"
4013
msgstr "logging '%s' post() failed"
4015
#: ../drizzled/plugin/logging.cc:114
4017
msgid "logging '%s' postEnd() failed"
4018
msgstr "logging '%s' postEnd() failed"
4020
#: ../drizzled/plugin/logging.cc:137
4022
msgid "logging '%s' resetCurrentScoreboard() failed"
4023
msgstr "logging '%s' postEnd() failed"
4025
#: ../drizzled/plugin/scheduler.cc:62
4028
"Attempted to register a scheduler %s, but a scheduler has already been "
4029
"registered with that name.\n"
4031
"Attempted to register a scheduler %s, but a scheduler has already been "
4032
"registered with that name.\n"
4034
#: ../drizzled/plugin/scheduler.cc:99
4036
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4037
msgstr "Attempted to configure %s as the scheduler, which did not exist.\n"
4039
#: ../drizzled/plugin/schema_engine.cc:131
4041
msgid "Error while loading database options: '%s':"
4042
msgstr "Error while loading database options: '%s':"
4044
#: ../drizzled/plugin/xa_resource_manager.cc:115
4046
msgid "Found %d prepared transaction(s) in resource manager."
4047
msgstr "Found %d prepared transaction(s) in resource manager."
4049
#: ../drizzled/plugin/xa_resource_manager.cc:182
5453
#: drizzled/error.cc:1258
5455
msgid "Being purged log %s was not found"
5458
#: drizzled/error.cc:1260
5460
msgid "Converted to non-transactional lock on '%-.64s'"
5463
#: drizzled/error.cc:1262
5465
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5468
#: drizzled/error.cc:1264
5471
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5474
#: drizzled/error.cc:1266
5476
msgid "Can't access storage engine of table %-.64s"
5479
#: drizzled/error.cc:1268
5480
msgid "Starting backup process"
5483
#: drizzled/error.cc:1270
5484
msgid "Backup completed"
5487
#: drizzled/error.cc:1272
5488
msgid "Starting restore process"
5491
#: drizzled/error.cc:1274
5492
msgid "Restore completed"
5495
#: drizzled/error.cc:1276
5496
msgid "Nothing to backup"
5499
#: drizzled/error.cc:1278
5501
msgid "Database '%-.64s' cannot be included in a backup"
5504
#: drizzled/error.cc:1280
5506
"Error during backup operation - server's error log contains more information "
5510
#: drizzled/error.cc:1282
5512
"Error during restore operation - server's error log contains more "
5513
"information about the error"
5516
#: drizzled/error.cc:1284
5518
"Can't execute this command because another BACKUP/RESTORE operation is in "
5522
#: drizzled/error.cc:1286
5523
msgid "Error when preparing for backup operation"
5526
#: drizzled/error.cc:1288
5527
msgid "Error when preparing for restore operation"
5530
#: drizzled/error.cc:1290
5532
msgid "Invalid backup location '%-.64s'"
5535
#: drizzled/error.cc:1292
5537
msgid "Can't read backup location '%-.64s'"
5540
#: drizzled/error.cc:1294
5542
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5545
#: drizzled/error.cc:1296
5546
msgid "Can't enumerate server databases"
5549
#: drizzled/error.cc:1298
5550
msgid "Can't enumerate server tables"
5553
#: drizzled/error.cc:1300
5555
msgid "Can't enumerate tables in database %-.64s"
5558
#: drizzled/error.cc:1302
5560
msgid "Skipping view %-.64s in database %-.64s"
5563
#: drizzled/error.cc:1304
5565
msgid "Skipping table %-.64s since it has no valid storage engine"
5568
#: drizzled/error.cc:1306
5570
msgid "Can't open table %-.64s"
5573
#: drizzled/error.cc:1308
5574
msgid "Can't read backup archive preamble"
5577
#: drizzled/error.cc:1310
5578
msgid "Can't write backup archive preamble"
5581
#: drizzled/error.cc:1312
5583
msgid "Can't find backup driver for table %-.64s"
5586
#: drizzled/error.cc:1314
5589
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5593
#: drizzled/error.cc:1316
5595
msgid "Can't create %-.64s backup driver"
5598
#: drizzled/error.cc:1318
5600
msgid "Can't create %-.64s restore driver"
5603
#: drizzled/error.cc:1320
5605
msgid "Found %d images in backup archive but maximum %d are supported"
5608
#: drizzled/error.cc:1322
5610
msgid "Error when saving meta-data of %-.64s"
5613
#: drizzled/error.cc:1324
5614
msgid "Error when reading meta-data list"
5617
#: drizzled/error.cc:1326
5619
msgid "Can't create %-.64s"
5622
#: drizzled/error.cc:1328
5623
msgid "Can't allocate buffer for image data transfer"
5626
#: drizzled/error.cc:1330
5628
msgid "Error when writing %-.64s backup image data (for table #%d)"
5631
#: drizzled/error.cc:1332
5632
msgid "Error when reading data from backup stream"
5635
#: drizzled/error.cc:1334
5636
msgid "Can't go to the next chunk in backup stream"
5639
#: drizzled/error.cc:1336
5641
msgid "Can't initialize %-.64s backup driver"
5644
#: drizzled/error.cc:1338
5646
msgid "Can't initialize %-.64s restore driver"
5649
#: drizzled/error.cc:1340
5651
msgid "Can't shut down %-.64s backup driver"
5654
#: drizzled/error.cc:1342
5656
msgid "Can't shut down %-.64s backup driver(s)"
5659
#: drizzled/error.cc:1344
5661
msgid "%-.64s backup driver can't prepare for synchronization"
5664
#: drizzled/error.cc:1346
5666
msgid "%-.64s backup driver can't create its image validity point"
5669
#: drizzled/error.cc:1348
5671
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5674
#: drizzled/error.cc:1350
5676
msgid "%-.64s backup driver can't cancel its backup operation"
5679
#: drizzled/error.cc:1352
5681
msgid "%-.64s restore driver can't cancel its restore operation"
5684
#: drizzled/error.cc:1354
5686
msgid "Error when polling %-.64s backup driver for its image data"
5689
#: drizzled/error.cc:1356
5691
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5694
#: drizzled/error.cc:1358
5697
"After %d attempts %-.64s restore driver still can't accept next block of data"
5700
#: drizzled/error.cc:1360
5702
msgid "Open and lock tables failed in %-.64s"
5705
#: drizzled/error.cc:1362
5706
msgid "Backup driver's table locking thread can not be initialized."
5709
#: drizzled/error.cc:1364
5711
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5712
"and 'drizzle.online_backup_progress'."
5715
#: drizzled/error.cc:1366
5717
msgid "Tablespace '%-.192s' already exists"
5720
#: drizzled/error.cc:1368
5722
msgid "Tablespace '%-.192s' doesn't exist"
5725
#: drizzled/error.cc:1370
5727
msgid "Unexpected master's heartbeat data: %s"
5730
#: drizzled/error.cc:1372
5732
msgid "The requested value for the heartbeat period %s %s"
5735
#: drizzled/error.cc:1374
5737
msgid "Can't write to the online backup progress log %-.64s."
5740
#: drizzled/error.cc:1376
5742
msgid "Tablespace '%-.192s' not empty"
5745
#: drizzled/error.cc:1378
5748
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5749
"server. The original definition of the required tablespace is '%-.256s' "
5750
"while the same tablespace is defined on the server as '%-.256s'"
5753
#: drizzled/error.cc:1380
5754
msgid "A virtual column cannot be based on a virtual column"
5757
#: drizzled/error.cc:1382
5759
msgid "Non-deterministic expression for virtual column '%s'."
5762
#: drizzled/error.cc:1384
5765
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5768
#: drizzled/error.cc:1386
5769
msgid "Primary key cannot be defined upon a virtual column."
5772
#: drizzled/error.cc:1388
5773
msgid "Key/Index cannot be defined on a non-stored virtual column."
5776
#: drizzled/error.cc:1390
5778
msgid "Cannot define foreign key with %s clause on a virtual column."
5781
#: drizzled/error.cc:1392
5783
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5786
#: drizzled/error.cc:1394
5788
msgid "'%s' is not yet supported for virtual columns."
5791
#: drizzled/error.cc:1396
5792
msgid "Constant expression in virtual column function is not allowed."
5795
#: drizzled/errmsg.cc:46
5797
msgid "errmsg plugin '%s' init() failed."
5800
#: drizzled/errmsg.cc:75
5802
msgid "errmsg plugin '%s' deinit() failed."
5805
#: drizzled/errmsg.cc:116
5807
msgid "errmsg plugin '%s' errmsg_func() failed"
5810
#: drizzled/handler.cc:969
5812
msgid "Found %d prepared transaction(s) in %s"
5815
#: drizzled/handler.cc:1021
4050
5816
msgid "Starting crash recovery..."
4051
msgstr "Starting crash recovery..."
4053
#: ../drizzled/plugin/xa_resource_manager.cc:192
5819
#: drizzled/handler.cc:1053
4055
5821
msgid "Found %d prepared XA transactions"
4056
msgstr "Found %d prepared XA transactions"
4058
#: ../drizzled/plugin/xa_resource_manager.cc:197
5824
#: drizzled/handler.cc:1057
4061
5827
"Found %d prepared transactions! It means that drizzled was not shut down "
4063
5829
"file) was manually deleted after a crash. You have to start drizzled with "
4064
5830
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4066
"Found %d prepared transactions! It means that drizzled was not shut down "
4067
"properly last time and critical recovery information (last binlog or %s "
4068
"file) was manually deleted after a crash. You have to start drizzled with "
4069
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4071
#: ../drizzled/plugin/xa_resource_manager.cc:207
5833
#: drizzled/handler.cc:1067
4072
5834
msgid "Crash recovery finished."
4073
msgstr "Crash recovery finished."
4075
#: ../drizzled/replication_services.cc:94
4077
"You registered a TransactionApplier plugin but no TransactionReplicator "
4078
"plugins were registered.\n"
4080
"You registered a TransactionApplier plugin but no TransactionReplicator "
4081
"plugins were registered.\n"
4083
#: ../drizzled/replication_services.cc:125
4086
"You registered a TransactionApplier plugin but no TransactionReplicator "
4087
"plugins were registered that match the requested replicator name of '%s'.\n"
4088
"We have deactivated the TransactionApplier '%s'.\n"
4090
"You registered a TransactionApplier plugin but no TransactionReplicator "
4091
"plugins were registered that match the requested replicator name of '%s'.\n"
4092
"We have deactivated the TransactionApplier '%s'.\n"
4094
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
5837
#: drizzled/log.cc:338
5838
msgid "I/O error reading the header from the binary log"
5841
#: drizzled/log.cc:345
5843
"Binlog has bad magic number; It's not a binary log file that can be used by "
5844
"this version of Drizzle"
5847
#: drizzled/log.cc:360
5849
msgid "Failed to open log (file '%s', errno %d)"
5852
#: drizzled/log.cc:362 drizzled/log.cc:370
5853
msgid "Could not open log file"
5856
#: drizzled/log.cc:368
5858
msgid "Failed to create a cache on log (file '%s')"
5861
#: drizzled/log.cc:520 drizzled/log.cc:885
5864
"Could not use %s for logging (error %d). Turning logging off for the whole "
5865
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5866
"shutdown the Drizzle server and restart it."
5869
#: drizzled/log.cc:1153 drizzled/log.cc:1184 drizzled/log.cc:1433
5870
#: drizzled/log.cc:1555
5872
msgid "Failed to delete file '%s'"
5875
#: drizzled/log.cc:1162 drizzled/log.cc:1441 drizzled/log.cc:1563
5878
"a problem with deleting %s; consider examining correspondence of your binlog "
5879
"index file to the actual binlog files"
5882
#: drizzled/log.cc:1289
5884
msgid "next log error: %d offset: %s log: %s included: %d"
5887
#: drizzled/log.cc:1399 drizzled/log.cc:1523
5889
msgid "Failed to execute stat() on file '%s'"
5892
#: drizzled/log.cc:1410 drizzled/log.cc:1534
5895
"a problem with getting info on being purged %s; consider examining "
5896
"correspondence of your binlog index file to the actual binlog files"
5899
#: drizzled/log.cc:2544 drizzled/log.cc:3042
5901
msgid "Recovering after a crash using %s"
5904
#: drizzled/log.cc:2547
5906
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5909
#: drizzled/log.cc:2889
5910
msgid "Bad magic header in tc log"
5913
#: drizzled/log.cc:2899
5916
"Recovery failed! You must enable exactly %d storage engines that support two-"
5917
"phase commit protocol"
5920
#: drizzled/log.cc:2927
5922
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5923
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5924
"heuristic-recover={commit|rollback}"
5927
#: drizzled/log.cc:2957
5928
msgid "Heuristic crash recovery mode"
5931
#: drizzled/log.cc:2959
5932
msgid "Heuristic crash recovery failed"
5935
#: drizzled/log.cc:2960
5936
msgid "Please restart mysqld without --tc-heuristic-recover"
5939
#: drizzled/log.cc:3004 drizzled/log.cc:3028
5941
msgid "find_log_pos() failed (error: %d)"
5944
#: drizzled/log.cc:3142
5946
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5947
"of memory error) and restart, or delete (or rename) binary log and start "
5948
"mysqld with --tc-heuristic-recover={commit|rollback}"
5951
#: drizzled/log_event.cc:138
5953
msgid " %s, Error_code: %d;"
5956
#: drizzled/log_event.cc:142
5959
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5960
"master log %s, end_log_pos %lu"
5963
#: drizzled/log_event.cc:148
5967
#: drizzled/log_event.cc:903
5970
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5973
#: drizzled/log_event.cc:1617
5976
"Query partially completed on the master (error on master: %d) and was "
5977
"aborted. There is a chance that your master is inconsistent at this point. "
5978
"If you are sure that your master is ok, run this query manually on the slave "
5979
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
5980
"SLAVE; . Query: '%s'"
5983
#: drizzled/log_event.cc:1643
5986
"Query caused differenxt errors on master and slave.\n"
5987
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
5988
"Default database: '%s'. Query: '%s'"
5991
#: drizzled/log_event.cc:1648
5995
#: drizzled/log_event.cc:1668
5997
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6000
#: drizzled/log_event.cc:1670 drizzled/log_event.cc:4313
6001
#: drizzled/log_event.cc:4344 drizzled/log_event.cc:5076
6002
msgid "unexpected success or fatal error"
6005
#: drizzled/log_event.cc:2123
6007
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6008
"probable cause is that the master died while writing the transaction to its "
6009
"binary log, thus rolled back too."
6012
#: drizzled/log_event.cc:2778
6015
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6016
"produced %ld warning(s). Default database: '%s'"
6019
#: drizzled/log_event.cc:2828
6022
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6025
#: drizzled/log_event.cc:2840
6027
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6030
#: drizzled/log_event.cc:3102
6031
msgid "Out of memory while recording slave event"
6034
#: drizzled/log_event.cc:3352 drizzled/log_event.cc:3378
6036
msgid "Error in Create_file event: could not open file '%s'"
6039
#: drizzled/log_event.cc:3364
6041
msgid "Error in Create_file event: could not write to file '%s'"
6044
#: drizzled/log_event.cc:3385
6046
msgid "Error in Create_file event: write to '%s' failed"
6049
#: drizzled/log_event.cc:3499
6051
msgid "Error in %s event: could not create file '%s'"
6054
#: drizzled/log_event.cc:3508
6056
msgid "Error in %s event: could not open file '%s'"
6059
#: drizzled/log_event.cc:3515
6061
msgid "Error in %s event: write to '%s' failed"
6064
#: drizzled/log_event.cc:3677
6066
msgid "Error in Exec_load event: could not open file '%s'"
6069
#: drizzled/log_event.cc:3687
6071
msgid "Error in Exec_load event: file '%s' appears corrupted"
6074
#: drizzled/log_event.cc:3717
6076
msgid "%s. Failed executing load from '%s'"
6079
#: drizzled/log_event.cc:3890
6080
msgid "Not enough memory"
6083
#: drizzled/log_event.cc:4310
6085
msgid "Error '%s' in %s event: when locking tables"
6088
#: drizzled/log_event.cc:4320
6090
msgid "Error in %s event: when locking tables"
6093
#: drizzled/log_event.cc:4341
6095
msgid "Error '%s' on reopening tables"
6098
#: drizzled/log_event.cc:4677
6100
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6103
#: drizzled/log_event.cc:5073
6105
msgid "Error '%s' on opening table `%s`.`%s`"
6108
#. TRANSLATORS: The leading word "logging" is the name
6109
#. of the plugin api, and so should not be translated.
6110
#: drizzled/logging.cc:62
6112
msgid "logging plugin '%s' deinit() failed"
6115
#. TRANSLATORS: The leading word "logging" is the name
6116
#. of the plugin api, and so should not be translated.
6117
#: drizzled/logging.cc:85
6119
msgid "logging plugin '%s' logging_pre() failed"
6122
#. TRANSLATORS: The leading word "logging" is the name
6123
#. of the plugin api, and so should not be translated.
6124
#: drizzled/logging.cc:118
6126
msgid "logging plugin '%s' logging_post() failed"
6129
#. TRANSLATORS: The leading word "parser" is the name
6130
#. of the plugin api, and so should not be translated.
6131
#: drizzled/parser.cc:40
6133
msgid "parser plugin '%s' init() failed"
6136
#. TRANSLATORS: The leading word "parser" is the name
6137
#. of the plugin api, and so should not be translated.
6138
#: drizzled/parser.cc:62
6140
msgid "parser plugin '%s' deinit() failed"
6143
#. TRANSLATORS: The leading word "parser" is the name
6144
#. of the plugin api, and so should not be translated.
6145
#: drizzled/parser.cc:98
6147
msgid "parser plugin '%s' parser_func1() failed"
6150
#. TRANSLATORS: The leading word "parser" is the name
6151
#. of the plugin api, and so should not be translated.
6152
#: drizzled/parser.cc:152
6154
msgid "parser plugin '%s' parser_func2() failed"
6157
#. TRANSLATORS: The leading word "qcache" is the name
6158
#. of the plugin api, and so should not be translated.
6159
#: drizzled/qcache.cc:40
6161
msgid "qcache plugin '%s' init() failed"
6164
#. TRANSLATORS: The leading word "qcache" is the name
6165
#. of the plugin api, and so should not be translated.
6166
#: drizzled/qcache.cc:62
6168
msgid "qcache plugin '%s' deinit() failed"
6171
#. TRANSLATORS: The leading word "qcache" is the name
6172
#. of the plugin api, and so should not be translated.
6173
#: drizzled/qcache.cc:98
6175
msgid "qcache plugin '%s' do1() failed"
6178
#. TRANSLATORS: The leading word "qcache" is the name
6179
#. of the plugin api, and so should not be translated.
6180
#: drizzled/qcache.cc:152
6182
msgid "qcache plugin '%s' qcache_func2() failed"
6185
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1089
6186
#: drizzled/slave.cc:2091
6187
msgid "Failed to flush master info file"
6190
#: drizzled/replication/replication.cc:104
6191
msgid "Failed in send_file() while reading file name"
6194
#: drizzled/replication/replication.cc:117
6195
msgid "Failed in send_file() on open of file"
6198
#: drizzled/replication/replication.cc:125
6199
msgid "Failed in send_file() while writing data to client"
6202
#: drizzled/replication/replication.cc:134
6203
msgid "Failed in send_file() while negotiating file transfer close"
6206
#: drizzled/replication/reporting.cc:44
6208
msgid "Slave %s: %s%s Error_code: %d"
6211
#: drizzled/replication/rli.cc:149
6214
"Neither --relay-log nor --relay-log-index were used; so replication may "
6215
"break when this MySQL server acts as a slave and has his hostname changed!! "
6216
"Please use '--relay-log=%s' to avoid this problem."
6219
#: drizzled/replication/rli.cc:166
6220
msgid "Failed in open_log() called from init_relay_log_info()"
6223
#: drizzled/replication/rli.cc:188
6224
msgid "Failed to flush relay log info file"
6227
#: drizzled/replication/rli.cc:191
6228
msgid "Error counting relay log space"
6231
#: drizzled/replication/rli.cc:215
6233
msgid "log %s listed in the index, but failed to stat"
6236
#: drizzled/replication/rli.cc:230
6237
msgid "Could not find first log while counting relay log space"
6240
#: drizzled/replication/rli.cc:885
6241
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6244
#: drizzled/replication/utility.cc:117
6246
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6249
#: drizzled/replication/utility.cc:132
6252
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6253
"Master's column size should be <= the slave's column size."
6256
#: drizzled/scheduler.cc:132
6257
msgid "Memory allocation error in session_scheduler::init\n"
6260
#: drizzled/scheduler.cc:210
6261
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6264
#: drizzled/scheduler.cc:216
6265
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6268
#: drizzled/scheduler.cc:228
6269
msgid "session_add_event event_add error in libevent_init\n"
6272
#: drizzled/scheduler.cc:244
6274
msgid "Can't create completion port thread (error %d)"
6277
#: drizzled/scheduler.cc:357
6278
msgid "event_add error in libevent_add_session_callback\n"
6281
#: drizzled/scheduler.cc:383
6282
msgid "Scheduler init error in libevent_add_new_connection\n"
6285
#: drizzled/scheduler.cc:464
6286
msgid "libevent_thread_proc: my_thread_init() failed\n"
6289
#. TRANSLATORS: The leading word "scheduling" is the name
6290
#. of the plugin api, and so should not be translated.
6291
#: drizzled/scheduling.cc:40
6293
msgid "scheduling plugin '%s' init() failed"
6296
#. TRANSLATORS: The leading word "scheduling" is the name
6297
#. of the plugin api, and so should not be translated.
6298
#: drizzled/scheduling.cc:62
6300
msgid "scheduling plugin '%s' deinit() failed"
6303
#. TRANSLATORS: The leading word "scheduling" is the name
6304
#. of the plugin api, and so should not be translated.
6305
#: drizzled/scheduling.cc:98
6307
msgid "scheduling plugin '%s' scheduling_func1() failed"
6310
#. TRANSLATORS: The leading word "scheduling" is the name
6311
#. of the plugin api, and so should not be translated.
6312
#: drizzled/scheduling.cc:152
6314
msgid "scheduling plugin '%s' scheduling_func2() failed"
6317
#: drizzled/set_var.cc:729
6318
msgid "Ambiguous slave modes combination. STRICT will be used"
6321
#: drizzled/slave.cc:102
6322
msgid "Waiting to reconnect after a failed registration on master"
6325
#: drizzled/slave.cc:103
6327
"Slave I/O thread killed while waitnig to reconnect after a failed "
6328
"registration on master"
6331
#: drizzled/slave.cc:105
6332
msgid "Reconnecting after a failed registration on master"
6335
#: drizzled/slave.cc:106
6338
"failed registering on master, reconnecting to try again, log '%s' at postion "
6342
#: drizzled/slave.cc:109 drizzled/slave.cc:118
6343
msgid "Slave I/O thread killed during or after reconnect"
6346
#: drizzled/slave.cc:112
6347
msgid "Waiting to reconnect after a failed binlog dump request"
6350
#: drizzled/slave.cc:113
6351
msgid "Slave I/O thread killed while retrying master dump"
6354
#: drizzled/slave.cc:114
6355
msgid "Reconnecting after a failed binlog dump request"
6358
#: drizzled/slave.cc:115
6360
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6363
#: drizzled/slave.cc:121
6364
msgid "Waiting to reconnect after a failed master event read"
6367
#: drizzled/slave.cc:122
6368
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6371
#: drizzled/slave.cc:124
6372
msgid "Reconnecting after a failed master event read"
6375
#: drizzled/slave.cc:125
6378
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6382
#: drizzled/slave.cc:128
6384
"Slave I/O thread killed during or after a reconnect done to recover from "
6388
#: drizzled/slave.cc:242
6389
msgid "Failed to allocate memory for the master info structure"
6392
#: drizzled/slave.cc:248 drizzled/slave.cc:1763
6393
msgid "Failed to initialize the master info structure"
6396
#: drizzled/slave.cc:263
6397
msgid "Failed to create slave threads"
6400
#: drizzled/slave.cc:460
6401
msgid "Server id not set, will not start slave"
6404
#: drizzled/slave.cc:626
6406
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6407
"updates to a non-transactional table without any primary key. There is a "
6408
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6409
"check your tables' contents after restart."
6412
#: drizzled/slave.cc:787 drizzled/slave.cc:802
6413
msgid "Master reported unrecognized DRIZZLE version"
6414
msgstr "Master reported unrecognised DRIZZLE version"
6416
#: drizzled/slave.cc:843
6417
msgid "default Format_description_log_event"
6420
#: drizzled/slave.cc:865
6423
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6424
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6427
#: drizzled/slave.cc:892
6429
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6430
"server ids; these ids must be different for replication to work (or the --"
6431
"replicate-same-server-id option must be used on slave but this doesnot "
6432
"always make sense; please check the manual before using it)."
6435
#: drizzled/slave.cc:937
6437
"The slave I/O thread stops because master and slave have different values "
6438
"for the COLLATION_SERVER global variable. The values must be equal for "
6439
"replication to work"
6442
#: drizzled/slave.cc:973
6444
"The slave I/O thread stops because master and slave have different values "
6445
"for the TIME_ZONE global variable. The values must be equal for replication "
6449
#: drizzled/slave.cc:1038
6450
msgid "Waiting for the slave SQL thread to free enough relay log space"
6453
#: drizzled/slave.cc:1084
6455
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6459
#: drizzled/slave.cc:1095
6460
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6463
#: drizzled/slave.cc:1420
6465
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6468
#: drizzled/slave.cc:1473
6470
msgid "Error reading packet from server: %s ( server_errno=%d)"
6473
#: drizzled/slave.cc:1481
6475
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6478
#: drizzled/slave.cc:1634
6481
"It was not possible to update the positions of the relay log information: "
6482
"the slave may be in an inconsistent state. Stopped in %s position %s"
6485
#: drizzled/slave.cc:1709 drizzled/slave.cc:2301
6487
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6490
#: drizzled/slave.cc:1768 drizzled/slave.cc:2250
6492
msgid "Error initializing relay log position: %s"
6495
#: drizzled/slave.cc:1784
6498
"Slave SQL thread retried transaction %<PRIu64> time(s) in vain, giving up. "
6499
"Consider raising the value of the slave_transaction_retries variable."
6502
#: drizzled/slave.cc:1807
6504
"Could not parse relay log event entry. The possible reasons are: the "
6505
"master's binary log is corrupted (you can check this by running "
6506
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6507
"can check this by running 'mysqlbinlog' on the relay log), a network "
6508
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6509
"check the master's binary log or slave's relay log, you will be able to know "
6510
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6513
#: drizzled/slave.cc:1928
6514
msgid "Failed during slave I/O thread initialization"
6517
#: drizzled/slave.cc:1942
6518
msgid "error in drizzle_create()"
6521
#: drizzled/slave.cc:1950
6524
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6525
"'%s' at position %s"
6528
#: drizzled/slave.cc:1964
6529
msgid "Slave I/O thread killed while connecting to master"
6532
#: drizzled/slave.cc:1988
6533
msgid "Slave I/O thread couldn't register on master"
6536
#: drizzled/slave.cc:2000 drizzled/slave.cc:2024 drizzled/slave.cc:2048
6537
msgid "Forcing to reconnect slave I/O thread"
6540
#: drizzled/slave.cc:2013
6541
msgid "Failed on request_dump()"
6544
#: drizzled/slave.cc:2014
6545
msgid "Slave I/O thread killed while requesting master dump"
6548
#: drizzled/slave.cc:2040
6549
msgid "Waiting for master to send event"
6552
#: drizzled/slave.cc:2042
6553
msgid "Slave I/O thread killed while reading event"
6556
#: drizzled/slave.cc:2060
6559
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6560
"entry is correct, restart the server with a higher value of "
6561
"max_allowed_packet"
6564
#: drizzled/slave.cc:2074
6565
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6568
#: drizzled/slave.cc:2084
6569
msgid "Queueing master event to the relay log"
6572
#: drizzled/slave.cc:2111
6573
msgid "Slave I/O thread aborted while waiting for relay log space"
6576
#: drizzled/slave.cc:2121
6578
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6581
#: drizzled/slave.cc:2142
6582
msgid "Waiting for slave mutex on exit"
6585
#: drizzled/slave.cc:2206
6586
msgid "Failed during slave thread initialization"
6589
#: drizzled/slave.cc:2272
6592
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6593
"s, relay log '%s' position: %s"
6596
#: drizzled/slave.cc:2286
6597
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6600
#: drizzled/slave.cc:2312
6601
msgid "Reading event from the relay log"
6604
#: drizzled/slave.cc:2337
6606
msgid "Slave (additional info): %s Error_code: %d"
6609
#: drizzled/slave.cc:2354
6611
msgid "Slave: %s Error_code: %d"
6614
#: drizzled/slave.cc:2357
6617
"Error loading user-defined library, slave SQL thread aborted. Install the "
6618
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6619
"stopped at log '%s' position %s"
6622
#: drizzled/slave.cc:2365
6625
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6626
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6629
#: drizzled/slave.cc:2377
6632
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6635
#: drizzled/slave.cc:2466
6637
msgid "Slave I/O: failed requesting download of '%s'"
6640
#: drizzled/slave.cc:2483
6642
msgid "Network read error downloading '%s' from master"
6645
#: drizzled/slave.cc:2505
6646
msgid "error writing Exec_load event to relay log"
6649
#: drizzled/slave.cc:2519
6650
msgid "error writing Create_file event to relay log"
6653
#: drizzled/slave.cc:2534
6654
msgid "error writing Append_block event to relay log"
6657
#: drizzled/slave.cc:2630
6658
msgid "Memory allocation failed"
6661
#: drizzled/slave.cc:2655 drizzled/slave.cc:2741
6664
"Read invalid event from master: '%s', master could be corrupt but a more "
6665
"likely cause of this is a bug"
6668
#: drizzled/slave.cc:3013
6669
msgid "could not queue event from master"
6672
#: drizzled/slave.cc:3103
6674
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6677
#: drizzled/slave.cc:3105
6678
msgid "reconnecting"
6681
#: drizzled/slave.cc:3105
6685
#: drizzled/slave.cc:3129
6688
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6692
#: drizzled/slave.cc:3490
6694
msgid "next log '%s' is currently active"
6697
#: drizzled/slave.cc:3520
6699
msgid "next log '%s' is not active"
6702
#: drizzled/slave.cc:3536
6705
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6708
#: drizzled/slave.cc:3542
6709
msgid "Aborting slave SQL thread because of partial event read"
6712
#: drizzled/slave.cc:3548 drizzled/slave.cc:3555
6714
msgid "Error reading relay log event: %s"
6717
#: drizzled/slave.cc:3549
6718
msgid "slave SQL thread was killed"
6721
#: drizzled/slave.cc:3647
6724
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6725
"check error log on slave for more info"
6728
#: drizzled/slave.cc:3653
6731
"According to the master's version ('%s'), it is probable that master suffers "
6732
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6733
"current binary log event may make the slave's data become different from the "
6734
"master's data. To take no risk, slave refuses to replicate this event and "
6735
"stops. We recommend that all updates be stopped on the master and slave, "
6736
"that the data of both be manually synchronized, that master's binary logs be "
6737
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6738
"Then replication can be restarted."
6741
#: drizzled/sql_base.cc:2570
6743
msgid "Table %s had a open data handler in reopen_table"
6746
#: drizzled/sql_base.cc:3221
6748
msgid "Couldn't repair table: %s.%s"
6751
#: drizzled/sql_base.cc:3263
6754
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6755
"s`.`%s`' to the binary log"
6758
#: drizzled/sql_base.cc:3872
4096
6760
msgid "Could not remove temporary table: '%s', error: %d"
4097
msgstr "Could not remove temporary table: '%s', error: %d"
4099
#: ../drizzled/signal_handler.cc:52
4101
msgid "Got signal %d from thread %<PRIu32>"
4102
msgstr "Got signal %d from thread %<PRIu64>"
4104
#: ../drizzled/signal_handler.cc:118
4106
msgid "Fatal signal %d while backtracing\n"
4109
#: ../drizzled/signal_handler.cc:127
4111
msgid "Fatal: time() call failed\n"
4114
#: ../drizzled/signal_handler.cc:133
4117
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
4118
"This could be because you hit a bug. It is also possible that this binary\n"
4119
" or one of the libraries it was linked against is corrupt, improperly "
4121
" or misconfigured. This error can also be caused by malfunctioning "
4125
#: ../drizzled/signal_handler.cc:141
4128
"We will try our best to scrape up some info that will hopefully help "
4130
"the problem, but since we have already crashed, something is definitely "
4132
"and this may fail.\n"
4135
"We will try our best to scrape up some info that will hopefully help "
4137
"the problem, but since we have already crashed, something is definitely "
4139
"and this may fail.\n"
4142
#: ../drizzled/signal_handler.cc:148
4145
"It is possible that drizzled could use up to \n"
4146
"(read_buffer_size + sort_buffer_size)*thread_count\n"
4148
"Hope that's ok; if not, decrease some variables in the equation.\n"
4151
"It is possible that drizzled could use up to \n"
4152
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
4155
"Hope that's ok; if not, decrease some variables in the equation.\n"
4158
#: ../drizzled/sql_table.cc:1933
6763
#: drizzled/sql_plugin.cc:685
6765
msgid "Plugin '%s' of type %s failed deinitialization"
6768
#: drizzled/sql_plugin.cc:699
6770
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6773
#: drizzled/sql_plugin.cc:820
6775
msgid "Plugin '%s' registration as a %s failed."
6778
#: drizzled/sql_plugin.cc:1072
6779
msgid "plugin-load parameter too long"
6782
#: drizzled/sql_plugin.cc:1132
6784
msgid "Couldn't load plugin named '%s' with soname '%s'."
6787
#: drizzled/sql_plugin.cc:1185
6789
msgid "Forcing shutdown of %<PRIu64> plugins"
6792
#: drizzled/sql_plugin.cc:1208
6794
msgid "Plugin '%s' will be forced to shutdown"
6797
#: drizzled/sql_plugin.cc:1224
6799
msgid "Plugin '%s' has ref_count=%d after shutdown."
6802
#: drizzled/sql_plugin.cc:1614
6804
msgid "Out of memor."
6805
msgstr "Out of memory"
6807
#: drizzled/sql_plugin.cc:2476 drizzled/sql_plugin.cc:2539
6809
msgid "Unknown variable type code 0x%x in plugin '%s'."
6812
#: drizzled/sql_plugin.cc:2519
6815
"Server variable %s of plugin %s was forced to be read-only: string variable "
6816
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6819
#: drizzled/sql_plugin.cc:2550
6821
msgid "Missing variable name in plugin '%s'."
6824
#: drizzled/sql_plugin.cc:2567
6826
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6829
#: drizzled/sql_plugin.cc:2686
6831
msgid "Out of memory for plugin '%s'."
6834
#: drizzled/sql_plugin.cc:2693
6836
msgid "Bad options for plugin '%s'."
6839
#: drizzled/sql_plugin.cc:2702
6841
msgid "Parsing options for plugin '%s' failed."
6844
#: drizzled/sql_plugin.cc:2745
6846
msgid "Plugin '%s' has conflicting system variables"
6849
#: drizzled/sql_plugin.cc:2755
6851
msgid "Plugin '%s' disabled by command line option"
6854
#: drizzled/sql_table.cc:110
6856
msgid "Invalid (old?) table or database name '%s'"
6859
#: drizzled/sql_table.cc:2762
4160
6861
msgid "Unknown - internal error %d during operation"
4161
msgstr "Unknown - internal error %d during operation"
4163
#: ../drizzled/statement/alter_table.cc:1514
4166
"order_st BY ignored because there is a user-defined clustered index in the "
4169
"order_st BY ignored because there is a user-defined clustered index in the "
4172
#: ../drizzled/sys_var.cc:1526
4174
msgid "Variable named %s already exists!\n"
4175
msgstr "Variable named %s already exists!\n"
4177
#: ../drizzled/sys_var.cc:1535
4179
msgid "Could not add Variable: %s\n"
4180
msgstr "Could not add Variable: %s\n"
4182
#: ../drizzled/sys_var.cc:1633
4184
msgid "Failed to initialize system variables"
4185
msgstr "Failed to initialise plugins."
4187
#: ../drizzled/table.cc:1690
6864
#: drizzled/sql_table.cc:5030
6866
msgid "Could not open table %s.%s after rename\n"
6869
#: drizzled/sql_table.cc:5197
6872
"order_st BY ignored because there is a user-defined clustered index in the "
6876
#: drizzled/sql_udf.cc:41
6877
msgid "Can't allocate memory for udf structures"
6880
#: drizzled/table.cc:502
6883
"'%s' had no or invalid character set, and default character set is multi-"
6884
"byte, so character column sizes may have changed"
6887
#: drizzled/table.cc:2075
6889
msgid "Unknown collation '%s' in table '%-.64s' definition"
6892
#: drizzled/table.cc:2082
6895
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6899
#: drizzled/table.cc:2693
6902
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6906
#: drizzled/table.cc:2719
6909
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6910
"have type %s, found type %s."
6913
#: drizzled/table.cc:2728
6916
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6917
"position %d to have character set '%s' but the type has no character set."
6920
#: drizzled/table.cc:2738
6923
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6924
"position %d to have character set '%s' but found character set '%s'."
6927
#: drizzled/table.cc:2749
6930
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6931
"have type %s but the column is not found."
6934
#: drizzled/table.cc:4869
4189
6936
msgid "Got error %d when reading table '%s'"
4190
msgstr "Got error %d when reading table '%s'"
4192
#: ../drizzled/table/instance/base.cc:1883
4194
msgid "Unknown collation '%s' in table '%-.64s' definition"
4195
msgstr "Unknown collation '%s' in table '%-.64s' definition"
4197
#: ../drizzled/table/instance/base.cc:1890
4200
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
4203
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
4206
#: ../drizzled/tztime.cc:170
6939
#: drizzled/tztime.cc:1060
4208
6941
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4209
msgstr "Fatal error: Illegal or unknown default time zone '%s'"
4211
#: ../plugin/auth_file/auth_file.cc:227
4213
msgid "Could not load auth file: %s\n"
4214
msgstr "Could not add Variable: %s\n"
4216
#: ../plugin/auth_file/auth_file.cc:243
4217
msgid "File to load for usernames and passwords"
4220
#: ../plugin/auth_http/auth_http.cc:135
4222
"auth_http plugin loaded but required option url not specified. Against which "
4223
"URL are you intending on authenticating?\n"
4226
#: ../plugin/auth_http/auth_http.cc:151
4227
msgid "URL for HTTP Auth check"
4228
msgstr "URL for HTTP Auth check"
4230
#: ../plugin/auth_ldap/auth_ldap.cc:291
4232
msgid "Reconnect failed: %s\n"
4233
msgstr "Cannot open file: %s\n"
4235
#: ../plugin/auth_ldap/auth_ldap.cc:310
4237
msgid "ldap_search_ext_s failed: %s\n"
4240
#: ../plugin/auth_ldap/auth_ldap.cc:416
4242
msgid "Could not load auth ldap: %s\n"
4243
msgstr "Could not add Variable: %s\n"
4245
#: ../plugin/auth_ldap/auth_ldap.cc:437
4246
msgid "URI of the LDAP server to contact"
4249
#: ../plugin/auth_ldap/auth_ldap.cc:439
4250
msgid "DN to use when binding to the LDAP server"
4253
#: ../plugin/auth_ldap/auth_ldap.cc:441
4255
msgid "Password to use when binding the DN"
4256
msgstr "Password to use for auth."
4258
#: ../plugin/auth_ldap/auth_ldap.cc:443
4259
msgid "DN to use when searching"
4262
#: ../plugin/auth_ldap/auth_ldap.cc:445
4263
msgid "Attribute in LDAP with plain text password"
4266
#: ../plugin/auth_ldap/auth_ldap.cc:447
4267
msgid "Attribute in LDAP with MySQL hashed password"
4270
#: ../plugin/auth_ldap/auth_ldap.cc:449
4271
msgid "How often to empty the users cache, 0 to disable"
4274
#: ../plugin/blitzdb/ha_blitz.cc:1507
4275
msgid "Estimated number of rows that a BlitzDB table will store."
4278
#: ../plugin/console/console.cc:379
4279
msgid "Enable the console."
4280
msgstr "Enable the console."
4282
#: ../plugin/console/console.cc:382
4283
msgid "Turn on extra debugging."
4284
msgstr "Turn on extra debugging."
4286
#: ../plugin/console/console.cc:385
4287
msgid "User to use for auth."
4288
msgstr "User to use for auth."
4290
#: ../plugin/console/console.cc:388
4291
msgid "Password to use for auth."
4292
msgstr "Password to use for auth."
4294
#: ../plugin/console/console.cc:391
4296
msgid "Default catalog to use."
4297
msgstr "Default database to use."
4299
#: ../plugin/console/console.cc:394
4301
msgid "Default schema to use."
4302
msgstr "Default database to use."
4304
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
4307
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4309
msgstr "Port number to use for connection or use 0 for MySQL protocol default."
4311
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4312
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4313
msgid "Connect Timeout."
4314
msgstr "Connect Timeout."
4316
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4317
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4318
msgid "Read Timeout."
4319
msgstr "Read Timeout."
4321
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4322
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4323
msgid "Write Timeout."
4324
msgstr "Write Timeout."
4326
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4327
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4328
msgid "Retry Count."
4329
msgstr "Retry Count."
4331
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4332
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4333
msgid "Buffer length."
4334
msgstr "Buffer length."
4336
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4337
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4338
msgid "Address to bind to."
4339
msgstr "Address to bind to."
4341
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4342
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4343
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4345
msgid "Maximum simultaneous connections."
4346
msgstr "Too many connections"
4348
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4349
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4350
msgid "A restrictive IP address list for incoming admin connections."
4353
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4354
msgid "Failed to send error message to libnotify\n"
4355
msgstr "Failed to send error message to libnotify\n"
4357
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
6944
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
4358
6945
msgid "Error Messages to stderr"
4359
msgstr "Error Messages to stderr"
4361
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4362
msgid "Comma-separated list of schemas to exclude"
4365
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4366
msgid "Comma-separated list of tables to exclude"
4369
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4371
msgid "Regular expression to apply to schemas to exclude"
4372
msgstr "Regular expression to apply to schemas to filter"
4374
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4376
msgid "Regular expression to apply to tables to exclude"
4377
msgstr "Regular expression to apply to tables to filter"
4379
#: ../plugin/haildb/haildb_engine.cc:1080
4380
#: ../plugin/haildb/haildb_engine.cc:1218
4381
#: ../plugin/haildb/haildb_engine.cc:1248
4383
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4384
msgstr "Can't create table '%-.200s' (errno: %d)"
4386
#: ../plugin/haildb/haildb_engine.cc:1099
4388
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4389
msgstr "Can't create symlink '%s' pointing at '%s' (Error %d)"
4391
#: ../plugin/haildb/haildb_engine.cc:1197
4392
#: ../plugin/haildb/haildb_engine.cc:1310
4393
#: ../plugin/haildb/haildb_engine.cc:1491
4394
#: ../plugin/haildb/haildb_engine.cc:2157
4396
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4397
msgstr "Can't create table '%-.200s' (errno: %d)"
4399
#: ../plugin/haildb/haildb_engine.cc:1349
4400
#: ../plugin/haildb/haildb_engine.cc:1365
4402
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4403
msgstr "Can't create table '%-.200s' (errno: %d)"
4405
#: ../plugin/haildb/haildb_engine.cc:3403
4407
msgid "Error starting HailDB %d (%s)\n"
4410
#: ../plugin/haildb/haildb_engine.cc:3432
4411
msgid "Disable HailDB adaptive hash index (enabled by default)."
4414
#: ../plugin/haildb/haildb_engine.cc:3434
4415
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4418
#: ../plugin/haildb/haildb_engine.cc:3437
4420
"Size of a memory pool HailDB uses to store data dictionary information and "
4421
"other internal data structures."
4424
#: ../plugin/haildb/haildb_engine.cc:3440
4425
msgid "Data file autoextend increment in megabytes"
4428
#: ../plugin/haildb/haildb_engine.cc:3443
4431
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4433
msgstr "The size of the buffer that is used for full joins."
4435
#: ../plugin/haildb/haildb_engine.cc:3446
4436
msgid "The common part for HailDB table spaces."
4439
#: ../plugin/haildb/haildb_engine.cc:3448
4440
msgid "Disable HailDB checksums validation (enabled by default)."
4443
#: ../plugin/haildb/haildb_engine.cc:3450
4444
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4447
#: ../plugin/haildb/haildb_engine.cc:3453
4448
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4451
#: ../plugin/haildb/haildb_engine.cc:3456
4453
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4454
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4457
#: ../plugin/haildb/haildb_engine.cc:3459
4458
msgid "Stores each HailDB table to an .ibd file in the database dir."
4461
#: ../plugin/haildb/haildb_engine.cc:3462
4462
msgid "File format to use for new tables in .ibd files."
4465
#: ../plugin/haildb/haildb_engine.cc:3465
4467
"Set to 0 (write and flush once per second),1 (write and flush at each "
4468
"commit) or 2 (write at commit, flush once per second)."
4471
#: ../plugin/haildb/haildb_engine.cc:3468
4472
msgid "With which method to flush data."
4475
#: ../plugin/haildb/haildb_engine.cc:3471
4477
"Helps to save your data in case the disk image of the database becomes "
4481
#: ../plugin/haildb/haildb_engine.cc:3474
4482
msgid "Path to individual files and their sizes."
4485
#: ../plugin/haildb/haildb_engine.cc:3477
4487
msgid "Path to HailDB log files."
4488
msgstr "Path for temporary files."
4490
#: ../plugin/haildb/haildb_engine.cc:3480
4491
msgid "Size of each log file in a log group."
4494
#: ../plugin/haildb/haildb_engine.cc:3483
4496
"Number of log files in the log group. HailDB writes to the files in a "
4497
"circular fashion. Value 3 is recommended here."
4500
#: ../plugin/haildb/haildb_engine.cc:3486
4502
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4503
"rolled back. Values above 100000000 disable the timeout."
4506
#: ../plugin/haildb/haildb_engine.cc:3489
4509
"The size of the buffer which HailDB uses to write log to the log files on "
4511
msgstr "The size of the buffer that is used for full joins."
4513
#: ../plugin/haildb/haildb_engine.cc:3492
4515
"Sets the point in the LRU list from where all pages are classified as old "
4519
#: ../plugin/haildb/haildb_engine.cc:3495
4521
"Milliseconds between accesses to a block at which it is made young. "
4522
"0=disabled (Advanced users)"
4525
#: ../plugin/haildb/haildb_engine.cc:3498
4526
msgid "Percentage of dirty pages allowed in bufferpool."
4529
#: ../plugin/haildb/haildb_engine.cc:3501
4530
msgid "Desired maximum length of the purge queue (0 = no limit)"
4533
#: ../plugin/haildb/haildb_engine.cc:3504
4535
"Roll back the complete transaction on lock wait timeout, for 4.x "
4536
"compatibility (disabled by default)"
4539
#: ../plugin/haildb/haildb_engine.cc:3507
4540
msgid "How many files at the maximum HailDB keeps open at the same time."
4543
#: ../plugin/haildb/haildb_engine.cc:3510
4544
msgid "Number of background read I/O threads in HailDB."
4547
#: ../plugin/haildb/haildb_engine.cc:3513
4548
msgid "Number of background write I/O threads in HailDB."
4551
#: ../plugin/haildb/haildb_engine.cc:3515
4553
"Disable if you want to reduce the number of messages written to the log "
4554
"(default: enabled)."
4557
#: ../plugin/haildb/haildb_engine.cc:3518
4558
msgid "Enable SHOW HAILDB STATUS output in the log"
4561
#: ../plugin/haildb/haildb_engine.cc:3521
4562
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4565
#: ../plugin/haildb/haildb_engine.cc:3523
4567
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4570
#: ../plugin/hello_events/hello_events.cc:401
4571
msgid "Enable Example Events Plugin"
4574
#: ../plugin/hello_events/hello_events.cc:404
4575
#: ../plugin/hello_events/hello_events.cc:407
4576
msgid "A comma delimited list of databases to watch"
4579
#: ../plugin/hello_events/hello_events.cc:410
4580
msgid "Before write row event observer call position"
4583
#: ../plugin/hello_events/hello_events.cc:413
4584
#: ../plugin/pbms/src/parameters_ms.cc:461
4585
msgid "Before update row event observer call position"
4588
#: ../plugin/hello_events/hello_events.cc:416
4589
msgid "After drop database event observer call position"
4592
#: ../plugin/hello_events/hello_events.cc:427
4593
msgid "An example events Plugin"
4596
#: ../plugin/innobase/handler/data_dictionary.cc:760
4598
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4601
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4603
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4607
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4609
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4613
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4616
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4617
"or its equivalent numeric id"
4620
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4621
msgid "Do not use Native AIO library for IO, even if available"
4624
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4626
msgid "Enable internal replication log."
4627
msgstr "Enable transaction log"
4629
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4631
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4632
"rolled back. Values above 100000000 disable the timeout."
4635
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4636
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4639
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4641
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4642
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4645
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4646
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4647
#: ../plugin/transaction_log/print_transaction_message.cc:177
4648
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4650
msgid "Unable to parse transaction. Got error: %s.\n"
4651
msgstr "Unable to parse transaction. Got error: %s.\n"
4653
#: ../plugin/innobase/srv/srv0start.cc:1034
4654
msgid "InnoDB: cannot determine Mac OS X version!\n"
4657
#: ../plugin/innobase/srv/srv0start.cc:1039
4659
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4660
"InnoDB: making transactions unsafe!\n"
4663
#: ../plugin/innobase/srv/srv0start.cc:1048
4666
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4667
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4668
"InnoDB: allocate more than 4 GB of memory."
4671
#: ../plugin/innobase/srv/srv0start.cc:1063
4673
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4676
#: ../plugin/innobase/srv/srv0start.cc:1068
4679
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4680
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4681
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4684
#: ../plugin/innobase/srv/srv0start.cc:1078
4686
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4689
#: ../plugin/innobase/srv/srv0start.cc:1083
4691
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4694
#: ../plugin/innobase/srv/srv0start.cc:1088
4696
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4699
#: ../plugin/innobase/srv/srv0start.cc:1092
4701
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4704
#: ../plugin/innobase/srv/srv0start.cc:1097
4706
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4709
#: ../plugin/innobase/srv/srv0start.cc:1167
4711
msgid " InnoDB: Using Linux native AIO\n"
4714
#: ../plugin/logging_gearman/logging_gearman.cc:186
4716
msgid "fail gearman_client_create(): %s"
4717
msgstr "fail gearman_client_create(): %s"
4719
#: ../plugin/logging_gearman/logging_gearman.cc:197
4721
msgid "fail gearman_client_add_server(): %s"
4722
msgstr "fail gearman_client_add_server(): %s"
4724
#: ../plugin/logging_gearman/logging_gearman.cc:302
4725
msgid "Hostname for logging to a Gearman server"
4726
msgstr "Hostname for logging to a Gearman server"
4728
#: ../plugin/logging_gearman/logging_gearman.cc:305
4729
msgid "Gearman Function to send logging to"
4730
msgstr "Gearman Function to send logging to"
4732
#: ../plugin/logging_gearman/logging_gearman.cc:316
4733
msgid "Log queries to a Gearman server"
4734
msgstr "Log queries to a Gearman server"
4736
#: ../plugin/logging_query/logging_query.cc:178
6948
#: plugin/logging_query/logging_query.cc:162
4738
6950
msgid "fail open() fn=%s er=%s\n"
4739
msgstr "fail open() fn=%s er=%s\n"
4741
#: ../plugin/logging_query/logging_query.cc:319
4742
msgid "Enable logging to CSV file"
4743
msgstr "Enable logging to CSV file"
4745
#: ../plugin/logging_query/logging_query.cc:322
6953
#: plugin/logging_query/logging_query.cc:202
4746
6954
msgid "File to log to"
4747
msgstr "File to log to"
4749
#: ../plugin/logging_query/logging_query.cc:325
4750
msgid "PCRE to match the query against"
4751
msgstr "PCRE to match the query against"
4753
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
6957
#: plugin/logging_query/logging_query.cc:211
6958
msgid "Enable logging"
6961
#: plugin/logging_query/logging_query.cc:220
6962
msgid "Disable after this many seconds. Zero for forever"
6965
#: plugin/logging_query/logging_query.cc:233
4754
6966
msgid "Threshold for logging slow queries, in microseconds"
4755
msgstr "Threshold for logging slow queries, in microseconds"
4757
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
6969
#: plugin/logging_query/logging_query.cc:246
4758
6970
msgid "Threshold for logging big queries, for rows returned"
4759
msgstr "Threshold for logging big queries, for rows returned"
4761
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
6973
#: plugin/logging_query/logging_query.cc:259
4762
6974
msgid "Threshold for logging big queries, for rows examined"
4763
msgstr "Threshold for logging big queries, for rows examined"
4765
#: ../plugin/logging_query/logging_query.cc:345
4766
msgid "Log queries to a CSV file"
4767
msgstr "Log queries to a CSV file"
4769
#: ../plugin/logging_stats/logging_stats.cc:373
4770
msgid "Max number of users that will be logged"
4773
#: ../plugin/logging_stats/logging_stats.cc:376
4775
msgid "Max number of range locks to use for Scoreboard"
4776
msgstr "Max number of bytes in sorted records."
4778
#: ../plugin/logging_stats/logging_stats.cc:379
4779
msgid "Max number of concurrent sessions that will be logged"
4782
#: ../plugin/logging_stats/logging_stats.cc:380
4784
msgid "Enable Logging Statistics Collection"
4785
msgstr "Enable logging to CSV file"
4787
#: ../plugin/logging_stats/logging_stats.cc:389
4788
msgid "User Statistics as DATA_DICTIONARY tables"
4791
#: ../plugin/md5/md5.cc:99
4792
msgid "libgcrypt library version mismatch\n"
4795
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4796
#: ../plugin/memcached_stats/memcached_stats.cc:87
4797
msgid "List of memcached servers."
4798
msgstr "List of memcached servers."
4800
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4802
msgid "Expiry time of memcached entries"
4803
msgstr "List of memcached servers."
4805
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4806
msgid "Enable Memcached Query Cache"
4809
#: ../plugin/memcached_stats/analysis_table.cc:78
4810
#: ../plugin/memcached_stats/stats_table.cc:144
4811
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4814
#: ../plugin/memcached_stats/memcached_stats.cc:98
4815
msgid "Memcached Stats as I_S tables"
4816
msgstr "Memcached Stats as I_S tables"
4818
#: ../plugin/memcached_stats/stats_table.cc:74
4821
"Unable get stats from memcached server %s. Got error from "
4822
"memcached_stat_servername()."
4825
#: ../plugin/memcached_stats/stats_table.cc:151
4826
msgid "Unable to create memcached struct. Got error from memcached_create()."
4829
#: ../plugin/memcached_stats/stats_table.cc:159
4832
"Unable to create memcached server list. Got error from "
4833
"memcached_servers_parse(%s)."
4836
#: ../plugin/multi_thread/multi_thread.cc:62
4837
msgid "Session killed before thread could execute"
4840
#: ../plugin/multi_thread/multi_thread.cc:109
4841
msgid "Unable to get thread stack size\n"
4844
#: ../plugin/multi_thread/multi_thread.cc:211
4845
msgid "Maximum number of user threads available."
4848
#: ../plugin/myisam/ha_myisam.cc:532
6977
#: plugin/logging_query/logging_query.cc:282
6978
msgid "Log queries to a file"
6981
#: storage/myisam/ha_myisam.cc:453
4850
6983
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4851
msgstr "Got an error from thread_id=%<PRIu64>, %s:%d"
4853
#: ../plugin/myisam/ha_myisam.cc:536
6986
#: storage/myisam/ha_myisam.cc:457
4855
6988
msgid "Got an error from unknown thread, %s:%d"
4856
msgstr "Got an error from unknown thread, %s:%d"
4858
#: ../plugin/myisam/ha_myisam.cc:542
6991
#: storage/myisam/ha_myisam.cc:462
4859
6992
msgid "Unknown thread accessing table"
4860
msgstr "Unknown thread accessing table"
4862
#: ../plugin/myisam/ha_myisam.cc:1506
4864
"Don't use the fast sort index method to created index if the temporary file "
4865
"would get bigger than this."
4867
"Don't use the fast sort index method to created index if the temporary file "
4868
"would get bigger than this."
4870
#: ../plugin/myisam/ha_myisam.cc:1509
4872
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4873
"when creating indexes with CREATE INDEX or ALTER TABLE."
4875
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4876
"when creating indexes with CREATE INDEX or ALTER TABLE."
4878
#: ../plugin/myisam/my_handler_errors.cc:42
6995
#: storage/myisam/my_handler_errors.c:34
4879
6996
msgid "Didn't find key on read or update"
4880
6997
msgstr "Didn't find key on read or update"
4882
#: ../plugin/myisam/my_handler_errors.cc:43
6999
#: storage/myisam/my_handler_errors.c:36
4883
7000
msgid "Duplicate key on write or update"
4884
7001
msgstr "Duplicate key on write or update"
4886
#: ../plugin/myisam/my_handler_errors.cc:44
7003
#: storage/myisam/my_handler_errors.c:38
4887
7004
msgid "Internal (unspecified) error in handler"
4888
7005
msgstr "Internal (unspecified) error in handler"
4890
#: ../plugin/myisam/my_handler_errors.cc:46
7007
#: storage/myisam/my_handler_errors.c:40
4892
7009
"Someone has changed the row since it was read (while the table was locked to "
4895
7012
"Someone has changed the row since it was read (while the table was locked to "
4898
#: ../plugin/myisam/my_handler_errors.cc:48
7015
#: storage/myisam/my_handler_errors.c:43
4899
7016
msgid "Wrong index given to function"
4900
7017
msgstr "Wrong index given to function"
4902
#: ../plugin/myisam/my_handler_errors.cc:49
7019
#: storage/myisam/my_handler_errors.c:45
7020
msgid "Undefined handler error 125"
7021
msgstr "Undefined handler error 125"
7023
#: storage/myisam/my_handler_errors.c:47
4903
7024
msgid "Index file is crashed"
4904
7025
msgstr "Index file is crashed"
4906
#: ../plugin/myisam/my_handler_errors.cc:50
7027
#: storage/myisam/my_handler_errors.c:49
4907
7028
msgid "Record file is crashed"
4908
7029
msgstr "Record file is crashed"
4910
#: ../plugin/myisam/my_handler_errors.cc:51
7031
#: storage/myisam/my_handler_errors.c:51
4911
7032
msgid "Out of memory in engine"
4912
7033
msgstr "Out of memory in engine"
4914
#: ../plugin/myisam/my_handler_errors.cc:52
7035
#: storage/myisam/my_handler_errors.c:53
7036
msgid "Undefined handler error 129"
7037
msgstr "Undefined handler error 129"
7039
#: storage/myisam/my_handler_errors.c:55
4915
7040
msgid "Incorrect file format"
4916
7041
msgstr "Incorrect file format"
4918
#: ../plugin/myisam/my_handler_errors.cc:53
7043
#: storage/myisam/my_handler_errors.c:57
4919
7044
msgid "Command not supported by database"
4920
7045
msgstr "Command not supported by database"
4922
#: ../plugin/myisam/my_handler_errors.cc:54
7047
#: storage/myisam/my_handler_errors.c:59
4923
7048
msgid "Old database file"
4924
7049
msgstr "Old database file"
4926
#: ../plugin/myisam/my_handler_errors.cc:55
7051
#: storage/myisam/my_handler_errors.c:61
4927
7052
msgid "No record read before update"
4928
7053
msgstr "No record read before update"
4930
#: ../plugin/myisam/my_handler_errors.cc:56
7055
#: storage/myisam/my_handler_errors.c:63
4931
7056
msgid "Record was already deleted (or record file crashed)"
4932
7057
msgstr "Record was already deleted (or record file crashed)"
4934
#: ../plugin/myisam/my_handler_errors.cc:57
7059
#: storage/myisam/my_handler_errors.c:65
4935
7060
msgid "No more room in record file"
4936
7061
msgstr "No more room in record file"
4938
#: ../plugin/myisam/my_handler_errors.cc:58
7063
#: storage/myisam/my_handler_errors.c:67
4939
7064
msgid "No more room in index file"
4940
7065
msgstr "No more room in index file"
4942
#: ../plugin/myisam/my_handler_errors.cc:59
7067
#: storage/myisam/my_handler_errors.c:69
4943
7068
msgid "No more records (read after end of file)"
4944
7069
msgstr "No more records (read after end of file)"
4946
#: ../plugin/myisam/my_handler_errors.cc:60
7071
#: storage/myisam/my_handler_errors.c:71
4947
7072
msgid "Unsupported extension used for table"
4948
7073
msgstr "Unsupported extension used for table"
4950
#: ../plugin/myisam/my_handler_errors.cc:61
7075
#: storage/myisam/my_handler_errors.c:73
4951
7076
msgid "Too big row"
4952
7077
msgstr "Too big row"
4954
#: ../plugin/myisam/my_handler_errors.cc:62
7079
#: storage/myisam/my_handler_errors.c:75
4955
7080
msgid "Wrong create options"
4956
7081
msgstr "Wrong create options"
4958
#: ../plugin/myisam/my_handler_errors.cc:63
7083
#: storage/myisam/my_handler_errors.c:77
4959
7084
msgid "Duplicate unique key or constraint on write or update"
4960
7085
msgstr "Duplicate unique key or constraint on write or update"
4962
#: ../plugin/myisam/my_handler_errors.cc:64
7087
#: storage/myisam/my_handler_errors.c:79
4963
7088
msgid "Unknown character set used in table"
4964
7089
msgstr "Unknown character set used in table"
4966
#: ../plugin/myisam/my_handler_errors.cc:65
7091
#: storage/myisam/my_handler_errors.c:81
4967
7092
msgid "Conflicting table definitions in sub-tables of MERGE table"
4968
7093
msgstr "Conflicting table definitions in sub-tables of MERGE table"
4970
#: ../plugin/myisam/my_handler_errors.cc:66
7095
#: storage/myisam/my_handler_errors.c:83
4971
7096
msgid "Table is crashed and last repair failed"
4972
7097
msgstr "Table is crashed and last repair failed"
4974
#: ../plugin/myisam/my_handler_errors.cc:67
7099
#: storage/myisam/my_handler_errors.c:85
4975
7100
msgid "Table was marked as crashed and should be repaired"
4976
7101
msgstr "Table was marked as crashed and should be repaired"
4978
#: ../plugin/myisam/my_handler_errors.cc:68
7103
#: storage/myisam/my_handler_errors.c:87
4979
7104
msgid "Lock timed out; Retry transaction"
4980
7105
msgstr "Lock timed out; Retry transaction"
4982
#: ../plugin/myisam/my_handler_errors.cc:69
7107
#: storage/myisam/my_handler_errors.c:89
4983
7108
msgid "Lock table is full; Restart program with a larger locktable"
4984
7109
msgstr "Lock table is full; Restart program with a larger locktable"
4986
#: ../plugin/myisam/my_handler_errors.cc:70
7111
#: storage/myisam/my_handler_errors.c:91
4987
7112
msgid "Updates are not allowed under a read only transactions"
4988
7113
msgstr "Updates are not allowed under a read only transactions"
4990
#: ../plugin/myisam/my_handler_errors.cc:71
7115
#: storage/myisam/my_handler_errors.c:93
4991
7116
msgid "Lock deadlock; Retry transaction"
4992
7117
msgstr "Lock deadlock; Retry transaction"
4994
#: ../plugin/myisam/my_handler_errors.cc:72
7119
#: storage/myisam/my_handler_errors.c:95
4995
7120
msgid "Foreign key constraint is incorrectly formed"
4996
7121
msgstr "Foreign key constraint is incorrectly formed"
4998
#: ../plugin/myisam/my_handler_errors.cc:73
7123
#: storage/myisam/my_handler_errors.c:97
4999
7124
msgid "Cannot add a child row"
5000
7125
msgstr "Cannot add a child row"
5002
#: ../plugin/myisam/my_handler_errors.cc:74
7127
#: storage/myisam/my_handler_errors.c:99
5003
7128
msgid "Cannot delete a parent row"
5004
7129
msgstr "Cannot delete a parent row"
5006
#: ../plugin/myisam/my_handler_errors.cc:75
7131
#: storage/myisam/my_handler_errors.c:101
5007
7132
msgid "No savepoint with that name"
5008
7133
msgstr "No savepoint with that name"
5010
#: ../plugin/myisam/my_handler_errors.cc:76
7135
#: storage/myisam/my_handler_errors.c:103
5011
7136
msgid "Non unique key block size"
5012
7137
msgstr "Non unique key block size"
5014
#: ../plugin/myisam/my_handler_errors.cc:77
7139
#: storage/myisam/my_handler_errors.c:105
5015
7140
msgid "The table does not exist in engine"
5016
7141
msgstr "The table does not exist in engine"
5018
#: ../plugin/myisam/my_handler_errors.cc:78
7143
#: storage/myisam/my_handler_errors.c:107
5019
7144
msgid "The table already existed in storage engine"
5020
7145
msgstr "The table already existed in storage engine"
5022
#: ../plugin/myisam/my_handler_errors.cc:79
7147
#: storage/myisam/my_handler_errors.c:109
5023
7148
msgid "Could not connect to storage engine"
5024
7149
msgstr "Could not connect to storage engine"
5026
#: ../plugin/myisam/my_handler_errors.cc:80
7151
#: storage/myisam/my_handler_errors.c:111
5027
7152
msgid "Unexpected null pointer found when using spatial index"
5028
7153
msgstr "Unexpected null pointer found when using spatial index"
5030
#: ../plugin/myisam/my_handler_errors.cc:81
7155
#: storage/myisam/my_handler_errors.c:113
5031
7156
msgid "The table changed in storage engine"
5032
7157
msgstr "The table changed in storage engine"
5034
#: ../plugin/myisam/my_handler_errors.cc:82
7159
#: storage/myisam/my_handler_errors.c:115
5035
7160
msgid "There's no partition in table for the given value"
5036
7161
msgstr "There's no partition in table for the given value"
5038
#: ../plugin/myisam/my_handler_errors.cc:83
7163
#: storage/myisam/my_handler_errors.c:117
5039
7164
msgid "Row-based binlogging of row failed"
5040
7165
msgstr "Row-based binlogging of row failed"
5042
#: ../plugin/myisam/my_handler_errors.cc:84
7167
#: storage/myisam/my_handler_errors.c:119
5043
7168
msgid "Index needed in foreign key constraint"
5044
7169
msgstr "Index needed in foreign key constraint"
5046
#: ../plugin/myisam/my_handler_errors.cc:85
7171
#: storage/myisam/my_handler_errors.c:121
5047
7172
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5048
7173
msgstr "Upholding foreign key constraints would lead to a duplicate key error"
5050
#: ../plugin/myisam/my_handler_errors.cc:86
7175
#: storage/myisam/my_handler_errors.c:123
5051
7176
msgid "Table needs to be upgraded before it can be used"
5052
7177
msgstr "Table needs to be upgraded before it can be used"
5054
#: ../plugin/myisam/my_handler_errors.cc:87
7179
#: storage/myisam/my_handler_errors.c:125
5055
7180
msgid "Table is read only"
5056
7181
msgstr "Table is read only"
5058
#: ../plugin/myisam/my_handler_errors.cc:88
7183
#: storage/myisam/my_handler_errors.c:127
5059
7184
msgid "Failed to get next auto increment value"
5060
7185
msgstr "Failed to get next auto increment value"
5062
#: ../plugin/myisam/my_handler_errors.cc:89
7187
#: storage/myisam/my_handler_errors.c:129
5063
7188
msgid "Failed to set row auto increment value"
5064
7189
msgstr "Failed to set row auto increment value"
5066
#: ../plugin/myisam/my_handler_errors.cc:90
7191
#: storage/myisam/my_handler_errors.c:131
5067
7192
msgid "Unknown (generic) error from engine"
5068
7193
msgstr "Unknown (generic) error from engine"
5070
#: ../plugin/myisam/my_handler_errors.cc:91
7195
#: storage/myisam/my_handler_errors.c:133
5071
7196
msgid "Record is the same"
5072
7197
msgstr "Record is the same"
5074
#: ../plugin/myisam/my_handler_errors.cc:92
7199
#: storage/myisam/my_handler_errors.c:135
5075
7200
msgid "It is not possible to log this statement"
5076
7201
msgstr "It is not possible to log this statement"
5078
#: ../plugin/myisam/my_handler_errors.cc:93
7203
#: storage/myisam/my_handler_errors.c:137
5079
7204
msgid "Tablespace exists"
5080
7205
msgstr "Tablespace exists"
5082
#: ../plugin/myisam/my_handler_errors.cc:94
7207
#: storage/myisam/my_handler_errors.c:139
5083
7208
msgid "The event was corrupt, leading to illegal data being read"
5084
7209
msgstr "The event was corrupt, leading to illegal data being read"
5086
#: ../plugin/myisam/my_handler_errors.cc:95
7211
#: storage/myisam/my_handler_errors.c:141
5087
7212
msgid "The table is of a new format not supported by this version"
5088
7213
msgstr "The table is of a new format not supported by this version"
5090
#: ../plugin/myisam/my_handler_errors.cc:96
5091
msgid "The event could not be processed no other handler error happened"
7215
#: storage/myisam/my_handler_errors.c:143
7216
msgid "The event could not be processed no other hanlder error happened"
5092
7217
msgstr "The event could not be processed no other handler error happened"
5094
#: ../plugin/myisam/my_handler_errors.cc:97
5095
msgid "Got a fatal error during initialzation of handler"
5096
msgstr "Got a fatal error during initialzation of handler"
7219
#: storage/myisam/my_handler_errors.c:145
7220
msgid "Got a fatal error during initialzaction of handler"
7221
msgstr "Got a fatal error during initialisation of handler"
5098
#: ../plugin/myisam/my_handler_errors.cc:98
7223
#: storage/myisam/my_handler_errors.c:147
5099
7224
msgid "File to short; Expected more data in file"
5100
7225
msgstr "File too short; Expected more data in file"
5102
#: ../plugin/myisam/my_handler_errors.cc:99
7227
#: storage/myisam/my_handler_errors.c:149
5103
7228
msgid "Read page with wrong checksum"
5104
7229
msgstr "Read page with wrong checksum"
5106
#. TODO: get a better message for these
5107
#: ../plugin/myisam/my_handler_errors.cc:101
7231
#: storage/myisam/my_handler_errors.c:151
5108
7232
msgid "Lock or active transaction"
5109
7233
msgstr "Lock or active transaction"
5111
#: ../plugin/myisam/my_handler_errors.cc:102
7235
#: storage/myisam/my_handler_errors.c:153
5112
7236
msgid "No such table space"
5113
7237
msgstr "No such table space"
5115
#: ../plugin/myisam/my_handler_errors.cc:103
7239
#: storage/myisam/my_handler_errors.c:155
5116
7240
msgid "Tablespace not empty"
5117
7241
msgstr "Tablespace not empty"
5119
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
5121
"Port number to use for connection or 0 for default to with MySQL protocol."
5122
msgstr "Port number to use for connection or use 0 for MySQL protocol default."
5124
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
5126
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
5127
"the file is stale and should be removed?"
5130
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
5132
msgid "Path used for MySQL UNIX Socket Protocol."
5133
msgstr "Use MySQL Protocol."
5135
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
5136
msgid "Clobber socket file if one is there already."
5139
#: ../plugin/pbms/src/parameters_ms.cc:426
5141
msgid "Port number to use for connection or 0 for default PBMS port "
5142
msgstr "Port number to use for connection or use 0 for MySQL protocol default."
5144
#: ../plugin/pbms/src/parameters_ms.cc:429
5145
msgid "The maximum size of a BLOB repository file."
5148
#: ../plugin/pbms/src/parameters_ms.cc:432
5149
msgid "The maximum size of a temorary BLOB log file."
5152
#: ../plugin/pbms/src/parameters_ms.cc:435
5154
"A ':' delimited list of metadata header names to be used to initialize the "
5155
"pbms_metadata_header table when a database is created."
5158
#: ../plugin/pbms/src/parameters_ms.cc:439
5159
msgid "The percentage of garbage in a repository file before it is compacted."
5162
#: ../plugin/pbms/src/parameters_ms.cc:442
5164
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
5165
"after this time, unless committed to the database."
5168
#: ../plugin/pbms/src/parameters_ms.cc:445
5170
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
5174
#: ../plugin/pbms/src/parameters_ms.cc:448
5175
msgid "The next backup ID to use when backing up a PBMS database."
5178
#: ../plugin/pbms/src/parameters_ms.cc:451
5180
"A comma delimited list of tables to watch of the format: <database>."
5184
#: ../plugin/pbms/src/parameters_ms.cc:453
5185
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5188
#: ../plugin/pbms/src/parameters_ms.cc:457
5189
msgid "Before insert row event observer call position"
5192
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
5193
msgid "Could not open socket, is rabbitmq running?"
5196
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
5198
msgid "Failed to allocate enough memory to transaction message\n"
5199
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
5201
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
5203
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
5204
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
5206
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
5208
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
5209
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
5211
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
5212
msgid "Host name to connect to"
5215
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
5217
msgid "Port to connect to"
5218
msgstr "Socket file to use for connection."
5220
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
5221
msgid "RabbitMQ virtualhost"
5224
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
5226
msgid "RabbitMQ username"
5229
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
5230
msgid "RabbitMQ password"
5233
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
5234
#: ../plugin/transaction_log/module.cc:270
5235
msgid "Name of the replicator plugin to use (default='default_replicator')"
5236
msgstr "Name of the replicator plugin to use (default='default_replicator')"
5238
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
5239
msgid "Name of RabbitMQ exchange to publish to"
5242
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
5243
msgid "Name of RabbitMQ routing key to use"
5246
#: ../plugin/session_dictionary/processlist.cc:78
5251
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
5253
msgid "syslog facility \"%s\" not known, using \"local0\""
5254
msgstr "syslog facility \"%s\" not known, using \"local0\""
5256
#: ../plugin/syslog/errmsg.cc:50
5258
msgid "syslog priority \"%s\" not known, using \"warn\""
5259
msgstr "syslog priority \"%s\" not known, using \"warn\""
5261
#: ../plugin/syslog/logging.cc:63
5263
msgid "syslog priority \"%s\" not known, using \"info\""
5264
msgstr "syslog priority \"%s\" not known, using \"info\""
5266
#: ../plugin/syslog/module.cc:95
5267
msgid "Syslog Ident"
5270
#: ../plugin/syslog/module.cc:98
5271
msgid "Syslog Facility"
5274
#: ../plugin/syslog/module.cc:101
5276
msgid "Enable logging to syslog of the query log"
5277
msgstr "Enable logging to CSV file"
5279
#: ../plugin/syslog/module.cc:104
5280
msgid "Syslog Priority of query logging"
5283
#: ../plugin/syslog/module.cc:116
5285
msgid "Enable logging to syslog of the error messages"
5286
msgstr "Enable logging to a gearman server"
5288
#: ../plugin/syslog/module.cc:119
5289
msgid "Syslog Priority of error messages"
5292
#: ../plugin/transaction_log/background_worker.cc:77
5294
msgid "Unable to create background worker thread. Got error %s.\n"
5295
msgstr "Unable to create background worker thread. Got error %s.\n"
5297
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
5298
#: ../plugin/transaction_log/print_transaction_message.cc:106
5299
#: ../plugin/transaction_log/transaction_log_reader.cc:97
5301
msgid "Failed to open transaction log file %s. Got error: %s\n"
5302
msgstr "Failed to open transaction log file %s. Got error: %s\n"
5304
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5305
#: ../plugin/transaction_log/print_transaction_message.cc:169
5306
#: ../plugin/transaction_log/transaction_log_reader.cc:152
5307
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
5309
msgid "Could not read transaction message.\n"
5310
msgstr "Could not read transaction message.\n"
5312
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5313
#: ../plugin/transaction_log/print_transaction_message.cc:170
5314
#: ../plugin/transaction_log/transaction_log_reader.cc:153
5316
msgid "GPB ERROR: %s.\n"
5317
msgstr "GPB ERROR: %s.\n"
5319
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5320
#: ../plugin/transaction_log/print_transaction_message.cc:171
5321
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5323
msgid "Raw buffer read: %s.\n"
5324
msgstr "Raw buffer read: %s.\n"
5326
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5327
#: ../plugin/transaction_log/print_transaction_message.cc:179
5328
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5330
msgid "BUFFER: %s\n"
5331
msgstr "BUFFER: %s\n"
5333
#: ../plugin/transaction_log/module.cc:171
5335
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5336
msgstr "Failed to allocate the TransactionLog instance. Got error: %s\n"
5338
#: ../plugin/transaction_log/module.cc:180
5340
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5341
msgstr "Failed to initialize the Transaction Log. Got error: %s\n"
5343
#: ../plugin/transaction_log/module.cc:192
5345
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5346
msgstr "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5348
#: ../plugin/transaction_log/module.cc:201
5350
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5351
msgstr "Failed to initialize the Transaction Log Index. Got error: %s\n"
5353
#: ../plugin/transaction_log/module.cc:216
5355
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5357
"Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5359
#: ../plugin/transaction_log/module.cc:258
5360
msgid "DEBUGGING - Truncate transaction log"
5361
msgstr "DEBUGGING - Truncate transaction log"
5363
#: ../plugin/transaction_log/module.cc:261
5364
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5365
msgstr "Enable CRC32 Checksumming of each written transaction log entry"
5367
#: ../plugin/transaction_log/module.cc:264
5368
msgid "Enable transaction log"
5369
msgstr "Enable transaction log"
5371
#: ../plugin/transaction_log/module.cc:267
5372
msgid "Path to the file to use for transaction log"
5373
msgstr "Path to the file to use for transaction log"
5375
#: ../plugin/transaction_log/module.cc:273
5377
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5378
"each transaction write, 2 == sync log file once per second"
5380
"0 = rely on operating system to sync log file (default), 1 = sync file at "
5381
"each transaction write, 2 = sync log file once per second"
5383
#: ../plugin/transaction_log/module.cc:276
5384
msgid "Number of slots for in-memory write buffers (default=8)."
5385
msgstr "Number of slots for in-memory write buffers (default is 8)."
5387
#: ../plugin/transaction_log/print_transaction_message.cc:135
5389
msgid "GPB message is not a valid type.\n"
5392
#: ../plugin/transaction_log/print_transaction_message.cc:155
5394
msgid "GPB message is not a valid size.\n"
5397
#: ../plugin/transaction_log/transaction_log.cc:114
5398
msgid "Failed to open transaction log file "
5399
msgstr "Failed to open transaction log file "
5401
#: ../plugin/transaction_log/transaction_log.cc:215
5404
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5405
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5407
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5408
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5410
#: ../plugin/transaction_log/transaction_log.cc:236
5412
msgid "Failed to sync log file. Got error: %s\n"
5413
msgstr "Failed to sync log file. Got error: %s\n"
5415
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5416
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5418
msgid "Attempted to read record bigger than INT_MAX\n"
5419
msgstr "Attempted to read record greater than INT_MAX\n"
5421
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5423
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5424
msgstr "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5426
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5428
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5429
msgstr "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5431
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5433
msgid "Cannot open file: "
5434
msgstr "Cannot open file: %s\n"
5436
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5437
msgid "Could not skip to position "
5440
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5442
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5443
msgstr "Found a non-transaction message in log. Currently not supported.\n"
5445
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5447
msgid "Memory allocation failure trying to allocate "
5448
msgstr "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5450
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5454
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5457
msgstr "GPB ERROR: %s.\n"
5459
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5469
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5471
msgid "Unable to parse command. Got error: "
5472
msgstr "Unable to parse command. Got error: %s.\n"
5474
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5485
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5487
msgid "Display help and exit"
5488
msgstr "Display this help and exit."
5490
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5492
msgid "Read from the innodb transaction log"
5493
msgstr "Path to the file to use for transaction log"
5495
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5497
msgid "Password to use when connecting to server"
5498
msgstr "Password to use for auth."
5500
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5501
msgid "Perform checksum"
5504
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5505
msgid "Ignore event messages"
5508
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5510
msgid "Transaction log file"
5511
msgstr "Failed to open transaction log file "
5513
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5514
msgid "Print raw Protobuf messages instead of SQL"
5517
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5519
msgid "Start reading from the given file position"
5520
msgstr "Got a read error from the connection pipe"
5522
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5524
msgid "Only output for the given transaction ID and later"
5525
msgstr "Lock or active transaction"
5527
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5529
msgid "Only output for the given transaction ID"
5530
msgstr "Lock or active transaction"
5532
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5533
msgid "Summarize message contents"
5536
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5537
msgid "Cannot use --start-pos and --transaction-id together\n"
5540
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5541
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5544
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5546
msgid "Checksum failed. Wanted "
5547
msgstr "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5549
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
5554
#~ msgid "Error: Invalid Value for max_connect_errors"
5555
#~ msgstr "Error: Invalid Value for opt_max_connect_retries"
5558
#~ "If there is more than this number of interrupted connections from a host "
5559
#~ "this host will be blocked from further connections."
5561
#~ "If there is more than this number of interrupted connections from a host "
5562
#~ "this host will be blocked from further connections."
5564
#~ msgid "Set the default storage engine (table type) for tables."
5565
#~ msgstr "Set the default storage engine (table type) for tables."
5567
#~ msgid "List of schemas to filter"
5568
#~ msgstr "List of schemas to filter"
5570
#~ msgid "List of tables to filter"
5571
#~ msgstr "List of tables to filter"
5573
#~ msgid "Table %s has invalid/unknown collation: %d,%s"
5574
#~ msgstr "Table %s has invalid/unknown collation: %d,%s"
5576
#~ msgid "ENUM column %s has greater than %d possible values"
5577
#~ msgstr "ENUM column %s has greater than %d possible values"
5579
#~ msgid "Out of memory."
5580
#~ msgstr "Out of memory."
5582
#~ msgid "Unknown variable type code 0x%x in plugin '%s'."
5583
#~ msgstr "Unknown variable type code 0x%x in plugin '%s'."
5586
#~ "Server variable %s of plugin %s was forced to be read-only: string "
5587
#~ "variable without update_func and PLUGIN_VAR_MEMALLOC flag"
5589
#~ "Server variable %s of plugin %s was forced to be read-only: string "
5590
#~ "variable without update_func and PLUGIN_VAR_MEMALLOC flag"
5592
#~ msgid "Missing variable name in plugin '%s'."
5593
#~ msgstr "Missing variable name in plugin '%s'."
5595
#~ msgid "Thread local variable '%s' not allocated in plugin '%s'."
5596
#~ msgstr "Thread local variable '%s' not allocated in plugin '%s'."
5598
#~ msgid "Out of memory for plugin '%s'."
5599
#~ msgstr "Out of memory for plugin '%s'."
5601
#~ msgid "Bad options for plugin '%s'."
5602
#~ msgstr "Bad options for plugin '%s'."
5604
#~ msgid "Plugin '%s' has conflicting system variables"
5605
#~ msgstr "Plugin '%s' has conflicting system variables"
5608
#~ msgid "Invalid value for io-capacity\n"
5609
#~ msgstr "Invalid value of port\n"
5612
#~ msgid "Invalid value for fast-shutdown\n"
5613
#~ msgstr "Invalid value for threshold-slow"
5616
#~ msgid "Invalid value for flush-log-at-trx-commit\n"
5617
#~ msgstr "Invalid value for retry_count\n"
5620
#~ msgid "Invalid value for max-dirty-pages-pct\n"
5621
#~ msgstr "Invalid value for retry_count\n"
5624
#~ msgid "Invalid value for stats-sample-pages\n"
5625
#~ msgstr "Invalid value for read_timeout\n"
5628
#~ msgid "Invalid value for additional-mem-pool-size\n"
5629
#~ msgstr "Invalid value for read_timeout\n"
5632
#~ msgid "Invalid value for autoextend-increment\n"
5633
#~ msgstr "Invalid value for write_timeout\n"
5636
#~ msgid "Invalid value for buffer-pool-size\n"
5637
#~ msgstr "Invalid value for buffer_length\n"
5640
#~ msgid "Invalid value for buffer-pool-instances\n"
5641
#~ msgstr "Invalid value for buffer_length\n"
5644
#~ msgid "Invalid value for commit-concurrency\n"
5645
#~ msgstr "Invalid value for retry_count\n"
5648
#~ msgid "Invalid value for concurrency-tickets\n"
5649
#~ msgstr "Invalid value for connect_timeout\n"
5652
#~ msgid "Invalid value for read-io-threads\n"
5653
#~ msgstr "Invalid value for read_timeout\n"
5656
#~ msgid "Invalid value for write-io-threads\n"
5657
#~ msgstr "Invalid value for write_timeout\n"
5660
#~ msgid "Invalid value for force-recovery\n"
5661
#~ msgstr "Invalid value for retry_count\n"
5664
#~ msgid "Invalid value for log-file-size\n"
5665
#~ msgstr "Invalid value for write_timeout\n"
5668
#~ msgid "Invalid value for log-files-in-group\n"
5669
#~ msgstr "Invalid value for write_timeout\n"
5672
#~ msgid "Invalid value for mirrored-log-groups\n"
5673
#~ msgstr "Invalid value for retry_count\n"
5676
#~ msgid "Invalid value for open-files\n"
5677
#~ msgstr "Invalid value for read_timeout\n"
5680
#~ msgid "Invalid value for thread-concurrency\n"
5681
#~ msgstr "Invalid value for retry_count\n"
5684
#~ msgid "Invalid value for read-ahead-threshold\n"
5685
#~ msgstr "Invalid value for threshold-slow"
5687
#~ msgid "Invalid value of port\n"
5688
#~ msgstr "Invalid value of port\n"
5690
#~ msgid "Invalid value for connect_timeout\n"
5691
#~ msgstr "Invalid value for connect_timeout\n"
5693
#~ msgid "Invalid value for read_timeout\n"
5694
#~ msgstr "Invalid value for read_timeout\n"
5696
#~ msgid "Invalid value for write_timeout\n"
5697
#~ msgstr "Invalid value for write_timeout\n"
5699
#~ msgid "Invalid value for retry_count"
5700
#~ msgstr "Invalid value for retry_count"
5702
#~ msgid "Invalid value for buffer_length\n"
5703
#~ msgstr "Invalid value for buffer_length\n"
5706
#~ msgid "Invalid value of log-file-size"
5707
#~ msgstr "Invalid value of port\n"
5710
#~ msgid "Invalid value of log-files-in-group"
5711
#~ msgstr "Invalid value of port\n"
5714
#~ msgid "Invalid value of lock-wait-timeout"
5715
#~ msgstr "Invalid value for write_timeout\n"
5718
#~ msgid "Invalid value of log-buffer-size"
5719
#~ msgstr "Invalid value for buffer_length\n"
5722
#~ msgid "Invalid value of lru-old-blocks-pct"
5723
#~ msgstr "Invalid value for threshold-slow"
5726
#~ msgid "Invalid value of lru-block-access-recency"
5727
#~ msgstr "Invalid value of port\n"
5730
#~ msgid "Invalid value of max-dirty-pages-pct"
5731
#~ msgstr "Invalid value of port\n"
5734
#~ msgid "Invalid value of max-purge-lag"
5735
#~ msgstr "Invalid value of port\n"
5738
#~ msgid "Invalid value of open-files"
5739
#~ msgstr "Invalid value of port\n"
5742
#~ msgid "Invalid value of read-io-threads"
5743
#~ msgstr "Invalid value for read_timeout\n"
5746
#~ msgid "Invalid value of sync_spin_loops"
5747
#~ msgstr "Invalid value of port\n"
5750
#~ msgid "Invalid value of before-write-position\n"
5751
#~ msgstr "Invalid value for write_timeout\n"
5754
#~ msgid "Invalid value of before-update-position\n"
5755
#~ msgstr "Invalid value of port\n"
5758
#~ msgid "Invalid value for lock-wait-timeout\n"
5759
#~ msgstr "Invalid value for write_timeout\n"
5761
#~ msgid "Enable logging to a gearman server"
5762
#~ msgstr "Enable logging to a gearman server"
5764
#~ msgid "Invalid value for threshold-slow"
5765
#~ msgstr "Invalid value for threshold-slow"
5767
#~ msgid "Invalid value for threshold-big-resultset"
5768
#~ msgstr "Invalid value for threshold-big-resultset"
5770
#~ msgid "Invalid value for threshold-big-examined"
5771
#~ msgstr "Invalid value for threshold-big-examined"
5774
#~ msgid "Invalid value for max-user-count\n"
5775
#~ msgstr "Invalid value for retry_count\n"
5778
#~ msgid "Invalid value for bucket-count\n"
5779
#~ msgstr "Invalid value for retry_count\n"
5782
#~ msgid "Invalid value of expiry\n"
5783
#~ msgstr "Invalid value of port\n"
5786
#~ msgid "Enable rabbitmq log"
5787
#~ msgstr "Enable transaction log"
5790
#~ msgid "Invalid value for logging-threshold-slow\n"
5791
#~ msgstr "Invalid value for threshold-slow"
5794
#~ msgid "Invalid value for logging-threshold-big-resultset\n"
5795
#~ msgstr "Invalid value for threshold-big-resultset"
5798
#~ msgid "Invalid value for logging-threshold-big-examined\n"
5799
#~ msgstr "Invalid value for threshold-big-examined"
5801
#~ msgid "Enable HTTP Auth check"
5802
#~ msgstr "Enable HTTP Auth check"
5805
#~ msgid "Invalid value of io-capacity"
5806
#~ msgstr "Invalid value of port\n"
5809
#~ msgid "Invalid value of fast-shutdown"
5810
#~ msgstr "Invalid value for threshold-slow"
5813
#~ msgid "Invalid value of flush-log-at-trx-commit"
5814
#~ msgstr "Invalid value of port\n"
5817
#~ msgid "Invalid value of force-recovery"
5818
#~ msgstr "Invalid value of port\n"
5821
#~ msgid "Invalid value for max-threads\n"
5822
#~ msgstr "Invalid value for threshold-slow"
5825
#~ msgid "Invalid value for max-sort-file-size\n"
5826
#~ msgstr "Invalid value for write_timeout\n"
5829
#~ msgid "Invalid value for sort-buffer-size\n"
5830
#~ msgstr "Invalid value for buffer_length\n"
5833
#~ msgid "Invalid value for sync-method\n"
5834
#~ msgstr "Invalid value for connect_timeout\n"
5837
#~ msgid "Invalid value for num-write-buffers\n"
5838
#~ msgstr "Invalid value for write_timeout\n"
5841
#~ msgid "Usage: %s [options] TRANSACTION_LOG \n"
5842
#~ msgstr "Usage: %s TRANSACTION_LOG\n"
5845
#~ msgid "--help : Display help and exit\n"
5846
#~ msgstr "Display this help and exit."
5849
#~ msgid "Invalid value of additional-mem-pool-size"
5850
#~ msgstr "Invalid value for read_timeout\n"
5853
#~ msgid "Invalid value of autoextend-increment"
5854
#~ msgstr "Invalid value of port\n"
5857
#~ msgid "Invalid value of buffer-pool-size"
5858
#~ msgstr "Invalid value for buffer_length\n"
5860
#~ msgid "Use compression in server/client protocol."
5861
#~ msgstr "Use compression in server/client protocol."
5863
#~ msgid "%s: You must use option --tab with --fields-...\n"
5864
#~ msgstr "%s: You must use option --tab with --fields-...\n"
5867
#~ "%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
5870
#~ "%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
5874
#~ msgid "Deprecated. Use --skip-set-charset instead."
5875
#~ msgstr "WARNING: option deprecated; use --disable-pager instead.\n"
5878
#~ msgid "Error: Invalid Value for back_log"
5879
#~ msgstr "Error: Invalid Value for opt_sleep"
5881
#~ msgid "Display this help and exit after initializing plugins."
5882
#~ msgstr "Display this help and exit after initialising plugins."
5884
#~ msgid "(IGNORED)"
5885
#~ msgstr "(IGNORED)"
5887
#~ msgid "Unknown database '%-.192s'"
5888
#~ msgstr "Unknown database '%-.192s'"
5890
#~ msgid "Incorrect database name '%-.100s'"
5891
#~ msgstr "Incorrect database name '%-.100s'"
5893
#~ msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
5894
#~ msgstr "Usage: %s TRANSACTION_LOG [--checksum] \n"
5896
#~ msgid "Invalid value for retry_count\n"
5897
#~ msgstr "Invalid value for retry_count\n"
5900
#~ "Port number to use for connection or 0 for default to, in order of "
5901
#~ "preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5903
#~ "Port number to use for connection or use 0 to default to, in order of "
5904
#~ "preference:- drizzle.cnf, $DRIZZLE_TCP_PORT or built-in default (4427)."
5906
#~ msgid "Unknown Drizzle error"
5907
#~ msgstr "Unknown Drizzle error"
5909
#~ msgid "Can't create UNIX socket (%d)"
5910
#~ msgstr "Can't create UNIX socket (%d)"
5912
#~ msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5913
#~ msgstr "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5915
#~ msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5916
#~ msgstr "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5918
#~ msgid "Can't create TCP/IP socket (%d)"
5919
#~ msgstr "Can't create TCP/IP socket (%d)"
5921
#~ msgid "Unknown Drizzle server host '%-.100s' (%d)"
5922
#~ msgstr "Unknown Drizzle server host '%-.100s' (%d)"
5924
#~ msgid "Drizzle server has gone away"
5925
#~ msgstr "Drizzle server has gone away"
5927
#~ msgid "Protocol mismatch; server version = %d, client version = %d"
5928
#~ msgstr "Protocol mismatch; server version = %d, client version = %d"
5930
#~ msgid "Drizzle client ran out of memory"
5931
#~ msgstr "Drizzle client ran out of memory"
5933
#~ msgid "Wrong host info"
5934
#~ msgstr "Wrong host info"
5936
#~ msgid "Localhost via UNIX socket"
5937
#~ msgstr "Localhost via UNIX socket"
5939
#~ msgid "%-.100s via TCP/IP"
5940
#~ msgstr "%-.100s via TCP/IP"
5942
#~ msgid "Error in server handshake"
5943
#~ msgstr "Error in server handshake"
5945
#~ msgid "Lost connection to Drizzle server during query"
5946
#~ msgstr "Lost connection to Drizzle server during query"
5948
#~ msgid "Commands out of sync; you can't run this command now"
5949
#~ msgstr "Commands out of sync; you can't run this command now"
5951
#~ msgid "Named pipe: %-.32s"
5952
#~ msgstr "Named pipe: %-.32s"
5954
#~ msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5955
#~ msgstr "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5957
#~ msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5958
#~ msgstr "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5960
#~ msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5961
#~ msgstr "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5963
#~ msgid "Can't initialize character set %-.32s (path: %-.100s)"
5964
#~ msgstr "Can't initialize character set %-.32s (path: %-.100s)"
5966
#~ msgid "Got packet bigger than 'max_allowed_packet' bytes"
5967
#~ msgstr "Got packet bigger than 'max_allowed_packet' bytes"
5969
#~ msgid "Embedded server"
5970
#~ msgstr "Embedded server"
5972
#~ msgid "Error on SHOW SLAVE STATUS:"
5973
#~ msgstr "Error on SHOW SLAVE STATUS:"
5975
#~ msgid "Error on SHOW SLAVE HOSTS:"
5976
#~ msgstr "Error on SHOW SLAVE HOSTS:"
5978
#~ msgid "Error connecting to slave:"
5979
#~ msgstr "Error connecting to slave:"
5981
#~ msgid "Error connecting to master:"
5982
#~ msgstr "Error connecting to master:"
5984
#~ msgid "SSL connection error"
5985
#~ msgstr "SSL connection error"
5987
#~ msgid "Malformed packet"
5988
#~ msgstr "Malformed packet"
5990
#~ msgid "(unused error message)"
5991
#~ msgstr "(unused error message)"
5993
#~ msgid "Statement not prepared"
5994
#~ msgstr "Statement not prepared"
5996
#~ msgid "No data supplied for parameters in prepared statement"
5997
#~ msgstr "No data supplied for parameters in prepared statement"
5999
#~ msgid "Data truncated"
6000
#~ msgstr "Data truncated"
6002
#~ msgid "No parameters exist in the statement"
6003
#~ msgstr "No parameters exist in the statement"
6006
#~ "Can't send long data for non-string/non-binary data types (parameter: %d)"
6008
#~ "Can't send long data for non-string/non-binary data types (parameter: %d)"
6010
#~ msgid "Using unsupported buffer type: %d (parameter: %d)"
6011
#~ msgstr "Using unsupported buffer type: %d (parameter: %d)"
6013
#~ msgid "Shared memory: %-.100s"
6014
#~ msgstr "Shared memory: %-.100s"
6016
#~ msgid "Wrong or unknown protocol"
6017
#~ msgstr "Wrong or unknown protocol"
6019
#~ msgid "Invalid connection handle"
6020
#~ msgstr "Invalid connection handle"
6023
#~ "Connection using old (pre-4.1.1) authentication protocol refused (client "
6024
#~ "option 'secure_auth' enabled)"
6026
#~ "Connection using old (pre-4.1.1) authentication protocol refused (client "
6027
#~ "option 'secure_auth' enabled)"
6029
#~ msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6030
#~ msgstr "Row retrieval was cancelled by drizzle_stmt_close() call"
6032
#~ msgid "Attempt to read column without prior row fetch"
6033
#~ msgstr "Attempt to read column without prior row fetch"
6035
#~ msgid "Prepared statement contains no metadata"
6036
#~ msgstr "Prepared statement contains no metadata"
6039
#~ "Attempt to read a row while there is no result set associated with the "
6042
#~ "Attempt to read a row while there is no result set associated with the "
6045
#~ msgid "This feature is not implemented yet"
6046
#~ msgstr "This feature is not implemented yet"
6049
#~ "Lost connection to Drizzle server while waiting for initial communication "
6050
#~ "packet, system error: %d"
6052
#~ "Lost connection to Drizzle server while waiting for initial communication "
6053
#~ "packet, system error: %d"
6056
#~ "Lost connection to Drizzle server while reading initial communication "
6057
#~ "packet, system error: %d"
6059
#~ "Lost connection to Drizzle server while reading initial communication "
6060
#~ "packet, system error: %d"
6063
#~ "Lost connection to Drizzle server while sending authentication "
6064
#~ "information, system error: %d"
6066
#~ "Lost connection to Drizzle server while sending authentication "
6067
#~ "information, system error: %d"
6070
#~ "Lost connection to Drizzle server while reading authorization "
6071
#~ "information, system error: %d"
6073
#~ "Lost connection to Drizzle server while reading authorization "
6074
#~ "information, system error: %d"
6077
#~ "Lost connection to Drizzle server while setting initial database, system "
6080
#~ "Lost connection to Drizzle server while setting initial database, system "
6083
#~ msgid "Statement closed indirectly because of a preceding %s() call"
6084
#~ msgstr "Statement closed indirectly because of a preceding %s() call"
6086
#~ msgid "Couldn't uncompress communication packet"
6087
#~ msgstr "Couldn't uncompress communication packet"
6089
#~ msgid "Got an error reading communication packets"
6090
#~ msgstr "Got an error reading communication packets"
6092
#~ msgid "Got timeout reading communication packets"
6093
#~ msgstr "Got timeout reading communication packets"
6095
#~ msgid "Got an error writing communication packets"
6096
#~ msgstr "Got an error writing communication packets"
6098
#~ msgid "Got timeout writing communication packets"
6099
#~ msgstr "Got timeout writing communication packets"
6102
#~ msgid "Can't create completion port thread (error %d)"
6103
#~ msgstr "Can't create interrupt-thread (error %d, errno: %d)"
6106
#~ "Named commands are disabled. Use \\* form only, or use named commands "
6107
#~ "only in the beginning of a line ending with a semicolon (;) Since version "
6108
#~ "10.9 the client now starts with this option ENABLED by default! Disable "
6109
#~ "with '-G'. Long format commands still work from the first line. WARNING: "
6110
#~ "option deprecated; use --disable-named-commands instead."
6112
#~ "Named commands are disabled. Use \\* form only, or use named commands "
6113
#~ "only in the beginning of a line ending with a semicolon (;) Since version "
6114
#~ "10.9 the client now starts with this option ENABLED by default! Disable "
6115
#~ "with '-G'. Long format commands still work from the first line. WARNING: "
6116
#~ "option deprecated; use --disable-named-commands instead."
6118
#~ msgid "Ignore space after function names."
6119
#~ msgstr "Ignore space after function names."
6122
#~ "Don't write line number for errors. WARNING: -L is deprecated, use long "
6123
#~ "version of this option instead."
6125
#~ "Don't write line number for errors. WARNING: -L is deprecated, use long "
6126
#~ "version of this option instead."
6129
#~ "No automatic rehashing. One has to use 'rehash' to get table and field "
6130
#~ "completion. This gives a quicker start of drizzle_st and disables "
6131
#~ "rehashing on reconnect. WARNING: options deprecated; use --disable-auto-"
6132
#~ "rehash instead."
6134
#~ "No automatic rehashing. One has to use 'rehash' to get table and field "
6135
#~ "completion. This gives a quicker start of drizzle_st and disables "
6136
#~ "rehashing on reconnect. WARNING: options deprecated; use --disable-auto-"
6137
#~ "rehash instead."
6140
#~ "Reconnect if the connection is lost. Disable with --disable-reconnect. "
6141
#~ "This option is enabled by default."
6143
#~ "Reconnect if the connection is lost. Disable with --disable-reconnect. "
6144
#~ "This option is enabled by default."
6146
#~ msgid "Wait and retry if connection is down."
6147
#~ msgstr "Wait and retry if connection is down."
6149
#~ msgid "Got error: %s (%d) %s"
6150
#~ msgstr "Got error: %s (%d) %s"
6152
#~ msgid "Couldn't execute '%s': %s (%d)"
6153
#~ msgstr "Couldn't execute '%s': %s (%d)"
6156
#~ msgid "-- Connecting to %s, using protocol %s...\n"
6157
#~ msgstr "-- Connecting to %s...\n"
6159
#~ msgid "Couldn't allocate memory"
6160
#~ msgstr "Couldn't allocate memory"
6163
#~ "-- Warning: Unable to use delayed inserts for table '%s' because it's of "
6166
#~ "-- Warning: Unable to use delayed inserts for table '%s' because it's of "
6169
#~ msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
6170
#~ msgstr "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
6172
#~ msgid "%s: Can't get keys for table %s\n"
6173
#~ msgstr "%s: Can't get keys for table %s\n"
6175
#~ msgid "Error: Couldn't read status information for table %s\n"
6176
#~ msgstr "Error: Couldn't read status information for table %s\n"
6178
#~ msgid "Error retrieving table structure for table: \"%s\""
6179
#~ msgstr "Error retrieving table structure for table: \"%s\""
6181
#~ msgid "-- Skipping dump data for table '%s', --no-data was used\n"
6182
#~ msgstr "-- Skipping dump data for table '%s', --no-data was used\n"
6184
#~ msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
6185
#~ msgstr "-- Warning: Skipping data for table '%s' because it's of type %s\n"
6187
#~ msgid "-- Skipping dump data for table '%s', it has no fields\n"
6188
#~ msgstr "-- Skipping dump data for table '%s', it has no fields\n"
6190
#~ msgid "-- Sending SELECT query...\n"
6191
#~ msgstr "-- Sending SELECT query...\n"
6193
#~ msgid "when executing 'SELECT INTO OUTFILE'"
6194
#~ msgstr "when executing 'SELECT INTO OUTFILE'"
6199
#~ "-- Dumping data for table %s\n"
6204
#~ "-- Dumping data for table %s\n"
6207
#~ msgid "%s: Error in field count for table: %s ! Aborting.\n"
6208
#~ msgstr "%s: Error in field count for table: %s ! Aborting.\n"
6210
#~ msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
6211
#~ msgstr "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
6213
#~ msgid "Not enough fields from table %s! Aborting.\n"
6214
#~ msgstr "Not enough fields from table %s! Aborting.\n"
6216
#~ msgid "when doing refresh"
6217
#~ msgstr "when doing refresh"
6219
#~ msgid "alloc_root failure."
6220
#~ msgstr "alloc_root failure."
6222
#~ msgid "Couldn't find table: \"%s\""
6223
#~ msgstr "Couldn't find table: \"%s\""
6226
#~ "Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
6228
#~ "Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
6230
#~ msgid "Error: Not enough memory to store ORDER BY clause\n"
6231
#~ msgstr "Error: Not enough memory to store ORDER BY clause\n"
6233
#~ msgid "Input filename too long: %s"
6234
#~ msgstr "Input filename too long: %s"
6236
#~ msgid "Can't create thread-keys"
6237
#~ msgstr "Can't create thread-keys"
6240
#~ msgid "Print the default settings and exit"
6241
#~ msgstr "Print some debug info at exit."
6243
#~ msgid "Can't start server: cannot resolve hostname!"
6244
#~ msgstr "Can't start server: cannot resolve hostname!"
6246
#~ msgid "Can't start server: bind-address refers to multiple interfaces!"
6247
#~ msgstr "Can't start server: bind-address refers to multiple interfaces!"
6249
#~ msgid "Parsing options for plugin '%s' failed."
6250
#~ msgstr "Parsing options for plugin '%s' failed."
6252
#~ msgid "Table %s had a open data Cursor in reopen_table"
6253
#~ msgstr "Table %s had a open data Cursor in reopen_table"
6256
#~ msgid "Invalid value for file-io-threads\n"
6257
#~ msgstr "Invalid value for write_timeout\n"
6259
#~ msgid "Can't create interrupt-thread (error %d, errno: %d)"
6260
#~ msgstr "Can't create interrupt-thread (error %d, errno: %d)"
6263
#~ "Copyright (C) 2008 Sun Microsystems\n"
6264
#~ "This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
6265
#~ "and you are welcome to modify and redistribute it under the GPL license\n"
6267
#~ "Starts the Drizzle database server\n"
6269
#~ "Copyright (C) 2008 Sun Microsystems\n"
6270
#~ "This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
6271
#~ "and you are welcome to modify and redistribute it under the GPL license\n"
6273
#~ "Starts the Drizzle database server\n"
6275
#~ msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
6276
#~ msgstr "Error dropping database (can't delete '%-.192s', errno: %d)"
6278
#~ msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
6279
#~ msgstr "Error dropping database (can't rmdir '%-.192s', errno: %d)"
6281
#~ msgid "Can't read record in system table"
6282
#~ msgstr "Can't read record in system table"
6284
#~ msgid "Can't get working directory (errno: %d)"
6285
#~ msgstr "Can't get working directory (errno: %d)"
6287
#~ msgid "Can't change dir to '%-.192s' (errno: %d)"
6288
#~ msgstr "Can't change dir to '%-.192s' (errno: %d)"
6290
#~ msgid "View '%-.192s' doesn't exist for '%-.192s'"
6291
#~ msgstr "View '%-.192s' doesn't exist for '%-.192s'"
6294
#~ "%s: ready for connections.\n"
6295
#~ "Version: '%s' socket: '%s' port: %u\n"
6297
#~ "%s: ready for connections.\n"
6298
#~ "Version: '%s' socket: '%s' port: %u\n"
6300
#~ msgid "Records: %ld Duplicates: %ld"
6301
#~ msgstr "Records: %ld Duplicates: %ld"
6303
#~ msgid "Too many strings for column %-.192s and SET"
6304
#~ msgstr "Too many strings for column %-.192s and SET"
6306
#~ msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
6307
#~ msgstr "Can't generate a unique log-filename %-.200s.(1-999)\n"
6309
#~ msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
6310
#~ msgstr "Table '%-.192s' was locked with a READ lock and can't be updated"
6312
#~ msgid "Table '%-.192s' was not locked with LOCK TABLES"
6313
#~ msgstr "Table '%-.192s' was not locked with LOCK TABLES"
6315
#~ msgid "Incorrect parameters to procedure '%-.192s'"
6316
#~ msgstr "Incorrect parameters to procedure '%-.192s'"
6318
#~ msgid "Unknown character set: '%-.64s'"
6319
#~ msgstr "Unknown character set: '%-.64s'"
6322
#~ "Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
6323
#~ "thread_stack=#' to specify a bigger stack if needed"
6325
#~ "Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
6326
#~ "thread_stack=#' to specify a bigger stack if needed"
6328
#~ msgid "Can't load function '%-.192s'"
6329
#~ msgstr "Can't load function '%-.192s'"
6331
#~ msgid "Can't initialize function '%-.192s'; %-.80s"
6332
#~ msgstr "Can't initialise function '%-.192s'; %-.80s"
6334
#~ msgid "Function '%-.192s' is not defined"
6335
#~ msgstr "Function '%-.192s' is not defined"
6338
#~ "Host '%-.64s' is blocked because of many connection errors; unblock with "
6339
#~ "'drizzleadmin flush-hosts'"
6341
#~ "Host '%-.64s' is blocked because of many connection errors; unblock with "
6342
#~ "'drizzleadmin flush-hosts'"
6344
#~ msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
6345
#~ msgstr "Host '%-.64s' is not allowed to connect to this Drizzle server"
6348
#~ "You are using Drizzle as an anonymous user and anonymous users are not "
6349
#~ "allowed to change passwords"
6351
#~ "You are using Drizzle as an anonymous user and anonymous users are not "
6352
#~ "allowed to change passwords"
6355
#~ "You must have privileges to update tables in the drizzle database to be "
6356
#~ "able to change passwords for others"
6358
#~ "You must have privileges to update tables in the drizzle database to be "
6359
#~ "able to change passwords for others"
6361
#~ msgid "Can't find any matching row in the user table"
6362
#~ msgstr "Can't find any matching row in the user table"
6364
#~ msgid "Invalid use of NULL value"
6365
#~ msgstr "Invalid use of NULL value"
6367
#~ msgid "Got error '%-.64s' from regexp"
6368
#~ msgstr "Got error '%-.64s' from regexp"
6370
#~ msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
6371
#~ msgstr "There is no such grant defined for user '%-.48s' on host '%-.64s'"
6373
#~ msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
6374
#~ msgstr "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
6377
#~ "%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
6378
#~ "table '%-.192s'"
6380
#~ "%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
6381
#~ "table '%-.192s'"
6384
#~ "Illegal GRANT/REVOKE command; please consult the manual to see which "
6385
#~ "privileges can be used"
6387
#~ "Illegal GRANT/REVOKE command; please consult the manual to see which "
6388
#~ "privileges can be used"
6390
#~ msgid "The host or user argument to GRANT is too long"
6391
#~ msgstr "The host or user argument to GRANT is too long"
6394
#~ "There is no such grant defined for user '%-.48s' on host '%-.64s' on "
6395
#~ "table '%-.192s'"
6397
#~ "There is no such grant defined for user '%-.48s' on host '%-.64s' on "
6398
#~ "table '%-.192s'"
6400
#~ msgid "The used command is not allowed with this Drizzle version"
6401
#~ msgstr "The used command is not allowed with this Drizzle version"
6403
#~ msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
6404
#~ msgstr "Delayed insert thread couldn't get requested lock for table %-.192s"
6406
#~ msgid "Too many delayed threads in use"
6407
#~ msgstr "Too many delayed threads in use"
6409
#~ msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
6410
#~ msgstr "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
6412
#~ msgid "Got a read error from the connection pipe"
6413
#~ msgstr "Got a read error from the connection pipe"
6415
#~ msgid "Got an error from fcntl()"
6416
#~ msgstr "Got an error from fcntl()"
6418
#~ msgid "Result string is longer than 'max_allowed_packet' bytes"
6419
#~ msgstr "Result string is longer than 'max_allowed_packet' bytes"
6422
#~ "INSERT DELAYED can't be used with table '%-.192s' because it is locked "
6423
#~ "with LOCK TABLES"
6425
#~ "INSERT DELAYED can't be used with table '%-.192s' because it is locked "
6426
#~ "with LOCK TABLES"
6428
#~ msgid "This version of Drizzle is not compiled with RAID support"
6429
#~ msgstr "This version of Drizzle is not compiled with RAID support"
6432
#~ "You are using safe update mode and you tried to update a table without a "
6433
#~ "WHERE that uses a KEY column"
6435
#~ "You are using safe update mode and you tried to update a table without a "
6436
#~ "WHERE that uses a KEY column"
6438
#~ msgid "You are not allowed to execute this command in a transaction"
6439
#~ msgstr "You are not allowed to execute this command in a transaction"
6441
#~ msgid "Got error %d during FLUSH_LOGS"
6442
#~ msgstr "Got error %d during FLUSH_LOGS"
6444
#~ msgid "Got error %d during CHECKPOINT"
6445
#~ msgstr "Got error %d during CHECKPOINT"
6447
#~ msgid "The storage engine for the table does not support binary table dump"
6448
#~ msgstr "The storage engine for the table does not support binary table dump"
6450
#~ msgid "Binlog closed, cannot RESET MASTER"
6451
#~ msgstr "Binlog closed, cannot RESET MASTER"
6453
#~ msgid "Failed rebuilding the index of dumped table '%-.192s'"
6454
#~ msgstr "Failed rebuilding the index of dumped table '%-.192s'"
6456
#~ msgid "Error from master: '%-.64s'"
6457
#~ msgstr "Error from master: '%-.64s'"
6459
#~ msgid "Net error reading from master"
6460
#~ msgstr "Net error reading from master"
6462
#~ msgid "Net error writing to master"
6463
#~ msgstr "Net error writing to master"
6465
#~ msgid "Can't find FULLTEXT index matching the column list"
6466
#~ msgstr "Can't find FULLTEXT index matching the column list"
6469
#~ "Multi-statement transaction required more than 'max_binlog_cache_size' "
6470
#~ "bytes of storage; increase this drizzled variable and try again"
6472
#~ "Multi-statement transaction required more than 'max_binlog_cache_size' "
6473
#~ "bytes of storage; increase this drizzled variable and try again"
6476
#~ "This operation cannot be performed with a running slave; run STOP SLAVE "
6479
#~ "This operation cannot be performed with a running slave; run STOP SLAVE "
6483
#~ "This operation requires a running slave; configure slave and do START "
6486
#~ "This operation requires a running slave; configure slave and do START "
6489
#~ msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
6490
#~ msgstr "The server is not configured as slave; fix with CHANGE MASTER TO"
6493
#~ "Could not initialize master info structure; more error messages can be "
6494
#~ "found in the Drizzle error log"
6496
#~ "Could not initialize master info structure; more error messages can be "
6497
#~ "found in the Drizzle error log"
6499
#~ msgid "Could not create slave thread; check system resources"
6500
#~ msgstr "Could not create slave thread; check system resources"
6503
#~ "User %-.64s already has more than 'max_user_connections' active "
6506
#~ "User %-.64s already has more than 'max_user_connections' active "
6509
#~ msgid "CREATE DATABASE not allowed while thread is holding global read lock"
6511
#~ "CREATE DATABASE not allowed while thread is holding global read lock"
6513
#~ msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
6514
#~ msgstr "'%-.48s'@'%-.64s' is not allowed to create new users"
6517
#~ "Incorrect table definition; all MERGE tables must be in the same database"
6519
#~ "Incorrect table definition; all MERGE tables must be in the same database"
6521
#~ msgid "Error connecting to master: %-.128s"
6522
#~ msgstr "Error connecting to master: %-.128s"
6524
#~ msgid "Error running query on master: %-.128s"
6525
#~ msgstr "Error running query on master: %-.128s"
6527
#~ msgid "Error when executing command %s: %-.128s"
6528
#~ msgstr "Error when executing command %s: %-.128s"
6530
#~ msgid "Mixing of transactional and non-transactional tables is disabled"
6531
#~ msgstr "Mixing of transactional and non-transactional tables is disabled"
6533
#~ msgid "Option '%s' used twice in statement"
6534
#~ msgstr "Option '%s' used twice in statement"
6536
#~ msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
6537
#~ msgstr "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
6539
#~ msgid "Access denied; you need the %-.128s privilege for this operation"
6540
#~ msgstr "Access denied; you need the %-.128s privilege for this operation"
6543
#~ "Got fatal error %d: '%-.128s' from master when reading data from binary "
6546
#~ "Got fatal error %d: '%-.128s' from master when reading data from binary "
6550
#~ "Slave SQL thread ignored the query because of replicate-*-table rules"
6552
#~ "Slave SQL thread ignored the query because of replicate-*-table rules"
6554
#~ msgid "Unknown prepared statement handler (%.*s) given to %s"
6555
#~ msgstr "Unknown prepared statement handler (%.*s) given to %s"
6557
#~ msgid "Help database is corrupt or does not exist"
6558
#~ msgstr "Help database is corrupt or does not exist"
6560
#~ msgid "Cyclic reference on subqueries"
6561
#~ msgstr "Cyclic reference on subqueries"
6564
#~ "Client does not support authentication protocol requested by server; "
6565
#~ "consider upgrading Drizzle client"
6567
#~ "Client does not support authentication protocol requested by server; "
6568
#~ "consider upgrading Drizzle client"
6570
#~ msgid "Slave is already running"
6571
#~ msgstr "Slave is already running"
6573
#~ msgid "Slave already has been stopped"
6574
#~ msgstr "Slave already has been stopped"
6576
#~ msgid "Using storage engine %s for table '%s'"
6577
#~ msgstr "Using storage engine %s for table '%s'"
6579
#~ msgid "Cannot drop one or more of the requested users"
6580
#~ msgstr "Cannot drop one or more of the requested users"
6582
#~ msgid "Can't revoke all privileges for one or more of the requested users"
6583
#~ msgstr "Can't revoke all privileges for one or more of the requested users"
6586
#~ "SSL parameters in CHANGE MASTER are ignored because this Drizzle slave "
6587
#~ "was compiled without SSL support; they can be used later if Drizzle slave "
6588
#~ "with SSL is started"
6590
#~ "SSL parameters in CHANGE MASTER are ignored because this Drizzle slave "
6591
#~ "was compiled without SSL support; they can be used later if Drizzle slave "
6592
#~ "with SSL is started"
6595
#~ "Server is running in --secure-auth mode, but '%s'@'%s' has a password in "
6596
#~ "the old format; please change the password to the new format"
6598
#~ "Server is running in --secure-auth mode, but '%s'@'%s' has a password in "
6599
#~ "the old format; please change the password to the new format"
6602
#~ "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
6604
#~ "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
6607
#~ "It is recommended to use --skip-slave-start when doing step-by-step "
6608
#~ "replication with START SLAVE UNTIL; otherwise, you will get problems if "
6609
#~ "you get an unexpected slave's drizzled restart"
6611
#~ "It is recommended to use --skip-slave-start when doing step-by-step "
6612
#~ "replication with START SLAVE UNTIL; otherwise, you will get problems if "
6613
#~ "you get an unexpected slave's drizzled restart"
6615
#~ msgid "SQL thread is not to be started so UNTIL options are ignored"
6616
#~ msgstr "SQL thread is not to be started so UNTIL options are ignored"
6618
#~ msgid "Query cache failed to set size %lu; new query cache size is %lu"
6619
#~ msgstr "Query cache failed to set size %lu; new query cache size is %lu"
6621
#~ msgid "Unknown key cache '%-.100s'"
6622
#~ msgstr "Unknown key cache '%-.100s'"
6625
#~ "Drizzle is started in --skip-name-resolve mode; you must restart it "
6626
#~ "without this switch for this grant to work"
6628
#~ "Drizzle is started in --skip-name-resolve mode; you must restart it "
6629
#~ "without this switch for this grant to work"
6631
#~ msgid "'%s' is deprecated; use '%s' instead"
6632
#~ msgstr "'%s' is deprecated; use '%s' instead"
6634
#~ msgid "This command is not supported in the prepared statement protocol yet"
6636
#~ "This command is not supported in the prepared statement protocol yet"
6638
#~ msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
6639
#~ msgstr "Invalid TIMESTAMP value in column '%s' at row %ld"
6641
#~ msgid "Conflicting declarations: '%s%s' and '%s%s'"
6642
#~ msgstr "Conflicting declarations: '%s%s' and '%s%s'"
6644
#~ msgid "Can't create a %s from within another stored routine"
6645
#~ msgstr "Can't create a %s from within another stored routine"
6647
#~ msgid "%s %s already exists"
6648
#~ msgstr "%s %s already exists"
6650
#~ msgid "Failed to DROP %s %s"
6651
#~ msgstr "Failed to DROP %s %s"
6653
#~ msgid "Failed to CREATE %s %s"
6654
#~ msgstr "Failed to CREATE %s %s"
6656
#~ msgid "%s with no matching label: %s"
6657
#~ msgstr "%s with no matching label: %s"
6659
#~ msgid "Redefining label %s"
6660
#~ msgstr "Redefining label %s"
6662
#~ msgid "End-label %s without match"
6663
#~ msgstr "End-label %s without match"
6665
#~ msgid "Referring to uninitialized variable %s"
6666
#~ msgstr "Referring to uninitialised variable %s"
6668
#~ msgid "PROCEDURE %s can't return a result set in the given context"
6669
#~ msgstr "PROCEDURE %s can't return a result set in the given context"
6671
#~ msgid "RETURN is only allowed in a FUNCTION"
6672
#~ msgstr "RETURN is only allowed in a FUNCTION"
6674
#~ msgid "%s is not allowed in stored procedures"
6675
#~ msgstr "%s is not allowed in stored procedures"
6678
#~ "The update log is deprecated and replaced by the binary log; SET "
6679
#~ "SQL_LOG_UPDATE has been ignored"
6681
#~ "The update log is deprecated and replaced by the binary log; SET "
6682
#~ "SQL_LOG_UPDATE has been ignored"
6685
#~ "The update log is deprecated and replaced by the binary log; SET "
6686
#~ "SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
6688
#~ "The update log is deprecated and replaced by the binary log; SET "
6689
#~ "SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
6691
#~ msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
6692
#~ msgstr "Incorrect number of arguments for %s %s; expected %u, got %u"
6694
#~ msgid "Undefined CONDITION: %s"
6695
#~ msgstr "Undefined CONDITION: %s"
6697
#~ msgid "No RETURN found in FUNCTION %s"
6698
#~ msgstr "No RETURN found in FUNCTION %s"
6700
#~ msgid "FUNCTION %s ended without RETURN"
6701
#~ msgstr "FUNCTION %s ended without RETURN"
6703
#~ msgid "Cursor statement must be a SELECT"
6704
#~ msgstr "Cursor statement must be a SELECT"
6706
#~ msgid "Cursor SELECT must not have INTO"
6707
#~ msgstr "Cursor SELECT must not have INTO"
6709
#~ msgid "Undefined CURSOR: %s"
6710
#~ msgstr "Undefined CURSOR: %s"
6712
#~ msgid "Cursor is already open"
6713
#~ msgstr "Cursor is already open"
6715
#~ msgid "Cursor is not open"
6716
#~ msgstr "Cursor is not open"
6718
#~ msgid "Undeclared variable: %s"
6719
#~ msgstr "Undeclared variable: %s"
6721
#~ msgid "Incorrect number of FETCH variables"
6722
#~ msgstr "Incorrect number of FETCH variables"
6724
#~ msgid "Duplicate parameter: %s"
6725
#~ msgstr "Duplicate parameter: %s"
6727
#~ msgid "Duplicate variable: %s"
6728
#~ msgstr "Duplicate variable: %s"
6730
#~ msgid "Duplicate condition: %s"
6731
#~ msgstr "Duplicate condition: %s"
6733
#~ msgid "Duplicate cursor: %s"
6734
#~ msgstr "Duplicate cursor: %s"
6736
#~ msgid "Failed to ALTER %s %s"
6737
#~ msgstr "Failed to ALTER %s %s"
6739
#~ msgid "Subquery value not supported"
6740
#~ msgstr "Subquery value not supported"
6742
#~ msgid "%s is not allowed in stored function or trigger"
6743
#~ msgstr "%s is not allowed in stored function or trigger"
6746
#~ "Variable or condition declaration after cursor or handler declaration"
6748
#~ "Variable or condition declaration after cursor or handler declaration"
6750
#~ msgid "Cursor declaration after handler declaration"
6751
#~ msgstr "Cursor declaration after handler declaration"
6753
#~ msgid "Case not found for CASE statement"
6754
#~ msgstr "Case not found for CASE statement"
6756
#~ msgid "Malformed file type header in file '%-.192s'"
6757
#~ msgstr "Malformed file type header in file '%-.192s'"
6759
#~ msgid "Unexpected end of file while parsing comment '%-.200s'"
6760
#~ msgstr "Unexpected end of file while parsing comment '%-.200s'"
6762
#~ msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
6763
#~ msgstr "Error while parsing parameter '%-.192s' (line: '%-.192s')"
6765
#~ msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
6766
#~ msgstr "Unexpected end of file while skipping unknown parameter '%-.192s'"
6769
#~ "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
6771
#~ "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
6773
#~ msgid "'%-.192s.%-.192s' is not %s"
6774
#~ msgstr "'%-.192s.%-.192s' is not %s"
6776
#~ msgid "Column '%-.192s' is not updatable"
6777
#~ msgstr "Column '%-.192s' is not updatable"
6779
#~ msgid "View's SELECT contains a subquery in the FROM clause"
6780
#~ msgstr "View's SELECT contains a subquery in the FROM clause"
6782
#~ msgid "View's SELECT contains a '%s' clause"
6783
#~ msgstr "View's SELECT contains a '%s' clause"
6785
#~ msgid "View's SELECT contains a variable or parameter"
6786
#~ msgstr "View's SELECT contains a variable or parameter"
6788
#~ msgid "View's SELECT refers to a temporary table '%-.192s'"
6789
#~ msgstr "View's SELECT refers to a temporary table '%-.192s'"
6791
#~ msgid "View's SELECT and view's field list have different column counts"
6792
#~ msgstr "View's SELECT and view's field list have different column counts"
6795
#~ "View merge algorithm can't be used here for now (assumed undefined "
6798
#~ "View merge algorithm can't be used here for now (assumed undefined "
6802
#~ "View being updated does not have complete key of underlying table in it"
6804
#~ "View being updated does not have complete key of underlying table in it"
6806
#~ msgid "Can't drop or alter a %s from within another stored routine"
6807
#~ msgstr "Can't drop or alter a %s from within another stored routine"
6809
#~ msgid "GOTO is not allowed in a stored procedure handler"
6810
#~ msgstr "GOTO is not allowed in a stored procedure handler"
6812
#~ msgid "Trigger already exists"
6813
#~ msgstr "Trigger already exists"
6815
#~ msgid "Trigger does not exist"
6816
#~ msgstr "Trigger does not exist"
6818
#~ msgid "Trigger's '%-.192s' is view or temporary table"
6819
#~ msgstr "Trigger's '%-.192s' is view or temporary table"
6821
#~ msgid "Updating of %s row is not allowed in %strigger"
6822
#~ msgstr "Updating of %s row is not allowed in %strigger"
6824
#~ msgid "There is no %s row in %s trigger"
6825
#~ msgstr "There is no %s row in %s trigger"
6827
#~ msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
6828
#~ msgstr "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
6830
#~ msgid "CHECK OPTION failed '%-.192s.%-.192s'"
6831
#~ msgstr "CHECK OPTION failed '%-.192s.%-.192s'"
6834
#~ "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
6836
#~ "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
6838
#~ msgid "Failed purging old relay logs: %s"
6839
#~ msgstr "Failed purging old relay logs: %s"
6841
#~ msgid "Password hash should be a %d-digit hexadecimal number"
6842
#~ msgstr "Password hash should be a %d-digit hexadecimal number"
6844
#~ msgid "Target log not found in binlog index"
6845
#~ msgstr "Target log not found in binlog index"
6847
#~ msgid "I/O error reading log index file"
6848
#~ msgstr "I/O error reading log index file"
6850
#~ msgid "Server configuration does not permit binlog purge"
6851
#~ msgstr "Server configuration does not permit binlog purge"
6853
#~ msgid "Failed on fseek()"
6854
#~ msgstr "Failed on fseek()"
6856
#~ msgid "Fatal error during log purge"
6857
#~ msgstr "Fatal error during log purge"
6859
#~ msgid "A purgeable log is in use, will not purge"
6860
#~ msgstr "A purgeable log is in use, will not purge"
6862
#~ msgid "Unknown error during log purge"
6863
#~ msgstr "Unknown error during log purge"
6865
#~ msgid "Failed initializing relay log position: %s"
6866
#~ msgstr "Failed initialising relay log position: %s"
6868
#~ msgid "You are not using binary logging"
6869
#~ msgstr "You are not using binary logging"
6872
#~ "The '%-.64s' syntax is reserved for purposes internal to the Drizzle "
6875
#~ "The '%-.64s' syntax is reserved for purposes internal to the Drizzle "
6878
#~ msgid "WSAStartup Failed"
6879
#~ msgstr "WSAStartup Failed"
6881
#~ msgid "Can't handle procedures with different groups yet"
6882
#~ msgstr "Can't handle procedures with different groups yet"
6884
#~ msgid "Select must have a group with this procedure"
6885
#~ msgstr "Select must have a group with this procedure"
6887
#~ msgid "Can't use ORDER clause with this procedure"
6888
#~ msgstr "Can't use ORDER clause with this procedure"
6890
#~ msgid "Binary logging and replication forbid changing the global server %s"
6891
#~ msgstr "Binary logging and replication forbid changing the global server %s"
6893
#~ msgid "Can't map file: %-.200s, errno: %d"
6894
#~ msgstr "Can't map file: %-.200s, errno: %d"
6896
#~ msgid "Wrong magic in %-.64s"
6897
#~ msgstr "Wrong magic in %-.64s"
6899
#~ msgid "Prepared statement contains too many placeholders"
6900
#~ msgstr "Prepared statement contains too many placeholders"
6902
#~ msgid "View text checksum failed"
6903
#~ msgstr "View text checksum failed"
6906
#~ "Can not modify more than one base table through a join view '%-.192s."
6909
#~ "Can't modify more than one base table through a join view '%-.192s."
6912
#~ msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
6913
#~ msgstr "Can't insert into join view '%-.192s.%-.192s' without fields list"
6915
#~ msgid "Can not delete from join view '%-.192s.%-.192s'"
6916
#~ msgstr "Can't delete from join view '%-.192s.%-.192s'"
6918
#~ msgid "XAER_NOTA: Unknown XID"
6919
#~ msgstr "XAER_NOTA: Unknown XID"
6921
#~ msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
6922
#~ msgstr "XAER_INVAL: Invalid arguments (or unsupported command)"
6924
#~ msgid "XAER_OUTSIDE: Some work is done outside global transaction"
6925
#~ msgstr "XAER_OUTSIDE: Some work is done outside global transaction"
6928
#~ "XAER_RMERR: Fatal error occurred in the transaction branch - check your "
6929
#~ "data for consistency"
6931
#~ "XAER_RMERR: Fatal error occurred in the transaction branch - check your "
6932
#~ "data for consistency"
6934
#~ msgid "XA_RBROLLBACK: Transaction branch was rolled back"
6935
#~ msgstr "XA_RBROLLBACK: Transaction branch was rolled back"
6938
#~ "There is no such grant defined for user '%-.48s' on host '%-.64s' on "
6939
#~ "routine '%-.192s'"
6941
#~ "There is no such grant defined for user '%-.48s' on host '%-.64s' on "
6942
#~ "routine '%-.192s'"
6944
#~ msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
6945
#~ msgstr "Failed to grant EXECUTE and ALTER ROUTINE privileges"
6947
#~ msgid "Failed to revoke all privileges to dropped routine"
6948
#~ msgstr "Failed to revoke all privileges to dropped routine"
6950
#~ msgid "Bad SQLSTATE: '%s'"
6951
#~ msgstr "Bad SQLSTATE: '%s'"
6953
#~ msgid "You are not allowed to create a user with GRANT"
6954
#~ msgstr "You are not allowed to create a user with GRANT"
6956
#~ msgid "Duplicate handler declared in the same block"
6957
#~ msgstr "Duplicate handler declared in the same block"
6960
#~ "OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
6961
#~ "variable in BEFORE trigger"
6963
#~ "OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
6964
#~ "variable in BEFORE trigger"
6967
#~ "A routine failed and has neither NO SQL nor READS SQL DATA in its "
6968
#~ "declaration and binary logging is enabled; if non-transactional tables "
6969
#~ "were updated, the binary log will miss their changes"
6971
#~ "A routine failed and has neither NO SQL nor READS SQL DATA in its "
6972
#~ "declaration and binary logging is enabled; if non-transactional tables "
6973
#~ "were updated, the binary log will miss their changes"
6976
#~ "This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
6977
#~ "declaration and binary logging is enabled (you *might* want to use the "
6978
#~ "less safe log_bin_trust_function_creators variable)"
6980
#~ "This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
6981
#~ "declaration and binary logging is enabled (you *might* want to use the "
6982
#~ "less safe log_bin_trust_function_creators variable)"
6985
#~ "You do not have the SUPER privilege and binary logging is enabled (you "
6986
#~ "*might* want to use the less safe log_bin_trust_function_creators "
6989
#~ "You do not have the SUPER privilege and binary logging is enabled (you "
6990
#~ "*might* want to use the less safe log_bin_trust_function_creators "
6994
#~ "You can't execute a prepared statement which has an open cursor "
6995
#~ "associated with it. Reset the statement to re-execute it."
6997
#~ "You can't execute a prepared statement which has an open cursor "
6998
#~ "associated with it. Reset the statement to re-execute it."
7000
#~ msgid "The statement (%lu) has no open cursor."
7001
#~ msgstr "The statement (%lu) has no open cursor."
7004
#~ "Field of view '%-.192s.%-.192s' underlying table doesn't have a default "
7007
#~ "Field of view '%-.192s.%-.192s' underlying table doesn't have a default "
7010
#~ msgid "Recursive stored functions and triggers are not allowed."
7011
#~ msgstr "Recursive stored functions and triggers are not allowed."
7014
#~ "You can't combine write-locking of system tables with other tables or "
7017
#~ "You can't combine write-locking of system tables with other tables or "
7020
#~ msgid "Unable to connect to foreign data source: %.64s"
7021
#~ msgstr "Unable to connect to foreign data source: %.64s"
7024
#~ "There was a problem processing the query on the foreign data source. Data "
7025
#~ "source error: %-.64s"
7027
#~ "There was a problem processing the query on the foreign data source. Data "
7028
#~ "source error: %-.64s"
7031
#~ "The foreign data source you are trying to reference does not exist. Data "
7032
#~ "source error: %-.64s"
7034
#~ "The foreign data source you are trying to reference does not exist. Data "
7035
#~ "source error: %-.64s"
7038
#~ "Can't create federated table. The data source connection string '%-.64s' "
7039
#~ "is not in the correct format"
7041
#~ "Can't create federated table. The data source connection string '%-.64s' "
7042
#~ "is not in the correct format"
7045
#~ "The data source connection string '%-.64s' is not in the correct format"
7047
#~ "The data source connection string '%-.64s' is not in the correct format"
7049
#~ msgid "Can't create federated table. Foreign data src error: %-.64s"
7050
#~ msgstr "Can't create federated table. Foreign data src error: %-.64s"
7052
#~ msgid "Routine body for '%-.100s' is too long"
7053
#~ msgstr "Routine body for '%-.100s' is too long"
7055
#~ msgid "Cannot drop default keycache"
7056
#~ msgstr "Cannot drop default keycache"
7058
#~ msgid "XAER_DUPID: The XID already exists"
7059
#~ msgstr "XAER_DUPID: The XID already exists"
7062
#~ "Can't update table '%-.192s' in stored function/trigger because it is "
7063
#~ "already used by statement which invoked this stored function/trigger."
7065
#~ "Can't update table '%-.192s' in stored function/trigger because it is "
7066
#~ "already used by statement which invoked this stored function/trigger."
7069
#~ "The definition of table '%-.192s' prevents operation %.192s on table "
7072
#~ "The definition of table '%-.192s' prevents operation %.192s on table "
7076
#~ "The prepared statement contains a stored routine call that refers to that "
7077
#~ "same statement. It's not allowed to execute a prepared statement in such "
7078
#~ "a recursive manner"
7080
#~ "The prepared statement contains a stored routine call that refers to that "
7081
#~ "same statement. It's not allowed to execute a prepared statement in such "
7082
#~ "a recursive manner"
7084
#~ msgid "Not allowed to set autocommit from a stored function or trigger"
7085
#~ msgstr "Not allowed to set autocommit from a stored function or trigger"
7087
#~ msgid "Definer is not fully qualified"
7088
#~ msgstr "Definer is not fully qualified"
7091
#~ "View '%-.192s'.'%-.192s' has no definer information (old table format). "
7092
#~ "Current user is used as definer. Please recreate the view!"
7094
#~ "View '%-.192s'.'%-.192s' has no definer information (old table format). "
7095
#~ "Current user is used as definer. Please recreate the view!"
7098
#~ "You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
7101
#~ "You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
7104
#~ msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
7105
#~ msgstr "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
7107
#~ msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
7108
#~ msgstr "Changing schema from '%-.192s' to '%-.192s' is not allowed."
7110
#~ msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
7111
#~ msgstr "Variable '%-.64s' must be quoted with `...`, or renamed"
7114
#~ "No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
7115
#~ "activated under the authorization of the invoker, which may have "
7116
#~ "insufficient privileges. Please recreate the trigger."
7118
#~ "No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
7119
#~ "activated under the authorisation of the invoker, which may have "
7120
#~ "insufficient privileges. Please recreate the trigger."
7122
#~ msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
7124
#~ "'%-.192s' has an old format, you should re-create the '%s' object(s)"
7127
#~ "Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
7128
#~ "exceeded for routine %.192s"
7130
#~ "Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
7131
#~ "exceeded for routine %.192s"
7134
#~ "Failed to load routine %-.192s. The table drizzle.proc is missing, "
7135
#~ "corrupt, or contains bad data (internal code %d)"
7137
#~ "Failed to load routine %-.192s. The table drizzle.proc is missing, "
7138
#~ "corrupt, or contains bad data (internal code %d)"
7140
#~ msgid "Incorrect routine name '%-.192s'"
7141
#~ msgstr "Incorrect routine name '%-.192s'"
7143
#~ msgid "AGGREGATE is not supported for stored functions"
7144
#~ msgstr "AGGREGATE is not supported for stored functions"
7147
#~ "Can't create more than max_prepared_stmt_count statements (current value: "
7150
#~ "Can't create more than max_prepared_stmt_count statements (current value: "
7153
#~ msgid "`%-.192s`.`%-.192s` contains view recursion"
7154
#~ msgstr "`%-.192s`.`%-.192s` contains view recursion"
7156
#~ msgid "Triggers can not be created on system tables"
7157
#~ msgstr "Triggers can not be created on system tables"
7159
#~ msgid "user name"
7160
#~ msgstr "user name"
7162
#~ msgid "host name"
7163
#~ msgstr "host name"
7165
#~ msgid "The target table %-.100s of the %s is not insertable-into"
7166
#~ msgstr "The target table %-.100s of the %s is not insertable-into"
7169
#~ "Table '%-.64s' is differently defined or of non-MyISAM type or doesn't "
7172
#~ "Table '%-.64s' is differently defined or of non-MyISAM type or doesn't "
7175
#~ msgid "The foreign server, %s, you are trying to create already exists."
7176
#~ msgstr "The foreign server, %s, you are trying to create already exists."
7179
#~ "The foreign server name you are trying to reference does not exist. Data "
7180
#~ "source error: %-.64s"
7182
#~ "The foreign server name you are trying to reference does not exist. Data "
7183
#~ "source error: %-.64s"
7186
#~ "Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s "
7187
#~ "for each partition"
7189
#~ "Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s "
7190
#~ "for each partition"
7193
#~ "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
7195
#~ "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
7197
#~ msgid "MAXVALUE can only be used in last partition definition"
7198
#~ msgstr "MAXVALUE can only be used in last partition definition"
7200
#~ msgid "Subpartitions can only be hash partitions and by key"
7201
#~ msgstr "Subpartitions can only be hash partitions and by key"
7203
#~ msgid "Must define subpartitions on all partitions if on one partition"
7204
#~ msgstr "Must define subpartitions on all partitions if on one partition"
7206
#~ msgid "Wrong number of partitions defined, mismatch with previous setting"
7207
#~ msgstr "Wrong number of partitions defined, mismatch with previous setting"
7210
#~ "Wrong number of subpartitions defined, mismatch with previous setting"
7212
#~ "Wrong number of subpartitions defined, mismatch with previous setting"
7215
#~ "Constant/Random expression in (sub)partitioning function is not allowed"
7217
#~ "Constant/Random expression in (sub)partitioning function is not allowed"
7219
#~ msgid "Expression in RANGE/LIST VALUES must be constant"
7220
#~ msgstr "Expression in RANGE/LIST VALUES must be constant"
7222
#~ msgid "Field in list of fields for partition function not found in table"
7223
#~ msgstr "Field in list of fields for partition function not found in table"
7225
#~ msgid "List of fields is only allowed in KEY partitions"
7226
#~ msgstr "List of fields is only allowed in KEY partitions"
7229
#~ "The partition info in the frm file is not consistent with what can be "
7230
#~ "written into the frm file"
7232
#~ "The partition info in the frm file is not consistent with what can be "
7233
#~ "written into the frm file"
7235
#~ msgid "The %-.192s function returns the wrong type"
7236
#~ msgstr "The %-.192s function returns the wrong type"
7238
#~ msgid "For %-.64s partitions each partition must be defined"
7239
#~ msgstr "For %-.64s partitions each partition must be defined"
7242
#~ "VALUES LESS THAN value must be strictly increasing for each partition"
7244
#~ "VALUES LESS THAN value must be strictly increasing for each partition"
7246
#~ msgid "VALUES value must be of same type as partition function"
7247
#~ msgstr "VALUES value must be of same type as partition function"
7249
#~ msgid "Multiple definition of same constant in list partitioning"
7250
#~ msgstr "Multiple definition of same constant in list partitioning"
7252
#~ msgid "Partitioning can not be used stand-alone in query"
7253
#~ msgstr "Partitioning can not be used stand-alone in query"
7256
#~ "The mix of handlers in the partitions is not allowed in this version of "
7259
#~ "The mix of handlers in the partitions is not allowed in this version of "
7262
#~ msgid "For the partitioned engine it is necessary to define all %-.64s"
7263
#~ msgstr "For the partitioned engine it is necessary to define all %-.64s"
7265
#~ msgid "Too many partitions (including subpartitions) were defined"
7266
#~ msgstr "Too many partitions (including subpartitions) were defined"
7269
#~ "It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
7270
#~ "partitioning for subpartitioning"
7272
#~ "It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
7273
#~ "partitioning for subpartitioning"
7275
#~ msgid "Failed to create specific handler file"
7276
#~ msgstr "Failed to create specific handler file"
7278
#~ msgid "A BLOB field is not allowed in partition function"
7279
#~ msgstr "A BLOB field is not allowed in partition function"
7282
#~ "A %-.192s must include all columns in the table's partitioning function"
7284
#~ "A %-.192s must include all columns in the table's partitioning function"
7286
#~ msgid "Number of %-.64s = 0 is not an allowed value"
7287
#~ msgstr "Number of %-.64s = 0 is not an allowed value"
7289
#~ msgid "Partition management on a not partitioned table is not possible"
7290
#~ msgstr "Partition management on a not partitioned table is not possible"
7293
#~ "Foreign key condition is not yet supported in conjunction with "
7296
#~ "Foreign key condition is not yet supported in conjunction with "
7299
#~ msgid "Error in list of partitions to %-.64s"
7300
#~ msgstr "Error in list of partitions to %-.64s"
7302
#~ msgid "Cannot remove all partitions, use DROP TABLE instead"
7303
#~ msgstr "Cannot remove all partitions, use DROP TABLE instead"
7305
#~ msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
7306
#~ msgstr "COALESCE PARTITION can only be used on HASH/KEY partitions"
7309
#~ "REORGANIZE PARTITION can only be used to reorganize partitions not to "
7310
#~ "change their numbers"
7312
#~ "REORGANIZE PARTITION can only be used to reorganize partitions not to "
7313
#~ "change their numbers"
7316
#~ "REORGANIZE PARTITION without parameters can only be used on auto-"
7317
#~ "partitioned tables using HASH PARTITIONs"
7319
#~ "REORGANIZE PARTITION without parameters can only be used on auto-"
7320
#~ "partitioned tables using HASH PARTITIONs"
7322
#~ msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
7323
#~ msgstr "%-.64s PARTITION can only be used on RANGE/LIST partitions"
7325
#~ msgid "Trying to Add partition(s) with wrong number of subpartitions"
7326
#~ msgstr "Trying to Add partition(s) with wrong number of subpartitions"
7328
#~ msgid "At least one partition must be added"
7329
#~ msgstr "At least one partition must be added"
7331
#~ msgid "At least one partition must be coalesced"
7332
#~ msgstr "At least one partition must be coalesced"
7334
#~ msgid "More partitions to reorganize than there are partitions"
7335
#~ msgstr "More partitions to reorganize than there are partitions"
7337
#~ msgid "Duplicate partition name %-.192s"
7338
#~ msgstr "Duplicate partition name %-.192s"
7340
#~ msgid "It is not allowed to shut off binlog on this command"
7341
#~ msgstr "It is not allowed to shut off binlog on this command"
7344
#~ "When reorganizing a set of partitions they must be in consecutive order"
7346
#~ "When reorganizing a set of partitions they must be in consecutive order"
7349
#~ "Reorganize of range partitions cannot change total ranges except for last "
7350
#~ "partition where it can extend the range"
7352
#~ "Reorganize of range partitions cannot change total ranges except for last "
7353
#~ "partition where it can extend the range"
7355
#~ msgid "Partition function not supported in this version for this handler"
7356
#~ msgstr "Partition function not supported in this version for this handler"
7358
#~ msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
7359
#~ msgstr "Partition state cannot be defined from CREATE/ALTER TABLE"
7361
#~ msgid "The %-.64s handler only supports 32 bit integers in VALUES"
7362
#~ msgstr "The %-.64s handler only supports 32 bit integers in VALUES"
7364
#~ msgid "Plugin '%-.192s' is not loaded"
7365
#~ msgstr "Plugin '%-.192s' is not loaded"
7367
#~ msgid "It is not allowed to specify %s more than once"
7368
#~ msgstr "It is not allowed to specify %s more than once"
7370
#~ msgid "Failed to drop %s"
7371
#~ msgstr "Failed to drop %s"
7373
#~ msgid "The handler doesn't support autoextend of tablespaces"
7374
#~ msgstr "The handler doesn't support autoextend of tablespaces"
7377
#~ "A size parameter was incorrectly specified, either number or on the form "
7380
#~ "A size parameter was incorrectly specified, either number or on the form "
7384
#~ "The size number was correct but we don't allow the digit part to be more "
7387
#~ "The size number was correct but we don't allow the digit part to be more "
7390
#~ msgid "Failed to alter: %s"
7391
#~ msgstr "Failed to alter: %s"
7393
#~ msgid "Table definition on master and slave does not match: %s"
7394
#~ msgstr "Table definition on master and slave does not match: %s"
7397
#~ "Slave running with --log-slave-updates must use row-based binary logging "
7398
#~ "to be able to replicate row-based binary log events"
7400
#~ "Slave running with --log-slave-updates must use row-based binary logging "
7401
#~ "to be able to replicate row-based binary log events"
7403
#~ msgid "Event '%-.192s' already exists"
7404
#~ msgstr "Event '%-.192s' already exists"
7406
#~ msgid "Failed to store event %s. Error code %d from storage engine."
7407
#~ msgstr "Failed to store event %s. Error code %d from storage engine."
7409
#~ msgid "Failed to alter event '%-.192s'"
7410
#~ msgstr "Failed to alter event '%-.192s'"
7412
#~ msgid "INTERVAL is either not positive or too big"
7413
#~ msgstr "INTERVAL is either not positive or too big"
7415
#~ msgid "ENDS is either invalid or before STARTS"
7416
#~ msgstr "ENDS is either invalid or before STARTS"
7418
#~ msgid "Event execution time is in the past. Event has been disabled"
7419
#~ msgstr "Event execution time is in the past. Event has been disabled"
7421
#~ msgid "Failed to open drizzle.event"
7422
#~ msgstr "Failed to open drizzle.event"
7424
#~ msgid "No datetime expression provided"
7425
#~ msgstr "No datetime expression provided"
7428
#~ "Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
7429
#~ "probably corrupted"
7431
#~ "Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
7432
#~ "probably corrupted"
7434
#~ msgid "Cannot load from drizzle.%s. The table is probably corrupted"
7435
#~ msgstr "Cannot load from drizzle.%s. The table is probably corrupted"
7437
#~ msgid "Failed to delete the event from drizzle.event"
7438
#~ msgstr "Failed to delete the event from drizzle.event"
7440
#~ msgid "Error during compilation of event's body"
7441
#~ msgstr "Error during compilation of event's body"
7443
#~ msgid "Same old and new event name"
7444
#~ msgstr "Same old and new event name"
7446
#~ msgid "Data for column '%s' too long"
7447
#~ msgstr "Data for column '%s' too long"
7450
#~ "The syntax '%s' is deprecated and will be removed in Drizzle %s. Please "
7453
#~ "The syntax '%s' is deprecated and will be removed in Drizzle %s. Please "
7456
#~ msgid "You can't write-lock a log table. Only read access is possible"
7457
#~ msgstr "You can't write-lock a log table. Only read access is possible"
7459
#~ msgid "You can't use locks with log tables."
7460
#~ msgstr "You can't use locks with log tables."
7463
#~ "Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
7464
#~ "Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
7466
#~ "Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
7467
#~ "Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
7470
#~ "Cannot switch out of the row-based binary log format when the session has "
7471
#~ "open temporary tables"
7473
#~ "Cannot switch out of the row-based binary log format when the session has "
7474
#~ "open temporary tables"
7477
#~ "Cannot change the binary logging format inside a stored function or "
7480
#~ "Cannot change the binary logging format inside a stored function or "
7484
#~ "The NDB cluster engine does not support changing the binlog format on the "
7487
#~ "The NDB cluster engine does not support changing the binlog format on the "
7490
#~ msgid "Cannot create temporary table with partitions"
7491
#~ msgstr "Cannot create temporary table with partitions"
7493
#~ msgid "Partition constant is out of partition function domain"
7494
#~ msgstr "Partition constant is out of partition function domain"
7496
#~ msgid "This partition function is not allowed"
7497
#~ msgstr "This partition function is not allowed"
7499
#~ msgid "Error in DDL log"
7500
#~ msgstr "Error in DDL log"
7502
#~ msgid "Not allowed to use NULL value in VALUES LESS THAN"
7503
#~ msgstr "Not allowed to use NULL value in VALUES LESS THAN"
7505
#~ msgid "Incorrect partition name"
7506
#~ msgstr "Incorrect partition name"
7509
#~ "ALTER TABLE causes auto_increment resequencing, resulting in duplicate "
7510
#~ "entry '%-.192s' for key '%-.192s'"
7512
#~ "ALTER TABLE causes auto_increment resequencing, resulting in duplicate "
7513
#~ "entry '%-.192s' for key '%-.192s'"
7515
#~ msgid "Internal scheduler error %d"
7516
#~ msgstr "Internal scheduler error %d"
7518
#~ msgid "Error during starting/stopping of the scheduler. Error code %u"
7519
#~ msgstr "Error during starting/stopping of the scheduler. Error code %u"
7521
#~ msgid "Engine cannot be used in partitioned tables"
7522
#~ msgstr "Engine cannot be used in partitioned tables"
7524
#~ msgid "Cannot activate '%-.64s' log"
7525
#~ msgstr "Cannot activate '%-.64s' log"
7527
#~ msgid "The server was not built with row-based replication"
7528
#~ msgstr "The server was not built with row-based replication"
7530
#~ msgid "Decoding of base64 string failed"
7531
#~ msgstr "Decoding of base64 string failed"
7533
#~ msgid "Recursion of EVENT DDL statements is forbidden when body is present"
7534
#~ msgstr "Recursion of EVENT DDL statements is forbidden when body is present"
7537
#~ "Cannot proceed because system tables used by Event Scheduler were found "
7538
#~ "damaged at server start"
7540
#~ "Cannot proceed because system tables used by Event Scheduler were found "
7541
#~ "damaged at server start"
7543
#~ msgid "Only integers allowed as number here"
7544
#~ msgstr "Only integers allowed as number here"
7546
#~ msgid "This storage engine cannot be used for log tables"
7547
#~ msgstr "This storage engine cannot be used for log tables"
7549
#~ msgid "You cannot '%s' a log table if logging is enabled"
7550
#~ msgstr "You cannot '%s' a log table if logging is enabled"
7553
#~ "Cannot rename '%s'. When logging enabled, rename to/from log table must "
7554
#~ "rename two tables: the log table to an archive table and another table "
7557
#~ "Cannot rename '%s'. When logging enabled, rename to/from log table must "
7558
#~ "rename two tables: the log table to an archive table and another table "
7561
#~ msgid "Incorrect parameters in the call to stored function '%-.192s'"
7562
#~ msgstr "Incorrect parameters in the call to stored function '%-.192s'"
7564
#~ msgid "This function '%-.192s' has the same name as a native function"
7565
#~ msgstr "This function '%-.192s' has the same name as a native function"
7567
#~ msgid "Too many files opened, please execute the command again"
7568
#~ msgstr "Too many files opened, please execute the command again"
7571
#~ "Event execution time is in the past and ON COMPLETION NOT PRESERVE is "
7572
#~ "set. The event was dropped immediately after creation."
7574
#~ "Event execution time is in the past and ON COMPLETION NOT PRESERVE is "
7575
#~ "set. The event was dropped immediately after creation."
7577
#~ msgid "The incident %s occurred on the master. Message: %-.64s"
7578
#~ msgstr "The incident %s occurred on the master. Message: %-.64s"
7580
#~ msgid "Table has no partition for some existing values"
7581
#~ msgstr "Table has no partition for some existing values"
7583
#~ msgid "Statement is not safe to log in statement format."
7584
#~ msgstr "Statement is not safe to log in statement format."
7586
#~ msgid "Fatal error: %s"
7587
#~ msgstr "Fatal error: %s"
7589
#~ msgid "Relay log read failure: %s"
7590
#~ msgstr "Relay log read failure: %s"
7592
#~ msgid "Relay log write failure: %s"
7593
#~ msgstr "Relay log write failure: %s"
7595
#~ msgid "Master command %s failed: %s"
7596
#~ msgstr "Master command %s failed: %s"
7598
#~ msgid "Binary logging not possible. Message: %s"
7599
#~ msgstr "Binary logging not possible. Message: %s"
7601
#~ msgid "View `%-.64s`.`%-.64s` has no creation context"
7602
#~ msgstr "View `%-.64s`.`%-.64s` has no creation context"
7604
#~ msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
7605
#~ msgstr "Creation context of view `%-.64s`.`%-.64s' is invalid"
7607
#~ msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
7608
#~ msgstr "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
7610
#~ msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
7611
#~ msgstr "Corrupted TRG file for table `%-.64s`.`%-.64s`"
7613
#~ msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
7614
#~ msgstr "Triggers for table `%-.64s`.`%-.64s` have no creation context"
7616
#~ msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
7617
#~ msgstr "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
7619
#~ msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
7620
#~ msgstr "Creation context of event `%-.64s`.`%-.64s` is invalid"
7622
#~ msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
7623
#~ msgstr "Cannot open table for trigger `%-.64s`.`%-.64s`"
7625
#~ msgid "Cannot create stored routine `%-.64s`. Check warnings"
7626
#~ msgstr "Cannot create stored routine `%-.64s`. Check warnings"
7628
#~ msgid "Ambiguous slave modes combination. %s"
7629
#~ msgstr "Ambiguous slave modes combination. %s"
7632
#~ "The BINLOG statement of type `%s` was not preceded by a format "
7633
#~ "description BINLOG statement."
7635
#~ "The BINLOG statement of type `%s` was not preceded by a format "
7636
#~ "description BINLOG statement."
7638
#~ msgid "Corrupted replication event was detected"
7639
#~ msgstr "Corrupted replication event was detected"
7641
#~ msgid "Being purged log %s was not found"
7642
#~ msgstr "Being purged log %s was not found"
7644
#~ msgid "Converted to non-transactional lock on '%-.64s'"
7645
#~ msgstr "Converted to non-transactional lock on '%-.64s'"
7647
#~ msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
7648
#~ msgstr "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
7651
#~ "Cannot convert to non-transactional lock in an active transaction on "
7654
#~ "Cannot convert to non-transactional lock in an active transaction on "
7657
#~ msgid "Can't access storage engine of table %-.64s"
7658
#~ msgstr "Can't access storage engine of table %-.64s"
7660
#~ msgid "Starting backup process"
7661
#~ msgstr "Starting backup process"
7663
#~ msgid "Backup completed"
7664
#~ msgstr "Backup completed"
7666
#~ msgid "Starting restore process"
7667
#~ msgstr "Starting restore process"
7669
#~ msgid "Restore completed"
7670
#~ msgstr "Restore completed"
7672
#~ msgid "Nothing to backup"
7673
#~ msgstr "Nothing to backup"
7675
#~ msgid "Database '%-.64s' cannot be included in a backup"
7676
#~ msgstr "Database '%-.64s' cannot be included in a backup"
7679
#~ "Error during backup operation - server's error log contains more "
7680
#~ "information about the error"
7682
#~ "Error during backup operation - server's error log contains more "
7683
#~ "information about the error"
7686
#~ "Error during restore operation - server's error log contains more "
7687
#~ "information about the error"
7689
#~ "Error during restore operation - server's error log contains more "
7690
#~ "information about the error"
7693
#~ "Can't execute this command because another BACKUP/RESTORE operation is in "
7696
#~ "Can't execute this command because another BACKUP/RESTORE operation is in "
7699
#~ msgid "Error when preparing for backup operation"
7700
#~ msgstr "Error when preparing for backup operation"
7702
#~ msgid "Error when preparing for restore operation"
7703
#~ msgstr "Error when preparing for restore operation"
7705
#~ msgid "Invalid backup location '%-.64s'"
7706
#~ msgstr "Invalid backup location '%-.64s'"
7708
#~ msgid "Can't read backup location '%-.64s'"
7709
#~ msgstr "Can't read backup location '%-.64s'"
7711
#~ msgid "Can't write to backup location '%-.64s' (file already exists?)"
7712
#~ msgstr "Can't write to backup location '%-.64s' (file already exists?)"
7714
#~ msgid "Can't enumerate server databases"
7715
#~ msgstr "Can't enumerate server databases"
7717
#~ msgid "Can't enumerate server tables"
7718
#~ msgstr "Can't enumerate server tables"
7720
#~ msgid "Can't enumerate tables in database %-.64s"
7721
#~ msgstr "Can't enumerate tables in database %-.64s"
7723
#~ msgid "Skipping view %-.64s in database %-.64s"
7724
#~ msgstr "Skipping view %-.64s in database %-.64s"
7726
#~ msgid "Skipping table %-.64s since it has no valid storage engine"
7727
#~ msgstr "Skipping table %-.64s since it has no valid storage engine"
7729
#~ msgid "Can't open table %-.64s"
7730
#~ msgstr "Can't open table %-.64s"
7732
#~ msgid "Can't read backup archive preamble"
7733
#~ msgstr "Can't read backup archive preamble"
7735
#~ msgid "Can't write backup archive preamble"
7736
#~ msgstr "Can't write backup archive preamble"
7738
#~ msgid "Can't find backup driver for table %-.64s"
7739
#~ msgstr "Can't find backup driver for table %-.64s"
7742
#~ "%-.64s backup driver was selected for table %-.64s but it rejects to "
7743
#~ "handle this table"
7745
#~ "%-.64s backup driver was selected for table %-.64s but it rejects to "
7746
#~ "handle this table"
7748
#~ msgid "Can't create %-.64s backup driver"
7749
#~ msgstr "Can't create %-.64s backup driver"
7751
#~ msgid "Can't create %-.64s restore driver"
7752
#~ msgstr "Can't create %-.64s restore driver"
7754
#~ msgid "Found %d images in backup archive but maximum %d are supported"
7755
#~ msgstr "Found %d images in backup archive but maximum %d are supported"
7757
#~ msgid "Error when saving meta-data of %-.64s"
7758
#~ msgstr "Error when saving meta-data of %-.64s"
7760
#~ msgid "Error when reading meta-data list"
7761
#~ msgstr "Error when reading meta-data list"
7763
#~ msgid "Can't create %-.64s"
7764
#~ msgstr "Can't create %-.64s"
7766
#~ msgid "Can't allocate buffer for image data transfer"
7767
#~ msgstr "Can't allocate buffer for image data transfer"
7769
#~ msgid "Error when writing %-.64s backup image data (for table #%d)"
7770
#~ msgstr "Error when writing %-.64s backup image data (for table #%d)"
7772
#~ msgid "Error when reading data from backup stream"
7773
#~ msgstr "Error when reading data from backup stream"
7775
#~ msgid "Can't go to the next chunk in backup stream"
7776
#~ msgstr "Can't go to the next chunk in backup stream"
7778
#~ msgid "Can't initialize %-.64s backup driver"
7779
#~ msgstr "Can't initialize %-.64s backup driver"
7781
#~ msgid "Can't initialize %-.64s restore driver"
7782
#~ msgstr "Can't initialize %-.64s restore driver"
7784
#~ msgid "Can't shut down %-.64s backup driver"
7785
#~ msgstr "Can't shut down %-.64s backup driver"
7787
#~ msgid "Can't shut down %-.64s backup driver(s)"
7788
#~ msgstr "Can't shut down %-.64s backup driver(s)"
7790
#~ msgid "%-.64s backup driver can't prepare for synchronization"
7791
#~ msgstr "%-.64s backup driver can't prepare for synchronization"
7793
#~ msgid "%-.64s backup driver can't create its image validity point"
7794
#~ msgstr "%-.64s backup driver can't create its image validity point"
7796
#~ msgid "Can't unlock %-.64s backup driver after creating the validity point"
7797
#~ msgstr "Can't unlock %-.64s backup driver after creating the validity point"
7799
#~ msgid "%-.64s backup driver can't cancel its backup operation"
7800
#~ msgstr "%-.64s backup driver can't cancel its backup operation"
7802
#~ msgid "%-.64s restore driver can't cancel its restore operation"
7803
#~ msgstr "%-.64s restore driver can't cancel its restore operation"
7805
#~ msgid "Error when polling %-.64s backup driver for its image data"
7806
#~ msgstr "Error when polling %-.64s backup driver for its image data"
7809
#~ "Error when sending image data (for table #%d) to %-.64s restore driver"
7811
#~ "Error when sending image data (for table #%d) to %-.64s restore driver"
7814
#~ "After %d attempts %-.64s restore driver still can't accept next block of "
7817
#~ "After %d attempts %-.64s restore driver still can't accept next block of "
7820
#~ msgid "Open and lock tables failed in %-.64s"
7821
#~ msgstr "Open and lock tables failed in %-.64s"
7823
#~ msgid "Backup driver's table locking thread can not be initialized."
7824
#~ msgstr "Backup driver's table locking thread can not be initialized."
7827
#~ "Can't open the online backup progress tables. Check 'drizzle."
7828
#~ "online_backup' and 'drizzle.online_backup_progress'."
7830
#~ "Can't open the online backup progress tables. Check 'drizzle."
7831
#~ "online_backup' and 'drizzle.online_backup_progress'."
7833
#~ msgid "Tablespace '%-.192s' already exists"
7834
#~ msgstr "Tablespace '%-.192s' already exists"
7836
#~ msgid "Tablespace '%-.192s' doesn't exist"
7837
#~ msgstr "Tablespace '%-.192s' doesn't exist"
7839
#~ msgid "Unexpected master's heartbeat data: %s"
7840
#~ msgstr "Unexpected master's heartbeat data: %s"
7842
#~ msgid "The requested value for the heartbeat period %s %s"
7843
#~ msgstr "The requested value for the heartbeat period %s %s"
7845
#~ msgid "Can't write to the online backup progress log %-.64s."
7846
#~ msgstr "Can't write to the online backup progress log %-.64s."
7848
#~ msgid "Tablespace '%-.192s' not empty"
7849
#~ msgstr "Tablespace '%-.192s' not empty"
7852
#~ "Tablespace `%-.64s` needed by tables being restored has changed on the "
7853
#~ "server. The original definition of the required tablespace is '%-.256s' "
7854
#~ "while the same tablespace is defined on the server as '%-.256s'"
7856
#~ "Tablespace `%-.64s` needed by tables being restored has changed on the "
7857
#~ "server. The original definition of the required tablespace is '%-.256s' "
7858
#~ "while the same tablespace is defined on the server as '%-.256s'"
7860
#~ msgid "A virtual column cannot be based on a virtual column"
7861
#~ msgstr "A virtual column cannot be based on a virtual column"
7863
#~ msgid "Non-deterministic expression for virtual column '%s'."
7864
#~ msgstr "Non-deterministic expression for virtual column '%s'."
7867
#~ "Generated value for virtual column '%s' cannot be converted to type '%s'."
7869
#~ "Generated value for virtual column '%s' cannot be converted to type '%s'."
7871
#~ msgid "Primary key cannot be defined upon a virtual column."
7872
#~ msgstr "Primary key cannot be defined upon a virtual column."
7874
#~ msgid "Key/Index cannot be defined on a non-stored virtual column."
7875
#~ msgstr "Key/Index cannot be defined on a non-stored virtual column."
7877
#~ msgid "Cannot define foreign key with %s clause on a virtual column."
7878
#~ msgstr "Cannot define foreign key with %s clause on a virtual column."
7880
#~ msgid "The value specified for virtual column '%s' in table '%s' ignored."
7881
#~ msgstr "The value specified for virtual column '%s' in table '%s' ignored."
7883
#~ msgid "'%s' is not yet supported for virtual columns."
7884
#~ msgstr "'%s' is not yet supported for virtual columns."
7886
#~ msgid "Constant expression in virtual column function is not allowed."
7887
#~ msgstr "Constant expression in virtual column function is not allowed."
7889
#~ msgid "Encountered an unknown temporal type."
7890
#~ msgstr "Encountered an unknown temporal type."
7892
#~ msgid "Received an invalid string format '%s' for a date value."
7893
#~ msgstr "Received an invalid string format '%s' for a date value."
7895
#~ msgid "Received an invalid string format '%s' for a time value."
7896
#~ msgstr "Received an invalid string format '%s' for a time value."
7898
#~ msgid "Received an invalid negative argument '%s' for function '%s'."
7899
#~ msgstr "Received an invalid negative argument '%s' for function '%s'."
7901
#~ msgid "Implicit cartesian join attempted."
7902
#~ msgstr "Implicit cartesian join attempted."
7904
#~ msgid "Invalid mode to --compatible: %s\n"
7905
#~ msgstr "Invalid mode to --compatible: %s\n"
7907
#~ msgid "qcache plugin '%s' try_fetch_and_send() failed"
7908
#~ msgstr "qcache plugin '%s' try_fetch_and_send() failed"
7910
#~ msgid "qcache plugin '%s' set() failed"
7911
#~ msgstr "qcache plugin '%s' set() failed"
7913
#~ msgid "qcache plugin '%s' invalidateTable() failed"
7914
#~ msgstr "qcache plugin '%s' invalidateTable() failed"
7916
#~ msgid "qcache plugin '%s' invalidateDb() failed"
7917
#~ msgstr "qcache plugin '%s' invalidateDb() failed"
7919
#~ msgid "qcache plugin '%s' flush() failed"
7920
#~ msgstr "qcache plugin '%s' flush() failed"
7922
#~ msgid "%s: option `%s' is ambiguous\n"
7923
#~ msgstr "%s: option `%s' is ambiguous\n"
7925
#~ msgid "%s: option `--%s' doesn't allow an argument\n"
7926
#~ msgstr "%s: option `--%s' doesn't allow an argument\n"
7928
#~ msgid "%s: option `%c%s' doesn't allow an argument\n"
7929
#~ msgstr "%s: option `%c%s' doesn't allow an argument\n"
7931
#~ msgid "%s: option `%s' requires an argument\n"
7932
#~ msgstr "%s: option `%s' requires an argument\n"
7934
#~ msgid "%s: unrecognized option `--%s'\n"
7935
#~ msgstr "%s: unrecognized option `--%s'\n"
7937
#~ msgid "%s: unrecognized option `%c%s'\n"
7938
#~ msgstr "%s: unrecognized option `%c%s'\n"
7940
#~ msgid "%s: illegal option -- %c\n"
7941
#~ msgstr "%s: illegal option -- %c\n"
7943
#~ msgid "%s: invalid option -- %c\n"
7944
#~ msgstr "%s: invalid option -- %c\n"
7946
#~ msgid "%s: option requires an argument -- %c\n"
7947
#~ msgstr "%s: option requires an argument -- %c\n"
7949
#~ msgid "%s: option `-W %s' is ambiguous\n"
7950
#~ msgstr "%s: option `-W %s' is ambiguous\n"
7952
#~ msgid "%s: option `-W %s' doesn't allow an argument\n"
7953
#~ msgstr "%s: option `-W %s' doesn't allow an argument\n"
7955
#~ msgid "Block size to be used for MyISAM index pages."
7956
#~ msgstr "Block size to be used for MyISAM index pages."
7959
#~ "This characterizes the number of hits a hot block has to be untouched "
7960
#~ "until it is considered aged enough to be downgraded to a warm block. This "
7961
#~ "specifies the percentage ratio of that number of hits to the total number "
7962
#~ "of blocks in key cache"
7964
#~ "This characterises the number of hits a hot block has to be untouched "
7965
#~ "until it is considered aged enough to be downgraded to a warm block. This "
7966
#~ "specifies the percentage ratio of that number of hits to the total number "
7967
#~ "of blocks in key cache"
7969
#~ msgid "The minimum percentage of warm blocks in key cache"
7970
#~ msgstr "The minimum percentage of warm blocks in key cache"
7973
#~ "The size of the buffer used for index blocks for MyISAM tables. Increase "
7974
#~ "this to get better index handling (for all reads and multiple writes) to "
7975
#~ "as much as you can afford;"
7977
#~ "The size of the buffer used for index blocks for MyISAM tables. Increase "
7978
#~ "this to get better index handling (for all reads and multiple writes) to "
7979
#~ "as much as you can afford;"
7982
#~ "Number of threads to use when repairing MyISAM tables. The value of 1 "
7983
#~ "disables parallel repair."
7985
#~ "Number of threads to use when repairing MyISAM tables. The value of 1 "
7986
#~ "disables parallel repair."
7988
#~ msgid "Default pointer size to be used for MyISAM tables."
7989
#~ msgstr "Default pointer size to be used for MyISAM tables."
7991
#~ msgid "Can't get working dirctory (Errcode: %d)"
7992
#~ msgstr "Can't get working directory (Errcode: %d)"
7994
#~ msgid "Failed to lock memory. Errno: %d\n"
7995
#~ msgstr "Failed to lock memory. Error: %d\n"
7997
#~ msgid "Use old, non-optimized alter table."
7998
#~ msgstr "Use old, non-optimised alter table."
8001
#~ "Specifies how MyISAM index statistics collection code should threat "
8002
#~ "NULLs. Possible values of name are 'nulls_unequal' (default behavior), "
8003
#~ "'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
8005
#~ "Specifies how MyISAM index statistics collection code should threat "
8006
#~ "NULLs. Possible values of name are 'nulls_unequal' (default behaviour), "
8007
#~ "'nulls_equal' (emulate MySQL 4.0 behaviour), and 'nulls_ignored'."
8009
#~ msgid "Synonym for -?"
8010
#~ msgstr "Synonym for -?"
8012
#~ msgid "Check memory and open file usage at exit ."
8013
#~ msgstr "Check memory and open file usage at exit ."
8016
#~ "Disable pager and print to stdout. See interactive help (\\h) also. "
8017
#~ "WARNING: option deprecated; use --disable-pager instead."
8019
#~ "Disable pager and print to stdout. See interactive help (\\h) also. "
8020
#~ "WARNING: option deprecated; use --disable-pager instead."
8022
#~ msgid "built-in default"
8023
#~ msgstr "built-in default"
8026
#~ "Disable outfile. See interactive help (\\h) also. WARNING: option "
8027
#~ "deprecated; use --disable-tee instead"
8029
#~ "Disable outfile. See interactive help (\\h) also. WARNING: option "
8030
#~ "deprecated; use --disable-tee instead"
8032
#~ msgid "Write more. (-v -v -v gives the table output format)."
8033
#~ msgstr "Write more. (-v -v -v gives the table output format)."
8035
#~ msgid "WARNING: --server-arg option not supported in this configuration.\n"
8036
#~ msgstr "WARNING: --server-arg option not supported in this configuration.\n"
8038
#~ msgid "WARNING: option deprecated; use --disable-tee instead.\n"
8039
#~ msgstr "WARNING: option deprecated; use --disable-tee instead.\n"
8042
#~ "Reading table information for completion of table and column names\n"
8043
#~ " You can turn off this feature to get a quicker startup with -A\n"
8046
#~ "Reading table information for completion of table and column names\n"
8047
#~ " You can turn off this feature to get a quicker startup with -A\n"
8050
#~ msgid "Unknown command '\\%c'."
8051
#~ msgstr "Unknown command '\\%c'."
8053
#~ msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
8054
#~ msgstr "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
8056
#~ msgid "Usage: %s [OPTIONS] [database]\n"
8057
#~ msgstr "Usage: %s [OPTIONS] [database]\n"
8059
#~ msgid "File '%s' not found (Errcode: %d)"
8060
#~ msgstr "File '%s' not found (Errcode: %d)"
8062
#~ msgid "Error on delete of '%s' (Errcode: %d)"
8063
#~ msgstr "Error on delete of '%s' (Errcode: %d)"
8065
#~ msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
8066
#~ msgstr "Error on rename of '%s' to '%s' (Errcode: %d)"
8068
#~ msgid "Can't create/write to file '%s' (Errcode: %d)"
8069
#~ msgstr "Can't create/write to file '%s' (Errcode: %d)"
8071
#~ msgid "Error reading file '%s' (Errcode: %d)"
8072
#~ msgstr "Error reading file '%s' (Errcode: %d)"
8074
#~ msgid "Error writing file '%s' (Errcode: %d)"
8075
#~ msgstr "Error writing file '%s' (Errcode: %d)"
8077
#~ msgid "Out of memory (Needed %u bytes)"
8078
#~ msgstr "Out of memory (Needed %u bytes)"
8080
#~ msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
8081
#~ msgstr "Unexpected eof found when reading file '%s' (Errcode: %d)"
8083
#~ msgid "Error on close of '%s' (Errcode: %d)"
8084
#~ msgstr "Error on close of '%s' (Errcode: %d)"
8086
#~ msgid "Disk is full writing '%s'. Waiting for someone to free space..."
8087
#~ msgstr "Disk is full writing '%s'. Waiting for someone to free space..."
8089
#~ msgid "Can't change dir to '%s' (Errcode: %d)"
8090
#~ msgstr "Can't change dir to '%s' (Errcode: %d)"
8092
#~ msgid "Can't lock file (Errcode: %d)"
8093
#~ msgstr "Can't lock file (Errcode: %d)"
8095
#~ msgid "Can't read dir of '%s' (Errcode: %d)"
8096
#~ msgstr "Can't read dir of '%s' (Errcode: %d)"
8098
#~ msgid "Can't get stat of '%s' (Errcode: %d)"
8099
#~ msgstr "Can't get stat of '%s' (Errcode: %d)"
8101
#~ msgid "Undefined handler error 125"
8102
#~ msgstr "Undefined handler error 125"
8104
#~ msgid "Undefined handler error 129"
8105
#~ msgstr "Undefined handler error 129"
8107
#~ msgid "Plugin '%s' init function returned error."
8108
#~ msgstr "Plugin '%s' init function returned error."
8110
#~ msgid "Retrying bind on TCP/IP port %u"
8111
#~ msgstr "Retrying bind on TCP/IP port %u"
8113
#~ msgid "Can't start server: Bind on TCP/IP port"
8114
#~ msgstr "Can't start server: Bind on TCP/IP port"
8119
#~ msgid "listen() on TCP/IP failed with error %d"
8120
#~ msgstr "listen() on TCP/IP failed with error %d"
8122
#~ msgid "Can't start server: listen() on TCP/IP port"
8123
#~ msgstr "Can't start server: listen() on TCP/IP port"
8125
#~ msgid "Do you already have another drizzled server running on port: %d ?"
8126
#~ msgstr "Do you already have another drizzled server running on port: %d ?"
8128
#~ msgid "Writing a core file\n"
8129
#~ msgstr "Writing a core file\n"
8133
#~ "The '--memlock' argument, which was enabled, uses system calls that are\n"
8134
#~ "unreliable and unstable on some operating systems and operating-system\n"
8135
#~ "versions (notably, some versions of Linux). This crash could be due to "
8137
#~ "of those buggy OS calls. You should consider whether you really need "
8139
#~ "'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
8143
#~ "The '--memlock' argument, which was enabled, uses system calls that are\n"
8144
#~ "unreliable and unstable on some operating systems and operating-system\n"
8145
#~ "versions (notably, some versions of Linux). This crash could be due to "
8147
#~ "of those buggy OS calls. You should consider whether you really need "
8149
#~ "'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
8154
#~ "You are running a statically-linked LinuxThreads binary on an NPTL "
8156
#~ "This can result in crashes on some distributions due to LT/NPTL "
8158
#~ "You should either build a dynamically-linked binary, or force "
8160
#~ "to be used with the LD_ASSUME_KERNEL environment variable. Please "
8162
#~ "the documentation for your distribution on how to do that.\n"
8165
#~ "You are running a statically-linked LinuxThreads binary on an NPTL "
8167
#~ "This can result in crashes on some distributions due to LT/NPTL "
8169
#~ "You should either build a dynamically-linked binary, or force "
8171
#~ "to be used with the LD_ASSUME_KERNEL environment variable. Please "
8173
#~ "the documentation for your distribution on how to do that.\n"
8176
#~ "Trying to get some variables.\n"
8177
#~ "Some pointers may be invalid and cause the dump to abort...\n"
8179
#~ "Trying to get some variables.\n"
8180
#~ "Some pointers may be invalid and cause the dump to abort...\n"
8182
#~ msgid "drizzled: Got error %d from select"
8183
#~ msgstr "drizzled: Got error %d from select"
8185
#~ msgid "Unknown/unsupported table type: %s"
8186
#~ msgstr "Unknown/unsupported table type: %s"
8188
#~ msgid "Default storage engine (%s) is not available"
8189
#~ msgstr "Default storage engine (%s) is not available"
8192
#~ "Port number to use for connection or 0 for default to, in order of "
8193
#~ "preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
8195
#~ "Port number to use for connection or 0 for default to, in order of "
8196
#~ "preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
8199
#~ "Port number to use for connection or 0 for default to, in order of "
8200
#~ "preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
8202
#~ "Port number to use for connection or 0 for default to, in order of "
8203
#~ "preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
8206
#~ "Attempting backtrace. You can use the following information to find out\n"
8207
#~ "where drizzled died. If you see no messages after this, something went\n"
8208
#~ "terribly wrong...\n"
8210
#~ "Attempting backtrace. You can use the following information to find out\n"
8211
#~ "where drizzled died. If you see no messages after this, something went\n"
8212
#~ "terribly wrong...\n"
8214
#~ msgid "Set the filesystem character set."
8215
#~ msgstr "Set the filesystem character set."
8217
#~ msgid "IP address to bind to."
8218
#~ msgstr "IP address to bind to."
8220
#~ msgid "Print a symbolic stack trace on failure."
8221
#~ msgstr "Print a symbolic stack trace on failure."
8223
#~ msgid "Type of DELAY_KEY_WRITE."
8224
#~ msgstr "Type of DELAY_KEY_WRITE."
8226
#~ msgid "Push supported query conditions to the storage engine."
8227
#~ msgstr "Push supported query conditions to the storage engine."
8229
#~ msgid "Log all MyISAM changes to file."
8230
#~ msgstr "Log all MyISAM changes to file."
8232
#~ msgid "Log connections and queries to file."
8233
#~ msgstr "Log connections and queries to file."
8236
#~ "Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
8237
#~ "BACKUP, FORCE or QUICK."
8239
#~ "Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
8240
#~ "BACKUP, FORCE or QUICK."
8242
#~ msgid "Lock drizzled in memory."
8243
#~ msgstr "Lock drizzled in memory."
8246
#~ "Using this option will cause most temporary files created to use a small "
8247
#~ "set of names, rather than a unique name for each new file."
8249
#~ "Using this option will cause most temporary files created to use a small "
8250
#~ "set of names, rather than a unique name for each new file."
8253
#~ "The number of seconds the drizzled server is waiting for a connect packet "
8254
#~ "before responding with 'Bad handshake'."
8256
#~ "The number of seconds the drizzled server is waiting for a connect packet "
8257
#~ "before responding with 'Bad handshake'."
8259
#~ msgid "The default size of key cache blocks"
8260
#~ msgstr "The default size of key cache blocks"
8263
#~ "Don't overwrite stale .MYD and .MYI even if no directory is specified."
8265
#~ "Don't overwrite stale .MYD and .MYI even if no directory is specified."
8267
#~ msgid "Maximum number of temporary tables a client can keep open at a time."
8269
#~ "Maximum number of temporary tables a client can keep open at a time."
8272
#~ "Number of seconds to wait for a block to be written to a connection "
8273
#~ "before aborting the write."
8275
#~ "Number of seconds to wait for a block to be written to a connection "
8276
#~ "before aborting the write."
8279
#~ "Number of seconds to wait for more data from a connection before aborting "
8282
#~ "Number of seconds to wait for more data from a connection before aborting "
8286
#~ "If a read on a communication port is interrupted, retry this many times "
8287
#~ "before giving up."
8289
#~ "If a read on a communication port is interrupted, retry this many times "
8290
#~ "before giving up."
8292
#~ msgid "Buffer length for TCP/IP and socket communication."
8293
#~ msgstr "Buffer length for TCP/IP and socket communication."
8296
#~ "Optional colon (or semicolon) separated list of plugins to load,where "
8297
#~ "each plugin is identified by the name of the shared library. [for "
8298
#~ "example: --plugin_load=libmd5udf.so:libauth_pam.so]"
8300
#~ "Optional colon (or semicolon) separated list of plugins to load,where "
8301
#~ "each plugin is identified by the name of the shared library. [for "
8302
#~ "example: --plugin_load=libmd5udf.so:libauth_pam.so]"
8304
#~ msgid "Allocation block size for transactions to be stored in binary log"
8305
#~ msgstr "Allocation block size for transactions to be stored in binary log"
8307
#~ msgid "Persistent buffer for transactions to be stored in binary log"
8308
#~ msgstr "Persistent buffer for transactions to be stored in binary log"
8310
#~ msgid "Wrong option to %s. Option(s) given: %s\n"
8311
#~ msgstr "Wrong option to %s. Option(s) given: %s\n"
8314
#~ "The number of seconds the server waits for activity on a connection "
8315
#~ "before closing it."
8317
#~ "The number of seconds the server waits for activity on a connection "
8318
#~ "before closing it."
8320
#~ msgid "No option given to %s\n"
8321
#~ msgstr "No option given to %s\n"
8325
#~ "To see what values a running Drizzle server is using, type\n"
8326
#~ "'drizzleadmin variables' instead of 'drizzled --help'."
8329
#~ "To see what values a running Drizzle server is using, type\n"
8330
#~ "'drizzleadmin variables' instead of 'drizzled --help'."
8332
#~ msgid "Alternatives are: '%s'"
8333
#~ msgstr "Alternatives are: '%s'"
8342
#~ "%s: ready for connections.\n"
8343
#~ "Version: '%s' socket: '%s' port: %d"
8345
#~ "%s: ready for connections.\n"
8346
#~ "Version: '%s' socket: '%s' port: %d"
8348
#~ msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
8349
#~ msgstr "%s: Forcing close of thread %ld user: '%-.48s'\n"
8351
#~ msgid "Function '%-.192s' already exists"
8352
#~ msgstr "Function '%-.192s' already exists"
8354
#~ msgid "Can't find symbol '%-.128s' in library"
8355
#~ msgstr "Can't find symbol '%-.128s' in library"
8357
#~ msgid "No paths allowed for shared library"
8358
#~ msgstr "No paths allowed for shared library"
7244
#~ "Switch to another charset. Might be needed for processing binlog with "
7245
#~ "multi-byte charsets."
7247
#~ "Switch to another charset. Might be needed for processing binlog with "
7248
#~ "multi-byte charsets."
7251
#~ "Copyright (C) 2000-2008 MySQL AB\n"
7252
#~ " This software comes with ABSOLUTELY "
7253
#~ "NO WARRANTY. This is free software,\n"
7254
#~ " and you are welcome to modify and redistribute it under the GPL license\n"
7256
#~ "Copyright (C) 2000-2008 MySQL AB\n"
7257
#~ " This software comes with ABSOLUTELY "
7258
#~ "NO WARRANTY. This is free software,\n"
7259
#~ " and you are welcome to modify and redistribute it under the GPL license\n"
7261
#~ msgid "Usage: \\C char_setname | charset charset_name"
7262
#~ msgstr "Usage: \\C char_setname | charset charset_name"
7264
#~ msgid "Charset changed"
7265
#~ msgstr "Charset changed"
7267
#~ msgid "Charset is not found"
7268
#~ msgstr "Charset is not found"
7271
#~ "Although a path was specified for the --log option, log tables are used. "
7272
#~ "To enable logging to files use the --log-output option."
7274
#~ "Although a path was specified for the --log option, log tables are used. "
7275
#~ "To enable logging to files use the --log-output option."
7278
#~ "Although a path was specified for the --log-slow-queries option, log "
7279
#~ "tables are used. To enable logging to files use the --log-output=file "
7282
#~ "Although a path was specified for the --log-slow-queries option, log "
7283
#~ "tables are used. To enable logging to files use the --log-output=file "
7286
#~ msgid "You need to use --log-bin to make --binlog-format work."
7287
#~ msgstr "You need to use --log-bin to make --binlog-format work."
7290
#~ "Tells the master that updates to the given database should not be logged "
7291
#~ "tothe binary log."
7293
#~ "Tells the master that updates to the given database should not be logged "
7294
#~ "to the binary log."
7297
#~ "Tells the slave thread to not replicate to the specified table. To "
7298
#~ "specify more than one table to ignore, use the directive multiple times, "
7299
#~ "once for each table. This will work for cross-datbase updates, in "
7300
#~ "contrast to replicate-ignore-db."
7302
#~ "Tells the slave thread to not replicate to the specified table. To "
7303
#~ "specify more than one table to ignore, use the directive multiple times, "
7304
#~ "once for each table. This will work for cross-database updates, in "
7305
#~ "contrast to replicate-ignore-db."
7308
#~ "Log all queries that have taken more than long_query_time seconds to "
7309
#~ "execute to file. The argument will be treated as a decimal value with "
7310
#~ "microsecond precission."
7312
#~ "Log all queries that have taken more than long_query_time seconds to "
7313
#~ "execute to file. The argument will be treated as a decimal value with "
7314
#~ "microsecond precision."
7316
#~ msgid "Unknown option to protocol: %s\n"
7317
#~ msgstr "Unknown option to protocol: %s\n"
7319
#~ msgid "COLLATION %s is not valid for CHARACTER SET %s"
7320
#~ msgstr "COLLATION %s is not valid for CHARACTER SET %s"