Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Update deprecated commands #142

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions po/reuse-docs.cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -1761,28 +1761,28 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "The `reuse addheader` command helps with adding licensing and copyright information to your files. For the task above, the following command would do the job:"
msgid "The `reuse annotate` command helps with adding licensing and copyright information to your files. For the task above, the following command would do the job:"
msgstr ""
"Příkaz `reuse addheader` vám pomůže přidat do souborů informace o licencích "
"Příkaz `reuse annotate` vám pomůže přidat do souborů informace o licencích "
"a autorských právech. Pro výše uvedenou úlohu by tuto úlohu splnil "
"následující příkaz:"

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid "reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" src/main.c Makefile README.md\n"
msgid "reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" src/main.c Makefile README.md\n"
msgstr ""
"reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3"
"reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3"
".0-or-later\" src/main.c Makefile README.md\n"

#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "Please see the [tool's documentation about addheader](https://reuse.readthedocs.io/en/stable/usage.html#addheader) for more options like comment styles and templates"
msgid "Please see the [tool's documentation about annotate](https://reuse.readthedocs.io/en/stable/usage.html#annotate) for more options like comment styles and templates"
msgstr ""
"Další možnosti, například styly komentářů a šablony, naleznete v dokumentaci "
"[nástroje addheader](https://reuse.readthedocs.io/en/stable/usage."
"html#addheader)"
"[nástroje annotate](https://reuse.readthedocs.io/en/stable/usage."
"html#annotate)"

#. type: Title ###
#: tutorial.md
Expand Down Expand Up @@ -1821,19 +1821,19 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "If it does not, or if you would like to enforce this, add the `--explicit-license` argument to the addheader command. So the command for the above task may look like this:"
msgid "If it does not, or if you would like to enforce this, add the `--force-dot-license` argument to the annotate command. So the command for the above task may look like this:"
msgstr ""
"Pokud tomu tak není, nebo pokud chcete tuto povinnost vynutit, přidejte do "
"příkazu addheader argument `--explicit-license`. Příkaz pro výše uvedenou "
"příkazu annotate argument `--force-dot-license`. Příkaz pro výše uvedenou "
"úlohu tedy může vypadat takto:"

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid "reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" --explicit-license img/cat.jpg img/dog.jpg\n"
msgid "reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" --force-dot-license img/cat.jpg img/dog.jpg\n"
msgstr ""
"reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3"
".0-or-later\" --explicit-license img/cat.jpg img/dog.jpg\n"
"reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3"
".0-or-later\" --force-dot-license img/cat.jpg img/dog.jpg\n"

#. type: Title ###
#: tutorial.md
Expand Down Expand Up @@ -1882,11 +1882,11 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "The tool as of now does not provide a way to replace existing REUSE-compliant copyright and licensing information. A run of the `addheader` command would not replace but extend the `.license` files with two additional lines stating the copyright of Max Mehl and the CC-BY-4.0 license. So you would have to update these manually."
msgid "The tool as of now does not provide a way to replace existing REUSE-compliant copyright and licensing information. A run of the `annotate` command would not replace but extend the `.license` files with two additional lines stating the copyright of Max Mehl and the CC-BY-4.0 license. So you would have to update these manually."
msgstr ""
"Nástroj zatím neposkytuje způsob, jak nahradit stávající informace o "
"autorských právech a licencích v souladu s nařízením REUSE. Spuštění příkazu "
"`addheader` by nenahradilo, ale rozšířilo by soubory `.license` o dva další "
"`annotate` by nenahradilo, ale rozšířilo by soubory `.license` o dva další "
"řádky uvádějící autorská práva Maxe Mehla a licenci CC-BY-4.0. Ty byste tedy "
"museli aktualizovat ručně."

