From 6f9f6c8fa21f8747c24a391d17b5d1efaded474b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 May 2021 14:46:58 +0200 Subject: add icon --- locale/babel.map | 2 +- locale/de/LC_MESSAGES/messages.po | 92 +++++++++++++++++++++++++++++++++++ locale/en/LC_MESSAGES/messages.po | 34 ++++++------- locale/messages.pot | 34 ++++++------- template/index.html.j2 | 100 +++++++++++++++++++------------------- 5 files changed, 177 insertions(+), 85 deletions(-) create mode 100644 locale/de/LC_MESSAGES/messages.po diff --git a/locale/babel.map b/locale/babel.map index e844572..603b6ce 100644 --- a/locale/babel.map +++ b/locale/babel.map @@ -1,5 +1,5 @@ [extractors] -jinja2 = i18nfix:babel_extract +jinja2 = sitegen.i18nfix:babel_extract [jinja2: template/**.j2] encoding = utf-8 diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po new file mode 100644 index 0000000..66dc364 --- /dev/null +++ b/locale/de/LC_MESSAGES/messages.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2021-05-27 14:46+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Language: en\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" +"Generated-By: Babel 2.3.4\n" + +#: template/index.html.j2:2 template/index.html.j2:68 +msgid "{curr} Auditor" +msgstr "" + +#: template/index.html.j2:70 +msgid "This is an auditor for the {curr} currency." +msgstr "" + +#: template/index.html.j2:140 +msgid "This is the Web site of the auditor for the {curr} currency." +msgstr "" + +#: template/index.html.j2:141 +msgid "" +"In the GNU Taler system, an auditor is responsible for verifying that an " +"exchange operates correctly. If you trust us to do a good job auditing, " +"please click here:" +msgstr "" + +#: template/index.html.j2:148 +msgid "Add Auditor" +msgstr "" + +#: template/index.html.j2:151 +msgid "" +"This will tell your wallet that you are willing to trust exchanges that we " +"audit to handle the {curr} currency properly." +msgstr "" + +#: template/index.html.j2:154 +msgid "" +"If you do not have a Taler wallet installed, please first install the wallet " +"from wallet installation page. It " +"only takes one click." +msgstr "" + +#: template/index.html.j2:173 +msgid "Contact" +msgstr "" + +#: template/index.html.j2:178 +msgid "Docs" +msgstr "" + +#: template/index.html.j2:179 +msgid "FAQ" +msgstr "" + +#: template/index.html.j2:184 +msgid "Bibliography" +msgstr "" + +#: template/index.html.j2:191 +msgid "" +"GNU Taler is developed as part of the GNU " +"project for the GNU operating system." +msgstr "" + +#: template/index.html.j2:193 +msgid "and" +msgstr "" + +#: template/index.html.j2:196 +msgid "" +"We are grateful for support and free hosting of this site by BFH." +msgstr "" + +#: template/index.html.j2:198 +msgid "" +"This page was created using Free Software " +"only." +msgstr "" + +#: template/index.html.j2:200 +msgid "JavaScript license information" +msgstr "" diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po index a7a6d62..66dc364 100644 --- a/locale/en/LC_MESSAGES/messages.po +++ b/locale/en/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-05-27 14:03+0200\n" +"POT-Creation-Date: 2021-05-27 14:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: en \n" @@ -13,80 +13,80 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n!=1)\n" "Generated-By: Babel 2.3.4\n" -#: template/index.html.j2:5 template/index.html.j2:66 +#: template/index.html.j2:2 template/index.html.j2:68 msgid "{curr} Auditor" msgstr "" -#: template/index.html.j2:68 +#: template/index.html.j2:70 msgid "This is an auditor for the {curr} currency." msgstr "" -#: template/index.html.j2:139 +#: template/index.html.j2:140 msgid "This is the Web site of the auditor for the {curr} currency." msgstr "" -#: template/index.html.j2:140 +#: template/index.html.j2:141 msgid "" "In the GNU Taler system, an auditor is responsible for verifying that an " "exchange operates correctly. If you trust us to do a good job auditing, " "please click here:" msgstr "" -#: template/index.html.j2:147 +#: template/index.html.j2:148 msgid "Add Auditor" msgstr "" -#: template/index.html.j2:150 +#: template/index.html.j2:151 msgid "" "This will tell your wallet that you are willing to trust exchanges that we " "audit to handle the {curr} currency properly." msgstr "" -#: template/index.html.j2:153 +#: template/index.html.j2:154 msgid "" "If you do not have a Taler wallet installed, please first install the wallet " "from wallet installation page. It " "only takes one click." msgstr "" -#: template/index.html.j2:172 +#: template/index.html.j2:173 msgid "Contact" msgstr "" -#: template/index.html.j2:177 +#: template/index.html.j2:178 msgid "Docs" msgstr "" -#: template/index.html.j2:178 +#: template/index.html.j2:179 msgid "FAQ" msgstr "" -#: template/index.html.j2:183 +#: template/index.html.j2:184 msgid "Bibliography" msgstr "" -#: template/index.html.j2:190 +#: template/index.html.j2:191 msgid "" "GNU Taler is developed as part of the GNU " "project for the GNU operating system." msgstr "" -#: template/index.html.j2:192 +#: template/index.html.j2:193 msgid "and" msgstr "" -#: template/index.html.j2:195 +#: template/index.html.j2:196 msgid "" "We are grateful for support and free hosting of this site by BFH." msgstr "" -#: template/index.html.j2:197 +#: template/index.html.j2:198 msgid "" "This page was created using Free Software " "only." msgstr "" -#: template/index.html.j2:199 +#: template/index.html.j2:200 msgid "JavaScript license information" msgstr "" diff --git a/locale/messages.pot b/locale/messages.pot index a6475f2..6613871 100644 --- a/locale/messages.pot +++ b/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-05-27 14:03+0200\n" +"POT-Creation-Date: 2021-05-27 14:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,81 +17,81 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.6.0\n" -#: template/index.html.j2:5 template/index.html.j2:66 +#: template/index.html.j2:2 template/index.html.j2:68 msgid "{curr} Auditor" msgstr "" -#: template/index.html.j2:68 +#: template/index.html.j2:70 msgid "This is an auditor for the {curr} currency." msgstr "" -#: template/index.html.j2:139 +#: template/index.html.j2:140 msgid "This is the Web site of the auditor for the {curr} currency." msgstr "" -#: template/index.html.j2:140 +#: template/index.html.j2:141 msgid "" "In the GNU Taler system, an auditor is responsible for verifying that an " "exchange operates correctly. If you trust us to do a good job auditing, " "please click here:" msgstr "" -#: template/index.html.j2:147 +#: template/index.html.j2:148 msgid "Add Auditor" msgstr "" -#: template/index.html.j2:150 +#: template/index.html.j2:151 msgid "" "This will tell your wallet that you are willing to trust exchanges that " "we audit to handle the {curr} currency properly." msgstr "" -#: template/index.html.j2:153 +#: template/index.html.j2:154 msgid "" "If you do not have a Taler wallet installed, please first install the " "wallet from wallet installation " "page. It only takes one click." msgstr "" -#: template/index.html.j2:172 +#: template/index.html.j2:173 msgid "Contact" msgstr "" -#: template/index.html.j2:177 +#: template/index.html.j2:178 msgid "Docs" msgstr "" -#: template/index.html.j2:178 +#: template/index.html.j2:179 msgid "FAQ" msgstr "" -#: template/index.html.j2:183 +#: template/index.html.j2:184 msgid "Bibliography" msgstr "" -#: template/index.html.j2:190 +#: template/index.html.j2:191 msgid "" "GNU Taler is developed as part of the GNU " "project for the GNU operating system." msgstr "" -#: template/index.html.j2:192 +#: template/index.html.j2:193 msgid "and" msgstr "" -#: template/index.html.j2:195 +#: template/index.html.j2:196 msgid "" "We are grateful for support and free hosting of this site by BFH." msgstr "" -#: template/index.html.j2:197 +#: template/index.html.j2:198 msgid "" "This page was created using Free " "Software only." msgstr "" -#: template/index.html.j2:199 +#: template/index.html.j2:200 msgid "JavaScript license information" msgstr "" diff --git a/template/index.html.j2 b/template/index.html.j2 index beb239e..60ce8a7 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -1,65 +1,65 @@ - - - - {{ _("{curr} Auditor").format(curr=conf['currency']) }} - - - + @licend The above is the entire license notice for the JavaScript code + in this page. */ - + - - - - + + - + + + -- cgit v1.2.3