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