Add messaging.
[wolnelektury.git] / src / messaging / 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 msgid ""
7 msgstr ""
8 "Project-Id-Version: \n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2019-09-30 16:09+0200\n"
11 "PO-Revision-Date: 2019-09-30 16:10+0200\n"
12 "Last-Translator: \n"
13 "Language-Team: \n"
14 "Language: pl\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
19 "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
20 "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
21 "X-Generator: Poedit 2.0.6\n"
22
23 #: models.py:11
24 msgid "state"
25 msgstr "stan"
26
27 #: models.py:12 models.py:68
28 msgid "subject"
29 msgstr "temat"
30
31 #: models.py:13 models.py:69
32 msgid "body"
33 msgstr "treść"
34
35 #: models.py:14
36 msgid "days"
37 msgstr "dni"
38
39 #: models.py:15
40 msgid "hour"
41 msgstr "godzina"
42
43 #: models.py:18
44 msgid "email template"
45 msgstr "szablon e-maila"
46
47 #: models.py:19
48 msgid "email templates"
49 msgstr "szablony e-maili"
50
51 #: models.py:67
52 msgid "e-mail"
53 msgstr "e-mail"
54
55 #: models.py:72
56 msgid "email sent"
57 msgstr "wysłany e-mail"
58
59 #: models.py:73
60 msgid "emails sent"
61 msgstr "wysłane e-maile"
62
63 #: states.py:47
64 msgid "club membership expiring"
65 msgstr "członkostwo w Towarzystwie wygasa"
66
67 #: states.py:61
68 msgid "club payment unfinished"
69 msgstr "niedokończona płatność w Towarzystwie"
70
71 #: views.py:19
72 #, python-format
73 msgid ""
74 "Context:<br>\n"
75 "       <code>{{ %(model_name)s }}</code> – a <a href=\"%(docs_url)s\">"
76 "%(verbose_name)s</a> object.<br>\n"
77 "       You can put it in in the fields <em>Subject</em> and <em>Body</em> "
78 "using dot notation, like this:<br>\n"
79 "       <code>{{ %(model_name)s.id }}</code>."
80 msgstr ""
81 "Kontest:<br>\n"
82 "       <code>{{ %(model_name)s }}</code> – obiekt typu <a href=\"%(docs_url)s"
83 "\">%(verbose_name)s</a>.<br>\n"
84 "       Możesz użyć go w polach <em>Temat</em> i <em>Treść</em>, korzystając "
85 "z notacji z kropką, np.:<br>\n"
86 "       <code>{{ %(model_name)s.id }}</code>."
87
88 #~ msgid "New member"
89 #~ msgstr "Nowy członek"
90
91 #~ msgid "event"
92 #~ msgstr "zdarzenie"
93
94 #~ msgid "Select an event to see more details."
95 #~ msgstr "Wybierz zdarzenie by zobaczyć więcej szczegółów."