source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/popularity/lang/it/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 975 bytes
Line 
1<?php
2/**
3 * Italian language file
4 *
5 * @author Diego Pierotto [email protected]
6 * @author [email protected]
7 * @author Lorenzo Breda <[email protected]>
8 * @author [email protected]
9 * @author robocap <[email protected]>
10 * @author Osman Tekin [email protected]
11 * @author Jacopo Corbetta <[email protected]>
12 */
13$lang['name'] = 'Raccolta dati sul wiki (può impiegare del tempo per caricarsi)';
14$lang['submit'] = 'Invia dati';
15$lang['autosubmit'] = 'Invia automaticamente i dati una volta al mese';
16$lang['submissionFailed'] = 'È stato impossibile inviare i dati a causa del seguente errore:';
17$lang['submitDirectly'] = 'È possibile inviare i dati manualmente utilizzando il pulsante sottostante.';
18$lang['autosubmitError'] = 'L\'ultimo invio automatico non Ú andato a buon fine a causa del seguente errore:';
19$lang['lastSent'] = 'I dati sono stati inviati';
Note: See TracBrowser for help on using the repository browser.