wysiwyg-rails 1.2.8 → 2.0.0.pre.rc.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +40 -15
  3. data/app/assets/javascripts/froala_editor.min.js +6 -8
  4. data/app/assets/javascripts/languages/ar.js +216 -0
  5. data/app/assets/javascripts/languages/bs.js +216 -0
  6. data/app/assets/javascripts/languages/cs.js +216 -0
  7. data/app/assets/javascripts/languages/da.js +216 -0
  8. data/app/assets/javascripts/languages/de.js +216 -0
  9. data/app/assets/javascripts/languages/en_ca.js +160 -0
  10. data/app/assets/javascripts/languages/en_gb.js +160 -0
  11. data/app/assets/javascripts/languages/es.js +216 -0
  12. data/app/assets/javascripts/languages/et.js +216 -0
  13. data/app/assets/javascripts/languages/fa.js +216 -0
  14. data/app/assets/javascripts/languages/fi.js +216 -0
  15. data/app/assets/javascripts/languages/fr.js +216 -0
  16. data/app/assets/javascripts/languages/he.js +216 -0
  17. data/app/assets/javascripts/languages/hr.js +216 -0
  18. data/app/assets/javascripts/languages/hu.js +216 -0
  19. data/app/assets/javascripts/languages/id.js +216 -0
  20. data/app/assets/javascripts/languages/it.js +216 -0
  21. data/app/assets/javascripts/languages/ja.js +216 -0
  22. data/app/assets/javascripts/languages/ko.js +216 -0
  23. data/app/assets/javascripts/languages/me.js +216 -0
  24. data/app/assets/javascripts/languages/nb.js +216 -0
  25. data/app/assets/javascripts/languages/nl.js +216 -0
  26. data/app/assets/javascripts/languages/pl.js +216 -0
  27. data/app/assets/javascripts/languages/pt_br.js +216 -0
  28. data/app/assets/javascripts/languages/pt_pt.js +216 -0
  29. data/app/assets/javascripts/languages/ro.js +217 -0
  30. data/app/assets/javascripts/languages/ru.js +216 -0
  31. data/app/assets/javascripts/languages/sr.js +216 -0
  32. data/app/assets/javascripts/languages/sv.js +216 -0
  33. data/app/assets/javascripts/languages/th.js +216 -0
  34. data/app/assets/javascripts/languages/tr.js +216 -0
  35. data/app/assets/javascripts/languages/uk.js +216 -0
  36. data/app/assets/javascripts/languages/zh_cn.js +216 -0
  37. data/app/assets/javascripts/languages/zh_tw.js +216 -0
  38. data/app/assets/javascripts/plugins/align.min.js +6 -0
  39. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  40. data/app/assets/javascripts/plugins/code_view.min.js +6 -0
  41. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  42. data/app/assets/javascripts/plugins/emoticons.min.js +6 -0
  43. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  44. data/app/assets/javascripts/plugins/file.min.js +6 -0
  45. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  46. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  47. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  48. data/app/assets/javascripts/plugins/image.min.js +6 -0
  49. data/app/assets/javascripts/plugins/image_manager.min.js +6 -0
  50. data/app/assets/javascripts/plugins/inline_style.min.js +6 -0
  51. data/app/assets/javascripts/plugins/line_breaker.min.js +6 -0
  52. data/app/assets/javascripts/plugins/link.min.js +6 -0
  53. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  54. data/app/assets/javascripts/plugins/paragraph_format.min.js +6 -0
  55. data/app/assets/javascripts/plugins/paragraph_style.min.js +6 -0
  56. data/app/assets/javascripts/plugins/quote.min.js +6 -0
  57. data/app/assets/javascripts/plugins/save.min.js +6 -0
  58. data/app/assets/javascripts/plugins/table.min.js +6 -0
  59. data/app/assets/javascripts/plugins/url.min.js +6 -0
  60. data/app/assets/javascripts/plugins/video.min.js +3 -3
  61. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  62. data/app/assets/stylesheets/froala_style.min.css +3 -3
  63. data/app/assets/stylesheets/plugins/char_counter.min.css +5 -0
  64. data/app/assets/stylesheets/plugins/code_view.min.css +5 -0
  65. data/app/assets/stylesheets/plugins/colors.min.css +5 -0
  66. data/app/assets/stylesheets/plugins/emoticons.min.css +5 -0
  67. data/app/assets/stylesheets/plugins/file.min.css +5 -0
  68. data/app/assets/stylesheets/plugins/fullscreen.min.css +5 -0
  69. data/app/assets/stylesheets/plugins/image.min.css +5 -0
  70. data/app/assets/stylesheets/plugins/image_manager.min.css +5 -0
  71. data/app/assets/stylesheets/plugins/line_breaker.min.css +5 -0
  72. data/app/assets/stylesheets/plugins/table.min.css +5 -0
  73. data/app/assets/stylesheets/plugins/video.min.css +5 -0
  74. data/app/assets/stylesheets/themes/dark.css +825 -0
  75. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  76. data/app/assets/stylesheets/themes/gray.css +825 -0
  77. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  78. data/app/assets/stylesheets/themes/red.css +825 -0
  79. data/app/assets/stylesheets/themes/red.min.css +3 -3
  80. data/app/assets/stylesheets/themes/royal.css +825 -0
  81. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  82. data/lib/wysiwyg-rails/engine.rb +4 -3
  83. data/lib/wysiwyg-rails/version.rb +1 -1
  84. metadata +70 -49
  85. data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
  86. data/app/assets/javascripts/langs/ar.js +0 -94
  87. data/app/assets/javascripts/langs/bs.js +0 -94
  88. data/app/assets/javascripts/langs/cs.js +0 -94
  89. data/app/assets/javascripts/langs/da.js +0 -94
  90. data/app/assets/javascripts/langs/de.js +0 -94
  91. data/app/assets/javascripts/langs/en_ca.js +0 -94
  92. data/app/assets/javascripts/langs/en_gb.js +0 -94
  93. data/app/assets/javascripts/langs/en_us.js +0 -94
  94. data/app/assets/javascripts/langs/es.js +0 -94
  95. data/app/assets/javascripts/langs/et.js +0 -90
  96. data/app/assets/javascripts/langs/fa.js +0 -94
  97. data/app/assets/javascripts/langs/fi.js +0 -94
  98. data/app/assets/javascripts/langs/fr.js +0 -94
  99. data/app/assets/javascripts/langs/he.js +0 -94
  100. data/app/assets/javascripts/langs/hr.js +0 -94
  101. data/app/assets/javascripts/langs/hu.js +0 -94
  102. data/app/assets/javascripts/langs/id.js +0 -94
  103. data/app/assets/javascripts/langs/it.js +0 -94
  104. data/app/assets/javascripts/langs/ja.js +0 -94
  105. data/app/assets/javascripts/langs/ko.js +0 -94
  106. data/app/assets/javascripts/langs/me.js +0 -94
  107. data/app/assets/javascripts/langs/nb.js +0 -94
  108. data/app/assets/javascripts/langs/nl.js +0 -94
  109. data/app/assets/javascripts/langs/pl.js +0 -94
  110. data/app/assets/javascripts/langs/pt_br.js +0 -94
  111. data/app/assets/javascripts/langs/pt_pt.js +0 -94
  112. data/app/assets/javascripts/langs/ro.js +0 -94
  113. data/app/assets/javascripts/langs/ru.js +0 -94
  114. data/app/assets/javascripts/langs/sr.js +0 -94
  115. data/app/assets/javascripts/langs/sv.js +0 -94
  116. data/app/assets/javascripts/langs/th.js +0 -94
  117. data/app/assets/javascripts/langs/tr.js +0 -94
  118. data/app/assets/javascripts/langs/uk.js +0 -94
  119. data/app/assets/javascripts/langs/zh_cn.js +0 -94
  120. data/app/assets/javascripts/langs/zh_tw.js +0 -94
  121. data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
  122. data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
  123. data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
  124. data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
  125. data/app/assets/javascripts/plugins/tables.min.js +0 -6
  126. data/app/assets/javascripts/plugins/urls.min.js +0 -6
  127. data/app/assets/stylesheets/froala_content.min.css +0 -5
