source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/revert/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: 1.2 KB
Line 
1<?php
2/**
3 * Italian language file
4 *
5 * @author Pietro Battiston [email protected]
6 * @author Diego Pierotto [email protected]
7 * @author [email protected]
8 * @author Lorenzo Breda <[email protected]>
9 * @author [email protected]
10 * @author robocap <[email protected]>
11 * @author Osman Tekin [email protected]
12 * @author Jacopo Corbetta <[email protected]>
13 */
14$lang['menu'] = 'Gestore di ripristini';
15$lang['filter'] = 'Cerca pagine con spam';
16$lang['revert'] = 'Ripristina le pagine selezionate';
17$lang['reverted'] = '%s ripristinata alla versione %s';
18$lang['removed'] = '%s rimossa';
19$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.';
20$lang['revstop'] = 'Processo di ripristino finito con successo.';
21$lang['note1'] = 'Nota: questa ricerca distingue le maiuscole';
22$lang['note2'] = 'Nota: la pagina verrà ripristinata all\'ultima versione non contenente la parola di spam data <i>%s</i>.';
Note: See TracBrowser for help on using the repository browser.