Skip to content
Snippets Groups Projects
Commit 82b6abfb authored by Matthias Aßhauer's avatar Matthias Aßhauer
Browse files

tell weblate to ignore pre-GPLv2 translations


Marking the strings we dropped in the GPLv2 transition
as "ignore-translated" should hopefully stop weblate from
suggesting those previous translations to unsuspecting
users.

Signed-off-by: default avatarMatthias Aßhauer <mha1993@live.de>
parent bc2625f3
No related branches found
No related tags found
No related merge requests found
......@@ -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 ""
 
......@@ -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 ""
 
......@@ -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 ""
 
......@@ -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 ""
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment