gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] branch master updated (5ca8d8c -> ccb4b08)


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated (5ca8d8c -> ccb4b08)
Date: Thu, 19 Jan 2017 20:19:29 +0100

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

tg pushed a change to branch master
in repository www.

    from 5ca8d8c  i18n: make templates
     new af1d854  i18n: fix navigation
     new ee89e01  i18n: po update
     new 3130f81  i18n: po update
     new ccb4b08  i18n: conflict warning

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                          |  2 ++
 common/header.inc.j2              |  2 --
 common/navigation.inc.j2          | 26 ++++++++++----------
 index.html.j2                     |  2 +-
 locale/de/LC_MESSAGES/messages.po | 50 +++++++++++++--------------------------
 locale/en/LC_MESSAGES/messages.po | 34 +++++++-------------------
 locale/es/LC_MESSAGES/messages.po | 50 +++++++++++++--------------------------
 locale/fr/LC_MESSAGES/messages.po | 50 +++++++++++++--------------------------
 locale/it/LC_MESSAGES/messages.po | 50 +++++++++++++--------------------------
 9 files changed, 93 insertions(+), 173 deletions(-)

diff --git a/Makefile b/Makefile
index 7d5e6be..c7be655 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ locale-update: locale/messages.pot
        pybabel update -i locale/messages.pot -d locale -l it --previous
        pybabel update -i locale/messages.pot -d locale -l es --previous
 
+       if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e 
"\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
+
 locale-compile:
        pybabel compile -d locale -l en --use-fuzzy
        pybabel compile -d locale -l de --use-fuzzy
diff --git a/common/header.inc.j2 b/common/header.inc.j2
index 738feff..2923e70 100644
--- a/common/header.inc.j2
+++ b/common/header.inc.j2
@@ -33,12 +33,10 @@
     <link href="/dist/css/bootstrap.min.css" rel="stylesheet">
     <!-- Custom styles for this template -->
     <link href="justified-nav.css" rel="stylesheet">
-    <link href="lang.css" rel="stylesheet">
     <link href="styles.css" rel="stylesheet">
 
     <script src="/dist/js/jquery-1.11.1.min.js"></script>
     <script src="/dist/js/bootstrap.min.js"></script>
-    <script src="lang.js"></script>
 
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
     <!--[if lt IE 9]>
diff --git a/common/navigation.inc.j2 b/common/navigation.inc.j2
index 4e19e85..4f621b3 100644
--- a/common/navigation.inc.j2
+++ b/common/navigation.inc.j2
@@ -9,23 +9,23 @@
         </div>
         <div class="collapse navbar-collapse" id="main-navbar">
           <ul class="nav nav-justified">
