# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mintty package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mintty\n"
"Report-Msgid-Bugs-To: https://github.com/mintty/mintty/issues/700\n"
"POT-Creation-Date: 2026-06-09 00:32+0200\n"
"PO-Revision-Date: 2022-09-16 00:06+0200\n"
"Last-Translator: A Regnander <anton_r_3 at hotmail dot com>\n"
"Language-Team: \n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.1.1\n"

#: charset.c:229 charset.c:240 winmain.c:6988 winmain.c:7101 winmain.c:7108
msgid "(Default)"
msgstr "(standard)"

#: charset.c:251
msgid "(OEM codepage)"
msgstr "(OEM-teckentabell)"

#: charset.c:255
msgid "(ANSI codepage)"
msgstr "(ANSI-teckentabell)"

#: child.c:98
msgid "There are no available terminals"
msgstr "Det finns inga tillgängliga terminaler"

#: child.c:192
msgid "Error: Could not open log file"
msgstr "Fel: Kunde inte öppna loggfilen"

#: child.c:530
msgid "Error: Could not fork child process"
msgstr "Fel: Kunde inte förgrena underprocess"

#: child.c:532
msgid "DLL rebasing may be required; see 'rebaseall / rebase --help'"
msgstr "Ombasering av DLL-filer kanske krävs; se \"rebaseall / rebase --help\""

#. __ %1$s: client command (e.g. shell) to be run; %2$s: error message
#: child.c:622
msgid "Failed to run '%s': %s"
msgstr "Misslyckades att köra \"%s\": %s"

#. __ %1$s: client command (e.g. shell) terminated, %2$i: exit code
#: child.c:774
msgid "%s: Exit %i"
msgstr "%s: Avsluta %i"

#. __ default inline notification if ExitWrite=yes
#: child.c:781
msgid "TERMINATED"
msgstr "AVSLUTAD"

#: child.c:1485
msgid "Error: Could not fork child daemon"
msgstr "Fel: Kunde inte förgrena underdemon"

#. __ Setting false for Boolean options (localization optional)
#: config.c:691
msgid "no"
msgstr ""

#. __ Setting true for Boolean options (localization optional)
#: config.c:693
msgid "yes"
msgstr ""

#. __ Setting false for Boolean options (localization optional)
#: config.c:695
msgid "false"
msgstr ""

#. __ Setting true for Boolean options (localization optional)
#: config.c:697
msgid "true"
msgstr ""

#. __ Setting false for Boolean options (localization optional)
#: config.c:699
msgid "off"
msgstr ""

#. __ Setting true for Boolean options (localization optional)
#: config.c:701
msgid "on"
msgstr ""

#. __ Options - Text - Emojis - Placement (localization optional)
#: config.c:730
msgid "stretch"
msgstr "sträck ut"

#. __ Options - Text - Emojis - Placement (localization optional)
#: config.c:732
msgid "align"
msgstr "justera"

#. __ Options - Text - Emojis - Placement (localization optional)
#: config.c:734
msgid "middle"
msgstr "centrerad"

#. __ Options - Text - Emojis - Placement (localization optional)
#: config.c:736
msgid "full"
msgstr "fullständig"

#. __ %s: unknown option name
#: config.c:920
msgid "Ignoring unknown option '%s'"
msgstr "Ignorera det okända alternativet \"%s\""

#: config.c:968 config.c:997
msgid "Internal error: too many options"
msgstr "Internt fel: För många alternativ"

#: config.c:984
msgid "Internal error: too many options/comments"
msgstr "Internt fel: För många alternativ/kommentarer"

#. __ %2$s: option name, %1$s: invalid value
#. report errors only during initialisation
#: config.c:1154
msgid "Ignoring invalid value '%s' for option '%s'"
msgstr "Ignorerar det okänt värdet \"%s\" för alternativet \"%s\""

#. __ %s: option name
#: config.c:1166
msgid "Ignoring option '%s' with missing value"
msgstr "Ignorerar alternativet \"%s\" som saknar värde"

#. __ Config log: list heading
#: config.c:1691
msgid "Config files handled:"
msgstr ""

#. __ Config log: message for loaded file
#: config.c:1730
msgid "Config file loaded:"
msgstr ""

#. __ Config log: message for file to save to, if read-only
#: config.c:1744
msgid "Should save to config file but read-only:"
msgstr ""

#. __ Config log: message for file to save to
#: config.c:1752
msgid "Save to config file:"
msgstr ""

#. __ %1$s: config file name, %2$s: error message
#: config.c:1960
msgid ""
"Could not save options to '%s':\n"
"%s."
msgstr ""
"Kunde inte spara alternativ till \"%s\":\n"
"%s."

#: config.c:2349
msgid "◇ None (printing disabled) ◇"
msgstr "◇ Ingen (utskrift inaktiverat) ◇"

#: config.c:2351
msgid "◆ Default printer ◆"
msgstr "◆ Standardskrivare ◆"

#. __ UI localization disabled
#: config.c:2460
msgid "– None –"
msgstr "– Inget –"

#. __ UI localization: use Windows desktop setting
#: config.c:2462
msgid "@ Windows language @"
msgstr "@ Windowsspråk @"

#. __ UI localization: use environment variable setting (LANGUAGE, LC_*)
#: config.c:2464
msgid "* Locale environm. *"
msgstr "* Miljöspråk *"

#. __ UI localization: use mintty configuration setting (Text - Locale)
#: config.c:2466
msgid "= cfg. Text Locale ="
msgstr "= Konfigurerat språk ="

