update translation
[redakcja.git] / apps / forms_builder / forms / 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: pl\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2016-12-15 16:24+0100\n"
11 "PO-Revision-Date: 2014-07-18 23:05+0100\n"
12 "Last-Translator: Kamil Dębowski <poczta@kdebowski.pl>\n"
13 "Language-Team: Kamil Dębowski <poczta@kdebowski.pl>\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
19 "|| n%100>=20) ? 1 : 2);\n"
20 "X-Generator: Poedit 1.6.6\n"
21
22 #: forms/admin.py:40 forms/fields.py:33
23 msgid "Email"
24 msgstr "Email"
25
26 #: forms/admin.py:45 forms/models.py:59 forms/models.py:166
27 msgid "Slug"
28 msgstr "Slug"
29
30 #: forms/admin.py:48
31 msgid "Sites"
32 msgstr "Strony"
33
34 #: forms/admin.py:177
35 #, python-format
36 msgid "1 entry deleted"
37 msgid_plural "%(count)s entries deleted"
38 msgstr[0] "1 wpis usunięty"
39 msgstr[1] "%(count)s wpisy usunięte"
40 msgstr[2] "%(count)s wpisów usuniętych"
41
42 #: forms/admin.py:181
43 msgid "View Entries"
44 msgstr "Zobacz wpisy"
45
46 #: forms/fields.py:31
47 msgid "Single line text"
48 msgstr "Pojedynczy wiersz tekstu"
49
50 #: forms/fields.py:32
51 msgid "Multi line text"
52 msgstr "Wiele linii tekstu"
53
54 #: forms/fields.py:34
55 msgid "Number"
56 msgstr "Liczba"
57
58 #: forms/fields.py:35
59 msgid "URL"
60 msgstr "URL"
61
62 #: forms/fields.py:36
63 msgid "Check box"
64 msgstr "Pole wyboru"
65
66 #: forms/fields.py:37
67 msgid "Check boxes"
68 msgstr "Pola wyboru"
69
70 #: forms/fields.py:38
71 msgid "Drop down"
72 msgstr "Lista rozwijana"
73
74 #: forms/fields.py:39
75 msgid "Multi select"
76 msgstr "Wielokrotny wybór"
77
78 #: forms/fields.py:40
79 msgid "Radio buttons"
80 msgstr "Jednokrotny wybór"
81
82 #: forms/fields.py:41
83 msgid "File upload"
84 msgstr "Przesłanie pliku"
85
86 #: forms/fields.py:42
87 msgid "Date"
88 msgstr "Data"
89
90 #: forms/fields.py:43 forms/models.py:234
91 msgid "Date/time"
92 msgstr "Data/czas"
93
94 #: forms/fields.py:44
95 msgid "Date of birth"
96 msgstr "Data urodzenia"
97
98 #: forms/fields.py:45
99 msgid "Hidden"
100 msgstr "Ukryte"
101
102 #: forms/forms.py:52 forms/forms.py:61 forms/forms.py:68 forms/forms.py:77
103 msgid "Nothing"
104 msgstr "Nic"
105
106 #: forms/forms.py:53
107 msgid "Contains"
108 msgstr "Zawiera"
109
110 #: forms/forms.py:54
111 msgid "Doesn't contain"
112 msgstr "Nie zawiera"
113
114 #: forms/forms.py:55
115 msgid "Equals"
116 msgstr "Równy"
117
118 #: forms/forms.py:56
119 msgid "Doesn't equal"
120 msgstr "Nieówny"
121
122 #: forms/forms.py:62
123 msgid "Equals any"
124 msgstr "Równy któremukolwiek"
125
126 #: forms/forms.py:63
127 msgid "Doesn't equal any"
128 msgstr "Nierówny któremukolwiek"
129
130 #: forms/forms.py:69
131 msgid "Contains any"
132 msgstr "Zawiera jakiekolwiek"
133
134 #: forms/forms.py:70
135 msgid "Contains all"
136 msgstr "Zawiera wszystkie"
137
138 #: forms/forms.py:71
139 msgid "Doesn't contain any"
140 msgstr "Niezawiera któregokolwiek"
141
142 #: forms/forms.py:72
143 msgid "Doesn't contain all"
144 msgstr "Nie zawiera wszystkich"
145
146 #: forms/forms.py:78
147 msgid "Is between"
148 msgstr "Jest pomiędzy"
149
150 #: forms/forms.py:276
151 msgid "Checked"
152 msgstr "Zaznaczony"
153
154 #: forms/forms.py:276
155 msgid "Not checked"
156 msgstr "Niezaznaczony"
157
158 #: forms/forms.py:299 forms/forms.py:314
159 msgid "and"
160 msgstr "i"
161
162 #: forms/models.py:20
163 msgid "Draft"
164 msgstr "Szkic"
165
166 #: forms/models.py:21
167 msgid "Published"
168 msgstr "Opublikowany"
169
170 #: forms/models.py:58
171 msgid "Title"
172 msgstr "Tytuł"
173
174 #: forms/models.py:61
175 msgid "Intro"
176 msgstr "Wstęp"
177
178 #: forms/models.py:62
179 msgid "Button text"
180 msgstr "Tekst przycisku"
181
182 #: forms/models.py:63
183 msgid "Submit"
184 msgstr "Wyślij"
185
186 #: forms/models.py:64
187 msgid "Response"
188 msgstr "Odpowiedź"
189
190 #: forms/models.py:65
191 msgid "Redirect url"
192 msgstr "Adres do przekierowania"
193
194 #: forms/models.py:67
195 msgid "An alternate URL to redirect to after form submission"
196 msgstr "Alternatywny adres do przekierowania po wysłaniu formularza"
197
198 #: forms/models.py:68
199 msgid "Status"
200 msgstr "Status"
201
202 #: forms/models.py:70
203 msgid "Published from"
204 msgstr "Opublikowany od"
205
206 #: forms/models.py:71
207 msgid "With published selected, won't be shown until this time"
208 msgstr "Jeśli opublikowany, nie będzie widoczny przed tym czasem"
209
210 #: forms/models.py:73
211 msgid "Expires on"
212 msgstr "Wygasa"
213
214 #: forms/models.py:74
215 msgid "With published selected, won't be shown after this time"
216 msgstr "Jeśli opublikowany, nie będzie widoczny po tym czasie"
217
218 #: forms/models.py:76
219 msgid "Login required"
220 msgstr "Wymaga logowania"
221
222 #: forms/models.py:77
223 msgid "If checked, only logged in users can view the form"
224 msgstr "Jeśli zaznaczone, tylko zalogowani użytkownicy zobaczą formularz"
225
226 #: forms/models.py:78
227 msgid "Send email"
228 msgstr "Wyślij email"
229
230 #: forms/models.py:79
231 msgid "If checked, the person entering the form will be sent an email"
232 msgstr "Jeśli zaznaczone, osoba wysyłająca formularz otrzyma email"
233
234 #: forms/models.py:80
235 msgid "From address"
236 msgstr "Z adresu"
237
238 #: forms/models.py:81
239 msgid "The address the email will be sent from"
240 msgstr "Adres, z którego będzie wysłany formularz"
241
242 #: forms/models.py:82
243 msgid "Send copies to"
244 msgstr "Wyślij kopie do"
245
246 #: forms/models.py:83
247 msgid "One or more email addresses, separated by commas"
248 msgstr "Jeden lub więcej adresów email, oddzielonych przecinkami"
249
250 #: forms/models.py:85
251 msgid "Subject"
252 msgstr "Temat"
253
254 #: forms/models.py:86
255 msgid "Message"
256 msgstr "Wiadomość"
257
258 #: forms/models.py:91
259 msgid "Form"
260 msgstr "Formularz"
261
262 #: forms/models.py:92
263 msgid "Forms"
264 msgstr "Formularze"
265
266 #: forms/models.py:139
267 msgid "View form on site"
268 msgstr "Zobacz formularz na stronie"
269
270 #: forms/models.py:140
271 msgid "Filter entries"
272 msgstr "Filtruj wpisy"
273
274 #: forms/models.py:141
275 msgid "View all entries"
276 msgstr "Zobacz wszystkie wpisy"
277
278 #: forms/models.py:142
279 msgid "Export all entries"
280 msgstr "Eksportuj wszystkie wpisy"
281
282 #: forms/models.py:165
283 msgid "Label"
284 msgstr "Etykieta"
285
286 #: forms/models.py:168
287 msgid "Type"
288 msgstr "Typ"
289
290 #: forms/models.py:169
291 msgid "Required"
292 msgstr "Wymagane"
293
294 #: forms/models.py:170
295 msgid "Visible"
296 msgstr "Widoczne"
297
298 #: forms/models.py:171
299 msgid "Choices"
300 msgstr "Opcje wyboru"
301
302 #: forms/models.py:176
303 msgid "Default value"
304 msgstr "Wartość domyślna"
305
306 #: forms/models.py:178
307 msgid "Placeholder Text"
308 msgstr "Placeholder"
309
310 #: forms/models.py:180
311 msgid "Help text"
312 msgstr "Tekst pomocniczy"
313
314 #: forms/models.py:185 forms/templates/admin/forms/entries.html:88
315 msgid "Field"
316 msgstr "Pole"
317
318 #: forms/models.py:186
319 msgid "Fields"
320 msgstr "Pola"
321
322 #: forms/models.py:237
323 msgid "Form entry"
324 msgstr "Wpis formularza"
325
326 #: forms/models.py:238
327 msgid "Form entries"
328 msgstr "Wpisy formularza"
329
330 #: forms/models.py:252
331 msgid "Form field entry"
332 msgstr "Wpis pola formularza"
333
334 #: forms/models.py:253
335 msgid "Form field entries"
336 msgstr "Wpisy pola formularza"
337
338 #: forms/models.py:281
339 msgid "Order"
340 msgstr "Porządek"
341
342 #: forms/templates/admin/forms/change_form.html:9
343 #: forms/templates/admin/forms/entries.html:117
344 msgid "View entries"
345 msgstr "Zobacz wpisy"
346
347 #: forms/templates/admin/forms/change_form.html:12
348 msgid "History"
349 msgstr "Historia"
350
351 #: forms/templates/admin/forms/change_form.html:16
352 msgid "View on site"
353 msgstr "Zobacz na stronie"
354
355 #: forms/templates/admin/forms/entries.html:62
356 msgid "No entries selected"
357 msgstr "Brak zaznaczonych wpisów"
358
359 #: forms/templates/admin/forms/entries.html:65
360 msgid "Delete selected entries?"
361 msgstr "Usunąć zaznaczone wpisy?"
362
363 #: forms/templates/admin/forms/entries.html:74
364 msgid "Home"
365 msgstr "Strona główna"
366
367 #: forms/templates/admin/forms/entries.html:89
368 msgid "Include"
369 msgstr "Uwzględnij"
370
371 #: forms/templates/admin/forms/entries.html:90
372 msgid "Filter by"
373 msgstr "Filtruj używając"
374
375 #: forms/templates/admin/forms/entries.html:108
376 msgid "All"
377 msgstr "Wszystko"
378
379 #: forms/templates/admin/forms/entries.html:116
380 #: forms/templates/admin/forms/entries.html:157
381 msgid "Back to form"
382 msgstr "Wróć do formlarza"
383
384 #: forms/templates/admin/forms/entries.html:118
385 msgid "Export CSV"
386 msgstr "Eksportuj do CSV"
387
388 #: forms/templates/admin/forms/entries.html:120
389 msgid "Export XLS"
390 msgstr "Eksportuj do XLS"
391
392 #: forms/templates/admin/forms/entries.html:124
393 msgid "Entries"
394 msgstr "Wpisy"
395
396 #: forms/templates/admin/forms/entries.html:158
397 msgid "Delete selected"
398 msgstr "Usuń zaznaczone"
399
400 #: forms/templates/admin/forms/entries.html:162
401 msgid "No entries to display"
402 msgstr "Brak wpisów do wyświetlenia"