43a31fb81163e7e9d971ab4e50685ae75581421d
[wolnelektury.git] / src / club / 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 "PO-Revision-Date: 2020-11-26 12:47+0100\n"
11 "Last-Translator: \n"
12 "Language-Team: \n"
13 "Language: pl\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
18 "%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
19 "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
20 "X-Generator: Poedit 2.3\n"
21
22 #: club/admin.py:46
23 msgid "payment complete"
24 msgstr "płatność zakończona"
25
26 #: club/admin.py:52
27 msgid "schedule expired"
28 msgstr "harmonogram przedawniony"
29
30 #: club/apps.py:10
31 msgid "Club"
32 msgstr "Towarzystwo"
33
34 #: club/forms.py:26
35 #, python-format
36 msgid "Minimal amount is %(amount)d PLN."
37 msgstr "Minimalna kwota to %(amount)d zł."
38
39 #: club/models.py:25
40 msgid "minimum amount"
41 msgstr "minimalna kwota"
42
43 #: club/models.py:26
44 msgid "minimum amount for year"
45 msgstr "minimalna kwota na rok"
46
47 #: club/models.py:27
48 msgid "proposed amounts for single payment"
49 msgstr "proponowane kwoty dla pojedynczej wpłaty"
50
51 #: club/models.py:28
52 msgid "default single amount"
53 msgstr "domyślna kwota dla pojedynczej wpłaty"
54
55 #: club/models.py:29
56 msgid "proposed amounts for monthly payments"
57 msgstr "proponowane kwoty dla miesięcznych wpłat"
58
59 #: club/models.py:30
60 msgid "default monthly amount"
61 msgstr "domyślna kwota dla miesięcznych wpłat"
62
63 #: club/models.py:33
64 msgid "club"
65 msgstr "towarzystwo"
66
67 #: club/models.py:34
68 msgid "clubs"
69 msgstr "towarzystwa"
70
71 #: club/models.py:48
72 msgid "key"
73 msgstr "klucz"
74
75 #: club/models.py:49
76 msgid "email"
77 msgstr "email"
78
79 #: club/models.py:50 club/models.py:141
80 msgid "membership"
81 msgstr "członkostwo"
82
83 #: club/models.py:51
84 msgid "amount"
85 msgstr "kwota"
86
87 #: club/models.py:52 club/templates/club/membership_form.html:185
88 msgid "monthly"
89 msgstr "miesięcznie"
90
91 #: club/models.py:53
92 msgid "yearly"
93 msgstr "rocznie"
94
95 #: club/models.py:55
96 msgid "cancelled"
97 msgstr "anulowany"
98
99 #: club/models.py:56
100 msgid "payed at"
101 msgstr "opłacona"
102
103 #: club/models.py:57
104 msgid "started at"
105 msgstr "start"
106
107 #: club/models.py:58
108 msgid "expires_at"
109 msgstr "wygasa"
110
111 #: club/models.py:62
112 msgid "schedule"
113 msgstr "harmonogram"
114
115 #: club/models.py:63
116 msgid "schedules"
117 msgstr "harmonogramy"
118
119 #: club/models.py:133
120 msgid "user"
121 msgstr "użytkownik"
122
123 #: club/models.py:134
124 msgid "created at"
125 msgstr "utworzone"
126
127 #: club/models.py:135 club/models.py:196
128 msgid "name"
129 msgstr "nazwisko"
130
131 #: club/models.py:136
132 msgid "manual"
133 msgstr "ustawiony ręcznie"
134
135 #: club/models.py:137
136 msgid "notes"
137 msgstr "notatki"
138
139 #: club/models.py:138
140 msgid "updated at"
141 msgstr "aktualizacja"
142
143 #: club/models.py:142
144 msgid "memberships"
145 msgstr "członkostwa"
146
147 #: club/models.py:179
148 msgid "days before"
149 msgstr "dni przed"
150
151 #: club/models.py:180
152 msgid "subject"
153 msgstr "temat"
154
155 #: club/models.py:181 club/payu/models.py:140
156 msgid "body"
157 msgstr "treść"
158
159 #: club/models.py:184
160 msgid "reminder email"
161 msgstr "email z przypomnieniem"
162
163 #: club/models.py:185
164 msgid "reminder emails"
165 msgstr "emaile z przypomnieniem"
166
167 #: club/models.py:190
168 #, python-format
169 msgid "a day before expiration"
170 msgid_plural "%d days before expiration"
171 msgstr[0] "%d dzień przed wygaśnięciem"
172 msgstr[1] "%d dni przed wygaśnięciem"
173 msgstr[2] "%d dni przed wygaśnięciem"
174 msgstr[3] "%d dni przed wygaśnięciem"
175
176 #: club/models.py:192
177 #, python-format
178 msgid "a day after expiration"
179 msgid_plural "%d days after expiration"
180 msgstr[0] "%d dzień po wygaśnięciu"
181 msgstr[1] "%d dni po wygaśnięciu"
182 msgstr[2] "%d dni po wygaśnięciu"
183 msgstr[3] "%d dni przed wygaśnięciem"
184
185 #: club/models.py:197
186 msgid "photo"
187 msgstr "zdjęcie"
188
189 #: club/models.py:198
190 msgid "text"
191 msgstr "tekst"
192
193 #: club/models.py:201
194 msgid "ambassador"
195 msgstr "ambasador"
196
197 #: club/models.py:202
198 msgid "ambassadors"
199 msgstr "ambasadorowie"
200
201 #: club/models.py:233 club/templates/club/index.html:7
202 #: club/templates/club/index.html:13 club/templates/club/thanks.html:6
203 #: club/templates/payu/rec_payment.html:5
204 msgid "Towarzystwo Przyjaciół Wolnych Lektur"
205 msgstr ""
206
207 #: club/payu/models.py:17 club/payu/models.py:29
208 msgid "POS id"
209 msgstr ""
210
211 #: club/payu/models.py:18
212 msgid "disposable token"
213 msgstr "token jednorazowy"
214
215 #: club/payu/models.py:19
216 msgid "reusable token"
217 msgstr "token wielokrotnego użytku"
218
219 #: club/payu/models.py:20
220 msgid "created_at"
221 msgstr "utworzone"
222
223 #: club/payu/models.py:24
224 msgid "PayU card token"
225 msgstr "token PayU karty płatniczej"
226
227 #: club/payu/models.py:25
228 msgid "PayU card tokens"
229 msgstr "tokeny PayU kart płatniczych"
230
231 #: club/payu/models.py:30
232 msgid "customer IP"
233 msgstr "adres IP klienta"
234
235 #: club/payu/models.py:31
236 msgid "order ID"
237 msgstr "ID zamówienia"
238
239 #: club/payu/models.py:34
240 msgid "Pending"
241 msgstr "Czeka"
242
243 #: club/payu/models.py:35
244 msgid "Waiting for confirmation"
245 msgstr "Czeka na potwierdzenie"
246
247 #: club/payu/models.py:36
248 msgid "Completed"
249 msgstr "Ukończone"
250
251 #: club/payu/models.py:37
252 msgid "Canceled"
253 msgstr "Anulowane"
254
255 #: club/payu/models.py:38
256 msgid "Rejected"
257 msgstr "Odrzucone"
258
259 #: club/payu/models.py:44
260 msgid "PayU order"
261 msgstr "zamówienie PayU"
262
263 #: club/payu/models.py:45
264 msgid "PayU orders"
265 msgstr "zamówienia PayU"
266
267 #: club/payu/models.py:141
268 msgid "received_at"
269 msgstr "odebrana"
270
271 #: club/payu/models.py:145
272 msgid "PayU notification"
273 msgstr "notyfikacja PayU"
274
275 #: club/payu/models.py:146
276 msgid "PayU notifications"
277 msgstr "notyfikacje PayU"
278
279 #: club/templates/admin/club/schedule/change_list.html:7
280 msgid "Active monthly recurring donations"
281 msgstr "Aktywne miesięczne wpłaty cykliczne"
282
283 #: club/templates/admin/club/schedule/change_list.html:12
284 msgid "Active yearly recurring donations"
285 msgstr "Aktywne roczne wpłaty cykliczne"
286
287 #: club/templates/admin/club/schedule/change_list.html:17
288 msgid "One-time donations in last 30 days"
289 msgstr "Jednorazowe wpłaty w ciągu ostatnich 30 dni"
290
291 #: club/templates/club/index.html:20
292 msgid "Congratulations – you're already a supporter of Wolne Lektury!"
293 msgstr "Gratulacje – należysz już do Towarzystwa Przyjaciół Wolnych Lektur!"
294
295 #: club/templates/club/index.html:22
296 msgid "Become a supporter"
297 msgstr "Dołącz do Towarzystwa"
298
299 #: club/templates/club/membership_form.html:7
300 msgid "Join us in freeing the books!"
301 msgstr "Uwalniaj książki razem z nami!"
302
303 #: club/templates/club/membership_form.html:8
304 msgid "„Wolne Lektury należy wspierać, bo są” - Filip Springer"
305 msgstr ""
306
307 #: club/templates/club/membership_form.html:144
308 msgid "Support Wolne Lektury"
309 msgstr "Wspieraj Wolne Lektury"
310
311 #: club/templates/club/membership_form.html:148
312 msgid "Thank you for your support! Support us again!"
313 msgstr ""
314 "Dziękujemy za Twoje dotychczasowe zaangażowanie! Wesprzyj nas ponownie!"
315
316 #: club/templates/club/membership_form.html:151
317 msgid "Thank you for wanting to free the books with us!"
318 msgstr "Dziękujemy, że chcesz razem z nami uwalniać książki!"
319
320 #: club/templates/club/membership_form.html:156
321 msgid "See your past support."
322 msgstr "Zobacz swoje dotychczasowe wsparcie."
323
324 #: club/templates/club/membership_form.html:179
325 msgid "Choose your type of support"
326 msgstr "Wybierz rodzaj wsparcia"
327
328 #: club/templates/club/membership_form.html:184
329 msgid "one-time"
330 msgstr "jednorazowo"
331
332 #: club/templates/club/membership_form.html:188
333 msgid "Choose the amount"
334 msgstr "Wybierz kwotę"
335
336 #: club/templates/club/membership_form.html:196
337 #: club/templates/club/membership_form.html:209
338 msgid "different amount"
339 msgstr "inna kwota"
340
341 #: club/templates/club/membership_form.html:215
342 msgid "Provide an e-mail address"
343 msgstr "Podaj adres e-mail"
344
345 #: club/templates/club/membership_form.html:222
346 msgid "I'd like to receive informations about new publications."
347 msgstr "Chcę dostawać informacje o nowościach"
348
349 #: club/templates/club/membership_form.html:226
350 msgid ""
351 "You can unsubscribe at any point. More in the <a target=\"_blank\" href="
352 "\"https://nowoczesnapolska.org.pl/prywatnosc/\">privacy policy</a>."
353 msgstr ""
354 "W każdej chwili możesz zrezygnować z subskrypcji. Więcej w <a target=\"_blank"
355 "\" href=\"https://nowoczesnapolska.org.pl/prywatnosc/\">polityce "
356 "prywatności</a>."
357
358 #: club/templates/club/membership_form.html:228
359 msgid "Donate"
360 msgstr "Wpłać"
361
362 #: club/templates/club/payment/payu-re.html:4
363 #: club/templates/club/payment/payu.html:4
364 msgid "Safe payments"
365 msgstr "Bezpieczne wpłaty"
366
367 #: club/templates/club/payment/payu.html:10
368 msgid "transfer"
369 msgstr "przelew"
370
371 #: club/templates/club/thanks.html:14
372 msgid "Thank you"
373 msgstr "Dziękujemy"
374
375 #: club/templates/club/thanks.html:19
376 msgid "Go back to the app"
377 msgstr "Wróć do aplikacji"
378
379 #: club/templates/club/year_summary.html:10
380 #, python-format
381 msgid "Summary of donations in the year %(year)s for the address %(email)s."
382 msgstr "Zestawienie darowizn w roku %(year)s dla adresu %(email)s."
383
384 #: club/templates/club/year_summary.html:15
385 msgid "Date"
386 msgstr "Data"
387
388 #: club/templates/club/year_summary.html:16
389 msgid "Amount"
390 msgstr "Kwota"
391
392 #: club/templates/club/year_summary.html:27
393 msgid "Total"
394 msgstr "Suma"
395
396 #: club/templates/payu/rec_payment.html:12
397 msgid "Supporting Wolne Lektury"
398 msgstr "Wspierasz Wolne Lektury"
399
400 #: club/templates/payu/rec_payment.html:15
401 #, python-format
402 msgid ""
403 "\n"
404 "        You are setting up a monthly payment in the amount of %(amount)s "
405 "PLN. Thank you!\n"
406 "      "
407 msgstr ""
408 "\n"
409 "Zlecasz comiesięczną płatność w wysokości %(amount)s zł. Dziękujemy!"
410
411 #~ msgid "in perpetuity"
412 #~ msgstr "jednorazowo"
413
414 #~ msgid "inteval"
415 #~ msgstr "okres"
416
417 #~ msgid "allow recurring"
418 #~ msgstr "płatności cykliczne"
419
420 #~ msgid "active"
421 #~ msgstr "aktywny"
422
423 #~ msgid "plan"
424 #~ msgstr "plan"
425
426 #~ msgid "plans"
427 #~ msgstr "plany"
428
429 #~ msgid "method"
430 #~ msgstr "metoda płatności"