1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
# Swedish translation of dialog.
# Copyright 2003,2004,2005, 2007 # Thomas Dickey
# This file is distributed under the same license as the dialog package.
# Daniel Nylander <po@danielnylander.se>, 2005, 2007.
# Anders Jonsson <anders.jonsson@norsjovallen.se>, 2021.
#
msgid ""
msgstr ""
"Project-Id-Version: dialog 1.3.20210117\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-17 15:18-0500\n"
"PO-Revision-Date: 2021-03-04 12:49+0100\n"
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"X-Generator: Poedit 2.4.2\n"
#: buttons.c:500
msgid "Yes"
msgstr "Ja"
#: buttons.c:508
msgid "No"
msgstr "Nej"
#: buttons.c:516
msgid "OK"
msgstr "OK"
#: buttons.c:524
msgid "Cancel"
msgstr "Avbryt"
#: buttons.c:532
msgid "EXIT"
msgstr "AVSLUTA"
#: buttons.c:540
msgid "Extra"
msgstr "Extra"
#: buttons.c:548
msgid "Help"
msgstr "Hjlp"
#. Headline "Month"
#: calendar.c:463
msgid "Month"
msgstr "Mnad"
#. Headline "Year"
#: calendar.c:485
msgid "Year"
msgstr "r"
#: dialog.c:744
#, c-format
msgid "Expected %d arguments, found only %d"
msgstr "%d argument frvntades, hittade bara %d"
#: dialog.c:748
#, c-format
msgid "Expected %d arguments, found extra %d"
msgstr "%d argument frvntades, hittade %d extra"
#: dialog.c:907
msgid "Rename"
msgstr "Byt namn"
#: fselect.c:623
msgid "Directories"
msgstr "Kataloger"
#: fselect.c:624
msgid "Files"
msgstr "Filer"
#: mixedgauge.c:58
msgid "Succeeded"
msgstr "Lyckades"
#: mixedgauge.c:61
msgid "Failed"
msgstr "Misslyckades"
#: mixedgauge.c:64
msgid "Passed"
msgstr "Klarades"
#: mixedgauge.c:67
msgid "Completed"
msgstr "Frdig"
#: mixedgauge.c:70
msgid "Checked"
msgstr "Kontrollerad"
#: mixedgauge.c:73
msgid "Done"
msgstr "Klar"
#: mixedgauge.c:76
msgid "Skipped"
msgstr "Hoppades ver"
#: mixedgauge.c:79
msgid "In Progress"
msgstr "Pgr"
#: mixedgauge.c:85
msgid "N/A"
msgstr "Inte tillgnglig"
#: mixedgauge.c:193
msgid "Overall Progress"
msgstr "Totalt frlopp"
#: textbox.c:515
msgid "Search"
msgstr "Sk"
|