104
104
msgid "Don't show warnings after every statement."
107
#: client/drizzle.cc:1165 client/drizzle.cc:1172
107
#: client/drizzle.cc:1167 client/drizzle.cc:1174
109
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
110
"Memory allocation error while constructing initial prompt. Aborting.\n"
112
#: client/drizzle.cc:1268
113
#: client/drizzle.cc:1270
113
114
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
116
#: client/drizzle.cc:1278
117
#: client/drizzle.cc:1280
119
120
"Your Drizzle connection id is %u\n"
120
121
"Server version: %s\n"
123
#: client/drizzle.cc:1310
124
#: client/drizzle.cc:1308
125
126
msgid "Reading history-file %s\n"
128
#: client/drizzle.cc:1314
129
#: client/drizzle.cc:1312
130
131
msgid "Couldn't allocate memory for temp histfile!\n"
133
#: client/drizzle.cc:1321
134
#: client/drizzle.cc:1319
134
135
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
137
#: client/drizzle.cc:1340
138
#: client/drizzle.cc:1338
139
140
msgid "Writing history-file %s\n"
142
#: client/drizzle.cc:1348
143
#: client/drizzle.cc:1345
146
#: client/drizzle.cc:1348
147
#: client/drizzle.cc:1345
150
#: client/drizzle.cc:1403
151
#: client/drizzle.cc:1400
151
152
msgid "Query aborted by Ctrl+C\n"
154
#: client/drizzle.cc:1426 drizzled/drizzled.cc:1679
155
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
155
156
msgid "Display this help and exit."
159
#: client/drizzle.cc:1425
160
msgid "Synonym for -?"
158
163
#: client/drizzle.cc:1428
159
msgid "Synonym for -?"
162
#: client/drizzle.cc:1431
164
165
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
165
166
"and field completion, but startup and reconnecting may take a longer time. "
166
167
"Disable with --disable-auto-rehash."
169
#: client/drizzle.cc:1435
170
#: client/drizzle.cc:1432
171
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
172
173
"completion. This gives a quicker start of drizzle_st and disables rehashing "
173
174
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
176
#: client/drizzle.cc:1438
177
#: client/drizzle.cc:1435
178
179
"Automatically switch to vertical output mode if the result is wider than the "
179
180
"terminal width."
182
#: client/drizzle.cc:1441
183
#: client/drizzle.cc:1438
184
185
"Don't use history file. Disable interactive behavior. (Enables --silent)"
188
#: client/drizzle.cc:1439
189
msgid "Display column type information."
187
192
#: client/drizzle.cc:1442
188
msgid "Display column type information."
191
#: client/drizzle.cc:1445
193
194
"Preserve comments. Send comments to the server. The default is --skip-"
194
195
"comments (discard comments), enable with --comments"
198
#: client/drizzle.cc:1445
199
msgid "Use compression in server/client protocol."
197
202
#: client/drizzle.cc:1448
198
msgid "Use compression in server/client protocol."
203
msgid "Check memory and open file usage at exit ."
201
206
#: client/drizzle.cc:1451
202
msgid "Check memory and open file usage at exit ."
205
#: client/drizzle.cc:1454
206
207
msgid "Print some debug info at exit."
210
#: client/drizzle.cc:1453
211
msgid "Database to use."
209
214
#: client/drizzle.cc:1456
210
msgid "Database to use."
213
#: client/drizzle.cc:1459
214
215
msgid "(not used)"
217
#: client/drizzle.cc:1461
218
#: client/drizzle.cc:1458
218
219
msgid "Delimiter to be used."
221
#: client/drizzle.cc:1463
222
#: client/drizzle.cc:1460
222
223
msgid "Execute command and quit. (Disables --force and history file)"
226
#: client/drizzle.cc:1462
227
msgid "Print the output of a query (rows) vertically."
225
230
#: client/drizzle.cc:1465
226
msgid "Print the output of a query (rows) vertically."
229
#: client/drizzle.cc:1468
230
231
msgid "Continue even if we get an sql error."
233
#: client/drizzle.cc:1472
234
#: client/drizzle.cc:1469
235
236
"Enable named commands. Named commands mean this program's internal commands; "
236
237
"see drizzle> help . When enabled, the named commands can be used from any "
247
248
"deprecated; use --disable-named-commands instead."
250
#: client/drizzle.cc:1478
251
#: client/drizzle.cc:1475
251
252
msgid "Ignore space after function names."
255
#: client/drizzle.cc:1477
256
msgid "Enable/disable LOAD DATA LOCAL INFILE."
254
259
#: client/drizzle.cc:1480
255
msgid "Enable/disable LOAD DATA LOCAL INFILE."
258
#: client/drizzle.cc:1483
259
260
msgid "Turn off beep on error."
262
#: client/drizzle.cc:1485
263
#: client/drizzle.cc:1482
263
264
msgid "Connect to host."
267
#: client/drizzle.cc:1484
268
msgid "Write line numbers for errors."
266
271
#: client/drizzle.cc:1487
267
msgid "Write line numbers for errors."
270
#: client/drizzle.cc:1490
272
273
"Don't write line number for errors. WARNING: -L is deprecated, use long "
273
274
"version of this option instead."
276
#: client/drizzle.cc:1492
277
#: client/drizzle.cc:1489
277
278
msgid "Flush buffer after each query."
280
#: client/drizzle.cc:1494
281
#: client/drizzle.cc:1491
281
282
msgid "Write column names in results."
284
#: client/drizzle.cc:1498
285
#: client/drizzle.cc:1495
286
287
"Don't write column names in results. WARNING: -N is deprecated, use long "
287
288
"version of this options instead."
290
#: client/drizzle.cc:1501
291
#: client/drizzle.cc:1498
292
293
"Change the value of a variable. Please note that this option is deprecated; "
293
294
"you can set variables directly with --variable-name=value."
296
#: client/drizzle.cc:1503
297
#: client/drizzle.cc:1500
297
298
msgid "Ignore SIGINT (CTRL-C)"
300
#: client/drizzle.cc:1507
301
#: client/drizzle.cc:1504
302
303
"Only update the default database. This is useful for skipping updates to "
303
304
"other database in the update log."
306
#: client/drizzle.cc:1510
307
#: client/drizzle.cc:1507
308
309
"Pager to use to display results. If you don't supply an option the default "
309
310
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
315
#: client/drizzle.cc:1513
316
#: client/drizzle.cc:1510
317
318
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
318
319
"option deprecated; use --disable-pager instead."
321
#: client/drizzle.cc:1516
322
#: client/drizzle.cc:1513
323
324
"Password to use when connecting to server. If password is not given it's "
324
325
"asked from the tty."
327
#: client/drizzle.cc:1518
328
#: client/drizzle.cc:1515
329
330
"Port number to use for connection or 0 for default to, in order of "
330
331
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
333
#: client/drizzle.cc:1519
334
#: client/drizzle.cc:1516
334
335
msgid "built-in default"
337
#: client/drizzle.cc:1521
338
#: client/drizzle.cc:1518
338
339
msgid "Set the drizzle prompt to this value."
341
#: client/drizzle.cc:1525
342
#: client/drizzle.cc:1522
343
344
"Don't cache result, print it row by row. This may slow down the server if "
344
345
"the output is suspended. Doesn't use history file."
348
#: client/drizzle.cc:1524
349
msgid "Write fields without conversion. Used with --batch."
347
352
#: client/drizzle.cc:1527
348
msgid "Write fields without conversion. Used with --batch."
351
#: client/drizzle.cc:1530
353
354
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
354
355
"option is enabled by default."
357
#: client/drizzle.cc:1532
358
#: client/drizzle.cc:1529
358
359
msgid "Shutdown the server."
361
#: client/drizzle.cc:1534
362
#: client/drizzle.cc:1531
363
364
"Be more silent. Print results with a tab as separator, each row on new line."
367
#: client/drizzle.cc:1533
368
msgid "Socket file to use for connection."
366
371
#: client/drizzle.cc:1536
367
msgid "Socket file to use for connection."
372
msgid "Output in table format."
370
375
#: client/drizzle.cc:1539
371
msgid "Output in table format."
374
#: client/drizzle.cc:1542
376
377
"Append everything into outfile. See interactive help (\\h) also. Does not "
377
378
"work in batch mode. Disable with --disable-tee. This option is disabled by "
381
#: client/drizzle.cc:1544
382
#: client/drizzle.cc:1541
383
384
"Disable outfile. See interactive help (\\h) also. WARNING: option "
384
385
"deprecated; use --disable-tee instead"
387
#: client/drizzle.cc:1546
388
#: client/drizzle.cc:1544
388
389
msgid "User for login if not current user."
391
#: client/drizzle.cc:1548
392
#: client/drizzle.cc:1547
392
393
msgid "Only allow UPDATE and DELETE that uses keys."
395
#: client/drizzle.cc:1551
396
#: client/drizzle.cc:1550
396
397
msgid "Synonym for option --safe-updates, -U."
399
#: client/drizzle.cc:1554
400
#: client/drizzle.cc:1553
400
401
msgid "Write more. (-v -v -v gives the table output format)."
403
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
404
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
404
405
msgid "Output version information and exit."
407
#: client/drizzle.cc:1558
408
#: client/drizzle.cc:1557
408
409
msgid "Wait and retry if connection is down."
409
410
msgstr "الرجاء الإنتظار ، وإعادة محاولة الإتصال إن فشل في الإتصال"
411
#: client/drizzle.cc:1561
412
#: client/drizzle.cc:1560
412
413
msgid "Number of seconds before connection timeout."
415
#: client/drizzle.cc:1566
416
#: client/drizzle.cc:1565
416
417
msgid "Max length of input line"
419
#: client/drizzle.cc:1571
420
#: client/drizzle.cc:1570
420
421
msgid "Automatic limit for SELECT when using --safe-updates"
423
#: client/drizzle.cc:1576
424
#: client/drizzle.cc:1575
424
425
msgid "Automatic limit for rows in a join when using --safe-updates"
427
#: client/drizzle.cc:1580
428
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
428
#: client/drizzle.cc:1579
430
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
431
#: client/drizzle.cc:1585
433
#: client/drizzle.cc:1584
432
434
msgid "Number of lines before each import progress report."
435
#: client/drizzle.cc:1588
437
#: client/drizzle.cc:1587
436
438
msgid "Ping the server to check if it's alive."
439
#: client/drizzle.cc:1598
441
#: client/drizzle.cc:1597
441
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
443
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
444
#: client/drizzle.cc:1605
446
#: client/drizzle.cc:1604
447
449
"Copyright (C) 2008 Sun Microsystems\n"
449
451
"and you are welcome to modify and redistribute it under the GPL license\n"
452
#: client/drizzle.cc:1610
454
#: client/drizzle.cc:1609
454
456
msgid "Usage: %s [OPTIONS] [database]\n"
457
#: client/drizzle.cc:1641
459
#: client/drizzle.cc:1640
458
460
msgid "DELIMITER cannot contain a backslash character"
461
#: client/drizzle.cc:1659
463
#: client/drizzle.cc:1658
463
465
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
466
#: client/drizzle.cc:1682
468
#: client/drizzle.cc:1681
468
470
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
471
#: client/drizzle.cc:1686
473
#: client/drizzle.cc:1685
473
475
msgid "WARNING: --server-arg option not supported in this configuration.\n"
476
#: client/drizzle.cc:1717
478
#: client/drizzle.cc:1712
478
480
"Non-integer value supplied for port. If you are trying to enter a password "
479
481
"please use --password instead."
482
#: client/drizzle.cc:1725
484
#: client/drizzle.cc:1720
483
485
msgid "Value supplied for port is not valid."
486
#: client/drizzle.cc:1864
488
#: client/drizzle.cc:1866
488
490
msgid "Processing line: %<PRIu32>\n"
491
#: client/drizzle.cc:2079
493
#: client/drizzle.cc:2083
493
495
msgid "Unknown command '\\%c'."
496
#: client/drizzle.cc:2489
498
#: client/drizzle.cc:2493
498
500
"Reading table information for completion of table and column names\n"
499
501
" You can turn off this feature to get a quicker startup with -A\n"
503
#: client/drizzle.cc:2579
505
#: client/drizzle.cc:2583
504
506
msgid "No connection. Trying to reconnect..."
507
#: client/drizzle.cc:2585
509
#: client/drizzle.cc:2589
508
510
msgid "Can't connect to the server\n"
509
511
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
511
#: client/drizzle.cc:2664
513
#: client/drizzle.cc:2668
512
514
msgid "List of all Drizzle commands:"
515
#: client/drizzle.cc:2666
517
#: client/drizzle.cc:2670
516
518
msgid "Note that all text commands must be first on line and end with ';'"
519
#: client/drizzle.cc:2721
521
#: client/drizzle.cc:2725
520
522
msgid "No query specified\n"
523
#: client/drizzle.cc:2736
525
#: client/drizzle.cc:2740
524
526
msgid "Ignoring query to other database"
527
#: client/drizzle.cc:2786
529
#: client/drizzle.cc:2790
528
530
msgid "Empty set"
531
#: client/drizzle.cc:2799
533
#: client/drizzle.cc:2803
533
535
msgid "%ld row in set"
534
536
msgid_plural "%ld rows in set"
538
#: client/drizzle.cc:2808
540
#: client/drizzle.cc:2812
542
#: client/drizzle.cc:2810
544
#: client/drizzle.cc:2814
544
546
msgid "Query OK, %ld row affected"
545
547
msgid_plural "Query OK, %ld rows affected"
549
#: client/drizzledump.cc:345
550
msgid "Number of rows before each output progress report (requires --verbose)."
553
#: client/drizzledump.cc:415
551
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
552
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
553
#: client/drizzletest.cc:4728
556
"Non-integer value supplied for port. If you are trying to enter a password "
557
"please use --password instead.\n"
560
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
561
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
562
#: client/drizzletest.cc:4736
564
msgid "Value supplied for port is not valid.\n"
567
#: client/drizzledump.cc:387
569
"Number of rows before each output progress report (requires --verbose)."
572
#: client/drizzledump.cc:461
555
574
msgid "Got errno %d on write"
558
#: client/drizzledump.cc:420
577
#: client/drizzledump.cc:466
560
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
579
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
563
#: client/drizzledump.cc:427
582
#: client/drizzledump.cc:473
565
584
msgid "Usage: %s [OPTIONS] database [tables]\n"
568
#: client/drizzledump.cc:428
587
#: client/drizzledump.cc:474
570
589
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
573
#: client/drizzledump.cc:430
592
#: client/drizzledump.cc:476
575
594
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
578
#: client/drizzledump.cc:438
597
#: client/drizzledump.cc:483
598
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
601
#: client/drizzledump.cc:484
580
603
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
581
604
"and you are welcome to modify and redistribute it under the GPL license\n"
584
#: client/drizzledump.cc:439
585
msgid "Dumps definitions and data from a Drizzle database server"
607
#: client/drizzledump.cc:485
608
msgid "Dumping definition and data DRIZZLE database or table"
588
#: client/drizzledump.cc:450
611
#: client/drizzledump.cc:496
590
613
msgid "For more options, use %s --help\n"
593
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
594
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
597
"Non-integer value supplied for port. If you are trying to enter a password "
598
"please use --password instead.\n"
601
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
602
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
604
msgid "Value supplied for port is not valid.\n"
607
#: client/drizzledump.cc:582
616
#: client/drizzledump.cc:630
609
618
msgid "Memory allocation error while copying password. Aborting.\n"
612
#: client/drizzledump.cc:621
621
#: client/drizzledump.cc:669
614
623
msgid "Input filename too long: %s"
617
#: client/drizzledump.cc:656
626
#: client/drizzledump.cc:712
619
628
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
622
#: client/drizzledump.cc:681
631
#: client/drizzledump.cc:737
624
633
msgid "Invalid mode to --compatible: %s\n"
627
#: client/drizzledump.cc:726
636
#: client/drizzledump.cc:791
629
638
msgid "%s: You must use option --tab with --fields-...\n"
632
#: client/drizzledump.cc:732
641
#: client/drizzledump.cc:808
635
644
"%s: You can't use --single-transaction and --lock-all-tables at the same "
639
#: client/drizzledump.cc:738
648
#: client/drizzledump.cc:821
642
651
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
646
#: client/drizzledump.cc:744
655
#: client/drizzledump.cc:827
648
657
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
651
#: client/drizzledump.cc:767
660
#: client/drizzledump.cc:853
653
662
msgid "Got error: %s (%d) %s"
656
#: client/drizzledump.cc:774
665
#: client/drizzledump.cc:860
658
667
msgid "Got error: %d %s"
661
#: client/drizzledump.cc:872 client/drizzledump.cc:879
662
#: client/drizzledump.cc:892
670
#: client/drizzledump.cc:958 client/drizzledump.cc:965
671
#: client/drizzledump.cc:978
664
673
msgid "Couldn't execute '%s': %s (%d)"
667
#: client/drizzledump.cc:956
676
#: client/drizzledump.cc:1042
669
678
msgid "-- Connecting to %s...\n"
672
#: client/drizzledump.cc:977
681
#: client/drizzledump.cc:1063
674
683
msgid "-- Disconnecting from %s...\n"
677
#: client/drizzledump.cc:988
686
#: client/drizzledump.cc:1074
678
687
msgid "Couldn't allocate memory"
681
#: client/drizzledump.cc:1332
690
#: client/drizzledump.cc:1418
684
693
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
688
#: client/drizzledump.cc:1346
697
#: client/drizzledump.cc:1432
690
699
msgid "-- Retrieving table structure for table %s...\n"
693
#: client/drizzledump.cc:1460
702
#: client/drizzledump.cc:1546
695
704
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
698
#: client/drizzledump.cc:1567
707
#: client/drizzledump.cc:1653
700
709
msgid "%s: Can't get keys for table %s\n"
703
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
712
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
705
714
msgid "Error: Couldn't read status information for table %s\n"
708
#: client/drizzledump.cc:1788
717
#: client/drizzledump.cc:1874
710
719
msgid "Error retrieving table structure for table: \"%s\""
713
#: client/drizzledump.cc:1795
722
#: client/drizzledump.cc:1881
715
724
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
718
#: client/drizzledump.cc:1806
727
#: client/drizzledump.cc:1892
720
729
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
723
#: client/drizzledump.cc:1813
732
#: client/drizzledump.cc:1899
725
734
msgid "-- Skipping dump data for table '%s', it has no fields\n"
728
#: client/drizzledump.cc:1821
737
#: client/drizzledump.cc:1907
729
738
msgid "-- Sending SELECT query...\n"
732
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
741
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
733
742
msgid "when executing 'SELECT INTO OUTFILE'"
736
#: client/drizzledump.cc:1885
745
#: client/drizzledump.cc:1971
745
#: client/drizzledump.cc:1926
754
#: client/drizzledump.cc:2012
746
755
msgid "-- Retrieving rows...\n"
749
#: client/drizzledump.cc:1929
758
#: client/drizzledump.cc:2015
751
760
msgid "%s: Error in field count for table: %s ! Aborting.\n"
754
#: client/drizzledump.cc:1973
763
#: client/drizzledump.cc:2064
756
765
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
759
#: client/drizzledump.cc:1990
768
#: client/drizzledump.cc:2081
761
770
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
764
#: client/drizzledump.cc:2012
773
#: client/drizzledump.cc:2103
766
775
msgid "Not enough fields from table %s! Aborting.\n"
769
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
778
#: client/drizzledump.cc:2523
779
msgid "when using LOCK TABLES"
782
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
770
783
msgid "when doing refresh"
773
#: client/drizzledump.cc:2497
786
#: client/drizzledump.cc:2629
774
787
msgid "alloc_root failure."
777
#: client/drizzledump.cc:2512
790
#: client/drizzledump.cc:2650
779
792
msgid "Couldn't find table: \"%s\""
782
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
783
#: client/drizzledump.cc:2807
795
#: client/drizzledump.cc:2666
796
msgid "when doing LOCK TABLES"
799
#: client/drizzledump.cc:2737
800
msgid "Error: Binlogging on server not active"
803
#: client/drizzledump.cc:2806
804
msgid "Error: Slave not set up"
807
#: client/drizzledump.cc:2865
808
msgid "Error: Unable to start slave"
811
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
812
#: client/drizzledump.cc:3173
786
815
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
789
#: client/drizzledump.cc:2837
818
#: client/drizzledump.cc:3203
791
820
msgid "Error: Not enough memory to store ORDER BY clause\n"
823
#: drizzled/db.cc:236
796
825
msgid "Error while loading database options: '%s':"
799
#: drizzled/drizzled.cc:500
828
#: drizzled/drizzled.cc:527
801
830
msgid "Got signal %d from thread %<PRIu64>"
804
#: drizzled/drizzled.cc:534
833
#: drizzled/drizzled.cc:561
805
834
msgid "Aborting\n"
808
#: drizzled/drizzled.cc:656
837
#: drizzled/drizzled.cc:681
809
838
msgid "One can only use the --user switch if running as root\n"
812
#: drizzled/drizzled.cc:664
841
#: drizzled/drizzled.cc:689
814
843
"Fatal error: Please read \"Security\" section of the manual to find out how "
815
844
"to run drizzled as root!\n"
818
#: drizzled/drizzled.cc:686
847
#: drizzled/drizzled.cc:711
821
850
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
825
#: drizzled/drizzled.cc:843
827
msgid "Fatal signal %d while backtracing\n"
830
#: drizzled/drizzled.cc:866
854
#: drizzled/drizzled.cc:885
856
msgid "Retrying bind on TCP/IP port %u"
859
#: drizzled/drizzled.cc:891
860
msgid "Can't start server: Bind on TCP/IP port"
863
#: drizzled/drizzled.cc:892
865
msgid "Do you already have another drizzled server running on port: %d ?"
868
#: drizzled/drizzled.cc:898
869
msgid "Can't start server: listen() on TCP/IP port"
872
#: drizzled/drizzled.cc:899
874
msgid "listen() on TCP/IP failed with error %d"
877
#: drizzled/drizzled.cc:917
878
msgid "Can't open abort pipet"
881
#: drizzled/drizzled.cc:919
883
msgid "pipe() on abort_pipe failed with error %d"
886
#: drizzled/drizzled.cc:1016
891
#: drizzled/drizzled.cc:1041
833
894
"We will try our best to scrape up some info that will hopefully help "
901
#: drizzled/drizzled.cc:971
963
#: drizzled/drizzled.cc:1152
903
965
msgid "Writing a core file\n"
906
#: drizzled/drizzled.cc:1017
968
#: drizzled/drizzled.cc:1197
908
970
"setrlimit could not change the size of core files to 'infinity'; We may not "
909
971
"be able to generate a core file on signals"
912
#: drizzled/drizzled.cc:1212
974
#: drizzled/drizzled.cc:1399
914
976
msgid "gethostname failed, using '%s' as hostname"
917
#: drizzled/drizzled.cc:1283
979
#: drizzled/drizzled.cc:1491
919
981
msgid "Unknown locale: '%s'"
922
#: drizzled/drizzled.cc:1312
984
#: drizzled/drizzled.cc:1522
923
985
msgid "Can't create thread-keys"
926
#: drizzled/drizzled.cc:1337
988
#: drizzled/drizzled.cc:1545
927
989
msgid "Out of memory"
930
#: drizzled/drizzled.cc:1348
992
#: drizzled/drizzled.cc:1560
931
993
msgid "Failed to initialize plugins."
934
#: drizzled/drizzled.cc:1379
996
#: drizzled/drizzled.cc:1591
937
999
"%s: Too many arguments (first extra is '%s').\n"
938
1000
"Use --verbose --help to get a list of available options\n"
941
#: drizzled/drizzled.cc:1399
1003
#: drizzled/drizzled.cc:1611
942
1004
msgid "No scheduler found, cannot continue!\n"
945
#: drizzled/drizzled.cc:1406
1007
#: drizzled/drizzled.cc:1618
946
1008
msgid "Can't init databases"
949
#: drizzled/drizzled.cc:1430
1011
#: drizzled/drizzled.cc:1643
951
1013
msgid "Unknown/unsupported table type: %s"
954
#: drizzled/drizzled.cc:1436
1016
#: drizzled/drizzled.cc:1649
956
1018
msgid "Default storage engine (%s) is not available"
959
#: drizzled/drizzled.cc:1467
1021
#: drizzled/drizzled.cc:1680
961
1023
msgid "Failed to lock memory. Errno: %d\n"
964
#: drizzled/drizzled.cc:1683
965
msgid "Display this help and exit after initializing plugins."
968
#: drizzled/drizzled.cc:1687
1026
#: drizzled/drizzled.cc:1742
1028
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1031
#: drizzled/drizzled.cc:1903
1033
msgid "drizzled: Got error %d from select"
1036
#: drizzled/drizzled.cc:2101
969
1037
msgid "Auto-increment columns are incremented by this"
972
#: drizzled/drizzled.cc:1692
1040
#: drizzled/drizzled.cc:2106
974
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1042
"Offset added to Auto-increment columns. Used when auto-increment-increment "
978
#: drizzled/drizzled.cc:1698
1046
#: drizzled/drizzled.cc:2112
980
1048
"Path to installation directory. All paths are usually resolved relative to "
984
#: drizzled/drizzled.cc:1702
1052
#: drizzled/drizzled.cc:2116
985
1053
msgid "IP address to bind to."
988
#: drizzled/drizzled.cc:1706
1056
#: drizzled/drizzled.cc:2120
1057
msgid "Set the filesystem character set."
1060
#: drizzled/drizzled.cc:2125
1061
msgid "Set the default character set."
1064
#: drizzled/drizzled.cc:2129
989
1065
msgid "Chroot drizzled daemon during startup."
992
#: drizzled/drizzled.cc:1710
1068
#: drizzled/drizzled.cc:2133
993
1069
msgid "Set the default collation."
996
#: drizzled/drizzled.cc:1714
1072
#: drizzled/drizzled.cc:2137
997
1073
msgid "Default completion type."
1000
#: drizzled/drizzled.cc:1719
1076
#: drizzled/drizzled.cc:2142
1001
1077
msgid "Write core on errors."
1004
#: drizzled/drizzled.cc:1723
1080
#: drizzled/drizzled.cc:2146
1005
1081
msgid "Path to the database root."
1008
#: drizzled/drizzled.cc:1727
1084
#: drizzled/drizzled.cc:2150
1009
1085
msgid "Set the default storage engine (table type) for tables."
1012
#: drizzled/drizzled.cc:1731
1088
#: drizzled/drizzled.cc:2154
1013
1089
msgid "Set the default time zone."
1016
#: drizzled/drizzled.cc:1736
1092
#: drizzled/drizzled.cc:2158
1093
msgid "Type of DELAY_KEY_WRITE."
1096
#: drizzled/drizzled.cc:2162
1017
1097
msgid "Print a symbolic stack trace on failure."
1020
#: drizzled/drizzled.cc:1742
1100
#: drizzled/drizzled.cc:2168
1101
msgid "Push supported query conditions to the storage engine."
1104
#: drizzled/drizzled.cc:2174
1021
1105
msgid "Used for debugging; Use at your own risk!"
1024
#: drizzled/drizzled.cc:1747
1108
#: drizzled/drizzled.cc:2179
1025
1109
msgid "Set up signals usable for debugging"
1028
#: drizzled/drizzled.cc:1751
1112
#: drizzled/drizzled.cc:2183
1029
1113
msgid "(IGNORED)"
1032
#: drizzled/drizzled.cc:1755
1116
#: drizzled/drizzled.cc:2187
1033
1117
msgid "Set the language used for the month names and the days of the week."
1036
#: drizzled/drizzled.cc:1760
1120
#: drizzled/drizzled.cc:2192
1121
msgid "Log connections and queries to file."
1124
#: drizzled/drizzled.cc:2196
1125
msgid "Log all MyISAM changes to file."
1128
#: drizzled/drizzled.cc:2200
1037
1129
msgid "Log some not critical warnings to the log file."
1040
#: drizzled/drizzled.cc:1765
1132
#: drizzled/drizzled.cc:2205
1041
1133
msgid "Lock drizzled in memory."
1044
#: drizzled/drizzled.cc:1769
1136
#: drizzled/drizzled.cc:2209
1138
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1139
"BACKUP, FORCE or QUICK."
1142
#: drizzled/drizzled.cc:2214
1045
1143
msgid "Pid file used by safe_mysqld."
1048
#: drizzled/drizzled.cc:1773
1146
#: drizzled/drizzled.cc:2218
1050
1148
"Port number to use for connection or 0 for default to, in order of "
1051
1149
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1054
#: drizzled/drizzled.cc:1779
1152
#: drizzled/drizzled.cc:2224
1056
1154
"Maximum time in seconds to wait for the port to become free. (Default: no "
1060
#: drizzled/drizzled.cc:1784
1158
#: drizzled/drizzled.cc:2229
1062
1160
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1063
1161
"specified directory"
1066
#: drizzled/drizzled.cc:1789
1164
#: drizzled/drizzled.cc:2234
1068
1166
"Uniquely identifies the server instance in the community of replication "
1072
#: drizzled/drizzled.cc:1794
1170
#: drizzled/drizzled.cc:2239
1073
1171
msgid "Don't print a stack trace on failure."
1076
#: drizzled/drizzled.cc:1798
1174
#: drizzled/drizzled.cc:2243
1077
1175
msgid "Enable symbolic link support."
1080
#: drizzled/drizzled.cc:1807
1178
#: drizzled/drizzled.cc:2252
1082
1180
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1085
#: drizzled/drizzled.cc:1812
1183
#: drizzled/drizzled.cc:2257
1086
1184
msgid "Path for temporary files."
1089
#: drizzled/drizzled.cc:1816
1187
#: drizzled/drizzled.cc:2261
1090
1188
msgid "Default transaction isolation level."
1093
#: drizzled/drizzled.cc:1820
1191
#: drizzled/drizzled.cc:2265
1094
1192
msgid "Run drizzled daemon as user."
1097
#: drizzled/drizzled.cc:1828
1195
#: drizzled/drizzled.cc:2273
1099
1197
"The number of outstanding connection requests Drizzle can have. This comes "
1100
1198
"into play when the main Drizzle thread gets very many connection requests in "
1101
1199
"a very short time."
1104
#: drizzled/drizzled.cc:1834
1202
#: drizzled/drizzled.cc:2279
1106
1204
"Size of tree cache used in bulk insert optimization. Note that this is a "
1107
1205
"limit per thread!"
1110
#: drizzled/drizzled.cc:1840
1208
#: drizzled/drizzled.cc:2285
1210
"The number of seconds the drizzled server is waiting for a connect packet "
1211
"before responding with 'Bad handshake'."
1214
#: drizzled/drizzled.cc:2290
1112
1216
"Precision of the result of '/' operator will be increased on that value."
1115
#: drizzled/drizzled.cc:1846
1219
#: drizzled/drizzled.cc:2296
1116
1220
msgid "The maximum length of the result of function group_concat."
1119
#: drizzled/drizzled.cc:1851
1223
#: drizzled/drizzled.cc:2301
1120
1224
msgid "The size of the buffer that is used for full joins."
1123
#: drizzled/drizzled.cc:1857
1227
#: drizzled/drizzled.cc:2307
1229
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1232
#: drizzled/drizzled.cc:2312
1125
1234
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1126
1235
"this to get better index handling (for all reads and multiple writes) to as "
1127
1236
"much as you can afford;"
1130
#: drizzled/drizzled.cc:1866
1239
#: drizzled/drizzled.cc:2321
1132
1241
"This characterizes the number of hits a hot block has to be untouched until "
1133
1242
"it is considered aged enough to be downgraded to a warm block. This "
1135
1244
"blocks in key cache"
1138
#: drizzled/drizzled.cc:1875
1247
#: drizzled/drizzled.cc:2330
1139
1248
msgid "The default size of key cache blocks"
1142
#: drizzled/drizzled.cc:1881
1251
#: drizzled/drizzled.cc:2336
1143
1252
msgid "The minimum percentage of warm blocks in key cache"
1146
#: drizzled/drizzled.cc:1887
1255
#: drizzled/drizzled.cc:2342
1147
1256
msgid "Max packetlength to send/receive from to server."
1150
#: drizzled/drizzled.cc:1892
1259
#: drizzled/drizzled.cc:2347
1152
1261
"If there is more than this number of interrupted connections from a host "
1153
1262
"this host will be blocked from further connections."
1156
#: drizzled/drizzled.cc:1897
1265
#: drizzled/drizzled.cc:2352
1157
1266
msgid "Max number of errors/warnings to store for a statement."
1160
#: drizzled/drizzled.cc:1902
1269
#: drizzled/drizzled.cc:2357
1161
1270
msgid "Don't allow creation of heap tables bigger than this."
1164
#: drizzled/drizzled.cc:1908
1273
#: drizzled/drizzled.cc:2363
1166
1275
"Joins that are probably going to read more than max_join_size records return "
1170
#: drizzled/drizzled.cc:1914
1279
#: drizzled/drizzled.cc:2369
1171
1280
msgid "Max number of bytes in sorted records."
1174
#: drizzled/drizzled.cc:1919
1283
#: drizzled/drizzled.cc:2374
1175
1284
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1178
#: drizzled/drizzled.cc:1924
1287
#: drizzled/drizzled.cc:2379
1180
1289
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1181
1290
"max_sort_length bytes of each value are used; the rest are ignored)."
1184
#: drizzled/drizzled.cc:1931
1293
#: drizzled/drizzled.cc:2386
1294
msgid "Maximum number of temporary tables a client can keep open at a time."
1297
#: drizzled/drizzled.cc:2391
1185
1298
msgid "After this many write locks, allow some read locks to run in between."
1188
#: drizzled/drizzled.cc:1935
1301
#: drizzled/drizzled.cc:2395
1190
1303
"Don't log queries which examine less than min_examined_row_limit rows to "
1194
#: drizzled/drizzled.cc:1941
1307
#: drizzled/drizzled.cc:2401
1309
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1310
"Possible values of name are 'nulls_unequal' (default behavior), "
1311
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1314
#: drizzled/drizzled.cc:2408
1195
1315
msgid "Buffer length for TCP/IP and socket communication."
1198
#: drizzled/drizzled.cc:1946
1318
#: drizzled/drizzled.cc:2413
1320
"Number of seconds to wait for more data from a connection before aborting "
1324
#: drizzled/drizzled.cc:2419
1326
"If a read on a communication port is interrupted, retry this many times "
1330
#: drizzled/drizzled.cc:2425
1332
"Number of seconds to wait for a block to be written to a connection before "
1333
"aborting the write."
1336
#: drizzled/drizzled.cc:2431
1200
1338
"Controls the heuristic(s) applied during query optimization to prune less-"
1201
1339
"promising partial plans from the optimizer search space. Meaning: false - do "
1214
1352
"(used for testing/comparison)."
1217
#: drizzled/drizzled.cc:1966
1355
#: drizzled/drizzled.cc:2451
1357
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1360
#: drizzled/drizzled.cc:2456
1218
1361
msgid "Directory for plugins."
1221
#: drizzled/drizzled.cc:1970
1364
#: drizzled/drizzled.cc:2460
1223
1366
"Optional comma separated list of plugins to load at starup.[for example: --"
1224
1367
"plugin_load=crc32,logger_gearman]"
1227
#: drizzled/drizzled.cc:1975
1370
#: drizzled/drizzled.cc:2465
1228
1371
msgid "The size of the buffer that is allocated when preloading indexes"
1231
#: drizzled/drizzled.cc:1980
1374
#: drizzled/drizzled.cc:2470
1375
msgid "Select protocol to be used (by default oldlibdrizzle)."
1378
#: drizzled/drizzled.cc:2474
1232
1379
msgid "Allocation block size for query parsing and execution"
1235
#: drizzled/drizzled.cc:1985
1382
#: drizzled/drizzled.cc:2479
1236
1383
msgid "Persistent buffer for query parsing and execution"
1239
#: drizzled/drizzled.cc:1991
1386
#: drizzled/drizzled.cc:2485
1240
1387
msgid "Allocation block size for storing ranges during optimization"
1243
#: drizzled/drizzled.cc:1997
1390
#: drizzled/drizzled.cc:2491
1245
1392
"Each thread that does a sequential scan allocates a buffer of this size for "
1246
1393
"each table it scans. If you do many sequential scans, you may want to "
1247
1394
"increase this value."
1250
#: drizzled/drizzled.cc:2005
1397
#: drizzled/drizzled.cc:2499
1252
1399
"When reading rows in sorted order after a sort, the rows are read through "
1253
1400
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1254
1401
"record_buffer."
1257
#: drizzled/drizzled.cc:2013
1404
#: drizzled/drizzled.cc:2507
1258
1405
msgid "Select scheduler to be used (by default multi-thread)."
1261
#: drizzled/drizzled.cc:2018
1408
#: drizzled/drizzled.cc:2512
1262
1409
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1265
#: drizzled/drizzled.cc:2024
1412
#: drizzled/drizzled.cc:2518
1266
1413
msgid "The number of cached table definitions."
1269
#: drizzled/drizzled.cc:2028
1416
#: drizzled/drizzled.cc:2522
1270
1417
msgid "The number of cached open tables."
1273
#: drizzled/drizzled.cc:2032
1420
#: drizzled/drizzled.cc:2526
1275
1422
"Timeout in seconds to wait for a table level lock before returning an error. "
1276
1423
"Used only if the connection has active cursors."
1279
#: drizzled/drizzled.cc:2037
1426
#: drizzled/drizzled.cc:2531
1280
1427
msgid "The stack size for each thread."
1283
#: drizzled/drizzled.cc:2043
1430
#: drizzled/drizzled.cc:2537
1285
1432
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1286
1433
"automatically convert it to an on-disk MyISAM table."
1289
#: drizzled/drizzled.cc:2049
1436
#: drizzled/drizzled.cc:2543
1290
1437
msgid "Allocation block size for transactions to be stored in binary log"
1293
#: drizzled/drizzled.cc:2054
1440
#: drizzled/drizzled.cc:2548
1294
1441
msgid "Persistent buffer for transactions to be stored in binary log"
1297
#: drizzled/drizzled.cc:2185
1444
#: drizzled/drizzled.cc:2553
1446
"The number of seconds the server waits for activity on a connection before "
1450
#: drizzled/drizzled.cc:2687
1299
1452
"Copyright (C) 2008 Sun Microsystems\n"
1300
1453
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
4802
4992
msgid "Scheduler initialization failed.\n"
4805
#: drizzled/session.cc:2160
4807
msgid "Could not remove temporary table: '%s', error: %d"
4810
#: drizzled/slot/listen.cc:91
4812
msgid "getaddrinfo() failed with error %s"
4815
#: drizzled/slot/listen.cc:123
4817
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4820
#: drizzled/slot/listen.cc:134
4822
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4825
#: drizzled/slot/listen.cc:143
4827
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4830
#: drizzled/slot/listen.cc:152
4832
msgid "setsockopt(SO_LINGER) failed with errno %d"
4835
#: drizzled/slot/listen.cc:161
4837
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4840
#: drizzled/slot/listen.cc:182
4842
msgid "Retrying bind() on %u"
4845
#: drizzled/slot/listen.cc:190
4847
msgid "bind() failed with errno: %d"
4850
#: drizzled/slot/listen.cc:193
4851
msgid "Do you already have another drizzled running?"
4854
#: drizzled/slot/listen.cc:200
4856
msgid "listen() failed with errno %d"
4859
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4861
msgid "realloc() failed with errno %d"
4864
#: drizzled/slot/listen.cc:219
4866
msgid "Listening on %s:%s\n"
4869
#: drizzled/slot/listen.cc:227
4870
msgid "No sockets could be bound for listening"
4873
#: drizzled/slot/listen.cc:239
4875
msgid "pipe() failed with errno %d"
4878
#: drizzled/slot/listen.cc:275
4880
msgid "poll() failed with errno %d"
4883
#: drizzled/slot/listen.cc:317
4885
msgid "accept() failed with errno %d"
4888
#: drizzled/sql_base.cc:1445
4995
#: drizzled/sql_base.cc:2262
4890
4997
msgid "Table %s had a open data handler in reopen_table"
4893
#: drizzled/sql_base.cc:2026
5000
#: drizzled/sql_base.cc:2854
4895
5002
msgid "Couldn't repair table: %s.%s"
4898
#: drizzled/sql_base.cc:2068
5005
#: drizzled/sql_base.cc:2896
4901
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
4902
"s`.`%s`' to replication"
4905
#: drizzled/sql_plugin.cc:552
5008
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5009
"`%s`.`%s`' to replication"
5012
#: drizzled/sql_base.cc:3498
5014
msgid "Could not remove temporary table: '%s', error: %d"
5017
#: drizzled/sql_plugin.cc:528
4907
5019
msgid "Plugin '%s' init function returned error.\n"
4910
#: drizzled/sql_plugin.cc:712
5022
#: drizzled/sql_plugin.cc:707
4911
5023
msgid "plugin-load parameter too long"
4914
#: drizzled/sql_plugin.cc:774
5026
#: drizzled/sql_plugin.cc:767
4916
5028
msgid "Couldn't load plugin named '%s' with soname '%s'."
4919
#: drizzled/sql_plugin.cc:1114
5031
#: drizzled/sql_plugin.cc:1107
4920
5032
msgid "Out of memory."
4923
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5035
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4925
5037
msgid "Unknown variable type code 0x%x in plugin '%s'."
4928
#: drizzled/sql_plugin.cc:1997
5040
#: drizzled/sql_plugin.cc:1989
4931
5043
"Server variable %s of plugin %s was forced to be read-only: string variable "
4932
5044
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4935
#: drizzled/sql_plugin.cc:2028
5047
#: drizzled/sql_plugin.cc:2020
4937
5049
msgid "Missing variable name in plugin '%s'."
4940
#: drizzled/sql_plugin.cc:2045
5052
#: drizzled/sql_plugin.cc:2037
4942
5054
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4945
#: drizzled/sql_plugin.cc:2173
5057
#: drizzled/sql_plugin.cc:2155
4947
5059
msgid "Out of memory for plugin '%s'."
4950
#: drizzled/sql_plugin.cc:2180
5062
#: drizzled/sql_plugin.cc:2162
4952
5064
msgid "Bad options for plugin '%s'."
4955
#: drizzled/sql_plugin.cc:2189
5067
#: drizzled/sql_plugin.cc:2171
4957
5069
msgid "Parsing options for plugin '%s' failed."
4960
#: drizzled/sql_plugin.cc:2238
5072
#: drizzled/sql_plugin.cc:2214
4962
5074
msgid "Plugin '%s' has conflicting system variables"
4965
#: drizzled/sql_table.cc:247
4967
"Table name cannot be encoded and fit within filesystem name length "
4971
#: drizzled/sql_table.cc:257
4973
"Schema name cannot be encoded and fit within filesystem name length "
4977
#: drizzled/sql_table.cc:2495
5077
#: drizzled/sql_table.cc:124
5079
msgid "Invalid (old?) table or database name '%s'"
5082
#: drizzled/sql_table.cc:2655
4979
5084
msgid "Unknown - internal error %d during operation"
4982
#: drizzled/sql_table.cc:3970
5087
#: drizzled/sql_table.cc:4227
4984
5089
msgid "Could not open table %s.%s after rename\n"
4987
#: drizzled/sql_table.cc:4133
5092
#: drizzled/sql_table.cc:4407
4990
5095
"order_st BY ignored because there is a user-defined clustered index in the "
4991
5096
"table '%-.192s'"
4994
#: drizzled/table.cc:332
5099
#: drizzled/table.cc:354
4997
5102
"'%s' had no or invalid character set, and default character set is multi-"
4998
5103
"byte, so character column sizes may have changed"
5001
#: drizzled/table.cc:1591
5106
#: drizzled/table.cc:1782
5003
5108
msgid "Unknown collation '%s' in table '%-.64s' definition"
5006
#: drizzled/table.cc:1598
5111
#: drizzled/table.cc:1789
5009
5114
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5013
#: drizzled/table.cc:3493
5118
#: drizzled/table.cc:2251
5121
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5125
#: drizzled/table.cc:2278
5128
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5129
"have type %s, found type %s."
5132
#: drizzled/table.cc:2289
5135
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5136
"position %d to have character set '%s' but the type has no character set."
5139
#: drizzled/table.cc:2301
5142
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5143
"position %d to have character set '%s' but found character set '%s'."
5146
#: drizzled/table.cc:2314
5149
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5150
"have type %s but the column is not found."
5153
#: drizzled/table.cc:4400
5015
5155
msgid "Got error %d when reading table '%s'"
5286
5421
"--------------------------------- -----------------------------\n"
5289
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5424
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5290
5425
msgid "(No default value)"
5293
#: mysys/my_getopt.cc:1255
5428
#: mysys/my_getopt.cc:1254
5297
#: mysys/my_getopt.cc:1255
5432
#: mysys/my_getopt.cc:1254
5301
#: mysys/my_getopt.cc:1288
5436
#: mysys/my_getopt.cc:1287
5303
5438
msgid "(Disabled)\n"
5441
#: plugin/auth_http/auth_http.cc:128
5442
msgid "Enable HTTP Auth check"
5306
5445
#: plugin/auth_http/auth_http.cc:138
5307
msgid "Enable HTTP Auth check"
5310
#: plugin/auth_http/auth_http.cc:148
5311
5446
msgid "URL for HTTP Auth check"
5314
#: plugin/command_log/command_log.cc:94
5316
msgid "Failed to open command log file. Got error: %s"
5319
#: plugin/command_log/command_log.cc:172
5322
"Failed to write full size of command. Tried to write %<PRId64> bytes at "
5323
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5326
#: plugin/command_log/command_log.cc:212
5329
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5330
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5333
#: plugin/command_log/command_log.cc:290
5335
msgid "Enable command log"
5336
msgstr "إمسح الأمر."
5338
#: plugin/command_log/command_log.cc:298
5339
msgid "DEBUGGING - Truncate command log"
5342
#: plugin/command_log/command_log.cc:306
5343
msgid "Path to the file to use for command log."
5346
#: plugin/command_log/command_log.cc:323
5347
msgid "Simple Command Message Log"
5350
#: plugin/default_replicator/default_replicator.cc:90
5351
msgid "Enable default replicator"
5354
#: plugin/default_replicator/default_replicator.cc:105
5355
msgid "Default Replicator"
5358
5449
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5359
5450
msgid "Error Messages to stderr"
5362
#: plugin/logging_gearman/logging_gearman.cc:186
5453
#: plugin/logging_gearman/logging_gearman.cc:263
5364
5455
msgid "fail gearman_client_create(): %s"
5367
#: plugin/logging_gearman/logging_gearman.cc:197
5458
#: plugin/logging_gearman/logging_gearman.cc:273
5369
5460
msgid "fail gearman_client_add_server(): %s"
5372
#: plugin/logging_gearman/logging_gearman.cc:306
5463
#: plugin/logging_gearman/logging_gearman.cc:299
5373
5464
msgid "Enable logging to a gearman server"
5376
#: plugin/logging_gearman/logging_gearman.cc:315
5467
#: plugin/logging_gearman/logging_gearman.cc:308
5377
5468
msgid "Hostname for logging to a Gearman server"
5380
#: plugin/logging_gearman/logging_gearman.cc:324
5471
#: plugin/logging_gearman/logging_gearman.cc:317
5381
5472
msgid "Gearman Function to send logging to"
5384
#: plugin/logging_gearman/logging_gearman.cc:341
5475
#: plugin/logging_gearman/logging_gearman.cc:334
5385
5476
msgid "Log queries to a Gearman server"
5388
#: plugin/logging_query/logging_query.cc:188
5479
#: plugin/logging_query/logging_query.cc:278
5390
5481
msgid "fail open() fn=%s er=%s\n"
5393
#: plugin/logging_query/logging_query.cc:340
5484
#: plugin/logging_query/logging_query.cc:317
5394
5485
msgid "Enable logging to CSV file"
5397
#: plugin/logging_query/logging_query.cc:349
5488
#: plugin/logging_query/logging_query.cc:326
5398
5489
msgid "File to log to"
5401
#: plugin/logging_query/logging_query.cc:358
5402
msgid "PCRE to match the query against"
5405
#: plugin/logging_query/logging_query.cc:367
5406
#: plugin/logging_syslog/logging_syslog.cc:231
5492
#: plugin/logging_query/logging_query.cc:335
5493
#: plugin/logging_syslog/logging_syslog.cc:248
5407
5494
msgid "Threshold for logging slow queries, in microseconds"
5410
#: plugin/logging_query/logging_query.cc:379
5411
#: plugin/logging_syslog/logging_syslog.cc:243
5497
#: plugin/logging_query/logging_query.cc:347
5498
#: plugin/logging_syslog/logging_syslog.cc:260
5412
5499
msgid "Threshold for logging big queries, for rows returned"
5415
#: plugin/logging_query/logging_query.cc:391
5416
#: plugin/logging_syslog/logging_syslog.cc:255
5502
#: plugin/logging_query/logging_query.cc:359
5503
#: plugin/logging_syslog/logging_syslog.cc:272
5417
5504
msgid "Threshold for logging big queries, for rows examined"
5420
#: plugin/logging_query/logging_query.cc:414
5507
#: plugin/logging_query/logging_query.cc:381
5421
5508
msgid "Log queries to a CSV file"
5424
#: plugin/logging_syslog/logging_syslog.cc:84
5511
#: plugin/logging_syslog/logging_syslog.cc:169
5426
5513
msgid "syslog facility \"%s\" not known, using \"local0\""
5429
#: plugin/logging_syslog/logging_syslog.cc:100
5516
#: plugin/logging_syslog/logging_syslog.cc:186
5431
5518
msgid "syslog priority \"%s\" not known, using \"info\""
5434
#: plugin/logging_syslog/logging_syslog.cc:195
5435
msgid "Enable logging to syslog"
5521
#: plugin/logging_syslog/logging_syslog.cc:212
5522
msgid "Enable logging"
5438
#: plugin/logging_syslog/logging_syslog.cc:204
5525
#: plugin/logging_syslog/logging_syslog.cc:221
5439
5526
msgid "Syslog Ident"
5442
#: plugin/logging_syslog/logging_syslog.cc:213
5529
#: plugin/logging_syslog/logging_syslog.cc:230
5443
5530
msgid "Syslog Facility"
5446
#: plugin/logging_syslog/logging_syslog.cc:222
5533
#: plugin/logging_syslog/logging_syslog.cc:239
5447
5534
msgid "Syslog Priority"
5450
#: plugin/logging_syslog/logging_syslog.cc:279
5537
#: plugin/logging_syslog/logging_syslog.cc:296
5451
5538
msgid "Log to syslog"
5454
#: plugin/multi_thread/multi_thread.cc:171
5541
#: plugin/multi_thread/multi_thread.cc:137
5455
5542
msgid "Maximum number of user threads available."
5458
#: plugin/myisam/ha_myisam.cc:488
5545
#: plugin/myisam/ha_myisam.cc:468
5460
5547
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5463
#: plugin/myisam/ha_myisam.cc:492
5550
#: plugin/myisam/ha_myisam.cc:472
5465
5552
msgid "Got an error from unknown thread, %s:%d"
5468
#: plugin/myisam/ha_myisam.cc:498
5555
#: plugin/myisam/ha_myisam.cc:478
5469
5556
msgid "Unknown thread accessing table"
5472
#: plugin/myisam/ha_myisam.cc:1781
5559
#: plugin/myisam/ha_myisam.cc:1861
5473
5560
msgid "Block size to be used for MyISAM index pages."
5476
#: plugin/myisam/ha_myisam.cc:1787
5563
#: plugin/myisam/ha_myisam.cc:1867
5478
5565
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5479
5566
"disables parallel repair."
5482
#: plugin/myisam/ha_myisam.cc:1793
5569
#: plugin/myisam/ha_myisam.cc:1873
5484
5571
"Don't use the fast sort index method to created index if the temporary file "
5485
5572
"would get bigger than this."
5488
#: plugin/myisam/ha_myisam.cc:1798
5575
#: plugin/myisam/ha_myisam.cc:1878
5490
5577
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5491
5578
"when creating indexes with CREATE INDEX or ALTER TABLE."
5494
#: plugin/myisam/ha_myisam.cc:1804
5581
#: plugin/myisam/ha_myisam.cc:1884
5495
5582
msgid "Default pointer size to be used for MyISAM tables."