xref: /dokuwiki/lib/plugins/revert/lang/it/lang.php (revision 9a3c1058421f91d3d298c4b11d0e5ed65fe4d537)
1280adf3eSAndreas Gohr<?php
2280adf3eSAndreas Gohr/**
3280adf3eSAndreas Gohr * Italian language file
4280adf3eSAndreas Gohr *
5280adf3eSAndreas Gohr * @author Pietro Battiston toobaz@email.it
6c52ffa6fSAndreas Gohr * @author Diego Pierotto ita.translations@tiscali.it
71a211c1cSAndreas Gohr * @author ita.translations@tiscali.it
8f608ebb5SAndreas Gohr * @author Lorenzo Breda <lbreda@gmail.com>
9*9a3c1058SEdmondo Di Tucci * @author snarchio@alice.it
10280adf3eSAndreas Gohr */
11280adf3eSAndreas Gohr$lang['menu']                  = 'Gestore di ripristini';
12280adf3eSAndreas Gohr$lang['filter']                = 'Cerca pagine con spam';
13280adf3eSAndreas Gohr$lang['revert']                = 'Ripristina le pagine selezionate';
14280adf3eSAndreas Gohr$lang['reverted']              = '%s ripristinata alla versione %s';
15280adf3eSAndreas Gohr$lang['removed']               = '%s rimossa';
16280adf3eSAndreas Gohr$lang['revstart']              = 'Processo di ripristino avviato. Può essere necessario molto tempo. Se lo script non fa in tempo a finire, sarà necessario ripristinare in blocchi più piccoli.';
17280adf3eSAndreas Gohr$lang['revstop']               = 'Processo di ripristino finito con successo.';
18280adf3eSAndreas Gohr$lang['note1']                 = 'Nota: questa ricerca distingue le maiuscole';
19280adf3eSAndreas Gohr$lang['note2']                 = 'Nota: la pagina verrà ripristinata all\'ultima versione non contenente la parola di spam data <i>%s</i>.';
20