Locatizations.
[wolnelektury.git] / src / funding / templates / funding / email / base.txt
index f147469..74c0f42 100644 (file)
@@ -1,12 +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 %}{% 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 %}Cheers,
-Wolne Lektury team{% endblocktrans %}
+{% blocktrans %}Pozdrawiamy
+zespół Wolnych Lektur{% endblocktrans %}
 
 -- 
-{% blocktrans %}If you don't want to receive any more updates, please visit this page:{% endblocktrans %}
+{% blocktrans %}Jeśli nie chcesz otrzymywać kolejnych powiadomień, odwiedź tę stronę:{% endblocktrans %}
 https://{{site.domain}}{{ funding.get_disable_notifications_url }}
 {% endautoescape %}