gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-www] branch master updated: fixing build issue


From: gnunet
Subject: [taler-anastasis-www] branch master updated: fixing build issue
Date: Fri, 23 Oct 2020 17:54:07 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new 2778ccd  fixing build issue
2778ccd is described below

commit 2778ccd13de9e79dfbd7de949428048182a39369
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 23 17:52:17 2020 +0200

    fixing build issue
---
 Makefile                                  |  15 +-
 configure.py => build-system/configure.py |  13 +-
 build-system/taler-build-scripts          |   2 +-
 locale/de/LC_MESSAGES/messages.po         | 510 ++++++++++++++----------------
 locale/en/LC_MESSAGES/messages.po         | 231 --------------
 locale/es/LC_MESSAGES/messages.po         | 252 ++-------------
 locale/fr/LC_MESSAGES/messages.po         | 252 ++-------------
 locale/it/LC_MESSAGES/messages.po         | 252 ++-------------
 locale/pt/LC_MESSAGES/messages.po         | 252 ++-------------
 locale/ru/LC_MESSAGES/messages.po         | 252 ++-------------
 web-common                                |   2 +-
 11 files changed, 351 insertions(+), 1682 deletions(-)

diff --git a/Makefile b/Makefile
index 7afeea9..71b17e6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # This file is in the public domain.
 
-include config.mk
+include build-system/config.mk
 
 # List of all supported languages, add new languages here!
 LANGUAGES="en de fr es it ru pt"
@@ -9,7 +9,6 @@ LANGUAGES="en de fr es it ru pt"
 # TypeScript logic in web-common.
 .PHONY: all
 all: locale template
