xref: /dokuwiki/lib/plugins/revert/lang/it/lang.php (revision 45c5ecdccdd251af3e9202f944fa8bf103c5db0f)
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>
99a3c1058SEdmondo Di Tucci * @author snarchio@alice.it
10e541943aSrobocap * @author robocap <robocap1@gmail.com>
11*45c5ecdcSosman tekin * @author Osman Tekin osman.tekin93@hotmail.it
12280adf3eSAndreas Gohr */
13280adf3eSAndreas Gohr$lang['menu']                  = 'Gestore di ripristini';
14280adf3eSAndreas Gohr$lang['filter']                = 'Cerca pagine con spam';
15280adf3eSAndreas Gohr$lang['revert']                = 'Ripristina le pagine selezionate';
16280adf3eSAndreas Gohr$lang['reverted']              = '%s ripristinata alla versione %s';
17280adf3eSAndreas Gohr$lang['removed']               = '%s rimossa';
18280adf3eSAndreas 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.';
19280adf3eSAndreas Gohr$lang['revstop']               = 'Processo di ripristino finito con successo.';
20280adf3eSAndreas Gohr$lang['note1']                 = 'Nota: questa ricerca distingue le maiuscole';
21280adf3eSAndreas Gohr$lang['note2']                 = 'Nota: la pagina verrà ripristinata all\'ultima versione non contenente la parola di spam data <i>%s</i>.';
22