msgstr ""
"Project-Id-Version: django-migdal 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-08-28 15:15+0200\n"
+"POT-Creation-Date: 2012-08-28 15:43+0200\n"
"PO-Revision-Date: 2012-08-28 15:17+0100\n"
"Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
"Language-Team: FNP <fundacja@nowoczesnapolska.org.pl>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2)\n"
"X-Poedit-Language: Polish\n"
#: __init__.py:17
msgid "latest"
msgstr "ostatnie"
-#: feeds.py:32
-#: models.py:49
+#: feeds.py:32 models.py:49
msgid "entries"
msgstr "wpisy"
msgid "category"
msgstr "kategoria"
-#: models.py:19
-#: urls.py:41
-#: urls.py:43
+#: models.py:19 models.py:45 urls.py:41 urls.py:43
msgid "categories"
msgstr "kategorie"
msgid "lead"
msgstr "lead"
-#: models.py:80
-#: models.py:82
+#: models.py:80 models.py:82
msgid "Use <a href=\"http://textile.thresholdstate.com/\">Textile</a> syntax."
-msgstr "Włączona składnia <a href=\"http://textile.thresholdstate.com/\">Textile</a>."
+msgstr ""
+"Włączona składnia <a href=\"http://textile.thresholdstate.com/\">Textile</a>."
#: models.py:81
msgid "body"
msgid "file"
msgstr "plik"
-#: urls.py:38
-#: urls.py:39
+#: urls.py:38 urls.py:39
msgid "submit"
msgstr "wyslij"
msgid ""
"\n"
"By submitting a story here, you agree to publish it under the terms of the\n"
-"<a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a>\n"
+"<a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons "
+"Attribution-Share Alike</a>\n"
"free license."
msgstr ""
"\n"
"Dodając wpis, zgadzasz się najego publikację na warunkach wolnej licencji\n"
-"<a href='http://creativecommons.org/licenses/by-sa/3.0/deed.pl'>Creative Commons Uznanie autorstwa – Na tych samych warunkach</a>."
+"<a href='http://creativecommons.org/licenses/by-sa/3.0/deed.pl'>Creative "
+"Commons Uznanie autorstwa – Na tych samych warunkach</a>."
#: templates/migdal/entry/submit.html:14
msgid ""
"Stories are moderated, so please be\n"
"patient, you'll be notified when it's published."
-msgstr "Wpisy są moderowane. Bądź cierpliwy, otrzymasz powiadomienie o jego publikacji."
+msgstr ""
+"Wpisy są moderowane. Bądź cierpliwy, otrzymasz powiadomienie o jego "
+"publikacji."
#: templates/migdal/entry/submit.html:21
msgid "Submit"
"and comments.\n"
msgstr ""
"\n"
-"Dziękujemy za dodanie nowego wpisu, teraz czeka on na moderację.Jeśli podano adres e-mail, będziemy Cię informowali o zmianach statusui komentarzach\n"
+"Dziękujemy za dodanie nowego wpisu, teraz czeka on na moderację.Jeśli podano "
+"adres e-mail, będziemy Cię informowali o zmianach statusui komentarzach\n"
#: templates/search/search.html:9
msgid "Search results"
msgstr "Stanowiska"
#~ msgid "Please correct the error below"
-
#~ msgid_plural "Please correct the errors below"
#~ msgstr[0] "Proszę poprawić poniższy błąd"
#~ msgstr[1] "Proszę poprawić poniższe błędy"
help_text=_('Used only to display gravatar and send notifications.'))
image = models.ImageField(_('image'), upload_to='entry/image/', null=True, blank=True)
promo = models.BooleanField(_('promoted'), default=False)
- categories = models.ManyToManyField(Category, null=True, blank=True)
+ categories = models.ManyToManyField(Category, null=True, blank=True, verbose_name=_('categories'))
class Meta:
verbose_name = _('entry')
--- /dev/null
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-08-28 15:26+0200\n"
+"PO-Revision-Date: 2012-08-28 15:42+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"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+
+#: admin.py:11
+msgid "Content"
+msgstr "Treść"
+
+#: admin.py:13
+msgid "Metadata"
+msgstr "Metadane"
+
+#: forms.py:13
+msgid "Notify me of follow up comments via email"
+msgstr "Powiadamiaj mnie o komentarzach"
+
+#: forms.py:18
+msgid "Email address"
+msgstr "Adres e-mail"
+
+#: forms.py:18
+msgid "Required for comment verification"
+msgstr "Wymagany do weryfikacji"
+
+#: forms.py:20
+msgid "your comment"
+msgstr "Twój komentarz"
+
+#: models.py:24
+msgid "Receive by email further comments in this conversation"
+msgstr "Włącza powiadamianie e-mailem o kolejnych komentarzach w tym wątku."
+
+#: views.py:24
+msgid "comment confirmation request"
+msgstr "potwierdzenie komentarza"
+
+#: views.py:152
+msgid "new comment posted"
+msgstr "wysłano nowy komentarz"
+
+#: templates/django_comments_xtd/comment.html:15
+msgid "Comment for:"
+msgstr "Komentarz do:"
+
+#: templates/django_comments_xtd/comment.html:19
+msgid "Inappropriate comments like this one are removed."
+msgstr "Niewłaściwe komentarze, takie jak ten, są usuwane."
+
+#: templates/django_comments_xtd/discarded.html:4
+msgid "Comment discarded"
+msgstr "Komentarz odrzucony"
+
+#: templates/django_comments_xtd/discarded.html:7
+msgid "Comment automatically discarded"
+msgstr "Komentarz automatycznie odrzucony"
+
+#: templates/django_comments_xtd/discarded.html:8
+msgid "Sorry, your comment has been automatically discarded"
+msgstr "Przepraszamy, Twój komentarz został automatycznie odrzucony"
+
+#: templates/django_comments_xtd/email_followup_comment.txt:4
+msgid "There is a new comment following up yours."
+msgstr "Pojawił się nowy komentarz"
+
+#: templates/django_comments_xtd/email_followup_comment.txt:14
+msgid "Kind regards"
+msgstr "Pozdrawiam"
+
+msgid "Comment"
+msgstr "Komentarz"
+
('en', u'English'),
)
+LOCALE_PATHS = [
+ path.join(PROJECT_DIR, 'prawokultury/locale-contrib')
+]
+
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.