#: config.c:2571
msgid "simple beep"
msgstr "enkel ljudsignal"

#: config.c:2572
msgid "no beep"
msgstr "ingen ljudsignal"

#: config.c:2573
msgid "Default Beep"
msgstr "Standardljudsignal"

#: config.c:2574
msgid "Critical Stop"
msgstr "Kritiskt stopp"

#: config.c:2575
msgid "Question"
msgstr "Fråga"

#: config.c:2576
msgid "Exclamation"
msgstr "Varning"

#: config.c:2577
msgid "Asterisk"
msgstr "Asterisk"

#: config.c:2620
msgid "◇ None (system sound) ◇"
msgstr "◇ Inget (systemljud) ◇"

#. __ terminal theme / colour scheme
#. __ emojis style
#: config.c:3061 config.c:3221 config.c:4025
msgid "◇ None ◇"
msgstr "◇ Inget ◇"

#. __ terminal theme / colour scheme used in dark mode
#: config.c:3067 config.c:3213
msgid "◇ Same ◇"
msgstr ""

#. __ indicator of unsaved downloaded colour scheme
#: config.c:3071 config.c:3226
msgid "downloaded / give me a name!"
msgstr "nedladdad / namnge mig!"

#: config.c:3177 config.c:3333 config.c:3416
msgid "Could not load web theme"
msgstr "Kunde inte läsa in webbtema"

#: config.c:3528 config.c:3629
msgid "Cannot write theme file"
msgstr "Kan inte skriva temafil"

#: config.c:3533 config.c:3634 config.c:3639
msgid "Cannot store theme file"
msgstr "Kan inte lagra temafil"

#. __ Options - Text:
#: config.c:4102 config.c:4470 config.c:4569
msgid "as font"
msgstr "teckensnitt"

#. __ Options - Text:
#: config.c:4103 config.c:4475 config.c:4574
msgid "as colour"
msgstr "färg"

#: config.c:4104
msgid "as font & as colour"
msgstr "teckensnitt & färg"

#. __ Options - Text:
#: config.c:4105 config.c:4480 config.c:4579
msgid "xterm"
msgstr "xterm"

#. __ Dialog button - show About text
#: config.c:4253
msgid "About..."
msgstr "Om..."

#. __ Dialog button - save changes
#: config.c:4256
msgid "Save"
msgstr "Spara"

#. __ Dialog button - cancel
#: config.c:4260 winctrls.c:1277 windialog.c:895
msgid "Cancel"
msgstr "Avbryt"

#. __ Dialog button - apply changes
#: config.c:4264
msgid "Apply"
msgstr "Verkställ"

#. __ Dialog button - take notice
#: config.c:4268 windialog.c:892
msgid "I see"
msgstr "Jag förstår"

#. __ Dialog button - confirm action
#: config.c:4270 winctrls.c:1276 windialog.c:894
msgid "OK"
msgstr "OK"

#. __ Options - Looks: treeview label
#: config.c:4277 config.c:4338 config.c:4397
msgid "Looks"
msgstr "Utseende"

#. __ Options - Looks: panel title
#: config.c:4279
msgid "Looks in Terminal"
msgstr "Terminalutseende"

#. __ Options - Looks: section title
#: config.c:4281
msgid "Colours"
msgstr "Färger"

#. __ Options - Looks:
#: config.c:4285
msgid "&Foreground..."
msgstr "&Förgrund..."

#. __ Options - Looks:
#: config.c:4289
msgid "&Background..."
msgstr "&Bakgrund..."

#. __ Options - Looks:
#: config.c:4293
msgid "&Cursor..."
msgstr "Mark&ör..."

#. __ Options - Looks:
#: config.c:4304
msgid "&Theme"
msgstr "&Tema"

#. __ Options - Looks: store colour scheme
#: config.c:4309 config.c:4322 winctrls.c:484
msgid "Store"
msgstr "Lagra"

#. __ Options - Looks:
#. __ Options - Looks: configure dark mode theme
#: config.c:4318 config.c:4330
msgid "&Darkmode"
msgstr "&Mörkt läge"

#. __ Options - Looks: name of web service
#: config.c:4335
msgid "Color Scheme Designer"
msgstr "Färgtemadesigner"

#. __ Options - Looks: section title
#: config.c:4340
msgid "Transparency"
msgstr "Transparens"

#. __ Options - Looks: transparency
#. __ Options - Keys:
#. __ Options - Mouse:
#. __ Options - Window:
#: config.c:4346 config.c:4728 config.c:4891 config.c:5089
msgid "&Off"
msgstr "A&v"

#. __ Options - Looks: transparency
#: config.c:4348
msgid "&Low"
msgstr "&Låg"

#. __ Options - Looks: transparency, short form of radio button label "Medium"
#: config.c:4350
msgid "&Med."
msgstr "&Med."

#. __ Options - Looks: transparency
#: config.c:4352
msgid "&Medium"
msgstr "&Medel"

#. __ Options - Looks: transparency
#: config.c:4354
msgid "&High"
msgstr "&Hög"

#. __ Options - Looks: transparency
#: config.c:4356
msgid "Gla&ss"
msgstr "Gla&s"

#. __ Options - Looks: transparency
#: config.c:4363 config.c:4375 config.c:4382
msgid "Opa&que when focused"
msgstr "&Ingen transparens vid fokus"

#. __ Options - Looks: transparency
#: config.c:4368
msgid "Blu&r"
msgstr "S&uddighet"

