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