-       (cd web-common && $(tsc))
        ($(cp) rendered/static/robots.txt rendered/robots.txt)
        (for lang in `echo $(LANGUAGES)` ; do \
                $(cp) rendered/static/robots.txt rendered/$$lang/robots.txt; \
@@ -71,19 +70,15 @@ run: all
        $(browser) http://0.0.0.0:8000/rendered/en &
        $(python) -m http.server
 
-ifndef variant
-$(error variant is not set)
-endif
-
 .PHONY: install
 install: all
-       $(mkdir) -p $(prefix)/$(variant)
-       $(cp) -r rendered/* $(prefix)/$(variant)/
-       $(cp) -r rendered/.well-known/ $(prefix)/$(variant)/
+       $(mkdir) -p $(prefix)/
+       $(cp) -r rendered/* $(prefix)/
+       $(cp) -r rendered/.well-known/ $(prefix)/
 
 .PHONY: uninstall
 uninstall:
-       $(rm) -rf $(prefix)/$(variant)
+       $(rm) -rf $(prefix)/
 
 .PHONY: clean
 clean:
diff --git a/configure.py b/build-system/configure.py
old mode 100644
new mode 100755
similarity index 64%
rename from configure.py
rename to build-system/configure.py
index e68c4c4..87c6e52
--- a/configure.py
+++ b/build-system/configure.py
@@ -1,19 +1,10 @@
+# This configure.py.template file is in the public domain.
 import sys
 from pathlib import Path
-
-base_dir = Path(__file__, "../build-system/taler-build-scripts").resolve()
-
-if not base_dir.exists():
-    print(f"build system directory (${base_dir}) missing", file=sys.stderr)
-    sys.exit(1)
-
-sys.path.insert(0, str(base_dir))
-
 from talerbuildconfig import *
 
 b = BuildConfig()
 b.enable_prefix()
-b.enable_variant()
 b.enable_configmk()
 b.add_tool(PythonTool())
 b.add_tool(PyBabelTool())
@@ -26,7 +17,7 @@ b.add_tool(PosixTool("mkdir"))
 b.add_tool(PosixTool("rm"))
 b.add_tool(PosixTool("sh"))
 b.add_tool(PosixTool("msgmerge"))
-b.add_tool(PosixTool("tsc"))
 b.add_tool(PosixTool("git"))
 b.add_tool(BrowserTool())
 b.run()
+
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index c76fb9b..c9abff9 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit c76fb9b3af6ec43f2d2a83e6b4f523dcc5ac6a54
+Subproject commit c9abff9094f9e127b1b976dfd0702e6dce07c6d5
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index 19ddb1b..c27df05 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -18,310 +18,264 @@ msgstr ""
 "Generated-By: Babel 2.6.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "Anastasis"
-msgstr "Anastasis"
+#~ msgid "Anastasis"
+#~ msgstr "Anastasis"
 
-#: common/base.j2:6 common/news.j2:6
-msgid "Anastasis key recovery system"
-msgstr "Anastasis key recovery system"
+#~ msgid "Anastasis key recovery system"
+#~ msgstr "Anastasis key recovery system"
 
-#: common/footer.j2.inc:5
 #, fuzzy
-#| msgid ""
-#| "This page was created using <a href='https://www.gnu.org/'>Free Software</"
-#| "a> only."
-msgid ""
-"This page was created using <a href='https://www.gnu.org/' style='color: "
-"antiquewhite;'>Free Software</a> only."
-msgstr ""
-"Diese Webseite wurde nur mit <a href='https://www.gnu.org/'>Freier Software</"
-"a> erstellt."
+#~| msgid ""
+#~| "This page was created using <a href='https://www.gnu.org/'>Free "
+#~| "Software</a> only."
+#~ msgid ""
+#~ "This page was created using <a href='https://www.gnu.org/' style='color: "
+#~ "antiquewhite;'>Free Software</a> only."
+#~ msgstr ""
+#~ "Diese Webseite wurde nur mit <a href='https://www.gnu.org/'>Freier "
+#~ "Software</a> erstellt."
 
-#: common/navigation.j2.inc:12
-msgid "Home"
-msgstr "Start"
+#~ msgid "Home"
+#~ msgstr "Start"
 
-#: common/navigation.j2.inc:13
-msgid "About"
-msgstr "Über uns"
+#~ msgid "About"
+#~ msgstr "Über uns"
 
-#: common/navigation.j2.inc:14
-msgid "Docs"
-msgstr "Dokumentation"
+#~ msgid "Docs"
+#~ msgstr "Dokumentation"
 
-#: common/navigation.j2.inc:15 news/index.html.j2:4
-msgid "News"
-msgstr "Neuigkeiten"
+#~ msgid "News"
+#~ msgstr "Neuigkeiten"
 
-#: news/index.html.j2:9
-msgid ""
-"News posts about changes related to Anastasis such as releases and events."
-msgstr ""
-"Nachrichten über Änderungen im Zusammenhang mit Anastasis, wie "
-"Veröffentlichungen und Veranstaltungen."
+#~ msgid ""
+#~ "News posts about changes related to Anastasis such as releases and events."
+#~ msgstr ""
+#~ "Nachrichten über Änderungen im Zusammenhang mit Anastasis, wie "
+#~ "Veröffentlichungen und Veranstaltungen."
 
-#: news/index.html.j2:12
-msgid "subscribe to our RSS feed"
-msgstr "Abonnieren Sie unseren RSS-Feed"
+#~ msgid "subscribe to our RSS feed"
+#~ msgstr "Abonnieren Sie unseren RSS-Feed"
 
-#: news/index.html.j2:23
-msgid "read more"
-msgstr "Weiter"
+#~ msgid "read more"
+#~ msgstr "Weiter"
 
-#: template/about.html.j2:4
 #, fuzzy
-#| msgid "Anastasis"
-msgid "About Anastasis"
-msgstr "Über Anastasis"
-
-#: template/about.html.j2:9
-msgid ""
-"Anastasis is developed by a motivated team with the goal to help you to "
-"protect your private data."
-msgstr ""
-"Anastasis wird von einem motivierten Team entwickelt welches das Ziel hat, "
-"Ihnen beim Schutz Ihrer privaten Daten zu helfen."
-
-#: template/about.html.j2:14
-msgid "Company Background"
-msgstr "Hintergrund des Unternehmens"
+#~| msgid "Anastasis"
+#~ msgid "About Anastasis"
+#~ msgstr "Über Anastasis"
+
+#~ msgid ""
+#~ "Anastasis is developed by a motivated team with the goal to help you to "
+#~ "protect your private data."
+#~ msgstr ""
+#~ "Anastasis wird von einem motivierten Team entwickelt welches das Ziel "
+#~ "hat, Ihnen beim Schutz Ihrer privaten Daten zu helfen."
+
+#~ msgid "Company Background"
+#~ msgstr "Hintergrund des Unternehmens"
+
+#~ msgid ""
+#~ "Users of electronic wallets need a way to backup their secret keys. "
+#~ "Anastasis enables splitting up the key data to minimize the trust you "
+#~ "need to have into our escrow service. Our solution implements privacy by "
+#~ "design and thus ensures that we learn as little as possible as late as "
+#~ "possible about our users. Anastasis works close with other Free Software "
+#~ "privacy projects, such as GNU Taler and pretty Easy privacy (pEp)."
+#~ msgstr ""
+#~ "Benutzer von elektronischen 'Wallets' brauchen eine Möglichkeit, ihre "
+#~ "privaten Schlüssel zu sichern. Anastasis ermöglicht es die Schlüssel-"
+#~ "Daten auf verschiedene Anbieter zu verteilen. Dadurch kann der Benutzer "
+#~ "selber entscheiden wem er vertrauen möchte und muss nicht einem einzigen "
+#~ "Anbieter vollständig trauen. Unsere Lösung  wurde nach dem Prinzip "
+#~ "'Privacy by Design' implementiert und stellt so sicher, dass wir so wenig "
+#~ "wie möglich und so spät wie möglich über unsere Benutzer erfahren. "
+#~ "Anastasis arbeitet eng mit anderen Datenschutzprojekten zusammen, wie z."
+#~ "B. GNU Taler und pretty Easy privacy (pEp)."
+
+#~ msgid "Our Principles"
+#~ msgstr "Unsere Prinzipien"
 
-#: template/about.html.j2:18
-msgid ""
-"Users of electronic wallets need a way to backup their secret keys. "
-"Anastasis enables splitting up the key data to minimize the trust you need "
-"to have into our escrow service. Our solution implements privacy by design "
-"and thus ensures that we learn as little as possible as late as possible "
-"about our users. Anastasis works close with other Free Software privacy "
-"projects, such as GNU Taler and pretty Easy privacy (pEp)."
-msgstr ""
-"Benutzer von elektronischen 'Wallets' brauchen eine Möglichkeit, ihre "
-"privaten Schlüssel zu sichern. Anastasis ermöglicht es die Schlüssel-Daten "
-"auf verschiedene Anbieter zu verteilen. Dadurch kann der Benutzer selber "
-"entscheiden wem er vertrauen möchte und muss nicht einem einzigen Anbieter "
-"vollständig trauen. Unsere Lösung  wurde nach dem Prinzip 'Privacy by "
-"Design' implementiert und stellt so sicher, dass wir so wenig wie möglich "
-"und so spät wie möglich über unsere Benutzer erfahren. Anastasis arbeitet "
-"eng mit anderen Datenschutzprojekten zusammen, wie z.B. GNU Taler und pretty "
-"Easy privacy (pEp)."
-
-#: template/about.html.j2:26
-msgid "Our Principles"
-msgstr "Unsere Prinzipien"
-
-#: template/about.html.j2:33
 #, fuzzy
-#| msgid "Privacy"
-msgid "1. Privacy"
-msgstr "1. Privatsphäre"
-
-#: template/about.html.j2:40
-msgid ""
-"Privacy is our primary objective. We do not collect any unneccessary "
-"personal data, and the data we collect we encrypt until the point where we "
-"need it."
-msgstr ""
-"Datenschutz ist unser primäres Ziel. Wir sammeln keine unnötigen persönliche "
-"Daten. Die Benutzerdaten die wir für die Authentifizierung benötigen, werden "
-"verschlüsselt gespeichert und nur zum Zeitpunkt der Authentifizierung "
-"entschlüsselt."
+#~| msgid "Privacy"
+#~ msgid "1. Privacy"
+#~ msgstr "1. Privatsphäre"
+
+#~ msgid ""
+#~ "Privacy is our primary objective. We do not collect any unneccessary "
+#~ "personal data, and the data we collect we encrypt until the point where "
+#~ "we need it."
+#~ msgstr ""
+#~ "Datenschutz ist unser primäres Ziel. Wir sammeln keine unnötigen "
+#~ "persönliche Daten. Die Benutzerdaten die wir für die Authentifizierung "
+#~ "benötigen, werden verschlüsselt gespeichert und nur zum Zeitpunkt der "
+#~ "Authentifizierung entschlüsselt."
 
-#: template/about.html.j2:53
 #, fuzzy
-#| msgid "Free Software"
-msgid "2. Free Software"
-msgstr "2. Freie Software"
+#~| msgid "Free Software"
+#~ msgid "2. Free Software"
+#~ msgstr "2. Freie Software"
 
-#: template/about.html.j2:60
-msgid ""
-"Anastasis is Free Software and only uses components which are also Free "
-"Software. Our documentation is also fully available and unencumbered."
-msgstr ""
-"Anastasis ist Freie Software und verwendet nur Komponenten, die ebenfalls "
-"Freie Software sind. Unsere Dokumentation ist vollständig verfügbar."
+#~ msgid ""
+#~ "Anastasis is Free Software and only uses components which are also Free "
+#~ "Software. Our documentation is also fully available and unencumbered."
+#~ msgstr ""
+#~ "Anastasis ist Freie Software und verwendet nur Komponenten, die ebenfalls "
+#~ "Freie Software sind. Unsere Dokumentation ist vollständig verfügbar."
 
-#: template/about.html.j2:69
 #, fuzzy
-#| msgid "Be usable"
-msgid "3. Be usable"
-msgstr "3. Benutzer Erfahrung"
+#~| msgid "Be usable"
+#~ msgid "3. Be usable"
+#~ msgstr "3. Benutzer Erfahrung"
 
-#: template/about.html.j2:76
-msgid ""
-"Our focus is on delivering a practical solution that is usable for ordinary "
-"users and not just for experts."
-msgstr ""
-"Unser Schwerpunkt liegt auf der Bereitstellung einer praktischen Lösung, "
-"welche für normale Benutzer und nicht nur für Experten verwendbar ist."
+#~ msgid ""
+#~ "Our focus is on delivering a practical solution that is usable for "
+#~ "ordinary users and not just for experts."
+#~ msgstr ""
+#~ "Unser Schwerpunkt liegt auf der Bereitstellung einer praktischen Lösung, "
+#~ "welche für normale Benutzer und nicht nur für Experten verwendbar ist."
 
-#: template/about.html.j2:88
 #, fuzzy
-#| msgid "Flexible trust model"
-msgid "4. Flexible trust model"
-msgstr "4. Flexibles Vertrauensmodel"
-
-#: template/about.html.j2:95
-msgid ""
-"Anastasis must not rely on the trustworthiness of individual providers. It "
-"must be possible to use Anastasis safely, even if a subset of the providers "
-"is malicious."
-msgstr ""
-"Anastasis darf nicht von der Vertrauenswürdigkeit jedes einzelnen Anbieters "
-"abhängen. Anastasis muss die Sicherheit der Daten gewährleisten auch wenn "
-"eine Teilmenge der Anbieter nicht vertrauenswürdig ist. "
+#~| msgid "Flexible trust model"
+#~ msgid "4. Flexible trust model"
+#~ msgstr "4. Flexibles Vertrauensmodel"
+
+#~ msgid ""
+#~ "Anastasis must not rely on the trustworthiness of individual providers. "
+#~ "It must be possible to use Anastasis safely, even if a subset of the "
+#~ "providers is malicious."
+#~ msgstr ""
+#~ "Anastasis darf nicht von der Vertrauenswürdigkeit jedes einzelnen "
+#~ "Anbieters abhängen. Anastasis muss die Sicherheit der Daten gewährleisten "
+#~ "auch wenn eine Teilmenge der Anbieter nicht vertrauenswürdig ist. "
 
-#: template/about.html.j2:104
 #, fuzzy
-#| msgid "The user is in control"
-msgid "5. The user is in control"
-msgstr "5. Der Benutzer hat die Kontrolle"
-
-#: template/about.html.j2:111
-msgid ""
-"Anastasis must put the user in control: They get to decide which providers "
-"to use and which combinations of authentication steps will be required to "
-"restore their core secret. The core secret always remains exclusively under "
-"the user’s control, even during recovery."
-msgstr ""
-"Anastasis muss dem Benutzer die volle Kontrolle übergeben. Dies beinhaltet "
-"das freie Wählen der Authentifizierungsmethoden und Kombinationen zur "
-"Wiederherstellung und der Wahl der Anbieter. Das Geheimnis, dass der "
-"Benutzer bei Anastasis hinterlegt, steht unter der alleinigen Kontrolle des "
-"Benutzers. "
-
-#: template/about.html.j2:121
-msgid "Meet the team"
-msgstr "Lernen sie das Team kennen"
+#~| msgid "The user is in control"
+#~ msgid "5. The user is in control"
+#~ msgstr "5. Der Benutzer hat die Kontrolle"
+
+#~ msgid ""
+#~ "Anastasis must put the user in control: They get to decide which "
+#~ "providers to use and which combinations of authentication steps will be "
+#~ "required to restore their core secret. The core secret always remains "
+#~ "exclusively under the user’s control, even during recovery."
+#~ msgstr ""
+#~ "Anastasis muss dem Benutzer die volle Kontrolle übergeben. Dies "
+#~ "beinhaltet das freie Wählen der Authentifizierungsmethoden und "
+#~ "Kombinationen zur Wiederherstellung und der Wahl der Anbieter. Das "
+#~ "Geheimnis, dass der Benutzer bei Anastasis hinterlegt, steht unter der "
+#~ "alleinigen Kontrolle des Benutzers. "
+
+#~ msgid "Meet the team"
+#~ msgstr "Lernen sie das Team kennen"
+
+#~ msgid "CEO"
+#~ msgstr "CEO"
+
+#~ msgid "Communication"
+#~ msgstr "Kommunikation"
+
+#~ msgid "Developer & CTO"
+#~ msgstr "Entwickler & CTO"
+
+#~ msgid "References"
+#~ msgstr "Dokumente"
+
+#~ msgid ""
+#~ "This is an overview of documentation and other helpful ressources for "
+#~ "Anastasis."
+#~ msgstr ""
+#~ "Dies ist ein Überblick über die Dokumentation und andere hilfreiche "
+#~ "Ressourcen für Anastasis."
+
+#~ msgid "API Documentation"
+#~ msgstr "API Dokumentation"
 
-#: template/about.html.j2:128
-msgid "CEO"
-msgstr "CEO"
-
-#: template/about.html.j2:134
-msgid "Communication"
-msgstr "Kommunikation"
-
-#: template/about.html.j2:140
-msgid "Developer & CTO"
-msgstr "Entwickler & CTO"
-
-#: template/docs.html.j2:4
-msgid "References"
-msgstr "Dokumente"
-
-#: template/docs.html.j2:9
-msgid ""
-"This is an overview of documentation and other helpful ressources for "
-"Anastasis."
-msgstr ""
-"Dies ist ein Überblick über die Dokumentation und andere hilfreiche "
-"Ressourcen für Anastasis."
-
-#: template/docs.html.j2:17
-msgid "Codebase"
-msgstr ""
-
-#: template/docs.html.j2:27
-msgid "API Documentation"
-msgstr "API Dokumentation"
-
-#: template/docs.html.j2:36
 #, fuzzy
-#| msgid "API Documentation"
-msgid "Project Documentation"
-msgstr "Projekt Dokumentation"
-
-#: template/index.html.j2:4
-msgid "Introducing Anastasis"
-msgstr "Was ist Anastasis?"
-
-#: template/index.html.j2:9
-msgid ""
-"Anastasis is a key recovery system that allows the user to securely deposit "
-"shares of a core secret with an open set of escrow providers, to recover it "
-"if the secret is lost. The core secret itself is protected from the escrow "
-"providers by giving each provider only part of the information, and "
-"additionally by encrypting it with an identity-based key unknown to the "
-"providers. The main objective of Anastasis is to ensure that the user can "
-"reliably recover the core secret, while making this as difficult as possible "
-"for everyone else."
-msgstr ""
-"Anastasis ist ein Schlüsselwiederherstellungssystem welches dem Benutzer "
-"ermöglicht, Teile eines Schlüssels sicher bei einer Gruppe von Escrow-"
-"Anbietern zu hinterlegen. Der Benutzer kann so seinen Schlüssel "
-"wiederherstellen falls er verloren geht. Der Schlüssel selbst wird vor den "
-"Escrow-Anbietern geschützt, indem jedem Anbieter nur ein Teil der "
-"Informationen übergeben wird und zusätzlich mit einem identitätsbasierten "
-"Schlüssel verschlüsselt wird, der den Anbietern unbekannt ist. Das Hauptziel "
-"von Anastasis ist es sicherzustellen, dass der Benutzer seinen Schlüssel "
-"zuverlässig wiederherstellen kann, während dies für alle anderen so "
-"schwierig wie möglich gemacht wird. "
-
-#: template/index.html.j2:18
-msgid "System overview"
-msgstr "System Übersicht"
-
-#: template/index.html.j2:25
-msgid "Upload process flow"
-msgstr "Prozessablauf beim Hochladen"
-
-#: template/index.html.j2:44
-msgid "Recovery process flow"
-msgstr "Wiederherstellungsablauf"
-
-#: template/index.html.j2:61
-msgid "Unique Sales Propositions"
-msgstr "Alleinstellungsmerkmale"
-
-#: template/index.html.j2:69
-msgid "Flexible"
-msgstr "Flexibel"
-
-#: template/index.html.j2:73
-msgid ""
-"Anastasis lets you save your secret on several escrow providers. You can "
-"choose different combinations of these providers to recover your secret. The "
-"various providers provide different authentication methods (like SMS, secure "
-"question or E-Mail) which the user has to supply to recover their secret."
-msgstr ""
-"Mit Anastasis können Sie Ihren Schlüssel bei mehreren Escrow-Anbietern "
-"verteilen. Sie können verschiedene Kombinationen dieser Anbieter wählen um "
-"Ihr Geheimnis wiederherzustellen. Die Anbieter bieten dabei verschiedene "
-"Authentifizierungsmethoden wie: SMS, sichere Frage oder E-Mail an."
-
-#: template/index.html.j2:83
-msgid "Defense in depth"
-msgstr "Robuste Verteidigung"
-
-#: template/index.html.j2:87
-msgid ""
-"Anastasis is based on well-known cryptographic techniques. Our resulting "
-"solution offers post-quantum security. A compromised database of an "
-"individual Anastasis service provider by itself never leaks information that "
-"would be by itself sufficient to recover any core secret of any user."
-msgstr ""
-"Anastasis basiert auf gut geprüften kryptographischen Techniken. Unsere "
-"daraus resultierende Lösung bietet ebenfalls Post-Quantum-Sicherheit. Falls "
-"eine Datenbank eines Anastasis-Anbieters kompromitiert werden sollte, kann "
-"aus diesen Daten alleine kein Benutzer-Geheimnis wiederhergestellt werden. "
-
-#: template/index.html.j2:97
-msgid "Privacy"
-msgstr "Privatsphäre"
-
-#: template/index.html.j2:101
-msgid ""
-"Anastasis does not safe any data from the user except for the few details "
-"needed for authentication and recovery of the secret. When using Anastasis, "
-"only the user is capable to recover their secrets. Users can pay anonymously "
-"for the service, and switch service providers at any time."
-msgstr ""
-"Anastasis sichert keine Daten des Benutzers mit Ausnahme der Daten die für "
-"die Authentifizierung und die Wiederherstellung des Geheimnisses "
-"erforderlich sind. Bei der Verwendung von Anastasis ist nur der Benutzer in "
-"der Lage, seine Geheimnisse wiederherzustellen. Die Benutzer können anonym "
-"für den Dienst bezahlen und jederzeit den Dienstanbieter wechseln."
+#~| msgid "API Documentation"
+#~ msgid "Project Documentation"
+#~ msgstr "Projekt Dokumentation"
+
+#~ msgid "Introducing Anastasis"
+#~ msgstr "Was ist Anastasis?"
+
+#~ msgid ""
+#~ "Anastasis is a key recovery system that allows the user to securely "
+#~ "deposit shares of a core secret with an open set of escrow providers, to "
+#~ "recover it if the secret is lost. The core secret itself is protected "
+#~ "from the escrow providers by giving each provider only part of the "
+#~ "information, and additionally by encrypting it with an identity-based key "
+#~ "unknown to the providers. The main objective of Anastasis is to ensure "
+#~ "that the user can reliably recover the core secret, while making this as "
+#~ "difficult as possible for everyone else."
+#~ msgstr ""
+#~ "Anastasis ist ein Schlüsselwiederherstellungssystem welches dem Benutzer "
+#~ "ermöglicht, Teile eines Schlüssels sicher bei einer Gruppe von Escrow-"
+#~ "Anbietern zu hinterlegen. Der Benutzer kann so seinen Schlüssel "
+#~ "wiederherstellen falls er verloren geht. Der Schlüssel selbst wird vor "
+#~ "den Escrow-Anbietern geschützt, indem jedem Anbieter nur ein Teil der "
+#~ "Informationen übergeben wird und zusätzlich mit einem identitätsbasierten "
+#~ "Schlüssel verschlüsselt wird, der den Anbietern unbekannt ist. Das "
+#~ "Hauptziel von Anastasis ist es sicherzustellen, dass der Benutzer seinen "
+#~ "Schlüssel zuverlässig wiederherstellen kann, während dies für alle "
+#~ "anderen so schwierig wie möglich gemacht wird. "
+
+#~ msgid "System overview"
+#~ msgstr "System Übersicht"
+
+#~ msgid "Upload process flow"
+#~ msgstr "Prozessablauf beim Hochladen"
+
+#~ msgid "Recovery process flow"
+#~ msgstr "Wiederherstellungsablauf"
+
+#~ msgid "Unique Sales Propositions"
+#~ msgstr "Alleinstellungsmerkmale"
+
+#~ msgid "Flexible"
+#~ msgstr "Flexibel"
+
+#~ msgid ""
+#~ "Anastasis lets you save your secret on several escrow providers. You can "
+#~ "choose different combinations of these providers to recover your secret. "
+#~ "The various providers provide different authentication methods (like SMS, "
+#~ "secure question or E-Mail) which the user has to supply to recover their "
+#~ "secret."
+#~ msgstr ""
+#~ "Mit Anastasis können Sie Ihren Schlüssel bei mehreren Escrow-Anbietern "
+#~ "verteilen. Sie können verschiedene Kombinationen dieser Anbieter wählen "
+#~ "um Ihr Geheimnis wiederherzustellen. Die Anbieter bieten dabei "
+#~ "verschiedene Authentifizierungsmethoden wie: SMS, sichere Frage oder E-"
+#~ "Mail an."
+
+#~ msgid "Defense in depth"
+#~ msgstr "Robuste Verteidigung"
+
+#~ msgid ""
+#~ "Anastasis is based on well-known cryptographic techniques. Our resulting "
+#~ "solution offers post-quantum security. A compromised database of an "
+#~ "individual Anastasis service provider by itself never leaks information "
+#~ "that would be by itself sufficient to recover any core secret of any user."
+#~ msgstr ""
+#~ "Anastasis basiert auf gut geprüften kryptographischen Techniken. Unsere "
+#~ "daraus resultierende Lösung bietet ebenfalls Post-Quantum-Sicherheit. "
+#~ "Falls eine Datenbank eines Anastasis-Anbieters kompromitiert werden "
+#~ "sollte, kann aus diesen Daten alleine kein Benutzer-Geheimnis "
+#~ "wiederhergestellt werden. "
+
+#~ msgid "Privacy"
+#~ msgstr "Privatsphäre"
+
+#~ msgid ""
+#~ "Anastasis does not safe any data from the user except for the few details "
+#~ "needed for authentication and recovery of the secret. When using "
+#~ "Anastasis, only the user is capable to recover their secrets. Users can "
+#~ "pay anonymously for the service, and switch service providers at any time."
+#~ msgstr ""
+#~ "Anastasis sichert keine Daten des Benutzers mit Ausnahme der Daten die "
+#~ "für die Authentifizierung und die Wiederherstellung des Geheimnisses "
+#~ "erforderlich sind. Bei der Verwendung von Anastasis ist nur der Benutzer "
+#~ "in der Lage, seine Geheimnisse wiederherzustellen. Die Benutzer können "
+#~ "anonym für den Dienst bezahlen und jederzeit den Dienstanbieter wechseln."
 
 #~ msgid "Developer"
 #~ msgstr "Entwickler"
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index d02536a..d9c86bd 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -17,234 +17,3 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 2.6.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: common/base.j2:5 common/news.j2:5
-msgid "Anastasis"
-msgstr ""
-
-#: common/base.j2:6 common/news.j2:6
-msgid "Anastasis key recovery system"
-msgstr ""
-
-#: common/footer.j2.inc:5
-msgid ""
-"This page was created using <a href='https://www.gnu.org/' style='color: "
-"antiquewhite;'>Free Software</a> only."
-msgstr ""
-
-#: common/navigation.j2.inc:12
-msgid "Home"
-msgstr ""
-
-#: common/navigation.j2.inc:13
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:14
-msgid "Docs"
-msgstr ""
-
-#: common/navigation.j2.inc:15 news/index.html.j2:4
-msgid "News"
-msgstr ""
-
-#: news/index.html.j2:9
-msgid ""
-"News posts about changes related to Anastasis such as releases and events."
-msgstr ""
-
-#: news/index.html.j2:12
-msgid "subscribe to our RSS feed"
-msgstr ""
-
-#: news/index.html.j2:23
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:4
-msgid "About Anastasis"
-msgstr ""
-
-#: template/about.html.j2:9
-msgid ""
-"Anastasis is developed by a motivated team with the goal to help you to "
-"protect your private data."
-msgstr ""
-
-#: template/about.html.j2:14
-msgid "Company Background"
-msgstr ""
-
-#: template/about.html.j2:18
-msgid ""
-"Users of electronic wallets need a way to backup their secret keys. "
-"Anastasis enables splitting up the key data to minimize the trust you need "
-"to have into our escrow service. Our solution implements privacy by design "
-"and thus ensures that we learn as little as possible as late as possible "
-"about our users. Anastasis works close with other Free Software privacy "
-"projects, such as GNU Taler and pretty Easy privacy (pEp)."
-msgstr ""
-
-#: template/about.html.j2:26
-msgid "Our Principles"
-msgstr ""
-
-#: template/about.html.j2:33
-msgid "1. Privacy"
-msgstr ""
-
-#: template/about.html.j2:40
-msgid ""
-"Privacy is our primary objective. We do not collect any unneccessary "
-"personal data, and the data we collect we encrypt until the point where we "
-"need it."
-msgstr ""
-
-#: template/about.html.j2:53
-msgid "2. Free Software"
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"Anastasis is Free Software and only uses components which are also Free "
-"Software. Our documentation is also fully available and unencumbered."
-msgstr ""
-
-#: template/about.html.j2:69
-msgid "3. Be usable"
-msgstr ""
-
-#: template/about.html.j2:76
-msgid ""
-"Our focus is on delivering a practical solution that is usable for ordinary "
-"users and not just for experts."
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "4. Flexible trust model"
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"Anastasis must not rely on the trustworthiness of individual providers. It "
-"must be possible to use Anastasis safely, even if a subset of the providers "
-"is malicious."
-msgstr ""
-
-#: template/about.html.j2:104
-msgid "5. The user is in control"
-msgstr ""
-
-#: template/about.html.j2:111
-msgid ""
-"Anastasis must put the user in control: They get to decide which providers "
-"to use and which combinations of authentication steps will be required to "
-"restore their core secret. The core secret always remains exclusively under "
-"the user’s control, even during recovery."
-msgstr ""
-
-#: template/about.html.j2:121
-msgid "Meet the team"
-msgstr ""
-
-#: template/about.html.j2:128
-msgid "CEO"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "Communication"
-msgstr ""
-
-#: template/about.html.j2:140
-msgid "Developer & CTO"
-msgstr ""
-
-#: template/docs.html.j2:4
-msgid "References"
-msgstr ""
-
-#: template/docs.html.j2:9
-msgid ""
-"This is an overview of documentation and other helpful ressources for "
-"Anastasis."
-msgstr ""
-
-#: template/docs.html.j2:17
-msgid "Codebase"
-msgstr ""
-
-#: template/docs.html.j2:27
-msgid "API Documentation"
-msgstr ""
-
-#: template/docs.html.j2:36
-msgid "Project Documentation"
-msgstr ""
-
-#: template/index.html.j2:4
-msgid "Introducing Anastasis"
-msgstr ""
-
-#: template/index.html.j2:9
-msgid ""
-"Anastasis is a key recovery system that allows the user to securely deposit "
-"shares of a core secret with an open set of escrow providers, to recover it "
-"if the secret is lost. The core secret itself is protected from the escrow "
-"providers by giving each provider only part of the information, and "
-"additionally by encrypting it with an identity-based key unknown to the "
-"providers. The main objective of Anastasis is to ensure that the user can "
-"reliably recover the core secret, while making this as difficult as possible "
-"for everyone else."
-msgstr ""
-
-#: template/index.html.j2:18
-msgid "System overview"
-msgstr ""
-
-#: template/index.html.j2:25
-msgid "Upload process flow"
-msgstr ""
-
-#: template/index.html.j2:44
-msgid "Recovery process flow"
-msgstr ""
-
-#: template/index.html.j2:61
-msgid "Unique Sales Propositions"
-msgstr ""
-
-#: template/index.html.j2:69
-msgid "Flexible"
-msgstr ""
-
-#: template/index.html.j2:73
-msgid ""
-"Anastasis lets you save your secret on several escrow providers. You can "
-"choose different combinations of these providers to recover your secret. The "
-"various providers provide different authentication methods (like SMS, secure "
-"question or E-Mail) which the user has to supply to recover their secret."
-msgstr ""
-
-#: template/index.html.j2:83
-msgid "Defense in depth"
-msgstr ""
-
-#: template/index.html.j2:87
-msgid ""
-"Anastasis is based on well-known cryptographic techniques. Our resulting "
-"solution offers post-quantum security. A compromised database of an "
-"individual Anastasis service provider by itself never leaks information that "
-"would be by itself sufficient to recover any core secret of any user."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid "Privacy"
-msgstr ""
-
-#: template/index.html.j2:101
-msgid ""
-"Anastasis does not safe any data from the user except for the few details "
-"needed for authentication and recovery of the secret. When using Anastasis, "
-"only the user is capable to recover their secrets. Users can pay anonymously "
-"for the service, and switch service providers at any time."
-msgstr ""
diff --git a/locale/es/LC_MESSAGES/messages.po 
b/locale/es/LC_MESSAGES/messages.po
index 0b1493f..409ec3a 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -18,236 +18,28 @@ msgstr ""
 "Generated-By: Babel 2.6.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "Anastasis"
-msgstr "Anastasis"
+#~ msgid "Anastasis"
+#~ msgstr "Anastasis"
 
-#: common/base.j2:6 common/news.j2:6
-msgid "Anastasis key recovery system"
-msgstr "Anastasis key recovery system"
+#~ msgid "Anastasis key recovery system"
+#~ msgstr "Anastasis key recovery system"
 
-#: common/footer.j2.inc:5
-msgid ""
-"This page was created using <a href='https://www.gnu.org/' style='color: "
-"antiquewhite;'>Free Software</a> only."
-msgstr ""
-
-#: common/navigation.j2.inc:12
-msgid "Home"
-msgstr ""
-
-#: common/navigation.j2.inc:13
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:14
-msgid "Docs"
-msgstr ""
-
-#: common/navigation.j2.inc:15 news/index.html.j2:4
-msgid "News"
-msgstr ""
-
-#: news/index.html.j2:9
-msgid ""
-"News posts about changes related to Anastasis such as releases and events."
-msgstr ""
-
-#: news/index.html.j2:12
-msgid "subscribe to our RSS feed"
-msgstr ""
-
-#: news/index.html.j2:23
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:4
 #, fuzzy
-#| msgid "Anastasis"
-msgid "About Anastasis"
-msgstr "Anastasis"
-
-#: template/about.html.j2:9
-msgid ""
-"Anastasis is developed by a motivated team with the goal to help you to "
-"protect your private data."
-msgstr ""
-
-#: template/about.html.j2:14
-msgid "Company Background"
-msgstr ""
-
-#: template/about.html.j2:18
-msgid ""
-"Users of electronic wallets need a way to backup their secret keys. "
-"Anastasis enables splitting up the key data to minimize the trust you need "
-"to have into our escrow service. Our solution implements privacy by design "
-"and thus ensures that we learn as little as possible as late as possible "
-"about our users. Anastasis works close with other Free Software privacy "
-"projects, such as GNU Taler and pretty Easy privacy (pEp)."
-msgstr ""
-
-#: template/about.html.j2:26
-msgid "Our Principles"
-msgstr ""
-
-#: template/about.html.j2:33
-msgid "1. Privacy"
-msgstr ""
-
-#: template/about.html.j2:40
-msgid ""
-"Privacy is our primary objective. We do not collect any unneccessary "
-"personal data, and the data we collect we encrypt until the point where we "
-"need it."
-msgstr ""
-
-#: template/about.html.j2:53
-msgid "2. Free Software"
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"Anastasis is Free Software and only uses components which are also Free "
-"Software. Our documentation is also fully available and unencumbered."
-msgstr ""
-
-#: template/about.html.j2:69
-msgid "3. Be usable"
-msgstr ""
-
-#: template/about.html.j2:76
-msgid ""
-"Our focus is on delivering a practical solution that is usable for ordinary "
-"users and not just for experts."
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "4. Flexible trust model"
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"Anastasis must not rely on the trustworthiness of individual providers. It "
-"must be possible to use Anastasis safely, even if a subset of the providers "
-"is malicious."
-msgstr ""
-
-#: template/about.html.j2:104
-msgid "5. The user is in control"
-msgstr ""
-
-#: template/about.html.j2:111
-msgid ""
-"Anastasis must put the user in control: They get to decide which providers "
-"to use and which combinations of authentication steps will be required to "
-"restore their core secret. The core secret always remains exclusively under "
-"the user’s control, even during recovery."
-msgstr ""
-
-#: template/about.html.j2:121
-msgid "Meet the team"
-msgstr ""
-
-#: template/about.html.j2:128
-msgid "CEO"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "Communication"
-msgstr ""
-
-#: template/about.html.j2:140
-msgid "Developer & CTO"
-msgstr ""
-
-#: template/docs.html.j2:4
-msgid "References"
-msgstr ""
-
-#: template/docs.html.j2:9
-msgid ""
-"This is an overview of documentation and other helpful ressources for "
-"Anastasis."
-msgstr ""
-
-#: template/docs.html.j2:17
-msgid "Codebase"
-msgstr ""
-
-#: template/docs.html.j2:27
-msgid "API Documentation"
-msgstr ""
-
-#: template/docs.html.j2:36
-msgid "Project Documentation"
-msgstr ""
-
-#: template/index.html.j2:4
-msgid "Introducing Anastasis"
-msgstr "Was ist Anastasis?"
-
-#: template/index.html.j2:9
-msgid ""
-"Anastasis is a key recovery system that allows the user to securely deposit "
-"shares of a core secret with an open set of escrow providers, to recover it "
-"if the secret is lost. The core secret itself is protected from the escrow "
-"providers by giving each provider only part of the information, and "
-"additionally by encrypting it with an identity-based key unknown to the "
-"providers. The main objective of Anastasis is to ensure that the user can "
-"reliably recover the core secret, while making this as difficult as possible "
-"for everyone else."
-msgstr ""
-"Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
-
-#: template/index.html.j2:18
-msgid "System overview"
-msgstr ""
-
-#: template/index.html.j2:25
-msgid "Upload process flow"
-msgstr ""
-
-#: template/index.html.j2:44
-msgid "Recovery process flow"
-msgstr ""
-
-#: template/index.html.j2:61
-msgid "Unique Sales Propositions"
-msgstr ""
-
-#: template/index.html.j2:69
-msgid "Flexible"
-msgstr ""
-
-#: template/index.html.j2:73
-msgid ""
-"Anastasis lets you save your secret on several escrow providers. You can "
-"choose different combinations of these providers to recover your secret. The "
-"various providers provide different authentication methods (like SMS, secure "
-"question or E-Mail) which the user has to supply to recover their secret."
-msgstr ""
-
-#: template/index.html.j2:83
-msgid "Defense in depth"
-msgstr ""
-
-#: template/index.html.j2:87
-msgid ""
-"Anastasis is based on well-known cryptographic techniques. Our resulting "
-"solution offers post-quantum security. A compromised database of an "
-"individual Anastasis service provider by itself never leaks information that "
-"would be by itself sufficient to recover any core secret of any user."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid "Privacy"
-msgstr ""
-
-#: template/index.html.j2:101
-msgid ""
-"Anastasis does not safe any data from the user except for the few details "
-"needed for authentication and recovery of the secret. When using Anastasis, "
-"only the user is capable to recover their secrets. Users can pay anonymously "
-"for the service, and switch service providers at any time."
-msgstr ""
+#~| msgid "Anastasis"
+#~ msgid "About Anastasis"
+#~ msgstr "Anastasis"
+
+#~ msgid "Introducing Anastasis"
+#~ msgstr "Was ist Anastasis?"
+
+#~ msgid ""
+#~ "Anastasis is a key recovery system that allows the user to securely "
+#~ "deposit shares of a core secret with an open set of escrow providers, to "
+#~ "recover it if the secret is lost. The core secret itself is protected "
+#~ "from the escrow providers by giving each provider only part of the "
+#~ "information, and additionally by encrypting it with an identity-based key "
+#~ "unknown to the providers. The main objective of Anastasis is to ensure "
+#~ "that the user can reliably recover the core secret, while making this as "
+#~ "difficult as possible for everyone else."
+#~ msgstr ""
+#~ "Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index 0b1493f..409ec3a 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -18,236 +18,28 @@ msgstr ""
 "Generated-By: Babel 2.6.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "Anastasis"
-msgstr "Anastasis"
+#~ msgid "Anastasis"
+#~ msgstr "Anastasis"
 
-#: common/base.j2:6 common/news.j2:6
-msgid "Anastasis key recovery system"
-msgstr "Anastasis key recovery system"
+#~ msgid "Anastasis key recovery system"
+#~ msgstr "Anastasis key recovery system"
 
-#: common/footer.j2.inc:5
-msgid ""
-"This page was created using <a href='https://www.gnu.org/' style='color: "
-"antiquewhite;'>Free Software</a> only."
-msgstr ""
-
-#: common/navigation.j2.inc:12
-msgid "Home"
-msgstr ""
-
-#: common/navigation.j2.inc:13
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:14
-msgid "Docs"
-msgstr ""
-
-#: common/navigation.j2.inc:15 news/index.html.j2:4
-msgid "News"
-msgstr ""
-
-#: news/index.html.j2:9
-msgid ""
-"News posts about changes related to Anastasis such as releases and events."
-msgstr ""
-
-#: news/index.html.j2:12
-msgid "subscribe to our RSS feed"
-msgstr ""
-
-#: news/index.html.j2:23
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:4
 #, fuzzy
-#| msgid "Anastasis"
-msgid "About Anastasis"
-msgstr "Anastasis"
-
-#: template/about.html.j2:9
-msgid ""
-"Anastasis is developed by a motivated team with the goal to help you to "
-"protect your private data."
-msgstr ""
-
-#: template/about.html.j2:14
-msgid "Company Background"
-msgstr ""
-
-#: template/about.html.j2:18
-msgid ""
-"Users of electronic wallets need a way to backup their secret keys. "
-"Anastasis enables splitting up the key data to minimize the trust you need "
-"to have into our escrow service. Our solution implements privacy by design "
-"and thus ensures that we learn as little as possible as late as possible "
-"about our users. Anastasis works close with other Free Software privacy "
-"projects, such as GNU Taler and pretty Easy privacy (pEp)."
-msgstr ""
-
-#: template/about.html.j2:26
-msgid "Our Principles"
-msgstr ""
-
-#: template/about.html.j2:33
-msgid "1. Privacy"
-msgstr ""
-
-#: template/about.html.j2:40
-msgid ""
-"Privacy is our primary objective. We do not collect any unneccessary "
-"personal data, and the data we collect we encrypt until the point where we "
-"need it."
-msgstr ""
-
-#: template/about.html.j2:53
-msgid "2. Free Software"
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"Anastasis is Free Software and only uses components which are also Free "
-"Software. Our documentation is also fully available and unencumbered."
-msgstr ""
-
-#: template/about.html.j2:69
-msgid "3. Be usable"
-msgstr ""
-
-#: template/about.html.j2:76
-msgid ""
-"Our focus is on delivering a practical solution that is usable for ordinary "
-"users and not just for experts."
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "4. Flexible trust model"
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"Anastasis must not rely on the trustworthiness of individual providers. It "
-"must be possible to use Anastasis safely, even if a subset of the providers "
-"is malicious."
-msgstr ""
-
-#: template/about.html.j2:104
-msgid "5. The user is in control"
-msgstr ""
-
-#: template/about.html.j2:111
-msgid ""
-"Anastasis must put the user in control: They get to decide which providers "
-"to use and which combinations of authentication steps will be required to "
-"restore their core secret. The core secret always remains exclusively under "
-"the user’s control, even during recovery."
-msgstr ""
-
-#: template/about.html.j2:121
-msgid "Meet the team"
-msgstr ""
-
-#: template/about.html.j2:128
-msgid "CEO"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "Communication"
-msgstr ""
-
-#: template/about.html.j2:140
-msgid "Developer & CTO"
-msgstr ""
-
-#: template/docs.html.j2:4
-msgid "References"
-msgstr ""
-
-#: template/docs.html.j2:9
-msgid ""
-"This is an overview of documentation and other helpful ressources for "
-"Anastasis."
-msgstr ""
-
-#: template/docs.html.j2:17
-msgid "Codebase"
-msgstr ""
-
-#: template/docs.html.j2:27
-msgid "API Documentation"
-msgstr ""
-
-#: template/docs.html.j2:36
-msgid "Project Documentation"
-msgstr ""
-
-#: template/index.html.j2:4
-msgid "Introducing Anastasis"
-msgstr "Was ist Anastasis?"
-
-#: template/index.html.j2:9
-msgid ""
-"Anastasis is a key recovery system that allows the user to securely deposit "
-"shares of a core secret with an open set of escrow providers, to recover it "
-"if the secret is lost. The core secret itself is protected from the escrow "
-"providers by giving each provider only part of the information, and "
-"additionally by encrypting it with an identity-based key unknown to the "
-"providers. The main objective of Anastasis is to ensure that the user can "
-"reliably recover the core secret, while making this as difficult as possible "
-"for everyone else."
-msgstr ""
-"Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
-
-#: template/index.html.j2:18
-msgid "System overview"
-msgstr ""
-
-#: template/index.html.j2:25
-msgid "Upload process flow"
-msgstr ""
-
-#: template/index.html.j2:44
-msgid "Recovery process flow"
-msgstr ""
-
-#: template/index.html.j2:61
-msgid "Unique Sales Propositions"
-msgstr ""
-
-#: template/index.html.j2:69
-msgid "Flexible"
-msgstr ""
-
-#: template/index.html.j2:73
-msgid ""
-"Anastasis lets you save your secret on several escrow providers. You can "
-"choose different combinations of these providers to recover your secret. The "
-"various providers provide different authentication methods (like SMS, secure "
-"question or E-Mail) which the user has to supply to recover their secret."
-msgstr ""
-
-#: template/index.html.j2:83
-msgid "Defense in depth"
-msgstr ""
-
-#: template/index.html.j2:87
-msgid ""
-"Anastasis is based on well-known cryptographic techniques. Our resulting "
-"solution offers post-quantum security. A compromised database of an "
-"individual Anastasis service provider by itself never leaks information that "
-"would be by itself sufficient to recover any core secret of any user."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid "Privacy"
-msgstr ""
-
-#: template/index.html.j2:101
-msgid ""
-"Anastasis does not safe any data from the user except for the few details "
-"needed for authentication and recovery of the secret. When using Anastasis, "
-"only the user is capable to recover their secrets. Users can pay anonymously "
-"for the service, and switch service providers at any time."
-msgstr ""
+#~| msgid "Anastasis"
+#~ msgid "About Anastasis"
+#~ msgstr "Anastasis"
+
+#~ msgid "Introducing Anastasis"
+#~ msgstr "Was ist Anastasis?"
+
+#~ msgid ""
+#~ "Anastasis is a key recovery system that allows the user to securely "
+#~ "deposit shares of a core secret with an open set of escrow providers, to "
+#~ "recover it if the secret is lost. The core secret itself is protected "
+#~ "from the escrow providers by giving each provider only part of the "
+#~ "information, and additionally by encrypting it with an identity-based key "
+#~ "unknown to the providers. The main objective of Anastasis is to ensure "
+#~ "that the user can reliably recover the core secret, while making this as "
+#~ "difficult as possible for everyone else."
+#~ msgstr ""
+#~ "Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
diff --git a/locale/it/LC_MESSAGES/messages.po 
b/locale/it/LC_MESSAGES/messages.po
index 0b1493f..409ec3a 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -18,236 +18,28 @@ msgstr ""
 "Generated-By: Babel 2.6.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "Anastasis"
-msgstr "Anastasis"
+#~ msgid "Anastasis"
+#~ msgstr "Anastasis"
 
-#: common/base.j2:6 common/news.j2:6
-msgid "Anastasis key recovery system"
-msgstr "Anastasis key recovery system"
+#~ msgid "Anastasis key recovery system"
+#~ msgstr "Anastasis key recovery system"
 
-#: common/footer.j2.inc:5
-msgid ""
-"This page was created using <a href='https://www.gnu.org/' style='color: "
-"antiquewhite;'>Free Software</a> only."
-msgstr ""
-
-#: common/navigation.j2.inc:12
-msgid "Home"
-msgstr ""
-
-#: common/navigation.j2.inc:13
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:14
-msgid "Docs"
-msgstr ""
-
-#: common/navigation.j2.inc:15 news/index.html.j2:4
-msgid "News"
-msgstr ""
-
-#: news/index.html.j2:9
-msgid ""
-"News posts about changes related to Anastasis such as releases and events."
-msgstr ""
-
-#: news/index.html.j2:12
-msgid "subscribe to our RSS feed"
-msgstr ""
-
-#: news/index.html.j2:23
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:4
 #, fuzzy
-#| msgid "Anastasis"
-msgid "About Anastasis"
-msgstr "Anastasis"
-
-#: template/about.html.j2:9
-msgid ""
-"Anastasis is developed by a motivated team with the goal to help you to "
-"protect your private data."
-msgstr ""
-
-#: template/about.html.j2:14
-msgid "Company Background"
-msgstr ""
-
-#: template/about.html.j2:18
-msgid ""
-"Users of electronic wallets need a way to backup their secret keys. "
-"Anastasis enables splitting up the key data to minimize the trust you need "
-"to have into our escrow service. Our solution implements privacy by design "
-"and thus ensures that we learn as little as possible as late as possible "
-"about our users. Anastasis works close with other Free Software privacy "
-"projects, such as GNU Taler and pretty Easy privacy (pEp)."
-msgstr ""
-
-#: template/about.html.j2:26
-msgid "Our Principles"
-msgstr ""
-
-#: template/about.html.j2:33
-msgid "1. Privacy"
-msgstr ""
-
-#: template/about.html.j2:40
-msgid ""
-"Privacy is our primary objective. We do not collect any unneccessary "
-"personal data, and the data we collect we encrypt until the point where we "
-"need it."
-msgstr ""
-
-#: template/about.html.j2:53
-msgid "2. Free Software"
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"Anastasis is Free Software and only uses components which are also Free "
-"Software. Our documentation is also fully available and unencumbered."
-msgstr ""
-
-#: template/about.html.j2:69
-msgid "3. Be usable"
-msgstr ""
-
-#: template/about.html.j2:76
-msgid ""
-"Our focus is on delivering a practical solution that is usable for ordinary "
-"users and not just for experts."
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "4. Flexible trust model"
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"Anastasis must not rely on the trustworthiness of individual providers. It "
-"must be possible to use Anastasis safely, even if a subset of the providers "
-"is malicious."
-msgstr ""
-
-#: template/about.html.j2:104
-msgid "5. The user is in control"
-msgstr ""
-
-#: template/about.html.j2:111
-msgid ""
-"Anastasis must put the user in control: They get to decide which providers "
-"to use and which combinations of authentication steps will be required to "
-"restore their core secret. The core secret always remains exclusively under "
-"the user’s control, even during recovery."
-msgstr ""
-
-#: template/about.html.j2:121
-msgid "Meet the team"
-msgstr ""
-
-#: template/about.html.j2:128
-msgid "CEO"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "Communication"
-msgstr ""
-
-#: template/about.html.j2:140
-msgid "Developer & CTO"
-msgstr ""
-
-#: template/docs.html.j2:4
-msgid "References"
-msgstr ""
-
-#: template/docs.html.j2:9
-msgid ""
-"This is an overview of documentation and other helpful ressources for "
-"Anastasis."
-msgstr ""
-
-#: template/docs.html.j2:17
-msgid "Codebase"
-msgstr ""
-
-#: template/docs.html.j2:27
-msgid "API Documentation"
-msgstr ""
-
-#: template/docs.html.j2:36
-msgid "Project Documentation"
-msgstr ""
-
-#: template/index.html.j2:4
-msgid "Introducing Anastasis"
-msgstr "Was ist Anastasis?"
-
-#: template/index.html.j2:9
-msgid ""
-"Anastasis is a key recovery system that allows the user to securely deposit "
-"shares of a core secret with an open set of escrow providers, to recover it "
-"if the secret is lost. The core secret itself is protected from the escrow "
-"providers by giving each provider only part of the information, and "
-"additionally by encrypting it with an identity-based key unknown to the "
-"providers. The main objective of Anastasis is to ensure that the user can "
-"reliably recover the core secret, while making this as difficult as possible "
-"for everyone else."
-msgstr ""
-"Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
-
-#: template/index.html.j2:18
-msgid "System overview"
-msgstr ""
-
-#: template/index.html.j2:25
-msgid "Upload process flow"
-msgstr ""
-
-#: template/index.html.j2:44
-msgid "Recovery process flow"
-msgstr ""
-
-#: template/index.html.j2:61
-msgid "Unique Sales Propositions"
-msgstr ""
-
-#: template/index.html.j2:69
-msgid "Flexible"
-msgstr ""
-
-#: template/index.html.j2:73
-msgid ""
-"Anastasis lets you save your secret on several escrow providers. You can "
-"choose different combinations of these providers to recover your secret. The "
-"various providers provide different authentication methods (like SMS, secure "
-"question or E-Mail) which the user has to supply to recover their secret."
-msgstr ""
-
-#: template/index.html.j2:83
-msgid "Defense in depth"
-msgstr ""
-
-#: template/index.html.j2:87
-msgid ""
-"Anastasis is based on well-known cryptographic techniques. Our resulting "
-"solution offers post-quantum security. A compromised database of an "
-"individual Anastasis service provider by itself never leaks information that "
-"would be by itself sufficient to recover any core secret of any user."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid "Privacy"
-msgstr ""
-
-#: template/index.html.j2:101
-msgid ""
-"Anastasis does not safe any data from the user except for the few details "
-"needed for authentication and recovery of the secret. When using Anastasis, "
-"only the user is capable to recover their secrets. Users can pay anonymously "
-"for the service, and switch service providers at any time."
-msgstr ""
+#~| msgid "Anastasis"
+#~ msgid "About Anastasis"
+#~ msgstr "Anastasis"
+
+#~ msgid "Introducing Anastasis"
+#~ msgstr "Was ist Anastasis?"
+
+#~ msgid ""
+#~ "Anastasis is a key recovery system that allows the user to securely "
+#~ "deposit shares of a core secret with an open set of escrow providers, to "
+#~ "recover it if the secret is lost. The core secret itself is protected "
+#~ "from the escrow providers by giving each provider only part of the "
+#~ "information, and additionally by encrypting it with an identity-based key "
+#~ "unknown to the providers. The main objective of Anastasis is to ensure "
+#~ "that the user can reliably recover the core secret, while making this as "
+#~ "difficult as possible for everyone else."
+#~ msgstr ""
+#~ "Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
diff --git a/locale/pt/LC_MESSAGES/messages.po 
b/locale/pt/LC_MESSAGES/messages.po
index 0b1493f..409ec3a 100644
--- a/locale/pt/LC_MESSAGES/messages.po
+++ b/locale/pt/LC_MESSAGES/messages.po
@@ -18,236 +18,28 @@ msgstr ""
 "Generated-By: Babel 2.6.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "Anastasis"
-msgstr "Anastasis"
+#~ msgid "Anastasis"
+#~ msgstr "Anastasis"
 
-#: common/base.j2:6 common/news.j2:6
-msgid "Anastasis key recovery system"
-msgstr "Anastasis key recovery system"
+#~ msgid "Anastasis key recovery system"
+#~ msgstr "Anastasis key recovery system"
 
-#: common/footer.j2.inc:5
-msgid ""
-"This page was created using <a href='https://www.gnu.org/' style='color: "
-"antiquewhite;'>Free Software</a> only."
-msgstr ""
-
-#: common/navigation.j2.inc:12
-msgid "Home"
-msgstr ""
-
-#: common/navigation.j2.inc:13
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:14
-msgid "Docs"
-msgstr ""
-
-#: common/navigation.j2.inc:15 news/index.html.j2:4
-msgid "News"
-msgstr ""
-
-#: news/index.html.j2:9
-msgid ""
-"News posts about changes related to Anastasis such as releases and events."
-msgstr ""
-
-#: news/index.html.j2:12
-msgid "subscribe to our RSS feed"
-msgstr ""
-
-#: news/index.html.j2:23
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:4
 #, fuzzy
-#| msgid "Anastasis"
-msgid "About Anastasis"
-msgstr "Anastasis"
-
-#: template/about.html.j2:9
-msgid ""
-"Anastasis is developed by a motivated team with the goal to help you to "
-"protect your private data."
-msgstr ""
-
-#: template/about.html.j2:14
-msgid "Company Background"
-msgstr ""
-
-#: template/about.html.j2:18
-msgid ""
-"Users of electronic wallets need a way to backup their secret keys. "
-"Anastasis enables splitting up the key data to minimize the trust you need "
-"to have into our escrow service. Our solution implements privacy by design "
-"and thus ensures that we learn as little as possible as late as possible "
-"about our users. Anastasis works close with other Free Software privacy "
-"projects, such as GNU Taler and pretty Easy privacy (pEp)."
-msgstr ""
-
-#: template/about.html.j2:26
-msgid "Our Principles"
-msgstr ""
-
-#: template/about.html.j2:33
-msgid "1. Privacy"
-msgstr ""
-
-#: template/about.html.j2:40
-msgid ""
-"Privacy is our primary objective. We do not collect any unneccessary "
-"personal data, and the data we collect we encrypt until the point where we "
-"need it."
-msgstr ""
-
-#: template/about.html.j2:53
-msgid "2. Free Software"
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"Anastasis is Free Software and only uses components which are also Free "
-"Software. Our documentation is also fully available and unencumbered."
-msgstr ""
-
-#: template/about.html.j2:69
-msgid "3. Be usable"
-msgstr ""
-
-#: template/about.html.j2:76
-msgid ""
-"Our focus is on delivering a practical solution that is usable for ordinary "
-"users and not just for experts."
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "4. Flexible trust model"
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"Anastasis must not rely on the trustworthiness of individual providers. It "
-"must be possible to use Anastasis safely, even if a subset of the providers "
-"is malicious."
-msgstr ""
-
-#: template/about.html.j2:104
-msgid "5. The user is in control"
-msgstr ""
-
-#: template/about.html.j2:111
-msgid ""
-"Anastasis must put the user in control: They get to decide which providers "
-"to use and which combinations of authentication steps will be required to "
-"restore their core secret. The core secret always remains exclusively under "
-"the user’s control, even during recovery."
-msgstr ""
-
-#: template/about.html.j2:121
-msgid "Meet the team"
-msgstr ""
-
-#: template/about.html.j2:128
-msgid "CEO"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "Communication"
-msgstr ""
-
-#: template/about.html.j2:140
-msgid "Developer & CTO"
-msgstr ""
-
-#: template/docs.html.j2:4
-msgid "References"
-msgstr ""
-
-#: template/docs.html.j2:9
-msgid ""
-"This is an overview of documentation and other helpful ressources for "
-"Anastasis."
-msgstr ""
-
-#: template/docs.html.j2:17
-msgid "Codebase"
-msgstr ""
-
-#: template/docs.html.j2:27
-msgid "API Documentation"
-msgstr ""
-
-#: template/docs.html.j2:36
-msgid "Project Documentation"
-msgstr ""
-
-#: template/index.html.j2:4
-msgid "Introducing Anastasis"
-msgstr "Was ist Anastasis?"
-
-#: template/index.html.j2:9
-msgid ""
-"Anastasis is a key recovery system that allows the user to securely deposit "
-"shares of a core secret with an open set of escrow providers, to recover it "
-"if the secret is lost. The core secret itself is protected from the escrow "
-"providers by giving each provider only part of the information, and "
-"additionally by encrypting it with an identity-based key unknown to the "
-"providers. The main objective of Anastasis is to ensure that the user can "
-"reliably recover the core secret, while making this as difficult as possible "
-"for everyone else."
-msgstr ""
-"Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
-
-#: template/index.html.j2:18
-msgid "System overview"
-msgstr ""
-
-#: template/index.html.j2:25
-msgid "Upload process flow"
-msgstr ""
-
-#: template/index.html.j2:44
-msgid "Recovery process flow"
-msgstr ""
-
-#: template/index.html.j2:61
-msgid "Unique Sales Propositions"
-msgstr ""
-
-#: template/index.html.j2:69
-msgid "Flexible"
-msgstr ""
-
-#: template/index.html.j2:73
-msgid ""
-"Anastasis lets you save your secret on several escrow providers. You can "
-"choose different combinations of these providers to recover your secret. The "
-"various providers provide different authentication methods (like SMS, secure "
-"question or E-Mail) which the user has to supply to recover their secret."
-msgstr ""
-
-#: template/index.html.j2:83
-msgid "Defense in depth"
-msgstr ""
-
-#: template/index.html.j2:87
-msgid ""
-"Anastasis is based on well-known cryptographic techniques. Our resulting "
-"solution offers post-quantum security. A compromised database of an "
-"individual Anastasis service provider by itself never leaks information that "
-"would be by itself sufficient to recover any core secret of any user."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid "Privacy"
-msgstr ""
-
-#: template/index.html.j2:101
-msgid ""
-"Anastasis does not safe any data from the user except for the few details "
-"needed for authentication and recovery of the secret. When using Anastasis, "
-"only the user is capable to recover their secrets. Users can pay anonymously "
-"for the service, and switch service providers at any time."
-msgstr ""
+#~| msgid "Anastasis"
+#~ msgid "About Anastasis"
+#~ msgstr "Anastasis"
+
+#~ msgid "Introducing Anastasis"
+#~ msgstr "Was ist Anastasis?"
+
+#~ msgid ""
+#~ "Anastasis is a key recovery system that allows the user to securely "
+#~ "deposit shares of a core secret with an open set of escrow providers, to "
+#~ "recover it if the secret is lost. The core secret itself is protected "
+#~ "from the escrow providers by giving each provider only part of the "
+#~ "information, and additionally by encrypting it with an identity-based key "
+#~ "unknown to the providers. The main objective of Anastasis is to ensure "
+#~ "that the user can reliably recover the core secret, while making this as "
+#~ "difficult as possible for everyone else."
+#~ msgstr ""
+#~ "Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
diff --git a/locale/ru/LC_MESSAGES/messages.po 
b/locale/ru/LC_MESSAGES/messages.po
index 0b1493f..409ec3a 100644
--- a/locale/ru/LC_MESSAGES/messages.po
+++ b/locale/ru/LC_MESSAGES/messages.po
@@ -18,236 +18,28 @@ msgstr ""
 "Generated-By: Babel 2.6.0\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "Anastasis"
-msgstr "Anastasis"
+#~ msgid "Anastasis"
+#~ msgstr "Anastasis"
 
-#: common/base.j2:6 common/news.j2:6
-msgid "Anastasis key recovery system"
-msgstr "Anastasis key recovery system"
+#~ msgid "Anastasis key recovery system"
+#~ msgstr "Anastasis key recovery system"
 
-#: common/footer.j2.inc:5
-msgid ""
-"This page was created using <a href='https://www.gnu.org/' style='color: "
-"antiquewhite;'>Free Software</a> only."
-msgstr ""
-
-#: common/navigation.j2.inc:12
-msgid "Home"
-msgstr ""
-
-#: common/navigation.j2.inc:13
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:14
-msgid "Docs"
-msgstr ""
-
-#: common/navigation.j2.inc:15 news/index.html.j2:4
-msgid "News"
-msgstr ""
-
-#: news/index.html.j2:9
-msgid ""
-"News posts about changes related to Anastasis such as releases and events."
-msgstr ""
-
-#: news/index.html.j2:12
-msgid "subscribe to our RSS feed"
-msgstr ""
-
-#: news/index.html.j2:23
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:4
 #, fuzzy
-#| msgid "Anastasis"
-msgid "About Anastasis"
-msgstr "Anastasis"
-
-#: template/about.html.j2:9
-msgid ""
-"Anastasis is developed by a motivated team with the goal to help you to "
-"protect your private data."
-msgstr ""
-
-#: template/about.html.j2:14
-msgid "Company Background"
-msgstr ""
-
-#: template/about.html.j2:18
-msgid ""
-"Users of electronic wallets need a way to backup their secret keys. "
-"Anastasis enables splitting up the key data to minimize the trust you need "
-"to have into our escrow service. Our solution implements privacy by design "
-"and thus ensures that we learn as little as possible as late as possible "
-"about our users. Anastasis works close with other Free Software privacy "
-"projects, such as GNU Taler and pretty Easy privacy (pEp)."
-msgstr ""
-
-#: template/about.html.j2:26
-msgid "Our Principles"
-msgstr ""
-
-#: template/about.html.j2:33
-msgid "1. Privacy"
-msgstr ""
-
-#: template/about.html.j2:40
-msgid ""
-"Privacy is our primary objective. We do not collect any unneccessary "
-"personal data, and the data we collect we encrypt until the point where we "
-"need it."
-msgstr ""
-
-#: template/about.html.j2:53
-msgid "2. Free Software"
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"Anastasis is Free Software and only uses components which are also Free "
-"Software. Our documentation is also fully available and unencumbered."
-msgstr ""
-
-#: template/about.html.j2:69
-msgid "3. Be usable"
-msgstr ""
-
-#: template/about.html.j2:76
-msgid ""
-"Our focus is on delivering a practical solution that is usable for ordinary "
-"users and not just for experts."
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "4. Flexible trust model"
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"Anastasis must not rely on the trustworthiness of individual providers. It "
-"must be possible to use Anastasis safely, even if a subset of the providers "
-"is malicious."
-msgstr ""
-
-#: template/about.html.j2:104
-msgid "5. The user is in control"
-msgstr ""
-
-#: template/about.html.j2:111
-msgid ""
-"Anastasis must put the user in control: They get to decide which providers "
-"to use and which combinations of authentication steps will be required to "
-"restore their core secret. The core secret always remains exclusively under "
-"the user’s control, even during recovery."
-msgstr ""
-
-#: template/about.html.j2:121
-msgid "Meet the team"
-msgstr ""
-
-#: template/about.html.j2:128
-msgid "CEO"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "Communication"
-msgstr ""
-
-#: template/about.html.j2:140
-msgid "Developer & CTO"
-msgstr ""
-
-#: template/docs.html.j2:4
-msgid "References"
-msgstr ""
-
-#: template/docs.html.j2:9
-msgid ""
-"This is an overview of documentation and other helpful ressources for "
-"Anastasis."
-msgstr ""
-
-#: template/docs.html.j2:17
-msgid "Codebase"
-msgstr ""
-
-#: template/docs.html.j2:27
-msgid "API Documentation"
-msgstr ""
-
-#: template/docs.html.j2:36
-msgid "Project Documentation"
-msgstr ""
-
-#: template/index.html.j2:4
-msgid "Introducing Anastasis"
-msgstr "Was ist Anastasis?"
-
-#: template/index.html.j2:9
-msgid ""
-"Anastasis is a key recovery system that allows the user to securely deposit "
-"shares of a core secret with an open set of escrow providers, to recover it "
-"if the secret is lost. The core secret itself is protected from the escrow "
-"providers by giving each provider only part of the information, and "
-"additionally by encrypting it with an identity-based key unknown to the "
-"providers. The main objective of Anastasis is to ensure that the user can "
-"reliably recover the core secret, while making this as difficult as possible "
-"for everyone else."
-msgstr ""
-"Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
-
-#: template/index.html.j2:18
-msgid "System overview"
-msgstr ""
-
-#: template/index.html.j2:25
-msgid "Upload process flow"
-msgstr ""
-
-#: template/index.html.j2:44
-msgid "Recovery process flow"
-msgstr ""
-
-#: template/index.html.j2:61
-msgid "Unique Sales Propositions"
-msgstr ""
-
-#: template/index.html.j2:69
-msgid "Flexible"
-msgstr ""
-
-#: template/index.html.j2:73
-msgid ""
-"Anastasis lets you save your secret on several escrow providers. You can "
-"choose different combinations of these providers to recover your secret. The "
-"various providers provide different authentication methods (like SMS, secure "
-"question or E-Mail) which the user has to supply to recover their secret."
-msgstr ""
-
-#: template/index.html.j2:83
-msgid "Defense in depth"
-msgstr ""
-
-#: template/index.html.j2:87
-msgid ""
-"Anastasis is based on well-known cryptographic techniques. Our resulting "
-"solution offers post-quantum security. A compromised database of an "
-"individual Anastasis service provider by itself never leaks information that "
-"would be by itself sufficient to recover any core secret of any user."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid "Privacy"
-msgstr ""
-
-#: template/index.html.j2:101
-msgid ""
-"Anastasis does not safe any data from the user except for the few details "
-"needed for authentication and recovery of the secret. When using Anastasis, "
-"only the user is capable to recover their secrets. Users can pay anonymously "
-"for the service, and switch service providers at any time."
-msgstr ""
+#~| msgid "Anastasis"
+#~ msgid "About Anastasis"
+#~ msgstr "Anastasis"
+
+#~ msgid "Introducing Anastasis"
+#~ msgstr "Was ist Anastasis?"
+
+#~ msgid ""
+#~ "Anastasis is a key recovery system that allows the user to securely "
+#~ "deposit shares of a core secret with an open set of escrow providers, to "
+#~ "recover it if the secret is lost. The core secret itself is protected "
+#~ "from the escrow providers by giving each provider only part of the "
+#~ "information, and additionally by encrypting it with an identity-based key "
+#~ "unknown to the providers. The main objective of Anastasis is to ensure "
+#~ "that the user can reliably recover the core secret, while making this as "
+#~ "difficult as possible for everyone else."
+#~ msgstr ""
+#~ "Anastasis ist ein Schlüssel Widerherstellungssystem, das test test test"
diff --git a/web-common b/web-common
index 0968eb3..eaefc57 160000
--- a/web-common
+++ b/web-common
@@ -1 +1 @@
-Subproject commit 0968eb3d4023a8a0a37f7069f162eb786a6e04d2
+Subproject commit eaefc57f2ea5434ad6b7f1c11ee4daa0fc92c76c

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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