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 (ce5a114 -> d1a5bdf)


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated (ce5a114 -> d1a5bdf)
Date: Tue, 17 Sep 2019 13:59:17 +0200

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

ng0 pushed a change to branch master
in repository www.

    from ce5a114  clarify
     new f56e2b8  as per discussion, make the language stick to english for now.
     new d1a5bdf  follow-up, cosmetical in navbar.

The 2 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:
 common/header.j2.inc              | 3 ++-
 common/navigation.j2.inc          | 2 ++
 locale/de/LC_MESSAGES/messages.po | 6 ++++--
 locale/en/LC_MESSAGES/messages.po | 4 ++--
 locale/es/LC_MESSAGES/messages.po | 6 ++++--
 locale/fr/LC_MESSAGES/messages.po | 4 ++--
 locale/it/LC_MESSAGES/messages.po | 4 ++--
 locale/pt/LC_MESSAGES/messages.po | 6 ++++--
 locale/ru/LC_MESSAGES/messages.po | 4 ++--
 9 files changed, 24 insertions(+), 15 deletions(-)

diff --git a/common/header.j2.inc b/common/header.j2.inc
index ed46265..e75a943 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -25,11 +25,12 @@
     </script>
 
     <link rel="alternate" hreflang="en" href="{{ self_localized('en') }}" />
+    <!--
     <link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" />
     <link rel="alternate" hreflang="fr" href="{{ self_localized('fr') }}" />
     <link rel="alternate" hreflang="es" href="{{ self_localized('es') }}" />
     <link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" />
-
+    -->
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="author" content="">
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index ca5e35a..520b340 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -38,12 +38,14 @@
       </button>
       <ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
         <li><a class="dropdown-item" href="{{ self_localized('en') }}">English 
[en]</a></li>
+        <!--
         <li><a class="dropdown-item" href="{{ self_localized('de') }}">Deutsch 
[de]</a></li>
         <li><a class="dropdown-item" href="{{ self_localized('fr') 
}}">Fran&ccedil;ais [fr]</a></li>
         <li><a class="dropdown-item" href="{{ self_localized('it') 
}}">Italiano [it]</a></li>
         <li><a class="dropdown-item" href="{{ self_localized('es') 
}}">Espa&ntilde;ol [es]</a></li>
         <li><a class="dropdown-item" href="{{ self_localized('pt') 
}}">Portugu&ecirc;s [pt]</a></li>
         <li><a class="dropdown-item" href="{{ self_localized('ru') 
}}">&#x420;&#x443;&#x301;&#x441;&#x441;&#x43A;&#x438;&#x439;&#x20;&#x44F;&#x437;&#x44B;&#x301;&#x43A;
 [ru]</a></li>
+        -->
       </ul>
     </div>
 
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index 0df4b66..0af6ef5 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/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: 2019-09-03 12:13+0000\n"
+"POT-Creation-Date: 2019-09-17 11:56+0000\n"
 "PO-Revision-Date: 2017-06-02 09:46+0100\n"
 "Last-Translator: Stefan Kügel <address@hidden>\n"
 "Language-Team: de <address@hidden, address@hidden>\n"
@@ -2991,7 +2991,9 @@ msgid "Applied cryptography. Contact to W3c &amp; Tor."
 msgstr "Angewandte Kryptografie. Ansprechpartner für W3C und TOR."
 
 #: template/team.html.j2:48
-msgid "Founder of the GNU project. Ethical guidance and licensing."
+#, fuzzy
+#| msgid "Founder of the GNU project. Ethical guidance and licensing."
+msgid "Founder of the GNU project. Software Freedom Advisor."
 msgstr "Gründer des GNU project. Ethische Richtlinien und Lizenzvergabe."
 
 #: template/team.html.j2:55
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index 90a70d8..b96017f 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: 2019-09-03 12:13+0000\n"
+"POT-Creation-Date: 2019-09-17 11:56+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: en <address@hidden>\n"
@@ -2089,7 +2089,7 @@ msgid "Applied cryptography. Contact to W3c &amp; Tor."
 msgstr ""
 
 #: template/team.html.j2:48
-msgid "Founder of the GNU project. Ethical guidance and licensing."
+msgid "Founder of the GNU project. Software Freedom Advisor."
 msgstr ""
 
 #: template/team.html.j2:55
