219
258
"変数の値を変更する。このオプションは廃止予定です。変数は「--変数名=値」という"
220
259
"書式を用いて直接設定することが出来ます。"
222
#: ../client/drizzle.cc:1393
261
#: ../client/drizzle.cc:1394
223
262
msgid "Output in table format."
224
263
msgstr "表形式で出力する。"
226
#: ../client/drizzle.cc:1395
265
#: ../client/drizzle.cc:1396
227
266
msgid "Only allow UPDATE and DELETE that uses keys."
228
267
msgstr "キーを使用してUPDATEとDELETEのみを許可する。"
230
#: ../client/drizzle.cc:1397
269
#: ../client/drizzle.cc:1398
231
270
msgid "Synonym for option --safe-updates, -U."
232
271
msgstr "--safe-updates, -U オプションと同じ。"
234
#: ../client/drizzle.cc:1399
273
#: ../client/drizzle.cc:1400
235
274
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
238
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1158
277
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2425
278
#: ../drizzled/drizzled.cc:1158
239
279
msgid "Output version information and exit."
240
280
msgstr "バージョン情報を出力し終了する。"
242
#: ../client/drizzle.cc:1402
282
#: ../client/drizzle.cc:1403
243
283
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
244
284
msgstr "古いプロトコル(4.1.1以前)を使用している場合は接続を拒否"
246
#: ../client/drizzle.cc:1406
286
#: ../client/drizzle.cc:1407
247
287
msgid "Number of lines before each import progress report."
248
288
msgstr "インポート実行時に進捗が表示される行数の間隔。"
250
#: ../client/drizzle.cc:1408
290
#: ../client/drizzle.cc:1409
251
291
msgid "Ping the server to check if it's alive."
252
292
msgstr "サーバーの生存を確認するために接続試験を行う。"
254
#: ../client/drizzle.cc:1410
294
#: ../client/drizzle.cc:1411
255
295
msgid "Configuration file defaults are not used if no-defaults is set"
258
#: ../client/drizzle.cc:1416
298
#: ../client/drizzle.cc:1414 ../client/drizzledump.cc:2434
299
msgid "Options specific to the drizzle client"
302
#: ../client/drizzle.cc:1417
260
304
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
261
305
"and field completion, but startup and reconnecting may take a longer time. "
384
428
"出力ファイルに追記する。help(\\h)を参照して下さい。batchモードでは機能しませ"
385
429
"ん。--disable-tee オプションで無効となります。規定では無効になっています。"
387
#: ../client/drizzle.cc:1454
431
#: ../client/drizzle.cc:1455
389
433
msgid "Disable outfile. See interactive help (\\h) also."
391
435
"outfileを無効にする。help(\\h)を参照して下さい。警告: このオプションは廃止予"
392
436
"定です; 代わりに --disable-tee オプションを使用して下さい。"
394
#: ../client/drizzle.cc:1455
438
#: ../client/drizzle.cc:1456
395
439
msgid "Wait and retry if connection is down."
396
440
msgstr "接続が切れた場合に再試行をする。"
398
#: ../client/drizzle.cc:1457
442
#: ../client/drizzle.cc:1458
399
443
msgid "Number of seconds before connection timeout."
400
444
msgstr "コネクションタイムアウトとなるまでの時間(秒)。"
402
#: ../client/drizzle.cc:1459
446
#: ../client/drizzle.cc:1460
403
447
msgid "Max length of input line"
404
448
msgstr "入力行の最大幅。"
406
#: ../client/drizzle.cc:1461
450
#: ../client/drizzle.cc:1462
407
451
msgid "Automatic limit for SELECT when using --safe-updates"
408
452
msgstr "--safe-updates を使用した時のSELECTに対して自動的に設定される上限"
410
#: ../client/drizzle.cc:1463
454
#: ../client/drizzle.cc:1464
411
455
msgid "Automatic limit for rows in a join when using --safe-updates"
412
456
msgstr "--safe-updatesを使用した特のjoinに対して自動的に設定される行数の上限"
414
#: ../client/drizzle.cc:1469 ../client/drizzledump.cc:2564
415
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:928
416
#: ../client/drizzletest.cc:5456
458
#: ../client/drizzle.cc:1467 ../client/drizzledump.cc:2499
459
msgid "Options specific to the client"
462
#: ../client/drizzle.cc:1470 ../client/drizzledump.cc:2504
463
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:929
464
#: ../client/drizzletest.cc:5457
417
465
msgid "Use MySQL Protocol."
418
466
msgstr "MySQLプロトコルを使用"
420
#: ../client/drizzle.cc:1471
468
#: ../client/drizzle.cc:1472
422
470
msgid "Connect to host"
423
471
msgstr "接続するホスト。"
425
#: ../client/drizzle.cc:1473
473
#: ../client/drizzle.cc:1474
427
475
"Password to use when connecting to server. If password is not given it's "
428
476
"asked from the tty."
556
612
" 無効にするとコマンドの開始が早くなることが期待出来ます。\n"
559
#: ../client/drizzle.cc:2696
615
#: ../client/drizzle.cc:2693
560
616
msgid "No connection. Trying to reconnect..."
561
617
msgstr "接続していません。再接続をしています。。。"
563
#: ../client/drizzle.cc:2702
619
#: ../client/drizzle.cc:2699
564
620
msgid "Can't connect to the server\n"
565
621
msgstr "サーバに接続できません。\n"
567
#: ../client/drizzle.cc:2780
623
#: ../client/drizzle.cc:2779
568
624
msgid "List of all Drizzle commands:"
569
625
msgstr "すべてのコマンドの一覧:"
571
#: ../client/drizzle.cc:2782
572
msgid "Note that all text commands must be first on line and end with ';'"
627
#: ../client/drizzle.cc:2783
630
"Note that all text commands must be first on line and end with '%s' or \\g"
574
632
"次のコマンド(短縮形でないもの)は行の最初から始まりセミコロン(;)で終了する"
577
#: ../client/drizzle.cc:2837
635
#: ../client/drizzle.cc:2841
578
636
msgid "No query specified\n"
579
637
msgstr "クエリがありません\n"
581
#: ../client/drizzle.cc:2852
639
#: ../client/drizzle.cc:2856
582
640
msgid "Ignoring query to other database"
583
641
msgstr "他のデータベースへのクエリを無視します"
585
#: ../client/drizzle.cc:2902
643
#: ../client/drizzle.cc:2906
586
644
msgid "Empty set"
589
#: ../client/drizzle.cc:2915
647
#: ../client/drizzle.cc:2919
591
649
msgid "%ld row in set"
592
650
msgid_plural "%ld rows in set"
593
651
msgstr[0] "%ld 行の結果"
595
#: ../client/drizzle.cc:2924
653
#: ../client/drizzle.cc:2928
599
#: ../client/drizzle.cc:2926
657
#: ../client/drizzle.cc:2930
601
659
msgid "Query OK, %ld row affected"
602
660
msgid_plural "Query OK, %ld rows affected"
603
661
msgstr[0] "クエリ OK, %ld 行が変更されました"
605
#: ../client/drizzledump.cc:212
663
#: ../client/drizzle.cc:3002
664
msgid "popen() failed! defaulting PAGER to stdout!\n"
667
#: ../client/drizzle.cc:3024
669
msgid "Error logging to file '%s'\n"
670
msgstr "スレーブとの接続でエラー"
672
#: ../client/drizzle.cc:3029
674
msgid "Logging to file '%s'\n"
675
msgstr "履歴ファイル「%s」を読み込んでいます。\n"
677
#: ../client/drizzle.cc:3113
686
"Collation: %s (%u)\n"
694
#: ../client/drizzle.cc:3580
696
msgid "No previous outfile available, you must give a filename!\n"
699
#: ../client/drizzle.cc:3585
701
msgid "Currently logging to file '%s'\n"
702
msgstr "テーブル「%s」が見つかりません。"
704
#: ../client/drizzle.cc:3605
706
msgid "No outfile specified!\n"
709
#: ../client/drizzle.cc:3618
710
msgid "Outfile disabled.\n"
713
#: ../client/drizzle.cc:3645
715
msgid "Default pager wasn't set, using stdout.\n"
716
msgstr "ページャを無効にし、stdoutへ出力する。"
718
#: ../client/drizzle.cc:3665
720
msgid "PAGER set to '%s'\n"
723
#: ../client/drizzle.cc:3676
724
msgid "PAGER set to stdout\n"
727
#: ../client/drizzle.cc:3759
729
msgid "Connection id: %u"
732
#: ../client/drizzle.cc:3761
734
msgid "Current database: %.128s\n"
737
#: ../client/drizzle.cc:3762
742
#: ../client/drizzle.cc:3782
743
msgid "Usage: \\. <filename> | source <filename>"
746
#: ../client/drizzle.cc:3797
748
msgid "Failed to open file '%s', error: %d"
751
#: ../client/drizzle.cc:3805
752
msgid "Can't initialize LineBuffer"
755
#: ../client/drizzle.cc:3841
756
msgid "DELIMITER must be followed by a 'delimiter' character or string"
759
#: ../client/drizzle.cc:3874
760
msgid "USE must be followed by a database name"
763
#: ../client/drizzle.cc:3942
765
msgid "Database changed"
768
#: ../client/drizzle.cc:3950
770
msgid "Show warnings enabled."
771
msgstr "各ステートメントの後で警告を表示する。"
773
#: ../client/drizzle.cc:3958
775
msgid "Show warnings disabled."
776
msgstr "各ステートメントの後で警告を表示する。"
778
#: ../client/drizzle.cc:4100
782
"Connection id:\t\t%lu\n"
785
#: ../client/drizzle.cc:4112
787
msgid "Current database:\t%s\n"
790
#: ../client/drizzle.cc:4113
792
msgid "Current user:\t\t%s\n"
795
#: ../client/drizzle.cc:4119
796
msgid "SSL:\t\t\tNot in use"
799
#: ../client/drizzle.cc:4124
806
#: ../client/drizzle.cc:4131
809
"All updates ignored to this database\n"
812
#: ../client/drizzle.cc:4134
814
msgid "Current pager:\t\t%s\n"
817
#: ../client/drizzle.cc:4135
819
msgid "Using outfile:\t\t'%s'\n"
822
#: ../client/drizzle.cc:4136
824
msgid "Using delimiter:\t%s\n"
827
#: ../client/drizzle.cc:4137
829
msgid "Server version:\t\t%s\n"
832
#: ../client/drizzle.cc:4138
834
msgid "Protocol version:\t%d\n"
837
#: ../client/drizzle.cc:4139
839
msgid "Connection:\t\t%s\n"
840
msgstr "-- %s に接続中・・・\n"
842
#: ../client/drizzle.cc:4146
844
msgid "UNIX socket:\t\t%s\n"
847
#: ../client/drizzle.cc:4148
849
msgid "TCP port:\t\t%d\n"
852
#: ../client/drizzle.cc:4153
855
"Note that you are running in safe_update_mode:\n"
858
#: ../client/drizzle.cc:4155
861
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
863
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
865
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
866
" Max number of examined row combination in a join is set to: %"
871
#: ../client/drizzle.cc:4217 ../drizzled/option.cc:339
876
#: ../client/drizzle.cc:4260
878
msgid "ERROR %d (%s): "
881
#: ../client/drizzle.cc:4262
886
#: ../client/drizzle.cc:4265
891
#: ../client/drizzle.cc:4398
895
#: ../client/drizzle.cc:4400
899
#: ../client/drizzle.cc:4406
903
#: ../client/drizzle.cc:4412
907
#: ../client/drizzle.cc:4513
911
#: ../client/drizzle.cc:4633
913
msgid "Returning to default PROMPT of %s\n"
916
#: ../client/drizzle.cc:4638
918
msgid "Memory allocation error. Not changing prompt\n"
920
"プロンプトを初期化中にメモリアロケーションエラーが発生しました。プログラムを"
923
#: ../client/drizzle.cc:4643
925
msgid "PROMPT set to '%s'\n"
928
#: ../client/drizzledump.cc:198
607
930
msgid "Got errno %d on write"
608
931
msgstr "書き込み中にエラー番号 %d が発生しました。"
610
#: ../client/drizzledump.cc:296
933
#: ../client/drizzledump.cc:282
612
935
msgid "%s: You must use option --tab with --fields-...\n"
613
936
msgstr "%s: --fields...オプションは--tabオプションと併用する必要があります。\n"
615
#: ../client/drizzledump.cc:302
938
#: ../client/drizzledump.cc:288
618
941
"%s: You can't use --single-transaction and --lock-all-tables at the same "
676
999
"-- 警告: テーブル %s は、%s ストレージエンジンで定義されているため DELAYED "
677
1000
"INSERT を実行することは出来ません。\n"
679
#: ../client/drizzledump.cc:910
1002
#: ../client/drizzledump.cc:896
681
1004
msgid "-- Retrieving table structure for table %s...\n"
682
1005
msgstr "-- テーブル %s の定義を取得しています・・・\n"
684
#: ../client/drizzledump.cc:1024
1007
#: ../client/drizzledump.cc:1010
686
1009
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
688
1011
"%s: 警告: SQL_QUOTE_SHOW_CREATEオプションを指定することはできません(%s)\n"
690
#: ../client/drizzledump.cc:1131
1013
#: ../client/drizzledump.cc:1117
692
1015
msgid "%s: Can't get keys for table %s\n"
693
1016
msgstr "%s: テーブル %s のキーを取得することが出来ません。\n"
695
#: ../client/drizzledump.cc:1209 ../client/drizzledump.cc:2303
1018
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
697
1020
msgid "Error: Couldn't read status information for table %s\n"
699
1022
"エラー: テーブル %s のステータス情報を取得することが出来ませんでした。\n"
701
#: ../client/drizzledump.cc:1353
1024
#: ../client/drizzledump.cc:1339
703
1026
msgid "Error retrieving table structure for table: \"%s\""
704
1027
msgstr "テーブル定義を取得中にエラーが発生しました。: \"%s\""
706
#: ../client/drizzledump.cc:1360
1029
#: ../client/drizzledump.cc:1346
708
1031
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
710
1033
"-- テーブル '%s' のデータのダンプをスキップしています。--no-data オプションが"
713
#: ../client/drizzledump.cc:1371
1036
#: ../client/drizzledump.cc:1357
715
1038
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
717
1040
"-- 警告: テーブル '%s' をスキップしています。%s ストレージエンジンが利用され"
720
#: ../client/drizzledump.cc:1378
1043
#: ../client/drizzledump.cc:1364
722
1045
msgid "-- Skipping dump data for table '%s', it has no fields\n"
724
1047
"-- テーブル '%s' をスキップしています。テーブルにはフィールドがありません。\n"
726
#: ../client/drizzledump.cc:1386
1049
#: ../client/drizzledump.cc:1372
727
1050
msgid "-- Sending SELECT query...\n"
728
1051
msgstr "-- SELECTクエリを送信しています・・・\n"
730
#: ../client/drizzledump.cc:1440 ../client/drizzledump.cc:1929
1053
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
731
1054
msgid "when executing 'SELECT INTO OUTFILE'"
732
1055
msgstr "「SELECT INTO OUTFILE」実行中。"
734
#: ../client/drizzledump.cc:1451
1057
#: ../client/drizzledump.cc:1437
795
1118
"警告: テーブル「%s」からインデックスを読み込むことが出来ませんでした。レコー"
796
1119
"ドが記録されていません(%s)\n"
798
#: ../client/drizzledump.cc:2423
1121
#: ../client/drizzledump.cc:2368
800
1123
msgid "Error: Not enough memory to store ORDER BY clause\n"
801
1124
msgstr "エラー: ORDER BY句を保持するためのメモリを確保することが出来ません。\n"
803
#: ../client/drizzledump.cc:2480
1126
#: ../client/drizzledump.cc:2399
1128
"Dump all the databases. This will be same as --databases with all databases "
1132
#: ../client/drizzledump.cc:2401
1133
msgid "Dump all the tablespaces."
1136
#: ../client/drizzledump.cc:2403
1137
msgid "Use complete insert statements."
1140
#: ../client/drizzledump.cc:2407
1142
"Flush logs file in server before starting dump. Note that if you dump many "
1143
"databases at once (using the option --databases= or --all-databases), the "
1144
"logs will be flushed for each database dumped. The exception is when using --"
1145
"lock-all-tables in this case the logs will be flushed only once, "
1146
"corresponding to the moment all tables are locked. So if you want your dump "
1147
"and the log flush to happen at the same exact moment you should use --lock-"
1148
"all-tables or --flush-logs"
1151
#: ../client/drizzledump.cc:2409
1153
msgid "Continue even if we get an sql-error."
1154
msgstr "sqlエラーが発生しても続行する。"
1156
#: ../client/drizzledump.cc:2410
1158
msgid "Display this help message and exit."
1159
msgstr "ヘルプを表示して終了する。"
1161
#: ../client/drizzledump.cc:2412
1163
"Locks all tables across all databases. This is achieved by taking a global "
1164
"read lock for the duration of the whole dump. Automatically turns --single-"
1165
"transaction and --lock-tables off."
1168
#: ../client/drizzledump.cc:2414
1170
"Sorts each table's rows by primary key, or first unique key, if such a key "
1171
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1172
"table, but will make the dump itself take considerably longer."
1175
#: ../client/drizzledump.cc:2416
1177
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1178
"Works ONLY for tables stored in storage engines which support "
1179
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1180
"be consistent for other storage engines. While a --single-transaction dump "
1181
"is in process, to ensure a valid dump file (correct table contents), no "
1182
"other connection should use the following statements: ALTER TABLE, DROP "
1183
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1184
"from them. Option automatically turns off --lock-tables."
1187
#: ../client/drizzledump.cc:2417
1189
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1190
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1191
"default, disable with --skip-opt."
1194
#: ../client/drizzledump.cc:2419
1196
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1197
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1200
#: ../client/drizzledump.cc:2420
1201
msgid "Overrides option --databases (-B)."
1204
#: ../client/drizzledump.cc:2422
804
1205
msgid "Number of rows before each output progress report (requires --verbose)."
805
1206
msgstr "進捗が報告されるまでの行数(--verboseオプションが必要です。)"
807
#: ../client/drizzledump.cc:2633 ../client/drizzledump.cc:2720
1208
#: ../client/drizzledump.cc:2424
1209
msgid "Print info about the various stages."
1212
#: ../client/drizzledump.cc:2426
1213
msgid "Dump a database as well formed XML."
1216
#: ../client/drizzledump.cc:2427
1217
msgid "Turn off Comments"
1220
#: ../client/drizzledump.cc:2428
1222
msgid "Turn off create-options"
1223
msgstr "エラー発生時にビープ音を出さない。"
1225
#: ../client/drizzledump.cc:2429
1226
msgid "Turn off extended-insert"
1229
#: ../client/drizzledump.cc:2430
1230
msgid "Turn off dump-date"
1233
#: ../client/drizzledump.cc:2431
1234
msgid "Do not read from the configuration files"
1237
#: ../client/drizzledump.cc:2437
1238
msgid "Add a 'DROP DATABASE' before each create."
1241
#: ../client/drizzledump.cc:2439
1242
msgid "Add a 'drop table' before each create."
1245
#: ../client/drizzledump.cc:2441
1246
msgid "Allow creation of column names that are keywords."
1249
#: ../client/drizzledump.cc:2443
1250
msgid "Write additional information."
1253
#: ../client/drizzledump.cc:2445
1255
"Give less verbose output (useful for debugging). Disables structure comments "
1256
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1257
"set-names --skip-disable-keys --skip-add-locks"
1260
#: ../client/drizzledump.cc:2447
1261
msgid "Include all DRIZZLE specific create options."
1264
#: ../client/drizzledump.cc:2449
1265
msgid "Put a dump date to the end of the output."
1268
#: ../client/drizzledump.cc:2451
1270
"To dump several databases. Note the difference in usage; In this case no "
1271
"tables are given. All name arguments are regarded as databasenames. 'USE "
1272
"db_name;' will be included in the output."
1275
#: ../client/drizzledump.cc:2453
1276
msgid "Insert rows with INSERT DELAYED;"
1279
#: ../client/drizzledump.cc:2455
1281
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1282
"will be put in the output."
1285
#: ../client/drizzledump.cc:2457
1286
msgid "Allows utilization of the new, much faster INSERT syntax."
1289
#: ../client/drizzledump.cc:2459
1290
msgid "Fields in the textfile are terminated by ..."
1293
#: ../client/drizzledump.cc:2461
1294
msgid "Fields in the importfile are enclosed by ..."
1297
#: ../client/drizzledump.cc:2463
1298
msgid "Fields in the i.file are opt. enclosed by ..."
1301
#: ../client/drizzledump.cc:2465
1302
msgid "Fields in the i.file are escaped by ..."
1305
#: ../client/drizzledump.cc:2469
1307
"Do not dump the specified table. To specify more than one table to ignore, "
1308
"use the directive multiple times, once for each table. Each table must be "
1309
"specified with both database and table names, e.g. --ignore-table=database."
1313
#: ../client/drizzledump.cc:2471
1314
msgid "Insert rows with INSERT IGNORE."
1317
#: ../client/drizzledump.cc:2473
1318
msgid "Lines in the i.file are terminated by ..."
1321
#: ../client/drizzledump.cc:2475
1322
msgid "Wrap tables with autocommit/commit statements."
1325
#: ../client/drizzledump.cc:2477
1327
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1328
"above line will be added otherwise, if --databases or --all-databases option "
1332
#: ../client/drizzledump.cc:2479
1333
msgid "Don't write table creation info."
1336
#: ../client/drizzledump.cc:2481
1337
msgid "No row information."
1340
#: ../client/drizzledump.cc:2482
1342
msgid "Deprecated. Use --skip-set-charset instead."
1344
"警告: このオプションは廃止予定です。代わりに --disable-pager を使用してくださ"
1347
#: ../client/drizzledump.cc:2484
1348
msgid "Enable set-name"
1351
#: ../client/drizzledump.cc:2486
1352
msgid "Don't buffer query, dump directly to stdout."
1355
#: ../client/drizzledump.cc:2488
1356
msgid "Quote table and column names with backticks (`)."
1359
#: ../client/drizzledump.cc:2490
1360
msgid "Use REPLACE INTO instead of INSERT INTO."
1363
#: ../client/drizzledump.cc:2492
1365
"Direct output to a given file. This option should be used in MSDOS, because "
1366
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1370
#: ../client/drizzledump.cc:2494
1372
"Creates tab separated textfile for each table to given path. (creates .sql "
1373
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1374
"machine as the drizzled daemon."
1377
#: ../client/drizzledump.cc:2496
1378
msgid "Dump only selected records; QUOTES mandatory!"
1381
#: ../client/drizzledump.cc:2502
1383
msgid "Connect to host."
1386
#: ../client/drizzledump.cc:2506
1389
"Password to use when connecting to server. If password is not given it's "
1390
"solicited on the tty."
1392
"サーバーに接続する際のパスワード。パスワードの入力がない場合、端末での入力が"
1395
#: ../client/drizzledump.cc:2508
1397
msgid "Port number to use for connection."
1398
msgstr "接続に使用するソケットファイル。"
1400
#: ../client/drizzledump.cc:2515
1401
msgid "Hidden Options"
1404
#: ../client/drizzledump.cc:2517
1406
msgid "Used to select the database"
1407
msgstr "データディレクトリ。(データベースのrootディレクトリ)"
1409
#: ../client/drizzledump.cc:2518
1410
msgid "Used to select the tables"
1413
#: ../client/drizzledump.cc:2521
1414
msgid "Allowed Options + Hidden Options"
1417
#: ../client/drizzledump.cc:2573
1419
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1422
#: ../client/drizzledump.cc:2578
1424
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1425
"and you are welcome to modify and redistribute it under the GPL license\n"
1427
"このソフトウェアは全くの無保証で提供されています。このソフトウェアはフリーソ"
1429
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布すること"
1432
#: ../client/drizzledump.cc:2579
1433
msgid "Dumps definitions and data from a Drizzle database server"
1434
msgstr "Drizzleデータベースサーバから定義とデータをダンプ"
1436
#: ../client/drizzledump.cc:2580
809
1438
msgid "Usage: %s [OPTIONS] database [tables]\n"
810
1439
msgstr "使用方法: %s [オプション] データベース名 [テーブル名(複数可)]\n"
812
#: ../client/drizzledump.cc:2634 ../client/drizzledump.cc:2721
1441
#: ../client/drizzledump.cc:2581
814
1443
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
815
1444
msgstr "または %s [オプション] --databases [オプション] DB1 [DB2 DB3...]\n"
817
#: ../client/drizzledump.cc:2636 ../client/drizzledump.cc:2723
1446
#: ../client/drizzledump.cc:2583
819
1448
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
820
1449
msgstr "または %s [オプション] --all-databases [オプション]\n"
822
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:459
823
#: ../client/drizzleslap.cc:1001 ../client/drizzletest.cc:5596
1451
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1452
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
825
1454
msgid "Value supplied for port is not valid.\n"
826
1455
msgstr "ポート番号に指定された値は無効です。\n"
831
1460
#. a crash even if the input destination buffer is large enough
832
1461
#. to hold the output.
834
#: ../client/drizzledump.cc:2695
1463
#: ../client/drizzledump.cc:2646
836
1465
msgid "Input filename too long: %s"
837
1466
msgstr "ファイル名が長すぎます: %s"
839
#: ../client/drizzledump.cc:2702 ../client/drizzledump.cc:2714
841
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
844
#: ../client/drizzledump.cc:2717
846
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
847
"and you are welcome to modify and redistribute it under the GPL license\n"
849
"このソフトウェアは全くの無保証で提供されています。このソフトウェアはフリーソ"
851
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布すること"
854
#: ../client/drizzledump.cc:2718
855
msgid "Dumps definitions and data from a Drizzle database server"
856
msgstr "Drizzleデータベースサーバから定義とデータをダンプ"
858
#: ../client/drizzledump.cc:2754
1468
#: ../client/drizzledump.cc:2684
860
1470
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
861
1471
msgstr "オプション--ignore-table=<database>.<table>の使い方が不正です。\n"
863
#: ../client/drizzledump.cc:2797
865
msgid "Invalid mode to --compatible: %s\n"
866
msgstr "--compatibleに指定されたモードが不適切です: %s\n"
868
#: ../client/drizzleslap.cc:2855
1473
#: ../client/drizzleslap.cc:2856
870
1475
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
873
#: ../client/drizzletest.cc:5363
1478
#: ../client/drizzletest.cc:5364
874
1479
msgid "Error: Invalid Value for opt_max_connect_retries"
877
#: ../client/drizzletest.cc:5373
1482
#: ../client/drizzletest.cc:5374
878
1483
msgid "Error: Invalid Value for opt_tail_lines"
881
#: ../client/drizzletest.cc:5383
1486
#: ../client/drizzletest.cc:5384
882
1487
msgid "Error: Invalid Value for opt_sleep"
885
#: ../client/drizzletest.cc:5564
1490
#: ../client/drizzletest.cc:5565
887
1492
msgid "Could not open '%s' for reading: errno = %d"
890
#: ../client/drizzletest.cc:5569 ../drizzled/drizzled.cc:863
1495
#: ../client/drizzletest.cc:5570 ../drizzled/drizzled.cc:863
892
1497
msgid "Out of memory"
893
1498
msgstr "メモリが不足しています。"
4867
5472
"setrlimit()によってコアファイルのサイズを「無限」に設定することができませんで"
4868
5473
"した。シグナルが発生した場合にコアファイルを生成できない場合があります。"
4870
#: ../drizzled/main.cc:250
5475
#: ../drizzled/main.cc:251
4872
5477
msgid "Data directory %s does not exist\n"
4875
#: ../drizzled/message/transaction_reader.cc:120
5480
#: ../drizzled/message/transaction_reader.cc:175
4877
5482
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
4880
#: ../drizzled/message/transaction_reader.cc:129
5485
#: ../drizzled/message/transaction_reader.cc:184
4881
5486
#: ../drizzled/message/transaction_writer.cc:371
4883
5488
msgid "Cannot open file: %s\n"
4886
#: ../drizzled/message/transaction_reader.cc:162
5491
#: ../drizzled/message/transaction_reader.cc:217
4888
5493
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4891
#: ../drizzled/message/transaction_reader.cc:168
4892
#: ../plugin/transaction_log/transaction_log_reader.cc:117
5496
#: ../drizzled/message/transaction_reader.cc:223
5497
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4894
5499
msgid "Attempted to read record bigger than INT_MAX\n"
4897
#: ../drizzled/message/transaction_reader.cc:188
4898
#: ../plugin/transaction_log/transaction_log_reader.cc:137
5502
#: ../drizzled/message/transaction_reader.cc:243
5503
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4900
5505
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4903
#: ../drizzled/message/transaction_reader.cc:199
4904
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4905
#: ../plugin/transaction_log/print_transaction_message.cc:142
4906
#: ../plugin/transaction_log/transaction_log_reader.cc:148
5508
#: ../drizzled/message/transaction_reader.cc:256
5509
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5510
#: ../plugin/transaction_log/print_transaction_message.cc:147
5511
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4908
5513
msgid "Could not read transaction message.\n"
4911
#: ../drizzled/message/transaction_reader.cc:200
4912
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4913
#: ../plugin/transaction_log/print_transaction_message.cc:143
4914
#: ../plugin/transaction_log/transaction_log_reader.cc:149
5516
#: ../drizzled/message/transaction_reader.cc:257
5517
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5518
#: ../plugin/transaction_log/print_transaction_message.cc:148
5519
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4916
5521
msgid "GPB ERROR: %s.\n"
4919
#: ../drizzled/message/transaction_reader.cc:204
4920
#: ../drizzled/message/transaction_reader.cc:217
5524
#: ../drizzled/message/transaction_reader.cc:261
5525
#: ../drizzled/message/transaction_reader.cc:274
4948
5553
"the current running version of Drizzle: %<PRIu64>."
4951
#: ../drizzled/module/loader.cc:275
5556
#: ../drizzled/module/loader.cc:271
4954
5559
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4955
5560
"registered.\n"
4958
#: ../drizzled/module/loader.cc:354
5563
#: ../drizzled/module/loader.cc:350
4960
5565
msgid "Plugin '%s' init function returned error.\n"
4963
#: ../drizzled/module/loader.cc:532
5568
#: ../drizzled/module/loader.cc:514
4965
5570
msgid "Couldn't load plugin library named '%s'.\n"
4968
#: ../drizzled/module/loader.cc:542
5573
#: ../drizzled/module/loader.cc:524
4970
5575
msgid "Couldn't load plugin named '%s'.\n"
4973
#: ../drizzled/module/loader.cc:771
5578
#: ../drizzled/module/loader.cc:751
4974
5579
msgid "Out of memory."
4977
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
5582
#: ../drizzled/module/loader.cc:1457 ../drizzled/module/loader.cc:1508
4979
5584
msgid "Unknown variable type code 0x%x in plugin '%s'."
4982
#: ../drizzled/module/loader.cc:1526
5587
#: ../drizzled/module/loader.cc:1500
4985
5590
"Server variable %s of plugin %s was forced to be read-only: string variable "
4986
5591
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4989
#: ../drizzled/module/loader.cc:1545
5594
#: ../drizzled/module/loader.cc:1519
4991
5596
msgid "Missing variable name in plugin '%s'."
4994
#: ../drizzled/module/loader.cc:1562
5599
#: ../drizzled/module/loader.cc:1536
4996
5601
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4999
#: ../drizzled/module/loader.cc:1684
5604
#: ../drizzled/module/loader.cc:1658
5001
5606
msgid "Out of memory for plugin '%s'."
5004
#: ../drizzled/module/loader.cc:1693
5609
#: ../drizzled/module/loader.cc:1667
5006
5611
msgid "Bad options for plugin '%s'."
5009
#: ../drizzled/module/loader.cc:1706
5614
#: ../drizzled/module/loader.cc:1680
5011
5616
msgid "Parsing options for plugin '%s' failed."
5014
#: ../drizzled/module/loader.cc:1759
5619
#: ../drizzled/module/loader.cc:1733
5016
5621
msgid "Plugin '%s' has conflicting system variables"
5019
#: ../drizzled/module/registry.h:102
5624
#: ../drizzled/module/registry.h:103
5021
5626
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
5024
#: ../drizzled/module/registry.h:111
5629
#: ../drizzled/module/registry.h:112
5026
5631
msgid "Fatal error: Failed initializing %s plugin.\n"
5355
#: ../drizzled/signal_handler.cc:122
5931
#: ../drizzled/signal_handler.cc:148
5358
5934
"It is possible that drizzled could use up to \n"
5359
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5935
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5360
5936
"bytes of memory\n"
5361
5937
"Hope that's ok; if not, decrease some variables in the equation.\n"
5365
#: ../drizzled/signal_handler.cc:135
5368
"Attempting backtrace. You can use the following information to find out\n"
5369
"where drizzled died. If you see no messages after this, something went\n"
5370
"terribly wrong...\n"
5372
"バックトレースを取得しています。drizzledがどこで終了したのかを知るために、\n"
5373
"次の情報を利用出来ます。もし、以下に何もメッセージが表示されないようでした"
5375
"システムが異常を来していた可能性があります。\n"
5377
#: ../drizzled/signal_handler.cc:163
5380
"Trying to get some variables.\n"
5381
"Some pointers may be invalid and cause the dump to abort...\n"
5383
"いくつかのシステム変数を取得しています。\n"
5384
"ポインタが不正な値になっている可能性がありますので、値のダンプが停止する可能"
5387
#: ../drizzled/signal_handler.cc:174
5391
"This crash occurred while the server was calling initgroups(). This is\n"
5392
"often due to the use of a drizzled that is statically linked against glibc\n"
5393
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5394
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5395
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5396
"drizzled that is not statically linked.\n"
5399
"サーバがinitgroups()を処理している最中にクラッシュが発生しました。\n"
5400
"この問題は、drizzledがglibcに対して静的にリンクされ、/etc/nsswitch.conf\n"
5401
"においてLDAPが利用されるように設定されている場合に起きることがあります。\n"
5402
"この問題が発生しないようにするには、glibcを新しいバージョン(nscdを利用してい"
5404
"場合には2.3.4以降)にアップグレードするか、nsswitch.confにおいてLDAPを使用し"
5406
"ように設定するか、もしくは静的にリンクされていないdrizzledを利用して下さ"
5409
#: ../drizzled/signal_handler.cc:188
5413
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5414
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5415
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5416
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5417
"the documentation for your distribution on how to do that.\n"
5420
"NPTLをサポートしているシステムにおいて、LinuxThreadsが静的にリンクされていま"
5422
"LinuxThreadsとNPTLの競合が発生するとクラッシュが発生する場合があります。\n"
5423
"この問題を回避するために、動的にリンクされたバイナリを利用するか、"
5425
"強制的に使われるようにLD_ASSUME_KERNEL環境変数を設定する必要があります。\n"
5426
"具体的にどのようにするべきかということについては、お使いのdrizzleのドキュメン"
5430
#: ../drizzled/signal_handler.cc:201
5432
msgid "Writing a core file\n"
5433
msgstr "コアファイルを書き込み中です。\n"
5435
#: ../drizzled/sql_base.cc:1527
5941
#: ../drizzled/sql_base.cc:1521
5437
5943
msgid "Table %s had a open data Cursor in reopen_table"
5440
#: ../drizzled/sql_table.cc:1972
5946
#: ../drizzled/sql_table.cc:1957
5442
5948
msgid "Unknown - internal error %d during operation"
5445
#: ../drizzled/statement/alter_table.cc:1429
5951
#: ../drizzled/statement/alter_table.cc:1486
5448
5954
"order_st BY ignored because there is a user-defined clustered index in the "
5449
5955
"table '%-.192s'"
5452
#: ../drizzled/table.cc:1971
5958
#: ../drizzled/table.cc:1965
5454
5960
msgid "Got error %d when reading table '%s'"
5561
6067
msgid "Default database to use."
5564
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5565
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
6070
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
6071
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5567
6073
msgid "Invalid value of port\n"
5568
6074
msgstr "ヌルポインタの不正使用"
5570
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5571
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
6076
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
6077
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5572
6078
msgid "Invalid value for connect_timeout\n"
5575
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5576
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
6081
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
6082
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5577
6083
msgid "Invalid value for read_timeout\n"
5580
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5581
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
6086
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
6087
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5582
6088
msgid "Invalid value for write_timeout\n"
5585
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
6091
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5586
6092
msgid "Invalid value for retry_count\n"
5589
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5590
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
6095
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
6096
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5591
6097
msgid "Invalid value for buffer_length\n"
5594
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5595
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
6100
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
6101
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
5597
6103
"Port number to use for connection or 0 for default to, in order of "
5598
6104
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5601
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5602
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5603
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5604
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
6107
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
6108
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
6109
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
6110
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
5605
6111
msgid "Connect Timeout."
5608
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5609
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5610
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5611
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
6114
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
6115
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
6116
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
6117
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
5612
6118
msgid "Read Timeout."
5615
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5616
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5617
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5618
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
6121
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
6122
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
6123
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
6124
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
5619
6125
msgid "Write Timeout."
5622
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5623
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5624
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5625
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
6128
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
6129
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
6130
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
6131
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5626
6132
msgid "Retry Count."
5629
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
5630
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
5631
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
5632
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
6135
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
6136
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
6137
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
6138
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
5633
6139
msgid "Buffer length."
5636
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5637
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
5638
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5639
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
6142
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
6143
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
6144
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
6145
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
5640
6146
msgid "Address to bind to."
6255
6761
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6258
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6764
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6260
6766
msgid "Invalid value for io-capacity\n"
6261
6767
msgstr "ヌルポインタの不正使用"
6263
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6769
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6265
6771
msgid "Invalid value for fast-shutdown\n"
6266
6772
msgstr "ヌルポインタの不正使用"
6268
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6774
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6270
6776
msgid "Invalid value for flush-log-at-trx-commit\n"
6271
6777
msgstr "ヌルポインタの不正使用"
6273
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6779
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6275
6781
msgid "Invalid value for max-dirty-pages-pct\n"
6276
6782
msgstr "ヌルポインタの不正使用"
6278
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6784
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6280
6786
msgid "Invalid value for stats-sample-pages\n"
6281
6787
msgstr "ヌルポインタの不正使用"
6283
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6789
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6285
6791
msgid "Invalid value for additional-mem-pool-size\n"
6286
6792
msgstr "ヌルポインタの不正使用"
6288
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6794
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6290
6796
msgid "Invalid value for autoextend-increment\n"
6291
6797
msgstr "ヌルポインタの不正使用"
6293
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6799
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6295
6801
msgid "Invalid value for buffer-pool-size\n"
6296
6802
msgstr "ヌルポインタの不正使用"
6298
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6804
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6300
6806
msgid "Invalid value for commit-concurrency\n"
6301
6807
msgstr "ヌルポインタの不正使用"
6303
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6809
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6305
6811
msgid "Invalid value for concurrency-tickets\n"
6306
6812
msgstr "ヌルポインタの不正使用"
6308
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6814
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6310
6816
msgid "Invalid value for file-io-threads\n"
6311
6817
msgstr "ヌルポインタの不正使用"
6313
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6819
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6315
6821
msgid "Invalid value for read-io-threads\n"
6316
6822
msgstr "ヌルポインタの不正使用"
6318
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6824
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6320
6826
msgid "Invalid value for write-io-threads\n"
6321
6827
msgstr "ヌルポインタの不正使用"
6323
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6829
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6325
6831
msgid "Invalid value for force-recovery\n"
6326
6832
msgstr "ヌルポインタの不正使用"
6328
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6329
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6834
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6835
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6331
6837
msgid "Invalid value for log-file-size\n"
6332
6838
msgstr "ヌルポインタの不正使用"
6334
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6840
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6336
6842
msgid "Invalid value for log-files-in-group\n"
6337
6843
msgstr "ヌルポインタの不正使用"
6339
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6845
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6341
6847
msgid "Invalid value for mirrored-log-groups\n"
6342
6848
msgstr "ヌルポインタの不正使用"
6344
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6850
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6346
6852
msgid "Invalid value for open-files\n"
6347
6853
msgstr "ヌルポインタの不正使用"
6349
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6855
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6351
6857
msgid "Invalid value for thread-concurrency\n"
6352
6858
msgstr "ヌルポインタの不正使用"
6354
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6860
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6356
6862
msgid "Invalid value for read-ahead-threshold\n"
6357
6863
msgstr "ヌルポインタの不正使用"
6359
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6865
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6361
6867
msgid "Invalid value for lock-wait-timeout\n"
6362
6868
msgstr "ヌルポインタの不正使用"
6364
#: ../plugin/logging_gearman/logging_gearman.cc:196
6870
#: ../plugin/logging_gearman/logging_gearman.cc:199
6366
6872
msgid "fail gearman_client_create(): %s"
6369
#: ../plugin/logging_gearman/logging_gearman.cc:207
6875
#: ../plugin/logging_gearman/logging_gearman.cc:210
6371
6877
msgid "fail gearman_client_add_server(): %s"
6374
#: ../plugin/logging_gearman/logging_gearman.cc:306
6375
#: ../plugin/logging_gearman/logging_gearman.cc:313
6880
#: ../plugin/logging_gearman/logging_gearman.cc:309
6881
#: ../plugin/logging_gearman/logging_gearman.cc:316
6376
6882
msgid "Enable logging to a gearman server"
6379
#: ../plugin/logging_gearman/logging_gearman.cc:322
6885
#: ../plugin/logging_gearman/logging_gearman.cc:325
6380
6886
msgid "Hostname for logging to a Gearman server"
6383
#: ../plugin/logging_gearman/logging_gearman.cc:331
6889
#: ../plugin/logging_gearman/logging_gearman.cc:334
6384
6890
msgid "Gearman Function to send logging to"
6387
#: ../plugin/logging_gearman/logging_gearman.cc:349
6893
#: ../plugin/logging_gearman/logging_gearman.cc:352
6388
6894
msgid "Log queries to a Gearman server"
6391
#: ../plugin/logging_query/logging_query.cc:189
6897
#: ../plugin/logging_query/logging_query.cc:192
6393
6899
msgid "fail open() fn=%s er=%s\n"
6396
#: ../plugin/logging_query/logging_query.cc:313
6902
#: ../plugin/logging_query/logging_query.cc:316
6397
6903
msgid "Invalid value for threshold-slow"
6400
#: ../plugin/logging_query/logging_query.cc:322
6906
#: ../plugin/logging_query/logging_query.cc:325
6401
6907
msgid "Invalid value for threshold-big-resultset"
6404
#: ../plugin/logging_query/logging_query.cc:331
6910
#: ../plugin/logging_query/logging_query.cc:334
6405
6911
msgid "Invalid value for threshold-big-examined"
6408
#: ../plugin/logging_query/logging_query.cc:345
6409
#: ../plugin/logging_query/logging_query.cc:361
6914
#: ../plugin/logging_query/logging_query.cc:348
6915
#: ../plugin/logging_query/logging_query.cc:364
6410
6916
msgid "Enable logging to CSV file"
6413
#: ../plugin/logging_query/logging_query.cc:348
6414
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:167
6919
#: ../plugin/logging_query/logging_query.cc:351
6920
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6415
6921
#: ../plugin/syslog/module.cc:233
6416
6922
msgid "Threshold for logging slow queries, in microseconds"
6419
#: ../plugin/logging_query/logging_query.cc:351
6420
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:179
6925
#: ../plugin/logging_query/logging_query.cc:354
6926
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6421
6927
#: ../plugin/syslog/module.cc:236
6422
6928
msgid "Threshold for logging big queries, for rows returned"
6425
#: ../plugin/logging_query/logging_query.cc:354
6426
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:191
6931
#: ../plugin/logging_query/logging_query.cc:357
6932
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6427
6933
#: ../plugin/syslog/module.cc:239
6428
6934
msgid "Threshold for logging big queries, for rows examined"
6431
#: ../plugin/logging_query/logging_query.cc:370
6937
#: ../plugin/logging_query/logging_query.cc:373
6432
6938
msgid "File to log to"
6435
#: ../plugin/logging_query/logging_query.cc:379
6941
#: ../plugin/logging_query/logging_query.cc:382
6436
6942
msgid "PCRE to match the query against"
6439
#: ../plugin/logging_query/logging_query.cc:436
6945
#: ../plugin/logging_query/logging_query.cc:439
6440
6946
msgid "Log queries to a CSV file"
6443
#: ../plugin/logging_stats/logging_stats.cc:303
6949
#: ../plugin/logging_stats/logging_stats.cc:312
6445
6951
msgid "Invalid value for max-user-count\n"
6446
6952
msgstr "ヌルポインタの不正使用"
6448
#: ../plugin/logging_stats/logging_stats.cc:311
6954
#: ../plugin/logging_stats/logging_stats.cc:320
6450
6956
msgid "Invalid value for bucket-count\n"
6451
6957
msgstr "ヌルポインタの不正使用"
6453
#: ../plugin/logging_stats/logging_stats.cc:320
6959
#: ../plugin/logging_stats/logging_stats.cc:329
6455
6961
msgid "Invalid value for scoreboard-size\n"
6456
6962
msgstr "ヌルポインタの不正使用"
6458
#: ../plugin/logging_stats/logging_stats.cc:354
6459
#: ../plugin/logging_stats/logging_stats.cc:396
6964
#: ../plugin/logging_stats/logging_stats.cc:364
6965
#: ../plugin/logging_stats/logging_stats.cc:406
6460
6966
msgid "Max number of users that will be logged"
6463
#: ../plugin/logging_stats/logging_stats.cc:365
6464
#: ../plugin/logging_stats/logging_stats.cc:399
6969
#: ../plugin/logging_stats/logging_stats.cc:375
6970
#: ../plugin/logging_stats/logging_stats.cc:409
6466
6972
msgid "Max number of range locks to use for Scoreboard"
6467
6973
msgstr "ソートされたレコードの最大サイズ(単位はバイト)"
6469
#: ../plugin/logging_stats/logging_stats.cc:376
6470
#: ../plugin/logging_stats/logging_stats.cc:402
6975
#: ../plugin/logging_stats/logging_stats.cc:386
6976
#: ../plugin/logging_stats/logging_stats.cc:412
6471
6977
msgid "Max number of concurrent sessions that will be logged"
6474
#: ../plugin/logging_stats/logging_stats.cc:387
6475
#: ../plugin/logging_stats/logging_stats.cc:405
6980
#: ../plugin/logging_stats/logging_stats.cc:397
6981
#: ../plugin/logging_stats/logging_stats.cc:415
6476
6982
msgid "Enable Logging Statistics Collection"
6479
#: ../plugin/logging_stats/logging_stats.cc:422
6985
#: ../plugin/logging_stats/logging_stats.cc:432
6480
6986
msgid "User Statistics as DATA_DICTIONARY tables"
6983
7508
msgid "Syslog Priority of error messages"
6986
#: ../plugin/transaction_log/background_worker.cc:74
7511
#: ../plugin/transaction_log/background_worker.cc:77
6988
7513
msgid "Unable to create background worker thread. Got error %s.\n"
6991
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6992
#: ../plugin/transaction_log/print_transaction_message.cc:102
6993
#: ../plugin/transaction_log/transaction_log_reader.cc:95
7516
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7517
#: ../plugin/transaction_log/print_transaction_message.cc:105
7518
#: ../plugin/transaction_log/transaction_log_reader.cc:97
6995
7520
msgid "Failed to open transaction log file %s. Got error: %s\n"
6998
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6999
#: ../plugin/transaction_log/print_transaction_message.cc:144
7000
#: ../plugin/transaction_log/transaction_log_reader.cc:150
7523
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7524
#: ../plugin/transaction_log/print_transaction_message.cc:149
7525
#: ../plugin/transaction_log/transaction_log_reader.cc:154
7002
7527
msgid "Raw buffer read: %s.\n"
7005
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
7006
#: ../plugin/transaction_log/print_transaction_message.cc:150
7007
#: ../plugin/transaction_log/transaction_log_reader.cc:157
7530
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7531
#: ../plugin/transaction_log/print_transaction_message.cc:155
7532
#: ../plugin/transaction_log/transaction_log_reader.cc:161
7009
7534
msgid "Unable to parse transaction. Got error: %s.\n"
7012
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
7013
#: ../plugin/transaction_log/print_transaction_message.cc:152
7014
#: ../plugin/transaction_log/transaction_log_reader.cc:159
7537
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7538
#: ../plugin/transaction_log/print_transaction_message.cc:157
7539
#: ../plugin/transaction_log/transaction_log_reader.cc:163
7016
7541
msgid "BUFFER: %s\n"
7019
#: ../plugin/transaction_log/module.cc:135
7544
#: ../plugin/transaction_log/module.cc:137
7021
7546
msgid "Invalid value for sync-method\n"
7022
7547
msgstr "ヌルポインタの不正使用"
7024
#: ../plugin/transaction_log/module.cc:144
7549
#: ../plugin/transaction_log/module.cc:146
7026
7551
msgid "Invalid value for num-write-buffers\n"
7027
7552
msgstr "ヌルポインタの不正使用"
7029
#: ../plugin/transaction_log/module.cc:178
7554
#: ../plugin/transaction_log/module.cc:182
7031
7556
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
7034
#: ../plugin/transaction_log/module.cc:187
7559
#: ../plugin/transaction_log/module.cc:191
7036
7561
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
7039
#: ../plugin/transaction_log/module.cc:197
7564
#: ../plugin/transaction_log/module.cc:203
7041
7566
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
7044
#: ../plugin/transaction_log/module.cc:206
7569
#: ../plugin/transaction_log/module.cc:212
7046
7571
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
7049
#: ../plugin/transaction_log/module.cc:219
7574
#: ../plugin/transaction_log/module.cc:227
7051
7576
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
7054
#: ../plugin/transaction_log/module.cc:279
7055
#: ../plugin/transaction_log/module.cc:350
7579
#: ../plugin/transaction_log/module.cc:287
7580
#: ../plugin/transaction_log/module.cc:358
7056
7581
msgid "Enable transaction log"
7059
#: ../plugin/transaction_log/module.cc:287
7060
#: ../plugin/transaction_log/module.cc:344
7584
#: ../plugin/transaction_log/module.cc:295
7585
#: ../plugin/transaction_log/module.cc:352
7061
7586
msgid "DEBUGGING - Truncate transaction log"
7064
#: ../plugin/transaction_log/module.cc:295
7065
#: ../plugin/transaction_log/module.cc:353
7589
#: ../plugin/transaction_log/module.cc:303
7590
#: ../plugin/transaction_log/module.cc:361
7066
7591
msgid "Path to the file to use for transaction log"
7069
#: ../plugin/transaction_log/module.cc:311
7070
#: ../plugin/transaction_log/module.cc:347
7594
#: ../plugin/transaction_log/module.cc:319
7595
#: ../plugin/transaction_log/module.cc:355
7071
7596
msgid "Enable CRC32 Checksumming of each written transaction log entry"
7074
#: ../plugin/transaction_log/module.cc:319
7075
#: ../plugin/transaction_log/module.cc:359
7599
#: ../plugin/transaction_log/module.cc:327
7600
#: ../plugin/transaction_log/module.cc:367
7077
7602
"0 == rely on operating system to sync log file (default), 1 == sync file at "
7078
7603
"each transaction write, 2 == sync log file once per second"
7081
#: ../plugin/transaction_log/module.cc:332
7082
#: ../plugin/transaction_log/module.cc:362
7606
#: ../plugin/transaction_log/module.cc:340
7607
#: ../plugin/transaction_log/module.cc:370
7083
7608
msgid "Number of slots for in-memory write buffers (default=8)."
7086
#: ../plugin/transaction_log/transaction_log.cc:112
7611
#: ../plugin/transaction_log/transaction_log.cc:114
7087
7612
msgid "Failed to open transaction log file "
7090
#: ../plugin/transaction_log/transaction_log.cc:211
7615
#: ../plugin/transaction_log/transaction_log.cc:215
7093
7618
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
7094
7619
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
7097
#: ../plugin/transaction_log/transaction_log.cc:230
7622
#: ../plugin/transaction_log/transaction_log.cc:236
7099
7624
msgid "Failed to sync log file. Got error: %s\n"
7627
#~ msgid "Invalid mode to --compatible: %s\n"
7628
#~ msgstr "--compatibleに指定されたモードが不適切です: %s\n"
7631
#~ "Attempting backtrace. You can use the following information to find out\n"
7632
#~ "where drizzled died. If you see no messages after this, something went\n"
7633
#~ "terribly wrong...\n"
7635
#~ "バックトレースを取得しています。drizzledがどこで終了したのかを知るため"
7637
#~ "次の情報を利用出来ます。もし、以下に何もメッセージが表示されないようでした"
7639
#~ "システムが異常を来していた可能性があります。\n"
7642
#~ "Trying to get some variables.\n"
7643
#~ "Some pointers may be invalid and cause the dump to abort...\n"
7645
#~ "いくつかのシステム変数を取得しています。\n"
7646
#~ "ポインタが不正な値になっている可能性がありますので、値のダンプが停止する可"
7651
#~ "This crash occurred while the server was calling initgroups(). This is\n"
7652
#~ "often due to the use of a drizzled that is statically linked against "
7654
#~ "and configured to use LDAP in /etc/nsswitch.conf. You will need to "
7656
#~ "upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
7657
#~ "later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
7658
#~ "drizzled that is not statically linked.\n"
7661
#~ "サーバがinitgroups()を処理している最中にクラッシュが発生しました。\n"
7662
#~ "この問題は、drizzledがglibcに対して静的にリンクされ、/etc/nsswitch.conf\n"
7663
#~ "においてLDAPが利用されるように設定されている場合に起きることがあります。\n"
7664
#~ "この問題が発生しないようにするには、glibcを新しいバージョン(nscdを利用し"
7666
#~ "場合には2.3.4以降)にアップグレードするか、nsswitch.confにおいてLDAPを使用"
7668
#~ "ように設定するか、もしくは静的にリンクされていないdrizzledを利用して下さ"
7673
#~ "You are running a statically-linked LinuxThreads binary on an NPTL "
7675
#~ "This can result in crashes on some distributions due to LT/NPTL "
7677
#~ "You should either build a dynamically-linked binary, or force "
7679
#~ "to be used with the LD_ASSUME_KERNEL environment variable. Please "
7681
#~ "the documentation for your distribution on how to do that.\n"
7684
#~ "NPTLをサポートしているシステムにおいて、LinuxThreadsが静的にリンクされてい"
7686
#~ "LinuxThreadsとNPTLの競合が発生するとクラッシュが発生する場合があります。\n"
7687
#~ "この問題を回避するために、動的にリンクされたバイナリを利用するか、"
7688
#~ "LinuxThreadsが\n"
7689
#~ "強制的に使われるようにLD_ASSUME_KERNEL環境変数を設定する必要があります。\n"
7690
#~ "具体的にどのようにするべきかということについては、お使いのdrizzleのドキュ"
7694
#~ msgid "Writing a core file\n"
7695
#~ msgstr "コアファイルを書き込み中です。\n"
7103
7698
#~ "This characterizes the number of hits a hot block has to be untouched "
7104
7699
#~ "until it is considered aged enough to be downgraded to a warm block. This "