activeadmin_froala_editor 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.md +64 -0
  6. data/Rakefile +3 -0
  7. data/activeadmin_froala_editor.gemspec +19 -0
  8. data/app/assets/fonts/FontAwesome.otf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  10. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  11. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  12. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  13. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  14. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
  15. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
  46. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
  48. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
  49. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
  50. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
  87. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
  124. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
  125. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
  126. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
  132. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
  136. data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
  137. data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
  138. data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
  139. data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
  140. data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
  141. data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
  142. data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
  143. data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
  144. data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
  145. data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
  146. data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
  147. data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
  148. data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
  149. data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
  150. data/lib/activeadmin/froala_editor.rb +1 -0
  151. data/lib/activeadmin/froala_editor/engine.rb +9 -0
  152. data/lib/activeadmin/froala_editor/version.rb +5 -0
  153. data/lib/activeadmin_froala_editor.rb +3 -0
  154. data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
  155. data/screenshot.jpg +0 -0
  156. metadata +211 -0
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 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
+ * Finnish
35
+ */
36
+
37
+ $.FE.LANGUAGE['fi'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "Kirjoita jotain",
41
+
42
+ // Basic formatting
43
+ "Bold": "Lihavointi",
44
+ "Italic": "Kursivointi",
45
+ "Underline": "Alleviivaus",
46
+ "Strikethrough": "Yliviivaus",
47
+
48
+ // Main buttons
49
+ "Insert": "Lis\u00e4\u00e4",
50
+ "Delete": "Poista",
51
+ "Cancel": "Peruuta",
52
+ "OK": "Ok",
53
+ "Back": "Takaisin",
54
+ "Remove": "Poista",
55
+ "More": "Lis\u00e4\u00e4",
56
+ "Update": "P\u00e4ivitys",
57
+ "Style": "Tyyli",
58
+
59
+ // Font
60
+ "Font Family": "Fontti",
61
+ "Font Size": "Fonttikoko",
62
+
63
+ // Colors
64
+ "Colors": "V\u00e4rit",
65
+ "Background": "Taustan",
66
+ "Text": "Tekstin",
67
+ "HEX Color": "Heksadesimaali",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "Muotoilut",
71
+ "Normal": "Normaali",
72
+ "Code": "Koodi",
73
+ "Heading 1": "Otsikko 1",
74
+ "Heading 2": "Otsikko 2",
75
+ "Heading 3": "Otsikko 3",
76
+ "Heading 4": "Otsikko 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "Kappaleen tyyli",
80
+ "Inline Style": "Linjassa tyyli",
81
+
82
+ // Alignment
83
+ "Align": "Tasaa",
84
+ "Align Left": "Tasaa vasemmalle",
85
+ "Align Center": "Keskit\u00e4",
86
+ "Align Right": "Tasaa oikealle",
87
+ "Align Justify": "Tasaa",
88
+ "None": "Ei mit\u00e4\u00e4n",
89
+
90
+ // Lists
91
+ "Ordered List": "J\u00e4rjestetty lista",
92
+ "Unordered List": "J\u00e4rjest\u00e4m\u00e4t\u00f6n lista",
93
+
94
+ // Indent
95
+ "Decrease Indent": "Sisenn\u00e4",
96
+ "Increase Indent": "Loitonna",
97
+
98
+ // Links
99
+ "Insert Link": "Lis\u00e4\u00e4 linkki",
100
+ "Open in new tab": "Avaa uudessa v\u00e4lilehdess\u00e4",
101
+ "Open Link": "Avaa linkki",
102
+ "Edit Link": "Muokkaa linkki",
103
+ "Unlink": "Poista linkki",
104
+ "Choose Link": "Valitse linkki",
105
+
106
+ // Images
107
+ "Insert Image": "Lis\u00e4\u00e4 kuva",
108
+ "Upload Image": "Lataa kuva",
109
+ "By URL": "Mukaan URL",
110
+ "Browse": "Selailla",
111
+ "Drop image": "Pudota kuva",
112
+ "or click": "tai napsauta",
113
+ "Manage Images": "Hallitse kuvia",
114
+ "Loading": "Lastaus",
115
+ "Deleting": "Poistaminen",
116
+ "Tags": "Tagit",
117
+ "Are you sure? Image will be deleted.": "Oletko varma? Kuva poistetaan.",
118
+ "Replace": "Vaihda",
119
+ "Uploading": "Lataaminen",
120
+ "Loading image": "Lastaus kuva",
121
+ "Display": "N\u00e4ytt\u00e4",
122
+ "Inline": "Linjassa",
123
+ "Break Text": "Rikkoa teksti",
124
+ "Alternate Text": "Vaihtoehtoinen teksti",
125
+ "Change Size": "Muuta kokoa",
126
+ "Width": "Leveys",
127
+ "Height": "Korkeus",
128
+ "Something went wrong. Please try again.": "Jotain meni pieleen. Yrit\u00e4 uudelleen.",
129
+ "Image Caption": "Kuva-otsikko",
130
+ "Advanced Edit": "Edistynyt muokkaus",
131
+
132
+ // Video
133
+ "Insert Video": "Lis\u00e4\u00e4 video",
134
+ "Embedded Code": "Upotettu koodi",
135
+
136
+ // Tables
137
+ "Insert Table": "Lis\u00e4\u00e4 taulukko",
138
+ "Table Header": "Taulukko yl\u00e4tunniste",
139
+ "Remove Table": "Poista taulukko",
140
+ "Table Style": "Taulukko tyyli",
141
+ "Horizontal Align": "Vaakasuora tasaa",
142
+ "Row": "Rivi",
143
+ "Insert row above": "Lis\u00e4\u00e4 rivi ennen",
144
+ "Insert row below": "Lis\u00e4\u00e4 rivi j\u00e4lkeen",
145
+ "Delete row": "Poista rivi",
146
+ "Column": "Sarake",
147
+ "Insert column before": "Lis\u00e4\u00e4 sarake ennen",
148
+ "Insert column after": "Lis\u00e4\u00e4 sarake j\u00e4lkeen",
149
+ "Delete column": "Poista sarake",
150
+ "Cell": "Solu",
151
+ "Merge cells": "Yhdist\u00e4 solut",
152
+ "Horizontal split": "Jaa vaakasuora",
153
+ "Vertical split": "Jaa pystysuora",
154
+ "Cell Background": "Solun tausta",
155
+ "Vertical Align": "Pystysuora tasaa",
156
+ "Top": "Alku",
157
+ "Middle": "Keskimm\u00e4inen",
158
+ "Bottom": "Pohja",
159
+ "Align Top": "Tasaa alkuun",
160
+ "Align Middle": "Tasaa keskimm\u00e4inen",
161
+ "Align Bottom": "Tasaa pohja",
162
+ "Cell Style": "Solun tyyli",
163
+
164
+ // Files
165
+ "Upload File": "Lataa tiedosto",
166
+ "Drop file": "Pudota tiedosto",
167
+
168
+ // Emoticons
169
+ "Emoticons": "Hymi\u00f6it\u00e4",
170
+ "Grinning face": "Virnisteli kasvot",
171
+ "Grinning face with smiling eyes": "Virnisteli kasvot hymyilev\u00e4t silm\u00e4t",
172
+ "Face with tears of joy": "Kasvot ilon kyyneleit\u00e4",
173
+ "Smiling face with open mouth": "Hymyilev\u00e4 kasvot suu auki",
174
+ "Smiling face with open mouth and smiling eyes": "Hymyilev\u00e4 kasvot suu auki ja hymyilee silm\u00e4t",
175
+ "Smiling face with open mouth and cold sweat": "Hymyilev\u00e4 kasvot suu auki ja kylm\u00e4 hiki",
176
+ "Smiling face with open mouth and tightly-closed eyes": "Hymyilev\u00e4 kasvot suu auki ja tiiviisti suljettu silm\u00e4t",
177
+ "Smiling face with halo": "Hymyilev\u00e4 kasvot Halo",
178
+ "Smiling face with horns": "Hymyilev\u00e4 kasvot sarvet",
179
+ "Winking face": "Silm\u00e4niskut kasvot",
180
+ "Smiling face with smiling eyes": "Hymyilev\u00e4 kasvot hymyilev\u00e4t silm\u00e4t",
181
+ "Face savoring delicious food": "Kasvot maistella herkullista ruokaa",
182
+ "Relieved face": "Vapautettu kasvot",
183
+ "Smiling face with heart-shaped eyes": "Hymyilev\u00e4t kasvot syd\u00e4men muotoinen silm\u00e4t",
184
+ "Smiling face with sunglasses": "Hymyilev\u00e4 kasvot aurinkolasit",
185
+ "Smirking face": "Hym\u00e4t\u00e4\u00e4 kasvot",
186
+ "Neutral face": "Neutraali kasvot",
187
+ "Expressionless face": "Ilmeet\u00f6n kasvot",
188
+ "Unamused face": "Ei huvittanut kasvo",
189
+ "Face with cold sweat": "Kasvot kylm\u00e4 hiki",
190
+ "Pensive face": "Mietteli\u00e4s kasvot",
191
+ "Confused face": "Sekava kasvot",
192
+ "Confounded face": "Sekoitti kasvot",
193
+ "Kissing face": "Suudella kasvot",
194
+ "Face throwing a kiss": "Kasvo heitt\u00e4\u00e4 suudelma",
195
+ "Kissing face with smiling eyes": "Suudella kasvot hymyilev\u00e4t silm\u00e4t",
196
+ "Kissing face with closed eyes": "Suudella kasvot silm\u00e4t ummessa",
197
+ "Face with stuck out tongue": "Kasvot ojensi kieli",
198
+ "Face with stuck out tongue and winking eye": "Kasvot on juuttunut pois kielen ja silm\u00e4niskuja silm\u00e4",
199
+ "Face with stuck out tongue and tightly-closed eyes": "Kasvot on juuttunut pois kielen ja tiiviisti suljettuna silm\u00e4t",
200
+ "Disappointed face": "Pettynyt kasvot",
201
+ "Worried face": "Huolissaan kasvot",
202
+ "Angry face": "Vihainen kasvot",
203
+ "Pouting face": "Pouting kasvot",
204
+ "Crying face": "Itku kasvot",
205
+ "Persevering face": "Pitk\u00e4j\u00e4nteinen kasvot",
206
+ "Face with look of triumph": "Kasvot ilme Triumph",
207
+ "Disappointed but relieved face": "Pettynyt mutta helpottunut kasvot",
208
+ "Frowning face with open mouth": "Frowning kasvot suu auki",
209
+ "Anguished face": "Tuskainen kasvot",
210
+ "Fearful face": "Pelokkuus kasvot",
211
+ "Weary face": "V\u00e4synyt kasvot",
212
+ "Sleepy face": "Unelias kasvot",
213
+ "Tired face": "V\u00e4synyt kasvot",
214
+ "Grimacing face": "Irvist\u00e4en kasvot",
215
+ "Loudly crying face": "\u00e4\u00e4nekk\u00e4\u00e4sti itku kasvot",
216
+ "Face with open mouth": "Kasvot suu auki",
217
+ "Hushed face": "Hiljentynyt kasvot",
218
+ "Face with open mouth and cold sweat": "Kasvot suu auki ja kylm\u00e4 hiki",
219
+ "Face screaming in fear": "Kasvot huutaa pelosta",
220
+ "Astonished face": "H\u00e4mm\u00e4stynyt kasvot",
221
+ "Flushed face": "Kasvojen punoitus",
222
+ "Sleeping face": "Nukkuva kasvot",
223
+ "Dizzy face": "Huimausta kasvot",
224
+ "Face without mouth": "Kasvot ilman suuhun",
225
+ "Face with medical mask": "Kasvot l\u00e4\u00e4ketieteen naamio",
226
+
227
+ // Line breaker
228
+ "Break": "Rikkoa",
229
+
230
+ // Math
231
+ "Subscript": "Alaindeksi",
232
+ "Superscript": "Yl\u00e4indeksi",
233
+
234
+ // Full screen
235
+ "Fullscreen": "Koko n\u00e4ytt\u00f6",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "Lis\u00e4\u00e4 vaakasuora viiva",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "Poista muotoilu",
242
+
243
+ // Undo, redo
244
+ "Undo": "Peru",
245
+ "Redo": "Tee uudelleen",
246
+
247
+ // Select all
248
+ "Select All": "Valitse kaikki",
249
+
250
+ // Code view
251
+ "Code View": "Koodi n\u00e4kym\u00e4",
252
+
253
+ // Quote
254
+ "Quote": "Lainaus",
255
+ "Increase": "Lis\u00e4t\u00e4",
256
+ "Decrease": "Pienenn\u00e4",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "Nopea insertti",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "Erikoismerkkejä",
263
+ "Latin": "Latina",
264
+ "Greek": "Kreikkalainen",
265
+ "Cyrillic": "Kyrillinen",
266
+ "Punctuation": "Välimerkit",
267
+ "Currency": "Valuutta",
268
+ "Arrows": "Nuolet",
269
+ "Math": "Matematiikka",
270
+ "Misc": "Sekalaista",
271
+
272
+ // Print.
273
+ "Print": "Tulosta",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "Oikeinkirjoittaja",
277
+
278
+ // Help
279
+ "Help": "Auta",
280
+ "Shortcuts": "Pikakuvakkeet",
281
+ "Inline Editor": "Inline-editori",
282
+ "Show the editor": "Näytä editori",
283
+ "Common actions": "Yhteisiä toimia",
284
+ "Copy": "Kopio",
285
+ "Cut": "Leikata",
286
+ "Paste": "Tahna",
287
+ "Basic Formatting": "Perusmuotoilu",
288
+ "Increase quote level": "Lisää lainaustasoa",
289
+ "Decrease quote level": "Laskea lainaustasoa",
290
+ "Image / Video": "Kuva / video",
291
+ "Resize larger": "Kokoa suurempi",
292
+ "Resize smaller": "Pienempi koko",
293
+ "Table": "Pöytä",
294
+ "Select table cell": "Valitse taulukon solu",
295
+ "Extend selection one cell": "Laajentaa valinta yhden solun",
296
+ "Extend selection one row": "Laajenna valinta yksi rivi",
297
+ "Navigation": "Suunnistus",
298
+ "Focus popup / toolbar": "Painopistevalo / työkalurivi",
299
+ "Return focus to previous position": "Palauta tarkennus edelliseen asentoon",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "Upottaa URL-osoite",
303
+ "Paste in a URL to embed": "Liitä upotettu URL-osoite",
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?": "Liitetty sisältö tulee Microsoft Word -asiakirjasta. Haluatko säilyttää muodon tai puhdistaa sen?",
307
+ "Keep": "Pitää",
308
+ "Clean": "Puhdas",
309
+ "Word Paste Detected": "Sana-tahna havaittu"
310
+ },
311
+ direction: "ltr"
312
+ };
313
+
314
+ }));
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 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": "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
+ }));