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
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * Polish
9
- */
10
-
11
- $.Editable.LANGS['pl'] = {
12
- translation: {
13
- "Bold": "Pogrubienie",
14
- "Italic": "Kursywa",
15
- "Underline": "Podkre\u015blenie",
16
- "Strikethrough": "Przekre\u015blenie",
17
- "Font Size": "Rozmiar czcionki",
18
- "Color": "Kolor",
19
- "Background": "T\u0142o",
20
- "Text": "Tekstu",
21
- "Format Block": "Formaty",
22
- "Normal": "Normalny",
23
- "Paragraph": "Akapit",
24
- "Code": "Kod \u017ar\u00f3d\u0142owy",
25
- "Quote": "Cytatu",
26
- "Heading 1": "Nag\u0142\u00f3wek 1",
27
- "Heading 2": "Nag\u0142\u00f3wek 2",
28
- "Heading 3": "Nag\u0142\u00f3wek 3",
29
- "Heading 4": "Nag\u0142\u00f3wek 4",
30
- "Heading 5": "Nag\u0142\u00f3wek 5",
31
- "Heading 6": "Nag\u0142\u00f3wek 6",
32
- "Block Style": "Blok styl",
33
- "Alignment": "Wyr\u00f3wnanie",
34
- "Align Left": "Wyr\u00f3wnaj do lewej",
35
- "Align Center": "Wyr\u00f3wnaj do \u015brodka",
36
- "Align Right": "Wyr\u00f3wnaj do prawej",
37
- "Justify": "Do lewej i prawej",
38
- "Numbered List": "Lista numerowana",
39
- "Bulleted List": "Lista wypunktowana",
40
- "Indent Less": "Zmniejsz wci\u0119cie",
41
- "Indent More": "Zwi\u0119ksz wci\u0119cie",
42
- "Select All": "Zaznacz wszystko",
43
- "Insert Link": "Wstaw link",
44
- "Insert Image": "Wstaw obrazek",
45
- "Insert Video": "Wstaw wideo",
46
- "Undo": "Cofnij",
47
- "Redo": "Pon\u00f3w",
48
- "Show HTML": "Poka\u017c HTML",
49
- "Float Left": "Lewo",
50
- "Float None": "\u017baden",
51
- "Float Right": "Prawo",
52
- "Replace Image": "Wymie\u0144 zdj\u0119cie",
53
- "Remove Image": "Usu\u0144 zdj\u0119cie",
54
- "Title": "Tytu\u0142",
55
- "Drop image": "Upu\u015bci\u0107 obraz",
56
- "or click": "lub kliknij",
57
- "or": "lub",
58
- "Enter URL": "Wpisz adres URL",
59
- "Please wait!": "Prosz\u0119 czeka\u0107!",
60
- "Are you sure? Image will be deleted.": "Czy na pewno? Obraz zostanie skasowany.",
61
- "UNLINK": "Usu\u0144 link",
62
- "Open in new tab": "Otw\u00f3rz w nowej karcie",
63
- "Type something": "Wpisz co\u015b",
64
- "Cancel": "Anuluj",
65
- "OK": "Ok",
66
- "Manage images": "Zarz\u0105dzanie zdj\u0119ciami",
67
- "Delete": "Usun\u0105\u0107",
68
- "Font Family": "Kr\u00f3j czcionki",
69
- "Insert Horizontal Line": "Wstaw lini\u0119 poziom\u0105",
70
- "Table": "Tabela",
71
- "Insert table": "Wstaw tabel\u0119",
72
- "Cell": "Kom\u00f3rka",
73
- "Row": "Wiersz",
74
- "Column": "Kolumna",
75
- "Delete table": "Usu\u0144 tabel\u0119",
76
- "Insert cell before": "Wstaw kom\u00f3rk\u0119 przed",
77
- "Insert cell after": "Wstaw kom\u00f3rk\u0119 po",
78
- "Delete cell": "Usu\u0144 kom\u00f3rk\u0119",
79
- "Merge cells": "\u0141\u0105cz kom\u00f3rki",
80
- "Horizontal split": "Podzia\u0142 poziomy",
81
- "Vertical split": "Podzia\u0142 pionowy",
82
- "Insert row above": "Wstaw wiersz przed",
83
- "Insert row below": "Wstaw wiersz po",
84
- "Delete row": "Usu\u0144 wiersz",
85
- "Insert column before": "Wstaw kolumn\u0119 przed",
86
- "Insert column after": "Wstaw kolumn\u0119 po",
87
- "Delete column": "Usu\u0144 kolumn\u0119",
88
- "Uploading image": "Przesy\u0142anie obrazu",
89
- "Upload File": "Prze\u015blij plik",
90
- "Drop File": "Upu\u015bci\u0107 plik",
91
- "Clear formatting": "Usu\u0144 formatowanie"
92
- },
93
- direction: "ltr"
94
- };
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * Portuguese spoken in Brazil
9
- */
10
-
11
- $.Editable.LANGS['pt_br'] = {
12
- translation: {
13
- "Bold": "Negrito",
14
- "Italic": "It\u00e1lico",
15
- "Underline": "Sublinhar",
16
- "Strikethrough": "Riscar",
17
- "Font Size": "Tamanho",
18
- "Color": "Cor",
19
- "Background": "Fundo",
20
- "Text": "Texto",
21
- "Format Block": "Formatos",
22
- "Normal": "Normal",
23
- "Paragraph": "Par\u00e1grafo",
24
- "Code": "C\u00f3digo",
25
- "Quote": "Aspas",
26
- "Heading 1": "Cabe\u00e7alho 1",
27
- "Heading 2": "Cabe\u00e7alho 2",
28
- "Heading 3": "Cabe\u00e7alho 3",
29
- "Heading 4": "Cabe\u00e7alho 4",
30
- "Heading 5": "Cabe\u00e7alho 5",
31
- "Heading 6": "Cabe\u00e7alho 6",
32
- "Block Style": "Estilo do bloco",
33
- "Alignment": "Alinhamento",
34
- "Align Left": "Alinhar \u00e0 esquerda",
35
- "Align Center": "Centralizar",
36
- "Align Right": "Alinhar \u00e0 direita",
37
- "Justify": "Justificar",
38
- "Numbered List": "Lista ordenada",
39
- "Bulleted List": "Lista n\u00e3o ordenada",
40
- "Indent Less": "Diminuir recuo",
41
- "Indent More": "Aumentar recuo",
42
- "Select All": "Selecionar tudo",
43
- "Insert Link": "Inserir link",
44
- "Insert Image": "Inserir imagem",
45
- "Insert Video": "Inserir v\u00eddeo",
46
- "Undo": "Desfazer",
47
- "Redo": "Refazer",
48
- "Show HTML": "Mostrar HTML",
49
- "Float Left": "Esquerda",
50
- "Float None": "Nenhum",
51
- "Float Right": "Direita",
52
- "Replace Image": "Substituir imagem",
53
- "Remove Image": "Remover imagem",
54
- "Title": "T\u00edtulo",
55
- "Drop image": "Arraste sua imagem aqui",
56
- "or click": "ou clique aqui",
57
- "or": "ou",
58
- "Enter URL": "Digite a URL",
59
- "Please wait!": "Por favor, aguarde!",
60
- "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
61
- "UNLINK": "Remover link",
62
- "Open in new tab": "Abrir em uma nova aba",
63
- "Type something": "Digite algo",
64
- "Cancel": "Cancelar",
65
- "OK": "Ok",
66
- "Manage images": "Gerenciar imagens",
67
- "Delete": "Apagar",
68
- "Font Family": "Fonte",
69
- "Insert Horizontal Line": "Inserir linha horizontal",
70
- "Table": "Tabela",
71
- "Insert table": "Inserir tabela",
72
- "Cell": "C\u00e9lula",
73
- "Row": "Linha",
74
- "Column": "Coluna",
75
- "Delete table": "Excluir tabela",
76
- "Insert cell before": "Inserir c\u00e9lula antes",
77
- "Insert cell after": "Inserir c\u00e9lula depois",
78
- "Delete cell": "Excluir c\u00e9lula",
79
- "Merge cells": "Agrupar c\u00e9lulas",
80
- "Horizontal split": "Divis\u00e3o horizontal",
81
- "Vertical split": "Divis\u00e3o vertical",
82
- "Insert row above": "Inserir linha antes",
83
- "Insert row below": "Inserir linha depois",
84
- "Delete row": "Excluir linha",
85
- "Insert column before": "Inserir coluna antes",
86
- "Insert column after": "Inserir coluna depois",
87
- "Delete column": "Excluir coluna",
88
- "Uploading image": "Upload de imagens",
89
- "Upload File": "Upload de arquivo",
90
- "Drop File": "Arraste seu arquivo aqui",
91
- "Clear formatting": "Remover formata\u00e7\u00e3o"
92
- },
93
- direction: "ltr"
94
- };
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * Portuguese spoken in Portugal
9
- */
10
-
11
- $.Editable.LANGS['pt_pt'] = {
12
- translation: {
13
- "Bold": "Negrito",
14
- "Italic": "It\u00e1lico",
15
- "Underline": "Sublinhado",
16
- "Strikethrough": "Rasurado",
17
- "Font Size": "Tamanho da fonte",
18
- "Color": "Cor",
19
- "Background": "Fundo",
20
- "Text": "Texto",
21
- "Format Block": "Formatos",
22
- "Normal": "Normal",
23
- "Paragraph": "Par\u00e1grafo",
24
- "Code": "C\u00f3digo",
25
- "Quote": "Cita\u00e7\u00e3o",
26
- "Heading 1": "Cabe\u00e7alho 1",
27
- "Heading 2": "Cabe\u00e7alho 2",
28
- "Heading 3": "Cabe\u00e7alho 3",
29
- "Heading 4": "Cabe\u00e7alho 4",
30
- "Heading 5": "Cabe\u00e7alho 5",
31
- "Heading 6": "Cabe\u00e7alho 6",
32
- "Block Style": "Estilo do bloco",
33
- "Alignment": "Alinhamento",
34
- "Align Left": "Alinhar \u00e0 esquerda",
35
- "Align Center": "Alinhar ao centro",
36
- "Align Right": "Alinhar \u00e0 direita",
37
- "Justify": "Justificado",
38
- "Numbered List": "Lista numerada",
39
- "Bulleted List": "Lista com marcadores",
40
- "Indent Less": "Diminuir avan\u00e7o",
41
- "Indent More": "Aumentar avan\u00e7o",
42
- "Select All": "Seleccionar tudo",
43
- "Insert Link": "Inserir link",
44
- "Insert Image": "Inserir imagem",
45
- "Insert Video": "Inserir v\u00eddeo",
46
- "Undo": "Anular",
47
- "Redo": "Restaurar",
48
- "Show HTML": "Mostrar HTML",
49
- "Float Left": "Esquerda",
50
- "Float None": "Nenhum",
51
- "Float Right": "Direita",
52
- "Replace Image": "Substituir imagem",
53
- "Remove Image": "Remover imagem",
54
- "Title": "T\u00edtulo",
55
- "Drop image": "Largue imagem",
56
- "or click": "ou clique em",
57
- "or": "ou",
58
- "Enter URL": "Digite a URL",
59
- "Please wait!": "Por favor, sagacidade!",
60
- "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
61
- "UNLINK": "Remover link",
62
- "Open in new tab": "Abrir em uma nova aba",
63
- "Type something": "Digite algo",
64
- "Cancel": "Cancelar",
65
- "OK": "Ok",
66
- "Manage images": "Gerenciar as imagens",
67
- "Delete": "Apagar",
68
- "Font Family": "Fonte",
69
- "Insert Horizontal Line": "Inserir linha horizontal",
70
- "Table": "Tabela",
71
- "Insert table": "Inserir tabela",
72
- "Cell": "C\u00e9lula",
73
- "Row": "Linha",
74
- "Column": "Coluna",
75
- "Delete table": "Eliminar tabela",
76
- "Insert cell before": "Inserir c\u00e9lula antes",
77
- "Insert cell after": "Inserir c\u00e9lula depois",
78
- "Delete cell": "Excluir celular",
79
- "Merge cells": "Unir c\u00e9lulas",
80
- "Horizontal split": "Divis\u00e3o horizontal",
81
- "Vertical split": "Divis\u00e3o vertical",
82
- "Insert row above": "Inserir linha antes",
83
- "Insert row below": "Inserir linha depois",
84
- "Delete row": "Eliminar linha",
85
- "Insert column before": "Inserir coluna antes",
86
- "Insert column after": "Inserir coluna depois",
87
- "Delete column": "Eliminar coluna",
88
- "Uploading image": "Upload de imagens",
89
- "Upload File": "Upload de arquivo",
90
- "Drop File": "Largar arquivo",
91
- "Clear formatting": "Remover formata\u00e7\u00e3o"
92
- },
93
- direction: "ltr"
94
- };
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * Romanian
9
- */
10
-
11
- $.Editable.LANGS['ro'] = {
12
- translation: {
13
- "Bold": "\u00cengro\u015fat",
14
- "Italic": "Italic",
15
- "Underline": "Subliniat",
16
- "Strikethrough": "T\u0103iat",
17
- "Font Size": "Dimensiune font",
18
- "Color": "Culoare",
19
- "Background": "Fundal",
20
- "Text": "Text",
21
- "Format Block": "Formate",
22
- "Normal": "Normal",
23
- "Paragraph": "Paragraf",
24
- "Code": "Cod",
25
- "Quote": "Citat",
26
- "Heading 1": "Antent 1",
27
- "Heading 2": "Antent 2",
28
- "Heading 3": "Antent 3",
29
- "Heading 4": "Antent 4",
30
- "Heading 5": "Antent 5",
31
- "Heading 6": "Antent 6",
32
- "Block Style": "Stil bloc",
33
- "Alignment": "Aliniere",
34
- "Align Left": "Aliniere la st\u00e2nga",
35
- "Align Center": "Aliniere la centru",
36
- "Align Right": "Aliniere la dreapta",
37
- "Justify": "Aliniere pe toat\u0103 l\u0103\u021bimea",
38
- "Numbered List": "List\u0103 ordonat\u0103",
39
- "Bulleted List": "List\u0103 neordonat\u0103",
40
- "Indent Less": "De-indenteaz\u0103",
41
- "Indent More": "Indenteaz\u0103",
42
- "Select All": "Selecteaz\u0103 tot",
43
- "Insert Link": "Inserare link",
44
- "Insert Image": "Inserare imagine",
45
- "Insert Video": "Inserare video",
46
- "Undo": "Reexecut\u0103",
47
- "Redo": "Dezexecut\u0103",
48
- "Show HTML": "Arat\u0103 HTML",
49
- "Float Left": "St\u00e2nga",
50
- "Float None": "Niciunul",
51
- "Float Right": "Dreapta",
52
- "Replace Image": "\u00cenlocuie\u015fte imaginea",
53
- "Remove Image": "\u0218terge imaginea",
54
- "Title": "Titlu",
55
- "Drop image": "Trage imagine",
56
- "or click": "sau f\u0103 click",
57
- "or": "sau",
58
- "Enter URL": "Introdu URL",
59
- "Please wait!": "V\u0103 rug\u0103m a\u015ftepta\u021bi!",
60
- "Are you sure? Image will be deleted.": "Sunte\u021bi sigur? Imaginea va fi \u015ftears\u0103.",
61
- "UNLINK": "\u0218terge link-ul",
62
- "Open in new tab": "Deschide \u00EEn tab nou",
63
- "Type something": "Tasteaz\u0103 ceva",
64
- "Cancel": "Anulare",
65
- "OK": "Ok",
66
- "Manage images": "Gestionare imagini",
67
- "Delete": "\u015eterge",
68
- "Font Family": "Font",
69
- "Insert Horizontal Line": "Inserare linie orizontal\u0103",
70
- "Table": "Tabel",
71
- "Insert table": "Inserare tabel",
72
- "Cell": "Celula",
73
- "Row": "Linie",
74
- "Column": "Coloan\u0103",
75
- "Delete table": "\u0218terge tabel",
76
- "Insert cell before": "Insereaz\u0103 celula \u00eenainte",
77
- "Insert cell after": "Insereaz\u0103 celula dup\u0103",
78
- "Delete cell": "\u0218terge celula",
79
- "Merge cells": "Une\u015fte celulele",
80
- "Horizontal split": "\u00cemparte orizontal",
81
- "Vertical split": "\u00cemparte vertical",
82
- "Insert row above": "Insereaz\u0103 linie \u00eenainte",
83
- "Insert row below": "Insereaz\u0103 linie dup\u0103",
84
- "Delete row": "\u015eterge linia",
85
- "Insert column before": "Insereaz\u0103 coloan\u0103 \u00eenainte",
86
- "Insert column after": "Insereaz\u0103 coloan\u0103 dup\u0103",
87
- "Delete column": "\u015eterge coloana",
88
- "Uploading image": "Imaginea se \u00eencarc\u0103",
89
- "Upload File": "\u00cenc\u0103rca\u021bi fi\u0219ier",
90
- "Drop File": "Trage fi\u0219ier",
91
- "Clear formatting": "Elimina\u021bi formatarea"
92
- },
93
- direction: "ltr"
94
- };
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * Russian
9
- */
10
-
11
- $.Editable.LANGS['ru'] = {
12
- translation: {
13
- "Bold": "\u0416\u0438\u0440\u043d\u044b\u0439",
14
- "Italic": "\u041a\u0443\u0440\u0441\u0438\u0432",
15
- "Underline": "\u041f\u043e\u0434\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0439",
16
- "Strikethrough": "\u0417\u0430\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0439",
17
- "Font Size": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430",
18
- "Color": "\u0426\u0432\u0435\u0442",
19
- "Background": "\u0424\u043e\u043d",
20
- "Text": "\u0442\u0435\u043a\u0441\u0442",
21
- "Format Block": "\u0424\u043e\u0440\u043c\u0430\u0442",
22
- "Normal": "\u041d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0439",
23
- "Paragraph": "\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444",
24
- "Code": "\u041a\u043e\u0434",
25
- "Quote": "\u0426\u0438\u0442\u0430\u0442\u0430",
26
- "Heading 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1",
27
- "Heading 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2",
28
- "Heading 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3",
29
- "Heading 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4",
30
- "Heading 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5",
31
- "Heading 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6",
32
- "Block Style": "\u0421\u0442\u0438\u043b\u044c \u0431\u043b\u043e\u043a\u0430",
33
- "Alignment": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435",
34
- "Align Left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
35
- "Align Center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443",
36
- "Align Right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
37
- "Justify": "\u041f\u043e \u0448\u0438\u0440\u0438\u043d\u0435",
38
- "Numbered List": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
39
- "Bulleted List": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
40
- "Indent Less": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f",
41
- "Indent More": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f",
42
- "Select All": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435",
43
- "Insert Link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
44
- "Insert Image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
45
- "Insert Video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
46
- "Undo": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c",
47
- "Redo": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c",
48
- "Show HTML": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c HTML",
49
- "Float Left": "\u041e\u0431\u0442\u0435\u043a\u0430\u043d\u0438\u0435 \u0441\u043f\u0440\u0430\u0432\u0430",
50
- "Float None": "\u041d\u0435\u0442 \u043e\u0431\u0442\u0435\u043a\u0430\u043d\u0438\u044f",
51
- "Float Right": "\u041e\u0431\u0442\u0435\u043a\u0430\u043d\u0438\u0435 \u0441\u043b\u0435\u0432\u0430",
52
- "Replace Image": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
53
- "Remove Image": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
54
- "Title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
55
- "Drop image": "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u0441\u044e\u0434\u0430 \u0444\u0430\u0439\u043b",
56
- "or click": "\u0438\u043b\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435",
57
- "or": "\u0438\u043b\u0438",
58
- "Enter URL": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",
59
- "Please wait!": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435!",
60
- "Are you sure? Image will be deleted.": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b? \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u043e.",
61
- "UNLINK": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
62
- "Open in new tab": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u043d\u043e\u0432\u043e\u0439 \u0432\u043a\u043b\u0430\u0434\u043a\u0435",
63
- "Type something": "\u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u0447\u0442\u043e\u002d\u043d\u0438\u0431\u0443\u0434\u044c",
64
- "Cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
65
- "OK": "OK",
66
- "Manage images": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043c\u0438",
67
- "Delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
68
- "Font Family": "\u0428\u0440\u0438\u0444\u0442",
69
- "Insert Horizontal Line": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0443\u044e \u043b\u0438\u043d\u0438\u044e",
70
- "Table": "\u0422\u0430\u0431\u043b\u0438\u0446\u0430",
71
- "Insert table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443",
72
- "Cell": "\u042f\u0447\u0435\u0439\u043a\u0430",
73
- "Row": "\u0421\u0442\u0440\u043e\u043a\u0430",
74
- "Column": "\u0421\u0442\u043e\u043b\u0431\u0435\u0446",
75
- "Delete table": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443",
76
- "Insert cell before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0443 \u0434\u043e",
77
- "Insert cell after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0443 \u043f\u043e\u0441\u043b\u0435",
78
- "Delete cell": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0443",
79
- "Merge cells": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0438",
80
- "Horizontal split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e",
81
- "Vertical split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e",
82
- "Insert row above": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0432\u0435\u0440\u0445\u0443",
83
- "Insert row below": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u043d\u0438\u0437\u0443",
84
- "Delete row": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443",
85
- "Insert column before": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043b\u0435\u0432\u0430",
86
- "Insert column after": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043f\u0440\u0430\u0432\u0430",
87
- "Delete column": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446",
88
- "Uploading image": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439",
89
- "Upload File": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b",
90
- "Drop File": "\u043f\u0430\u0434\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430",
91
- "Clear formatting": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435"
92
- },
93
- direction: "ltr"
94
- };