mirror of https://github.com/GNOME/gimp.git
parent
042385d0b4
commit
b41594023f
|
@ -1,25 +1,25 @@
|
|||
# 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.
|
||||
# Jan Morén <jan.moren@lucs.lu.se>, 2003.
|
||||
# Tomas Ögren <stric@ing.umu.se>, 2001.
|
||||
# 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.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gimp-script-fu\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2019-09-13 17:12+0000\n"
|
||||
"PO-Revision-Date: 2019-09-14 19:29+0200\n"
|
||||
"POT-Creation-Date: 2020-02-12 23:19+0000\n"
|
||||
"PO-Revision-Date: 2020-02-13 00:41+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=UTF-8\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
|
||||
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-interface.c:236
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:834
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:836
|
||||
msgid "_Cancel"
|
||||
msgstr "A_vbryt"
|
||||
|
||||
|
@ -235,27 +235,27 @@ msgstr "För få argument till ”script-fu-register”-anrop"
|
|||
msgid "Error while loading %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"
|
||||
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"
|
||||
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:"
|
||||
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:"
|
||||
msgstr "Serverport:"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:881
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:883
|
||||
msgid "Server logfile:"
|
||||
msgstr "Serverloggfil:"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:894
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:896
|
||||
msgid ""
|
||||
"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."
|
||||
|
@ -680,50 +680,64 @@ msgstr "Opacitet"
|
|||
msgid "Allow resizing"
|
||||
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
|
||||
msgid "Erase every other row or column"
|
||||
msgstr "Radera varannan rad eller kolumn"
|
||||
msgid "_Erase Every Nth Row..."
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Kolumner"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/erase-rows.scm:50
|
||||
msgid "Even/odd"
|
||||
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
|
||||
#: ../plug-ins/script-fu/scripts/erase-rows.scm:52
|
||||
#: ../plug-ins/script-fu/scripts/erase-rows.scm:67
|
||||
msgid "Erase/fill"
|
||||
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"
|
||||
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"
|
||||
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
|
||||
msgid "Render _Font Map..."
|
||||
msgstr "Rendera typsnitts_karta…"
|
||||
|
|
Loading…
Reference in New Issue