#: config.c:4389
msgid "◄"
msgstr ""

#: config.c:4392
msgid "►"
msgstr ""

#. __ Options - Looks: section title
#: config.c:4399
msgid "Cursor"
msgstr "Markör"

#. __ Options - Looks: cursor type
#: config.c:4404
msgid "Li&ne"
msgstr "Li&nje"

#. __ Options - Looks: cursor type
#: config.c:4406
msgid "Bloc&k"
msgstr "Blo&ck"

#. __ Options - Looks: cursor type
#: config.c:4409
msgid "Bo&x"
msgstr "R&uta"

#. __ Options - Looks: cursor type
#: config.c:4412
msgid "&Underscore"
msgstr "&Understreck"

#. __ Options - Looks: cursor feature
#: config.c:4417
msgid "Blinkin&g"
msgstr "B&linkande markör"

#. __ Options - Text: treeview label
#: config.c:4424 config.c:4449 config.c:4464 config.c:4513 config.c:4563
#: config.c:4588 config.c:4610 config.c:4623 config.c:4631
msgid "Text"
msgstr "Text"

#. __ Options - Text: panel title
#: config.c:4426
msgid "Text and Font properties"
msgstr "Text- och teckensnittsegenskaper"

#. __ Options - Text: section title
#: config.c:4428
msgid "Font"
msgstr "Teckensnitt"

#. __ Options - Text:
#. __ Font chooser:
#: config.c:4436 winctrls.c:1287
msgid "Font st&yle:"
msgstr "St&il:"

#. __ Font chooser:
#: config.c:4441 winctrls.c:1289
msgid "&Size:"
msgstr "&Storlek:"

#. __ Options - Text:
#: config.c:4453 config.c:4532
msgid "Sho&w bold as font"
msgstr "&Visa fetstil som teckensnitt"

#. __ Options - Text:
#: config.c:4458 config.c:4537
msgid "Show &bold as colour"
msgstr "&Visa fetstil som färg"

#. __ Options - Text:
#: config.c:4466 config.c:4487 config.c:4565 config.c:4592
msgid "Show bold"
msgstr "Visa fetstil som"

#. __ Options - Text:
#: config.c:4494 config.c:4542 config.c:4598
msgid "&Allow blinking"
msgstr "&Blinka"

#. __ Options - Text:
#: config.c:4499 config.c:4603
msgid "Show dim as font"
msgstr "Visa dim som teckensnitt"

#. __ Options - Text:
#: config.c:4517 config.c:4550 config.c:4585
msgid "Font smoothing"
msgstr "Teckensnittsutjämning"

#. __ Options - Text:
#: config.c:4520 config.c:4553 config.c:4779 config.c:4818 config.c:4972
#: config.c:4985
msgid "&Default"
msgstr "&Standard"

#. __ Options - Text:
#. __ Options - Window: scrollbar
#: config.c:4522 config.c:4555 config.c:4777 config.c:4816 config.c:4970
#: config.c:4983 config.c:5070
msgid "&None"
msgstr "&Ingen"

#. __ Options - Text:
#: config.c:4524 config.c:4557 config.c:4778 config.c:4817 config.c:4971
#: config.c:4984
msgid "&Partial"
msgstr "&Delvis"

#. __ Options - Text:
#: config.c:4526 config.c:4559 config.c:4780 config.c:4819 config.c:4973
#: config.c:4986
msgid "&Full"
msgstr "&Full"

#: config.c:4613
msgid "&Locale"
msgstr "Spr&åk"

#: config.c:4616
msgid "&Character set"
msgstr "Tecken&uppsättning"

#. __ Options - Text - Emojis:
#. __ Options - Text:
#: config.c:4627 config.c:4633
msgid "Emojis"
msgstr "Uttrycksymboler"

#. __ Options - Text - Emojis:
#: config.c:4637
msgid "Style"
msgstr "Stil"

#. __ Options - Text - Emojis:
#: config.c:4642
msgid "Placement"
msgstr "Placering"

#. __ Options - Keys: treeview label
#: config.c:4650 config.c:4680 config.c:4715 config.c:4733
msgid "Keys"
msgstr "Tangenter"

#. __ Options - Keys: panel title
#: config.c:4652
msgid "Keyboard features"
msgstr "Tangentbordsfunktioner"

#. __ Options - Keys:
#: config.c:4656
msgid "&Backarrow sends ^H"
msgstr "&Bakåtpil skriver ^H"

#. __ Options - Keys:
#: config.c:4661
msgid "&Delete sends DEL"
msgstr "&Delete skriver DEL"

#. __ Options - Keys:
#: config.c:4666
msgid "Ctrl+LeftAlt is Alt&Gr"
msgstr "Ctrl+VänsterAlt fungerar likadant som Alt&Gr"

#. __ Options - Keys:
#: config.c:4671
msgid "AltGr is also Alt"
msgstr "AltGr fungerar även likadant som Alt"

#. __ Options - Keys:
#: config.c:4676
msgid "&Esc/Enter reset IME to alphanumeric"
msgstr "&Esc/Enter återställer IME till alfanumeriskt"

#. __ Options - Keys: section title
#: config.c:4682
msgid "Shortcuts"
msgstr "Kortkommandon"

#. __ Options - Keys:
#: config.c:4685
msgid "Cop&y and Paste (Ctrl/Shift+Ins)"
msgstr "Ko&piera och klistra in (Ctrl/Shift+Ins)"

