Django 1.8 and other updates.
[wolnelektury.git] / apps / polls / locale / pl / LC_MESSAGES / django.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2013-12-16 09:20+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20 "|| n%100>=20) ? 1 : 2);\n"
21
22 #: models.py:12
23 msgid "question"
24 msgstr "Pytanie"
25
26 #: models.py:13
27 msgid "slug"
28 msgstr "slug"
29
30 #: models.py:14
31 msgid "open"
32 msgstr "otwarta"
33
34 #: models.py:17
35 msgid "Poll"
36 msgstr "Ankieta"
37
38 #: models.py:18
39 msgid "Polls"
40 msgstr "Ankiety"
41
42 #: models.py:22
43 msgid "Slug of an open poll needs to be unique"
44 msgstr "Slug otwartej ankiety musi być unikalny"
45
46 #: models.py:42
47 msgid "content"
48 msgstr "treść"
49
50 #: models.py:43
51 msgid "vote count"
52 msgstr "licznik głosów"
53
54 #: models.py:46
55 msgid "vote item"
56 msgstr "Pozycja ankiety"
57
58 #: models.py:47
59 msgid "vote items"
60 msgstr "Pozycje ankiety"
61
62 #: templates/polls/poll.html:11
63 msgid "Thanks for voting! You can see current results below."
64 msgstr ""
65 "Dziękujemy za oddanie głosu w ankiecie! Poniżej znajdują się bieżące wyniki."
66
67 #: templates/polls/tags/poll.html:23
68 msgid "Submit"
69 msgstr "Wyślij"