gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-auditor] branch master updated: apply LUG's patch #5


From: gnunet
Subject: [GNUnet-SVN] [taler-auditor] branch master updated: apply LUG's patch #5063/#14332 to detect wallet on auditor page
Date: Mon, 22 Apr 2019 21:28:14 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository auditor.

The following commit(s) were added to refs/heads/master by this push:
     new f1e1c46  apply LUG's patch #5063/#14332 to detect wallet on auditor 
page
f1e1c46 is described below

commit f1e1c4620b7d2c7f50f6e0aa4cbf6525a06111fe
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 22 21:28:11 2019 +0200

    apply LUG's patch #5063/#14332 to detect wallet on auditor page
---
 index.html.j2                     | 29 +++++++++++++++++++----------
 locale/en/LC_MESSAGES/messages.po | 18 +++++++++++++-----
 2 files changed, 32 insertions(+), 15 deletions(-)

diff --git a/index.html.j2 b/index.html.j2
index d1dc0e3..dfe5783 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -69,20 +69,29 @@
   </div>
   <section id="main" class="content">
     <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) }}
+    <p class="bluebox taler-installed-hide">
       {% 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:
+      You do not have the Taler wallet installed yet.<br>
+      Install the wallet from the <a 
href="https://taler.net/wallet-installation.html";>installation page</a>.
+      It only takes one click.
       {% endtrans %}
     </p>
-    <div style="text-align: center;">
-      <button class="pure-button pure-button-primary" style="text-allign: 
center;" click="addAuditor()">{{ _("Add Auditor") }}</button>
+    <div class="taler-installed-show">
+      <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>
+        {{ _("This will tell your wallet that you are willing to trust 
exchanges that we audit to handle the %(curr)s currency 
properly.",curr=currency) }}
+      </p>
     </div>
-    <p>
-      {{ _("This will tell your wallet that you are willing to trust exchanges 
that we audit to handle the %(curr) currency properly.", curr=currency) }}
-    </p>
   </section>
 </body>
 </html>
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index 8c13f93..9315e03 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: address@hidden"
-"POT-Creation-Date: 2019-04-20 13:55+0200\n"
+"POT-Creation-Date: 2019-04-22 21:27+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language-Team: en <address@hidden>\n"
@@ -42,23 +42,31 @@ msgid "%(curr)s Auditor"
 msgstr ""
 
 #: index.html.j2:73
+msgid ""
+"You do not have the Taler wallet installed yet.<br> Install the wallet from "
+"the <a href=\"https://taler.net/wallet-installation.html\";>installation "
+"page</a>. It only takes one click."
+msgstr ""
+
+#: index.html.j2:81
 #, python-format
 msgid "This is the Web site of the auditor for the %(curr)s currency."
 msgstr ""
 
-#: index.html.j2:74
+#: index.html.j2:82
 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
+#: index.html.j2:89
 msgid "Add Auditor"
 msgstr ""
 
-#: index.html.j2:84
+#: index.html.j2:92
+#, python-format
 msgid ""
 "This will tell your wallet that you are willing to trust exchanges that we "
-"audit to handle the TESTKUDOS currency properly."
+"audit to handle the %(curr)s currency properly."
 msgstr ""

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]