Update Swedish translation

(cherry picked from commit 7ea884bfc2)
This commit is contained in:
Anders Jonsson
2020-02-12 23:45:06 +00:00
committed by GNOME Translation Robot
parent 042385d0b4
commit b41594023f

View File

@ -1,25 +1,25 @@
# Swedish messages for GIMP Script-Fu. # Swedish messages for GIMP Script-Fu.
# Copyright © 2000-2003, 2007, 2008, 2011, 2015, 2017-2019 Free Software Foundation, Inc. # Copyright © 2000-2003, 2007, 2008, 2011, 2015, 2017-2020 Free Software Foundation, Inc.
# Christian Rose <menthos@menthos.com>, 2000, 2001, 2002, 2003. # Christian Rose <menthos@menthos.com>, 2000, 2001, 2002, 2003.
# Jan Morén <jan.moren@lucs.lu.se>, 2003. # Jan Morén <jan.moren@lucs.lu.se>, 2003.
# Tomas Ögren <stric@ing.umu.se>, 2001. # Tomas Ögren <stric@ing.umu.se>, 2001.
# Daniel Nylander <po@danielnylander.se>, 2007, 2008, 2011. # Daniel Nylander <po@danielnylander.se>, 2007, 2008, 2011.
# Anders Jonsson <anders.jonsson@norsjovallen.se>, 2015, 2018, 2019. # Anders Jonsson <anders.jonsson@norsjovallen.se>, 2015, 2018, 2019, 2020.
# Sebastian Rasmussen <sebras@gmail.com>, 2015, 2017. # Sebastian Rasmussen <sebras@gmail.com>, 2015, 2017.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gimp-script-fu\n" "Project-Id-Version: gimp-script-fu\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
"POT-Creation-Date: 2019-09-13 17:12+0000\n" "POT-Creation-Date: 2020-02-12 23:19+0000\n"
"PO-Revision-Date: 2019-09-14 19:29+0200\n" "PO-Revision-Date: 2020-02-13 00:41+0100\n"
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
"Language: sv\n" "Language: sv\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.3\n" "X-Generator: Poedit 2.2.4\n"
#: ../plug-ins/script-fu/script-fu.c:111 #: ../plug-ins/script-fu/script-fu.c:111
msgid "Interactive console for Script-Fu development" msgid "Interactive console for Script-Fu development"
@ -138,7 +138,7 @@ msgstr "Spara utdata från Script-Fu-konsol"
#: ../plug-ins/script-fu/script-fu-console.c:292 #: ../plug-ins/script-fu/script-fu-console.c:292
#: ../plug-ins/script-fu/script-fu-interface.c:236 #: ../plug-ins/script-fu/script-fu-interface.c:236
#: ../plug-ins/script-fu/script-fu-server.c:834 #: ../plug-ins/script-fu/script-fu-server.c:836
msgid "_Cancel" msgid "_Cancel"
msgstr "A_vbryt" msgstr "A_vbryt"
@ -235,27 +235,27 @@ msgstr "För få argument till ”script-fu-register”-anrop"
msgid "Error while loading %s:" msgid "Error while loading %s:"
msgstr "Fel vid inläsning av %s:" msgstr "Fel vid inläsning av %s:"
#: ../plug-ins/script-fu/script-fu-server.c:830 #: ../plug-ins/script-fu/script-fu-server.c:832
msgid "Script-Fu Server Options" msgid "Script-Fu Server Options"
msgstr "Script-Fu-serveralternativ" msgstr "Script-Fu-serveralternativ"
#: ../plug-ins/script-fu/script-fu-server.c:835 #: ../plug-ins/script-fu/script-fu-server.c:837
msgid "_Start Server" msgid "_Start Server"
msgstr "_Starta servern" msgstr "_Starta servern"
#: ../plug-ins/script-fu/script-fu-server.c:868 #: ../plug-ins/script-fu/script-fu-server.c:870
msgid "Listen on IP:" msgid "Listen on IP:"
msgstr "Lyssna på IP:" msgstr "Lyssna på IP:"
#: ../plug-ins/script-fu/script-fu-server.c:875 #: ../plug-ins/script-fu/script-fu-server.c:877
msgid "Server port:" msgid "Server port:"
msgstr "Serverport:" msgstr "Serverport:"
#: ../plug-ins/script-fu/script-fu-server.c:881 #: ../plug-ins/script-fu/script-fu-server.c:883
msgid "Server logfile:" msgid "Server logfile:"
msgstr "Serverloggfil:" msgstr "Serverloggfil:"
#: ../plug-ins/script-fu/script-fu-server.c:894 #: ../plug-ins/script-fu/script-fu-server.c:896
msgid "" msgid ""
"Listening on an IP address other than 127.0.0.1 (especially 0.0.0.0) can " "Listening on an IP address other than 127.0.0.1 (especially 0.0.0.0) can "
"allow attackers to remotely execute arbitrary code on this machine." "allow attackers to remotely execute arbitrary code on this machine."
@ -680,50 +680,64 @@ msgstr "Opacitet"
msgid "Allow resizing" msgid "Allow resizing"
msgstr "Tillåt storleksändring" msgstr "Tillåt storleksändring"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:41
msgid "_Erase Every Other Row..."
msgstr "_Radera varannan rad…"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:42 #: ../plug-ins/script-fu/scripts/erase-rows.scm:42
msgid "Erase every other row or column" msgid "_Erase Every Nth Row..."
msgstr "Radera varannan rad eller kolumn" msgstr "_Radera var N:e rad…"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:49 #: ../plug-ins/script-fu/scripts/erase-rows.scm:43
msgid "Erase every nth row or column"
msgstr "Radera var n:e rad eller kolumn"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:50
#: ../plug-ins/script-fu/scripts/erase-rows.scm:65
msgid "Rows/cols" msgid "Rows/cols"
msgstr "Rader/Kolumner" msgstr "Rader/Kolumner"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:49 #: ../plug-ins/script-fu/scripts/erase-rows.scm:50
#: ../plug-ins/script-fu/scripts/erase-rows.scm:65
msgid "Rows" msgid "Rows"
msgstr "Rader" msgstr "Rader"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:49 #: ../plug-ins/script-fu/scripts/erase-rows.scm:50
#: ../plug-ins/script-fu/scripts/erase-rows.scm:65
msgid "Columns" msgid "Columns"
msgstr "Kolumner" msgstr "Kolumner"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:50 #: ../plug-ins/script-fu/scripts/erase-rows.scm:52
msgid "Even/odd" #: ../plug-ins/script-fu/scripts/erase-rows.scm:67
msgstr "Jämn/Udda"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:50
msgid "Even"
msgstr "Jämn"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:50
msgid "Odd"
msgstr "Udda"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:51
msgid "Erase/fill" msgid "Erase/fill"
msgstr "Ta bort/Fyll" msgstr "Ta bort/Fyll"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:51 #: ../plug-ins/script-fu/scripts/erase-rows.scm:52
#: ../plug-ins/script-fu/scripts/erase-rows.scm:67
msgid "Erase" msgid "Erase"
msgstr "Ta bort" msgstr "Ta bort"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:51 #: ../plug-ins/script-fu/scripts/erase-rows.scm:52
#: ../plug-ins/script-fu/scripts/erase-rows.scm:67
msgid "Fill with BG" msgid "Fill with BG"
msgstr "Fyll med bakgrund" msgstr "Fyll med bakgrund"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:57
msgid "_Erase Every Other Row..."
msgstr "_Radera varannan rad…"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:58
msgid "Erase every other row or column"
msgstr "Radera varannan rad eller kolumn"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:66
msgid "Even/odd"
msgstr "Jämn/Udda"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:66
msgid "Even"
msgstr "Jämn"
#: ../plug-ins/script-fu/scripts/erase-rows.scm:66
msgid "Odd"
msgstr "Udda"
#: ../plug-ins/script-fu/scripts/font-map.scm:152 #: ../plug-ins/script-fu/scripts/font-map.scm:152
msgid "Render _Font Map..." msgid "Render _Font Map..."
msgstr "Rendera typsnitts_karta…" msgstr "Rendera typsnitts_karta…"