186
216
msgid "Database to use."
187
217
msgstr "Databas att använda"
219
#: client/drizzle.cc:1456
189
223
#: client/drizzle.cc:1458
190
224
msgid "Delimiter to be used."
191
225
msgstr "Avskiljare att använda"
227
#: client/drizzle.cc:1460
228
msgid "Execute command and quit. (Disables --force and history file)"
231
#: client/drizzle.cc:1462
232
msgid "Print the output of a query (rows) vertically."
193
235
#: client/drizzle.cc:1465
194
236
msgid "Continue even if we get an sql error."
195
237
msgstr "Fortsätt även om vi får ett SQL fel."
239
#: client/drizzle.cc:1469
241
"Enable named commands. Named commands mean this program's internal commands; "
242
"see drizzle> help . When enabled, the named commands can be used from any "
243
"line of the query, otherwise only from the first line, before an enter. "
244
"Disable with --disable-named-commands. This option is disabled by default."
247
#: client/drizzle.cc:1473
249
"Named commands are disabled. Use \\* form only, or use named commands only "
250
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
251
"the client now starts with this option ENABLED by default! Disable with '-"
252
"G'. Long format commands still work from the first line. WARNING: option "
253
"deprecated; use --disable-named-commands instead."
197
256
#: client/drizzle.cc:1475
198
257
msgid "Ignore space after function names."
199
258
msgstr "Ignorera mellanrum efter funktionsnamn."
260
#: client/drizzle.cc:1477
261
msgid "Enable/disable LOAD DATA LOCAL INFILE."
201
264
#: client/drizzle.cc:1480
202
265
msgid "Turn off beep on error."
203
266
msgstr "Stäng av pip vid fel"
218
287
msgid "Write column names in results."
219
288
msgstr "Skriv kolumnnamn i resultaten."
221
#: client/drizzle.cc:1500
222
msgid "Ignore SIGINT (CTRL-C)"
223
msgstr "Ignorera SIGINT (CTRL-C)"
225
#: client/drizzle.cc:1518
226
msgid "Set the drizzle prompt to this value."
227
msgstr "Sätt drizzle-prompten till detta värde."
229
#: client/drizzle.cc:1524
230
msgid "Write fields without conversion. Used with --batch."
231
msgstr "Skriv fält utan omvandling. Används tillsammans med --batch."
233
#: client/drizzle.cc:1527
235
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
236
"option is enabled by default."
238
"Återanslut om anslutningen bryts. Avaktivera med --disable-reconnect. Denna "
239
"funktion används som standard."
241
#: client/drizzle.cc:1536
242
msgid "Output in table format."
243
msgstr "Utskrift i tabellformat."
245
#: client/drizzle.cc:1544
246
msgid "User for login if not current user."
247
msgstr "Användare för inloggning om inte nuvarande användare."
249
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
250
msgid "Output version information and exit."
251
msgstr "Skriv ut information om version och avsluta."
253
#: client/drizzle.cc:1557
254
msgid "Wait and retry if connection is down."
255
msgstr "Vänta och försök igen om anslutningen avbryts."
257
#: client/drizzle.cc:1570
258
msgid "Automatic limit for SELECT when using --safe-updates"
259
msgstr "Automatisk gräns för SELECT vid användning av --safe-updates"
261
#: client/drizzle.cc:1658
263
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
265
"VARNING: valmöjligheten är föråldrad; använd --disable-tee istället.\n"
267
#: client/drizzle.cc:1681
269
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
271
"VARNING: valmöjligheten är föråldrad; använd --disable-pager istället.\n"
273
#: client/drizzle.cc:1685
275
msgid "WARNING: --server-arg option not supported in this configuration.\n"
277
"VARNING: valmöjligheten --server-arg stöds inte i denna konfiguration.\n"
279
#: client/drizzle.cc:2083
281
msgid "Unknown command '\\%c'."
282
msgstr "Okänt kommando '\\%c'."
284
#: client/drizzle.cc:2583
285
msgid "No connection. Trying to reconnect..."
286
msgstr "Ingen anslutning. Försöker att återansluta..."
288
#: client/drizzle.cc:2725
289
msgid "No query specified\n"
290
msgstr "Ingen fråga angiven\n"
292
#: client/drizzle.cc:2740
293
msgid "Ignoring query to other database"
294
msgstr "Hoppar över fråga till annan databas"
296
#: client/drizzle.cc:2790
300
#: plugin/oldlibdrizzle/errmsg.cc:28
301
msgid "Unknown Drizzle error"
302
msgstr "Okänt Drizzle fel"
304
#: client/drizzle.cc:1167 client/drizzle.cc:1174
307
"Memory allocation error while constructing initial prompt. Aborting.\n"
310
#: client/drizzle.cc:1428
312
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
313
"and field completion, but startup and reconnecting may take a longer time. "
314
"Disable with --disable-auto-rehash."
317
#: client/drizzle.cc:1432
319
"No automatic rehashing. One has to use 'rehash' to get table and field "
320
"completion. This gives a quicker start of drizzle_st and disables rehashing "
321
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
324
#: client/drizzle.cc:1442
326
"Preserve comments. Send comments to the server. The default is --skip-"
327
"comments (discard comments), enable with --comments"
330
#: client/drizzle.cc:1448
331
msgid "Check memory and open file usage at exit ."
334
#: client/drizzle.cc:1456
338
#: client/drizzle.cc:1460
339
msgid "Execute command and quit. (Disables --force and history file)"
342
#: client/drizzle.cc:1462
343
msgid "Print the output of a query (rows) vertically."
346
#: client/drizzle.cc:1469
348
"Enable named commands. Named commands mean this program's internal commands; "
349
"see drizzle> help . When enabled, the named commands can be used from any "
350
"line of the query, otherwise only from the first line, before an enter. "
351
"Disable with --disable-named-commands. This option is disabled by default."
354
#: client/drizzle.cc:1473
356
"Named commands are disabled. Use \\* form only, or use named commands only "
357
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
358
"the client now starts with this option ENABLED by default! Disable with '-"
359
"G'. Long format commands still work from the first line. WARNING: option "
360
"deprecated; use --disable-named-commands instead."
363
#: client/drizzle.cc:1477
364
msgid "Enable/disable LOAD DATA LOCAL INFILE."
367
#: client/drizzle.cc:1487
369
"Don't write line number for errors. WARNING: -L is deprecated, use long "
370
"version of this option instead."
373
290
#: client/drizzle.cc:1495
375
292
"Don't write column names in results. WARNING: -N is deprecated, use long "
419
340
msgid "built-in default"
343
#: client/drizzle.cc:1518
344
msgid "Set the drizzle prompt to this value."
345
msgstr "Sätt drizzle-prompten till detta värde."
422
347
#: client/drizzle.cc:1522
424
349
"Don't cache result, print it row by row. This may slow down the server if "
425
350
"the output is suspended. Doesn't use history file."
353
#: client/drizzle.cc:1524
354
msgid "Write fields without conversion. Used with --batch."
355
msgstr "Skriv fält utan omvandling. Används tillsammans med --batch."
357
#: client/drizzle.cc:1527
359
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
360
"option is enabled by default."
362
"Återanslut om anslutningen bryts. Avaktivera med --disable-reconnect. Denna "
363
"funktion används som standard."
428
365
#: client/drizzle.cc:1529
429
366
msgid "Shutdown the server."