home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / style / langs / it_it.js < prev    next >
Encoding:
Text File  |  2008-02-20  |  1.9 KB  |  73 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('style',{
  10. title : 'Modifica stile CSS',
  11. styleinfo_desc : 'Modifica stile CSS',
  12. apply : 'Applica',
  13. text_tab : 'Testo',
  14. background_tab : 'Sfondo',
  15. block_tab : 'Blocco',
  16. box_tab : 'Box',
  17. border_tab : 'Bordo',
  18. list_tab : 'Lista',
  19. positioning_tab : 'Posizionamento',
  20. text_props : 'Testo',
  21. text_font : 'Font',
  22. text_size : 'Dimensione',
  23. text_weight : 'Peso',
  24. text_style : 'Stile',
  25. text_variant : 'Variante',
  26. text_lineheight : 'Altezza linea',
  27. text_case : 'Caso',
  28. text_color : 'Colore',
  29. text_decoration : 'Decorazione',
  30. text_overline : 'Linea sopra',
  31. text_underline : 'Sottolinea',
  32. text_striketrough : 'Linea sovrapposta',
  33. text_blink : 'Lampeggia',
  34. text_none : 'Nessuno',
  35. background_color : 'Colore di sfondo',
  36. background_image : 'Immagine di sfondo',
  37. background_repeat : 'Ripeti',
  38. background_attachment : 'Ancoraggio',
  39. background_hpos : 'Posizione orizzontale',
  40. background_vpos : 'Posizione verticale',
  41. block_wordspacing : 'Spaziatura parole',
  42. block_letterspacing : 'Spaziatura lettere',
  43. block_vertical_alignment : 'Allineamento verticale',
  44. block_text_align : 'Allineamento del testo',
  45. block_text_indent : 'Indentazione del testo',
  46. block_whitespace : 'Whitespace',
  47. block_display : 'Display',
  48. box_width : 'Larghezza',
  49. box_height : 'Altezza',
  50. box_float : 'Float',
  51. box_clear : 'Clear',
  52. padding : 'Spaziatura interna',
  53. same : 'Uguale per tutti',
  54. top : 'Alto',
  55. right : 'Destra',
  56. bottom : 'Basso',
  57. left : 'Sinistra',
  58. margin : 'Margine esterno',
  59. style : 'Stile',
  60. width : 'Larghezza',
  61. height : 'Altezza',
  62. color : 'Colore',
  63. list_type : 'Tipo',
  64. bullet_image : 'Immagine punto elenco',
  65. position : 'Posizionamento',
  66. positioning_type : 'Tipo',
  67. visibility : 'Visibilità',
  68. zindex : 'Z-index',
  69. overflow : 'Overflow',
  70. placement : 'Piazzamento',
  71. clip : 'Clip'
  72. });
  73.