X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/funding/templates/funding/thanks.html diff --git a/src/funding/templates/funding/thanks.html b/src/funding/templates/funding/thanks.html index 24333fb6f..d130567d7 100644 --- a/src/funding/templates/funding/thanks.html +++ b/src/funding/templates/funding/thanks.html @@ -3,39 +3,45 @@ {% load fnp_share %} {% load polls_tags %} -{% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %} +{% block titleextra %}{% trans "Dziękujemy za Twoje wsparcie!" %}{% endblock %} {% block body %} -

{% trans "Thank you!" %}

+

{% trans "Dziękujemy!" %}

- 1,5%Możesz też przekazać
1,5% podatku na rozwój biblioteki. →
+ 1,5%{% blocktrans trimmed %} + Możesz też przekazać
1,5% podatku na rozwój biblioteki. + {% endblocktrans %} →
-

{% trans "Thank you for your support!" %}

+

{% trans "Dziękujemy za Twoje wsparcie!" %}

{% if offer.is_win %} -

{% trans "Full amount was successfully raised!" %}

-

{% blocktrans with b=offer.title %}Your donation will be spent on digitizing, compiling and - publishing the book {{ b }} in multiple formats.{% endblocktrans %}

+

{% trans "Udało się zebrać pełną kwotę!" %}

+

{% blocktrans trimmed with b=offer.title %} + Wpłacone przez Ciebie pieniądze przeznaczymy na digitalizację, opracowanie + i udostępnienie książki {{ b }} w bibliotece w wielu formatach. + {% endblocktrans %}

{% else %} -

{% blocktrans with b=offer.title %}If the full amount needed is raised, - your donation will be spent on digitizing, compiling and - publishing the book {{ b }} in multiple formats.{% endblocktrans %}

+

{% blocktrans trimmed with b=offer.title %} + Jeśli uda się zebrać pełną kwotę, wpłacone przez Ciebie pieniądze + przeznaczymy na digitalizację, opracowanie i udostępnienie książki {{ b }} + w bibliotece w wielu formatach. + {% endblocktrans %}

{% endif %}

{% include "funding/snippets/any_remaining.html" %} - {% trans "Learn more" %}. + {% trans "Dowiedz się więcej" %}.

{% url 'funding_current' offer.slug as current %} -

{% trans "Go back to the current fundraiser." %}

+

{% trans "Wróć do aktualnej zbiórki." %}

-

{% trans "Tell your friends!" %}

-

{% share current _("I support Wolne Lektury.") "big" %}

+

{% trans "Powiedz swoim znajomym!" %}

+

{% share current _("Wspieram Wolne Lektury") "big" %}

{% if offer.poll %} -

{% trans "Vote for a book for the next fundraiser" %}

+

{% trans "Pomóż wybrać następną książkę, na którą będziemy zbierać pieniądze" %}

{% poll offer.poll %} {% endif %}