activeadmin_froala_editor 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.md +64 -0
  6. data/Rakefile +3 -0
  7. data/activeadmin_froala_editor.gemspec +19 -0
  8. data/app/assets/fonts/FontAwesome.otf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  10. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  11. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  12. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  13. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  14. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
  15. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
  46. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
  48. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
  49. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
  50. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
  87. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
  124. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
  125. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
  126. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
  132. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
  136. data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
  137. data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
  138. data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
  139. data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
  140. data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
  141. data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
  142. data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
  143. data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
  144. data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
  145. data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
  146. data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
  147. data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
  148. data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
  149. data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
  150. data/lib/activeadmin/froala_editor.rb +1 -0
  151. data/lib/activeadmin/froala_editor/engine.rb +9 -0
  152. data/lib/activeadmin/froala_editor/version.rb +5 -0
  153. data/lib/activeadmin_froala_editor.rb +3 -0
  154. data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
  155. data/screenshot.jpg +0 -0
  156. metadata +211 -0
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
33
+ /**
34
+ * Portuguese spoken in Portugal
35
+ */
36
+
37
+ $.FE.LANGUAGE['pt_pt'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "Digite algo",
41
+
42
+ // Basic formatting
43
+ "Bold": "Negrito",
44
+ "Italic": "It\u00e1lico",
45
+ "Underline": "Sublinhado",
46
+ "Strikethrough": "Rasurado",
47
+
48
+ // Main buttons
49
+ "Insert": "Inserir",
50
+ "Delete": "Apagar",
51
+ "Cancel": "Cancelar",
52
+ "OK": "Ok",
53
+ "Back": "Costas",
54
+ "Remove": "Remover",
55
+ "More": "Mais",
56
+ "Update": "Atualizar",
57
+ "Style": "Estilo",
58
+
59
+ // Font
60
+ "Font Family": "Fonte",
61
+ "Font Size": "Tamanho da fonte",
62
+
63
+ // Colors
64
+ "Colors": "Cores",
65
+ "Background": "Fundo",
66
+ "Text": "Texto",
67
+ "HEX Color": "Cor hexadecimal",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "Formatos",
71
+ "Normal": "Normal",
72
+ "Code": "C\u00f3digo",
73
+ "Heading 1": "Cabe\u00e7alho 1",
74
+ "Heading 2": "Cabe\u00e7alho 2",
75
+ "Heading 3": "Cabe\u00e7alho 3",
76
+ "Heading 4": "Cabe\u00e7alho 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "Estilo de par\u00e1grafo",
80
+ "Inline Style": "Estilo embutido",
81
+
82
+ // Alignment
83
+ "Align": "Alinhar",
84
+ "Align Left": "Alinhar \u00e0 esquerda",
85
+ "Align Center": "Alinhar ao centro",
86
+ "Align Right": "Alinhar \u00e0 direita",
87
+ "Align Justify": "Justificado",
88
+ "None": "Nenhum",
89
+
90
+ // Lists
91
+ "Ordered List": "Lista ordenada",
92
+ "Unordered List": "Lista n\u00e3o ordenada",
93
+
94
+ // Indent
95
+ "Decrease Indent": "Diminuir avan\u00e7o",
96
+ "Increase Indent": "Aumentar avan\u00e7o",
97
+
98
+ // Links
99
+ "Insert Link": "Inserir link",
100
+ "Open in new tab": "Abrir em uma nova aba",
101
+ "Open Link": "Abrir link",
102
+ "Edit Link": "Editar link",
103
+ "Unlink": "Remover link",
104
+ "Choose Link": "Escolha o link",
105
+
106
+ // Images
107
+ "Insert Image": "Inserir imagem",
108
+ "Upload Image": "Carregar imagem",
109
+ "By URL": "Por URL",
110
+ "Browse": "Procurar",
111
+ "Drop image": "Largue imagem",
112
+ "or click": "ou clique em",
113
+ "Manage Images": "Gerenciar as imagens",
114
+ "Loading": "Carregando",
115
+ "Deleting": "Excluindo",
116
+ "Tags": "Etiquetas",
117
+ "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
118
+ "Replace": "Substituir",
119
+ "Uploading": "Carregando imagem",
120
+ "Loading image": "Carregando imagem",
121
+ "Display": "Exibir",
122
+ "Inline": "Em linha",
123
+ "Break Text": "Texto de quebra",
124
+ "Alternate Text": "Texto alternativo",
125
+ "Change Size": "Alterar tamanho",
126
+ "Width": "Largura",
127
+ "Height": "Altura",
128
+ "Something went wrong. Please try again.": "Algo deu errado. Por favor, tente novamente.",
129
+ "Image Caption": "Legenda da imagem",
130
+ "Advanced Edit": "Edição avançada",
131
+
132
+ // Video
133
+ "Insert Video": "Inserir v\u00eddeo",
134
+ "Embedded Code": "C\u00f3digo embutido",
135
+
136
+ // Tables
137
+ "Insert Table": "Inserir tabela",
138
+ "Table Header": "Cabe\u00e7alho da tabela",
139
+ "Remove Table": "Remover mesa",
140
+ "Table Style": "estilo de tabela",
141
+ "Horizontal Align": "Alinhamento horizontal",
142
+ "Row": "Linha",
143
+ "Insert row above": "Inserir linha antes",
144
+ "Insert row below": "Inserir linha depois",
145
+ "Delete row": "Eliminar linha",
146
+ "Column": "Coluna",
147
+ "Insert column before": "Inserir coluna antes",
148
+ "Insert column after": "Inserir coluna depois",
149
+ "Delete column": "Eliminar coluna",
150
+ "Cell": "C\u00e9lula",
151
+ "Merge cells": "Unir c\u00e9lulas",
152
+ "Horizontal split": "Divis\u00e3o horizontal",
153
+ "Vertical split": "Divis\u00e3o vertical",
154
+ "Cell Background": "Fundo da c\u00e9lula",
155
+ "Vertical Align": "Alinhar vertical",
156
+ "Top": "Topo",
157
+ "Middle": "Meio",
158
+ "Bottom": "Fundo",
159
+ "Align Top": "Alinhar topo",
160
+ "Align Middle": "Alinhar meio",
161
+ "Align Bottom": "Alinhar fundo",
162
+ "Cell Style": "Estilo de c\u00e9lula",
163
+
164
+ // Files
165
+ "Upload File": "Upload de arquivo",
166
+ "Drop file": "Largar arquivo",
167
+
168
+ // Emoticons
169
+ "Emoticons": "Emoticons",
170
+ "Grinning face": "Sorrindo a cara",
171
+ "Grinning face with smiling eyes": "Sorrindo rosto com olhos sorridentes",
172
+ "Face with tears of joy": "Rosto com l\u00e1grimas de alegria",
173
+ "Smiling face with open mouth": "Rosto de sorriso com a boca aberta",
174
+ "Smiling face with open mouth and smiling eyes": "Rosto de sorriso com a boca aberta e olhos sorridentes",
175
+ "Smiling face with open mouth and cold sweat": "Rosto de sorriso com a boca aberta e suor frio",
176
+ "Smiling face with open mouth and tightly-closed eyes": "Rosto de sorriso com a boca aberta e os olhos bem fechados",
177
+ "Smiling face with halo": "Rosto de sorriso com halo",
178
+ "Smiling face with horns": "Rosto de sorriso com chifres",
179
+ "Winking face": "Pisc a rosto",
180
+ "Smiling face with smiling eyes": "Rosto de sorriso com olhos sorridentes",
181
+ "Face savoring delicious food": "Rosto saboreando uma deliciosa comida",
182
+ "Relieved face": "Rosto aliviado",
183
+ "Smiling face with heart-shaped eyes": "Rosto de sorriso com os olhos em forma de cora\u00e7\u00e3o",
184
+ "Smiling face with sunglasses": "Rosto de sorriso com \u00f3culos de sol",
185
+ "Smirking face": "Rosto sorridente",
186
+ "Neutral face": "Rosto neutra",
187
+ "Expressionless face": "Rosto inexpressivo",
188
+ "Unamused face": "O rosto n\u00e3o divertido",
189
+ "Face with cold sweat": "Rosto com suor frio",
190
+ "Pensive face": "O rosto pensativo",
191
+ "Confused face": "Cara confusa",
192
+ "Confounded face": "Rosto at\u00f4nito",
193
+ "Kissing face": "Beijar Rosto",
194
+ "Face throwing a kiss": "Rosto jogando um beijo",
195
+ "Kissing face with smiling eyes": "Beijar rosto com olhos sorridentes",
196
+ "Kissing face with closed eyes": "Beijando a cara com os olhos fechados",
197
+ "Face with stuck out tongue": "Preso de cara com a l\u00edngua para fora",
198
+ "Face with stuck out tongue and winking eye": "Rosto com estendeu a l\u00edngua e olho piscando",
199
+ "Face with stuck out tongue and tightly-closed eyes": "Rosto com estendeu a língua e os olhos bem fechados",
200
+ "Disappointed face": "Rosto decepcionado",
201
+ "Worried face": "O rosto preocupado",
202
+ "Angry face": "Rosto irritado",
203
+ "Pouting face": "Beicinho Rosto",
204
+ "Crying face": "Cara de choro",
205
+ "Persevering face": "Perseverar Rosto",
206
+ "Face with look of triumph": "Rosto com olhar de triunfo",
207
+ "Disappointed but relieved face": "Fiquei Desapontado mas aliviado Rosto",
208
+ "Frowning face with open mouth": "Sobrancelhas franzidas rosto com a boca aberta",
209
+ "Anguished face": "O rosto angustiado",
210
+ "Fearful face": "Cara com medo",
211
+ "Weary face": "Rosto cansado",
212
+ "Sleepy face": "Cara de sono",
213
+ "Tired face": "Rosto cansado",
214
+ "Grimacing face": "Fazendo caretas face",
215
+ "Loudly crying face": "Alto chorando rosto",
216
+ "Face with open mouth": "Enfrentar com a boca aberta",
217
+ "Hushed face": "Flagrantes de rosto",
218
+ "Face with open mouth and cold sweat": "Enfrentar com a boca aberta e suor frio",
219
+ "Face screaming in fear": "Cara gritando de medo",
220
+ "Astonished face": "Cara de surpresa",
221
+ "Flushed face": "Rosto vermelho",
222
+ "Sleeping face": "O rosto de sono",
223
+ "Dizzy face": "Cara tonto",
224
+ "Face without mouth": "Rosto sem boca",
225
+ "Face with medical mask": "Rosto com m\u00e1scara m\u00e9dica",
226
+
227
+ // Line breaker
228
+ "Break": "Partir",
229
+
230
+ // Math
231
+ "Subscript": "Subscrito",
232
+ "Superscript": "Sobrescrito",
233
+
234
+ // Full screen
235
+ "Fullscreen": "Tela cheia",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "Inserir linha horizontal",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "Remover formata\u00e7\u00e3o",
242
+
243
+ // Undo, redo
244
+ "Undo": "Anular",
245
+ "Redo": "Restaurar",
246
+
247
+ // Select all
248
+ "Select All": "Seleccionar tudo",
249
+
250
+ // Code view
251
+ "Code View": "Exibi\u00e7\u00e3o de c\u00f3digo",
252
+
253
+ // Quote
254
+ "Quote": "Cita\u00e7\u00e3o",
255
+ "Increase": "Aumentar",
256
+ "Decrease": "Diminuir",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "Inser\u00e7\u00e3o r\u00e1pida",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "Caracteres especiais",
263
+ "Latin": "Latino",
264
+ "Greek": "Grego",
265
+ "Cyrillic": "Cirílico",
266
+ "Punctuation": "Pontuação",
267
+ "Currency": "Moeda",
268
+ "Arrows": "Setas; flechas",
269
+ "Math": "Matemática",
270
+ "Misc": "Misc",
271
+
272
+ // Print.
273
+ "Print": "Impressão",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "Verificador ortográfico",
277
+
278
+ // Help
279
+ "Help": "Socorro",
280
+ "Shortcuts": "Atalhos",
281
+ "Inline Editor": "Editor em linha",
282
+ "Show the editor": "Mostre o editor",
283
+ "Common actions": "Ações comuns",
284
+ "Copy": "Cópia de",
285
+ "Cut": "Cortar",
286
+ "Paste": "Colar",
287
+ "Basic Formatting": "Formatação básica",
288
+ "Increase quote level": "Aumentar o nível de cotação",
289
+ "Decrease quote level": "Diminuir o nível de cotação",
290
+ "Image / Video": "Imagem / video",
291
+ "Resize larger": "Redimensionar maior",
292
+ "Resize smaller": "Redimensionar menor",
293
+ "Table": "Mesa",
294
+ "Select table cell": "Selecione a célula da tabela",
295
+ "Extend selection one cell": "Ampliar a seleção de uma célula",
296
+ "Extend selection one row": "Ampliar a seleção uma linha",
297
+ "Navigation": "Navegação",
298
+ "Focus popup / toolbar": "Foco popup / barra de ferramentas",
299
+ "Return focus to previous position": "Retornar o foco para a posição anterior",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "URL de inserção",
303
+ "Paste in a URL to embed": "Colar em url para incorporar",
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?": "O conteúdo colado vem de um documento Microsoft Word. Você quer manter o formato ou limpá-lo?",
307
+ "Keep": "Guarda",
308
+ "Clean": "Limpar \ limpo",
309
+ "Word Paste Detected": "Pasta de palavras detectada"
310
+ },
311
+ direction: "ltr"
312
+ };
313
+
314
+ }));
@@ -0,0 +1,315 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
33
+ /**
34
+ * Romanian
35
+ */
36
+
37
+ $.FE.LANGUAGE['ro'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "Tasteaz\u0103 ceva",
41
+
42
+ // Basic formatting
43
+ "Bold": "\u00cengro\u015fat",
44
+ "Italic": "Cursiv",
45
+ "Underline": "Subliniat",
46
+ "Strikethrough": "T\u0103iat",
47
+
48
+ // Main buttons
49
+ "Insert": "Insereaz\u0103",
50
+ "Delete": "\u015eterge",
51
+ "Cancel": "Anuleaz\u0103",
52
+ "OK": "Ok",
53
+ "Back": "\u00cenapoi",
54
+ "Remove": "\u0218terge",
55
+ "More": "Mai mult",
56
+ "Update": "Actualizeaz\u0103",
57
+ "Style": "Stil",
58
+
59
+ // Font
60
+ "Font Family": "Font",
61
+ "Font Size": "Dimensiune font",
62
+
63
+ // Colors
64
+ "Colors": "Culoare",
65
+ "Background": "Fundal",
66
+ "Text": "Text",
67
+ "HEX Color": "Culoare Hexa",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "Format paragraf",
71
+ "Normal": "Normal",
72
+ "Code": "Cod",
73
+ "Heading 1": "Antet 1",
74
+ "Heading 2": "Antet 2",
75
+ "Heading 3": "Antet 3",
76
+ "Heading 4": "Antet 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "Stil paragraf",
80
+ "Inline Style": "Stil \u00een linie",
81
+
82
+ // Alignment
83
+ "Align": "Aliniere",
84
+ "Align Left": "Aliniere la st\u00e2nga",
85
+ "Align Center": "Aliniere la centru",
86
+ "Align Right": "Aliniere la dreapta",
87
+ "Align Justify": "Aliniere pe toat\u0103 l\u0103\u021bimea",
88
+ "None": "Niciunul",
89
+
90
+ // Lists
91
+ "Ordered List": "List\u0103 ordonat\u0103",
92
+ "Unordered List": "List\u0103 neordonat\u0103",
93
+
94
+ // Indent
95
+ "Decrease Indent": "De-indenteaz\u0103",
96
+ "Increase Indent": "Indenteaz\u0103",
97
+
98
+ // Links
99
+ "Insert Link": "Inserare link",
100
+ "Open in new tab": "Deschide \u00EEn tab nou",
101
+ "Open Link": "Deschide link",
102
+ "Edit Link": "Editare link",
103
+ "Unlink": "\u0218terge link-ul",
104
+ "Choose Link": "Alege link",
105
+
106
+ // Images
107
+ "Insert Image": "Inserare imagine",
108
+ "Upload Image": "\u00cencarc\u0103 imagine",
109
+ "By URL": "Dup\u0103 URL",
110
+ "Browse": "R\u0103sfoie\u0219te",
111
+ "Drop image": "Trage imagine",
112
+ "or click": "sau f\u0103 click",
113
+ "Manage Images": "Gestionare imagini",
114
+ "Loading": "Se \u00eencarc\u0103",
115
+ "Deleting": "",
116
+ "Deleting": "Se \u0219terge",
117
+ "Tags": "Etichete",
118
+ "Are you sure? Image will be deleted.": "Sunte\u021bi sigur? Imaginea va fi \u015ftears\u0103.",
119
+ "Replace": "\u00cenlocuire",
120
+ "Uploading": "Imaginea se \u00eencarc\u0103",
121
+ "Loading image": "Imaginea se \u00eencarc\u0103",
122
+ "Display": "Afi\u0219are",
123
+ "Inline": "\u00cen linie",
124
+ "Break Text": "Sparge text",
125
+ "Alternate Text": "Text alternativ",
126
+ "Change Size": "Modificare dimensiuni",
127
+ "Width": "L\u0103\u021bime",
128
+ "Height": "\u00cen\u0103l\u021bime",
129
+ "Something went wrong. Please try again.": "Ceva n-a mers bine. V\u0103 rug\u0103m s\u0103 \u00eencerca\u021bi din nou.",
130
+ "Image Caption": "Captura imaginii",
131
+ "Advanced Edit": "Editare avansată",
132
+
133
+ // Video
134
+ "Insert Video": "Inserare video",
135
+ "Embedded Code": "Cod embedded",
136
+
137
+ // Tables
138
+ "Insert Table": "Inserare tabel",
139
+ "Table Header": "Antet tabel",
140
+ "Remove Table": "\u0218terge tabel",
141
+ "Table Style": "Stil tabel",
142
+ "Horizontal Align": "Aliniere orizontal\u0103",
143
+ "Row": "Linie",
144
+ "Insert row above": "Insereaz\u0103 linie \u00eenainte",
145
+ "Insert row below": "Insereaz\u0103 linie dup\u0103",
146
+ "Delete row": "\u015eterge linia",
147
+ "Column": "Coloan\u0103",
148
+ "Insert column before": "Insereaz\u0103 coloan\u0103 \u00eenainte",
149
+ "Insert column after": "Insereaz\u0103 coloan\u0103 dup\u0103",
150
+ "Delete column": "\u015eterge coloana",
151
+ "Cell": "Celula",
152
+ "Merge cells": "Une\u015fte celulele",
153
+ "Horizontal split": "\u00cemparte orizontal",
154
+ "Vertical split": "\u00cemparte vertical",
155
+ "Cell Background": "Fundal celul\u0103",
156
+ "Vertical Align": "Aliniere vertical\u0103",
157
+ "Top": "Sus",
158
+ "Middle": "Mijloc",
159
+ "Bottom": "Jos",
160
+ "Align Top": "Aliniere sus",
161
+ "Align Middle": "Aliniere la mijloc",
162
+ "Align Bottom": "Aliniere jos",
163
+ "Cell Style": "Stil celul\u0103",
164
+
165
+ // Files
166
+ "Upload File": "\u00cenc\u0103rca\u021bi fi\u0219ier",
167
+ "Drop file": "Trage fi\u0219ier",
168
+
169
+ // Emoticons
170
+ "Emoticons": "Emoticoane",
171
+ "Grinning face": "Fa\u021b\u0103 r\u00e2njind",
172
+ "Grinning face with smiling eyes": "Fa\u021b\u0103 r\u00e2njind cu ochi z\u00e2mbitori",
173
+ "Face with tears of joy": "Fa\u021b\u0103 cu lacrimi de bucurie",
174
+ "Smiling face with open mouth": "Fa\u021b\u0103 z\u00e2mbitoare cu gura deschis\u0103",
175
+ "Smiling face with open mouth and smiling eyes": "Fa\u021b\u0103 z\u00e2mbitoare cu gura deschis\u0103 \u0219i ochi z\u00e2mbitori",
176
+ "Smiling face with open mouth and cold sweat": "Fa\u021b\u0103 z\u00e2mbitoare cu gura deschis\u0103 şi sudoare rece",
177
+ "Smiling face with open mouth and tightly-closed eyes": "Fa\u021b\u0103 z\u00e2mbitoare cu gura deschis\u0103 şi ochii ferm \u00eenchi\u0219i",
178
+ "Smiling face with halo": "Fa\u021b\u0103 z\u00e2mbitoare cu aur\u0103",
179
+ "Smiling face with horns": "Fa\u021b\u0103 z\u00e2mbitoare cu coarne",
180
+ "Winking face": "Fa\u021b\u0103 clipind",
181
+ "Smiling face with smiling eyes": "Fa\u021b\u0103 z\u00e2mbitoare cu ochi z\u00e2mbitori",
182
+ "Face savoring delicious food": "Fa\u021b\u0103 savur\u00e2nd preparate delicioase",
183
+ "Relieved face": "Fa\u021b\u0103 u\u0219urat\u0103",
184
+ "Smiling face with heart-shaped eyes": "Fa\u021b\u0103 z\u00e2mbitoare cu ochi in forma de inim\u0103",
185
+ "Smiling face with sunglasses": "Fa\u021b\u0103 z\u00e2mbitoare cu ochelari de soare",
186
+ "Smirking face": "Fa\u021b\u0103 cu sur\u00e2s afectat",
187
+ "Neutral face": "Fa\u021b\u0103 neutr\u0103",
188
+ "Expressionless face": "Fa\u021b\u0103 f\u0103r\u0103 expresie",
189
+ "Unamused face": "Fa\u021b\u0103 neamuzat\u0103",
190
+ "Face with cold sweat": "Fa\u021b\u0103 cu sudoare rece",
191
+ "Pensive face": "Fa\u021b\u0103 medit\u00e2nd",
192
+ "Confused face": "Fa\u021b\u0103 confuz\u0103",
193
+ "Confounded face": "Fa\u021b\u0103 z\u0103p\u0103cit\u0103",
194
+ "Kissing face": "Fa\u021b\u0103 s\u0103rut\u00e2nd",
195
+ "Face throwing a kiss": "Fa\u021b\u0103 arunc\u00e2nd un s\u0103rut",
196
+ "Kissing face with smiling eyes": "Fa\u021b\u0103 s\u0103rut\u00e2nd cu ochi z\u00e2mbitori",
197
+ "Kissing face with closed eyes": "Fa\u021b\u0103 s\u0103rut\u00e2nd cu ochii \u00eenchi\u0219i",
198
+ "Face with stuck out tongue": "Fa\u021b\u0103 cu limba afar\u0103",
199
+ "Face with stuck out tongue and winking eye": "Fa\u021b\u0103 cu limba scoas\u0103 clipind",
200
+ "Face with stuck out tongue and tightly-closed eyes": "Fa\u021b\u0103 cu limba scoas\u0103 \u0219i ochii ferm \u00eenchi\u0219i",
201
+ "Disappointed face": "Fa\u021b\u0103 dezam\u0103git\u0103",
202
+ "Worried face": "Fa\u021b\u0103 \u00eengrijorat\u0103",
203
+ "Angry face": "Fa\u021b\u0103 nervoas\u0103",
204
+ "Pouting face": "Fa\u021b\u0103 fierb\u00e2nd",
205
+ "Crying face": "Fa\u021b\u0103 pl\u00e2ng\u00e2nd",
206
+ "Persevering face": "Fa\u021b\u0103 perseverent\u0103",
207
+ "Face with look of triumph": "Fa\u021b\u0103 triumf\u0103toare",
208
+ "Disappointed but relieved face": "Fa\u021b\u0103 dezam\u0103git\u0103 dar u\u0219urat\u0103",
209
+ "Frowning face with open mouth": "Fa\u021b\u0103 \u00eencruntat\u0103 cu gura deschis\u0103",
210
+ "Anguished face": "Fa\u021b\u0103 \u00eendurerat\u0103",
211
+ "Fearful face": "Fa\u021b\u0103 tem\u0103toare",
212
+ "Weary face": "Fa\u021b\u0103 \u00eengrijorat\u0103",
213
+ "Sleepy face": "Fa\u021b\u0103 adormit\u0103",
214
+ "Tired face": "Fa\u021b\u0103 obosit\u0103",
215
+ "Grimacing face": "Fa\u021b\u0103 cu grimas\u0103",
216
+ "Loudly crying face": "Fa\u021b\u0103 pl\u00e2ng\u00e2nd zgomotos",
217
+ "Face with open mouth": "Fa\u021b\u0103 cu gura deschis\u0103",
218
+ "Hushed face": "Fa\u021b\u0103 discret\u0103",
219
+ "Face with open mouth and cold sweat": "Fa\u021b\u0103 cu gura deschis\u0103 si sudoare rece",
220
+ "Face screaming in fear": "Fa\u021b\u0103 \u021bip\u00e2nd de fric\u0103",
221
+ "Astonished face": "Fa\u021b\u0103 uimit\u0103",
222
+ "Flushed face": "Fa\u021b\u0103 sp\u0103lat\u0103",
223
+ "Sleeping face": "Fa\u021b\u0103 adormit\u0103",
224
+ "Dizzy face": "Fa\u021b\u0103 ame\u021bit\u0103",
225
+ "Face without mouth": "Fa\u021b\u0103 f\u0103r\u0103 gur\u0103",
226
+ "Face with medical mask": "Fa\u021b\u0103 cu masc\u0103 medical\u0103",
227
+
228
+ // Line breaker
229
+ "Break": "Desparte",
230
+
231
+ // Horizontal line
232
+ "Insert Horizontal Line": "Inserare linie orizontal\u0103",
233
+
234
+ // Math
235
+ "Subscript": "Indice",
236
+ "Superscript": "Exponent",
237
+
238
+ // Full screen
239
+ "Fullscreen": "Ecran complet",
240
+
241
+ // Clear formatting
242
+ "Clear Formatting": "Elimina\u021bi formatarea",
243
+
244
+ // Undo, redo
245
+ "Undo": "Reexecut\u0103",
246
+ "Redo": "Dezexecut\u0103",
247
+
248
+ // Select all
249
+ "Select All": "Selecteaz\u0103 tot",
250
+
251
+ // Code view
252
+ "Code View": "Vizualizare cod",
253
+
254
+ // Quote
255
+ "Quote": "Citat",
256
+ "Increase": "Indenteaz\u0103",
257
+ "Decrease": "De-indenteaz\u0103",
258
+
259
+ // Quick Insert
260
+ "Quick Insert": "Inserare rapid\u0103",
261
+
262
+ // Spcial Characters
263
+ "Special Characters": "Caracterele speciale",
264
+ "Latin": "Latină",
265
+ "Greek": "Greacă",
266
+ "Cyrillic": "Chirilic",
267
+ "Punctuation": "Punctuaţie",
268
+ "Currency": "Valută",
269
+ "Arrows": "Săgeți",
270
+ "Math": "Matematică",
271
+ "Misc": "Diverse",
272
+
273
+ // Print.
274
+ "Print": "Imprimare",
275
+
276
+ // Spell Checker.
277
+ "Spell Checker": "Ortografie",
278
+
279
+ // Help
280
+ "Help": "Ajutor",
281
+ "Shortcuts": "Comenzi rapide",
282
+ "Inline Editor": "Editor inline",
283
+ "Show the editor": "Arătați editorul",
284
+ "Common actions": "Acțiuni comune",
285
+ "Copy": "Copie",
286
+ "Cut": "A taia",
287
+ "Paste": "Lipire",
288
+ "Basic Formatting": "Formatul de bază",
289
+ "Increase quote level": "Creșteți nivelul cotației",
290
+ "Decrease quote level": "Micșorați nivelul cotației",
291
+ "Image / Video": "Imagine / video",
292
+ "Resize larger": "Redimensionați mai mare",
293
+ "Resize smaller": "Redimensionați mai puțin",
294
+ "Table": "Tabel",
295
+ "Select table cell": "Selectați celula tabelă",
296
+ "Extend selection one cell": "Extindeți selecția la o celulă",
297
+ "Extend selection one row": "Extindeți selecția cu un rând",
298
+ "Navigation": "Navigare",
299
+ "Focus popup / toolbar": "Focus popup / bara de instrumente",
300
+ "Return focus to previous position": "Reveniți la poziția anterioară",
301
+
302
+ // Embed.ly
303
+ "Embed URL": "Încorporați url",
304
+ "Paste in a URL to embed": "Lipiți într-un url pentru a încorpora",
305
+
306
+ // Word Paste.
307
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Conținutul lipit vine dintr-un document word Microsoft. Doriți să păstrați formatul sau să îl curățați?",
308
+ "Keep": "A pastra",
309
+ "Clean": "Curat",
310
+ "Word Paste Detected": "Cuvântul paste a fost detectat"
311
+ },
312
+ direction: "ltr"
313
+ };
314
+
315
+ }));