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: 2009-05-22 04:40+0000\n"
12
12
"Last-Translator: eka <Unknown>\n"
13
13
"Language-Team: Indonesian <id@li.org>\n"
4735
4735
msgid "File '%s' (fileno: %d) was not closed"
4738
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:232
4740
"Schema name cannot be encoded and fit within filesystem name length "
4744
#: ../drizzled/identifier/table.cc:222
4746
"Table name cannot be encoded and fit within filesystem name length "
4740
4752
#. * Since clients still use this code, we use fprintf here.
4789
4801
#: ../drizzled/message/transaction_reader.cc:199
4802
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4803
#: ../plugin/transaction_log/print_transaction_message.cc:142
4790
4804
#: ../plugin/transaction_log/transaction_log_reader.cc:148
4792
4806
msgid "Could not read transaction message.\n"
4795
4809
#: ../drizzled/message/transaction_reader.cc:200
4810
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4811
#: ../plugin/transaction_log/print_transaction_message.cc:143
4796
4812
#: ../plugin/transaction_log/transaction_log_reader.cc:149
4798
4814
msgid "GPB ERROR: %s.\n"
4973
4996
msgid "errmsg plugin '%s' errmsg() failed"
4999
#: ../drizzled/plugin/event_observer.cc:132
5002
"EventObserverList::addEventObserver() Duplicate event position %d for event "
5003
"'%s' from EventObserver plugin '%s'"
5006
#: ../drizzled/plugin/event_observer.cc:399
5008
msgid "EventIterate event handler '%s' failed for event '%s'"
4976
5011
#: ../drizzled/plugin/function.cc:45
4978
5013
msgid "A function named %s already exists!\n"
5168
5208
msgid "Could not add Variable: %s\n"
5211
#: ../drizzled/signal_handler.cc:50
5213
msgid "Got signal %d from thread %<PRIu64>"
5216
#: ../drizzled/signal_handler.cc:92
5218
msgid "Fatal signal %d while backtracing\n"
5221
#: ../drizzled/signal_handler.cc:101
5223
msgid "Fatal: time() call failed\n"
5226
#: ../drizzled/signal_handler.cc:107
5229
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5230
"This could be because you hit a bug. It is also possible that this binary\n"
5231
" or one of the libraries it was linked against is corrupt, improperly "
5233
" or misconfigured. This error can also be caused by malfunctioning "
5237
#: ../drizzled/signal_handler.cc:115
5240
"We will try our best to scrape up some info that will hopefully help "
5242
"the problem, but since we have already crashed, something is definitely "
5244
"and this may fail.\n"
5248
#: ../drizzled/signal_handler.cc:124
5251
"It is possible that drizzled could use up to \n"
5252
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5254
"Hope that's ok; if not, decrease some variables in the equation.\n"
5258
#: ../drizzled/signal_handler.cc:137
5261
"Attempting backtrace. You can use the following information to find out\n"
5262
"where drizzled died. If you see no messages after this, something went\n"
5263
"terribly wrong...\n"
5266
#: ../drizzled/signal_handler.cc:165
5269
"Trying to get some variables.\n"
5270
"Some pointers may be invalid and cause the dump to abort...\n"
5273
#: ../drizzled/signal_handler.cc:176
5277
"This crash occurred while the server was calling initgroups(). This is\n"
5278
"often due to the use of a drizzled that is statically linked against glibc\n"
5279
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5280
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5281
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5282
"drizzled that is not statically linked.\n"
5285
#: ../drizzled/signal_handler.cc:190
5289
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5290
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5291
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5292
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5293
"the documentation for your distribution on how to do that.\n"
5296
#: ../drizzled/signal_handler.cc:203
5298
msgid "Writing a core file\n"
5299
msgstr "Sedang menulis berkas-riwayat %s\n"
5171
5301
#: ../drizzled/sql_base.cc:1517
5173
5303
msgid "Table %s had a open data Cursor in reopen_table"
5274
5404
msgid "%s: option `-W %s' doesn't allow an argument\n"
5407
#: ../plugin/auth_file/auth_file.cc:214
5409
msgid "Could not load auth file: %s\n"
5412
#: ../plugin/auth_file/auth_file.cc:227
5413
msgid "File to load for usernames and passwords"
5277
5416
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
5278
5417
msgid "Enable HTTP Auth check"
5282
5421
msgid "URL for HTTP Auth check"
5424
#: ../plugin/auth_ldap/auth_ldap.cc:285
5426
msgid "Reconnect failed: %s\n"
5429
#: ../plugin/auth_ldap/auth_ldap.cc:304
5431
msgid "ldap_search_ext_s failed: %s\n"
5434
#: ../plugin/auth_ldap/auth_ldap.cc:410
5436
msgid "Could not load auth ldap: %s\n"
5439
#: ../plugin/auth_ldap/auth_ldap.cc:423
5440
msgid "URI of the LDAP server to contact"
5443
#: ../plugin/auth_ldap/auth_ldap.cc:431
5444
msgid "DN to use when binding to the LDAP server"
5447
#: ../plugin/auth_ldap/auth_ldap.cc:439
5448
msgid "Password to use when binding the DN"
5451
#: ../plugin/auth_ldap/auth_ldap.cc:447
5452
msgid "DN to use when searching"
5455
#: ../plugin/auth_ldap/auth_ldap.cc:455
5456
msgid "Attribute in LDAP with plain text password"
5459
#: ../plugin/auth_ldap/auth_ldap.cc:463
5460
msgid "Attribute in LDAP with MySQL hashed password"
5463
#: ../plugin/auth_ldap/auth_ldap.cc:471
5464
msgid "How often to empty the users cache, 0 to disable"
5285
5467
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
5286
5468
msgid "Enable the console."
5658
5840
msgid "Statement closed indirectly because of a preceding %s() call"
5843
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5844
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5845
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
5847
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5848
msgstr "Tidak dapat membuat/menulis berkas '%s' (Errcode: %d)"
5850
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
5852
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5855
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5856
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5857
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5858
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
5860
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5863
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5864
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
5866
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5869
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
5871
msgid "Error starting Embedded InnoDB %d (%s)\n"
5661
5874
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
5663
5876
msgid "Failed to send error message to libnotify\n"
5685
5898
msgid "Regular expression to apply to tables to filter"
5901
#: ../plugin/hello_events/hello_events.cc:294
5903
msgid "Invalid value of before-write-position\n"
5904
msgstr "Penggunaan yang tidak sah dari null pointer"
5906
#: ../plugin/hello_events/hello_events.cc:303
5907
#: ../plugin/hello_events/hello_events.cc:312
5909
msgid "Invalid value of before-update-position\n"
5910
msgstr "Penggunaan yang tidak sah dari null pointer"
5912
#: ../plugin/hello_events/hello_events.cc:352
5913
#: ../plugin/hello_events/hello_events.cc:355
5914
#: ../plugin/hello_events/hello_events.cc:373
5915
msgid "A comma delimited list of databases to watch"
5918
#: ../plugin/hello_events/hello_events.cc:358
5919
#: ../plugin/hello_events/hello_events.cc:389
5920
msgid "Enable Example Events Plugin"
5923
#: ../plugin/hello_events/hello_events.cc:361
5924
#: ../plugin/hello_events/hello_events.cc:397
5925
msgid "Before write row event observer call position"
5928
#: ../plugin/hello_events/hello_events.cc:364
5929
#: ../plugin/hello_events/hello_events.cc:408
5930
#: ../plugin/pbms/src/parameters_ms.cc:579
5931
msgid "Before update row event observer call position"
5934
#: ../plugin/hello_events/hello_events.cc:367
5935
#: ../plugin/hello_events/hello_events.cc:419
5936
msgid "After drop database event observer call position"
5939
#: ../plugin/hello_events/hello_events.cc:381
5940
msgid "A comma delimited list of tables to watch"
5943
#: ../plugin/hello_events/hello_events.cc:443
5944
msgid "An example events Plugin"
5947
#: ../plugin/innobase/handler/data_dictionary.cc:202
5949
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
5688
5952
#: ../plugin/logging_gearman/logging_gearman.cc:196
5690
5954
msgid "fail gearman_client_create(): %s"
5737
6001
#: ../plugin/logging_query/logging_query.cc:348
5738
#: ../plugin/logging_query/logging_query.cc:388
6002
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
5739
6003
msgid "Threshold for logging slow queries, in microseconds"
5742
6006
#: ../plugin/logging_query/logging_query.cc:351
5743
#: ../plugin/logging_query/logging_query.cc:400
6007
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
5744
6008
msgid "Threshold for logging big queries, for rows returned"
5747
6011
#: ../plugin/logging_query/logging_query.cc:354
5748
#: ../plugin/logging_query/logging_query.cc:412
6012
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
5749
6013
msgid "Threshold for logging big queries, for rows examined"
5761
6025
msgid "Log queries to a CSV file"
6028
#: ../plugin/logging_stats/logging_stats.cc:323
6029
msgid "Max number of users that will be logged"
6032
#: ../plugin/logging_stats/logging_stats.cc:334
6033
msgid "Max number of vector buckets to construct for logging"
6036
#: ../plugin/logging_stats/logging_stats.cc:345
6037
msgid "Max number of concurrent sessions that will be logged"
6040
#: ../plugin/logging_stats/logging_stats.cc:356
6041
msgid "Enable Logging Statistics Collection"
6044
#: ../plugin/logging_stats/logging_stats.cc:375
6045
msgid "User Statistics as DATA_DICTIONARY tables"
6048
#: ../plugin/md5/md5.cc:99
6049
msgid "libgcrypt library version mismatch\n"
6052
#: ../plugin/memcached_stats/analysis_table.cc:76
6053
#: ../plugin/memcached_stats/stats_table.cc:144
6054
msgid "No value in MEMCACHED_STATS_SERVERS variable."
5764
6057
#: ../plugin/memcached_stats/memcached_stats.cc:114
5765
6058
msgid "List of memcached servers."
5769
6062
msgid "Memcached Stats as I_S tables"
6065
#: ../plugin/memcached_stats/stats_table.cc:76
6068
"Unable get stats from memcached server %s. Got error from "
6069
"memcached_stat_servername()."
6072
#: ../plugin/memcached_stats/stats_table.cc:151
6073
msgid "Unable to create memcached struct. Got error from memcached_create()."
6076
#: ../plugin/memcached_stats/stats_table.cc:159
6079
"Unable to create memcached server list. Got error from "
6080
"memcached_servers_parse(%s)."
6083
#: ../plugin/multi_thread/multi_thread.cc:100
6084
msgid "Maximum number of user threads available."
5772
6087
#: ../plugin/myisam/ha_myisam.cc:529
5774
6089
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6080
6395
"Nomor port digunakan untuk koneksi atau 0 untuk standar, dalam urutan "
6081
6396
"pilihan, drizzle.cnf, $ DRIZZLE_TCP_PORT, built-in standar ("
6398
#: ../plugin/pbms/src/parameters_ms.cc:552
6400
"A comma delimited list of tables to watch of the format: <database>."
6404
#: ../plugin/pbms/src/parameters_ms.cc:560
6405
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
6408
#: ../plugin/pbms/src/parameters_ms.cc:568
6409
msgid "Before insert row event observer call position"
6412
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6413
msgid "event_add error in libevent_add_session_callback\n"
6416
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6417
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6420
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6421
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6424
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6425
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6428
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6429
msgid "session_add_event event_add error in libevent_init\n"
6432
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6434
msgid "Can't create completion port thread (error %d)"
6437
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6438
msgid "Size of Pool."
6441
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6442
msgid "Failed to allocate enough memory to transaction message\n"
6445
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6447
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6450
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6452
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6455
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6456
msgid "Enable rabbitmq log"
6459
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6460
msgid "Host name to connect to"
6463
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6464
msgid "RabbitMQ Port"
6467
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6468
msgid "RabbitMQ username"
6471
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6472
msgid "RabbitMQ password"
6475
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6476
msgid "RabbitMQ virtualhost"
6479
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6480
msgid "Name of RabbitMQ exchange to publish to"
6483
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6484
msgid "Name of RabbitMQ routing key to use"
6487
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6488
#: ../plugin/transaction_log/module.cc:247
6489
msgid "Name of the replicator plugin to use (default='default_replicator')"
6083
6492
#: ../plugin/signal_handler/signal_handler.cc:233
6085
6494
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6100
6509
msgid "syslog priority \"%s\" not known, using \"info\""
6512
#: ../plugin/syslog/module.cc:59
6513
msgid "Syslog Ident"
6516
#: ../plugin/syslog/module.cc:68
6517
msgid "Syslog Facility"
6520
#: ../plugin/syslog/module.cc:77
6521
msgid "Enable logging to syslog of the query log"
6524
#: ../plugin/syslog/module.cc:86
6525
msgid "Syslog Priority of query logging"
6528
#: ../plugin/syslog/module.cc:131
6529
msgid "Enable logging to syslog of the error messages"
6532
#: ../plugin/syslog/module.cc:140
6533
msgid "Syslog Priority of error messages"
6103
6536
#: ../plugin/transaction_log/background_worker.cc:74
6105
6538
msgid "Unable to create background worker thread. Got error %s.\n"
6541
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6542
#: ../plugin/transaction_log/print_transaction_message.cc:102
6543
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6545
msgid "Failed to open transaction log file %s. Got error: %s\n"
6548
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6549
#: ../plugin/transaction_log/print_transaction_message.cc:144
6550
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6552
msgid "Raw buffer read: %s.\n"
6555
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6556
#: ../plugin/transaction_log/print_transaction_message.cc:150
6557
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6559
msgid "Unable to parse transaction. Got error: %s.\n"
6562
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6563
#: ../plugin/transaction_log/print_transaction_message.cc:152
6564
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6566
msgid "BUFFER: %s\n"
6108
6569
#: ../plugin/transaction_log/module.cc:122
6110
6571
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6177
6634
msgid "Failed to sync log file. Got error: %s\n"
6180
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6182
msgid "Failed to open transaction log file %s. Got error: %s\n"
6185
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6187
msgid "Raw buffer read: %s.\n"
6190
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6192
msgid "Unable to parse transaction. Got error: %s.\n"
6195
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6197
msgid "BUFFER: %s\n"
6200
6637
#~ msgid "Synonym for -?"
6201
6638
#~ msgstr "Persamaan dari -?"