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-22 20:10+0000\n"
12
12
"Last-Translator: Marek Jędrzejewski <slomianowlosy@gmail.com>\n"
13
13
"Language-Team: Polish <pl@li.org>\n"
4811
4811
msgid "File '%s' (fileno: %d) was not closed"
4814
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:232
4816
"Schema name cannot be encoded and fit within filesystem name length "
4820
#: ../drizzled/identifier/table.cc:222
4822
"Table name cannot be encoded and fit within filesystem name length "
4816
4828
#. * Since clients still use this code, we use fprintf here.
4865
4877
#: ../drizzled/message/transaction_reader.cc:199
4878
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4879
#: ../plugin/transaction_log/print_transaction_message.cc:142
4866
4880
#: ../plugin/transaction_log/transaction_log_reader.cc:148
4868
4882
msgid "Could not read transaction message.\n"
4871
4885
#: ../drizzled/message/transaction_reader.cc:200
4886
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4887
#: ../plugin/transaction_log/print_transaction_message.cc:143
4872
4888
#: ../plugin/transaction_log/transaction_log_reader.cc:149
4874
4890
msgid "GPB ERROR: %s.\n"
5049
5072
msgid "errmsg plugin '%s' errmsg() failed"
5075
#: ../drizzled/plugin/event_observer.cc:132
5078
"EventObserverList::addEventObserver() Duplicate event position %d for event "
5079
"'%s' from EventObserver plugin '%s'"
5082
#: ../drizzled/plugin/event_observer.cc:399
5084
msgid "EventIterate event handler '%s' failed for event '%s'"
5052
5087
#: ../drizzled/plugin/function.cc:45
5054
5089
msgid "A function named %s already exists!\n"
5188
5223
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
5226
#: ../drizzled/plugin/schema_engine.cc:131
5228
msgid "Error while loading database options: '%s':"
5229
msgstr "Błąd odczytu opcji bazy danych: '%s':"
5191
5231
#: ../drizzled/plugin/xa_resource_manager.cc:116
5193
5233
msgid "Found %d prepared transaction(s) in resource manager."
5244
5284
msgid "Could not add Variable: %s\n"
5287
#: ../drizzled/signal_handler.cc:50
5289
msgid "Got signal %d from thread %<PRIu64>"
5292
#: ../drizzled/signal_handler.cc:92
5294
msgid "Fatal signal %d while backtracing\n"
5297
#: ../drizzled/signal_handler.cc:101
5299
msgid "Fatal: time() call failed\n"
5302
#: ../drizzled/signal_handler.cc:107
5305
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5306
"This could be because you hit a bug. It is also possible that this binary\n"
5307
" or one of the libraries it was linked against is corrupt, improperly "
5309
" or misconfigured. This error can also be caused by malfunctioning "
5313
#: ../drizzled/signal_handler.cc:115
5316
"We will try our best to scrape up some info that will hopefully help "
5318
"the problem, but since we have already crashed, something is definitely "
5320
"and this may fail.\n"
5324
#: ../drizzled/signal_handler.cc:124
5327
"It is possible that drizzled could use up to \n"
5328
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5330
"Hope that's ok; if not, decrease some variables in the equation.\n"
5334
#: ../drizzled/signal_handler.cc:137
5337
"Attempting backtrace. You can use the following information to find out\n"
5338
"where drizzled died. If you see no messages after this, something went\n"
5339
"terribly wrong...\n"
5342
#: ../drizzled/signal_handler.cc:165
5345
"Trying to get some variables.\n"
5346
"Some pointers may be invalid and cause the dump to abort...\n"
5349
#: ../drizzled/signal_handler.cc:176
5353
"This crash occurred while the server was calling initgroups(). This is\n"
5354
"often due to the use of a drizzled that is statically linked against glibc\n"
5355
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5356
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5357
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5358
"drizzled that is not statically linked.\n"
5361
#: ../drizzled/signal_handler.cc:190
5365
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5366
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5367
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5368
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5369
"the documentation for your distribution on how to do that.\n"
5372
#: ../drizzled/signal_handler.cc:203
5374
msgid "Writing a core file\n"
5375
msgstr "Zapisywanie pliku hisotrii. %s\n"
5247
5377
#: ../drizzled/sql_base.cc:1517
5249
5379
msgid "Table %s had a open data Cursor in reopen_table"
5350
5480
msgid "%s: option `-W %s' doesn't allow an argument\n"
5483
#: ../plugin/auth_file/auth_file.cc:214
5485
msgid "Could not load auth file: %s\n"
5486
msgstr "Nie można znaleźć tabeli: \"%s\""
5488
#: ../plugin/auth_file/auth_file.cc:227
5489
msgid "File to load for usernames and passwords"
5353
5492
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
5354
5493
msgid "Enable HTTP Auth check"
5358
5497
msgid "URL for HTTP Auth check"
5500
#: ../plugin/auth_ldap/auth_ldap.cc:285
5502
msgid "Reconnect failed: %s\n"
5505
#: ../plugin/auth_ldap/auth_ldap.cc:304
5507
msgid "ldap_search_ext_s failed: %s\n"
5510
#: ../plugin/auth_ldap/auth_ldap.cc:410
5512
msgid "Could not load auth ldap: %s\n"
5515
#: ../plugin/auth_ldap/auth_ldap.cc:423
5516
msgid "URI of the LDAP server to contact"
5519
#: ../plugin/auth_ldap/auth_ldap.cc:431
5520
msgid "DN to use when binding to the LDAP server"
5523
#: ../plugin/auth_ldap/auth_ldap.cc:439
5524
msgid "Password to use when binding the DN"
5527
#: ../plugin/auth_ldap/auth_ldap.cc:447
5528
msgid "DN to use when searching"
5531
#: ../plugin/auth_ldap/auth_ldap.cc:455
5532
msgid "Attribute in LDAP with plain text password"
5535
#: ../plugin/auth_ldap/auth_ldap.cc:463
5536
msgid "Attribute in LDAP with MySQL hashed password"
5539
#: ../plugin/auth_ldap/auth_ldap.cc:471
5540
msgid "How often to empty the users cache, 0 to disable"
5361
5543
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
5362
5544
msgid "Enable the console."
5721
5903
msgid "Statement closed indirectly because of a preceding %s() call"
5906
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5907
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5908
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
5910
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5911
msgstr "Nie można utworzyć tabeli '%-.200s' (nr błedu : %d)"
5913
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
5915
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5918
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5919
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5920
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5921
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
5923
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5926
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5927
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
5929
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5932
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
5934
msgid "Error starting Embedded InnoDB %d (%s)\n"
5724
5937
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
5726
5939
msgid "Failed to send error message to libnotify\n"
5748
5961
msgid "Regular expression to apply to tables to filter"
5964
#: ../plugin/hello_events/hello_events.cc:294
5965
msgid "Invalid value of before-write-position\n"
5968
#: ../plugin/hello_events/hello_events.cc:303
5969
#: ../plugin/hello_events/hello_events.cc:312
5970
msgid "Invalid value of before-update-position\n"
5973
#: ../plugin/hello_events/hello_events.cc:352
5974
#: ../plugin/hello_events/hello_events.cc:355
5975
#: ../plugin/hello_events/hello_events.cc:373
5976
msgid "A comma delimited list of databases to watch"
5979
#: ../plugin/hello_events/hello_events.cc:358
5980
#: ../plugin/hello_events/hello_events.cc:389
5981
msgid "Enable Example Events Plugin"
5984
#: ../plugin/hello_events/hello_events.cc:361
5985
#: ../plugin/hello_events/hello_events.cc:397
5986
msgid "Before write row event observer call position"
5989
#: ../plugin/hello_events/hello_events.cc:364
5990
#: ../plugin/hello_events/hello_events.cc:408
5991
#: ../plugin/pbms/src/parameters_ms.cc:579
5992
msgid "Before update row event observer call position"
5995
#: ../plugin/hello_events/hello_events.cc:367
5996
#: ../plugin/hello_events/hello_events.cc:419
5997
msgid "After drop database event observer call position"
6000
#: ../plugin/hello_events/hello_events.cc:381
6001
msgid "A comma delimited list of tables to watch"
6004
#: ../plugin/hello_events/hello_events.cc:443
6005
msgid "An example events Plugin"
6008
#: ../plugin/innobase/handler/data_dictionary.cc:202
6010
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
5751
6013
#: ../plugin/logging_gearman/logging_gearman.cc:196
5753
6015
msgid "fail gearman_client_create(): %s"
5800
6062
#: ../plugin/logging_query/logging_query.cc:348
5801
#: ../plugin/logging_query/logging_query.cc:388
6063
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
5802
6064
msgid "Threshold for logging slow queries, in microseconds"
5805
6067
#: ../plugin/logging_query/logging_query.cc:351
5806
#: ../plugin/logging_query/logging_query.cc:400
6068
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
5807
6069
msgid "Threshold for logging big queries, for rows returned"
5810
6072
#: ../plugin/logging_query/logging_query.cc:354
5811
#: ../plugin/logging_query/logging_query.cc:412
6073
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
5812
6074
msgid "Threshold for logging big queries, for rows examined"
5824
6086
msgid "Log queries to a CSV file"
6089
#: ../plugin/logging_stats/logging_stats.cc:323
6090
msgid "Max number of users that will be logged"
6093
#: ../plugin/logging_stats/logging_stats.cc:334
6094
msgid "Max number of vector buckets to construct for logging"
6097
#: ../plugin/logging_stats/logging_stats.cc:345
6098
msgid "Max number of concurrent sessions that will be logged"
6101
#: ../plugin/logging_stats/logging_stats.cc:356
6102
msgid "Enable Logging Statistics Collection"
6105
#: ../plugin/logging_stats/logging_stats.cc:375
6106
msgid "User Statistics as DATA_DICTIONARY tables"
6109
#: ../plugin/md5/md5.cc:99
6110
msgid "libgcrypt library version mismatch\n"
6113
#: ../plugin/memcached_stats/analysis_table.cc:76
6114
#: ../plugin/memcached_stats/stats_table.cc:144
6115
msgid "No value in MEMCACHED_STATS_SERVERS variable."
5827
6118
#: ../plugin/memcached_stats/memcached_stats.cc:114
5828
6119
msgid "List of memcached servers."
5832
6123
msgid "Memcached Stats as I_S tables"
6126
#: ../plugin/memcached_stats/stats_table.cc:76
6129
"Unable get stats from memcached server %s. Got error from "
6130
"memcached_stat_servername()."
6133
#: ../plugin/memcached_stats/stats_table.cc:151
6134
msgid "Unable to create memcached struct. Got error from memcached_create()."
6137
#: ../plugin/memcached_stats/stats_table.cc:159
6140
"Unable to create memcached server list. Got error from "
6141
"memcached_servers_parse(%s)."
6144
#: ../plugin/multi_thread/multi_thread.cc:100
6145
msgid "Maximum number of user threads available."
5835
6148
#: ../plugin/myisam/ha_myisam.cc:529
5837
6150
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6140
6453
"Port number to use for connection or 0 for default to with MySQL protocol."
6456
#: ../plugin/pbms/src/parameters_ms.cc:552
6458
"A comma delimited list of tables to watch of the format: <database>."
6462
#: ../plugin/pbms/src/parameters_ms.cc:560
6463
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
6466
#: ../plugin/pbms/src/parameters_ms.cc:568
6467
msgid "Before insert row event observer call position"
6470
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6471
msgid "event_add error in libevent_add_session_callback\n"
6474
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6475
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6478
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6479
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6482
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6483
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6486
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6487
msgid "session_add_event event_add error in libevent_init\n"
6490
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6492
msgid "Can't create completion port thread (error %d)"
6493
msgstr "Tworzenie pliku '%-.200s' nieudane (nr błedu: %d)"
6495
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6496
msgid "Size of Pool."
6499
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6500
msgid "Failed to allocate enough memory to transaction message\n"
6503
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6505
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6508
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6510
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6513
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6514
msgid "Enable rabbitmq log"
6517
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6518
msgid "Host name to connect to"
6521
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6522
msgid "RabbitMQ Port"
6525
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6526
msgid "RabbitMQ username"
6529
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6530
msgid "RabbitMQ password"
6533
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6534
msgid "RabbitMQ virtualhost"
6537
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6538
msgid "Name of RabbitMQ exchange to publish to"
6541
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6542
msgid "Name of RabbitMQ routing key to use"
6545
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6546
#: ../plugin/transaction_log/module.cc:247
6547
msgid "Name of the replicator plugin to use (default='default_replicator')"
6143
6550
#: ../plugin/signal_handler/signal_handler.cc:233
6145
6552
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6160
6567
msgid "syslog priority \"%s\" not known, using \"info\""
6570
#: ../plugin/syslog/module.cc:59
6571
msgid "Syslog Ident"
6574
#: ../plugin/syslog/module.cc:68
6575
msgid "Syslog Facility"
6578
#: ../plugin/syslog/module.cc:77
6579
msgid "Enable logging to syslog of the query log"
6582
#: ../plugin/syslog/module.cc:86
6583
msgid "Syslog Priority of query logging"
6586
#: ../plugin/syslog/module.cc:131
6587
msgid "Enable logging to syslog of the error messages"
6590
#: ../plugin/syslog/module.cc:140
6591
msgid "Syslog Priority of error messages"
6163
6594
#: ../plugin/transaction_log/background_worker.cc:74
6165
6596
msgid "Unable to create background worker thread. Got error %s.\n"
6599
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6600
#: ../plugin/transaction_log/print_transaction_message.cc:102
6601
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6603
msgid "Failed to open transaction log file %s. Got error: %s\n"
6606
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6607
#: ../plugin/transaction_log/print_transaction_message.cc:144
6608
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6610
msgid "Raw buffer read: %s.\n"
6613
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6614
#: ../plugin/transaction_log/print_transaction_message.cc:150
6615
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6617
msgid "Unable to parse transaction. Got error: %s.\n"
6620
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6621
#: ../plugin/transaction_log/print_transaction_message.cc:152
6622
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6624
msgid "BUFFER: %s\n"
6168
6627
#: ../plugin/transaction_log/module.cc:122
6170
6629
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6236
6691
msgid "Failed to sync log file. Got error: %s\n"
6239
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6241
msgid "Failed to open transaction log file %s. Got error: %s\n"
6244
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6246
msgid "Raw buffer read: %s.\n"
6249
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6251
msgid "Unable to parse transaction. Got error: %s.\n"
6254
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6256
msgid "BUFFER: %s\n"
6259
6694
#~ msgid "Synonym for -?"
6260
6695
#~ msgstr "Synonim dla -?"