activeadmin_froala_editor 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  5. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  6. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  44. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  82. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  85. data/app/assets/javascripts/activeadmin/froala_editor_input.js +32 -5
  86. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +12 -0
  87. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  141. data/lib/activeadmin/froala_editor/version.rb +1 -1
  142. metadata +154 -17
  143. data/.gitignore +0 -3
  144. data/Gemfile +0 -4
  145. data/activeadmin_froala_editor.gemspec +0 -19
  146. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  147. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  148. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  149. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  150. data/screenshot.jpg +0 -0
@@ -1,314 +1,278 @@
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
- * Norwegian
35
- */
36
-
37
- $.FE.LANGUAGE['nb'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Skriv noe",
41
-
42
- // Basic formatting
43
- "Bold": "Fet",
44
- "Italic": "Kursiv",
45
- "Underline": "Understreket",
46
- "Strikethrough": "Gjennomstreket",
47
-
48
- // Main buttons
49
- "Insert": "Sett",
50
- "Delete": "Slett",
51
- "Cancel": "Avbryt",
52
- "OK": "OK",
53
- "Back": "Tilbake",
54
- "Remove": "Fjern",
55
- "More": "Mer",
56
- "Update": "Oppdatering",
57
- "Style": "Stil",
58
-
59
- // Font
60
- "Font Family": "Skriftsnitt",
61
- "Font Size": "St\u00f8rrelse",
62
-
63
- // Colors
64
- "Colors": "Farger",
65
- "Background": "Bakgrunn",
66
- "Text": "Tekst",
67
- "HEX Color": "Heksefarge",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Stiler",
71
- "Normal": "Normal",
72
- "Code": "Kode",
73
- "Heading 1": "Overskrift 1",
74
- "Heading 2": "Overskrift 2",
75
- "Heading 3": "Overskrift 3",
76
- "Heading 4": "Overskrift 4",
77
-
78
- // Style
79
- "Paragraph Style": "Avsnittsstil",
80
- "Inline Style": "P\u00e5 linje stil",
81
-
82
- // Alignment
83
- "Align": "Justering",
84
- "Align Left": "Venstrejustert",
85
- "Align Center": "Midtstilt",
86
- "Align Right": "H\u00f8yrejustert",
87
- "Align Justify": "Juster alle linjer",
88
- "None": "None",
89
-
90
- // Lists
91
- "Ordered List": "Ordnet liste",
92
- "Unordered List": "Uordnet liste",
93
-
94
- // Indent
95
- "Decrease Indent": "Reduser innrykk",
96
- "Increase Indent": "\u00d8k innrykk",
97
-
98
- // Links
99
- "Insert Link": "Sett inn lenke",
100
- "Open in new tab": "\u00c5pne i ny fane",
101
- "Open Link": "\u00c5pne lenke",
102
- "Edit Link": "Rediger lenke",
103
- "Unlink": "Fjern lenke",
104
- "Choose Link": "Velge lenke",
105
-
106
- // Images
107
- "Insert Image": "Sett inn bilde",
108
- "Upload Image": "Last opp bilde",
109
- "By URL": "Ved URL",
110
- "Browse": "Bla",
111
- "Drop image": "Slippe bilde",
112
- "or click": "eller klikk",
113
- "Manage Images": "Bildebehandling",
114
- "Loading": "Lasting",
115
- "Deleting": "Slette",
116
- "Tags": "Tags",
117
- "Are you sure? Image will be deleted.": "Er du sikker? Bildet vil bli slettet.",
118
- "Replace": "Erstatte",
119
- "Uploading": "Opplasting",
120
- "Loading image": "Lasting bilde",
121
- "Display": "Utstilling",
122
- "Inline": "P\u00e5 linje",
123
- "Break Text": "Brudd tekst",
124
- "Alternate Text": "Alternativ tekst",
125
- "Change Size": "Endre st\u00f8rrelse",
126
- "Width": "Bredde",
127
- "Height": "H\u00f8yde",
128
- "Something went wrong. Please try again.": "Noe gikk galt. V\u00e6r s\u00e5 snill, pr\u00f8v p\u00e5 nytt.",
129
- "Image Caption": "Bilde bildetekst",
130
- "Advanced Edit": "Avansert redigering",
131
-
132
- // Video
133
- "Insert Video": "Sett inn video",
134
- "Embedded Code": "Embedded kode",
135
-
136
- // Tables
137
- "Insert Table": "Sett inn tabell",
138
- "Table Header": "Tabell header",
139
- "Remove Table": "Fjern tabell",
140
- "Table Style": "Tabell stil",
141
- "Horizontal Align": "Horisontal justering",
142
- "Row": "Rad",
143
- "Insert row above": "Sett inn rad f\u00f8r",
144
- "Insert row below": "Sett in rad etter",
145
- "Delete row": "Slett rad",
146
- "Column": "Kolonne",
147
- "Insert column before": "Sett inn kolonne f\u00f8r",
148
- "Insert column after": "Sett inn kolonne etter",
149
- "Delete column": "Slett kolonne",
150
- "Cell": "Celle",
151
- "Merge cells": "Sl\u00e5 sammen celler",
152
- "Horizontal split": "Horisontalt delt",
153
- "Vertical split": "Vertikal split",
154
- "Cell Background": "Celle bakgrunn",
155
- "Vertical Align": "Vertikal justering",
156
- "Top": "Topp",
157
- "Middle": "Midten",
158
- "Bottom": "Bunn",
159
- "Align Top": "Justere toppen",
160
- "Align Middle": "Justere midten",
161
- "Align Bottom": "Justere bunnen",
162
- "Cell Style": "Celle stil",
163
-
164
- // Files
165
- "Upload File": "Opplastingsfil",
166
- "Drop file": "Slippe fil",
167
-
168
- // Emoticons
169
- "Emoticons": "Emoticons",
170
- "Grinning face": "Flirer ansikt",
171
- "Grinning face with smiling eyes": "Flirer ansikt med smilende \u00f8yne",
172
- "Face with tears of joy": "Ansikt med t\u00e5rer av glede",
173
- "Smiling face with open mouth": "Smilende ansikt med \u00e5pen munn",
174
- "Smiling face with open mouth and smiling eyes": "Smilende ansikt med \u00e5pen munn og smilende \u00f8yne",
175
- "Smiling face with open mouth and cold sweat": "Smilende ansikt med \u00e5pen munn og kald svette",
176
- "Smiling face with open mouth and tightly-closed eyes": "Smilende ansikt med \u00e5pen munn og tett lukkede \u00f8yne",
177
- "Smiling face with halo": "Smilende ansikt med glorie",
178
- "Smiling face with horns": "Smilende ansikt med horn",
179
- "Winking face": "Blunk ansikt",
180
- "Smiling face with smiling eyes": "Smilende ansikt med smilende \u00f8yne",
181
- "Face savoring delicious food": "M\u00f8te nyter deilig mat",
182
- "Relieved face": "Lettet ansikt",
183
- "Smiling face with heart-shaped eyes": "Smilende ansikt med hjerteformede \u00f8yne",
184
- "Smiling face with sunglasses": "Smilende ansikt med solbriller",
185
- "Smirking face": "Tilfreds ansikt",
186
- "Neutral face": "N\u00f8ytral ansikt",
187
- "Expressionless face": "Uttrykksl\u00f8st ansikt",
188
- "Unamused face": "Ikke moret ansikt",
189
- "Face with cold sweat": "Ansikt med kald svette",
190
- "Pensive face": "Tankefull ansikt",
191
- "Confused face": "Forvirret ansikt",
192
- "Confounded face": "Skamme ansikt",
193
- "Kissing face": "Kyssing ansikt",
194
- "Face throwing a kiss": "Ansikt kaste et kyss",
195
- "Kissing face with smiling eyes": "Kyssing ansikt med smilende \u00f8yne",
196
- "Kissing face with closed eyes": "Kyssing ansiktet med lukkede \u00f8yne",
197
- "Face with stuck out tongue": "Ansikt med stakk ut tungen",
198
- "Face with stuck out tongue and winking eye": "Ansikt med stakk ut tungen og blunke \u00f8ye",
199
- "Face with stuck out tongue and tightly-closed eyes": "Ansikt med fast ut tungen og tett lukket \u00f8yne",
200
- "Disappointed face": "Skuffet ansikt",
201
- "Worried face": "Bekymret ansikt",
202
- "Angry face": "Sint ansikt",
203
- "Pouting face": "Trutmunn ansikt",
204
- "Crying face": "Gr\u00e5ter ansikt",
205
- "Persevering face": "Utholdende ansikt",
206
- "Face with look of triumph": "Ansikt med utseendet til triumf",
207
- "Disappointed but relieved face": "Skuffet men lettet ansikt",
208
- "Frowning face with open mouth": "Rynke ansikt med \u00e5pen munn",
209
- "Anguished face": "Forpint ansikt",
210
- "Fearful face": "Engstelig ansikt",
211
- "Weary face": "Slitne ansiktet",
212
- "Sleepy face": "S\u00f8vnig ansikt",
213
- "Tired face": "Tr\u00f8tt ansikt",
214
- "Grimacing face": "Griner ansikt",
215
- "Loudly crying face": "H\u00f8ylytt gr\u00e5tende ansikt",
216
- "Face with open mouth": "Ansikt med \u00e5pen munn",
217
- "Hushed face": "Lavm\u00e6lt ansikt",
218
- "Face with open mouth and cold sweat": "Ansikt med \u00e5pen munn og kald svette",
219
- "Face screaming in fear": "Ansikt skriker i frykt",
220
- "Astonished face": "Forbauset ansikt",
221
- "Flushed face": "Flushed ansikt",
222
- "Sleeping face": "Sovende ansikt",
223
- "Dizzy face": "Svimmel ansikt",
224
- "Face without mouth": "Ansikt uten munn",
225
- "Face with medical mask": "Ansikt med medisinsk maske",
226
-
227
- // Line breaker
228
- "Break": "Brudd",
229
-
230
- // Math
231
- "Subscript": "Senket skrift",
232
- "Superscript": "Hevet skrift",
233
-
234
- // Full screen
235
- "Fullscreen": "Full skjerm",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "Sett inn horisontal linje",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "Fjerne formatering",
242
-
243
- // Undo, redo
244
- "Undo": "Angre",
245
- "Redo": "Utf\u00f8r likevel",
246
-
247
- // Select all
248
- "Select All": "Marker alt",
249
-
250
- // Code view
251
- "Code View": "Kodevisning",
252
-
253
- // Quote
254
- "Quote": "Sitat",
255
- "Increase": "\u00d8ke",
256
- "Decrease": "Nedgang",
257
-
258
- // Quick Insert
259
- "Quick Insert": "Hurtiginnsats",
260
-
261
- // Spcial Characters
262
- "Special Characters": "Spesielle karakterer",
263
- "Latin": "Latin",
264
- "Greek": "Gresk",
265
- "Cyrillic": "Kyrilliske",
266
- "Punctuation": "Tegnsetting",
267
- "Currency": "Valuta",
268
- "Arrows": "Piler",
269
- "Math": "Matte",
270
- "Misc": "Misc",
271
-
272
- // Print.
273
- "Print": "Skrive ut",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "Stavekontroll",
277
-
278
- // Help
279
- "Help": "Hjelp",
280
- "Shortcuts": "Snarveier",
281
- "Inline Editor": "Inline editor",
282
- "Show the editor": "Vis redaktøren",
283
- "Common actions": "Felles handlinger",
284
- "Copy": "Kopiere",
285
- "Cut": "Kutte opp",
286
- "Paste": "Lim inn",
287
- "Basic Formatting": "Grunnleggende formatering",
288
- "Increase quote level": "Øke tilbudsnivået",
289
- "Decrease quote level": "Redusere tilbudsnivå",
290
- "Image / Video": "Bilde / video",
291
- "Resize larger": "Endre størrelsen større",
292
- "Resize smaller": "Endre størrelsen mindre",
293
- "Table": "Bord",
294
- "Select table cell": "Velg tabellcelle",
295
- "Extend selection one cell": "Utvide valg en celle",
296
- "Extend selection one row": "Utvide valg en rad",
297
- "Navigation": "Navigasjon",
298
- "Focus popup / toolbar": "Fokus popup / verktøylinje",
299
- "Return focus to previous position": "Returnere fokus til tidligere posisjon",
300
-
301
- // Embed.ly
302
- "Embed URL": "Legge inn nettadressen",
303
- "Paste in a URL to embed": "Lim inn i en URL for å legge inn",
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?": "Det limte innholdet kommer fra et Microsoft Word-dokument. vil du beholde formatet eller rydde det opp?",
307
- "Keep": "Beholde",
308
- "Clean": "Ren",
309
- "Word Paste Detected": "Ordpasta oppdages"
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
+ * Norwegian
17
+ */
18
+ FE.LANGUAGE['nb'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Skriv noe',
22
+ // Basic formatting
23
+ 'Bold': 'Fet',
24
+ 'Italic': 'Kursiv',
25
+ 'Underline': 'Understreket',
26
+ 'Strikethrough': 'Gjennomstreket',
27
+ // Main buttons
28
+ 'Insert': 'Sett',
29
+ 'Delete': 'Slett',
30
+ 'Cancel': 'Avbryt',
31
+ 'OK': 'OK',
32
+ 'Back': 'Tilbake',
33
+ 'Remove': 'Fjern',
34
+ 'More': 'Mer',
35
+ 'Update': 'Oppdatering',
36
+ 'Style': 'Stil',
37
+ // Font
38
+ 'Font Family': 'Skriftsnitt',
39
+ 'Font Size': "St\xF8rrelse",
40
+ // Colors
41
+ 'Colors': 'Farger',
42
+ 'Background': 'Bakgrunn',
43
+ 'Text': 'Tekst',
44
+ 'HEX Color': 'Heksefarge',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Stiler',
47
+ 'Normal': 'Normal',
48
+ 'Code': 'Kode',
49
+ 'Heading 1': 'Overskrift 1',
50
+ 'Heading 2': 'Overskrift 2',
51
+ 'Heading 3': 'Overskrift 3',
52
+ 'Heading 4': 'Overskrift 4',
53
+ // Style
54
+ 'Paragraph Style': 'Avsnittsstil',
55
+ 'Inline Style': "P\xE5 linje stil",
56
+ // Alignment
57
+ 'Align': 'Justering',
58
+ 'Align Left': 'Venstrejustert',
59
+ 'Align Center': 'Midtstilt',
60
+ 'Align Right': "H\xF8yrejustert",
61
+ 'Align Justify': 'Juster alle linjer',
62
+ 'None': 'None',
63
+ // Lists
64
+ 'Ordered List': 'Ordnet liste',
65
+ 'Unordered List': 'Uordnet liste',
66
+ // Indent
67
+ 'Decrease Indent': 'Reduser innrykk',
68
+ 'Increase Indent': "\xD8k innrykk",
69
+ // Links
70
+ 'Insert Link': 'Sett inn lenke',
71
+ 'Open in new tab': "\xC5pne i ny fane",
72
+ 'Open Link': "\xC5pne lenke",
73
+ 'Edit Link': 'Rediger lenke',
74
+ 'Unlink': 'Fjern lenke',
75
+ 'Choose Link': 'Velge lenke',
76
+ // Images
77
+ 'Insert Image': 'Sett inn bilde',
78
+ 'Upload Image': 'Last opp bilde',
79
+ 'By URL': 'Ved URL',
80
+ 'Browse': 'Bla',
81
+ 'Drop image': 'Slippe bilde',
82
+ 'or click': 'eller klikk',
83
+ 'Manage Images': 'Bildebehandling',
84
+ 'Loading': 'Lasting',
85
+ 'Deleting': 'Slette',
86
+ 'Tags': 'Tags',
87
+ 'Are you sure? Image will be deleted.': 'Er du sikker? Bildet vil bli slettet.',
88
+ 'Replace': 'Erstatte',
89
+ 'Uploading': 'Opplasting',
90
+ 'Loading image': 'Lasting bilde',
91
+ 'Display': 'Utstilling',
92
+ 'Inline': "P\xE5 linje",
93
+ 'Break Text': 'Brudd tekst',
94
+ 'Alternative Text': 'Alternativ tekst',
95
+ 'Change Size': "Endre st\xF8rrelse",
96
+ 'Width': 'Bredde',
97
+ 'Height': "H\xF8yde",
98
+ 'Something went wrong. Please try again.': "Noe gikk galt. V\xE6r s\xE5 snill, pr\xF8v p\xE5 nytt.",
99
+ 'Image Caption': 'Bilde bildetekst',
100
+ 'Advanced Edit': 'Avansert redigering',
101
+ // Video
102
+ 'Insert Video': 'Sett inn video',
103
+ 'Embedded Code': 'Embedded kode',
104
+ 'Paste in a video URL': 'Lim inn i en video-url',
105
+ 'Drop video': 'Slipp video',
106
+ 'Your browser does not support HTML5 video.': 'Nettleseren din støtter ikke html5 video.',
107
+ 'Upload Video': 'Last opp video',
108
+ // Tables
109
+ 'Insert Table': 'Sett inn tabell',
110
+ 'Table Header': 'Tabell header',
111
+ 'Remove Table': 'Fjern tabell',
112
+ 'Table Style': 'Tabell stil',
113
+ 'Horizontal Align': 'Horisontal justering',
114
+ 'Row': 'Rad',
115
+ 'Insert row above': "Sett inn rad f\xF8r",
116
+ 'Insert row below': 'Sett in rad etter',
117
+ 'Delete row': 'Slett rad',
118
+ 'Column': 'Kolonne',
119
+ 'Insert column before': "Sett inn kolonne f\xF8r",
120
+ 'Insert column after': 'Sett inn kolonne etter',
121
+ 'Delete column': 'Slett kolonne',
122
+ 'Cell': 'Celle',
123
+ 'Merge cells': "Sl\xE5 sammen celler",
124
+ 'Horizontal split': 'Horisontalt delt',
125
+ 'Vertical split': 'Vertikal split',
126
+ 'Cell Background': 'Celle bakgrunn',
127
+ 'Vertical Align': 'Vertikal justering',
128
+ 'Top': 'Topp',
129
+ 'Middle': 'Midten',
130
+ 'Bottom': 'Bunn',
131
+ 'Align Top': 'Justere toppen',
132
+ 'Align Middle': 'Justere midten',
133
+ 'Align Bottom': 'Justere bunnen',
134
+ 'Cell Style': 'Celle stil',
135
+ // Files
136
+ 'Upload File': 'Opplastingsfil',
137
+ 'Drop file': 'Slippe fil',
138
+ // Emoticons
139
+ 'Emoticons': 'Emoticons',
140
+ 'Grinning face': 'Flirer ansikt',
141
+ 'Grinning face with smiling eyes': "Flirer ansikt med smilende \xF8yne",
142
+ 'Face with tears of joy': "Ansikt med t\xE5rer av glede",
143
+ 'Smiling face with open mouth': "Smilende ansikt med \xE5pen munn",
144
+ 'Smiling face with open mouth and smiling eyes': "Smilende ansikt med \xE5pen munn og smilende \xF8yne",
145
+ 'Smiling face with open mouth and cold sweat': "Smilende ansikt med \xE5pen munn og kald svette",
146
+ 'Smiling face with open mouth and tightly-closed eyes': "Smilende ansikt med \xE5pen munn og tett lukkede \xF8yne",
147
+ 'Smiling face with halo': 'Smilende ansikt med glorie',
148
+ 'Smiling face with horns': 'Smilende ansikt med horn',
149
+ 'Winking face': 'Blunk ansikt',
150
+ 'Smiling face with smiling eyes': "Smilende ansikt med smilende \xF8yne",
151
+ 'Face savoring delicious food': "M\xF8te nyter deilig mat",
152
+ 'Relieved face': 'Lettet ansikt',
153
+ 'Smiling face with heart-shaped eyes': "Smilende ansikt med hjerteformede \xF8yne",
154
+ 'Smiling face with sunglasses': 'Smilende ansikt med solbriller',
155
+ 'Smirking face': 'Tilfreds ansikt',
156
+ 'Neutral face': "N\xF8ytral ansikt",
157
+ 'Expressionless face': "Uttrykksl\xF8st ansikt",
158
+ 'Unamused face': 'Ikke moret ansikt',
159
+ 'Face with cold sweat': 'Ansikt med kald svette',
160
+ 'Pensive face': 'Tankefull ansikt',
161
+ 'Confused face': 'Forvirret ansikt',
162
+ 'Confounded face': 'Skamme ansikt',
163
+ 'Kissing face': 'Kyssing ansikt',
164
+ 'Face throwing a kiss': 'Ansikt kaste et kyss',
165
+ 'Kissing face with smiling eyes': "Kyssing ansikt med smilende \xF8yne",
166
+ 'Kissing face with closed eyes': "Kyssing ansiktet med lukkede \xF8yne",
167
+ 'Face with stuck out tongue': 'Ansikt med stakk ut tungen',
168
+ 'Face with stuck out tongue and winking eye': "Ansikt med stakk ut tungen og blunke \xF8ye",
169
+ 'Face with stuck out tongue and tightly-closed eyes': "Ansikt med fast ut tungen og tett lukket \xF8yne",
170
+ 'Disappointed face': 'Skuffet ansikt',
171
+ 'Worried face': 'Bekymret ansikt',
172
+ 'Angry face': 'Sint ansikt',
173
+ 'Pouting face': 'Trutmunn ansikt',
174
+ 'Crying face': "Gr\xE5ter ansikt",
175
+ 'Persevering face': 'Utholdende ansikt',
176
+ 'Face with look of triumph': 'Ansikt med utseendet til triumf',
177
+ 'Disappointed but relieved face': 'Skuffet men lettet ansikt',
178
+ 'Frowning face with open mouth': "Rynke ansikt med \xE5pen munn",
179
+ 'Anguished face': 'Forpint ansikt',
180
+ 'Fearful face': 'Engstelig ansikt',
181
+ 'Weary face': 'Slitne ansiktet',
182
+ 'Sleepy face': "S\xF8vnig ansikt",
183
+ 'Tired face': "Tr\xF8tt ansikt",
184
+ 'Grimacing face': 'Griner ansikt',
185
+ 'Loudly crying face': "H\xF8ylytt gr\xE5tende ansikt",
186
+ 'Face with open mouth': "Ansikt med \xE5pen munn",
187
+ 'Hushed face': "Lavm\xE6lt ansikt",
188
+ 'Face with open mouth and cold sweat': "Ansikt med \xE5pen munn og kald svette",
189
+ 'Face screaming in fear': 'Ansikt skriker i frykt',
190
+ 'Astonished face': 'Forbauset ansikt',
191
+ 'Flushed face': 'Flushed ansikt',
192
+ 'Sleeping face': 'Sovende ansikt',
193
+ 'Dizzy face': 'Svimmel ansikt',
194
+ 'Face without mouth': 'Ansikt uten munn',
195
+ 'Face with medical mask': 'Ansikt med medisinsk maske',
196
+ // Line breaker
197
+ 'Break': 'Brudd',
198
+ // Math
199
+ 'Subscript': 'Senket skrift',
200
+ 'Superscript': 'Hevet skrift',
201
+ // Full screen
202
+ 'Fullscreen': 'Full skjerm',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': 'Sett inn horisontal linje',
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Fjerne formatering',
207
+ // Save
208
+ 'Save': 'Lagre',
209
+ // Undo, redo
210
+ 'Undo': 'Angre',
211
+ 'Redo': "Utf\xF8r likevel",
212
+ // Select all
213
+ 'Select All': 'Marker alt',
214
+ // Code view
215
+ 'Code View': 'Kodevisning',
216
+ // Quote
217
+ 'Quote': 'Sitat',
218
+ 'Increase': "\xD8ke",
219
+ 'Decrease': 'Nedgang',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Hurtiginnsats',
222
+ // Spcial Characters
223
+ 'Special Characters': 'Spesielle karakterer',
224
+ 'Latin': 'Latin',
225
+ 'Greek': 'Gresk',
226
+ 'Cyrillic': 'Kyrilliske',
227
+ 'Punctuation': 'Tegnsetting',
228
+ 'Currency': 'Valuta',
229
+ 'Arrows': 'Piler',
230
+ 'Math': 'Matte',
231
+ 'Misc': 'Misc',
232
+ // Print.
233
+ 'Print': 'Skrive ut',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Stavekontroll',
236
+ // Help
237
+ 'Help': 'Hjelp',
238
+ 'Shortcuts': 'Snarveier',
239
+ 'Inline Editor': 'Inline editor',
240
+ 'Show the editor': 'Vis redaktøren',
241
+ 'Common actions': 'Felles handlinger',
242
+ 'Copy': 'Kopiere',
243
+ 'Cut': 'Kutte opp',
244
+ 'Paste': 'Lim inn',
245
+ 'Basic Formatting': 'Grunnleggende formatering',
246
+ 'Increase quote level': 'Øke tilbudsnivået',
247
+ 'Decrease quote level': 'Redusere tilbudsnivå',
248
+ 'Image / Video': 'Bilde / video',
249
+ 'Resize larger': 'Endre størrelsen større',
250
+ 'Resize smaller': 'Endre størrelsen mindre',
251
+ 'Table': 'Bord',
252
+ 'Select table cell': 'Velg tabellcelle',
253
+ 'Extend selection one cell': 'Utvide valg en celle',
254
+ 'Extend selection one row': 'Utvide valg en rad',
255
+ 'Navigation': 'Navigasjon',
256
+ 'Focus popup / toolbar': 'Fokus popup / verktøylinje',
257
+ 'Return focus to previous position': 'Returnere fokus til tidligere posisjon',
258
+ // Embed.ly
259
+ 'Embed URL': 'Legge inn nettadressen',
260
+ 'Paste in a URL to embed': 'Lim inn i en URL for å legge inn',
261
+ // Word Paste.
262
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Det limte innholdet kommer fra et Microsoft Word-dokument. vil du beholde formatet eller rydde det opp?',
263
+ 'Keep': 'Beholde',
264
+ 'Clean': 'Ren',
265
+ 'Word Paste Detected': 'Ordpasta oppdages',
266
+ // Character Counter
267
+ 'Characters': 'Tegn',
268
+ // More Buttons
269
+ 'More Text': 'Mer Tekst',
270
+ 'More Paragraph': 'Mer Avsnitt',
271
+ 'More Rich': 'Mer Rik',
272
+ 'More Misc': 'Mer Diverse'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=nb.js.map