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
|
-
* Persian
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['fa'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "\u062f\u0631\u0634\u062a",
|
14
|
-
"Italic": "\u062e\u0637 \u06a9\u062c",
|
15
|
-
"Underline": "\u062e\u0637 \u0632\u06cc\u0631",
|
16
|
-
"Strikethrough": "\u062e\u0637 \u062e\u0648\u0631\u062f\u0647",
|
17
|
-
"Font Size": "\u0627\u0646\u062f\u0627\u0632\u0647 \u0641\u0648\u0646\u062a",
|
18
|
-
"Color": "\u0631\u0646\u06af",
|
19
|
-
"Background": "\u0632\u0645\u06cc\u0646\u0647 \u0645\u062a\u0646",
|
20
|
-
"Text": "\u0645\u062a\u0646",
|
21
|
-
"Format Block": "\u0642\u0627\u0644\u0628",
|
22
|
-
"Normal": "\u0637\u0628\u06cc\u0639\u06cc - Normal",
|
23
|
-
"Paragraph": "\u067e\u0627\u0631\u0627\u06af\u0631\u0627\u0641 - Paragraph",
|
24
|
-
"Code": "\u062f\u0633\u062a\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u0647\u0627 - Code",
|
25
|
-
"Quote": "\u0646\u0642\u0644 \u0628\u06cc\u0627\u0646 \u06a9\u0631\u062f\u0646 - Quote",
|
26
|
-
"Heading 1": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 1",
|
27
|
-
"Heading 2": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 2",
|
28
|
-
"Heading 3": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 3",
|
29
|
-
"Heading 4": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 4",
|
30
|
-
"Heading 5": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 5",
|
31
|
-
"Heading 6": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 6",
|
32
|
-
"Block Style": "\u0633\u0628\u06a9 \u0628\u0644\u0648\u06a9",
|
33
|
-
"Alignment": "\u0631\u062f\u06cc\u0641 \u0628\u0646\u062f\u06cc \u0646\u0648\u0634\u062a\u0647",
|
34
|
-
"Align Left": "\u0686\u067e \u0686\u06cc\u0646",
|
35
|
-
"Align Center": "\u0648\u0633\u0637 \u0686\u06cc\u0646",
|
36
|
-
"Align Right": "\u0631\u0627\u0633\u062a \u0686\u06cc\u0646",
|
37
|
-
"Justify": "\u0645\u0633\u0627\u0648\u06cc \u0627\u0632 \u0637\u0631\u0641\u06cc\u0646",
|
38
|
-
"Numbered List": "\u0644\u06cc\u0633\u062a \u0634\u0645\u0627\u0631\u0647 \u0627\u06cc",
|
39
|
-
"Bulleted List": "\u0644\u06cc\u0633\u062a \u062f\u0627\u06cc\u0631\u0647 \u0627\u06cc",
|
40
|
-
"Indent Less": "\u06a9\u0627\u0647\u0634 \u062a\u0648 \u0631\u0641\u062a\u06af\u06cc",
|
41
|
-
"Indent More": "\u0627\u0641\u0632\u0627\u06cc\u0634 \u062a\u0648 \u0631\u0641\u062a\u06af\u06cc",
|
42
|
-
"Select All": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647",
|
43
|
-
"Insert Link": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u0644\u06cc\u0646\u06a9",
|
44
|
-
"Insert Image": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u062a\u0635\u0648\u06cc\u0631",
|
45
|
-
"Insert Video": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06cc\u0644 \u062a\u0635\u0648\u06cc\u0631\u06cc",
|
46
|
-
"Undo": "\u0628\u0627\u0637\u0644 \u06a9\u0631\u062f\u0646",
|
47
|
-
"Redo": "\u0627\u0646\u062c\u0627\u0645 \u062f\u0648\u0628\u0627\u0631\u0647",
|
48
|
-
"Show HTML": "HTML \u0646\u0645\u0627\u06cc\u0634",
|
49
|
-
"Float Left": "\u0686\u067e",
|
50
|
-
"Float None": "\u0647\u06cc\u0686 \u06a9\u062f\u0627\u0645",
|
51
|
-
"Float Right": "\u0631\u0627\u0633\u062a",
|
52
|
-
"Replace Image": "\u0628\u0647 \u062c\u0627\u06cc \u062a\u0635\u0648\u06cc\u0631",
|
53
|
-
"Remove Image": "\u062d\u0630\u0641 \u062a\u0635\u0648\u06cc\u0631",
|
54
|
-
"Title": "\u0639\u0646\u0648\u0627\u0646",
|
55
|
-
"Drop image": "\u0642\u0637\u0631\u0647 \u062a\u0635\u0648\u06cc\u0631",
|
56
|
-
"or click": "\u06cc\u0627 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f",
|
57
|
-
"or": "\u0648 \u06cc\u0627",
|
58
|
-
"Enter URL": "\u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f URL",
|
59
|
-
"Please wait!": "!\u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06a9\u0646\u06cc\u062f",
|
60
|
-
"Are you sure? Image will be deleted.": ".\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f\u061f \u062a\u0635\u0648\u06cc\u0631 \u062d\u0630\u0641 \u062e\u0648\u0627\u0647\u062f \u0634\u062f",
|
61
|
-
"UNLINK": "\u062d\u0630\u0641 \u0644\u06cc\u0646\u06a9",
|
62
|
-
"Open in new tab": "\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646 \u062f\u0631 \u0628\u0631\u06af\u0647 \u062c\u062f\u06cc\u062f",
|
63
|
-
"Type something": "\u0686\u06cc\u0632\u06cc \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f",
|
64
|
-
"Cancel": "\u0644\u063a\u0648",
|
65
|
-
"OK": "\u0628\u0627\u0634\u0647",
|
66
|
-
"Manage images": "\u0645\u062f\u06cc\u0631\u06cc\u062a \u062a\u0635\u0627\u0648\u06cc\u0631",
|
67
|
-
"Delete": "\u062d\u0630\u0641 \u06a9\u0631\u062f\u0646",
|
68
|
-
"Font Family": "\u0641\u0648\u0646\u062a",
|
69
|
-
"Insert Horizontal Line": "\u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0646 \u0627\u0641\u0642\u06cc \u062e\u0637",
|
70
|
-
"Table": "\u062c\u062f\u0648\u0644",
|
71
|
-
"Insert table": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u062c\u062f\u0648\u0644",
|
72
|
-
"Cell": "\u0633\u0644\u0648\u0644",
|
73
|
-
"Row": "\u0633\u0637\u0631",
|
74
|
-
"Column": "\u0633\u062a\u0648\u0646",
|
75
|
-
"Delete table": "\u062d\u0630\u0641 \u062c\u062f\u0648\u0644",
|
76
|
-
"Insert cell before": "\u0627\u0636\u0627\u0641\u0647 \u0633\u0644\u0648\u0644 \u0642\u0628\u0644",
|
77
|
-
"Insert cell after": "\u0627\u0636\u0627\u0641\u0647 \u0633\u0644\u0648\u0644 \u0628\u0639\u062f",
|
78
|
-
"Delete cell": "\u062d\u0630\u0641 \u0633\u0644\u0648\u0644",
|
79
|
-
"Merge cells": "\u0627\u062f\u063a\u0627\u0645 \u0633\u0644\u0648\u0644\u200c\u0647\u0627",
|
80
|
-
"Horizontal split": "\u062a\u0642\u0633\u06cc\u0645 \u0627\u0641\u0642\u06cc",
|
81
|
-
"Vertical split": "\u062a\u0642\u0633\u06cc\u0645 \u0639\u0645\u0648\u062f\u06cc",
|
82
|
-
"Insert row above": "\u062f\u0631\u062c \u0631\u062f\u06cc\u0641 \u062f\u0631 \u0628\u0627\u0644\u0627",
|
83
|
-
"Insert row below": "\u0633\u0637\u0631 \u0632\u06cc\u0631 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",
|
84
|
-
"Delete row": "\u062d\u0630\u0641 \u0633\u0637\u0631",
|
85
|
-
"Insert column before": "\u062f\u0631\u062c \u0633\u062a\u0648\u0646 \u0642\u0628\u0644",
|
86
|
-
"Insert column after": "\u062f\u0631\u062c \u0633\u062a\u0648\u0646 \u0628\u0639\u062f",
|
87
|
-
"Delete column": "\u062d\u0630\u0641 \u0633\u062a\u0648\u0646",
|
88
|
-
"Uploading image": "\u0622\u067e\u0644\u0648\u062f \u062a\u0635\u0648\u06cc\u0631",
|
89
|
-
"Upload File": "\u0622\u067e\u0644\u0648\u062f \u0641\u0627\u06cc\u0644",
|
90
|
-
"Drop File": "\u0627\u0641\u062a \u0641\u0627\u06cc\u0644",
|
91
|
-
"Clear formatting": "\u062d\u0630\u0641 \u0642\u0627\u0644\u0628 \u0628\u0646\u062f\u06cc"
|
92
|
-
},
|
93
|
-
direction : "rtl"
|
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
|
-
* Finnish
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['fi'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Lihavointi",
|
14
|
-
"Italic": "Kursivointi",
|
15
|
-
"Underline": "Alleviivaus",
|
16
|
-
"Strikethrough": "Yliviivaus",
|
17
|
-
"Font Size": "Fonttikoko",
|
18
|
-
"Color": "V\u00e4ri",
|
19
|
-
"Background": "Taustan",
|
20
|
-
"Text": "Tekstin",
|
21
|
-
"Format Block": "Muotoilut",
|
22
|
-
"Normal": "Normaali",
|
23
|
-
"Paragraph": "Kappale",
|
24
|
-
"Code": "Koodi",
|
25
|
-
"Quote": "Lainauslohko",
|
26
|
-
"Heading 1": "Otsikko 1",
|
27
|
-
"Heading 2": "Otsikko 2",
|
28
|
-
"Heading 3": "Otsikko 3",
|
29
|
-
"Heading 4": "Otsikko 4",
|
30
|
-
"Heading 5": "Otsikko 5",
|
31
|
-
"Heading 6": "Otsikko 6",
|
32
|
-
"Block Style": "Lohko tyyli",
|
33
|
-
"Alignment": "Tasaus",
|
34
|
-
"Align Left": "Tasaa vasemmalle",
|
35
|
-
"Align Center": "Keskit\u00e4",
|
36
|
-
"Align Right": "Tasaa oikealle",
|
37
|
-
"Justify": "Tasaa",
|
38
|
-
"Numbered List": "J\u00e4rjestetty lista",
|
39
|
-
"Bulleted List": "J\u00e4rjest\u00e4m\u00e4t\u00f6n lista",
|
40
|
-
"Indent Less": "Sisenn\u00e4",
|
41
|
-
"Indent More": "Loitonna",
|
42
|
-
"Select All": "Valitse kaikki",
|
43
|
-
"Insert Link": "Lis\u00e4\u00e4 linkki",
|
44
|
-
"Insert Image": "Lis\u00e4\u00e4 kuva",
|
45
|
-
"Insert Video": "Lis\u00e4\u00e4 video",
|
46
|
-
"Undo": "Peru",
|
47
|
-
"Redo": "Tee uudelleen",
|
48
|
-
"Show HTML": "N\u00e4yt\u00e4 HTML",
|
49
|
-
"Float Left": "Vasen",
|
50
|
-
"Float None": "Ei mit\u00e4\u00e4n",
|
51
|
-
"Float Right": "Oikea",
|
52
|
-
"Replace Image": "Vaihda kuva",
|
53
|
-
"Remove Image": "Poista kuva",
|
54
|
-
"Title": "Otsikko",
|
55
|
-
"Drop image": "Pudota kuva",
|
56
|
-
"or click": "tai napsauta",
|
57
|
-
"or": "tai",
|
58
|
-
"Enter URL": "Anna URL",
|
59
|
-
"Please wait!": "Odota, ole hyv\u00e4!",
|
60
|
-
"Are you sure? Image will be deleted.": "Oletko varma? Kuva poistetaan.",
|
61
|
-
"UNLINK": "Poista linkki",
|
62
|
-
"Open in new tab": "Avaa uudessa v\u00e4lilehdess\u00e4",
|
63
|
-
"Type something": "Kirjoita jotain",
|
64
|
-
"Cancel": "Peruuta",
|
65
|
-
"OK": "Ok",
|
66
|
-
"Manage images": "Hallitse kuvia",
|
67
|
-
"Delete": "Poista",
|
68
|
-
"Font Family": "Fontti",
|
69
|
-
"Insert Horizontal Line": "Lis\u00e4\u00e4 vaakasuora viiva",
|
70
|
-
"Table": "Taulukko",
|
71
|
-
"Insert table": "Lis\u00e4\u00e4 taulukko",
|
72
|
-
"Cell": "Solu",
|
73
|
-
"Row": "Rivi",
|
74
|
-
"Column": "Sarake",
|
75
|
-
"Delete table": "Poista taulukko",
|
76
|
-
"Insert cell before": "Lis\u00e4\u00e4 solu ennen",
|
77
|
-
"Insert cell after": "Lis\u00e4\u00e4 solu j\u00e4lkeen",
|
78
|
-
"Delete cell": "Poista solu",
|
79
|
-
"Merge cells": "Yhdist\u00e4 solut",
|
80
|
-
"Horizontal split": "Jaa vaakasuora",
|
81
|
-
"Vertical split": "Jaa pystysuora",
|
82
|
-
"Insert row above": "Lis\u00e4\u00e4 rivi ennen",
|
83
|
-
"Insert row below": "Lis\u00e4\u00e4 rivi j\u00e4lkeen",
|
84
|
-
"Delete row": "Poista rivi",
|
85
|
-
"Insert column before": "Lis\u00e4\u00e4 sarake ennen",
|
86
|
-
"Insert column after": "Lis\u00e4\u00e4 sarake j\u00e4lkeen",
|
87
|
-
"Delete column": "Poista sarake",
|
88
|
-
"Uploading image": "Lataaminen kuva",
|
89
|
-
"Upload File": "Lataa tiedosto",
|
90
|
-
"Drop File": "Pudota tiedosto",
|
91
|
-
"Clear formatting": "Poista muotoilu"
|
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
|
-
* French
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['fr'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Gras",
|
14
|
-
"Italic": "Italique",
|
15
|
-
"Underline": "Soulign\u00e9",
|
16
|
-
"Strikethrough": "Barr\u00e9",
|
17
|
-
"Font Size": "Taille de la police",
|
18
|
-
"Color": "Couleur",
|
19
|
-
"Background": "Arri\u00e8re-plan",
|
20
|
-
"Text": "Texte",
|
21
|
-
"Format Block": "Formats",
|
22
|
-
"Normal": "Normal",
|
23
|
-
"Paragraph": "Paragraphe",
|
24
|
-
"Code": "Code",
|
25
|
-
"Quote": "Citation",
|
26
|
-
"Heading 1": "Titre 1",
|
27
|
-
"Heading 2": "Titre 2",
|
28
|
-
"Heading 3": "Titre 3",
|
29
|
-
"Heading 4": "Titre 4",
|
30
|
-
"Heading 5": "Titre 5",
|
31
|
-
"Heading 6": "Titre 6",
|
32
|
-
"Block Style": "Bloquer le style",
|
33
|
-
"Alignment": "Alignement",
|
34
|
-
"Align Left": "Aligner \u00e0 gauche",
|
35
|
-
"Align Center": "Aligner au centre",
|
36
|
-
"Align Right": "Aligner \u00e0 droite",
|
37
|
-
"Justify": "Justifi\u00e9",
|
38
|
-
"Numbered List": "Num\u00e9rotation",
|
39
|
-
"Bulleted List": "Puces",
|
40
|
-
"Indent Less": "Diminuer le retrait",
|
41
|
-
"Indent More": "Augmenter le retrait",
|
42
|
-
"Select All": "Tout s\u00e9lectionner",
|
43
|
-
"Insert Link": "Ins\u00e9rer un lien",
|
44
|
-
"Insert Image": "Ins\u00e9rer une image",
|
45
|
-
"Insert Video": "Ins\u00e9rer une vid\u00e9o",
|
46
|
-
"Undo": "Annuler",
|
47
|
-
"Redo": "R\u00e9tablir",
|
48
|
-
"Show HTML": "Afficher HTML",
|
49
|
-
"Float Left": "Gauche",
|
50
|
-
"Float None": "Aucun",
|
51
|
-
"Float Right": "Droite",
|
52
|
-
"Replace Image": "Remplacer l'image",
|
53
|
-
"Remove Image": "Enlever l'image",
|
54
|
-
"Title": "Titre",
|
55
|
-
"Drop image": "D\u00e9posez l'image",
|
56
|
-
"or click": "ou cliquez",
|
57
|
-
"or": "ou",
|
58
|
-
"Enter URL": "Entrez l'URL",
|
59
|
-
"Please wait!": "S'il vous pla\u00eet attendez!",
|
60
|
-
"Are you sure? Image will be deleted.": "Etes-vous s\u00fbr? Image sera supprim\u00e9e.",
|
61
|
-
"UNLINK": "Enlever le lien",
|
62
|
-
"Open in new tab": "Ouvrir dans un nouvel onglet",
|
63
|
-
"Type something": "Tapez quelque chose",
|
64
|
-
"Cancel": "Annuler",
|
65
|
-
"OK": "Ok",
|
66
|
-
"Manage images": "Gestion des images",
|
67
|
-
"Delete": "Effacer",
|
68
|
-
"Font Family": "Polices de caract\u00e8res",
|
69
|
-
"Insert Horizontal Line": "Ins\u00e9rez une ligne horizontale",
|
70
|
-
"Table": "Tableau",
|
71
|
-
"Insert table": "Ins\u00e9rer un tableau",
|
72
|
-
"Cell": "Cellule",
|
73
|
-
"Row": "Ligne",
|
74
|
-
"Column": "Colonne",
|
75
|
-
"Delete table": "Supprimer le tableau",
|
76
|
-
"Insert cell before": "Ins\u00e9rer cellule avant",
|
77
|
-
"Insert cell after": "Ins\u00e9rer cellule apr\u00e8s",
|
78
|
-
"Delete cell": "Effacer la cellule",
|
79
|
-
"Merge cells": "Fusionner les cellules",
|
80
|
-
"Horizontal split": "Diviser horizontale",
|
81
|
-
"Vertical split": "Diviser verticale",
|
82
|
-
"Insert row above": "Ins\u00e9rer une ligne avant",
|
83
|
-
"Insert row below": "Ins\u00e9rer une ligne apr\u00e8s",
|
84
|
-
"Delete row": "Effacer la ligne",
|
85
|
-
"Insert column before": "Ins\u00e9rer une colonne avant",
|
86
|
-
"Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
|
87
|
-
"Delete column": "Effacer la colonne",
|
88
|
-
"Uploading image": "De t\u00e9l\u00e9chargement d'images",
|
89
|
-
"Upload File": "T\u00e9l\u00e9charger le fichier",
|
90
|
-
"Drop File": "D\u00e9posez le fichier",
|
91
|
-
"Clear formatting": "Effacer formatage"
|
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
|
-
* Hebrew
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['he'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "\u05de\u05d5\u05d3\u05d2\u05e9",
|
14
|
-
"Italic": "\u05de\u05d5\u05d8\u05d4",
|
15
|
-
"Underline": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d9",
|
16
|
-
"Strikethrough": "\u05e7\u05d5 \u05d0\u05de\u05e6\u05e2\u05d9",
|
17
|
-
"Font Size": "\u05d2\u05d5\u05d3\u05dc \u05d4\u05d2\u05d5\u05e4\u05df",
|
18
|
-
"Color": "\u05e6\u05d1\u05e2",
|
19
|
-
"Background": "\u05e8\u05e7\u05e2",
|
20
|
-
"Text": "\u05d4\u05d8\u05e1\u05d8",
|
21
|
-
"Format Block": "\u05e4\u05d5\u05e8\u05de\u05d8",
|
22
|
-
"Normal": "\u05e8\u05d2\u05d9\u05dc",
|
23
|
-
"Paragraph": "\u05e4\u05e1\u05e7\u05d4",
|
24
|
-
"Code": "\u05e7\u05d5\u05d3",
|
25
|
-
"Quote": "\u05e6\u05d9\u05d8\u05d5\u05d8",
|
26
|
-
"Heading 1": "1 \u05db\u05d5\u05ea\u05e8\u05ea",
|
27
|
-
"Heading 2": "2 \u05db\u05d5\u05ea\u05e8\u05ea",
|
28
|
-
"Heading 3": "3 \u05db\u05d5\u05ea\u05e8\u05ea",
|
29
|
-
"Heading 4": "4 \u05db\u05d5\u05ea\u05e8\u05ea",
|
30
|
-
"Heading 5": "5 \u05db\u05d5\u05ea\u05e8\u05ea",
|
31
|
-
"Heading 6": "6 \u05db\u05d5\u05ea\u05e8\u05ea",
|
32
|
-
"Block Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05d1\u05dc\u05d5\u05e7",
|
33
|
-
"Alignment": "\u05d9\u05d9\u05e9\u05d5\u05e8",
|
34
|
-
"Align Left": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc",
|
35
|
-
"Align Center": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05de\u05e8\u05db\u05d6",
|
36
|
-
"Align Right": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d9\u05de\u05d9\u05df",
|
37
|
-
"Justify": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05de\u05dc\u05d0",
|
38
|
-
"Numbered List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea",
|
39
|
-
"Bulleted List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4",
|
40
|
-
"Indent Less": "\u05d4\u05e7\u05d8\u05e0\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
|
41
|
-
"Indent More": "\u05d4\u05d2\u05d3\u05dc\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
|
42
|
-
"Select All": "\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc",
|
43
|
-
"Insert Link": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8",
|
44
|
-
"Insert Image": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
|
45
|
-
"Insert Video": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d5\u05d9\u05d3\u05d9\u05d0\u05d5",
|
46
|
-
"Undo": "\u05d1\u05d9\u05d8\u05d5\u05dc",
|
47
|
-
"Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
|
48
|
-
"Show HTML": "HTML \u05d4\u05e6\u05d2",
|
49
|
-
"Float Left": "\u05e9\u05de\u05d0\u05dc",
|
50
|
-
"Float None": "\u05db\u05dc\u05d5\u05dd",
|
51
|
-
"Float Right": "\u05d9\u05de\u05d9\u05df",
|
52
|
-
"Replace Image": "\u05d4\u05d7\u05dc\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
|
53
|
-
"Remove Image": "\u05d4\u05e1\u05e8\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
|
54
|
-
"Title": "\u05db\u05d5\u05ea\u05e8\u05ea",
|
55
|
-
"Drop image": "\u05e9\u05d7\u05e8\u05e8 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d0\u05df",
|
56
|
-
"or click": "\u05d0\u05d5 \u05dc\u05d7\u05e5",
|
57
|
-
"or": "\u05d0\u05d5",
|
58
|
-
"Enter URL": "\u05d4\u05db\u05e0\u05e1 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8",
|
59
|
-
"Please wait!": "\u05e0\u05d0 \u05dc\u05d4\u05de\u05ea\u05d9\u05df",
|
60
|
-
"Are you sure? Image will be deleted.": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7\u003f \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05ea\u05de\u05d7\u05e7\u002e",
|
61
|
-
"UNLINK": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8",
|
62
|
-
"Open in new tab": "\u05dc\u05e4\u05ea\u05d5\u05d7 \u05d1\u05d8\u05d0\u05d1 \u05d7\u05d3\u05e9",
|
63
|
-
"Type something": "\u05d4\u05e7\u05dc\u05d3 \u05db\u05d0\u05df",
|
64
|
-
"Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc",
|
65
|
-
"OK": "\u05d1\u05e6\u05e2",
|
66
|
-
"Manage images": "\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
|
67
|
-
"Delete": "\u05de\u05d7\u05d9\u05e7\u05d4",
|
68
|
-
"Font Family": "\u05d2\u05d5\u05e4\u05df",
|
69
|
-
"Insert Horizontal Line": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9",
|
70
|
-
"Table": "\u05d8\u05d1\u05dc\u05d4",
|
71
|
-
"Insert table": "\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4",
|
72
|
-
"Cell": "\u05ea\u05d0",
|
73
|
-
"Row": "\u05e9\u05d5\u05e8\u05d4",
|
74
|
-
"Column": "\u05d8\u05d5\u05e8",
|
75
|
-
"Delete table": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05d8\u05d1\u05dc\u05d4",
|
76
|
-
"Insert cell before": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d0 \u05dc\u05e4\u05e0\u05d9",
|
77
|
-
"Insert cell after": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d0 \u05d0\u05d7\u05e8\u05d9",
|
78
|
-
"Delete cell": "\u05de\u05d7\u05d9\u05e7\u05ea \u05d4\u05ea\u05d0",
|
79
|
-
"Merge cells": "\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd",
|
80
|
-
"Horizontal split": "\u05e4\u05e6\u05dc \u05d0\u05d5\u05e4\u05e7\u05d9",
|
81
|
-
"Vertical split": "\u05e4\u05e6\u05dc \u05d0\u05e0\u05db\u05d9",
|
82
|
-
"Insert row above": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
|
83
|
-
"Insert row below": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
|
84
|
-
"Delete row": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e9\u05d5\u05e8\u05d4",
|
85
|
-
"Insert column before": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05dc\u05e4\u05e0\u05d9",
|
86
|
-
"Insert column after": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05d0\u05d7\u05e8\u05d9",
|
87
|
-
"Delete column": "\u05de\u05d7\u05d9\u05e7\u05ea \u05d8\u05d5\u05e8",
|
88
|
-
"Uploading image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4",
|
89
|
-
"Upload File": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5",
|
90
|
-
"Drop File": "\u05d6\u05e8\u05d5\u05e7 \u05e7\u05d5\u05d1\u05e5 \u05db\u05d0\u05df",
|
91
|
-
"Clear formatting": "\u05dc\u05d4\u05e1\u05d9\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1"
|
92
|
-
},
|
93
|
-
direction: "rtl"
|
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
|
-
* Croatian.
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['hr'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Podebljaj",
|
14
|
-
"Italic": "Kurziv",
|
15
|
-
"Underline": "Crta ispod",
|
16
|
-
"Strikethrough": "Crta kroz sredinu",
|
17
|
-
"Font Size": "Veli\u010dina fonta",
|
18
|
-
"Color": "Boja",
|
19
|
-
"Background": "Pozadine",
|
20
|
-
"Text": "Teksta",
|
21
|
-
"Format Block": "Format bloka",
|
22
|
-
"Normal": "Normalno",
|
23
|
-
"Paragraph": "Paragraf",
|
24
|
-
"Code": "Izvorni kod",
|
25
|
-
"Quote": "Citat",
|
26
|
-
"Heading 1": "Zaglavlje 1",
|
27
|
-
"Heading 2": "Zaglavlje 2",
|
28
|
-
"Heading 3": "Zaglavlje 3",
|
29
|
-
"Heading 4": "Zaglavlje 4",
|
30
|
-
"Heading 5": "Zaglavlje 5",
|
31
|
-
"Heading 6": "Zaglavlje 6",
|
32
|
-
"Block Style": "Blokiranje stil",
|
33
|
-
"Alignment": "Poravnanje",
|
34
|
-
"Align Left": "Poravnaj lijevo",
|
35
|
-
"Align Center": "Poravnaj po sredini",
|
36
|
-
"Align Right": "Poravnaj desno",
|
37
|
-
"Justify": "Obostrano poravnanje",
|
38
|
-
"Numbered List": "Numerirana lista",
|
39
|
-
"Bulleted List": "Lista bez reda",
|
40
|
-
"Indent Less": "Uvuci paragraf",
|
41
|
-
"Indent More": "Izvuci paragraf",
|
42
|
-
"Select All": "Sa\u010duvaj sve",
|
43
|
-
"Insert Link": "Umetni link",
|
44
|
-
"Insert Image": "Umetni sliku",
|
45
|
-
"Insert Video": "Umetni video",
|
46
|
-
"Undo": "Korak natrag",
|
47
|
-
"Redo": "Korak naprijed",
|
48
|
-
"Show HTML": "Prika\u017ei HTML kod",
|
49
|
-
"Float Left": "Prebaci lijevo",
|
50
|
-
"Float None": "Bez prebacivanja",
|
51
|
-
"Float Right": "Prebaci desno",
|
52
|
-
"Replace Image": "Zamijeni 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!": "Molim pri\u010dekaj!",
|
60
|
-
"Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite obrisati ovu sliku?",
|
61
|
-
"UNLINK": "Ukloni link",
|
62
|
-
"Open in new tab": "Otvori u novom prozoru",
|
63
|
-
"Type something": "Ukucaj ne\u0161to",
|
64
|
-
"Cancel": "Otka\u017ei",
|
65
|
-
"OK": "U redu",
|
66
|
-
"Manage images": "Upravljanje slike",
|
67
|
-
"Delete": "Obri\u0161i",
|
68
|
-
"Font Family": "Odaberi font",
|
69
|
-
"Insert Horizontal Line": "Umetni liniju",
|
70
|
-
"Table": "Tablica",
|
71
|
-
"Insert table": "Umetni tablicu",
|
72
|
-
"Cell": "Polje",
|
73
|
-
"Row": "Red",
|
74
|
-
"Column": "Stupac",
|
75
|
-
"Delete table": "Obri\u0161i tablicu",
|
76
|
-
"Insert cell before": "Umetni polje prije",
|
77
|
-
"Insert cell after": "Umetni polje poslije",
|
78
|
-
"Delete cell": "Obri\u0161i polje",
|
79
|
-
"Merge cells": "Spoji polja",
|
80
|
-
"Horizontal split": "Horizontalno razdvajanje polja",
|
81
|
-
"Vertical split": "Vertikalno razdvajanje polja",
|
82
|
-
"Insert row above": "Umetni red iznad",
|
83
|
-
"Insert row below": "Umetni red ispod",
|
84
|
-
"Delete row": "Obri\u0161i red",
|
85
|
-
"Insert column before": "Umetni stupac prije",
|
86
|
-
"Insert column after": "Umetni stupac poslije",
|
87
|
-
"Delete column": "Obri\u0161i stupac",
|
88
|
-
"Uploading image": "Prijenos slike",
|
89
|
-
"Upload File": "Prijenos datoteke",
|
90
|
-
"Drop File": "Izbaci datoteke",
|
91
|
-
"Clear formatting": "Ukloniti oblikovanje"
|
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
|
-
* Hungarian
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['hu'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "F\u00e9lk\u00f6v\u00e9r",
|
14
|
-
"Italic": "D\u0151lt",
|
15
|
-
"Underline": "Al\u00e1h\u00fazott",
|
16
|
-
"Strikethrough": "\u00c1th\u00fazott",
|
17
|
-
"Font Size": "Bet\u0171m\u00e9retek",
|
18
|
-
"Color": "Sz\u00edne",
|
19
|
-
"Background": "H\u00e1tt\u00e9r",
|
20
|
-
"Text": "Sz\u00f6veg",
|
21
|
-
"Format Block": "Form\u00e1tumok",
|
22
|
-
"Normal": "Norm\u00e1l",
|
23
|
-
"Paragraph": "Bekezd\u00e9s",
|
24
|
-
"Code": "K\u00f3d",
|
25
|
-
"Quote": "Id\u00e9zetblokk",
|
26
|
-
"Heading 1": "C\u00edmsor 1",
|
27
|
-
"Heading 2": "C\u00edmsor 2",
|
28
|
-
"Heading 3": "C\u00edmsor 3",
|
29
|
-
"Heading 4": "C\u00edmsor 4",
|
30
|
-
"Heading 5": "C\u00edmsor 5",
|
31
|
-
"Heading 6": "C\u00edmsor 6",
|
32
|
-
"Block Style": "Block style",
|
33
|
-
"Alignment": "Igaz\u00edt\u00e1s",
|
34
|
-
"Align Left": "Balra igaz\u00edt",
|
35
|
-
"Align Center": "K\u00f6z\u00e9pre z\u00e1r",
|
36
|
-
"Align Right": "Jobbra igaz\u00edt",
|
37
|
-
"Justify": "Sorkiz\u00e1r\u00e1s",
|
38
|
-
"Numbered List": "Sz\u00e1moz\u00e1s",
|
39
|
-
"Bulleted List": "Felsorol\u00e1s",
|
40
|
-
"Indent Less": "Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se",
|
41
|
-
"Indent More": "Beh\u00faz\u00e1s n\u00f6vel\u00e9se",
|
42
|
-
"Select All": "Minden kijel\u00f6l\u00e9se",
|
43
|
-
"Insert Link": "Link beilleszt\u00e9se",
|
44
|
-
"Insert Image": "K\u00e9p besz\u00far\u00e1sa",
|
45
|
-
"Insert Video": "Vide\u00f3 beilleszt\u00e9se",
|
46
|
-
"Undo": "Visszavon\u00e1s",
|
47
|
-
"Redo": "Ism\u00e9t",
|
48
|
-
"Show HTML": "Megjelen\u00edt\u00e9se HTML",
|
49
|
-
"Float Left": "Bal",
|
50
|
-
"Float None": "Nincs",
|
51
|
-
"Float Right": "Jobb",
|
52
|
-
"Replace Image": "K\u00e9pek cser\u00e9je",
|
53
|
-
"Remove Image": "K\u00e9p elt\u00e1vol\u00edt\u00e1sa",
|
54
|
-
"Title": "C\u00edm",
|
55
|
-
"Drop image": "Dobd k\u00e9p",
|
56
|
-
"or click": "vagy kattintson",
|
57
|
-
"or": "vagy",
|
58
|
-
"Enter URL": "URL megad\u00e1sa",
|
59
|
-
"Please wait!": "K\u00e9rem v\u00e1rjon!",
|
60
|
-
"Are you sure? Image will be deleted.": "Biztos vagy benne? K\u00e9p t\u00f6rl\u00e9sre ker\u00fcl.",
|
61
|
-
"UNLINK": "Hivatkoz\u00e1s t\u00f6rl\u00e9se",
|
62
|
-
"Open in new tab": "Megnyit\u00e1s \u00faj lapon",
|
63
|
-
"Type something": "T\u00edpus valami",
|
64
|
-
"Cancel": "M\u00e9gse",
|
65
|
-
"OK": "Rendben",
|
66
|
-
"Manage images": "K\u00e9pek kezel\u00e9se",
|
67
|
-
"Delete": "T\u00f6r\u00f6l",
|
68
|
-
"Font Family": "Bet\u0171t\u00edpus",
|
69
|
-
"Insert Horizontal Line": "Helyezze v\u00edzszintes vonal",
|
70
|
-
"Table": "T\u00e1bl\u00e1zat",
|
71
|
-
"Insert table": "T\u00e1bl\u00e1zat beilleszt\u00e9se",
|
72
|
-
"Cell": "Cella",
|
73
|
-
"Row": "Sor",
|
74
|
-
"Column": "Oszlop",
|
75
|
-
"Delete table": "T\u00e1bl\u00e1zat t\u00f6rl\u00e9se",
|
76
|
-
"Insert cell before": "Cella besz\u00far\u00e1sa el\u00e9",
|
77
|
-
"Insert cell after": "Cella besz\u00far\u00e1sa m\u00f6g\u00e9",
|
78
|
-
"Delete cell": "Cella t\u00f6rl\u00e9se",
|
79
|
-
"Merge cells": "Cell\u00e1k egyes\u00edt\u00e9se",
|
80
|
-
"Horizontal split": "V\u00edzszintes osztott",
|
81
|
-
"Vertical split": "F\u00fcgg\u0151leges osztott",
|
82
|
-
"Insert row above": "Sor besz\u00far\u00e1sa el\u00e9",
|
83
|
-
"Insert row below": "Sor besz\u00far\u00e1sa m\u00f6g\u00e9",
|
84
|
-
"Delete row": "Sor t\u00f6rl\u00e9se",
|
85
|
-
"Insert column before": "Oszlop besz\u00far\u00e1sa el\u00e9",
|
86
|
-
"Insert column after": "Oszlop besz\u00far\u00e1sa m\u00f6g\u00e9",
|
87
|
-
"Delete column": "Oszlop t\u00f6rl\u00e9se",
|
88
|
-
"Uploading image": "Felt\u00f6lt\u00e9s k\u00e9p",
|
89
|
-
"Upload File": "F\u00e1jl felt\u00f6lt\u00e9se",
|
90
|
-
"Drop File": "Csepp f\u00e1jl",
|
91
|
-
"Clear formatting": "Form\u00e1z\u00e1s elt\u00e1vol\u00edt\u00e1sa"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|