More data in payment form.
[wolnelektury.git] / src / club / locale / it / 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 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \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=2; plural=(n != 1);\n"
19
20 #: club/admin.py:46
21 msgid "payment complete"
22 msgstr ""
23
24 #: club/admin.py:52
25 msgid "schedule expired"
26 msgstr ""
27
28 #: club/apps.py:10
29 msgid "Club"
30 msgstr ""
31
32 #: club/forms.py:70
33 #, python-format
34 msgid "Minimal amount is %(amount)d PLN."
35 msgstr ""
36
37 #: club/models.py:25
38 msgid "minimum amount"
39 msgstr ""
40
41 #: club/models.py:26
42 msgid "minimum amount for year"
43 msgstr ""
44
45 #: club/models.py:27
46 msgid "proposed amounts for single payment"
47 msgstr ""
48
49 #: club/models.py:28
50 msgid "default single amount"
51 msgstr ""
52
53 #: club/models.py:29
54 msgid "proposed amounts for monthly payments"
55 msgstr ""
56
57 #: club/models.py:30
58 msgid "default monthly amount"
59 msgstr ""
60
61 #: club/models.py:33
62 msgid "club"
63 msgstr ""
64
65 #: club/models.py:34
66 msgid "clubs"
67 msgstr ""
68
69 #: club/models.py:61
70 msgid "key"
71 msgstr ""
72
73 #: club/models.py:62
74 msgid "email"
75 msgstr ""
76
77 #: club/models.py:63 club/models.py:182
78 msgid "membership"
79 msgstr ""
80
81 #: club/models.py:64 club/models.py:388
82 msgid "amount"
83 msgstr ""
84
85 #: club/models.py:65
86 msgid "method"
87 msgstr ""
88
89 #: club/models.py:68 club/templates/club/payment_form.html:25
90 msgid "monthly"
91 msgstr ""
92
93 #: club/models.py:69
94 msgid "yearly"
95 msgstr ""
96
97 #: club/models.py:71
98 msgid "source"
99 msgstr ""
100
101 #: club/models.py:73
102 msgid "cancelled"
103 msgstr ""
104
105 #: club/models.py:74
106 msgid "payed at"
107 msgstr ""
108
109 #: club/models.py:75
110 msgid "started at"
111 msgstr ""
112
113 #: club/models.py:76
114 msgid "expires_at"
115 msgstr ""
116
117 #: club/models.py:85
118 msgid "schedule"
119 msgstr ""
120
121 #: club/models.py:86
122 msgid "schedules"
123 msgstr ""
124
125 #: club/models.py:174
126 msgid "user"
127 msgstr ""
128
129 #: club/models.py:175
130 msgid "created at"
131 msgstr ""
132
133 #: club/models.py:176 club/models.py:237
134 msgid "name"
135 msgstr ""
136
137 #: club/models.py:177
138 msgid "manual"
139 msgstr ""
140
141 #: club/models.py:178
142 msgid "notes"
143 msgstr ""
144
145 #: club/models.py:179
146 msgid "updated at"
147 msgstr ""
148
149 #: club/models.py:183
150 msgid "memberships"
151 msgstr ""
152
153 #: club/models.py:220
154 msgid "days before"
155 msgstr ""
156
157 #: club/models.py:221
158 msgid "subject"
159 msgstr ""
160
161 #: club/models.py:222 club/payu/models.py:140
162 msgid "body"
163 msgstr ""
164
165 #: club/models.py:225
166 msgid "reminder email"
167 msgstr ""
168
169 #: club/models.py:226
170 msgid "reminder emails"
171 msgstr ""
172
173 #: club/models.py:231
174 #, python-format
175 msgid "a day before expiration"
176 msgid_plural "%d days before expiration"
177 msgstr[0] ""
178 msgstr[1] ""
179
180 #: club/models.py:233
181 #, python-format
182 msgid "a day after expiration"
183 msgid_plural "%d days after expiration"
184 msgstr[0] ""
185 msgstr[1] ""
186
187 #: club/models.py:238
188 msgid "photo"
189 msgstr ""
190
191 #: club/models.py:239
192 msgid "text"
193 msgstr ""
194
195 #: club/models.py:242
196 msgid "ambassador"
197 msgstr ""
198
199 #: club/models.py:243
200 msgid "ambassadors"
201 msgstr ""
202
203 #: club/models.py:274 club/templates/club/index.html:7
204 #: club/templates/club/index.html:13 club/templates/club/thanks.html:6
205 #: club/templates/payu/rec_payment.html:5
206 msgid "Towarzystwo Przyjaciół Wolnych Lektur"
207 msgstr ""
208
209 #: club/models.py:370
210 msgid "first name"
211 msgstr ""
212
213 #: club/models.py:371
214 msgid "last name"
215 msgstr ""
216
217 #: club/models.py:372
218 msgid "sex"
219 msgstr ""
220
221 #: club/models.py:376
222 msgid "date of birth"
223 msgstr ""
224
225 #: club/models.py:377
226 msgid "street"
227 msgstr ""
228
229 #: club/models.py:378
230 msgid "building"
231 msgstr ""
232
233 #: club/models.py:379
234 msgid "flat"
235 msgstr ""
236
237 #: club/models.py:380
238 msgid "town"
239 msgstr ""
240
241 #: club/models.py:381
242 msgid "postal code"
243 msgstr ""
244
245 #: club/models.py:382
246 msgid "phone"
247 msgstr ""
248
249 #: club/models.py:383
250 msgid "e-mail"
251 msgstr ""
252
253 #: club/models.py:384
254 msgid "IBAN"
255 msgstr ""
256
257 #: club/models.py:385
258 msgid "payment identifier"
259 msgstr ""
260
261 #: club/models.py:386
262 msgid "agree newsletter"
263 msgstr ""
264
265 #: club/models.py:387
266 msgid "date"
267 msgstr ""
268
269 #: club/models.py:391
270 msgid "direct debit"
271 msgstr ""
272
273 #: club/models.py:392
274 msgid "direct debits"
275 msgstr ""
276
277 #: club/payu/models.py:17 club/payu/models.py:29
278 msgid "POS id"
279 msgstr ""
280
281 #: club/payu/models.py:18
282 msgid "disposable token"
283 msgstr ""
284
285 #: club/payu/models.py:19
286 msgid "reusable token"
287 msgstr ""
288
289 #: club/payu/models.py:20
290 msgid "created_at"
291 msgstr ""
292
293 #: club/payu/models.py:24
294 msgid "PayU card token"
295 msgstr ""
296
297 #: club/payu/models.py:25
298 msgid "PayU card tokens"
299 msgstr ""
300
301 #: club/payu/models.py:30
302 msgid "customer IP"
303 msgstr ""
304
305 #: club/payu/models.py:31
306 msgid "order ID"
307 msgstr ""
308
309 #: club/payu/models.py:34
310 msgid "Pending"
311 msgstr ""
312
313 #: club/payu/models.py:35
314 msgid "Waiting for confirmation"
315 msgstr ""
316
317 #: club/payu/models.py:36
318 msgid "Completed"
319 msgstr ""
320
321 #: club/payu/models.py:37
322 msgid "Canceled"
323 msgstr ""
324
325 #: club/payu/models.py:38
326 msgid "Rejected"
327 msgstr ""
328
329 #: club/payu/models.py:44
330 msgid "PayU order"
331 msgstr ""
332
333 #: club/payu/models.py:45
334 msgid "PayU orders"
335 msgstr ""
336
337 #: club/payu/models.py:141
338 msgid "received_at"
339 msgstr ""
340
341 #: club/payu/models.py:145
342 msgid "PayU notification"
343 msgstr ""
344
345 #: club/payu/models.py:146
346 msgid "PayU notifications"
347 msgstr ""
348
349 #: club/templates/admin/club/schedule/change_list.html:7
350 msgid "Active monthly recurring donations"
351 msgstr ""
352
353 #: club/templates/admin/club/schedule/change_list.html:12
354 msgid "Active yearly recurring donations"
355 msgstr ""
356
357 #: club/templates/admin/club/schedule/change_list.html:17
358 msgid "One-time donations in last 30 days"
359 msgstr ""
360
361 #: club/templates/club/index.html:20
362 msgid "Congratulations – you're already a supporter of Wolne Lektury!"
363 msgstr ""
364
365 #: club/templates/club/index.html:22
366 msgid "Become a supporter"
367 msgstr ""
368
369 #: club/templates/club/membership_form.html:7
370 msgid "Join us in freeing the books!"
371 msgstr ""
372
373 #: club/templates/club/membership_form.html:8
374 msgid "„Wolne Lektury należy wspierać, bo są” - Filip Springer"
375 msgstr ""
376
377 #: club/templates/club/membership_form.html:14
378 msgid "Support Wolne Lektury"
379 msgstr ""
380
381 #: club/templates/club/membership_form.html:18
382 msgid "Thank you for your support! Support us again!"
383 msgstr ""
384
385 #: club/templates/club/membership_form.html:21
386 msgid "Thank you for wanting to free the books with us!"
387 msgstr ""
388
389 #: club/templates/club/membership_form.html:26
390 msgid "See your past support."
391 msgstr ""
392
393 #: club/templates/club/membership_form.html:41
394 msgid "Help us get 100 new Friends by the end of the school semester."
395 msgstr ""
396
397 #: club/templates/club/membership_form.html:42
398 #, python-format
399 msgid ""
400 "\n"
401 "\t    So far <b style=\"color: #0d7e85\">%(supporters)s</b> reader has "
402 "already supported us with a regular donation,\n"
403 "\t    "
404 msgid_plural ""
405 "\n"
406 "\t    So far <b style=\"color: #0d7e85\">%(supporters)s</b> readers have "
407 "already supported us with a regular donation,\n"
408 "\t  "
409 msgstr[0] ""
410 msgstr[1] ""
411
412 #: club/templates/club/membership_form.html:47
413 #, python-format
414 msgid ""
415 "\n"
416 "\t    <b style=\"color: #0d7e85\">%(missing_supporters)s</b> is missing.\n"
417 "            "
418 msgid_plural ""
419 "\n"
420 "            <b style=\"color: #0d7e85\">%(missing_supporters)s</b> are "
421 "missing.\n"
422 "\t  "
423 msgstr[0] ""
424 msgstr[1] ""
425
426 #: club/templates/club/payment/payu-re.html:4
427 #: club/templates/club/payment/payu.html:4
428 msgid "Safe payments"
429 msgstr ""
430
431 #: club/templates/club/payment/payu.html:10
432 msgid "transfer"
433 msgstr ""
434
435 #: club/templates/club/payment_form.html:18
436 msgid "Choose your type of support"
437 msgstr ""
438
439 #: club/templates/club/payment_form.html:24
440 msgid "one-time"
441 msgstr ""
442
443 #: club/templates/club/payment_form.html:28
444 msgid "Choose the amount"
445 msgstr ""
446
447 #: club/templates/club/payment_form.html:36
448 #: club/templates/club/payment_form.html:49
449 msgid "different amount"
450 msgstr ""
451
452 #: club/templates/club/payment_form.html:57
453 msgid "Provide contact details"
454 msgstr ""
455
456 #: club/templates/club/payment_form.html:60
457 msgid "E-mail:"
458 msgstr ""
459
460 #: club/templates/club/payment_form.html:65
461 msgid "Phone number:"
462 msgstr ""
463
464 #: club/templates/club/payment_form.html:70
465 msgid "Postal address:"
466 msgstr ""
467
468 #: club/templates/club/payment_form.html:87
469 msgid "I'd like to receive informations about new publications."
470 msgstr ""
471
472 #: club/templates/club/payment_form.html:91
473 msgid ""
474 "You can unsubscribe at any point. More in the <a target=\"_blank\" href="
475 "\"https://nowoczesnapolska.org.pl/prywatnosc/\">privacy policy</a>."
476 msgstr ""
477
478 #: club/templates/club/payment_form.html:94
479 msgid "Donate"
480 msgstr ""
481
482 #: club/templates/club/thanks.html:14
483 msgid "Thank you"
484 msgstr ""
485
486 #: club/templates/club/thanks.html:19
487 msgid "Go back to the app"
488 msgstr ""
489
490 #: club/templates/club/year_summary.html:10
491 #, python-format
492 msgid "Summary of donations in the year %(year)s for the address %(email)s."
493 msgstr ""
494
495 #: club/templates/club/year_summary.html:15
496 msgid "Date"
497 msgstr ""
498
499 #: club/templates/club/year_summary.html:16
500 msgid "Amount"
501 msgstr ""
502
503 #: club/templates/club/year_summary.html:27
504 msgid "Total"
505 msgstr ""
506
507 #: club/templates/payu/rec_payment.html:12
508 msgid "Supporting Wolne Lektury"
509 msgstr ""
510
511 #: club/templates/payu/rec_payment.html:15
512 #, python-format
513 msgid ""
514 "\n"
515 "        You are setting up a monthly payment in the amount of %(amount)s "
516 "PLN. Thank you!\n"
517 "      "
518 msgstr ""