Browse code

Update tinyMCE to version 4.5.3

Simona Francini authored on 2017/03/23 14:41:49 • Jimako committed on 2019/10/30 05:26:04
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,64 +0,0 @@
1
-// Variabili di lingua IT - fabrix.xm@lombardiacom.it
2
-
3
-tinyMCE.addToLang('',{
4
-theme_style_select : 'Stili',
5
-theme_code_desc : 'Edita il sorgente HTML',
6
-theme_code_title : 'Editor Sorgente HTML',
7
-theme_code_wordwrap : 'Word wrap',
8
-theme_sub_desc : 'Pedice',
9
-theme_sup_desc : 'Apice',
10
-theme_hr_desc : 'Inserisce linea orizzontale',
11
-theme_removeformat_desc : 'Rimuovi formattazione',
12
-theme_custom1_desc : 'Scrivi qui la tua descrizione personalizzata',
13
-insert_image_border : 'Bordo',
14
-insert_image_dimensions : 'Dimensioni',
15
-insert_image_vspace : 'Spazio verticale',
16
-insert_image_hspace : 'Spazio orizzontale',
17
-insert_image_align : 'Allineamento',
18
-insert_image_align_default : 'Default',
19
-insert_image_align_baseline : 'Baseline',
20
-insert_image_align_top : 'Superiore',
21
-insert_image_align_middle : 'Centrale',
22
-insert_image_align_bottom : 'Inferiore',
23
-insert_image_align_texttop : 'TextTop',
24
-insert_image_align_absmiddle : 'Centro assoluto',
25
-insert_image_align_absbottom : 'Inferiore assoluto',
26
-insert_image_align_left : 'Sinistra',
27
-insert_image_align_right : 'Destra',
28
-theme_font_size : '-- Font size --',
29
-theme_fontdefault : '-- Font family --',
30
-theme_block : '-- Format --',
31
-theme_paragraph : 'Paragrafo',
32
-theme_div : 'Div',
33
-theme_address : 'Indirizzo',
34
-theme_pre : 'Preformattato',
35
-theme_h1 : 'Intestazione 1',
36
-theme_h2 : 'Intestazione 2',
37
-theme_h3 : 'Intestazione 3',
38
-theme_h4 : 'Intestazione 4',
39
-theme_h5 : 'Intestazione 5',
40
-theme_h6 : 'Intestazione 6',
41
-theme_colorpicker_title : 'Seleziona un colore',
42
-theme_colorpicker_apply : 'Appplica',
43
-theme_forecolor_desc : 'Seleziona il colore',
44
-theme_backcolor_desc : 'Select background color',
45
-theme_charmap_title : 'Seleziona un carattere custom',
46
-theme_charmap_desc : 'Inserisci un carattere custom',
47
-theme_visualaid_desc : 'Mostra/nascondi linee guida e elementi invisibili',
48
-insert_anchor_title : 'Inserisci/modifica àncora',
49
-insert_anchor_name : 'Nome àncora',
50
-theme_anchor_desc : 'Inserisci/modifica àncora',
51
-theme_insert_link_titlefield : 'Titolo',
52
-theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
53
-theme_path : 'Path',
54
-cut_desc : 'Cut',
55
-copy_desc : 'Copy',
56
-paste_desc : 'Paste',
57
-link_list : 'Link list',
58
-image_list : 'Image list',
59
-browse : 'Browse',
60
-image_props_desc : 'Image properties',
61
-newdocument_desc : 'New document',
62
-class_name : 'Classe', 
63
-newdocument : 'Are you sure you want clear all contents?'
64
-});
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
+// Variabili di lingua IT - fabrix.xm@lombardiacom.it
2
+
3
+tinyMCE.addToLang('',{
4
+theme_style_select : 'Stili',
5
+theme_code_desc : 'Edita il sorgente HTML',
6
+theme_code_title : 'Editor Sorgente HTML',
7
+theme_code_wordwrap : 'Word wrap',
8
+theme_sub_desc : 'Pedice',
9
+theme_sup_desc : 'Apice',
10
+theme_hr_desc : 'Inserisce linea orizzontale',
11
+theme_removeformat_desc : 'Rimuovi formattazione',
12
+theme_custom1_desc : 'Scrivi qui la tua descrizione personalizzata',
13
+insert_image_border : 'Bordo',
14
+insert_image_dimensions : 'Dimensioni',
15
+insert_image_vspace : 'Spazio verticale',
16
+insert_image_hspace : 'Spazio orizzontale',
17
+insert_image_align : 'Allineamento',
18
+insert_image_align_default : 'Default',
19
+insert_image_align_baseline : 'Baseline',
20
+insert_image_align_top : 'Superiore',
21
+insert_image_align_middle : 'Centrale',
22
+insert_image_align_bottom : 'Inferiore',
23
+insert_image_align_texttop : 'TextTop',
24
+insert_image_align_absmiddle : 'Centro assoluto',
25
+insert_image_align_absbottom : 'Inferiore assoluto',
26
+insert_image_align_left : 'Sinistra',
27
+insert_image_align_right : 'Destra',
28
+theme_font_size : '-- Font size --',
29
+theme_fontdefault : '-- Font family --',
30
+theme_block : '-- Format --',
31
+theme_paragraph : 'Paragrafo',
32
+theme_div : 'Div',
33
+theme_address : 'Indirizzo',
34
+theme_pre : 'Preformattato',
35
+theme_h1 : 'Intestazione 1',
36
+theme_h2 : 'Intestazione 2',
37
+theme_h3 : 'Intestazione 3',
38
+theme_h4 : 'Intestazione 4',
39
+theme_h5 : 'Intestazione 5',
40
+theme_h6 : 'Intestazione 6',
41
+theme_colorpicker_title : 'Seleziona un colore',
42
+theme_colorpicker_apply : 'Appplica',
43
+theme_forecolor_desc : 'Seleziona il colore',
44
+theme_backcolor_desc : 'Select background color',
45
+theme_charmap_title : 'Seleziona un carattere custom',
46
+theme_charmap_desc : 'Inserisci un carattere custom',
47
+theme_visualaid_desc : 'Mostra/nascondi linee guida e elementi invisibili',
48
+insert_anchor_title : 'Inserisci/modifica àncora',
49
+insert_anchor_name : 'Nome àncora',
50
+theme_anchor_desc : 'Inserisci/modifica àncora',
51
+theme_insert_link_titlefield : 'Titolo',
52
+theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
53
+theme_path : 'Path',
54
+cut_desc : 'Cut',
55
+copy_desc : 'Copy',
56
+paste_desc : 'Paste',
57
+link_list : 'Link list',
58
+image_list : 'Image list',
59
+browse : 'Browse',
60
+image_props_desc : 'Image properties',
61
+newdocument_desc : 'New document',
62
+class_name : 'Classe', 
63
+newdocument : 'Are you sure you want clear all contents?'
64
+});