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

  1. /**
  2.  * ES lang variables
  3.  * 
  4.  * Authors : Eneko Castresana Vara
  5.  * Last Updated : July 14, 2006
  6.  * TinyMCE Version : 2.0.6.1
  7.  */
  8.  
  9. tinyMCE.addToLang('style',{
  10. title : 'Editar estilo CSS',
  11. styleinfo_desc : 'Editar estilo CSS',
  12. text_tab : 'Texto',
  13. background_tab : 'Fondo',
  14. block_tab : 'Bloque',
  15. box_tab : 'Cuadro',
  16. border_tab : 'Borde',
  17. list_tab : 'Lista',
  18. positioning_tab : 'Posicionamiento',
  19. text_props : 'Texto',
  20. text_font : 'Fuente',
  21. text_size : 'Tamaño',
  22. text_weight : 'Peso',
  23. text_style : 'Estilo',
  24. text_variant : 'Variante',
  25. text_lineheight : 'Altura de línea',
  26. text_case : 'Caso',
  27. text_color : 'Color',
  28. text_decoration : 'Decoración',
  29. background_color : 'Color de fondo',
  30. background_image : 'Imagen de fondo',
  31. background_repeat : 'Repetir',
  32. background_attachment : 'Agregado',
  33. background_hpos : 'Posición horizontal',
  34. background_vpos : 'Posición vertical',
  35. block_wordspacing : 'Espaciado de palabras',
  36. block_letterspacing : 'Espaciado de letras',
  37. block_vertical_alignment : 'Alineación vertical',
  38. block_text_align : 'Alineación del texto',
  39. block_text_indent : 'Indentación del texto',
  40. block_whitespace : 'Espacio',
  41. block_display : 'Mostrar',
  42. box_width : 'Ancho',
  43. box_height : 'Alto',
  44. box_float : 'Flotante',
  45. box_clear : 'Borrar',
  46. padding : 'Espaciado',
  47. same : 'Igual para todo',
  48. top : 'Arriba',
  49. right : 'Derecha',
  50. bottom : 'Abajo',
  51. left : 'Izquierda',
  52. margin : 'Margen',
  53. style : 'Estilo',
  54. width : 'Ancho',
  55. height : 'Alto',
  56. color : 'Color',
  57. list_type : 'Tipo',
  58. bullet_image : 'Imagen de viñeta',
  59. position : 'Posición',
  60. positioning_type : 'Tipo',
  61. visibility : 'Visibilidad',
  62. zindex : 'Z-index',
  63. overflow : 'Desbordamiento',
  64. placement : 'Emplazamiento',
  65. clip : 'Recortar'
  66. });
  67.