X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3be2da7359a9e68a577aa28a6a9d2ff0d3e0d8e4..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/funding/templates/funding/email/near.txt diff --git a/src/funding/templates/funding/email/near.txt b/src/funding/templates/funding/email/near.txt index 47537c129..795b87f40 100644 --- a/src/funding/templates/funding/email/near.txt +++ b/src/funding/templates/funding/email/near.txt @@ -2,17 +2,17 @@ {% load i18n %} {% block body %} -{% blocktrans count days as d %}there's only {{ d }} day left until the end of the fundraiser for: -{% plural %}There're only {{ d }} days left until the end of the fundraiser for: +{% blocktrans count days as d %}został {{ d }} dzień do końca zbiórki na: +{% plural %}zostało {{ d }} dni do końca zbiórki na: {% endblocktrans %} {{ offer.author }} – {{ offer.title }} -{% blocktrans with x=sum %}We managed to collect {{x}} PLN so far.{% endblocktrans %} +{% blocktrans with x=sum %}Dotąd udało nam się zebrać {{ x }} zł.{% endblocktrans %} {% if is_win %} -{% blocktrans %}The fundraiser is a success already, but the more money -we collect, the more other books we'll publish.{% endblocktrans %} -{% else %}{% blocktrans with x=need %}We still need {{ x }} PLN more.{% endblocktrans %} +{% blocktrans %}Zbiórka już osiągnęła sukces, ale im więcej pieniędzy +zbierzemy, tym więcej opublikujemy książek.{% endblocktrans %} +{% else %}{% blocktrans with x=need %}Nadal potrzebujemy {{ x }} zł.{% endblocktrans %} {% endif %} -{% trans "There's still time to let your friends know about the fundraiser!" %} +{% trans "Jest jeszcze czas, by poinformować o zbiórce Twoich znajomych!" %} http://{{ site.domain }}{% url 'funding_current' %} {% endblock %}