widget=NumberInput(attrs={'min': '1', 'step': '1', 'class': 'cost-items'}))
name = forms.CharField(label=_("Name"))
email = forms.EmailField(label=_("Contact e-mail"))
- address = forms.CharField(label=_("Address"), widget=forms.Textarea)
+ address = forms.CharField(label=_("Shipping address"), widget=forms.Textarea)
accept = forms.BooleanField(label=_("Accept terms"),
help_text='''Akceptuję <a href='/info/regulamin-sklepu/'>regulamin sklepu</a>.''')
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-31 13:23+0100\n"
+"POT-Creation-Date: 2013-11-18 14:34+0100\n"
"PO-Revision-Date: 2013-10-31 13:23+0100\n"
"Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgstr "E-mail kontaktowy"
#: forms.py:20
-msgid "Address"
-msgstr "Adres"
+msgid "Shipping address"
+msgstr "Adres dostawy"
#: forms.py:22
msgid "Accept terms"