You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
-
- /**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author Diego Pierotto <ita.translations@tiscali.it>
- * @author Lorenzo Breda <lbreda@gmail.com>
- * @author robocap <robocap1@gmail.com>
- * @author Jacopo Corbetta <jacopo.corbetta@gmail.com>
- * @author Matteo Pasotti <matteo@xquiet.eu>
- */
- $lang['name'] = 'Raccolta dati sul wiki (può impiegare del tempo per caricarsi)';
- $lang['submit'] = 'Invia dati';
- $lang['autosubmit'] = 'Invia automaticamente i dati una volta al mese';
- $lang['submissionFailed'] = 'È stato impossibile inviare i dati a causa del seguente errore:';
- $lang['submitDirectly'] = 'È possibile inviare i dati manualmente utilizzando il pulsante sottostante.';
- $lang['autosubmitError'] = 'L\'ultimo invio automatico non è andato a buon fine a causa del seguente errore:';
- $lang['lastSent'] = 'I dati sono stati inviati';
|