From e882b1d51ebaf4054a12c8ea007efda3097f17a8 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 6 Apr 2021 15:14:49 +0200 Subject: update translations for master and force-fix errors using pocheck Change-Id: I460f79e4b9a3b7eea10f41295b9828b1dd8df4aa --- source/pl/helpcontent2/source/auxiliary.po | 16 +- .../pl/helpcontent2/source/text/sbasic/shared.po | 621 +++++++-------------- .../helpcontent2/source/text/sbasic/shared/03.po | 29 +- source/pl/helpcontent2/source/text/scalc/01.po | 72 ++- source/pl/helpcontent2/source/text/shared/01.po | 10 +- source/pl/helpcontent2/source/text/swriter/01.po | 18 +- .../pl/helpcontent2/source/text/swriter/guide.po | 6 +- 7 files changed, 296 insertions(+), 476 deletions(-) (limited to 'source/pl/helpcontent2') diff --git a/source/pl/helpcontent2/source/auxiliary.po b/source/pl/helpcontent2/source/auxiliary.po index 31f88d6c7b9..5507a507d90 100644 --- a/source/pl/helpcontent2/source/auxiliary.po +++ b/source/pl/helpcontent2/source/auxiliary.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-05-19 12:41+0200\n" +"POT-Creation-Date: 2021-04-06 14:45+0200\n" "PO-Revision-Date: 2020-07-09 16:34+0000\n" "Last-Translator: Adam Rak \n" "Language-Team: Polish \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1566221444.000000\n" #. fEEXD @@ -52,23 +52,23 @@ msgctxt "" msgid "Command Reference" msgstr "Lista poleceń" -#. MrEnT +#. ZhxZF #: sbasic.tree msgctxt "" "sbasic.tree\n" "07010202\n" "node.text" -msgid "Functions, Statements, and Operators" -msgstr "Funkcje, twierdzenia i operatory" +msgid "Functions, Statements and Operators" +msgstr "" -#. hAowB +#. 3SEZD #: sbasic.tree msgctxt "" "sbasic.tree\n" "07010201\n" "node.text" -msgid "Alphabetic List of Functions, Statements, and Operators" -msgstr "Alfabetyczny spis funkcji, twierdzeń i operatorów" +msgid "Alphabetic List of Functions, Statements and Operators" +msgstr "" #. jhVCB #: sbasic.tree diff --git a/source/pl/helpcontent2/source/text/sbasic/shared.po b/source/pl/helpcontent2/source/text/sbasic/shared.po index 71b53bd9405..a065a01694c 100644 --- a/source/pl/helpcontent2/source/text/sbasic/shared.po +++ b/source/pl/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: 2021-03-29 16:02+0200\n" +"POT-Creation-Date: 2021-04-06 14:45+0200\n" "PO-Revision-Date: 2020-07-09 16:35+0000\n" "Last-Translator: Adam Rak \n" "Language-Team: Polish \n" @@ -9925,14 +9925,14 @@ msgctxt "" msgid "FreeFile function" msgstr "FreeFile;funkcja" -#. dLdym +#. RGVUt #: 03020102.xhp msgctxt "" "03020102.xhp\n" "hd_id3150400\n" "help.text" -msgid "FreeFile Function" -msgstr "Funkcja FreeFile" +msgid "FreeFile Function" +msgstr "" #. jM79E #: 03020102.xhp @@ -9943,24 +9943,6 @@ msgctxt "" msgid "Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file." msgstr "Zwraca kolejny dostępny numer otwarcia pliku. Funkcja służy do otwierania pliku z wykorzystaniem numeru, który nie jest zajęty przez aktualnie otwarty plik." -#. HFJna -#: 03020102.xhp -msgctxt "" -"03020102.xhp\n" -"hd_id3150769\n" -"help.text" -msgid "Syntax:" -msgstr "Składnia:" - -#. gj7tZ -#: 03020102.xhp -msgctxt "" -"03020102.xhp\n" -"hd_id3151042\n" -"help.text" -msgid "Return value:" -msgstr "Zwracana wartość:" - #. RqGSZ #: 03020102.xhp msgctxt "" @@ -9970,15 +9952,6 @@ msgctxt "" msgid "Integer" msgstr "Liczba całkowita" -#. ABNQ8 -#: 03020102.xhp -msgctxt "" -"03020102.xhp\n" -"hd_id3148576\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - #. 3yGe9 #: 03020102.xhp msgctxt "" @@ -9988,33 +9961,6 @@ msgctxt "" msgid "This function can only be used immediately in front of an Open statement. FreeFile returns the next available file number, but does not reserve it." msgstr "Funkcja może być używana wyłącznie bezpośrednio przed instrukcją Open. Funkcja FreeFile zwraca następny dostępny numer otwarcia pliku, ale go nie rezerwuje." -#. TeUGS -#: 03020102.xhp -msgctxt "" -"03020102.xhp\n" -"hd_id3159153\n" -"help.text" -msgid "Example:" -msgstr "Przykład:" - -#. 8AuDi -#: 03020102.xhp -msgctxt "" -"03020102.xhp\n" -"par_id3155416\n" -"help.text" -msgid "Print #iNumber, \"First line of text\"" -msgstr "Print #iNumber, \"Pierwsza linia tekstu\"" - -#. peaBL -#: 03020102.xhp -msgctxt "" -"03020102.xhp\n" -"par_id3153416\n" -"help.text" -msgid "Print #iNumber, \"Another line of text\"" -msgstr "Print #iNumber, \"Kolejna linia tekstu\"" - #. xWgio #: 03020103.xhp msgctxt "" @@ -10159,6 +10105,33 @@ msgctxt "" msgid "Print #iNumber, \"This is another line of text\"" msgstr "Print #iNumber, \"To jest kolejna linia tekstu\"" +#. D8qpy +#: 03020103.xhp +msgctxt "" +"03020103.xhp\n" +"par_id3154705125\n" +"help.text" +msgid "Print #iNumber, \"This is a line of text\"" +msgstr "" + +#. Xp9PP +#: 03020103.xhp +msgctxt "" +"03020103.xhp\n" +"par_id3146916877\n" +"help.text" +msgid "Print #iNumber, \"This is another line of text\"" +msgstr "" + +#. BqezU +#: 03020103.xhp +msgctxt "" +"03020103.xhp\n" +"par_id211617107328022\n" +"help.text" +msgid "If the Open statement tries to open a file to which the current user does not have read/write permissions, an I/O error will be raised." +msgstr "" + #. WaBAH #: 03020104.xhp msgctxt "" @@ -10213,14 +10186,14 @@ msgctxt "" msgid "Print #iNumber, \"This is a new line of text\"" msgstr "Print #iNumber, \"To jest nowa linia tekstu\"" -#. bHFtE +#. gtjeZ #: 03020104.xhp msgctxt "" "03020104.xhp\n" "par_id3163805\n" "help.text" -msgid "MsgBox \"All files will be closed\",0,\"Error\"" -msgstr "MsgBox \"Wszystkie pliki zostana zamknięte\",0,\"Error\"" +msgid "MsgBox \"All files will be closed\", 0, \"Error\"" +msgstr "" #. PwUYq #: 03020200.xhp @@ -10366,50 +10339,113 @@ msgctxt "" msgid "Seek #iNumber,1 ' Position at beginning" msgstr "Seek #iNumber,1 ' Pozycja rozpoczęcia" -#. 6FAjB +#. ZgEGn #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3153158\n" "help.text" -msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text" -msgstr "Put #iNumber,, \"To jest pierwsza linia tekstu\" ' Wypełnia linię tekstem" +msgid "Put #iNumber, , \"This is the first line of text\" ' Fill line with text" +msgstr "" -#. cZnTr +#. aDB7y #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3148457\n" "help.text" -msgid "Put #iNumber,, \"This is the second line of text\"" -msgstr "Put #iNumber,, \"To jest druga linia tekstu\"" +msgid "Put #iNumber, , \"This is the second line of text\"" +msgstr "" -#. 92AxM +#. bBSo7 #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3150715\n" "help.text" -msgid "Put #iNumber,, \"This is the third line of text\"" -msgstr "Put #iNumber,, \"To jest trzecia linia tekstu\"" +msgid "Put #iNumber, , \"This is the third line of text\"" +msgstr "" -#. rd7wm +#. PTY3P #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3155938\n" "help.text" -msgid "Put #iNumber,,\"This is a new text\"" -msgstr "Put #iNumber,,\"To jest nowy tekst\"" +msgid "Put #iNumber, , \"This is a new text\"" +msgstr "" -#. c2nDv +#. AduBB #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3146916\n" "help.text" -msgid "Put #iNumber,20,\"This is the text in record 20\"" -msgstr "Put #iNumber,20,\"To jest tekst w rekordzie 20\"" +msgid "Put #iNumber, 20, \"This is the text in record 20\"" +msgstr "" + +#. JjipS +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id31553071450\n" +"help.text" +msgid "Dim sText As Variant ' Must be a variant" +msgstr "" + +#. FzYJn +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id31494111458\n" +"help.text" +msgid "Seek #iNumber,1 ' Position at beginning" +msgstr "" + +#. XcDvJ +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id31531583325\n" +"help.text" +msgid "Put #iNumber, , \"This is the first line of text\" ' Fill line with text" +msgstr "" + +#. Gzz9j +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id31484574785\n" +"help.text" +msgid "Put #iNumber, , \"This is the second line of text\"" +msgstr "" + +#. RhCPQ +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id31507151145\n" +"help.text" +msgid "Put #iNumber, , \"This is the third line of text\"" +msgstr "" + +#. D9nRy +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id31559382236\n" +"help.text" +msgid "Put #iNumber, , \"This is a new text\"" +msgstr "" + +#. upDvm +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id31469165876\n" +"help.text" +msgid "Put #iNumber, 20, \"This is the text in record 20\"" +msgstr "" #. FrzSY #: 03020202.xhp @@ -10429,14 +10465,14 @@ msgctxt "" msgid "Input statement" msgstr "Input;instrukcja" -#. FFYCL +#. 2BhMB #: 03020202.xhp msgctxt "" "03020202.xhp\n" "hd_id3154908\n" "help.text" -msgid "Input# Statement" -msgstr "Instrucja Input#" +msgid "Input# Statement" +msgstr "" #. iWhqX #: 03020202.xhp @@ -10879,15 +10915,6 @@ msgctxt "" msgid "Determines if the file pointer has reached the end of a file." msgstr "Określa, czy wskaźnik osiągnął koniec pliku." -#. iYJKG -#: 03020301.xhp -msgctxt "" -"03020301.xhp\n" -"hd_id3149119\n" -"help.text" -msgid "Syntax:" -msgstr "Składnia:" - #. KmauZ #: 03020301.xhp msgctxt "" @@ -10897,15 +10924,6 @@ msgctxt "" msgid "Eof (intexpression As Integer)" msgstr "Eof (wyrażenie_całkowite As Integer)" -#. r5jG4 -#: 03020301.xhp -msgctxt "" -"03020301.xhp\n" -"hd_id3153539\n" -"help.text" -msgid "Return value:" -msgstr "Zwracana wartość:" - #. 4WM7u #: 03020301.xhp msgctxt "" @@ -10915,15 +10933,6 @@ msgctxt "" msgid "Bool" msgstr "Wartość logiczna" -#. EsysA -#: 03020301.xhp -msgctxt "" -"03020301.xhp\n" -"hd_id3152924\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - #. PynGw #: 03020301.xhp msgctxt "" @@ -10942,33 +10951,6 @@ msgctxt "" msgid "Use EOF to avoid errors when you attempt to get input past the end of a file. When you use the Input or Get statement to read from a file, the file pointer is advanced by the number of bytes read. When the end of a file is reached, EOF returns the value \"True\" (-1)." msgstr "Funkcja EOF pozwala uniknąć błędów związanych z próbą dostępu do danych spoza końca pliku. W przypadku użycia instrukcji Input lub Get do odczytu z pliku wskaźnik pliku zwiększa wartość o liczbę odczytanych bajtów. Po osiągnięciu końca pliku funkcja EOF zwraca wartość \"True\" (prawda) równą -1." -#. Ma6Va -#: 03020301.xhp -msgctxt "" -"03020301.xhp\n" -"hd_id3154046\n" -"help.text" -msgid "Example:" -msgstr "Przykład:" - -#. De22R -#: 03020301.xhp -msgctxt "" -"03020301.xhp\n" -"par_id3153360\n" -"help.text" -msgid "Print #iNumber, \"First line of text\"" -msgstr "Print #iNumber, \"Pierwsza linia tekstu\"" - -#. kBF4t -#: 03020301.xhp -msgctxt "" -"03020301.xhp\n" -"par_id3148797\n" -"help.text" -msgid "Print #iNumber, \"Another line of text\"" -msgstr "Print #iNumber, \"Kolejna linia tekstu\"" - #. jCouD #: 03020302.xhp msgctxt "" @@ -11113,15 +11095,6 @@ msgctxt "" msgid "Returns the size of an open file in bytes." msgstr "Zwraca rozmiar otwartego pliku w bajtach." -#. KhpgQ -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"hd_id3153380\n" -"help.text" -msgid "Syntax:" -msgstr "Składnia:" - #. 43MqD #: 03020303.xhp msgctxt "" @@ -11131,15 +11104,6 @@ msgctxt "" msgid "Lof (FileNumber)" msgstr "Lof (numer_pliku)" -#. CeGgA -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"hd_id3154141\n" -"help.text" -msgid "Return value:" -msgstr "Zwracana wartość:" - #. BwEgF #: 03020303.xhp msgctxt "" @@ -11149,15 +11113,6 @@ msgctxt "" msgid "Long" msgstr "Long" -#. Uxatn -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"hd_id3156281\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - #. BBamj #: 03020303.xhp msgctxt "" @@ -11176,78 +11131,6 @@ msgctxt "" msgid "To obtain the length of a file that is not open, use the FileLen function." msgstr "W celu ustalenia rozmiaru pliku, który nie został otwarty, należy użyć funkcji FileLen." -#. UJTRD -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"hd_id3155415\n" -"help.text" -msgid "Example:" -msgstr "Przykład:" - -#. stUFk -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3154730\n" -"help.text" -msgid "Dim sText As Variant REM must be a Variant" -msgstr "Dim sText As Variant REM mu si być typu Variant" - -#. ewVMH -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3156276\n" -"help.text" -msgid "Seek #iNumber,1 REM Position at start" -msgstr "Seek #iNumber,1 REM Pozycja rozpoczęcia" - -#. id4Rw -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3148405\n" -"help.text" -msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text" -msgstr "Put #iNumber,, \"To jest pierwsza linia tekstu\" REM Wypełnij tekstem" - -#. sBzCx -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3154756\n" -"help.text" -msgid "Put #iNumber,, \"This is the second line of text\"" -msgstr "Put #iNumber,, \"To jest druga linia tekstu\"" - -#. 4BA6q -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3145643\n" -"help.text" -msgid "Put #iNumber,, \"This is the third line of text\"" -msgstr "Put #iNumber,, \"To jest trzecia linia tekstu\"" - -#. G5HhR -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3150299\n" -"help.text" -msgid "Put #iNumber,,\"This is a new line of text\"" -msgstr "Put #iNumber,,\"To jest nowa linia tekstu\"" - -#. y7PTR -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3166425\n" -"help.text" -msgid "Put #iNumber,20,\"This is the text in record 20\"" -msgstr "Put #iNumber,20,\"To jest tekst w rekordzie 20\"" - #. AGL3X #: 03020304.xhp msgctxt "" @@ -11932,15 +11815,6 @@ msgctxt "" msgid "See also: Open" msgstr "Zobacz także: Open" -#. MtBsh -#: 03020405.xhp -msgctxt "" -"03020405.xhp\n" -"hd_id3151116\n" -"help.text" -msgid "Syntax:" -msgstr "Składnia:" - #. AhrBC #: 03020405.xhp msgctxt "" @@ -11950,15 +11824,6 @@ msgctxt "" msgid "FileAttr (FileNumber As Integer, Attribute As Integer)" msgstr "FileAttr (numer_pliku As Integer, atrybut As Integer)" -#. D2zd7 -#: 03020405.xhp -msgctxt "" -"03020405.xhp\n" -"hd_id3147349\n" -"help.text" -msgid "Return value:" -msgstr "Zwracana wartość:" - #. xonFX #: 03020405.xhp msgctxt "" @@ -11968,15 +11833,6 @@ msgctxt "" msgid "Integer" msgstr "Liczba całkowita" -#. 6djVq -#: 03020405.xhp -msgctxt "" -"03020405.xhp\n" -"hd_id3153728\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - #. SAnw7 #: 03020405.xhp msgctxt "" @@ -12067,15 +11923,6 @@ msgctxt "" msgid "32 - BINARY (file open in binary mode)." msgstr "32 - BINARY (otwarcie pliku w trybie binarnym)." -#. SVNQc -#: 03020405.xhp -msgctxt "" -"03020405.xhp\n" -"hd_id3147339\n" -"help.text" -msgid "Example:" -msgstr "Przykład:" - #. xBfKE #: 03020405.xhp msgctxt "" @@ -12085,23 +11932,23 @@ msgctxt "" msgid "Print #iNumber, \"This is a line of text\"" msgstr "Print #iNumber, \"To jest linia tekstu\"" -#. 3akx4 +#. QBkhp #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3150361\n" "help.text" -msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\"" -msgstr "MsgBox FileAttr(#iNumber, 1 ),0,\"Tryb dostępu\"" +msgid "MsgBox FileAttr(#iNumber, 1), 0, \"Access mode\"" +msgstr "" -#. AjdC5 +#. qwyFH #: 03020405.xhp msgctxt "" "03020405.xhp\n" "par_id3149817\n" "help.text" -msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\"" -msgstr "MsgBox FileAttr(#iNumber, 2 ),0,\"Atrybuty pliku\"" +msgid "MsgBox FileAttr(#iNumber, 2), 0, \"File attribute\"" +msgstr "" #. BDNvF #: 03020406.xhp @@ -12661,15 +12508,6 @@ msgctxt "" msgid "Deletes a file from a disk." msgstr "Usuwa plik z dysku." -#. yCjMe -#: 03020410.xhp -msgctxt "" -"03020410.xhp\n" -"hd_id3150767\n" -"help.text" -msgid "Syntax:" -msgstr "Składnia:" - #. HsPQ9 #: 03020410.xhp msgctxt "" @@ -12679,15 +12517,6 @@ msgctxt "" msgid "Kill File As String" msgstr "Kill plik As String" -#. TMQQP -#: 03020410.xhp -msgctxt "" -"03020410.xhp\n" -"hd_id3153194\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - #. FDnBF #: 03020410.xhp msgctxt "" @@ -12697,23 +12526,14 @@ msgctxt "" msgid "File: Any string expression that contains an unambiguous file specification. You can also use URL notation." msgstr "Plik: Dowolny ciąg jednoznacznie określający plik. Istnieje możliwość użycia notacji URL." -#. qc6LS -#: 03020410.xhp -msgctxt "" -"03020410.xhp\n" -"hd_id3148645\n" -"help.text" -msgid "Example:" -msgstr "Przykład:" - -#. YN3se +#. PXEE3 #: 03020410.xhp msgctxt "" "03020410.xhp\n" "par_id3163710\n" "help.text" -msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance" -msgstr "Kill \"C:\\datafile.dat\" ' Plik musi istnieć" +msgid "Kill \"C:\\Users\\ThisUser\\datafile.dat\" ' File must be created in advance" +msgstr "" #. hWy62 #: 03020411.xhp @@ -17755,15 +17575,6 @@ msgctxt "" msgid "Enables an error-handling routine after an error occurs, or resumes program execution." msgstr "Umożliwia obsługę błędów lub wznowienie wykonywania programu." -#. d4RXm -#: 03050500.xhp -msgctxt "" -"03050500.xhp\n" -"hd_id3151212\n" -"help.text" -msgid "Syntax:" -msgstr "Składnia:" - #. fGsdv #: 03050500.xhp msgctxt "" @@ -17782,15 +17593,6 @@ msgctxt "" msgid "On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}" msgstr "" -#. EBAKU -#: 03050500.xhp -msgctxt "" -"03050500.xhp\n" -"hd_id3154125\n" -"help.text" -msgid "Parameters:" -msgstr "Parametry:" - #. CmqUN #: 03050500.xhp msgctxt "" @@ -17836,15 +17638,6 @@ msgctxt "" msgid "The On Error GoTo statement is used to react to errors that occur in a macro." msgstr "Wyrażenie On Error GoTo jest używane aby określić reakcję na błedy, które wystąpią w makrze." -#. DximD -#: 03050500.xhp -msgctxt "" -"03050500.xhp\n" -"hd_id3146985\n" -"help.text" -msgid "Example:" -msgstr "Przykład:" - #. fHDcN #: 03050500.xhp msgctxt "" @@ -17854,14 +17647,14 @@ msgctxt "" msgid "Print #iNumber, \"This is a line of text\"" msgstr "Print #iNumber, \"To jest linia tekstu\"" -#. ZAakH +#. 2AjwH #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3146916\n" "help.text" -msgid "MsgBox \"All files will be closed\",0,\"Error\"" -msgstr "MsgBox \"Wszystkie pliki zostana zamknięte\",0,\"Error\"" +msgid "MsgBox \"All files will be closed\", 0, \"Error\"" +msgstr "" #. YAR7R #: 03060000.xhp @@ -19294,149 +19087,158 @@ msgctxt "" msgid "MOD operator (mathematical)" msgstr "MOD ;operator (matematyczny)" -#. Rgq36 +#. u5igy #: 03070600.xhp msgctxt "" "03070600.xhp\n" "hd_id3150669\n" "help.text" -msgid "Mod Operator" -msgstr "Operator Mod" +msgid "Mod Operator" +msgstr "" -#. 9qGRP +#. YEMEy #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id3148686\n" "help.text" -msgid "Returns the integer remainder of a division." -msgstr "Zwraca całkowitą resztę z dzielenia." +msgid "The MOD operator takes in two numeric expressions and returns the remainder of the division." +msgstr "" -#. UCTaA +#. BqAV6 #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"hd_id3146795\n" +"par_id3148004\n" "help.text" -msgid "Syntax:" -msgstr "Składnia:" +msgid "For example, the result of 21 MOD 6 is 3 because after dividing 21 by 6, the remainder of the division is 3." +msgstr "" -#. xEXBJ +#. 27ipg #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3147560\n" +"par_id111617300964049\n" "help.text" -msgid "Result = Expression1 MOD Expression2" -msgstr "Wynik = wyrażenie1 MOD wyrażenie2" +msgid "If the MOD operation involves non-integer values, both operands are rounded to the nearest integer values. Hence, the value returned by a MOD operation will always be an integer number." +msgstr "" -#. xiy2T +#. CUAfd #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"hd_id3149657\n" +"par_id561617302820104\n" "help.text" -msgid "Return value:" -msgstr "Zwracana wartość:" +msgid "For example, the expression 16.4 MOD 5.9 is evaluated as follows:" +msgstr "" -#. Pyx3B +#. 8iqao #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3153380\n" +"par_id151617302878527\n" "help.text" -msgid "Integer" -msgstr "Liczba całkowita" +msgid "The value 16.4 is rounded to 16." +msgstr "" -#. ACjC9 +#. x5XXB #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"hd_id3154365\n" +"par_id351617303087259\n" "help.text" -msgid "Parameters:" -msgstr "Parametry:" +msgid "The value 5.9 is rounded to 6." +msgstr "" -#. TGRfz +#. VFy9y #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3145172\n" +"par_id91617303114774\n" +"help.text" +msgid "The operation 16 MOD 6 returns 4, which is the remainder after dividing 16 by 6." +msgstr "" + +#. tjLmf +#: 03070600.xhp +msgctxt "" +"03070600.xhp\n" +"par_id921617302349290\n" "help.text" -msgid "Result: Any numeric variable that contains the result of the MOD operation." -msgstr "Wynik: Dowolna zmienna numeryczna zawierająca wynik operacji MOD." +msgid "Beware that Basic's MOD operator and Calc's MOD Function behave differently. In Calc, both operands can be decimal values and they're not rounded before division, thus the resulting remainder may be a decimal value." +msgstr "" -#. uVobi +#. xEXBJ #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3151042\n" +"par_id3147560\n" "help.text" -msgid "Expression1, Expression2: Any numeric expressions that you want to divide." -msgstr "Wyrażenie1, Wyrażenie2: Dowolne wyrażenia, które należy podzielić." +msgid "Result = Expression1 MOD Expression2" +msgstr "Wynik = wyrażenie1 MOD wyrażenie2" -#. PEAiU +#. Pyx3B #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"hd_id3147287\n" +"par_id3153380\n" "help.text" -msgid "Example:" -msgstr "Przykład:" +msgid "Integer" +msgstr "Liczba całkowita" -#. ucwCQ +#. pk9HC #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3161832\n" +"par_id3145172\n" "help.text" -msgid "Print 10 Mod 2.5 ' returns 0" -msgstr "Print 10 Mod 2.5 ' zwraca 0" +msgid "Result: Any numeric variable that contains the result of the MOD operation." +msgstr "" -#. e9pCh +#. BuYDX #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3146922\n" +"par_id3151042\n" "help.text" -msgid "Print 10 / 2.5 ' returns 4" -msgstr "Print 10 / 2.5 ' zwraca 4" +msgid "Expression1, Expression2: Any numeric expressions for which you want to calculate the remainder after the division of Expression1 by Expression2." +msgstr "" -#. M7cEv +#. EMeDu #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3145273\n" +"par_id3149483\n" "help.text" -msgid "Print 10 Mod 5 ' returns 0" -msgstr "Print 10 Mod 5 ' zwraca 0" +msgid "Print a Mod b 'Returns 2" +msgstr "" -#. Gb5Uu +#. C5zCg #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3150011\n" +"par_id31494778\n" "help.text" -msgid "Print 10 / 5 ' returns 2" -msgstr "Print 10 / 5 ' zwraca 2" +msgid "Print a Mod b 'Returns 0" +msgstr "" -#. Akh2V +#. s2JEC #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3149483\n" +"par_id3145273\n" "help.text" -msgid "Print 5 Mod 10 ' returns 5" -msgstr "Print 5 Mod 10 ' zwraca 5" +msgid "Print a Mod b 'Returns 4" +msgstr "" -#. KD4AZ +#. agWNB #: 03070600.xhp msgctxt "" "03070600.xhp\n" -"par_id3151114\n" +"par_id771617305550403\n" "help.text" -msgid "Print 5 / 10 ' returns 0.5" -msgstr "Print 5 / 10 ' zwraca 0,5" +msgid "MOD Function" +msgstr "" #. cFFCi #: 03080000.xhp @@ -30283,33 +30085,6 @@ msgctxt "" msgid "Lbound and Ubound functions" msgstr "" -#. y97EV -#: 03110000.xhp -msgctxt "" -"03110000.xhp\n" -"tit\n" -"help.text" -msgid "Comparison Operators" -msgstr "Operatory porównania" - -#. MLjCa -#: 03110000.xhp -msgctxt "" -"03110000.xhp\n" -"hd_id3155555\n" -"help.text" -msgid "Comparison Operators" -msgstr "Operatory porównania" - -#. LfWwN -#: 03110000.xhp -msgctxt "" -"03110000.xhp\n" -"par_id3153528\n" -"help.text" -msgid "The available comparison operators are described here." -msgstr "Poniżej opisano dostępne operatory porównania." - #. bDVn8 #: 03110100.xhp msgctxt "" diff --git a/source/pl/helpcontent2/source/text/sbasic/shared/03.po b/source/pl/helpcontent2/source/text/sbasic/shared/03.po index dbc109f2e33..df97020e881 100644 --- a/source/pl/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/pl/helpcontent2/source/text/sbasic/shared/03.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: 2021-03-30 18:07+0200\n" +"POT-Creation-Date: 2021-04-06 14:45+0200\n" "PO-Revision-Date: 2020-07-09 16:35+0000\n" "Last-Translator: Adam Rak \n" "Language-Team: Polish \n" @@ -5182,15 +5182,6 @@ msgctxt "" msgid "Note that in previous examples, the prefix \"SFDialogs.\" may be omitted." msgstr "" -#. zLWvF -#: sf_dialog.xhp -msgctxt "" -"sf_dialog.xhp\n" -"par_id251612628336779\n" -"help.text" -msgid "Properties or methods marked below as (7.2) are available as from %PRODUCTNAME 7.2 onwards." -msgstr "" - #. nXGkZ #: sf_dialog.xhp msgctxt "" @@ -5416,6 +5407,24 @@ msgctxt "" msgid "The UNO object representing the dialog view. Refer to XControl and UnoControlDialog in Application Programming Interface (API) documentation for detailed information." msgstr "" +#. S4DWL +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id31385839767743\n" +"help.text" +msgid "No" +msgstr "" + +#. G6Qsw +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id111583839717695\n" +"help.text" +msgid "Specify the width of the dialog box." +msgstr "" + #. q8eyc #: sf_dialog.xhp msgctxt "" diff --git a/source/pl/helpcontent2/source/text/scalc/01.po b/source/pl/helpcontent2/source/text/scalc/01.po index c08ca2bf773..75cec0fd970 100644 --- a/source/pl/helpcontent2/source/text/scalc/01.po +++ b/source/pl/helpcontent2/source/text/scalc/01.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: 2021-03-29 16:02+0200\n" +"POT-Creation-Date: 2021-04-06 14:45+0200\n" "PO-Revision-Date: 2020-12-31 12:36+0000\n" "Last-Translator: serval2412 \n" "Language-Team: Polish \n" @@ -21049,50 +21049,50 @@ msgctxt "" msgid "FIXED" msgstr "ZAOKR.DO.TEKST" -#. KsG3t +#. k4v7r #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3155833\n" +"par_id641617285271044\n" "help.text" msgid "Returns a number as text with a specified number of decimal places and optional thousands separators." -msgstr "Formatuje wyświetlanie liczby, uwzględniając ustaloną liczbę miejsc po przecinku i wyświetlanie separatora tysięcy." +msgstr "" -#. CEftz +#. vGkWA #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3147567\n" "help.text" -msgid "FIXED(Number; Decimals [; NoThousandsSeparators])" +msgid "FIXED(Number; [Decimals = 2 [; NoThousandsSeparators = FALSE]])" msgstr "" -#. 5cYW8 +#. Lu9oq #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3151272\n" "help.text" -msgid "Number refers to the number to be formatted." -msgstr "Liczba oznacza wartość liczbową do sformatowania." +msgid "Number is rounded to Decimals places (after the decimal separator) and the result formatted as text, using locale-specific settings." +msgstr "" -#. hSSQr +#. 5zSz5 #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3156322\n" "help.text" -msgid "Decimals refers to the number of decimal places to be displayed." -msgstr "Dziesiętne określa liczbę wyświetlanych miejsc dziesiętnych." +msgid "Decimals (optional) refers to the number of decimal places to be displayed. If Decimals is negative, Number is rounded to ABS(Decimals) places to the left from the decimal point. If Decimals is a fraction, it is truncated actually ignoring what is the closest integer." +msgstr "" -#. HQVFQ +#. MccEk #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3150877\n" "help.text" -msgid "NoThousandsSeparators (optional) determines whether the thousands separator is used. If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your current locale setting are displayed." -msgstr "Bez_separatorów_tysięcy (parametr opcjonalny) określa, czy mają być używane separatory tysięcy. Jeśli parametr jest inny niż 0, separator tysięcy zostanie pominięty. Jeśli parametr jest równy 0 lub nie został podany, separatory tysięcy będą wyświetlane zgodne z bieżącymi ustawieniami regionalnymi." +msgid "NoThousandsSeparators (optional) determines whether the thousands separator is used. If it is TRUE or non-zero, then group separators are omitted from the resulting string. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your current locale setting are displayed." +msgstr "" #. nDs7Q #: 04060110.xhp @@ -21103,14 +21103,50 @@ msgctxt "" msgid "=FIXED(1234567.89;3) returns 1,234,567.890 as a text string." msgstr "=ZAOKR.DO.TEKST(1234567,89;3) zwraca 1 234 567,890 w postaci ciągu tekstowego." -#. ZsPhE +#. eo6wB #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id5282143\n" "help.text" -msgid "=FIXED(1234567.89;3;1) returns 1234567.890 as a text string." -msgstr "=ZAOKR.DO.TEKST(1234567,89;3;1) zwraca wartość 1234567,890 w postaci ciągu tekstowego." +msgid "=FIXED(123456.789;;TRUE) returns 123456.79 as a text string." +msgstr "" + +#. U8QaS +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id21617202293406\n" +"help.text" +msgid "=FIXED(12345.6789;-2) returns 12,300 as a text string." +msgstr "" + +#. iqSth +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id161617202295558\n" +"help.text" +msgid "=FIXED(12134567.89;-3;1) returns 12135000 as a text string." +msgstr "" + +#. NmXWD +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id451617286696878\n" +"help.text" +msgid "=FIXED(12345.789;3/4) returns 12,346 as a text string." +msgstr "" + +#. wHPtQ +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id371617286698199\n" +"help.text" +msgid "=FIXED(12345.789,8/5) returns 12,345.8 as a text string." +msgstr "" #. zxsGX #: 04060110.xhp diff --git a/source/pl/helpcontent2/source/text/shared/01.po b/source/pl/helpcontent2/source/text/shared/01.po index 800d635add2..e9dbbbd4085 100644 --- a/source/pl/helpcontent2/source/text/shared/01.po +++ b/source/pl/helpcontent2/source/text/shared/01.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: 2021-03-29 16:02+0200\n" +"POT-Creation-Date: 2021-04-06 14:45+0200\n" "PO-Revision-Date: 2021-01-30 17:47+0000\n" "Last-Translator: Adam Rak \n" "Language-Team: Polish \n" @@ -25297,13 +25297,13 @@ msgctxt "" msgid "New Style from Selection" msgstr "" -#. oDtUF +#. CTRWm #: 05140100.xhp msgctxt "" "05140100.xhp\n" "par_id461608255735789\n" "help.text" -msgid "Create new paragraph, character, frame, page, list, and tablecell and page graphicstylesfrom objects that are formatted manually to the new style that you want to create.from manually modified cell or page formatting. from objects that you have formatted manually to the new style that you want to create." +msgid "Create new paragraph, character, frame, page, list, and table styles from objects that are formatted manually to the new style that you want to create.Create new cell and page styles from manually modified cell or page formatting.Create new graphic styles from objects that you have formatted manually to the new style that you want to create." msgstr "" #. 5nxxW @@ -41812,13 +41812,13 @@ msgctxt "" msgid "Assign Macro" msgstr "Przypisz makro" -#. rtEXf +#. mCRaE #: 06140500.xhp msgctxt "" "06140500.xhp\n" "par_id3156152\n" "help.text" -msgid "Opens the Macro Selector to assign a macro to the selected event." +msgid "Opens the Macro Selector to assign a macro to the selected event." msgstr "" #. 6a78S diff --git a/source/pl/helpcontent2/source/text/swriter/01.po b/source/pl/helpcontent2/source/text/swriter/01.po index bfc7063c77c..d39f439539c 100644 --- a/source/pl/helpcontent2/source/text/swriter/01.po +++ b/source/pl/helpcontent2/source/text/swriter/01.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: 2021-03-29 16:03+0200\n" +"POT-Creation-Date: 2021-04-06 14:45+0200\n" "PO-Revision-Date: 2020-07-09 16:34+0000\n" "Last-Translator: Adam Rak \n" "Language-Team: Polish \n" @@ -28591,23 +28591,23 @@ msgctxt "" msgid "Select an item in the list and click an arrow button to move the item." msgstr "Zaznacz element na liście i kliknij przycisk strzałki, aby go przesunąć." -#. 2EDFk +#. QDbG9 #: mm_emabod.xhp msgctxt "" "mm_emabod.xhp\n" "tit\n" "help.text" -msgid "E-Mail Message" -msgstr "Wiadomość e-mail" +msgid "Email Message" +msgstr "" -#. BNpDQ +#. oSwv3 #: mm_emabod.xhp msgctxt "" "mm_emabod.xhp\n" "par_idN1053C\n" "help.text" -msgid "E-Mail Message" -msgstr "Wiadomość e-mail" +msgid "Email Message" +msgstr "" #. PTucc #: mm_emabod.xhp @@ -28924,13 +28924,13 @@ msgctxt "" msgid "Properties" msgstr "" -#. QDtAr +#. 9DVfj #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_idN10615\n" "help.text" -msgid "Opens the E-Mail Message dialog where you can enter the email message for the mail merge files that are sent as attachments." +msgid "Opens the Email Message dialog where you can enter the email message for the mail merge files that are sent as attachments." msgstr "" #. bARe2 diff --git a/source/pl/helpcontent2/source/text/swriter/guide.po b/source/pl/helpcontent2/source/text/swriter/guide.po index 99bf37a2878..f19fb2915a1 100644 --- a/source/pl/helpcontent2/source/text/swriter/guide.po +++ b/source/pl/helpcontent2/source/text/swriter/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: 2021-03-29 16:03+0200\n" +"POT-Creation-Date: 2021-04-06 14:46+0200\n" "PO-Revision-Date: 2021-01-30 17:47+0000\n" "Last-Translator: Adam Rak \n" "Language-Team: Polish \n" @@ -619,13 +619,13 @@ msgctxt "" msgid "To Stop Capitalizing the First Letter of a Sentence" msgstr "Wyłączanie zamiany pierwszej litery w zdaniu na wielką" -#. jv7DR +#. FJhBA #: auto_off.xhp msgctxt "" "auto_off.xhp\n" "par_id3155099\n" "help.text" -msgid "Choose Tools – AutoCorrect Options." +msgid "Choose Tools - AutoCorrect – AutoCorrect Options." msgstr "" #. 6TQxg -- cgit