OSDN Git Service

original file
[nucleus-jp/nucleus-plugins.git] / trunk / NP_TinyMCE2j / tinymce2j / themes / advanced / langs / es.js
1 /**
2  * ES lang variables
3  * 
4  * Authors : Alvaro Velasco,
5  *           Adolfo Sanz De Diego (asanzdiego) <asanzdiego@yahoo.es>,
6  *           Carlos C Soto (eclipxe) <csoto@sia-solutions.com>
7  * Last Updated : October 17, 2005
8  * TinyMCE Version : 2.0RC3
9  */
10
11 tinyMCE.addToLang('',{
12 theme_style_select : '-- Estilos --',
13 theme_code_desc : 'Editar código HTML',
14 theme_code_title : 'Editor código HTML',
15 theme_code_wordwrap : 'Ajuste de línea',
16 theme_sub_desc : 'Subíndice',
17 theme_sup_desc : 'Superíndice',
18 theme_hr_desc : 'Insertar una barra horizontal',
19 theme_removeformat_desc : 'Quitar formato',
20 theme_custom1_desc : 'Tu descripción aquí',
21 insert_image_border : 'Borde',
22 insert_image_dimensions : 'Dimensiones',
23 insert_image_vspace : 'Espacio vertical',
24 insert_image_hspace : 'Espacio horizontal',
25 insert_image_align : 'Alineación',
26 insert_image_align_default : '-- Por defecto --',
27 insert_image_align_baseline : 'Linea base',
28 insert_image_align_top : 'Arriba',
29 insert_image_align_middle : 'Centrado',
30 insert_image_align_bottom : 'Abajo',
31 insert_image_align_texttop : 'Texto arriba',
32 insert_image_align_absmiddle : 'Centrado total',
33 insert_image_align_absbottom : 'Abajo total',
34 insert_image_align_left : 'Izquierda',
35 insert_image_align_right : 'Derecha',
36 theme_font_size : '-- Tamaño del texto --',
37 theme_fontdefault : '-- Tipo de fuente --',
38 theme_block : '-- Formato del texto --',
39 theme_paragraph : 'Párrafo',
40 theme_div : 'Capa',
41 theme_address : 'Dirección',
42 theme_pre : 'Preformateado',
43 theme_h1 : 'Título 1',
44 theme_h2 : 'Título 2',
45 theme_h3 : 'Título 3',
46 theme_h4 : 'Título 4',
47 theme_h5 : 'Título 5',
48 theme_h6 : 'Título 6',
49 theme_colorpicker_title : 'Selecciona un color',
50 theme_colorpicker_apply : 'Aplicar',
51 theme_forecolor_desc : 'Selecciona un color para el texto',
52 theme_backcolor_desc : 'Selecciona un color de fondo',
53 theme_charmap_title : 'Selecciona un carácter especial',
54 theme_charmap_desc : 'Inserta un carácter especial',
55 theme_charmap_all_title : 'Todos',
56 theme_charmap_all_desc : 'Todos los caracteres',
57 theme_charmap_alpha_title : 'Alfabéticos',
58 theme_charmap_alpha_desc : 'Caracteres alfabéticos',
59 theme_charmap_arrows_title : 'Flechas',
60 theme_charmap_arrows_desc : 'Caracteres de flechas',
61 theme_charmap_greek_title : 'Griegos',
62 theme_charmap_greek_desc : 'Caracteres Griegos',
63 theme_charmap_math_title : 'Mathemáticos',
64 theme_charmap_math_desc : 'Caracteres mathemáticos',
65 theme_charmap_misc_title : 'Misceláneos',
66 theme_charmap_misc_desc : 'Caracteres misceláneos',
67 theme_charmap_money_title : 'Monedas',
68 theme_charmap_money_desc : 'Caracteres de monedas',
69 theme_charmap_quotaion_title : 'Comillas',
70 theme_charmap_quotaion_desc : 'Caracteres de comillas',
71 theme_visualaid_desc : 'Cambiar las líneas de ayuda por elementos invisibles',
72 insert_anchor_title : 'Insertar/editar ancla',
73 insert_anchor_name : 'Nombre del ancla',
74 theme_anchor_desc : 'Insertar/editar ancla',
75 theme_insert_link_titlefield : 'Título',
76 theme_clipboard_msg : 'No se pueden utilizar los comandos Copiar / Cortar / Pegar en Mozilla y en Firefox.\r\nUse el teclado Copiar (Ctrl+C) / Cortar (Ctrl+X) / Pegar (Ctrl+V)\r\n¿Quieres obtener más información?',
77 theme_path : 'Ruta',
78 cut_desc : 'Cortar (Ctrl+X)',
79 copy_desc : 'Copiar (Ctrl+C)',
80 paste_desc : 'Pegar (Ctrl+V)',
81 link_list : 'Lista de enlaces',
82 image_list : 'Lista de imágenes',
83 browse : 'Navegar',
84 image_props_desc : 'Propiedades de la imagen',
85 newdocument_desc : 'Nuevo documento',
86 class_name : 'Clase',
87 newdocument : '¿Estás seguro de que quieres borrar todo el contenido?',
88 about_title : 'Acerca de TinyMCE',
89 about : 'Acerca',
90 license : 'Licencia',
91 plugins : 'Plugins',
92 plugin : 'Plugin',
93 author : 'Autor',
94 version : 'Versión',
95 loaded_plugins : 'Plugins cargados',
96 help : 'Ayuda',
97 not_set : '-- Por defecto --',
98 close : 'Cerrar',
99 toolbar_focus : 'Saltar a la barra de herramientas - Alt+Q, Saltar al editor - Alt+Z, Saltar al elemento de la ruta - Alt+X',
100 theme_advanced_anchor_delta_width : 20
101 });