104
104
msgid "Don't show warnings after every statement."
107
#: client/drizzle.cc:1043 client/drizzle.cc:1050
107
#: client/drizzle.cc:1161 client/drizzle.cc:1168
109
109
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
112
#: client/drizzle.cc:1131
112
#: client/drizzle.cc:1264
113
113
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
116
#: client/drizzle.cc:1141
116
#: client/drizzle.cc:1274
119
119
"Your Drizzle connection id is %u\n"
120
120
"Server version: %s\n"
123
#: client/drizzle.cc:1169
123
#: client/drizzle.cc:1302
125
125
msgid "Reading history-file %s\n"
128
#: client/drizzle.cc:1173
128
#: client/drizzle.cc:1306
130
130
msgid "Couldn't allocate memory for temp histfile!\n"
133
#: client/drizzle.cc:1180
133
#: client/drizzle.cc:1313
134
134
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
137
#: client/drizzle.cc:1199
137
#: client/drizzle.cc:1332
139
139
msgid "Writing history-file %s\n"
142
#: client/drizzle.cc:1206
142
#: client/drizzle.cc:1339
146
#: client/drizzle.cc:1206
146
#: client/drizzle.cc:1339
150
#: client/drizzle.cc:1261
150
#: client/drizzle.cc:1394
151
151
msgid "Query aborted by Ctrl+C\n"
154
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
154
#: client/drizzle.cc:1417 drizzled/drizzled.cc:2056
155
155
msgid "Display this help and exit."
158
#: client/drizzle.cc:1286
158
#: client/drizzle.cc:1419
159
159
msgid "Synonym for -?"
162
#: client/drizzle.cc:1289
162
#: client/drizzle.cc:1422
164
164
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
165
165
"and field completion, but startup and reconnecting may take a longer time. "
166
166
"Disable with --disable-auto-rehash."
169
#: client/drizzle.cc:1293
169
#: client/drizzle.cc:1426
171
171
"No automatic rehashing. One has to use 'rehash' to get table and field "
172
172
"completion. This gives a quicker start of drizzle_st and disables rehashing "
173
173
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
176
#: client/drizzle.cc:1296
176
#: client/drizzle.cc:1429
178
178
"Automatically switch to vertical output mode if the result is wider than the "
179
179
"terminal width."
182
#: client/drizzle.cc:1299
182
#: client/drizzle.cc:1432
184
184
"Don't use history file. Disable interactive behavior. (Enables --silent)"
187
#: client/drizzle.cc:1300
187
#: client/drizzle.cc:1433
188
188
msgid "Display column type information."
191
#: client/drizzle.cc:1303
191
#: client/drizzle.cc:1436
193
193
"Preserve comments. Send comments to the server. The default is --skip-"
194
194
"comments (discard comments), enable with --comments"
197
#: client/drizzle.cc:1306
197
#: client/drizzle.cc:1439
198
198
msgid "Use compression in server/client protocol."
201
#: client/drizzle.cc:1309
201
#: client/drizzle.cc:1442
202
202
msgid "Check memory and open file usage at exit ."
205
#: client/drizzle.cc:1312
205
#: client/drizzle.cc:1445
206
206
msgid "Print some debug info at exit."
209
#: client/drizzle.cc:1314
209
#: client/drizzle.cc:1447
210
210
msgid "Database to use."
213
#: client/drizzle.cc:1317
213
#: client/drizzle.cc:1450
214
214
msgid "(not used)"
217
#: client/drizzle.cc:1319
217
#: client/drizzle.cc:1452
218
218
msgid "Delimiter to be used."
221
#: client/drizzle.cc:1321
221
#: client/drizzle.cc:1454
222
222
msgid "Execute command and quit. (Disables --force and history file)"
225
#: client/drizzle.cc:1323
225
#: client/drizzle.cc:1456
226
226
msgid "Print the output of a query (rows) vertically."
229
#: client/drizzle.cc:1326
229
#: client/drizzle.cc:1459
230
230
msgid "Continue even if we get an sql error."
233
#: client/drizzle.cc:1330
233
#: client/drizzle.cc:1463
235
235
"Enable named commands. Named commands mean this program's internal commands; "
236
236
"see drizzle> help . When enabled, the named commands can be used from any "
247
247
"deprecated; use --disable-named-commands instead."
250
#: client/drizzle.cc:1336
250
#: client/drizzle.cc:1469
251
251
msgid "Ignore space after function names."
254
#: client/drizzle.cc:1338
254
#: client/drizzle.cc:1471
255
255
msgid "Enable/disable LOAD DATA LOCAL INFILE."
258
#: client/drizzle.cc:1341
258
#: client/drizzle.cc:1474
259
259
msgid "Turn off beep on error."
262
#: client/drizzle.cc:1343 client/drizzleadmin.cc:79
262
#: client/drizzle.cc:1476
263
263
msgid "Connect to host."
266
#: client/drizzle.cc:1345
266
#: client/drizzle.cc:1478
267
267
msgid "Write line numbers for errors."
270
#: client/drizzle.cc:1348
270
#: client/drizzle.cc:1481
272
272
"Don't write line number for errors. WARNING: -L is deprecated, use long "
273
273
"version of this option instead."
276
#: client/drizzle.cc:1350
276
#: client/drizzle.cc:1483
277
277
msgid "Flush buffer after each query."
280
#: client/drizzle.cc:1352
280
#: client/drizzle.cc:1485
281
281
msgid "Write column names in results."
284
#: client/drizzle.cc:1356
284
#: client/drizzle.cc:1489
286
286
"Don't write column names in results. WARNING: -N is deprecated, use long "
287
287
"version of this options instead."
290
#: client/drizzle.cc:1359
290
#: client/drizzle.cc:1492
292
292
"Change the value of a variable. Please note that this option is deprecated; "
293
293
"you can set variables directly with --variable-name=value."
296
#: client/drizzle.cc:1361
296
#: client/drizzle.cc:1494
297
297
msgid "Ignore SIGINT (CTRL-C)"
300
#: client/drizzle.cc:1365
300
#: client/drizzle.cc:1498
302
302
"Only update the default database. This is useful for skipping updates to "
303
303
"other database in the update log."
306
#: client/drizzle.cc:1368
306
#: client/drizzle.cc:1501
308
308
"Pager to use to display results. If you don't supply an option the default "
309
309
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
315
#: client/drizzle.cc:1371
315
#: client/drizzle.cc:1504
317
317
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
318
318
"option deprecated; use --disable-pager instead."
321
#: client/drizzle.cc:1374 client/drizzleadmin.cc:82
321
#: client/drizzle.cc:1507
323
323
"Password to use when connecting to server. If password is not given it's "
324
324
"asked from the tty."
327
#: client/drizzle.cc:1376
327
#: client/drizzle.cc:1509
329
329
"Port number to use for connection or 0 for default to, in order of "
330
330
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
333
#: client/drizzle.cc:1377
333
#: client/drizzle.cc:1510
334
334
msgid "built-in default"
337
#: client/drizzle.cc:1379
337
#: client/drizzle.cc:1512
338
338
msgid "Set the drizzle prompt to this value."
341
#: client/drizzle.cc:1383
341
#: client/drizzle.cc:1516
343
343
"Don't cache result, print it row by row. This may slow down the server if "
344
344
"the output is suspended. Doesn't use history file."
347
#: client/drizzle.cc:1385
347
#: client/drizzle.cc:1518
348
348
msgid "Write fields without conversion. Used with --batch."
351
#: client/drizzle.cc:1388
351
#: client/drizzle.cc:1521
353
353
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
354
354
"option is enabled by default."
357
#: client/drizzle.cc:1390
357
#: client/drizzle.cc:1523
358
msgid "Shutdown the server."
361
#: client/drizzle.cc:1525
359
363
"Be more silent. Print results with a tab as separator, each row on new line."
362
#: client/drizzle.cc:1392
366
#: client/drizzle.cc:1527
363
367
msgid "Socket file to use for connection."
366
#: client/drizzle.cc:1395
370
#: client/drizzle.cc:1530
367
371
msgid "Output in table format."
370
#: client/drizzle.cc:1398
374
#: client/drizzle.cc:1533
372
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
373
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
377
#: client/drizzle.cc:1400
381
#: client/drizzle.cc:1535
379
383
"Disable outfile. See interactive help (\\h) also. WARNING: option "
380
384
"deprecated; use --disable-tee instead"
383
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
387
#: client/drizzle.cc:1538
384
388
msgid "User for login if not current user."
387
#: client/drizzle.cc:1406
391
#: client/drizzle.cc:1541
388
392
msgid "Only allow UPDATE and DELETE that uses keys."
391
#: client/drizzle.cc:1409
395
#: client/drizzle.cc:1544
392
396
msgid "Synonym for option --safe-updates, -U."
395
#: client/drizzle.cc:1412
399
#: client/drizzle.cc:1547
396
400
msgid "Write more. (-v -v -v gives the table output format)."
399
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
403
#: client/drizzle.cc:1549 drizzled/drizzled.cc:2238
400
404
msgid "Output version information and exit."
403
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
407
#: client/drizzle.cc:1551
404
408
msgid "Wait and retry if connection is down."
405
409
msgstr "الرجاء الإنتظار ، وإعادة محاولة الإتصال إن فشل في الإتصال"
407
#: client/drizzle.cc:1419
411
#: client/drizzle.cc:1554
408
412
msgid "Number of seconds before connection timeout."
411
#: client/drizzle.cc:1424
415
#: client/drizzle.cc:1559
412
416
msgid "Max length of input line"
415
#: client/drizzle.cc:1429
419
#: client/drizzle.cc:1564
416
420
msgid "Automatic limit for SELECT when using --safe-updates"
419
#: client/drizzle.cc:1434
423
#: client/drizzle.cc:1569
420
424
msgid "Automatic limit for rows in a join when using --safe-updates"
423
#: client/drizzle.cc:1438
427
#: client/drizzle.cc:1573
424
428
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
427
#: client/drizzle.cc:1443
431
#: client/drizzle.cc:1578
428
432
msgid "Number of lines before each import progress report."
431
#: client/drizzle.cc:1454
435
#: client/drizzle.cc:1581
436
msgid "Ping the server to check if it's alive."
439
#: client/drizzle.cc:1591
433
441
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
436
#: client/drizzle.cc:1461
444
#: client/drizzle.cc:1598
439
447
"Copyright (C) 2008 Sun Microsystems\n"
441
449
"and you are welcome to modify and redistribute it under the GPL license\n"
444
#: client/drizzle.cc:1466
452
#: client/drizzle.cc:1603
446
454
msgid "Usage: %s [OPTIONS] [database]\n"
449
#: client/drizzle.cc:1497
457
#: client/drizzle.cc:1634
450
458
msgid "DELIMITER cannot contain a backslash character"
453
#: client/drizzle.cc:1515
461
#: client/drizzle.cc:1652
455
463
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
458
#: client/drizzle.cc:1538
466
#: client/drizzle.cc:1675
460
468
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
463
#: client/drizzle.cc:1542
471
#: client/drizzle.cc:1679
465
473
msgid "WARNING: --server-arg option not supported in this configuration.\n"
468
#: client/drizzle.cc:1569
476
#: client/drizzle.cc:1706
470
478
"Non-integer value supplied for port. If you are trying to enter a password "
471
479
"please use --password instead."
474
#: client/drizzle.cc:1577
482
#: client/drizzle.cc:1714
475
483
msgid "Value supplied for port is not valid."
478
#: client/drizzle.cc:1723
486
#: client/drizzle.cc:1860
480
488
msgid "Processing line: %<PRIu32>\n"
483
#: client/drizzle.cc:1939
491
#: client/drizzle.cc:2076
485
493
msgid "Unknown command '\\%c'."
488
#: client/drizzle.cc:2348
496
#: client/drizzle.cc:2485
490
498
"Reading table information for completion of table and column names\n"
491
499
" You can turn off this feature to get a quicker startup with -A\n"
495
#: client/drizzle.cc:2438
503
#: client/drizzle.cc:2575
496
504
msgid "No connection. Trying to reconnect..."
499
#: client/drizzle.cc:2444
507
#: client/drizzle.cc:2581
500
508
msgid "Can't connect to the server\n"
501
509
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
503
#: client/drizzle.cc:2523
511
#: client/drizzle.cc:2660
504
512
msgid "List of all Drizzle commands:"
507
#: client/drizzle.cc:2525
515
#: client/drizzle.cc:2662
508
516
msgid "Note that all text commands must be first on line and end with ';'"
511
#: client/drizzle.cc:2580
519
#: client/drizzle.cc:2717
512
520
msgid "No query specified\n"
515
#: client/drizzle.cc:2595
523
#: client/drizzle.cc:2732
516
524
msgid "Ignoring query to other database"
519
#: client/drizzle.cc:2645
527
#: client/drizzle.cc:2782
520
528
msgid "Empty set"
523
#: client/drizzle.cc:2658
531
#: client/drizzle.cc:2795
525
533
msgid "%ld row in set"
526
534
msgid_plural "%ld rows in set"
530
#: client/drizzle.cc:2667
538
#: client/drizzle.cc:2804
534
#: client/drizzle.cc:2669
542
#: client/drizzle.cc:2806
536
544
msgid "Query OK, %ld row affected"
537
545
msgid_plural "Query OK, %ld rows affected"
541
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
543
"Port number to use for connection or 0 for default to, in order of "
544
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
547
#: client/drizzleadmin.cc:88
548
msgid "Silently exit if one can't connect to server."
551
#: client/drizzleadmin.cc:94
552
msgid "Write more information."
555
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
556
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
557
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
549
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
550
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
551
#: client/drizzletest.cc:4718
560
554
"Non-integer value supplied for port. If you are trying to enter a password "
561
555
"please use --password instead.\n"
564
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
565
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
566
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
558
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
559
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
560
#: client/drizzletest.cc:4726
568
562
msgid "Value supplied for port is not valid.\n"
571
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
573
msgid "Memory allocation error while copying password. Aborting.\n"
576
#: client/drizzleadmin.cc:330
579
"connect to server at '%s' failed\n"
583
#: client/drizzleadmin.cc:336
585
msgid "Check that drizzled is running on %s"
588
#: client/drizzleadmin.cc:337
590
msgid " and that the port is %d.\n"
593
#: client/drizzleadmin.cc:339
595
msgid "You can check this by doing 'telnet %s %d'\n"
598
#: client/drizzleadmin.cc:350
600
msgid "Got error: %s\n"
603
#: client/drizzleadmin.cc:357
604
msgid "Waiting for Drizzle server to answer"
607
#: client/drizzleadmin.cc:393
609
msgid "shutting down drizzled...\n"
612
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
613
#: client/drizzleadmin.cc:440
615
msgid "shutdown failed; error: '%s'"
618
#: client/drizzleadmin.cc:415
623
#: client/drizzleadmin.cc:424
624
msgid "drizzled is alive"
627
#: client/drizzleadmin.cc:433
628
msgid "connection was down, but drizzled is now alive"
631
#: client/drizzleadmin.cc:446
633
msgid "drizzled doesn't answer to ping, error: '%s'"
636
#: client/drizzleadmin.cc:456
638
msgid "Unknown command: '%-.60s'"
641
#: client/drizzleadmin.cc:465
643
msgid "%s Ver %s Distrib %s, for %s on %s\n"
646
#: client/drizzleadmin.cc:472
647
msgid "Copyright (C) 2000-2008 MySQL AB"
650
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
652
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
653
"and you are welcome to modify and redistribute it under the GPL license\n"
656
#: client/drizzleadmin.cc:474
657
msgid "Administration program for the drizzled daemon."
660
#: client/drizzleadmin.cc:475
662
msgid "Usage: %s [OPTIONS] command command....\n"
665
#: client/drizzleadmin.cc:477
667
" ping Check if server is down\n"
668
" shutdown Take server down\n"
671
565
#: client/drizzledump.cc:387
672
566
msgid "Number of rows before each output progress report (requires --verbose)."
907
812
msgid "Error: Not enough memory to store ORDER BY clause\n"
910
#: drizzled/authentication.cc:64 drizzled/plugin/storage_engine.cc:204
911
#: drizzled/show.cc:4495 drizzled/sql_plugin.cc:697
913
msgid "Plugin '%s' init function returned error."
916
#. TRANSLATORS: The leading word "configvar" is the name
917
#. of the plugin api, and so should not be translated.
918
#: drizzled/configvar.cc:41
920
msgid "configvar plugin '%s' init() failed"
923
#. TRANSLATORS: The leading word "configvar" is the name
924
#. of the plugin api, and so should not be translated.
925
#: drizzled/configvar.cc:64
927
msgid "configvar plugin '%s' deinit() failed"
930
#. TRANSLATORS: The leading word "configvar" is the name
931
#. of the plugin api, and so should not be translated.
932
#: drizzled/configvar.cc:100
934
msgid "configvar plugin '%s' configvar_func1() failed"
937
#. TRANSLATORS: The leading word "configvar" is the name
938
#. of the plugin api, and so should not be translated.
939
#: drizzled/configvar.cc:154
941
msgid "configvar plugin '%s' configvar_func2() failed"
944
#: drizzled/db.cc:245
815
#: drizzled/db.cc:238
946
817
msgid "Error while loading database options: '%s':"
949
#: drizzled/drizzled.cc:547
820
#: drizzled/drizzled.cc:538
951
822
msgid "Got signal %d from thread %<PRIu64>"
954
#: drizzled/drizzled.cc:581
825
#: drizzled/drizzled.cc:572
955
826
msgid "Aborting\n"
958
#: drizzled/drizzled.cc:704
829
#: drizzled/drizzled.cc:693
959
830
msgid "One can only use the --user switch if running as root\n"
962
#: drizzled/drizzled.cc:712
833
#: drizzled/drizzled.cc:701
964
835
"Fatal error: Please read \"Security\" section of the manual to find out how "
965
836
"to run drizzled as root!\n"
968
#: drizzled/drizzled.cc:734
839
#: drizzled/drizzled.cc:723
971
842
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
975
#: drizzled/drizzled.cc:908
846
#: drizzled/drizzled.cc:897
977
848
msgid "Retrying bind on TCP/IP port %u"
980
#: drizzled/drizzled.cc:914
851
#: drizzled/drizzled.cc:903
981
852
msgid "Can't start server: Bind on TCP/IP port"
984
#: drizzled/drizzled.cc:915
855
#: drizzled/drizzled.cc:904
986
857
msgid "Do you already have another drizzled server running on port: %d ?"
989
#: drizzled/drizzled.cc:921
860
#: drizzled/drizzled.cc:910
990
861
msgid "Can't start server: listen() on TCP/IP port"
993
#: drizzled/drizzled.cc:922
864
#: drizzled/drizzled.cc:911
995
866
msgid "listen() on TCP/IP failed with error %d"
998
#: drizzled/drizzled.cc:1013
869
#: drizzled/drizzled.cc:1002
1003
#: drizzled/drizzled.cc:1038
874
#: drizzled/drizzled.cc:1027
1006
877
"We will try our best to scrape up some info that will hopefully help "
1075
#: drizzled/drizzled.cc:1149
946
#: drizzled/drizzled.cc:1138
1077
948
msgid "Writing a core file\n"
1080
#: drizzled/drizzled.cc:1194
951
#: drizzled/drizzled.cc:1183
1082
953
"setrlimit could not change the size of core files to 'infinity'; We may not "
1083
954
"be able to generate a core file on signals"
1086
#: drizzled/drizzled.cc:1396
957
#: drizzled/drizzled.cc:1385
1088
959
msgid "gethostname failed, using '%s' as hostname"
1091
#: drizzled/drizzled.cc:1493
962
#: drizzled/drizzled.cc:1482
1093
964
msgid "Unknown locale: '%s'"
1096
#: drizzled/drizzled.cc:1535
967
#: drizzled/drizzled.cc:1513
1097
968
msgid "Can't create thread-keys"
1100
#: drizzled/drizzled.cc:1561
971
#: drizzled/drizzled.cc:1536
1101
972
msgid "Out of memory"
1104
#: drizzled/drizzled.cc:1576
975
#: drizzled/drizzled.cc:1551
1105
976
msgid "Failed to initialize plugins."
1108
#: drizzled/drizzled.cc:1607
979
#: drizzled/drizzled.cc:1582
1111
982
"%s: Too many arguments (first extra is '%s').\n"
1112
983
"Use --verbose --help to get a list of available options\n"
986
#: drizzled/drizzled.cc:1592
987
msgid "Can't init databases"
1115
990
#: drizzled/drizzled.cc:1617
1116
msgid "Can't init databases"
1119
#: drizzled/drizzled.cc:1637
1121
992
msgid "Unknown/unsupported table type: %s"
1124
#: drizzled/drizzled.cc:1643
995
#: drizzled/drizzled.cc:1623
1126
997
msgid "Default storage engine (%s) is not available"
1129
#: drizzled/drizzled.cc:1674
1000
#: drizzled/drizzled.cc:1654
1131
1002
msgid "Failed to lock memory. Errno: %d\n"
1134
#: drizzled/drizzled.cc:1736
1005
#: drizzled/drizzled.cc:1716
1136
1007
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1139
#: drizzled/drizzled.cc:1898
1010
#: drizzled/drizzled.cc:1877
1141
1012
msgid "drizzled: Got error %d from select"
1144
#: drizzled/drizzled.cc:2072
1015
#: drizzled/drizzled.cc:2060
1145
1016
msgid "Auto-increment columns are incremented by this"
1148
#: drizzled/drizzled.cc:2077
1019
#: drizzled/drizzled.cc:2065
1150
1021
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1154
#: drizzled/drizzled.cc:2083
1025
#: drizzled/drizzled.cc:2071
1156
1027
"Path to installation directory. All paths are usually resolved relative to "
1160
#: drizzled/drizzled.cc:2087
1031
#: drizzled/drizzled.cc:2075
1161
1032
msgid "IP address to bind to."
1164
#: drizzled/drizzled.cc:2091
1035
#: drizzled/drizzled.cc:2079
1165
1036
msgid "Set the filesystem character set."
1168
#: drizzled/drizzled.cc:2096
1039
#: drizzled/drizzled.cc:2084
1169
1040
msgid "Set the default character set."
1172
#: drizzled/drizzled.cc:2100
1043
#: drizzled/drizzled.cc:2088
1173
1044
msgid "Chroot drizzled daemon during startup."
1176
#: drizzled/drizzled.cc:2104
1047
#: drizzled/drizzled.cc:2092
1177
1048
msgid "Set the default collation."
1180
#: drizzled/drizzled.cc:2108
1051
#: drizzled/drizzled.cc:2096
1181
1052
msgid "Default completion type."
1184
#: drizzled/drizzled.cc:2113
1055
#: drizzled/drizzled.cc:2101
1185
1056
msgid "Write core on errors."
1188
#: drizzled/drizzled.cc:2117
1059
#: drizzled/drizzled.cc:2105
1189
1060
msgid "Path to the database root."
1192
#: drizzled/drizzled.cc:2121
1063
#: drizzled/drizzled.cc:2109
1193
1064
msgid "Set the default storage engine (table type) for tables."
1196
#: drizzled/drizzled.cc:2125
1067
#: drizzled/drizzled.cc:2113
1197
1068
msgid "Set the default time zone."
1200
#: drizzled/drizzled.cc:2129
1071
#: drizzled/drizzled.cc:2117
1201
1072
msgid "Type of DELAY_KEY_WRITE."
1204
#: drizzled/drizzled.cc:2133
1075
#: drizzled/drizzled.cc:2121
1205
1076
msgid "Print a symbolic stack trace on failure."
1208
#: drizzled/drizzled.cc:2139
1079
#: drizzled/drizzled.cc:2127
1209
1080
msgid "Push supported query conditions to the storage engine."
1212
#: drizzled/drizzled.cc:2145
1083
#: drizzled/drizzled.cc:2133
1213
1084
msgid "Used for debugging; Use at your own risk!"
1216
#: drizzled/drizzled.cc:2150
1087
#: drizzled/drizzled.cc:2138
1217
1088
msgid "Set up signals usable for debugging"
1220
#: drizzled/drizzled.cc:2154
1221
msgid "Command(s) that are executed for each new connection"
1224
#: drizzled/drizzled.cc:2158
1225
msgid "Read SQL commands from this file at startup."
1228
#: drizzled/drizzled.cc:2162
1091
#: drizzled/drizzled.cc:2142
1229
1092
msgid "(IGNORED)"
1232
#: drizzled/drizzled.cc:2166
1095
#: drizzled/drizzled.cc:2146
1233
1096
msgid "Set the language used for the month names and the days of the week."
1236
#: drizzled/drizzled.cc:2171
1099
#: drizzled/drizzled.cc:2151
1237
1100
msgid "Log connections and queries to file."
1240
#: drizzled/drizzled.cc:2175
1103
#: drizzled/drizzled.cc:2155
1241
1104
msgid "Log all MyISAM changes to file."
1244
#: drizzled/drizzled.cc:2179
1107
#: drizzled/drizzled.cc:2159
1245
1108
msgid "Log some not critical warnings to the log file."
1248
#: drizzled/drizzled.cc:2184
1111
#: drizzled/drizzled.cc:2164
1249
1112
msgid "Lock drizzled in memory."
1252
#: drizzled/drizzled.cc:2188
1115
#: drizzled/drizzled.cc:2168
1254
1117
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1255
1118
"BACKUP, FORCE or QUICK."
1258
#: drizzled/drizzled.cc:2193
1121
#: drizzled/drizzled.cc:2173
1259
1122
msgid "Use old, non-optimized alter table."
1262
#: drizzled/drizzled.cc:2198
1125
#: drizzled/drizzled.cc:2178
1263
1126
msgid "Pid file used by safe_mysqld."
1266
#: drizzled/drizzled.cc:2208
1129
#: drizzled/drizzled.cc:2182
1131
"Port number to use for connection or 0 for default to, in order of "
1132
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1135
#: drizzled/drizzled.cc:2188
1268
1137
"Maximum time in seconds to wait for the port to become free. (Default: no "
1272
#: drizzled/drizzled.cc:2213
1141
#: drizzled/drizzled.cc:2193
1274
1143
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1275
1144
"specified directory"
1278
#: drizzled/drizzled.cc:2218
1147
#: drizzled/drizzled.cc:2198
1280
1149
"Uniquely identifies the server instance in the community of replication "
1284
#: drizzled/drizzled.cc:2223
1153
#: drizzled/drizzled.cc:2203
1285
1154
msgid "Don't print a stack trace on failure."
1288
#: drizzled/drizzled.cc:2227
1157
#: drizzled/drizzled.cc:2207
1289
1158
msgid "Enable symbolic link support."
1292
#: drizzled/drizzled.cc:2236
1161
#: drizzled/drizzled.cc:2216
1294
1163
"Using this option will cause most temporary files created to use a small set "
1295
1164
"of names, rather than a unique name for each new file."
1298
#: drizzled/drizzled.cc:2241
1167
#: drizzled/drizzled.cc:2221
1300
1169
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1303
#: drizzled/drizzled.cc:2246
1172
#: drizzled/drizzled.cc:2226
1304
1173
msgid "Path for temporary files."
1307
#: drizzled/drizzled.cc:2250
1176
#: drizzled/drizzled.cc:2230
1308
1177
msgid "Default transaction isolation level."
1311
#: drizzled/drizzled.cc:2254
1180
#: drizzled/drizzled.cc:2234
1312
1181
msgid "Run drizzled daemon as user."
1315
#: drizzled/drizzled.cc:2262
1184
#: drizzled/drizzled.cc:2242
1317
1186
"The number of outstanding connection requests Drizzle can have. This comes "
1318
1187
"into play when the main Drizzle thread gets very many connection requests in "
1319
1188
"a very short time."
1322
#: drizzled/drizzled.cc:2268
1191
#: drizzled/drizzled.cc:2248
1324
1193
"Size of tree cache used in bulk insert optimization. Note that this is a "
1325
1194
"limit per thread!"
1328
#: drizzled/drizzled.cc:2274
1197
#: drizzled/drizzled.cc:2254
1330
1199
"The number of seconds the drizzled server is waiting for a connect packet "
1331
1200
"before responding with 'Bad handshake'."
1334
#: drizzled/drizzled.cc:2279
1203
#: drizzled/drizzled.cc:2259
1336
1205
"Precision of the result of '/' operator will be increased on that value."
1339
#: drizzled/drizzled.cc:2285
1208
#: drizzled/drizzled.cc:2265
1340
1209
msgid "The maximum length of the result of function group_concat."
1343
#: drizzled/drizzled.cc:2290
1212
#: drizzled/drizzled.cc:2270
1344
1213
msgid "The size of the buffer that is used for full joins."
1347
#: drizzled/drizzled.cc:2296
1216
#: drizzled/drizzled.cc:2276
1348
1217
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1351
#: drizzled/drizzled.cc:2301
1220
#: drizzled/drizzled.cc:2281
1353
1222
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1354
1223
"this to get better index handling (for all reads and multiple writes) to as "
1355
1224
"much as you can afford;"
1358
#: drizzled/drizzled.cc:2310
1227
#: drizzled/drizzled.cc:2290
1360
1229
"This characterizes the number of hits a hot block has to be untouched until "
1361
1230
"it is considered aged enough to be downgraded to a warm block. This "
1363
1232
"blocks in key cache"
1366
#: drizzled/drizzled.cc:2319
1235
#: drizzled/drizzled.cc:2299
1367
1236
msgid "The default size of key cache blocks"
1370
#: drizzled/drizzled.cc:2325
1239
#: drizzled/drizzled.cc:2305
1371
1240
msgid "The minimum percentage of warm blocks in key cache"
1374
#: drizzled/drizzled.cc:2331
1243
#: drizzled/drizzled.cc:2311
1375
1244
msgid "Max packetlength to send/receive from to server."
1378
#: drizzled/drizzled.cc:2336
1247
#: drizzled/drizzled.cc:2316
1380
1249
"If there is more than this number of interrupted connections from a host "
1381
1250
"this host will be blocked from further connections."
1384
#: drizzled/drizzled.cc:2341
1253
#: drizzled/drizzled.cc:2321
1385
1254
msgid "Max number of errors/warnings to store for a statement."
1388
#: drizzled/drizzled.cc:2346
1257
#: drizzled/drizzled.cc:2326
1389
1258
msgid "Don't allow creation of heap tables bigger than this."
1392
#: drizzled/drizzled.cc:2352
1261
#: drizzled/drizzled.cc:2332
1394
1263
"Joins that are probably going to read more than max_join_size records return "
1398
#: drizzled/drizzled.cc:2358
1267
#: drizzled/drizzled.cc:2338
1399
1268
msgid "Max number of bytes in sorted records."
1402
#: drizzled/drizzled.cc:2363
1271
#: drizzled/drizzled.cc:2343
1403
1272
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1406
#: drizzled/drizzled.cc:2368
1275
#: drizzled/drizzled.cc:2348
1408
1277
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1409
1278
"max_sort_length bytes of each value are used; the rest are ignored)."
1412
#: drizzled/drizzled.cc:2375
1281
#: drizzled/drizzled.cc:2355
1413
1282
msgid "Maximum number of temporary tables a client can keep open at a time."
1416
#: drizzled/drizzled.cc:2380
1285
#: drizzled/drizzled.cc:2360
1417
1286
msgid "After this many write locks, allow some read locks to run in between."
1420
#: drizzled/drizzled.cc:2384
1289
#: drizzled/drizzled.cc:2364
1422
1291
"Don't log queries which examine less than min_examined_row_limit rows to "
1426
#: drizzled/drizzled.cc:2390
1295
#: drizzled/drizzled.cc:2370
1428
1297
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1429
1298
"Possible values of name are 'nulls_unequal' (default behavior), "
1430
1299
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1433
#: drizzled/drizzled.cc:2397
1302
#: drizzled/drizzled.cc:2377
1434
1303
msgid "Buffer length for TCP/IP and socket communication."
1437
#: drizzled/drizzled.cc:2402
1306
#: drizzled/drizzled.cc:2382
1439
1308
"Number of seconds to wait for more data from a connection before aborting "
1443
#: drizzled/drizzled.cc:2408
1312
#: drizzled/drizzled.cc:2388
1445
1314
"If a read on a communication port is interrupted, retry this many times "
1446
1315
"before giving up."
1449
#: drizzled/drizzled.cc:2414
1318
#: drizzled/drizzled.cc:2394
1451
1320
"Number of seconds to wait for a block to be written to a connection before "
1452
1321
"aborting the write."
1455
#: drizzled/drizzled.cc:2420
1324
#: drizzled/drizzled.cc:2400
1457
1326
"Controls the heuristic(s) applied during query optimization to prune less-"
1458
1327
"promising partial plans from the optimizer search space. Meaning: false - do "
1471
1340
"(used for testing/comparison)."
1474
#: drizzled/drizzled.cc:2440
1343
#: drizzled/drizzled.cc:2420
1475
1344
msgid "Directory for plugins."
1478
#: drizzled/drizzled.cc:2444
1347
#: drizzled/drizzled.cc:2424
1480
1349
"Optional colon (or semicolon) separated list of plugins to load,where each "
1481
1350
"plugin is identified by the name of the shared library. [for example: --"
1482
1351
"plugin_load=libmd5udf.so:libauth_pam.so]"
1485
#: drizzled/drizzled.cc:2450
1354
#: drizzled/drizzled.cc:2430
1486
1355
msgid "The size of the buffer that is allocated when preloading indexes"
1489
#: drizzled/drizzled.cc:2455
1358
#: drizzled/drizzled.cc:2435
1359
msgid "Select protocol to be used (by default oldlibdrizzle)."
1362
#: drizzled/drizzled.cc:2439
1490
1363
msgid "Allocation block size for query parsing and execution"
1493
#: drizzled/drizzled.cc:2460
1366
#: drizzled/drizzled.cc:2444
1494
1367
msgid "Persistent buffer for query parsing and execution"
1497
#: drizzled/drizzled.cc:2466
1370
#: drizzled/drizzled.cc:2450
1498
1371
msgid "Allocation block size for storing ranges during optimization"
1501
#: drizzled/drizzled.cc:2472
1374
#: drizzled/drizzled.cc:2456
1503
1376
"Each thread that does a sequential scan allocates a buffer of this size for "
1504
1377
"each table it scans. If you do many sequential scans, you may want to "
1505
1378
"increase this value."
1508
#: drizzled/drizzled.cc:2480
1381
#: drizzled/drizzled.cc:2464
1510
1383
"When reading rows in sorted order after a sort, the rows are read through "
1511
1384
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1512
1385
"record_buffer."
1515
#: drizzled/drizzled.cc:2488
1388
#: drizzled/drizzled.cc:2472
1516
1389
msgid "Select scheduler to be used (by default pool-of-threads)."
1519
#: drizzled/drizzled.cc:2492
1392
#: drizzled/drizzled.cc:2476
1520
1393
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1523
#: drizzled/drizzled.cc:2498
1396
#: drizzled/drizzled.cc:2482
1524
1397
msgid "The number of cached table definitions."
1527
#: drizzled/drizzled.cc:2502
1400
#: drizzled/drizzled.cc:2486
1528
1401
msgid "The number of cached open tables."
1531
#: drizzled/drizzled.cc:2506
1404
#: drizzled/drizzled.cc:2490
1533
1406
"Timeout in seconds to wait for a table level lock before returning an error. "
1534
1407
"Used only if the connection has active cursors."
1537
#: drizzled/drizzled.cc:2511
1410
#: drizzled/drizzled.cc:2495
1538
1411
msgid "The stack size for each thread."
1541
#: drizzled/drizzled.cc:2517
1414
#: drizzled/drizzled.cc:2501
1543
1416
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1544
1417
"automatically convert it to an on-disk MyISAM table."
1547
#: drizzled/drizzled.cc:2523
1420
#: drizzled/drizzled.cc:2507
1548
1421
msgid "Allocation block size for transactions to be stored in binary log"
1551
#: drizzled/drizzled.cc:2528
1424
#: drizzled/drizzled.cc:2512
1552
1425
msgid "Persistent buffer for transactions to be stored in binary log"
1555
#: drizzled/drizzled.cc:2533
1428
#: drizzled/drizzled.cc:2517
1557
1430
"The number of seconds the server waits for activity on a connection before "
1561
#: drizzled/drizzled.cc:2682
1434
#: drizzled/drizzled.cc:2665
1563
1436
"Copyright (C) 2008 Sun Microsystems\n"
1564
1437
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5047
4920
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5050
#: drizzled/handler.cc:1047
4923
#: drizzled/plugin/storage_engine.cc:393
5051
4924
msgid "Crash recovery finished."
5054
#. TRANSLATORS: The leading word "logging" is the name
5055
#. of the plugin api, and so should not be translated.
5056
#: drizzled/logging.cc:56
5058
msgid "logging plugin '%s' deinit() failed"
5061
#: drizzled/logging.cc:77
5063
msgid "logging plugin '%s' pre() failed"
5066
#: drizzled/logging.cc:108
5068
msgid "logging plugin '%s' post() failed"
5071
#. TRANSLATORS: The leading word "parser" is the name
5072
#. of the plugin api, and so should not be translated.
5073
#: drizzled/parser.cc:42
5075
msgid "parser plugin '%s' init() failed"
5078
#. TRANSLATORS: The leading word "parser" is the name
5079
#. of the plugin api, and so should not be translated.
5080
#: drizzled/parser.cc:66
5082
msgid "parser plugin '%s' deinit() failed"
5085
#. TRANSLATORS: The leading word "parser" is the name
5086
#. of the plugin api, and so should not be translated.
5087
#: drizzled/parser.cc:103
5089
msgid "parser plugin '%s' parser_func1() failed"
5092
#. TRANSLATORS: The leading word "parser" is the name
5093
#. of the plugin api, and so should not be translated.
5094
#: drizzled/parser.cc:157
5096
msgid "parser plugin '%s' parser_func2() failed"
5099
#: drizzled/qcache.cc:38
5101
msgid "qcache plugin '%s' init() failed"
5104
#: drizzled/qcache.cc:59
5106
msgid "qcache plugin '%s' deinit() failed"
5109
#: drizzled/qcache.cc:104
4927
#: drizzled/qcache.cc:63
5111
4929
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5114
#: drizzled/qcache.cc:121
4932
#: drizzled/qcache.cc:86
5116
4934
msgid "qcache plugin '%s' set() failed"
5119
#: drizzled/qcache.cc:140
4937
#: drizzled/qcache.cc:110
5121
4939
msgid "qcache plugin '%s' invalidate_table() failed"
5124
#: drizzled/qcache.cc:159
4942
#: drizzled/qcache.cc:137
5126
4944
msgid "qcache plugin '%s' invalidate_db() failed"
5129
#: drizzled/qcache.cc:177
4947
#: drizzled/qcache.cc:157
5131
4949
msgid "qcache plugin '%s' flush() failed"
5134
#: drizzled/replicator.cc:36
5136
msgid "replicator plugin '%s' init() failed"
5139
#: drizzled/replicator.cc:58
5141
msgid "replicator plugin '%s' deinit() failed"
5144
#: drizzled/replicator.cc:81
5146
msgid "replicator plugin '%s' session_init() failed"
5149
#: drizzled/replicator.cc:152
5151
msgid "replicator plugin '%s' row_insert() failed"
5154
#: drizzled/replicator.cc:168
5156
msgid "replicator plugin '%s' row_update() failed"
5159
#: drizzled/replicator.cc:183
5161
msgid "replicator plugin '%s' row_delete() failed"
5164
#: drizzled/replicator.cc:270
5166
msgid "replicator plugin '%s' end_transaction() failed"
5169
#: drizzled/replicator.cc:328
5171
msgid "replicator plugin '%s' statement() failed"
5174
#: drizzled/scheduling.cc:57
5176
msgid "scheduling plugin '%s' init() failed"
5179
#: drizzled/scheduling.cc:80
5181
msgid "scheduling plugin '%s' deinit() failed"
5184
#: drizzled/sql_base.cc:2295
4952
#: drizzled/scheduling.cc:63
4953
msgid "Scheduler initialization failed."
4956
#: drizzled/sql_base.cc:2300
5186
4958
msgid "Table %s had a open data handler in reopen_table"
5189
#: drizzled/sql_base.cc:2943
4961
#: drizzled/sql_base.cc:2948
5191
4963
msgid "Couldn't repair table: %s.%s"
5194
#: drizzled/sql_base.cc:2985
4966
#: drizzled/sql_base.cc:2990
5197
4969
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5198
4970
"s`.`%s`' to replication"
5201
#: drizzled/sql_base.cc:3588
4973
#: drizzled/sql_base.cc:3593
5203
4975
msgid "Could not remove temporary table: '%s', error: %d"
5206
#: drizzled/sql_plugin.cc:645
5208
msgid "Plugin '%s' of type %s failed deinitialization"
5211
#: drizzled/sql_plugin.cc:688
5213
msgid "Plugin '%s' registration as a %s failed."
5216
#: drizzled/sql_plugin.cc:889
4978
#: drizzled/sql_plugin.cc:522
4980
msgid "Plugin '%s' init function returned error."
4983
#: drizzled/sql_plugin.cc:701
5217
4984
msgid "plugin-load parameter too long"
5220
#: drizzled/sql_plugin.cc:949
4987
#: drizzled/sql_plugin.cc:761
5222
4989
msgid "Couldn't load plugin named '%s' with soname '%s'."
5225
#: drizzled/sql_plugin.cc:1347
4992
#: drizzled/sql_plugin.cc:1101
5226
4993
msgid "Out of memory."
5229
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
4996
#: drizzled/sql_plugin.cc:1940 drizzled/sql_plugin.cc:2003
5231
4998
msgid "Unknown variable type code 0x%x in plugin '%s'."
5234
#: drizzled/sql_plugin.cc:2231
5001
#: drizzled/sql_plugin.cc:1983
5237
5004
"Server variable %s of plugin %s was forced to be read-only: string variable "
5238
5005
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5241
#: drizzled/sql_plugin.cc:2262
5008
#: drizzled/sql_plugin.cc:2014
5243
5010
msgid "Missing variable name in plugin '%s'."
5246
#: drizzled/sql_plugin.cc:2279
5013
#: drizzled/sql_plugin.cc:2031
5248
5015
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5251
#: drizzled/sql_plugin.cc:2397
5018
#: drizzled/sql_plugin.cc:2149
5253
5020
msgid "Out of memory for plugin '%s'."
5256
#: drizzled/sql_plugin.cc:2404
5023
#: drizzled/sql_plugin.cc:2156
5258
5025
msgid "Bad options for plugin '%s'."
5261
#: drizzled/sql_plugin.cc:2413
5028
#: drizzled/sql_plugin.cc:2165
5263
5030
msgid "Parsing options for plugin '%s' failed."
5266
#: drizzled/sql_plugin.cc:2456
5033
#: drizzled/sql_plugin.cc:2208
5268
5035
msgid "Plugin '%s' has conflicting system variables"
5271
#: drizzled/sql_table.cc:130
5038
#: drizzled/sql_table.cc:131
5273
5040
msgid "Invalid (old?) table or database name '%s'"
5276
#: drizzled/sql_table.cc:2687
5043
#: drizzled/sql_table.cc:2688
5278
5045
msgid "Unknown - internal error %d during operation"
5281
#: drizzled/sql_table.cc:4955
5048
#: drizzled/sql_table.cc:4956
5283
5050
msgid "Could not open table %s.%s after rename\n"
5286
#: drizzled/sql_table.cc:5135
5053
#: drizzled/sql_table.cc:5136
5289
5056
"order_st BY ignored because there is a user-defined clustered index in the "
5290
5057
"table '%-.192s'"
5293
#: drizzled/sql_udf.cc:82
5295
msgid "Plugin '%s' init function returned error %d."
5298
#: drizzled/table.cc:482
5060
#: drizzled/table.cc:483
5301
5063
"'%s' had no or invalid character set, and default character set is multi-"
5302
5064
"byte, so character column sizes may have changed"
5305
#: drizzled/table.cc:2297
5067
#: drizzled/table.cc:2287
5307
5069
msgid "Unknown collation '%s' in table '%-.64s' definition"
5310
#: drizzled/table.cc:2304
5072
#: drizzled/table.cc:2294
5313
5075
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5317
#: drizzled/table.cc:2768
5079
#: drizzled/table.cc:2753
5320
5082
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5324
#: drizzled/table.cc:2795
5086
#: drizzled/table.cc:2780
5327
5089
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5328
5090
"have type %s, found type %s."
5331
#: drizzled/table.cc:2806
5093
#: drizzled/table.cc:2791
5334
5096
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5335
5097
"position %d to have character set '%s' but the type has no character set."
5338
#: drizzled/table.cc:2818
5100
#: drizzled/table.cc:2803
5341
5103
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5342
5104
"position %d to have character set '%s' but found character set '%s'."
5345
#: drizzled/table.cc:2831
5107
#: drizzled/table.cc:2816
5348
5110
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5349
5111
"have type %s but the column is not found."
5352
#: drizzled/table.cc:4948
5114
#: drizzled/table.cc:4931
5354
5116
msgid "Got error %d when reading table '%s'"
5416
5178
msgid "%s: option `-W %s' doesn't allow an argument\n"
5419
#: libdrizzleclient/errmsg.cc:28
5420
msgid "Unknown Drizzle error"
5423
#: libdrizzleclient/errmsg.cc:29
5425
msgid "Can't create UNIX socket (%d)"
5428
#: libdrizzleclient/errmsg.cc:30
5430
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5433
#: libdrizzleclient/errmsg.cc:31
5435
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5436
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
5438
#: libdrizzleclient/errmsg.cc:32
5440
msgid "Can't create TCP/IP socket (%d)"
5443
#: libdrizzleclient/errmsg.cc:33
5445
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5448
#: libdrizzleclient/errmsg.cc:34
5449
msgid "Drizzle server has gone away"
5452
#: libdrizzleclient/errmsg.cc:35
5454
msgid "Protocol mismatch; server version = %d, client version = %d"
5457
#: libdrizzleclient/errmsg.cc:36
5458
msgid "Drizzle client ran out of memory"
5461
#: libdrizzleclient/errmsg.cc:37
5462
msgid "Wrong host info"
5465
#: libdrizzleclient/errmsg.cc:38
5466
msgid "Localhost via UNIX socket"
5469
#: libdrizzleclient/errmsg.cc:39
5471
msgid "%-.100s via TCP/IP"
5474
#: libdrizzleclient/errmsg.cc:40
5475
msgid "Error in server handshake"
5478
#: libdrizzleclient/errmsg.cc:41
5479
msgid "Lost connection to Drizzle server during query"
5482
#: libdrizzleclient/errmsg.cc:42
5483
msgid "Commands out of sync; you can't run this command now"
5486
#: libdrizzleclient/errmsg.cc:43
5488
msgid "Named pipe: %-.32s"
5491
#: libdrizzleclient/errmsg.cc:44
5493
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5496
#: libdrizzleclient/errmsg.cc:45
5498
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5501
#: libdrizzleclient/errmsg.cc:46
5503
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5506
#: libdrizzleclient/errmsg.cc:47
5508
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5511
#: libdrizzleclient/errmsg.cc:48
5512
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5515
#: libdrizzleclient/errmsg.cc:49
5516
msgid "Embedded server"
5519
#: libdrizzleclient/errmsg.cc:50
5520
msgid "Error on SHOW SLAVE STATUS:"
5523
#: libdrizzleclient/errmsg.cc:51
5524
msgid "Error on SHOW SLAVE HOSTS:"
5527
#: libdrizzleclient/errmsg.cc:52
5528
msgid "Error connecting to slave:"
5531
#: libdrizzleclient/errmsg.cc:53
5532
msgid "Error connecting to master:"
5535
#: libdrizzleclient/errmsg.cc:54
5536
msgid "SSL connection error"
5539
#: libdrizzleclient/errmsg.cc:55
5540
msgid "Malformed packet"
5543
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5544
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5545
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5546
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5547
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5548
msgid "(unused error message)"
5551
#: libdrizzleclient/errmsg.cc:57
5552
msgid "Invalid use of null pointer"
5555
#: libdrizzleclient/errmsg.cc:58
5556
msgid "Statement not prepared"
5559
#: libdrizzleclient/errmsg.cc:59
5560
msgid "No data supplied for parameters in prepared statement"
5563
#: libdrizzleclient/errmsg.cc:60
5564
msgid "Data truncated"
5567
#: libdrizzleclient/errmsg.cc:61
5568
msgid "No parameters exist in the statement"
5571
#: libdrizzleclient/errmsg.cc:62
5572
msgid "Invalid parameter number"
5575
#: libdrizzleclient/errmsg.cc:63
5578
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5581
#: libdrizzleclient/errmsg.cc:65
5583
msgid "Using unsupported buffer type: %d (parameter: %d)"
5586
#: libdrizzleclient/errmsg.cc:66
5588
msgid "Shared memory: %-.100s"
5591
#: libdrizzleclient/errmsg.cc:76
5592
msgid "Wrong or unknown protocol"
5595
#: libdrizzleclient/errmsg.cc:77
5596
msgid "Invalid connection handle"
5599
#: libdrizzleclient/errmsg.cc:78
5601
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5602
"option 'secure_auth' enabled)"
5605
#: libdrizzleclient/errmsg.cc:80
5606
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5609
#: libdrizzleclient/errmsg.cc:81
5610
msgid "Attempt to read column without prior row fetch"
5613
#: libdrizzleclient/errmsg.cc:82
5614
msgid "Prepared statement contains no metadata"
5617
#: libdrizzleclient/errmsg.cc:83
5619
"Attempt to read a row while there is no result set associated with the "
5623
#: libdrizzleclient/errmsg.cc:85
5624
msgid "This feature is not implemented yet"
5627
#: libdrizzleclient/errmsg.cc:86
5630
"Lost connection to Drizzle server while waiting for initial communication "
5631
"packet, system error: %d"
5634
#: libdrizzleclient/errmsg.cc:88
5637
"Lost connection to Drizzle server while reading initial communication "
5638
"packet, system error: %d"
5641
#: libdrizzleclient/errmsg.cc:90
5644
"Lost connection to Drizzle server while sending authentication information, "
5648
#: libdrizzleclient/errmsg.cc:92
5651
"Lost connection to Drizzle server while reading authorization information, "
5655
#: libdrizzleclient/errmsg.cc:94
5658
"Lost connection to Drizzle server while setting initial database, system "
5662
#: libdrizzleclient/errmsg.cc:96
5664
msgid "Statement closed indirectly because of a preceding %s() call"
5667
5181
#: mysys/errors.cc:25
5669
5183
msgid "Can't create/write to file '%s' (Errcode: %d)"
5911
5425
msgid "Log queries to a Gearman server"
5914
#: plugin/logging_query/logging_query.cc:275
5428
#: plugin/logging_query/logging_query.cc:278
5916
5430
msgid "fail open() fn=%s er=%s\n"
5919
#: plugin/logging_query/logging_query.cc:313
5433
#: plugin/logging_query/logging_query.cc:317
5920
5434
msgid "Enable logging to CSV file"
5923
#: plugin/logging_query/logging_query.cc:322
5437
#: plugin/logging_query/logging_query.cc:326
5924
5438
msgid "File to log to"
5927
#: plugin/logging_query/logging_query.cc:331
5928
#: plugin/logging_syslog/logging_syslog.cc:246
5441
#: plugin/logging_query/logging_query.cc:335
5442
#: plugin/logging_syslog/logging_syslog.cc:248
5929
5443
msgid "Threshold for logging slow queries, in microseconds"
5932
#: plugin/logging_query/logging_query.cc:343
5933
#: plugin/logging_syslog/logging_syslog.cc:258
5446
#: plugin/logging_query/logging_query.cc:347
5447
#: plugin/logging_syslog/logging_syslog.cc:260
5934
5448
msgid "Threshold for logging big queries, for rows returned"
5937
#: plugin/logging_query/logging_query.cc:355
5938
#: plugin/logging_syslog/logging_syslog.cc:270
5451
#: plugin/logging_query/logging_query.cc:359
5452
#: plugin/logging_syslog/logging_syslog.cc:272
5939
5453
msgid "Threshold for logging big queries, for rows examined"
5942
#: plugin/logging_query/logging_query.cc:378
5456
#: plugin/logging_query/logging_query.cc:381
5943
5457
msgid "Log queries to a CSV file"
5946
#: plugin/logging_syslog/logging_syslog.cc:167
5460
#: plugin/logging_syslog/logging_syslog.cc:169
5948
5462
msgid "syslog facility \"%s\" not known, using \"local0\""
5951
#: plugin/logging_syslog/logging_syslog.cc:184
5465
#: plugin/logging_syslog/logging_syslog.cc:186
5953
5467
msgid "syslog priority \"%s\" not known, using \"info\""
5956
#: plugin/logging_syslog/logging_syslog.cc:210
5470
#: plugin/logging_syslog/logging_syslog.cc:212
5957
5471
msgid "Enable logging"
5960
#: plugin/logging_syslog/logging_syslog.cc:219
5474
#: plugin/logging_syslog/logging_syslog.cc:221
5961
5475
msgid "Syslog Ident"
5964
#: plugin/logging_syslog/logging_syslog.cc:228
5478
#: plugin/logging_syslog/logging_syslog.cc:230
5965
5479
msgid "Syslog Facility"
5968
#: plugin/logging_syslog/logging_syslog.cc:237
5482
#: plugin/logging_syslog/logging_syslog.cc:239
5969
5483
msgid "Syslog Priority"
5972
#: plugin/logging_syslog/logging_syslog.cc:295
5486
#: plugin/logging_syslog/logging_syslog.cc:296
5973
5487
msgid "Log to syslog"
5976
#: plugin/multi_thread/multi_thread.cc:120
5490
#: plugin/multi_thread/multi_thread.cc:133
5977
5491
msgid "Maximum number of user threads available."
5980
#: plugin/pool_of_threads/pool_of_threads.cc:205
5494
#: plugin/oldlibdrizzle/errmsg.cc:28
5495
msgid "Unknown Drizzle error"
5498
#: plugin/oldlibdrizzle/errmsg.cc:29
5500
msgid "Can't create UNIX socket (%d)"
5503
#: plugin/oldlibdrizzle/errmsg.cc:30
5505
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5508
#: plugin/oldlibdrizzle/errmsg.cc:31
5510
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5511
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
5513
#: plugin/oldlibdrizzle/errmsg.cc:32
5515
msgid "Can't create TCP/IP socket (%d)"
5518
#: plugin/oldlibdrizzle/errmsg.cc:33
5520
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5523
#: plugin/oldlibdrizzle/errmsg.cc:34
5524
msgid "Drizzle server has gone away"
5527
#: plugin/oldlibdrizzle/errmsg.cc:35
5529
msgid "Protocol mismatch; server version = %d, client version = %d"
5532
#: plugin/oldlibdrizzle/errmsg.cc:36
5533
msgid "Drizzle client ran out of memory"
5536
#: plugin/oldlibdrizzle/errmsg.cc:37
5537
msgid "Wrong host info"
5540
#: plugin/oldlibdrizzle/errmsg.cc:38
5541
msgid "Localhost via UNIX socket"
5544
#: plugin/oldlibdrizzle/errmsg.cc:39
5546
msgid "%-.100s via TCP/IP"
5549
#: plugin/oldlibdrizzle/errmsg.cc:40
5550
msgid "Error in server handshake"
5553
#: plugin/oldlibdrizzle/errmsg.cc:41
5554
msgid "Lost connection to Drizzle server during query"
5557
#: plugin/oldlibdrizzle/errmsg.cc:42
5558
msgid "Commands out of sync; you can't run this command now"
5561
#: plugin/oldlibdrizzle/errmsg.cc:43
5563
msgid "Named pipe: %-.32s"
5566
#: plugin/oldlibdrizzle/errmsg.cc:44
5568
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5571
#: plugin/oldlibdrizzle/errmsg.cc:45
5573
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5576
#: plugin/oldlibdrizzle/errmsg.cc:46
5578
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5581
#: plugin/oldlibdrizzle/errmsg.cc:47
5583
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5586
#: plugin/oldlibdrizzle/errmsg.cc:48
5587
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5590
#: plugin/oldlibdrizzle/errmsg.cc:49
5591
msgid "Embedded server"
5594
#: plugin/oldlibdrizzle/errmsg.cc:50
5595
msgid "Error on SHOW SLAVE STATUS:"
5598
#: plugin/oldlibdrizzle/errmsg.cc:51
5599
msgid "Error on SHOW SLAVE HOSTS:"
5602
#: plugin/oldlibdrizzle/errmsg.cc:52
5603
msgid "Error connecting to slave:"
5606
#: plugin/oldlibdrizzle/errmsg.cc:53
5607
msgid "Error connecting to master:"
5610
#: plugin/oldlibdrizzle/errmsg.cc:54
5611
msgid "SSL connection error"
5614
#: plugin/oldlibdrizzle/errmsg.cc:55
5615
msgid "Malformed packet"
5618
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5619
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5620
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5621
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5622
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5623
msgid "(unused error message)"
5626
#: plugin/oldlibdrizzle/errmsg.cc:57
5627
msgid "Invalid use of null pointer"
5630
#: plugin/oldlibdrizzle/errmsg.cc:58
5631
msgid "Statement not prepared"
5634
#: plugin/oldlibdrizzle/errmsg.cc:59
5635
msgid "No data supplied for parameters in prepared statement"
5638
#: plugin/oldlibdrizzle/errmsg.cc:60
5639
msgid "Data truncated"
5642
#: plugin/oldlibdrizzle/errmsg.cc:61
5643
msgid "No parameters exist in the statement"
5646
#: plugin/oldlibdrizzle/errmsg.cc:62
5647
msgid "Invalid parameter number"
5650
#: plugin/oldlibdrizzle/errmsg.cc:63
5653
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5656
#: plugin/oldlibdrizzle/errmsg.cc:65
5658
msgid "Using unsupported buffer type: %d (parameter: %d)"
5661
#: plugin/oldlibdrizzle/errmsg.cc:66
5663
msgid "Shared memory: %-.100s"
5666
#: plugin/oldlibdrizzle/errmsg.cc:76
5667
msgid "Wrong or unknown protocol"
5670
#: plugin/oldlibdrizzle/errmsg.cc:77
5671
msgid "Invalid connection handle"
5674
#: plugin/oldlibdrizzle/errmsg.cc:78
5676
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5677
"option 'secure_auth' enabled)"
5680
#: plugin/oldlibdrizzle/errmsg.cc:80
5681
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5684
#: plugin/oldlibdrizzle/errmsg.cc:81
5685
msgid "Attempt to read column without prior row fetch"
5688
#: plugin/oldlibdrizzle/errmsg.cc:82
5689
msgid "Prepared statement contains no metadata"
5692
#: plugin/oldlibdrizzle/errmsg.cc:83
5694
"Attempt to read a row while there is no result set associated with the "
5698
#: plugin/oldlibdrizzle/errmsg.cc:85
5699
msgid "This feature is not implemented yet"
5702
#: plugin/oldlibdrizzle/errmsg.cc:86
5705
"Lost connection to Drizzle server while waiting for initial communication "
5706
"packet, system error: %d"
5709
#: plugin/oldlibdrizzle/errmsg.cc:88
5712
"Lost connection to Drizzle server while reading initial communication "
5713
"packet, system error: %d"
5716
#: plugin/oldlibdrizzle/errmsg.cc:90
5719
"Lost connection to Drizzle server while sending authentication information, "
5723
#: plugin/oldlibdrizzle/errmsg.cc:92
5726
"Lost connection to Drizzle server while reading authorization information, "
5730
#: plugin/oldlibdrizzle/errmsg.cc:94
5733
"Lost connection to Drizzle server while setting initial database, system "
5737
#: plugin/oldlibdrizzle/errmsg.cc:96
5739
msgid "Statement closed indirectly because of a preceding %s() call"
5742
#: plugin/pool_of_threads/pool_of_threads.cc:204
5981
5743
msgid "event_add error in libevent_add_session_callback\n"
5984
#: plugin/pool_of_threads/pool_of_threads.cc:347
5746
#: plugin/pool_of_threads/pool_of_threads.cc:346
5985
5747
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5988
#: plugin/pool_of_threads/pool_of_threads.cc:354
5750
#: plugin/pool_of_threads/pool_of_threads.cc:353
5989
5751
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5992
#: plugin/pool_of_threads/pool_of_threads.cc:366
5754
#: plugin/pool_of_threads/pool_of_threads.cc:365
5993
5755
msgid "session_add_event event_add error in libevent_init\n"
5996
#: plugin/pool_of_threads/pool_of_threads.cc:380
5758
#: plugin/pool_of_threads/pool_of_threads.cc:378
5998
5760
msgid "Can't create completion port thread (error %d)"
6001
#: plugin/pool_of_threads/pool_of_threads.cc:443
5763
#: plugin/pool_of_threads/pool_of_threads.cc:462
6002
5764
msgid "libevent_thread_proc: my_thread_init() failed\n"
6005
#: plugin/pool_of_threads/pool_of_threads.cc:629
5767
#: plugin/pool_of_threads/pool_of_threads.cc:642
6006
5768
msgid "Size of Pool."
6009
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6010
msgid "Enable Replicator"
6013
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6014
msgid "Directory to place replication logs."
6017
5771
#: plugin/signal_handler/signal_handler.cc:225
6019
5773
msgid "Can't create interrupt-thread (error %d, errno: %d)"