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