X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/funding/templates/funding/no_thanks.html diff --git a/src/funding/templates/funding/no_thanks.html b/src/funding/templates/funding/no_thanks.html index c09be855b..9f70e717c 100644 --- a/src/funding/templates/funding/no_thanks.html +++ b/src/funding/templates/funding/no_thanks.html @@ -2,15 +2,18 @@ {% load i18n %} {% load fnp_share %} -{% block titleextra %}{% trans "Payment failed" %}{% endblock %} +{% block titleextra %}{% trans "Płatność nie doszła do skutku" %}{% endblock %} {% block body %} -

{% trans "Payment failed" %}

+

{% trans "Płatność nie doszła do skutku" %}

-

{% trans "You're support has not been processed successfully." %}

+

{% trans "Twoje wsparcie nie zostało zaksięgowane." %}

{% url 'funding_current' as current %}

- {% blocktrans with current=current %}Return to the current fundraiser and try again or try to use a different payment method.{% endblocktrans %} + {% blocktrans trimmed with current=current %} + Wróć do aktualnej zbiórki i spróbuj ponownie lub + użyj innej metody płatności. + {% endblocktrans %}

{% endblock %}