diff --git a/po/documentation.de.po b/po/documentation.de.po index af6bcce744af61f3711b47b2328a1f6a3a1583b7..aedc87dfc5fd563117de7d3e602426a188ffac45 100644 --- a/po/documentation.de.po +++ b/po/documentation.de.po @@ -7,19 +7,7 @@ # Matthias A횩hauer <mha1993@live.de>, 2019. # Andrea Bruehlmann <login@swisscreatebusinessmanager.com>, 2019. msgid "" -msgstr "" -"Project-Id-Version: git documentation\n" -"Report-Msgid-Bugs-To: jn.avila@free.fr\n" -"POT-Creation-Date: 2023-08-05 19:25+0200\n" -"PO-Revision-Date: 2023-07-11 08:38+0000\n" -"Last-Translator: Jean-Luc Tibaux <eugentoptic@outlook.de>\n" -"Language-Team: Matthias A횩hauer <mha1993@live.de>\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.0-dev\n" +msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2023-08-05 19:25+0200\nPO-Revision-Date: 2023-08-05 18:01+0000\nLast-Translator: Justin Nogossek <justmegaliga10000@gmail.com>\nLanguage-Team: Matthias A횩hauer <mha1993@live.de>\nLanguage: de\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 5.0-dev\n" #. type: Labeled list #: en/blame-options.txt:1 en/diff-options.txt:772 en/git-instaweb.txt:45 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:146 en/git-status.txt:31 @@ -13738,10 +13726,10 @@ msgstr "$ git checkout mytopic\n" msgid "However, your \"wrong\" branch and correct `mytopic` branch may differ in files that you have modified locally, in which case the above checkout would fail like this:" msgstr "Der \"falsche\" Branch und der korrekte Branch \"mytopic\" k철nnen sich in lokal ge채nderten Dateien unterscheiden, was daz f체hrt, dass der obige Checkout folgenderma횩en fehlschl채gt:" -#. type: delimited block - # git-checkout.txt is not up to date. The fuzzy msgid is the message prior to 142183d0 2010-07-09 "checkout: accord documentation to what git does", the msgid is the message in the documentation afterwards. # At that time there weren't even po files in the git tree. This message does not exist since 23cbf11b 2010-08-11 "merge-recursive: porcelain messages for checkout". # The current message is "Your local changes to the following files would be overwritten by merge:\n%%s" as of 2e3926b9 2016-05-13 "i18n: unpack-trees: avoid substituting only a verb in sentences" +#. type: delimited block - #: en/git-checkout.txt:571 #, fuzzy, no-wrap, priority:240 msgid "" @@ -57426,8 +57414,8 @@ msgstr "" msgid "`GIT_COMMON_DIR`" msgstr "`GIT_COMMON_DIR`" -#. type: Plain text # noqa +#. type: Plain text #: en/git.txt:551 #, ignore-ellipsis, priority:100 msgid "If this variable is set to a path, non-worktree files that are normally in $GIT_DIR will be taken from this path instead. Worktree-specific files such as HEAD or index are taken from $GIT_DIR. See linkgit:gitrepository-layout[5] and linkgit:git-worktree[1] for details. This variable has lower precedence than other path variables such as GIT_INDEX_FILE, GIT_OBJECT_DIRECTORY..."