From f6d254c15776a8fa23bf828f6bf34408b451080f Mon Sep 17 00:00:00 2001 From: m4sk1n Date: Mon, 16 Jan 2017 20:31:10 +0100 Subject: [PATCH] l10n: pl.po: started Polish translation Signed-off-by: Arusekk --- po/pl.po | 12579 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 12579 insertions(+) create mode 100644 po/pl.po diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000000..6ae30758a3 --- /dev/null +++ b/po/pl.po @@ -0,0 +1,12579 @@ +# Polish translations for Git. +# Copyright (C) 2017 m4sk1n, m4sk1n@vivaldi.net +# This file is distributed under the same license as the Git package. +# m4sk1n, m4sk1n@vivaldi.net, 2017. +# +msgid "" +msgstr "" +"PO-Revision-Date: 2017-01-16 19:00:16+0000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"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-Generator: GlotPress/2.2.2\n" +"Last-Translator: m4sk1n \n" +"Language-Team: Polish\n" +"Language: pl\n" +"Project-Id-Version: git\n" + +#: builtin/index-pack.c:1123 +msgid "Receiving objects" +msgstr "Pobieranie obiektów" + +#: git-sh-setup.sh:377 +msgid "Unable to determine absolute path of git directory" +msgstr "Nie udało się określić bezwzględnej ścieżki katalogu gita" + +#: git-sh-setup.sh:372 +msgid "You need to run this command from the toplevel of the working tree." +msgstr "" + +#: git-sh-setup.sh:252 +msgid "Additionally, your index contains uncommitted changes." +msgstr "" + +#: git-sh-setup.sh:248 +msgid "Cannot $action: Your index contains uncommitted changes." +msgstr "" + +#: git-sh-setup.sh:245 +msgid "Cannot pull with rebase: Your index contains uncommitted changes." +msgstr "" + +#: git-sh-setup.sh:242 +msgid "Cannot rebase: Your index contains uncommitted changes." +msgstr "" + +#: git-sh-setup.sh:229 +msgid "Cannot $action: You have unstaged changes." +msgstr "" + +#: git-sh-setup.sh:226 +msgid "Cannot pull with rebase: You have unstaged changes." +msgstr "" + +#: git-sh-setup.sh:223 +msgid "Cannot rewrite branches: You have unstaged changes." +msgstr "" + +#: git-sh-setup.sh:220 +msgid "Cannot rebase: You have unstaged changes." +msgstr "" + +#: git-sh-setup.sh:199 git-sh-setup.sh:206 +msgid "fatal: $program_name cannot be used without a working tree." +msgstr "" + +#: git-sh-setup.sh:190 +msgid "Cannot chdir to $cdup, the toplevel of the working tree" +msgstr "" + +#: git-sh-setup.sh:89 git-sh-setup.sh:94 +msgid "usage: $dashless $USAGE" +msgstr "użycie: $dashless $USAGE" + +#: git-rebase--interactive.sh:1294 +msgid "Note that empty commits are commented out" +msgstr "" + +#: git-rebase--interactive.sh:1287 +msgid "" +"\n" +"However, if you remove everything, the rebase will be aborted.\n" +"\n" +msgstr "" + +#: git-rebase--interactive.sh:1282 +msgid "Rebase $shortrevisions onto $shortonto ($todocount command)" +msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: git-rebase--interactive.sh:1177 git-rebase--interactive.sh:1182 +msgid "Could not init rewritten commits" +msgstr "" + +#: git-rebase--interactive.sh:1167 +msgid "Could not mark as interactive" +msgstr "" + +#: git-rebase--interactive.sh:1165 +msgid "Could not create temporary $state_dir" +msgstr "" + +#: git-rebase--interactive.sh:1164 +msgid "No HEAD?" +msgstr "" + +#: git-rebase--interactive.sh:1159 +msgid "Could not checkout $switch_to" +msgstr "" + +#: git-rebase--interactive.sh:1146 git-rebase--interactive.sh:1304 +msgid "Could not execute editor" +msgstr "Nie można uruchomić edytora" + +#: git-rebase--interactive.sh:1138 +msgid "" +"\n" +"You are editing the todo file of an ongoing interactive rebase.\n" +"To continue rebase after editing, run:\n" +" git rebase --continue\n" +"\n" +msgstr "" + +#: git-rebase--interactive.sh:1110 git-rebase--interactive.sh:1114 +msgid "Could not commit staged changes." +msgstr "" + +#: git-rebase--interactive.sh:1105 +msgid "" +"You have uncommitted changes in your working tree. Please commit them\n" +"first and then run 'git rebase --continue' again." +msgstr "" + +#: git-rebase--interactive.sh:1100 +msgid "Error trying to find the author identity to amend commit" +msgstr "" + +#: git-rebase--interactive.sh:1083 +msgid "" +"You have staged changes in your working tree.\n" +"If these changes are meant to be\n" +"squashed into the previous commit, run:\n" +"\n" +" git commit --amend $gpg_sign_opt_quoted\n" +"\n" +"If they are meant to go into a new commit, run:\n" +"\n" +" git commit $gpg_sign_opt_quoted\n" +"\n" +"In both cases, once you're done, continue with:\n" +"\n" +" git rebase --continue\n" +msgstr "" + +#: git-rebase--interactive.sh:1078 +msgid "Could not remove CHERRY_PICK_HEAD" +msgstr "" + +#: git-rebase--interactive.sh:1054 +msgid "Or you can abort the rebase with 'git rebase --abort'." +msgstr "" + +#: git-rebase--interactive.sh:1053 +msgid "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --continue'." +msgstr "Możesz to naprawić używając 'git rebase --edit-todo' i uruchamiając później 'git rebase --continue'." + +#: git-rebase--interactive.sh:1036 +msgid "Unrecognized setting $check_level for option rebase.missingCommitsCheck. Ignoring." +msgstr "Nieznane ustawienie $check_level dla opcji rebase.missingCommitsCheck. Ignorowanie." + +#: git-rebase--interactive.sh:1025 +msgid "" +"To avoid this message, use \"drop\" to explicitly remove a commit.\n" +"\n" +"Use 'git config rebase.missingCommitsCheck' to change the level of warnings.\n" +"The possible behaviours are: ignore, warn, error." +msgstr "" + +#: git-rebase--interactive.sh:1017 +msgid "" +"Warning: some commits may have been dropped accidentally.\n" +"Dropped commits (newer to older):" +msgstr "" + +#: git-rebase--interactive.sh:979 +msgid "could not detach HEAD" +msgstr "" + +#: git-rebase--interactive.sh:940 +msgid "" +"Warning: the command isn't recognized in the following line:\n" +" - $line" +msgstr "" +"Ostrzeżenie: komenda nie jest rozpoznawana w poniższym wierszu:\n" +"- $line" + +#: git-rebase--interactive.sh:907 +msgid "" +"Warning: the SHA-1 is missing or isn't a commit in the following line:\n" +" - $line" +msgstr "" + +#: git-rebase--interactive.sh:749 +msgid "Could not skip unnecessary pick commands" +msgstr "" + +#: git-rebase--interactive.sh:702 +msgid "Successfully rebased and updated $head_name." +msgstr "" + +#: git-rebase--interactive.sh:667 +msgid "Please fix this using 'git rebase --edit-todo'." +msgstr "Napraw to używając 'git rebase --edit-todo'." + +#: git-rebase--interactive.sh:666 +msgid "Unknown command: $command $sha1 $rest" +msgstr "Nieznana komenda: $command $sha1 $rest" + +#. TRANSLATORS: after these lines is a command to be issued by the user +#: git-rebase--interactive.sh:655 +msgid "" +"Execution succeeded: $rest\n" +"but left changes to the index and/or the working tree\n" +"Commit or stash your changes, and then run\n" +"\n" +"\tgit rebase --continue" +msgstr "" + +#: git-rebase--interactive.sh:642 +msgid "" +"You can fix the problem, and then run\n" +"\n" +"\tgit rebase --continue" +msgstr "" +"Możesz naprawić problem i uruchomić\n" +"\n" +"\tgit rebase --continue" + +#: git-rebase--interactive.sh:640 +msgid "and made changes to the index and/or the working tree" +msgstr "" + +#: git-rebase--interactive.sh:638 +msgid "Execution failed: $rest" +msgstr "Wykonywanie nie powiodło się: $rest" + +#: git-rebase--interactive.sh:630 +msgid "Executing: $rest" +msgstr "Wykonywanie: $rest" + +#: git-rebase--interactive.sh:588 +msgid "Cannot '$squash_style' without a previous commit" +msgstr "" + +#: git-rebase--interactive.sh:573 +msgid "Stopped at $sha1_abbrev... $rest" +msgstr "Zatrzymano na $sha1_abbrev... $rest" + +#: git-rebase--interactive.sh:558 +msgid "" +"Could not amend commit after successfully picking $sha1... $rest\n" +"This is most likely due to an empty commit message, or the pre-commit hook\n" +"failed. If the pre-commit hook failed, you may need to resolve the issue before\n" +"you are able to reword the commit." +msgstr "" + +#: git-rebase--interactive.sh:484 git-rebase--interactive.sh:527 +#: git-rebase--interactive.sh:530 +msgid "Could not apply $sha1... $rest" +msgstr "Nie można zastosować $sha1... $rest" + +#: git-rebase--interactive.sh:444 +msgid "This is the 1st commit message:" +msgstr "To jest pierwszą wiadomość rozwiązania:" + +#: git-rebase--interactive.sh:443 +msgid "This is a combination of 2 commits." +msgstr "To jest połączenie dwóch rozwiązań" + +#: git-rebase--interactive.sh:440 +msgid "Cannot write $fixup_msg" +msgstr "Nie można zapisać $fixup_msg" + +#: git-rebase--interactive.sh:432 +msgid "This is a combination of $count commit." +msgid_plural "This is a combination of $count commits." +msgstr[0] "To jest połączenie $count rozwiązania." +msgstr[1] "To jest połączenie $count rozwiązań." +msgstr[2] "To jest połączenie $count rozwiązań." + +#: git-rebase--interactive.sh:421 +msgid "The commit message #${n} will be skipped:" +msgstr "" + +#: git-rebase--interactive.sh:416 +msgid "This is the commit message #${n}:" +msgstr "" + +#: git-rebase--interactive.sh:407 +msgid "Could not pick $sha1" +msgstr "" + +#: git-rebase--interactive.sh:399 +msgid "Error redoing merge $sha1" +msgstr "" + +#: git-rebase--interactive.sh:385 +msgid "Refusing to squash a merge: $sha1" +msgstr "" + +#: git-rebase--interactive.sh:380 +msgid "Cannot move HEAD to $first_parent" +msgstr "" + +#: git-rebase--interactive.sh:371 +msgid "Cannot fast-forward to $sha1" +msgstr "Nie można użyć szybkiego przekierowania do $sha1" + +#: git-rebase--interactive.sh:369 +msgid "Fast-forward to $sha1" +msgstr "Szybkie przekierowanie do $sha1" + +#: git-rebase--interactive.sh:317 +msgid "Cannot write current commit's replacement sha1" +msgstr "" + +#: git-rebase--interactive.sh:275 +msgid "Invalid commit name: $sha1" +msgstr "Nieprawidłowa nazwa rozwiązania: $sha1" + +#: git-rebase--interactive.sh:236 +msgid "$sha1: not a commit that can be picked" +msgstr "$sha1: brak rozwiązania które możesz wybrać" + +#: git-rebase--interactive.sh:211 +msgid "" +"You can amend the commit now, with\n" +"\n" +"\tgit commit --amend $gpg_sign_opt_quoted\n" +"\n" +"Once you are satisfied with your changes, run\n" +"\n" +"\tgit rebase --continue" +msgstr "" + +#: git-rebase--interactive.sh:175 +msgid "" +"\n" +"If you remove a line here THAT COMMIT WILL BE LOST.\n" +msgstr "" + +#: git-rebase--interactive.sh:171 +msgid "" +"\n" +"Do not remove any line. Use 'drop' explicitly to remove a commit.\n" +msgstr "" + +#: git-rebase--interactive.sh:156 +msgid "" +"\n" +"Commands:\n" +" p, pick = use commit\n" +" r, reword = use commit, but edit the commit message\n" +" e, edit = use commit, but stop for amending\n" +" s, squash = use commit, but meld into previous commit\n" +" f, fixup = like \"squash\", but discard this commit's log message\n" +" x, exec = run command (the rest of the line) using shell\n" +" d, drop = remove commit\n" +"\n" +"These lines can be re-ordered; they are executed from top to bottom.\n" +msgstr "" + +#: git-rebase--interactive.sh:140 +msgid "Rebasing ($new_count/$total)" +msgstr "" + +#: git-parse-remote.sh:89 +msgid "See git-${cmd}(1) for details." +msgstr "Zobacz git-${cmd}(1) aby uzyskać szczegółowe informacje." + +#: git-submodule.sh:1112 +msgid "Synchronizing submodule url for '$displaypath'" +msgstr "" + +#: git-submodule.sh:1045 +msgid "Failed to recurse into submodule path '$sm_path'" +msgstr "" + +#: git-submodule.sh:898 +msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst" +msgstr "" + +#: git-submodule.sh:895 +msgid " Warn: $display_name doesn't contain commit $sha1_dst" +msgstr "" + +#: git-submodule.sh:892 +msgid " Warn: $display_name doesn't contain commit $sha1_src" +msgstr "" + +#: git-submodule.sh:872 +msgid "unexpected mode $mod_dst" +msgstr "nieoczekiwany tryb $mod_dst" + +#: git-submodule.sh:820 +msgid "The --cached option cannot be used with the --files option" +msgstr "Opcja --cached nie może być używana jednocześnie z opcją --files" + +#: git-submodule.sh:712 +msgid "Failed to recurse into submodule path '$displaypath'" +msgstr "" + +#: git-submodule.sh:681 +msgid "Submodule path '$displaypath': '$command $sha1'" +msgstr "" + +#: git-submodule.sh:680 +msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'" +msgstr "" + +#: git-submodule.sh:675 +msgid "Submodule path '$displaypath': merged in '$sha1'" +msgstr "" + +#: git-submodule.sh:674 +msgid "Unable to merge '$sha1' in submodule path '$displaypath'" +msgstr "" + +#: git-submodule.sh:669 +msgid "Submodule path '$displaypath': rebased into '$sha1'" +msgstr "" + +#: git-submodule.sh:668 +msgid "Unable to rebase '$sha1' in submodule path '$displaypath'" +msgstr "" + +#: git-submodule.sh:664 +msgid "Submodule path '$displaypath': checked out '$sha1'" +msgstr "" + +#: git-submodule.sh:663 +msgid "Unable to checkout '$sha1' in submodule path '$displaypath'" +msgstr "" + +#: git-submodule.sh:656 +msgid "Fetched in submodule path '$displaypath', but it did not contain $sha1. Direct fetching of that commit failed." +msgstr "" + +#: git-submodule.sh:650 +msgid "Unable to fetch in submodule path '$displaypath'" +msgstr "" + +#: git-submodule.sh:632 +msgid "Unable to find current ${remote_name}/${branch} revision in submodule path '$sm_path'" +msgstr "" + +#: git-submodule.sh:627 +msgid "Unable to fetch in submodule path '$sm_path'" +msgstr "" + +#: git-submodule.sh:617 +msgid "Unable to find current revision in submodule path '$displaypath'" +msgstr "" + +#: git-submodule.sh:464 +msgid "Submodule '$name' ($url) unregistered for path '$displaypath'" +msgstr "" + +#: git-submodule.sh:455 +msgid "Could not create empty submodule directory '$displaypath'" +msgstr "" + +#: git-submodule.sh:452 +msgid "Could not remove submodule work tree '$displaypath'" +msgstr "" + +#: git-submodule.sh:451 +msgid "Cleared directory '$displaypath'" +msgstr "Wyczyszczono katalog '$displaypath'" + +#: git-submodule.sh:448 +msgid "Submodule work tree '$displaypath' contains local modifications; use '-f' to discard them" +msgstr "" + +#: git-submodule.sh:440 +msgid "" +"Submodule work tree '$displaypath' contains a .git directory\n" +"(use 'rm -rf' if you really want to remove it including all of its history)" +msgstr "" + +#: git-submodule.sh:420 +msgid "Use '--all' if you really want to deinitialize all submodules" +msgstr "" + +#: git-submodule.sh:415 +msgid "pathspec and --all are incompatible" +msgstr "" + +#: git-submodule.sh:344 +msgid "Stopping at '$displaypath'; script returned non-zero status." +msgstr "" + +#: git-submodule.sh:324 +msgid "Entering '$displaypath'" +msgstr "Otwieranie '$displaypath'" + +#: git-submodule.sh:277 +msgid "Failed to register submodule '$sm_path'" +msgstr "" + +#: git-submodule.sh:268 +msgid "Failed to add submodule '$sm_path'" +msgstr "" + +#: git-submodule.sh:263 +msgid "Unable to checkout submodule '$sm_path'" +msgstr "" + +#: git-submodule.sh:251 +msgid "Reactivating local git directory for submodule '$sm_name'." +msgstr "" + +#: git-submodule.sh:245 +msgid "" +"If you want to reuse this local git directory instead of cloning again from\n" +" $realrepo\n" +"use the '--force' option. If the local git directory is not the correct repo\n" +"or you are unsure what this means choose another name with the '--name' option." +msgstr "" + +#: git-submodule.sh:243 +msgid "A git directory for '$sm_name' is found locally with remote(s):" +msgstr "" + +#: git-submodule.sh:235 +msgid "'$sm_path' already exists and is not a valid git repo" +msgstr "'$sm_path' już istnieje i nie jest prawidłowym repozytorium gita" + +#: git-submodule.sh:233 +msgid "Adding existing repo at '$sm_path' to the index" +msgstr "Dodawanie istniejącego repozytorium z '$sm_path' do indeksu" + +#: git-submodule.sh:215 +msgid "" +"The following path is ignored by one of your .gitignore files:\n" +"$sm_path\n" +"Use -f if you really want to add it." +msgstr "" + +#: git-submodule.sh:211 +msgid "'$sm_path' already exists in the index" +msgstr "'$sm_path' już widnieje w indeksie" + +#: git-submodule.sh:194 +msgid "repo URL: '$repo' must be absolute or begin with ./|../" +msgstr "repo URL: '$repo' musi być ścieżką absolutną lub zaczynać się od ./|../" + +#: git-submodule.sh:184 +msgid "Relative path can only be used from the toplevel of the working tree" +msgstr "" + +#: git-stash.sh:652 +msgid "(To restore them type \"git stash apply\")" +msgstr "" + +#: git-stash.sh:580 +msgid "No branch name specified" +msgstr "Nie określono nazwy gałęzi" + +#: git-stash.sh:572 +msgid "${REV}: Could not drop stash entry" +msgstr "" + +#: git-stash.sh:571 +msgid "Dropped ${REV} ($s)" +msgstr "" + +#: git-stash.sh:562 +msgid "The stash is kept in case you need it again." +msgstr "" + +#: git-stash.sh:548 +msgid "Index was not unstashed." +msgstr "" + +#: git-stash.sh:533 +msgid "Cannot unstage modified files" +msgstr "" + +#: git-stash.sh:508 +msgid "Could not restore untracked files from stash" +msgstr "" + +#: git-stash.sh:499 +msgid "Could not save index tree" +msgstr "" + +#: git-stash.sh:497 +msgid "Conflicts in index. Try without --index." +msgstr "" + +#: git-stash.sh:489 +msgid "Cannot apply a stash in the middle of a merge" +msgstr "" + +#: git-stash.sh:485 +msgid "unable to refresh index" +msgstr "nie udało się odświeżyć indeksu" + +#: git-stash.sh:477 +msgid "'$args' is not a stash reference" +msgstr "" + +#: git-stash.sh:466 +msgid "'$args' is not a stash-like commit" +msgstr "" + +#: git-stash.sh:438 +msgid "$reference is not a valid reference" +msgstr "" + +#: git-stash.sh:423 +msgid "Too many revisions specified: $REV" +msgstr "" + +#: git-stash.sh:416 +msgid "No stash found." +msgstr "" + +#: git-stash.sh:403 +msgid "unknown option: $opt" +msgstr "nieznana opcja: $opt" + +#: git-stash.sh:285 +msgid "Cannot remove worktree changes" +msgstr "" + +#: git-stash.sh:268 +msgid "Saved working directory and index state $stash_msg" +msgstr "" + +#: git-stash.sh:267 +msgid "Cannot save the current status" +msgstr "" + +#: git-stash.sh:263 +msgid "Cannot initialize stash" +msgstr "" + +#: git-stash.sh:259 +msgid "No local changes to save" +msgstr "Brak lokalnych zmian do zapisania" + +#: git-stash.sh:251 +msgid "Can't use --patch and --include-untracked or --all at the same time" +msgstr "Nie można użyć --patch i --include-untracked lub --all jednocześnie" + +#. TRANSLATORS: $option is an invalid option, like +#. `--blah-blah'. The 7 spaces at the beginning of the +#. second line correspond to "error: ". So you should line +#. up the second line with however many characters the +#. translation of "error: " takes in your language. E.g. in +#. English this is: +#. $ git stash save --blah-blah 2>&1 | head -n 2 +#. error: unknown option for 'stash save': --blah-blah +#. To provide a message, use git stash save -- '--blah-blah' +#: git-stash.sh:238 +msgid "" +"error: unknown option for 'stash save': $option\n" +" To provide a message, use git stash save -- '$option'" +msgstr "" + +#: git-stash.sh:188 +msgid "Cannot update $ref_stash with $w_commit" +msgstr "" + +#: git-stash.sh:156 +msgid "Cannot record working tree state" +msgstr "" + +#: git-stash.sh:143 +msgid "Cannot remove temporary index (can't happen)" +msgstr "" + +#: git-stash.sh:140 +msgid "No changes selected" +msgstr "Nie zaznaczono zmian" + +#: git-stash.sh:123 git-stash.sh:136 +msgid "Cannot save the current worktree state" +msgstr "" + +#: git-stash.sh:103 +msgid "Cannot save the untracked files" +msgstr "" + +#: git-stash.sh:88 +msgid "Cannot save the current index state" +msgstr "" + +#: git-stash.sh:73 +msgid "You do not have the initial commit yet" +msgstr "" + +#: git-stash.sh:50 +msgid "git stash clear with parameters is unimplemented" +msgstr "" + +#: git-rebase.sh:620 +msgid "Fast-forwarded $branch_name to $onto_name." +msgstr "" + +#: git-rebase.sh:610 +msgid "First, rewinding head to replay your work on top of it..." +msgstr "" + +#: git-rebase.sh:601 +msgid "Changes from $mb to $onto:" +msgstr "Zmiany z $mb do $onto:" + +#: git-rebase.sh:590 +msgid "Current branch $branch_name is up to date, rebase forced." +msgstr "" + +#: git-rebase.sh:586 +msgid "Current branch $branch_name is up to date." +msgstr "Obecna gałąź $branch_name jest aktualna." + +#: git-rebase.sh:566 +msgid "Please commit or stash them." +msgstr "" + +#: git-rebase.sh:562 +msgid "Created autostash: $stash_abbrev" +msgstr "" + +#: git-rebase.sh:557 +msgid "Cannot autostash" +msgstr "" + +#: git-rebase.sh:524 +msgid "fatal: no such branch: $branch_name" +msgstr "" + +#: git-rebase.sh:501 +msgid "Does not point to a valid commit: $onto_name" +msgstr "" + +#: git-rebase.sh:492 git-rebase.sh:496 +msgid "$onto_name: there is no merge base" +msgstr "" + +#: git-rebase.sh:489 +msgid "$onto_name: there are more than one merge bases" +msgstr "" + +#: git-rebase.sh:465 +msgid "invalid upstream $upstream_name" +msgstr "" + +#: git-rebase.sh:414 +msgid "" +"It seems that there is already a $state_dir_base directory, and\n" +"I wonder if you are in the middle of another rebase. If that is the\n" +"case, please try\n" +"\t$cmd_live_rebase\n" +"If that is not the case, please\n" +"\t$cmd_clear_stale_rebase\n" +"and run me again. I am stopping in case you still have something\n" +"valuable there." +msgstr "" + +#: git-rebase.sh:377 +msgid "" +"You must edit all merge conflicts and then\n" +"mark them as resolved using git add" +msgstr "" + +#: git-rebase.sh:374 +msgid "Cannot read HEAD" +msgstr "" + +#: git-rebase.sh:367 +msgid "The --edit-todo action can only be used during interactive rebase." +msgstr "" + +#: git-rebase.sh:356 +msgid "No rebase in progress?" +msgstr "" + +#: git-rebase.sh:215 +msgid "It looks like git-am is in progress. Cannot rebase." +msgstr "" + +#: git-rebase.sh:210 +msgid "The pre-rebase hook refused to rebase." +msgstr "" + +#: git-rebase.sh:171 +msgid "" +"Applying autostash resulted in conflicts.\n" +"Your changes are safe in the stash.\n" +"You can run \"git stash pop\" or \"git stash drop\" at any time.\n" +msgstr "" + +#: git-rebase.sh:170 +msgid "Cannot store $stash_sha1" +msgstr "" + +#: git-rebase.sh:167 +msgid "Applied autostash." +msgstr "" + +#: git-rebase.sh:156 git-rebase.sh:395 +msgid "Could not move back to $head_name" +msgstr "" + +#: git-rebase.sh:56 +msgid "" +"When you have resolved this problem, run \"git rebase --continue\".\n" +"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n" +"To check out the original branch and stop rebasing, run \"git rebase --abort\"." +msgstr "" + +#: git-merge-octopus.sh:102 +msgid "Simple merge did not work, trying automatic merge." +msgstr "" + +#: git-merge-octopus.sh:97 +msgid "Trying simple merge with $pretty_name" +msgstr "" + +#: git-merge-octopus.sh:89 +msgid "Fast-forwarding to: $pretty_name" +msgstr "" + +#: git-merge-octopus.sh:77 +msgid "Already up-to-date with $pretty_name" +msgstr "" + +#: git-merge-octopus.sh:73 +msgid "Unable to find common commit with $pretty_name" +msgstr "" + +#: git-merge-octopus.sh:62 +msgid "Should not be doing an octopus." +msgstr "" + +#: git-merge-octopus.sh:61 +msgid "Automated merge did not work." +msgstr "" + +#: git-merge-octopus.sh:46 +msgid "Error: Your local changes to the following files would be overwritten by merge" +msgstr "" + +#: git-bisect.sh:653 +msgid "" +"invalid argument $arg for 'git bisect terms'.\n" +"Supported options are: --term-good|--term-old and --term-bad|--term-new." +msgstr "" + +#: git-bisect.sh:636 +msgid "no terms defined" +msgstr "" + +#: git-bisect.sh:606 +msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect." +msgstr "" + +#: git-bisect.sh:587 git-bisect.sh:593 +msgid "can't change the meaning of term '$term'" +msgstr "" + +#: git-bisect.sh:578 +msgid "can't use the builtin command '$term' as a term" +msgstr "" + +#: git-bisect.sh:575 +msgid "'$term' is not a valid term" +msgstr "" + +#: git-bisect.sh:565 +msgid "please use two different terms" +msgstr "" + +#: git-bisect.sh:538 +msgid "bisect run success" +msgstr "" + +#: git-bisect.sh:531 +msgid "" +"bisect run failed:\n" +"'bisect_state $state' exited with error code $res" +msgstr "" + +#: git-bisect.sh:525 +msgid "bisect run cannot continue any more" +msgstr "" + +#: git-bisect.sh:499 +msgid "" +"bisect run failed:\n" +"exit code $res from '$command' is < 0 or >= 128" +msgstr "" + +#: git-bisect.sh:492 +msgid "running $command" +msgstr "" + +#: git-bisect.sh:480 +msgid "?? what are you talking about?" +msgstr "" + +#: git-bisect.sh:459 +msgid "cannot read $file for replaying" +msgstr "" + +#: git-bisect.sh:458 +msgid "No logfile given" +msgstr "" + +#: git-bisect.sh:430 +msgid "" +"Could not check out original HEAD '$branch'.\n" +"Try 'git bisect reset '." +msgstr "" + +#: git-bisect.sh:421 +msgid "'$invalid' is not a valid commit" +msgstr "" + +#: git-bisect.sh:414 git-bisect.sh:546 +msgid "We are not bisecting." +msgstr "" + +#: git-bisect.sh:343 +msgid "" +"You need to start by \"git bisect start\".\n" +"You then need to give me at least one $good_syn and one $bad_syn revision.\n" +"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)" +msgstr "" + +#: git-bisect.sh:340 +msgid "" +"You need to give me at least one $bad_syn and one $good_syn revision.\n" +"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)" +msgstr "" + +#. TRANSLATORS: Make sure to include [Y] and [n] in your +#. translation. The program will only accept English input +#. at this point. +#: git-bisect.sh:328 +msgid "Are you sure [Y/n]? " +msgstr "" + +#: git-bisect.sh:322 +msgid "Warning: bisecting only with a $TERM_BAD commit." +msgstr "" + +#: git-bisect.sh:299 +msgid "'git bisect $TERM_BAD' can take only one argument." +msgstr "" + +#: git-bisect.sh:290 +msgid "Bad rev input: $rev" +msgstr "" + +#: git-bisect.sh:281 +msgid "Bad rev input: $bisected_head" +msgstr "" + +#: git-bisect.sh:262 +msgid "Bad rev input: $arg" +msgstr "" + +#: git-bisect.sh:233 +msgid "Bad bisect_write argument: $state" +msgstr "" + +#: git-bisect.sh:181 +msgid "Bad HEAD - strange symbolic ref" +msgstr "" + +#: git-bisect.sh:177 +msgid "won't bisect on cg-seek'ed tree" +msgstr "" + +#: git-bisect.sh:167 +msgid "Checking out '$start_head' failed. Try 'git bisect reset '." +msgstr "" + +#: git-bisect.sh:154 +msgid "Bad HEAD - I need a HEAD" +msgstr "" + +#: git-bisect.sh:125 +msgid "'$arg' does not appear to be a valid revision" +msgstr "" + +#: git-bisect.sh:121 +msgid "unrecognised option: '$arg'" +msgstr "nierozpoznana opcja: '$arg'" + +#. TRANSLATORS: Make sure to include [Y] and [n] in your +#. translation. The program will only accept English input +#. at this point. +#: git-bisect.sh:60 +msgid "Do you want me to do it for you [Y/n]? " +msgstr "" + +#: git-bisect.sh:54 +msgid "You need to start by \"git bisect start\"" +msgstr "Musisz rozpocząć używając \"git bisect start\"" + +#: rerere.h:40 +msgid "update the index with reused conflict resolution if possible" +msgstr "" + +#: parse-options.h:246 +msgid "use digits to display SHA-1s" +msgstr "użyj znaków aby wyświetlić SHA-1" + +#: parse-options.h:240 +msgid "be more quiet" +msgstr "" + +#: parse-options.h:238 +msgid "be more verbose" +msgstr "" + +#: parse-options.h:160 +msgid "no-op (backward compatibility)" +msgstr "" + +#: parse-options.h:145 +msgid "expiry-date" +msgstr "" + +#: common-cmds.h:37 +msgid "Create, list, delete or verify a tag object signed with GPG" +msgstr "" + +#: common-cmds.h:36 +msgid "Show the working tree status" +msgstr "" + +#: common-cmds.h:35 +msgid "Show various types of objects" +msgstr "Pokazuj różne typy obiektów" + +#: common-cmds.h:34 +msgid "Remove files from the working tree and from the index" +msgstr "" + +#: common-cmds.h:33 +msgid "Reset current HEAD to the specified state" +msgstr "" + +#: common-cmds.h:32 +msgid "Reapply commits on top of another base tip" +msgstr "" + +#: common-cmds.h:31 +msgid "Update remote refs along with associated objects" +msgstr "" + +#: common-cmds.h:30 +msgid "Fetch from and integrate with another repository or a local branch" +msgstr "" + +#: common-cmds.h:29 +msgid "Move or rename a file, a directory, or a symlink" +msgstr "" + +#: common-cmds.h:28 +msgid "Join two or more development histories together" +msgstr "" + +#: common-cmds.h:27 +msgid "Show commit logs" +msgstr "" + +#: common-cmds.h:26 +msgid "Create an empty Git repository or reinitialize an existing one" +msgstr "" + +#: common-cmds.h:25 +msgid "Print lines matching a pattern" +msgstr "" + +#: common-cmds.h:24 +msgid "Download objects and refs from another repository" +msgstr "" + +#: common-cmds.h:23 +msgid "Show changes between commits, commit and working tree, etc" +msgstr "" + +#: common-cmds.h:22 +msgid "Record changes to the repository" +msgstr "" + +#: common-cmds.h:21 +msgid "Clone a repository into a new directory" +msgstr "" + +#: common-cmds.h:20 +msgid "Switch branches or restore working tree files" +msgstr "" + +#: common-cmds.h:19 +msgid "List, create, or delete branches" +msgstr "" + +#: common-cmds.h:18 +msgid "Use binary search to find the commit that introduced a bug" +msgstr "" + +#: common-cmds.h:17 +msgid "Add file contents to the index" +msgstr "" + +#: common-cmds.h:13 +msgid "collaborate (see also: git help workflows)" +msgstr "" + +#: common-cmds.h:12 +msgid "grow, mark and tweak your common history" +msgstr "" + +#: common-cmds.h:11 +msgid "examine the history and state (see also: git help revisions)" +msgstr "" + +#: common-cmds.h:10 +msgid "work on the current change (see also: git help everyday)" +msgstr "" + +#: common-cmds.h:9 +msgid "start a working area (see also: git help tutorial)" +msgstr "" + +#: http.c:351 +msgid "Public key pinning not supported with cURL < 7.44.0" +msgstr "" + +#: http.c:342 +msgid "Delegation control is not supported with cURL < 7.22.0" +msgstr "" + +#: git.c:14 +msgid "" +"'git help -a' and 'git help -g' list available subcommands and some\n" +"concept guides. See 'git help ' or 'git help '\n" +"to read about a specific subcommand or concept." +msgstr "" + +#: credential-cache--daemon.c:271 +msgid "print debugging messages to stderr" +msgstr "" + +#: credential-cache--daemon.c:223 +msgid "" +"The permissions on your socket directory are too loose; other\n" +"users may be able to read your cached credentials. Consider running:\n" +"\n" +"\tchmod 0700 %s" +msgstr "" + +#: upload-pack.c:1034 +msgid "interrupt transfer after seconds of inactivity" +msgstr "" + +#: upload-pack.c:1032 +msgid "do not try /.git/ if is no Git directory" +msgstr "" + +#: upload-pack.c:1030 +msgid "exit immediately after initial ref advertisement" +msgstr "" + +#: upload-pack.c:1028 +msgid "quit after a single request/response exchange" +msgstr "" + +#: upload-pack.c:22 +msgid "git upload-pack [] " +msgstr "" + +#: builtin/write-tree.c:30 +msgid "only useful for debugging" +msgstr "" + +#: builtin/write-tree.c:27 +msgid "write tree object for a subdirectory " +msgstr "" + +#: builtin/write-tree.c:26 +msgid "/" +msgstr "" + +#: builtin/write-tree.c:13 +msgid "git write-tree [--missing-ok] [--prefix=/]" +msgstr "" + +#: builtin/worktree.c:519 +msgid "'%s' is not locked" +msgstr "" + +#: builtin/worktree.c:491 +msgid "'%s' is already locked" +msgstr "" + +#: builtin/worktree.c:489 +msgid "'%s' is already locked, reason: %s" +msgstr "" + +#: builtin/worktree.c:484 builtin/worktree.c:517 +msgid "The main working tree cannot be locked or unlocked" +msgstr "" + +#: builtin/worktree.c:482 builtin/worktree.c:515 +msgid "'%s' is not a working tree" +msgstr "" + +#: builtin/worktree.c:470 +msgid "reason for locking" +msgstr "" + +#: builtin/worktree.c:337 +msgid "-b, -B, and --detach are mutually exclusive" +msgstr "" + +#: builtin/worktree.c:329 +msgid "populate the new working tree" +msgstr "" + +#: builtin/worktree.c:327 +msgid "create or reset a branch" +msgstr "" + +#: builtin/worktree.c:325 +msgid "create a new branch" +msgstr "" + +#: builtin/worktree.c:323 +msgid "checkout even if already checked out in other worktree" +msgstr "" + +#: builtin/worktree.c:272 +msgid "Preparing %s (identifier %s)" +msgstr "" + +#: builtin/worktree.c:236 +msgid "could not create directory of '%s'" +msgstr "" + +#: builtin/worktree.c:204 +msgid "'%s' already exists" +msgstr "" + +#: builtin/worktree.c:80 +msgid "Removing worktrees/%s: gitdir file points to non-existent location" +msgstr "" + +#: builtin/worktree.c:64 +msgid "Removing worktrees/%s: invalid gitdir file" +msgstr "" + +#: builtin/worktree.c:53 +msgid "Removing worktrees/%s: unable to read gitdir file (%s)" +msgstr "" + +#: builtin/worktree.c:48 +msgid "Removing worktrees/%s: gitdir file does not exist" +msgstr "" + +#: builtin/worktree.c:42 +msgid "Removing worktrees/%s: not a valid directory" +msgstr "" + +#: builtin/worktree.c:19 +msgid "git worktree unlock " +msgstr "" + +#: builtin/worktree.c:18 +msgid "git worktree prune []" +msgstr "" + +#: builtin/worktree.c:17 +msgid "git worktree lock [] " +msgstr "" + +#: builtin/worktree.c:16 +msgid "git worktree list []" +msgstr "" + +#: builtin/worktree.c:15 +msgid "git worktree add [] []" +msgstr "" + +#: builtin/verify-tag.c:34 +msgid "print tag contents" +msgstr "" + +#: builtin/verify-tag.c:17 +msgid "git verify-tag [-v | --verbose] ..." +msgstr "" + +#: builtin/verify-pack.c:66 +msgid "show statistics only" +msgstr "pokazuj tylko statystyki" + +#: builtin/verify-pack.c:64 +msgid "verbose" +msgstr "" + +#: builtin/verify-pack.c:54 +msgid "git verify-pack [-v | --verbose] [-s | --stat-only] ..." +msgstr "" + +#: builtin/verify-commit.c:73 builtin/verify-tag.c:35 +msgid "print raw gpg status output" +msgstr "" + +#: builtin/verify-commit.c:72 +msgid "print commit contents" +msgstr "" + +#: builtin/verify-commit.c:17 +msgid "git verify-commit [-v | --verbose] ..." +msgstr "" + +#: builtin/update-server-info.c:14 +msgid "update the info files from scratch" +msgstr "" + +#: builtin/update-server-info.c:6 +msgid "git update-server-info [--force]" +msgstr "" + +#: builtin/update-ref.c:367 +msgid "read updates from stdin" +msgstr "" + +#: builtin/update-ref.c:366 +msgid "stdin has NUL-terminated arguments" +msgstr "" + +#: builtin/update-ref.c:365 +msgid "update not the one it points to" +msgstr "" + +#: builtin/update-ref.c:363 +msgid "delete the reference" +msgstr "" + +#: builtin/update-ref.c:11 +msgid "git update-ref [] --stdin [-z]" +msgstr "" + +#: builtin/update-ref.c:10 +msgid "git update-ref [] []" +msgstr "" + +#: builtin/update-ref.c:9 +msgid "git update-ref [] -d []" +msgstr "" + +#: builtin/update-index.c:1135 +msgid "Untracked cache enabled for '%s'" +msgstr "" + +#: builtin/update-index.c:1131 +msgid "core.untrackedCache is set to false; remove or change it, if you really want to enable the untracked cache" +msgstr "" + +#: builtin/update-index.c:1123 +msgid "Untracked cache disabled" +msgstr "" + +#: builtin/update-index.c:1119 +msgid "core.untrackedCache is set to true; remove or change it, if you really want to disable the untracked cache" +msgstr "" + +#: builtin/update-index.c:1003 +msgid "enable untracked cache without testing the filesystem" +msgstr "" + +#: builtin/update-index.c:1001 +msgid "test if the filesystem supports untracked cache" +msgstr "" + +#: builtin/update-index.c:999 +msgid "enable/disable untracked cache" +msgstr "" + +#: builtin/update-index.c:997 +msgid "enable or disable split index" +msgstr "" + +#: builtin/update-index.c:995 +msgid "write index in this format" +msgstr "" + +#: builtin/update-index.c:991 +msgid "(for porcelains) forget saved unresolved conflicts" +msgstr "" + +#: builtin/update-index.c:989 +msgid "report actions to standard output" +msgstr "" + +#: builtin/update-index.c:986 +msgid "ignore files missing from worktree" +msgstr "" + +#: builtin/update-index.c:982 +msgid "only update entries that differ from HEAD" +msgstr "" + +#: builtin/update-index.c:978 +msgid "repopulate stages #2 and #3 for the listed paths" +msgstr "" + +#: builtin/update-index.c:974 +msgid "add entries from standard input to the index" +msgstr "" + +#: builtin/update-index.c:970 +msgid "read list of paths to be updated from standard input" +msgstr "" + +#: builtin/update-index.c:968 +msgid "with --stdin: input lines are terminated by null bytes" +msgstr "" + +#: builtin/update-index.c:966 +msgid "remove named paths even if present in worktree" +msgstr "" + +#: builtin/update-index.c:964 +msgid "add to index only; do not add content to object database" +msgstr "" + +#: builtin/update-index.c:961 +msgid "clear skip-worktree bit" +msgstr "" + +#: builtin/update-index.c:958 +msgid "mark files as \"index-only\"" +msgstr "" + +#: builtin/update-index.c:955 +msgid "clear assumed-unchanged bit" +msgstr "" + +#: builtin/update-index.c:952 +msgid "mark files as \"not changing\"" +msgstr "" + +#: builtin/update-index.c:943 +msgid "add the specified entry to the index" +msgstr "" + +#: builtin/update-index.c:942 +msgid ",," +msgstr "" + +#: builtin/update-index.c:938 +msgid "like --refresh, but ignore assume-unchanged setting" +msgstr "" + +#: builtin/update-index.c:934 +msgid "refresh stat information" +msgstr "" + +#: builtin/update-index.c:931 +msgid "refresh even if index contains unmerged entries" +msgstr "" + +#: builtin/update-index.c:929 +msgid "notice files missing from worktree" +msgstr "" + +#: builtin/update-index.c:927 +msgid "let files replace directories and vice-versa" +msgstr "" + +#: builtin/update-index.c:925 +msgid "do not ignore new files" +msgstr "" + +#: builtin/update-index.c:922 +msgid "refresh: ignore submodules" +msgstr "" + +#: builtin/update-index.c:919 +msgid "continue refresh even when index needs update" +msgstr "" + +#: builtin/update-index.c:564 +msgid "git update-index [] [--] [...]" +msgstr "" + +#: builtin/update-index.c:213 +msgid " OK" +msgstr "" + +#: builtin/update-index.c:206 +msgid "directory stat info does not change after deleting a directory" +msgstr "" + +#: builtin/update-index.c:193 +msgid "directory stat info does not change after deleting a file" +msgstr "" + +#: builtin/update-index.c:182 +msgid "directory stat info changes after adding a file inside subdirectory" +msgstr "" + +#: builtin/update-index.c:171 +msgid "directory stat info changes after updating a file" +msgstr "" + +#: builtin/update-index.c:158 +msgid "directory stat info does not change after adding a new directory" +msgstr "" + +#: builtin/update-index.c:145 +msgid "directory stat info does not change after adding a new file" +msgstr "" + +#: builtin/update-index.c:133 +msgid "Testing mtime in '%s' " +msgstr "" + +#: builtin/update-index.c:110 builtin/update-index.c:212 +msgid "failed to delete directory %s" +msgstr "" + +#: builtin/update-index.c:103 +msgid "failed to delete file %s" +msgstr "" + +#: builtin/update-index.c:95 +msgid "failed to create file %s" +msgstr "" + +#: builtin/update-index.c:85 +msgid "failed to stat %s" +msgstr "" + +#: builtin/update-index.c:79 +msgid "failed to create directory %s" +msgstr "" + +#: builtin/unpack-objects.c:493 +msgid "Unpacking objects" +msgstr "Rozpakowywanie obiektów" + +#: builtin/tag.c:491 +msgid "Updated tag '%s' (was %s)\n" +msgstr "Zaktualizowano tag '%s' (wcześniej %s)\n" + +#: builtin/tag.c:463 +msgid "tag '%s' already exists" +msgstr "tag '%s' już istnieje" + +#: builtin/tag.c:458 +msgid "'%s' is not a valid tag name." +msgstr "" + +#: builtin/tag.c:452 +msgid "too many params" +msgstr "zbyt wiele parametrów" + +#: builtin/tag.c:433 +msgid "only one -F or -m option is allowed." +msgstr "" + +#: builtin/tag.c:425 +msgid "--merged and --no-merged option are only allowed with -l" +msgstr "" + +#: builtin/tag.c:423 +msgid "--points-at option is only allowed with -l." +msgstr "" + +#: builtin/tag.c:421 +msgid "--contains option is only allowed with -l." +msgstr "" + +#: builtin/tag.c:419 +msgid "-n option is only allowed with -l." +msgstr "" + +#: builtin/tag.c:399 +msgid "--column and -n are incompatible" +msgstr "" + +#: builtin/tag.c:370 +msgid "print only tags of the object" +msgstr "" + +#: builtin/tag.c:365 +msgid "print only tags that are not merged" +msgstr "" + +#: builtin/tag.c:364 +msgid "print only tags that are merged" +msgstr "" + +#: builtin/tag.c:362 builtin/tag.c:363 +msgid "print only tags that contain the commit" +msgstr "" + +#: builtin/tag.c:361 +msgid "show tag list in columns" +msgstr "pokaż listę tagów w kolumnach" + +#: builtin/tag.c:360 +msgid "Tag listing options" +msgstr "" + +#: builtin/tag.c:358 builtin/update-ref.c:368 +msgid "create a reflog" +msgstr "" + +#: builtin/tag.c:357 +msgid "replace the tag if exists" +msgstr "" + +#: builtin/tag.c:356 +msgid "use another key to sign the tag" +msgstr "" + +#: builtin/tag.c:352 +msgid "annotated and GPG-signed tag" +msgstr "" + +#: builtin/tag.c:350 +msgid "tag message" +msgstr "wiadomość tagu" + +#: builtin/tag.c:348 +msgid "annotated tag, needs a message" +msgstr "" + +#: builtin/tag.c:346 +msgid "Tag creation options" +msgstr "" + +#: builtin/tag.c:344 +msgid "verify tags" +msgstr "weryfikuj tagi" + +#: builtin/tag.c:343 +msgid "delete tags" +msgstr "" + +#: builtin/tag.c:341 +msgid "print lines of each tag message" +msgstr "" + +#: builtin/tag.c:339 +msgid "list tag names" +msgstr "" + +#: builtin/tag.c:281 +msgid "The tag message has been left in %s\n" +msgstr "" + +#: builtin/tag.c:275 +msgid "no tag message?" +msgstr "" + +#: builtin/tag.c:239 +msgid "tag header too big." +msgstr "Zbyt duży nagłówek tagu." + +#: builtin/tag.c:226 +msgid "bad object type." +msgstr "" + +#: builtin/tag.c:201 +msgid "unable to write tag file" +msgstr "nie udało się zapisać pliku tagu" + +#: builtin/tag.c:199 +msgid "unable to sign the tag" +msgstr "" + +#: builtin/tag.c:121 +msgid "" +"\n" +"Write a message for tag:\n" +" %s\n" +"Lines starting with '%c' will be kept; you may remove them yourself if you want to.\n" +msgstr "" + +#: builtin/tag.c:117 +msgid "" +"\n" +"Write a message for tag:\n" +" %s\n" +"Lines starting with '%c' will be ignored.\n" +msgstr "" + +#: builtin/tag.c:101 +msgid "Deleted tag '%s' (was %s)\n" +msgstr "" + +#: builtin/tag.c:86 +msgid "tag '%s' not found." +msgstr "nie znaleziono tagu '%s'." + +#: builtin/tag.c:81 +msgid "tag name too long: %.*s..." +msgstr "zbyt długa nazwa tagu: %.*s..." + +#: builtin/tag.c:27 +msgid "git tag -v ..." +msgstr "" + +#: builtin/tag.c:25 +msgid "" +"git tag -l [-n[]] [--contains ] [--points-at ]\n" +"\t\t[--format=] [--[no-]merged []] [...]" +msgstr "" + +#: builtin/tag.c:24 +msgid "git tag -d ..." +msgstr "" + +#: builtin/tag.c:23 +msgid "git tag [-a | -s | -u ] [-f] [-m | -F ] []" +msgstr "" + +#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362 +msgid "reason of the update" +msgstr "" + +#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362 +msgid "reason" +msgstr "" + +#: builtin/symbolic-ref.c:42 +msgid "shorten ref output" +msgstr "" + +#: builtin/symbolic-ref.c:41 +msgid "delete symbolic ref" +msgstr "" + +#: builtin/symbolic-ref.c:40 +msgid "suppress error message for non-symbolic (detached) refs" +msgstr "" + +#: builtin/symbolic-ref.c:8 +msgid "git symbolic-ref -d [-q] " +msgstr "" + +#: builtin/symbolic-ref.c:7 +msgid "git symbolic-ref [] []" +msgstr "" + +#: builtin/submodule--helper.c:1107 +msgid "'%s' is not a valid submodule--helper subcommand" +msgstr "" + +#: builtin/submodule--helper.c:1100 +msgid "submodule--helper subcommand must be called with a subcommand" +msgstr "" + +#: builtin/submodule--helper.c:1050 +msgid "Submodule (%s) branch configured to inherit branch from superproject, but the superproject is not on any branch" +msgstr "" + +#: builtin/submodule--helper.c:979 +msgid "bad value for update parameter" +msgstr "" + +#: builtin/submodule--helper.c:969 +msgid "git submodule--helper update_clone [--prefix=] [...]" +msgstr "" + +#: builtin/submodule--helper.c:962 +msgid "don't print cloning progress" +msgstr "" + +#: builtin/submodule--helper.c:961 +msgid "whether the initial clone should follow the shallow recommendation" +msgstr "" + +#: builtin/submodule--helper.c:959 +msgid "parallel jobs" +msgstr "" + +#: builtin/submodule--helper.c:956 +msgid "Create a shallow clone truncated to the specified number of revisions" +msgstr "" + +#: builtin/submodule--helper.c:952 +msgid "rebase, merge, checkout or none" +msgstr "" + +#: builtin/submodule--helper.c:948 +msgid "path into the working tree, across nested submodule boundaries" +msgstr "" + +#: builtin/submodule--helper.c:945 +msgid "path into the working tree" +msgstr "" + +#: builtin/submodule--helper.c:924 +msgid "Failed to clone '%s' a second time, aborting" +msgstr "" + +#: builtin/submodule--helper.c:913 +msgid "Failed to clone '%s'. Retry scheduled" +msgstr "" + +#: builtin/submodule--helper.c:777 +msgid "Skipping submodule '%s'" +msgstr "" + +#: builtin/submodule--helper.c:756 +msgid "Skipping unmerged submodule %s" +msgstr "" + +#: builtin/submodule--helper.c:730 +msgid "Maybe you want to use 'update --init'?" +msgstr "" + +#: builtin/submodule--helper.c:726 +msgid "Submodule path '%s' not initialized" +msgstr "" + +#: builtin/submodule--helper.c:672 +msgid "could not get submodule directory for '%s'" +msgstr "" + +#: builtin/submodule--helper.c:665 +msgid "could not close file %s" +msgstr "" + +#: builtin/submodule--helper.c:660 +msgid "cannot open file '%s'" +msgstr "" + +#: builtin/submodule--helper.c:644 +msgid "clone of '%s' into submodule path '%s' failed" +msgstr "" + +#: builtin/submodule--helper.c:638 builtin/submodule--helper.c:648 +msgid "could not create directory '%s'" +msgstr "" + +#: builtin/submodule--helper.c:613 +msgid "git submodule--helper clone [--prefix=] [--quiet] [--reference ] [--name ] [--depth ] --url --path " +msgstr "" + +#: builtin/submodule--helper.c:608 builtin/submodule--helper.c:964 +msgid "force cloning progress" +msgstr "" + +#: builtin/submodule--helper.c:605 +msgid "depth for shallow clones" +msgstr "" + +#: builtin/submodule--helper.c:599 +msgid "url where to clone the submodule from" +msgstr "" + +#: builtin/submodule--helper.c:596 +msgid "name of the new submodule" +msgstr "" + +#: builtin/submodule--helper.c:593 +msgid "where the new submodule will be cloned to" +msgstr "" + +#: builtin/submodule--helper.c:570 +msgid "Value '%s' for submodule.alternateLocation is not recognized" +msgstr "Wartość '%s' dla submodule.alternateLocation nie jest rozpoznawana" + +#: builtin/submodule--helper.c:563 +msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized" +msgstr "Wartość '%s' dla submodule.alternateErrorStrategy nie jest rozpoznawana" + +#: builtin/submodule--helper.c:524 builtin/submodule--helper.c:527 +msgid "submodule '%s' cannot add alternate: %s" +msgstr "" + +#: builtin/submodule--helper.c:441 +msgid "no submodule mapping found in .gitmodules for path '%s'" +msgstr "" + +#: builtin/submodule--helper.c:435 +msgid "git submodule--helper name " +msgstr "" + +#: builtin/submodule--helper.c:414 +msgid "git submodule--helper init []" +msgstr "" + +#: builtin/submodule--helper.c:409 +msgid "Suppress output for initializing a submodule" +msgstr "" + +#: builtin/submodule--helper.c:390 +msgid "Failed to register update mode for submodule path '%s'" +msgstr "" + +#: builtin/submodule--helper.c:383 +msgid "warning: command update mode suggested for submodule '%s'\n" +msgstr "" + +#: builtin/submodule--helper.c:373 +msgid "Submodule '%s' (%s) registered for path '%s'\n" +msgstr "" + +#: builtin/submodule--helper.c:369 +msgid "Failed to register url for submodule path '%s'" +msgstr "" + +#: builtin/submodule--helper.c:329 builtin/submodule--helper.c:343 +msgid "No url found for submodule path '%s' in .gitmodules" +msgstr "" + +#: builtin/submodule--helper.c:287 +msgid "git submodule--helper list [--prefix=] [...]" +msgstr "" + +#: builtin/submodule--helper.c:282 builtin/submodule--helper.c:408 +#: builtin/submodule--helper.c:590 +msgid "alternative anchor for relative paths" +msgstr "" + +#: builtin/submodule--helper.c:71 +msgid "cannot strip one component off url '%s'" +msgstr "" + +#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1055 +msgid "Expecting a full ref name, got %s" +msgstr "" + +#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1046 +msgid "No such ref: %s" +msgstr "" + +#: builtin/stripspace.c:38 +msgid "prepend comment character and space to each line" +msgstr "" + +#: builtin/stripspace.c:35 +msgid "skip and remove all lines starting with comment character" +msgstr "pomiń i usuń wszystkie wiersze rozpoczynające się znakiem komentarza" + +#: builtin/stripspace.c:18 +msgid "git stripspace [-c | --comment-lines]" +msgstr "" + +#: builtin/stripspace.c:17 +msgid "git stripspace [-s | --strip-comments]" +msgstr "" + +#: builtin/show-ref.c:182 +msgid "show refs from stdin that aren't in local repository" +msgstr "" + +#: builtin/show-ref.c:180 +msgid "do not print results to stdout (useful with --verify)" +msgstr "" + +#: builtin/show-ref.c:176 +msgid "only show SHA1 hash using digits" +msgstr "" + +#: builtin/show-ref.c:174 +msgid "dereference tags into object IDs" +msgstr "" + +#: builtin/show-ref.c:170 builtin/show-ref.c:172 +msgid "show the HEAD reference, even if it would be filtered out" +msgstr "" + +#: builtin/show-ref.c:167 +msgid "stricter reference checking, requires exact ref path" +msgstr "" + +#: builtin/show-ref.c:166 +msgid "only show heads (can be combined with tags)" +msgstr "" + +#: builtin/show-ref.c:165 +msgid "only show tags (can be combined with heads)" +msgstr "" + +#: builtin/show-ref.c:11 +msgid "git show-ref --exclude-existing[=]" +msgstr "" + +#: builtin/show-ref.c:10 +msgid "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --hash[=]] [--abbrev[=]] [--tags] [--heads] [--] [...]" +msgstr "" + +#: builtin/show-branch.c:836 +msgid "cannot find commit %s (%s)" +msgstr "" + +#: builtin/show-branch.c:833 +msgid "'%s' is not a valid ref." +msgstr "" + +#: builtin/show-branch.c:829 +msgid "cannot handle more than %d rev." +msgid_plural "cannot handle more than %d revs." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/show-branch.c:737 +msgid "no such ref %s" +msgstr "" + +#: builtin/show-branch.c:733 +msgid "only %d entry can be shown at one time." +msgid_plural "only %d entries can be shown at one time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/show-branch.c:730 +msgid "--reflog option needs one branch name" +msgstr "" + +#: builtin/show-branch.c:727 +msgid "no branches given, and HEAD is not valid" +msgstr "" + +#: builtin/show-branch.c:703 +msgid "--reflog is incompatible with --all, --remotes, --independent or --merge-base" +msgstr "" + +#: builtin/show-branch.c:669 +msgid "show most recent ref-log entries starting at base" +msgstr "" + +#: builtin/show-branch.c:668 +msgid "[,]" +msgstr "" + +#: builtin/show-branch.c:665 +msgid "topologically sort, maintaining date order where possible" +msgstr "" + +#: builtin/show-branch.c:663 +msgid "show merges reachable from only one tip" +msgstr "" + +#: builtin/show-branch.c:661 +msgid "show only commits not on the first branch" +msgstr "" + +#: builtin/show-branch.c:658 +msgid "show commits in topological order" +msgstr "" + +#: builtin/show-branch.c:656 +msgid "show refs unreachable from any other ref" +msgstr "" + +#: builtin/show-branch.c:654 +msgid "show possible merge bases" +msgstr "" + +#: builtin/show-branch.c:652 +msgid "name commits with their object names" +msgstr "" + +#: builtin/show-branch.c:650 +msgid "include the current branch" +msgstr "" + +#: builtin/show-branch.c:648 +msgid "suppress naming strings" +msgstr "" + +#: builtin/show-branch.c:647 +msgid "synonym to more=-1" +msgstr "zamienniki dla more=-1" + +#: builtin/show-branch.c:645 +msgid "show more commits after the common ancestor" +msgstr "" + +#: builtin/show-branch.c:643 +msgid "color '*!+-' corresponding to the branch" +msgstr "" + +#: builtin/show-branch.c:641 +msgid "show remote-tracking branches" +msgstr "" + +#: builtin/show-branch.c:639 +msgid "show remote-tracking and local branches" +msgstr "" + +#: builtin/show-branch.c:541 +msgid "no matching refs with %s" +msgstr "" + +#: builtin/show-branch.c:375 +msgid "ignoring %s; cannot handle more than %d ref" +msgid_plural "ignoring %s; cannot handle more than %d refs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/show-branch.c:14 +msgid "git show-branch (-g | --reflog)[=[,]] [--list] []" +msgstr "" + +#: builtin/show-branch.c:10 +msgid "" +"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n" +"\t\t[--current] [--color[=] | --no-color] [--sparse]\n" +"\t\t[--more= | --list | --independent | --merge-base]\n" +"\t\t[--no-name | --sha1-name] [--topics] [( | )...]" +msgstr "" + +#: builtin/shortlog.c:248 +msgid "Linewrap output" +msgstr "" + +#: builtin/shortlog.c:247 +msgid "w[,i1[,i2]]" +msgstr "w[,i1[,i2]]" + +#: builtin/shortlog.c:246 +msgid "Show the email address of each author" +msgstr "Pokazuj adres e-mail każdego autora" + +#: builtin/shortlog.c:244 +msgid "Suppress commit descriptions, only provides commit count" +msgstr "" + +#: builtin/shortlog.c:242 +msgid "sort output according to the number of commits per author" +msgstr "" + +#: builtin/shortlog.c:13 +msgid "git shortlog [] [] [[--] [...]]" +msgstr "" + +#: builtin/send-pack.c:173 +msgid "print status from remote helper" +msgstr "" + +#: builtin/send-pack.c:172 +msgid "read refs from stdin" +msgstr "" + +#: builtin/send-pack.c:171 +msgid "use stateless RPC protocol" +msgstr "" + +#: builtin/send-pack.c:160 +msgid "remote name" +msgstr "" + +#: builtin/send-pack.c:18 +msgid "" +"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=] [--verbose] [--thin] [--atomic] [:] [...]\n" +" --all and explicit specification are mutually exclusive." +msgstr "" + +#: builtin/rm.c:374 +msgid "git rm: unable to remove %s" +msgstr "" + +#: builtin/rm.c:335 +msgid "not removing '%s' recursively without -r" +msgstr "" + +#: builtin/rm.c:274 +msgid "exit with a zero status even if nothing matched" +msgstr "" + +#: builtin/rm.c:272 +msgid "allow recursive removal" +msgstr "" + +#: builtin/rm.c:271 +msgid "override the up-to-date check" +msgstr "" + +#: builtin/rm.c:270 +msgid "only remove from the index" +msgstr "" + +#: builtin/rm.c:269 +msgid "do not list removed files" +msgstr "" + +#: builtin/rm.c:251 +msgid "the following file has local modifications:" +msgid_plural "the following files have local modifications:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/rm.c:243 builtin/rm.c:254 +msgid "" +"\n" +"(use --cached to keep the file, or -f to force removal)" +msgstr "" + +#: builtin/rm.c:239 +msgid "the following file has changes staged in the index:" +msgid_plural "the following files have changes staged in the index:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/rm.c:235 +msgid "" +"\n" +"(use -f to force removal)" +msgstr "" + +#: builtin/rm.c:230 +msgid "" +"the following file has staged content different from both the\n" +"file and the HEAD:" +msgid_plural "" +"the following files have staged content different from both the\n" +"file and the HEAD:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/rm.c:71 +msgid "" +"\n" +"(use 'rm -rf' if you really want to remove it including all of its history)" +msgstr "" + +#: builtin/rm.c:65 +msgid "" +"the following submodule (or one of its nested submodules)\n" +"uses a .git directory:" +msgid_plural "" +"the following submodules (or one of their nested submodules)\n" +"use a .git directory:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/rm.c:17 +msgid "git rm [] [--] ..." +msgstr "" + +#: builtin/revert.c:205 +msgid "cherry-pick failed" +msgstr "" + +#: builtin/revert.c:192 +msgid "revert failed" +msgstr "" + +#: builtin/revert.c:104 +msgid "keep redundant, empty commits" +msgstr "" + +#: builtin/revert.c:103 +msgid "allow commits with empty messages" +msgstr "" + +#: builtin/revert.c:102 +msgid "preserve initially empty commits" +msgstr "" + +#: builtin/revert.c:100 +msgid "append commit name" +msgstr "" + +#: builtin/revert.c:91 +msgid "option for merge strategy" +msgstr "" + +#: builtin/revert.c:90 +msgid "option" +msgstr "" + +#: builtin/revert.c:89 +msgid "merge strategy" +msgstr "" + +#: builtin/revert.c:87 +msgid "parent number" +msgstr "" + +#: builtin/revert.c:84 +msgid "edit the commit message" +msgstr "" + +#: builtin/revert.c:83 +msgid "don't automatically commit" +msgstr "" + +#: builtin/revert.c:82 +msgid "cancel revert or cherry-pick sequence" +msgstr "" + +#: builtin/revert.c:81 +msgid "resume revert or cherry-pick sequence" +msgstr "" + +#: builtin/revert.c:80 +msgid "end revert or cherry-pick sequence" +msgstr "" + +#: builtin/revert.c:71 +msgid "%s: %s cannot be used with %s" +msgstr "" + +#: builtin/revert.c:29 +msgid "git cherry-pick " +msgstr "" + +#: builtin/revert.c:28 +msgid "git cherry-pick [] ..." +msgstr "" + +#: builtin/revert.c:23 +msgid "git revert " +msgstr "" + +#: builtin/revert.c:22 +msgid "git revert [] ..." +msgstr "" + +#: builtin/rev-parse.c:527 +msgid "" +"git rev-parse --parseopt [] -- [...]\n" +" or: git rev-parse --sq-quote [...]\n" +" or: git rev-parse [] [...]\n" +"\n" +"Run \"git rev-parse --parseopt -h\" for more information on the first usage." +msgstr "" + +#: builtin/rev-parse.c:396 +msgid "output in stuck long form" +msgstr "" + +#: builtin/rev-parse.c:393 +msgid "stop parsing after the first non-option argument" +msgstr "" + +#: builtin/rev-parse.c:391 +msgid "keep the `--` passed as an arg" +msgstr "" + +#: builtin/rev-parse.c:386 +msgid "git rev-parse --parseopt [] -- [...]" +msgstr "" + +#: builtin/rev-list.c:354 +msgid "rev-list does not support display of notes" +msgstr "" + +#: builtin/reset.c:374 +msgid "Could not write new index file." +msgstr "" + +#: builtin/reset.c:370 +msgid "Could not reset index file to revision '%s'." +msgstr "" + +#: builtin/reset.c:364 +msgid "Unstaged changes after reset:" +msgstr "" + +#: builtin/reset.c:347 +msgid "-N can only be used with --mixed" +msgstr "" + +#: builtin/reset.c:343 +msgid "%s reset is not allowed in a bare repository" +msgstr "" + +#: builtin/reset.c:333 +msgid "Cannot do %s reset with paths." +msgstr "" + +#: builtin/reset.c:331 +msgid "--mixed with paths is deprecated; use 'git reset -- ' instead." +msgstr "" + +#: builtin/reset.c:322 +msgid "--patch is incompatible with --{hard,mixed,soft}" +msgstr "" + +#: builtin/reset.c:313 +msgid "Failed to resolve '%s' as a valid tree." +msgstr "" + +#: builtin/reset.c:305 +msgid "Failed to resolve '%s' as a valid revision." +msgstr "" + +#: builtin/reset.c:288 +msgid "record only the fact that removed paths will be added later" +msgstr "" + +#: builtin/reset.c:285 +msgid "reset HEAD but keep local changes" +msgstr "" + +#: builtin/reset.c:281 builtin/reset.c:283 +msgid "reset HEAD, index and working tree" +msgstr "" + +#: builtin/reset.c:279 +msgid "reset only HEAD" +msgstr "" + +#: builtin/reset.c:278 +msgid "reset HEAD and index" +msgstr "" + +#: builtin/reset.c:276 +msgid "be quiet, only report errors" +msgstr "" + +#: builtin/reset.c:183 +msgid "Cannot do a %s reset in the middle of a merge." +msgstr "" + +#: builtin/reset.c:100 +msgid "HEAD is now at %s" +msgstr "" + +#: builtin/reset.c:82 +msgid "Failed to find tree of %s." +msgstr "" + +#: builtin/reset.c:76 +msgid "Failed to find tree of HEAD." +msgstr "" + +#: builtin/reset.c:74 +msgid "You do not have a valid HEAD." +msgstr "" + +#: builtin/reset.c:34 +msgid "keep" +msgstr "" + +#: builtin/reset.c:34 +msgid "merge" +msgstr "" + +#: builtin/reset.c:34 +msgid "hard" +msgstr "" + +#: builtin/reset.c:34 +msgid "soft" +msgstr "miękki" + +#: builtin/reset.c:34 +msgid "mixed" +msgstr "" + +#: builtin/reset.c:28 +msgid "git reset --patch [] [--] [...]" +msgstr "" + +#: builtin/reset.c:27 +msgid "git reset [-q] [] [--] ..." +msgstr "" + +#: builtin/reset.c:26 +msgid "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] []" +msgstr "" + +#: builtin/rerere.c:58 +msgid "register clean resolutions in index" +msgstr "" + +#: builtin/rerere.c:12 +msgid "git rerere [clear | forget ... | status | remaining | diff | gc]" +msgstr "" + +#: builtin/replace.c:438 +msgid "use this format" +msgstr "użyj tego formatu" + +#: builtin/replace.c:437 +msgid "do not pretty-print contents for --edit" +msgstr "" + +#: builtin/replace.c:436 +msgid "replace the ref if it exists" +msgstr "" + +#: builtin/replace.c:435 +msgid "change a commit's parents" +msgstr "" + +#: builtin/replace.c:434 +msgid "edit existing object" +msgstr "" + +#: builtin/replace.c:433 +msgid "delete replace refs" +msgstr "" + +#: builtin/replace.c:432 +msgid "list replace refs" +msgstr "" + +#: builtin/replace.c:408 +msgid "could not write replacement commit for: '%s'" +msgstr "" + +#: builtin/replace.c:402 +msgid "the signature will be removed in the replacement commit!" +msgstr "sygnatura zostanie usunięta w zastępczym rozwiązaniu!" + +#: builtin/replace.c:401 +msgid "the original commit '%s' has a gpg signature." +msgstr "oryginalne rozwiązanie '%s' ma sygnaturę GPG." + +#: builtin/replace.c:368 +msgid "original commit '%s' contains mergetag '%s' that is discarded; use --edit instead of --graft" +msgstr "" + +#: builtin/replace.c:357 +msgid "malformed mergetag in commit '%s'" +msgstr "" + +#: builtin/replace.c:355 +msgid "bad mergetag in commit '%s'" +msgstr "" + +#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391 +msgid "Not a valid object name: '%s'" +msgstr "" + +#: builtin/replace.c:23 +msgid "git replace [--format=] [-l []]" +msgstr "" + +#: builtin/replace.c:22 +msgid "git replace -d ..." +msgstr "" + +#: builtin/replace.c:21 +msgid "git replace [-f] --graft [...]" +msgstr "" + +#: builtin/replace.c:20 +msgid "git replace [-f] --edit " +msgstr "" + +#: builtin/replace.c:19 +msgid "git replace [-f] " +msgstr "" + +#: builtin/repack.c:391 builtin/worktree.c:115 +msgid "failed to remove '%s'" +msgstr "" + +#: builtin/repack.c:204 +msgid "--keep-unreachable and -A are incompatible" +msgstr "" + +#: builtin/repack.c:200 +msgid "cannot delete packs in a precious-objects repo" +msgstr "" + +#: builtin/repack.c:190 +msgid "repack objects in packs marked with .keep" +msgstr "" + +#: builtin/repack.c:188 +msgid "maximum size of each packfile" +msgstr "" + +#: builtin/repack.c:186 +msgid "limits the maximum delta depth" +msgstr "" + +#: builtin/repack.c:184 +msgid "same as the above, but limit memory size instead of entries count" +msgstr "" + +#: builtin/repack.c:183 builtin/repack.c:187 +msgid "bytes" +msgstr "" + +#: builtin/repack.c:182 +msgid "size of the window used for delta compression" +msgstr "" + +#: builtin/repack.c:180 +msgid "with -a, repack unreachable objects" +msgstr "" + +#: builtin/repack.c:178 +msgid "with -A, do not loosen objects older than this" +msgstr "" + +#: builtin/repack.c:177 +msgid "approxidate" +msgstr "" + +#: builtin/repack.c:176 +msgid "write bitmap index" +msgstr "" + +#: builtin/repack.c:174 +msgid "pass --local to git-pack-objects" +msgstr "" + +#: builtin/repack.c:171 +msgid "do not run git-update-server-info" +msgstr "" + +#: builtin/repack.c:169 +msgid "pass --no-reuse-object to git-pack-objects" +msgstr "" + +#: builtin/repack.c:167 +msgid "pass --no-reuse-delta to git-pack-objects" +msgstr "" + +#: builtin/repack.c:165 +msgid "remove redundant packs, and run git-prune-packed" +msgstr "" + +#: builtin/repack.c:162 +msgid "same as -a, and turn unreachable objects loose" +msgstr "" + +#: builtin/repack.c:160 +msgid "pack everything in a single pack" +msgstr "" + +#: builtin/repack.c:17 +msgid "git repack []" +msgstr "" + +#: builtin/remote.c:1622 +msgid "Unknown subcommand: %s" +msgstr "Nieznana podkomenda: %s" + +#: builtin/remote.c:1591 +msgid "be verbose; must be placed before a subcommand" +msgstr "" + +#: builtin/remote.c:1577 +msgid "Will not delete all non-push URLs" +msgstr "" + +#: builtin/remote.c:1575 +msgid "No such URL found: %s" +msgstr "Nie znaleziono takiego adresu URL: %s" + +#: builtin/remote.c:1567 +msgid "Invalid old URL pattern: %s" +msgstr "" + +#: builtin/remote.c:1526 +msgid "--add --delete doesn't make sense" +msgstr "--add i --delete nie mogą być użyte jednocześnie" + +#: builtin/remote.c:1519 +msgid "delete URLs" +msgstr "usuń adresy URL" + +#: builtin/remote.c:1517 +msgid "add URL" +msgstr "dodaj adres URL" + +#: builtin/remote.c:1515 +msgid "manipulate push URLs" +msgstr "" + +#: builtin/remote.c:1489 +msgid "no URLs configured for remote '%s'" +msgstr "" + +#: builtin/remote.c:1461 +msgid "return all URLs" +msgstr "zwróć wszystkie adresy URL" + +#: builtin/remote.c:1459 +msgid "query push URLs rather than fetch URLs" +msgstr "" + +#: builtin/remote.c:1442 +msgid "no remote specified" +msgstr "" + +#: builtin/remote.c:1435 +msgid "add branch" +msgstr "dodaj gałąź" + +#: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:1541 +msgid "No such remote '%s'" +msgstr "" + +#: builtin/remote.c:1356 +msgid "prune remotes after fetching" +msgstr "" + +#: builtin/remote.c:1311 +msgid " * [pruned] %s" +msgstr "" + +#: builtin/remote.c:1308 +msgid " * [would prune] %s" +msgstr "" + +#: builtin/remote.c:1292 +msgid "URL: %s" +msgstr "Adres URL: %s" + +#: builtin/remote.c:1291 +msgid "Pruning %s" +msgstr "" + +#: builtin/remote.c:1281 +msgid " %s has become dangling!" +msgstr "" + +#: builtin/remote.c:1280 +msgid " %s will become dangling!" +msgstr "" + +#: builtin/remote.c:1262 +msgid "Could not setup %s" +msgstr "" + +#: builtin/remote.c:1260 +msgid "Not a valid ref: %s" +msgstr "" + +#: builtin/remote.c:1252 +msgid "Could not delete %s" +msgstr "Nie można usunąć %s" + +#: builtin/remote.c:1242 +msgid "Multiple remote HEAD branches. Please choose one explicitly with:" +msgstr "" + +#: builtin/remote.c:1240 +msgid "Cannot determine remote HEAD" +msgstr "" + +#: builtin/remote.c:1225 +msgid "delete refs/remotes//HEAD" +msgstr "" + +#: builtin/remote.c:1223 +msgid "set refs/remotes//HEAD according to remote" +msgstr "" + +#: builtin/remote.c:1202 +msgid " Local ref configured for 'git push'%s:" +msgid_plural " Local refs configured for 'git push'%s:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/remote.c:1196 +msgid " Local refs will be mirrored by 'git push'" +msgstr "" + +#: builtin/remote.c:1188 +msgid " Local branch configured for 'git pull':" +msgid_plural " Local branches configured for 'git pull':" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/remote.c:1179 builtin/remote.c:1205 +msgid " (status not queried)" +msgstr "" + +#: builtin/remote.c:1176 +msgid " Remote branch:%s" +msgid_plural " Remote branches:%s" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/remote.c:1164 +msgid " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n" +msgstr "" + +#: builtin/remote.c:1160 +msgid "(unknown)" +msgstr "(nieznane)" + +#: builtin/remote.c:1158 +msgid "(not queried)" +msgstr "" + +#: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:1162 +msgid " HEAD branch: %s" +msgstr "" + +#. TRANSLATORS: the colon ':' should align with +#. the one in " Fetch URL: %s" translation +#: builtin/remote.c:1154 builtin/remote.c:1156 +msgid " Push URL: %s" +msgstr "" + +#: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:1295 +msgid "(no URL)" +msgstr "" + +#: builtin/remote.c:1142 +msgid " Fetch URL: %s" +msgstr "" + +#: builtin/remote.c:1141 +msgid "* remote %s" +msgstr "" + +#: builtin/remote.c:1114 +msgid "do not query remotes" +msgstr "" + +#: builtin/remote.c:1046 +msgid " %-*s pushes to %s" +msgstr "" + +#: builtin/remote.c:1043 +msgid " %-*s forces to %s" +msgstr "" + +#: builtin/remote.c:1039 +msgid " %-*s pushes to %-*s (%s)" +msgstr "" + +#: builtin/remote.c:1036 +msgid " %-*s forces to %-*s (%s)" +msgstr "" + +#: builtin/remote.c:1029 +msgid "local out of date" +msgstr "" + +#: builtin/remote.c:1026 +msgid "fast-forwardable" +msgstr "" + +#: builtin/remote.c:1023 +msgid "up to date" +msgstr "aktualne" + +#: builtin/remote.c:1019 +msgid "delete" +msgstr "" + +#: builtin/remote.c:1016 +msgid "create" +msgstr "" + +#: builtin/remote.c:973 +msgid "%-*s and with remote %s\n" +msgstr "" + +#: builtin/remote.c:970 +msgid "merges with remote %s" +msgstr "" + +#: builtin/remote.c:967 +msgid " merges with remote %s" +msgstr "" + +#: builtin/remote.c:964 +msgid "rebases onto remote %s" +msgstr "" + +#: builtin/remote.c:963 +msgid "rebases interactively onto remote %s" +msgstr "" + +#: builtin/remote.c:955 +msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch" +msgstr "" + +#: builtin/remote.c:914 +msgid " ???" +msgstr "" + +#: builtin/remote.c:912 +msgid " stale (use 'git remote prune' to remove)" +msgstr "" + +#: builtin/remote.c:910 +msgid " tracked" +msgstr "" + +#: builtin/remote.c:907 +msgid " new (next fetch will store in remotes/%s)" +msgstr "" + +#: builtin/remote.c:806 +msgid "Could not remove config section '%s'" +msgstr "" + +#: builtin/remote.c:792 +msgid "" +"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n" +"to delete it, use:" +msgid_plural "" +"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n" +"to delete them, use:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: builtin/remote.c:729 +msgid "creating '%s' failed" +msgstr "" + +#: builtin/remote.c:695 +msgid "deleting '%s' failed" +msgstr "" + +#: builtin/remote.c:659 +msgid "" +"Not updating non-default fetch refspec\n" +"\t%s\n" +"\tPlease update the configuration manually if necessary." +msgstr "" + +#: builtin/remote.c:639 +msgid "Could not rename config section '%s' to '%s'" +msgstr "" + +#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:854 +msgid "No such remote: %s" +msgstr "" + +#: builtin/remote.c:449 +msgid "(delete)" +msgstr "" + +#: builtin/remote.c:437 builtin/remote.c:445 +msgid "(matching)" +msgstr "" + +#: builtin/remote.c:336 +msgid "Could not get fetch map for refspec %s" +msgstr "" + +#: builtin/remote.c:234 +msgid "Could not setup master '%s'" +msgstr "" + +#: builtin/remote.c:194 builtin/remote.c:633 +msgid "'%s' is not a valid remote name" +msgstr "" + +#: builtin/remote.c:190 builtin/remote.c:629 +msgid "remote %s already exists." +msgstr "" + +#: builtin/remote.c:183 +msgid "specifying branches to track makes sense only with fetch mirrors" +msgstr "" + +#: builtin/remote.c:181 +msgid "specifying a master branch makes no sense with --mirror" +msgstr "" + +#: builtin/remote.c:169 +msgid "set up remote as a mirror to push to or fetch from" +msgstr "" + +#: builtin/remote.c:168 +msgid "push|fetch" +msgstr "" + +#: builtin/remote.c:167 +msgid "master branch" +msgstr "" + +#: builtin/remote.c:166 +msgid "branch(es) to track" +msgstr "" + +#: builtin/remote.c:164 +msgid "or do not fetch any tag at all (--no-tags)" +msgstr "" + +#: builtin/remote.c:161 +msgid "import all tags and associated objects when fetching" +msgstr "" + +#: builtin/remote.c:159 +msgid "fetch the remote branches" +msgstr "" + +#: builtin/remote.c:143 +msgid "unknown mirror argument: %s" +msgstr "" + +#: builtin/remote.c:126 +msgid "" +"--mirror is dangerous and deprecated; please\n" +"\t use --mirror=fetch or --mirror=push instead" +msgstr "" + +#: builtin/remote.c:94 +msgid "Updating %s" +msgstr "Aktualizowanie %s" + +#: builtin/remote.c:65 +msgid "git remote update [] [ | ]..." +msgstr "" + +#: builtin/remote.c:60 +msgid "git remote prune [] " +msgstr "" + +#: builtin/remote.c:55 +msgid "git remote show [] " +msgstr "" + +#: builtin/remote.c:50 +msgid "git remote set-branches --add ..." +msgstr "" + +#: builtin/remote.c:49 +msgid "git remote set-branches ..." +msgstr "" + +#: builtin/remote.c:29 +msgid "git remote add [] " +msgstr "" + +#: builtin/remote.c:24 builtin/remote.c:77 +msgid "git remote set-url --delete " +msgstr "" + +#: builtin/remote.c:23 builtin/remote.c:76 +msgid "git remote set-url --add " +msgstr "" + +#: builtin/remote.c:22 builtin/remote.c:75 +msgid "git remote set-url [--push] []" +msgstr "" + +#: builtin/remote.c:21 builtin/remote.c:70 +msgid "git remote get-url [--push] [--all] " +msgstr "" + +#: builtin/remote.c:20 +msgid "git remote set-branches [--add] ..." +msgstr "" + +#: builtin/remote.c:19 +msgid "git remote [-v | --verbose] update [-p | --prune] [( | )...]" +msgstr "" + +#: builtin/remote.c:18 +msgid "git remote prune [-n | --dry-run] " +msgstr "" + +#: builtin/remote.c:17 +msgid "git remote [-v | --verbose] show [-n] " +msgstr "" + +#: builtin/remote.c:16 builtin/remote.c:44 +msgid "git remote set-head (-a | --auto | -d | --delete | )" +msgstr "" + +#: builtin/remote.c:15 builtin/remote.c:39 +msgid "git remote remove " +msgstr "" + +#: builtin/remote.c:14 builtin/remote.c:34 +msgid "git remote rename " +msgstr "" + +#: builtin/remote.c:13 +msgid "git remote add [-t ] [-m ] [-f] [--tags | --no-tags] [--mirror=] " +msgstr "" + +#: builtin/remote.c:12 +msgid "git remote [-v | --verbose]" +msgstr "" + +#: builtin/reflog.c:540 builtin/reflog.c:545 +msgid "'%s' is not a valid timestamp" +msgstr "" + +#: builtin/reflog.c:423 +msgid "'%s' for '%s' is not a valid timestamp" +msgstr "" + +#: builtin/receive-pack.c:1897 +msgid "You must specify a directory." +msgstr "Musisz określić katalog." + +#: builtin/receive-pack.c:1883 +msgid "quiet" +msgstr "" + +#: builtin/receive-pack.c:813 +msgid "" +"By default, deleting the current branch is denied, because the next\n" +"'git clone' won't result in any file checked out, causing confusion.\n" +"\n" +"You can set 'receive.denyDeleteCurrent' configuration variable to\n" +"'warn' or 'ignore' in the remote repository to allow deleting the\n" +"current branch, with or without a warning message.\n" +"\n" +"To squelch this message, you can set it to 'refuse'." +msgstr "" + +#: builtin/receive-pack.c:793 +msgid "" +"By default, updating the current branch in a non-bare repository\n" +"is denied, because it will make the index and work tree inconsistent\n" +"with what you pushed, and will require 'git reset --hard' to match\n" +"the work tree to HEAD.\n" +"\n" +"You can set 'receive.denyCurrentBranch' configuration variable to\n" +"'ignore' or 'warn' in the remote repository to allow pushing into\n" +"its current branch; however, this is not recommended unless you\n" +"arranged to update its work tree to match what you pushed in some\n" +"other way.\n" +"\n" +"To squelch this message and still keep the default behaviour, set\n" +"'receive.denyCurrentBranch' configuration variable to 'refuse'." +msgstr "" + +#: builtin/receive-pack.c:26 +msgid "git receive-pack " +msgstr "" + +#: builtin/read-tree.c:139 +msgid "debug unpack-trees" +msgstr "" + +#: builtin/read-tree.c:137 +msgid "skip applying sparse checkout filter" +msgstr "" + +#: builtin/read-tree.c:135 +msgid "don't update the index or the work tree" +msgstr "" + +#: builtin/read-tree.c:134 +msgid "don't check the working tree after merging" +msgstr "" + +#: builtin/read-tree.c:131 +msgid "allow explicitly ignored files to be overwritten" +msgstr "" + +#: builtin/read-tree.c:130 +msgid "gitignore" +msgstr "" + +#: builtin/read-tree.c:128 +msgid "update working tree with merge result" +msgstr "" + +#: builtin/read-tree.c:125 +msgid "read the tree into the index under /" +msgstr "" + +#: builtin/read-tree.c:124 +msgid "/" +msgstr "" + +#: builtin/read-tree.c:123 +msgid "same as -m, but discard unmerged entries" +msgstr "" + +#: builtin/read-tree.c:121 +msgid "3-way merge in presence of adds and removes" +msgstr "" + +#: builtin/read-tree.c:119 +msgid "3-way merge if no file level merging required" +msgstr "" + +#: builtin/read-tree.c:117 +msgid "perform a merge in addition to a read" +msgstr "" + +#: builtin/read-tree.c:115 +msgid "Merging" +msgstr "" + +#: builtin/read-tree.c:113 +msgid "only empty the index" +msgstr "" + +#: builtin/read-tree.c:110 +msgid "write resulting index to " +msgstr "" + +#: builtin/read-tree.c:37 +msgid "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=) [-u [--exclude-per-directory=] | -i]] [--no-sparse-checkout] [--index-output=] (--empty | [ []])" +msgstr "" + +#: builtin/push.c:579 +msgid "push options must not have new line characters" +msgstr "" + +#: builtin/push.c:562 +msgid "--delete doesn't make sense without any refs" +msgstr "" + +#: builtin/push.c:560 +msgid "--delete is incompatible with --all, --mirror and --tags" +msgstr "" + +#: builtin/push.c:546 +msgid "option to transmit" +msgstr "" + +#: builtin/push.c:546 +msgid "server-specific" +msgstr "" + +#: builtin/push.c:545 builtin/send-pack.c:170 +msgid "request atomic transaction on remote side" +msgstr "" + +#: builtin/push.c:543 builtin/send-pack.c:166 +msgid "GPG sign the push" +msgstr "" + +#: builtin/push.c:540 +msgid "push missing but relevant tags" +msgstr "" + +#: builtin/push.c:539 +msgid "bypass pre-push hook" +msgstr "" + +#: builtin/push.c:537 +msgid "prune locally removed refs" +msgstr "" + +#: builtin/push.c:534 +msgid "set upstream for git pull/status" +msgstr "" + +#: builtin/push.c:532 builtin/push.c:533 builtin/send-pack.c:158 +#: builtin/send-pack.c:159 +msgid "receive pack program" +msgstr "" + +#: builtin/push.c:531 builtin/send-pack.c:169 +msgid "use thin pack" +msgstr "" + +#: builtin/push.c:529 +msgid "control recursive pushing of submodules" +msgstr "" + +#: builtin/push.c:526 builtin/send-pack.c:176 +msgid "require old value of ref to be at this value" +msgstr "" + +#: builtin/push.c:525 builtin/send-pack.c:175 +msgid "refname>: \n" +"\n" +"and then push using the remote name\n" +"\n" +" git push \n" +msgstr "" + +#: builtin/push.c:366 +msgid "bad repository '%s'" +msgstr "" + +#: builtin/push.c:335 +msgid "failed to push some refs to '%s'" +msgstr "" + +#: builtin/push.c:331 +msgid "Pushing to %s\n" +msgstr "" + +#: builtin/push.c:271 +msgid "" +"You cannot update a remote ref that points at a non-commit object,\n" +"or update a remote ref to make it point at a non-commit object,\n" +"without using the '--force' option.\n" +msgstr "" + +#: builtin/push.c:268 +msgid "Updates were rejected because the tag already exists in the remote." +msgstr "" + +#: builtin/push.c:261 +msgid "" +"Updates were rejected because the remote contains work that you do\n" +"not have locally. This is usually caused by another repository pushing\n" +"to the same ref. You may want to first integrate the remote changes\n" +"(e.g., 'git pull ...') before pushing again.\n" +"See the 'Note about fast-forwards' in 'git push --help' for details." +msgstr "" + +#: builtin/push.c:255 +msgid "" +"Updates were rejected because a pushed branch tip is behind its remote\n" +"counterpart. Check out this branch and integrate the remote changes\n" +"(e.g. 'git pull ...') before pushing again.\n" +"See the 'Note about fast-forwards' in 'git push --help' for details." +msgstr "" + +#: builtin/push.c:249 +msgid "" +"Updates were rejected because the tip of your current branch is behind\n" +"its remote counterpart. Integrate the remote changes (e.g.\n" +"'git pull ...') before pushing again.\n" +"See the 'Note about fast-forwards' in 'git push --help' for details." +msgstr "" + +#: builtin/push.c:242 +msgid "You didn't specify any refspecs to push, and push.default is \"nothing\"." +msgstr "" + +#: builtin/push.c:186 +msgid "" +"You are pushing to remote '%s', which is not the upstream of\n" +"your current branch '%s', without telling me what to push\n" +"to update which remote branch." +msgstr "" + +#: builtin/push.c:183 +msgid "The current branch %s has multiple upstream branches, refusing to push." +msgstr "" + +#: builtin/push.c:175 +msgid "" +"The current branch %s has no upstream branch.\n" +"To push the current branch and set the remote as upstream, use\n" +"\n" +" git push --set-upstream %s %s\n" +msgstr "" + +#: builtin/push.c:161 +msgid "" +"You are not currently on a branch.\n" +"To push the history leading to the current (detached HEAD)\n" +"state now, use\n" +"\n" +" git push %s HEAD:\n" +msgstr "" + +#: builtin/push.c:146 +msgid "" +"The upstream branch of your current branch does not match\n" +"the name of your current branch. To push to the upstream branch\n" +"on the remote, use\n" +"\n" +" git push %s HEAD:%s\n" +"\n" +"To push to the branch of the same name on the remote, use\n" +"\n" +" git push %s %s\n" +"%s" +msgstr "" + +#: builtin/push.c:143 +msgid "" +"\n" +"To choose either option permanently, see push.default in 'git help config'." +msgstr "" + +#: builtin/push.c:99 +msgid "--delete only accepts plain target ref names" +msgstr "" + +#: builtin/push.c:89 +msgid "tag shorthand without " +msgstr "" + +#: builtin/push.c:16 +msgid "git push [] [ [...]]" +msgstr "" + +#: builtin/pull.c:862 +msgid "Cannot rebase onto multiple branches." +msgstr "" + +#: builtin/pull.c:858 +msgid "Cannot merge multiple branches into empty head." +msgstr "" + +#: builtin/pull.c:843 +msgid "" +"Cannot fast-forward your working tree.\n" +"After making sure that you saved anything precious from\n" +"$ git diff %s\n" +"output, run\n" +"$ git reset --hard\n" +"to recover." +msgstr "" + +#: builtin/pull.c:838 +msgid "" +"fetch updated the current branch head.\n" +"fast-forwarding your working tree from\n" +"commit %s." +msgstr "" + +#: builtin/pull.c:813 +msgid "please commit or stash them." +msgstr "" + +#: builtin/pull.c:812 +msgid "pull with rebase" +msgstr "" + +#: builtin/pull.c:809 +msgid "Updating an unborn branch with changes added to the index." +msgstr "" + +#: builtin/pull.c:801 +msgid "--[no-]autostash option is only valid with --rebase." +msgstr "" + +#: builtin/pull.c:754 +msgid "ignoring --verify-signatures for rebase" +msgstr "" + +#: builtin/pull.c:437 +msgid "" +"Your configuration specifies to merge with the ref '%s'\n" +"from the remote, but no such ref was fetched." +msgstr "" + +#: builtin/pull.c:432 git-parse-remote.sh:95 +msgid "If you wish to set tracking information for this branch you can do so with:" +msgstr "" + +#: builtin/pull.c:423 git-parse-remote.sh:75 +msgid "There is no tracking information for the current branch." +msgstr "" + +#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:451 +#: git-parse-remote.sh:65 +msgid "" +msgstr "" + +#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430 +#: git-parse-remote.sh:64 +msgid "" +msgstr "" + +#: builtin/pull.c:413 builtin/pull.c:428 +msgid "See git-pull(1) for details." +msgstr "" + +#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82 +msgid "Please specify which branch you want to merge with." +msgstr "" + +#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79 +msgid "Please specify which branch you want to rebase against." +msgstr "" + +#: builtin/pull.c:408 git-parse-remote.sh:73 +msgid "You are not currently on a branch." +msgstr "Nie jesteś obecnie w gałęzi." + +#: builtin/pull.c:403 +msgid "" +"You asked to pull from the remote '%s', but did not specify\n" +"a branch. Because this is not the default configured remote\n" +"for your current branch, you must specify a branch on the command line." +msgstr "" + +#: builtin/pull.c:400 +msgid "" +"Generally this means that you provided a wildcard refspec which had no\n" +"matches on the remote end." +msgstr "" + +#: builtin/pull.c:399 +msgid "There are no candidates for merging among the refs that you just fetched." +msgstr "" + +#: builtin/pull.c:397 +msgid "There is no candidate for rebasing against among the refs that you just fetched." +msgstr "" + +#: builtin/pull.c:284 +msgid "Invalid value for pull.ff: %s" +msgstr "" + +#: builtin/pull.c:195 +msgid "number of submodules pulled in parallel" +msgstr "" + +#: builtin/pull.c:173 +msgid "Options related to fetching" +msgstr "" + +#: builtin/pull.c:157 +msgid "automatically stash/stash pop before and after rebase" +msgstr "" + +#: builtin/pull.c:148 builtin/revert.c:101 +msgid "allow fast-forward" +msgstr "" + +#: builtin/pull.c:124 +msgid "incorporate changes by rebasing rather than merging" +msgstr "" + +#: builtin/pull.c:121 +msgid "Options related to merging" +msgstr "" + +#: builtin/pull.c:73 +msgid "git pull [] [ [...]]" +msgstr "" + +#: builtin/pull.c:51 builtin/pull.c:53 +msgid "Invalid value for %s: %s" +msgstr "" + +#: builtin/prune.c:123 +msgid "cannot prune in a precious-objects repo" +msgstr "" + +#: builtin/prune.c:109 builtin/worktree.c:130 +msgid "expire objects older than