aboutsummaryrefslogtreecommitdiff
path: root/po/LC_MESSAGES
diff options
context:
space:
mode:
Diffstat (limited to 'po/LC_MESSAGES')
-rw-r--r--po/LC_MESSAGES/CHANGELOG.en.md/eo.po6
-rw-r--r--po/LC_MESSAGES/CHANGELOG.en.md/fr.po6
-rw-r--r--po/LC_MESSAGES/CHANGELOG.en.md/pt.po6
-rw-r--r--po/LC_MESSAGES/README.en.md/eo.po176
-rw-r--r--po/LC_MESSAGES/README.en.md/fr.po176
-rw-r--r--po/LC_MESSAGES/README.en.md/pt.po176
-rw-r--r--po/LC_MESSAGES/doc/gistatic.en.1.in/eo.po18
-rw-r--r--po/LC_MESSAGES/doc/gistatic.en.1.in/fr.po18
-rw-r--r--po/LC_MESSAGES/doc/gistatic.en.1.in/pt.po18
9 files changed, 600 insertions, 0 deletions
diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/eo.po b/po/LC_MESSAGES/CHANGELOG.en.md/eo.po
new file mode 100644
index 0000000..92c03c1
--- /dev/null
+++ b/po/LC_MESSAGES/CHANGELOG.en.md/eo.po
@@ -0,0 +1,6 @@
+#
+msgid ""
+msgstr ""
+
+msgid "Changelog for [gistatic](https://euandreh.xyz/gistatic/en/)."
+msgstr ""
diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/fr.po b/po/LC_MESSAGES/CHANGELOG.en.md/fr.po
new file mode 100644
index 0000000..92c03c1
--- /dev/null
+++ b/po/LC_MESSAGES/CHANGELOG.en.md/fr.po
@@ -0,0 +1,6 @@
+#
+msgid ""
+msgstr ""
+
+msgid "Changelog for [gistatic](https://euandreh.xyz/gistatic/en/)."
+msgstr ""
diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/pt.po b/po/LC_MESSAGES/CHANGELOG.en.md/pt.po
new file mode 100644
index 0000000..92c03c1
--- /dev/null
+++ b/po/LC_MESSAGES/CHANGELOG.en.md/pt.po
@@ -0,0 +1,6 @@
+#
+msgid ""
+msgstr ""
+
+msgid "Changelog for [gistatic](https://euandreh.xyz/gistatic/en/)."
+msgstr ""
diff --git a/po/LC_MESSAGES/README.en.md/eo.po b/po/LC_MESSAGES/README.en.md/eo.po
new file mode 100644
index 0000000..ace966d
--- /dev/null
+++ b/po/LC_MESSAGES/README.en.md/eo.po
@@ -0,0 +1,176 @@
+#
+msgid ""
+msgstr ""
+
+msgid "gistatic"
+msgstr ""
+
+msgid "Static Git repository generator"
+msgstr ""
+
+msgid ""
+"Generate HTML pages for a Git repository. The generated pages are static and"
+" offline-first, and can be made available online as static assets."
+msgstr ""
+
+msgid "Usage"
+msgstr ""
+
+msgid "Generate static HTML website for Git repository:"
+msgstr ""
+
+msgid "$ gistatic path/to/git/ -o public/\n"
+msgstr ""
+
+msgid "Installation"
+msgstr ""
+
+msgid "Get the latest tarball and install it:"
+msgstr ""
+
+msgid ""
+"wget https://euandreh.xyz/gistatic/tarballs/gistatic-main.tar.gz\n"
+"tar xvf gistatic-main.tar.gz\n"
+"cd gistatic-main/\n"
+"make\n"
+"[sudo] make install\n"
+msgstr ""
+
+msgid "The requirements are Perl with dependencies:"
+msgstr ""
+
+msgid "[Git::Raw][Git::Raw]: Perl bindings to [libgit2][libgit2];"
+msgstr ""
+
+msgid ""
+"[Mustache::Simple][Mustache::Simple]: template library for generating output"
+" files;"
+msgstr ""
+
+msgid "[CommonMark][cm-p]: [CommonMark][cm-spec] renderer."
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid ""
+"Documentation available via installed manpages, also available online: "
+"[`gistatic.1`](gistatic.1.html) and [`gistatic-template.5`](gistatic-"
+"template.5.html)."
+msgstr ""
+
+msgid "Contributing"
+msgstr ""
+
+msgid "Extra tools used for development are:"
+msgstr ""
+
+msgid "[Perl::Critic][Perl::Critic] and [B::Lint][B::Lint] for linting;"
+msgstr ""
+
+msgid "[perltidy][perltidy] for code formatting;"
+msgstr ""
+
+msgid "[ShellCheck][ShellCheck] for validating scripts;"
+msgstr ""
+
+msgid "[pandoc][pandoc] for generating the documentation HTML and website."
+msgstr ""
+
+msgid "For running the extra development-only checks, run:"
+msgstr ""
+
+msgid "$ make dev-check\n"
+msgstr ""
+
+msgid "and for generating the documentation HTML and website, run:"
+msgstr ""
+
+msgid "$ make public\n"
+msgstr ""
+
+msgid ""
+"Send contributions to the [mailing list][mailing list] via [`git send-"
+"email`](https://git-send-email.io/)."
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "[homepage](https://euandreh.xyz/gistatic/en/)"
+msgstr ""
+
+msgid "[source code](https://git.euandreh.xyz/gistatic/)"
+msgstr ""
+
+msgid "[bug tracking](https://euandreh.xyz/gistatic/TODOs.html)"
+msgstr ""
+
+msgid "[mailing list][mailing list]"
+msgstr ""
+
+msgid "[CI logs](https://euandreh.xyz/gistatic/ci.html)"
+msgstr ""
+
+msgid "[CHANGELOG](https://euandreh.xyz/gistatic/en/CHANGELOG.html)"
+msgstr ""
+
+msgid "License"
+msgstr ""
+
+msgid ""
+"The code is licensed under [GNU Affero General Public License v3.0 or "
+"later][AGPL-3.0-or-later] (AGPL-3.0-or-later)."
+msgstr ""
+
+#, fuzzy
+msgid "[Git::Raw]: https://metacpan.org/pod/Git::Raw"
+msgstr "[Git::Raw]: https://metacpan.org/pod/Git::Raw"
+
+#, fuzzy
+msgid "[libgit2]: https://libgit2.org/"
+msgstr "[libgit2]: https://libgit2.org/"
+
+#, fuzzy
+msgid "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple"
+msgstr "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple"
+
+#, fuzzy
+msgid "[cm-p]: https://metacpan.org/pod/CommonMark"
+msgstr "[cm-p]: https://metacpan.org/pod/CommonMark"
+
+#, fuzzy
+msgid "[cm-spec]: https://commonmark.org/"
+msgstr "[cm-spec]: https://commonmark.org/"
+
+#, fuzzy
+msgid "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic"
+msgstr "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic"
+
+#, fuzzy
+msgid "[B::Lint]: https://metacpan.org/pod/B::Lint"
+msgstr "[B::Lint]: https://metacpan.org/pod/B::Lint"
+
+#, fuzzy
+msgid "[perltidy]: https://metacpan.org/pod/perltidy"
+msgstr "[perltidy]: https://metacpan.org/pod/perltidy"
+
+#, fuzzy
+msgid "[ShellCheck]: https://www.shellcheck.net/"
+msgstr "[ShellCheck]: https://www.shellcheck.net/"
+
+#, fuzzy
+msgid "[pandoc]: https://pandoc.org/"
+msgstr "[pandoc]: https://pandoc.org/"
+
+#, fuzzy
+msgid ""
+"[mailing list]: https://lists.sr.ht/~euandreh/public-"
+"inbox?search=%5Bgistatic%5D"
+msgstr ""
+"[mailing list]: https://lists.sr.ht/~euandreh/public-"
+"inbox?search=%5Bgistatic%5D"
+
+#, fuzzy
+msgid "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING"
+msgstr "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING"
diff --git a/po/LC_MESSAGES/README.en.md/fr.po b/po/LC_MESSAGES/README.en.md/fr.po
new file mode 100644
index 0000000..ace966d
--- /dev/null
+++ b/po/LC_MESSAGES/README.en.md/fr.po
@@ -0,0 +1,176 @@
+#
+msgid ""
+msgstr ""
+
+msgid "gistatic"
+msgstr ""
+
+msgid "Static Git repository generator"
+msgstr ""
+
+msgid ""
+"Generate HTML pages for a Git repository. The generated pages are static and"
+" offline-first, and can be made available online as static assets."
+msgstr ""
+
+msgid "Usage"
+msgstr ""
+
+msgid "Generate static HTML website for Git repository:"
+msgstr ""
+
+msgid "$ gistatic path/to/git/ -o public/\n"
+msgstr ""
+
+msgid "Installation"
+msgstr ""
+
+msgid "Get the latest tarball and install it:"
+msgstr ""
+
+msgid ""
+"wget https://euandreh.xyz/gistatic/tarballs/gistatic-main.tar.gz\n"
+"tar xvf gistatic-main.tar.gz\n"
+"cd gistatic-main/\n"
+"make\n"
+"[sudo] make install\n"
+msgstr ""
+
+msgid "The requirements are Perl with dependencies:"
+msgstr ""
+
+msgid "[Git::Raw][Git::Raw]: Perl bindings to [libgit2][libgit2];"
+msgstr ""
+
+msgid ""
+"[Mustache::Simple][Mustache::Simple]: template library for generating output"
+" files;"
+msgstr ""
+
+msgid "[CommonMark][cm-p]: [CommonMark][cm-spec] renderer."
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid ""
+"Documentation available via installed manpages, also available online: "
+"[`gistatic.1`](gistatic.1.html) and [`gistatic-template.5`](gistatic-"
+"template.5.html)."
+msgstr ""
+
+msgid "Contributing"
+msgstr ""
+
+msgid "Extra tools used for development are:"
+msgstr ""
+
+msgid "[Perl::Critic][Perl::Critic] and [B::Lint][B::Lint] for linting;"
+msgstr ""
+
+msgid "[perltidy][perltidy] for code formatting;"
+msgstr ""
+
+msgid "[ShellCheck][ShellCheck] for validating scripts;"
+msgstr ""
+
+msgid "[pandoc][pandoc] for generating the documentation HTML and website."
+msgstr ""
+
+msgid "For running the extra development-only checks, run:"
+msgstr ""
+
+msgid "$ make dev-check\n"
+msgstr ""
+
+msgid "and for generating the documentation HTML and website, run:"
+msgstr ""
+
+msgid "$ make public\n"
+msgstr ""
+
+msgid ""
+"Send contributions to the [mailing list][mailing list] via [`git send-"
+"email`](https://git-send-email.io/)."
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "[homepage](https://euandreh.xyz/gistatic/en/)"
+msgstr ""
+
+msgid "[source code](https://git.euandreh.xyz/gistatic/)"
+msgstr ""
+
+msgid "[bug tracking](https://euandreh.xyz/gistatic/TODOs.html)"
+msgstr ""
+
+msgid "[mailing list][mailing list]"
+msgstr ""
+
+msgid "[CI logs](https://euandreh.xyz/gistatic/ci.html)"
+msgstr ""
+
+msgid "[CHANGELOG](https://euandreh.xyz/gistatic/en/CHANGELOG.html)"
+msgstr ""
+
+msgid "License"
+msgstr ""
+
+msgid ""
+"The code is licensed under [GNU Affero General Public License v3.0 or "
+"later][AGPL-3.0-or-later] (AGPL-3.0-or-later)."
+msgstr ""
+
+#, fuzzy
+msgid "[Git::Raw]: https://metacpan.org/pod/Git::Raw"
+msgstr "[Git::Raw]: https://metacpan.org/pod/Git::Raw"
+
+#, fuzzy
+msgid "[libgit2]: https://libgit2.org/"
+msgstr "[libgit2]: https://libgit2.org/"
+
+#, fuzzy
+msgid "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple"
+msgstr "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple"
+
+#, fuzzy
+msgid "[cm-p]: https://metacpan.org/pod/CommonMark"
+msgstr "[cm-p]: https://metacpan.org/pod/CommonMark"
+
+#, fuzzy
+msgid "[cm-spec]: https://commonmark.org/"
+msgstr "[cm-spec]: https://commonmark.org/"
+
+#, fuzzy
+msgid "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic"
+msgstr "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic"
+
+#, fuzzy
+msgid "[B::Lint]: https://metacpan.org/pod/B::Lint"
+msgstr "[B::Lint]: https://metacpan.org/pod/B::Lint"
+
+#, fuzzy
+msgid "[perltidy]: https://metacpan.org/pod/perltidy"
+msgstr "[perltidy]: https://metacpan.org/pod/perltidy"
+
+#, fuzzy
+msgid "[ShellCheck]: https://www.shellcheck.net/"
+msgstr "[ShellCheck]: https://www.shellcheck.net/"
+
+#, fuzzy
+msgid "[pandoc]: https://pandoc.org/"
+msgstr "[pandoc]: https://pandoc.org/"
+
+#, fuzzy
+msgid ""
+"[mailing list]: https://lists.sr.ht/~euandreh/public-"
+"inbox?search=%5Bgistatic%5D"
+msgstr ""
+"[mailing list]: https://lists.sr.ht/~euandreh/public-"
+"inbox?search=%5Bgistatic%5D"
+
+#, fuzzy
+msgid "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING"
+msgstr "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING"
diff --git a/po/LC_MESSAGES/README.en.md/pt.po b/po/LC_MESSAGES/README.en.md/pt.po
new file mode 100644
index 0000000..ace966d
--- /dev/null
+++ b/po/LC_MESSAGES/README.en.md/pt.po
@@ -0,0 +1,176 @@
+#
+msgid ""
+msgstr ""
+
+msgid "gistatic"
+msgstr ""
+
+msgid "Static Git repository generator"
+msgstr ""
+
+msgid ""
+"Generate HTML pages for a Git repository. The generated pages are static and"
+" offline-first, and can be made available online as static assets."
+msgstr ""
+
+msgid "Usage"
+msgstr ""
+
+msgid "Generate static HTML website for Git repository:"
+msgstr ""
+
+msgid "$ gistatic path/to/git/ -o public/\n"
+msgstr ""
+
+msgid "Installation"
+msgstr ""
+
+msgid "Get the latest tarball and install it:"
+msgstr ""
+
+msgid ""
+"wget https://euandreh.xyz/gistatic/tarballs/gistatic-main.tar.gz\n"
+"tar xvf gistatic-main.tar.gz\n"
+"cd gistatic-main/\n"
+"make\n"
+"[sudo] make install\n"
+msgstr ""
+
+msgid "The requirements are Perl with dependencies:"
+msgstr ""
+
+msgid "[Git::Raw][Git::Raw]: Perl bindings to [libgit2][libgit2];"
+msgstr ""
+
+msgid ""
+"[Mustache::Simple][Mustache::Simple]: template library for generating output"
+" files;"
+msgstr ""
+
+msgid "[CommonMark][cm-p]: [CommonMark][cm-spec] renderer."
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid ""
+"Documentation available via installed manpages, also available online: "
+"[`gistatic.1`](gistatic.1.html) and [`gistatic-template.5`](gistatic-"
+"template.5.html)."
+msgstr ""
+
+msgid "Contributing"
+msgstr ""
+
+msgid "Extra tools used for development are:"
+msgstr ""
+
+msgid "[Perl::Critic][Perl::Critic] and [B::Lint][B::Lint] for linting;"
+msgstr ""
+
+msgid "[perltidy][perltidy] for code formatting;"
+msgstr ""
+
+msgid "[ShellCheck][ShellCheck] for validating scripts;"
+msgstr ""
+
+msgid "[pandoc][pandoc] for generating the documentation HTML and website."
+msgstr ""
+
+msgid "For running the extra development-only checks, run:"
+msgstr ""
+
+msgid "$ make dev-check\n"
+msgstr ""
+
+msgid "and for generating the documentation HTML and website, run:"
+msgstr ""
+
+msgid "$ make public\n"
+msgstr ""
+
+msgid ""
+"Send contributions to the [mailing list][mailing list] via [`git send-"
+"email`](https://git-send-email.io/)."
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "[homepage](https://euandreh.xyz/gistatic/en/)"
+msgstr ""
+
+msgid "[source code](https://git.euandreh.xyz/gistatic/)"
+msgstr ""
+
+msgid "[bug tracking](https://euandreh.xyz/gistatic/TODOs.html)"
+msgstr ""
+
+msgid "[mailing list][mailing list]"
+msgstr ""
+
+msgid "[CI logs](https://euandreh.xyz/gistatic/ci.html)"
+msgstr ""
+
+msgid "[CHANGELOG](https://euandreh.xyz/gistatic/en/CHANGELOG.html)"
+msgstr ""
+
+msgid "License"
+msgstr ""
+
+msgid ""
+"The code is licensed under [GNU Affero General Public License v3.0 or "
+"later][AGPL-3.0-or-later] (AGPL-3.0-or-later)."
+msgstr ""
+
+#, fuzzy
+msgid "[Git::Raw]: https://metacpan.org/pod/Git::Raw"
+msgstr "[Git::Raw]: https://metacpan.org/pod/Git::Raw"
+
+#, fuzzy
+msgid "[libgit2]: https://libgit2.org/"
+msgstr "[libgit2]: https://libgit2.org/"
+
+#, fuzzy
+msgid "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple"
+msgstr "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple"
+
+#, fuzzy
+msgid "[cm-p]: https://metacpan.org/pod/CommonMark"
+msgstr "[cm-p]: https://metacpan.org/pod/CommonMark"
+
+#, fuzzy
+msgid "[cm-spec]: https://commonmark.org/"
+msgstr "[cm-spec]: https://commonmark.org/"
+
+#, fuzzy
+msgid "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic"
+msgstr "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic"
+
+#, fuzzy
+msgid "[B::Lint]: https://metacpan.org/pod/B::Lint"
+msgstr "[B::Lint]: https://metacpan.org/pod/B::Lint"
+
+#, fuzzy
+msgid "[perltidy]: https://metacpan.org/pod/perltidy"
+msgstr "[perltidy]: https://metacpan.org/pod/perltidy"
+
+#, fuzzy
+msgid "[ShellCheck]: https://www.shellcheck.net/"
+msgstr "[ShellCheck]: https://www.shellcheck.net/"
+
+#, fuzzy
+msgid "[pandoc]: https://pandoc.org/"
+msgstr "[pandoc]: https://pandoc.org/"
+
+#, fuzzy
+msgid ""
+"[mailing list]: https://lists.sr.ht/~euandreh/public-"
+"inbox?search=%5Bgistatic%5D"
+msgstr ""
+"[mailing list]: https://lists.sr.ht/~euandreh/public-"
+"inbox?search=%5Bgistatic%5D"
+
+#, fuzzy
+msgid "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING"
+msgstr "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING"
diff --git a/po/LC_MESSAGES/doc/gistatic.en.1.in/eo.po b/po/LC_MESSAGES/doc/gistatic.en.1.in/eo.po
new file mode 100644
index 0000000..a2c9416
--- /dev/null
+++ b/po/LC_MESSAGES/doc/gistatic.en.1.in/eo.po
@@ -0,0 +1,18 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2021-07-27 14:28-0300\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
diff --git a/po/LC_MESSAGES/doc/gistatic.en.1.in/fr.po b/po/LC_MESSAGES/doc/gistatic.en.1.in/fr.po
new file mode 100644
index 0000000..a2c9416
--- /dev/null
+++ b/po/LC_MESSAGES/doc/gistatic.en.1.in/fr.po
@@ -0,0 +1,18 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2021-07-27 14:28-0300\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
diff --git a/po/LC_MESSAGES/doc/gistatic.en.1.in/pt.po b/po/LC_MESSAGES/doc/gistatic.en.1.in/pt.po
new file mode 100644
index 0000000..a2c9416
--- /dev/null
+++ b/po/LC_MESSAGES/doc/gistatic.en.1.in/pt.po
@@ -0,0 +1,18 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2021-07-27 14:28-0300\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+