wysiwyg-rails 2.9.8 → 3.0.0.pre.beta.1

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