Introducing polls
[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-05-20 14:04+0200\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:10
23 msgid "Poll"
24 msgstr "Ankieta"
25
26 #: models.py:11
27 msgid "Polls"
28 msgstr "Ankiety"
29
30 #: models.py:13
31 msgid "question"
32 msgstr "Pytanie"
33
34 #: models.py:14
35 msgid "slug"
36 msgstr "slug"
37
38 #: models.py:15
39 msgid "open"
40 msgstr "otwarta"
41
42 #: models.py:19
43 msgid "Slug of an open poll needs to be unique"
44 msgstr "Slug otwartej ankiety musi być unikalny"
45
46 #: models.py:36
47 msgid "content"
48 msgstr "treść"
49
50 #: models.py:37
51 msgid "vote count"
52 msgstr "licznik głosów"
53
54 #: models.py:40
55 msgid "vote item"
56 msgstr "Pozycja ankiety"
57
58 #: models.py:41
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 "Dziękujemy za oddanie głosu w ankiecie! Poniżej znajdują się bieżące wyniki."
65
66 #: templates/polls/tags/poll.html:28
67 msgid "Submit"
68 msgstr "Wyślij"