From: Aleksander Łukasz Date: Wed, 22 May 2013 08:42:47 +0000 (+0200) Subject: Changing wording on the "thank you" landing page X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/64349ee13bfebda80f33746a2ed3440801347165 Changing wording on the "thank you" landing page --- diff --git a/apps/funding/locale/pl/LC_MESSAGES/django.mo b/apps/funding/locale/pl/LC_MESSAGES/django.mo index 8c1eca14f..c5d7c4d4c 100644 Binary files a/apps/funding/locale/pl/LC_MESSAGES/django.mo and b/apps/funding/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/funding/locale/pl/LC_MESSAGES/django.po b/apps/funding/locale/pl/LC_MESSAGES/django.po index e7e6148b2..cdf035da9 100644 --- a/apps/funding/locale/pl/LC_MESSAGES/django.po +++ b/apps/funding/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-22 10:32+0200\n" +"POT-Creation-Date: 2013-05-22 10:40+0200\n" "PO-Revision-Date: 2013-04-25 13:03+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: LANGUAGE \n" @@ -246,18 +246,14 @@ msgid "" " ends on %(end)s. The book will be published by %(due)s." msgstr "Zbiórka kończy się %(end)s. Książka zostanie opublikowana do %(due)s." -#: templates/funding/thanks.html:21 +#: templates/funding/thanks.html:22 #, python-format msgid "" -"Your\n" -" donation will be spent on publishing\n" -" the book %(b)s if the full amount is raised by %(end)s.\n" -" The book will then be published by %(due)s." -msgstr "" -"Pieniądze przez Ciebie wpłacone zostaną przekazane na publikację książki " -"%(b)s, jeśli do %(end)s uda nam się zebrać pełną kwotę potrzebną na " -"digitalizację, redakcję techniczną i literacką. Książka zostanie wówczas " -"opublikowana do %(due)s." +"Your donation will be spent on digitizing, compiling and\n" +" publishing the book %(b)s in multiple formats. We will contact you " +"if you qualify for perks." +msgstr "Pieniądze przez Ciebie wpłacone przeznaczymy na na digitalizację, opracowanie" +"i udostępnienie książki w serwisie w wielu formatach. Jeśli wybrałeś nagrody, skontaktujemy się z Tobą mailowo." #: templates/funding/thanks.html:32 msgid "Go back to the current fundraiser." @@ -386,3 +382,4 @@ msgstr "Możesz śledzić prace na Platformie Redakcyjnej. #: templates/funding/widgets/amount.html:13 msgid "Other amount" msgstr "Inna kwota" + diff --git a/apps/funding/templates/funding/thanks.html b/apps/funding/templates/funding/thanks.html index 8f65629a4..efff200dc 100755 --- a/apps/funding/templates/funding/thanks.html +++ b/apps/funding/templates/funding/thanks.html @@ -18,10 +18,10 @@

{% blocktrans with due=offer.due end=offer.end %}The fundraiser ends on {{ end }}. The book will be published by {{ due }}.{% endblocktrans %}

{% else %} -

{% blocktrans with b=offer.title due=offer.due end=offer.end %}Your - donation will be spent on publishing - the book {{ b }} if the full amount is raised by {{ end }}. - The book will then be published by {{ due }}.{% endblocktrans %}

+

+ {% blocktrans with b=offer.title %}Your donation will be spent on digitizing, compiling and + publishing the book {{ b }} in multiple formats. We will contact you if you qualify for perks.{% endblocktrans %} +

{% endif %}

{% include "funding/snippets/any_remaining.html" %}