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