Expand Down Expand Up @@ -1976,20 +1976,20 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "As before, a combination of the `addheader` and `download` commands will fulfil the above step:"
msgid "As before, a combination of the `annotate` and `download` commands will fulfil the above step:"
msgstr ""
"Stejně jako dříve splní výše uvedený krok kombinace příkazů `addheader` a "
"Stejně jako dříve splní výše uvedený krok kombinace příkazů `annotate` a "
"`download`:"

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid ""
"reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1.0\" .gitignore\n"
"reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1.0\" .gitignore\n"
"\n"
"reuse download --all\n"
msgstr ""
"reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1"
"reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1"
".0\" .gitignore\n"
"\n"
"reuse download --all\n"
Expand Down
16 changes: 8 additions & 8 deletions po/reuse-docs.de.po
Original file line number Diff line number Diff line change
Expand Up @@ -1547,19 +1547,19 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "The `reuse addheader` command helps with adding licensing and copyright information to your files. For the task above, the following command would do the job:"
msgid "The `reuse annotate` command helps with adding licensing and copyright information to your files. For the task above, the following command would do the job:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid "reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" src/main.c Makefile README.md\n"
msgid "reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" src/main.c Makefile README.md\n"
msgstr ""

#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "Please see the [tool's documentation about addheader](https://reuse.readthedocs.io/en/stable/usage.html#addheader) for more options like comment styles and templates"
msgid "Please see the [tool's documentation about annotate](https://reuse.readthedocs.io/en/stable/usage.html#annotate) for more options like comment styles and templates"
msgstr ""

#. type: Title ###
Expand Down Expand Up @@ -1589,13 +1589,13 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "If it does not, or if you would like to enforce this, add the `--explicit-license` argument to the addheader command. So the command for the above task may look like this:"
msgid "If it does not, or if you would like to enforce this, add the `--force-dot-license` argument to the annotate command. So the command for the above task may look like this:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid "reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" --explicit-license img/cat.jpg img/dog.jpg\n"
msgid "reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" --force-dot-license img/cat.jpg img/dog.jpg\n"
msgstr ""

#. type: Title ###
Expand Down Expand Up @@ -1634,7 +1634,7 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "The tool as of now does not provide a way to replace existing REUSE-compliant copyright and licensing information. A run of the `addheader` command would not replace but extend the `.license` files with two additional lines stating the copyright of Max Mehl and the CC-BY-4.0 license. So you would have to update these manually."
msgid "The tool as of now does not provide a way to replace existing REUSE-compliant copyright and licensing information. A run of the `annotate` command would not replace but extend the `.license` files with two additional lines stating the copyright of Max Mehl and the CC-BY-4.0 license. So you would have to update these manually."
msgstr ""

#. type: Plain text
Expand Down Expand Up @@ -1699,14 +1699,14 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "As before, a combination of the `addheader` and `download` commands will fulfil the above step:"
msgid "As before, a combination of the `annotate` and `download` commands will fulfil the above step:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid ""
"reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1.0\" .gitignore\n"
"reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1.0\" .gitignore\n"
"\n"
"reuse download --all\n"
msgstr ""
Expand Down
16 changes: 8 additions & 8 deletions po/reuse-docs.el.po
Original file line number Diff line number Diff line change
Expand Up @@ -1290,19 +1290,19 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "The `reuse addheader` command helps with adding licensing and copyright information to your files. For the task above, the following command would do the job:"
msgid "The `reuse annotate` command helps with adding licensing and copyright information to your files. For the task above, the following command would do the job:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid "reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" src/main.c Makefile README.md\n"
msgid "reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" src/main.c Makefile README.md\n"
msgstr ""

#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "Please see the [tool's documentation about addheader](https://reuse.readthedocs.io/en/stable/usage.html#addheader) for more options like comment styles and templates"
msgid "Please see the [tool's documentation about annotate](https://reuse.readthedocs.io/en/stable/usage.html#annotate) for more options like comment styles and templates"
msgstr ""

#. type: Title ###
Expand Down Expand Up @@ -1332,13 +1332,13 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "If it does not, or if you would like to enforce this, add the `--explicit-license` argument to the addheader command. So the command for the above task may look like this:"
msgid "If it does not, or if you would like to enforce this, add the `--force-dot-license` argument to the annotate command. So the command for the above task may look like this:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid "reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" --explicit-license img/cat.jpg img/dog.jpg\n"
msgid "reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" --force-dot-license img/cat.jpg img/dog.jpg\n"
msgstr ""