#. __ Options - Keys:
#: config.c:4690
msgid "&Menu and Full Screen (Alt+Space/Enter)"
msgstr "&Meny och helskärm (Alt+Mellanslag/Enter)"

#. __ Options - Keys:
#: config.c:4695
msgid "&Switch window (Ctrl+[Shift+]Tab)"
msgstr "B&yt fönster (Ctrl+[Shift+]Tabb)"

#. __ Options - Keys:
#: config.c:4700
msgid "&Zoom (Ctrl+plus/minus/zero)"
msgstr "&Zooma (Ctrl+plus/minus/noll)"

#. __ Options - Keys:
#: config.c:4705
msgid "&Alt+Fn shortcuts"
msgstr "Kortkommandon för Alt+&Fn"

#. __ Options - Keys:
#: config.c:4710
msgid "&Ctrl+Shift+letter shortcuts"
msgstr "Kortkommandon för C&trl+Shift+bokstav"

#. __ Options - Keys: section title
#: config.c:4717 config.c:4735
msgid "Compose key"
msgstr "Kombinationstangent"

#. __ Options - Keys:
#. __ Options - Mouse:
#. __ Options - Modifier - Shift:
#. __ Options - Window:
#. __ Options - Modifier - Shift:
#: config.c:4722 config.c:4883 config.c:4902 config.c:5081 config.c:5100
msgid "&Shift"
msgstr "&Shift"

#. __ Options - Keys:
#. __ Options - Mouse:
#. __ Options - Modifier - Control:
#. __ Options - Window:
#. __ Options - Modifier - Control:
#: config.c:4724 config.c:4885 config.c:4910 config.c:5083 config.c:5108
msgid "&Ctrl"
msgstr "&Ctrl"

#. __ Options - Keys:
#. __ Options - Mouse:
#. __ Options - Modifier - Alt:
#. __ Options - Window:
#. __ Options - Modifier - Alt:
#: config.c:4726 config.c:4887 config.c:4906 config.c:5085 config.c:5104
msgid "&Alt"
msgstr "&Alt"

#. __ Options - Mouse: treeview label
#: config.c:4742 config.c:4831 config.c:4863
msgid "Mouse"
msgstr "Mus"

#. __ Options - Mouse: panel title
#: config.c:4744
msgid "Mouse functions"
msgstr "Musfunktioner"

#. __ Options - Mouse:
#. __ Options - Selection:
#: config.c:4752 config.c:4785 config.c:4801 config.c:4949
msgid "Cop&y on select"
msgstr "Kopiera vid &markering"

#. __ Options - Mouse:
#. __ Options - Selection:
#. __ Context menu:
#: config.c:4757 config.c:4790 config.c:4954 wininput.c:693
msgid "Copy with TABs"
msgstr "Kopiera (som text) med &TABB"

#. __ Options - Mouse:
#. __ Options - Selection:
#: config.c:4762 config.c:4795 config.c:4807 config.c:4959
msgid "Copy as &rich text"
msgstr "Kopiera som &RTF-text"

#. __ Options - Mouse:
#. __ Options - Selection:
#: config.c:4768 config.c:4775 config.c:4814 config.c:4968 config.c:4981
msgid "Copy as &HTML"
msgstr "Kopiera som &HTML"

#. __ Options - Mouse:
#: config.c:4827
msgid "Clic&ks place command line cursor"
msgstr "&Placera kommandotolkens markör vid musklick"

#. __ Options - Mouse: section title
#: config.c:4833
msgid "Click actions"
msgstr "Klickåtgärder"

#. __ Options - Mouse:
#: config.c:4836
msgid "Right mouse button"
msgstr "Höger musknapp"

#. __ Options - Mouse:
#: config.c:4839 config.c:4853
msgid "&Paste"
msgstr "&Klistra in"

#. __ Options - Mouse:
#: config.c:4841 config.c:4855
msgid "E&xtend"
msgstr "&Utvidga"

#. __ Options - Mouse:
#: config.c:4843
msgid "&Menu"
msgstr "&Meny"

#. __ Options - Mouse:
#: config.c:4845 config.c:4859
msgid "Ente&r"
msgstr "Ente&r"

#. __ Options - Mouse:
#: config.c:4850
msgid "Middle mouse button"
msgstr "Mittenmusknapp"

#. __ Options - Mouse:
#: config.c:4857
msgid "&Nothing"
msgstr "&Inget"

#. __ Options - Mouse: section title
#: config.c:4865
msgid "Application mouse mode"
msgstr "Applikationens musläge"

#. __ Options - Mouse:
#: config.c:4868
msgid "Default click target"
msgstr "Standardklickmål"

#. __ Options - Mouse: application mouse mode click target
#: config.c:4871
msgid "&Window"
msgstr "&Fönster"

#. __ Options - Mouse: application mouse mode click target
#: config.c:4873
msgid "&Application"
msgstr "App&likation"

#. __ Options - Mouse:
#: config.c:4880 config.c:4898
msgid "Modifier for overriding default"
msgstr "Modifierare för att överskrida standardvärden"

#. __ Options - Window:
#. __ Options - Modifier - Win:
#. __ Options - Window:
#. __ Options - Modifier - Win:
#: config.c:4889 config.c:4914 config.c:5087 config.c:5112
msgid "&Win"
msgstr "&Win"

#. __ Options - Modifier - Super:
#: config.c:4918 config.c:5116
msgid "&Sup"
msgstr "S&up"

