From: Aleksander Łukasz Date: Thu, 16 May 2013 10:44:01 +0000 (+0200) Subject: Tweaking texts in funding form X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/34a33a2ff2d87ad5aef378b15883e78e9fb7be3a?ds=sidebyside Tweaking texts in funding form --- diff --git a/apps/funding/forms.py b/apps/funding/forms.py index 6eba5175b..f566e8ef9 100644 --- a/apps/funding/forms.py +++ b/apps/funding/forms.py @@ -10,13 +10,10 @@ class FundingForm(forms.Form): amount = forms.DecimalField(label=_("Amount"), decimal_places=2, widget=PerksAmountWidget()) name = forms.CharField(label=_("Name"), required=False, - help_text=_("Optional name for public list of contributors.
" - "Leave empty if you prefer to remain anonymous.
" - "If we need any data for your perks, we'll get to you by e-mail anyway.")) + help_text=_("Optional name for public list of contributors")) email = forms.EmailField(label=_("Contact e-mail"), - help_text=_("Won't be publicised.
" - "We'll use it to contact you about your perks and fundraiser status and payment updates.
" - "Leave empty if you prefer not to be contacted by us."), required=False) + help_text=_("We'll use it to contact you about your perks and fundraiser status and payment updates.
" + "Won't be publicised."), required=False) def __init__(self, offer, *args, **kwargs): self.offer = offer diff --git a/apps/funding/locale/pl/LC_MESSAGES/django.mo b/apps/funding/locale/pl/LC_MESSAGES/django.mo index 221529a06..8122744fd 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 a6489230b..6b5acf67d 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-16 12:19+0200\n" +"POT-Creation-Date: 2013-05-16 12:40+0200\n" "PO-Revision-Date: 2013-04-25 13:03+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: LANGUAGE \n" @@ -24,32 +24,23 @@ msgstr "Kwota" #: forms.py:12 msgid "Name" -msgstr "Imię i nazwisko" +msgstr "Imię i nazwisko na listę darczyńców" #: forms.py:13 -msgid "" -"Optional name for public list of contributors.
Leave empty if you " -"prefer to remain anonymous.
If we need any data for your perks, we'll " -"get to you by e-mail anyway." -msgstr "" -"Opcjonalnie imię i nazwisko lub pseudonim do listy darczyńców.
Zostaw " -"puste, jeśli wolisz pozostać anonimową/anonimowym.
Jeśli będziemy " -"potrzebować Twoich danych, by wysłać Ci prezenty, zwrócimy się do Ciebie e-" -"mailem." +msgid "Optional name for public list of contributors" +msgstr "Opcjonalnie imię i nazwisko lub pseudonim do listy darczyńców." -#: forms.py:16 +#: forms.py:14 msgid "Contact e-mail" msgstr "E-mail kontaktowy" -#: forms.py:17 +#: forms.py:15 msgid "" -"Won't be publicised.
We'll use it to contact you about your perks and " -"fundraiser status and payment updates.
Leave empty if you prefer not to " -"be contacted by us." +"We'll use it to contact you about your perks and fundraiser status and " +"payment updates.
Won't be publicised." msgstr "" -"Nie będzie publikowany.
Użyjemy go do kontaktu w sprawie prezentów i " -"informacji o zmianach statusu zbiórki i płatności.
Nie wypełniaj, jeśli " -"nie chcesz abyśmy się z Tobą kontaktowali." +"Użyjemy go do kontaktu w sprawie prezentów i informacji o zmianach statusu zbiórki i kolejnych akcjach.
" +"Nie będzie publikowany." #: models.py:15 msgid "author"