update translations for master

and force-fix errors using pocheck

Change-Id: I5f28b96f84e88c6b61c181a501c75f7aca06ca9c
This commit is contained in:
Christian Lohmaier
2020-03-06 12:43:35 +01:00
parent 375b04cdcb
commit 610e3f90e1
1754 changed files with 264731 additions and 226463 deletions

View File

@@ -3,8 +3,8 @@ 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-02-27 14:31+0100\n"
"PO-Revision-Date: 2020-02-10 17:44+0000\n"
"POT-Creation-Date: 2020-03-06 11:45+0100\n"
"PO-Revision-Date: 2020-03-02 09:16+0000\n"
"Last-Translator: vpanter <Leo.Moons@proximus.be>\n"
"Language-Team: Dutch <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/nl/>\n"
"Language: nl\n"
@@ -6503,7 +6503,7 @@ msgctxt ""
"par_id9174779\n"
"help.text"
msgid "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
msgstr "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
msgstr ""
#. KucrS
#: 01170101.xhp
@@ -8123,7 +8123,7 @@ msgctxt ""
"par_id051220170242005479\n"
"help.text"
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialoogvenster titel\")"
#. xrb4U
#: 03010103.xhp
@@ -10301,7 +10301,7 @@ msgctxt ""
"par_id3155132\n"
"help.text"
msgid "Put [#] FileNumber As Integer, [position], Variable"
msgstr "Put [#] Bestandsnummer Als Geheel getal, [position], Variabele"
msgstr "Put [#] FileNumber As Integer, [position], Variable"
#. CJNhF
#: 03020204.xhp
@@ -25279,15 +25279,6 @@ msgctxt ""
msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine."
msgstr ""
#. GypWx
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"hd_id3149763\n"
"help.text"
msgid "Syntax:"
msgstr "Syntaxis:"
#. LYyBt
#: 03090412.xhp
msgctxt ""
@@ -25297,24 +25288,6 @@ msgctxt ""
msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub"
msgstr ""
#. XA8QY
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"hd_id3148943\n"
"help.text"
msgid "Parameters:"
msgstr "Parameters:"
#. beEkL
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3154760\n"
"help.text"
msgid "<emph>Exit Do</emph>"
msgstr "<emph>Exit Do</emph>"
#. CaPsN
#: 03090412.xhp
msgctxt ""
@@ -25324,15 +25297,6 @@ msgctxt ""
msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
msgstr "Alleen geldig binnen een <emph>Do...Loop</emph>-instructie om de lus te beëindigen. Het programma vervolgt met de expressie die volgt op de Loop-instructie. Als <emph>Do...Loop</emph>-instructies zijn genest, wordt de controle overgedragen aan de lus in het volgende hogere niveau."
#. Gnb2R
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3150398\n"
"help.text"
msgid "<emph>Exit For</emph>"
msgstr "<emph>Exit For</emph>"
#. ctSmU
#: 03090412.xhp
msgctxt ""
@@ -25342,15 +25306,6 @@ msgctxt ""
msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
msgstr "Alleen geldig binnen een <emph>For...Next</emph>-lus om de lus te beëindigen.De programma-uitvoering vervolgt met de eerste instructie volgend op de <emph>Next</emph>-instructie. In geneste insturcties wordt de controle overgedragen aan de lus in het volgende hogere niveau."
#. PZitf
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3147229\n"
"help.text"
msgid "<emph>Exit Function</emph>"
msgstr "<emph>Exit Function</emph>"
#. T2hCJ
#: 03090412.xhp
msgctxt ""
@@ -25360,15 +25315,6 @@ msgctxt ""
msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
msgstr "Beëindigt de <emph>Function</emph>-procedure meteen. De programma-uitvoering vervolgt met de instructie volgend op de <emph>Function</emph>-aanroep."
#. K8JKa
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id31581260355116\n"
"help.text"
msgid "<emph>Exit Property</emph>"
msgstr ""
#. xZEAs
#: 03090412.xhp
msgctxt ""
@@ -25378,15 +25324,6 @@ msgctxt ""
msgid "Exits the <emph>Property</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Property</emph> call."
msgstr ""
#. B6QCm
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"par_id3155132\n"
"help.text"
msgid "<emph>Exit Sub</emph>"
msgstr "<emph>Exit Sub</emph>"
#. 2jmBs
#: 03090412.xhp
msgctxt ""
@@ -25405,15 +25342,6 @@ msgctxt ""
msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
msgstr "De Exit-instructie definieert niet het einde van een structuur en moet niet worden verward met de End-instructie."
#. v87od
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"hd_id3147348\n"
"help.text"
msgid "Example:"
msgstr "Voorbeeld:"
#. J6bT4
#: 03090412.xhp
msgctxt ""
@@ -40921,13 +40849,13 @@ msgctxt ""
msgid "Examples"
msgstr ""
#. GXEE5
#. 2n4nC
#: property.xhp
msgctxt ""
"property.xhp\n"
"N0192\n"
"help.text"
msgid "Print ProductName ' displays \"LibreOffice\""
msgid "Print ProductName ' displays \"%PRODUCTNAME\""
msgstr ""
#. oUuG9
@@ -40948,13 +40876,13 @@ msgctxt ""
msgid "Public Property Get PathDelimiter As String ' Read-only variable"
msgstr ""
#. 28GFJ
#. yNhRi
#: property.xhp
msgctxt ""
"property.xhp\n"
"N0208\n"
"help.text"
msgid "Case 4 : this = \":\" ' Linux or MacOS X"
msgid "Case 4 : this = \":\" ' Linux or macOS"
msgstr ""
#. BievJ