From dd732e2bd150ec13509e99a13f6d4dd6f3ab1cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= Date: Wed, 25 Dec 2024 20:12:52 +0100 Subject: [PATCH] update po files to v2.48.0 with fixup in synopsis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit synopsis paragraph are verbatim. Signed-off-by: Jean-Noël Avila --- po/documentation.de.po | 611 ++++++++------- po/documentation.es.po | 611 ++++++++------- po/documentation.es_MX.po | 611 ++++++++------- po/documentation.fr.po | 1315 +++++++++++--------------------- po/documentation.hu.po | 611 ++++++++------- po/documentation.id.po | 611 ++++++++------- po/documentation.is.po | 611 ++++++++------- po/documentation.it.po | 611 ++++++++------- po/documentation.ja.po | 611 ++++++++------- po/documentation.ko.po | 611 ++++++++------- po/documentation.mr.po | 611 ++++++++------- po/documentation.nb_NO.po | 611 ++++++++------- po/documentation.nl.po | 611 ++++++++------- po/documentation.pl.po | 611 ++++++++------- po/documentation.pot | 587 +++++++------- po/documentation.pt_BR.po | 611 ++++++++------- po/documentation.pt_PT.po | 611 ++++++++------- po/documentation.ro.po | 611 ++++++++------- po/documentation.ru.po | 704 +++++++++-------- po/documentation.sk.po | 611 ++++++++------- po/documentation.tr.po | 611 ++++++++------- po/documentation.uk.po | 611 ++++++++------- po/documentation.vi.po | 611 ++++++++------- po/documentation.zh_HANS-CN.po | 623 ++++++++------- po/documentation.zh_HANT.po | 611 ++++++++------- 25 files changed, 8082 insertions(+), 7978 deletions(-) diff --git a/po/documentation.de.po b/po/documentation.de.po index 5a6b13b3..869f39c5 100644 --- a/po/documentation.de.po +++ b/po/documentation.de.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: git documentation\n" "Report-Msgid-Bugs-To: jn.avila@free.fr\n" -"POT-Creation-Date: 2024-12-17 15:04+0100\n" +"POT-Creation-Date: 2024-12-25 19:35+0100\n" "PO-Revision-Date: 2024-10-01 11:16+0000\n" "Last-Translator: Ettore Atalan \n" "Language-Team: Matthias Aßhauer \n" @@ -4877,49 +4877,60 @@ msgstr "" msgid "It is followed by one or more extended header lines:" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:46 -#, priority:280 -msgid "old mode new mode deleted file mode new file mode copy from copy to rename from rename to similarity index dissimilarity index index .. " +#, no-wrap, priority:280 +msgid "" +"old mode \n" +"new mode \n" +"deleted file mode \n" +"new file mode \n" +"copy from \n" +"copy to \n" +"rename from \n" +"rename to \n" +"similarity index \n" +"dissimilarity index \n" +"index .. \n" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:49 #, priority:280 msgid "File modes __ are printed as 6-digit octal numbers including the file type and file permission bits." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:51 #, priority:280 msgid "Path names in extended headers do not include the `a/` and `b/` prefixes." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:58 #, priority:280 msgid "The similarity index is the percentage of unchanged lines, and the dissimilarity index is the percentage of changed lines. It is a rounded down integer, followed by a percent sign. The similarity index value of 100% is thus reserved for two equal files, while 100% dissimilarity means that no line from the old file made it into the new one." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:62 #, priority:280 msgid "The index line includes the blob object names before and after the change. The __ is included if the file mode does not change; otherwise, separate lines indicate the old and the new mode." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:66 #, fuzzy, placeholders:'core.quotePath':'linkgit:git-config[1]', priority:280 msgid "Pathnames with \"unusual\" characters are quoted as explained for the configuration variable `core.quotePath` (see linkgit:git-config[1])." msgstr "Ohne diese Option werden Pfadnamen mit „unüblichen“ Zeichen in Anführungszeichen gesetzt, wie es für die Konfigurations-Variable `core.quotePath` definiert ist (siehe linkgit:git-config[1])." -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:71 #, priority:280 msgid "All the `file1` files in the output refer to files before the commit, and all the `file2` files refer to files after the commit. It is incorrect to apply each change to each file sequentially. For example, this patch will swap a and b:" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:78 #, no-wrap, placeholders:'--git':'--git', priority:280 msgid "" @@ -4931,7 +4942,7 @@ msgid "" "rename to a\n" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:83 #, placeholders:'linkgit:gitattributes[5]', priority:280 msgid "Hunk headers mention the name of the function to which the hunk applies. See \"Defining a custom hunk-header\" in linkgit:gitattributes[5] for details of how to tailor this to specific languages." @@ -5028,91 +5039,95 @@ msgstr " diff --cc Datei\n" msgid "It is followed by one or more extended header lines (this example shows a merge with two parents):" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:144 -#, priority:280 -msgid "index ,.. mode ,`..` new file mode deleted file mode ," +#, no-wrap, priority:280 +msgid "" +"index ,..\n" +"mode ,`..`\n" +"new file mode \n" +"deleted file mode ,\n" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:150 #, priority:280 msgid "The `mode ,..` line appears only if at least one of the is different from the rest. Extended headers with information about detected content movement (renames and copying detection) are designed to work with the diff of two __ and are not used by combined diff format." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:152 #, priority:280 msgid "It is followed by a two-line from-file/to-file header:" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:154 en/diff-generate-patch.txt:165 en/diff-generate-patch.txt:166 en/diff-generate-patch.txt:167 #, priority:280 msgid "a/file" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:155 en/diff-generate-patch.txt:168 #, priority:280 msgid "b/file" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:159 #, priority:280 msgid "Similar to the two-line header for the traditional 'unified' diff format, `/dev/null` is used to signal created or deleted files." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:163 #, placeholders:'--combined-all-paths', priority:280 msgid "However, if the --combined-all-paths option is provided, instead of a two-line from-file/to-file, you get an N+1 line from-file/to-file header, where N is the number of parents in the merge commit:" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:172 #, priority:280 msgid "This extended format can be useful if rename or copy detection is active, to allow you to see the original name of the file in different parents." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:178 #, priority:280 msgid "Chunk header format is modified to prevent people from accidentally feeding it to `patch -p1`. Combined diff format was created for review of merge commit changes, and was not meant to be applied. The change is similar to the change in the extended 'index' header:" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:180 #, no-wrap, priority:280 msgid "@@@ @@@\n" msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:183 #, priority:280 msgid "There are (number of parents + 1) `@` characters in the chunk header for combined diff format." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:192 #, ignore-ellipsis, priority:280 msgid "Unlike the traditional 'unified' diff format, which shows two files A and B with a single column that has `-` (minus -- appears in A but removed in B), `+` (plus -- missing in A but added to B), or `\" \"` (space -- unchanged) prefix, this format compares two or more files file1, file2,... with one file X, and shows how X differs from each of fileN. One column for each of fileN is prepended to the output line to note how X's line is different from it." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:198 #, priority:280 msgid "A `-` character in the column N means that the line appears in fileN but it does not appear in the result. A `+` character in the column N means that the line appears in the result, and fileN does not have that line (in other words, the line was added, from the point of view of that parent)." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:204 #, priority:280 msgid "In the above example output, the function signature was changed from both files (hence two `-` removals from both file1 and file2, plus `++` to mean one line that was added does not appear in either file1 or file2). Also, eight other lines are the same from file1 but do not appear in file2 (hence prefixed with `+`)." msgstr "" -#. type: Plain text +#. type: synopsis #: en/diff-generate-patch.txt:210 #, placeholders:'git diff-tree':'git diff-files', priority:280 msgid "When shown by `git diff-tree -c`, it compares the parents of a merge commit with the merge result (i.e. file1..fileN are the parents). When shown by `git diff-files -c`, it compares the two unresolved merge parents with the working tree file (i.e. file1 is stage 2 aka \"our version\", file2 is stage 3 aka \"their version\")." @@ -7942,7 +7957,7 @@ msgstr "git-add(1)" msgid "git-add - Add file contents to the index" msgstr "git-add - Fügt Datei-Inhalte zum Index hinzu" -#. type: Plain text +#. type: synopsis #: en/git-add.txt:16 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'[--verbose':'[--dry-run':'[--force':'[--interactive':'[--patch':'[--edit':'[--update':'[--sparse]':'[--intent-to-add':'[--refresh]':'[--ignore-errors]':'[--ignore-missing]':'[--renormalize]':'[--chmod=(+|-)x]':'[--pathspec-from-file=':'[--pathspec-file-nul]', priority:300 msgid "" @@ -8782,7 +8797,7 @@ msgstr "git-am(1)" msgid "git-am - Apply a series of patches from a mailbox" msgstr "git-am - Eine Serie von Patches von einer Mailbox anwenden" -#. type: Plain text +#. type: verse #: en/git-am.txt:22 #, ignore-ellipsis, no-wrap, placeholders:'[--signoff]':'[--keep]':'[--no-verify]':'[--interactive]':'[--committer-date-is-author-date]':'[--ignore-date]':'[--ignore-space-change':'--ignore-whitespace]':'[--whitespace=':'[--directory=':'[--exclude=':'[--include=':'[--reject]':'--quiet]':'[--patch-format=':'[--quoted-cr=':'[--empty=(stop|drop|keep)]':'--continue':'--skip':'--abort':'--quit':'--retry':'--show-current-patch[=(diff|raw)]':'--allow-empty', priority:100 msgid "" @@ -9412,7 +9427,7 @@ msgstr "git-annotate(1)" msgid "git-annotate - Annotate file lines with commit information" msgstr "" -#. type: Plain text +#. type: verse #: en/git-annotate.txt:12 #, fuzzy, no-wrap, priority:100 #| msgid "'git annotate' [] []\n" @@ -9443,7 +9458,7 @@ msgstr "git-apply(1)" msgid "git-apply - Apply a patch to files and/or to the index" msgstr "git-apply - Einen Patch auf Dateien und/oder den Index anwenden" -#. type: Plain text +#. type: verse #: en/git-apply.txt:21 #, ignore-ellipsis, no-wrap, placeholders:'[--stat]':'[--numstat]':'[--summary]':'[--check]':'[--index':'--intent-to-add]':'[--3way]':'[--ours':'--theirs':'--union]':'[--apply]':'[--no-add]':'[--build-fake-ancestor=':'--reverse]':'[--allow-binary-replacement':'--binary]':'[--reject]':'[--inaccurate-eof]':'[--recount]':'[--cached]':'[--ignore-space-change':'--ignore-whitespace]':'[--whitespace=(nowarn|warn|fix|error|error-all)]':'[--exclude=':'[--include=':'[--directory=':'[--verbose':'--quiet]':'[--unsafe-paths]':'[--allow-empty]', priority:100 msgid "" @@ -9928,7 +9943,7 @@ msgstr "git-archimport(1)" msgid "git-archimport - Import a GNU Arch repository into Git" msgstr "git-archimport - Ein GNU-Arch-Repository in Git importieren" -#. type: Plain text +#. type: verse #: en/git-archimport.txt:14 #, ignore-ellipsis, no-wrap, priority:100 msgid "" @@ -10092,7 +10107,7 @@ msgstr "git-archive(1)" msgid "git-archive - Create an archive of files from a named tree" msgstr "Dateiarchiv von angegebenem Verzeichnis erstellen" -#. type: Plain text +#. type: verse #: en/git-archive.txt:16 #, ignore-ellipsis, no-wrap, placeholders:'[--format=':'[--list]':'[--prefix=':'--output=':'[--worktree-attributes]':'[--remote=':'[--exec=', priority:100 msgid "" @@ -10541,7 +10556,7 @@ msgstr "git-bisect(1)" msgid "git-bisect - Use binary search to find the commit that introduced a bug" msgstr "git-bisect - Binärsuche verwenden, um den Commit zu finden, der einen Fehler verursacht hat" -#. type: Plain text +#. type: verse #: en/git-bisect.txt:13 #, no-wrap, priority:100 msgid "'git bisect' \n" @@ -11328,7 +11343,7 @@ msgstr "git-blame(1)" msgid "git-blame - Show what revision and author last modified each line of a file" msgstr "git-blame - Anzeigen, durch welchen Commit und Autor die jeweiligen Zeilen einer Datei zuletzt geändert wurden" -#. type: Plain text +#. type: verse #: en/git-blame.txt:16 #, fuzzy, no-wrap, placeholders:'[--root]':'[--incremental]':'[--since=':'[--ignore-rev':'[--ignore-revs-file':'[--color-lines]':'[--color-by-age]':'[--progress]':'[--abbrev=':'--contents':'--reverse', priority:100 msgid "" @@ -11740,7 +11755,7 @@ msgstr "" msgid "and thus it is really quite easy to parse for some line- and word-oriented parser (which should be quite natural for most scripting languages)." msgstr "" -#. type: Plain text +#. type: NOTE #: en/git-blame.txt:237 #, priority:100 msgid "For people who do parsing: to make it more robust, just ignore any lines between the first and last one (\"\" and \"filename\" lines) where you do not recognize the tag words (or care about that particular one) at the beginning of the \"extended information\" lines. That way, if there is ever added information (like the commit encoding or extended commit commentary), a blame viewer will not care." @@ -11770,7 +11785,7 @@ msgstr "git-branch(1)" msgid "git-branch - List, create, or delete branches" msgstr "git-branch - Auflisten, Erzeugen oder Löschen von Entwicklungszweigen (branches)" -#. type: Plain text +#. type: verse #: en/git-branch.txt:27 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'[--color':'--no-color]':'[--show-current]':'[--abbrev=':'--no-abbrev]':'[--column':'--no-column]':'[--sort=':'[--merged':'[--no-merged':'[--contains':'[--no-contains':'[--points-at':'[--format=':'--remotes':'--all':'[--list]':'[--track[=(direct|inherit)]':'--no-track]':'[--recurse-submodules]':'--set-upstream-to=':'--unset-upstream':'--edit-description', priority:260 msgid "" @@ -12526,7 +12541,7 @@ msgstr "git-bugreport(1)" msgid "git-bugreport - Collect information for user to file a bug report" msgstr "Informationen für den Benutzer zum Einreichen eines Fehlerberichts sammeln" -#. type: Plain text +#. type: verse #: en/git-bugreport.txt:14 #, fuzzy, no-wrap, placeholders:'--output-directory':'--suffix':'--no-suffix]':'[--diagnose', priority:100 msgid "" @@ -12691,7 +12706,7 @@ msgstr "git-bundle(1)" msgid "git-bundle - Move objects and refs by archive" msgstr "" -#. type: Plain text +#. type: verse #: en/git-bundle.txt:17 #, ignore-ellipsis, no-wrap, placeholders:'--quiet':'--progress]':'[--version=':'--quiet]':'[--progress]', priority:100 msgid "" @@ -13234,7 +13249,7 @@ msgstr "git-cat-file(1)" msgid "git-cat-file - Provide contents or details of repository objects" msgstr "git-cat-file - Inhalt oder Informationen zu Typ und Größe für Repository-Objekte bereitstellen" -#. type: Plain text +#. type: verse #: en/git-cat-file.txt:19 #, no-wrap, placeholders:'git cat-file':'git cat-file':'git cat-file':'[--allow-unknown-type]':'git cat-file':'--textconv':'--filters':'--path=':'git cat-file':'--batch':'--batch-check':'--batch-command':'[--batch-all-objects]':'[--buffer]':'[--follow-symlinks]':'[--unordered]':'[--textconv':'--filters]', priority:80 msgid "" @@ -13972,7 +13987,7 @@ msgstr "git-check-attr(1)" msgid "git-check-attr - Display gitattributes information" msgstr "" -#. type: Plain text +#. type: verse #: en/git-check-attr.txt:14 #, ignore-ellipsis, no-wrap, placeholders:'git check-attr':'[--source':'--all':'git check-attr':'--stdin':'[--source':'--all', priority:100 msgid "" @@ -14233,7 +14248,7 @@ msgstr "git-check-ignore(1)" msgid "git-check-ignore - Debug gitignore / exclude files" msgstr "" -#. type: Plain text +#. type: verse #: en/git-check-ignore.txt:14 #, ignore-ellipsis, no-wrap, placeholders:'git check-ignore':'git check-ignore':'--stdin', priority:80 msgid "" @@ -14421,7 +14436,7 @@ msgstr "git-check-mailmap(1)" msgid "git-check-mailmap - Show canonical names and email addresses of contacts" msgstr "" -#. type: Plain text +#. type: verse #: en/git-check-mailmap.txt:13 #, ignore-ellipsis, no-wrap, placeholders:'git check-mailmap', priority:100 msgid "'git check-mailmap' [] ...\n" @@ -14487,7 +14502,7 @@ msgstr "git-checkout-index(1)" msgid "git-checkout-index - Copy files from the index to the working tree" msgstr "git-checkout-index - Dateien von dem Index ins Arbeitsverzeichnis kopieren" -#. type: Plain text +#. type: verse #: en/git-checkout-index.txt:18 #, ignore-ellipsis, no-wrap, placeholders:'git checkout-index':'[--prefix=':'[--stage=':'[--temp]':'[--ignore-skip-worktree-bits]':'[--stdin]', priority:80 msgid "" @@ -14776,7 +14791,7 @@ msgstr "git-checkout(1)" msgid "git-checkout - Switch branches or restore working tree files" msgstr "git-checkout - Branches wechseln oder Dateien im Arbeitsbereich wiederherstellen" -#. type: Plain text +#. type: verse #: en/git-checkout.txt:20 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'--detach':'[--detach]':'--orphan]':'--pathspec-from-file=':'[--pathspec-file-nul]':'--ours':'--theirs':'--conflict=':'--ours':'--theirs':'--conflict=':'--pathspec-from-file=':'[--pathspec-file-nul]':'--patch', priority:240 msgid "" @@ -15757,7 +15772,7 @@ msgstr "git-check-ref-format(1)" msgid "git-check-ref-format - Ensures that a reference name is well formed" msgstr "" -#. type: Plain text +#. type: verse #: en/git-check-ref-format.txt:15 #, no-wrap, placeholders:'git check-ref-format':'[--normalize]':'[--refspec-pattern]':'git check-ref-format':'--branch', priority:100 msgid "" @@ -15955,7 +15970,7 @@ msgstr "git-cherry-pick(1)" msgid "git-cherry-pick - Apply the changes introduced by some existing commits" msgstr "" -#. type: Plain text +#. type: verse #: en/git-cherry-pick.txt:14 #, ignore-ellipsis, no-wrap, placeholders:'git cherry-pick':'[--edit]':'[--ff]':'git cherry-pick':'--continue':'--skip':'--abort':'--quit', priority:100 msgid "" @@ -16364,7 +16379,7 @@ msgstr "git-cherry(1)" msgid "git-cherry - Find commits yet to be applied to upstream" msgstr "Commits finden, die noch auf dem Upstream-Branch angewendet werden müssen" -#. type: Plain text +#. type: verse #: en/git-cherry.txt:12 #, fuzzy, no-wrap, priority:100 msgid "'git cherry' [-v] [ [ []]]\n" @@ -16577,7 +16592,7 @@ msgstr "git-citool(1)" msgid "git-citool - Graphical alternative to git-commit" msgstr "git-citool - Graphische Alternative zu git-commit" -#. type: Plain text +#. type: verse #: en/git-citool.txt:12 #, no-wrap, priority:100 msgid "'git citool'\n" @@ -16609,7 +16624,7 @@ msgstr "git-clean(1)" msgid "git-clean - Remove untracked files from the working tree" msgstr "git-clean - Unversionierte Dateien vom Arbeitsverzeichnis entfernen" -#. type: Plain text +#. type: verse #: en/git-clean.txt:12 #, fuzzy, ignore-ellipsis, no-wrap, priority:100 msgid "'git clean' [-d] [-f] [-i] [-n] [-q] [-e ] [-x | -X] [--] [...]\n" @@ -16822,7 +16837,7 @@ msgstr "git-clone(1)" msgid "git-clone - Clone a repository into a new directory" msgstr "git-clone – Klont ein Repository in ein neues Verzeichnis" -#. type: Plain text +#. type: synopsis #: en/git-clone.txt:21 #, fuzzy, no-wrap, placeholders:'[--template=':'[--no-hardlinks]':'[--bare]':'[--mirror]':'[--reference':'[--dissociate]':'[--depth':'[--no-tags]':'[--recurse-submodules':'[--jobs':'[--sparse]':'[--filter=':'[--also-filter-submodules]', priority:300 msgid "" @@ -17544,7 +17559,7 @@ msgstr "git-column(1)" msgid "git-column - Display data in columns" msgstr "" -#. type: Plain text +#. type: verse #: en/git-column.txt:13 #, no-wrap, placeholders:'[--command=':'[--width=':'[--indent=':'[--nl=':'[--padding=', priority:100 msgid "" @@ -17703,7 +17718,7 @@ msgstr "git-commit-tree(1)" msgid "git-commit-tree - Create a new commit object" msgstr "git-commit-tree - Erstelle ein Commit-Objekt" -#. type: Plain text +#. type: verse #: en/git-commit-tree.txt:15 #, ignore-ellipsis, no-wrap, placeholders:'git commit-tree':'git commit-tree', priority:80 msgid "" @@ -17874,7 +17889,7 @@ msgstr "git-commit(1)" msgid "git-commit - Record changes to the repository" msgstr "git-commit - Trage Änderungen im Projektarchiv (repository) ein" -#. type: Plain text +#. type: verse #: en/git-commit.txt:19 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'--interactive':'--patch]':'[--amend]':'[--dry-run]':'--squash':'--fixup':'[--reset-author]':'[--allow-empty]':'[--allow-empty-message]':'[--no-verify]':'[--author=':'[--date=':'[--cleanup=':'[--pathspec-from-file=':'[--pathspec-file-nul]':'--trailer', priority:280 msgid "" @@ -18750,7 +18765,7 @@ msgstr "git-config(1)" msgid "git-config - Get and set repository or global options" msgstr "git-config – Repository eigene oder globale Optionen auslesen und setzen" -#. type: Plain text +#. type: verse #: en/git-config.txt:20 #, no-wrap, placeholders:'[--includes]':'[--includes]':'[--all]':'[--regexp]':'[--value=':'[--fixed-value]':'[--default=':'[--type=':'[--all]':'[--value=':'[--fixed-value]':'[--all]':'[--value=':'[--fixed-value]':'--get-colorbool', priority:100 msgid "" @@ -20095,7 +20110,7 @@ msgstr "git-count-objects(1)" msgid "git-count-objects - Count unpacked number of objects and their disk consumption" msgstr "" -#. type: Plain text +#. type: verse #: en/git-count-objects.txt:12 #, no-wrap, placeholders:'git count-objects':'--human-readable]', priority:80 msgid "'git count-objects' [-v] [-H | --human-readable]\n" @@ -20191,7 +20206,7 @@ msgstr "git-credential-cache--daemon(1)" msgid "git-credential-cache--daemon - Temporarily store user credentials in memory" msgstr "" -#. type: Plain text +#. type: verse #: en/git-credential-cache--daemon.txt:12 #, fuzzy, no-wrap, placeholders:'git credential-cache':'{litdd}':'[--debug]', priority:90 msgid "'git credential-cache{litdd}daemon' [--debug] \n" @@ -20929,7 +20944,7 @@ msgstr "git-cvsexportcommit(1)" msgid "git-cvsexportcommit - Export a single commit to a CVS checkout" msgstr "git-cvsexportcommit - Einzelnen Commit zu einem ausgecheckten CVS-Repository exportieren" -#. type: Plain text +#. type: verse #: en/git-cvsexportcommit.txt:14 #, no-wrap, priority:90 msgid "" @@ -21112,7 +21127,7 @@ msgstr "git-cvsimport(1)" msgid "git-cvsimport - Salvage your data out of another SCM people love to hate" msgstr "git-cvsimport – Retten Sie Ihre Daten aus einem anderen SCM, das die Leute liebend gerne hassen" -#. type: Plain text +#. type: verse #: en/git-cvsimport.txt:17 #, no-wrap, priority:90 msgid "" @@ -21539,7 +21554,7 @@ msgstr "" msgid "SSH:" msgstr "" -#. type: Plain text +#. type: verse #: en/git-cvsserver.txt:16 #, no-wrap, placeholders:'CVS_SERVER', priority:90 msgid "" @@ -21547,25 +21562,25 @@ msgid "" "'cvs' -d :ext:user@server/path/repo.git co \n" msgstr "" -#. type: Plain text +#. type: verse #: en/git-cvsserver.txt:18 #, placeholders:'inetd.conf', priority:90 msgid "pserver (/etc/inetd.conf):" msgstr "" -#. type: Plain text +#. type: verse #: en/git-cvsserver.txt:21 #, no-wrap, placeholders:'git-cvsserver':'git-cvsserver', priority:90 msgid "cvspserver stream tcp nowait nobody /usr/bin/git-cvsserver git-cvsserver pserver\n" msgstr "" -#. type: Plain text +#. type: verse #: en/git-cvsserver.txt:23 #, priority:90 msgid "Usage:" msgstr "" -#. type: Plain text +#. type: verse #: en/git-cvsserver.txt:26 #, ignore-ellipsis, no-wrap, placeholders:'git-cvsserver', priority:90 msgid "'git-cvsserver' [] [pserver|server] [ ...]\n" @@ -22276,7 +22291,7 @@ msgstr "git-daemon(1)" msgid "git-daemon - A really simple server for Git repositories" msgstr "git-remote - Einen Satz entfernter Repositories verwalten" -#. type: Plain text +#. type: verse #: en/git-daemon.txt:25 #, ignore-ellipsis, no-wrap, placeholders:'[--verbose]':'[--syslog]':'[--export-all]':'[--timeout=':'[--init-timeout=':'[--max-connections=':'[--strict-paths]':'[--base-path=':'[--base-path-relaxed]':'[--user-path':'--user-path=':'[--interpolated-path=':'[--reuseaddr]':'[--detach]':'[--pid-file=':'[--enable=':'[--disable=':'[--allow-override=':'[--forbid-override=':'[--access-hook=':'[--inetd':'[--listen=':'[--port=':'[--user=':'[--group=':'[--log-destination=(stderr|syslog|none)]', priority:100 msgid "" @@ -22848,7 +22863,7 @@ msgstr "git-describe(1)" msgid "git-describe - Give an object a human readable name based on an available ref" msgstr "git-describe - Einem Objekt einen für Menschen lesbaren Namen basierend auf einer verfügbaren Referenz geben." -#. type: Plain text +#. type: verse #: en/git-describe.txt:14 #, ignore-ellipsis, no-wrap, placeholders:'[--all]':'[--tags]':'[--contains]':'[--abbrev=':'[--all]':'[--tags]':'[--contains]':'[--abbrev=':'--dirty', priority:260 msgid "" @@ -23143,7 +23158,7 @@ msgstr "git-diff-files(1)" msgid "git-diff-files - Compares files in the working tree and the index" msgstr "git-rm - Entferne Dateien aus dem Arbeitsbereich und dem Index" -#. type: Plain text +#. type: verse #: en/git-diff-files.txt:13 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'git diff-files':'--cc]', priority:100 msgid "'git diff-files' [-q] [-0 | -1 | -2 | -3 | -c | --cc] [] [...]\n" @@ -23215,7 +23230,7 @@ msgstr "git-diff-index(1)" msgid "git-diff-index - Compare a tree to the working tree or index" msgstr "git-rm - Entferne Dateien aus dem Arbeitsbereich und dem Index" -#. type: Plain text +#. type: verse #: en/git-diff-index.txt:13 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'git diff-index':'[--cached]':'[--merge-base]', priority:80 msgid "'git diff-index' [-m] [--cached] [--merge-base] [] [...]\n" @@ -23404,7 +23419,7 @@ msgstr "git-difftool(1)" msgid "git-difftool - Show changes using common diff tools" msgstr "git-diff - Zeige Unterschiede zwischen Eintragungen (commits), Eintragung und Arbeitsbereich, etc" -#. type: Plain text +#. type: verse #: en/git-difftool.txt:12 #, ignore-ellipsis, no-wrap, priority:100 msgid "'git difftool' [] [ []] [--] [...]\n" @@ -23650,7 +23665,7 @@ msgstr "git-diff-tree(1)" msgid "git-diff-tree - Compares the content and mode of blobs found via two tree objects" msgstr "git-diff-tree – Vergleicht Inhalt und Modus von Blobs, die über zwei Baumobjekte gefunden wurden" -#. type: Plain text +#. type: verse #: en/git-diff-tree.txt:15 #, ignore-ellipsis, no-wrap, placeholders:'git diff-tree':'[--stdin]':'[--no-commit-id]':'[--pretty]':'--cc]':'[--combined-all-paths]':'[--root]':'[--merge-base]', priority:80 msgid "" @@ -23810,10 +23825,16 @@ msgstr "git-diff(1)" msgid "git-diff - Show changes between commits, commit and working tree, etc" msgstr "git-diff – Zeigt die Unterschiede zwischen Commits, Commit und Arbeitsbereich usw." -#. type: Plain text +#. type: synopsis #: en/git-diff.txt:18 -#, fuzzy, ignore-ellipsis, placeholders:'--cached':'[--merge-base]':'[--merge-base]':'--no-index', priority:280 -msgid "git diff [] [] [--] [...] git diff [] --cached [--merge-base] [] [--] [...] git diff [] [--merge-base] [...] [--] [...] git diff [] ... [--] [...] git diff [] git diff [] --no-index [--] " +#, fuzzy, ignore-ellipsis, no-wrap, placeholders:'--cached':'[--merge-base]':'[--merge-base]':'--no-index', priority:280 +msgid "" +"git diff [] [] [--] [...]\n" +"git diff [] --cached [--merge-base] [] [--] [...]\n" +"git diff [] [--merge-base] [...] [--] [...]\n" +"git diff [] ... [--] [...]\n" +"git diff [] \n" +"git diff [] --no-index [--] \n" msgstr "" "'git diff' [] [] [--] [...]\n" "'git diff' [] --cached [] [--] [...]\n" @@ -24273,7 +24294,7 @@ msgstr "git-fast-export(1)" msgid "git-fast-export - Git data exporter" msgstr "" -#. type: Plain text +#. type: verse #: en/git-fast-export.txt:13 #, no-wrap, placeholders:'git fast-export':'git fast-import', priority:90 msgid "'git fast-export' [] | 'git fast-import'\n" @@ -24674,7 +24695,7 @@ msgstr "git-fast-import(1)" msgid "git-fast-import - Backend for fast Git data importers" msgstr "" -#. type: Plain text +#. type: verse #: en/git-fast-import.txt:13 #, no-wrap, placeholders:'git fast-import', priority:90 msgid "frontend | 'git fast-import' []\n" @@ -27036,7 +27057,7 @@ msgstr "git-fetch-pack(1)" msgid "git-fetch-pack - Receive missing objects from another repository" msgstr "git-commit - Trage Änderungen im Projektarchiv (repository) ein" -#. type: Plain text +#. type: verse #: en/git-fetch-pack.txt:16 #, ignore-ellipsis, no-wrap, placeholders:'git fetch-pack':'[--all]':'[--quiet':'[--keep':'[--thin]':'[--include-tag]':'[--upload-pack=':'git-upload-pack':'[--depth=':'[--no-progress]', priority:90 msgid "" @@ -27232,7 +27253,7 @@ msgstr "git-fetch(1)" msgid "git-fetch - Download objects and refs from another repository" msgstr "git-fetch – Objekte und Referenzen von einem anderen Repository abrufen" -#. type: Plain text +#. type: verse #: en/git-fetch.txt:16 #, ignore-ellipsis, no-wrap, placeholders:'--multiple':'--all', priority:220 msgid "" @@ -27719,7 +27740,7 @@ msgstr "git-filter-branch(1)" msgid "git-filter-branch - Rewrite branches" msgstr "git-branch - Auflisten, Erzeugen oder Löschen von Entwicklungszweigen (branches)" -#. type: Plain text +#. type: verse #: en/git-filter-branch.txt:18 #, ignore-ellipsis, no-wrap, placeholders:'git filter-branch':'[--setup':'[--subdirectory-filter':'[--env-filter':'[--tree-filter':'[--index-filter':'[--parent-filter':'[--msg-filter':'[--commit-filter':'[--tag-name-filter':'[--prune-empty]':'[--original':'--force]':'[--state-branch', priority:90 msgid "" @@ -28578,7 +28599,7 @@ msgstr "git-fmt-merge-msg(1)" msgid "git-fmt-merge-msg - Produce a merge commit message" msgstr "" -#. type: Plain text +#. type: verse #: en/git-fmt-merge-msg.txt:14 #, no-wrap, placeholders:'git fmt-merge-msg':'[--into-name':'[--log':'--no-log]':'git fmt-merge-msg':'[--log':'--no-log]', priority:100 msgid "" @@ -28708,7 +28729,7 @@ msgstr "git-for-each-ref(1)" msgid "git-for-each-ref - Output information on each ref" msgstr "" -#. type: Plain text +#. type: verse #: en/git-for-each-ref.txt:18 #, ignore-ellipsis, no-wrap, placeholders:'git for-each-ref':'[--count=':'[--shell':'--perl':'--python':'--tcl]':'--sort=':'[--format=':'[--include-root-refs]':'--stdin':'[--points-at=':'[--merged':'[--no-merged':'[--contains':'[--no-contains':'[--exclude=', priority:80 msgid "" @@ -29639,7 +29660,7 @@ msgstr "git-format-patch(1)" msgid "git-format-patch - Prepare patches for e-mail submission" msgstr "" -#. type: Plain text +#. type: verse #: en/git-format-patch.txt:35 #, no-wrap, placeholders:'git format-patch':'--output-directory':'--stdout]':'[--no-thread':'--thread':'--attach':'--inline':'--no-attach]':'--signoff]':'[--signature=':'--no-signature]':'[--signature-file=':'--numbered':'--no-numbered]':'[--start-number':'[--numbered-files]':'[--in-reply-to=':'[--suffix=':'[--ignore-if-in-upstream]':'[--always]':'[--cover-from-description=':'[--rfc':'[--subject-prefix=':'--reroll-count':'[--to=':'[--cc=':'[--quiet]':'[--no-notes':'--notes':'[--interdiff=':'[--range-diff=':'[--creation-factor=':'[--filename-max-length=':'[--progress]', priority:100 msgid "" @@ -30951,7 +30972,7 @@ msgstr "git-fsck-objects(1)" msgid "git-fsck-objects - Verifies the connectivity and validity of the objects in the database" msgstr "git-fsck-objects - überprüft die Verbundenheit und Korrektheit der Objekte in der Datenbank" -#. type: Plain text +#. type: verse #: en/git-fsck-objects.txt:13 #, ignore-ellipsis, no-wrap, placeholders:'git fsck-objects', priority:100 msgid "'git fsck-objects' ...\n" @@ -30976,7 +30997,7 @@ msgstr "git-fsck(1)" msgid "git-fsck - Verifies the connectivity and validity of the objects in the database" msgstr "git-fsck-objects - überprüft die Verbundenheit und Korrektheit der Objekte in der Datenbank" -#. type: Plain text +#. type: verse #: en/git-fsck.txt:16 #, ignore-ellipsis, no-wrap, placeholders:'[--tags]':'[--root]':'[--unreachable]':'[--cache]':'[--no-reflogs]':'[--strict]':'[--verbose]':'[--lost-found]':'[--connectivity-only]', priority:100 msgid "" @@ -31274,7 +31295,7 @@ msgstr "git-gc(1)" msgid "git-gc - Cleanup unnecessary files and optimize the local repository" msgstr "git-gc – Unnötige Dateien entfernen und das lokale Repository optimieren" -#. type: Plain text +#. type: verse #: en/git-gc.txt:13 #, no-wrap, placeholders:'[--aggressive]':'[--auto]':'[--quiet]':'[--prune=':'--no-prune]':'[--force]':'[--keep-largest-pack]', priority:100 msgid "'git gc' [--aggressive] [--auto] [--[no-]detach] [--quiet] [--prune= | --no-prune] [--force] [--keep-largest-pack]\n" @@ -31503,7 +31524,7 @@ msgstr "git-get-tar-commit-id(1)" msgid "git-get-tar-commit-id - Extract commit ID from an archive created using git-archive" msgstr "" -#. type: Plain text +#. type: verse #: en/git-get-tar-commit-id.txt:13 #, fuzzy, no-wrap, placeholders:'git get-tar-commit-id', priority:100 msgid "'git get-tar-commit-id'\n" @@ -31533,7 +31554,7 @@ msgstr "git-grep(1)" msgid "git-grep - Print lines matching a pattern" msgstr "" -#. type: Plain text +#. type: verse #: en/git-grep.txt:33 #, ignore-ellipsis, no-wrap, placeholders:'--text]':'[--textconv]':'--ignore-case]':'--word-regexp]':'--invert-match]':'[--full-name]':'--extended-regexp]':'--basic-regexp]':'--perl-regexp]':'--fixed-strings]':'--line-number]':'[--column]':'--files-with-matches]':'--files-without-match]':'--open-files-in-pager':'--null]':'--only-matching':'--count]':'[--all-match]':'--quiet]':'[--max-depth':'[--color':'--no-color]':'[--break]':'[--heading]':'--show-function]':'--function-context]':'--max-count':'[--threads':'[--and':'--or':'--not':'[--recurse-submodules]':'[--parent-basename':'[--cached':'--untracked':'--no-index]', priority:100 msgid "" @@ -32264,7 +32285,7 @@ msgstr "git-gui(1)" msgid "git-gui - A portable graphical interface to Git" msgstr "git-gui – Eine portable grafische Schnittstelle zu Git" -#. type: Plain text +#. type: verse #: en/git-gui.txt:12 #, fuzzy, no-wrap, priority:100 msgid "'git gui' [] []\n" @@ -32481,7 +32502,7 @@ msgstr "git-hash-object(1)" msgid "git-hash-object - Compute object ID and optionally create an object from a file" msgstr "git-hash-object – Berechnet Objekt-ID und erzeugt optional einen Blob aus einer Datei" -#. type: Plain text +#. type: verse #: en/git-hash-object.txt:15 #, ignore-ellipsis, no-wrap, placeholders:'git hash-object':'[--path=':'--no-filters]':'[--stdin':'[--literally]':'git hash-object':'--stdin-paths':'[--no-filters]', priority:80 msgid "" @@ -32574,7 +32595,7 @@ msgstr "git-help(1)" msgid "git-help - Display help information about Git" msgstr "Hilfsinformationen über Git anzeigen" -#. type: Plain text +#. type: verse #: en/git-help.txt:17 #, no-wrap, placeholders:'--all]':'[[-i|--info] [-m|--man] [-w|--web]]':'--guides]':'--config]':'[--user-interfaces]':'[--developer-interfaces]', priority:100 msgid "" @@ -32999,7 +33020,7 @@ msgstr "git-http-backend(1)" msgid "git-http-backend - Server side implementation of Git over HTTP" msgstr "" -#. type: Plain text +#. type: verse #: en/git-http-backend.txt:12 #, no-wrap, placeholders:'git http-backend', priority:100 msgid "'git http-backend'\n" @@ -33450,7 +33471,7 @@ msgstr "git-http-fetch(1)" msgid "git-http-fetch - Download from a remote Git repository via HTTP" msgstr "" -#. type: Plain text +#. type: verse #: en/git-http-fetch.txt:13 #, no-wrap, placeholders:'git http-fetch':'[--recover]':'[--stdin':'--packfile=', priority:100 msgid "'git http-fetch' [-c] [-t] [-a] [-d] [-v] [-w ] [--recover] [--stdin | --packfile= | ] \n" @@ -33570,7 +33591,7 @@ msgstr "git-http-push(1)" msgid "git-http-push - Push objects over HTTP/DAV to another repository" msgstr "Objekte über HTTP/DAV zu einem anderen Repository übertragen" -#. type: Plain text +#. type: verse #: en/git-http-push.txt:13 #, ignore-ellipsis, no-wrap, placeholders:'git http-push':'[--all]':'[--dry-run]':'[--force]':'[--verbose]', priority:100 msgid "'git http-push' [--all] [--dry-run] [--force] [--verbose] [...]\n" @@ -33720,7 +33741,7 @@ msgstr "git-imap-send(1)" msgid "git-imap-send - Send a collection of patches from stdin to an IMAP folder" msgstr "git-imap-send – Sendet eine Sammlung von Patches von der Standard-Eingabe an einen IMAP-Ordner" -#. type: Plain text +#. type: verse #: en/git-imap-send.txt:13 #, no-wrap, placeholders:'git imap-send', priority:100 msgid "'git imap-send' [-v] [-q] [--[no-]curl]\n" @@ -33831,13 +33852,13 @@ msgid "" " ; sslVerify = false\n" msgstr "" -#. type: Plain text +#. type: NOTE #: en/git-imap-send.txt:100 #, priority:100 msgid "You may want to use `sslVerify=false` while troubleshooting, if you suspect that the reason you are having trouble connecting is because the certificate you use at the private server `example.com` you are trying to set up (or have set up) may not be verified correctly." msgstr "" -#. type: Plain text +#. type: NOTE #: en/git-imap-send.txt:102 #, priority:100 msgid "Using Gmail's IMAP interface:" @@ -33854,31 +33875,31 @@ msgid "" "\tport = 993\n" msgstr "" -#. type: Plain text +#. type: NOTE #: en/git-imap-send.txt:114 #, priority:100 msgid "You might need to instead use: `folder = \"[Google Mail]/Drafts\"` if you get an error that the \"Folder doesn't exist\"." msgstr "" -#. type: Plain text +#. type: NOTE #: en/git-imap-send.txt:118 #, priority:100 msgid "If your Gmail account is set to another language than English, the name of the \"Drafts\" folder will be localized." msgstr "" -#. type: Plain text +#. type: NOTE #: en/git-imap-send.txt:120 #, priority:100 msgid "Once the commits are ready to be sent, run the following command:" msgstr "" -#. type: Plain text +#. type: NOTE #: en/git-imap-send.txt:122 #, no-wrap, placeholders:'git format-patch':'--cover-letter':'--stdout':'git imap-send', priority:100 msgid " $ git format-patch --cover-letter -M --stdout origin/master | git imap-send\n" msgstr "" -#. type: Plain text +#. type: NOTE #: en/git-imap-send.txt:126 #, priority:100 msgid "Just make sure to disable line wrapping in the email client (Gmail's web interface will wrap lines no matter what, so you need to use a real IMAP client)." @@ -33923,7 +33944,7 @@ msgstr "git-index-pack(1)" msgid "git-index-pack - Build pack index file for an existing packed archive" msgstr "Pack-Index-Datei für ein existierendes gepacktes Archiv erzeugen" -#. type: Plain text +#. type: verse #: en/git-index-pack.txt:15 #, no-wrap, placeholders:'git index-pack':'git index-pack':'--stdin':'[--fix-thin]':'[--keep]', priority:100 msgid "" @@ -34154,7 +34175,7 @@ msgstr "git-init-db(1)" msgid "git-init-db - Creates an empty Git repository" msgstr "git-init-db - Erstellt ein leeres git-Repository" -#. type: Plain text +#. type: verse #: en/git-init-db.txt:13 #, fuzzy, no-wrap, placeholders:'git init-db':'--quiet]':'[--bare]':'[--template=':'[--shared', priority:100 msgid "'git init-db' [-q | --quiet] [--bare] [--template=] [--separate-git-dir ] [--shared[=]]\n" @@ -34179,7 +34200,7 @@ msgstr "git-init(1)" msgid "git-init - Create an empty Git repository or reinitialize an existing one" msgstr "git-init-db – Erstellt ein leeres Git-Repository oder initialisiert ein vorhandenes erneut" -#. type: Plain text +#. type: synopsis #: en/git-init.txt:17 #, fuzzy, no-wrap, placeholders:'--quiet]':'[--bare]':'[--template=':'[--object-format=':'[--ref-format=':'--initial-branch=':'[--shared', priority:300 msgid "" @@ -34524,7 +34545,7 @@ msgstr "git-instaweb(1)" msgid "git-instaweb - Instantly browse your working repository in gitweb" msgstr "git-instaweb – Durchsucht das aktuelle Repository in gitweb sofort" -#. type: Plain text +#. type: verse #: en/git-instaweb.txt:14 #, no-wrap, placeholders:'[--local]':'[--httpd=':'[--port=':'[--browser=':'[--start]':'[--stop]':'[--restart]', priority:100 msgid "" @@ -34683,7 +34704,7 @@ msgstr "git-interpret-trailers(1)" msgid "git-interpret-trailers - Add or parse structured information in commit messages" msgstr "Strukturierte Informationen in Commit-Beschreibungen hinzufügen oder parsen." -#. type: Plain text +#. type: verse #: en/git-interpret-trailers.txt:14 #, ignore-ellipsis, no-wrap, placeholders:'git interpret-trailers':'[--in-place]':'[--trim-empty]':'--trailer':'[--parse]', priority:100 msgid "" @@ -35526,7 +35547,7 @@ msgstr "git-log(1)" msgid "git-log - Show commit logs" msgstr "git-log - Zeigt die Geschichte des Projekts" -#. type: Plain text +#. type: verse #: en/git-log.txt:13 #, fuzzy, ignore-ellipsis, no-wrap, priority:260 msgid "'git log' [] [] [[--] ...]\n" @@ -35871,7 +35892,7 @@ msgstr "git-ls-files(1)" msgid "git-ls-files - Show information about files in the index and the working tree" msgstr "git-ls-files – Informationen über Dateien in dem Index und im Arbeitsbereich anzeigen" -#. type: Plain text +#. type: verse #: en/git-ls-files.txt:25 #, ignore-ellipsis, no-wrap, placeholders:'git ls-files':'--cached]':'--deleted]':'--others]':'--ignored]':'--stage]':'--unmerged]':'--killed]':'--modified]':'[--resolve-undo]':'[--directory':'[--no-empty-directory]':'[--eol]':'[--deduplicate]':'--exclude=':'--exclude-from=':'[--exclude-per-directory=':'[--exclude-standard]':'[--error-unmatch]':'[--with-tree=':'[--full-name]':'[--recurse-submodules]':'[--abbrev':'[--format=', priority:80 msgid "" @@ -36550,7 +36571,7 @@ msgstr "git-ls-remote(1)" msgid "git-ls-remote - List references in a remote repository" msgstr "" -#. type: Plain text +#. type: verse #: en/git-ls-remote.txt:15 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'git ls-remote':'[--branches]':'[--tags]':'[--refs]':'[--upload-pack=':'--quiet]':'[--exit-code]':'[--get-url]':'[--sort=':'[--symref]', priority:100 msgid "" @@ -36765,7 +36786,7 @@ msgstr "git-ls-tree(1)" msgid "git-ls-tree - List the contents of a tree object" msgstr "" -#. type: Plain text +#. type: verse #: en/git-ls-tree.txt:15 #, ignore-ellipsis, no-wrap, placeholders:'git ls-tree':'[--name-only]':'[--name-status]':'[--object-only]':'[--full-name]':'[--full-tree]':'[--abbrev':'[--format=', priority:80 msgid "" @@ -36990,7 +37011,7 @@ msgstr "git-mailinfo(1)" msgid "git-mailinfo - Extracts patch and authorship from a single e-mail message" msgstr "git-mailinfo – Patch und Urheberschaft aus einer einzelnen E-Mail-Nachricht extrahieren" -#. type: Plain text +#. type: verse #: en/git-mailinfo.txt:15 #, no-wrap, placeholders:'--encoding=':'[--quoted-cr=', priority:100 msgid "" @@ -37185,7 +37206,7 @@ msgstr "git-mailsplit(1)" msgid "git-mailsplit - Simple UNIX mbox splitter program" msgstr "" -#. type: Plain text +#. type: verse #: en/git-mailsplit.txt:13 #, ignore-ellipsis, no-wrap, placeholders:'[--keep-cr]':'[--mboxrd]', priority:100 msgid "" @@ -37308,7 +37329,7 @@ msgstr "git-merge-base(1)" msgid "git-merge-base - Find as good common ancestors as possible for a merge" msgstr "möglichst besten gemeinsamen Vorgänger-Commit für einen Merge finden" -#. type: Plain text +#. type: verse #: en/git-merge-base.txt:17 #, ignore-ellipsis, no-wrap, placeholders:'git merge-base':'--all]':'git merge-base':'--all]':'--octopus':'git merge-base':'--is-ancestor':'git merge-base':'--independent':'git merge-base':'--fork-point', priority:80 msgid "" @@ -37660,7 +37681,7 @@ msgstr "git-merge-file(1)" msgid "git-merge-file - Run a three-way file merge" msgstr "" -#. type: Plain text +#. type: verse #: en/git-merge-file.txt:15 #, no-wrap, placeholders:'git merge-file':'[--ours':'--theirs':'--union]':'--stdout]':'--quiet]':'[--marker-size=':'[--object-id]', priority:90 msgid "" @@ -37848,7 +37869,7 @@ msgstr "git-merge-index(1)" msgid "git-merge-index - Run a merge for files needing merging" msgstr "" -#. type: Plain text +#. type: verse #: en/git-merge-index.txt:13 #, ignore-ellipsis, no-wrap, placeholders:'git merge-index', priority:90 msgid "'git merge-index' [-o] [-q] (-a | ( [--] ...) )\n" @@ -37902,7 +37923,7 @@ msgstr "" msgid "ALERT ALERT ALERT! The Git \"merge object order\" is different from the RCS 'merge' program merge object order. In the above ordering, the original is first. But the argument order to the 3-way merge program 'merge' is to have the original in the middle. Don't ask me why." msgstr "" -#. type: Plain text +#. type: verse #: en/git-merge-index.txt:56 en/git-svn.txt:171 #, priority:100 msgid "Examples:" @@ -37955,7 +37976,7 @@ msgstr "git-merge-one-file(1)" msgid "git-merge-one-file - The standard helper program to use with git-merge-index" msgstr "git-merge-one-file - Das Standardhilfsprogramm welches in Kombination mit git-merge-index verwendet wird" -#. type: Plain text +#. type: verse #: en/git-merge-one-file.txt:13 #, no-wrap, placeholders:'git merge-one-file', priority:100 msgid "'git merge-one-file'\n" @@ -37979,7 +38000,7 @@ msgstr "git-merge-one-file(1)" msgid "git-mergetool--lib - Common Git merge tool shell scriptlets" msgstr "" -#. type: Plain text +#. type: verse #: en/git-mergetool--lib.txt:12 #, no-wrap, placeholders:'TOOL_MODE':'--exec-path':'git-mergetool':'{litdd}', priority:100 msgid "'TOOL_MODE=(diff|merge) . \"$(git --exec-path)/git-mergetool{litdd}lib\"'\n" @@ -38081,7 +38102,7 @@ msgstr "git-mergetool(1)" msgid "git-mergetool - Run merge conflict resolution tools to resolve merge conflicts" msgstr "git-mergetool – Ausführen von Tools zur Lösung von Merge-Konflikten" -#. type: Plain text +#. type: verse #: en/git-mergetool.txt:12 #, ignore-ellipsis, no-wrap, placeholders:'[--tool=', priority:240 msgid "'git mergetool' [--tool=] [-y | --[no-]prompt] [...]\n" @@ -38232,7 +38253,7 @@ msgstr "git-merge-tree(1)" msgid "git-merge-tree - Perform merge without touching index or working tree" msgstr "3-Wege-Merge anzeigen ohne den Index zu verändern." -#. type: Plain text +#. type: verse #: en/git-merge-tree.txt:14 #, no-wrap, placeholders:'git merge-tree':'[--write-tree]':'git merge-tree':'[--trivial-merge]', priority:100 msgid "" @@ -38741,7 +38762,7 @@ msgstr "git-merge(1)" msgid "git-merge - Join two or more development histories together" msgstr "git-merge – Verbindet zwei oder mehr Entwicklungsverläufe miteinander" -#. type: Plain text +#. type: verse #: en/git-merge.txt:18 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'[--stat]':'[--no-commit]':'[--squash]':'[--no-verify]':'[--into-name':'--continue':'--abort':'--quit', priority:240 msgid "" @@ -39272,7 +39293,7 @@ msgstr "git-mktag(1)" msgid "git-mktag - Creates a tag object with extra validation" msgstr "Ein Tag-Objekt erstellen." -#. type: Plain text +#. type: verse #: en/git-mktag.txt:13 #, no-wrap, priority:100 msgid "'git mktag'\n" @@ -39368,7 +39389,7 @@ msgstr "git-mktree(1)" msgid "git-mktree - Build a tree-object from ls-tree formatted text" msgstr "git-write-tree - Erstelle ein Baumobjekt des aktuellen Index'" -#. type: Plain text +#. type: verse #: en/git-mktree.txt:13 #, no-wrap, placeholders:'[--missing]':'[--batch]', priority:100 msgid "'git mktree' [-z] [--missing] [--batch]\n" @@ -39416,7 +39437,7 @@ msgstr "git-mv(1)" msgid "git-mv - Move or rename a file, a directory, or a symlink" msgstr "git-mv - Eine Datei, ein Verzeichnis oder einen Symlink verschieben oder umbenennen" -#. type: Plain text +#. type: verse #: en/git-mv.txt:13 #, fuzzy, ignore-ellipsis, no-wrap, priority:280 #| msgid "'git annotate' [] []\n" @@ -39506,7 +39527,7 @@ msgstr "git-name-rev(1)" msgid "git-name-rev - Find symbolic names for given revs" msgstr "" -#. type: Plain text +#. type: verse #: en/git-name-rev.txt:14 #, ignore-ellipsis, no-wrap, placeholders:'git name-rev':'[--tags]':'[--refs=':'--all':'--annotate-stdin', priority:100 msgid "" @@ -39675,7 +39696,7 @@ msgstr "git-notes(1)" msgid "git-notes - Add or inspect object notes" msgstr "" -#. type: Plain text +#. type: verse #: en/git-notes.txt:23 #, ignore-ellipsis, no-wrap, placeholders:'[--allow-empty]':'--separator=':'--stdin':'[--allow-empty]':'--separator=':'[--allow-empty]':'--commit':'--abort':'[--ignore-missing]':'[--stdin]', priority:280 msgid "" @@ -40219,7 +40240,7 @@ msgstr "git-p4(1)" msgid "git-p4 - Import from and submit to Perforce repositories" msgstr "git-remote - Einen Satz entfernter Repositories verwalten" -#. type: Plain text +#. type: verse #: en/git-p4.txt:16 #, ignore-ellipsis, no-wrap, priority:90 msgid "" @@ -41763,7 +41784,7 @@ msgstr "git-pack-objects(1)" msgid "git-pack-objects - Create a packed archive of objects" msgstr "" -#. type: Plain text +#. type: verse #: en/git-pack-objects.txt:19 #, no-wrap, placeholders:'git pack-objects':'--progress':'--all-progress]':'[--all-progress-implied]':'[--no-reuse-delta]':'[--delta-base-offset]':'[--non-empty]':'[--local]':'[--incremental]':'[--window=':'[--depth=':'[--revs':'[--unpacked':'--all]':'[--keep-pack=':'[--cruft]':'[--cruft-expiration=':'[--stdout':'[--filter=':'[--shallow]':'[--keep-true-parents]', priority:80 msgid "" @@ -42371,7 +42392,7 @@ msgstr "git-pack-redundant(1)" msgid "git-pack-redundant - Find redundant pack files" msgstr "" -#. type: Plain text +#. type: verse #: en/git-pack-redundant.txt:13 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'git pack-redundant':'[--verbose]':'[--alt-odb]':'--all', priority:80 msgid "'git pack-redundant' [--verbose] [--alt-odb] (--all | ...)\n" @@ -42449,7 +42470,7 @@ msgstr "git-pack-refs(1)" msgid "git-pack-refs - Pack heads and tags for efficient repository access" msgstr "Branches und Tags für effizienten Zugriff auf das Repository packen" -#. type: Plain text +#. type: verse #: en/git-pack-refs.txt:12 #, no-wrap, placeholders:'git pack-refs':'[--all]':'[--no-prune]':'[--auto]':'[--include':'[--exclude', priority:80 msgid "'git pack-refs' [--all] [--no-prune] [--auto] [--include ] [--exclude ]\n" @@ -42558,7 +42579,7 @@ msgstr "git-patch-id(1)" msgid "git-patch-id - Compute unique ID for a patch" msgstr "" -#. type: Plain text +#. type: verse #: en/git-patch-id.txt:12 #, no-wrap, placeholders:'git patch-id':'[--stable':'--unstable':'--verbatim]', priority:80 msgid "'git patch-id' [--stable | --unstable | --verbatim]\n" @@ -42673,7 +42694,7 @@ msgstr "git-prune-packed(1)" msgid "git-prune-packed - Remove extra objects that are already in pack files" msgstr "" -#. type: Plain text +#. type: verse #: en/git-prune-packed.txt:13 #, no-wrap, placeholders:'git prune-packed':'--dry-run]':'--quiet]', priority:100 msgid "'git prune-packed' [-n | --dry-run] [-q | --quiet]\n" @@ -42733,7 +42754,7 @@ msgstr "git-prune(1)" msgid "git-prune - Prune all unreachable objects from the object database" msgstr "git-write-tree - Erstelle ein Baumobjekt des aktuellen Index'" -#. type: Plain text +#. type: verse #: en/git-prune.txt:13 #, fuzzy, ignore-ellipsis, no-wrap, placeholders:'[--progress]':'[--expire', priority:100 msgid "'git prune' [-n] [-v] [--progress] [--expire