180
207
"Preserve comments. Send comments to the server. The default is --skip-"
181
208
"comments (discard comments), enable with --comments"
183
#: ../client/drizzle.cc:1296
210
#: client/drizzle.cc:1305
211
msgid "Use compression in server/client protocol."
212
msgstr "Use compression in server/client protocol."
214
#: client/drizzle.cc:1308
215
msgid "Check memory and open file usage at exit ."
216
msgstr "Check memory and open file usage at exit ."
218
#: client/drizzle.cc:1311
219
msgid "Print some debug info at exit."
220
msgstr "Print some debug info at exit."
222
#: client/drizzle.cc:1313
223
msgid "Database to use."
224
msgstr "Database to use."
226
#: client/drizzle.cc:1316
230
#: client/drizzle.cc:1318
231
msgid "Delimiter to be used."
232
msgstr "Delimiter to be used."
234
#: client/drizzle.cc:1320
235
msgid "Execute command and quit. (Disables --force and history file)"
236
msgstr "Execute command and quit. (Disables --force and history file)"
238
#: client/drizzle.cc:1322
184
239
msgid "Print the output of a query (rows) vertically."
185
240
msgstr "Print the output of a query (rows) vertically."
187
#: ../client/drizzle.cc:1298
242
#: client/drizzle.cc:1325
188
243
msgid "Continue even if we get an sql error."
189
244
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
246
#: client/drizzle.cc:1329
248
"Enable named commands. Named commands mean this program's internal commands; "
249
"see drizzle> help . When enabled, the named commands can be used from any "
250
"line of the query, otherwise only from the first line, before an enter. "
251
"Disable with --disable-named-commands. This option is disabled by default."
253
"Enable named commands. Named commands mean this program's internal commands; "
254
"see drizzle> help . When enabled, the named commands can be used from any "
255
"line of the query, otherwise only from the first line, before an enter. "
256
"Disable with --disable-named-commands. This option is disabled by default."
258
#: client/drizzle.cc:1333
260
"Named commands are disabled. Use \\* form only, or use named commands only "
261
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
262
"the client now starts with this option ENABLED by default! Disable with '-"
263
"G'. Long format commands still work from the first line. WARNING: option "
264
"deprecated; use --disable-named-commands instead."
266
"Named commands are disabled. Use \\* form only, or use named commands only "
267
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
268
"the client now starts with this option ENABLED by default! Disable with '-"
269
"G'. Long format commands still work from the first line. WARNING: option "
270
"deprecated; use --disable-named-commands instead."
272
#: client/drizzle.cc:1335
273
msgid "Ignore space after function names."
274
msgstr "Ignore space after function names."
276
#: client/drizzle.cc:1337
277
msgid "Enable/disable LOAD DATA LOCAL INFILE."
278
msgstr "Enable/disable LOAD DATA LOCAL INFILE."
280
#: client/drizzle.cc:1340
204
281
msgid "Turn off beep on error."
205
282
msgstr "Turn off beep on error."
207
#: ../client/drizzle.cc:1303
209
msgid "Do not write line numbers for errors."
284
#: client/drizzle.cc:1342 client/drizzleadmin.cc:76
285
msgid "Connect to host."
286
msgstr "Connect to host."
288
#: client/drizzle.cc:1344
289
msgid "Write line numbers for errors."
210
290
msgstr "Write line numbers for errors."
212
#: ../client/drizzle.cc:1304
214
msgid "Do not write column names in results."
292
#: client/drizzle.cc:1347
294
"Don't write line number for errors. WARNING: -L is deprecated, use long "
295
"version of this option instead."
297
"Don't write line number for errors. WARNING: -L is deprecated, use long "
298
"version of this option instead."
300
#: client/drizzle.cc:1349
301
msgid "Flush buffer after each query."
302
msgstr "Flush buffer after each query."
304
#: client/drizzle.cc:1351
305
msgid "Write column names in results."
215
306
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
308
#: client/drizzle.cc:1355
310
"Don't write column names in results. WARNING: -N is deprecated, use long "
311
"version of this options instead."
313
"Don't write column names in results. WARNING: -N is deprecated, use long "
314
"version of this options instead."
316
#: client/drizzle.cc:1358
318
"Change the value of a variable. Please note that this option is deprecated; "
319
"you can set variables directly with --variable-name=value."
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
#: client/drizzle.cc:1360
325
msgid "Ignore SIGINT (CTRL-C)"
326
msgstr "Ignore SIGINT (CTRL-C)"
328
#: client/drizzle.cc:1364
330
"Only update the default database. This is useful for skipping updates to "
331
"other database in the update log."
333
"Only update the default database. This is useful for skipping updates to "
334
"other database in the update log."
336
#: client/drizzle.cc:1367
338
"Pager to use to display results. If you don't supply an option the default "
339
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
340
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
341
"work in batch mode. Disable with --disable-pager. This option is disabled by "
344
"Pager to use to display results. If you don't supply an option the default "
345
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
346
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
347
"work in batch mode. Disable with --disable-pager. This option is disabled by "
350
#: client/drizzle.cc:1370
352
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
353
"option deprecated; use --disable-pager instead."
355
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
356
"option deprecated; use --disable-pager instead."
358
#: client/drizzle.cc:1373 client/drizzleadmin.cc:79
360
"Password to use when connecting to server. If password is not given it's "
361
"asked from the tty."
363
"Password to use when connecting to server. If password is not given it's "
364
"asked from the tty."
366
#: client/drizzle.cc:1375
368
"Port number to use for connection or 0 for default to, in order of "
369
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
371
"Port number to use for connection or 0 for default to, in order of "
372
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
374
#: client/drizzle.cc:1376
375
msgid "built-in default"
376
msgstr "built-in default"
378
#: client/drizzle.cc:1378
379
msgid "Set the drizzle prompt to this value."
380
msgstr "Set the drizzle prompt to this value."
382
#: client/drizzle.cc:1382
384
"Don't cache result, print it row by row. This may slow down the server if "
385
"the output is suspended. Doesn't use history file."
387
"Don't cache result, print it row by row. This may slow down the server if "
388
"the output is suspended. Doesn't use history file."
390
#: client/drizzle.cc:1384
391
msgid "Write fields without conversion. Used with --batch."
392
msgstr "Write fields without conversion. Used with --batch."
394
#: client/drizzle.cc:1387
396
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
397
"option is enabled by default."
399
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
400
"option is enabled by default."
402
#: client/drizzle.cc:1389
404
"Be more silent. Print results with a tab as separator, each row on new line."
406
"Be more silent. Print results with a tab as separator, each row on new line."
408
#: client/drizzle.cc:1391
409
msgid "Socket file to use for connection."
410
msgstr "Socket file to use for connection."
412
#: client/drizzle.cc:1394
234
413
msgid "Output in table format."
235
414
msgstr "Output in table format."
237
#: ../client/drizzle.cc:1312
416
#: client/drizzle.cc:1397
418
"Append everything into outfile. See interactive help (\\h) also. Does not "
419
"work in batch mode. Disable with --disable-tee. This option is disabled by "
422
"Append everything into outfile. See interactive help (\\h) also. Does not "
423
"work in batch mode. Disable with --disable-tee. This option is disabled by "
426
#: client/drizzle.cc:1399
428
"Disable outfile. See interactive help (\\h) also. WARNING: option "
429
"deprecated; use --disable-tee instead"
431
"Disable outfile. See interactive help (\\h) also. WARNING: option "
432
"deprecated; use --disable-tee instead"
434
#: client/drizzle.cc:1402 client/drizzleadmin.cc:88
435
msgid "User for login if not current user."
436
msgstr "User for login if not current user."
438
#: client/drizzle.cc:1405
238
439
msgid "Only allow UPDATE and DELETE that uses keys."
239
440
msgstr "Only allow UPDATE and DELETE that uses keys."
241
#: ../client/drizzle.cc:1314
442
#: client/drizzle.cc:1408
242
443
msgid "Synonym for option --safe-updates, -U."
243
444
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"
446
#: client/drizzle.cc:1411
447
msgid "Write more. (-v -v -v gives the table output format)."
448
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
450
#: client/drizzle.cc:1413 client/drizzleadmin.cc:93 drizzled/drizzled.cc:2352
251
451
msgid "Output version information and exit."
252
452
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
454
#: client/drizzle.cc:1415 client/drizzleadmin.cc:95
455
msgid "Wait and retry if connection is down."
456
msgstr "Wait and retry if connection is down."
458
#: client/drizzle.cc:1418
393
459
msgid "Number of seconds before connection timeout."
394
460
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
462
#: client/drizzle.cc:1423
463
msgid "Max packet length to send to, or receive from server"
464
msgstr "Max packet length to send to, or receive from server"
466
#: client/drizzle.cc:1428
467
msgid "Buffer for TCP/IP and socket communication"
468
msgstr "Buffer for TCP/IP and socket communication"
470
#: client/drizzle.cc:1432
401
471
msgid "Automatic limit for SELECT when using --safe-updates"
402
472
msgstr "Automatic limit for SELECT when using --safe-updates"
404
#: ../client/drizzle.cc:1377
474
#: client/drizzle.cc:1437
405
475
msgid "Automatic limit for rows in a join when using --safe-updates"
406
476
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
478
#: client/drizzle.cc:1441
479
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
480
msgstr "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
482
#: client/drizzle.cc:1446
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"
484
msgid "Number of lines before each import progress report."
485
msgstr "Number of seconds before connection timeout."
487
#: client/drizzle.cc:1457
489
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
490
msgstr "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
492
#: client/drizzle.cc:1464
495
"Copyright (C) 2008 Sun Microsystems\n"
496
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
497
"and you are welcome to modify and redistribute it under the GPL license\n"
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"
447
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
503
#: client/drizzle.cc:1469
449
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
450
msgstr "Memory allocation error while constructing initial prompt. Aborting.\n"
505
msgid "Usage: %s [OPTIONS] [database]\n"
506
msgstr "Usage: %s [OPTIONS] [database]\n"
452
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
508
#: client/drizzle.cc:1500
453
509
msgid "DELIMITER cannot contain a backslash character"
454
510
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
512
#: client/drizzle.cc:1521
514
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
515
msgstr "WARNING: option deprecated; use --disable-tee instead.\n"
517
#: client/drizzle.cc:1544
519
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
520
msgstr "WARNING: option deprecated; use --disable-pager instead.\n"
522
#: client/drizzle.cc:1548
524
msgid "WARNING: --server-arg option not supported in this configuration.\n"
525
msgstr "WARNING: --server-arg option not supported in this configuration.\n"
527
#: client/drizzle.cc:1575
529
"Non-integer value supplied for port. If you are trying to enter a password "
530
"please use --password instead."
533
#: client/drizzle.cc:1583
534
msgid "Value supplied for port is not valid."
537
#: client/drizzle.cc:1736
541
539
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
542
#: client/drizzle.cc:1952
544
msgid "Unknown command '\\%c'."
545
msgstr "Unknown command '\\%c'."
547
#: client/drizzle.cc:2376
554
549
"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"
550
" You can turn off this feature to get a quicker startup with -A\n"
558
553
"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"
554
" You can turn off this feature to get a quicker startup with -A\n"
562
#: ../client/drizzle.cc:2631
557
#: client/drizzle.cc:2473
563
558
msgid "No connection. Trying to reconnect..."
564
559
msgstr "No connection. Trying to reconnect..."
566
#: ../client/drizzle.cc:2637
561
#: client/drizzle.cc:2479
567
562
msgid "Can't connect to the server\n"
568
563
msgstr "Can't connect to the server\n"
570
#: ../client/drizzle.cc:2721
565
#: client/drizzle.cc:2537
571
566
msgid "List of all Drizzle commands:"
572
567
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"
569
#: client/drizzle.cc:2539
570
msgid "Note that all text commands must be first on line and end with ';'"
578
571
msgstr "Note that all text commands must be first on line and end with ';'"
580
#: ../client/drizzle.cc:2783
573
#: client/drizzle.cc:2592
581
574
msgid "No query specified\n"
582
575
msgstr "No query specified\n"
584
#: ../client/drizzle.cc:2798
577
#: client/drizzle.cc:2607
585
578
msgid "Ignoring query to other database"
586
579
msgstr "Ignoring query to other database"
588
#: ../client/drizzle.cc:2848
581
#: client/drizzle.cc:2656
589
582
msgid "Empty set"
590
583
msgstr "Empty set"
592
#: ../client/drizzle.cc:2861
585
#: client/drizzle.cc:2669
594
587
msgid "%ld row in set"
595
588
msgid_plural "%ld rows in set"
596
589
msgstr[0] "%ld row in set"
597
590
msgstr[1] "%ld rows in set"
599
#: ../client/drizzle.cc:2870
592
#: client/drizzle.cc:2678
601
594
msgstr "Query OK"
603
#: ../client/drizzle.cc:2872
596
#: client/drizzle.cc:2680
605
598
msgid "Query OK, %ld row affected"
606
599
msgid_plural "Query OK, %ld rows affected"
607
600
msgstr[0] "Query OK, %ld row affected"
608
601
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
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
603
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:2281
605
"Port number to use for connection or 0 for default to, in order of "
606
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
608
"Port number to use for connection or 0 for default to, in order of "
609
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
611
#: client/drizzleadmin.cc:85
612
msgid "Silently exit if one can't connect to server."
613
msgstr "Silently exit if one can't connect to server."
615
#: client/drizzleadmin.cc:91
616
msgid "Write more information."
617
msgstr "Write more information."
619
#: client/drizzleadmin.cc:122 client/drizzlecheck.cc:265
620
#: client/drizzledump.cc:611 client/drizzleimport.cc:196
621
#: client/drizzleslap.cc:751 client/drizzletest.cc:4639
624
"Non-integer value supplied for port. If you are trying to enter a password "
625
"please use --password instead.\n"
628
#: client/drizzleadmin.cc:130 client/drizzlecheck.cc:273
629
#: client/drizzledump.cc:619 client/drizzleimport.cc:204
630
#: client/drizzleslap.cc:759 client/drizzletest.cc:4647
632
msgid "Value supplied for port is not valid.\n"
635
#: client/drizzleadmin.cc:148 client/drizzledump.cc:636
637
msgid "Memory allocation error while copying password. Aborting.\n"
640
#: client/drizzleadmin.cc:290
643
"connect to server at '%s' failed\n"
646
"connect to server at '%s' failed\n"
649
#: client/drizzleadmin.cc:296
651
msgid "Check that drizzled is running on %s"
652
msgstr "Check that drizzled is running on %s"
654
#: client/drizzleadmin.cc:297
656
msgid " and that the port is %d.\n"
657
msgstr " and that the port is %d.\n"
659
#: client/drizzleadmin.cc:299
661
msgid "You can check this by doing 'telnet %s %d'\n"
662
msgstr "You can check this by doing 'telnet %s %d'\n"
664
#: client/drizzleadmin.cc:310
666
msgid "Got error: %s\n"
667
msgstr "Got error: %s\n"
669
#: client/drizzleadmin.cc:317
670
msgid "Waiting for Drizzle server to answer"
671
msgstr "Waiting for Drizzle server to answer"
673
#: client/drizzleadmin.cc:350
675
msgid "shutting down drizzled...\n"
676
msgstr "shutting down drizzled...\n"
678
#: client/drizzleadmin.cc:354
680
msgid "shutdown failed; error: '%s'"
681
msgstr "shutdown failed; error: '%s'"
683
#: client/drizzleadmin.cc:361
688
#: client/drizzleadmin.cc:371
689
msgid "drizzled is alive"
690
msgstr "drizzled is alive"
692
#: client/drizzleadmin.cc:379
693
msgid "connection was down, but drizzled is now alive"
694
msgstr "connection was down, but drizzled is now alive"
696
#: client/drizzleadmin.cc:383
698
msgid "drizzled doesn't answer to ping, error: '%s'"
699
msgstr "drizzled doesn't answer to ping, error: '%s'"
701
#: client/drizzleadmin.cc:392
703
msgid "Unknown command: '%-.60s'"
704
msgstr "Unknown command: '%-.60s'"
706
#: client/drizzleadmin.cc:401
708
msgid "%s Ver %s Distrib %s, for %s on %s\n"
709
msgstr "%s Ver %s Distrib %s, for %s on %s\n"
711
#: client/drizzleadmin.cc:408
712
msgid "Copyright (C) 2000-2008 MySQL AB"
713
msgstr "Copyright (C) 2000-2008 MySQL AB"
715
#: client/drizzleadmin.cc:409 client/drizzledump.cc:489
717
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
718
"and you are welcome to modify and redistribute it under the GPL license\n"
720
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
721
"and you are welcome to modify and redistribute it under the GPL license\n"
723
#: client/drizzleadmin.cc:410
724
msgid "Administration program for the drizzled daemon."
725
msgstr "Administration program for the drizzled daemon."
727
#: client/drizzleadmin.cc:411
729
msgid "Usage: %s [OPTIONS] command command....\n"
730
msgstr "Usage: %s [OPTIONS] command command....\n"
732
#: client/drizzleadmin.cc:413
734
" ping Check if server is down\n"
735
" shutdown Take server down\n"
737
" ping Check if server is down\n"
738
" shutdown Take server down\n"
740
#: client/drizzledump.cc:393
741
msgid "Number of rows before each output progress report (requires --verbose)."
744
#: client/drizzledump.cc:466
886
746
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
747
msgstr "Got error %d from storage engine"
749
#: client/drizzledump.cc:471
751
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
752
msgstr "%s Ver %s Distrib %s, for %s on %s\n"
754
#: client/drizzledump.cc:478
1153
756
msgid "Usage: %s [OPTIONS] database [tables]\n"
1154
msgstr "Usage: %s [OPTIONS] database [tables]\n"
757
msgstr "Usage: %s [OPTIONS] [database]\n"
1156
#: ../client/drizzledump.cc:645
759
#: client/drizzledump.cc:479
1158
761
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
764
#: client/drizzledump.cc:481
1163
766
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
767
msgstr "Usage: %s [OPTIONS] [database]\n"
769
#: client/drizzledump.cc:488
770
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
773
#: client/drizzledump.cc:490
774
msgid "Dumping definition and data DRIZZLE database or table"
777
#: client/drizzledump.cc:501
779
msgid "For more options, use %s --help\n"
782
#: client/drizzledump.cc:675
784
msgid "Input filename too long: %s"
787
#: client/drizzledump.cc:718
1174
789
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
792
#: client/drizzledump.cc:743
794
msgid "Invalid mode to --compatible: %s\n"
797
#: client/drizzledump.cc:803
799
msgid "%s: You must use option --tab with --fields-...\n"
802
#: client/drizzledump.cc:820
805
"%s: You can't use --single-transaction and --lock-all-tables at the same "
809
#: client/drizzledump.cc:833
812
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
816
#: client/drizzledump.cc:839
818
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
821
#: client/drizzledump.cc:863
823
msgid "Got error: %d: %s %s"
824
msgstr "Got error: %s\n"
826
#: client/drizzledump.cc:955
828
msgid "Couldn't execute '%s': %s (%d)"
831
#: client/drizzledump.cc:1016
833
msgid "-- Connecting to %s...\n"
834
msgstr "Connect to host."
836
#: client/drizzledump.cc:1037
838
msgid "-- Disconnecting from %s...\n"
841
#: client/drizzledump.cc:1047
843
msgid "Couldn't allocate memory"
844
msgstr "Couldn't allocate memory for temp histfile!\n"
846
#: client/drizzledump.cc:1388
849
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
853
#: client/drizzledump.cc:1402
855
msgid "-- Retrieving table structure for table %s...\n"
858
#: client/drizzledump.cc:1511
860
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
863
#: client/drizzledump.cc:1620
865
msgid "%s: Can't get keys for table %s (%s)\n"
868
#: client/drizzledump.cc:1697 client/drizzledump.cc:2995
870
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
873
#: client/drizzledump.cc:1704 client/drizzledump.cc:3003
875
msgid "Error: Couldn't read status information for table %s (%s)\n"
878
#: client/drizzledump.cc:1846
880
msgid "Error retrieving table structure for table: \"%s\""
883
#: client/drizzledump.cc:1853
885
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
888
#: client/drizzledump.cc:1864
890
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
893
#: client/drizzledump.cc:1871
895
msgid "-- Skipping dump data for table '%s', it has no fields\n"
898
#: client/drizzledump.cc:1879
899
msgid "-- Sending SELECT query...\n"
902
#: client/drizzledump.cc:1931
903
msgid "when executing 'SELECT INTO OUTFILE'"
906
#: client/drizzledump.cc:1939
911
"-- Dumping data for table %s\n"
915
#: client/drizzledump.cc:1976 client/drizzledump.cc:1985
916
msgid "when retrieving data from server"
919
#: client/drizzledump.cc:1989
920
msgid "-- Retrieving rows...\n"
923
#: client/drizzledump.cc:1992
925
msgid "%s: Error in field count for table: %s ! Aborting.\n"
928
#: client/drizzledump.cc:2031
930
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
933
#: client/drizzledump.cc:2053
935
msgid "Not enough fields from table %s! Aborting.\n"
938
#: client/drizzledump.cc:2239
940
msgid "%s: Error %d: %s when dumping table %s at row: %d\n"
943
#: client/drizzledump.cc:2397
945
msgid "when selecting the database"
946
msgstr "Path to the database root."
948
#: client/drizzledump.cc:2465
949
msgid "when using LOCK TABLES"
952
#: client/drizzledump.cc:2472 client/drizzledump.cc:2604
953
msgid "when doing refresh"
956
#: client/drizzledump.cc:2558
957
msgid "alloc_root failure."
960
#: client/drizzledump.cc:2579
962
msgid "Couldn't find table: \"%s\""
965
#: client/drizzledump.cc:2594
966
msgid "when doing LOCK TABLES"
969
#: client/drizzledump.cc:2657
971
msgid "Error: Binlogging on server not active"
972
msgstr "Error in server handshake"
974
#: client/drizzledump.cc:2725
975
msgid "Error: Slave not set up"
978
#: client/drizzledump.cc:2784
980
msgid "Error: Unable to start slave"
981
msgstr "Error connecting to slave:"
983
#: client/drizzledump.cc:3071
986
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
989
#: client/drizzledump.cc:3102
991
msgid "Error: Not enough memory to store ORDER BY clause\n"
994
#: drizzled/authentication.cc:69 drizzled/handlerton.cc:238
995
#: drizzled/show.cc:4527 drizzled/sql_plugin.cc:791
997
msgid "Plugin '%s' init function returned error."
998
msgstr "Plugin '%s' init function returned error."
1000
#. TRANSLATORS: The leading word "configvar" is the name
1001
#. of the plugin api, and so should not be translated.
1002
#: drizzled/configvar.cc:41
1004
msgid "configvar plugin '%s' init() failed"
1005
msgstr "configvar plugin '%s' init() failed"
1007
#. TRANSLATORS: The leading word "configvar" is the name
1008
#. of the plugin api, and so should not be translated.
1009
#: drizzled/configvar.cc:65
1011
msgid "configvar plugin '%s' deinit() failed"
1012
msgstr "configvar plugin '%s' deinit() failed"
1014
#. TRANSLATORS: The leading word "configvar" is the name
1015
#. of the plugin api, and so should not be translated.
1016
#: drizzled/configvar.cc:101
1018
msgid "configvar plugin '%s' configvar_func1() failed"
1019
msgstr "configvar plugin '%s' configvar_func1() failed"
1021
#. TRANSLATORS: The leading word "configvar" is the name
1022
#. of the plugin api, and so should not be translated.
1023
#: drizzled/configvar.cc:155
1025
msgid "configvar plugin '%s' configvar_func2() failed"
1026
msgstr "configvar plugin '%s' configvar_func2() failed"
1028
#: drizzled/db.cc:245
1030
msgid "Error while loading database options: '%s':"
1031
msgstr "Error while loading database options: '%s':"
1033
#: drizzled/drizzled.cc:582
1035
msgid "Got signal %d from thread %<PRIu64>"
1036
msgstr "Got signal %d from thread %<PRIu64>"
1038
#: drizzled/drizzled.cc:616
1271
1039
msgid "Aborting\n"
1272
1040
msgstr "Aborting\n"
1274
#: ../drizzled/drizzled.cc:550
1042
#: drizzled/drizzled.cc:742
1275
1043
msgid "One can only use the --user switch if running as root\n"
1276
1044
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
1046
#: drizzled/drizzled.cc:750
1048
"Fatal error: Please read \"Security\" section of the manual to find out how "
1049
"to run drizzled as root!\n"
1051
"Fatal error: Please read \"Security\" section of the manual to find out how "
1052
"to run drizzled as root!\n"
1054
#: drizzled/drizzled.cc:772
1057
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1060
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1063
#: drizzled/drizzled.cc:946
1065
msgid "Retrying bind on TCP/IP port %u"
1066
msgstr "Retrying bind on TCP/IP port %u"
1068
#: drizzled/drizzled.cc:952
1069
msgid "Can't start server: Bind on TCP/IP port"
1070
msgstr "Can't start server: Bind on TCP/IP port"
1072
#: drizzled/drizzled.cc:953
1074
msgid "Do you already have another drizzled server running on port: %d ?"
1075
msgstr "Do you already have another drizzled server running on port: %d ?"
1077
#: drizzled/drizzled.cc:959
1078
msgid "Can't start server: listen() on TCP/IP port"
1079
msgstr "Can't start server: listen() on TCP/IP port"
1081
#: drizzled/drizzled.cc:960
1083
msgid "listen() on TCP/IP failed with error %d"
1084
msgstr "listen() on TCP/IP failed with error %d"
1086
#: drizzled/drizzled.cc:1048
1091
#: drizzled/drizzled.cc:1072
1094
"We will try our best to scrape up some info that will hopefully help "
1096
"the problem, but since we have already crashed, something is definitely "
1098
"and this may fail.\n"
1101
"We will try our best to scrape up some info that will hopefully help "
1103
"the problem, but since we have already crashed, something is definitely "
1105
"and this may fail.\n"
1108
#: drizzled/drizzled.cc:1083
1111
"It is possible that drizzled could use up to \n"
1112
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1115
"Hope that's ok; if not, decrease some variables in the equation.\n"
1118
"It is possible that drizzled could use up to \n"
1119
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1122
"Hope that's ok; if not, decrease some variables in the equation.\n"
1125
#: drizzled/drizzled.cc:1100
1128
"Attempting backtrace. You can use the following information to find out\n"
1129
"where drizzled died. If you see no messages after this, something went\n"
1130
"terribly wrong...\n"
1132
"Attempting backtrace. You can use the following information to find out\n"
1133
"where drizzled died. If you see no messages after this, something went\n"
1134
"terribly wrong...\n"
1136
#: drizzled/drizzled.cc:1128
1139
"Trying to get some variables.\n"
1140
"Some pointers may be invalid and cause the dump to abort...\n"
1142
"Trying to get some variables.\n"
1143
"Some pointers may be invalid and cause the dump to abort...\n"
1145
#: drizzled/drizzled.cc:1140
1149
"This crash occurred while the server was calling initgroups(). This is\n"
1150
"often due to the use of a drizzled that is statically linked against glibc\n"
1151
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1152
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1153
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1154
"drizzled that is not statically linked.\n"
1157
"This crash occurred while the server was calling initgroups(). This is\n"
1158
"often due to the use of a drizzled that is statically linked against glibc\n"
1159
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1160
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1161
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1162
"drizzled that is not statically linked.\n"
1164
#: drizzled/drizzled.cc:1155
1168
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1169
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1170
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1171
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1172
"the documentation for your distribution on how to do that.\n"
1175
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1176
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1177
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1178
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1179
"the documentation for your distribution on how to do that.\n"
1181
#: drizzled/drizzled.cc:1168
1185
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1186
"unreliable and unstable on some operating systems and operating-system\n"
1187
"versions (notably, some versions of Linux). This crash could be due to use\n"
1188
"of those buggy OS calls. You should consider whether you really need the\n"
1189
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1193
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1194
"unreliable and unstable on some operating systems and operating-system\n"
1195
"versions (notably, some versions of Linux). This crash could be due to use\n"
1196
"of those buggy OS calls. You should consider whether you really need the\n"
1197
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1200
#: drizzled/drizzled.cc:1183
1202
msgid "Writing a core file\n"
1203
msgstr "Writing a core file\n"
1205
#: drizzled/drizzled.cc:1228
1207
"setrlimit could not change the size of core files to 'infinity'; We may not "
1208
"be able to generate a core file on signals"
1210
"setrlimit could not change the size of core files to 'infinity'; We may not "
1211
"be able to generate a core file on signals"
1213
#: drizzled/drizzled.cc:1432
1446
1215
msgid "gethostname failed, using '%s' as hostname"
1447
1216
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
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
1218
#: drizzled/drizzled.cc:1529
1220
msgid "Unknown locale: '%s'"
1221
msgstr "Unknown locale: '%s'"
1223
#: drizzled/drizzled.cc:1584
1224
msgid "Can't create thread-keys"
1225
msgstr "Can't create thread-keys"
1227
#: drizzled/drizzled.cc:1610
1228
msgid "Out of memory"
1229
msgstr "Out of memory"
1231
#: drizzled/drizzled.cc:1625
1232
msgid "Failed to initialize plugins."
1233
msgstr "Failed to initialise plugins."
1235
#: drizzled/drizzled.cc:1656
1238
"%s: Too many arguments (first extra is '%s').\n"
1239
"Use --verbose --help to get a list of available options\n"
1241
"%s: Too many arguments (first extra is '%s').\n"
1242
"Use --verbose --help to get a list of available options\n"
1244
#: drizzled/drizzled.cc:1666
1245
msgid "Can't init databases"
1246
msgstr "Can't init databases"
1248
#: drizzled/drizzled.cc:1686
1250
msgid "Unknown/unsupported table type: %s"
1251
msgstr "Unknown/unsupported table type: %s"
1253
#: drizzled/drizzled.cc:1692
1255
msgid "Default storage engine (%s) is not available"
1256
msgstr "Default storage engine (%s) is not available"
1258
#: drizzled/drizzled.cc:1724
1260
msgid "Failed to lock memory. Errno: %d\n"
1261
msgstr "Failed to lock memory. Error: %d\n"
1263
#: drizzled/drizzled.cc:1785
1265
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1266
msgstr "Asked for %u thread stack, but got %<PRIu64>"
1268
#: drizzled/drizzled.cc:1955
1270
msgid "drizzled: Got error %d from select"
1271
msgstr "drizzled: Got error %d from select"
1273
#: drizzled/drizzled.cc:2138
1493
1274
msgid "Auto-increment columns are incremented by this"
1494
1275
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
1277
#: drizzled/drizzled.cc:2143
1279
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1282
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1285
#: drizzled/drizzled.cc:2149
1287
"Path to installation directory. All paths are usually resolved relative to "
1290
"Path to installation directory. All paths are usually resolved relative to "
1293
#: drizzled/drizzled.cc:2153
1294
msgid "IP address to bind to."
1295
msgstr "IP address to bind to."
1297
#: drizzled/drizzled.cc:2157
1298
msgid "Set the filesystem character set."
1299
msgstr "Set the filesystem character set."
1301
#: drizzled/drizzled.cc:2162
1302
msgid "Set the default character set."
1303
msgstr "Set the default character set."
1305
#: drizzled/drizzled.cc:2166
1513
1306
msgid "Chroot drizzled daemon during startup."
1514
1307
msgstr "Chroot drizzled daemon during start-up."
1516
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1309
#: drizzled/drizzled.cc:2170
1517
1310
msgid "Set the default collation."
1518
1311
msgstr "Set the default collation."
1520
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1313
#: drizzled/drizzled.cc:2174
1521
1314
msgid "Default completion type."
1522
1315
msgstr "Default completion type."
1524
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1317
#: drizzled/drizzled.cc:2179
1525
1318
msgid "Write core on errors."
1526
1319
msgstr "Write core on errors."
1528
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1321
#: drizzled/drizzled.cc:2183
1529
1322
msgid "Path to the database root."
1530
1323
msgstr "Path to the database root."
1532
#: ../drizzled/drizzled.cc:1196
1534
msgid "Set the default storage engine for tables."
1325
#: drizzled/drizzled.cc:2187
1326
msgid "Set the default storage engine (table type) for tables."
1535
1327
msgstr "Set the default storage engine (table type) for tables."
1537
#: ../drizzled/drizzled.cc:1198
1329
#: drizzled/drizzled.cc:2191
1538
1330
msgid "Set the default time zone."
1539
1331
msgstr "Set the default time zone."
1541
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1333
#: drizzled/drizzled.cc:2195
1334
msgid "Type of DELAY_KEY_WRITE."
1335
msgstr "Type of DELAY_KEY_WRITE."
1337
#: drizzled/drizzled.cc:2199
1338
msgid "Print a symbolic stack trace on failure."
1339
msgstr "Print a symbolic stack trace on failure."
1341
#: drizzled/drizzled.cc:2205
1342
msgid "Push supported query conditions to the storage engine."
1343
msgstr "Push supported query conditions to the storage engine."
1345
#: drizzled/drizzled.cc:2211
1542
1346
msgid "Used for debugging; Use at your own risk!"
1543
1347
msgstr "Used for debugging; Use at your own risk!"
1545
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1349
#: drizzled/drizzled.cc:2214
1350
msgid "Flush tables to disk between SQL commands."
1351
msgstr "Flush tables to disk between SQL commands."
1353
#: drizzled/drizzled.cc:2219
1546
1354
msgid "Set up signals usable for debugging"
1547
1355
msgstr "Set up signals usable for debugging"
1549
#: ../drizzled/drizzled.cc:1204
1357
#: drizzled/drizzled.cc:2223
1358
msgid "Command(s) that are executed for each new connection"
1359
msgstr "Command(s) that are executed for each new connection"
1361
#: drizzled/drizzled.cc:2227
1362
msgid "Read SQL commands from this file at startup."
1363
msgstr "Read SQL commands from this file at startup."
1365
#: drizzled/drizzled.cc:2231
1369
#: drizzled/drizzled.cc:2235
1550
1370
msgid "Set the language used for the month names and the days of the week."
1551
1371
msgstr "Set the language used for the month names and the days of the week."
1553
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1373
#: drizzled/drizzled.cc:2240
1374
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1375
msgstr "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1377
#: drizzled/drizzled.cc:2245
1378
msgid "Log connections and queries to file."
1379
msgstr "Log connections and queries to file."
1381
#: drizzled/drizzled.cc:2249
1382
msgid "Log all MyISAM changes to file."
1383
msgstr "Log all MyISAM changes to file."
1385
#: drizzled/drizzled.cc:2253
1554
1386
msgid "Log some not critical warnings to the log file."
1555
1387
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."
1389
#: drizzled/drizzled.cc:2258
1390
msgid "Lock drizzled in memory."
1391
msgstr "Lock drizzled in memory."
1393
#: drizzled/drizzled.cc:2262
1395
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1396
"BACKUP, FORCE or QUICK."
1398
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1399
"BACKUP, FORCE or QUICK."
1401
#: drizzled/drizzled.cc:2267
1402
msgid "Use very new possible 'unsafe' functions."
1403
msgstr "Use very new possible 'unsafe' functions."
1405
#: drizzled/drizzled.cc:2272
1406
msgid "Use old, non-optimized alter table."
1407
msgstr "Use old, non-optimised alter table."
1409
#: drizzled/drizzled.cc:2277
1410
msgid "Pid file used by safe_mysqld."
1560
1411
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. "
1566
"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
1413
#: drizzled/drizzled.cc:2287
1415
"Maximum time in seconds to wait for the port to become free. (Default: no "
1418
"Maximum time in seconds to wait for the port to become free. (Default: no "
1421
#: drizzled/drizzled.cc:2292
1422
msgid "Skip some optimize stages (for testing)."
1423
msgstr "Skip some optimise stages (for testing)."
1425
#: drizzled/drizzled.cc:2295
1427
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1428
"specified directory"
1430
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1431
"specified directory"
1433
#: drizzled/drizzled.cc:2300
1435
"Uniquely identifies the server instance in the community of replication "
1438
"Uniquely identifies the server instance in the community of replication "
1441
#: drizzled/drizzled.cc:2305
1442
msgid "Don't use new, possible wrong routines."
1443
msgstr "Don't use new, possible wrong routines."
1445
#: drizzled/drizzled.cc:2308
1590
1446
msgid "Don't print a stack trace on failure."
1591
1447
msgstr "Don't print a stack trace on failure."
1593
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1449
#: drizzled/drizzled.cc:2312
1450
msgid "Don't give threads different priorities."
1451
msgstr "Don't give threads different priorities."
1453
#: drizzled/drizzled.cc:2316
1594
1454
msgid "Enable symbolic link support."
1595
1455
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
1457
#: drizzled/drizzled.cc:2325
1459
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1461
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1463
#: drizzled/drizzled.cc:2330
1465
"Using this option will cause most temporary files created to use a small set "
1466
"of names, rather than a unique name for each new file."
1468
"Using this option will cause most temporary files created to use a small set "
1469
"of names, rather than a unique name for each new file."
1471
#: drizzled/drizzled.cc:2335
1473
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1475
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1477
#: drizzled/drizzled.cc:2340
1604
1478
msgid "Path for temporary files."
1605
msgstr "Path for temporary files."
1607
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1481
#: drizzled/drizzled.cc:2344
1608
1482
msgid "Default transaction isolation level."
1609
1483
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
1485
#: drizzled/drizzled.cc:2348
1618
1486
msgid "Run drizzled daemon as user."
1619
1487
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
1489
#: drizzled/drizzled.cc:2356
1491
"The number of outstanding connection requests Drizzle can have. This comes "
1492
"into play when the main Drizzle thread gets very many connection requests in "
1493
"a very short time."
1495
"The number of outstanding connection requests Drizzle can have. This comes "
1496
"into play when the main Drizzle thread gets very many connection requests in "
1497
"a very short time."
1499
#: drizzled/drizzled.cc:2362
1502
"Size of tree cache used in bulk insert optimization. Note that this is a "
1505
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1508
#: drizzled/drizzled.cc:2368
1510
"The number of seconds the drizzled server is waiting for a connect packet "
1511
"before responding with 'Bad handshake'."
1513
"The number of seconds the drizzled server is waiting for a connect packet "
1514
"before responding with 'Bad handshake'."
1516
#: drizzled/drizzled.cc:2373
1518
"Precision of the result of '/' operator will be increased on that value."
1520
"Precision of the result of '/' operator will be increased on that value."
1522
#: drizzled/drizzled.cc:2379
1646
1523
msgid "The maximum length of the result of function group_concat."
1647
1524
msgstr "The maximum length of the result of function group_concat."
1649
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1526
#: drizzled/drizzled.cc:2384
1528
"The number of seconds the server waits for activity on an interactive "
1529
"connection before closing it."
1531
"The number of seconds the server waits for activity on an interactive "
1532
"connection before closing it."
1534
#: drizzled/drizzled.cc:2390
1650
1535
msgid "The size of the buffer that is used for full joins."
1651
1536
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
1538
#: drizzled/drizzled.cc:2396
1539
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1540
msgstr "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1542
#: drizzled/drizzled.cc:2401
1544
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1545
"this to get better index handling (for all reads and multiple writes) to as "
1546
"much as you can afford;"
1548
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1549
"this to get better index handling (for all reads and multiple writes) to as "
1550
"much as you can afford;"
1552
#: drizzled/drizzled.cc:2410
1554
"This characterizes the number of hits a hot block has to be untouched until "
1555
"it is considered aged enough to be downgraded to a warm block. This "
1556
"specifies the percentage ratio of that number of hits to the total number of "
1557
"blocks in key cache"
1559
"This characterises the number of hits a hot block has to be untouched until "
1560
"it is considered aged enough to be downgraded to a warm block. This "
1561
"specifies the percentage ratio of that number of hits to the total number of "
1562
"blocks in key cache"
1564
#: drizzled/drizzled.cc:2419
1565
msgid "The default size of key cache blocks"
1566
msgstr "The default size of key cache blocks"
1568
#: drizzled/drizzled.cc:2425
1569
msgid "The minimum percentage of warm blocks in key cache"
1570
msgstr "The minimum percentage of warm blocks in key cache"
1572
#: drizzled/drizzled.cc:2431
1660
1573
msgid "Max packetlength to send/receive from to server."
1661
1574
msgstr "Max packetlength to send/receive from to server."
1663
#: ../drizzled/drizzled.cc:1257
1576
#: drizzled/drizzled.cc:2436
1578
"If there is more than this number of interrupted connections from a host "
1579
"this host will be blocked from further connections."
1581
"If there is more than this number of interrupted connections from a host "
1582
"this host will be blocked from further connections."
1584
#: drizzled/drizzled.cc:2441
1664
1585
msgid "Max number of errors/warnings to store for a statement."
1665
1586
msgstr "Max number of errors/warnings to store for a statement."
1667
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1588
#: drizzled/drizzled.cc:2446
1668
1589
msgid "Don't allow creation of heap tables bigger than this."
1669
1590
msgstr "Don't allow creation of heap tables bigger than this."
1671
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1592
#: drizzled/drizzled.cc:2452
1673
1594
"Joins that are probably going to read more than max_join_size records return "
2659
2792
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2660
2793
"UNIQUE instead"
2662
#: ../drizzled/error.cc:345
2795
#: drizzled/error.cc:378
2663
2796
msgid "Result consisted of more than one row"
2664
2797
msgstr "Result consisted of more than one row"
2666
#: ../drizzled/error.cc:346
2799
#: drizzled/error.cc:380
2667
2800
msgid "This table type requires a primary key"
2668
2801
msgstr "This table type requires a primary key"
2670
#: ../drizzled/error.cc:347
2803
#: drizzled/error.cc:382
2805
msgid "This version of Drizzle is not compiled with RAID support"
2806
msgstr "This version of MySQL is not compiled with RAID support"
2808
#: drizzled/error.cc:384
2810
"You are using safe update mode and you tried to update a table without a "
2811
"WHERE that uses a KEY column"
2813
"You are using safe update mode and you tried to update a table without a "
2814
"WHERE that uses a KEY column"
2816
#: drizzled/error.cc:386
2672
2818
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2673
2819
msgstr "Key '%-.192s' doesn't exist in table '%-.192s'"
2675
#: ../drizzled/error.cc:348
2821
#: drizzled/error.cc:388
2676
2822
msgid "Can't open table"
2677
2823
msgstr "Can't open table"
2679
#: ../drizzled/error.cc:349
2825
#: drizzled/error.cc:390
2681
2827
msgid "The storage engine for the table doesn't support %s"
2682
2828
msgstr "The storage engine for the table doesn't support %s"
2684
#: ../drizzled/error.cc:350
2830
#: drizzled/error.cc:392
2831
msgid "You are not allowed to execute this command in a transaction"
2832
msgstr "You are not allowed to execute this command in a transaction"
2834
#: drizzled/error.cc:394
2686
2836
msgid "Got error %d during COMMIT"
2687
2837
msgstr "Got error %d during COMMIT"
2689
#: ../drizzled/error.cc:351
2839
#: drizzled/error.cc:396
2691
2841
msgid "Got error %d during ROLLBACK"
2692
2842
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
2844
#: drizzled/error.cc:398
2846
msgid "Got error %d during FLUSH_LOGS"
2847
msgstr "Got error %d during FLUSH_LOGS"
2849
#: drizzled/error.cc:400
2851
msgid "Got error %d during CHECKPOINT"
2852
msgstr "Got error %d during CHECKPOINT"
2854
#: drizzled/error.cc:402
2857
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2860
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
2863
#: drizzled/error.cc:404
2864
msgid "The storage engine for the table does not support binary table dump"
2865
msgstr "The storage engine for the table does not support binary table dump"
2867
#: drizzled/error.cc:406
2868
msgid "Binlog closed, cannot RESET MASTER"
2869
msgstr "Binlog closed, cannot RESET MASTER"
2871
#: drizzled/error.cc:408
2873
msgid "Failed rebuilding the index of dumped table '%-.192s'"
2874
msgstr "Failed rebuilding the index of dumped table '%-.192s'"
2876
#: drizzled/error.cc:410
2878
msgid "Error from master: '%-.64s'"
2879
msgstr "Error from master: '%-.64s'"
2881
#: drizzled/error.cc:412
2882
msgid "Net error reading from master"
2883
msgstr "Net error reading from master"
2885
#: drizzled/error.cc:414
2886
msgid "Net error writing to master"
2887
msgstr "Net error writing to master"
2889
#: drizzled/error.cc:416
2890
msgid "Can't find FULLTEXT index matching the column list"
2891
msgstr "Can't find FULLTEXT index matching the column list"
2893
#: drizzled/error.cc:418
2895
"Can't execute the given command because you have active locked tables or an "
2896
"active transaction"
2898
"Can't execute the given command because you have active locked tables or an "
2899
"active transaction"
2901
#: drizzled/error.cc:420
2717
2903
msgid "Unknown system variable '%-.64s'"
2718
2904
msgstr "Unknown system variable '%-.64s'"
2720
#: ../drizzled/error.cc:359
2906
#: drizzled/error.cc:422
2722
2908
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2723
2909
msgstr "Table '%-.192s' is marked as crashed and should be repaired"
2725
#: ../drizzled/error.cc:360
2911
#: drizzled/error.cc:424
2728
2914
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2730
2916
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2732
#: ../drizzled/error.cc:361
2918
#: drizzled/error.cc:426
2733
2919
msgid "Some non-transactional changed tables couldn't be rolled back"
2734
2920
msgstr "Some non-transactional changed tables couldn't be rolled back"
2736
#: ../drizzled/error.cc:362
2922
#: drizzled/error.cc:428
2924
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
2925
"of storage; increase this drizzled variable and try again"
2928
#: drizzled/error.cc:430
2930
"This operation cannot be performed with a running slave; run STOP SLAVE first"
2933
#: drizzled/error.cc:432
2935
"This operation requires a running slave; configure slave and do START SLAVE"
2938
#: drizzled/error.cc:434
2939
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
2942
#: drizzled/error.cc:436
2945
"Could not initialize master info structure; more error messages can be found "
2946
"in the Drizzle error log"
2948
"Could not initialise master info structure; more error messages can be found "
2949
"in the MySQL error log"
2951
#: drizzled/error.cc:438
2952
msgid "Could not create slave thread; check system resources"
2955
#: drizzled/error.cc:440
2958
"User %-.64s already has more than 'max_user_connections' active connections"
2961
#: drizzled/error.cc:442
2737
2962
msgid "You may only use constant expressions with SET"
2738
msgstr "You may only use constant expressions with SET"
2740
#: ../drizzled/error.cc:363
2965
#: drizzled/error.cc:444
2741
2966
msgid "Lock wait timeout exceeded; try restarting transaction"
2742
msgstr "Lock wait timeout exceeded; try restarting transaction"
2744
#: ../drizzled/error.cc:364
2969
#: drizzled/error.cc:446
2745
2970
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
2973
#: drizzled/error.cc:448
2749
2974
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
2977
#: drizzled/error.cc:450
2753
2978
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
2981
#: drizzled/error.cc:452
2982
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2985
#: drizzled/error.cc:454
2758
2987
msgid "Incorrect arguments to %s"
2759
msgstr "Incorrect arguments to %s"
2761
#: ../drizzled/error.cc:368
2990
#: drizzled/error.cc:456
2992
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2995
#: drizzled/error.cc:458
2997
"Incorrect table definition; all MERGE tables must be in the same database"
3000
#: drizzled/error.cc:460
2762
3001
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
3004
#: drizzled/error.cc:462
2766
3005
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
3008
#: drizzled/error.cc:464
2770
3009
msgid "Cannot add foreign key constraint"
2771
msgstr "Cannot add foreign key constraint"
2773
#: ../drizzled/error.cc:371
3012
#: drizzled/error.cc:466
2774
3013
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
3016
#: drizzled/error.cc:468
2778
3017
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
3020
#: drizzled/error.cc:470
3022
msgid "Error connecting to master: %-.128s"
3025
#: drizzled/error.cc:472
3027
msgid "Error running query on master: %-.128s"
3030
#: drizzled/error.cc:474
3032
msgid "Error when executing command %s: %-.128s"
3035
#: drizzled/error.cc:476
2783
3037
msgid "Incorrect usage of %s and %s"
2784
msgstr "Incorrect usage of %s and %s"
2786
#: ../drizzled/error.cc:374
3040
#: drizzled/error.cc:478
2787
3041
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
3044
#: drizzled/error.cc:480
2791
3045
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
3048
#: drizzled/error.cc:482
3049
msgid "Mixing of transactional and non-transactional tables is disabled"
3052
#: drizzled/error.cc:484
3054
msgid "Option '%s' used twice in statement"
3057
#: drizzled/error.cc:486
3059
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3062
#: drizzled/error.cc:488
3064
msgid "Access denied; you need the %-.128s privilege for this operation"
3067
#: drizzled/error.cc:490
3070
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3073
#: drizzled/error.cc:492
3076
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3079
#: drizzled/error.cc:494
2810
3081
msgid "Variable '%-.64s' doesn't have a default value"
2811
msgstr "Variable '%-.64s' doesn't have a default value"
2813
#: ../drizzled/error.cc:379
3084
#: drizzled/error.cc:496
2815
3086
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
3089
#: drizzled/error.cc:498
2820
3091
msgid "Incorrect argument type to variable '%-.64s'"
2821
msgstr "Incorrect argument type to variable '%-.64s'"
2823
#: ../drizzled/error.cc:381
3094
#: drizzled/error.cc:500
2825
3096
msgid "Variable '%-.64s' can only be set, not read"
2826
msgstr "Variable '%-.64s' can only be set, not read"
2828
#: ../drizzled/error.cc:382
3099
#: drizzled/error.cc:502
2830
3101
msgid "Incorrect usage/placement of '%s'"
2831
msgstr "Incorrect usage/placement of '%s'"
2833
#: ../drizzled/error.cc:383
3104
#: drizzled/error.cc:504
2835
3106
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
3107
msgstr "The storage engine for the table doesn't support %s"
3109
#: drizzled/error.cc:506
3112
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3115
#: drizzled/error.cc:508
3116
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3119
#: drizzled/error.cc:510
2840
3121
msgid "Variable '%-.192s' is a %s variable"
2841
msgstr "Variable '%-.192s' is a %s variable"
2843
#: ../drizzled/error.cc:385
3124
#: drizzled/error.cc:512
2845
3126
msgid "Incorrect foreign key definition for '%-.192s': %s"
2846
msgstr "Incorrect foreign key definition for '%-.192s': %s"
2848
#: ../drizzled/error.cc:386
3129
#: drizzled/error.cc:514
2849
3130
msgid "Key reference and table reference don't match"
2850
msgstr "Key reference and table reference don't match"
2852
#: ../drizzled/error.cc:387
3133
#: drizzled/error.cc:516
2854
3135
msgid "Operand should contain %d column(s)"
2855
msgstr "Operand should contain %d column(s)"
2857
#: ../drizzled/error.cc:388
3138
#: drizzled/error.cc:518
2858
3139
msgid "Subquery returns more than 1 row"
2859
msgstr "Subquery returns more than 1 row"
2861
#: ../drizzled/error.cc:389
3142
#: drizzled/error.cc:520
3144
msgid "Unknown prepared statement handler (%.*s) given to %s"
3147
#: drizzled/error.cc:522
3148
msgid "Help database is corrupt or does not exist"
3151
#: drizzled/error.cc:524
3152
msgid "Cyclic reference on subqueries"
3155
#: drizzled/error.cc:526
2863
3157
msgid "Converting column '%s' from %s to %s"
2864
msgstr "Converting column '%s' from %s to %s"
2866
#: ../drizzled/error.cc:390
3160
#: drizzled/error.cc:528
2868
3162
msgid "Reference '%-.64s' not supported (%s)"
2869
msgstr "Reference '%-.64s' not supported (%s)"
2871
#: ../drizzled/error.cc:391
3165
#: drizzled/error.cc:530
2872
3166
msgid "Every derived table must have its own alias"
2873
msgstr "Every derived table must have its own alias"
2875
#: ../drizzled/error.cc:392
3169
#: drizzled/error.cc:532
2877
3171
msgid "Select %u was reduced during optimization"
2878
msgstr "Select %u was reduced during optimization"
2880
#: ../drizzled/error.cc:393
3174
#: drizzled/error.cc:534
2882
3176
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
3179
#: drizzled/error.cc:536
3181
"Client does not support authentication protocol requested by server; "
3182
"consider upgrading Drizzle client"
3185
#: drizzled/error.cc:538
2886
3186
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
3189
#: drizzled/error.cc:540
2891
3191
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
3194
#: drizzled/error.cc:542
3195
msgid "Slave is already running"
3198
#: drizzled/error.cc:544
3199
msgid "Slave already has been stopped"
3202
#: 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."
3205
"Uncompressed data size too large; the maximum size is %d (probably, length "
3206
"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
3209
#: drizzled/error.cc:548
2904
3210
msgid "ZLIB: Not enough memory"
2905
msgstr "ZLIB: Not enough memory"
2907
#: ../drizzled/error.cc:398
3213
#: drizzled/error.cc:550
2909
3215
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2910
3216
"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
3219
#: drizzled/error.cc:552
2916
3220
msgid "ZLIB: Input data corrupted"
2917
msgstr "ZLIB: Input data corrupted"
2919
#: ../drizzled/error.cc:400
3223
#: drizzled/error.cc:554
2921
3225
msgid "%d line(s) were cut by GROUP_CONCAT()"
2922
msgstr "%d line(s) were cut by GROUP_CONCAT()"
2924
#: ../drizzled/error.cc:401
3228
#: drizzled/error.cc:556
2926
3230
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
3233
#: drizzled/error.cc:558
3236
"Row %ld was truncated; it contained more data than there were input columns"
3239
#: drizzled/error.cc:560
3242
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3245
#: drizzled/error.cc:562
2945
3247
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
3250
#: drizzled/error.cc:564
2950
3252
msgid "Data truncated for column '%s' at row %ld"
2951
msgstr "Data truncated for column '%s' at row %ld"
2953
#: ../drizzled/error.cc:406
3255
#: drizzled/error.cc:566
3257
msgid "Using storage engine %s for table '%s'"
3260
#: drizzled/error.cc:568
2955
3262
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
3265
#: drizzled/error.cc:570
3266
msgid "Cannot drop one or more of the requested users"
3269
#: drizzled/error.cc:572
3270
msgid "Can't revoke all privileges for one or more of the requested users"
3273
#: drizzled/error.cc:574
2960
3275
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
3278
#: drizzled/error.cc:576
2965
3280
msgid "Illegal mix of collations for operation '%s'"
2966
msgstr "Illegal mix of collations for operation '%s'"
2968
#: ../drizzled/error.cc:409
3283
#: drizzled/error.cc:578
2971
3286
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2972
3287
"variable_name)"
2974
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2977
#: ../drizzled/error.cc:410
3290
#: drizzled/error.cc:580
2979
3292
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
3295
#: drizzled/error.cc:582
3297
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3298
"compiled without SSL support; they can be used later if Drizzle slave with "
3302
#: drizzled/error.cc:584
3305
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3306
"old format; please change the password to the new format"
3309
#: drizzled/error.cc:586
3312
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3316
#: drizzled/error.cc:588
3317
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3320
#: drizzled/error.cc:590
3322
"It is recommended to use --skip-slave-start when doing step-by-step "
3323
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3324
"get an unexpected slave's drizzled restart"
3327
#: drizzled/error.cc:592
3328
msgid "SQL thread is not to be started so UNTIL options are ignored"
3331
#: drizzled/error.cc:594
2993
3333
msgid "Incorrect index name '%-.100s'"
2994
msgstr "Incorrect index name '%-.100s'"
2996
#: ../drizzled/error.cc:413
3336
#: drizzled/error.cc:596
2998
3338
msgid "Incorrect catalog name '%-.100s'"
2999
3339
msgstr "Incorrect catalogue name '%-.100s'"
3001
#: ../drizzled/error.cc:414
3341
#: drizzled/error.cc:598
3343
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3346
#: drizzled/error.cc:600
3003
3348
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3004
msgstr "Column '%-.192s' cannot be part of FULLTEXT index"
3006
#: ../drizzled/error.cc:415
3351
#: drizzled/error.cc:602
3353
msgid "Unknown key cache '%-.100s'"
3356
#: drizzled/error.cc:604
3358
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3359
"this switch for this grant to work"
3362
#: drizzled/error.cc:606
3008
3364
msgid "Unknown table engine '%s'"
3009
msgstr "Unknown table engine '%s'"
3011
#: ../drizzled/error.cc:416
3367
#: drizzled/error.cc:608
3369
msgid "'%s' is deprecated; use '%s' instead"
3372
#: drizzled/error.cc:610
3013
3374
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
3377
#: drizzled/error.cc:612
3380
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3384
#: drizzled/error.cc:614
3387
"The Drizzle server is running with the %s option so it cannot execute this "
3391
#: drizzled/error.cc:616
3036
3393
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3037
msgstr "Column '%-.100s' has duplicated value '%-.64s' in %s"
3039
#: ../drizzled/error.cc:420
3396
#: drizzled/error.cc:618
3041
3398
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3042
msgstr "Truncated incorrect %-.32s value: '%-.128s'"
3044
#: ../drizzled/error.cc:421
3401
#: drizzled/error.cc:620
3046
3403
"Incorrect table definition; there can be only one TIMESTAMP column with "
3047
3404
"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
3407
#: drizzled/error.cc:622
3054
3409
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3055
msgstr "Invalid ON UPDATE clause for '%-.192s' column"
3057
#: ../drizzled/error.cc:423
3412
#: drizzled/error.cc:624
3413
msgid "This command is not supported in the prepared statement protocol yet"
3416
#: drizzled/error.cc:626
3059
3418
msgid "Got error %d '%-.100s' from %s"
3060
msgstr "Got error %d '%-.100s' from %s"
3062
#: ../drizzled/error.cc:424
3421
#: drizzled/error.cc:628
3064
3423
msgid "Got temporary error %d '%-.100s' from %s"
3065
msgstr "Got temporary error %d '%-.100s' from %s"
3067
#: ../drizzled/error.cc:425
3426
#: drizzled/error.cc:630
3069
3428
msgid "Unknown or incorrect time zone: '%-.64s'"
3070
msgstr "Unknown or incorrect time zone: '%-.64s'"
3072
#: ../drizzled/error.cc:426
3431
#: drizzled/error.cc:632
3433
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3436
#: drizzled/error.cc:634
3074
3438
msgid "Invalid %s character string: '%.64s'"
3075
msgstr "Invalid %s character string: '%.64s'"
3077
#: ../drizzled/error.cc:427
3441
#: drizzled/error.cc:636
3079
3443
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
3446
#: drizzled/error.cc:638
3448
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3451
#: drizzled/error.cc:640
3453
msgid "Can't create a %s from within another stored routine"
3456
#: drizzled/error.cc:642
3458
msgid "%s %s already exists"
3461
#: drizzled/error.cc:644
3084
3463
msgid "%s %s does not exist"
3085
msgstr "%s %s does not exist"
3087
#: ../drizzled/error.cc:429
3466
#: drizzled/error.cc:646
3468
msgid "Failed to DROP %s %s"
3471
#: drizzled/error.cc:648
3473
msgid "Failed to CREATE %s %s"
3476
#: drizzled/error.cc:650
3478
msgid "%s with no matching label: %s"
3481
#: drizzled/error.cc:652
3483
msgid "Redefining label %s"
3486
#: drizzled/error.cc:654
3488
msgid "End-label %s without match"
3491
#: drizzled/error.cc:656
3493
msgid "Referring to uninitialized variable %s"
3494
msgstr "Referring to uninitialised variable %s"
3496
#: drizzled/error.cc:658
3498
msgid "PROCEDURE %s can't return a result set in the given context"
3501
#: drizzled/error.cc:660
3502
msgid "RETURN is only allowed in a FUNCTION"
3505
#: drizzled/error.cc:662
3507
msgid "%s is not allowed in stored procedures"
3510
#: drizzled/error.cc:664
3512
"The update log is deprecated and replaced by the binary log; SET "
3513
"SQL_LOG_UPDATE has been ignored"
3516
#: drizzled/error.cc:666
3518
"The update log is deprecated and replaced by the binary log; SET "
3519
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3522
#: drizzled/error.cc:668
3088
3523
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
3526
#: drizzled/error.cc:670
3528
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3531
#: drizzled/error.cc:672
3533
msgid "Undefined CONDITION: %s"
3536
#: drizzled/error.cc:674
3538
msgid "No RETURN found in FUNCTION %s"
3541
#: drizzled/error.cc:676
3543
msgid "FUNCTION %s ended without RETURN"
3546
#: drizzled/error.cc:678
3547
msgid "Cursor statement must be a SELECT"
3550
#: drizzled/error.cc:680
3551
msgid "Cursor SELECT must not have INTO"
3554
#: drizzled/error.cc:682
3556
msgid "Undefined CURSOR: %s"
3559
#: drizzled/error.cc:684
3560
msgid "Cursor is already open"
3563
#: drizzled/error.cc:686
3564
msgid "Cursor is not open"
3567
#: drizzled/error.cc:688
3569
msgid "Undeclared variable: %s"
3572
#: drizzled/error.cc:690
3573
msgid "Incorrect number of FETCH variables"
3576
#: drizzled/error.cc:692
3577
msgid "No data - zero rows fetched, selected, or processed"
3580
#: drizzled/error.cc:694
3582
msgid "Duplicate parameter: %s"
3585
#: drizzled/error.cc:696
3587
msgid "Duplicate variable: %s"
3590
#: drizzled/error.cc:698
3592
msgid "Duplicate condition: %s"
3595
#: drizzled/error.cc:700
3597
msgid "Duplicate cursor: %s"
3600
#: drizzled/error.cc:702
3602
msgid "Failed to ALTER %s %s"
3605
#: drizzled/error.cc:704
3606
msgid "Subquery value not supported"
3609
#: drizzled/error.cc:706
3611
msgid "%s is not allowed in stored function or trigger"
3614
#: drizzled/error.cc:708
3615
msgid "Variable or condition declaration after cursor or handler declaration"
3618
#: drizzled/error.cc:710
3619
msgid "Cursor declaration after handler declaration"
3622
#: drizzled/error.cc:712
3623
msgid "Case not found for CASE statement"
3626
#: drizzled/error.cc:714
3628
msgid "Configuration file '%-.192s' is too big"
3631
#: drizzled/error.cc:716
3633
msgid "Malformed file type header in file '%-.192s'"
3636
#: drizzled/error.cc:718
3638
msgid "Unexpected end of file while parsing comment '%-.200s'"
3641
#: drizzled/error.cc:720
3643
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3646
#: drizzled/error.cc:722
3648
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3651
#: drizzled/error.cc:724
3652
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3655
#: drizzled/error.cc:726
3657
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3660
#: drizzled/error.cc:728
3662
msgid "'%-.192s.%-.192s' is not %s"
3665
#: drizzled/error.cc:730
3667
msgid "Column '%-.192s' is not updatable"
3670
#: drizzled/error.cc:732
3671
msgid "View's SELECT contains a subquery in the FROM clause"
3674
#: drizzled/error.cc:734
3676
msgid "View's SELECT contains a '%s' clause"
3679
#: drizzled/error.cc:736
3680
msgid "View's SELECT contains a variable or parameter"
3683
#: drizzled/error.cc:738
3685
msgid "View's SELECT refers to a temporary table '%-.192s'"
3688
#: drizzled/error.cc:740
3689
msgid "View's SELECT and view's field list have different column counts"
3692
#: drizzled/error.cc:742
3694
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
3697
#: drizzled/error.cc:744
3698
msgid "View being updated does not have complete key of underlying table in it"
3701
#: drizzled/error.cc:746
3704
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3705
"(s) or definer/invoker of view lack rights to use them"
3708
#: drizzled/error.cc:748
3710
msgid "Can't drop or alter a %s from within another stored routine"
3713
#: drizzled/error.cc:750
3714
msgid "GOTO is not allowed in a stored procedure handler"
3717
#: drizzled/error.cc:752
3718
msgid "Trigger already exists"
3721
#: drizzled/error.cc:754
3722
msgid "Trigger does not exist"
3725
#: drizzled/error.cc:756
3727
msgid "Trigger's '%-.192s' is view or temporary table"
3730
#: drizzled/error.cc:758
3732
msgid "Updating of %s row is not allowed in %strigger"
3735
#: drizzled/error.cc:760
3737
msgid "There is no %s row in %s trigger"
3740
#: drizzled/error.cc:762
3102
3742
msgid "Field '%-.192s' doesn't have a default value"
3103
msgstr "Field '%-.192s' doesn't have a default value"
3105
#: ../drizzled/error.cc:432
3745
#: drizzled/error.cc:764
3106
3746
msgid "Division by 0"
3107
msgstr "Division by 0"
3109
#: ../drizzled/error.cc:433
3749
#: drizzled/error.cc:766
3111
3751
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
3754
#: drizzled/error.cc:768
3116
3756
msgid "Illegal %s '%-.192s' value found during parsing"
3117
msgstr "Illegal %s '%-.192s' value found during parsing"
3119
#: ../drizzled/error.cc:435
3759
#: drizzled/error.cc:770
3761
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
3764
#: drizzled/error.cc:772
3766
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
3769
#: drizzled/error.cc:774
3771
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
3774
#: drizzled/error.cc:776
3776
msgid "Failed purging old relay logs: %s"
3779
#: drizzled/error.cc:778
3781
msgid "Password hash should be a %d-digit hexadecimal number"
3784
#: drizzled/error.cc:780
3785
msgid "Target log not found in binlog index"
3788
#: drizzled/error.cc:782
3789
msgid "I/O error reading log index file"
3792
#: drizzled/error.cc:784
3793
msgid "Server configuration does not permit binlog purge"
3796
#: drizzled/error.cc:786
3797
msgid "Failed on fseek()"
3800
#: drizzled/error.cc:788
3801
msgid "Fatal error during log purge"
3804
#: drizzled/error.cc:790
3805
msgid "A purgeable log is in use, will not purge"
3808
#: drizzled/error.cc:792
3809
msgid "Unknown error during log purge"
3812
#: drizzled/error.cc:794
3814
msgid "Failed initializing relay log position: %s"
3815
msgstr "Failed initialising relay log position: %s"
3817
#: drizzled/error.cc:796
3818
msgid "You are not using binary logging"
3821
#: drizzled/error.cc:798
3824
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
3827
#: drizzled/error.cc:800
3828
msgid "WSAStartup Failed"
3831
#: drizzled/error.cc:802
3832
msgid "Can't handle procedures with different groups yet"
3835
#: drizzled/error.cc:804
3836
msgid "Select must have a group with this procedure"
3839
#: drizzled/error.cc:806
3840
msgid "Can't use ORDER clause with this procedure"
3843
#: drizzled/error.cc:808
3845
msgid "Binary logging and replication forbid changing the global server %s"
3848
#: drizzled/error.cc:810
3850
msgid "Can't map file: %-.200s, errno: %d"
3853
#: drizzled/error.cc:812
3855
msgid "Wrong magic in %-.64s"
3858
#: drizzled/error.cc:814
3859
msgid "Prepared statement contains too many placeholders"
3862
#: drizzled/error.cc:816
3121
3864
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
3867
#: drizzled/error.cc:818
3868
msgid "View text checksum failed"
3871
#: drizzled/error.cc:820
3874
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
3877
#: drizzled/error.cc:822
3879
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
3882
#: drizzled/error.cc:824
3884
msgid "Can not delete from join view '%-.192s.%-.192s'"
3887
#: drizzled/error.cc:826
3889
msgid "Operation %s failed for %.256s"
3892
#: drizzled/error.cc:828
3893
msgid "XAER_NOTA: Unknown XID"
3896
#: drizzled/error.cc:830
3897
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
3900
#: drizzled/error.cc:832
3903
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3907
#: drizzled/error.cc:834
3908
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
3911
#: drizzled/error.cc:836
3913
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
3917
#: drizzled/error.cc:838
3918
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
3921
#: drizzled/error.cc:840
3924
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
3928
#: drizzled/error.cc:842
3929
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
3932
#: drizzled/error.cc:844
3933
msgid "Failed to revoke all privileges to dropped routine"
3936
#: drizzled/error.cc:846
3135
3938
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
3941
#: drizzled/error.cc:848
3943
msgid "Bad SQLSTATE: '%s'"
3946
#: drizzled/error.cc:850
3141
3949
"%s: ready for connections.\n"
3142
"Version: '%s' %s\n"
3950
"Version: '%s' socket: '%s' port: %d %s"
3144
"%s: ready for connections.\n"
3145
"Version: '%s' %s\n"
3147
#: ../drizzled/error.cc:439
3953
#: drizzled/error.cc:852
3148
3954
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
3957
#: drizzled/error.cc:854
3958
msgid "You are not allowed to create a user with GRANT"
3961
#: drizzled/error.cc:856
3153
3963
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3154
msgstr "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3156
#: ../drizzled/error.cc:441
3966
#: drizzled/error.cc:858
3157
3967
msgid "Table definition has changed, please retry transaction"
3158
msgstr "Table definition has changed, please retry transaction"
3160
#: ../drizzled/error.cc:442
3970
#: drizzled/error.cc:860
3971
msgid "Duplicate handler declared in the same block"
3974
#: drizzled/error.cc:862
3977
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
3978
"variable in BEFORE trigger"
3981
#: drizzled/error.cc:864
3162
3983
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
3986
#: drizzled/error.cc:866
3166
3987
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
3990
#: drizzled/error.cc:868
3992
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
3993
"declaration and binary logging is enabled; if non-transactional tables were "
3994
"updated, the binary log will miss their changes"
3997
#: drizzled/error.cc:870
3999
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4000
"declaration and binary logging is enabled (you *might* want to use the less "
4001
"safe log_bin_trust_function_creators variable)"
4004
#: drizzled/error.cc:872
4006
"You do not have the SUPER privilege and binary logging is enabled (you "
4007
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4010
#: drizzled/error.cc:874
4012
"You can't execute a prepared statement which has an open cursor associated "
4013
"with it. Reset the statement to re-execute it."
4016
#: drizzled/error.cc:876
4018
msgid "The statement (%lu) has no open cursor."
4021
#: drizzled/error.cc:878
4023
"Explicit or implicit commit is not allowed in stored function or trigger."
4026
#: drizzled/error.cc:880
4029
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4032
#: drizzled/error.cc:882
4033
msgid "Recursive stored functions and triggers are not allowed."
4036
#: drizzled/error.cc:884
3177
4038
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
4041
#: drizzled/error.cc:886
3182
4043
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
4046
#: drizzled/error.cc:888
4049
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4053
#: drizzled/error.cc:890
4055
"You can't combine write-locking of system tables with other tables or lock "
4059
#: drizzled/error.cc:892
4061
msgid "Unable to connect to foreign data source: %.64s"
4064
#: drizzled/error.cc:894
4067
"There was a problem processing the query on the foreign data source. Data "
4068
"source error: %-.64s"
4071
#: drizzled/error.cc:896
4074
"The foreign data source you are trying to reference does not exist. Data "
4075
"source error: %-.64s"
4078
#: drizzled/error.cc:898
4081
"Can't create federated table. The data source connection string '%-.64s' is "
4082
"not in the correct format"
4085
#: drizzled/error.cc:900
4087
msgid "The data source connection string '%-.64s' is not in the correct format"
4090
#: drizzled/error.cc:902
4092
msgid "Can't create federated table. Foreign data src error: %-.64s"
4095
#: drizzled/error.cc:904
3195
4096
msgid "Trigger in wrong schema"
3196
msgstr "Trigger in wrong schema"
3198
#: ../drizzled/error.cc:449
4099
#: drizzled/error.cc:906
3201
4102
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
3202
4103
"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
4105
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
4106
"thread_stack=#' to specify a bigger stack if needed"
4108
#: drizzled/error.cc:908
4110
msgid "Routine body for '%-.100s' is too long"
4113
#: drizzled/error.cc:910
4114
msgid "Cannot drop default keycache"
4117
#: drizzled/error.cc:912
3209
4119
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
4122
#: drizzled/error.cc:914
4123
msgid "XAER_DUPID: The XID already exists"
4126
#: drizzled/error.cc:916
3214
4128
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
4131
#: drizzled/error.cc:918
4134
"Can't update table '%-.192s' in stored function/trigger because it is "
4135
"already used by statement which invoked this stored function/trigger."
4138
#: drizzled/error.cc:920
4141
"The definition of table '%-.192s' prevents operation %.192s on table "
4145
#: drizzled/error.cc:922
4147
"The prepared statement contains a stored routine call that refers to that "
4148
"same statement. It's not allowed to execute a prepared statement in such a "
4152
#: drizzled/error.cc:924
4153
msgid "Not allowed to set autocommit from a stored function or trigger"
4156
#: drizzled/error.cc:926
4157
msgid "Definer is not fully qualified"
4160
#: drizzled/error.cc:928
4163
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4164
"Current user is used as definer. Please recreate the view!"
4167
#: drizzled/error.cc:930
4170
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4174
#: drizzled/error.cc:932
4176
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4179
#: drizzled/error.cc:934
4181
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4184
#: drizzled/error.cc:936
4187
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4190
#: drizzled/error.cc:938
4193
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4196
#: drizzled/error.cc:940
4198
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4201
#: drizzled/error.cc:942
4204
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4205
"activated under the authorization of the invoker, which may have "
4206
"insufficient privileges. Please recreate the trigger."
4208
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4209
"activated under the authorisation of the invoker, which may have "
4210
"insufficient privileges. Please recreate the trigger."
4212
#: drizzled/error.cc:944
4214
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4217
#: drizzled/error.cc:946
4220
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4221
"exceeded for routine %.192s"
4224
#: drizzled/error.cc:948
4227
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4228
"or contains bad data (internal code %d)"
4231
#: drizzled/error.cc:950
4233
msgid "Incorrect routine name '%-.192s'"
4236
#: drizzled/error.cc:952
3237
4238
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
4241
#: drizzled/error.cc:954
4242
msgid "AGGREGATE is not supported for stored functions"
4245
#: drizzled/error.cc:956
4248
"Can't create more than max_prepared_stmt_count statements (current value: %"
4252
#: drizzled/error.cc:958
4254
msgid "`%-.192s`.`%-.192s` contains view recursion"
4257
#: drizzled/error.cc:960
3242
4259
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
4262
#: drizzled/error.cc:962
3246
4263
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
4266
#: drizzled/error.cc:964
4267
msgid "Triggers can not be created on system tables"
4270
#: drizzled/error.cc:966
3251
4272
msgid "Leading spaces are removed from name '%s'"
3252
msgstr "Leading spaces are removed from name '%s'"
3254
#: ../drizzled/error.cc:459
4275
#: drizzled/error.cc:968
3255
4276
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
4279
#: drizzled/error.cc:970
4283
#: drizzled/error.cc:972
4287
#: drizzled/error.cc:974
3260
4289
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
4292
#: drizzled/error.cc:976
4294
msgid "The target table %-.100s of the %s is not insertable-into"
4297
#: drizzled/error.cc:978
4300
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4303
#: drizzled/error.cc:980
3264
4304
msgid "Too high level of nesting for select"
3265
msgstr "Too high level of nesting for select"
3267
#: ../drizzled/error.cc:462
4307
#: drizzled/error.cc:982
3269
4309
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
4312
#: drizzled/error.cc:984
4314
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4315
"optional and non-empty FIELDS ENCLOSED BY"
4318
#: drizzled/error.cc:986
4320
msgid "The foreign server, %s, you are trying to create already exists."
4323
#: drizzled/error.cc:988
4326
"The foreign server name you are trying to reference does not exist. Data "
4327
"source error: %-.64s"
4330
#: drizzled/error.cc:990
4333
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4336
#: drizzled/error.cc:992
4339
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4343
#: drizzled/error.cc:994
4345
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4348
#: drizzled/error.cc:996
4349
msgid "MAXVALUE can only be used in last partition definition"
4352
#: drizzled/error.cc:998
4353
msgid "Subpartitions can only be hash partitions and by key"
4356
#: drizzled/error.cc:1000
4357
msgid "Must define subpartitions on all partitions if on one partition"
4360
#: drizzled/error.cc:1002
4361
msgid "Wrong number of partitions defined, mismatch with previous setting"
4364
#: drizzled/error.cc:1004
4365
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4368
#: drizzled/error.cc:1006
4369
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4372
#: drizzled/error.cc:1008
4373
msgid "Expression in RANGE/LIST VALUES must be constant"
4376
#: drizzled/error.cc:1010
4377
msgid "Field in list of fields for partition function not found in table"
4380
#: drizzled/error.cc:1012
4381
msgid "List of fields is only allowed in KEY partitions"
4384
#: drizzled/error.cc:1014
4386
"The partition info in the frm file is not consistent with what can be "
4387
"written into the frm file"
4390
#: drizzled/error.cc:1016
4392
msgid "The %-.192s function returns the wrong type"
4395
#: drizzled/error.cc:1018
4397
msgid "For %-.64s partitions each partition must be defined"
4400
#: drizzled/error.cc:1020
4401
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4404
#: drizzled/error.cc:1022
4405
msgid "VALUES value must be of same type as partition function"
4408
#: drizzled/error.cc:1024
4409
msgid "Multiple definition of same constant in list partitioning"
4412
#: drizzled/error.cc:1026
4413
msgid "Partitioning can not be used stand-alone in query"
4416
#: drizzled/error.cc:1028
4418
"The mix of handlers in the partitions is not allowed in this version of "
4422
#: drizzled/error.cc:1030
4424
msgid "For the partitioned engine it is necessary to define all %-.64s"
4427
#: drizzled/error.cc:1032
4428
msgid "Too many partitions (including subpartitions) were defined"
4431
#: drizzled/error.cc:1034
4433
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4434
"partitioning for subpartitioning"
4437
#: drizzled/error.cc:1036
4438
msgid "Failed to create specific handler file"
4441
#: drizzled/error.cc:1038
4442
msgid "A BLOB field is not allowed in partition function"
4445
#: drizzled/error.cc:1040
4447
msgid "A %-.192s must include all columns in the table's partitioning function"
4450
#: drizzled/error.cc:1042
4452
msgid "Number of %-.64s = 0 is not an allowed value"
4455
#: drizzled/error.cc:1044
4456
msgid "Partition management on a not partitioned table is not possible"
4459
#: drizzled/error.cc:1046
4461
"Foreign key condition is not yet supported in conjunction with partitioning"
4464
#: drizzled/error.cc:1048
4466
msgid "Error in list of partitions to %-.64s"
4469
#: drizzled/error.cc:1050
4470
msgid "Cannot remove all partitions, use DROP TABLE instead"
4473
#: drizzled/error.cc:1052
4474
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4477
#: drizzled/error.cc:1054
4479
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4483
#: drizzled/error.cc:1056
4485
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4486
"tables using HASH PARTITIONs"
4489
#: drizzled/error.cc:1058
4491
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4494
#: drizzled/error.cc:1060
4495
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4498
#: drizzled/error.cc:1062
4499
msgid "At least one partition must be added"
4502
#: drizzled/error.cc:1064
4503
msgid "At least one partition must be coalesced"
4506
#: drizzled/error.cc:1066
4507
msgid "More partitions to reorganize than there are partitions"
4510
#: drizzled/error.cc:1068
4512
msgid "Duplicate partition name %-.192s"
4515
#: drizzled/error.cc:1070
4516
msgid "It is not allowed to shut off binlog on this command"
4519
#: drizzled/error.cc:1072
4520
msgid "When reorganizing a set of partitions they must be in consecutive order"
4523
#: drizzled/error.cc:1074
4525
"Reorganize of range partitions cannot change total ranges except for last "
4526
"partition where it can extend the range"
4529
#: drizzled/error.cc:1076
4530
msgid "Partition function not supported in this version for this handler"
4533
#: drizzled/error.cc:1078
4534
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4537
#: drizzled/error.cc:1080
4539
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4542
#: drizzled/error.cc:1082
4544
msgid "Plugin '%-.192s' is not loaded"
4547
#: drizzled/error.cc:1084
3294
4549
msgid "Incorrect %-.32s value: '%-.128s'"
3295
msgstr "Incorrect %-.32s value: '%-.128s'"
3297
#: ../drizzled/error.cc:467
4552
#: drizzled/error.cc:1086
3299
4554
msgid "Table has no partition for value %-.64s"
3300
msgstr "Table has no partition for value %-.64s"
3302
#: ../drizzled/error.cc:468
4557
#: drizzled/error.cc:1088
4559
msgid "It is not allowed to specify %s more than once"
4562
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4564
msgid "Failed to create %s"
4567
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4569
msgid "Failed to drop %s"
4572
#: drizzled/error.cc:1094
4573
msgid "The handler doesn't support autoextend of tablespaces"
4576
#: drizzled/error.cc:1096
4578
"A size parameter was incorrectly specified, either number or on the form 10M"
4581
#: drizzled/error.cc:1098
4583
"The size number was correct but we don't allow the digit part to be more "
4587
#: drizzled/error.cc:1100
4589
msgid "Failed to alter: %s"
4592
#: drizzled/error.cc:1102
3303
4593
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
4596
#: drizzled/error.cc:1104
4598
msgid "Table definition on master and slave does not match: %s"
4601
#: drizzled/error.cc:1106
4603
"Slave running with --log-slave-updates must use row-based binary logging to "
4604
"be able to replicate row-based binary log events"
4607
#: drizzled/error.cc:1108
4609
msgid "Event '%-.192s' already exists"
4612
#: drizzled/error.cc:1110
4614
msgid "Failed to store event %s. Error code %d from storage engine."
4617
#: drizzled/error.cc:1112
4619
msgid "Unknown event '%-.192s'"
4622
#: drizzled/error.cc:1114
4624
msgid "Failed to alter event '%-.192s'"
4627
#: drizzled/error.cc:1118
4628
msgid "INTERVAL is either not positive or too big"
4631
#: drizzled/error.cc:1120
4632
msgid "ENDS is either invalid or before STARTS"
4635
#: drizzled/error.cc:1122
4636
msgid "Event execution time is in the past. Event has been disabled"
4639
#: drizzled/error.cc:1124
4640
msgid "Failed to open drizzle.event"
4643
#: drizzled/error.cc:1126
4644
msgid "No datetime expression provided"
4647
#: drizzled/error.cc:1128
4650
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4651
"probably corrupted"
4654
#: drizzled/error.cc:1130
4656
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4659
#: drizzled/error.cc:1132
4660
msgid "Failed to delete the event from drizzle.event"
4663
#: drizzled/error.cc:1134
4664
msgid "Error during compilation of event's body"
4667
#: drizzled/error.cc:1136
4668
msgid "Same old and new event name"
4671
#: drizzled/error.cc:1138
4673
msgid "Data for column '%s' too long"
4676
#: drizzled/error.cc:1140
3308
4678
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
4681
#: drizzled/error.cc:1142
4684
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
4688
#: drizzled/error.cc:1144
4689
msgid "You can't write-lock a log table. Only read access is possible"
4692
#: drizzled/error.cc:1146
4693
msgid "You can't use locks with log tables."
4696
#: drizzled/error.cc:1148
4699
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
4700
"d would lead to a duplicate entry"
4703
#: drizzled/error.cc:1150
4706
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
4707
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
4710
#: drizzled/error.cc:1152
4712
"Cannot switch out of the row-based binary log format when the session has "
4713
"open temporary tables"
4716
#: drizzled/error.cc:1154
4718
"Cannot change the binary logging format inside a stored function or trigger"
4721
#: drizzled/error.cc:1156
4723
"The NDB cluster engine does not support changing the binlog format on the "
4727
#: drizzled/error.cc:1158
4728
msgid "Cannot create temporary table with partitions"
4731
#: drizzled/error.cc:1160
4732
msgid "Partition constant is out of partition function domain"
4735
#: drizzled/error.cc:1162
4736
msgid "This partition function is not allowed"
4739
#: drizzled/error.cc:1164
4740
msgid "Error in DDL log"
4743
#: drizzled/error.cc:1166
4744
msgid "Not allowed to use NULL value in VALUES LESS THAN"
4747
#: drizzled/error.cc:1168
4748
msgid "Incorrect partition name"
4751
#: drizzled/error.cc:1170
4753
"Transaction isolation level can't be changed while a transaction is in "
4757
#: drizzled/error.cc:1172
4760
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
4761
"'%-.192s' for key '%-.192s'"
4764
#: drizzled/error.cc:1174
4766
msgid "Internal scheduler error %d"
4769
#: drizzled/error.cc:1176
4771
msgid "Error during starting/stopping of the scheduler. Error code %u"
4774
#: drizzled/error.cc:1178
4775
msgid "Engine cannot be used in partitioned tables"
4778
#: drizzled/error.cc:1180
4780
msgid "Cannot activate '%-.64s' log"
4783
#: drizzled/error.cc:1182
4784
msgid "The server was not built with row-based replication"
4787
#: drizzled/error.cc:1184
4788
msgid "Decoding of base64 string failed"
4791
#: drizzled/error.cc:1186
4792
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
4795
#: drizzled/error.cc:1188
4797
"Cannot proceed because system tables used by Event Scheduler were found "
4798
"damaged at server start"
4801
#: drizzled/error.cc:1190
4802
msgid "Only integers allowed as number here"
4805
#: drizzled/error.cc:1192
4806
msgid "This storage engine cannot be used for log tables"
4809
#: drizzled/error.cc:1194
4811
msgid "You cannot '%s' a log table if logging is enabled"
4814
#: drizzled/error.cc:1196
4817
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
4818
"rename two tables: the log table to an archive table and another table back "
4822
#: drizzled/error.cc:1198
3330
4824
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
4827
#: drizzled/error.cc:1200
3335
4829
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
4832
#: drizzled/error.cc:1202
4834
msgid "Incorrect parameters in the call to stored function '%-.192s'"
4837
#: drizzled/error.cc:1204
4839
msgid "This function '%-.192s' has the same name as a native function"
4842
#: drizzled/error.cc:1206
3340
4844
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3341
msgstr "Duplicate entry '%-.64s' for key '%-.192s'"
3343
#: ../drizzled/error.cc:475
4847
#: drizzled/error.cc:1208
4848
msgid "Too many files opened, please execute the command again"
4851
#: drizzled/error.cc:1210 drizzled/error.cc:1212
4853
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
4854
"The event was dropped immediately after creation."
4857
#: drizzled/error.cc:1214
4859
msgid "The incident %s occurred on the master. Message: %-.64s"
4862
#: drizzled/error.cc:1216
4863
msgid "Table has no partition for some existing values"
4866
#: drizzled/error.cc:1218
4867
msgid "Statement is not safe to log in statement format."
4870
#: drizzled/error.cc:1220
4872
msgid "Fatal error: %s"
4875
#: drizzled/error.cc:1222
4877
msgid "Relay log read failure: %s"
4880
#: drizzled/error.cc:1224
4882
msgid "Relay log write failure: %s"
4885
#: drizzled/error.cc:1228
4887
msgid "Master command %s failed: %s"
4890
#: drizzled/error.cc:1230
4892
msgid "Binary logging not possible. Message: %s"
4895
#: drizzled/error.cc:1232
4897
msgid "View `%-.64s`.`%-.64s` has no creation context"
4900
#: drizzled/error.cc:1234
4902
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
4905
#: drizzled/error.cc:1236
4907
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
4910
#: drizzled/error.cc:1238
4912
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
4915
#: drizzled/error.cc:1240
4917
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
4920
#: drizzled/error.cc:1242
4922
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
4925
#: drizzled/error.cc:1244
4927
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
4930
#: drizzled/error.cc:1246
4932
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
4935
#: drizzled/error.cc:1248
4937
msgid "Cannot create stored routine `%-.64s`. Check warnings"
4940
#: drizzled/error.cc:1250
4942
msgid "Ambiguous slave modes combination. %s"
4945
#: drizzled/error.cc:1252
4948
"The BINLOG statement of type `%s` was not preceded by a format description "
4952
#: drizzled/error.cc:1254
4953
msgid "Corrupted replication event was detected"
4956
#: drizzled/error.cc:1256
3345
4958
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3346
msgstr "Invalid column reference (%-.64s) in LOAD DATA"
3348
#: ../drizzled/error.cc:477
4961
#: drizzled/error.cc:1258
4963
msgid "Being purged log %s was not found"
4966
#: drizzled/error.cc:1260
4968
msgid "Converted to non-transactional lock on '%-.64s'"
4971
#: drizzled/error.cc:1262
4973
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
4976
#: drizzled/error.cc:1264
4979
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
4982
#: drizzled/error.cc:1266
4984
msgid "Can't access storage engine of table %-.64s"
4987
#: drizzled/error.cc:1268
4988
msgid "Starting backup process"
4991
#: drizzled/error.cc:1270
4992
msgid "Backup completed"
4995
#: drizzled/error.cc:1272
4996
msgid "Starting restore process"
4999
#: drizzled/error.cc:1274
5000
msgid "Restore completed"
5003
#: drizzled/error.cc:1276
5004
msgid "Nothing to backup"
5007
#: drizzled/error.cc:1278
5009
msgid "Database '%-.64s' cannot be included in a backup"
5012
#: drizzled/error.cc:1280
5014
"Error during backup operation - server's error log contains more information "
5018
#: drizzled/error.cc:1282
5020
"Error during restore operation - server's error log contains more "
5021
"information about the error"
5024
#: drizzled/error.cc:1284
5026
"Can't execute this command because another BACKUP/RESTORE operation is in "
5030
#: drizzled/error.cc:1286
5031
msgid "Error when preparing for backup operation"
5034
#: drizzled/error.cc:1288
5035
msgid "Error when preparing for restore operation"
5038
#: drizzled/error.cc:1290
5040
msgid "Invalid backup location '%-.64s'"
5043
#: drizzled/error.cc:1292
5045
msgid "Can't read backup location '%-.64s'"
5048
#: drizzled/error.cc:1294
5050
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5053
#: drizzled/error.cc:1296
5054
msgid "Can't enumerate server databases"
5057
#: drizzled/error.cc:1298
5058
msgid "Can't enumerate server tables"
5061
#: drizzled/error.cc:1300
5063
msgid "Can't enumerate tables in database %-.64s"
5066
#: drizzled/error.cc:1302
5068
msgid "Skipping view %-.64s in database %-.64s"
5071
#: drizzled/error.cc:1304
5073
msgid "Skipping table %-.64s since it has no valid storage engine"
5076
#: drizzled/error.cc:1306
5078
msgid "Can't open table %-.64s"
5081
#: drizzled/error.cc:1308
5082
msgid "Can't read backup archive preamble"
5085
#: drizzled/error.cc:1310
5086
msgid "Can't write backup archive preamble"
5089
#: drizzled/error.cc:1312
5091
msgid "Can't find backup driver for table %-.64s"
5094
#: drizzled/error.cc:1314
5097
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5101
#: drizzled/error.cc:1316
5103
msgid "Can't create %-.64s backup driver"
5106
#: drizzled/error.cc:1318
5108
msgid "Can't create %-.64s restore driver"
5111
#: drizzled/error.cc:1320
5113
msgid "Found %d images in backup archive but maximum %d are supported"
5116
#: drizzled/error.cc:1322
5118
msgid "Error when saving meta-data of %-.64s"
5121
#: drizzled/error.cc:1324
5122
msgid "Error when reading meta-data list"
5125
#: drizzled/error.cc:1326
5127
msgid "Can't create %-.64s"
5130
#: drizzled/error.cc:1328
5131
msgid "Can't allocate buffer for image data transfer"
5134
#: drizzled/error.cc:1330
5136
msgid "Error when writing %-.64s backup image data (for table #%d)"
5139
#: drizzled/error.cc:1332
5140
msgid "Error when reading data from backup stream"
5143
#: drizzled/error.cc:1334
5144
msgid "Can't go to the next chunk in backup stream"
5147
#: drizzled/error.cc:1336
5149
msgid "Can't initialize %-.64s backup driver"
5152
#: drizzled/error.cc:1338
5154
msgid "Can't initialize %-.64s restore driver"
5157
#: drizzled/error.cc:1340
5159
msgid "Can't shut down %-.64s backup driver"
5162
#: drizzled/error.cc:1342
5164
msgid "Can't shut down %-.64s backup driver(s)"
5167
#: drizzled/error.cc:1344
5169
msgid "%-.64s backup driver can't prepare for synchronization"
5172
#: drizzled/error.cc:1346
5174
msgid "%-.64s backup driver can't create its image validity point"
5177
#: drizzled/error.cc:1348
5179
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5182
#: drizzled/error.cc:1350
5184
msgid "%-.64s backup driver can't cancel its backup operation"
5187
#: drizzled/error.cc:1352
5189
msgid "%-.64s restore driver can't cancel its restore operation"
5192
#: drizzled/error.cc:1354
5194
msgid "Error when polling %-.64s backup driver for its image data"
5197
#: drizzled/error.cc:1356
5199
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5202
#: drizzled/error.cc:1358
5205
"After %d attempts %-.64s restore driver still can't accept next block of data"
5208
#: drizzled/error.cc:1360
5210
msgid "Open and lock tables failed in %-.64s"
5213
#: drizzled/error.cc:1362
5214
msgid "Backup driver's table locking thread can not be initialized."
5217
#: drizzled/error.cc:1364
5219
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5220
"and 'drizzle.online_backup_progress'."
5223
#: drizzled/error.cc:1366
5225
msgid "Tablespace '%-.192s' already exists"
5228
#: drizzled/error.cc:1368
5230
msgid "Tablespace '%-.192s' doesn't exist"
5233
#: drizzled/error.cc:1370
5235
msgid "Unexpected master's heartbeat data: %s"
5238
#: drizzled/error.cc:1372
5240
msgid "The requested value for the heartbeat period %s %s"
5243
#: drizzled/error.cc:1374
5245
msgid "Can't write to the online backup progress log %-.64s."
5248
#: drizzled/error.cc:1376
5250
msgid "Tablespace '%-.192s' not empty"
5253
#: drizzled/error.cc:1378
5256
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5257
"server. The original definition of the required tablespace is '%-.256s' "
5258
"while the same tablespace is defined on the server as '%-.256s'"
5261
#: drizzled/error.cc:1380
5262
msgid "A virtual column cannot be based on a virtual column"
5265
#: drizzled/error.cc:1382
5267
msgid "Non-deterministic expression for virtual column '%s'."
5270
#: drizzled/error.cc:1384
5273
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5276
#: drizzled/error.cc:1386
5277
msgid "Primary key cannot be defined upon a virtual column."
5280
#: drizzled/error.cc:1388
5281
msgid "Key/Index cannot be defined on a non-stored virtual column."
5284
#: drizzled/error.cc:1390
5286
msgid "Cannot define foreign key with %s clause on a virtual column."
5289
#: drizzled/error.cc:1392
5291
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5294
#: drizzled/error.cc:1394
5296
msgid "'%s' is not yet supported for virtual columns."
5299
#: drizzled/error.cc:1396
5300
msgid "Constant expression in virtual column function is not allowed."
5303
#: drizzled/error.cc:1398
5304
msgid "Encountered an unknown temporal type."
5307
#: drizzled/error.cc:1400
5309
msgid "Received an invalid string format '%s' for a date value."
5312
#: drizzled/error.cc:1402
5314
msgid "Received an invalid string format '%s' for a time value."
5317
#: drizzled/error.cc:1404
5319
msgid "Received an invalid value '%s' for a UNIX timestamp."
5322
#: drizzled/error.cc:1406
3350
5324
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
5327
#: drizzled/error.cc:1408
3360
5329
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
5332
#: drizzled/error.cc:1410
3375
msgid "Received an invalid value '%s' for a UNIX timestamp."
3376
msgstr "Received an invalid value '%s' for a UNIX timestamp."
5334
msgid "Received an invalid negative argument '%s' for function '%s'."
3378
#: ../drizzled/error.cc:484
5337
#: drizzled/error.cc:1412
3380
5339
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"
5342
#: drizzled/error.cc:1414
5344
msgid "Received an invalid time value '%s'."
5347
#: drizzled/handler.cc:956
5349
msgid "Found %d prepared transaction(s) in %s"
5352
#: drizzled/handler.cc:1008
5353
msgid "Starting crash recovery..."
5356
#: drizzled/handler.cc:1040
5358
msgid "Found %d prepared XA transactions"
5361
#: drizzled/handler.cc:1045
5364
"Found %d prepared transactions! It means that drizzled was not shut down "
5365
"properly last time and critical recovery information (last binlog or %s "
5366
"file) was manually deleted after a crash. You have to start drizzled with "
5367
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5370
#: drizzled/handler.cc:1055
5371
msgid "Crash recovery finished."
5374
#: drizzled/handlerton.cc:268
5376
msgid "Too many storage engines!"
5377
msgstr "Got error %d from storage engine"
5379
#: drizzled/handlerton.cc:273
5381
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5384
#. TRANSLATORS: The leading word "logging" is the name
5385
#. of the plugin api, and so should not be translated.
5386
#: drizzled/logging.cc:65
5388
msgid "logging plugin '%s' deinit() failed"
5391
#. TRANSLATORS: The leading word "logging" is the name
5392
#. of the plugin api, and so should not be translated.
5393
#: drizzled/logging.cc:87
5395
msgid "logging plugin '%s' logging_pre() failed"
5398
#. TRANSLATORS: The leading word "logging" is the name
5399
#. of the plugin api, and so should not be translated.
5400
#: drizzled/logging.cc:119
5402
msgid "logging plugin '%s' logging_post() failed"
5405
#. TRANSLATORS: The leading word "parser" is the name
5406
#. of the plugin api, and so should not be translated.
5407
#: drizzled/parser.cc:42
5409
msgid "parser plugin '%s' init() failed"
5412
#. TRANSLATORS: The leading word "parser" is the name
5413
#. of the plugin api, and so should not be translated.
5414
#: drizzled/parser.cc:67
5416
msgid "parser plugin '%s' deinit() failed"
5419
#. TRANSLATORS: The leading word "parser" is the name
5420
#. of the plugin api, and so should not be translated.
5421
#: drizzled/parser.cc:104
5423
msgid "parser plugin '%s' parser_func1() failed"
5426
#. TRANSLATORS: The leading word "parser" is the name
5427
#. of the plugin api, and so should not be translated.
5428
#: drizzled/parser.cc:158
5430
msgid "parser plugin '%s' parser_func2() failed"
5433
#: drizzled/qcache.cc:38
5435
msgid "qcache plugin '%s' init() failed"
5438
#: drizzled/qcache.cc:60
5440
msgid "qcache plugin '%s' deinit() failed"
5443
#: drizzled/qcache.cc:105
5445
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5446
msgstr "configvar plugin '%s' deinit() failed"
5448
#: drizzled/qcache.cc:122
5450
msgid "qcache plugin '%s' set() failed"
5451
msgstr "configvar plugin '%s' deinit() failed"
5453
#: drizzled/qcache.cc:141
5455
msgid "qcache plugin '%s' invalidate_table() failed"
5456
msgstr "configvar plugin '%s' init() failed"
5458
#: drizzled/qcache.cc:160
5460
msgid "qcache plugin '%s' invalidate_db() failed"
5461
msgstr "configvar plugin '%s' init() failed"
5463
#: drizzled/qcache.cc:178
5465
msgid "qcache plugin '%s' flush() failed"
5466
msgstr "configvar plugin '%s' init() failed"
5468
#. TRANSLATORS: The leading word "replicator" is the name
5469
#. of the plugin api, and so should not be translated.
5470
#: drizzled/replicator.cc:41
5472
msgid "replicator plugin '%s' init() failed"
5473
msgstr "configvar plugin '%s' init() failed"
5475
#. TRANSLATORS: The leading word "replicator" is the name
5476
#. of the plugin api, and so should not be translated.
5477
#: drizzled/replicator.cc:65
5479
msgid "replicator plugin '%s' deinit() failed"
5480
msgstr "configvar plugin '%s' deinit() failed"
5482
#. TRANSLATORS: The leading word "replicator" is the name
5483
#. of the plugin api, and so should not be translated.
5484
#: drizzled/replicator.cc:89
5486
msgid "replicator plugin '%s' session_init() failed"
5487
msgstr "configvar plugin '%s' deinit() failed"
5489
#. TRANSLATORS: The leading word "replicator" is the name
5490
#. of the plugin api, and so should not be translated.
5491
#: drizzled/replicator.cc:159
5493
msgid "replicator plugin '%s' row_insert() failed"
5494
msgstr "configvar plugin '%s' init() failed"
5496
#. TRANSLATORS: The leading word "replicator" is the name
5497
#. of the plugin api, and so should not be translated.
5498
#: drizzled/replicator.cc:173
5500
msgid "replicator plugin '%s' row_update() failed"
5501
msgstr "configvar plugin '%s' deinit() failed"
5503
#. TRANSLATORS: The leading word "replicator" is the name
5504
#. of the plugin api, and so should not be translated.
5505
#: drizzled/replicator.cc:187
5507
msgid "replicator plugin '%s' row_delete() failed"
5508
msgstr "configvar plugin '%s' deinit() failed"
5510
#. TRANSLATORS: The leading word "replicator" is the name
5511
#. of the plugin api, and so should not be translated.
5512
#: drizzled/replicator.cc:272
5514
msgid "replicator plugin '%s' end_transaction() failed"
5515
msgstr "configvar plugin '%s' deinit() failed"
5517
#. TRANSLATORS: The leading word "replicator" is the name
5518
#. of the plugin api, and so should not be translated.
5519
#: drizzled/replicator.cc:329
5521
msgid "replicator plugin '%s' statement() failed"
5522
msgstr "configvar plugin '%s' deinit() failed"
5524
#: drizzled/scheduling.cc:61
5526
msgid "scheduling plugin '%s' init() failed"
5529
#. TRANSLATORS: The leading word "scheduling" is the name
5530
#. of the plugin api, and so should not be translated.
5531
#: drizzled/scheduling.cc:95
5533
msgid "scheduling plugin '%s' deinit() failed"
5536
#: drizzled/sql_base.cc:2306
5538
msgid "Table %s had a open data handler in reopen_table"
5541
#: drizzled/sql_base.cc:2955
5543
msgid "Couldn't repair table: %s.%s"
5546
#: drizzled/sql_base.cc:2997
5549
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5550
"s`.`%s`' to replication"
5553
#: drizzled/sql_base.cc:3600
5555
msgid "Could not remove temporary table: '%s', error: %d"
5558
#: drizzled/sql_base.cc:6195
5559
msgid "Can't create thread to kill server"
5560
msgstr "Can't create thread to kill server"
5562
#: drizzled/sql_plugin.cc:680
5564
msgid "Plugin '%s' of type %s failed deinitialization"
5567
#: drizzled/sql_plugin.cc:694
5569
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5572
#: drizzled/sql_plugin.cc:782
5574
msgid "Plugin '%s' registration as a %s failed."
5577
#: drizzled/sql_plugin.cc:1005
5578
msgid "plugin-load parameter too long"
5581
#: drizzled/sql_plugin.cc:1065
5583
msgid "Couldn't load plugin named '%s' with soname '%s'."
5586
#: drizzled/sql_plugin.cc:1118
5588
msgid "Forcing shutdown of %<PRIu64> plugins"
5591
#: drizzled/sql_plugin.cc:1141
5593
msgid "Plugin '%s' will be forced to shutdown"
5596
#: drizzled/sql_plugin.cc:1157
5598
msgid "Plugin '%s' has ref_count=%d after shutdown."
5601
#: drizzled/sql_plugin.cc:1545
5603
msgid "Out of memory."
5604
msgstr "Out of memory"
5606
#: drizzled/sql_plugin.cc:2394 drizzled/sql_plugin.cc:2457
5608
msgid "Unknown variable type code 0x%x in plugin '%s'."
5611
#: drizzled/sql_plugin.cc:2437
5614
"Server variable %s of plugin %s was forced to be read-only: string variable "
5615
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5618
#: drizzled/sql_plugin.cc:2468
5620
msgid "Missing variable name in plugin '%s'."
5623
#: drizzled/sql_plugin.cc:2485
5625
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5628
#: drizzled/sql_plugin.cc:2603
5630
msgid "Out of memory for plugin '%s'."
5633
#: drizzled/sql_plugin.cc:2610
5635
msgid "Bad options for plugin '%s'."
5638
#: drizzled/sql_plugin.cc:2619
5640
msgid "Parsing options for plugin '%s' failed."
5643
#: drizzled/sql_plugin.cc:2662
5645
msgid "Plugin '%s' has conflicting system variables"
5648
#: drizzled/sql_table.cc:130
5650
msgid "Invalid (old?) table or database name '%s'"
5653
#: drizzled/sql_table.cc:2691
5655
msgid "Unknown - internal error %d during operation"
5658
#: drizzled/sql_table.cc:4961
5660
msgid "Could not open table %s.%s after rename\n"
5663
#: drizzled/sql_table.cc:5141
5666
"order_st BY ignored because there is a user-defined clustered index in the "
5670
#: drizzled/table.cc:482
5673
"'%s' had no or invalid character set, and default character set is multi-"
5674
"byte, so character column sizes may have changed"
5677
#: drizzled/table.cc:2297
5679
msgid "Unknown collation '%s' in table '%-.64s' definition"
5682
#: drizzled/table.cc:2304
5685
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5687
msgstr "Table '%-.192s' was locked with a READ lock and can't be updated"
5689
#: drizzled/table.cc:2768
5692
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5696
#: drizzled/table.cc:2795
5699
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5700
"have type %s, found type %s."
5703
#: drizzled/table.cc:2806
5706
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5707
"position %d to have character set '%s' but the type has no character set."
5710
#: drizzled/table.cc:2818
5713
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5714
"position %d to have character set '%s' but found character set '%s'."
5717
#: drizzled/table.cc:2831
5720
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5721
"have type %s but the column is not found."
5724
#: drizzled/table.cc:4951
5726
msgid "Got error %d when reading table '%s'"
5729
#: drizzled/tztime.cc:1061
5731
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5734
#: gnulib/getopt.c:531 gnulib/getopt.c:547
5736
msgid "%s: option `%s' is ambiguous\n"
5737
msgstr "Column '%-.192s' in %-.192s is ambiguous"
5739
#: gnulib/getopt.c:580 gnulib/getopt.c:584
5741
msgid "%s: option `--%s' doesn't allow an argument\n"
5744
#: gnulib/getopt.c:593 gnulib/getopt.c:598
5746
msgid "%s: option `%c%s' doesn't allow an argument\n"
5749
#: gnulib/getopt.c:641 gnulib/getopt.c:660 gnulib/getopt.c:976
5750
#: gnulib/getopt.c:995
5752
msgid "%s: option `%s' requires an argument\n"
5755
#: gnulib/getopt.c:698 gnulib/getopt.c:701
5757
msgid "%s: unrecognized option `--%s'\n"
5760
#: gnulib/getopt.c:709 gnulib/getopt.c:712
5762
msgid "%s: unrecognized option `%c%s'\n"
5765
#: gnulib/getopt.c:764 gnulib/getopt.c:767
5767
msgid "%s: illegal option -- %c\n"
5770
#: gnulib/getopt.c:773 gnulib/getopt.c:776
5772
msgid "%s: invalid option -- %c\n"
5775
#: gnulib/getopt.c:828 gnulib/getopt.c:844 gnulib/getopt.c:1048
5776
#: gnulib/getopt.c:1066
5778
msgid "%s: option requires an argument -- %c\n"
5781
#: gnulib/getopt.c:897 gnulib/getopt.c:913
5783
msgid "%s: option `-W %s' is ambiguous\n"
5786
#: gnulib/getopt.c:937 gnulib/getopt.c:955
5788
msgid "%s: option `-W %s' doesn't allow an argument\n"
5791
#: libdrizzleclient/errmsg.c:28
5792
msgid "Unknown Drizzle error"
5793
msgstr "Unknown Drizzle error"
5795
#: libdrizzleclient/errmsg.c:29
5797
msgid "Can't create UNIX socket (%d)"
5798
msgstr "Can't create UNIX socket (%d)"
5800
#: libdrizzleclient/errmsg.c:30
5802
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5803
msgstr "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5805
#: libdrizzleclient/errmsg.c:31
5807
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5808
msgstr "Can't connect to Drizzle server on '%-.100s' (%d)"
5810
#: libdrizzleclient/errmsg.c:32
5812
msgid "Can't create TCP/IP socket (%d)"
5813
msgstr "Can't create TCP/IP socket (%d)"
5815
#: libdrizzleclient/errmsg.c:33
5817
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5818
msgstr "Unknown Drizzle server host '%-.100s' (%d)"
5820
#: libdrizzleclient/errmsg.c:34
5821
msgid "Drizzle server has gone away"
5822
msgstr "Drizzle server has gone away"
5824
#: libdrizzleclient/errmsg.c:35
5826
msgid "Protocol mismatch; server version = %d, client version = %d"
5827
msgstr "Protocol mismatch; server version = %d, client version = %d"
5829
#: libdrizzleclient/errmsg.c:36
5830
msgid "Drizzle client ran out of memory"
5831
msgstr "Drizzle client ran out of memory"
5833
#: libdrizzleclient/errmsg.c:37
5834
msgid "Wrong host info"
5835
msgstr "Wrong host info"
5837
#: libdrizzleclient/errmsg.c:38
5838
msgid "Localhost via UNIX socket"
5839
msgstr "Localhost via UNIX socket"
5841
#: libdrizzleclient/errmsg.c:39
5843
msgid "%-.100s via TCP/IP"
5844
msgstr "%-.100s via TCP/IP"
5846
#: libdrizzleclient/errmsg.c:40
5847
msgid "Error in server handshake"
5848
msgstr "Error in server handshake"
5850
#: libdrizzleclient/errmsg.c:41
5851
msgid "Lost connection to Drizzle server during query"
5852
msgstr "Lost connection to Drizzle server during query"
5854
#: libdrizzleclient/errmsg.c:42
5855
msgid "Commands out of sync; you can't run this command now"
5856
msgstr "Commands out of sync; you can't run this command now"
5858
#: libdrizzleclient/errmsg.c:43
5860
msgid "Named pipe: %-.32s"
5861
msgstr "Named pipe: %-.32s"
5863
#: libdrizzleclient/errmsg.c:44
5865
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5866
msgstr "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5868
#: libdrizzleclient/errmsg.c:45
5870
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5871
msgstr "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5873
#: libdrizzleclient/errmsg.c:46
5875
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5876
msgstr "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5878
#: libdrizzleclient/errmsg.c:47
5880
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5881
msgstr "Can't initialize character set %-.32s (path: %-.100s)"
5883
#: libdrizzleclient/errmsg.c:48
5884
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5885
msgstr "Got packet bigger than 'max_allowed_packet' bytes"
5887
#: libdrizzleclient/errmsg.c:49
5888
msgid "Embedded server"
5889
msgstr "Embedded server"
5891
#: libdrizzleclient/errmsg.c:50
5892
msgid "Error on SHOW SLAVE STATUS:"
5893
msgstr "Error on SHOW SLAVE STATUS:"
5895
#: libdrizzleclient/errmsg.c:51
5896
msgid "Error on SHOW SLAVE HOSTS:"
5897
msgstr "Error on SHOW SLAVE HOSTS:"
5899
#: libdrizzleclient/errmsg.c:52
5900
msgid "Error connecting to slave:"
5901
msgstr "Error connecting to slave:"
5903
#: libdrizzleclient/errmsg.c:53
5904
msgid "Error connecting to master:"
5905
msgstr "Error connecting to master:"
5907
#: libdrizzleclient/errmsg.c:54
5908
msgid "SSL connection error"
5909
msgstr "SSL connection error"
5911
#: libdrizzleclient/errmsg.c:55
5912
msgid "Malformed packet"
5913
msgstr "Malformed packet"
5915
#: libdrizzleclient/errmsg.c:56 libdrizzleclient/errmsg.c:67
5916
#: libdrizzleclient/errmsg.c:68 libdrizzleclient/errmsg.c:69
5917
#: libdrizzleclient/errmsg.c:70 libdrizzleclient/errmsg.c:71
5918
#: libdrizzleclient/errmsg.c:72 libdrizzleclient/errmsg.c:73
5919
#: libdrizzleclient/errmsg.c:74 libdrizzleclient/errmsg.c:75
5920
msgid "(unused error message)"
5921
msgstr "(unused error message)"
5923
#: libdrizzleclient/errmsg.c:57
5924
msgid "Invalid use of null pointer"
3523
5925
msgstr "Invalid use of null pointer"
3525
#: ../drizzled/error.cc:526
5927
#: libdrizzleclient/errmsg.c:58
5928
msgid "Statement not prepared"
5929
msgstr "Statement not prepared"
5931
#: libdrizzleclient/errmsg.c:59
5932
msgid "No data supplied for parameters in prepared statement"
5933
msgstr "No data supplied for parameters in prepared statement"
5935
#: libdrizzleclient/errmsg.c:60
5936
msgid "Data truncated"
5937
msgstr "Data truncated"
5939
#: libdrizzleclient/errmsg.c:61
5940
msgid "No parameters exist in the statement"
5941
msgstr "No parameters exist in the statement"
5943
#: libdrizzleclient/errmsg.c:62
5944
msgid "Invalid parameter number"
5945
msgstr "Invalid parameter number"
5947
#: libdrizzleclient/errmsg.c:63
5950
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5952
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5954
#: libdrizzleclient/errmsg.c:65
5956
msgid "Using unsupported buffer type: %d (parameter: %d)"
5957
msgstr "Using unsupported buffer type: %d (parameter: %d)"
5959
#: libdrizzleclient/errmsg.c:66
5961
msgid "Shared memory: %-.100s"
5962
msgstr "Shared memory: %-.100s"
5964
#: libdrizzleclient/errmsg.c:76
5965
msgid "Wrong or unknown protocol"
5966
msgstr "Wrong or unknown protocol"
5968
#: libdrizzleclient/errmsg.c:77
5969
msgid "Invalid connection handle"
5970
msgstr "Invalid connection handle"
5972
#: libdrizzleclient/errmsg.c:78
5974
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5975
"option 'secure_auth' enabled)"
5977
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5978
"option 'secure_auth' enabled)"
5980
#: libdrizzleclient/errmsg.c:80
5981
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5982
msgstr "Row retrieval was cancelled by drizzle_stmt_close() call"
5984
#: libdrizzleclient/errmsg.c:81
5985
msgid "Attempt to read column without prior row fetch"
5986
msgstr "Attempt to read column without prior row fetch"
5988
#: libdrizzleclient/errmsg.c:82
5989
msgid "Prepared statement contains no metadata"
5990
msgstr "Prepared statement contains no metadata"
5992
#: libdrizzleclient/errmsg.c:83
5994
"Attempt to read a row while there is no result set associated with the "
5997
"Attempt to read a row while there is no result set associated with the "
6000
#: libdrizzleclient/errmsg.c:85
6001
msgid "This feature is not implemented yet"
6002
msgstr "This feature is not implemented yet"
6004
#: libdrizzleclient/errmsg.c:86
6007
"Lost connection to Drizzle server while waiting for initial communication "
6008
"packet, system error: %d"
6010
"Lost connection to Drizzle server while waiting for initial communication "
6011
"packet, system error: %d"
6013
#: libdrizzleclient/errmsg.c:88
6016
"Lost connection to Drizzle server while reading initial communication "
6017
"packet, system error: %d"
6019
"Lost connection to Drizzle server while reading initial communication "
6020
"packet, system error: %d"
6022
#: libdrizzleclient/errmsg.c:90
6025
"Lost connection to Drizzle server while sending authentication information, "
6028
"Lost connection to Drizzle server while sending authentication information, "
6031
#: libdrizzleclient/errmsg.c:92
6034
"Lost connection to Drizzle server while reading authorization information, "
6037
"Lost connection to Drizzle server while reading authorization information, "
6040
#: libdrizzleclient/errmsg.c:94
6043
"Lost connection to Drizzle server while setting initial database, system "
6046
"Lost connection to Drizzle server while setting initial database, system "
6049
#: libdrizzleclient/errmsg.c:96
3526
6050
#, fuzzy, c-format
3527
msgid "Identifier '%.*s' is a SQL keyword."
3528
msgstr "Identifier name '%-.100s' is too long"
3530
#: ../drizzled/error.cc:529
6051
msgid "Statement closed indirectly because of a preceding %s() call"
6052
msgstr "Statement closed indirectly because of a preceding %s() call"
6054
#: libdrizzleclient/local_infile.c:190 mysys/errors.cc:52
6056
msgid "File '%s' not found (Errcode: %d)"
6057
msgstr "File '%s' not found (Errcode: %d)"
6059
#: libdrizzleclient/local_infile.c:221 mysys/errors.cc:26
6061
msgid "Error reading file '%s' (Errcode: %d)"
6062
msgstr "Error reading file '%s' (Errcode: %d)"
6064
#: mysys/errors.cc:25
6066
msgid "Can't create/write to file '%s' (Errcode: %d)"
6067
msgstr "Can't create/write to file '%s' (Errcode: %d)"
6069
#: mysys/errors.cc:27
6071
msgid "Error writing file '%s' (Errcode: %d)"
6072
msgstr "Error writing file '%s' (Errcode: %d)"
6074
#: mysys/errors.cc:28
6076
msgid "Error on close of '%s' (Errcode: %d)"
6077
msgstr "Error on close of '%s' (Errcode: %d)"
6079
#: mysys/errors.cc:29
6081
msgid "Out of memory (Needed %u bytes)"
6082
msgstr "Out of memory (Needed %u bytes)"
6084
#: mysys/errors.cc:30
6086
msgid "Error on delete of '%s' (Errcode: %d)"
6087
msgstr "Error on delete of '%s' (Errcode: %d)"
6089
#: mysys/errors.cc:31
6091
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
6092
msgstr "Error on rename of '%s' to '%s' (Errcode: %d)"
6094
#: mysys/errors.cc:32
6096
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
6097
msgstr "Unexpected eof found when reading file '%s' (Errcode: %d)"
6099
#: mysys/errors.cc:33
6101
msgid "Can't lock file (Errcode: %d)"
6102
msgstr "Can't lock file (Errcode: %d)"
6104
#: mysys/errors.cc:34
3532
6106
msgid "Can't unlock file (Errcode: %d)"
3533
6107
msgstr "Can't unlock file (Errcode: %d)"
3535
#: ../drizzled/error.cc:530
6109
#: mysys/errors.cc:35
6111
msgid "Can't read dir of '%s' (Errcode: %d)"
6112
msgstr "Can't read dir of '%s' (Errcode: %d)"
6114
#: mysys/errors.cc:36
6116
msgid "Can't get stat of '%s' (Errcode: %d)"
6117
msgstr "Can't get stat of '%s' (Errcode: %d)"
6119
#: mysys/errors.cc:37
3537
6121
msgid "Can't change size of file (Errcode: %d)"
3538
6122
msgstr "Can't change size of file (Errcode: %d)"
3540
#: ../drizzled/error.cc:531
6124
#: mysys/errors.cc:38
3542
6126
msgid "Can't open stream from handle (Errcode: %d)"
3543
6127
msgstr "Can't open stream from handle (Errcode: %d)"
3545
#: ../drizzled/error.cc:532
6129
#: mysys/errors.cc:39
6131
msgid "Can't get working dirctory (Errcode: %d)"
6132
msgstr "Can't get working directory (Errcode: %d)"
6134
#: mysys/errors.cc:40
6136
msgid "Can't change dir to '%s' (Errcode: %d)"
6137
msgstr "Can't change dir to '%s' (Errcode: %d)"
6139
#: mysys/errors.cc:41
3547
6141
msgid "Warning: '%s' had %d links"
3548
6142
msgstr "Warning: '%s' had %d links"
3550
#: ../drizzled/error.cc:533
6144
#: mysys/errors.cc:42
3552
6146
msgid "Warning: %d files and %d streams is left open\n"
3553
6147
msgstr "Warning: %d files and %d streams is left open\n"
3555
#: ../drizzled/error.cc:534
6149
#: mysys/errors.cc:43
6151
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
6152
msgstr "Disk is full writing '%s'. Waiting for someone to free space..."
6154
#: mysys/errors.cc:44
3557
6156
msgid "Can't create directory '%s' (Errcode: %d)"
3558
6157
msgstr "Can't create directory '%s' (Errcode: %d)"
3560
#: ../drizzled/error.cc:535
6159
#: mysys/errors.cc:45
3563
6162
"Character set '%s' is not a compiled character set and is not specified in "
3865
6263
"and boolean options {false|true} Value (after reading options)\n"
3866
6264
"--------------------------------- -----------------------------\n"
3868
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
6266
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
3869
6267
msgid "(No default value)"
3870
6268
msgstr "(No default value)"
3872
#: ../drizzled/option.cc:1249
6270
#: mysys/my_getopt.cc:1254
3876
#: ../drizzled/option.cc:1249
6274
#: mysys/my_getopt.cc:1254
3880
#: ../drizzled/option.cc:1282
6278
#: mysys/my_getopt.cc:1286
3882
6280
msgid "(Disabled)\n"
3883
6281
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
4050
msgid "Starting crash recovery..."
4051
msgstr "Starting crash recovery..."
4053
#: ../drizzled/plugin/xa_resource_manager.cc:192
4055
msgid "Found %d prepared XA transactions"
4056
msgstr "Found %d prepared XA transactions"
4058
#: ../drizzled/plugin/xa_resource_manager.cc:197
4061
"Found %d prepared transactions! It means that drizzled was not shut down "
4062
"properly last time and critical recovery information (last binlog or %s "
4063
"file) was manually deleted after a crash. You have to start drizzled with "
4064
"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
4072
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
4096
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
4160
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
4189
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
4208
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
6283
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
4358
6284
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
6287
#: plugin/logging_query/logging_query.cc:275
4738
6289
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
6292
#: plugin/logging_query/logging_query.cc:315
4742
6294
msgid "Enable logging to CSV file"
4743
msgstr "Enable logging to CSV file"
6295
msgstr "Row-based binlogging of row failed"
4745
#: ../plugin/logging_query/logging_query.cc:322
6297
#: plugin/logging_query/logging_query.cc:324
4746
6298
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
6301
#: plugin/logging_query/logging_query.cc:333
6302
#: plugin/logging_syslog/logging_syslog.cc:247
4754
6303
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
6306
#: plugin/logging_query/logging_query.cc:345
6307
#: plugin/logging_syslog/logging_syslog.cc:259
4758
6308
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
6311
#: plugin/logging_query/logging_query.cc:357
6312
#: plugin/logging_syslog/logging_syslog.cc:271
4762
6313
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
6316
#: plugin/logging_query/logging_query.cc:380
4766
6318
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
6319
msgstr "Log connections and queries to file."
6321
#: plugin/logging_syslog/logging_syslog.cc:166
6323
msgid "syslog facility \"%s\" not known, using \"local0\""
6326
#: plugin/logging_syslog/logging_syslog.cc:183
6328
msgid "syslog priority \"%s\" not known, using \"info\""
6331
#: plugin/logging_syslog/logging_syslog.cc:211
6332
msgid "Enable logging"
6335
#: plugin/logging_syslog/logging_syslog.cc:220
6336
msgid "Syslog Ident"
6339
#: plugin/logging_syslog/logging_syslog.cc:229
6340
msgid "Syslog Facility"
6343
#: plugin/logging_syslog/logging_syslog.cc:238
6344
msgid "Syslog Priority"
6347
#: plugin/logging_syslog/logging_syslog.cc:296
6348
msgid "Log to syslog"
6351
#: plugin/multi_thread/multi_thread.cc:83
4845
6352
msgid "Maximum number of user threads available."
4848
#: ../plugin/myisam/ha_myisam.cc:532
6355
#: plugin/pool_of_threads/pool_of_threads.cc:110
6356
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6359
#: plugin/pool_of_threads/pool_of_threads.cc:116
6360
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6363
#: plugin/pool_of_threads/pool_of_threads.cc:128
6364
msgid "session_add_event event_add error in libevent_init\n"
6367
#: plugin/pool_of_threads/pool_of_threads.cc:144
6369
msgid "Can't create completion port thread (error %d)"
6372
#: plugin/pool_of_threads/pool_of_threads.cc:263
6373
msgid "event_add error in libevent_add_session_callback\n"
6376
#: plugin/pool_of_threads/pool_of_threads.cc:377
6377
msgid "libevent_thread_proc: my_thread_init() failed\n"
6380
#: plugin/pool_of_threads/pool_of_threads.cc:572
6381
msgid "Size of Pool."
6384
#: plugin/replicator/replicator.cc:249
6385
msgid "Enable Replicator"
6388
#: plugin/replicator/replicator.cc:258
6390
msgid "Directory to place replication logs."
6391
msgstr "Directory for plugins."
6393
#: plugin/signal_handler/signal_handler.cc:223
6395
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6396
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
6398
#: storage/myisam/ha_myisam.cc:457
4850
6400
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
6403
#: storage/myisam/ha_myisam.cc:461
4855
6405
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
6408
#: storage/myisam/ha_myisam.cc:466
4859
6409
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
6412
#: storage/myisam/ha_myisam.cc:1872
6413
msgid "Block size to be used for MyISAM index pages."
6414
msgstr "Block size to be used for MyISAM index pages."
6416
#: storage/myisam/ha_myisam.cc:1878
6418
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6419
"disables parallel repair."
6421
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6422
"disables parallel repair."
6424
#: storage/myisam/ha_myisam.cc:1884
6426
"Don't use the fast sort index method to created index if the temporary file "
6427
"would get bigger than this."
6429
"Don't use the fast sort index method to created index if the temporary file "
6430
"would get bigger than this."
6432
#: storage/myisam/ha_myisam.cc:1889
6434
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6435
"when creating indexes with CREATE INDEX or ALTER TABLE."
6437
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6438
"when creating indexes with CREATE INDEX or ALTER TABLE."
6440
#: storage/myisam/ha_myisam.cc:1895
6441
msgid "Default pointer size to be used for MyISAM tables."
6442
msgstr "Default pointer size to be used for MyISAM tables."
6444
#: storage/myisam/my_handler_errors.c:34
4879
6445
msgid "Didn't find key on read or update"
4880
6446
msgstr "Didn't find key on read or update"
4882
#: ../plugin/myisam/my_handler_errors.cc:43
6448
#: storage/myisam/my_handler_errors.c:36
4883
6449
msgid "Duplicate key on write or update"
4884
6450
msgstr "Duplicate key on write or update"
4886
#: ../plugin/myisam/my_handler_errors.cc:44
6452
#: storage/myisam/my_handler_errors.c:38
4887
6453
msgid "Internal (unspecified) error in handler"
4888
6454
msgstr "Internal (unspecified) error in handler"
4890
#: ../plugin/myisam/my_handler_errors.cc:46
6456
#: storage/myisam/my_handler_errors.c:40
4892
6458
"Someone has changed the row since it was read (while the table was locked to "
4895
6461
"Someone has changed the row since it was read (while the table was locked to "
4898
#: ../plugin/myisam/my_handler_errors.cc:48
6464
#: storage/myisam/my_handler_errors.c:43
4899
6465
msgid "Wrong index given to function"
4900
6466
msgstr "Wrong index given to function"
4902
#: ../plugin/myisam/my_handler_errors.cc:49
6468
#: storage/myisam/my_handler_errors.c:45
6469
msgid "Undefined handler error 125"
6470
msgstr "Undefined handler error 125"
6472
#: storage/myisam/my_handler_errors.c:47
4903
6473
msgid "Index file is crashed"
4904
6474
msgstr "Index file is crashed"
4906
#: ../plugin/myisam/my_handler_errors.cc:50
6476
#: storage/myisam/my_handler_errors.c:49
4907
6477
msgid "Record file is crashed"
4908
6478
msgstr "Record file is crashed"
4910
#: ../plugin/myisam/my_handler_errors.cc:51
6480
#: storage/myisam/my_handler_errors.c:51
4911
6481
msgid "Out of memory in engine"
4912
6482
msgstr "Out of memory in engine"
4914
#: ../plugin/myisam/my_handler_errors.cc:52
6484
#: storage/myisam/my_handler_errors.c:53
6485
msgid "Undefined handler error 129"
6486
msgstr "Undefined handler error 129"
6488
#: storage/myisam/my_handler_errors.c:55
4915
6489
msgid "Incorrect file format"
4916
6490
msgstr "Incorrect file format"
4918
#: ../plugin/myisam/my_handler_errors.cc:53
6492
#: storage/myisam/my_handler_errors.c:57
4919
6493
msgid "Command not supported by database"
4920
6494
msgstr "Command not supported by database"
4922
#: ../plugin/myisam/my_handler_errors.cc:54
6496
#: storage/myisam/my_handler_errors.c:59
4923
6497
msgid "Old database file"
4924
6498
msgstr "Old database file"
4926
#: ../plugin/myisam/my_handler_errors.cc:55
6500
#: storage/myisam/my_handler_errors.c:61
4927
6501
msgid "No record read before update"
4928
6502
msgstr "No record read before update"
4930
#: ../plugin/myisam/my_handler_errors.cc:56
6504
#: storage/myisam/my_handler_errors.c:63
4931
6505
msgid "Record was already deleted (or record file crashed)"
4932
6506
msgstr "Record was already deleted (or record file crashed)"
4934
#: ../plugin/myisam/my_handler_errors.cc:57
6508
#: storage/myisam/my_handler_errors.c:65
4935
6509
msgid "No more room in record file"
4936
6510
msgstr "No more room in record file"
4938
#: ../plugin/myisam/my_handler_errors.cc:58
6512
#: storage/myisam/my_handler_errors.c:67
4939
6513
msgid "No more room in index file"
4940
6514
msgstr "No more room in index file"
4942
#: ../plugin/myisam/my_handler_errors.cc:59
6516
#: storage/myisam/my_handler_errors.c:69
4943
6517
msgid "No more records (read after end of file)"
4944
6518
msgstr "No more records (read after end of file)"
4946
#: ../plugin/myisam/my_handler_errors.cc:60
6520
#: storage/myisam/my_handler_errors.c:71
4947
6521
msgid "Unsupported extension used for table"
4948
6522
msgstr "Unsupported extension used for table"
4950
#: ../plugin/myisam/my_handler_errors.cc:61
6524
#: storage/myisam/my_handler_errors.c:73
4951
6525
msgid "Too big row"
4952
6526
msgstr "Too big row"
4954
#: ../plugin/myisam/my_handler_errors.cc:62
6528
#: storage/myisam/my_handler_errors.c:75
4955
6529
msgid "Wrong create options"
4956
6530
msgstr "Wrong create options"
4958
#: ../plugin/myisam/my_handler_errors.cc:63
6532
#: storage/myisam/my_handler_errors.c:77
4959
6533
msgid "Duplicate unique key or constraint on write or update"
4960
6534
msgstr "Duplicate unique key or constraint on write or update"
4962
#: ../plugin/myisam/my_handler_errors.cc:64
6536
#: storage/myisam/my_handler_errors.c:79
4963
6537
msgid "Unknown character set used in table"
4964
6538
msgstr "Unknown character set used in table"
4966
#: ../plugin/myisam/my_handler_errors.cc:65
6540
#: storage/myisam/my_handler_errors.c:81
4967
6541
msgid "Conflicting table definitions in sub-tables of MERGE table"
4968
6542
msgstr "Conflicting table definitions in sub-tables of MERGE table"
4970
#: ../plugin/myisam/my_handler_errors.cc:66
6544
#: storage/myisam/my_handler_errors.c:83
4971
6545
msgid "Table is crashed and last repair failed"
4972
6546
msgstr "Table is crashed and last repair failed"
4974
#: ../plugin/myisam/my_handler_errors.cc:67
6548
#: storage/myisam/my_handler_errors.c:85
4975
6549
msgid "Table was marked as crashed and should be repaired"
4976
6550
msgstr "Table was marked as crashed and should be repaired"
4978
#: ../plugin/myisam/my_handler_errors.cc:68
6552
#: storage/myisam/my_handler_errors.c:87
4979
6553
msgid "Lock timed out; Retry transaction"
4980
6554
msgstr "Lock timed out; Retry transaction"
4982
#: ../plugin/myisam/my_handler_errors.cc:69
6556
#: storage/myisam/my_handler_errors.c:89
4983
6557
msgid "Lock table is full; Restart program with a larger locktable"
4984
6558
msgstr "Lock table is full; Restart program with a larger locktable"
4986
#: ../plugin/myisam/my_handler_errors.cc:70
6560
#: storage/myisam/my_handler_errors.c:91
4987
6561
msgid "Updates are not allowed under a read only transactions"
4988
6562
msgstr "Updates are not allowed under a read only transactions"
4990
#: ../plugin/myisam/my_handler_errors.cc:71
6564
#: storage/myisam/my_handler_errors.c:93
4991
6565
msgid "Lock deadlock; Retry transaction"
4992
6566
msgstr "Lock deadlock; Retry transaction"
4994
#: ../plugin/myisam/my_handler_errors.cc:72
6568
#: storage/myisam/my_handler_errors.c:95
4995
6569
msgid "Foreign key constraint is incorrectly formed"
4996
6570
msgstr "Foreign key constraint is incorrectly formed"
4998
#: ../plugin/myisam/my_handler_errors.cc:73
6572
#: storage/myisam/my_handler_errors.c:97
4999
6573
msgid "Cannot add a child row"
5000
6574
msgstr "Cannot add a child row"
5002
#: ../plugin/myisam/my_handler_errors.cc:74
6576
#: storage/myisam/my_handler_errors.c:99
5003
6577
msgid "Cannot delete a parent row"
5004
6578
msgstr "Cannot delete a parent row"
5006
#: ../plugin/myisam/my_handler_errors.cc:75
6580
#: storage/myisam/my_handler_errors.c:101
5007
6581
msgid "No savepoint with that name"
5008
6582
msgstr "No savepoint with that name"
5010
#: ../plugin/myisam/my_handler_errors.cc:76
6584
#: storage/myisam/my_handler_errors.c:103
5011
6585
msgid "Non unique key block size"
5012
6586
msgstr "Non unique key block size"
5014
#: ../plugin/myisam/my_handler_errors.cc:77
6588
#: storage/myisam/my_handler_errors.c:105
5015
6589
msgid "The table does not exist in engine"
5016
6590
msgstr "The table does not exist in engine"
5018
#: ../plugin/myisam/my_handler_errors.cc:78
6592
#: storage/myisam/my_handler_errors.c:107
5019
6593
msgid "The table already existed in storage engine"
5020
6594
msgstr "The table already existed in storage engine"
5022
#: ../plugin/myisam/my_handler_errors.cc:79
6596
#: storage/myisam/my_handler_errors.c:109
5023
6597
msgid "Could not connect to storage engine"
5024
6598
msgstr "Could not connect to storage engine"
5026
#: ../plugin/myisam/my_handler_errors.cc:80
6600
#: storage/myisam/my_handler_errors.c:111
5027
6601
msgid "Unexpected null pointer found when using spatial index"
5028
6602
msgstr "Unexpected null pointer found when using spatial index"
5030
#: ../plugin/myisam/my_handler_errors.cc:81
6604
#: storage/myisam/my_handler_errors.c:113
5031
6605
msgid "The table changed in storage engine"
5032
6606
msgstr "The table changed in storage engine"
5034
#: ../plugin/myisam/my_handler_errors.cc:82
6608
#: storage/myisam/my_handler_errors.c:115
5035
6609
msgid "There's no partition in table for the given value"
5036
6610
msgstr "There's no partition in table for the given value"
5038
#: ../plugin/myisam/my_handler_errors.cc:83
6612
#: storage/myisam/my_handler_errors.c:117
5039
6613
msgid "Row-based binlogging of row failed"
5040
6614
msgstr "Row-based binlogging of row failed"
5042
#: ../plugin/myisam/my_handler_errors.cc:84
6616
#: storage/myisam/my_handler_errors.c:119
5043
6617
msgid "Index needed in foreign key constraint"
5044
6618
msgstr "Index needed in foreign key constraint"
5046
#: ../plugin/myisam/my_handler_errors.cc:85
6620
#: storage/myisam/my_handler_errors.c:121
5047
6621
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5048
6622
msgstr "Upholding foreign key constraints would lead to a duplicate key error"
5050
#: ../plugin/myisam/my_handler_errors.cc:86
6624
#: storage/myisam/my_handler_errors.c:123
5051
6625
msgid "Table needs to be upgraded before it can be used"
5052
6626
msgstr "Table needs to be upgraded before it can be used"
5054
#: ../plugin/myisam/my_handler_errors.cc:87
6628
#: storage/myisam/my_handler_errors.c:125
5055
6629
msgid "Table is read only"
5056
6630
msgstr "Table is read only"
5058
#: ../plugin/myisam/my_handler_errors.cc:88
6632
#: storage/myisam/my_handler_errors.c:127
5059
6633
msgid "Failed to get next auto increment value"
5060
6634
msgstr "Failed to get next auto increment value"
5062
#: ../plugin/myisam/my_handler_errors.cc:89
6636
#: storage/myisam/my_handler_errors.c:129
5063
6637
msgid "Failed to set row auto increment value"
5064
6638
msgstr "Failed to set row auto increment value"
5066
#: ../plugin/myisam/my_handler_errors.cc:90
6640
#: storage/myisam/my_handler_errors.c:131
5067
6641
msgid "Unknown (generic) error from engine"
5068
6642
msgstr "Unknown (generic) error from engine"
5070
#: ../plugin/myisam/my_handler_errors.cc:91
6644
#: storage/myisam/my_handler_errors.c:133
5071
6645
msgid "Record is the same"
5072
6646
msgstr "Record is the same"
5074
#: ../plugin/myisam/my_handler_errors.cc:92
6648
#: storage/myisam/my_handler_errors.c:135
5075
6649
msgid "It is not possible to log this statement"
5076
6650
msgstr "It is not possible to log this statement"
5078
#: ../plugin/myisam/my_handler_errors.cc:93
6652
#: storage/myisam/my_handler_errors.c:137
5079
6653
msgid "Tablespace exists"
5080
6654
msgstr "Tablespace exists"
5082
#: ../plugin/myisam/my_handler_errors.cc:94
6656
#: storage/myisam/my_handler_errors.c:139
5083
6657
msgid "The event was corrupt, leading to illegal data being read"
5084
6658
msgstr "The event was corrupt, leading to illegal data being read"
5086
#: ../plugin/myisam/my_handler_errors.cc:95
6660
#: storage/myisam/my_handler_errors.c:141
5087
6661
msgid "The table is of a new format not supported by this version"
5088
6662
msgstr "The table is of a new format not supported by this version"
5090
#: ../plugin/myisam/my_handler_errors.cc:96
6664
#: storage/myisam/my_handler_errors.c:143
5091
6666
msgid "The event could not be processed no other handler error happened"
5092
6667
msgstr "The event could not be processed no other handler error happened"
5094
#: ../plugin/myisam/my_handler_errors.cc:97
6669
#: storage/myisam/my_handler_errors.c:145
5095
6671
msgid "Got a fatal error during initialzation of handler"
5096
msgstr "Got a fatal error during initialzation of handler"
6672
msgstr "Got a fatal error during initialisation of handler"
5098
#: ../plugin/myisam/my_handler_errors.cc:98
6674
#: storage/myisam/my_handler_errors.c:147
5099
6675
msgid "File to short; Expected more data in file"
5100
6676
msgstr "File too short; Expected more data in file"
5102
#: ../plugin/myisam/my_handler_errors.cc:99
6678
#: storage/myisam/my_handler_errors.c:149
5103
6679
msgid "Read page with wrong checksum"
5104
6680
msgstr "Read page with wrong checksum"
5106
#. TODO: get a better message for these
5107
#: ../plugin/myisam/my_handler_errors.cc:101
6682
#: storage/myisam/my_handler_errors.c:151
5108
6683
msgid "Lock or active transaction"
5109
6684
msgstr "Lock or active transaction"
5111
#: ../plugin/myisam/my_handler_errors.cc:102
6686
#: storage/myisam/my_handler_errors.c:153
5112
6687
msgid "No such table space"
5113
6688
msgstr "No such table space"
5115
#: ../plugin/myisam/my_handler_errors.cc:103
6690
#: storage/myisam/my_handler_errors.c:155
5116
6691
msgid "Tablespace not empty"
5117
6692
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)"
6694
#~ msgid "Directory where character sets are."
6695
#~ msgstr "Directory where character sets are."
6697
#~ msgid "The protocol of connection (tcp,socket,pipe,memory)."
6698
#~ msgstr "The protocol of connection (tcp,socket,pipe,memory)."
6700
#~ msgid "categories:"
6701
#~ msgstr "categories:"
6706
#~ msgid "Name: '%s'\n"
6707
#~ msgstr "Name: '%s'\n"
6723
#~ msgid "Many help items for your request exist."
6724
#~ msgstr "Many help items for your request exist."
6727
#~ "To make a more specific request, please type 'help <item>',\n"
6728
#~ "where <item> is one of the following"
6730
#~ "To make a more specific request, please type 'help <item>',\n"
6731
#~ "where <item> is one of the following"
6733
#~ msgid "You asked for help about help category: '%s'\n"
6734
#~ msgstr "You asked for help about help category: '%s'\n"
6737
#~ "For more information, type 'help <item>', where <item> is one of the "
6740
#~ "For more information, type 'help <item>', where <item> is one of the "
6751
#~ "Please try to run 'help contents' for a list of all accessible topics\n"
6753
#~ "Please try to run 'help contents' for a list of all accessible topics\n"
6757
#~ "For server side help, type 'help contents'\n"
6760
#~ "For server side help, type 'help contents'\n"
6762
#~ msgid "Got error %d from pthread_cond_timedwait"
6763
#~ msgstr "Got error %d from pthread_cond_timedwait"
6765
#~ msgid "Got signal %d to shutdown drizzled"
6766
#~ msgstr "Got signal %d to shutdown drizzled"
6768
#~ msgid "Got signal: %d error: %d"
6769
#~ msgstr "Got signal: %d error: %d"
6771
#~ msgid "Wrong date/time format specifier: %s\n"
6772
#~ msgstr "Wrong date/time format specifier: %s\n"
6775
#~ "Changed limits: max_open_files: %u max_connections: %<PRIu64> "
6776
#~ "table_cache: %<PRIu64>"
6778
#~ "Changed limits: max_open_files: %u max_connections: %<PRIu64> "
6779
#~ "table_cache: %<PRIu64>"
6782
#~ "Could not increase number of max_open_files to more than %u (request: %u)"
6784
#~ "Could not increase number of max_open_files to more than %u (request: %u)"
6786
#~ msgid "Unable to reopen stdout"
6787
#~ msgstr "Unable to reopen stdout"
6789
#~ msgid "Unable to reopen stderr"
6790
#~ msgstr "Unable to reopen stderr"
6793
#~ "using --replicate-same-server-id in conjunction with --log-slave-updates "
6794
#~ "is impossible, it would lead to infinite loops in this server."
6796
#~ "using --replicate-same-server-id in conjunction with --log-slave-updates "
6797
#~ "is impossible, it would lead to infinite loops in this server."
6800
#~ "No argument was provided to --log-bin, and --log-bin-index was not used; "
6801
#~ "so replication may break when this Drizzle server acts as a master and "
6802
#~ "has his hostname changed!! Please use '--log-bin=%s' to avoid this "
6805
#~ "No argument was provided to --log-bin, and --log-bin-index was not used; "
6806
#~ "so replication may break when this Drizzle server acts as a master and "
6807
#~ "has his hostname changed!! Please use '--log-bin=%s' to avoid this "
6810
#~ msgid "Can't initialize tc_log"
6811
#~ msgstr "Can't initialise tc_log"
6814
#~ "You have enabled the binary log, but you haven't set server-id to a non-"
6815
#~ "zero value: we force server id to 1; updates will be logged to the binary "
6816
#~ "log, but connections from slaves will not be accepted."
6818
#~ "You have enabled the binary log, but you haven't set server-id to a non-"
6819
#~ "zero value: we force server id to 1; updates will be logged to the binary "
6820
#~ "log, but connections from slaves will not be accepted."
6822
#~ msgid "Before Lock_thread_count"
6823
#~ msgstr "Before Lock_thread_count"
6825
#~ msgid "After lock_thread_count"
6826
#~ msgstr "After lock_thread_count"
6828
#~ msgid "Option used by mysql-test for debugging and testing of replication."
6829
#~ msgstr "Option used by mysql-test for debugging and testing of replication."
6832
#~ "The maximum size of a row-based binary log event in bytes. Rows will be "
6833
#~ "grouped into events smaller than this size if possible. The value has to "
6834
#~ "be a multiple of 256."
6836
#~ "The maximum size of a row-based binary log event in bytes. Rows will be "
6837
#~ "grouped into events smaller than this size if possible. The value has to "
6838
#~ "be a multiple of 256."
6840
#~ msgid "Don't ignore client side character set value sent during handshake."
6841
#~ msgstr "Don't ignore client side character set value sent during handshake."
6843
#~ msgid "Write error output on screen."
6844
#~ msgstr "Write error output on screen."
6846
#~ msgid "Command(s) that are executed when a slave connects to this master"
6847
#~ msgstr "Command(s) that are executed when a slave connects to this master"
6850
#~ "Log update queries in binary format. Optional argument is the location "
6851
#~ "for the binary log files.(Strongly recommended to avoid replication "
6852
#~ "problems if server's hostname changes)"
6854
#~ "Log update queries in binary format. Optional argument is the location "
6855
#~ "for the binary log files.(Strongly recommended to avoid replication "
6856
#~ "problems if server's hostname changes)"
6858
#~ msgid "File that holds the names for last binary log files."
6859
#~ msgstr "File that holds the names for last binary log files."
6861
#~ msgid "Error log file."
6862
#~ msgstr "Error log file."
6865
#~ "Tells the slave to log the updates from the slave thread to the binary "
6866
#~ "log. You will need to turn it on if you plan to daisy-chain the slaves."
6868
#~ "Tells the slave to log the updates from the slave thread to the binary "
6869
#~ "log. You will need to turn it on if you plan to daisy-chain the slaves."
6872
#~ "Path to transaction coordinator log (used for transactions that affect "
6873
#~ "more than one storage engine, when binary log is disabled)"
6875
#~ "Path to transaction coordinator log (used for transactions that affect "
6876
#~ "more than one storage engine, when binary log is disabled)"
6878
#~ msgid "Size of transaction coordinator log."
6879
#~ msgstr "Size of transaction coordinator log."
6881
#~ msgid "INSERT/DELETE/UPDATE has lower priority than selects."
6882
#~ msgstr "INSERT/DELETE/UPDATE has lower priority than selects."
6885
#~ "The location and name of the file that remembers the master and where the "
6886
#~ "I/O replication thread is in the master's binlogs."
6888
#~ "The location and name of the file that remembers the master and where the "
6889
#~ "I/O replication thread is in the master's binlogs."
6892
#~ "The number of tries the slave will make to connect to the master before "
6895
#~ "The number of tries the slave will make to connect to the master before "
6898
#~ msgid "The location and name to use for relay logs."
6899
#~ msgstr "The location and name to use for relay logs."
6902
#~ "The location and name to use for the file that keeps a list of the last "
6905
#~ "The location and name to use for the file that keeps a list of the last "
6909
#~ "The location and name of the file that remembers where the SQL "
6910
#~ "replication thread is in the relay logs."
6912
#~ "The location and name of the file that remembers where the SQL "
6913
#~ "replication thread is in the relay logs."
6916
#~ "In replication, if set to 1, do not skip events having our server id. "
6917
#~ "Default value is 0 (to break infinite loops in circular replication). "
6918
#~ "Can't be set to 1 if --log-slave-updates is used."
6920
#~ "In replication, if set to 1, do not skip events having our server id. "
6921
#~ "Default value is 0 (to break infinite loops in circular replication). "
6922
#~ "Can't be set to 1 if --log-slave-updates is used."
6925
#~ "Hostname or IP of the slave to be reported to to the master during slave "
6926
#~ "registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset "
6927
#~ "if you do not want the slave to register itself with the master. Note "
6928
#~ "that it is not sufficient for the master to simply read the IP of the "
6929
#~ "slave off the socket once the slave connects. Due to NAT and other "
6930
#~ "routing issues, that IP may not be valid for connecting to the slave from "
6931
#~ "the master or other hosts."
6933
#~ "Hostname or IP of the slave to be reported to to the master during slave "
6934
#~ "registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset "
6935
#~ "if you do not want the slave to register itself with the master. Note "
6936
#~ "that it is not sufficient for the master to simply read the IP of the "
6937
#~ "slave off the socket once the slave connects. Due to NAT and other "
6938
#~ "routing issues, that IP may not be valid for connecting to the slave from "
6939
#~ "the master or other hosts."
6941
#~ msgid "If set, slave is not autostarted."
6942
#~ msgstr "If set, slave is not started automatically."
6945
#~ "The location where the slave should put its temporary files when "
6946
#~ "replicating a LOAD DATA INFILE command."
6948
#~ "The location where the slave should put its temporary files when "
6949
#~ "replicating a LOAD DATA INFILE command."
6952
#~ "Tells the slave thread to continue replication when a query event returns "
6953
#~ "an error from the provided list."
6955
#~ "Tells the slave thread to continue replication when a query event returns "
6956
#~ "an error from the provided list."
6959
#~ "Modes for how replication events should be executed. Legal values are "
6960
#~ "STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
6961
#~ "stop for operations that are idempotent. In STRICT mode, replication will "
6962
#~ "stop on any unexpected difference between the master and the slave."
6964
#~ "Modes for how replication events should be executed. Legal values are "
6965
#~ "STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
6966
#~ "stop for operations that are idempotent. In STRICT mode, replication will "
6967
#~ "stop on any unexpected difference between the master and the slave."
6969
#~ msgid "(INGORED)"
5885
6970
#~ 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"
6973
#~ "Decision to use in heuristic recover process. Possible values are COMMIT "
6976
#~ "Decision to use in heuristic recover process. Possible values are COMMIT "
6980
#~ "Path for temporary files. Several paths may be specified, separated by a "
6981
#~ "colon (:), in this case they are used in a round-robin fashion."
6983
#~ "Path for temporary files. Several paths may be specified, separated by a "
6984
#~ "colon (:), in this case they are used in a round-robin fashion."
6987
#~ "The size of the cache to hold the SQL statements for the binary log "
6988
#~ "during a transaction. If you often use big, multi-statement transactions "
6989
#~ "you can increase this to get more performance."
6991
#~ "The size of the cache to hold the SQL statements for the binary log "
6992
#~ "during a transaction. If you often use big, multi-statement transactions "
6993
#~ "you can increase this to get more performance."
6995
#~ msgid "The DATE format (For future)."
6996
#~ msgstr "The DATE format (For future)."
6998
#~ msgid "The DATETIME/TIMESTAMP format (for future)."
6999
#~ msgstr "The DATETIME/TIMESTAMP format (for future)."
7001
#~ msgid "The default week format used by WEEK() functions."
7002
#~ msgstr "The default week format used by WEEK() functions."
7005
#~ "If non-zero, binary logs will be purged after expire_logs_days days; "
7006
#~ "possible purges happen at startup and at binary log rotation."
7008
#~ "If non-zero, binary logs will be purged after expire_logs_days days; "
7009
#~ "possible purges happen at start-up and at binary log rotation."
7012
#~ "Can be used to restrict the total size used to cache a multi-transaction "
7015
#~ "Can be used to restrict the total size used to cache a multi-transaction "
7019
#~ "Binary log will be rotated automatically when the size exceeds this "
7020
#~ "value. Will also apply to relay logs if max_relay_log_size is 0. The "
7021
#~ "minimum value for this variable is 4096."
7023
#~ "Binary log will be rotated automatically when the size exceeds this "
7024
#~ "value. Will also apply to relay logs if max_relay_log_size is 0. The "
7025
#~ "minimum value for this variable is 4096."
7027
#~ msgid "The number of simultaneous clients allowed."
7028
#~ msgstr "The number of simultaneous clients allowed."
7031
#~ "If non-zero: relay log will be rotated automatically when the size "
7032
#~ "exceeds this value; if zero (the default): when the size exceeds "
7033
#~ "max_binlog_size. 0 excepted, the minimum value for this variable is 4096."
7035
#~ "If non-zero: relay log will be rotated automatically when the size "
7036
#~ "exceeds this value; if zero (the default): when the size exceeds "
7037
#~ "max_binlog_size. 0 excepted, the minimum value for this variable is 4096."
7039
#~ msgid "Use compatible behavior."
7040
#~ msgstr "Use compatible behaviour."
7043
#~ "If this is not 0, then drizzled will use this value to reserve file "
7044
#~ "descriptors to use with setrlimit(). If this value is 0 then drizzled "
7045
#~ "will reserve max_connections*5 or max_connections + table_cache*2 "
7046
#~ "(whichever is larger) number of files."
7048
#~ "If this is not 0, then drizzled will use this value to reserve file "
7049
#~ "descriptors to use with setrlimit(). If this value is 0 then drizzled "
7050
#~ "will reserve max_connections*5 or max_connections + table_cache*2 "
7051
#~ "(whichever is larger) number of files."
7054
#~ "Make all non-temporary tables read-only, with the exception for "
7055
#~ "replication (slave) threads and users with the SUPER privilege"
7057
#~ "Make all non-temporary tables read-only, with the exception for "
7058
#~ "replication (slave) threads and users with the SUPER privilege"
7061
#~ "0 = do not purge relay logs. 1 = purge them as soon as they are no more "
7064
#~ "0 = do not purge relay logs. 1 = purge them as soon as they are no more "
7067
#~ msgid "Maximum space to use for all relay logs."
7068
#~ msgstr "Maximum space to use for all relay logs."
7070
#~ msgid "Use compression on master/slave protocol."
7071
#~ msgstr "Use compression on master/slave protocol."
7074
#~ "Number of seconds to wait for more data from a master/slave connection "
7075
#~ "before aborting the read."
7077
#~ "Number of seconds to wait for more data from a master/slave connection "
7078
#~ "before aborting the read."
7081
#~ "Number of times the slave SQL thread will retry a transaction in case it "
7082
#~ "failed with a deadlock or elapsed lock wait timeout, before giving up and "
7085
#~ "Number of times the slave SQL thread will retry a transaction in case it "
7086
#~ "failed with a deadlock or elapsed lock wait timeout, before giving up and "
7089
#~ msgid "Allow slave to batch requests."
7090
#~ msgstr "Allow slave to batch requests."
7093
#~ "If creating the thread takes longer than this value (in seconds), the "
7094
#~ "Slow_launch_threads counter will be incremented."
7096
#~ "If creating the thread takes longer than this value (in seconds), the "
7097
#~ "Slow_launch_threads counter will be incremented."
7100
#~ "Synchronously flush binary log to disk after every #th event. Use 0 "
7101
#~ "(default) to disable synchronous flushing."
7103
#~ "Synchronously flush binary log to disk after every #th event. Use 0 "
7104
#~ "(default) to disable synchronous flushing."
7106
#~ msgid "How many threads we should keep in a cache for reuse."
7107
#~ msgstr "How many threads we should keep in a cache for reuse."
7110
#~ "How many threads we should create to handle query requests in case of "
7111
#~ "'thread_handling=pool-of-threads'"
7113
#~ "How many threads we should create to handle query requests in case of "
7114
#~ "'thread_handling=pool-of-threads'"
7116
#~ msgid "The TIME format (for future)."
7117
#~ msgstr "The TIME format (for future)."
7119
#~ msgid "Master reported unrecognized DRIZZLE version"
7120
#~ msgstr "Master reported unrecognised DRIZZLE version"
7123
#~ "Switch to another charset. Might be needed for processing binlog with "
7124
#~ "multi-byte charsets."
7126
#~ "Switch to another charset. Might be needed for processing binlog with "
7127
#~ "multi-byte charsets."
7130
#~ "Copyright (C) 2000-2008 MySQL AB\n"
7131
#~ " This software comes with ABSOLUTELY "
7132
#~ "NO WARRANTY. This is free software,\n"
7133
#~ " and you are welcome to modify and redistribute it under the GPL license\n"
7135
#~ "Copyright (C) 2000-2008 MySQL AB\n"
7136
#~ " This software comes with ABSOLUTELY "
7137
#~ "NO WARRANTY. This is free software,\n"
7138
#~ " and you are welcome to modify and redistribute it under the GPL license\n"
7140
#~ msgid "Usage: \\C char_setname | charset charset_name"
7141
#~ msgstr "Usage: \\C char_setname | charset charset_name"
7143
#~ msgid "Charset changed"
7144
#~ msgstr "Charset changed"
7146
#~ msgid "Charset is not found"
7147
#~ msgstr "Charset is not found"
7150
#~ "Although a path was specified for the --log option, log tables are used. "
7151
#~ "To enable logging to files use the --log-output option."
7153
#~ "Although a path was specified for the --log option, log tables are used. "
7154
#~ "To enable logging to files use the --log-output option."
7157
#~ "Although a path was specified for the --log-slow-queries option, log "
7158
#~ "tables are used. To enable logging to files use the --log-output=file "
7161
#~ "Although a path was specified for the --log-slow-queries option, log "
7162
#~ "tables are used. To enable logging to files use the --log-output=file "
7165
#~ msgid "You need to use --log-bin to make --binlog-format work."
7166
#~ msgstr "You need to use --log-bin to make --binlog-format work."
7169
#~ "Tells the master that updates to the given database should not be logged "
7170
#~ "tothe binary log."
7172
#~ "Tells the master that updates to the given database should not be logged "
7173
#~ "to the binary log."
7176
#~ "Tells the slave thread to not replicate to the specified table. To "
7177
#~ "specify more than one table to ignore, use the directive multiple times, "
7178
#~ "once for each table. This will work for cross-datbase updates, in "
7179
#~ "contrast to replicate-ignore-db."
7181
#~ "Tells the slave thread to not replicate to the specified table. To "
7182
#~ "specify more than one table to ignore, use the directive multiple times, "
7183
#~ "once for each table. This will work for cross-database updates, in "
7184
#~ "contrast to replicate-ignore-db."
7187
#~ "Log all queries that have taken more than long_query_time seconds to "
7188
#~ "execute to file. The argument will be treated as a decimal value with "
7189
#~ "microsecond precission."
7191
#~ "Log all queries that have taken more than long_query_time seconds to "
7192
#~ "execute to file. The argument will be treated as a decimal value with "
7193
#~ "microsecond precision."
7195
#~ msgid "Unknown option to protocol: %s\n"
7196
#~ msgstr "Unknown option to protocol: %s\n"
7198
#~ msgid "COLLATION %s is not valid for CHARACTER SET %s"
7199
#~ msgstr "COLLATION %s is not valid for CHARACTER SET %s"