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-07-04 18:15+0000\n"
12
12
"Last-Translator: Morten Frisch <Unknown>\n"
13
13
"Language-Team: Swedish <sv@li.org>\n"
4714
4714
msgid "File '%s' (fileno: %d) was not closed"
4717
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:232
4719
"Schema name cannot be encoded and fit within filesystem name length "
4723
#: ../drizzled/identifier/table.cc:222
4725
"Table name cannot be encoded and fit within filesystem name length "
4719
4731
#. * Since clients still use this code, we use fprintf here.
4768
4780
#: ../drizzled/message/transaction_reader.cc:199
4781
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4782
#: ../plugin/transaction_log/print_transaction_message.cc:142
4769
4783
#: ../plugin/transaction_log/transaction_log_reader.cc:148
4771
4785
msgid "Could not read transaction message.\n"
4774
4788
#: ../drizzled/message/transaction_reader.cc:200
4789
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4790
#: ../plugin/transaction_log/print_transaction_message.cc:143
4775
4791
#: ../plugin/transaction_log/transaction_log_reader.cc:149
4777
4793
msgid "GPB ERROR: %s.\n"
4952
4975
msgid "errmsg plugin '%s' errmsg() failed"
4978
#: ../drizzled/plugin/event_observer.cc:132
4981
"EventObserverList::addEventObserver() Duplicate event position %d for event "
4982
"'%s' from EventObserver plugin '%s'"
4985
#: ../drizzled/plugin/event_observer.cc:399
4987
msgid "EventIterate event handler '%s' failed for event '%s'"
4955
4990
#: ../drizzled/plugin/function.cc:45
4957
4992
msgid "A function named %s already exists!\n"
5147
5187
msgid "Could not add Variable: %s\n"
5190
#: ../drizzled/signal_handler.cc:50
5192
msgid "Got signal %d from thread %<PRIu64>"
5195
#: ../drizzled/signal_handler.cc:92
5197
msgid "Fatal signal %d while backtracing\n"
5200
#: ../drizzled/signal_handler.cc:101
5202
msgid "Fatal: time() call failed\n"
5205
#: ../drizzled/signal_handler.cc:107
5208
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5209
"This could be because you hit a bug. It is also possible that this binary\n"
5210
" or one of the libraries it was linked against is corrupt, improperly "
5212
" or misconfigured. This error can also be caused by malfunctioning "
5216
#: ../drizzled/signal_handler.cc:115
5219
"We will try our best to scrape up some info that will hopefully help "
5221
"the problem, but since we have already crashed, something is definitely "
5223
"and this may fail.\n"
5227
#: ../drizzled/signal_handler.cc:124
5230
"It is possible that drizzled could use up to \n"
5231
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5233
"Hope that's ok; if not, decrease some variables in the equation.\n"
5237
#: ../drizzled/signal_handler.cc:137
5240
"Attempting backtrace. You can use the following information to find out\n"
5241
"where drizzled died. If you see no messages after this, something went\n"
5242
"terribly wrong...\n"
5245
#: ../drizzled/signal_handler.cc:165
5248
"Trying to get some variables.\n"
5249
"Some pointers may be invalid and cause the dump to abort...\n"
5252
#: ../drizzled/signal_handler.cc:176
5256
"This crash occurred while the server was calling initgroups(). This is\n"
5257
"often due to the use of a drizzled that is statically linked against glibc\n"
5258
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5259
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5260
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5261
"drizzled that is not statically linked.\n"
5264
#: ../drizzled/signal_handler.cc:190
5268
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5269
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5270
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5271
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5272
"the documentation for your distribution on how to do that.\n"
5275
#: ../drizzled/signal_handler.cc:203
5277
msgid "Writing a core file\n"
5278
msgstr "Skriver historie-fil %s\n"
5150
5280
#: ../drizzled/sql_base.cc:1517
5152
5282
msgid "Table %s had a open data Cursor in reopen_table"
5253
5383
msgid "%s: option `-W %s' doesn't allow an argument\n"
5386
#: ../plugin/auth_file/auth_file.cc:214
5388
msgid "Could not load auth file: %s\n"
5391
#: ../plugin/auth_file/auth_file.cc:227
5392
msgid "File to load for usernames and passwords"
5256
5395
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
5257
5396
msgid "Enable HTTP Auth check"
5261
5400
msgid "URL for HTTP Auth check"
5403
#: ../plugin/auth_ldap/auth_ldap.cc:285
5405
msgid "Reconnect failed: %s\n"
5408
#: ../plugin/auth_ldap/auth_ldap.cc:304
5410
msgid "ldap_search_ext_s failed: %s\n"
5413
#: ../plugin/auth_ldap/auth_ldap.cc:410
5415
msgid "Could not load auth ldap: %s\n"
5418
#: ../plugin/auth_ldap/auth_ldap.cc:423
5419
msgid "URI of the LDAP server to contact"
5422
#: ../plugin/auth_ldap/auth_ldap.cc:431
5423
msgid "DN to use when binding to the LDAP server"
5426
#: ../plugin/auth_ldap/auth_ldap.cc:439
5427
msgid "Password to use when binding the DN"
5430
#: ../plugin/auth_ldap/auth_ldap.cc:447
5431
msgid "DN to use when searching"
5434
#: ../plugin/auth_ldap/auth_ldap.cc:455
5435
msgid "Attribute in LDAP with plain text password"
5438
#: ../plugin/auth_ldap/auth_ldap.cc:463
5439
msgid "Attribute in LDAP with MySQL hashed password"
5442
#: ../plugin/auth_ldap/auth_ldap.cc:471
5443
msgid "How often to empty the users cache, 0 to disable"
5264
5446
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
5265
5447
msgid "Enable the console."
5612
5794
msgid "Statement closed indirectly because of a preceding %s() call"
5797
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5798
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5799
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
5801
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5804
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
5806
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5809
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5810
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5811
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5812
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
5814
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5817
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5818
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
5820
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5823
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
5825
msgid "Error starting Embedded InnoDB %d (%s)\n"
5615
5828
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
5617
5830
msgid "Failed to send error message to libnotify\n"
5639
5852
msgid "Regular expression to apply to tables to filter"
5855
#: ../plugin/hello_events/hello_events.cc:294
5856
msgid "Invalid value of before-write-position\n"
5859
#: ../plugin/hello_events/hello_events.cc:303
5860
#: ../plugin/hello_events/hello_events.cc:312
5861
msgid "Invalid value of before-update-position\n"
5864
#: ../plugin/hello_events/hello_events.cc:352
5865
#: ../plugin/hello_events/hello_events.cc:355
5866
#: ../plugin/hello_events/hello_events.cc:373
5867
msgid "A comma delimited list of databases to watch"
5870
#: ../plugin/hello_events/hello_events.cc:358
5871
#: ../plugin/hello_events/hello_events.cc:389
5872
msgid "Enable Example Events Plugin"
5875
#: ../plugin/hello_events/hello_events.cc:361
5876
#: ../plugin/hello_events/hello_events.cc:397
5877
msgid "Before write row event observer call position"
5880
#: ../plugin/hello_events/hello_events.cc:364
5881
#: ../plugin/hello_events/hello_events.cc:408
5882
#: ../plugin/pbms/src/parameters_ms.cc:579
5883
msgid "Before update row event observer call position"
5886
#: ../plugin/hello_events/hello_events.cc:367
5887
#: ../plugin/hello_events/hello_events.cc:419
5888
msgid "After drop database event observer call position"
5891
#: ../plugin/hello_events/hello_events.cc:381
5892
msgid "A comma delimited list of tables to watch"
5895
#: ../plugin/hello_events/hello_events.cc:443
5896
msgid "An example events Plugin"
5899
#: ../plugin/innobase/handler/data_dictionary.cc:202
5901
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
5642
5904
#: ../plugin/logging_gearman/logging_gearman.cc:196
5644
5906
msgid "fail gearman_client_create(): %s"
5691
5953
#: ../plugin/logging_query/logging_query.cc:348
5692
#: ../plugin/logging_query/logging_query.cc:388
5954
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
5693
5955
msgid "Threshold for logging slow queries, in microseconds"
5696
5958
#: ../plugin/logging_query/logging_query.cc:351
5697
#: ../plugin/logging_query/logging_query.cc:400
5959
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
5698
5960
msgid "Threshold for logging big queries, for rows returned"
5701
5963
#: ../plugin/logging_query/logging_query.cc:354
5702
#: ../plugin/logging_query/logging_query.cc:412
5964
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
5703
5965
msgid "Threshold for logging big queries, for rows examined"
5715
5977
msgid "Log queries to a CSV file"
5980
#: ../plugin/logging_stats/logging_stats.cc:323
5981
msgid "Max number of users that will be logged"
5984
#: ../plugin/logging_stats/logging_stats.cc:334
5985
msgid "Max number of vector buckets to construct for logging"
5988
#: ../plugin/logging_stats/logging_stats.cc:345
5989
msgid "Max number of concurrent sessions that will be logged"
5992
#: ../plugin/logging_stats/logging_stats.cc:356
5993
msgid "Enable Logging Statistics Collection"
5996
#: ../plugin/logging_stats/logging_stats.cc:375
5997
msgid "User Statistics as DATA_DICTIONARY tables"
6000
#: ../plugin/md5/md5.cc:99
6001
msgid "libgcrypt library version mismatch\n"
6004
#: ../plugin/memcached_stats/analysis_table.cc:76
6005
#: ../plugin/memcached_stats/stats_table.cc:144
6006
msgid "No value in MEMCACHED_STATS_SERVERS variable."
5718
6009
#: ../plugin/memcached_stats/memcached_stats.cc:114
5719
6010
msgid "List of memcached servers."
5723
6014
msgid "Memcached Stats as I_S tables"
6017
#: ../plugin/memcached_stats/stats_table.cc:76
6020
"Unable get stats from memcached server %s. Got error from "
6021
"memcached_stat_servername()."
6024
#: ../plugin/memcached_stats/stats_table.cc:151
6025
msgid "Unable to create memcached struct. Got error from memcached_create()."
6028
#: ../plugin/memcached_stats/stats_table.cc:159
6031
"Unable to create memcached server list. Got error from "
6032
"memcached_servers_parse(%s)."
6035
#: ../plugin/multi_thread/multi_thread.cc:100
6036
msgid "Maximum number of user threads available."
5726
6039
#: ../plugin/myisam/ha_myisam.cc:529
5728
6041
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6031
6344
"Port number to use for connection or 0 for default to with MySQL protocol."
6347
#: ../plugin/pbms/src/parameters_ms.cc:552
6349
"A comma delimited list of tables to watch of the format: <database>."
6353
#: ../plugin/pbms/src/parameters_ms.cc:560
6354
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
6357
#: ../plugin/pbms/src/parameters_ms.cc:568
6358
msgid "Before insert row event observer call position"
6361
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6362
msgid "event_add error in libevent_add_session_callback\n"
6365
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6366
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6369
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6370
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6373
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6374
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6377
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6378
msgid "session_add_event event_add error in libevent_init\n"
6381
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6383
msgid "Can't create completion port thread (error %d)"
6384
msgstr "Kan inte skapa trådavbrott (error %d, errno: %d)"
6386
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6387
msgid "Size of Pool."
6390
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6391
msgid "Failed to allocate enough memory to transaction message\n"
6394
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6396
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6399
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6401
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6404
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6405
msgid "Enable rabbitmq log"
6408
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6409
msgid "Host name to connect to"
6412
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6413
msgid "RabbitMQ Port"
6416
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6417
msgid "RabbitMQ username"
6420
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6421
msgid "RabbitMQ password"
6424
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6425
msgid "RabbitMQ virtualhost"
6428
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6429
msgid "Name of RabbitMQ exchange to publish to"
6432
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6433
msgid "Name of RabbitMQ routing key to use"
6436
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6437
#: ../plugin/transaction_log/module.cc:247
6438
msgid "Name of the replicator plugin to use (default='default_replicator')"
6034
6441
#: ../plugin/signal_handler/signal_handler.cc:233
6036
6443
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6051
6458
msgid "syslog priority \"%s\" not known, using \"info\""
6461
#: ../plugin/syslog/module.cc:59
6462
msgid "Syslog Ident"
6465
#: ../plugin/syslog/module.cc:68
6466
msgid "Syslog Facility"
6469
#: ../plugin/syslog/module.cc:77
6470
msgid "Enable logging to syslog of the query log"
6473
#: ../plugin/syslog/module.cc:86
6474
msgid "Syslog Priority of query logging"
6477
#: ../plugin/syslog/module.cc:131
6478
msgid "Enable logging to syslog of the error messages"
6481
#: ../plugin/syslog/module.cc:140
6482
msgid "Syslog Priority of error messages"
6054
6485
#: ../plugin/transaction_log/background_worker.cc:74
6056
6487
msgid "Unable to create background worker thread. Got error %s.\n"
6490
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6491
#: ../plugin/transaction_log/print_transaction_message.cc:102
6492
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6494
msgid "Failed to open transaction log file %s. Got error: %s\n"
6497
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6498
#: ../plugin/transaction_log/print_transaction_message.cc:144
6499
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6501
msgid "Raw buffer read: %s.\n"
6504
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6505
#: ../plugin/transaction_log/print_transaction_message.cc:150
6506
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6508
msgid "Unable to parse transaction. Got error: %s.\n"
6511
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6512
#: ../plugin/transaction_log/print_transaction_message.cc:152
6513
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6515
msgid "BUFFER: %s\n"
6059
6518
#: ../plugin/transaction_log/module.cc:122
6061
6520
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6127
6582
msgid "Failed to sync log file. Got error: %s\n"
6130
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6132
msgid "Failed to open transaction log file %s. Got error: %s\n"
6135
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6137
msgid "Raw buffer read: %s.\n"
6140
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6142
msgid "Unable to parse transaction. Got error: %s.\n"
6145
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6147
msgid "BUFFER: %s\n"
6150
6585
#~ msgid "Synonym for -?"
6151
6586
#~ msgstr "Synonym för -?"