#. type: Title ###
Expand Down Expand Up @@ -1377,7 +1377,7 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "The tool as of now does not provide a way to replace existing REUSE-compliant copyright and licensing information. A run of the `addheader` command would not replace but extend the `.license` files with two additional lines stating the copyright of Max Mehl and the CC-BY-4.0 license. So you would have to update these manually."
msgid "The tool as of now does not provide a way to replace existing REUSE-compliant copyright and licensing information. A run of the `annotate` command would not replace but extend the `.license` files with two additional lines stating the copyright of Max Mehl and the CC-BY-4.0 license. So you would have to update these manually."
msgstr ""

#. type: Plain text
Expand Down Expand Up @@ -1442,14 +1442,14 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "As before, a combination of the `addheader` and `download` commands will fulfil the above step:"
msgid "As before, a combination of the `annotate` and `download` commands will fulfil the above step:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid ""
"reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1.0\" .gitignore\n"
"reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1.0\" .gitignore\n"
"\n"
"reuse download --all\n"
msgstr ""
Expand Down
22 changes: 11 additions & 11 deletions po/reuse-docs.eo.po
Original file line number Diff line number Diff line change
Expand Up @@ -1342,21 +1342,21 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "The `reuse addheader` command helps with adding licensing and copyright information to your files. For the task above, the following command would do the job:"
msgid "The `reuse annotate` command helps with adding licensing and copyright information to your files. For the task above, the following command would do the job:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid "reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" src/main.c Makefile README.md\n"
msgid "reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" src/main.c Makefile README.md\n"
msgstr ""
"reuse addheader --copyright=\"Johanino Umo <[email protected]>\" "
"reuse annotate --copyright=\"Johanino Umo <[email protected]>\" "
"--license=\"GPL-3.0-or-later\" fonto/ĉefprogramo.c Makefile README.md\n"

#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "Please see the [tool's documentation about addheader](https://reuse.readthedocs.io/en/stable/usage.html#addheader) for more options like comment styles and templates"
msgid "Please see the [tool's documentation about annotate](https://reuse.readthedocs.io/en/stable/usage.html#annotate) for more options like comment styles and templates"
msgstr ""

#. type: Title ###
Expand Down Expand Up @@ -1389,16 +1389,16 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "If it does not, or if you would like to enforce this, add the `--explicit-license` argument to the addheader command. So the command for the above task may look like this:"
msgid "If it does not, or if you would like to enforce this, add the `--force-dot-license` argument to the annotate command. So the command for the above task may look like this:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid "reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" --explicit-license img/cat.jpg img/dog.jpg\n"
msgid "reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"GPL-3.0-or-later\" --force-dot-license img/cat.jpg img/dog.jpg\n"
msgstr ""
"reuse addheader --copyright=\"Johanino Umo <[email protected]>\" "
"--license=\"GPL-3.0-or-later\" --explicit-license bildo/kato.jpg bildo/hundo."
"reuse annotate --copyright=\"Johanino Umo <[email protected]>\" "
"--license=\"GPL-3.0-or-later\" --force-dot-license bildo/kato.jpg bildo/hundo."
"jpg\n"

#. type: Title ###
Expand Down Expand Up @@ -1440,7 +1440,7 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "The tool as of now does not provide a way to replace existing REUSE-compliant copyright and licensing information. A run of the `addheader` command would not replace but extend the `.license` files with two additional lines stating the copyright of Max Mehl and the CC-BY-4.0 license. So you would have to update these manually."
msgid "The tool as of now does not provide a way to replace existing REUSE-compliant copyright and licensing information. A run of the `annotate` command would not replace but extend the `.license` files with two additional lines stating the copyright of Max Mehl and the CC-BY-4.0 license. So you would have to update these manually."
msgstr ""

#. type: Plain text
Expand Down Expand Up @@ -1505,14 +1505,14 @@ msgstr ""
#. type: Plain text
#: tutorial.md
#, markdown-text
msgid "As before, a combination of the `addheader` and `download` commands will fulfil the above step:"
msgid "As before, a combination of the `annotate` and `download` commands will fulfil the above step:"
msgstr ""

#. type: Fenced code block (bash)
#: tutorial.md
#, no-wrap
msgid ""
"reuse addheader --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1.0\" .gitignore\n"
"reuse annotate --copyright=\"Jane Doe <[email protected]>\" --license=\"CC0-1.0\" .gitignore\n"
"\n"
"reuse download --all\n"
msgstr ""
Expand Down
Loading