X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/funding/templates/funding/includes/offer_status.html diff --git a/src/funding/templates/funding/includes/offer_status.html b/src/funding/templates/funding/includes/offer_status.html index ec6e95482..87a987227 100644 --- a/src/funding/templates/funding/includes/offer_status.html +++ b/src/funding/templates/funding/includes/offer_status.html @@ -3,29 +3,33 @@ {% if offer.is_current %} {% if offer.is_win %}

- {% blocktrans with end=offer.end %}The fundraiser - ends on {{ end }}. The full amount has been successfully - raised, but you can still contribute and help liberate - more books.{% endblocktrans %} + {% blocktrans trimmed with end=offer.end %} + Zbiórka kończy się {{ end }}. Pełna kwota została już zebrana, + ale ciągle możesz dołożyć się i pomóc uwolnić więcej książek. + {% endblocktrans %}

{% else %}

- {% blocktrans with target=offer.target|floatformat:-2 %}We need {{target}} zł to digitize it, - compile it and publish for free in multiple formats.{% endblocktrans %} + {% blocktrans trimmed with target=offer.target|floatformat:-2 %} + Potrzebujemy {{ target }} zł, by zdigitalizować tę książkę, opracować + i bezpłatnie udostępnić w serwisie w wielu formatach. + {% endblocktrans %}

- {% blocktrans with end=offer.end %}If we raise enough money before {{end}} we will - publish it and make it available for everyone.{% endblocktrans %} + {% blocktrans trimmed with end=offer.end %} + Jeśli do {{ end }} uda się zebrać pełną kwotę, opublikujemy ją i będzie + dostępna dla wszystkich. + {% endblocktrans %}

{% endif %} {% else %} {% if offer.is_win %}

- {% trans "Full amount was successfully raised!" %} + {% trans "Udało się zebrać pełną kwotę!" %}

{% else %}

- {% trans "The amount needed was not raised." %} + {% trans "Nie udało się zebrać pełnej kwoty." %}

{% endif %} {% endif %}