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