diff --git a/locale/es/LC_MESSAGES/messages.po 
b/locale/es/LC_MESSAGES/messages.po
index 069f84b..6cd8dbd 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/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: 2019-09-03 12:13+0000\n"
+"POT-Creation-Date: 2019-09-17 11:56+0000\n"
 "PO-Revision-Date: 2017-08-10 06:24+0200\n"
 "Last-Translator: \n"
 "Language-Team: es <address@hidden>\n"
@@ -2686,7 +2686,9 @@ msgid "Applied cryptography. Contact to W3c &amp; Tor."
 msgstr "Criptografía aplicada. Contacto para W3C &amp; Tor."
 
 #: template/team.html.j2:48
-msgid "Founder of the GNU project. Ethical guidance and licensing."
+#, fuzzy
+#| msgid "Founder of the GNU project. Ethical guidance and licensing."
+msgid "Founder of the GNU project. Software Freedom Advisor."
 msgstr "Fundador del proyecto GNU. Orientación ética y licencias."
 
 #: template/team.html.j2:55
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index 61aacc1..f692f30 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/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: 2019-09-03 12:13+0000\n"
+"POT-Creation-Date: 2019-09-17 11:56+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: fr <address@hidden>\n"
@@ -2116,7 +2116,7 @@ msgstr "mathématicien"
 
 #: template/team.html.j2:48
 #, fuzzy
-msgid "Founder of the GNU project. Ethical guidance and licensing."
+msgid "Founder of the GNU project. Software Freedom Advisor."
 msgstr "Enthousiaste Ethique"
 
 #: template/team.html.j2:55
diff --git a/locale/it/LC_MESSAGES/messages.po 
b/locale/it/LC_MESSAGES/messages.po
index 42ede1c..fe20660 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/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: 2019-09-03 12:13+0000\n"
+"POT-Creation-Date: 2019-09-17 11:56+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: it <address@hidden>\n"
@@ -2686,7 +2686,7 @@ msgstr "Matematico e crittografo. Attivo nel W3C &amp; 
Tor"
 
 #: template/team.html.j2:48
 #, fuzzy
-msgid "Founder of the GNU project. Ethical guidance and licensing."
+msgid "Founder of the GNU project. Software Freedom Advisor."
 msgstr "Fondatore del progetto GNU. Guida etica e esperto di licenze."
 
 #: template/team.html.j2:55
diff --git a/locale/pt/LC_MESSAGES/messages.po 
b/locale/pt/LC_MESSAGES/messages.po
index 4674695..0d31047 100644
--- a/locale/pt/LC_MESSAGES/messages.po
+++ b/locale/pt/LC_MESSAGES/messages.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU taler master\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-09-03 12:13+0000\n"
+"POT-Creation-Date: 2019-09-17 11:56+0000\n"
 "PO-Revision-Date: 2018-01-28 15:27-0200\n"
 "Last-Translator: Rafael Fontenelle <address@hidden>\n"
 "Language-Team: Brazilian Portuguese\n"
@@ -2650,7 +2650,9 @@ msgid "Applied cryptography. Contact to W3c &amp; Tor."
 msgstr "Criptografia aplicada. Contato para W3c &amp; Tor."
 
 #: template/team.html.j2:48
-msgid "Founder of the GNU project. Ethical guidance and licensing."
+#, fuzzy
+#| msgid "Founder of the GNU project. Ethical guidance and licensing."
+msgid "Founder of the GNU project. Software Freedom Advisor."
 msgstr "Fundador do projeto GNU. Orientação ética e licenciamento."
 
 #: template/team.html.j2:55
diff --git a/locale/ru/LC_MESSAGES/messages.po 
b/locale/ru/LC_MESSAGES/messages.po
index 868cc56..ce96d1f 100644
--- a/locale/ru/LC_MESSAGES/messages.po
+++ b/locale/ru/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-09-03 12:13+0000\n"
+"POT-Creation-Date: 2019-09-17 11:56+0000\n"
 "PO-Revision-Date: 2017-12-29 11:14+0100\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: ru <address@hidden>\n"
@@ -2095,7 +2095,7 @@ msgid "Applied cryptography. Contact to W3c &amp; Tor."
 msgstr ""
 
 #: template/team.html.j2:48
-msgid "Founder of the GNU project. Ethical guidance and licensing."
+msgid "Founder of the GNU project. Software Freedom Advisor."
 msgstr ""
 
 #: template/team.html.j2:55

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



reply via email to

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