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,160 @@
1
+ /**
2
+ * English spoken in Canada
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['en_ca'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Type something",
9
+
10
+ // Basic formatting
11
+ "Bold": "Bold",
12
+ "Italic": "Italic",
13
+ "Underline": "Underline",
14
+ "Strikethrough": "Strikethrough",
15
+
16
+ // Main buttons
17
+ "Insert": "Insert",
18
+ "Delete": "Delete",
19
+ "Cancel": "Cancel",
20
+ "OK": "OK",
21
+ "Back": "Back",
22
+ "Remove": "Remove",
23
+ "More": "More",
24
+ "Update": "Update",
25
+ "Style": "Style",
26
+
27
+ // Font
28
+ "Font Family": "Font Family",
29
+ "Font Size": "Font Size",
30
+
31
+ // Colors
32
+ "Colors": "Colours",
33
+ "Background": "Background",
34
+ "Text": "Text",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Paragraph Format",
38
+ "Normal": "Normal",
39
+ "Code": "Code",
40
+ "Heading 1": "Heading 1",
41
+ "Heading 2": "Heading 2",
42
+ "Heading 3": "Heading 3",
43
+ "Heading 4": "Heading 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Paragraph Style",
47
+ "Inline Style": "Inline Style",
48
+
49
+ // Alignment
50
+ "Align": "Align",
51
+ "Align Left": "Align Left",
52
+ "Align Center": "Align Centre",
53
+ "Align Right": "Alight Right",
54
+ "Align Justify": "Align Justify",
55
+ "None": "None",
56
+
57
+ // Lists
58
+ "Ordered List": "Ordered List",
59
+ "Unordered List": "Unordered List",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Decrease Indent",
63
+ "Increase Indent": "Increase Indent",
64
+
65
+ // Links
66
+ "Insert Link": "Insert Link",
67
+ "Open in new tab": "Open in new tab",
68
+ "Open Link": "Open Link",
69
+ "Edit Link": "Edit Link",
70
+ "Unlink": "Unlink",
71
+ "Choose Link": "Choose Link",
72
+
73
+ // Images
74
+ "Insert Image": "Insert Image",
75
+ "Upload Image": "Upload Image",
76
+ "By URL": "By URL",
77
+ "Browse": "Browse",
78
+ "Drop image": "Drop image",
79
+ "or click": "or click",
80
+ "Manage Images": "Manage Images",
81
+ "Loading": "Loading",
82
+ "Deleting": "Deleting",
83
+ "Tags": "Tags",
84
+ "Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
85
+ "Replace": "Replace",
86
+ "Uploading": "Uploading",
87
+ "Loading image": "Loading image",
88
+ "Display": "Display",
89
+ "Inline": "Inline",
90
+ "Break Text": "Break Text",
91
+ "Alternate Text": "Alternate Text",
92
+ "Change Size": "Change Size",
93
+ "Width": "Width",
94
+ "Height": "Height",
95
+ "Something went wrong. Please try again.": "Something went wrong. Please try again.",
96
+
97
+ // Video
98
+ "Insert Video": "Insert Video",
99
+ "Embedded Code": "Embedded Code",
100
+
101
+ // Tables
102
+ "Insert Table": "Insert Table",
103
+ "Header": "Header",
104
+ "Row": "Row",
105
+ "Insert row above": "Insert row above",
106
+ "Insert row below": "Insert row below",
107
+ "Delete row": "Delete row",
108
+ "Column": "Column",
109
+ "Insert column before": "Insert column before",
110
+ "Insert column after": "Insert column after",
111
+ "Delete column": "Delete column",
112
+ "Cell": "Cell",
113
+ "Merge cells": "Merge cells",
114
+ "Horizontal split": "Horizontal split",
115
+ "Vertical split": "Vertical split",
116
+ "Cell Background": "Cell Background",
117
+ "Vertical Align": "Vertical Align",
118
+ "Top": "Top",
119
+ "Middle": "Middle",
120
+ "Bottom": "Bottom",
121
+ "Align Top": "Align Top",
122
+ "Align Middle": "Align Middle",
123
+ "Align Bottom": "Align Bottom",
124
+ "Cell Style": "Cell Style",
125
+
126
+ // Files
127
+ "Upload File": "Upload File",
128
+ "Drop file": "Drop file",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Emoticons",
132
+
133
+ // Line breaker
134
+ "Break": "Break",
135
+
136
+ // Math
137
+ "Subscript": "Subscript",
138
+ "Superscript": "Superscript",
139
+
140
+ // Full screen
141
+ "Fullscreen": "Fullscreen",
142
+
143
+ // Horizontal line
144
+ "Insert Horizontal Line": "Insert Horizontal Line",
145
+
146
+ // Clear formatting
147
+ "Clear Formatting": "Cell Formatting",
148
+
149
+ // Undo, redo
150
+ "Undo": "Undo",
151
+ "Redo": "Redo",
152
+
153
+ // Select all
154
+ "Select All": "Select All",
155
+
156
+ // Code view
157
+ "Code View": "Code View"
158
+ },
159
+ direction: "ltr"
160
+ };
@@ -0,0 +1,160 @@
1
+ /**
2
+ * English spoken in Great Britain
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['en_gb'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Type something",
9
+
10
+ // Basic formatting
11
+ "Bold": "Bold",
12
+ "Italic": "Italic",
13
+ "Underline": "Underline",
14
+ "Strikethrough": "Strikethrough",
15
+
16
+ // Main buttons
17
+ "Insert": "Insert",
18
+ "Delete": "Delete",
19
+ "Cancel": "Cancel",
20
+ "OK": "OK",
21
+ "Back": "Back",
22
+ "Remove": "Remove",
23
+ "More": "More",
24
+ "Update": "Update",
25
+ "Style": "Style",
26
+
27
+ // Font
28
+ "Font Family": "Font Family",
29
+ "Font Size": "Font Size",
30
+
31
+ // Colors
32
+ "Colors": "Colours",
33
+ "Background": "Background",
34
+ "Text": "Text",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Paragraph Format",
38
+ "Normal": "Normal",
39
+ "Code": "Code",
40
+ "Heading 1": "Heading 1",
41
+ "Heading 2": "Heading 2",
42
+ "Heading 3": "Heading 3",
43
+ "Heading 4": "Heading 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Paragraph Style",
47
+ "Inline Style": "Inline Style",
48
+
49
+ // Alignment
50
+ "Align": "Align",
51
+ "Align Left": "Align Left",
52
+ "Align Center": "Align Centre",
53
+ "Align Right": "Alight Right",
54
+ "Align Justify": "Align Justify",
55
+ "None": "None",
56
+
57
+ // Lists
58
+ "Ordered List": "Ordered List",
59
+ "Unordered List": "Unordered List",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Decrease Indent",
63
+ "Increase Indent": "Increase Indent",
64
+
65
+ // Links
66
+ "Insert Link": "Insert Link",
67
+ "Open in new tab": "Open in new tab",
68
+ "Open Link": "Open Link",
69
+ "Edit Link": "Edit Link",
70
+ "Unlink": "Unlink",
71
+ "Choose Link": "Choose Link",
72
+
73
+ // Images
74
+ "Insert Image": "Insert Image",
75
+ "Upload Image": "Upload Image",
76
+ "By URL": "By URL",
77
+ "Browse": "Browse",
78
+ "Drop image": "Drop image",
79
+ "or click": "or click",
80
+ "Manage Images": "Manage Images",
81
+ "Loading": "Loading",
82
+ "Deleting": "Deleting",
83
+ "Tags": "Tags",
84
+ "Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
85
+ "Replace": "Replace",
86
+ "Uploading": "Uploading",
87
+ "Loading image": "Loading image",
88
+ "Display": "Display",
89
+ "Inline": "Inline",
90
+ "Break Text": "Break Text",
91
+ "Alternate Text": "Alternate Text",
92
+ "Change Size": "Change Size",
93
+ "Width": "Width",
94
+ "Height": "Height",
95
+ "Something went wrong. Please try again.": "Something went wrong. Please try again.",
96
+
97
+ // Video
98
+ "Insert Video": "Insert Video",
99
+ "Embedded Code": "Embedded Code",
100
+
101
+ // Tables
102
+ "Insert Table": "Insert Table",
103
+ "Header": "Header",
104
+ "Row": "Row",
105
+ "Insert row above": "Insert row above",
106
+ "Insert row below": "Insert row below",
107
+ "Delete row": "Delete row",
108
+ "Column": "Column",
109
+ "Insert column before": "Insert column before",
110
+ "Insert column after": "Insert column after",
111
+ "Delete column": "Delete column",
112
+ "Cell": "Cell",
113
+ "Merge cells": "Merge cells",
114
+ "Horizontal split": "Horizontal split",
115
+ "Vertical split": "Vertical split",
116
+ "Cell Background": "Cell Background",
117
+ "Vertical Align": "Vertical Align",
118
+ "Top": "Top",
119
+ "Middle": "Middle",
120
+ "Bottom": "Bottom",
121
+ "Align Top": "Align Top",
122
+ "Align Middle": "Align Middle",
123
+ "Align Bottom": "Align Bottom",
124
+ "Cell Style": "Cell Style",
125
+
126
+ // Files
127
+ "Upload File": "Upload File",
128
+ "Drop file": "Drop file",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Emoticons",
132
+
133
+ // Line breaker
134
+ "Break": "Break",
135
+
136
+ // Math
137
+ "Subscript": "Subscript",
138
+ "Superscript": "Superscript",
139
+
140
+ // Full screen
141
+ "Fullscreen": "Fullscreen",
142
+
143
+ // Horizontal line
144
+ "Insert Horizontal Line": "Insert Horizontal Line",
145
+
146
+ // Clear formatting
147
+ "Clear Formatting": "Cell Formatting",
148
+
149
+ // Undo, redo
150
+ "Undo": "Undo",
151
+ "Redo": "Redo",
152
+
153
+ // Select all
154
+ "Select All": "Select All",
155
+
156
+ // Code view
157
+ "Code View": "Code View"
158
+ },
159
+ direction: "ltr"
160
+ };
@@ -0,0 +1,216 @@
1
+ /**
2
+ * Spanish
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['es'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Escriba algo",
9
+
10
+ // Basic formatting
11
+ "Bold": "Negrita",
12
+ "Italic": "It\u00e1lica",
13
+ "Underline": "Subrayado",
14
+ "Strikethrough": "Tachado",
15
+
16
+ // Main buttons
17
+ "Insert": "Insertar",
18
+ "Delete": "Borrar",
19
+ "Cancel": "Cancelar",
20
+ "OK": "Ok",
21
+ "Back": "Atr\u00e1s",
22
+ "Remove": "Quitar",
23
+ "More": "M\u00e1s",
24
+ "Update": "Actualizaci\u00f3n",
25
+ "Style": "",
26
+
27
+ // Font
28
+ "Font Family": "Familia de fuentes",
29
+ "Font Size": "Tama\u00f1o de fuente",
30
+
31
+ // Colors
32
+ "Colors": "Colores",
33
+ "Background": "Fondo",
34
+ "Text": "Texto",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Formato de p\u00e1rrafo",
38
+ "Normal": "Normal",
39
+ "Code": "C\u00f3digo",
40
+ "Heading 1": "Encabezado 1",
41
+ "Heading 2": "Encabezado 2",
42
+ "Heading 3": "Encabezado 3",
43
+ "Heading 4": "Encabezado 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Estilo de p\u00e1rrafo",
47
+ "Inline Style": "Estilo en l\u00ednea",
48
+
49
+ // Alignment
50
+ "Align": "Alinear",
51
+ "Align Left": "Alinear a la izquierda",
52
+ "Align Center": "Alinear al centro",
53
+ "Align Right": "Alinear a la derecha",
54
+ "Align Justify": "Justificar",
55
+ "None": "Ninguno",
56
+
57
+ // Lists
58
+ "Ordered List": "Lista ordenada",
59
+ "Unordered List": "Lista desordenada",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Reducir sangr\u00eda",
63
+ "Increase Indent": "Aumentar sangr\u00eda",
64
+
65
+ // Links
66
+ "Insert Link": "Insertar enlace",
67
+ "Open in new tab": "Abrir en una nueva pesta\u00F1a",
68
+ "Open Link": "Abrir enlace",
69
+ "Edit Link": "Editar enlace",
70
+ "Unlink": "Quitar enlace",
71
+ "Choose Link": "Elegir enlace",
72
+
73
+ // Images
74
+ "Insert Image": "Insertar imagen",
75
+ "Upload Image": "Cargar imagen",
76
+ "By URL": "Por URL",
77
+ "Browse": "Examinar",
78
+ "Drop image": "Soltar la imagen",
79
+ "or click": "o haga clic en",
80
+ "Manage Images": "Administrar im\u00e1genes",
81
+ "Loading": "Cargando",
82
+ "Deleting": "Borrado",
83
+ "Tags": "Etiquetas",
84
+ "Are you sure? Image will be deleted.": "\u00bfEst\u00e1 seguro? Imagen ser\u00e1 borrada.",
85
+ "Replace": "Reemplazar",
86
+ "Uploading": "Carga",
87
+ "Loading image": "Cargando imagen",
88
+ "Display": "Mostrar",
89
+ "Inline": "En l\u00ednea",
90
+ "Break Text": "Romper texto",
91
+ "Alternate Text": "Texto alternativo",
92
+ "Change Size": "Cambiar tama\u00f1o",
93
+ "Width": "Ancho",
94
+ "Height": "Altura",
95
+ "Something went wrong. Please try again.": "Algo sali\u00f3 mal. Por favor, vuelva a intentarlo.",
96
+
97
+ // Video
98
+ "Insert Video": "Insertar video",
99
+ "Embedded Code": "C\u00f3digo incrustado",
100
+
101
+ // Tables
102
+ "Insert Table": "Insertar tabla",
103
+ "Header": "Encabezamiento",
104
+ "Row": "Fila",
105
+ "Insert row above": "Insertar fila antes",
106
+ "Insert row below": "Insertar fila despu\u00e9s",
107
+ "Delete row": "Eliminar fila",
108
+ "Column": "Columna",
109
+ "Insert column before": "Insertar columna antes",
110
+ "Insert column after": "Insertar columna despu\u00e9s",
111
+ "Delete column": "Eliminar columna",
112
+ "Cell": "Celda",
113
+ "Merge cells": "Combinar celdas",
114
+ "Horizontal split": "Divisi\u00f3n horizontal",
115
+ "Vertical split": "Divisi\u00f3n vertical",
116
+ "Cell Background": "Fondo de la celda",
117
+ "Vertical Align": "Alinear Vertical",
118
+ "Top": "Cima",
119
+ "Middle": "Medio",
120
+ "Bottom": "Del fondo",
121
+ "Align Top": "Alinear a la parte superior",
122
+ "Align Middle": "Alinear media",
123
+ "Align Bottom": "Alinear abajo",
124
+ "Cell Style": "Estilo de celda",
125
+
126
+ // Files
127
+ "Upload File": "Subir archivo",
128
+ "Drop file": "Soltar archivo",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Emoticones",
132
+ "Grinning face": "Sonriendo cara",
133
+ "Grinning face with smiling eyes": "Sonriendo cara con ojos sonrientes",
134
+ "Face with tears of joy": "Cara con l\u00e1grimas de alegr\u00eda",
135
+ "Smiling face with open mouth": "Cara sonriente con la boca abierta",
136
+ "Smiling face with open mouth and smiling eyes": "Cara sonriente con la boca abierta y los ojos sonrientes",
137
+ "Smiling face with open mouth and cold sweat": "Cara sonriente con la boca abierta y el sudor fr\u00edo",
138
+ "Smiling face with open mouth and tightly-closed eyes": "Cara sonriente con la boca abierta y los ojos fuertemente cerrados",
139
+ "Smiling face with halo": "Cara sonriente con halo",
140
+ "Smiling face with horns": "Cara sonriente con cuernos",
141
+ "Winking face": "Gui\u00f1o de la cara",
142
+ "Smiling face with smiling eyes": "Cara sonriente con ojos sonrientes",
143
+ "Face savoring delicious food": "Care saborear una deliciosa comida",
144
+ "Relieved face": "Cara Aliviado",
145
+ "Smiling face with heart-shaped eyes": "Cara sonriente con los ojos en forma de coraz\u00f3n",
146
+ "Smiling face with sunglasses": "Cara sonriente con gafas de sol",
147
+ "Smirking face": "Sonriendo cara",
148
+ "Neutral face": "Cara neutral",
149
+ "Expressionless face": "Rostro inexpresivo",
150
+ "Unamused face": "Cara no divertido",
151
+ "Face with cold sweat": "Cara con sudor fr\u00edo",
152
+ "Pensive face": "Rostro pensativo",
153
+ "Confused face": "Cara confusa",
154
+ "Confounded face": "Cara Averg\u00fc\u00e9ncense",
155
+ "Kissing face": "Besar la cara",
156
+ "Face throwing a kiss": "Cara lanzando un beso",
157
+ "Kissing face with smiling eyes": "Besar a cara con ojos sonrientes",
158
+ "Kissing face with closed eyes": "Besar a cara con los ojos cerrados",
159
+ "Face with stuck out tongue": "Cara con la lengua pegada",
160
+ "Face with stuck out tongue and winking eye": "Cara con pegado a la lengua y los ojos gui\u00f1o",
161
+ "Face with stuck out tongue and tightly-closed eyes": "Cara con la lengua pegada a y los ojos fuertemente cerrados",
162
+ "Disappointed face": "Cara decepcionado",
163
+ "Worried face": "Cara de preocupaci\u00f3n",
164
+ "Angry face": "Cara enojada",
165
+ "Pouting face": "Que pone mala cara",
166
+ "Crying face": "Cara llorando",
167
+ "Persevering face": "Perseverar cara",
168
+ "Face with look of triumph": "Cara con expresi\u00f3n de triunfo",
169
+ "Disappointed but relieved face": "Decepcionado pero el rostro aliviado",
170
+ "Frowning face with open mouth": "Con el ce\u00f1o fruncido la cara con la boca abierta",
171
+ "Anguished face": "Rostro angustiado",
172
+ "Fearful face": "Cara Temeroso",
173
+ "Weary face": "Rostro cansado",
174
+ "Sleepy face": "Rostro so\u00f1oliento",
175
+ "Tired face": "Rostro cansado",
176
+ "Grimacing face": "Haciendo una mueca cara",
177
+ "Loudly crying face": "Llorando en voz alta la cara",
178
+ "Face with open mouth": "Cara con la boca abierta",
179
+ "Hushed face": "Cara callada",
180
+ "Face with open mouth and cold sweat": "Cara con la boca abierta y el sudor frío",
181
+ "Face screaming in fear": "Cara gritando de miedo",
182
+ "Astonished face": "Cara asombrosa",
183
+ "Flushed face": "Cara enrojecida",
184
+ "Sleeping face": "Rostro dormido",
185
+ "Dizzy face": "Cara Mareado",
186
+ "Face without mouth": "Cara sin boca",
187
+ "Face with medical mask": "Cara con la m\u00e1scara m\u00e9dica",
188
+
189
+ // Line breaker
190
+ "Break": "Romper",
191
+
192
+ // Math
193
+ "Subscript": "Sub\u00edndice",
194
+ "Superscript": "Super\u00edndice",
195
+
196
+ // Full screen
197
+ "Fullscreen": "Pantalla completa",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "Insertar l\u00ednea horizontal",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "Quitar el formato",
204
+
205
+ // Undo, redo
206
+ "Undo": "Deshacer",
207
+ "Redo": "Rehacer",
208
+
209
+ // Select all
210
+ "Select All": "Seleccionar todo",
211
+
212
+ // Code view
213
+ "Code View": "Vista de c\u00f3digo"
214
+ },
215
+ direction: "ltr"
216
+ };