wysiwyg-rails 1.2.7 → 4.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/LICENSE +1 -1
- data/README.md +112 -35
- data/app/assets/javascripts/froala_editor.min.js +5 -9
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
- data/app/assets/javascripts/languages/ar.js +291 -0
- data/app/assets/javascripts/languages/bs.js +278 -0
- data/app/assets/javascripts/languages/cs.js +284 -0
- data/app/assets/javascripts/languages/da.js +276 -0
- data/app/assets/javascripts/languages/de.js +309 -0
- data/app/assets/javascripts/languages/el.js +284 -0
- data/app/assets/javascripts/languages/en_ca.js +222 -0
- data/app/assets/javascripts/languages/en_gb.js +222 -0
- data/app/assets/javascripts/languages/es.js +289 -0
- data/app/assets/javascripts/languages/et.js +278 -0
- data/app/assets/javascripts/languages/fa.js +278 -0
- data/app/assets/javascripts/languages/fi.js +278 -0
- data/app/assets/javascripts/languages/fr.js +303 -0
- data/app/assets/javascripts/languages/he.js +278 -0
- data/app/assets/javascripts/languages/hr.js +278 -0
- data/app/assets/javascripts/languages/hu.js +284 -0
- data/app/assets/javascripts/languages/id.js +278 -0
- data/app/assets/javascripts/languages/it.js +294 -0
- data/app/assets/javascripts/languages/ja.js +278 -0
- data/app/assets/javascripts/languages/ko.js +306 -0
- data/app/assets/javascripts/languages/ku.js +271 -0
- data/app/assets/javascripts/languages/me.js +278 -0
- data/app/assets/javascripts/languages/nb.js +278 -0
- data/app/assets/javascripts/languages/nl.js +291 -0
- data/app/assets/javascripts/languages/pl.js +295 -0
- data/app/assets/javascripts/languages/pt_br.js +278 -0
- data/app/assets/javascripts/languages/pt_pt.js +295 -0
- data/app/assets/javascripts/languages/ro.js +278 -0
- data/app/assets/javascripts/languages/ru.js +291 -0
- data/app/assets/javascripts/languages/sk.js +284 -0
- data/app/assets/javascripts/languages/sl.js +224 -0
- data/app/assets/javascripts/languages/sr.js +278 -0
- data/app/assets/javascripts/languages/sv.js +278 -0
- data/app/assets/javascripts/languages/th.js +278 -0
- data/app/assets/javascripts/languages/tr.js +278 -0
- data/app/assets/javascripts/languages/uk.js +278 -0
- data/app/assets/javascripts/languages/vi.js +219 -0
- data/app/assets/javascripts/languages/zh_cn.js +304 -0
- data/app/assets/javascripts/languages/zh_tw.js +278 -0
- data/app/assets/javascripts/plugins/align.min.js +7 -0
- data/app/assets/javascripts/plugins/char_counter.min.js +5 -4
- data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
- data/app/assets/javascripts/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/plugins/colors.min.js +5 -4
- data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
- data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/plugins/entities.min.js +5 -4
- data/app/assets/javascripts/plugins/file.min.js +7 -0
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +5 -4
- data/app/assets/javascripts/plugins/font_size.min.js +5 -4
- data/app/assets/javascripts/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/plugins/fullscreen.min.js +5 -4
- data/app/assets/javascripts/plugins/help.min.js +7 -0
- data/app/assets/javascripts/plugins/image.min.js +7 -0
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/plugins/line_height.min.js +7 -0
- data/app/assets/javascripts/plugins/link.min.js +7 -0
- data/app/assets/javascripts/plugins/lists.min.js +5 -4
- data/app/assets/javascripts/plugins/markdown.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/plugins/print.min.js +7 -0
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/plugins/save.min.js +7 -0
- data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/plugins/table.min.js +7 -0
- data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
- data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -0
- data/app/assets/javascripts/plugins/video.min.js +5 -4
- data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
- data/app/assets/javascripts/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
- data/app/assets/javascripts/third_party/showdown.min.js +7 -0
- data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
- data/app/assets/stylesheets/froala_editor.css +1431 -0
- data/app/assets/stylesheets/froala_editor.min.css +6 -4
- data/app/assets/stylesheets/froala_editor.pkgd.css +4808 -0
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/froala_style.css +362 -0
- data/app/assets/stylesheets/froala_style.min.css +6 -4
- data/app/assets/stylesheets/plugins/char_counter.css +49 -0
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/plugins/code_view.css +97 -0
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/plugins/colors.css +98 -0
- data/app/assets/stylesheets/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/plugins/draggable.css +41 -0
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/plugins/emoticons.css +34 -0
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/plugins/file.css +128 -0
- data/app/assets/stylesheets/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
- data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +79 -0
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/plugins/help.css +45 -0
- data/app/assets/stylesheets/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/plugins/image.css +213 -0
- data/app/assets/stylesheets/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/plugins/image_manager.css +236 -0
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/plugins/markdown.css +149 -0
- data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/plugins/special_characters.css +33 -0
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/plugins/table.css +111 -0
- data/app/assets/stylesheets/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/plugins/trim_video.css +247 -0
- data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +201 -0
- data/app/assets/stylesheets/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/plugins.pkgd.css +3025 -0
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
- data/app/assets/stylesheets/themes/dark.css +2188 -0
- data/app/assets/stylesheets/themes/dark.min.css +6 -4
- data/app/assets/stylesheets/themes/gray.css +2188 -0
- data/app/assets/stylesheets/themes/gray.min.css +6 -4
- data/app/assets/stylesheets/themes/royal.css +2188 -0
- data/app/assets/stylesheets/themes/royal.min.css +6 -4
- data/app/assets/stylesheets/third_party/embedly.css +60 -0
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
- data/app/assets/stylesheets/third_party/image_tui.css +41 -0
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
- data/lib/wysiwyg-rails/engine.rb +11 -0
- data/lib/wysiwyg-rails/version.rb +1 -1
- metadata +142 -72
- data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
- data/app/assets/javascripts/langs/ar.js +0 -94
- data/app/assets/javascripts/langs/bs.js +0 -94
- data/app/assets/javascripts/langs/cs.js +0 -94
- data/app/assets/javascripts/langs/da.js +0 -94
- data/app/assets/javascripts/langs/de.js +0 -94
- data/app/assets/javascripts/langs/en_ca.js +0 -94
- data/app/assets/javascripts/langs/en_gb.js +0 -94
- data/app/assets/javascripts/langs/en_us.js +0 -94
- data/app/assets/javascripts/langs/es.js +0 -94
- data/app/assets/javascripts/langs/et.js +0 -90
- data/app/assets/javascripts/langs/fa.js +0 -94
- data/app/assets/javascripts/langs/fi.js +0 -94
- data/app/assets/javascripts/langs/fr.js +0 -94
- data/app/assets/javascripts/langs/he.js +0 -94
- data/app/assets/javascripts/langs/hr.js +0 -94
- data/app/assets/javascripts/langs/hu.js +0 -94
- data/app/assets/javascripts/langs/id.js +0 -94
- data/app/assets/javascripts/langs/it.js +0 -94
- data/app/assets/javascripts/langs/ja.js +0 -94
- data/app/assets/javascripts/langs/ko.js +0 -94
- data/app/assets/javascripts/langs/me.js +0 -94
- data/app/assets/javascripts/langs/nb.js +0 -94
- data/app/assets/javascripts/langs/nl.js +0 -94
- data/app/assets/javascripts/langs/pl.js +0 -94
- data/app/assets/javascripts/langs/pt_br.js +0 -94
- data/app/assets/javascripts/langs/pt_pt.js +0 -94
- data/app/assets/javascripts/langs/ro.js +0 -94
- data/app/assets/javascripts/langs/ru.js +0 -94
- data/app/assets/javascripts/langs/sr.js +0 -94
- data/app/assets/javascripts/langs/sv.js +0 -94
- data/app/assets/javascripts/langs/th.js +0 -94
- data/app/assets/javascripts/langs/tr.js +0 -94
- data/app/assets/javascripts/langs/uk.js +0 -94
- data/app/assets/javascripts/langs/zh_cn.js +0 -94
- data/app/assets/javascripts/langs/zh_tw.js +0 -94
- data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
- data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
- data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
- data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
- data/app/assets/javascripts/plugins/tables.min.js +0 -6
- data/app/assets/javascripts/plugins/urls.min.js +0 -6
- data/app/assets/stylesheets/froala_content.min.css +0 -5
- data/app/assets/stylesheets/themes/red.min.css +0 -5
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (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.7 (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.7 (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.7 (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.7 (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
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (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
|
-
* Serbian.
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['sr'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Podebljan",
|
14
|
-
"Italic": "Isko\u0161en",
|
15
|
-
"Underline": "Podvu\u010deno",
|
16
|
-
"Strikethrough": "Precrtan",
|
17
|
-
"Font Size": "Veli\u010dina fontova",
|
18
|
-
"Color": "Boja",
|
19
|
-
"Background": "Pozadina",
|
20
|
-
"Text": "Tekst",
|
21
|
-
"Format Block": "Formatiranje bloka",
|
22
|
-
"Normal": "normalan",
|
23
|
-
"Paragraph": "Stav",
|
24
|
-
"Code": "Izvorni kod",
|
25
|
-
"Quote": "Citat",
|
26
|
-
"Heading 1": "Naslov 1",
|
27
|
-
"Heading 2": "Naslov 2",
|
28
|
-
"Heading 3": "Naslov 3",
|
29
|
-
"Heading 4": "Naslov 4",
|
30
|
-
"Heading 5": "Naslov 5",
|
31
|
-
"Heading 6": "Naslov 6",
|
32
|
-
"Block Style": "Blok stil",
|
33
|
-
"Alignment": "Postrojavanje",
|
34
|
-
"Align Left": "Poravnano levo",
|
35
|
-
"Align Center": "Poravnano centar",
|
36
|
-
"Align Right": "Poravnano desno",
|
37
|
-
"Justify": "Cjelokupno poravnanje",
|
38
|
-
"Numbered List": "Numerisana lista",
|
39
|
-
"Bulleted List": "Lista nabrajanja",
|
40
|
-
"Indent Less": "Uvuci paragraf",
|
41
|
-
"Indent More": "Izvuci paragraf",
|
42
|
-
"Select All": "Obele\u017ei sve",
|
43
|
-
"Insert Link": "Ubaci vezu",
|
44
|
-
"Insert Image": "Ubaci sliku",
|
45
|
-
"Insert Video": "Ubaci video",
|
46
|
-
"Undo": "Rasplesti",
|
47
|
-
"Redo": "Napred",
|
48
|
-
"Show HTML": "Prika\u017ei HTML kod",
|
49
|
-
"Float Left": "Prebaci levo",
|
50
|
-
"Float None": "Bez prebacivanja",
|
51
|
-
"Float Right": "Prebaci desno",
|
52
|
-
"Replace Image": "Zameni sliku",
|
53
|
-
"Remove Image": "Ukloni sliku",
|
54
|
-
"Title": "Naslov",
|
55
|
-
"Drop image": "Izbaci sliku",
|
56
|
-
"or click": "ili odaberi",
|
57
|
-
"or": "ili",
|
58
|
-
"Enter URL": "Enter URL",
|
59
|
-
"Please wait!": "Molimo sa\u010dekajte !",
|
60
|
-
"Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite da obri\u0161ete ovu sliku?",
|
61
|
-
"UNLINK": "Ukloni link",
|
62
|
-
"Open in new tab": "Otvori u novom prozoru",
|
63
|
-
"Type something": "Ukucajte ne\u0161tp",
|
64
|
-
"Cancel": "Otkazati",
|
65
|
-
"OK": "Ok",
|
66
|
-
"Manage images": "Upravljanje sliku",
|
67
|
-
"Delete": "Izbrisati",
|
68
|
-
"Font Family": "Odaberi font",
|
69
|
-
"Insert Horizontal Line": "Ubaci horizontalna liniju",
|
70
|
-
"Table": "Tabela",
|
71
|
-
"Insert table": "Ubaci tabelu",
|
72
|
-
"Cell": "\u0106elija",
|
73
|
-
"Row": "Red",
|
74
|
-
"Column": "Kolona",
|
75
|
-
"Delete table": "Izbrisati tabelu",
|
76
|
-
"Insert cell before": "Ubaci \u0107elije pre",
|
77
|
-
"Insert cell after": "Ubaci \u0107elije posle",
|
78
|
-
"Delete cell": "Izbrisati polje",
|
79
|
-
"Merge cells": "Spoji \u0107elije",
|
80
|
-
"Horizontal split": "Horizontalno razdvajanje polja",
|
81
|
-
"Vertical split": "Vertikalno razdvajanje polja",
|
82
|
-
"Insert row above": "Ubaci red iznad",
|
83
|
-
"Insert row below": "Ubaci red ispod",
|
84
|
-
"Delete row": "Izbrisati red",
|
85
|
-
"Insert column before": "Ubaci kolonu pre",
|
86
|
-
"Insert column after": "Ubaci kolonu posle",
|
87
|
-
"Delete column": "Izbrisati kolonu",
|
88
|
-
"Uploading image": "Postaviti slika",
|
89
|
-
"Upload File": "Postaviti fajl",
|
90
|
-
"Drop File": "Drop fajl",
|
91
|
-
"Clear formatting": "Brisanje formatiranje"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (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
|
-
* Swedish
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['sv'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Fetstil",
|
14
|
-
"Italic": "Kursiv stil",
|
15
|
-
"Underline": "Understruken",
|
16
|
-
"Strikethrough": "Genomstruken",
|
17
|
-
"Font Size": "Storlek",
|
18
|
-
"Color": "F\u00e4rg",
|
19
|
-
"Background": "Bakgrund",
|
20
|
-
"Text": "Text",
|
21
|
-
"Format Block": "Format",
|
22
|
-
"Normal": "Normal",
|
23
|
-
"Paragraph": "Br\u00f6dtext",
|
24
|
-
"Code": "Kod",
|
25
|
-
"Quote": "Blockcitat",
|
26
|
-
"Heading 1": "Rubrik 1",
|
27
|
-
"Heading 2": "Rubrik 2",
|
28
|
-
"Heading 3": "Rubrik 3",
|
29
|
-
"Heading 4": "Rubrik 4",
|
30
|
-
"Heading 5": "Rubrik 5",
|
31
|
-
"Heading 6": "Rubrik 6",
|
32
|
-
"Block Style": "Block stil",
|
33
|
-
"Alignment": "Justering",
|
34
|
-
"Align Left": "V\u00e4nsterst\u00e4ll",
|
35
|
-
"Align Center": "Centrera",
|
36
|
-
"Align Right": "H\u00f6gerst\u00e4ll",
|
37
|
-
"Justify": "Justera",
|
38
|
-
"Numbered List": "Nummerlista",
|
39
|
-
"Bulleted List": "Punktlista",
|
40
|
-
"Indent Less": "Minska indrag",
|
41
|
-
"Indent More": "\u00d6ka indrag",
|
42
|
-
"Select All": "Markera allt",
|
43
|
-
"Insert Link": "Infoga l\u00e4nk",
|
44
|
-
"Insert Image": "Infoga bild",
|
45
|
-
"Insert Video": "Infoga video",
|
46
|
-
"Undo": "\u00c5ngra",
|
47
|
-
"Redo": "G\u00f6r om",
|
48
|
-
"Show HTML": "Visa HTML",
|
49
|
-
"Float Left": "V\u00e4nster",
|
50
|
-
"Float None": "Ingen",
|
51
|
-
"Float Right": "H\u00f6ger",
|
52
|
-
"Replace Image": "Ers\u00e4tt bild",
|
53
|
-
"Remove Image": "Ta bort bild",
|
54
|
-
"Title": "Titel",
|
55
|
-
"Drop image": "Sl\u00e4ppa bild",
|
56
|
-
"or click": "eller klicka",
|
57
|
-
"or": "eller",
|
58
|
-
"Enter URL": "Ange URL",
|
59
|
-
"Please wait!": "V\u00e4nta!",
|
60
|
-
"Are you sure? Image will be deleted.": "\u00c4r du s\u00e4ker? Bild kommer att raderas.",
|
61
|
-
"UNLINK": "Ta bort l\u00e4nk",
|
62
|
-
"Open in new tab": "\u00d6ppna i ny flik",
|
63
|
-
"Type something": "Ange n\u00e5got",
|
64
|
-
"Cancel": "Avbryt",
|
65
|
-
"OK": "Ok",
|
66
|
-
"Manage images": "Hantera bilder",
|
67
|
-
"Delete": "Radera",
|
68
|
-
"Font Family": "Teckensnitt",
|
69
|
-
"Insert Horizontal Line": "Infoga horisontell linje",
|
70
|
-
"Table": "Tabell",
|
71
|
-
"Insert table": "Infoga tabell",
|
72
|
-
"Cell": "Cell",
|
73
|
-
"Row": "Rad",
|
74
|
-
"Column": "Kolumn",
|
75
|
-
"Delete table": "Radera tabell",
|
76
|
-
"Insert cell before": "Infoga cell innan",
|
77
|
-
"Insert cell after": "Infoga cell efter",
|
78
|
-
"Delete cell": "Radera cell",
|
79
|
-
"Merge cells": "Sammanfoga celler",
|
80
|
-
"Horizontal split": "Horisontell split",
|
81
|
-
"Vertical split": "Vertikal split",
|
82
|
-
"Insert row above": "Infoga rad f\u00f6re",
|
83
|
-
"Insert row below": "Infoga rad efter",
|
84
|
-
"Delete row": "Radera rad",
|
85
|
-
"Insert column before": "Infoga kollumn f\u00f6re",
|
86
|
-
"Insert column after": "Infoga kolumn efter",
|
87
|
-
"Delete column": "Radera kolumn",
|
88
|
-
"Uploading image": "Uppladdning bild",
|
89
|
-
"Upload File": "Ladda upp fil",
|
90
|
-
"Drop File": "Sl\u00e4ppa fil",
|
91
|
-
"Clear formatting": "Ta bort formatering"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|