Locatizations.
[wolnelektury.git] / src / funding / templates / funding / disable_notifications.html
index 1ed6a9b..3536a6c 100644 (file)
@@ -2,27 +2,27 @@
 {% load i18n %}
 {% load fnp_share %}
 
-{% block titleextra %}{% trans "Disable notifications" %}{% endblock %}
+{% block titleextra %}{% trans "Wyłącz powiadomienia" %}{% endblock %}
 
 {% block body %}
-  <h1>{% trans "Disable notifications" %}</h1>
+  <h1>{% trans "Wyłącz powiadomienia" %}</h1>
   <div class="white-box normal-text">
     {% if view.object.notifications %}
       <p>
-        {% 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 %}
       </p>
       <form method="post" action="">
-        <button>{% trans "Disable notifications" %}</button>
+        <button>{% trans "Wyłącz powiadomienia" %}</button>
       </form>
     {% else %}
       <p>
-        {% 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 %}
       </p>
     {% endif %}
 
     {% url 'funding_current' as current %}
     <p>
-      {% blocktrans with current=current %}Return to the <a href="{{current}}">current fundraiser</a>.{% endblocktrans %}
+      {% blocktrans with current=current %}Wróć do <a href="{{ current }}">aktualnej zbiórki</a>.{% endblocktrans %}
     </p>
   </div>
 {% endblock %}