#. __ Options - Modifier - Hyper:
#: config.c:4922 config.c:5120
msgid "&Hyp"
msgstr "&Hyp"

#. __ Options - Selection: treeview label
#: config.c:4932 config.c:4943 config.c:5007
msgid "Selection"
msgstr "Markering"

#. __ Options - Selection: panel title
#: config.c:4934
msgid "Selection and clipboard"
msgstr "Markering och urklipp"

#. __ Options - Selection:
#: config.c:4938
msgid "Clear selection on input"
msgstr "Rensa markering vid inmatning"

#. __ Options - Selection: section title
#: config.c:4945
msgid "Clipboard"
msgstr "Urklipp"

#. __ Options - Selection:
#: config.c:4995
msgid "Trim space from selection"
msgstr "Rensa omgivande mellanrum från markering"

#. __ Options - Selection:
#: config.c:5001
msgid "Allow setting selection"
msgstr "Låt kontrollsekvenser ändra markeringar"

#. __ Options - Selection: section title
#. __ Options - Window: treeview label
#: config.c:5009 config.c:5031 config.c:5056 config.c:5129
msgid "Window"
msgstr "Fönster"

#. __ Options - Selection: clock position of info popup for text size
#: config.c:5014
msgid "Show size while selecting (0..12)"
msgstr "Visa storlek vid markering (0..12)"

#. __ Options - Selection:
#: config.c:5021
msgid "Suspend output while selecting"
msgstr "Förhindra utmatning vid markering"

#. __ Options - Window: panel title
#: config.c:5033
msgid "Window properties"
msgstr "Fönsteregenskaper"

#. __ Options - Window: section title
#: config.c:5035
msgid "Default size"
msgstr "Standardstorlek"

#. __ Options - Window:
#: config.c:5039
msgid "Colu&mns"
msgstr "Kolu&mner"

#. __ Options - Window:
#: config.c:5043
msgid "Ro&ws"
msgstr "Ra&der"

#. __ Options - Window:
#: config.c:5047
msgid "C&urrent size"
msgstr "&Nuvarande"

#. __ Options - Window:
#: config.c:5052
msgid "Re&wrap on resize"
msgstr "Justera radbrytningar vid storleksförändring"

#. __ Options - Window:
#: config.c:5060
msgid "Scroll&back lines"
msgstr "&Radbuffert"

#. __ Options - Window:
#: config.c:5065
msgid "Scrollbar"
msgstr "Rullningslist"

#. __ Options - Window: scrollbar
#: config.c:5068
msgid "&Left"
msgstr "&Vänster"

#. __ Options - Window: scrollbar
#: config.c:5072
msgid "&Right"
msgstr "H&öger"

#. __ Options - Window:
#: config.c:5078 config.c:5096
msgid "Modifier for scrolling"
msgstr "Modifierare för rullning"

#. __ Options - Window:
#: config.c:5125
msgid "&PgUp and PgDn scroll without modifier"
msgstr "Rulla med &PgUp och PgDn utan modifierare"

#. __ Options - Window: section title
#: config.c:5131
msgid "UI language"
msgstr "Gränssnittsspråk"

#. __ Options - Terminal: treeview label
#: config.c:5141 config.c:5154 config.c:5215 config.c:5229
msgid "Terminal"
msgstr "Terminal"

#. __ Options - Terminal: panel title
#: config.c:5143
msgid "Terminal features"
msgstr "Terminalfunktioner"

#. __ Options - Terminal:
#: config.c:5147
msgid "&Type"
msgstr "&Typ"

#. __ Options - Terminal: answerback string for ^E request
#: config.c:5151
msgid "&Answerback"
msgstr "Svarstr&äng"

#. __ Options - Terminal: section title
#: config.c:5156
msgid "Bell"
msgstr "Ljud"

#. __ Options - Terminal: bell
#: config.c:5163
msgid "► &Play"
msgstr "► &Spela upp"

#. __ Options - Terminal: bell
#: config.c:5169
msgid "&Wave"
msgstr ".&wav-fil"

#. __ Options - Terminal: bell
#: config.c:5191 config.c:5204
msgid "&Flash"
msgstr "&Blinka"

#. __ Options - Terminal: bell
#: config.c:5193 config.c:5208
msgid "&Highlight in taskbar"
msgstr "&Visa i aktivitetsfältet"

#. __ Options - Terminal: bell
#: config.c:5195 config.c:5212
msgid "&Popup"
msgstr "&Popupp"

#. __ Options - Terminal: section title
#: config.c:5217
msgid "Printer"
msgstr "Skrivare"

#. __ Options - Terminal:
#: config.c:5232
msgid "Prompt about running processes on &close"
msgstr "Fråga om pågående processer vid &avslut"

#. __ Options - Terminal:
#. __ Context menu:
#: config.c:5237 wininput.c:589
msgid "Status Line"
msgstr "Statusrad"

#: textprint.c:44 textprint.c:127
msgid "[Printing...] "
msgstr "[Skriver ut...] "

#. __ Options - Text: font chooser activation button
#: winctrls.c:935
msgid "&Select..."
msgstr "&Tecken..."

#. __ Font chooser: title bar label
#: winctrls.c:1281
msgid "Font "
msgstr "Teckensnitt "

#. __ Font chooser: button
#: winctrls.c:1283
msgid "&Apply"
msgstr "&Verkställ"

#. __ Font chooser:
#: winctrls.c:1285
msgid "&Font:"
msgstr "&Teckensnitt:"

