8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2010-07-25 18:49-0700\n"
10
"POT-Creation-Date: 2010-07-25 20:16-0700\n"
11
11
"PO-Revision-Date: 2010-06-09 11:25+0000\n"
12
12
"Last-Translator: ziminq <Unknown>\n"
13
13
"Language-Team: Simplified Chinese <zh_CN@li.org>\n"
4699
4699
msgid "File '%s' (fileno: %d) was not closed"
4702
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:232
4704
"Schema name cannot be encoded and fit within filesystem name length "
4708
#: ../drizzled/identifier/table.cc:222
4710
"Table name cannot be encoded and fit within filesystem name length "
4704
4716
#. * Since clients still use this code, we use fprintf here.
4753
4765
#: ../drizzled/message/transaction_reader.cc:199
4766
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4767
#: ../plugin/transaction_log/print_transaction_message.cc:142
4754
4768
#: ../plugin/transaction_log/transaction_log_reader.cc:148
4756
4770
msgid "Could not read transaction message.\n"
4759
4773
#: ../drizzled/message/transaction_reader.cc:200
4774
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4775
#: ../plugin/transaction_log/print_transaction_message.cc:143
4760
4776
#: ../plugin/transaction_log/transaction_log_reader.cc:149
4762
4778
msgid "GPB ERROR: %s.\n"
4937
4960
msgid "errmsg plugin '%s' errmsg() failed"
4963
#: ../drizzled/plugin/event_observer.cc:132
4966
"EventObserverList::addEventObserver() Duplicate event position %d for event "
4967
"'%s' from EventObserver plugin '%s'"
4970
#: ../drizzled/plugin/event_observer.cc:399
4972
msgid "EventIterate event handler '%s' failed for event '%s'"
4940
4975
#: ../drizzled/plugin/function.cc:45
4942
4977
msgid "A function named %s already exists!\n"
5132
5172
msgid "Could not add Variable: %s\n"
5175
#: ../drizzled/signal_handler.cc:50
5177
msgid "Got signal %d from thread %<PRIu64>"
5180
#: ../drizzled/signal_handler.cc:92
5182
msgid "Fatal signal %d while backtracing\n"
5185
#: ../drizzled/signal_handler.cc:101
5187
msgid "Fatal: time() call failed\n"
5190
#: ../drizzled/signal_handler.cc:107
5193
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5194
"This could be because you hit a bug. It is also possible that this binary\n"
5195
" or one of the libraries it was linked against is corrupt, improperly "
5197
" or misconfigured. This error can also be caused by malfunctioning "
5201
#: ../drizzled/signal_handler.cc:115
5204
"We will try our best to scrape up some info that will hopefully help "
5206
"the problem, but since we have already crashed, something is definitely "
5208
"and this may fail.\n"
5212
#: ../drizzled/signal_handler.cc:124
5215
"It is possible that drizzled could use up to \n"
5216
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5218
"Hope that's ok; if not, decrease some variables in the equation.\n"
5222
#: ../drizzled/signal_handler.cc:137
5225
"Attempting backtrace. You can use the following information to find out\n"
5226
"where drizzled died. If you see no messages after this, something went\n"
5227
"terribly wrong...\n"
5230
#: ../drizzled/signal_handler.cc:165
5233
"Trying to get some variables.\n"
5234
"Some pointers may be invalid and cause the dump to abort...\n"
5237
#: ../drizzled/signal_handler.cc:176
5241
"This crash occurred while the server was calling initgroups(). This is\n"
5242
"often due to the use of a drizzled that is statically linked against glibc\n"
5243
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5244
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5245
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5246
"drizzled that is not statically linked.\n"
5249
#: ../drizzled/signal_handler.cc:190
5253
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5254
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5255
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5256
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5257
"the documentation for your distribution on how to do that.\n"
5260
#: ../drizzled/signal_handler.cc:203
5262
msgid "Writing a core file\n"
5263
msgstr "正在写入历史文件%s\n"
5135
5265
#: ../drizzled/sql_base.cc:1517
5137
5267
msgid "Table %s had a open data Cursor in reopen_table"
5238
5368
msgid "%s: option `-W %s' doesn't allow an argument\n"
5371
#: ../plugin/auth_file/auth_file.cc:214
5373
msgid "Could not load auth file: %s\n"
5376
#: ../plugin/auth_file/auth_file.cc:227
5377
msgid "File to load for usernames and passwords"
5241
5380
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
5242
5381
msgid "Enable HTTP Auth check"
5246
5385
msgid "URL for HTTP Auth check"
5388
#: ../plugin/auth_ldap/auth_ldap.cc:285
5390
msgid "Reconnect failed: %s\n"
5393
#: ../plugin/auth_ldap/auth_ldap.cc:304
5395
msgid "ldap_search_ext_s failed: %s\n"
5398
#: ../plugin/auth_ldap/auth_ldap.cc:410
5400
msgid "Could not load auth ldap: %s\n"
5403
#: ../plugin/auth_ldap/auth_ldap.cc:423
5404
msgid "URI of the LDAP server to contact"
5407
#: ../plugin/auth_ldap/auth_ldap.cc:431
5408
msgid "DN to use when binding to the LDAP server"
5411
#: ../plugin/auth_ldap/auth_ldap.cc:439
5412
msgid "Password to use when binding the DN"
5415
#: ../plugin/auth_ldap/auth_ldap.cc:447
5416
msgid "DN to use when searching"
5419
#: ../plugin/auth_ldap/auth_ldap.cc:455
5420
msgid "Attribute in LDAP with plain text password"
5423
#: ../plugin/auth_ldap/auth_ldap.cc:463
5424
msgid "Attribute in LDAP with MySQL hashed password"
5427
#: ../plugin/auth_ldap/auth_ldap.cc:471
5428
msgid "How often to empty the users cache, 0 to disable"
5249
5431
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
5250
5432
msgid "Enable the console."
5597
5779
msgid "Statement closed indirectly because of a preceding %s() call"
5782
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5783
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5784
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
5786
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5789
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
5791
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5794
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5795
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5796
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5797
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
5799
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5802
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5803
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
5805
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5808
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
5810
msgid "Error starting Embedded InnoDB %d (%s)\n"
5600
5813
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
5602
5815
msgid "Failed to send error message to libnotify\n"
5624
5837
msgid "Regular expression to apply to tables to filter"
5840
#: ../plugin/hello_events/hello_events.cc:294
5841
msgid "Invalid value of before-write-position\n"
5844
#: ../plugin/hello_events/hello_events.cc:303
5845
#: ../plugin/hello_events/hello_events.cc:312
5846
msgid "Invalid value of before-update-position\n"
5849
#: ../plugin/hello_events/hello_events.cc:352
5850
#: ../plugin/hello_events/hello_events.cc:355
5851
#: ../plugin/hello_events/hello_events.cc:373
5852
msgid "A comma delimited list of databases to watch"
5855
#: ../plugin/hello_events/hello_events.cc:358
5856
#: ../plugin/hello_events/hello_events.cc:389
5857
msgid "Enable Example Events Plugin"
5860
#: ../plugin/hello_events/hello_events.cc:361
5861
#: ../plugin/hello_events/hello_events.cc:397
5862
msgid "Before write row event observer call position"
5865
#: ../plugin/hello_events/hello_events.cc:364
5866
#: ../plugin/hello_events/hello_events.cc:408
5867
#: ../plugin/pbms/src/parameters_ms.cc:579
5868
msgid "Before update row event observer call position"
5871
#: ../plugin/hello_events/hello_events.cc:367
5872
#: ../plugin/hello_events/hello_events.cc:419
5873
msgid "After drop database event observer call position"
5876
#: ../plugin/hello_events/hello_events.cc:381
5877
msgid "A comma delimited list of tables to watch"
5880
#: ../plugin/hello_events/hello_events.cc:443
5881
msgid "An example events Plugin"
5884
#: ../plugin/innobase/handler/data_dictionary.cc:202
5886
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
5627
5889
#: ../plugin/logging_gearman/logging_gearman.cc:196
5629
5891
msgid "fail gearman_client_create(): %s"
5676
5938
#: ../plugin/logging_query/logging_query.cc:348
5677
#: ../plugin/logging_query/logging_query.cc:388
5939
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
5678
5940
msgid "Threshold for logging slow queries, in microseconds"
5681
5943
#: ../plugin/logging_query/logging_query.cc:351
5682
#: ../plugin/logging_query/logging_query.cc:400
5944
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
5683
5945
msgid "Threshold for logging big queries, for rows returned"
5686
5948
#: ../plugin/logging_query/logging_query.cc:354
5687
#: ../plugin/logging_query/logging_query.cc:412
5949
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
5688
5950
msgid "Threshold for logging big queries, for rows examined"
5700
5962
msgid "Log queries to a CSV file"
5965
#: ../plugin/logging_stats/logging_stats.cc:323
5966
msgid "Max number of users that will be logged"
5969
#: ../plugin/logging_stats/logging_stats.cc:334
5970
msgid "Max number of vector buckets to construct for logging"
5973
#: ../plugin/logging_stats/logging_stats.cc:345
5974
msgid "Max number of concurrent sessions that will be logged"
5977
#: ../plugin/logging_stats/logging_stats.cc:356
5978
msgid "Enable Logging Statistics Collection"
5981
#: ../plugin/logging_stats/logging_stats.cc:375
5982
msgid "User Statistics as DATA_DICTIONARY tables"
5985
#: ../plugin/md5/md5.cc:99
5986
msgid "libgcrypt library version mismatch\n"
5989
#: ../plugin/memcached_stats/analysis_table.cc:76
5990
#: ../plugin/memcached_stats/stats_table.cc:144
5991
msgid "No value in MEMCACHED_STATS_SERVERS variable."
5703
5994
#: ../plugin/memcached_stats/memcached_stats.cc:114
5704
5995
msgid "List of memcached servers."
5708
5999
msgid "Memcached Stats as I_S tables"
6002
#: ../plugin/memcached_stats/stats_table.cc:76
6005
"Unable get stats from memcached server %s. Got error from "
6006
"memcached_stat_servername()."
6009
#: ../plugin/memcached_stats/stats_table.cc:151
6010
msgid "Unable to create memcached struct. Got error from memcached_create()."
6013
#: ../plugin/memcached_stats/stats_table.cc:159
6016
"Unable to create memcached server list. Got error from "
6017
"memcached_servers_parse(%s)."
6020
#: ../plugin/multi_thread/multi_thread.cc:100
6021
msgid "Maximum number of user threads available."
5711
6024
#: ../plugin/myisam/ha_myisam.cc:529
5713
6026
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6016
6329
"Port number to use for connection or 0 for default to with MySQL protocol."
6017
6330
msgstr "用以连接的端口号或者设置0使用MySQL协议"
6332
#: ../plugin/pbms/src/parameters_ms.cc:552
6334
"A comma delimited list of tables to watch of the format: <database>."
6338
#: ../plugin/pbms/src/parameters_ms.cc:560
6339
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
6342
#: ../plugin/pbms/src/parameters_ms.cc:568
6343
msgid "Before insert row event observer call position"
6346
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6347
msgid "event_add error in libevent_add_session_callback\n"
6350
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6351
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6354
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6355
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6358
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6359
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6362
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6363
msgid "session_add_event event_add error in libevent_init\n"
6366
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6368
msgid "Can't create completion port thread (error %d)"
6369
msgstr "无法创建后台进程。获得错误:%s。\n"
6371
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6372
msgid "Size of Pool."
6375
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6376
msgid "Failed to allocate enough memory to transaction message\n"
6379
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6381
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6384
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6386
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6389
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6390
msgid "Enable rabbitmq log"
6393
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6394
msgid "Host name to connect to"
6397
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6398
msgid "RabbitMQ Port"
6401
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6402
msgid "RabbitMQ username"
6405
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6406
msgid "RabbitMQ password"
6409
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6410
msgid "RabbitMQ virtualhost"
6413
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6414
msgid "Name of RabbitMQ exchange to publish to"
6417
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6418
msgid "Name of RabbitMQ routing key to use"
6421
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6422
#: ../plugin/transaction_log/module.cc:247
6423
msgid "Name of the replicator plugin to use (default='default_replicator')"
6019
6426
#: ../plugin/signal_handler/signal_handler.cc:233
6021
6428
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6036
6443
msgid "syslog priority \"%s\" not known, using \"info\""
6446
#: ../plugin/syslog/module.cc:59
6447
msgid "Syslog Ident"
6450
#: ../plugin/syslog/module.cc:68
6451
msgid "Syslog Facility"
6454
#: ../plugin/syslog/module.cc:77
6455
msgid "Enable logging to syslog of the query log"
6458
#: ../plugin/syslog/module.cc:86
6459
msgid "Syslog Priority of query logging"
6462
#: ../plugin/syslog/module.cc:131
6463
msgid "Enable logging to syslog of the error messages"
6466
#: ../plugin/syslog/module.cc:140
6467
msgid "Syslog Priority of error messages"
6039
6470
#: ../plugin/transaction_log/background_worker.cc:74
6041
6472
msgid "Unable to create background worker thread. Got error %s.\n"
6042
6473
msgstr "无法创建后台进程。获得错误:%s。\n"
6475
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6476
#: ../plugin/transaction_log/print_transaction_message.cc:102
6477
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6479
msgid "Failed to open transaction log file %s. Got error: %s\n"
6482
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6483
#: ../plugin/transaction_log/print_transaction_message.cc:144
6484
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6486
msgid "Raw buffer read: %s.\n"
6489
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6490
#: ../plugin/transaction_log/print_transaction_message.cc:150
6491
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6493
msgid "Unable to parse transaction. Got error: %s.\n"
6496
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6497
#: ../plugin/transaction_log/print_transaction_message.cc:152
6498
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6500
msgid "BUFFER: %s\n"
6044
6503
#: ../plugin/transaction_log/module.cc:122
6046
6505
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6112
6567
msgid "Failed to sync log file. Got error: %s\n"
6115
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6117
msgid "Failed to open transaction log file %s. Got error: %s\n"
6120
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6122
msgid "Raw buffer read: %s.\n"
6125
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6127
msgid "Unable to parse transaction. Got error: %s.\n"
6130
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6132
msgid "BUFFER: %s\n"
6135
6570
#~ msgid "Synonym for -?"
6136
6571
#~ msgstr "同-?。"