wysiwyg-rails 2.6.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -3
  3. data/app/assets/javascripts/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
  5. data/app/assets/javascripts/languages/ar.js +92 -4
  6. data/app/assets/javascripts/languages/bs.js +92 -4
  7. data/app/assets/javascripts/languages/cs.js +92 -4
  8. data/app/assets/javascripts/languages/da.js +196 -111
  9. data/app/assets/javascripts/languages/de.js +167 -79
  10. data/app/assets/javascripts/languages/el.js +327 -0
  11. data/app/assets/javascripts/languages/en_ca.js +94 -6
  12. data/app/assets/javascripts/languages/en_gb.js +92 -4
  13. data/app/assets/javascripts/languages/es.js +93 -5
  14. data/app/assets/javascripts/languages/et.js +92 -4
  15. data/app/assets/javascripts/languages/fa.js +96 -8
  16. data/app/assets/javascripts/languages/fi.js +92 -4
  17. data/app/assets/javascripts/languages/fr.js +129 -41
  18. data/app/assets/javascripts/languages/he.js +92 -4
  19. data/app/assets/javascripts/languages/hr.js +92 -4
  20. data/app/assets/javascripts/languages/hu.js +105 -17
  21. data/app/assets/javascripts/languages/id.js +92 -4
  22. data/app/assets/javascripts/languages/it.js +198 -110
  23. data/app/assets/javascripts/languages/ja.js +191 -103
  24. data/app/assets/javascripts/languages/ko.js +116 -28
  25. data/app/assets/javascripts/languages/ku.js +314 -0
  26. data/app/assets/javascripts/languages/me.js +92 -4
  27. data/app/assets/javascripts/languages/nb.js +92 -4
  28. data/app/assets/javascripts/languages/nl.js +101 -13
  29. data/app/assets/javascripts/languages/pl.js +92 -4
  30. data/app/assets/javascripts/languages/pt_br.js +165 -77
  31. data/app/assets/javascripts/languages/pt_pt.js +94 -6
  32. data/app/assets/javascripts/languages/ro.js +92 -5
  33. data/app/assets/javascripts/languages/ru.js +95 -7
  34. data/app/assets/javascripts/languages/sk.js +92 -5
  35. data/app/assets/javascripts/languages/sr.js +92 -4
  36. data/app/assets/javascripts/languages/sv.js +121 -33
  37. data/app/assets/javascripts/languages/th.js +93 -5
  38. data/app/assets/javascripts/languages/tr.js +92 -4
  39. data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
  40. data/app/assets/javascripts/languages/vi.js +92 -4
  41. data/app/assets/javascripts/languages/zh_cn.js +259 -171
  42. data/app/assets/javascripts/languages/zh_tw.js +92 -4
  43. data/app/assets/javascripts/plugins/align.min.js +3 -3
  44. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
  46. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  47. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  48. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  49. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  50. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  51. data/app/assets/javascripts/plugins/file.min.js +3 -3
  52. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  53. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  54. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  56. data/app/assets/javascripts/plugins/help.min.js +3 -3
  57. data/app/assets/javascripts/plugins/image.min.js +3 -4
  58. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +3 -3
  64. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  67. data/app/assets/javascripts/plugins/print.min.js +3 -3
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  69. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  70. data/app/assets/javascripts/plugins/save.min.js +3 -3
  71. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  72. data/app/assets/javascripts/plugins/table.min.js +3 -4
  73. data/app/assets/javascripts/plugins/url.min.js +3 -3
  74. data/app/assets/javascripts/plugins/video.min.js +3 -4
  75. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  76. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  81. data/app/assets/stylesheets/froala_editor.css +159 -31
  82. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  85. data/app/assets/stylesheets/froala_style.css +174 -26
  86. data/app/assets/stylesheets/froala_style.min.css +3 -3
  87. data/app/assets/stylesheets/plugins/char_counter.css +2 -2
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
  89. data/app/assets/stylesheets/plugins/code_view.css +2 -2
  90. data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
  91. data/app/assets/stylesheets/plugins/colors.css +34 -3
  92. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  93. data/app/assets/stylesheets/plugins/draggable.css +3 -3
  94. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/emoticons.css +2 -2
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
  97. data/app/assets/stylesheets/plugins/file.css +16 -16
  98. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/help.css +2 -2
  102. data/app/assets/stylesheets/plugins/help.min.css +2 -2
  103. data/app/assets/stylesheets/plugins/image.css +17 -16
  104. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/image_manager.css +4 -2
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  109. data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/special_characters.css +2 -2
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
  113. data/app/assets/stylesheets/plugins/table.css +34 -4
  114. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/video.css +18 -18
  116. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  117. data/app/assets/stylesheets/themes/dark.css +199 -45
  118. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  119. data/app/assets/stylesheets/themes/gray.css +197 -43
  120. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  121. data/app/assets/stylesheets/themes/red.css +198 -44
  122. data/app/assets/stylesheets/themes/red.min.css +3 -3
  123. data/app/assets/stylesheets/themes/royal.css +210 -56
  124. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  125. data/app/assets/stylesheets/third_party/embedly.css +64 -0
  126. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
  132. data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
  133. data/lib/wysiwyg-rails/engine.rb +0 -2
  134. data/lib/wysiwyg-rails/version.rb +1 -1
  135. metadata +20 -26
  136. data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
  137. data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Italian
