From 2ce813d67ee32a100c7c3643717856f1718cf81c Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Mon, 12 Oct 2015 17:41:39 +0200 Subject: updating translations --- pyaggr3g470r/templates/about.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pyaggr3g470r/templates/about.html (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html new file mode 100644 index 00000000..fe108878 --- /dev/null +++ b/pyaggr3g470r/templates/about.html @@ -0,0 +1,32 @@ +{% extends "layout.html" %} +{% block content %} +
+
+

{{ _("About") }}

+

+ {{ _("pyAggr3g470r is a news aggregator platform and can be shared between several users.") }} + {{ _("You can easily install pyAggr3g470r on your server.") }} + {{ _("Alternatively, you can deploy your own copy using this button:") }}

+ https://www.herokucdn.com/deploy/button.png

+

{{ _("This software is under AGPLv3 license. You are welcome to copy, modify or redistribute the %(start_link_source)ssource code%(end_link_source)s according to the %(start_link_affero)sAffero GPL%(end_link_affero)s license.", + start_link_source=""|safe, end_link_source=""|safe, + start_link_affero=""|safe, end_link_affero=""|safe) }}

+

{{ _("Found a bug? Report it %(start_link)shere%(end_link)s.", start_link=""|safe, end_link=""|safe) }}

+
+
+

{{ _("Help") }}

+

{{ _("If you have any problem, %(start_link)scontact%(end_link)s the administrator.", start_link=""|safe, end_link=""|safe) }}

+

{{ _("The documentation of the RESTful API is %(start_link)shere%(end_link)s.", start_link=""|safe, end_link=""|safe) }}

+

{{ _("You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.") }}

+ + {{ _("Subscribe to this feed using pyAggr3g470r") }} + +
+
+

{{ _("Donation") }}

+

{{ _("If you wish and if you like pyAggr3g470r, you can donate via bitcoin %(start_link)s1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ%(end_link)s. Thank you!", + start_link=""|safe, end_link=""|safe) }} +

+
+
+{% endblock %} -- cgit