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:273
22
msgid "Synonym for `help'."
21
25
#: client/drizzle.cc:274
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:275
26
26
msgid "Clear command."
29
#: client/drizzle.cc:277
29
#: client/drizzle.cc:276
30
30
msgid "Reconnect to the server. Optional arguments are db and host."
31
31
msgstr "重新接駁伺服器.非必須的參數有db及host"
33
#: client/drizzle.cc:279
33
#: client/drizzle.cc:278
35
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:280
39
msgid "Send command to drizzle server, display result vertically."
38
42
#: client/drizzle.cc:281
39
msgid "Send command to drizzle server, display result vertically."
42
#: client/drizzle.cc:282
43
43
msgid "Exit drizzle. Same as quit."
44
44
msgstr "離開drizzle.等如quit."
46
#: client/drizzle.cc:283
46
#: client/drizzle.cc:282
47
47
msgid "Send command to drizzle server."
48
48
msgstr "傳送指令給drizzle伺服器"
50
#: client/drizzle.cc:284
50
#: client/drizzle.cc:283
51
51
msgid "Display this help."
52
52
msgstr "顯示這個項目的幫助說明"
54
#: client/drizzle.cc:284
55
msgid "Disable pager, print to stdout."
54
58
#: client/drizzle.cc:285
55
msgid "Disable pager, print to stdout."
58
#: client/drizzle.cc:286
59
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:287
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
62
66
#: client/drizzle.cc:288
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
msgid "Print current command."
66
70
#: client/drizzle.cc:289
67
msgid "Print current command."
71
msgid "Change your drizzle prompt."
70
74
#: client/drizzle.cc:290
71
msgid "Change your drizzle prompt."
74
#: client/drizzle.cc:291
75
75
msgid "Quit drizzle."
78
#: client/drizzle.cc:292
78
#: client/drizzle.cc:291
79
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:293
83
msgid "Execute an SQL script file. Takes a file name as an argument."
82
86
#: client/drizzle.cc:294
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: client/drizzle.cc:295
87
87
msgid "Get status information from the server."
90
#: client/drizzle.cc:297
90
#: client/drizzle.cc:296
91
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: client/drizzle.cc:299
94
#: client/drizzle.cc:298
95
95
msgid "Use another database. Takes database name as argument."
98
#: client/drizzle.cc:301 client/drizzle.cc:1440
98
#: client/drizzle.cc:300 client/drizzle.cc:1581
99
99
msgid "Show warnings after every statement."
102
#: client/drizzle.cc:303
102
#: client/drizzle.cc:302
103
103
msgid "Don't show warnings after every statement."
106
#: client/drizzle.cc:1043 client/drizzle.cc:1050
106
#: client/drizzle.cc:1167 client/drizzle.cc:1174
108
108
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
111
#: client/drizzle.cc:1131
111
#: client/drizzle.cc:1270
112
112
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
115
#: client/drizzle.cc:1141
115
#: client/drizzle.cc:1280
118
118
"Your Drizzle connection id is %u\n"
119
119
"Server version: %s\n"
122
#: client/drizzle.cc:1169
122
#: client/drizzle.cc:1308
124
124
msgid "Reading history-file %s\n"
127
#: client/drizzle.cc:1173
127
#: client/drizzle.cc:1312
129
129
msgid "Couldn't allocate memory for temp histfile!\n"
132
#: client/drizzle.cc:1180
132
#: client/drizzle.cc:1319
133
133
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
136
#: client/drizzle.cc:1199
136
#: client/drizzle.cc:1338
138
138
msgid "Writing history-file %s\n"
141
#: client/drizzle.cc:1206
141
#: client/drizzle.cc:1345
145
#: client/drizzle.cc:1206
145
#: client/drizzle.cc:1345
149
#: client/drizzle.cc:1261
149
#: client/drizzle.cc:1400
150
150
msgid "Query aborted by Ctrl+C\n"
151
151
msgstr "查詢因Ctrl+C而終止\n"
153
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
153
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2100
154
154
msgid "Display this help and exit."
155
155
msgstr "顯示這個項目的說明並離開"
157
#: client/drizzle.cc:1286
157
#: client/drizzle.cc:1425
158
158
msgid "Synonym for -?"
161
#: client/drizzle.cc:1289
161
#: client/drizzle.cc:1428
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:1293
168
#: client/drizzle.cc:1432
170
170
"No automatic rehashing. One has to use 'rehash' to get table and field "
171
171
"completion. This gives a quicker start of drizzle_st and disables rehashing "
172
172
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
175
#: client/drizzle.cc:1296
175
#: client/drizzle.cc:1435
177
177
"Automatically switch to vertical output mode if the result is wider than the "
178
178
"terminal width."
181
#: client/drizzle.cc:1299
181
#: client/drizzle.cc:1438
183
183
"Don't use history file. Disable interactive behavior. (Enables --silent)"
186
#: client/drizzle.cc:1300
186
#: client/drizzle.cc:1439
187
187
msgid "Display column type information."
190
#: client/drizzle.cc:1303
190
#: client/drizzle.cc:1442
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:1306
196
#: client/drizzle.cc:1445
197
197
msgid "Use compression in server/client protocol."
198
198
msgstr "在伺服器及客戶端之間的協定使用壓縮"
200
#: client/drizzle.cc:1309
200
#: client/drizzle.cc:1448
201
201
msgid "Check memory and open file usage at exit ."
204
#: client/drizzle.cc:1312
204
#: client/drizzle.cc:1451
205
205
msgid "Print some debug info at exit."
208
#: client/drizzle.cc:1314
208
#: client/drizzle.cc:1453
209
209
msgid "Database to use."
212
#: client/drizzle.cc:1317
212
#: client/drizzle.cc:1456
213
213
msgid "(not used)"
216
#: client/drizzle.cc:1319
216
#: client/drizzle.cc:1458
217
217
msgid "Delimiter to be used."
220
#: client/drizzle.cc:1321
220
#: client/drizzle.cc:1460
221
221
msgid "Execute command and quit. (Disables --force and history file)"
224
#: client/drizzle.cc:1323
224
#: client/drizzle.cc:1462
225
225
msgid "Print the output of a query (rows) vertically."
228
#: client/drizzle.cc:1326
228
#: client/drizzle.cc:1465
229
229
msgid "Continue even if we get an sql error."
232
#: client/drizzle.cc:1330
232
#: client/drizzle.cc:1469
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:1371
314
#: client/drizzle.cc:1510
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:1374 client/drizzleadmin.cc:82
320
#: client/drizzle.cc:1513
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:1376
326
#: client/drizzle.cc:1515
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:1377
332
#: client/drizzle.cc:1516
333
333
msgid "built-in default"
336
#: client/drizzle.cc:1379
336
#: client/drizzle.cc:1518
337
337
msgid "Set the drizzle prompt to this value."
340
#: client/drizzle.cc:1383
340
#: client/drizzle.cc:1522
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:1385
346
#: client/drizzle.cc:1524
347
347
msgid "Write fields without conversion. Used with --batch."
350
#: client/drizzle.cc:1388
350
#: client/drizzle.cc:1527
352
352
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
353
353
"option is enabled by default."
356
#: client/drizzle.cc:1390
356
#: client/drizzle.cc:1529
357
msgid "Shutdown the server."
360
#: client/drizzle.cc:1531
358
362
"Be more silent. Print results with a tab as separator, each row on new line."
361
#: client/drizzle.cc:1392
365
#: client/drizzle.cc:1533
362
366
msgid "Socket file to use for connection."
365
#: client/drizzle.cc:1395
369
#: client/drizzle.cc:1536
366
370
msgid "Output in table format."
369
#: client/drizzle.cc:1398
373
#: client/drizzle.cc:1539
371
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
372
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
376
#: client/drizzle.cc:1400
380
#: client/drizzle.cc:1541
378
382
"Disable outfile. See interactive help (\\h) also. WARNING: option "
379
383
"deprecated; use --disable-tee instead"
382
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
386
#: client/drizzle.cc:1544
383
387
msgid "User for login if not current user."
386
#: client/drizzle.cc:1406
390
#: client/drizzle.cc:1547
387
391
msgid "Only allow UPDATE and DELETE that uses keys."
390
#: client/drizzle.cc:1409
394
#: client/drizzle.cc:1550
391
395
msgid "Synonym for option --safe-updates, -U."
394
#: client/drizzle.cc:1412
398
#: client/drizzle.cc:1553
395
399
msgid "Write more. (-v -v -v gives the table output format)."
398
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
402
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2282
399
403
msgid "Output version information and exit."
400
404
msgstr "顯示版本資料並離開"
402
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
406
#: client/drizzle.cc:1557
403
407
msgid "Wait and retry if connection is down."
406
#: client/drizzle.cc:1419
410
#: client/drizzle.cc:1560
407
411
msgid "Number of seconds before connection timeout."
410
#: client/drizzle.cc:1424
414
#: client/drizzle.cc:1565
411
415
msgid "Max length of input line"
414
#: client/drizzle.cc:1429
418
#: client/drizzle.cc:1570
415
419
msgid "Automatic limit for SELECT when using --safe-updates"
418
#: client/drizzle.cc:1434
422
#: client/drizzle.cc:1575
419
423
msgid "Automatic limit for rows in a join when using --safe-updates"
422
#: client/drizzle.cc:1438
426
#: client/drizzle.cc:1579
423
427
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
426
#: client/drizzle.cc:1443
430
#: client/drizzle.cc:1584
427
431
msgid "Number of lines before each import progress report."
430
#: client/drizzle.cc:1454
434
#: client/drizzle.cc:1587
435
msgid "Ping the server to check if it's alive."
438
#: client/drizzle.cc:1597
432
440
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
435
#: client/drizzle.cc:1461
443
#: client/drizzle.cc:1604
438
446
"Copyright (C) 2008 Sun Microsystems\n"
440
448
"and you are welcome to modify and redistribute it under the GPL license\n"
443
#: client/drizzle.cc:1466
451
#: client/drizzle.cc:1609
445
453
msgid "Usage: %s [OPTIONS] [database]\n"
446
454
msgstr "使用方式: %s [OPTIONS] [database]\n"
448
#: client/drizzle.cc:1497
456
#: client/drizzle.cc:1640
449
457
msgid "DELIMITER cannot contain a backslash character"
452
#: client/drizzle.cc:1515
460
#: client/drizzle.cc:1658
454
462
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
457
#: client/drizzle.cc:1538
465
#: client/drizzle.cc:1681
459
467
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
462
#: client/drizzle.cc:1542
470
#: client/drizzle.cc:1685
464
472
msgid "WARNING: --server-arg option not supported in this configuration.\n"
467
#: client/drizzle.cc:1569
475
#: client/drizzle.cc:1712
469
477
"Non-integer value supplied for port. If you are trying to enter a password "
470
478
"please use --password instead."
473
#: client/drizzle.cc:1577
481
#: client/drizzle.cc:1720
474
482
msgid "Value supplied for port is not valid."
477
#: client/drizzle.cc:1723
485
#: client/drizzle.cc:1866
479
487
msgid "Processing line: %<PRIu32>\n"
482
#: client/drizzle.cc:1939
490
#: client/drizzle.cc:2083
484
492
msgid "Unknown command '\\%c'."
487
#: client/drizzle.cc:2348
495
#: client/drizzle.cc:2493
489
497
"Reading table information for completion of table and column names\n"
490
498
" You can turn off this feature to get a quicker startup with -A\n"
494
#: client/drizzle.cc:2438
502
#: client/drizzle.cc:2583
495
503
msgid "No connection. Trying to reconnect..."
498
#: client/drizzle.cc:2444
506
#: client/drizzle.cc:2589
499
507
msgid "Can't connect to the server\n"
500
508
msgstr "不能連接伺服器\n"
502
#: client/drizzle.cc:2523
510
#: client/drizzle.cc:2668
503
511
msgid "List of all Drizzle commands:"
504
512
msgstr "所有Drizzle的指令:"
506
#: client/drizzle.cc:2525
514
#: client/drizzle.cc:2670
507
515
msgid "Note that all text commands must be first on line and end with ';'"
510
#: client/drizzle.cc:2580
518
#: client/drizzle.cc:2725
511
519
msgid "No query specified\n"
514
#: client/drizzle.cc:2595
522
#: client/drizzle.cc:2740
515
523
msgid "Ignoring query to other database"
518
#: client/drizzle.cc:2645
526
#: client/drizzle.cc:2790
519
527
msgid "Empty set"
522
#: client/drizzle.cc:2658
530
#: client/drizzle.cc:2803
524
532
msgid "%ld row in set"
525
533
msgid_plural "%ld rows in set"
529
#: client/drizzle.cc:2667
537
#: client/drizzle.cc:2812
533
#: client/drizzle.cc:2669
541
#: client/drizzle.cc:2814
535
543
msgid "Query OK, %ld row affected"
536
544
msgid_plural "Query OK, %ld rows affected"
537
545
msgstr[0] "成功執行, %ld 筆記錄受到影響"
539
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
541
"Port number to use for connection or 0 for default to, in order of "
542
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
545
#: client/drizzleadmin.cc:88
546
msgid "Silently exit if one can't connect to server."
549
#: client/drizzleadmin.cc:94
550
msgid "Write more information."
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
547
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
548
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
549
#: client/drizzletest.cc:4727
558
552
"Non-integer value supplied for port. If you are trying to enter a password "
559
553
"please use --password instead.\n"
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
556
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
557
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
558
#: client/drizzletest.cc:4735
566
560
msgid "Value supplied for port is not valid.\n"
569
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
571
msgid "Memory allocation error while copying password. Aborting.\n"
574
#: client/drizzleadmin.cc:330
577
"connect to server at '%s' failed\n"
581
#: client/drizzleadmin.cc:336
583
msgid "Check that drizzled is running on %s"
586
#: client/drizzleadmin.cc:337
588
msgid " and that the port is %d.\n"
591
#: client/drizzleadmin.cc:339
593
msgid "You can check this by doing 'telnet %s %d'\n"
596
#: client/drizzleadmin.cc:350
598
msgid "Got error: %s\n"
601
#: client/drizzleadmin.cc:357
602
msgid "Waiting for Drizzle server to answer"
603
msgstr "正等候Drizzle伺服器回應"
605
#: client/drizzleadmin.cc:393
607
msgid "shutting down drizzled...\n"
608
msgstr "正在停止drizzled...\n"
610
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
611
#: client/drizzleadmin.cc:440
613
msgid "shutdown failed; error: '%s'"
616
#: client/drizzleadmin.cc:415
621
#: client/drizzleadmin.cc:424
622
msgid "drizzled is alive"
623
msgstr "drizzled 運行中"
625
#: client/drizzleadmin.cc:433
626
msgid "connection was down, but drizzled is now alive"
629
#: client/drizzleadmin.cc:446
631
msgid "drizzled doesn't answer to ping, error: '%s'"
634
#: client/drizzleadmin.cc:456
636
msgid "Unknown command: '%-.60s'"
637
msgstr "不明白的指令: '%-.60s'"
639
#: client/drizzleadmin.cc:465
641
msgid "%s Ver %s Distrib %s, for %s on %s\n"
644
#: client/drizzleadmin.cc:472
645
msgid "Copyright (C) 2000-2008 MySQL AB"
646
msgstr "版權所有(C) 2000-2008 MySQL AB"
648
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
650
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
651
"and you are welcome to modify and redistribute it under the GPL license\n"
654
#: client/drizzleadmin.cc:474
655
msgid "Administration program for the drizzled daemon."
658
#: client/drizzleadmin.cc:475
660
msgid "Usage: %s [OPTIONS] command command....\n"
663
#: client/drizzleadmin.cc:477
665
" ping Check if server is down\n"
666
" shutdown Take server down\n"
669
563
#: client/drizzledump.cc:387
670
564
msgid "Number of rows before each output progress report (requires --verbose)."
1073
#: drizzled/drizzled.cc:1149
953
#: drizzled/drizzled.cc:1150
1075
955
msgid "Writing a core file\n"
1078
#: drizzled/drizzled.cc:1194
958
#: drizzled/drizzled.cc:1195
1080
960
"setrlimit could not change the size of core files to 'infinity'; We may not "
1081
961
"be able to generate a core file on signals"
1084
#: drizzled/drizzled.cc:1396
964
#: drizzled/drizzled.cc:1397
1086
966
msgid "gethostname failed, using '%s' as hostname"
1089
#: drizzled/drizzled.cc:1493
969
#: drizzled/drizzled.cc:1494
1091
971
msgid "Unknown locale: '%s'"
1094
#: drizzled/drizzled.cc:1535
974
#: drizzled/drizzled.cc:1525
1095
975
msgid "Can't create thread-keys"
1098
#: drizzled/drizzled.cc:1561
978
#: drizzled/drizzled.cc:1548
1099
979
msgid "Out of memory"
1102
#: drizzled/drizzled.cc:1576
982
#: drizzled/drizzled.cc:1563
1103
983
msgid "Failed to initialize plugins."
1106
#: drizzled/drizzled.cc:1607
986
#: drizzled/drizzled.cc:1594
1109
989
"%s: Too many arguments (first extra is '%s').\n"
1110
990
"Use --verbose --help to get a list of available options\n"
1113
#: drizzled/drizzled.cc:1617
993
#: drizzled/drizzled.cc:1614
994
msgid "No scheduler found, cannot continue!\n"
997
#: drizzled/drizzled.cc:1621
1114
998
msgid "Can't init databases"
1117
#: drizzled/drizzled.cc:1637
1001
#: drizzled/drizzled.cc:1646
1119
1003
msgid "Unknown/unsupported table type: %s"
1122
#: drizzled/drizzled.cc:1643
1006
#: drizzled/drizzled.cc:1652
1124
1008
msgid "Default storage engine (%s) is not available"
1127
#: drizzled/drizzled.cc:1674
1011
#: drizzled/drizzled.cc:1683
1129
1013
msgid "Failed to lock memory. Errno: %d\n"
1132
#: drizzled/drizzled.cc:1736
1016
#: drizzled/drizzled.cc:1745
1134
1018
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1137
#: drizzled/drizzled.cc:1898
1021
#: drizzled/drizzled.cc:1906
1139
1023
msgid "drizzled: Got error %d from select"
1142
#: drizzled/drizzled.cc:2072
1026
#: drizzled/drizzled.cc:2104
1143
1027
msgid "Auto-increment columns are incremented by this"
1146
#: drizzled/drizzled.cc:2077
1030
#: drizzled/drizzled.cc:2109
1148
1032
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1152
#: drizzled/drizzled.cc:2083
1036
#: drizzled/drizzled.cc:2115
1154
1038
"Path to installation directory. All paths are usually resolved relative to "
1158
#: drizzled/drizzled.cc:2087
1042
#: drizzled/drizzled.cc:2119
1159
1043
msgid "IP address to bind to."
1162
#: drizzled/drizzled.cc:2091
1046
#: drizzled/drizzled.cc:2123
1163
1047
msgid "Set the filesystem character set."
1166
#: drizzled/drizzled.cc:2096
1050
#: drizzled/drizzled.cc:2128
1167
1051
msgid "Set the default character set."
1170
#: drizzled/drizzled.cc:2100
1054
#: drizzled/drizzled.cc:2132
1171
1055
msgid "Chroot drizzled daemon during startup."
1174
#: drizzled/drizzled.cc:2104
1058
#: drizzled/drizzled.cc:2136
1175
1059
msgid "Set the default collation."
1178
#: drizzled/drizzled.cc:2108
1062
#: drizzled/drizzled.cc:2140
1179
1063
msgid "Default completion type."
1182
#: drizzled/drizzled.cc:2113
1066
#: drizzled/drizzled.cc:2145
1183
1067
msgid "Write core on errors."
1186
#: drizzled/drizzled.cc:2117
1070
#: drizzled/drizzled.cc:2149
1187
1071
msgid "Path to the database root."
1190
#: drizzled/drizzled.cc:2121
1074
#: drizzled/drizzled.cc:2153
1191
1075
msgid "Set the default storage engine (table type) for tables."
1194
#: drizzled/drizzled.cc:2125
1078
#: drizzled/drizzled.cc:2157
1195
1079
msgid "Set the default time zone."
1198
#: drizzled/drizzled.cc:2129
1082
#: drizzled/drizzled.cc:2161
1199
1083
msgid "Type of DELAY_KEY_WRITE."
1202
#: drizzled/drizzled.cc:2133
1086
#: drizzled/drizzled.cc:2165
1203
1087
msgid "Print a symbolic stack trace on failure."
1206
#: drizzled/drizzled.cc:2139
1090
#: drizzled/drizzled.cc:2171
1207
1091
msgid "Push supported query conditions to the storage engine."
1210
#: drizzled/drizzled.cc:2145
1094
#: drizzled/drizzled.cc:2177
1211
1095
msgid "Used for debugging; Use at your own risk!"
1214
#: drizzled/drizzled.cc:2150
1098
#: drizzled/drizzled.cc:2182
1215
1099
msgid "Set up signals usable for debugging"
1218
#: drizzled/drizzled.cc:2154
1219
msgid "Command(s) that are executed for each new connection"
1222
#: drizzled/drizzled.cc:2158
1223
msgid "Read SQL commands from this file at startup."
1226
#: drizzled/drizzled.cc:2162
1102
#: drizzled/drizzled.cc:2186
1227
1103
msgid "(IGNORED)"
1230
#: drizzled/drizzled.cc:2166
1106
#: drizzled/drizzled.cc:2190
1231
1107
msgid "Set the language used for the month names and the days of the week."
1234
#: drizzled/drizzled.cc:2171
1110
#: drizzled/drizzled.cc:2195
1235
1111
msgid "Log connections and queries to file."
1238
#: drizzled/drizzled.cc:2175
1114
#: drizzled/drizzled.cc:2199
1239
1115
msgid "Log all MyISAM changes to file."
1242
#: drizzled/drizzled.cc:2179
1118
#: drizzled/drizzled.cc:2203
1243
1119
msgid "Log some not critical warnings to the log file."
1246
#: drizzled/drizzled.cc:2184
1122
#: drizzled/drizzled.cc:2208
1247
1123
msgid "Lock drizzled in memory."
1250
#: drizzled/drizzled.cc:2188
1126
#: drizzled/drizzled.cc:2212
1252
1128
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1253
1129
"BACKUP, FORCE or QUICK."
1256
#: drizzled/drizzled.cc:2193
1132
#: drizzled/drizzled.cc:2217
1257
1133
msgid "Use old, non-optimized alter table."
1260
#: drizzled/drizzled.cc:2198
1136
#: drizzled/drizzled.cc:2222
1261
1137
msgid "Pid file used by safe_mysqld."
1264
#: drizzled/drizzled.cc:2208
1140
#: drizzled/drizzled.cc:2226
1142
"Port number to use for connection or 0 for default to, in order of "
1143
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1146
#: drizzled/drizzled.cc:2232
1266
1148
"Maximum time in seconds to wait for the port to become free. (Default: no "
1270
#: drizzled/drizzled.cc:2213
1152
#: drizzled/drizzled.cc:2237
1272
1154
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1273
1155
"specified directory"
1276
#: drizzled/drizzled.cc:2218
1158
#: drizzled/drizzled.cc:2242
1278
1160
"Uniquely identifies the server instance in the community of replication "
1282
#: drizzled/drizzled.cc:2223
1164
#: drizzled/drizzled.cc:2247
1283
1165
msgid "Don't print a stack trace on failure."
1286
#: drizzled/drizzled.cc:2227
1168
#: drizzled/drizzled.cc:2251
1287
1169
msgid "Enable symbolic link support."
1290
#: drizzled/drizzled.cc:2236
1172
#: drizzled/drizzled.cc:2260
1292
1174
"Using this option will cause most temporary files created to use a small set "
1293
1175
"of names, rather than a unique name for each new file."
1296
#: drizzled/drizzled.cc:2241
1178
#: drizzled/drizzled.cc:2265
1298
1180
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1301
#: drizzled/drizzled.cc:2246
1183
#: drizzled/drizzled.cc:2270
1302
1184
msgid "Path for temporary files."
1305
#: drizzled/drizzled.cc:2250
1187
#: drizzled/drizzled.cc:2274
1306
1188
msgid "Default transaction isolation level."
1309
#: drizzled/drizzled.cc:2254
1191
#: drizzled/drizzled.cc:2278
1310
1192
msgid "Run drizzled daemon as user."
1313
#: drizzled/drizzled.cc:2262
1195
#: drizzled/drizzled.cc:2286
1315
1197
"The number of outstanding connection requests Drizzle can have. This comes "
1316
1198
"into play when the main Drizzle thread gets very many connection requests in "
1317
1199
"a very short time."
1320
#: drizzled/drizzled.cc:2268
1202
#: drizzled/drizzled.cc:2292
1322
1204
"Size of tree cache used in bulk insert optimization. Note that this is a "
1323
1205
"limit per thread!"
1326
#: drizzled/drizzled.cc:2274
1208
#: drizzled/drizzled.cc:2298
1328
1210
"The number of seconds the drizzled server is waiting for a connect packet "
1329
1211
"before responding with 'Bad handshake'."
1332
#: drizzled/drizzled.cc:2279
1214
#: drizzled/drizzled.cc:2303
1334
1216
"Precision of the result of '/' operator will be increased on that value."
1337
#: drizzled/drizzled.cc:2285
1219
#: drizzled/drizzled.cc:2309
1338
1220
msgid "The maximum length of the result of function group_concat."
1341
#: drizzled/drizzled.cc:2290
1223
#: drizzled/drizzled.cc:2314
1342
1224
msgid "The size of the buffer that is used for full joins."
1345
#: drizzled/drizzled.cc:2296
1227
#: drizzled/drizzled.cc:2320
1346
1228
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1349
#: drizzled/drizzled.cc:2301
1231
#: drizzled/drizzled.cc:2325
1351
1233
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1352
1234
"this to get better index handling (for all reads and multiple writes) to as "
1353
1235
"much as you can afford;"
1356
#: drizzled/drizzled.cc:2310
1238
#: drizzled/drizzled.cc:2334
1358
1240
"This characterizes the number of hits a hot block has to be untouched until "
1359
1241
"it is considered aged enough to be downgraded to a warm block. This "
5045
4935
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5048
#: drizzled/handler.cc:1047
4938
#: drizzled/plugin/storage_engine.cc:393
5049
4939
msgid "Crash recovery finished."
5052
#. TRANSLATORS: The leading word "logging" is the name
5053
#. of the plugin api, and so should not be translated.
5054
#: drizzled/logging.cc:56
5056
msgid "logging plugin '%s' deinit() failed"
5059
#: drizzled/logging.cc:77
5061
msgid "logging plugin '%s' pre() failed"
5064
#: drizzled/logging.cc:108
5066
msgid "logging plugin '%s' post() failed"
5069
#. TRANSLATORS: The leading word "parser" is the name
5070
#. of the plugin api, and so should not be translated.
5071
#: drizzled/parser.cc:42
5073
msgid "parser plugin '%s' init() failed"
5076
#. TRANSLATORS: The leading word "parser" is the name
5077
#. of the plugin api, and so should not be translated.
5078
#: drizzled/parser.cc:66
5080
msgid "parser plugin '%s' deinit() failed"
5083
#. TRANSLATORS: The leading word "parser" is the name
5084
#. of the plugin api, and so should not be translated.
5085
#: drizzled/parser.cc:103
5087
msgid "parser plugin '%s' parser_func1() failed"
5090
#. TRANSLATORS: The leading word "parser" is the name
5091
#. of the plugin api, and so should not be translated.
5092
#: drizzled/parser.cc:157
5094
msgid "parser plugin '%s' parser_func2() failed"
5097
#: drizzled/qcache.cc:38
5099
msgid "qcache plugin '%s' init() failed"
5102
#: drizzled/qcache.cc:59
5104
msgid "qcache plugin '%s' deinit() failed"
5107
#: drizzled/qcache.cc:104
4942
#: drizzled/qcache.cc:63
5109
4944
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5112
#: drizzled/qcache.cc:121
4947
#: drizzled/qcache.cc:86
5114
4949
msgid "qcache plugin '%s' set() failed"
5117
#: drizzled/qcache.cc:140
4952
#: drizzled/qcache.cc:110
5119
4954
msgid "qcache plugin '%s' invalidate_table() failed"
5122
#: drizzled/qcache.cc:159
4957
#: drizzled/qcache.cc:137
5124
4959
msgid "qcache plugin '%s' invalidate_db() failed"
5127
#: drizzled/qcache.cc:177
4962
#: drizzled/qcache.cc:157
5129
4964
msgid "qcache plugin '%s' flush() failed"
5132
#: drizzled/replicator.cc:36
5134
msgid "replicator plugin '%s' init() failed"
5137
#: drizzled/replicator.cc:58
5139
msgid "replicator plugin '%s' deinit() failed"
5142
#: drizzled/replicator.cc:81
5144
msgid "replicator plugin '%s' session_init() failed"
5147
#: drizzled/replicator.cc:152
5149
msgid "replicator plugin '%s' row_insert() failed"
5152
#: drizzled/replicator.cc:168
5154
msgid "replicator plugin '%s' row_update() failed"
5157
#: drizzled/replicator.cc:183
5159
msgid "replicator plugin '%s' row_delete() failed"
5162
#: drizzled/replicator.cc:270
5164
msgid "replicator plugin '%s' end_transaction() failed"
5167
#: drizzled/replicator.cc:328
5169
msgid "replicator plugin '%s' statement() failed"
5172
#: drizzled/scheduling.cc:57
5174
msgid "scheduling plugin '%s' init() failed"
5177
#: drizzled/scheduling.cc:80
5179
msgid "scheduling plugin '%s' deinit() failed"
5182
#: drizzled/sql_base.cc:2295
4967
#: drizzled/scheduling.cc:37
4970
"Attempted to register a scheduler %s, but a scheduler has already been "
4971
"registered with that name.\n"
4974
#: drizzled/scheduling.cc:62
4976
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4979
#: drizzled/scheduling.cc:77
4980
msgid "Scheduler initialization failed.\n"
4983
#: drizzled/sql_base.cc:2282
5184
4985
msgid "Table %s had a open data handler in reopen_table"
5187
#: drizzled/sql_base.cc:2943
4988
#: drizzled/sql_base.cc:2875
5189
4990
msgid "Couldn't repair table: %s.%s"
5192
#: drizzled/sql_base.cc:2985
4993
#: drizzled/sql_base.cc:2917
5195
4996
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5196
4997
"s`.`%s`' to replication"
5199
#: drizzled/sql_base.cc:3588
5000
#: drizzled/sql_base.cc:3519
5201
5002
msgid "Could not remove temporary table: '%s', error: %d"
5204
#: drizzled/sql_plugin.cc:645
5206
msgid "Plugin '%s' of type %s failed deinitialization"
5209
#: drizzled/sql_plugin.cc:688
5211
msgid "Plugin '%s' registration as a %s failed."
5214
#: drizzled/sql_plugin.cc:889
5005
#: drizzled/sql_plugin.cc:528
5007
msgid "Plugin '%s' init function returned error."
5010
#: drizzled/sql_plugin.cc:707
5215
5011
msgid "plugin-load parameter too long"
5218
#: drizzled/sql_plugin.cc:949
5014
#: drizzled/sql_plugin.cc:767
5220
5016
msgid "Couldn't load plugin named '%s' with soname '%s'."
5223
#: drizzled/sql_plugin.cc:1347
5019
#: drizzled/sql_plugin.cc:1107
5224
5020
msgid "Out of memory."
5227
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
5023
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
5229
5025
msgid "Unknown variable type code 0x%x in plugin '%s'."
5232
#: drizzled/sql_plugin.cc:2231
5028
#: drizzled/sql_plugin.cc:1989
5235
5031
"Server variable %s of plugin %s was forced to be read-only: string variable "
5236
5032
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5239
#: drizzled/sql_plugin.cc:2262
5035
#: drizzled/sql_plugin.cc:2020
5241
5037
msgid "Missing variable name in plugin '%s'."
5244
#: drizzled/sql_plugin.cc:2279
5040
#: drizzled/sql_plugin.cc:2037
5246
5042
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5249
#: drizzled/sql_plugin.cc:2397
5045
#: drizzled/sql_plugin.cc:2155
5251
5047
msgid "Out of memory for plugin '%s'."
5254
#: drizzled/sql_plugin.cc:2404
5050
#: drizzled/sql_plugin.cc:2162
5256
5052
msgid "Bad options for plugin '%s'."
5259
#: drizzled/sql_plugin.cc:2413
5055
#: drizzled/sql_plugin.cc:2171
5261
5057
msgid "Parsing options for plugin '%s' failed."
5264
#: drizzled/sql_plugin.cc:2456
5060
#: drizzled/sql_plugin.cc:2214
5266
5062
msgid "Plugin '%s' has conflicting system variables"
5269
#: drizzled/sql_table.cc:130
5065
#: drizzled/sql_table.cc:131
5271
5067
msgid "Invalid (old?) table or database name '%s'"
5274
#: drizzled/sql_table.cc:2687
5070
#: drizzled/sql_table.cc:2657
5276
5072
msgid "Unknown - internal error %d during operation"
5279
#: drizzled/sql_table.cc:4955
5075
#: drizzled/sql_table.cc:4910
5281
5077
msgid "Could not open table %s.%s after rename\n"
5284
#: drizzled/sql_table.cc:5135
5080
#: drizzled/sql_table.cc:5090
5287
5083
"order_st BY ignored because there is a user-defined clustered index in the "
5288
5084
"table '%-.192s'"
5291
#: drizzled/sql_udf.cc:82
5293
msgid "Plugin '%s' init function returned error %d."
5296
#: drizzled/table.cc:482
5087
#: drizzled/table.cc:358
5299
5090
"'%s' had no or invalid character set, and default character set is multi-"
5300
5091
"byte, so character column sizes may have changed"
5303
#: drizzled/table.cc:2297
5094
#: drizzled/table.cc:1795
5305
5096
msgid "Unknown collation '%s' in table '%-.64s' definition"
5308
#: drizzled/table.cc:2304
5099
#: drizzled/table.cc:1802
5309
5100
#, fuzzy, c-format
5311
5102
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
5313
5104
msgstr "不能讀取由不同版本的MySQL所建立的表格 '%-.64s'"
5315
#: drizzled/table.cc:2768
5106
#: drizzled/table.cc:2262
5318
5109
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
5322
#: drizzled/table.cc:2795
5113
#: drizzled/table.cc:2289
5325
5116
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5326
5117
"have type %s, found type %s."
5329
#: drizzled/table.cc:2806
5120
#: drizzled/table.cc:2300
5332
5123
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5333
5124
"position %d to have character set '%s' but the type has no character set."
5336
#: drizzled/table.cc:2818
5127
#: drizzled/table.cc:2312
5339
5130
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
5340
5131
"position %d to have character set '%s' but found character set '%s'."
5343
#: drizzled/table.cc:2831
5134
#: drizzled/table.cc:2325
5346
5137
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
5347
5138
"have type %s but the column is not found."
5350
#: drizzled/table.cc:4948
5141
#: drizzled/table.cc:4431
5352
5143
msgid "Got error %d when reading table '%s'"
5357
5148
msgid "Fatal error: Illegal or unknown default time zone '%s'"
5360
#: gnulib/getopt.c:531 gnulib/getopt.c:547
5151
#: gnulib/getopt.c:529 gnulib/getopt.c:545
5362
5153
msgid "%s: option `%s' is ambiguous\n"
5365
#: gnulib/getopt.c:580 gnulib/getopt.c:584
5156
#: gnulib/getopt.c:578 gnulib/getopt.c:582
5367
5158
msgid "%s: option `--%s' doesn't allow an argument\n"
5370
#: gnulib/getopt.c:593 gnulib/getopt.c:598
5161
#: gnulib/getopt.c:591 gnulib/getopt.c:596
5372
5163
msgid "%s: option `%c%s' doesn't allow an argument\n"
5375
#: gnulib/getopt.c:641 gnulib/getopt.c:660 gnulib/getopt.c:976
5376
#: gnulib/getopt.c:995
5166
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
5167
#: gnulib/getopt.c:993
5378
5169
msgid "%s: option `%s' requires an argument\n"
5381
#: gnulib/getopt.c:698 gnulib/getopt.c:701
5172
#: gnulib/getopt.c:696 gnulib/getopt.c:699
5383
5174
msgid "%s: unrecognized option `--%s'\n"
5386
#: gnulib/getopt.c:709 gnulib/getopt.c:712
5177
#: gnulib/getopt.c:707 gnulib/getopt.c:710
5388
5179
msgid "%s: unrecognized option `%c%s'\n"
5391
#: gnulib/getopt.c:764 gnulib/getopt.c:767
5182
#: gnulib/getopt.c:762 gnulib/getopt.c:765
5393
5184
msgid "%s: illegal option -- %c\n"
5396
#: gnulib/getopt.c:773 gnulib/getopt.c:776
5187
#: gnulib/getopt.c:771 gnulib/getopt.c:774
5398
5189
msgid "%s: invalid option -- %c\n"
5401
#: gnulib/getopt.c:828 gnulib/getopt.c:844 gnulib/getopt.c:1048
5402
#: gnulib/getopt.c:1066
5192
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
5193
#: gnulib/getopt.c:1064
5404
5195
msgid "%s: option requires an argument -- %c\n"
5407
#: gnulib/getopt.c:897 gnulib/getopt.c:913
5198
#: gnulib/getopt.c:895 gnulib/getopt.c:911
5409
5200
msgid "%s: option `-W %s' is ambiguous\n"
5412
#: gnulib/getopt.c:937 gnulib/getopt.c:955
5203
#: gnulib/getopt.c:935 gnulib/getopt.c:953
5414
5205
msgid "%s: option `-W %s' doesn't allow an argument\n"
5417
#: libdrizzleclient/errmsg.cc:28
5418
msgid "Unknown Drizzle error"
5421
#: libdrizzleclient/errmsg.cc:29
5423
msgid "Can't create UNIX socket (%d)"
5426
#: libdrizzleclient/errmsg.cc:30
5428
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5431
#: libdrizzleclient/errmsg.cc:31
5433
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5436
#: libdrizzleclient/errmsg.cc:32
5438
msgid "Can't create TCP/IP socket (%d)"
5441
#: libdrizzleclient/errmsg.cc:33
5443
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5446
#: libdrizzleclient/errmsg.cc:34
5447
msgid "Drizzle server has gone away"
5450
#: libdrizzleclient/errmsg.cc:35
5452
msgid "Protocol mismatch; server version = %d, client version = %d"
5455
#: libdrizzleclient/errmsg.cc:36
5456
msgid "Drizzle client ran out of memory"
5459
#: libdrizzleclient/errmsg.cc:37
5460
msgid "Wrong host info"
5463
#: libdrizzleclient/errmsg.cc:38
5464
msgid "Localhost via UNIX socket"
5467
#: libdrizzleclient/errmsg.cc:39
5469
msgid "%-.100s via TCP/IP"
5472
#: libdrizzleclient/errmsg.cc:40
5473
msgid "Error in server handshake"
5476
#: libdrizzleclient/errmsg.cc:41
5477
msgid "Lost connection to Drizzle server during query"
5480
#: libdrizzleclient/errmsg.cc:42
5481
msgid "Commands out of sync; you can't run this command now"
5484
#: libdrizzleclient/errmsg.cc:43
5486
msgid "Named pipe: %-.32s"
5489
#: libdrizzleclient/errmsg.cc:44
5491
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5494
#: libdrizzleclient/errmsg.cc:45
5496
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5499
#: libdrizzleclient/errmsg.cc:46
5501
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5504
#: libdrizzleclient/errmsg.cc:47
5506
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5509
#: libdrizzleclient/errmsg.cc:48
5510
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5513
#: libdrizzleclient/errmsg.cc:49
5514
msgid "Embedded server"
5517
#: libdrizzleclient/errmsg.cc:50
5518
msgid "Error on SHOW SLAVE STATUS:"
5521
#: libdrizzleclient/errmsg.cc:51
5522
msgid "Error on SHOW SLAVE HOSTS:"
5525
#: libdrizzleclient/errmsg.cc:52
5526
msgid "Error connecting to slave:"
5529
#: libdrizzleclient/errmsg.cc:53
5530
msgid "Error connecting to master:"
5533
#: libdrizzleclient/errmsg.cc:54
5534
msgid "SSL connection error"
5537
#: libdrizzleclient/errmsg.cc:55
5538
msgid "Malformed packet"
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
5546
msgid "(unused error message)"
5549
#: libdrizzleclient/errmsg.cc:57
5550
msgid "Invalid use of null pointer"
5553
#: libdrizzleclient/errmsg.cc:58
5554
msgid "Statement not prepared"
5557
#: libdrizzleclient/errmsg.cc:59
5558
msgid "No data supplied for parameters in prepared statement"
5561
#: libdrizzleclient/errmsg.cc:60
5562
msgid "Data truncated"
5565
#: libdrizzleclient/errmsg.cc:61
5566
msgid "No parameters exist in the statement"
5569
#: libdrizzleclient/errmsg.cc:62
5570
msgid "Invalid parameter number"
5573
#: libdrizzleclient/errmsg.cc:63
5576
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5579
#: libdrizzleclient/errmsg.cc:65
5581
msgid "Using unsupported buffer type: %d (parameter: %d)"
5584
#: libdrizzleclient/errmsg.cc:66
5586
msgid "Shared memory: %-.100s"
5589
#: libdrizzleclient/errmsg.cc:76
5590
msgid "Wrong or unknown protocol"
5593
#: libdrizzleclient/errmsg.cc:77
5594
msgid "Invalid connection handle"
5597
#: libdrizzleclient/errmsg.cc:78
5599
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5600
"option 'secure_auth' enabled)"
5603
#: libdrizzleclient/errmsg.cc:80
5604
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5607
#: libdrizzleclient/errmsg.cc:81
5608
msgid "Attempt to read column without prior row fetch"
5611
#: libdrizzleclient/errmsg.cc:82
5612
msgid "Prepared statement contains no metadata"
5615
#: libdrizzleclient/errmsg.cc:83
5617
"Attempt to read a row while there is no result set associated with the "
5621
#: libdrizzleclient/errmsg.cc:85
5622
msgid "This feature is not implemented yet"
5625
#: libdrizzleclient/errmsg.cc:86
5628
"Lost connection to Drizzle server while waiting for initial communication "
5629
"packet, system error: %d"
5632
#: libdrizzleclient/errmsg.cc:88
5635
"Lost connection to Drizzle server while reading initial communication "
5636
"packet, system error: %d"
5639
#: libdrizzleclient/errmsg.cc:90
5642
"Lost connection to Drizzle server while sending authentication information, "
5646
#: libdrizzleclient/errmsg.cc:92
5649
"Lost connection to Drizzle server while reading authorization information, "
5653
#: libdrizzleclient/errmsg.cc:94
5656
"Lost connection to Drizzle server while setting initial database, system "
5660
#: libdrizzleclient/errmsg.cc:96
5662
msgid "Statement closed indirectly because of a preceding %s() call"
5665
5208
#: mysys/errors.cc:25
5667
5210
msgid "Can't create/write to file '%s' (Errcode: %d)"
5881
#: mysys/my_getopt.cc:1286
5424
#: mysys/my_getopt.cc:1287
5883
5426
msgid "(Disabled)\n"
5884
5427
msgstr "(停用)\n"
5886
#: plugin/errmsg_stderr/errmsg_stderr.cc:77
5429
#: plugin/auth_http/auth_http.cc:128
5430
msgid "Enable HTTP Auth check"
5433
#: plugin/auth_http/auth_http.cc:138
5434
msgid "URL for HTTP Auth check"
5437
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
5887
5438
msgid "Error Messages to stderr"
5890
#: plugin/logging_gearman/logging_gearman.cc:262
5441
#: plugin/logging_gearman/logging_gearman.cc:263
5892
5443
msgid "fail gearman_client_create(): %s"
5895
#: plugin/logging_gearman/logging_gearman.cc:272
5446
#: plugin/logging_gearman/logging_gearman.cc:273
5897
5448
msgid "fail gearman_client_add_server(): %s"
5900
#: plugin/logging_gearman/logging_gearman.cc:297
5451
#: plugin/logging_gearman/logging_gearman.cc:299
5901
5452
msgid "Enable logging to a gearman server"
5904
#: plugin/logging_gearman/logging_gearman.cc:306
5455
#: plugin/logging_gearman/logging_gearman.cc:308
5905
5456
msgid "Hostname for logging to a Gearman server"
5908
#: plugin/logging_gearman/logging_gearman.cc:323
5459
#: plugin/logging_gearman/logging_gearman.cc:317
5460
msgid "Gearman Function to send logging to"
5463
#: plugin/logging_gearman/logging_gearman.cc:334
5909
5464
msgid "Log queries to a Gearman server"
5912
#: plugin/logging_query/logging_query.cc:275
5467
#: plugin/logging_query/logging_query.cc:278
5914
5469
msgid "fail open() fn=%s er=%s\n"
5917
#: plugin/logging_query/logging_query.cc:313
5472
#: plugin/logging_query/logging_query.cc:317
5918
5473
msgid "Enable logging to CSV file"
5921
#: plugin/logging_query/logging_query.cc:322
5476
#: plugin/logging_query/logging_query.cc:326
5922
5477
msgid "File to log to"
5925
#: plugin/logging_query/logging_query.cc:331
5926
#: plugin/logging_syslog/logging_syslog.cc:246
5480
#: plugin/logging_query/logging_query.cc:335
5481
#: plugin/logging_syslog/logging_syslog.cc:248
5927
5482
msgid "Threshold for logging slow queries, in microseconds"
5930
#: plugin/logging_query/logging_query.cc:343
5931
#: plugin/logging_syslog/logging_syslog.cc:258
5485
#: plugin/logging_query/logging_query.cc:347
5486
#: plugin/logging_syslog/logging_syslog.cc:260
5932
5487
msgid "Threshold for logging big queries, for rows returned"
5935
#: plugin/logging_query/logging_query.cc:355
5936
#: plugin/logging_syslog/logging_syslog.cc:270
5490
#: plugin/logging_query/logging_query.cc:359
5491
#: plugin/logging_syslog/logging_syslog.cc:272
5937
5492
msgid "Threshold for logging big queries, for rows examined"
5940
#: plugin/logging_query/logging_query.cc:378
5495
#: plugin/logging_query/logging_query.cc:381
5941
5496
msgid "Log queries to a CSV file"
5944
#: plugin/logging_syslog/logging_syslog.cc:167
5499
#: plugin/logging_syslog/logging_syslog.cc:169
5946
5501
msgid "syslog facility \"%s\" not known, using \"local0\""
5949
#: plugin/logging_syslog/logging_syslog.cc:184
5504
#: plugin/logging_syslog/logging_syslog.cc:186
5951
5506
msgid "syslog priority \"%s\" not known, using \"info\""
5954
#: plugin/logging_syslog/logging_syslog.cc:210
5509
#: plugin/logging_syslog/logging_syslog.cc:212
5955
5510
msgid "Enable logging"
5958
#: plugin/logging_syslog/logging_syslog.cc:219
5513
#: plugin/logging_syslog/logging_syslog.cc:221
5959
5514
msgid "Syslog Ident"
5962
#: plugin/logging_syslog/logging_syslog.cc:228
5517
#: plugin/logging_syslog/logging_syslog.cc:230
5963
5518
msgid "Syslog Facility"
5966
#: plugin/logging_syslog/logging_syslog.cc:237
5521
#: plugin/logging_syslog/logging_syslog.cc:239
5967
5522
msgid "Syslog Priority"
5970
#: plugin/logging_syslog/logging_syslog.cc:295
5525
#: plugin/logging_syslog/logging_syslog.cc:296
5971
5526
msgid "Log to syslog"
5974
#: plugin/multi_thread/multi_thread.cc:120
5529
#: plugin/multi_thread/multi_thread.cc:137
5975
5530
msgid "Maximum number of user threads available."
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
5983
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5986
#: plugin/pool_of_threads/pool_of_threads.cc:354
5987
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5990
#: plugin/pool_of_threads/pool_of_threads.cc:366
5991
msgid "session_add_event event_add error in libevent_init\n"
5994
#: plugin/pool_of_threads/pool_of_threads.cc:380
5996
msgid "Can't create completion port thread (error %d)"
5999
#: plugin/pool_of_threads/pool_of_threads.cc:443
6000
msgid "libevent_thread_proc: my_thread_init() failed\n"
6003
#: plugin/pool_of_threads/pool_of_threads.cc:629
6004
msgid "Size of Pool."
6007
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6008
msgid "Enable Replicator"
6011
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6012
msgid "Directory to place replication logs."
6015
#: plugin/signal_handler/signal_handler.cc:225
6017
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6020
#: storage/myisam/ha_myisam.cc:468
5533
#: plugin/myisam/ha_myisam.cc:468
6022
5535
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6025
#: storage/myisam/ha_myisam.cc:472
5538
#: plugin/myisam/ha_myisam.cc:472
6027
5540
msgid "Got an error from unknown thread, %s:%d"
6030
#: storage/myisam/ha_myisam.cc:478
5543
#: plugin/myisam/ha_myisam.cc:478
6031
5544
msgid "Unknown thread accessing table"
6034
#: storage/myisam/ha_myisam.cc:1889
5547
#: plugin/myisam/ha_myisam.cc:1885
6035
5548
msgid "Block size to be used for MyISAM index pages."
6038
#: storage/myisam/ha_myisam.cc:1895
5551
#: plugin/myisam/ha_myisam.cc:1891
6040
5553
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6041
5554
"disables parallel repair."
6044
#: storage/myisam/ha_myisam.cc:1901
5557
#: plugin/myisam/ha_myisam.cc:1897
6046
5559
"Don't use the fast sort index method to created index if the temporary file "
6047
5560
"would get bigger than this."
6050
#: storage/myisam/ha_myisam.cc:1906
5563
#: plugin/myisam/ha_myisam.cc:1902
6052
5565
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6053
5566
"when creating indexes with CREATE INDEX or ALTER TABLE."
6056
#: storage/myisam/ha_myisam.cc:1912
5569
#: plugin/myisam/ha_myisam.cc:1908
6057
5570
msgid "Default pointer size to be used for MyISAM tables."
6060
#: storage/myisam/my_handler_errors.cc:34
5573
#: plugin/myisam/my_handler_errors.cc:34
6061
5574
msgid "Didn't find key on read or update"
6064
#: storage/myisam/my_handler_errors.cc:36
5577
#: plugin/myisam/my_handler_errors.cc:36
6065
5578
msgid "Duplicate key on write or update"
6068
#: storage/myisam/my_handler_errors.cc:38
5581
#: plugin/myisam/my_handler_errors.cc:38
6069
5582
msgid "Internal (unspecified) error in handler"
6072
#: storage/myisam/my_handler_errors.cc:40
5585
#: plugin/myisam/my_handler_errors.cc:40
6074
5587
"Someone has changed the row since it was read (while the table was locked to "
6078
#: storage/myisam/my_handler_errors.cc:43
5591
#: plugin/myisam/my_handler_errors.cc:43
6079
5592
msgid "Wrong index given to function"
6082
#: storage/myisam/my_handler_errors.cc:45
5595
#: plugin/myisam/my_handler_errors.cc:45
6083
5596
msgid "Undefined handler error 125"
6086
#: storage/myisam/my_handler_errors.cc:47
5599
#: plugin/myisam/my_handler_errors.cc:47
6087
5600
msgid "Index file is crashed"
6090
#: storage/myisam/my_handler_errors.cc:49
5603
#: plugin/myisam/my_handler_errors.cc:49
6091
5604
msgid "Record file is crashed"
6094
#: storage/myisam/my_handler_errors.cc:51
5607
#: plugin/myisam/my_handler_errors.cc:51
6095
5608
msgid "Out of memory in engine"
6098
#: storage/myisam/my_handler_errors.cc:53
5611
#: plugin/myisam/my_handler_errors.cc:53
6099
5612
msgid "Undefined handler error 129"
6102
#: storage/myisam/my_handler_errors.cc:55
5615
#: plugin/myisam/my_handler_errors.cc:55
6103
5616
msgid "Incorrect file format"
6104
5617
msgstr "檔案格式錯誤"
6106
#: storage/myisam/my_handler_errors.cc:57
5619
#: plugin/myisam/my_handler_errors.cc:57
6107
5620
msgid "Command not supported by database"
6108
5621
msgstr "這個指令資料庫不支援"
6110
#: storage/myisam/my_handler_errors.cc:59
5623
#: plugin/myisam/my_handler_errors.cc:59
6111
5624
msgid "Old database file"
6112
5625
msgstr "舊的資料庫檔案"
6114
#: storage/myisam/my_handler_errors.cc:61
5627
#: plugin/myisam/my_handler_errors.cc:61
6115
5628
msgid "No record read before update"
6118
#: storage/myisam/my_handler_errors.cc:63
5631
#: plugin/myisam/my_handler_errors.cc:63
6119
5632
msgid "Record was already deleted (or record file crashed)"
6122
#: storage/myisam/my_handler_errors.cc:65
5635
#: plugin/myisam/my_handler_errors.cc:65
6123
5636
msgid "No more room in record file"
6126
#: storage/myisam/my_handler_errors.cc:67
5639
#: plugin/myisam/my_handler_errors.cc:67
6127
5640
msgid "No more room in index file"
6130
#: storage/myisam/my_handler_errors.cc:69
5643
#: plugin/myisam/my_handler_errors.cc:69
6131
5644
msgid "No more records (read after end of file)"
6134
#: storage/myisam/my_handler_errors.cc:71
5647
#: plugin/myisam/my_handler_errors.cc:71
6135
5648
msgid "Unsupported extension used for table"
6138
#: storage/myisam/my_handler_errors.cc:73
5651
#: plugin/myisam/my_handler_errors.cc:73
6139
5652
msgid "Too big row"
6142
#: storage/myisam/my_handler_errors.cc:75
5655
#: plugin/myisam/my_handler_errors.cc:75
6143
5656
msgid "Wrong create options"
6146
#: storage/myisam/my_handler_errors.cc:77
5659
#: plugin/myisam/my_handler_errors.cc:77
6147
5660
msgid "Duplicate unique key or constraint on write or update"
6150
#: storage/myisam/my_handler_errors.cc:79
5663
#: plugin/myisam/my_handler_errors.cc:79
6151
5664
msgid "Unknown character set used in table"
6154
#: storage/myisam/my_handler_errors.cc:81
5667
#: plugin/myisam/my_handler_errors.cc:81
6155
5668
msgid "Conflicting table definitions in sub-tables of MERGE table"
6158
#: storage/myisam/my_handler_errors.cc:83
5671
#: plugin/myisam/my_handler_errors.cc:83
6159
5672
msgid "Table is crashed and last repair failed"
6162
#: storage/myisam/my_handler_errors.cc:85
5675
#: plugin/myisam/my_handler_errors.cc:85
6163
5676
msgid "Table was marked as crashed and should be repaired"
6166
#: storage/myisam/my_handler_errors.cc:87
5679
#: plugin/myisam/my_handler_errors.cc:87
6167
5680
msgid "Lock timed out; Retry transaction"
6170
#: storage/myisam/my_handler_errors.cc:89
5683
#: plugin/myisam/my_handler_errors.cc:89
6171
5684
msgid "Lock table is full; Restart program with a larger locktable"
6174
#: storage/myisam/my_handler_errors.cc:91
5687
#: plugin/myisam/my_handler_errors.cc:91
6175
5688
msgid "Updates are not allowed under a read only transactions"
6178
#: storage/myisam/my_handler_errors.cc:93
5691
#: plugin/myisam/my_handler_errors.cc:93
6179
5692
msgid "Lock deadlock; Retry transaction"
6182
#: storage/myisam/my_handler_errors.cc:95
5695
#: plugin/myisam/my_handler_errors.cc:95
6183
5696
msgid "Foreign key constraint is incorrectly formed"
6186
#: storage/myisam/my_handler_errors.cc:97
5699
#: plugin/myisam/my_handler_errors.cc:97
6187
5700
msgid "Cannot add a child row"
6190
#: storage/myisam/my_handler_errors.cc:99
5703
#: plugin/myisam/my_handler_errors.cc:99
6191
5704
msgid "Cannot delete a parent row"
6194
#: storage/myisam/my_handler_errors.cc:101
5707
#: plugin/myisam/my_handler_errors.cc:101
6195
5708
msgid "No savepoint with that name"
6198
#: storage/myisam/my_handler_errors.cc:103
5711
#: plugin/myisam/my_handler_errors.cc:103
6199
5712
msgid "Non unique key block size"
6202
#: storage/myisam/my_handler_errors.cc:105
5715
#: plugin/myisam/my_handler_errors.cc:105
6203
5716
msgid "The table does not exist in engine"
6206
#: storage/myisam/my_handler_errors.cc:107
5719
#: plugin/myisam/my_handler_errors.cc:107
6207
5720
msgid "The table already existed in storage engine"
6210
#: storage/myisam/my_handler_errors.cc:109
5723
#: plugin/myisam/my_handler_errors.cc:109
6211
5724
msgid "Could not connect to storage engine"
6214
#: storage/myisam/my_handler_errors.cc:111
5727
#: plugin/myisam/my_handler_errors.cc:111
6215
5728
msgid "Unexpected null pointer found when using spatial index"
6218
#: storage/myisam/my_handler_errors.cc:113
5731
#: plugin/myisam/my_handler_errors.cc:113
6219
5732
msgid "The table changed in storage engine"
6222
#: storage/myisam/my_handler_errors.cc:115
5735
#: plugin/myisam/my_handler_errors.cc:115
6223
5736
msgid "There's no partition in table for the given value"
6226
#: storage/myisam/my_handler_errors.cc:117
5739
#: plugin/myisam/my_handler_errors.cc:117
6227
5740
msgid "Row-based binlogging of row failed"
6230
#: storage/myisam/my_handler_errors.cc:119
5743
#: plugin/myisam/my_handler_errors.cc:119
6231
5744
msgid "Index needed in foreign key constraint"
6234
#: storage/myisam/my_handler_errors.cc:121
5747
#: plugin/myisam/my_handler_errors.cc:121
6235
5748
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6238
#: storage/myisam/my_handler_errors.cc:123
5751
#: plugin/myisam/my_handler_errors.cc:123
6239
5752
msgid "Table needs to be upgraded before it can be used"
6242
#: storage/myisam/my_handler_errors.cc:125
5755
#: plugin/myisam/my_handler_errors.cc:125
6243
5756
msgid "Table is read only"
6246
#: storage/myisam/my_handler_errors.cc:127
5759
#: plugin/myisam/my_handler_errors.cc:127
6247
5760
msgid "Failed to get next auto increment value"
6250
#: storage/myisam/my_handler_errors.cc:129
5763
#: plugin/myisam/my_handler_errors.cc:129
6251
5764
msgid "Failed to set row auto increment value"
6254
#: storage/myisam/my_handler_errors.cc:131
5767
#: plugin/myisam/my_handler_errors.cc:131
6255
5768
msgid "Unknown (generic) error from engine"
6258
#: storage/myisam/my_handler_errors.cc:133
5771
#: plugin/myisam/my_handler_errors.cc:133
6259
5772
msgid "Record is the same"
6262
#: storage/myisam/my_handler_errors.cc:135
5775
#: plugin/myisam/my_handler_errors.cc:135
6263
5776
msgid "It is not possible to log this statement"
6264
5777
msgstr "不可能記錄這句指示"
6266
#: storage/myisam/my_handler_errors.cc:137
5779
#: plugin/myisam/my_handler_errors.cc:137
6267
5780
msgid "Tablespace exists"
6270
#: storage/myisam/my_handler_errors.cc:139
5783
#: plugin/myisam/my_handler_errors.cc:139
6271
5784
msgid "The event was corrupt, leading to illegal data being read"
6274
#: storage/myisam/my_handler_errors.cc:141
5787
#: plugin/myisam/my_handler_errors.cc:141
6275
5788
msgid "The table is of a new format not supported by this version"
6276
5789
msgstr "這個表格使用新的格式,目前的版本並不支援."
6278
#: storage/myisam/my_handler_errors.cc:143
5791
#: plugin/myisam/my_handler_errors.cc:143
6279
5792
msgid "The event could not be processed no other handler error happened"
6282
#: storage/myisam/my_handler_errors.cc:145
5795
#: plugin/myisam/my_handler_errors.cc:145
6283
5796
msgid "Got a fatal error during initialzation of handler"
6286
#: storage/myisam/my_handler_errors.cc:147
5799
#: plugin/myisam/my_handler_errors.cc:147
6287
5800
msgid "File to short; Expected more data in file"
6290
#: storage/myisam/my_handler_errors.cc:149
5803
#: plugin/myisam/my_handler_errors.cc:149
6291
5804
msgid "Read page with wrong checksum"
6294
#: storage/myisam/my_handler_errors.cc:151
5807
#: plugin/myisam/my_handler_errors.cc:151
6295
5808
msgid "Lock or active transaction"
6298
#: storage/myisam/my_handler_errors.cc:153
5811
#: plugin/myisam/my_handler_errors.cc:153
6299
5812
msgid "No such table space"
6302
#: storage/myisam/my_handler_errors.cc:155
5815
#: plugin/myisam/my_handler_errors.cc:155
6303
5816
msgid "Tablespace not empty"
5819
#: plugin/oldlibdrizzle/errmsg.cc:28
5820
msgid "Unknown Drizzle error"
5823
#: plugin/oldlibdrizzle/errmsg.cc:29
5825
msgid "Can't create UNIX socket (%d)"
5828
#: plugin/oldlibdrizzle/errmsg.cc:30
5830
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5833
#: plugin/oldlibdrizzle/errmsg.cc:31
5835
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5838
#: plugin/oldlibdrizzle/errmsg.cc:32
5840
msgid "Can't create TCP/IP socket (%d)"
5843
#: plugin/oldlibdrizzle/errmsg.cc:33
5845
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5848
#: plugin/oldlibdrizzle/errmsg.cc:34
5849
msgid "Drizzle server has gone away"
5852
#: plugin/oldlibdrizzle/errmsg.cc:35
5854
msgid "Protocol mismatch; server version = %d, client version = %d"
5857
#: plugin/oldlibdrizzle/errmsg.cc:36
5858
msgid "Drizzle client ran out of memory"
5861
#: plugin/oldlibdrizzle/errmsg.cc:37
5862
msgid "Wrong host info"
5865
#: plugin/oldlibdrizzle/errmsg.cc:38
5866
msgid "Localhost via UNIX socket"
5869
#: plugin/oldlibdrizzle/errmsg.cc:39
5871
msgid "%-.100s via TCP/IP"
5874
#: plugin/oldlibdrizzle/errmsg.cc:40
5875
msgid "Error in server handshake"
5878
#: plugin/oldlibdrizzle/errmsg.cc:41
5879
msgid "Lost connection to Drizzle server during query"
5882
#: plugin/oldlibdrizzle/errmsg.cc:42
5883
msgid "Commands out of sync; you can't run this command now"
5886
#: plugin/oldlibdrizzle/errmsg.cc:43
5888
msgid "Named pipe: %-.32s"
5891
#: plugin/oldlibdrizzle/errmsg.cc:44
5893
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5896
#: plugin/oldlibdrizzle/errmsg.cc:45
5898
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5901
#: plugin/oldlibdrizzle/errmsg.cc:46
5903
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5906
#: plugin/oldlibdrizzle/errmsg.cc:47
5908
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5911
#: plugin/oldlibdrizzle/errmsg.cc:48
5912
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5915
#: plugin/oldlibdrizzle/errmsg.cc:49
5916
msgid "Embedded server"
5919
#: plugin/oldlibdrizzle/errmsg.cc:50
5920
msgid "Error on SHOW SLAVE STATUS:"
5923
#: plugin/oldlibdrizzle/errmsg.cc:51
5924
msgid "Error on SHOW SLAVE HOSTS:"
5927
#: plugin/oldlibdrizzle/errmsg.cc:52
5928
msgid "Error connecting to slave:"
5931
#: plugin/oldlibdrizzle/errmsg.cc:53
5932
msgid "Error connecting to master:"
5935
#: plugin/oldlibdrizzle/errmsg.cc:54
5936
msgid "SSL connection error"
5939
#: plugin/oldlibdrizzle/errmsg.cc:55
5940
msgid "Malformed packet"
5943
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
5944
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
5945
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
5946
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
5947
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
5948
msgid "(unused error message)"
5951
#: plugin/oldlibdrizzle/errmsg.cc:57
5952
msgid "Invalid use of null pointer"
5955
#: plugin/oldlibdrizzle/errmsg.cc:58
5956
msgid "Statement not prepared"
5959
#: plugin/oldlibdrizzle/errmsg.cc:59
5960
msgid "No data supplied for parameters in prepared statement"
5963
#: plugin/oldlibdrizzle/errmsg.cc:60
5964
msgid "Data truncated"
5967
#: plugin/oldlibdrizzle/errmsg.cc:61
5968
msgid "No parameters exist in the statement"
5971
#: plugin/oldlibdrizzle/errmsg.cc:62
5972
msgid "Invalid parameter number"
5975
#: plugin/oldlibdrizzle/errmsg.cc:63
5978
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5981
#: plugin/oldlibdrizzle/errmsg.cc:65
5983
msgid "Using unsupported buffer type: %d (parameter: %d)"
5986
#: plugin/oldlibdrizzle/errmsg.cc:66
5988
msgid "Shared memory: %-.100s"
5991
#: plugin/oldlibdrizzle/errmsg.cc:76
5992
msgid "Wrong or unknown protocol"
5995
#: plugin/oldlibdrizzle/errmsg.cc:77
5996
msgid "Invalid connection handle"
5999
#: plugin/oldlibdrizzle/errmsg.cc:78
6001
"Connection using old (pre-4.1.1) authentication protocol refused (client "
6002
"option 'secure_auth' enabled)"
6005
#: plugin/oldlibdrizzle/errmsg.cc:80
6006
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
6009
#: plugin/oldlibdrizzle/errmsg.cc:81
6010
msgid "Attempt to read column without prior row fetch"
6013
#: plugin/oldlibdrizzle/errmsg.cc:82
6014
msgid "Prepared statement contains no metadata"
6017
#: plugin/oldlibdrizzle/errmsg.cc:83
6019
"Attempt to read a row while there is no result set associated with the "
6023
#: plugin/oldlibdrizzle/errmsg.cc:85
6024
msgid "This feature is not implemented yet"
6027
#: plugin/oldlibdrizzle/errmsg.cc:86
6030
"Lost connection to Drizzle server while waiting for initial communication "
6031
"packet, system error: %d"
6034
#: plugin/oldlibdrizzle/errmsg.cc:88
6037
"Lost connection to Drizzle server while reading initial communication "
6038
"packet, system error: %d"
6041
#: plugin/oldlibdrizzle/errmsg.cc:90
6044
"Lost connection to Drizzle server while sending authentication information, "
6048
#: plugin/oldlibdrizzle/errmsg.cc:92
6051
"Lost connection to Drizzle server while reading authorization information, "
6055
#: plugin/oldlibdrizzle/errmsg.cc:94
6058
"Lost connection to Drizzle server while setting initial database, system "
6062
#: plugin/oldlibdrizzle/errmsg.cc:96
6064
msgid "Statement closed indirectly because of a preceding %s() call"
6067
#: plugin/pool_of_threads/pool_of_threads.cc:204
6068
msgid "event_add error in libevent_add_session_callback\n"
6071
#: plugin/pool_of_threads/pool_of_threads.cc:346
6072
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6075
#: plugin/pool_of_threads/pool_of_threads.cc:353
6076
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6079
#: plugin/pool_of_threads/pool_of_threads.cc:365
6080
msgid "session_add_event event_add error in libevent_init\n"
6083
#: plugin/pool_of_threads/pool_of_threads.cc:378
6085
msgid "Can't create completion port thread (error %d)"
6088
#: plugin/pool_of_threads/pool_of_threads.cc:462
6089
msgid "libevent_thread_proc: my_thread_init() failed\n"
6092
#: plugin/pool_of_threads/pool_of_threads.cc:642
6093
msgid "Size of Pool."
6096
#: plugin/signal_handler/signal_handler.cc:225
6098
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6101
#~ msgid "Waiting for Drizzle server to answer"
6102
#~ msgstr "正等候Drizzle伺服器回應"
6104
#~ msgid "shutting down drizzled...\n"
6105
#~ msgstr "正在停止drizzled...\n"
6110
#~ msgid "drizzled is alive"
6111
#~ msgstr "drizzled 運行中"
6113
#~ msgid "Unknown command: '%-.60s'"
6114
#~ msgstr "不明白的指令: '%-.60s'"
6116
#~ msgid "Copyright (C) 2000-2008 MySQL AB"
6117
#~ msgstr "版權所有(C) 2000-2008 MySQL AB"
6306
6119
#~ msgid "categories:"
6307
6120
#~ msgstr "分類:"