xref: /dokuwiki/lib/plugins/revert/lang/it/lang.php (revision 1a211c1c064835f9948c1f4d6a52b3aee4537ba8)
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
7*1a211c1cSAndreas Gohr * @author ita.translations@tiscali.it
8280adf3eSAndreas Gohr */
9280adf3eSAndreas Gohr$lang['menu']                  = 'Gestore di ripristini';
10280adf3eSAndreas Gohr$lang['filter']                = 'Cerca pagine con spam';
11280adf3eSAndreas Gohr$lang['revert']                = 'Ripristina le pagine selezionate';
12280adf3eSAndreas Gohr$lang['reverted']              = '%s ripristinata alla versione %s';
13280adf3eSAndreas Gohr$lang['removed']               = '%s rimossa';
14280adf3eSAndreas 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.';
15280adf3eSAndreas Gohr$lang['revstop']               = 'Processo di ripristino finito con successo.';
16280adf3eSAndreas Gohr$lang['note1']                 = 'Nota: questa ricerca distingue le maiuscole';
17280adf3eSAndreas Gohr$lang['note2']                 = 'Nota: la pagina verrà ripristinata all\'ultima versione non contenente la parola di spam data <i>%s</i>.';
18