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('xhtmlxtras',{
- cite_desc : 'Citazione',
- abbr_desc : 'Abbreviazione',
- acronym_desc : 'Acronimo',
- del_desc : 'Cancellazione',
- ins_desc : 'Inserimento',
- attribute_label_title : 'Titolo',
- attribute_label_id : 'ID',
- attribute_label_class : 'Classe',
- attribute_label_style : 'Stile',
- attribute_label_cite : 'Cita',
- attribute_label_datetime : 'Data/ora',
- attribute_label_langdir : 'Direzione del testo',
- attribute_option_ltr : 'Da sinistra a destra',
- attribute_option_rtl : 'Da destra a sinistra',
- attribute_label_langcode : 'Lingua',
- general_tab : 'Generale',
- attrib_tab : 'Attributi',
- events_tab : 'Eventi',
- fieldset_general_tab : 'Impostazioni generali',
- fieldset_attrib_tab : 'Attributi dell\'elemento',
- fieldset_events_tab : 'Eventi dell\'elemento',
- title_ins_element : 'Inserimento di un elemento',
- title_del_element : 'Cancellazione di un elemento',
- title_acronym_element : 'Elemento acronimo',
- title_abbr_element : 'Elemento abbreviazione',
- title_cite_element : 'Elemento citazione',
- remove : 'Rimuovi ',
- not_set : '--non impostato--',
- insert_date : 'Inserisci data e ora correnti',
- option_ltr : 'Da sinistra a destra',
- option_rtl : 'Da destra a sinistra',
- attribs_desc : 'Inserisci o modifica attributi',
- attribs_title : 'Inserisci o modifica attributi'
- });
-