diff --git a/po/documentation.hu.po b/po/documentation.hu.po index d5707785cd14ea6137670dbcd91bcea2e3aa31a9..7253a5a890aa765fcccfcb2d9f16ef06307209e5 100644 --- a/po/documentation.hu.po +++ b/po/documentation.hu.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: git documentation\n" "Report-Msgid-Bugs-To: jn.avila@free.fr\n" "POT-Creation-Date: 2019-08-27 18:53+0200\n" -"PO-Revision-Date: 2019-10-30 13:22+0100\n" +"PO-Revision-Date: 2019-10-31 12:31+0100\n" "Last-Translator: Matthias A횩hauer <mha1993@live.de>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: hu\n" @@ -23,7 +23,7 @@ msgstr "-b" #. type: Plain text #: en/blame-options.txt:4 -#, priority:100 +#, ignore-translated, priority:100 msgid "Show blank SHA-1 for boundary commits. This can also be controlled via the `blame.blankboundary` config option." msgstr "" diff --git a/po/documentation.nl.po b/po/documentation.nl.po index 6d74820e005457d6e4b676008504a6e95d84fa1b..07320c7ce55d5d3772d7fe5fadd5e01f521bbcd4 100644 --- a/po/documentation.nl.po +++ b/po/documentation.nl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: git documentation\n" "Report-Msgid-Bugs-To: jn.avila@free.fr\n" "POT-Creation-Date: 2019-08-27 18:53+0200\n" -"PO-Revision-Date: 2019-10-30 13:22+0100\n" +"PO-Revision-Date: 2019-10-31 12:31+0100\n" "Last-Translator: Matthias A횩hauer <mha1993@live.de>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: nl\n" @@ -23,7 +23,7 @@ msgstr "-b" #. type: Plain text #: en/blame-options.txt:4 -#, priority:100 +#, ignore-translated, priority:100 msgid "Show blank SHA-1 for boundary commits. This can also be controlled via the `blame.blankboundary` config option." msgstr "" @@ -35,7 +35,7 @@ msgstr "--root" #. type: Plain text #: en/blame-options.txt:8 -#, priority:100 +#, ignore-translated, priority:100 msgid "Do not treat root commits as boundaries. This can also be controlled via the `blame.showRoot` config option." msgstr "" diff --git a/po/documentation.pl.po b/po/documentation.pl.po index 206ca418fef0fd4e1a0fb69f0e5cc09ec9a562df..9e288d05343e10ad41cd7b8ae56ba54a24235742 100644 --- a/po/documentation.pl.po +++ b/po/documentation.pl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: git documentation\n" "Report-Msgid-Bugs-To: jn.avila@free.fr\n" "POT-Creation-Date: 2019-08-27 18:53+0200\n" -"PO-Revision-Date: 2019-10-30 13:22+0100\n" +"PO-Revision-Date: 2019-10-31 12:31+0100\n" "Last-Translator: Matthias A횩hauer <mha1993@live.de>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: pl\n" @@ -23,7 +23,7 @@ msgstr "-b" #. type: Plain text #: en/blame-options.txt:4 -#, priority:100 +#, ignore-translated, priority:100 msgid "Show blank SHA-1 for boundary commits. This can also be controlled via the `blame.blankboundary` config option." msgstr "" @@ -35,7 +35,7 @@ msgstr "--root" #. type: Plain text #: en/blame-options.txt:8 -#, priority:100 +#, ignore-translated, priority:100 msgid "Do not treat root commits as boundaries. This can also be controlled via the `blame.showRoot` config option." msgstr "" @@ -47,31 +47,31 @@ msgstr "--show-stats" #. type: Plain text #: en/blame-options.txt:11 -#, priority:100 +#, ignore-translated, priority:100 msgid "Include additional statistics at the end of blame output." msgstr "" #. type: Labeled list #: en/blame-options.txt:12 -#, no-wrap, priority:100 +#, ignore-translated, no-wrap, priority:100 msgid "-L <start>,<end>" msgstr "" #. type: Labeled list #: en/blame-options.txt:13 -#, no-wrap, priority:100 +#, ignore-translated, no-wrap, priority:100 msgid "-L :<funcname>" msgstr "" #. type: Plain text #: en/blame-options.txt:16 -#, priority:100 +#, ignore-translated, priority:100 msgid "Annotate only the given line range. May be specified multiple times. Overlapping ranges are allowed." msgstr "" #. type: Plain text #: en/blame-options.txt:19 -#, priority:100 +#, ignore-translated, priority:100 msgid "<start> and <end> are optional. ``-L <start>'' or ``-L <start>,'' spans from <start> to end of file. ``-L ,<end>'' spans from start of file to <end>." msgstr "" @@ -83,7 +83,7 @@ msgstr "-l" #. type: Plain text #: en/blame-options.txt:24 -#, priority:100 +#, ignore-translated, priority:100 msgid "Show long rev (Default: off)." msgstr "" @@ -95,31 +95,31 @@ msgstr "-t" #. type: Plain text #: en/blame-options.txt:27 -#, priority:100 +#, ignore-translated, priority:100 msgid "Show raw timestamp (Default: off)." msgstr "" #. type: Labeled list #: en/blame-options.txt:28 -#, no-wrap, priority:100 +#, ignore-translated, no-wrap, priority:100 msgid "-S <revs-file>" msgstr "" #. type: Plain text #: en/blame-options.txt:30 -#, priority:100 +#, ignore-translated, priority:100 msgid "Use revisions from revs-file instead of calling linkgit:git-rev-list[1]." msgstr "" #. type: Labeled list #: en/blame-options.txt:31 -#, no-wrap, priority:100 +#, ignore-translated, no-wrap, priority:100 msgid "--reverse <rev>..<rev>" msgstr "" #. type: Plain text #: en/blame-options.txt:38 -#, priority:100 +#, ignore-translated, priority:100 msgid "Walk history forward instead of backward. Instead of showing the revision in which a line appeared, this shows the last revision in which a line has existed. This requires a range of revision like START..END where the path to blame exists in START. `git blame --reverse START` is taken as `git blame --reverse START..HEAD` for convenience." msgstr "" diff --git a/po/documentation.zh_HANS-CN.po b/po/documentation.zh_HANS-CN.po index f32d22c1df438bce1f110bc6e84c374ac021c7af..125f34d4527d51fc2998e8fd752ad3dbfd1f7a11 100644 --- a/po/documentation.zh_HANS-CN.po +++ b/po/documentation.zh_HANS-CN.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: git documentation\n" "Report-Msgid-Bugs-To: jn.avila@free.fr\n" "POT-Creation-Date: 2019-08-27 18:53+0200\n" -"PO-Revision-Date: 2019-10-30 13:22+0100\n" +"PO-Revision-Date: 2019-10-31 12:31+0100\n" "Last-Translator: Matthias A횩hauer <mha1993@live.de>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: zh_HANS-CN\n" @@ -2256,7 +2256,7 @@ msgstr "" #. type: Title ~ #: en/config.txt:179 en/git-rev-parse.txt:359 en/git-rev-parse.txt:415 -#, no-wrap, priority:100 +#, ignore-translated, no-wrap, priority:100 msgid "Example" msgstr "" @@ -3015,7 +3015,7 @@ msgstr "" #. type: Labeled list #: en/diff-format.txt:76 en/git-svn.txt:499 en/git-svn.txt:539 -#, no-wrap, priority:280 +#, ignore-translated, no-wrap, priority:280 msgid "Example:" msgstr ""