change form
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 7 Nov 2012 09:03:53 +0000 (10:03 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 7 Nov 2012 09:03:53 +0000 (10:03 +0100)
prawokultury/contact_forms.py
prawokultury/locale/pl/LC_MESSAGES/django.mo
prawokultury/locale/pl/LC_MESSAGES/django.po
prawokultury/menu_items.py

index 82fd47a..2021be7 100644 (file)
@@ -6,18 +6,18 @@ from django.utils.translation import ugettext_lazy as _
 
 class RegistrationForm(ContactForm):
     form_tag = 'register'
-    form_title = _('Registration form')
+    form_title = _('Take part!')
 
     name = forms.CharField(label=_('Name'), max_length=128)
     contact = forms.EmailField(label=_('E-mail'), max_length=128)
     organization = forms.CharField(label=_('Organization'), 
             max_length=256, required=False)
     title = forms.CharField(label=_('Title of presentation'), 
-            max_length=256)
+            max_length=256, required=False)
     presentation = forms.FileField(label=_('Presentation'),
             required=False)
     summary = forms.CharField(label=_('Summary of presentation (max. 1800 characters)'),
-            widget=forms.Textarea, max_length=1800)
+            widget=forms.Textarea, max_length=1800, required=False)
     agree_data = forms.BooleanField(
         label=_('Permission for data processing'),
         help_text=_(u'I hereby grant Modern Poland Foundation (Fundacja Nowoczesna Polska, ul. Marszałkowska 84/92, 00-514 Warszawa) permission to process my personal data (name, e-mail address) for purposes of registration for CopyCamp conference.')
index ae6b7aa..32dd74c 100644 (file)
Binary files a/prawokultury/locale/pl/LC_MESSAGES/django.mo and b/prawokultury/locale/pl/LC_MESSAGES/django.mo differ
index fae4be2..635a88d 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: prawokultury\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-10-23 11:55+0200\n"
-"PO-Revision-Date: 2012-10-23 11:56+0100\n"
+"POT-Creation-Date: 2012-11-07 09:55+0100\n"
+"PO-Revision-Date: 2012-11-07 09:57+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: FNP <fundacja@nowoczesnapolska.org.pl>\n"
 "Language: \n"
@@ -18,8 +18,9 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
 
 #: contact_forms.py:9
-msgid "Registration form"
-msgstr "Formularz rejestracyjny"
+#: menu_items.py:22
+msgid "Take part!"
+msgstr "Weź udział!"
 
 #: contact_forms.py:11
 msgid "Name"
@@ -61,10 +62,6 @@ msgstr "Zgoda na publikację"
 msgid "I agree to having materials recorded during the conference released under the terms of <a href=\"http://creativecommons.org/licenses/by-sa/3.0/deed\">CC BY-SA</a> license."
 msgstr "Wyrażam zgodę na publikację materiałów zarejestrowanych na konferencji na licencji <a href=\"http://creativecommons.org/licenses/by-sa/3.0/deed.pl\">CC BY-SA</a>."
 
-#: menu_items.py:22
-msgid "Registration"
-msgstr "Rejestracja"
-
 #: templates/404.html:5
 #: templates/404.html.py:10
 msgid "Page not found"
@@ -86,6 +83,12 @@ msgstr "Szukaj"
 msgid "If not explicitly stated otherwise, all texts are licensed under the <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a> free license."
 msgstr "Jeśli nie oznaczono inaczej, wszystkie teksty są objęte wolną licencją <a href='http://creativecommons.org/licenses/by-sa/3.0/deed.pl'>Creative Commons Uznanie autorstwa – Na tych samych warunkach</a>."
 
+#~ msgid "Registration form"
+#~ msgstr "Formularz rejestracyjny"
+
+#~ msgid "Registration"
+#~ msgstr "Rejestracja"
+
 #~ msgid "Summary"
 #~ msgstr "Podsumowanie prezentacji"
 
index 5fa4298..eeb559d 100644 (file)
@@ -19,6 +19,6 @@ add_entry(slug_pl='co')
 add_entry(slug_pl='gdzie')
 add_entry(slug_pl='program')
 add_entry(slug_pl='media')
-ITEMS.append(MenuItem(reverse_lazy('contact_form', args=['register']), _('Registration')))
+ITEMS.append(MenuItem(reverse_lazy('contact_form', args=['register']), _('Take part!')))
 add_entry(slug_pl='materialy')
 add_entry(slug_pl='kontakt')