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