home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / xhtmlxtras / langs / it_it.js < prev    next >
Encoding:
Text File  |  2008-02-20  |  1.4 KB  |  44 lines

  1. /**
  2.  * IT lang variables
  3.  * 
  4.  * Author : Luciano Vernaschi <luciano@virgilio.it>
  5.  * Last Updated : Mar. 1st, 2007
  6.  * TinyMCE Version : 2.1.0
  7.  */
  8.  
  9. tinyMCE.addToLang('xhtmlxtras',{
  10. cite_desc : 'Citazione',
  11. abbr_desc : 'Abbreviazione',
  12. acronym_desc : 'Acronimo',
  13. del_desc : 'Cancellazione',
  14. ins_desc : 'Inserimento',
  15. attribute_label_title : 'Titolo',
  16. attribute_label_id : 'ID',
  17. attribute_label_class : 'Classe',
  18. attribute_label_style : 'Stile',
  19. attribute_label_cite : 'Cita',
  20. attribute_label_datetime : 'Data/ora',
  21. attribute_label_langdir : 'Direzione del testo',
  22. attribute_option_ltr : 'Da sinistra a destra',
  23. attribute_option_rtl : 'Da destra a sinistra',
  24. attribute_label_langcode : 'Lingua',
  25. general_tab : 'Generale',
  26. attrib_tab : 'Attributi',
  27. events_tab : 'Eventi',
  28. fieldset_general_tab : 'Impostazioni generali',
  29. fieldset_attrib_tab : 'Attributi dell\'elemento',
  30. fieldset_events_tab : 'Eventi dell\'elemento',
  31. title_ins_element : 'Inserimento di un elemento',
  32. title_del_element : 'Cancellazione di un elemento',
  33. title_acronym_element : 'Elemento acronimo',
  34. title_abbr_element : 'Elemento abbreviazione',
  35. title_cite_element : 'Elemento citazione',
  36. remove : 'Rimuovi ',
  37. not_set : '--non impostato--',
  38. insert_date : 'Inserisci data e ora correnti',
  39. option_ltr : 'Da sinistra a destra',
  40. option_rtl : 'Da destra a sinistra',
  41. attribs_desc : 'Inserisci o modifica attributi',
  42. attribs_title : 'Inserisci o modifica attributi'
  43. });
  44.