aboutsummaryrefslogtreecommitdiff
path: root/source/da/helpcontent2/source/text/sbasic/guide.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/da/helpcontent2/source/text/sbasic/guide.po')
-rw-r--r--source/da/helpcontent2/source/text/sbasic/guide.po110
1 files changed, 55 insertions, 55 deletions
diff --git a/source/da/helpcontent2/source/text/sbasic/guide.po b/source/da/helpcontent2/source/text/sbasic/guide.po
index be24fecae36..b8950822880 100644
--- a/source/da/helpcontent2/source/text/sbasic/guide.po
+++ b/source/da/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: 2019-06-16 19:10+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2020-01-09 18:12+0000\n"
+"Last-Translator: Leif Lodahl <leiflodahl@gmail.com>\n"
+"Language-Team: Danish <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicguide/da/>\n"
"Language: da\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 3.9.1\n"
"X-POOTLE-MTIME: 1560712204.000000\n"
#. WcTKB
@@ -194,7 +194,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Basic to Python"
-msgstr ""
+msgstr "Basic til 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;Kalde 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\">Kalde Python-scripts fra 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 "Kalde Python-scripts fra %PRODUCTNAME Basic makroer er muligt, og værdifulde funktioner kan opnås, så som:"
#. 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 "<literal>ComputerName</literal> identifikation eller <literal>OSName</literal> detektering er muligt,"
#. 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 <literal>FileLen()</literal> funktion og <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-funktion udstiller en 2 Gigabyte filbegrænsning som Python kan afhjælpe,"
#. 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 blive normaliseret,"
#. CPd9K
#: basic_2_python.xhp
@@ -257,7 +257,7 @@ msgctxt ""
"N0436\n"
"help.text"
msgid "and many more."
-msgstr ""
+msgstr "og mange andre."
#. JvzSR
#: basic_2_python.xhp
@@ -266,7 +266,7 @@ msgctxt ""
"N0437\n"
"help.text"
msgid "A reasonable exposure to %PRODUCTNAME Basic and to <link href=\"https://api.libreoffice.org/\" name=\"Application Programming Interface\">Application Programming Interface (API)</link> features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine."
-msgstr ""
+msgstr "Et fornuftig kendskab til %PRODUCTNAME Basic og til <link href=\"https://api.libreoffice.org/\" name=\"Application Programming Interface\">Application Programming Interface (API)</link>-funktioner er anbefalet før du giver dig i kast med kald fra Basic til Python, til JavaScript eller andre typer scripts."
#. 4jY8s
#: basic_2_python.xhp
@@ -275,7 +275,7 @@ msgctxt ""
"N0438\n"
"help.text"
msgid "Retrieving Python Scripts"
-msgstr ""
+msgstr "Hente Python-scripts"
#. bBTqb
#: basic_2_python.xhp
@@ -284,7 +284,7 @@ msgctxt ""
"N0439\n"
"help.text"
msgid "Python scripts can be personal, shared, or embedded in documents. In order to execute them, %PRODUCTNAME Basic needs to be provided with Python script locations. Locating <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html\" name=\"script.provider.XScript\">com.sun.star.script.provider.XScript</link> interface compliant UNO objects allows the execution of Python scripts:"
-msgstr ""
+msgstr "Python-scripts kan være personlige, delte eller indlejret i dokumenter. For at kunne udløse dem, skal %PRODUCTNAME Basic udstyres med Python-scriptets placering. Ved hjælp af <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html\" name=\"script.provider.XScript\">com.sun.star.script.provider.XScript</link> interface-kompatible UNO-objekter tillader udførelse af Python-scripts:"
#. AZwVA
#: basic_2_python.xhp
@@ -293,7 +293,7 @@ msgctxt ""
"N0444\n"
"help.text"
msgid "''' Grab Python script object before execution"
-msgstr ""
+msgstr "''' Fang Python-script objekt før udførelsen"
#. woGvx
#: basic_2_python.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"N0445\n"
"help.text"
msgid "' Arguments:"
-msgstr ""
+msgstr "' Argumenter:"
#. nvnTr
#: basic_2_python.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"N0446\n"
"help.text"
msgid "' macro : as \"library/module.py$macro\" or \"module.py$macro\""
-msgstr ""
+msgstr "' makro : som \"library/module.py$macro\" eller \"module.py$macro\""
#. Au674
#: basic_2_python.xhp
@@ -320,7 +320,7 @@ msgctxt ""
"N0447\n"
"help.text"
msgid "' location: as \"document\", \"share\", \"user\" or ENUM(eration)"
-msgstr ""
+msgstr "' placering: som \"document\", \"share\", \"user\" eller ENUM(eration)"
#. u5hgy
#: 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 "' ved com.sun.star.script.provider.XScript UNO service'''"
#. F9Hvi
#: basic_2_python.xhp
@@ -347,7 +347,7 @@ msgctxt ""
"N0452\n"
"help.text"
msgid "Dim sp As Object ' com.sun.star.script.provider.XScriptProvider compatible"
-msgstr ""
+msgstr "Dim sp As Object ' com.sun.star.script.provider.XScriptProvider kompatibel"
#. osCpU
#: basic_2_python.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"N0463\n"
"help.text"
msgid "Executing Python Scripts"
-msgstr ""
+msgstr "Udløse Python-scripts"
#. pAfKa
#: basic_2_python.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"N0464\n"
"help.text"
msgid "Syntax"
-msgstr ""
+msgstr "Syntaks"
#. gVpsb
#: basic_2_python.xhp
@@ -383,7 +383,7 @@ msgctxt ""
"N0469\n"
"help.text"
msgid "Embedded Scripts Examples"
-msgstr ""
+msgstr "Eksempler med indlejrede scripts"
#. FadCx
#: basic_2_python.xhp
@@ -392,7 +392,7 @@ msgctxt ""
"N0470\n"
"help.text"
msgid "Below <literal>ComputerName</literal>, and <literal>GetFilelen</literal> routines are calling their Python counterparts, using aforementioned <literal>GetPythonScript</literal> function. Exception handling is not detailed."
-msgstr ""
+msgstr "Herunder vil <literal>ComputerName</literal>, og <literal>GetFilelen</literal>- rutiner blive kaldt med deres Python-version ved hjælp af førnævnte <literal>GetPythonScript</literal>-funktion. Håndtering af afvigelser er ikke detaljeret i eksemplerne."
#. YbMbS
#: basic_2_python.xhp
@@ -401,7 +401,7 @@ msgctxt ""
"N0472\n"
"help.text"
msgid "Option Compatible ' Properties are supported"
-msgstr ""
+msgstr "Option Compatible ' Egenskaber understøttes"
#. KVNHH
#: basic_2_python.xhp
@@ -410,7 +410,7 @@ msgctxt ""
"N0477\n"
"help.text"
msgid "'''Workstation name'''"
-msgstr ""
+msgstr "'''Maskinens navn'''"
#. FCaBa
#: basic_2_python.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"N0483\n"
"help.text"
msgid "'''File size in bytes'''"
-msgstr ""
+msgstr "'''Filstørrelse i bytes'''"
#. D9Cbu
#: basic_2_python.xhp
@@ -428,7 +428,7 @@ msgctxt ""
"N0489\n"
"help.text"
msgid "ISEMBEDDED As String ' document script"
-msgstr ""
+msgstr "ISEMBEDDED As String ' dokument-script"
#. bD77H
#: basic_2_python.xhp
@@ -437,7 +437,7 @@ msgctxt ""
"N0490\n"
"help.text"
msgid "ISPERSONAL As String ' user script"
-msgstr ""
+msgstr "ISPERSONAL As String ' bruger-script"
#. TEbDh
#: basic_2_python.xhp
@@ -446,7 +446,7 @@ msgctxt ""
"N0491\n"
"help.text"
msgid "ISSHARED As String ' %PRODUCTNAME macro"
-msgstr ""
+msgstr "ISSHARED As String ' %PRODUCTNAME -makro"
#. CHTxq
#: basic_2_python.xhp
@@ -455,7 +455,7 @@ msgctxt ""
"N0497\n"
"help.text"
msgid ".ISEMBEDDED = \"document\" ' document script"
-msgstr ""
+msgstr ".ISEMBEDDED = \"document\" ' dokument-script"
#. GGD4G
#: basic_2_python.xhp
@@ -464,7 +464,7 @@ msgctxt ""
"N0498\n"
"help.text"
msgid ".ISPERSONAL = \"user\" ' user scripts"
-msgstr ""
+msgstr ".ISPERSONAL = \"user\" ' bruger-scripts"
#. hz9VR
#: basic_2_python.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"N0499\n"
"help.text"
msgid ".ISSHARED = \"share\" ' %PRODUCTNAME macro"
-msgstr ""
+msgstr ".ISSHARED = \"share\" ' %PRODUCTNAME -makro"
#. KfKCA
#: basic_2_python.xhp
@@ -482,7 +482,7 @@ msgctxt ""
"N0503\n"
"help.text"
msgid "Two different Python modules are called. They can either be embedded in the current document, either be stored on the file system. Argument type checking is skipped for clarity:"
-msgstr ""
+msgstr "To forskellige Python-moduler kaldes. De kan enten integreres i det aktuelle dokument, eller lagres på filsystemet. Kontrol af argumenttype udelades fra eksemplerne for klarhedens skyld:"
#. igPCi
#: basic_2_python.xhp
@@ -491,7 +491,7 @@ msgctxt ""
"N0526\n"
"help.text"
msgid "Personal or Shared Scripts Examples"
-msgstr ""
+msgstr "Eksempler med personlige eller delte scripts"
#. EPVTC
#: basic_2_python.xhp
@@ -500,7 +500,7 @@ msgctxt ""
"N0527\n"
"help.text"
msgid "The calling mechanism for personal or shared Python scripts is identical to that of embedded scripts. Library names are mapped to folders. Computing %PRODUCTNAME user profile and shared modules system file paths can be performed as detailed in <link href=\"text/sbasic/python/python_session.xhp\">Getting session information</link>. Below <literal>OSName</literal>, <literal>HelloWorld</literal> and <literal>NormalizePath</literal> routines are calling their Python counterparts, using aforementioned <literal>GetPythonScript</literal> function. Exception handling is not detailed."
-msgstr ""
+msgstr "Opkaldsmekanismen for personlige og delte Python-scripts er identisk med den for indlejrede scripts. Biblioteksnavne kortlægges til mapper. Beregning af% PRODUCTNAME brugerprofil og delte moduler systemfilstier kan udføres som beskrevet i<link href=\"text/sbasic/python/python_session.xhp\"> <link href=\"text/sbasic/python/python_session.xhp\">Hente sessionsinformation</link>. <literal>OSName</literal>, <literal>HelloWorld</literal> og <literal>NormalizePath</literal> rutiner herunder kalder deres Python modstykker ved brug af førnævnte <literal>GetPythonScript</literal>-funktion. Håndtering af afvigelser er ikke detaljerede i eksemplerne."
#. bwkSJ
#: basic_2_python.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"N0529\n"
"help.text"
msgid "Option Compatible ' Properties are supported"
-msgstr ""
+msgstr "Option Compatible ' Egenskaber understøttes"
#. 3W9xB
#: basic_2_python.xhp
@@ -518,7 +518,7 @@ msgctxt ""
"N0534\n"
"help.text"
msgid "'''Platform name as \"Linux\", \"Darwin\" or \"Windows\"'''"
-msgstr ""
+msgstr "'''Platformsnavn som \"Linux\", \"Darwin\" eller \"Windows\"'''"
#. WAE7X
#: basic_2_python.xhp
@@ -536,7 +536,7 @@ msgctxt ""
"N0546\n"
"help.text"
msgid "'''Strip superfluous '\\..' in path'''"
-msgstr ""
+msgstr "'''Fjern overflødige '\\..' i sti'''"
#. yTqsy
#: basic_2_python.xhp
@@ -545,7 +545,7 @@ msgctxt ""
"N0550\n"
"help.text"
msgid "Python standard modules"
-msgstr ""
+msgstr "Python standardmoduler"
#. 3F9RQ
#: basic_2_python.xhp
@@ -554,7 +554,7 @@ msgctxt ""
"N0551\n"
"help.text"
msgid "%PRODUCTNAME embedded Python contains many standard libraries to benefit from. They bear a rich feature set, such as but not limited to:"
-msgstr ""
+msgstr "%PRODUCTNAME indlejret Python har mange standardbiblioteker du kan drage nytte af. De tilbyder en række funktioner så som (men ikke begrænset til):"
#. aPbV7
#: basic_2_python.xhp
@@ -563,7 +563,7 @@ msgctxt ""
"N0552\n"
"help.text"
msgid "<emph>argparse</emph> Parser for command-line options, arguments and sub-commands"
-msgstr ""
+msgstr "<emph>argparse</emph> Parser for kommandolinje egenskaber, argumenter og underkommandoer"
#. zBD3c
#: basic_2_python.xhp
@@ -572,7 +572,7 @@ msgctxt ""
"N0553\n"
"help.text"
msgid "<emph>cmath</emph> Mathematical functions for complex numbers"
-msgstr ""
+msgstr "<emph>cmath</emph> Matematiske funktioner for komplekse tal"
#. GDXVa
#: basic_2_python.xhp
@@ -581,7 +581,7 @@ msgctxt ""
"N0554\n"
"help.text"
msgid "<emph>csv</emph> CSV files reading and writing"
-msgstr ""
+msgstr "<emph>csv</emph> Læse og skrive CSV-filer"
#. FnCu8
#: basic_2_python.xhp
@@ -590,7 +590,7 @@ msgctxt ""
"N0555\n"
"help.text"
msgid "<emph>datetime</emph> Genuine date and time types"
-msgstr ""
+msgstr "<emph>datetime</emph> Typer for ægte dato og tid"
#. GQCwa
#: basic_2_python.xhp
@@ -599,7 +599,7 @@ msgctxt ""
"N0556\n"
"help.text"
msgid "<emph>json</emph> JSON encoder and decoder"
-msgstr ""
+msgstr "<emph>json</emph> JSON indkoder og dekoder"
#. JmFZK
#: basic_2_python.xhp
@@ -608,7 +608,7 @@ msgctxt ""
"N0557\n"
"help.text"
msgid "<emph>math</emph> Mathematical functions"
-msgstr ""
+msgstr "<emph>math</emph> Matematiske funktioner"
#. PRGHi
#: basic_2_python.xhp
@@ -617,7 +617,7 @@ msgctxt ""
"N0558\n"
"help.text"
msgid "<emph>re</emph> Regular expression operations"
-msgstr ""
+msgstr "<emph>re</emph> Operationer med regulære udtryk"
#. XVbzW
#: basic_2_python.xhp
@@ -626,7 +626,7 @@ msgctxt ""
"N0559\n"
"help.text"
msgid "<emph>socket</emph> Low-level networking interface"
-msgstr ""
+msgstr "<emph>socket</emph> Lav-niveau netværksinterface"
#. VehtJ
#: basic_2_python.xhp
@@ -635,7 +635,7 @@ msgctxt ""
"N0560\n"
"help.text"
msgid "<emph>sys</emph> System-specific parameters and functions"
-msgstr ""
+msgstr "<emph>sys</emph> Systemspecifikke parametre og funktioner"
#. RWzWY
#: basic_2_python.xhp
@@ -770,7 +770,7 @@ msgctxt ""
"par_id3150447\n"
"help.text"
msgid "Enter a name for the dialog and click <emph>OK</emph>. To rename the dialog later, right-click the name on the tab and choose <emph>Rename</emph>."
-msgstr ""
+msgstr "Indtast et navn for dialogen og klik på <emph>OK</emph>. For senere at omdøbe dialogen, højreklik på navnet og vælg <emph>Omdøb</emph>."
#. qFeYH
#: create_dialog.xhp
@@ -1103,7 +1103,7 @@ msgctxt ""
"hd_id3154140\n"
"help.text"
msgid "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog With Basic\">Opening a Dialog With Basic</link></variable>"
-msgstr ""
+msgstr "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog With Basic\">Åbne en dialog med Basic</link></variable>"
#. PXLvB
#: show_dialog.xhp