-            <li class="m_index">{{ _("<a href='/'>Home</a>") }}</li>
-            <li class="m_demo btn btn-outline-success">{{ _("<a 
href='https://demo.taler.net/' target='_blank'>Demo</a>") }}</li>
-           <li class="m_citizens">{{ _("<a href='/citizens'>Citizens</a>") 
}}</li>
-            <li class="m_merchants">{{ _("<a href='/merchants'>Merchants</a>") 
}}</li>
-            <li class="m_governments">{{ _("<a 
href='/governments'>Governments</a>") }}</li>
-            <li class="m_investors">{{ _("<a href='/investors'>Operators</a>") 
}}</li>
-            <li class="m_developers">{{ _("<a 
href='/developers'>Developers</a>") }}</li>
-            <li class="m_about">{{ _("<a href='/about'>About&nbsp;us</a>") 
}}</li>
+            <li class="m_index"><a href=".">{{ _("Home") }}</a></li>
+            <li class="m_demo btn btn-outline-success"><a 
href="https://demo.taler.net/"; target="_blank">{{ _("Demo") }}</a></li>
+           <li class="m_citizens"><a href='citizens'>{{ _("Citizens") 
}}</a></li>
+            <li class="m_merchants"><a href='merchants'>{{ _("Merchants") 
}}</a></li>
+            <li class="m_governments"><a href='governments'>{{ 
_("Governments") }}</a></li>
+            <li class="m_investors"><a href='investors'>{{ _("Operators") 
}}</a></li>
+            <li class="m_developers"><a href='developers'>{{ _("Developers") 
}}</a></li>
+            <li class="m_about"><a href='about'>{{ _("About&nbsp;us") 
}}</a></li>
           </ul>
         </div>
       </div>
        <div class="navbar navbar-default navbar-fixed-bottom" 
role="navigation">
          <div class="container lang-slector">
-           <a href="#" onclick="setLang('en');"><img src="images/gb.png" 
height="15" width="23" alt="English"></a>
-           <a href="#" onclick="setLang('de');"><img src="images/de.png" 
height="15" width="25" alt="Deutsch"></a>
-           <a href="#" onclick="setLang('fr');"><img src="images/fr.png" 
height="15" width="22" alt="Français"></a>
-           <a href="#" onclick="setLang('it');"><img src="images/it.png" 
height="15" width="22" alt="Italiano"></a>
-           <a href="#" onclick="setLang('es');"><img src="images/es.png" 
height="15" width="23" alt="Español"></a>
+           <a href="/en/"><img src="images/gb.png" height="15" width="23" 
alt="English"></a>
+           <a href="/de/"><img src="images/de.png" height="15" width="25" 
alt="Deutsch"></a>
+           <a href="/fr/"><img src="images/fr.png" height="15" width="22" 
alt="Français"></a>
+           <a href="/it/"><img src="images/it.png" height="15" width="22" 
alt="Italiano"></a>
+           <a href="/es/"><img src="images/es.png" height="15" width="23" 
alt="Español"></a>
          </div>
        </div>
diff --git a/index.html.j2 b/index.html.j2
index ba4e909..fced0bf 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -58,7 +58,7 @@
         <div class="col-lg-4">
           <h2>News</h2>
          <p>{{ _("Taler Web payments paper published.") }}</p>
-          <p><a class="btn btn-primary" href="/news" role="button">{{ _("More 
news »") }}</a></p>
+          <p><a class="btn btn-primary" href="news" role="button">{{ _("More 
news »") }}</a></p>
         </div>
       </div>
        <div class="col-lg-12">
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index 8f853db..442e171 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-01-19 19:36+0100\n"
+"POT-Creation-Date: 2017-01-19 20:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: de\n"
@@ -122,9 +122,9 @@ msgstr "Doktorand, TU München. Currently teaching."
 msgid "Software engineer. Works on Android wallet."
 msgstr "Android Geldbörse"
 
-#: citizens.html.j2:3
+#: citizens.html.j2:3 common/navigation.inc.j2:14
 msgid "Citizens"
-msgstr ""
+msgstr "Bürger"
 
 #: citizens.html.j2:12
 msgid "Advantages for citizens"
@@ -322,9 +322,9 @@ msgstr ""
 "               Geldbörse lokal gespeichert werden, unter anderem zur\n"
 "               spätern Durchsetzung von Verträgen vor Gericht."
 
-#: developers.html.j2:3
+#: common/navigation.inc.j2:18 developers.html.j2:3
 msgid "Developers"
-msgstr ""
+msgstr "Entwickler"
 
 #: developers.html.j2:12
 msgid "Taler for developers"
@@ -754,9 +754,9 @@ msgstr ""
 msgid "Financial News"
 msgstr ""
 
-#: governments.html.j2:3
+#: common/navigation.inc.j2:16 governments.html.j2:3
 msgid "Governments"
-msgstr ""
+msgstr "Regierungen"
 
 #: governments.html.j2:12
 msgid "Advantages for governments"
@@ -1276,9 +1276,9 @@ msgstr ""
 "              zum korrekten Verhalten der Wechselstube zwecks\n"
 "              Überprüfung durch die Finanzaufsicht."
 
-#: merchants.html.j2:3
+#: common/navigation.inc.j2:15 merchants.html.j2:3
 msgid "Merchants"
-msgstr ""
+msgstr "Händler"
 
 #: merchants.html.j2:12
 msgid "Advantages for merchants"
@@ -1570,34 +1570,18 @@ msgstr ""
 "href='https://www.gnu.org/'>Freier Software</a> erstellt."
 
 #: common/navigation.inc.j2:12
-msgid "<a href='/'>Home</a>"
-msgstr "<a href='/'>Home</a>"
+msgid "Home"
+msgstr "Home"
 
 #: common/navigation.inc.j2:13
-msgid "<a href='https://demo.taler.net/' target='_blank'>Demo</a>"
-msgstr "<a href='https://demo.taler.net/' target='_blank'>Demo</a>"
-
-#: common/navigation.inc.j2:14
-msgid "<a href='/citizens'>Citizens</a>"
-msgstr "<a href='/citizens'>Bürger</a>"
-
-#: common/navigation.inc.j2:15
-msgid "<a href='/merchants'>Merchants</a>"
-msgstr "<a href='/merchants'>Händler</a>"
-
-#: common/navigation.inc.j2:16
-msgid "<a href='/governments'>Governments</a>"
-msgstr "<a href='/governments'>Regierungen</a>"
+msgid "Demo"
+msgstr "Demo"
 
 #: common/navigation.inc.j2:17
-msgid "<a href='/investors'>Operators</a>"
-msgstr "<a href='/investors'>Betreiber</a>"
-
-#: common/navigation.inc.j2:18
-msgid "<a href='/developers'>Developers</a>"
-msgstr "<a href='/developers'>Entwickler</a>"
+msgid "Operators"
+msgstr "Betreiber"
 
 #: common/navigation.inc.j2:19
-msgid "<a href='/about'>About&nbsp;us</a>"
-msgstr "<a href='/about'>Über uns</a>"
+msgid "About&nbsp;us"
+msgstr "Über uns"
 
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index 92d226b..84c03e8 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-01-19 19:36+0100\n"
+"POT-Creation-Date: 2017-01-19 20:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: en\n"
@@ -110,7 +110,7 @@ msgstr ""
 msgid "Software engineer. Works on Android wallet."
 msgstr ""
 
-#: citizens.html.j2:3
+#: citizens.html.j2:3 common/navigation.inc.j2:14
 msgid "Citizens"
 msgstr ""
 
@@ -245,7 +245,7 @@ msgid ""
 "               review by the customer, or even use in court."
 msgstr ""
 
-#: developers.html.j2:3
+#: common/navigation.inc.j2:18 developers.html.j2:3
 msgid "Developers"
 msgstr ""
 
@@ -504,7 +504,7 @@ msgstr ""
 msgid "Financial News"
 msgstr ""
 
-#: governments.html.j2:3
+#: common/navigation.inc.j2:16 governments.html.j2:3
 msgid "Governments"
 msgstr ""
 
@@ -848,7 +848,7 @@ msgid ""
 "               correct operation for audits by financial regulators."
 msgstr ""
 
-#: merchants.html.j2:3
+#: common/navigation.inc.j2:15 merchants.html.j2:3
 msgid "Merchants"
 msgstr ""
 
@@ -1044,34 +1044,18 @@ msgid ""
 msgstr ""
 
 #: common/navigation.inc.j2:12
-msgid "<a href='/'>Home</a>"
+msgid "Home"
 msgstr ""
 
 #: common/navigation.inc.j2:13
-msgid "<a href='https://demo.taler.net/' target='_blank'>Demo</a>"
-msgstr ""
-
-#: common/navigation.inc.j2:14
-msgid "<a href='/citizens'>Citizens</a>"
-msgstr ""
-
-#: common/navigation.inc.j2:15
-msgid "<a href='/merchants'>Merchants</a>"
-msgstr ""
-
-#: common/navigation.inc.j2:16
-msgid "<a href='/governments'>Governments</a>"
+msgid "Demo"
 msgstr ""
 
 #: common/navigation.inc.j2:17
-msgid "<a href='/investors'>Operators</a>"
-msgstr ""
-
-#: common/navigation.inc.j2:18
-msgid "<a href='/developers'>Developers</a>"
+msgid "Operators"
 msgstr ""
 
 #: common/navigation.inc.j2:19
-msgid "<a href='/about'>About&nbsp;us</a>"
+msgid "About&nbsp;us"
 msgstr ""
 
diff --git a/locale/es/LC_MESSAGES/messages.po 
b/locale/es/LC_MESSAGES/messages.po
index db21b3c..5d52ffc 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-01-19 19:36+0100\n"
+"POT-Creation-Date: 2017-01-19 20:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: es\n"
@@ -129,9 +129,9 @@ msgstr ""
 msgid "Software engineer. Works on Android wallet."
 msgstr ""
 
-#: citizens.html.j2:3
+#: citizens.html.j2:3 common/navigation.inc.j2:14
 msgid "Citizens"
-msgstr ""
+msgstr "Ciudadanos"
 
 #: citizens.html.j2:12
 msgid "Advantages for citizens"
@@ -340,9 +340,9 @@ msgstr ""
 "       billetera para una revisión posterior del cliente, o incluso ante "
 "la Justicia."
 
-#: developers.html.j2:3
+#: common/navigation.inc.j2:18 developers.html.j2:3
 msgid "Developers"
-msgstr ""
+msgstr "Programadores"
 
 #: developers.html.j2:12
 msgid "Taler for developers"
@@ -756,9 +756,9 @@ msgstr ""
 msgid "Financial News"
 msgstr ""
 
-#: governments.html.j2:3
+#: common/navigation.inc.j2:16 governments.html.j2:3
 msgid "Governments"
-msgstr ""
+msgstr "Gobiernos"
 
 #: governments.html.j2:12
 msgid "Advantages for governments"
@@ -1284,9 +1284,9 @@ msgstr ""
 "Preservar y proveer pruebas criptográficas de su correcta operación para\n"
 "            ser auditados por reguladores financieros."
 
-#: merchants.html.j2:3
+#: common/navigation.inc.j2:15 merchants.html.j2:3
 msgid "Merchants"
-msgstr ""
+msgstr "Comerciantes"
 
 #: merchants.html.j2:12
 msgid "Advantages for merchants"
@@ -1580,34 +1580,18 @@ msgstr ""
 "Libre</a> only."
 
 #: common/navigation.inc.j2:12
-msgid "<a href='/'>Home</a>"
-msgstr "<a href='/'>Inicio</a>"
+msgid "Home"
+msgstr "Inicio"
 
 #: common/navigation.inc.j2:13
-msgid "<a href='https://demo.taler.net/' target='_blank'>Demo</a>"
-msgstr "<a href='https://demo.taler.net/' target='_blank'>Demo</a>"
-
-#: common/navigation.inc.j2:14
-msgid "<a href='/citizens'>Citizens</a>"
-msgstr "<a href='/citizens'>Ciudadanos</a>"
-
-#: common/navigation.inc.j2:15
-msgid "<a href='/merchants'>Merchants</a>"
-msgstr "<a href='/merchants'>Comerciantes</a>"
-
-#: common/navigation.inc.j2:16
-msgid "<a href='/governments'>Governments</a>"
-msgstr "<a href='/governments'>Gobiernos</a>"
+msgid "Demo"
+msgstr "Demo"
 
 #: common/navigation.inc.j2:17
-msgid "<a href='/investors'>Operators</a>"
-msgstr "<a href='/investors'>Inversores</a>"
-
-#: common/navigation.inc.j2:18
-msgid "<a href='/developers'>Developers</a>"
-msgstr "<a href='/developers'>Programadores</a>"
+msgid "Operators"
+msgstr "Inversores"
 
 #: common/navigation.inc.j2:19
-msgid "<a href='/about'>About&nbsp;us</a>"
-msgstr "<a href='/about'>Quiénes somos</a>"
+msgid "About&nbsp;us"
+msgstr "Quiénes somos"
 
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index c271e80..a5003b3 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-01-19 19:36+0100\n"
+"POT-Creation-Date: 2017-01-19 20:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: fr\n"
@@ -127,9 +127,9 @@ msgstr "Linux, FreeBSD, sites Web et en état profond de 
détente."
 msgid "Software engineer. Works on Android wallet."
 msgstr ""
 
-#: citizens.html.j2:3
+#: citizens.html.j2:3 common/navigation.inc.j2:14
 msgid "Citizens"
-msgstr ""
+msgstr "Citoyens"
 
 #: citizens.html.j2:12
 msgid "Advantages for citizens"
@@ -339,9 +339,9 @@ msgstr ""
 "               être revu par le client plus tard, ou même dans un "
 "tribunal."
 
-#: developers.html.j2:3
+#: common/navigation.inc.j2:18 developers.html.j2:3
 msgid "Developers"
-msgstr ""
+msgstr "Développeurs"
 
 #: developers.html.j2:12
 msgid "Taler for developers"
@@ -753,9 +753,9 @@ msgstr ""
 msgid "Financial News"
 msgstr ""
 
-#: governments.html.j2:3
+#: common/navigation.inc.j2:16 governments.html.j2:3
 msgid "Governments"
-msgstr ""
+msgstr "Gouvernements"
 
 #: governments.html.j2:12
 msgid "Advantages for governments"
@@ -1277,9 +1277,9 @@ msgstr ""
 "              des opérations requises pour les audits pes les authorités "
 "financières."
 
-#: merchants.html.j2:3
+#: common/navigation.inc.j2:15 merchants.html.j2:3
 msgid "Merchants"
-msgstr ""
+msgstr "Commerçants"
 
 #: merchants.html.j2:12
 msgid "Advantages for merchants"
@@ -1565,35 +1565,19 @@ msgid ""
 msgstr ""
 
 #: common/navigation.inc.j2:12
-msgid "<a href='/'>Home</a>"
-msgstr "<a href='/'>Accueil</a>"
+msgid "Home"
+msgstr "Accueil"
 
 #: common/navigation.inc.j2:13
-msgid "<a href='https://demo.taler.net/' target='_blank'>Demo</a>"
-msgstr "<a href='https://demo.taler.net/' target='_blank'>Démo</a>"
-
-#: common/navigation.inc.j2:14
-msgid "<a href='/citizens'>Citizens</a>"
-msgstr "<a href='/citizens'>Citoyens</a>"
-
-#: common/navigation.inc.j2:15
-msgid "<a href='/merchants'>Merchants</a>"
-msgstr "<a href='/merchants'>Commerçants</a>"
-
-#: common/navigation.inc.j2:16
-msgid "<a href='/governments'>Governments</a>"
-msgstr "<a href='/governments'>Gouvernements</a>"
+msgid "Demo"
+msgstr "Démo"
 
 #: common/navigation.inc.j2:17
 #, fuzzy
-msgid "<a href='/investors'>Operators</a>"
-msgstr "<a href='/investors'>Investisseurs</a>"
-
-#: common/navigation.inc.j2:18
-msgid "<a href='/developers'>Developers</a>"
-msgstr "<a href='/developers'>Développeurs</a>"
+msgid "Operators"
+msgstr "Investisseurs"
 
 #: common/navigation.inc.j2:19
-msgid "<a href='/about'>About&nbsp;us</a>"
-msgstr "<a href='/about'>À&nbsp;propos</a>"
+msgid "About&nbsp;us"
+msgstr "À&nbsp;propos"
 
diff --git a/locale/it/LC_MESSAGES/messages.po 
b/locale/it/LC_MESSAGES/messages.po
index c6c0d1f..ab5f409 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-01-19 19:36+0100\n"
+"POT-Creation-Date: 2017-01-19 20:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: it\n"
@@ -128,9 +128,9 @@ msgstr "Linux, FreeBSD, siti web e il deep state nel tempo 
libero."
 msgid "Software engineer. Works on Android wallet."
 msgstr ""
 
-#: citizens.html.j2:3
+#: citizens.html.j2:3 common/navigation.inc.j2:14
 msgid "Citizens"
-msgstr ""
+msgstr "Cittadini"
 
 #: citizens.html.j2:12
 msgid "Advantages for citizens"
@@ -333,9 +333,9 @@ msgstr ""
 "\t     essere mantenuti nel portafoglio per future revisioni da parte\n"
 "\t     del cliente o persino per essere mostrati durante una causa."
 
-#: developers.html.j2:3
+#: common/navigation.inc.j2:18 developers.html.j2:3
 msgid "Developers"
-msgstr ""
+msgstr "Sviluppatori"
 
 #: developers.html.j2:12
 msgid "Taler for developers"
@@ -753,9 +753,9 @@ msgstr ""
 msgid "Financial News"
 msgstr ""
 
-#: governments.html.j2:3
+#: common/navigation.inc.j2:16 governments.html.j2:3
 msgid "Governments"
-msgstr ""
+msgstr "Governi"
 
 #: governments.html.j2:12
 msgid "Advantages for governments"
@@ -1283,9 +1283,9 @@ msgstr ""
 "\n"
 "\t    finanziari"
 
-#: merchants.html.j2:3
+#: common/navigation.inc.j2:15 merchants.html.j2:3
 msgid "Merchants"
-msgstr ""
+msgstr "Venditori"
 
 #: merchants.html.j2:12
 msgid "Advantages for merchants"
@@ -1575,34 +1575,18 @@ msgid ""
 msgstr ""
 
 #: common/navigation.inc.j2:12
-msgid "<a href='/'>Home</a>"
-msgstr "<a href='/'>Home</a>"
+msgid "Home"
+msgstr "Home"
 
 #: common/navigation.inc.j2:13
-msgid "<a href='https://demo.taler.net/' target='_blank'>Demo</a>"
-msgstr "<a href='https://demo.taler.net/' target='_blank'>Demo</a>"
-
-#: common/navigation.inc.j2:14
-msgid "<a href='/citizens'>Citizens</a>"
-msgstr "<a href='/citizens'>Cittadini</a>"
-
-#: common/navigation.inc.j2:15
-msgid "<a href='/merchants'>Merchants</a>"
-msgstr "<a href='/merchants'>Venditori</a>"
-
-#: common/navigation.inc.j2:16
-msgid "<a href='/governments'>Governments</a>"
-msgstr "<a href='/governments'>Governi</a>"
+msgid "Demo"
+msgstr "Demo"
 
 #: common/navigation.inc.j2:17
-msgid "<a href='/investors'>Operators</a>"
-msgstr "<a href='/investors'>Investitori</a>"
-
-#: common/navigation.inc.j2:18
-msgid "<a href='/developers'>Developers</a>"
-msgstr "<a href='/developers'>Sviluppatori</a>"
+msgid "Operators"
+msgstr "Investitori"
 
 #: common/navigation.inc.j2:19
-msgid "<a href='/about'>About&nbsp;us</a>"
-msgstr "<a href='/about'>Chi siamo</a>"
+msgid "About&nbsp;us"
+msgstr "Chi siamo"
 

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



reply via email to

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