1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Diego Pierotto ita.translations@tiscali.it 7 * @author ita.translations@tiscali.it 8 * @author Lorenzo Breda <lbreda@gmail.com> 9 * @author snarchio@alice.it 10 * @author robocap <robocap1@gmail.com> 11 * @author Osman Tekin osman.tekin93@hotmail.it 12 * @author Jacopo Corbetta <jacopo.corbetta@gmail.com> 13 * @author Matteo Pasotti <matteo@xquiet.eu> 14 * @author snarchio@gmail.com 15 */ 16$lang['name'] = 'Raccolta dati sul wiki (può impiegare del tempo per caricarsi)'; 17$lang['submit'] = 'Invia dati'; 18$lang['autosubmit'] = 'Invia automaticamente i dati una volta al mese'; 19$lang['submissionFailed'] = 'È stato impossibile inviare i dati a causa del seguente errore:'; 20$lang['submitDirectly'] = 'È possibile inviare i dati manualmente utilizzando il pulsante sottostante.'; 21$lang['autosubmitError'] = 'L\'ultimo invio automatico non è andato a buon fine a causa del seguente errore:'; 22$lang['lastSent'] = 'I dati sono stati inviati'; 23