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,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-02-27 14:31+0100\n"
"POT-Creation-Date: 2020-03-06 11:45+0100\n"
"PO-Revision-Date: 2018-11-25 14:04+0000\n"
"Last-Translator: Piotr Roszkowski <piotrekr1@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -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 "Składnia:"
#. 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 "Parametry:"
#. 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 "Instrukcja powodująca wyjście z pętli, poprawna tylko wewnątrz pętli <emph>Do...Loop</emph>. Wykonywanie programu jest kontynuowane od instrukcji następującej bezpośrednio po instrukcji Loop. Jeśli pętla <emph>Do...Loop</emph> jest zagnieżdżona, sterowanie jest przekazywane do pętli na kolejnym wyższym poziomie."
#. 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 "Instrukcja powodująca wyjście z pętli, poprawna tylko wewnątrz pętli <emph>For...Next</emph>. Wykonywanie programu jest kontynuowane od pierwszej instrukcji występującej po instrukcji <emph>Next</emph>. Jeśli pętla jest zagnieżdżona, sterowanie jest przekazywane do pętli na kolejnym wyższym poziomie."
#. 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 "Powoduje natychmiastowe wyjście z procedury <emph>Function</emph>. Wykonywanie programu jest kontynuowane od instrukcji występującej po wywołaniu <emph>Function</emph>."
#. 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 "Instrukcja Exit nie definiuje końca struktury i nie należy jej mylić z instrukcją End."
#. v87od
#: 03090412.xhp
msgctxt ""
"03090412.xhp\n"
"hd_id3147348\n"
"help.text"
msgid "Example:"
msgstr "Przykład:"
#. 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