4760
4760
msgid "File '%s' (fileno: %d) was not closed"
4761
4761
msgstr "Filen '%s' (filnummer: %d) ble ikke lukket"
4763
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:232
4765
"Schema name cannot be encoded and fit within filesystem name length "
4769
#: ../drizzled/identifier/table.cc:222
4771
"Table name cannot be encoded and fit within filesystem name length "
4765
4777
#. * Since clients still use this code, we use fprintf here.
4814
4826
#: ../drizzled/message/transaction_reader.cc:199
4827
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4828
#: ../plugin/transaction_log/print_transaction_message.cc:142
4815
4829
#: ../plugin/transaction_log/transaction_log_reader.cc:148
4817
4831
msgid "Could not read transaction message.\n"
4820
4834
#: ../drizzled/message/transaction_reader.cc:200
4835
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4836
#: ../plugin/transaction_log/print_transaction_message.cc:143
4821
4837
#: ../plugin/transaction_log/transaction_log_reader.cc:149
4823
4839
msgid "GPB ERROR: %s.\n"
5002
5025
msgid "errmsg plugin '%s' errmsg() failed"
5028
#: ../drizzled/plugin/event_observer.cc:132
5031
"EventObserverList::addEventObserver() Duplicate event position %d for event "
5032
"'%s' from EventObserver plugin '%s'"
5035
#: ../drizzled/plugin/event_observer.cc:399
5037
msgid "EventIterate event handler '%s' failed for event '%s'"
5005
5040
#: ../drizzled/plugin/function.cc:45
5007
5042
msgid "A function named %s already exists!\n"
5197
5237
msgid "Could not add Variable: %s\n"
5240
#: ../drizzled/signal_handler.cc:50
5242
msgid "Got signal %d from thread %<PRIu64>"
5245
#: ../drizzled/signal_handler.cc:92
5247
msgid "Fatal signal %d while backtracing\n"
5250
#: ../drizzled/signal_handler.cc:101
5252
msgid "Fatal: time() call failed\n"
5255
#: ../drizzled/signal_handler.cc:107
5258
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
5259
"This could be because you hit a bug. It is also possible that this binary\n"
5260
" or one of the libraries it was linked against is corrupt, improperly "
5262
" or misconfigured. This error can also be caused by malfunctioning "
5266
#: ../drizzled/signal_handler.cc:115
5269
"We will try our best to scrape up some info that will hopefully help "
5271
"the problem, but since we have already crashed, something is definitely "
5273
"and this may fail.\n"
5277
#: ../drizzled/signal_handler.cc:124
5280
"It is possible that drizzled could use up to \n"
5281
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5283
"Hope that's ok; if not, decrease some variables in the equation.\n"
5287
#: ../drizzled/signal_handler.cc:137
5290
"Attempting backtrace. You can use the following information to find out\n"
5291
"where drizzled died. If you see no messages after this, something went\n"
5292
"terribly wrong...\n"
5295
#: ../drizzled/signal_handler.cc:165
5298
"Trying to get some variables.\n"
5299
"Some pointers may be invalid and cause the dump to abort...\n"
5302
#: ../drizzled/signal_handler.cc:176
5306
"This crash occurred while the server was calling initgroups(). This is\n"
5307
"often due to the use of a drizzled that is statically linked against glibc\n"
5308
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5309
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5310
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5311
"drizzled that is not statically linked.\n"
5314
#: ../drizzled/signal_handler.cc:190
5318
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5319
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5320
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5321
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5322
"the documentation for your distribution on how to do that.\n"
5325
#: ../drizzled/signal_handler.cc:203
5327
msgid "Writing a core file\n"
5328
msgstr "Skriver historiefilen %s\n"
5200
5330
#: ../drizzled/sql_base.cc:1517
5202
5332
msgid "Table %s had a open data Cursor in reopen_table"
5303
5433
msgid "%s: option `-W %s' doesn't allow an argument\n"
5436
#: ../plugin/auth_file/auth_file.cc:214
5438
msgid "Could not load auth file: %s\n"
5441
#: ../plugin/auth_file/auth_file.cc:227
5442
msgid "File to load for usernames and passwords"
5306
5445
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
5307
5446
msgid "Enable HTTP Auth check"
5311
5450
msgid "URL for HTTP Auth check"
5453
#: ../plugin/auth_ldap/auth_ldap.cc:285
5455
msgid "Reconnect failed: %s\n"
5458
#: ../plugin/auth_ldap/auth_ldap.cc:304
5460
msgid "ldap_search_ext_s failed: %s\n"
5463
#: ../plugin/auth_ldap/auth_ldap.cc:410
5465
msgid "Could not load auth ldap: %s\n"
5468
#: ../plugin/auth_ldap/auth_ldap.cc:423
5469
msgid "URI of the LDAP server to contact"
5472
#: ../plugin/auth_ldap/auth_ldap.cc:431
5473
msgid "DN to use when binding to the LDAP server"
5476
#: ../plugin/auth_ldap/auth_ldap.cc:439
5477
msgid "Password to use when binding the DN"
5480
#: ../plugin/auth_ldap/auth_ldap.cc:447
5481
msgid "DN to use when searching"
5484
#: ../plugin/auth_ldap/auth_ldap.cc:455
5485
msgid "Attribute in LDAP with plain text password"
5488
#: ../plugin/auth_ldap/auth_ldap.cc:463
5489
msgid "Attribute in LDAP with MySQL hashed password"
5492
#: ../plugin/auth_ldap/auth_ldap.cc:471
5493
msgid "How often to empty the users cache, 0 to disable"
5314
5496
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
5315
5497
msgid "Enable the console."
5664
5846
msgid "Statement closed indirectly because of a preceding %s() call"
5849
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:807
5850
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:937
5851
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:961
5853
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
5854
msgstr "Kan ikke lage/skrive til filen '%s' (Feilkode: %d)"
5856
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:826
5858
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
5859
msgstr "Kan ikke opprette symlinken '%s' som peker til '%s' (Feilkode: %d)"
5861
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:916
5862
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1023
5863
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1188
5864
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1747
5866
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
5869
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1053
5870
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
5872
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
5875
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2679
5877
msgid "Error starting Embedded InnoDB %d (%s)\n"
5667
5880
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
5669
5882
msgid "Failed to send error message to libnotify\n"
5691
5904
msgid "Regular expression to apply to tables to filter"
5907
#: ../plugin/hello_events/hello_events.cc:294
5908
msgid "Invalid value of before-write-position\n"
5911
#: ../plugin/hello_events/hello_events.cc:303
5912
#: ../plugin/hello_events/hello_events.cc:312
5913
msgid "Invalid value of before-update-position\n"
5916
#: ../plugin/hello_events/hello_events.cc:352
5917
#: ../plugin/hello_events/hello_events.cc:355
5918
#: ../plugin/hello_events/hello_events.cc:373
5919
msgid "A comma delimited list of databases to watch"
5922
#: ../plugin/hello_events/hello_events.cc:358
5923
#: ../plugin/hello_events/hello_events.cc:389
5924
msgid "Enable Example Events Plugin"
5927
#: ../plugin/hello_events/hello_events.cc:361
5928
#: ../plugin/hello_events/hello_events.cc:397
5929
msgid "Before write row event observer call position"
5932
#: ../plugin/hello_events/hello_events.cc:364
5933
#: ../plugin/hello_events/hello_events.cc:408
5934
#: ../plugin/pbms/src/parameters_ms.cc:579
5935
msgid "Before update row event observer call position"
5938
#: ../plugin/hello_events/hello_events.cc:367
5939
#: ../plugin/hello_events/hello_events.cc:419
5940
msgid "After drop database event observer call position"
5943
#: ../plugin/hello_events/hello_events.cc:381
5944
msgid "A comma delimited list of tables to watch"
5947
#: ../plugin/hello_events/hello_events.cc:443
5948
msgid "An example events Plugin"
5951
#: ../plugin/innobase/handler/data_dictionary.cc:202
5953
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
5694
5956
#: ../plugin/logging_gearman/logging_gearman.cc:196
5696
5958
msgid "fail gearman_client_create(): %s"
5743
6005
#: ../plugin/logging_query/logging_query.cc:348
5744
#: ../plugin/logging_query/logging_query.cc:388
6006
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:95
5745
6007
msgid "Threshold for logging slow queries, in microseconds"
5748
6010
#: ../plugin/logging_query/logging_query.cc:351
5749
#: ../plugin/logging_query/logging_query.cc:400
6011
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:107
5750
6012
msgid "Threshold for logging big queries, for rows returned"
5753
6015
#: ../plugin/logging_query/logging_query.cc:354
5754
#: ../plugin/logging_query/logging_query.cc:412
6016
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:119
5755
6017
msgid "Threshold for logging big queries, for rows examined"
5767
6029
msgid "Log queries to a CSV file"
6032
#: ../plugin/logging_stats/logging_stats.cc:323
6033
msgid "Max number of users that will be logged"
6036
#: ../plugin/logging_stats/logging_stats.cc:334
6037
msgid "Max number of vector buckets to construct for logging"
6040
#: ../plugin/logging_stats/logging_stats.cc:345
6041
msgid "Max number of concurrent sessions that will be logged"
6044
#: ../plugin/logging_stats/logging_stats.cc:356
6045
msgid "Enable Logging Statistics Collection"
6048
#: ../plugin/logging_stats/logging_stats.cc:375
6049
msgid "User Statistics as DATA_DICTIONARY tables"
6052
#: ../plugin/md5/md5.cc:99
6053
msgid "libgcrypt library version mismatch\n"
6056
#: ../plugin/memcached_stats/analysis_table.cc:76
6057
#: ../plugin/memcached_stats/stats_table.cc:144
6058
msgid "No value in MEMCACHED_STATS_SERVERS variable."
5770
6061
#: ../plugin/memcached_stats/memcached_stats.cc:114
5771
6062
msgid "List of memcached servers."
5775
6066
msgid "Memcached Stats as I_S tables"
6069
#: ../plugin/memcached_stats/stats_table.cc:76
6072
"Unable get stats from memcached server %s. Got error from "
6073
"memcached_stat_servername()."
6076
#: ../plugin/memcached_stats/stats_table.cc:151
6077
msgid "Unable to create memcached struct. Got error from memcached_create()."
6080
#: ../plugin/memcached_stats/stats_table.cc:159
6083
"Unable to create memcached server list. Got error from "
6084
"memcached_servers_parse(%s)."
6087
#: ../plugin/multi_thread/multi_thread.cc:100
6088
msgid "Maximum number of user threads available."
5778
6091
#: ../plugin/myisam/ha_myisam.cc:529
5780
6093
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6092
6405
"Port number to use for connection or 0 for default to with MySQL protocol."
6408
#: ../plugin/pbms/src/parameters_ms.cc:552
6410
"A comma delimited list of tables to watch of the format: <database>."
6414
#: ../plugin/pbms/src/parameters_ms.cc:560
6415
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
6418
#: ../plugin/pbms/src/parameters_ms.cc:568
6419
msgid "Before insert row event observer call position"
6422
#: ../plugin/pool_of_threads/pool_of_threads.cc:230
6423
msgid "event_add error in libevent_add_session_callback\n"
6426
#: ../plugin/pool_of_threads/pool_of_threads.cc:308
6427
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
6430
#: ../plugin/pool_of_threads/pool_of_threads.cc:585
6431
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6434
#: ../plugin/pool_of_threads/pool_of_threads.cc:592
6435
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6438
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
6439
msgid "session_add_event event_add error in libevent_init\n"
6442
#: ../plugin/pool_of_threads/pool_of_threads.cc:617
6444
msgid "Can't create completion port thread (error %d)"
6445
msgstr "Kan ikke opprette symlinken '%s' som peker til '%s' (Feilkode: %d)"
6447
#: ../plugin/pool_of_threads/pool_of_threads.cc:655
6448
msgid "Size of Pool."
6451
#: ../plugin/rabbitmq/rabbitmq_log.cc:106
6453
msgid "Failed to allocate enough memory to transaction message\n"
6454
msgstr "Åpning av transaksjonsloggen feilet "
6456
#: ../plugin/rabbitmq/rabbitmq_log.cc:151
6458
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
6459
msgstr "Klarte ikke analysere transaksjonen. Feil: %s.\n"
6461
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
6463
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
6464
msgstr "Klarte ikke analysere transaksjonen. Feil: %s.\n"
6466
#: ../plugin/rabbitmq/rabbitmq_log.cc:179
6467
msgid "Enable rabbitmq log"
6470
#: ../plugin/rabbitmq/rabbitmq_log.cc:188
6471
msgid "Host name to connect to"
6474
#: ../plugin/rabbitmq/rabbitmq_log.cc:197
6475
msgid "RabbitMQ Port"
6478
#: ../plugin/rabbitmq/rabbitmq_log.cc:208
6479
msgid "RabbitMQ username"
6482
#: ../plugin/rabbitmq/rabbitmq_log.cc:216
6483
msgid "RabbitMQ password"
6486
#: ../plugin/rabbitmq/rabbitmq_log.cc:224
6487
msgid "RabbitMQ virtualhost"
6490
#: ../plugin/rabbitmq/rabbitmq_log.cc:232
6491
msgid "Name of RabbitMQ exchange to publish to"
6494
#: ../plugin/rabbitmq/rabbitmq_log.cc:240
6495
msgid "Name of RabbitMQ routing key to use"
6498
#: ../plugin/rabbitmq/rabbitmq_log.cc:248
6499
#: ../plugin/transaction_log/module.cc:247
6500
msgid "Name of the replicator plugin to use (default='default_replicator')"
6095
6503
#: ../plugin/signal_handler/signal_handler.cc:233
6097
6505
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6112
6520
msgid "syslog priority \"%s\" not known, using \"info\""
6523
#: ../plugin/syslog/module.cc:59
6524
msgid "Syslog Ident"
6527
#: ../plugin/syslog/module.cc:68
6528
msgid "Syslog Facility"
6531
#: ../plugin/syslog/module.cc:77
6532
msgid "Enable logging to syslog of the query log"
6535
#: ../plugin/syslog/module.cc:86
6536
msgid "Syslog Priority of query logging"
6539
#: ../plugin/syslog/module.cc:131
6540
msgid "Enable logging to syslog of the error messages"
6543
#: ../plugin/syslog/module.cc:140
6544
msgid "Syslog Priority of error messages"
6115
6547
#: ../plugin/transaction_log/background_worker.cc:74
6117
6549
msgid "Unable to create background worker thread. Got error %s.\n"
6552
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6553
#: ../plugin/transaction_log/print_transaction_message.cc:102
6554
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6556
msgid "Failed to open transaction log file %s. Got error: %s\n"
6559
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6560
#: ../plugin/transaction_log/print_transaction_message.cc:144
6561
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6563
msgid "Raw buffer read: %s.\n"
6566
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6567
#: ../plugin/transaction_log/print_transaction_message.cc:150
6568
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6570
msgid "Unable to parse transaction. Got error: %s.\n"
6571
msgstr "Klarte ikke analysere transaksjonen. Feil: %s.\n"
6573
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6574
#: ../plugin/transaction_log/print_transaction_message.cc:152
6575
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6577
msgid "BUFFER: %s\n"
6578
msgstr "BUFFER: %s\n"
6120
6580
#: ../plugin/transaction_log/module.cc:122
6122
6582
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6188
6644
msgid "Failed to sync log file. Got error: %s\n"
6191
#: ../plugin/transaction_log/transaction_log_reader.cc:95
6193
msgid "Failed to open transaction log file %s. Got error: %s\n"
6196
#: ../plugin/transaction_log/transaction_log_reader.cc:150
6198
msgid "Raw buffer read: %s.\n"
6201
#: ../plugin/transaction_log/transaction_log_reader.cc:157
6203
msgid "Unable to parse transaction. Got error: %s.\n"
6204
msgstr "Klarte ikke analysere transaksjonen. Feil: %s.\n"
6206
#: ../plugin/transaction_log/transaction_log_reader.cc:159
6208
msgid "BUFFER: %s\n"
6209
msgstr "BUFFER: %s\n"
6212
6648
#~ "'%s' had no or invalid character set, and default character set is multi-"
6213
6649
#~ "byte, so character column sizes may have changed"