122
123
"Drizzle bağlantı kimliğiniz %u\n"
123
124
"Sunucu sürümü: %s\n"
125
#: client/drizzle.cc:1310
126
#: client/drizzle.cc:1308
127
128
msgid "Reading history-file %s\n"
128
129
msgstr "Geçmiş dosyası %s okunuyor\n"
130
#: client/drizzle.cc:1314
131
#: client/drizzle.cc:1312
132
133
msgid "Couldn't allocate memory for temp histfile!\n"
135
#: client/drizzle.cc:1321
136
#: client/drizzle.cc:1319
136
137
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
138
139
"Yardım için 'help;' ya da '\\h' yazın. Önbelleği temizlemek için '\\c' "
141
#: client/drizzle.cc:1340
142
#: client/drizzle.cc:1338
143
144
msgid "Writing history-file %s\n"
144
145
msgstr "%s eçmiş dosyası yazılıyor\n"
146
#: client/drizzle.cc:1348
147
#: client/drizzle.cc:1345
148
149
msgstr "İptal edildi"
150
#: client/drizzle.cc:1348
151
#: client/drizzle.cc:1345
152
153
msgstr "Hoşçakal"
154
#: client/drizzle.cc:1403
155
#: client/drizzle.cc:1400
155
156
msgid "Query aborted by Ctrl+C\n"
156
157
msgstr "Kuyruk Ctrl+C ile iptal edildi\n"
158
#: client/drizzle.cc:1426 drizzled/drizzled.cc:1679
159
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
159
160
msgid "Display this help and exit."
160
161
msgstr "Bu yardımı göster ve çık"
163
#: client/drizzle.cc:1425
164
msgid "Synonym for -?"
162
167
#: client/drizzle.cc:1428
163
msgid "Synonym for -?"
166
#: client/drizzle.cc:1431
168
169
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
169
170
"and field completion, but startup and reconnecting may take a longer time. "
170
171
"Disable with --disable-auto-rehash."
173
#: client/drizzle.cc:1435
174
#: client/drizzle.cc:1432
175
176
"No automatic rehashing. One has to use 'rehash' to get table and field "
176
177
"completion. This gives a quicker start of drizzle_st and disables rehashing "
177
178
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
180
#: client/drizzle.cc:1438
181
#: client/drizzle.cc:1435
182
183
"Automatically switch to vertical output mode if the result is wider than the "
183
184
"terminal width."
185
186
"Eğer sonuç terminal genişliğinden daha genişse, otomatik olarak yatay çıktı "
188
#: client/drizzle.cc:1441
189
#: client/drizzle.cc:1438
190
191
"Don't use history file. Disable interactive behavior. (Enables --silent)"
194
#: client/drizzle.cc:1439
195
msgid "Display column type information."
193
198
#: client/drizzle.cc:1442
194
msgid "Display column type information."
197
#: client/drizzle.cc:1445
199
200
"Preserve comments. Send comments to the server. The default is --skip-"
200
201
"comments (discard comments), enable with --comments"
204
#: client/drizzle.cc:1445
205
msgid "Use compression in server/client protocol."
203
208
#: client/drizzle.cc:1448
204
msgid "Use compression in server/client protocol."
209
msgid "Check memory and open file usage at exit ."
207
212
#: client/drizzle.cc:1451
208
msgid "Check memory and open file usage at exit ."
211
#: client/drizzle.cc:1454
212
213
msgid "Print some debug info at exit."
216
#: client/drizzle.cc:1453
217
msgid "Database to use."
215
220
#: client/drizzle.cc:1456
216
msgid "Database to use."
219
#: client/drizzle.cc:1459
220
221
msgid "(not used)"
223
#: client/drizzle.cc:1461
224
#: client/drizzle.cc:1458
224
225
msgid "Delimiter to be used."
227
#: client/drizzle.cc:1463
228
#: client/drizzle.cc:1460
228
229
msgid "Execute command and quit. (Disables --force and history file)"
232
#: client/drizzle.cc:1462
233
msgid "Print the output of a query (rows) vertically."
231
236
#: client/drizzle.cc:1465
232
msgid "Print the output of a query (rows) vertically."
235
#: client/drizzle.cc:1468
236
237
msgid "Continue even if we get an sql error."
239
#: client/drizzle.cc:1472
240
#: client/drizzle.cc:1469
241
242
"Enable named commands. Named commands mean this program's internal commands; "
242
243
"see drizzle> help . When enabled, the named commands can be used from any "
253
254
"deprecated; use --disable-named-commands instead."
256
#: client/drizzle.cc:1478
257
#: client/drizzle.cc:1475
257
258
msgid "Ignore space after function names."
261
#: client/drizzle.cc:1477
262
msgid "Enable/disable LOAD DATA LOCAL INFILE."
260
265
#: client/drizzle.cc:1480
261
msgid "Enable/disable LOAD DATA LOCAL INFILE."
264
#: client/drizzle.cc:1483
265
266
msgid "Turn off beep on error."
268
#: client/drizzle.cc:1485
269
#: client/drizzle.cc:1482
269
270
msgid "Connect to host."
273
#: client/drizzle.cc:1484
274
msgid "Write line numbers for errors."
272
277
#: client/drizzle.cc:1487
273
msgid "Write line numbers for errors."
276
#: client/drizzle.cc:1490
278
279
"Don't write line number for errors. WARNING: -L is deprecated, use long "
279
280
"version of this option instead."
282
#: client/drizzle.cc:1492
283
#: client/drizzle.cc:1489
283
284
msgid "Flush buffer after each query."
286
#: client/drizzle.cc:1494
287
#: client/drizzle.cc:1491
287
288
msgid "Write column names in results."
290
#: client/drizzle.cc:1498
291
#: client/drizzle.cc:1495
292
293
"Don't write column names in results. WARNING: -N is deprecated, use long "
293
294
"version of this options instead."
296
#: client/drizzle.cc:1501
297
#: client/drizzle.cc:1498
298
299
"Change the value of a variable. Please note that this option is deprecated; "
299
300
"you can set variables directly with --variable-name=value."
302
#: client/drizzle.cc:1503
303
#: client/drizzle.cc:1500
303
304
msgid "Ignore SIGINT (CTRL-C)"
306
#: client/drizzle.cc:1507
307
#: client/drizzle.cc:1504
308
309
"Only update the default database. This is useful for skipping updates to "
309
310
"other database in the update log."
312
#: client/drizzle.cc:1510
313
#: client/drizzle.cc:1507
314
315
"Pager to use to display results. If you don't supply an option the default "
315
316
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
321
#: client/drizzle.cc:1513
322
#: client/drizzle.cc:1510
323
324
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
324
325
"option deprecated; use --disable-pager instead."
327
#: client/drizzle.cc:1516
328
#: client/drizzle.cc:1513
329
330
"Password to use when connecting to server. If password is not given it's "
330
331
"asked from the tty."
333
#: client/drizzle.cc:1518
334
#: client/drizzle.cc:1515
335
336
"Port number to use for connection or 0 for default to, in order of "
336
337
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
339
#: client/drizzle.cc:1519
340
#: client/drizzle.cc:1516
340
341
msgid "built-in default"
343
#: client/drizzle.cc:1521
344
#: client/drizzle.cc:1518
344
345
msgid "Set the drizzle prompt to this value."
347
#: client/drizzle.cc:1525
348
#: client/drizzle.cc:1522
349
350
"Don't cache result, print it row by row. This may slow down the server if "
350
351
"the output is suspended. Doesn't use history file."
354
#: client/drizzle.cc:1524
355
msgid "Write fields without conversion. Used with --batch."
353
358
#: client/drizzle.cc:1527
354
msgid "Write fields without conversion. Used with --batch."
357
#: client/drizzle.cc:1530
359
360
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
360
361
"option is enabled by default."
363
#: client/drizzle.cc:1532
364
#: client/drizzle.cc:1529
364
365
msgid "Shutdown the server."
367
#: client/drizzle.cc:1534
368
#: client/drizzle.cc:1531
369
370
"Be more silent. Print results with a tab as separator, each row on new line."
373
#: client/drizzle.cc:1533
374
msgid "Socket file to use for connection."
372
377
#: client/drizzle.cc:1536
373
msgid "Socket file to use for connection."
378
msgid "Output in table format."
376
381
#: client/drizzle.cc:1539
377
msgid "Output in table format."
380
#: client/drizzle.cc:1542
382
383
"Append everything into outfile. See interactive help (\\h) also. Does not "
383
384
"work in batch mode. Disable with --disable-tee. This option is disabled by "
387
#: client/drizzle.cc:1544
388
#: client/drizzle.cc:1541
389
390
"Disable outfile. See interactive help (\\h) also. WARNING: option "
390
391
"deprecated; use --disable-tee instead"
393
#: client/drizzle.cc:1546
394
#: client/drizzle.cc:1544
394
395
msgid "User for login if not current user."
397
#: client/drizzle.cc:1548
398
#: client/drizzle.cc:1547
398
399
msgid "Only allow UPDATE and DELETE that uses keys."
401
#: client/drizzle.cc:1551
402
#: client/drizzle.cc:1550
402
403
msgid "Synonym for option --safe-updates, -U."
405
#: client/drizzle.cc:1554
406
#: client/drizzle.cc:1553
406
407
msgid "Write more. (-v -v -v gives the table output format)."
409
#: client/drizzle.cc:1556 drizzled/drizzled.cc:1824
410
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
410
411
msgid "Output version information and exit."
413
#: client/drizzle.cc:1558
414
#: client/drizzle.cc:1557
414
415
msgid "Wait and retry if connection is down."
417
#: client/drizzle.cc:1561
418
#: client/drizzle.cc:1560
418
419
msgid "Number of seconds before connection timeout."
421
#: client/drizzle.cc:1566
422
#: client/drizzle.cc:1565
422
423
msgid "Max length of input line"
425
#: client/drizzle.cc:1571
426
#: client/drizzle.cc:1570
426
427
msgid "Automatic limit for SELECT when using --safe-updates"
429
#: client/drizzle.cc:1576
430
#: client/drizzle.cc:1575
430
431
msgid "Automatic limit for rows in a join when using --safe-updates"
433
#: client/drizzle.cc:1580
434
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
434
#: client/drizzle.cc:1579
436
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
437
#: client/drizzle.cc:1585
439
#: client/drizzle.cc:1584
438
440
msgid "Number of lines before each import progress report."
441
#: client/drizzle.cc:1588
443
#: client/drizzle.cc:1587
442
444
msgid "Ping the server to check if it's alive."
445
#: client/drizzle.cc:1598
447
#: client/drizzle.cc:1597
447
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
449
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
450
#: client/drizzle.cc:1605
452
#: client/drizzle.cc:1604
453
455
"Copyright (C) 2008 Sun Microsystems\n"
455
457
"and you are welcome to modify and redistribute it under the GPL license\n"
458
#: client/drizzle.cc:1610
460
#: client/drizzle.cc:1609
460
462
msgid "Usage: %s [OPTIONS] [database]\n"
463
#: client/drizzle.cc:1641
465
#: client/drizzle.cc:1640
464
466
msgid "DELIMITER cannot contain a backslash character"
467
#: client/drizzle.cc:1659
469
#: client/drizzle.cc:1658
469
471
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
472
#: client/drizzle.cc:1682
474
#: client/drizzle.cc:1681
474
476
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
477
#: client/drizzle.cc:1686
479
#: client/drizzle.cc:1685
479
481
msgid "WARNING: --server-arg option not supported in this configuration.\n"
482
#: client/drizzle.cc:1717
484
#: client/drizzle.cc:1712
484
486
"Non-integer value supplied for port. If you are trying to enter a password "
485
487
"please use --password instead."
488
#: client/drizzle.cc:1725
490
#: client/drizzle.cc:1720
489
491
msgid "Value supplied for port is not valid."
492
#: client/drizzle.cc:1864
494
#: client/drizzle.cc:1866
494
496
msgid "Processing line: %<PRIu32>\n"
497
#: client/drizzle.cc:2079
499
#: client/drizzle.cc:2083
499
501
msgid "Unknown command '\\%c'."
502
#: client/drizzle.cc:2489
504
#: client/drizzle.cc:2493
504
506
"Reading table information for completion of table and column names\n"
505
507
" You can turn off this feature to get a quicker startup with -A\n"
509
#: client/drizzle.cc:2579
511
#: client/drizzle.cc:2583
510
512
msgid "No connection. Trying to reconnect..."
513
#: client/drizzle.cc:2585
515
#: client/drizzle.cc:2589
514
516
msgid "Can't connect to the server\n"
517
#: client/drizzle.cc:2664
519
#: client/drizzle.cc:2668
518
520
msgid "List of all Drizzle commands:"
521
#: client/drizzle.cc:2666
523
#: client/drizzle.cc:2670
522
524
msgid "Note that all text commands must be first on line and end with ';'"
525
#: client/drizzle.cc:2721
527
#: client/drizzle.cc:2725
526
528
msgid "No query specified\n"
529
#: client/drizzle.cc:2736
531
#: client/drizzle.cc:2740
530
532
msgid "Ignoring query to other database"
533
#: client/drizzle.cc:2786
535
#: client/drizzle.cc:2790
534
536
msgid "Empty set"
537
#: client/drizzle.cc:2799
539
#: client/drizzle.cc:2803
539
541
msgid "%ld row in set"
540
542
msgid_plural "%ld rows in set"
544
#: client/drizzle.cc:2808
546
#: client/drizzle.cc:2812
548
#: client/drizzle.cc:2810
550
#: client/drizzle.cc:2814
550
552
msgid "Query OK, %ld row affected"
551
553
msgid_plural "Query OK, %ld rows affected"
555
#: client/drizzledump.cc:345
556
msgid "Number of rows before each output progress report (requires --verbose)."
559
#: client/drizzledump.cc:415
557
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
558
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
559
#: client/drizzletest.cc:4728
562
"Non-integer value supplied for port. If you are trying to enter a password "
563
"please use --password instead.\n"
566
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
567
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
568
#: client/drizzletest.cc:4736
570
msgid "Value supplied for port is not valid.\n"
573
#: client/drizzledump.cc:387
575
"Number of rows before each output progress report (requires --verbose)."
578
#: client/drizzledump.cc:461
561
580
msgid "Got errno %d on write"
564
#: client/drizzledump.cc:420
583
#: client/drizzledump.cc:466
566
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
585
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
569
#: client/drizzledump.cc:427
588
#: client/drizzledump.cc:473
571
590
msgid "Usage: %s [OPTIONS] database [tables]\n"
574
#: client/drizzledump.cc:428
593
#: client/drizzledump.cc:474
576
595
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
579
#: client/drizzledump.cc:430
598
#: client/drizzledump.cc:476
581
600
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
584
#: client/drizzledump.cc:438
603
#: client/drizzledump.cc:483
604
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
607
#: client/drizzledump.cc:484
586
609
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
587
610
"and you are welcome to modify and redistribute it under the GPL license\n"
590
#: client/drizzledump.cc:439
591
msgid "Dumps definitions and data from a Drizzle database server"
613
#: client/drizzledump.cc:485
614
msgid "Dumping definition and data DRIZZLE database or table"
594
#: client/drizzledump.cc:450
617
#: client/drizzledump.cc:496
596
619
msgid "For more options, use %s --help\n"
599
#: client/drizzledump.cc:557 client/drizzleimport.cc:195
600
#: client/drizzleslap.cc:747 client/drizzletest.cc:4729
603
"Non-integer value supplied for port. If you are trying to enter a password "
604
"please use --password instead.\n"
607
#: client/drizzledump.cc:565 client/drizzleimport.cc:203
608
#: client/drizzleslap.cc:755 client/drizzletest.cc:4737
610
msgid "Value supplied for port is not valid.\n"
613
#: client/drizzledump.cc:582
622
#: client/drizzledump.cc:630
615
624
msgid "Memory allocation error while copying password. Aborting.\n"
618
#: client/drizzledump.cc:621
627
#: client/drizzledump.cc:669
620
629
msgid "Input filename too long: %s"
623
#: client/drizzledump.cc:656
632
#: client/drizzledump.cc:712
625
634
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
628
#: client/drizzledump.cc:681
637
#: client/drizzledump.cc:737
630
639
msgid "Invalid mode to --compatible: %s\n"
633
#: client/drizzledump.cc:726
642
#: client/drizzledump.cc:791
635
644
msgid "%s: You must use option --tab with --fields-...\n"
638
#: client/drizzledump.cc:732
647
#: client/drizzledump.cc:808
641
650
"%s: You can't use --single-transaction and --lock-all-tables at the same "
645
#: client/drizzledump.cc:738
654
#: client/drizzledump.cc:821
648
657
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
652
#: client/drizzledump.cc:744
661
#: client/drizzledump.cc:827
654
663
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
657
#: client/drizzledump.cc:767
666
#: client/drizzledump.cc:853
659
668
msgid "Got error: %s (%d) %s"
662
#: client/drizzledump.cc:774
671
#: client/drizzledump.cc:860
664
673
msgid "Got error: %d %s"
667
#: client/drizzledump.cc:872 client/drizzledump.cc:879
668
#: client/drizzledump.cc:892
676
#: client/drizzledump.cc:958 client/drizzledump.cc:965
677
#: client/drizzledump.cc:978
670
679
msgid "Couldn't execute '%s': %s (%d)"
673
#: client/drizzledump.cc:956
682
#: client/drizzledump.cc:1042
675
684
msgid "-- Connecting to %s...\n"
678
#: client/drizzledump.cc:977
687
#: client/drizzledump.cc:1063
680
689
msgid "-- Disconnecting from %s...\n"
683
#: client/drizzledump.cc:988
692
#: client/drizzledump.cc:1074
684
693
msgid "Couldn't allocate memory"
687
#: client/drizzledump.cc:1332
696
#: client/drizzledump.cc:1418
690
699
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
694
#: client/drizzledump.cc:1346
703
#: client/drizzledump.cc:1432
696
705
msgid "-- Retrieving table structure for table %s...\n"
699
#: client/drizzledump.cc:1460
708
#: client/drizzledump.cc:1546
701
710
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
704
#: client/drizzledump.cc:1567
713
#: client/drizzledump.cc:1653
706
715
msgid "%s: Can't get keys for table %s\n"
709
#: client/drizzledump.cc:1645 client/drizzledump.cc:2719
718
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
711
720
msgid "Error: Couldn't read status information for table %s\n"
714
#: client/drizzledump.cc:1788
723
#: client/drizzledump.cc:1874
716
725
msgid "Error retrieving table structure for table: \"%s\""
719
#: client/drizzledump.cc:1795
728
#: client/drizzledump.cc:1881
721
730
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
724
#: client/drizzledump.cc:1806
733
#: client/drizzledump.cc:1892
726
735
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
729
#: client/drizzledump.cc:1813
738
#: client/drizzledump.cc:1899
731
740
msgid "-- Skipping dump data for table '%s', it has no fields\n"
734
#: client/drizzledump.cc:1821
743
#: client/drizzledump.cc:1907
735
744
msgid "-- Sending SELECT query...\n"
738
#: client/drizzledump.cc:1875 client/drizzledump.cc:2350
747
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
739
748
msgid "when executing 'SELECT INTO OUTFILE'"
742
#: client/drizzledump.cc:1885
751
#: client/drizzledump.cc:1971
751
#: client/drizzledump.cc:1926
760
#: client/drizzledump.cc:2012
752
761
msgid "-- Retrieving rows...\n"
755
#: client/drizzledump.cc:1929
764
#: client/drizzledump.cc:2015
757
766
msgid "%s: Error in field count for table: %s ! Aborting.\n"
760
#: client/drizzledump.cc:1973
769
#: client/drizzledump.cc:2064
762
771
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
765
#: client/drizzledump.cc:1990
774
#: client/drizzledump.cc:2081
767
776
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
770
#: client/drizzledump.cc:2012
779
#: client/drizzledump.cc:2103
772
781
msgid "Not enough fields from table %s! Aborting.\n"
775
#: client/drizzledump.cc:2411 client/drizzledump.cc:2525
784
#: client/drizzledump.cc:2523
785
msgid "when using LOCK TABLES"
788
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
776
789
msgid "when doing refresh"
779
#: client/drizzledump.cc:2497
792
#: client/drizzledump.cc:2629
780
793
msgid "alloc_root failure."
783
#: client/drizzledump.cc:2512
796
#: client/drizzledump.cc:2650
785
798
msgid "Couldn't find table: \"%s\""
788
#: client/drizzledump.cc:2790 client/drizzledump.cc:2797
789
#: client/drizzledump.cc:2807
801
#: client/drizzledump.cc:2666
802
msgid "when doing LOCK TABLES"
805
#: client/drizzledump.cc:2737
806
msgid "Error: Binlogging on server not active"
809
#: client/drizzledump.cc:2806
810
msgid "Error: Slave not set up"
813
#: client/drizzledump.cc:2865
814
msgid "Error: Unable to start slave"
817
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
818
#: client/drizzledump.cc:3173
792
821
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
795
#: client/drizzledump.cc:2837
824
#: client/drizzledump.cc:3203
797
826
msgid "Error: Not enough memory to store ORDER BY clause\n"
829
#: drizzled/db.cc:236
802
831
msgid "Error while loading database options: '%s':"
805
#: drizzled/drizzled.cc:500
834
#: drizzled/drizzled.cc:527
807
836
msgid "Got signal %d from thread %<PRIu64>"
810
#: drizzled/drizzled.cc:534
839
#: drizzled/drizzled.cc:561
811
840
msgid "Aborting\n"
814
#: drizzled/drizzled.cc:656
843
#: drizzled/drizzled.cc:681
815
844
msgid "One can only use the --user switch if running as root\n"
818
#: drizzled/drizzled.cc:664
847
#: drizzled/drizzled.cc:689
820
849
"Fatal error: Please read \"Security\" section of the manual to find out how "
821
850
"to run drizzled as root!\n"
824
#: drizzled/drizzled.cc:686
853
#: drizzled/drizzled.cc:711
827
856
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
831
#: drizzled/drizzled.cc:843
833
msgid "Fatal signal %d while backtracing\n"
836
#: drizzled/drizzled.cc:866
860
#: drizzled/drizzled.cc:885
862
msgid "Retrying bind on TCP/IP port %u"
865
#: drizzled/drizzled.cc:891
866
msgid "Can't start server: Bind on TCP/IP port"
869
#: drizzled/drizzled.cc:892
871
msgid "Do you already have another drizzled server running on port: %d ?"
874
#: drizzled/drizzled.cc:898
875
msgid "Can't start server: listen() on TCP/IP port"
878
#: drizzled/drizzled.cc:899
880
msgid "listen() on TCP/IP failed with error %d"
883
#: drizzled/drizzled.cc:917
884
msgid "Can't open abort pipet"
887
#: drizzled/drizzled.cc:919
889
msgid "pipe() on abort_pipe failed with error %d"
892
#: drizzled/drizzled.cc:1016
897
#: drizzled/drizzled.cc:1041
839
900
"We will try our best to scrape up some info that will hopefully help "
907
#: drizzled/drizzled.cc:971
969
#: drizzled/drizzled.cc:1152
909
971
msgid "Writing a core file\n"
912
#: drizzled/drizzled.cc:1017
974
#: drizzled/drizzled.cc:1197
914
976
"setrlimit could not change the size of core files to 'infinity'; We may not "
915
977
"be able to generate a core file on signals"
918
#: drizzled/drizzled.cc:1212
980
#: drizzled/drizzled.cc:1399
920
982
msgid "gethostname failed, using '%s' as hostname"
923
#: drizzled/drizzled.cc:1283
985
#: drizzled/drizzled.cc:1491
925
987
msgid "Unknown locale: '%s'"
928
#: drizzled/drizzled.cc:1312
990
#: drizzled/drizzled.cc:1522
929
991
msgid "Can't create thread-keys"
932
#: drizzled/drizzled.cc:1337
994
#: drizzled/drizzled.cc:1545
933
995
msgid "Out of memory"
936
#: drizzled/drizzled.cc:1348
998
#: drizzled/drizzled.cc:1560
937
999
msgid "Failed to initialize plugins."
940
#: drizzled/drizzled.cc:1379
1002
#: drizzled/drizzled.cc:1591
943
1005
"%s: Too many arguments (first extra is '%s').\n"
944
1006
"Use --verbose --help to get a list of available options\n"
947
#: drizzled/drizzled.cc:1399
1009
#: drizzled/drizzled.cc:1611
948
1010
msgid "No scheduler found, cannot continue!\n"
951
#: drizzled/drizzled.cc:1406
1013
#: drizzled/drizzled.cc:1618
952
1014
msgid "Can't init databases"
955
#: drizzled/drizzled.cc:1430
1017
#: drizzled/drizzled.cc:1643
957
1019
msgid "Unknown/unsupported table type: %s"
960
#: drizzled/drizzled.cc:1436
1022
#: drizzled/drizzled.cc:1649
962
1024
msgid "Default storage engine (%s) is not available"
965
#: drizzled/drizzled.cc:1467
1027
#: drizzled/drizzled.cc:1680
967
1029
msgid "Failed to lock memory. Errno: %d\n"
970
#: drizzled/drizzled.cc:1683
972
msgid "Display this help and exit after initializing plugins."
973
msgstr "Bu yardımı göster ve çık"
975
#: drizzled/drizzled.cc:1687
1032
#: drizzled/drizzled.cc:1742
1034
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1037
#: drizzled/drizzled.cc:1903
1039
msgid "drizzled: Got error %d from select"
1042
#: drizzled/drizzled.cc:2101
976
1043
msgid "Auto-increment columns are incremented by this"
979
#: drizzled/drizzled.cc:1692
1046
#: drizzled/drizzled.cc:2106
981
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1048
"Offset added to Auto-increment columns. Used when auto-increment-increment "
985
#: drizzled/drizzled.cc:1698
1052
#: drizzled/drizzled.cc:2112
987
1054
"Path to installation directory. All paths are usually resolved relative to "
991
#: drizzled/drizzled.cc:1702
1058
#: drizzled/drizzled.cc:2116
992
1059
msgid "IP address to bind to."
995
#: drizzled/drizzled.cc:1706
1062
#: drizzled/drizzled.cc:2120
1063
msgid "Set the filesystem character set."
1066
#: drizzled/drizzled.cc:2125
1067
msgid "Set the default character set."
1070
#: drizzled/drizzled.cc:2129
996
1071
msgid "Chroot drizzled daemon during startup."
999
#: drizzled/drizzled.cc:1710
1074
#: drizzled/drizzled.cc:2133
1000
1075
msgid "Set the default collation."
1003
#: drizzled/drizzled.cc:1714
1078
#: drizzled/drizzled.cc:2137
1004
1079
msgid "Default completion type."
1007
#: drizzled/drizzled.cc:1719
1082
#: drizzled/drizzled.cc:2142
1008
1083
msgid "Write core on errors."
1011
#: drizzled/drizzled.cc:1723
1086
#: drizzled/drizzled.cc:2146
1012
1087
msgid "Path to the database root."
1015
#: drizzled/drizzled.cc:1727
1090
#: drizzled/drizzled.cc:2150
1016
1091
msgid "Set the default storage engine (table type) for tables."
1019
#: drizzled/drizzled.cc:1731
1094
#: drizzled/drizzled.cc:2154
1020
1095
msgid "Set the default time zone."
1023
#: drizzled/drizzled.cc:1736
1098
#: drizzled/drizzled.cc:2158
1099
msgid "Type of DELAY_KEY_WRITE."
1102
#: drizzled/drizzled.cc:2162
1024
1103
msgid "Print a symbolic stack trace on failure."
1027
#: drizzled/drizzled.cc:1742
1106
#: drizzled/drizzled.cc:2168
1107
msgid "Push supported query conditions to the storage engine."
1110
#: drizzled/drizzled.cc:2174
1028
1111
msgid "Used for debugging; Use at your own risk!"
1031
#: drizzled/drizzled.cc:1747
1114
#: drizzled/drizzled.cc:2179
1032
1115
msgid "Set up signals usable for debugging"
1035
#: drizzled/drizzled.cc:1751
1118
#: drizzled/drizzled.cc:2183
1036
1119
msgid "(IGNORED)"
1039
#: drizzled/drizzled.cc:1755
1122
#: drizzled/drizzled.cc:2187
1040
1123
msgid "Set the language used for the month names and the days of the week."
1043
#: drizzled/drizzled.cc:1760
1126
#: drizzled/drizzled.cc:2192
1127
msgid "Log connections and queries to file."
1130
#: drizzled/drizzled.cc:2196
1131
msgid "Log all MyISAM changes to file."
1134
#: drizzled/drizzled.cc:2200
1044
1135
msgid "Log some not critical warnings to the log file."
1047
#: drizzled/drizzled.cc:1765
1138
#: drizzled/drizzled.cc:2205
1048
1139
msgid "Lock drizzled in memory."
1051
#: drizzled/drizzled.cc:1769
1142
#: drizzled/drizzled.cc:2209
1144
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1145
"BACKUP, FORCE or QUICK."
1148
#: drizzled/drizzled.cc:2214
1052
1149
msgid "Pid file used by safe_mysqld."
1055
#: drizzled/drizzled.cc:1773
1152
#: drizzled/drizzled.cc:2218
1057
1154
"Port number to use for connection or 0 for default to, in order of "
1058
1155
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1061
#: drizzled/drizzled.cc:1779
1158
#: drizzled/drizzled.cc:2224
1063
1160
"Maximum time in seconds to wait for the port to become free. (Default: no "
1067
#: drizzled/drizzled.cc:1784
1164
#: drizzled/drizzled.cc:2229
1069
1166
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1070
1167
"specified directory"
1073
#: drizzled/drizzled.cc:1789
1170
#: drizzled/drizzled.cc:2234
1075
1172
"Uniquely identifies the server instance in the community of replication "
1079
#: drizzled/drizzled.cc:1794
1176
#: drizzled/drizzled.cc:2239
1080
1177
msgid "Don't print a stack trace on failure."
1083
#: drizzled/drizzled.cc:1798
1180
#: drizzled/drizzled.cc:2243
1084
1181
msgid "Enable symbolic link support."
1087
#: drizzled/drizzled.cc:1807
1184
#: drizzled/drizzled.cc:2252
1089
1186
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1092
#: drizzled/drizzled.cc:1812
1189
#: drizzled/drizzled.cc:2257
1093
1190
msgid "Path for temporary files."
1096
#: drizzled/drizzled.cc:1816
1193
#: drizzled/drizzled.cc:2261
1097
1194
msgid "Default transaction isolation level."
1100
#: drizzled/drizzled.cc:1820
1197
#: drizzled/drizzled.cc:2265
1101
1198
msgid "Run drizzled daemon as user."
1104
#: drizzled/drizzled.cc:1828
1201
#: drizzled/drizzled.cc:2273
1106
1203
"The number of outstanding connection requests Drizzle can have. This comes "
1107
1204
"into play when the main Drizzle thread gets very many connection requests in "
1108
1205
"a very short time."
1111
#: drizzled/drizzled.cc:1834
1208
#: drizzled/drizzled.cc:2279
1113
1210
"Size of tree cache used in bulk insert optimization. Note that this is a "
1114
1211
"limit per thread!"
1117
#: drizzled/drizzled.cc:1840
1214
#: drizzled/drizzled.cc:2285
1216
"The number of seconds the drizzled server is waiting for a connect packet "
1217
"before responding with 'Bad handshake'."
1220
#: drizzled/drizzled.cc:2290
1119
1222
"Precision of the result of '/' operator will be increased on that value."
1122
#: drizzled/drizzled.cc:1846
1225
#: drizzled/drizzled.cc:2296
1123
1226
msgid "The maximum length of the result of function group_concat."
1126
#: drizzled/drizzled.cc:1851
1229
#: drizzled/drizzled.cc:2301
1127
1230
msgid "The size of the buffer that is used for full joins."
1130
#: drizzled/drizzled.cc:1857
1233
#: drizzled/drizzled.cc:2307
1235
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
1238
#: drizzled/drizzled.cc:2312
1132
1240
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1133
1241
"this to get better index handling (for all reads and multiple writes) to as "
1134
1242
"much as you can afford;"
1137
#: drizzled/drizzled.cc:1866
1245
#: drizzled/drizzled.cc:2321
1139
1247
"This characterizes the number of hits a hot block has to be untouched until "
1140
1248
"it is considered aged enough to be downgraded to a warm block. This "
1142
1250
"blocks in key cache"
1145
#: drizzled/drizzled.cc:1875
1253
#: drizzled/drizzled.cc:2330
1146
1254
msgid "The default size of key cache blocks"
1149
#: drizzled/drizzled.cc:1881
1257
#: drizzled/drizzled.cc:2336
1150
1258
msgid "The minimum percentage of warm blocks in key cache"
1153
#: drizzled/drizzled.cc:1887
1261
#: drizzled/drizzled.cc:2342
1154
1262
msgid "Max packetlength to send/receive from to server."
1157
#: drizzled/drizzled.cc:1892
1265
#: drizzled/drizzled.cc:2347
1159
1267
"If there is more than this number of interrupted connections from a host "
1160
1268
"this host will be blocked from further connections."
1163
#: drizzled/drizzled.cc:1897
1271
#: drizzled/drizzled.cc:2352
1164
1272
msgid "Max number of errors/warnings to store for a statement."
1167
#: drizzled/drizzled.cc:1902
1275
#: drizzled/drizzled.cc:2357
1168
1276
msgid "Don't allow creation of heap tables bigger than this."
1171
#: drizzled/drizzled.cc:1908
1279
#: drizzled/drizzled.cc:2363
1173
1281
"Joins that are probably going to read more than max_join_size records return "
1177
#: drizzled/drizzled.cc:1914
1285
#: drizzled/drizzled.cc:2369
1178
1286
msgid "Max number of bytes in sorted records."
1181
#: drizzled/drizzled.cc:1919
1289
#: drizzled/drizzled.cc:2374
1182
1290
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1185
#: drizzled/drizzled.cc:1924
1293
#: drizzled/drizzled.cc:2379
1187
1295
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1188
1296
"max_sort_length bytes of each value are used; the rest are ignored)."
1191
#: drizzled/drizzled.cc:1931
1299
#: drizzled/drizzled.cc:2386
1300
msgid "Maximum number of temporary tables a client can keep open at a time."
1303
#: drizzled/drizzled.cc:2391
1192
1304
msgid "After this many write locks, allow some read locks to run in between."
1195
#: drizzled/drizzled.cc:1935
1307
#: drizzled/drizzled.cc:2395
1197
1309
"Don't log queries which examine less than min_examined_row_limit rows to "
1201
#: drizzled/drizzled.cc:1941
1313
#: drizzled/drizzled.cc:2401
1315
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1316
"Possible values of name are 'nulls_unequal' (default behavior), "
1317
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1320
#: drizzled/drizzled.cc:2408
1202
1321
msgid "Buffer length for TCP/IP and socket communication."
1205
#: drizzled/drizzled.cc:1946
1324
#: drizzled/drizzled.cc:2413
1326
"Number of seconds to wait for more data from a connection before aborting "
1330
#: drizzled/drizzled.cc:2419
1332
"If a read on a communication port is interrupted, retry this many times "
1336
#: drizzled/drizzled.cc:2425
1338
"Number of seconds to wait for a block to be written to a connection before "
1339
"aborting the write."
1342
#: drizzled/drizzled.cc:2431
1207
1344
"Controls the heuristic(s) applied during query optimization to prune less-"
1208
1345
"promising partial plans from the optimizer search space. Meaning: false - do "
1221
1358
"(used for testing/comparison)."
1224
#: drizzled/drizzled.cc:1966
1361
#: drizzled/drizzled.cc:2451
1363
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
1366
#: drizzled/drizzled.cc:2456
1225
1367
msgid "Directory for plugins."
1228
#: drizzled/drizzled.cc:1970
1370
#: drizzled/drizzled.cc:2460
1230
1372
"Optional comma separated list of plugins to load at starup.[for example: --"
1231
1373
"plugin_load=crc32,logger_gearman]"
1234
#: drizzled/drizzled.cc:1975
1376
#: drizzled/drizzled.cc:2465
1235
1377
msgid "The size of the buffer that is allocated when preloading indexes"
1238
#: drizzled/drizzled.cc:1980
1380
#: drizzled/drizzled.cc:2470
1381
msgid "Select protocol to be used (by default oldlibdrizzle)."
1384
#: drizzled/drizzled.cc:2474
1239
1385
msgid "Allocation block size for query parsing and execution"
1242
#: drizzled/drizzled.cc:1985
1388
#: drizzled/drizzled.cc:2479
1243
1389
msgid "Persistent buffer for query parsing and execution"
1246
#: drizzled/drizzled.cc:1991
1392
#: drizzled/drizzled.cc:2485
1247
1393
msgid "Allocation block size for storing ranges during optimization"
1250
#: drizzled/drizzled.cc:1997
1396
#: drizzled/drizzled.cc:2491
1252
1398
"Each thread that does a sequential scan allocates a buffer of this size for "
1253
1399
"each table it scans. If you do many sequential scans, you may want to "
1254
1400
"increase this value."
1257
#: drizzled/drizzled.cc:2005
1403
#: drizzled/drizzled.cc:2499
1259
1405
"When reading rows in sorted order after a sort, the rows are read through "
1260
1406
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1261
1407
"record_buffer."
1264
#: drizzled/drizzled.cc:2013
1410
#: drizzled/drizzled.cc:2507
1265
1411
msgid "Select scheduler to be used (by default multi-thread)."
1268
#: drizzled/drizzled.cc:2018
1414
#: drizzled/drizzled.cc:2512
1269
1415
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1272
#: drizzled/drizzled.cc:2024
1418
#: drizzled/drizzled.cc:2518
1273
1419
msgid "The number of cached table definitions."
1276
#: drizzled/drizzled.cc:2028
1422
#: drizzled/drizzled.cc:2522
1277
1423
msgid "The number of cached open tables."
1280
#: drizzled/drizzled.cc:2032
1426
#: drizzled/drizzled.cc:2526
1282
1428
"Timeout in seconds to wait for a table level lock before returning an error. "
1283
1429
"Used only if the connection has active cursors."
1286
#: drizzled/drizzled.cc:2037
1432
#: drizzled/drizzled.cc:2531
1287
1433
msgid "The stack size for each thread."
1290
#: drizzled/drizzled.cc:2043
1436
#: drizzled/drizzled.cc:2537
1292
1438
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1293
1439
"automatically convert it to an on-disk MyISAM table."
1296
#: drizzled/drizzled.cc:2049
1442
#: drizzled/drizzled.cc:2543
1297
1443
msgid "Allocation block size for transactions to be stored in binary log"
1300
#: drizzled/drizzled.cc:2054
1446
#: drizzled/drizzled.cc:2548
1301
1447
msgid "Persistent buffer for transactions to be stored in binary log"
1304
#: drizzled/drizzled.cc:2185
1450
#: drizzled/drizzled.cc:2553
1452
"The number of seconds the server waits for activity on a connection before "
1456
#: drizzled/drizzled.cc:2687
1306
1458
"Copyright (C) 2008 Sun Microsystems\n"
1307
1459
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
4809
4998
msgid "Scheduler initialization failed.\n"
4812
#: drizzled/session.cc:2160
4814
msgid "Could not remove temporary table: '%s', error: %d"
4817
#: drizzled/slot/listen.cc:91
4819
msgid "getaddrinfo() failed with error %s"
4822
#: drizzled/slot/listen.cc:123
4824
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4827
#: drizzled/slot/listen.cc:134
4829
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4832
#: drizzled/slot/listen.cc:143
4834
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4837
#: drizzled/slot/listen.cc:152
4839
msgid "setsockopt(SO_LINGER) failed with errno %d"
4842
#: drizzled/slot/listen.cc:161
4844
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4847
#: drizzled/slot/listen.cc:182
4849
msgid "Retrying bind() on %u"
4852
#: drizzled/slot/listen.cc:190
4854
msgid "bind() failed with errno: %d"
4857
#: drizzled/slot/listen.cc:193
4858
msgid "Do you already have another drizzled running?"
4861
#: drizzled/slot/listen.cc:200
4863
msgid "listen() failed with errno %d"
4866
#: drizzled/slot/listen.cc:208 drizzled/slot/listen.cc:247
4868
msgid "realloc() failed with errno %d"
4869
msgstr "Dosya kilitlenemedi (errno: %d)"
4871
#: drizzled/slot/listen.cc:219
4873
msgid "Listening on %s:%s\n"
4876
#: drizzled/slot/listen.cc:227
4877
msgid "No sockets could be bound for listening"
4880
#: drizzled/slot/listen.cc:239
4882
msgid "pipe() failed with errno %d"
4885
#: drizzled/slot/listen.cc:275
4887
msgid "poll() failed with errno %d"
4890
#: drizzled/slot/listen.cc:317
4892
msgid "accept() failed with errno %d"
4895
#: drizzled/sql_base.cc:1445
5001
#: drizzled/sql_base.cc:2262
4897
5003
msgid "Table %s had a open data handler in reopen_table"
4900
#: drizzled/sql_base.cc:2026
5006
#: drizzled/sql_base.cc:2854
4902
5008
msgid "Couldn't repair table: %s.%s"
4905
#: drizzled/sql_base.cc:2068
5011
#: drizzled/sql_base.cc:2896
4908
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
4909
"s`.`%s`' to replication"
4912
#: drizzled/sql_plugin.cc:552
5014
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
5015
"`%s`.`%s`' to replication"
5018
#: drizzled/sql_base.cc:3498
5020
msgid "Could not remove temporary table: '%s', error: %d"
5023
#: drizzled/sql_plugin.cc:528
4914
5025
msgid "Plugin '%s' init function returned error.\n"
4917
#: drizzled/sql_plugin.cc:712
5028
#: drizzled/sql_plugin.cc:707
4918
5029
msgid "plugin-load parameter too long"
4921
#: drizzled/sql_plugin.cc:774
5032
#: drizzled/sql_plugin.cc:767
4923
5034
msgid "Couldn't load plugin named '%s' with soname '%s'."
4926
#: drizzled/sql_plugin.cc:1114
5037
#: drizzled/sql_plugin.cc:1107
4927
5038
msgid "Out of memory."
4930
#: drizzled/sql_plugin.cc:1954 drizzled/sql_plugin.cc:2017
5041
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
4932
5043
msgid "Unknown variable type code 0x%x in plugin '%s'."
4935
#: drizzled/sql_plugin.cc:1997
5046
#: drizzled/sql_plugin.cc:1989
4938
5049
"Server variable %s of plugin %s was forced to be read-only: string variable "
4939
5050
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4942
#: drizzled/sql_plugin.cc:2028
5053
#: drizzled/sql_plugin.cc:2020
4944
5055
msgid "Missing variable name in plugin '%s'."
4947
#: drizzled/sql_plugin.cc:2045
5058
#: drizzled/sql_plugin.cc:2037
4949
5060
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4952
#: drizzled/sql_plugin.cc:2173
5063
#: drizzled/sql_plugin.cc:2155
4954
5065
msgid "Out of memory for plugin '%s'."
4957
#: drizzled/sql_plugin.cc:2180
5068
#: drizzled/sql_plugin.cc:2162
4959
5070
msgid "Bad options for plugin '%s'."
4962
#: drizzled/sql_plugin.cc:2189
5073
#: drizzled/sql_plugin.cc:2171
4964
5075
msgid "Parsing options for plugin '%s' failed."
4967
#: drizzled/sql_plugin.cc:2238
5078
#: drizzled/sql_plugin.cc:2214
4969
5080
msgid "Plugin '%s' has conflicting system variables"
4972
#: drizzled/sql_table.cc:247
4974
"Table name cannot be encoded and fit within filesystem name length "
4978
#: drizzled/sql_table.cc:257
4980
"Schema name cannot be encoded and fit within filesystem name length "
4984
#: drizzled/sql_table.cc:2495
5083
#: drizzled/sql_table.cc:124
5085
msgid "Invalid (old?) table or database name '%s'"
5088
#: drizzled/sql_table.cc:2655
4986
5090
msgid "Unknown - internal error %d during operation"
4989
#: drizzled/sql_table.cc:3970
5093
#: drizzled/sql_table.cc:4227
4991
5095
msgid "Could not open table %s.%s after rename\n"
4994
#: drizzled/sql_table.cc:4133
5098
#: drizzled/sql_table.cc:4407
4997
5101
"order_st BY ignored because there is a user-defined clustered index in the "
4998
5102
"table '%-.192s'"
5001
#: drizzled/table.cc:332
5105
#: drizzled/table.cc:354
5004
5108
"'%s' had no or invalid character set, and default character set is multi-"
5005
5109
"byte, so character column sizes may have changed"
5008
#: drizzled/table.cc:1591
5112
#: drizzled/table.cc:1782
5010
5114
msgid "Unknown collation '%s' in table '%-.64s' definition"
5013
#: drizzled/table.cc:1598
5117
#: drizzled/table.cc:1789
5016
5120
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5020
#: drizzled/table.cc:3493
5124
#: drizzled/table.cc:2251
5127
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5131
#: drizzled/table.cc:2278
5134
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5135
"have type %s, found type %s."
5138
#: drizzled/table.cc:2289
5141
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5142
"position %d to have character set '%s' but the type has no character set."
5145
#: drizzled/table.cc:2301
5148
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5149
"position %d to have character set '%s' but found character set '%s'."
5152
#: drizzled/table.cc:2314
5155
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5156
"have type %s but the column is not found."
5159
#: drizzled/table.cc:4400
5022
5161
msgid "Got error %d when reading table '%s'"
5293
5427
"--------------------------------- -----------------------------\n"
5296
#: mysys/my_getopt.cc:1236 mysys/my_getopt.cc:1252
5430
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
5297
5431
msgid "(No default value)"
5300
#: mysys/my_getopt.cc:1255
5434
#: mysys/my_getopt.cc:1254
5304
#: mysys/my_getopt.cc:1255
5438
#: mysys/my_getopt.cc:1254
5308
#: mysys/my_getopt.cc:1288
5442
#: mysys/my_getopt.cc:1287
5310
5444
msgid "(Disabled)\n"
5447
#: plugin/auth_http/auth_http.cc:128
5448
msgid "Enable HTTP Auth check"
5313
5451
#: plugin/auth_http/auth_http.cc:138
5314
msgid "Enable HTTP Auth check"
5317
#: plugin/auth_http/auth_http.cc:148
5318
5452
msgid "URL for HTTP Auth check"
5321
#: plugin/command_log/command_log.cc:94
5323
msgid "Failed to open command log file. Got error: %s"
5326
#: plugin/command_log/command_log.cc:172
5329
"Failed to write full size of 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:212
5336
"Failed to write full serialized command. Tried to write %<PRId64> bytes at "
5337
"offset %<PRId64>, but only wrote %<PRId64> bytes. Error: %s\n"
5340
#: plugin/command_log/command_log.cc:290
5342
msgid "Enable command log"
5343
msgstr "komutu temizle"
5345
#: plugin/command_log/command_log.cc:298
5346
msgid "DEBUGGING - Truncate command log"
5349
#: plugin/command_log/command_log.cc:306
5350
msgid "Path to the file to use for command log."
5353
#: plugin/command_log/command_log.cc:323
5354
msgid "Simple Command Message Log"
5357
#: plugin/default_replicator/default_replicator.cc:90
5358
msgid "Enable default replicator"
5361
#: plugin/default_replicator/default_replicator.cc:105
5362
msgid "Default Replicator"
5365
5455
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5366
5456
msgid "Error Messages to stderr"
5369
#: plugin/logging_gearman/logging_gearman.cc:186
5459
#: plugin/logging_gearman/logging_gearman.cc:263
5371
5461
msgid "fail gearman_client_create(): %s"
5374
#: plugin/logging_gearman/logging_gearman.cc:197
5464
#: plugin/logging_gearman/logging_gearman.cc:273
5376
5466
msgid "fail gearman_client_add_server(): %s"
5379
#: plugin/logging_gearman/logging_gearman.cc:306
5469
#: plugin/logging_gearman/logging_gearman.cc:299
5380
5470
msgid "Enable logging to a gearman server"
5383
#: plugin/logging_gearman/logging_gearman.cc:315
5473
#: plugin/logging_gearman/logging_gearman.cc:308
5384
5474
msgid "Hostname for logging to a Gearman server"
5387
#: plugin/logging_gearman/logging_gearman.cc:324
5477
#: plugin/logging_gearman/logging_gearman.cc:317
5388
5478
msgid "Gearman Function to send logging to"
5391
#: plugin/logging_gearman/logging_gearman.cc:341
5481
#: plugin/logging_gearman/logging_gearman.cc:334
5392
5482
msgid "Log queries to a Gearman server"
5395
#: plugin/logging_query/logging_query.cc:188
5485
#: plugin/logging_query/logging_query.cc:278
5397
5487
msgid "fail open() fn=%s er=%s\n"
5400
#: plugin/logging_query/logging_query.cc:340
5490
#: plugin/logging_query/logging_query.cc:317
5401
5491
msgid "Enable logging to CSV file"
5404
#: plugin/logging_query/logging_query.cc:349
5494
#: plugin/logging_query/logging_query.cc:326
5405
5495
msgid "File to log to"
5408
#: plugin/logging_query/logging_query.cc:358
5409
msgid "PCRE to match the query against"
5412
#: plugin/logging_query/logging_query.cc:367
5413
#: plugin/logging_syslog/logging_syslog.cc:231
5498
#: plugin/logging_query/logging_query.cc:335
5499
#: plugin/logging_syslog/logging_syslog.cc:248
5414
5500
msgid "Threshold for logging slow queries, in microseconds"
5417
#: plugin/logging_query/logging_query.cc:379
5418
#: plugin/logging_syslog/logging_syslog.cc:243
5503
#: plugin/logging_query/logging_query.cc:347
5504
#: plugin/logging_syslog/logging_syslog.cc:260
5419
5505
msgid "Threshold for logging big queries, for rows returned"
5422
#: plugin/logging_query/logging_query.cc:391
5423
#: plugin/logging_syslog/logging_syslog.cc:255
5508
#: plugin/logging_query/logging_query.cc:359
5509
#: plugin/logging_syslog/logging_syslog.cc:272
5424
5510
msgid "Threshold for logging big queries, for rows examined"
5427
#: plugin/logging_query/logging_query.cc:414
5513
#: plugin/logging_query/logging_query.cc:381
5428
5514
msgid "Log queries to a CSV file"
5431
#: plugin/logging_syslog/logging_syslog.cc:84
5517
#: plugin/logging_syslog/logging_syslog.cc:169
5433
5519
msgid "syslog facility \"%s\" not known, using \"local0\""
5436
#: plugin/logging_syslog/logging_syslog.cc:100
5522
#: plugin/logging_syslog/logging_syslog.cc:186
5438
5524
msgid "syslog priority \"%s\" not known, using \"info\""
5441
#: plugin/logging_syslog/logging_syslog.cc:195
5442
msgid "Enable logging to syslog"
5527
#: plugin/logging_syslog/logging_syslog.cc:212
5528
msgid "Enable logging"
5445
#: plugin/logging_syslog/logging_syslog.cc:204
5531
#: plugin/logging_syslog/logging_syslog.cc:221
5446
5532
msgid "Syslog Ident"
5449
#: plugin/logging_syslog/logging_syslog.cc:213
5535
#: plugin/logging_syslog/logging_syslog.cc:230
5450
5536
msgid "Syslog Facility"
5453
#: plugin/logging_syslog/logging_syslog.cc:222
5539
#: plugin/logging_syslog/logging_syslog.cc:239
5454
5540
msgid "Syslog Priority"
5457
#: plugin/logging_syslog/logging_syslog.cc:279
5543
#: plugin/logging_syslog/logging_syslog.cc:296
5458
5544
msgid "Log to syslog"
5461
#: plugin/multi_thread/multi_thread.cc:171
5547
#: plugin/multi_thread/multi_thread.cc:137
5462
5548
msgid "Maximum number of user threads available."
5465
#: plugin/myisam/ha_myisam.cc:488
5551
#: plugin/myisam/ha_myisam.cc:468
5467
5553
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
5470
#: plugin/myisam/ha_myisam.cc:492
5556
#: plugin/myisam/ha_myisam.cc:472
5472
5558
msgid "Got an error from unknown thread, %s:%d"
5475
#: plugin/myisam/ha_myisam.cc:498
5561
#: plugin/myisam/ha_myisam.cc:478
5476
5562
msgid "Unknown thread accessing table"
5479
#: plugin/myisam/ha_myisam.cc:1781
5565
#: plugin/myisam/ha_myisam.cc:1861
5480
5566
msgid "Block size to be used for MyISAM index pages."
5483
#: plugin/myisam/ha_myisam.cc:1787
5569
#: plugin/myisam/ha_myisam.cc:1867
5485
5571
"Number of threads to use when repairing MyISAM tables. The value of 1 "
5486
5572
"disables parallel repair."
5489
#: plugin/myisam/ha_myisam.cc:1793
5575
#: plugin/myisam/ha_myisam.cc:1873
5491
5577
"Don't use the fast sort index method to created index if the temporary file "
5492
5578
"would get bigger than this."
5495
#: plugin/myisam/ha_myisam.cc:1798
5581
#: plugin/myisam/ha_myisam.cc:1878
5497
5583
"The buffer that is allocated when sorting the index when doing a REPAIR or "
5498
5584
"when creating indexes with CREATE INDEX or ALTER TABLE."
5501
#: plugin/myisam/ha_myisam.cc:1804
5587
#: plugin/myisam/ha_myisam.cc:1884
5502
5588
msgid "Default pointer size to be used for MyISAM tables."