5265
5305
msgid "Could not add Variable: %s\n"
5308
#: ../drizzled/signal_handler.cc:50
5310
msgid "Got signal %d from thread %<PRIu64>"
5311
msgstr "シグナル %d がスレッド %<PRIu64> で発生しました。"
5313
#: ../drizzled/signal_handler.cc:92
5315
msgid "Fatal signal %d while backtracing\n"
5316
msgstr "バックトレース中の致命的なシグナル %d\n"
5318
#: ../drizzled/signal_handler.cc:101
5320
msgid "Fatal: time() call failed\n"
5323
#: ../drizzled/signal_handler.cc:107
5326
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5327
"This could be because you hit a bug. It is also possible that this binary\n"
5328
" or one of the libraries it was linked against is corrupt, improperly "
5330
" or misconfigured. This error can also be caused by malfunctioning "
5334
#: ../drizzled/signal_handler.cc:115
5337
"We will try our best to scrape up some info that will hopefully help "
5339
"the problem, but since we have already crashed, something is definitely "
5341
"and this may fail.\n"
5344
"診断に必要な情報を収集しようと試みましたが、本プログラムは既にクラッシュして"
5346
"何らかの決定的な問題が生じたため、情報の収集は失敗している可能性がありま"
5350
#: ../drizzled/signal_handler.cc:124
5353
"It is possible that drizzled could use up to \n"
5354
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5356
"Hope that's ok; if not, decrease some variables in the equation.\n"
5360
#: ../drizzled/signal_handler.cc:137
5363
"Attempting backtrace. You can use the following information to find out\n"
5364
"where drizzled died. If you see no messages after this, something went\n"
5365
"terribly wrong...\n"
5367
"バックトレースを取得しています。drizzledがどこで終了したのかを知るために、\n"
5368
"次の情報を利用出来ます。もし、以下に何もメッセージが表示されないようでした"
5370
"システムが異常を来していた可能性があります。\n"
5372
#: ../drizzled/signal_handler.cc:165
5375
"Trying to get some variables.\n"
5376
"Some pointers may be invalid and cause the dump to abort...\n"
5378
"いくつかのシステム変数を取得しています。\n"
5379
"ポインタが不正な値になっている可能性がありますので、値のダンプが停止する可能"
5382
#: ../drizzled/signal_handler.cc:176
5386
"This crash occurred while the server was calling initgroups(). This is\n"
5387
"often due to the use of a drizzled that is statically linked against glibc\n"
5388
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5389
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5390
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5391
"drizzled that is not statically linked.\n"
5394
"サーバがinitgroups()を処理している最中にクラッシュが発生しました。\n"
5395
"この問題は、drizzledがglibcに対して静的にリンクされ、/etc/nsswitch.conf\n"
5396
"においてLDAPが利用されるように設定されている場合に起きることがあります。\n"
5397
"この問題が発生しないようにするには、glibcを新しいバージョン(nscdを利用してい"
5399
"場合には2.3.4以降)にアップグレードするか、nsswitch.confにおいてLDAPを使用し"
5401
"ように設定するか、もしくは静的にリンクされていないdrizzledを利用して下さ"
5404
#: ../drizzled/signal_handler.cc:190
5408
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5409
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5410
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5411
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5412
"the documentation for your distribution on how to do that.\n"
5415
"NPTLをサポートしているシステムにおいて、LinuxThreadsが静的にリンクされていま"
5417
"LinuxThreadsとNPTLの競合が発生するとクラッシュが発生する場合があります。\n"
5418
"この問題を回避するために、動的にリンクされたバイナリを利用するか、"
5420
"強制的に使われるようにLD_ASSUME_KERNEL環境変数を設定する必要があります。\n"
5421
"具体的にどのようにするべきかということについては、お使いのdrizzleのドキュメン"
5425
#: ../drizzled/signal_handler.cc:203
5427
msgid "Writing a core file\n"
5428
msgstr "コアファイルを書き込み中です。\n"
5268
5430
#: ../drizzled/sql_base.cc:1517
5270
5432
msgid "Table %s had a open data Cursor in reopen_table"
5379
5550
msgid "URL for HTTP Auth check"
5553
#: ../plugin/auth_ldap/auth_ldap.cc:285
5555
msgid "Reconnect failed: %s\n"
5558
#: ../plugin/auth_ldap/auth_ldap.cc:304
5560
msgid "ldap_search_ext_s failed: %s\n"
5563
#: ../plugin/auth_ldap/auth_ldap.cc:410
5565
msgid "Could not load auth ldap: %s\n"
5568
#: ../plugin/auth_ldap/auth_ldap.cc:423
5569
msgid "URI of the LDAP server to contact"
5572
#: ../plugin/auth_ldap/auth_ldap.cc:431
5573
msgid "DN to use when binding to the LDAP server"
5576
#: ../plugin/auth_ldap/auth_ldap.cc:439
5577
msgid "Password to use when binding the DN"
5580
#: ../plugin/auth_ldap/auth_ldap.cc:447
5581
msgid "DN to use when searching"
5584
#: ../plugin/auth_ldap/auth_ldap.cc:455
5585
msgid "Attribute in LDAP with plain text password"
5588
#: ../plugin/auth_ldap/auth_ldap.cc:463
5589
msgid "Attribute in LDAP with MySQL hashed password"
5592
#: ../plugin/auth_ldap/auth_ldap.cc:471
5593
msgid "How often to empty the users cache, 0 to disable"
5382
5596
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
5383
5597
msgid "Enable the console."
5731
5945
msgid "Statement closed indirectly because of a preceding %s() call"
5948
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5949
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5950
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
5952
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5955
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
5957
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5960
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5961
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5962
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5963
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
5965
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5968
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5969
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
5971
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5974
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
5976
msgid "Error starting Embedded InnoDB %d (%s)\n"
5734
5979
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
5736
5981
msgid "Failed to send error message to libnotify\n"
5758
6003
msgid "Regular expression to apply to tables to filter"
6006
#: ../plugin/hello_events/hello_events.cc:294
6008
msgid "Invalid value of before-write-position\n"
6009
msgstr "ヌルポインタの不正使用"
6011
#: ../plugin/hello_events/hello_events.cc:303
6012
#: ../plugin/hello_events/hello_events.cc:312
6014
msgid "Invalid value of before-update-position\n"
6015
msgstr "ヌルポインタの不正使用"
6017
#: ../plugin/hello_events/hello_events.cc:352
6018
#: ../plugin/hello_events/hello_events.cc:355
6019
#: ../plugin/hello_events/hello_events.cc:373
6020
msgid "A comma delimited list of databases to watch"
6023
#: ../plugin/hello_events/hello_events.cc:358
6024
#: ../plugin/hello_events/hello_events.cc:389
6025
msgid "Enable Example Events Plugin"
6028
#: ../plugin/hello_events/hello_events.cc:361
6029
#: ../plugin/hello_events/hello_events.cc:397
6030
msgid "Before write row event observer call position"
6033
#: ../plugin/hello_events/hello_events.cc:364
6034
#: ../plugin/hello_events/hello_events.cc:408
6035
#: ../plugin/pbms/src/parameters_ms.cc:579
6036
msgid "Before update row event observer call position"
6039
#: ../plugin/hello_events/hello_events.cc:367
6040
#: ../plugin/hello_events/hello_events.cc:419
6041
msgid "After drop database event observer call position"
6044
#: ../plugin/hello_events/hello_events.cc:381
6045
msgid "A comma delimited list of tables to watch"
6048
#: ../plugin/hello_events/hello_events.cc:443
6049
msgid "An example events Plugin"
6052
#: ../plugin/innobase/handler/data_dictionary.cc:202
6054
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
5761
6057
#: ../plugin/logging_gearman/logging_gearman.cc:196
5763
6059
msgid "fail gearman_client_create(): %s"
5810
6106
#: ../plugin/logging_query/logging_query.cc:348
5811
#: ../plugin/logging_query/logging_query.cc:388
6107
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
5812
6108
msgid "Threshold for logging slow queries, in microseconds"
5815
6111
#: ../plugin/logging_query/logging_query.cc:351
5816
#: ../plugin/logging_query/logging_query.cc:400
6112
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
5817
6113
msgid "Threshold for logging big queries, for rows returned"
5820
6116
#: ../plugin/logging_query/logging_query.cc:354
5821
#: ../plugin/logging_query/logging_query.cc:412
6117
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
5822
6118
msgid "Threshold for logging big queries, for rows examined"
5834
6130
msgid "Log queries to a CSV file"
6133
#: ../plugin/logging_stats/logging_stats.cc:323
6134
msgid "Max number of users that will be logged"
6137
#: ../plugin/logging_stats/logging_stats.cc:334
6138
msgid "Max number of vector buckets to construct for logging"
6141
#: ../plugin/logging_stats/logging_stats.cc:345
6142
msgid "Max number of concurrent sessions that will be logged"
6145
#: ../plugin/logging_stats/logging_stats.cc:356
6146
msgid "Enable Logging Statistics Collection"
6149
#: ../plugin/logging_stats/logging_stats.cc:375
6150
msgid "User Statistics as DATA_DICTIONARY tables"
6153
#: ../plugin/md5/md5.cc:99
6154
msgid "libgcrypt library version mismatch\n"
6157
#: ../plugin/memcached_stats/analysis_table.cc:76
6158
#: ../plugin/memcached_stats/stats_table.cc:144
6159
msgid "No value in MEMCACHED_STATS_SERVERS variable."
5837
6162
#: ../plugin/memcached_stats/memcached_stats.cc:114
5838
6163
msgid "List of memcached servers."
5842
6167
msgid "Memcached Stats as I_S tables"
6170
#: ../plugin/memcached_stats/stats_table.cc:76
6173
"Unable get stats from memcached server %s. Got error from "
6174
"memcached_stat_servername()."
6177
#: ../plugin/memcached_stats/stats_table.cc:151
6178
msgid "Unable to create memcached struct. Got error from memcached_create()."
6181
#: ../plugin/memcached_stats/stats_table.cc:159
6184
"Unable to create memcached server list. Got error from "
6185
"memcached_servers_parse(%s)."
6188
#: ../plugin/multi_thread/multi_thread.cc:100
6189
msgid "Maximum number of user threads available."
5845
6192
#: ../plugin/myisam/ha_myisam.cc:529
5847
6194
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6156
6503
"Port number to use for connection or 0 for default to with MySQL protocol."
6506
#: ../plugin/pbms/src/parameters_ms.cc:552
6508
"A comma delimited list of tables to watch of the format: <database>."
6512
#: ../plugin/pbms/src/parameters_ms.cc:560
6513
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
6516
#: ../plugin/pbms/src/parameters_ms.cc:568
6517
msgid "Before insert row event observer call position"
6520
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6521
msgid "event_add error in libevent_add_session_callback\n"
6524
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6525
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6528
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6529
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6532
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6533
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6536
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6537
msgid "session_add_event event_add error in libevent_init\n"
6540
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6542
msgid "Can't create completion port thread (error %d)"
6545
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6546
msgid "Size of Pool."
6549
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6550
msgid "Failed to allocate enough memory to transaction message\n"
6553
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6555
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6558
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6560
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6563
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6564
msgid "Enable rabbitmq log"
6567
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6568
msgid "Host name to connect to"
6571
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6572
msgid "RabbitMQ Port"
6575
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6576
msgid "RabbitMQ username"
6579
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6580
msgid "RabbitMQ password"
6583
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6584
msgid "RabbitMQ virtualhost"
6587
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6588
msgid "Name of RabbitMQ exchange to publish to"
6591
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6592
msgid "Name of RabbitMQ routing key to use"
6595
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6596
#: ../plugin/transaction_log/module.cc:247
6597
msgid "Name of the replicator plugin to use (default='default_replicator')"
6159
6600
#: ../plugin/signal_handler/signal_handler.cc:233
6161
6602
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6176
6617
msgid "syslog priority \"%s\" not known, using \"info\""
6620
#: ../plugin/syslog/module.cc:59
6621
msgid "Syslog Ident"
6624
#: ../plugin/syslog/module.cc:68
6625
msgid "Syslog Facility"
6628
#: ../plugin/syslog/module.cc:77
6629
msgid "Enable logging to syslog of the query log"
6632
#: ../plugin/syslog/module.cc:86
6633
msgid "Syslog Priority of query logging"
6636
#: ../plugin/syslog/module.cc:131
6637
msgid "Enable logging to syslog of the error messages"
6640
#: ../plugin/syslog/module.cc:140
6641
msgid "Syslog Priority of error messages"
6179
6644
#: ../plugin/transaction_log/background_worker.cc:74
6181
6646
msgid "Unable to create background worker thread. Got error %s.\n"
6649
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6650
#: ../plugin/transaction_log/print_transaction_message.cc:102
6651
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6653
msgid "Failed to open transaction log file %s. Got error: %s\n"
6656
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6657
#: ../plugin/transaction_log/print_transaction_message.cc:144
6658
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6660
msgid "Raw buffer read: %s.\n"
6663
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6664
#: ../plugin/transaction_log/print_transaction_message.cc:150
6665
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6667
msgid "Unable to parse transaction. Got error: %s.\n"
6670
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6671
#: ../plugin/transaction_log/print_transaction_message.cc:152
6672
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6674
msgid "BUFFER: %s\n"
6184
6677
#: ../plugin/transaction_log/module.cc:122
6186
6679
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6319
6788
#~ "プロンプトを初期化中にメモリアロケーションエラーが発生しました。プログラム"
6322
#~ msgid "Got signal %d from thread %<PRIu64>"
6323
#~ msgstr "シグナル %d がスレッド %<PRIu64> で発生しました。"
6325
#~ msgid "Fatal signal %d while backtracing\n"
6326
#~ msgstr "バックトレース中の致命的なシグナル %d\n"
6329
#~ "We will try our best to scrape up some info that will hopefully help "
6331
#~ "the problem, but since we have already crashed, something is definitely "
6333
#~ "and this may fail.\n"
6336
#~ "診断に必要な情報を収集しようと試みましたが、本プログラムは既にクラッシュし"
6338
#~ "何らかの決定的な問題が生じたため、情報の収集は失敗している可能性がありま"
6343
#~ "Attempting backtrace. You can use the following information to find out\n"
6344
#~ "where drizzled died. If you see no messages after this, something went\n"
6345
#~ "terribly wrong...\n"
6347
#~ "バックトレースを取得しています。drizzledがどこで終了したのかを知るため"
6349
#~ "次の情報を利用出来ます。もし、以下に何もメッセージが表示されないようでした"
6351
#~ "システムが異常を来していた可能性があります。\n"
6354
#~ "Trying to get some variables.\n"
6355
#~ "Some pointers may be invalid and cause the dump to abort...\n"
6357
#~ "いくつかのシステム変数を取得しています。\n"
6358
#~ "ポインタが不正な値になっている可能性がありますので、値のダンプが停止する可"
6363
#~ "This crash occurred while the server was calling initgroups(). This is\n"
6364
#~ "often due to the use of a drizzled that is statically linked against "
6366
#~ "and configured to use LDAP in /etc/nsswitch.conf. You will need to "
6368
#~ "upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
6369
#~ "later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
6370
#~ "drizzled that is not statically linked.\n"
6373
#~ "サーバがinitgroups()を処理している最中にクラッシュが発生しました。\n"
6374
#~ "この問題は、drizzledがglibcに対して静的にリンクされ、/etc/nsswitch.conf\n"
6375
#~ "においてLDAPが利用されるように設定されている場合に起きることがあります。\n"
6376
#~ "この問題が発生しないようにするには、glibcを新しいバージョン(nscdを利用し"
6378
#~ "場合には2.3.4以降)にアップグレードするか、nsswitch.confにおいてLDAPを使用"
6380
#~ "ように設定するか、もしくは静的にリンクされていないdrizzledを利用して下さ"
6385
#~ "You are running a statically-linked LinuxThreads binary on an NPTL "
6387
#~ "This can result in crashes on some distributions due to LT/NPTL "
6389
#~ "You should either build a dynamically-linked binary, or force "
6391
#~ "to be used with the LD_ASSUME_KERNEL environment variable. Please "
6393
#~ "the documentation for your distribution on how to do that.\n"
6396
#~ "NPTLをサポートしているシステムにおいて、LinuxThreadsが静的にリンクされてい"
6398
#~ "LinuxThreadsとNPTLの競合が発生するとクラッシュが発生する場合があります。\n"
6399
#~ "この問題を回避するために、動的にリンクされたバイナリを利用するか、"
6400
#~ "LinuxThreadsが\n"
6401
#~ "強制的に使われるようにLD_ASSUME_KERNEL環境変数を設定する必要があります。\n"
6402
#~ "具体的にどのようにするべきかということについては、お使いのdrizzleのドキュ"
6406
#~ msgid "Writing a core file\n"
6407
#~ msgstr "コアファイルを書き込み中です。\n"
6409
6791
#~ msgid "Print a symbolic stack trace on failure."
6411
6793
#~ "障害発生時にスタックトレースを文字列で(バイナリダンプではなく)表示する。"
6413
#~ msgid "Error while loading database options: '%s':"
6414
#~ msgstr "データベースのオプションをロード中にエラー: '%s'"
6416
6795
#~ msgid "Error writing file '%s' (Errcode: %d)"
6417
6796
#~ msgstr "ファイル'%s'を書き込み中にエラー (エラーコード: %d)"