1
# Danish translation for drizzle
2
# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2010-09-14 16:22-0400\n"
11
"PO-Revision-Date: 2010-03-20 12:06+0000\n"
12
"Last-Translator: nanker <Unknown>\n"
13
"Language-Team: Danish <da@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2010-03-21 04:41+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: ../client/drizzle.cc:465
22
msgid "Synonym for `help'."
23
msgstr "Synonym for »hjælp«."
25
#: ../client/drizzle.cc:466
26
msgid "Clear command."
27
msgstr "Ryd kommando."
29
#: ../client/drizzle.cc:468
30
msgid "Reconnect to the server. Optional arguments are db and host."
31
msgstr "Genforbind til serveren. Yderligere argumenter er db og host."
33
#: ../client/drizzle.cc:470
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: ../client/drizzle.cc:472
39
msgid "Send command to drizzle server, display result vertically."
40
msgstr "Send kommando til drizzle server, vis resultat vertikalt."
42
#: ../client/drizzle.cc:473
43
msgid "Exit drizzle. Same as quit."
44
msgstr "Afslut drizzle. Det samme som forlad."
46
#: ../client/drizzle.cc:474
47
msgid "Send command to drizzle server."
48
msgstr "Send kommando til drizzle server."
50
#: ../client/drizzle.cc:475
51
msgid "Display this help."
52
msgstr "Vis denne hjælp."
54
#: ../client/drizzle.cc:476
55
msgid "Disable pager, print to stdout."
58
#: ../client/drizzle.cc:477
59
msgid "Don't write into outfile."
60
msgstr "Skriv ikke til uddatafil."
62
#: ../client/drizzle.cc:479
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: ../client/drizzle.cc:480
67
msgid "Print current command."
68
msgstr "Udskriv aktuel kommando."
70
#: ../client/drizzle.cc:481
71
msgid "Change your drizzle prompt."
74
#: ../client/drizzle.cc:482
76
msgstr "Afslut drizzle."
78
#: ../client/drizzle.cc:483
79
msgid "Rebuild completion hash."
82
#: ../client/drizzle.cc:485
83
msgid "Execute an SQL script file. Takes a file name as an argument."
84
msgstr "Udfør en SQL-skriptfil. Bruger et filnavn som et argument."
86
#: ../client/drizzle.cc:486
87
msgid "Get status information from the server."
88
msgstr "Indhent statusinformation fra serveren."
90
#: ../client/drizzle.cc:488
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: ../client/drizzle.cc:490
95
msgid "Use another database. Takes database name as argument."
96
msgstr "Anvend en anden database. Brug databasenavn som argument."
98
#: ../client/drizzle.cc:492 ../client/drizzle.cc:1325
99
msgid "Show warnings after every statement."
100
msgstr "Vis advarsler efter hver udsagn."
102
#: ../client/drizzle.cc:494
103
msgid "Don't show warnings after every statement."
104
msgstr "Vis ikke advarsler efter hver udsagn."
106
#: ../client/drizzle.cc:1144
108
msgid "shutting down drizzled"
111
#: ../client/drizzle.cc:1146
116
#: ../client/drizzle.cc:1155 ../client/drizzle.cc:1161
118
msgid "shutdown failed; error: '%s'"
121
#: ../client/drizzle.cc:1170
126
#: ../client/drizzle.cc:1191
128
msgid "drizzled is alive\n"
131
#: ../client/drizzle.cc:1197
133
msgid "ping failed; error: '%s'"
136
#: ../client/drizzle.cc:1203
138
msgid "drizzled won't answer to ping, error: '%s'"
141
#: ../client/drizzle.cc:1252
142
msgid "Error: Invalid Value for connect_timeout"
145
#: ../client/drizzle.cc:1263
146
msgid "Error: Invalid Value for max_input_line"
149
#: ../client/drizzle.cc:1282 ../client/drizzledump.cc:2396
150
msgid "Options used only in command line"
153
#: ../client/drizzle.cc:1284
155
msgid "Displays this help and exit."
156
msgstr "Vis denne hjælp og afslut."
158
#: ../client/drizzle.cc:1285
160
"Don't use history file. Disable interactive behavior. (Enables --silent)"
163
#: ../client/drizzle.cc:1287
164
msgid "Display column type information."
165
msgstr "Vis typeinformation for kolonne."
167
#: ../client/drizzle.cc:1289
169
"Preserve comments. Send comments to the server. The default is --skip-"
170
"comments (discard comments), enable with --comments"
172
"Bevar bemærkninger. Send bemærkninger til serveren. Standard er --skip-"
173
"comments (slet bemærkninger), slå til med --comments"
175
#: ../client/drizzle.cc:1291 ../client/drizzledump.cc:2405
176
msgid "Use compression in server/client protocol."
177
msgstr "Brug kompremering i server/klient-protokol."
179
#: ../client/drizzle.cc:1293
180
msgid "Print the output of a query (rows) vertically."
181
msgstr "Udskriv uddata for en forespørgsel (rækker) vertikalt."
183
#: ../client/drizzle.cc:1295
184
msgid "Continue even if we get an sql error."
185
msgstr "Fortsæt selv om vi får en sql-fejl."
187
#: ../client/drizzle.cc:1297
189
"Enable named commands. Named commands mean this program's internal commands; "
190
"see drizzle> help . When enabled, the named commands can be used from any "
191
"line of the query, otherwise only from the first line, before an enter. "
192
"Disable with --disable-named-commands. This option is disabled by default."
195
#: ../client/drizzle.cc:1299
197
"Named commands are disabled. Use \\* form only, or use named commands only "
198
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
199
"the client now starts with this option ENABLED by default! Disable with '-"
200
"G'. Long format commands still work from the first line. WARNING: option "
201
"deprecated; use --disable-named-commands instead."
204
#: ../client/drizzle.cc:1300
205
msgid "Ignore space after function names."
208
#: ../client/drizzle.cc:1302
209
msgid "Turn off beep on error."
212
#: ../client/drizzle.cc:1304
213
msgid "Write line numbers for errors."
216
#: ../client/drizzle.cc:1306
218
"Don't write line number for errors. WARNING: -L is deprecated, use long "
219
"version of this option instead."
222
#: ../client/drizzle.cc:1308
223
msgid "Write column names in results."
226
#: ../client/drizzle.cc:1310
228
"Don't write column names in results. WARNING: -N is deprecated, use long "
229
"version of this options instead."
232
#: ../client/drizzle.cc:1312
234
"Change the value of a variable. Please note that this option is deprecated; "
235
"you can set variables directly with --variable-name=value."
238
#: ../client/drizzle.cc:1314
239
msgid "Output in table format."
242
#: ../client/drizzle.cc:1316
243
msgid "Only allow UPDATE and DELETE that uses keys."
246
#: ../client/drizzle.cc:1318
247
msgid "Synonym for option --safe-updates, -U."
250
#: ../client/drizzle.cc:1320
251
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
254
#: ../client/drizzle.cc:1321 ../client/drizzledump.cc:2425
255
#: ../drizzled/drizzled.cc:1174
256
msgid "Output version information and exit."
259
#: ../client/drizzle.cc:1323
260
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
263
#: ../client/drizzle.cc:1327
264
msgid "Number of lines before each import progress report."
267
#: ../client/drizzle.cc:1329
268
msgid "Ping the server to check if it's alive."
271
#: ../client/drizzle.cc:1331
272
msgid "Configuration file defaults are not used if no-defaults is set"
275
#: ../client/drizzle.cc:1334 ../client/drizzledump.cc:2434
276
msgid "Options specific to the drizzle client"
279
#: ../client/drizzle.cc:1337
281
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
282
"and field completion, but startup and reconnecting may take a longer time. "
283
"Disable with --disable-auto-rehash."
286
#: ../client/drizzle.cc:1338
288
"No automatic rehashing. One has to use 'rehash' to get table and field "
289
"completion. This gives a quicker start of drizzle_st and disables rehashing "
290
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
293
#: ../client/drizzle.cc:1340
295
"Automatically switch to vertical output mode if the result is wider than the "
299
#: ../client/drizzle.cc:1342
300
msgid "Database to use."
301
msgstr "Database der skal anvendes."
303
#: ../client/drizzle.cc:1344
305
msgstr "(Ikke anvendt)"
307
#: ../client/drizzle.cc:1346
308
msgid "Delimiter to be used."
311
#: ../client/drizzle.cc:1348
312
msgid "Execute command and quit. (Disables --force and history file)"
313
msgstr "Udfør kommando og afslut. (Slår --force og historiefil fra)"
315
#: ../client/drizzle.cc:1350
316
msgid "Enable/disable LOAD DATA LOCAL INFILE."
319
#: ../client/drizzle.cc:1352
320
msgid "Flush buffer after each query."
323
#: ../client/drizzle.cc:1354
324
msgid "Ignore SIGINT (CTRL-C)"
327
#: ../client/drizzle.cc:1356
329
"Only update the default database. This is useful for skipping updates to "
330
"other database in the update log."
333
#: ../client/drizzle.cc:1358
335
"Pager to use to display results. If you don't supply an option the default "
336
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
337
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
338
"work in batch mode. Disable with --disable-pager. This option is disabled by "
342
#: ../client/drizzle.cc:1360
343
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
346
#: ../client/drizzle.cc:1362
347
msgid "Set the drizzle prompt to this value."
350
#: ../client/drizzle.cc:1364
352
"Don't cache result, print it row by row. This may slow down the server if "
353
"the output is suspended. Doesn't use history file."
356
#: ../client/drizzle.cc:1366
357
msgid "Write fields without conversion. Used with --batch."
360
#: ../client/drizzle.cc:1368
362
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
363
"option is enabled by default."
366
#: ../client/drizzle.cc:1370
367
msgid "Shutdown the server"
370
#: ../client/drizzle.cc:1371
372
"Be more silent. Print results with a tab as separator, each row on new line."
375
#: ../client/drizzle.cc:1373
377
"Append everything into outfile. See interactive help (\\h) also. Does not "
378
"work in batch mode. Disable with --disable-tee. This option is disabled by "
382
#: ../client/drizzle.cc:1375
383
msgid "Disable outfile. See interactive help (\\h) also."
386
#: ../client/drizzle.cc:1376
387
msgid "Wait and retry if connection is down."
390
#: ../client/drizzle.cc:1378
391
msgid "Number of seconds before connection timeout."
394
#: ../client/drizzle.cc:1380
395
msgid "Max length of input line"
398
#: ../client/drizzle.cc:1382
399
msgid "Automatic limit for SELECT when using --safe-updates"
402
#: ../client/drizzle.cc:1384
403
msgid "Automatic limit for rows in a join when using --safe-updates"
406
#: ../client/drizzle.cc:1387 ../client/drizzledump.cc:2499
407
msgid "Options specific to the client"
410
#: ../client/drizzle.cc:1390
411
msgid "Connect to host"
414
#: ../client/drizzle.cc:1392
416
"Password to use when connecting to server. If password is not given it's "
417
"asked from the tty."
420
#: ../client/drizzle.cc:1394
422
"Port number to use for connection or 0 for default to, in order of "
423
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
426
#: ../client/drizzle.cc:1396 ../client/drizzledump.cc:2508
427
msgid "User for login if not current user."
430
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:2510
431
msgid "The protocol of connection (mysql or drizzle)."
434
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2522
435
msgid "Allowed Options"
438
#: ../client/drizzle.cc:1448 ../client/drizzle.cc:1455
440
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
443
#: ../client/drizzle.cc:1506 ../client/drizzle.cc:3789
444
msgid "DELIMITER cannot contain a backslash character"
447
#: ../client/drizzle.cc:1585 ../client/drizzledump.cc:2600
448
#: ../client/drizzleimport.cc:460 ../client/drizzleslap.cc:1006
449
#: ../client/drizzletest.cc:5599
450
msgid "Error: Unknown protocol"
453
#: ../client/drizzle.cc:1599
455
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
458
#: ../client/drizzle.cc:1645 ../client/drizzle.cc:4035
460
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
463
#: ../client/drizzle.cc:1651
466
"Copyright (C) 2008 Sun Microsystems\n"
467
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
468
"and you are welcome to modify and redistribute it under the GPL license\n"
471
#: ../client/drizzle.cc:1656
473
msgid "Usage: drizzle [OPTIONS] [database]\n"
476
#: ../client/drizzle.cc:1710
478
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
479
msgstr "Velkommen til Drizzleklienten.. Kommandoer ender med ; eller \\g."
481
#: ../client/drizzle.cc:1719
484
"Your Drizzle connection id is %u\n"
485
"Connection protocol: %s\n"
486
"Server version: %s\n"
488
"Dit forbindelsesid til Drizzle er %u\n"
489
"Serverversion: %s\n"
491
#: ../client/drizzle.cc:1753
493
msgid "Reading history-file %s\n"
494
msgstr "Læser historiefil %s\n"
496
#: ../client/drizzle.cc:1757
498
msgid "Couldn't allocate memory for temp histfile!\n"
499
msgstr "Kunne ikke tildele hukommelse for midlertidig histfil!\n"
501
#: ../client/drizzle.cc:1764
502
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
503
msgstr "Tast »help;« eller »\\h« for hjælp. Tast »\\c« for at rydde buffer.\n"
505
#: ../client/drizzle.cc:1774
509
#: ../client/drizzle.cc:1787
511
msgid "Writing history-file %s\n"
512
msgstr "Skriver historiefil %s\n"
514
#: ../client/drizzle.cc:1795
518
#: ../client/drizzle.cc:1795
522
#: ../client/drizzle.cc:1847
523
msgid "Query aborted by Ctrl+C\n"
524
msgstr "Forespørgsel afbrudt af Ctrl+C\n"
526
#: ../client/drizzle.cc:1931
528
msgid "Processing line: %<PRIu32>\n"
531
#: ../client/drizzle.cc:2149
532
msgid "Unknown command: "
535
#: ../client/drizzle.cc:2563
537
"Reading table information for completion of table and column names\n"
538
"You can turn off this feature to get a quicker startup with -A\n"
542
#: ../client/drizzle.cc:2629
543
msgid "No connection. Trying to reconnect..."
546
#: ../client/drizzle.cc:2635
547
msgid "Can't connect to the server\n"
550
#: ../client/drizzle.cc:2719
551
msgid "List of all Drizzle commands:"
554
#: ../client/drizzle.cc:2723
557
"Note that all text commands must be first on line and end with '%s' or \\g"
560
#: ../client/drizzle.cc:2781
561
msgid "No query specified\n"
564
#: ../client/drizzle.cc:2796
565
msgid "Ignoring query to other database"
568
#: ../client/drizzle.cc:2846
572
#: ../client/drizzle.cc:2859
574
msgid "%ld row in set"
575
msgid_plural "%ld rows in set"
579
#: ../client/drizzle.cc:2868
583
#: ../client/drizzle.cc:2870
585
msgid "Query OK, %ld row affected"
586
msgid_plural "Query OK, %ld rows affected"
590
#: ../client/drizzle.cc:2942
591
msgid "popen() failed! defaulting PAGER to stdout!\n"
594
#: ../client/drizzle.cc:2964
596
msgid "Error logging to file '%s'\n"
599
#: ../client/drizzle.cc:2969
601
msgid "Logging to file '%s'\n"
602
msgstr "Læser historiefil %s\n"
604
#: ../client/drizzle.cc:3053
613
"Collation: %s (%u)\n"
621
#: ../client/drizzle.cc:3520
623
msgid "No previous outfile available, you must give a filename!\n"
626
#: ../client/drizzle.cc:3525
628
msgid "Currently logging to file '%s'\n"
631
#: ../client/drizzle.cc:3545
633
msgid "No outfile specified!\n"
636
#: ../client/drizzle.cc:3558
637
msgid "Outfile disabled.\n"
640
#: ../client/drizzle.cc:3585
641
msgid "Default pager wasn't set, using stdout.\n"
644
#: ../client/drizzle.cc:3605
646
msgid "PAGER set to '%s'\n"
649
#: ../client/drizzle.cc:3616
650
msgid "PAGER set to stdout\n"
653
#: ../client/drizzle.cc:3699
655
msgid "Connection id: %u"
658
#: ../client/drizzle.cc:3701
660
msgid "Current database: %.128s\n"
663
#: ../client/drizzle.cc:3702
668
#: ../client/drizzle.cc:3722
669
msgid "Usage: \\. <filename> | source <filename>"
672
#: ../client/drizzle.cc:3737
674
msgid "Failed to open file '%s', error: %d"
677
#: ../client/drizzle.cc:3745
678
msgid "Can't initialize LineBuffer"
681
#: ../client/drizzle.cc:3781
682
msgid "DELIMITER must be followed by a 'delimiter' character or string"
685
#: ../client/drizzle.cc:3814
686
msgid "USE must be followed by a database name"
689
#: ../client/drizzle.cc:3882
691
msgid "Database changed"
692
msgstr "Database der skal anvendes."
694
#: ../client/drizzle.cc:3890
696
msgid "Show warnings enabled."
697
msgstr "Vis advarsler efter hver udsagn."
699
#: ../client/drizzle.cc:3898
701
msgid "Show warnings disabled."
702
msgstr "Vis advarsler efter hver udsagn."
704
#: ../client/drizzle.cc:4042
708
"Connection id:\t\t%lu\n"
711
#: ../client/drizzle.cc:4054
713
msgid "Current database:\t%s\n"
716
#: ../client/drizzle.cc:4055
718
msgid "Current user:\t\t%s\n"
721
#: ../client/drizzle.cc:4061
722
msgid "SSL:\t\t\tNot in use"
725
#: ../client/drizzle.cc:4066
731
#: ../client/drizzle.cc:4073
734
"All updates ignored to this database\n"
737
#: ../client/drizzle.cc:4076
739
msgid "Current pager:\t\t%s\n"
742
#: ../client/drizzle.cc:4077
744
msgid "Using outfile:\t\t'%s'\n"
747
#: ../client/drizzle.cc:4078
749
msgid "Using delimiter:\t%s\n"
752
#: ../client/drizzle.cc:4079
754
msgid "Server version:\t\t%s\n"
757
#: ../client/drizzle.cc:4080
759
msgid "Protocol:\t\t%s\n"
762
#: ../client/drizzle.cc:4081
764
msgid "Protocol version:\t%d\n"
767
#: ../client/drizzle.cc:4082
769
msgid "Connection:\t\t%s\n"
772
#: ../client/drizzle.cc:4089
774
msgid "UNIX socket:\t\t%s\n"
777
#: ../client/drizzle.cc:4091
779
msgid "TCP port:\t\t%d\n"
782
#: ../client/drizzle.cc:4096
785
"Note that you are running in safe_update_mode:\n"
788
#: ../client/drizzle.cc:4098
791
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
793
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
795
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
796
" Max number of examined row combination in a join is set to: %"
801
#: ../client/drizzle.cc:4160 ../drizzled/option.cc:339
806
#: ../client/drizzle.cc:4203
808
msgid "ERROR %d (%s): "
811
#: ../client/drizzle.cc:4205
816
#: ../client/drizzle.cc:4208
820
#: ../client/drizzle.cc:4341
824
#: ../client/drizzle.cc:4343
828
#: ../client/drizzle.cc:4349
832
#: ../client/drizzle.cc:4355
836
#: ../client/drizzle.cc:4456
840
#: ../client/drizzle.cc:4576
842
msgid "Returning to default PROMPT of %s\n"
845
#: ../client/drizzle.cc:4581
846
msgid "Memory allocation error. Not changing prompt\n"
849
#: ../client/drizzle.cc:4586
851
msgid "PROMPT set to '%s'\n"
854
#: ../client/drizzledump.cc:199
856
msgid "Got errno %d on write"
859
#: ../client/drizzledump.cc:283
861
msgid "%s: You must use option --tab with --fields-...\n"
864
#: ../client/drizzledump.cc:289
867
"%s: You can't use --single-transaction and --lock-all-tables at the same "
871
#: ../client/drizzledump.cc:295
874
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
878
#: ../client/drizzledump.cc:301
880
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
883
#: ../client/drizzledump.cc:320
885
msgid "Got error: %s (%d) %s"
888
#: ../client/drizzledump.cc:327
890
msgid "Got error: %d %s"
893
#: ../client/drizzledump.cc:425 ../client/drizzledump.cc:432
894
#: ../client/drizzledump.cc:445
896
msgid "Couldn't execute '%s': %s (%d)"
899
#: ../client/drizzledump.cc:505
901
msgid "-- Connecting to %s, using protocol %s...\n"
904
#: ../client/drizzledump.cc:527
906
msgid "-- Disconnecting from %s...\n"
909
#: ../client/drizzledump.cc:538
910
msgid "Couldn't allocate memory"
913
#: ../client/drizzledump.cc:882
916
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
920
#: ../client/drizzledump.cc:896
922
msgid "-- Retrieving table structure for table %s...\n"
925
#: ../client/drizzledump.cc:1010
927
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
930
#: ../client/drizzledump.cc:1117
932
msgid "%s: Can't get keys for table %s\n"
935
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
937
msgid "Error: Couldn't read status information for table %s\n"
940
#: ../client/drizzledump.cc:1339
942
msgid "Error retrieving table structure for table: \"%s\""
945
#: ../client/drizzledump.cc:1346
947
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
950
#: ../client/drizzledump.cc:1357
952
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
955
#: ../client/drizzledump.cc:1364
957
msgid "-- Skipping dump data for table '%s', it has no fields\n"
960
#: ../client/drizzledump.cc:1372
961
msgid "-- Sending SELECT query...\n"
964
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
965
msgid "when executing 'SELECT INTO OUTFILE'"
968
#: ../client/drizzledump.cc:1437
973
"-- Dumping data for table %s\n"
977
#: ../client/drizzledump.cc:1478
978
msgid "-- Retrieving rows...\n"
981
#: ../client/drizzledump.cc:1481
983
msgid "%s: Error in field count for table: %s ! Aborting.\n"
986
#: ../client/drizzledump.cc:1525
988
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
991
#: ../client/drizzledump.cc:1542
993
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
996
#: ../client/drizzledump.cc:1564
998
msgid "Not enough fields from table %s! Aborting.\n"
1001
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
1002
msgid "when doing refresh"
1005
#: ../client/drizzledump.cc:2066
1006
msgid "alloc_root failure."
1009
#: ../client/drizzledump.cc:2082
1011
msgid "Couldn't find table: \"%s\""
1014
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1015
#: ../client/drizzledump.cc:2336
1018
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1021
#: ../client/drizzledump.cc:2368
1023
msgid "Error: Not enough memory to store ORDER BY clause\n"
1026
#: ../client/drizzledump.cc:2399
1028
"Dump all the databases. This will be same as --databases with all databases "
1032
#: ../client/drizzledump.cc:2401
1033
msgid "Dump all the tablespaces."
1036
#: ../client/drizzledump.cc:2403
1037
msgid "Use complete insert statements."
1040
#: ../client/drizzledump.cc:2407
1042
"Flush logs file in server before starting dump. Note that if you dump many "
1043
"databases at once (using the option --databases= or --all-databases), the "
1044
"logs will be flushed for each database dumped. The exception is when using --"
1045
"lock-all-tables in this case the logs will be flushed only once, "
1046
"corresponding to the moment all tables are locked. So if you want your dump "
1047
"and the log flush to happen at the same exact moment you should use --lock-"
1048
"all-tables or --flush-logs"
1051
#: ../client/drizzledump.cc:2409
1053
msgid "Continue even if we get an sql-error."
1054
msgstr "Fortsæt selv om vi får en sql-fejl."
1056
#: ../client/drizzledump.cc:2410
1058
msgid "Display this help message and exit."
1059
msgstr "Vis denne hjælp og afslut."
1061
#: ../client/drizzledump.cc:2412
1063
"Locks all tables across all databases. This is achieved by taking a global "
1064
"read lock for the duration of the whole dump. Automatically turns --single-"
1065
"transaction and --lock-tables off."
1068
#: ../client/drizzledump.cc:2414
1070
"Sorts each table's rows by primary key, or first unique key, if such a key "
1071
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1072
"table, but will make the dump itself take considerably longer."
1075
#: ../client/drizzledump.cc:2416
1077
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1078
"Works ONLY for tables stored in storage engines which support "
1079
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1080
"be consistent for other storage engines. While a --single-transaction dump "
1081
"is in process, to ensure a valid dump file (correct table contents), no "
1082
"other connection should use the following statements: ALTER TABLE, DROP "
1083
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1084
"from them. Option automatically turns off --lock-tables."
1087
#: ../client/drizzledump.cc:2417
1089
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1090
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1091
"default, disable with --skip-opt."
1094
#: ../client/drizzledump.cc:2419
1096
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1097
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1100
#: ../client/drizzledump.cc:2420
1101
msgid "Overrides option --databases (-B)."
1104
#: ../client/drizzledump.cc:2422
1105
msgid "Number of rows before each output progress report (requires --verbose)."
1108
#: ../client/drizzledump.cc:2424
1109
msgid "Print info about the various stages."
1112
#: ../client/drizzledump.cc:2426
1113
msgid "Dump a database as well formed XML."
1116
#: ../client/drizzledump.cc:2427
1117
msgid "Turn off Comments"
1120
#: ../client/drizzledump.cc:2428
1121
msgid "Turn off create-options"
1124
#: ../client/drizzledump.cc:2429
1125
msgid "Turn off extended-insert"
1128
#: ../client/drizzledump.cc:2430
1129
msgid "Turn off dump-date"
1132
#: ../client/drizzledump.cc:2431
1133
msgid "Do not read from the configuration files"
1136
#: ../client/drizzledump.cc:2437
1137
msgid "Add a 'DROP DATABASE' before each create."
1140
#: ../client/drizzledump.cc:2439
1141
msgid "Add a 'drop table' before each create."
1144
#: ../client/drizzledump.cc:2441
1145
msgid "Allow creation of column names that are keywords."
1148
#: ../client/drizzledump.cc:2443
1149
msgid "Write additional information."
1152
#: ../client/drizzledump.cc:2445
1154
"Give less verbose output (useful for debugging). Disables structure comments "
1155
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1156
"set-names --skip-disable-keys --skip-add-locks"
1159
#: ../client/drizzledump.cc:2447
1160
msgid "Include all DRIZZLE specific create options."
1163
#: ../client/drizzledump.cc:2449
1164
msgid "Put a dump date to the end of the output."
1167
#: ../client/drizzledump.cc:2451
1169
"To dump several databases. Note the difference in usage; In this case no "
1170
"tables are given. All name arguments are regarded as databasenames. 'USE "
1171
"db_name;' will be included in the output."
1174
#: ../client/drizzledump.cc:2453
1175
msgid "Insert rows with INSERT DELAYED;"
1178
#: ../client/drizzledump.cc:2455
1180
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1181
"will be put in the output."
1184
#: ../client/drizzledump.cc:2457
1185
msgid "Allows utilization of the new, much faster INSERT syntax."
1188
#: ../client/drizzledump.cc:2459
1189
msgid "Fields in the textfile are terminated by ..."
1192
#: ../client/drizzledump.cc:2461
1193
msgid "Fields in the importfile are enclosed by ..."
1196
#: ../client/drizzledump.cc:2463
1197
msgid "Fields in the i.file are opt. enclosed by ..."
1200
#: ../client/drizzledump.cc:2465
1201
msgid "Fields in the i.file are escaped by ..."
1204
#: ../client/drizzledump.cc:2469
1206
"Do not dump the specified table. To specify more than one table to ignore, "
1207
"use the directive multiple times, once for each table. Each table must be "
1208
"specified with both database and table names, e.g. --ignore-table=database."
1212
#: ../client/drizzledump.cc:2471
1213
msgid "Insert rows with INSERT IGNORE."
1216
#: ../client/drizzledump.cc:2473
1217
msgid "Lines in the i.file are terminated by ..."
1220
#: ../client/drizzledump.cc:2475
1221
msgid "Wrap tables with autocommit/commit statements."
1224
#: ../client/drizzledump.cc:2477
1226
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1227
"above line will be added otherwise, if --databases or --all-databases option "
1231
#: ../client/drizzledump.cc:2479
1232
msgid "Don't write table creation info."
1235
#: ../client/drizzledump.cc:2481
1236
msgid "No row information."
1239
#: ../client/drizzledump.cc:2482
1240
msgid "Deprecated. Use --skip-set-charset instead."
1243
#: ../client/drizzledump.cc:2484
1244
msgid "Enable set-name"
1247
#: ../client/drizzledump.cc:2486
1248
msgid "Don't buffer query, dump directly to stdout."
1251
#: ../client/drizzledump.cc:2488
1252
msgid "Quote table and column names with backticks (`)."
1255
#: ../client/drizzledump.cc:2490
1256
msgid "Use REPLACE INTO instead of INSERT INTO."
1259
#: ../client/drizzledump.cc:2492
1261
"Direct output to a given file. This option should be used in MSDOS, because "
1262
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1266
#: ../client/drizzledump.cc:2494
1268
"Creates tab separated textfile for each table to given path. (creates .sql "
1269
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1270
"machine as the drizzled daemon."
1273
#: ../client/drizzledump.cc:2496
1274
msgid "Dump only selected records; QUOTES mandatory!"
1277
#: ../client/drizzledump.cc:2502
1278
msgid "Connect to host."
1281
#: ../client/drizzledump.cc:2504
1283
"Password to use when connecting to server. If password is not given it's "
1284
"solicited on the tty."
1287
#: ../client/drizzledump.cc:2506
1288
msgid "Port number to use for connection."
1291
#: ../client/drizzledump.cc:2513
1292
msgid "Hidden Options"
1295
#: ../client/drizzledump.cc:2515
1296
msgid "Used to select the database"
1299
#: ../client/drizzledump.cc:2516
1300
msgid "Used to select the tables"
1303
#: ../client/drizzledump.cc:2519
1304
msgid "Allowed Options + Hidden Options"
1307
#: ../client/drizzledump.cc:2571
1309
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1312
#: ../client/drizzledump.cc:2576
1314
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1315
"and you are welcome to modify and redistribute it under the GPL license\n"
1318
#: ../client/drizzledump.cc:2577
1319
msgid "Dumps definitions and data from a Drizzle database server"
1322
#: ../client/drizzledump.cc:2578
1324
msgid "Usage: %s [OPTIONS] database [tables]\n"
1327
#: ../client/drizzledump.cc:2579
1329
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1332
#: ../client/drizzledump.cc:2581
1334
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1337
#: ../client/drizzledump.cc:2613 ../client/drizzleimport.cc:473
1338
#: ../client/drizzleslap.cc:1016 ../client/drizzletest.cc:5611
1340
msgid "Value supplied for port is not valid.\n"
1344
#. This check is made because the some the file functions below
1345
#. have FN_REFLEN sized stack allocated buffers and will cause
1346
#. a crash even if the input destination buffer is large enough
1347
#. to hold the output.
1349
#: ../client/drizzledump.cc:2660
1351
msgid "Input filename too long: %s"
1354
#: ../client/drizzledump.cc:2698
1356
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1359
#: ../client/drizzleslap.cc:2870
1361
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1364
#: ../client/drizzletest.cc:5364
1365
msgid "Error: Invalid Value for opt_max_connect_retries"
1368
#: ../client/drizzletest.cc:5374
1369
msgid "Error: Invalid Value for opt_tail_lines"
1372
#: ../client/drizzletest.cc:5384
1373
msgid "Error: Invalid Value for opt_sleep"
1376
#: ../client/drizzletest.cc:5563
1378
msgid "Could not open '%s' for reading: errno = %d"
1381
#: ../client/drizzletest.cc:5568
1383
msgid "Out of memory"
1386
#: ../drizzled/drizzled.cc:482
1390
#: ../drizzled/drizzled.cc:546
1391
msgid "One can only use the --user switch if running as root\n"
1394
#: ../drizzled/drizzled.cc:553
1396
"Fatal error: Please read \"Security\" section of the manual to find out how "
1397
"to run drizzled as root!\n"
1400
#: ../drizzled/drizzled.cc:573
1403
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1407
#: ../drizzled/drizzled.cc:598
1408
msgid "Set process group ID failed"
1411
#: ../drizzled/drizzled.cc:603
1412
msgid "Set process user ID failed"
1415
#: ../drizzled/drizzled.cc:615
1416
msgid "Process chroot failed"
1419
#: ../drizzled/drizzled.cc:704
1421
msgid "gethostname failed, using '%s' as hostname"
1424
#: ../drizzled/drizzled.cc:739
1425
msgid "Error getting default charset"
1428
#: ../drizzled/drizzled.cc:766
1429
msgid "Error setting collation"
1432
#: ../drizzled/drizzled.cc:774
1434
msgid "Unknown locale: '%s'"
1437
#: ../drizzled/drizzled.cc:791
1438
msgid "Can't create thread-keys"
1441
#: ../drizzled/drizzled.cc:861
1442
msgid "Could not initialize table cache\n"
1445
#: ../drizzled/drizzled.cc:872
1446
msgid "XA cache initialization failed: Out of memory\n"
1449
#: ../drizzled/drizzled.cc:881
1450
msgid "Failed to initialize plugins\n"
1453
#: ../drizzled/drizzled.cc:903
1456
"%s: Unknown options give (first unknown is '%s').\n"
1457
"Use --verbose --help to get a list of available options\n"
1460
#: ../drizzled/drizzled.cc:928
1461
msgid "No scheduler found, cannot continue!\n"
1464
#: ../drizzled/drizzled.cc:952
1466
msgid "Unknown/unsupported storage engine: %s\n"
1469
#: ../drizzled/drizzled.cc:1044
1470
msgid "Display this help and exit."
1471
msgstr "Vis denne hjælp og afslut."
1473
#: ../drizzled/drizzled.cc:1048
1474
msgid "Display this help and exit after initializing plugins."
1477
#: ../drizzled/drizzled.cc:1052
1479
msgid "Print the default settings and exit"
1480
msgstr "Udskriv fejlsøgningsinformation ved afslutning."
1482
#: ../drizzled/drizzled.cc:1056
1483
msgid "Auto-increment columns are incremented by this"
1486
#: ../drizzled/drizzled.cc:1061
1488
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1492
#: ../drizzled/drizzled.cc:1067
1494
"Path to installation directory. All paths are usually resolved relative to "
1498
#: ../drizzled/drizzled.cc:1072
1499
msgid "Chroot drizzled daemon during startup."
1502
#: ../drizzled/drizzled.cc:1076
1503
msgid "Set the default collation."
1506
#: ../drizzled/drizzled.cc:1080
1507
msgid "Default completion type."
1510
#: ../drizzled/drizzled.cc:1085
1511
msgid "Write core on errors."
1514
#: ../drizzled/drizzled.cc:1089
1515
msgid "Path to the database root."
1518
#: ../drizzled/drizzled.cc:1093
1519
msgid "Set the default storage engine (table type) for tables."
1522
#: ../drizzled/drizzled.cc:1097
1523
msgid "Set the default time zone."
1526
#: ../drizzled/drizzled.cc:1102
1527
msgid "Used for debugging; Use at your own risk!"
1530
#: ../drizzled/drizzled.cc:1107
1531
msgid "Set up signals usable for debugging"
1534
#: ../drizzled/drizzled.cc:1111
1538
#: ../drizzled/drizzled.cc:1115
1539
msgid "Set the language used for the month names and the days of the week."
1542
#: ../drizzled/drizzled.cc:1120
1543
msgid "Log some not critical warnings to the log file."
1546
#: ../drizzled/drizzled.cc:1125
1547
msgid "Pid file used by safe_mysqld."
1550
#: ../drizzled/drizzled.cc:1129
1552
"Maximum time in seconds to wait for the port to become free. (Default: no "
1556
#: ../drizzled/drizzled.cc:1134
1558
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1559
"specified directory"
1562
#: ../drizzled/drizzled.cc:1139
1564
"Uniquely identifies the server instance in the community of replication "
1568
#: ../drizzled/drizzled.cc:1144
1569
msgid "Don't print a stack trace on failure."
1572
#: ../drizzled/drizzled.cc:1148
1573
msgid "Enable symbolic link support."
1576
#: ../drizzled/drizzled.cc:1157
1578
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1581
#: ../drizzled/drizzled.cc:1162
1582
msgid "Path for temporary files."
1585
#: ../drizzled/drizzled.cc:1166
1586
msgid "Default transaction isolation level."
1589
#: ../drizzled/drizzled.cc:1170
1590
msgid "Run drizzled daemon as user."
1593
#: ../drizzled/drizzled.cc:1178
1595
"The number of outstanding connection requests Drizzle can have. This comes "
1596
"into play when the main Drizzle thread gets very many connection requests in "
1597
"a very short time."
1600
#: ../drizzled/drizzled.cc:1184
1602
"Size of tree cache used in bulk insert optimization. Note that this is a "
1606
#: ../drizzled/drizzled.cc:1190
1608
"Precision of the result of '/' operator will be increased on that value."
1611
#: ../drizzled/drizzled.cc:1196
1612
msgid "The maximum length of the result of function group_concat."
1615
#: ../drizzled/drizzled.cc:1201
1616
msgid "The size of the buffer that is used for full joins."
1619
#: ../drizzled/drizzled.cc:1207
1620
msgid "Max packetlength to send/receive from to server."
1623
#: ../drizzled/drizzled.cc:1212
1625
"If there is more than this number of interrupted connections from a host "
1626
"this host will be blocked from further connections."
1629
#: ../drizzled/drizzled.cc:1217
1630
msgid "Max number of errors/warnings to store for a statement."
1633
#: ../drizzled/drizzled.cc:1222
1634
msgid "Don't allow creation of heap tables bigger than this."
1637
#: ../drizzled/drizzled.cc:1228
1639
"Joins that are probably going to read more than max_join_size records return "
1643
#: ../drizzled/drizzled.cc:1234
1644
msgid "Max number of bytes in sorted records."
1647
#: ../drizzled/drizzled.cc:1239
1648
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1651
#: ../drizzled/drizzled.cc:1244
1653
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1654
"max_sort_length bytes of each value are used; the rest are ignored)."
1657
#: ../drizzled/drizzled.cc:1251
1658
msgid "After this many write locks, allow some read locks to run in between."
1661
#: ../drizzled/drizzled.cc:1255
1663
"Don't log queries which examine less than min_examined_row_limit rows to "
1667
#: ../drizzled/drizzled.cc:1261
1669
"Controls the heuristic(s) applied during query optimization to prune less-"
1670
"promising partial plans from the optimizer search space. Meaning: false - do "
1671
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1672
"based on number of retrieved rows."
1675
#: ../drizzled/drizzled.cc:1269
1677
"Maximum depth of search performed by the query optimizer. Values larger than "
1678
"the number of relations in a query result in better query plans, but take "
1679
"longer to compile a query. Smaller values than the number of tables in a "
1680
"relation result in faster optimization, but may produce very bad query "
1681
"plans. If set to 0, the system will automatically pick a reasonable value; "
1682
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1683
"(used for testing/comparison)."
1686
#: ../drizzled/drizzled.cc:1281
1687
msgid "Directory for plugins."
1690
#: ../drizzled/drizzled.cc:1285
1692
"Optional comma separated list of plugins to load at startup in addition to "
1693
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1696
#: ../drizzled/drizzled.cc:1291
1698
"Optional comma separated list of plugins to not load at startup. Effectively "
1699
"removes a plugin from the list of plugins to be loaded. [for example: --"
1700
"plugin_remove=crc32,logger_gearman]"
1703
#: ../drizzled/drizzled.cc:1297
1705
"Optional comma separated list of plugins to load at starup instead of the "
1706
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1709
#: ../drizzled/drizzled.cc:1303
1710
msgid "The size of the buffer that is allocated when preloading indexes"
1713
#: ../drizzled/drizzled.cc:1308
1714
msgid "Allocation block size for query parsing and execution"
1717
#: ../drizzled/drizzled.cc:1313
1718
msgid "Persistent buffer for query parsing and execution"
1721
#: ../drizzled/drizzled.cc:1319
1722
msgid "Allocation block size for storing ranges during optimization"
1725
#: ../drizzled/drizzled.cc:1325
1727
"Each thread that does a sequential scan allocates a buffer of this size for "
1728
"each table it scans. If you do many sequential scans, you may want to "
1729
"increase this value."
1732
#: ../drizzled/drizzled.cc:1333
1734
"When reading rows in sorted order after a sort, the rows are read through "
1735
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1739
#: ../drizzled/drizzled.cc:1341
1740
msgid "Select scheduler to be used (by default multi-thread)."
1743
#: ../drizzled/drizzled.cc:1346
1744
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1747
#: ../drizzled/drizzled.cc:1352
1748
msgid "The number of cached table definitions."
1751
#: ../drizzled/drizzled.cc:1356
1752
msgid "The number of cached open tables."
1755
#: ../drizzled/drizzled.cc:1360
1757
"Timeout in seconds to wait for a table level lock before returning an error. "
1758
"Used only if the connection has active cursors."
1761
#: ../drizzled/drizzled.cc:1365
1762
msgid "The stack size for each thread."
1765
#: ../drizzled/drizzled.cc:1371
1767
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1768
"automatically convert it to an on-disk MyISAM table."
1771
#: ../drizzled/drizzled.cc:1397
1773
"Copyright (C) 2008 Sun Microsystems\n"
1774
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1775
"and you are welcome to modify and redistribute it under the GPL license\n"
1779
#: ../drizzled/drizzled.cc:1405
1781
msgid "Usage: %s [OPTIONS]\n"
1784
#: ../drizzled/drizzled.cc:1529
1787
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1791
#: ../drizzled/drizzled.cc:1572
1792
msgid "Can't start server: cannot resolve hostname!"
1795
#: ../drizzled/drizzled.cc:1578
1796
msgid "Can't start server: bind-address refers to multiple interfaces!"
1799
#: ../drizzled/error.cc:138
1801
msgid "Unknown error %d"
1804
#: ../drizzled/error.cc:214
1808
#: ../drizzled/error.cc:215
1812
#: ../drizzled/error.cc:216
1814
msgid "Can't create file '%-.200s' (errno: %d)"
1817
#: ../drizzled/error.cc:217
1819
msgid "Can't create table '%-.200s' (errno: %d)"
1822
#: ../drizzled/error.cc:218
1824
msgid "Can't create database '%-.192s' (errno: %d)"
1827
#: ../drizzled/error.cc:219
1829
msgid "Can't create database '%-.192s'; database exists"
1832
#: ../drizzled/error.cc:220
1834
msgid "Can't drop database '%-.192s'; database doesn't exist"
1837
#: ../drizzled/error.cc:221
1839
msgid "Error on delete of '%-.192s' (errno: %d)"
1842
#: ../drizzled/error.cc:222
1844
msgid "Can't get status of '%-.200s' (errno: %d)"
1847
#: ../drizzled/error.cc:223
1849
msgid "Can't lock file (errno: %d)"
1852
#: ../drizzled/error.cc:224
1854
msgid "Can't open file: '%-.200s' (errno: %d)"
1857
#: ../drizzled/error.cc:225
1859
msgid "Can't find file: '%-.200s' (errno: %d)"
1862
#: ../drizzled/error.cc:226
1864
msgid "Can't read dir of '%-.192s' (errno: %d)"
1867
#: ../drizzled/error.cc:227
1869
msgid "Record has changed since last read in table '%-.192s'"
1872
#: ../drizzled/error.cc:228
1874
msgid "Disk full (%s); waiting for someone to free some space..."
1877
#: ../drizzled/error.cc:229
1879
msgid "Can't write; duplicate key in table '%-.192s'"
1882
#: ../drizzled/error.cc:230
1884
msgid "Error on close of '%-.192s' (errno: %d)"
1887
#: ../drizzled/error.cc:231
1889
msgid "Error reading file '%-.200s' (errno: %d)"
1892
#: ../drizzled/error.cc:232
1894
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1897
#: ../drizzled/error.cc:233
1899
msgid "Error writing file '%-.200s' (errno: %d)"
1902
#: ../drizzled/error.cc:234
1904
msgid "'%-.192s' is locked against change"
1907
#: ../drizzled/error.cc:235
1908
msgid "Sort aborted"
1911
#: ../drizzled/error.cc:236
1913
msgid "Got error %d from storage engine"
1916
#: ../drizzled/error.cc:237
1918
msgid "Table storage engine for '%-.192s' doesn't have this option"
1921
#: ../drizzled/error.cc:238
1923
msgid "Can't find record in '%-.192s'"
1926
#: ../drizzled/error.cc:239
1928
msgid "Incorrect information in file: '%-.200s'"
1931
#: ../drizzled/error.cc:240
1933
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1936
#: ../drizzled/error.cc:241
1938
msgid "Old key file for table '%-.192s'; repair it!"
1941
#: ../drizzled/error.cc:242
1943
msgid "Table '%-.192s' is read only"
1946
#: ../drizzled/error.cc:243
1948
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1951
#: ../drizzled/error.cc:244
1952
msgid "Out of sort memory; increase server sort buffer size"
1955
#: ../drizzled/error.cc:245
1957
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1960
#: ../drizzled/error.cc:246
1961
msgid "Too many connections"
1964
#: ../drizzled/error.cc:247
1966
"Out of memory; check if drizzled or some other process uses all available "
1967
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1968
"memory or you can add more swap space"
1971
#: ../drizzled/error.cc:248
1972
msgid "Can't get hostname for your address"
1975
#: ../drizzled/error.cc:249
1976
msgid "Bad handshake"
1979
#: ../drizzled/error.cc:250
1981
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1984
#: ../drizzled/error.cc:251
1986
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1989
#: ../drizzled/error.cc:252
1990
msgid "No database selected"
1993
#: ../drizzled/error.cc:253
1994
msgid "Unknown command"
1997
#: ../drizzled/error.cc:254
1999
msgid "Column '%-.192s' cannot be null"
2002
#: ../drizzled/error.cc:255
2004
msgid "Unknown database '%-.192s'"
2007
#: ../drizzled/error.cc:256
2009
msgid "Table '%-.192s' already exists"
2012
#: ../drizzled/error.cc:257
2014
msgid "Unknown table '%-.100s'"
2017
#: ../drizzled/error.cc:258
2019
msgid "Column '%-.192s' in %-.192s is ambiguous"
2022
#: ../drizzled/error.cc:259
2023
msgid "Server shutdown in progress"
2026
#: ../drizzled/error.cc:260
2028
msgid "Unknown column '%-.192s' in '%-.192s'"
2031
#: ../drizzled/error.cc:261
2033
msgid "'%-.192s' isn't in GROUP BY"
2036
#: ../drizzled/error.cc:262
2038
msgid "Can't group on '%-.192s'"
2041
#: ../drizzled/error.cc:263
2042
msgid "Statement has sum functions and columns in same statement"
2045
#: ../drizzled/error.cc:264
2046
msgid "Column count doesn't match value count"
2049
#: ../drizzled/error.cc:265
2051
msgid "Identifier name '%-.100s' is too long"
2054
#: ../drizzled/error.cc:266
2056
msgid "Duplicate column name '%-.192s'"
2059
#: ../drizzled/error.cc:267
2061
msgid "Duplicate key name '%-.192s'"
2064
#: ../drizzled/error.cc:268
2066
msgid "Duplicate entry '%-.192s' for key %d"
2069
#: ../drizzled/error.cc:269
2071
msgid "Incorrect column specifier for column '%-.192s'"
2074
#: ../drizzled/error.cc:270
2076
msgid "%s near '%-.80s' at line %d"
2079
#: ../drizzled/error.cc:271
2080
msgid "Query was empty"
2083
#: ../drizzled/error.cc:272
2085
msgid "Not unique table/alias: '%-.192s'"
2088
#: ../drizzled/error.cc:273
2090
msgid "Invalid default value for '%-.192s'"
2093
#: ../drizzled/error.cc:274
2094
msgid "Multiple primary key defined"
2097
#: ../drizzled/error.cc:275
2099
msgid "Too many keys specified; max %d keys allowed"
2102
#: ../drizzled/error.cc:276
2104
msgid "Too many key parts specified; max %d parts allowed"
2107
#: ../drizzled/error.cc:277
2109
msgid "Specified key was too long; max key length is %d bytes"
2112
#: ../drizzled/error.cc:278
2114
msgid "Key column '%-.192s' doesn't exist in table"
2117
#: ../drizzled/error.cc:279
2120
"BLOB column '%-.192s' can't be used in key specification with the used table "
2124
#: ../drizzled/error.cc:280
2127
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2131
#: ../drizzled/error.cc:281
2133
"Incorrect table definition; there can be only one auto column and it must be "
2137
#: ../drizzled/error.cc:282
2139
msgid "%s: Normal shutdown\n"
2142
#: ../drizzled/error.cc:283
2144
msgid "%s: Got signal %d. Aborting!\n"
2147
#: ../drizzled/error.cc:284
2149
msgid "%s: Shutdown complete\n"
2152
#: ../drizzled/error.cc:285
2154
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2157
#: ../drizzled/error.cc:286
2158
msgid "Can't create IP socket"
2161
#: ../drizzled/error.cc:287
2164
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2168
#: ../drizzled/error.cc:288
2171
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2175
#: ../drizzled/error.cc:289
2177
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2180
#: ../drizzled/error.cc:290
2183
"The file '%-.128s' must be in the database directory or be readable by all"
2186
#: ../drizzled/error.cc:291
2188
msgid "File '%-.200s' already exists"
2191
#: ../drizzled/error.cc:292
2193
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2196
#: ../drizzled/error.cc:293
2198
"Incorrect prefix key; the used key part isn't a string, the used length is "
2199
"longer than the key part, or the storage engine doesn't support unique "
2203
#: ../drizzled/error.cc:294
2204
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2207
#: ../drizzled/error.cc:295
2209
msgid "Can't DROP '%-.192s'; check that column/key exists"
2212
#: ../drizzled/error.cc:296
2214
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2217
#: ../drizzled/error.cc:297
2219
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2222
#: ../drizzled/error.cc:298
2224
msgid "Unknown thread id: %lu"
2227
#: ../drizzled/error.cc:299
2229
msgid "You are not owner of thread %lu"
2232
#: ../drizzled/error.cc:300
2233
msgid "No tables used"
2236
#: ../drizzled/error.cc:301
2238
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2241
#: ../drizzled/error.cc:302
2243
msgid "Incorrect database name '%-.100s'"
2246
#: ../drizzled/error.cc:303
2248
msgid "Incorrect table name '%-.100s'"
2251
#: ../drizzled/error.cc:304
2253
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2254
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2257
#: ../drizzled/error.cc:305
2258
msgid "Unknown error"
2261
#: ../drizzled/error.cc:306
2263
msgid "Unknown procedure '%-.192s'"
2266
#: ../drizzled/error.cc:307
2268
msgid "Incorrect parameter count to procedure '%-.192s'"
2271
#: ../drizzled/error.cc:308
2273
msgid "Unknown table '%-.192s' in %-.32s"
2276
#: ../drizzled/error.cc:309
2278
msgid "Column '%-.192s' specified twice"
2281
#: ../drizzled/error.cc:310
2282
msgid "Invalid use of group function"
2285
#: ../drizzled/error.cc:311
2288
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2291
#: ../drizzled/error.cc:312
2292
msgid "A table must have at least 1 column"
2295
#: ../drizzled/error.cc:313
2297
msgid "The table '%-.192s' is full"
2300
#: ../drizzled/error.cc:314
2302
msgid "Too many tables; Drizzle can only use %d tables in a join"
2305
#: ../drizzled/error.cc:315
2306
msgid "Too many columns"
2309
#: ../drizzled/error.cc:316
2312
"Row size too large. The maximum row size for the used table type, not "
2313
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2316
#: ../drizzled/error.cc:317
2317
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2320
#: ../drizzled/error.cc:318
2323
"Table handler doesn't support NULL in given index. Please change column "
2324
"'%-.192s' to be NOT NULL or use another handler"
2327
#: ../drizzled/error.cc:319
2328
msgid "No paths allowed for plugin library"
2331
#: ../drizzled/error.cc:320
2333
msgid "Plugin '%-.192s' already exists"
2336
#: ../drizzled/error.cc:321
2338
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2341
#: ../drizzled/error.cc:322
2343
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2346
#: ../drizzled/error.cc:323
2348
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2351
#: ../drizzled/error.cc:324
2354
"Can't create a new thread (errno %d); if you are not out of available "
2355
"memory, you can consult the manual for a possible OS-dependent bug"
2358
#: ../drizzled/error.cc:325
2360
msgid "Column count doesn't match value count at row %ld"
2363
#: ../drizzled/error.cc:326
2365
msgid "Can't reopen table: '%-.192s'"
2368
#: ../drizzled/error.cc:327
2370
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2371
"illegal if there is no GROUP BY clause"
2374
#: ../drizzled/error.cc:328
2376
msgid "Table '%-.192s.%-.192s' doesn't exist"
2379
#: ../drizzled/error.cc:329
2381
"You have an error in your SQL syntax; check the manual that corresponds to "
2382
"your Drizzle server version for the right syntax to use"
2385
#: ../drizzled/error.cc:330
2386
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2389
#: ../drizzled/error.cc:331
2390
msgid "Got packets out of order"
2393
#: ../drizzled/error.cc:332
2394
msgid "The used table type doesn't support BLOB/TEXT columns"
2397
#: ../drizzled/error.cc:333
2398
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2401
#: ../drizzled/error.cc:334
2403
msgid "Incorrect column name '%-.100s'"
2406
#: ../drizzled/error.cc:335
2408
msgid "The used storage engine can't index column '%-.192s'"
2411
#: ../drizzled/error.cc:336
2413
"Unable to open underlying table which is differently defined or of non-"
2414
"MyISAM type or doesn't exist"
2417
#: ../drizzled/error.cc:337
2419
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2422
#: ../drizzled/error.cc:338
2425
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2428
#: ../drizzled/error.cc:339
2430
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2434
#: ../drizzled/error.cc:340
2435
msgid "Result consisted of more than one row"
2438
#: ../drizzled/error.cc:341
2439
msgid "This table type requires a primary key"
2442
#: ../drizzled/error.cc:342
2444
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2447
#: ../drizzled/error.cc:343
2448
msgid "Can't open table"
2451
#: ../drizzled/error.cc:344
2453
msgid "The storage engine for the table doesn't support %s"
2456
#: ../drizzled/error.cc:345
2458
msgid "Got error %d during COMMIT"
2461
#: ../drizzled/error.cc:346
2463
msgid "Got error %d during ROLLBACK"
2466
#. This is a very incorrect place to use the PRIi64 macro as the
2467
#. program that looks over the source for the N_() macros does not
2468
#. (obviously) do macro expansion, so the string is entirely wrong for
2469
#. what it is trying to output for every language except english.
2470
#: ../drizzled/error.cc:351
2473
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2477
#: ../drizzled/error.cc:352
2479
"Can't execute the given command because you have active locked tables or an "
2480
"active transaction"
2483
#: ../drizzled/error.cc:353
2485
msgid "Unknown system variable '%-.64s'"
2488
#: ../drizzled/error.cc:354
2490
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2493
#: ../drizzled/error.cc:355
2496
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2499
#: ../drizzled/error.cc:356
2500
msgid "Some non-transactional changed tables couldn't be rolled back"
2503
#: ../drizzled/error.cc:357
2504
msgid "You may only use constant expressions with SET"
2507
#: ../drizzled/error.cc:358
2508
msgid "Lock wait timeout exceeded; try restarting transaction"
2511
#: ../drizzled/error.cc:359
2512
msgid "The total number of locks exceeds the lock table size"
2515
#: ../drizzled/error.cc:360
2516
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2519
#: ../drizzled/error.cc:361
2520
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2523
#: ../drizzled/error.cc:362
2525
msgid "Incorrect arguments to %s"
2528
#: ../drizzled/error.cc:363
2529
msgid "Deadlock found when trying to get lock; try restarting transaction"
2532
#: ../drizzled/error.cc:364
2533
msgid "The used table type doesn't support FULLTEXT indexes"
2536
#: ../drizzled/error.cc:365
2537
msgid "Cannot add foreign key constraint"
2540
#: ../drizzled/error.cc:366
2541
msgid "Cannot add or update a child row: a foreign key constraint fails"
2544
#: ../drizzled/error.cc:367
2545
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2548
#: ../drizzled/error.cc:368
2550
msgid "Incorrect usage of %s and %s"
2553
#: ../drizzled/error.cc:369
2554
msgid "The used SELECT statements have a different number of columns"
2557
#: ../drizzled/error.cc:370
2558
msgid "Can't execute the query because you have a conflicting read lock"
2561
#: ../drizzled/error.cc:371
2564
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2567
#: ../drizzled/error.cc:372
2570
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2573
#: ../drizzled/error.cc:373
2575
msgid "Variable '%-.64s' doesn't have a default value"
2578
#: ../drizzled/error.cc:374
2580
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2583
#: ../drizzled/error.cc:375
2585
msgid "Incorrect argument type to variable '%-.64s'"
2588
#: ../drizzled/error.cc:376
2590
msgid "Variable '%-.64s' can only be set, not read"
2593
#: ../drizzled/error.cc:377
2595
msgid "Incorrect usage/placement of '%s'"
2598
#: ../drizzled/error.cc:378
2600
msgid "This version of Drizzle doesn't yet support '%s'"
2603
#: ../drizzled/error.cc:379
2605
msgid "Variable '%-.192s' is a %s variable"
2608
#: ../drizzled/error.cc:380
2610
msgid "Incorrect foreign key definition for '%-.192s': %s"
2613
#: ../drizzled/error.cc:381
2614
msgid "Key reference and table reference don't match"
2617
#: ../drizzled/error.cc:382
2619
msgid "Operand should contain %d column(s)"
2622
#: ../drizzled/error.cc:383
2623
msgid "Subquery returns more than 1 row"
2626
#: ../drizzled/error.cc:384
2628
msgid "Converting column '%s' from %s to %s"
2631
#: ../drizzled/error.cc:385
2633
msgid "Reference '%-.64s' not supported (%s)"
2636
#: ../drizzled/error.cc:386
2637
msgid "Every derived table must have its own alias"
2640
#: ../drizzled/error.cc:387
2642
msgid "Select %u was reduced during optimization"
2645
#: ../drizzled/error.cc:388
2647
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2650
#: ../drizzled/error.cc:389
2651
msgid "All parts of a SPATIAL index must be NOT NULL"
2654
#: ../drizzled/error.cc:390
2656
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2659
#: ../drizzled/error.cc:391
2662
"Uncompressed data size too large; the maximum size is %d (based on "
2663
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2666
#: ../drizzled/error.cc:392
2667
msgid "ZLIB: Not enough memory"
2670
#: ../drizzled/error.cc:393
2672
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2673
"data was corrupted)"
2676
#: ../drizzled/error.cc:394
2677
msgid "ZLIB: Input data corrupted"
2680
#: ../drizzled/error.cc:395
2682
msgid "%d line(s) were cut by GROUP_CONCAT()"
2685
#: ../drizzled/error.cc:396
2687
msgid "Row %ld doesn't contain data for all columns"
2690
#: ../drizzled/error.cc:397
2693
"Row %ld was truncated; it contained more data than there were input columns"
2696
#: ../drizzled/error.cc:398
2699
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2702
#: ../drizzled/error.cc:399
2704
msgid "Out of range value for column '%s' at row %ld"
2707
#: ../drizzled/error.cc:400
2709
msgid "Data truncated for column '%s' at row %ld"
2712
#: ../drizzled/error.cc:401
2714
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2717
#: ../drizzled/error.cc:402
2719
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2722
#: ../drizzled/error.cc:403
2724
msgid "Illegal mix of collations for operation '%s'"
2727
#: ../drizzled/error.cc:404
2730
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2734
#: ../drizzled/error.cc:405
2736
msgid "Unknown collation: '%-.64s'"
2739
#: ../drizzled/error.cc:406
2742
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2746
#: ../drizzled/error.cc:407
2748
msgid "Incorrect index name '%-.100s'"
2751
#: ../drizzled/error.cc:408
2753
msgid "Incorrect catalog name '%-.100s'"
2756
#: ../drizzled/error.cc:409
2758
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2761
#: ../drizzled/error.cc:410
2763
msgid "Unknown table engine '%s'"
2766
#: ../drizzled/error.cc:411
2768
msgid "The target table %-.100s of the %s is not updatable"
2771
#: ../drizzled/error.cc:412
2774
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2778
#: ../drizzled/error.cc:413
2781
"The Drizzle server is running with the %s option so it cannot execute this "
2785
#: ../drizzled/error.cc:414
2787
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2790
#: ../drizzled/error.cc:415
2792
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2795
#: ../drizzled/error.cc:416
2797
"Incorrect table definition; there can be only one TIMESTAMP column with "
2798
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2801
#: ../drizzled/error.cc:417
2803
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2806
#: ../drizzled/error.cc:418
2808
msgid "Got error %d '%-.100s' from %s"
2811
#: ../drizzled/error.cc:419
2813
msgid "Got temporary error %d '%-.100s' from %s"
2816
#: ../drizzled/error.cc:420
2818
msgid "Unknown or incorrect time zone: '%-.64s'"
2821
#: ../drizzled/error.cc:421
2823
msgid "Invalid %s character string: '%.64s'"
2826
#: ../drizzled/error.cc:422
2828
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2831
#: ../drizzled/error.cc:423
2833
msgid "%s %s does not exist"
2836
#: ../drizzled/error.cc:424
2837
msgid "Query execution was interrupted"
2840
#: ../drizzled/error.cc:425
2843
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2844
"(s) or definer/invoker of view lack rights to use them"
2847
#: ../drizzled/error.cc:426
2849
msgid "Field '%-.192s' doesn't have a default value"
2852
#: ../drizzled/error.cc:427
2853
msgid "Division by 0"
2856
#: ../drizzled/error.cc:428
2858
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2861
#: ../drizzled/error.cc:429
2863
msgid "Illegal %s '%-.192s' value found during parsing"
2866
#: ../drizzled/error.cc:430
2868
msgid "Key part '%-.192s' length cannot be 0"
2871
#: ../drizzled/error.cc:431
2874
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2878
#: ../drizzled/error.cc:432
2880
msgid "Data too long for column '%s' at row %ld"
2883
#: ../drizzled/error.cc:433
2886
"%s: ready for connections.\n"
2887
"Version: '%s' %s\n"
2890
#: ../drizzled/error.cc:434
2891
msgid "Can't load value from file with fixed size rows to variable"
2894
#: ../drizzled/error.cc:435
2896
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2899
#: ../drizzled/error.cc:436
2900
msgid "Table definition has changed, please retry transaction"
2903
#: ../drizzled/error.cc:437
2905
msgid "Not allowed to return a result set from a %s"
2908
#: ../drizzled/error.cc:438
2909
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2912
#: ../drizzled/error.cc:439
2914
"Explicit or implicit commit is not allowed in stored function or trigger."
2917
#: ../drizzled/error.cc:440
2919
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2922
#: ../drizzled/error.cc:441
2924
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2927
#: ../drizzled/error.cc:442
2930
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2934
#: ../drizzled/error.cc:443
2935
msgid "Trigger in wrong schema"
2938
#: ../drizzled/error.cc:444
2941
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2942
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2945
#: ../drizzled/error.cc:445
2947
msgid "Display width out of range for column '%-.192s' (max = %d)"
2950
#: ../drizzled/error.cc:446
2952
msgid "Datetime function: %-.32s field overflow"
2955
#: ../drizzled/error.cc:447
2958
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2961
#: ../drizzled/error.cc:448
2964
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2967
#: ../drizzled/error.cc:449
2968
msgid "No data - zero rows fetched, selected, or processed"
2971
#: ../drizzled/error.cc:450
2973
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2976
#: ../drizzled/error.cc:451
2978
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2981
#: ../drizzled/error.cc:452
2982
msgid "The used table type doesn't support SPATIAL indexes"
2985
#: ../drizzled/error.cc:453
2987
msgid "Leading spaces are removed from name '%s'"
2990
#: ../drizzled/error.cc:454
2991
msgid "Failed to read auto-increment value from storage engine"
2994
#: ../drizzled/error.cc:455
2996
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2999
#: ../drizzled/error.cc:456
3000
msgid "Too high level of nesting for select"
3003
#: ../drizzled/error.cc:457
3005
msgid "Name '%-.64s' has become ''"
3008
#: ../drizzled/error.cc:458
3010
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3011
"optional and non-empty FIELDS ENCLOSED BY"
3014
#: ../drizzled/error.cc:459
3017
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3020
#: ../drizzled/error.cc:460
3022
msgid "Incorrect %-.32s value: '%-.128s'"
3025
#: ../drizzled/error.cc:461
3027
msgid "Table has no partition for value %-.64s"
3030
#: ../drizzled/error.cc:462
3031
msgid "Writing one row to the row-based binary log failed"
3034
#: ../drizzled/error.cc:463
3036
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3039
#: ../drizzled/error.cc:464
3042
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3043
"d would lead to a duplicate entry"
3046
#: ../drizzled/error.cc:465
3048
"Transaction isolation level can't be changed while a transaction is in "
3052
#: ../drizzled/error.cc:466
3054
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3057
#: ../drizzled/error.cc:467
3059
msgid "Incorrect parameters in the call to native function '%-.192s'"
3062
#: ../drizzled/error.cc:468
3064
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3067
#: ../drizzled/error.cc:469
3069
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3072
#: ../drizzled/error.cc:470
3074
msgid "Received an invalid value '%s' for a UNIX timestamp."
3077
#: ../drizzled/error.cc:471
3079
msgid "Received an invalid datetime value '%s'."
3082
#: ../drizzled/error.cc:472
3084
msgid "Received a NULL argument for function '%s'."
3087
#: ../drizzled/error.cc:473
3089
msgid "Received an out-of-range argument '%s' for function '%s'."
3092
#: ../drizzled/error.cc:474
3094
msgid "Received an invalid enum value '%s'."
3097
#: ../drizzled/error.cc:475
3098
msgid "Tables which are replicated require a primary key."
3101
#: ../drizzled/error.cc:476
3103
msgid "Corrupt or invalid table definition: %s"
3106
#: ../drizzled/error.cc:477
3108
msgid "Corrupt or invalid schema definition for %s : %s"
3111
#: ../drizzled/error.cc:478
3113
msgid "Schema does not exist: %s"
3116
#: ../drizzled/error.cc:479
3118
msgid "Error altering schema: %s"
3121
#: ../drizzled/error.cc:480
3123
msgid "Error droppping Schema : %s"
3126
#: ../drizzled/error.cc:481
3127
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3130
#: ../drizzled/error.cc:482
3132
msgid "Unknown table engine option key/pair %s = %s."
3135
#: ../drizzled/error.cc:483
3137
msgid "Unknown schema engine option key/pair %s = %s."
3140
#: ../drizzled/error.cc:485
3142
msgid "Can't unlock file (Errcode: %d)"
3145
#: ../drizzled/error.cc:486
3147
msgid "Can't change size of file (Errcode: %d)"
3150
#: ../drizzled/error.cc:487
3152
msgid "Can't open stream from handle (Errcode: %d)"
3155
#: ../drizzled/error.cc:488
3157
msgid "Warning: '%s' had %d links"
3160
#: ../drizzled/error.cc:489
3162
msgid "Warning: %d files and %d streams is left open\n"
3165
#: ../drizzled/error.cc:490
3167
msgid "Can't create directory '%s' (Errcode: %d)"
3170
#: ../drizzled/error.cc:491
3173
"Character set '%s' is not a compiled character set and is not specified in "
3177
#: ../drizzled/error.cc:492
3179
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3182
#: ../drizzled/error.cc:493
3184
msgid "Can't read value for symlink '%s' (Error %d)"
3187
#: ../drizzled/error.cc:494
3189
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3192
#: ../drizzled/error.cc:495
3194
msgid "Error on realpath() on '%s' (Error %d)"
3197
#: ../drizzled/error.cc:496
3199
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3202
#: ../drizzled/error.cc:497
3205
"Collation '%s' is not a compiled collation and is not specified in the %s "
3209
#: ../drizzled/error.cc:498
3211
msgid "File '%s' (fileno: %d) was not closed"
3214
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
3216
"Schema name cannot be encoded and fit within filesystem name length "
3220
#: ../drizzled/identifier/table.cc:224
3222
"Table name cannot be encoded and fit within filesystem name length "
3228
#. * Since clients still use this code, we use fprintf here.
3229
#. * This fprintf needs to be turned into errmsg_printf
3230
#. * as soon as the client programs no longer use mysys
3231
#. * and can use the pluggable error message system.
3233
#: ../drizzled/internal/default.cc:687
3235
msgid "error: could not open directory: %s\n"
3238
#: ../drizzled/main.cc:150
3240
"setrlimit could not change the size of core files to 'infinity'; We may not "
3241
"be able to generate a core file on signals"
3244
#: ../drizzled/main.cc:251
3246
msgid "Data directory %s does not exist\n"
3249
#: ../drizzled/message/transaction_reader.cc:175
3251
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3254
#: ../drizzled/message/transaction_reader.cc:184
3255
#: ../drizzled/message/transaction_writer.cc:371
3257
msgid "Cannot open file: %s\n"
3260
#: ../drizzled/message/transaction_reader.cc:217
3262
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3265
#: ../drizzled/message/transaction_reader.cc:223
3266
#: ../plugin/transaction_log/transaction_log_reader.cc:119
3268
msgid "Attempted to read record bigger than INT_MAX\n"
3271
#: ../drizzled/message/transaction_reader.cc:243
3272
#: ../plugin/transaction_log/transaction_log_reader.cc:139
3274
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3277
#: ../drizzled/message/transaction_reader.cc:256
3278
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
3279
#: ../plugin/transaction_log/print_transaction_message.cc:147
3280
#: ../plugin/transaction_log/transaction_log_reader.cc:152
3282
msgid "Could not read transaction message.\n"
3285
#: ../drizzled/message/transaction_reader.cc:257
3286
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
3287
#: ../plugin/transaction_log/print_transaction_message.cc:148
3288
#: ../plugin/transaction_log/transaction_log_reader.cc:153
3290
msgid "GPB ERROR: %s.\n"
3293
#: ../drizzled/message/transaction_reader.cc:261
3294
#: ../drizzled/message/transaction_reader.cc:274
3302
#: ../drizzled/message/transaction_reader.cc:268
3304
msgid "Unable to parse command. Got error: %s.\n"
3307
#: ../drizzled/message/transaction_reader.cc:289
3308
#: ../plugin/transaction_log/transaction_log_reader.cc:174
3310
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3313
#: ../drizzled/message/transaction_writer.cc:365
3315
msgid "Usage: %s TRANSACTION_LOG\n"
3318
#: ../drizzled/module/library.cc:149
3321
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3322
"the current running version of Drizzle: %<PRIu64>."
3325
#: ../drizzled/module/loader.cc:273
3328
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3332
#: ../drizzled/module/loader.cc:352
3334
msgid "Plugin '%s' init function returned error.\n"
3337
#: ../drizzled/module/loader.cc:516
3339
msgid "Couldn't load plugin library named '%s'.\n"
3342
#: ../drizzled/module/loader.cc:526
3344
msgid "Couldn't load plugin named '%s'.\n"
3347
#: ../drizzled/module/loader.cc:753
3348
msgid "Out of memory."
3351
#: ../drizzled/module/loader.cc:1459 ../drizzled/module/loader.cc:1510
3353
msgid "Unknown variable type code 0x%x in plugin '%s'."
3356
#: ../drizzled/module/loader.cc:1502
3359
"Server variable %s of plugin %s was forced to be read-only: string variable "
3360
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3363
#: ../drizzled/module/loader.cc:1521
3365
msgid "Missing variable name in plugin '%s'."
3368
#: ../drizzled/module/loader.cc:1538
3370
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3373
#: ../drizzled/module/loader.cc:1660
3375
msgid "Out of memory for plugin '%s'."
3378
#: ../drizzled/module/loader.cc:1669
3380
msgid "Bad options for plugin '%s'."
3383
#: ../drizzled/module/loader.cc:1682
3385
msgid "Parsing options for plugin '%s' failed."
3388
#: ../drizzled/module/loader.cc:1735
3390
msgid "Plugin '%s' has conflicting system variables"
3393
#: ../drizzled/module/registry.h:103
3395
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3398
#: ../drizzled/module/registry.h:112
3400
msgid "Fatal error: Failed initializing %s plugin.\n"
3403
#: ../drizzled/option.cc:84
3407
#: ../drizzled/option.cc:86
3411
#: ../drizzled/option.cc:337
3413
msgid "%s: %s: Option '%s' used, but is disabled\n"
3416
#: ../drizzled/option.cc:339
3420
#: ../drizzled/option.cc:441
3422
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3425
#: ../drizzled/option.cc:769
3427
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3430
#: ../drizzled/option.cc:962
3432
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3435
#: ../drizzled/option.cc:1194
3437
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3440
#: ../drizzled/option.cc:1214
3444
"Variables (--variable-name=value)\n"
3445
"and boolean options {false|true} Value (after reading options)\n"
3446
"--------------------------------- -----------------------------\n"
3449
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3450
msgid "(No default value)"
3453
#: ../drizzled/option.cc:1249
3457
#: ../drizzled/option.cc:1249
3461
#: ../drizzled/option.cc:1282
3463
msgid "(Disabled)\n"
3466
#: ../drizzled/plugin/error_message.cc:81
3468
msgid "errmsg plugin '%s' errmsg() failed"
3471
#: ../drizzled/plugin/event_observer.cc:132
3474
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3475
"'%s' from EventObserver plugin '%s'"
3478
#: ../drizzled/plugin/event_observer.cc:399
3480
msgid "EventIterate event handler '%s' failed for event '%s'"
3483
#: ../drizzled/plugin/function.cc:48
3485
msgid "A function named %s already exists!\n"
3488
#: ../drizzled/plugin/function.cc:57
3489
msgid "Could not add Function!\n"
3492
#: ../drizzled/plugin/listen.cc:69
3493
msgid "Error getting file descriptors"
3496
#: ../drizzled/plugin/listen.cc:87
3497
msgid "No sockets could be bound for listening"
3500
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:304
3502
msgid "pipe() failed with errno %d"
3505
#: ../drizzled/plugin/listen.cc:123
3507
msgid "poll() failed with errno %d"
3510
#: ../drizzled/plugin/listen_tcp.cc:60
3512
msgid "accept() failed with errno %d"
3515
#: ../drizzled/plugin/listen_tcp.cc:96
3517
msgid "getaddrinfo() failed with error %s"
3520
#: ../drizzled/plugin/listen_tcp.cc:128
3522
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3525
#: ../drizzled/plugin/listen_tcp.cc:139
3527
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3530
#: ../drizzled/plugin/listen_tcp.cc:148
3532
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3535
#: ../drizzled/plugin/listen_tcp.cc:157
3537
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3540
#: ../drizzled/plugin/listen_tcp.cc:166
3542
msgid "setsockopt(SO_LINGER) failed with errno %d"
3545
#: ../drizzled/plugin/listen_tcp.cc:175
3547
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3550
#: ../drizzled/plugin/listen_tcp.cc:196
3552
msgid "Retrying bind() on %u\n"
3555
#: ../drizzled/plugin/listen_tcp.cc:203
3557
msgid "bind() failed with errno: %d\n"
3560
#: ../drizzled/plugin/listen_tcp.cc:206
3561
msgid "Do you already have another drizzled running?\n"
3564
#: ../drizzled/plugin/listen_tcp.cc:213
3566
msgid "listen() failed with errno %d\n"
3569
#: ../drizzled/plugin/listen_tcp.cc:219
3571
msgid "Listening on %s:%s\n"
3574
#: ../drizzled/plugin/logging.cc:67
3576
msgid "logging '%s' pre() failed"
3579
#: ../drizzled/plugin/logging.cc:92
3581
msgid "logging '%s' post() failed"
3584
#: ../drizzled/plugin/logging.cc:116
3586
msgid "logging '%s' postEnd() failed"
3589
#: ../drizzled/plugin/scheduler.cc:64
3592
"Attempted to register a scheduler %s, but a scheduler has already been "
3593
"registered with that name.\n"
3596
#: ../drizzled/plugin/scheduler.cc:101
3598
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3601
#: ../drizzled/plugin/schema_engine.cc:131
3603
msgid "Error while loading database options: '%s':"
3606
#: ../drizzled/plugin/xa_resource_manager.cc:117
3608
msgid "Found %d prepared transaction(s) in resource manager."
3611
#: ../drizzled/plugin/xa_resource_manager.cc:184
3612
msgid "Starting crash recovery..."
3615
#: ../drizzled/plugin/xa_resource_manager.cc:194
3617
msgid "Found %d prepared XA transactions"
3620
#: ../drizzled/plugin/xa_resource_manager.cc:199
3623
"Found %d prepared transactions! It means that drizzled was not shut down "
3624
"properly last time and critical recovery information (last binlog or %s "
3625
"file) was manually deleted after a crash. You have to start drizzled with "
3626
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3629
#: ../drizzled/plugin/xa_resource_manager.cc:209
3630
msgid "Crash recovery finished."
3633
#: ../drizzled/replication_services.cc:94
3635
"You registered a TransactionApplier plugin but no TransactionReplicator "
3636
"plugins were registered.\n"
3639
#: ../drizzled/replication_services.cc:125
3642
"You registered a TransactionApplier plugin but no TransactionReplicator "
3643
"plugins were registered that match the requested replicator name of '%s'.\n"
3644
"We have deactivated the TransactionApplier '%s'.\n"
3647
#: ../drizzled/session.cc:1913 ../drizzled/session.cc:1929
3649
msgid "Could not remove temporary table: '%s', error: %d"
3652
#: ../drizzled/set_var.cc:1510
3654
msgid "Variable named %s already exists!\n"
3657
#: ../drizzled/set_var.cc:1519
3659
msgid "Could not add Variable: %s\n"
3662
#: ../drizzled/set_var.cc:1633
3663
msgid "Failed to initialize system variables"
3666
#: ../drizzled/signal_handler.cc:56
3668
msgid "Got signal %d from thread %<PRIu64>"
3671
#: ../drizzled/signal_handler.cc:118
3673
msgid "Fatal signal %d while backtracing\n"
3676
#: ../drizzled/signal_handler.cc:127
3678
msgid "Fatal: time() call failed\n"
3681
#: ../drizzled/signal_handler.cc:133
3684
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3685
"This could be because you hit a bug. It is also possible that this binary\n"
3686
" or one of the libraries it was linked against is corrupt, improperly "
3688
" or misconfigured. This error can also be caused by malfunctioning "
3692
#: ../drizzled/signal_handler.cc:141
3695
"We will try our best to scrape up some info that will hopefully help "
3697
"the problem, but since we have already crashed, something is definitely "
3699
"and this may fail.\n"
3703
#: ../drizzled/signal_handler.cc:148
3706
"It is possible that drizzled could use up to \n"
3707
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3709
"Hope that's ok; if not, decrease some variables in the equation.\n"
3713
#: ../drizzled/sql_base.cc:1518
3715
msgid "Table %s had a open data Cursor in reopen_table"
3718
#: ../drizzled/sql_table.cc:1933
3720
msgid "Unknown - internal error %d during operation"
3723
#: ../drizzled/statement/alter_table.cc:1486
3726
"order_st BY ignored because there is a user-defined clustered index in the "
3730
#: ../drizzled/table.cc:1964
3732
msgid "Got error %d when reading table '%s'"
3735
#: ../drizzled/table_share.cc:860
3737
msgid "Table %s has invalid/unknown collation: %d,%s"
3740
#: ../drizzled/table_share.cc:1153
3742
msgid "ENUM column %s has greater than %d possible values"
3745
#: ../drizzled/table_share.cc:2063
3747
msgid "Unknown collation '%s' in table '%-.64s' definition"
3750
#: ../drizzled/table_share.cc:2070
3753
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3757
#: ../drizzled/tztime.cc:173
3759
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3762
#: ../plugin/auth_file/auth_file.cc:225
3764
msgid "Could not load auth file: %s\n"
3767
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3768
msgid "File to load for usernames and passwords"
3771
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
3772
msgid "Enable HTTP Auth check"
3775
#: ../plugin/auth_http/auth_http.cc:160
3776
msgid "URL for HTTP Auth check"
3779
#: ../plugin/auth_ldap/auth_ldap.cc:285
3781
msgid "Reconnect failed: %s\n"
3784
#: ../plugin/auth_ldap/auth_ldap.cc:304
3786
msgid "ldap_search_ext_s failed: %s\n"
3789
#: ../plugin/auth_ldap/auth_ldap.cc:410
3791
msgid "Could not load auth ldap: %s\n"
3794
#: ../plugin/auth_ldap/auth_ldap.cc:423
3795
msgid "URI of the LDAP server to contact"
3798
#: ../plugin/auth_ldap/auth_ldap.cc:431
3799
msgid "DN to use when binding to the LDAP server"
3802
#: ../plugin/auth_ldap/auth_ldap.cc:439
3803
msgid "Password to use when binding the DN"
3806
#: ../plugin/auth_ldap/auth_ldap.cc:447
3807
msgid "DN to use when searching"
3810
#: ../plugin/auth_ldap/auth_ldap.cc:455
3811
msgid "Attribute in LDAP with plain text password"
3814
#: ../plugin/auth_ldap/auth_ldap.cc:463
3815
msgid "Attribute in LDAP with MySQL hashed password"
3818
#: ../plugin/auth_ldap/auth_ldap.cc:471
3819
msgid "How often to empty the users cache, 0 to disable"
3822
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3823
msgid "Enable the console."
3826
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3827
msgid "Turn on extra debugging."
3830
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3831
msgid "User to use for auth."
3834
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3835
msgid "Password to use for auth."
3838
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
3839
msgid "Default database to use."
3842
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
3843
#: ../plugin/mysql_protocol/mysql_protocol.cc:913
3844
msgid "Invalid value of port\n"
3847
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
3848
#: ../plugin/mysql_protocol/mysql_protocol.cc:922
3849
msgid "Invalid value for connect_timeout\n"
3852
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
3853
#: ../plugin/mysql_protocol/mysql_protocol.cc:931
3854
msgid "Invalid value for read_timeout\n"
3857
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
3858
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3859
msgid "Invalid value for write_timeout\n"
3862
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:878
3863
msgid "Invalid value for retry_count\n"
3866
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:887
3867
#: ../plugin/mysql_protocol/mysql_protocol.cc:958
3868
msgid "Invalid value for buffer_length\n"
3871
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
3872
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
3874
"Port number to use for connection or 0 for default to, in order of "
3875
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
3878
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
3879
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
3880
#: ../plugin/mysql_protocol/mysql_protocol.cc:987
3881
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
3882
msgid "Connect Timeout."
3885
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:916
3886
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
3887
#: ../plugin/mysql_protocol/mysql_protocol.cc:990
3888
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
3889
msgid "Read Timeout."
3892
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:918
3893
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:943
3894
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
3895
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
3896
msgid "Write Timeout."
3899
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:920
3900
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:946
3901
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
3902
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3903
msgid "Retry Count."
3906
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
3907
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:949
3908
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
3909
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
3910
msgid "Buffer length."
3913
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
3914
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:952
3915
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
3916
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
3917
msgid "Address to bind to."
3920
#: ../plugin/drizzle_protocol/errmsg.cc:31
3921
msgid "Unknown Drizzle error"
3924
#: ../plugin/drizzle_protocol/errmsg.cc:32
3926
msgid "Can't create UNIX socket (%d)"
3929
#: ../plugin/drizzle_protocol/errmsg.cc:33
3931
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
3934
#: ../plugin/drizzle_protocol/errmsg.cc:34
3936
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
3939
#: ../plugin/drizzle_protocol/errmsg.cc:35
3941
msgid "Can't create TCP/IP socket (%d)"
3944
#: ../plugin/drizzle_protocol/errmsg.cc:36
3946
msgid "Unknown Drizzle server host '%-.100s' (%d)"
3949
#: ../plugin/drizzle_protocol/errmsg.cc:37
3950
msgid "Drizzle server has gone away"
3953
#: ../plugin/drizzle_protocol/errmsg.cc:38
3955
msgid "Protocol mismatch; server version = %d, client version = %d"
3958
#: ../plugin/drizzle_protocol/errmsg.cc:39
3959
msgid "Drizzle client ran out of memory"
3962
#: ../plugin/drizzle_protocol/errmsg.cc:40
3963
msgid "Wrong host info"
3966
#: ../plugin/drizzle_protocol/errmsg.cc:41
3967
msgid "Localhost via UNIX socket"
3970
#: ../plugin/drizzle_protocol/errmsg.cc:42
3972
msgid "%-.100s via TCP/IP"
3975
#: ../plugin/drizzle_protocol/errmsg.cc:43
3976
msgid "Error in server handshake"
3979
#: ../plugin/drizzle_protocol/errmsg.cc:44
3980
msgid "Lost connection to Drizzle server during query"
3983
#: ../plugin/drizzle_protocol/errmsg.cc:45
3984
msgid "Commands out of sync; you can't run this command now"
3987
#: ../plugin/drizzle_protocol/errmsg.cc:46
3989
msgid "Named pipe: %-.32s"
3992
#: ../plugin/drizzle_protocol/errmsg.cc:47
3994
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
3997
#: ../plugin/drizzle_protocol/errmsg.cc:48
3999
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
4002
#: ../plugin/drizzle_protocol/errmsg.cc:49
4004
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4007
#: ../plugin/drizzle_protocol/errmsg.cc:50
4009
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4012
#: ../plugin/drizzle_protocol/errmsg.cc:51
4013
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4016
#: ../plugin/drizzle_protocol/errmsg.cc:52
4017
msgid "Embedded server"
4020
#: ../plugin/drizzle_protocol/errmsg.cc:53
4021
msgid "Error on SHOW SLAVE STATUS:"
4024
#: ../plugin/drizzle_protocol/errmsg.cc:54
4025
msgid "Error on SHOW SLAVE HOSTS:"
4028
#: ../plugin/drizzle_protocol/errmsg.cc:55
4029
msgid "Error connecting to slave:"
4032
#: ../plugin/drizzle_protocol/errmsg.cc:56
4033
msgid "Error connecting to master:"
4036
#: ../plugin/drizzle_protocol/errmsg.cc:57
4037
msgid "SSL connection error"
4040
#: ../plugin/drizzle_protocol/errmsg.cc:58
4041
msgid "Malformed packet"
4044
#: ../plugin/drizzle_protocol/errmsg.cc:59
4045
#: ../plugin/drizzle_protocol/errmsg.cc:70
4046
#: ../plugin/drizzle_protocol/errmsg.cc:71
4047
#: ../plugin/drizzle_protocol/errmsg.cc:72
4048
#: ../plugin/drizzle_protocol/errmsg.cc:73
4049
#: ../plugin/drizzle_protocol/errmsg.cc:74
4050
#: ../plugin/drizzle_protocol/errmsg.cc:75
4051
#: ../plugin/drizzle_protocol/errmsg.cc:76
4052
#: ../plugin/drizzle_protocol/errmsg.cc:77
4053
#: ../plugin/drizzle_protocol/errmsg.cc:78
4054
msgid "(unused error message)"
4057
#: ../plugin/drizzle_protocol/errmsg.cc:60
4058
msgid "Invalid use of null pointer"
4061
#: ../plugin/drizzle_protocol/errmsg.cc:61
4062
msgid "Statement not prepared"
4065
#: ../plugin/drizzle_protocol/errmsg.cc:62
4066
msgid "No data supplied for parameters in prepared statement"
4069
#: ../plugin/drizzle_protocol/errmsg.cc:63
4070
msgid "Data truncated"
4073
#: ../plugin/drizzle_protocol/errmsg.cc:64
4074
msgid "No parameters exist in the statement"
4077
#: ../plugin/drizzle_protocol/errmsg.cc:65
4078
msgid "Invalid parameter number"
4081
#: ../plugin/drizzle_protocol/errmsg.cc:66
4084
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4087
#: ../plugin/drizzle_protocol/errmsg.cc:68
4089
msgid "Using unsupported buffer type: %d (parameter: %d)"
4092
#: ../plugin/drizzle_protocol/errmsg.cc:69
4094
msgid "Shared memory: %-.100s"
4097
#: ../plugin/drizzle_protocol/errmsg.cc:79
4098
msgid "Wrong or unknown protocol"
4101
#: ../plugin/drizzle_protocol/errmsg.cc:80
4102
msgid "Invalid connection handle"
4105
#: ../plugin/drizzle_protocol/errmsg.cc:81
4107
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4108
"option 'secure_auth' enabled)"
4111
#: ../plugin/drizzle_protocol/errmsg.cc:83
4112
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4115
#: ../plugin/drizzle_protocol/errmsg.cc:84
4116
msgid "Attempt to read column without prior row fetch"
4119
#: ../plugin/drizzle_protocol/errmsg.cc:85
4120
msgid "Prepared statement contains no metadata"
4123
#: ../plugin/drizzle_protocol/errmsg.cc:86
4125
"Attempt to read a row while there is no result set associated with the "
4129
#: ../plugin/drizzle_protocol/errmsg.cc:88
4130
msgid "This feature is not implemented yet"
4133
#: ../plugin/drizzle_protocol/errmsg.cc:89
4136
"Lost connection to Drizzle server while waiting for initial communication "
4137
"packet, system error: %d"
4140
#: ../plugin/drizzle_protocol/errmsg.cc:91
4143
"Lost connection to Drizzle server while reading initial communication "
4144
"packet, system error: %d"
4147
#: ../plugin/drizzle_protocol/errmsg.cc:93
4150
"Lost connection to Drizzle server while sending authentication information, "
4154
#: ../plugin/drizzle_protocol/errmsg.cc:95
4157
"Lost connection to Drizzle server while reading authorization information, "
4161
#: ../plugin/drizzle_protocol/errmsg.cc:97
4164
"Lost connection to Drizzle server while setting initial database, system "
4168
#: ../plugin/drizzle_protocol/errmsg.cc:99
4170
msgid "Statement closed indirectly because of a preceding %s() call"
4173
#. CR_NET_UNCOMPRESS_ERROR 08S01
4174
#: ../plugin/drizzle_protocol/errmsg.cc:101
4175
msgid "Couldn't uncompress communication packet"
4178
#. CR_NET_READ_ERROR 08S01
4179
#: ../plugin/drizzle_protocol/errmsg.cc:103
4180
msgid "Got an error reading communication packets"
4183
#. CR_NET_READ_INTERRUPTED 08S01
4184
#: ../plugin/drizzle_protocol/errmsg.cc:105
4185
msgid "Got timeout reading communication packets"
4188
#. CR_NET_ERROR_ON_WRITE 08S01
4189
#: ../plugin/drizzle_protocol/errmsg.cc:107
4190
msgid "Got an error writing communication packets"
4193
#. CR_NET_WRITE_INTERRUPTED 08S01
4194
#: ../plugin/drizzle_protocol/errmsg.cc:109
4195
msgid "Got timeout writing communication packets"
4198
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
4199
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
4200
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
4202
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
4205
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
4207
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
4210
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
4211
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
4212
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
4213
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
4215
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
4218
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
4219
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
4221
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
4224
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
4225
msgid "Invalid value of additional-mem-pool-size"
4228
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
4229
msgid "Invalid value of autoextend-increment"
4232
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
4233
msgid "Invalid value of buffer-pool-size"
4236
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
4237
msgid "Invalid value of io-capacity"
4240
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
4241
msgid "Invalid value of fast-shutdown"
4244
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
4245
msgid "Invalid value of flush-log-at-trx-commit"
4248
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
4249
msgid "Invalid value of force-recovery"
4252
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
4253
msgid "Invalid value of log-file-size"
4256
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
4257
msgid "Invalid value of log-files-in-group"
4260
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
4261
msgid "Invalid value of lock-wait-timeout"
4264
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
4265
msgid "Invalid value of log-buffer-size"
4268
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
4269
msgid "Invalid value of lru-old-blocks-pct"
4272
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
4273
msgid "Invalid value of lru-block-access-recency"
4276
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
4277
msgid "Invalid value of max-dirty-pages-pct"
4280
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
4281
msgid "Invalid value of max-purge-lag"
4284
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
4285
msgid "Invalid value of open-files"
4288
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
4289
msgid "Invalid value of read-io-threads"
4292
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
4293
msgid "Invalid value of sync_spin_loops"
4296
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
4298
msgid "Error starting Embedded InnoDB %d (%s)\n"
4301
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
4302
msgid "Enable InnoDB adaptive hash index (enabled by default)."
4305
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
4306
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
4309
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
4311
"Size of a memory pool InnoDB uses to store data dictionary information and "
4312
"other internal data structures."
4315
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
4316
msgid "Data file autoextend increment in megabytes"
4319
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
4321
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4325
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
4326
msgid "The common part for InnoDB table spaces."
4329
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
4330
msgid "Enable InnoDB checksums validation (enabled by default)."
4333
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
4334
msgid "Enable InnoDB doublewrite buffer (enabled by default)."
4337
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
4338
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4341
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
4343
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4344
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4347
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
4348
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4351
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
4352
msgid "File format to use for new tables in .ibd files."
4355
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
4357
"Set to 0 (write and flush once per second),1 (write and flush at each "
4358
"commit) or 2 (write at commit, flush once per second)."
4361
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
4362
msgid "With which method to flush data."
4365
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
4367
"Helps to save your data in case the disk image of the database becomes "
4371
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
4372
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
4373
msgid "Path to individual files and their sizes."
4376
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
4377
msgid "Path to InnoDB log files."
4380
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
4381
msgid "Size of each log file in a log group."
4384
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
4386
"Number of log files in the log group. InnoDB writes to the files in a "
4387
"circular fashion. Value 3 is recommended here."
4390
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
4392
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4393
"rolled back. Values above 100000000 disable the timeout."
4396
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
4398
"The size of the buffer which InnoDB uses to write log to the log files on "
4402
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
4404
"Sets the point in the LRU list from where all pages are classified as old "
4408
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
4410
"Milliseconds between accesses to a block at which it is made young. "
4411
"0=disabled (Advanced users)"
4414
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
4415
msgid "Percentage of dirty pages allowed in bufferpool."
4418
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
4419
msgid "Desired maximum length of the purge queue (0 = no limit)"
4422
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
4424
"Roll back the complete transaction on lock wait timeout, for 4.x "
4425
"compatibility (disabled by default)"
4428
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
4429
msgid "How many files at the maximum InnoDB keeps open at the same time."
4432
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
4433
msgid "Number of background read I/O threads in InnoDB."
4436
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
4437
msgid "Number of background write I/O threads in InnoDB."
4440
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
4442
"Disable if you want to reduce the number of messages written to the log "
4443
"(default: enabled)."
4446
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
4447
msgid "Enable SHOW INNODB STATUS output in the log"
4450
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
4451
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
4454
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
4455
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
4458
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4460
msgid "Failed to send error message to libnotify\n"
4463
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4464
msgid "Error Messages to stderr"
4467
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4468
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4469
msgid "List of schemas to filter"
4472
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4473
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4474
msgid "List of tables to filter"
4477
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4478
msgid "Regular expression to apply to schemas to filter"
4481
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4482
msgid "Regular expression to apply to tables to filter"
4485
#: ../plugin/hello_events/hello_events.cc:301
4486
msgid "Invalid value of before-write-position\n"
4489
#: ../plugin/hello_events/hello_events.cc:310
4490
#: ../plugin/hello_events/hello_events.cc:319
4491
msgid "Invalid value of before-update-position\n"
4494
#: ../plugin/hello_events/hello_events.cc:359
4495
#: ../plugin/hello_events/hello_events.cc:362
4496
#: ../plugin/hello_events/hello_events.cc:380
4497
msgid "A comma delimited list of databases to watch"
4500
#: ../plugin/hello_events/hello_events.cc:365
4501
#: ../plugin/hello_events/hello_events.cc:396
4502
msgid "Enable Example Events Plugin"
4505
#: ../plugin/hello_events/hello_events.cc:368
4506
#: ../plugin/hello_events/hello_events.cc:404
4507
msgid "Before write row event observer call position"
4510
#: ../plugin/hello_events/hello_events.cc:371
4511
#: ../plugin/hello_events/hello_events.cc:415
4512
#: ../plugin/pbms/src/parameters_ms.cc:579
4513
msgid "Before update row event observer call position"
4516
#: ../plugin/hello_events/hello_events.cc:374
4517
#: ../plugin/hello_events/hello_events.cc:426
4518
msgid "After drop database event observer call position"
4521
#: ../plugin/hello_events/hello_events.cc:388
4522
msgid "A comma delimited list of tables to watch"
4525
#: ../plugin/hello_events/hello_events.cc:450
4526
msgid "An example events Plugin"
4529
#: ../plugin/innobase/handler/data_dictionary.cc:202
4531
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4534
#: ../plugin/innobase/handler/ha_innodb.cc:1858
4535
msgid "Invalid value for io-capacity\n"
4538
#: ../plugin/innobase/handler/ha_innodb.cc:1877
4539
msgid "Invalid value for fast-shutdown\n"
4542
#: ../plugin/innobase/handler/ha_innodb.cc:1891
4543
msgid "Invalid value for flush-log-at-trx-commit\n"
4546
#: ../plugin/innobase/handler/ha_innodb.cc:1921
4547
msgid "Invalid value for max-dirty-pages-pct\n"
4550
#: ../plugin/innobase/handler/ha_innodb.cc:1930
4551
msgid "Invalid value for stats-sample-pages\n"
4554
#: ../plugin/innobase/handler/ha_innodb.cc:1941
4555
msgid "Invalid value for additional-mem-pool-size\n"
4558
#: ../plugin/innobase/handler/ha_innodb.cc:1951
4559
msgid "Invalid value for autoextend-increment\n"
4562
#: ../plugin/innobase/handler/ha_innodb.cc:1961
4563
msgid "Invalid value for buffer-pool-size\n"
4566
#: ../plugin/innobase/handler/ha_innodb.cc:1971
4567
msgid "Invalid value for commit-concurrency\n"
4570
#: ../plugin/innobase/handler/ha_innodb.cc:1980
4571
msgid "Invalid value for concurrency-tickets\n"
4574
#: ../plugin/innobase/handler/ha_innodb.cc:1989
4575
msgid "Invalid value for file-io-threads\n"
4578
#: ../plugin/innobase/handler/ha_innodb.cc:1998
4579
msgid "Invalid value for read-io-threads\n"
4582
#: ../plugin/innobase/handler/ha_innodb.cc:2007
4583
msgid "Invalid value for write-io-threads\n"
4586
#: ../plugin/innobase/handler/ha_innodb.cc:2016
4587
msgid "Invalid value for force-recovery\n"
4590
#: ../plugin/innobase/handler/ha_innodb.cc:2026
4591
#: ../plugin/innobase/handler/ha_innodb.cc:2036
4592
msgid "Invalid value for log-file-size\n"
4595
#: ../plugin/innobase/handler/ha_innodb.cc:2045
4596
msgid "Invalid value for log-files-in-group\n"
4599
#: ../plugin/innobase/handler/ha_innodb.cc:2054
4600
msgid "Invalid value for mirrored-log-groups\n"
4603
#: ../plugin/innobase/handler/ha_innodb.cc:2063
4604
msgid "Invalid value for open-files\n"
4607
#: ../plugin/innobase/handler/ha_innodb.cc:2072
4608
msgid "Invalid value for thread-concurrency\n"
4611
#: ../plugin/innobase/handler/ha_innodb.cc:2095
4612
msgid "Invalid value for read-ahead-threshold\n"
4615
#: ../plugin/innobase/handler/ha_innodb.cc:2119
4616
msgid "Invalid value for lock-wait-timeout\n"
4619
#: ../plugin/logging_gearman/logging_gearman.cc:199
4621
msgid "fail gearman_client_create(): %s"
4624
#: ../plugin/logging_gearman/logging_gearman.cc:210
4626
msgid "fail gearman_client_add_server(): %s"
4629
#: ../plugin/logging_gearman/logging_gearman.cc:309
4630
#: ../plugin/logging_gearman/logging_gearman.cc:316
4631
msgid "Enable logging to a gearman server"
4634
#: ../plugin/logging_gearman/logging_gearman.cc:325
4635
msgid "Hostname for logging to a Gearman server"
4638
#: ../plugin/logging_gearman/logging_gearman.cc:334
4639
msgid "Gearman Function to send logging to"
4642
#: ../plugin/logging_gearman/logging_gearman.cc:352
4643
msgid "Log queries to a Gearman server"
4646
#: ../plugin/logging_query/logging_query.cc:192
4648
msgid "fail open() fn=%s er=%s\n"
4651
#: ../plugin/logging_query/logging_query.cc:316
4652
msgid "Invalid value for threshold-slow"
4655
#: ../plugin/logging_query/logging_query.cc:325
4656
msgid "Invalid value for threshold-big-resultset"
4659
#: ../plugin/logging_query/logging_query.cc:334
4660
msgid "Invalid value for threshold-big-examined"
4663
#: ../plugin/logging_query/logging_query.cc:348
4664
#: ../plugin/logging_query/logging_query.cc:364
4665
msgid "Enable logging to CSV file"
4668
#: ../plugin/logging_query/logging_query.cc:351
4669
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
4670
#: ../plugin/syslog/module.cc:233
4671
msgid "Threshold for logging slow queries, in microseconds"
4674
#: ../plugin/logging_query/logging_query.cc:354
4675
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
4676
#: ../plugin/syslog/module.cc:236
4677
msgid "Threshold for logging big queries, for rows returned"
4680
#: ../plugin/logging_query/logging_query.cc:357
4681
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
4682
#: ../plugin/syslog/module.cc:239
4683
msgid "Threshold for logging big queries, for rows examined"
4686
#: ../plugin/logging_query/logging_query.cc:373
4687
msgid "File to log to"
4690
#: ../plugin/logging_query/logging_query.cc:382
4691
msgid "PCRE to match the query against"
4694
#: ../plugin/logging_query/logging_query.cc:439
4695
msgid "Log queries to a CSV file"
4698
#: ../plugin/logging_stats/logging_stats.cc:312
4699
msgid "Invalid value for max-user-count\n"
4702
#: ../plugin/logging_stats/logging_stats.cc:320
4703
msgid "Invalid value for bucket-count\n"
4706
#: ../plugin/logging_stats/logging_stats.cc:329
4707
msgid "Invalid value for scoreboard-size\n"
4710
#: ../plugin/logging_stats/logging_stats.cc:364
4711
#: ../plugin/logging_stats/logging_stats.cc:406
4712
msgid "Max number of users that will be logged"
4715
#: ../plugin/logging_stats/logging_stats.cc:375
4716
#: ../plugin/logging_stats/logging_stats.cc:409
4717
msgid "Max number of range locks to use for Scoreboard"
4720
#: ../plugin/logging_stats/logging_stats.cc:386
4721
#: ../plugin/logging_stats/logging_stats.cc:412
4722
msgid "Max number of concurrent sessions that will be logged"
4725
#: ../plugin/logging_stats/logging_stats.cc:397
4726
#: ../plugin/logging_stats/logging_stats.cc:415
4727
msgid "Enable Logging Statistics Collection"
4730
#: ../plugin/logging_stats/logging_stats.cc:432
4731
msgid "User Statistics as DATA_DICTIONARY tables"
4734
#: ../plugin/md5/md5.cc:99
4735
msgid "libgcrypt library version mismatch\n"
4738
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
4739
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
4740
#: ../plugin/memcached_stats/memcached_stats.cc:128
4741
#: ../plugin/memcached_stats/memcached_stats.cc:137
4742
msgid "List of memcached servers."
4745
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
4746
msgid "Invalid value of expiry\n"
4749
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
4750
msgid "Expiry time of memcached entries"
4753
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
4754
msgid "Enable Memcached Query Cache"
4757
#: ../plugin/memcached_stats/analysis_table.cc:76
4758
#: ../plugin/memcached_stats/stats_table.cc:144
4759
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4762
#: ../plugin/memcached_stats/memcached_stats.cc:152
4763
msgid "Memcached Stats as I_S tables"
4766
#: ../plugin/memcached_stats/stats_table.cc:76
4769
"Unable get stats from memcached server %s. Got error from "
4770
"memcached_stat_servername()."
4773
#: ../plugin/memcached_stats/stats_table.cc:151
4774
msgid "Unable to create memcached struct. Got error from memcached_create()."
4777
#: ../plugin/memcached_stats/stats_table.cc:159
4780
"Unable to create memcached server list. Got error from "
4781
"memcached_servers_parse(%s)."
4784
#: ../plugin/multi_thread/multi_thread.cc:85
4786
msgid "Unable to set thread stack size to %<PRId64>\n"
4789
#: ../plugin/multi_thread/multi_thread.cc:98
4790
msgid "Unable to get thread stack size\n"
4793
#: ../plugin/multi_thread/multi_thread.cc:147
4794
msgid "Invalid value for max-threads\n"
4797
#: ../plugin/multi_thread/multi_thread.cc:160
4798
#: ../plugin/multi_thread/multi_thread.cc:167
4799
msgid "Maximum number of user threads available."
4802
#: ../plugin/myisam/ha_myisam.cc:534
4804
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4807
#: ../plugin/myisam/ha_myisam.cc:538
4809
msgid "Got an error from unknown thread, %s:%d"
4812
#: ../plugin/myisam/ha_myisam.cc:544
4813
msgid "Unknown thread accessing table"
4816
#: ../plugin/myisam/ha_myisam.cc:1500
4817
msgid "Invalid value for max-sort-file-size\n"
4820
#: ../plugin/myisam/ha_myisam.cc:1509
4821
msgid "Invalid value for sort-buffer-size\n"
4824
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
4826
"Don't use the fast sort index method to created index if the temporary file "
4827
"would get bigger than this."
4830
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
4832
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4833
"when creating indexes with CREATE INDEX or ALTER TABLE."
4836
#: ../plugin/myisam/my_handler_errors.cc:42
4837
msgid "Didn't find key on read or update"
4840
#: ../plugin/myisam/my_handler_errors.cc:43
4841
msgid "Duplicate key on write or update"
4844
#: ../plugin/myisam/my_handler_errors.cc:44
4845
msgid "Internal (unspecified) error in handler"
4848
#: ../plugin/myisam/my_handler_errors.cc:46
4850
"Someone has changed the row since it was read (while the table was locked to "
4854
#: ../plugin/myisam/my_handler_errors.cc:48
4855
msgid "Wrong index given to function"
4858
#: ../plugin/myisam/my_handler_errors.cc:49
4859
msgid "Index file is crashed"
4862
#: ../plugin/myisam/my_handler_errors.cc:50
4863
msgid "Record file is crashed"
4866
#: ../plugin/myisam/my_handler_errors.cc:51
4867
msgid "Out of memory in engine"
4870
#: ../plugin/myisam/my_handler_errors.cc:52
4871
msgid "Incorrect file format"
4874
#: ../plugin/myisam/my_handler_errors.cc:53
4875
msgid "Command not supported by database"
4878
#: ../plugin/myisam/my_handler_errors.cc:54
4879
msgid "Old database file"
4882
#: ../plugin/myisam/my_handler_errors.cc:55
4883
msgid "No record read before update"
4886
#: ../plugin/myisam/my_handler_errors.cc:56
4887
msgid "Record was already deleted (or record file crashed)"
4890
#: ../plugin/myisam/my_handler_errors.cc:57
4891
msgid "No more room in record file"
4894
#: ../plugin/myisam/my_handler_errors.cc:58
4895
msgid "No more room in index file"
4898
#: ../plugin/myisam/my_handler_errors.cc:59
4899
msgid "No more records (read after end of file)"
4902
#: ../plugin/myisam/my_handler_errors.cc:60
4903
msgid "Unsupported extension used for table"
4906
#: ../plugin/myisam/my_handler_errors.cc:61
4910
#: ../plugin/myisam/my_handler_errors.cc:62
4911
msgid "Wrong create options"
4914
#: ../plugin/myisam/my_handler_errors.cc:63
4915
msgid "Duplicate unique key or constraint on write or update"
4918
#: ../plugin/myisam/my_handler_errors.cc:64
4919
msgid "Unknown character set used in table"
4922
#: ../plugin/myisam/my_handler_errors.cc:65
4923
msgid "Conflicting table definitions in sub-tables of MERGE table"
4926
#: ../plugin/myisam/my_handler_errors.cc:66
4927
msgid "Table is crashed and last repair failed"
4930
#: ../plugin/myisam/my_handler_errors.cc:67
4931
msgid "Table was marked as crashed and should be repaired"
4934
#: ../plugin/myisam/my_handler_errors.cc:68
4935
msgid "Lock timed out; Retry transaction"
4938
#: ../plugin/myisam/my_handler_errors.cc:69
4939
msgid "Lock table is full; Restart program with a larger locktable"
4942
#: ../plugin/myisam/my_handler_errors.cc:70
4943
msgid "Updates are not allowed under a read only transactions"
4946
#: ../plugin/myisam/my_handler_errors.cc:71
4947
msgid "Lock deadlock; Retry transaction"
4950
#: ../plugin/myisam/my_handler_errors.cc:72
4951
msgid "Foreign key constraint is incorrectly formed"
4954
#: ../plugin/myisam/my_handler_errors.cc:73
4955
msgid "Cannot add a child row"
4958
#: ../plugin/myisam/my_handler_errors.cc:74
4959
msgid "Cannot delete a parent row"
4962
#: ../plugin/myisam/my_handler_errors.cc:75
4963
msgid "No savepoint with that name"
4966
#: ../plugin/myisam/my_handler_errors.cc:76
4967
msgid "Non unique key block size"
4970
#: ../plugin/myisam/my_handler_errors.cc:77
4971
msgid "The table does not exist in engine"
4974
#: ../plugin/myisam/my_handler_errors.cc:78
4975
msgid "The table already existed in storage engine"
4978
#: ../plugin/myisam/my_handler_errors.cc:79
4979
msgid "Could not connect to storage engine"
4982
#: ../plugin/myisam/my_handler_errors.cc:80
4983
msgid "Unexpected null pointer found when using spatial index"
4986
#: ../plugin/myisam/my_handler_errors.cc:81
4987
msgid "The table changed in storage engine"
4990
#: ../plugin/myisam/my_handler_errors.cc:82
4991
msgid "There's no partition in table for the given value"
4994
#: ../plugin/myisam/my_handler_errors.cc:83
4995
msgid "Row-based binlogging of row failed"
4998
#: ../plugin/myisam/my_handler_errors.cc:84
4999
msgid "Index needed in foreign key constraint"
5002
#: ../plugin/myisam/my_handler_errors.cc:85
5003
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5006
#: ../plugin/myisam/my_handler_errors.cc:86
5007
msgid "Table needs to be upgraded before it can be used"
5010
#: ../plugin/myisam/my_handler_errors.cc:87
5011
msgid "Table is read only"
5014
#: ../plugin/myisam/my_handler_errors.cc:88
5015
msgid "Failed to get next auto increment value"
5018
#: ../plugin/myisam/my_handler_errors.cc:89
5019
msgid "Failed to set row auto increment value"
5022
#: ../plugin/myisam/my_handler_errors.cc:90
5023
msgid "Unknown (generic) error from engine"
5026
#: ../plugin/myisam/my_handler_errors.cc:91
5027
msgid "Record is the same"
5030
#: ../plugin/myisam/my_handler_errors.cc:92
5031
msgid "It is not possible to log this statement"
5034
#: ../plugin/myisam/my_handler_errors.cc:93
5035
msgid "Tablespace exists"
5038
#: ../plugin/myisam/my_handler_errors.cc:94
5039
msgid "The event was corrupt, leading to illegal data being read"
5042
#: ../plugin/myisam/my_handler_errors.cc:95
5043
msgid "The table is of a new format not supported by this version"
5046
#: ../plugin/myisam/my_handler_errors.cc:96
5047
msgid "The event could not be processed no other handler error happened"
5050
#: ../plugin/myisam/my_handler_errors.cc:97
5051
msgid "Got a fatal error during initialzation of handler"
5054
#: ../plugin/myisam/my_handler_errors.cc:98
5055
msgid "File to short; Expected more data in file"
5058
#: ../plugin/myisam/my_handler_errors.cc:99
5059
msgid "Read page with wrong checksum"
5062
#. TODO: get a better message for these
5063
#: ../plugin/myisam/my_handler_errors.cc:101
5064
msgid "Lock or active transaction"
5067
#: ../plugin/myisam/my_handler_errors.cc:102
5068
msgid "No such table space"
5071
#: ../plugin/myisam/my_handler_errors.cc:103
5072
msgid "Tablespace not empty"
5075
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
5076
msgid "Invalid value for retry_count"
5079
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5080
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5082
"Port number to use for connection or 0 for default to with MySQL protocol."
5085
#: ../plugin/pbms/src/parameters_ms.cc:552
5087
"A comma delimited list of tables to watch of the format: <database>."
5091
#: ../plugin/pbms/src/parameters_ms.cc:560
5092
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5095
#: ../plugin/pbms/src/parameters_ms.cc:568
5096
msgid "Before insert row event observer call position"
5099
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
5100
msgid "event_add error in libevent_add_session_callback\n"
5103
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
5104
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
5107
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
5108
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5111
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
5112
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5115
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
5116
msgid "session_add_event event_add error in libevent_init\n"
5119
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
5121
msgid "Can't create completion port thread (error %d)"
5124
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
5125
msgid "Invalid value for size\n"
5128
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
5129
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
5130
msgid "Size of Pool."
5133
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
5134
msgid "Failed to allocate enough memory to transaction message\n"
5137
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
5139
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
5142
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
5144
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
5147
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
5148
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
5149
msgid "Enable rabbitmq log"
5152
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
5153
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
5154
msgid "Host name to connect to"
5157
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
5158
msgid "RabbitMQ Port"
5161
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
5162
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
5163
msgid "RabbitMQ username"
5166
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
5167
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
5168
msgid "RabbitMQ password"
5171
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
5172
msgid "RabbitMQ virtualhost"
5175
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
5176
msgid "Name of RabbitMQ exchange to publish to"
5179
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
5180
msgid "Name of RabbitMQ routing key to use"
5183
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
5184
#: ../plugin/transaction_log/module.cc:309
5185
#: ../plugin/transaction_log/module.cc:362
5186
msgid "Name of the replicator plugin to use (default='default_replicator')"
5189
#: ../plugin/session_dictionary/processlist.cc:94
5192
msgstr "(Ikke anvendt)"
5194
#: ../plugin/signal_handler/signal_handler.cc:230
5196
msgid "Can't create interrupt-thread (error %d, errno: %d)"
5199
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
5201
msgid "syslog facility \"%s\" not known, using \"local0\""
5204
#: ../plugin/syslog/errmsg.cc:49
5206
msgid "syslog priority \"%s\" not known, using \"warn\""
5209
#: ../plugin/syslog/logging.cc:72
5211
msgid "syslog priority \"%s\" not known, using \"info\""
5214
#: ../plugin/syslog/module.cc:61
5215
msgid "Invalid value for logging-threshold-slow\n"
5218
#: ../plugin/syslog/module.cc:70
5219
msgid "Invalid value for logging-threshold-big-resultset\n"
5222
#: ../plugin/syslog/module.cc:79
5223
msgid "Invalid value for logging-threshold-big-examined\n"
5226
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
5227
msgid "Syslog Ident"
5230
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
5231
msgid "Syslog Facility"
5234
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
5235
msgid "Enable logging to syslog of the query log"
5238
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
5239
msgid "Syslog Priority of query logging"
5242
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
5243
msgid "Enable logging to syslog of the error messages"
5246
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
5247
msgid "Syslog Priority of error messages"
5250
#: ../plugin/transaction_log/background_worker.cc:77
5252
msgid "Unable to create background worker thread. Got error %s.\n"
5255
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
5256
#: ../plugin/transaction_log/print_transaction_message.cc:105
5257
#: ../plugin/transaction_log/transaction_log_reader.cc:97
5259
msgid "Failed to open transaction log file %s. Got error: %s\n"
5262
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5263
#: ../plugin/transaction_log/print_transaction_message.cc:149
5264
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5266
msgid "Raw buffer read: %s.\n"
5269
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
5270
#: ../plugin/transaction_log/print_transaction_message.cc:155
5271
#: ../plugin/transaction_log/transaction_log_reader.cc:161
5273
msgid "Unable to parse transaction. Got error: %s.\n"
5276
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5277
#: ../plugin/transaction_log/print_transaction_message.cc:157
5278
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5280
msgid "BUFFER: %s\n"
5281
msgstr "BUFFER: %s\n"
5283
#: ../plugin/transaction_log/module.cc:135
5284
msgid "Invalid value for sync-method\n"
5287
#: ../plugin/transaction_log/module.cc:144
5288
msgid "Invalid value for num-write-buffers\n"
5291
#: ../plugin/transaction_log/module.cc:180
5293
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5296
#: ../plugin/transaction_log/module.cc:189
5298
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5301
#: ../plugin/transaction_log/module.cc:201
5303
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5306
#: ../plugin/transaction_log/module.cc:210
5308
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5311
#: ../plugin/transaction_log/module.cc:225
5313
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5316
#: ../plugin/transaction_log/module.cc:285
5317
#: ../plugin/transaction_log/module.cc:356
5318
msgid "Enable transaction log"
5321
#: ../plugin/transaction_log/module.cc:293
5322
#: ../plugin/transaction_log/module.cc:350
5323
msgid "DEBUGGING - Truncate transaction log"
5326
#: ../plugin/transaction_log/module.cc:301
5327
#: ../plugin/transaction_log/module.cc:359
5328
msgid "Path to the file to use for transaction log"
5331
#: ../plugin/transaction_log/module.cc:317
5332
#: ../plugin/transaction_log/module.cc:353
5333
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5336
#: ../plugin/transaction_log/module.cc:325
5337
#: ../plugin/transaction_log/module.cc:365
5339
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5340
"each transaction write, 2 == sync log file once per second"
5343
#: ../plugin/transaction_log/module.cc:338
5344
#: ../plugin/transaction_log/module.cc:368
5345
msgid "Number of slots for in-memory write buffers (default=8)."
5348
#: ../plugin/transaction_log/transaction_log.cc:114
5349
msgid "Failed to open transaction log file "
5352
#: ../plugin/transaction_log/transaction_log.cc:215
5355
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5356
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5359
#: ../plugin/transaction_log/transaction_log.cc:236
5361
msgid "Failed to sync log file. Got error: %s\n"
5365
#~ msgid "Writing a core file\n"
5366
#~ msgstr "Skriver historiefil %s\n"
5368
#~ msgid "Synonym for -?"
5369
#~ msgstr "Synonym for -?"
5371
#~ msgid "Check memory and open file usage at exit ."
5372
#~ msgstr "Undersøg hukommelse og forbrug af åbne filer ved afslutning."