@@ -0,0 +1,216 @@
1
+ /**
2
+ * Czech
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['cs'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Napi\u0161te n\u011bco",
9
+
10
+ // Basic formatting
11
+ "Bold": "Tu\u010dn\u00e9",
12
+ "Italic": "Kurz\u00edva",
13
+ "Underline": "Podtr\u017een\u00e9",
14
+ "Strikethrough": "P\u0159e\u0161krtnut\u00e9",
15
+
16
+ // Main buttons
17
+ "Insert": "Vlo\u017eit",
18
+ "Delete": "Vymazat",
19
+ "Cancel": "Zru\u0161it",
20
+ "OK": "OK",
21
+ "Back": "Zp\u011bt",
22
+ "Remove": "Odstranit",
23
+ "More": "V\u00edce",
24
+ "Update": "Aktualizovat",
25
+ "Style": "Styl",
26
+
27
+ // Font
28
+ "Font Family": "Typ p\u00edsma",
29
+ "Font Size": "Velikost p\u00edsma",
30
+
31
+ // Colors
32
+ "Colors": "Barvy",
33
+ "Background": "Pozad\u00ed",
34
+ "Text": "P\u00edsmo",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Form\u00e1t odstavec",
38
+ "Normal": "Norm\u00e1ln\u00ed",
39
+ "Code": "K\u00f3d",
40
+ "Heading 1": "Nadpis 1",
41
+ "Heading 2": "Nadpis 2",
42
+ "Heading 3": "Nadpis 3",
43
+ "Heading 4": "Nadpis 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Odstavec styl",
47
+ "Inline Style": "Inline styl",
48
+
49
+ // Alignment
50
+ "Align": "Zarovn\u00e1n\u00ed",
51
+ "Align Left": "Zarovnat vlevo",
52
+ "Align Center": "Zarovnat na st\u0159ed",
53
+ "Align Right": "Zarovnat vpravo",
54
+ "Align Justify": "Zarovnat do bloku",
55
+ "None": "Nikdo",
56
+
57
+ // Lists
58
+ "Ordered List": "\u010c\u00edslovan\u00fd seznam",
59
+ "Unordered List": "Ne\u010d\u00edslovan\u00fd seznam",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Zmen\u0161it odsazen\u00ed",
63
+ "Increase Indent": "Zv\u011bt\u0161it odsazen\u00ed",
64
+
65
+ // Links
66
+ "Insert Link": "Vlo\u017eit odkaz",
67
+ "Open in new tab": "Otev\u0159\u00edt v nov\u00e9 z\u00e1lo\u017ece",
68
+ "Open Link": "Otev\u0159\u00edt odkaz",
69
+ "Edit Link": "Upravit odkaz",
70
+ "Unlink": "Odstranit odkaz",
71
+ "Choose Link": "Zvolte odkaz",
72
+
73
+ // Images
74
+ "Insert Image": "Vlo\u017eit obr\u00e1zek",
75
+ "Upload Image": "Nahr\u00e1t obr\u00e1zek",
76
+ "By URL": "Podle URL",
77
+ "Browse": "Proch\u00e1zet",
78
+ "Drop image": "P\u0159et\u00e1hn\u011bte sem obr\u00e1zek",
79
+ "or click": "nebo zde klepn\u011bte",
80
+ "Manage Images": "Spr\u00e1va obr\u00e1zk\u016f",
81
+ "Loading": "Nakl\u00e1d\u00e1n\u00ed",
82
+ "Deleting": "Odstran\u011bn\u00ed",
83
+ "Tags": "Zna\u010dky",
84
+ "Are you sure? Image will be deleted.": "Ur\u010dit\u011b? Obr\u00e1zek bude smaz\u00e1n.",
85
+ "Replace": "Nahradit",
86
+ "Uploading": "Nahr\u00e1v\u00e1n\u00ed",
87
+ "Loading image": "Obr\u00e1zek se na\u010d\u00edt\u00e1",
88
+ "Display": "Zobrazit",
89
+ "Inline": "Inline",
90
+ "Break Text": "P\u0159est\u00e1vka textu",
91
+ "Alternate Text": "Alternativn\u00ed textu",
92
+ "Change Size": "Zm\u011bnit velikost",
93
+ "Width": "\u0160\u00ed\u0159ka",
94
+ "Height": "V\u00fd\u0161ka",
95
+ "Something went wrong. Please try again.": "N\u011bco se pokazilo. Pros\u00edm zkuste to znovu.",
96
+
97
+ // Video
98
+ "Insert Video": "Vlo\u017eit video",
99
+ "Embedded Code": "Vlo\u017een\u00fd k\u00f3d",
100
+
101
+ // Tables
102
+ "Insert Table": "Vlo\u017eit tabulku",
103
+ "Header": "Hlavi\u010dka",
104
+ "Row": "\u0158\u00e1dek",
105
+ "Insert row above": "Vlo\u017eit \u0159\u00e1dek nad",
106
+ "Insert row below": "Vlo\u017eit \u0159\u00e1dek pod",
107
+ "Delete row": "Smazat \u0159\u00e1dek",
108
+ "Column": "Sloupec",
109
+ "Insert column before": "Vlo\u017eit sloupec vlevo",
110
+ "Insert column after": "Vlo\u017eit sloupec vpravo",
111
+ "Delete column": "Smazat sloupec",
112
+ "Cell": "Bu\u0148ka",
113
+ "Merge cells": "Slou\u010dit bu\u0148ky",
114
+ "Horizontal split": "Horizont\u00e1ln\u00ed rozd\u011blen\u00ed",
115
+ "Vertical split": "Vertik\u00e1ln\u00ed rozd\u011blen\u00ed",
116
+ "Cell Background": "Bu\u0148ka pozad\u00ed",
117
+ "Vertical Align": "Vertik\u00e1ln\u00ed zarovn\u00e1n\u00ed",
118
+ "Top": "Vrchol",
119
+ "Middle": "St\u0159ed",
120
+ "Bottom": "Spodn\u00ed",
121
+ "Align Top": "Zarovnat vrchol",
122
+ "Align Middle": "Zarovnat st\u0159ed",
123
+ "Align Bottom": "Zarovnat spodn\u00ed",
124
+ "Cell Style": "Styl bu\u0148ky",
125
+
126
+ // Files
127
+ "Upload File": "Nahr\u00e1t soubor",
128
+ "Drop file": "P\u0159et\u00e1hn\u011bte sem soubor",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Emotikony",
132
+ "Grinning face": "S \u00fasm\u011bvem tv\u00e1\u0159",
133
+ "Grinning face with smiling eyes": "S \u00fasm\u011bvem obli\u010dej s o\u010dima s \u00fasm\u011bvem",
134
+ "Face with tears of joy": "tv\u00e1\u0159 se slzami radosti",
135
+ "Smiling face with open mouth": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
136
+ "Smiling face with open mouth and smiling eyes": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s otev\u0159en\u00fdmi \u00fasty a o\u010dima s \u00fasm\u011bvem",
137
+ "Smiling face with open mouth and cold sweat": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 s otev\u0159en\u00fdmi \u00fasty a studen\u00fd pot",
138
+ "Smiling face with open mouth and tightly-closed eyes": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 s otev\u0159en\u00fdmi \u00fasty a t\u011bsn\u011b zav\u0159en\u00e9 o\u010di",
139
+ "Smiling face with halo": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s halo",
140
+ "Smiling face with horns": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s rohy",
141
+ "Winking face": "Mrk\u00e1n\u00ed tv\u00e1\u0159",
142
+ "Smiling face with smiling eyes": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s o\u010dima s \u00fasm\u011bvem",
143
+ "Face savoring delicious food": "Tv\u00e1\u0159 vychutn\u00e1val chutn\u00e9 j\u00eddlo",
144
+ "Relieved face": "Ulevilo tv\u00e1\u0159",
145
+ "Smiling face with heart-shaped eyes": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 ve tvaru srdce o\u010dima",
146
+ "Smiling face with sunglasses": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 se slune\u010dn\u00edmi br\u00fdlemi",
147
+ "Smirking face": "Uculoval tv\u00e1\u0159",
148
+ "Neutral face": "Neutr\u00e1ln\u00ed tv\u00e1\u0159",
149
+ "Expressionless face": "Bezv\u00fdrazn\u00fd obli\u010dej",
150
+ "Unamused face": "Ne pobaven\u00fd tv\u00e1\u0159",
151
+ "Face with cold sweat": "Tv\u00e1\u0159 se studen\u00fdm potem",
152
+ "Pensive face": "Zamy\u0161len\u00fd obli\u010dej",
153
+ "Confused face": "Zmaten\u00fd tv\u00e1\u0159",
154
+ "Confounded face": "Na\u0161tvan\u00fd tv\u00e1\u0159",
155
+ "Kissing face": "L\u00edb\u00e1n\u00ed tv\u00e1\u0159",
156
+ "Face throwing a kiss": "Tv\u00e1\u0159 h\u00e1zet polibek",
157
+ "Kissing face with smiling eyes": "L\u00edb\u00e1n\u00ed obli\u010dej s o\u010dima s \u00fasm\u011bvem",
158
+ "Kissing face with closed eyes": "L\u00edb\u00e1n\u00ed tv\u00e1\u0159 se zav\u0159en\u00fdma o\u010dima",
159
+ "Face with stuck out tongue": "Tv\u00e1\u0159 s tr\u010dely jazyk",
160
+ "Face with stuck out tongue and winking eye": "Tv\u00e1\u0159 s tr\u010dely jazykem a mrkat o\u010dima",
161
+ "Face with stuck out tongue and tightly-closed eyes": "Suo\u010diti s tr\u010dely jazykem t\u011bsn\u011b zav\u0159en\u00e9 vidikovce",
162
+ "Disappointed face": "Zklaman\u00fd tv\u00e1\u0159",
163
+ "Worried face": "Boj\u00ed\u0161 se tv\u00e1\u0159",
164
+ "Angry face": "Rozzloben\u00fd tv\u00e1\u0159",
165
+ "Pouting face": "Na\u0161pulen\u00e9 tv\u00e1\u0159",
166
+ "Crying face": "Pl\u00e1\u010d tv\u00e1\u0159",
167
+ "Persevering face": "Vytrval\u00fdm tv\u00e1\u0159",
168
+ "Face with look of triumph": "Tv\u00e1\u0159 s v\u00fdrazem triumfu",
169
+ "Disappointed but relieved face": "Zklaman\u00fd ale ulevilo tv\u00e1\u0159",
170
+ "Frowning face with open mouth": "Zamra\u010dil se obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
171
+ "Anguished face": "\u00fazkostn\u00e9 tv\u00e1\u0159",
172
+ "Fearful face": "Stra\u0161n\u00fd tv\u00e1\u0159",
173
+ "Weary face": "Unaven\u00fd tv\u00e1\u0159",
174
+ "Sleepy face": "Ospal\u00fd tv\u00e1\u0159",
175
+ "Tired face": "Unaven\u00fd tv\u00e1\u0159",
176
+ "Grimacing face": "\u0161klebil tv\u00e1\u0159",
177
+ "Loudly crying face": "Hlasit\u011b pl\u00e1\u010de tv\u00e1\u0159",
178
+ "Face with open mouth": "Obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
179
+ "Hushed face": "Tlumen\u00fd tv\u00e1\u0159",
180
+ "Face with open mouth and cold sweat": "Obli\u010dej s otev\u0159en\u00fdmi \u00fasty a studen\u00fd pot",
181
+ "Face screaming in fear": "Tv\u00e1\u0159 k\u0159i\u010d\u00ed ve strachu",
182
+ "Astonished face": "V \u00fa\u017easu tv\u00e1\u0159",
183
+ "Flushed face": "Zarudnut\u00ed v obli\u010deji",
184
+ "Sleeping face": "Sp\u00edc\u00ed tv\u00e1\u0159",
185
+ "Dizzy face": "Z\u00e1vrat\u011b tv\u00e1\u0159",
186
+ "Face without mouth": "Tv\u00e1\u0159 bez \u00fast",
187
+ "Face with medical mask": "Tv\u00e1\u0159 s l\u00e9ka\u0159sk\u00fdm maskou",
188
+
189
+ // Line breaker
190
+ "Break": "P\u0159eru\u0161en\u00ed",
191
+
192
+ // Math
193
+ "Subscript": "Doln\u00ed index",
194
+ "Superscript": "Horn\u00ed index",
195
+
196
+ // Full screen
197
+ "Fullscreen": "Cel\u00e1 obrazovka",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "Vlo\u017eit vodorovnou \u010d\u00e1ru",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
204
+
205
+ // Undo, redo
206
+ "Undo": "Zp\u011bt",
207
+ "Redo": "Znovu",
208
+
209
+ // Select all
210
+ "Select All": "Vybrat v\u0161e",
211
+
212
+ // Code view
213
+ "Code View": "Zobrazen\u00ed k\u00f3d"
214
+ },
215
+ direction: "ltr"
216
+ };
@@ -0,0 +1,216 @@
1
+ /**
2
+ * Danish
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['da'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Skriv noget",
9
+
10
+ // Basic formatting
11
+ "Bold": "Fed",
12
+ "Italic": "Kursiv",
13
+ "Underline": "Understreg",
14
+ "Strikethrough": "Gennemstreg",
15
+
16
+ // Main buttons
17
+ "Insert": "Inds\u00e6t",
18
+ "Delete": "Slet",
19
+ "Cancel": "Fortryd",
20
+ "OK": "Ok",
21
+ "Back": "Tilbage",
22
+ "Remove": "Fjern",
23
+ "More": "Mere",
24
+ "Update": "Opdatering",
25
+ "Style": "Stil",
26
+
27
+ // Font
28
+ "Font Family": "Skrifttype",
29
+ "Font Size": "Skriftst\u00f8rrelse",
30
+
31
+ // Colors
32
+ "Colors": "Farver",
33
+ "Background": "Baggrunds",
34
+ "Text": "Tekst",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "S\u00e6tning format",
38
+ "Normal": "Normal",
39
+ "Code": "Code",
40
+ "Heading 1": "Overskrift 1",
41
+ "Heading 2": "Overskrift 2",
42
+ "Heading 3": "Overskrift 3",
43
+ "Heading 4": "Overskrift 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "S\u00e6tning stil",
47
+ "Inline Style": "Inline stil",
48
+
49
+ // Alignment
50
+ "Align": "Tilpasning",
51
+ "Align Left": "Venstrejusteret",
52
+ "Align Center": "Centreret",
53
+ "Align Right": "H\u00f8jrejusteret",
54
+ "Align Justify": "Justering",
55
+ "None": "Intet",
56
+
57
+ // Lists
58
+ "Ordered List": "Ordnet liste",
59
+ "Unordered List": "Uordnet liste",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Mindske indrykning",
63
+ "Increase Indent": "For\u00f8ge indrykning",
64
+
65
+ // Links
66
+ "Insert Link": "Inds\u00e6t link",
67
+ "Open in new tab": "\u00c5bn i ny fane",
68
+ "Open Link": "\u00c5bn link",
69
+ "Edit Link": "Rediger link",
70
+ "Unlink": "Fjern link",
71
+ "Choose Link": "V\u00e6lg link",
72
+
73
+ // Images
74
+ "Insert Image": "Inds\u00e6t billede",
75
+ "Upload Image": "Upload billede",
76
+ "By URL": "Af URL",
77
+ "Browse": "Gennemse",
78
+ "Drop image": "Tr\u00e6k billedet herind",
79
+ "or click": "eller klik",
80
+ "Manage Images": "Administrer billeder",
81
+ "Loading": "Lastning",
82
+ "Deleting": "Sletning",
83
+ "Tags": "Tags",
84
+ "Are you sure? Image will be deleted.": "Er du sikker? Billede vil blive slettet.",
85
+ "Replace": "Udskift",
86
+ "Uploading": "Upload",
87
+ "Loading image": "Lastning billede",
88
+ "Display": "Udstilling",
89
+ "Inline": "Inline",
90
+ "Break Text": "Afbrydelse tekst",
91
+ "Alternate Text": "Suppleant tekst",
92
+ "Change Size": "Skift st\u00f8rrelse",
93
+ "Width": "Bredde",
94
+ "Height": "H\u00f8jde",
95
+ "Something went wrong. Please try again.": "Noget gik galt. Pr\u00f8v igen.",
96
+
97
+ // Video
98
+ "Insert Video": "Inds\u00e6t video",
99
+ "Embedded Code": "Embedded kode",
100
+
101
+ // Tables
102
+ "Insert Table": "Inds\u00e6t tabel",
103
+ "Header": "Header",
104
+ "Row": "R\u00e6kke",
105
+ "Insert row above": "Inds\u00e6t r\u00e6kke over",
106
+ "Insert row below": "Inds\u00e6t r\u00e6kke under",
107
+ "Delete row": "Slet r\u00e6kke",
108
+ "Column": "Kolonne",
109
+ "Insert column before": "Inds\u00e6t kolonne f\u00f8r",
110
+ "Insert column after": "Inds\u00e6t kolonne efter",
111
+ "Delete column": "Slet kolonne",
112
+ "Cell": "Celle",
113
+ "Merge cells": "Flet celler",
114
+ "Horizontal split": "Vandret split",
115
+ "Vertical split": "Lodret split",
116
+ "Cell Background": "Celle baggrund",
117
+ "Vertical Align": "Lodret tilpasning",
118
+ "Top": "Top",
119
+ "Middle": "Midten",
120
+ "Bottom": "Bund",
121
+ "Align Top": "Tilpasse top",
122
+ "Align Middle": "Tilpasse midten",
123
+ "Align Bottom": "Tilpasse bund",
124
+ "Cell Style": "Celle stil",
125
+
126
+ // Files
127
+ "Upload File": "Upload fil",
128
+ "Drop file": "Drop fil",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Hum\u00f8rikoner",
132
+ "Grinning face": "Grinende ansigt",
133
+ "Grinning face with smiling eyes": "Grinende ansigt med smilende \u00f8jne",
134
+ "Face with tears of joy": "Ansigt med gl\u00e6dest\u00e5rer",
135
+ "Smiling face with open mouth": "Smilende ansigt med \u00e5ben mund",
136
+ "Smiling face with open mouth and smiling eyes": "Smilende ansigt med \u00e5ben mund og smilende \u00f8jne",
137
+ "Smiling face with open mouth and cold sweat": "Smilende ansigt med \u00e5ben mund og koldsved",
138
+ "Smiling face with open mouth and tightly-closed eyes": "Smilende ansigt med \u00e5ben mund og stramt-lukkede \u00f8jne",
139
+ "Smiling face with halo": "Smilende ansigt med halo",
140
+ "Smiling face with horns": "Smilende ansigt med horn",
141
+ "Winking face": "Blinkede ansigt",
142
+ "Smiling face with smiling eyes": "Smilende ansigt med smilende \u00f8jne",
143
+ "Face savoring delicious food": "Ansigt savoring l\u00e6kker mad",
144
+ "Relieved face": "Lettet ansigt",
145
+ "Smiling face with heart-shaped eyes": "Smilende ansigt med hjerteformede \u00f8jne",
146
+ "Smiling face with sunglasses": "Smilende ansigt med solbriller",
147
+ "Smirking face": "Smilende ansigt",
148
+ "Neutral face": "Neutral ansigt",
149
+ "Expressionless face": "Udtryksl\u00f8se ansigt",
150
+ "Unamused face": "Ikke morede ansigt",
151
+ "Face with cold sweat": "Ansigt med koldsved",
152
+ "Pensive face": "Eftert\u00e6nksom ansigt",
153
+ "Confused face": "Forvirret ansigt",
154
+ "Confounded face": "Forvirrede ansigt",
155
+ "Kissing face": "Kysse ansigt",
156
+ "Face throwing a kiss": "Ansigt smide et kys",
157
+ "Kissing face with smiling eyes": "Kysse ansigt med smilende \u00f8jne",
158
+ "Kissing face with closed eyes": "Kysse ansigt med lukkede \u00f8jne",
159
+ "Face with stuck out tongue": "Ansigt med stak ud tungen",
160
+ "Face with stuck out tongue and winking eye": "Ansigt med stak ud tungen og blinkede \u00f8je",
161
+ "Face with stuck out tongue and tightly-closed eyes": "Ansigt med stak ud tungen og stramt lukkede \u00f8jne",
162
+ "Disappointed face": "Skuffet ansigt",
163
+ "Worried face": "Bekymret ansigt",
164
+ "Angry face": "Vred ansigt",
165
+ "Pouting face": "Sk\u00e6gtorsk ansigt",
166
+ "Crying face": "Gr\u00e6der ansigt",
167
+ "Persevering face": "Udholdende ansigt",
168
+ "Face with look of triumph": "Ansigt med udseendet af triumf",
169
+ "Disappointed but relieved face": "Skuffet, men lettet ansigt",
170
+ "Frowning face with open mouth": "Rynkede panden ansigt med \u00e5ben mund",
171
+ "Anguished face": "Forpinte ansigt",
172
+ "Fearful face": "Frygt ansigt",
173
+ "Weary face": "Tr\u00e6tte ansigt",
174
+ "Sleepy face": "S\u00f8vnig ansigt",
175
+ "Tired face": "Tr\u00e6t ansigt",
176
+ "Grimacing face": "Grimasser ansigt",
177
+ "Loudly crying face": "H\u00f8jlydt grædende ansigt",
178
+ "Face with open mouth": "Ansigt med \u00e5ben mund",
179
+ "Hushed face": "Tyst ansigt",
180
+ "Face with open mouth and cold sweat": "Ansigt med \u00e5ben mund og koldsved",
181
+ "Face screaming in fear": "Ansigt skrigende i fryg",
182
+ "Astonished face": "Forundret ansigt",
183
+ "Flushed face": "Blussende ansigt",
184
+ "Sleeping face": "Sovende ansigt",
185
+ "Dizzy face": "Svimmel ansigt",
186
+ "Face without mouth": "Ansigt uden mund",
187
+ "Face with medical mask": "Ansigt med medicinsk maske",
188
+
189
+ // Line breaker
190
+ "Break": "Afbrydelse",
191
+
192
+ // Math
193
+ "Subscript": "S\u00e6nket skrift",
194
+ "Superscript": "H\u00e6vet skrift",
195
+
196
+ // Full screen
197
+ "Fullscreen": "Fuld sk\u00e6rm",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "Inds\u00e6t vandret linie",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "Fjern formatering",
204
+
205
+ // Undo, redo
206
+ "Undo": "Fortryd",
207
+ "Redo": "Genopret",
208
+
209
+ // Select all
210
+ "Select All": "V\u00e6lg alle",
211
+
212
+ // Code view
213
+ "Code View": "Kode visning"
214
+ },
215
+ direction: "ltr"
216
+ };
@@ -0,0 +1,216 @@
1
+ /**
2
+ * German
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['de'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Schreiben Sie etwas",
9
+
10
+ // Basic formatting
11
+ "Bold": "Fett",
12
+ "Italic": "Kursiv",
13
+ "Underline": "Unterstrichen",
14
+ "Strikethrough": "Durchgestrichen",
15
+
16
+ // Main buttons
17
+ "Insert": "Einf\u00fcgen",
18
+ "Delete": "L\u00f6schen",
19
+ "Cancel": "Abbrechen",
20
+ "OK": "Ok",
21
+ "Back": "Zur\u00fcck",
22
+ "Remove": "Entfernen",
23
+ "More": "Mehr",
24
+ "Update": "Aktualisierung",
25
+ "Style": "Stil",
26
+
27
+ // Font
28
+ "Font Family": "Schriftart",
29
+ "Font Size": "Schriftgr\u00f6\u00dfe",
30
+
31
+ // Colors
32
+ "Colors": "Farben",
33
+ "Background": "Hintergrund",
34
+ "Text": "Text",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Formate",
38
+ "Normal": "Normal",
39
+ "Code": "Quelltext",
40
+ "Heading 1": "\u00dcberschrift 1",
41
+ "Heading 2": "\u00dcberschrift 2",
42
+ "Heading 3": "\u00dcberschrift 3",
43
+ "Heading 4": "\u00dcberschrift 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Absatz-Stil",
47
+ "Inline Style": "Inline-Stil",
48
+
49
+ // Alignment
50
+ "Align": "Ausrichtung",
51
+ "Align Left": "Linksb\u00fcndig ausrichten",
52
+ "Align Center": "Zentriert ausrichten",
53
+ "Align Right": "Rechtsb\u00fcndig ausrichten",
54
+ "Align Justify": "Blocksatz",
55
+ "None": "Keine",
56
+
57
+ // Lists
58
+ "Ordered List": "Geordnete Liste",
59
+ "Unordered List": "Ungeordnete Liste",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Einzug Verkleinern",
63
+ "Increase Indent": "Einzug Vergr\u00f6\u00dfern",
64
+
65
+ // Links
66
+ "Insert Link": "Link einf\u00fcgen",
67
+ "Open in new tab": "In neuer Registerkarte \u00f6ffnen",
68
+ "Open Link": "Link \u00d6ffnen",
69
+ "Edit Link": "Link Bearbeiten",
70
+ "Unlink": "Link entfernen",
71
+ "Choose Link": "W\u00e4hlen Sie Link",
72
+
73
+ // Images
74
+ "Insert Image": "Bild Einf\u00fcgen",
75
+ "Upload Image": "Bild Hochladen",
76
+ "By URL": "Von URL",
77
+ "Browse": "Bl\u00e4ttern",
78
+ "Drop image": "Ziehen Sie ein Bild hierhin",
79
+ "or click": "oder klicken Sie auf",
80
+ "Manage Images": "Bilder Verwalten",
81
+ "Loading": "Geladen",
82
+ "Deleting": "L\u00f6schen",
83
+ "Tags": "Etikett",
84
+ "Are you sure? Image will be deleted.": "Sind Sie sicher? Das Bild wird gel\u00f6scht.",
85
+ "Replace": "Ersetzen",
86
+ "Uploading": "Hochladen",
87
+ "Loading image": "Das Bild wird geladen",
88
+ "Display": "Anzeige",
89
+ "Inline": "Im Einklang",
90
+ "Break Text": "Unterbrechen Text",
91
+ "Alternate Text": "Alternativtext",
92
+ "Change Size": "Gr\u00f6\u00dfe \u00e4ndern",
93
+ "Width": "Weite",
94
+ "Height": "Gr\u00f6\u00dfe",
95
+ "Something went wrong. Please try again.": "Etwas ist schief gelaufen. Bitte versuche es erneut.",
96
+
97
+ // Video
98
+ "Insert Video": "Video einf\u00fcgen",
99
+ "Embedded Code": "Eingebetteter Code",
100
+
101
+ // Tables
102
+ "Insert Table": "Tabelle einf\u00fcgen",
103
+ "Header": "Kopfzeile",
104
+ "Row": "Zeile",
105
+ "Insert row above": "Neue Zeile davor einf\u00fcgen",
106
+ "Insert row below": "Neue Zeile danach einf\u00fcgen",
107
+ "Delete row": "Zeile l\u00f6schen",
108
+ "Column": "Spalte",
109
+ "Insert column before": "Neue Spalte davor einf\u00fcgen",
110
+ "Insert column after": "Neue Spalte danach einf\u00fcgen",
111
+ "Delete column": "Spalte l\u00f6schen",
112
+ "Cell": "Zelle",
113
+ "Merge cells": "Zelle verschmelzen",
114
+ "Horizontal split": "Horizontal aufteilung",
115
+ "Vertical split": "Vertikal aufteilung",
116
+ "Cell Background": "Zellenhintergrund",
117
+ "Vertical Align": "Vertikale Ausrichtung",
118
+ "Top": "Obere",
119
+ "Middle": "Mitte",
120
+ "Bottom": "Boden",
121
+ "Align Top": "Oben Ausrichten",
122
+ "Align Middle": "a\Ausrichten Mitte",
123
+ "Align Bottom": "Unten Ausrichten",
124
+ "Cell Style": "Zelle-Stil",
125
+
126
+ // Files
127
+ "Upload File": "Datei Hochladen",
128
+ "Drop file": "Tropfen Datei",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Emoticons",
132
+ "Grinning face": "Grinsendes Gesicht",
133
+ "Grinning face with smiling eyes": "Grinsend Gesicht mit l\u00e4chelnden Augen",
134
+ "Face with tears of joy": "Gesicht mit Tr\u00e4nen der Freude",
135
+ "Smiling face with open mouth": "L\u00e4cheln Gesicht mit offenem Mund",
136
+ "Smiling face with open mouth and smiling eyes": "L\u00e4cheln Gesicht mit offenem Mund und l\u00e4chelnden Augen",
137
+ "Smiling face with open mouth and cold sweat": "L\u00e4cheln Gesicht mit offenem Mund und kalter Schwei\u00df",
138
+ "Smiling face with open mouth and tightly-closed eyes": "L\u00e4cheln Gesicht mit offenem Mund und fest geschlossenen Augen",
139
+ "Smiling face with halo": "L\u00e4cheln Gesicht mit Heiligenschein",
140
+ "Smiling face with horns": "L\u00e4cheln Gesicht mit H\u00f6rnern",
141
+ "Winking face": "Zwinkerte Gesicht",
142
+ "Smiling face with smiling eyes": "L\u00e4cheln Gesicht mit l\u00e4chelnden Augen",
143
+ "Face savoring delicious food": "Gesicht genießen leckeres Essen",
144
+ "Relieved face": "Erleichtert Gesicht",
145
+ "Smiling face with heart-shaped eyes": "L\u00e4cheln Gesicht mit herzf\u00f6rmige Augen",
146
+ "Smiling face with sunglasses": "L\u00e4cheln Gesicht mit Sonnenbrille",
147
+ "Smirking face": "Grinsend Gesicht",
148
+ "Neutral face": "Neutral Gesicht",
149
+ "Expressionless face": "Ausdruckslosen Gesicht",
150
+ "Unamused face": "Unfroh Gesicht",
151
+ "Face with cold sweat": "Gesicht mit kaltem Schwei\u00df",
152
+ "Pensive face": "Nachdenklich Gesicht",
153
+ "Confused face": "Verwirrt Gesicht",
154
+ "Confounded face": "Verwechselt Gesicht",
155
+ "Kissing face": "K\u00fcssen Gesicht",
156
+ "Face throwing a kiss": "Gesicht wirft einen Kuss",
157
+ "Kissing face with smiling eyes": "K\u00fcssen Gesicht mit l\u00e4chelnden Augen",
158
+ "Kissing face with closed eyes": "K\u00fcssen Gesicht mit geschlossenen Augen",
159
+ "Face with stuck out tongue": "Gesicht mit streckte die Zunge",
160
+ "Face with stuck out tongue and winking eye": "Gesicht mit streckte die Zunge und zwinkert Auge",
161
+ "Face with stuck out tongue and tightly-closed eyes": "Gesicht stecken, mit der Zunge und fest geschlossenen Augen",
162
+ "Disappointed face": "Entt\u00e4uscht Gesicht",
163
+ "Worried face": "Besorgt Gesicht",
164
+ "Angry face": "Ver\u00e4rgertes Gesicht",
165
+ "Pouting face": "Schmollen Gesicht",
166
+ "Crying face": "Weinen Gesicht",
167
+ "Persevering face": "Ausharrendes Gesicht",
168
+ "Face with look of triumph": "Gesicht mit triumphierenden Blick",
169
+ "Disappointed but relieved face": "Entt\u00e4uscht, aber erleichtert Gesicht",
170
+ "Frowning face with open mouth": "Stirnrunzelnd Gesicht mit offenem Mund",
171
+ "Anguished face": "Gequ\u00e4lten Gesicht",
172
+ "Fearful face": "Angstvolle Gesicht",
173
+ "Weary face": "M\u00fcdes Gesicht",
174
+ "Sleepy face": "Schl\u00e4frig Gesicht",
175
+ "Tired face": "M\u00fcdes Gesicht",
176
+ "Grimacing face": "Grimassieren Gesicht",
177
+ "Loudly crying face": "Laut weinendes Gesicht",
178
+ "Face with open mouth": "Gesicht mit offenem Mund",
179
+ "Hushed face": "Gesicht mit offenem Mund",
180
+ "Face with open mouth and cold sweat": "Gesicht mit offenem Mund und kalter Schwei\u00df",
181
+ "Face screaming in fear": "Gesicht schreien in Angst",
182
+ "Astonished face": "Erstauntes Gesicht",
183
+ "Flushed face": "Ger\u00f6tetes Gesicht",
184
+ "Sleeping face": "Schlafendes Gesicht",
185
+ "Dizzy face": "Schwindlig Gesicht",
186
+ "Face without mouth": "Gesicht ohne Mund",
187
+ "Face with medical mask": "Gesicht mit medizinischer Schablone",
188
+
189
+ // Line breaker
190
+ "Break": "Unterbrechen",
191
+
192
+ // Math
193
+ "Subscript": "Tiefgestellt",
194
+ "Superscript": "Hochgestellt",
195
+
196
+ // Full screen
197
+ "Fullscreen": "Vollbild",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "Horizontale Linie Einf\u00fcgen",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "Formatierung L\u00f6schen",
204
+
205
+ // Undo, redo
206
+ "Undo": "R\u00fcckg\u00e4ngig",
207
+ "Redo": "Wiederholen",
208
+
209
+ // Select all
210
+ "Select All": "Alles ausw\u00e4hlen",
211
+
212
+ // Code view
213
+ "Code View": "Code-Ansicht"
214
+ },
215
+ direction: "ltr"
216
+ };