auditor

Public Website for an auditor
Log | Files | Refs | Submodules | README

commit 175f0b0ccc230126360bc52e4d995d2edd0cc682
parent c288ba14fd475a03ef148769ffb4146669a34de9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 22 Apr 2019 15:00:44 +0200

add missing file, should fix #5699

Diffstat:
M.gitmodules | 3+++
Alocale/en/LC_MESSAGES/messages.po | 64++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aweb-common | 1+
3 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -2,3 +2,6 @@ path = static/web-common url = git://taler.net/web-common branch = master +[submodule "web-common"] + path = web-common + url = git://git.taler.net/web-common diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po @@ -0,0 +1,64 @@ +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2019-04-20 13:55+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: en <LL@li.org>\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" + +#: index.html.j2:5 +msgid "Taler Demo - Auditor" +msgstr "" + +#: index.html.j2:53 +msgid "Taler Demo" +msgstr "" + +#: index.html.j2:54 +msgid "Auditor" +msgstr "" + +#: index.html.j2:56 +#, python-format +msgid "This is an auditor for the %(curr)s currency." +msgstr "" + +#: index.html.j2:65 +msgid "" +"You can learn more about Taler on our main <a href=\"https://taler.net/" +"\">website</a>." +msgstr "" + +#: index.html.j2:71 +#, python-format +msgid "%(curr)s Auditor" +msgstr "" + +#: index.html.j2:73 +#, python-format +msgid "This is the Web site of the auditor for the %(curr)s currency." +msgstr "" + +#: index.html.j2:74 +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 "" + +#: index.html.j2:81 +msgid "Add Auditor" +msgstr "" + +#: index.html.j2:84 +msgid "" +"This will tell your wallet that you are willing to trust exchanges that we " +"audit to handle the TESTKUDOS currency properly." +msgstr "" diff --git a/web-common b/web-common @@ -0,0 +1 @@ +Subproject commit ba4a54c65786f35922616175b644f9db7897c87e