diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-01-01 19:25:59 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-01-01 19:25:59 +0000 |
commit | 17d64da21bc1d6358a07d2f22011732a577512dd (patch) | |
tree | 636bf6b32938539870e0ddd437680447438b56a2 | |
parent | f895102805e142aa3a398710c2fb0d3939f19bdd (diff) |
declaration of independence from the broken internet
-rw-r--r-- | common/base.j2 | 2 | ||||
-rw-r--r-- | index.html.j2 | 2 | ||||
-rw-r--r-- | locale/de/LC_MESSAGES/messages.po | 8 | ||||
-rw-r--r-- | locale/en/LC_MESSAGES/messages.po | 4 | ||||
-rw-r--r-- | locale/es/LC_MESSAGES/messages.po | 6 | ||||
-rw-r--r-- | locale/fr/LC_MESSAGES/messages.po | 6 | ||||
-rw-r--r-- | locale/it/LC_MESSAGES/messages.po | 8 |
7 files changed, 12 insertions, 24 deletions
diff --git a/common/base.j2 b/common/base.j2 index 67836b85..3ff8cb7d 100644 --- a/common/base.j2 +++ b/common/base.j2 @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"/> <title>{{ _("GNUnet") }}</title> - <meta name="description" content="{{ _('GNU\'s Framework for Secure Peer-to-Peer Networking') }}" /> + <meta name="description" content="{{ _('_project_title') }}" /> {% include "common/header.j2.inc" %} {% block head_content %}{% endblock %} </head> diff --git a/index.html.j2 b/index.html.j2 index 9a10103e..c1e99a7c 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -7,7 +7,7 @@ </div> <div class="container text-center"> - <h1>{{ _("GNU's Framework for Secure Peer-to-Peer Networking!") }}</h1> + <h1>{{ _("_project_title") }}</h1> <p> {% trans %} diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po index a5e5ab07..459c839a 100644 --- a/locale/de/LC_MESSAGES/messages.po +++ b/locale/de/LC_MESSAGES/messages.po @@ -176,8 +176,8 @@ msgid "GNUnet logo" msgstr "" #: index.html.j2:10 -msgid "GNU's Framework for Secure Peer-to-Peer Networking!" -msgstr "" +msgid "_project_title" +msgstr "GNUs Protokoll-Stack für ein neues ethisches Internet" #: index.html.j2:13 msgid "" @@ -275,10 +275,6 @@ msgstr "" msgid "GNUnet" msgstr "" -#: common/base.j2:6 -msgid "GNU's Framework for Secure Peer-to-Peer Networking" -msgstr "" - #: common/footer.j2.inc:7 msgid "About" msgstr "" diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po index e69de29b..d5553fcc 100644 --- a/locale/en/LC_MESSAGES/messages.po +++ b/locale/en/LC_MESSAGES/messages.po @@ -0,0 +1,4 @@ +#: index.html.j2:10 +msgid "_project_title" +msgstr "GNU's Protocol Stack for a New Ethical Internet" + diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po index 14859f55..17e8344f 100644 --- a/locale/es/LC_MESSAGES/messages.po +++ b/locale/es/LC_MESSAGES/messages.po @@ -177,7 +177,7 @@ msgid "GNUnet logo" msgstr "" #: index.html.j2:10 -msgid "GNU's Framework for Secure Peer-to-Peer Networking!" +msgid "_project_title" msgstr "" #: index.html.j2:13 @@ -276,10 +276,6 @@ msgstr "" msgid "GNUnet" msgstr "" -#: common/base.j2:6 -msgid "GNU's Framework for Secure Peer-to-Peer Networking" -msgstr "" - #: common/footer.j2.inc:7 msgid "About" msgstr "" diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po index b94b9b90..ec4fb37c 100644 --- a/locale/fr/LC_MESSAGES/messages.po +++ b/locale/fr/LC_MESSAGES/messages.po @@ -177,7 +177,7 @@ msgid "GNUnet logo" msgstr "" #: index.html.j2:10 -msgid "GNU's Framework for Secure Peer-to-Peer Networking!" +msgid "_project_title" msgstr "" #: index.html.j2:13 @@ -276,10 +276,6 @@ msgstr "" msgid "GNUnet" msgstr "" -#: common/base.j2:6 -msgid "GNU's Framework for Secure Peer-to-Peer Networking" -msgstr "" - #: common/footer.j2.inc:7 msgid "About" msgstr "" diff --git a/locale/it/LC_MESSAGES/messages.po b/locale/it/LC_MESSAGES/messages.po index 83d1cd68..a83bb39d 100644 --- a/locale/it/LC_MESSAGES/messages.po +++ b/locale/it/LC_MESSAGES/messages.po @@ -177,8 +177,8 @@ msgid "GNUnet logo" msgstr "" #: index.html.j2:10 -msgid "GNU's Framework for Secure Peer-to-Peer Networking!" -msgstr "" +msgid "_project_title" +msgstr "Stack di protocolli GNU per un nuovo Internet etico" #: index.html.j2:13 msgid "" @@ -276,10 +276,6 @@ msgstr "" msgid "GNUnet" msgstr "" -#: common/base.j2:6 -msgid "GNU's Framework for Secure Peer-to-Peer Networking" -msgstr "" - #: common/footer.j2.inc:7 msgid "About" msgstr "" |