activeadmin_froala_editor 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +3 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +20 -0
- data/README.md +64 -0
- data/Rakefile +3 -0
- data/activeadmin_froala_editor.gemspec +19 -0
- data/app/assets/fonts/FontAwesome.otf +0 -0
- data/app/assets/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
- data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
- data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
- data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
- data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
- data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
- data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
- data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
- data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
- data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
- data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
- data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
- data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
- data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
- data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
- data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
- data/lib/activeadmin/froala_editor.rb +1 -0
- data/lib/activeadmin/froala_editor/engine.rb +9 -0
- data/lib/activeadmin/froala_editor/version.rb +5 -0
- data/lib/activeadmin_froala_editor.rb +3 -0
- data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
- data/screenshot.jpg +0 -0
- metadata +211 -0
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
|
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
+
* Copyright 2014-2017 Froala Labs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
(function (factory) {
|
|
8
|
+
if (typeof define === 'function' && define.amd) {
|
|
9
|
+
// AMD. Register as an anonymous module.
|
|
10
|
+
define(['jquery'], factory);
|
|
11
|
+
} else if (typeof module === 'object' && module.exports) {
|
|
12
|
+
// Node/CommonJS
|
|
13
|
+
module.exports = function( root, jQuery ) {
|
|
14
|
+
if ( jQuery === undefined ) {
|
|
15
|
+
// require('jQuery') returns a factory that requires window to
|
|
16
|
+
// build a jQuery instance, we normalize how we use modules
|
|
17
|
+
// that require this pattern but the window provided is a noop
|
|
18
|
+
// if it's defined (how jquery works)
|
|
19
|
+
if ( typeof window !== 'undefined' ) {
|
|
20
|
+
jQuery = require('jquery');
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
jQuery = require('jquery')(root);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
return factory(jQuery);
|
|
27
|
+
};
|
|
28
|
+
} else {
|
|
29
|
+
// Browser globals
|
|
30
|
+
factory(window.jQuery);
|
|
31
|
+
}
|
|
32
|
+
}(function ($) {
|
|
33
|
+
/**
|
|
34
|
+
* Korean
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
$.FE.LANGUAGE['ko'] = {
|
|
38
|
+
translation: {
|
|
39
|
+
// Place holder
|
|
40
|
+
"Type something": "\ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc138\uc694",
|
|
41
|
+
|
|
42
|
+
// Basic formatting
|
|
43
|
+
"Bold": "\uad75\uac8c",
|
|
44
|
+
"Italic": "\uae30\uc6b8\uc784\uaf34",
|
|
45
|
+
"Underline": "\ubc11\uc904",
|
|
46
|
+
"Strikethrough": "\ucde8\uc18c\uc120",
|
|
47
|
+
|
|
48
|
+
// Main buttons
|
|
49
|
+
"Insert": "\uc0bd\uc785",
|
|
50
|
+
"Delete": "\uc0ad\uc81c",
|
|
51
|
+
"Cancel": "\ucde8\uc18c",
|
|
52
|
+
"OK": "\uc2b9\uc778",
|
|
53
|
+
"Back": "\ubc31",
|
|
54
|
+
"Remove": "\uc81c\uac70",
|
|
55
|
+
"More": "\ub354",
|
|
56
|
+
"Update": "\uc5c5\ub370\uc774\ud2b8",
|
|
57
|
+
"Style": "\uc2a4\ud0c0\uc77c",
|
|
58
|
+
|
|
59
|
+
// Font
|
|
60
|
+
"Font Family": "\uae00\uaf34",
|
|
61
|
+
"Font Size": "\ud3f0\ud2b8 \ud06c\uae30",
|
|
62
|
+
|
|
63
|
+
// Colors
|
|
64
|
+
"Colors": "\uc0c9\uc0c1",
|
|
65
|
+
"Background": "\ubc30\uacbd",
|
|
66
|
+
"Text": "\ud14d\uc2a4\ud2b8",
|
|
67
|
+
"HEX Color": "헥스 색",
|
|
68
|
+
|
|
69
|
+
// Paragraphs
|
|
70
|
+
"Paragraph Format": "\ub2e8\ub77d",
|
|
71
|
+
"Normal": "\ud45c\uc900",
|
|
72
|
+
"Code": "\ucf54\ub4dc",
|
|
73
|
+
"Heading 1": "\uc81c\ubaa9 1",
|
|
74
|
+
"Heading 2": "\uc81c\ubaa9 2",
|
|
75
|
+
"Heading 3": "\uc81c\ubaa9 3",
|
|
76
|
+
"Heading 4": "\uc81c\ubaa9 4",
|
|
77
|
+
|
|
78
|
+
// Style
|
|
79
|
+
"Paragraph Style": "\ub2e8\ub77d \uc2a4\ud0c0\uc77c",
|
|
80
|
+
"Inline Style": "\uc778\ub77c\uc778 \uc2a4\ud0c0\uc77c",
|
|
81
|
+
|
|
82
|
+
// Alignment
|
|
83
|
+
"Align": "\uc815\ub82c",
|
|
84
|
+
"Align Left": "\uc67c\ucabd\uc815\ub82c",
|
|
85
|
+
"Align Center": "\uac00\uc6b4\ub370\uc815\ub82c",
|
|
86
|
+
"Align Right": "\uc624\ub978\ucabd\uc815\ub82c",
|
|
87
|
+
"Align Justify": "\uc591\ucabd\uc815\ub82c",
|
|
88
|
+
"None": "\uc5c6\uc74c",
|
|
89
|
+
|
|
90
|
+
// Lists
|
|
91
|
+
"Ordered List": "\uc22b\uc790\ub9ac\uc2a4\ud2b8",
|
|
92
|
+
"Unordered List": "\uc810 \ub9ac\uc2a4\ud2b8",
|
|
93
|
+
|
|
94
|
+
// Indent
|
|
95
|
+
"Decrease Indent": "\ub0b4\uc5b4\uc4f0\uae30",
|
|
96
|
+
"Increase Indent": "\ub4e4\uc5ec\uc4f0\uae30",
|
|
97
|
+
|
|
98
|
+
// Links
|
|
99
|
+
"Insert Link": "\ub9c1\ud06c \uc0bd\uc785",
|
|
100
|
+
"Open in new tab": "\uc0c8 \ud0ed\uc5d0\uc11c \uc5f4\uae30",
|
|
101
|
+
"Open Link": "\ub9c1\ud06c \uc5f4\uae30",
|
|
102
|
+
"Edit Link": "\ud3b8\uc9d1 \ub9c1\ud06c",
|
|
103
|
+
"Unlink": "\ub9c1\ud06c\uc0ad\uc81c",
|
|
104
|
+
"Choose Link": "\ub9c1\ud06c\ub97c \uc120\ud0dd",
|
|
105
|
+
|
|
106
|
+
// Images
|
|
107
|
+
"Insert Image": "\uc774\ubbf8\uc9c0 \uc0bd\uc785",
|
|
108
|
+
"Upload Image": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc",
|
|
109
|
+
"By URL": "URL \ub85c",
|
|
110
|
+
"Browse": "\uac80\uc0c9",
|
|
111
|
+
"Drop image": "\uc774\ubbf8\uc9c0\ub97c \ub4dc\ub86d",
|
|
112
|
+
"or click": "\ub610\ub294 \ud074\ub9ad",
|
|
113
|
+
"Manage Images": "\uc774\ubbf8\uc9c0 \uad00\ub9ac",
|
|
114
|
+
"Loading": "\ub85c\ub4dc",
|
|
115
|
+
"Deleting": "\uc0ad\uc81c",
|
|
116
|
+
"Tags": "\ud0dc\uadf8",
|
|
117
|
+
"Are you sure? Image will be deleted.": "\ud655\uc2e4\ud55c\uac00\uc694? \uc774\ubbf8\uc9c0\uac00 \uc0ad\uc81c\ub429\ub2c8\ub2e4.",
|
|
118
|
+
"Replace": "\uad50\uccb4",
|
|
119
|
+
"Uploading": "\uc5c5\ub85c\ub4dc",
|
|
120
|
+
"Loading image": "\ub85c\ub4dc \uc774\ubbf8\uc9c0",
|
|
121
|
+
"Display": "\ub514\uc2a4\ud50c\ub808\uc774",
|
|
122
|
+
"Inline": "\uc778\ub77c\uc778",
|
|
123
|
+
"Break Text": "\uad6c\ubd84 \ud14d\uc2a4\ud2b8",
|
|
124
|
+
"Alternate Text": "\ub300\uccb4 \ud14d\uc2a4\ud2b8",
|
|
125
|
+
"Change Size": "\ud06c\uae30 \ubcc0\uacbd",
|
|
126
|
+
"Width": "\ud3ed",
|
|
127
|
+
"Height": "\uc2e0\uc7a5",
|
|
128
|
+
"Something went wrong. Please try again.": "\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",
|
|
129
|
+
"Image Caption": "이미지 캡션",
|
|
130
|
+
"Advanced Edit": "고급 편집",
|
|
131
|
+
|
|
132
|
+
// Video
|
|
133
|
+
"Insert Video": "\ube44\ub514\uc624 \uc0bd\uc785",
|
|
134
|
+
"Embedded Code": "\uc784\ubca0\ub514\ub4dc \ucf54\ub4dc",
|
|
135
|
+
|
|
136
|
+
// Tables
|
|
137
|
+
"Insert Table": "\ud14c\uc774\ube14 \uc0bd\uc785",
|
|
138
|
+
"Table Header": "\ud14c\uc774\ube14 \ud5e4\ub354",
|
|
139
|
+
"Remove Table": "\ud14c\uc774\ube14\uc744 \uc81c\uac70",
|
|
140
|
+
"Table Style": "\ud45c \uc2a4\ud0c0\uc77c",
|
|
141
|
+
"Horizontal Align": "\uc218\ud3c9 \uc815\ub82c",
|
|
142
|
+
"Row": "\ud589",
|
|
143
|
+
"Insert row above": "\uc55e\uc5d0 \ud589\uc744 \uc0bd\uc785",
|
|
144
|
+
"Insert row below": "\ub4a4\uc5d0 \ud589\uc744 \uc0bd\uc785",
|
|
145
|
+
"Delete row": "\ud589 \uc0ad\uc81c",
|
|
146
|
+
"Column": "\uc5f4",
|
|
147
|
+
"Insert column before": "\uc55e\uc5d0 \uc5f4\uc744 \uc0bd\uc785",
|
|
148
|
+
"Insert column after": "\ub4a4\uc5d0 \uc5f4\uc744 \uc0bd\uc785",
|
|
149
|
+
"Delete column": "\uc5f4 \uc0ad\uc81c",
|
|
150
|
+
"Cell": "\uc140",
|
|
151
|
+
"Merge cells": "\uc140 \ud569\uce58\uae30",
|
|
152
|
+
"Horizontal split": "\uc218\ud3c9 \ubd84\ud560",
|
|
153
|
+
"Vertical split": "\uc218\uc9c1 \ubd84\ud560",
|
|
154
|
+
"Cell Background": "\uc140 \ubc30\uacbd",
|
|
155
|
+
"Vertical Align": "\uc218\uc9c1 \uc815\ub82c",
|
|
156
|
+
"Top": "\uc0c1\ub2e8",
|
|
157
|
+
"Middle": "\uc911\uac04",
|
|
158
|
+
"Bottom": "\ubc14\ub2e5",
|
|
159
|
+
"Align Top": "\uc0c1\ub2e8\uc744 \ub9de \ucda5\ub2c8 \ub2e4",
|
|
160
|
+
"Align Middle": "\uc911\uac04 \uc815\ub82c",
|
|
161
|
+
"Align Bottom": "\ubc14\ub2e5\uc744 \ub9de \ucda5\ub2c8 \ub2e4",
|
|
162
|
+
"Cell Style": "\uc140 \uc2a4\ud0c0\uc77c",
|
|
163
|
+
|
|
164
|
+
// Files
|
|
165
|
+
"Upload File": "\ud30c\uc77c \ucca8\ubd80",
|
|
166
|
+
"Drop file": "\ud30c\uc77c\uc744 \ub4dc\ub86d",
|
|
167
|
+
|
|
168
|
+
// Emoticons
|
|
169
|
+
"Emoticons": "\uc774\ubaa8\ud2f0\ucf58",
|
|
170
|
+
"Grinning face": "\uc5bc\uad74 \uc6c3\uae30\ub9cc",
|
|
171
|
+
"Grinning face with smiling eyes": "\ubbf8\uc18c\ub294 \ub208\uc744 \uac00\uc9c4 \uc5bc\uad74 \uc6c3\uae30\ub9cc",
|
|
172
|
+
"Face with tears of joy": "\uae30\uc068\uc758 \ub208\ubb3c\ub85c \uc5bc\uad74",
|
|
173
|
+
"Smiling face with open mouth": "\uc624\ud508 \uc785\uc73c\ub85c \uc6c3\ub294 \uc5bc\uad74",
|
|
174
|
+
"Smiling face with open mouth and smiling eyes": "\uc624\ud508 \uc785\uc73c\ub85c \uc6c3\ub294 \uc5bc\uad74\uacfc \ub208\uc744 \ubbf8\uc18c",
|
|
175
|
+
"Smiling face with open mouth and cold sweat": "\uc785\uc744 \uc5f4\uace0 \uc2dd\uc740 \ub540\uacfc \ud568\uaed8 \uc6c3\ub294 \uc5bc\uad74",
|
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "\uc624\ud508 \uc785\uacfc \ubc00\uc811\ud558\uac8c \ub2eb\ud78c \ub41c \ub208\uc744 \uac00\uc9c4 \uc6c3\ub294 \uc5bc\uad74",
|
|
177
|
+
"Smiling face with halo": "\ud6c4\uad11 \uc6c3\ub294 \uc5bc\uad74",
|
|
178
|
+
"Smiling face with horns": "\ubfd4 \uc6c3\ub294 \uc5bc\uad74",
|
|
179
|
+
"Winking face": "\uc5bc\uad74 \uc719\ud06c",
|
|
180
|
+
"Smiling face with smiling eyes": "\uc6c3\ub294 \ub208\uc73c\ub85c \uc6c3\ub294 \uc5bc\uad74",
|
|
181
|
+
"Face savoring delicious food": "\ub9db\uc788\ub294 \uc74c\uc2dd\uc744 \uc74c\ubbf8 \uc5bc\uad74",
|
|
182
|
+
"Relieved face": "\uc548\ub3c4 \uc5bc\uad74",
|
|
183
|
+
"Smiling face with heart-shaped eyes": "\ud558\ud2b8 \ubaa8\uc591\uc758 \ub208\uc73c\ub85c \uc6c3\ub294 \uc5bc\uad74",
|
|
184
|
+
"Smiling face with sunglasses": "\uc120\uae00\ub77c\uc2a4 \uc6c3\ub294 \uc5bc\uad74",
|
|
185
|
+
"Smirking face": "\ub3c8\uc744 \uc9c0\ubd88 \uc5bc\uad74",
|
|
186
|
+
"Neutral face": "\uc911\ub9bd \uc5bc\uad74",
|
|
187
|
+
"Expressionless face": "\ubb34\ud45c\uc815 \uc5bc\uad74",
|
|
188
|
+
"Unamused face": "\uc990\uac81\uac8c\ud558\uc9c0 \uc5bc\uad74",
|
|
189
|
+
"Face with cold sweat": "\uc2dd\uc740 \ub540\uacfc \uc5bc\uad74",
|
|
190
|
+
"Pensive face": "\uc7a0\uaca8\uc788\ub294 \uc5bc\uad74",
|
|
191
|
+
"Confused face": "\ud63c\ub780 \uc5bc\uad74",
|
|
192
|
+
"Confounded face": "\ub9dd\ud560 \uac83 \uc5bc\uad74",
|
|
193
|
+
"Kissing face": "\uc5bc\uad74\uc744 \ud0a4\uc2a4",
|
|
194
|
+
"Face throwing a kiss": "\ud0a4\uc2a4\ub97c \ub358\uc9c0\uace0 \uc5bc\uad74",
|
|
195
|
+
"Kissing face with smiling eyes": "\ubbf8\uc18c\ub294 \ub208\uc744 \uac00\uc9c4 \uc5bc\uad74\uc744 \ud0a4\uc2a4",
|
|
196
|
+
"Kissing face with closed eyes": "\ub2eb\ud78c \ub41c \ub208\uc744 \uac00\uc9c4 \uc5bc\uad74\uc744 \ud0a4\uc2a4",
|
|
197
|
+
"Face with stuck out tongue": "\ub0b4\ubc00 \ud600 \uc5bc\uad74",
|
|
198
|
+
"Face with stuck out tongue and winking eye": "\ub0b4\ubc00 \ud600\uc640 \uc719\ud06c \ub208\uacfc \uc5bc\uad74",
|
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "\ubc16\uc73c\ub85c \ubd99\uc5b4 \ud600\uc640 \ubc00\uc811\ud558\uac8c \ub2eb\ud78c \ub41c \ub208\uc744 \uac00\uc9c4 \uc5bc\uad74",
|
|
200
|
+
"Disappointed face": "\uc2e4\ub9dd \uc5bc\uad74",
|
|
201
|
+
"Worried face": "\uac71\uc815 \uc5bc\uad74",
|
|
202
|
+
"Angry face": "\uc131\ub09c \uc5bc\uad74",
|
|
203
|
+
"Pouting face": "\uc5bc\uad74\uc744 \uc090",
|
|
204
|
+
"Crying face": "\uc5bc\uad74 \uc6b0\ub294",
|
|
205
|
+
"Persevering face": "\uc5bc\uad74\uc744 \uc778\ub0b4",
|
|
206
|
+
"Face with look of triumph": "\uc2b9\ub9ac\uc758 \ud45c\uc815\uc73c\ub85c \uc5bc\uad74",
|
|
207
|
+
"Disappointed but relieved face": "\uc2e4\ub9dd\ud558\uc9c0\ub9cc \uc5bc\uad74\uc744 \uc548\uc2ec",
|
|
208
|
+
"Frowning face with open mouth": "\uc624\ud508 \uc785\uc73c\ub85c \uc5bc\uad74\uc744 \ucc21\uadf8\ub9bc",
|
|
209
|
+
"Anguished face": "\uace0\ub1cc\uc758 \uc5bc\uad74",
|
|
210
|
+
"Fearful face": "\ubb34\uc11c\uc6b4 \uc5bc\uad74",
|
|
211
|
+
"Weary face": "\uc9c0\uce5c \uc5bc\uad74",
|
|
212
|
+
"Sleepy face": "\uc2ac\ub9ac\ud53c \uc5bc\uad74",
|
|
213
|
+
"Tired face": "\ud53c\uace4 \uc5bc\uad74",
|
|
214
|
+
"Grimacing face": "\uc5bc\uad74\uc744 \ucc21\uadf8\ub9b0",
|
|
215
|
+
"Loudly crying face": "\ud070 \uc18c\ub9ac\ub85c \uc5bc\uad74\uc744 \uc6b8\uace0",
|
|
216
|
+
"Face with open mouth": "\uc624\ud508 \uc785\uc73c\ub85c \uc5bc\uad74",
|
|
217
|
+
"Hushed face": "\uc870\uc6a9\ud55c \uc5bc\uad74",
|
|
218
|
+
"Face with open mouth and cold sweat": "\uc785\uc744 \uc5f4\uace0 \uc2dd\uc740 \ub540\uc73c\ub85c \uc5bc\uad74",
|
|
219
|
+
"Face screaming in fear": "\uacf5\ud3ec\uc5d0 \ube44\uba85 \uc5bc\uad74",
|
|
220
|
+
"Astonished face": "\ub180\ub77c \uc5bc\uad74",
|
|
221
|
+
"Flushed face": "\ud50c\ub7ec\uc2dc \uc5bc\uad74",
|
|
222
|
+
"Sleeping face": "\uc5bc\uad74 \uc7a0\uc790\ub294",
|
|
223
|
+
"Dizzy face": "\ub514\uc9c0 \uc5bc\uad74",
|
|
224
|
+
"Face without mouth": "\uc785\uc5c6\uc774 \uc5bc\uad74",
|
|
225
|
+
"Face with medical mask": "\uc758\ub8cc \ub9c8\uc2a4\ud06c\ub85c \uc5bc\uad74",
|
|
226
|
+
|
|
227
|
+
// Line breaker
|
|
228
|
+
"Break": "\ub2e8\uc808",
|
|
229
|
+
|
|
230
|
+
// Math
|
|
231
|
+
"Subscript": "\uc544\ub798 \ucca8\uc790",
|
|
232
|
+
"Superscript": "\uc704 \ucca8\uc790",
|
|
233
|
+
|
|
234
|
+
// Full screen
|
|
235
|
+
"Fullscreen": "\uc804\uccb4 \ud654\uba74",
|
|
236
|
+
|
|
237
|
+
// Horizontal line
|
|
238
|
+
"Insert Horizontal Line": "\uc218\ud3c9\uc120\uc744 \uc0bd\uc785",
|
|
239
|
+
|
|
240
|
+
// Clear formatting
|
|
241
|
+
"Clear Formatting": "\uc11c\uc2dd \uc81c\uac70",
|
|
242
|
+
|
|
243
|
+
// Undo, redo
|
|
244
|
+
"Undo": "\uc2e4\ud589 \ucde8\uc18c",
|
|
245
|
+
"Redo": "\ub418\ub3cc\ub9ac\uae30",
|
|
246
|
+
|
|
247
|
+
// Select all
|
|
248
|
+
"Select All": "\uc804\uccb4\uc120\ud0dd",
|
|
249
|
+
|
|
250
|
+
// Code view
|
|
251
|
+
"Code View": "\ucf54\ub4dc\ubcf4\uae30",
|
|
252
|
+
|
|
253
|
+
// Quote
|
|
254
|
+
"Quote": "\uc778\uc6a9",
|
|
255
|
+
"Increase": "\uc99d\uac00",
|
|
256
|
+
"Decrease": "\uac10\uc18c",
|
|
257
|
+
|
|
258
|
+
// Quick Insert
|
|
259
|
+
"Quick Insert": "\ube60\ub978 \uc0bd\uc785",
|
|
260
|
+
|
|
261
|
+
// Spcial Characters
|
|
262
|
+
"Special Characters": "특수 문자",
|
|
263
|
+
"Latin": "라틴어",
|
|
264
|
+
"Greek": "그리스 사람",
|
|
265
|
+
"Cyrillic": "키릴 문자의",
|
|
266
|
+
"Punctuation": "구두",
|
|
267
|
+
"Currency": "통화",
|
|
268
|
+
"Arrows": "화살",
|
|
269
|
+
"Math": "수학",
|
|
270
|
+
"Misc": "기타",
|
|
271
|
+
|
|
272
|
+
// Print.
|
|
273
|
+
"Print": "인쇄",
|
|
274
|
+
|
|
275
|
+
// Spell Checker.
|
|
276
|
+
"Spell Checker": "맞춤법 검사기",
|
|
277
|
+
|
|
278
|
+
// Help
|
|
279
|
+
"Help": "도움",
|
|
280
|
+
"Shortcuts": "단축키",
|
|
281
|
+
"Inline Editor": "인라인 편집기",
|
|
282
|
+
"Show the editor": "편집기보기",
|
|
283
|
+
"Common actions": "공통된 행동",
|
|
284
|
+
"Copy": "부",
|
|
285
|
+
"Cut": "절단",
|
|
286
|
+
"Paste": "풀",
|
|
287
|
+
"Basic Formatting": "기본 서식",
|
|
288
|
+
"Increase quote level": "견적을 올리다",
|
|
289
|
+
"Decrease quote level": "견적을 내리다",
|
|
290
|
+
"Image / Video": "이미지 / 비디오",
|
|
291
|
+
"Resize larger": "크기를 더 크게 조정하다",
|
|
292
|
+
"Resize smaller": "크기를 더 작게하다",
|
|
293
|
+
"Table": "표",
|
|
294
|
+
"Select table cell": "표 셀 선택",
|
|
295
|
+
"Extend selection one cell": "하나의 셀을 확장한다.",
|
|
296
|
+
"Extend selection one row": "하나의 행을 선택 확장",
|
|
297
|
+
"Navigation": "항해",
|
|
298
|
+
"Focus popup / toolbar": "포커스 팝업 / 툴바",
|
|
299
|
+
"Return focus to previous position": "이전 위치로 초점을 되돌립니다.",
|
|
300
|
+
|
|
301
|
+
// Embed.ly
|
|
302
|
+
"Embed URL": "퍼가기 URL",
|
|
303
|
+
"Paste in a URL to embed": "삽입 할 URL에 붙여 넣기",
|
|
304
|
+
|
|
305
|
+
// Word Paste.
|
|
306
|
+
"The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "붙여 넣은 내용은 Microsoft Word 문서에서 가져옵니다. 형식을 유지하거나 정리하고 싶습니까?",
|
|
307
|
+
"Keep": "유지",
|
|
308
|
+
"Clean": "깨끗한",
|
|
309
|
+
"Word Paste Detected": "단어 붙여 넣기가 감지되었습니다."
|
|
310
|
+
},
|
|
311
|
+
direction: "ltr"
|
|
312
|
+
};
|
|
313
|
+
|
|
314
|
+
}));
|
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
|
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
+
* Copyright 2014-2017 Froala Labs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
(function (factory) {
|
|
8
|
+
if (typeof define === 'function' && define.amd) {
|
|
9
|
+
// AMD. Register as an anonymous module.
|
|
10
|
+
define(['jquery'], factory);
|
|
11
|
+
} else if (typeof module === 'object' && module.exports) {
|
|
12
|
+
// Node/CommonJS
|
|
13
|
+
module.exports = function( root, jQuery ) {
|
|
14
|
+
if ( jQuery === undefined ) {
|
|
15
|
+
// require('jQuery') returns a factory that requires window to
|
|
16
|
+
// build a jQuery instance, we normalize how we use modules
|
|
17
|
+
// that require this pattern but the window provided is a noop
|
|
18
|
+
// if it's defined (how jquery works)
|
|
19
|
+
if ( typeof window !== 'undefined' ) {
|
|
20
|
+
jQuery = require('jquery');
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
jQuery = require('jquery')(root);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
return factory(jQuery);
|
|
27
|
+
};
|
|
28
|
+
} else {
|
|
29
|
+
// Browser globals
|
|
30
|
+
factory(window.jQuery);
|
|
31
|
+
}
|
|
32
|
+
}(function ($) {
|
|
33
|
+
/**
|
|
34
|
+
* Montenegrin
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
$.FE.LANGUAGE['me'] = {
|
|
38
|
+
translation: {
|
|
39
|
+
// Place holder
|
|
40
|
+
"Type something": "Ukucajte ne\u0161tp",
|
|
41
|
+
|
|
42
|
+
// Basic formatting
|
|
43
|
+
"Bold": "Bold",
|
|
44
|
+
"Italic": "Italic",
|
|
45
|
+
"Underline": "Podvu\u010deno",
|
|
46
|
+
"Strikethrough": "Prekri\u017eano",
|
|
47
|
+
|
|
48
|
+
// Main buttons
|
|
49
|
+
"Insert": "Umetni",
|
|
50
|
+
"Delete": "Obri\u0161i",
|
|
51
|
+
"Cancel": "Otka\u017ei",
|
|
52
|
+
"OK": "U redu",
|
|
53
|
+
"Back": "Natrag",
|
|
54
|
+
"Remove": "Ukloni",
|
|
55
|
+
"More": "Vi\u0161e",
|
|
56
|
+
"Update": "A\u017euriranje",
|
|
57
|
+
"Style": "Stil",
|
|
58
|
+
|
|
59
|
+
// Font
|
|
60
|
+
"Font Family": "Odaberi font",
|
|
61
|
+
"Font Size": "Veli\u010dina fonta",
|
|
62
|
+
|
|
63
|
+
// Colors
|
|
64
|
+
"Colors": "Boje",
|
|
65
|
+
"Background": "Pozadine",
|
|
66
|
+
"Text": "Teksta",
|
|
67
|
+
"HEX Color": "HEX boje",
|
|
68
|
+
|
|
69
|
+
// Paragraphs
|
|
70
|
+
"Paragraph Format": "Paragraf formatu",
|
|
71
|
+
"Normal": "Normalno",
|
|
72
|
+
"Code": "Izvorni kod",
|
|
73
|
+
"Heading 1": "Naslov 1",
|
|
74
|
+
"Heading 2": "Naslov 2",
|
|
75
|
+
"Heading 3": "Naslov 3",
|
|
76
|
+
"Heading 4": "Naslov 4",
|
|
77
|
+
|
|
78
|
+
// Style
|
|
79
|
+
"Paragraph Style": "Paragraf stil",
|
|
80
|
+
"Inline Style": "Inline stil",
|
|
81
|
+
|
|
82
|
+
// Alignment
|
|
83
|
+
"Align": "Poravnaj",
|
|
84
|
+
"Align Left": "Poravnaj lijevo",
|
|
85
|
+
"Align Center": "Poravnaj po sredini",
|
|
86
|
+
"Align Right": "Poravnaj desno",
|
|
87
|
+
"Align Justify": "Cjelokupno poravnanje",
|
|
88
|
+
"None": "Nijedan",
|
|
89
|
+
|
|
90
|
+
// Lists
|
|
91
|
+
"Ordered List": "Ure\u0111ena lista",
|
|
92
|
+
"Unordered List": "Nesre\u0111ene lista",
|
|
93
|
+
|
|
94
|
+
// Indent
|
|
95
|
+
"Decrease Indent": "Smanjenje alineja",
|
|
96
|
+
"Increase Indent": "Pove\u0107anje alineja",
|
|
97
|
+
|
|
98
|
+
// Links
|
|
99
|
+
"Insert Link": "Umetni link",
|
|
100
|
+
"Open in new tab": "Otvori u novom prozoru",
|
|
101
|
+
"Open Link": "Otvori link",
|
|
102
|
+
"Edit Link": "Uredi link",
|
|
103
|
+
"Unlink": "Ukloni link",
|
|
104
|
+
"Choose Link": "Izabrati link",
|
|
105
|
+
|
|
106
|
+
// Images
|
|
107
|
+
"Insert Image": "Umetni sliku",
|
|
108
|
+
"Upload Image": "Upload sliku",
|
|
109
|
+
"By URL": "Preko URL",
|
|
110
|
+
"Browse": "Pregledaj",
|
|
111
|
+
"Drop image": "Izbaci sliku",
|
|
112
|
+
"or click": "ili odaberi",
|
|
113
|
+
"Manage Images": "Upravljanje ilustracijama",
|
|
114
|
+
"Loading": "Koji tovari",
|
|
115
|
+
"Deleting": "Brisanje",
|
|
116
|
+
"Tags": "Oznake",
|
|
117
|
+
"Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite da obri\u0161ete ovu ilustraciju?",
|
|
118
|
+
"Replace": "Zamijenite",
|
|
119
|
+
"Uploading": "Uploading",
|
|
120
|
+
"Loading image": "Koji tovari sliku",
|
|
121
|
+
"Display": "Prikaz",
|
|
122
|
+
"Inline": "Inline",
|
|
123
|
+
"Break Text": "Break tekst",
|
|
124
|
+
"Alternate Text": "Alternativna tekst",
|
|
125
|
+
"Change Size": "Promijeni veli\u010dinu",
|
|
126
|
+
"Width": "\u0161irina",
|
|
127
|
+
"Height": "Visina",
|
|
128
|
+
"Something went wrong. Please try again.": "Ne\u0161to je po\u0161lo po zlu. Molimo vas da poku\u0161ate ponovo.",
|
|
129
|
+
"Image Caption": "Slika natpisa",
|
|
130
|
+
"Advanced Edit": "Napredno uređivanje",
|
|
131
|
+
|
|
132
|
+
// Video
|
|
133
|
+
"Insert Video": "Umetni video",
|
|
134
|
+
"Embedded Code": "Embedded kod",
|
|
135
|
+
|
|
136
|
+
// Tables
|
|
137
|
+
"Insert Table": "Umetni tabelu",
|
|
138
|
+
"Table Header": "Zaglavlje tabelu",
|
|
139
|
+
"Remove Table": "Izbri\u0161i tabelu",
|
|
140
|
+
"Table Style": "Tabelu stil",
|
|
141
|
+
"Horizontal Align": "Horizontalna poravnanje",
|
|
142
|
+
"Row": "Red",
|
|
143
|
+
"Insert row above": "Umetni red iznad",
|
|
144
|
+
"Insert row below": "Umetni red ispod",
|
|
145
|
+
"Delete row": "Obri\u0161i red",
|
|
146
|
+
"Column": "Kolona",
|
|
147
|
+
"Insert column before": "Umetni kolonu prije",
|
|
148
|
+
"Insert column after": "Umetni kolonu poslije",
|
|
149
|
+
"Delete column": "Obri\u0161i kolonu",
|
|
150
|
+
"Cell": "\u0106elija",
|
|
151
|
+
"Merge cells": "Spoji \u0107elija",
|
|
152
|
+
"Horizontal split": "Horizontalno razdvajanje polja",
|
|
153
|
+
"Vertical split": "Vertikalno razdvajanje polja",
|
|
154
|
+
"Cell Background": "\u0106elija pozadini",
|
|
155
|
+
"Vertical Align": "Vertikalni poravnaj",
|
|
156
|
+
"Top": "Vrh",
|
|
157
|
+
"Middle": "Srednji",
|
|
158
|
+
"Bottom": "Dno",
|
|
159
|
+
"Align Top": "Poravnaj vrh",
|
|
160
|
+
"Align Middle": "Poravnaj srednji",
|
|
161
|
+
"Align Bottom": "Poravnaj dno",
|
|
162
|
+
"Cell Style": "\u0106elija stil",
|
|
163
|
+
|
|
164
|
+
// Files
|
|
165
|
+
"Upload File": "Upload datoteke",
|
|
166
|
+
"Drop file": "Drop datoteke",
|
|
167
|
+
|
|
168
|
+
// Emoticons
|
|
169
|
+
"Emoticons": "Emotikona",
|
|
170
|
+
"Grinning face": "Cere\u0107i lice",
|
|
171
|
+
"Grinning face with smiling eyes": "Cere\u0107i lice nasmijana o\u010dima",
|
|
172
|
+
"Face with tears of joy": "Lice sa suze radosnice",
|
|
173
|
+
"Smiling face with open mouth": "Nasmijana lica s otvorenih usta",
|
|
174
|
+
"Smiling face with open mouth and smiling eyes": "Nasmijana lica s otvorenih usta i nasmijana o\u010di",
|
|
175
|
+
"Smiling face with open mouth and cold sweat": "Nasmijana lica s otvorenih usta i hladan znoj",
|
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "Nasmijana lica s otvorenih usta i \u010dvrsto-zatvorenih o\u010diju",
|
|
177
|
+
"Smiling face with halo": "Nasmijana lica sa halo",
|
|
178
|
+
"Smiling face with horns": "Nasmijana lica s rogovima",
|
|
179
|
+
"Winking face": "Namigivanje lice",
|
|
180
|
+
"Smiling face with smiling eyes": "Nasmijana lica sa nasmijana o\u010dima",
|
|
181
|
+
"Face savoring delicious food": "Suo\u010davaju uživaju\u0107i ukusna hrana",
|
|
182
|
+
"Relieved face": "Laknulo lice",
|
|
183
|
+
"Smiling face with heart-shaped eyes": "Nasmijana lica sa obliku srca o\u010di",
|
|
184
|
+
"Smiling face with sunglasses": "Nasmijana lica sa sun\u010dane nao\u010dare",
|
|
185
|
+
"Smirking face": "Namr\u0161tena lica",
|
|
186
|
+
"Neutral face": "Neutral lice",
|
|
187
|
+
"Expressionless face": "Bezizra\u017eajno lice",
|
|
188
|
+
"Unamused face": "Nije zabavno lice",
|
|
189
|
+
"Face with cold sweat": "Lice s hladnim znojem",
|
|
190
|
+
"Pensive face": "Zami\u0161ljen lice",
|
|
191
|
+
"Confused face": "Zbunjen lice",
|
|
192
|
+
"Confounded face": "Uzbu\u0111en lice",
|
|
193
|
+
"Kissing face": "Ljubakanje lice",
|
|
194
|
+
"Face throwing a kiss": "Suo\u010davaju bacanje poljubac",
|
|
195
|
+
"Kissing face with smiling eyes": "Ljubljenje lice nasmijana o\u010dima",
|
|
196
|
+
"Kissing face with closed eyes": "Ljubljenje lice sa zatvorenim o\u010dima",
|
|
197
|
+
"Face with stuck out tongue": "Lice sa ispru\u017eio jezik",
|
|
198
|
+
"Face with stuck out tongue and winking eye": "Lice sa ispru\u017eio jezik i trep\u0107u\u0107e \u0107e oko",
|
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Lice sa ispru\u017eio jezik i \u010dvrsto zatvorene o\u010di",
|
|
200
|
+
"Disappointed face": "Razo\u010daran lice",
|
|
201
|
+
"Worried face": "Zabrinuti lice",
|
|
202
|
+
"Angry face": "Ljut lice",
|
|
203
|
+
"Pouting face": "Napu\u0107enim lice",
|
|
204
|
+
"Crying face": "Plakanje lice",
|
|
205
|
+
"Persevering face": "Istrajan lice",
|
|
206
|
+
"Face with look of triumph": "Lice s pogledom trijumfa",
|
|
207
|
+
"Disappointed but relieved face": "Razo\u010daran, ali olak\u0161anje lice",
|
|
208
|
+
"Frowning face with open mouth": "Namr\u0161tiv\u0161i lice s otvorenih usta",
|
|
209
|
+
"Anguished face": "Bolnom lice",
|
|
210
|
+
"Fearful face": "Pla\u0161ljiv lice",
|
|
211
|
+
"Weary face": "Umoran lice",
|
|
212
|
+
"Sleepy face": "Pospan lice",
|
|
213
|
+
"Tired face": "Umorno lice",
|
|
214
|
+
"Grimacing face": "Grimase lice",
|
|
215
|
+
"Loudly crying face": "Glasno pla\u010de lice",
|
|
216
|
+
"Face with open mouth": "Lice s otvorenih usta",
|
|
217
|
+
"Hushed face": "Smiren lice",
|
|
218
|
+
"Face with open mouth and cold sweat": "Lice s otvorenih usta i hladan znoj",
|
|
219
|
+
"Face screaming in fear": "Suo\u010davaju vri\u0161ti u strahu",
|
|
220
|
+
"Astonished face": "Zapanjen lice",
|
|
221
|
+
"Flushed face": "Rumeno lice",
|
|
222
|
+
"Sleeping face": "Usnulo lice",
|
|
223
|
+
"Dizzy face": "O\u0161amu\u0107en lice",
|
|
224
|
+
"Face without mouth": "Lice bez usta",
|
|
225
|
+
"Face with medical mask": "Lice sa medicinskom maskom",
|
|
226
|
+
|
|
227
|
+
// Line breaker
|
|
228
|
+
"Break": "Slomiti",
|
|
229
|
+
|
|
230
|
+
// Math
|
|
231
|
+
"Subscript": "Potpisan",
|
|
232
|
+
"Superscript": "Natpis",
|
|
233
|
+
|
|
234
|
+
// Full screen
|
|
235
|
+
"Fullscreen": "Preko cijelog zaslona",
|
|
236
|
+
|
|
237
|
+
// Horizontal line
|
|
238
|
+
"Insert Horizontal Line": "Umetni vodoravna liniju",
|
|
239
|
+
|
|
240
|
+
// Clear formatting
|
|
241
|
+
"Clear Formatting": "Izbrisati formatiranje",
|
|
242
|
+
|
|
243
|
+
// Undo, redo
|
|
244
|
+
"Undo": "Korak nazad",
|
|
245
|
+
"Redo": "Korak naprijed",
|
|
246
|
+
|
|
247
|
+
// Select all
|
|
248
|
+
"Select All": "Ozna\u010di sve",
|
|
249
|
+
|
|
250
|
+
// Code view
|
|
251
|
+
"Code View": "Kod pogled",
|
|
252
|
+
|
|
253
|
+
// Quote
|
|
254
|
+
"Quote": "Citat",
|
|
255
|
+
"Increase": "Pove\u0107ati",
|
|
256
|
+
"Decrease": "Smanjenje",
|
|
257
|
+
|
|
258
|
+
// Quick Insert
|
|
259
|
+
"Quick Insert": "Brzo umetni",
|
|
260
|
+
|
|
261
|
+
// Spcial Characters
|
|
262
|
+
"Special Characters": "Specijalni znakovi",
|
|
263
|
+
"Latin": "Latino",
|
|
264
|
+
"Greek": "Grk",
|
|
265
|
+
"Cyrillic": "Ćirilica",
|
|
266
|
+
"Punctuation": "Interpunkcije",
|
|
267
|
+
"Currency": "Valuta",
|
|
268
|
+
"Arrows": "Strelice",
|
|
269
|
+
"Math": "Matematika",
|
|
270
|
+
"Misc": "Misc",
|
|
271
|
+
|
|
272
|
+
// Print.
|
|
273
|
+
"Print": "Odštampaj",
|
|
274
|
+
|
|
275
|
+
// Spell Checker.
|
|
276
|
+
"Spell Checker": "Kontrolor pravopisa",
|
|
277
|
+
|
|
278
|
+
// Help
|
|
279
|
+
"Help": "Pomoć",
|
|
280
|
+
"Shortcuts": "Prečice",
|
|
281
|
+
"Inline Editor": "Pri upisivanju Editor",
|
|
282
|
+
"Show the editor": "Prikaži urednik",
|
|
283
|
+
"Common actions": "Zajedničke akcije",
|
|
284
|
+
"Copy": "Kopija",
|
|
285
|
+
"Cut": "Rez",
|
|
286
|
+
"Paste": "Nalepi",
|
|
287
|
+
"Basic Formatting": "Osnovno oblikovanje",
|
|
288
|
+
"Increase quote level": "Povećati ponudu za nivo",
|
|
289
|
+
"Decrease quote level": "Smanjenje ponude nivo",
|
|
290
|
+
"Image / Video": "Slika / Video",
|
|
291
|
+
"Resize larger": "Veće veličine",
|
|
292
|
+
"Resize smaller": "Promena veličine manji",
|
|
293
|
+
"Table": "Sto",
|
|
294
|
+
"Select table cell": "Select ćelije",
|
|
295
|
+
"Extend selection one cell": "Proširite selekciju jednu ćeliju",
|
|
296
|
+
"Extend selection one row": "Proširite selekciju jedan red",
|
|
297
|
+
"Navigation": "Navigacija",
|
|
298
|
+
"Focus popup / toolbar": "Fokus Iskačući meni / traka sa alatkama",
|
|
299
|
+
"Return focus to previous position": "Vratiti fokus na prethodnu poziciju",
|
|
300
|
+
|
|
301
|
+
// Embed.ly
|
|
302
|
+
"Embed URL": "Ugradite URL",
|
|
303
|
+
"Paste in a URL to embed": "Nalepite URL adresu da biste ugradili",
|
|
304
|
+
|
|
305
|
+
// Word Paste.
|
|
306
|
+
"The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Nalepljeni sadržaj dolazi iz Microsoft Word dokument. Da li želite zadržati u formatu ili počistiti?",
|
|
307
|
+
"Keep": "Nastavi",
|
|
308
|
+
"Clean": "Oиisti",
|
|
309
|
+
"Word Paste Detected": "Word Nalepi otkriven"
|
|
310
|
+
},
|
|
311
|
+
direction: "ltr"
|
|
312
|
+
};
|
|
313
|
+
|
|
314
|
+
}));
|