activeadmin_froala_editor 0.1.2 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +1 -1
  3. data/README.md +43 -26
  4. data/Rakefile +2 -2
  5. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  6. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  87. data/app/assets/javascripts/activeadmin/froala_editor_input.js +54 -7
  88. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +68 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  94. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  128. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  134. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  141. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  142. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  143. data/lib/activeadmin/froala_editor.rb +2 -0
  144. data/lib/activeadmin/froala_editor/engine.rb +2 -0
  145. data/lib/activeadmin/froala_editor/version.rb +3 -1
  146. data/lib/activeadmin_froala_editor.rb +2 -1
  147. data/lib/formtastic/inputs/froala_editor_input.rb +3 -1
  148. metadata +154 -17
  149. data/.gitignore +0 -3
  150. data/Gemfile +0 -4
  151. data/activeadmin_froala_editor.gemspec +0 -19
  152. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  153. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  154. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  155. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  156. data/screenshot.jpg +0 -0
@@ -1,314 +1,299 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 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 ($) {
33
- /**
34
- * French
35
- */
36
-
37
- $.FE.LANGUAGE['fr'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Tapez quelque chose",
41
-
42
- // Basic formatting
43
- "Bold": "Gras",
44
- "Italic": "Italique",
45
- "Underline": "Soulign\u00e9",
46
- "Strikethrough": "Barr\u00e9",
47
-
48
- // Main buttons
49
- "Insert": "Ins\u00e9rer",
50
- "Delete": "Effacer",
51
- "Cancel": "Annuler",
52
- "OK": "Ok",
53
- "Back": "Ant\u00e9rieur",
54
- "Remove": "Enlever",
55
- "More": "Plus",
56
- "Update": "Actualiser",
57
- "Style": "Style",
58
-
59
- // Font
60
- "Font Family": "Polices de caract\u00e8res",
61
- "Font Size": "Taille de la police",
62
-
63
- // Colors
64
- "Colors": "Couleurs",
65
- "Background": "Arri\u00e8re-plan",
66
- "Text": "Texte",
67
- "HEX Color": "Couleur hexagonale",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Formats",
71
- "Normal": "Normal",
72
- "Code": "Code",
73
- "Heading 1": "Titre 1",
74
- "Heading 2": "Titre 2",
75
- "Heading 3": "Titre 3",
76
- "Heading 4": "Titre 4",
77
-
78
- // Style
79
- "Paragraph Style": "Style de paragraphe",
80
- "Inline Style": "Style en ligne",
81
-
82
- // Alignment
83
- "Align": "Aligner",
84
- "Align Left": "Aligner \u00e0 gauche",
85
- "Align Center": "Aligner au centre",
86
- "Align Right": "Aligner \u00e0 droite",
87
- "Align Justify": "Justifi\u00e9",
88
- "None": "Aucun",
89
-
90
- // Lists
91
- "Ordered List": "Liste ordonn\u00e9e",
92
- "Unordered List": "Liste non ordonn\u00e9e",
93
-
94
- // Indent
95
- "Decrease Indent": "Diminuer le retrait",
96
- "Increase Indent": "Augmenter le retrait",
97
-
98
- // Links
99
- "Insert Link": "Ins\u00e9rer un lien",
100
- "Open in new tab": "Ouvrir dans un nouvel onglet",
101
- "Open Link": "Ouvrir le lien",
102
- "Edit Link": "Modifier le lien",
103
- "Unlink": "Enlever le lien",
104
- "Choose Link": "Choisissez le lien",
105
-
106
- // Images
107
- "Insert Image": "Ins\u00e9rer une image",
108
- "Upload Image": "T\u00e9l\u00e9charger une image",
109
- "By URL": "Par URL",
110
- "Browse": "Feuilleter",
111
- "Drop image": "D\u00e9posez l'image",
112
- "or click": "ou cliquez",
113
- "Manage Images": "Gestion des images",
114
- "Loading": "Chargement",
115
- "Deleting": "Suppression",
116
- "Tags": "\u00c9tiquettes",
117
- "Are you sure? Image will be deleted.": "Etes-vous s\u00fbr? Image sera supprim\u00e9e.",
118
- "Replace": "Remplacer",
119
- "Uploading": "De t\u00e9l\u00e9chargement d'images",
120
- "Loading image": "De t\u00e9l\u00e9chargement d'images",
121
- "Display": "Afficher",
122
- "Inline": "En ligne",
123
- "Break Text": "Texte scission",
124
- "Alternate Text": "Texte alternatif",
125
- "Change Size": "Changer la dimension",
126
- "Width": "Largeur",
127
- "Height": "Hauteur",
128
- "Something went wrong. Please try again.": "Quelque chose a mal tourn\u00e9. Veuillez r\u00e9essayer.",
129
- "Image Caption": "Légende de l'image",
130
- "Advanced Edit": "Édition avancée",
131
-
132
- // Video
133
- "Insert Video": "Ins\u00e9rer une vid\u00e9o",
134
- "Embedded Code": "Code embarqu\u00e9",
135
-
136
- // Tables
137
- "Insert Table": "Ins\u00e9rer un tableau",
138
- "Table Header": "Ent\u00eate de tableau",
139
- "Remove Table": "Effacer le tableau",
140
- "Table Style": "Style de tableau",
141
- "Horizontal Align": "Aligner horizontale",
142
- "Row": "Ligne",
143
- "Insert row above": "Ins\u00e9rer une ligne avant",
144
- "Insert row below": "Ins\u00e9rer une ligne apr\u00e8s",
145
- "Delete row": "Effacer la ligne",
146
- "Column": "Colonne",
147
- "Insert column before": "Ins\u00e9rer une colonne avant",
148
- "Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
149
- "Delete column": "Effacer la colonne",
150
- "Cell": "Cellule",
151
- "Merge cells": "Fusionner les cellules",
152
- "Horizontal split": "Diviser horizontale",
153
- "Vertical split": "Diviser verticale",
154
- "Cell Background": "Fond de la cellule",
155
- "Vertical Align": "Aligner vertical",
156
- "Top": "En haut",
157
- "Middle": "Milieu",
158
- "Bottom": "En bas",
159
- "Align Top": "Aligner en haut",
160
- "Align Middle": "Aligner au milieu",
161
- "Align Bottom": "Aligner en bas",
162
- "Cell Style": "Style de cellule",
163
-
164
- // Files
165
- "Upload File": "T\u00e9l\u00e9charger le fichier",
166
- "Drop file": "D\u00e9posez le fichier",
167
-
168
- // Emoticons
169
- "Emoticons": "\u00c9motic\u00f4nes",
170
- "Grinning face": "Souriant visage",
171
- "Grinning face with smiling eyes": "Souriant visage aux yeux souriants",
172
- "Face with tears of joy": "Visage \u00e0 des larmes de joie",
173
- "Smiling face with open mouth": "Visage souriant avec la bouche ouverte",
174
- "Smiling face with open mouth and smiling eyes": "Visage souriant avec la bouche ouverte et les yeux en souriant",
175
- "Smiling face with open mouth and cold sweat": "Visage souriant avec la bouche ouverte et la sueur froide",
176
- "Smiling face with open mouth and tightly-closed eyes": "Visage souriant avec la bouche ouverte et les yeux herm\u00e9tiquement clos",
177
- "Smiling face with halo": "Sourire visage avec halo",
178
- "Smiling face with horns": "Visage souriant avec des cornes",
179
- "Winking face": "Clin d'oeil visage",
180
- "Smiling face with smiling eyes": "Sourire visage aux yeux souriants",
181
- "Face savoring delicious food": "Visage savourant de d\u00e9licieux plats",
182
- "Relieved face": "Soulag\u00e9 visage",
183
- "Smiling face with heart-shaped eyes": "Visage souriant avec des yeux en forme de coeur",
184
- "Smiling face with sunglasses": "Sourire visage avec des lunettes de soleil",
185
- "Smirking face": "Souriant visage",
186
- "Neutral face": "Visage neutre",
187
- "Expressionless face": "Visage sans expression",
188
- "Unamused face": "Visage pas amus\u00e9",
189
- "Face with cold sweat": "Face \u00e0 la sueur froide",
190
- "Pensive face": "pensif visage",
191
- "Confused face": "Visage confus",
192
- "Confounded face": "visage maudit",
193
- "Kissing face": "Embrasser le visage",
194
- "Face throwing a kiss": "Visage jetant un baiser",
195
- "Kissing face with smiling eyes": "Embrasser le visage avec les yeux souriants",
196
- "Kissing face with closed eyes": "Embrasser le visage avec les yeux ferm\u00e9s",
197
- "Face with stuck out tongue": "Visage avec sortait de la langue",
198
- "Face with stuck out tongue and winking eye": "Visage avec sortait de la langue et des yeux clignotante",
199
- "Face with stuck out tongue and tightly-closed eyes": "Visage avec sortait de la langue et les yeux ferm\u00e9s herm\u00e9tiquement",
200
- "Disappointed face": "Visage d\u00e9\u00e7u",
201
- "Worried face": "Visage inquiet",
202
- "Angry face": "Visage en col\u00e9re",
203
- "Pouting face": "Faire la moue face",
204
- "Crying face": "Pleurer visage",
205
- "Persevering face": "Pers\u00e9v\u00e9rer face",
206
- "Face with look of triumph": "Visage avec le regard de triomphe",
207
- "Disappointed but relieved face": "D\u00e9\u00e7u, mais le visage soulag\u00e9",
208
- "Frowning face with open mouth": "Les sourcils fronc\u00e9s visage avec la bouche ouverte",
209
- "Anguished face": "Visage angoiss\u00e9",
210
- "Fearful face": "Craignant visage",
211
- "Weary face": "Visage las",
212
- "Sleepy face": "Visage endormi",
213
- "Tired face": "Visage fatigu\u00e9",
214
- "Grimacing face": "Visage grima\u00e7ante",
215
- "Loudly crying face": "Pleurer bruyamment visage",
216
- "Face with open mouth": "Visage \u00e0 la bouche ouverte",
217
- "Hushed face": "Visage feutr\u00e9e",
218
- "Face with open mouth and cold sweat": "Visage \u00e0 la bouche ouverte et la sueur froide",
219
- "Face screaming in fear": "Visage hurlant de peur",
220
- "Astonished face": "Visage \u00e9tonn\u00e9",
221
- "Flushed face": "Visage congestionn\u00e9",
222
- "Sleeping face": "Visage au bois dormant",
223
- "Dizzy face": "Visage vertige",
224
- "Face without mouth": "Visage sans bouche",
225
- "Face with medical mask": "Visage avec un masque m\u00e9dical",
226
-
227
- // Line breaker
228
- "Break": "Rompre",
229
-
230
- // Math
231
- "Subscript": "Indice",
232
- "Superscript": "Exposant",
233
-
234
- // Full screen
235
- "Fullscreen": "Plein \u00e9cran",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "Ins\u00e9rez une ligne horizontale",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "Effacer formatage",
242
-
243
- // Undo, redo
244
- "Undo": "Annuler",
245
- "Redo": "R\u00e9tablir",
246
-
247
- // Select all
248
- "Select All": "Tout s\u00e9lectionner",
249
-
250
- // Code view
251
- "Code View": "Vue de code",
252
-
253
- // Quote
254
- "Quote": "Citer",
255
- "Increase": "Augmentation",
256
- "Decrease": "Diminution",
257
-
258
- // Quick Insert
259
- "Quick Insert": "Ins\u00e9rez rapide",
260
-
261
- // Spcial Characters
262
- "Special Characters": "Caractères spéciaux",
263
- "Latin": "Latin",
264
- "Greek": "Grec",
265
- "Cyrillic": "Cyrillique",
266
- "Punctuation": "Ponctuation",
267
- "Currency": "Devise",
268
- "Arrows": "Flèches",
269
- "Math": "Math",
270
- "Misc": "Misc",
271
-
272
- // Print.
273
- "Print": "Impression",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "Correcteur orthographique",
277
-
278
- // Help
279
- "Help": "Aidez-moi",
280
- "Shortcuts": "Raccourcis",
281
- "Inline Editor": "Éditeur en ligne",
282
- "Show the editor": "Montrer l'éditeur",
283
- "Common actions": "Actions communes",
284
- "Copy": "Copie",
285
- "Cut": "Couper",
286
- "Paste": "Coller",
287
- "Basic Formatting": "Formatage de base",
288
- "Increase quote level": "Augmenter le niveau de devis",
289
- "Decrease quote level": "Baisse du niveau de citation",
290
- "Image / Video": "Image / vidéo",
291
- "Resize larger": "Redimensionner plus grand",
292
- "Resize smaller": "Redimensionner plus petit",
293
- "Table": "Table",
294
- "Select table cell": "Sélectionner la cellule du tableau",
295
- "Extend selection one cell": "Étendre la sélection d'une cellule",
296
- "Extend selection one row": "Étendre la sélection d'une ligne",
297
- "Navigation": "La navigation",
298
- "Focus popup / toolbar": "Focus popup / toolbar",
299
- "Return focus to previous position": "Retourner l'accent sur le poste précédent",
300
-
301
- // Embed.ly
302
- "Embed URL": "URL intégrée",
303
- "Paste in a URL to embed": "Coller dans une url pour intégrer",
304
-
305
- // Word Paste.
306
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Le contenu collé provient d'un document Microsoft Word. voulez-vous garder le format ou le nettoyer?",
307
- "Keep": "Garder",
308
- "Clean": "Nettoyer",
309
- "Word Paste Detected": "Pate de mots détectée"
310
- },
311
- direction: "ltr"
312
- };
313
-
314
- }));
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * French
17
+ */
18
+ FE.LANGUAGE['fr'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Tapez quelque chose',
22
+ // Basic formatting
23
+ 'Bold': 'Gras',
24
+ 'Italic': 'Italique',
25
+ 'Underline': "Soulign\xE9",
26
+ 'Strikethrough': "Barr\xE9",
27
+ // Main buttons
28
+ 'Insert': "Ins\xE9rer",
29
+ 'Delete': 'Supprimer',
30
+ 'Cancel': 'Annuler',
31
+ 'OK': 'Ok',
32
+ 'Back': 'Retour',
33
+ 'Remove': 'Supprimer',
34
+ 'More': 'Plus',
35
+ 'Update': 'Actualiser',
36
+ 'Style': 'Style',
37
+ // Font
38
+ 'Font Family': "Polices de caract\xE8res",
39
+ 'Font Size': 'Taille de police',
40
+ 'Text Color': 'Couleur de police',
41
+ 'Background Color': 'Couleur d\'arri\xE8re plan',
42
+ // Colors
43
+ 'Colors': 'Couleurs',
44
+ 'Background': "Arri\xE8re-plan",
45
+ 'Text': 'Texte',
46
+ 'HEX Color': "Couleur hexad\xE9cimale",
47
+ // Paragraphs
48
+ 'Paragraph Format': 'Format de paragraphe',
49
+ 'Normal': 'Normal',
50
+ 'Code': 'Code',
51
+ 'Heading 1': 'Titre 1',
52
+ 'Heading 2': 'Titre 2',
53
+ 'Heading 3': 'Titre 3',
54
+ 'Heading 4': 'Titre 4',
55
+ 'Line Height': 'Interligne',
56
+ 'Single': 'Célibataire',
57
+ // Style
58
+ 'Paragraph Style': 'Style de paragraphe',
59
+ 'Inline Style': 'Style en ligne',
60
+ 'Gray': 'Grise',
61
+ 'Bordered': 'Bordé',
62
+ 'Spaced': 'Espacé',
63
+ 'Uppercase': 'Majuscule',
64
+ // Alignment
65
+ 'Align': 'Aligner',
66
+ 'Align Left': "Aligner \xE0 gauche",
67
+ 'Align Center': 'Aligner au centre',
68
+ 'Align Right': "Aligner \xE0 droite",
69
+ 'Align Justify': 'Justifier',
70
+ 'None': 'Aucun',
71
+ // Download PDF
72
+ 'Download PDF': 'Télécharger le PDF',
73
+ // Inline Class
74
+ 'Inline Class': 'Classe en ligne',
75
+ // Lists
76
+ 'Ordered List': "Liste ordonn\xE9e",
77
+ 'Unordered List': "Liste non ordonn\xE9e",
78
+ 'Default': 'D\xE9faut',
79
+ 'Circle': 'Cercle',
80
+ 'Disc': 'Rond',
81
+ 'Square': 'Carr\xE9',
82
+ 'Lower Alpha': 'Alpha inf\xE9rieur',
83
+ 'Lower Greek': 'Grec inf\xE9rieur',
84
+ 'Lower Roman': 'Romain inf\xE9rieur',
85
+ 'Upper Alpha': 'Alpha sup\xE9rieur',
86
+ 'Upper Roman': 'Romain sup\xE9rieur',
87
+ // Indent
88
+ 'Decrease Indent': 'Diminuer le retrait',
89
+ 'Increase Indent': 'Augmenter le retrait',
90
+ // Links
91
+ 'Insert Link': "Ins\xE9rer un lien",
92
+ 'Open in new tab': 'Ouvrir dans un nouvel onglet',
93
+ 'Open Link': 'Ouvrir le lien',
94
+ 'Edit Link': 'Modifier le lien',
95
+ 'Unlink': 'Enlever le lien',
96
+ 'Choose Link': 'Choisir le lien',
97
+ // Images
98
+ 'Insert Image': "Ins\xE9rer une image",
99
+ 'Upload Image': "T\xE9l\xE9verser une image",
100
+ 'By URL': 'Par URL',
101
+ 'Browse': 'Parcourir',
102
+ 'Drop image': 'Cliquer pour parcourir',
103
+ 'or click': 'ou glisser/d\xE9poser en plein \xE9cran',
104
+ 'Manage Images': "G\xE9rer les images",
105
+ 'Loading': 'Chargement',
106
+ 'Deleting': 'Suppression',
107
+ 'Tags': "\xC9tiquettes",
108
+ 'Are you sure? Image will be deleted.': "Etes-vous certain? L'image sera supprim\xE9e.",
109
+ 'Replace': 'Remplacer',
110
+ 'Uploading': 'Envoi en cours',
111
+ 'Loading image': 'Chargement d\'image en cours',
112
+ 'Display': 'Afficher',
113
+ 'Inline': 'En ligne',
114
+ 'Break Text': 'Rompre le texte',
115
+ 'Alternative Text': 'Texte alternatif',
116
+ 'Change Size': 'Changer la dimension',
117
+ 'Width': 'Largeur',
118
+ 'Height': 'Hauteur',
119
+ 'Something went wrong. Please try again.': "Quelque chose a mal tourn\xE9. Veuillez r\xE9essayer.",
120
+ 'Image Caption': "L\xE9gende de l'image",
121
+ 'Advanced Edit': "\xC9dition avanc\xE9e",
122
+ // Video
123
+ 'Insert Video': "Ins\xE9rer une vid\xE9o",
124
+ 'Embedded Code': "Code int\xE9gr\xE9",
125
+ 'Paste in a video URL': "Coller l'URL d'une vid\xE9o",
126
+ 'Drop video': 'Cliquer pour parcourir',
127
+ 'Your browser does not support HTML5 video.': "Votre navigateur ne supporte pas les vid\xE9os au format HTML5.",
128
+ 'Upload Video': "T\xE9l\xE9verser une vid\xE9o",
129
+ // Tables
130
+ 'Insert Table': "Ins\xE9rer un tableau",
131
+ 'Table Header': "Ent\xEAte de tableau",
132
+ 'Remove Table': 'Supprimer le tableau',
133
+ 'Table Style': 'Style de tableau',
134
+ 'Horizontal Align': 'Alignement horizontal',
135
+ 'Row': 'Ligne',
136
+ 'Insert row above': "Ins\xE9rer une ligne au-dessus",
137
+ 'Insert row below': "Ins\xE9rer une ligne en-dessous",
138
+ 'Delete row': 'Supprimer la ligne',
139
+ 'Column': 'Colonne',
140
+ 'Insert column before': "Ins\xE9rer une colonne avant",
141
+ 'Insert column after': "Ins\xE9rer une colonne apr\xE8s",
142
+ 'Delete column': 'Supprimer la colonne',
143
+ 'Cell': 'Cellule',
144
+ 'Merge cells': 'Fusionner les cellules',
145
+ 'Horizontal split': 'Diviser horizontalement',
146
+ 'Vertical split': 'Diviser verticalement',
147
+ 'Cell Background': "Arri\xE8re-plan de la cellule",
148
+ 'Vertical Align': 'Alignement vertical',
149
+ 'Top': 'En haut',
150
+ 'Middle': 'Au centre',
151
+ 'Bottom': 'En bas',
152
+ 'Align Top': 'Aligner en haut',
153
+ 'Align Middle': 'Aligner au centre',
154
+ 'Align Bottom': 'Aligner en bas',
155
+ 'Cell Style': 'Style de cellule',
156
+ // Files
157
+ 'Upload File': "T\xE9l\xE9verser un fichier",
158
+ 'Drop file': 'Cliquer pour parcourir',
159
+ // Emoticons
160
+ 'Emoticons': "\xC9motic\xF4nes",
161
+ 'Grinning face': 'Souriant visage',
162
+ 'Grinning face with smiling eyes': 'Souriant visage aux yeux souriants',
163
+ 'Face with tears of joy': "Visage \xE0 des larmes de joie",
164
+ 'Smiling face with open mouth': 'Visage souriant avec la bouche ouverte',
165
+ 'Smiling face with open mouth and smiling eyes': 'Visage souriant avec la bouche ouverte et les yeux en souriant',
166
+ 'Smiling face with open mouth and cold sweat': 'Visage souriant avec la bouche ouverte et la sueur froide',
167
+ 'Smiling face with open mouth and tightly-closed eyes': "Visage souriant avec la bouche ouverte et les yeux herm\xE9tiquement clos",
168
+ 'Smiling face with halo': 'Sourire visage avec halo',
169
+ 'Smiling face with horns': 'Visage souriant avec des cornes',
170
+ 'Winking face': 'Clin d\'oeil visage',
171
+ 'Smiling face with smiling eyes': 'Sourire visage aux yeux souriants',
172
+ 'Face savoring delicious food': "Visage savourant de d\xE9licieux plats",
173
+ 'Relieved face': "Soulag\xE9 visage",
174
+ 'Smiling face with heart-shaped eyes': 'Visage souriant avec des yeux en forme de coeur',
175
+ 'Smiling face with sunglasses': 'Sourire visage avec des lunettes de soleil',
176
+ 'Smirking face': 'Souriant visage',
177
+ 'Neutral face': 'Visage neutre',
178
+ 'Expressionless face': 'Visage sans expression',
179
+ 'Unamused face': "Visage pas amus\xE9",
180
+ 'Face with cold sweat': "Face \xE0 la sueur froide",
181
+ 'Pensive face': 'pensif visage',
182
+ 'Confused face': 'Visage confus',
183
+ 'Confounded face': 'visage maudit',
184
+ 'Kissing face': 'Embrasser le visage',
185
+ 'Face throwing a kiss': 'Visage jetant un baiser',
186
+ 'Kissing face with smiling eyes': 'Embrasser le visage avec les yeux souriants',
187
+ 'Kissing face with closed eyes': "Embrasser le visage avec les yeux ferm\xE9s",
188
+ 'Face with stuck out tongue': 'Visage avec sortait de la langue',
189
+ 'Face with stuck out tongue and winking eye': 'Visage avec sortait de la langue et des yeux clignotante',
190
+ 'Face with stuck out tongue and tightly-closed eyes': "Visage avec sortait de la langue et les yeux ferm\xE9s herm\xE9tiquement",
191
+ 'Disappointed face': "Visage d\xE9\xE7u",
192
+ 'Worried face': 'Visage inquiet',
193
+ 'Angry face': "Visage en col\xE9re",
194
+ 'Pouting face': 'Faire la moue face',
195
+ 'Crying face': 'Pleurer visage',
196
+ 'Persevering face': "Pers\xE9v\xE9rer face",
197
+ 'Face with look of triumph': 'Visage avec le regard de triomphe',
198
+ 'Disappointed but relieved face': "D\xE9\xE7u, mais le visage soulag\xE9",
199
+ 'Frowning face with open mouth': "Les sourcils fronc\xE9s visage avec la bouche ouverte",
200
+ 'Anguished face': "Visage angoiss\xE9",
201
+ 'Fearful face': 'Craignant visage',
202
+ 'Weary face': 'Visage las',
203
+ 'Sleepy face': 'Visage endormi',
204
+ 'Tired face': "Visage fatigu\xE9",
205
+ 'Grimacing face': "Visage grima\xE7ante",
206
+ 'Loudly crying face': 'Pleurer bruyamment visage',
207
+ 'Face with open mouth': "Visage \xE0 la bouche ouverte",
208
+ 'Hushed face': "Visage feutr\xE9e",
209
+ 'Face with open mouth and cold sweat': "Visage \xE0 la bouche ouverte et la sueur froide",
210
+ 'Face screaming in fear': 'Visage hurlant de peur',
211
+ 'Astonished face': "Visage \xE9tonn\xE9",
212
+ 'Flushed face': "Visage congestionn\xE9",
213
+ 'Sleeping face': 'Visage au bois dormant',
214
+ 'Dizzy face': 'Visage vertige',
215
+ 'Face without mouth': 'Visage sans bouche',
216
+ 'Face with medical mask': "Visage avec un masque m\xE9dical",
217
+ // Line breaker
218
+ 'Break': 'Rompre',
219
+ // Math
220
+ 'Subscript': 'Indice',
221
+ 'Superscript': 'Exposant',
222
+ // Full screen
223
+ 'Fullscreen': "Plein \xE9cran",
224
+ // Horizontal line
225
+ 'Insert Horizontal Line': "Ins\xE9rer une ligne horizontale",
226
+ // Clear formatting
227
+ 'Clear Formatting': 'Effacer le formatage',
228
+ // Save
229
+ 'Save': 'Sauvegarder',
230
+ // Undo, redo
231
+ 'Undo': 'Annuler',
232
+ 'Redo': "R\xE9tablir",
233
+ // Select all
234
+ 'Select All': "Tout s\xE9lectionner",
235
+ // Code view
236
+ 'Code View': 'Mode HTML',
237
+ // Quote
238
+ 'Quote': 'Citation',
239
+ 'Increase': 'Augmenter',
240
+ 'Decrease': 'Diminuer',
241
+ // Quick Insert
242
+ 'Quick Insert': 'Insertion rapide',
243
+ // Spcial Characters
244
+ 'Special Characters': "Caract\xE8res sp\xE9ciaux",
245
+ 'Latin': 'Latin',
246
+ 'Greek': 'Grec',
247
+ 'Cyrillic': 'Cyrillique',
248
+ 'Punctuation': 'Ponctuation',
249
+ 'Currency': 'Devise',
250
+ 'Arrows': "Fl\xE8ches",
251
+ 'Math': 'Math',
252
+ 'Misc': 'Divers',
253
+ // Print.
254
+ 'Print': 'Imprimer',
255
+ // Spell Checker.
256
+ 'Spell Checker': 'Correcteur orthographique',
257
+ // Help
258
+ 'Help': 'Aide',
259
+ 'Shortcuts': 'Raccourcis',
260
+ 'Inline Editor': "\xC9diteur en ligne",
261
+ 'Show the editor': "Montrer l'\xE9diteur",
262
+ 'Common actions': 'Actions communes',
263
+ 'Copy': 'Copier',
264
+ 'Cut': 'Couper',
265
+ 'Paste': 'Coller',
266
+ 'Basic Formatting': 'Formatage de base',
267
+ 'Increase quote level': 'Augmenter le niveau de citation',
268
+ 'Decrease quote level': 'Diminuer le niveau de citation',
269
+ 'Image / Video': "Image / vid\xE9o",
270
+ 'Resize larger': 'Redimensionner plus grand',
271
+ 'Resize smaller': 'Redimensionner plus petit',
272
+ 'Table': 'Table',
273
+ 'Select table cell': "S\xE9lectionner la cellule du tableau",
274
+ 'Extend selection one cell': "\xC9tendre la s\xE9lection d'une cellule",
275
+ 'Extend selection one row': "\xC9tendre la s\xE9lection d'une ligne",
276
+ 'Navigation': 'Navigation',
277
+ 'Focus popup / toolbar': 'Focus popup / toolbar',
278
+ 'Return focus to previous position': "Retourner l'accent sur le poste pr\xE9c\xE9dent",
279
+ // Embed.ly
280
+ 'Embed URL': "URL int\xE9gr\xE9e",
281
+ 'Paste in a URL to embed': "Coller une URL int\xE9gr\xE9e",
282
+ // Word Paste.
283
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': "Le contenu coll\xE9 provient d'un document Microsoft Word. Voulez-vous conserver le format ou le nettoyer?",
284
+ 'Keep': 'Conserver',
285
+ 'Clean': 'Nettoyer',
286
+ 'Word Paste Detected': "Copiage de mots d\xE9tect\xE9",
287
+ // Character Counter
288
+ 'Characters': 'Caract\xE8res',
289
+ // More Buttons
290
+ 'More Text': 'Autres options de texte',
291
+ 'More Paragraph': 'Autres options de paragraphe',
292
+ 'More Rich': 'Autres options d\'enrichissement',
293
+ 'More Misc': 'Autres fonctionnalit\xE9s diverses'
294
+ },
295
+ direction: 'ltr'
296
+ };
297
+
298
+ })));
299
+ //# sourceMappingURL=fr.js.map