diff --git a/po/documentation.pl.po b/po/documentation.pl.po index 030352dd6673fd14e1ab603f5e4ecc8cc1d79dc0..cff900484a5922bee1311a50a732d53a7a469437 100644 --- a/po/documentation.pl.po +++ b/po/documentation.pl.po @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: git documentation\n" "Report-Msgid-Bugs-To: jn.avila@free.fr\n" "POT-Creation-Date: 2020-04-04 19:51+0200\n" -"PO-Revision-Date: 2020-04-22 06:41+0000\n" -"Last-Translator: Michal Biesiada <blade-14@o2.pl>\n" +"PO-Revision-Date: 2020-04-23 20:24+0000\n" +"Last-Translator: Daniel Pawlik <pawlik.dan@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: pl\n" "MIME-Version: 1.0\n" @@ -5154,7 +5154,7 @@ msgstr "" #: en/fetch-options.txt:22 en/git-clone.txt:221 en/git-fetch-pack.txt:90 #, no-wrap, priority:300 msgid "--shallow-since=<date>" -msgstr "--shallow-since=<date>" +msgstr "--shallow-since=<data>" #. type: Plain text #: en/fetch-options.txt:25 en/git-fetch-pack.txt:93 @@ -5558,7 +5558,7 @@ msgstr "--verbose" #: en/fetch-options.txt:230 en/git-add.txt:77 en/git-imap-send.txt:35 en/merge-options.txt:150 #, priority:300 msgid "Be verbose." -msgstr "" +msgstr "B훳d탄 gadatliwy." #. type: Labeled list #: en/fetch-options.txt:232 en/git-bundle.txt:83 en/git-checkout.txt:111 en/git-clone.txt:129 en/git-format-patch.txt:350 en/git-pack-objects.txt:151 en/git-prune.txt:45 en/git-push.txt:371 en/git-restore.txt:69 en/git-submodule.txt:269 en/git-switch.txt:144 en/merge-options.txt:151 @@ -5582,13 +5582,18 @@ msgstr "" #: en/fetch-options.txt:239 en/git-clone.txt:135 en/git-ls-remote.txt:76 #, no-wrap, priority:300 msgid "--server-option=<option>" -msgstr "" +msgstr "--server-option=<parametr>" #. type: Plain text #: en/fetch-options.txt:246 en/git-clone.txt:142 #, priority:300 msgid "Transmit the given string to the server when communicating using protocol version 2. The given string must not contain a NUL or LF character. The server's handling of server options, including unknown ones, is server-specific. When multiple `--server-option=<option>` are given, they are all sent to the other side in the order listed on the command line." msgstr "" +"Przeka탉 podany ci훳g do serwera podczas komunikacji przy u탉yciu protoko흢u w " +"wersji 2. Podany ci훳g nie mo탉e zawiera훶 znaku NUL lub LF. Serwer obs흢uguje " +"parametry serwera, w tym nieznane opcje, specyficzne dla niego. Po podaniu " +"wielu opcji `--server-option = <option>`, wszystkie s훳 wysy흢ane na drug훳 " +"stron휌 w kolejno힄ci podanej w wierszu polece흦." #. type: Labeled list #: en/fetch-options.txt:247 @@ -5696,12 +5701,23 @@ msgstr "OPIS" #, priority:300 msgid "This command updates the index using the current content found in the working tree, to prepare the content staged for the next commit. It typically adds the current content of existing paths as a whole, but with some options it can also be used to add content with only part of the changes made to the working tree files applied, or remove paths that do not exist in the working tree anymore." msgstr "" +"To polecenie aktualizuje indeks przy u탉yciu bie탉훳cej zawarto힄ci znalezionej " +"w drzewie roboczym, aby przygotowa훶 zawarto힄훶 przygotowan훳 dla nast휌pnego " +"zatwierdzenia. Zazwyczaj dodaje ca흢훳 bie탉훳c훳 zawarto힄훶 istniej훳cych " +"힄cie탉ek, ale z niekt처rymi opcjami mo탉e by훶 r처wnie탉 u탉ywany do dodawania " +"tylko cz휌힄ci zawarto힄ci, wprowadzonych do plik처w dzia흢aj훳cych drzew lub " +"usuwa훶 힄cie탉ki, kt처re nie istniej훳 w dzia흢aj훳cym ju탉 drzewie." #. type: Plain text #: en/git-add.txt:31 #, priority:300 msgid "The \"index\" holds a snapshot of the content of the working tree, and it is this snapshot that is taken as the contents of the next commit. Thus after making any changes to the working tree, and before running the commit command, you must use the `add` command to add any new or modified files to the index." msgstr "" +"\"Indeks\" zawiera migawk휌 zawarto힄ci drzewa roboczego i jest to migawka, " +"kt처ra jest pobierana jako zawarto힄훶 nast휌pnego zatwierdzenia. Tak wi휌c po " +"dokonaniu jakichkolwiek zmian w drzewie roboczym i przed uruchomieniem " +"polecenia commit nale탉y u탉y훶 polecenia \"add\", aby doda훶 nowe lub " +"zmodyfikowane pliki do indeksu." #. type: Plain text #: en/git-add.txt:36