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