#. __ Font chooser:
#: winctrls.c:1291
msgid "Sample"
msgstr "Exempel"

#. __ Font chooser: text sample ("AaBbYyZz" by default)
#: winctrls.c:1295 winctrls.c:1554 winctrls.c:1719
msgid "Ferqœm’4€"
msgstr "Flygande bäckasiner söka hwila 0123456789"

#. __ Font chooser: this field is only shown with FontMenu=1
#: winctrls.c:1312
msgid "Sc&ript:"
msgstr "Sk&ript:"

#. __ Font chooser: this field is only shown with FontMenu=1
#: winctrls.c:1314
msgid "<A>Show more fonts</A>"
msgstr "<A>Visa fler teckensnitt</A>"

#. __ Colour chooser: title bar label
#: winctrls.c:1319
msgid "Colour "
msgstr "Redigera färger "

#. __ Colour chooser:
#: winctrls.c:1332 winctrls.c:1344
msgid "B&asic colours:"
msgstr "Gr&undfärger:"

#. __ Colour chooser:
#: winctrls.c:1353
msgid "&Custom colours:"
msgstr "Anpassade f&ärger:"

#. __ Colour chooser:
#: winctrls.c:1360
msgid "De&fine Custom Colours >>"
msgstr "&Definiera anpassade färger >>"

#. __ Colour chooser:
#: winctrls.c:1363
msgid "Colour"
msgstr "Färg"

#. __ Colour chooser:
#: winctrls.c:1365
msgid "|S&olid"
msgstr "|R&en färg"

#. __ Colour chooser:
#: winctrls.c:1367
msgid "&Hue:"
msgstr "&Nyans:"

#. __ Colour chooser:
#: winctrls.c:1370
msgid "&Sat:"
msgstr "&Mättnad:"

#. __ Colour chooser:
#: winctrls.c:1372
msgid "&Lum:"
msgstr "&Ljusstyrka:"

#. __ Colour chooser:
#: winctrls.c:1374
msgid "&Red:"
msgstr "&Röd:"

#. __ Colour chooser:
#: winctrls.c:1376
msgid "&Green:"
msgstr "Gr&ön:"

#. __ Colour chooser:
#: winctrls.c:1378
msgid "&Blue:"
msgstr "&Blå:"

#. __ Colour chooser:
#: winctrls.c:1381
msgid "A&dd to Custom Colours"
msgstr "Lägg &till anpassade färger"

#. __ Options: dialog title
#: windialog.c:266 windialog.c:839
msgid "Options"
msgstr "Alternativ"

#. __ Options: dialog title: "mintty <release> available (for download)"
#: windialog.c:268
msgid "available"
msgstr "är tillgänglig"

#. __ Options: dialog width scale factor (80...200)
#: windialog.c:783
msgid "100"
msgstr "100"

#: windialog.c:924 windialog.c:951
msgid "Error"
msgstr "Fel"

#. __ Context menu, session switcher ("virtual tabs") menu label
#: wininput.c:308
msgid "Session switcher"
msgstr "Sessionväxlare"

#. __ Context menu, session launcher ("virtual tabs") menu label
#: wininput.c:328
msgid "Session launcher"
msgstr "Sessionstartare"

#: wininput.c:437 wininput.c:443
msgid "Ctrl+"
msgstr "Ctrl+"

#: wininput.c:438 wininput.c:444
msgid "Alt+"
msgstr "Alt+"

#: wininput.c:439 wininput.c:445
msgid "Shift+"
msgstr "Shift+"

#. __ System menu:
#: wininput.c:470
msgid "&Restore"
msgstr "&Återställ"

#. __ System menu:
#: wininput.c:472
msgid "&Move"
msgstr "&Flytta"

#. __ System menu:
#: wininput.c:474
msgid "&Size"
msgstr "&Ändra storlek"

#. __ System menu:
#: wininput.c:476
msgid "Mi&nimize"
msgstr "Mi&nimera"

#. __ System menu:
#: wininput.c:478
msgid "Ma&ximize"
msgstr "Ma&ximera"

#. __ System menu:
#: wininput.c:480
msgid "&Close"
msgstr "&Stäng"

#. __ System menu:
#: wininput.c:485
msgid "New &Window"
msgstr "Nytt &fönster"

#. __ System menu:
#: wininput.c:491
msgid "New &Tab"
msgstr "Ny flik"

#. __ Context menu:
#: wininput.c:498
msgid "&Copy"
msgstr "&Kopiera"

#. __ Context menu:
#: wininput.c:517
msgid "&Paste "
msgstr "K&listra in "

#. __ Context menu:
#: wininput.c:522
msgid "Copy → Paste"
msgstr "Kopiera → Klistra in"

#. __ Context menu:
#: wininput.c:527
msgid "S&earch"
msgstr "S&ök"

#. __ Context menu:
#: wininput.c:534
msgid "&Log to File"
msgstr "&Logga till fil"

#. __ Context menu:
#: wininput.c:540
msgid "Character &Info"
msgstr "Tecken&information"

#. __ Context menu:
#: wininput.c:546
msgid "VT220 Keyboard"
msgstr "VT220-tangentbord"

#. __ Context menu:
#: wininput.c:551
msgid "&Reset"
msgstr "&Rensa"

#. __ Context menu:
#: wininput.c:559
msgid "&Default Size"
msgstr "&Standardstorlek"

#. __ Context menu:
#: wininput.c:569
msgid "Scroll&bar"
msgstr "&Rullningslist"

