Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,64 @@
1
+// ES lang variables by Alvaro Velasco
2
+
3
+tinyMCE.addToLang('',{
4
+theme_style_select : 'Estilos',
5
+theme_code_desc : 'Editar codigo HTML',
6
+theme_code_title : 'Editor codigo HTML',
7
+theme_code_wordwrap : 'Word wrap',
8
+theme_sub_desc : 'Subindice',
9
+theme_sup_desc : 'Superindice',
10
+theme_hr_desc : 'Insertar un separador horizontal',
11
+theme_removeformat_desc : 'Quitar formato',
12
+theme_custom1_desc : 'Tu descricion',
13
+insert_image_border : 'Borde',
14
+insert_image_dimensions : 'Dimensiones',
15
+insert_image_vspace : 'Espacio vertical',
16
+insert_image_hspace : 'Espacio horizontal',
17
+insert_image_align : 'Alineamiento',
18
+insert_image_align_default : 'Por defecto',
19
+insert_image_align_baseline : 'Baseline',
20
+insert_image_align_top : 'Superior',
21
+insert_image_align_middle : 'Centro',
22
+insert_image_align_bottom : 'Inferior',
23
+insert_image_align_texttop : 'Alinear texto arriba',
24
+insert_image_align_absmiddle : 'Centrado horizontal',
25
+insert_image_align_absbottom : 'Centrado abajo',
26
+insert_image_align_left : 'Izquierda',
27
+insert_image_align_right : 'Derecha',
28
+insert_image_delta_height : 10,
29
+theme_font_size : '-- Font size --',
30
+theme_fontdefault : '-- Font family --',
31
+theme_block : '-- Format --',
32
+theme_paragraph : 'Paragraph',
33
+theme_div : 'Div',
34
+theme_address : 'Address',
35
+theme_pre : 'Preformatted',
36
+theme_h1 : 'Heading 1',
37
+theme_h2 : 'Heading 2',
38
+theme_h3 : 'Heading 3',
39
+theme_h4 : 'Heading 4',
40
+theme_h5 : 'Heading 5',
41
+theme_h6 : 'Heading 6',
42
+theme_colorpicker_title : 'Select a color',
43
+theme_colorpicker_apply : 'Apply',
44
+theme_forecolor_desc : 'Select forecolor',
45
+theme_backcolor_desc : 'Select background color',
46
+theme_charmap_title : 'Select custom character',
47
+theme_charmap_desc : 'Insert custom character',
48
+theme_visualaid_desc : 'Toggle guidelines/invisible elements',
49
+insert_anchor_title : 'Insert/edit anchor',
50
+insert_anchor_name : 'Anchor name',
51
+theme_anchor_desc : 'Insert/edit anchor',
52
+theme_insert_link_titlefield : 'Title',
53
+theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
54
+theme_path : 'Path',
55
+cut_desc : 'Cut',
56
+copy_desc : 'Copy',
57
+paste_desc : 'Paste',
58
+link_list : 'Link list',
59
+image_list : 'Image list',
60
+browse : 'Browse',
61
+image_props_desc : 'Image properties',
62
+newdocument_desc : 'New document',
63
+newdocument : 'Are you sure you want clear all contents?'
64
+});