PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.79
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.79
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
wpvr / admin / lib / summernote / lang / summernote-hr-HR.js

summernote-hr-HR.js in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.79, at admin/lib/summernote/lang/summernote-hr-HR.js

273 lines 9.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 *
3 * Super simple wysiwyg editor v0.8.18
4 * https://summernote.org
5 *
6 *
7 * Copyright 2013- Alan Hong. and other contributors
8 * summernote may be freely distributed under the MIT license.
9 *
10 * Date: 2020-05-20T18:09Z
11 *
12 */
13 (function webpackUniversalModuleDefinition(root, factory) {
14 if(typeof exports === 'object' && typeof module === 'object')
15 module.exports = factory();
16 else if(typeof define === 'function' && define.amd)
17 define([], factory);
18 else {
19 var a = factory();
20 for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
21 }
22 })(window, function() {
23 return /******/ (function(modules) { // webpackBootstrap
24 /******/ // The module cache
25 /******/ var installedModules = {};
26 /******/
27 /******/ // The require function
28 /******/ function __webpack_require__(moduleId) {
29 /******/
30 /******/ // Check if module is in cache
31 /******/ if(installedModules[moduleId]) {
32 /******/ return installedModules[moduleId].exports;
33 /******/ }
34 /******/ // Create a new module (and put it into the cache)
35 /******/ var module = installedModules[moduleId] = {
36 /******/ i: moduleId,
37 /******/ l: false,
38 /******/ exports: {}
39 /******/ };
40 /******/
41 /******/ // Execute the module function
42 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
43 /******/
44 /******/ // Flag the module as loaded
45 /******/ module.l = true;
46 /******/
47 /******/ // Return the exports of the module
48 /******/ return module.exports;
49 /******/ }
50 /******/
51 /******/
52 /******/ // expose the modules object (__webpack_modules__)
53 /******/ __webpack_require__.m = modules;
54 /******/
55 /******/ // expose the module cache
56 /******/ __webpack_require__.c = installedModules;
57 /******/
58 /******/ // define getter function for harmony exports
59 /******/ __webpack_require__.d = function(exports, name, getter) {
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
62 /******/ }
63 /******/ };
64 /******/
65 /******/ // define __esModule on exports
66 /******/ __webpack_require__.r = function(exports) {
67 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
68 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
69 /******/ }
70 /******/ Object.defineProperty(exports, '__esModule', { value: true });
71 /******/ };
72 /******/
73 /******/ // create a fake namespace object
74 /******/ // mode & 1: value is a module id, require it
75 /******/ // mode & 2: merge all properties of value into the ns
76 /******/ // mode & 4: return value when already ns object
77 /******/ // mode & 8|1: behave like require
78 /******/ __webpack_require__.t = function(value, mode) {
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 /******/ var ns = Object.create(null);
83 /******/ __webpack_require__.r(ns);
84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
86 /******/ return ns;
87 /******/ };
88 /******/
89 /******/ // getDefaultExport function for compatibility with non-harmony modules
90 /******/ __webpack_require__.n = function(module) {
91 /******/ var getter = module && module.__esModule ?
92 /******/ function getDefault() { return module['default']; } :
93 /******/ function getModuleExports() { return module; };
94 /******/ __webpack_require__.d(getter, 'a', getter);
95 /******/ return getter;
96 /******/ };
97 /******/
98 /******/ // Object.prototype.hasOwnProperty.call
99 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
100 /******/
101 /******/ // __webpack_public_path__
102 /******/ __webpack_require__.p = "";
103 /******/
104 /******/
105 /******/ // Load entry module and return exports
106 /******/ return __webpack_require__(__webpack_require__.s = 22);
107 /******/ })
108 /************************************************************************/
109 /******/ ({
110
111 /***/ 22:
112 /***/ (function(module, exports) {
113
114 (function ($) {
115 $.extend($.summernote.lang, {
116 'hr-HR': {
117 font: {
118 bold: 'Podebljano',
119 italic: 'Kurziv',
120 underline: 'Podvučeno',
121 clear: 'Ukloni stilove fonta',
122 height: 'Visina linije',
123 name: 'Font Family',
124 strikethrough: 'Precrtano',
125 subscript: 'Subscript',
126 superscript: 'Superscript',
127 size: 'Veličina fonta'
128 },
129 image: {
130 image: 'Slika',
131 insert: 'Ubaci sliku',
132 resizeFull: 'Puna veličina',
133 resizeHalf: 'Umanji na 50%',
134 resizeQuarter: 'Umanji na 25%',
135 floatLeft: 'Poravnaj lijevo',
136 floatRight: 'Poravnaj desno',
137 floatNone: 'Bez poravnanja',
138 shapeRounded: 'Shape: Rounded',
139 shapeCircle: 'Shape: Circle',
140 shapeThumbnail: 'Shape: Thumbnail',
141 shapeNone: 'Shape: None',
142 dragImageHere: 'Povuci sliku ovdje',
143 dropImage: 'Drop image or Text',
144 selectFromFiles: 'Izaberi iz datoteke',
145 maximumFileSize: 'Maximum file size',
146 maximumFileSizeError: 'Maximum file size exceeded.',
147 url: 'Adresa slike',
148 remove: 'Ukloni sliku',
149 original: 'Original'
150 },
151 video: {
152 video: 'Video',
153 videoLink: 'Veza na video',
154 insert: 'Ubaci video',
155 url: 'URL video',
156 providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ili Youku)'
157 },
158 link: {
159 link: 'Veza',
160 insert: 'Ubaci vezu',
161 unlink: 'Ukloni vezu',
162 edit: 'Uredi',
163 textToDisplay: 'Tekst za prikaz',
164 url: 'Internet adresa',
165 openInNewWindow: 'Otvori u novom prozoru'
166 },
167 table: {
168 table: 'Tablica',
169 addRowAbove: 'Add row above',
170 addRowBelow: 'Add row below',
171 addColLeft: 'Add column left',
172 addColRight: 'Add column right',
173 delRow: 'Delete row',
174 delCol: 'Delete column',
175 delTable: 'Delete table'
176 },
177 hr: {
178 insert: 'Ubaci horizontalnu liniju'
179 },
180 style: {
181 style: 'Stil',
182 p: 'pni',
183 blockquote: 'Citat',
184 pre: 'Kôd',
185 h1: 'Naslov 1',
186 h2: 'Naslov 2',
187 h3: 'Naslov 3',
188 h4: 'Naslov 4',
189 h5: 'Naslov 5',
190 h6: 'Naslov 6'
191 },
192 lists: {
193 unordered: 'Obična lista',
194 ordered: 'Numerirana lista'
195 },
196 options: {
197 help: 'Pomoć',
198 fullscreen: 'Preko cijelog ekrana',
199 codeview: 'Izvorni kôd'
200 },
201 paragraph: {
202 paragraph: 'Paragraf',
203 outdent: 'Smanji uvlačenje',
204 indent: 'Povećaj uvlačenje',
205 left: 'Poravnaj lijevo',
206 center: 'Centrirano',
207 right: 'Poravnaj desno',
208 justify: 'Poravnaj obostrano'
209 },
210 color: {
211 recent: 'Posljednja boja',
212 more: 'Više boja',
213 background: 'Boja pozadine',
214 foreground: 'Boja teksta',
215 transparent: 'Prozirna',
216 setTransparent: 'Prozirna',
217 reset: 'Poništi',
218 resetToDefault: 'Podrazumijevana'
219 },
220 shortcut: {
221 shortcuts: 'Prečice s tipkovnice',
222 close: 'Zatvori',
223 textFormatting: 'Formatiranje teksta',
224 action: 'Akcija',
225 paragraphFormatting: 'Formatiranje paragrafa',
226 documentStyle: 'Stil dokumenta',
227 extraKeys: 'Dodatne kombinacije'
228 },
229 help: {
230 'insertParagraph': 'Insert Paragraph',
231 'undo': 'Undoes the last command',
232 'redo': 'Redoes the last command',
233 'tab': 'Tab',
234 'untab': 'Untab',
235 'bold': 'Set a bold style',
236 'italic': 'Set a italic style',
237 'underline': 'Set a underline style',
238 'strikethrough': 'Set a strikethrough style',
239 'removeFormat': 'Clean a style',
240 'justifyLeft': 'Set left align',
241 'justifyCenter': 'Set center align',
242 'justifyRight': 'Set right align',
243 'justifyFull': 'Set full align',
244 'insertUnorderedList': 'Toggle unordered list',
245 'insertOrderedList': 'Toggle ordered list',
246 'outdent': 'Outdent on current paragraph',
247 'indent': 'Indent on current paragraph',
248 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
249 'formatH1': 'Change current block\'s format as H1',
250 'formatH2': 'Change current block\'s format as H2',
251 'formatH3': 'Change current block\'s format as H3',
252 'formatH4': 'Change current block\'s format as H4',
253 'formatH5': 'Change current block\'s format as H5',
254 'formatH6': 'Change current block\'s format as H6',
255 'insertHorizontalRule': 'Insert horizontal rule',
256 'linkDialog.show': 'Show Link Dialog'
257 },
258 history: {
259 undo: 'Poništi',
260 redo: 'Ponovi'
261 },
262 specialChar: {
263 specialChar: 'SPECIAL CHARACTERS',
264 select: 'Select Special characters'
265 }
266 }
267 });
268 })(jQuery);
269
270 /***/ })
271
272 /******/ });
273 });