18
18
"X-Launchpad-Export-Date: 2009-03-05 20:48+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:276
21
#: client/drizzle.cc:274
22
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:275
26
msgid "Clear command."
25
29
#: client/drizzle.cc:277
26
msgid "Clear command."
29
#: client/drizzle.cc:279
30
30
msgid "Reconnect to the server. Optional arguments are db and host."
31
31
msgstr "重新接駁伺服器.非必須的參數有db及host"
33
#: client/drizzle.cc:279
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
33
38
#: client/drizzle.cc:281
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:283
39
39
msgid "Send command to drizzle server, display result vertically."
42
#: client/drizzle.cc:284
42
#: client/drizzle.cc:282
43
43
msgid "Exit drizzle. Same as quit."
44
44
msgstr "離開drizzle.等如quit."
46
#: client/drizzle.cc:285
46
#: client/drizzle.cc:283
47
47
msgid "Send command to drizzle server."
48
48
msgstr "傳送指令給drizzle伺服器"
50
#: client/drizzle.cc:286
50
#: client/drizzle.cc:284
51
51
msgid "Display this help."
52
52
msgstr "顯示這個項目的幫助說明"
54
#: client/drizzle.cc:287
54
#: client/drizzle.cc:285
55
55
msgid "Disable pager, print to stdout."
58
#: client/drizzle.cc:286
59
msgid "Don't write into outfile."
58
62
#: client/drizzle.cc:288
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:290
63
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: client/drizzle.cc:291
66
#: client/drizzle.cc:289
67
67
msgid "Print current command."
70
#: client/drizzle.cc:292
70
#: client/drizzle.cc:290
71
71
msgid "Change your drizzle prompt."
74
#: client/drizzle.cc:293
74
#: client/drizzle.cc:291
75
75
msgid "Quit drizzle."
78
#: client/drizzle.cc:292
79
msgid "Rebuild completion hash."
78
82
#: client/drizzle.cc:294
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:296
83
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: client/drizzle.cc:295
87
msgid "Get status information from the server."
86
90
#: client/drizzle.cc:297
87
msgid "Get status information from the server."
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
90
94
#: client/drizzle.cc:299
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: client/drizzle.cc:301
95
95
msgid "Use another database. Takes database name as argument."
98
#: client/drizzle.cc:303 client/drizzle.cc:1443
98
#: client/drizzle.cc:301 client/drizzle.cc:1440
99
99
msgid "Show warnings after every statement."
102
#: client/drizzle.cc:305
102
#: client/drizzle.cc:303
103
103
msgid "Don't show warnings after every statement."
106
#: client/drizzle.cc:1045 client/drizzle.cc:1052
106
#: client/drizzle.cc:1043 client/drizzle.cc:1050
108
108
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
111
#: client/drizzle.cc:1135
111
#: client/drizzle.cc:1131
112
112
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
115
#: client/drizzle.cc:1145
115
#: client/drizzle.cc:1141
118
118
"Your Drizzle connection id is %u\n"
119
119
"Server version: %s\n"
122
#: client/drizzle.cc:1169
124
msgid "Reading history-file %s\n"
122
127
#: client/drizzle.cc:1173
124
msgid "Reading history-file %s\n"
127
#: client/drizzle.cc:1177
129
129
msgid "Couldn't allocate memory for temp histfile!\n"
132
#: client/drizzle.cc:1184
132
#: client/drizzle.cc:1180
133
133
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
136
#: client/drizzle.cc:1202
136
#: client/drizzle.cc:1199
138
138
msgid "Writing history-file %s\n"
141
#: client/drizzle.cc:1211
141
#: client/drizzle.cc:1206
145
#: client/drizzle.cc:1211
145
#: client/drizzle.cc:1206
149
#: client/drizzle.cc:1260
149
#: client/drizzle.cc:1261
150
150
msgid "Query aborted by Ctrl+C\n"
151
151
msgstr "查詢因Ctrl+C而終止\n"
153
#: client/drizzle.cc:1283 client/drizzleadmin.cc:74 drizzled/drizzled.cc:2134
153
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
154
154
msgid "Display this help and exit."
155
155
msgstr "顯示這個項目的說明並離開"
157
#: client/drizzle.cc:1285
157
#: client/drizzle.cc:1286
158
158
msgid "Synonym for -?"
161
#: client/drizzle.cc:1288
161
#: client/drizzle.cc:1289
163
163
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
164
164
"and field completion, but startup and reconnecting may take a longer time. "
165
165
"Disable with --disable-auto-rehash."
168
#: client/drizzle.cc:1292
168
#: client/drizzle.cc:1293
170
170
"No automatic rehashing. One has to use 'rehash' to get table and field "
171
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
172
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
171
"completion. This gives a quicker start of drizzle_st and disables rehashing "
172
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
175
#: client/drizzle.cc:1295
175
#: client/drizzle.cc:1296
177
177
"Automatically switch to vertical output mode if the result is wider than the "
178
178
"terminal width."
181
#: client/drizzle.cc:1298
181
#: client/drizzle.cc:1299
183
183
"Don't use history file. Disable interactive behavior. (Enables --silent)"
186
#: client/drizzle.cc:1299
186
#: client/drizzle.cc:1300
187
187
msgid "Display column type information."
190
#: client/drizzle.cc:1302
190
#: client/drizzle.cc:1303
192
192
"Preserve comments. Send comments to the server. The default is --skip-"
193
193
"comments (discard comments), enable with --comments"
196
#: client/drizzle.cc:1305
196
#: client/drizzle.cc:1306
197
197
msgid "Use compression in server/client protocol."
198
198
msgstr "在伺服器及客戶端之間的協定使用壓縮"
200
#: client/drizzle.cc:1308
200
#: client/drizzle.cc:1309
201
201
msgid "Check memory and open file usage at exit ."
204
#: client/drizzle.cc:1311
204
#: client/drizzle.cc:1312
205
205
msgid "Print some debug info at exit."
208
#: client/drizzle.cc:1313
208
#: client/drizzle.cc:1314
209
209
msgid "Database to use."
212
#: client/drizzle.cc:1316
212
#: client/drizzle.cc:1317
213
213
msgid "(not used)"
216
#: client/drizzle.cc:1318
216
#: client/drizzle.cc:1319
217
217
msgid "Delimiter to be used."
220
#: client/drizzle.cc:1320
220
#: client/drizzle.cc:1321
221
221
msgid "Execute command and quit. (Disables --force and history file)"
224
#: client/drizzle.cc:1322
224
#: client/drizzle.cc:1323
225
225
msgid "Print the output of a query (rows) vertically."
228
#: client/drizzle.cc:1325
228
#: client/drizzle.cc:1326
229
229
msgid "Continue even if we get an sql error."
232
#: client/drizzle.cc:1329
232
#: client/drizzle.cc:1330
234
234
"Enable named commands. Named commands mean this program's internal commands; "
235
235
"see drizzle> help . When enabled, the named commands can be used from any "
314
#: client/drizzle.cc:1370
314
#: client/drizzle.cc:1371
316
316
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
317
317
"option deprecated; use --disable-pager instead."
320
#: client/drizzle.cc:1373 client/drizzleadmin.cc:79
320
#: client/drizzle.cc:1374 client/drizzleadmin.cc:82
322
322
"Password to use when connecting to server. If password is not given it's "
323
323
"asked from the tty."
326
#: client/drizzle.cc:1375
326
#: client/drizzle.cc:1376
328
328
"Port number to use for connection or 0 for default to, in order of "
329
329
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
332
#: client/drizzle.cc:1376
332
#: client/drizzle.cc:1377
333
333
msgid "built-in default"
336
#: client/drizzle.cc:1378
336
#: client/drizzle.cc:1379
337
337
msgid "Set the drizzle prompt to this value."
340
#: client/drizzle.cc:1382
340
#: client/drizzle.cc:1383
342
342
"Don't cache result, print it row by row. This may slow down the server if "
343
343
"the output is suspended. Doesn't use history file."
346
#: client/drizzle.cc:1384
346
#: client/drizzle.cc:1385
347
347
msgid "Write fields without conversion. Used with --batch."
350
#: client/drizzle.cc:1387
350
#: client/drizzle.cc:1388
352
352
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
353
353
"option is enabled by default."
356
#: client/drizzle.cc:1389
356
#: client/drizzle.cc:1390
358
358
"Be more silent. Print results with a tab as separator, each row on new line."
361
#: client/drizzle.cc:1391
361
#: client/drizzle.cc:1392
362
362
msgid "Socket file to use for connection."
365
#: client/drizzle.cc:1394
365
#: client/drizzle.cc:1395
366
366
msgid "Output in table format."
369
#: client/drizzle.cc:1397
369
#: client/drizzle.cc:1398
371
371
"Append everything into outfile. See interactive help (\\h) also. Does not "
372
372
"work in batch mode. Disable with --disable-tee. This option is disabled by "
376
#: client/drizzle.cc:1399
376
#: client/drizzle.cc:1400
378
378
"Disable outfile. See interactive help (\\h) also. WARNING: option "
379
379
"deprecated; use --disable-tee instead"
382
#: client/drizzle.cc:1402 client/drizzleadmin.cc:88
382
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
383
383
msgid "User for login if not current user."
386
#: client/drizzle.cc:1405
386
#: client/drizzle.cc:1406
387
387
msgid "Only allow UPDATE and DELETE that uses keys."
390
#: client/drizzle.cc:1408
390
#: client/drizzle.cc:1409
391
391
msgid "Synonym for option --safe-updates, -U."
394
#: client/drizzle.cc:1411
394
#: client/drizzle.cc:1412
395
395
msgid "Write more. (-v -v -v gives the table output format)."
398
#: client/drizzle.cc:1413 client/drizzleadmin.cc:93 drizzled/drizzled.cc:2352
398
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
399
399
msgid "Output version information and exit."
400
400
msgstr "顯示版本資料並離開"
402
#: client/drizzle.cc:1415 client/drizzleadmin.cc:95
402
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
403
403
msgid "Wait and retry if connection is down."
406
#: client/drizzle.cc:1418
406
#: client/drizzle.cc:1419
407
407
msgid "Number of seconds before connection timeout."
410
#: client/drizzle.cc:1423
411
msgid "Max packet length to send to, or receive from server"
414
#: client/drizzle.cc:1428
415
msgid "Buffer for TCP/IP and socket communication"
418
#: client/drizzle.cc:1432
410
#: client/drizzle.cc:1424
411
msgid "Max length of input line"
414
#: client/drizzle.cc:1429
419
415
msgid "Automatic limit for SELECT when using --safe-updates"
422
#: client/drizzle.cc:1437
418
#: client/drizzle.cc:1434
423
419
msgid "Automatic limit for rows in a join when using --safe-updates"
426
#: client/drizzle.cc:1441
422
#: client/drizzle.cc:1438
427
423
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
430
#: client/drizzle.cc:1446
426
#: client/drizzle.cc:1443
431
427
msgid "Number of lines before each import progress report."
434
#: client/drizzle.cc:1457
430
#: client/drizzle.cc:1454
436
432
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
439
#: client/drizzle.cc:1464
435
#: client/drizzle.cc:1461
442
438
"Copyright (C) 2008 Sun Microsystems\n"
444
440
"and you are welcome to modify and redistribute it under the GPL license\n"
447
#: client/drizzle.cc:1469
443
#: client/drizzle.cc:1466
449
445
msgid "Usage: %s [OPTIONS] [database]\n"
450
446
msgstr "使用方式: %s [OPTIONS] [database]\n"
452
#: client/drizzle.cc:1500
448
#: client/drizzle.cc:1497
453
449
msgid "DELIMITER cannot contain a backslash character"
456
#: client/drizzle.cc:1521
452
#: client/drizzle.cc:1515
458
454
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
461
#: client/drizzle.cc:1544
457
#: client/drizzle.cc:1538
463
459
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
466
#: client/drizzle.cc:1548
462
#: client/drizzle.cc:1542
468
464
msgid "WARNING: --server-arg option not supported in this configuration.\n"
471
#: client/drizzle.cc:1575
467
#: client/drizzle.cc:1569
473
469
"Non-integer value supplied for port. If you are trying to enter a password "
474
470
"please use --password instead."
477
#: client/drizzle.cc:1583
473
#: client/drizzle.cc:1577
478
474
msgid "Value supplied for port is not valid."
481
#: client/drizzle.cc:1736
477
#: client/drizzle.cc:1723
483
479
msgid "Processing line: %<PRIu32>\n"
486
#: client/drizzle.cc:1952
482
#: client/drizzle.cc:1939
488
484
msgid "Unknown command '\\%c'."
491
#: client/drizzle.cc:2376
487
#: client/drizzle.cc:2348
493
489
"Reading table information for completion of table and column names\n"
494
490
" You can turn off this feature to get a quicker startup with -A\n"
498
#: client/drizzle.cc:2473
494
#: client/drizzle.cc:2438
499
495
msgid "No connection. Trying to reconnect..."
502
#: client/drizzle.cc:2479
498
#: client/drizzle.cc:2444
503
499
msgid "Can't connect to the server\n"
504
500
msgstr "不能連接伺服器\n"
506
#: client/drizzle.cc:2537
502
#: client/drizzle.cc:2523
507
503
msgid "List of all Drizzle commands:"
508
504
msgstr "所有Drizzle的指令:"
510
#: client/drizzle.cc:2539
506
#: client/drizzle.cc:2525
511
507
msgid "Note that all text commands must be first on line and end with ';'"
514
#: client/drizzle.cc:2592
510
#: client/drizzle.cc:2580
515
511
msgid "No query specified\n"
518
#: client/drizzle.cc:2607
514
#: client/drizzle.cc:2595
519
515
msgid "Ignoring query to other database"
522
#: client/drizzle.cc:2656
518
#: client/drizzle.cc:2645
523
519
msgid "Empty set"
526
#: client/drizzle.cc:2669
522
#: client/drizzle.cc:2658
528
524
msgid "%ld row in set"
529
525
msgid_plural "%ld rows in set"
533
#: client/drizzle.cc:2678
529
#: client/drizzle.cc:2667
537
#: client/drizzle.cc:2680
533
#: client/drizzle.cc:2669
539
535
msgid "Query OK, %ld row affected"
540
536
msgid_plural "Query OK, %ld rows affected"
541
537
msgstr[0] "成功執行, %ld 筆記錄受到影響"
543
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:2281
539
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
545
541
"Port number to use for connection or 0 for default to, in order of "
546
542
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
549
#: client/drizzleadmin.cc:85
545
#: client/drizzleadmin.cc:88
550
546
msgid "Silently exit if one can't connect to server."
553
#: client/drizzleadmin.cc:91
549
#: client/drizzleadmin.cc:94
554
550
msgid "Write more information."
557
#: client/drizzleadmin.cc:122 client/drizzlecheck.cc:265
558
#: client/drizzledump.cc:611 client/drizzleimport.cc:196
559
#: client/drizzleslap.cc:751 client/drizzletest.cc:4639
553
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
554
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
555
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
562
558
"Non-integer value supplied for port. If you are trying to enter a password "
563
559
"please use --password instead.\n"
566
#: client/drizzleadmin.cc:130 client/drizzlecheck.cc:273
567
#: client/drizzledump.cc:619 client/drizzleimport.cc:204
568
#: client/drizzleslap.cc:759 client/drizzletest.cc:4647
562
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
563
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
564
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
570
566
msgid "Value supplied for port is not valid.\n"
573
#: client/drizzleadmin.cc:148 client/drizzledump.cc:636
569
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
575
571
msgid "Memory allocation error while copying password. Aborting.\n"
578
#: client/drizzleadmin.cc:290
574
#: client/drizzleadmin.cc:330
581
577
"connect to server at '%s' failed\n"
585
#: client/drizzleadmin.cc:296
581
#: client/drizzleadmin.cc:336
587
583
msgid "Check that drizzled is running on %s"
590
#: client/drizzleadmin.cc:297
586
#: client/drizzleadmin.cc:337
592
588
msgid " and that the port is %d.\n"
595
#: client/drizzleadmin.cc:299
591
#: client/drizzleadmin.cc:339
597
593
msgid "You can check this by doing 'telnet %s %d'\n"
600
#: client/drizzleadmin.cc:310
596
#: client/drizzleadmin.cc:350
602
598
msgid "Got error: %s\n"
605
#: client/drizzleadmin.cc:317
601
#: client/drizzleadmin.cc:357
606
602
msgid "Waiting for Drizzle server to answer"
607
603
msgstr "正等候Drizzle伺服器回應"
609
#: client/drizzleadmin.cc:350
605
#: client/drizzleadmin.cc:393
611
607
msgid "shutting down drizzled...\n"
612
608
msgstr "正在停止drizzled...\n"
614
#: client/drizzleadmin.cc:354
610
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
611
#: client/drizzleadmin.cc:440
616
613
msgid "shutdown failed; error: '%s'"
619
#: client/drizzleadmin.cc:361
616
#: client/drizzleadmin.cc:415
624
#: client/drizzleadmin.cc:371
621
#: client/drizzleadmin.cc:424
625
622
msgid "drizzled is alive"
626
623
msgstr "drizzled 運行中"
628
#: client/drizzleadmin.cc:379
625
#: client/drizzleadmin.cc:433
629
626
msgid "connection was down, but drizzled is now alive"
632
#: client/drizzleadmin.cc:383
629
#: client/drizzleadmin.cc:446
634
631
msgid "drizzled doesn't answer to ping, error: '%s'"
637
#: client/drizzleadmin.cc:392
634
#: client/drizzleadmin.cc:456
639
636
msgid "Unknown command: '%-.60s'"
640
637
msgstr "不明白的指令: '%-.60s'"
642
#: client/drizzleadmin.cc:401
639
#: client/drizzleadmin.cc:465
644
641
msgid "%s Ver %s Distrib %s, for %s on %s\n"
647
#: client/drizzleadmin.cc:408
644
#: client/drizzleadmin.cc:472
648
645
msgid "Copyright (C) 2000-2008 MySQL AB"
649
646
msgstr "版權所有(C) 2000-2008 MySQL AB"
651
#: client/drizzleadmin.cc:409 client/drizzledump.cc:489
648
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
653
650
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
654
651
"and you are welcome to modify and redistribute it under the GPL license\n"
657
#: client/drizzleadmin.cc:410
654
#: client/drizzleadmin.cc:474
658
655
msgid "Administration program for the drizzled daemon."
661
#: client/drizzleadmin.cc:411
658
#: client/drizzleadmin.cc:475
663
660
msgid "Usage: %s [OPTIONS] command command....\n"
666
#: client/drizzleadmin.cc:413
663
#: client/drizzleadmin.cc:477
668
665
" ping Check if server is down\n"
669
666
" shutdown Take server down\n"
672
#: client/drizzledump.cc:393
669
#: client/drizzledump.cc:387
673
670
msgid "Number of rows before each output progress report (requires --verbose)."
673
#: client/drizzledump.cc:461
675
msgid "Got errno %d on write"
676
678
#: client/drizzledump.cc:466
678
msgid "Got errno %d on write"
681
#: client/drizzledump.cc:471
683
680
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
686
#: client/drizzledump.cc:478
683
#: client/drizzledump.cc:473
687
684
#, fuzzy, c-format
688
685
msgid "Usage: %s [OPTIONS] database [tables]\n"
689
686
msgstr "使用方式: %s [OPTIONS] [database]\n"
691
#: client/drizzledump.cc:479
688
#: client/drizzledump.cc:474
693
690
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
696
#: client/drizzledump.cc:481
693
#: client/drizzledump.cc:476
697
694
#, fuzzy, c-format
698
695
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
699
696
msgstr "使用方式: %s [OPTIONS] [database]\n"
701
#: client/drizzledump.cc:488
698
#: client/drizzledump.cc:483
702
699
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
705
#: client/drizzledump.cc:490
702
#: client/drizzledump.cc:485
706
703
msgid "Dumping definition and data DRIZZLE database or table"
709
#: client/drizzledump.cc:501
706
#: client/drizzledump.cc:496
711
708
msgid "For more options, use %s --help\n"
714
#: client/drizzledump.cc:675
711
#: client/drizzledump.cc:669
716
713
msgid "Input filename too long: %s"
719
#: client/drizzledump.cc:718
716
#: client/drizzledump.cc:712
721
718
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
724
#: client/drizzledump.cc:743
721
#: client/drizzledump.cc:737
726
723
msgid "Invalid mode to --compatible: %s\n"
729
#: client/drizzledump.cc:803
726
#: client/drizzledump.cc:791
731
728
msgid "%s: You must use option --tab with --fields-...\n"
734
#: client/drizzledump.cc:820
731
#: client/drizzledump.cc:808
737
734
"%s: You can't use --single-transaction and --lock-all-tables at the same "
741
#: client/drizzledump.cc:833
738
#: client/drizzledump.cc:821
744
741
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
748
#: client/drizzledump.cc:839
745
#: client/drizzledump.cc:827
750
747
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
753
#: client/drizzledump.cc:863
750
#: client/drizzledump.cc:853 client/drizzledump.cc:858
755
msgid "Got error: %d: %s %s"
752
msgid "Got error: %s %s"
758
#: client/drizzledump.cc:955
755
#: client/drizzledump.cc:956 client/drizzledump.cc:963
756
#: client/drizzledump.cc:976
760
758
msgid "Couldn't execute '%s': %s (%d)"
763
#: client/drizzledump.cc:1016
761
#: client/drizzledump.cc:1040
765
763
msgid "-- Connecting to %s...\n"
768
#: client/drizzledump.cc:1037
766
#: client/drizzledump.cc:1061
770
768
msgid "-- Disconnecting from %s...\n"
773
#: client/drizzledump.cc:1047
771
#: client/drizzledump.cc:1072
774
772
msgid "Couldn't allocate memory"
777
#: client/drizzledump.cc:1388
775
#: client/drizzledump.cc:1416
780
778
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
784
#: client/drizzledump.cc:1402
782
#: client/drizzledump.cc:1430
786
784
msgid "-- Retrieving table structure for table %s...\n"
789
#: client/drizzledump.cc:1511
787
#: client/drizzledump.cc:1544
791
789
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
794
#: client/drizzledump.cc:1620
796
msgid "%s: Can't get keys for table %s (%s)\n"
799
#: client/drizzledump.cc:1697 client/drizzledump.cc:2995
801
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
804
#: client/drizzledump.cc:1704 client/drizzledump.cc:3003
806
msgid "Error: Couldn't read status information for table %s (%s)\n"
809
#: client/drizzledump.cc:1846
792
#: client/drizzledump.cc:1651
794
msgid "%s: Can't get keys for table %s\n"
797
#: client/drizzledump.cc:1729 client/drizzledump.cc:3083
799
msgid "Error: Couldn't read status information for table %s\n"
802
#: client/drizzledump.cc:1872
811
804
msgid "Error retrieving table structure for table: \"%s\""
814
#: client/drizzledump.cc:1853
807
#: client/drizzledump.cc:1879
816
809
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
819
#: client/drizzledump.cc:1864
812
#: client/drizzledump.cc:1890
821
814
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
824
#: client/drizzledump.cc:1871
817
#: client/drizzledump.cc:1897
826
819
msgid "-- Skipping dump data for table '%s', it has no fields\n"
829
#: client/drizzledump.cc:1879
822
#: client/drizzledump.cc:1905
830
823
msgid "-- Sending SELECT query...\n"
833
#: client/drizzledump.cc:1931
826
#: client/drizzledump.cc:1959 client/drizzledump.cc:2444
834
827
msgid "when executing 'SELECT INTO OUTFILE'"
837
#: client/drizzledump.cc:1939
830
#: client/drizzledump.cc:1969
1087
#: drizzled/drizzled.cc:1183
1073
#: drizzled/drizzled.cc:1149
1089
1075
msgid "Writing a core file\n"
1092
#: drizzled/drizzled.cc:1228
1078
#: drizzled/drizzled.cc:1194
1094
1080
"setrlimit could not change the size of core files to 'infinity'; We may not "
1095
1081
"be able to generate a core file on signals"
1098
#: drizzled/drizzled.cc:1432
1084
#: drizzled/drizzled.cc:1396
1100
1086
msgid "gethostname failed, using '%s' as hostname"
1103
#: drizzled/drizzled.cc:1529
1089
#: drizzled/drizzled.cc:1493
1105
1091
msgid "Unknown locale: '%s'"
1108
#: drizzled/drizzled.cc:1584
1094
#: drizzled/drizzled.cc:1535
1109
1095
msgid "Can't create thread-keys"
1112
#: drizzled/drizzled.cc:1610
1098
#: drizzled/drizzled.cc:1561
1113
1099
msgid "Out of memory"
1116
#: drizzled/drizzled.cc:1625
1102
#: drizzled/drizzled.cc:1576
1117
1103
msgid "Failed to initialize plugins."
1120
#: drizzled/drizzled.cc:1656
1106
#: drizzled/drizzled.cc:1607
1123
1109
"%s: Too many arguments (first extra is '%s').\n"
1124
1110
"Use --verbose --help to get a list of available options\n"
1127
#: drizzled/drizzled.cc:1666
1113
#: drizzled/drizzled.cc:1617
1128
1114
msgid "Can't init databases"
1131
#: drizzled/drizzled.cc:1686
1117
#: drizzled/drizzled.cc:1637
1133
1119
msgid "Unknown/unsupported table type: %s"
1136
#: drizzled/drizzled.cc:1692
1122
#: drizzled/drizzled.cc:1643
1138
1124
msgid "Default storage engine (%s) is not available"
1141
#: drizzled/drizzled.cc:1724
1127
#: drizzled/drizzled.cc:1674
1143
1129
msgid "Failed to lock memory. Errno: %d\n"
1146
#: drizzled/drizzled.cc:1785
1132
#: drizzled/drizzled.cc:1736
1148
1134
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1151
#: drizzled/drizzled.cc:1955
1137
#: drizzled/drizzled.cc:1898
1153
1139
msgid "drizzled: Got error %d from select"
1156
#: drizzled/drizzled.cc:2138
1142
#: drizzled/drizzled.cc:2072
1157
1143
msgid "Auto-increment columns are incremented by this"
1160
#: drizzled/drizzled.cc:2143
1146
#: drizzled/drizzled.cc:2077
1162
1148
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1166
#: drizzled/drizzled.cc:2149
1152
#: drizzled/drizzled.cc:2083
1168
1154
"Path to installation directory. All paths are usually resolved relative to "
1172
#: drizzled/drizzled.cc:2153
1158
#: drizzled/drizzled.cc:2087
1173
1159
msgid "IP address to bind to."
1176
#: drizzled/drizzled.cc:2157
1162
#: drizzled/drizzled.cc:2091
1177
1163
msgid "Set the filesystem character set."
1180
#: drizzled/drizzled.cc:2162
1166
#: drizzled/drizzled.cc:2096
1181
1167
msgid "Set the default character set."
1184
#: drizzled/drizzled.cc:2166
1170
#: drizzled/drizzled.cc:2100
1185
1171
msgid "Chroot drizzled daemon during startup."
1188
#: drizzled/drizzled.cc:2170
1174
#: drizzled/drizzled.cc:2104
1189
1175
msgid "Set the default collation."
1192
#: drizzled/drizzled.cc:2174
1178
#: drizzled/drizzled.cc:2108
1193
1179
msgid "Default completion type."
1196
#: drizzled/drizzled.cc:2179
1182
#: drizzled/drizzled.cc:2113
1197
1183
msgid "Write core on errors."
1200
#: drizzled/drizzled.cc:2183
1186
#: drizzled/drizzled.cc:2117
1201
1187
msgid "Path to the database root."
1204
#: drizzled/drizzled.cc:2187
1190
#: drizzled/drizzled.cc:2121
1205
1191
msgid "Set the default storage engine (table type) for tables."
1208
#: drizzled/drizzled.cc:2191
1194
#: drizzled/drizzled.cc:2125
1209
1195
msgid "Set the default time zone."
1212
#: drizzled/drizzled.cc:2195
1198
#: drizzled/drizzled.cc:2129
1213
1199
msgid "Type of DELAY_KEY_WRITE."
1216
#: drizzled/drizzled.cc:2199
1202
#: drizzled/drizzled.cc:2133
1217
1203
msgid "Print a symbolic stack trace on failure."
1220
#: drizzled/drizzled.cc:2205
1206
#: drizzled/drizzled.cc:2139
1221
1207
msgid "Push supported query conditions to the storage engine."
1224
#: drizzled/drizzled.cc:2211
1210
#: drizzled/drizzled.cc:2145
1225
1211
msgid "Used for debugging; Use at your own risk!"
1228
#: drizzled/drizzled.cc:2214
1229
msgid "Flush tables to disk between SQL commands."
1232
#: drizzled/drizzled.cc:2219
1214
#: drizzled/drizzled.cc:2150
1233
1215
msgid "Set up signals usable for debugging"
1236
#: drizzled/drizzled.cc:2223
1218
#: drizzled/drizzled.cc:2154
1237
1219
msgid "Command(s) that are executed for each new connection"
1240
#: drizzled/drizzled.cc:2227
1222
#: drizzled/drizzled.cc:2158
1241
1223
msgid "Read SQL commands from this file at startup."
1244
#: drizzled/drizzled.cc:2231
1226
#: drizzled/drizzled.cc:2162
1245
1227
msgid "(IGNORED)"
1248
#: drizzled/drizzled.cc:2235
1230
#: drizzled/drizzled.cc:2166
1249
1231
msgid "Set the language used for the month names and the days of the week."
1252
#: drizzled/drizzled.cc:2240
1253
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1256
#: drizzled/drizzled.cc:2245
1234
#: drizzled/drizzled.cc:2171
1257
1235
msgid "Log connections and queries to file."
1260
#: drizzled/drizzled.cc:2249
1238
#: drizzled/drizzled.cc:2175
1261
1239
msgid "Log all MyISAM changes to file."
1264
#: drizzled/drizzled.cc:2253
1242
#: drizzled/drizzled.cc:2179
1265
1243
msgid "Log some not critical warnings to the log file."
1268
#: drizzled/drizzled.cc:2258
1246
#: drizzled/drizzled.cc:2184
1269
1247
msgid "Lock drizzled in memory."
1272
#: drizzled/drizzled.cc:2262
1250
#: drizzled/drizzled.cc:2188
1274
1252
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1275
1253
"BACKUP, FORCE or QUICK."
1278
#: drizzled/drizzled.cc:2267
1279
msgid "Use very new possible 'unsafe' functions."
1282
#: drizzled/drizzled.cc:2272
1256
#: drizzled/drizzled.cc:2193
1283
1257
msgid "Use old, non-optimized alter table."
1286
#: drizzled/drizzled.cc:2277
1260
#: drizzled/drizzled.cc:2198
1287
1261
msgid "Pid file used by safe_mysqld."
1290
#: drizzled/drizzled.cc:2287
1264
#: drizzled/drizzled.cc:2208
1292
1266
"Maximum time in seconds to wait for the port to become free. (Default: no "
1296
#: drizzled/drizzled.cc:2292
1297
msgid "Skip some optimize stages (for testing)."
1300
#: drizzled/drizzled.cc:2295
1270
#: drizzled/drizzled.cc:2213
1302
1272
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1303
1273
"specified directory"
1306
#: drizzled/drizzled.cc:2300
1276
#: drizzled/drizzled.cc:2218
1308
1278
"Uniquely identifies the server instance in the community of replication "
1312
#: drizzled/drizzled.cc:2305
1313
msgid "Don't use new, possible wrong routines."
1316
#: drizzled/drizzled.cc:2308
1282
#: drizzled/drizzled.cc:2223
1317
1283
msgid "Don't print a stack trace on failure."
1320
#: drizzled/drizzled.cc:2312
1321
msgid "Don't give threads different priorities."
1324
#: drizzled/drizzled.cc:2316
1286
#: drizzled/drizzled.cc:2227
1325
1287
msgid "Enable symbolic link support."
1328
#: drizzled/drizzled.cc:2325
1330
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1333
#: drizzled/drizzled.cc:2330
1290
#: drizzled/drizzled.cc:2236
1335
1292
"Using this option will cause most temporary files created to use a small set "
1336
1293
"of names, rather than a unique name for each new file."
1339
#: drizzled/drizzled.cc:2335
1296
#: drizzled/drizzled.cc:2241
1341
1298
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1344
#: drizzled/drizzled.cc:2340
1301
#: drizzled/drizzled.cc:2246
1345
1302
msgid "Path for temporary files."
1348
#: drizzled/drizzled.cc:2344
1305
#: drizzled/drizzled.cc:2250
1349
1306
msgid "Default transaction isolation level."
1352
#: drizzled/drizzled.cc:2348
1309
#: drizzled/drizzled.cc:2254
1353
1310
msgid "Run drizzled daemon as user."
1356
#: drizzled/drizzled.cc:2356
1313
#: drizzled/drizzled.cc:2262
1358
1315
"The number of outstanding connection requests Drizzle can have. This comes "
1359
1316
"into play when the main Drizzle thread gets very many connection requests in "
1360
1317
"a very short time."
1363
#: drizzled/drizzled.cc:2362
1320
#: drizzled/drizzled.cc:2268
1365
1322
"Size of tree cache used in bulk insert optimization. Note that this is a "
1366
1323
"limit per thread!"
1369
#: drizzled/drizzled.cc:2368
1326
#: drizzled/drizzled.cc:2274
1371
1328
"The number of seconds the drizzled server is waiting for a connect packet "
1372
1329
"before responding with 'Bad handshake'."
1375
#: drizzled/drizzled.cc:2373
1332
#: drizzled/drizzled.cc:2279
1377
1334
"Precision of the result of '/' operator will be increased on that value."
1380
#: drizzled/drizzled.cc:2379
1337
#: drizzled/drizzled.cc:2285
1381
1338
msgid "The maximum length of the result of function group_concat."
1384
#: drizzled/drizzled.cc:2384
1386
"The number of seconds the server waits for activity on an interactive "
1387
"connection before closing it."
1390
#: drizzled/drizzled.cc:2390
1341
#: drizzled/drizzled.cc:2290
1391
1342
msgid "The size of the buffer that is used for full joins."
1394
#: drizzled/drizzled.cc:2396
1345
#: drizzled/drizzled.cc:2296
1395
1346
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1398
#: drizzled/drizzled.cc:2401
1349
#: drizzled/drizzled.cc:2301
1400
1351
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1401
1352
"this to get better index handling (for all reads and multiple writes) to as "
1402
1353
"much as you can afford;"
1405
#: drizzled/drizzled.cc:2410
1356
#: drizzled/drizzled.cc:2310
1407
1358
"This characterizes the number of hits a hot block has to be untouched until "
1408
1359
"it is considered aged enough to be downgraded to a warm block. This "
1410
1361
"blocks in key cache"
1413
#: drizzled/drizzled.cc:2419
1364
#: drizzled/drizzled.cc:2319
1414
1365
msgid "The default size of key cache blocks"
1417
#: drizzled/drizzled.cc:2425
1368
#: drizzled/drizzled.cc:2325
1418
1369
msgid "The minimum percentage of warm blocks in key cache"
1421
#: drizzled/drizzled.cc:2431
1372
#: drizzled/drizzled.cc:2331
1422
1373
msgid "Max packetlength to send/receive from to server."
1425
#: drizzled/drizzled.cc:2436
1376
#: drizzled/drizzled.cc:2336
1427
1378
"If there is more than this number of interrupted connections from a host "
1428
1379
"this host will be blocked from further connections."
1431
#: drizzled/drizzled.cc:2441
1382
#: drizzled/drizzled.cc:2341
1432
1383
msgid "Max number of errors/warnings to store for a statement."
1435
#: drizzled/drizzled.cc:2446
1386
#: drizzled/drizzled.cc:2346
1436
1387
msgid "Don't allow creation of heap tables bigger than this."
1439
#: drizzled/drizzled.cc:2452
1390
#: drizzled/drizzled.cc:2352
1441
1392
"Joins that are probably going to read more than max_join_size records return "
1445
#: drizzled/drizzled.cc:2458
1396
#: drizzled/drizzled.cc:2358
1446
1397
msgid "Max number of bytes in sorted records."
1449
#: drizzled/drizzled.cc:2463
1400
#: drizzled/drizzled.cc:2363
1450
1401
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1453
#: drizzled/drizzled.cc:2468
1404
#: drizzled/drizzled.cc:2368
1455
1406
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1456
1407
"max_sort_length bytes of each value are used; the rest are ignored)."
1459
#: drizzled/drizzled.cc:2475
1410
#: drizzled/drizzled.cc:2375
1460
1411
msgid "Maximum number of temporary tables a client can keep open at a time."
1463
#: drizzled/drizzled.cc:2480
1414
#: drizzled/drizzled.cc:2380
1464
1415
msgid "After this many write locks, allow some read locks to run in between."
1467
#: drizzled/drizzled.cc:2484
1418
#: drizzled/drizzled.cc:2384
1469
1420
"Don't log queries which examine less than min_examined_row_limit rows to "
1473
#: drizzled/drizzled.cc:2490
1424
#: drizzled/drizzled.cc:2390
1475
1426
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1476
1427
"Possible values of name are 'nulls_unequal' (default behavior), "
1477
1428
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1480
#: drizzled/drizzled.cc:2497
1431
#: drizzled/drizzled.cc:2397
1481
1432
msgid "Buffer length for TCP/IP and socket communication."
1484
#: drizzled/drizzled.cc:2502
1435
#: drizzled/drizzled.cc:2402
1486
1437
"Number of seconds to wait for more data from a connection before aborting "
1490
#: drizzled/drizzled.cc:2508
1441
#: drizzled/drizzled.cc:2408
1492
1443
"If a read on a communication port is interrupted, retry this many times "
1493
1444
"before giving up."
1496
#: drizzled/drizzled.cc:2514
1447
#: drizzled/drizzled.cc:2414
1498
1449
"Number of seconds to wait for a block to be written to a connection before "
1499
1450
"aborting the write."
1502
#: drizzled/drizzled.cc:2520
1453
#: drizzled/drizzled.cc:2420
1504
1455
"Controls the heuristic(s) applied during query optimization to prune less-"
1505
1456
"promising partial plans from the optimizer search space. Meaning: false - do "
1518
1469
"(used for testing/comparison)."
1521
#: drizzled/drizzled.cc:2540
1472
#: drizzled/drizzled.cc:2440
1522
1473
msgid "Directory for plugins."
1525
#: drizzled/drizzled.cc:2544
1476
#: drizzled/drizzled.cc:2444
1527
1478
"Optional colon (or semicolon) separated list of plugins to load,where each "
1528
1479
"plugin is identified by the name of the shared library. [for example: --"
1529
1480
"plugin_load=libmd5udf.so:libauth_pam.so]"
1532
#: drizzled/drizzled.cc:2550
1483
#: drizzled/drizzled.cc:2450
1533
1484
msgid "The size of the buffer that is allocated when preloading indexes"
1536
#: drizzled/drizzled.cc:2555
1487
#: drizzled/drizzled.cc:2455
1537
1488
msgid "Allocation block size for query parsing and execution"
1540
#: drizzled/drizzled.cc:2560
1491
#: drizzled/drizzled.cc:2460
1541
1492
msgid "Persistent buffer for query parsing and execution"
1544
#: drizzled/drizzled.cc:2566
1495
#: drizzled/drizzled.cc:2466
1545
1496
msgid "Allocation block size for storing ranges during optimization"
1548
#: drizzled/drizzled.cc:2572
1499
#: drizzled/drizzled.cc:2472
1550
1501
"Each thread that does a sequential scan allocates a buffer of this size for "
1551
1502
"each table it scans. If you do many sequential scans, you may want to "
1552
1503
"increase this value."
1555
#: drizzled/drizzled.cc:2580
1506
#: drizzled/drizzled.cc:2480
1557
1508
"When reading rows in sorted order after a sort, the rows are read through "
1558
1509
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1559
1510
"record_buffer."
1562
#: drizzled/drizzled.cc:2588
1513
#: drizzled/drizzled.cc:2488
1563
1514
msgid "Select scheduler to be used (by default pool-of-threads)."
1566
#: drizzled/drizzled.cc:2592
1517
#: drizzled/drizzled.cc:2492
1567
1518
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1570
#: drizzled/drizzled.cc:2598
1521
#: drizzled/drizzled.cc:2498
1571
1522
msgid "The number of cached table definitions."
1574
#: drizzled/drizzled.cc:2602
1525
#: drizzled/drizzled.cc:2502
1575
1526
msgid "The number of cached open tables."
1578
#: drizzled/drizzled.cc:2606
1529
#: drizzled/drizzled.cc:2506
1580
1531
"Timeout in seconds to wait for a table level lock before returning an error. "
1581
1532
"Used only if the connection has active cursors."
1584
#: drizzled/drizzled.cc:2611
1535
#: drizzled/drizzled.cc:2511
1585
1536
msgid "The stack size for each thread."
1588
#: drizzled/drizzled.cc:2617
1539
#: drizzled/drizzled.cc:2517
1590
1541
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1591
1542
"automatically convert it to an on-disk MyISAM table."
1594
#: drizzled/drizzled.cc:2623
1545
#: drizzled/drizzled.cc:2523
1595
1546
msgid "Allocation block size for transactions to be stored in binary log"
1598
#: drizzled/drizzled.cc:2628
1549
#: drizzled/drizzled.cc:2528
1599
1550
msgid "Persistent buffer for transactions to be stored in binary log"
1602
#: drizzled/drizzled.cc:2633
1553
#: drizzled/drizzled.cc:2533
1604
1555
"The number of seconds the server waits for activity on a connection before "
1608
#: drizzled/drizzled.cc:2784
1559
#: drizzled/drizzled.cc:2682
1610
1561
"Copyright (C) 2008 Sun Microsystems\n"
1611
1562
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5156
5099
msgid "qcache plugin '%s' init() failed"
5159
#: drizzled/qcache.cc:60
5102
#: drizzled/qcache.cc:59
5161
5104
msgid "qcache plugin '%s' deinit() failed"
5164
#: drizzled/qcache.cc:105
5107
#: drizzled/qcache.cc:104
5166
5109
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5169
#: drizzled/qcache.cc:122
5112
#: drizzled/qcache.cc:121
5171
5114
msgid "qcache plugin '%s' set() failed"
5174
#: drizzled/qcache.cc:141
5117
#: drizzled/qcache.cc:140
5176
5119
msgid "qcache plugin '%s' invalidate_table() failed"
5179
#: drizzled/qcache.cc:160
5122
#: drizzled/qcache.cc:159
5181
5124
msgid "qcache plugin '%s' invalidate_db() failed"
5184
#: drizzled/qcache.cc:178
5127
#: drizzled/qcache.cc:177
5186
5129
msgid "qcache plugin '%s' flush() failed"
5189
#. TRANSLATORS: The leading word "replicator" is the name
5190
#. of the plugin api, and so should not be translated.
5191
#: drizzled/replicator.cc:41
5132
#: drizzled/replicator.cc:36
5193
5134
msgid "replicator plugin '%s' init() failed"
5196
#. TRANSLATORS: The leading word "replicator" is the name
5197
#. of the plugin api, and so should not be translated.
5198
#: drizzled/replicator.cc:65
5137
#: drizzled/replicator.cc:58
5200
5139
msgid "replicator plugin '%s' deinit() failed"
5203
#. TRANSLATORS: The leading word "replicator" is the name
5204
#. of the plugin api, and so should not be translated.
5205
#: drizzled/replicator.cc:89
5142
#: drizzled/replicator.cc:81
5207
5144
msgid "replicator plugin '%s' session_init() failed"
5210
#. TRANSLATORS: The leading word "replicator" is the name
5211
#. of the plugin api, and so should not be translated.
5212
#: drizzled/replicator.cc:159
5147
#: drizzled/replicator.cc:152
5214
5149
msgid "replicator plugin '%s' row_insert() failed"
5217
#. TRANSLATORS: The leading word "replicator" is the name
5218
#. of the plugin api, and so should not be translated.
5219
#: drizzled/replicator.cc:173
5152
#: drizzled/replicator.cc:168
5221
5154
msgid "replicator plugin '%s' row_update() failed"
5224
#. TRANSLATORS: The leading word "replicator" is the name
5225
#. of the plugin api, and so should not be translated.
5226
#: drizzled/replicator.cc:187
5157
#: drizzled/replicator.cc:183
5228
5159
msgid "replicator plugin '%s' row_delete() failed"
5231
#. TRANSLATORS: The leading word "replicator" is the name
5232
#. of the plugin api, and so should not be translated.
5233
#: drizzled/replicator.cc:272
5162
#: drizzled/replicator.cc:270
5235
5164
msgid "replicator plugin '%s' end_transaction() failed"
5238
#. TRANSLATORS: The leading word "replicator" is the name
5239
#. of the plugin api, and so should not be translated.
5240
#: drizzled/replicator.cc:329
5167
#: drizzled/replicator.cc:328
5242
5169
msgid "replicator plugin '%s' statement() failed"
5245
#: drizzled/scheduling.cc:61
5172
#: drizzled/scheduling.cc:57
5247
5174
msgid "scheduling plugin '%s' init() failed"
5250
#. TRANSLATORS: The leading word "scheduling" is the name
5251
#. of the plugin api, and so should not be translated.
5252
#: drizzled/scheduling.cc:95
5177
#: drizzled/scheduling.cc:80
5254
5179
msgid "scheduling plugin '%s' deinit() failed"
5257
#: drizzled/sql_base.cc:2306
5182
#: drizzled/sql_base.cc:2295
5259
5184
msgid "Table %s had a open data handler in reopen_table"
5262
#: drizzled/sql_base.cc:2955
5187
#: drizzled/sql_base.cc:2943
5264
5189
msgid "Couldn't repair table: %s.%s"
5267
#: drizzled/sql_base.cc:2997
5192
#: drizzled/sql_base.cc:2985
5270
5195
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5271
5196
"s`.`%s`' to replication"
5274
#: drizzled/sql_base.cc:3600
5199
#: drizzled/sql_base.cc:3588
5276
5201
msgid "Could not remove temporary table: '%s', error: %d"
5279
#: drizzled/sql_base.cc:6195
5280
msgid "Can't create thread to kill server"
5283
#: drizzled/sql_plugin.cc:680
5204
#: drizzled/sql_plugin.cc:645
5285
5206
msgid "Plugin '%s' of type %s failed deinitialization"
5288
#: drizzled/sql_plugin.cc:694
5290
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5293
#: drizzled/sql_plugin.cc:782
5209
#: drizzled/sql_plugin.cc:688
5295
5211
msgid "Plugin '%s' registration as a %s failed."
5298
#: drizzled/sql_plugin.cc:1005
5214
#: drizzled/sql_plugin.cc:889
5299
5215
msgid "plugin-load parameter too long"
5302
#: drizzled/sql_plugin.cc:1065
5218
#: drizzled/sql_plugin.cc:949
5304
5220
msgid "Couldn't load plugin named '%s' with soname '%s'."
5307
#: drizzled/sql_plugin.cc:1118
5309
msgid "Forcing shutdown of %<PRIu64> plugins"
5312
#: drizzled/sql_plugin.cc:1141
5314
msgid "Plugin '%s' will be forced to shutdown"
5317
#: drizzled/sql_plugin.cc:1157
5319
msgid "Plugin '%s' has ref_count=%d after shutdown."
5322
#: drizzled/sql_plugin.cc:1545
5223
#: drizzled/sql_plugin.cc:1347
5323
5224
msgid "Out of memory."
5326
#: drizzled/sql_plugin.cc:2394 drizzled/sql_plugin.cc:2457
5227
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
5328
5229
msgid "Unknown variable type code 0x%x in plugin '%s'."
5331
#: drizzled/sql_plugin.cc:2437
5232
#: drizzled/sql_plugin.cc:2231
5334
5235
"Server variable %s of plugin %s was forced to be read-only: string variable "
5335
5236
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5338
#: drizzled/sql_plugin.cc:2468
5239
#: drizzled/sql_plugin.cc:2262
5340
5241
msgid "Missing variable name in plugin '%s'."
5343
#: drizzled/sql_plugin.cc:2485
5244
#: drizzled/sql_plugin.cc:2279
5345
5246
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5348
#: drizzled/sql_plugin.cc:2603
5249
#: drizzled/sql_plugin.cc:2397
5350
5251
msgid "Out of memory for plugin '%s'."
5353
#: drizzled/sql_plugin.cc:2610
5254
#: drizzled/sql_plugin.cc:2404
5355
5256
msgid "Bad options for plugin '%s'."
5358
#: drizzled/sql_plugin.cc:2619
5259
#: drizzled/sql_plugin.cc:2413
5360
5261
msgid "Parsing options for plugin '%s' failed."
5363
#: drizzled/sql_plugin.cc:2662
5264
#: drizzled/sql_plugin.cc:2456
5365
5266
msgid "Plugin '%s' has conflicting system variables"
5508
5414
msgid "%s: option `-W %s' doesn't allow an argument\n"
5511
#: libdrizzleclient/errmsg.c:28
5417
#: libdrizzleclient/errmsg.cc:28
5512
5418
msgid "Unknown Drizzle error"
5515
#: libdrizzleclient/errmsg.c:29
5421
#: libdrizzleclient/errmsg.cc:29
5517
5423
msgid "Can't create UNIX socket (%d)"
5520
#: libdrizzleclient/errmsg.c:30
5426
#: libdrizzleclient/errmsg.cc:30
5522
5428
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5525
#: libdrizzleclient/errmsg.c:31
5527
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5431
#: libdrizzleclient/errmsg.cc:31
5433
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5530
#: libdrizzleclient/errmsg.c:32
5436
#: libdrizzleclient/errmsg.cc:32
5532
5438
msgid "Can't create TCP/IP socket (%d)"
5535
#: libdrizzleclient/errmsg.c:33
5441
#: libdrizzleclient/errmsg.cc:33
5537
5443
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5540
#: libdrizzleclient/errmsg.c:34
5446
#: libdrizzleclient/errmsg.cc:34
5541
5447
msgid "Drizzle server has gone away"
5544
#: libdrizzleclient/errmsg.c:35
5450
#: libdrizzleclient/errmsg.cc:35
5546
5452
msgid "Protocol mismatch; server version = %d, client version = %d"
5549
#: libdrizzleclient/errmsg.c:36
5455
#: libdrizzleclient/errmsg.cc:36
5550
5456
msgid "Drizzle client ran out of memory"
5553
#: libdrizzleclient/errmsg.c:37
5459
#: libdrizzleclient/errmsg.cc:37
5554
5460
msgid "Wrong host info"
5557
#: libdrizzleclient/errmsg.c:38
5463
#: libdrizzleclient/errmsg.cc:38
5558
5464
msgid "Localhost via UNIX socket"
5561
#: libdrizzleclient/errmsg.c:39
5467
#: libdrizzleclient/errmsg.cc:39
5563
5469
msgid "%-.100s via TCP/IP"
5566
#: libdrizzleclient/errmsg.c:40
5472
#: libdrizzleclient/errmsg.cc:40
5567
5473
msgid "Error in server handshake"
5570
#: libdrizzleclient/errmsg.c:41
5476
#: libdrizzleclient/errmsg.cc:41
5571
5477
msgid "Lost connection to Drizzle server during query"
5574
#: libdrizzleclient/errmsg.c:42
5480
#: libdrizzleclient/errmsg.cc:42
5575
5481
msgid "Commands out of sync; you can't run this command now"
5578
#: libdrizzleclient/errmsg.c:43
5484
#: libdrizzleclient/errmsg.cc:43
5580
5486
msgid "Named pipe: %-.32s"
5583
#: libdrizzleclient/errmsg.c:44
5489
#: libdrizzleclient/errmsg.cc:44
5585
5491
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5588
#: libdrizzleclient/errmsg.c:45
5494
#: libdrizzleclient/errmsg.cc:45
5590
5496
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5593
#: libdrizzleclient/errmsg.c:46
5499
#: libdrizzleclient/errmsg.cc:46
5595
5501
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5598
#: libdrizzleclient/errmsg.c:47
5504
#: libdrizzleclient/errmsg.cc:47
5600
5506
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5603
#: libdrizzleclient/errmsg.c:48
5509
#: libdrizzleclient/errmsg.cc:48
5604
5510
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5607
#: libdrizzleclient/errmsg.c:49
5513
#: libdrizzleclient/errmsg.cc:49
5608
5514
msgid "Embedded server"
5611
#: libdrizzleclient/errmsg.c:50
5517
#: libdrizzleclient/errmsg.cc:50
5612
5518
msgid "Error on SHOW SLAVE STATUS:"
5615
#: libdrizzleclient/errmsg.c:51
5521
#: libdrizzleclient/errmsg.cc:51
5616
5522
msgid "Error on SHOW SLAVE HOSTS:"
5619
#: libdrizzleclient/errmsg.c:52
5525
#: libdrizzleclient/errmsg.cc:52
5620
5526
msgid "Error connecting to slave:"
5623
#: libdrizzleclient/errmsg.c:53
5529
#: libdrizzleclient/errmsg.cc:53
5624
5530
msgid "Error connecting to master:"
5627
#: libdrizzleclient/errmsg.c:54
5533
#: libdrizzleclient/errmsg.cc:54
5628
5534
msgid "SSL connection error"
5631
#: libdrizzleclient/errmsg.c:55
5537
#: libdrizzleclient/errmsg.cc:55
5632
5538
msgid "Malformed packet"
5635
#: libdrizzleclient/errmsg.c:56 libdrizzleclient/errmsg.c:67
5636
#: libdrizzleclient/errmsg.c:68 libdrizzleclient/errmsg.c:69
5637
#: libdrizzleclient/errmsg.c:70 libdrizzleclient/errmsg.c:71
5638
#: libdrizzleclient/errmsg.c:72 libdrizzleclient/errmsg.c:73
5639
#: libdrizzleclient/errmsg.c:74 libdrizzleclient/errmsg.c:75
5541
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5542
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5543
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5544
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5545
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5640
5546
msgid "(unused error message)"
5643
#: libdrizzleclient/errmsg.c:57
5549
#: libdrizzleclient/errmsg.cc:57
5644
5550
msgid "Invalid use of null pointer"
5647
#: libdrizzleclient/errmsg.c:58
5553
#: libdrizzleclient/errmsg.cc:58
5648
5554
msgid "Statement not prepared"
5651
#: libdrizzleclient/errmsg.c:59
5557
#: libdrizzleclient/errmsg.cc:59
5652
5558
msgid "No data supplied for parameters in prepared statement"
5655
#: libdrizzleclient/errmsg.c:60
5561
#: libdrizzleclient/errmsg.cc:60
5656
5562
msgid "Data truncated"
5659
#: libdrizzleclient/errmsg.c:61
5565
#: libdrizzleclient/errmsg.cc:61
5660
5566
msgid "No parameters exist in the statement"
5663
#: libdrizzleclient/errmsg.c:62
5569
#: libdrizzleclient/errmsg.cc:62
5664
5570
msgid "Invalid parameter number"
5667
#: libdrizzleclient/errmsg.c:63
5573
#: libdrizzleclient/errmsg.cc:63
5670
5576
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5673
#: libdrizzleclient/errmsg.c:65
5579
#: libdrizzleclient/errmsg.cc:65
5675
5581
msgid "Using unsupported buffer type: %d (parameter: %d)"
5678
#: libdrizzleclient/errmsg.c:66
5584
#: libdrizzleclient/errmsg.cc:66
5680
5586
msgid "Shared memory: %-.100s"
5683
#: libdrizzleclient/errmsg.c:76
5589
#: libdrizzleclient/errmsg.cc:76
5684
5590
msgid "Wrong or unknown protocol"
5687
#: libdrizzleclient/errmsg.c:77
5593
#: libdrizzleclient/errmsg.cc:77
5688
5594
msgid "Invalid connection handle"
5691
#: libdrizzleclient/errmsg.c:78
5597
#: libdrizzleclient/errmsg.cc:78
5693
5599
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5694
5600
"option 'secure_auth' enabled)"
5697
#: libdrizzleclient/errmsg.c:80
5603
#: libdrizzleclient/errmsg.cc:80
5698
5604
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5701
#: libdrizzleclient/errmsg.c:81
5607
#: libdrizzleclient/errmsg.cc:81
5702
5608
msgid "Attempt to read column without prior row fetch"
5705
#: libdrizzleclient/errmsg.c:82
5611
#: libdrizzleclient/errmsg.cc:82
5706
5612
msgid "Prepared statement contains no metadata"
5709
#: libdrizzleclient/errmsg.c:83
5615
#: libdrizzleclient/errmsg.cc:83
5711
5617
"Attempt to read a row while there is no result set associated with the "
5715
#: libdrizzleclient/errmsg.c:85
5621
#: libdrizzleclient/errmsg.cc:85
5716
5622
msgid "This feature is not implemented yet"
5719
#: libdrizzleclient/errmsg.c:86
5625
#: libdrizzleclient/errmsg.cc:86
5722
5628
"Lost connection to Drizzle server while waiting for initial communication "
5723
5629
"packet, system error: %d"
5726
#: libdrizzleclient/errmsg.c:88
5632
#: libdrizzleclient/errmsg.cc:88
5729
5635
"Lost connection to Drizzle server while reading initial communication "
5730
5636
"packet, system error: %d"
5733
#: libdrizzleclient/errmsg.c:90
5639
#: libdrizzleclient/errmsg.cc:90
5736
5642
"Lost connection to Drizzle server while sending authentication information, "
5737
5643
"system error: %d"
5740
#: libdrizzleclient/errmsg.c:92
5646
#: libdrizzleclient/errmsg.cc:92
5743
5649
"Lost connection to Drizzle server while reading authorization information, "
5744
5650
"system error: %d"
5747
#: libdrizzleclient/errmsg.c:94
5653
#: libdrizzleclient/errmsg.cc:94
5750
5656
"Lost connection to Drizzle server while setting initial database, system "
5754
#: libdrizzleclient/errmsg.c:96
5660
#: libdrizzleclient/errmsg.cc:96
5756
5662
msgid "Statement closed indirectly because of a preceding %s() call"
5759
#: libdrizzleclient/local_infile.c:190 mysys/errors.cc:52
5665
#: mysys/errors.cc:25
5761
msgid "File '%s' not found (Errcode: %d)"
5762
msgstr "找不到檔案 '%s' (錯誤碼: %d)"
5667
msgid "Can't create/write to file '%s' (Errcode: %d)"
5764
#: libdrizzleclient/local_infile.c:221 mysys/errors.cc:26
5670
#: mysys/errors.cc:26
5766
5672
msgid "Error reading file '%s' (Errcode: %d)"
5767
5673
msgstr "讀取檔案'%s'時發生錯誤 (錯誤碼: %d)"
5769
#: mysys/errors.cc:25
5771
msgid "Can't create/write to file '%s' (Errcode: %d)"
5774
5675
#: mysys/errors.cc:27
5776
5677
msgid "Error writing file '%s' (Errcode: %d)"
5977
5883
msgid "(Disabled)\n"
5978
5884
msgstr "(停用)\n"
5980
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
5886
#: plugin/errmsg_stderr/errmsg_stderr.cc:77
5981
5887
msgid "Error Messages to stderr"
5890
#: plugin/logging_gearman/logging_gearman.cc:262
5892
msgid "fail gearman_client_create(): %s"
5895
#: plugin/logging_gearman/logging_gearman.cc:272
5897
msgid "fail gearman_client_add_server(): %s"
5900
#: plugin/logging_gearman/logging_gearman.cc:297
5901
msgid "Enable logging to a gearman server"
5904
#: plugin/logging_gearman/logging_gearman.cc:306
5905
msgid "Hostname for logging to a Gearman server"
5908
#: plugin/logging_gearman/logging_gearman.cc:323
5909
msgid "Log queries to a Gearman server"
5984
5912
#: plugin/logging_query/logging_query.cc:275
5986
5914
msgid "fail open() fn=%s er=%s\n"
5989
#: plugin/logging_query/logging_query.cc:315
5917
#: plugin/logging_query/logging_query.cc:313
5990
5918
msgid "Enable logging to CSV file"
5993
#: plugin/logging_query/logging_query.cc:324
5921
#: plugin/logging_query/logging_query.cc:322
5994
5922
msgid "File to log to"
5997
#: plugin/logging_query/logging_query.cc:333
5998
#: plugin/logging_syslog/logging_syslog.cc:247
5925
#: plugin/logging_query/logging_query.cc:331
5926
#: plugin/logging_syslog/logging_syslog.cc:246
5999
5927
msgid "Threshold for logging slow queries, in microseconds"
6002
#: plugin/logging_query/logging_query.cc:345
6003
#: plugin/logging_syslog/logging_syslog.cc:259
5930
#: plugin/logging_query/logging_query.cc:343
5931
#: plugin/logging_syslog/logging_syslog.cc:258
6004
5932
msgid "Threshold for logging big queries, for rows returned"
6007
#: plugin/logging_query/logging_query.cc:357
6008
#: plugin/logging_syslog/logging_syslog.cc:271
5935
#: plugin/logging_query/logging_query.cc:355
5936
#: plugin/logging_syslog/logging_syslog.cc:270
6009
5937
msgid "Threshold for logging big queries, for rows examined"
6012
#: plugin/logging_query/logging_query.cc:380
5940
#: plugin/logging_query/logging_query.cc:378
6013
5941
msgid "Log queries to a CSV file"
6016
#: plugin/logging_syslog/logging_syslog.cc:166
5944
#: plugin/logging_syslog/logging_syslog.cc:167
6018
5946
msgid "syslog facility \"%s\" not known, using \"local0\""
6021
#: plugin/logging_syslog/logging_syslog.cc:183
5949
#: plugin/logging_syslog/logging_syslog.cc:184
6023
5951
msgid "syslog priority \"%s\" not known, using \"info\""
6026
#: plugin/logging_syslog/logging_syslog.cc:211
5954
#: plugin/logging_syslog/logging_syslog.cc:210
6027
5955
msgid "Enable logging"
6030
#: plugin/logging_syslog/logging_syslog.cc:220
5958
#: plugin/logging_syslog/logging_syslog.cc:219
6031
5959
msgid "Syslog Ident"
6034
#: plugin/logging_syslog/logging_syslog.cc:229
5962
#: plugin/logging_syslog/logging_syslog.cc:228
6035
5963
msgid "Syslog Facility"
6038
#: plugin/logging_syslog/logging_syslog.cc:238
5966
#: plugin/logging_syslog/logging_syslog.cc:237
6039
5967
msgid "Syslog Priority"
6042
#: plugin/logging_syslog/logging_syslog.cc:296
5970
#: plugin/logging_syslog/logging_syslog.cc:295
6043
5971
msgid "Log to syslog"
6046
#: plugin/multi_thread/multi_thread.cc:83
5974
#: plugin/multi_thread/multi_thread.cc:120
6047
5975
msgid "Maximum number of user threads available."
6050
#: plugin/pool_of_threads/pool_of_threads.cc:110
5978
#: plugin/pool_of_threads/pool_of_threads.cc:205
5979
msgid "event_add error in libevent_add_session_callback\n"
5982
#: plugin/pool_of_threads/pool_of_threads.cc:347
6051
5983
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6054
#: plugin/pool_of_threads/pool_of_threads.cc:116
5986
#: plugin/pool_of_threads/pool_of_threads.cc:354
6055
5987
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6058
#: plugin/pool_of_threads/pool_of_threads.cc:128
5990
#: plugin/pool_of_threads/pool_of_threads.cc:366
6059
5991
msgid "session_add_event event_add error in libevent_init\n"
6062
#: plugin/pool_of_threads/pool_of_threads.cc:144
5994
#: plugin/pool_of_threads/pool_of_threads.cc:380
6064
5996
msgid "Can't create completion port thread (error %d)"
6067
#: plugin/pool_of_threads/pool_of_threads.cc:263
6068
msgid "event_add error in libevent_add_session_callback\n"
6071
#: plugin/pool_of_threads/pool_of_threads.cc:377
5999
#: plugin/pool_of_threads/pool_of_threads.cc:443
6072
6000
msgid "libevent_thread_proc: my_thread_init() failed\n"
6075
#: plugin/pool_of_threads/pool_of_threads.cc:572
6003
#: plugin/pool_of_threads/pool_of_threads.cc:629
6076
6004
msgid "Size of Pool."
6079
#: plugin/replicator/replicator.cc:249
6007
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6080
6008
msgid "Enable Replicator"
6083
#: plugin/replicator/replicator.cc:258
6011
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6084
6012
msgid "Directory to place replication logs."
6087
#: plugin/signal_handler/signal_handler.cc:223
6015
#: plugin/signal_handler/signal_handler.cc:225
6089
6017
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6092
#: storage/myisam/ha_myisam.cc:457
6020
#: storage/myisam/ha_myisam.cc:468
6094
6022
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6097
#: storage/myisam/ha_myisam.cc:461
6025
#: storage/myisam/ha_myisam.cc:472
6099
6027
msgid "Got an error from unknown thread, %s:%d"
6102
#: storage/myisam/ha_myisam.cc:466
6030
#: storage/myisam/ha_myisam.cc:478
6103
6031
msgid "Unknown thread accessing table"
6106
#: storage/myisam/ha_myisam.cc:1872
6034
#: storage/myisam/ha_myisam.cc:1889
6107
6035
msgid "Block size to be used for MyISAM index pages."
6110
#: storage/myisam/ha_myisam.cc:1878
6038
#: storage/myisam/ha_myisam.cc:1895
6112
6040
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6113
6041
"disables parallel repair."
6116
#: storage/myisam/ha_myisam.cc:1884
6044
#: storage/myisam/ha_myisam.cc:1901
6118
6046
"Don't use the fast sort index method to created index if the temporary file "
6119
6047
"would get bigger than this."
6122
#: storage/myisam/ha_myisam.cc:1889
6050
#: storage/myisam/ha_myisam.cc:1906
6124
6052
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6125
6053
"when creating indexes with CREATE INDEX or ALTER TABLE."
6128
#: storage/myisam/ha_myisam.cc:1895
6056
#: storage/myisam/ha_myisam.cc:1912
6129
6057
msgid "Default pointer size to be used for MyISAM tables."
6132
#: storage/myisam/my_handler_errors.c:34
6060
#: storage/myisam/my_handler_errors.cc:34
6133
6061
msgid "Didn't find key on read or update"
6136
#: storage/myisam/my_handler_errors.c:36
6064
#: storage/myisam/my_handler_errors.cc:36
6137
6065
msgid "Duplicate key on write or update"
6140
#: storage/myisam/my_handler_errors.c:38
6068
#: storage/myisam/my_handler_errors.cc:38
6141
6069
msgid "Internal (unspecified) error in handler"
6144
#: storage/myisam/my_handler_errors.c:40
6072
#: storage/myisam/my_handler_errors.cc:40
6146
6074
"Someone has changed the row since it was read (while the table was locked to "
6150
#: storage/myisam/my_handler_errors.c:43
6078
#: storage/myisam/my_handler_errors.cc:43
6151
6079
msgid "Wrong index given to function"
6154
#: storage/myisam/my_handler_errors.c:45
6082
#: storage/myisam/my_handler_errors.cc:45
6155
6083
msgid "Undefined handler error 125"
6158
#: storage/myisam/my_handler_errors.c:47
6086
#: storage/myisam/my_handler_errors.cc:47
6159
6087
msgid "Index file is crashed"
6162
#: storage/myisam/my_handler_errors.c:49
6090
#: storage/myisam/my_handler_errors.cc:49
6163
6091
msgid "Record file is crashed"
6166
#: storage/myisam/my_handler_errors.c:51
6094
#: storage/myisam/my_handler_errors.cc:51
6167
6095
msgid "Out of memory in engine"
6170
#: storage/myisam/my_handler_errors.c:53
6098
#: storage/myisam/my_handler_errors.cc:53
6171
6099
msgid "Undefined handler error 129"
6174
#: storage/myisam/my_handler_errors.c:55
6102
#: storage/myisam/my_handler_errors.cc:55
6175
6103
msgid "Incorrect file format"
6176
6104
msgstr "檔案格式錯誤"
6178
#: storage/myisam/my_handler_errors.c:57
6106
#: storage/myisam/my_handler_errors.cc:57
6179
6107
msgid "Command not supported by database"
6180
6108
msgstr "這個指令資料庫不支援"
6182
#: storage/myisam/my_handler_errors.c:59
6110
#: storage/myisam/my_handler_errors.cc:59
6183
6111
msgid "Old database file"
6184
6112
msgstr "舊的資料庫檔案"
6186
#: storage/myisam/my_handler_errors.c:61
6114
#: storage/myisam/my_handler_errors.cc:61
6187
6115
msgid "No record read before update"
6190
#: storage/myisam/my_handler_errors.c:63
6118
#: storage/myisam/my_handler_errors.cc:63
6191
6119
msgid "Record was already deleted (or record file crashed)"
6194
#: storage/myisam/my_handler_errors.c:65
6122
#: storage/myisam/my_handler_errors.cc:65
6195
6123
msgid "No more room in record file"
6198
#: storage/myisam/my_handler_errors.c:67
6126
#: storage/myisam/my_handler_errors.cc:67
6199
6127
msgid "No more room in index file"
6202
#: storage/myisam/my_handler_errors.c:69
6130
#: storage/myisam/my_handler_errors.cc:69
6203
6131
msgid "No more records (read after end of file)"
6206
#: storage/myisam/my_handler_errors.c:71
6134
#: storage/myisam/my_handler_errors.cc:71
6207
6135
msgid "Unsupported extension used for table"
6210
#: storage/myisam/my_handler_errors.c:73
6138
#: storage/myisam/my_handler_errors.cc:73
6211
6139
msgid "Too big row"
6214
#: storage/myisam/my_handler_errors.c:75
6142
#: storage/myisam/my_handler_errors.cc:75
6215
6143
msgid "Wrong create options"
6218
#: storage/myisam/my_handler_errors.c:77
6146
#: storage/myisam/my_handler_errors.cc:77
6219
6147
msgid "Duplicate unique key or constraint on write or update"
6222
#: storage/myisam/my_handler_errors.c:79
6150
#: storage/myisam/my_handler_errors.cc:79
6223
6151
msgid "Unknown character set used in table"
6226
#: storage/myisam/my_handler_errors.c:81
6154
#: storage/myisam/my_handler_errors.cc:81
6227
6155
msgid "Conflicting table definitions in sub-tables of MERGE table"
6230
#: storage/myisam/my_handler_errors.c:83
6158
#: storage/myisam/my_handler_errors.cc:83
6231
6159
msgid "Table is crashed and last repair failed"
6234
#: storage/myisam/my_handler_errors.c:85
6162
#: storage/myisam/my_handler_errors.cc:85
6235
6163
msgid "Table was marked as crashed and should be repaired"
6238
#: storage/myisam/my_handler_errors.c:87
6166
#: storage/myisam/my_handler_errors.cc:87
6239
6167
msgid "Lock timed out; Retry transaction"
6242
#: storage/myisam/my_handler_errors.c:89
6170
#: storage/myisam/my_handler_errors.cc:89
6243
6171
msgid "Lock table is full; Restart program with a larger locktable"
6246
#: storage/myisam/my_handler_errors.c:91
6174
#: storage/myisam/my_handler_errors.cc:91
6247
6175
msgid "Updates are not allowed under a read only transactions"
6250
#: storage/myisam/my_handler_errors.c:93
6178
#: storage/myisam/my_handler_errors.cc:93
6251
6179
msgid "Lock deadlock; Retry transaction"
6254
#: storage/myisam/my_handler_errors.c:95
6182
#: storage/myisam/my_handler_errors.cc:95
6255
6183
msgid "Foreign key constraint is incorrectly formed"
6258
#: storage/myisam/my_handler_errors.c:97
6186
#: storage/myisam/my_handler_errors.cc:97
6259
6187
msgid "Cannot add a child row"
6262
#: storage/myisam/my_handler_errors.c:99
6190
#: storage/myisam/my_handler_errors.cc:99
6263
6191
msgid "Cannot delete a parent row"
6266
#: storage/myisam/my_handler_errors.c:101
6194
#: storage/myisam/my_handler_errors.cc:101
6267
6195
msgid "No savepoint with that name"
6270
#: storage/myisam/my_handler_errors.c:103
6198
#: storage/myisam/my_handler_errors.cc:103
6271
6199
msgid "Non unique key block size"
6274
#: storage/myisam/my_handler_errors.c:105
6202
#: storage/myisam/my_handler_errors.cc:105
6275
6203
msgid "The table does not exist in engine"
6278
#: storage/myisam/my_handler_errors.c:107
6206
#: storage/myisam/my_handler_errors.cc:107
6279
6207
msgid "The table already existed in storage engine"
6282
#: storage/myisam/my_handler_errors.c:109
6210
#: storage/myisam/my_handler_errors.cc:109
6283
6211
msgid "Could not connect to storage engine"
6286
#: storage/myisam/my_handler_errors.c:111
6214
#: storage/myisam/my_handler_errors.cc:111
6287
6215
msgid "Unexpected null pointer found when using spatial index"
6290
#: storage/myisam/my_handler_errors.c:113
6218
#: storage/myisam/my_handler_errors.cc:113
6291
6219
msgid "The table changed in storage engine"
6294
#: storage/myisam/my_handler_errors.c:115
6222
#: storage/myisam/my_handler_errors.cc:115
6295
6223
msgid "There's no partition in table for the given value"
6298
#: storage/myisam/my_handler_errors.c:117
6226
#: storage/myisam/my_handler_errors.cc:117
6299
6227
msgid "Row-based binlogging of row failed"
6302
#: storage/myisam/my_handler_errors.c:119
6230
#: storage/myisam/my_handler_errors.cc:119
6303
6231
msgid "Index needed in foreign key constraint"
6306
#: storage/myisam/my_handler_errors.c:121
6234
#: storage/myisam/my_handler_errors.cc:121
6307
6235
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6310
#: storage/myisam/my_handler_errors.c:123
6238
#: storage/myisam/my_handler_errors.cc:123
6311
6239
msgid "Table needs to be upgraded before it can be used"
6314
#: storage/myisam/my_handler_errors.c:125
6242
#: storage/myisam/my_handler_errors.cc:125
6315
6243
msgid "Table is read only"
6318
#: storage/myisam/my_handler_errors.c:127
6246
#: storage/myisam/my_handler_errors.cc:127
6319
6247
msgid "Failed to get next auto increment value"
6322
#: storage/myisam/my_handler_errors.c:129
6250
#: storage/myisam/my_handler_errors.cc:129
6323
6251
msgid "Failed to set row auto increment value"
6326
#: storage/myisam/my_handler_errors.c:131
6254
#: storage/myisam/my_handler_errors.cc:131
6327
6255
msgid "Unknown (generic) error from engine"
6330
#: storage/myisam/my_handler_errors.c:133
6258
#: storage/myisam/my_handler_errors.cc:133
6331
6259
msgid "Record is the same"
6334
#: storage/myisam/my_handler_errors.c:135
6262
#: storage/myisam/my_handler_errors.cc:135
6335
6263
msgid "It is not possible to log this statement"
6336
6264
msgstr "不可能記錄這句指示"
6338
#: storage/myisam/my_handler_errors.c:137
6266
#: storage/myisam/my_handler_errors.cc:137
6339
6267
msgid "Tablespace exists"
6342
#: storage/myisam/my_handler_errors.c:139
6270
#: storage/myisam/my_handler_errors.cc:139
6343
6271
msgid "The event was corrupt, leading to illegal data being read"
6346
#: storage/myisam/my_handler_errors.c:141
6274
#: storage/myisam/my_handler_errors.cc:141
6347
6275
msgid "The table is of a new format not supported by this version"
6348
6276
msgstr "這個表格使用新的格式,目前的版本並不支援."
6350
#: storage/myisam/my_handler_errors.c:143
6278
#: storage/myisam/my_handler_errors.cc:143
6351
6279
msgid "The event could not be processed no other handler error happened"
6354
#: storage/myisam/my_handler_errors.c:145
6282
#: storage/myisam/my_handler_errors.cc:145
6355
6283
msgid "Got a fatal error during initialzation of handler"
6358
#: storage/myisam/my_handler_errors.c:147
6286
#: storage/myisam/my_handler_errors.cc:147
6359
6287
msgid "File to short; Expected more data in file"
6362
#: storage/myisam/my_handler_errors.c:149
6290
#: storage/myisam/my_handler_errors.cc:149
6363
6291
msgid "Read page with wrong checksum"
6366
#: storage/myisam/my_handler_errors.c:151
6294
#: storage/myisam/my_handler_errors.cc:151
6367
6295
msgid "Lock or active transaction"
6370
#: storage/myisam/my_handler_errors.c:153
6298
#: storage/myisam/my_handler_errors.cc:153
6371
6299
msgid "No such table space"
6374
#: storage/myisam/my_handler_errors.c:155
6302
#: storage/myisam/my_handler_errors.cc:155
6375
6303
msgid "Tablespace not empty"