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