Statistics
| Branch: | Tag: | Revision:

root / static / js / tinymce / plugins / fullpage / langs / es_dlg.js @ 6ecbf4ec

History | View | Annotate | Download (2.6 kB)

1
tinyMCE.addI18n('es.fullpage_dlg',{
2
title:"Propiedades del documento",
3
meta_tab:"General",
4
appearance_tab:"Apariencia",
5
advanced_tab:"Avanzado",
6
meta_props:"Informaci\u00F3n Meta",
7
langprops:"Lenguaje y codificaci\u00F3n",
8
meta_title:"T\u00EDtulo",
9
meta_keywords:"Palabras clave",
10
meta_description:"Descripci\u00F3n",
11
meta_robots:"Robots",
12
doctypes:"Tipo de doc.",
13
langcode:"C\u00F3digo del lenguaje",
14
langdir:"Direcci\u00F3n del lenguaje",
15
ltr:"Izquierda a derecha",
16
rtl:"Derecha a izquierda",
17
xml_pi:"Declaraci\u00F3n XML",
18
encoding:"Codificaci\u00F3n de caracteres",
19
appearance_bgprops:"Propiedades del fondo",
20
appearance_marginprops:"M\u00E1rgenes",
21
appearance_linkprops:"Colores del v\u00EDnculo",
22
appearance_textprops:"Propiedades de texto",
23
bgcolor:"Color de fondo",
24
bgimage:"Imagen de fondo",
25
left_margin:"Margen izquierdo",
26
right_margin:"Margen derecho",
27
top_margin:"Margen superior",
28
bottom_margin:"Margen inferior",
29
text_color:"Color del texto",
30
font_size:"Tama\u00F1o de fuente",
31
font_face:"Fuente",
32
link_color:"Color de v\u00EDnculo",
33
hover_color:"Color rat\u00F3n encima",
34
visited_color:"Color visitado",
35
active_color:"Color activo",
36
textcolor:"Color",
37
fontsize:"Tama\u00F1o de fuente",
38
fontface:"Fuente",
39
meta_index_follow:"Indexar y seguir los v\u00EDnculos",
40
meta_index_nofollow:"Indexar y no seguir los v\u00EDnculos",
41
meta_noindex_follow:"No indexar pero seguir v\u00EDnculos",
42
meta_noindex_nofollow:"No indexar y no seguir v\u00EDnculos",
43
appearance_style:"Propiedades de hoja de estilos y estilo",
44
stylesheet:"Hoja de estilo",
45
style:"Estilo",
46
author:"Autor",
47
copyright:"Copyright",
48
add:"Agregar nuevo elemento",
49
remove:"Eliminar elemento seleccionado",
50
moveup:"Mover elemento seleccionado hacia arriba",
51
movedown:"Mover elemento seleccionado hacia abajo",
52
head_elements:"Elemento Head",
53
info:"Informaci\u00F3n",
54
add_title:"Elemento Title",
55
add_meta:"Elemento Meta",
56
add_script:"Elemento Script",
57
add_style:"Elemento Style",
58
add_link:"Elemento Link",
59
add_base:"Elemento Base",
60
add_comment:"Nodo Comment",
61
title_element:"Elemento Title",
62
script_element:"Elemento Script",
63
style_element:"Elemento Style",
64
base_element:"Elemento Base",
65
link_element:"Elemento Link",
66
meta_element:"Elemento Meta",
67
comment_element:"Comentario",
68
src:"Src",
69
language:"Lenguaje",
70
href:"Href",
71
target:"Target",
72
type:"Tipo",
73
charset:"Charset",
74
defer:"Defer",
75
media:"Medio",
76
properties:"Propiedades",
77
name:"Nombre",
78
value:"Valor",
79
content:"Contenido",
80
rel:"Rel",
81
rev:"Rev",
82
hreflang:"Href lang",
83
general_props:"General",
84
advanced_props:"Avanzado"
85
});