#. __ Context menu:
#: wininput.c:575
msgid "&Full Screen"
msgstr "&Helskärm"

#. __ Context menu:
#: wininput.c:581
msgid "Flip &Screen"
msgstr "Vänd &skärm"

#. __ System menu:
#: wininput.c:599 wininput.c:775
msgid "Copy &Title"
msgstr "Kopiera &namnlisten"

#. __ System menu:
#. __ Context menu:
#. __ System menu:
#: wininput.c:601 wininput.c:759 wininput.c:777
msgid "&Options..."
msgstr "&Alternativ..."

#. __ Context menu:
#: wininput.c:686
msgid "Ope&n"
msgstr "&Öppna"

#. __ Context menu:
#: wininput.c:691
msgid "Copy as text"
msgstr "Kopiera som text"

#. __ Context menu:
#: wininput.c:695
msgid "Copy as RTF"
msgstr "Kopiera som RTF"

#. __ Context menu:
#: wininput.c:697
msgid "Copy as HTML text"
msgstr "Kopiera som HTML-text"

#. __ Context menu:
#: wininput.c:699
msgid "Copy as HTML"
msgstr "Kopiera som HTML"

#. __ Context menu:
#: wininput.c:701
msgid "Copy as HTML full"
msgstr "Kopiera som fullständig HTML"

#. __ Context menu:
#: wininput.c:708
msgid "Select &All"
msgstr "Markera &allt"

#. __ Context menu:
#: wininput.c:710
msgid "Save as &Image"
msgstr "Spara som &bild"

#. __ Context menu: write terminal window contents as HTML file
#: wininput.c:722
msgid "HTML Screen Dump"
msgstr "HTML-skärmdump"

#. __ Context menu: clear scrollback buffer (lines scrolled off the window)
#: wininput.c:734
msgid "Clear Scrollback"
msgstr "Rensa radbuffert"

#. __ Context menu: generate a TTY BRK condition (tty line interrupt)
#: wininput.c:745
msgid "Send Break"
msgstr "Skriv Break"

#. __ Context menu, user commands
#: wininput.c:847
msgid "User commands"
msgstr "Användarkommandon"

#: wininput.c:1514 wininput.c:1535 wininput.c:1537 wininput.c:1539
#: wininput.c:1576
msgid "[NO SCROLL] "
msgstr "[INGEN RULLNING] "

#: wininput.c:1527 wininput.c:1536 wininput.c:1541 wininput.c:1597
msgid "[SCROLL MODE] "
msgstr "[RULLNINGSLÄGE] "

#: winmain.c:4043
msgid "Processes are running in session:"
msgstr "Processer som körs i sessionen:"

#: winmain.c:4044 winmain.c:4055
msgid "Close anyway?"
msgstr "Vill du stänga fönstret ändå?"

#: winmain.c:4054
msgid "Running WSL "
msgstr ""

#: winmain.c:4080
msgid "Reset terminal?"
msgstr "Rensa terminal?"

#. __ Config log: message box heading
#: winmain.c:4231
msgid "Config log"
msgstr ""

#: winmain.c:4322
msgid "Try '--help' for more information"
msgstr "Prova att skriva \"--help\" för mer information"

#: winmain.c:4330
msgid "Could not load icon"
msgstr "Kunde inte läsa in ikon"

#: winmain.c:6810
msgid "Usage:"
msgstr "Användning:"

#: winmain.c:6811
msgid "[OPTION]... [ PROGRAM [ARG]... | - ]"
msgstr "[ALTERNATIV]... [ PROGRAM [ARGUMENT]... | - ]"

