wysiwyg-rails 2.6.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -3
  3. data/app/assets/javascripts/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
  5. data/app/assets/javascripts/languages/ar.js +92 -4
  6. data/app/assets/javascripts/languages/bs.js +92 -4
  7. data/app/assets/javascripts/languages/cs.js +92 -4
  8. data/app/assets/javascripts/languages/da.js +196 -111
  9. data/app/assets/javascripts/languages/de.js +167 -79
  10. data/app/assets/javascripts/languages/el.js +327 -0
  11. data/app/assets/javascripts/languages/en_ca.js +94 -6
  12. data/app/assets/javascripts/languages/en_gb.js +92 -4
  13. data/app/assets/javascripts/languages/es.js +93 -5
  14. data/app/assets/javascripts/languages/et.js +92 -4
  15. data/app/assets/javascripts/languages/fa.js +96 -8
  16. data/app/assets/javascripts/languages/fi.js +92 -4
  17. data/app/assets/javascripts/languages/fr.js +129 -41
  18. data/app/assets/javascripts/languages/he.js +92 -4
  19. data/app/assets/javascripts/languages/hr.js +92 -4
  20. data/app/assets/javascripts/languages/hu.js +105 -17
  21. data/app/assets/javascripts/languages/id.js +92 -4
  22. data/app/assets/javascripts/languages/it.js +198 -110
  23. data/app/assets/javascripts/languages/ja.js +191 -103
  24. data/app/assets/javascripts/languages/ko.js +116 -28
  25. data/app/assets/javascripts/languages/ku.js +314 -0
  26. data/app/assets/javascripts/languages/me.js +92 -4
  27. data/app/assets/javascripts/languages/nb.js +92 -4
  28. data/app/assets/javascripts/languages/nl.js +101 -13
  29. data/app/assets/javascripts/languages/pl.js +92 -4
  30. data/app/assets/javascripts/languages/pt_br.js +165 -77
  31. data/app/assets/javascripts/languages/pt_pt.js +94 -6
  32. data/app/assets/javascripts/languages/ro.js +92 -5
  33. data/app/assets/javascripts/languages/ru.js +95 -7
  34. data/app/assets/javascripts/languages/sk.js +92 -5
  35. data/app/assets/javascripts/languages/sr.js +92 -4
  36. data/app/assets/javascripts/languages/sv.js +121 -33
  37. data/app/assets/javascripts/languages/th.js +93 -5
  38. data/app/assets/javascripts/languages/tr.js +92 -4
  39. data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
  40. data/app/assets/javascripts/languages/vi.js +92 -4
  41. data/app/assets/javascripts/languages/zh_cn.js +259 -171
  42. data/app/assets/javascripts/languages/zh_tw.js +92 -4
  43. data/app/assets/javascripts/plugins/align.min.js +3 -3
  44. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
  46. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  47. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  48. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  49. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  50. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  51. data/app/assets/javascripts/plugins/file.min.js +3 -3
  52. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  53. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  54. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  56. data/app/assets/javascripts/plugins/help.min.js +3 -3
  57. data/app/assets/javascripts/plugins/image.min.js +3 -4
  58. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +3 -3
  64. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  67. data/app/assets/javascripts/plugins/print.min.js +3 -3
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  69. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  70. data/app/assets/javascripts/plugins/save.min.js +3 -3
  71. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  72. data/app/assets/javascripts/plugins/table.min.js +3 -4
  73. data/app/assets/javascripts/plugins/url.min.js +3 -3
  74. data/app/assets/javascripts/plugins/video.min.js +3 -4
  75. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  76. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  81. data/app/assets/stylesheets/froala_editor.css +159 -31
  82. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  85. data/app/assets/stylesheets/froala_style.css +174 -26
  86. data/app/assets/stylesheets/froala_style.min.css +3 -3
  87. data/app/assets/stylesheets/plugins/char_counter.css +2 -2
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
  89. data/app/assets/stylesheets/plugins/code_view.css +2 -2
  90. data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
  91. data/app/assets/stylesheets/plugins/colors.css +34 -3
  92. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  93. data/app/assets/stylesheets/plugins/draggable.css +3 -3
  94. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/emoticons.css +2 -2
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
  97. data/app/assets/stylesheets/plugins/file.css +16 -16
  98. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/help.css +2 -2
  102. data/app/assets/stylesheets/plugins/help.min.css +2 -2
  103. data/app/assets/stylesheets/plugins/image.css +17 -16
  104. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/image_manager.css +4 -2
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  109. data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/special_characters.css +2 -2
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
  113. data/app/assets/stylesheets/plugins/table.css +34 -4
  114. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/video.css +18 -18
  116. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  117. data/app/assets/stylesheets/themes/dark.css +199 -45
  118. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  119. data/app/assets/stylesheets/themes/gray.css +197 -43
  120. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  121. data/app/assets/stylesheets/themes/red.css +198 -44
  122. data/app/assets/stylesheets/themes/red.min.css +3 -3
  123. data/app/assets/stylesheets/themes/royal.css +210 -56
  124. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  125. data/app/assets/stylesheets/third_party/embedly.css +64 -0
  126. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
  132. data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
  133. data/lib/wysiwyg-rails/engine.rb +0 -2
  134. data/lib/wysiwyg-rails/version.rb +1 -1
  135. metadata +20 -26
  136. data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
  137. data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 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 ($) {
7
33
  /**
8
34
  * Danish
9
35
  */
@@ -11,223 +37,282 @@
11
37
  $.FE.LANGUAGE['da'] = {
12
38
  translation: {
13
39
  // Place holder
14
- "Type something": "Skriv noget",
40
+ "Type something": "Skriv her",
15
41
 
16
42
  // Basic formatting
17
43
  "Bold": "Fed",
18
44
  "Italic": "Kursiv",
19
- "Underline": "Understreg",
20
- "Strikethrough": "Gennemstreg",
45
+ "Underline": "Understreget",
46
+ "Strikethrough": "Gennemstreget",
21
47
 
22
48
  // Main buttons
23
- "Insert": "Inds\u00e6t",
49
+ "Insert": "Indsæt",
24
50
  "Delete": "Slet",
25
51
  "Cancel": "Fortryd",
26
52
  "OK": "Ok",
27
53
  "Back": "Tilbage",
28
54
  "Remove": "Fjern",
29
55
  "More": "Mere",
30
- "Update": "Opdatering",
31
- "Style": "Stil",
56
+ "Update": "Opdater",
57
+ "Style": "Udseende",
32
58
 
33
59
  // Font
34
60
  "Font Family": "Skrifttype",
35
- "Font Size": "Skriftst\u00f8rrelse",
61
+ "Font Size": "Skriftstørrelse",
36
62
 
37
63
  // Colors
38
64
  "Colors": "Farver",
39
- "Background": "Baggrunds",
65
+ "Background": "Baggrund",
40
66
  "Text": "Tekst",
67
+ "HEX Color": "Hex farve",
41
68
 
42
69
  // Paragraphs
43
- "Paragraph Format": "S\u00e6tning format",
70
+ "Paragraph Format": "Typografi",
44
71
  "Normal": "Normal",
45
- "Code": "Code",
72
+ "Code": "Kode",
46
73
  "Heading 1": "Overskrift 1",
47
74
  "Heading 2": "Overskrift 2",
48
75
  "Heading 3": "Overskrift 3",
49
76
  "Heading 4": "Overskrift 4",
50
77
 
51
78
  // Style
52
- "Paragraph Style": "S\u00e6tning stil",
53
- "Inline Style": "Inline stil",
79
+ "Paragraph Style": "Afsnit",
80
+ "Inline Style": " linje",
54
81
 
55
82
  // Alignment
56
83
  "Align": "Tilpasning",
57
84
  "Align Left": "Venstrejusteret",
58
85
  "Align Center": "Centreret",
59
- "Align Right": "H\u00f8jrejusteret",
60
- "Align Justify": "Justering",
61
- "None": "Intet",
86
+ "Align Right": "Højrejusteret",
87
+ "Align Justify": "Justeret",
88
+ "None": "Ingen",
62
89
 
63
90
  // Lists
64
- "Ordered List": "Ordnet liste",
65
- "Unordered List": "Uordnet liste",
91
+ "Ordered List": "Punktopstilling",
92
+ "Unordered List": "Punktopstilling med tal",
66
93
 
67
94
  // Indent
68
- "Decrease Indent": "Mindske indrykning",
69
- "Increase Indent": "For\u00f8ge indrykning",
95
+ "Decrease Indent": "Formindsk indrykning",
96
+ "Increase Indent": "Forøg indrykning",
70
97
 
71
98
  // Links
72
- "Insert Link": "Inds\u00e6t link",
73
- "Open in new tab": "\u00c5bn i ny fane",
74
- "Open Link": "\u00c5bn link",
99
+ "Insert Link": "Indsæt link",
100
+ "Open in new tab": "Åbn i ny fane",
101
+ "Open Link": "Åbn link",
75
102
  "Edit Link": "Rediger link",
76
103
  "Unlink": "Fjern link",
77
- "Choose Link": "V\u00e6lg link",
104
+ "Choose Link": "Vælg link",
78
105
 
79
106
  // Images
80
- "Insert Image": "Inds\u00e6t billede",
107
+ "Insert Image": "Indsæt billede",
81
108
  "Upload Image": "Upload billede",
82
- "By URL": "Af URL",
109
+ "By URL": "Fra URL",
83
110
  "Browse": "Gennemse",
84
- "Drop image": "Tr\u00e6k billedet herind",
111
+ "Drop image": "Træk billedet herind",
85
112
  "or click": "eller klik",
86
113
  "Manage Images": "Administrer billeder",
87
- "Loading": "Lastning",
88
- "Deleting": "Sletning",
114
+ "Loading": "Henter",
115
+ "Deleting": "Sletter",
89
116
  "Tags": "Tags",
90
- "Are you sure? Image will be deleted.": "Er du sikker? Billede vil blive slettet.",
117
+ "Are you sure? Image will be deleted.": "Er du sikker? Billedet vil blive slettet.",
91
118
  "Replace": "Udskift",
92
- "Uploading": "Upload",
93
- "Loading image": "Lastning billede",
94
- "Display": "Udstilling",
95
- "Inline": "Inline",
96
- "Break Text": "Afbrydelse tekst",
97
- "Alternate Text": "Suppleant tekst",
98
- "Change Size": "Skift st\u00f8rrelse",
119
+ "Uploading": "Uploader",
120
+ "Loading image": "Henter billede",
121
+ "Display": "Layout",
122
+ "Inline": "På linje",
123
+ "Break Text": "Ombryd tekst",
124
+ "Alternative Text": "Supplerende tekst",
125
+ "Change Size": "Tilpas størrelse",
99
126
  "Width": "Bredde",
100
- "Height": "H\u00f8jde",
101
- "Something went wrong. Please try again.": "Noget gik galt. Pr\u00f8v igen.",
127
+ "Height": "Højde",
128
+ "Something went wrong. Please try again.": "Noget gik galt. Prøv igen.",
129
+ "Image Caption": "Billedtekst",
130
+ "Advanced Edit": "Avanceret redigering",
102
131
 
103
132
  // Video
104
- "Insert Video": "Inds\u00e6t video",
105
- "Embedded Code": "Embedded kode",
133
+ "Insert Video": "Indsæt video",
134
+ "Embedded Code": "Indlejret kode",
135
+ "Paste in a video URL": "Indsæt en video via URL",
136
+ "Drop video": "Træk videoen herind",
137
+ "Your browser does not support HTML5 video.": "Din browser understøtter ikke HTML5 video.",
138
+ "Upload Video": "Upload video",
106
139
 
107
140
  // Tables
108
- "Insert Table": "Inds\u00e6t tabel",
109
- "Table Header": "Tabel header",
141
+ "Insert Table": "Indsæt tabel",
142
+ "Table Header": "Tabeloverskrift",
110
143
  "Remove Table": "Fjern tabel",
111
- "Table Style": "Tabel stil",
144
+ "Table Style": "Tabeludseende",
112
145
  "Horizontal Align": "Vandret tilpasning",
113
- "Row": "R\u00e6kke",
114
- "Insert row above": "Inds\u00e6t r\u00e6kke over",
115
- "Insert row below": "Inds\u00e6t r\u00e6kke under",
116
- "Delete row": "Slet r\u00e6kke",
146
+ "Row": "Række",
147
+ "Insert row above": "Indsæt række over",
148
+ "Insert row below": "Indsæt række under",
149
+ "Delete row": "Slet række",
117
150
  "Column": "Kolonne",
118
- "Insert column before": "Inds\u00e6t kolonne f\u00f8r",
119
- "Insert column after": "Inds\u00e6t kolonne efter",
151
+ "Insert column before": "Indsæt kolonne før",
152
+ "Insert column after": "Indsæt kolonne efter",
120
153
  "Delete column": "Slet kolonne",
121
154
  "Cell": "Celle",
122
155
  "Merge cells": "Flet celler",
123
156
  "Horizontal split": "Vandret split",
124
157
  "Vertical split": "Lodret split",
125
- "Cell Background": "Celle baggrund",
158
+ "Cell Background": "Cellebaggrund",
126
159
  "Vertical Align": "Lodret tilpasning",
127
160
  "Top": "Top",
128
- "Middle": "Midten",
161
+ "Middle": "Midte",
129
162
  "Bottom": "Bund",
130
- "Align Top": "Tilpasse top",
131
- "Align Middle": "Tilpasse midten",
132
- "Align Bottom": "Tilpasse bund",
133
- "Cell Style": "Celle stil",
163
+ "Align Top": "Tilpas i top",
164
+ "Align Middle": "Tilpas i midte",
165
+ "Align Bottom": "Tilpas i bund",
166
+ "Cell Style": "Celleudseende",
134
167
 
135
168
  // Files
136
169
  "Upload File": "Upload fil",
137
- "Drop file": "Drop fil",
170
+ "Drop file": "Træk filen herind",
138
171
 
139
172
  // Emoticons
140
- "Emoticons": "Hum\u00f8rikoner",
173
+ "Emoticons": "Humørikoner",
141
174
  "Grinning face": "Grinende ansigt",
142
- "Grinning face with smiling eyes": "Grinende ansigt med smilende \u00f8jne",
143
- "Face with tears of joy": "Ansigt med gl\u00e6dest\u00e5rer",
144
- "Smiling face with open mouth": "Smilende ansigt med \u00e5ben mund",
145
- "Smiling face with open mouth and smiling eyes": "Smilende ansigt med \u00e5ben mund og smilende \u00f8jne",
146
- "Smiling face with open mouth and cold sweat": "Smilende ansigt med \u00e5ben mund og koldsved",
147
- "Smiling face with open mouth and tightly-closed eyes": "Smilende ansigt med \u00e5ben mund og stramt-lukkede \u00f8jne",
148
- "Smiling face with halo": "Smilende ansigt med halo",
175
+ "Grinning face with smiling eyes": "Grinende ansigt med smilende øjne",
176
+ "Face with tears of joy": "Ansigt med glædestårer",
177
+ "Smiling face with open mouth": "Smilende ansigt med åben mund",
178
+ "Smiling face with open mouth and smiling eyes": "Smilende ansigt med åben mund og smilende øjne",
179
+ "Smiling face with open mouth and cold sweat": "Smilende ansigt med åben mund og koldsved",
180
+ "Smiling face with open mouth and tightly-closed eyes": "Smilende ansigt med åben mund og stramtlukkede øjne",
181
+ "Smiling face with halo": "Smilende ansigt med glorie",
149
182
  "Smiling face with horns": "Smilende ansigt med horn",
150
183
  "Winking face": "Blinkede ansigt",
151
- "Smiling face with smiling eyes": "Smilende ansigt med smilende \u00f8jne",
152
- "Face savoring delicious food": "Ansigt savoring l\u00e6kker mad",
184
+ "Smiling face with smiling eyes": "Smilende ansigt med smilende øjne",
185
+ "Face savoring delicious food": "Ansigt der savler over lækker mad",
153
186
  "Relieved face": "Lettet ansigt",
154
- "Smiling face with heart-shaped eyes": "Smilende ansigt med hjerteformede \u00f8jne",
187
+ "Smiling face with heart-shaped eyes": "Smilende ansigt med hjerteformede øjne",
155
188
  "Smiling face with sunglasses": "Smilende ansigt med solbriller",
156
189
  "Smirking face": "Smilende ansigt",
157
- "Neutral face": "Neutral ansigt",
158
- "Expressionless face": "Udtryksl\u00f8se ansigt",
159
- "Unamused face": "Ikke morede ansigt",
190
+ "Neutral face": "Neutralt ansigt",
191
+ "Expressionless face": "Udtryksløst ansigt",
192
+ "Unamused face": "Utilfredst ansigt",
160
193
  "Face with cold sweat": "Ansigt med koldsved",
161
- "Pensive face": "Eftert\u00e6nksom ansigt",
194
+ "Pensive face": "Eftertænksomt ansigt",
162
195
  "Confused face": "Forvirret ansigt",
163
- "Confounded face": "Forvirrede ansigt",
164
- "Kissing face": "Kysse ansigt",
165
- "Face throwing a kiss": "Ansigt smide et kys",
166
- "Kissing face with smiling eyes": "Kysse ansigt med smilende \u00f8jne",
167
- "Kissing face with closed eyes": "Kysse ansigt med lukkede \u00f8jne",
168
- "Face with stuck out tongue": "Ansigt med stak ud tungen",
169
- "Face with stuck out tongue and winking eye": "Ansigt med stak ud tungen og blinkede \u00f8je",
170
- "Face with stuck out tongue and tightly-closed eyes": "Ansigt med stak ud tungen og stramt lukkede \u00f8jne",
196
+ "Confounded face": "Irriteret ansigt",
197
+ "Kissing face": "Kyssende ansigt",
198
+ "Face throwing a kiss": "Ansigt der luftkysser",
199
+ "Kissing face with smiling eyes": "Kyssende ansigt med smilende øjne",
200
+ "Kissing face with closed eyes": "Kyssende ansigt med lukkede øjne",
201
+ "Face with stuck out tongue": "Ansigt med tungen ud af munden",
202
+ "Face with stuck out tongue and winking eye": "Ansigt med tungen ud af munden og blinkede øje",
203
+ "Face with stuck out tongue and tightly-closed eyes": "Ansigt med tungen ud af munden og stramt lukkede øjne",
171
204
  "Disappointed face": "Skuffet ansigt",
172
205
  "Worried face": "Bekymret ansigt",
173
- "Angry face": "Vred ansigt",
174
- "Pouting face": "Sk\u00e6gtorsk ansigt",
175
- "Crying face": "Gr\u00e6der ansigt",
176
- "Persevering face": "Udholdende ansigt",
177
- "Face with look of triumph": "Ansigt med udseendet af triumf",
206
+ "Angry face": "Vredt ansigt",
207
+ "Pouting face": "Surmulende ansigt",
208
+ "Crying face": "Grædende ansigt",
209
+ "Persevering face": "Vedholdende ansigt",
210
+ "Face with look of triumph": "Hoverende ansigt",
178
211
  "Disappointed but relieved face": "Skuffet, men lettet ansigt",
179
- "Frowning face with open mouth": "Rynkede panden ansigt med \u00e5ben mund",
180
- "Anguished face": "Forpinte ansigt",
181
- "Fearful face": "Frygt ansigt",
182
- "Weary face": "Tr\u00e6tte ansigt",
183
- "Sleepy face": "S\u00f8vnig ansigt",
184
- "Tired face": "Tr\u00e6t ansigt",
185
- "Grimacing face": "Grimasser ansigt",
186
- "Loudly crying face": "H\u00f8jlydt grædende ansigt",
187
- "Face with open mouth": "Ansigt med \u00e5ben mund",
212
+ "Frowning face with open mouth": "Ansigt med åben mund og rynket pande",
213
+ "Anguished face": "Forpintt ansigt",
214
+ "Fearful face": "Angst ansigt",
215
+ "Weary face": "Udmattet ansigt",
216
+ "Sleepy face": "Søvnigt ansigt",
217
+ "Tired face": "Træt ansigt",
218
+ "Grimacing face": "Ansigt der laver en grimasse",
219
+ "Loudly crying face": "Vrælende ansigt",
220
+ "Face with open mouth": "Ansigt med åben mund",
188
221
  "Hushed face": "Tyst ansigt",
189
- "Face with open mouth and cold sweat": "Ansigt med \u00e5ben mund og koldsved",
190
- "Face screaming in fear": "Ansigt skrigende i fryg",
191
- "Astonished face": "Forundret ansigt",
222
+ "Face with open mouth and cold sweat": "Ansigt med åben mund og koldsved",
223
+ "Face screaming in fear": "Ansigt der skriger i frygt",
224
+ "Astonished face": "Forbløffet ansigt",
192
225
  "Flushed face": "Blussende ansigt",
193
226
  "Sleeping face": "Sovende ansigt",
194
- "Dizzy face": "Svimmel ansigt",
227
+ "Dizzy face": "Svimmelt ansigt",
195
228
  "Face without mouth": "Ansigt uden mund",
196
- "Face with medical mask": "Ansigt med medicinsk maske",
229
+ "Face with medical mask": "Ansigt med mundbind",
197
230
 
198
231
  // Line breaker
199
- "Break": "Afbrydelse",
232
+ "Break": "Linjeskift",
200
233
 
201
234
  // Math
202
- "Subscript": "S\u00e6nket skrift",
203
- "Superscript": "H\u00e6vet skrift",
235
+ "Subscript": "Sænket skrift",
236
+ "Superscript": "Hævet skrift",
204
237
 
205
238
  // Full screen
206
- "Fullscreen": "Fuld sk\u00e6rm",
239
+ "Fullscreen": "Fuldskærm",
207
240
 
208
241
  // Horizontal line
209
- "Insert Horizontal Line": "Inds\u00e6t vandret linie",
242
+ "Insert Horizontal Line": "Indsæt vandret linie",
210
243
 
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Fjern formatering",
213
246
 
214
247
  // Undo, redo
215
248
  "Undo": "Fortryd",
216
- "Redo": "Genopret",
249
+ "Redo": "Annuller fortryd",
217
250
 
218
251
  // Select all
219
- "Select All": "V\u00e6lg alle",
252
+ "Select All": "Vælg alt",
220
253
 
221
254
  // Code view
222
- "Code View": "Kode visning",
255
+ "Code View": "Kodevisning",
223
256
 
224
257
  // Quote
225
258
  "Quote": "Citat",
226
- "Increase": "For\u00f8ge",
227
- "Decrease": "Mindsk",
259
+ "Increase": "Forøg",
260
+ "Decrease": "Formindsk",
228
261
 
229
262
  // Quick Insert
230
- "Quick Insert": "Hurtig indsats"
263
+ "Quick Insert": "Kvik-indsæt",
264
+
265
+ // Spcial Characters
266
+ "Special Characters": "Specialtegn",
267
+ "Latin": "Latin",
268
+ "Greek": "Græsk",
269
+ "Cyrillic": "Kyrillisk",
270
+ "Punctuation": "Tegnsætning",
271
+ "Currency": "Valuta",
272
+ "Arrows": "Pile",
273
+ "Math": "Matematik",
274
+ "Misc": "Diverse",
275
+
276
+ // Print.
277
+ "Print": "Print",
278
+
279
+ // Spell Checker.
280
+ "Spell Checker": "Stavekontrol",
281
+
282
+ // Help
283
+ "Help": "Hjælp",
284
+ "Shortcuts": "Genveje",
285
+ "Inline Editor": "Indlejret editor",
286
+ "Show the editor": "Vis editor",
287
+ "Common actions": "Almindelige handlinger",
288
+ "Copy": "Kopier",
289
+ "Cut": "Klip",
290
+ "Paste": "Sæt ind",
291
+ "Basic Formatting": "Grundlæggende formatering",
292
+ "Increase quote level": "Hæv citatniveau",
293
+ "Decrease quote level": "Sænk citatniveau",
294
+ "Image / Video": "Billede / video",
295
+ "Resize larger": "Ændre til større",
296
+ "Resize smaller": "Ændre til mindre",
297
+ "Table": "Tabel",
298
+ "Select table cell": "Vælg tabelcelle",
299
+ "Extend selection one cell": "Udvid markeringen med én celle",
300
+ "Extend selection one row": "Udvid markeringen med én række",
301
+ "Navigation": "Navigation",
302
+ "Focus popup / toolbar": "Fokuser popup / værktøjslinje",
303
+ "Return focus to previous position": "Skift fokus tilbage til tidligere position",
304
+
305
+ // Embed.ly
306
+ "Embed URL": "Integrer URL",
307
+ "Paste in a URL to embed": "Indsæt en URL for at indlejre",
308
+
309
+ // Word Paste.
310
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Det indsatte indhold kommer fra et Microsoft Word-dokument. Vil du beholde formateringen eller fjerne den?",
311
+ "Keep": "Behold",
312
+ "Clean": "Fjern",
313
+ "Word Paste Detected": "Indsættelse fra Word opdaget"
231
314
  },
232
315
  direction: "ltr"
233
316
  };
317
+
318
+ }));