summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j235
1 files changed, 29 insertions, 6 deletions
diff --git a/index.html.j2 b/index.html.j2
index 0dcdead..6945479 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -2,7 +2,7 @@
<html lang="en" data-taler-nojs="true">
<head profile="http://www.w3.org/2005/10/profile">
<meta charset="utf-8"/>
- <title>Taler Demo - Auditor</title>
+ <title>{{ _("Taler Demo - Auditor") }}</title>
<link rel="stylesheet" type="text/css" href="{{ url('static/web-common/pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url('static/web-common/demo.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
@@ -50,19 +50,42 @@
<body>
<div class="demobar">
- <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
- <h1><span class="it"><a href="#">Auditor</a></span></h1>
- <p>This is an auditor for the currency "{{ currency }}".</p>
+ <h1><span class="tt adorn-brackets">{{ _("Taler Demo") }}</span></h1>
+ <h1><span class="it"><a href="#">{{ _("Auditor") }}</a></span></h1>
+ <p>
+ {{ _("This is an auditor for the %(curr)s currency.", curr=currency) }}
+ </p>
<ul>
<li><a href="{{ intro_url }}">Introduction</a></li>
<li><a href="{{ bank_url }}">Bank</a></li>
<li><a href="{{ merchant_blog_url }}">Essay Shop</a></li>
<li><a href="{{ merchant_donations_url }}">Donations</a></li>
</ul>
- <p>You can learn more about Taler on our main <a href="https://taler.net">website</a>.</p>
+ <p>
+ {% trans %}
+ You can learn more about Taler on our main <a href="https://taler.net/">website</a>.
+ {% endtrans %}
+ </p>
</div>
<section id="main" class="content">
- <button class="pure-button pure-button-primary" onclick="addAuditor()">Add Auditor</button>
+ <h1>{{ _("%(curr)s Auditor", curr=currency) }} </h1>
+ <p style="color: black;">
+ {{ _("This is the Web site of the auditor for the %(curr)s currency.",curr=currency) }}
+ {% trans %}
+ 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:
+ {% endtrans %}
+ </p>
+ <div style="text-align: center;">
+ <button class="pure-button pure-button-primary" style="text-allign: center;" click="addAuditor()">{{ _("Add Auditor") }}</button>
+ </div>
+ <p>
+ {% trans %}
+ This will tell your wallet that you are willing to trust exchanges that
+ we audit to handle the TESTKUDOS currency properly.
+ {% endtrans %}
+ </p>
</section>
</body>
</html>