X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/funding/templates/funding/disable_notifications.html diff --git a/src/funding/templates/funding/disable_notifications.html b/src/funding/templates/funding/disable_notifications.html index 1ed6a9b04..3536a6c2b 100644 --- a/src/funding/templates/funding/disable_notifications.html +++ b/src/funding/templates/funding/disable_notifications.html @@ -2,27 +2,27 @@ {% load i18n %} {% load fnp_share %} -{% block titleextra %}{% trans "Disable notifications" %}{% endblock %} +{% block titleextra %}{% trans "Wyłącz powiadomienia" %}{% endblock %} {% block body %} -

{% trans "Disable notifications" %}

+

{% trans "Wyłącz powiadomienia" %}

{% if view.object.notifications %}

- {% blocktrans with e=view.object.email %}Are you sure you want to disable notifications for address {{e}}?{% endblocktrans %} + {% blocktrans with e=view.object.email %}Czy na pewno chcesz wyłączyć powiadomienia dla adresu {{e}}?{% endblocktrans %}

- +
{% else %}

- {% blocktrans with e=view.object.email %}Notifications for address {{e}} have been successfully disabled.{% endblocktrans %} + {% blocktrans with e=view.object.email %}Powiadomienia dla adresu {{ e }} zostały wyłączone.{% endblocktrans %}

{% endif %} {% url 'funding_current' as current %}

- {% blocktrans with current=current %}Return to the current fundraiser.{% endblocktrans %} + {% blocktrans with current=current %}Wróć do aktualnej zbiórki.{% endblocktrans %}

{% endblock %}