Locatizations.
[wolnelektury.git] / src / funding / templates / funding / email / base.txt
old mode 100755 (executable)
new mode 100644 (file)
index 1129549..74c0f42
@@ -1,10 +1,12 @@
-{% autoescape off %}{% load i18n %}{% trans 'Hi' %}{% if funding.name %} {{ funding.name }}{% endif %},
+{% autoescape off %}{% load i18n %}{% trans 'Cześć' %}{% if funding.name %} {{ funding.name }}{% endif %},
 {% block body %}
-{% endblock %}
-{% blocktrans %}Cheers,
-Wolne Lektury team{% endblocktrans %}
+{% endblock %}{% get_current_language as LANGUAGE_CODE %}
+{% if LANGUAGE_CODE == 'pl' %}Chcesz wiedzieć więcej o działaniach realizowanych w ramach projektu Wolne Lektury?
+Zapisz się na nasz newsletter https://{{ site.domain }}{% url 'subscribe' %}, a już nigdy nie przegapisz żadnej publikacji nowej książki czy kolejnej zbiórki.{% endif %}
+{% blocktrans %}Pozdrawiamy
+zespół Wolnych Lektur{% endblocktrans %}
 
 -- 
-{% blocktrans %}If you don't want to receive any more updates, please visit this page:{% endblocktrans %}
-http://{{site.domain}}{{ funding.get_disable_notifications_url }}
+{% blocktrans %}Jeśli nie chcesz otrzymywać kolejnych powiadomień, odwiedź tę stronę:{% endblocktrans %}
+https://{{site.domain}}{{ funding.get_disable_notifications_url }}
 {% endautoescape %}