2006-01-11 14:17:35 +00:00
|
|
|
# fish - the friendly interactive shell
|
2006-01-28 02:21:49 +00:00
|
|
|
# Copyright © 2006
|
2006-01-11 14:17:35 +00:00
|
|
|
# This file is distributed under the same license as the fish package.
|
|
|
|
# Axel Liljencrantz <liljencrantz@gmail.com>, 2006
|
2006-01-04 12:51:02 +00:00
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: fish 1.20.0\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2006-03-06 23:15:04 +00:00
|
|
|
"POT-Creation-Date: 2006-03-07 00:08+0100\n"
|
|
|
|
"PO-Revision-Date: 2006-03-07 00:14+0100\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
"Last-Translator: Axel Liljencrantz <liljencrantz@gmail.com>\n"
|
2006-01-11 14:17:35 +00:00
|
|
|
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:84
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Send job %d, '%ls' to foreground\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Skicka job %d, ”%ls” till förgrunden\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:368
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Can not specify scope when removing block\n"
|
2006-01-15 20:20:34 +00:00
|
|
|
msgstr "%ls: Can inte ange definitionsområde vid blockradering\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:374
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: No blocks defined\n"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "%ls: Inga block definerade\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:770 builtin.h:28
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Invalid combination of options\n"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "%ls: Ogiltig kombination av flaggor\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:793
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Expected exactly one function name\n"
|
|
|
|
msgstr "%ls: Förväntade exakt ett funktionsnamn\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:803
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Function '%ls' does not exist\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Funktionen ”%ls” existerar inte\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:864
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid ""
|
|
|
|
"Current function definitions are:\n"
|
|
|
|
"\n"
|
|
|
|
msgstr ""
|
|
|
|
"Nuvarande funktionsdefinitioner är:\n"
|
|
|
|
"\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1010
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Unknown signal '%ls'\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Okänd signal ”%ls”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1034
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Invalid variable name '%ls'\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Ogiltigt variabelnamn ”%ls”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1087
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Cannot find calling job for event handler\n"
|
|
|
|
msgstr "%ls: Kan inte hitta anropande job för händelsehanterare\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1105
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Invalid process id %ls\n"
|
|
|
|
msgstr "%ls: Ogiltigt processid %ls\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1142
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Expected one argument, got %d\n"
|
|
|
|
msgstr "%ls: Förväntade ett argument, fick %d\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1150
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Illegal function name '%ls'\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Ogiltigt funktionsnamn ”%ls”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1160
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%ls: The name '%ls' is reserved,\n"
|
|
|
|
"and can not be used as a function name\n"
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"%ls: Namnet ”%ls” är reserverat,\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
" och kan inte användas som funktionsnamn\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1176
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Current functions are: "
|
|
|
|
msgstr "Nuvarande funktioner är: "
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1313
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Seed value '%ls' is not a valid number\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Slumpfrö ”%ls” är inte ett giltigt nummer\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1327
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Expected zero or one argument, got %d\n"
|
|
|
|
msgstr "%ls: Förväntade noll eller ett argument, fick %d\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1753 main.c:313 parser.c:1237
|
2006-02-15 18:00:31 +00:00
|
|
|
msgid "Standard input"
|
|
|
|
msgstr "Standard in"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1796
|
2006-01-31 22:00:43 +00:00
|
|
|
msgid "This is a login shell\n"
|
|
|
|
msgstr "Detta är ett login-skal\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1798
|
2006-01-31 22:00:43 +00:00
|
|
|
msgid "This is not a login shell\n"
|
|
|
|
msgstr "Detta är inte ett login-skal\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1800
|
2006-01-31 22:00:43 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Job control: %ls\n"
|
|
|
|
msgstr "Jobkontroll: %ls\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1801
|
2006-01-31 22:00:43 +00:00
|
|
|
msgid "Only on interactive jobs"
|
|
|
|
msgstr "Bara för interaktiva jobb"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1802
|
2006-01-31 22:00:43 +00:00
|
|
|
msgid "Never"
|
|
|
|
msgstr "Aldrig"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1802
|
2006-01-31 22:00:43 +00:00
|
|
|
msgid "Always"
|
|
|
|
msgstr "Alltid"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1857 builtin.c:2871
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "%ls: Argument '%ls' must be an integer\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Argumentet ”%ls” måste vara ett heltal\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1868 builtin.c:2882 builtin_complete.c:484
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Too many arguments\n"
|
|
|
|
msgstr "%ls: För många argument\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1913
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Could not find home directory\n"
|
|
|
|
msgstr "%ls: Kunde inte hitta hemkatalogen\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1925
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"%ls: '%ls' is not a directory or you do not have permission to enter it\n"
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"%ls: ”%ls” är inte en katalog eller så har du inte rättigheter att läsa "
|
2006-01-19 13:45:18 +00:00
|
|
|
"denna katalog\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1939
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: '%ls' is not a directory\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: ”%ls” är inte en katalog\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1955
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Could not set PWD variable\n"
|
|
|
|
msgstr "%ls: Kunde inte sätta variableln PWD\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1979
|
2006-02-18 02:35:59 +00:00
|
|
|
#, c-format
|
2006-02-15 18:00:31 +00:00
|
|
|
msgid "%ls: Expected at least one argument, got %d\n"
|
|
|
|
msgstr "%ls: Förväntade minst ett argument, fick %d\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:1992
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: '%ls' is not a file\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: ”%ls” är inte en fil\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2030
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Error while reading file '%ls'\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Ett fel uppstod medan filen ”%ls” lästed\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2094 builtin.c:2245
|
2006-01-21 12:39:32 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid "%ls: There are no suitable jobs\n"
|
|
|
|
msgstr "%ls: Det finns inga lämpliga jobb\n"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2112
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Ambiguous job\n"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "%ls: Mer än ett jobb matchar\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2118 builtin.c:2521
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: '%ls' is not a job\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: ”%ls” är inte ett jobb\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2134 builtin.c:2536
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "%ls: No suitable job: %d\n"
|
|
|
|
msgstr "%ls: Inget passande jobb: %d\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2142
|
2006-01-31 22:00:43 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%ls: Can't put job %d, '%ls' to foreground because it is not under job "
|
|
|
|
"control\n"
|
|
|
|
msgstr ""
|
|
|
|
"Kan inte skicka jobb %d, ”%ls” till förgrunden eftersom det inte anväder "
|
|
|
|
"jobbkontroll\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2196
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Unknown job '%ls'\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Okänt jobb ”%ls”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2205
|
2006-01-31 22:00:43 +00:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%ls: Can't put job %d, '%ls' to background because it is not under job "
|
|
|
|
"control\n"
|
|
|
|
msgstr ""
|
|
|
|
"Kan inte skicka jobb %d, ”%ls” till bakgrunden eftersom det inte anväder "
|
|
|
|
"jobbkontrol\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2215
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Send job %d '%ls' to background\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Skicka jobb %d ”%ls” till bakgrunden\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2251
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "(default)"
|
|
|
|
msgstr "(standard)"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2311
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Job\tGroup\t"
|
|
|
|
msgstr "Jobb\tGrupp\t"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2313
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "CPU\t"
|
|
|
|
msgstr "CPU\t"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2315
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "State\tCommand\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
msgstr "Status\tKommando\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2324 proc.c:600
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "stopped"
|
|
|
|
msgstr "stannat"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2324
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "running"
|
|
|
|
msgstr "kör"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2339
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Group\n"
|
|
|
|
msgstr "Grupp\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2352
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Procces\n"
|
|
|
|
msgstr "Process\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2369
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Command\n"
|
|
|
|
msgstr "Kommando\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2562
|
2006-01-19 13:45:18 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: There are no jobs\n"
|
|
|
|
msgstr "%ls: Det finns inga jobb\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2581
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-02-18 02:35:59 +00:00
|
|
|
msgid "%ls: Expected at least two arguments, got %d\n"
|
|
|
|
msgstr "%ls: Förväntade minst två argument, fick %d\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2589
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "%ls: '%ls' is not a valid variable name\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: ”%ls” är ett ogiltigt variabelnamn\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2597
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Second argument must be 'in'\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Andra argumentet måste vara ”in”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2659
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Not inside of block\n"
|
|
|
|
msgstr "%ls: Inte i ett block\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2779
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Not inside of 'if' block\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Inte i ett ”if” block\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2831
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Not inside of loop\n"
|
|
|
|
msgstr "%ls: Inte i en loop\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2898
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Not inside of function\n"
|
|
|
|
msgstr "%ls: Inte i en funktion\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2927
|
2006-02-15 18:00:31 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Expected exactly one argument, got %d\n"
|
|
|
|
msgstr "%ls: Förväntade exakt ett argument, fick %d\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2958
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: 'case' command while not in switch block\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: ”case” kommandot kan bara användas i ett ”switch”-block\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:2999
|
2006-02-05 21:18:35 +00:00
|
|
|
msgid "Exit the shell"
|
|
|
|
msgstr "Avsluta fish"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3003
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Temporarily block delivery of events"
|
|
|
|
msgstr "Blockera tillfälligt leverans av händelser"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3007
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Run a builtin command instead of a function"
|
|
|
|
msgstr "Utför ett inbyggt kommando istället för en funktion"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3011
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Change working directory"
|
2006-01-08 02:56:56 +00:00
|
|
|
msgstr "Ändra arbetskatalog"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3015
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Define a new function"
|
|
|
|
msgstr "Definera ny funktion"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3019
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "List or remove functions"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Visa eller ta bort funktioner"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3023
|
2006-02-05 21:18:35 +00:00
|
|
|
msgid "Edit command specific completions"
|
|
|
|
msgstr "Redigera kommando-specifika kompletteringar"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3027
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "End a block of commands"
|
|
|
|
msgstr "Avsluta ett block av kommandon"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3031
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Evaluate block if condition is false"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Utför block om ett villkor inte är uppfyllt"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3035
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Evaluate parameters as a command"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Utför argument som kommando"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3039
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Perform a set of commands multiple times"
|
|
|
|
msgstr "Utför ett block flera gånger"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3043
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Evaluate contents of file"
|
|
|
|
msgstr "Utför filinnehåll som kommandon"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3047
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Handle environment variables"
|
|
|
|
msgstr "Redigera miljövariabler"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3051
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Send job to foreground"
|
|
|
|
msgstr "Skick jobb till förgrunden"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3055
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Send job to background"
|
|
|
|
msgstr "Skicka jobb till bakgrunden"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3059
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Print currently running jobs"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Visa nuvarande jobb"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3063
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Read a line of input into variables"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Läs in en rad till variabler"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3067
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Stop the innermost loop"
|
|
|
|
msgstr "Avbryt den innersta loopen"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3071
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Skip the rest of the current lap of the innermost loop"
|
|
|
|
msgstr "Avbryt nuvarande varv i den innersta loopen"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3075
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Stop the currently evaluated function"
|
|
|
|
msgstr "Avbryt den nuvarande funktionen"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3079
|
2006-01-04 14:15:41 +00:00
|
|
|
msgid "Set or get the commandline"
|
|
|
|
msgstr "Ändra eller visa kommandoraden"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3083 builtin.c:3087
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Conditionally execute a block of commands"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Utför ett kommando om ett villkor är uppfyllt"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3091
|
2006-02-05 21:18:35 +00:00
|
|
|
msgid "Handle fish key bindings"
|
|
|
|
msgstr "Hantera tangentbordsgenvägar för fish"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3095
|
2006-02-05 21:18:35 +00:00
|
|
|
msgid "Generate random number"
|
|
|
|
msgstr "Generera ett slumptal"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3099
|
2006-02-05 21:18:35 +00:00
|
|
|
msgid "Return status information about fish"
|
|
|
|
msgstr "Visa statusinformation om fish"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3103
|
2006-02-05 21:18:35 +00:00
|
|
|
msgid "Set or get the shells resource usage limits"
|
|
|
|
msgstr "Redigera eller visa skalets resursanvändningsgränser"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3113
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Run a program instead of a function or builtin"
|
|
|
|
msgstr "Kör ett program istället för en funktion eller ett inbuggt kommando"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3117
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Evaluate block if condition is true"
|
|
|
|
msgstr "Utför ett block om ett villkor är uppfyllt"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3121
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Perform a command multiple times"
|
|
|
|
msgstr "Utför ett kommando upprepade gånger"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3125
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Negate exit status of job"
|
|
|
|
msgstr "Negera resultatet av ett kommando"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3129
|
2006-02-05 21:18:35 +00:00
|
|
|
msgid "Execute command if previous command suceeded"
|
|
|
|
msgstr "Utför kommando om föregående kommando lyckades"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3133
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Execute command if previous command failed"
|
|
|
|
msgstr "Utför kommando om föregående kommando misslyckades"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3137
|
2006-02-05 21:18:35 +00:00
|
|
|
msgid "Run command in current process"
|
|
|
|
msgstr "Kör ett kommando i den nuvarande processen"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3141
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Create a block of code"
|
2006-01-08 02:56:56 +00:00
|
|
|
msgstr "Skapa ett kodblock"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin.c:3247
|
2006-02-05 21:18:35 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unknown builtin '%ls'"
|
|
|
|
msgstr "Okänt inbyggt kommando ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin_complete.c:270
|
2006-01-31 22:00:43 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Command only available in interactive sessions"
|
|
|
|
msgstr "%ls: Kommandot finns bara tillgängligt under interaktiva sessioner"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin_set.c:100
|
2006-01-05 13:41:59 +00:00
|
|
|
#, c-format
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "%ls: Invalid index starting at '%ls'\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Ogiltigt index vid ”%ls”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin_set.c:492
|
2006-01-05 13:41:59 +00:00
|
|
|
#, c-format
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid ""
|
|
|
|
"%ls: Erase needs a variable name\n"
|
|
|
|
"%ls\n"
|
2006-01-04 14:07:35 +00:00
|
|
|
msgstr ""
|
|
|
|
"%ls: Radering kräver ett variabelnamn\n"
|
|
|
|
"%ls\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: builtin_set.c:526
|
2006-01-05 13:41:59 +00:00
|
|
|
#, c-format
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid ""
|
|
|
|
"%ls: Values cannot be specfied with erase\n"
|
|
|
|
"%ls\n"
|
|
|
|
msgstr ""
|
2006-01-15 20:20:34 +00:00
|
|
|
"%ls: Värden kan inte anges vid radering\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
"%ls\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:59
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "User home"
|
|
|
|
msgstr "Hemkatalog"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:64
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Variable: "
|
|
|
|
msgstr "Variabel: "
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:69
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Executable"
|
|
|
|
msgstr "Program"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:73
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Executable link"
|
|
|
|
msgstr "Länk till program"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:78
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "File"
|
|
|
|
msgstr "Fil"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:82
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Character device"
|
|
|
|
msgstr "Teckenenhet"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:86
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Block device"
|
|
|
|
msgstr "Blockenhet"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:90
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Fifo"
|
|
|
|
msgstr "Fifo"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:94
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Symbolic link"
|
|
|
|
msgstr "Symbolisk länk"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:98
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Rotten symbolic link"
|
|
|
|
msgstr "Rutten symbolisk länk"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:102
|
2006-01-15 20:20:34 +00:00
|
|
|
msgid "Symbolic link loop"
|
|
|
|
msgstr "Slinga av symboliska länkar"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:106
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Socket"
|
|
|
|
msgstr "Uttag (socket)"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:110 share/completions/ruby.fish:23
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_directory.fish:9
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Directory"
|
|
|
|
msgstr "Katalog"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:115 share/completions/function.fish:2
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/functions.fish:2 share/completions/type.fish:10
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Function"
|
|
|
|
msgstr "Funktion"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:119 share/completions/function.fish:3
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/type.fish:9
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Builtin"
|
|
|
|
msgstr "Inbyggt kommando"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:776 complete.c:794
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Unknown option: "
|
2006-01-08 02:56:56 +00:00
|
|
|
msgstr "Okänd flagga: "
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: complete.c:799
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Multiple matches for option: "
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Mer än en flagga matchar: "
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: env.c:220
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Could not get user information"
|
|
|
|
msgstr "Kunde inte hitta information om användare"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: env.c:311 env.c:319
|
2006-01-21 02:53:07 +00:00
|
|
|
msgid "Changing language to English"
|
2006-01-04 14:07:35 +00:00
|
|
|
msgstr "Byter språk till svenska"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: env.c:1073
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Tried to pop empty environment stack."
|
|
|
|
msgstr "Försökte ta bort element från tom variabelstack"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: event.c:212
|
2006-02-01 15:55:16 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "signal handler for %ls (%ls)"
|
|
|
|
msgstr "signalhanterare för %ls (%ls)"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: event.c:216
|
2006-02-05 21:18:35 +00:00
|
|
|
#, c-format
|
2006-02-01 15:55:16 +00:00
|
|
|
msgid "handler for variable '%ls'"
|
|
|
|
msgstr "hanterare för variabel ”%ls”"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: event.c:222
|
2006-02-01 15:55:16 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "exit handler for process %d"
|
|
|
|
msgstr "avslutshanterare för process %d"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: event.c:228 event.c:239
|
2006-02-01 15:55:16 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "exit handler for job %d, '%ls'"
|
|
|
|
msgstr "avslutshanterare för jobb %d, ”%ls”"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: event.c:230
|
2006-02-01 15:55:16 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "exit handler for job with process group %d"
|
|
|
|
msgstr "avslutshanterare för jobb med processgrupp %d"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: event.c:241
|
2006-02-01 15:55:16 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "exit handler for job with job id %d"
|
|
|
|
msgstr "avslutshanterare för jobb med jobid %d"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: event.c:548
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Signal list overflow. Signals have been ignored."
|
|
|
|
msgstr "Signallistan är full. Signaler har ignorerats."
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:58
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "An error occurred while redirecting file descriptor %d"
|
|
|
|
msgstr "Ett fel inträffade vid IO dirigering av filidentifierare %d"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:62
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "An error occurred while redirecting file '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Ett fel inträffade vid IO dirigering av filen ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:66
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Could not create child process - exiting"
|
|
|
|
msgstr "Kunde inte skapa barnprocess - avslutar programmet"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:440
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Failed to execute process '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Misslyckades med att exekvera processen ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:619
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Could not send process %d from group %d to group %d"
|
|
|
|
msgstr "Kunde inte skicka process %d från grupp %d till grupp %d"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:637 proc.c:849 proc.c:861
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Could not send job %d ('%ls') to foreground"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Kunde inte skicka jobb %d (”%ls”) till förgrunden"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:801
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unknown function '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Okänd funktion ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:901
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unknown input redirection type %d"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Okänd dirigering av standard in av typ %d"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: exec.c:1231
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Sent null command to subshell. This is a fish bug. If it can be reproduced, "
|
|
|
|
"please send a bug report to %s."
|
|
|
|
msgstr ""
|
|
|
|
"Skickade noll-kommando till subskal. Detta är en fish-bug. Om den kan "
|
|
|
|
"reproduceras, skicka en rapport till %s."
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:52
|
2006-01-18 13:12:36 +00:00
|
|
|
msgid "Child process"
|
|
|
|
msgstr "Barnprocess"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:57
|
2006-01-18 13:12:36 +00:00
|
|
|
msgid "Process"
|
|
|
|
msgstr "Process"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:62
|
2006-01-18 13:12:36 +00:00
|
|
|
msgid "Job"
|
|
|
|
msgstr "Jobb"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:67
|
2006-01-18 13:12:36 +00:00
|
|
|
msgid "Job: "
|
|
|
|
msgstr "Jobb: "
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:72
|
2006-01-18 13:12:36 +00:00
|
|
|
msgid "Shell process"
|
|
|
|
msgstr "Skalprocess"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:77
|
2006-01-18 13:12:36 +00:00
|
|
|
msgid "Last background job"
|
|
|
|
msgstr "Senaste bakgrundsjobb"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:82
|
2006-01-18 13:12:36 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"The '$' character begins a variable name. The character '%lc', which "
|
|
|
|
"directly followed a '$', is not allowed as a part of a variable name, and "
|
2006-01-21 12:39:32 +00:00
|
|
|
"variable names may not be zero characters long. To learn more about variable "
|
|
|
|
"expansion in fish, type 'help expand-variable'."
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Tecknet ”$” börjar ett variabelnamn. Tecknet ”%lc”, som direkt följde ett "
|
|
|
|
"”$”, är inte tillåtet som del av ett variabelnamn, och variabelnamn får inte "
|
|
|
|
"vara noll tecken långa. För mer information om variabelexpansion i fish, "
|
|
|
|
"skriv ”help expand-variable”."
|
2006-01-18 13:12:36 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:87
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"The '$' begins a variable name. It was given at the end of an argument. "
|
2006-01-21 12:39:32 +00:00
|
|
|
"Variable names may not be zero characters long. To learn more about variable "
|
|
|
|
"expansion in fish, type 'help expand-variable'."
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Tecknet ”$” börjar ett variabelnamn. Det påträffades som det sista tecknet i "
|
|
|
|
"ett argument. Variabelnamn får inte vara noll tecken långa. För mer "
|
|
|
|
"information om variabelexpansion i fish, skriv ”help expand-variable”."
|
2006-01-18 13:12:36 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:92
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Did you mean {$VARIABLE}? The '$' character begins a variable name. A "
|
|
|
|
"bracket, which directly followed a '$', is not allowed as a part of a "
|
|
|
|
"variable name, and variable names may not be zero characters long. To learn "
|
2006-01-21 12:39:32 +00:00
|
|
|
"more about variable expansion in fish, type 'help expand-variable'."
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-01 15:55:16 +00:00
|
|
|
"Menade du {$VARIABEL}? Tecknet ”$” börjar ett variabelnamn. En "
|
|
|
|
"klammerparantes, som direkt följde ett ”$”, är inte tillåtet som del av ett "
|
|
|
|
"variabelnamn, och variabelnamn får inte vara noll tecken långa. För mer "
|
|
|
|
"information om variabelexpansion i fish, skriv ”help expand-variable”."
|
2006-01-18 13:12:36 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:97
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Did you mean (COMMAND)? In fish, the '$' character is only used for "
|
|
|
|
"accessing variables. To learn more about command substitution in fish, type "
|
|
|
|
"'help expand-command-substitution'."
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Menade du (KOMMANDO)? I fish används tecknet ”$” bara för att komma åt "
|
|
|
|
"variabler. För att lära dig mer om kommandosubstitutionm skriv ”help expand-"
|
|
|
|
"command-substitution”."
|
2006-01-18 13:12:36 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: expand.c:1132
|
2006-02-15 18:00:31 +00:00
|
|
|
msgid "Mismatched brackets"
|
|
|
|
msgstr "Klammerparanteser matchar inte varandra"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:430
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid Control sequence"
|
|
|
|
msgstr "Ogiltig kontroll-sekvens"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:542
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Could not parse sequence '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Kunde inte tolka sekvens ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:708
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid sequence - no dash after control\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Ogiltig sekvens - inget bindestreck efter ”control”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:738
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid sequence - Control-nothing?\n"
|
|
|
|
msgstr "Ogiltig sekvens - Kontroll-ingenting?\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:753
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid sequence - no dash after meta\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Ogiltig sekvens - inget bindestreck efter ”meta”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:758
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid sequence - Meta-nothing?"
|
|
|
|
msgstr "Ogiltig sekvens - Meta-ingenting?"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:803
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Invalid sequence - '%ls' expanded to zero characters"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Ogiltig sekvens - ”%ls” expanderades till en tom sträng"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:867
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Mismatched $endif in inputrc file"
|
|
|
|
msgstr "$endif matchade inte i inputrc-fil"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:919
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Mismatched quote"
|
|
|
|
msgstr "Citat-tecknen matchar inte varandra"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:933
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Expected a ':'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Förväntade ett ”:”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:978
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "I don't know what '%ls' means"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Vet inte vad ”%ls” betyder"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:982
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Expected end of line, got '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Förväntade radslut, fick ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:987
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Syntax: set KEY VALUE"
|
|
|
|
msgstr "Syntax: set NAMN VÄRDE"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:1053
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Unable to parse key binding"
|
2006-01-04 12:51:02 +00:00
|
|
|
msgstr "Kunde inte tolka tangentbordsgenväg"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:1079
|
2006-01-05 13:41:59 +00:00
|
|
|
#, c-format
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "I don't know what %ls means"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Vet inte vad ”%ls” betyder"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:1105
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Error while reading input information from file '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Ett fel uppstod under inläsning av filen ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: input.c:1353
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Could not set up terminal"
|
|
|
|
msgstr "Kunde inte initiera terminalen"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: io.c:80
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"An error occured while reading output from code block on file descriptor %d"
|
|
|
|
msgstr ""
|
|
|
|
"Ett fel inträffade under inläsning av utdata från kodblock på "
|
|
|
|
"filidentifierare %d"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: main.c:194
|
|
|
|
#, c-format
|
|
|
|
msgid "Invalid value '%s' for debug level switch"
|
|
|
|
msgstr "Ogiltigt värde ”%s” för debugnivåflagga"
|
|
|
|
|
|
|
|
#: main.c:218 mimedb.c:1269 set_color.c:218
|
2006-01-26 15:17:17 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s, version %s\n"
|
|
|
|
msgstr "%s, version %s\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: main.c:312
|
2006-01-26 15:17:17 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Error while reading file %ls\n"
|
|
|
|
msgstr "Ett fel uppstod medan filen ”%ls” lästes\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:156 mimedb.c:170 mimedb.c:1089
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Out of memory\n"
|
|
|
|
msgstr "%s: Slut på minne\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:405
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Unknown error in munge()\n"
|
|
|
|
msgstr "%s: Okänt fel i munge()\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:423
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Locale string too long\n"
|
|
|
|
msgstr "%s: Lokalsträng för lång\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:485
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Could not compile regular expressions\n"
|
|
|
|
msgstr "%s: Kunde inte kompilera reguljärt uttryck\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:591
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: No description for type %s\n"
|
|
|
|
msgstr "%s: Beskrivning saknas för typ %s\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:655
|
2006-01-26 15:17:17 +00:00
|
|
|
#, c-format
|
2006-01-24 23:08:50 +00:00
|
|
|
msgid "%s: Could not parse launcher string '%s'\n"
|
|
|
|
msgstr "%s: Kunde inte tolka körsträng ”%ls”\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:688
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Default launcher '%s' does not specify how to start\n"
|
|
|
|
msgstr "%s: Standardkörsträng ”%s” anger inte hur programmet ska startas\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:1068
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Unsupported switch '%c' in launch string '%s'\n"
|
|
|
|
msgstr "%s: Flaggan ”%c” i körsträng ”%s” stöds inte\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:1280
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Can not launch a mimetype\n"
|
|
|
|
msgstr "%s: Kan inte köra en mimetyp\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:1312
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Could not parse mimetype from argument '%s'\n"
|
|
|
|
msgstr "%s: Kunde inte tolka mimetyp från argument ”%s”\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: mimedb.c:1390
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Unknown error\n"
|
|
|
|
msgstr "%s: Okänt fel\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:63
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "If this error can be reproduced, please send a bug report to %s."
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
|
|
|
"Om du kan reproducera detta fel, var vänlig skicka en buggrapport till %s"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:68
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "This command can not be used in a pipeline"
|
2006-01-08 02:56:56 +00:00
|
|
|
msgstr "Detta kommando kan ej användas i ett rör"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:74
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Tokenizer error: '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Ett fel inträffade vid symboluppdelning: ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:79
|
2006-02-14 11:39:26 +00:00
|
|
|
msgid "Short circuit command requires additional command"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Kortslutningkommandon kräver ett efterföljande kommandon"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:84
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Maximum recursion depth reached. Accidental infinite loop?"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Maximalt rekursionsdjup uppnått. Oavsiktlig oändlig upprepning?"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:89
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Could not locate end of block. The 'end' command is missing, misspelled or a "
|
|
|
|
"';' is missing."
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Kunde inte hitta slutet på kodblock. Kommandot ”end” saknas, är felstavat "
|
|
|
|
"eller ett ”;” saknas."
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:94
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Maximum number of nested blocks reached."
|
|
|
|
msgstr "Maximalt antal nästade block har uppnåtts."
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:99
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Expected a command name, got token of type '%ls'"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Förväntade att hitta ett kommandonamn, hittade en symbol av typen ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:104
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Expected a command name, got token of type '%ls'. Did you mean 'COMMAND; or "
|
|
|
|
"COMMAND'? For more information on the 'or' builtin command, see the help "
|
|
|
|
"section for 'or' by typing 'help or'."
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Förväntade att hitta ett kommandonamn, hittade en symbol av typen ”%ls”. "
|
|
|
|
"Menade du ”KOMMANDO; or KOMMANDO”? För mer information on det inbyggda "
|
|
|
|
"kommandot ”or”, se hjälpsektionen om ”or” genom att skriva ”help or”."
|
2006-01-05 16:02:28 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:109
|
2006-01-05 16:02:28 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Expected a command name, got token of type '%ls'. Did you mean 'COMMAND; and "
|
|
|
|
"COMMAND'? For more information on the 'and' builtin command, see the help "
|
|
|
|
"section for 'and' by typing 'help and'."
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Förväntade att hitta ett kommandonamn, hittade en symbol av typen ”%ls”. "
|
|
|
|
"Menade du ”KOMMANDO; and KOMMANDO”? För mer information om det inbyggda "
|
|
|
|
"kommandot ”and”, se hjälpsektionen om ”and” genom att skriva ”help and”."
|
2006-01-05 16:02:28 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:114
|
2006-01-05 16:02:28 +00:00
|
|
|
#, c-format
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Illegal command name '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Ogiltigt kommandonamn ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:119
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Warning: No match for wildcard '%ls'. The command will not be executed."
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Varning: Inga matchningar för jokertecknen i ”%ls”. Kommandot kommer ej "
|
2006-01-19 13:45:18 +00:00
|
|
|
"utföras."
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:124
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "'case' builtin not inside of switch block"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Det inbyggda kommandot ”case” får bara användas i ett ”switch”-block."
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:129
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Loop control command while not inside of loop"
|
|
|
|
msgstr "Loopstyrningskommandon får bara användas i loopar."
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:134
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "'else' builtin not inside of if block"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Det inbyggda kommandot ”else” får bara användas i ett if-block"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:139
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "'end' command outside of block"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Det inbyggda kommandot ”end” får bara användas i ett block"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:144
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Unknown command '%ls'. Did you mean 'set VARIABLE VALUE'? For information on "
|
|
|
|
"setting variable values, see the help section on the set command by typing "
|
|
|
|
"'help set'."
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"Okänt kommando ”%ls”. Menade du ”set VARIABEL VÄRDE”? För mer information om "
|
2006-01-19 13:45:18 +00:00
|
|
|
"hur man tilldelar variabler, se hjälpsektionen om det inbyggda kommandot "
|
2006-01-21 12:39:32 +00:00
|
|
|
"”set” genom att skriva ”help set”."
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:149
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Expected redirection specification, got token of type '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Förväntade en IO dirigering, hittade en symbol av typen ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:154
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"Encountered redirection when expecting a command name. Fish does not allow a "
|
|
|
|
"redirection operation before a command."
|
|
|
|
msgstr ""
|
|
|
|
"Förväntade ett kommandonamn, hittade en IO dirigering. Fish tillåter into IO "
|
|
|
|
"dirigeringar före kommandonamn"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:159
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Tried to evaluate null pointer."
|
|
|
|
msgstr "Försökte evaluera nollpekare."
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:164
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Tried to evaluate commands using invalid block type '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Försökte utföra kommandon i ogiltig blocktyp ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:170
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unexpected token of type '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Oväntad symbol av typ ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:175
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Error while searching for command '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Ett fel uppstod under sökning efter kommandot ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:181
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "'while' block"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "”while” block"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:187
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "'for' block"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "”for” block"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:193
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "'if' conditional block"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "”if” villkorligt block"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:199
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "function definition block"
|
|
|
|
msgstr "funktionsdefinition-block"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:205
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "function invocation block"
|
|
|
|
msgstr "funktionsanropp-block"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:211
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "'switch' block"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "”switch” block"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:217
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "unexecutable block"
|
|
|
|
msgstr "oexekverbart block"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:223
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "global root block"
|
|
|
|
msgstr "globalt rot-block"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:229
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "command substitution block"
|
|
|
|
msgstr "kommandosubstitution-block"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:235
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "'begin' unconditional block"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "”begin” ovillkorligen exekverat block"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:241
|
2006-01-31 22:00:43 +00:00
|
|
|
msgid "Block created by the . builtin"
|
|
|
|
msgstr "Block skapat av det inbyggda kommandot ”.”"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:246
|
2006-02-01 15:55:16 +00:00
|
|
|
msgid "event handler block"
|
|
|
|
msgstr "händelsehanterarblock"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:252
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "unknown/invalid block"
|
|
|
|
msgstr "okänt/ogiltigt block"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:883
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Could not write profiling information to file '%s'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Kunde inte skriva profileringsinformation till filen ”%s”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:889
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Time\tSum\tCommand\n"
|
|
|
|
msgstr "Tid\tSumma\tKommando\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1015
|
2006-02-01 15:55:16 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "in event handler: %ls\n"
|
|
|
|
msgstr "i händelsehanterare: %ls\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1029
|
2006-01-31 22:00:43 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "in . (source) call of file '%ls',\n"
|
|
|
|
msgstr "i ”.”-anrop av fil ”%ls”,\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1034
|
2006-01-26 15:17:17 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "in function '%ls',\n"
|
|
|
|
msgstr "i funktion ”%ls”,\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1039
|
2006-02-01 15:55:16 +00:00
|
|
|
msgid "in command substitution\n"
|
|
|
|
msgstr "i kommandosubstitution\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1049
|
2006-01-26 15:17:17 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "\tcalled on line %d of file '%ls',\n"
|
|
|
|
msgstr "\tanropad på rad %d i fil ”%ls”,\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1056
|
2006-01-26 15:17:17 +00:00
|
|
|
msgid "\tcalled on standard input,\n"
|
|
|
|
msgstr "\tanropad från standard in,\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1070
|
2006-01-26 15:17:17 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "\twith parameter list '%ls'\n"
|
2006-01-31 22:00:43 +00:00
|
|
|
msgstr "\tmed parameterlista ”%ls”\n"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1231
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-15 20:20:34 +00:00
|
|
|
msgid "%ls (line %d): "
|
|
|
|
msgstr "%ls (rad %d): "
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1439
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Could not expand string '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Kunde inte expandera strängen ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1542
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid IO redirection"
|
|
|
|
msgstr "Ogiltig IO omdirigering"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:1585
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Requested redirection to something that is not a file descriptor %ls"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "IO dirigering till någonting som inte är en filidentifierare"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:2004
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unknown command '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Okänt kommando ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: parser.c:2444
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "End of block mismatch. Program terminating."
|
|
|
|
msgstr "Blockslut matchar inte. Programmet avslutas."
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:135
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Job inconsistency"
|
|
|
|
msgstr "Jobb i ogiltigt tillstånd"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:469
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-05 13:54:11 +00:00
|
|
|
msgid "Job %d, '%ls' has %ls"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Jobb %d, ”%ls” har %ls"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:545
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Job %d, '%ls' terminated by signal %ls (%ls)"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Jobb %d, ”%ls” avslutat av signal %ls (%ls)"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:553
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"%ls: Process %d, '%ls' from job %d, '%ls' terminated by signal %ls (%ls)"
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"%ls: Process %d, ”%ls”, från jobb %d, ”%ls” avslutat av signal %ls (%ls)"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:584
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "ended"
|
|
|
|
msgstr "avslutat"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:808
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "An error occured while reading output from code block"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Ett fel inträffade under läsandet av utdata från kodblock"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:986 proc.c:996 proc.c:1006
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Could not return shell to foreground"
|
|
|
|
msgstr "Kunde inte återställa skalet till förgrunden"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1029
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Job command"
|
|
|
|
msgstr "Jobb kommando"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1032 proc.c:1059
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Process list pointer"
|
|
|
|
msgstr "Processlistepekare"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1035
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Job list pointer"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Jobblistepekare"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1046
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "More than one job in foreground: job 1: '%ls' job 2: '%ls'"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Mer än ett jobb i förgrunden: job 1: ”%ls”, jobb 2 ”%ls”"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1057
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Process argument list"
|
|
|
|
msgstr "Processargumentlista"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1058
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Process name"
|
|
|
|
msgstr "Processnamn"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1060
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Process command"
|
|
|
|
msgstr "Processkommando"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1065
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Job '%ls', process '%ls' has inconsistent state 'stopped'=%d"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Jobb ”%ls”, process ”%ls” har ogiltigt tillstånd ”stopped”=%d"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: proc.c:1075
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Job '%ls', process '%ls' has inconsistent state 'completed'=%d"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Jobb ”%ls”, process ”%ls” har ogiltigt tillstånd ”completed”=%d"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:318
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Could not set terminal mode for new job"
|
|
|
|
msgstr "Kunde inte återställa terminalen för nytt jobb"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:342
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Could not set terminal mode for shell"
|
|
|
|
msgstr "Kunde inte återställa terminalen till skalet"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:1617
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Couldn't put the shell in its own process group"
|
|
|
|
msgstr "Kunde inte skicka skalet till sin egen processgrupp"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:1627
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Couldn't grab control of terminal"
|
|
|
|
msgstr "Kunde inte ta kontroll över terminalen"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:1661
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Could not set exit function"
|
|
|
|
msgstr "Kunde inte sätta avslutningsfunktionen"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:2141
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Pop null reader block"
|
|
|
|
msgstr "Ta bort element från tomt läsarblock"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:2283
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "There are stopped jobs\n"
|
|
|
|
msgstr "Det finns bakgrundsjobb\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:2802
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Unknown keybinding %d"
|
|
|
|
msgstr "Okänd tangentbordsbindning %d"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:2873
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Error while reading commands"
|
|
|
|
msgstr "Ett fel inträffade medan kommandon lästes in"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:2892
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Error while closing input stream"
|
|
|
|
msgstr "Ett fel inträffade medan indataström stängdes"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:2920
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "Could not convert input. Read %d bytes."
|
|
|
|
msgstr "Kunde inte konvertera indata. Läste %d bytes."
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:2926
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Could not read input stream"
|
|
|
|
msgstr "Kunde inte läsa från indataström"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: reader.c:2935
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Error while opening input stream"
|
|
|
|
msgstr "Ett fel inträffade medan indataström öppnades"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: sanity.c:37
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "Errors detected, shutting down"
|
|
|
|
msgstr "Fel har upptäckts, avslutar programmet"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: sanity.c:65
|
2006-01-11 14:17:35 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "The pointer '%ls' is invalid"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Pekaren ”%ls” är ogiltig"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: sanity.c:71
|
2006-01-11 14:17:35 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "The pointer '%ls' is null"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "Pekaren ”%ls” är noll"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: set_color.c:245
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Too many arguments\n"
|
|
|
|
msgstr "%s: För många argument\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: set_color.c:252
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Expected an argument\n"
|
|
|
|
msgstr "%s: Förväntade argument\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: set_color.c:261 set_color.c:269
|
2006-01-24 23:08:50 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%s: Unknown color '%s'\n"
|
|
|
|
msgstr "%s: Okänd färg ”%s”\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:61
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Terminal hung up"
|
|
|
|
msgstr "Terminalen bröt uppkopplingen"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:67
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Quit request from job control (^C)"
|
|
|
|
msgstr "Avslutning via jobbkontroll (^C)"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:73
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Quit request from job control with core dump (^\\)"
|
|
|
|
msgstr "Avslutning via jobbkontroll med minnesdump (^\\)"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:79
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Illegal instruction"
|
|
|
|
msgstr "Ogiltig instruktion"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:85
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Trace or breakpoint trap"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Spårnings eller brytpunktsfälla utlöstes"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:91
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Abort"
|
|
|
|
msgstr "Avbrott"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:97
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Misaligned address error"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Bussfel (Ogiltigt justerad minnesadress)"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:103
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Floating point exception"
|
|
|
|
msgstr "Flyttalsundantag"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:109
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Forced quit"
|
|
|
|
msgstr "Tvingad avslutning"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:115
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "User defined signal 1"
|
|
|
|
msgstr "Användardefinerad signal 1"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:120
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "User defined signal 2"
|
|
|
|
msgstr "Användardefinerad signal 2"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:126
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Address boundary error"
|
|
|
|
msgstr "Minnesadress korsar segmentgräns"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:132
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Broken pipe"
|
2006-01-08 02:56:56 +00:00
|
|
|
msgstr "Avbrutet rör"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:138
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Timer expired"
|
|
|
|
msgstr "Timer utlöstes"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:144
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Polite quit request"
|
|
|
|
msgstr "Artig avslutning"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:150
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Child process status changed"
|
|
|
|
msgstr "Barnprocess fick ändrad status"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:156
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Continue previously stopped process"
|
|
|
|
msgstr "Fortsätt tidigare stannad process"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:162
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Forced stop"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Tvingad att stoppa"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:168
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Stop request from job control (^Z)"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Stoppad genom jobbkontroll (^Z)"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:174
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Stop from terminal input"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Stoppad från terminalläsning"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:180
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Stop from terminal output"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Stoppad från terminalskrivning"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:186
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Urgent socket condition"
|
|
|
|
msgstr "Viktig socket-situation"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:192
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "CPU time limit exceeded"
|
|
|
|
msgstr "Slut på processortid"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:199
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "File size limit exceeded"
|
|
|
|
msgstr "Maximal filstorlek överskriden"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:206
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Virtual timer expired"
|
|
|
|
msgstr "Virtuell timer utlöst"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:213
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Profiling timer expired"
|
|
|
|
msgstr "Profileringstimer utlöst"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:221 signal.c:229
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Window size change"
|
|
|
|
msgstr "Terminalfönstret ändrade storlek"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:236
|
2006-01-11 14:17:35 +00:00
|
|
|
msgid "I/O on asynchronous file descriptor is possible"
|
|
|
|
msgstr "Läsning/skrivning på asynkron filidentifierare möjligt"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:243
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Power failure"
|
|
|
|
msgstr "Strömavbrott"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:251
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Bad system call"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Felaktigt systemanrop"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:259
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid "Information request"
|
|
|
|
msgstr "Informationsbegäran"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:267
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid "Stack fault"
|
|
|
|
msgstr "Stackfel"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:275
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid "Emulator trap"
|
|
|
|
msgstr "Emulatorfälla"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:283
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid "Abort (Alias for SIGABRT)"
|
|
|
|
msgstr "Avbrott (Alias för SIGABRT)"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: signal.c:291
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid "Unused signal"
|
|
|
|
msgstr "Oanvänd signal"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:31
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Unexpected end of token"
|
|
|
|
msgstr "Oväntat slut på symbol"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:35
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Parenthesis mismatch"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Paranteser matchar inte varandra"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:39
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid redirection"
|
|
|
|
msgstr "Ogiltig IO dirigering"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:43
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid input"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Ogiltig indata"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:48
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Can not use fd 0 as pipe output"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Kan inte skicka rördata till filidentifierare 0"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:65
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Tokenizer not yet initialized"
|
|
|
|
msgstr "Symbolavdelaren inte initierad"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:66
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Tokenizer error"
|
|
|
|
msgstr "Symbolavdelarfel"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:67
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Invalid token"
|
|
|
|
msgstr "Ogiltig symbol"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:68
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "String"
|
|
|
|
msgstr "Textsträng"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:69
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Pipe"
|
2006-01-08 02:56:56 +00:00
|
|
|
msgstr "Rör"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:70
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "End of command"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "Slut av kommando"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:71
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Redirect output to file"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "IO dirigering av utdata till fil"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:72
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Append output to file"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "IO dirigering av utdata till slutet av fil"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:73
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Redirect input to file"
|
|
|
|
msgstr "IO dirigering av indata till fil"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:74
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Redirect to file descriptor"
|
|
|
|
msgstr "IO dirigering till filidentifierare"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:75
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Run job in background"
|
|
|
|
msgstr "Kör jobb i bakgrunden"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: tokenizer.c:76
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "Comment"
|
|
|
|
msgstr "Kommentar"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:539
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
2006-02-14 11:39:26 +00:00
|
|
|
msgid "%ls: Option '%ls' is ambiguous\n"
|
2006-01-28 02:21:49 +00:00
|
|
|
msgstr "%ls: Flaggan ”%ls” är tvetydig\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:563
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
2006-02-14 11:39:26 +00:00
|
|
|
msgid "%ls: Option '--%ls' doesn't allow an argument\n"
|
2006-01-28 02:21:49 +00:00
|
|
|
msgstr "%ls: Flaggan ”--%ls” tar inget argument\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:568
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
2006-02-14 11:39:26 +00:00
|
|
|
msgid "%ls: Option '%lc%ls' doesn't allow an argument\n"
|
2006-01-28 02:21:49 +00:00
|
|
|
msgstr "%ls: Flaggan ”%lc%ls” tar inget argument\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:582
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
2006-02-14 11:39:26 +00:00
|
|
|
msgid "%ls: Option '%ls' requires an argument\n"
|
2006-01-28 02:21:49 +00:00
|
|
|
msgstr "%ls: Flaggan ”%ls” kräver ett argument\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:610
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
2006-02-14 11:39:26 +00:00
|
|
|
msgid "%ls: Unrecognized option '--%ls'\n"
|
2006-01-28 02:21:49 +00:00
|
|
|
msgstr "%ls: Okänd flagga ”--%ls”\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:614
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
2006-02-14 11:39:26 +00:00
|
|
|
msgid "%ls: Unrecognized option '%lc%ls'\n"
|
2006-01-28 02:21:49 +00:00
|
|
|
msgstr "%ls: Okänd flagga ”%lc%ls”\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:639
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Illegal option -- %lc\n"
|
|
|
|
msgstr "%ls: Ogiltig flagga -- ”%lc”\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:641
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Invalid option -- %lc\n"
|
|
|
|
msgstr "%ls: Ogiltigt flagga -- %lc\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wgetopt.c:675
|
2006-01-28 02:21:49 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Option requires an argument -- %lc\n"
|
|
|
|
msgstr "%ls: Flaggan kräver ett argument -- %lc\n"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: wildcard.c:342
|
2006-01-04 12:51:02 +00:00
|
|
|
msgid "empty"
|
|
|
|
msgstr "tom"
|
|
|
|
|
|
|
|
#: builtin.h:23
|
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Expected argument\n"
|
|
|
|
msgstr "%ls: Förväntade argument\n"
|
|
|
|
|
|
|
|
#: builtin.h:33
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%ls: Invalid combination of options,\n"
|
|
|
|
"%ls\n"
|
|
|
|
msgstr ""
|
2006-01-08 02:56:56 +00:00
|
|
|
"%ls: Ogiltig kombination av flaggor,\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
"%ls\n"
|
|
|
|
|
|
|
|
#: builtin.h:38
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
2006-01-11 14:17:35 +00:00
|
|
|
"%ls: Variable scope can only be one of universal, global and local\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
"%ls\n"
|
|
|
|
msgstr ""
|
2006-01-19 13:45:18 +00:00
|
|
|
"%ls: En variabels definitionsområde kan bara vara en av universal, global "
|
|
|
|
"och lokal\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
"%ls\n"
|
|
|
|
|
|
|
|
#: builtin.h:43
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"%ls: Variable can't be both exported and unexported\n"
|
|
|
|
"%ls\n"
|
|
|
|
msgstr ""
|
|
|
|
"%ls: Variabel kan inte vara både exporterad och oexporterad\n"
|
|
|
|
"%ls\n"
|
|
|
|
|
|
|
|
#: builtin.h:48
|
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Unknown option '%ls'\n"
|
2006-01-21 12:39:32 +00:00
|
|
|
msgstr "%ls: Okänd flagga ”%ls”\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-01-24 23:08:50 +00:00
|
|
|
#: builtin.h:53
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
|
|
|
"%ls: Invalid character '%lc' in variable name. Only alphanumerical "
|
|
|
|
"characters and underscores are valid in a variable name.\n"
|
|
|
|
msgstr ""
|
2006-01-21 12:39:32 +00:00
|
|
|
"%ls: Ogiltigt tecken ”%lc” i variabelnamn. Bara alfanumeriska tecken och "
|
2006-01-19 13:45:18 +00:00
|
|
|
"understreck är tillåtna i variabelnamn.\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
2006-01-24 23:08:50 +00:00
|
|
|
#: builtin.h:58
|
2006-01-04 12:51:02 +00:00
|
|
|
#, c-format
|
|
|
|
msgid "%ls: Variable name can not be the empty string\n"
|
2006-01-11 14:17:35 +00:00
|
|
|
msgstr "%ls: Den tomma strängen är inte ett tillåtet variabelnamn\n"
|
2006-01-04 12:51:02 +00:00
|
|
|
|
|
|
|
#: exec.h:19
|
|
|
|
msgid "An error occurred while setting up pipe"
|
2006-01-08 02:56:56 +00:00
|
|
|
msgstr "Ett fel inträffade under skapandet av ett rör"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: etc/fish_interactive.fish.in:14
|
|
|
|
msgid "Welcome to fish, the friendly interactive shell\\n"
|
|
|
|
msgstr "Välkommen till fish, det vänliga interaktiva skalet\\n"
|
|
|
|
|
|
|
|
#: etc/fish_interactive.fish.in:15
|
|
|
|
msgid "Type %shelp%s for instructions on how to use fish\\n"
|
|
|
|
msgstr "Skriv %shelp%s för instruktioner om hur man använder fish\\n"
|
|
|
|
|
|
|
|
#: etc/fish_interactive.fish.in:21
|
|
|
|
msgid "Commands to execute when fish exits"
|
|
|
|
msgstr "Kommandon som utförs när fish avslutas"
|
|
|
|
|
|
|
|
#: etc/fish_interactive.fish.in:22
|
|
|
|
msgid "Good bye\\n"
|
|
|
|
msgstr "Hej då\\n"
|
|
|
|
|
|
|
|
#: share/fish:72 share/completions/apropos.fish:11
|
|
|
|
#: share/completions/apt-build.fish:3 share/completions/apt-cache.fish:2
|
|
|
|
#: share/completions/apt-cdrom.fish:2 share/completions/apt-config.fish:2
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-extracttemplates.fish:3
|
|
|
|
#: share/completions/apt-file.fish:2 share/completions/apt-ftparchive.fish:2
|
|
|
|
#: share/completions/apt-get.fish:23 share/completions/apt-listbugs.fish:2
|
|
|
|
#: share/completions/apt-listchanges.fish:2
|
|
|
|
#: share/completions/apt-proxy-import.fish:2
|
|
|
|
#: share/completions/apt-rdepends.fish:2
|
|
|
|
#: share/completions/apt-show-source.fish:2
|
|
|
|
#: share/completions/apt-show-versions.fish:2
|
|
|
|
#: share/completions/apt-sortpkgs.fish:2 share/completions/apt-spy.fish:2
|
|
|
|
#: share/completions/apt-src.fish:2 share/completions/apt-zip-inst.fish:2
|
|
|
|
#: share/completions/apt-zip-list.fish:2 share/completions/bc.fish:9
|
|
|
|
#: share/completions/cat.fish:10 share/completions/chgrp.fish:10
|
|
|
|
#: share/completions/chown.fish:9 share/completions/complete.fish:13
|
|
|
|
#: share/completions/configure.fish:1 share/completions/cut.fish:8
|
|
|
|
#: share/completions/date.fish:9 share/completions/df.fish:28
|
|
|
|
#: share/completions/diff.fish:26 share/completions/du.fish:18
|
|
|
|
#: share/completions/echo.fish:4 share/completions/emerge.fish:30
|
|
|
|
#: share/completions/fish.fish:2 share/completions/functions.fish:4
|
|
|
|
#: share/completions/fusermount.fish:12 share/completions/gpg.fish:108
|
|
|
|
#: share/completions/gprof.fish:31 share/completions/grep.fish:23
|
|
|
|
#: share/completions/gunzip.fish:8 share/completions/gzip.fish:10
|
|
|
|
#: share/completions/id.fish:6 share/completions/less.fish:1
|
|
|
|
#: share/completions/man.fish:28 share/completions/mimedb.fish:8
|
|
|
|
#: share/completions/mount.fish:9 share/completions/mplayer.fish:30
|
|
|
|
#: share/completions/mplayer.fish:35 share/completions/mplayer.fish:82
|
|
|
|
#: share/completions/mv.fish:10 share/completions/nice.fish:3
|
|
|
|
#: share/completions/pine.fish:3 share/completions/ps.fish:35
|
|
|
|
#: share/completions/python.fish:4 share/completions/read.fish:1
|
|
|
|
#: share/completions/rmdir.fish:6 share/completions/rm.fish:8
|
|
|
|
#: share/completions/rpm.fish:4 share/completions/ruby.fish:8
|
|
|
|
#: share/completions/sed.fish:27 share/completions/set.fish:65
|
|
|
|
#: share/completions/sort.fish:19 share/completions/sshfs.fish:32
|
|
|
|
#: share/completions/sudo.fish:7 share/completions/su.fish:10
|
|
|
|
#: share/completions/test.fish:2 share/completions/time.fish:9
|
|
|
|
#: share/completions/top.fish:5 share/completions/touch.fish:10
|
|
|
|
#: share/completions/trap.fish:4 share/completions/type.fish:2
|
|
|
|
#: share/completions/ulimit.fish:13 share/completions/umount.fish:11
|
|
|
|
#: share/completions/uname.fish:10 share/completions/uniq.fish:13
|
|
|
|
#: share/completions/valgrind.fish:24 share/completions/vared.fish:2
|
|
|
|
#: share/completions/wc.fish:6 share/completions/wget.fish:6
|
|
|
|
#: share/completions/who.fish:18 share/completions/xprop.fish:2
|
|
|
|
#: share/completions/xsel.fish:16 share/completions/yum.fish:46
|
|
|
|
#: share/completions/zcat.fish:7 share/completions/zip.fish:31
|
|
|
|
#: share/functions/__fish_complete_ls.fish:90
|
|
|
|
#: share/functions/__fish_complete_tex.fish:4
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Display help and exit"
|
|
|
|
msgstr "Visa hjälp och avsluta"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: share/fish:82
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Start service"
|
|
|
|
msgstr "Starta tjänst"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: share/fish:83
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Stop service"
|
|
|
|
msgstr "Stanna tjänst"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: share/fish:84
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Print service status"
|
|
|
|
msgstr "Visa status för tjänst"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: share/fish:85
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Stop and then start service"
|
|
|
|
msgstr "Stanna och starta tjänst"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: share/fish:86
|
2006-01-05 13:41:59 +00:00
|
|
|
msgid "Reload service configuration"
|
|
|
|
msgstr "Ladda om konfiguration för tjänst"
|
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apm.fish:2 share/completions/apropos.fish:20
|
|
|
|
#: share/completions/apt-build.fish:29 share/completions/apt-cache.fish:28
|
|
|
|
#: share/completions/apt-cdrom.fish:11 share/completions/apt-config.fish:5
|
|
|
|
#: share/completions/apt-file.fish:12 share/completions/apt-ftparchive.fish:15
|
|
|
|
#: share/completions/apt-get.fish:61 share/completions/apt-proxy-import.fish:3
|
|
|
|
#: share/completions/apt-rdepends.fish:12
|
|
|
|
#: share/completions/apt-show-source.fish:8
|
|
|
|
#: share/completions/apt-sortpkgs.fish:4 share/completions/apt-zip-inst.fish:3
|
|
|
|
#: share/completions/apt-zip-list.fish:3 share/completions/at.fish:2
|
|
|
|
#: share/completions/atq.fish:2 share/completions/atrm.fish:2
|
|
|
|
#: share/completions/bc.fish:8 share/completions/bunzip2.fish:15
|
|
|
|
#: share/completions/bzip2.fish:17 share/completions/cat.fish:11
|
|
|
|
#: share/completions/chgrp.fish:11 share/completions/chown.fish:10
|
|
|
|
#: share/completions/configure.fish:2 share/completions/cut.fish:9
|
|
|
|
#: share/completions/cvs.fish:51 share/completions/cvs.fish:73
|
|
|
|
#: share/completions/date.fish:10 share/completions/df.fish:29
|
|
|
|
#: share/completions/diff.fish:25 share/completions/du.fish:19
|
|
|
|
#: share/completions/echo.fish:5 share/completions/fish.fish:3
|
|
|
|
#: share/completions/fusermount.fish:13 share/completions/gprof.fish:32
|
|
|
|
#: share/completions/grep.fish:43 share/completions/gunzip.fish:18
|
|
|
|
#: share/completions/gzip.fish:20 share/completions/id.fish:7
|
|
|
|
#: share/completions/less.fish:41 share/completions/make.fish:26
|
|
|
|
#: share/completions/mimedb.fish:9 share/completions/modprobe.fish:14
|
|
|
|
#: share/completions/mount.fish:8 share/completions/mplayer.fish:83
|
|
|
|
#: share/completions/mv.fish:11 share/completions/nice.fish:4
|
|
|
|
#: share/completions/perl.fish:18 share/completions/ping.fish:27
|
|
|
|
#: share/completions/ps.fish:34 share/completions/python.fish:12
|
|
|
|
#: share/completions/rmdir.fish:7 share/completions/rm.fish:9
|
|
|
|
#: share/completions/rpm.fish:5 share/completions/ruby.fish:21
|
|
|
|
#: share/completions/sed.fish:28 share/completions/sort.fish:20
|
|
|
|
#: share/completions/sshfs.fish:24 share/completions/su.fish:11
|
|
|
|
#: share/completions/tar.fish:51 share/completions/test.fish:3
|
|
|
|
#: share/completions/time.fish:10 share/completions/top.fish:13
|
|
|
|
#: share/completions/touch.fish:11 share/completions/umount.fish:10
|
|
|
|
#: share/completions/uname.fish:11 share/completions/uniq.fish:14
|
|
|
|
#: share/completions/valgrind.fish:26 share/completions/wc.fish:7
|
|
|
|
#: share/completions/w.fish:5 share/completions/wget.fish:5
|
|
|
|
#: share/completions/who.fish:19 share/completions/xsel.fish:18
|
|
|
|
#: share/completions/yum.fish:54 share/completions/zcat.fish:9
|
|
|
|
#: share/functions/__fish_complete_ls.fish:91
|
|
|
|
#: share/functions/__fish_complete_tex.fish:5
|
|
|
|
msgid "Display version and exit"
|
|
|
|
msgstr "Visa version och avsluta"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apm.fish:3
|
|
|
|
msgid "Print APM info"
|
|
|
|
msgstr "Visa APM-information"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apm.fish:4
|
|
|
|
msgid "Print time remaining"
|
|
|
|
msgstr "Visa kvarvarande tid"
|
2006-02-05 21:18:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apm.fish:5
|
|
|
|
msgid "Monitor status info"
|
|
|
|
msgstr "Bevaka statusinformation"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apm.fish:6
|
|
|
|
msgid "Request APM standby mode"
|
|
|
|
msgstr "Begär APM-standbyläge"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apm.fish:7
|
|
|
|
msgid "Request APM suspend mode"
|
|
|
|
msgstr "Begär APM-suspendläge"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apm.fish:8
|
|
|
|
msgid "APM status debugging info"
|
|
|
|
msgstr "APM-status debuginformation"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:9
|
|
|
|
msgid "whatis entry"
|
|
|
|
msgstr "”whatis”-inlägg"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:12
|
|
|
|
msgid "Print debugging info"
|
|
|
|
msgstr "Visa debuginformation"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:13 share/completions/apt-file.fish:8
|
|
|
|
#: share/completions/apt-listchanges.fish:4
|
|
|
|
#: share/completions/apt-proxy-import.fish:4
|
|
|
|
#: share/completions/apt-show-source.fish:10 share/completions/arp.fish:2
|
|
|
|
#: share/completions/darcs.fish:64 share/completions/darcs.fish:144
|
|
|
|
#: share/completions/darcs.fish:155 share/completions/darcs.fish:160
|
|
|
|
#: share/completions/makedepend.fish:11 share/completions/mount.fish:10
|
|
|
|
#: share/completions/mv.fish:9 share/completions/ping.fish:26
|
|
|
|
#: share/completions/python.fish:11 share/completions/rmdir.fish:5
|
|
|
|
#: share/completions/rpm.fish:7 share/completions/ruby.fish:19
|
|
|
|
#: share/completions/tar.fish:49 share/completions/time.fish:8
|
|
|
|
#: share/completions/umount.fish:12 share/completions/valgrind.fish:28
|
|
|
|
#: share/completions/wget.fish:13 share/completions/zip.fish:14
|
|
|
|
#: share/functions/__fish_complete_ssh.fish:59
|
|
|
|
msgid "Verbose mode"
|
|
|
|
msgstr "Utförligt läge"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:14
|
|
|
|
msgid "Keyword as regex"
|
|
|
|
msgstr "Nyckelord är ett reguljärt uttryck"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:15
|
|
|
|
msgid "Keyword as wildcards"
|
|
|
|
msgstr "Nyckelord har jokertecken"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:16
|
|
|
|
msgid "Keyword as exactly match"
|
|
|
|
msgstr "Nyckelord är en exakt matchning"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:17
|
|
|
|
msgid "Search for other system"
|
|
|
|
msgstr "Sök efter annat system"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:18
|
|
|
|
msgid "Specify man path"
|
|
|
|
msgstr "Välj manualsökväg"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apropos.fish:19
|
|
|
|
msgid "Specify a configuration file"
|
|
|
|
msgstr "Välj en konfigurationsfil"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:4
|
|
|
|
msgid "Update list of packages"
|
|
|
|
msgstr "Updatera paketlista"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:5
|
|
|
|
msgid "Upgrade packages"
|
|
|
|
msgstr "Upgradera paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:6
|
|
|
|
msgid "Rebuild your system"
|
|
|
|
msgstr "Återbygg systemet"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:7
|
|
|
|
msgid "Build and install a new package"
|
|
|
|
msgstr "Bygg och installera nytt paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:8
|
|
|
|
msgid "Download and extract a source"
|
|
|
|
msgstr "Nedladda och extrahera källkod"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:9
|
|
|
|
msgid "Info on a package"
|
|
|
|
msgstr "Visa info om paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:10
|
|
|
|
msgid "Remove packages"
|
|
|
|
msgstr "Radera paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:11
|
|
|
|
msgid "Erase built packages"
|
|
|
|
msgstr "Radera byggda paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:12
|
|
|
|
msgid "Build source without install"
|
|
|
|
msgstr "Bygg källkod utan att installera"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:13
|
|
|
|
msgid "Clean source directories"
|
|
|
|
msgstr "Rengör källkodskataloger"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:14
|
|
|
|
msgid "Update source and rebuild"
|
|
|
|
msgstr "Uppdatera källkod och bygg om dem"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:15
|
|
|
|
msgid "Update the repository"
|
|
|
|
msgstr "Uppdatera förråd"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:16
|
|
|
|
msgid "Do not use gcc wrapper"
|
|
|
|
msgstr "Använd inte omslag (wrapper) kring gcc"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:17
|
|
|
|
msgid "Remove build-dep"
|
|
|
|
msgstr "Ta bort bygg-beroenden"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:18
|
|
|
|
msgid "Do not download source"
|
|
|
|
msgstr "Ladda inte ner källkod"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:19
|
|
|
|
msgid "Specify build-dir"
|
|
|
|
msgstr "Välj bygg-katalog"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:20
|
|
|
|
msgid "Rebuild a package"
|
|
|
|
msgstr "Bygg om paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:21
|
|
|
|
msgid "Rebuild and install an installed package"
|
|
|
|
msgstr "Bygg och installera ett installerat paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:22
|
|
|
|
msgid "Use <command> to build"
|
|
|
|
msgstr "Använd <kommando> för att bygga"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:23
|
|
|
|
msgid "Apply <file> patch"
|
|
|
|
msgstr "Applicera <fil> som fix"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:24
|
|
|
|
msgid "Prefix to strip on patch"
|
|
|
|
msgstr "Ta bort <prefix> på fix"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:25 share/completions/apt-listbugs.fish:21
|
|
|
|
#: share/completions/yum.fish:47
|
|
|
|
msgid "Assume yes to all questions"
|
|
|
|
msgstr "Anta ja på alla frågor"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:26 share/completions/apt-get.fish:50
|
|
|
|
msgid "Use purge instead of remove"
|
|
|
|
msgstr "Använd rensning istället för radering"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:27
|
|
|
|
msgid "Do not run update"
|
|
|
|
msgstr "Kör inte uppdatering"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-build.fish:28
|
|
|
|
msgid "Specify sources.list file"
|
|
|
|
msgstr "Välj sources.list fil"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:3
|
|
|
|
msgid "Build apt cache"
|
|
|
|
msgstr "Bygg aptcache"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:4
|
|
|
|
msgid "Show package info"
|
|
|
|
msgstr "Visa paketinfo"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:5
|
|
|
|
msgid "Show cache statistics"
|
|
|
|
msgstr "Visa cachestatistik"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:6
|
|
|
|
msgid "Show source package"
|
|
|
|
msgstr "Visa alla källkodspaket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:7
|
|
|
|
msgid "Show packages in cache"
|
|
|
|
msgstr "Visa paket i cache"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:8
|
|
|
|
msgid "Print available list"
|
|
|
|
msgstr "Visa tillgängliga paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:9
|
|
|
|
msgid "List unmet dependencies in cache"
|
|
|
|
msgstr "Visa ouppklarade beroenden i cache"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:10
|
|
|
|
msgid "Display package record"
|
|
|
|
msgstr "Visa paketpost"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:11
|
|
|
|
msgid "Search packagename by REGEX"
|
|
|
|
msgstr "Sök paketnamn som matchar reguljärt uttryck"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:12
|
|
|
|
msgid "Search full package name"
|
|
|
|
msgstr "Sök fullt paketnamn"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:13
|
|
|
|
msgid "Search packagename only"
|
|
|
|
msgstr "Sök enbart paketnamn"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:14
|
|
|
|
msgid "List dependencies for the package"
|
|
|
|
msgstr "Visa beroenden för paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:15
|
|
|
|
msgid "List reverse dependencies for the package"
|
|
|
|
msgstr "Visa paket som beror på det givna paketet"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:16
|
|
|
|
msgid "Print package name by prefix"
|
|
|
|
msgstr "Visa paket som matchar det givna prefixet"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:17
|
|
|
|
msgid "Generate dotty output for packages"
|
|
|
|
msgstr "Generera utdata för dotty"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:18
|
|
|
|
msgid "Debug preferences file"
|
|
|
|
msgstr "Fil för debuginställningar"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:19
|
|
|
|
msgid "Select file to store package cache"
|
|
|
|
msgstr "Välj paketcache"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:20
|
|
|
|
msgid "Select file to store source cache"
|
|
|
|
msgstr "Välj fil för källkodscache"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:21
|
|
|
|
#: share/completions/apt-ftparchive.fish:10 share/completions/apt-get.fish:39
|
|
|
|
#: share/completions/configure.fish:3 share/completions/gpg.fish:130
|
|
|
|
#: share/completions/make.fish:23 share/completions/ping.fish:17
|
|
|
|
#: share/completions/rpm.fish:6 share/completions/ssh.fish:37
|
|
|
|
#: share/completions/valgrind.fish:27 share/completions/wget.fish:12
|
|
|
|
#: share/completions/zip.fish:13
|
|
|
|
msgid "Quiet mode"
|
|
|
|
msgstr "Tyst läge"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:22
|
|
|
|
msgid "Print important dependencies"
|
|
|
|
msgstr "Visa viktiga beroenden"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:23
|
|
|
|
msgid "Print full records"
|
|
|
|
msgstr "Visa fulla poster"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:24
|
|
|
|
msgid "Auto-gen package cache"
|
|
|
|
msgstr "Autogenerera paketcache"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:25
|
|
|
|
msgid "Print all names"
|
|
|
|
msgstr "Visa alla namn"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:26
|
|
|
|
msgid "Dep and rdep recursive"
|
|
|
|
msgstr "Rekursiva beroendeberäkningar"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:27
|
|
|
|
msgid "Limit to installed"
|
|
|
|
msgstr "Bara installerade paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:29 share/completions/apt-cdrom.fish:12
|
|
|
|
#: share/completions/apt-config.fish:6
|
|
|
|
msgid "Specify config file"
|
|
|
|
msgstr "Välj konfigurationsfil"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cache.fish:30 share/completions/apt-cdrom.fish:13
|
|
|
|
#: share/completions/apt-config.fish:7
|
|
|
|
#: share/completions/apt-extracttemplates.fish:6
|
|
|
|
#: share/completions/apt-zip-list.fish:10
|
|
|
|
msgid "Specify options"
|
|
|
|
msgstr "Välj inställningar"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cdrom.fish:3
|
|
|
|
msgid "Add new disc to source list"
|
|
|
|
msgstr "Lägg till skiva till källlista"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cdrom.fish:4
|
|
|
|
msgid "Report identity of disc"
|
|
|
|
msgstr "Visa skivas identitet"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cdrom.fish:5 share/completions/fusermount.fish:6
|
|
|
|
#: share/completions/mount.fish:7 share/completions/sshfs.fish:20
|
|
|
|
#: share/completions/umount.fish:8
|
|
|
|
msgid "Mount point"
|
|
|
|
msgstr "Monteringskatalog"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cdrom.fish:6
|
|
|
|
msgid "Rename a disc"
|
|
|
|
msgstr "Byt namn på skiva"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cdrom.fish:7
|
|
|
|
msgid "No mounting"
|
|
|
|
msgstr "Montera inte"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cdrom.fish:8
|
|
|
|
msgid "Fast copy"
|
|
|
|
msgstr "Snabb kopiering"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cdrom.fish:9
|
|
|
|
msgid "Thorough package scan"
|
|
|
|
msgstr "Nogrann paketskanning"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-cdrom.fish:10
|
|
|
|
msgid "No changes"
|
|
|
|
msgstr "Inga förändringar"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-config.fish:3
|
|
|
|
msgid "Access config file from shell"
|
|
|
|
msgstr "Hitta konfigurationsfil via skalet"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-config.fish:4
|
|
|
|
msgid "Dump contents of config file"
|
|
|
|
msgstr "Skriv ut innehåll av konfigureringsfil"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-extracttemplates.fish:4
|
|
|
|
msgid "Set temp dir"
|
|
|
|
msgstr "Välj temporär katalog"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-extracttemplates.fish:5
|
|
|
|
msgid "Specifiy config file"
|
|
|
|
msgstr "Välj konfigurationsfil"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:3
|
|
|
|
msgid "Resync package contents from source"
|
|
|
|
msgstr "Återsynkronisera paketinnehåll från källkod"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:4
|
|
|
|
msgid "Search package containing pattern"
|
|
|
|
msgstr "Sök paket innehållande mönster"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:5
|
|
|
|
msgid "List contents of a package matching pattern"
|
|
|
|
msgstr "Lista innehåll av paket som matchar mönster"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:6
|
|
|
|
msgid "Remove all gz files from cache"
|
|
|
|
msgstr "Ta bort alla gz-filer från cache"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:7
|
|
|
|
msgid "Set cache dir"
|
|
|
|
msgstr "Välj cache katalog"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:9
|
|
|
|
msgid "Use cdrom-mount-point"
|
|
|
|
msgstr "Välj cdrom-monteringsplats"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:10 share/completions/apt-file.fish:16
|
|
|
|
msgid "Do not expand pattern"
|
|
|
|
msgstr "Expandera inte mönster"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:11
|
|
|
|
msgid "Pattern is regexp"
|
|
|
|
msgstr "Mönster är ett reguljärt uttryck"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:13
|
|
|
|
msgid "Set arch"
|
|
|
|
msgstr "Välj arkitektur"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:14
|
|
|
|
msgid "Set sources.list file"
|
|
|
|
msgstr "Välj sources.list fil"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:15
|
|
|
|
msgid "Only display package name"
|
|
|
|
msgstr "Visa bara paketnamn"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-file.fish:17
|
|
|
|
msgid "Run in dummy mode"
|
|
|
|
msgstr "Kör i dummyläge"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:3
|
|
|
|
msgid "Generate package from source"
|
|
|
|
msgstr "Generera paket från källkod"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:4
|
|
|
|
msgid "Generate source index file"
|
|
|
|
msgstr "Generera källindexfil"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:5
|
|
|
|
msgid "Generate contents file"
|
|
|
|
msgstr "Generera filinnehåll"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:6
|
|
|
|
msgid "Generate release file"
|
|
|
|
msgstr "Skapa release-fil"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:7
|
|
|
|
msgid "Remove records"
|
|
|
|
msgstr "Ta bort poster"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:8
|
|
|
|
msgid "Generate MD5 sums"
|
|
|
|
msgstr "Generera MD5-summa"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:9
|
|
|
|
msgid "Use a binary db"
|
|
|
|
msgstr "Använd binär databas"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:11
|
|
|
|
msgid "Perform delinking"
|
|
|
|
msgstr "Utför avlinkning"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:12
|
|
|
|
msgid "Perform contents generation"
|
|
|
|
msgstr "Utför innehållsgenerering"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:13
|
|
|
|
msgid "Use source override"
|
|
|
|
msgstr "Använd källkodsåsidosättning"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:14
|
|
|
|
msgid "Make caching db readonly"
|
|
|
|
msgstr "Gör cache skrivskyddad"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:16
|
|
|
|
msgid "Use config file"
|
|
|
|
msgstr "Välj konfigurationsfil"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-ftparchive.fish:17
|
|
|
|
#: share/completions/apt-sortpkgs.fish:6
|
|
|
|
msgid "Set config options"
|
|
|
|
msgstr "Välj konfigurationsinställningar"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:3
|
|
|
|
msgid "Test if apt has yet to be given the subcommand"
|
|
|
|
msgstr "Testa om apt har tagit emot ett underkommando"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:12
|
|
|
|
msgid "Test if apt command should have packages as potential completion"
|
|
|
|
msgstr "Testa om aptkommando borde ha paket som potentiell komplettering"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:21 share/completions/emerge.fish:28
|
|
|
|
#: share/completions/emerge.fish:29
|
|
|
|
#: share/functions/__fish_print_packages.fish:13
|
|
|
|
msgid "Package"
|
|
|
|
msgstr "Paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:24
|
|
|
|
msgid "Update sources"
|
|
|
|
msgstr "Uppdatera källor"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:25
|
|
|
|
msgid "Upgrade or install newest packages"
|
|
|
|
msgstr "Bygg och installera nyaste paket"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:26
|
|
|
|
msgid "Use with dselect front-end"
|
|
|
|
msgstr "Använd med dselect-gränssnitt"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:27
|
|
|
|
msgid "Distro upgrade"
|
|
|
|
msgstr "Distibutionsuppgradering"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:28
|
|
|
|
msgid "Install one or more packages"
|
|
|
|
msgstr "Installera ett eller flera paket"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:29
|
|
|
|
msgid "Remove one or more packages"
|
|
|
|
msgstr "Radera ett eller flera paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:30
|
|
|
|
msgid "Fetch source packages"
|
|
|
|
msgstr "Hämta källkodspaket"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:31
|
|
|
|
msgid "Install/remove packages for dependencies"
|
|
|
|
msgstr "Installera/ta bort paket för beroenden"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:32
|
|
|
|
msgid "Update cache and check dependencies"
|
|
|
|
msgstr "Uppdatera källkod och verifiera beroenden"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:33
|
|
|
|
msgid "Clean local caches and packages"
|
|
|
|
msgstr "Rengör lokala cachear och paket"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:34
|
|
|
|
msgid "Clean packages no longer be downloaded"
|
|
|
|
msgstr "Rengör paket som inte längre skall nedladdas"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:35
|
|
|
|
msgid "Download Only"
|
|
|
|
msgstr "Bara nedladdning"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:36
|
|
|
|
msgid "Correct broken dependencies"
|
|
|
|
msgstr "Korrigera trasiga beroenden"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:37
|
|
|
|
msgid "Ignore missing packages"
|
|
|
|
msgstr "Ignorera saknade paket"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:38
|
|
|
|
msgid "Disable downloading packages"
|
|
|
|
msgstr "Inaktivera paketnedladdning"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:40
|
|
|
|
msgid "Perform a simulation"
|
|
|
|
msgstr "Utför en simulering"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:41
|
|
|
|
msgid "Automatic yes to prompts"
|
|
|
|
msgstr "Svara automatiskt ja på alla frågor"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:42
|
|
|
|
msgid "Show upgraded packages"
|
|
|
|
msgstr "Visa uppgraderade paket"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:43
|
|
|
|
msgid "Show full versions for packages"
|
|
|
|
msgstr "Visa fulla versioner för paket"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:44 share/completions/apt-get.fish:45
|
|
|
|
msgid "Compile source packages"
|
|
|
|
msgstr "Kompilera källkodspaket"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:46
|
|
|
|
msgid "Ignore package Holds"
|
|
|
|
msgstr "Ignorera paketblockar"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:47
|
|
|
|
msgid "Do not upgrade packages"
|
|
|
|
msgstr "Upgradera inte paket"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:48
|
|
|
|
msgid "Force yes"
|
|
|
|
msgstr "Tvinga ja"
|
2006-01-05 13:41:59 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:49
|
|
|
|
msgid "Print the URIs"
|
|
|
|
msgstr "Visa URIer"
|
2006-02-15 18:00:31 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:51
|
|
|
|
msgid "Reinstall packages"
|
|
|
|
msgstr "Ominstallera paket"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:52
|
|
|
|
msgid "Erase obsolete files"
|
|
|
|
msgstr "Radera förlegade filer"
|
2006-01-05 16:02:28 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:53
|
|
|
|
msgid "Control default input to the policy engine"
|
|
|
|
msgstr "Kontrollera standardindata till policymotorn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:54
|
|
|
|
msgid "Only perform operations that are trivial"
|
|
|
|
msgstr "Utför bara triviala operationer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:55
|
|
|
|
msgid "Abort if any packages are to be removed"
|
|
|
|
msgstr "Avbryt om paket ska tas bort"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:56
|
|
|
|
msgid "Only accept source packages"
|
|
|
|
msgstr "Acceptera bara källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:57
|
|
|
|
msgid "Download only diff file"
|
|
|
|
msgstr "Ladda bara ner difffiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:58
|
|
|
|
msgid "Download only tar file"
|
|
|
|
msgstr "Ladda bara tar-fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:59
|
|
|
|
msgid "Only process arch-dependant build-dependencies"
|
|
|
|
msgstr "Processa bara arkitekturberoende byggberoenden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:60
|
|
|
|
msgid "Ignore non-authenticated packages"
|
|
|
|
msgstr "Ignorera oautentiserande paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:62
|
|
|
|
msgid "Specify a config file"
|
|
|
|
msgstr "Välj en konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-get.fish:63
|
|
|
|
msgid "Set a config option"
|
|
|
|
msgstr "Välj en konfigurationsinställning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-key.fish:2
|
|
|
|
msgid "Add a new key"
|
|
|
|
msgstr "Lägg till ny nyckel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-key.fish:3
|
|
|
|
msgid "Remove a key"
|
|
|
|
msgstr "Ta bort en nyckel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-key.fish:4
|
|
|
|
msgid "List trusted keys"
|
|
|
|
msgstr "Visa pålitliga nycklar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:3
|
|
|
|
msgid "Set severity"
|
|
|
|
msgstr "Välj allvarlighetgrad"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:4
|
|
|
|
msgid "Tags you want to see"
|
|
|
|
msgstr "Välj taggar du vill se"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:5
|
|
|
|
msgid "Bug-status you want to see"
|
|
|
|
msgstr "Bugg-status du vill se"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:6
|
|
|
|
msgid "Ignore bugs in your system"
|
|
|
|
msgstr "Ignorera buggar i ditt system"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:7
|
|
|
|
msgid "Ignore newer bugs than upgrade packages"
|
|
|
|
msgstr "Ignorera nyare buggar än uppgraderade paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:8
|
|
|
|
msgid "Bugs for downgrade packages"
|
|
|
|
msgstr "Buggar för nedgraderade paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:9
|
|
|
|
msgid "Bug Tracking system"
|
|
|
|
msgstr "Buggtrackingsystem"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:10
|
|
|
|
msgid "Specify port for web interface"
|
|
|
|
msgstr "Välj port för webbinterface"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:11
|
|
|
|
msgid "Use daily bug report"
|
|
|
|
msgstr "Använd daglig buggrapport"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:12
|
|
|
|
msgid "Use the raw index.db"
|
|
|
|
msgstr "Använd bar index.db"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:13
|
|
|
|
msgid "Specify index dir"
|
|
|
|
msgstr "Välj indexkatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:14
|
|
|
|
msgid "Specify Pin-Priority value"
|
|
|
|
msgstr "Välj Pin-prioritetsvärde"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:15
|
|
|
|
msgid "Specify the title of rss"
|
|
|
|
msgstr "Välj rss-titel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:16
|
|
|
|
msgid "Retrieve fresh bugs"
|
|
|
|
msgstr "Hämta färska buggar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:17 share/completions/scp.fish:32
|
|
|
|
msgid "Do not display progress bar"
|
|
|
|
msgstr "Visa inte förloppsindikator"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:18
|
|
|
|
msgid "Specify local cache dir"
|
|
|
|
msgstr "Välj lokal cachekatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:19
|
|
|
|
msgid "Specify the expire cache timer"
|
|
|
|
msgstr "Välj cacheexpireringstimer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:20
|
|
|
|
msgid "Specify apt config file"
|
|
|
|
msgstr "Välj apt-konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:22
|
|
|
|
msgid "Assume no to all questions"
|
|
|
|
msgstr "Anta nej på alla frågor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:23
|
|
|
|
msgid "List bugs from packages"
|
|
|
|
msgstr "Lista buggar från paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listbugs.fish:24
|
|
|
|
msgid "List bugs in rss format"
|
|
|
|
msgstr "Lista information om inoder"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:3
|
|
|
|
msgid "Read filenames from pipe"
|
|
|
|
msgstr "Läs filnamn från rör"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:5
|
|
|
|
msgid "Select frontend interface"
|
|
|
|
msgstr "Välj gränssnitt"
|
2006-01-09 19:28:15 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:6 share/completions/darcs.fish:171
|
|
|
|
msgid "Specify email address"
|
|
|
|
msgstr "Välj e-postkatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:7
|
|
|
|
msgid "Ask confirmation"
|
|
|
|
msgstr "Bekräfta val"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:8
|
|
|
|
msgid "Display all changelogs"
|
|
|
|
msgstr "Visa alla händelseloggar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:9
|
|
|
|
msgid "Avoid changelogs from db in named file"
|
|
|
|
msgstr "Undvik händelseloggar från databas i fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:10
|
|
|
|
msgid "Select display"
|
|
|
|
msgstr "Välj display"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:11
|
|
|
|
msgid "Insert header"
|
|
|
|
msgstr "Lägg till huvud"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:12 share/completions/ps.fish:36
|
|
|
|
msgid "Display debug info"
|
|
|
|
msgstr "Visa debuginformation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-listchanges.fish:13
|
|
|
|
msgid "Select an option profile"
|
|
|
|
msgstr "Välj än inställningsprofil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:2
|
|
|
|
msgid "Generate master file"
|
|
|
|
msgstr "Generera huvudfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:3
|
|
|
|
msgid "Alias for 'get'"
|
|
|
|
msgstr "Alias för ”get”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:4
|
|
|
|
msgid "Move packages to local tree"
|
|
|
|
msgstr "Flytta paket till lokalt träd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:5
|
|
|
|
msgid "Delete obsolete package files"
|
|
|
|
msgstr "Radera obsoleta paketfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:6
|
|
|
|
msgid "Build new local files"
|
|
|
|
msgstr "Bygg nya lokala filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:7
|
|
|
|
msgid "Rebuild index files"
|
|
|
|
msgstr "Bygg om indexfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:8
|
|
|
|
msgid "Move packages from cache to local mirror"
|
|
|
|
msgstr "Flytta paket från cache till lokal spegel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:9
|
|
|
|
msgid "Alias for 'move delete packages'"
|
|
|
|
msgstr "Alias för ”move delete packages”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:10
|
|
|
|
msgid "Alias for 'update'"
|
|
|
|
msgstr "Alias för ”update”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:11
|
|
|
|
msgid "Download package missing from mirror"
|
|
|
|
msgstr "Ladde ner paket som saknas från spegel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:12
|
|
|
|
msgid "Sync packages installed"
|
|
|
|
msgstr "Synkronisera installerade paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:14
|
|
|
|
msgid "Move file specified on commandline"
|
|
|
|
msgstr "Flytta filen angiven på kommandoraden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:15
|
|
|
|
msgid "List packages that may serve as input to mirrorbin or mirrorsource"
|
|
|
|
msgstr "Visa paket som kan användas som input till mirrorbin eller mirrorsrc"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:16
|
|
|
|
msgid "Fetch package from STDIN"
|
|
|
|
msgstr "Hämta paket från standard in"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:17
|
|
|
|
msgid "Fetch source package from STDIN"
|
|
|
|
msgstr "Hämta källkodspaket från standard in"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:18
|
|
|
|
msgid "Process all packages"
|
|
|
|
msgstr "Behandla alla paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:19
|
|
|
|
msgid "Use specific conffile"
|
|
|
|
msgstr "Välj konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:20
|
|
|
|
msgid "Force deletion"
|
|
|
|
msgstr "Tvinga radering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:21
|
|
|
|
msgid "Suppresses normal output"
|
|
|
|
msgstr "Tyst läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-move.fish:22
|
|
|
|
msgid "Test run"
|
|
|
|
msgstr "Testkörning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-proxy-import.fish:5
|
|
|
|
msgid "No message to STDOUT"
|
|
|
|
msgstr "Inga meddelanden till standard ut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-proxy-import.fish:6
|
|
|
|
msgid "Recurse into subdir"
|
|
|
|
msgstr "Rekursera till underkataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-proxy-import.fish:7
|
|
|
|
msgid "Dir to import"
|
|
|
|
msgstr "Katalog att importera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-proxy-import.fish:8
|
|
|
|
msgid "Change to user"
|
|
|
|
msgstr "Ändra till användare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-proxy-import.fish:9
|
|
|
|
msgid "Debug level[default 0]"
|
|
|
|
msgstr "Debugnivå [Standard är 0]"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:3
|
|
|
|
msgid "Show build dependencies"
|
|
|
|
msgstr "Visa byggberoenden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:4
|
|
|
|
msgid "Generate a dotty graph"
|
|
|
|
msgstr "Generera en dottygraf"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:5
|
|
|
|
msgid "Show state of dependencies"
|
|
|
|
msgstr "Visa beroendens tillstånd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:6
|
|
|
|
msgid "List packages depending on"
|
|
|
|
msgstr "Visa paket som beror på"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:7
|
|
|
|
msgid "Comma-separated list of dependancy types to follow recursively"
|
|
|
|
msgstr "Komma-separarad lista av beroendetyper att följa rekursivt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:8
|
|
|
|
msgid "Comma-separated list of dependancy types to show"
|
|
|
|
msgstr "Komma-separarad lista av beroendetyper att visa"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:9
|
|
|
|
msgid ""
|
|
|
|
"Comma-separated list of package installation states to follow recursively"
|
|
|
|
msgstr ""
|
|
|
|
"Komma-separarad lista av paketinstallationstillstånd att följa rekursivt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:10
|
|
|
|
msgid "Comma-separated list of package installation states to show"
|
|
|
|
msgstr "Komma-separarad lista av paketinstallationstillstånd att visa"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-rdepends.fish:11
|
|
|
|
msgid "Display man page"
|
|
|
|
msgstr "Visa manualsida"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-setup.fish:2
|
|
|
|
msgid "Probe a CD"
|
|
|
|
msgstr "Sondera en CD"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-setup.fish:3
|
|
|
|
msgid "Run in noninteractive mode"
|
|
|
|
msgstr "Kör i icke-interaktivt läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-source.fish:3
|
|
|
|
#: share/completions/apt-show-source.fish:4
|
|
|
|
#: share/completions/apt-show-versions.fish:10
|
|
|
|
#: share/completions/apt-show-versions.fish:11
|
|
|
|
msgid "Read package from file"
|
|
|
|
msgstr "Läs paket från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-source.fish:5
|
|
|
|
#: share/completions/apt-show-source.fish:6
|
|
|
|
#: share/completions/apt-show-versions.fish:12
|
|
|
|
#: share/completions/apt-show-versions.fish:13
|
|
|
|
msgid "Specify APT list dir"
|
|
|
|
msgstr "Välj APT listningskatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-source.fish:7
|
|
|
|
msgid "List PKG info"
|
|
|
|
msgstr "Lista paketinformation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-source.fish:9
|
|
|
|
msgid "Print all source packages with version"
|
|
|
|
msgstr "Visa alla källkodspaket med version"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-versions.fish:3
|
|
|
|
msgid "Print PKG versions"
|
|
|
|
msgstr "Visa paketversioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-versions.fish:4
|
|
|
|
msgid "Using regex"
|
|
|
|
msgstr "Använd reguljära uttryck"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-versions.fish:5
|
|
|
|
msgid "Print only upgradeable packages"
|
|
|
|
msgstr "Visa bara paket som kan uppgraderas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-versions.fish:6
|
|
|
|
msgid "Print all versions"
|
|
|
|
msgstr "Visa alla versioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-versions.fish:7
|
|
|
|
msgid "Print package name/distro"
|
|
|
|
msgstr "Visa paketnamn/distribution"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-versions.fish:8
|
|
|
|
msgid "Print verbose info"
|
|
|
|
msgstr "Visa utförlig information"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-show-versions.fish:9
|
|
|
|
msgid "Init or update cache only"
|
|
|
|
msgstr "Bara initiera eller uppdatera cachen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-sortpkgs.fish:3
|
|
|
|
msgid "Use source index field"
|
|
|
|
msgstr "Använd köllindexfält"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-sortpkgs.fish:5
|
|
|
|
msgid "Specify conffile"
|
|
|
|
msgstr "Välj konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:3
|
|
|
|
msgid "Debian distribution"
|
|
|
|
msgstr "Debiandistribution"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:4
|
|
|
|
msgid "Servers in the areas"
|
|
|
|
msgstr "Servrar i områden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:5
|
|
|
|
msgid "Conf file"
|
|
|
|
msgstr "Konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:6
|
|
|
|
msgid "Finish after number of servers"
|
|
|
|
msgstr "Avsluta efter antal servrar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:7
|
|
|
|
msgid "File to grab servers"
|
|
|
|
msgstr "Fil att hämta servrar från"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:8
|
|
|
|
msgid "File as input"
|
|
|
|
msgstr "Fil som indata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:9
|
|
|
|
msgid "Mirror-list file"
|
|
|
|
msgstr "Spegel-listefil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:10
|
|
|
|
msgid "Output sources.list file"
|
|
|
|
msgstr "Skriv en sources.list fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:11
|
|
|
|
msgid "Use proxy server"
|
|
|
|
msgstr "Använd proxyserver"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:12
|
|
|
|
msgid "Comma separated country list"
|
|
|
|
msgstr "Kommasepararad landslista"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:13
|
|
|
|
msgid "How long in sec to download"
|
|
|
|
msgstr "Hur länga i sekunder som nedladdning får ske"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:14
|
|
|
|
msgid "Custom URL to get mirror list"
|
|
|
|
msgstr "Egen URL för att hämta lista av speglar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:15
|
|
|
|
msgid "Write top servers to file"
|
|
|
|
msgstr "Skriv top-servrar till fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:16
|
|
|
|
msgid "Number of top servers"
|
|
|
|
msgstr "Antal toppservrar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:17
|
|
|
|
msgid "Update mirror list"
|
|
|
|
msgstr "Uppdatera spegellista"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-spy.fish:18
|
|
|
|
msgid "Version number"
|
|
|
|
msgstr "Visa versionsnummer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:3
|
|
|
|
msgid "Update list of source packages"
|
|
|
|
msgstr "Updatera källkodpaketlista"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:4
|
|
|
|
msgid "Install source packages"
|
|
|
|
msgstr "Installera källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:5
|
|
|
|
msgid "Upgrade source packages"
|
|
|
|
msgstr "Upgradera källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:6
|
|
|
|
msgid "Remove source packages"
|
|
|
|
msgstr "Radera källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:7 share/completions/apt-src.fish:14
|
|
|
|
msgid "Build source packages"
|
|
|
|
msgstr "Bygg källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:8
|
|
|
|
msgid "Clean source packages"
|
|
|
|
msgstr "Rengör källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:9
|
|
|
|
msgid "Detect known source tree"
|
|
|
|
msgstr "Detektera känt källkodsträd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:10
|
|
|
|
msgid "List installed source package\\(s\\)"
|
|
|
|
msgstr "Lista installerade källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:11
|
|
|
|
msgid "Root source tree"
|
|
|
|
msgstr "Rotkällträd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:12
|
|
|
|
msgid "Version of source package"
|
|
|
|
msgstr "Version på källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:13
|
|
|
|
msgid "Name of the source package"
|
|
|
|
msgstr "Namn på källkodpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:15
|
|
|
|
msgid "Install after build"
|
|
|
|
msgstr "Installera efter byggande"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:16
|
|
|
|
msgid "Patch local changes"
|
|
|
|
msgstr "Utför fixar för lokala ändringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:17
|
|
|
|
msgid "Specify a dir"
|
|
|
|
msgstr "Ange katalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:18
|
|
|
|
msgid "Run on current dir"
|
|
|
|
msgstr "Kör i den nuvarande katalogen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:19
|
|
|
|
msgid "Omit debian version"
|
|
|
|
msgstr "Ange inte Debian-version"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:20
|
|
|
|
msgid "Do not del built files"
|
|
|
|
msgstr "Radera inte byggda filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:21
|
|
|
|
msgid "Do not del source files"
|
|
|
|
msgstr "Radera inte källfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:22
|
|
|
|
msgid "Source tree version"
|
|
|
|
msgstr "Källkodsträdsversion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:23
|
|
|
|
msgid "Output to /dev/null"
|
|
|
|
msgstr "Skriv utdata till /dev/null"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-src.fish:24
|
|
|
|
msgid "Output trace"
|
|
|
|
msgstr "Utdataspår"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-zip-inst.fish:4 share/completions/apt-zip-list.fish:4
|
|
|
|
msgid "Removable medium"
|
|
|
|
msgstr "Löstagbart medium"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-zip-inst.fish:5 share/completions/apt-zip-list.fish:5
|
|
|
|
msgid "Select an action"
|
|
|
|
msgstr "Välj en handling"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-zip-inst.fish:6 share/completions/apt-zip-list.fish:6
|
|
|
|
msgid "List of packages to install"
|
|
|
|
msgstr "Lista av paket att installera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-zip-inst.fish:7 share/completions/apt-zip-list.fish:7
|
|
|
|
msgid "Fix broken option"
|
|
|
|
msgstr "Fixa trasig flagga"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-zip-inst.fish:8 share/completions/apt-zip-list.fish:8
|
|
|
|
msgid "Specify a non-mountpoint dir"
|
|
|
|
msgstr "Välj katalog som inte är monteringsplats"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-zip-list.fish:9
|
|
|
|
msgid "Select a method"
|
|
|
|
msgstr "Välj metod"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-zip-list.fish:11
|
|
|
|
msgid "Accept protocols"
|
|
|
|
msgstr "Acceptera angivna protokoll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/apt-zip-list.fish:12
|
|
|
|
msgid "Reject protocols"
|
|
|
|
msgstr "Vägra använda angivna protokoll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/arp.fish:3
|
|
|
|
msgid "Numerical address"
|
|
|
|
msgstr "Numerisk adress"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/arp.fish:4
|
|
|
|
msgid "Class of hw type"
|
|
|
|
msgstr "Klass av hårdvara"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/arp.fish:5
|
|
|
|
msgid "Show arp entries"
|
|
|
|
msgstr "Visa ARP-inlägg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/arp.fish:6
|
|
|
|
msgid "Remove an entry for hostname"
|
|
|
|
msgstr "Ta bort hostname-inlägg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/arp.fish:7
|
|
|
|
msgid "Use hardware address"
|
|
|
|
msgstr "Använd hårdvaruadress"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/arp.fish:8
|
|
|
|
msgid "Select interface"
|
|
|
|
msgstr "Välj gränssnitt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/arp.fish:9
|
|
|
|
msgid "Manually create ARP address"
|
|
|
|
msgstr "Skapa ARP adress manuellt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/arp.fish:10
|
|
|
|
msgid "Take addr from filename, default /etc/ethers"
|
|
|
|
msgstr "Hämta adress från filnamn, standard är /etc/ethers"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/atd.fish:2
|
|
|
|
msgid "Limiting load factor"
|
|
|
|
msgstr "Begränsande lastfaktor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/atd.fish:3
|
|
|
|
msgid "Minimum interval in seconds"
|
|
|
|
msgstr "Minimalt intervall i sekunder"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/atd.fish:4 share/completions/make.fish:11
|
|
|
|
msgid "Debug mode"
|
|
|
|
msgstr "Debugläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/atd.fish:5
|
|
|
|
msgid "Process at queue only once"
|
|
|
|
msgstr "Processa ”at”-kö bara en gång"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/at.fish:3 share/completions/atq.fish:3
|
|
|
|
msgid "Use specified queue"
|
|
|
|
msgstr "Använd angiven kö"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/at.fish:4
|
|
|
|
msgid "Send mail to user"
|
|
|
|
msgstr "Skicka e-post till användare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/at.fish:5
|
|
|
|
msgid "Read job from file"
|
|
|
|
msgstr "Läs in jobb från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/at.fish:6
|
|
|
|
msgid "Alias for atq"
|
|
|
|
msgstr "Alias för atq"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/at.fish:7
|
|
|
|
msgid "Alias for atrm"
|
|
|
|
msgstr "Alias för atrm"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/at.fish:8
|
|
|
|
msgid "Show the time"
|
|
|
|
msgstr "Visa tid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/at.fish:9
|
|
|
|
msgid "Print the jobs listed"
|
|
|
|
msgstr "Visa listade jobb"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bc.fish:3
|
|
|
|
msgid "Force interactive mode"
|
|
|
|
msgstr "Tvinga interaktivt läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bc.fish:4
|
|
|
|
msgid "Define math library"
|
|
|
|
msgstr "Definera matematikbibliotek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bc.fish:5
|
|
|
|
msgid "Give warnings for extensions to POSIX bc"
|
|
|
|
msgstr "Varna vid användning av Posix-förlängningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bc.fish:6
|
|
|
|
msgid "Process exactly POSIX bc"
|
|
|
|
msgstr "Använd exakt Posix bc"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bc.fish:7
|
|
|
|
msgid "Do not print the GNU welcome"
|
|
|
|
msgstr "Visa inte GNUs välkomstmeddelande"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bunzip2.fish:9
|
|
|
|
msgid "Decompress to stdout"
|
|
|
|
msgstr "Dekomprimera till standard ut"
|
2006-01-09 19:28:15 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bunzip2.fish:10 share/completions/bzip2.fish:11
|
|
|
|
#: share/completions/gunzip.fish:7 share/completions/gzip.fish:9
|
|
|
|
#: share/completions/zcat.fish:6
|
|
|
|
msgid "Overwrite"
|
|
|
|
msgstr "Skiv över"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bunzip2.fish:11 share/completions/bzip2.fish:12
|
|
|
|
msgid "Do not overwrite"
|
|
|
|
msgstr "Skriv inte över"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bunzip2.fish:12 share/completions/bzcat.fish:8
|
|
|
|
#: share/completions/bzip2.fish:13
|
|
|
|
msgid "Reduce memory usage"
|
|
|
|
msgstr "Minska minnesanvändning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bunzip2.fish:13 share/completions/bzip2.fish:15
|
|
|
|
msgid "Print compression ratios"
|
|
|
|
msgstr "Skriv ut kompressionsfaktor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bunzip2.fish:14 share/completions/bzip2.fish:16
|
|
|
|
#: share/completions/gunzip.fish:10 share/completions/gzip.fish:12
|
|
|
|
#: share/completions/zcat.fish:8
|
|
|
|
msgid "Print license"
|
|
|
|
msgstr "Skriv ut licens"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bzip2.fish:1 share/completions/gunzip.fish:1
|
|
|
|
#: share/completions/gzip.fish:1
|
|
|
|
msgid "Compress to stdout"
|
|
|
|
msgstr "Komprimera till standard ut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bzip2.fish:9
|
|
|
|
msgid "Compress file"
|
|
|
|
msgstr "Komprimera fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bzip2.fish:10 share/completions/gunzip.fish:16
|
|
|
|
#: share/completions/gzip.fish:18
|
|
|
|
msgid "Check integrity"
|
|
|
|
msgstr "Verifiera integritet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bzip2.fish:14 share/completions/chgrp.fish:6
|
|
|
|
#: share/completions/chown.fish:5
|
|
|
|
msgid "Supress errors"
|
|
|
|
msgstr "Visa inte fel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bzip2.fish:18
|
|
|
|
msgid "Small block size"
|
|
|
|
msgstr "Liten blockstorlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/bzip2.fish:19
|
|
|
|
msgid "Large block size"
|
|
|
|
msgstr "Stor blockstorlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:1
|
|
|
|
msgid "Escape all non-printing characters"
|
|
|
|
msgstr "Ersätt oskrivbara tecken med specialsekvenser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:2
|
|
|
|
msgid "Number nonblank lines"
|
|
|
|
msgstr "Numrera icke-toma rader"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:3
|
|
|
|
msgid "Escape non-printing characters except tab"
|
|
|
|
msgstr "Erätt oskrivbarta tecken utom tab med specialsekvenser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:4
|
|
|
|
msgid "Display $ at end of line"
|
|
|
|
msgstr "Visa $ vid radslut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:5
|
|
|
|
msgid "Number all lines"
|
|
|
|
msgstr "Numrera alla rader"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:6
|
|
|
|
msgid "Never more than single blank line"
|
|
|
|
msgstr "Visa maximalt en tom rad i följd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:7
|
|
|
|
msgid "Escape non-printing characters except newline"
|
|
|
|
msgstr "Erätt oskrivbarta tecken utom radbrytning med specialsekvenser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:8
|
|
|
|
msgid "Escape tab"
|
|
|
|
msgstr "Ersätt tab med specialsekvens"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cat.fish:9
|
|
|
|
msgid "Escape non-printing except newline and tab"
|
|
|
|
msgstr "Erätt oskrivbarta tecken utom tab och radbrytning med specialsekvenser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/chgrp.fish:2 share/completions/chown.fish:1
|
|
|
|
msgid "Output diagnostic for changed files"
|
|
|
|
msgstr "Visa information om ändrade filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/chgrp.fish:3 share/completions/chown.fish:2
|
|
|
|
msgid "Dereferense symbolic links"
|
|
|
|
msgstr "Följ symboliska länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/chgrp.fish:4 share/completions/chown.fish:3
|
|
|
|
msgid "Do not dereference symbolic links"
|
|
|
|
msgstr "Följ ej symboliska länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/chgrp.fish:5 share/completions/chown.fish:4
|
|
|
|
msgid "Change from owner/group"
|
|
|
|
msgstr "Byt från ägare/grupp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/chgrp.fish:7 share/completions/chown.fish:6
|
|
|
|
msgid "Use same owner/group as file"
|
|
|
|
msgstr "Använd samma ägargrupp som angiven fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/chgrp.fish:8 share/completions/chown.fish:7
|
|
|
|
#: share/completions/zip.fish:6
|
|
|
|
msgid "Operate recursively"
|
|
|
|
msgstr "Rekurivt läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/chgrp.fish:9 share/completions/chown.fish:8
|
|
|
|
msgid "Output diagnostic for every file"
|
|
|
|
msgstr "Visa information om alla filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/chown.fish:11 share/completions/chown.fish:12
|
|
|
|
#: share/completions/w.fish:6
|
|
|
|
msgid "Username"
|
|
|
|
msgstr "Användarnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:1
|
|
|
|
msgid "Add text to the end of the selected area"
|
|
|
|
msgstr "Lägg till text till slutet av valt område"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:2
|
|
|
|
msgid "Add text at cursor"
|
|
|
|
msgstr "Lägg till text vid markören"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:3
|
|
|
|
msgid "Replace selected part"
|
|
|
|
msgstr "Ersätt valt område"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:5
|
|
|
|
msgid "Select job under cursor"
|
|
|
|
msgstr "Välj jobb under markören"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:6
|
|
|
|
msgid "Select process under cursor"
|
|
|
|
msgstr "Välj process under markören"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:7
|
|
|
|
msgid "Select token under cursor"
|
|
|
|
msgstr "Välj symbol under markören"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:8
|
|
|
|
msgid "Select entire command line (default)"
|
|
|
|
msgstr "Välj hela kommandoraden (standard)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:10
|
|
|
|
msgid "Only return that part of the command line before the cursor"
|
|
|
|
msgstr "Visa bara den del av kommandoraden som är före markören"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/commandline.fish:11
|
|
|
|
msgid "Inject readline functions to reader"
|
|
|
|
msgstr "Skicka readline-funktion till läsaren"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:1
|
|
|
|
msgid "Command to add completion to"
|
|
|
|
msgstr "Kommando att komplettera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:2
|
|
|
|
msgid "Path to add completion to"
|
|
|
|
msgstr "Sökväg att komplettera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:3
|
|
|
|
msgid "Posix-style option to complete"
|
|
|
|
msgstr "Posix-typ av flagga att komplettera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:4
|
|
|
|
msgid "GNU-style option to complete"
|
|
|
|
msgstr "GNU-typ av flagga att komplettera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:5
|
|
|
|
msgid "Old style long option to complete"
|
|
|
|
msgstr "Gammal typ av lång flagga att komplettera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:6
|
|
|
|
msgid "Do not use file completion"
|
|
|
|
msgstr "Använd inte fil-komplettering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:7
|
|
|
|
msgid "Require parameter"
|
|
|
|
msgstr "Kräv parameter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:8
|
|
|
|
msgid "Require parameter and do not use file completion"
|
|
|
|
msgstr "Kräv parameter, använd inte filkomplettering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:9
|
|
|
|
msgid "A list of possible arguments"
|
|
|
|
msgstr "Parametrar specifikt för denna flagga för flagga"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:10
|
|
|
|
msgid "Description of this completions"
|
|
|
|
msgstr "Beskrivning av denna komplettering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:11
|
|
|
|
msgid "Option list is not complete"
|
|
|
|
msgstr "Detta kommando accepterar andra flaggor än de här angivna"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:12
|
|
|
|
msgid "Remove completion"
|
|
|
|
msgstr "Ta bort komplettering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/complete.fish:14
|
|
|
|
msgid "Print all completions for the specified commandline"
|
|
|
|
msgstr "Visa alla möjliga kompletteringar för det angivna commandot"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:4
|
|
|
|
msgid "Cache test results in specified file"
|
|
|
|
msgstr "Cache:a resultat i angiven fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:5
|
|
|
|
msgid "Cache test results in file config.cache"
|
|
|
|
msgstr "Cachea test resultat i filen config.cache"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:6
|
|
|
|
msgid "Do not create output files"
|
|
|
|
msgstr "Skapa inte utfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:7
|
|
|
|
msgid "Set source directory"
|
|
|
|
msgstr "Välj källkatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:8
|
|
|
|
msgid "Architecture-independent install directory"
|
|
|
|
msgstr "Arkitekturoberoende installationskatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:9
|
|
|
|
msgid "Architecture-dependent install directory"
|
|
|
|
msgstr "Arkitekturberoende installationskatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:10
|
|
|
|
msgid "Configure for building on BUILD"
|
|
|
|
msgstr "Konfiurera för att bygga på given målarkitektur"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:11
|
|
|
|
msgid "Cross-compile to build programs to run on HOST"
|
|
|
|
msgstr "Korskompilera för angiven värd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/configure.fish:12
|
|
|
|
msgid "Configure for building compilers for TARGET"
|
|
|
|
msgstr "Konfigurera för att bygga kompilator för angivet mål"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cut.fish:1
|
|
|
|
msgid "Output byte range"
|
|
|
|
msgstr "Välj bytsekvens"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cut.fish:2
|
|
|
|
msgid "Output character range"
|
|
|
|
msgstr "Välj teckensekvens"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cut.fish:3
|
|
|
|
msgid "Select field delimiter"
|
|
|
|
msgstr "Välj fältavgränsare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cut.fish:4
|
|
|
|
msgid "Select fields"
|
|
|
|
msgstr "Välj fält"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cut.fish:5
|
|
|
|
msgid "Dont split mutibyte characters"
|
|
|
|
msgstr "Dela inte multibytesekvenser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cut.fish:6
|
|
|
|
msgid "Do not print lines without delimiter"
|
|
|
|
msgstr "Skriv inte ut rader utan fältavgränsare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cut.fish:7
|
|
|
|
msgid "Select output delimiter"
|
|
|
|
msgstr "Välj utdataavgränsare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:23
|
|
|
|
msgid "Add a new file/directory to the repository"
|
|
|
|
msgstr "Lägg till fil/katalog till förråd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:24
|
|
|
|
msgid "Administration front end for rcs"
|
|
|
|
msgstr "Administrationsfrontend för rcs"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:25
|
|
|
|
msgid "Show last revision where each line was modified"
|
|
|
|
msgstr "Visa senaste revision vid vilken vare rad ändrades"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:26
|
|
|
|
msgid "Checkout sources for editing"
|
|
|
|
msgstr "Checka ut källkod för redigering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:27
|
|
|
|
msgid "Check files into the repository"
|
|
|
|
msgstr "Checka in filer till förråd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:28
|
|
|
|
msgid "Show differences between revisions"
|
|
|
|
msgstr "Visa skillnader mellan revisioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:29
|
|
|
|
msgid "Get ready to edit a watched file"
|
|
|
|
msgstr "Förbered redigering av övervakad fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:30
|
|
|
|
msgid "See who is editing a watched file"
|
|
|
|
msgstr "Se vem som redigerar övervakad fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:31
|
|
|
|
msgid "Export sources from CVS, similar to checkout"
|
|
|
|
msgstr "Exportera källkod från CSV"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:32
|
|
|
|
msgid "Show repository access history"
|
|
|
|
msgstr "Visa förrådets åtkomsthistorik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:33
|
|
|
|
msgid "Import sources into CVS, using vendor branches"
|
|
|
|
msgstr "Importera källor till CVS"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:34
|
|
|
|
msgid "Create a CVS repository if it doesnt exist"
|
|
|
|
msgstr "Skapa förråd om det inte redan existerar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:35
|
|
|
|
msgid "Kerberos server mode"
|
|
|
|
msgstr "Kerberosserverläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:36
|
|
|
|
msgid "Print out history information for files"
|
|
|
|
msgstr "Visa historikinformation för filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:37
|
|
|
|
msgid "Prompt for password for authenticating server"
|
|
|
|
msgstr "Be om lösenord för autentisering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:38
|
|
|
|
msgid "Removes entry in .cvspass for remote repository"
|
|
|
|
msgstr "Ta bort inlägg i .cvspass för fjärrförråd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:39
|
|
|
|
msgid "Password server mode"
|
|
|
|
msgstr "Serverlösenordsläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:40
|
|
|
|
msgid "Show last revision where each line of module was modified"
|
|
|
|
msgstr "Visa senaste revision vid vilken vare rad i modul ändrades"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:41
|
|
|
|
msgid "Create patch format diffs between releases"
|
|
|
|
msgstr "Skapa differens mellan versioner i \"patch\"-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:42
|
|
|
|
msgid "Indicate that a Module is no longer in use"
|
|
|
|
msgstr "Indikera att modul inte längre används"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:43
|
|
|
|
msgid "Remove an entry from the repository"
|
|
|
|
msgstr "Ta bort ett inlägg från förråd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:44
|
|
|
|
msgid "Print out history information for a module"
|
|
|
|
msgstr "Skriv ut historik för modul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:45
|
|
|
|
msgid "Add a symbolic tag to a module"
|
|
|
|
msgstr "Lägg till symbolisk tagg till modul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:46
|
|
|
|
msgid "Server mode"
|
|
|
|
msgstr "Serverläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:47
|
|
|
|
msgid "Display status information on checked out files"
|
|
|
|
msgstr "Visa status för utcheckade files"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:48
|
|
|
|
msgid "Add a symbolic tag to checked out version of files"
|
|
|
|
msgstr "Lägg till symbolisk tagg till utcheckad version av filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:49
|
|
|
|
msgid "Undo an edit command"
|
|
|
|
msgstr "Ångra ett redigeringskommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:50
|
|
|
|
msgid "Bring work tree in sync with repository"
|
|
|
|
msgstr "Synkronisera arbetsträd med förråd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:52
|
|
|
|
msgid "Set watches"
|
|
|
|
msgstr "Lägg till övervakning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:53
|
|
|
|
msgid "See who is watching a file"
|
|
|
|
msgstr "Visa övervakningar på fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:59
|
|
|
|
msgid "Specify legal cvsroot directory."
|
|
|
|
msgstr "Välj laglig cvsroot-katalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:60
|
|
|
|
msgid "Authenticate all net traffic"
|
|
|
|
msgstr "Autentisera all nätverkstrafik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:61
|
|
|
|
msgid "Use tmpdir for temporary files"
|
|
|
|
msgstr "Välj temporär katalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:63
|
|
|
|
msgid "Use editor for editing log information"
|
|
|
|
msgstr "Välj editor för loginformationsredigering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:64
|
|
|
|
msgid "Do not use the ~/.cvsrc file"
|
|
|
|
msgstr "Ignorera ~/.cvsrc"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:65
|
|
|
|
msgid "Displays usage information for command"
|
|
|
|
msgstr "Visa användningsinformation för kommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:66
|
|
|
|
msgid "Do not change any files"
|
|
|
|
msgstr "Ändra inga filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:67
|
|
|
|
msgid "Cause CVS to be really quiet"
|
|
|
|
msgstr "Gör CVS mycket tyst läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:68
|
|
|
|
msgid "Read-only repository mode"
|
|
|
|
msgstr "Skrivskyddat förråd-läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:69
|
|
|
|
msgid "Cause CVS to be somewhat quiet"
|
|
|
|
msgstr "Gör CVS något tystare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:70
|
|
|
|
msgid "Make checked-out files read-only"
|
|
|
|
msgstr "Gör utcheckade filer skrivskyddade"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:71
|
|
|
|
msgid "Set CVS user variable"
|
|
|
|
msgstr "Välj CVS-användare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:72
|
|
|
|
msgid "Show trace of program execution -- try with -n"
|
|
|
|
msgstr "Visa spår av programexekvering -- använd med -n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:74
|
|
|
|
msgid "Make checked-out files read-write (default)"
|
|
|
|
msgstr "Gör utcheckade filer läs och skrivbara"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:75
|
|
|
|
msgid "Encrypt all net traffic"
|
|
|
|
msgstr "Kryptera all nätverkstrafik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:76
|
|
|
|
msgid "Compression level for net traffic"
|
|
|
|
msgstr "Kompressionsnivå för nätverkstrafik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:82
|
|
|
|
msgid "Use the most recent revision no later than date"
|
|
|
|
msgstr "Använd den senaste revisionen som ej är nyare än angivet datum"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:83
|
|
|
|
msgid "Retrieve files even when no match for tag/date"
|
|
|
|
msgstr "Hämta filer även när ingen matchning finns för tagg/datum"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:84
|
|
|
|
msgid "Alter default keyword processing"
|
|
|
|
msgstr "Ändra standardnyckelordsprocessning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:85 share/completions/svn.fish:52
|
|
|
|
msgid "Don't recurse"
|
|
|
|
msgstr "Rekursera inte"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:86
|
|
|
|
msgid "Specify log message instead of invoking editor"
|
|
|
|
msgstr "Ange logmeddelande istället för att anropa editor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:87
|
|
|
|
msgid "Don't run any tag programs"
|
|
|
|
msgstr "Kör inga taggningsprogram"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:88
|
|
|
|
msgid "Prune empty directories"
|
|
|
|
msgstr "Rensa bort tomma kataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:89
|
|
|
|
msgid "Pipe files to stdout"
|
|
|
|
msgstr "Skicka filer till standard ut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:90
|
|
|
|
msgid "Process directories recursively"
|
|
|
|
msgstr "Processa underkataloger rekursivt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:91
|
|
|
|
msgid "Use a specified tag"
|
|
|
|
msgstr "Använd angiven tagg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:92
|
|
|
|
msgid "Specify filenames to be filtered"
|
|
|
|
msgstr "Ange filnamn att filtrera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:100
|
|
|
|
msgid "Set the default keyword substitution"
|
|
|
|
msgstr "Ange standardnyckelordssubstitution"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:101
|
|
|
|
msgid "Lock a revision"
|
|
|
|
msgstr "Lås en revision"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:102
|
|
|
|
msgid "Replace a log message"
|
|
|
|
msgstr "Ersätt ett loggmeddelande"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:103
|
|
|
|
msgid "Force name/rev association"
|
|
|
|
msgstr "Tvinga namn/revision-association"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:104
|
|
|
|
msgid "Make a name/rev association"
|
|
|
|
msgstr "Skapa namn/revision-association"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:105
|
|
|
|
msgid "Run quietly"
|
|
|
|
msgstr "Tyst läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:106
|
|
|
|
msgid "Set a state attribute for a revision"
|
|
|
|
msgstr "Välj ett tillståndsattribut för en revision"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:107
|
|
|
|
msgid "Write descriptive text from a file into RCS"
|
|
|
|
msgstr "Skriv beskrivande text från en fil till RCS"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:108
|
|
|
|
msgid "Write descriptive text into RCS"
|
|
|
|
msgstr "Skriv beskrivande text till RCS"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:109
|
|
|
|
msgid "Unlock a revision"
|
|
|
|
msgstr "Lås upp revision"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:116
|
|
|
|
msgid "Annotate binary files"
|
|
|
|
msgstr "Annotera binära filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:123
|
|
|
|
msgid "Reset sticky tags/dates/k-opts"
|
|
|
|
msgstr "Återställ fasta tagg/datum/k-opts"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:124
|
|
|
|
msgid "Copy module file to stdout"
|
|
|
|
msgstr "Kopiera modulfil till standard ut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:125 share/completions/cvs.fish:182
|
|
|
|
msgid "Name directory for working files"
|
|
|
|
msgstr "Ange katalog för arbetsfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:126 share/completions/cvs.fish:250
|
|
|
|
msgid "Merge revisions"
|
|
|
|
msgstr "Slå ihop revisioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:127 share/completions/cvs.fish:183
|
|
|
|
msgid "For -d. Don't shorten paths"
|
|
|
|
msgstr "För -d. Förkorta inte sökvägar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:134
|
|
|
|
msgid "Read log message from file"
|
|
|
|
msgstr "Läs loggmeddelande från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:135
|
|
|
|
msgid "Force new revision"
|
|
|
|
msgstr "Tvinga ny revision"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:142 share/completions/diff.fish:10
|
|
|
|
msgid "Treat all files as text"
|
|
|
|
msgstr "Behandla alla filer som text"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:143
|
|
|
|
msgid "Treat all whitespace as one space"
|
|
|
|
msgstr "Behandla alla blanktecken som ett mellanslag"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:144
|
|
|
|
msgid "Ignore blank line only changes"
|
|
|
|
msgstr "Ignorera ändringar som bara består av ändringar i tomma rader"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:145
|
|
|
|
msgid "Binary mode"
|
|
|
|
msgstr "Binärt läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:146
|
|
|
|
msgid "Report only whether files differ"
|
|
|
|
msgstr "Skriv bara ut huruvida filerna skiljer sig"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:147
|
|
|
|
msgid "Use context format"
|
|
|
|
msgstr "Använd kontext-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:148
|
|
|
|
msgid "Set context size"
|
|
|
|
msgstr "Välj kontextstorlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:149
|
|
|
|
msgid "Set context format and, optionally, size"
|
|
|
|
msgstr "Välj kontextformat och eventuellt storlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:150
|
|
|
|
msgid "Set line group format"
|
|
|
|
msgstr "Välj radgruppsformat"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:151 share/completions/diff.fish:21
|
|
|
|
msgid "Try to find a smaller set of changes"
|
|
|
|
msgstr "Försök hitta en mindre uppsättning ändringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:152
|
|
|
|
msgid "Make output a valid ed script"
|
|
|
|
msgstr "Gör utdata till ett giltigt ed-skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:153
|
|
|
|
msgid "Expand tabs to spaces"
|
|
|
|
msgstr "Expandera tabbar till mellanslag"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:154
|
|
|
|
msgid "Output that looks like an ed script"
|
|
|
|
msgstr "Utdata ser ut som ett ed-skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:155
|
|
|
|
msgid "Set regexp for context, unified formats"
|
|
|
|
msgstr "Välj reguljärt uttryck för kontext, unifierade format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:156
|
|
|
|
msgid "Speed handling of large files with small changes"
|
|
|
|
msgstr "Snabb hantering av stora filer med små ändringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:157
|
|
|
|
msgid "Set horizon lines"
|
|
|
|
msgstr "Välj horisontlinjer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:158
|
|
|
|
msgid "Ignore changes in case"
|
|
|
|
msgstr "Ignorera ändringar i skiftläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:159
|
|
|
|
msgid "Ignore changes matching regexp"
|
|
|
|
msgstr "Ignorera ändringar som matchar reguljärt uttryck"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:160
|
|
|
|
msgid "Make ifdef from diff"
|
|
|
|
msgstr "Skapa ifdef från differens"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:161
|
|
|
|
msgid "Ignore whitespace"
|
|
|
|
msgstr "Ignorera blanktecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:162
|
|
|
|
msgid "Start lines with a tab"
|
|
|
|
msgstr "Starta rader med en tabb"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:163
|
|
|
|
msgid "Use label instead of filename in output"
|
|
|
|
msgstr "Använd etikett istället för filnamn i utdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:164
|
|
|
|
msgid "Print only left column"
|
|
|
|
msgstr "Visa bara vänster kolumn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:165
|
|
|
|
msgid "Use format to produce if-then-else output"
|
|
|
|
msgstr "Använd format för att producera if-then-else utdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:166
|
|
|
|
msgid "Produce RCS-style diffs"
|
|
|
|
msgstr "Producera differenser i RCS-stil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:167
|
|
|
|
msgid "Treat files absent from one dir as empty"
|
|
|
|
msgstr "Behandla saknade filer från katalog som om de vore tomma"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:168
|
|
|
|
msgid "Specifies line formatting"
|
|
|
|
msgstr "Ange radformatering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:169
|
|
|
|
msgid "Identify the C function each change is in"
|
|
|
|
msgstr "Identifiera vilken C-funktion varje ändring är i"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:170
|
|
|
|
msgid "Report identical files"
|
|
|
|
msgstr "Rapportera identiska filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:171
|
|
|
|
msgid "Use side-by-side format"
|
|
|
|
msgstr "Använd sida-vid-sida-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:172
|
|
|
|
msgid "Suppress common lines in side-by-side"
|
|
|
|
msgstr "Undertryck vanliga rader i sida-vid-sida"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:173
|
|
|
|
msgid "Use unified format"
|
|
|
|
msgstr "Använd unifierat format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:174
|
|
|
|
msgid "Set context size in unified"
|
|
|
|
msgstr "Välj kontextstorlek i unifierat format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:175
|
|
|
|
msgid "Set column width for side-by-side format"
|
|
|
|
msgstr "Välj kolumnbredd för sida-vis-sida-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:191
|
|
|
|
msgid "Report on each commit"
|
|
|
|
msgstr "Rapport för varje tillägg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:192
|
|
|
|
msgid "Report on everything"
|
|
|
|
msgstr "Rapport för allt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:193
|
|
|
|
msgid "Report on a module"
|
|
|
|
msgstr "Rapport för modul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:194
|
|
|
|
msgid "Report on checked-out modules"
|
|
|
|
msgstr "Rapport för ut-checkade moduler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:195
|
|
|
|
msgid "Report on all tags"
|
|
|
|
msgstr "Rapport för alla taggar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:196
|
|
|
|
msgid "Specify record type"
|
|
|
|
msgstr "Ange posttyp"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:197
|
|
|
|
msgid "Show history for all users"
|
|
|
|
msgstr "Visa historik för alla användare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:198
|
|
|
|
msgid "Show last modification only"
|
|
|
|
msgstr "Visa bara senaste modifiering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:199
|
|
|
|
msgid "Show only records for this directory"
|
|
|
|
msgstr "Visa bara poster för angiven katalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:206
|
|
|
|
msgid "Multiple vendor branch"
|
|
|
|
msgstr "Multipel distributör-gren"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:207
|
|
|
|
msgid "Files to ignore during import"
|
|
|
|
msgstr "Filer att ignorera vid import"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:214
|
|
|
|
msgid "Print info about revision on default branch"
|
|
|
|
msgstr "Visa information om revision i standardgren"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:215
|
|
|
|
msgid "Specify date range for query"
|
|
|
|
msgstr "Ange dataspann för fråga"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:216
|
|
|
|
msgid "Print only file info"
|
|
|
|
msgstr "Visa utförlig information"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:217
|
|
|
|
msgid "Do not print tags"
|
|
|
|
msgstr "Skriv inte ut taggar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:218
|
|
|
|
msgid "Print only rcs filename"
|
|
|
|
msgstr "Skriv bara RCS-filnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:219
|
|
|
|
msgid "Print only given revisions"
|
|
|
|
msgstr "Skriv bara ut angiven revision"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:220
|
|
|
|
msgid "Suppress header if no revisions found"
|
|
|
|
msgstr "Visa inte huvud om inga revisioner hittas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:221
|
|
|
|
msgid "Specify revision states"
|
|
|
|
msgstr "Ange revisionstiollstånd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:222
|
|
|
|
msgid "Same as -h, plus descriptive text"
|
|
|
|
msgstr "Samma som -h, men med beskrivande text"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:223
|
|
|
|
msgid "Specify users for query"
|
|
|
|
msgstr "Ange användare för fråga"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:230
|
|
|
|
msgid "Use context diff format"
|
|
|
|
msgstr "Användar kontextdifferensformat"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:231
|
|
|
|
msgid "Create summary change report"
|
|
|
|
msgstr "Skapa översiktilig ändringsrapport"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:232
|
|
|
|
msgid "diff top two revisions"
|
|
|
|
msgstr "Visa differens mellan två senaste revisioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:233
|
|
|
|
msgid "Use unidiff format"
|
|
|
|
msgstr "Använd unidiff-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:239
|
|
|
|
msgid "Delete working copy if release succeeds"
|
|
|
|
msgstr "Radera arbetskopia om släppning lyckas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:246
|
|
|
|
msgid "Reset sticky tags, dates, and k-opts"
|
|
|
|
msgstr "Återställ fasta taggar, datum och k-opts"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:247
|
|
|
|
msgid "Overwrite modified files with clean copies"
|
|
|
|
msgstr "Skriv över ändrade filer med rena kopior"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:248
|
|
|
|
msgid "Create any missing directories"
|
|
|
|
msgstr "Skapa saknade kataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/cvs.fish:249
|
|
|
|
msgid "Specify files to ignore"
|
|
|
|
msgstr "Ange filer att ignorera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:28
|
|
|
|
msgid "Create new project"
|
|
|
|
msgstr "Skapa nytt projekt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:29
|
|
|
|
msgid "Create a local copy of another repository"
|
|
|
|
msgstr "Skapa lokal kopia av förråd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:30
|
|
|
|
msgid "Add one or more new files or directories"
|
|
|
|
msgstr "Lägg till filer eller kataloger till lagret"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:31
|
|
|
|
msgid "Remove one or more files or directories from the repository"
|
|
|
|
msgstr "Ta bort filer eller kataloger från lagret"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:32
|
|
|
|
msgid "Move/rename one or more files or directories"
|
|
|
|
msgstr "Flytta/byt namn på en eller flera filer eller kataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:33
|
|
|
|
msgid "Replace a token with a new value for that token"
|
|
|
|
msgstr "Ersätt en symbol med ett nytt värde för den symbolen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:34
|
|
|
|
msgid "Save changes in the working copy to the repository as a patch"
|
|
|
|
msgstr "Spara ändringar i arbetskopian till lagret som en fix"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:35
|
|
|
|
msgid "Copy and apply patches from another repository to this one"
|
|
|
|
msgstr "Kopiera och applicera fixar från ett annat förråd till detta"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:36
|
|
|
|
msgid "Send by email a bundle of one or more patches"
|
|
|
|
msgstr "Skicka e-postpaket av en eller flera fixar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:37
|
|
|
|
msgid "Apply patches (from an email bundle) to the repository"
|
|
|
|
msgstr "Applicera fixar (från e-postpaket) till lagret"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:38
|
|
|
|
msgid "Copy and apply patches from this repository to another one"
|
|
|
|
msgstr "Kopiera och applicera fixar från detta förråd till ett annat"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:39
|
|
|
|
msgid "Display unrecorded changes in the working copy"
|
|
|
|
msgstr "Visa olagrade ändringar i arbetskopian"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:40
|
|
|
|
msgid "Gives a changelog style summary of the repo history"
|
|
|
|
msgstr "Ge en changelog-formaterad summering av förrådhistorik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:41
|
|
|
|
msgid "Remove recorded patches without changing the working copy"
|
|
|
|
msgstr "Ta bort lagrade fixar utan att ändra arbetskopian"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:42
|
|
|
|
msgid "Replace a recorded patch with a better version"
|
|
|
|
msgstr "Ersätt den lagrade fixen med en bättre version"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:43
|
|
|
|
msgid "Revert to the recorded version (safe the first time only)"
|
|
|
|
msgstr "Backa till senaste lagrade version (Är bara säkert en gång)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:44
|
|
|
|
msgid "Undo the last revert (may fail if changes after the revert)"
|
|
|
|
msgstr ""
|
|
|
|
"Ångra senaste revert-operation (kan misslyckas om ändringar har utförts "
|
|
|
|
"efter revert-operationen)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:45
|
|
|
|
msgid "Opposite of pull; unsafe if the patch is not in remote repo"
|
|
|
|
msgstr "Motsatsen till pull, osäker om fixen inte finns i fjärrlagret"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:46
|
|
|
|
msgid "Record an inverse patch without changing the working copy"
|
|
|
|
msgstr "Lagra en omvänd fix utan att ändra arbetskopian"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:47
|
|
|
|
msgid "Tag the contents of the repository with a version name"
|
|
|
|
msgstr "Tagga innehållet i lagret med ett versionsnummer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:48
|
|
|
|
msgid "Set a value for a preference (test, predist, ...)"
|
|
|
|
msgstr "Välj ett värde för en preferens (test, predisk, ...)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:49
|
|
|
|
msgid "Create a diff between two versions of the repository"
|
|
|
|
msgstr "Skappa en diff mellan två versioner i lagret"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:50
|
|
|
|
msgid "Display which patch last modified something"
|
|
|
|
msgstr "Visa vilken fix som senast ändrade någonting"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:51
|
|
|
|
msgid "Optimize the repository"
|
|
|
|
msgstr "Optimera förråd"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:52
|
|
|
|
msgid "Check the repository for consistency"
|
|
|
|
msgstr "Kontrollera lagrets konsistens"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:53
|
|
|
|
msgid "Mark any conflicts to the working copy for manual resolution"
|
|
|
|
msgstr "Markera konflikter mot arketskopian för manuell lösning"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:54
|
|
|
|
msgid "Create a distribution tarball"
|
|
|
|
msgstr "Skapa distribuerbar tar-fil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:55
|
|
|
|
msgid "Locate the most recent version lacking an error"
|
|
|
|
msgstr "Hitta senaste version utan ett givet fel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:56
|
|
|
|
msgid "Repair the corrupted repository"
|
|
|
|
msgstr "Reparera trasigt förråd"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:61
|
|
|
|
msgid "Shows brief description of command and its arguments"
|
|
|
|
msgstr "Visa kort beskrivning av underkommandon"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:62
|
|
|
|
msgid "Disable this command"
|
|
|
|
msgstr "Inaktivera kommando"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:63
|
|
|
|
msgid "Specify the repository directory in which to run"
|
|
|
|
msgstr "Välj vilket förråd som skall användas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:65
|
|
|
|
msgid "Neither verbose nor quiet output"
|
|
|
|
msgstr "Varken tyst eller utförligt läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:72
|
|
|
|
msgid "Name of patch"
|
|
|
|
msgstr "Namn på fix"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:73 share/completions/darcs.fish:165
|
|
|
|
msgid "Specify author id"
|
|
|
|
msgstr "Ange författar-id"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:74
|
|
|
|
msgid "Give patch name and comment in file"
|
|
|
|
msgstr "Välj fixnamn och kommentar via fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:75 share/completions/darcs.fish:98
|
|
|
|
#: share/completions/darcs.fish:119 share/completions/darcs.fish:164
|
|
|
|
msgid "Answer yes to all patches"
|
|
|
|
msgstr "Svara ja på alla fixar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:76
|
|
|
|
msgid ""
|
|
|
|
"In addition to modifications, look for files that are not boring, and thus "
|
|
|
|
"are potentially pending addition"
|
|
|
|
msgstr ""
|
|
|
|
"Förutom att lägga till ändringar, sök efter interessanta filer att lägga "
|
|
|
|
"till lagret"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:77
|
|
|
|
msgid "Delete the logfile when done"
|
|
|
|
msgstr "Radera logfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:78 share/completions/darcs.fish:107
|
|
|
|
#: share/completions/darcs.fish:134 share/completions/darcs.fish:148
|
|
|
|
msgid "Don't run the test script"
|
|
|
|
msgstr "Kör inte testskript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:79 share/completions/darcs.fish:106
|
|
|
|
#: share/completions/darcs.fish:135 share/completions/darcs.fish:149
|
|
|
|
msgid "Run the test script"
|
|
|
|
msgstr "Kör testskript"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:80 share/completions/darcs.fish:137
|
|
|
|
#: share/completions/darcs.fish:150
|
|
|
|
msgid "Don't remove the test directory"
|
|
|
|
msgstr "Ta inte bort testkatalog"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:81 share/completions/darcs.fish:138
|
|
|
|
#: share/completions/darcs.fish:151
|
|
|
|
msgid "Remove the test directory"
|
|
|
|
msgstr "Ta bort testkatalog"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:82 share/completions/darcs.fish:104
|
|
|
|
#: share/completions/darcs.fish:128
|
|
|
|
msgid "Create compressed patches"
|
|
|
|
msgstr "Skapa komprimerade fixar"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:83 share/completions/darcs.fish:105
|
|
|
|
#: share/completions/darcs.fish:129
|
|
|
|
msgid "Don't create compressed patches"
|
|
|
|
msgstr "Skapa inte komprimerade fixar"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:84
|
|
|
|
msgid "Expect to receive input from a pipe"
|
|
|
|
msgstr "Förvänta indata från rör"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:85 share/completions/darcs.fish:103
|
|
|
|
#: share/completions/darcs.fish:130 share/completions/darcs.fish:170
|
|
|
|
msgid "Prompt user interactively"
|
|
|
|
msgstr "Fråga användaren interaktivt"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:86
|
|
|
|
msgid "Ask for extra dependencies"
|
|
|
|
msgstr "Fråga efter extra beroenden"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:87
|
|
|
|
msgid "Don't ask for extra dependencies"
|
|
|
|
msgstr "Fråga inte efter extra beroenden"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:88
|
|
|
|
msgid "Edit the long comment by default"
|
|
|
|
msgstr "Redigera långa kommentarer som standard"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:89
|
|
|
|
msgid "Don't give a long comment"
|
|
|
|
msgstr "Redigera inte lång kommentar"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:90
|
|
|
|
msgid "Prompt for whether to edit the long comment"
|
|
|
|
msgstr "Fråga om den långa kommentaren skall redigeras"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:91 share/completions/darcs.fish:110
|
|
|
|
#: share/completions/darcs.fish:127
|
|
|
|
msgid "Don't trust the file modification times"
|
|
|
|
msgstr "Lita inte på filändringstid"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:92
|
|
|
|
msgid ""
|
|
|
|
"Don't look for any files or directories that could be added, and don't add "
|
|
|
|
"them automatically"
|
|
|
|
msgstr ""
|
|
|
|
"Leta inte efter filer eller kataloger att lägga till, och lägg inte till dem "
|
|
|
|
"automatiskt"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:96 share/completions/darcs.fish:162
|
|
|
|
#: share/completions/darcs.fish:213
|
|
|
|
msgid "Select patches matching REGEXP"
|
|
|
|
msgstr "Välj fixar som matchar REGEXP"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:97 share/completions/darcs.fish:163
|
|
|
|
#: share/completions/darcs.fish:214
|
|
|
|
msgid "Select tags matching REGEXP"
|
|
|
|
msgstr "Välj taggar som matchar REGEXP"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:99 share/completions/darcs.fish:168
|
|
|
|
#: share/completions/darcs.fish:193 share/completions/darcs.fish:218
|
|
|
|
msgid "Summarize changes"
|
|
|
|
msgstr "Summera ändringar"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:100 share/completions/darcs.fish:145
|
|
|
|
#: share/completions/darcs.fish:161 share/completions/darcs.fish:220
|
|
|
|
#: share/completions/darcs.fish:232 share/completions/darcs.fish:234
|
|
|
|
msgid "Suppress informational output"
|
|
|
|
msgstr "Tyst läge"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:101 share/completions/darcs.fish:169
|
|
|
|
#: share/completions/darcs.fish:212
|
|
|
|
msgid "Select patches matching PATTERN"
|
|
|
|
msgstr "Välj fixar som matchar MÖNSTER"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:102 share/completions/darcs.fish:125
|
|
|
|
msgid "Use external tool to merge conflicts"
|
|
|
|
msgstr "Använd externt verktyg för att hantera sammanslagningskonflikter"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:108 share/completions/darcs.fish:178
|
|
|
|
#: share/completions/darcs.fish:233
|
|
|
|
msgid "Don't actually take the action"
|
|
|
|
msgstr "Gör ingenting"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:109 share/completions/darcs.fish:179
|
|
|
|
#: share/completions/darcs.fish:194 share/completions/darcs.fish:219
|
|
|
|
msgid "Don't summarize changes"
|
|
|
|
msgstr "Summera inte ändringar"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:111
|
|
|
|
msgid "Don't automatically fulfill dependencies"
|
|
|
|
msgstr "Fråga efter extra beroenden"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:112 share/completions/darcs.fish:182
|
|
|
|
msgid "Set default repository [DEFAULT]"
|
|
|
|
msgstr "Välj standardförråd"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:113 share/completions/darcs.fish:183
|
|
|
|
msgid "Don't set default repository"
|
|
|
|
msgstr "Välj inte standardförråd"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:114 share/completions/darcs.fish:139
|
|
|
|
msgid "Make scripts executable"
|
|
|
|
msgstr "Gör skript exekverbara"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:115 share/completions/darcs.fish:140
|
|
|
|
msgid "Don't make scripts executable"
|
|
|
|
msgstr "Gör inte skript exekverbara"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:120
|
|
|
|
msgid "Verify that the patch was signed by a key in PUBRING"
|
|
|
|
msgstr "Verifiera att fix är signerad från nyckel i angiven nyckelring"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:121
|
|
|
|
msgid "Verify using openSSL with authorized keys from specified file"
|
|
|
|
msgstr "Verifiera med openSSL med auktoriserade nycklar från angiven fil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:122 share/completions/darcs.fish:184
|
|
|
|
msgid "Specify sendmail command"
|
|
|
|
msgstr "Ange sendmailkommando"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:123
|
|
|
|
msgid "Reply to email-based patch using FROM address"
|
|
|
|
msgstr "Svara på e-postbaserad fix från adress"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:124 share/completions/darcs.fish:173
|
|
|
|
msgid "Mail results to additional EMAIL(s). Requires --reply"
|
|
|
|
msgstr "Posta resultat till extra adresser. (Kräver --reply)"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:126
|
|
|
|
msgid "Don't verify patch signature"
|
|
|
|
msgstr "Verifiera inte fix-signaturer"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:131
|
|
|
|
msgid "Mark conflicts"
|
|
|
|
msgstr "Markera konflikter"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:132
|
|
|
|
msgid "Allow conflicts, but don't mark them"
|
|
|
|
msgstr "Tillåt konflikter, men markera dem inte"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:133
|
|
|
|
msgid "Fail on patches that create conflicts [DEFAULT]"
|
|
|
|
msgstr "Misslyckas på fixar som skapar konflikter [STANDARD]"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:136
|
|
|
|
msgid "Forward unsigned messages without extra header"
|
|
|
|
msgstr "Skicka vidare osignerade meddelanden utan extra huvud"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:146
|
|
|
|
msgid "Check the entire repository"
|
|
|
|
msgstr "Kontrollera hela lagret"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:147
|
|
|
|
msgid "Check patches since latest checkpoint"
|
|
|
|
msgstr "Kontrollera fixar sedan senaste kontrollpunkt"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:156 share/completions/darcs.fish:227
|
|
|
|
msgid "Don't refuse to add files differing only in case"
|
|
|
|
msgstr "Vägra inte lägga till filer som bara skiljer i skiftläge"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:166
|
|
|
|
msgid "Specify output filename"
|
|
|
|
msgstr "Välj utfil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:167 share/completions/darcs.fish:195
|
|
|
|
msgid "Output patch in a darcs-specific format similar to diff -u"
|
|
|
|
msgstr "Skriv fix i darcs-specifikt format som liknar diff -u"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:172
|
|
|
|
msgid "Specify destination email"
|
|
|
|
msgstr "Välj destinationsadress"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:174
|
|
|
|
msgid "Sign the patch with your gpg key"
|
|
|
|
msgstr "Signera fix med din gpg-nyckel"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:175
|
|
|
|
msgid "Sign the patch with a given keyid"
|
|
|
|
msgstr "Signera fix med givet nyckelid"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:176
|
|
|
|
msgid "Sign the patch using openssl with a given private key"
|
|
|
|
msgstr "Signera fix via openssl med en given hemlig nyckel"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:177
|
|
|
|
msgid "Do not sign the patch"
|
|
|
|
msgstr "Signera inte fixen"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:180
|
|
|
|
msgid "Send to context stored in FILENAME"
|
|
|
|
msgstr "Skicka till sammanhang lagrat i FILNAMN"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:181
|
|
|
|
msgid "Edit the patch bundle description"
|
|
|
|
msgstr "Redigera fix-paketbeskrivning"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:188
|
|
|
|
msgid "Use a plain pristine tree [DEFAULT]"
|
|
|
|
msgstr "Använd enkelt pristint träd [DEFAULT]"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:189
|
|
|
|
msgid "Use no pristine tree"
|
|
|
|
msgstr "Använd inte pristint träd"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:196
|
|
|
|
msgid "Give human readable output"
|
|
|
|
msgstr "Människoanpassad formatering av utdata"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:197 share/completions/darcs.fish:216
|
|
|
|
msgid "Generate XML formatted output"
|
|
|
|
msgstr "Generera XML-formaterad utdata"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:198
|
|
|
|
msgid "Select patch matching PATTERN"
|
|
|
|
msgstr "Välj fix som matchar MÖNSTER"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:199
|
|
|
|
msgid "Select patch matching REGEXP"
|
|
|
|
msgstr "Välj fix som matchar REGEXP"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:200
|
|
|
|
msgid "Select tag matching REGEXP"
|
|
|
|
msgstr "Välj tagg som matchar REGEXP"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:201
|
|
|
|
msgid "Specify hash of creator patch (see docs)"
|
|
|
|
msgstr "Ange hash av skaparfix (se dokumentationen)"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:205
|
|
|
|
msgid "Select changes up to a patch matching PATTERN"
|
|
|
|
msgstr "Välj ändringar fram till fix som matchar MÖNSTER"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:206
|
|
|
|
msgid "Select changes up to a patch matching REGEXP"
|
|
|
|
msgstr "Välj ändringar fram till fix som matchar REGEXP"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:207
|
|
|
|
msgid "Select changes up to a tag matching REGEXP"
|
|
|
|
msgstr "Välj ändringar fram till tag som matchar REGEXP"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:208
|
|
|
|
msgid "Select changes starting with a patch matching PATTERN"
|
|
|
|
msgstr "Välj ändringar som börjar med fix som matchar MÖNSTER"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:209
|
|
|
|
msgid "Select changes starting with a patch matching REGEXP"
|
|
|
|
msgstr "Välj ändringar som börjar med fix som matchar REGEXP"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:210
|
|
|
|
msgid "Select changes starting with a tag matching REGEXP"
|
|
|
|
msgstr "Välj ändringar som börjar med tagg som matchar REGEXP"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:211
|
|
|
|
msgid "Select the last NUMBER patches"
|
|
|
|
msgstr "Välj angivet antal fixar av de senaste fixarna"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:215
|
|
|
|
msgid "Give output suitable for get --context"
|
|
|
|
msgstr "Formatera utdata lämpligt för get --context"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:217
|
|
|
|
msgid "Give human-readable output"
|
|
|
|
msgstr "Människoanpassad formatering av utdata"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:221
|
|
|
|
msgid "Show changes in reverse order"
|
|
|
|
msgstr "Visa ändringar i omvänd ordning"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:222
|
|
|
|
msgid "Specify the repository URL"
|
|
|
|
msgstr "Ange förråd-URL"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:226
|
|
|
|
msgid "Don't skip boring files"
|
|
|
|
msgstr "Skippa inte tråkiga filer"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:228
|
|
|
|
msgid "Add contents of subdirectories"
|
|
|
|
msgstr "Lägg till innehåll i underkataloger"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:229
|
|
|
|
msgid "Don't add contents of subdirectories"
|
|
|
|
msgstr "Lägg inte till innehåll i underkataloger"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:230
|
|
|
|
msgid "Add files with date appended to avoid conflict. [EXPERIMENTAL]"
|
|
|
|
msgstr ""
|
|
|
|
"Lägg till filer med datum efter för att undvika konflikter. [EEXPERIMENTELLT]"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/darcs.fish:231
|
|
|
|
msgid "Don't use experimental date appending trick. [DEFAULT]"
|
|
|
|
msgstr "Använd inte experimentellt datum-tillläggningstrick. [STANDARD]"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/date.fish:1
|
|
|
|
msgid "Display date described by string"
|
|
|
|
msgstr "Visa datum angivet i textsträng"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/date.fish:2
|
|
|
|
msgid "Display date for each line in file"
|
|
|
|
msgstr "Visa datum för varje rad i fil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/date.fish:3
|
|
|
|
msgid "Output in ISO 8601 format"
|
|
|
|
msgstr "Visa datum i ISO 8601-format"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/date.fish:4 share/completions/touch.fish:9
|
|
|
|
msgid "Set time"
|
|
|
|
msgstr "Välj tid"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/date.fish:5
|
|
|
|
msgid "Output RFC-2822 compliant date string"
|
|
|
|
msgstr "Visa datum i RFC-2822-format"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/date.fish:6
|
|
|
|
msgid "Display the last modification time of file"
|
|
|
|
msgstr "Visa senaste ändringsdatum för fil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/date.fish:7 share/completions/date.fish:8
|
|
|
|
msgid "Print or set Coordinated Universal Time"
|
|
|
|
msgstr "Visa eller välj Koordinerad universaltid (UCT)"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:12 share/completions/du.fish:7
|
|
|
|
#: share/functions/__fish_complete_ls.fish:24
|
|
|
|
msgid "Human readable sizes"
|
|
|
|
msgstr "Människoanpassade storleksangivelser, bas 1024"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:13
|
|
|
|
msgid "List inode information"
|
|
|
|
msgstr "Lista information om inoder"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:14 share/completions/du.fish:9
|
|
|
|
msgid "Use 1kB block size"
|
|
|
|
msgstr "Använd 1kB blockstorlek"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:15
|
|
|
|
msgid "List only local filesystems"
|
|
|
|
msgstr "Lista bara lokala filsystem"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:16
|
|
|
|
msgid "Use Posix format"
|
|
|
|
msgstr "Använd Posix-format"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:17
|
|
|
|
msgid "Show filesystems of specified type"
|
|
|
|
msgstr "Visa filsystem av angiven typ"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:21
|
|
|
|
msgid "Include empty filesystems"
|
|
|
|
msgstr "Inkludera tomma filsystem"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:22 share/completions/du.fish:3
|
|
|
|
#: share/completions/tar.fish:13
|
|
|
|
msgid "Block size"
|
|
|
|
msgstr "Blockstorlek"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:23 share/completions/du.fish:8
|
|
|
|
#: share/functions/__fish_complete_ls.fish:57
|
|
|
|
msgid "Human readable sizes, powers of 1000"
|
|
|
|
msgstr "Människoanpassade storleksangivelser, bas 1000"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:24
|
|
|
|
msgid "Do not sync before getting usage info"
|
|
|
|
msgstr "Synkronisera inte filsystem innan användningsinformation hämtas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:25
|
|
|
|
msgid "Sync before getting usage info"
|
|
|
|
msgstr "Synkronisera filsystem innan användningsinformation hämtas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:26
|
|
|
|
msgid "Print filesystem type"
|
|
|
|
msgstr "Visa filsystemtyp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:27
|
|
|
|
msgid "Excluded filesystem type"
|
|
|
|
msgstr "Exkludera filsystemtyp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:33
|
|
|
|
msgid "Show all filesystems"
|
|
|
|
msgstr "Visa alla filsystem"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:34
|
|
|
|
msgid "Show sizes in gigabytes"
|
|
|
|
msgstr "Visa storlekar i gigabyte"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:35
|
|
|
|
msgid "Show sizes in megabytes"
|
|
|
|
msgstr "Visa storlekar i megabyte"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/df.fish:36
|
|
|
|
msgid "Print out the previously obtained statistics from the file systems"
|
|
|
|
msgstr "Visa tidigare hämtad statistik från filsystemet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:2
|
|
|
|
msgid "Ignore case differences"
|
|
|
|
msgstr "Ignorera skiftläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:3
|
|
|
|
msgid "Ignore case when comparing file names"
|
|
|
|
msgstr "Ignorera skiftläge på filnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:4
|
|
|
|
msgid "Consider case when comparing file names"
|
|
|
|
msgstr "Skilj på skiftläge på filnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:5
|
|
|
|
msgid "Ignore changes due to tab expansion"
|
|
|
|
msgstr "Ignorera ändringar på grund av tabbexpansion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:6
|
|
|
|
msgid "Ignore changes in the amount of white space"
|
|
|
|
msgstr "Ignorera skillnader i blanka tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:7
|
|
|
|
msgid "Ignore all white space"
|
|
|
|
msgstr "Ignorera blanka tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:8
|
|
|
|
msgid "Ignore changes whose lines are all blank"
|
|
|
|
msgstr "Ignorera ändringar vars rader enbart består av blana tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:9
|
|
|
|
msgid "Ignore changes whose lines match the REGEX"
|
|
|
|
msgstr "Ignorera ändringar som matchar REGEX"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:11
|
|
|
|
msgid "Recursively compare subdirectories"
|
|
|
|
msgstr "Rekursera till underkataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:12
|
|
|
|
msgid "Treat absent files as empty"
|
|
|
|
msgstr "Behandla saknade filer som om de vore tomma"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:13
|
|
|
|
msgid "Output NUM lines of copied context"
|
|
|
|
msgstr "Skriv ut NUM rader av kopierad sammanhang"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:14
|
|
|
|
msgid "Output 3 lines of copied context"
|
|
|
|
msgstr "Skriv ut 3 rader av kopierad sammanhang"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:15
|
|
|
|
msgid "Output NUM lines of unified context"
|
|
|
|
msgstr "Skriv ut NUM rader av unifieradt sammanhang"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:16
|
|
|
|
msgid "Output 3 lines of unified context"
|
|
|
|
msgstr "Skriv ut 3 rader av unifieradt sammanhang"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:17
|
|
|
|
msgid "Output only whether the files differ"
|
|
|
|
msgstr "Skriv bara ut huruvida filerna skiljer sig"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:18
|
|
|
|
msgid "Output a normal diff"
|
|
|
|
msgstr "Skriv ut en vanlig diff"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:19
|
|
|
|
msgid "Output in two columns"
|
|
|
|
msgstr "Skriv ut i två kolumner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:20
|
|
|
|
msgid "Output at most NUM print columns"
|
|
|
|
msgstr "Skriv ut som mest NUM kolumner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:22
|
|
|
|
msgid "Compare FILE1 to all operands"
|
|
|
|
msgstr "Jämför FIL1 med alla operander"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:23
|
|
|
|
msgid "Compare FILE2 to all operands"
|
|
|
|
msgstr "Jämför FIL2 med alla operander"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/diff.fish:24
|
|
|
|
msgid "Pass the output through 'pr'"
|
|
|
|
msgstr "Skicka utdata genom ”pr”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:1
|
|
|
|
msgid "Write size for all files"
|
|
|
|
msgstr "Skriv ut storlek för alla filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:2
|
|
|
|
msgid "Print file size, not disk usage"
|
|
|
|
msgstr "Skriv ut filstorlek, inte använt diskutrymme"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:4
|
|
|
|
msgid "Use 1B block size"
|
|
|
|
msgstr "Använd 1B som blockstorlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:5
|
|
|
|
msgid "Produce grand total"
|
|
|
|
msgstr "Visa totalsumma"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:6
|
|
|
|
msgid "Dereference file symlinks"
|
|
|
|
msgstr "Följ symboliska länkar till filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:10
|
|
|
|
msgid "Count hard links multiple times"
|
|
|
|
msgstr "Räkna hårda länkar alla gånger de förekommer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:11
|
|
|
|
msgid "Dereference all symlinks"
|
|
|
|
msgstr "Följ alla symboliska länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:12
|
|
|
|
msgid "Do not include subdirectory size"
|
|
|
|
msgstr "Inkludera inte underkatalogers storlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:13
|
|
|
|
msgid "Display only a total for each argument"
|
|
|
|
msgstr "Visa bara en totalsumma för varje argument"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:14
|
|
|
|
msgid "Skip other filesystems"
|
|
|
|
msgstr "Skippa andra filsystem"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:15
|
|
|
|
msgid "Exclude files thet match pattern in file"
|
|
|
|
msgstr "Exkludera filer som matchar mönster från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:16
|
|
|
|
msgid "Exclude files that match pattern"
|
|
|
|
msgstr "Exkludera filer som matchar mönster"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/du.fish:17
|
|
|
|
msgid "Recursion limit"
|
|
|
|
msgstr "Rekursionsgräns"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/echo.fish:1
|
|
|
|
msgid "No newline"
|
|
|
|
msgstr "Skriv ingen radbrytning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/echo.fish:2
|
|
|
|
msgid "Use backslash escaped characters"
|
|
|
|
msgstr "Använd omvänt snedstreck-specialsekvenser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/echo.fish:3
|
|
|
|
msgid "Do not use backslash escaped characters"
|
|
|
|
msgstr "Använd inte omvänt snedstreck-specialsekvenser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emacs.fish:4
|
|
|
|
msgid "Do not load init files"
|
|
|
|
msgstr "Ladda inte initieringsfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emacs.fish:5
|
|
|
|
msgid "Load users init file"
|
|
|
|
msgstr "Ladda användarens initieringsfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emacs.fish:6
|
|
|
|
msgid "Use file as terminal"
|
|
|
|
msgstr "Användard fil som terminal"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emacs.fish:7
|
|
|
|
msgid "Execute Lisp function"
|
|
|
|
msgstr "Utför lispfunktion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emacs.fish:8
|
|
|
|
msgid "Load Lisp code from file"
|
|
|
|
msgstr "Ladda lispfunktion från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emacs.fish:9
|
|
|
|
msgid "Do not use X interface"
|
|
|
|
msgstr "Använd inte X-användargränssnittet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emacs.fish:10
|
|
|
|
msgid "Create window on the specified display"
|
|
|
|
msgstr "Skapa fönster på angiven skärm"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:3
|
|
|
|
msgid "Test if emerge command should have packages as potential completion"
|
|
|
|
msgstr "Testa om emergekommando borde ha paket som potentiell komplettering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:12
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Tests if emerge command should have package as potential completion for "
|
|
|
|
"removal"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Testa om emergekommando borde ha paket som potentiell komplettering för "
|
|
|
|
"borttagning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:21
|
|
|
|
msgid ""
|
|
|
|
"Prints completions for installed packages on the system from /var/db/pkg"
|
|
|
|
msgstr ""
|
|
|
|
"Visa kompletteringar för installerade packet på systemet från /var/db/pkg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:31
|
|
|
|
msgid "Cleans the system by removing outdated packages"
|
|
|
|
msgstr "Rensa systemet genom att ta bort inaktuella paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:32
|
|
|
|
msgid ""
|
|
|
|
"Cleans the system by removing packages that are not associated with "
|
|
|
|
"explicitly merged packages"
|
|
|
|
msgstr ""
|
|
|
|
"Rensa systemet genom att ta bort paket som int är associerade med explicit "
|
|
|
|
"installerade paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:33
|
|
|
|
msgid ""
|
|
|
|
"Displays important portage variables that will be exported to ebuild.sh when "
|
|
|
|
"performing merges"
|
|
|
|
msgstr ""
|
|
|
|
"Visa viktiga portage-variabler som kommer esporteras till ebuild.sh vid "
|
|
|
|
"installationer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:34
|
|
|
|
msgid ""
|
|
|
|
"Causes portage to process all the metacache files as is normally done on the "
|
|
|
|
"tail end of an rsync update using emerge --sync"
|
|
|
|
msgstr ""
|
|
|
|
"Får portage att behandla alla metacache-filer som vanligtvis görs vid slutet "
|
|
|
|
"av en rsync-uppdatering vid användande av emerge --sync"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:35
|
|
|
|
msgid ""
|
|
|
|
"Removes all but the most recently installed version of a package from your "
|
|
|
|
"system"
|
|
|
|
msgstr ""
|
|
|
|
"Tar bort alla utom den senast installerade versionen av ett paket från ditt "
|
|
|
|
"system"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:36
|
|
|
|
msgid ""
|
|
|
|
"Causes portage to check and update the dependency cache of all ebuilds in "
|
|
|
|
"the portage tree"
|
|
|
|
msgstr ""
|
|
|
|
"Får portage att kontrollera och uppdatera beroendecachen av alla abuilds i "
|
|
|
|
"partageträdet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:37
|
|
|
|
msgid ""
|
|
|
|
"Searches for matches of the supplied string in the current local portage tree"
|
|
|
|
msgstr ""
|
|
|
|
"Söker efter matchar till den angivna strängen i det nuvarande lokala "
|
|
|
|
"portageträdet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:38
|
|
|
|
msgid "Removes all matching packages completely from your system"
|
|
|
|
msgstr "Ta bort alla matchande paket helt från ditt system"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:39
|
|
|
|
msgid ""
|
|
|
|
"Before performing the merge, display what ebuilds and tbz2s will be "
|
|
|
|
"installed, in the same format as when using --pretend"
|
|
|
|
msgstr ""
|
|
|
|
"Före installationen utförs, visa vilka ebuilds och tbz2:or som kommer "
|
|
|
|
"installeras, i samma format som vid --pretend"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:40
|
|
|
|
msgid ""
|
|
|
|
"Tell emerge to build binary packages for all ebuilds processed in addition "
|
|
|
|
"to actually merging the packages"
|
|
|
|
msgstr ""
|
|
|
|
"Bygg binära paket för alla ebuilds som behandlats förutom att installera "
|
|
|
|
"paketen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:41
|
|
|
|
msgid "Creates a binary package, but does not merge it to the system"
|
|
|
|
msgstr "Skapa ett binärt paket, men installera dem inte"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:42
|
|
|
|
msgid ""
|
|
|
|
"When pretending, also display the ChangeLog entries for packages that will "
|
|
|
|
"be upgraded"
|
|
|
|
msgstr ""
|
|
|
|
"Vid låtsasinstallation, visa också ChangeLog-filen för paketet som kommer "
|
|
|
|
"uppgraderas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:43
|
|
|
|
msgid "Display the pretend output in a tabular form"
|
|
|
|
msgstr "Visa låtsasinstallationsutdata i tabellform"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:44
|
|
|
|
msgid "Tell emerge to run the ebuild command in --debug mode"
|
|
|
|
msgstr "Utför ebuild-kmmandot i ”--debug”-läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:45
|
|
|
|
msgid ""
|
|
|
|
"When used in conjunction with --update, this flag forces emerge to consider "
|
|
|
|
"the entire dependency tree of packages, instead of checking only the "
|
|
|
|
"immediate dependencies of the packages"
|
|
|
|
msgstr ""
|
|
|
|
"Vid användning med --update tvingar denna flagga emerge att betrakta hela "
|
|
|
|
"beroendeträdet av paket, istället för att bara kontrollera omedelbara "
|
|
|
|
"beroenden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:46
|
|
|
|
msgid "Virtually tweaks the tree of installed packages to contain nothing"
|
|
|
|
msgstr "Ändrar virtuellt trädet av installerade paket till att vara tomt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:47
|
|
|
|
msgid ""
|
|
|
|
"Instead of doing any package building, just perform fetches for all packages "
|
|
|
|
"(main package as well as all dependencies)"
|
|
|
|
msgstr ""
|
|
|
|
"Istället för att bygga paket, utför bara hämtning för alla paket (huvudpaket "
|
|
|
|
"och alla beroenden)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:48
|
|
|
|
msgid ""
|
|
|
|
"Same as --fetchonly except that all package files, including those not "
|
|
|
|
"required to build the package, will be processed"
|
|
|
|
msgstr ""
|
|
|
|
"Samma som --fetchonly utom att alla paketfiler, inklusive de som inte krävs "
|
|
|
|
"för att bygga paketet, processas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:49
|
|
|
|
msgid ""
|
|
|
|
"Using the server and location defined in PORTAGE_BINHOST, portage will "
|
|
|
|
"download the information from each binary file there and it will use that "
|
|
|
|
"information to help build the dependency list"
|
|
|
|
msgstr ""
|
|
|
|
"Portage laddar ner informationen från varje binär fil från servern och "
|
|
|
|
"platsen angivna i PORTAGE_BINHOST, och använder den informationen vid "
|
|
|
|
"konstruktionen av beroendeträdet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:50
|
|
|
|
msgid ""
|
|
|
|
"This option is identical to -g, except it will not use ANY information from "
|
|
|
|
"the local machine"
|
|
|
|
msgstr ""
|
|
|
|
"Samma sak som -g, utom at det kommer inte använda NÅGON information från den "
|
|
|
|
"lokala maskinen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:51
|
|
|
|
msgid ""
|
|
|
|
"Tells emerge to include installed packages where USE flags have changed "
|
|
|
|
"since installation"
|
|
|
|
msgstr ""
|
|
|
|
"Instruera emerge att inkludera installerade paket där USE-flaggor har "
|
|
|
|
"ändrats sedan senaste installation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:52
|
|
|
|
msgid ""
|
|
|
|
"Merge files in CONFIG_PROTECT to the live fs instead of silently dropping "
|
|
|
|
"them"
|
|
|
|
msgstr ""
|
|
|
|
"Installera filer i CONFIG_PROTECT till filsystemet istället för att tyst "
|
|
|
|
"ignorera dem"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:53
|
|
|
|
msgid "Merge specified packages, but don't merge any dependencies"
|
|
|
|
msgstr "Installera angivna paket, men installera inga beroenden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:54
|
|
|
|
msgid ""
|
|
|
|
"Skip the packages specified on the command-line that have already been "
|
|
|
|
"installed"
|
|
|
|
msgstr "Skippa angivna paket som redan har installerats"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:55
|
|
|
|
msgid "Disables the spinner regardless of terminal type"
|
|
|
|
msgstr "Avaktivera statusuppdateraren, oavsett terminaltyp"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:56
|
|
|
|
msgid "Emerge as normal, but don't add packages to the world profile"
|
|
|
|
msgstr "Kör emerge som vanligt, men lägg inte till paket till världsprofilen"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:57
|
|
|
|
msgid ""
|
|
|
|
"Only merge (or pretend to merge) the dependencies of the specified packages, "
|
|
|
|
"not the packages themselves"
|
|
|
|
msgstr ""
|
|
|
|
"Installera (eller låtsas installera) bara beroendena till de angivna "
|
|
|
|
"paketen, inte själva paketen"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:58
|
|
|
|
msgid "Do not merge, display what ebuilds and tbz2s would have been installed"
|
|
|
|
msgstr ""
|
|
|
|
"Installera inte, visa vilka ebuilds och tbz2:or som skulle ha installerats"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:59
|
|
|
|
msgid "Reduced output from portage's displays"
|
|
|
|
msgstr "Reducerad utdata från portage"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:60
|
|
|
|
msgid "Resumes the last merge operation"
|
|
|
|
msgstr "Återupta senaste installationsoperation"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:61
|
|
|
|
msgid ""
|
|
|
|
"Matches the search string against the description field as well the "
|
|
|
|
"package's name"
|
|
|
|
msgstr "Matchar söksträngen mot beskrivningsfältet samt paketets namn"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:62
|
|
|
|
msgid ""
|
|
|
|
"Remove the first package in the resume list so that a merge may continue in "
|
|
|
|
"the presence of an uncorrectable or inconsequential error"
|
|
|
|
msgstr ""
|
|
|
|
"Ta bort det första paketet i resume-listan så att en installation kan "
|
|
|
|
"fortsätta vid irreparabelt eller oviktigt fel"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:63
|
|
|
|
msgid "Shows the dependency tree using indentation for dependencies"
|
|
|
|
msgstr "Visa beroendeträdet med indentering för beroenden"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:64
|
|
|
|
msgid "Updates packages to the best version available"
|
|
|
|
msgstr "Uppdaterar till den bästa tillgängliga versionen"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:66
|
|
|
|
msgid ""
|
|
|
|
"Like --usepkg, except this only allows the use of binary packages, and it "
|
|
|
|
"will abort the emerge if the package is not available at the time of "
|
|
|
|
"dependency calculation"
|
|
|
|
msgstr ""
|
|
|
|
"Som --usepkg, men tillåter bara binära paket, och avbryter installationen om "
|
|
|
|
"paketet inte finns tillgängligt vid beroendeberäkningarna"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:67
|
|
|
|
msgid "Increased or expanded display of content in portage's displays"
|
|
|
|
msgstr "Utökat utdata från portage"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/emerge.fish:68
|
|
|
|
msgid ""
|
|
|
|
"Displays the currently installed version of portage along with other "
|
|
|
|
"information useful for quick reference on a system"
|
|
|
|
msgstr ""
|
|
|
|
"Visar den för tillfället installerade versionen av portage och annan "
|
|
|
|
"information som är användbar som en snabbreferens för systemet"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/fish.fish:1
|
|
|
|
msgid "Run fish with this command"
|
|
|
|
msgstr "Utför detta kommando i fish"
|
2006-01-21 12:39:32 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/fish.fish:4
|
|
|
|
msgid "Run in interactive mode"
|
|
|
|
msgstr "Kör i interaktivt läge"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/fish.fish:5
|
|
|
|
msgid "Run in login mode"
|
|
|
|
msgstr "Kör i loginläge"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/fish.fish:6
|
|
|
|
msgid "Output profiling information to specified file"
|
|
|
|
msgstr "Skriv profileringsinformation till angiven fil"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/function.fish:1 share/completions/functions.fish:5
|
|
|
|
msgid "Set function description"
|
|
|
|
msgstr "Välj funktionsbeskrivning"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/function.fish:4
|
|
|
|
msgid "Make the function a job exit event handler"
|
|
|
|
msgstr "Gör funktionen till en händelsehanterare för avslutade jobb"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/function.fish:5
|
|
|
|
msgid "Make the function a process exit event handler"
|
|
|
|
msgstr "Gör funktionen till en händelsehanterare för avslutade processer"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/function.fish:6
|
|
|
|
msgid "Make the function a signal event handler"
|
|
|
|
msgstr "Gör funktionen till en händelsehanterare för signaler"
|
2006-01-19 13:45:18 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/function.fish:7
|
|
|
|
msgid "Make the function a variable update event handler"
|
|
|
|
msgstr "Gör funktionen till en händelsehanterare för variabeluppdateringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/function.fish:8
|
|
|
|
msgid "Allow dash (-) in function name"
|
|
|
|
msgstr "Tillåt bindestreck (-) i funktionsnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/functions.fish:1
|
|
|
|
msgid "Erase function"
|
|
|
|
msgstr "Radera funktion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/functions.fish:3
|
|
|
|
msgid "Show hidden functions"
|
|
|
|
msgstr "Visa dolda funktioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/fusermount.fish:14 share/completions/sshfs.fish:27
|
|
|
|
#: share/completions/sshfs.fish:31
|
|
|
|
msgid "Mount options"
|
|
|
|
msgstr "Monteringsflagga"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/fusermount.fish:15
|
|
|
|
msgid "Unmount"
|
|
|
|
msgstr "Avmontera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/fusermount.fish:16
|
|
|
|
msgid "Quiet"
|
|
|
|
msgstr "Tyst läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/fusermount.fish:17
|
|
|
|
msgid "Lazy unmount"
|
|
|
|
msgstr "Lat avmontering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:5
|
|
|
|
msgid "Language"
|
|
|
|
msgstr "Språk"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:23
|
|
|
|
msgid "Pass program exit codes"
|
|
|
|
msgstr "Skicka vidare slutstatus"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:24
|
|
|
|
msgid "Stop after assembler"
|
|
|
|
msgstr "Stanna efter assembler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:25
|
|
|
|
msgid "Stop after compile"
|
|
|
|
msgstr "Stanna efter kompilering"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:26
|
|
|
|
msgid "Stop after preprocessor"
|
|
|
|
msgstr "Stanna efter förprocessor"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:27
|
|
|
|
msgid "Output file"
|
|
|
|
msgstr "Utdatafil"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:28
|
|
|
|
msgid "Print commands to stderr"
|
|
|
|
msgstr "Skriv kommandon till standard fel"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:29
|
|
|
|
msgid "Print quoted commands to stderr, do not run"
|
|
|
|
msgstr "Skriv citerade kommandon till standard fel, utför dem inte"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:30
|
|
|
|
msgid "Use pipes"
|
|
|
|
msgstr "Använd rör"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:31
|
|
|
|
msgid "Use ansi mode"
|
|
|
|
msgstr "Använd ansiläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:32
|
|
|
|
msgid "Standard mode"
|
|
|
|
msgstr "Standardläge"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:46
|
|
|
|
msgid "Write prototypes to file"
|
|
|
|
msgstr "Skriv prototyper till fil"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:47
|
|
|
|
msgid "Do not recognize asm, inline or typeof keywords"
|
|
|
|
msgstr "Känn inte igen asm, inline och typeof nyckelorden"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:48
|
|
|
|
msgid "Do not use builtin functions"
|
|
|
|
msgstr "Använd inte inbyggda funktioner"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:49
|
|
|
|
msgid "Assert hosted environment"
|
|
|
|
msgstr "Försäkra värdmiljö"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:50
|
|
|
|
msgid "Assert freestanding environment"
|
|
|
|
msgstr "Försäkra självständig miljö"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:51
|
|
|
|
msgid "Use Microsoft extensions"
|
|
|
|
msgstr "Använd Microsoftförlängningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:52
|
|
|
|
msgid "Use ANSI trigraphs"
|
|
|
|
msgstr "Använd ANSI-trigrafer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:53
|
|
|
|
msgid "Do not use integrated preprocessor"
|
|
|
|
msgstr "Använd inte inbyggd förprocessor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:54
|
|
|
|
msgid "char is unsigned"
|
|
|
|
msgstr "char har inte tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:55
|
|
|
|
msgid "char is signed"
|
|
|
|
msgstr "char har tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:56
|
|
|
|
msgid "bitfield is unsigned"
|
|
|
|
msgstr "bitfield har inte tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:57
|
|
|
|
msgid "bitfield is signed"
|
|
|
|
msgstr "bitfield har tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:58
|
|
|
|
msgid "All bitfields are signed"
|
|
|
|
msgstr "Alla bitfield har tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:59
|
|
|
|
msgid "All bitfields are unsigned"
|
|
|
|
msgstr "Inga bitfield har tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:60 share/completions/gcc.fish:65
|
|
|
|
msgid "String constants are not const"
|
|
|
|
msgstr "Strängkonstanter är inte konstanta"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:61
|
|
|
|
msgid "C++ ABI version"
|
|
|
|
msgstr "C++ ABI-version"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:62
|
|
|
|
msgid "Turn off access checking"
|
|
|
|
msgstr "Slå av rättighetskontroll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:63
|
|
|
|
msgid "Check pointer returned by new"
|
|
|
|
msgstr "Kontrollera pekare från ”new”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:64
|
|
|
|
msgid "Put globals in the common segment"
|
|
|
|
msgstr "Lägg globaler i det gemensamma segmentet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:66
|
|
|
|
msgid "Accept $ in identifiers"
|
|
|
|
msgstr "Acceptera $ i identifierare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:67
|
|
|
|
msgid "Reject $ in identifiers"
|
|
|
|
msgstr "Acceptera inte $ i identifierare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:68
|
|
|
|
msgid "Do not omit unneeded temporarys"
|
|
|
|
msgstr "Ta into bort onödiga tillfälliga variabler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:69
|
|
|
|
msgid "Allow exception violations"
|
|
|
|
msgstr "Tillåt brott mot undantag"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:70
|
|
|
|
msgid "Do not extend for-loop scope"
|
|
|
|
msgstr "Utöka inte definitionsområde för for-loop"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:71
|
|
|
|
msgid "Extend for-loop scope"
|
|
|
|
msgstr "Utöka definitionsområde för for-loop"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:72
|
|
|
|
msgid "Do not recognize typeof as keyword"
|
|
|
|
msgstr "Känn inte igen typeof som nyckelord"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:73
|
|
|
|
msgid "Do not emit code for implicit templates"
|
|
|
|
msgstr "Skapa inte kod for implicita mallar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:74
|
|
|
|
msgid "Do not emit code for implicit inline templates"
|
|
|
|
msgstr "Skapa inte kod för implicita inlinemallar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:75
|
|
|
|
msgid "Do not emit out-of-line code for inline functions"
|
|
|
|
msgstr "Skapa inte icke-inlinekod for inline-funktioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:76
|
|
|
|
msgid "Disable warnings about MFC"
|
|
|
|
msgstr "Visa inte varningar om MFC"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:77
|
|
|
|
msgid "Disable some built-in functions"
|
|
|
|
msgstr "Inaktivera somliga inbyggda funktioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:78
|
|
|
|
msgid "Disable operator keywords"
|
|
|
|
msgstr "Inaktivera operator-nyckelord"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:79
|
|
|
|
msgid "Disable optional diagnostics"
|
|
|
|
msgstr "Inaktivera frivillig diagnostik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:80
|
|
|
|
msgid "Downgrade some errors to warnings"
|
|
|
|
msgstr "Nedgradera vissa fel till varningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:81
|
|
|
|
msgid "Enable automatic template instantiation at link time"
|
|
|
|
msgstr "Slå på automatisk templateinstantiering vid länktillfälle"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:82
|
|
|
|
msgid "Disable generation of C++ runtime type information"
|
|
|
|
msgstr "Inaktivera generering av C++-typinformation under körning av program"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:86
|
2006-03-06 23:15:04 +00:00
|
|
|
msgid "Set maximum template depth"
|
|
|
|
msgstr "Sätt maximalt malldjup"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:89
|
|
|
|
msgid "Do not emit code for thread-safe initialization of local statics"
|
|
|
|
msgstr "Skapa inte kod för tråd-säker initiering av lokala statiska variabler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:90
|
|
|
|
msgid "Use __cxa_atexit for destructors"
|
|
|
|
msgstr "Använd __cxa_atexit för destruktorer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:91
|
|
|
|
msgid "Hides inline methods from export table"
|
|
|
|
msgstr "Dölj inline-metoder från exporttabeller"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gcc.fish:92
|
|
|
|
msgid "Do not use weak symbol support"
|
|
|
|
msgstr "Stöd inte svaga symboler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:48
|
|
|
|
msgid "Make a signature"
|
|
|
|
msgstr "Skapa signatur"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:49
|
|
|
|
msgid "Make a clear text signature"
|
|
|
|
msgstr "Skapa klartextsignatur"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:50
|
|
|
|
msgid "Make a detached signature"
|
|
|
|
msgstr "Skapa bortkopplad signatur"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:51
|
|
|
|
msgid "Encrypt data"
|
|
|
|
msgstr "Kryptera data"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:52
|
|
|
|
msgid "Encrypt with a symmetric cipher using a passphrase"
|
|
|
|
msgstr "Kryptera med symmetriskt chiffer och passfras"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:53
|
|
|
|
msgid "Store only (make a simple RFC1991 packet)"
|
|
|
|
msgstr "Endast lagring (skapa ett enkelt RFC1991-paket)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:54
|
|
|
|
msgid "Decrypt specified file or stdin"
|
|
|
|
msgstr "Dekryptera angiven fil eller standard in"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:55
|
|
|
|
msgid "Assume specified file or stdin is sigfile and verify it"
|
|
|
|
msgstr "Antag att angiven fil eller standard in är signatur och verifiera den"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:56
|
|
|
|
msgid "Modify certain other commands to accept multiple files for processing"
|
|
|
|
msgstr "Ändra vissa andra kommandon so de behandlar multipla filer"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:57
|
|
|
|
msgid "Identical to '--multifile --verify'"
|
|
|
|
msgstr "Identiskt med ”--multifile --verify”"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:58
|
|
|
|
msgid "Identical to '--multifile --encrypt'"
|
|
|
|
msgstr "Identiskt med ”--multifile --encrypt”"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:59
|
|
|
|
msgid "Identical to --multifile --decrypt"
|
|
|
|
msgstr "Identiskt med --multifile --decrypt"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:61 share/completions/gpg.fish:62
|
2006-01-26 15:17:17 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"List all keys from the public keyrings, or just the ones given on the "
|
|
|
|
"command line"
|
2006-01-26 15:17:17 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Visa alla nycklar från den öppna nyckelringen, eller de angivna på "
|
|
|
|
"kommandoraden"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:63
|
2006-01-26 15:17:17 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"List all keys from the secret keyrings, or just the ones given on the "
|
|
|
|
"command line"
|
2006-01-26 15:17:17 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Visa alla nycklar från den hemliga nyckelringen, eller de angivna på "
|
|
|
|
"kommandoraden"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:64
|
|
|
|
msgid "Same as --list-keys, but the signatures are listed too"
|
|
|
|
msgstr "Samma som --list-keys, men visa även signaturer"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:66
|
|
|
|
msgid "Same as --list-keys, but the signatures are listed and verified"
|
|
|
|
msgstr "Samma som --list-keys, men visa och verifiera även signaturer"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:67
|
|
|
|
msgid "List all keys with their fingerprints"
|
|
|
|
msgstr "Visa alla nycklar och deras fingeravtryck"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:68
|
|
|
|
msgid "Generate a new key pair"
|
|
|
|
msgstr "Generera ett nytt nyckelpar"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:70
|
|
|
|
msgid "Present a menu which enables you to do all key related tasks"
|
|
|
|
msgstr "Visa en meny som låter dig utföra alla nyckelrelaterade aktiviteter"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:72
|
|
|
|
msgid "Sign a public key with your secret key"
|
|
|
|
msgstr "Signera en öppen nyckel med din hemliga nyckel"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:73
|
|
|
|
msgid "Sign a public key with your secret key but mark it as non exportable"
|
2006-01-26 15:17:17 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Signera en öppen nyckel med din hemliga nyckel men markera den som icke-"
|
|
|
|
"exporterbar"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:75
|
|
|
|
msgid "Remove key from the public keyring"
|
|
|
|
msgstr "Ta bort en nyckel från den öppna nyckelringen"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:76
|
|
|
|
msgid "Remove key from the secret and public keyring"
|
|
|
|
msgstr "Ta bort en nyckel från den öppna och den hemliga nyckelringen"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:77
|
2006-01-26 15:17:17 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Same as --delete-key, but if a secret key exists, it will be removed first"
|
2006-01-26 15:17:17 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Samma som --delete-key, men om en hemlig nyckel existerar, ta bort den först"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:79
|
|
|
|
msgid "Generate a revocation certificate for the complete key"
|
|
|
|
msgstr "Generera ett återkallelsecertifikat för hela nyckeln"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:80
|
|
|
|
msgid "Generate a designated revocation certificate for a key"
|
|
|
|
msgstr "Generera ett utsett återkallelsecertifikat för en nyckel"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:82
|
|
|
|
msgid "Export all or the given keys from all keyrings"
|
|
|
|
msgstr "Exportera alla eller alla angivna nycklar från alla nyckelringar"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:83
|
|
|
|
msgid "Same as --export but sends the keys to a keyserver"
|
|
|
|
msgstr "Samma som --export, men skicka nycklar till en nyckelserver"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:84 share/completions/gpg.fish:85
|
|
|
|
msgid "Same as --export, but exports the secret keys instead"
|
|
|
|
msgstr "Samma som --export, men exportera hemliga nycklar istället"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:87 share/completions/gpg.fish:88
|
|
|
|
msgid "Import/merge keys"
|
|
|
|
msgstr "Importera/sammanslå mycklar"
|
|
|
|
|
|
|
|
#: share/completions/gpg.fish:90
|
|
|
|
msgid "Import the keys with the given key IDs from a keyserver"
|
|
|
|
msgstr "Importera nycklarna med givet nyckel-id från nyckelserver"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:91
|
2006-01-26 15:17:17 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Request updates from a keyserver for keys that already exist on the local "
|
|
|
|
"keyring"
|
2006-01-26 15:17:17 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Begär uppdateringar från en nyckelserver för nycklar som redan existerar i "
|
|
|
|
"den lokala nyckelringen"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:92
|
|
|
|
msgid "Search the keyserver for the given names"
|
|
|
|
msgstr "Sök nyckelservern efter de angivna namnen"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:93
|
|
|
|
msgid "Do trust database maintenance"
|
|
|
|
msgstr "Utför underhåll på förtroendedatabasen"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:94
|
|
|
|
msgid "Do trust database maintenance without user interaction"
|
|
|
|
msgstr "Utför underhåll på förtroendedatabasen utan användarinteraktion"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:96
|
|
|
|
msgid "Send the ownertrust values to stdout"
|
|
|
|
msgstr "Visa ögarförtroendevärdena på standard ut"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:97
|
2006-01-26 15:17:17 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Update the trustdb with the ownertrust values stored in specified files or "
|
|
|
|
"stdin"
|
2006-01-26 15:17:17 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Uppdatera förtroendedatabasen med ägarförtroendevärdena lagrade i den "
|
|
|
|
"angivna filen eller standard in"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:99
|
|
|
|
msgid "Create signature caches in the keyring"
|
|
|
|
msgstr "Skapa signarurcache i nyckelringen"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:101
|
2006-01-26 15:17:17 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Print message digest of specified algorithm for all given files or stdin"
|
|
|
|
msgstr ""
|
|
|
|
"Visa meddelandedigest med given algoritm för alla angivna filer eller "
|
|
|
|
"standard in"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:102
|
|
|
|
msgid "Print message digest of all algorithms for all given files or stdin"
|
2006-01-26 15:17:17 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Visa meddelandedigest med given algoritm för alla angivna filer eller "
|
|
|
|
"standard in"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:104
|
|
|
|
msgid "Emit specified number of random bytes of the given quality level"
|
|
|
|
msgstr ""
|
|
|
|
"Skapa det angivna antalet slumpmässiga bytes med den angivna kvaliteten"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:106
|
|
|
|
msgid "Display version and supported algorithms, and exit"
|
|
|
|
msgstr "Visa version och stödda algoritmer och avsluta"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:107
|
|
|
|
msgid "Display warranty and exit"
|
|
|
|
msgstr "Visa garanti och avsluta"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:115
|
|
|
|
msgid "Create ASCII armored output"
|
|
|
|
msgstr "Skapa ASCII-skyddad utdata"
|
|
|
|
|
|
|
|
#: share/completions/gpg.fish:116
|
|
|
|
msgid "Write output to specified file"
|
|
|
|
msgstr "Skriv utdata till angiven fil"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:118
|
2006-01-26 15:17:17 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Sets a limit on the number of bytes that will be generated when processing a "
|
|
|
|
"file"
|
2006-01-26 15:17:17 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Sätt gräns på antal bytes som kommer genereras vid behandlande av en fil"
|
2006-01-26 15:17:17 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:120
|
|
|
|
msgid "Use specified key as the key to sign with"
|
|
|
|
msgstr "Använd angiven nyckel som nyckel för signering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:121
|
|
|
|
msgid "Use specified key as the default key to sign with"
|
|
|
|
msgstr "Använd angiven nyckel som standardnyckel för signering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:123
|
|
|
|
msgid "Encrypt for specified user id"
|
|
|
|
msgstr "Kryptera för angivet användarid"
|
2006-02-05 21:18:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:124
|
|
|
|
msgid "Encrypt for specified user id, but hide the keyid of the key"
|
|
|
|
msgstr "Kryptera för angivet användarid, men dölj nyckelid hos nyckel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:125
|
|
|
|
msgid "Use specified user id as default recipient"
|
|
|
|
msgstr "Använd angiven användarid som standardmottagare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:126
|
|
|
|
msgid "Use the default key as default recipient"
|
|
|
|
msgstr "Använd standardnyckel som standardmottagare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:127
|
|
|
|
msgid "Reset --default-recipient and --default-recipient-self"
|
|
|
|
msgstr "Återställ --default-recipient och --default-recipient-self"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:129
|
|
|
|
msgid "Give more information during processing"
|
|
|
|
msgstr "Ge mer information under behandling"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:132 share/completions/gpg.fish:133
|
|
|
|
#: share/completions/gpg.fish:134
|
|
|
|
msgid "Compression level"
|
|
|
|
msgstr "Kompressionsnivå"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:135
|
|
|
|
msgid "Use a different decompression method for BZIP2 compressed files"
|
|
|
|
msgstr "Använd alternativ dekompressionsmetod för BZIP2-komprimerade filer"
|
2006-01-21 12:39:32 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:137
|
|
|
|
msgid ""
|
|
|
|
"Treat input files as text and store them in the OpenPGP canonical text form "
|
|
|
|
"with standard 'CRLF' line endings"
|
|
|
|
msgstr ""
|
|
|
|
"Behandla indatafiler som text och lagra dem i det kanoniska OpenPGP-"
|
|
|
|
"textformatet med standard ”CRLF” radavslut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:138
|
|
|
|
msgid ""
|
|
|
|
"Don't treat input files as text and store them in the OpenPGP canonical text "
|
|
|
|
"form with standard 'CRLF' line endings"
|
|
|
|
msgstr ""
|
|
|
|
"Behandla inte indatafiler som text och lagra dem inte i det kanoniska "
|
|
|
|
"OpenPGP-textformatet med standard ”CRLF” radavslut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:140
|
|
|
|
msgid "Don't make any changes (this is not completely implemented)"
|
|
|
|
msgstr "Gör inga ändringar (inte helt implementerat)"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:142 share/completions/mv.fish:3
|
|
|
|
msgid "Prompt before overwrite"
|
|
|
|
msgstr "Fråga före överskrivning"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:144 share/completions/scp.fish:28
|
|
|
|
#: share/completions/top.fish:2
|
|
|
|
msgid "Batch mode"
|
|
|
|
msgstr "Satsvis-läge"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:145
|
|
|
|
msgid "Don't use batch mode"
|
|
|
|
msgstr "Använd inte satsvis-läge"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:146
|
|
|
|
msgid "Never write output to terminal"
|
|
|
|
msgstr "Skriv aldrig utdata till terminalen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:148
|
|
|
|
msgid "Assume yes on most questions"
|
|
|
|
msgstr "Anta ja på de flesta frågor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:149
|
|
|
|
msgid "Assume no on most questions"
|
|
|
|
msgstr "Anta nej på de flesta frågor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:151
|
|
|
|
msgid "Prompt for a certification level when making a key signature"
|
|
|
|
msgstr "Fråga efter certifieringsnivå vid nyckelsignaturskapande"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:152
|
|
|
|
msgid "Don't prompt for a certification level when making a key signature"
|
|
|
|
msgstr "Fråga inte efter certifieringsnivå vid nyckelsignaturskapande"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:153
|
|
|
|
msgid ""
|
|
|
|
"The default certification level to use for the level check when signing a key"
|
|
|
|
msgstr ""
|
|
|
|
"Standardcertifieringsnivå att använda för nivåkontroll vid nyckelsignering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:154
|
|
|
|
msgid ""
|
|
|
|
"Disregard any signatures with a certification level below specified level "
|
|
|
|
"when building the trust database"
|
|
|
|
msgstr ""
|
|
|
|
"Ignorera alla signaturer med signaturnivå under angiven nivå vid byggandet "
|
|
|
|
"av förtroendedatabasen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:156
|
|
|
|
msgid ""
|
|
|
|
"Assume that the specified key is as trustworthy as one of your own secret "
|
|
|
|
"keys"
|
|
|
|
msgstr ""
|
|
|
|
"Anta att den angivna nyckeln är lika pålitlig som en av dina egna hemliga "
|
|
|
|
"nycklar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:157
|
|
|
|
msgid "Specify trust model"
|
|
|
|
msgstr "Ange förtroendemodell"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:159
|
|
|
|
msgid "Select how to display key IDs"
|
|
|
|
msgstr "Välj hur nyckelid ska visas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:161
|
|
|
|
msgid "Use specified keyserver"
|
|
|
|
msgstr "Använd angiven nyckelserver"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:162
|
|
|
|
msgid "Options for the keyserver"
|
|
|
|
msgstr "Inställningar till nyckelservern"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:164
|
|
|
|
msgid "Options for importing keys"
|
|
|
|
msgstr "Inställningar för att importera nycklar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:165
|
|
|
|
msgid "Options for exporting keys"
|
|
|
|
msgstr "Inställningar för att exportera nycklar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:166
|
|
|
|
msgid "Options for listing keys and signatures"
|
|
|
|
msgstr "Inställningar för visning av nycklar och signaturer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:167
|
|
|
|
msgid "Options for verifying signatures"
|
|
|
|
msgstr "Inställningar för verifiering av signaturer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:169
|
|
|
|
msgid "The command line that should be run to view a photo ID"
|
|
|
|
msgstr "Kommandoraden som skall köras för att visa ett fotoid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:170
|
|
|
|
msgid ""
|
|
|
|
"Sets a list of directories to search for photo viewers and keyserver helpers"
|
|
|
|
msgstr ""
|
|
|
|
"Sätt en lista av kataloger att söka efter fotovisare och nyckelserverhjälpare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:172
|
|
|
|
msgid ""
|
|
|
|
"Display the keyring name at the head of key listings to show which keyring a "
|
|
|
|
"given key resides on"
|
|
|
|
msgstr ""
|
|
|
|
"Visa nyckelringnamnet vid toppen av nyckellistan för att visa vilken "
|
|
|
|
"nyckelring en given nyckel ligger i"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:173
|
|
|
|
msgid "Add specified file to the current list of keyrings"
|
|
|
|
msgstr "Lägg till angiven fil fill den nuvarande listan av nyckelringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:175
|
|
|
|
msgid "Add specified file to the current list of secret keyrings"
|
|
|
|
msgstr ""
|
|
|
|
"Lägg till angiven fil fill den nuvarande listan av hemliga nyckelringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:176
|
|
|
|
msgid "Designate specified file as the primary public keyring"
|
|
|
|
msgstr "Välj den angivna filen som den primära öppna nyckelring"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:178
|
|
|
|
msgid "Use specified file instead of the default trustdb"
|
|
|
|
msgstr "Använd angiven fil istället för standard-förtroendedatabasen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:179
|
|
|
|
msgid "Set the home directory"
|
|
|
|
msgstr "Välj hemkatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:180
|
|
|
|
msgid "Set the native character set"
|
|
|
|
msgstr "Välj den interna teckenuppsättningen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:182
|
|
|
|
msgid "Assume that following command line arguments are given in UTF8"
|
|
|
|
msgstr "Antag att efterföljande argument är lagrade i UTF8"
|
|
|
|
|
|
|
|
#: share/completions/gpg.fish:183
|
|
|
|
msgid ""
|
|
|
|
"Assume that following arguments are encoded in the character set specified "
|
|
|
|
"by --display-charset"
|
|
|
|
msgstr ""
|
|
|
|
"Antag att efterföljande argument är lagrade i teckenuppsättningen angiven av "
|
|
|
|
"--display-charset"
|
|
|
|
|
|
|
|
#: share/completions/gpg.fish:184
|
|
|
|
msgid "Read options from specified file, do not read the default options file"
|
|
|
|
msgstr "Läs inställningar från angivan fil, läs inte standardinställningsfil"
|
|
|
|
|
|
|
|
#: share/completions/gpg.fish:185
|
|
|
|
msgid "Shortcut for '--options /dev/null'"
|
|
|
|
msgstr "Genväg för ”--options /dev/null”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:186
|
|
|
|
msgid "Load an extension module"
|
|
|
|
msgstr "Ladda en förlängningsmodul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:188
|
|
|
|
msgid "Write special status strings to the specified file descriptor"
|
|
|
|
msgstr "Skriv speciella statussträngar till den angivna filidentifieraren"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:189
|
|
|
|
msgid "Write log output to the specified file descriptor"
|
|
|
|
msgstr "Skriv loggdata till angiven filidentifierare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:190
|
|
|
|
msgid "Write attribute subpackets to the specified file descriptor"
|
|
|
|
msgstr "Skriv attributunderpaket till angiven filidentifierare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:192
|
|
|
|
msgid "Include secret key comment packets when exporting secret keys"
|
|
|
|
msgstr ""
|
|
|
|
"Inkludera hemliga nyckel-kommentarpaket vid exportering av hemliga nycklar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:193
|
|
|
|
msgid "Don't include secret key comment packets when exporting secret keys"
|
|
|
|
msgstr ""
|
|
|
|
"Inkludera inte hemliga nyckel-kommentarpaket vid exportering av hemliga "
|
|
|
|
"nycklar (standard)"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:195
|
|
|
|
msgid "Use specified string as comment string"
|
|
|
|
msgstr "Använd angiven sträng som kommentarsträng"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:196
|
|
|
|
msgid "Don't use a comment string"
|
|
|
|
msgstr "Använd inte en kommentarsträng"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:198
|
|
|
|
msgid "Include the version string in ASCII armored output"
|
|
|
|
msgstr "Inkludera versionssträng i ASCII-skyddat utdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:199
|
|
|
|
msgid "Don't include the version string in ASCII armored output"
|
|
|
|
msgstr "Inkludera inte versionssträng i ASCII-skyddat utdata (standard)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:204
|
|
|
|
msgid "Put the specified name value pair into the signature as notation data"
|
|
|
|
msgstr "Lägg angivet namn/värde-par i signaturen som notationsdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:205
|
|
|
|
msgid "Set signature policy"
|
|
|
|
msgstr "Välj signaturpolicy"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:206
|
|
|
|
msgid "Set certificate policy"
|
|
|
|
msgstr "Välj certifikatpolicy"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:207
|
|
|
|
msgid "Set signature and certificate policy"
|
|
|
|
msgstr "Välj signatur- och certifikatpolicy"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:208
|
|
|
|
msgid "Use specified URL as a preferred keyserver for data signatures"
|
|
|
|
msgstr "Använd angiven URL som preferrerad nyckelserver för datasignaturer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:210
|
|
|
|
msgid "Use specified string as the filename which is stored inside messages"
|
|
|
|
msgstr "Använd angiven sträng som filnamn att lagra i meddelande"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:212
|
|
|
|
msgid "Set the 'for your eyes only' flag in the message"
|
|
|
|
msgstr "Sätt ”for your eyes only”-flaggan i meddelandet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:213
|
|
|
|
msgid "Clear the 'for your eyes only' flag in the message"
|
|
|
|
msgstr "Töm ”for your eyes only”-flaggan i meddelandet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:215
|
|
|
|
msgid "Create file with name as given in data"
|
|
|
|
msgstr "Skapa fil med namn angivet i data"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:216
|
|
|
|
msgid "Don't create file with name as given in data"
|
|
|
|
msgstr "Skapa inte fil med namn angivet i data"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:218
|
|
|
|
msgid ""
|
|
|
|
"Number of completely trusted users to introduce a new key signer (defaults "
|
|
|
|
"to 1)"
|
|
|
|
msgstr ""
|
|
|
|
"Antal användare med fullt förtroende för att introducera nya "
|
|
|
|
"nyckelunderskrivare (standard är 1)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:219
|
|
|
|
msgid ""
|
|
|
|
"Number of marginally trusted users to introduce a new key signer (defaults "
|
|
|
|
"to 3)"
|
|
|
|
msgstr ""
|
|
|
|
"Antal användare med marginellt förtroende för att introducera nya "
|
|
|
|
"nyckelunderskrivare (standard är 3)"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:221
|
|
|
|
msgid "Maximum depth of a certification chain (default is 5)"
|
|
|
|
msgstr "MAximalt djup i certifieringskedjan (standard är 5)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:223
|
|
|
|
msgid "Use specified cipher algorithm"
|
|
|
|
msgstr "Använd angiven chiffer-algoritm"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:224
|
|
|
|
msgid "Use specified message digest algorithm"
|
|
|
|
msgstr "Använd angiven meddelandedigestalgoritm"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:225
|
|
|
|
msgid "Use specified compression algorithm"
|
|
|
|
msgstr "Använd angiven kompressionsalgoritm"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:226
|
|
|
|
msgid "Use specified message digest algorithm when signing a key"
|
|
|
|
msgstr "Använd angiven meddelandedigestalgoritm vid nyckelsignering"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:227
|
|
|
|
msgid "Use specified cipher algorithm to protect secret keys"
|
|
|
|
msgstr "Använd angiven chifferalgoritm för att skydda hemliga nycklar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:228
|
|
|
|
msgid "Use specified digest algorithm to mangle the passphrases"
|
|
|
|
msgstr "Använd angiven digestalgoritm för passfrasmangling"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:229
|
|
|
|
msgid "Selects how passphrases are mangled"
|
|
|
|
msgstr "Välj hur passfrasmangling"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:231
|
|
|
|
msgid "Integrity protect secret keys by using a SHA-1 checksum"
|
|
|
|
msgstr ""
|
|
|
|
"Sködda hemliga nycklars integritet genom att använda en SHA-1-kontrollsumma"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:233
|
|
|
|
msgid "Never allow the use of specified cipher algorithm"
|
|
|
|
msgstr "Tilåt aldrig användandet av angiven chifferalgoritm"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:234
|
|
|
|
msgid "Never allow the use of specified public key algorithm"
|
|
|
|
msgstr "Tillåt aldrig användandet av angiven öppen nyckel-algoritm"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:236
|
|
|
|
msgid "Do not cache the verification status of key signatures"
|
|
|
|
msgstr "Cache:a inte verifieringsstatus av nyckelsignaturer"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:237
|
|
|
|
msgid "Do not verify each signature right after creation"
|
|
|
|
msgstr "Kontrollera inte varje signatur direkt efter skapande"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:239
|
|
|
|
msgid "Automatically run the --check-trustdb command internally when needed"
|
|
|
|
msgstr "Utför automatiskt ”--check-trustdb”-kommandot internt vid behov"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:240
|
|
|
|
msgid "Never automatically run the --check-trustdb"
|
|
|
|
msgstr "Utför aldrig automatiskt ”--check-trustdb”-kommandot"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:242
|
|
|
|
msgid "Do not put the recipient keyid into encrypted packets"
|
|
|
|
msgstr "Lägg inte in mottagarens nyckelid i krypterade paket"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:243
|
|
|
|
msgid "Put the recipient keyid into encrypted packets"
|
|
|
|
msgstr "Lägg in mottagarens nyckelid i krypterade paket"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:244
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Change the behavior of cleartext signatures so that they can be used for "
|
|
|
|
"patch files"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Ändra beteendet av klartextsignaturer så att de kan användas för fix-filer"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:246
|
|
|
|
msgid "Mangle From-field of email headers (default)"
|
|
|
|
msgstr "Mangla ”From”-fält i e-posthuvuden (standard)"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:247
|
|
|
|
msgid "Do not mangle From-field of email headers"
|
|
|
|
msgstr "Mangla inte ”From”-fält i e-posthuvuden (standard)"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:249
|
|
|
|
msgid "Read passphrase from specified file descriptor"
|
|
|
|
msgstr "Läss passfras från angiven filidentifierare"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:250
|
|
|
|
msgid "Read user input from specified file descriptor"
|
|
|
|
msgstr "Läs användarindata från angiven filidentifierare"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:252
|
|
|
|
msgid "Try to use the GnuPG-Agent"
|
|
|
|
msgstr "Försök använda GnuPG-Agent"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:253
|
|
|
|
msgid "Do not try to use the GnuPG-Agent"
|
|
|
|
msgstr "Försök inte använda GnuPG-Agent"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:254
|
|
|
|
msgid "Override value of GPG_AGENT_INFO environment variable"
|
|
|
|
msgstr "Åsidosätt värdet på GPG_AGENT_INFO-miljövariablen"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:256
|
|
|
|
msgid "Force v3 signatures for signatures on data"
|
|
|
|
msgstr "Tvinga v3-signaturer för signering av data"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:257
|
|
|
|
msgid "Do not force v3 signatures for signatures on data"
|
|
|
|
msgstr "Tvinga inte v3-signaturer för signering av data"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:259
|
|
|
|
msgid "Always use v4 key signatures even on v3 keys"
|
|
|
|
msgstr "Använd alltid v4-nyckelsignaturer även på v3-nycklar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:260
|
|
|
|
msgid "Don't use v4 key signatures on v3 keys"
|
|
|
|
msgstr "Använd inte v4-nyckelsignaturer på v3-nycklar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:262
|
|
|
|
msgid "Force the use of encryption with a modification detection code"
|
|
|
|
msgstr "Tvinga användandet av kryptering med en modifieringsdetekteringskod"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:263
|
|
|
|
msgid "Disable the use of the modification detection code"
|
|
|
|
msgstr "Avaktivera användandet av ändringsdetekteringskod"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:265
|
|
|
|
msgid ""
|
|
|
|
"Allow the import and use of keys with user IDs which are not self-signed"
|
|
|
|
msgstr ""
|
|
|
|
"Tillåt importering och användning av nycklar med användarid som inte är "
|
|
|
|
"självsignerade"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:266
|
|
|
|
msgid ""
|
|
|
|
"Do not allow the import and use of keys with user IDs which are not self-"
|
|
|
|
"signed"
|
|
|
|
msgstr ""
|
|
|
|
"Tillåt inte importering och användning av nycklar med användarid som inte är "
|
|
|
|
"självsignerade"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:268
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Disable all checks on the form of the user ID while generating a new one"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Avaktivera alla kontroller på formatet av användarid vid generering av nya "
|
|
|
|
"användarid"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:270
|
|
|
|
msgid "Do not fail if signature is older than key"
|
|
|
|
msgstr "Misslyckas inte om signatur är äldre än nyckel"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:271
|
|
|
|
msgid "Allow subkeys that have a timestamp from the future"
|
|
|
|
msgstr "Tillåt undernycklar som har tidsstämpel från framtiden"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:272
|
|
|
|
msgid "Ignore CRC errors"
|
|
|
|
msgstr "Ignorera CRC-fel"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:273
|
|
|
|
msgid "Do not fail on MDC integrity protection failure"
|
|
|
|
msgstr "Misslyckas inte vid MDC-integritetsskyddsmisslyckande"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:275
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Lock the databases the first time a lock is requested and do not release the "
|
|
|
|
"lock until the process terminates"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Lås databaser vid första läsförfrågan och släpp inte låset före processen "
|
|
|
|
"avslutar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:276
|
|
|
|
msgid "Release the locks every time a lock is no longer needed"
|
|
|
|
msgstr "Släpp lås varje gång det inte längre behövs"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:278
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Do not create an internal pool file for quicker generation of random numbers"
|
|
|
|
msgstr "Skapa inte en intern pool-fil för snabbare generering av slumptal"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:279
|
|
|
|
msgid "Reset verbose level to 0"
|
|
|
|
msgstr "Återställ felrapporteringsnivå till 0"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:280
|
|
|
|
msgid "Suppress the initial copyright message"
|
|
|
|
msgstr "Visa inte initialt copyrightmeddelande"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:281
|
|
|
|
msgid "Suppress the warning about 'using insecure memory'"
|
|
|
|
msgstr "Undertryck varningen om ”använder osäkert minne”"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:282
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Suppress the warning about unsafe file and home directory (--homedir) "
|
|
|
|
"permissions"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Undertryck varningen om osäkra fil- och hemkatalogrättigheter (--homedir) "
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:283
|
|
|
|
msgid "Suppress the warning about missing MDC integrity protection"
|
|
|
|
msgstr "Undertryck varningen om saknat MDCintegritetsskydd"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:285
|
|
|
|
msgid "Refuse to run if GnuPG cannot get secure memory"
|
|
|
|
msgstr "Vägra köra om GnuPG inte kan få säkert minne"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:287
|
|
|
|
msgid "Do not refuse to run if GnuPG cannot get secure memory (default)"
|
|
|
|
msgstr "Vägra inte köra om GnuPG inte kan få säkert minne"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:288
|
|
|
|
msgid "Assume the input data is not in ASCII armored format"
|
|
|
|
msgstr "Antag att indata inte är i ASCII-skyddat format"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:290
|
|
|
|
msgid "Do not add the default keyrings to the list of keyrings"
|
|
|
|
msgstr "Lägg inte standardnyckelringar till listan på nyckelringar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:292
|
|
|
|
msgid "Skip the signature verification step"
|
|
|
|
msgstr "Skippa signaturverifieringssteg"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:294
|
|
|
|
msgid "Print key listings delimited by colons"
|
|
|
|
msgstr "Visa nyckellistning separerad av kolon"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:295
|
|
|
|
msgid ""
|
|
|
|
"Print key listings delimited by colons (like --with-colons) and print the "
|
|
|
|
"public key data"
|
|
|
|
msgstr ""
|
|
|
|
"Visa nyckellistning separerad av kolon (som --with-colons) och visa öppen "
|
|
|
|
"nyckel data"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:296
|
|
|
|
msgid ""
|
|
|
|
"Same as the command --fingerprint but changes only the format of the output "
|
|
|
|
"and may be used together with another command"
|
|
|
|
msgstr ""
|
|
|
|
"Samma som kommandot --fingerprint men byter bara formatet på utdata och kan "
|
|
|
|
"användas med andra kommandon"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:298
|
|
|
|
msgid "Changes the output of the list commands to work faster"
|
|
|
|
msgstr "Ändrar utdata av listningskommandon så det fungerar snabbare"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:299
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Do not merge primary user ID and primary key in --with-colon listing mode "
|
|
|
|
"and print all timestamps as UNIX timestamps"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Sammanställ inte primära användarid i ”--with-colon”-listningsläge och skriv "
|
|
|
|
"alla tidsstämplar som UNIX-tidsstämplar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:301
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Changes the behaviour of some commands. This is like --dry-run but different"
|
|
|
|
msgstr "Ändrar beteendet av vissa kommandon. Som --dry-run men annorlunda"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:303
|
|
|
|
msgid "Display the session key used for one message"
|
|
|
|
msgstr "Visa sessionsnyckel som används för ett meddelande"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:304
|
|
|
|
msgid "Don't use the public key but the specified session key"
|
|
|
|
msgstr "Använd inte den öppna nyckel utan den angivna sessionsnyckeln"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:306 share/completions/gpg.fish:309
|
|
|
|
msgid "Prompt for an expiration time"
|
|
|
|
msgstr "Fråga efter utgångsdatum"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:307 share/completions/gpg.fish:310
|
|
|
|
msgid "Do not prompt for an expiration time"
|
|
|
|
msgstr "Fråga inte efter utgångsdatum"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:312
|
|
|
|
msgid ""
|
|
|
|
"Don't look at the key ID as stored in the message but try all secret keys in "
|
|
|
|
"turn to find the right decryption key"
|
|
|
|
msgstr ""
|
|
|
|
"Undersök inte nyckelid lagrat i meddelande, försök alla hemliga nycklar i "
|
|
|
|
"turordningför att hitta rätt dekrypteringsnyckel"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:313
|
|
|
|
msgid ""
|
|
|
|
"Enable a mode in which filenames of the form -&n, where n is a non-negative "
|
|
|
|
"decimal number, refer to the file descriptor n and not to a file with that "
|
|
|
|
"name"
|
|
|
|
msgstr ""
|
|
|
|
"Aktivera ett läge i vilket filnamn på formen -&n, där n är ett positivt "
|
|
|
|
"heltal, refererar till filidentifierare n, och inte till filen med det "
|
|
|
|
"angivna namnet"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:315
|
|
|
|
msgid "Sets up a named group, which is similar to aliases in email programs"
|
|
|
|
msgstr "Skapa en namngiven grupp, liknande alias i e-postprogram"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:316
|
|
|
|
msgid "Remove a given entry from the --group list"
|
|
|
|
msgstr "Ta bort ett inlägg från ---group'-listan"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:317
|
|
|
|
msgid "Remove all entries from the --group list"
|
|
|
|
msgstr "Ta bort alla inlägg från förråd från ”--group”-listan"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:319
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Don't change the permissions of a secret keyring back to user read/write only"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Ändra inte rättigheterna på en hemlig nyckel tillbaka till läs/skriv endast "
|
|
|
|
"för användaren"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:321
|
|
|
|
msgid "Set the list of personal cipher preferences to the specified string"
|
|
|
|
msgstr "Sätt listan på personliga chifferpreferenser till den angivna strängen"
|
|
|
|
|
|
|
|
#: share/completions/gpg.fish:322
|
|
|
|
msgid "Set the list of personal digest preferences to the specified string"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Sätt listan på personliga digestinställningar till den angivna strängen"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:323
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Set the list of personal compression preferences to the specified string"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Sätt listan på personliga kompressionsinställningar till den angivna strängen"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gpg.fish:324
|
|
|
|
msgid "Set the list of default preferences to the specified string"
|
|
|
|
msgstr "Sätt listan på standardinställningar till den angivna strängen"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:1
|
|
|
|
msgid "Print annotated source"
|
|
|
|
msgstr "Skriv ut kommenterad källkod"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:2
|
|
|
|
msgid "Do not print explanations"
|
|
|
|
msgstr "Skriv inte ut förklaringar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:3
|
|
|
|
msgid "Print tally"
|
|
|
|
msgstr "Visa sammanställning av antal funktionanrop"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:4
|
|
|
|
msgid "Display summary"
|
|
|
|
msgstr "Visa sammanställning"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:5
|
|
|
|
msgid "Search directories for source"
|
|
|
|
msgstr "Sök i angivna kataloger efter källkod"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:6
|
|
|
|
msgid "No annotated source"
|
|
|
|
msgstr "Visa inte kommenterad källkod"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:7
|
|
|
|
msgid "Print full path of source"
|
|
|
|
msgstr "Visa full sökväg till källkod"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:8
|
|
|
|
msgid "Print flat profile"
|
|
|
|
msgstr "Visa platt profil"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:9
|
|
|
|
msgid "No flat profile"
|
|
|
|
msgstr "Visa inte platt profil"
|
|
|
|
|
|
|
|
#: share/completions/gprof.fish:10
|
|
|
|
msgid "Print call graph"
|
|
|
|
msgstr "Visa anropsgraf"
|
|
|
|
|
|
|
|
#: share/completions/gprof.fish:11
|
|
|
|
msgid "No call graph"
|
|
|
|
msgstr "Visa inte anropsgraf"
|
|
|
|
|
|
|
|
#: share/completions/gprof.fish:12
|
|
|
|
msgid "Annotate to file"
|
|
|
|
msgstr "Skriv kommentarer till fil"
|
|
|
|
|
|
|
|
#: share/completions/gprof.fish:13
|
|
|
|
msgid "No tally"
|
|
|
|
msgstr "Visa inte sammanställning av antal funktionanrop"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:14
|
|
|
|
msgid "Suggest function ordering"
|
|
|
|
msgstr "Föreslå funktionsordning"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:15
|
|
|
|
msgid "Suggest file ordering"
|
|
|
|
msgstr "Föreslå filordning"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:16
|
|
|
|
msgid "Traditional mode"
|
|
|
|
msgstr "Traditionellt läge"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:17
|
|
|
|
msgid "Set width of output"
|
|
|
|
msgstr "Välj bredd på utdata"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:18
|
|
|
|
msgid "Annotate every line"
|
|
|
|
msgstr "Kommentera varje rad"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:19
|
|
|
|
msgid "Set demangling style"
|
|
|
|
msgstr "Välj avmanglingsstil"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:20
|
|
|
|
msgid "Turn of demangling"
|
|
|
|
msgstr "Slå av avmangling"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:21
|
|
|
|
msgid "Supress static functions"
|
|
|
|
msgstr "Visa inte statiska funktioner"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:23
|
|
|
|
msgid "Ignore symbols not known to be functions"
|
|
|
|
msgstr "Ignorera symboler som inte är kända funktioner"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:24
|
|
|
|
msgid "Delete arcs from callgraph"
|
|
|
|
msgstr "Radera arker från anropsgraf"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:25
|
|
|
|
msgid "Line by line profiling"
|
|
|
|
msgstr "Profilera radvis"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:26
|
|
|
|
msgid "Supress output when executed less than specified times"
|
|
|
|
msgstr "Visa inte utdata för kod som exekverats färre gånger än angivet antal"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:27
|
|
|
|
msgid "Only propagate times for matching symbols"
|
|
|
|
msgstr "Propagera bara tider för matchande symboler"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:28
|
|
|
|
msgid "Do not propagate times for matching symbols"
|
|
|
|
msgstr "Skicka inte vidare tider för matchande symboler"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:29
|
|
|
|
msgid "Mention unused functions in flat profile"
|
|
|
|
msgstr "Nämn oanvända funktioner i platt profil"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:30
|
|
|
|
msgid "Specify debugging options"
|
|
|
|
msgstr "Välj debuginställningar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:33
|
|
|
|
msgid "Profile data format"
|
|
|
|
msgstr "Format för profileringsdata"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gprof.fish:34
|
|
|
|
msgid "Print summary"
|
|
|
|
msgstr "Visa sammanfattning"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:5
|
|
|
|
msgid "Print NUM lines of trailing context"
|
|
|
|
msgstr "Visa NUM rader av följande sammanhang"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:6
|
|
|
|
msgid "Process binary file as text"
|
|
|
|
msgstr "Processa binär fil som text"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:7
|
|
|
|
msgid "Print NUM lines of leading context"
|
|
|
|
msgstr "Visa NUM rader av inledande sammanhang"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:8
|
|
|
|
msgid "Print NUM lines of context"
|
|
|
|
msgstr "Visa NUM rader av sammanhang"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:9
|
|
|
|
msgid "Print byte offset of matches"
|
|
|
|
msgstr "Visa byteavstånd för matchningar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:10
|
|
|
|
msgid "Assume data type for binary files"
|
|
|
|
msgstr "Antag följande datatyp för binära filer"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:13
|
|
|
|
msgid "Only print number of matches"
|
|
|
|
msgstr "Skriv bara ut angivet antal matchningar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:14
|
|
|
|
msgid "Action for devices"
|
|
|
|
msgstr "Handling för enheter"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:15
|
|
|
|
msgid "Action for directories"
|
|
|
|
msgstr "Handling för kataloger"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:16
|
|
|
|
msgid "Pattern is extended regexp"
|
|
|
|
msgstr "Mönster är ett förlängt reguljärt uttryck"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:17
|
|
|
|
msgid "Pattern is a regexp"
|
|
|
|
msgstr "Mönster är ett reguljärt uttryck"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:18
|
|
|
|
msgid "Pattern is a fixed string"
|
|
|
|
msgstr "Mönster är en fixsträng"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:19
|
|
|
|
msgid "Use pattern from file"
|
|
|
|
msgstr "Använd mönster från fil"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:20
|
|
|
|
msgid "Pattern is basic regex"
|
|
|
|
msgstr "Mönster är ett grundläggande reguljärt uttryck"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:21
|
|
|
|
msgid "Print filename"
|
|
|
|
msgstr "Visa filnamn"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:22
|
|
|
|
msgid "Supress printing filename"
|
|
|
|
msgstr "Visa inte filnamn"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:24
|
|
|
|
msgid "Skip binary files"
|
|
|
|
msgstr "Skippa binära filer"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:25 share/completions/sort.fish:3
|
|
|
|
msgid "Ignore case"
|
|
|
|
msgstr "Ignorera skiftläge"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:26
|
|
|
|
msgid "Print first non-matching file"
|
|
|
|
msgstr "Visa första icke-matchande fil"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:27
|
|
|
|
msgid "Print first matching file"
|
|
|
|
msgstr "Visa första matchande fil"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:28
|
|
|
|
msgid "Stop reading after NUM matches"
|
|
|
|
msgstr "Sluta läsa efter NUM matchningar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:29
|
|
|
|
msgid "Use the mmap system call to read input"
|
|
|
|
msgstr "Använd systemanroppet mmap för inläsning"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:30
|
|
|
|
msgid "Print linenumber"
|
|
|
|
msgstr "Visa radnummer"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:31
|
|
|
|
msgid "Show only matching part"
|
|
|
|
msgstr "Visa bara matchande del"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:32
|
|
|
|
msgid "Rename stdin"
|
|
|
|
msgstr "Byt namn på standard in"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:33 share/completions/sed.fish:36
|
|
|
|
msgid "Use line buffering"
|
|
|
|
msgstr "Använd radbuffring"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:34 share/completions/grep.fish:35
|
|
|
|
msgid "Do not write anything"
|
|
|
|
msgstr "Skriv ingenting"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:36 share/completions/grep.fish:37
|
|
|
|
msgid "Read files under each directory"
|
|
|
|
msgstr "Läs filer i varje katalog"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:38
|
|
|
|
msgid "Recurse, search file matching PATTERN"
|
|
|
|
msgstr "Rekursera, sök i filer som matchar mönster"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:39
|
|
|
|
msgid "Recurse, skip file matching PATTERN"
|
|
|
|
msgstr "Rekursera, skippa filer som matchar mönster"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:40
|
|
|
|
msgid "Suppress error messages"
|
|
|
|
msgstr "Visa inte felmeddelanden"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:41
|
|
|
|
msgid "Treat files as binary"
|
|
|
|
msgstr "Behandla filer som om de vore binära"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:42
|
|
|
|
msgid "Report Unix-style byte offsets"
|
|
|
|
msgstr "Visa Unix-typ av byteavstånd"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:44
|
|
|
|
msgid "Invert the sense of matching"
|
|
|
|
msgstr "Invertera matchning"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:45
|
|
|
|
msgid "Only whole matching words"
|
|
|
|
msgstr "Matcha bara hela ord"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:46
|
|
|
|
msgid "Only whole matching lines"
|
|
|
|
msgstr "Matcha bara hela rader"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:47
|
|
|
|
msgid "Synonym for -i"
|
|
|
|
msgstr "Synonym för -i"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/grep.fish:48
|
|
|
|
msgid "Output a zero byte after filename"
|
|
|
|
msgstr "Skriv en nollad byte efter filnamn"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gunzip.fish:9 share/completions/gzip.fish:11
|
|
|
|
msgid "List compression information"
|
|
|
|
msgstr "Visa kompressionsinformation"
|
|
|
|
|
|
|
|
#: share/completions/gunzip.fish:11 share/completions/gzip.fish:13
|
|
|
|
msgid "Do not save/restore filename"
|
|
|
|
msgstr "Spara/återställ inte filnamn"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gunzip.fish:12 share/completions/gzip.fish:14
|
|
|
|
msgid "Save/restore filename"
|
|
|
|
msgstr "Spara/återställ filnamn"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gunzip.fish:13 share/completions/gzip.fish:15
|
|
|
|
msgid "Supress warnings"
|
|
|
|
msgstr "Visa inte varningar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gunzip.fish:14 share/completions/gzip.fish:16
|
|
|
|
msgid "Recurse directories"
|
|
|
|
msgstr "Rekursera till underkataloger"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gunzip.fish:15 share/completions/gzip.fish:17
|
|
|
|
msgid "Suffix"
|
|
|
|
msgstr "Suffix"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gunzip.fish:17 share/completions/gzip.fish:19
|
|
|
|
msgid "Display compression ratios"
|
|
|
|
msgstr "Visa kompressionsgrad"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gzip.fish:21
|
|
|
|
msgid "Use fast setting"
|
|
|
|
msgstr "Använd inställningar för hög fart"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/gzip.fish:22
|
|
|
|
msgid "Use high compression setting"
|
|
|
|
msgstr "Använd inställningar för hög kompressionsnivå"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:6
|
2006-03-06 23:15:04 +00:00
|
|
|
msgid "Help for the specified builtin"
|
|
|
|
msgstr "Hjälp för det angivna inbyggda kommandot"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:10
|
2006-03-06 23:15:04 +00:00
|
|
|
msgid "Help for the specified command"
|
|
|
|
msgstr "Hjälp för det angivna kommandot"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:14
|
2006-03-06 23:15:04 +00:00
|
|
|
msgid "Help section"
|
|
|
|
msgstr "Hjälpsektion"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:17
|
|
|
|
msgid "Help on how tab-completion works"
|
|
|
|
msgstr "Hjälp om hur tabbkomplettering fungerar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:18
|
|
|
|
msgid "Help on how job control works"
|
|
|
|
msgstr "Hjälp om hur jobbkontroll fungerar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:19
|
|
|
|
msgid "Summary on how fish differs from other shells"
|
|
|
|
msgstr "Summera hur fish skiljer sig från andra skal"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:21
|
|
|
|
msgid "Help on how to set the prompt"
|
|
|
|
msgstr "Hjälp om hur man ändrar prompten"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:22
|
|
|
|
msgid "Help on how to set the titlebar message"
|
|
|
|
msgstr "Hjälp om hur man ändrar titelradsmeddelandet"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:23
|
|
|
|
msgid "Help on how to copy and paste"
|
|
|
|
msgstr "Hjälp om hur man kopierar och klistrar in"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:24
|
|
|
|
msgid "Help on editor shortcuts"
|
|
|
|
msgstr "Hjälp om tangentbordsgenvägar"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:25
|
|
|
|
msgid "Help on environment variables"
|
|
|
|
msgstr "Hjälp om miljövariabler"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:26
|
|
|
|
msgid "Help on setting syntax highlighting colors"
|
|
|
|
msgstr "Hjälp om syntaxfärgläggningsfärger"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:27
|
|
|
|
msgid "A short summary of all builtin commands"
|
|
|
|
msgstr "En kort sammanfattning om alla inbyggda kommandon"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:29 share/completions/help.fish:30
|
|
|
|
msgid "Help on parameter expansion (Globbing)"
|
|
|
|
msgstr "Hjälp om parameterexpansion (Globbing)"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:31
|
|
|
|
#, sh-format
|
|
|
|
msgid "Help on variable expansion $VARNAME"
|
|
|
|
msgstr "Hjälp om variabelexpansion $VARIABEL"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:32
|
|
|
|
msgid "Help on home directory expansion ~USER"
|
|
|
|
msgstr "Hjälp om hemkatalogexpansion ~ANVÄNDARE"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:33
|
|
|
|
msgid "Help on brace expansion {a,b,c}"
|
|
|
|
msgstr "Hjälp om klammerparantesexpansion {a,b,c}"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:34
|
|
|
|
msgid "Help on wildcard expansion *.*"
|
|
|
|
msgstr "Hjälp om jokertecken *.*"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:35
|
|
|
|
msgid "Help on command substitution (SUBCOMMAND)"
|
|
|
|
msgstr "Hjälp om kommandosubstitution (UNDERKOMMANDO)"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/help.fish:36
|
|
|
|
msgid "Help on process expansion %JOB"
|
|
|
|
msgstr "Hjälp om processexpansion %JOB"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/id.fish:1
|
|
|
|
msgid "Print effective group id"
|
|
|
|
msgstr "Visa effektivt grupp-id"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/id.fish:2
|
|
|
|
msgid "Print all group ids"
|
|
|
|
msgstr "Visa alla grupp-id"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/id.fish:3
|
|
|
|
msgid "Print name, not number"
|
|
|
|
msgstr "Visa namn, inte nummer"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/id.fish:4
|
|
|
|
msgid "Print real ID, not effective"
|
|
|
|
msgstr "Visa verkligt id, inte effektivt"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/id.fish:5
|
|
|
|
msgid "Print effective user ID"
|
|
|
|
msgstr "Visa effektivt användar-id"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ifconfig.fish:1
|
|
|
|
msgid "Stop interface"
|
|
|
|
msgstr "Stanna gränssnitt"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ifconfig.fish:2
|
|
|
|
msgid "Start interface"
|
|
|
|
msgstr "Starta gränssnitt"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ifconfig.fish:25
|
|
|
|
msgid "Network interface"
|
|
|
|
msgstr "Nätverkgränssnitt"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/jobs.fish:3
|
|
|
|
msgid "Show the process id of each process in the job"
|
|
|
|
msgstr "Visa process-id för varje process i jobbet"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/jobs.fish:4
|
|
|
|
msgid "Show group id of job"
|
|
|
|
msgstr "Visa grupp-id för jobb"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/jobs.fish:5
|
|
|
|
msgid "Show commandname of each job"
|
|
|
|
msgstr "Visa kommandonamn för varje jobb"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/jobs.fish:6
|
|
|
|
msgid "Only show status for last job to be started"
|
|
|
|
msgstr "Visa bara status för det senast startade jobbet"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/kill.fish:34
|
|
|
|
msgid "List names of available signals"
|
|
|
|
msgstr "Visa namnen på alla tillgängliga signaler"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:2
|
|
|
|
msgid "Search after end of screen"
|
|
|
|
msgstr "Sök förbi slut på skärmen"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:3
|
|
|
|
msgid "Buffer space"
|
|
|
|
msgstr "Buffert-utrymme"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:4
|
|
|
|
msgid "Disable automtic buffer allocation"
|
|
|
|
msgstr "Inaktivera automatisk buffert-allokering"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:5
|
|
|
|
msgid "Repaint from top"
|
|
|
|
msgstr "Rita om från toppen"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:6
|
|
|
|
msgid "Clear and repaint from top"
|
|
|
|
msgstr "Töm och rita om från toppen"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:7
|
|
|
|
msgid "Supress error for lacking terminal capability"
|
|
|
|
msgstr "Visa inte felmeddelanden för saknade terminalförmågor"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:8
|
|
|
|
msgid "Exit on second EOF"
|
|
|
|
msgstr "Avsluta andra gången filslut påträffas"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:9
|
|
|
|
msgid "Exit on EOF"
|
|
|
|
msgstr "Avsluta vid filslut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:10
|
|
|
|
msgid "Open non-regular files"
|
|
|
|
msgstr "Öppna icke-reguljär fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:11
|
|
|
|
msgid "Quit if file shorter than one screen"
|
|
|
|
msgstr "Avsluta om filen är kortare än en skärmfull"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:12
|
|
|
|
msgid "Hilight one search target"
|
|
|
|
msgstr "Markera ett sökmål"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:13
|
|
|
|
msgid "No search highlighting"
|
|
|
|
msgstr "Markera inte sökmål"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:14
|
|
|
|
msgid "Maximum backward scroll"
|
|
|
|
msgstr "MAximal bakåtrullning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:15
|
|
|
|
msgid "Search ignores lowercase case"
|
|
|
|
msgstr "Sökning ignorerar gemener"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:16
|
|
|
|
msgid "Search ignores all case"
|
|
|
|
msgstr "Sökning ignorerar skiftläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:17
|
|
|
|
msgid "Target line"
|
|
|
|
msgstr "Målrad"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:18
|
|
|
|
msgid "Display status column"
|
|
|
|
msgstr "Visa statuskolumn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:19
|
|
|
|
msgid "Specify key bindings file"
|
|
|
|
msgstr "Välj fil med tangentbordsgenvägar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:21
|
|
|
|
msgid "Prompt with percentage"
|
|
|
|
msgstr "Visa filposition i procent i prompten"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:22
|
|
|
|
msgid "Verbose prompt"
|
|
|
|
msgstr "Utförlig prompt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:23
|
|
|
|
msgid "Display line number"
|
|
|
|
msgstr "Visa radnummer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:24
|
|
|
|
msgid "Display line number for each line"
|
|
|
|
msgstr "Visa radnummer för varje rad"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:25
|
|
|
|
msgid "Log input to file"
|
|
|
|
msgstr "Logga indata till fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:26
|
|
|
|
msgid "Log to file, overwrite"
|
|
|
|
msgstr "Logga til fil, skriv över tidigare information"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:27
|
|
|
|
msgid "Start at first occurrence of pattern"
|
|
|
|
msgstr "Starta vid första matchningen av angivet mönster"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:28
|
|
|
|
msgid "Prompt string"
|
|
|
|
msgstr "Promptsträng"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:29 share/completions/less.fish:30
|
|
|
|
#: share/completions/sed.fish:12 share/completions/sed.fish:21
|
|
|
|
msgid "Silent mode"
|
|
|
|
msgstr "Tyst läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:31 share/completions/less.fish:32
|
|
|
|
msgid "Completly silent mode"
|
|
|
|
msgstr "Fullständigt tyst läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:33
|
|
|
|
msgid "Display control chars"
|
|
|
|
msgstr "Visa kontrolltecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:34
|
|
|
|
msgid "Display control chars, guess screen appearance"
|
|
|
|
msgstr "Visa kontrolltecken, försök gissa skärmutseende"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:35
|
|
|
|
msgid "Multiple blank lines sqeezed"
|
|
|
|
msgstr "Slå ihop multipla tomma rader"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:36
|
|
|
|
msgid "Do not fold long lines"
|
|
|
|
msgstr "Radbryt inte långa rader"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:37
|
|
|
|
msgid "Edit tag"
|
|
|
|
msgstr "Redigera markering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:38
|
|
|
|
msgid "Set tag file"
|
|
|
|
msgstr "Välj markeringsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:39
|
|
|
|
msgid "Allow backspace and carriage return"
|
|
|
|
msgstr "Tillåt backsteg och vagnretur"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:40
|
|
|
|
msgid "Allow backspace, tab and carriage return"
|
|
|
|
msgstr "Tillåt backsteg, tabb och vagnretur"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:42
|
|
|
|
msgid "Highlight first unread line on new page"
|
|
|
|
msgstr "Markera den första olästa raden på ny sida"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:43
|
|
|
|
msgid "Highlight first unread line on any movement"
|
|
|
|
msgstr "Markera den första olästa radenvid alla rörelser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:44
|
|
|
|
msgid "Set tab stops"
|
|
|
|
msgstr "Välj tabbstorlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:45
|
|
|
|
msgid "No termcap init"
|
|
|
|
msgstr "Initiera inte med termcap"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:46
|
|
|
|
msgid "No keypad init"
|
|
|
|
msgstr "Initiera inte numeriskt tangentbord"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:47
|
|
|
|
msgid "Maximum forward scroll"
|
|
|
|
msgstr "Maximal framrullning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:48
|
|
|
|
msgid "Max scroll window"
|
|
|
|
msgstr "Maximalt rullningsfönster"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:49
|
|
|
|
msgid "Set quote char"
|
|
|
|
msgstr "Välj citat-tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:50
|
|
|
|
msgid "Lines after EOF are blank"
|
|
|
|
msgstr "Gör rader efter filslut tomma"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/less.fish:51
|
|
|
|
msgid "Characters to scroll on left/right arrows"
|
|
|
|
msgstr "Tecken att rulla på vänster/högerpil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:1
|
|
|
|
msgid "Define"
|
|
|
|
msgstr "Definering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:2
|
|
|
|
msgid "Include directory"
|
|
|
|
msgstr "Inkluderingskatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:3
|
|
|
|
msgid "Replace include directories"
|
|
|
|
msgstr "Ersätt inkluderingskataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:4
|
|
|
|
msgid "Append dependencies to makefile"
|
|
|
|
msgstr "Lägg till beroenden till makefil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:5
|
|
|
|
msgid "Specify makefile"
|
|
|
|
msgstr "Ange makefil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:6
|
|
|
|
msgid "Prepend file to input"
|
|
|
|
msgstr "Lägg till fil före indata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:7
|
|
|
|
msgid "Object file suffix"
|
|
|
|
msgstr "Objektfilsuffix"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:8
|
|
|
|
msgid "Object file prefix"
|
|
|
|
msgstr "Objektfilprefix"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:9
|
|
|
|
msgid "Starting string delimiter"
|
|
|
|
msgstr "Avdelare för start av sträng"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:10
|
|
|
|
msgid "Line width"
|
|
|
|
msgstr "Radbredd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/makedepend.fish:12
|
|
|
|
msgid "Warn about multiple inclusion"
|
|
|
|
msgstr "Varna vid upprapad inkudering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:8
|
|
|
|
msgid "Target"
|
|
|
|
msgstr "Mål"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:9
|
|
|
|
msgid "Use file as makefile"
|
|
|
|
msgstr "Använd som make-fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:10 share/completions/tar.fish:15
|
|
|
|
#: share/functions/cd.fish:5
|
|
|
|
msgid "Change directory"
|
|
|
|
msgstr "Ändra katalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:12
|
|
|
|
msgid "Environment before makefile"
|
|
|
|
msgstr "Använd värden från miljövariabler före värden från make-fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:13
|
|
|
|
msgid "Ignore errors"
|
|
|
|
msgstr "Ignorera fel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:14
|
|
|
|
msgid "Search directory for makefile"
|
|
|
|
msgstr "Sökkatalog för make-fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:15
|
|
|
|
msgid "Number of concurrent jobs"
|
|
|
|
msgstr "Antal simultana jobb"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:16
|
|
|
|
msgid "Continue after an error"
|
|
|
|
msgstr "Fortsätt vid fel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:17
|
|
|
|
msgid "Start when load drops"
|
|
|
|
msgstr "Starta när belastningen minstar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:18
|
|
|
|
msgid "Do not execute commands"
|
|
|
|
msgstr "Utför inte kommandon"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:19
|
|
|
|
msgid "Ignore specified file"
|
|
|
|
msgstr "Ignorera angiven fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:20
|
|
|
|
msgid "Print database"
|
|
|
|
msgstr "Visa databas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:21
|
|
|
|
msgid "Question mode"
|
|
|
|
msgstr "Frågeläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:22
|
|
|
|
msgid "Eliminate implicit rules"
|
|
|
|
msgstr "Ta bort implicita regler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:24
|
|
|
|
msgid "Don't continue after an error"
|
|
|
|
msgstr "Fortsätt inte vid fel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:25
|
|
|
|
msgid "Touch files, don't run commands"
|
|
|
|
msgstr "Ändra ändringstid på filer, utför inte kommandon"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:27 share/functions/pwd.fish:5
|
|
|
|
msgid "Print working directory"
|
|
|
|
msgstr "Visa nuvarande katalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/make.fish:28
|
|
|
|
msgid "Pretend file is modified"
|
|
|
|
msgstr "Låtsas att fil modifierats"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:4
|
|
|
|
msgid "Program section"
|
|
|
|
msgstr "Programsektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:5
|
|
|
|
msgid "Syscall section"
|
|
|
|
msgstr "Systemanroppssektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:6
|
|
|
|
msgid "Library section"
|
|
|
|
msgstr "Bibliotekssektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:7
|
|
|
|
msgid "Device section"
|
|
|
|
msgstr "Enhetssektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:8
|
|
|
|
msgid "File format section"
|
|
|
|
msgstr "Filformatssektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:9
|
|
|
|
msgid "Games section"
|
|
|
|
msgstr "Spelsektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:10
|
|
|
|
msgid "Misc section"
|
|
|
|
msgstr "Övrig sektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:11
|
|
|
|
msgid "Admin section"
|
|
|
|
msgstr "Administartionssektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:12
|
|
|
|
msgid "Kernel section"
|
|
|
|
msgstr "Kärnsektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:13
|
|
|
|
msgid "Tcl section"
|
|
|
|
msgstr "Tclsektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:14
|
|
|
|
msgid "New section"
|
|
|
|
msgstr "Ny sektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:15
|
|
|
|
msgid "Local section"
|
|
|
|
msgstr "Lokal sektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:17
|
|
|
|
msgid "Old section"
|
|
|
|
msgstr "Gammal sektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:18 share/completions/modprobe.fish:7
|
|
|
|
#: share/completions/yum.fish:48 share/functions/__fish_complete_ssh.fish:10
|
|
|
|
msgid "Configuration file"
|
|
|
|
msgstr "Konfigureringsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:19
|
|
|
|
msgid "Manpath"
|
|
|
|
msgstr "Manualsökväg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:20
|
|
|
|
msgid "Pager"
|
|
|
|
msgstr "Visare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:21
|
|
|
|
msgid "Manual sections"
|
|
|
|
msgstr "Manualsektion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:22
|
|
|
|
msgid "Display all matches"
|
|
|
|
msgstr "Visa alla matchningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:23
|
|
|
|
msgid "Always reformat"
|
|
|
|
msgstr "Formatera alltid om"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:24
|
|
|
|
msgid "Debug"
|
|
|
|
msgstr "Debug-läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:25
|
|
|
|
msgid "Debug and run"
|
|
|
|
msgstr "Debugga och kör"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:26
|
|
|
|
msgid "Show whatis information"
|
|
|
|
msgstr "Visa whatis-information"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:27
|
|
|
|
msgid "Format only"
|
|
|
|
msgstr "Formatera bara, visa inte"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:29
|
|
|
|
msgid "Show apropos information"
|
|
|
|
msgstr "Visa apropos-information"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:30
|
|
|
|
msgid "Search in all man pages"
|
|
|
|
msgstr "Sök i alla manualsidor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:31
|
|
|
|
msgid "Set system"
|
|
|
|
msgstr "Välj system"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:32
|
|
|
|
msgid "Preprocessors"
|
|
|
|
msgstr "Förprocessorer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:33
|
|
|
|
msgid "Format for printing"
|
|
|
|
msgstr "Formatera för utskrift"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/man.fish:34 share/completions/man.fish:35
|
|
|
|
msgid "Only print locations"
|
|
|
|
msgstr "Visa bara platser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mimedb.fish:1
|
|
|
|
msgid "Input is a file, use name and contents to determine mimetype"
|
|
|
|
msgstr "Indata är en fil, använd namn och innehåll för att bestämma mime-typ"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mimedb.fish:2
|
|
|
|
msgid "Input is a file, use name to determine mimetype"
|
|
|
|
msgstr "Indata är en fil, använd namn för att bestämma mime-typ"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mimedb.fish:3
|
|
|
|
msgid "Input is a mimetype"
|
|
|
|
msgstr "Indata är en mime-typ"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mimedb.fish:4
|
|
|
|
msgid "Output mimetype"
|
|
|
|
msgstr "Utdata är mimetyp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mimedb.fish:5
|
|
|
|
msgid "Output description of mimetype"
|
|
|
|
msgstr "Utdata är beskrivning av mimetyp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mimedb.fish:6
|
|
|
|
msgid "Output default action for mimetype"
|
|
|
|
msgstr "Utdata är standardkommando för filtyp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mimedb.fish:7
|
|
|
|
msgid "Launch default action for each file"
|
|
|
|
msgstr "Utför standardkommando för varje fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:6
|
|
|
|
msgid "Print messages about what the program is doing"
|
|
|
|
msgstr "Visa meddelanden om vad programmet gör"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:8
|
|
|
|
msgid "Dump configuration file"
|
|
|
|
msgstr "Dumpa konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:9
|
|
|
|
msgid "Do not actually insert/remove module"
|
|
|
|
msgstr "Utför inte insättning/borttagning av modul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:10 share/completions/modprobe.fish:11
|
|
|
|
msgid "Ignore install and remove commands in configuration file"
|
|
|
|
msgstr "Ignorera installations- och borttagningskommandon i konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:12
|
|
|
|
msgid "Ignore bogus module names"
|
|
|
|
msgstr "Ignorera felaktiga modulnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:13
|
|
|
|
msgid "Remove modules"
|
|
|
|
msgstr "Ta bort moduler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:15
|
|
|
|
msgid "Ignore all version information"
|
|
|
|
msgstr "Ignorera all versionsinformation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:16
|
|
|
|
msgid "Ignore version magic information"
|
|
|
|
msgstr "Ignorera versionsmagiinformation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:17
|
|
|
|
msgid "Ignore module interface version"
|
|
|
|
msgstr "Ignorera modulinterfaceversion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:18
|
|
|
|
msgid "List all modules matching the given wildcard"
|
|
|
|
msgstr "Lista alla moduler som matchar parameter med jokertecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:19
|
|
|
|
msgid "Insert modules matching the given wildcard"
|
|
|
|
msgstr "Ligg till alla moduler som matchar parameter med jokertecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:20
|
|
|
|
msgid "Restrict wildcards to specified directory"
|
|
|
|
msgstr "Begränsa jokertecken till den angivna katalogen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:21
|
|
|
|
msgid "Send error messages through syslog"
|
|
|
|
msgstr "Skicka felmeddelanden genom syslog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:22
|
|
|
|
msgid "Specify kernel version"
|
|
|
|
msgstr "Välj kärnversion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:23
|
|
|
|
msgid "List dependencies of module"
|
|
|
|
msgstr "Visa beroenden för modul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:24
|
|
|
|
msgid "Rename module"
|
|
|
|
msgstr "Byt namn på modul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/modprobe.fish:25
|
|
|
|
msgid "Fail if inserting already loaded module"
|
|
|
|
msgstr "Misslyckas vid insättning av redan laddad modul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:11
|
|
|
|
msgid "Mount filesystems in fstab"
|
|
|
|
msgstr "Montera filsystemen i fstab"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:12
|
|
|
|
msgid "Fork process for each mount"
|
|
|
|
msgstr "Starta underprocess för varje montering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:13
|
|
|
|
msgid "Fake mounting"
|
|
|
|
msgstr "Falsk montering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:14
|
|
|
|
msgid "Add label to output"
|
|
|
|
msgstr "Lägg till etikett till utdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:15
|
|
|
|
msgid "Do not write mtab"
|
|
|
|
msgstr "Skriv inte till mtab"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:16
|
|
|
|
msgid "Tolerate sloppy mount options"
|
|
|
|
msgstr "Tolerera slarviga monteringsflaggor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:17
|
|
|
|
msgid "Read only"
|
|
|
|
msgstr "Skrivskyddad"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:18
|
|
|
|
msgid "Read/Write mode"
|
|
|
|
msgstr "Läs ock skrivbart läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:19
|
|
|
|
msgid "Mount partition with specified label"
|
|
|
|
msgstr "Montera partitioner med angiven etikett"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:20
|
|
|
|
msgid "Mount partition with specified UID"
|
|
|
|
msgstr "Montera partition med angivet UID"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:21
|
|
|
|
msgid "Exclude filesystems"
|
|
|
|
msgstr "Exkludera filsystem"
|
|
|
|
|
|
|
|
#: share/completions/mount.fish:22
|
|
|
|
msgid "Remount a subtree to a second position"
|
|
|
|
msgstr "Montera om ett subträd till en andra plats"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:23
|
|
|
|
msgid "Move a subtree to a new position"
|
|
|
|
msgstr "Flytta ett subträd till en ny plats"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:24
|
|
|
|
msgid "Filesystem"
|
|
|
|
msgstr "Filsystem"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mount.fish:26
|
|
|
|
msgid "Mount option"
|
|
|
|
msgstr "Monteringsflagga"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:27
|
|
|
|
msgid "Dynamically change postprocessing"
|
|
|
|
msgstr "Ändra efterbehyandling dynamiskt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:28
|
|
|
|
msgid "A/V sync speed"
|
|
|
|
msgstr "Ljud/bild synkroniseringshastighet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:29 share/completions/mplayer.fish:31
|
|
|
|
msgid "Skip frames to maintain A/V sync"
|
|
|
|
msgstr "Hoppa över bilder för att behålla ljud/bild synkronisering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:32
|
|
|
|
msgid "Loop playback"
|
|
|
|
msgstr "Upprepa uppspelning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:33
|
|
|
|
msgid "Play in random order"
|
|
|
|
msgstr "Spela i slumpmässig ordning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:36
|
|
|
|
msgid "Full screen"
|
|
|
|
msgstr "Fullskärmsläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:37
|
|
|
|
msgid "Set playlist"
|
|
|
|
msgstr "Välj spellista"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:38
|
|
|
|
msgid "Audio language"
|
|
|
|
msgstr "Ljudspråk"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:39
|
|
|
|
msgid "Play audio from file"
|
|
|
|
msgstr "Spela ljud från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:40
|
|
|
|
msgid "Set default CD-ROM drive"
|
|
|
|
msgstr "Välj normal CD-ROM-enhet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:41
|
|
|
|
msgid "Set number of audio channels"
|
|
|
|
msgstr "Välj antal ljudkanaler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:42
|
|
|
|
msgid "Set start chapter"
|
|
|
|
msgstr "Välj startkapitel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:43
|
|
|
|
msgid "Set default DVD-ROM drive"
|
|
|
|
msgstr "Välj normal DVD-ROM-enhet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:44
|
|
|
|
msgid "Set dvd viewing angle"
|
|
|
|
msgstr "Välj dvd-betraktningsvinkel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:45
|
|
|
|
msgid "Force rebuilding index"
|
|
|
|
msgstr "Tvinga ombyggning av index"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:46
|
|
|
|
msgid "Override framerate"
|
|
|
|
msgstr "Åsidosätt bildfrekvens"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:47
|
|
|
|
msgid "Build index if unavailable"
|
|
|
|
msgstr "Bygg index om inte tillgängligt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:48
|
|
|
|
msgid "Load index from file"
|
|
|
|
msgstr "Ladda index från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:49
|
|
|
|
msgid "Force non-interleaved AVI parser"
|
|
|
|
msgstr "Tvinga icke-sammanflätat AVI-tolk"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:50
|
|
|
|
msgid "Rebuild index and save to file"
|
|
|
|
msgstr "Bygg om index och spara till fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:51
|
|
|
|
msgid "Seek to given time position"
|
|
|
|
msgstr "Sök till angiven tidsposition"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:52
|
|
|
|
msgid "TV capture mode"
|
|
|
|
msgstr "TV-inspelningsläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:53
|
|
|
|
msgid "Subtitle language"
|
|
|
|
msgstr "Textningsspråk"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:54
|
|
|
|
msgid "Subtitle file"
|
|
|
|
msgstr "Textningsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:55
|
|
|
|
msgid "Handle subtitlefile as unicode"
|
|
|
|
msgstr "Hantera textningsfil som unicode"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:56
|
|
|
|
msgid "Handle subtitlefile as utf8"
|
|
|
|
msgstr "Hantera textningsfil som utf8"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:58 share/completions/mplayer.fish:76
|
|
|
|
msgid "Video output"
|
|
|
|
msgstr "Bildutdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mplayer.fish:64 share/completions/mplayer.fish:70
|
|
|
|
msgid "Audio output"
|
|
|
|
msgstr "Ljudutdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mv.fish:1
|
|
|
|
msgid "Make backup of each existing destination file"
|
|
|
|
msgstr "Gör backup av varje existerande destinationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mv.fish:2
|
|
|
|
msgid "Do not prompt before overwriting"
|
|
|
|
msgstr "Fråga inte före överskrivning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mv.fish:4
|
|
|
|
msgid "Answer for overwrite questions"
|
|
|
|
msgstr "Svar till överskrivningsfrågor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mv.fish:5
|
|
|
|
msgid "Remove trailing slashes from source"
|
|
|
|
msgstr "Ta bort snedstreck i slutet på källangivelser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mv.fish:6
|
|
|
|
msgid "Backup suffix"
|
|
|
|
msgstr "Backup-ändelse"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mv.fish:7
|
|
|
|
msgid "Target directory"
|
|
|
|
msgstr "Målkatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/mv.fish:8
|
|
|
|
msgid "Do not overwrite newer files"
|
|
|
|
msgstr "Skriv inte över nyare filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/nextd.fish:1 share/completions/prevd.fish:1
|
|
|
|
msgid "Also print directory history"
|
|
|
|
msgstr "Skriv även ut kataloghistorik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/nice.fish:2
|
|
|
|
msgid "Increment priority by specified number first"
|
|
|
|
msgstr "Öka prioritet med angivet nummer först"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:1 share/completions/ruby.fish:2
|
|
|
|
msgid "Specify record separator"
|
|
|
|
msgstr "Ange postavdelare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:2 share/completions/ruby.fish:3
|
|
|
|
msgid "Turn on autosplit mode"
|
|
|
|
msgstr "Slå på autosplitläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:3 share/completions/ruby.fish:4
|
|
|
|
msgid "Check syntax"
|
|
|
|
msgstr "Kontrollera syntax"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:4 share/completions/ruby.fish:6
|
|
|
|
msgid "Debugger"
|
|
|
|
msgstr "Debugger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:5
|
|
|
|
msgid "Debug option"
|
|
|
|
msgstr "Debugflagga"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:6 share/completions/ruby.fish:7
|
|
|
|
msgid "Execute command"
|
|
|
|
msgstr "Utför kommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:7 share/completions/ruby.fish:9
|
|
|
|
msgid "Set regexp used to split input"
|
|
|
|
msgstr "Välj reguljärt uttryck för att avdela indata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:8 share/completions/ruby.fish:10
|
|
|
|
msgid "Edit files in-place"
|
|
|
|
msgstr "Redigera filer på plats"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:9 share/completions/ruby.fish:11
|
|
|
|
msgid "Include path"
|
|
|
|
msgstr "Inkluderingssökväg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:10 share/completions/ruby.fish:12
|
|
|
|
msgid "Automatic line ending processing"
|
|
|
|
msgstr "Automatisk radslutprocessning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:11 share/completions/ruby.fish:13
|
|
|
|
msgid "Loop script"
|
|
|
|
msgstr "Upprepa skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:12 share/completions/ruby.fish:14
|
|
|
|
#, sh-format
|
|
|
|
msgid "Loop script, print $_"
|
|
|
|
msgstr "Upprepa skript, skriv $_"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:13
|
|
|
|
msgid "Invoke CPP"
|
|
|
|
msgstr "Kör C-förprocessorn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:14 share/completions/ruby.fish:16
|
|
|
|
msgid "Define custom switches"
|
|
|
|
msgstr "Definera egna flaggor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:15 share/completions/ruby.fish:17
|
|
|
|
#, sh-format
|
|
|
|
msgid "Search $PATH for script"
|
|
|
|
msgstr "Genomsök $PATH efter skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:16 share/completions/ruby.fish:18
|
|
|
|
msgid "Taint checking"
|
|
|
|
msgstr "”taint”-verifiering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:17
|
|
|
|
msgid "Unsafe mode"
|
|
|
|
msgstr "Osäkert läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/perl.fish:19 share/completions/ruby.fish:22
|
|
|
|
msgid "Extract script"
|
|
|
|
msgstr "Extrahera skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:1
|
|
|
|
msgid "Open folder"
|
|
|
|
msgstr "Öppna katalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:2
|
|
|
|
msgid "Open file"
|
|
|
|
msgstr "Öppna fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:4
|
|
|
|
msgid "Start in folder index"
|
|
|
|
msgstr "Börja i folderindex"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:5
|
|
|
|
msgid "Initial set of keystrokes"
|
|
|
|
msgstr "Initiala tangenttryckningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:6
|
|
|
|
msgid "Use function keys for commands"
|
|
|
|
msgstr "Använd funktionstangenter för kommandon"
|
|
|
|
|
|
|
|
#: share/completions/pine.fish:7
|
|
|
|
msgid "Expand collections in FOLDER LIST display"
|
|
|
|
msgstr "Expandera samlingar i sidan ”FOLDER LIST”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:8
|
|
|
|
msgid "Start with specified current message number"
|
|
|
|
msgstr "Starta vid angivet meddelandenummer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:9
|
|
|
|
msgid "Open folder read-only"
|
|
|
|
msgstr "Öppna folder i skrivskyddat läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:10
|
|
|
|
msgid "Set configuration file"
|
|
|
|
msgstr "Välj konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:11
|
|
|
|
msgid "Set global configuration file"
|
|
|
|
msgstr "Välj global konfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:12
|
|
|
|
msgid "Restricted mode"
|
|
|
|
msgstr "Inskränkt läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:13
|
|
|
|
msgid "Enable suspension support"
|
|
|
|
msgstr "Aktivera stöd för programpausning (^Z)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:14
|
|
|
|
msgid "Produce a sample global configuration file"
|
|
|
|
msgstr "Skapa global exempelkonfigurationsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:15
|
|
|
|
msgid "Produce sample configuration file"
|
|
|
|
msgstr "Skapa exempelkonfigurationsfil"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:16
|
|
|
|
msgid "Set mail sort order"
|
|
|
|
msgstr "Välj brevsorteringsordning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/pine.fish:26
|
|
|
|
msgid "Config option"
|
|
|
|
msgstr "Konfigurationsinställning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:2
|
|
|
|
msgid "Audible ping"
|
|
|
|
msgstr "Hörbart ping"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:3
|
|
|
|
msgid "Adaptive ping"
|
|
|
|
msgstr "Adaptiv ping"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:4
|
|
|
|
msgid "Allow pinging a broadcast address"
|
|
|
|
msgstr "Tillåt pingning till broadcast-adress"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:5
|
|
|
|
msgid "Do not allow ping to change source address of probes"
|
|
|
|
msgstr "Tillåt inte ping att ändra källadress på sonder"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:6
|
|
|
|
msgid "Stop after specified number of ECHO_REQUEST packets"
|
|
|
|
msgstr "Stoppa efter angivet antal ECHO_REQUEST-paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:7
|
|
|
|
msgid "Set the SO_DEBUG option on the socket being used"
|
|
|
|
msgstr "Sätt SO_DEBUG-flaggan på uttaget (socket) som används"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:8
|
|
|
|
msgid "Allocate and set 20 bit flow label on ECHO_REQUEST packets"
|
|
|
|
msgstr "Allokera och sätt 20 bitars flödesetikett på ECHO_REQUEST-paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:9
|
|
|
|
msgid "Flood ping"
|
|
|
|
msgstr "Översvämmningsping"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:10
|
|
|
|
msgid "Wait specified interval of seconds between sending each packet"
|
|
|
|
msgstr "Vänta angivet antal sekunder mellan skickande av paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:11
|
|
|
|
msgid "Set source address to specified interface address"
|
|
|
|
msgstr "Välj källadress till angiven gränssnittsadress"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:12
|
|
|
|
msgid "Send the specified number of packets without waiting for reply"
|
|
|
|
msgstr "Skicka angivet antal paket utan att vänta på svar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:13
|
|
|
|
msgid "Suppress loopback of multicast packets"
|
|
|
|
msgstr "Undertryck vändslinga (loopback) för multicastpaket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:14
|
|
|
|
msgid "Numeric output only"
|
|
|
|
msgstr "Bara numerisk utdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:15
|
|
|
|
msgid "Pad packet with empty bytes"
|
|
|
|
msgstr "Lägg till tomma bytes till paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:16
|
|
|
|
msgid "Set Quality of Service -related bits in ICMP datagrams"
|
|
|
|
msgstr "Sätt Tjänstekvalitets-relaterade bitar i ICMP-datagram"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:18
|
|
|
|
msgid "Record route"
|
|
|
|
msgstr "Spela in rutt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:19
|
|
|
|
msgid ""
|
|
|
|
"Bypass the normal routing tables and send directly to a host on an attached "
|
|
|
|
"interface"
|
|
|
|
msgstr ""
|
|
|
|
"Gå förbi de vanliga rutt-tabellerna och skicka direkt till en värd på ett "
|
|
|
|
"inkopplat gränssnitt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:20
|
|
|
|
msgid "Specifies the number of data bytes to be sent"
|
|
|
|
msgstr "Ange antalet bytes av data att sicka"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:21
|
|
|
|
msgid "Set socket buffer size"
|
|
|
|
msgstr "Välj uttags (socket) buffertstorlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:22
|
|
|
|
msgid "Set the IP Time to Live"
|
|
|
|
msgstr "Välj paketlivstid på IP-protokollnivå"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:23
|
|
|
|
msgid "Set special IP timestamp options"
|
|
|
|
msgstr "Välj särskilda inställningar för IP-protokoll-tidsstämpel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:24
|
|
|
|
msgid "Select Path MTU Discovery strategy"
|
|
|
|
msgstr "Välj MTU-väghittarstrategi"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:25
|
|
|
|
msgid "Print full user-to-user latency"
|
|
|
|
msgstr "Visa full användare-tilöl-användare-latens"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:28
|
|
|
|
msgid ""
|
|
|
|
"Specify a timeout, in seconds, before ping exits regardless of how many "
|
|
|
|
"packets have been sent or received"
|
|
|
|
msgstr ""
|
|
|
|
"Ange en timeout, i sekunder, innan ping avslutar oavsett hur många paket som "
|
|
|
|
"skickats eller tagits emot"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ping.fish:29
|
|
|
|
msgid "Time to wait for a response, in seconds"
|
|
|
|
msgstr "Tid att vänta på ett svar, i sekunder"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:3 share/completions/ps.fish:7
|
|
|
|
msgid "Select all"
|
|
|
|
msgstr "Välj alla"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:4
|
|
|
|
msgid "Invert selection"
|
|
|
|
msgstr "Invertera val"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:5
|
|
|
|
msgid "Select all processes except session leaders and terminal-less"
|
|
|
|
msgstr "Välj alla processer utom sessionsledare och terminal-lösa"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:6
|
|
|
|
msgid "Select all processes except session leaders"
|
|
|
|
msgstr "Välj alla processer utom sessionsledare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:8
|
|
|
|
msgid "Deselect all processes that do not fulfill conditions"
|
|
|
|
msgstr "Avmarkera alla processer som inte uppfyller villkor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:10
|
|
|
|
msgid "Select by command"
|
|
|
|
msgstr "Välj via kommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:11
|
|
|
|
msgid "Select by group"
|
|
|
|
msgstr "Välj via grupp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:13 share/completions/ps.fish:14
|
|
|
|
msgid "Select by user"
|
|
|
|
msgstr "Välj via användare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:15
|
|
|
|
msgid "Select by group/session"
|
|
|
|
msgstr "Väljvia användare/session"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:16
|
|
|
|
msgid "Select by PID"
|
|
|
|
msgstr "Välj via process-id"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:17
|
|
|
|
msgid "Select by parent PID"
|
|
|
|
msgstr "Välj via förälders process-id"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:18
|
|
|
|
msgid "Select by session ID"
|
|
|
|
msgstr "Välj via sessions-id"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:19
|
|
|
|
msgid "Select by tty"
|
|
|
|
msgstr "Välj via tty"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:20
|
|
|
|
msgid "Extra full format"
|
|
|
|
msgstr "Extra utförligt format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:21 share/completions/ps.fish:26
|
|
|
|
msgid "User defined format"
|
|
|
|
msgstr "Användardefinerat format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:22 share/completions/ps.fish:28
|
|
|
|
msgid "Add column for security data"
|
|
|
|
msgstr "Lägg till kolumn med säkerhetsinformation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:23
|
|
|
|
msgid "Full format"
|
|
|
|
msgstr "Fullt format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:24
|
|
|
|
msgid "Jobs format"
|
|
|
|
msgstr "Jobbformat"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:25 share/functions/__fish_complete_ls.fish:38
|
|
|
|
msgid "Long format"
|
|
|
|
msgstr "Långt format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:27
|
|
|
|
msgid "Do not show flags"
|
|
|
|
msgstr "Visa inte flaggor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:29
|
|
|
|
msgid "Show hierarchy"
|
|
|
|
msgstr "Visa hierarki"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:30
|
|
|
|
msgid "Set namelist file"
|
|
|
|
msgstr "Visa namnlistfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:31
|
|
|
|
msgid "Wide output"
|
|
|
|
msgstr "Bred utdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ps.fish:32 share/completions/ps.fish:33
|
|
|
|
msgid "Show threads"
|
|
|
|
msgstr "Visa trådar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:1
|
|
|
|
msgid "Execute argument as command"
|
|
|
|
msgstr "Utför parameter som kommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:2
|
|
|
|
msgid "Debug on"
|
|
|
|
msgstr "Debugläge på"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:3
|
|
|
|
msgid "Ignore environment variables"
|
|
|
|
msgstr "Ignorera miljövariabler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:5
|
|
|
|
msgid "Interactive mode after executing commands"
|
|
|
|
msgstr "Interaktivt läge efter att komandon utförts"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:6
|
|
|
|
msgid "Enable optimizations"
|
|
|
|
msgstr "Slå på optimeringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:7
|
|
|
|
msgid "Division control"
|
|
|
|
msgstr "Divisionskontroll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:8
|
|
|
|
msgid "Disable import of site module"
|
|
|
|
msgstr "Slå av importering av platsmodul"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:9
|
|
|
|
msgid "Warn on mixed tabs and spaces"
|
|
|
|
msgstr "Varna vid blandad användning av tabbar och mellanslag"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:10
|
|
|
|
msgid "Unbuffered input and output"
|
|
|
|
msgstr "Buffra inte indata och utdata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:13
|
|
|
|
msgid "Warning control"
|
|
|
|
msgstr "Varningsläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/python.fish:14
|
|
|
|
msgid "Ignore first line of input"
|
|
|
|
msgstr "Ignorera första raden indata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/read.fish:2
|
|
|
|
msgid "Set prompt command"
|
|
|
|
msgstr "Välj promptkommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/read.fish:3 share/completions/set.fish:59
|
|
|
|
msgid "Export variable to subprocess"
|
|
|
|
msgstr "Exportera variabel till underprocess"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/read.fish:4 share/completions/set.fish:61
|
|
|
|
msgid "Make variable scope global"
|
|
|
|
msgstr "Globalt definitionsområde"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/read.fish:5 share/completions/set.fish:62
|
|
|
|
msgid "Make variable scope local"
|
|
|
|
msgstr "Lokalt defintionsområde"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/read.fish:6 share/completions/set.fish:63
|
|
|
|
msgid ""
|
|
|
|
"Make variable scope universal, i.e. share variable with all the users fish "
|
|
|
|
"processes on this computer"
|
|
|
|
msgstr ""
|
|
|
|
"Gör variabelns definitionsområde universellt, dvs. dela variabel med alla "
|
|
|
|
"användarens fish-processer på denna dator"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/read.fish:7 share/completions/set.fish:60
|
|
|
|
msgid "Do not export variable to subprocess"
|
|
|
|
msgstr "Exportera inte variabel till barnprocesser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/renice.fish:2
|
|
|
|
msgid "Force following parameters to be process ID's (The default)"
|
|
|
|
msgstr "Tvinga efterföljande parametrar att tolkas som process-id (standard)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/renice.fish:3
|
|
|
|
msgid "Force following parameters to be interpreted as process group ID's"
|
|
|
|
msgstr "Tvinga efterföljande parametrar att tolkas som grupp-id"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/renice.fish:4
|
|
|
|
msgid "Force following parameters to be interpreted as user names"
|
|
|
|
msgstr "Tvinga efterföljande parametrar att tolkas som användarnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rmdir.fish:3
|
|
|
|
msgid "Ignore errors from non-empty directories"
|
|
|
|
msgstr "Ignorera fel från icke-tomma kataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rmdir.fish:4
|
|
|
|
msgid "Remove each component of path"
|
|
|
|
msgstr "Ta bort alla sökvägskomponenter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rm.fish:2
|
|
|
|
msgid "Unlink directory (Only by superuser)"
|
|
|
|
msgstr "Avlänka katalog (Kan bara utföras av administratör)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rm.fish:3
|
|
|
|
msgid "Never prompt before removal"
|
|
|
|
msgstr "Fråga inte före borttagning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rm.fish:4
|
|
|
|
msgid "Prompt before removal"
|
|
|
|
msgstr "Fråga före borttagning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rm.fish:5 share/completions/rm.fish:6
|
|
|
|
msgid "Recursively remove subdirectories"
|
|
|
|
msgstr "Ta bort underkataloger rekursivt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rm.fish:7
|
|
|
|
msgid "Explain what is done"
|
|
|
|
msgstr "Förklara vad som utförs"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:8
|
|
|
|
msgid "List of rpm configuration files"
|
|
|
|
msgstr "Visa rpmkonfigurationsfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:9
|
|
|
|
msgid "Pipe output through specified command"
|
|
|
|
msgstr "Filtrera utdata genom angivet kommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:10
|
|
|
|
msgid "Specify directory for rpm database"
|
|
|
|
msgstr "Välj katalog för rpm-databas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:15
|
|
|
|
msgid "Specify root directory for rpm operations"
|
|
|
|
msgstr "Välj rot-katalog för rpm-operationer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:22
|
|
|
|
msgid "Add suggested packages to the transaction set when needed"
|
|
|
|
msgstr "Lägg till föreslagna paket till transkation vid behov"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:23
|
|
|
|
msgid ""
|
|
|
|
"Installs or upgrades all the files in the package, even if they aren't "
|
|
|
|
"needed (missingok) and don't exist"
|
|
|
|
msgstr ""
|
|
|
|
"Installerar eller uppgraderar alla saknade filer i paketet, även om de inte "
|
|
|
|
"behövs (missingok) och inte existerar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:24
|
|
|
|
msgid ""
|
|
|
|
"Used with --relocate, permit relocations on all file paths, not just those "
|
|
|
|
"OLD-PATH's included in the binary package relocation hint(s)"
|
|
|
|
msgstr ""
|
|
|
|
"Använd tillsammans med --relocate, tillåter flyttning på alla fökvägar, inte "
|
|
|
|
"bara de OLD_PATH inkluderade i de binära paketflyttningshintarna"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:25
|
|
|
|
msgid "Don't install files whose name begins with specified path"
|
|
|
|
msgstr "Installera inte filer vars namn börjar med angiven sökväg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:26
|
|
|
|
msgid "Don't install any files which are marked as documentation"
|
|
|
|
msgstr "Installera inte filer som markerats som dokumentation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:27
|
|
|
|
msgid "Same as using --replacepkgs, --replacefiles, and --oldpackage"
|
|
|
|
msgstr "Samma sak som --replacepkgs, --replacefiles, och --oldpackage"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:28
|
|
|
|
msgid "Print 50 hash marks as the package archive is unpacked"
|
|
|
|
msgstr "Visa 50 brädgårdstecken medan arkivet packas upp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:29
|
|
|
|
msgid "Don't check for sufficient disk space before installation"
|
|
|
|
msgstr "Kontrollera inte diskutrymme före installation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:30
|
|
|
|
msgid ""
|
|
|
|
"Allow installation or upgrading even if the architectures of the binary "
|
|
|
|
"package and host don't match"
|
|
|
|
msgstr ""
|
|
|
|
"Tillåt installation eller uppgradering även om binärt pakets arkitetkur inte "
|
|
|
|
"matchar värddatorns"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:31
|
|
|
|
msgid ""
|
|
|
|
"Allow installation or upgrading even if the operating systems of the binary "
|
|
|
|
"package and host don't match"
|
|
|
|
msgstr ""
|
|
|
|
"Tillåt installation eller uppgradering även om binärt pakets operativsystem "
|
|
|
|
"inte matchar värddatorns"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:32
|
|
|
|
msgid "Install documentation files (default)"
|
|
|
|
msgstr "Installera dokumentation (standard)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:33
|
|
|
|
msgid "Update only the database, not the filesystem"
|
|
|
|
msgstr "Uppdatera bara databasen, inte filsystemet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:34 share/completions/rpm.fish:94
|
|
|
|
msgid "Don't verify package or header digests when reading"
|
|
|
|
msgstr "Kontrollera inte paket- eller huvudsammanfattningar vid inläsning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:35 share/completions/rpm.fish:97
|
|
|
|
msgid "Don't verify package or header signatures when reading"
|
|
|
|
msgstr "Kontrollera inte paket- eller huvudsignatur vid inläsning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:36
|
|
|
|
msgid "Don't do a dependency check"
|
|
|
|
msgstr "Utför inte beroendeverifiering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:37
|
|
|
|
msgid "Don't suggest package(s) that provide a missing dependency"
|
|
|
|
msgstr "Föreslå inte paket som upfyller ett ouppfyllt beroende"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:38
|
|
|
|
msgid "Don't change the package installation order"
|
|
|
|
msgstr "Byt inte paketinstallationsordning "
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:39
|
|
|
|
msgid "Don't execute scripts"
|
|
|
|
msgstr "Kör inte skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:40
|
|
|
|
msgid "Don't execute pre scripts"
|
|
|
|
msgstr "Kör inte pre-skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:41
|
|
|
|
msgid "Don't execute post scripts"
|
|
|
|
msgstr "Kör inte post-skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:42
|
|
|
|
msgid "Don't execute preun scripts"
|
|
|
|
msgstr "Kör inte preun-skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:43
|
|
|
|
msgid "Don't execute postun scripts"
|
|
|
|
msgstr "Kör inte postun-skript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:44 share/completions/rpm.fish:115
|
|
|
|
msgid "Don't execute trigger scriptlets"
|
|
|
|
msgstr "Kör inte trigger-skriptlets"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:45
|
|
|
|
msgid "Don't execute triggerin scriptlets"
|
|
|
|
msgstr "Kör inte triggerin-skriptlets"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:46 share/completions/rpm.fish:116
|
|
|
|
msgid "Don't execute triggerun scriptlets"
|
|
|
|
msgstr "Kör inte triggerun-skriptlets"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:47 share/completions/rpm.fish:117
|
|
|
|
msgid "Don't execute triggerpostun scriptlets"
|
|
|
|
msgstr "Kör inte triggerpostun-skriptlets"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:48
|
|
|
|
msgid "Allow an upgrade to replace a newer package with an older one"
|
|
|
|
msgstr "Tillåt en uppgradering att ersätta ett nyare paket med ett äldre"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:49
|
|
|
|
msgid ""
|
|
|
|
"Print percentages as files are unpacked from the package archive. This is "
|
|
|
|
"intended to make rpm easy to run from other tools"
|
|
|
|
msgstr ""
|
|
|
|
"Visa procentandel medan filer packas upp från paketarkiv. Detta är tänkt att "
|
|
|
|
"användas för att göra rpm lättare att köra från andra verktyg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:50
|
|
|
|
msgid ""
|
|
|
|
"For relocatable binary packages, translate all file paths that start with "
|
|
|
|
"the installation prefix in the package relocation hint(s) to NEWPATH"
|
|
|
|
msgstr ""
|
|
|
|
"För flyttbara binära paket, översätt alla sökvägar som startar med "
|
|
|
|
"installationsprefixet i paketets flytthintar till den angivna sökvägen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:51
|
|
|
|
msgid ""
|
|
|
|
"Translate all paths that start with first half of following parameter to "
|
|
|
|
"second half of following parameter"
|
|
|
|
msgstr ""
|
|
|
|
"Översätt alla sökvägar som börjar med första halvan av följande parameter "
|
|
|
|
"till sista halvan av följande parameter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:52 share/completions/rpm.fish:118
|
|
|
|
msgid "Re-package the files before erasing"
|
|
|
|
msgstr "Ompaketera paket inan radering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:53
|
|
|
|
msgid ""
|
|
|
|
"Install the packages even if they replace files from other, already "
|
|
|
|
"installed, packages"
|
|
|
|
msgstr ""
|
|
|
|
"Installera paket även om de ersätter filer från andra, redan installerade "
|
|
|
|
"paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:54
|
|
|
|
msgid ""
|
|
|
|
"Install the packages even if some of them are already installed on this "
|
|
|
|
"system"
|
|
|
|
msgstr "Installera paket även om somliga redan är installerade"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:55
|
|
|
|
msgid ""
|
|
|
|
"Don't install the package, simply check for and report potential conflicts"
|
|
|
|
msgstr ""
|
|
|
|
"Installera inte paket, kontrollera och rapportera potentiella konflikter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:59
|
|
|
|
msgid "Display change information for the package"
|
|
|
|
msgstr "Visa ändringsinformation för paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:60
|
|
|
|
msgid "List only configuration files (implies -l)"
|
|
|
|
msgstr "Visa bara konfigurationsfiler (implicerar -l)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:61
|
|
|
|
msgid "List only documentation files (implies -l)"
|
|
|
|
msgstr "Visa bara dokumentationsfiler (implicerar -l)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:62
|
|
|
|
msgid "Dump file information. Must be used with at least one of -l, -c, -d"
|
|
|
|
msgstr "Dumpa filinformation. Kräver minst en av -l, -c, -d"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:63
|
|
|
|
msgid "List all the files in each selected package"
|
|
|
|
msgstr "Visa alla filer i varje valt paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:64
|
|
|
|
msgid ""
|
|
|
|
"Display package information, including name, version, and description. Uses "
|
|
|
|
"--queryformat if specified"
|
|
|
|
msgstr ""
|
|
|
|
"Visa paketinformation, inklusive namn, version och beskrivning. Använder --"
|
|
|
|
"queryfromet om angivet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:65
|
|
|
|
msgid "Orders the package listing by install time"
|
|
|
|
msgstr "Sortera paketlistning efter installationstid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:66
|
|
|
|
msgid "List files in package"
|
|
|
|
msgstr "Visa filer i paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:67
|
|
|
|
msgid "List capabilities this package provides"
|
|
|
|
msgstr "Visa förmågor som detta paket tillhandahåller"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:68
|
|
|
|
msgid "List packages on which this package depends"
|
|
|
|
msgstr "Visa paket som detta paket beror på"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:69
|
|
|
|
msgid "List the package specific scriptlets"
|
|
|
|
msgstr "Visa paket-specifika skriptlets"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:70
|
|
|
|
msgid ""
|
|
|
|
"Display the states of files in the package. The state of each file is one of "
|
|
|
|
"normal, not installed, or replaced"
|
|
|
|
msgstr ""
|
|
|
|
"Visa tillstånd för paketets filer. Tillståndet är en av normal, inte "
|
|
|
|
"installerad och ersatt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:71 share/completions/rpm.fish:72
|
|
|
|
msgid "Display the trigger scripts contained in the package"
|
|
|
|
msgstr "Visa paketets triggerskript"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:78
|
|
|
|
msgid "Query all installed packages"
|
|
|
|
msgstr "Fråga alla installerade paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:79
|
|
|
|
msgid "Query package owning specified file"
|
|
|
|
msgstr "Fråga paket som äger angiven fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:80
|
|
|
|
msgid ""
|
|
|
|
"Query package that contains a given file identifier, i.e. the MD5 digest of "
|
|
|
|
"the file contents"
|
|
|
|
msgstr ""
|
|
|
|
"Fråga paket som innehåller en given filidentitet, dvs. MD5-summa av "
|
|
|
|
"filinnehåll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:81
|
|
|
|
msgid "Query packages with the specified group"
|
|
|
|
msgstr "Fråga paket med angiven grupp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:82
|
|
|
|
msgid ""
|
|
|
|
"Query package that contains a given header identifier, i.e. the SHA1 digest "
|
|
|
|
"of the immutable header region"
|
|
|
|
msgstr ""
|
|
|
|
"Fråga paket som innehåller en given huvudidentitet, dvs. SHA1-summa av den "
|
|
|
|
"konstanta huvud-regionen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:83
|
|
|
|
msgid "Query an (uninstalled) package in specified file"
|
|
|
|
msgstr "Fråga ett (oinstallerat) paket i angiven fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:84
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Query package that contains a given package identifier, i.e. the MD5 digest "
|
|
|
|
"of the combined header and payload contents"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Fråga paket som innehåller en given paketidentitet, dvs. MD5-summa av den "
|
|
|
|
"kombinerade huvud- och filinnehållet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:85
|
|
|
|
msgid "Parse and query specified spec-file as if it were a package"
|
|
|
|
msgstr "Tolka och fråga angiven spec-fil som om det vore ett paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:86
|
|
|
|
msgid "Query package(s) that have the specified TID (transaction identifier)"
|
|
|
|
msgstr "Fråga paket med angiven TID (transaktions-id)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:87
|
|
|
|
msgid "Query packages that are triggered by the specified packages"
|
|
|
|
msgstr "Fråga paket som triggas av angivna paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:88
|
|
|
|
msgid "Query all packages that provide the specified capability"
|
|
|
|
msgstr "Fråga alla paket som tillhandahåller den angivna förmågan"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:89
|
|
|
|
msgid ""
|
|
|
|
"Query all packages that requires the specified capability for functioning"
|
|
|
|
msgstr "Fråga alla paket som kräver den angivna förmågan för att fungera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:93
|
|
|
|
msgid "Don't verify dependencies of packages"
|
|
|
|
msgstr "Verifiera inte paketens beroenden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:95
|
|
|
|
msgid "Don't verify any attributes of package files"
|
|
|
|
msgstr "Verifiera inga attribut i paketfiler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:96
|
|
|
|
msgid "Don't execute the %verifyscript scriptlet"
|
|
|
|
msgstr "Utför inte %verifyskriptlet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:98
|
|
|
|
msgid "Don't verify linkto attribute"
|
|
|
|
msgstr "Verifiera inte linkto-attribut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:99
|
|
|
|
msgid "Don't verify md5 attribute"
|
|
|
|
msgstr "Verifiera inte md5-attribut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:100
|
|
|
|
msgid "Don't verify size attribute"
|
|
|
|
msgstr "Verifiera inte storleksattribut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:101
|
|
|
|
msgid "Don't verify user attribute"
|
|
|
|
msgstr "Verifiera inte användarattribut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:102
|
|
|
|
msgid "Don't verify group attribute"
|
|
|
|
msgstr "Verifiera inte gruppattribut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:103
|
|
|
|
msgid "Don't verify time attribute"
|
|
|
|
msgstr "Verifiera inte tidsattribut"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:104
|
|
|
|
msgid "Don't verify mode attribute"
|
|
|
|
msgstr "Verifiera inte filrättighetsattribut"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:105
|
|
|
|
msgid "Don't verify dev attribute"
|
|
|
|
msgstr "Verifiera inte enhetsattribut"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:110
|
|
|
|
msgid "Remove all versions of the package which match specified string"
|
|
|
|
msgstr "Ta bort alla version av paketet som matchar angiven sträng"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:111
|
|
|
|
msgid "Don't check dependencies before uninstalling the packages"
|
|
|
|
msgstr "Verifiera inte beroenden före paketen avinstalleras"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:112
|
|
|
|
msgid "Don't execute scriplets"
|
|
|
|
msgstr "Kör inte skriptlets"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:113
|
|
|
|
msgid "Don't execute preun scriptlet"
|
|
|
|
msgstr "Kör inte preun-skriptlet"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:114
|
|
|
|
msgid "Don't execute postun scriptlet"
|
|
|
|
msgstr "Kör inte postun-skriptlet"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:119
|
|
|
|
msgid "Don't really uninstall anything"
|
|
|
|
msgstr "Avinstallera ingenting på riktigt"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:123
|
|
|
|
msgid "Install new package"
|
|
|
|
msgstr "Installera nytt paket"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:124
|
|
|
|
msgid "Upgrade existing package"
|
|
|
|
msgstr "Upgradera existerande paket"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:125
|
|
|
|
msgid "Upgrade package if already installed"
|
|
|
|
msgstr "Upgradera paket om det är installerat"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:126
|
|
|
|
msgid "Query installed packages"
|
|
|
|
msgstr "Fråga installerat paket"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:127
|
|
|
|
msgid "Verify package integrity"
|
|
|
|
msgstr "Verifiera paketintegritet"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/rpm.fish:128
|
|
|
|
msgid "Erase package"
|
|
|
|
msgstr "Ta bort paket"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ruby.fish:5
|
|
|
|
msgid "Kanji code-set"
|
|
|
|
msgstr "Använd Kanji-tecken"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ruby.fish:15
|
|
|
|
msgid "Require file"
|
|
|
|
msgstr "Kräv fil"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ruby.fish:20
|
|
|
|
msgid "Verbose mode without message"
|
|
|
|
msgstr "Utförligt läge utan meddelande"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ruby.fish:24
|
|
|
|
msgid "Compiler debug mode"
|
|
|
|
msgstr "Kompliatordebugläge"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/scp.fish:29
|
|
|
|
msgid "Bandwidth limit"
|
|
|
|
msgstr "Bandbreddsgräns"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/scp.fish:30 share/completions/ssh.fish:36
|
|
|
|
#: share/completions/sshfs.fish:25
|
|
|
|
msgid "Port"
|
|
|
|
msgstr "Port"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/scp.fish:31
|
|
|
|
msgid ""
|
|
|
|
"Preserves modification times, access times, and modes from the original file"
|
|
|
|
msgstr "Bevara ändringstid, åtkomsttid och rättigheter från orginalfil"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/scp.fish:33
|
|
|
|
msgid "Recursively copy"
|
|
|
|
msgstr "Rekursiv kopiering"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/scp.fish:34
|
|
|
|
msgid "Encyption program"
|
|
|
|
msgstr "Krypteringsprogram"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/screen.fish:1
|
|
|
|
msgid "Print a list of running screen sessions"
|
|
|
|
msgstr "Visa lista på alla körande screen-sessioner"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:13
|
|
|
|
msgid "Evaluate expression"
|
|
|
|
msgstr "Utför argument som kommandon"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:14
|
|
|
|
msgid "Evalute file"
|
|
|
|
msgstr "Utför filinnehåll som kommandon"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:15
|
|
|
|
msgid "Edit files in place"
|
|
|
|
msgstr "Redigera filer på plats"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:22
|
|
|
|
msgid "Specify line-length"
|
|
|
|
msgstr "Välj radlängd"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:23
|
|
|
|
msgid "Disable all GNU extensions"
|
|
|
|
msgstr "Inaktivera alla GNU-förlängningar"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:24 share/completions/sed.fish:34
|
|
|
|
msgid "Use extended regexp"
|
|
|
|
msgstr "Använd utökade reguljära uttryck"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:25
|
|
|
|
msgid "Consider files as separate"
|
|
|
|
msgstr "Betrakta filer separat"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:26
|
|
|
|
msgid "Use minimal IO buffers"
|
|
|
|
msgstr "Minimera användning av IO-buffrar"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sed.fish:35
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Delay opening files until a command containing the related 'w' function is "
|
|
|
|
"applied"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Fördröj filöppnande till ett kommando inehållande den relaterade ”w” "
|
|
|
|
"functionen appliceras"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/service.fish:3
|
|
|
|
msgid "Service name"
|
|
|
|
msgstr "Namn på tjänst"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/set_color.fish:1 share/completions/set.fish:71
|
|
|
|
msgid "Color"
|
|
|
|
msgstr "Färg"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/set_color.fish:2 share/completions/set.fish:72
|
|
|
|
msgid "Change background color"
|
|
|
|
msgstr "Byt bakgrundsfärg"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/set_color.fish:3 share/completions/set.fish:73
|
|
|
|
msgid "Make font bold"
|
|
|
|
msgstr "Använd fetstil"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/set.fish:58
|
|
|
|
msgid "Erase variable"
|
|
|
|
msgstr "Radera variabel"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/set.fish:64
|
|
|
|
msgid "Test if variable is defined"
|
|
|
|
msgstr "Testa om variabeln är definerad"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/set.fish:77
|
|
|
|
msgid "Locale"
|
|
|
|
msgstr "Lokal"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:1
|
|
|
|
msgid "Ignore leading blanks"
|
|
|
|
msgstr "Ignorera inledande mellanslag"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:2
|
|
|
|
msgid "Consider only blanks and alphanumerics"
|
|
|
|
msgstr "Ta endast hänsyn till mellanslag och alfanumeriska tecken"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:4
|
|
|
|
msgid "Compare general numeric value"
|
|
|
|
msgstr "Jämför generellt numeriskt värde"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:5
|
|
|
|
msgid "Consider only printable"
|
|
|
|
msgstr "Ta endast hänsyn till skrivbara tecken"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:6
|
|
|
|
msgid "Compare month names"
|
|
|
|
msgstr "Jämför månadsnamn"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:7
|
|
|
|
msgid "Compare string numerical value"
|
|
|
|
msgstr "Jämför strängars numeriska värde"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:8
|
|
|
|
msgid "Reverse results"
|
|
|
|
msgstr "Omvända resultat"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:9
|
|
|
|
msgid "Only check if sorted"
|
|
|
|
msgstr "Verifiera bara sortering"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:10
|
|
|
|
msgid "Define key"
|
|
|
|
msgstr "Definera nyckel"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:11
|
|
|
|
msgid "Merge sorted files"
|
|
|
|
msgstr "Sammanslå sorterade filer"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:12
|
|
|
|
msgid "Write to file"
|
|
|
|
msgstr "Skriv till fil"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:13
|
|
|
|
msgid "Stabilize sort"
|
|
|
|
msgstr "Stabilisera sortering"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:14
|
|
|
|
msgid "Set memory buffer size"
|
|
|
|
msgstr "Välj minnesbuffertstorlek"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:15
|
|
|
|
msgid "Field separator"
|
|
|
|
msgstr "Fältavdelare"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:16
|
|
|
|
msgid "Set temporary directory"
|
|
|
|
msgstr "Välj katalog för tillfälligt lagringsutrymme"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:17
|
|
|
|
msgid "Output only first of equal lines"
|
|
|
|
msgstr "Visa bara först raden vid dubletter"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sort.fish:18
|
|
|
|
msgid "Lines end with 0 byte"
|
|
|
|
msgstr "Rader slutar ned nolltecken"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:19
|
|
|
|
msgid "Disables forwarding of the authentication agent"
|
|
|
|
msgstr "Inaktivera vidareskickning av autentiseringsagent"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:20
|
|
|
|
msgid "Enables forwarding of the authentication agent"
|
|
|
|
msgstr "Aktivera vidareskickning av autentiseringsagent"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:21
|
|
|
|
msgid "Interface to transmit from"
|
|
|
|
msgstr "Gränssnitt att skicka från"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:27
|
|
|
|
msgid "Escape character"
|
|
|
|
msgstr "Avbrottstecken"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:28
|
|
|
|
msgid "Go to background"
|
|
|
|
msgstr "Gå till bakgrunden"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:29
|
|
|
|
msgid "Allow remote host to connect to local forwarded ports"
|
|
|
|
msgstr "Tillåt fjärrvärd att koppla in sig på lokala vidareskickade portar"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:30
|
|
|
|
msgid "Smartcard device"
|
|
|
|
msgstr "Smartcardenhet"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:31
|
|
|
|
msgid "Disable forwarding of Kerberos tickets"
|
|
|
|
msgstr "Inaktivera vidareskickning av Kerberosbiljetter"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:32
|
|
|
|
msgid "User"
|
|
|
|
msgstr "Användare"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:33
|
|
|
|
msgid "MAC algorithm"
|
|
|
|
msgstr "MAC-algoritm"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:34
|
|
|
|
msgid "Prevent reading from stdin"
|
|
|
|
msgstr "Förhindra läsning från standard in"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:35
|
|
|
|
msgid "Do not execute remote command"
|
|
|
|
msgstr "Utför inte fjärrkommando"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:38
|
|
|
|
msgid "Subsystem"
|
|
|
|
msgstr "Subsystem"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:39
|
|
|
|
msgid "Force pseudo-tty allocation"
|
|
|
|
msgstr "Tvinga pseudo-tty-allokering"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:40
|
|
|
|
msgid "Disable pseudo-tty allocation"
|
|
|
|
msgstr "Inaktivera pseudo-tty-allokering"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:41
|
|
|
|
msgid "Disable X11 forwarding"
|
|
|
|
msgstr "Inaktivera X11-vidareskickning"
|
|
|
|
|
|
|
|
#: share/completions/ssh.fish:42
|
|
|
|
msgid "Enable X11 forwarding"
|
|
|
|
msgstr "Aktivera X11-vidareskickning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:43
|
|
|
|
msgid "Locally forwarded ports"
|
|
|
|
msgstr "Lokalt vidareskickade portar"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:44
|
|
|
|
msgid "Remotely forwarded ports"
|
|
|
|
msgstr "Vidareskickade portar på fjärrdatorn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ssh.fish:45
|
|
|
|
msgid "Dynamic port forwarding"
|
|
|
|
msgstr "Dynamisk portvidareskickning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sshfs.fish:26
|
|
|
|
msgid "Compression"
|
|
|
|
msgstr "Kompression"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sshfs.fish:28
|
|
|
|
msgid "Enable debug"
|
|
|
|
msgstr "Slå på debugning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sshfs.fish:29
|
|
|
|
msgid "Foreground operation"
|
|
|
|
msgstr "Förgrundsoperation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sshfs.fish:30
|
|
|
|
msgid "Disable multi-threaded operation"
|
|
|
|
msgstr "Inaktivera flertrådat läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/status.fish:2
|
|
|
|
msgid "Test if a command substitution is currently evaluated"
|
|
|
|
msgstr "Testa om en kommandosubstitution utförs för tillfället"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/status.fish:3
|
|
|
|
msgid "Test if a code block is currently evaluated"
|
|
|
|
msgstr "Testa om ett kodblock utförs för tillfället"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/status.fish:4
|
|
|
|
msgid "Test if this is an interactive shell"
|
|
|
|
msgstr "Testa om detta är ett interaktivt skal"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/status.fish:5
|
|
|
|
msgid "Test if this is a login shell"
|
|
|
|
msgstr "Testa om detta är ett login-skal"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/status.fish:6
|
|
|
|
msgid "Test if all new jobs are put under job control"
|
|
|
|
msgstr "Testa om alla nya job ställs unde jobbkontroll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/status.fish:7
|
|
|
|
msgid "Test if only interactive new jobs are put under job control"
|
|
|
|
msgstr "Testa om bara interaktiva nya job ställs unde jobbkontroll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/status.fish:8
|
|
|
|
msgid "Test if new jobs are never put under job control"
|
|
|
|
msgstr "Testa om inga nya job ställs unde jobbkontroll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/status.fish:9
|
|
|
|
msgid "Set which jobs are out under job control"
|
|
|
|
msgstr "Välj vilka jobb som ställs under jobbkontroll"
|
|
|
|
|
|
|
|
#: share/completions/status.fish:10
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Print a list of all function calls leading up to running the current command"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Visa en lista av alla funktionsanropp som lett fram till anropet på det nu "
|
|
|
|
"körande kommandot"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sudo.fish:5
|
|
|
|
msgid "Command to run"
|
|
|
|
msgstr "Kommando att utföra"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/sudo.fish:8
|
|
|
|
msgid "Validate"
|
|
|
|
msgstr "Verifiera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/su.fish:4
|
|
|
|
msgid "Make login shell"
|
|
|
|
msgstr "Skapa login-skal"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/su.fish:5
|
|
|
|
msgid "Pass command to shell"
|
|
|
|
msgstr "Skicka kommando till skalet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/su.fish:6
|
|
|
|
msgid "Pass -f to the shell"
|
|
|
|
msgstr "Skicka -f till skalet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/su.fish:7 share/completions/su.fish:8
|
|
|
|
msgid "Preserve environment"
|
|
|
|
msgstr "Bevara miljövariabler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:21
|
|
|
|
msgid "Place files or directories under version control"
|
|
|
|
msgstr "Placera filer och kataloger under versionskontroll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:22
|
|
|
|
msgid "Output files/URLs with revision and author information inline"
|
|
|
|
msgstr "Visa filer/URL:er med revisions- och författarinformation inbakat"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:23
|
|
|
|
msgid "Output content of files/URLs"
|
|
|
|
msgstr "Visa innehåll av filer/URL:er"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:24
|
|
|
|
msgid "Check out a working copy from the repository"
|
|
|
|
msgstr "Hämta ut en arbetskopia från förrådet"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:25
|
|
|
|
msgid "Recursively clean up the working copy"
|
|
|
|
msgstr "Rensa arbetskopian rekursivt"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:26
|
|
|
|
msgid "Send changes from your working copy to the repository"
|
|
|
|
msgstr "Skicka ändringar i arbetskopian till lagret"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:27
|
|
|
|
msgid "Commit an unversioned file or tree into the repository"
|
|
|
|
msgstr "Lägg till fil eller träd utan version till förrådet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:28
|
|
|
|
msgid "Display information about a local or remote item"
|
|
|
|
msgstr "Visa information om lokal eller fjärrelement"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:29
|
|
|
|
msgid "List directory entries in the repository"
|
|
|
|
msgstr "Lista kataloger i förrådet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:30
|
|
|
|
msgid "Lock working copy paths or URLs in the repository"
|
|
|
|
msgstr "Läs arbetskopiwsökvägar eller URL:er i förrådet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:31
|
|
|
|
msgid "Show the log messages for a set of revision(s) and/or file(s)"
|
|
|
|
msgstr "Visa loggmeddelanden för en uppsättning revisioner och/eller filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:32
|
|
|
|
msgid "Apply the differences between two sources to a working copy path"
|
|
|
|
msgstr "Applicera differensen mellan två källor till en arbetskopiesökväg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:33
|
|
|
|
msgid "Create a new directory under version control"
|
|
|
|
msgstr "Skapa ny katalog under revisionskontroll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:34
|
|
|
|
msgid "Move and/or rename something in working copy or repository"
|
|
|
|
msgstr "Flytta och/eller byt namn på någonting i arbetskopian eller förrådet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:35
|
|
|
|
msgid "Remove a property from files, dirs, or revisions"
|
|
|
|
msgstr "Ta bort en egenskap från filer, kataloger eller revisioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:36
|
|
|
|
msgid "Edit a property with an external editor on targets"
|
|
|
|
msgstr "Redigera en egenskap med extern edito för mål"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:37
|
|
|
|
msgid "Print value of a property on files, dirs, or revisions"
|
|
|
|
msgstr "Skriv ut värde för en egenskap hos filer, kataloger eller revisioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:38
|
|
|
|
msgid "List all properties on files, dirs, or revisions"
|
|
|
|
msgstr "Visa alla engenskaper hos filer, kataloger eller revisioner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:39
|
|
|
|
msgid "Remove conflicted state on working copy files or directories"
|
|
|
|
msgstr "Ta bort konflikttillstånd hos arbetskopiefiler eller kataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:40
|
|
|
|
msgid "Restore pristine working copy file"
|
|
|
|
msgstr "Återställ rensad arbetskopiefil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:41
|
|
|
|
msgid "Print the status of working copy files and directories"
|
|
|
|
msgstr "Visa status för arbetskopians filer och kataloger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:42
|
|
|
|
msgid "Update the working copy to a different URL"
|
|
|
|
msgstr "Uppdatera arbetskopian till en annan URL"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:43
|
|
|
|
msgid "Unlock working copy paths or URLs"
|
|
|
|
msgstr "Lås upp arbetskopians sökvägar eller URL:er"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:44
|
|
|
|
msgid "Bring changes from the repository into the working copy"
|
|
|
|
msgstr "Hämta ändringar från förrådet till arbetskopian"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:45
|
|
|
|
msgid "Describe the usage of this program or its subcommands"
|
|
|
|
msgstr "Beskriv användandet av detta program eller dess underkommandon"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:48
|
|
|
|
msgid "Specify revision"
|
|
|
|
msgstr "Ange revision"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:50
|
|
|
|
msgid "Pass contents of file as additional args"
|
|
|
|
msgstr "Skicka filinnehåll som extra argument"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:54
|
|
|
|
msgid "Print as little as possible"
|
|
|
|
msgstr "Skriv ut så lite som möjligt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:56
|
|
|
|
msgid "Force operation to run"
|
|
|
|
msgstr "Tvinga operationen att utföras"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:58
|
|
|
|
msgid "Enable automatic properties"
|
|
|
|
msgstr "Aktivera automatiska egenskaper"
|
|
|
|
|
|
|
|
#: share/completions/svn.fish:60
|
|
|
|
msgid "Disable automatic properties"
|
|
|
|
msgstr "Inaktivera automatiska egenskaper"
|
|
|
|
|
|
|
|
#: share/completions/svn.fish:62
|
|
|
|
msgid "Print extra info"
|
|
|
|
msgstr "Visa utförlig information"
|
|
|
|
|
|
|
|
#: share/completions/svn.fish:64
|
|
|
|
msgid "Specify a username"
|
|
|
|
msgstr "Välj användarnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:66
|
|
|
|
msgid "Specify a password"
|
|
|
|
msgstr "Välj lösenord"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:68
|
|
|
|
msgid "Don't cache auth tokens"
|
|
|
|
msgstr "Cacha inte autentiseringssymboler"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:70
|
|
|
|
msgid "Do no interactive prompting"
|
|
|
|
msgstr "Ställ inga interaktiva frågor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:72
|
|
|
|
msgid "Read user config files from named directory"
|
|
|
|
msgstr "Läs användarkonfigurationsfiler från angiven katalog"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:74
|
|
|
|
msgid "Don't unlock targets"
|
|
|
|
msgstr "Lås inte upp mål"
|
2006-01-09 14:47:30 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:76
|
|
|
|
msgid "Specify commit message"
|
|
|
|
msgstr "Ange meddelande för tillägg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:78
|
|
|
|
msgid "Read commit message from file"
|
|
|
|
msgstr "Läs meddelande för tillägg från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:80
|
|
|
|
msgid "Force log message source validity"
|
|
|
|
msgstr "Tvinga validitet av loggmeddelandes källa"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:82
|
|
|
|
msgid "Specify external editor"
|
|
|
|
msgstr "Ange extern editor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:84
|
|
|
|
msgid "Descend recursively"
|
|
|
|
msgstr "Rekurivt läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:86
|
|
|
|
msgid "Give output suitable for concatenation"
|
|
|
|
msgstr "Formatera utdata lämpligt för sammanslagning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:88
|
|
|
|
msgid "Output in XML"
|
|
|
|
msgstr "Utadata i XML-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:90
|
|
|
|
msgid "Specify merge command"
|
|
|
|
msgstr "Ange sammanslagningskommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:92
|
|
|
|
msgid "Force encoding"
|
|
|
|
msgstr "Tvinga kodning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:94
|
|
|
|
msgid "Operate on revision property"
|
|
|
|
msgstr "Utför på revisionsegenskap"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:96
|
|
|
|
msgid "Use strict semantics"
|
|
|
|
msgstr "Använd strikt semantik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:98
|
|
|
|
msgid "Ignore externals definitions"
|
|
|
|
msgstr "Ignorera definitioner av externals"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:104
|
|
|
|
msgid "Do not cross copies"
|
|
|
|
msgstr "Korsa inte kopior"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:105
|
|
|
|
msgid "Maximum number of log entries"
|
|
|
|
msgstr "Maximalt antal logginlägg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:111
|
|
|
|
msgid "Make no changes"
|
|
|
|
msgstr "Gör inga förändringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:112
|
|
|
|
msgid "Ignore ancestry when calculating merge"
|
|
|
|
msgstr "Ignorera ursprung vid beräknandet av sammanslagning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:118
|
|
|
|
msgid "Display update information"
|
|
|
|
msgstr "Visa uppdateringsinformation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:119
|
|
|
|
msgid "Disregard ignores"
|
|
|
|
msgstr "Strunta i ignores"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:125
|
|
|
|
msgid "Relocate VIA URL-rewriting"
|
|
|
|
msgstr "Relokera via URL-omskrivning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/svn.fish:131
|
|
|
|
msgid "Print client version info"
|
|
|
|
msgstr "Visa klientversion"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:1 share/completions/tar.fish:2
|
|
|
|
msgid "Append archive to archive"
|
|
|
|
msgstr "Lägg till arkiv till annat arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:3
|
|
|
|
msgid "Create archive"
|
|
|
|
msgstr "Skapa arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:4 share/completions/tar.fish:5
|
|
|
|
msgid "Compare archive and filesystem"
|
|
|
|
msgstr "Jämför arkiv med filsystem"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:6
|
|
|
|
msgid "Delete from archive"
|
|
|
|
msgstr "Radera från arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:7
|
|
|
|
msgid "Append files to archive"
|
|
|
|
msgstr "Lägg till filer till arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:8
|
|
|
|
msgid "List archive"
|
|
|
|
msgstr "Visa arkivinnehåll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:9
|
|
|
|
msgid "Append new files"
|
|
|
|
msgstr "Lägg till nya filer"
|
2006-01-15 20:20:34 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:10 share/completions/tar.fish:11
|
|
|
|
msgid "Extract from archive"
|
|
|
|
msgstr "Hämta från arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:12
|
|
|
|
msgid "Keep access time"
|
|
|
|
msgstr "Behåll åtkomsttid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:14
|
|
|
|
msgid "Reblock while reading"
|
|
|
|
msgstr "Gör om block-indelning under inläsning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:16
|
|
|
|
msgid "Print directory names"
|
|
|
|
msgstr "Visa katalognamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:17
|
|
|
|
msgid "Archive file"
|
|
|
|
msgstr "Arkivfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:18
|
|
|
|
msgid "Archive is local"
|
|
|
|
msgstr "Arkiv är lokalt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:19
|
|
|
|
msgid "Run script at end of tape"
|
|
|
|
msgstr "Utför skript vid slut på band"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:20
|
|
|
|
msgid "Use old incremental GNU format"
|
|
|
|
msgstr "Använd gammalt inkrementellt GNU-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:21
|
|
|
|
msgid "Use new incremental GNU format"
|
|
|
|
msgstr "Använd nytt inkrementellt GNU-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:22
|
|
|
|
msgid "Dereference symlinks"
|
|
|
|
msgstr "Följ symboliska länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:23
|
|
|
|
msgid "Ignore zero block in archive"
|
|
|
|
msgstr "Ignorera nollblock i arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:24
|
|
|
|
msgid "Filter through bzip2"
|
|
|
|
msgstr "Filtrera genom bzip2"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:25
|
|
|
|
msgid "Don't exit on unreadable files"
|
|
|
|
msgstr "Avsluta inte vid oläsbara filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:26
|
|
|
|
msgid "Don't overwrite"
|
|
|
|
msgstr "Skriv inte över"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:27
|
|
|
|
msgid "Starting file in archive"
|
|
|
|
msgstr "Startfil i arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:28
|
|
|
|
msgid "Stay in local filesystem"
|
|
|
|
msgstr "Stanna på lokala filsystem"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:29
|
|
|
|
msgid "Tape length"
|
|
|
|
msgstr "Bandlängd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:30
|
|
|
|
msgid "Don't extract modification time"
|
|
|
|
msgstr "Hämta inte ändringstider"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:31
|
|
|
|
msgid "Multi volume archive"
|
|
|
|
msgstr "Flervolymsarkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:32
|
|
|
|
msgid "Only store newer files"
|
|
|
|
msgstr "Lagra bara nyare filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:33 share/completions/tar.fish:34
|
|
|
|
msgid "Use V7 format"
|
|
|
|
msgstr "Använd V7-format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:35
|
|
|
|
msgid "Extract to stdout"
|
|
|
|
msgstr "Hämta till standard ut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:36 share/completions/tar.fish:37
|
|
|
|
msgid "Extract all permissions"
|
|
|
|
msgstr "Hämta alla rättigheter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:38
|
|
|
|
msgid "Don't strip leading /"
|
|
|
|
msgstr "Ta inte bort inledande /"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:39
|
|
|
|
msgid "Preserve all permissions and do not sort file arguments"
|
|
|
|
msgstr "Bevara alla rättigheter, och sortera inte filargument"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:40
|
|
|
|
msgid "Show record number"
|
|
|
|
msgstr "Visa paketnummer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:41
|
|
|
|
msgid "Remove files after adding to archive"
|
|
|
|
msgstr "Ta bort filer efter att de lagts till arkivet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:42 share/completions/tar.fish:43
|
|
|
|
msgid "Do not sort file arguments"
|
|
|
|
msgstr "Sortera inte filargument"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:44
|
|
|
|
msgid "Preserve file ownership"
|
|
|
|
msgstr "Bevara filägare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:45
|
|
|
|
msgid "Handle sparse files"
|
|
|
|
msgstr "Hantera glesa filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:46
|
|
|
|
msgid "Extract file from file"
|
|
|
|
msgstr "Axtrahera fil från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:47
|
|
|
|
msgid "-T has null-terminated names"
|
|
|
|
msgstr "-T har noll-terminerade namn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:48
|
|
|
|
msgid "Print total bytes written"
|
|
|
|
msgstr "Visa totalt anta skrivna bytes"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:50
|
|
|
|
msgid "Set volume name"
|
|
|
|
msgstr "Välj volymnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:52 share/completions/tar.fish:53
|
|
|
|
msgid "Ask for confirmation"
|
|
|
|
msgstr "Be om bekräftelse"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:54
|
|
|
|
msgid "Verify archive"
|
|
|
|
msgstr "Verifiera arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:55
|
|
|
|
msgid "Exclude file"
|
|
|
|
msgstr "Exkludera fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:56
|
|
|
|
msgid "Exclude files listed in specified file"
|
|
|
|
msgstr "Exklidera filer listade i angiven fil"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:57 share/completions/tar.fish:58
|
|
|
|
msgid "Filter through compress"
|
|
|
|
msgstr "Filtrera genom compress"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:59 share/completions/tar.fish:60
|
|
|
|
msgid "Filter through gzip"
|
|
|
|
msgstr "Filtrera genom gzip"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/tar.fish:61
|
|
|
|
msgid "Filter through specified program"
|
|
|
|
msgstr "Filtrera genom angivet program"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:4
|
|
|
|
msgid "Negate expression"
|
|
|
|
msgstr "Negera uttryck"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:5
|
|
|
|
msgid "Logical and"
|
|
|
|
msgstr "Logisk ”och”"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:6
|
|
|
|
msgid "Logical or"
|
|
|
|
msgstr "Logisk ”eller”"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:7
|
|
|
|
msgid "String length is non-zero"
|
|
|
|
msgstr "Strängens längd är nollskild"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:8
|
|
|
|
msgid "String length is zero"
|
|
|
|
msgstr "Strängens längd är noll"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:9
|
|
|
|
msgid "Strings are equal"
|
|
|
|
msgstr "Strängar är identiska"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:10
|
|
|
|
msgid "Strings are not equal"
|
|
|
|
msgstr "Strängar skiljer sig"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:11
|
|
|
|
msgid "Integers are equal"
|
|
|
|
msgstr "Heltal är identiska"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:12
|
|
|
|
msgid "Left integer larger than or equal to right integer"
|
|
|
|
msgstr "Vänster tal är större än eller lika med höger tal"
|
2006-01-31 22:00:43 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:13
|
|
|
|
msgid "Left integer larger than right integer"
|
|
|
|
msgstr "Vänster tal är större än höger tal"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:14
|
|
|
|
msgid "Left integer less than or equal to right integer"
|
|
|
|
msgstr "Vänster tal är mindre än eller lika med höger tal"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:15
|
|
|
|
msgid "Left integer less than right integer"
|
|
|
|
msgstr "Vänster tal är mindre än höger tal"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:16
|
|
|
|
msgid "Left integer not equal to right integer"
|
|
|
|
msgstr "Vänster tal skilt från höger tal"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:17
|
|
|
|
msgid "Left file equal to right file"
|
|
|
|
msgstr "Vänster fil identisk med höger fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:18
|
|
|
|
msgid "Left file newer than right file"
|
|
|
|
msgstr "Vänster fil nyare än höger fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:19
|
|
|
|
msgid "Left file older than right file"
|
|
|
|
msgstr "Vänster fil är äldre än höger fil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:20
|
|
|
|
msgid "File is block device"
|
|
|
|
msgstr "Fil är blockenhet"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:21
|
|
|
|
msgid "File is character device"
|
|
|
|
msgstr "Fil är teckenenhet"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:22
|
|
|
|
msgid "File is directory"
|
|
|
|
msgstr "Fil är katalog"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:23
|
|
|
|
msgid "File exists"
|
|
|
|
msgstr "Fil existerar"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:24
|
|
|
|
msgid "File is regular"
|
|
|
|
msgstr "Fil är vanlig fil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:25
|
|
|
|
msgid "File is set-group-ID"
|
|
|
|
msgstr "Fil har kör-som-grupp-bit satt"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:26 share/completions/test.fish:29
|
|
|
|
msgid "File is symlink"
|
|
|
|
msgstr "Fil är symbolisk länk"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:27
|
|
|
|
msgid "File owned by effective group ID"
|
|
|
|
msgstr "Fil ägs av effektiv grupp-id"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:28
|
|
|
|
msgid "File has sticky bit set"
|
|
|
|
msgstr "Fils fastbit är satt"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:30
|
|
|
|
msgid "File owned by effective user ID"
|
|
|
|
msgstr "Fil ägd av effektiv användar-id"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:31
|
|
|
|
msgid "File is named pipe"
|
|
|
|
msgstr "Fil är namngivet rör"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:32
|
|
|
|
msgid "File is readable"
|
|
|
|
msgstr "Fil är läsbar"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:33
|
|
|
|
msgid "File size is non-zero"
|
|
|
|
msgstr "Filstorlek är nollskild"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:34
|
|
|
|
msgid "File is socket"
|
|
|
|
msgstr "Fil är uttag (socket)"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:35
|
|
|
|
msgid "FD is terminal"
|
|
|
|
msgstr "Filidentifierare är terminal"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:36
|
|
|
|
msgid "File set-user-ID bit is set"
|
|
|
|
msgstr "Fil har hör-som-användare-bit satt"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:37
|
|
|
|
msgid "File is writable"
|
|
|
|
msgstr "Fil är skrivbar"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/test.fish:38
|
|
|
|
msgid "File is executable"
|
|
|
|
msgstr "Fil är program"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/time.fish:2 share/completions/type.fish:11
|
|
|
|
msgid "Command"
|
|
|
|
msgstr "Kommando"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/time.fish:4
|
|
|
|
msgid "Specify output format"
|
|
|
|
msgstr "Välj utdataformat"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/time.fish:5
|
|
|
|
msgid "Use the portable output format"
|
|
|
|
msgstr "Använd portabelt utdataformat"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/time.fish:6
|
|
|
|
msgid "Do not send the results to stderr, but overwrite the specified file"
|
|
|
|
msgstr "Skicka inte utdata till standard fel, skriv istället över angiven fil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/time.fish:7
|
|
|
|
msgid "(Used together with -o) Do not overwrite but append"
|
|
|
|
msgstr "(Används tillsamans med -o) Skriv inte över utan lägg till"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:3
|
|
|
|
msgid "Toggle command line/program name"
|
|
|
|
msgstr "Växla visning av kommandorad/programnamn"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:4
|
|
|
|
msgid "Update interval"
|
|
|
|
msgstr "Uppdateringsintervall"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:6
|
|
|
|
msgid "Toggle idle processes"
|
|
|
|
msgstr "Växla visning av overksamma processer"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:7
|
|
|
|
msgid "Maximium iterations"
|
|
|
|
msgstr "Maximalt antal step"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:8
|
|
|
|
msgid "Monitor effective UID"
|
|
|
|
msgstr "Bevaka effektivt användarid"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:9
|
|
|
|
msgid "Monitor user"
|
|
|
|
msgstr "Bevaka användare"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:10
|
|
|
|
msgid "Monitor PID"
|
|
|
|
msgstr "Bevaka process-id"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:11
|
|
|
|
msgid "Secure mode"
|
|
|
|
msgstr "Säkert läge"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/top.fish:12
|
|
|
|
msgid "Cumulative mode"
|
|
|
|
msgstr "Ackumulerande läge"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/touch.fish:1
|
|
|
|
msgid "Change access time"
|
|
|
|
msgstr "Visa åtkomsttid"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/touch.fish:2
|
|
|
|
msgid "Set date back"
|
|
|
|
msgstr "Sätt tillbaka datum"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/touch.fish:3
|
|
|
|
msgid "Do not create file"
|
|
|
|
msgstr "Skapa inte fil"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/touch.fish:4 share/completions/touch.fish:8
|
|
|
|
msgid "Set date"
|
|
|
|
msgstr "Välj datum"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/touch.fish:5
|
|
|
|
msgid "Set date forward"
|
|
|
|
msgstr "Sätt fram datum"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/touch.fish:6
|
|
|
|
msgid "Change modification time"
|
|
|
|
msgstr "Ändra ändringstid"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/touch.fish:7
|
|
|
|
msgid "Use this files times"
|
|
|
|
msgstr "Använd denna fils tider"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/trap.fish:2
|
|
|
|
msgid "Display names of all signals"
|
|
|
|
msgstr "Visa namn på alla signaler"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/trap.fish:3
|
|
|
|
msgid "Display all currently defined trap handlers"
|
|
|
|
msgstr "Visa all för tillfället definerade trap-hanterare"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/type.fish:3
|
|
|
|
msgid "Print all possible definitions of the specified name"
|
|
|
|
msgstr "Visa alla möjliga definitioner av det angivna namnet"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/type.fish:4
|
|
|
|
msgid "Supress function and builtin lookup"
|
|
|
|
msgstr "Undertryck kontroll av funktioner och inbyggda kommandon"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/type.fish:5
|
|
|
|
msgid "Print command type"
|
|
|
|
msgstr "Skriv ut kommandotyp"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/type.fish:6
|
|
|
|
msgid "Print path to command, or nothing if name is not a command"
|
|
|
|
msgstr ""
|
|
|
|
"Visa sökväg till kommando, eller ingenting om namn inte är ett kommando"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/type.fish:7
|
|
|
|
msgid "Print path to command"
|
|
|
|
msgstr "Visa sökväg till kommando"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:2
|
|
|
|
msgid "Set or get all current limits"
|
|
|
|
msgstr "Visa eller redigera alla resursanvändningsgränser"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:3
|
|
|
|
msgid "Maximum size of core files created"
|
|
|
|
msgstr "Maximal storlek på skapade corefiler"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:4
|
|
|
|
msgid "Maximum size of a process's data segment"
|
|
|
|
msgstr "Maximal storlek på på en process datasegment"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:5
|
|
|
|
msgid "Maximum size of files created by the shell"
|
|
|
|
msgstr "Maximal storlek på filer skapade av skalet"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:6
|
|
|
|
msgid "Maximum size that may be locked into memory"
|
|
|
|
msgstr "Maximal storlek som kan låsas i minnet"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:7
|
|
|
|
msgid "Maximum resident set size"
|
|
|
|
msgstr "Maximal ”resident set size”"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:8
|
|
|
|
msgid "Maximum number of open file descriptors"
|
|
|
|
msgstr "Maximalt antal öppna filidentifierare"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:9
|
|
|
|
msgid "Maximum stack size"
|
|
|
|
msgstr "Maximal stackstorlek"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:10
|
|
|
|
msgid "Maximum amount of cpu time in seconds"
|
|
|
|
msgstr "Maximal cpu-tid i sekunder"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:11
|
|
|
|
msgid "Maximum number of processes available to a single user"
|
|
|
|
msgstr "Maximalt antal processer tillgängliga för en enskild användare"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/ulimit.fish:12
|
|
|
|
msgid "Maximum amount of virtual memory available to the shell"
|
|
|
|
msgstr "Maximal mängd virtuellt minne tillgängligt för skalet"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:13
|
|
|
|
msgid "Unmount without writing in /etc/mtab"
|
|
|
|
msgstr "Avmontera utan stt skriva till /etc/mtab"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:14
|
|
|
|
msgid "In case unmounting fails, try to remount read-only"
|
|
|
|
msgstr "Om avmontering misslyckas, försök att ommontera i skrivskyddat läge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:15
|
|
|
|
msgid ""
|
|
|
|
"In case the unmounted device was a loop device, also free this loop device"
|
|
|
|
msgstr ""
|
|
|
|
"Om den avmonterade enheten var en vändslinga, återlämna också denna enhet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:16
|
|
|
|
msgid "Don't call the /sbin/umount.<filesystem> helper even if it exists"
|
|
|
|
msgstr "Anropa inte /sbin/umount.<filsystem>-hjälparen, även om den existerar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:17
|
|
|
|
msgid "Unmount all of the file systems described in /etc/mtab"
|
|
|
|
msgstr "Avmontera all a filsystem i /etc/mtab"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:18
|
|
|
|
msgid "Actions should only be taken on file systems of the specified type"
|
|
|
|
msgstr "Utför bara handlingar på filsystem av angiven typ"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:19
|
|
|
|
msgid ""
|
|
|
|
"Actions should only be taken on file systems with the specified options in /"
|
|
|
|
"etc/fstab"
|
|
|
|
msgstr ""
|
|
|
|
"Utför bara handlingar på filsystem med de angivna flaggorna i /etc/fstab"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:20
|
|
|
|
msgid "Force unmount (in case of an unreachable NFS system)"
|
|
|
|
msgstr "Tvinga avmontering (vid onåbart NFS-filsystem)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/umount.fish:21
|
|
|
|
msgid ""
|
|
|
|
"Detach the filesystem from the filesystem hierarchy now, and cleanup all "
|
|
|
|
"references to the filesystem as soon as it is not busy"
|
|
|
|
msgstr ""
|
|
|
|
"Koppla bort filsystemet från hierarkin nu, och rensa upp alla referenser "
|
|
|
|
"till filsystemet så fort som det inte är upptaget"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:1
|
|
|
|
msgid "Print all information"
|
|
|
|
msgstr "Visa all information"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:2
|
|
|
|
msgid "Print kernel name"
|
|
|
|
msgstr "Visa kärnnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:3
|
|
|
|
msgid "Print network node hostname"
|
|
|
|
msgstr "Visa värdnamn på nätverksnod"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:4
|
|
|
|
msgid "Print kernel release"
|
|
|
|
msgstr "Visa kärnrelese"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:5
|
|
|
|
msgid "Print kernel version"
|
|
|
|
msgstr "Visa kärnversion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:6
|
|
|
|
msgid "Print machine name"
|
|
|
|
msgstr "Visa maskinnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:7
|
|
|
|
msgid "Print processor"
|
|
|
|
msgstr "Visa processor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:8
|
|
|
|
msgid "Print hardware platform"
|
|
|
|
msgstr "Visa hårdvaruplattoform"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uname.fish:9
|
|
|
|
msgid "Print operating system"
|
|
|
|
msgstr "Visa operativsystem"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uniq.fish:1
|
|
|
|
msgid "Print number of occurences"
|
|
|
|
msgstr "Visa antal händelser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uniq.fish:2
|
|
|
|
msgid "Only print duplicates"
|
|
|
|
msgstr "Visa bara dubletter"
|
2006-01-11 14:17:35 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uniq.fish:3
|
|
|
|
msgid "Remove non-duplicate lines"
|
|
|
|
msgstr "Ta bort rader som saknar dubletter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uniq.fish:8
|
|
|
|
msgid "Avoid comparing first N fields"
|
|
|
|
msgstr "Jämför inte första N fält"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uniq.fish:9
|
|
|
|
msgid "Case insensitive"
|
|
|
|
msgstr "Ignorera skiftläge"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uniq.fish:10
|
|
|
|
msgid "Avoid comparing first N characters"
|
|
|
|
msgstr "Jämför inte de första N tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uniq.fish:11
|
|
|
|
msgid "Only print unique lines"
|
|
|
|
msgstr "Visa bara unika rader"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/uniq.fish:12
|
|
|
|
msgid "Compare only specified number of characters"
|
|
|
|
msgstr "Jämför bara angivet antal tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:12
|
|
|
|
msgid "Skin"
|
|
|
|
msgstr "Verktyg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:25
|
|
|
|
msgid "Display help and debug options"
|
|
|
|
msgstr "Visa hjälp och debug-val"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:29
|
|
|
|
msgid "Valgrind-ise children"
|
|
|
|
msgstr "Kör barnprocesser i valgrind"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:30
|
|
|
|
msgid "Track file descriptors"
|
|
|
|
msgstr "Håll reda på filidentifierare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:31
|
|
|
|
msgid "Log to file descriptor"
|
|
|
|
msgstr "Logga fill filidentifierare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:32
|
|
|
|
msgid "Log to file"
|
|
|
|
msgstr "Logga till fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:33
|
|
|
|
msgid "Log to socket"
|
|
|
|
msgstr "Logga till uttag (socket)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:35
|
|
|
|
msgid "Callers in stack trace"
|
|
|
|
msgstr "Antal visade anrop i stack-spår"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:36
|
|
|
|
msgid "Stop showing errors if too many"
|
|
|
|
msgstr "Sluta visa fel om för många"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:37
|
|
|
|
msgid "Continue trace below main()"
|
|
|
|
msgstr "Fortsätt spåra under main()-anroppet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:38
|
|
|
|
msgid "Supress errors from file"
|
|
|
|
msgstr "Undertryck fel från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:39
|
|
|
|
msgid "Print suppressions for detected errors"
|
|
|
|
msgstr "Visa undertryckningar för detekterade fel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:40
|
|
|
|
msgid "Start debugger on error"
|
|
|
|
msgstr "Starta debugger vid fel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:41
|
|
|
|
msgid "Debugger command"
|
|
|
|
msgstr "Debuggerkommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:42
|
|
|
|
msgid "File descriptor for input"
|
|
|
|
msgstr "Filidentifierare för indata"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:46 share/completions/valgrind.fish:55
|
|
|
|
msgid "Check for memory leaks"
|
|
|
|
msgstr "Kontrollera förekomst av minnesläckor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:47 share/completions/valgrind.fish:56
|
|
|
|
msgid "Show reachable leaked memory"
|
|
|
|
msgstr "Visa nåbart läckt minne"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:48
|
|
|
|
msgid ""
|
|
|
|
"Determines how willing Memcheck is to consider different backtraces to be "
|
|
|
|
"the same"
|
|
|
|
msgstr ""
|
|
|
|
"Bestämmer hur villig Memcheck är att betrakta olika stack-spår som lika"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:49 share/completions/valgrind.fish:58
|
|
|
|
msgid "Set size of freed memory pool"
|
|
|
|
msgstr "Välj storlek på pool av återlämnat minne"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:57
|
|
|
|
msgid ""
|
|
|
|
"Determines how willing Addrcheck is to consider different backtraces to be "
|
|
|
|
"the same"
|
|
|
|
msgstr ""
|
|
|
|
"Bestämmer hur villig Addrcheck är att betrakta olika stack-spår som lika"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:63
|
|
|
|
msgid "Type of L1 instruction cache"
|
|
|
|
msgstr "Typ av L1-instruktionscache"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:64
|
|
|
|
msgid "Type of L1 data cache"
|
|
|
|
msgstr "Typ av L1-datacache"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:65
|
|
|
|
msgid "Type of L2 cache"
|
|
|
|
msgstr "Typ av L2-cache"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:69
|
|
|
|
msgid "Specify a function that allocates memory"
|
|
|
|
msgstr "Ange en minnesallokeringsfunktion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:71
|
|
|
|
msgid "The number of bytes of heap overhead per allocation"
|
|
|
|
msgstr "Antalet bytes av extra heap-utrymme som används per allokering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:72
|
|
|
|
msgid "Profile stack usage"
|
|
|
|
msgstr "Profilera stackanvändning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:73
|
|
|
|
msgid "Depth of call chain"
|
|
|
|
msgstr "Djup i anroppskedjan"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/valgrind.fish:74
|
|
|
|
msgid "Profiling output format"
|
|
|
|
msgstr "Utdataformat för profilering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wc.fish:1
|
|
|
|
msgid "Print byte counts"
|
|
|
|
msgstr "Visa antal bytes"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wc.fish:2
|
|
|
|
msgid "Print character counts"
|
|
|
|
msgstr "Visa antal tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wc.fish:3
|
|
|
|
msgid "Print newline counts"
|
|
|
|
msgstr "Visa antal radbrytningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wc.fish:4
|
|
|
|
msgid "Print length of longest line"
|
|
|
|
msgstr "Visa längd av längsta rad"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wc.fish:5
|
|
|
|
msgid "Print word counts"
|
|
|
|
msgstr "Visa antal ord"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/w.fish:1
|
|
|
|
msgid "Dont print header"
|
|
|
|
msgstr "Visa inte huvud"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/w.fish:2
|
|
|
|
msgid "Ignore username for time calculations"
|
|
|
|
msgstr "Ignorera användarnamn vid tidsberäkningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/w.fish:3
|
|
|
|
msgid "Short format"
|
|
|
|
msgstr "Kort format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/w.fish:4
|
|
|
|
msgid "Toggle printing of remote hostname"
|
|
|
|
msgstr "Växla utskrift av värdnamn för andra datorer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:7
|
|
|
|
msgid "Go to background immediately after startup"
|
|
|
|
msgstr "Gå till bakgrunden omedelbart efter uppstart"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:8
|
|
|
|
msgid "Execute command as if part of .wgetrc"
|
|
|
|
msgstr "Utför kommando som om get vore en del av .wgetrc"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:9
|
|
|
|
msgid "Log all messages to logfile"
|
|
|
|
msgstr "Logga alla meddelanden till loggfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:10
|
|
|
|
msgid "Append all messages to logfile"
|
|
|
|
msgstr "Lägg till alla meddelanden till loggfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:11
|
|
|
|
msgid "Turn on debug output"
|
|
|
|
msgstr "Slå på visning av debuginformation"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:14 share/completions/wget.fish:15
|
|
|
|
msgid "Turn off verbose without being completely quiet"
|
|
|
|
msgstr "Slå av utförligt läge utan att vara helt tyst"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:16
|
|
|
|
msgid "Read URLs from file"
|
|
|
|
msgstr "Läs URLer från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:17
|
|
|
|
msgid "Force input to be treated as HTML"
|
|
|
|
msgstr "Tvinga indata att behandlas som HTML"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:18
|
|
|
|
msgid "Prepend string to relative links"
|
|
|
|
msgstr "Lägg till sträng före relativa länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:19
|
|
|
|
msgid "Bind address on local machine"
|
|
|
|
msgstr "Bind till adress på lokal maskin"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:20
|
|
|
|
msgid "Set number of retries to number"
|
|
|
|
msgstr "Välj antal gånger att försöka igen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:21
|
|
|
|
msgid "Concatenate output to file"
|
|
|
|
msgstr "Sammanlägg utdata till fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:22 share/completions/wget.fish:23
|
|
|
|
msgid "Never overwrite files with same name"
|
|
|
|
msgstr "Skriv aldrig över filer med samma namn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:24
|
|
|
|
msgid "Continue getting a partially-downloaded file"
|
|
|
|
msgstr "Fortsätt hämta partiellt nedladdad fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:25
|
|
|
|
msgid "Select progress meter type"
|
|
|
|
msgstr "Välj förloppsindikatortyp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:32
|
|
|
|
msgid "Turn on time-stamping"
|
|
|
|
msgstr "Slå på tidsstämpling"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:33
|
|
|
|
msgid "Print the headers/responses sent by servers"
|
|
|
|
msgstr "Visa huvuden/svar skickade från servrar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:34
|
|
|
|
msgid "Do not download the pages, just check that they are there"
|
|
|
|
msgstr "Ladda inte ner sidorna, kontrollera bara att de är där"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:35
|
|
|
|
msgid "Set the network timeout"
|
|
|
|
msgstr "Välj nätverkstimeout"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:36
|
|
|
|
msgid "Set the DNS lookup timeout"
|
|
|
|
msgstr "Välj DNS-lookuptimeout"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:37
|
|
|
|
msgid "Set the connect timeout"
|
|
|
|
msgstr "Välj uppkopplingstimeout"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:38
|
|
|
|
msgid "Set the read (and write) timeout"
|
|
|
|
msgstr "Välj läs (och skriv) timeout"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:39
|
|
|
|
msgid "Limit the download speed"
|
|
|
|
msgstr "Begränsa nedladdningshastigheten"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:40
|
|
|
|
msgid "Wait the specified number of seconds between the retrievals"
|
|
|
|
msgstr "Vänta det angivna antalet sekunder mellan hämtningar"
|
2006-01-24 23:08:50 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:41
|
|
|
|
msgid "Wait time between retries"
|
|
|
|
msgstr "Vänta tid mellan nytt hämtförsök"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:42
|
|
|
|
msgid "Wait random amount of time between retrievals"
|
|
|
|
msgstr "Vänta en slumpvald tid mellan hämtningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:43
|
|
|
|
msgid "Toggle proxy support"
|
|
|
|
msgstr "Slå på proxystöd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:44
|
|
|
|
msgid "Specify download quota for automatic retrievals"
|
|
|
|
msgstr "Ange nedladdningskvot för automatiska hämtningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:45
|
|
|
|
msgid "Turn off caching of DNS lookups"
|
|
|
|
msgstr "Slå av cachning av DNS-frågor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:46
|
|
|
|
msgid ""
|
|
|
|
"Change which characters found in remote URLs may show up in local file names"
|
|
|
|
msgstr "Ändra vilka tecken i fjärr-URL som får förekomma i lokala filnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:53 share/completions/wget.fish:54
|
|
|
|
msgid "Do not create a hierarchy of directories"
|
|
|
|
msgstr "Skapa inte en kataloghierarki"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:55
|
|
|
|
msgid "Force creation of a hierarchy of directories"
|
|
|
|
msgstr "Tvinga skapande av kataloghierarki"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:56 share/completions/wget.fish:57
|
|
|
|
msgid "Disable generation of host-prefixed directories"
|
|
|
|
msgstr "Inaktivera generering av värd-prefixkatalogkomponenter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:58
|
|
|
|
msgid "Use the protocol name as a directory component"
|
|
|
|
msgstr "Använd protokollnamn som katalogkomponent"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:59
|
|
|
|
msgid "Ignore specified number of directory components"
|
|
|
|
msgstr "Ignorera angivet antal katalogkomponenter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:60
|
|
|
|
msgid "Set directory prefix"
|
|
|
|
msgstr "Välj katalogprefix"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:61
|
|
|
|
msgid "Force html files to have html extension"
|
|
|
|
msgstr "Tvinga html-filer att få html-suffix"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:62
|
|
|
|
msgid "Specify the http username"
|
|
|
|
msgstr "Välj httpanvändarnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:63
|
|
|
|
msgid "Specify the http password"
|
|
|
|
msgstr "Välj httplösenord"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:64
|
|
|
|
msgid "Disable server-side cache"
|
|
|
|
msgstr "Inaktivera cache på serversidan"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:65
|
|
|
|
msgid "Disable the use of cookies"
|
|
|
|
msgstr "Inaktivera användandet av kakor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:66
|
|
|
|
msgid "Load cookies from file"
|
|
|
|
msgstr "Ladda kakor från fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:67
|
|
|
|
msgid "Save cookies to file"
|
|
|
|
msgstr "Spara kakor till fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:68
|
|
|
|
msgid "Save session cookies"
|
|
|
|
msgstr "Spara sessionskakor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:69
|
|
|
|
msgid "Ignore 'Content-Length' header"
|
|
|
|
msgstr "Ignorera ”Content-Length” huvud"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:70
|
|
|
|
msgid "Define an additional-header to be passed to the HTTP servers"
|
|
|
|
msgstr "Definera ett extra huvud att skicka till HTTP-servern"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:71
|
|
|
|
msgid "Specify the proxy username"
|
|
|
|
msgstr "Välj proxyanvändarnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:72
|
|
|
|
msgid "Specify the proxy password"
|
|
|
|
msgstr "Välj proxylösenord"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:73
|
|
|
|
msgid "Set referer URL"
|
|
|
|
msgstr "Välj referens-URL"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:74
|
|
|
|
msgid "Save the headers sent by the HTTP server"
|
|
|
|
msgstr "Spara headers skickade av HTTP-servern"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:75
|
|
|
|
msgid "Identify as agent-string"
|
|
|
|
msgstr "Identifiera som följande agent"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:76 share/completions/wget.fish:77
|
|
|
|
msgid ""
|
|
|
|
"Use POST as the method for all HTTP requests and send the specified data in "
|
|
|
|
"the request body"
|
|
|
|
msgstr ""
|
|
|
|
"Använd POST som metod för atta HTTP-anropp och skicka den angivna datan i "
|
|
|
|
"anroppskroppen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:78
|
|
|
|
msgid "Turn off keep-alive for http downloads"
|
|
|
|
msgstr "Slå av keep-alive för http-nedladdningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:82
|
|
|
|
msgid "Don't remove the temporary .listing files generated"
|
|
|
|
msgstr "Radera inte de tillfälliga .listing filerna som genererats"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:83
|
|
|
|
msgid "Turn off FTP globbing"
|
|
|
|
msgstr "Använd inte filmatchning i FTP"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:84
|
|
|
|
msgid "Use the passive FTP retrieval scheme"
|
|
|
|
msgstr "Använd passiv FTP"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:85
|
|
|
|
msgid "Traverse symlinks and retrieve pointed-to files"
|
|
|
|
msgstr "Följ symboliska länkar och hämta pekade filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:89
|
|
|
|
msgid "Turn on recursive retrieving"
|
|
|
|
msgstr "Använd rekursiv hämtning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:90
|
|
|
|
msgid "Specify recursion maximum depth"
|
|
|
|
msgstr "Maximalt rekursionsdjup"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:91
|
|
|
|
msgid "Delete every single file downloaded"
|
|
|
|
msgstr "Radera alla nedladdade filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:92
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Convert the links in the document to make them suitable for local viewing"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Konvertera länkarna i dokumentet så att de passar för att titta på lokalt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:93
|
|
|
|
msgid "Back up the original version"
|
|
|
|
msgstr "Backa upp orginalversionen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:94
|
|
|
|
msgid "Turn on options suitable for mirroring"
|
|
|
|
msgstr "Slå på passande flaggor för spegling"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:95
|
2006-01-19 13:45:18 +00:00
|
|
|
msgid ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Download all the files that are necessary to properly display a given HTML "
|
|
|
|
"page"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Ladda ner alla filer som behövs för att visa en given HTML-sida korrekt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:96
|
|
|
|
msgid "Turn on strict parsing of HTML comments"
|
|
|
|
msgstr "Slå på strikt tolkning av HTML-kommentarer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:100
|
|
|
|
msgid "Comma-separated lists of file name suffixes or patterns to accept"
|
|
|
|
msgstr "Kommaseparerad lista av filnamns-suffix eller mönster att ladda ner"
|
|
|
|
|
|
|
|
#: share/completions/wget.fish:101
|
|
|
|
msgid "Comma-separated lists of file name suffixes or patterns to reject"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Kommaseparerad lista av filnamns-suffix eller mönster att inte ladda ner"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:102
|
|
|
|
msgid "Set domains to be followed"
|
|
|
|
msgstr "Välj domäner att följa"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:103
|
|
|
|
msgid "Specify the domains that are not to be followed"
|
|
|
|
msgstr "Välj domäner som inte skall följas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:104
|
|
|
|
msgid "Follow FTP links from HTML documents"
|
|
|
|
msgstr "Följ FTP-länkar från HTML-dokument"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:105
|
|
|
|
msgid "HTML tags to follow"
|
|
|
|
msgstr "Följ angivna HTML-taggar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:106
|
|
|
|
msgid "HTML tags to ignore"
|
|
|
|
msgstr "Ignorera angivna HTML-taggar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:107
|
|
|
|
msgid "Enable spanning across hosts"
|
|
|
|
msgstr "Följ länkar mellan olika värdar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:108
|
|
|
|
msgid "Follow relative links only"
|
|
|
|
msgstr "Följ bara relativa länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:109
|
|
|
|
msgid "Specify a comma-separated list of directories you wish to follow"
|
|
|
|
msgstr "Välj en kommaseparerad lista av kataloger som skall följas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:110
|
|
|
|
msgid "Specify a comma-separated list of directories you wish to exclude"
|
|
|
|
msgstr "Välj en kommaseparerad lista av kataloger som skall exkluderas"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/wget.fish:111 share/completions/wget.fish:112
|
|
|
|
msgid "Do not ever ascend to the parent directory"
|
|
|
|
msgstr "Nedstig aldrig i föräldrakatalog"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:1
|
|
|
|
msgid "Same as -b -d --login -p -r -t -T -u"
|
|
|
|
msgstr "Synonymt med -b -d --login -p -r -t -T -u"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:2
|
|
|
|
msgid "Print time of last boot"
|
|
|
|
msgstr "Visa tidpunkt för senaste uppstart"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:3
|
|
|
|
msgid "Print dead processes"
|
|
|
|
msgstr "Visa döda processer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:4
|
|
|
|
msgid "Print line of headings"
|
|
|
|
msgstr "Skriv ut rad av överskrifter"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:5
|
|
|
|
msgid "Print idle time"
|
|
|
|
msgstr "Visa overksam tid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:6
|
|
|
|
msgid "Print login process"
|
|
|
|
msgstr "Visa inloggningsprocess"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:7
|
|
|
|
msgid "Canonicalize hostnames via DNS"
|
|
|
|
msgstr "Gör värdnamn kanoniska via DNS"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:8
|
|
|
|
msgid "Print hostname and user for stdin"
|
|
|
|
msgstr "Visa värdnamn och användare för standard in"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:9
|
|
|
|
msgid "Print active processes spawned by init"
|
|
|
|
msgstr "Visa aktiva processer skapade av init"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:10
|
|
|
|
msgid "Print all login names and number of users logged on"
|
|
|
|
msgstr "Skriv ut alla inloggningsnamn och antal inloggade användare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:11
|
|
|
|
msgid "Print current runlevel"
|
|
|
|
msgstr "Skriv ut nuvarande körnivå"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:12
|
|
|
|
msgid "Print name, line, and time"
|
|
|
|
msgstr "Visa namn, rad och tid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:13
|
|
|
|
msgid "Print last system clock change"
|
|
|
|
msgstr "Visa senaste systemklockändring"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:14 share/completions/who.fish:15
|
|
|
|
#: share/completions/who.fish:16
|
|
|
|
msgid "Print users message status as +, - or ?"
|
|
|
|
msgstr "Visa användarstatus som +, - eller ?"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/who.fish:17
|
|
|
|
msgid "List users logged in"
|
|
|
|
msgstr "Visa inloggade användare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:3
|
|
|
|
msgid "Display grammar and exit"
|
|
|
|
msgstr "Visa grammatik och avsluta"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:4
|
|
|
|
msgid "Select window by id"
|
|
|
|
msgstr "Välj fönster via id"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:5
|
|
|
|
msgid "Select window by name"
|
|
|
|
msgstr "Välj fönster via namn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:6
|
|
|
|
msgid "Display font properties"
|
|
|
|
msgstr "Visa fontegenskaper"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:7
|
|
|
|
msgid "Select root window"
|
|
|
|
msgstr "Välj rotfönster"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:8
|
|
|
|
msgid "Specify X server"
|
|
|
|
msgstr "Välj X-server"
|
|
|
|
|
|
|
|
#: share/completions/xprop.fish:9
|
|
|
|
msgid "Maximum display length"
|
|
|
|
msgstr "Maximal displaylängd"
|
|
|
|
|
|
|
|
#: share/completions/xprop.fish:10
|
|
|
|
msgid "Do not show property type"
|
|
|
|
msgstr "Visa inte egenskapstyp"
|
|
|
|
|
|
|
|
#: share/completions/xprop.fish:11
|
|
|
|
msgid "Set format file"
|
|
|
|
msgstr "Välj formatfil"
|
|
|
|
|
|
|
|
#: share/completions/xprop.fish:12
|
|
|
|
msgid "Select a window by clicking on its frame"
|
|
|
|
msgstr "Välj ett fönster genom att klicka på dess ram"
|
|
|
|
|
|
|
|
#: share/completions/xprop.fish:13
|
|
|
|
msgid "Remove property"
|
|
|
|
msgstr "Ta bort egenskap"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:19
|
|
|
|
msgid "Set property"
|
|
|
|
msgstr "Sätt egenskap"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:25
|
|
|
|
msgid "Examine property updates forever"
|
|
|
|
msgstr "Lyssna efter uppdateringar för alltid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xprop.fish:26
|
|
|
|
msgid "Set format"
|
|
|
|
msgstr "Välj format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:1
|
|
|
|
msgid "Append input to selection"
|
|
|
|
msgstr "Lägg till indata till slutet at urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:2
|
|
|
|
msgid "Append to selection as input grows"
|
|
|
|
msgstr "Lägg till till urval när indata växer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:3
|
|
|
|
msgid "Read into selection"
|
|
|
|
msgstr "Läs in i urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:4
|
|
|
|
msgid "Write selection"
|
|
|
|
msgstr "Visa urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:5
|
|
|
|
msgid "Clear selection"
|
|
|
|
msgstr "Töm urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:6
|
|
|
|
msgid "Delete selection"
|
|
|
|
msgstr "Radera urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:7
|
|
|
|
msgid "Use primary selection"
|
|
|
|
msgstr "Använd primärt urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:8
|
|
|
|
msgid "Use secondary selection"
|
|
|
|
msgstr "Använd sekundärt urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:9
|
|
|
|
msgid "Use clipboard selection"
|
|
|
|
msgstr "Använd urklipp (clipboard) istället för urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:10
|
|
|
|
msgid "Make current selections persistent after program exit"
|
|
|
|
msgstr "Gör så nuvarande urval finns kvar efter programavslut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:11
|
|
|
|
msgid "Exchange primary and secondary selections"
|
|
|
|
msgstr "Växla primärt och sekundärt urval"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:12
|
|
|
|
msgid "X server display"
|
|
|
|
msgstr "X-serverdisplay"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:13
|
|
|
|
msgid "Timeout for retrieving selection"
|
|
|
|
msgstr "Timeout under hämtning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:14
|
|
|
|
msgid "Error log"
|
|
|
|
msgstr "Fellogg"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:15
|
|
|
|
msgid "Do not detach from the controlling terminal"
|
|
|
|
msgstr "Frikoppla inte från terminalen"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/xsel.fish:17
|
|
|
|
msgid "Print informative messages"
|
|
|
|
msgstr "Visa informativa meddelanden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:49
|
|
|
|
msgid "Set debug level"
|
|
|
|
msgstr "Välj debugnivå"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:50
|
|
|
|
msgid "Set error level"
|
|
|
|
msgstr "Välj felrapporteringsnivå"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:51
|
|
|
|
msgid "Be tolerant of errors in commandline"
|
|
|
|
msgstr "Tolerera fel i kommandoraden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:52
|
|
|
|
msgid "Set maximum delay between commands"
|
|
|
|
msgstr "Välj maximal fördröjning mellan kommandon"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:53
|
|
|
|
msgid "Run commands from cache"
|
|
|
|
msgstr "Kör ett kommando från cache"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:55
|
|
|
|
msgid "Specify installroot"
|
|
|
|
msgstr "Välj installationsrot"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:56
|
|
|
|
msgid "Enable repository"
|
|
|
|
msgstr "Aktivera förråd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:57
|
|
|
|
msgid "Disable repository"
|
|
|
|
msgstr "Inaktivera förråd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:58
|
|
|
|
msgid "Enables obsolets processing logic"
|
|
|
|
msgstr "Slå på hantering av obsoleta paket"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:59
|
|
|
|
msgid "Output rss-data to file"
|
|
|
|
msgstr "Skriv rss-data till fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/yum.fish:60
|
|
|
|
msgid "Exclude specified package from updates"
|
|
|
|
msgstr "Exkludera angivna paket från uppdateringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:2
|
|
|
|
msgid "Freshen: only changed files"
|
|
|
|
msgstr "Uppdatera: Lägg till ändrade filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:3
|
|
|
|
msgid "Delete entries in zipfile"
|
|
|
|
msgstr "Radera filer från zipfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:4
|
|
|
|
msgid "Update: only changed or newer files"
|
|
|
|
msgstr "Uppdatera: Lägg bara till ändrade och nya filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:5
|
|
|
|
msgid "Move into zipfile (delete files)"
|
|
|
|
msgstr "Radera de filer som läggs till arkivet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:7
|
|
|
|
msgid "Do not store directory names"
|
|
|
|
msgstr "Lagra inte katalognamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:8
|
|
|
|
msgid "Do not compress at all"
|
|
|
|
msgstr "Komprimera inte alls"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:9
|
|
|
|
msgid "Convert LF to CR LF"
|
|
|
|
msgstr "Konvertera LF (Unixradbrytning) till CR LF (Windowsradbrytning)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:10
|
|
|
|
msgid "Convert CR LF to LF"
|
|
|
|
msgstr "Konvertera CR LF (Windowsradbrytning) till LF (Unixradbrytning)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:11
|
|
|
|
msgid "Compress faster"
|
|
|
|
msgstr "Snabb komprimering"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:12
|
|
|
|
msgid "Compress better"
|
|
|
|
msgstr "Högre kompressionsgrad"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:15
|
|
|
|
msgid "Add one-line comments"
|
|
|
|
msgstr "Lägg till enradskommentar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:16
|
|
|
|
msgid "Add zipfile comments"
|
|
|
|
msgstr "Lägg till kommentar till zipfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:17
|
|
|
|
msgid "Read names from stdin"
|
|
|
|
msgstr "Läs namn från standard in"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:18
|
|
|
|
msgid "Make zipfile as old as the latest entry"
|
|
|
|
msgstr "Sätt filens ändringsdatum till ändringsdatum av senaste fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:19
|
|
|
|
msgid "Exclude the following names"
|
|
|
|
msgstr "Exkludera följande namn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:20
|
|
|
|
msgid "Include only the following names"
|
|
|
|
msgstr "Inkludera bara följande namn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:21
|
|
|
|
msgid "Fix zipfile"
|
|
|
|
msgstr "Reparera zip-fil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:22
|
|
|
|
msgid "Fix zipfile (try harder)"
|
|
|
|
msgstr "Reparera zip-fil (försök mer)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:23
|
|
|
|
msgid "Adjust offsets to suit self-extracting exe"
|
|
|
|
msgstr ""
|
|
|
|
"Justera förskjutningar för att lämna plats för att skapa ett "
|
|
|
|
"självextraherande arkiv"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:24
|
|
|
|
msgid "Strip prepended data"
|
|
|
|
msgstr "Ta bort datablock före arkivet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:25
|
|
|
|
msgid "Test zipfile integrity"
|
|
|
|
msgstr "Testa zipfilintegritet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:26
|
|
|
|
msgid "Exclude extra file attributes"
|
|
|
|
msgstr "Exkludera extra filattribut"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:27
|
|
|
|
msgid "Store symbolic links as links"
|
|
|
|
msgstr "Lagra symboliska länkar som länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:28
|
|
|
|
msgid "PKZIP recursion"
|
|
|
|
msgstr "PKZIP-rekursion"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:29
|
|
|
|
msgid "Encrypt"
|
|
|
|
msgstr "Kryptera"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/completions/zip.fish:30
|
|
|
|
msgid "Don't compress files with these suffixes"
|
|
|
|
msgstr "Komprimera inte filer med dessa ändelser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/contains.fish:8
|
|
|
|
msgid "Test if a key is contained in a set of values"
|
|
|
|
msgstr "Testa om en nyckel finns med i en uppsättning av värden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/contains.fish:21
|
|
|
|
msgid "%s: Unknown option '%s'\\n"
|
|
|
|
msgstr "%s: Okänd flagga ”%s”\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/contains.fish:34
|
|
|
|
msgid "%s: Key not specified\\n"
|
|
|
|
msgstr "%s: Ingen nyckel angiven"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/dirh.fish:2
|
|
|
|
msgid "Print the current directory history (the back- and fwd- lists)"
|
|
|
|
msgstr "Visa arbetskatalogshistorik (bakåt och frammåt)"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/dirs.fish:1
|
|
|
|
msgid "Print directory stack"
|
|
|
|
msgstr "Visa katalogstack"
|
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: share/functions/_.fish:6 seq:15
|
|
|
|
msgid "^/dev/null"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: share/functions/_.fish:7 share/functions/_.fish:11
|
|
|
|
#: share/functions/N_.fish:3 seq:11 seq:16
|
|
|
|
msgid "-d"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: share/functions/_.fish:8 seq:17
|
|
|
|
msgid "fish"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:4
|
|
|
|
msgid "Maximum uploads at once"
|
|
|
|
msgstr "Maximalt antal samtidiga uppladningar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:5
|
|
|
|
msgid "Number of seconds between keepalives"
|
|
|
|
msgstr "Sekunder mellan keepalives"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:6
|
|
|
|
msgid "Bytes per request"
|
|
|
|
msgstr "Bytes per förfrågan"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:7
|
|
|
|
msgid "Requests per pipe"
|
|
|
|
msgstr "Förfrågningar per rör"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:8
|
|
|
|
msgid "Maximum length prefix encoding"
|
|
|
|
msgstr "Maximal längd på prefixkod"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:9
|
|
|
|
msgid "IP to report to the tracker"
|
|
|
|
msgstr "IP adress att rapportera till tracker"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:10
|
|
|
|
msgid "Minimum port to listen to"
|
|
|
|
msgstr "Lägsta portnummer att lyssna på"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:11
|
|
|
|
msgid "Maximum port to listen to"
|
|
|
|
msgstr "Högsta portnummer att lyssna på"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:12
|
|
|
|
msgid "File for server response"
|
|
|
|
msgstr "Fil att lagra serversvar i"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:13
|
|
|
|
msgid "URL to get file from"
|
|
|
|
msgstr "URL att hämta fil från"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:14
|
|
|
|
msgid "Local file target"
|
|
|
|
msgstr "Lokal fil att hämta till"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:15
|
|
|
|
msgid "Time to close inactive socket"
|
|
|
|
msgstr "Fördröjning innan inaktivt uttag (socket) stängs"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:16
|
|
|
|
msgid "Time between checking timeouts"
|
|
|
|
msgstr "Intervall mellan kontroller av timeouts"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:17
|
|
|
|
msgid "Maximum outgoing slice length"
|
|
|
|
msgstr "Längsta slice-storlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:18
|
|
|
|
msgid "Maximum time to guess rate"
|
|
|
|
msgstr "Maximalt tid att gissa kvot"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:19
|
|
|
|
msgid "IP to bind to locally"
|
|
|
|
msgstr "Lokal IP-adress att binda till"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:20
|
|
|
|
msgid "Time between screen updates"
|
|
|
|
msgstr "Tid mellan skärmuppdateringar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:21
|
|
|
|
msgid "Time to wait between requesting more peers"
|
|
|
|
msgstr "Tidsintevall mellan förfrågningar efter nya fränder"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:22
|
|
|
|
msgid "Minimum number of peers to not do requesting"
|
|
|
|
msgstr "Minimalt antal fränder för att inte skicka förfrågan"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:23
|
|
|
|
msgid "Number of seconds before assuming http timeout"
|
|
|
|
msgstr "Sekunder innan http-timeout"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:24
|
|
|
|
msgid "Number of peers at which to stop initiating new connections"
|
|
|
|
msgstr "Antal fränder för att inte skapa nya uppkopplingar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:25
|
|
|
|
msgid "Maximum number of connections to allow"
|
|
|
|
msgstr "Maximalt antal tillåtna uppkopplingar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:26
|
|
|
|
msgid "Whether to check hashes on disk"
|
|
|
|
msgstr "Om disk-hashar skall verifieras"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:27
|
|
|
|
msgid "Maximum kB/s to upload at"
|
|
|
|
msgstr "Maximal uppladdningstakt i kB/s"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:28
|
|
|
|
msgid "Seconds to wait for data to come in before assuming choking"
|
|
|
|
msgstr "Antal sekunder att vänta innan antagande om strypning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:29
|
|
|
|
msgid "Whether to display diagnostic info"
|
|
|
|
msgstr "Visa debuginfo"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:30
|
|
|
|
msgid "Number of downloads at which to switch from random to rarest first"
|
2006-01-19 13:45:18 +00:00
|
|
|
msgstr ""
|
2006-02-18 02:35:59 +00:00
|
|
|
"Antal nedladdningar för att byta från slumpmässig slice till ovanligaste "
|
|
|
|
"slice först"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:31
|
|
|
|
msgid "Number of uploads to fill out to with optimistic unchokes"
|
|
|
|
msgstr "Antalet uppladningar att fylla med optimistisk avstrypning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_bittorrent.fish:32
|
|
|
|
msgid "Whether to inform the user that hash failures occur"
|
|
|
|
msgstr "Om användaren skall informeras om hashfel"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:16
|
|
|
|
msgid "Show hidden"
|
|
|
|
msgstr "Visa dolda filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:17
|
|
|
|
msgid "Show hidden except . and .."
|
|
|
|
msgstr "Visa dolda filer utom . och .."
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:18
|
|
|
|
#: share/functions/__fish_complete_ls.fish:27
|
|
|
|
#: share/functions/__fish_complete_ls.fish:59
|
|
|
|
msgid "Append filetype indicator"
|
|
|
|
msgstr "Lägg till filtypsindikator"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:19
|
|
|
|
#: share/functions/__fish_complete_ls.fish:20
|
|
|
|
msgid "Follow symlinks"
|
|
|
|
msgstr "Följ symboliska länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:21
|
|
|
|
msgid "List subdirectory recursively"
|
|
|
|
msgstr "Visa underkataloger rekursivt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:22
|
|
|
|
#: share/functions/__fish_complete_ls.fish:97
|
|
|
|
msgid "Octal escapes for non graphic characters"
|
|
|
|
msgstr "Använd oktala specialsekvenser för ickegrafiska tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:23
|
|
|
|
msgid "List directories, not their content"
|
|
|
|
msgstr "Visa kataloger, inte deras innehåll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:25
|
|
|
|
msgid "Print inode number of files"
|
|
|
|
msgstr "Visa inod för filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:26
|
|
|
|
msgid "Long format, numeric IDs"
|
|
|
|
msgstr "Långt format, numeriska IDn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:28
|
|
|
|
msgid "Replace non-graphic characters with '?'"
|
|
|
|
msgstr "Ersätt ickegrafiska tecken med ”?”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:29
|
|
|
|
msgid "Reverse sort order"
|
|
|
|
msgstr "Omvänd sorteringsordning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:30
|
|
|
|
msgid "Print size of files"
|
|
|
|
msgstr "Visa filstorlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:32
|
|
|
|
msgid "List by columns"
|
|
|
|
msgstr "Visa kolumnvis"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:33
|
|
|
|
msgid "Sort by size"
|
|
|
|
msgstr "Sortera på storlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:34
|
|
|
|
msgid "Show and sort by ctime"
|
|
|
|
msgstr "Visa och sortera på skapelsetidpunkt"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:35
|
|
|
|
msgid "Don't sort"
|
|
|
|
msgstr "Sortera ej filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:36
|
|
|
|
msgid "Long format without owner"
|
|
|
|
msgstr "Långt format utan ägare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:37
|
|
|
|
msgid "Set blocksize to 1kB"
|
|
|
|
msgstr "Välj blockstorlek 1kB"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:39
|
|
|
|
msgid "Comma separated format"
|
|
|
|
msgstr "Kommaseparerat format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:40
|
|
|
|
msgid "Sort by modification time"
|
|
|
|
msgstr "Sortera på ändringstid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:41
|
|
|
|
msgid "Show access time"
|
|
|
|
msgstr "Visa senaste åtkomsttid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:42
|
|
|
|
msgid "List entries by lines"
|
|
|
|
msgstr "Visa radvis"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:43
|
|
|
|
msgid "List one file per line"
|
|
|
|
msgstr "Visa en fil per rad"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:49
|
|
|
|
msgid "Print author"
|
|
|
|
msgstr "Visa författare"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:50
|
|
|
|
msgid "Set block size"
|
|
|
|
msgstr "Välj blockstorlek"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:51
|
|
|
|
msgid "Ignore files ending with ~"
|
|
|
|
msgstr "Ignorera filer som slutar på ~"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:52
|
|
|
|
#: share/functions/__fish_complete_ls.fish:98
|
|
|
|
msgid "Use colors"
|
|
|
|
msgstr "Använd färger"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:53
|
|
|
|
msgid "Generate dired output"
|
|
|
|
msgstr "Generera utdata för dired"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:54
|
|
|
|
msgid "List format"
|
|
|
|
msgstr "Listformat"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:55
|
|
|
|
msgid "Long format, full-iso time"
|
|
|
|
msgstr "Långt format, full-iso-tid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:56
|
|
|
|
msgid "Don't print group information"
|
|
|
|
msgstr "Visa inte information om grupp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:60
|
|
|
|
msgid "Skip entries matching pattern"
|
|
|
|
msgstr "Visa inte filer som matchar mönster"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:61
|
|
|
|
#: share/functions/__fish_complete_ls.fish:105
|
|
|
|
msgid "Print raw entry names"
|
|
|
|
msgstr "Skriv obehandlade filnamn"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:62
|
|
|
|
msgid "Long format without groups"
|
|
|
|
msgstr "Långt fromat utan grupper"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:63
|
|
|
|
msgid "Non graphic as-is"
|
|
|
|
msgstr "Ersätt inte icke-grafiska tecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:64
|
|
|
|
msgid "Enclose entry in quotes"
|
|
|
|
msgstr "Omgärda namn med citattecken"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:65
|
|
|
|
msgid "Select quoting style"
|
|
|
|
msgstr "Välj citatstil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:66
|
|
|
|
msgid "Sort criteria"
|
|
|
|
msgstr "Sorteringskriterium"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:77
|
|
|
|
msgid "Show time type"
|
|
|
|
msgstr "Visa tidtyp"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:84
|
|
|
|
msgid "Select time style"
|
|
|
|
msgstr "Välj tidformat"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:85
|
|
|
|
msgid "Assume tab stops at each COLS"
|
|
|
|
msgstr "Antag tabbavstånd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:86
|
|
|
|
msgid "Do not sort"
|
|
|
|
msgstr "Sortera ej filer"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:87
|
|
|
|
msgid "Sort by version"
|
|
|
|
msgstr "Sortera på version"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:88
|
|
|
|
msgid "Assume screen width"
|
|
|
|
msgstr "Antag skärmbredd"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:89
|
|
|
|
msgid "Sort by extension"
|
|
|
|
msgstr "Sortera på filändelse"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:99
|
|
|
|
msgid "Prevent -A from being automatically set for root"
|
|
|
|
msgstr "Hindra -A från att automatiskt sättas för root"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:100
|
|
|
|
msgid "Don't follow symlinks"
|
|
|
|
msgstr "Följ inte symboliska länkar"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:101
|
|
|
|
msgid "Show modification time"
|
|
|
|
msgstr "Visa ändringstid"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:102
|
|
|
|
msgid "Show whiteouts when scanning directories"
|
|
|
|
msgstr "Visa korrigeringstecken vid katalogskanning"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:103
|
|
|
|
msgid "Display each file's MAC label"
|
|
|
|
msgstr "Visa varje file MAC-etikett"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ls.fish:104
|
|
|
|
msgid "Include the file flags in a long (-l) output"
|
|
|
|
msgstr "Visa filflaggor vid långt (-l) formay"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ssh.fish:4
|
|
|
|
msgid "Protocoll version 1 only"
|
|
|
|
msgstr "Bara protokoll version 1"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ssh.fish:5
|
|
|
|
msgid "Protocoll version 2 only"
|
|
|
|
msgstr "Bara protokoll version 2"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ssh.fish:6
|
|
|
|
msgid "IPv4 addresses only"
|
|
|
|
msgstr "Bara IPv4-adresser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ssh.fish:7
|
|
|
|
msgid "IPv6 addresses only"
|
|
|
|
msgstr "Bara IPv6-adresser"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ssh.fish:8
|
|
|
|
msgid "Compress all data"
|
|
|
|
msgstr "Komprimera all data"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ssh.fish:9
|
|
|
|
msgid "Encryption algorithm"
|
|
|
|
msgstr "Krypteringsalgoritm"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ssh.fish:11
|
|
|
|
msgid "Identity file"
|
|
|
|
msgstr "Identitetsfil"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_complete_ssh.fish:12
|
|
|
|
msgid "Options"
|
|
|
|
msgstr "Flaggor"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/__fish_move_last.fish:9
|
|
|
|
msgid "Hit end of history...\\n"
|
|
|
|
msgstr "Slut på kataloghistorik...\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/fish_prompt.fish:5
|
|
|
|
msgid "Write out the prompt"
|
|
|
|
msgstr "Skriv prompten"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/help.fish:10
|
|
|
|
msgid "Show help for the fish shell"
|
|
|
|
msgstr "Visa hjälp för fish-skalet"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/help.fish:59
|
|
|
|
msgid "%s: Could not find a web browser.\\n"
|
|
|
|
msgstr "%s: Kunde inte hitta en webbrowser\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/help.fish:60
|
|
|
|
#, sh-format
|
|
|
|
msgid ""
|
|
|
|
"Please set the variable $BROWSER to a suitable browser and try again\\n\\n"
|
|
|
|
msgstr ""
|
|
|
|
"Var vänlig sätt variablen $BROWSER så den anger en lämplig browser och "
|
|
|
|
"försök igen\\n\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/la.fish:4
|
|
|
|
msgid ""
|
|
|
|
"List contents of directory, including hidden files in directory using long "
|
|
|
|
"format"
|
|
|
|
msgstr "Visa kataloginnehåll, inklusive dolda filer i långt format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/ll.fish:4
|
|
|
|
msgid "List contents of directory using long format"
|
|
|
|
msgstr "Visa kataloginnehåll i långt format"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#: share/functions/ls.fish:7 share/functions/ls.fish:54
|
2006-02-18 02:35:59 +00:00
|
|
|
msgid "List contents of directory"
|
|
|
|
msgstr "Visa kataloginnehåll"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/nextd.fish:2
|
|
|
|
msgid "Move forward in the directory history"
|
|
|
|
msgstr "Gå frammåt i kataloghistorik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/nextd.fish:12 share/functions/prevd.fish:12
|
|
|
|
#: share/functions/vared.fish:15
|
|
|
|
msgid "%s: Unknown option %s\\n"
|
|
|
|
msgstr "%s: Okänd flagga ”%s”\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/nextd.fish:18
|
|
|
|
msgid "%s: The number of positions to skip must be a non-negative integer\\n"
|
|
|
|
msgstr ""
|
|
|
|
"%s: Antalet positioner att hoppa över måste vara ett positivt heltal\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/open.fish:8
|
|
|
|
msgid "Open file in default application"
|
|
|
|
msgstr "Öppna fil i standardprogram"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/popd.fish:2
|
|
|
|
msgid "Pop dir from stack"
|
|
|
|
msgstr "Ta bort katalog från stack"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/popd.fish:6
|
|
|
|
msgid "%s: Directory stack is empty..."
|
|
|
|
msgstr "%s: Katalogstacken är tom..."
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/prevd.fish:2
|
|
|
|
msgid "Move back in the directory history"
|
|
|
|
msgstr "Gå bakåt i kataloghistorik"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/prevd.fish:18
|
|
|
|
msgid "The number of positions to skip must be a non-negative integer\\n"
|
|
|
|
msgstr "Antalet positioner att hoppa över måste vara ett positivt heltal"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/prompt_pwd.fish:3 share/functions/prompt_pwd.fish:12
|
|
|
|
msgid "Print the current working directory, shortend to fit the prompt"
|
|
|
|
msgstr "Visa aktuell arbetskatalog, förkortad till att passa i kommandoraden"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/psub.fish:3
|
|
|
|
msgid ""
|
|
|
|
"Read from stdin into a file and output the filename. Remove the file when "
|
|
|
|
"the command that called psub exits."
|
|
|
|
msgstr ""
|
|
|
|
"Läs från standard in och skriv till fil. Skriv filnamnet på standard ut. "
|
|
|
|
"Radera filen när det anropande programmet avslutar."
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/psub.fish:16
|
|
|
|
msgid "%s: Unknown argument '%s'\\n"
|
|
|
|
msgstr "%s: Okänt argument ”%s”\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/pushd.fish:3
|
|
|
|
msgid "Push directory to stack"
|
|
|
|
msgstr "Lägg till katalog till stack"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/type.fish:2
|
|
|
|
msgid "Print the type of a command"
|
|
|
|
msgstr "Visa typ av kommando"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/type.fish:73
|
|
|
|
msgid "%s is a function with definition\\n"
|
|
|
|
msgstr "%s är en funktion med definitionen\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/type.fish:77
|
|
|
|
msgid "function\\n"
|
|
|
|
msgstr "funktion\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/type.fish:93
|
|
|
|
msgid "%s is a builtin\\n"
|
|
|
|
msgstr "%s är ett inbyggt kommando\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/type.fish:96
|
|
|
|
msgid "builtin\\n"
|
|
|
|
msgstr "inbyggt kommando\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/type.fish:113
|
|
|
|
msgid "%s is %s\\n"
|
|
|
|
msgstr "%s är %s\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/type.fish:116
|
|
|
|
msgid "file\\n"
|
|
|
|
msgstr "fil\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/type.fish:127
|
|
|
|
msgid "%s: Could not find '%s'"
|
|
|
|
msgstr "%s: Kunde inte hitta ”%s”"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/umask.fish:10 share/functions/umask.fish:67
|
|
|
|
#: share/functions/umask.fish:74
|
|
|
|
msgid "%s: Invalid mask '%s'\\n"
|
|
|
|
msgstr "%s: Ogiltigt mask ”%s”\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/umask.fish:135
|
|
|
|
msgid "Set default file permission mask"
|
|
|
|
msgstr "Välj standardfilrättighetsmask"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/umask.fish:202
|
|
|
|
msgid "%s: Too many arguments\\n"
|
|
|
|
msgstr "%s: För många argument\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/vared.fish:7
|
|
|
|
msgid "Edit variable value"
|
|
|
|
msgstr "Redigera variablevärde"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/vared.fish:40
|
|
|
|
msgid ""
|
|
|
|
"%s: %s is an array variable. Use %svared%s %s[n] to edit the n:th element of "
|
|
|
|
"%s\\n"
|
|
|
|
msgstr ""
|
|
|
|
"%s: %s är en arrayvariabel. Använd %svared%s %s[n] för att redigera det n:te "
|
|
|
|
"elementet av %s\\n"
|
2006-01-08 02:56:56 +00:00
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#: share/functions/vared.fish:44
|
|
|
|
msgid ""
|
|
|
|
"%s: Expected exactly one argument, got %s.\\n\\nSynopsis:\\n\\t%svared%s "
|
|
|
|
"VARIABLE\\n"
|
|
|
|
msgstr ""
|
|
|
|
"%s: Förväntade exakt ett argument, fick %s\\n\\nSynopsis:\\n\\t%svared%s "
|
|
|
|
"VARIABEL\\n"
|
2006-01-22 23:41:12 +00:00
|
|
|
|
2006-02-05 21:18:35 +00:00
|
|
|
#: seq:36
|
2006-01-22 23:41:12 +00:00
|
|
|
msgid "%s: Expected 1, 2 or 3 arguments, got %d\\n"
|
|
|
|
msgstr "%s: Förväntade 1, 2 eller 3 argument, fick %d\\n"
|
|
|
|
|
2006-02-05 21:18:35 +00:00
|
|
|
#: seq:43
|
2006-01-22 23:41:12 +00:00
|
|
|
msgid "%s: '%s' is not a number\\n"
|
|
|
|
msgstr "%s: ”%s” är inte ett nummer\\n"
|
2006-02-14 11:39:26 +00:00
|
|
|
|
2006-03-06 23:15:04 +00:00
|
|
|
#~ msgid "No history item at index %d\n"
|
|
|
|
#~ msgstr "Ingen historieinformation vid index %d\n"
|
|
|
|
|
2006-02-18 02:35:59 +00:00
|
|
|
#~ msgid "%ls: Expected at least two arguments\n"
|
|
|
|
#~ msgstr "%ls: Förväntade minst två argument\n"
|
|
|
|
|
2006-02-14 11:39:26 +00:00
|
|
|
#~ msgid "Treat all files as text."
|
|
|
|
#~ msgstr "Behandla alla filer som text"
|
|
|
|
|
|
|
|
#~ msgid "Try to find a smaller set of changes."
|
|
|
|
#~ msgstr "Försök hitta en mindre uppsättning ändringar"
|