diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-30 17:32:34 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-30 17:40:25 +0100 |
commit | d30c0b62a3b0456f3d40636ed273433eaa859947 (patch) | |
tree | 6e3513fd564301b7fe1fb49b69ed8ea695b49401 /source/sv/helpcontent2 | |
parent | 3f1b6e2d81992864173e6b58615be8c0434b4ad7 (diff) |
update translations for 7.0
and force-fix errors using pocheck
Change-Id: Ia1962e044a27160d729dcd72082ad781719608fc
Diffstat (limited to 'source/sv/helpcontent2')
-rw-r--r-- | source/sv/helpcontent2/source/text/sbasic/guide.po | 38 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/sbasic/shared.po | 8 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/scalc/01.po | 12 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/shared/guide.po | 281 | ||||
-rw-r--r-- | source/sv/helpcontent2/source/text/swriter/menu.po | 14 |
5 files changed, 37 insertions, 316 deletions
diff --git a/source/sv/helpcontent2/source/text/sbasic/guide.po b/source/sv/helpcontent2/source/text/sbasic/guide.po index 6241e70bc77..08d84506c52 100644 --- a/source/sv/helpcontent2/source/text/sbasic/guide.po +++ b/source/sv/helpcontent2/source/text/sbasic/guide.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-11-08 19:34+0100\n" -"PO-Revision-Date: 2018-09-04 15:33+0000\n" -"Last-Translator: Påvel Nicklasson <pavelnicklasson@bahnhof.se>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-12-25 16:36+0000\n" +"Last-Translator: Andreas Pettersson <az@kth.se>\n" +"Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-7-0/textsbasicguide/sv/>\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.4\n" "X-POOTLE-MTIME: 1536075213.000000\n" #. WcTKB @@ -194,7 +194,7 @@ msgctxt "" "tit\n" "help.text" msgid "Basic to Python" -msgstr "" +msgstr "Basic till Python" #. eoGBT #: basic_2_python.xhp @@ -203,7 +203,7 @@ msgctxt "" "N0430\n" "help.text" msgid "<bookmark_value>Basic;Calling Python</bookmark_value> <bookmark_value>API;SimpleFileAccess</bookmark_value> <bookmark_value>API;PathSettings</bookmark_value> <bookmark_value>API;XScript</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Basic;Anropar Python</bookmark_value> <bookmark_value>API;SimpleFileAccess</bookmark_value> <bookmark_value>API;PathSettings</bookmark_value> <bookmark_value>API;XScript</bookmark_value>" #. 8tB4f #: basic_2_python.xhp @@ -212,7 +212,7 @@ msgctxt "" "hd_id811571848401485\n" "help.text" msgid "<variable id=\"basic2python\"><link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Basic Programming Examples\">Calling Python Scripts from Basic</link></variable>" -msgstr "" +msgstr "<variable id=\"basic2python\"><link href=\"text/sbasic/guide/basic_2_python.xhp\" name=\"Basic Programming Examples\">Att anropa Python-skript från Basic</link></variable>" #. P7E4G #: basic_2_python.xhp @@ -221,7 +221,7 @@ msgctxt "" "N0432\n" "help.text" msgid "Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as:" -msgstr "" +msgstr "Det går att anropa Python-skript från %PRODUCTNAME Basic-makron och bland annat åstadkomma följande viktiga funktioner:" #. ZKSB3 #: basic_2_python.xhp @@ -230,7 +230,7 @@ msgctxt "" "N0433\n" "help.text" msgid "<literal>ComputerName</literal> identification or <literal>OSName</literal> detection are possible," -msgstr "" +msgstr "Det går att identifiera <literal>ComputerName</literal> eller upptäcka <literal>OSName</literal>," #. AW7Lr #: basic_2_python.xhp @@ -239,7 +239,7 @@ msgctxt "" "N0434\n" "help.text" msgid "Basic <literal>FileLen()</literal> function and <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html\" name=\"ucb.SimpleFileAccess\">com.sun.star.ucb.SimpleFileAccess.</link><literal>getSize()</literal> API function exhibit a 2 Gigabytes file size upper limit that Python helps to overcome," -msgstr "" +msgstr "Basic-funktionen <literal>FileLen()</literal> och <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html\" name=\"ucb.SimpleFileAccess\">com.sun.star.ucb.SimpleFileAccess.</link>API-funktionen <literal>getSize()</literal> har en övre gräns på 2 Gigabyte filstorlek som Python hjälper till att övervinna," #. At8D2 #: basic_2_python.xhp @@ -248,7 +248,7 @@ msgctxt "" "N0435\n" "help.text" msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1util_1_1PathSettings.html\" name=\"util.PathSettings\">com.sun.star.util.PathSettings</link> can be normalized," -msgstr "" +msgstr "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1util_1_1PathSettings.html\" name=\"util.PathSettings\">com.sun.star.util.PathSettings</link> kan normaliseras," #. CPd9K #: basic_2_python.xhp @@ -257,7 +257,7 @@ msgctxt "" "N0436\n" "help.text" msgid "and many more." -msgstr "" +msgstr "och många fler." #. JvzSR #: basic_2_python.xhp @@ -275,7 +275,7 @@ msgctxt "" "N0438\n" "help.text" msgid "Retrieving Python Scripts" -msgstr "" +msgstr "Hämtar Python-skript" #. bBTqb #: basic_2_python.xhp @@ -302,7 +302,7 @@ msgctxt "" "N0445\n" "help.text" msgid "' Arguments:" -msgstr "" +msgstr "' Argument:" #. nvnTr #: basic_2_python.xhp @@ -329,7 +329,7 @@ msgctxt "" "N0448\n" "help.text" msgid "' Result:" -msgstr "" +msgstr "' Resultat:" #. kskTS #: basic_2_python.xhp @@ -338,7 +338,7 @@ msgctxt "" "N0449\n" "help.text" msgid "' located com.sun.star.script.provider.XScript UNO service'''" -msgstr "" +msgstr "' hittade com.sun.star.script.provider.XScript UNO-tjänst'''" #. F9Hvi #: basic_2_python.xhp @@ -356,7 +356,7 @@ msgctxt "" "N0463\n" "help.text" msgid "Executing Python Scripts" -msgstr "" +msgstr "Kör Python-skript" #. pAfKa #: basic_2_python.xhp @@ -365,7 +365,7 @@ msgctxt "" "N0464\n" "help.text" msgid "Syntax" -msgstr "" +msgstr "Syntax" #. gVpsb #: basic_2_python.xhp diff --git a/source/sv/helpcontent2/source/text/sbasic/shared.po b/source/sv/helpcontent2/source/text/sbasic/shared.po index 8006507d9cf..28d669905c8 100644 --- a/source/sv/helpcontent2/source/text/sbasic/shared.po +++ b/source/sv/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-07-02 14:37+0200\n" +"POT-Creation-Date: 2021-01-30 14:30+0100\n" "PO-Revision-Date: 2019-02-03 21:48+0000\n" "Last-Translator: Robert <riedelkarlsson@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3310,14 +3310,14 @@ msgctxt "" msgid "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>" msgstr "<bookmark_value>spara; Basic-kod</bookmark_value><bookmark_value>ladda; Basic-kod</bookmark_value><bookmark_value>Basic-redigerare</bookmark_value><bookmark_value>navigera; i Basic-projekt</bookmark_value><bookmark_value>långa programkodsrader; i Basic-redigerare</bookmark_value><bookmark_value>textrader; i Basic-redigerare</bookmark_value><bookmark_value>fortsättning; långa programkodsrader i redigerare</bookmark_value>" -#. r7hMB +#. jdhKC #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3147264\n" "help.text" -msgid "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>" -msgstr "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"Basic-redigeringsfönstret\">Basic-redigeringsfönstret</link>" +msgid "<variable id=\"thebasiceditorh1\"><link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link></variable>" +msgstr "" #. dSemx #: 01030200.xhp diff --git a/source/sv/helpcontent2/source/text/scalc/01.po b/source/sv/helpcontent2/source/text/scalc/01.po index 85eea806539..a272955f129 100644 --- a/source/sv/helpcontent2/source/text/scalc/01.po +++ b/source/sv/helpcontent2/source/text/scalc/01.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-10-21 16:00+0200\n" -"PO-Revision-Date: 2019-05-01 17:41+0000\n" -"Last-Translator: Robert <riedelkarlsson@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-12-25 16:36+0000\n" +"Last-Translator: Andreas Pettersson <az@kth.se>\n" +"Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-7-0/textscalc01/sv/>\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.4\n" "X-POOTLE-MTIME: 1556732502.000000\n" #. sZfWF @@ -68585,7 +68585,7 @@ msgctxt "" "hd_id151521553082338\n" "help.text" msgid "Import" -msgstr "" +msgstr "Importera" #. LrH8y #: xml_source.xhp diff --git a/source/sv/helpcontent2/source/text/shared/guide.po b/source/sv/helpcontent2/source/text/shared/guide.po index f1a5e9e66c9..8d6bd0dc55b 100644 --- a/source/sv/helpcontent2/source/text/shared/guide.po +++ b/source/sv/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-06-08 14:51+0200\n" +"POT-Creation-Date: 2021-01-30 14:30+0100\n" "PO-Revision-Date: 2019-08-09 08:30+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3526,15 +3526,6 @@ msgctxt "" msgid "FictionBook 2.0" msgstr "" -#. a2BeB -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer18\n" -"help.text" -msgid "HTML Document" -msgstr "" - #. eJaKc #: convertfilters.xhp msgctxt "" @@ -3778,24 +3769,6 @@ msgctxt "" msgid "OpenDocument Text (Flat XML)" msgstr "" -#. AFP73 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer90\n" -"help.text" -msgid "OpenOffice.org 1.0 Text Document" -msgstr "" - -#. i9gxr -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer93\n" -"help.text" -msgid "OpenOffice.org 1.0 Text Document" -msgstr "" - #. AFtGG #: convertfilters.xhp msgctxt "" @@ -3805,24 +3778,6 @@ msgctxt "" msgid "OpenOffice.org 1.0 Text Document" msgstr "" -#. hVyTF -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer99\n" -"help.text" -msgid "PDF - Portable Document Format" -msgstr "" - -#. 9Uskx -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer102\n" -"help.text" -msgid "PDF - Portable Document Format" -msgstr "" - #. DnGzw #: convertfilters.xhp msgctxt "" @@ -3877,24 +3832,6 @@ msgctxt "" msgid "T602 Document" msgstr "" -#. FZCBs -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer123\n" -"help.text" -msgid "Text" -msgstr "" - -#. 2CRnm -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_writer126\n" -"help.text" -msgid "Text" -msgstr "" - #. iEVLD #: convertfilters.xhp msgctxt "" @@ -5164,15 +5101,6 @@ msgctxt "" msgid "Filters for GRAPHICFILTER" msgstr "" -#. xAas8 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter0\n" -"help.text" -msgid "BMP - Windows Bitmap" -msgstr "" - #. EiDUC #: convertfilters.xhp msgctxt "" @@ -5200,15 +5128,6 @@ msgctxt "" msgid "DXF - AutoCAD Interchange Format" msgstr "" -#. jmQnj -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter12\n" -"help.text" -msgid "EMF - Enhanced Meta File" -msgstr "" - #. eFxEV #: convertfilters.xhp msgctxt "" @@ -5218,15 +5137,6 @@ msgctxt "" msgid "EMF - Enhanced Meta File" msgstr "" -#. YVkft -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter18\n" -"help.text" -msgid "EPS - Encapsulated PostScript" -msgstr "" - #. JSNTB #: convertfilters.xhp msgctxt "" @@ -5236,15 +5146,6 @@ msgctxt "" msgid "EPS - Encapsulated PostScript" msgstr "" -#. gSAMG -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter24\n" -"help.text" -msgid "GIF - Graphics Interchange" -msgstr "" - #. w6BBX #: convertfilters.xhp msgctxt "" @@ -5254,24 +5155,6 @@ msgctxt "" msgid "GIF - Graphics Interchange" msgstr "" -#. Ph2E4 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter30\n" -"help.text" -msgid "HTML" -msgstr "" - -#. NszLR -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter31\n" -"help.text" -msgid "text/html" -msgstr "" - #. JvkqL #: convertfilters.xhp msgctxt "" @@ -5290,24 +5173,6 @@ msgctxt "" msgid "text/html" msgstr "" -#. uN8sR -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter36\n" -"help.text" -msgid "JPEG - Joint Photographic Experts Group" -msgstr "" - -#. WE2VV -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter39\n" -"help.text" -msgid "JPEG - Joint Photographic Experts Group" -msgstr "" - #. Fh5BC #: convertfilters.xhp msgctxt "" @@ -5317,15 +5182,6 @@ msgctxt "" msgid "JPEG - Joint Photographic Experts Group" msgstr "" -#. LdLjG -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter45\n" -"help.text" -msgid "MET - OS/2 Metafile" -msgstr "" - #. NEptD #: convertfilters.xhp msgctxt "" @@ -5344,15 +5200,6 @@ msgctxt "" msgid "MOV - QuickTime File Format" msgstr "" -#. oAAov -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter60\n" -"help.text" -msgid "PBM - Portable Bitmap" -msgstr "" - #. fQHzg #: convertfilters.xhp msgctxt "" @@ -5389,15 +5236,6 @@ msgctxt "" msgid "PCD - Photo CD Base4" msgstr "" -#. rqoXd -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter75\n" -"help.text" -msgid "PCT - Mac Pict" -msgstr "" - #. Zqehv #: convertfilters.xhp msgctxt "" @@ -5416,15 +5254,6 @@ msgctxt "" msgid "PCX - Zsoft Paintbrush" msgstr "" -#. Rp55P -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter84\n" -"help.text" -msgid "PGM - Portable Graymap" -msgstr "" - #. NT7TF #: convertfilters.xhp msgctxt "" @@ -5434,33 +5263,6 @@ msgctxt "" msgid "PGM - Portable Graymap" msgstr "" -#. mt2GN -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter90\n" -"help.text" -msgid "PNG - Portable Network Graphic" -msgstr "" - -#. BUCMH -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter93\n" -"help.text" -msgid "PNG - Portable Network Graphic" -msgstr "" - -#. SDGLA -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter96\n" -"help.text" -msgid "PNG - Portable Network Graphic" -msgstr "" - #. x2LKK #: convertfilters.xhp msgctxt "" @@ -5470,15 +5272,6 @@ msgctxt "" msgid "PNG - Portable Network Graphic" msgstr "" -#. QcNgF -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter102\n" -"help.text" -msgid "PPM - Portable Pixelmap" -msgstr "" - #. fZVeB #: convertfilters.xhp msgctxt "" @@ -5497,15 +5290,6 @@ msgctxt "" msgid "PSD - Adobe Photoshop" msgstr "" -#. drDqU -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter111\n" -"help.text" -msgid "RAS - Sun Raster Image" -msgstr "" - #. hrWWf #: convertfilters.xhp msgctxt "" @@ -5515,33 +5299,6 @@ msgctxt "" msgid "RAS - Sun Raster Image" msgstr "" -#. TpDxX -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter117\n" -"help.text" -msgid "SVG - Scalable Vector Graphics" -msgstr "" - -#. WGwE3 -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter120\n" -"help.text" -msgid "SVG - Scalable Vector Graphics" -msgstr "" - -#. PHgzA -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter123\n" -"help.text" -msgid "SVG - Scalable Vector Graphics" -msgstr "" - #. qYc2F #: convertfilters.xhp msgctxt "" @@ -5569,15 +5326,6 @@ msgctxt "" msgid "SVG - Scalable Vector Graphics Draw" msgstr "" -#. Cr5YX -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter135\n" -"help.text" -msgid "SVM - StarView Meta File" -msgstr "" - #. XTmCR #: convertfilters.xhp msgctxt "" @@ -5596,15 +5344,6 @@ msgctxt "" msgid "TGA - Truevision Targa" msgstr "" -#. Y3vUb -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter144\n" -"help.text" -msgid "TIFF - Tagged Image File Format" -msgstr "" - #. rfutE #: convertfilters.xhp msgctxt "" @@ -5614,15 +5353,6 @@ msgctxt "" msgid "TIFF - Tagged Image File Format" msgstr "" -#. odiSU -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter150\n" -"help.text" -msgid "WMF - Windows Metafile" -msgstr "" - #. pvk6j #: convertfilters.xhp msgctxt "" @@ -5641,15 +5371,6 @@ msgctxt "" msgid "XBM - X Bitmap" msgstr "" -#. XZJGj -#: convertfilters.xhp -msgctxt "" -"convertfilters.xhp\n" -"par_graphicfilter159\n" -"help.text" -msgid "XPM - X PixMap" -msgstr "" - #. 4Norn #: convertfilters.xhp msgctxt "" diff --git a/source/sv/helpcontent2/source/text/swriter/menu.po b/source/sv/helpcontent2/source/text/swriter/menu.po index 30150821688..776b8140cc9 100644 --- a/source/sv/helpcontent2/source/text/swriter/menu.po +++ b/source/sv/helpcontent2/source/text/swriter/menu.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-07-11 18:38+0200\n" -"PO-Revision-Date: 2020-03-15 08:15+0000\n" -"Last-Translator: Robert <riedelkarlsson@gmail.com>\n" -"Language-Team: Swedish <https://weblate.documentfoundation.org/projects/libo_help-master/textswritermenu/sv/>\n" +"PO-Revision-Date: 2020-12-25 16:36+0000\n" +"Last-Translator: Andreas Pettersson <az@kth.se>\n" +"Language-Team: Swedish <https://translations.documentfoundation.org/projects/libo_help-7-0/textswritermenu/sv/>\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-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.10.3\n" +"X-Generator: Weblate 4.4\n" "X-POOTLE-MTIME: 1462674538.000000\n" #. tP5yN @@ -23,7 +23,7 @@ msgctxt "" "tit\n" "help.text" msgid "Footnote and Endnote" -msgstr "" +msgstr "Fotnot och slutnot" #. FKmED #: insert_footnote_endnote.xhp @@ -32,7 +32,7 @@ msgctxt "" "hd_id03042016113344773\n" "help.text" msgid "<link href=\"text/swriter/menu/insert_footnote_endnote.xhp\">Footnote and Endnote</link>" -msgstr "" +msgstr "<link href=\"text/swriter/menu/insert_footnote_endnote.xhp\">Fotnot och slutnot</link>" #. Nn9aD #: insert_footnote_endnote.xhp @@ -41,7 +41,7 @@ msgctxt "" "par_id030420161136126396\n" "help.text" msgid "<ahelp hid=\".\">The menu contains commands to insert a footnote or endnote with or without additional user interaction.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Menyn innehåller kommandon för att infoga en fotnot eller slutnot med eller utan ytterligare användarinteraktion.</ahelp>" #. DAD9F #: insert_footnote_endnote.xhp |