#. __ help text (output of -H / --help), after initial line ("synopsis")
#: winmain.c:6814
msgid ""
"Start a new terminal session running the specified program or the user's "
"shell.\n"
"If a dash is given instead of a program, invoke the shell as a login shell.\n"
"\n"
"Options:\n"
"  -c, --config FILE     Load specified config file (cf. -C or -o ThemeFile)\n"
"  -e, --exec ...        Treat remaining arguments as the command to execute\n"
"  -h, --hold never|start|error|always  Keep window open after command "
"finishes\n"
"  -p, --position X,Y    Open window at specified coordinates\n"
"  -p, --position center|left|right|top|bottom  Open window at special "
"position\n"
"  -p, --position @N     Open window on monitor N\n"
"  -s, --size COLS,ROWS  Set screen size in characters (also COLSxROWS)\n"
"  -s, --size maxwidth|maxheight  Set max screen size in given dimension\n"
"  -t, --title TITLE     Set window title (default: the invoked command) (cf. "
"-T)\n"
"  -w, --window normal|min|max|full|hide  Set initial window state\n"
"  -i, --icon FILE[,IX]  Load window icon from file, optionally with index\n"
"  -l, --log FILE|-      Log output to file or stdout\n"
"      --nobidi|--nortl  Disable bidi (right-to-left support)\n"
"  -o, --option OPT=VAL  Set/Override config file option with given value\n"
"  -B, --Border frame|void  Use thin/no window border\n"
"  -R, --Report s|o      Report window position (short/long) after exit\n"
"      --nopin           Make this instance not pinnable to taskbar\n"
"  -D, --daemon          Start new instance with Windows shortcut key\n"
"  -H, --help            Display help and exit\n"
"  -V, --version         Print version information and exit\n"
"See manual page for further command line options and configuration.\n"
msgstr ""
"Startar ny terminalsession som kör angivet program el. användarens "
"skalprogram.\n"
"Ett inloggande skalprogram startas om bindestreck anges istället för "
"program.\n"
"\n"
"Alternativ:\n"
" -c, --config FIL      Läs in angiven konfig.fil (cf. -C eller -o filnamn)\n"
" -e, --exec ...        Behandla återstående argument som kommandon att köra\n"
" -h, --hold never|start|error|always  Lämna fönster öppet när kommando "
"avslutas\n"
" -p, --position X,Y    Öppna fönster på angivna koordinater\n"
" -p, --position center|left|right|top|bottom  Öppna fönster vid angiven "
"position\n"
" -p, --position @N     Öppna fönster på skärm nummer \"N\"\n"
" -s, --size KOL,RAD    Ändra skärmstorleken i antalet tecken (även KOLxRAD)\n"
" -s, --size maxbredd|maxhöjd  Ändra skärmens maximala storlek\n"
" -t, --title NAMN      Ändra namnlisten (standard: anropat kommando) (cf. -"
"T)\n"
" -w, --window normal|min|max|full|hide  Ange fönstrets ursprungstillstånd\n"
" -i, --icon FIL[,IX]   Läs in fönsterikon från fil, index är valfritt\n"
" -l, --log FIL|-       Logga utmatning till fil eller stdout\n"
"     --nobidi|--nortl  Inaktivera dubbelriktad text (stöd av höger-till-"
"vänster)\n"
" -o, --option OPT=VAL  Ändra/åsidosätt konfig.alternativ med angivet värde\n"
" -B, --Border frame|void  Använd tunn/ingen fönsterram\n"
" -R, --Report s|o      Rapportera fönsterposition (short/long) efter avslut\n"
"     --nopin           Förhindra att denna instans fästs i aktivitetsfältet\n"
" -D, --daemon          Startar en ny instans med Windows "
"kortkommandotangent\n"
" -H, --help            Visar hjälpinformation och avslutar\n"
" -V, --version         Visar versionsinformation och avslutar\n"
"Se manualsidan för ytterligare alternativ och konfigurationer av "
"kommandotolken.\n"

#: winmain.c:6988 winmain.c:7101 winmain.c:7108
msgid "WSL distribution '%s' not found"
msgstr "WSL-distributionen \"%s\" hittades inte"

#: winmain.c:7138
msgid "Duplicate option '%s'"
msgstr "Alternativet \"%s\" är en dubblett"

#: winmain.c:7146 winmain.c:7237
msgid "Unknown option '%s'"
msgstr "Alternativet \"%s\" är okänt"

#: winmain.c:7148
msgid "Option '%s' requires an argument"
msgstr "Alternativet \"%s\" kräver ett argument"

#: winmain.c:7175
msgid "Syntax error in position argument '%s'"
msgstr "Syntaxfel vid positionsargumentet \"%s\""

#: winmain.c:7186
msgid "Syntax error in size argument '%s'"
msgstr "Syntaxfel i storleksargumentet \"%s\""

#: winmain.c:7346
msgid "Syntax error in geometry argument '%s'"
msgstr "Syntaxfel i geometriargumentet \"%s\""

#: winmain.c:7506
msgid "Mintty could not detach from caller, starting anyway"
msgstr "Mintty kunde inte frigöras från anroparen, men startas ändå"

#: winmain.c:7889
msgid "Using default title due to invalid characters in program name"
msgstr "Standardnamnlisten används p.g.a. ogiltiga tecken i programmets namn"

#: winsearch.c:232
msgid "◀"
msgstr "◀"

#: winsearch.c:233
msgid "▶"
msgstr "▶"

#: winsearch.c:234
msgid "X"
msgstr "X"

#. __ Options - Text: font properties information: "Leading": total line padding (see option RowSpacing), Bold/Underline modes (font or manual, see options BoldAsFont/UnderlineManual/UnderlineColour)
#: wintext.c:166
msgid "Leading: %d, Bold: %s, Underline: %s"
msgstr "Radavst.: %d, fetstil: %s, understreck: %s"

#. __ Options - Text: font properties: value taken from font
#: wintext.c:168
msgid "font"
msgstr "tecken"

#. __ Options - Text: font properties: value affected by option
#: wintext.c:170
msgid "manual"
msgstr "manuellt"

#: wintext.c:545
msgid "Font not found, using system substitute"
msgstr "Teckensnittet hittades inte, systemets ersättningsteckensnitt används"

#: wintext.c:560
msgid "Font has limited support for character ranges"
msgstr "Teckensnittet har begränsat stöd för teckenintervall"

#: wintext.c:704
msgid "Font installation corrupt, using system substitute"
msgstr ""
"Teckensnittsinstallationen är trasig, systemets ersättningsteckensnitt "
"används"

#: wintext.c:758
msgid "Font does not support system locale"
msgstr "Teckensnittet har inte stöd för systemspråket"

#: appinfo.h:64
msgid "There is no warranty, to the extent permitted by law."
msgstr "Det finns ingen garanti i den utsträckning som tillåts enligt lag."

#. __ %s: WEBSITE (URL)
#: appinfo.h:69
msgid ""
"Please report bugs or request enhancements through the issue tracker on the "
"mintty project page located at\n"
"%s.\n"
"See also the Wiki there for further hints, thanks and credits."
msgstr ""
"Rapportera buggar eller ge förslag på förbättringar via bugghanteraren på "
"minttys projektsida som finns på\n"
"%s.\n"
"Se även wikin där för mer tips, tack och erkännanden."
