forked from extern/egroupware
67 lines
1.7 KiB
JavaScript
67 lines
1.7 KiB
JavaScript
|
/**
|
||
|
* ES lang variables
|
||
|
*
|
||
|
* Authors : Eneko Castresana Vara
|
||
|
* Last Updated : July 14, 2006
|
||
|
* TinyMCE Version : 2.0.6.1
|
||
|
*/
|
||
|
|
||
|
tinyMCE.addToLang('style',{
|
||
|
title : 'Editar estilo CSS',
|
||
|
styleinfo_desc : 'Editar estilo CSS',
|
||
|
text_tab : 'Texto',
|
||
|
background_tab : 'Fondo',
|
||
|
block_tab : 'Bloque',
|
||
|
box_tab : 'Cuadro',
|
||
|
border_tab : 'Borde',
|
||
|
list_tab : 'Lista',
|
||
|
positioning_tab : 'Posicionamiento',
|
||
|
text_props : 'Texto',
|
||
|
text_font : 'Fuente',
|
||
|
text_size : 'Tamaño',
|
||
|
text_weight : 'Peso',
|
||
|
text_style : 'Estilo',
|
||
|
text_variant : 'Variante',
|
||
|
text_lineheight : 'Altura de línea',
|
||
|
text_case : 'Caso',
|
||
|
text_color : 'Color',
|
||
|
text_decoration : 'Decoración',
|
||
|
background_color : 'Color de fondo',
|
||
|
background_image : 'Imagen de fondo',
|
||
|
background_repeat : 'Repetir',
|
||
|
background_attachment : 'Agregado',
|
||
|
background_hpos : 'Posición horizontal',
|
||
|
background_vpos : 'Posición vertical',
|
||
|
block_wordspacing : 'Espaciado de palabras',
|
||
|
block_letterspacing : 'Espaciado de letras',
|
||
|
block_vertical_alignment : 'Alineación vertical',
|
||
|
block_text_align : 'Alineación del texto',
|
||
|
block_text_indent : 'Indentación del texto',
|
||
|
block_whitespace : 'Espacio',
|
||
|
block_display : 'Mostrar',
|
||
|
box_width : 'Ancho',
|
||
|
box_height : 'Alto',
|
||
|
box_float : 'Flotante',
|
||
|
box_clear : 'Borrar',
|
||
|
padding : 'Espaciado',
|
||
|
same : 'Igual para todo',
|
||
|
top : 'Arriba',
|
||
|
right : 'Derecha',
|
||
|
bottom : 'Abajo',
|
||
|
left : 'Izquierda',
|
||
|
margin : 'Margen',
|
||
|
style : 'Estilo',
|
||
|
width : 'Ancho',
|
||
|
height : 'Alto',
|
||
|
color : 'Color',
|
||
|
list_type : 'Tipo',
|
||
|
bullet_image : 'Imagen de viñeta',
|
||
|
position : 'Posición',
|
||
|
positioning_type : 'Tipo',
|
||
|
visibility : 'Visibilidad',
|
||
|
zindex : 'Z-index',
|
||
|
overflow : 'Desbordamiento',
|
||
|
placement : 'Emplazamiento',
|
||
|
clip : 'Recortar'
|
||
|
});
|