aboutsummaryrefslogtreecommitdiff
path: root/source/nl/helpcontent2/source/text/sbasic/python.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/nl/helpcontent2/source/text/sbasic/python.po')
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/python.po99
1 files changed, 81 insertions, 18 deletions
diff --git a/source/nl/helpcontent2/source/text/sbasic/python.po b/source/nl/helpcontent2/source/text/sbasic/python.po
index 949dd45e487..f8b5d6d287f 100644
--- a/source/nl/helpcontent2/source/text/sbasic/python.po
+++ b/source/nl/helpcontent2/source/text/sbasic/python.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: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-10-10 13:35+0200\n"
"PO-Revision-Date: 2022-07-01 16:24+0000\n"
"Last-Translator: vpanter <Leo.Moons@proximus.be>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/nl/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561015009.000000\n"
#. naSFZ
@@ -88,6 +88,42 @@ msgctxt ""
msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro</menuitem> and checking <literal>Application Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python."
msgstr "Het %PRODUCTNAME scripting framework voor Python is optioneel op enkele GNU/Linux distributies. Indien het is geïnstalleerd, Kies <menuitem>Extra - Macro's - Macro uitvoeren</menuitem> en controleer <literal>Applicatie Macro's</literal> of de macro <literal>HelloWorld – HelloWorldPython</literal> aanwezig is. Indien afwezig, kijk in uw handleiding van de distributie hoe u het %PRODUCTNAME scripting framework van Python kunt installeren."
+#. STRqN
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id901655365903313\n"
+"help.text"
+msgid "%PRODUCTNAME Python Modules"
+msgstr ""
+
+#. XUBsA
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id21655367848705\n"
+"help.text"
+msgid "<link href=\"text/sbasic/python/python_screen.xhp\" name=\"msgbox module\"><literal>msgbox</literal> module</link>"
+msgstr ""
+
+#. 9tiEm
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id801655368030968\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"scriptforge module\"><literal>scriptforge</literal> module</link>"
+msgstr ""
+
+#. GBraq
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"par_id12655637848750\n"
+"help.text"
+msgid "<link href=\"text/sbasic/python/python_programming.xhp#uno\" name=\"uno module\"><literal>uno</literal> module</link>"
+msgstr ""
+
#. naZBV
#: python_2_basic.xhp
msgctxt ""
@@ -2572,14 +2608,14 @@ msgctxt ""
msgid "Python : Programming with Python"
msgstr "Python: Programmeren met Python"
-#. g4R9j
+#. BG8VW
#: python_programming.xhp
msgctxt ""
"python_programming.xhp\n"
"N0218\n"
"help.text"
-msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext()</bookmark_value> <bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;getComponentContext()</bookmark_value>"
-msgstr "<bookmark_value>Python;Programmeren</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext()</bookmark_value> <bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;getComponentContext()</bookmark_value>"
+msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getDesktop</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getDocument</bookmark_value> <bookmark_value>uno.py;getComponentContext</bookmark_value> <bookmark_value>uno.py;getDesktop</bookmark_value> <bookmark_value>uno.py;getDocument</bookmark_value>"
+msgstr ""
#. CU6JS
#: python_programming.xhp
@@ -2725,6 +2761,15 @@ msgctxt ""
msgid "Genuine BASIC UNO facilities can be inferred using <literal>uno.py</literal> module. Use <link href=\"text/sbasic/python/python_shell.xhp\" name=\"Python interactive shell\">Python interactive shell</link> to get a complete module description using <literal>dir()</literal> and <literal>help()</literal> Python commands."
msgstr "Echte BASIC UNO faciliteiten kunnen worden afgeleid met module <literal>uno.py</literal>. Gebruik de <link href=\"text/sbasic/python/python_shell.xhp\" name=\"Python interactive shell\">Python interactieve shell</link> om de volledige beschrijving van de module te krijgen met <literal>dir()</literal> and <literal>help()</literal> Python-opdrachten."
+#. SsAZa
+#: python_programming.xhp
+msgctxt ""
+"python_programming.xhp\n"
+"bm_id391659034206678\n"
+"help.text"
+msgid "<bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;absolutize</bookmark_value> <bookmark_value>uno.py;createUnoStruct</bookmark_value> <bookmark_value>uno.py;fileUrlToSystemPath</bookmark_value> <bookmark_value>uno.py;getClass</bookmark_value> <bookmark_value>uno.py;getComponentContext</bookmark_value> <bookmark_value>uno.py;Enum</bookmark_value> <bookmark_value>uno.py;getConstantByName</bookmark_value> <bookmark_value>uno.py;isInterface</bookmark_value> <bookmark_value>uno.py;systemPathToFileUrl</bookmark_value>"
+msgstr ""
+
#. Gi6iz
#: python_programming.xhp
msgctxt ""
@@ -2896,32 +2941,32 @@ msgctxt ""
msgid "See UNO data types"
msgstr "Bekijk UNO-datatypes"
-#. 4vWGa
+#. pFbcP
#: python_programming.xhp
msgctxt ""
"python_programming.xhp\n"
-"N0297\n"
+"N1297\n"
"help.text"
msgid "Importing an embedded Module"
-msgstr "Een ingebedde module importeren"
+msgstr ""
-#. SGVBE
+#. AngYv
#: python_programming.xhp
msgctxt ""
"python_programming.xhp\n"
-"N0298\n"
+"N1298\n"
"help.text"
msgid "Similarly to %PRODUCTNAME Basic that supports browsing and dynamic loading of libraries, Python libraries can be explored and imported on demand. For more information on library containers, visit <link href=\"https://api.libreoffice.org/\" name=\"API Documentation site\">%PRODUCTNAME Application Programming Interface</link> (API) or download <link href=\"https://www.libreoffice.org/download/download/\" name=\"SDK download page\">%PRODUCTNAME Software Development Kit</link> (SDK)."
-msgstr "Vergelijkbaar met %PRODUCTNAME Basic die het browsen en dynamisch laden van bibliotheken ondersteunt, kunnen in Python bibliotheken op aanvraag worden verkend en geïmporteerd. Voor meer informatie hierover: <link href=\"https://api.libreoffice.org/\" name=\"API Documentation site\">%PRODUCTNAME Application Programming Interface</link> (API) of download <link href=\"https://www.libreoffice.org/download/download/\" name=\"SDK download page\">%PRODUCTNAME Software Development Kit</link> (SDK)."
+msgstr ""
-#. VtFrH
+#. SEeXV
#: python_programming.xhp
msgctxt ""
"python_programming.xhp\n"
-"N0299\n"
+"N3299\n"
"help.text"
msgid "Importing a Python document embedded module is illustrated below, exception handling is not detailed:"
-msgstr "Het importeren van een in een Python-document ingebedde module is hieronder beschreven. De foutafhandeling is beperkt:"
+msgstr ""
#. P2R2D
#: python_programming.xhp
@@ -3040,14 +3085,14 @@ msgctxt ""
msgid "Python standard output file is not available when running Python macros from <menuitem>Tools – Macros - Run Macro</menuitem>... menu. Presenting the output of a module requires the Python interactive console. Features such as <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> and <literal>str()</literal> are available from the Python shell."
msgstr "Het standaard uitvoerbestand van Python is niet beschikbaar wanneer Python-macro's worden uitgevoerd via het menu <menuitem>Extra – Macro's - Macro uitvoeren</menuitem>. Voor het tonen van de uitvoer is het Python interactieve console nodig. Functies als <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> en <literal>str()</literal> zijn dan beschikbaar in de Python-shell."
-#. NHHFB
+#. sqd5d
#: python_screen.xhp
msgctxt ""
"python_screen.xhp\n"
-"N0436\n"
+"msgbox_tip\n"
"help.text"
-msgid "The <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python\" name=\"apso\">Alternative Python Script Organizer</link> (APSO) extension offers a msgbox() function out of its <literal>apso_utils</literal> module."
-msgstr "De extensie <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python\" name=\"apso\">Alternative Python Script Organizer</link> (APSO) heeft een functie msgbox() buiten de module <literal>apso_utils</literal>."
+msgid "%PRODUCTNAME <literal>msgbox</literal> Python module proposes a <literal>msgbox()</literal> method that is illustrated in <link href=\"text/sbasic/python/python_handler.xhp\" name=\"msgbox example\">Creating Event Listeners</link> and <link href=\"text/sbasic/python/python_handler.xhp\" name=\"msgbox_example\">Creating a dialog handler</link> example pages."
+msgstr ""
#. aPSDz
#: python_screen.xhp
@@ -3148,6 +3193,15 @@ msgctxt ""
msgid "\"\"\"Outputs the specified strings or numeric expressions in a dialog box.\"\"\""
msgstr "'''Schrijft de gespecificeerde tekenreeksen of numerieke uitdrukkingen weg naar een dialoogvenster.'''"
+#. qTYPW
+#: python_screen.xhp
+msgctxt ""
+"python_screen.xhp\n"
+"par_id161655364816553\n"
+"help.text"
+msgid "<literal>MsgBox</literal> and <literal>InputBox</literal> methods from the <link href=\"text/sbasic/shared/03/sf_basic.xhp\" name=\"Basic service\">Basic service</link> included in <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"scriptforge module\"> the ScriptForge libraries</link> call directly their native Basic counterparts."
+msgstr ""
+
#. EYqxJ
#: python_screen.xhp
msgctxt ""
@@ -3157,6 +3211,15 @@ msgctxt ""
msgid "<literal>uiScripts</literal> Basic module"
msgstr "<literal>uiScripts</literal> BASIC-module"
+#. DGYAX
+#: python_screen.xhp
+msgctxt ""
+"python_screen.xhp\n"
+"tip_APSO\n"
+"help.text"
+msgid "The <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python\" name=\"apso\">Alternative Python Script Organizer</link> (APSO) extension offers a msgbox() function out of its <literal>apso_utils</literal> module."
+msgstr ""
+
#. CGnPe
#: python_session.xhp
msgctxt ""