home *** CD-ROM | disk | FTP | other *** search
- /**
- * IT lang variables
- *
- * Author : Luciano Vernaschi <luciano@virgilio.it>
- * Last Updated : Mar. 1st, 2007
- * TinyMCE Version : 2.1.0
- */
-
- tinyMCE.addToLang('',{
- searchreplace_search_desc : 'Cerca',
- searchreplace_searchnext_desc : 'Trova successivo',
- searchreplace_replace_desc : 'Cerca e sostituisci',
- searchreplace_notfound : 'La ricerca è stata completata. Il testo cercato non è stato trovato',
- searchreplace_search_title : 'Cerca',
- searchreplace_replace_title : 'Cerca e sostituisci',
- searchreplace_allreplaced : 'Tutte le occorrenze trovate sono state sostituite',
- searchreplace_findwhat : 'Cosa cercare',
- searchreplace_replacewith : 'Sostituire con',
- searchreplace_direction : 'Direzione',
- searchreplace_up : 'Su',
- searchreplace_down : 'Giù',
- searchreplace_case : 'Maiuscole/minuscole',
- searchreplace_findnext : 'Cerca successivo',
- searchreplace_replace : 'Sostituisci',
- searchreplace_replaceall : 'Sostituisci tutto',
- searchreplace_cancel : 'Annulla'
- });
-