9
35
  */
@@ -23,11 +49,11 @@ $.FE.LANGUAGE['it'] = {
23
49
  "Insert": "Inserisci",
24
50
  "Delete": "Cancella",
25
51
  "Cancel": "Cancella",
26
- "OK": "Ok",
52
+ "OK": "OK",
27
53
  "Back": "Indietro",
28
54
  "Remove": "Rimuovi",
29
55
  "More": "Di pi\u00f9",
30
- "Update": "Aggiornare",
56
+ "Update": "Aggiorna",
31
57
  "Style": "Stile",
32
58
 
33
59
  // Font
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['it'] = {
38
64
  "Colors": "Colori",
39
65
  "Background": "Sfondo",
40
66
  "Text": "Testo",
67
+ "HEX Color": "Colore Esadecimale",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Formattazione",
@@ -49,8 +76,8 @@ $.FE.LANGUAGE['it'] = {
49
76
  "Heading 4": "Intestazione 4",
50
77
 
51
78
  // Style
52
- "Paragraph Style": "Stile di paragrafo",
53
- "Inline Style": "Stile in fila",
79
+ "Paragraph Style": "Stile Paragrafo",
80
+ "Inline Style": "Stile in Linea",
54
81
 
55
82
  // Alignment
56
83
  "Align": "Allinea",
@@ -61,8 +88,8 @@ $.FE.LANGUAGE['it'] = {
61
88
  "None": "Nessuno",
62
89
 
63
90
  // Lists
64
- "Ordered List": "Elenchi ordinato",
65
- "Unordered List": "Elenchi non ordinata",
91
+ "Ordered List": "Elenchi Numerati",
92
+ "Unordered List": "Elenchi Puntati",
66
93
 
67
94
  // Indent
68
95
  "Decrease Indent": "Riduci Rientro",
@@ -71,132 +98,138 @@ $.FE.LANGUAGE['it'] = {
71
98
  // Links
72
99
  "Insert Link": "Inserisci Link",
73
100
  "Open in new tab": "Apri in nuova scheda",
74
- "Open Link": "Link aperto",
75
- "Edit Link": "Modifica link",
76
- "Unlink": "Rimuovi link",
77
- "Choose Link": "Scegli link",
101
+ "Open Link": "Apri Link",
102
+ "Edit Link": "Modifica Link",
103
+ "Unlink": "Rimuovi Link",
104
+ "Choose Link": "Scegli Link",
78
105
 
79
106
  // Images
80
- "Insert Image": "Inserisci immagine",
81
- "Upload Image": "Carica immagine",
82
- "By URL": "Per URL",
83
- "Browse": "Sfogliare",
84
- "Drop image": "Rilascia Immagine",
85
- "or click": "oppure fai click su",
86
- "Manage Images": "Gestione immagini",
107
+ "Insert Image": "Inserisci Immagine",
108
+ "Upload Image": "Carica Immagine",
109
+ "By URL": "Inserisci URL",
110
+ "Browse": "Sfoglia",
111
+ "Drop image": "Rilascia immagine",
112
+ "or click": "oppure clicca qui",
113
+ "Manage Images": "Gestione Immagini",
87
114
  "Loading": "Caricamento",
88
115
  "Deleting": "Eliminazione",
89
116
  "Tags": "Etichetta",
90
- "Are you sure? Image will be deleted.": "Sei sicuro? Immagine verr\u00e0 cancellata.",
117
+ "Are you sure? Image will be deleted.": "Sei sicuro? L\'immagine verr\u00e0 cancellata.",
91
118
  "Replace": "Sostituisci",
92
119
  "Uploading": "Caricamento",
93
120
  "Loading image": "Caricamento immagine",
94
121
  "Display": "Visualizzazione",
95
- "Inline": "In fila",
96
- "Break Text": "Testo di separazione",
97
- "Alternate Text": "Testo alternativo",
98
- "Change Size": "Cambio formato",
122
+ "Inline": "In Linea",
123
+ "Break Text": "Separa dal Testo",
124
+ "Alternative Text": "Testo Alternativo",
125
+ "Change Size": "Cambia Dimensioni",
99
126
  "Width": "Larghezza",
100
127
  "Height": "Altezza",
101
- "Something went wrong. Please try again.": "Qualcosa \u00e8 andato storto. Riprova, per favore.",
128
+ "Something went wrong. Please try again.": "Qualcosa non ha funzionato. Riprova, per favore.",
129
+ "Image Caption": "Didascalia",
130
+ "Advanced Edit": "Avanzato",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Inserisci Video",
105
- "Embedded Code": "Codice incorporato",
134
+ "Embedded Code": "Codice Incorporato",
135
+ "Paste in a video URL": "Incolla l'URL del video",
136
+ "Drop video": "Rilascia video",
137
+ "Your browser does not support HTML5 video.": "Il tuo browser non supporta i video html5.",
138
+ "Upload Video": "Carica Video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Inserisci Tabella",
109
- "Table Header": "Intestazione della tabella",
110
- "Remove Table": "Rimuovere tavolo",
111
- "Table Style": "Stile di tabella",
112
- "Horizontal Align": "Allineamento orizzontale",
142
+ "Table Header": "Intestazione Tabella",
143
+ "Remove Table": "Rimuovi Tabella",
144
+ "Table Style": "Stile Tabella",
145
+ "Horizontal Align": "Allineamento Orizzontale",
113
146
  "Row": "Riga",
114
- "Insert row above": "Inserisci una Riga Prima",
115
- "Insert row below": "Inserisci una Riga Dopo",
116
- "Delete row": "Cancella Riga",
147
+ "Insert row above": "Inserisci una riga prima",
148
+ "Insert row below": "Inserisci una riga dopo",
149
+ "Delete row": "Cancella riga",
117
150
  "Column": "Colonna",
118
- "Insert column before": "Inserisci una Colonna Prima",
119
- "Insert column after": "Inserisci una Colonna Dopo",
120
- "Delete column": "Cancella Colonna",
151
+ "Insert column before": "Inserisci una colonna prima",
152
+ "Insert column after": "Inserisci una colonna dopo",
153
+ "Delete column": "Cancella colonna",
121
154
  "Cell": "Cella",
122
- "Merge cells": "Unisci Cella",
123
- "Horizontal split": "Divisione Orizzontale",
124
- "Vertical split": "Divisione Verticale",
125
- "Cell Background": "Sfondo della cella",
126
- "Vertical Align": "Allineamento verticale",
155
+ "Merge cells": "Unisci celle",
156
+ "Horizontal split": "Dividi in orizzontale",
157
+ "Vertical split": "Dividi in verticale",
158
+ "Cell Background": "Sfondo Cella",
159
+ "Vertical Align": "Allineamento Verticale",
127
160
  "Top": "Alto",
128
- "Middle": "Mezzo",
129
- "Bottom": "Fondo",
130
- "Align Top": "Allinea in alto",
131
- "Align Middle": "Allinea al centro",
132
- "Align Bottom": "Allinea in basso",
133
- "Cell Style": "Stile di cella",
161
+ "Middle": "Centro",
162
+ "Bottom": "Basso",
163
+ "Align Top": "Allinea in Alto",
164
+ "Align Middle": "Allinea al Centro",
165
+ "Align Bottom": "Allinea in Basso",
166
+ "Cell Style": "Stile Cella",
134
167
 
135
168
  // Files
136
169
  "Upload File": "Carica File",
137
- "Drop file": "Rilascia File",
170
+ "Drop file": "Rilascia file",
138
171
 
139
172
  // Emoticons
140
173
  "Emoticons": "Emoticon",
141
- "Grinning face": "Sorridendo volto",
142
- "Grinning face with smiling eyes": "Sorridendo faccia con gli occhi sorridenti",
143
- "Face with tears of joy": "Faccia con lacrime di gioia",
144
- "Smiling face with open mouth": "Volto sorridente con la bocca aperta",
145
- "Smiling face with open mouth and smiling eyes": "Volto sorridente con la bocca aperta e gli occhi sorridenti",
146
- "Smiling face with open mouth and cold sweat": "Volto sorridente con la bocca aperta e sudore freddo",
147
- "Smiling face with open mouth and tightly-closed eyes": "Volto sorridente con la bocca aperta e gli occhi ben chiusi",
148
- "Smiling face with halo": "Volto sorridente con alone",
149
- "Smiling face with horns": "Volto sorridente con le corna",
150
- "Winking face": "Fare l'occhiolino volto",
151
- "Smiling face with smiling eyes": "Volto sorridente con gli occhi sorridenti",
152
- "Face savoring delicious food": "Volto assaporando cibo delizioso",
153
- "Relieved face": "Volto Sollevata",
154
- "Smiling face with heart-shaped eyes": "Volto sorridente con gli occhi a forma di cuore",
155
- "Smiling face with sunglasses": "Volto sorridente con gli occhiali da sole",
156
- "Smirking face": "Compiaciuto affrontare",
157
- "Neutral face": "Volto Neutral",
158
- "Expressionless face": "Volto inespressivo",
159
- "Unamused face": "Faccia non divertito",
160
- "Face with cold sweat": "Faccia con sudore freddo",
161
- "Pensive face": "Volto pensieroso",
162
- "Confused face": "Volto confuso",
163
- "Confounded face": "Volto confusi",
164
- "Kissing face": "Baciare faccia",
165
- "Face throwing a kiss": "Volto lanciando un bacio",
166
- "Kissing face with smiling eyes": "Baciare faccia con gli occhi sorridenti",
167
- "Kissing face with closed eyes": "Baciare faccia con gli occhi chiusi",
168
- "Face with stuck out tongue": "Faccia con la lingua fuori bloccato",
169
- "Face with stuck out tongue and winking eye": "Faccia con la lingua fuori bloccato e ammiccante occhio",
170
- "Face with stuck out tongue and tightly-closed eyes": "Faccia con la lingua fuori bloccato e gli occhi ben chiusi",
171
- "Disappointed face": "Volto deluso",
172
- "Worried face": "Faccia preoccupata",
173
- "Angry face": "Faccia arrabbiata",
174
- "Pouting face": "Fare il muso volto",
175
- "Crying face": "Piangere volto",
176
- "Persevering face": "Perseverando volto",
177
- "Face with look of triumph": "Affrontare con sguardo di trionfo",
178
- "Disappointed but relieved face": "Siamo rimasti delusi ma sollevato la faccia",
179
- "Frowning face with open mouth": "Accigliandosi volto con la bocca aperta",
180
- "Anguished face": "Volto Angosciato",
181
- "Fearful face": "Volto Temendo",
182
- "Weary face": "Volto stanco",
183
- "Sleepy face": "Faccia assonnata",
184
- "Tired face": "Volto stanco",
185
- "Grimacing face": "Smorfie volto",
186
- "Loudly crying face": "Ad alta voce che grida volto",
187
- "Face with open mouth": "Volto con la bocca aperta",
188
- "Hushed face": "Faccia ovattata",
189
- "Face with open mouth and cold sweat": "Volto con la bocca aperta e sudore freddo",
190
- "Face screaming in fear": "Volto urlando nella paura",
191
- "Astonished face": "Volto Stupito",
192
- "Flushed face": "Viso rosso",
193
- "Sleeping face": "Viso addormentato",
194
- "Dizzy face": "Faccia vertigini",
195
- "Face without mouth": "Volto senza bocca",
196
- "Face with medical mask": "Volto con la mascherina medica",
174
+ "Grinning face": "Sorridente",
175
+ "Grinning face with smiling eyes": "Sorridente con gli occhi sorridenti",
176
+ "Face with tears of joy": "Con lacrime di gioia",
177
+ "Smiling face with open mouth": "Sorridente con la bocca aperta",
178
+ "Smiling face with open mouth and smiling eyes": "Sorridente con la bocca aperta e gli occhi sorridenti",
179
+ "Smiling face with open mouth and cold sweat": "Sorridente con la bocca aperta e sudore freddo",
180
+ "Smiling face with open mouth and tightly-closed eyes": "Sorridente con la bocca aperta e gli occhi stretti",
181
+ "Smiling face with halo": "Sorridente con aureola",
182
+ "Smiling face with horns": "Diavolo sorridente",
183
+ "Winking face": "Ammiccante",
184
+ "Smiling face with smiling eyes": "Sorridente imbarazzato",
185
+ "Face savoring delicious food": "Goloso",
186
+ "Relieved face": "Rassicurato",
187
+ "Smiling face with heart-shaped eyes": "Sorridente con gli occhi a forma di cuore",
188
+ "Smiling face with sunglasses": "Sorridente con gli occhiali da sole",
189
+ "Smirking face": "Compiaciuto",
190
+ "Neutral face": "Neutro",
191
+ "Expressionless face": "Inespressivo",
192
+ "Unamused face": "Annoiato",
193
+ "Face with cold sweat": "Sudare freddo",
194
+ "Pensive face": "Pensieroso",
195
+ "Confused face": "Perplesso",
196
+ "Confounded face": "Confuso",
197
+ "Kissing face": "Bacio",
198
+ "Face throwing a kiss": "Manda un bacio",
199
+ "Kissing face with smiling eyes": "Bacio con gli occhi sorridenti",
200
+ "Kissing face with closed eyes": "Bacio con gli occhi chiusi",
201
+ "Face with stuck out tongue": "Linguaccia",
202
+ "Face with stuck out tongue and winking eye": "Linguaccia ammiccante",
203
+ "Face with stuck out tongue and tightly-closed eyes": "Linguaccia con occhi stretti",
204
+ "Disappointed face": "Deluso",
205
+ "Worried face": "Preoccupato",
206
+ "Angry face": "Arrabbiato",
207
+ "Pouting face": "Imbronciato",
208
+ "Crying face": "Pianto",
209
+ "Persevering face": "Perseverante",
210
+ "Face with look of triumph": "Trionfante",
211
+ "Disappointed but relieved face": "Deluso ma rassicurato",
212
+ "Frowning face with open mouth": "Accigliato con la bocca aperta",
213
+ "Anguished face": "Angosciato",
214
+ "Fearful face": "Pauroso",
215
+ "Weary face": "Stanco",
216
+ "Sleepy face": "Assonnato",
217
+ "Tired face": "Snervato",
218
+ "Grimacing face": "Smorfia",
219
+ "Loudly crying face": "Pianto a gran voce",
220
+ "Face with open mouth": "Bocca aperta",
221
+ "Hushed face": "Silenzioso",
222
+ "Face with open mouth and cold sweat": "Bocca aperta e sudore freddo",
223
+ "Face screaming in fear": "Urlante dalla paura",
224
+ "Astonished face": "Stupito",
225
+ "Flushed face": "Arrossito",
226
+ "Sleeping face": "Addormentato",
227
+ "Dizzy face": "Stordito",
228
+ "Face without mouth": "Senza parole",
229
+ "Face with medical mask": "Malattia infettiva",
197
230
 
198
231
  // Line breaker
199
- "Break": "Separazione",
232
+ "Break": "Separatore",
200
233
 
201
234
  // Math
202
235
  "Subscript": "Pedice",
@@ -209,7 +242,10 @@ $.FE.LANGUAGE['it'] = {
209
242
  "Insert Horizontal Line": "Inserisci Divisore Orizzontale",
210
243
 
211
244
  // Clear formatting
212
- "Clear Formatting": "Cancella formattazione",
245
+ "Clear Formatting": "Cancella Formattazione",
246
+
247
+ // Save
248
+ "Save": "Salvare",
213
249
 
214
250
  // Undo, redo
215
251
  "Undo": "Annulla",
@@ -219,15 +255,67 @@ $.FE.LANGUAGE['it'] = {
219
255
  "Select All": "Seleziona Tutto",
220
256
 
221
257
  // Code view
222
- "Code View": "Visualizzazione di codice",
258
+ "Code View": "Visualizza Codice",
223
259
 
224
260
  // Quote
225
261
  "Quote": "Citazione",
226
- "Increase": "Aumentare",
227
- "Decrease": "Diminuzione",
262
+ "Increase": "Aumenta",
263
+ "Decrease": "Diminuisci",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Inserto rapida"
266
+ "Quick Insert": "Inserimento Rapido",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Caratteri Speciali",
270
+ "Latin": "Latino",
271
+ "Greek": "Greco",
272
+ "Cyrillic": "Cirillico",
273
+ "Punctuation": "Punteggiatura",
274
+ "Currency": "Valuta",
275
+ "Arrows": "Frecce",
276
+ "Math": "Matematica",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Stampa",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Correttore Ortografico",
284
+
285
+ // Help
286
+ "Help": "Aiuto",
287
+ "Shortcuts": "Scorciatoie",
288
+ "Inline Editor": "Editor in Linea",
289
+ "Show the editor": "Mostra Editor",
290
+ "Common actions": "Azioni comuni",
291
+ "Copy": "Copia",
292
+ "Cut": "Taglia",
293
+ "Paste": "Incolla",
294
+ "Basic Formatting": "Formattazione di base",
295
+ "Increase quote level": "Aumenta il livello di citazione",
296
+ "Decrease quote level": "Diminuisci il livello di citazione",
297
+ "Image / Video": "Immagine / Video",
298
+ "Resize larger": "Pi\u00f9 grande",
299
+ "Resize smaller": "Pi\u00f9 piccolo",
300
+ "Table": "Tabella",
301
+ "Select table cell": "Seleziona la cella della tabella",
302
+ "Extend selection one cell": "Estendi la selezione di una cella",
303
+ "Extend selection one row": "Estendi la selezione una riga",
304
+ "Navigation": "Navigazione",
305
+ "Focus popup / toolbar": "Metti a fuoco la barra degli strumenti",
306
+ "Return focus to previous position": "Rimetti il fuoco sulla posizione precedente",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Incorpora URL",
310
+ "Paste in a URL to embed": "Incolla un URL da incorporare",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Il contenuto incollato proviene da un documento di Microsoft Word. Vuoi mantenere la formattazione di Word o pulirlo?",
314
+ "Keep": "Mantieni",
315
+ "Clean": "Pulisci",
316
+ "Word Paste Detected": "\u00c8 stato rilevato un incolla da Word"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));