]> git.agnieray.net Git - galette.git/blob - galette/lang/galette_it_IT.utf8.po
Translated using Weblate (Italian)
[galette.git] / galette / lang / galette_it_IT.utf8.po
1 # Header entry was created by Lokalize.
2 #
3 # Translators:
4 # Stefano Costa <steko@iosa.it>, 2013
5 # Johan Cwiklinski <johan@x-tnd.be>, 2017. #zanata
6 # DALBARD <Verturin@live.fr>, 2018. #zanata
7 # Miguel Cordas <mc@mcsi.ch>, 2019. #zanata
8 # Jeannette L <j.lavoie@net-c.ca>, 2020.
9 # Johan Cwiklinski <trasher@x-tnd.be>, 2020.
10 # J. Lavoie <j.lavoie@net-c.ca>, 2020.
11 # Lorenzo Maria Fasoli <lorenzo.fasoli.94@gmail.com>, 2020.
12 # Giacomo Alessandroni <g.alessandroni@gmail.com>, 2020.
13 # Daeniem Loidlan <daeniem@gmail.com>, 2020.
14 msgid ""
15 msgstr ""
16 "Report-Msgid-Bugs-To: translations@galette.eu\n"
17 "POT-Creation-Date: 2020-07-18 08:29+0200\n"
18 "PO-Revision-Date: 2020-09-05 11:36+0000\n"
19 "Last-Translator: Daeniem Loidlan <daeniem@gmail.com>\n"
20 "Language-Team: Italian <https://hosted.weblate.org/projects/galette/galette/"
21 "it/>\n"
22 "Language: it_IT\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
24 "Content-Transfer-Encoding: 8bit\n"
25 "Plural-Forms: nplurals=2; plural=n != 1;\n"
26 "X-Generator: Weblate 4.3-dev\n"
27
28 #: ../lib/Galette/Handlers/PhpError.php:83 ../lib/Galette/Handlers/Error.php:83
29 msgid "Galette error"
30 msgstr "Errore di Galette"
31
32 #: ../lib/Galette/Handlers/NotFound.php:80
33 msgid "Page not found"
34 msgstr "Pagina non trovata"
35
36 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:155
37 msgid "Transaction"
38 msgstr "Transazione"
39
40 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:157
41 #: ../lib/Galette/Controllers/Crud/MembersController.php:1136
42 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:112
43 msgid "modification"
44 msgstr "modifica"
45
46 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:159
47 #: ../lib/Galette/Controllers/Crud/MembersController.php:1138
48 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:114
49 msgid "creation"
50 msgstr "creazione"
51
52 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:267
53 msgid "An error occurred while storing the transaction."
54 msgstr "Si è verificato un errore durante la registrazione della transazione."
55
56 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:295
57 msgid "Transaction has been successfully stored"
58 msgstr "La transazione è stata registrata correttamente"
59
60 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:350
61 msgid "Unable to attach contribution to transaction"
62 msgstr "Impossibile allegare il contributo alla transazione"
63
64 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:355
65 msgid "Contribution has been successfully attached to current transaction"
66 msgstr "Il contributo è stato allegato correttamente alla transazione corrente"
67
68 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:381
69 msgid "Unable to detach contribution from transaction"
70 msgstr "Impossibile rimuovere il contributo dalla transazione"
71
72 #: ../lib/Galette/Controllers/Crud/TransactionsController.php:386
73 msgid "Contribution has been successfully detached from current transaction"
74 msgstr "Il contributo è stato rimosso correttamente dalla transazione corrente"
75
76 #: ../lib/Galette/Controllers/Crud/PaymentTypeController.php:118
77 msgid "Payment types management"
78 msgstr "Gestione delle tipologie di pagamento"
79
80 #: ../lib/Galette/Controllers/Crud/PaymentTypeController.php:160
81 msgid "Edit payment type"
82 msgstr "Modifica tipologia di pagamento"
83
84 #: ../lib/Galette/Controllers/Crud/PaymentTypeController.php:213
85 #, php-format
86 msgid "Payment type '%s' has not been added!"
87 msgstr "La tipologia di pagamento \"%s\" non è stata aggiunta!"
88
89 #: ../lib/Galette/Controllers/Crud/PaymentTypeController.php:222
90 #, php-format
91 msgid "Payment type '%s' has not been modified!"
92 msgstr "La tipologia di pagamento \"%s\" non è stata modificata!"
93
94 #: ../lib/Galette/Controllers/Crud/PaymentTypeController.php:235
95 #, php-format
96 msgid "Payment type '%s' has been successfully added."
97 msgstr "La tipologia di pagamento \"%s\" è stata aggiunta correttamente."
98
99 #: ../lib/Galette/Controllers/Crud/PaymentTypeController.php:244
100 #, php-format
101 msgid "Payment type '%s' has been successfully modified."
102 msgstr "La tipologia di pagamento \"%s\" è stata modificata correttamente."
103
104 #: ../lib/Galette/Controllers/Crud/PaymentTypeController.php:307
105 #, php-format
106 msgid "Remove payment type %1$s"
107 msgstr "Rimuovi la tipologia di pagamento %1$s"
108
109 #: ../lib/Galette/Controllers/Crud/GroupsController.php:123
110 msgid "Group name is missing!"
111 msgstr "Nome del gruppo mancante!"
112
113 #: ../lib/Galette/Controllers/Crud/GroupsController.php:186
114 msgid "Groups"
115 msgstr "Gruppi"
116
117 #: ../lib/Galette/Controllers/Crud/GroupsController.php:370
118 msgid "Group `%groupname` has been successfully saved."
119 msgstr "Il gruppo \"%groupname\" è stato salvato correttamente."
120
121 #: ../lib/Galette/Controllers/Crud/GroupsController.php:377
122 msgid "An error occurred while storing the group."
123 msgstr "Si è verificato un errore durante la registrazione del gruppo."
124
125 #: ../lib/Galette/Controllers/Crud/GroupsController.php:469
126 #, php-format
127 msgid "Remove group %1$s"
128 msgstr "Rimuovi il gruppo %1$s"
129
130 #: ../lib/Galette/Controllers/Crud/GroupsController.php:492
131 msgid "Group is not empty, it cannot be deleted. Use cascade delete instead."
132 msgstr ""
133 "Il gruppo non è vuoto e non può essere cancellato. Usa al suo posto la "
134 "cancellazione a cascata."
135
136 #: ../lib/Galette/Controllers/Crud/MailingsController.php:101
137 #: ../lib/Galette/Controllers/Crud/MailingsController.php:105
138 #: ../lib/Galette/Controllers/Crud/MailingsController.php:260
139 #: ../lib/Galette/Controllers/Crud/MailingsController.php:262
140 msgid "Trying to load mailing while email is disabled in preferences."
141 msgstr ""
142
143 #: ../lib/Galette/Controllers/Crud/MailingsController.php:149
144 #: ../lib/Galette/Controllers/Crud/MailingsController.php:285
145 msgid "No member selected for mailing!"
146 msgstr "Nessun membro selezionato per l'invio mail!"
147
148 #: ../lib/Galette/Controllers/Crud/MailingsController.php:204
149 msgid "Mailing"
150 msgstr "Invio Mail"
151
152 #: ../lib/Galette/Controllers/Crud/MailingsController.php:304
153 msgid "Please type an object for the message."
154 msgstr "Per favore, inserisci un oggetto per il messaggio."
155
156 #: ../lib/Galette/Controllers/Crud/MailingsController.php:310
157 msgid "Please enter a message."
158 msgstr "Per favore, inserisci il messaggio."
159
160 #: ../lib/Galette/Controllers/Crud/MailingsController.php:404
161 msgid "Mailing has been successfully sent!"
162 msgstr "L' email è stata inviata con successo!"
163
164 #: ../lib/Galette/Controllers/Crud/MailingsController.php:427
165 msgid "Mailing has been successfully saved."
166 msgstr "L'email è stata salvata con successo."
167
168 #: ../lib/Galette/Controllers/Crud/MailingsController.php:516
169 msgid "Mailings"
170 msgstr "L'invio di email"
171
172 #: ../lib/Galette/Controllers/Crud/MailingsController.php:664
173 #, php-format
174 msgid "Remove mailing #%1$s"
175 msgstr ""
176
177 #: ../lib/Galette/Controllers/Crud/MailingsController.php:746
178 msgid "Mailing preview"
179 msgstr ""
180
181 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:82
182 msgid "Add field"
183 msgstr ""
184
185 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:131
186 msgid "An error occurred adding dynamic field :("
187 msgstr ""
188
189 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:145
190 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:364
191 msgid "Dynamic field has been successfully stored!"
192 msgstr ""
193
194 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:226
195 msgid "Dynamic fields configuration"
196 msgstr ""
197
198 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:291
199 msgid "Unable to retrieve field information."
200 msgstr ""
201
202 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:300
203 msgid "Edit field"
204 msgstr ""
205
206 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:350
207 #, fuzzy
208 #| msgid "An error occurred sending test email :("
209 msgid "An error occurred editing dynamic field :("
210 msgstr "Si è verificato un errore durante l’invio dell’e-mail di prova :("
211
212 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:446
213 msgid "Requested field does not exists!"
214 msgstr "Il file richiesto non esiste!"
215
216 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:454
217 #, php-format
218 msgid "Remove dynamic field %1$s"
219 msgstr "Rimuovi campo dinamico %1$s"
220
221 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:495
222 msgid "Field has been successfully moved"
223 msgstr "Il campo è stato spostato con successo"
224
225 #: ../lib/Galette/Controllers/Crud/DynamicFieldsController.php:500
226 msgid "An error occurred moving field :("
227 msgstr ""
228
229 #: ../lib/Galette/Controllers/Crud/MembersController.php:159
230 msgid "Subscription"
231 msgstr ""
232
233 #: ../lib/Galette/Controllers/Crud/MembersController.php:243
234 #: ../lib/Galette/Controllers/Crud/MembersController.php:448
235 #: ../lib/Galette/Controllers/Crud/MembersController.php:1091
236 #: ../lib/Galette/Controllers/PdfController.php:123
237 #: ../lib/Galette/Controllers/PdfController.php:292
238 #: ../lib/Galette/Middleware/Authenticate.php:165
239 msgid "You do not have permission for requested URL."
240 msgstr ""
241
242 #: ../lib/Galette/Controllers/Crud/MembersController.php:258
243 msgid "No member #%id."
244 msgstr ""
245
246 #: ../lib/Galette/Controllers/Crud/MembersController.php:278
247 #: ../lib/Galette/Controllers/Crud/MembersController.php:1134
248 msgid "Member Profile"
249 msgstr ""
250
251 #: ../lib/Galette/Controllers/Crud/MembersController.php:363
252 msgid "Members list"
253 msgstr ""
254
255 #: ../lib/Galette/Controllers/Crud/MembersController.php:363
256 msgid "Trombinoscope"
257 msgstr ""
258
259 #: ../lib/Galette/Controllers/Crud/MembersController.php:493
260 msgid "The file does not exists or cannot be read :("
261 msgstr ""
262
263 #: ../lib/Galette/Controllers/Crud/MembersController.php:559
264 msgid "Members management"
265 msgstr ""
266
267 #: ../lib/Galette/Controllers/Crud/MembersController.php:780
268 msgid "Status label"
269 msgstr ""
270
271 #: ../lib/Galette/Controllers/Crud/MembersController.php:820
272 msgid "Advanced search"
273 msgstr "Ricerca Avanzata"
274
275 #: ../lib/Galette/Controllers/Crud/MembersController.php:1041
276 #: ../lib/Galette/Controllers/PdfController.php:157
277 #: ../lib/Galette/Controllers/PdfController.php:238
278 msgid "No member was selected, please check at least one name."
279 msgstr ""
280
281 #: ../lib/Galette/Controllers/Crud/MembersController.php:1254
282 #, php-format
283 msgid "Mass change %count members"
284 msgstr ""
285
286 #: ../lib/Galette/Controllers/Crud/MembersController.php:1285
287 #: ../lib/Galette/Controllers/Crud/MembersController.php:1354
288 msgid "Mass changes has not been confirmed!"
289 msgstr ""
290
291 #: ../lib/Galette/Controllers/Crud/MembersController.php:1323
292 #, php-format
293 msgid "Review mass change %count members"
294 msgstr ""
295
296 #: ../lib/Galette/Controllers/Crud/MembersController.php:1383
297 msgid "Nothing to do!"
298 msgstr ""
299
300 #: ../lib/Galette/Controllers/Crud/MembersController.php:1411
301 #: ../lib/Galette/Controllers/Crud/MembersController.php:1879
302 msgid "An error occurred while storing the member."
303 msgstr ""
304
305 #: ../lib/Galette/Controllers/Crud/MembersController.php:1423
306 msgid "Something went wront during mass edition!"
307 msgstr ""
308
309 #: ../lib/Galette/Controllers/Crud/MembersController.php:1430
310 #, php-format
311 msgid "%count members has been changed successfully!"
312 msgstr ""
313
314 #: ../lib/Galette/Controllers/Crud/MembersController.php:1505
315 msgid "Please repeat in the field the password shown in the image."
316 msgstr ""
317
318 #: ../lib/Galette/Controllers/Crud/MembersController.php:1608
319 msgid "Your account has been created!"
320 msgstr ""
321
322 #: ../lib/Galette/Controllers/Crud/MembersController.php:1613
323 msgid "An email has been sent to you, check your inbox."
324 msgstr ""
325 "Ti è stata inviata un’e-mail, controlla la tua casella di posta elettronica."
326
327 #: ../lib/Galette/Controllers/Crud/MembersController.php:1616
328 msgid "New member has been successfully added."
329 msgstr ""
330
331 #: ../lib/Galette/Controllers/Crud/MembersController.php:1664
332 #, php-format
333 msgid "New account email sent to admin for '%s'."
334 msgstr ""
335
336 #: ../lib/Galette/Controllers/Crud/MembersController.php:1671
337 #, php-format
338 msgid "A problem happened while sending email to admin for account '%s'."
339 msgstr ""
340 "Un problema si è verificato durante l’invio dell’e-mail all’amministratore "
341 "per l’account «%s»."
342
343 #: ../lib/Galette/Controllers/Crud/MembersController.php:1679
344 msgid "Member account has been modified."
345 msgstr ""
346
347 #: ../lib/Galette/Controllers/Crud/MembersController.php:1686
348 msgid ""
349 "- You can't send a confirmation by email if the member hasn't got an address!"
350 msgstr ""
351 "- Non è possibile inviare una conferma via e-mail se il membro non ha un "
352 "indirizzo!"
353
354 #: ../lib/Galette/Controllers/Crud/MembersController.php:1716
355 #: ../lib/Galette/Controllers/AuthController.php:332
356 #: ../lib/Galette/Core/History.php:414 ../lib/Galette/IO/Csv.php:115
357 msgid "Y-m-d H:i:s"
358 msgstr "d/m/Y H:i:s"
359
360 #: ../lib/Galette/Controllers/Crud/MembersController.php:1721
361 #: ../lib/Galette/Controllers/AuthController.php:385
362 #, php-format
363 msgid ""
364 "An error occurred storing temporary password for %s. Please inform an admin."
365 msgstr ""
366
367 #: ../lib/Galette/Controllers/Crud/MembersController.php:1762
368 #, php-format
369 msgid "New account email sent to '%s'."
370 msgstr ""
371
372 #: ../lib/Galette/Controllers/Crud/MembersController.php:1762
373 #, php-format
374 msgid "Account modification email sent to '%s'."
375 msgstr ""
376
377 #: ../lib/Galette/Controllers/Crud/MembersController.php:1770
378 #, php-format
379 msgid "A problem happened while sending account email to '%s'"
380 msgstr ""
381
382 #: ../lib/Galette/Controllers/Crud/MembersController.php:1779
383 #, fuzzy
384 #| msgid ""
385 #| "You asked Galette to send a test email, but mail has been disabled in the "
386 #| "preferences."
387 msgid ""
388 "You asked Galette to send a confirmation email to the member, but email has "
389 "been disabled in the preferences."
390 msgstr ""
391 "Hai chiesto a Galette di inviare un’e-mail di prova, ma le e-mail sono state "
392 "disabilitate nelle preferenze."
393
394 #: ../lib/Galette/Controllers/Crud/MembersController.php:1835
395 msgid "Account modification email sent to admin."
396 msgstr ""
397
398 #: ../lib/Galette/Controllers/Crud/MembersController.php:1839
399 #, fuzzy
400 #| msgid "A problem happened while sending email to admin for account '%s'."
401 msgid "A problem happened while sending account email to admin"
402 msgstr ""
403 "Un problema si è verificato durante l’invio dell’e-mail all’amministratore "
404 "per l’account «%s»."
405
406 #: ../lib/Galette/Controllers/Crud/MembersController.php:1860
407 msgid "An error occurred adding member to its groups."
408 msgstr ""
409
410 #: ../lib/Galette/Controllers/Crud/MembersController.php:1875
411 msgid "An error occurred adding member to its groups as manager."
412 msgstr ""
413
414 #: ../lib/Galette/Controllers/Crud/MembersController.php:1891
415 #: ../lib/Galette/Controllers/GaletteController.php:311
416 #: ../lib/Galette/Controllers/GaletteController.php:343
417 msgid "Delete failed"
418 msgstr ""
419
420 #: ../lib/Galette/Controllers/Crud/MembersController.php:2059
421 #, php-format
422 msgid "Remove member %1$s"
423 msgstr ""
424
425 #: ../lib/Galette/Controllers/Crud/MembersController.php:2068
426 #, php-format
427 msgid "You are about to remove %count members."
428 msgstr ""
429
430 #: ../lib/Galette/Controllers/Crud/TitlesController.php:113
431 msgid "Titles management"
432 msgstr ""
433
434 #: ../lib/Galette/Controllers/Crud/TitlesController.php:155
435 msgid "Edit title"
436 msgstr ""
437
438 #: ../lib/Galette/Controllers/Crud/TitlesController.php:209
439 #, php-format
440 msgid "Title '%s' has not been added!"
441 msgstr ""
442
443 #: ../lib/Galette/Controllers/Crud/TitlesController.php:218
444 #, php-format
445 msgid "Title '%s' has not been modified!"
446 msgstr ""
447
448 #: ../lib/Galette/Controllers/Crud/TitlesController.php:231
449 #, php-format
450 msgid "Title '%s' has been successfully added."
451 msgstr ""
452
453 #: ../lib/Galette/Controllers/Crud/TitlesController.php:240
454 #, php-format
455 msgid "Title '%s' has been successfully modified."
456 msgstr ""
457
458 #: ../lib/Galette/Controllers/Crud/TitlesController.php:291
459 #, php-format
460 msgid "Remove title %1$s"
461 msgstr ""
462
463 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:115
464 msgid "User statuses"
465 msgstr ""
466
467 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:121
468 msgid "Contribution types"
469 msgstr ""
470
471 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:180
472 msgid "Edit status"
473 msgstr ""
474
475 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:186
476 msgid "Edit contribution type"
477 msgstr ""
478
479 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:259
480 msgid "%type has not been added :("
481 msgstr ""
482
483 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:259
484 msgid "%type #%id has not been updated"
485 msgstr ""
486
487 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:263
488 msgid "%type has been successfully added!"
489 msgstr ""
490
491 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:263
492 msgid "%type #%id has been successfully updated!"
493 msgstr ""
494
495 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:343
496 msgid "Remove %type '%label'"
497 msgstr ""
498
499 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:106
500 msgid "Membership fee"
501 msgstr ""
502
503 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:108
504 #: ../lib/Galette/Entity/Contribution.php:1077
505 msgid "Donation"
506 msgstr "Donazione"
507
508 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:334
509 msgid "Contributions management"
510 msgstr ""
511
512 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:334
513 msgid "Transactions management"
514 msgstr ""
515
516 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:428
517 msgid "- Unknown payment type!"
518 msgstr ""
519
520 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:476
521 #: ../lib/Galette/Controllers/PdfController.php:454
522 #: ../lib/Galette/Controllers/PdfController.php:710
523 msgid "Unable to load contribution #%id!"
524 msgstr ""
525
526 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:578
527 msgid "Contribution has been successfully stored"
528 msgstr ""
529
530 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:591
531 msgid "Post contribution script failed"
532 msgstr ""
533
534 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:600
535 msgid "The configured post contribution script has failed."
536 msgstr ""
537
538 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:601
539 msgid "You can find contribution information and script output below."
540 msgstr ""
541
542 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:609
543 msgid "Post contribution script has failed."
544 msgstr ""
545
546 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:632
547 msgid "An error occurred while storing the contribution."
548 msgstr ""
549
550 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:712
551 #, fuzzy
552 #| msgid "Mail sent to user %name (%email)"
553 msgid "Email sent to user %name (%email)"
554 msgstr "Messaggio inviato all’utente %name (%email)"
555
556 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:719
557 msgid ""
558 "A problem happened while sending contribution receipt to user %name (%email)"
559 msgstr ""
560 "Si è verificato un problema durante l’invio della ricevuta del contributo "
561 "all’utente %name (% email)"
562
563 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:728
564 #, fuzzy
565 #| msgid ""
566 #| "Trying to send a mail to a member (%name) with an invalid address: %email"
567 msgid ""
568 "Trying to send an email to a member (%name) with an invalid address: %email"
569 msgstr ""
570 "Tentativo di inviare un messaggio a un membro (%name) con un indirizzo non "
571 "valido: %email"
572
573 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:761
574 #, fuzzy
575 #| msgid "Mail sent to admin for user %name (%email)"
576 msgid "Email sent to admin for user %name (%email)"
577 msgstr "Messaggio inviato all’amministratore per l’utente %name (%email)"
578
579 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:768
580 msgid ""
581 "A problem happened while sending to admin notification for user %name "
582 "(%email) contribution"
583 msgstr ""
584 "Si è verificato un problema durante l’invio della notifica "
585 "all’amministratore per il contributo dell’utente %name (%email)"
586
587 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:895
588 #, php-format
589 msgid "Remove %1$s %2$s"
590 msgstr ""
591
592 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:897
593 msgid "contributions"
594 msgstr ""
595
596 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:897
597 msgid "transactions"
598 msgstr ""
599
600 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:901
601 #, php-format
602 msgid "Remove %1$s #%2$s"
603 msgstr ""
604
605 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:902
606 #: ../lib/Galette/IO/PdfContribution.php:142
607 msgid "contribution"
608 msgstr ""
609
610 #: ../lib/Galette/Controllers/Crud/ContributionsController.php:902
611 msgid "transaction"
612 msgstr ""
613
614 #: ../lib/Galette/Controllers/Crud/SavedSearchesController.php:125
615 msgid "An SQL error has occurred while storing search."
616 msgstr ""
617
618 #: ../lib/Galette/Controllers/Crud/SavedSearchesController.php:130
619 msgid "This search is already saved."
620 msgstr ""
621
622 #: ../lib/Galette/Controllers/Crud/SavedSearchesController.php:136
623 msgid "Search has been saved."
624 msgstr ""
625
626 #: ../lib/Galette/Controllers/Crud/SavedSearchesController.php:212
627 msgid "Saved searches"
628 msgstr ""
629
630 #: ../lib/Galette/Controllers/Crud/SavedSearchesController.php:305
631 msgid "Remove saved search"
632 msgstr ""
633
634 #: ../lib/Galette/Controllers/Crud/SavedSearchesController.php:312
635 #, php-format
636 msgid "You are about to remove %count searches."
637 msgstr ""
638
639 #: ../lib/Galette/Controllers/Crud/SavedSearchesController.php:361
640 msgid "Saved search loaded"
641 msgstr ""
642
643 #: ../lib/Galette/Controllers/Crud/SavedSearchesController.php:366
644 msgid "An SQL error has occurred while loading search."
645 msgstr ""
646
647 #: ../lib/Galette/Controllers/GaletteController.php:109
648 msgid "System information"
649 msgstr ""
650
651 #: ../lib/Galette/Controllers/GaletteController.php:129
652 msgid "Dashboard"
653 msgstr "Dashboard"
654
655 #: ../lib/Galette/Controllers/GaletteController.php:234
656 msgid "Settings"
657 msgstr ""
658
659 #: ../lib/Galette/Controllers/GaletteController.php:249
660 #: ../lib/Galette/Filters/MembersList.php:306
661 msgid "All accounts"
662 msgstr ""
663
664 #: ../lib/Galette/Controllers/GaletteController.php:250
665 #: ../lib/Galette/Filters/MembersList.php:307
666 msgid "Active accounts"
667 msgstr ""
668
669 #: ../lib/Galette/Controllers/GaletteController.php:251
670 #: ../lib/Galette/Filters/MembersList.php:308
671 msgid "Inactive accounts"
672 msgstr ""
673
674 #: ../lib/Galette/Controllers/GaletteController.php:276
675 msgid ""
676 "An SQL error has occurred while storing preferences. Please try again, and "
677 "contact the administrator if the problem persists."
678 msgstr ""
679
680 #: ../lib/Galette/Controllers/GaletteController.php:280
681 msgid "Preferences has been saved."
682 msgstr ""
683
684 #: ../lib/Galette/Controllers/GaletteController.php:393
685 #, fuzzy
686 #| msgid ""
687 #| "You asked Galette to send a test email, but mail has been disabled in the "
688 #| "preferences."
689 msgid ""
690 "You asked Galette to send a test email, but email has been disabled in the "
691 "preferences."
692 msgstr ""
693 "Hai chiesto a Galette di inviare un’e-mail di prova, ma le e-mail sono state "
694 "disabilitate nelle preferenze."
695
696 #: ../lib/Galette/Controllers/GaletteController.php:400
697 msgid "Test message"
698 msgstr ""
699
700 #: ../lib/Galette/Controllers/GaletteController.php:403
701 msgid "Galette admin"
702 msgstr ""
703
704 #: ../lib/Galette/Controllers/GaletteController.php:406
705 msgid "Test message."
706 msgstr ""
707
708 #: ../lib/Galette/Controllers/GaletteController.php:415
709 #, php-format
710 msgid "An email has been sent to %email"
711 msgstr "Un’e-mail è stata inviata a %email"
712
713 #: ../lib/Galette/Controllers/GaletteController.php:424
714 #, php-format
715 msgid "No email sent to %email"
716 msgstr "Nessun’e-mail inviata a %email"
717
718 #: ../lib/Galette/Controllers/GaletteController.php:431
719 msgid "Invalid email adress!"
720 msgstr "Indirizzo e-mail non valido!"
721
722 #: ../lib/Galette/Controllers/GaletteController.php:474
723 msgid "Charts"
724 msgstr ""
725
726 #: ../lib/Galette/Controllers/GaletteController.php:495
727 msgid "Fields configuration"
728 msgstr ""
729
730 #: ../lib/Galette/Controllers/GaletteController.php:558
731 msgid "Fields configuration has been successfully stored"
732 msgstr ""
733
734 #: ../lib/Galette/Controllers/GaletteController.php:563
735 msgid "An error occurred while storing fields configuration :("
736 msgstr ""
737
738 #: ../lib/Galette/Controllers/GaletteController.php:589
739 #, fuzzy
740 #| msgid "List of contributions"
741 msgid "Lists configuration"
742 msgstr "Elenco dei contributi"
743
744 #: ../lib/Galette/Controllers/GaletteController.php:628
745 msgid "List configuration has been successfully stored"
746 msgstr ""
747
748 #: ../lib/Galette/Controllers/GaletteController.php:633
749 #, fuzzy
750 #| msgid "An error occurred sending test email :("
751 msgid "An error occurred while storing list configuration :("
752 msgstr "Si è verificato un errore durante l’invio dell’e-mail di prova :("
753
754 #: ../lib/Galette/Controllers/GaletteController.php:653
755 msgid "Generate fake data"
756 msgstr ""
757
758 #: ../lib/Galette/Controllers/GaletteController.php:753
759 msgid "Reminders"
760 msgstr ""
761
762 #: ../lib/Galette/Controllers/GaletteController.php:794
763 msgid "No reminder to send for now."
764 msgstr ""
765
766 #: ../lib/Galette/Controllers/GaletteController.php:825
767 msgid "There are no member to proceed."
768 msgstr ""
769
770 #: ../lib/Galette/Controllers/GaletteController.php:832
771 msgid "Reminder has not been sent:"
772 msgstr ""
773
774 #: ../lib/Galette/Controllers/GaletteController.php:839
775 msgid "Sent reminders:"
776 msgstr ""
777
778 #: ../lib/Galette/Controllers/GaletteController.php:914
779 msgid "Download document"
780 msgstr ""
781
782 #: ../lib/Galette/Controllers/CrudController.php:277
783 #: ../lib/Galette/Controllers/HistoryController.php:211
784 #: ../lib/Galette/Controllers/CsvController.php:490
785 msgid "Removal has not been confirmed!"
786 msgstr ""
787
788 #: ../lib/Galette/Controllers/CrudController.php:289
789 msgid "Successfully deleted!"
790 msgstr ""
791
792 #: ../lib/Galette/Controllers/CrudController.php:303
793 #, fuzzy
794 #| msgid "An error occurred sending test email :("
795 msgid "An error occurred trying to delete :("
796 msgstr "Si è verificato un errore durante l’invio dell’e-mail di prova :("
797
798 #: ../lib/Galette/Controllers/PdfController.php:189
799 #: ../lib/Galette/Controllers/PdfController.php:261
800 #: ../lib/Galette/Controllers/PdfController.php:691
801 msgid "Unable to get members list."
802 msgstr ""
803
804 #: ../lib/Galette/Controllers/PdfController.php:351
805 msgid "Attendance sheet configuration"
806 msgstr ""
807
808 #: ../lib/Galette/Controllers/PdfController.php:387
809 #: ../lib/Galette/Controllers/PdfController.php:406
810 msgid "No member selected to generate attendance sheet"
811 msgstr ""
812
813 #: ../lib/Galette/Controllers/PdfController.php:414
814 #: ../lib/Galette/IO/PdfAttendanceSheet.php:141
815 msgid "Attendance sheet"
816 msgstr ""
817
818 #: ../lib/Galette/Controllers/PdfController.php:497
819 msgid "Unable to get groups list."
820 msgstr ""
821
822 #: ../lib/Galette/Controllers/PdfController.php:556
823 msgid "PDF models"
824 msgstr ""
825
826 #: ../lib/Galette/Controllers/PdfController.php:590
827 msgid "Missing PDF model type!"
828 msgstr ""
829
830 #: ../lib/Galette/Controllers/PdfController.php:619
831 msgid "Model has been successfully stored!"
832 msgstr ""
833
834 #: ../lib/Galette/Controllers/PdfController.php:622
835 msgid "Model has not been stored :("
836 msgstr ""
837
838 #: ../lib/Galette/Controllers/PdfController.php:665
839 msgid "Invalid link!"
840 msgstr ""
841
842 #: ../lib/Galette/Controllers/AuthController.php:90
843 #: ../lib/Galette/Controllers/AuthController.php:150
844 msgid "Login"
845 msgstr "Login"
846
847 #: ../lib/Galette/Controllers/AuthController.php:116
848 msgid "You must provide both login and password."
849 msgstr ""
850
851 #: ../lib/Galette/Controllers/AuthController.php:145
852 msgid "Your password is too weak! Please consider updating it."
853 msgstr ""
854
855 #: ../lib/Galette/Controllers/AuthController.php:153
856 msgid "Login failed."
857 msgstr ""
858
859 #: ../lib/Galette/Controllers/AuthController.php:154
860 msgid "Authentication failed"
861 msgstr ""
862
863 #: ../lib/Galette/Controllers/AuthController.php:170
864 msgid "Log off"
865 msgstr ""
866
867 #: ../lib/Galette/Controllers/AuthController.php:195
868 #, php-format
869 msgid "Impersonating as %login"
870 msgstr ""
871
872 #: ../lib/Galette/Controllers/AuthController.php:207
873 msgid "Unable to impersonate as %id"
874 msgstr ""
875
876 #: ../lib/Galette/Controllers/AuthController.php:233
877 #: ../lib/Galette/Controllers/AuthController.php:238
878 msgid "Impersonating ended"
879 msgstr ""
880
881 #: ../lib/Galette/Controllers/AuthController.php:263
882 #: ../lib/Galette/Controllers/AuthController.php:464
883 msgid "Password recovery"
884 msgstr ""
885
886 #: ../lib/Galette/Controllers/AuthController.php:295
887 msgid "Email sent is disabled in the preferences. Ask galette admin"
888 msgstr ""
889 "Le e-mail iniviate sono disabilitate nelle preferenze. Chiedi "
890 "all’amministratore Galette"
891
892 #: ../lib/Galette/Controllers/AuthController.php:354
893 #, php-format
894 msgid "Email sent to '%s' for password recovery."
895 msgstr ""
896
897 #: ../lib/Galette/Controllers/AuthController.php:358
898 #, fuzzy
899 #| msgid "An email has been sent to you, check your inbox."
900 msgid ""
901 "An email has been sent to your address.<br/>Please check your inbox and "
902 "follow the instructions."
903 msgstr ""
904 "Ti è stata inviata un’e-mail, controlla la tua casella di posta elettronica."
905
906 #: ../lib/Galette/Controllers/AuthController.php:360
907 msgid "An email has been sent to the member."
908 msgstr ""
909
910 #: ../lib/Galette/Controllers/AuthController.php:371
911 #, php-format
912 msgid "A problem happened while sending password for account '%s'"
913 msgstr ""
914
915 #: ../lib/Galette/Controllers/AuthController.php:397
916 #, php-format
917 msgid "Your account (%s) do not contain any valid email address"
918 msgstr ""
919
920 #: ../lib/Galette/Controllers/AuthController.php:411
921 #, php-format
922 msgid "Mails address %s does not exist"
923 msgstr ""
924
925 #: ../lib/Galette/Controllers/AuthController.php:417
926 #, php-format
927 msgid "Login %s does not exist"
928 msgstr ""
929
930 #: ../lib/Galette/Controllers/AuthController.php:448
931 msgid ""
932 "This link is no longer valid. You should ask to retrieve your password again."
933 msgstr ""
934
935 #: ../lib/Galette/Controllers/AuthController.php:494
936 #: ../webroot/installer.php:160 ../webroot/installer.php:203
937 msgid "No password"
938 msgstr "Nessuna password"
939
940 #: ../lib/Galette/Controllers/AuthController.php:497
941 #: ../lib/Galette/Entity/Adherent.php:1281
942 msgid "- The passwords don't match!"
943 msgstr ""
944
945 #: ../lib/Galette/Controllers/AuthController.php:503
946 msgid "Your password is too weak!"
947 msgstr ""
948
949 #: ../lib/Galette/Controllers/AuthController.php:512
950 msgid "An error occurred while updating your password."
951 msgstr ""
952
953 #: ../lib/Galette/Controllers/AuthController.php:518
954 #, php-format
955 msgid "Password changed for member '%s'."
956 msgstr ""
957
958 #: ../lib/Galette/Controllers/AuthController.php:526
959 msgid "Your password has been changed!"
960 msgstr ""
961
962 #: ../lib/Galette/Controllers/AdminToolsController.php:73
963 msgid "Administration tools"
964 msgstr ""
965
966 #: ../lib/Galette/Controllers/AdminToolsController.php:81
967 #: ../install/steps/check.php:110
968 msgid ""
969 "Some PHP modules are missing. Please install them or contact your support."
970 "<br/>More information on required modules may be found in the documentation."
971 msgstr ""
972
973 #: ../lib/Galette/Controllers/AdminToolsController.php:114
974 msgid "Texts has been successfully reinitialized."
975 msgstr ""
976
977 #: ../lib/Galette/Controllers/AdminToolsController.php:116
978 msgid "An error occurred reinitializing texts :("
979 msgstr ""
980
981 #: ../lib/Galette/Controllers/AdminToolsController.php:125
982 msgid "Fields configuration has been successfully reinitialized."
983 msgstr ""
984
985 #: ../lib/Galette/Controllers/AdminToolsController.php:127
986 msgid "An error occurred reinitializing fields configuration :("
987 msgstr ""
988
989 #: ../lib/Galette/Controllers/AdminToolsController.php:136
990 msgid "PDF models has been successfully reinitialized."
991 msgstr ""
992
993 #: ../lib/Galette/Controllers/AdminToolsController.php:138
994 msgid "An error occurred reinitializing PDF models :("
995 msgstr ""
996
997 #: ../lib/Galette/Controllers/AdminToolsController.php:151
998 msgid "Logins and passwords has been successfully filled (%i processed)."
999 msgstr ""
1000
1001 #: ../lib/Galette/Controllers/AdminToolsController.php:154
1002 msgid "An error occurred filling empty logins and passwords :("
1003 msgstr ""
1004
1005 #: ../lib/Galette/Controllers/HistoryController.php:114
1006 #: ../install/steps/check.php:74
1007 msgid "Logs"
1008 msgstr ""
1009
1010 #: ../lib/Galette/Controllers/HistoryController.php:153
1011 #: ../lib/Galette/Filters/TransactionsList.php:229
1012 #: ../lib/Galette/Filters/HistoryList.php:240
1013 #: ../lib/Galette/Filters/MailingsList.php:234
1014 #: ../lib/Galette/Filters/ContributionsList.php:254
1015 msgid "start date filter"
1016 msgstr ""
1017
1018 #: ../lib/Galette/Controllers/HistoryController.php:157
1019 #: ../lib/Galette/Filters/TransactionsList.php:232
1020 #: ../lib/Galette/Filters/HistoryList.php:243
1021 #: ../lib/Galette/Filters/MailingsList.php:237
1022 #: ../lib/Galette/Filters/ContributionsList.php:257
1023 msgid "end date filter"
1024 msgstr ""
1025
1026 #: ../lib/Galette/Controllers/HistoryController.php:223
1027 msgid "Logs have been flushed!"
1028 msgstr ""
1029
1030 #: ../lib/Galette/Controllers/HistoryController.php:235
1031 msgid "An error occurred trying to flush logs :("
1032 msgstr ""
1033
1034 #: ../lib/Galette/Controllers/HistoryController.php:273
1035 msgid "Flush the logs"
1036 msgstr ""
1037
1038 #: ../lib/Galette/Controllers/PluginsController.php:81
1039 msgid "Plugins"
1040 msgstr ""
1041
1042 #: ../lib/Galette/Controllers/PluginsController.php:112
1043 msgid "Plugin %name has been enabled"
1044 msgstr ""
1045
1046 #: ../lib/Galette/Controllers/PluginsController.php:130
1047 msgid "Plugin %name has been disabled"
1048 msgstr ""
1049
1050 #: ../lib/Galette/Controllers/DynamicTranslationsController.php:78
1051 msgid "Translate labels"
1052 msgstr ""
1053
1054 #: ../lib/Galette/Controllers/DynamicTranslationsController.php:121
1055 #, php-format
1056 msgid ""
1057 "No translation for '%s'!<br/>Please fill and submit above form to create it."
1058 msgstr ""
1059
1060 #: ../lib/Galette/Controllers/DynamicTranslationsController.php:193
1061 #: ../lib/Galette/Controllers/DynamicTranslationsController.php:218
1062 msgid "An error occurred saving label `%label` for language `%lang`"
1063 msgstr ""
1064
1065 #: ../lib/Galette/Controllers/DynamicTranslationsController.php:234
1066 msgid "Labels has been sucessfully translated!"
1067 msgstr ""
1068
1069 #: ../lib/Galette/Controllers/CsvController.php:123
1070 msgid "CVS database Export"
1071 msgstr ""
1072
1073 #: ../lib/Galette/Controllers/CsvController.php:176
1074 msgid "Table %table is empty, and has not been exported."
1075 msgstr ""
1076
1077 #: ../lib/Galette/Controllers/CsvController.php:194
1078 #, php-format
1079 msgid ""
1080 "Export file could not be write on disk for '%export'. Make sure web server "
1081 "can write in the exports directory."
1082 msgstr ""
1083
1084 #: ../lib/Galette/Controllers/CsvController.php:204
1085 #, php-format
1086 msgid "An error occurred running parameted export '%export'."
1087 msgstr ""
1088
1089 #: ../lib/Galette/Controllers/CsvController.php:214
1090 #, php-format
1091 msgid ""
1092 "An error occurred running parameted export '%export'. Please check the logs."
1093 msgstr ""
1094
1095 #: ../lib/Galette/Controllers/CsvController.php:263
1096 msgid "CSV members import"
1097 msgstr ""
1098
1099 #: ../lib/Galette/Controllers/CsvController.php:315
1100 msgid "An error occurred importing the file :("
1101 msgstr ""
1102
1103 #: ../lib/Galette/Controllers/CsvController.php:327
1104 msgid "File '%filename%' has been successfully imported :)"
1105 msgstr ""
1106
1107 #: ../lib/Galette/Controllers/CsvController.php:360
1108 msgid "Your file has been successfully uploaded!"
1109 msgstr ""
1110
1111 #: ../lib/Galette/Controllers/CsvController.php:379
1112 msgid "No files has been seleted for upload!"
1113 msgstr ""
1114
1115 #: ../lib/Galette/Controllers/CsvController.php:385
1116 msgid "No files has been uploaded!"
1117 msgstr ""
1118
1119 #: ../lib/Galette/Controllers/CsvController.php:451
1120 #, php-format
1121 msgid "Remove %1$s file %2$s"
1122 msgstr ""
1123
1124 #: ../lib/Galette/Controllers/CsvController.php:503
1125 #, php-format
1126 msgid "'%export' file has been removed from disk."
1127 msgstr ""
1128
1129 #: ../lib/Galette/Controllers/CsvController.php:513
1130 #, php-format
1131 msgid "Cannot remove '%export' from disk :/"
1132 msgstr ""
1133
1134 #: ../lib/Galette/Controllers/CsvController.php:586
1135 msgid "CSV import model"
1136 msgstr ""
1137
1138 #: ../lib/Galette/Controllers/CsvController.php:629
1139 msgid "galette_import_model.csv"
1140 msgstr ""
1141
1142 #: ../lib/Galette/Controllers/CsvController.php:666
1143 msgid "Import model has been successfully stored :)"
1144 msgstr ""
1145
1146 #: ../lib/Galette/Controllers/CsvController.php:671
1147 msgid "Import model has not been stored :("
1148 msgstr ""
1149
1150 #: ../lib/Galette/Controllers/TextController.php:90
1151 msgid "Automatic emails texts edition"
1152 msgstr ""
1153
1154 #: ../lib/Galette/Controllers/TextController.php:160
1155 #, php-format
1156 msgid "Email: '%s' has not been modified!"
1157 msgstr "E-mail: «%s» è stato modificato!"
1158
1159 #: ../lib/Galette/Controllers/TextController.php:169
1160 #, fuzzy, php-format
1161 msgid "Email: '%s' has been successfully modified."
1162 msgstr "E-mail: « %s » è stato modificato con successo."
1163
1164 #: ../lib/Galette/Core/Install.php:121 ../webroot/installer.php:316
1165 msgid "Checks"
1166 msgstr ""
1167
1168 #: ../lib/Galette/Core/Install.php:124 ../webroot/installer.php:317
1169 #: ../install/steps/type.php:39
1170 msgid "Installation mode"
1171 msgstr "Modalità di installazione"
1172
1173 #: ../lib/Galette/Core/Install.php:127 ../webroot/installer.php:318
1174 #: ../install/steps/db.php:40 ../install/steps/db.php:66
1175 msgid "Database"
1176 msgstr "Banca dati"
1177
1178 #: ../lib/Galette/Core/Install.php:130
1179 msgid "Database access and permissions"
1180 msgstr "Accesso alla banca dati e permessi"
1181
1182 #: ../lib/Galette/Core/Install.php:133
1183 #: ../install/steps/db_select_version.php:45
1184 msgid "Previous version selection"
1185 msgstr ""
1186
1187 #: ../lib/Galette/Core/Install.php:136
1188 msgid "Datapase upgrade"
1189 msgstr "Aggiornamento della banca dati"
1190
1191 #: ../lib/Galette/Core/Install.php:139
1192 msgid "Tables Creation"
1193 msgstr ""
1194
1195 #: ../lib/Galette/Core/Install.php:142 ../webroot/installer.php:334
1196 msgid "Admin parameters"
1197 msgstr ""
1198
1199 #: ../lib/Galette/Core/Install.php:145
1200 msgid "Galette initialization"
1201 msgstr ""
1202
1203 #: ../lib/Galette/Core/Install.php:148 ../webroot/installer.php:339
1204 msgid "End!"
1205 msgstr ""
1206
1207 #: ../lib/Galette/Core/Install.php:165 ../lib/Galette/Core/CheckModules.php:155
1208 msgid "Ok"
1209 msgstr "OK"
1210
1211 #: ../lib/Galette/Core/Install.php:165 ../lib/Galette/Core/CheckModules.php:146
1212 msgid "Ko"
1213 msgstr ""
1214
1215 #: ../lib/Galette/Core/Install.php:324
1216 msgid "Database type unknown"
1217 msgstr "Tipo di banca dati sconosciuto"
1218
1219 #: ../lib/Galette/Core/Install.php:677
1220 msgid "%version script has been successfully executed :)"
1221 msgstr ""
1222
1223 #: ../lib/Galette/Core/Install.php:689
1224 msgid "Unable to run %version update script :("
1225 msgstr ""
1226
1227 #: ../lib/Galette/Core/Install.php:1022
1228 msgid "Write configuration file"
1229 msgstr "Scrivi il file di configurazione"
1230
1231 #: ../lib/Galette/Core/Install.php:1051
1232 msgid "Config file already exists and is up to date"
1233 msgstr ""
1234
1235 #: ../lib/Galette/Core/Install.php:1080
1236 msgid "Unable to create configuration file (%path)"
1237 msgstr ""
1238
1239 #: ../lib/Galette/Core/Install.php:1128
1240 msgid "Preferences"
1241 msgstr "Preferenze"
1242
1243 #: ../lib/Galette/Core/Install.php:1132
1244 msgid "Contributions types"
1245 msgstr ""
1246
1247 #: ../lib/Galette/Core/Install.php:1136
1248 msgid "Status"
1249 msgstr "Stato"
1250
1251 #: ../lib/Galette/Core/Install.php:1140
1252 msgid "Fields config and categories"
1253 msgstr ""
1254
1255 #: ../lib/Galette/Core/Install.php:1144 ../lib/Galette/Core/Install.php:1166
1256 msgid "Mails texts"
1257 msgstr "Testi delle e-mail"
1258
1259 #: ../lib/Galette/Core/Install.php:1148
1260 msgid "Titles"
1261 msgstr "Titoli"
1262
1263 #: ../lib/Galette/Core/Install.php:1152
1264 msgid "PDF Models"
1265 msgstr ""
1266
1267 #: ../lib/Galette/Core/Install.php:1158
1268 msgid "Update preferences"
1269 msgstr "Preferenze di aggiornamento"
1270
1271 #: ../lib/Galette/Core/Install.php:1162
1272 msgid "Update models"
1273 msgstr ""
1274
1275 #: ../lib/Galette/Core/Pagination.php:254
1276 msgid "First page"
1277 msgstr ""
1278
1279 #: ../lib/Galette/Core/Pagination.php:260
1280 msgid "Previous page (%i)"
1281 msgstr ""
1282
1283 #: ../lib/Galette/Core/Pagination.php:272
1284 msgid "Current page (%i)"
1285 msgstr ""
1286
1287 #: ../lib/Galette/Core/Pagination.php:280
1288 msgid "Page %i"
1289 msgstr "Pagina %i"
1290
1291 #: ../lib/Galette/Core/Pagination.php:288
1292 msgid "Next page (%i)"
1293 msgstr "Pagina successiva (%i)"
1294
1295 #: ../lib/Galette/Core/Pagination.php:294
1296 msgid "Last page (%i)"
1297 msgstr ""
1298
1299 #: ../lib/Galette/Core/Pagination.php:306
1300 msgid "All"
1301 msgstr "Tutti"
1302
1303 #: ../lib/Galette/Core/Authentication.php:273
1304 #, php-format
1305 msgid "Logged in as:<br/>%login"
1306 msgstr "Accesso eseguito come: <br/>%login"
1307
1308 #: ../lib/Galette/Core/MailingHistory.php:205
1309 msgid "Superadmin"
1310 msgstr "Superadmin"
1311
1312 #: ../lib/Galette/Core/MailingHistory.php:569
1313 msgid "Delete mailing entries"
1314 msgstr ""
1315
1316 #: ../lib/Galette/Core/Preferences.php:496
1317 msgid "- The username must be composed of at least 4 characters!"
1318 msgstr "- Il nome utente deve essere composto da almeno 4 caratteri!"
1319
1320 #: ../lib/Galette/Core/Preferences.php:500
1321 msgid "- This username is already used by another member !"
1322 msgstr "- Questo nome utente è già utilizzato da un altro membro!"
1323
1324 #: ../lib/Galette/Core/Preferences.php:507
1325 #: ../lib/Galette/Core/Preferences.php:528
1326 msgid "- The numbers and measures have to be integers!"
1327 msgstr "- I numeri e le misure devono essere interi!"
1328
1329 #: ../lib/Galette/Core/Preferences.php:564
1330 msgid "- Invalid number of months of membership extension."
1331 msgstr ""
1332
1333 #: ../lib/Galette/Core/Preferences.php:570
1334 msgid "- Invalid format of beginning of membership."
1335 msgstr ""
1336
1337 #: ../lib/Galette/Core/Preferences.php:574
1338 msgid "- Invalid date for beginning of membership."
1339 msgstr ""
1340
1341 #: ../lib/Galette/Core/Preferences.php:580
1342 msgid "- Invalid number of offered months."
1343 msgstr ""
1344
1345 #: ../lib/Galette/Core/Preferences.php:585
1346 msgid "- Invalid year for cards."
1347 msgstr ""
1348
1349 #: ../lib/Galette/Core/Preferences.php:604
1350 msgid "- You must indicate a sender name for emails!"
1351 msgstr ""
1352
1353 #: ../lib/Galette/Core/Preferences.php:610
1354 msgid "- You must indicate an email address Galette should use to send emails!"
1355 msgstr ""
1356 "- Devi indicare un indirizzo e-mail che Galette dovrebbe usare per inviare "
1357 "messagi!"
1358
1359 #: ../lib/Galette/Core/Preferences.php:617
1360 msgid "- You must indicate the SMTP server you want to use!"
1361 msgstr ""
1362
1363 #: ../lib/Galette/Core/Preferences.php:629
1364 msgid "- You must provide a login for SMTP authentication."
1365 msgstr ""
1366
1367 #: ../lib/Galette/Core/Preferences.php:635
1368 msgid "- You must provide a password for SMTP authentication."
1369 msgstr ""
1370
1371 #: ../lib/Galette/Core/Preferences.php:647
1372 msgid ""
1373 "- Default membership extention and beginning of membership are mutually "
1374 "exclusive."
1375 msgstr ""
1376
1377 #: ../lib/Galette/Core/Preferences.php:656
1378 msgid "- Offering months is only compatible with beginning of membership."
1379 msgstr ""
1380
1381 #: ../lib/Galette/Core/Preferences.php:665
1382 #: ../lib/Galette/Entity/Adherent.php:1074
1383 #: ../lib/Galette/Entity/Transaction.php:335
1384 #: ../lib/Galette/Entity/Contribution.php:460
1385 #, php-format
1386 msgid "- Mandatory field %field empty."
1387 msgstr ""
1388
1389 #: ../lib/Galette/Core/Preferences.php:673 ../webroot/installer.php:211
1390 msgid "Passwords mismatch"
1391 msgstr "Password non corrispondenti"
1392
1393 #: ../lib/Galette/Core/Preferences.php:686
1394 msgid "You have to select a staff member"
1395 msgstr ""
1396
1397 #: ../lib/Galette/Core/Preferences.php:813
1398 msgid "%name association's %status"
1399 msgstr ""
1400
1401 #: ../lib/Galette/Core/Preferences.php:994
1402 #, php-format
1403 msgid "Invalid E-Mail address: %s"
1404 msgstr "Indirizzo e-mail non valido: %s"
1405
1406 #: ../lib/Galette/Core/Preferences.php:1056
1407 msgid "Current cards configuration may exceed page width!"
1408 msgstr ""
1409
1410 #: ../lib/Galette/Core/Preferences.php:1067
1411 msgid "Current cards configuration may exceed page height!"
1412 msgstr ""
1413
1414 #: ../lib/Galette/Core/I18n.php:221
1415 msgid "Unknown lang (%lang)"
1416 msgstr ""
1417
1418 #: ../lib/Galette/Core/CheckModules.php:97
1419 #, php-format
1420 msgid "'%s' module"
1421 msgstr ""
1422
1423 #: ../lib/Galette/Core/CheckModules.php:103
1424 msgid "either 'mysql' or 'pgsql' PDO driver"
1425 msgstr ""
1426
1427 #: ../lib/Galette/Core/Plugins.php:240
1428 #: ../lib/Galette/Repository/Members.php:1463
1429 #: ../lib/Galette/Repository/Members.php:1467
1430 #: ../lib/Galette/Util/Password.php:267 ../lib/Galette/Util/FakeData.php:434
1431 #: ../lib/Galette/Util/FakeData.php:446 ../lib/Galette/Util/FakeData.php:525
1432 #: ../lib/Galette/Util/FakeData.php:658 ../lib/Galette/Util/FakeData.php:659
1433 #: ../lib/Galette/Util/FakeData.php:660 ../lib/Galette/IO/MembersCsv.php:182
1434 #: ../lib/Galette/IO/MembersCsv.php:194 ../lib/Galette/IO/MembersCsv.php:206
1435 #: ../lib/Galette/IO/MembersCsv.php:218
1436 #: ../lib/Galette/IO/PdfAttendanceSheet.php:89
1437 #: ../lib/Galette/IO/PdfAttendanceSheet.php:121
1438 #: ../lib/Galette/IO/PdfAttendanceSheet.php:176
1439 #: ../lib/Galette/Entity/Adherent.php:714
1440 #: ../lib/Galette/Entity/Adherent.php:732
1441 #: ../lib/Galette/Entity/Adherent.php:748
1442 #: ../lib/Galette/Entity/Adherent.php:1134
1443 #: ../lib/Galette/Entity/Adherent.php:1168
1444 #: ../lib/Galette/Entity/Adherent.php:1177
1445 #: ../lib/Galette/Entity/Adherent.php:1667
1446 #: ../lib/Galette/Entity/Transaction.php:278
1447 #: ../lib/Galette/Entity/Transaction.php:287
1448 #: ../lib/Galette/Entity/Transaction.php:296
1449 #: ../lib/Galette/Entity/Transaction.php:557
1450 #: ../lib/Galette/Entity/DynamicsTrait.php:136
1451 #: ../lib/Galette/Entity/DynamicsTrait.php:149
1452 #: ../lib/Galette/Entity/DynamicsTrait.php:158
1453 #: ../lib/Galette/Entity/Contribution.php:370
1454 #: ../lib/Galette/Entity/Contribution.php:379
1455 #: ../lib/Galette/Entity/Contribution.php:388
1456 #: ../lib/Galette/Entity/Contribution.php:541
1457 #: ../lib/Galette/Entity/Contribution.php:1156
1458 #: ../lib/Galette/Entity/Contribution.php:1253
1459 #: ../lib/Galette/Entity/Contribution.php:1262
1460 #: ../lib/Galette/Entity/Contribution.php:1271
1461 #: ../lib/Galette/Entity/ImportModel.php:212
1462 #: ../lib/Galette/Entity/PdfModel.php:145
1463 #: ../lib/Galette/Entity/SavedSearch.php:292
1464 #: ../lib/Galette/Entity/Group.php:621
1465 #: ../lib/Galette/Filters/TransactionsList.php:133
1466 #: ../lib/Galette/Filters/TransactionsList.php:215
1467 #: ../lib/Galette/Filters/TransactionsList.php:224
1468 #: ../lib/Galette/Filters/TransactionsList.php:253
1469 #: ../lib/Galette/Filters/HistoryList.php:149
1470 #: ../lib/Galette/Filters/HistoryList.php:226
1471 #: ../lib/Galette/Filters/HistoryList.php:235
1472 #: ../lib/Galette/Filters/HistoryList.php:264
1473 #: ../lib/Galette/Filters/MailingsList.php:143
1474 #: ../lib/Galette/Filters/MailingsList.php:220
1475 #: ../lib/Galette/Filters/MailingsList.php:229
1476 #: ../lib/Galette/Filters/MailingsList.php:258
1477 #: ../lib/Galette/Filters/ContributionsList.php:158
1478 #: ../lib/Galette/Filters/ContributionsList.php:240
1479 #: ../lib/Galette/Filters/ContributionsList.php:249
1480 #: ../lib/Galette/Filters/ContributionsList.php:278
1481 #: ../lib/Galette/Filters/AdvancedMembersList.php:343
1482 #: ../lib/Galette/Filters/AdvancedMembersList.php:434
1483 #: ../lib/Galette/Filters/AdvancedMembersList.php:580
1484 msgid "Y-m-d"
1485 msgstr "d/m/Y"
1486
1487 #: ../lib/Galette/Core/Plugins.php:286 ../lib/Galette/Core/Plugins.php:308
1488 msgid "No such module."
1489 msgstr ""
1490
1491 #: ../lib/Galette/Core/Plugins.php:290 ../lib/Galette/Core/Plugins.php:294
1492 msgid "Cannot deactivate plugin."
1493 msgstr ""
1494
1495 #: ../lib/Galette/Core/Plugins.php:312 ../lib/Galette/Core/Plugins.php:316
1496 msgid "Cannot activate plugin."
1497 msgstr ""
1498
1499 #: ../lib/Galette/Core/Plugins.php:736 ../lib/Galette/Core/Plugins.php:796
1500 msgid "Module does not exists!"
1501 msgstr ""
1502
1503 #: ../lib/Galette/Core/Plugins.php:793
1504 msgid "File not found!"
1505 msgstr ""
1506
1507 #: ../lib/Galette/Core/Picture.php:857
1508 msgid "An SQL error has occurred."
1509 msgstr ""
1510
1511 #: ../lib/Galette/Repository/Members.php:326
1512 msgid "Member Picture deleted"
1513 msgstr ""
1514
1515 #: ../lib/Galette/Repository/Members.php:407
1516 msgid "Delete members cards, transactions and dues"
1517 msgstr ""
1518
1519 #: ../lib/Galette/Repository/Members.php:422
1520 msgid "Cannot remove a member who still have dependencies (mailings, ...)"
1521 msgstr ""
1522
1523 #: ../lib/Galette/Repository/SavedSearches.php:266
1524 msgid "Searches deleted (%list)"
1525 msgstr ""
1526
1527 #: ../lib/Galette/Repository/Contributions.php:447
1528 msgid "Contributions deleted (%list)"
1529 msgstr ""
1530
1531 #: ../lib/Galette/Util/Password.php:87
1532 msgid "Password is blacklisted!"
1533 msgstr ""
1534
1535 #: ../lib/Galette/Util/Password.php:97
1536 #, php-format
1537 msgid "Too short (%lenght characters minimum, %count found)"
1538 msgstr ""
1539
1540 #: ../lib/Galette/Util/Password.php:109
1541 msgid "Do not use any of your personal information as password!"
1542 msgstr ""
1543
1544 #: ../lib/Galette/Util/Password.php:150
1545 msgid "Does not contains lowercase letters"
1546 msgstr ""
1547
1548 #: ../lib/Galette/Util/Password.php:154
1549 msgid "Does not contains uppercase letters"
1550 msgstr ""
1551
1552 #: ../lib/Galette/Util/Password.php:157
1553 msgid "Does not contains letters"
1554 msgstr ""
1555
1556 #: ../lib/Galette/Util/Password.php:163
1557 msgid "Does not contains numbers"
1558 msgstr ""
1559
1560 #: ../lib/Galette/Util/Password.php:169
1561 msgid "Does not contains special characters"
1562 msgstr ""
1563
1564 #: ../lib/Galette/Util/FakeData.php:297
1565 #, php-format
1566 msgid "%count groups created"
1567 msgstr ""
1568
1569 #: ../lib/Galette/Util/FakeData.php:304
1570 #, php-format
1571 msgid "%count groups requested, and %done created"
1572 msgstr ""
1573
1574 #: ../lib/Galette/Util/FakeData.php:370
1575 #, php-format
1576 msgid "%count members created"
1577 msgstr ""
1578
1579 #: ../lib/Galette/Util/FakeData.php:377
1580 #, php-format
1581 msgid "%count members requested, and %done created"
1582 msgstr ""
1583
1584 #: ../lib/Galette/Util/FakeData.php:385
1585 #, php-format
1586 msgid "%count photos created"
1587 msgstr ""
1588
1589 #: ../lib/Galette/Util/FakeData.php:389
1590 msgid "No photo has been created"
1591 msgstr ""
1592
1593 #: ../lib/Galette/Util/FakeData.php:488
1594 msgid "Photo has not been stored!"
1595 msgstr ""
1596
1597 #: ../lib/Galette/Util/FakeData.php:495
1598 msgid "Photo has not been copied!"
1599 msgstr ""
1600
1601 #: ../lib/Galette/Util/FakeData.php:543
1602 #, php-format
1603 msgid "%count transactions created"
1604 msgstr ""
1605
1606 #: ../lib/Galette/Util/FakeData.php:550
1607 #, php-format
1608 msgid "%count transactions requested, and %done created"
1609 msgstr ""
1610
1611 #: ../lib/Galette/Util/FakeData.php:606
1612 #, php-format
1613 msgid "%count contributions created"
1614 msgstr ""
1615
1616 #: ../lib/Galette/Util/FakeData.php:610
1617 msgid "No contribution created!"
1618 msgstr ""
1619
1620 #: ../lib/Galette/DynamicFields/DynamicField.php:504
1621 msgid "User, read/write"
1622 msgstr ""
1623
1624 #: ../lib/Galette/DynamicFields/DynamicField.php:505
1625 msgid "Staff member"
1626 msgstr ""
1627
1628 #: ../lib/Galette/DynamicFields/DynamicField.php:506
1629 msgid "Administrator"
1630 msgstr ""
1631
1632 #: ../lib/Galette/DynamicFields/DynamicField.php:507
1633 msgid "Group manager"
1634 msgstr ""
1635
1636 #: ../lib/Galette/DynamicFields/DynamicField.php:508
1637 msgid "User, read only"
1638 msgstr ""
1639
1640 #: ../lib/Galette/DynamicFields/DynamicField.php:520
1641 msgid "Members"
1642 msgstr ""
1643
1644 #: ../lib/Galette/DynamicFields/DynamicField.php:521
1645 msgid "Contributions"
1646 msgstr ""
1647
1648 #: ../lib/Galette/DynamicFields/DynamicField.php:522
1649 msgid "Transactions"
1650 msgstr ""
1651
1652 #: ../lib/Galette/DynamicFields/DynamicField.php:596
1653 msgid "Missing required field name!"
1654 msgstr ""
1655
1656 #: ../lib/Galette/DynamicFields/DynamicField.php:605
1657 msgid "Missing required field permissions!"
1658 msgstr ""
1659
1660 #: ../lib/Galette/DynamicFields/DynamicField.php:610
1661 msgid "Unknown permission!"
1662 msgstr ""
1663
1664 #: ../lib/Galette/DynamicFields/DynamicField.php:616
1665 msgid "Missing required form!"
1666 msgstr ""
1667
1668 #: ../lib/Galette/DynamicFields/DynamicField.php:621
1669 msgid "Unknown form!"
1670 msgstr ""
1671
1672 #: ../lib/Galette/DynamicFields/DynamicField.php:629
1673 msgid "- Field name already used."
1674 msgstr ""
1675
1676 #: ../lib/Galette/DynamicFields/DynamicField.php:745
1677 msgid "An error occurred storing the field."
1678 msgstr ""
1679
1680 #: ../lib/Galette/DynamicFields/DynamicField.php:772
1681 msgid "An error occurred creating field values table"
1682 msgstr ""
1683
1684 #: ../lib/Galette/DynamicFields/DynamicField.php:806
1685 msgid "An error occurred storing dynamic field values :("
1686 msgstr ""
1687
1688 #: ../lib/Galette/DynamicFields/DynamicField.php:1009
1689 msgid "separator"
1690 msgstr ""
1691
1692 #: ../lib/Galette/DynamicFields/DynamicField.php:1010
1693 msgid "free text"
1694 msgstr ""
1695
1696 #: ../lib/Galette/DynamicFields/DynamicField.php:1011
1697 msgid "single line"
1698 msgstr ""
1699
1700 #: ../lib/Galette/DynamicFields/DynamicField.php:1012
1701 msgid "choice"
1702 msgstr ""
1703
1704 #: ../lib/Galette/DynamicFields/DynamicField.php:1013
1705 msgid "date"
1706 msgstr "data"
1707
1708 #: ../lib/Galette/DynamicFields/DynamicField.php:1014
1709 msgid "boolean"
1710 msgstr ""
1711
1712 #: ../lib/Galette/DynamicFields/DynamicField.php:1015
1713 msgid "file"
1714 msgstr "file"
1715
1716 #: ../lib/Galette/IO/PdfGroups.php:72
1717 msgid "groups_list"
1718 msgstr ""
1719
1720 #: ../lib/Galette/IO/PdfGroups.php:86 ../lib/Galette/IO/PdfGroups.php:107
1721 msgid "Members by groups"
1722 msgstr ""
1723
1724 #: ../lib/Galette/IO/PdfGroups.php:109
1725 #: ../lib/Galette/IO/PdfAttendanceSheet.php:140
1726 #: ../lib/Galette/IO/PdfMembersLabels.php:86
1727 #: ../lib/Galette/IO/PdfMembersCards.php:105
1728 msgid "Generated by Galette"
1729 msgstr ""
1730
1731 #: ../lib/Galette/IO/PdfGroups.php:169
1732 msgid "Managers:"
1733 msgstr "Gestori:"
1734
1735 #: ../lib/Galette/IO/PdfGroups.php:179
1736 #: ../lib/Galette/IO/PdfAttendanceSheet.php:185
1737 #: ../lib/Galette/Entity/PdfModel.php:546
1738 #: ../lib/Galette/Filters/MembersList.php:272
1739 #: ../includes/fields_defs/members_fields.php:355
1740 msgid "Name"
1741 msgstr "Nome"
1742
1743 #: ../lib/Galette/IO/PdfGroups.php:180
1744 msgid "Email"
1745 msgstr "E-mail"
1746
1747 #: ../lib/Galette/IO/PdfGroups.php:181
1748 #: ../lib/Galette/Entity/ListsConfig.php:224
1749 msgid "Phone"
1750 msgstr "Telefono"
1751
1752 #: ../lib/Galette/IO/PdfGroups.php:182
1753 msgid "GSM"
1754 msgstr "GSM"
1755
1756 #: ../lib/Galette/IO/MembersCsv.php:84
1757 msgid "filtered_memberslist"
1758 msgstr ""
1759
1760 #: ../lib/Galette/IO/MembersCsv.php:228
1761 #: ../lib/Galette/IO/PdfAdhesionForm.php:150
1762 #: ../lib/Galette/Entity/Adherent.php:1633
1763 msgid "Man"
1764 msgstr "Uomo"
1765
1766 #: ../lib/Galette/IO/MembersCsv.php:231
1767 #: ../lib/Galette/IO/PdfAdhesionForm.php:152
1768 #: ../lib/Galette/Entity/Adherent.php:1635
1769 msgid "Woman"
1770 msgstr "Donna"
1771
1772 #: ../lib/Galette/IO/MembersCsv.php:234
1773 #: ../lib/Galette/IO/PdfAdhesionForm.php:154
1774 #: ../lib/Galette/Entity/Adherent.php:1637
1775 msgid "Unspecified"
1776 msgstr "Non specificato"
1777
1778 #: ../lib/Galette/IO/MembersCsv.php:242 ../lib/Galette/IO/MembersCsv.php:246
1779 #: ../lib/Galette/IO/MembersCsv.php:250 ../lib/Galette/IO/MembersCsv.php:254
1780 #: ../lib/Galette/Entity/Adherent.php:1594
1781 msgid "Yes"
1782 msgstr "Sì"
1783
1784 #: ../lib/Galette/IO/MembersCsv.php:242 ../lib/Galette/IO/MembersCsv.php:246
1785 #: ../lib/Galette/IO/MembersCsv.php:250 ../lib/Galette/IO/MembersCsv.php:254
1786 #: ../lib/Galette/Entity/Adherent.php:1594
1787 msgid "No"
1788 msgstr "No"
1789
1790 #: ../lib/Galette/IO/PdfAttendanceSheet.php:104
1791 msgid "attendance_sheet"
1792 msgstr ""
1793
1794 #: ../lib/Galette/IO/PdfAttendanceSheet.php:168
1795 msgid "%A, %B %#d%O %Y"
1796 msgstr "%A %#d %B %Y"
1797
1798 #: ../lib/Galette/IO/PdfAttendanceSheet.php:186
1799 msgid "Signature"
1800 msgstr "Firma"
1801
1802 #: ../lib/Galette/IO/Charts.php:141 ../lib/Galette/Filters/MembersList.php:297
1803 msgid "Staff members"
1804 msgstr ""
1805
1806 #: ../lib/Galette/IO/Charts.php:177
1807 msgid "Due free"
1808 msgstr ""
1809
1810 #: ../lib/Galette/IO/Charts.php:192
1811 msgid "Never contribute"
1812 msgstr ""
1813
1814 #: ../lib/Galette/IO/Charts.php:214
1815 msgid "Impending due dates"
1816 msgstr ""
1817
1818 #: ../lib/Galette/IO/Charts.php:229
1819 msgid "Up to date"
1820 msgstr ""
1821
1822 #: ../lib/Galette/IO/Charts.php:244
1823 msgid "Late"
1824 msgstr ""
1825
1826 #: ../lib/Galette/IO/Charts.php:300
1827 msgid "Individuals"
1828 msgstr ""
1829
1830 #: ../lib/Galette/IO/Charts.php:304
1831 msgid "Companies"
1832 msgstr "Aziende"
1833
1834 #: ../lib/Galette/IO/PdfMembersLabels.php:73
1835 msgid "labels_print_filename"
1836 msgstr ""
1837
1838 #: ../lib/Galette/IO/PdfMembersLabels.php:85
1839 msgid "Member's Labels"
1840 msgstr ""
1841
1842 #: ../lib/Galette/IO/PdfMembersLabels.php:87
1843 msgid "Labels"
1844 msgstr ""
1845
1846 #: ../lib/Galette/IO/CsvIn.php:232
1847 #, php-format
1848 msgid "File %filename cannot be open!"
1849 msgstr ""
1850
1851 #: ../lib/Galette/IO/CsvIn.php:280
1852 msgid ""
1853 "Fields count mismatch... There should be %should_count fields and there are "
1854 "%count (row %row)"
1855 msgstr ""
1856
1857 #: ../lib/Galette/IO/CsvIn.php:302
1858 msgid "Field %field is required, but missing in row %row"
1859 msgstr ""
1860
1861 #: ../lib/Galette/IO/CsvIn.php:324
1862 #, php-format
1863 msgid "Status %status does not exists!"
1864 msgstr ""
1865
1866 #: ../lib/Galette/IO/CsvIn.php:343
1867 msgid "Title %title does not exists!"
1868 msgstr ""
1869
1870 #: ../lib/Galette/IO/CsvIn.php:359
1871 msgid "from another member in import"
1872 msgstr ""
1873
1874 #: ../lib/Galette/IO/CsvIn.php:359
1875 msgid "from member %id_adh"
1876 msgstr ""
1877
1878 #: ../lib/Galette/IO/CsvIn.php:365
1879 msgid "Email address %address is already used! (%extra)"
1880 msgstr "L’indirizzo e-mail %address è già usato! (%extra)"
1881
1882 #: ../lib/Galette/IO/CsvIn.php:390
1883 msgid "Lang %lang does not exists!"
1884 msgstr ""
1885
1886 #: ../lib/Galette/IO/CsvIn.php:442
1887 msgid "File is empty!"
1888 msgstr "Il file è vuoto!"
1889
1890 #: ../lib/Galette/IO/CsvIn.php:529 ../lib/Galette/IO/CsvIn.php:540
1891 msgid "An error occurred storing member at row %row (%name):"
1892 msgstr ""
1893
1894 #: ../lib/Galette/IO/CsvIn.php:575
1895 msgid "An error occurred while importing members"
1896 msgstr ""
1897
1898 #: ../lib/Galette/IO/Pdf.php:101 ../lib/Galette/IO/Pdf.php:265
1899 #, php-format
1900 msgid "Association %s"
1901 msgstr ""
1902
1903 #: ../lib/Galette/IO/Pdf.php:209
1904 msgid "Missing or incorrect image file "
1905 msgstr ""
1906
1907 #: ../lib/Galette/IO/Pdf.php:212
1908 msgid "Not a GIF file "
1909 msgstr ""
1910
1911 #: ../lib/Galette/IO/Pdf.php:221
1912 msgid "Error loading "
1913 msgstr ""
1914
1915 #: ../lib/Galette/IO/Pdf.php:226
1916 msgid "Error creating temporary png file from "
1917 msgstr ""
1918
1919 #: ../lib/Galette/IO/Pdf.php:229
1920 msgid "Unable to convert GIF file "
1921 msgstr ""
1922
1923 #: ../lib/Galette/IO/PdfMembersCards.php:93
1924 msgid "cards"
1925 msgstr ""
1926
1927 #: ../lib/Galette/IO/PdfMembersCards.php:104
1928 msgid "Member's Cards"
1929 msgstr ""
1930
1931 #: ../lib/Galette/IO/PdfMembersCards.php:106
1932 msgid "Cards"
1933 msgstr ""
1934
1935 #: ../lib/Galette/IO/FileTrait.php:477
1936 msgid "An error occurred."
1937 msgstr ""
1938
1939 #: ../lib/Galette/IO/FileTrait.php:481
1940 msgid ""
1941 "File name is invalid, it should not contain any special character or space."
1942 msgstr ""
1943
1944 #: ../lib/Galette/IO/FileTrait.php:487
1945 #, php-format
1946 msgid "File extension is not allowed, only %s files are."
1947 msgstr ""
1948
1949 #: ../lib/Galette/IO/FileTrait.php:494
1950 #: ../lib/Galette/Entity/DynamicsTrait.php:273
1951 #, php-format
1952 msgid "File is too big. Maximum allowed size is %dKo"
1953 msgstr ""
1954
1955 #: ../lib/Galette/IO/FileTrait.php:499
1956 msgid "Mime-Type not allowed"
1957 msgstr ""
1958
1959 #: ../lib/Galette/IO/FileTrait.php:502
1960 msgid "A file with that name already exists!"
1961 msgstr ""
1962
1963 #: ../lib/Galette/IO/FileTrait.php:505
1964 msgid "File does not comply with requirements."
1965 msgstr ""
1966
1967 #: ../lib/Galette/IO/FileTrait.php:508
1968 msgid "Unable to write file or temporary file"
1969 msgstr ""
1970
1971 #: ../lib/Galette/IO/FileTrait.php:538
1972 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
1973 msgstr ""
1974
1975 #: ../lib/Galette/IO/FileTrait.php:540
1976 msgid ""
1977 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1978 "the HTML form"
1979 msgstr ""
1980
1981 #: ../lib/Galette/IO/FileTrait.php:542
1982 msgid "The uploaded file was only partially uploaded"
1983 msgstr ""
1984
1985 #: ../lib/Galette/IO/FileTrait.php:544
1986 msgid "No file was uploaded"
1987 msgstr ""
1988
1989 #: ../lib/Galette/IO/FileTrait.php:546
1990 msgid "Missing a temporary folder"
1991 msgstr ""
1992
1993 #: ../lib/Galette/IO/FileTrait.php:548
1994 msgid "Failed to write file to disk"
1995 msgstr ""
1996
1997 #: ../lib/Galette/IO/FileTrait.php:550
1998 msgid "File upload stopped by extension"
1999 msgstr ""
2000
2001 #: ../lib/Galette/IO/FileTrait.php:552
2002 msgid "Unknown upload error"
2003 msgstr ""
2004
2005 #: ../lib/Galette/IO/PdfAdhesionForm.php:88
2006 msgid "adherent_form"
2007 msgstr ""
2008
2009 #: ../lib/Galette/IO/PdfAdhesionForm.php:158
2010 #: ../lib/Galette/IO/PdfAdhesionForm.php:159
2011 #: ../lib/Galette/IO/PdfContribution.php:109
2012 #: ../lib/Galette/IO/PdfContribution.php:110
2013 msgid "None"
2014 msgstr "Nessuno"
2015
2016 #: ../lib/Galette/IO/PdfContribution.php:146
2017 msgid "receipt"
2018 msgstr ""
2019
2020 #: ../lib/Galette/IO/PdfContribution.php:148
2021 msgid "invoice"
2022 msgstr ""
2023
2024 #: ../lib/Galette/Entity/ListsConfig.php:214
2025 msgid "Is admin"
2026 msgstr ""
2027
2028 #: ../lib/Galette/Entity/ListsConfig.php:217
2029 msgid "Modified"
2030 msgstr ""
2031
2032 #. TRANS: see https://www.urbandictionary.com/define.php?term=b-day
2033 #: ../lib/Galette/Entity/ListsConfig.php:221
2034 msgid "b-day"
2035 msgstr ""
2036
2037 #: ../lib/Galette/Entity/ListsConfig.php:227
2038 msgid "Public"
2039 msgstr ""
2040
2041 #: ../lib/Galette/Entity/Reminder.php:264
2042 msgid "%name <%mail> (%days days)"
2043 msgstr ""
2044
2045 #: ../lib/Galette/Entity/Reminder.php:271
2046 msgid "Sent reminder email for late membership"
2047 msgstr ""
2048
2049 #: ../lib/Galette/Entity/Reminder.php:273
2050 msgid "Sent reminder email for impending membership"
2051 msgstr ""
2052
2053 #: ../lib/Galette/Entity/Reminder.php:280
2054 #, fuzzy
2055 #| msgid ""
2056 #| "A problem happened while sending contribution receipt to user %name "
2057 #| "(%email)"
2058 msgid "A problem happened while sending late membership email"
2059 msgstr ""
2060 "Si è verificato un problema durante l’invio della ricevuta del contributo "
2061 "all’utente %name (% email)"
2062
2063 #: ../lib/Galette/Entity/Reminder.php:282
2064 #, fuzzy
2065 #| msgid ""
2066 #| "A problem happened while sending contribution receipt to user %name "
2067 #| "(%email)"
2068 msgid "A problem happened while sending impending membership email"
2069 msgstr ""
2070 "Si è verificato un problema durante l’invio della ricevuta del contributo "
2071 "all’utente %name (% email)"
2072
2073 #: ../lib/Galette/Entity/Reminder.php:293
2074 #, fuzzy
2075 #| msgid "None of the selected members has an email address."
2076 msgid "Unable to send %membership reminder (no email address)."
2077 msgstr "Nessuno dei membri selezionati ha un indirizzo e-mail."
2078
2079 #: ../lib/Galette/Entity/Reminder.php:306
2080 msgid "%name (#%id - %days days)"
2081 msgstr ""
2082
2083 #: ../lib/Galette/Entity/I18nTrait.php:135
2084 #, php-format
2085 msgid "Unable to add dynamic translation for %field :("
2086 msgstr ""
2087
2088 #: ../lib/Galette/Entity/I18nTrait.php:201
2089 #, php-format
2090 msgid "Unable to update dynamic translation for %field :("
2091 msgstr ""
2092
2093 #: ../lib/Galette/Entity/I18nTrait.php:236
2094 #, php-format
2095 msgid "Unable to remove old dynamic translation for %field :("
2096 msgstr ""
2097
2098 #: ../lib/Galette/Entity/Adherent.php:708
2099 msgid "Freed of dues"
2100 msgstr ""
2101
2102 #: ../lib/Galette/Entity/Adherent.php:720
2103 #, php-format
2104 msgid "Never contributed: Registered %days days ago (since %date)"
2105 msgstr ""
2106
2107 #: ../lib/Galette/Entity/Adherent.php:723
2108 #: ../lib/Galette/Filters/MembersList.php:296
2109 msgid "Never contributed"
2110 msgstr ""
2111
2112 #: ../lib/Galette/Entity/Adherent.php:726
2113 msgid "Last day!"
2114 msgstr ""
2115
2116 #: ../lib/Galette/Entity/Adherent.php:738
2117 #, php-format
2118 msgid "Late of %days days (since %date)"
2119 msgstr ""
2120
2121 #: ../lib/Galette/Entity/Adherent.php:741
2122 #, fuzzy
2123 #| msgid "Manage members"
2124 msgid "No longer member"
2125 msgstr "Gestisci membri"
2126
2127 #: ../lib/Galette/Entity/Adherent.php:753
2128 #, php-format
2129 msgid "%days days remaining (ending on %date)"
2130 msgstr ""
2131
2132 #: ../lib/Galette/Entity/Adherent.php:1151
2133 msgid "- Birthdate must be set in the past!"
2134 msgstr ""
2135
2136 #: ../lib/Galette/Entity/Adherent.php:1159
2137 msgid "- Members must be less than 200 years old (currently %years)!"
2138 msgstr ""
2139
2140 #: ../lib/Galette/Entity/Adherent.php:1180
2141 #: ../lib/Galette/Entity/Transaction.php:299
2142 #: ../lib/Galette/Entity/DynamicsTrait.php:161
2143 #: ../lib/Galette/Entity/Contribution.php:391
2144 #: ../lib/Galette/Entity/Contribution.php:1274
2145 #, php-format
2146 msgid "- Wrong date format (%date_format) for %field!"
2147 msgstr ""
2148
2149 #: ../lib/Galette/Entity/Adherent.php:1198
2150 msgid "- Non-valid E-Mail address!"
2151 msgstr "- Indirizzo e-mail non valido!"
2152
2153 #: ../lib/Galette/Entity/Adherent.php:1215
2154 msgid "- This E-Mail address is already used by another member!"
2155 msgstr ""
2156
2157 #: ../lib/Galette/Entity/Adherent.php:1222
2158 #: ../lib/Galette/Entity/Adherent.php:1270
2159 msgid "An error has occurred while looking if login already exists."
2160 msgstr ""
2161
2162 #: ../lib/Galette/Entity/Adherent.php:1230
2163 msgid "- Non-valid Website address! Maybe you've skipped the http://?"
2164 msgstr ""
2165
2166 #: ../lib/Galette/Entity/Adherent.php:1239
2167 msgid "- The username must be composed of at least %i characters!"
2168 msgstr ""
2169
2170 #: ../lib/Galette/Entity/Adherent.php:1244
2171 msgid "- The username cannot contain the @ character"
2172 msgstr ""
2173
2174 #: ../lib/Galette/Entity/Adherent.php:1263
2175 msgid "- This username is already in use, please choose another one!"
2176 msgstr ""
2177
2178 #: ../lib/Galette/Entity/Adherent.php:1286
2179 msgid "Password misrepeated: "
2180 msgstr "Password ripetuta erroneamente: "
2181
2182 #: ../lib/Galette/Entity/Adherent.php:1320
2183 msgid "Status #%id does not exists in database."
2184 msgstr ""
2185
2186 #: ../lib/Galette/Entity/Adherent.php:1329
2187 msgid "An error has occurred while looking if status does exists."
2188 msgstr ""
2189
2190 #: ../lib/Galette/Entity/Adherent.php:1336
2191 msgid "Gender %gender does not exists!"
2192 msgstr ""
2193
2194 #: ../lib/Galette/Entity/Adherent.php:1446
2195 msgid "Self_subscription as a member: "
2196 msgstr ""
2197
2198 #: ../lib/Galette/Entity/Adherent.php:1452
2199 msgid "Member card added"
2200 msgstr ""
2201
2202 #: ../lib/Galette/Entity/Adherent.php:1460
2203 msgid "Fail to add new member."
2204 msgstr ""
2205
2206 #: ../lib/Galette/Entity/Adherent.php:1492
2207 msgid "Member card updated"
2208 msgstr ""
2209
2210 #: ../lib/Galette/Entity/Adherent.php:1597
2211 msgid "Active"
2212 msgstr "Attivo"
2213
2214 #: ../lib/Galette/Entity/Adherent.php:1597
2215 msgid "Inactive"
2216 msgstr "Inattivo"
2217
2218 #: ../lib/Galette/Entity/Adherent.php:1825
2219 msgid " (%age years old)"
2220 msgstr " (%age anni)"
2221
2222 #: ../lib/Galette/Entity/Adherent.php:1898
2223 msgid "Duplicated from %name (%id)"
2224 msgstr ""
2225
2226 #: ../lib/Galette/Entity/Transaction.php:109
2227 msgid "Date:"
2228 msgstr "Data:"
2229
2230 #: ../lib/Galette/Entity/Transaction.php:113
2231 #: ../lib/Galette/Entity/Contribution.php:126
2232 msgid "Amount:"
2233 msgstr ""
2234
2235 #: ../lib/Galette/Entity/Transaction.php:117
2236 msgid "Description:"
2237 msgstr "Descrizione:"
2238
2239 #: ../lib/Galette/Entity/Transaction.php:121
2240 msgid "Originator:"
2241 msgstr ""
2242
2243 #: ../lib/Galette/Entity/Transaction.php:310
2244 #: ../lib/Galette/Entity/Contribution.php:410
2245 msgid "- The amount must be an integer!"
2246 msgstr ""
2247
2248 #: ../lib/Galette/Entity/Transaction.php:317
2249 msgid "- Empty transaction description!"
2250 msgstr ""
2251
2252 #: ../lib/Galette/Entity/Transaction.php:319
2253 msgid "- Transaction description must be 150 characters long maximum."
2254 msgstr ""
2255
2256 #: ../lib/Galette/Entity/Transaction.php:344
2257 #: ../lib/Galette/Entity/Contribution.php:471
2258 msgid "- Sum of all contributions exceed corresponding transaction amount."
2259 msgstr ""
2260
2261 #: ../lib/Galette/Entity/Transaction.php:405
2262 msgid "Transaction added"
2263 msgstr ""
2264
2265 #: ../lib/Galette/Entity/Transaction.php:412
2266 msgid "Fail to add new transaction."
2267 msgstr ""
2268
2269 #: ../lib/Galette/Entity/Transaction.php:428
2270 msgid "Transaction updated"
2271 msgstr ""
2272
2273 #: ../lib/Galette/Entity/ContributionsTypes.php:117
2274 msgid "contribution type"
2275 msgstr ""
2276
2277 #: ../lib/Galette/Entity/DynamicsTrait.php:119
2278 #, php-format
2279 msgid "Missing required field %field"
2280 msgstr ""
2281
2282 #: ../lib/Galette/Entity/Contribution.php:118
2283 msgid "Contributor:"
2284 msgstr ""
2285
2286 #: ../lib/Galette/Entity/Contribution.php:122
2287 msgid "Contribution type:"
2288 msgstr ""
2289
2290 #: ../lib/Galette/Entity/Contribution.php:130
2291 msgid "Payment type:"
2292 msgstr ""
2293
2294 #: ../lib/Galette/Entity/Contribution.php:134
2295 msgid "Comments:"
2296 msgstr ""
2297
2298 #: ../lib/Galette/Entity/Contribution.php:142
2299 msgid "Date of contribution:"
2300 msgstr ""
2301
2302 #: ../lib/Galette/Entity/Contribution.php:143
2303 msgid "Start date of membership:"
2304 msgstr ""
2305
2306 #: ../lib/Galette/Entity/Contribution.php:147
2307 msgid "End date of membership:"
2308 msgstr ""
2309
2310 #: ../lib/Galette/Entity/Contribution.php:157
2311 msgid "Membership extension:"
2312 msgstr ""
2313
2314 #: ../lib/Galette/Entity/Contribution.php:423
2315 msgid "- Unknown payment type"
2316 msgstr ""
2317
2318 #: ../lib/Galette/Entity/Contribution.php:437
2319 msgid "- The duration must be a positive integer!"
2320 msgstr ""
2321
2322 #: ../lib/Galette/Entity/Contribution.php:479
2323 msgid "An error occurred checking overlaping fees :("
2324 msgstr ""
2325
2326 #: ../lib/Galette/Entity/Contribution.php:540
2327 msgid "- Membership period overlaps period starting at "
2328 msgstr ""
2329
2330 #: ../lib/Galette/Entity/Contribution.php:614
2331 msgid "Contribution added"
2332 msgstr ""
2333
2334 #: ../lib/Galette/Entity/Contribution.php:621
2335 msgid "Fail to add new contribution."
2336 msgstr ""
2337
2338 #: ../lib/Galette/Entity/Contribution.php:638
2339 msgid "Contribution updated"
2340 msgstr ""
2341
2342 #: ../lib/Galette/Entity/Contribution.php:1045
2343 msgid "Contribution information"
2344 msgstr ""
2345
2346 #: ../lib/Galette/Entity/Contribution.php:1047
2347 msgid "Script output"
2348 msgstr ""
2349
2350 #: ../lib/Galette/Entity/Contribution.php:1075
2351 msgid "Membership"
2352 msgstr ""
2353
2354 #: ../lib/Galette/Entity/Entitled.php:331
2355 msgid "ID must be an integer!"
2356 msgstr ""
2357
2358 #: ../lib/Galette/Entity/Entitled.php:343
2359 msgid "Label does not exist"
2360 msgstr ""
2361
2362 #: ../lib/Galette/Entity/Entitled.php:547
2363 msgid "Cannot delete this label: it's still used"
2364 msgstr ""
2365
2366 #: ../lib/Galette/Entity/Title.php:185
2367 msgid "You cannot delete Mr. or Mrs. titles!"
2368 msgstr ""
2369
2370 #: ../lib/Galette/Entity/PdfModel.php:343
2371 #, php-format
2372 msgid "%field should be less than %chars characters long."
2373 msgstr ""
2374
2375 #: ../lib/Galette/Entity/PdfModel.php:353
2376 #, php-format
2377 msgid "%field should not be empty!"
2378 msgstr ""
2379
2380 #: ../lib/Galette/Entity/PdfModel.php:539
2381 msgid "Unknown type %type!"
2382 msgstr ""
2383
2384 #: ../lib/Galette/Entity/PdfModel.php:555
2385 msgid "Title"
2386 msgstr ""
2387
2388 #: ../lib/Galette/Entity/PdfModel.php:557
2389 msgid "Subtitle"
2390 msgstr ""
2391
2392 #: ../lib/Galette/Entity/PdfModel.php:572
2393 msgid "header and footer should not be empty!"
2394 msgstr "intestazione e piè di pagina non dovrebbero essere vuoti!"
2395
2396 #: ../lib/Galette/Entity/PdfModel.php:576
2397 msgid "body should not be empty!"
2398 msgstr ""
2399
2400 #: ../lib/Galette/Entity/PaymentType.php:190
2401 msgid "You cannot delete system payment types!"
2402 msgstr ""
2403
2404 #: ../lib/Galette/Entity/PaymentType.php:282
2405 msgid "Other"
2406 msgstr ""
2407
2408 #: ../lib/Galette/Entity/PaymentType.php:283
2409 msgid "Cash"
2410 msgstr "Contanti"
2411
2412 #: ../lib/Galette/Entity/PaymentType.php:284
2413 msgid "Credit card"
2414 msgstr "Carta di credito"
2415
2416 #: ../lib/Galette/Entity/PaymentType.php:285
2417 msgid "Check"
2418 msgstr "Assegno bancario"
2419
2420 #: ../lib/Galette/Entity/PaymentType.php:286
2421 msgid "Transfer"
2422 msgstr ""
2423
2424 #: ../lib/Galette/Entity/PaymentType.php:287
2425 msgid "Paypal"
2426 msgstr "Paypal"
2427
2428 #: ../lib/Galette/Entity/Status.php:119
2429 msgid "status"
2430 msgstr ""
2431
2432 #: ../lib/Galette/Entity/Status.php:132
2433 msgid "You cannot delete default status!"
2434 msgstr ""
2435
2436 #: ../lib/Galette/Entity/SavedSearch.php:153
2437 msgid "Form is mandatory!"
2438 msgstr "Campo obbligatorio!"
2439
2440 #: ../lib/Galette/Entity/SavedSearch.php:346
2441 #, php-format
2442 msgid "Unknown form %form!"
2443 msgstr ""
2444
2445 #: ../lib/Galette/Entity/SavedSearch.php:361
2446 msgid "Name cannot be empty!"
2447 msgstr ""
2448
2449 #: ../lib/Galette/Entity/Group.php:381
2450 msgid "Group has been detached from its parent"
2451 msgstr ""
2452
2453 #: ../lib/Galette/Entity/Group.php:395
2454 msgid "Unable to detach group :("
2455 msgstr ""
2456
2457 #: ../lib/Galette/Entity/Group.php:438
2458 msgid "Group added"
2459 msgstr ""
2460
2461 #: ../lib/Galette/Entity/Group.php:443
2462 msgid "Fail to add new group."
2463 msgstr ""
2464
2465 #: ../lib/Galette/Entity/Group.php:461
2466 msgid "Group updated"
2467 msgstr ""
2468
2469 #: ../lib/Galette/Entity/Group.php:708
2470 #, php-format
2471 msgid "Group `%1$s` cannot be set as parent!"
2472 msgstr ""
2473
2474 #: ../lib/Galette/Middleware/CheckAcls.php:129
2475 #: ../lib/Galette/Middleware/CheckAcls.php:177
2476 msgid "Route '%name' is not registered in ACLs!"
2477 msgstr ""
2478
2479 #: ../lib/Galette/Middleware/CheckAcls.php:135
2480 msgid "Routes '%names' are not registered in ACLs!"
2481 msgstr ""
2482
2483 #: ../lib/Galette/Middleware/Authenticate.php:101
2484 msgid "Login required"
2485 msgstr ""
2486
2487 #: ../lib/Galette/Middleware/Authenticate.php:153
2488 msgid "Unknown ACL rule '%acl'!"
2489 msgstr ""
2490
2491 #: ../lib/Galette/Middleware/UpdateAndMaintenance.php:146
2492 #: ../lib/Galette/Middleware/UpdateAndMaintenance.php:183
2493 msgid "Galette needs update!"
2494 msgstr ""
2495
2496 #: ../lib/Galette/Middleware/UpdateAndMaintenance.php:169
2497 msgid "Galette is currently under maintenance!"
2498 msgstr ""
2499
2500 #: ../lib/Galette/Middleware/UpdateAndMaintenance.php:170
2501 msgid ""
2502 "The Galette instance you are requesting is currently under maintenance. "
2503 "Please come back later."
2504 msgstr ""
2505
2506 #: ../lib/Galette/Middleware/UpdateAndMaintenance.php:184
2507 msgid "Your Galette database is not present, or not up to date."
2508 msgstr ""
2509
2510 #: ../lib/Galette/Middleware/UpdateAndMaintenance.php:185
2511 msgid "Please run install or upgrade procedure (check the documentation)"
2512 msgstr ""
2513
2514 #: ../lib/Galette/Filters/MembersList.php:273
2515 msgid "Company name"
2516 msgstr ""
2517
2518 #: ../lib/Galette/Filters/MembersList.php:274
2519 msgid "Address"
2520 msgstr ""
2521
2522 #: ../lib/Galette/Filters/MembersList.php:275
2523 msgid "Email,URL,IM"
2524 msgstr "Email,URL,IM"
2525
2526 #: ../lib/Galette/Filters/MembersList.php:276
2527 msgid "Job"
2528 msgstr "Lavoro"
2529
2530 #: ../lib/Galette/Filters/MembersList.php:277
2531 msgid "Infos"
2532 msgstr ""
2533
2534 #: ../lib/Galette/Filters/MembersList.php:281
2535 msgid "Member number"
2536 msgstr ""
2537
2538 #: ../lib/Galette/Filters/MembersList.php:292
2539 msgid "All members"
2540 msgstr ""
2541
2542 #: ../lib/Galette/Filters/MembersList.php:293
2543 msgid "Up to date members"
2544 msgstr ""
2545
2546 #: ../lib/Galette/Filters/MembersList.php:294
2547 msgid "Close expiries"
2548 msgstr ""
2549
2550 #: ../lib/Galette/Filters/MembersList.php:295
2551 msgid "Latecomers"
2552 msgstr ""
2553
2554 #: ../lib/Galette/Filters/MembersList.php:298
2555 msgid "Administrators"
2556 msgstr ""
2557
2558 #: ../lib/Galette/Filters/MembersList.php:299
2559 msgid "Non members"
2560 msgstr ""
2561
2562 #: ../lib/Galette/Filters/TransactionsList.php:185
2563 #: ../lib/Galette/Filters/TransactionsList.php:222
2564 #: ../lib/Galette/Filters/HistoryList.php:196
2565 #: ../lib/Galette/Filters/HistoryList.php:233
2566 #: ../lib/Galette/Filters/MailingsList.php:190
2567 #: ../lib/Galette/Filters/MailingsList.php:227
2568 #: ../lib/Galette/Filters/ContributionsList.php:210
2569 #: ../lib/Galette/Filters/ContributionsList.php:247
2570 msgid "Y"
2571 msgstr "Y"
2572
2573 #: ../lib/Galette/Filters/TransactionsList.php:201
2574 #: ../lib/Galette/Filters/TransactionsList.php:223
2575 #: ../lib/Galette/Filters/HistoryList.php:212
2576 #: ../lib/Galette/Filters/HistoryList.php:234
2577 #: ../lib/Galette/Filters/MailingsList.php:206
2578 #: ../lib/Galette/Filters/MailingsList.php:228
2579 #: ../lib/Galette/Filters/ContributionsList.php:226
2580 #: ../lib/Galette/Filters/ContributionsList.php:248
2581 msgid "Y-m"
2582 msgstr "m/Y"
2583
2584 #: ../lib/Galette/Filters/TransactionsList.php:242
2585 #: ../lib/Galette/Filters/HistoryList.php:253
2586 #: ../lib/Galette/Filters/MailingsList.php:247
2587 #: ../lib/Galette/Filters/ContributionsList.php:267
2588 #, php-format
2589 msgid "Unknown date format for %field.<br/>Know formats are: %formats"
2590 msgstr ""
2591
2592 #: ../webroot/installer.php:151
2593 msgid "No host"
2594 msgstr ""
2595
2596 #: ../webroot/installer.php:154
2597 msgid "No port"
2598 msgstr ""
2599
2600 #: ../webroot/installer.php:157 ../webroot/installer.php:197
2601 msgid "No user name"
2602 msgstr "Nessun nome utente"
2603
2604 #: ../webroot/installer.php:163
2605 msgid "No database name"
2606 msgstr "Nessun nome di banca dati"
2607
2608 #: ../webroot/installer.php:200
2609 msgid "The username cannot contain the @ character"
2610 msgstr ""
2611
2612 #: ../webroot/installer.php:241
2613 msgid "Galette Installation"
2614 msgstr ""
2615
2616 #: ../webroot/installer.php:252
2617 msgid "Galette installation"
2618 msgstr ""
2619
2620 #: ../webroot/installer.php:255
2621 msgid "Change language"
2622 msgstr "Cambia lingua"
2623
2624 #: ../webroot/installer.php:276
2625 msgid "- ERROR -"
2626 msgstr "- ERRORE -"
2627
2628 #: ../webroot/installer.php:314
2629 msgid "Steps:"
2630 msgstr ""
2631
2632 #: ../webroot/installer.php:319
2633 msgid "Database access/permissions"
2634 msgstr "Accesso e permessi della banca dati"
2635
2636 #: ../webroot/installer.php:323
2637 msgid "Version selection"
2638 msgstr ""
2639
2640 #: ../webroot/installer.php:324
2641 msgid "Database upgrade"
2642 msgstr "Aggiornamento della banca dati"
2643
2644 #: ../webroot/installer.php:328
2645 msgid "Database installation"
2646 msgstr "Installazione della banca dati"
2647
2648 #: ../webroot/installer.php:338
2649 msgid "Galette initialisation"
2650 msgstr ""
2651
2652 #: ../includes/routes/public_pages.routes.php:47
2653 msgid "Unauthorized"
2654 msgstr ""
2655
2656 #: ../includes/routes/plugins.routes.php:72
2657 msgid "Invalid extension!"
2658 msgstr ""
2659
2660 #: ../includes/routes/ajax.routes.php:69
2661 msgid "Required argument not present!"
2662 msgstr ""
2663
2664 #: ../includes/routes/ajax.routes.php:108
2665 msgid "Member photo has been changed."
2666 msgstr ""
2667
2668 #: ../includes/routes/ajax.routes.php:217
2669 msgid "Telemetry information has been sent. Thank you!"
2670 msgstr ""
2671
2672 #: ../includes/routes/ajax.routes.php:237
2673 msgid "Thank you for registering!"
2674 msgstr "Grazie per esserti registrato!"
2675
2676 #: ../includes/i18n.inc.php:272
2677 msgid "Realization:"
2678 msgstr ""
2679
2680 #: ../includes/i18n.inc.php:273
2681 msgid "Graphics:"
2682 msgstr ""
2683
2684 #: ../includes/i18n.inc.php:274
2685 msgid "Publisher:"
2686 msgstr ""
2687
2688 #: ../includes/i18n.inc.php:275
2689 msgid "President"
2690 msgstr ""
2691
2692 #: ../includes/i18n.inc.php:276
2693 msgid "Vice-president"
2694 msgstr "Vicepresidente"
2695
2696 #: ../includes/i18n.inc.php:277
2697 msgid "Treasurer"
2698 msgstr ""
2699
2700 #: ../includes/i18n.inc.php:278
2701 msgid "Vice-treasurer"
2702 msgstr ""
2703
2704 #: ../includes/i18n.inc.php:279
2705 msgid "Secretary"
2706 msgstr ""
2707
2708 #: ../includes/i18n.inc.php:280
2709 msgid "Vice-secretary"
2710 msgstr ""
2711
2712 #: ../includes/i18n.inc.php:281
2713 msgid "Active member"
2714 msgstr ""
2715
2716 #: ../includes/i18n.inc.php:282
2717 msgid "Benefactor member"
2718 msgstr ""
2719
2720 #: ../includes/i18n.inc.php:283
2721 msgid "Founder member"
2722 msgstr ""
2723
2724 #: ../includes/i18n.inc.php:284
2725 msgid "Old-timer"
2726 msgstr ""
2727
2728 #: ../includes/i18n.inc.php:285
2729 msgid "Legal entity"
2730 msgstr ""
2731
2732 #: ../includes/i18n.inc.php:286
2733 msgid "Non-member"
2734 msgstr ""
2735
2736 #: ../includes/i18n.inc.php:287
2737 msgid "Reduced annual contribution"
2738 msgstr ""
2739
2740 #: ../includes/i18n.inc.php:288
2741 msgid "Company cotisation"
2742 msgstr ""
2743
2744 #: ../includes/i18n.inc.php:289
2745 msgid "Donation in kind"
2746 msgstr ""
2747
2748 #: ../includes/i18n.inc.php:290
2749 msgid "Donation in money"
2750 msgstr ""
2751
2752 #: ../includes/i18n.inc.php:291
2753 msgid "Partnership"
2754 msgstr ""
2755
2756 #: ../includes/i18n.inc.php:292
2757 msgid "french"
2758 msgstr ""
2759
2760 #: ../includes/i18n.inc.php:293
2761 msgid "english"
2762 msgstr ""
2763
2764 #: ../includes/i18n.inc.php:294
2765 msgid "spanish"
2766 msgstr ""
2767
2768 #: ../includes/i18n.inc.php:295
2769 msgid "annual fee"
2770 msgstr ""
2771
2772 #: ../includes/i18n.inc.php:296
2773 msgid "annual fee (to be paid)"
2774 msgstr ""
2775
2776 #: ../includes/i18n.inc.php:297
2777 msgid "company fee"
2778 msgstr ""
2779
2780 #: ../includes/i18n.inc.php:298
2781 msgid "donation in kind"
2782 msgstr ""
2783
2784 #: ../includes/i18n.inc.php:299
2785 msgid "donation in money"
2786 msgstr ""
2787
2788 #: ../includes/i18n.inc.php:300
2789 msgid "partnership"
2790 msgstr ""
2791
2792 #: ../includes/i18n.inc.php:301
2793 msgid "reduced annual fee"
2794 msgstr ""
2795
2796 #: ../includes/i18n.inc.php:302
2797 msgid "Identity"
2798 msgstr ""
2799
2800 #: ../includes/i18n.inc.php:303
2801 msgid "Galette-related data"
2802 msgstr ""
2803
2804 #: ../includes/i18n.inc.php:304
2805 msgid "Contact information"
2806 msgstr ""
2807
2808 #: ../includes/i18n.inc.php:305
2809 msgid "Mr."
2810 msgstr ""
2811
2812 #: ../includes/i18n.inc.php:306
2813 msgid "Mrs."
2814 msgstr ""
2815
2816 #: ../includes/i18n.inc.php:307
2817 msgid "Miss"
2818 msgstr ""
2819
2820 #: ../includes/i18n.inc.php:308
2821 msgid "Identity:"
2822 msgstr ""
2823
2824 #: ../includes/i18n.inc.php:309
2825 msgid "Galette-related data:"
2826 msgstr ""
2827
2828 #: ../includes/i18n.inc.php:310
2829 msgid "Contact information:"
2830 msgstr ""
2831
2832 #: ../includes/i18n.inc.php:311
2833 msgid "Society"
2834 msgstr ""
2835
2836 #: ../includes/i18n.inc.php:312
2837 msgid "Politeness"
2838 msgstr ""
2839
2840 #: ../includes/i18n.inc.php:314
2841 msgid "Main"
2842 msgstr ""
2843
2844 #: ../includes/i18n.inc.php:315
2845 msgid "** Galette identifier, if applicable"
2846 msgstr ""
2847
2848 #: ../includes/i18n.inc.php:316
2849 msgid "* Only for compagnies"
2850 msgstr ""
2851
2852 #: ../includes/i18n.inc.php:317
2853 #, php-format
2854 msgid "Hereby, I agree to comply to %s association statutes and its rules."
2855 msgstr ""
2856
2857 #: ../includes/i18n.inc.php:318
2858 msgid "At ................................................"
2859 msgstr ""
2860
2861 #: ../includes/i18n.inc.php:319
2862 msgid "On .......... / .......... / .......... "
2863 msgstr ""
2864
2865 #: ../includes/i18n.inc.php:320
2866 msgid "Username"
2867 msgstr ""
2868
2869 #: ../includes/i18n.inc.php:321
2870 msgid "Email address"
2871 msgstr "Indirizzo e-mail"
2872
2873 #: ../includes/i18n.inc.php:322
2874 msgid "Country"
2875 msgstr ""
2876
2877 #: ../includes/i18n.inc.php:323
2878 msgid "City"
2879 msgstr ""
2880
2881 #: ../includes/i18n.inc.php:324
2882 msgid "Zip Code"
2883 msgstr ""
2884
2885 #: ../includes/i18n.inc.php:325
2886 msgid "First name"
2887 msgstr ""
2888
2889 #: ../includes/i18n.inc.php:326
2890 msgid ""
2891 "The minimum contribution for each type of membership are defined on the "
2892 "website of the association. The amount of donations are free to be decided "
2893 "by the generous donor."
2894 msgstr ""
2895
2896 #: ../includes/i18n.inc.php:327
2897 msgid "Required membership:"
2898 msgstr "Iscrizione obbligatoria:"
2899
2900 #: ../includes/i18n.inc.php:328
2901 msgid ""
2902 "Complete the following form and send it with your funds, in order to "
2903 "complete your subscription."
2904 msgstr ""
2905
2906 #: ../includes/i18n.inc.php:329
2907 msgid "on"
2908 msgstr ""
2909
2910 #: ../includes/i18n.inc.php:330
2911 msgid "from"
2912 msgstr ""
2913
2914 #: ../includes/i18n.inc.php:331
2915 msgid "to"
2916 msgstr ""
2917
2918 #: ../includes/i18n.inc.php:332
2919 msgid "Association"
2920 msgstr ""
2921
2922 #: ../includes/fields_defs/members_fields.php:42
2923 msgid "Member number:"
2924 msgstr ""
2925
2926 #: ../includes/fields_defs/members_fields.php:52
2927 msgid "Status:"
2928 msgstr ""
2929
2930 #: ../includes/fields_defs/members_fields.php:62
2931 msgid "Name:"
2932 msgstr ""
2933
2934 #: ../includes/fields_defs/members_fields.php:70
2935 msgid "First name:"
2936 msgstr ""
2937
2938 #: ../includes/fields_defs/members_fields.php:78
2939 msgid "Company:"
2940 msgstr ""
2941
2942 #: ../includes/fields_defs/members_fields.php:86
2943 msgid "Nickname:"
2944 msgstr ""
2945
2946 #: ../includes/fields_defs/members_fields.php:96
2947 msgid "Title:"
2948 msgstr ""
2949
2950 #: ../includes/fields_defs/members_fields.php:104
2951 msgid "Birth date:"
2952 msgstr ""
2953
2954 #: ../includes/fields_defs/members_fields.php:112
2955 msgid "Gender:"
2956 msgstr ""
2957
2958 #: ../includes/fields_defs/members_fields.php:120
2959 msgid "Address:"
2960 msgstr ""
2961
2962 #: ../includes/fields_defs/members_fields.php:129
2963 msgid "Address (continuation)"
2964 msgstr ""
2965
2966 #: ../includes/fields_defs/members_fields.php:137
2967 msgid "Zip Code:"
2968 msgstr "CAP:"
2969
2970 #: ../includes/fields_defs/members_fields.php:145
2971 msgid "City:"
2972 msgstr ""
2973
2974 #: ../includes/fields_defs/members_fields.php:153
2975 msgid "Country:"
2976 msgstr ""
2977
2978 #: ../includes/fields_defs/members_fields.php:161
2979 msgid "Phone:"
2980 msgstr "Telefono:"
2981
2982 #: ../includes/fields_defs/members_fields.php:169
2983 msgid "Mobile phone:"
2984 msgstr ""
2985
2986 #: ../includes/fields_defs/members_fields.php:177
2987 msgid "E-Mail:"
2988 msgstr ""
2989
2990 #: ../includes/fields_defs/members_fields.php:185
2991 msgid "Website:"
2992 msgstr "Sito Web:"
2993
2994 #: ../includes/fields_defs/members_fields.php:193
2995 msgid "ICQ:"
2996 msgstr ""
2997
2998 #: ../includes/fields_defs/members_fields.php:201
2999 msgid "MSN:"
3000 msgstr ""
3001
3002 #: ../includes/fields_defs/members_fields.php:209
3003 msgid "Jabber:"
3004 msgstr ""
3005
3006 #: ../includes/fields_defs/members_fields.php:217
3007 msgid "Other information (admin):"
3008 msgstr ""
3009
3010 #: ../includes/fields_defs/members_fields.php:225
3011 msgid "Other information:"
3012 msgstr ""
3013
3014 #: ../includes/fields_defs/members_fields.php:233
3015 msgid "Profession:"
3016 msgstr ""
3017
3018 #: ../includes/fields_defs/members_fields.php:241 ../install/steps/admin.php:45
3019 msgid "Username:"
3020 msgstr "Nome utente:"
3021
3022 #: ../includes/fields_defs/members_fields.php:249 ../install/steps/admin.php:49
3023 #: ../install/steps/db.php:88
3024 msgid "Password:"
3025 msgstr "Password:"
3026
3027 #: ../includes/fields_defs/members_fields.php:257
3028 msgid "Creation date:"
3029 msgstr ""
3030
3031 #: ../includes/fields_defs/members_fields.php:265
3032 msgid "Modification date:"
3033 msgstr ""
3034
3035 #: ../includes/fields_defs/members_fields.php:275
3036 msgid "Account:"
3037 msgstr ""
3038
3039 #: ../includes/fields_defs/members_fields.php:283
3040 msgid "Galette Admin:"
3041 msgstr ""
3042
3043 #: ../includes/fields_defs/members_fields.php:291
3044 msgid "Freed of dues:"
3045 msgstr ""
3046
3047 #: ../includes/fields_defs/members_fields.php:299
3048 msgid "Be visible in the members list:"
3049 msgstr ""
3050
3051 #: ../includes/fields_defs/members_fields.php:307
3052 msgid "Due date:"
3053 msgstr ""
3054
3055 #: ../includes/fields_defs/members_fields.php:315
3056 msgid "Language:"
3057 msgstr "Lingua:"
3058
3059 #: ../includes/fields_defs/members_fields.php:323
3060 msgid "Birthplace:"
3061 msgstr ""
3062
3063 #: ../includes/fields_defs/members_fields.php:331
3064 msgid "Id GNUpg (GPG):"
3065 msgstr ""
3066
3067 #: ../includes/fields_defs/members_fields.php:339
3068 msgid "fingerprint:"
3069 msgstr ""
3070
3071 #: ../includes/fields_defs/members_fields.php:347
3072 msgid "Parent:"
3073 msgstr ""
3074
3075 #: ../includes/fields_defs/members_fields.php:365
3076 msgid "State of dues"
3077 msgstr ""
3078
3079 #: ../includes/fields_defs/texts_fields.php:40
3080 #: ../includes/fields_defs/texts_fields.php:48
3081 msgid "[{ASSO_NAME}] Your identifiers"
3082 msgstr ""
3083
3084 #: ../includes/fields_defs/texts_fields.php:41
3085 msgid ""
3086 "Hello,{NEWLINE}You've just been subscribed on the members management system "
3087 "of {ASSO_NAME}.{NEWLINE}It is now possible to follow in real time the state "
3088 "of your subscription and to update your preferences from the web interface."
3089 "{NEWLINE}Please login at this address to set your new password :{BR}"
3090 "{CHG_PWD_URI}{NEWLINE}Username: {LOGIN}{BR}The above link will be valid "
3091 "until {LINK_VALIDITY}.{NEWLINE}See you soon!{NEWLINE}(this email was sent "
3092 "automatically)"
3093 msgstr ""
3094
3095 #: ../includes/fields_defs/texts_fields.php:43
3096 msgid "New user registration"
3097 msgstr ""
3098
3099 #: ../includes/fields_defs/texts_fields.php:49
3100 msgid ""
3101 "Hello,{NEWLINE}Someone (probably you) asked to recover your password."
3102 "{NEWLINE}Please login at this address to set your new password :{BR}"
3103 "{CHG_PWD_URI}{NEWLINE}Username: {LOGIN}{BR}The above link will be valid "
3104 "until {LINK_VALIDITY}.{NEWLINE}See you soon!{NEWLINE}(this email was sent "
3105 "automatically)"
3106 msgstr ""
3107
3108 #: ../includes/fields_defs/texts_fields.php:51
3109 msgid "Lost password email"
3110 msgstr ""
3111
3112 #: ../includes/fields_defs/texts_fields.php:56
3113 msgid "[{ASSO_NAME}] Your contribution"
3114 msgstr ""
3115
3116 #: ../includes/fields_defs/texts_fields.php:57
3117 msgid ""
3118 "Hello,{NEWLINE}Your contribution has successfully been taken into account by "
3119 "{ASSO_NAME}.{NEWLINE}It is valid until {DEADLINE}.{NEWLINE}You can now login "
3120 "and browse or modify your personnal data using your galette identifiers at "
3121 "this address:{BR}{LOGIN_URI}.{NEWLINE}{CONTRIB_INFO}{NEWLINE}See you soon!"
3122 "{NEWLINE}(this email was sent automatically)"
3123 msgstr ""
3124
3125 #: ../includes/fields_defs/texts_fields.php:59
3126 #, fuzzy
3127 #| msgid "List of contributions"
3128 msgid "Receipt send for new contribution"
3129 msgstr "Elenco dei contributi"
3130
3131 #: ../includes/fields_defs/texts_fields.php:64
3132 msgid "[{ASSO_NAME}] New registration from {NAME_ADH}"
3133 msgstr ""
3134
3135 #: ../includes/fields_defs/texts_fields.php:65
3136 msgid ""
3137 "Hello dear Administrator,{NEWLINE}A new member has been registered with the "
3138 "following information:{BR}* Name: {NAME_ADH}{BR}* Login: {LOGIN}{BR}* E-"
3139 "mail: {MAIL_ADH}{NEWLINE}Yours sincerly,{BR}Galette"
3140 msgstr ""
3141
3142 #: ../includes/fields_defs/texts_fields.php:67
3143 msgid "New user registration (sent to admin)"
3144 msgstr ""
3145
3146 #: ../includes/fields_defs/texts_fields.php:72
3147 msgid "[{ASSO_NAME}] New contribution for {NAME_ADH}"
3148 msgstr ""
3149
3150 #: ../includes/fields_defs/texts_fields.php:73
3151 msgid ""
3152 "Hello dear Administrator,{NEWLINE}A contribution from {NAME_ADH} has been "
3153 "registered (new deadline: {DEADLINE}){BR}{CONTRIB_INFO}{NEWLINE}Yours "
3154 "sincerly,{BR}Galette"
3155 msgstr ""
3156
3157 #: ../includes/fields_defs/texts_fields.php:75
3158 msgid "New contribution (sent to admin)"
3159 msgstr ""
3160
3161 #: ../includes/fields_defs/texts_fields.php:80
3162 msgid "[{ASSO_NAME}] New self registration from {NAME_ADH}"
3163 msgstr ""
3164
3165 #: ../includes/fields_defs/texts_fields.php:81
3166 msgid ""
3167 "Hello dear Administrator,{NEWLINE}A new member has self registred on line "
3168 "with the following information:{BR}* Name: {NAME_ADH}{BR}* Login: {LOGIN}{BR}"
3169 "* E-mail: {MAIL_ADH}{NEWLINE}Yours sincerly,{BR}Galette"
3170 msgstr ""
3171
3172 #: ../includes/fields_defs/texts_fields.php:83
3173 msgid "New self registration (sent to admin)"
3174 msgstr ""
3175
3176 #: ../includes/fields_defs/texts_fields.php:88
3177 msgid "[{ASSO_NAME}] Your account has been modified"
3178 msgstr ""
3179
3180 #: ../includes/fields_defs/texts_fields.php:89
3181 msgid ""
3182 "Hello!{NEWLINE}Your account on {ASSO_NAME} (with the login '{LOGIN}') has "
3183 "been modified by an administrator or a staff member.{NEWLINE}You can log "
3184 "into {LOGIN_URI} to review modifications and/or change it.{NEWLINE}See you "
3185 "soon!{NEWLINE}(this email was sent automatically)"
3186 msgstr ""
3187
3188 #: ../includes/fields_defs/texts_fields.php:91
3189 msgid "Informs user that his account has been modified"
3190 msgstr ""
3191
3192 #: ../includes/fields_defs/texts_fields.php:96
3193 msgid "[{ASSO_NAME}] Your membership is about to expire"
3194 msgstr ""
3195
3196 #: ../includes/fields_defs/texts_fields.php:97
3197 msgid ""
3198 "Hello,{NEWLINE}Your {ASSO_NAME} membership is about to expire in "
3199 "{DAYS_REMAINING} days.{NEWLINE}See you soon!{NEWLINE}(this email was sent "
3200 "automatically)"
3201 msgstr ""
3202
3203 #: ../includes/fields_defs/texts_fields.php:99
3204 msgid "Impending due date"
3205 msgstr ""
3206
3207 #: ../includes/fields_defs/texts_fields.php:104
3208 msgid "[{ASSO_NAME}] Your membership has expired"
3209 msgstr ""
3210
3211 #: ../includes/fields_defs/texts_fields.php:105
3212 msgid ""
3213 "Hello,{NEWLINE}Your {ASSO_NAME} membership has expired for {DAYS_EXPIRED} "
3214 "days.{NEWLINE}See you soon!{NEWLINE}(this email was sent automatically)"
3215 msgstr ""
3216
3217 #: ../includes/fields_defs/texts_fields.php:107
3218 msgid "Late due date"
3219 msgstr ""
3220
3221 #: ../includes/fields_defs/texts_fields.php:112
3222 msgid "[{ASSO_NAME}] Your donation"
3223 msgstr ""
3224
3225 #: ../includes/fields_defs/texts_fields.php:113
3226 msgid ""
3227 "Hello,{NEWLINE}Your donation to {ASSO_NAME} has successfully been stored."
3228 "{NEWLINE}{CONTRIB_INFO}{NEWLINE}Thank you!{NEWLINE}(this email was sent "
3229 "automatically)"
3230 msgstr ""
3231
3232 #: ../includes/fields_defs/texts_fields.php:115
3233 msgid "Receipt send for new donations"
3234 msgstr ""
3235
3236 #: ../includes/fields_defs/texts_fields.php:120
3237 msgid "[{ASSO_NAME}] New donation for {NAME_ADH}"
3238 msgstr ""
3239
3240 #: ../includes/fields_defs/texts_fields.php:121
3241 msgid ""
3242 "Hello dear Administrator,{NEWLINE}A donation from {NAME_ADH} has been "
3243 "registered{BR}{CONTRIB_INFO}{NEWLINE}Yours sincerly,{BR}Galette"
3244 msgstr ""
3245
3246 #: ../includes/fields_defs/texts_fields.php:123
3247 msgid "New donation (sent to admin)"
3248 msgstr ""
3249
3250 #: ../includes/fields_defs/texts_fields.php:128
3251 msgid "[{ASSO_NAME}] Account {NAME_ADH} has been modified"
3252 msgstr ""
3253
3254 #: ../includes/fields_defs/texts_fields.php:129
3255 msgid ""
3256 "Hello!{NEWLINE}{NAME_ADH} has modified his/her account.{NEWLINE}See you soon!"
3257 "{NEWLINE}(this email was sent automatically)"
3258 msgstr ""
3259
3260 #: ../includes/fields_defs/texts_fields.php:131
3261 msgid "Informs admin a member edit his information"
3262 msgstr ""
3263
3264 #: ../install/scripts/upgrade-to-0.8.php:93
3265 msgid "Unable to create main datadir in %path!"
3266 msgstr ""
3267
3268 #: ../install/scripts/upgrade-to-0.8.php:109
3269 #, php-format
3270 msgid "Unable to create datadir in %dir!"
3271 msgstr ""
3272
3273 #: ../install/scripts/upgrade-to-0.8.php:189
3274 #, php-format
3275 msgid "File %file has not been moved :-/"
3276 msgstr ""
3277
3278 #: ../install/scripts/upgrade-to-0.8.php:202
3279 #, php-format
3280 msgid "Directory %dir has been moved!"
3281 msgstr ""
3282
3283 #: ../install/scripts/upgrade-to-0.8.php:214
3284 #, php-format
3285 msgid "Directory %dir has not been moved :("
3286 msgstr ""
3287
3288 #: ../install/scripts/upgrade-to-0.8.php:223
3289 #, php-format
3290 msgid "Directory %dir is not in its original path and will not be moved."
3291 msgstr ""
3292
3293 #: ../install/steps/end.php:45
3294 msgid "Galette has been successfully installed!"
3295 msgstr ""
3296
3297 #: ../install/steps/end.php:48
3298 msgid "Galette has been successfully updated!"
3299 msgstr ""
3300
3301 #: ../install/steps/end.php:51
3302 msgid "To secure the system, please delete the install directory"
3303 msgstr ""
3304
3305 #: ../install/steps/end.php:54
3306 msgid "Homepage"
3307 msgstr ""
3308
3309 #: ../install/steps/admin.php:43
3310 msgid "Please chose the parameters of the admin account on Galette"
3311 msgstr ""
3312
3313 #: ../install/steps/admin.php:53
3314 msgid "Retype password:"
3315 msgstr ""
3316
3317 #: ../install/steps/admin.php:58 ../install/steps/db_install.php:82
3318 #: ../install/steps/db_select_version.php:134
3319 #: ../install/steps/db_checks.php:241 ../install/steps/galette.php:81
3320 #: ../install/steps/check.php:165 ../install/steps/db.php:110
3321 #: ../install/steps/type.php:65
3322 msgid "Next step"
3323 msgstr ""
3324
3325 #: ../install/steps/admin.php:67
3326 msgid "Password mismatch!"
3327 msgstr ""
3328
3329 #: ../install/steps/db_install.php:46
3330 msgid "Database has not been installed!"
3331 msgstr ""
3332
3333 #: ../install/steps/db_install.php:48
3334 msgid "Database has not been upgraded!"
3335 msgstr ""
3336
3337 #: ../install/steps/db_install.php:52
3338 msgid "Database has been installed :)"
3339 msgstr ""
3340
3341 #: ../install/steps/db_install.php:54
3342 msgid "Database has been upgraded :)"
3343 msgstr ""
3344
3345 #: ../install/steps/db_install.php:77 ../install/steps/galette.php:76
3346 #: ../install/steps/check.php:157
3347 msgid "Retry"
3348 msgstr ""
3349
3350 #: ../install/steps/db_install.php:93 ../install/steps/db_select_version.php:61
3351 #: ../install/steps/db_select_version.php:135
3352 #: ../install/steps/db_checks.php:250 ../install/steps/galette.php:92
3353 #: ../install/steps/db.php:111 ../install/steps/type.php:66
3354 msgid "Back"
3355 msgstr ""
3356
3357 #: ../install/steps/db_select_version.php:46
3358 msgid "Select your previous Galette version below, and then click next."
3359 msgstr ""
3360
3361 #: ../install/steps/db_select_version.php:51
3362 msgid "No update script found!"
3363 msgstr ""
3364
3365 #: ../install/steps/db_select_version.php:55
3366 msgid "It seems you already use latest Galette version!"
3367 msgstr ""
3368
3369 #: ../install/steps/db_select_version.php:60
3370 msgid "Cancel"
3371 msgstr "Annulla"
3372
3373 #: ../install/steps/db_select_version.php:69
3374 msgid ""
3375 "Previous version is older than 0.7. <strong>Make sure you select the right "
3376 "version</strong>."
3377 msgstr ""
3378
3379 #: ../install/steps/db_select_version.php:73
3380 msgid ""
3381 "Your previous version should be selected and <strong>displayed in bold</"
3382 "strong>."
3383 msgstr ""
3384
3385 #: ../install/steps/db_select_version.php:80
3386 msgid ""
3387 "It seems you already use latest Galette version!<br/>Are you sure you want "
3388 "to upgrade?"
3389 msgstr ""
3390
3391 #: ../install/steps/db_select_version.php:85
3392 msgid "Your current Galette version is..."
3393 msgstr ""
3394
3395 #: ../install/steps/db_select_version.php:105
3396 msgid "older than %version"
3397 msgstr ""
3398
3399 #: ../install/steps/db_select_version.php:108
3400 msgid "comprised between"
3401 msgstr ""
3402
3403 #: ../install/steps/db_select_version.php:109
3404 msgid "and"
3405 msgstr ""
3406
3407 #: ../install/steps/db_checks.php:66
3408 msgid "CREATE operation not allowed"
3409 msgstr ""
3410
3411 #: ../install/steps/db_checks.php:73
3412 msgid "CREATE operation allowed"
3413 msgstr ""
3414
3415 #: ../install/steps/db_checks.php:80
3416 msgid "INSERT operation not allowed"
3417 msgstr ""
3418
3419 #: ../install/steps/db_checks.php:87
3420 msgid "INSERT operation allowed"
3421 msgstr ""
3422
3423 #: ../install/steps/db_checks.php:94
3424 msgid "UPDATE operation not allowed"
3425 msgstr ""
3426
3427 #: ../install/steps/db_checks.php:101
3428 msgid "UPDATE operation allowed"
3429 msgstr ""
3430
3431 #: ../install/steps/db_checks.php:108
3432 msgid "SELECT operation not allowed"
3433 msgstr ""
3434
3435 #: ../install/steps/db_checks.php:115
3436 msgid "SELECT operation allowed"
3437 msgstr ""
3438
3439 #: ../install/steps/db_checks.php:122
3440 msgid "DELETE operation not allowed"
3441 msgstr ""
3442
3443 #: ../install/steps/db_checks.php:129
3444 msgid "DELETE operation allowed"
3445 msgstr ""
3446
3447 #: ../install/steps/db_checks.php:136
3448 msgid "DROP operation not allowed"
3449 msgstr ""
3450
3451 #: ../install/steps/db_checks.php:143
3452 msgid "DROP operation allowed"
3453 msgstr ""
3454
3455 #: ../install/steps/db_checks.php:151
3456 msgid "ALTER operation not allowed"
3457 msgstr ""
3458
3459 #: ../install/steps/db_checks.php:158
3460 msgid "ALTER operation allowed"
3461 msgstr ""
3462
3463 #: ../install/steps/db_checks.php:177
3464 msgid "Connection to database successfull"
3465 msgstr ""
3466
3467 #: ../install/steps/db_checks.php:178 ../install/steps/db_checks.php:180
3468 msgid "Permissions to database are OK."
3469 msgstr ""
3470
3471 #: ../install/steps/db_checks.php:186
3472 msgid "Check of the database"
3473 msgstr ""
3474
3475 #: ../install/steps/db_checks.php:193
3476 msgid "Unable to connect to the database"
3477 msgstr ""
3478
3479 #: ../install/steps/db_checks.php:201
3480 msgid ""
3481 "Database can't be reached. Please go back to enter the connection parameters "
3482 "again."
3483 msgstr ""
3484
3485 #: ../install/steps/db_checks.php:206
3486 msgid "Database exists and connection parameters are OK."
3487 msgstr ""
3488
3489 #: ../install/steps/db_checks.php:207
3490 msgid "Permissions on the base"
3491 msgstr ""
3492
3493 #: ../install/steps/db_checks.php:214
3494 msgid ""
3495 "GALETTE hasn't got enough permissions on the database to continue the "
3496 "installation."
3497 msgstr ""
3498
3499 #: ../install/steps/db_checks.php:216
3500 msgid ""
3501 "GALETTE hasn't got enough permissions on the database to continue the update."
3502 msgstr ""
3503
3504 #: ../install/steps/galette.php:53
3505 msgid "Configuration file created!"
3506 msgstr ""
3507
3508 #: ../install/steps/galette.php:54
3509 msgid "Data initialized."
3510 msgstr ""
3511
3512 #: ../install/steps/galette.php:56
3513 msgid "An error occurred :("
3514 msgstr ""
3515
3516 #: ../install/steps/check.php:37
3517 msgid "Welcome to the Galette Install!"
3518 msgstr ""
3519
3520 #: ../install/steps/check.php:67
3521 msgid "Compilation"
3522 msgstr ""
3523
3524 #: ../install/steps/check.php:68
3525 msgid "Photos"
3526 msgstr ""
3527
3528 #: ../install/steps/check.php:69
3529 msgid "Cache"
3530 msgstr ""
3531
3532 #: ../install/steps/check.php:70
3533 msgid "Temporary images"
3534 msgstr ""
3535
3536 #: ../install/steps/check.php:71
3537 msgid "Configuration"
3538 msgstr ""
3539
3540 #: ../install/steps/check.php:72
3541 msgid "Exports"
3542 msgstr ""
3543
3544 #: ../install/steps/check.php:73
3545 msgid "Imports"
3546 msgstr ""
3547
3548 #: ../install/steps/check.php:75
3549 msgid "Attachments"
3550 msgstr ""
3551
3552 #: ../install/steps/check.php:76
3553 msgid "Files"
3554 msgstr ""
3555
3556 #: ../install/steps/check.php:89
3557 msgid "Galette requirements are met :)"
3558 msgstr ""
3559
3560 #: ../install/steps/check.php:93
3561 msgid ""
3562 "Your PHP date settings are not correct. Maybe you've missed the timezone "
3563 "settings that is mandatory since PHP 5.3?"
3564 msgstr ""
3565
3566 #: ../install/steps/check.php:98
3567 msgid "PHP version"
3568 msgstr ""
3569
3570 #: ../install/steps/check.php:102
3571 msgid "Date settings"
3572 msgstr ""
3573
3574 #: ../install/steps/check.php:107
3575 msgid "PHP Modules"
3576 msgstr ""
3577
3578 #: ../install/steps/check.php:117
3579 msgid "Files permissions"
3580 msgstr ""
3581
3582 #: ../install/steps/check.php:136
3583 msgid "Files permissions are not OK!"
3584 msgstr ""
3585
3586 #: ../install/steps/check.php:139
3587 msgid ""
3588 "To work as excpected, Galette needs write permission on files listed above."
3589 msgstr ""
3590
3591 #: ../install/steps/check.php:141
3592 msgid ""
3593 "In order to be updated, Galette needs write permission on files listed above."
3594 msgstr ""
3595
3596 #: ../install/steps/check.php:144
3597 msgid "Under UNIX/Linux, you can give the permissions using those commands"
3598 msgstr ""
3599
3600 #: ../install/steps/check.php:145
3601 msgid "apache_user"
3602 msgstr ""
3603
3604 #: ../install/steps/check.php:145
3605 msgid "file_name"
3606 msgstr ""
3607
3608 #: ../install/steps/check.php:145
3609 msgid "directory_name"
3610 msgstr ""
3611
3612 #: ../install/steps/check.php:147
3613 msgid ""
3614 "Under Windows, check these directories are not in Read-Only mode in their "
3615 "property panel."
3616 msgstr ""
3617
3618 #: ../install/steps/db.php:44
3619 msgid "If it hadn't been made, create a database and a user for Galette."
3620 msgstr ""
3621
3622 #: ../install/steps/db.php:47
3623 msgid "Enter connection data for the existing database."
3624 msgstr ""
3625
3626 #: ../install/steps/db.php:51
3627 msgid ""
3628 "It seems that you have already installed Galette once.<br/>All existing data "
3629 "will be removed if you keep going on using existing database!"
3630 msgstr ""
3631
3632 #: ../install/steps/db.php:63
3633 msgid ""
3634 "The needed permissions are CREATE, DROP, DELETE, UPDATE, SELECT and INSERT."
3635 msgstr ""
3636
3637 #: ../install/steps/db.php:68
3638 msgid "Database type:"
3639 msgstr ""
3640
3641 #: ../install/steps/db.php:76
3642 msgid "Host:"
3643 msgstr ""
3644
3645 #: ../install/steps/db.php:80
3646 msgid "Port:"
3647 msgstr ""
3648
3649 #: ../install/steps/db.php:84
3650 msgid "User:"
3651 msgstr ""
3652
3653 #: ../install/steps/db.php:92
3654 msgid "Database:"
3655 msgstr ""
3656
3657 #: ../install/steps/db.php:96
3658 msgid "Table prefix:"
3659 msgstr ""
3660
3661 #: ../install/steps/db.php:102
3662 msgid "(Indicate the CURRENT prefix of your Galette tables)"
3663 msgstr ""
3664
3665 #: ../install/steps/type.php:45
3666 msgid "New installation"
3667 msgstr ""
3668
3669 #: ../install/steps/type.php:48
3670 msgid "you're installing Galette for the first time"
3671 msgstr ""
3672
3673 #: ../install/steps/type.php:49
3674 msgid "you wish to erase an older version of Galette without keeping your data"
3675 msgstr ""
3676
3677 #: ../install/steps/type.php:55
3678 msgid "Update"
3679 msgstr ""
3680
3681 #: ../install/steps/type.php:58
3682 msgid ""
3683 "you already have installed Galette, and you want to upgrade to the latest "
3684 "version"
3685 msgstr ""
3686
3687 #: ../install/steps/type.php:60
3688 msgid "Warning: Don't forget to backup your current database."
3689 msgstr ""
3690
3691 #: ../templates/default/admintools.tpl:5
3692 msgid ""
3693 "Make sure you've done a backup of the database before using any of the "
3694 "following tools!"
3695 msgstr ""
3696
3697 #: ../templates/default/admintools.tpl:8
3698 msgid "Select actions(s)"
3699 msgstr ""
3700
3701 #: ../templates/default/admintools.tpl:10
3702 #: ../templates/default/admintools.tpl:11
3703 #: ../templates/default/admintools.tpl:16
3704 #: ../templates/default/admintools.tpl:17
3705 msgid "Reset all emails contents to their default values"
3706 msgstr ""
3707
3708 #: ../templates/default/admintools.tpl:10
3709 msgid "Reset emails contents"
3710 msgstr ""
3711
3712 #: ../templates/default/admintools.tpl:13
3713 #: ../templates/default/admintools.tpl:19
3714 #: ../templates/default/admintools.tpl:25
3715 msgid "(all existing values will be removed)"
3716 msgstr ""
3717
3718 #: ../templates/default/admintools.tpl:16
3719 msgid "Reset fields configuration"
3720 msgstr ""
3721
3722 #: ../templates/default/admintools.tpl:17
3723 msgid ""
3724 "This includes fields positions, order, visibility, access levels and "
3725 "mandatory marks."
3726 msgstr ""
3727
3728 #: ../templates/default/admintools.tpl:22
3729 #: ../templates/default/admintools.tpl:23
3730 msgid "Reset all PDF models to their default values"
3731 msgstr ""
3732
3733 #: ../templates/default/admintools.tpl:22
3734 msgid "Reinitialize PDF models"
3735 msgstr ""
3736
3737 #: ../templates/default/admintools.tpl:28
3738 #: ../templates/default/admintools.tpl:29
3739 msgid "Fill all empty login and passwords"
3740 msgstr ""
3741
3742 #: ../templates/default/admintools.tpl:28
3743 msgid "Generate empty logins and passwords"
3744 msgstr ""
3745
3746 #: ../templates/default/admintools.tpl:36
3747 msgid "Go"
3748 msgstr ""
3749
3750 #: ../templates/default/gestion_pdf.tpl:19
3751 #: ../templates/default/gestion_pdf.tpl:20
3752 #: ../templates/default/gestion_textes.tpl:49
3753 #: ../templates/default/gestion_textes.tpl:50
3754 msgid "Existing variables"
3755 msgstr ""
3756
3757 #: ../templates/default/gestion_pdf.tpl:24
3758 #: ../templates/default/gestion_textes.tpl:54
3759 msgid "Globally available"
3760 msgstr ""
3761
3762 #: ../templates/default/gestion_pdf.tpl:29
3763 #: ../templates/default/gestion_textes.tpl:59
3764 msgid "Your organisation name"
3765 msgstr ""
3766
3767 #: ../templates/default/gestion_pdf.tpl:31
3768 #: ../templates/default/gestion_textes.tpl:61
3769 msgid "Your organisation slogan"
3770 msgstr ""
3771
3772 #: ../templates/default/gestion_pdf.tpl:35
3773 msgid "Your organisation address"
3774 msgstr ""
3775
3776 #: ../templates/default/gestion_pdf.tpl:37
3777 msgid "Your organisation website"
3778 msgstr ""
3779
3780 #: ../templates/default/gestion_pdf.tpl:41
3781 msgid "Your organisation logo"
3782 msgstr "Logo della tua organizzazione"
3783
3784 #: ../templates/default/gestion_pdf.tpl:43
3785 msgid "Current date (Y-m-d)"
3786 msgstr ""
3787
3788 #: ../templates/default/gestion_pdf.tpl:47
3789 msgid "Member's name"
3790 msgstr ""
3791
3792 #: ../templates/default/gestion_pdf.tpl:49
3793 msgid "Member's address"
3794 msgstr ""
3795
3796 #: ../templates/default/gestion_pdf.tpl:53
3797 msgid "Member's zipcode"
3798 msgstr ""
3799
3800 #: ../templates/default/gestion_pdf.tpl:55
3801 msgid "Member's town"
3802 msgstr ""
3803
3804 #: ../templates/default/gestion_pdf.tpl:59
3805 msgid "Member's main group"
3806 msgstr ""
3807
3808 #: ../templates/default/gestion_pdf.tpl:61
3809 msgid "Member's groups (as list)"
3810 msgstr ""
3811
3812 #: ../templates/default/gestion_pdf.tpl:67
3813 #: ../templates/default/gestion_textes.tpl:94
3814 msgid "Member's ID"
3815 msgstr ""
3816
3817 #: ../templates/default/gestion_pdf.tpl:71
3818 msgid "Available for invoices and receipts only"
3819 msgstr ""
3820
3821 #: ../templates/default/gestion_pdf.tpl:76
3822 msgid "Contribution label"
3823 msgstr ""
3824
3825 #: ../templates/default/gestion_pdf.tpl:78
3826 #: ../templates/default/gestion_textes.tpl:122
3827 msgid "Contribution amount"
3828 msgstr ""
3829
3830 #: ../templates/default/gestion_pdf.tpl:82
3831 msgid "Contribution full date"
3832 msgstr ""
3833
3834 #: ../templates/default/gestion_pdf.tpl:84
3835 msgid "Contribution year"
3836 msgstr ""
3837
3838 #: ../templates/default/gestion_pdf.tpl:88
3839 msgid "Contribution comment"
3840 msgstr ""
3841
3842 #: ../templates/default/gestion_pdf.tpl:90
3843 msgid "Contribution begin date"
3844 msgstr ""
3845
3846 #: ../templates/default/gestion_pdf.tpl:94
3847 msgid "Contribution end date"
3848 msgstr ""
3849
3850 #: ../templates/default/gestion_pdf.tpl:96
3851 msgid "Contribution id"
3852 msgstr ""
3853
3854 #: ../templates/default/gestion_pdf.tpl:100
3855 msgid "Contribution payment type"
3856 msgstr ""
3857
3858 #: ../templates/default/gestion_pdf.tpl:110
3859 #: ../templates/default/gestion_textes.tpl:158
3860 msgid "Show existing variables"
3861 msgstr ""
3862
3863 #: ../templates/default/gestion_pdf.tpl:145
3864 #: ../templates/default/configurer_fiches.tpl:90
3865 #: ../templates/default/js_loader.tpl:2
3866 msgid "Loading..."
3867 msgstr ""
3868
3869 #: ../templates/default/gestion_pdf.tpl:145
3870 #: ../templates/default/configurer_fiches.tpl:90
3871 #: ../templates/default/js_loader.tpl:2
3872 msgid "Currently loading..."
3873 msgstr ""
3874
3875 #: ../templates/default/lostpasswd.tpl:6
3876 msgid "Username or email:"
3877 msgstr "Nome utente o e-mail:"
3878
3879 #: ../templates/default/lostpasswd.tpl:9
3880 msgid "Recover password"
3881 msgstr ""
3882
3883 #: ../templates/default/edit_paymenttype.tpl:9
3884 msgid "Original string for name, that will be used for translations."
3885 msgstr ""
3886
3887 #: ../templates/default/edit_paymenttype.tpl:15
3888 #: ../templates/default/editer_intitule.tpl:40
3889 #: ../templates/default/preferences.tpl:600
3890 #: ../templates/default/gestion_textes.tpl:45
3891 #: ../templates/default/gestion_adherents.tpl:77
3892 #: ../templates/default/gestion_adherents.tpl:98
3893 #: ../templates/default/config_lists.tpl:57
3894 #: ../templates/default/ajouter_transaction.tpl:45
3895 #: ../templates/default/group.tpl:76 ../templates/default/editer_champ.tpl:72
3896 #: ../templates/default/mailing_adherents.tpl:93
3897 #: ../templates/default/edit_title.tpl:19
3898 #: ../templates/default/gestion_pdf_content.tpl:51
3899 #: ../templates/default/ajouter_contribution.tpl:170
3900 #: ../templates/default/config_fields.tpl:56
3901 #: ../templates/default/traduire_libelles.tpl:38
3902 #: ../templates/default/dispatch_type.tpl:140
3903 #: ../templates/default/member.tpl:106
3904 msgid "Save"
3905 msgstr "Salva"
3906
3907 #: ../templates/default/editer_intitule.tpl:19
3908 msgid "Priority:"
3909 msgstr ""
3910
3911 #: ../templates/default/editer_intitule.tpl:21
3912 #: ../templates/default/gestion_intitule_content.tpl:12
3913 #: ../templates/default/gestion_intitule_content.tpl:33
3914 #: ../templates/default/gestion_intitule_content.tpl:75
3915 msgid "Extends membership?"
3916 msgstr ""
3917
3918 #: ../templates/default/editer_intitule.tpl:26
3919 #: ../templates/default/gestion_intitule_content.tpl:4
3920 msgid ""
3921 "Note: members with a status priority lower than %priority are staff members."
3922 msgstr ""
3923
3924 #: ../templates/default/page.tpl:19 ../templates/default/public_page.tpl:19
3925 msgid ""
3926 "Galette is configured to display errors. This must be avoided in production "
3927 "environments."
3928 msgstr ""
3929
3930 #: ../templates/default/page.tpl:27
3931 msgid ""
3932 "You are actually logged-in as superadmin. Some functionnalities may not be "
3933 "available since this is *not* a regular member."
3934 msgstr ""
3935
3936 #: ../templates/default/page.tpl:32 ../templates/default/public_page.tpl:44
3937 msgid ""
3938 "This application runs under DEMO mode, all features may not be available."
3939 msgstr ""
3940
3941 #: ../templates/default/page.tpl:33 ../templates/default/public_page.tpl:45
3942 msgid "Demonstration"
3943 msgstr ""
3944
3945 #: ../templates/default/page.tpl:37
3946 msgid "Navigation"
3947 msgstr "Navigazione"
3948
3949 #: ../templates/default/page.tpl:39
3950 msgid "Go to Galette's dashboard"
3951 msgstr ""
3952
3953 #: ../templates/default/page.tpl:41 ../templates/default/desktop.tpl:30
3954 #: ../templates/default/desktop.tpl:46
3955 msgid "View, search into and filter member's list"
3956 msgstr ""
3957
3958 #: ../templates/default/page.tpl:41
3959 msgid "List of members"
3960 msgstr "Elenco dei membri"
3961
3962 #: ../templates/default/page.tpl:42
3963 msgid "Perform advanced search into members list"
3964 msgstr ""
3965
3966 #: ../templates/default/page.tpl:44 ../templates/default/desktop.tpl:31
3967 msgid "View and manage groups"
3968 msgstr ""
3969
3970 #: ../templates/default/page.tpl:44
3971 msgid "Manage groups"
3972 msgstr "Gestisci gruppi"
3973
3974 #: ../templates/default/page.tpl:47 ../templates/default/desktop.tpl:33
3975 msgid "View and filter contributions"
3976 msgstr ""
3977
3978 #: ../templates/default/page.tpl:47
3979 msgid "List of contributions"
3980 msgstr "Elenco dei contributi"
3981
3982 #: ../templates/default/page.tpl:48 ../templates/default/desktop.tpl:34
3983 msgid "View and filter transactions"
3984 msgstr ""
3985
3986 #: ../templates/default/page.tpl:48
3987 msgid "List of transactions"
3988 msgstr "Elenco delle transazioni"
3989
3990 #: ../templates/default/page.tpl:49
3991 msgid "Add new member in database"
3992 msgstr ""
3993
3994 #: ../templates/default/page.tpl:49
3995 msgid "Add a member"
3996 msgstr "Aggiungi membro"
3997
3998 #: ../templates/default/page.tpl:50
3999 msgid "Add new membership fee in database"
4000 msgstr ""
4001
4002 #: ../templates/default/page.tpl:50
4003 #: ../templates/default/gestion_contributions.tpl:47
4004 #: ../templates/default/voir_adherent.tpl:81
4005 msgid "Add a membership fee"
4006 msgstr ""
4007
4008 #: ../templates/default/page.tpl:51
4009 msgid "Add new donation in database"
4010 msgstr ""
4011
4012 #: ../templates/default/page.tpl:51
4013 #: ../templates/default/gestion_contributions.tpl:48
4014 #: ../templates/default/voir_adherent.tpl:90
4015 msgid "Add a donation"
4016 msgstr ""
4017
4018 #: ../templates/default/page.tpl:52
4019 msgid "Add new transaction in database"
4020 msgstr ""
4021
4022 #: ../templates/default/page.tpl:52
4023 #: ../templates/default/gestion_transactions.tpl:28
4024 msgid "Add a transaction"
4025 msgstr ""
4026
4027 #: ../templates/default/page.tpl:53 ../templates/default/desktop.tpl:36
4028 msgid "Send reminders to late members"
4029 msgstr ""
4030
4031 #: ../templates/default/page.tpl:54
4032 msgid "View application's logs"
4033 msgstr ""
4034
4035 #: ../templates/default/page.tpl:55 ../templates/default/desktop.tpl:35
4036 msgid "Manage mailings that has been sent"
4037 msgstr ""
4038
4039 #: ../templates/default/page.tpl:55
4040 msgid "Manage mailings"
4041 msgstr ""
4042
4043 #: ../templates/default/page.tpl:56
4044 msgid "Export some data in various formats"
4045 msgstr ""
4046
4047 #: ../templates/default/page.tpl:57
4048 msgid "Import members from CSV files"
4049 msgstr ""
4050
4051 #: ../templates/default/page.tpl:58
4052 msgid "Various charts"
4053 msgstr ""
4054
4055 #: ../templates/default/page.tpl:60
4056 msgid "View and filter all my contributions"
4057 msgstr ""
4058
4059 #: ../templates/default/page.tpl:60 ../templates/default/desktop.tpl:47
4060 msgid "My contributions"
4061 msgstr ""
4062
4063 #: ../templates/default/page.tpl:61
4064 msgid "View and filter all my transactions"
4065 msgstr ""
4066
4067 #: ../templates/default/page.tpl:61
4068 msgid "My transactions"
4069 msgstr ""
4070
4071 #: ../templates/default/page.tpl:64
4072 msgid "View my member card"
4073 msgstr ""
4074
4075 #: ../templates/default/page.tpl:64 ../templates/default/desktop.tpl:46
4076 msgid "My information"
4077 msgstr ""
4078
4079 #: ../templates/default/page.tpl:69
4080 msgid "Public pages"
4081 msgstr ""
4082
4083 #: ../templates/default/page.tpl:80 ../templates/default/desktop.tpl:39
4084 msgid ""
4085 "Set applications preferences (address, website, member's cards "
4086 "configuration, ...)"
4087 msgstr ""
4088
4089 #: ../templates/default/page.tpl:81 ../templates/default/desktop.tpl:40
4090 msgid "Informations about available plugins"
4091 msgstr "Informazioni sui plugin disponibili"
4092
4093 #: ../templates/default/page.tpl:82
4094 msgid "Customize lists fields and order"
4095 msgstr ""
4096
4097 #: ../templates/default/page.tpl:82
4098 msgid "Core lists"
4099 msgstr ""
4100
4101 #: ../templates/default/page.tpl:83
4102 msgid ""
4103 "Customize fields order, set which are required, and for who they're visibles"
4104 msgstr ""
4105
4106 #: ../templates/default/page.tpl:83
4107 msgid "Core fields"
4108 msgstr ""
4109
4110 #: ../templates/default/page.tpl:84
4111 msgid "Manage additional fields for various forms"
4112 msgstr ""
4113
4114 #: ../templates/default/page.tpl:84 ../templates/default/fake_data.tpl:33
4115 msgid "Dynamic fields"
4116 msgstr "Campi dinamici"
4117
4118 #: ../templates/default/page.tpl:85
4119 msgid "Translate additionnals fields labels"
4120 msgstr ""
4121
4122 #: ../templates/default/page.tpl:86
4123 msgid "Manage statuses"
4124 msgstr ""
4125
4126 #: ../templates/default/page.tpl:87
4127 msgid "Manage contributions types"
4128 msgstr ""
4129
4130 #: ../templates/default/page.tpl:88
4131 msgid "Manage emails texts and subjects"
4132 msgstr ""
4133
4134 #: ../templates/default/page.tpl:88
4135 msgid "Emails content"
4136 msgstr ""
4137
4138 #: ../templates/default/page.tpl:89
4139 msgid "Manage titles"
4140 msgstr ""
4141
4142 #: ../templates/default/page.tpl:90
4143 msgid "Manage PDF models"
4144 msgstr ""
4145
4146 #: ../templates/default/page.tpl:91
4147 msgid "Manage payment types"
4148 msgstr ""
4149
4150 #: ../templates/default/page.tpl:91
4151 msgid "Payment types"
4152 msgstr ""
4153
4154 #: ../templates/default/page.tpl:92
4155 msgid "Download empty adhesion form"
4156 msgstr ""
4157
4158 #: ../templates/default/page.tpl:92
4159 msgid "Empty adhesion form"
4160 msgstr ""
4161
4162 #: ../templates/default/page.tpl:97
4163 msgid "Various administrative tools"
4164 msgstr ""
4165
4166 #: ../templates/default/page.tpl:97
4167 msgid "Admin tools"
4168 msgstr ""
4169
4170 #: ../templates/default/page.tpl:145
4171 msgid ""
4172 "A mailing exists in the current session. Click here if you want to resume or "
4173 "cancel it."
4174 msgstr ""
4175
4176 #: ../templates/default/page.tpl:148
4177 #: ../templates/default/gestion_adherents.tpl:474
4178 msgid "Existing mailing"
4179 msgstr ""
4180
4181 #: ../templates/default/page.tpl:156
4182 msgid "Page content"
4183 msgstr ""
4184
4185 #: ../templates/default/preferences.tpl:6
4186 msgid "General"
4187 msgstr ""
4188
4189 #: ../templates/default/preferences.tpl:7
4190 #: ../templates/default/preferences.tpl:118
4191 msgid "Social networks"
4192 msgstr ""
4193
4194 #: ../templates/default/preferences.tpl:8
4195 #: ../templates/default/saved_searches.tpl:11
4196 msgid "Parameters"
4197 msgstr ""
4198
4199 #: ../templates/default/preferences.tpl:9
4200 msgid "E-Mail"
4201 msgstr ""
4202
4203 #: ../templates/default/preferences.tpl:13
4204 msgid "Security"
4205 msgstr ""
4206
4207 #: ../templates/default/preferences.tpl:16
4208 #: ../templates/default/gestion_adherents.tpl:213
4209 #: ../templates/default/gestion_adherents.tpl:417
4210 #: ../templates/default/gestion_adherents.tpl:418
4211 msgid "Admin"
4212 msgstr ""
4213
4214 #: ../templates/default/preferences.tpl:20
4215 msgid "General information"
4216 msgstr ""
4217
4218 #: ../templates/default/preferences.tpl:22
4219 msgid "Name of the association:"
4220 msgstr ""
4221
4222 #: ../templates/default/preferences.tpl:26
4223 msgid "Association's short description:"
4224 msgstr ""
4225
4226 #: ../templates/default/preferences.tpl:27
4227 msgid ""
4228 "Enter here a short description for your association, it will be displayed on "
4229 "the index page and into pages' title."
4230 msgstr ""
4231
4232 #: ../templates/default/preferences.tpl:34
4233 #: ../templates/default/preferences.tpl:432
4234 #: ../templates/default/preferences.tpl:444
4235 #: ../templates/default/gestion_paymentstypes.tpl:61
4236 #, php-format
4237 msgid "Translate '%s'"
4238 msgstr ""
4239
4240 #: ../templates/default/preferences.tpl:39
4241 msgid "Footer text:"
4242 msgstr ""
4243
4244 #: ../templates/default/preferences.tpl:40
4245 msgid ""
4246 "Enter a text (HTML allowed) that will be displayed in the footer of every "
4247 "page"
4248 msgstr ""
4249
4250 #: ../templates/default/preferences.tpl:44
4251 #: ../templates/default/preferences.tpl:469
4252 msgid "Logo:"
4253 msgstr ""
4254
4255 #: ../templates/default/preferences.tpl:46
4256 msgid "Current logo"
4257 msgstr ""
4258
4259 #: ../templates/default/preferences.tpl:47
4260 #: ../templates/default/preferences.tpl:472
4261 #: ../templates/default/forms_types/picture.tpl:10
4262 msgid "Delete image"
4263 msgstr ""
4264
4265 #: ../templates/default/preferences.tpl:54
4266 msgid " (continuation)"
4267 msgstr ""
4268
4269 #: ../templates/default/preferences.tpl:70
4270 msgid "Postal address:"
4271 msgstr ""
4272
4273 #: ../templates/default/preferences.tpl:71
4274 msgid ""
4275 "Use either the address setted below or select a staff member to retrieve "
4276 "he's address."
4277 msgstr ""
4278
4279 #: ../templates/default/preferences.tpl:72
4280 #: ../templates/default/mailing_adherents.tpl:62
4281 msgid "from preferences"
4282 msgstr ""
4283
4284 #: ../templates/default/preferences.tpl:74
4285 msgid "from a staff user"
4286 msgstr ""
4287
4288 #: ../templates/default/preferences.tpl:78
4289 msgid "-- Choose a staff member --"
4290 msgstr ""
4291
4292 #: ../templates/default/preferences.tpl:89
4293 msgid "Telemetry date:"
4294 msgstr ""
4295
4296 #: ../templates/default/preferences.tpl:90
4297 msgid "Last telemetry sent date."
4298 msgstr ""
4299
4300 #: ../templates/default/preferences.tpl:95
4301 msgid "Never"
4302 msgstr ""
4303
4304 #: ../templates/default/preferences.tpl:97
4305 msgid "send"
4306 msgstr ""
4307
4308 #: ../templates/default/preferences.tpl:101
4309 msgid "Registration date:"
4310 msgstr ""
4311
4312 #: ../templates/default/preferences.tpl:102
4313 msgid "Date on which you registered your Galette instance."
4314 msgstr ""
4315
4316 #: ../templates/default/preferences.tpl:105
4317 msgid "Update your information"
4318 msgstr ""
4319
4320 #: ../templates/default/preferences.tpl:108 ../templates/default/desktop.tpl:16
4321 msgid "Register"
4322 msgstr ""
4323
4324 #: ../templates/default/preferences.tpl:109
4325 msgid "Not registered"
4326 msgstr "Non registrato"
4327
4328 #: ../templates/default/preferences.tpl:120
4329 msgid "Google+"
4330 msgstr ""
4331
4332 #: ../templates/default/preferences.tpl:124
4333 msgid "Facebook"
4334 msgstr ""
4335
4336 #: ../templates/default/preferences.tpl:128
4337 msgid "Twitter"
4338 msgstr "Twitter"
4339
4340 #: ../templates/default/preferences.tpl:132
4341 msgid "LinkedIn"
4342 msgstr ""
4343
4344 #: ../templates/default/preferences.tpl:136
4345 msgid "Viadeo"
4346 msgstr ""
4347
4348 #: ../templates/default/preferences.tpl:142
4349 msgid "Galette's parameters"
4350 msgstr ""
4351
4352 #: ../templates/default/preferences.tpl:144
4353 msgid "Default language:"
4354 msgstr ""
4355
4356 #: ../templates/default/preferences.tpl:160
4357 msgid "Lines / Page:"
4358 msgstr ""
4359
4360 #: ../templates/default/preferences.tpl:167 ../templates/default/member.tpl:73
4361 msgid "After member creation:"
4362 msgstr ""
4363
4364 #: ../templates/default/preferences.tpl:169 ../templates/default/member.tpl:75
4365 msgid "create a new contribution (default action)"
4366 msgstr ""
4367
4368 #: ../templates/default/preferences.tpl:170 ../templates/default/member.tpl:76
4369 msgid "create a new transaction"
4370 msgstr ""
4371
4372 #: ../templates/default/preferences.tpl:171 ../templates/default/member.tpl:77
4373 msgid "create another new member"
4374 msgstr ""
4375
4376 #: ../templates/default/preferences.tpl:172 ../templates/default/member.tpl:78
4377 msgid "show member"
4378 msgstr ""
4379
4380 #: ../templates/default/preferences.tpl:173 ../templates/default/member.tpl:79
4381 msgid "go to members list"
4382 msgstr ""
4383
4384 #: ../templates/default/preferences.tpl:174 ../templates/default/member.tpl:80
4385 msgid "go to main page"
4386 msgstr ""
4387
4388 #: ../templates/default/preferences.tpl:178
4389 msgid "Logging level:"
4390 msgstr ""
4391
4392 #: ../templates/default/preferences.tpl:180
4393 msgid "Disabled"
4394 msgstr ""
4395
4396 #: ../templates/default/preferences.tpl:181
4397 msgid "Enabled"
4398 msgstr ""
4399
4400 #: ../templates/default/preferences.tpl:185
4401 msgid "Default membership status:"
4402 msgstr ""
4403
4404 #: ../templates/default/preferences.tpl:191
4405 msgid "Default account filter:"
4406 msgstr ""
4407
4408 #: ../templates/default/preferences.tpl:197
4409 msgid "Default membership extension:"
4410 msgstr ""
4411
4412 #: ../templates/default/preferences.tpl:199
4413 msgid "(Months)"
4414 msgstr ""
4415
4416 #: ../templates/default/preferences.tpl:202
4417 msgid "Beginning of membership:"
4418 msgstr ""
4419
4420 #: ../templates/default/preferences.tpl:204
4421 msgid "(dd/mm)"
4422 msgstr ""
4423
4424 #: ../templates/default/preferences.tpl:207
4425 msgid "Number of months offered:"
4426 msgstr ""
4427
4428 #: ../templates/default/preferences.tpl:208
4429 msgid ""
4430 "When using the beginning of membership option; you can offer the last months "
4431 "of the year."
4432 msgstr ""
4433
4434 #: ../templates/default/preferences.tpl:208
4435 msgid ""
4436 "Let's say you offer last 2 months, and have a renewal on 31th of December. "
4437 "All created contributions in current year will be valid until this date, but "
4438 "as of October, they will be valid for the entire next year."
4439 msgstr ""
4440
4441 #: ../templates/default/preferences.tpl:212
4442 msgid "Public pages enabled?"
4443 msgstr ""
4444
4445 #: ../templates/default/preferences.tpl:216
4446 msgid "Show public pages for"
4447 msgstr ""
4448
4449 #: ../templates/default/preferences.tpl:218
4450 msgid "Everyone"
4451 msgstr ""
4452
4453 #: ../templates/default/preferences.tpl:220
4454 msgid "Admin and staff only"
4455 msgstr ""
4456
4457 #: ../templates/default/preferences.tpl:224
4458 msgid "Self subscription enabled?"
4459 msgstr ""
4460
4461 #: ../templates/default/preferences.tpl:228
4462 msgid "Post new contribution script URI"
4463 msgstr ""
4464
4465 #: ../templates/default/preferences.tpl:229
4466 msgid ""
4467 "Enter a script URI that would be called after adding a new contribution.<br/"
4468 ">Script URI must be prefixed by one of '<em>galette://</em>' for Galette "
4469 "internal call. '<em>file://</em>' for a direct file call, '<em>get://</em>' "
4470 "or '<em>post://</em>' for HTTP calls (prefix will be replaced by http:// in "
4471 "those cases)."
4472 msgstr ""
4473
4474 #: ../templates/default/preferences.tpl:233
4475 msgid "RSS feed URL"
4476 msgstr ""
4477
4478 #: ../templates/default/preferences.tpl:234
4479 msgid ""
4480 "Enter the full URL to the RSS feed. It will be displayed on Galette desktop."
4481 msgstr ""
4482
4483 #: ../templates/default/preferences.tpl:238
4484 msgid "Galette base URL"
4485 msgstr ""
4486
4487 #: ../templates/default/preferences.tpl:239
4488 #, php-format
4489 msgid ""
4490 "Enter the base URL to your Galette instance. You should only change this "
4491 "parameter if the current page URL is not:<br/>%galette_url"
4492 msgstr ""
4493
4494 #: ../templates/default/preferences.tpl:243
4495 msgid "Show identifiers"
4496 msgstr ""
4497
4498 #: ../templates/default/preferences.tpl:244
4499 msgid "Display database identifiers in related windows"
4500 msgstr ""
4501
4502 #: ../templates/default/preferences.tpl:250
4503 msgid "Mail settings"
4504 msgstr ""
4505
4506 #: ../templates/default/preferences.tpl:252
4507 #: ../templates/default/preferences.tpl:574
4508 #: ../templates/default/plugins.tpl:102
4509 msgid ""
4510 "Application runs under demo mode. This functionnality is not enabled, sorry."
4511 msgstr ""
4512
4513 #: ../templates/default/preferences.tpl:255
4514 msgid "Sender name:"
4515 msgstr ""
4516
4517 #: ../templates/default/preferences.tpl:259
4518 msgid "Sender Email:"
4519 msgstr "E-mail del mittente:"
4520
4521 #: ../templates/default/preferences.tpl:263
4522 msgid "Reply-To Email:"
4523 msgstr "E-mail di risposta:"
4524
4525 #: ../templates/default/preferences.tpl:264
4526 msgid "Leave empty to use Sender Email as reply address"
4527 msgstr ""
4528 "Lascia vuoto per utilizzare l’e-mail del mittente come indirizzo di risposta"
4529
4530 #: ../templates/default/preferences.tpl:277
4531 msgid "Members administrator's Email:"
4532 msgstr "E-mail dell’amministratore dei membri:"
4533
4534 #: ../templates/default/preferences.tpl:278
4535 msgid "Recipient of new online registation and edition emails"
4536 msgstr ""
4537
4538 #: ../templates/default/preferences.tpl:280
4539 msgid ""
4540 "(You can enter several emails separated with a comma. First address will be "
4541 "the default one.)"
4542 msgstr ""
4543
4544 #: ../templates/default/preferences.tpl:283
4545 msgid "Send email to administrators?"
4546 msgstr "Inviare un’e-mail agli amministratori?"
4547
4548 #: ../templates/default/preferences.tpl:284
4549 msgid ""
4550 "Sends an email each time a new member registers online or edit his/her "
4551 "account"
4552 msgstr ""
4553 "Invia un’e-mail ogni volta che un nuovo membro si registra online o modifica "
4554 "il suo account"
4555
4556 #: ../templates/default/preferences.tpl:288
4557 msgid "Wrap emails text?"
4558 msgstr ""
4559
4560 #: ../templates/default/preferences.tpl:289
4561 msgid ""
4562 "Automatically wrap emails texts before sending. Make sure to wrap yourself "
4563 "if you disable that. Please note that current editing mailing will not be "
4564 "affected by a change."
4565 msgstr ""
4566
4567 #: ../templates/default/preferences.tpl:294
4568 msgid "Activate HTML editor?"
4569 msgstr ""
4570
4571 #: ../templates/default/preferences.tpl:295
4572 msgid "Should HTML editor be activated on page load ?"
4573 msgstr ""
4574
4575 #: ../templates/default/preferences.tpl:299
4576 msgid "Emailing method:"
4577 msgstr ""
4578
4579 #: ../templates/default/preferences.tpl:302
4580 msgid "Emailing disabled"
4581 msgstr ""
4582
4583 #: ../templates/default/preferences.tpl:305
4584 msgid "PHP mail() function"
4585 msgstr ""
4586
4587 #: ../templates/default/preferences.tpl:308
4588 msgid "Using a SMTP server (slower)"
4589 msgstr ""
4590
4591 #: ../templates/default/preferences.tpl:311
4592 msgid "Using GMAIL as SMTP server (slower)"
4593 msgstr ""
4594
4595 #: ../templates/default/preferences.tpl:314
4596 msgid "Using Sendmail server"
4597 msgstr ""
4598
4599 #: ../templates/default/preferences.tpl:317
4600 msgid "Using QMAIL server"
4601 msgstr ""
4602
4603 #: ../templates/default/preferences.tpl:327
4604 #: ../templates/default/preferences.tpl:634
4605 msgid "Test email settings"
4606 msgstr ""
4607
4608 #: ../templates/default/preferences.tpl:332
4609 msgid "SMTP server:"
4610 msgstr ""
4611
4612 #: ../templates/default/preferences.tpl:336
4613 msgid "SMTP port:"
4614 msgstr ""
4615
4616 #: ../templates/default/preferences.tpl:340
4617 msgid "Use SMTP authentication?"
4618 msgstr ""
4619
4620 #: ../templates/default/preferences.tpl:341
4621 msgid ""
4622 "Would emailing use any SMTP authentication? You'll have to provide username "
4623 "and password below. For GMail, authentication will always be on."
4624 msgstr ""
4625
4626 #: ../templates/default/preferences.tpl:345
4627 msgid "Use TLS for SMTP?"
4628 msgstr ""
4629
4630 #: ../templates/default/preferences.tpl:346
4631 msgid ""
4632 "Do you want to use server's TLS capabilities?<br/>For GMail, this will "
4633 "always be on."
4634 msgstr ""
4635
4636 #: ../templates/default/preferences.tpl:350
4637 msgid "Allow unsecure TLS?"
4638 msgstr ""
4639
4640 #: ../templates/default/preferences.tpl:351
4641 msgid ""
4642 "Do you want to allow 'unsecure' connections? This may be usefull if you "
4643 "server uses a self-signed certificate, and on some other cases."
4644 msgstr ""
4645
4646 #: ../templates/default/preferences.tpl:357
4647 msgid "SMTP (or GMail) user:"
4648 msgstr ""
4649
4650 #: ../templates/default/preferences.tpl:361
4651 msgid "SMTP (or GMail) password:"
4652 msgstr ""
4653
4654 #: ../templates/default/preferences.tpl:366
4655 msgid "Mail signature"
4656 msgstr ""
4657
4658 #: ../templates/default/preferences.tpl:367
4659 msgid ""
4660 "The text that will be automatically set as signature for all outgoing emails."
4661 "<br/>Variables are quoted with braces, are upper case, and will be replaced "
4662 "automatically.<br/>Refer to the doc to know what variables ara available. "
4663 msgstr ""
4664
4665 #: ../templates/default/preferences.tpl:374
4666 msgid "Label generation parameters"
4667 msgstr ""
4668
4669 #: ../templates/default/preferences.tpl:376
4670 #: ../templates/default/preferences.tpl:507
4671 msgid "Vertical margins:"
4672 msgstr ""
4673
4674 #: ../templates/default/preferences.tpl:378
4675 #: ../templates/default/preferences.tpl:383
4676 #: ../templates/default/preferences.tpl:388
4677 #: ../templates/default/preferences.tpl:393
4678 #: ../templates/default/preferences.tpl:398
4679 #: ../templates/default/preferences.tpl:403
4680 #: ../templates/default/preferences.tpl:408
4681 #: ../templates/default/preferences.tpl:417
4682 #: ../templates/default/preferences.tpl:509
4683 #: ../templates/default/preferences.tpl:514
4684 #: ../templates/default/preferences.tpl:519
4685 #: ../templates/default/preferences.tpl:524
4686 msgid "(Integer)"
4687 msgstr ""
4688
4689 #: ../templates/default/preferences.tpl:381
4690 #: ../templates/default/preferences.tpl:512
4691 msgid "Horizontal margins:"
4692 msgstr ""
4693
4694 #: ../templates/default/preferences.tpl:386
4695 #: ../templates/default/preferences.tpl:522
4696 msgid "Horizontal spacing:"
4697 msgstr "Spaziatura orizzontale:"
4698
4699 #: ../templates/default/preferences.tpl:391
4700 #: ../templates/default/preferences.tpl:517
4701 msgid "Vertical spacing:"
4702 msgstr ""
4703
4704 #: ../templates/default/preferences.tpl:396
4705 msgid "Label width:"
4706 msgstr ""
4707
4708 #: ../templates/default/preferences.tpl:401
4709 msgid "Label height:"
4710 msgstr ""
4711
4712 #: ../templates/default/preferences.tpl:406
4713 msgid "Number of label columns:"
4714 msgstr ""
4715
4716 #: ../templates/default/preferences.tpl:411
4717 msgid "Number of label lines:"
4718 msgstr ""
4719
4720 #: ../templates/default/preferences.tpl:415
4721 msgid "Font size:"
4722 msgstr ""
4723
4724 #: ../templates/default/preferences.tpl:422
4725 msgid "Cards generation parameters"
4726 msgstr ""
4727
4728 #: ../templates/default/preferences.tpl:424
4729 msgid "Short Text (Card Center):"
4730 msgstr ""
4731
4732 #: ../templates/default/preferences.tpl:434
4733 msgid "(10 characters max)"
4734 msgstr "(10 caratteri max)"
4735
4736 #: ../templates/default/preferences.tpl:437
4737 msgid "Long Text (Bottom Line):"
4738 msgstr ""
4739
4740 #: ../templates/default/preferences.tpl:446
4741 msgid "(65 characters max)"
4742 msgstr ""
4743
4744 #: ../templates/default/preferences.tpl:449
4745 msgid "Strip Text Color:"
4746 msgstr ""
4747
4748 #: ../templates/default/preferences.tpl:450
4749 #: ../templates/default/preferences.tpl:455
4750 #: ../templates/default/preferences.tpl:460
4751 #: ../templates/default/preferences.tpl:465
4752 msgid "Hexadecimal color notation: #RRGGBB"
4753 msgstr ""
4754
4755 #: ../templates/default/preferences.tpl:454
4756 msgid "Active Member Color:"
4757 msgstr ""
4758
4759 #: ../templates/default/preferences.tpl:459
4760 msgid "Board Members Color:"
4761 msgstr ""
4762
4763 #: ../templates/default/preferences.tpl:464
4764 msgid "Honor Members Color:"
4765 msgstr ""
4766
4767 #: ../templates/default/preferences.tpl:471
4768 msgid "Current logo for printing"
4769 msgstr ""
4770
4771 #: ../templates/default/preferences.tpl:477
4772 msgid "Allow members to print card ?"
4773 msgstr ""
4774
4775 #: ../templates/default/preferences.tpl:479
4776 msgid "(Members will be able to generate their own member card)"
4777 msgstr ""
4778
4779 #: ../templates/default/preferences.tpl:482
4780 msgid "Show title ?"
4781 msgstr ""
4782
4783 #: ../templates/default/preferences.tpl:484
4784 msgid "(Show or not title in front of name)"
4785 msgstr ""
4786
4787 #: ../templates/default/preferences.tpl:487
4788 msgid "Address type:"
4789 msgstr ""
4790
4791 #: ../templates/default/preferences.tpl:490
4792 msgid "MSN"
4793 msgstr ""
4794
4795 #: ../templates/default/preferences.tpl:491
4796 msgid "Jabber"
4797 msgstr "Jabber"
4798
4799 #: ../templates/default/preferences.tpl:492
4800 msgid "Web Site"
4801 msgstr ""
4802
4803 #: ../templates/default/preferences.tpl:493
4804 msgid "ICQ"
4805 msgstr ""
4806
4807 #: ../templates/default/preferences.tpl:494
4808 #: ../templates/default/ajax_members.tpl:9
4809 msgid "Zip - Town"
4810 msgstr ""
4811
4812 #: ../templates/default/preferences.tpl:495
4813 #: ../templates/default/liste_membres.tpl:37
4814 #: ../templates/default/liste_membres.tpl:77
4815 #: ../templates/default/group_persons.tpl:8
4816 msgid "Nickname"
4817 msgstr ""
4818
4819 #: ../templates/default/preferences.tpl:496
4820 msgid "Profession"
4821 msgstr ""
4822
4823 #: ../templates/default/preferences.tpl:498
4824 msgid "(Choose address printed below name)"
4825 msgstr ""
4826
4827 #: ../templates/default/preferences.tpl:501
4828 msgid "Year:"
4829 msgstr ""
4830
4831 #: ../templates/default/preferences.tpl:502
4832 msgid ""
4833 "You can enter either:<br/>- a year,<br/>- two years with a slash as "
4834 "separator,<br/>- the string 'DEADLINE' to use member deadline"
4835 msgstr ""
4836
4837 #: ../templates/default/preferences.tpl:505
4838 msgid ""
4839 "Each card is 75mm width and 40mm height. Each page contains 2 columns and 6 "
4840 "rows.<br/>Double check margins and spacings ;)"
4841 msgstr ""
4842
4843 #: ../templates/default/preferences.tpl:530
4844 msgid "Security parameters"
4845 msgstr ""
4846
4847 #: ../templates/default/preferences.tpl:532
4848 #: ../templates/default/preferences.tpl:533
4849 msgid "Minimum password length required for all accounts. Minimal size is 6."
4850 msgstr ""
4851
4852 #: ../templates/default/preferences.tpl:532
4853 #, fuzzy
4854 #| msgid "Password:"
4855 msgid "Password length:"
4856 msgstr "Password:"
4857
4858 #: ../templates/default/preferences.tpl:537
4859 msgid "Enable password blacklists"
4860 msgstr ""
4861
4862 #: ../templates/default/preferences.tpl:537
4863 msgid "Enable blacklists:"
4864 msgstr ""
4865
4866 #: ../templates/default/preferences.tpl:538
4867 msgid ""
4868 "If you enable blacklists; it will not be possible to use any of blacklisted "
4869 "passwords. A list is provided along with Galette, but you can add you owns."
4870 msgstr ""
4871
4872 #: ../templates/default/preferences.tpl:542
4873 msgid "Enforce password strength"
4874 msgstr ""
4875
4876 #: ../templates/default/preferences.tpl:542
4877 #, fuzzy
4878 #| msgid "Password:"
4879 msgid "Password strength:"
4880 msgstr "Password:"
4881
4882 #: ../templates/default/preferences.tpl:544
4883 msgid "Enforce minimal password strength for all password."
4884 msgstr ""
4885
4886 #: ../templates/default/preferences.tpl:545
4887 msgid "Levels are:"
4888 msgstr ""
4889
4890 #: ../templates/default/preferences.tpl:546
4891 msgid "for no strength enforcement"
4892 msgstr ""
4893
4894 #: ../templates/default/preferences.tpl:547
4895 #: ../templates/default/preferences.tpl:556
4896 msgid "Weak"
4897 msgstr ""
4898
4899 #: ../templates/default/preferences.tpl:547
4900 msgid "require at least one matched rule"
4901 msgstr ""
4902
4903 #: ../templates/default/preferences.tpl:548
4904 #: ../templates/default/preferences.tpl:557
4905 msgid "Medium"
4906 msgstr ""
4907
4908 #: ../templates/default/preferences.tpl:548
4909 msgid "require at least two matched rules"
4910 msgstr ""
4911
4912 #: ../templates/default/preferences.tpl:549
4913 #: ../templates/default/preferences.tpl:558
4914 msgid "Strong"
4915 msgstr ""
4916
4917 #: ../templates/default/preferences.tpl:549
4918 msgid "require at least three matched rules (recommended for most usages)"
4919 msgstr ""
4920
4921 #: ../templates/default/preferences.tpl:550
4922 msgid "Very Strong"
4923 msgstr ""
4924
4925 #: ../templates/default/preferences.tpl:550
4926 msgid "requires all rules."
4927 msgstr ""
4928
4929 #: ../templates/default/preferences.tpl:551
4930 msgid ""
4931 "Rules include lower case characters, upper case characters, numbers, and "
4932 "special characters."
4933 msgstr ""
4934
4935 #: ../templates/default/preferences.tpl:552
4936 msgid ""
4937 "Note that with any enforcement level, user cannot use his personal "
4938 "information (name, login, ...) as password."
4939 msgstr ""
4940
4941 #: ../templates/default/preferences.tpl:555
4942 msgid "None (default)"
4943 msgstr ""
4944
4945 #: ../templates/default/preferences.tpl:559
4946 msgid "Very strong"
4947 msgstr ""
4948
4949 #: ../templates/default/preferences.tpl:563
4950 #: ../templates/default/preferences.tpl:564
4951 msgid "Test a password with current selected values."
4952 msgstr ""
4953
4954 #: ../templates/default/preferences.tpl:563
4955 msgid "Test a password:"
4956 msgstr ""
4957
4958 #: ../templates/default/preferences.tpl:564
4959 msgid ""
4960 "Do not forget to save your preferences if you're happy with the result ;)"
4961 msgstr ""
4962
4963 #: ../templates/default/preferences.tpl:572
4964 msgid "Admin account (independant of members)"
4965 msgstr ""
4966
4967 #: ../templates/default/preferences.tpl:603
4968 #: ../templates/default/ajouter_transaction.tpl:50
4969 #: ../templates/default/group.tpl:90
4970 #: ../templates/default/ajouter_contribution.tpl:42
4971 #: ../templates/default/dispatch_type.tpl:42 ../templates/default/member.tpl:32
4972 msgid "NB : The mandatory fields are in"
4973 msgstr ""
4974
4975 #: ../templates/default/preferences.tpl:603
4976 #: ../templates/default/ajouter_transaction.tpl:50
4977 #: ../templates/default/group.tpl:90
4978 #: ../templates/default/ajouter_contribution.tpl:42
4979 #: ../templates/default/dispatch_type.tpl:42 ../templates/default/member.tpl:32
4980 msgid "red"
4981 msgstr ""
4982
4983 #: ../templates/default/preferences.tpl:634
4984 msgid "Enter the email adress"
4985 msgstr "Inserisci l’indirizzo e-mail"
4986
4987 #: ../templates/default/preferences.tpl:651
4988 #: ../templates/default/mailing_adherents.tpl:97
4989 #: ../templates/default/mailing_adherents.tpl:123
4990 #: ../templates/default/telemetry.tpl:13 ../templates/default/reminder.tpl:33
4991 msgid "Send"
4992 msgstr ""
4993
4994 #: ../templates/default/preferences.tpl:671
4995 msgid "An error occurred sending test email :("
4996 msgstr "Si è verificato un errore durante l’invio dell’e-mail di prova :("
4997
4998 #: ../templates/default/display_dynamic_fields.tpl:3
4999 #: ../templates/default/edit_dynamic_fields.tpl:67
5000 msgid "Additionnal fields:"
5001 msgstr ""
5002
5003 #: ../templates/default/display_dynamic_fields.tpl:26
5004 #, php-format
5005 msgid "Open '%s' in a new window"
5006 msgstr ""
5007
5008 #: ../templates/default/gestion_contributions.tpl:10
5009 msgid "Show contributions by"
5010 msgstr ""
5011
5012 #: ../templates/default/gestion_contributions.tpl:12
5013 #: ../templates/default/gestion_contributions.tpl:83
5014 #: ../templates/default/gestion_contributions.tpl:221
5015 #: ../templates/default/ajouter_transaction.tpl:85
5016 msgid "Begin"
5017 msgstr ""
5018
5019 #: ../templates/default/gestion_contributions.tpl:13
5020 #: ../templates/default/gestion_contributions.tpl:94
5021 #: ../templates/default/gestion_contributions.tpl:222
5022 #: ../templates/default/ajouter_transaction.tpl:86
5023 msgid "End"
5024 msgstr ""
5025
5026 #: ../templates/default/gestion_contributions.tpl:14
5027 msgid "Record"
5028 msgstr ""
5029
5030 #: ../templates/default/gestion_contributions.tpl:16
5031 #: ../templates/default/gestion_mailings.tpl:6
5032 #: ../templates/default/history.tpl:6
5033 msgid "since"
5034 msgstr ""
5035
5036 #: ../templates/default/gestion_contributions.tpl:18
5037 #: ../templates/default/gestion_mailings.tpl:8
5038 #: ../templates/default/history.tpl:8
5039 #: ../templates/default/gestion_transactions.tpl:7
5040 msgid "until"
5041 msgstr ""
5042
5043 #: ../templates/default/gestion_contributions.tpl:24
5044 #: ../templates/default/gestion_pdf_content.tpl:36
5045 #: ../templates/default/advanced_search.tpl:190
5046 msgid "Select"
5047 msgstr ""
5048
5049 #: ../templates/default/gestion_contributions.tpl:26
5050 #: ../templates/default/gestion_mailings.tpl:22
5051 #: ../templates/default/gestion_adherents.tpl:73
5052 #: ../templates/default/history.tpl:35
5053 #: ../templates/default/advanced_search.tpl:302
5054 #: ../templates/default/gestion_transactions.tpl:9
5055 msgid "Filter"
5056 msgstr "Filtra"
5057
5058 #: ../templates/default/gestion_contributions.tpl:27
5059 #: ../templates/default/gestion_mailings.tpl:23
5060 #: ../templates/default/gestion_adherents.tpl:79
5061 #: ../templates/default/gestion_adherents.tpl:101
5062 #: ../templates/default/history.tpl:36
5063 #: ../templates/default/advanced_search.tpl:303
5064 #: ../templates/default/gestion_transactions.tpl:10
5065 msgid "Clear filter"
5066 msgstr ""
5067
5068 #: ../templates/default/gestion_contributions.tpl:40
5069 msgid "Show all members contributions"
5070 msgstr ""
5071
5072 #: ../templates/default/gestion_contributions.tpl:46
5073 #: ../templates/default/gestion_transactions.tpl:27
5074 msgid "See member profile"
5075 msgstr ""
5076
5077 #: ../templates/default/gestion_contributions.tpl:52
5078 #, fuzzy, php-format
5079 #| msgid "List of contributions"
5080 msgid "%count contribution"
5081 msgid_plural "%count contributions"
5082 msgstr[0] "%count contributo"
5083 msgstr[1] "%count contributi"
5084
5085 #: ../templates/default/gestion_contributions.tpl:58
5086 #: ../templates/default/gestion_mailings.tpl:43
5087 #: ../templates/default/gestion_adherents.tpl:111
5088 #: ../templates/default/history.tpl:48
5089 #: ../templates/default/liste_membres.tpl:10
5090 #: ../templates/default/trombinoscope.tpl:10
5091 #: ../templates/default/gestion_transactions.tpl:35
5092 msgid "Records per page:"
5093 msgstr ""
5094
5095 #: ../templates/default/gestion_contributions.tpl:62
5096 #: ../templates/default/gestion_mailings.tpl:47
5097 #: ../templates/default/gestion_textes.tpl:21
5098 #: ../templates/default/gestion_adherents.tpl:115
5099 #: ../templates/default/history.tpl:52
5100 #: ../templates/default/liste_membres.tpl:14
5101 #: ../templates/default/traduire_libelles.tpl:13
5102 #: ../templates/default/trombinoscope.tpl:14
5103 #: ../templates/default/gestion_transactions.tpl:39
5104 msgid "Change"
5105 msgstr ""
5106
5107 #: ../templates/default/gestion_contributions.tpl:72
5108 #: ../templates/default/gestion_contributions.tpl:220
5109 #: ../templates/default/attendance_sheet_details.tpl:24
5110 #: ../templates/default/gestion_mailings.tpl:60
5111 #: ../templates/default/gestion_mailings.tpl:128
5112 #: ../templates/default/export.tpl:29 ../templates/default/export.tpl:43
5113 #: ../templates/default/history.tpl:63 ../templates/default/history.tpl:126
5114 #: ../templates/default/ajouter_transaction.tpl:84
5115 #: ../templates/default/import.tpl:26 ../templates/default/import.tpl:38
5116 #: ../templates/default/ajouter_contribution.tpl:27
5117 #: ../templates/default/gestion_transactions.tpl:49
5118 #: ../templates/default/gestion_transactions.tpl:106
5119 #: ../templates/default/dispatch_type.tpl:27
5120 msgid "Date"
5121 msgstr ""
5122
5123 #: ../templates/default/gestion_contributions.tpl:106
5124 #: ../templates/default/gestion_contributions.tpl:224
5125 #: ../templates/default/history.tpl:14
5126 #: ../templates/default/ajouter_transaction.tpl:89
5127 #: ../templates/default/ajouter_contribution.tpl:28
5128 #: ../templates/default/dispatch_type.tpl:28
5129 msgid "Member"
5130 msgstr ""
5131
5132 #: ../templates/default/gestion_contributions.tpl:118
5133 #: ../templates/default/gestion_contributions.tpl:232
5134 #: ../templates/default/ajouter_transaction.tpl:91
5135 #: ../templates/default/editer_champ.tpl:100
5136 #: ../templates/default/configurer_fiche_content.tpl:7
5137 #: ../templates/default/gestion_pdf_content.tpl:34
5138 #: ../templates/default/advanced_search.tpl:164
5139 msgid "Type"
5140 msgstr ""
5141
5142 #: ../templates/default/gestion_contributions.tpl:129
5143 #: ../templates/default/gestion_contributions.tpl:233
5144 #: ../templates/default/ajouter_transaction.tpl:92
5145 #: ../templates/default/ajouter_contribution.tpl:29
5146 #: ../templates/default/advanced_search.tpl:157
5147 #: ../templates/default/gestion_transactions.tpl:74
5148 #: ../templates/default/gestion_transactions.tpl:121
5149 #: ../templates/default/dispatch_type.tpl:29
5150 msgid "Amount"
5151 msgstr ""
5152
5153 #: ../templates/default/gestion_contributions.tpl:140
5154 #: ../templates/default/gestion_contributions.tpl:234
5155 #: ../templates/default/advanced_search.tpl:170
5156 msgid "Payment type"
5157 msgstr "Tipo di pagamento"
5158
5159 #: ../templates/default/gestion_contributions.tpl:151
5160 #: ../templates/default/gestion_contributions.tpl:235
5161 #: ../templates/default/ajouter_transaction.tpl:87
5162 msgid "Duration"
5163 msgstr ""
5164
5165 #: ../templates/default/gestion_contributions.tpl:154
5166 #: ../templates/default/gestion_adherents.tpl:157
5167 #: ../templates/default/gestion_adherents.tpl:376
5168 #: ../templates/default/saved_searches.tpl:12
5169 #: ../templates/default/configurer_fiche_content.tpl:9
5170 #: ../templates/default/gestion_intitule_content.tpl:16
5171 #: ../templates/default/gestion_transactions.tpl:85
5172 #: ../templates/default/gestion_paymentstypes.tpl:10
5173 #: ../templates/default/gestion_titres.tpl:11
5174 msgid "Actions"
5175 msgstr ""
5176
5177 #: ../templates/default/gestion_contributions.tpl:162
5178 #, php-format
5179 msgid "Found contributions total %f"
5180 msgstr ""
5181
5182 #: ../templates/default/gestion_contributions.tpl:192
5183 #: ../templates/default/gestion_contributions.tpl:206
5184 msgid "Contribution %id"
5185 msgstr ""
5186
5187 #: ../templates/default/gestion_contributions.tpl:201
5188 #: ../templates/default/gestion_contributions.tpl:210
5189 #, php-format
5190 msgid "Transaction: %s"
5191 msgstr ""
5192
5193 #: ../templates/default/gestion_contributions.tpl:243
5194 msgid "Print an invoice or a receipt (depending on contribution type)"
5195 msgstr ""
5196
5197 #: ../templates/default/gestion_contributions.tpl:251
5198 msgid "Edit the contribution"
5199 msgstr ""
5200
5201 #: ../templates/default/gestion_contributions.tpl:258
5202 msgid "Delete the contribution"
5203 msgstr ""
5204
5205 #: ../templates/default/gestion_contributions.tpl:265
5206 #: ../templates/default/ajouter_transaction.tpl:140
5207 msgid "no contribution"
5208 msgstr ""
5209
5210 #: ../templates/default/gestion_contributions.tpl:271
5211 #: ../templates/default/gestion_mailings.tpl:170
5212 #: ../templates/default/gestion_adherents.tpl:292
5213 #: ../templates/default/history.tpl:145
5214 #: ../templates/default/liste_membres.tpl:87
5215 #: ../templates/default/ajax_members.tpl:16
5216 #: ../templates/default/trombinoscope.tpl:28
5217 #: ../templates/default/gestion_transactions.tpl:148
5218 msgid "Pages:"
5219 msgstr ""
5220
5221 #: ../templates/default/gestion_contributions.tpl:276
5222 #: ../templates/default/gestion_adherents.tpl:296
5223 msgid "For the selection:"
5224 msgstr ""
5225
5226 #: ../templates/default/gestion_contributions.tpl:279
5227 #: ../templates/default/gestion_adherents.tpl:300
5228 #: ../templates/default/group.tpl:81
5229 msgid "Delete"
5230 msgstr ""
5231
5232 #: ../templates/default/gestion_contributions.tpl:286
5233 #: ../templates/default/gestion_contributions.tpl:287
5234 #: ../templates/default/gestion_adherents.tpl:348
5235 #: ../templates/default/gestion_adherents.tpl:349
5236 #: ../templates/default/gestion_transactions.tpl:152
5237 #: ../templates/default/gestion_transactions.tpl:153
5238 msgid "Legend"
5239 msgstr ""
5240
5241 #: ../templates/default/gestion_contributions.tpl:294
5242 #: ../templates/default/gestion_adherents.tpl:382
5243 #: ../templates/default/voir_adherent.tpl:61
5244 msgid "Modification"
5245 msgstr ""
5246
5247 #: ../templates/default/gestion_contributions.tpl:300
5248 #: ../templates/default/gestion_adherents.tpl:392
5249 msgid "Deletion"
5250 msgstr ""
5251
5252 #: ../templates/default/gestion_contributions.tpl:305
5253 msgid "Contribution"
5254 msgstr ""
5255
5256 #: ../templates/default/gestion_contributions.tpl:309
5257 msgid "Gift"
5258 msgstr ""
5259
5260 #: ../templates/default/gestion_contributions.tpl:320
5261 msgid "No contribution selected"
5262 msgstr ""
5263
5264 #: ../templates/default/gestion_contributions.tpl:320
5265 msgid ""
5266 "Please make sure to select at least one contribution from the list to "
5267 "perform this action."
5268 msgstr ""
5269
5270 #: ../templates/default/gestion_contributions.tpl:342
5271 #: ../templates/default/gestion_adherents.tpl:455
5272 msgid "(Un)Check all"
5273 msgstr ""
5274
5275 #: ../templates/default/gestion_contributions.tpl:342
5276 #: ../templates/default/gestion_adherents.tpl:455
5277 msgid "Invert selection"
5278 msgstr ""
5279
5280 #: ../templates/default/gestion_contributions.tpl:342
5281 #: ../templates/default/gestion_adherents.tpl:455
5282 #: ../templates/default/gestion_transactions.tpl:174
5283 #: ../templates/default/gestion_transactions.tpl:178
5284 msgid "Show legend"
5285 msgstr ""
5286
5287 #: ../templates/default/gestion_contributions.tpl:352
5288 #: ../templates/default/gestion_mailings.tpl:196
5289 #: ../templates/default/edit_dynamic_fields.tpl:185
5290 #: ../templates/default/gestion_adherents.tpl:716
5291 #: ../templates/default/history.tpl:170
5292 #: ../templates/default/ajouter_transaction.tpl:257
5293 #: ../templates/default/ajouter_contribution.tpl:198
5294 #: ../templates/default/advanced_search.tpl:382
5295 #: ../templates/default/advanced_search.tpl:389
5296 #: ../templates/default/advanced_search.tpl:510
5297 #: ../templates/default/gestion_transactions.tpl:186
5298 #: ../templates/default/dispatch_type.tpl:172
5299 #: ../templates/default/member.tpl:171 ../templates/default/member.tpl:179
5300 msgid "Select a date"
5301 msgstr ""
5302
5303 #: ../templates/default/attendance_sheet_details.tpl:10
5304 msgid "Some details about your attendance sheet..."
5305 msgstr ""
5306
5307 #: ../templates/default/attendance_sheet_details.tpl:10
5308 #, php-format
5309 msgid "%s attendees"
5310 msgstr ""
5311
5312 #: ../templates/default/attendance_sheet_details.tpl:12
5313 msgid "Sheet type"
5314 msgstr ""
5315
5316 #: ../templates/default/attendance_sheet_details.tpl:26
5317 #: ../templates/default/edit_dynamic_fields.tpl:44
5318 #: ../templates/default/ajouter_transaction.tpl:26
5319 #: ../templates/default/ajouter_contribution.tpl:115
5320 #: ../templates/default/ajouter_contribution.tpl:127
5321 #: ../templates/default/ajouter_contribution.tpl:138
5322 #: ../templates/default/advanced_search.tpl:270
5323 #: ../templates/default/advanced_search.tpl:440
5324 #: ../templates/default/forms_types/date.tpl:5
5325 #: ../templates/default/forms_types/date.tpl:7
5326 #: ../templates/default/dispatch_type.tpl:98
5327 #: ../templates/default/dispatch_type.tpl:110
5328 #: ../templates/default/dispatch_type.tpl:121
5329 msgid "(yyyy-mm-dd format)"
5330 msgstr ""
5331
5332 #: ../templates/default/attendance_sheet_details.tpl:29
5333 msgid "With photos?"
5334 msgstr ""
5335
5336 #: ../templates/default/attendance_sheet_details.tpl:40
5337 #: ../templates/default/fake_data.tpl:54
5338 msgid "Generate"
5339 msgstr ""
5340
5341 #: ../templates/default/plugin_initdb.tpl:10
5342 msgid "%plugin plugin installation"
5343 msgstr ""
5344
5345 #: ../templates/default/plugin_initdb.tpl:29
5346 msgid "you're installing %name for the first time"
5347 msgstr ""
5348
5349 #: ../templates/default/plugin_initdb.tpl:30
5350 msgid ""
5351 "you wish to erase an older version of of %name without keeping your data"
5352 msgstr ""
5353
5354 #: ../templates/default/plugin_initdb.tpl:40
5355 msgid ""
5356 "you already have installed %name, and you want to upgrade to the latest "
5357 "version"
5358 msgstr ""
5359
5360 #: ../templates/default/plugin_initdb.tpl:52
5361 msgid "You current %name version is..."
5362 msgstr ""
5363
5364 #: ../templates/default/plugin_initdb.tpl:79
5365 msgid "(Errors on DROP and RENAME operations can be ignored)"
5366 msgstr ""
5367
5368 #: ../templates/default/plugin_initdb.tpl:83
5369 msgid "The tables are not totally created, it may be a permission problem."
5370 msgstr ""
5371
5372 #: ../templates/default/plugin_initdb.tpl:85
5373 msgid ""
5374 "The tables have not been totally created, it may be a permission problem."
5375 msgstr ""
5376
5377 #: ../templates/default/plugin_initdb.tpl:87
5378 msgid "Your database is maybe not usable, try to restore the older version."
5379 msgstr ""
5380
5381 #: ../templates/default/plugin_initdb.tpl:95
5382 msgid "Plugin '%name' has been successfully installed!"
5383 msgstr ""
5384
5385 #: ../templates/default/plugin_initdb.tpl:97
5386 msgid "Plugin '%name' has been successfully updated!"
5387 msgstr "Il plugin '%name' è stato aggiornato correttamente!"
5388
5389 #: ../templates/default/plugin_initdb.tpl:120
5390 msgid "Close"
5391 msgstr ""
5392
5393 #: ../templates/default/plugin_initdb.tpl:122
5394 msgid "Back to plugins managment page"
5395 msgstr ""
5396
5397 #: ../templates/default/plugin_initdb.tpl:132
5398 msgid "Access permissions to database"
5399 msgstr ""
5400
5401 #: ../templates/default/js_pwdcheck.tpl:30
5402 msgid "Password is valid :)"
5403 msgstr ""
5404
5405 #: ../templates/default/js_pwdcheck.tpl:33
5406 msgid "Password is not valid!"
5407 msgstr ""
5408
5409 #: ../templates/default/js_pwdcheck.tpl:60
5410 #, fuzzy
5411 #| msgid "An error occurred sending test email :("
5412 msgid "An error occured checking password :("
5413 msgstr "Si è verificato un errore durante l’invio dell’e-mail di prova :("
5414
5415 #: ../templates/default/desktop.tpl:6
5416 msgid "Help us know about you!"
5417 msgstr ""
5418
5419 #: ../templates/default/desktop.tpl:10
5420 msgid ""
5421 "Take a moment to share some information with us so we can know better "
5422 "Galette's uses."
5423 msgstr ""
5424
5425 #: ../templates/default/desktop.tpl:13
5426 msgid "Send anonymous and imprecise data about your Galette instance"
5427 msgstr ""
5428
5429 #: ../templates/default/desktop.tpl:13
5430 msgid "Telemetry"
5431 msgstr ""
5432
5433 #: ../templates/default/desktop.tpl:16
5434 msgid "Register your organization as a Galette user"
5435 msgstr ""
5436
5437 #: ../templates/default/desktop.tpl:18
5438 msgid ""
5439 "The panel will be automatically hidden once you have registered and send "
5440 "telemetry data. Check the box if you want to hide it anyways."
5441 msgstr ""
5442
5443 #: ../templates/default/desktop.tpl:20
5444 msgid "Hide this panel"
5445 msgstr ""
5446
5447 #: ../templates/default/desktop.tpl:26
5448 msgid "Activities"
5449 msgstr ""
5450
5451 #: ../templates/default/desktop.tpl:56
5452 msgid "News"
5453 msgstr ""
5454
5455 #: ../templates/default/desktop.tpl:69
5456 msgid "Show dashboard on login"
5457 msgstr ""
5458
5459 #: ../templates/default/gestion_mailings.tpl:13
5460 #: ../templates/default/gestion_mailings.tpl:72
5461 #: ../templates/default/gestion_mailings.tpl:129
5462 #: ../templates/default/mailing_adherents.tpl:60
5463 msgid "Sender"
5464 msgstr ""
5465
5466 #: ../templates/default/gestion_mailings.tpl:15
5467 msgid "Select a sender"
5468 msgstr ""
5469
5470 #: ../templates/default/gestion_mailings.tpl:26
5471 #: ../templates/default/gestion_mailings.tpl:87
5472 #: ../templates/default/gestion_mailings.tpl:131
5473 msgid "Subject"
5474 msgstr ""
5475
5476 #: ../templates/default/gestion_mailings.tpl:28
5477 msgid "Sent mailings:"
5478 msgstr ""
5479
5480 #: ../templates/default/gestion_mailings.tpl:30
5481 #: ../templates/default/gestion_adherents.tpl:83
5482 #: ../templates/default/advanced_search.tpl:40
5483 #: ../templates/default/advanced_search.tpl:82
5484 msgid "Don't care"
5485 msgstr ""
5486
5487 #: ../templates/default/gestion_mailings.tpl:40
5488 #: ../templates/default/history.tpl:46
5489 #, php-format
5490 msgid "%count entry"
5491 msgid_plural "%count entries"
5492 msgstr[0] ""
5493 msgstr[1] ""
5494
5495 #: ../templates/default/gestion_mailings.tpl:63
5496 #: ../templates/default/gestion_mailings.tpl:75
5497 #: ../templates/default/gestion_mailings.tpl:90
5498 #: ../templates/default/gestion_mailings.tpl:105
5499 #: ../templates/default/history.tpl:66 ../templates/default/history.tpl:78
5500 #: ../templates/default/history.tpl:90 ../templates/default/history.tpl:102
5501 msgid "Ascendent"
5502 msgstr ""
5503
5504 #: ../templates/default/gestion_mailings.tpl:65
5505 #: ../templates/default/gestion_mailings.tpl:77
5506 #: ../templates/default/gestion_mailings.tpl:92
5507 #: ../templates/default/gestion_mailings.tpl:107
5508 #: ../templates/default/history.tpl:68 ../templates/default/history.tpl:80
5509 #: ../templates/default/history.tpl:92 ../templates/default/history.tpl:104
5510 msgid "Descendant"
5511 msgstr ""
5512
5513 #: ../templates/default/gestion_mailings.tpl:83
5514 #: ../templates/default/gestion_mailings.tpl:130
5515 msgid "Recipients"
5516 msgstr ""
5517
5518 #: ../templates/default/gestion_mailings.tpl:98
5519 msgid "Att."
5520 msgstr ""
5521
5522 #: ../templates/default/gestion_mailings.tpl:102
5523 #: ../templates/default/gestion_mailings.tpl:133
5524 msgid "Sent"
5525 msgstr ""
5526
5527 #: ../templates/default/gestion_mailings.tpl:125
5528 msgid "Mailing entry %id"
5529 msgstr ""
5530
5531 #: ../templates/default/gestion_mailings.tpl:146
5532 #, php-format
5533 msgid "Display mailing '%subject' details in preview window"
5534 msgstr ""
5535
5536 #: ../templates/default/gestion_mailings.tpl:153
5537 #, php-format
5538 msgid "Use mailing '%subject' as a template for a new one"
5539 msgstr ""
5540
5541 #: ../templates/default/gestion_mailings.tpl:160
5542 #, php-format
5543 msgid "Delete mailing '%subject'"
5544 msgstr ""
5545
5546 #: ../templates/default/gestion_mailings.tpl:165
5547 msgid "No sent mailing has been stored in the database yet."
5548 msgstr ""
5549
5550 #: ../templates/default/gestion_mailings.tpl:179
5551 msgid "Create new mailing"
5552 msgstr ""
5553
5554 #: ../templates/default/gestion_mailings.tpl:212
5555 #: ../templates/default/mailing_adherents.tpl:171
5556 msgid "An error occurred displaying preview :("
5557 msgstr ""
5558
5559 #: ../templates/default/gestion_textes.tpl:7
5560 msgid "Choose an entry"
5561 msgstr ""
5562
5563 #: ../templates/default/gestion_textes.tpl:15
5564 msgid "Reference:"
5565 msgstr ""
5566
5567 #: ../templates/default/gestion_textes.tpl:31
5568 msgid "Email Subject"
5569 msgstr "Oggetto dell'email"
5570
5571 #: ../templates/default/gestion_textes.tpl:32
5572 msgid "(Max 255 characters)"
5573 msgstr ""
5574
5575 #: ../templates/default/gestion_textes.tpl:35
5576 msgid "Email Body:"
5577 msgstr "Corpo dell’email:"
5578
5579 #: ../templates/default/gestion_textes.tpl:65
5580 msgid "Galette's login URI"
5581 msgstr ""
5582
5583 #: ../templates/default/gestion_textes.tpl:71
5584 msgid "Insert a carriage return"
5585 msgstr ""
5586
5587 #: ../templates/default/gestion_textes.tpl:73
5588 msgid "Insert a new blank line"
5589 msgstr ""
5590
5591 #: ../templates/default/gestion_textes.tpl:77
5592 msgid "Available with reservations"
5593 msgstr ""
5594
5595 #: ../templates/default/gestion_textes.tpl:82
5596 msgid "Member's first and last name"
5597 msgstr ""
5598
5599 #: ../templates/default/gestion_textes.tpl:84
5600 msgid "Member's email address"
5601 msgstr "Indirizzo e-mail del membro"
5602
5603 #: ../templates/default/gestion_textes.tpl:88
5604 msgid "Member's last name"
5605 msgstr ""
5606
5607 #: ../templates/default/gestion_textes.tpl:90
5608 msgid "Member's first name"
5609 msgstr ""
5610
5611 #: ../templates/default/gestion_textes.tpl:96
5612 msgid "Member's login"
5613 msgstr ""
5614
5615 #: ../templates/default/gestion_textes.tpl:100
5616 msgid "Available only for new password request"
5617 msgstr ""
5618
5619 #: ../templates/default/gestion_textes.tpl:105
5620 msgid "Galette's change password URI"
5621 msgstr ""
5622
5623 #: ../templates/default/gestion_textes.tpl:107
5624 msgid "Link validity"
5625 msgstr ""
5626
5627 #: ../templates/default/gestion_textes.tpl:111
5628 msgid "Available only for new contributions"
5629 msgstr ""
5630
5631 #: ../templates/default/gestion_textes.tpl:116
5632 msgid "Member's deadline"
5633 msgstr ""
5634
5635 #: ../templates/default/gestion_textes.tpl:124
5636 msgid "Contribution type"
5637 msgstr ""
5638
5639 #: ../templates/default/gestion_textes.tpl:128
5640 msgid "Direct link for member card download"
5641 msgstr ""
5642
5643 #: ../templates/default/gestion_textes.tpl:130
5644 msgid "Direct link for invoice/receipt download"
5645 msgstr ""
5646
5647 #: ../templates/default/gestion_textes.tpl:134
5648 msgid "Available only for reminders"
5649 msgstr ""
5650
5651 #: ../templates/default/gestion_textes.tpl:139
5652 msgid "Membership remaining days"
5653 msgstr ""
5654
5655 #: ../templates/default/gestion_textes.tpl:141
5656 msgid "Membership expired since"
5657 msgstr ""
5658
5659 #: ../templates/default/import_model.tpl:6
5660 msgid "Current model"
5661 msgstr ""
5662
5663 #: ../templates/default/import_model.tpl:7
5664 msgid "Change model"
5665 msgstr ""
5666
5667 #: ../templates/default/import_model.tpl:13
5668 msgid "Default fields"
5669 msgstr ""
5670
5671 #: ../templates/default/import_model.tpl:15
5672 #, php-format
5673 msgid "Model parameted on %date"
5674 msgstr ""
5675
5676 #: ../templates/default/import_model.tpl:20
5677 #: ../templates/default/import_model.tpl:54
5678 msgid "Field"
5679 msgstr ""
5680
5681 #: ../templates/default/import_model.tpl:33
5682 msgid "Generate empty CSV file"
5683 msgstr ""
5684
5685 #: ../templates/default/import_model.tpl:40
5686 msgid "Remove model and back to defaults"
5687 msgstr ""
5688
5689 #: ../templates/default/import_model.tpl:43
5690 msgid "Remove model"
5691 msgstr ""
5692
5693 #: ../templates/default/import_model.tpl:72
5694 msgid "Store new model"
5695 msgstr ""
5696
5697 #: ../templates/default/import_model.tpl:84
5698 msgid "Go back to import page"
5699 msgstr ""
5700
5701 #: ../templates/default/import_model.tpl:97
5702 msgid "No field selected"
5703 msgstr ""
5704
5705 #: ../templates/default/import_model.tpl:97
5706 msgid ""
5707 "Please make sure to select at least one field from the list to perform this "
5708 "action."
5709 msgstr ""
5710
5711 #: ../templates/default/edit_dynamic_fields.tpl:34
5712 msgid "Select an option"
5713 msgstr ""
5714
5715 #: ../templates/default/edit_dynamic_fields.tpl:53
5716 msgid "new"
5717 msgstr ""
5718
5719 #: ../templates/default/edit_dynamic_fields.tpl:57
5720 msgid "current"
5721 msgstr ""
5722
5723 #: ../templates/default/edit_dynamic_fields.tpl:60
5724 msgid "delete"
5725 msgstr ""
5726
5727 #: ../templates/default/edit_dynamic_fields.tpl:101
5728 msgid "Enter as many occurences you want."
5729 msgstr ""
5730
5731 #: ../templates/default/edit_dynamic_fields.tpl:109
5732 #: ../templates/default/edit_dynamic_fields.tpl:148
5733 #, php-format
5734 msgid "Enter up to %count more occurences."
5735 msgstr ""
5736
5737 #: ../templates/default/edit_dynamic_fields.tpl:118
5738 msgid "New occurence"
5739 msgstr ""
5740
5741 #: ../templates/default/mass_change_members.tpl:12
5742 msgid "Only checked fields will be updated."
5743 msgstr ""
5744
5745 #: ../templates/default/mass_change_members.tpl:14
5746 msgid "You are about to proceed following changes for selected members:"
5747 msgstr ""
5748
5749 #: ../templates/default/mass_change_members.tpl:47
5750 msgid "Edit"
5751 msgstr ""
5752
5753 #: ../templates/default/mass_change_members.tpl:47
5754 msgid "OK"
5755 msgstr ""
5756
5757 #: ../templates/default/gestion_adherents.tpl:11
5758 msgid "%membername: edit information"
5759 msgstr ""
5760
5761 #: ../templates/default/gestion_adherents.tpl:19
5762 msgid "%membername: contributions"
5763 msgstr ""
5764
5765 #: ../templates/default/gestion_adherents.tpl:26
5766 msgid "%membername: remove from database"
5767 msgstr ""
5768
5769 #: ../templates/default/gestion_adherents.tpl:35
5770 msgid "Log in in as %membername"
5771 msgstr ""
5772
5773 #: ../templates/default/gestion_adherents.tpl:52
5774 #: ../templates/default/advanced_search.tpl:9
5775 msgid "Search:"
5776 msgstr "Ricerca:"
5777
5778 #: ../templates/default/gestion_adherents.tpl:53
5779 #: ../templates/default/advanced_search.tpl:10
5780 msgid "Enter a value"
5781 msgstr ""
5782
5783 #: ../templates/default/gestion_adherents.tpl:54
5784 #: ../templates/default/advanced_search.tpl:11
5785 msgid "in:"
5786 msgstr ""
5787
5788 #: ../templates/default/gestion_adherents.tpl:58
5789 msgid "among:"
5790 msgstr "tra:"
5791
5792 #: ../templates/default/gestion_adherents.tpl:66
5793 #: ../templates/default/advanced_search.tpl:31
5794 #: ../templates/default/advanced_search.tpl:115
5795 msgid "Select a group"
5796 msgstr ""
5797
5798 #: ../templates/default/gestion_adherents.tpl:71
5799 msgid "Apply filters"
5800 msgstr ""
5801
5802 #: ../templates/default/gestion_adherents.tpl:75
5803 msgid "Save selected criteria"
5804 msgstr ""
5805
5806 #: ../templates/default/gestion_adherents.tpl:79
5807 #: ../templates/default/gestion_adherents.tpl:101
5808 msgid "Reset all filters to defaults"
5809 msgstr ""
5810
5811 #: ../templates/default/gestion_adherents.tpl:81
5812 msgid "Members that have an email address:"
5813 msgstr "Membri che hanno un indirizzo e-mail:"
5814
5815 #: ../templates/default/gestion_adherents.tpl:85
5816 #: ../templates/default/advanced_search.tpl:42
5817 msgid "With"
5818 msgstr ""
5819
5820 #: ../templates/default/gestion_adherents.tpl:87
5821 #: ../templates/default/advanced_search.tpl:44
5822 msgid "Without"
5823 msgstr ""
5824
5825 #: ../templates/default/gestion_adherents.tpl:91
5826 msgid "Advanced search mode"
5827 msgstr ""
5828
5829 #: ../templates/default/gestion_adherents.tpl:92
5830 msgid "Change search criteria"
5831 msgstr ""
5832
5833 #: ../templates/default/gestion_adherents.tpl:94
5834 msgid "Change criteria"
5835 msgstr ""
5836
5837 #: ../templates/default/gestion_adherents.tpl:96
5838 msgid "Save current advanced search criteria"
5839 msgstr ""
5840
5841 #: ../templates/default/gestion_adherents.tpl:103
5842 msgid "Show/hide query"
5843 msgstr ""
5844
5845 #: ../templates/default/gestion_adherents.tpl:109
5846 #: ../templates/default/liste_membres.tpl:8
5847 #: ../templates/default/trombinoscope.tpl:8
5848 #, php-format
5849 msgid "%count member"
5850 msgid_plural "%count members"
5851 msgstr[0] ""
5852 msgstr[1] ""
5853
5854 #: ../templates/default/gestion_adherents.tpl:129
5855 msgid "Mbr num"
5856 msgstr ""
5857
5858 #: ../templates/default/gestion_adherents.tpl:179
5859 #: ../templates/default/gestion_adherents.tpl:413
5860 #: ../templates/default/gestion_adherents.tpl:414
5861 msgid "Is a company"
5862 msgstr ""
5863
5864 #: ../templates/default/gestion_adherents.tpl:184
5865 #: ../templates/default/gestion_adherents.tpl:407
5866 #: ../templates/default/gestion_adherents.tpl:408
5867 msgid "Is a man"
5868 msgstr ""
5869
5870 #: ../templates/default/gestion_adherents.tpl:189
5871 msgid "Is a women"
5872 msgstr ""
5873
5874 #: ../templates/default/gestion_adherents.tpl:197
5875 #: ../templates/default/gestion_adherents.tpl:311
5876 #: ../templates/default/gestion_adherents.tpl:400
5877 msgid "Mail"
5878 msgstr ""
5879
5880 #: ../templates/default/gestion_adherents.tpl:205
5881 #: ../templates/default/gestion_adherents.tpl:402
5882 #: ../templates/default/footer.tpl:5
5883 msgid "Website"
5884 msgstr "Sito Web"
5885
5886 #: ../templates/default/gestion_adherents.tpl:286
5887 msgid "No member has been found"
5888 msgstr ""
5889
5890 #: ../templates/default/gestion_adherents.tpl:305
5891 msgid "Mass change"
5892 msgstr ""
5893
5894 #: ../templates/default/gestion_adherents.tpl:323
5895 #: ../templates/default/mailing_recipients.tpl:20
5896 msgid "Generate labels"
5897 msgstr ""
5898
5899 #: ../templates/default/gestion_adherents.tpl:328
5900 msgid "Generate Member Cards"
5901 msgstr ""
5902
5903 #: ../templates/default/gestion_adherents.tpl:334
5904 msgid "Export as CSV"
5905 msgstr ""
5906
5907 #: ../templates/default/gestion_adherents.tpl:353
5908 msgid "Reading the list"
5909 msgstr ""
5910
5911 #: ../templates/default/gestion_adherents.tpl:357
5912 msgid "Active account"
5913 msgstr ""
5914
5915 #: ../templates/default/gestion_adherents.tpl:359
5916 msgid "Inactive account"
5917 msgstr ""
5918
5919 #: ../templates/default/gestion_adherents.tpl:363
5920 msgid "Membership in order"
5921 msgstr ""
5922
5923 #: ../templates/default/gestion_adherents.tpl:365
5924 msgid "Membership will expire soon (&lt;30d)"
5925 msgstr ""
5926
5927 #: ../templates/default/gestion_adherents.tpl:371
5928 msgid "Lateness in fee"
5929 msgstr ""
5930
5931 #: ../templates/default/gestion_adherents.tpl:397
5932 msgid "User status/interactions"
5933 msgstr ""
5934
5935 #: ../templates/default/gestion_adherents.tpl:401
5936 msgid "Send an email"
5937 msgstr ""
5938
5939 #: ../templates/default/gestion_adherents.tpl:403
5940 msgid "Visit website"
5941 msgstr ""
5942
5943 #: ../templates/default/gestion_adherents.tpl:409
5944 #: ../templates/default/gestion_adherents.tpl:410
5945 msgid "Is a woman"
5946 msgstr ""
5947
5948 #: ../templates/default/gestion_adherents.tpl:435
5949 msgid "No member selected"
5950 msgstr ""
5951
5952 #: ../templates/default/gestion_adherents.tpl:435
5953 msgid ""
5954 "Please make sure to select at least one member from the list to perform this "
5955 "action."
5956 msgstr ""
5957
5958 #: ../templates/default/gestion_adherents.tpl:474
5959 msgid ""
5960 "A mailing already exists. Do you want to create a new one or resume the "
5961 "existing?"
5962 msgstr ""
5963
5964 #: ../templates/default/gestion_adherents.tpl:484
5965 msgid "Resume"
5966 msgstr ""
5967
5968 #: ../templates/default/gestion_adherents.tpl:488
5969 msgid "New"
5970 msgstr ""
5971
5972 #: ../templates/default/gestion_adherents.tpl:519
5973 msgid "Search title"
5974 msgstr ""
5975
5976 #: ../templates/default/gestion_adherents.tpl:692
5977 msgid "Attendance sheet details"
5978 msgstr ""
5979
5980 #: ../templates/default/gestion_adherents.tpl:720
5981 msgid "An error occurred displaying attendance sheet details interface :("
5982 msgstr ""
5983
5984 #: ../templates/default/saved_searches.tpl:9
5985 #: ../templates/default/saved_searches.tpl:25
5986 #: ../templates/default/saved_searches.tpl:26
5987 #: ../templates/default/advanced_search.tpl:59
5988 #: ../templates/default/advanced_search.tpl:136
5989 msgid "Creation date"
5990 msgstr ""
5991
5992 #: ../templates/default/saved_searches.tpl:27
5993 msgid "Search parameters"
5994 msgstr ""
5995
5996 #: ../templates/default/saved_searches.tpl:28
5997 msgid "Show parameters"
5998 msgstr "Mostra parametri"
5999
6000 #: ../templates/default/saved_searches.tpl:43
6001 msgid "Load saved search"
6002 msgstr ""
6003
6004 #: ../templates/default/saved_searches.tpl:51
6005 msgid "Delete saved search"
6006 msgstr ""
6007
6008 #: ../templates/default/saved_searches.tpl:56
6009 msgid "no search"
6010 msgstr ""
6011
6012 #: ../templates/default/500.tpl:6
6013 msgid "Application error"
6014 msgstr ""
6015
6016 #: ../templates/default/500.tpl:11
6017 msgid "Details"
6018 msgstr ""
6019
6020 #: ../templates/default/500.tpl:13
6021 msgid "Type:"
6022 msgstr ""
6023
6024 #: ../templates/default/500.tpl:17
6025 msgid "Code:"
6026 msgstr ""
6027
6028 #: ../templates/default/500.tpl:21
6029 #: ../templates/default/mailing_adherents.tpl:81
6030 #: ../templates/default/mailing_adherents.tpl:112
6031 #: ../templates/default/reminder.tpl:45
6032 msgid "Message:"
6033 msgstr ""
6034
6035 #: ../templates/default/500.tpl:25
6036 msgid "File:"
6037 msgstr ""
6038
6039 #: ../templates/default/500.tpl:29
6040 msgid "Line:"
6041 msgstr ""
6042
6043 #: ../templates/default/500.tpl:34
6044 msgid "Trace"
6045 msgstr ""
6046
6047 #: ../templates/default/config_lists.tpl:7
6048 msgid "Fields in list"
6049 msgstr ""
6050
6051 #: ../templates/default/config_lists.tpl:14
6052 #: ../templates/default/config_lists.tpl:38
6053 #: ../templates/default/editer_champ.tpl:86
6054 #: ../templates/default/config_fields.tpl:16
6055 #: ../templates/default/config_fields.tpl:25
6056 msgid "Field name"
6057 msgstr ""
6058
6059 #: ../templates/default/config_lists.tpl:18
6060 #: ../templates/default/config_lists.tpl:42
6061 #: ../templates/default/configurer_fiche_content.tpl:6
6062 #: ../templates/default/config_fields.tpl:18
6063 #: ../templates/default/config_fields.tpl:37
6064 msgid "Permissions"
6065 msgstr ""
6066
6067 #: ../templates/default/config_lists.tpl:18
6068 #: ../templates/default/config_lists.tpl:42
6069 #: ../templates/default/config_fields.tpl:37
6070 #, php-format
6071 msgid "Change '%field' permissions"
6072 msgstr ""
6073
6074 #: ../templates/default/config_lists.tpl:19
6075 #: ../templates/default/config_lists.tpl:43
6076 #: ../templates/default/config_fields.tpl:39
6077 msgid "Inaccessible"
6078 msgstr ""
6079
6080 #: ../templates/default/config_lists.tpl:23
6081 #: ../templates/default/config_lists.tpl:47
6082 #: ../templates/default/config_fields.tpl:43
6083 msgid "Read only"
6084 msgstr ""
6085
6086 #: ../templates/default/config_lists.tpl:24
6087 #: ../templates/default/config_lists.tpl:48
6088 #: ../templates/default/config_fields.tpl:44
6089 msgid "Read/Write"
6090 msgstr ""
6091
6092 #: ../templates/default/config_lists.tpl:31
6093 msgid "Available fields"
6094 msgstr ""
6095
6096 #: ../templates/default/export.tpl:5
6097 msgid ""
6098 "Each selected export will be stored into a separate file in the exports "
6099 "directory."
6100 msgstr ""
6101
6102 #: ../templates/default/export.tpl:10
6103 msgid "The following files have been written on disk:"
6104 msgstr ""
6105
6106 #: ../templates/default/export.tpl:21
6107 msgid "Existing exports"
6108 msgstr ""
6109
6110 #: ../templates/default/export.tpl:23
6111 msgid "The following exports already seems to exist on the disk:"
6112 msgstr ""
6113
6114 #: ../templates/default/export.tpl:30 ../templates/default/export.tpl:46
6115 #: ../templates/default/import.tpl:27 ../templates/default/import.tpl:41
6116 msgid "Size"
6117 msgstr ""
6118
6119 #: ../templates/default/export.tpl:55 ../templates/default/import.tpl:50
6120 #, php-format
6121 msgid "Remove '%file' from disk"
6122 msgstr ""
6123
6124 #: ../templates/default/export.tpl:66
6125 msgid "Parameted exports"
6126 msgstr ""
6127
6128 #: ../templates/default/export.tpl:69
6129 msgid "Which parameted export(s) do you want to run?"
6130 msgstr ""
6131
6132 #: ../templates/default/export.tpl:75 ../templates/default/export.tpl:87
6133 #: ../templates/default/history.tpl:110 ../templates/default/history.tpl:130
6134 #: ../templates/default/plugins.tpl:8 ../templates/default/plugins.tpl:22
6135 #: ../templates/default/gestion_transactions.tpl:59
6136 #: ../templates/default/gestion_transactions.tpl:107
6137 msgid "Description"
6138 msgstr ""
6139
6140 #: ../templates/default/export.tpl:95
6141 msgid "No parameted exports are available."
6142 msgstr ""
6143
6144 #: ../templates/default/export.tpl:101
6145 msgid "Galette tables exports"
6146 msgstr ""
6147
6148 #: ../templates/default/export.tpl:103
6149 msgid "Additionnaly, which table(s) do you want to export?"
6150 msgstr ""
6151
6152 #: ../templates/default/export.tpl:107
6153 msgid "Table name"
6154 msgstr ""
6155
6156 #: ../templates/default/export.tpl:126
6157 msgid "Continue"
6158 msgstr ""
6159
6160 #: ../templates/default/charts.tpl:20
6161 msgid "Members by status"
6162 msgstr ""
6163
6164 #: ../templates/default/charts.tpl:33
6165 msgid "Members by state of dues"
6166 msgstr ""
6167
6168 #: ../templates/default/charts.tpl:46
6169 msgid "Contributions types repartition"
6170 msgstr ""
6171
6172 #: ../templates/default/charts.tpl:59
6173 msgid "Individuals and Companies"
6174 msgstr ""
6175
6176 #: ../templates/default/charts.tpl:72
6177 msgid "Contributions over time"
6178 msgstr ""
6179
6180 #: ../templates/default/history.tpl:16
6181 msgid "Select an user"
6182 msgstr ""
6183
6184 #: ../templates/default/history.tpl:25 ../templates/default/history.tpl:99
6185 #: ../templates/default/history.tpl:129
6186 msgid "Action"
6187 msgstr ""
6188
6189 #: ../templates/default/history.tpl:27
6190 msgid "Select an action"
6191 msgstr ""
6192
6193 #: ../templates/default/history.tpl:75 ../templates/default/history.tpl:127
6194 msgid "IP"
6195 msgstr ""
6196
6197 #: ../templates/default/history.tpl:87 ../templates/default/history.tpl:128
6198 msgid "User"
6199 msgstr ""
6200
6201 #: ../templates/default/history.tpl:116
6202 msgid "No log found"
6203 msgstr ""
6204
6205 #: ../templates/default/history.tpl:123
6206 msgid "History entry %id"
6207 msgstr ""
6208
6209 #: ../templates/default/history.tpl:138
6210 msgid "logs are empty"
6211 msgstr ""
6212
6213 #: ../templates/default/history.tpl:159
6214 msgid "Show associated query"
6215 msgstr ""
6216
6217 #: ../templates/default/ajouter_transaction.tpl:8
6218 msgid "Transaction details"
6219 msgstr ""
6220
6221 #: ../templates/default/ajouter_transaction.tpl:17
6222 #: ../templates/default/dispatch_type.tpl:49 ../templates/default/member.tpl:47
6223 msgid "-- select a name --"
6224 msgstr ""
6225
6226 #: ../templates/default/ajouter_transaction.tpl:34
6227 #: ../templates/default/ajouter_transaction.tpl:35
6228 #: ../templates/default/ajouter_contribution.tpl:152
6229 #: ../templates/default/ajouter_contribution.tpl:153
6230 msgid "Select a contribution type to create for dispatch transaction"
6231 msgstr ""
6232
6233 #: ../templates/default/ajouter_transaction.tpl:34
6234 #: ../templates/default/ajouter_contribution.tpl:152
6235 msgid "Dispatch type:"
6236 msgstr ""
6237
6238 #: ../templates/default/ajouter_transaction.tpl:55
6239 msgid "Attached contributions"
6240 msgstr ""
6241
6242 #: ../templates/default/ajouter_transaction.tpl:62
6243 #: ../templates/default/ajouter_contribution.tpl:54
6244 msgid "Create a new fee that will be attached to the current transaction"
6245 msgstr ""
6246
6247 #: ../templates/default/ajouter_transaction.tpl:69
6248 #: ../templates/default/ajouter_contribution.tpl:61
6249 msgid "Create a new donation that will be attached to the current transaction"
6250 msgstr ""
6251
6252 #: ../templates/default/ajouter_transaction.tpl:77
6253 msgid ""
6254 "Select an existing contribution in the database, and attach it to the "
6255 "current transaction"
6256 msgstr ""
6257
6258 #: ../templates/default/ajouter_transaction.tpl:100
6259 msgid "Dispatched amount:"
6260 msgstr ""
6261
6262 #: ../templates/default/ajouter_transaction.tpl:105
6263 msgid "Not dispatched amount:"
6264 msgstr ""
6265
6266 #: ../templates/default/ajouter_transaction.tpl:134
6267 msgid "Detach contribution from this transaction"
6268 msgstr ""
6269
6270 #: ../templates/default/ajouter_transaction.tpl:147
6271 #: ../templates/default/ajouter_contribution.tpl:179
6272 #: ../templates/default/dispatch_type.tpl:152
6273 msgid "No member registered!"
6274 msgstr ""
6275
6276 #: ../templates/default/ajouter_transaction.tpl:149
6277 #: ../templates/default/ajouter_contribution.tpl:181
6278 #: ../templates/default/dispatch_type.tpl:154
6279 msgid "Unfortunately, there is no member in your database yet,"
6280 msgstr ""
6281
6282 #: ../templates/default/ajouter_transaction.tpl:151
6283 #: ../templates/default/ajouter_contribution.tpl:183
6284 #: ../templates/default/dispatch_type.tpl:156
6285 msgid "please create a member"
6286 msgstr ""
6287
6288 #: ../templates/default/ajouter_transaction.tpl:175
6289 #: ../templates/default/mailing_adherents.tpl:204
6290 #: ../templates/default/mailing_adherents.tpl:250
6291 #: ../templates/default/mailing_adherents.tpl:306
6292 #: ../templates/default/gestion_groupes.tpl:203
6293 #: ../templates/default/gestion_groupes.tpl:263
6294 #: ../templates/default/gestion_groupes.tpl:316
6295 msgid "An error occurred displaying members interface :("
6296 msgstr ""
6297
6298 #: ../templates/default/ajouter_transaction.tpl:182
6299 msgid "Contributions selection"
6300 msgstr ""
6301
6302 #: ../templates/default/ajouter_transaction.tpl:217
6303 #: ../templates/default/ajouter_transaction.tpl:239
6304 msgid "An error occurred displaying contributions :("
6305 msgstr ""
6306
6307 #: ../templates/default/ajouter_transaction.tpl:250
6308 msgid "Click on a contribution row to attach it to the current transaction"
6309 msgstr ""
6310
6311 #: ../templates/default/group.tpl:4 ../templates/default/group.tpl:9
6312 #: ../templates/default/liste_membres.tpl:53
6313 #: ../templates/default/liste_membres.tpl:81
6314 msgid "Informations"
6315 msgstr ""
6316
6317 #: ../templates/default/group.tpl:5 ../templates/default/group.tpl:50
6318 msgid "Managers"
6319 msgstr ""
6320
6321 #: ../templates/default/group.tpl:26 ../templates/default/group.tpl:34
6322 msgid "Parent group:"
6323 msgstr ""
6324
6325 #: ../templates/default/group.tpl:70
6326 msgid "Manage members"
6327 msgstr "Gestisci membri"
6328
6329 #: ../templates/default/group.tpl:71
6330 msgid "Manage managers"
6331 msgstr ""
6332
6333 #: ../templates/default/group.tpl:84
6334 msgid "Current group (and attached people) as PDF"
6335 msgstr ""
6336
6337 #: ../templates/default/group.tpl:86
6338 msgid "Group PDF"
6339 msgstr ""
6340
6341 #: ../templates/default/404.tpl:10
6342 msgid ""
6343 "Your browser version is way too old and no longer supported in Galette for a "
6344 "while."
6345 msgstr ""
6346
6347 #: ../templates/default/404.tpl:11
6348 msgid ""
6349 "Please update your browser or use an alternative one, like Mozilla Firefox "
6350 "(http://mozilla.org)."
6351 msgstr ""
6352 "Per favore, aggiorna il tuo browser o usane un altro come Mozilla Firefox "
6353 "(http://mozilla.org)."
6354
6355 #: ../templates/default/404.tpl:21
6356 msgid "Sorry, the page you are looking for could not be found."
6357 msgstr ""
6358
6359 #: ../templates/default/404.tpl:25 ../templates/default/public_page.tpl:57
6360 msgid "Home"
6361 msgstr "Home"
6362
6363 #: ../templates/default/import.tpl:10
6364 msgid "Configure import model"
6365 msgstr ""
6366
6367 #: ../templates/default/import.tpl:15
6368 msgid "Existing files"
6369 msgstr ""
6370
6371 #: ../templates/default/import.tpl:21
6372 msgid "The following files seems ready to import on the disk:"
6373 msgstr ""
6374
6375 #: ../templates/default/import.tpl:36
6376 msgid "see"
6377 msgstr ""
6378
6379 #: ../templates/default/import.tpl:58
6380 msgid "Run the import process, but do *not* store anything in the database"
6381 msgstr ""
6382
6383 #: ../templates/default/import.tpl:58
6384 msgid "Dry run"
6385 msgstr ""
6386
6387 #: ../templates/default/import.tpl:62
6388 msgid "Import"
6389 msgstr ""
6390
6391 #: ../templates/default/import.tpl:66
6392 msgid "No import file actually exists."
6393 msgstr ""
6394
6395 #: ../templates/default/import.tpl:66
6396 msgid ""
6397 "Use upload form below to send a new file on server, or copy it directly in "
6398 "the imports directory."
6399 msgstr ""
6400
6401 #: ../templates/default/import.tpl:73
6402 msgid "Upload new file"
6403 msgstr ""
6404
6405 #: ../templates/default/import.tpl:76
6406 msgid "Select a file:"
6407 msgstr ""
6408
6409 #: ../templates/default/import.tpl:82
6410 msgid "Upload file"
6411 msgstr ""
6412
6413 #: ../templates/default/import.tpl:99
6414 msgid "No file selected"
6415 msgstr ""
6416
6417 #: ../templates/default/import.tpl:99
6418 msgid "Please make sure to select one file to import."
6419 msgstr ""
6420
6421 #: ../templates/default/import.tpl:118
6422 msgid "No file to upload"
6423 msgstr ""
6424
6425 #: ../templates/default/import.tpl:118
6426 msgid "Please make sure to select one file to upload."
6427 msgstr ""
6428
6429 #: ../templates/default/editer_champ.tpl:12
6430 #, php-format
6431 msgid "Edit field %field"
6432 msgstr ""
6433
6434 #: ../templates/default/editer_champ.tpl:18
6435 msgid "Permissions:"
6436 msgstr ""
6437
6438 #: ../templates/default/editer_champ.tpl:25
6439 msgid "Required:"
6440 msgstr ""
6441
6442 #: ../templates/default/editer_champ.tpl:34
6443 msgid "Width:"
6444 msgstr ""
6445
6446 #: ../templates/default/editer_champ.tpl:40
6447 msgid "Height:"
6448 msgstr ""
6449
6450 #: ../templates/default/editer_champ.tpl:46
6451 msgid "Size:"
6452 msgstr ""
6453
6454 #: ../templates/default/editer_champ.tpl:49
6455 msgid "Maximum file size, in Ko."
6456 msgstr ""
6457
6458 #: ../templates/default/editer_champ.tpl:51
6459 msgid "Maximum number of characters."
6460 msgstr ""
6461
6462 #: ../templates/default/editer_champ.tpl:57
6463 msgid "Repeat:"
6464 msgstr ""
6465
6466 #: ../templates/default/editer_champ.tpl:59
6467 msgid "Number of values or zero if infinite."
6468 msgstr ""
6469
6470 #: ../templates/default/editer_champ.tpl:64
6471 msgid "Values:"
6472 msgstr ""
6473
6474 #: ../templates/default/editer_champ.tpl:66
6475 msgid "Choice list (one entry per line)."
6476 msgstr ""
6477
6478 #: ../templates/default/editer_champ.tpl:78
6479 #: ../templates/default/editer_champ.tpl:81
6480 msgid "New dynamic field"
6481 msgstr ""
6482
6483 #: ../templates/default/editer_champ.tpl:90
6484 msgid "Visibility"
6485 msgstr ""
6486
6487 #: ../templates/default/editer_champ.tpl:110
6488 #: ../templates/default/configurer_fiche_content.tpl:8
6489 #: ../templates/default/config_fields.tpl:17
6490 #: ../templates/default/config_fields.tpl:31
6491 msgid "Required"
6492 msgstr "Richiesta"
6493
6494 #: ../templates/default/editer_champ.tpl:119
6495 #: ../templates/default/configurer_fiches.tpl:11
6496 #: ../templates/default/gestion_intitule_content.tpl:48
6497 #: ../templates/default/gestion_paymentstypes.tpl:27
6498 #: ../templates/default/gestion_titres.tpl:31
6499 msgid "Add"
6500 msgstr ""
6501
6502 #: ../templates/default/js_chosen_adh.tpl:37
6503 msgid "Load following members..."
6504 msgstr ""
6505
6506 #: ../templates/default/js_chosen_adh.tpl:55
6507 #: ../templates/default/js_chosen_adh.tpl:95
6508 msgid "An error occurred retrieving members :("
6509 msgstr ""
6510
6511 #: ../templates/default/js_chosen_adh.tpl:77
6512 msgid "Load previous members..."
6513 msgstr ""
6514
6515 #: ../templates/default/mailing_adherents.tpl:12
6516 msgid "Mailing information"
6517 msgstr ""
6518
6519 #: ../templates/default/mailing_adherents.tpl:17
6520 msgid "Go back to members list"
6521 msgstr ""
6522
6523 #: ../templates/default/mailing_adherents.tpl:20
6524 msgid "Manage selected members"
6525 msgstr ""
6526
6527 #: ../templates/default/mailing_adherents.tpl:38
6528 msgid "Existing attachments:"
6529 msgstr ""
6530
6531 #: ../templates/default/mailing_adherents.tpl:43
6532 #: ../templates/default/mailing_adherents.tpl:315
6533 msgid "Remove attachment"
6534 msgstr ""
6535
6536 #: ../templates/default/mailing_adherents.tpl:51
6537 msgid "Select attachments"
6538 msgstr ""
6539
6540 #: ../templates/default/mailing_adherents.tpl:51
6541 msgid "Add attachment"
6542 msgstr ""
6543
6544 #: ../templates/default/mailing_adherents.tpl:52
6545 msgid ""
6546 "Select files to add as attachments.<br/>Multiple file selection using 'ctrl' "
6547 "or 'shift' keys are only available on compatible browsers."
6548 msgstr ""
6549
6550 #: ../templates/default/mailing_adherents.tpl:58
6551 msgid "Write your mailing"
6552 msgstr ""
6553
6554 #: ../templates/default/mailing_adherents.tpl:64
6555 msgid "current logged in user"
6556 msgstr ""
6557
6558 #: ../templates/default/mailing_adherents.tpl:66
6559 msgid "other"
6560 msgstr ""
6561
6562 #: ../templates/default/mailing_adherents.tpl:76
6563 #: ../templates/default/mailing_adherents.tpl:110
6564 msgid "Object:"
6565 msgstr ""
6566
6567 #: ../templates/default/mailing_adherents.tpl:80
6568 msgid "(De)Activate HTML editor"
6569 msgstr ""
6570
6571 #: ../templates/default/mailing_adherents.tpl:86
6572 msgid "Interpret HTML"
6573 msgstr ""
6574
6575 #: ../templates/default/mailing_adherents.tpl:89
6576 msgid "Preview"
6577 msgstr ""
6578
6579 #: ../templates/default/mailing_adherents.tpl:101
6580 #: ../templates/default/mailing_adherents.tpl:124
6581 msgid "Cancel mailing"
6582 msgstr ""
6583
6584 #: ../templates/default/mailing_adherents.tpl:108
6585 msgid "Preview your mailing"
6586 msgstr ""
6587
6588 #: ../templates/default/mailing_adherents.tpl:122
6589 msgid "Modifiy mailing"
6590 msgstr ""
6591
6592 #: ../templates/default/mailing_adherents.tpl:211
6593 msgid "Members selection"
6594 msgstr ""
6595
6596 #: ../templates/default/mailing_adherents.tpl:315
6597 msgid "Are you sure you want to remove this attachment?"
6598 msgstr ""
6599
6600 #: ../templates/default/mailing_adherents.tpl:315
6601 msgid "This will immediately remove attachment from disk and cannot be undo."
6602 msgstr ""
6603
6604 #: ../templates/default/edit_title.tpl:8
6605 msgid "Short form:"
6606 msgstr ""
6607
6608 #: ../templates/default/edit_title.tpl:12
6609 msgid "Long form:"
6610 msgstr ""
6611
6612 #: ../templates/default/fake_data.tpl:6
6613 msgid "Core data"
6614 msgstr ""
6615
6616 #: ../templates/default/fake_data.tpl:9
6617 msgid "Number of members:"
6618 msgstr ""
6619
6620 #: ../templates/default/fake_data.tpl:13 ../templates/default/fake_data.tpl:14
6621 msgid "Add photos for members."
6622 msgstr ""
6623
6624 #: ../templates/default/fake_data.tpl:13 ../templates/default/fake_data.tpl:14
6625 msgid ""
6626 "Each photos mays take a long time to be retrieved. Use this only with a few "
6627 "members!"
6628 msgstr ""
6629
6630 #: ../templates/default/fake_data.tpl:13
6631 msgid "Add members photos"
6632 msgstr ""
6633
6634 #: ../templates/default/fake_data.tpl:18
6635 msgid "Number of groups:"
6636 msgstr ""
6637
6638 #: ../templates/default/fake_data.tpl:22 ../templates/default/fake_data.tpl:23
6639 msgid "Maximum number of contributions to generate for reach member"
6640 msgstr ""
6641
6642 #: ../templates/default/fake_data.tpl:22
6643 msgid "Number of contributions:"
6644 msgstr ""
6645
6646 #: ../templates/default/fake_data.tpl:27
6647 msgid "Number of transactions:"
6648 msgstr ""
6649
6650 #: ../templates/default/fake_data.tpl:35
6651 msgid "Generate some predefined dynamic fields"
6652 msgstr ""
6653
6654 #: ../templates/default/mailing_preview.tpl:9
6655 msgid "Headers"
6656 msgstr ""
6657
6658 #: ../templates/default/mailing_preview.tpl:11
6659 msgid "From:"
6660 msgstr ""
6661
6662 #: ../templates/default/mailing_preview.tpl:13
6663 msgid "To:"
6664 msgstr "A:"
6665
6666 #: ../templates/default/mailing_preview.tpl:24
6667 #: ../templates/default/reminder.tpl:41
6668 msgid "Subject:"
6669 msgstr ""
6670
6671 #: ../templates/default/mailing_preview.tpl:26
6672 msgid "Attachments:"
6673 msgstr ""
6674
6675 #: ../templates/default/mailing_preview.tpl:37
6676 msgid "Mail body"
6677 msgstr ""
6678
6679 #: ../templates/default/configurer_fiche_content.tpl:30
6680 #: ../templates/default/gestion_intitule_content.tpl:92
6681 #, php-format
6682 msgid "Edit '%s' field"
6683 msgstr ""
6684
6685 #: ../templates/default/configurer_fiche_content.tpl:37
6686 #, php-format
6687 msgid "Translate '%s' field"
6688 msgstr ""
6689
6690 #: ../templates/default/configurer_fiche_content.tpl:44
6691 #: ../templates/default/gestion_intitule_content.tpl:99
6692 #, php-format
6693 msgid "Delete '%s' field"
6694 msgstr ""
6695
6696 #: ../templates/default/configurer_fiche_content.tpl:54
6697 #, php-format
6698 msgid "Move up '%s' field"
6699 msgstr ""
6700
6701 #: ../templates/default/configurer_fiche_content.tpl:65
6702 #, php-format
6703 msgid "Move down '%s' field"
6704 msgstr ""
6705
6706 #: ../templates/default/configurer_fiche_content.tpl:73
6707 #, php-format
6708 msgid "There is not yet any dynamic field configured for '%formname'"
6709 msgstr ""
6710
6711 #: ../templates/default/ajax.tpl:1
6712 msgid "Ajax page content"
6713 msgstr ""
6714
6715 #: ../templates/default/gestion_pdf_content.tpl:15
6716 msgid "Header"
6717 msgstr ""
6718
6719 #: ../templates/default/gestion_pdf_content.tpl:19
6720 msgid "Footer"
6721 msgstr ""
6722
6723 #: ../templates/default/gestion_pdf_content.tpl:24
6724 msgid "Body"
6725 msgstr ""
6726
6727 #: ../templates/default/gestion_pdf_content.tpl:29
6728 msgid "CSS styles"
6729 msgstr ""
6730
6731 #: ../templates/default/gestion_pdf_content.tpl:37
6732 msgid "Invoice"
6733 msgstr ""
6734
6735 #: ../templates/default/gestion_pdf_content.tpl:38
6736 msgid "Receipt"
6737 msgstr ""
6738
6739 #: ../templates/default/gestion_pdf_content.tpl:39
6740 msgid "Adhesion Form"
6741 msgstr ""
6742
6743 #: ../templates/default/confirm_removal.tpl:13
6744 msgid "Cascade delete"
6745 msgstr ""
6746
6747 #: ../templates/default/confirm_removal.tpl:14
6748 msgid "Delete all associated data"
6749 msgstr ""
6750
6751 #: ../templates/default/confirm_removal.tpl:18
6752 msgid "Are you sure you want to proceed?"
6753 msgstr ""
6754
6755 #: ../templates/default/confirm_removal.tpl:18
6756 msgid "This can't be undone."
6757 msgstr ""
6758
6759 #: ../templates/default/confirm_removal.tpl:20
6760 msgid "Remove"
6761 msgstr ""
6762
6763 #: ../templates/default/ajouter_contribution.tpl:10
6764 msgid "Related transaction information"
6765 msgstr ""
6766
6767 #: ../templates/default/ajouter_contribution.tpl:15
6768 #: ../templates/default/dispatch_type.tpl:15
6769 msgid "View transaction"
6770 msgstr ""
6771
6772 #: ../templates/default/ajouter_contribution.tpl:17
6773 #: ../templates/default/dispatch_type.tpl:17
6774 msgid "[view]"
6775 msgstr ""
6776
6777 #: ../templates/default/ajouter_contribution.tpl:30
6778 #: ../templates/default/dispatch_type.tpl:30
6779 msgid "Not dispatched amount"
6780 msgstr ""
6781
6782 #: ../templates/default/ajouter_contribution.tpl:46
6783 #: ../templates/default/dispatch_type.tpl:44
6784 msgid "Select contributor and membership fee type"
6785 msgstr ""
6786
6787 #: ../templates/default/ajouter_contribution.tpl:48
6788 #: ../templates/default/dispatch_type.tpl:44
6789 msgid "Select contributor and donation type"
6790 msgstr ""
6791
6792 #: ../templates/default/ajouter_contribution.tpl:56
6793 msgid "New attached fee"
6794 msgstr ""
6795
6796 #: ../templates/default/ajouter_contribution.tpl:63
6797 msgid "New attached donation"
6798 msgstr ""
6799
6800 #: ../templates/default/ajouter_contribution.tpl:71
6801 msgid "Search for name or ID and pick member"
6802 msgstr ""
6803
6804 #: ../templates/default/ajouter_contribution.tpl:92
6805 #: ../templates/default/dispatch_type.tpl:70
6806 msgid "Reload"
6807 msgstr ""
6808
6809 #: ../templates/default/ajouter_contribution.tpl:92
6810 msgid ""
6811 "Reload date information according to selected member and contribution type"
6812 msgstr ""
6813
6814 #: ../templates/default/ajouter_contribution.tpl:99
6815 #: ../templates/default/dispatch_type.tpl:77
6816 msgid "Details of membership fee"
6817 msgstr ""
6818
6819 #: ../templates/default/ajouter_contribution.tpl:99
6820 #: ../templates/default/dispatch_type.tpl:77
6821 msgid "Details of donation"
6822 msgstr ""
6823
6824 #: ../templates/default/ajouter_contribution.tpl:112
6825 #: ../templates/default/dispatch_type.tpl:95
6826 msgid "Record date:"
6827 msgstr ""
6828
6829 #: ../templates/default/ajouter_contribution.tpl:134
6830 #: ../templates/default/dispatch_type.tpl:117
6831 msgid "months"
6832 msgstr ""
6833
6834 #: ../templates/default/ajouter_contribution.tpl:150
6835 msgid "Transaction related"
6836 msgstr ""
6837
6838 #: ../templates/default/ajouter_contribution.tpl:162
6839 #: ../templates/default/dispatch_type.tpl:133
6840 msgid "Notify member"
6841 msgstr ""
6842
6843 #: ../templates/default/ajouter_contribution.tpl:164
6844 #: ../templates/default/dispatch_type.tpl:135
6845 msgid "Member will receive a notification by email, if he has an address."
6846 msgstr "Il membro riceverà una notifica via e-mail, se ha un indirizzo."
6847
6848 #: ../templates/default/ajouter_contribution.tpl:221
6849 msgid "An error occurred retrieving dates :("
6850 msgstr ""
6851
6852 #: ../templates/default/ajouter_contribution.tpl:236
6853 msgid "Contribution amount should be greater than %max"
6854 msgstr ""
6855
6856 #: ../templates/default/liste_membres.tpl:4
6857 msgid ""
6858 "This page shows only members who have choosen to be visible on the public "
6859 "lists and are up-to-date within their contributions. If you want your "
6860 "account to be visible here, edit your profile and check 'Be visible in the "
6861 "members list'"
6862 msgstr ""
6863
6864 #: ../templates/default/liste_membres.tpl:91
6865 #: ../templates/default/trombinoscope.tpl:32
6866 msgid "No member to show"
6867 msgstr ""
6868
6869 #: ../templates/default/change_passwd.tpl:6
6870 msgid "New password:"
6871 msgstr ""
6872
6873 #: ../templates/default/change_passwd.tpl:10
6874 msgid "Confirmation:"
6875 msgstr ""
6876
6877 #: ../templates/default/change_passwd.tpl:14
6878 msgid "(at least 4 characters)"
6879 msgstr ""
6880
6881 #: ../templates/default/change_passwd.tpl:17
6882 msgid "Change my password"
6883 msgstr ""
6884
6885 #: ../templates/default/voir_adherent.tpl:8 ../templates/default/member.tpl:8
6886 msgid "Previous"
6887 msgstr "Precedente"
6888
6889 #: ../templates/default/voir_adherent.tpl:12 ../templates/default/member.tpl:12
6890 msgid "Next"
6891 msgstr ""
6892
6893 #: ../templates/default/voir_adherent.tpl:24
6894 msgid "Generate members's card"
6895 msgstr ""
6896
6897 #: ../templates/default/voir_adherent.tpl:28
6898 msgid "Generate Member Card"
6899 msgstr ""
6900
6901 #: ../templates/default/voir_adherent.tpl:37
6902 msgid "Adhesion form"
6903 msgstr ""
6904
6905 #: ../templates/default/voir_adherent.tpl:45
6906 msgid ""
6907 "Send member a link to generate a new passord, as if had used the 'lost "
6908 "password' functionnality."
6909 msgstr ""
6910
6911 #: ../templates/default/voir_adherent.tpl:49
6912 msgid "New password"
6913 msgstr ""
6914
6915 #: ../templates/default/voir_adherent.tpl:58
6916 msgid "Edit member"
6917 msgstr ""
6918
6919 #: ../templates/default/voir_adherent.tpl:68
6920 msgid "View member's contributions"
6921 msgstr "Visualizza i contributi degli utenti"
6922
6923 #: ../templates/default/voir_adherent.tpl:72
6924 msgid "View contributions"
6925 msgstr ""
6926
6927 #: ../templates/default/voir_adherent.tpl:96
6928 msgid "Create a new member with %name information."
6929 msgstr ""
6930
6931 #: ../templates/default/voir_adherent.tpl:100
6932 msgid "Duplicate"
6933 msgstr ""
6934
6935 #: ../templates/default/voir_adherent.tpl:115
6936 msgid "Family"
6937 msgstr ""
6938
6939 #: ../templates/default/voir_adherent.tpl:118
6940 #: ../templates/default/member.tpl:36
6941 msgid "Attached to:"
6942 msgstr ""
6943
6944 #: ../templates/default/voir_adherent.tpl:124
6945 #: ../templates/default/member.tpl:57
6946 msgid "Parent of:"
6947 msgstr ""
6948
6949 #: ../templates/default/voir_adherent.tpl:197
6950 #: ../templates/default/forms_types/picture.tpl:8
6951 msgid "Picture"
6952 msgstr ""
6953
6954 #: ../templates/default/voir_adherent.tpl:198
6955 msgid "You can drop new image here to get photo changed"
6956 msgstr ""
6957
6958 #: ../templates/default/voir_adherent.tpl:205
6959 #: ../templates/default/forms_types/groups.tpl:2
6960 msgid "Groups:"
6961 msgstr ""
6962
6963 #: ../templates/default/voir_adherent.tpl:212
6964 msgid "[member]"
6965 msgstr ""
6966
6967 #: ../templates/default/voir_adherent.tpl:228
6968 #: ../templates/default/member.tpl:135
6969 msgid "Back to top"
6970 msgstr ""
6971
6972 #: ../templates/default/voir_adherent.tpl:238
6973 msgid "Not managed group"
6974 msgstr ""
6975
6976 #: ../templates/default/voir_adherent.tpl:238
6977 msgid "You are not part of managers for the requested group."
6978 msgstr ""
6979
6980 #: ../templates/default/advanced_search.tpl:6
6981 msgid "Simple search"
6982 msgstr ""
6983
6984 #: ../templates/default/advanced_search.tpl:17
6985 msgid "Membership status"
6986 msgstr ""
6987
6988 #: ../templates/default/advanced_search.tpl:23
6989 msgid "Account activity"
6990 msgstr ""
6991
6992 #: ../templates/default/advanced_search.tpl:29
6993 msgid "Member of group"
6994 msgstr ""
6995
6996 #: ../templates/default/advanced_search.tpl:38
6997 msgid "With email:"
6998 msgstr ""
6999
7000 #: ../templates/default/advanced_search.tpl:52
7001 msgid "Birth date"
7002 msgstr ""
7003
7004 #: ../templates/default/advanced_search.tpl:53
7005 #: ../templates/default/advanced_search.tpl:60
7006 #: ../templates/default/advanced_search.tpl:67
7007 #: ../templates/default/advanced_search.tpl:74
7008 #: ../templates/default/advanced_search.tpl:137
7009 #: ../templates/default/advanced_search.tpl:144
7010 #: ../templates/default/advanced_search.tpl:151
7011 #: ../templates/default/advanced_search.tpl:158
7012 msgid "beetween"
7013 msgstr ""
7014
7015 #: ../templates/default/advanced_search.tpl:66
7016 msgid "Modification date"
7017 msgstr ""
7018
7019 #: ../templates/default/advanced_search.tpl:73
7020 msgid "Due date"
7021 msgstr ""
7022
7023 #: ../templates/default/advanced_search.tpl:80
7024 msgid "Show public infos"
7025 msgstr ""
7026
7027 #: ../templates/default/advanced_search.tpl:89
7028 msgid "Statuts"
7029 msgstr ""
7030
7031 #: ../templates/default/advanced_search.tpl:97
7032 #, fuzzy
7033 #| msgid "Advanced search"
7034 msgid "Advanced groups search"
7035 msgstr "Ricerca Avanzata"
7036
7037 #: ../templates/default/advanced_search.tpl:97
7038 msgid "Experimental"
7039 msgstr ""
7040
7041 #: ../templates/default/advanced_search.tpl:104
7042 msgid "Add new group search criteria"
7043 msgstr ""
7044
7045 #: ../templates/default/advanced_search.tpl:108
7046 msgid "In all selected groups"
7047 msgstr ""
7048
7049 #: ../templates/default/advanced_search.tpl:109
7050 msgid "In any of selected groups"
7051 msgstr ""
7052
7053 #: ../templates/default/advanced_search.tpl:125
7054 #: ../templates/default/advanced_search.tpl:294
7055 msgid "Remove criteria"
7056 msgstr ""
7057
7058 #: ../templates/default/advanced_search.tpl:133
7059 msgid "Within contributions"
7060 msgstr ""
7061
7062 #: ../templates/default/advanced_search.tpl:143
7063 msgid "Begin date"
7064 msgstr ""
7065
7066 #: ../templates/default/advanced_search.tpl:150
7067 msgid "End date"
7068 msgstr ""
7069
7070 #: ../templates/default/advanced_search.tpl:202
7071 msgid "Free search"
7072 msgstr ""
7073
7074 #: ../templates/default/advanced_search.tpl:209
7075 msgid "Add new free search criteria"
7076 msgstr ""
7077
7078 #: ../templates/default/advanced_search.tpl:217
7079 msgid "or"
7080 msgstr ""
7081
7082 #: ../templates/default/advanced_search.tpl:220
7083 msgid "Select a field"
7084 msgstr ""
7085
7086 #: ../templates/default/advanced_search.tpl:253
7087 #: ../templates/default/advanced_search.tpl:265
7088 #: ../templates/default/advanced_search.tpl:273
7089 #: ../templates/default/advanced_search.tpl:279
7090 #: ../templates/default/advanced_search.tpl:311
7091 msgid "is"
7092 msgstr ""
7093
7094 #: ../templates/default/advanced_search.tpl:254
7095 #: ../templates/default/advanced_search.tpl:281
7096 #: ../templates/default/advanced_search.tpl:313
7097 msgid "is not"
7098 msgstr ""
7099
7100 #: ../templates/default/advanced_search.tpl:266
7101 #: ../templates/default/advanced_search.tpl:317
7102 msgid "before"
7103 msgstr ""
7104
7105 #: ../templates/default/advanced_search.tpl:267
7106 #: ../templates/default/advanced_search.tpl:318
7107 msgid "after"
7108 msgstr ""
7109
7110 #: ../templates/default/advanced_search.tpl:280
7111 #: ../templates/default/advanced_search.tpl:312
7112 msgid "contains"
7113 msgstr ""
7114
7115 #: ../templates/default/advanced_search.tpl:282
7116 #: ../templates/default/advanced_search.tpl:314
7117 msgid "do not contains"
7118 msgstr ""
7119
7120 #: ../templates/default/advanced_search.tpl:283
7121 #: ../templates/default/advanced_search.tpl:315
7122 msgid "starts with"
7123 msgstr ""
7124
7125 #: ../templates/default/advanced_search.tpl:284
7126 #: ../templates/default/advanced_search.tpl:316
7127 msgid "ends with"
7128 msgstr ""
7129
7130 #: ../templates/default/directlink.tpl:6
7131 msgid "Please confirm your email address:"
7132 msgstr ""
7133
7134 #: ../templates/default/directlink.tpl:9
7135 msgid "Get my document"
7136 msgstr ""
7137
7138 #: ../templates/default/config_fields.tpl:5
7139 #: ../templates/default/config_fields.tpl:85
7140 msgid "Collapse all"
7141 msgstr ""
7142
7143 #: ../templates/default/config_fields.tpl:31
7144 #, php-format
7145 msgid "Field '%field' cannot be set as required."
7146 msgstr ""
7147
7148 #: ../templates/default/config_fields.tpl:31
7149 #, php-format
7150 msgid "Mark '%field' as (not) required"
7151 msgstr ""
7152
7153 #: ../templates/default/config_fields.tpl:84
7154 msgid "Expand all"
7155 msgstr ""
7156
7157 #: ../templates/default/config_fields.tpl:162
7158 msgid "Warning"
7159 msgstr ""
7160
7161 #: ../templates/default/config_fields.tpl:162
7162 msgid "Some warnings has been thrown:"
7163 msgstr ""
7164
7165 #: ../templates/default/config_fields.tpl:162
7166 msgid "Please correct above warnings to continue."
7167 msgstr ""
7168
7169 #: ../templates/default/plugins.tpl:4 ../templates/default/plugins.tpl:17
7170 msgid "Active plugins"
7171 msgstr ""
7172
7173 #: ../templates/default/plugins.tpl:9 ../templates/default/plugins.tpl:23
7174 msgid "Author"
7175 msgstr ""
7176
7177 #: ../templates/default/plugins.tpl:10 ../templates/default/plugins.tpl:24
7178 msgid "Version"
7179 msgstr ""
7180
7181 #: ../templates/default/plugins.tpl:11 ../templates/default/plugins.tpl:25
7182 msgid "Release date"
7183 msgstr "Data di rilascio"
7184
7185 #: ../templates/default/plugins.tpl:32
7186 msgid "Click here to deactivate plugin '%name'"
7187 msgstr ""
7188
7189 #: ../templates/default/plugins.tpl:41
7190 msgid "Initialize '%name' database"
7191 msgstr ""
7192
7193 #: ../templates/default/plugins.tpl:50
7194 msgid "No active plugin."
7195 msgstr ""
7196
7197 #: ../templates/default/plugins.tpl:54
7198 msgid "Inactive plugins"
7199 msgstr ""
7200
7201 #: ../templates/default/plugins.tpl:59 ../templates/default/plugins.tpl:66
7202 msgid "Cause"
7203 msgstr ""
7204
7205 #: ../templates/default/plugins.tpl:68
7206 msgid "A required file is missing"
7207 msgstr ""
7208
7209 #: ../templates/default/plugins.tpl:70
7210 msgid "Incompatible with current version"
7211 msgstr ""
7212
7213 #: ../templates/default/plugins.tpl:72
7214 msgid "Explicitely disabled"
7215 msgstr ""
7216
7217 #: ../templates/default/plugins.tpl:74
7218 msgid "Unknown"
7219 msgstr ""
7220
7221 #: ../templates/default/plugins.tpl:83
7222 msgid "Activate plugin '%name'"
7223 msgstr ""
7224
7225 #: ../templates/default/plugins.tpl:90
7226 msgid "No inactive plugin."
7227 msgstr ""
7228
7229 #: ../templates/default/plugins.tpl:107
7230 msgid "Plugin database initialization: %name"
7231 msgstr ""
7232
7233 #: ../templates/default/plugins.tpl:154 ../templates/default/plugins.tpl:172
7234 msgid ""
7235 "An error occurred displaying plugin database initialization interface :("
7236 msgstr ""
7237
7238 #: ../templates/default/gestion_groupes.tpl:19
7239 msgid "New group"
7240 msgstr ""
7241
7242 #: ../templates/default/gestion_groupes.tpl:26
7243 msgid "Group information"
7244 msgstr ""
7245
7246 #: ../templates/default/gestion_groupes.tpl:32
7247 #: ../templates/default/ajax_groups.tpl:31
7248 msgid "no group"
7249 msgstr ""
7250
7251 #: ../templates/default/gestion_groupes.tpl:38
7252 msgid "Export all groups and their members as PDF"
7253 msgstr ""
7254
7255 #: ../templates/default/gestion_groupes.tpl:39
7256 msgid "All groups PDF"
7257 msgstr ""
7258
7259 #: ../templates/default/gestion_groupes.tpl:90
7260 msgid "An error occurred reordering groups :("
7261 msgstr ""
7262
7263 #: ../templates/default/gestion_groupes.tpl:127
7264 msgid "An error occurred loading selected group :("
7265 msgstr ""
7266
7267 #: ../templates/default/gestion_groupes.tpl:137
7268 msgid "Add a new group"
7269 msgstr ""
7270
7271 #: ../templates/default/gestion_groupes.tpl:142
7272 msgid "Create"
7273 msgstr ""
7274
7275 #: ../templates/default/gestion_groupes.tpl:159
7276 msgid "The group name you have requested already exits in the database."
7277 msgstr ""
7278
7279 #: ../templates/default/gestion_groupes.tpl:166
7280 msgid "An error occurred checking name uniqueness :("
7281 msgstr ""
7282
7283 #: ../templates/default/gestion_groupes.tpl:170
7284 msgid "Pleade provide a group name"
7285 msgstr ""
7286
7287 #: ../templates/default/gestion_groupes.tpl:212
7288 msgid "Group members selection"
7289 msgstr ""
7290
7291 #: ../templates/default/gestion_groupes.tpl:214
7292 msgid "Group managers selection"
7293 msgstr ""
7294
7295 #: ../templates/default/group_persons.tpl:18
7296 #: ../templates/default/group_persons.tpl:22
7297 #: ../templates/default/ajax_members.tpl:29
7298 #: ../templates/default/ajax_members.tpl:33
7299 msgid "[W]"
7300 msgstr ""
7301
7302 #: ../templates/default/group_persons.tpl:20
7303 #: ../templates/default/ajax_members.tpl:31
7304 msgid "[M]"
7305 msgstr ""
7306
7307 #: ../templates/default/group_persons.tpl:27
7308 #: ../templates/default/ajax_members.tpl:38
7309 msgid "[admin]"
7310 msgstr ""
7311
7312 #: ../templates/default/group_persons.tpl:29
7313 #: ../templates/default/ajax_members.tpl:40
7314 #: ../templates/default/gestion_intitule_content.tpl:68
7315 msgid "[staff]"
7316 msgstr ""
7317
7318 #: ../templates/default/group_persons.tpl:41
7319 msgid "No member attached"
7320 msgstr ""
7321
7322 #: ../templates/default/group_persons.tpl:43
7323 msgid "No manager attached"
7324 msgstr ""
7325
7326 #: ../templates/default/footer.tpl:8
7327 msgid "Documentation"
7328 msgstr "Documentazione"
7329
7330 #: ../templates/default/traduire_libelles.tpl:9
7331 msgid "Choose label to translate"
7332 msgstr ""
7333
7334 #: ../templates/default/traduire_libelles.tpl:21
7335 #, php-format
7336 msgid "Original text: '%s'"
7337 msgstr ""
7338
7339 #: ../templates/default/traduire_libelles.tpl:26
7340 #, php-format
7341 msgid "Translation of '%s' label"
7342 msgstr ""
7343
7344 #: ../templates/default/traduire_libelles.tpl:43
7345 msgid "No fields to translate."
7346 msgstr ""
7347
7348 #: ../templates/default/ajax_members.tpl:50
7349 msgid "no member"
7350 msgstr ""
7351
7352 #: ../templates/default/ajax_members.tpl:56
7353 msgid "Selected members"
7354 msgstr ""
7355
7356 #: ../templates/default/ajax_members.tpl:64
7357 msgid "No members has been selected yet."
7358 msgstr ""
7359
7360 #: ../templates/default/ajax_members.tpl:75
7361 #: ../templates/default/ajax_groups.tpl:47
7362 msgid "Validate"
7363 msgstr ""
7364
7365 #: ../templates/default/photo_dnd.tpl:60
7366 msgid "An error occurred sending photo :("
7367 msgstr ""
7368
7369 #: ../templates/default/gestion_intitule_content.tpl:14
7370 #: ../templates/default/gestion_intitule_content.tpl:33
7371 #: ../templates/default/gestion_intitule_content.tpl:75
7372 msgid "Priority"
7373 msgstr ""
7374
7375 #: ../templates/default/gestion_intitule_content.tpl:24
7376 msgid "New status"
7377 msgstr ""
7378
7379 #: ../templates/default/gestion_intitule_content.tpl:26
7380 msgid "New contribution type"
7381 msgstr ""
7382
7383 #: ../templates/default/gestion_intitule_content.tpl:60
7384 #, php-format
7385 msgid "%s field"
7386 msgstr ""
7387
7388 #: ../templates/default/gestion_transactions.tpl:5
7389 msgid "Show transactions since"
7390 msgstr ""
7391
7392 #: ../templates/default/gestion_transactions.tpl:22
7393 msgid "Show all members transactions"
7394 msgstr ""
7395
7396 #: ../templates/default/gestion_transactions.tpl:32
7397 #, fuzzy, php-format
7398 #| msgid "List of transactions"
7399 msgid "%count transaction"
7400 msgid_plural "%count transactions"
7401 msgstr[0] "%count transaziono"
7402 msgstr[1] "%count transazioni"
7403
7404 #: ../templates/default/gestion_transactions.tpl:62
7405 #: ../templates/default/gestion_transactions.tpl:109
7406 msgid "Originator"
7407 msgstr ""
7408
7409 #: ../templates/default/gestion_transactions.tpl:102
7410 msgid "Transaction %id"
7411 msgstr ""
7412
7413 #: ../templates/default/gestion_transactions.tpl:129
7414 msgid "Edit transaction #%id"
7415 msgstr ""
7416
7417 #: ../templates/default/gestion_transactions.tpl:136
7418 msgid "Remove transaction #%id"
7419 msgstr ""
7420
7421 #: ../templates/default/gestion_transactions.tpl:142
7422 msgid "no transaction"
7423 msgstr ""
7424
7425 #: ../templates/default/gestion_transactions.tpl:157
7426 msgid "Completely dispatched transaction"
7427 msgstr ""
7428
7429 #: ../templates/default/gestion_transactions.tpl:161
7430 msgid "Uncomplete dispatched transaction"
7431 msgstr ""
7432
7433 #: ../templates/default/forms_types/password.tpl:19
7434 msgid "Password confirmation:"
7435 msgstr ""
7436
7437 #: ../templates/default/forms_types/company.tpl:6
7438 msgid "Is company?"
7439 msgstr ""
7440
7441 #: ../templates/default/forms_types/company.tpl:7
7442 msgid "Is member a company?"
7443 msgstr ""
7444
7445 #: ../templates/default/forms_types/company.tpl:8
7446 msgid ""
7447 "Do you manage a non profit organization, or a company? If you do so, check "
7448 "the box, and then enter its name in the field that will appear."
7449 msgstr ""
7450
7451 #: ../templates/default/forms_types/titles.tpl:6
7452 msgid "Not supplied"
7453 msgstr ""
7454
7455 #: ../templates/default/forms_types/groups.tpl:6
7456 msgid "Manage user's groups"
7457 msgstr "Gestisci gruppi di utenti"
7458
7459 #: ../templates/default/forms_types/groups.tpl:12
7460 msgid "Manage user's managed groups"
7461 msgstr ""
7462
7463 #: ../templates/default/forms_types/groups.tpl:40
7464 #: ../templates/default/member.tpl:254
7465 msgid "Member of:"
7466 msgstr ""
7467
7468 #: ../templates/default/forms_types/groups.tpl:52
7469 #: ../templates/default/member.tpl:252
7470 msgid "Manager for:"
7471 msgstr ""
7472
7473 #: ../templates/default/forms_types/captcha.tpl:7
7474 msgid ""
7475 "A link will be sent to you if you have provided an email address. Otherwise, "
7476 "you can use this password to login, and we recommend you to change it as "
7477 "soon as possible."
7478 msgstr ""
7479 "Se hai fornito un indirizzo e-mail, ti verrà inviato un link. In caso "
7480 "contrario, è possibile utilizzare questa password per accedere e si "
7481 "consiglia di modificarla il prima possibile."
7482
7483 #: ../templates/default/forms_types/captcha.tpl:14
7484 msgid "Password image"
7485 msgstr ""
7486
7487 #: ../templates/default/forms_types/picture.tpl:2
7488 msgid "Picture:"
7489 msgstr "Foto:"
7490
7491 #: ../templates/default/telemetry.tpl:3
7492 msgid ""
7493 "Telemetry data are <strong>anonymous</strong>; nothing about your "
7494 "organization or its members will be sent."
7495 msgstr ""
7496
7497 #: ../templates/default/telemetry.tpl:4
7498 msgid ""
7499 "Nothing is automated in the process; it's up to you to send (or resend) data."
7500 msgstr ""
7501
7502 #: ../templates/default/telemetry.tpl:4
7503 msgid ""
7504 "You can review below the raw data that would be send if you press the 'Send' "
7505 "button."
7506 msgstr ""
7507
7508 #: ../templates/default/telemetry.tpl:4
7509 msgid ""
7510 "Also note tha all data is sent over a <strong>HTTPS secured connection</"
7511 "strong>."
7512 msgstr ""
7513
7514 #: ../templates/default/telemetry.tpl:11
7515 msgid "Send telemetry information"
7516 msgstr ""
7517
7518 #: ../templates/default/telemetry.tpl:39
7519 #, fuzzy
7520 #| msgid "An error occurred sending test email :("
7521 msgid "An error occurred sending telemetry information :("
7522 msgstr "Si è verificato un errore durante l’invio dell’e-mail di prova :("
7523
7524 #: ../templates/default/gestion_paymentstypes.tpl:17
7525 msgid "Add payment type"
7526 msgstr ""
7527
7528 #: ../templates/default/gestion_paymentstypes.tpl:20
7529 msgid "Label"
7530 msgstr ""
7531
7532 #: ../templates/default/gestion_paymentstypes.tpl:43
7533 #, php-format
7534 msgid "%s payment type"
7535 msgstr ""
7536
7537 #: ../templates/default/gestion_paymentstypes.tpl:54
7538 #, php-format
7539 msgid "Edit '%s' payment type"
7540 msgstr ""
7541
7542 #: ../templates/default/gestion_paymentstypes.tpl:72
7543 #, php-format
7544 msgid "Delete '%s' payment type"
7545 msgstr ""
7546
7547 #: ../templates/default/dispatch_type.tpl:10
7548 msgid "Related transaction informations"
7549 msgstr ""
7550
7551 #: ../templates/default/dispatch_type.tpl:70
7552 msgid ""
7553 "Reload date informations according to selected member and contribution type"
7554 msgstr ""
7555
7556 #: ../templates/default/dispatch_type.tpl:195
7557 #, fuzzy
7558 #| msgid "An error occurred sending test email :("
7559 msgid "An error occured retrieving dates :("
7560 msgstr "Si è verificato un errore durante l’invio dell’e-mail di prova :("
7561
7562 #: ../templates/default/plugin_info.tpl:6
7563 msgid "By %name"
7564 msgstr ""
7565
7566 #: ../templates/default/plugin_info.tpl:15
7567 msgid "Version:"
7568 msgstr ""
7569
7570 #: ../templates/default/plugin_info.tpl:19
7571 msgid "Author:"
7572 msgstr ""
7573
7574 #: ../templates/default/plugin_info.tpl:21
7575 msgid "Path:"
7576 msgstr ""
7577
7578 #: ../templates/default/plugin_info.tpl:23
7579 msgid "Main route:"
7580 msgstr ""
7581
7582 #: ../templates/default/plugin_info.tpl:25
7583 msgid "ACLs"
7584 msgstr ""
7585
7586 #: ../templates/default/plugin_info.tpl:29
7587 msgid "Route"
7588 msgstr ""
7589
7590 #: ../templates/default/plugin_info.tpl:30
7591 msgid "ACL"
7592 msgstr ""
7593
7594 #: ../templates/default/plugin_info.tpl:38
7595 msgid "No ACLs!"
7596 msgstr ""
7597
7598 #: ../templates/default/plugin_info.tpl:44
7599 msgid "Raw information"
7600 msgstr ""
7601
7602 #: ../templates/default/public_page.tpl:39
7603 msgid "View your member card"
7604 msgstr ""
7605
7606 #: ../templates/default/public_page.tpl:67
7607 msgid "Subscribe"
7608 msgstr "Iscriviti"
7609
7610 #: ../templates/default/public_page.tpl:77
7611 msgid "Lost your password?"
7612 msgstr "Hai perso la password?"
7613
7614 #: ../templates/default/public_page.tpl:101
7615 msgid "Public page content"
7616 msgstr ""
7617
7618 #: ../templates/default/mailing_recipients.tpl:5
7619 #, php-format
7620 msgid "Your message has been sent to <strong>%s members</strong>"
7621 msgstr ""
7622
7623 #: ../templates/default/mailing_recipients.tpl:7
7624 #, php-format
7625 msgid "You are about to send an e-mail to <strong>%s members</strong>"
7626 msgstr ""
7627
7628 #: ../templates/default/mailing_recipients.tpl:11
7629 msgid "None of the selected members has an email address."
7630 msgstr "Nessuno dei membri selezionati ha un indirizzo di posta elettronica."
7631
7632 #: ../templates/default/mailing_recipients.tpl:13
7633 msgid "No member selected (yet)."
7634 msgstr ""
7635
7636 #: ../templates/default/mailing_recipients.tpl:18
7637 msgid "unreachable members:"
7638 msgstr ""
7639
7640 #: ../templates/default/mailing_recipients.tpl:18
7641 msgid "unreachable member:"
7642 msgstr ""
7643
7644 #: ../templates/default/mailing_recipients.tpl:19
7645 msgid ""
7646 "Some members you have selected have no e-mail address. However, you can "
7647 "generate envelope labels to contact them by snail mail."
7648 msgstr ""
7649
7650 #: ../templates/default/ajax_groups.tpl:9
7651 msgid "Manager(s)"
7652 msgstr ""
7653
7654 #: ../templates/default/ajax_groups.tpl:28
7655 msgid "%membercount members"
7656 msgstr ""
7657
7658 #: ../templates/default/ajax_groups.tpl:36
7659 msgid "Selected groups"
7660 msgstr "Gruppi selezionati"
7661
7662 #: ../templates/default/ajax_groups.tpl:44
7663 msgid "No groups has been selected yet."
7664 msgstr ""
7665
7666 #: ../templates/default/global_messages.tpl:28
7667 msgid "- WARNING -"
7668 msgstr "- ATTENZIONE -"
7669
7670 #: ../templates/default/global_messages.tpl:40
7671 msgid ""
7672 "You will be redirected in %timeout seconds. If not, please click on the "
7673 "following link:"
7674 msgstr ""
7675
7676 #: ../templates/default/global_messages.tpl:41
7677 msgid "Do not wait timeout and go to the next page now :)"
7678 msgstr ""
7679
7680 #: ../templates/default/global_messages.tpl:66
7681 msgid "Your telemetry data are more than one year old."
7682 msgstr ""
7683
7684 #: ../templates/default/global_messages.tpl:67
7685 msgid "Do you want to send it again?"
7686 msgstr "Vuoi inviarlo di nuovo?"
7687
7688 #: ../templates/default/global_messages.tpl:70
7689 msgid "Later"
7690 msgstr "Più tardi"
7691
7692 #: ../templates/default/reminder.tpl:6
7693 msgid "Choose wich reminder(s) you want to send:"
7694 msgstr ""
7695
7696 #: ../templates/default/reminder.tpl:12 ../templates/default/reminder.tpl:19
7697 msgid "preview"
7698 msgstr ""
7699
7700 #: ../templates/default/reminder.tpl:13 ../templates/default/reminder.tpl:20
7701 #, php-format
7702 msgid "%s members with an email address"
7703 msgstr ""
7704
7705 #: ../templates/default/reminder.tpl:14 ../templates/default/reminder.tpl:21
7706 #, php-format
7707 msgid "%s members without email address"
7708 msgstr "%s membri senza indirizzo e-mail"
7709
7710 #: ../templates/default/reminder.tpl:25
7711 msgid "Generate labels for late members without email address"
7712 msgstr ""
7713
7714 #: ../templates/default/reminder.tpl:68
7715 msgid "No reminder selected"
7716 msgstr ""
7717
7718 #: ../templates/default/reminder.tpl:68
7719 msgid "Please make sure to select at least one reminder."
7720 msgstr ""
7721
7722 #: ../templates/default/member.tpl:21
7723 msgid "Account registered!"
7724 msgstr ""
7725
7726 #: ../templates/default/member.tpl:24
7727 msgid "Your subscription has been registered."
7728 msgstr ""
7729
7730 #: ../templates/default/member.tpl:26
7731 msgid ""
7732 "Your subscription has been registered, you will receive a recapitulative "
7733 "email soon (remember to check your spam box ;) )."
7734 msgstr ""
7735 "Il tuo abbonamento è stato registrato, riceverai un’e-mail ricapitolativa "
7736 "presto (ricordati di controllare la tua casella di spam ;) )."
7737
7738 #: ../templates/default/member.tpl:28
7739 msgid "You'll be redirected to the login page in a few seconds"
7740 msgstr ""
7741
7742 #: ../templates/default/member.tpl:39
7743 msgid "Detach?"
7744 msgstr ""
7745
7746 #: ../templates/default/member.tpl:44
7747 msgid "Attach member"
7748 msgstr ""
7749
7750 #: ../templates/default/member.tpl:88
7751 msgid "Notify member his account has been modified"
7752 msgstr ""
7753
7754 #: ../templates/default/member.tpl:90
7755 msgid "Notify member his account has been created"
7756 msgstr ""
7757
7758 #: ../templates/default/member.tpl:96
7759 #, fuzzy
7760 #| msgid "Member will receive a notification by email, if he has an address."
7761 msgid "Member will be notified by email his account has been modified."
7762 msgstr "Il membro riceverà una notifica via e-mail, se ha un indirizzo."
7763
7764 #: ../templates/default/member.tpl:98
7765 msgid ""
7766 "Member will receive his username and password by email, if he has an address."
7767 msgstr ""
7768 "Il membro riceverà il suo nome utente e la password via e-mail, se ha un "
7769 "indirizzo."
7770
7771 #: ../templates/default/member.tpl:211
7772 msgid "An error occurred displaying groups interface :("
7773 msgstr ""
7774
7775 #: ../templates/default/member.tpl:218
7776 msgid "Groups selection"
7777 msgstr ""
7778
7779 #: ../templates/default/member.tpl:220
7780 msgid "Managed groups selection"
7781 msgstr ""
7782
7783 #: ../templates/default/forms_types.tpl:53
7784 msgid "This comment is only displayed for admins and staff members."
7785 msgstr ""
7786
7787 #: ../templates/default/forms_types.tpl:56
7788 msgid "This comment is reserved to the member."
7789 msgstr ""
7790
7791 #: ../templates/default/forms_types.tpl:80
7792 msgid "Do member want to appear publically?"
7793 msgstr ""
7794
7795 #: ../templates/default/forms_types.tpl:81
7796 msgid ""
7797 "If you check this box (and if you are up to date with your contributions), "
7798 "your full name, website address ad other information will be publically "
7799 "visible on the members list.<br/>If you've uploaded a photo, it will be "
7800 "displayed on the trombinoscope page.<br/>Note that administrators can "
7801 "disabled public pages, this setting will have no effect in that case."
7802 msgstr ""
7803
7804 #: ../templates/default/forms_types.tpl:85
7805 msgid "(at least %i characters)"
7806 msgstr ""
7807
7808 #: ../templates/default/gestion_titres.tpl:9
7809 #: ../templates/default/gestion_titres.tpl:21
7810 #: ../templates/default/gestion_titres.tpl:51
7811 msgid "Short form"
7812 msgstr ""
7813
7814 #: ../templates/default/gestion_titres.tpl:10
7815 #: ../templates/default/gestion_titres.tpl:24
7816 #: ../templates/default/gestion_titres.tpl:52
7817 msgid "Long form"
7818 msgstr ""
7819
7820 #: ../templates/default/gestion_titres.tpl:18
7821 msgid "Add title"
7822 msgstr ""
7823
7824 #: ../templates/default/gestion_titres.tpl:47
7825 #, php-format
7826 msgid "%s title"
7827 msgstr ""
7828
7829 #: ../templates/default/gestion_titres.tpl:59
7830 #, php-format
7831 msgid "Edit '%s' title"
7832 msgstr ""
7833
7834 #: ../templates/default/gestion_titres.tpl:69
7835 #, php-format
7836 msgid "Delete '%s' title"
7837 msgstr ""
7838
7839 #~ msgid ""
7840 #~ "A problem happened while sending to admin post contribution notification "
7841 #~ "for user %name (%email) contribution"
7842 #~ msgstr ""
7843 #~ "Un problema si è verificato durante l’invio all’amministratore di una "
7844 #~ "notifica di contributo per il contributo dell’utente %name (%email)"