Shortcodes Ultimate - Version 4.8.0

Version Description

  • Minor UI fixes (compatibility with page builders)
  • Czech translation by Punc00
  • Added: full compatibility with multiple editors on same page - fourm topic
  • Fixed: extra CSS class for [menu] - forum topic
  • Fixed: Swiper click event, Swiper has been updated - forum topic
  • Fixed: [spoiler]'s content is now hidden until the page is loaded
  • New dashboard page: Cheatsheet
Download this release

Release Info

Developer gn_themes
Plugin Icon 128x128 Shortcodes Ultimate
Version 4.8.0
Comparing to
See all releases

Code changes from version 4.7.2 to 4.8.0

assets/css/cheatsheet.css ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #su-cheatsheet-screen table {
2
+ margin: 30px 0;
3
+ margin-bottom: 1.11111rem;
4
+ border: solid 1px #ddd;
5
+ background: #fff;
6
+ }
7
+ #su-cheatsheet-screen table thead {
8
+ background: #f5f5f5;
9
+ }
10
+ #su-cheatsheet-screen table thead tr th,
11
+ #su-cheatsheet-screen table thead tr td {
12
+ padding: 0.44444rem 0.55556rem 0.55556rem;
13
+ color: #222;
14
+ font-weight: bold;
15
+ }
16
+ #su-cheatsheet-screen table tfoot {
17
+ background: #f5f5f5;
18
+ }
19
+ #su-cheatsheet-screen table tfoot tr th,
20
+ #su-cheatsheet-screen table tfoot tr td {
21
+ padding: 0.44444rem 0.55556rem 0.55556rem;
22
+ color: #222;
23
+ font-weight: bold;
24
+ }
25
+ #su-cheatsheet-screen table tr th,
26
+ #su-cheatsheet-screen table tr td {
27
+ padding: 0.5rem 0.55556rem;
28
+ color: #222;
29
+ text-align: left;
30
+ }
31
+ #su-cheatsheet-screen table tr.even,
32
+ #su-cheatsheet-screen table tr.alt,
33
+ #su-cheatsheet-screen table tr:nth-of-type(even) {
34
+ background: #f9f9f9;
35
+ }
36
+ #su-cheatsheet-screen table thead tr th,
37
+ #su-cheatsheet-screen table tfoot tr th,
38
+ #su-cheatsheet-screen table tfoot tr td,
39
+ #su-cheatsheet-screen table tbody tr th,
40
+ #su-cheatsheet-screen table tbody tr td,
41
+ #su-cheatsheet-screen table tr td {
42
+ display: table-cell;
43
+ vertical-align: top;
44
+ }
45
+
46
+ #su-cheatsheet-screen table .su-shortcode-icon {
47
+ display: inline-block;
48
+ width: 24px;
49
+ opacity: 0.5;
50
+ filter: alpha(opacity=50);
51
+ }
52
+ #su-cheatsheet-screen table .su-shortcode-desc {
53
+ font-size: 0.8em;
54
+ color: #777;
55
+ margin: 5px 0 0 0;
56
+ font-style: normal;
57
+ }
58
+
59
+ #su-cheatsheet-screen table .su-shortcode-attribute {
60
+ margin-top: 1.5em;
61
+ color: #666;
62
+ }
63
+ #su-cheatsheet-screen table .su-shortcode-attribute:first-child { margin-top: 0; }
64
+ #su-cheatsheet-screen table .su-shortcode-attribute p { margin: 5px; }
65
+ #su-cheatsheet-screen table .su-shortcode-attribute strong,
66
+ #su-cheatsheet-screen table .su-shortcode-attribute em {
67
+ color: #000;
68
+ font-style: normal;
69
+ }
70
+ #su-cheatsheet-screen table .su-shortcode-attribute strong em {
71
+ color: #666;
72
+ font-weight: normal;
73
+ font-style: normal;
74
+ }
75
+ #su-cheatsheet-screen table code {
76
+ display: block;
77
+ white-space: pre-wrap;
78
+ font-family: monospace;
79
+ }
80
+
81
+ body.su-print-cheatsheet #wpadminbar,
82
+ body.su-print-cheatsheet #adminmenuback,
83
+ body.su-print-cheatsheet #adminmenuwrap,
84
+ body.su-print-cheatsheet #wpfooter { display: none; }
85
+ body.su-print-cheatsheet #wpcontent { margin: 0 0 0 30px; }
86
+ #su-cheatsheet-print-head { display: none; }
87
+ body.su-print-cheatsheet #su-cheatsheet-print-head { display: inline-block; }
88
+ body.su-print-cheatsheet #su-cheatsheet-print { display: none; }
assets/css/generator.css CHANGED
@@ -622,9 +622,9 @@
622
  color: #fff;
623
  }
624
 
625
- body.su-mfp-shown .mfp-bg { z-index: 10000 !important; }
626
- body.su-mfp-shown .mfp-wrap { z-index: 10001 !important; }
627
- body.su-mfp-shown .mfp-preloader { z-index: 10002 !important; }
628
- body.su-mfp-shown .mfp-content { z-index: 10003 !important; }
629
  body.su-mfp-shown button.mfp-close,
630
- body.su-mfp-shown button.mfp-arrow { z-index: 10004 !important; }
622
  color: #fff;
623
  }
624
 
625
+ body.su-mfp-shown .mfp-bg { z-index: 100000 !important; }
626
+ body.su-mfp-shown .mfp-wrap { z-index: 100001 !important; }
627
+ body.su-mfp-shown .mfp-preloader { z-index: 100002 !important; }
628
+ body.su-mfp-shown .mfp-content { z-index: 100003 !important; }
629
  body.su-mfp-shown button.mfp-close,
630
+ body.su-mfp-shown button.mfp-arrow { z-index: 100004 !important; }
assets/images/banners/bundle.png ADDED
Binary file
assets/js/generator.js CHANGED
@@ -18,19 +18,19 @@ jQuery(document).ready(function ($) {
18
  e.preventDefault();
19
  // Save the target
20
  window.su_generator_target = $(this).data('target');
21
- // Visual Composer
22
  // if ($('#wpb_visual_composer').is(':visible')) {
23
- // $('body').addClass('su-generator-priority-mode');
24
  // window.su_generator_target = 'wpb_tinymce_content';
25
  // }
26
- // Elegant Themes page builder
27
  // else if ($('.et_pb_modal_settings_container').is(':visible')) {
28
- // $('body').addClass('su-generator-priority-mode');
29
  // window.su_generator_target = 'et_pb_content_new';
30
  // }
31
- // SiteOrigin page builder
32
  // else if ($('.panels-admin-dialog').is(':visible')) {
33
- // $('body').addClass('su-generator-priority-mode');
34
  // }
35
  // Get open shortcode
36
  var shortcode = $(this).data('shortcode');
18
  e.preventDefault();
19
  // Save the target
20
  window.su_generator_target = $(this).data('target');
21
+ // // Visual Composer
22
  // if ($('#wpb_visual_composer').is(':visible')) {
23
+ // // $('body').addClass('su-generator-priority-mode');
24
  // window.su_generator_target = 'wpb_tinymce_content';
25
  // }
26
+ // // Elegant Themes page builder
27
  // else if ($('.et_pb_modal_settings_container').is(':visible')) {
28
+ // // $('body').addClass('su-generator-priority-mode');
29
  // window.su_generator_target = 'et_pb_content_new';
30
  // }
31
+ // // SiteOrigin page builder
32
  // else if ($('.panels-admin-dialog').is(':visible')) {
33
+ // // $('body').addClass('su-generator-priority-mode');
34
  // }
35
  // Get open shortcode
36
  var shortcode = $(this).data('shortcode');
assets/js/options-page.js CHANGED
@@ -134,4 +134,10 @@ jQuery(document).ready(function ($) {
134
  $(this).parent('.su-examples-code').children('textarea').slideDown(300);
135
  e.preventDefault();
136
  });
 
 
 
 
 
 
137
  });
134
  $(this).parent('.su-examples-code').children('textarea').slideDown(300);
135
  e.preventDefault();
136
  });
137
+
138
+ // ########## Cheatsheet screen ##########
139
+ $('.su-cheatsheet-switch').on('click', function (e) {
140
+ $('body').toggleClass('su-print-cheatsheet');
141
+ e.preventDefault();
142
+ });
143
  });
assets/js/other-shortcodes.js CHANGED
@@ -16,6 +16,7 @@ jQuery(document).ready(function ($) {
16
  if ($(window).scrollTop() > $title.offset().top) $(window).scrollTop($title.offset().top - $title.height() - bar);
17
  e.preventDefault();
18
  });
 
19
  // Tabs
20
  $('body:not(.su-other-shortcodes-loaded)').on('click', '.su-tabs-nav span', function (e) {
21
  var $tab = $(this),
16
  if ($(window).scrollTop() > $title.offset().top) $(window).scrollTop($title.offset().top - $title.height() - bar);
17
  e.preventDefault();
18
  });
19
+ $('.su-spoiler-content').attr('style', '');
20
  // Tabs
21
  $('body:not(.su-other-shortcodes-loaded)').on('click', '.su-tabs-nav span', function (e) {
22
  var $tab = $(this),
assets/js/swiper.js CHANGED
@@ -1,2306 +1 @@
1
- /*
2
- * Swiper 2.0 - Mobile Touch Slider
3
- * http://www.idangero.us/sliders/swiper/
4
- *
5
- * Copyright 2012-2013, Vladimir Kharlampidi
6
- * The iDangero.us
7
- * http://www.idangero.us/
8
- *
9
- * Licensed under GPL & MIT
10
- *
11
- * Updated on: June 9, 2013
12
- */
13
- var Swiper = function (selector, params) {
14
- /*=========================
15
- A little bit dirty but required part for IE8 and old FF support
16
- ===========================*/
17
- if (document.body.__defineGetter__) {
18
- if (HTMLElement) {
19
- var element = HTMLElement.prototype;
20
- if (element.__defineGetter__) {
21
- element.__defineGetter__("outerHTML", function () {
22
- return new XMLSerializer().serializeToString(this);
23
- });
24
- }
25
- }
26
- }
27
-
28
- if (!window.getComputedStyle) {
29
- window.getComputedStyle = function (el, pseudo) {
30
- this.el = el;
31
- this.getPropertyValue = function (prop) {
32
- var re = /(\-([a-z]){1})/g;
33
- if (prop === 'float') prop = 'styleFloat';
34
- if (re.test(prop)) {
35
- prop = prop.replace(re, function () {
36
- return arguments[2].toUpperCase();
37
- });
38
- }
39
- return el.currentStyle[prop] ? el.currentStyle[prop] : null;
40
- }
41
- return this;
42
- }
43
- }
44
- if (!Array.prototype.indexOf) {
45
- Array.prototype.indexOf = function (obj, start) {
46
- for (var i = (start || 0), j = this.length; i < j; i++) {
47
- if (this[i] === obj) {
48
- return i;
49
- }
50
- }
51
- return -1;
52
- }
53
- }
54
- if (!document.querySelectorAll) {
55
- if (!window.jQuery) return;
56
- }
57
-
58
- function $$(s) {
59
- if (document.querySelectorAll) return document.querySelectorAll(s);
60
- else return jQuery(s);
61
- }
62
-
63
- /*=========================
64
- Check for correct selector
65
- ===========================*/
66
- if (typeof selector === 'undefined') return;
67
-
68
- if (!(selector.nodeType)) {
69
- if ($$(selector).length === 0) return;
70
- }
71
-
72
- /*=========================
73
- _this
74
- ===========================*/
75
- var _this = this;
76
-
77
- /*=========================
78
- Default Flags and vars
79
- ===========================*/
80
- _this.touches = {
81
- start: 0,
82
- startX: 0,
83
- startY: 0,
84
- current: 0,
85
- currentX: 0,
86
- currentY: 0,
87
- diff: 0,
88
- abs: 0
89
- };
90
- _this.positions = {
91
- start: 0,
92
- abs: 0,
93
- diff: 0,
94
- current: 0
95
- };
96
- _this.times = {
97
- start: 0,
98
- end: 0
99
- };
100
-
101
- _this.id = (new Date()).getTime();
102
- _this.container = (selector.nodeType) ? selector : $$(selector)[0];
103
- _this.isTouched = false;
104
- _this.isMoved = false;
105
- _this.activeIndex = 0;
106
- _this.activeLoaderIndex = 0;
107
- _this.activeLoopIndex = 0;
108
- _this.previousIndex = null;
109
- _this.velocity = 0;
110
- _this.snapGrid = [];
111
- _this.slidesGrid = [];
112
- _this.imagesToLoad = [];
113
- _this.imagesLoaded = 0;
114
- _this.wrapperLeft = 0;
115
- _this.wrapperRight = 0;
116
- _this.wrapperTop = 0;
117
- _this.wrapperBottom = 0;
118
- var wrapper, slideSize, wrapperSize, direction, isScrolling, containerSize;
119
-
120
- /*=========================
121
- Default Parameters
122
- ===========================*/
123
- var defaults = {
124
- mode: 'horizontal',
125
- // or 'vertical'
126
- touchRatio: 1,
127
- speed: 300,
128
- freeMode: false,
129
- freeModeFluid: false,
130
- momentumRatio: 1,
131
- momentumBounce: true,
132
- momentumBounceRatio: 1,
133
- slidesPerView: 1,
134
- slidesPerGroup: 1,
135
- simulateTouch: true,
136
- followFinger: true,
137
- shortSwipes: true,
138
- moveStartThreshold: false,
139
- autoplay: false,
140
- onlyExternal: false,
141
- createPagination: true,
142
- pagination: false,
143
- paginationElement: 'span',
144
- paginationClickable: false,
145
- paginationAsRange: true,
146
- resistance: true,
147
- // or false or 100%
148
- scrollContainer: false,
149
- preventLinks: true,
150
- noSwiping: false,
151
- // or class
152
- noSwipingClass: 'swiper-no-swiping',
153
- //:)
154
- initialSlide: 0,
155
- keyboardControl: false,
156
- mousewheelControl: false,
157
- useCSS3Transforms: true,
158
- //Loop mode
159
- loop: false,
160
- loopAdditionalSlides: 0,
161
- //Auto Height
162
- calculateHeight: false,
163
- //Images Preloader
164
- updateOnImagesReady: true,
165
- //Form elements
166
- releaseFormElements: true,
167
- //Watch for active slide, useful when use effects on different slide states
168
- watchActiveIndex: false,
169
- //Slides Visibility Fit
170
- visibilityFullFit: false,
171
- //Slides Offset
172
- offsetPxBefore: 0,
173
- offsetPxAfter: 0,
174
- offsetSlidesBefore: 0,
175
- offsetSlidesAfter: 0,
176
- centeredSlides: false,
177
- //Queue callbacks
178
- queueStartCallbacks: false,
179
- queueEndCallbacks: false,
180
- //Auto Resize
181
- autoResize: true,
182
- resizeReInit: false,
183
- //DOMAnimation
184
- DOMAnimation: true,
185
- //Slides Loader
186
- loader: {
187
- slides: [],
188
- //array with slides
189
- slidesHTMLType: 'inner',
190
- // or 'outer'
191
- surroundGroups: 1,
192
- //keep preloaded slides groups around view
193
- logic: 'reload',
194
- //or 'change'
195
- loadAllSlides: false
196
- },
197
- //Namespace
198
- slideElement: 'div',
199
- slideClass: 'swiper-slide',
200
- slideActiveClass: 'swiper-slide-active',
201
- slideVisibleClass: 'swiper-slide-visible',
202
- wrapperClass: 'swiper-wrapper',
203
- paginationElementClass: 'swiper-pagination-switch',
204
- paginationActiveClass: 'swiper-active-switch',
205
- paginationVisibleClass: 'swiper-visible-switch'
206
- }
207
- params = params || {};
208
- for (var prop in defaults) {
209
- if (prop in params && typeof params[prop] === 'object') {
210
- for (var subProp in defaults[prop]) {
211
- if (!(subProp in params[prop])) {
212
- params[prop][subProp] = defaults[prop][subProp];
213
- }
214
- }
215
- } else if (!(prop in params)) {
216
- params[prop] = defaults[prop]
217
- }
218
- }
219
- _this.params = params;
220
- if (params.scrollContainer) {
221
- params.freeMode = true;
222
- params.freeModeFluid = true;
223
- }
224
- if (params.loop) {
225
- params.resistance = '100%';
226
- }
227
- var isH = params.mode === 'horizontal';
228
-
229
- /*=========================
230
- Define Touch Events
231
- ===========================*/
232
-
233
- _this.touchEvents = {
234
- touchStart: _this.support.touch || !params.simulateTouch ? 'touchstart' : (_this.browser.ie10 ? 'MSPointerDown' : 'mousedown'),
235
- touchMove: _this.support.touch || !params.simulateTouch ? 'touchmove' : (_this.browser.ie10 ? 'MSPointerMove' : 'mousemove'),
236
- touchEnd: _this.support.touch || !params.simulateTouch ? 'touchend' : (_this.browser.ie10 ? 'MSPointerUp' : 'mouseup')
237
- };
238
-
239
- /*=========================
240
- Wrapper
241
- ===========================*/
242
- for (var i = _this.container.childNodes.length - 1; i >= 0; i--) {
243
- if (_this.container.childNodes[i].className) {
244
- var _wrapperClasses = _this.container.childNodes[i].className.split(' ')
245
- for (var j = 0; j < _wrapperClasses.length; j++) {
246
- if (_wrapperClasses[j] === params.wrapperClass) {
247
- wrapper = _this.container.childNodes[i];
248
- }
249
- };
250
- }
251
- };
252
-
253
- _this.wrapper = wrapper;
254
- /*=========================
255
- Slide API
256
- ===========================*/
257
- _this._extendSwiperSlide = function (el) {
258
- el.append = function () {
259
- if (params.loop) {
260
- el.insertAfter(_this.slides.length - _this.loopedSlides);
261
- _this.removeLoopedSlides();
262
- _this.calcSlides();
263
- _this.createLoop();
264
- } else {
265
- _this.wrapper.appendChild(el);
266
- }
267
-
268
- _this.reInit();
269
- return el;
270
- }
271
- el.prepend = function () {
272
- if (params.loop) {
273
- _this.wrapper.insertBefore(el, _this.slides[_this.loopedSlides]);
274
- _this.removeLoopedSlides();
275
- _this.calcSlides();
276
- _this.createLoop();
277
- } else {
278
- _this.wrapper.insertBefore(el, _this.wrapper.firstChild);
279
- }
280
- _this.reInit();
281
- return el;
282
- }
283
- el.insertAfter = function (index) {
284
- if (typeof index === 'undefined') return false;
285
- var beforeSlide;
286
-
287
- if (params.loop) {
288
- beforeSlide = _this.slides[index + 1 + _this.loopedSlides];
289
- _this.wrapper.insertBefore(el, beforeSlide);
290
- _this.removeLoopedSlides();
291
- _this.calcSlides();
292
- _this.createLoop();
293
- } else {
294
- beforeSlide = _this.slides[index + 1];
295
- _this.wrapper.insertBefore(el, beforeSlide)
296
- }
297
- _this.reInit();
298
- return el;
299
- }
300
- el.clone = function () {
301
- return _this._extendSwiperSlide(el.cloneNode(true))
302
- }
303
- el.remove = function () {
304
- _this.wrapper.removeChild(el);
305
- _this.reInit();
306
- }
307
- el.html = function (html) {
308
- if (typeof html === 'undefined') {
309
- return el.innerHTML;
310
- } else {
311
- el.innerHTML = html;
312
- return el;
313
- }
314
- }
315
- el.index = function () {
316
- var index;
317
- for (var i = _this.slides.length - 1; i >= 0; i--) {
318
- if (el === _this.slides[i]) index = i;
319
- }
320
- return index;
321
- }
322
- el.isActive = function () {
323
- if (el.index() === _this.activeIndex) return true;
324
- else return false;
325
- }
326
- if (!el.swiperSlideDataStorage) el.swiperSlideDataStorage = {};
327
- el.getData = function (name) {
328
- return el.swiperSlideDataStorage[name];
329
- }
330
- el.setData = function (name, value) {
331
- el.swiperSlideDataStorage[name] = value;
332
- return el;
333
- }
334
- el.data = function (name, value) {
335
- if (!value) {
336
- return el.getAttribute('data-' + name);
337
- } else {
338
- el.setAttribute('data-' + name, value);
339
- return el;
340
- }
341
- }
342
- el.getWidth = function (outer) {
343
- return _this.h.getWidth(el, outer);
344
- }
345
- el.getHeight = function (outer) {
346
- return _this.h.getHeight(el, outer);
347
- }
348
- el.getOffset = function () {
349
- return _this.h.getOffset(el);
350
- }
351
- return el;
352
- }
353
-
354
- //Calculate information about number of slides
355
- _this.calcSlides = function (forceCalcSlides) {
356
- var oldNumber = _this.slides ? _this.slides.length : false;
357
- _this.slides = [];
358
- _this.displaySlides = [];
359
- for (var i = 0; i < _this.wrapper.childNodes.length; i++) {
360
- if (_this.wrapper.childNodes[i].className) {
361
- var _className = _this.wrapper.childNodes[i].className;
362
- var _slideClasses = _className.split(' ');
363
- for (var j = 0; j < _slideClasses.length; j++) {
364
- if (_slideClasses[j] === params.slideClass) {
365
- _this.slides.push(_this.wrapper.childNodes[i]);
366
- }
367
- }
368
- }
369
- }
370
- for (i = _this.slides.length - 1; i >= 0; i--) {
371
- _this._extendSwiperSlide(_this.slides[i]);
372
- }
373
- if (!oldNumber) return;
374
- if (oldNumber !== _this.slides.length || forceCalcSlides) {
375
- // Number of slides has been changed
376
- removeSlideEvents();
377
- addSlideEvents();
378
- _this.updateActiveSlide();
379
- if (params.createPagination && _this.params.pagination) _this.createPagination();
380
- _this.callPlugins('numberOfSlidesChanged');
381
- }
382
- }
383
-
384
- //Create Slide
385
- _this.createSlide = function (html, slideClassList, el) {
386
- var slideClassList = slideClassList || _this.params.slideClass;
387
- var el = el || params.slideElement;
388
- var newSlide = document.createElement(el);
389
- newSlide.innerHTML = html || '';
390
- newSlide.className = slideClassList;
391
- return _this._extendSwiperSlide(newSlide);
392
- }
393
-
394
- //Append Slide
395
- _this.appendSlide = function (html, slideClassList, el) {
396
- if (!html) return;
397
- if (html.nodeType) {
398
- return _this._extendSwiperSlide(html).append()
399
- } else {
400
- return _this.createSlide(html, slideClassList, el).append()
401
- }
402
- }
403
- _this.prependSlide = function (html, slideClassList, el) {
404
- if (!html) return;
405
- if (html.nodeType) {
406
- return _this._extendSwiperSlide(html).prepend()
407
- } else {
408
- return _this.createSlide(html, slideClassList, el).prepend()
409
- }
410
- }
411
- _this.insertSlideAfter = function (index, html, slideClassList, el) {
412
- if (typeof index === 'undefined') return false;
413
- if (html.nodeType) {
414
- return _this._extendSwiperSlide(html).insertAfter(index);
415
- } else {
416
- return _this.createSlide(html, slideClassList, el).insertAfter(index);
417
- }
418
- }
419
- _this.removeSlide = function (index) {
420
- if (_this.slides[index]) {
421
- if (params.loop) {
422
- if (!_this.slides[index + _this.loopedSlides]) return false;
423
- _this.slides[index + _this.loopedSlides].remove();
424
- _this.removeLoopedSlides();
425
- _this.calcSlides();
426
- _this.createLoop();
427
- } else _this.slides[index].remove();
428
- return true;
429
- } else return false;
430
- }
431
- _this.removeLastSlide = function () {
432
- if (_this.slides.length > 0) {
433
- if (params.loop) {
434
- _this.slides[_this.slides.length - 1 - _this.loopedSlides].remove();
435
- _this.removeLoopedSlides();
436
- _this.calcSlides();
437
- _this.createLoop();
438
- } else _this.slides[(_this.slides.length - 1)].remove();
439
- return true;
440
- } else {
441
- return false;
442
- }
443
- }
444
- _this.removeAllSlides = function () {
445
- for (var i = _this.slides.length - 1; i >= 0; i--) {
446
- _this.slides[i].remove()
447
- }
448
- }
449
- _this.getSlide = function (index) {
450
- return _this.slides[index]
451
- }
452
- _this.getLastSlide = function () {
453
- return _this.slides[_this.slides.length - 1]
454
- }
455
- _this.getFirstSlide = function () {
456
- return _this.slides[0]
457
- }
458
-
459
- //Currently Active Slide
460
- _this.activeSlide = function () {
461
- return _this.slides[_this.activeIndex]
462
- }
463
-
464
- /*=========================
465
- Plugins API
466
- ===========================*/
467
- var _plugins = [];
468
- for (var plugin in _this.plugins) {
469
- if (params[plugin]) {
470
- var p = _this.plugins[plugin](_this, params[plugin]);
471
- if (p) _plugins.push(p);
472
- }
473
- }
474
- _this.callPlugins = function (method, args) {
475
- if (!args) args = {}
476
- for (var i = 0; i < _plugins.length; i++) {
477
- if (method in _plugins[i]) {
478
- _plugins[i][method](args);
479
- }
480
- }
481
- }
482
-
483
- /*=========================
484
- WP8 Fix
485
- ===========================*/
486
- if (_this.browser.ie10 && !params.onlyExternal) {
487
- if (isH) _this.wrapper.classList.add('swiper-wp8-horizontal');
488
- else _this.wrapper.classList.add('swiper-wp8-vertical');
489
- }
490
-
491
- /*=========================
492
- Free Mode Class
493
- ===========================*/
494
- if (params.freeMode) {
495
- _this.container.className += ' swiper-free-mode';
496
- }
497
-
498
- /*==================================================
499
- Init/Re-init/Resize Fix
500
- ====================================================*/
501
- _this.initialized = false;
502
- _this.init = function (force, forceCalcSlides) {
503
- var _width = _this.h.getWidth(_this.container);
504
- var _height = _this.h.getHeight(_this.container);
505
- if (_width === _this.width && _height === _this.height && !force) return;
506
- _this.width = _width;
507
- _this.height = _height;
508
-
509
- containerSize = isH ? _width : _height;
510
- var wrapper = _this.wrapper;
511
-
512
- if (force) {
513
- _this.calcSlides(forceCalcSlides);
514
- }
515
-
516
- if (params.slidesPerView === 'auto') {
517
- //Auto mode
518
- var slidesWidth = 0;
519
- var slidesHeight = 0;
520
-
521
- //Unset Styles
522
- if (params.slidesOffset > 0) {
523
- wrapper.style.paddingLeft = '';
524
- wrapper.style.paddingRight = '';
525
- wrapper.style.paddingTop = '';
526
- wrapper.style.paddingBottom = '';
527
- }
528
- wrapper.style.width = '';
529
- wrapper.style.height = '';
530
- if (params.offsetPxBefore > 0) {
531
- if (isH) _this.wrapperLeft = params.offsetPxBefore;
532
- else _this.wrapperTop = params.offsetPxBefore;
533
- }
534
- if (params.offsetPxAfter > 0) {
535
- if (isH) _this.wrapperRight = params.offsetPxAfter;
536
- else _this.wrapperBottom = params.offsetPxAfter;
537
- }
538
-
539
- if (params.centeredSlides) {
540
- if (isH) {
541
- _this.wrapperLeft = (containerSize - this.slides[0].getWidth(true)) / 2;
542
- _this.wrapperRight = (containerSize - _this.slides[_this.slides.length - 1].getWidth(true)) / 2;
543
- } else {
544
- _this.wrapperTop = (containerSize - _this.slides[0].getHeight(true)) / 2;
545
- _this.wrapperBottom = (containerSize - _this.slides[_this.slides.length - 1].getHeight(true)) / 2;
546
- }
547
- }
548
-
549
- if (isH) {
550
- if (_this.wrapperLeft >= 0) wrapper.style.paddingLeft = _this.wrapperLeft + 'px';
551
- if (_this.wrapperRight >= 0) wrapper.style.paddingRight = _this.wrapperRight + 'px';
552
- } else {
553
- if (_this.wrapperTop >= 0) wrapper.style.paddingTop = _this.wrapperTop + 'px';
554
- if (_this.wrapperBottom >= 0) wrapper.style.paddingBottom = _this.wrapperBottom + 'px';
555
- }
556
- var slideLeft = 0;
557
- var centeredSlideLeft = 0;
558
- _this.snapGrid = [];
559
- _this.slidesGrid = [];
560
-
561
- var slideMaxHeight = 0;
562
- for (var i = 0; i < _this.slides.length; i++) {
563
- var slideWidth = _this.slides[i].getWidth(true);
564
- var slideHeight = _this.slides[i].getHeight(true);
565
- if (params.calculateHeight) {
566
- slideMaxHeight = Math.max(slideMaxHeight, slideHeight)
567
- }
568
- var _slideSize = isH ? slideWidth : slideHeight;
569
- if (params.centeredSlides) {
570
- var nextSlideWidth = i === _this.slides.length - 1 ? 0 : _this.slides[i + 1].getWidth(true);
571
- var nextSlideHeight = i === _this.slides.length - 1 ? 0 : _this.slides[i + 1].getHeight(true);
572
- var nextSlideSize = isH ? nextSlideWidth : nextSlideHeight;
573
- if (_slideSize > containerSize) {
574
- for (var j = 0; j <= Math.floor(_slideSize / (containerSize + _this.wrapperLeft)); j++) {
575
- if (j === 0) _this.snapGrid.push(slideLeft + _this.wrapperLeft);
576
- else _this.snapGrid.push(slideLeft + _this.wrapperLeft + containerSize * j);
577
- }
578
- _this.slidesGrid.push(slideLeft + _this.wrapperLeft);
579
- } else {
580
- _this.snapGrid.push(centeredSlideLeft);
581
- _this.slidesGrid.push(centeredSlideLeft);
582
- }
583
-
584
- centeredSlideLeft += _slideSize / 2 + nextSlideSize / 2;
585
-
586
- } else {
587
- if (_slideSize > containerSize) {
588
- for (var j = 0; j <= Math.floor(_slideSize / containerSize); j++) {
589
- _this.snapGrid.push(slideLeft + containerSize * j);
590
- }
591
- } else {
592
- _this.snapGrid.push(slideLeft);
593
- }
594
- _this.slidesGrid.push(slideLeft);
595
- }
596
-
597
- slideLeft += _slideSize;
598
-
599
- slidesWidth += slideWidth;
600
- slidesHeight += slideHeight;
601
- }
602
- if (params.calculateHeight) _this.height = slideMaxHeight;
603
- if (isH) {
604
- wrapperSize = slidesWidth + _this.wrapperRight + _this.wrapperLeft;
605
- wrapper.style.width = (slidesWidth) + 'px';
606
- wrapper.style.height = (_this.height) + 'px';
607
- } else {
608
- wrapperSize = slidesHeight + _this.wrapperTop + _this.wrapperBottom;
609
- wrapper.style.width = (_this.width) + 'px';
610
- wrapper.style.height = (slidesHeight) + 'px';
611
- }
612
-
613
- } else if (params.scrollContainer) {
614
- //Scroll Container
615
- wrapper.style.width = '';
616
- wrapper.style.height = '';
617
- var wrapperWidth = _this.slides[0].getWidth(true);
618
- var wrapperHeight = _this.slides[0].getHeight(true);
619
- wrapperSize = isH ? wrapperWidth : wrapperHeight;
620
- wrapper.style.width = wrapperWidth + 'px';
621
- wrapper.style.height = wrapperHeight + 'px';
622
- slideSize = isH ? wrapperWidth : wrapperHeight;
623
-
624
- } else {
625
- //For usual slides
626
- if (params.calculateHeight) {
627
- var slideMaxHeight = 0;
628
- var wrapperHeight = 0;
629
- //ResetWrapperSize
630
- if (!isH) _this.container.style.height = '';
631
- wrapper.style.height = '';
632
-
633
- for (var i = 0; i < _this.slides.length; i++) {
634
- //ResetSlideSize
635
- _this.slides[i].style.height = '';
636
- slideMaxHeight = Math.max(_this.slides[i].getHeight(true), slideMaxHeight);
637
- if (!isH) wrapperHeight += _this.slides[i].getHeight(true);
638
- }
639
- var slideHeight = slideMaxHeight;
640
- if (isH) var wrapperHeight = slideHeight;
641
- containerSize = _this.height = slideHeight;
642
- if (!isH) _this.container.style.height = containerSize + 'px';
643
- } else {
644
- var slideHeight = isH ? _this.height : _this.height / params.slidesPerView;
645
- var wrapperHeight = isH ? _this.height : _this.slides.length * slideHeight;
646
- }
647
- var slideWidth = isH ? _this.width / params.slidesPerView : _this.width;
648
- var wrapperWidth = isH ? _this.slides.length * slideWidth : _this.width;
649
- slideSize = isH ? slideWidth : slideHeight;
650
-
651
- if (params.offsetSlidesBefore > 0) {
652
- if (isH) _this.wrapperLeft = slideSize * params.offsetSlidesBefore;
653
- else _this.wrapperTop = slideSize * params.offsetSlidesBefore;
654
- }
655
- if (params.offsetSlidesAfter > 0) {
656
- if (isH) _this.wrapperRight = slideSize * params.offsetSlidesAfter;
657
- else _this.wrapperBottom = slideSize * params.offsetSlidesAfter;
658
- }
659
- if (params.offsetPxBefore > 0) {
660
- if (isH) _this.wrapperLeft = params.offsetPxBefore;
661
- else _this.wrapperTop = params.offsetPxBefore;
662
- }
663
- if (params.offsetPxAfter > 0) {
664
- if (isH) _this.wrapperRight = params.offsetPxAfter;
665
- else _this.wrapperBottom = params.offsetPxAfter;
666
- }
667
- if (params.centeredSlides) {
668
- if (isH) {
669
- _this.wrapperLeft = (containerSize - slideSize) / 2;
670
- _this.wrapperRight = (containerSize - slideSize) / 2;
671
- } else {
672
- _this.wrapperTop = (containerSize - slideSize) / 2;
673
- _this.wrapperBottom = (containerSize - slideSize) / 2;
674
- }
675
- }
676
- if (isH) {
677
- if (_this.wrapperLeft > 0) wrapper.style.paddingLeft = _this.wrapperLeft + 'px';
678
- if (_this.wrapperRight > 0) wrapper.style.paddingRight = _this.wrapperRight + 'px';
679
- } else {
680
- if (_this.wrapperTop > 0) wrapper.style.paddingTop = _this.wrapperTop + 'px';
681
- if (_this.wrapperBottom > 0) wrapper.style.paddingBottom = _this.wrapperBottom + 'px';
682
- }
683
-
684
- wrapperSize = isH ? wrapperWidth + _this.wrapperRight + _this.wrapperLeft : wrapperHeight + _this.wrapperTop + _this.wrapperBottom;
685
- wrapper.style.width = wrapperWidth + 'px';
686
- wrapper.style.height = wrapperHeight + 'px';
687
- var slideLeft = 0;
688
- _this.snapGrid = [];
689
- _this.slidesGrid = [];
690
- for (var i = 0; i < _this.slides.length; i++) {
691
- _this.snapGrid.push(slideLeft);
692
- _this.slidesGrid.push(slideLeft);
693
- slideLeft += slideSize;
694
- _this.slides[i].style.width = slideWidth + 'px';
695
- _this.slides[i].style.height = slideHeight + 'px';
696
- }
697
-
698
- }
699
-
700
- if (!_this.initialized) _this.callPlugins('onFirstInit');
701
- else _this.callPlugins('onInit');
702
- _this.initialized = true;
703
- }
704
- _this.reInit = function (forceCalcSlides) {
705
- _this.init(true, forceCalcSlides);
706
- }
707
- _this.resizeFix = function (reInit) {
708
- _this.callPlugins('beforeResizeFix');
709
- _this.init(params.resizeReInit || reInit);
710
- if (!params.freeMode) {
711
- if (params.loop) _this.swipeTo(_this.activeLoopIndex, 0, false);
712
- else _this.swipeTo(_this.activeIndex, 0, false);
713
- } else {
714
- var pos = isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y');
715
- if (pos < -maxWrapperPosition()) {
716
- var x = isH ? -maxWrapperPosition() : 0;
717
- var y = isH ? 0 : -maxWrapperPosition();
718
- _this.setWrapperTransition(0);
719
- _this.setWrapperTranslate(x, y, 0);
720
- }
721
- }
722
- _this.callPlugins('afterResizeFix');
723
- }
724
-
725
- /*==========================================
726
- Max and Min Positions
727
- ============================================*/
728
- function maxWrapperPosition() {
729
- var a = (wrapperSize - containerSize);
730
- if (params.freeMode) {
731
- a = wrapperSize - containerSize;
732
- }
733
- // if (params.loop) a -= containerSize;
734
- if (params.slidesPerView > _this.slides.length) a = 0;
735
- if (a < 0) a = 0;
736
- return a;
737
- }
738
-
739
- function minWrapperPosition() {
740
- var a = 0;
741
- // if (params.loop) a = containerSize;
742
- return a;
743
- }
744
-
745
- /*==========================================
746
- Event Listeners
747
- ============================================*/
748
- function initEvents() {
749
- //Touch Events
750
- if (!_this.browser.ie10) {
751
- if (_this.support.touch) {
752
- _this.h.addEventListener(_this.wrapper, 'touchstart', onTouchStart, false);
753
- _this.h.addEventListener(_this.wrapper, 'touchmove', onTouchMove, false);
754
- _this.h.addEventListener(_this.wrapper, 'touchend', onTouchEnd, false);
755
- }
756
- if (params.simulateTouch) {
757
- _this.h.addEventListener(_this.wrapper, 'mousedown', onTouchStart, false);
758
- _this.h.addEventListener(document, 'mousemove', onTouchMove, false);
759
- _this.h.addEventListener(document, 'mouseup', onTouchEnd, false);
760
- }
761
- } else {
762
- _this.h.addEventListener(_this.wrapper, _this.touchEvents.touchStart, onTouchStart, false);
763
- _this.h.addEventListener(document, _this.touchEvents.touchMove, onTouchMove, false);
764
- _this.h.addEventListener(document, _this.touchEvents.touchEnd, onTouchEnd, false);
765
- }
766
- //Resize Event
767
- if (params.autoResize) {
768
- _this.h.addEventListener(window, 'resize', _this.resizeFix, false);
769
- }
770
- //Slide Events
771
- addSlideEvents();
772
- //Mousewheel
773
- _this._wheelEvent = false;
774
- if (params.mousewheelControl) {
775
- if (document.onmousewheel !== undefined) {
776
- _this._wheelEvent = "mousewheel";
777
- }
778
- try {
779
- WheelEvent("wheel");
780
- _this._wheelEvent = "wheel";
781
- } catch (e) {}
782
- if (!_this._wheelEvent) {
783
- _this._wheelEvent = "DOMMouseScroll";
784
- }
785
-
786
- if (_this._wheelEvent) {
787
- _this.h.addEventListener(_this.container, _this._wheelEvent, handleMousewheel, false);
788
- }
789
- }
790
-
791
- //Keyboard
792
- if (params.keyboardControl) {
793
- _this.h.addEventListener(document, 'keydown', handleKeyboardKeys, false);
794
- }
795
- if (params.updateOnImagesReady) {
796
- if (document.querySelectorAll) _this.imagesToLoad = _this.container.querySelectorAll('img');
797
- else if (window.jQuery) _this.imagesToLoad = $$(_this.container).find('img');
798
-
799
- for (var i = 0; i < _this.imagesToLoad.length; i++) {
800
- _loadImage(_this.imagesToLoad[i].getAttribute('src'))
801
- }
802
- }
803
-
804
- function _loadImage(src) {
805
- var image = new Image();
806
- image.onload = function () {
807
- _this.imagesLoaded++;
808
- if (_this.imagesLoaded == _this.imagesToLoad.length) {
809
- _this.reInit();
810
- if (params.onImagesReady) params.onImagesReady(_this);
811
- }
812
- }
813
- image.src = src;
814
- }
815
- }
816
-
817
-
818
-
819
- //Remove Event Listeners
820
- _this.destroy = function (removeResizeFix) {
821
- //Touch Events
822
- if (!_this.browser.ie10) {
823
- if (_this.support.touch) {
824
- _this.h.removeEventListener(_this.wrapper, 'touchstart', onTouchStart, false);
825
- _this.h.removeEventListener(_this.wrapper, 'touchmove', onTouchMove, false);
826
- _this.h.removeEventListener(_this.wrapper, 'touchend', onTouchEnd, false);
827
- }
828
- if (params.simulateTouch) {
829
- _this.h.removeEventListener(_this.wrapper, 'mousedown', onTouchStart, false);
830
- _this.h.removeEventListener(document, 'mousemove', onTouchMove, false);
831
- _this.h.removeEventListener(document, 'mouseup', onTouchEnd, false);
832
- }
833
- } else {
834
- _this.h.removeEventListener(_this.wrapper, _this.touchEvents.touchStart, onTouchStart, false);
835
- _this.h.removeEventListener(document, _this.touchEvents.touchMove, onTouchMove, false);
836
- _this.h.removeEventListener(document, _this.touchEvents.touchEnd, onTouchEnd, false);
837
- }
838
- //Resize Event
839
- if (params.autoResize) {
840
- _this.h.removeEventListener(window, 'resize', _this.resizeFix, false);
841
- }
842
- //Init Slide Events
843
- removeSlideEvents();
844
-
845
- //Pagination
846
- if (params.paginationClickable) {
847
- removePaginationEvents();
848
- }
849
-
850
- //Mousewheel
851
- if (params.mousewheelControl && _this._wheelEvent) {
852
- _this.h.removeEventListener(_this.container, _this._wheelEvent, handleMousewheel, false);
853
- }
854
-
855
- //Keyboard
856
- if (params.keyboardControl) {
857
- _this.h.removeEventListener(document, 'keydown', handleKeyboardKeys, false);
858
- }
859
-
860
- //Stop autoplay
861
- if (params.autoplay) {
862
- _this.stopAutoplay();
863
- }
864
-
865
- _this.callPlugins('onDestroy');
866
- }
867
-
868
- function addSlideEvents() {
869
- //Prevent Links Events
870
- if (params.preventLinks) {
871
- var links = [];
872
- if (document.querySelectorAll) {
873
- links = _this.container.querySelectorAll('a');
874
- } else if (window.jQuery) {
875
- links = $$(_this.container).find('a');
876
- }
877
- for (var i = 0; i < links.length; i++) {
878
- _this.h.addEventListener(links[i], 'click', preventClick, false);
879
- }
880
- }
881
- //Release Form Elements
882
- if (params.releaseFormElements) {
883
- var formElements = document.querySelectorAll ? _this.container.querySelectorAll('input, textarea, select') : $$(_this.container).find('input, textarea, select');
884
- for (var i = 0; i < formElements.length; i++) {
885
- _this.h.addEventListener(formElements[i], _this.touchEvents.touchStart, releaseForms, true);
886
- }
887
- }
888
-
889
- //Slide Clicks & Touches
890
- if (params.onSlideClick) {
891
- for (var i = 0; i < _this.slides.length; i++) {
892
- _this.h.addEventListener(_this.slides[i], 'click', slideClick, false);
893
- }
894
- }
895
- if (params.onSlideTouch) {
896
- for (var i = 0; i < _this.slides.length; i++) {
897
- _this.h.addEventListener(_this.slides[i], _this.touchEvents.touchStart, slideTouch, false);
898
- }
899
- }
900
- }
901
-
902
- function removeSlideEvents() {
903
- //Slide Clicks & Touches
904
- if (params.onSlideClick) {
905
- for (var i = 0; i < _this.slides.length; i++) {
906
- _this.h.removeEventListener(_this.slides[i], 'click', slideClick, false);
907
- }
908
- }
909
- if (params.onSlideTouch) {
910
- for (var i = 0; i < _this.slides.length; i++) {
911
- _this.h.removeEventListener(_this.slides[i], _this.touchEvents.touchStart, slideTouch, false);
912
- }
913
- }
914
- //Release Form Elements
915
- if (params.releaseFormElements) {
916
- var formElements = document.querySelectorAll ? _this.container.querySelectorAll('input, textarea, select') : $$(_this.container).find('input, textarea, select');
917
- for (var i = 0; i < formElements.length; i++) {
918
- _this.h.removeEventListener(formElements[i], _this.touchEvents.touchStart, releaseForms, true);
919
- }
920
- }
921
- //Prevent Links Events
922
- if (params.preventLinks) {
923
- var links = [];
924
- if (document.querySelectorAll) {
925
- links = _this.container.querySelectorAll('a');
926
- } else if (window.jQuery) {
927
- links = $$(_this.container).find('a');
928
- }
929
- for (var i = 0; i < links.length; i++) {
930
- _this.h.removeEventListener(links[i], 'click', preventClick, false);
931
- }
932
- }
933
- }
934
- /*==========================================
935
- Keyboard Control
936
- ============================================*/
937
- function handleKeyboardKeys(e) {
938
- var kc = e.keyCode || e.charCode;
939
- if (kc == 37 || kc == 39 || kc == 38 || kc == 40) {
940
- var inView = false;
941
- //Check that swiper should be inside of visible area of window
942
- var swiperOffset = _this.h.getOffset(_this.container);
943
- var scrollLeft = _this.h.windowScroll().left;
944
- var scrollTop = _this.h.windowScroll().top;
945
- var windowWidth = _this.h.windowWidth();
946
- var windowHeight = _this.h.windowHeight();
947
- var swiperCoord = [
948
- [swiperOffset.left, swiperOffset.top],
949
- [swiperOffset.left + _this.width, swiperOffset.top],
950
- [swiperOffset.left, swiperOffset.top + _this.height],
951
- [swiperOffset.left + _this.width, swiperOffset.top + _this.height]
952
- ]
953
- for (var i = 0; i < swiperCoord.length; i++) {
954
- var point = swiperCoord[i];
955
- if (
956
- point[0] >= scrollLeft && point[0] <= scrollLeft + windowWidth && point[1] >= scrollTop && point[1] <= scrollTop + windowHeight) {
957
- inView = true;
958
- }
959
-
960
- }
961
- if (!inView) return;
962
- }
963
- if (isH) {
964
- if (kc == 37 || kc == 39) {
965
- if (e.preventDefault) e.preventDefault();
966
- else e.returnValue = false;
967
- }
968
- if (kc == 39) _this.swipeNext();
969
- if (kc == 37) _this.swipePrev();
970
- } else {
971
- if (kc == 38 || kc == 40) {
972
- if (e.preventDefault) e.preventDefault();
973
- else e.returnValue = false;
974
- }
975
- if (kc == 40) _this.swipeNext();
976
- if (kc == 38) _this.swipePrev();
977
- }
978
- }
979
-
980
- /*==========================================
981
- Mousewheel Control
982
- ============================================*/
983
- function handleMousewheel(e) {
984
- var we = _this._wheelEvent;
985
- var delta;
986
- //Opera & IE
987
- if (e.detail) delta = -e.detail;
988
- //WebKits
989
- else if (we == 'mousewheel') delta = e.wheelDelta;
990
- //Old FireFox
991
- else if (we == 'DOMMouseScroll') delta = -e.detail;
992
- //New FireFox
993
- else if (we == 'wheel') {
994
- delta = Math.abs(e.deltaX) > Math.abs(e.deltaY) ? -e.deltaX : -e.deltaY;
995
- }
996
- if (!params.freeMode) {
997
- if (delta < 0) _this.swipeNext();
998
- else _this.swipePrev();
999
- } else {
1000
- //Freemode or scrollContainer:
1001
- var currentTransform = isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y');
1002
- var x, y;
1003
- if (isH) {
1004
- x = _this.getWrapperTranslate('x') + delta;
1005
- y = _this.getWrapperTranslate('y');
1006
- if (x > 0) x = 0;
1007
- if (x < -maxWrapperPosition()) x = -maxWrapperPosition();
1008
- } else {
1009
- x = _this.getWrapperTranslate('x');
1010
- y = _this.getWrapperTranslate('y') + delta;
1011
- if (y > 0) y = 0;
1012
- if (y < -maxWrapperPosition()) y = -maxWrapperPosition();
1013
- }
1014
- _this.setWrapperTransition(0);
1015
- _this.setWrapperTranslate(x, y, 0);
1016
- }
1017
- if (params.autoplay) _this.stopAutoplay();
1018
-
1019
- if (e.preventDefault) e.preventDefault();
1020
- else e.returnValue = false;
1021
- return false;
1022
- }
1023
-
1024
- /*=========================
1025
- Grab Cursor
1026
- ===========================*/
1027
- if (params.grabCursor) {
1028
- _this.container.style.cursor = 'move';
1029
- _this.container.style.cursor = 'grab';
1030
- _this.container.style.cursor = '-moz-grab';
1031
- _this.container.style.cursor = '-webkit-grab';
1032
- }
1033
-
1034
- /*=========================
1035
- Slides Events Handlers
1036
- ===========================*/
1037
- _this.allowSlideClick = true;
1038
-
1039
- function slideClick(e) {
1040
- if (_this.allowSlideClick) {
1041
- _this.clickedSlide = this;
1042
- _this.clickedSlideIndex = _this.slides.indexOf(this);
1043
- params.onSlideClick(_this);
1044
- }
1045
- }
1046
-
1047
- function slideTouch(e) {
1048
- _this.clickedSlide = this;
1049
- _this.clickedSlideIndex = _this.slides.indexOf(this);
1050
- params.onSlideTouch(_this);
1051
- }
1052
- _this.allowLinks = true;
1053
-
1054
- function preventClick(e) {
1055
- if (!_this.allowLinks) {
1056
- if (e.preventDefault) e.preventDefault();
1057
- else e.returnValue = false;
1058
- return false;
1059
- }
1060
- }
1061
-
1062
- function releaseForms(e) {
1063
- if (e.stopPropagation) e.stopPropagation();
1064
- else e.returnValue = false;
1065
- return false;
1066
- }
1067
-
1068
- /*==================================================
1069
- Event Handlers
1070
- ====================================================*/
1071
- var isTouchEvent = false;
1072
- var allowThresholdMove;
1073
- var allowMomentumBounce = true;
1074
-
1075
- function onTouchStart(event) {
1076
- if (params.preventLinks) _this.allowLinks = true;
1077
- //Exit if slider is already was touched
1078
- if (_this.isTouched || params.onlyExternal) {
1079
- return false;
1080
- }
1081
-
1082
- if (params.noSwiping && event.target && event.target.className && event.target.className.indexOf(params.noSwipingClass) > -1) return false;
1083
- allowMomentumBounce = false;
1084
-
1085
- //Check For Nested Swipers
1086
- _this.isTouched = true;
1087
- isTouchEvent = event.type == 'touchstart';
1088
-
1089
- if (!isTouchEvent || event.targetTouches.length == 1) {
1090
- if (params.loop) _this.fixLoop();
1091
- _this.callPlugins('onTouchStartBegin');
1092
-
1093
- if (!isTouchEvent) {
1094
- if (event.preventDefault) event.preventDefault();
1095
- else event.returnValue = false;
1096
- }
1097
-
1098
- var pageX = isTouchEvent ? event.targetTouches[0].pageX : (event.pageX || event.clientX);
1099
- var pageY = isTouchEvent ? event.targetTouches[0].pageY : (event.pageY || event.clientY);
1100
-
1101
- //Start Touches to check the scrolling
1102
- _this.touches.startX = _this.touches.currentX = pageX;
1103
- _this.touches.startY = _this.touches.currentY = pageY;
1104
-
1105
- _this.touches.start = _this.touches.current = isH ? pageX : pageY;
1106
-
1107
- //Set Transition Time to 0
1108
- _this.setWrapperTransition(0);
1109
-
1110
- //Get Start Translate Position
1111
- _this.positions.start = _this.positions.current = isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y');
1112
-
1113
- //Set Transform
1114
- if (isH) {
1115
- _this.setWrapperTranslate(_this.positions.start, 0, 0);
1116
- } else {
1117
- _this.setWrapperTranslate(0, _this.positions.start, 0);
1118
- }
1119
-
1120
- //TouchStartTime
1121
- _this.times.start = (new Date()).getTime();
1122
-
1123
- //Unset Scrolling
1124
- isScrolling = undefined;
1125
-
1126
- //Set Treshold
1127
- if (params.moveStartThreshold > 0) allowThresholdMove = false;
1128
-
1129
- //CallBack
1130
- if (params.onTouchStart) params.onTouchStart(_this);
1131
- _this.callPlugins('onTouchStartEnd');
1132
-
1133
- }
1134
- }
1135
- var velocityPrevPosition, velocityPrevTime;
1136
-
1137
- function onTouchMove(event) {
1138
- // If slider is not touched - exit
1139
- if (!_this.isTouched || params.onlyExternal) return;
1140
- if (isTouchEvent && event.type == 'mousemove') return;
1141
-
1142
- var pageX = isTouchEvent ? event.targetTouches[0].pageX : (event.pageX || event.clientX);
1143
- var pageY = isTouchEvent ? event.targetTouches[0].pageY : (event.pageY || event.clientY);
1144
-
1145
- //check for scrolling
1146
- if (typeof isScrolling === 'undefined' && isH) {
1147
- isScrolling = !! (isScrolling || Math.abs(pageY - _this.touches.startY) > Math.abs(pageX - _this.touches.startX));
1148
- }
1149
- if (typeof isScrolling === 'undefined' && !isH) {
1150
- isScrolling = !! (isScrolling || Math.abs(pageY - _this.touches.startY) < Math.abs(pageX - _this.touches.startX));
1151
- }
1152
- if (isScrolling) {
1153
- _this.isTouched = false;
1154
- return
1155
- }
1156
-
1157
- //Check For Nested Swipers
1158
- if (event.assignedToSwiper) {
1159
- _this.isTouched = false;
1160
- return
1161
- }
1162
- event.assignedToSwiper = true;
1163
-
1164
- //Moved Flag
1165
- _this.isMoved = true;
1166
-
1167
- //Block inner links
1168
- if (params.preventLinks) {
1169
- _this.allowLinks = false;
1170
- }
1171
- if (params.onSlideClick) {
1172
- _this.allowSlideClick = false;
1173
- }
1174
-
1175
- //Stop AutoPlay if exist
1176
- if (params.autoplay) {
1177
- _this.stopAutoplay();
1178
- }
1179
- if (!isTouchEvent || event.touches.length == 1) {
1180
-
1181
- _this.callPlugins('onTouchMoveStart');
1182
-
1183
- if (event.preventDefault) event.preventDefault();
1184
- else event.returnValue = false;
1185
-
1186
- _this.touches.current = isH ? pageX : pageY;
1187
-
1188
- _this.positions.current = (_this.touches.current - _this.touches.start) * params.touchRatio + _this.positions.start;
1189
-
1190
- //Resistance Callbacks
1191
- if (_this.positions.current > 0 && params.onResistanceBefore) {
1192
- params.onResistanceBefore(_this, _this.positions.current);
1193
- }
1194
- if (_this.positions.current < -maxWrapperPosition() && params.onResistanceBefore) {
1195
- params.onResistanceAfter(_this, Math.abs(_this.positions.current + maxWrapperPosition()));
1196
- }
1197
- //Resistance
1198
- if (params.resistance && params.resistance != '100%') {
1199
- //Resistance for Negative-Back sliding
1200
- if (_this.positions.current > 0) {
1201
- var resistance = 1 - _this.positions.current / containerSize / 2;
1202
- if (resistance < 0.5) _this.positions.current = (containerSize / 2);
1203
- else _this.positions.current = _this.positions.current * resistance;
1204
- }
1205
- //Resistance for After-End Sliding
1206
- if (_this.positions.current < -maxWrapperPosition()) {
1207
-
1208
- var diff = (_this.touches.current - _this.touches.start) * params.touchRatio + (maxWrapperPosition() + _this.positions.start);
1209
- var resistance = (containerSize + diff) / (containerSize);
1210
- var newPos = _this.positions.current - diff * (1 - resistance) / 2;
1211
- var stopPos = -maxWrapperPosition() - containerSize / 2;
1212
-
1213
- if (newPos < stopPos || resistance <= 0) _this.positions.current = stopPos;
1214
- else _this.positions.current = newPos;
1215
- }
1216
- }
1217
- if (params.resistance && params.resistance == '100%') {
1218
- //Resistance for Negative-Back sliding
1219
- if (_this.positions.current > 0 && !(params.freeMode && !params.freeModeFluid)) {
1220
- _this.positions.current = 0;
1221
- }
1222
- //Resistance for After-End Sliding
1223
- if ((_this.positions.current) < -maxWrapperPosition() && !(params.freeMode && !params.freeModeFluid)) {
1224
- _this.positions.current = -maxWrapperPosition();
1225
- }
1226
- }
1227
- //Move Slides
1228
- if (!params.followFinger) return
1229
-
1230
- if (!params.moveStartThreshold) {
1231
- if (isH) _this.setWrapperTranslate(_this.positions.current, 0, 0);
1232
- else _this.setWrapperTranslate(0, _this.positions.current, 0);
1233
- } else {
1234
- if (Math.abs(_this.touches.current - _this.touches.start) > params.moveStartThreshold || allowThresholdMove) {
1235
- allowThresholdMove = true;
1236
- if (isH) _this.setWrapperTranslate(_this.positions.current, 0, 0);
1237
- else _this.setWrapperTranslate(0, _this.positions.current, 0);
1238
- } else {
1239
- _this.positions.current = _this.positions.start;
1240
- }
1241
- }
1242
-
1243
- if (params.freeMode || params.watchActiveIndex) {
1244
- _this.updateActiveSlide(_this.positions.current);
1245
- }
1246
-
1247
- //Grab Cursor
1248
- if (params.grabCursor) {
1249
- _this.container.style.cursor = 'move';
1250
- _this.container.style.cursor = 'grabbing';
1251
- _this.container.style.cursor = '-moz-grabbin';
1252
- _this.container.style.cursor = '-webkit-grabbing';
1253
- }
1254
- //Velocity
1255
- if (!velocityPrevPosition) velocityPrevPosition = _this.touches.current;
1256
- if (!velocityPrevTime) velocityPrevTime = (new Date).getTime();
1257
- _this.velocity = (_this.touches.current - velocityPrevPosition) / ((new Date).getTime() - velocityPrevTime) / 2;
1258
- if (Math.abs(_this.touches.current - velocityPrevPosition) < 2) _this.velocity = 0;
1259
- velocityPrevPosition = _this.touches.current;
1260
- velocityPrevTime = (new Date).getTime();
1261
- //Callbacks
1262
- _this.callPlugins('onTouchMoveEnd');
1263
- if (params.onTouchMove) params.onTouchMove(_this);
1264
-
1265
- return false;
1266
- }
1267
- }
1268
-
1269
- function onTouchEnd(event) {
1270
- //Check For scrolling
1271
- if (isScrolling) {
1272
- _this.swipeReset();
1273
- }
1274
- // If slider is not touched exit
1275
- if (params.onlyExternal || !_this.isTouched) return;
1276
- _this.isTouched = false
1277
-
1278
- //Return Grab Cursor
1279
- if (params.grabCursor) {
1280
- _this.container.style.cursor = 'move';
1281
- _this.container.style.cursor = 'grab';
1282
- _this.container.style.cursor = '-moz-grab';
1283
- _this.container.style.cursor = '-webkit-grab';
1284
- }
1285
-
1286
- //Check for Current Position
1287
- if (!_this.positions.current && _this.positions.current !== 0) {
1288
- _this.positions.current = _this.positions.start
1289
- }
1290
-
1291
- //For case if slider touched but not moved
1292
- if (params.followFinger) {
1293
- if (isH) _this.setWrapperTranslate(_this.positions.current, 0, 0)
1294
- else _this.setWrapperTranslate(0, _this.positions.current, 0)
1295
- }
1296
- //--
1297
-
1298
- // TouchEndTime
1299
- _this.times.end = (new Date()).getTime();
1300
-
1301
- //Difference
1302
- _this.touches.diff = _this.touches.current - _this.touches.start
1303
- _this.touches.abs = Math.abs(_this.touches.diff)
1304
-
1305
- _this.positions.diff = _this.positions.current - _this.positions.start
1306
- _this.positions.abs = Math.abs(_this.positions.diff)
1307
-
1308
- var diff = _this.positions.diff;
1309
- var diffAbs = _this.positions.abs;
1310
- var timeDiff = _this.times.end - _this.times.start
1311
-
1312
- if (diffAbs < 5 && (timeDiff) < 300 && _this.allowLinks == false) {
1313
- if (!params.freeMode && diffAbs != 0) _this.swipeReset()
1314
- //Release inner links
1315
- if (params.preventLinks) {
1316
- _this.allowLinks = true;
1317
- }
1318
- if (params.onSlideClick) {
1319
- _this.allowSlideClick = true;
1320
- }
1321
- }
1322
- setTimeout(function () {
1323
- //Release inner links
1324
- if (params.preventLinks) {
1325
- _this.allowLinks = true;
1326
- }
1327
- if (params.onSlideClick) {
1328
- _this.allowSlideClick = true;
1329
- }
1330
- }, 100)
1331
-
1332
-
1333
- //Exit if not moved
1334
- if (!_this.isMoved) {
1335
- _this.isMoved = false;
1336
- if (params.onTouchEnd) params.onTouchEnd(_this)
1337
- _this.callPlugins('onTouchEnd');
1338
- return;
1339
- }
1340
- _this.isMoved = false;
1341
-
1342
- var maxPosition = maxWrapperPosition();
1343
-
1344
- //Prevent Negative Back Sliding
1345
- if (_this.positions.current > 0) {
1346
- _this.swipeReset()
1347
- if (params.onTouchEnd) params.onTouchEnd(_this)
1348
- _this.callPlugins('onTouchEnd');
1349
- return;
1350
- }
1351
- //Prevent After-End Sliding
1352
- if (_this.positions.current < -maxPosition) {
1353
- _this.swipeReset()
1354
- if (params.onTouchEnd) params.onTouchEnd(_this)
1355
- _this.callPlugins('onTouchEnd');
1356
- return;
1357
- }
1358
-
1359
- //Free Mode
1360
- if (params.freeMode) {
1361
- if (params.freeModeFluid) {
1362
- var momentumDuration = 1000 * params.momentumRatio;
1363
- var momentumDistance = _this.velocity * momentumDuration;
1364
- var newPosition = _this.positions.current + momentumDistance
1365
- var doBounce = false;
1366
- var afterBouncePosition;
1367
- var bounceAmount = Math.abs(_this.velocity) * 20 * params.momentumBounceRatio;
1368
- if (newPosition < -maxPosition) {
1369
- if (params.momentumBounce && _this.support.transitions) {
1370
- if (newPosition + maxPosition < -bounceAmount) newPosition = -maxPosition - bounceAmount;
1371
- afterBouncePosition = -maxPosition;
1372
- doBounce = true;
1373
- allowMomentumBounce = true;
1374
- } else newPosition = -maxPosition;
1375
- }
1376
- if (newPosition > 0) {
1377
- if (params.momentumBounce && _this.support.transitions) {
1378
- if (newPosition > bounceAmount) newPosition = bounceAmount;
1379
- afterBouncePosition = 0
1380
- doBounce = true;
1381
- allowMomentumBounce = true;
1382
- } else newPosition = 0;
1383
- }
1384
- //Fix duration
1385
- if (_this.velocity != 0) momentumDuration = Math.abs((newPosition - _this.positions.current) / _this.velocity)
1386
-
1387
- if (isH) _this.setWrapperTranslate(newPosition, 0, 0);
1388
- else _this.setWrapperTranslate(0, newPosition, 0);
1389
-
1390
- _this.setWrapperTransition(momentumDuration);
1391
-
1392
- if (params.momentumBounce && doBounce) {
1393
- _this.wrapperTransitionEnd(function () {
1394
- if (!allowMomentumBounce) return;
1395
- if (params.onMomentumBounce) params.onMomentumBounce(_this);
1396
- if (isH) _this.setWrapperTranslate(afterBouncePosition, 0, 0);
1397
- else _this.setWrapperTranslate(0, afterBouncePosition, 0);
1398
- _this.setWrapperTransition(300);
1399
- })
1400
- }
1401
-
1402
- _this.updateActiveSlide(newPosition)
1403
- }
1404
- if (!params.freeModeFluid || timeDiff >= 300) _this.updateActiveSlide(_this.positions.current)
1405
-
1406
- if (params.onTouchEnd) params.onTouchEnd(_this)
1407
- _this.callPlugins('onTouchEnd');
1408
- return;
1409
- }
1410
-
1411
- //Direction
1412
- direction = diff < 0 ? "toNext" : "toPrev"
1413
-
1414
- //Short Touches
1415
- if (direction == "toNext" && (timeDiff <= 300)) {
1416
- if (diffAbs < 30 || !params.shortSwipes) _this.swipeReset()
1417
- else _this.swipeNext(true);
1418
- }
1419
-
1420
- if (direction == "toPrev" && (timeDiff <= 300)) {
1421
- if (diffAbs < 30 || !params.shortSwipes) _this.swipeReset()
1422
- else _this.swipePrev(true);
1423
- }
1424
-
1425
- //Long Touches
1426
- var targetSlideSize = 0;
1427
- if (params.slidesPerView == 'auto') {
1428
- //Define current slide's width
1429
- var currentPosition = Math.abs(isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y'));
1430
- var slidesOffset = 0;
1431
- var _slideSize;
1432
- for (var i = 0; i < _this.slides.length; i++) {
1433
- _slideSize = isH ? _this.slides[i].getWidth(true) : _this.slides[i].getHeight(true);
1434
- slidesOffset += _slideSize;
1435
- if (slidesOffset > currentPosition) {
1436
- targetSlideSize = _slideSize;
1437
- break;
1438
- }
1439
- }
1440
- if (targetSlideSize > containerSize) targetSlideSize = containerSize;
1441
- } else {
1442
- targetSlideSize = slideSize * params.slidesPerView;
1443
- }
1444
- if (direction == "toNext" && (timeDiff > 300)) {
1445
- if (diffAbs >= targetSlideSize * 0.5) {
1446
- _this.swipeNext(true)
1447
- } else {
1448
- _this.swipeReset()
1449
- }
1450
- }
1451
- if (direction == "toPrev" && (timeDiff > 300)) {
1452
- if (diffAbs >= targetSlideSize * 0.5) {
1453
- _this.swipePrev(true);
1454
- } else {
1455
- _this.swipeReset()
1456
- }
1457
- }
1458
- if (params.onTouchEnd) params.onTouchEnd(_this)
1459
- _this.callPlugins('onTouchEnd');
1460
- }
1461
-
1462
- /*==================================================
1463
- Swipe Functions
1464
- ====================================================*/
1465
- _this.swipeNext = function (internal) {
1466
- if (!internal && params.loop) _this.fixLoop();
1467
- _this.callPlugins('onSwipeNext');
1468
- var currentPosition = isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y');
1469
- var newPosition = currentPosition;
1470
- if (params.slidesPerView == 'auto') {
1471
- for (var i = 0; i < _this.snapGrid.length; i++) {
1472
- if (-currentPosition >= _this.snapGrid[i] && -currentPosition < _this.snapGrid[i + 1]) {
1473
- newPosition = -_this.snapGrid[i + 1]
1474
- break;
1475
- }
1476
- }
1477
- } else {
1478
- var groupSize = slideSize * params.slidesPerGroup;
1479
- newPosition = -(Math.floor(Math.abs(currentPosition) / Math.floor(groupSize)) * groupSize + groupSize);
1480
- }
1481
- if (newPosition < -maxWrapperPosition()) {
1482
- newPosition = -maxWrapperPosition()
1483
- };
1484
-
1485
- if (newPosition == currentPosition) return false;
1486
-
1487
- swipeToPosition(newPosition, 'next');
1488
- return true
1489
- }
1490
- _this.swipePrev = function (internal) {
1491
- if (!internal && params.loop) _this.fixLoop();
1492
- if (!internal && params.autoplay) _this.stopAutoplay();
1493
- _this.callPlugins('onSwipePrev');
1494
-
1495
- var currentPosition = Math.ceil(isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y'));
1496
- var newPosition;
1497
- if (params.slidesPerView == 'auto') {
1498
- newPosition = 0;
1499
- for (var i = 1; i < _this.snapGrid.length; i++) {
1500
- if (-currentPosition == _this.snapGrid[i]) {
1501
- newPosition = -_this.snapGrid[i - 1]
1502
- break;
1503
- }
1504
- if (-currentPosition > _this.snapGrid[i] && -currentPosition < _this.snapGrid[i + 1]) {
1505
- newPosition = -_this.snapGrid[i]
1506
- break;
1507
- }
1508
- }
1509
- } else {
1510
- var groupSize = slideSize * params.slidesPerGroup;
1511
- newPosition = -(Math.ceil(-currentPosition / groupSize) - 1) * groupSize;
1512
- }
1513
-
1514
- if (newPosition > 0) newPosition = 0;
1515
-
1516
- if (newPosition == currentPosition) return false;
1517
- swipeToPosition(newPosition, 'prev');
1518
- return true;
1519
-
1520
- }
1521
- _this.swipeReset = function () {
1522
- _this.callPlugins('onSwipeReset');
1523
- var currentPosition = isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y');
1524
- var groupSize = slideSize * params.slidesPerGroup;
1525
- var newPosition;
1526
- var maxPosition = -maxWrapperPosition();
1527
- if (params.slidesPerView == 'auto') {
1528
- newPosition = 0;
1529
- for (var i = 0; i < _this.snapGrid.length; i++) {
1530
- if (-currentPosition === _this.snapGrid[i]) return;
1531
- if (-currentPosition >= _this.snapGrid[i] && -currentPosition < _this.snapGrid[i + 1]) {
1532
- if (_this.positions.diff > 0) newPosition = -_this.snapGrid[i + 1]
1533
- else newPosition = -_this.snapGrid[i]
1534
- break;
1535
- }
1536
- }
1537
- if (-currentPosition >= _this.snapGrid[_this.snapGrid.length - 1]) newPosition = -_this.snapGrid[_this.snapGrid.length - 1];
1538
- if (currentPosition <= -maxWrapperPosition()) newPosition = -maxWrapperPosition()
1539
- } else {
1540
- newPosition = currentPosition < 0 ? Math.round(currentPosition / groupSize) * groupSize : 0
1541
- }
1542
- if (params.scrollContainer) {
1543
- newPosition = currentPosition < 0 ? currentPosition : 0;
1544
- }
1545
- if (newPosition < -maxWrapperPosition()) {
1546
- newPosition = -maxWrapperPosition()
1547
- }
1548
- if (params.scrollContainer && (containerSize > slideSize)) {
1549
- newPosition = 0;
1550
- }
1551
-
1552
- if (newPosition == currentPosition) return false;
1553
-
1554
- swipeToPosition(newPosition, 'reset');
1555
- return true;
1556
- }
1557
- _this.swipeTo = function (index, speed, runCallbacks) {
1558
- index = parseInt(index, 10);
1559
- _this.callPlugins('onSwipeTo', {
1560
- index: index,
1561
- speed: speed
1562
- });
1563
- if (params.loop) index = index + _this.loopedSlides;
1564
- var currentPosition = isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y');
1565
- if (index > (_this.slides.length - 1)) return;
1566
- if (index < 0) return;
1567
- var newPosition
1568
- if (params.slidesPerView == 'auto') {
1569
- newPosition = -_this.slidesGrid[index];
1570
- } else {
1571
- newPosition = -index * slideSize;
1572
- }
1573
- if (newPosition < -maxWrapperPosition()) {
1574
- newPosition = -maxWrapperPosition();
1575
- };
1576
-
1577
- if (newPosition == currentPosition) return false;
1578
-
1579
- runCallbacks = runCallbacks === false ? false : true;
1580
- swipeToPosition(newPosition, 'to', {
1581
- index: index,
1582
- speed: speed,
1583
- runCallbacks: runCallbacks
1584
- });
1585
- return true;
1586
- }
1587
-
1588
- function swipeToPosition(newPosition, action, toOptions) {
1589
- if (_this.support.transitions || !params.DOMAnimation) {
1590
- if (isH) _this.setWrapperTranslate(newPosition, 0, 0);
1591
- else _this.setWrapperTranslate(0, newPosition, 0);
1592
- var speed = (action == 'to' && toOptions.speed >= 0) ? toOptions.speed : params.speed;
1593
- _this.setWrapperTransition(speed);
1594
- } else {
1595
- //Try the DOM animation
1596
- var currentPosition = isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y');
1597
- var speed = (action == 'to' && toOptions.speed >= 0) ? toOptions.speed : params.speed;
1598
- var animationStep = Math.ceil((newPosition - currentPosition) / speed * (1000 / 60));
1599
- var direction = currentPosition > newPosition ? 'toNext' : 'toPrev';
1600
- var condition = direction == 'toNext' ? currentPosition > newPosition : currentPosition < newPosition;
1601
- if (_this._DOMAnimating) return;
1602
-
1603
- anim()
1604
- }
1605
-
1606
- function anim() {
1607
- currentPosition += animationStep;
1608
- condition = direction == 'toNext' ? currentPosition > newPosition : currentPosition < newPosition;
1609
- if (condition) {
1610
- if (isH) _this.setWrapperTranslate(Math.round(currentPosition), 0)
1611
- else _this.setWrapperTranslate(0, Math.round(currentPosition))
1612
- _this._DOMAnimating = true
1613
- window.setTimeout(function () {
1614
- anim()
1615
- }, 1000 / 60)
1616
- } else {
1617
- if (params.onSlideChangeEnd) params.onSlideChangeEnd(_this)
1618
- if (isH) _this.setWrapperTranslate(newPosition, 0);
1619
- else _this.setWrapperTranslate(0, newPosition);
1620
- _this._DOMAnimating = false;
1621
- }
1622
- }
1623
-
1624
- //Update Active Slide Index
1625
- _this.updateActiveSlide(newPosition);
1626
-
1627
- //Callbacks
1628
- if (params.onSlideNext && action == 'next') {
1629
- params.onSlideNext(_this, newPosition)
1630
- }
1631
- if (params.onSlidePrev && action == 'prev') {
1632
- params.onSlidePrev(_this, newPosition)
1633
- }
1634
- //"Reset" Callback
1635
- if (params.onSlideReset && action == 'reset') {
1636
- params.onSlideReset(_this, newPosition)
1637
- }
1638
-
1639
- //"Next", "Prev" and "To" Callbacks
1640
- if (action == 'next' || action == 'prev' || (action == 'to' && toOptions.runCallbacks == true)) slideChangeCallbacks()
1641
- }
1642
- /*==================================================
1643
- Transition Callbacks
1644
- ====================================================*/
1645
- //Prevent Multiple Callbacks
1646
- _this._queueStartCallbacks = false;
1647
- _this._queueEndCallbacks = false;
1648
-
1649
- function slideChangeCallbacks() {
1650
- //Transition Start Callback
1651
- _this.callPlugins('onSlideChangeStart');
1652
- if (params.onSlideChangeStart) {
1653
- if (params.queueStartCallbacks && _this.support.transitions) {
1654
- if (_this._queueStartCallbacks) return;
1655
- _this._queueStartCallbacks = true;
1656
- params.onSlideChangeStart(_this)
1657
- _this.wrapperTransitionEnd(function () {
1658
- _this._queueStartCallbacks = false;
1659
- })
1660
- } else params.onSlideChangeStart(_this)
1661
- }
1662
- //Transition End Callback
1663
- if (params.onSlideChangeEnd) {
1664
- if (_this.support.transitions) {
1665
- if (params.queueEndCallbacks) {
1666
- if (_this._queueEndCallbacks) return;
1667
- _this._queueEndCallbacks = true;
1668
- _this.wrapperTransitionEnd(params.onSlideChangeEnd)
1669
- } else _this.wrapperTransitionEnd(params.onSlideChangeEnd)
1670
- } else {
1671
- if (!params.DOMAnimation) {
1672
- setTimeout(function () {
1673
- params.onSlideChangeEnd(_this)
1674
- }, 10)
1675
- }
1676
- }
1677
- }
1678
- }
1679
- /*==================================================
1680
- Update Active Slide Index
1681
- ====================================================*/
1682
- _this.updateActiveSlide = function (position) {
1683
- if (!_this.initialized) return;
1684
- if (_this.slides.length == 0) return;
1685
- _this.previousIndex = _this.activeIndex;
1686
- if (position > 0) position = 0;
1687
- if (typeof position == 'undefined') position = isH ? _this.getWrapperTranslate('x') : _this.getWrapperTranslate('y');
1688
-
1689
- if (params.slidesPerView == 'auto') {
1690
- var slidesOffset = 0;
1691
- _this.activeIndex = _this.slidesGrid.indexOf(-position);
1692
- if (_this.activeIndex < 0) {
1693
- for (var i = 0; i < _this.slidesGrid.length - 1; i++) {
1694
- if (-position > _this.slidesGrid[i] && -position < _this.slidesGrid[i + 1]) {
1695
- break;
1696
- }
1697
- }
1698
- var leftDistance = Math.abs(_this.slidesGrid[i] + position)
1699
- var rightDistance = Math.abs(_this.slidesGrid[i + 1] + position)
1700
- if (leftDistance <= rightDistance) _this.activeIndex = i;
1701
- else _this.activeIndex = i + 1;
1702
- }
1703
- } else {
1704
- if (params.visibilityFullFit) _this.activeIndex = Math.ceil(-position / slideSize);
1705
- else _this.activeIndex = Math.round(-position / slideSize);
1706
- }
1707
- if (_this.activeIndex == _this.slides.length) _this.activeIndex = _this.slides.length - 1;
1708
- if (_this.activeIndex < 0) _this.activeIndex = 0;
1709
- // Check for slide
1710
- if (!_this.slides[_this.activeIndex]) return;
1711
- // Calc Visible slides
1712
- _this.calcVisibleSlides(position);
1713
-
1714
- // Mark visible and active slides with additonal classes
1715
- var activeClassRegexp = new RegExp("\\s*" + params.slideActiveClass);
1716
- var inViewClassRegexp = new RegExp("\\s*" + params.slideVisibleClass);
1717
-
1718
- for (var i = 0; i < _this.slides.length; i++) {
1719
- _this.slides[i].className = _this.slides[i].className.replace(activeClassRegexp, '').replace(inViewClassRegexp, '');
1720
- if (_this.visibleSlides.indexOf(_this.slides[i]) >= 0) {
1721
- _this.slides[i].className += ' ' + params.slideVisibleClass;
1722
- }
1723
-
1724
- }
1725
- _this.slides[_this.activeIndex].className += ' ' + params.slideActiveClass;
1726
-
1727
- //Update loop index
1728
- if (params.loop) {
1729
- var ls = _this.loopedSlides;
1730
- _this.activeLoopIndex = _this.activeIndex - ls;
1731
- if (_this.activeLoopIndex >= _this.slides.length - ls * 2) {
1732
- _this.activeLoopIndex = _this.slides.length - ls * 2 - _this.activeLoopIndex;
1733
- }
1734
- if (_this.activeLoopIndex < 0) {
1735
- _this.activeLoopIndex = _this.slides.length - ls * 2 + _this.activeLoopIndex;
1736
- }
1737
- } else {
1738
- _this.activeLoopIndex = _this.activeIndex;
1739
- }
1740
- //Update Pagination
1741
- if (params.pagination) {
1742
- _this.updatePagination(position);
1743
- }
1744
- }
1745
- /*==================================================
1746
- Pagination
1747
- ====================================================*/
1748
- _this.createPagination = function (firstInit) {
1749
- if (params.paginationClickable && _this.paginationButtons) {
1750
- removePaginationEvents();
1751
- }
1752
- var paginationHTML = "";
1753
- var numOfSlides = _this.slides.length;
1754
- var numOfButtons = numOfSlides;
1755
- if (params.loop) numOfButtons -= _this.loopedSlides * 2
1756
- for (var i = 0; i < numOfButtons; i++) {
1757
- paginationHTML += '<' + params.paginationElement + ' class="' + params.paginationElementClass + '"></' + params.paginationElement + '>'
1758
- }
1759
- _this.paginationContainer = params.pagination.nodeType ? params.pagination : $$(params.pagination)[0];
1760
- _this.paginationContainer.innerHTML = paginationHTML;
1761
- _this.paginationButtons = []
1762
- if (document.querySelectorAll) _this.paginationButtons = _this.paginationContainer.querySelectorAll('.' + params.paginationElementClass);
1763
- else if (window.jQuery) _this.paginationButtons = $$(_this.paginationContainer).find('.' + params.paginationElementClass);
1764
-
1765
- if (!firstInit) _this.updatePagination()
1766
- _this.callPlugins('onCreatePagination');
1767
- if (params.paginationClickable) {
1768
- addPaginationEvents();
1769
- }
1770
- }
1771
-
1772
- function removePaginationEvents() {
1773
- var pagers = _this.paginationButtons;
1774
- for (var i = 0; i < pagers.length; i++) {
1775
- _this.h.removeEventListener(pagers[i], 'click', paginationClick, false)
1776
- }
1777
- }
1778
-
1779
- function addPaginationEvents() {
1780
- var pagers = _this.paginationButtons;
1781
- for (var i = 0; i < pagers.length; i++) {
1782
- _this.h.addEventListener(pagers[i], 'click', paginationClick, false)
1783
- }
1784
- }
1785
-
1786
- function paginationClick(e) {
1787
- var index;
1788
- var target = e.target || e.srcElement;
1789
- var pagers = _this.paginationButtons;
1790
- for (var i = 0; i < pagers.length; i++) {
1791
- if (target === pagers[i]) index = i;
1792
- }
1793
- _this.swipeTo(index)
1794
- }
1795
- _this.updatePagination = function (position) {
1796
- if (_this.slides.length < 1) return;
1797
-
1798
- if (document.querySelectorAll) var activePagers = _this.paginationContainer.querySelectorAll('.' + params.paginationActiveClass)
1799
- else if (window.jQuery) var activePagers = $$(_this.paginationContainer).find('.' + params.paginationActiveClass);
1800
-
1801
- if (!activePagers) return
1802
- //Reset all Buttons' class to not active
1803
- var pagers = _this.paginationButtons;
1804
- for (var i = 0; i < pagers.length; i++) {
1805
- pagers[i].className = params.paginationElementClass
1806
- }
1807
- var indexOffset = params.loop ? _this.loopedSlides : 0;
1808
- if (params.paginationAsRange) {
1809
- if (!_this.visibleSlides) _this.calcVisibleSlides(position)
1810
- //Get Visible Indexes
1811
- var visibleIndexes = [];
1812
- for (var i = 0; i < _this.visibleSlides.length; i++) {
1813
- var visIndex = _this.slides.indexOf(_this.visibleSlides[i]) - indexOffset
1814
-
1815
- if (params.loop && visIndex < 0) {
1816
- visIndex = _this.slides.length - _this.loopedSlides * 2 + visIndex;
1817
- }
1818
- if (params.loop && visIndex >= _this.slides.length - _this.loopedSlides * 2) {
1819
- visIndex = _this.slides.length - _this.loopedSlides * 2 - visIndex;
1820
- visIndex = Math.abs(visIndex)
1821
- }
1822
- visibleIndexes.push(visIndex)
1823
- }
1824
- for (i = 0; i < visibleIndexes.length; i++) {
1825
- if (pagers[visibleIndexes[i]]) pagers[visibleIndexes[i]].className += ' ' + params.paginationVisibleClass;
1826
- }
1827
- if (params.loop) {
1828
- pagers[_this.activeLoopIndex].className += ' ' + params.paginationActiveClass;
1829
- } else {
1830
- pagers[_this.activeIndex].className += ' ' + params.paginationActiveClass;
1831
- }
1832
- } else {
1833
- if (params.loop) {
1834
- pagers[_this.activeLoopIndex].className += ' ' + params.paginationActiveClass + ' ' + params.paginationVisibleClass;
1835
- } else {
1836
- pagers[_this.activeIndex].className += ' ' + params.paginationActiveClass + ' ' + params.paginationVisibleClass;
1837
- }
1838
-
1839
- }
1840
-
1841
- }
1842
- _this.calcVisibleSlides = function (position) {
1843
- var visibleSlides = [];
1844
- var _slideLeft = 0,
1845
- _slideSize = 0,
1846
- _slideRight = 0;
1847
- if (isH && _this.wrapperLeft > 0) position = position + _this.wrapperLeft;
1848
- if (!isH && _this.wrapperTop > 0) position = position + _this.wrapperTop;
1849
-
1850
- for (var i = 0; i < _this.slides.length; i++) {
1851
- _slideLeft += _slideSize;
1852
- if (params.slidesPerView == 'auto') _slideSize = isH ? _this.h.getWidth(_this.slides[i], true) : _this.h.getHeight(_this.slides[i], true);
1853
- else _slideSize = slideSize;
1854
-
1855
- _slideRight = _slideLeft + _slideSize;
1856
- var isVisibile = false;
1857
- if (params.visibilityFullFit) {
1858
- if (_slideLeft >= -position && _slideRight <= -position + containerSize) isVisibile = true;
1859
- if (_slideLeft <= -position && _slideRight >= -position + containerSize) isVisibile = true;
1860
- } else {
1861
-
1862
- if (_slideRight > -position && _slideRight <= ((-position + containerSize))) isVisibile = true;
1863
- if (_slideLeft >= -position && _slideLeft < ((-position + containerSize))) isVisibile = true;
1864
- if (_slideLeft < -position && _slideRight > ((-position + containerSize))) isVisibile = true;
1865
- }
1866
-
1867
- if (isVisibile) visibleSlides.push(_this.slides[i])
1868
-
1869
- }
1870
- if (visibleSlides.length == 0) visibleSlides = [_this.slides[_this.activeIndex]]
1871
-
1872
- _this.visibleSlides = visibleSlides;
1873
- }
1874
-
1875
- /*==========================================
1876
- Autoplay
1877
- ============================================*/
1878
- _this.autoPlayIntervalId = undefined;
1879
- _this.startAutoplay = function () {
1880
- if (typeof _this.autoPlayIntervalId !== 'undefined') return false;
1881
- if (params.autoplay && !params.loop) {
1882
- _this.autoPlayIntervalId = setInterval(function () {
1883
- if (!_this.swipeNext(true)) _this.swipeTo(0);
1884
- }, params.autoplay)
1885
- }
1886
- if (params.autoplay && params.loop) {
1887
- _this.autoPlayIntervalId = setInterval(function () {
1888
- _this.swipeNext();
1889
- }, params.autoplay)
1890
- }
1891
- _this.callPlugins('onAutoplayStart');
1892
- }
1893
- _this.stopAutoplay = function () {
1894
- if (_this.autoPlayIntervalId) clearInterval(_this.autoPlayIntervalId);
1895
- _this.autoPlayIntervalId = undefined;
1896
- _this.callPlugins('onAutoplayStop');
1897
- }
1898
- /*==================================================
1899
- Loop
1900
- ====================================================*/
1901
- _this.loopCreated = false;
1902
- _this.removeLoopedSlides = function () {
1903
- if (_this.loopCreated) {
1904
- for (var i = 0; i < _this.slides.length; i++) {
1905
- if (_this.slides[i].getData('looped') === true) _this.wrapper.removeChild(_this.slides[i]);
1906
- }
1907
- }
1908
- }
1909
- _this.createLoop = function () {
1910
- if (_this.slides.length == 0) return;
1911
- _this.loopedSlides = params.slidesPerView + params.loopAdditionalSlides;
1912
-
1913
- var slideFirstHTML = '';
1914
- var slideLastHTML = '';
1915
-
1916
- //Grab First Slides
1917
- for (var i = 0; i < _this.loopedSlides; i++) {
1918
- slideFirstHTML += _this.slides[i].outerHTML
1919
- }
1920
- //Grab Last Slides
1921
- for (i = _this.slides.length - _this.loopedSlides; i < _this.slides.length; i++) {
1922
- slideLastHTML += _this.slides[i].outerHTML
1923
- }
1924
- wrapper.innerHTML = slideLastHTML + wrapper.innerHTML + slideFirstHTML;
1925
-
1926
- _this.loopCreated = true;
1927
- _this.calcSlides();
1928
-
1929
- //Update Looped Slides with special class
1930
- for (i = 0; i < _this.slides.length; i++) {
1931
- if (i < _this.loopedSlides || i >= _this.slides.length - _this.loopedSlides) _this.slides[i].setData('looped', true);
1932
- }
1933
- _this.callPlugins('onCreateLoop');
1934
-
1935
- }
1936
- _this.fixLoop = function () {
1937
- //Fix For Negative Oversliding
1938
- if (_this.activeIndex < _this.loopedSlides) {
1939
- var newIndex = _this.slides.length - _this.loopedSlides * 3 + _this.activeIndex;
1940
- _this.swipeTo(newIndex, 0, false)
1941
- }
1942
- //Fix For Positive Oversliding
1943
- else if (_this.activeIndex > _this.slides.length - params.slidesPerView * 2) {
1944
- var newIndex = -_this.slides.length + _this.activeIndex + _this.loopedSlides
1945
- _this.swipeTo(newIndex, 0, false)
1946
- }
1947
- }
1948
- /*==================================================
1949
- Slides Loader
1950
- ====================================================*/
1951
- _this.loadSlides = function () {
1952
- var slidesHTML = '';
1953
- _this.activeLoaderIndex = 0;
1954
- var slides = params.loader.slides;
1955
- var slidesToLoad = params.loader.loadAllSlides ? slides.length : params.slidesPerView * (1 + params.loader.surroundGroups);
1956
- for (var i = 0; i < slidesToLoad; i++) {
1957
- if (params.loader.slidesHTMLType == 'outer') slidesHTML += slides[i];
1958
- else {
1959
- slidesHTML += '<' + params.slideElement + ' class="' + params.slideClass + '" data-swiperindex="' + i + '">' + slides[i] + '</' + params.slideElement + '>';
1960
- }
1961
- }
1962
- _this.wrapper.innerHTML = slidesHTML;
1963
- _this.calcSlides(true);
1964
- //Add permanent transitionEnd callback
1965
- if (!params.loader.loadAllSlides) {
1966
- _this.wrapperTransitionEnd(_this.reloadSlides, true);
1967
- }
1968
- }
1969
- _this.reloadSlides = function () {
1970
- var slides = params.loader.slides;
1971
- var newActiveIndex = parseInt(_this.activeSlide().data('swiperindex'), 10)
1972
- if (newActiveIndex < 0 || newActiveIndex > slides.length - 1) return //<-- Exit
1973
- _this.activeLoaderIndex = newActiveIndex;
1974
- var firstIndex = Math.max(0, newActiveIndex - params.slidesPerView * params.loader.surroundGroups)
1975
- var lastIndex = Math.min(newActiveIndex + params.slidesPerView * (1 + params.loader.surroundGroups) - 1, slides.length - 1)
1976
- //Update Transforms
1977
- if (newActiveIndex > 0) {
1978
- var newTransform = -slideSize * (newActiveIndex - firstIndex)
1979
- if (isH) _this.setWrapperTranslate(newTransform, 0, 0)
1980
- else _this.setWrapperTranslate(0, newTransform, 0)
1981
- _this.setWrapperTransition(0)
1982
- }
1983
- //New Slides
1984
- if (params.loader.logic === 'reload') {
1985
- _this.wrapper.innerHTML = '';
1986
- var slidesHTML = '';
1987
- for (var i = firstIndex; i <= lastIndex; i++) {
1988
- slidesHTML += params.loader.slidesHTMLType == 'outer' ? slides[i] : '<' + params.slideElement + ' class="' + params.slideClass + '" data-swiperindex="' + i + '">' + slides[i] + '</' + params.slideElement + '>';
1989
- }
1990
- _this.wrapper.innerHTML = slidesHTML;
1991
- } else {
1992
- var minExistIndex = 1000;
1993
- var maxExistIndex = 0;
1994
- for (var i = 0; i < _this.slides.length; i++) {
1995
- var index = _this.slides[i].data('swiperindex');
1996
- if (index < firstIndex || index > lastIndex) {
1997
- _this.wrapper.removeChild(_this.slides[i]);
1998
- } else {
1999
- minExistIndex = Math.min(index, minExistIndex)
2000
- maxExistIndex = Math.max(index, maxExistIndex)
2001
- }
2002
- }
2003
- for (var i = firstIndex; i <= lastIndex; i++) {
2004
- if (i < minExistIndex) {
2005
- var newSlide = document.createElement(params.slideElement);
2006
- newSlide.className = params.slideClass;
2007
- newSlide.setAttribute('data-swiperindex', i);
2008
- newSlide.innerHTML = slides[i];
2009
- _this.wrapper.insertBefore(newSlide, _this.wrapper.firstChild);
2010
- }
2011
- if (i > maxExistIndex) {
2012
- var newSlide = document.createElement(params.slideElement);
2013
- newSlide.className = params.slideClass;
2014
- newSlide.setAttribute('data-swiperindex', i);
2015
- newSlide.innerHTML = slides[i];
2016
- _this.wrapper.appendChild(newSlide);
2017
- }
2018
- }
2019
- }
2020
- //reInit
2021
- _this.reInit(true);
2022
- }
2023
- /*==================================================
2024
- Make Swiper
2025
- ====================================================*/
2026
- function makeSwiper() {
2027
- _this.calcSlides();
2028
- if (params.loader.slides.length > 0 && _this.slides.length == 0) {
2029
- _this.loadSlides();
2030
- }
2031
- if (params.loop) {
2032
- _this.createLoop();
2033
- }
2034
- _this.init();
2035
- initEvents();
2036
- if (params.pagination && params.createPagination) {
2037
- _this.createPagination(true);
2038
- }
2039
- if (params.loop || params.initialSlide > 0) {
2040
- _this.swipeTo(params.initialSlide, 0, false);
2041
- } else {
2042
- _this.updateActiveSlide(0);
2043
- }
2044
- if (params.autoplay) {
2045
- _this.startAutoplay();
2046
- }
2047
-
2048
- }
2049
- makeSwiper();
2050
- }
2051
-
2052
- Swiper.prototype = {
2053
- plugins: {},
2054
- /*==================================================
2055
- Wrapper Operations
2056
- ====================================================*/
2057
- wrapperTransitionEnd: function (callback, permanent) {
2058
- var a = this
2059
- var el = a.wrapper
2060
- var events = ['webkitTransitionEnd', 'transitionend', 'oTransitionEnd', 'MSTransitionEnd', 'msTransitionEnd'];
2061
-
2062
- function fireCallBack() {
2063
- callback(a)
2064
- if (a.params.queueEndCallbacks) a._queueEndCallbacks = false
2065
- if (!permanent) {
2066
- for (var i = 0; i < events.length; i++) {
2067
- el.removeEventListener(events[i], fireCallBack, false)
2068
- }
2069
- }
2070
- }
2071
- if (callback) {
2072
- for (var i = 0; i < events.length; i++) {
2073
- el.addEventListener(events[i], fireCallBack, false)
2074
- }
2075
- }
2076
- },
2077
-
2078
- getWrapperTranslate: function (axis) {
2079
- var el = this.wrapper
2080
- var matrix;
2081
- var curTransform;
2082
- if (window.WebKitCSSMatrix) {
2083
- var transformMatrix = new WebKitCSSMatrix(window.getComputedStyle(el, null).webkitTransform)
2084
- matrix = transformMatrix.toString().split(',');
2085
- } else {
2086
- var transformMatrix = window.getComputedStyle(el, null).MozTransform || window.getComputedStyle(el, null).OTransform || window.getComputedStyle(el, null).MsTransform || window.getComputedStyle(el, null).msTransform || window.getComputedStyle(el, null).transform || window.getComputedStyle(el, null).getPropertyValue("transform").replace("translate(", "matrix(1, 0, 0, 1,");
2087
- matrix = transformMatrix.toString().split(',');
2088
-
2089
- }
2090
- if (this.params.useCSS3Transforms) {
2091
- if (axis == 'x') {
2092
- //Crazy IE10 Matrix
2093
- if (matrix.length == 16) curTransform = parseFloat(matrix[12])
2094
- //Latest Chrome and webkits Fix
2095
- else if (window.WebKitCSSMatrix) curTransform = transformMatrix.m41
2096
- //Normal Browsers
2097
- else curTransform = parseFloat(matrix[4])
2098
- }
2099
- if (axis == 'y') {
2100
- //Crazy IE10 Matrix
2101
- if (matrix.length == 16) curTransform = parseFloat(matrix[13])
2102
- //Latest Chrome and webkits Fix
2103
- else if (window.WebKitCSSMatrix) curTransform = transformMatrix.m42
2104
- //Normal Browsers
2105
- else curTransform = parseFloat(matrix[5])
2106
- }
2107
- } else {
2108
- if (axis == 'x') curTransform = parseFloat(el.style.left, 10) || 0
2109
- if (axis == 'y') curTransform = parseFloat(el.style.top, 10) || 0
2110
- }
2111
- return curTransform || 0;
2112
- },
2113
-
2114
- setWrapperTranslate: function (x, y, z) {
2115
- var es = this.wrapper.style
2116
- x = x || 0;
2117
- y = y || 0;
2118
- z = z || 0;
2119
- if (this.params.useCSS3Transforms) {
2120
- if (this.support.transforms3d) {
2121
- es.webkitTransform = es.MsTransform = es.msTransform = es.MozTransform = es.OTransform = es.transform = 'translate3d(' + x + 'px, ' + y + 'px, ' + z + 'px)'
2122
- } else {
2123
-
2124
- es.webkitTransform = es.MsTransform = es.msTransform = es.MozTransform = es.OTransform = es.transform = 'translate(' + x + 'px, ' + y + 'px)'
2125
- if (!this.support.transforms) {
2126
- es.left = x + 'px'
2127
- es.top = y + 'px'
2128
- }
2129
- }
2130
- } else {
2131
- es.left = x + 'px';
2132
- es.top = y + 'px';
2133
- }
2134
- this.callPlugins('onSetWrapperTransform', {
2135
- x: x,
2136
- y: y,
2137
- z: z
2138
- })
2139
- },
2140
-
2141
- setWrapperTransition: function (duration) {
2142
- var es = this.wrapper.style
2143
- es.webkitTransitionDuration = es.MsTransitionDuration = es.msTransitionDuration = es.MozTransitionDuration = es.OTransitionDuration = es.transitionDuration = duration / 1000 + 's';
2144
- this.callPlugins('onSetWrapperTransition', {
2145
- duration: duration
2146
- })
2147
- },
2148
-
2149
- /*==================================================
2150
- Helpers
2151
- ====================================================*/
2152
- h: {
2153
- getWidth: function (el, outer) {
2154
- var width = window.getComputedStyle(el, null).getPropertyValue('width')
2155
- var returnWidth = parseFloat(width);
2156
- //IE Fixes
2157
- if (isNaN(returnWidth) || width.indexOf('%') > 0) {
2158
- returnWidth = el.offsetWidth - parseFloat(window.getComputedStyle(el, null).getPropertyValue('padding-left')) - parseFloat(window.getComputedStyle(el, null).getPropertyValue('padding-right'));
2159
- }
2160
- if (outer) returnWidth += parseFloat(window.getComputedStyle(el, null).getPropertyValue('padding-left')) + parseFloat(window.getComputedStyle(el, null).getPropertyValue('padding-right'))
2161
-
2162
- return returnWidth;
2163
- },
2164
- getHeight: function (el, outer) {
2165
- if (outer) return el.offsetHeight;
2166
-
2167
- var height = window.getComputedStyle(el, null).getPropertyValue('height')
2168
- var returnHeight = parseFloat(height);
2169
- //IE Fixes
2170
- if (isNaN(returnHeight) || height.indexOf('%') > 0) {
2171
- returnHeight = el.offsetHeight - parseFloat(window.getComputedStyle(el, null).getPropertyValue('padding-top')) - parseFloat(window.getComputedStyle(el, null).getPropertyValue('padding-bottom'));
2172
- }
2173
- if (outer) returnHeight += parseFloat(window.getComputedStyle(el, null).getPropertyValue('padding-top')) + parseFloat(window.getComputedStyle(el, null).getPropertyValue('padding-bottom'))
2174
- return returnHeight;
2175
- },
2176
- getOffset: function (el) {
2177
- var box = el.getBoundingClientRect();
2178
- var body = document.body;
2179
- var clientTop = el.clientTop || body.clientTop || 0;
2180
- var clientLeft = el.clientLeft || body.clientLeft || 0;
2181
- var scrollTop = window.pageYOffset || el.scrollTop;
2182
- var scrollLeft = window.pageXOffset || el.scrollLeft;
2183
- if (document.documentElement && !window.pageYOffset) {
2184
- //IE7-8
2185
- scrollTop = document.documentElement.scrollTop;
2186
- scrollLeft = document.documentElement.scrollLeft;
2187
- }
2188
- return {
2189
- top: box.top + scrollTop - clientTop,
2190
- left: box.left + scrollLeft - clientLeft
2191
- };
2192
- },
2193
- windowWidth: function () {
2194
- if (window.innerWidth) return window.innerWidth
2195
- else if (document.documentElement && document.documentElement.clientWidth) return document.documentElement.clientWidth;
2196
- },
2197
- windowHeight: function () {
2198
- if (window.innerHeight) return window.innerHeight
2199
- else if (document.documentElement && document.documentElement.clientHeight) return document.documentElement.clientHeight;
2200
- },
2201
- windowScroll: function () {
2202
- var left = 0,
2203
- top = 0;
2204
- if (typeof pageYOffset != 'undefined') {
2205
- return {
2206
- left: window.pageXOffset,
2207
- top: window.pageYOffset
2208
- }
2209
- } else if (document.documentElement) {
2210
- return {
2211
- left: document.documentElement.scrollLeft,
2212
- top: document.documentElement.scrollTop
2213
- }
2214
- }
2215
- },
2216
-
2217
- addEventListener: function (el, event, listener, useCapture) {
2218
- if (el.addEventListener) {
2219
- el.addEventListener(event, listener, useCapture)
2220
- } else if (el.attachEvent) {
2221
- el.attachEvent('on' + event, listener)
2222
- }
2223
- },
2224
- removeEventListener: function (el, event, listener, useCapture) {
2225
- if (el.removeEventListener) {
2226
- el.removeEventListener(event, listener, useCapture)
2227
- } else if (el.detachEvent) {
2228
- el.detachEvent('on' + event, listener)
2229
- }
2230
- }
2231
- },
2232
- setTransform: function (el, transform) {
2233
- var es = el.style
2234
- es.webkitTransform = es.MsTransform = es.msTransform = es.MozTransform = es.OTransform = es.transform = transform
2235
- },
2236
- setTranslate: function (el, translate) {
2237
- var es = el.style
2238
- var pos = {
2239
- x: translate.x || 0,
2240
- y: translate.y || 0,
2241
- z: translate.z || 0
2242
- };
2243
- var transformString = this.support.transforms3d ? 'translate3d(' + (pos.x) + 'px,' + (pos.y) + 'px,' + (pos.z) + 'px)' : 'translate(' + (pos.x) + 'px,' + (pos.y) + 'px)';
2244
- es.webkitTransform = es.MsTransform = es.msTransform = es.MozTransform = es.OTransform = es.transform = transformString;
2245
- if (!this.support.transforms) {
2246
- es.left = pos.x + 'px'
2247
- es.top = pos.y + 'px'
2248
- }
2249
- },
2250
- setTransition: function (el, duration) {
2251
- var es = el.style
2252
- es.webkitTransitionDuration = es.MsTransitionDuration = es.msTransitionDuration = es.MozTransitionDuration = es.OTransitionDuration = es.transitionDuration = duration + 'ms';
2253
- },
2254
- /*==================================================
2255
- Feature Detection
2256
- ====================================================*/
2257
- support: {
2258
-
2259
- touch: (window.Modernizr && Modernizr.touch === true) || (function () {
2260
- return !!(("ontouchstart" in window) || window.DocumentTouch && document instanceof DocumentTouch);
2261
- })(),
2262
-
2263
- transforms3d: (window.Modernizr && Modernizr.csstransforms3d === true) || (function () {
2264
- var div = document.createElement('div');
2265
- return ("webkitPerspective" in div.style || "MozPerspective" in div.style || "OPerspective" in div.style || "MsPerspective" in div.style || "perspective" in div.style);
2266
- })(),
2267
-
2268
- transforms: (window.Modernizr && Modernizr.csstransforms === true) || (function () {
2269
- var div = document.createElement('div').style
2270
- return ('transform' in div) || ('WebkitTransform' in div) || ('MozTransform' in div) || ('msTransform' in div) || ('MsTransform' in div) || ('OTransform' in div);
2271
- })(),
2272
-
2273
- transitions: (window.Modernizr && Modernizr.csstransitions === true) || (function () {
2274
- var div = document.createElement('div').style
2275
- return ('transition' in div) || ('WebkitTransition' in div) || ('MozTransition' in div) || ('msTransition' in div) || ('MsTransition' in div) || ('OTransition' in div);
2276
- })()
2277
- },
2278
-
2279
- browser: {
2280
-
2281
- ie8: (function () {
2282
- var rv = -1; // Return value assumes failure.
2283
- if (navigator.appName == 'Microsoft Internet Explorer') {
2284
- var ua = navigator.userAgent;
2285
- var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
2286
- if (re.exec(ua) != null) rv = parseFloat(RegExp.$1);
2287
- }
2288
- return rv != -1 && rv < 9;
2289
- })(),
2290
-
2291
- ie10: window.navigator.msPointerEnabled
2292
- }
2293
- }
2294
-
2295
- /*=========================
2296
- jQuery & Zepto Plugins
2297
- ===========================*/
2298
- if (window.jQuery || window.Zepto) {
2299
- (function ($) {
2300
- $.fn.swiper = function (params) {
2301
- var s = new Swiper($(this)[0], params)
2302
- $(this).data('swiper', s);
2303
- return s;
2304
- }
2305
- })(window.jQuery || window.Zepto);
2306
- }
1
+ var Swiper=function(e,t){"use strict";function r(e,t){if(document.querySelectorAll)return(t||document).querySelectorAll(e);else return jQuery(e,t)}function b(e){if(Object.prototype.toString.apply(e)==="[object Array]")return true;return false}function x(){var e=u-l;if(t.freeMode){e=u-l}if(t.slidesPerView>i.slides.length&&!t.centeredSlides){e=0}if(e<0)e=0;return e}function T(){function o(e){var n=new Image;n.onload=function(){if(i&&i.imagesLoaded!==undefined)i.imagesLoaded++;if(i.imagesLoaded===i.imagesToLoad.length){i.reInit();if(t.onImagesReady)i.fireCallback(t.onImagesReady,i)}};n.src=e}var e=i.h.addEventListener;var n=t.eventTarget==="wrapper"?i.wrapper:i.container;if(!(i.browser.ie10||i.browser.ie11)){if(i.support.touch){e(n,"touchstart",I);e(n,"touchmove",U);e(n,"touchend",z)}if(t.simulateTouch){e(n,"mousedown",I);e(document,"mousemove",U);e(document,"mouseup",z)}}else{e(n,i.touchEvents.touchStart,I);e(document,i.touchEvents.touchMove,U);e(document,i.touchEvents.touchEnd,z)}if(t.autoResize){e(window,"resize",i.resizeFix)}N();i._wheelEvent=false;if(t.mousewheelControl){if(document.onmousewheel!==undefined){i._wheelEvent="mousewheel"}if(!i._wheelEvent){try{new WheelEvent("wheel");i._wheelEvent="wheel"}catch(s){}}if(!i._wheelEvent){i._wheelEvent="DOMMouseScroll"}if(i._wheelEvent){e(i.container,i._wheelEvent,A)}}if(t.keyboardControl){e(document,"keydown",k)}if(t.updateOnImagesReady){i.imagesToLoad=r("img",i.container);for(var u=0;u<i.imagesToLoad.length;u++){o(i.imagesToLoad[u].getAttribute("src"))}}}function N(){var e=i.h.addEventListener,n;if(t.preventLinks){var s=r("a",i.container);for(n=0;n<s.length;n++){e(s[n],"click",P)}}if(t.releaseFormElements){var o=r("input, textarea, select",i.container);for(n=0;n<o.length;n++){e(o[n],i.touchEvents.touchStart,H,true)}}if(t.onSlideClick){for(n=0;n<i.slides.length;n++){e(i.slides[n],"click",M)}}if(t.onSlideTouch){for(n=0;n<i.slides.length;n++){e(i.slides[n],i.touchEvents.touchStart,_)}}}function C(){var e=i.h.removeEventListener,n;if(t.onSlideClick){for(n=0;n<i.slides.length;n++){e(i.slides[n],"click",M)}}if(t.onSlideTouch){for(n=0;n<i.slides.length;n++){e(i.slides[n],i.touchEvents.touchStart,_)}}if(t.releaseFormElements){var s=r("input, textarea, select",i.container);for(n=0;n<s.length;n++){e(s[n],i.touchEvents.touchStart,H,true)}}if(t.preventLinks){var o=r("a",i.container);for(n=0;n<o.length;n++){e(o[n],"click",P)}}}function k(e){var t=e.keyCode||e.charCode;if(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey)return;if(t===37||t===39||t===38||t===40){var n=false;var r=i.h.getOffset(i.container);var s=i.h.windowScroll().left;var o=i.h.windowScroll().top;var u=i.h.windowWidth();var a=i.h.windowHeight();var f=[[r.left,r.top],[r.left+i.width,r.top],[r.left,r.top+i.height],[r.left+i.width,r.top+i.height]];for(var l=0;l<f.length;l++){var c=f[l];if(c[0]>=s&&c[0]<=s+u&&c[1]>=o&&c[1]<=o+a){n=true}}if(!n)return}if(d){if(t===37||t===39){if(e.preventDefault)e.preventDefault();else e.returnValue=false}if(t===39)i.swipeNext();if(t===37)i.swipePrev()}else{if(t===38||t===40){if(e.preventDefault)e.preventDefault();else e.returnValue=false}if(t===40)i.swipeNext();if(t===38)i.swipePrev()}}function A(e){var n=i._wheelEvent;var r=0;if(e.detail)r=-e.detail;else if(n==="mousewheel"){if(t.mousewheelControlForceToAxis){if(d){if(Math.abs(e.wheelDeltaX)>Math.abs(e.wheelDeltaY))r=e.wheelDeltaX;else return}else{if(Math.abs(e.wheelDeltaY)>Math.abs(e.wheelDeltaX))r=e.wheelDeltaY;else return}}else{r=e.wheelDelta}}else if(n==="DOMMouseScroll")r=-e.detail;else if(n==="wheel"){if(t.mousewheelControlForceToAxis){if(d){if(Math.abs(e.deltaX)>Math.abs(e.deltaY))r=-e.deltaX;else return}else{if(Math.abs(e.deltaY)>Math.abs(e.deltaX))r=-e.deltaY;else return}}else{r=Math.abs(e.deltaX)>Math.abs(e.deltaY)?-e.deltaX:-e.deltaY}}if(!t.freeMode){if((new Date).getTime()-L>60){if(r<0)i.swipeNext();else i.swipePrev()}L=(new Date).getTime()}else{var s=i.getWrapperTranslate()+r;if(s>0)s=0;if(s<-x())s=-x();i.setWrapperTransition(0);i.setWrapperTranslate(s);i.updateActiveSlide(s);if(s===0||s===-x())return}if(t.autoplay)i.stopAutoplay(true);if(e.preventDefault)e.preventDefault();else e.returnValue=false;return false}function M(e){if(i.allowSlideClick){D(e);i.fireCallback(t.onSlideClick,i,e)}}function _(e){D(e);i.fireCallback(t.onSlideTouch,i,e)}function D(e){if(!e.currentTarget){var n=e.srcElement;do{if(n.className.indexOf(t.slideClass)>-1){break}n=n.parentNode}while(n);i.clickedSlide=n}else{i.clickedSlide=e.currentTarget}i.clickedSlideIndex=i.slides.indexOf(i.clickedSlide);i.clickedSlideLoopIndex=i.clickedSlideIndex-(i.loopedSlides||0)}function P(e){if(!i.allowLinks){if(e.preventDefault)e.preventDefault();else e.returnValue=false;if(t.preventLinksPropagation&&"stopPropagation"in e){e.stopPropagation()}return false}}function H(e){if(e.stopPropagation)e.stopPropagation();else e.returnValue=false;return false}function I(e){if(t.preventLinks)i.allowLinks=true;if(i.isTouched||t.onlyExternal){return false}if(t.noSwiping&&(e.target||e.srcElement)&&W(e.target||e.srcElement))return false;F=false;i.isTouched=true;B=e.type==="touchstart";if(!B||e.targetTouches.length===1){i.callPlugins("onTouchStartBegin");if(!B&&!i.isAndroid){if(e.preventDefault)e.preventDefault();else e.returnValue=false}var n=B?e.targetTouches[0].pageX:e.pageX||e.clientX;var r=B?e.targetTouches[0].pageY:e.pageY||e.clientY;i.touches.startX=i.touches.currentX=n;i.touches.startY=i.touches.currentY=r;i.touches.start=i.touches.current=d?n:r;i.setWrapperTransition(0);i.positions.start=i.positions.current=i.getWrapperTranslate();i.setWrapperTranslate(i.positions.start);i.times.start=(new Date).getTime();f=undefined;if(t.moveStartThreshold>0){j=false}if(t.onTouchStart)i.fireCallback(t.onTouchStart,i,e);i.callPlugins("onTouchStartEnd")}}function U(e){if(!i.isTouched||t.onlyExternal)return;if(B&&e.type==="mousemove")return;var n=B?e.targetTouches[0].pageX:e.pageX||e.clientX;var r=B?e.targetTouches[0].pageY:e.pageY||e.clientY;if(typeof f==="undefined"&&d){f=!!(f||Math.abs(r-i.touches.startY)>Math.abs(n-i.touches.startX))}if(typeof f==="undefined"&&!d){f=!!(f||Math.abs(r-i.touches.startY)<Math.abs(n-i.touches.startX))}if(f){i.isTouched=false;return}if(e.assignedToSwiper){i.isTouched=false;return}e.assignedToSwiper=true;if(t.preventLinks){i.allowLinks=false}if(t.onSlideClick){i.allowSlideClick=false}if(t.autoplay){i.stopAutoplay(true)}if(!B||e.touches.length===1){if(!i.isMoved){i.callPlugins("onTouchMoveStart");if(t.loop){i.fixLoop();i.positions.start=i.getWrapperTranslate()}if(t.onTouchMoveStart)i.fireCallback(t.onTouchMoveStart,i)}i.isMoved=true;if(e.preventDefault)e.preventDefault();else e.returnValue=false;i.touches.current=d?n:r;i.positions.current=(i.touches.current-i.touches.start)*t.touchRatio+i.positions.start;if(i.positions.current>0&&t.onResistanceBefore){i.fireCallback(t.onResistanceBefore,i,i.positions.current)}if(i.positions.current<-x()&&t.onResistanceAfter){i.fireCallback(t.onResistanceAfter,i,Math.abs(i.positions.current+x()))}if(t.resistance&&t.resistance!=="100%"){var s;if(i.positions.current>0){s=1-i.positions.current/l/2;if(s<.5)i.positions.current=l/2;else i.positions.current=i.positions.current*s}if(i.positions.current<-x()){var o=(i.touches.current-i.touches.start)*t.touchRatio+(x()+i.positions.start);s=(l+o)/l;var u=i.positions.current-o*(1-s)/2;var a=-x()-l/2;if(u<a||s<=0)i.positions.current=a;else i.positions.current=u}}if(t.resistance&&t.resistance==="100%"){if(i.positions.current>0&&!(t.freeMode&&!t.freeModeFluid)){i.positions.current=0}if(i.positions.current<-x()&&!(t.freeMode&&!t.freeModeFluid)){i.positions.current=-x()}}if(!t.followFinger)return;if(!t.moveStartThreshold){i.setWrapperTranslate(i.positions.current)}else{if(Math.abs(i.touches.current-i.touches.start)>t.moveStartThreshold||j){if(!j){j=true;i.touches.start=i.touches.current;return}i.setWrapperTranslate(i.positions.current)}else{i.positions.current=i.positions.start}}if(t.freeMode||t.watchActiveIndex){i.updateActiveSlide(i.positions.current)}if(t.grabCursor){i.container.style.cursor="move";i.container.style.cursor="grabbing";i.container.style.cursor="-moz-grabbin";i.container.style.cursor="-webkit-grabbing"}if(!q)q=i.touches.current;if(!R)R=(new Date).getTime();i.velocity=(i.touches.current-q)/((new Date).getTime()-R)/2;if(Math.abs(i.touches.current-q)<2)i.velocity=0;q=i.touches.current;R=(new Date).getTime();i.callPlugins("onTouchMoveEnd");if(t.onTouchMove)i.fireCallback(t.onTouchMove,i,e);return false}}function z(e){if(f){i.swipeReset()}if(t.onlyExternal||!i.isTouched)return;i.isTouched=false;if(t.grabCursor){i.container.style.cursor="move";i.container.style.cursor="grab";i.container.style.cursor="-moz-grab";i.container.style.cursor="-webkit-grab"}if(!i.positions.current&&i.positions.current!==0){i.positions.current=i.positions.start}if(t.followFinger){i.setWrapperTranslate(i.positions.current)}i.times.end=(new Date).getTime();i.touches.diff=i.touches.current-i.touches.start;i.touches.abs=Math.abs(i.touches.diff);i.positions.diff=i.positions.current-i.positions.start;i.positions.abs=Math.abs(i.positions.diff);var n=i.positions.diff;var r=i.positions.abs;var s=i.times.end-i.times.start;if(r<5&&s<300&&i.allowLinks===false){if(!t.freeMode&&r!==0)i.swipeReset();if(t.preventLinks){i.allowLinks=true}if(t.onSlideClick){i.allowSlideClick=true}}setTimeout(function(){if(t.preventLinks){i.allowLinks=true}if(t.onSlideClick){i.allowSlideClick=true}},100);var u=x();if(!i.isMoved&&t.freeMode){i.isMoved=false;if(t.onTouchEnd)i.fireCallback(t.onTouchEnd,i,e);i.callPlugins("onTouchEnd");return}if(!i.isMoved||i.positions.current>0||i.positions.current<-u){i.swipeReset();if(t.onTouchEnd)i.fireCallback(t.onTouchEnd,i,e);i.callPlugins("onTouchEnd");return}i.isMoved=false;if(t.freeMode){if(t.freeModeFluid){var c=1e3*t.momentumRatio;var h=i.velocity*c;var p=i.positions.current+h;var v=false;var m;var g=Math.abs(i.velocity)*20*t.momentumBounceRatio;if(p<-u){if(t.momentumBounce&&i.support.transitions){if(p+u<-g)p=-u-g;m=-u;v=true;F=true}else p=-u}if(p>0){if(t.momentumBounce&&i.support.transitions){if(p>g)p=g;m=0;v=true;F=true}else p=0}if(i.velocity!==0)c=Math.abs((p-i.positions.current)/i.velocity);i.setWrapperTranslate(p);i.setWrapperTransition(c);if(t.momentumBounce&&v){i.wrapperTransitionEnd(function(){if(!F)return;if(t.onMomentumBounce)i.fireCallback(t.onMomentumBounce,i);i.callPlugins("onMomentumBounce");i.setWrapperTranslate(m);i.setWrapperTransition(300)})}i.updateActiveSlide(p)}if(!t.freeModeFluid||s>=300)i.updateActiveSlide(i.positions.current);if(t.onTouchEnd)i.fireCallback(t.onTouchEnd,i,e);i.callPlugins("onTouchEnd");return}a=n<0?"toNext":"toPrev";if(a==="toNext"&&s<=300){if(r<30||!t.shortSwipes)i.swipeReset();else i.swipeNext(true)}if(a==="toPrev"&&s<=300){if(r<30||!t.shortSwipes)i.swipeReset();else i.swipePrev(true)}var y=0;if(t.slidesPerView==="auto"){var b=Math.abs(i.getWrapperTranslate());var w=0;var E;for(var S=0;S<i.slides.length;S++){E=d?i.slides[S].getWidth(true,t.roundLengths):i.slides[S].getHeight(true,t.roundLengths);w+=E;if(w>b){y=E;break}}if(y>l)y=l}else{y=o*t.slidesPerView}if(a==="toNext"&&s>300){if(r>=y*t.longSwipesRatio){i.swipeNext(true)}else{i.swipeReset()}}if(a==="toPrev"&&s>300){if(r>=y*t.longSwipesRatio){i.swipePrev(true)}else{i.swipeReset()}}if(t.onTouchEnd)i.fireCallback(t.onTouchEnd,i,e);i.callPlugins("onTouchEnd")}function W(e){var n=false;do{if(e.className.indexOf(t.noSwipingClass)>-1){n=true}e=e.parentElement}while(!n&&e.parentElement&&e.className.indexOf(t.wrapperClass)===-1);if(!n&&e.className.indexOf(t.wrapperClass)>-1&&e.className.indexOf(t.noSwipingClass)>-1)n=true;return n}function X(e,t){var n=document.createElement("div");var r;n.innerHTML=t;r=n.firstChild;r.className+=" "+e;return r.outerHTML}function V(e,n,r){function u(){var s=+(new Date);var h=s-o;a+=f*h/(1e3/60);c=l==="toNext"?a>e:a<e;if(c){i.setWrapperTranslate(Math.ceil(a));i._DOMAnimating=true;window.setTimeout(function(){u()},1e3/60)}else{if(t.onSlideChangeEnd){if(n==="to"){if(r.runCallbacks===true)i.fireCallback(t.onSlideChangeEnd,i)}else{i.fireCallback(t.onSlideChangeEnd,i)}}i.setWrapperTranslate(e);i._DOMAnimating=false}}var s=n==="to"&&r.speed>=0?r.speed:t.speed;var o=+(new Date);if(i.support.transitions||!t.DOMAnimation){i.setWrapperTranslate(e);i.setWrapperTransition(s)}else{var a=i.getWrapperTranslate();var f=Math.ceil((e-a)/s*(1e3/60));var l=a>e?"toNext":"toPrev";var c=l==="toNext"?a>e:a<e;if(i._DOMAnimating)return;u()}i.updateActiveSlide(e);if(t.onSlideNext&&n==="next"){i.fireCallback(t.onSlideNext,i,e)}if(t.onSlidePrev&&n==="prev"){i.fireCallback(t.onSlidePrev,i,e)}if(t.onSlideReset&&n==="reset"){i.fireCallback(t.onSlideReset,i,e)}if(n==="next"||n==="prev"||n==="to"&&r.runCallbacks===true)$(n)}function $(e){i.callPlugins("onSlideChangeStart");if(t.onSlideChangeStart){if(t.queueStartCallbacks&&i.support.transitions){if(i._queueStartCallbacks)return;i._queueStartCallbacks=true;i.fireCallback(t.onSlideChangeStart,i,e);i.wrapperTransitionEnd(function(){i._queueStartCallbacks=false})}else i.fireCallback(t.onSlideChangeStart,i,e)}if(t.onSlideChangeEnd){if(i.support.transitions){if(t.queueEndCallbacks){if(i._queueEndCallbacks)return;i._queueEndCallbacks=true;i.wrapperTransitionEnd(function(n){i.fireCallback(t.onSlideChangeEnd,n,e)})}else{i.wrapperTransitionEnd(function(n){i.fireCallback(t.onSlideChangeEnd,n,e)})}}else{if(!t.DOMAnimation){setTimeout(function(){i.fireCallback(t.onSlideChangeEnd,i,e)},10)}}}}function J(){var e=i.paginationButtons;if(e){for(var t=0;t<e.length;t++){i.h.removeEventListener(e[t],"click",Q)}}}function K(){var e=i.paginationButtons;if(e){for(var t=0;t<e.length;t++){i.h.addEventListener(e[t],"click",Q)}}}function Q(e){var t;var n=e.target||e.srcElement;var r=i.paginationButtons;for(var s=0;s<r.length;s++){if(n===r[s])t=s}i.swipeTo(t)}function Z(){G=setTimeout(function(){if(t.loop){i.fixLoop();i.swipeNext(true)}else if(!i.swipeNext(true)){if(!t.autoplayStopOnLast)i.swipeTo(0);else{clearTimeout(G);G=undefined}}i.wrapperTransitionEnd(function(){if(typeof G!=="undefined")Z()})},t.autoplay)}function et(){i.calcSlides();if(t.loader.slides.length>0&&i.slides.length===0){i.loadSlides()}if(t.loop){i.createLoop()}i.init();T();if(t.pagination){i.createPagination(true)}if(t.loop||t.initialSlide>0){i.swipeTo(t.initialSlide,0,false)}else{i.updateActiveSlide(0)}if(t.autoplay){i.startAutoplay()}i.centerIndex=i.activeIndex;if(t.onSwiperCreated)i.fireCallback(t.onSwiperCreated,i);i.callPlugins("onSwiperCreated")}if(document.body.__defineGetter__){if(HTMLElement){var n=HTMLElement.prototype;if(n.__defineGetter__){n.__defineGetter__("outerHTML",function(){return(new XMLSerializer).serializeToString(this)})}}}if(!window.getComputedStyle){window.getComputedStyle=function(e,t){this.el=e;this.getPropertyValue=function(t){var n=/(\-([a-z]){1})/g;if(t==="float")t="styleFloat";if(n.test(t)){t=t.replace(n,function(){return arguments[2].toUpperCase()})}return e.currentStyle[t]?e.currentStyle[t]:null};return this}}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(e,t){for(var n=t||0,r=this.length;n<r;n++){if(this[n]===e){return n}}return-1}}if(!document.querySelectorAll){if(!window.jQuery)return}if(typeof e==="undefined")return;if(!e.nodeType){if(r(e).length===0)return}var i=this;i.touches={start:0,startX:0,startY:0,current:0,currentX:0,currentY:0,diff:0,abs:0};i.positions={start:0,abs:0,diff:0,current:0};i.times={start:0,end:0};i.id=(new Date).getTime();i.container=e.nodeType?e:r(e)[0];i.isTouched=false;i.isMoved=false;i.activeIndex=0;i.centerIndex=0;i.activeLoaderIndex=0;i.activeLoopIndex=0;i.previousIndex=null;i.velocity=0;i.snapGrid=[];i.slidesGrid=[];i.imagesToLoad=[];i.imagesLoaded=0;i.wrapperLeft=0;i.wrapperRight=0;i.wrapperTop=0;i.wrapperBottom=0;i.isAndroid=navigator.userAgent.toLowerCase().indexOf("android")>=0;var s,o,u,a,f,l;var c={eventTarget:"wrapper",mode:"horizontal",touchRatio:1,speed:300,freeMode:false,freeModeFluid:false,momentumRatio:1,momentumBounce:true,momentumBounceRatio:1,slidesPerView:1,slidesPerGroup:1,slidesPerViewFit:true,simulateTouch:true,followFinger:true,shortSwipes:true,longSwipesRatio:.5,moveStartThreshold:false,onlyExternal:false,createPagination:true,pagination:false,paginationElement:"span",paginationClickable:false,paginationAsRange:true,resistance:true,scrollContainer:false,preventLinks:true,preventLinksPropagation:false,noSwiping:false,noSwipingClass:"swiper-no-swiping",initialSlide:0,keyboardControl:false,mousewheelControl:false,mousewheelControlForceToAxis:false,useCSS3Transforms:true,autoplay:false,autoplayDisableOnInteraction:true,autoplayStopOnLast:false,loop:false,loopAdditionalSlides:0,roundLengths:false,calculateHeight:false,cssWidthAndHeight:false,updateOnImagesReady:true,releaseFormElements:true,watchActiveIndex:false,visibilityFullFit:false,offsetPxBefore:0,offsetPxAfter:0,offsetSlidesBefore:0,offsetSlidesAfter:0,centeredSlides:false,queueStartCallbacks:false,queueEndCallbacks:false,autoResize:true,resizeReInit:false,DOMAnimation:true,loader:{slides:[],slidesHTMLType:"inner",surroundGroups:1,logic:"reload",loadAllSlides:false},slideElement:"div",slideClass:"swiper-slide",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",wrapperClass:"swiper-wrapper",paginationElementClass:"swiper-pagination-switch",paginationActiveClass:"swiper-active-switch",paginationVisibleClass:"swiper-visible-switch"};t=t||{};for(var h in c){if(h in t&&typeof t[h]==="object"){for(var p in c[h]){if(!(p in t[h])){t[h][p]=c[h][p]}}}else if(!(h in t)){t[h]=c[h]}}i.params=t;if(t.scrollContainer){t.freeMode=true;t.freeModeFluid=true}if(t.loop){t.resistance="100%"}var d=t.mode==="horizontal";var v=["mousedown","mousemove","mouseup"];if(i.browser.ie10)v=["MSPointerDown","MSPointerMove","MSPointerUp"];if(i.browser.ie11)v=["pointerdown","pointermove","pointerup"];i.touchEvents={touchStart:i.support.touch||!t.simulateTouch?"touchstart":v[0],touchMove:i.support.touch||!t.simulateTouch?"touchmove":v[1],touchEnd:i.support.touch||!t.simulateTouch?"touchend":v[2]};for(var m=i.container.childNodes.length-1;m>=0;m--){if(i.container.childNodes[m].className){var g=i.container.childNodes[m].className.split(/\s+/);for(var y=0;y<g.length;y++){if(g[y]===t.wrapperClass){s=i.container.childNodes[m]}}}}i.wrapper=s;i._extendSwiperSlide=function(e){e.append=function(){if(t.loop){e.insertAfter(i.slides.length-i.loopedSlides)}else{i.wrapper.appendChild(e);i.reInit()}return e};e.prepend=function(){if(t.loop){i.wrapper.insertBefore(e,i.slides[i.loopedSlides]);i.removeLoopedSlides();i.calcSlides();i.createLoop()}else{i.wrapper.insertBefore(e,i.wrapper.firstChild)}i.reInit();return e};e.insertAfter=function(n){if(typeof n==="undefined")return false;var r;if(t.loop){r=i.slides[n+1+i.loopedSlides];if(r){i.wrapper.insertBefore(e,r)}else{i.wrapper.appendChild(e)}i.removeLoopedSlides();i.calcSlides();i.createLoop()}else{r=i.slides[n+1];i.wrapper.insertBefore(e,r)}i.reInit();return e};e.clone=function(){return i._extendSwiperSlide(e.cloneNode(true))};e.remove=function(){i.wrapper.removeChild(e);i.reInit()};e.html=function(t){if(typeof t==="undefined"){return e.innerHTML}else{e.innerHTML=t;return e}};e.index=function(){var t;for(var n=i.slides.length-1;n>=0;n--){if(e===i.slides[n])t=n}return t};e.isActive=function(){if(e.index()===i.activeIndex)return true;else return false};if(!e.swiperSlideDataStorage)e.swiperSlideDataStorage={};e.getData=function(t){return e.swiperSlideDataStorage[t]};e.setData=function(t,n){e.swiperSlideDataStorage[t]=n;return e};e.data=function(t,n){if(typeof n==="undefined"){return e.getAttribute("data-"+t)}else{e.setAttribute("data-"+t,n);return e}};e.getWidth=function(t,n){return i.h.getWidth(e,t,n)};e.getHeight=function(t,n){return i.h.getHeight(e,t,n)};e.getOffset=function(){return i.h.getOffset(e)};return e};i.calcSlides=function(e){var n=i.slides?i.slides.length:false;i.slides=[];i.displaySlides=[];for(var r=0;r<i.wrapper.childNodes.length;r++){if(i.wrapper.childNodes[r].className){var s=i.wrapper.childNodes[r].className;var o=s.split(/\s+/);for(var u=0;u<o.length;u++){if(o[u]===t.slideClass){i.slides.push(i.wrapper.childNodes[r])}}}}for(r=i.slides.length-1;r>=0;r--){i._extendSwiperSlide(i.slides[r])}if(n===false)return;if(n!==i.slides.length||e){C();N();i.updateActiveSlide();if(i.params.pagination)i.createPagination();i.callPlugins("numberOfSlidesChanged")}};i.createSlide=function(e,n,r){n=n||i.params.slideClass;r=r||t.slideElement;var s=document.createElement(r);s.innerHTML=e||"";s.className=n;return i._extendSwiperSlide(s)};i.appendSlide=function(e,t,n){if(!e)return;if(e.nodeType){return i._extendSwiperSlide(e).append()}else{return i.createSlide(e,t,n).append()}};i.prependSlide=function(e,t,n){if(!e)return;if(e.nodeType){return i._extendSwiperSlide(e).prepend()}else{return i.createSlide(e,t,n).prepend()}};i.insertSlideAfter=function(e,t,n,r){if(typeof e==="undefined")return false;if(t.nodeType){return i._extendSwiperSlide(t).insertAfter(e)}else{return i.createSlide(t,n,r).insertAfter(e)}};i.removeSlide=function(e){if(i.slides[e]){if(t.loop){if(!i.slides[e+i.loopedSlides])return false;i.slides[e+i.loopedSlides].remove();i.removeLoopedSlides();i.calcSlides();i.createLoop()}else i.slides[e].remove();return true}else return false};i.removeLastSlide=function(){if(i.slides.length>0){if(t.loop){i.slides[i.slides.length-1-i.loopedSlides].remove();i.removeLoopedSlides();i.calcSlides();i.createLoop()}else i.slides[i.slides.length-1].remove();return true}else{return false}};i.removeAllSlides=function(){for(var e=i.slides.length-1;e>=0;e--){i.slides[e].remove()}};i.getSlide=function(e){return i.slides[e]};i.getLastSlide=function(){return i.slides[i.slides.length-1]};i.getFirstSlide=function(){return i.slides[0]};i.activeSlide=function(){return i.slides[i.activeIndex]};i.fireCallback=function(){var e=arguments[0];if(Object.prototype.toString.call(e)==="[object Array]"){for(var n=0;n<e.length;n++){if(typeof e[n]==="function"){e[n](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])}}}else if(Object.prototype.toString.call(e)==="[object String]"){if(t["on"+e])i.fireCallback(t["on"+e],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])}else{e(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])}};i.addCallback=function(e,t){var n=this,r;if(n.params["on"+e]){if(b(this.params["on"+e])){return this.params["on"+e].push(t)}else if(typeof this.params["on"+e]==="function"){r=this.params["on"+e];this.params["on"+e]=[];this.params["on"+e].push(r);return this.params["on"+e].push(t)}}else{this.params["on"+e]=[];return this.params["on"+e].push(t)}};i.removeCallbacks=function(e){if(i.params["on"+e]){i.params["on"+e]=null}};var w=[];for(var E in i.plugins){if(t[E]){var S=i.plugins[E](i,t[E]);if(S)w.push(S)}}i.callPlugins=function(e,t){if(!t)t={};for(var n=0;n<w.length;n++){if(e in w[n]){w[n][e](t)}}};if((i.browser.ie10||i.browser.ie11)&&!t.onlyExternal){i.wrapper.classList.add("swiper-wp8-"+(d?"horizontal":"vertical"))}if(t.freeMode){i.container.className+=" swiper-free-mode"}i.initialized=false;i.init=function(e,n){var r=i.h.getWidth(i.container,false,t.roundLengths);var s=i.h.getHeight(i.container,false,t.roundLengths);if(r===i.width&&s===i.height&&!e)return;i.width=r;i.height=s;var a,f,c,h,p,v;var m;l=d?r:s;var g=i.wrapper;if(e){i.calcSlides(n)}if(t.slidesPerView==="auto"){var y=0;var b=0;if(t.slidesOffset>0){g.style.paddingLeft="";g.style.paddingRight="";g.style.paddingTop="";g.style.paddingBottom=""}g.style.width="";g.style.height="";if(t.offsetPxBefore>0){if(d)i.wrapperLeft=t.offsetPxBefore;else i.wrapperTop=t.offsetPxBefore}if(t.offsetPxAfter>0){if(d)i.wrapperRight=t.offsetPxAfter;else i.wrapperBottom=t.offsetPxAfter}if(t.centeredSlides){if(d){i.wrapperLeft=(l-this.slides[0].getWidth(true,t.roundLengths))/2;i.wrapperRight=(l-i.slides[i.slides.length-1].getWidth(true,t.roundLengths))/2}else{i.wrapperTop=(l-i.slides[0].getHeight(true,t.roundLengths))/2;i.wrapperBottom=(l-i.slides[i.slides.length-1].getHeight(true,t.roundLengths))/2}}if(d){if(i.wrapperLeft>=0)g.style.paddingLeft=i.wrapperLeft+"px";if(i.wrapperRight>=0)g.style.paddingRight=i.wrapperRight+"px"}else{if(i.wrapperTop>=0)g.style.paddingTop=i.wrapperTop+"px";if(i.wrapperBottom>=0)g.style.paddingBottom=i.wrapperBottom+"px"}v=0;var w=0;i.snapGrid=[];i.slidesGrid=[];c=0;for(m=0;m<i.slides.length;m++){a=i.slides[m].getWidth(true,t.roundLengths);f=i.slides[m].getHeight(true,t.roundLengths);if(t.calculateHeight){c=Math.max(c,f)}var E=d?a:f;if(t.centeredSlides){var S=m===i.slides.length-1?0:i.slides[m+1].getWidth(true,t.roundLengths);var x=m===i.slides.length-1?0:i.slides[m+1].getHeight(true,t.roundLengths);var T=d?S:x;if(E>l){if(t.slidesPerViewFit){i.snapGrid.push(v+i.wrapperLeft);i.snapGrid.push(v+E-l+i.wrapperLeft)}else{for(var N=0;N<=Math.floor(E/(l+i.wrapperLeft));N++){if(N===0)i.snapGrid.push(v+i.wrapperLeft);else i.snapGrid.push(v+i.wrapperLeft+l*N)}}i.slidesGrid.push(v+i.wrapperLeft)}else{i.snapGrid.push(w);i.slidesGrid.push(w)}w+=E/2+T/2}else{if(E>l){if(t.slidesPerViewFit){i.snapGrid.push(v);i.snapGrid.push(v+E-l)}else{if(l!==0){for(var C=0;C<=Math.floor(E/l);C++){i.snapGrid.push(v+l*C)}}else{i.snapGrid.push(v)}}}else{i.snapGrid.push(v)}i.slidesGrid.push(v)}v+=E;y+=a;b+=f}if(t.calculateHeight)i.height=c;if(d){u=y+i.wrapperRight+i.wrapperLeft;g.style.width=y+"px";g.style.height=i.height+"px"}else{u=b+i.wrapperTop+i.wrapperBottom;g.style.width=i.width+"px";g.style.height=b+"px"}}else if(t.scrollContainer){g.style.width="";g.style.height="";h=i.slides[0].getWidth(true,t.roundLengths);p=i.slides[0].getHeight(true,t.roundLengths);u=d?h:p;g.style.width=h+"px";g.style.height=p+"px";o=d?h:p}else{if(t.calculateHeight){c=0;p=0;if(!d)i.container.style.height="";g.style.height="";for(m=0;m<i.slides.length;m++){i.slides[m].style.height="";c=Math.max(i.slides[m].getHeight(true),c);if(!d)p+=i.slides[m].getHeight(true)}f=c;i.height=f;if(d)p=f;else{l=f;i.container.style.height=l+"px"}}else{f=d?i.height:i.height/t.slidesPerView;if(t.roundLengths)f=Math.ceil(f);p=d?i.height:i.slides.length*f}a=d?i.width/t.slidesPerView:i.width;if(t.roundLengths)a=Math.ceil(a);h=d?i.slides.length*a:i.width;o=d?a:f;if(t.offsetSlidesBefore>0){if(d)i.wrapperLeft=o*t.offsetSlidesBefore;else i.wrapperTop=o*t.offsetSlidesBefore}if(t.offsetSlidesAfter>0){if(d)i.wrapperRight=o*t.offsetSlidesAfter;else i.wrapperBottom=o*t.offsetSlidesAfter}if(t.offsetPxBefore>0){if(d)i.wrapperLeft=t.offsetPxBefore;else i.wrapperTop=t.offsetPxBefore}if(t.offsetPxAfter>0){if(d)i.wrapperRight=t.offsetPxAfter;else i.wrapperBottom=t.offsetPxAfter}if(t.centeredSlides){if(d){i.wrapperLeft=(l-o)/2;i.wrapperRight=(l-o)/2}else{i.wrapperTop=(l-o)/2;i.wrapperBottom=(l-o)/2}}if(d){if(i.wrapperLeft>0)g.style.paddingLeft=i.wrapperLeft+"px";if(i.wrapperRight>0)g.style.paddingRight=i.wrapperRight+"px"}else{if(i.wrapperTop>0)g.style.paddingTop=i.wrapperTop+"px";if(i.wrapperBottom>0)g.style.paddingBottom=i.wrapperBottom+"px"}u=d?h+i.wrapperRight+i.wrapperLeft:p+i.wrapperTop+i.wrapperBottom;if(!t.cssWidthAndHeight){if(parseFloat(h)>0){g.style.width=h+"px"}if(parseFloat(p)>0){g.style.height=p+"px"}}v=0;i.snapGrid=[];i.slidesGrid=[];for(m=0;m<i.slides.length;m++){i.snapGrid.push(v);i.slidesGrid.push(v);v+=o;if(!t.cssWidthAndHeight){if(parseFloat(a)>0){i.slides[m].style.width=a+"px"}if(parseFloat(f)>0){i.slides[m].style.height=f+"px"}}}}if(!i.initialized){i.callPlugins("onFirstInit");if(t.onFirstInit)i.fireCallback(t.onFirstInit,i)}else{i.callPlugins("onInit");if(t.onInit)i.fireCallback(t.onInit,i)}i.initialized=true};i.reInit=function(e){i.init(true,e)};i.resizeFix=function(e){i.callPlugins("beforeResizeFix");i.init(t.resizeReInit||e);if(!t.freeMode){i.swipeTo(t.loop?i.activeLoopIndex:i.activeIndex,0,false);if(t.autoplay){if(i.support.transitions&&typeof G!=="undefined"){if(typeof G!=="undefined"){clearTimeout(G);G=undefined;i.startAutoplay()}}else{if(typeof Y!=="undefined"){clearInterval(Y);Y=undefined;i.startAutoplay()}}}}else if(i.getWrapperTranslate()<-x()){i.setWrapperTransition(0);i.setWrapperTranslate(-x())}i.callPlugins("afterResizeFix")};i.destroy=function(){var e=i.h.removeEventListener;var n=t.eventTarget==="wrapper"?i.wrapper:i.container;if(!(i.browser.ie10||i.browser.ie11)){if(i.support.touch){e(n,"touchstart",I);e(n,"touchmove",U);e(n,"touchend",z)}if(t.simulateTouch){e(n,"mousedown",I);e(document,"mousemove",U);e(document,"mouseup",z)}}else{e(n,i.touchEvents.touchStart,I);e(document,i.touchEvents.touchMove,U);e(document,i.touchEvents.touchEnd,z)}if(t.autoResize){e(window,"resize",i.resizeFix)}C();if(t.paginationClickable){J()}if(t.mousewheelControl&&i._wheelEvent){e(i.container,i._wheelEvent,A)}if(t.keyboardControl){e(document,"keydown",k)}if(t.autoplay){i.stopAutoplay()}i.callPlugins("onDestroy");i=null};i.disableKeyboardControl=function(){t.keyboardControl=false;i.h.removeEventListener(document,"keydown",k)};i.enableKeyboardControl=function(){t.keyboardControl=true;i.h.addEventListener(document,"keydown",k)};var L=(new Date).getTime();i.disableMousewheelControl=function(){if(!i._wheelEvent)return false;t.mousewheelControl=false;i.h.removeEventListener(i.container,i._wheelEvent,A);return true};i.enableMousewheelControl=function(){if(!i._wheelEvent)return false;t.mousewheelControl=true;i.h.addEventListener(i.container,i._wheelEvent,A);return true};if(t.grabCursor){var O=i.container.style;O.cursor="move";O.cursor="grab";O.cursor="-moz-grab";O.cursor="-webkit-grab"}i.allowSlideClick=true;i.allowLinks=true;var B=false;var j;var F=true;var q,R;i.swipeNext=function(e){if(!e&&t.loop)i.fixLoop();if(!e&&t.autoplay)i.stopAutoplay(true);i.callPlugins("onSwipeNext");var n=i.getWrapperTranslate();var r=n;if(t.slidesPerView==="auto"){for(var s=0;s<i.snapGrid.length;s++){if(-n>=i.snapGrid[s]&&-n<i.snapGrid[s+1]){r=-i.snapGrid[s+1];break}}}else{var u=o*t.slidesPerGroup;r=-(Math.floor(Math.abs(n)/Math.floor(u))*u+u)}if(r<-x()){r=-x()}if(r===n)return false;V(r,"next");return true};i.swipePrev=function(e){if(!e&&t.loop)i.fixLoop();if(!e&&t.autoplay)i.stopAutoplay(true);i.callPlugins("onSwipePrev");var n=Math.ceil(i.getWrapperTranslate());var r;if(t.slidesPerView==="auto"){r=0;for(var s=1;s<i.snapGrid.length;s++){if(-n===i.snapGrid[s]){r=-i.snapGrid[s-1];break}if(-n>i.snapGrid[s]&&-n<i.snapGrid[s+1]){r=-i.snapGrid[s];break}}}else{var u=o*t.slidesPerGroup;r=-(Math.ceil(-n/u)-1)*u}if(r>0)r=0;if(r===n)return false;V(r,"prev");return true};i.swipeReset=function(){i.callPlugins("onSwipeReset");var e=i.getWrapperTranslate();var n=o*t.slidesPerGroup;var r;var s=-x();if(t.slidesPerView==="auto"){r=0;for(var u=0;u<i.snapGrid.length;u++){if(-e===i.snapGrid[u])return;if(-e>=i.snapGrid[u]&&-e<i.snapGrid[u+1]){if(i.positions.diff>0)r=-i.snapGrid[u+1];else r=-i.snapGrid[u];break}}if(-e>=i.snapGrid[i.snapGrid.length-1])r=-i.snapGrid[i.snapGrid.length-1];if(e<=-x())r=-x()}else{r=e<0?Math.ceil(e/n)*n:0}if(t.scrollContainer){r=e<0?e:0}if(r<-x()){r=-x()}if(t.scrollContainer&&l>o){r=0}if(r===e)return false;V(r,"reset");return true};i.swipeTo=function(e,n,r){e=parseInt(e,10);i.callPlugins("onSwipeTo",{index:e,speed:n});if(t.loop)e=e+i.loopedSlides;var s=i.getWrapperTranslate();if(e>i.slides.length-1||e<0)return;var u;if(t.slidesPerView==="auto"){u=-i.slidesGrid[e]}else{u=-e*o}if(u<-x()){u=-x()}if(u===s)return false;r=r===false?false:true;V(u,"to",{index:e,speed:n,runCallbacks:r});return true};i._queueStartCallbacks=false;i._queueEndCallbacks=false;i.updateActiveSlide=function(e){if(!i.initialized)return;if(i.slides.length===0)return;i.previousIndex=i.activeIndex;if(typeof e==="undefined")e=i.getWrapperTranslate();if(e>0)e=0;var n;if(t.slidesPerView==="auto"){var r=0;i.activeIndex=i.slidesGrid.indexOf(-e);if(i.activeIndex<0){for(n=0;n<i.slidesGrid.length-1;n++){if(-e>i.slidesGrid[n]&&-e<i.slidesGrid[n+1]){break}}var s=Math.abs(i.slidesGrid[n]+e);var u=Math.abs(i.slidesGrid[n+1]+e);if(s<=u)i.activeIndex=n;else i.activeIndex=n+1}}else{i.activeIndex=Math[t.visibilityFullFit?"ceil":"round"](-e/o)}if(i.activeIndex===i.slides.length)i.activeIndex=i.slides.length-1;if(i.activeIndex<0)i.activeIndex=0;if(!i.slides[i.activeIndex])return;i.calcVisibleSlides(e);if(i.support.classList){var a;for(n=0;n<i.slides.length;n++){a=i.slides[n];a.classList.remove(t.slideActiveClass);if(i.visibleSlides.indexOf(a)>=0){a.classList.add(t.slideVisibleClass)}else{a.classList.remove(t.slideVisibleClass)}}i.slides[i.activeIndex].classList.add(t.slideActiveClass)}else{var f=new RegExp("\\s*"+t.slideActiveClass);var l=new RegExp("\\s*"+t.slideVisibleClass);for(n=0;n<i.slides.length;n++){i.slides[n].className=i.slides[n].className.replace(f,"").replace(l,"");if(i.visibleSlides.indexOf(i.slides[n])>=0){i.slides[n].className+=" "+t.slideVisibleClass}}i.slides[i.activeIndex].className+=" "+t.slideActiveClass}if(t.loop){var c=i.loopedSlides;i.activeLoopIndex=i.activeIndex-c;if(i.activeLoopIndex>=i.slides.length-c*2){i.activeLoopIndex=i.slides.length-c*2-i.activeLoopIndex}if(i.activeLoopIndex<0){i.activeLoopIndex=i.slides.length-c*2+i.activeLoopIndex}if(i.activeLoopIndex<0)i.activeLoopIndex=0}else{i.activeLoopIndex=i.activeIndex}if(t.pagination){i.updatePagination(e)}};i.createPagination=function(e){if(t.paginationClickable&&i.paginationButtons){J()}i.paginationContainer=t.pagination.nodeType?t.pagination:r(t.pagination)[0];if(t.createPagination){var n="";var s=i.slides.length;var o=s;if(t.loop)o-=i.loopedSlides*2;for(var u=0;u<o;u++){n+="<"+t.paginationElement+' class="'+t.paginationElementClass+'"></'+t.paginationElement+">"}i.paginationContainer.innerHTML=n}i.paginationButtons=r("."+t.paginationElementClass,i.paginationContainer);if(!e)i.updatePagination();i.callPlugins("onCreatePagination");if(t.paginationClickable){K()}};i.updatePagination=function(e){if(!t.pagination)return;if(i.slides.length<1)return;var n=r("."+t.paginationActiveClass,i.paginationContainer);if(!n)return;var s=i.paginationButtons;if(s.length===0)return;for(var o=0;o<s.length;o++){s[o].className=t.paginationElementClass}var u=t.loop?i.loopedSlides:0;if(t.paginationAsRange){if(!i.visibleSlides)i.calcVisibleSlides(e);var a=[];var f;for(f=0;f<i.visibleSlides.length;f++){var l=i.slides.indexOf(i.visibleSlides[f])-u;if(t.loop&&l<0){l=i.slides.length-i.loopedSlides*2+l}if(t.loop&&l>=i.slides.length-i.loopedSlides*2){l=i.slides.length-i.loopedSlides*2-l;l=Math.abs(l)}a.push(l)}for(f=0;f<a.length;f++){if(s[a[f]])s[a[f]].className+=" "+t.paginationVisibleClass}if(t.loop){if(s[i.activeLoopIndex]!==undefined){s[i.activeLoopIndex].className+=" "+t.paginationActiveClass}}else{s[i.activeIndex].className+=" "+t.paginationActiveClass}}else{if(t.loop){if(s[i.activeLoopIndex])s[i.activeLoopIndex].className+=" "+t.paginationActiveClass+" "+t.paginationVisibleClass}else{s[i.activeIndex].className+=" "+t.paginationActiveClass+" "+t.paginationVisibleClass}}};i.calcVisibleSlides=function(e){var n=[];var r=0,s=0,u=0;if(d&&i.wrapperLeft>0)e=e+i.wrapperLeft;if(!d&&i.wrapperTop>0)e=e+i.wrapperTop;for(var a=0;a<i.slides.length;a++){r+=s;if(t.slidesPerView==="auto")s=d?i.h.getWidth(i.slides[a],true,t.roundLengths):i.h.getHeight(i.slides[a],true,t.roundLengths);else s=o;u=r+s;var f=false;if(t.visibilityFullFit){if(r>=-e&&u<=-e+l)f=true;if(r<=-e&&u>=-e+l)f=true}else{if(u>-e&&u<=-e+l)f=true;if(r>=-e&&r<-e+l)f=true;if(r<-e&&u>-e+l)f=true}if(f)n.push(i.slides[a])}if(n.length===0)n=[i.slides[i.activeIndex]];i.visibleSlides=n};var G,Y;i.startAutoplay=function(){if(i.support.transitions){if(typeof G!=="undefined")return false;if(!t.autoplay)return;i.callPlugins("onAutoplayStart");if(t.onAutoplayStart)i.fireCallback(t.onAutoplayStart,i);Z()}else{if(typeof Y!=="undefined")return false;if(!t.autoplay)return;i.callPlugins("onAutoplayStart");if(t.onAutoplayStart)i.fireCallback(t.onAutoplayStart,i);Y=setInterval(function(){if(t.loop){i.fixLoop();i.swipeNext(true)}else if(!i.swipeNext(true)){if(!t.autoplayStopOnLast)i.swipeTo(0);else{clearInterval(Y);Y=undefined}}},t.autoplay)}};i.stopAutoplay=function(e){if(i.support.transitions){if(!G)return;if(G)clearTimeout(G);G=undefined;if(e&&!t.autoplayDisableOnInteraction){i.wrapperTransitionEnd(function(){Z()})}i.callPlugins("onAutoplayStop");if(t.onAutoplayStop)i.fireCallback(t.onAutoplayStop,i)}else{if(Y)clearInterval(Y);Y=undefined;i.callPlugins("onAutoplayStop");if(t.onAutoplayStop)i.fireCallback(t.onAutoplayStop,i)}};i.loopCreated=false;i.removeLoopedSlides=function(){if(i.loopCreated){for(var e=0;e<i.slides.length;e++){if(i.slides[e].getData("looped")===true)i.wrapper.removeChild(i.slides[e])}}};i.createLoop=function(){if(i.slides.length===0)return;if(t.slidesPerView==="auto"){i.loopedSlides=t.loopedSlides||1}else{i.loopedSlides=t.slidesPerView+t.loopAdditionalSlides}if(i.loopedSlides>i.slides.length){i.loopedSlides=i.slides.length}var e="",n="",r;var o="";var u=i.slides.length;var a=Math.floor(i.loopedSlides/u);var f=i.loopedSlides%u;for(r=0;r<a*u;r++){var l=r;if(r>=u){var c=Math.floor(r/u);l=r-u*c}o+=i.slides[l].outerHTML}for(r=0;r<f;r++){n+=X(t.slideDuplicateClass,i.slides[r].outerHTML)}for(r=u-f;r<u;r++){e+=X(t.slideDuplicateClass,i.slides[r].outerHTML)}var h=e+o+s.innerHTML+o+n;s.innerHTML=h;i.loopCreated=true;i.calcSlides();for(r=0;r<i.slides.length;r++){if(r<i.loopedSlides||r>=i.slides.length-i.loopedSlides)i.slides[r].setData("looped",true)}i.callPlugins("onCreateLoop")};i.fixLoop=function(){var e;if(i.activeIndex<i.loopedSlides){e=i.slides.length-i.loopedSlides*3+i.activeIndex;i.swipeTo(e,0,false)}else if(t.slidesPerView==="auto"&&i.activeIndex>=i.loopedSlides*2||i.activeIndex>i.slides.length-t.slidesPerView*2){e=-i.slides.length+i.activeIndex+i.loopedSlides;i.swipeTo(e,0,false)}};i.loadSlides=function(){var e="";i.activeLoaderIndex=0;var n=t.loader.slides;var r=t.loader.loadAllSlides?n.length:t.slidesPerView*(1+t.loader.surroundGroups);for(var s=0;s<r;s++){if(t.loader.slidesHTMLType==="outer")e+=n[s];else{e+="<"+t.slideElement+' class="'+t.slideClass+'" data-swiperindex="'+s+'">'+n[s]+"</"+t.slideElement+">"}}i.wrapper.innerHTML=e;i.calcSlides(true);if(!t.loader.loadAllSlides){i.wrapperTransitionEnd(i.reloadSlides,true)}};i.reloadSlides=function(){var e=t.loader.slides;var n=parseInt(i.activeSlide().data("swiperindex"),10);if(n<0||n>e.length-1)return;i.activeLoaderIndex=n;var r=Math.max(0,n-t.slidesPerView*t.loader.surroundGroups);var s=Math.min(n+t.slidesPerView*(1+t.loader.surroundGroups)-1,e.length-1);if(n>0){var u=-o*(n-r);i.setWrapperTranslate(u);i.setWrapperTransition(0)}var a;if(t.loader.logic==="reload"){i.wrapper.innerHTML="";var f="";for(a=r;a<=s;a++){f+=t.loader.slidesHTMLType==="outer"?e[a]:"<"+t.slideElement+' class="'+t.slideClass+'" data-swiperindex="'+a+'">'+e[a]+"</"+t.slideElement+">"}i.wrapper.innerHTML=f}else{var l=1e3;var c=0;for(a=0;a<i.slides.length;a++){var h=i.slides[a].data("swiperindex");if(h<r||h>s){i.wrapper.removeChild(i.slides[a])}else{l=Math.min(h,l);c=Math.max(h,c)}}for(a=r;a<=s;a++){var p;if(a<l){p=document.createElement(t.slideElement);p.className=t.slideClass;p.setAttribute("data-swiperindex",a);p.innerHTML=e[a];i.wrapper.insertBefore(p,i.wrapper.firstChild)}if(a>c){p=document.createElement(t.slideElement);p.className=t.slideClass;p.setAttribute("data-swiperindex",a);p.innerHTML=e[a];i.wrapper.appendChild(p)}}}i.reInit(true)};et()};Swiper.prototype={plugins:{},wrapperTransitionEnd:function(e,t){"use strict";function o(){e(n);if(n.params.queueEndCallbacks)n._queueEndCallbacks=false;if(!t){for(s=0;s<i.length;s++){n.h.removeEventListener(r,i[s],o)}}}var n=this,r=n.wrapper,i=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],s;if(e){for(s=0;s<i.length;s++){n.h.addEventListener(r,i[s],o)}}},getWrapperTranslate:function(e){"use strict";var t=this.wrapper,n,r,i,s;if(typeof e==="undefined"){e=this.params.mode==="horizontal"?"x":"y"}if(this.support.transforms&&this.params.useCSS3Transforms){i=window.getComputedStyle(t,null);if(window.WebKitCSSMatrix){s=new WebKitCSSMatrix(i.webkitTransform==="none"?"":i.webkitTransform)}else{s=i.MozTransform||i.OTransform||i.MsTransform||i.msTransform||i.transform||i.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,");n=s.toString().split(",")}if(e==="x"){if(window.WebKitCSSMatrix)r=s.m41;else if(n.length===16)r=parseFloat(n[12]);else r=parseFloat(n[4])}if(e==="y"){if(window.WebKitCSSMatrix)r=s.m42;else if(n.length===16)r=parseFloat(n[13]);else r=parseFloat(n[5])}}else{if(e==="x")r=parseFloat(t.style.left,10)||0;if(e==="y")r=parseFloat(t.style.top,10)||0}return r||0},setWrapperTranslate:function(e,t,n){"use strict";var r=this.wrapper.style,i={x:0,y:0,z:0},s;if(arguments.length===3){i.x=e;i.y=t;i.z=n}else{if(typeof t==="undefined"){t=this.params.mode==="horizontal"?"x":"y"}i[t]=e}if(this.support.transforms&&this.params.useCSS3Transforms){s=this.support.transforms3d?"translate3d("+i.x+"px, "+i.y+"px, "+i.z+"px)":"translate("+i.x+"px, "+i.y+"px)";r.webkitTransform=r.MsTransform=r.msTransform=r.MozTransform=r.OTransform=r.transform=s}else{r.left=i.x+"px";r.top=i.y+"px"}this.callPlugins("onSetWrapperTransform",i);if(this.params.onSetWrapperTransform)this.fireCallback(this.params.onSetWrapperTransform,this,i)},setWrapperTransition:function(e){"use strict";var t=this.wrapper.style;t.webkitTransitionDuration=t.MsTransitionDuration=t.msTransitionDuration=t.MozTransitionDuration=t.OTransitionDuration=t.transitionDuration=e/1e3+"s";this.callPlugins("onSetWrapperTransition",{duration:e});if(this.params.onSetWrapperTransition)this.fireCallback(this.params.onSetWrapperTransition,this,e)},h:{getWidth:function(e,t,n){"use strict";var r=window.getComputedStyle(e,null).getPropertyValue("width");var i=parseFloat(r);if(isNaN(i)||r.indexOf("%")>0||i<0){i=e.offsetWidth-parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-left"))-parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-right"))}if(t)i+=parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-left"))+parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-right"));if(n)return Math.ceil(i);else return i},getHeight:function(e,t,n){"use strict";if(t)return e.offsetHeight;var r=window.getComputedStyle(e,null).getPropertyValue("height");var i=parseFloat(r);if(isNaN(i)||r.indexOf("%")>0||i<0){i=e.offsetHeight-parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-top"))-parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-bottom"))}if(t)i+=parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-top"))+parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-bottom"));if(n)return Math.ceil(i);else return i},getOffset:function(e){"use strict";var t=e.getBoundingClientRect();var n=document.body;var r=e.clientTop||n.clientTop||0;var i=e.clientLeft||n.clientLeft||0;var s=window.pageYOffset||e.scrollTop;var o=window.pageXOffset||e.scrollLeft;if(document.documentElement&&!window.pageYOffset){s=document.documentElement.scrollTop;o=document.documentElement.scrollLeft}return{top:t.top+s-r,left:t.left+o-i}},windowWidth:function(){"use strict";if(window.innerWidth)return window.innerWidth;else if(document.documentElement&&document.documentElement.clientWidth)return document.documentElement.clientWidth},windowHeight:function(){"use strict";if(window.innerHeight)return window.innerHeight;else if(document.documentElement&&document.documentElement.clientHeight)return document.documentElement.clientHeight},windowScroll:function(){"use strict";if(typeof pageYOffset!=="undefined"){return{left:window.pageXOffset,top:window.pageYOffset}}else if(document.documentElement){return{left:document.documentElement.scrollLeft,top:document.documentElement.scrollTop}}},addEventListener:function(e,t,n,r){"use strict";if(typeof r==="undefined"){r=false}if(e.addEventListener){e.addEventListener(t,n,r)}else if(e.attachEvent){e.attachEvent("on"+t,n)}},removeEventListener:function(e,t,n,r){"use strict";if(typeof r==="undefined"){r=false}if(e.removeEventListener){e.removeEventListener(t,n,r)}else if(e.detachEvent){e.detachEvent("on"+t,n)}}},setTransform:function(e,t){"use strict";var n=e.style;n.webkitTransform=n.MsTransform=n.msTransform=n.MozTransform=n.OTransform=n.transform=t},setTranslate:function(e,t){"use strict";var n=e.style;var r={x:t.x||0,y:t.y||0,z:t.z||0};var i=this.support.transforms3d?"translate3d("+r.x+"px,"+r.y+"px,"+r.z+"px)":"translate("+r.x+"px,"+r.y+"px)";n.webkitTransform=n.MsTransform=n.msTransform=n.MozTransform=n.OTransform=n.transform=i;if(!this.support.transforms){n.left=r.x+"px";n.top=r.y+"px"}},setTransition:function(e,t){"use strict";var n=e.style;n.webkitTransitionDuration=n.MsTransitionDuration=n.msTransitionDuration=n.MozTransitionDuration=n.OTransitionDuration=n.transitionDuration=t+"ms"},support:{touch:window.Modernizr&&Modernizr.touch===true||function(){"use strict";return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)}(),transforms3d:window.Modernizr&&Modernizr.csstransforms3d===true||function(){"use strict";var e=document.createElement("div").style;return"webkitPerspective"in e||"MozPerspective"in e||"OPerspective"in e||"MsPerspective"in e||"perspective"in e}(),transforms:window.Modernizr&&Modernizr.csstransforms===true||function(){"use strict";var e=document.createElement("div").style;return"transform"in e||"WebkitTransform"in e||"MozTransform"in e||"msTransform"in e||"MsTransform"in e||"OTransform"in e}(),transitions:window.Modernizr&&Modernizr.csstransitions===true||function(){"use strict";var e=document.createElement("div").style;return"transition"in e||"WebkitTransition"in e||"MozTransition"in e||"msTransition"in e||"MsTransition"in e||"OTransition"in e}(),classList:function(){"use strict";var e=document.createElement("div").style;return"classList"in e}()},browser:{ie8:function(){"use strict";var e=-1;if(navigator.appName==="Microsoft Internet Explorer"){var t=navigator.userAgent;var n=new RegExp(/MSIE ([0-9]{1,}[\.0-9]{0,})/);if(n.exec(t)!==null)e=parseFloat(RegExp.$1)}return e!==-1&&e<9}(),ie10:window.navigator.msPointerEnabled,ie11:window.navigator.pointerEnabled}};if(window.jQuery||window.Zepto){(function(e){"use strict";e.fn.swiper=function(t){var n=new Swiper(e(this)[0],t);e(this).data("swiper",n);return n}})(window.jQuery||window.Zepto)}if(typeof module!=="undefined"){module.exports=Swiper}if(typeof define==="function"&&define.amd){define([],function(){"use strict";return Swiper})}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/core/admin-views.php CHANGED
@@ -110,6 +110,85 @@ class Su_Admin_Views {
110
  return '<div id="su-examples-screen">' . implode( '', $output ) . '</div>' . $preview . $open;
111
  }
112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  public static function addons( $field, $config ) {
114
  $output = array();
115
  $addons = array(
@@ -131,6 +210,12 @@ class Su_Admin_Views {
131
  'url' => 'http://gndev.info/shortcodes-ultimate/skins/',
132
  'image' => plugins_url( 'assets/images/banners/skins.png', SU_PLUGIN_FILE )
133
  ),
 
 
 
 
 
 
134
  );
135
  $plugins = array();
136
  $output[] = '<h2>' . __( 'Shortcodes Ultimate Add-ons', 'su' ) . '</h2>';
110
  return '<div id="su-examples-screen">' . implode( '', $output ) . '</div>' . $preview . $open;
111
  }
112
 
113
+ public static function cheatsheet( $field, $config ) {
114
+ // Prepare print button
115
+ $print = '<div><a href="javascript:;" id="su-cheatsheet-print" class="su-cheatsheet-switch button button-primary button-large">' . __( 'Printable version', 'su' ) . '</a><div id="su-cheatsheet-print-head"><h1>' . __( 'Shortcodes Ultimate', 'su' ) . ': ' . __( 'Cheatsheet', 'su' ) . '</h1><a href="javascript:;" class="su-cheatsheet-switch">&larr; ' . __( 'Back to Dashboard', 'su' ) . '</a></div></div>';
116
+ // Prepare table array
117
+ $table = array();
118
+ // Table start
119
+ $table[] = '<table><tr><th style="width:20%;">' . __( 'Shortcode', 'su' ) . '</th><th style="width:50%">' . __( 'Attributes', 'su' ) . '</th><th style="width:30%">' . __( 'Example code', 'su' ) . '</th></tr>';
120
+ // Loop through shortcodes
121
+ foreach ( (array) Su_Data::shortcodes() as $name => $shortcode ) {
122
+ // Prepare vars
123
+ $icon = ( isset( $shortcode['icon'] ) ) ? $shortcode['icon'] : 'puzzle-piece';
124
+ $shortcode['name'] = ( isset( $shortcode['name'] ) ) ? $shortcode['name'] : $name;
125
+ $attributes = array();
126
+ $example = array();
127
+ $icons = 'icon: music, icon: envelope &hellip; <a href="http://fortawesome.github.io/Font-Awesome/icons/" target="_blank">' . __( 'full list', 'su' ) . '</a>';
128
+ // Loop through attributes
129
+ if ( is_array( $shortcode['atts'] ) )
130
+ foreach ( $shortcode['atts'] as $id => $data ) {
131
+ // Prepare default value
132
+ $default = ( isset( $data['default'] ) && $data['default'] !== '' ) ? '<p><em>' . __( 'Default value', 'su' ) . ':</em> ' . $data['default'] . '</p>' : '';
133
+ // Switch attribute types
134
+ switch ( $data['type'] ) {
135
+ // Select
136
+ case 'select':
137
+ $value = implode( ', ', array_keys( $data['values'] ) );
138
+ break;
139
+ // Slider and number
140
+ case 'slider':
141
+ case 'number':
142
+ $value = $data['min'] . '&hellip;' . $data['max'];
143
+ break;
144
+ // Bool
145
+ case 'bool':
146
+ $value = 'yes | no';
147
+ break;
148
+ // Icon
149
+ case 'icon':
150
+ $value = $icons;
151
+ break;
152
+ // Color
153
+ case 'color':
154
+ $value = __( '#RGB and rgba() colors' );
155
+ break;
156
+ // Default value
157
+ default:
158
+ $value = $data['default'];
159
+ break;
160
+ }
161
+ // Check empty value
162
+ if ( $value === '' ) $value = __( 'Any text value', 'su' );
163
+ // Extra CSS class
164
+ if ( $id === 'class' ) $value = __( 'Any custom CSS classes', 'su' );
165
+ // Add attribute
166
+ $attributes[] = '<div class="su-shortcode-attribute"><strong>' . $data['name'] . ' <em>&ndash; ' . $id . '</em></strong><p><em>' . __( 'Possible values', 'su' ) . ':</em> ' . $value . '</p>' . $default . '</div>';
167
+ // Add attribute to the example code
168
+ $example[] = $id . '="' . $data['default'] . '"';
169
+ }
170
+ // Prepare example code
171
+ $example = '[%prefix_' . $name . ' ' . implode( ' ', $example ) . ']';
172
+ // Add wrapping code
173
+ if ( $shortcode['type'] === 'wrap' ) $example .= esc_textarea( $shortcode['content'] ) . '[/%prefix_' . $name . ']';
174
+ // Change compatibility prefix
175
+ $example = str_replace( '%prefix_', su_cmpt(), $example );
176
+ // Shortcode
177
+ $table[] = '<td>' . '<span class="su-shortcode-icon">' . Su_Tools::icon( $icon ) . '</span>' . $shortcode['name'] . '<br/><em class="su-shortcode-desc">' . $shortcode['desc'] . '</em></td>';
178
+ // Attributes
179
+ $table[] = '<td>' . implode( '', $attributes ) . '</td>';
180
+ // Example code
181
+ $table[] = '<td><code contenteditable="true">' . $example . '</code></td></tr>';
182
+ }
183
+ // Table end
184
+ $table[] = '</table>';
185
+ // Query assets
186
+ su_query_asset( 'css', array( 'font-awesome', 'su-cheatsheet' ) );
187
+ su_query_asset( 'js', array( 'jquery', 'su-options-page' ) );
188
+ // Return output
189
+ return '<div id="su-cheatsheet-screen">' . $print . implode( '', $table ) . '</div>';
190
+ }
191
+
192
  public static function addons( $field, $config ) {
193
  $output = array();
194
  $addons = array(
210
  'url' => 'http://gndev.info/shortcodes-ultimate/skins/',
211
  'image' => plugins_url( 'assets/images/banners/skins.png', SU_PLUGIN_FILE )
212
  ),
213
+ array(
214
+ 'name' => __( 'Add-ons bundle', 'su' ),
215
+ 'desc' => __( 'Get all three add-ons with huge discount!', 'su' ),
216
+ 'url' => 'http://gndev.info/shortcodes-ultimate/add-ons-bundle/',
217
+ 'image' => plugins_url( 'assets/images/banners/bundle.png', SU_PLUGIN_FILE )
218
+ ),
219
  );
220
  $plugins = array();
221
  $output[] = '<h2>' . __( 'Shortcodes Ultimate Add-ons', 'su' ) . '</h2>';
inc/core/assets.php CHANGED
@@ -74,9 +74,9 @@ class Su_Assets {
74
  // Ace
75
  wp_register_script( 'ace', plugins_url( 'assets/js/ace/ace.js', SU_PLUGIN_FILE ), false, '1.1.01', true );
76
  // Swiper
77
- wp_register_script( 'swiper', plugins_url( 'assets/js/swiper.js', SU_PLUGIN_FILE ), array( 'jquery' ), SU_PLUGIN_VERSION, true );
78
  // jPlayer
79
- wp_register_script( 'jplayer', plugins_url( 'assets/js/jplayer.js', SU_PLUGIN_FILE ), array( 'jquery' ), SU_PLUGIN_VERSION, true );
80
  // Options page
81
  wp_register_style( 'su-options-page', plugins_url( 'assets/css/options-page.css', SU_PLUGIN_FILE ), false, SU_PLUGIN_VERSION, 'all' );
82
  wp_register_script( 'su-options-page', plugins_url( 'assets/js/options-page.js', SU_PLUGIN_FILE ), array( 'magnific-popup', 'jquery-ui-sortable', 'ace', 'jsrender' ), SU_PLUGIN_VERSION, true );
@@ -85,6 +85,8 @@ class Su_Assets {
85
  'upload_insert' => __( 'Add selected files', 'su' ),
86
  'not_clickable' => __( 'This button is not clickable', 'su' )
87
  ) );
 
 
88
  // Generator
89
  wp_register_style( 'su-generator', plugins_url( 'assets/css/generator.css', SU_PLUGIN_FILE ), array( 'farbtastic', 'magnific-popup' ), SU_PLUGIN_VERSION, 'all' );
90
  wp_register_script( 'su-generator', plugins_url( 'assets/js/generator.js', SU_PLUGIN_FILE ), array( 'farbtastic', 'magnific-popup', 'qtip' ), SU_PLUGIN_VERSION, true );
74
  // Ace
75
  wp_register_script( 'ace', plugins_url( 'assets/js/ace/ace.js', SU_PLUGIN_FILE ), false, '1.1.01', true );
76
  // Swiper
77
+ wp_register_script( 'swiper', plugins_url( 'assets/js/swiper.js', SU_PLUGIN_FILE ), array( 'jquery' ), '2.6.1', true );
78
  // jPlayer
79
+ wp_register_script( 'jplayer', plugins_url( 'assets/js/jplayer.js', SU_PLUGIN_FILE ), array( 'jquery' ), '2.4.0', true );
80
  // Options page
81
  wp_register_style( 'su-options-page', plugins_url( 'assets/css/options-page.css', SU_PLUGIN_FILE ), false, SU_PLUGIN_VERSION, 'all' );
82
  wp_register_script( 'su-options-page', plugins_url( 'assets/js/options-page.js', SU_PLUGIN_FILE ), array( 'magnific-popup', 'jquery-ui-sortable', 'ace', 'jsrender' ), SU_PLUGIN_VERSION, true );
85
  'upload_insert' => __( 'Add selected files', 'su' ),
86
  'not_clickable' => __( 'This button is not clickable', 'su' )
87
  ) );
88
+ // Cheatsheet
89
+ wp_register_style( 'su-cheatsheet', plugins_url( 'assets/css/cheatsheet.css', SU_PLUGIN_FILE ), false, SU_PLUGIN_VERSION, 'all' );
90
  // Generator
91
  wp_register_style( 'su-generator', plugins_url( 'assets/css/generator.css', SU_PLUGIN_FILE ), array( 'farbtastic', 'magnific-popup' ), SU_PLUGIN_VERSION, 'all' );
92
  wp_register_script( 'su-generator', plugins_url( 'assets/js/generator.js', SU_PLUGIN_FILE ), array( 'farbtastic', 'magnific-popup', 'qtip' ), SU_PLUGIN_VERSION, true );
inc/core/counters.php CHANGED
@@ -1,19 +1,35 @@
1
  <?php
2
 
3
- class Su_Counter_Examples {
4
 
5
- static $option = 'su_counter_examples';
6
 
7
- function __construct() {
 
 
 
 
8
 
9
- }
10
- }
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
- // new Su_Counter_Examples;
13
 
14
- class Su_Counter_Extra_Addon {
15
 
16
- static $option = 'su_counter_extra_addon';
17
 
18
  function __construct() {
19
  add_filter( 'su/menu/shortcodes', array( __CLASS__, 'display' ) );
@@ -36,4 +52,4 @@ class Su_Counter_Extra_Addon {
36
  }
37
  }
38
 
39
- new Su_Counter_Extra_Addon;
1
  <?php
2
 
3
+ // class Su_Counter_Extra_Addon {
4
 
5
+ // static $option = 'su_counter_extra_addon2';
6
 
7
+ // function __construct() {
8
+ // add_filter( 'su/menu/shortcodes', array( __CLASS__, 'display' ) );
9
+ // add_filter( 'su/menu/addons', array( __CLASS__, 'display' ) );
10
+ // add_action( 'sunrise/page/before', array( __CLASS__, 'disable' ) );
11
+ // }
12
 
13
+ // public static function display( $title ) {
14
+ // if ( get_option( self::$option ) ) return $title;
15
+ // return sprintf(
16
+ // '%s <span class="update-plugins count-1" title="%s"><span class="update-count">%s</span></span>',
17
+ // $title,
18
+ // __( '1 new add-on for Shortcodes Ultimate', 'su' ),
19
+ // '1'
20
+ // );
21
+ // }
22
+
23
+ // public static function disable() {
24
+ // if ( $_GET['page'] === 'shortcodes-ultimate-addons' ) update_option( self::$option, true );
25
+ // }
26
+ // }
27
 
28
+ // new Su_Counter_Extra_Addon;
29
 
30
+ class Su_Counter_Bundle {
31
 
32
+ static $option = 'su_counter_bundle';
33
 
34
  function __construct() {
35
  add_filter( 'su/menu/shortcodes', array( __CLASS__, 'display' ) );
52
  }
53
  }
54
 
55
+ new Su_Counter_Bundle;
inc/core/generator.php CHANGED
@@ -35,9 +35,11 @@ class Su_Generator {
35
  public static function button( $args = array() ) {
36
  // Check access
37
  if ( !self::access_check() ) return;
 
 
38
  // Prepare args
39
  $args = wp_parse_args( $args, array(
40
- 'target' => 'content',
41
  'text' => __( 'Insert shortcode', 'su' ),
42
  'class' => 'button',
43
  'icon' => plugins_url( 'assets/images/icon.png', SU_PLUGIN_FILE ),
35
  public static function button( $args = array() ) {
36
  // Check access
37
  if ( !self::access_check() ) return;
38
+ // Prepare button target
39
+ $target = is_string( $args ) ? $args : 'content';
40
  // Prepare args
41
  $args = wp_parse_args( $args, array(
42
+ 'target' => $target,
43
  'text' => __( 'Insert shortcode', 'su' ),
44
  'class' => 'button',
45
  'icon' => plugins_url( 'assets/images/icon.png', SU_PLUGIN_FILE ),
inc/core/load.php CHANGED
@@ -121,6 +121,20 @@ class Shortcodes_Ultimate {
121
  )
122
  )
123
  ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  // Add-ons submenu
125
  $admin->add_submenu( array(
126
  'parent_slug' => 'shortcodes-ultimate',
121
  )
122
  )
123
  ) );
124
+ // Cheatsheet submenu
125
+ $admin->add_submenu( array(
126
+ 'parent_slug' => 'shortcodes-ultimate',
127
+ 'page_title' => __( 'Cheatsheet', 'su' ) . ' &lsaquo; ' . __( 'Shortcodes Ultimate', 'su' ),
128
+ 'menu_title' => apply_filters( 'su/menu/examples', __( 'Cheatsheet', 'su' ) ),
129
+ 'capability' => 'edit_others_posts',
130
+ 'slug' => 'shortcodes-ultimate-cheatsheet',
131
+ 'options' => array(
132
+ array(
133
+ 'type' => 'cheatsheet',
134
+ 'callback' => array( 'Su_Admin_Views', 'cheatsheet' )
135
+ )
136
+ )
137
+ ) );
138
  // Add-ons submenu
139
  $admin->add_submenu( array(
140
  'parent_slug' => 'shortcodes-ultimate',
inc/core/shortcodes.php CHANGED
@@ -84,7 +84,7 @@ class Su_Shortcodes {
84
  su_query_asset( 'js', 'jquery' );
85
  su_query_asset( 'js', 'su-other-shortcodes' );
86
  do_action( 'su/shortcode/spoiler', $atts );
87
- return '<div class="su-spoiler su-spoiler-style-' . $atts['style'] . ' su-spoiler-icon-' . $atts['icon'] . su_ecssc( $atts ) . '"' . $atts['anchor'] . '><div class="su-spoiler-title"><span class="su-spoiler-icon"></span>' . su_scattr( $atts['title'] ) . '</div><div class="su-spoiler-content su-clearfix">' . su_do_shortcode( $content, 's' ) . '</div></div>';
88
  }
89
 
90
  public static function accordion( $atts = null, $content = null ) {
@@ -869,13 +869,16 @@ class Su_Shortcodes {
869
  }
870
 
871
  public static function menu( $atts = null, $content = null ) {
872
- $atts = shortcode_atts( array( 'name' => false, 'class' => '' ), $atts, 'menu' );
 
 
 
873
  $return = wp_nav_menu( array(
874
  'echo' => false,
875
  'menu' => $atts['name'],
876
  'container' => false,
877
  'fallback_cb' => array( __CLASS__, 'menu_fb' ),
878
- 'class' => $atts['class']
879
  ) );
880
  return ( $atts['name'] ) ? $return : false;
881
  }
84
  su_query_asset( 'js', 'jquery' );
85
  su_query_asset( 'js', 'su-other-shortcodes' );
86
  do_action( 'su/shortcode/spoiler', $atts );
87
+ return '<div class="su-spoiler su-spoiler-style-' . $atts['style'] . ' su-spoiler-icon-' . $atts['icon'] . su_ecssc( $atts ) . '"' . $atts['anchor'] . '><div class="su-spoiler-title"><span class="su-spoiler-icon"></span>' . su_scattr( $atts['title'] ) . '</div><div class="su-spoiler-content su-clearfix" style="display:none">' . su_do_shortcode( $content, 's' ) . '</div></div>';
88
  }
89
 
90
  public static function accordion( $atts = null, $content = null ) {
869
  }
870
 
871
  public static function menu( $atts = null, $content = null ) {
872
+ $atts = shortcode_atts( array(
873
+ 'name' => false,
874
+ 'class' => ''
875
+ ), $atts, 'menu' );
876
  $return = wp_nav_menu( array(
877
  'echo' => false,
878
  'menu' => $atts['name'],
879
  'container' => false,
880
  'fallback_cb' => array( __CLASS__, 'menu_fb' ),
881
+ 'items_wrap' => '<ul id="%1$s" class="%2$s' . su_ecssc( $atts ) . '">%3$s</ul>'
882
  ) );
883
  return ( $atts['name'] ) ? $return : false;
884
  }
languages/su-cs_CZ.mo ADDED
Binary file
languages/su-cs_CZ.po ADDED
@@ -0,0 +1,3451 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Shortcodes Ultimate\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-05-05 22:01+0100\n"
6
+ "PO-Revision-Date: 2014-05-05 22:01+0100\n"
7
+ "Last-Translator: punc00 <punc00@hotmail.com>\n"
8
+ "Language-Team: punC111999 <punc00@hotmail.com>\n"
9
+ "Language: cs\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: _e;__\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: inc/vendor/sunrise.php:90 inc/vendor/sunrise.php:91
21
+ #: inc/vendor/sunrise.php:122 inc/vendor/sunrise.php:123
22
+ msgid "Plugin Settings"
23
+ msgstr "Nastavení pluginu"
24
+
25
+ #: inc/vendor/sunrise.php:178 inc/core/assets.php:92
26
+ msgid "Choose file"
27
+ msgstr "Vybrat soubor"
28
+
29
+ #: inc/vendor/sunrise.php:179
30
+ msgid "Use selected file"
31
+ msgstr "Použít vybraný soubor"
32
+
33
+ #: inc/vendor/sunrise.php:369
34
+ msgid "Save changes"
35
+ msgstr "Uložit změny"
36
+
37
+ #: inc/vendor/sunrise.php:369
38
+ msgid "Saving"
39
+ msgstr "Ukládá se"
40
+
41
+ #: inc/vendor/sunrise.php:369
42
+ msgid "Saved"
43
+ msgstr "Uloženo"
44
+
45
+ #: inc/vendor/sunrise.php:369
46
+ msgid ""
47
+ "This action will delete all your settings. Are you sure? This action cannot "
48
+ "be undone!"
49
+ msgstr ""
50
+ "Tato akce smaže všechna vaše nastavení. Jste si jistý/á. Tato akce je "
51
+ "nevratná! "
52
+
53
+ #: inc/vendor/sunrise.php:369
54
+ msgid "Restore default settings"
55
+ msgstr "Obnovit základní nastavení pluginu."
56
+
57
+ #: inc/vendor/sunrise.php:376 inc/vendor/sunrise.php:385
58
+ #: inc/vendor/sunrise.php:435
59
+ msgid "Text field"
60
+ msgstr "Textový řádek"
61
+
62
+ #: inc/vendor/sunrise.php:397
63
+ msgid "Textarea field"
64
+ msgstr "Textové pole"
65
+
66
+ #: inc/vendor/sunrise.php:408 inc/vendor/sunrise.php:419
67
+ msgid "Checkbox"
68
+ msgstr "Zaškrtávací políčko"
69
+
70
+ #: inc/vendor/sunrise.php:409 inc/core/data.php:419 inc/core/data.php:443
71
+ msgid "Label"
72
+ msgstr "Nálepka"
73
+
74
+ #: inc/vendor/sunrise.php:440 inc/core/generator-views.php:50
75
+ #: inc/core/generator-views.php:55
76
+ msgid "Media manager"
77
+ msgstr "Správce médií"
78
+
79
+ #: inc/vendor/sunrise.php:445
80
+ msgid "Color picker"
81
+ msgstr "Výběr barev"
82
+
83
+ #: inc/vendor/sunrise.php:453
84
+ msgid "Pick a color"
85
+ msgstr "Vybrat barvu"
86
+
87
+ #: inc/vendor/sunrise.php:477
88
+ msgid ""
89
+ "For full functionality of this page it is reccomended to enable javascript."
90
+ msgstr "Pro plnou funkčnost této stránky je doporučeno aktivovat javaskript."
91
+
92
+ #: inc/vendor/sunrise.php:478
93
+ msgid "Settings saved successfully"
94
+ msgstr "Nastavení úspěšně uloženo."
95
+
96
+ #: inc/vendor/sunrise.php:479
97
+ msgid "Settings reseted successfully"
98
+ msgstr "Nastavení úspěšně resetováno."
99
+
100
+ #: inc/vendor/sunrise.php:508
101
+ #, php-format
102
+ msgid "option type %s is not callable"
103
+ msgstr "možnost typu %s není dosažitelná"
104
+
105
+ #: inc/core/vote.php:42 inc/core/load.php:140
106
+ msgid "Vladimir Anokhin"
107
+ msgstr ""
108
+
109
+ #: inc/core/vote.php:44
110
+ msgid ""
111
+ "Hello, my name is Vladimir Anokhin, and I am developer of plugin "
112
+ "<b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few "
113
+ "words about it at the wordpress.org or twitter. It will help other people "
114
+ "find this useful plugin more quickly.<br><b>Thank you!</b>"
115
+ msgstr ""
116
+ "Ahoj, jmenuji se Vladimir Anokhin a jsem autorem pluginu <b>Shortcodes "
117
+ "Ultimate</b>.<br>Pokud se vám plugin líbí, prosím napište o něm pár slov na "
118
+ "wordpress.org nebo twitter. Pomůže to najít tento užitečný plugin dalším "
119
+ "lidem.<br><b>Děkuji!</b>"
120
+
121
+ #: inc/core/vote.php:46
122
+ msgid "Rate plugin"
123
+ msgstr "Ohodnotit plugin"
124
+
125
+ #: inc/core/vote.php:47
126
+ msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
127
+ msgstr ""
128
+ "Shortcodes Ultimate - WordPress plugin, který musíte mít #shortcodesultimate"
129
+
130
+ #: inc/core/vote.php:47
131
+ msgid "Tweet"
132
+ msgstr ""
133
+
134
+ #: inc/core/vote.php:48
135
+ msgid "No, thanks"
136
+ msgstr "Ne, děkuji"
137
+
138
+ #: inc/core/vote.php:49
139
+ msgid "or"
140
+ msgstr "nebo"
141
+
142
+ #: inc/core/vote.php:50
143
+ msgid "Remind me later"
144
+ msgstr "Připomenout později"
145
+
146
+ #: inc/core/data.php:17
147
+ msgid "All"
148
+ msgstr "Vše"
149
+
150
+ #: inc/core/data.php:18 inc/core/generator.php:177
151
+ msgid "Content"
152
+ msgstr "Obsah"
153
+
154
+ #: inc/core/data.php:19 inc/core/data.php:827
155
+ msgid "Box"
156
+ msgstr ""
157
+
158
+ #: inc/core/data.php:20
159
+ msgid "Media"
160
+ msgstr "Média"
161
+
162
+ #: inc/core/data.php:21 inc/core/data.php:2097
163
+ msgid "Gallery"
164
+ msgstr "Galerie"
165
+
166
+ #: inc/core/data.php:22
167
+ msgid "Data"
168
+ msgstr ""
169
+
170
+ #: inc/core/data.php:23
171
+ msgid "Other"
172
+ msgstr "Jiné"
173
+
174
+ #: inc/core/data.php:32 inc/core/data.php:1862 inc/core/data.php:1981
175
+ #: inc/core/data.php:2119 inc/core/data.php:2263
176
+ msgid "None"
177
+ msgstr "Žádné"
178
+
179
+ #: inc/core/data.php:33
180
+ msgid "Solid"
181
+ msgstr "Plná"
182
+
183
+ #: inc/core/data.php:34
184
+ msgid "Dotted"
185
+ msgstr "Tečkovaná"
186
+
187
+ #: inc/core/data.php:35
188
+ msgid "Dashed"
189
+ msgstr "Čárkovaná"
190
+
191
+ #: inc/core/data.php:36
192
+ msgid "Double"
193
+ msgstr "Dvojitá"
194
+
195
+ #: inc/core/data.php:37
196
+ msgid "Groove"
197
+ msgstr "Rýha"
198
+
199
+ #: inc/core/data.php:38
200
+ msgid "Ridge"
201
+ msgstr "Hřeben"
202
+
203
+ #: inc/core/data.php:62
204
+ msgid "Basic examples"
205
+ msgstr "Základní příklady"
206
+
207
+ #: inc/core/data.php:65
208
+ msgid "Accordions, spoilers, different styles, anchors"
209
+ msgstr "Harmoniky, spoilery, různé styly, kotvy "
210
+
211
+ #: inc/core/data.php:71
212
+ msgid "Tabs, vertical tabs, tab anchors"
213
+ msgstr "Záložky, vertiklní záložky, kotvy záložek"
214
+
215
+ #: inc/core/data.php:77
216
+ msgid "Column layouts"
217
+ msgstr "Sloupcové layouty"
218
+
219
+ #: inc/core/data.php:83
220
+ msgid ""
221
+ "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
222
+ msgstr ""
223
+ "Různé mediální prvky, YouTube, Vimeo, Screenr, videa na vlastním serveru i "
224
+ "audiopřehrávač"
225
+
226
+ #: inc/core/data.php:89
227
+ msgid "Unlimited buttons"
228
+ msgstr "Nekonečně mnoho tlačítek"
229
+
230
+ #: inc/core/data.php:95
231
+ msgid "Animations"
232
+ msgstr "Animace"
233
+
234
+ #: inc/core/data.php:103
235
+ msgid "Advanced examples"
236
+ msgstr "Pokročilé příklady"
237
+
238
+ #: inc/core/data.php:106
239
+ msgid "Interacting with posts shortcode"
240
+ msgstr "Interakce s shortkódy pro články"
241
+
242
+ #: inc/core/data.php:112
243
+ msgid "Nested shortcodes, shortcodes inside of attributes"
244
+ msgstr "Shortkódy uvnitř jiných shortkódů či atributů"
245
+
246
+ #: inc/core/data.php:129
247
+ msgid "Heading"
248
+ msgstr "Nadpis"
249
+
250
+ #: inc/core/data.php:136 inc/core/data.php:190 inc/core/data.php:274
251
+ #: inc/core/data.php:426 inc/core/data.php:456 inc/core/data.php:517
252
+ #: inc/core/data.php:684 inc/core/data.php:839 inc/core/data.php:1003
253
+ #: inc/core/data.php:2466 inc/core/data.php:2518 inc/core/data.php:2581
254
+ msgid "Default"
255
+ msgstr "Základní"
256
+
257
+ #: inc/core/data.php:139 inc/core/data.php:193 inc/core/data.php:279
258
+ #: inc/core/data.php:459 inc/core/data.php:523 inc/core/data.php:695
259
+ #: inc/core/data.php:846 inc/core/data.php:973
260
+ msgid "Style"
261
+ msgstr "Styl"
262
+
263
+ #: inc/core/data.php:140
264
+ msgid "Choose style for this heading"
265
+ msgstr "Vybrat styl pro nadpis"
266
+
267
+ #: inc/core/data.php:140 inc/core/data.php:194 inc/core/data.php:280
268
+ #: inc/core/data.php:460
269
+ msgid "Install additional styles"
270
+ msgstr "Instalovat doplňkové styly"
271
+
272
+ #: inc/core/data.php:148 inc/core/data.php:531 inc/core/data.php:610
273
+ #: inc/core/data.php:716
274
+ msgid "Size"
275
+ msgstr "Velikost"
276
+
277
+ #: inc/core/data.php:149
278
+ msgid "Select heading size (pixels)"
279
+ msgstr "Vybrat velikost nadpisu (v pixelech)"
280
+
281
+ #: inc/core/data.php:154 inc/core/data.php:492 inc/core/data.php:553
282
+ #: inc/core/data.php:981
283
+ msgid "Left"
284
+ msgstr "Nalevo"
285
+
286
+ #: inc/core/data.php:155 inc/core/data.php:554 inc/core/data.php:1913
287
+ #: inc/core/data.php:2051
288
+ msgid "Center"
289
+ msgstr "Uprostřed"
290
+
291
+ #: inc/core/data.php:156 inc/core/data.php:493 inc/core/data.php:555
292
+ #: inc/core/data.php:982
293
+ msgid "Right"
294
+ msgstr "napravo"
295
+
296
+ #: inc/core/data.php:159 inc/core/data.php:496 inc/core/data.php:558
297
+ msgid "Align"
298
+ msgstr "zarovnání"
299
+
300
+ #: inc/core/data.php:160
301
+ msgid "Heading text alignment"
302
+ msgstr "zarovnání textu nadpisu"
303
+
304
+ #: inc/core/data.php:168
305
+ msgid "Margin"
306
+ msgstr "Okraj"
307
+
308
+ #: inc/core/data.php:169
309
+ msgid "Bottom margin (pixels)"
310
+ msgstr "Spodní okraj (v pixelech)"
311
+
312
+ #: inc/core/data.php:173 inc/core/data.php:213 inc/core/data.php:246
313
+ #: inc/core/data.php:310 inc/core/data.php:328 inc/core/data.php:357
314
+ #: inc/core/data.php:381 inc/core/data.php:409 inc/core/data.php:439
315
+ #: inc/core/data.php:475 inc/core/data.php:500 inc/core/data.php:536
316
+ #: inc/core/data.php:563 inc/core/data.php:579 inc/core/data.php:621
317
+ #: inc/core/data.php:651 inc/core/data.php:773 inc/core/data.php:817
318
+ #: inc/core/data.php:873 inc/core/data.php:910 inc/core/data.php:942
319
+ #: inc/core/data.php:1044 inc/core/data.php:1060 inc/core/data.php:1112
320
+ #: inc/core/data.php:1237 inc/core/data.php:1288 inc/core/data.php:1333
321
+ #: inc/core/data.php:1432 inc/core/data.php:1471 inc/core/data.php:1541
322
+ #: inc/core/data.php:1563 inc/core/data.php:1594 inc/core/data.php:1627
323
+ #: inc/core/data.php:1643 inc/core/data.php:1673 inc/core/data.php:1693
324
+ #: inc/core/data.php:1720 inc/core/data.php:1741 inc/core/data.php:1786
325
+ #: inc/core/data.php:1831 inc/core/data.php:1950 inc/core/data.php:2088
326
+ #: inc/core/data.php:2169 inc/core/data.php:2343 inc/core/data.php:2398
327
+ #: inc/core/data.php:2444
328
+ msgid "Class"
329
+ msgstr "CSS třída"
330
+
331
+ #: inc/core/data.php:174 inc/core/data.php:214 inc/core/data.php:247
332
+ #: inc/core/data.php:311 inc/core/data.php:329 inc/core/data.php:358
333
+ #: inc/core/data.php:382 inc/core/data.php:410 inc/core/data.php:440
334
+ #: inc/core/data.php:476 inc/core/data.php:501 inc/core/data.php:537
335
+ #: inc/core/data.php:564 inc/core/data.php:580 inc/core/data.php:622
336
+ #: inc/core/data.php:652 inc/core/data.php:774 inc/core/data.php:818
337
+ #: inc/core/data.php:874 inc/core/data.php:911 inc/core/data.php:943
338
+ #: inc/core/data.php:1045 inc/core/data.php:1061 inc/core/data.php:1113
339
+ #: inc/core/data.php:1238 inc/core/data.php:1289 inc/core/data.php:1334
340
+ #: inc/core/data.php:1433 inc/core/data.php:1472 inc/core/data.php:1542
341
+ #: inc/core/data.php:1564 inc/core/data.php:1595 inc/core/data.php:1628
342
+ #: inc/core/data.php:1644 inc/core/data.php:1674 inc/core/data.php:1694
343
+ #: inc/core/data.php:1721 inc/core/data.php:1742 inc/core/data.php:1787
344
+ #: inc/core/data.php:1832 inc/core/data.php:1951 inc/core/data.php:2089
345
+ #: inc/core/data.php:2170 inc/core/data.php:2344 inc/core/data.php:2399
346
+ #: inc/core/data.php:2445
347
+ msgid "Extra CSS class"
348
+ msgstr "Speciální CSS třída"
349
+
350
+ #: inc/core/data.php:177
351
+ msgid "Heading text"
352
+ msgstr "Text nadpisu"
353
+
354
+ #: inc/core/data.php:178
355
+ msgid "Styled heading"
356
+ msgstr "Stylovaný nadpis"
357
+
358
+ #: inc/core/data.php:183
359
+ msgid "Tabs"
360
+ msgstr "Záložky"
361
+
362
+ #: inc/core/data.php:194
363
+ msgid "Choose style for this tabs"
364
+ msgstr "Vybrat styl pro tyto záložky"
365
+
366
+ #: inc/core/data.php:202
367
+ msgid "Active tab"
368
+ msgstr "Aktivní záložka"
369
+
370
+ #: inc/core/data.php:203
371
+ msgid "Select which tab is open by default"
372
+ msgstr "vyberte, která záložka bude otevřena defaultně"
373
+
374
+ #: inc/core/data.php:208
375
+ msgid "Vertical"
376
+ msgstr "Vertikálně"
377
+
378
+ #: inc/core/data.php:209
379
+ msgid "Show tabs vertically"
380
+ msgstr "Ukázat záložky vertikálně"
381
+
382
+ #: inc/core/data.php:217
383
+ msgid ""
384
+ "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
385
+ "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
386
+ "[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
387
+ msgstr ""
388
+ "[%prefix_tab title=\"Nadpis 1\"]Obsah 1[/%prefix_tab]\n"
389
+ "[%prefix_tab title=\"Nadpis 2\"]Obsah 2[/%prefix_tab]\n"
390
+ "[%prefix_tab title=\"Nadpis 3\"]Obsah 3[/%prefix_tab]"
391
+
392
+ #: inc/core/data.php:218
393
+ msgid "Tabs container"
394
+ msgstr "Tělo záložek"
395
+
396
+ #: inc/core/data.php:224
397
+ msgid "Tab"
398
+ msgstr "Záložka"
399
+
400
+ #: inc/core/data.php:229
401
+ msgid "Tab name"
402
+ msgstr "Název záložky"
403
+
404
+ #: inc/core/data.php:230 inc/core/data.php:263 inc/core/data.php:791
405
+ #: inc/core/data.php:834 inc/core/data.php:1500
406
+ msgid "Title"
407
+ msgstr "Název"
408
+
409
+ #: inc/core/data.php:231
410
+ msgid "Enter tab name"
411
+ msgstr "Vložte jméno záložky"
412
+
413
+ #: inc/core/data.php:236
414
+ msgid "Disabled"
415
+ msgstr "Vypnuto"
416
+
417
+ #: inc/core/data.php:237
418
+ msgid "Is this tab disabled"
419
+ msgstr "Je tato záložka vypnuta"
420
+
421
+ #: inc/core/data.php:241 inc/core/data.php:305
422
+ msgid "Anchor"
423
+ msgstr "Kotva"
424
+
425
+ #: inc/core/data.php:242
426
+ msgid ""
427
+ "You can use unique anchor for this tab to access it with hash in page url. "
428
+ "For example: type here <b%value>Hello</b> and then use url like http://"
429
+ "example.com/page-url#Hello. This tab will be activated and scrolled in"
430
+ msgstr ""
431
+ "V této záložce můžete použít unikátní kotvu, k níž bude odkázáno kódem v "
432
+ "URL. Např. sem napište <b%value>Ahoj</b> a potom použijte URL ve tvaru "
433
+ "http://example.com/page-url#Ahoj. Tato záložka bude aktivována a skrolována "
434
+ "na kotvu."
435
+
436
+ #: inc/core/data.php:250
437
+ msgid "Tab content"
438
+ msgstr "Obsah záložky"
439
+
440
+ #: inc/core/data.php:251
441
+ msgid "Single tab"
442
+ msgstr "Jednotlivá záložka"
443
+
444
+ #: inc/core/data.php:257
445
+ msgid "Spoiler"
446
+ msgstr "Spoiler"
447
+
448
+ #: inc/core/data.php:262 inc/core/shortcodes.php:72
449
+ msgid "Spoiler title"
450
+ msgstr "Název spoileru"
451
+
452
+ #: inc/core/data.php:263
453
+ msgid "Text in spoiler title"
454
+ msgstr "Text v nadpisu spoileru"
455
+
456
+ #: inc/core/data.php:268
457
+ msgid "Open"
458
+ msgstr "Otevřít"
459
+
460
+ #: inc/core/data.php:269
461
+ msgid "Is spoiler content visible by default"
462
+ msgstr "Je obsah spoileru viditelný v základu"
463
+
464
+ #: inc/core/data.php:275
465
+ msgid "Fancy"
466
+ msgstr "Elegantní"
467
+
468
+ #: inc/core/data.php:276 inc/core/data.php:520
469
+ msgid "Simple"
470
+ msgstr "Jednoduché"
471
+
472
+ #: inc/core/data.php:280
473
+ msgid "Choose style for this spoiler"
474
+ msgstr "Vybrat styl pro tento spoiler"
475
+
476
+ #: inc/core/data.php:285
477
+ msgid "Plus"
478
+ msgstr "Plus"
479
+
480
+ #: inc/core/data.php:286
481
+ msgid "Plus circle"
482
+ msgstr "Plus oblé"
483
+
484
+ #: inc/core/data.php:287
485
+ msgid "Plus square 1"
486
+ msgstr "Plus hranaté 1"
487
+
488
+ #: inc/core/data.php:288
489
+ msgid "Plus square 2"
490
+ msgstr "Plus hranaté 2"
491
+
492
+ #: inc/core/data.php:289
493
+ msgid "Arrow"
494
+ msgstr "Šipka"
495
+
496
+ #: inc/core/data.php:290
497
+ msgid "Arrow circle 1"
498
+ msgstr "Šipka oblá 1"
499
+
500
+ #: inc/core/data.php:291
501
+ msgid "Arrow circle 2"
502
+ msgstr "Šipka oblá 2"
503
+
504
+ #: inc/core/data.php:292
505
+ msgid "Chevron"
506
+ msgstr "Šipka dolů"
507
+
508
+ #: inc/core/data.php:293
509
+ msgid "Chevron circle"
510
+ msgstr "Šipka dolů oblá"
511
+
512
+ #: inc/core/data.php:294
513
+ msgid "Caret"
514
+ msgstr "Trojúhelník"
515
+
516
+ #: inc/core/data.php:295
517
+ msgid "Caret square"
518
+ msgstr "Trojúhelník hranatý"
519
+
520
+ #: inc/core/data.php:296
521
+ msgid "Folder 1"
522
+ msgstr "Složka 1"
523
+
524
+ #: inc/core/data.php:297
525
+ msgid "Folder 2"
526
+ msgstr "Složka 2"
527
+
528
+ #: inc/core/data.php:300 inc/core/data.php:640 inc/core/data.php:746
529
+ #: inc/core/data.php:797
530
+ msgid "Icon"
531
+ msgstr "Ikonka"
532
+
533
+ #: inc/core/data.php:301
534
+ msgid "Icons for spoiler"
535
+ msgstr "ikony pro spoiler"
536
+
537
+ #: inc/core/data.php:306
538
+ msgid ""
539
+ "You can use unique anchor for this spoiler to access it with hash in page "
540
+ "url. For example: type here <b%value>Hello</b> and then use url like http://"
541
+ "example.com/page-url#Hello. This spoiler will be open and scrolled in"
542
+ msgstr ""
543
+ "V tomto spoileru můžete použít unikátní kotvu, k níž bude odkázáno kódem v "
544
+ "URL. Např. sem napište <b%value>Ahoj</b> a potom použijte URL ve tvaru "
545
+ "http://example.com/page-url#Ahoj. Tento spoiler bude aktivován a skrolován "
546
+ "na kotvu."
547
+
548
+ #: inc/core/data.php:314
549
+ msgid "Hidden content"
550
+ msgstr "Skrytý obsah"
551
+
552
+ #: inc/core/data.php:315
553
+ msgid "Spoiler with hidden content"
554
+ msgstr "Spoiler se skrytým obsahem"
555
+
556
+ #: inc/core/data.php:316 inc/core/data.php:334
557
+ msgid ""
558
+ "Did you know that you can wrap multiple spoilers with [accordion] shortcode "
559
+ "to create accordion effect?"
560
+ msgstr ""
561
+ "Věděli jste, že můžete uzavřít několik spoilerů do shortkódu [accordion], "
562
+ "abyste dosáhli efektu harmoniky?"
563
+
564
+ #: inc/core/data.php:322
565
+ msgid "Accordion"
566
+ msgstr "Harmonika"
567
+
568
+ #: inc/core/data.php:332
569
+ msgid ""
570
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
571
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
572
+ "[%prefix_spoiler]Content[/%prefix_spoiler]"
573
+ msgstr ""
574
+ "[%prefix_spoiler]Obsah[/%prefix_spoiler]\n"
575
+ "[%prefix_spoiler]Obsah[/%prefix_spoiler]\n"
576
+ "[%prefix_spoiler]Obsah[/%prefix_spoiler]"
577
+
578
+ #: inc/core/data.php:333
579
+ msgid "Accordion with spoilers"
580
+ msgstr "Harmonika se spoilery"
581
+
582
+ #: inc/core/data.php:340
583
+ msgid "Divider"
584
+ msgstr "Oddělovač"
585
+
586
+ #: inc/core/data.php:347
587
+ msgid "Show TOP link"
588
+ msgstr "Ukázat odkaz \"JÍT NAHORU\""
589
+
590
+ #: inc/core/data.php:348
591
+ msgid "Show link to top of the page or not"
592
+ msgstr "Ukázat odkaz na vršek stránek nebo ne"
593
+
594
+ #: inc/core/data.php:352 inc/core/shortcodes.php:99
595
+ msgid "Go to top"
596
+ msgstr "Jít nahoru"
597
+
598
+ #: inc/core/data.php:353
599
+ msgid "Link text"
600
+ msgstr "Text odkazu"
601
+
602
+ #: inc/core/data.php:353
603
+ msgid "Text for the GO TOP link"
604
+ msgstr "Text pro odkaz \"JÍT NAHORU\""
605
+
606
+ #: inc/core/data.php:361
607
+ msgid "Content divider with optional TOP link"
608
+ msgstr "Oddělovač obsahu s potenciálním odkazem \"JÍT NAHORU\""
609
+
610
+ #: inc/core/data.php:366
611
+ msgid "Spacer"
612
+ msgstr "Místo"
613
+
614
+ #: inc/core/data.php:376 inc/core/data.php:1095 inc/core/data.php:1152
615
+ #: inc/core/data.php:1271 inc/core/data.php:1322 inc/core/data.php:1366
616
+ #: inc/core/data.php:1518 inc/core/data.php:1775 inc/core/data.php:1814
617
+ #: inc/core/data.php:1897 inc/core/data.php:2017 inc/core/data.php:2154
618
+ #: inc/core/data.php:2371
619
+ msgid "Height"
620
+ msgstr "Výška"
621
+
622
+ #: inc/core/data.php:377
623
+ msgid "Height of the spacer in pixels"
624
+ msgstr "Výška v pixelech"
625
+
626
+ #: inc/core/data.php:385
627
+ msgid "Empty space with adjustable height"
628
+ msgstr "prázdné místo s nastavitelnou výškou"
629
+
630
+ #: inc/core/data.php:390
631
+ msgid "Highlight"
632
+ msgstr "Zvýraznění"
633
+
634
+ #: inc/core/data.php:398 inc/core/data.php:701 inc/core/data.php:891
635
+ msgid "Background"
636
+ msgstr "Pozadí"
637
+
638
+ #: inc/core/data.php:399
639
+ msgid "Highlighted text background color"
640
+ msgstr "Barva pozadí zvýrazněného textu"
641
+
642
+ #: inc/core/data.php:405 inc/core/data.php:707 inc/core/data.php:897
643
+ msgid "Text color"
644
+ msgstr "Barva textu"
645
+
646
+ #: inc/core/data.php:405
647
+ msgid "Highlighted text color"
648
+ msgstr "Barva zvýraznéného textu"
649
+
650
+ #: inc/core/data.php:413 inc/core/data.php:414
651
+ msgid "Highlighted text"
652
+ msgstr "Zvýrazněný text"
653
+
654
+ #: inc/core/data.php:427
655
+ msgid "Success"
656
+ msgstr "Úspěch"
657
+
658
+ #: inc/core/data.php:428
659
+ msgid "Warning"
660
+ msgstr "Varování"
661
+
662
+ #: inc/core/data.php:429
663
+ msgid "Important"
664
+ msgstr "Důležité"
665
+
666
+ #: inc/core/data.php:430
667
+ msgid "Black"
668
+ msgstr "Černý"
669
+
670
+ #: inc/core/data.php:431
671
+ msgid "Info"
672
+ msgstr ""
673
+
674
+ #: inc/core/data.php:434
675
+ msgid "Type"
676
+ msgstr "typ"
677
+
678
+ #: inc/core/data.php:435
679
+ msgid "Style of the label"
680
+ msgstr "Styl nálepky"
681
+
682
+ #: inc/core/data.php:444
683
+ msgid "Styled label"
684
+ msgstr "Stylovaná nálepka"
685
+
686
+ #: inc/core/data.php:449 inc/core/data.php:479
687
+ msgid "Quote"
688
+ msgstr "Citát"
689
+
690
+ #: inc/core/data.php:460
691
+ msgid "Choose style for this quote"
692
+ msgstr "vybete styl pro tento citát"
693
+
694
+ #: inc/core/data.php:464
695
+ msgid "Cite"
696
+ msgstr "Citovat"
697
+
698
+ #: inc/core/data.php:465
699
+ msgid "Quote author name"
700
+ msgstr "Jméno autora citace"
701
+
702
+ #: inc/core/data.php:470
703
+ msgid "Cite url"
704
+ msgstr "URL citace"
705
+
706
+ #: inc/core/data.php:471
707
+ msgid "Url of the quote author. Leave empty to disable link"
708
+ msgstr "URL autora citace. Nechcete-li uvádět, nechte prázdné"
709
+
710
+ #: inc/core/data.php:480
711
+ msgid "Blockquote alternative"
712
+ msgstr "Citační alternativy"
713
+
714
+ #: inc/core/data.php:485 inc/core/data.php:504 inc/core/data.php:505
715
+ msgid "Pullquote"
716
+ msgstr "Zvýrazněná citace"
717
+
718
+ #: inc/core/data.php:496
719
+ msgid "Pullquote alignment (float)"
720
+ msgstr "Zarovnání zvýrazněné citace (float)"
721
+
722
+ #: inc/core/data.php:510 inc/core/data.php:541
723
+ msgid "Dropcap"
724
+ msgstr "Iniciála"
725
+
726
+ #: inc/core/data.php:518 inc/core/data.php:685
727
+ msgid "Flat"
728
+ msgstr "Plochý"
729
+
730
+ #: inc/core/data.php:519
731
+ msgid "Light"
732
+ msgstr "Světlý"
733
+
734
+ #: inc/core/data.php:523
735
+ msgid "Dropcap style preset"
736
+ msgstr "Styl iniciály"
737
+
738
+ #: inc/core/data.php:532
739
+ msgid "Choose dropcap size"
740
+ msgstr "Vybrat velikost iniciály."
741
+
742
+ #: inc/core/data.php:540
743
+ msgid "D"
744
+ msgstr ""
745
+
746
+ #: inc/core/data.php:546
747
+ msgid "Frame"
748
+ msgstr "Obrázek"
749
+
750
+ #: inc/core/data.php:559
751
+ msgid "Frame alignment"
752
+ msgstr "Zarovnání obrázku"
753
+
754
+ #: inc/core/data.php:568
755
+ msgid "Styled image frame"
756
+ msgstr "Stylovaný obrázek"
757
+
758
+ #: inc/core/data.php:573
759
+ msgid "Row"
760
+ msgstr "Řádek"
761
+
762
+ #: inc/core/data.php:583
763
+ msgid ""
764
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
765
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
766
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
767
+ msgstr ""
768
+ "[%prefix_column size=\"1/3\"]Obsah[/%prefix_column]\n"
769
+ "[%prefix_column size=\"1/3\"]Obsah[/%prefix_column]\n"
770
+ "[%prefix_column size=\"1/3\"]Obsah[/%prefix_column]"
771
+
772
+ #: inc/core/data.php:584
773
+ msgid "Row for flexible columns"
774
+ msgstr "Řádek pro flexibilní sloupce"
775
+
776
+ #: inc/core/data.php:589
777
+ msgid "Column"
778
+ msgstr "Sloupec"
779
+
780
+ #: inc/core/data.php:596
781
+ msgid "Full width"
782
+ msgstr "Plná šířka"
783
+
784
+ #: inc/core/data.php:597
785
+ msgid "One half"
786
+ msgstr "Jedna polovina"
787
+
788
+ #: inc/core/data.php:598
789
+ msgid "One third"
790
+ msgstr "Jedna třetina"
791
+
792
+ #: inc/core/data.php:599
793
+ msgid "Two third"
794
+ msgstr "Dvě třetiny"
795
+
796
+ #: inc/core/data.php:600
797
+ msgid "One fourth"
798
+ msgstr "Jedna čtvrtina"
799
+
800
+ #: inc/core/data.php:601
801
+ msgid "Three fourth"
802
+ msgstr "Tři čtvrtiny"
803
+
804
+ #: inc/core/data.php:602
805
+ msgid "One fifth"
806
+ msgstr "Jedna pětina"
807
+
808
+ #: inc/core/data.php:603
809
+ msgid "Two fifth"
810
+ msgstr "Dvě pětiny"
811
+
812
+ #: inc/core/data.php:604
813
+ msgid "Three fifth"
814
+ msgstr "Tři pětiny"
815
+
816
+ #: inc/core/data.php:605
817
+ msgid "Four fifth"
818
+ msgstr "Čtyři pětiny"
819
+
820
+ #: inc/core/data.php:606
821
+ msgid "One sixth"
822
+ msgstr "jedna šestina"
823
+
824
+ #: inc/core/data.php:607
825
+ msgid "Five sixth"
826
+ msgstr "Pět šestin"
827
+
828
+ #: inc/core/data.php:611
829
+ msgid "Select column width. This width will be calculated depend page width"
830
+ msgstr ""
831
+ "Vyberte šířku sloupce. tato šířka bude počítána v závislosti na šířce stránky"
832
+
833
+ #: inc/core/data.php:616 inc/core/data.php:727
834
+ msgid "Centered"
835
+ msgstr "Centrováno"
836
+
837
+ #: inc/core/data.php:617
838
+ msgid "Is this column centered on the page"
839
+ msgstr "Je tento sloupec centrovaný na stránce"
840
+
841
+ #: inc/core/data.php:625
842
+ msgid "Column content"
843
+ msgstr "Obsah sloupce"
844
+
845
+ #: inc/core/data.php:626
846
+ msgid "Flexible and responsive columns"
847
+ msgstr "Flexibilní a responzivní sloupce"
848
+
849
+ #: inc/core/data.php:627
850
+ msgid "Did you know that you need to wrap columns with [row] shortcode?"
851
+ msgstr "Věděli jste, že musíte zabalit sloupce do [row] shortkódu?"
852
+
853
+ #: inc/core/data.php:633
854
+ msgid "List"
855
+ msgstr "Seznam"
856
+
857
+ #: inc/core/data.php:641
858
+ msgid "You can upload custom icon for this list or pick a built-in icon"
859
+ msgstr ""
860
+ "Můete nahrát vlastní ikonu pro tento seznam nebo vybrat některou z "
861
+ "nabízených ikon"
862
+
863
+ #: inc/core/data.php:646 inc/core/data.php:752 inc/core/data.php:803
864
+ msgid "Icon color"
865
+ msgstr "Barva ikony"
866
+
867
+ #: inc/core/data.php:647 inc/core/data.php:753 inc/core/data.php:804
868
+ msgid ""
869
+ "This color will be applied to the selected icon. Does not works with "
870
+ "uploaded icons"
871
+ msgstr ""
872
+ "tato barva bude aplikována na vybranou ikonu. nebude fungovat na vámi "
873
+ "uploadované ikony"
874
+
875
+ #: inc/core/data.php:655
876
+ msgid ""
877
+ "<ul>\n"
878
+ "<li>List item</li>\n"
879
+ "<li>List item</li>\n"
880
+ "<li>List item</li>\n"
881
+ "</ul>"
882
+ msgstr ""
883
+ "<ul>\n"
884
+ "<li>Položka seznamu</li>\n"
885
+ "<li>Položka seznamu</li>\n"
886
+ "<li>Položka seznamu</li>\n"
887
+ "</ul>"
888
+
889
+ #: inc/core/data.php:656
890
+ msgid "Styled unordered list"
891
+ msgstr "Stylovaný nečíslovaný seznm"
892
+
893
+ #: inc/core/data.php:661
894
+ msgid "Button"
895
+ msgstr "Tlačítko"
896
+
897
+ #: inc/core/data.php:668
898
+ msgid "Link"
899
+ msgstr "Odkaz"
900
+
901
+ #: inc/core/data.php:669
902
+ msgid "Button link"
903
+ msgstr "Odkaz tlačítka"
904
+
905
+ #: inc/core/data.php:674 inc/core/data.php:1585
906
+ msgid "Same tab"
907
+ msgstr "Stejná záložka"
908
+
909
+ #: inc/core/data.php:675 inc/core/data.php:1586
910
+ msgid "New tab"
911
+ msgstr "Nová záložka"
912
+
913
+ #: inc/core/data.php:678 inc/core/data.php:1589
914
+ msgid "Target"
915
+ msgstr "Otevřít v"
916
+
917
+ #: inc/core/data.php:679
918
+ msgid "Button link target"
919
+ msgstr "Cíl odkazu tlačítka"
920
+
921
+ #: inc/core/data.php:686
922
+ msgid "Ghost"
923
+ msgstr "Duch"
924
+
925
+ #: inc/core/data.php:687 inc/core/data.php:840
926
+ msgid "Soft"
927
+ msgstr "Měkké"
928
+
929
+ #: inc/core/data.php:688 inc/core/data.php:841
930
+ msgid "Glass"
931
+ msgstr "Sklo"
932
+
933
+ #: inc/core/data.php:689 inc/core/data.php:842
934
+ msgid "Bubbles"
935
+ msgstr "Bubliny"
936
+
937
+ #: inc/core/data.php:690 inc/core/data.php:843
938
+ msgid "Noise"
939
+ msgstr "Hluk"
940
+
941
+ #: inc/core/data.php:691
942
+ msgid "Stroked"
943
+ msgstr "Údery štětcem"
944
+
945
+ #: inc/core/data.php:692
946
+ msgid "3D"
947
+ msgstr ""
948
+
949
+ #: inc/core/data.php:695
950
+ msgid "Button background style preset"
951
+ msgstr "Vzor stylu pozadí tlačítka"
952
+
953
+ #: inc/core/data.php:701
954
+ msgid "Button background color"
955
+ msgstr "Barva pozadí Tlačítka"
956
+
957
+ #: inc/core/data.php:708
958
+ msgid "Button text color"
959
+ msgstr "Barva textu tlačítka"
960
+
961
+ #: inc/core/data.php:717
962
+ msgid "Button size"
963
+ msgstr "Velikost tlačítka"
964
+
965
+ #: inc/core/data.php:722
966
+ msgid "Fluid"
967
+ msgstr "Proměnlivý"
968
+
969
+ #: inc/core/data.php:722
970
+ msgid "Fluid buttons has 100% width"
971
+ msgstr "Proměnlivá tlačítka ma jí 100% šířku"
972
+
973
+ #: inc/core/data.php:727
974
+ msgid "Is button centered on the page"
975
+ msgstr "Je tlačítko centrováno na stránce"
976
+
977
+ #: inc/core/data.php:732
978
+ msgid "Auto"
979
+ msgstr ""
980
+
981
+ #: inc/core/data.php:733
982
+ msgid "Round"
983
+ msgstr "Zaoblený"
984
+
985
+ #: inc/core/data.php:734
986
+ msgid "Square"
987
+ msgstr "Hranatý"
988
+
989
+ #: inc/core/data.php:740 inc/core/data.php:868 inc/core/data.php:906
990
+ msgid "Radius"
991
+ msgstr "Úhel"
992
+
993
+ #: inc/core/data.php:741
994
+ msgid "Radius of button corners. Auto-radius calculation based on button size"
995
+ msgstr ""
996
+ "Úhel zaoblení rohů tlačítka. Automatické zaoblení odvisí od velikosti "
997
+ "tlačítka "
998
+
999
+ #: inc/core/data.php:747
1000
+ msgid "You can upload custom icon for this button or pick a built-in icon"
1001
+ msgstr ""
1002
+ "Můžete nahrát vlastní ikonu pro toto tlačítko anebo použít jednu z "
1003
+ "nabízených ikon "
1004
+
1005
+ #: inc/core/data.php:758
1006
+ msgid "Text shadow"
1007
+ msgstr "Stín textu"
1008
+
1009
+ #: inc/core/data.php:759
1010
+ msgid "Button text shadow"
1011
+ msgstr "Stín textu tlačítka"
1012
+
1013
+ #: inc/core/data.php:763
1014
+ msgid "Description"
1015
+ msgstr "Popis"
1016
+
1017
+ #: inc/core/data.php:764
1018
+ msgid ""
1019
+ "Small description under button text. This option is incompatible with icon."
1020
+ msgstr ""
1021
+ "Drobný popis pod textem tlačítka. Tato možnost není kompatibilní s ikonou."
1022
+
1023
+ #: inc/core/data.php:768
1024
+ msgid "onClick"
1025
+ msgstr ""
1026
+
1027
+ #: inc/core/data.php:769
1028
+ msgid "Advanced JavaScript code for onClick action"
1029
+ msgstr "Pokročilý javaskriptový kód pro onClick"
1030
+
1031
+ #: inc/core/data.php:777
1032
+ msgid "Button text"
1033
+ msgstr "Text tlačítka"
1034
+
1035
+ #: inc/core/data.php:778
1036
+ msgid "Styled button"
1037
+ msgstr "Stylované tlačítko"
1038
+
1039
+ #: inc/core/data.php:784
1040
+ msgid "Service"
1041
+ msgstr "Služba"
1042
+
1043
+ #: inc/core/data.php:790 inc/core/shortcodes.php:430
1044
+ msgid "Service title"
1045
+ msgstr "Název služby"
1046
+
1047
+ #: inc/core/data.php:792
1048
+ msgid "Service name"
1049
+ msgstr "Název služby"
1050
+
1051
+ #: inc/core/data.php:798
1052
+ msgid "You can upload custom icon for this box"
1053
+ msgstr "Můžete uploadovat vlastní ikonu pro tento box"
1054
+
1055
+ #: inc/core/data.php:812
1056
+ msgid "Icon size"
1057
+ msgstr "Velikost ikony"
1058
+
1059
+ #: inc/core/data.php:813
1060
+ msgid "Size of the uploaded icon in pixels"
1061
+ msgstr "Velikost uploadované ikony v pixelech"
1062
+
1063
+ #: inc/core/data.php:821
1064
+ msgid "Service description"
1065
+ msgstr "Popis služby"
1066
+
1067
+ #: inc/core/data.php:822
1068
+ msgid "Service box with title"
1069
+ msgstr "Box služeb s nadpisem"
1070
+
1071
+ #: inc/core/data.php:833
1072
+ msgid "Box title"
1073
+ msgstr "Název boxu"
1074
+
1075
+ #: inc/core/data.php:834
1076
+ msgid "Text for the box title"
1077
+ msgstr "Text pro název boxu"
1078
+
1079
+ #: inc/core/data.php:847
1080
+ msgid "Box style preset"
1081
+ msgstr "Vzor stylu boxu"
1082
+
1083
+ #: inc/core/data.php:853 inc/core/generator-views.php:99
1084
+ msgid "Color"
1085
+ msgstr "Barva"
1086
+
1087
+ #: inc/core/data.php:854
1088
+ msgid "Color for the box title and borders"
1089
+ msgstr "Barva pro název boxu a okraje"
1090
+
1091
+ #: inc/core/data.php:860
1092
+ msgid "Title text color"
1093
+ msgstr "Barva názvu boxu"
1094
+
1095
+ #: inc/core/data.php:860
1096
+ msgid "Color for the box title text"
1097
+ msgstr "Barva textu názvu boxu"
1098
+
1099
+ #: inc/core/data.php:869
1100
+ msgid "Box corners radius"
1101
+ msgstr "Zaoblení rohů boxu"
1102
+
1103
+ #: inc/core/data.php:877
1104
+ msgid "Box content"
1105
+ msgstr "Obsah boxu"
1106
+
1107
+ #: inc/core/data.php:878
1108
+ msgid "Colored box with caption"
1109
+ msgstr "Barevný box s nadpisem"
1110
+
1111
+ #: inc/core/data.php:883
1112
+ msgid "Note"
1113
+ msgstr "Poznámka"
1114
+
1115
+ #: inc/core/data.php:891
1116
+ msgid "Note background color"
1117
+ msgstr "Barva pozadí poznámky"
1118
+
1119
+ #: inc/core/data.php:898
1120
+ msgid "Note text color"
1121
+ msgstr "Barva textu poznámky"
1122
+
1123
+ #: inc/core/data.php:906
1124
+ msgid "Note corners radius"
1125
+ msgstr "Úhel zaoblení poznámky"
1126
+
1127
+ #: inc/core/data.php:914
1128
+ msgid "Note text"
1129
+ msgstr "Text poznámky"
1130
+
1131
+ #: inc/core/data.php:915
1132
+ msgid "Colored box"
1133
+ msgstr "Barevný box"
1134
+
1135
+ #: inc/core/data.php:920 inc/core/data.php:1864 inc/core/data.php:1983
1136
+ #: inc/core/data.php:2121
1137
+ msgid "Lightbox"
1138
+ msgstr ""
1139
+
1140
+ #: inc/core/data.php:927
1141
+ msgid "Iframe"
1142
+ msgstr ""
1143
+
1144
+ #: inc/core/data.php:928
1145
+ msgid "Image"
1146
+ msgstr "Obrázek"
1147
+
1148
+ #: inc/core/data.php:929
1149
+ msgid "Inline (html content)"
1150
+ msgstr "Inline (html obsah)"
1151
+
1152
+ #: inc/core/data.php:932
1153
+ msgid "Content type"
1154
+ msgstr "Typ obsahu"
1155
+
1156
+ #: inc/core/data.php:933
1157
+ msgid "Select type of the lightbox window content"
1158
+ msgstr "Vybrat typ obsahu lightboxového okna"
1159
+
1160
+ #: inc/core/data.php:937
1161
+ msgid "Content source"
1162
+ msgstr "Zdroj obsahu"
1163
+
1164
+ #: inc/core/data.php:938
1165
+ msgid ""
1166
+ "Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
1167
+ "Use CSS selector for Inline content type.<br />Example values:<br /><b"
1168
+ "%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video "
1169
+ "(iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - "
1170
+ "uploaded image (image)<br /><b%value>http://example.com/</b> - any web page "
1171
+ "(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1172
+ msgstr ""
1173
+ "Vložte sem URLnebo CSS selektor. použijte URL pro takové typy obsahu jako "
1174
+ "Iframe nebo obrázek. Použijte CSS selektor pro Inline typy obsahu.<br /"
1175
+ ">Příklady hodnot:<br /><b%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> "
1176
+ "- YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/"
1177
+ "image.jpg</b> - Nahraný obrázek (obrázek)<br /><b%value>http://example.com/</"
1178
+ "b> - any web page (iframe)<br /><b%value>#contact-form</b> - jakýkoliv HTML "
1179
+ "obsah (inline)"
1180
+
1181
+ #: inc/core/data.php:946
1182
+ msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1183
+ msgstr "[%prefix_button] Pro prohlížení videa klikněte zde [/%prefix_button]"
1184
+
1185
+ #: inc/core/data.php:947
1186
+ msgid "Lightbox window with custom content"
1187
+ msgstr "Okno lightboxu s vlastním obsahem"
1188
+
1189
+ #: inc/core/data.php:952
1190
+ msgid "Tooltip"
1191
+ msgstr "Vyskakovací tip"
1192
+
1193
+ #: inc/core/data.php:959
1194
+ msgid "Basic: Light"
1195
+ msgstr "Základní: světlý"
1196
+
1197
+ #: inc/core/data.php:960
1198
+ msgid "Basic: Dark"
1199
+ msgstr "Základní: tmavý"
1200
+
1201
+ #: inc/core/data.php:961
1202
+ msgid "Basic: Yellow"
1203
+ msgstr "Základní: žlutý"
1204
+
1205
+ #: inc/core/data.php:962
1206
+ msgid "Basic: Green"
1207
+ msgstr "Základní: zelený"
1208
+
1209
+ #: inc/core/data.php:963
1210
+ msgid "Basic: Red"
1211
+ msgstr "Základní: červený"
1212
+
1213
+ #: inc/core/data.php:964
1214
+ msgid "Basic: Blue"
1215
+ msgstr "Základní: modrý"
1216
+
1217
+ #: inc/core/data.php:965
1218
+ msgid "Youtube"
1219
+ msgstr ""
1220
+
1221
+ #: inc/core/data.php:966
1222
+ msgid "Tipsy"
1223
+ msgstr ""
1224
+
1225
+ #: inc/core/data.php:967
1226
+ msgid "Bootstrap"
1227
+ msgstr ""
1228
+
1229
+ #: inc/core/data.php:968
1230
+ msgid "jTools"
1231
+ msgstr ""
1232
+
1233
+ #: inc/core/data.php:969
1234
+ msgid "Tipped"
1235
+ msgstr ""
1236
+
1237
+ #: inc/core/data.php:970
1238
+ msgid "Cluetip"
1239
+ msgstr ""
1240
+
1241
+ #: inc/core/data.php:974
1242
+ msgid "Tooltip window style"
1243
+ msgstr "Styl vyskakovacího okna"
1244
+
1245
+ #: inc/core/data.php:979
1246
+ msgid "Top"
1247
+ msgstr "Nahoře"
1248
+
1249
+ #: inc/core/data.php:980
1250
+ msgid "Bottom"
1251
+ msgstr "Dole"
1252
+
1253
+ #: inc/core/data.php:985
1254
+ msgid "Position"
1255
+ msgstr "Umístění"
1256
+
1257
+ #: inc/core/data.php:986
1258
+ msgid "Tooltip position"
1259
+ msgstr "Umístění tipu"
1260
+
1261
+ #: inc/core/data.php:991
1262
+ msgid "Shadow"
1263
+ msgstr "Stín"
1264
+
1265
+ #: inc/core/data.php:992
1266
+ msgid ""
1267
+ "Add shadow to tooltip. This option is only works with basic styes, e.g. "
1268
+ "blue, green etc."
1269
+ msgstr ""
1270
+ "Přidat stín k vyskakovacímu tipu. tato možnost je dotupná pouze pro základní "
1271
+ "styly, např. modrý, zelený apod."
1272
+
1273
+ #: inc/core/data.php:997
1274
+ msgid "Rounded corners"
1275
+ msgstr "Zaoblené rohy"
1276
+
1277
+ #: inc/core/data.php:998
1278
+ msgid ""
1279
+ "Use rounded for tooltip. This option is only works with basic styes, e.g. "
1280
+ "blue, green etc."
1281
+ msgstr ""
1282
+ "Použít zaoblené vyskakovací okno. Tato možnost je funkční pouze pro základní "
1283
+ "styly, např. modrý, zelený apod."
1284
+
1285
+ #: inc/core/data.php:1012
1286
+ msgid "Font size"
1287
+ msgstr "Velikost písma"
1288
+
1289
+ #: inc/core/data.php:1013
1290
+ msgid "Tooltip font size"
1291
+ msgstr "velikost písma vyskakovacího tipu"
1292
+
1293
+ #: inc/core/data.php:1017
1294
+ msgid "Tooltip title"
1295
+ msgstr "Název vyskakovacího tipu"
1296
+
1297
+ #: inc/core/data.php:1018
1298
+ msgid ""
1299
+ "Enter title for tooltip window. Leave this field empty to hide the title"
1300
+ msgstr ""
1301
+ "Vloži název pro vyskakovací okno s tipem. Nechte prázdné, pokud nechcete "
1302
+ "zobrazit název"
1303
+
1304
+ #: inc/core/data.php:1021 inc/core/shortcodes.php:508
1305
+ msgid "Tooltip text"
1306
+ msgstr "Text tipu"
1307
+
1308
+ #: inc/core/data.php:1022
1309
+ msgid "Tooltip content"
1310
+ msgstr "Obsah tipu"
1311
+
1312
+ #: inc/core/data.php:1023
1313
+ msgid "Enter tooltip content here"
1314
+ msgstr "Vložte obsah tipu zde"
1315
+
1316
+ #: inc/core/data.php:1028
1317
+ msgid "Show and hide on mouse hover"
1318
+ msgstr "Ukázat a schovat při přejetí myši"
1319
+
1320
+ #: inc/core/data.php:1029
1321
+ msgid "Show and hide by mouse click"
1322
+ msgstr "Ukázat a schovat při kliknutí myši"
1323
+
1324
+ #: inc/core/data.php:1030
1325
+ msgid "Always visible"
1326
+ msgstr "Vždy viditelné"
1327
+
1328
+ #: inc/core/data.php:1033
1329
+ msgid "Behavior"
1330
+ msgstr "Chování"
1331
+
1332
+ #: inc/core/data.php:1034
1333
+ msgid "Select tooltip behavior"
1334
+ msgstr "Vyber chování vyskakovacího tipu"
1335
+
1336
+ #: inc/core/data.php:1039
1337
+ msgid "Close button"
1338
+ msgstr "Zavřít tlačítko"
1339
+
1340
+ #: inc/core/data.php:1040
1341
+ msgid "Show close button"
1342
+ msgstr "Ukázat tlačítko \"Zavřít\""
1343
+
1344
+ #: inc/core/data.php:1048
1345
+ msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1346
+ msgstr "[%prefix_button] Přejeď mě myší, aby se ukázal tip [/%prefix_button]"
1347
+
1348
+ #: inc/core/data.php:1049
1349
+ msgid "Tooltip window with custom content"
1350
+ msgstr "Okno tipu s vlastním obsahem"
1351
+
1352
+ #: inc/core/data.php:1054
1353
+ msgid "Private"
1354
+ msgstr "Soukromý"
1355
+
1356
+ #: inc/core/data.php:1064
1357
+ msgid "Private note text"
1358
+ msgstr "Text soukromé poznámky"
1359
+
1360
+ #: inc/core/data.php:1065
1361
+ msgid "Private note for post authors"
1362
+ msgstr "Soukromá poznámka pro autory článku"
1363
+
1364
+ #: inc/core/data.php:1070
1365
+ msgid "YouTube"
1366
+ msgstr ""
1367
+
1368
+ #: inc/core/data.php:1077 inc/core/data.php:1129 inc/core/data.php:1254
1369
+ #: inc/core/data.php:1304 inc/core/data.php:1348 inc/core/data.php:1660
1370
+ #: inc/core/data.php:1757
1371
+ msgid "Url"
1372
+ msgstr ""
1373
+
1374
+ #: inc/core/data.php:1078 inc/core/data.php:1130
1375
+ msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1376
+ msgstr ""
1377
+ "URL YouTube stránky, z níž je video. Např: http://youtube.com/watch?v=XXXXXX"
1378
+
1379
+ #: inc/core/data.php:1086 inc/core/data.php:1143 inc/core/data.php:1262
1380
+ #: inc/core/data.php:1313 inc/core/data.php:1357 inc/core/data.php:1454
1381
+ #: inc/core/data.php:1509 inc/core/data.php:1766 inc/core/data.php:1805
1382
+ #: inc/core/data.php:1889 inc/core/data.php:2008 inc/core/data.php:2146
1383
+ #: inc/core/data.php:2362
1384
+ msgid "Width"
1385
+ msgstr "Šířka"
1386
+
1387
+ #: inc/core/data.php:1087 inc/core/data.php:1144 inc/core/data.php:1263
1388
+ #: inc/core/data.php:1314 inc/core/data.php:1358 inc/core/data.php:1510
1389
+ msgid "Player width"
1390
+ msgstr "Šířka přehrávače"
1391
+
1392
+ #: inc/core/data.php:1096 inc/core/data.php:1153 inc/core/data.php:1272
1393
+ #: inc/core/data.php:1323 inc/core/data.php:1367 inc/core/data.php:1519
1394
+ msgid "Player height"
1395
+ msgstr "Výška přehrávače"
1396
+
1397
+ #: inc/core/data.php:1101 inc/core/data.php:1158 inc/core/data.php:1277
1398
+ #: inc/core/data.php:1328 inc/core/data.php:1372 inc/core/data.php:1781
1399
+ #: inc/core/data.php:1820 inc/core/data.php:1902 inc/core/data.php:2023
1400
+ msgid "Responsive"
1401
+ msgstr "Responzivní"
1402
+
1403
+ #: inc/core/data.php:1102 inc/core/data.php:1159 inc/core/data.php:1278
1404
+ #: inc/core/data.php:1329 inc/core/data.php:1373
1405
+ msgid "Ignore width and height parameters and make player responsive"
1406
+ msgstr "Nezadávat pevnou výšku a šířku - přehrávač bude responzivní "
1407
+
1408
+ #: inc/core/data.php:1107 inc/core/data.php:1192 inc/core/data.php:1283
1409
+ #: inc/core/data.php:1378 inc/core/data.php:1460 inc/core/data.php:1530
1410
+ #: inc/core/data.php:1937 inc/core/data.php:2075
1411
+ msgid "Autoplay"
1412
+ msgstr "Automaticky začít hrát"
1413
+
1414
+ #: inc/core/data.php:1108 inc/core/data.php:1193 inc/core/data.php:1284
1415
+ msgid "Play video automatically when page is loaded"
1416
+ msgstr "Video se přehraje automaticky po načtení stránky "
1417
+
1418
+ #: inc/core/data.php:1116
1419
+ msgid "YouTube video"
1420
+ msgstr ""
1421
+
1422
+ #: inc/core/data.php:1122
1423
+ msgid "YouTube Advanced"
1424
+ msgstr "YouTube pokročilé"
1425
+
1426
+ #: inc/core/data.php:1134
1427
+ msgid "Playlist"
1428
+ msgstr ""
1429
+
1430
+ #: inc/core/data.php:1135
1431
+ msgid ""
1432
+ "Value is a comma-separated list of video IDs to play. If you specify a "
1433
+ "value, the first video that plays will be the VIDEO_ID specified in the URL "
1434
+ "path, and the videos specified in the playlist parameter will play thereafter"
1435
+ msgstr ""
1436
+ "Hodnota je seznam ID videí oddělených čárkou. Pokud specifikujete hodnotu, "
1437
+ "první video, které se přehraje, bude VIDEO_ID specifikováno URL adresou, "
1438
+ "ostatní videa specifikovaná v playlistu budou přehrána potom"
1439
+
1440
+ #: inc/core/data.php:1164
1441
+ msgid "0 - Hide controls"
1442
+ msgstr "0 - Schovat ovládací tlačítka"
1443
+
1444
+ #: inc/core/data.php:1165
1445
+ msgid "1 - Show controls"
1446
+ msgstr "1 - Ukázat ovládací tlačítka"
1447
+
1448
+ #: inc/core/data.php:1166
1449
+ msgid "2 - Show controls when playback is started"
1450
+ msgstr "2 - Ukázat ovládací tlačítka na začátku přehrávání"
1451
+
1452
+ #: inc/core/data.php:1169 inc/core/data.php:1524
1453
+ msgid "Controls"
1454
+ msgstr "Ovládací tlačítka"
1455
+
1456
+ #: inc/core/data.php:1170
1457
+ msgid "This parameter indicates whether the video player controls will display"
1458
+ msgstr ""
1459
+ "Tento parametr určuje, zda se budou zobrazovat ovládací tlačítka "
1460
+ "videopřehrávače"
1461
+
1462
+ #: inc/core/data.php:1175
1463
+ msgid "0 - Do not hide controls"
1464
+ msgstr "0 - neschovávat ovládací tlačítka"
1465
+
1466
+ #: inc/core/data.php:1176
1467
+ msgid "1 - Hide all controls on mouse out"
1468
+ msgstr "1 - Skrýt všechna tlačítka po přejetí myší"
1469
+
1470
+ #: inc/core/data.php:1177
1471
+ msgid "2 - Hide progress bar on mouse out"
1472
+ msgstr "2 - Skrýt ukazatel průběhu videa po přejetí myší"
1473
+
1474
+ #: inc/core/data.php:1180
1475
+ msgid "Autohide"
1476
+ msgstr "Automatické skrytí"
1477
+
1478
+ #: inc/core/data.php:1181
1479
+ msgid ""
1480
+ "This parameter indicates whether the video controls will automatically hide "
1481
+ "after a video begins playing"
1482
+ msgstr ""
1483
+ "Tento parametr ukazuje, zda se budou ovládací tlačítka videopřehrávače "
1484
+ "automaticky skrývat po startu videa"
1485
+
1486
+ #: inc/core/data.php:1186
1487
+ msgid "Show title bar"
1488
+ msgstr "Ukázat lištu s názvem"
1489
+
1490
+ #: inc/core/data.php:1187
1491
+ msgid ""
1492
+ "If you set the parameter value to NO, then the player will not display "
1493
+ "information like the video title and uploader before the video starts "
1494
+ "playing."
1495
+ msgstr ""
1496
+ "Pokud nastavíte hodnotu parametru na NE, potom videopřehrávač nebude "
1497
+ "ukazovat informace jako název videa předtím, než se video spustí"
1498
+
1499
+ #: inc/core/data.php:1198 inc/core/data.php:1466 inc/core/data.php:1536
1500
+ msgid "Loop"
1501
+ msgstr "Smyčka"
1502
+
1503
+ #: inc/core/data.php:1199
1504
+ msgid ""
1505
+ "Setting of YES will cause the player to play the initial video again and "
1506
+ "again"
1507
+ msgstr ""
1508
+ "Nastavení hodnoty ANO způsobí, že přehrávač bude bude hrát počáteční video "
1509
+ "znovu a znovu"
1510
+
1511
+ #: inc/core/data.php:1204
1512
+ msgid "Related videos"
1513
+ msgstr "Související videa"
1514
+
1515
+ #: inc/core/data.php:1205
1516
+ msgid ""
1517
+ "This parameter indicates whether the player should show related videos when "
1518
+ "playback of the initial video ends"
1519
+ msgstr ""
1520
+ "Tento parametr ukazuje, zda bude přehrávač ukazovat související videa po "
1521
+ "skončení počátečního videa"
1522
+
1523
+ #: inc/core/data.php:1210
1524
+ msgid "Show full-screen button"
1525
+ msgstr "Ukázat tlačítko pro přehrávání videa na celou obrazovku"
1526
+
1527
+ #: inc/core/data.php:1211
1528
+ msgid ""
1529
+ "Setting this parameter to NO prevents the fullscreen button from displaying"
1530
+ msgstr ""
1531
+ "Nastavení hodnoty NE způsobí, že se nebude zobrazovat tlačítko \"Přehrávat "
1532
+ "na celou obrazovku\""
1533
+
1534
+ #: inc/core/data.php:1217
1535
+ msgid ""
1536
+ "This parameter lets you use a YouTube player that does not show a YouTube "
1537
+ "logo. Set the parameter value to YES to prevent the YouTube logo from "
1538
+ "displaying in the control bar. Note that a small YouTube text label will "
1539
+ "still display in the upper-right corner of a paused video when the user's "
1540
+ "mouse pointer hovers over the player"
1541
+ msgstr ""
1542
+ "Tento parametr dokáže přehrávat YouTube video bez YouTube loga. Nastavte "
1543
+ "hodnotu ANO a zabráníte tak zobrazování loga YouTube na ovládací liště. Malé "
1544
+ "YouTube textové logo se bude i přes to zobrazovat v pravém horním rohu při "
1545
+ "pauze, když uživatel přejede myší přes přehrávač"
1546
+
1547
+ #: inc/core/data.php:1222
1548
+ msgid "Dark theme"
1549
+ msgstr "Tmavý vzhled"
1550
+
1551
+ #: inc/core/data.php:1223
1552
+ msgid "Light theme"
1553
+ msgstr "Světlý vzhled"
1554
+
1555
+ #: inc/core/data.php:1226 inc/core/data.php:2393
1556
+ msgid "Theme"
1557
+ msgstr "Vzhled"
1558
+
1559
+ #: inc/core/data.php:1227
1560
+ msgid ""
1561
+ "This parameter indicates whether the embedded player will display player "
1562
+ "controls (like a play button or volume control) within a dark or light "
1563
+ "control bar"
1564
+ msgstr ""
1565
+ "Tento parametr označuje, zda bude přehrávač zobrazovat ovládací tlačítka "
1566
+ "(jako \"přehrát\" nebo ovládání hlasitosti) v tmavé nebo světlé ovládací "
1567
+ "liště"
1568
+
1569
+ #: inc/core/data.php:1232
1570
+ msgid "Force HTTPS"
1571
+ msgstr "Vnutit HTTPS"
1572
+
1573
+ #: inc/core/data.php:1233
1574
+ msgid "Use HTTPS in player iframe"
1575
+ msgstr "Použít HTTPS v iframe přehrávače"
1576
+
1577
+ #: inc/core/data.php:1241
1578
+ msgid "YouTube video player with advanced settings"
1579
+ msgstr "YouTube přehrávač s pokročilým nastavením"
1580
+
1581
+ #: inc/core/data.php:1247
1582
+ msgid "Vimeo"
1583
+ msgstr ""
1584
+
1585
+ #: inc/core/data.php:1254
1586
+ msgid "Url of Vimeo page with video"
1587
+ msgstr "URL Vimeo stránky s videem"
1588
+
1589
+ #: inc/core/data.php:1292
1590
+ msgid "Vimeo video"
1591
+ msgstr "Video Vimeo"
1592
+
1593
+ #: inc/core/data.php:1298
1594
+ msgid "Screenr"
1595
+ msgstr ""
1596
+
1597
+ #: inc/core/data.php:1305
1598
+ msgid "Url of Screenr page with video"
1599
+ msgstr "URL Screenr stránky s videem"
1600
+
1601
+ #: inc/core/data.php:1337
1602
+ msgid "Screenr video"
1603
+ msgstr "Video Screenr"
1604
+
1605
+ #: inc/core/data.php:1342
1606
+ msgid "Dailymotion"
1607
+ msgstr ""
1608
+
1609
+ #: inc/core/data.php:1349
1610
+ msgid "Url of Dailymotion page with video"
1611
+ msgstr "URL Dailymotion stránky s videem"
1612
+
1613
+ #: inc/core/data.php:1379
1614
+ msgid ""
1615
+ "Start the playback of the video automatically after the player load. May not "
1616
+ "work on some mobile OS versions"
1617
+ msgstr ""
1618
+ "Začít přehrávat video automaticky. Nemusí fungovat ve všech mobilních OS. "
1619
+
1620
+ #: inc/core/data.php:1384
1621
+ msgid "Background color"
1622
+ msgstr "Barva pozadí"
1623
+
1624
+ #: inc/core/data.php:1385
1625
+ msgid "HTML color of the background of controls elements"
1626
+ msgstr "HTML barva pozadí ovládacích prvků"
1627
+
1628
+ #: inc/core/data.php:1390
1629
+ msgid "Foreground color"
1630
+ msgstr "Barva popředí"
1631
+
1632
+ #: inc/core/data.php:1391
1633
+ msgid "HTML color of the foreground of controls elements"
1634
+ msgstr "HTML barva popředí ovládacích prvků"
1635
+
1636
+ #: inc/core/data.php:1396
1637
+ msgid "Highlight color"
1638
+ msgstr "Barva zvýraznění"
1639
+
1640
+ #: inc/core/data.php:1397
1641
+ msgid "HTML color of the controls elements' highlights"
1642
+ msgstr "HTML barva zvýrazněných ovládacích prvků"
1643
+
1644
+ #: inc/core/data.php:1402
1645
+ msgid "Show logo"
1646
+ msgstr "Ukázat logo"
1647
+
1648
+ #: inc/core/data.php:1403
1649
+ msgid "Allows to hide or show the Dailymotion logo"
1650
+ msgstr "Umožňuje skrýt či ukázat logo Dailymotion"
1651
+
1652
+ #: inc/core/data.php:1415
1653
+ msgid "Quality"
1654
+ msgstr "Kvalita"
1655
+
1656
+ #: inc/core/data.php:1416
1657
+ msgid "Determines the quality that must be played by default if available"
1658
+ msgstr "Určuje kvalitu, která bude automaticky zvolena, pokud je dostupná."
1659
+
1660
+ #: inc/core/data.php:1421
1661
+ msgid "Show related videos"
1662
+ msgstr "Ukázat související videa"
1663
+
1664
+ #: inc/core/data.php:1422
1665
+ msgid "Show related videos at the end of the video"
1666
+ msgstr "ukázat související videa na konci videa"
1667
+
1668
+ #: inc/core/data.php:1427
1669
+ msgid "Show video info"
1670
+ msgstr "Ukázat info k videu"
1671
+
1672
+ #: inc/core/data.php:1428
1673
+ msgid "Show videos info (title/author) on the start screen"
1674
+ msgstr "Ukázat info k videu (název/autor) hned na počáteční obrazovce"
1675
+
1676
+ #: inc/core/data.php:1436
1677
+ msgid "Dailymotion video"
1678
+ msgstr "Video Dailymotion"
1679
+
1680
+ #: inc/core/data.php:1441
1681
+ msgid "Audio"
1682
+ msgstr ""
1683
+
1684
+ #: inc/core/data.php:1448 inc/core/data.php:1488
1685
+ msgid "File"
1686
+ msgstr "Soubor"
1687
+
1688
+ #: inc/core/data.php:1449
1689
+ msgid "Audio file url. Supported formats: mp3, ogg"
1690
+ msgstr "URL audio-souboru. Podporované formáty: mp3, ogg"
1691
+
1692
+ #: inc/core/data.php:1455
1693
+ msgid ""
1694
+ "Player width. You can specify width in percents and player will be "
1695
+ "responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
1696
+ msgstr ""
1697
+ "Šířka přehrávače. Můžete specifikovat v procentech a přehrávač bude "
1698
+ "responzivní. Např.: <b%value>200px</b>, <b%value>100&#37;</b>"
1699
+
1700
+ #: inc/core/data.php:1461 inc/core/data.php:1531
1701
+ msgid "Play file automatically when page is loaded"
1702
+ msgstr "Hrát soubor automaticky poté, co je stránka načtena"
1703
+
1704
+ #: inc/core/data.php:1467 inc/core/data.php:1537
1705
+ msgid "Repeat when playback is ended"
1706
+ msgstr "Opakovat automaticky znovu"
1707
+
1708
+ #: inc/core/data.php:1475
1709
+ msgid "Custom audio player"
1710
+ msgstr "Vlastní audiopřehrávač"
1711
+
1712
+ #: inc/core/data.php:1481
1713
+ msgid "Video"
1714
+ msgstr ""
1715
+
1716
+ #: inc/core/data.php:1489
1717
+ msgid "Url to mp4/flv video-file"
1718
+ msgstr "URL mp4/flv video-souboru"
1719
+
1720
+ #: inc/core/data.php:1494
1721
+ msgid "Poster"
1722
+ msgstr "Poster"
1723
+
1724
+ #: inc/core/data.php:1495
1725
+ msgid "Url to poster image, that will be shown before playback"
1726
+ msgstr "URL obrázku posteru, který se zobrazí před přehráním videa"
1727
+
1728
+ #: inc/core/data.php:1501
1729
+ msgid "Player title"
1730
+ msgstr "Název přehrávače"
1731
+
1732
+ #: inc/core/data.php:1525
1733
+ msgid "Show player controls (play/pause etc.) or not"
1734
+ msgstr "Ukázat ovládací tlačítka přehrávače (hrát/pauza apod.) nebo ne"
1735
+
1736
+ #: inc/core/data.php:1545
1737
+ msgid "Custom video player"
1738
+ msgstr "Vlastní videopřehrávač"
1739
+
1740
+ #: inc/core/data.php:1551
1741
+ msgid "Table"
1742
+ msgstr "Tabulka"
1743
+
1744
+ #: inc/core/data.php:1558
1745
+ msgid "CSV file"
1746
+ msgstr "CSV soubor"
1747
+
1748
+ #: inc/core/data.php:1559
1749
+ msgid "Upload CSV file if you want to create HTML-table from file"
1750
+ msgstr "Nahrajte CSV soubor, abyste vytvořili HTML tabulku ze souboru"
1751
+
1752
+ #: inc/core/data.php:1567
1753
+ msgid ""
1754
+ "<table>\n"
1755
+ "<tr>\n"
1756
+ "\t<td>Table</td>\n"
1757
+ "\t<td>Table</td>\n"
1758
+ "</tr>\n"
1759
+ "<tr>\n"
1760
+ "\t<td>Table</td>\n"
1761
+ "\t<td>Table</td>\n"
1762
+ "</tr>\n"
1763
+ "</table>"
1764
+ msgstr ""
1765
+ "<table>\n"
1766
+ "<tr>\n"
1767
+ "\t<td>Tabulka</td>\n"
1768
+ "\t<td>Tabulka</td>\n"
1769
+ "</tr>\n"
1770
+ "<tr>\n"
1771
+ "\t<td>Tabulka</td>\n"
1772
+ "\t<td>Tabulka</td>\n"
1773
+ "</tr>\n"
1774
+ "</table>"
1775
+
1776
+ #: inc/core/data.php:1568
1777
+ msgid "Styled table from HTML or CSV file"
1778
+ msgstr "Stylovaná tabulka z HTML nebo CSV souboru"
1779
+
1780
+ #: inc/core/data.php:1573
1781
+ msgid "Permalink"
1782
+ msgstr "Odkaz"
1783
+
1784
+ #: inc/core/data.php:1579 inc/core/data.php:2503
1785
+ msgid "ID"
1786
+ msgstr ""
1787
+
1788
+ #: inc/core/data.php:1580
1789
+ msgid "Post or page ID"
1790
+ msgstr "ID článku či stránky"
1791
+
1792
+ #: inc/core/data.php:1590
1793
+ msgid "Link target. blank - link will be opened in new window/tab"
1794
+ msgstr "Cíl odkazu .blank - odkaz bude otevřen v novém okně"
1795
+
1796
+ #: inc/core/data.php:1599
1797
+ msgid "Permalink to specified post/page"
1798
+ msgstr "Odkaz na specifickou stránku/článek"
1799
+
1800
+ #: inc/core/data.php:1604
1801
+ msgid "Members"
1802
+ msgstr "Členové"
1803
+
1804
+ #: inc/core/data.php:1609 inc/core/shortcodes.php:794
1805
+ msgid "This content is for registered users only. Please %login%."
1806
+ msgstr ""
1807
+ "Tento obsah je určen pouze registrovaným uživatelům. Prosíme přihlašte se: "
1808
+ "%login%."
1809
+
1810
+ #: inc/core/data.php:1610
1811
+ msgid "Message"
1812
+ msgstr "Zpráva"
1813
+
1814
+ #: inc/core/data.php:1610
1815
+ msgid "Message for not logged users"
1816
+ msgstr "Zpráva pro nepřihlášené návštěvníky"
1817
+
1818
+ #: inc/core/data.php:1615
1819
+ msgid "Box color"
1820
+ msgstr "Barva boxu"
1821
+
1822
+ #: inc/core/data.php:1615
1823
+ msgid "This color will applied only to box for not logged users"
1824
+ msgstr "Tato barva boxu se zobrazí pouze nepřihlášeným uživatelům"
1825
+
1826
+ #: inc/core/data.php:1618 inc/core/shortcodes.php:797
1827
+ msgid "login"
1828
+ msgstr "přihlášení"
1829
+
1830
+ #: inc/core/data.php:1619
1831
+ msgid "Login link text"
1832
+ msgstr "Text odkazu přihlášení"
1833
+
1834
+ #: inc/core/data.php:1619
1835
+ msgid "Text for the login link"
1836
+ msgstr "Text odkazu pro přihlášení "
1837
+
1838
+ #: inc/core/data.php:1623
1839
+ msgid "Login link url"
1840
+ msgstr "URL přihlášení"
1841
+
1842
+ #: inc/core/data.php:1631
1843
+ msgid "Content for logged members"
1844
+ msgstr "Obsah pro přihlášené návštěvníky"
1845
+
1846
+ #: inc/core/data.php:1632
1847
+ msgid "Content for logged in members only"
1848
+ msgstr "Obsah jenom pro přihlášené návštěvníky"
1849
+
1850
+ #: inc/core/data.php:1637
1851
+ msgid "Guests"
1852
+ msgstr "Hosté"
1853
+
1854
+ #: inc/core/data.php:1647
1855
+ msgid "Content for guests"
1856
+ msgstr "Obsah pro hosty"
1857
+
1858
+ #: inc/core/data.php:1648
1859
+ msgid "Content for guests only"
1860
+ msgstr "Obsah jenom pro hosty"
1861
+
1862
+ #: inc/core/data.php:1653
1863
+ msgid "RSS Feed"
1864
+ msgstr "RSS kanál"
1865
+
1866
+ #: inc/core/data.php:1661
1867
+ msgid "Url to RSS-feed"
1868
+ msgstr "URL RSS kanálu"
1869
+
1870
+ #: inc/core/data.php:1669 inc/core/data.php:1856 inc/core/data.php:1975
1871
+ #: inc/core/data.php:2113
1872
+ msgid "Limit"
1873
+ msgstr ""
1874
+
1875
+ #: inc/core/data.php:1669
1876
+ msgid "Number of items to show"
1877
+ msgstr "Počet položek, které se ukážou"
1878
+
1879
+ #: inc/core/data.php:1677
1880
+ msgid "Feed grabber"
1881
+ msgstr ""
1882
+
1883
+ #: inc/core/data.php:1682
1884
+ msgid "Menu"
1885
+ msgstr ""
1886
+
1887
+ #: inc/core/data.php:1689
1888
+ msgid "Menu name"
1889
+ msgstr "Jméno menu"
1890
+
1891
+ #: inc/core/data.php:1689
1892
+ msgid "Custom menu name. Ex: Main menu"
1893
+ msgstr "Vlastní název menu. Např. Hlavní menu"
1894
+
1895
+ #: inc/core/data.php:1697
1896
+ msgid "Custom menu by name"
1897
+ msgstr "Vlastní menu pode jména"
1898
+
1899
+ #: inc/core/data.php:1702
1900
+ msgid "Sub pages"
1901
+ msgstr "Podstránky"
1902
+
1903
+ #: inc/core/data.php:1709 inc/core/data.php:1736
1904
+ msgid "Depth"
1905
+ msgstr "Hloubka"
1906
+
1907
+ #: inc/core/data.php:1710
1908
+ msgid "Max depth level of children pages"
1909
+ msgstr "Maximální hloubk úrovní podstránek"
1910
+
1911
+ #: inc/core/data.php:1715
1912
+ msgid "Parent ID"
1913
+ msgstr "ID nadřazené stránky"
1914
+
1915
+ #: inc/core/data.php:1716
1916
+ msgid "ID of the parent page. Leave blank to use current page"
1917
+ msgstr "ID nadřazené stránky. Pro zobrazení aktuální stránky nechte prázdné"
1918
+
1919
+ #: inc/core/data.php:1724
1920
+ msgid "List of sub pages"
1921
+ msgstr "Seznam podstránek"
1922
+
1923
+ #: inc/core/data.php:1729
1924
+ msgid "Siblings"
1925
+ msgstr "Stránky stejné úrovně"
1926
+
1927
+ #: inc/core/data.php:1737
1928
+ msgid "Max depth level"
1929
+ msgstr "Úroveň max. hloubky"
1930
+
1931
+ #: inc/core/data.php:1745
1932
+ msgid "List of cureent page siblings"
1933
+ msgstr "Seznam aktuálních stránek stejné úrovně"
1934
+
1935
+ #: inc/core/data.php:1750
1936
+ msgid "Document"
1937
+ msgstr "Dokument"
1938
+
1939
+ #: inc/core/data.php:1758
1940
+ msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1941
+ msgstr "URL uploadovaného dokumentu. podporované formáty: doc, xls, pdf apod."
1942
+
1943
+ #: inc/core/data.php:1767
1944
+ msgid "Viewer width"
1945
+ msgstr "Šířka prohlížeče"
1946
+
1947
+ #: inc/core/data.php:1776
1948
+ msgid "Viewer height"
1949
+ msgstr "Výška prohlížeče"
1950
+
1951
+ #: inc/core/data.php:1782
1952
+ msgid "Ignore width and height parameters and make viewer responsive"
1953
+ msgstr "Ignorovat parametry výšky a šířky - prohlížeč bude responzivní"
1954
+
1955
+ #: inc/core/data.php:1790
1956
+ msgid "Document viewer by Google"
1957
+ msgstr "Prohlížeč dokumentů od Googlu"
1958
+
1959
+ #: inc/core/data.php:1795
1960
+ msgid "Gmap"
1961
+ msgstr "Gmapa"
1962
+
1963
+ #: inc/core/data.php:1806
1964
+ msgid "Map width"
1965
+ msgstr "Šířka mapy"
1966
+
1967
+ #: inc/core/data.php:1815
1968
+ msgid "Map height"
1969
+ msgstr "Výška mapy"
1970
+
1971
+ #: inc/core/data.php:1821
1972
+ msgid "Ignore width and height parameters and make map responsive"
1973
+ msgstr "Ignorovat šířku a výšku mapy a učinit tak mapu responzivní"
1974
+
1975
+ #: inc/core/data.php:1826
1976
+ msgid "Marker"
1977
+ msgstr "Značka"
1978
+
1979
+ #: inc/core/data.php:1827
1980
+ msgid "Address for the marker. You can type it in any language"
1981
+ msgstr "Adresa značky (může být v kterémkoli jazyce)."
1982
+
1983
+ #: inc/core/data.php:1835
1984
+ msgid "Maps by Google"
1985
+ msgstr "Google mapy"
1986
+
1987
+ #: inc/core/data.php:1840
1988
+ msgid "Slider"
1989
+ msgstr "Prezentace"
1990
+
1991
+ #: inc/core/data.php:1847 inc/core/data.php:1966 inc/core/data.php:2104
1992
+ msgid "Source"
1993
+ msgstr "Zdroj"
1994
+
1995
+ #: inc/core/data.php:1848 inc/core/data.php:1967 inc/core/data.php:2105
1996
+ msgid ""
1997
+ "Choose images source. You can use images from Media library or retrieve it "
1998
+ "from posts (thumbnails) posted under specified blog category. You can also "
1999
+ "pick any custom taxonomy"
2000
+ msgstr ""
2001
+ "Vyberte zdroj obrázků. Můžete použí obrázky ze Správce médií nebo je získat "
2002
+ "z článků (náhledové obr.) publikovaných pod určitou kategorií. Můžete také "
2003
+ "vybrat jakoukoli vlastní taxonomii"
2004
+
2005
+ #: inc/core/data.php:1857 inc/core/data.php:1976 inc/core/data.php:2114
2006
+ msgid ""
2007
+ "Maximum number of image source posts (for recent posts, category and custom "
2008
+ "taxonomy)"
2009
+ msgstr ""
2010
+ "Maximální počet obrázků z článků (pro nejnovější články, kategorii a vlastní "
2011
+ "taxonomii)"
2012
+
2013
+ #: inc/core/data.php:1863 inc/core/data.php:1982 inc/core/data.php:2120
2014
+ msgid "Full-size image"
2015
+ msgstr "Obrázek v plné velikosti"
2016
+
2017
+ #: inc/core/data.php:1865 inc/core/data.php:1984 inc/core/data.php:2122
2018
+ msgid "Slide link (added in media editor)"
2019
+ msgstr "Odkaz slidu (přidán ve správci médií)"
2020
+
2021
+ #: inc/core/data.php:1866 inc/core/data.php:1985 inc/core/data.php:2123
2022
+ msgid "Attachment page"
2023
+ msgstr "Stránka přílohy"
2024
+
2025
+ #: inc/core/data.php:1867 inc/core/data.php:1986 inc/core/data.php:2124
2026
+ msgid "Post permalink"
2027
+ msgstr "URL článku"
2028
+
2029
+ #: inc/core/data.php:1870 inc/core/data.php:1989 inc/core/data.php:2127
2030
+ msgid "Links"
2031
+ msgstr "Odkazy"
2032
+
2033
+ #: inc/core/data.php:1871 inc/core/data.php:1990 inc/core/data.php:2128
2034
+ msgid "Select which links will be used for images in this gallery"
2035
+ msgstr "Vyberte, jaké odkazy budou použity pro obrázky v této galerii"
2036
+
2037
+ #: inc/core/data.php:1876 inc/core/data.php:1995 inc/core/data.php:2133
2038
+ msgid "Same window"
2039
+ msgstr "v tom samém okně"
2040
+
2041
+ #: inc/core/data.php:1877 inc/core/data.php:1996 inc/core/data.php:2134
2042
+ msgid "New window"
2043
+ msgstr "V novém okně"
2044
+
2045
+ #: inc/core/data.php:1880 inc/core/data.php:1999 inc/core/data.php:2137
2046
+ msgid "Links target"
2047
+ msgstr "Jak se mají odkazy otevírat"
2048
+
2049
+ #: inc/core/data.php:1881 inc/core/data.php:2000 inc/core/data.php:2138
2050
+ msgid "Open links in"
2051
+ msgstr "Otevřít odkazy v"
2052
+
2053
+ #: inc/core/data.php:1889
2054
+ msgid "Slider width (in pixels)"
2055
+ msgstr "Šířka slideru (v pixelech)"
2056
+
2057
+ #: inc/core/data.php:1897
2058
+ msgid "Slider height (in pixels)"
2059
+ msgstr "Výška slideru (v pixelech)"
2060
+
2061
+ #: inc/core/data.php:1903
2062
+ msgid "Ignore width and height parameters and make slider responsive"
2063
+ msgstr "Ignorovat parametry šířky a výšky a učinit tak slider responzivní"
2064
+
2065
+ #: inc/core/data.php:1908 inc/core/data.php:2046 inc/core/data.php:2164
2066
+ msgid "Show titles"
2067
+ msgstr "Ukázat nadpisy"
2068
+
2069
+ #: inc/core/data.php:1908
2070
+ msgid "Display slide titles"
2071
+ msgstr "Zobrazit postranní názvy"
2072
+
2073
+ #: inc/core/data.php:1913
2074
+ msgid "Is slider centered on the page"
2075
+ msgstr "Je slider na stránce centrován "
2076
+
2077
+ #: inc/core/data.php:1918 inc/core/data.php:2056
2078
+ msgid "Arrows"
2079
+ msgstr "Šipky"
2080
+
2081
+ #: inc/core/data.php:1918 inc/core/data.php:2056
2082
+ msgid "Show left and right arrows"
2083
+ msgstr "Ukázat levou a pravou šipku"
2084
+
2085
+ #: inc/core/data.php:1923 inc/core/data.php:2061
2086
+ msgid "Pagination"
2087
+ msgstr "Stránkování"
2088
+
2089
+ #: inc/core/data.php:1924 inc/core/data.php:2062
2090
+ msgid "Show pagination"
2091
+ msgstr "Ukázat stránkování"
2092
+
2093
+ #: inc/core/data.php:1928 inc/core/data.php:2066
2094
+ msgid "Mouse wheel control"
2095
+ msgstr "Ovládání kolečkem myši"
2096
+
2097
+ #: inc/core/data.php:1929
2098
+ msgid "Allow to change slides with mouse wheel"
2099
+ msgstr "Povolit posouvat snímky kolečkem myši"
2100
+
2101
+ #: inc/core/data.php:1938
2102
+ msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
2103
+ msgstr ""
2104
+ "Vybrat interval mezi přechodovou animací jednotlivých snímků. Nastavte 0 pro "
2105
+ "vypnutí autopřehrávání"
2106
+
2107
+ #: inc/core/data.php:1946 inc/core/data.php:2084
2108
+ msgid "Speed"
2109
+ msgstr "Rychlost"
2110
+
2111
+ #: inc/core/data.php:1946 inc/core/data.php:2084
2112
+ msgid "Specify animation speed"
2113
+ msgstr "Specifikujte rychlost animace"
2114
+
2115
+ #: inc/core/data.php:1954
2116
+ msgid "Customizable image slider"
2117
+ msgstr "Editovatelný slider obrázků"
2118
+
2119
+ #: inc/core/data.php:1959
2120
+ msgid "Carousel"
2121
+ msgstr "Karusel"
2122
+
2123
+ #: inc/core/data.php:2009
2124
+ msgid "Carousel width (in pixels)"
2125
+ msgstr "Šířka karuselu (v pixelech)"
2126
+
2127
+ #: inc/core/data.php:2018
2128
+ msgid "Carousel height (in pixels)"
2129
+ msgstr "Výška karuseu (v pixelech)"
2130
+
2131
+ #: inc/core/data.php:2024
2132
+ msgid "Ignore width and height parameters and make carousel responsive"
2133
+ msgstr "Ignorovat parametry šířky a výšky a učinit tak karusel responzivní"
2134
+
2135
+ #: inc/core/data.php:2032
2136
+ msgid "Items to show"
2137
+ msgstr "Položky"
2138
+
2139
+ #: inc/core/data.php:2033
2140
+ msgid "How much carousel items is visible"
2141
+ msgstr "Kolik položek karuselu bude viditelných"
2142
+
2143
+ #: inc/core/data.php:2040
2144
+ msgid "Scroll number"
2145
+ msgstr "Počet skrolovaných"
2146
+
2147
+ #: inc/core/data.php:2041
2148
+ msgid "How much items are scrolled in one transition"
2149
+ msgstr "kolik položek bude skrolováno v jednom přechodu"
2150
+
2151
+ #: inc/core/data.php:2046
2152
+ msgid "Display titles for each item"
2153
+ msgstr "Zobrazit název pro každou položku"
2154
+
2155
+ #: inc/core/data.php:2051
2156
+ msgid "Is carousel centered on the page"
2157
+ msgstr "je karusel centrován na stránce"
2158
+
2159
+ #: inc/core/data.php:2067
2160
+ msgid "Allow to rotate carousel with mouse wheel"
2161
+ msgstr "Povolit ovládat rotaci karuselu kolečkem myši"
2162
+
2163
+ #: inc/core/data.php:2076
2164
+ msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
2165
+ msgstr ""
2166
+ "Vybrat interval mezi přechodovou animací jednotlivých snímků. Nastavte 0 pro "
2167
+ "vypnutí autopřehrávání"
2168
+
2169
+ #: inc/core/data.php:2092
2170
+ msgid "Customizable image carousel"
2171
+ msgstr "Editovatelný karusel obrázků"
2172
+
2173
+ #: inc/core/data.php:2146
2174
+ msgid "Single item width (in pixels)"
2175
+ msgstr "Šířka jednotlivé položky (v pixelech)"
2176
+
2177
+ #: inc/core/data.php:2154
2178
+ msgid "Single item height (in pixels)"
2179
+ msgstr "Výška jednotlivé položky (v pixelech)"
2180
+
2181
+ #: inc/core/data.php:2159
2182
+ msgid "Never"
2183
+ msgstr "Nikdy"
2184
+
2185
+ #: inc/core/data.php:2160
2186
+ msgid "On mouse over"
2187
+ msgstr "Na přejetí myší"
2188
+
2189
+ #: inc/core/data.php:2161
2190
+ msgid "Always"
2191
+ msgstr "Vždy"
2192
+
2193
+ #: inc/core/data.php:2165
2194
+ msgid "Title display mode"
2195
+ msgstr "Způsob zobrazení nadpisu"
2196
+
2197
+ #: inc/core/data.php:2173
2198
+ msgid "Customizable image gallery"
2199
+ msgstr "Upravitelná galerie obrázků"
2200
+
2201
+ #: inc/core/data.php:2178
2202
+ msgid "Posts"
2203
+ msgstr "Články"
2204
+
2205
+ #: inc/core/data.php:2183 inc/core/data.php:2610
2206
+ msgid "Template"
2207
+ msgstr "Šablona"
2208
+
2209
+ #: inc/core/data.php:2184
2210
+ msgid ""
2211
+ "<b>Do not change this field value if you do not understand description below."
2212
+ "</b><br/>Relative path to the template file. Default templates is placed "
2213
+ "under the plugin directory (templates folder). You can copy it under your "
2214
+ "theme directory and modify as you want. You can use following default "
2215
+ "templates that already available in the plugin directory:<br/><b"
2216
+ "%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/"
2217
+ "teaser-loop.php</b> - posts loop with thumbnail and title<br/><b"
2218
+ "%value>templates/single-post.php</b> - single post template<br/><b"
2219
+ "%value>templates/list-loop.php</b> - unordered list with posts titles"
2220
+ msgstr ""
2221
+ "<b>Neměňte hodnotu tohoto pole, pokud nerozumíte popisu níže.</b><br/"
2222
+ ">Relativní cesta k souboru šablony. Základní šablony jsou umístěny v "
2223
+ "adresáři pluginu (složka templates). Můžete ji zkopírovat do adresáře své "
2224
+ "šablony a jakkoliv ji změnit. Můžete použít následující šablony, které jsou "
2225
+ "již dostupné v adresáři pluginu:<br/><b%value>templates/default-loop.php</b> "
2226
+ "- články<br/><b%value>templates/teaser-loop.php</b> - články s náhled. "
2227
+ "obrázkem a nadpisem<br/><b%value>templates/single-post.php</b> - šablon "
2228
+ "jednotlivého článku<br/><b%value>templates/list-loop.php</b> - nečíslovaný "
2229
+ "seznam názvů článků"
2230
+
2231
+ #: inc/core/data.php:2188
2232
+ msgid "Post ID's"
2233
+ msgstr "ID článku"
2234
+
2235
+ #: inc/core/data.php:2189
2236
+ msgid "Enter comma separated ID's of the posts that you want to show"
2237
+ msgstr "Vložte seznam čárkou oddělených ID článků, které chcete zobrazit"
2238
+
2239
+ #: inc/core/data.php:2197
2240
+ msgid "Posts per page"
2241
+ msgstr "Článků na stránku"
2242
+
2243
+ #: inc/core/data.php:2198
2244
+ msgid ""
2245
+ "Specify number of posts that you want to show. Enter -1 to get all posts"
2246
+ msgstr ""
2247
+ "Určete počet článků, které se budou zobrazovat. Vložte - 1 pro zobrazování "
2248
+ "všech článků"
2249
+
2250
+ #: inc/core/data.php:2205
2251
+ msgid "Post types"
2252
+ msgstr "Typy článků"
2253
+
2254
+ #: inc/core/data.php:2206
2255
+ msgid "Select post types. Hold Ctrl key to select multiple post types"
2256
+ msgstr ""
2257
+ "Vybrat typy článků. Podržet klávesu Ctrl pro výběr několika typů zároveň"
2258
+
2259
+ #: inc/core/data.php:2212 inc/core/generator-views.php:123
2260
+ msgid "Taxonomy"
2261
+ msgstr "Taxonomie"
2262
+
2263
+ #: inc/core/data.php:2213
2264
+ msgid "Select taxonomy to show posts from"
2265
+ msgstr "Vyberte taxonomii, z níž budou články zobrazovány"
2266
+
2267
+ #: inc/core/data.php:2220
2268
+ msgid "Terms"
2269
+ msgstr "Činitelé"
2270
+
2271
+ #: inc/core/data.php:2221
2272
+ msgid "Select terms to show posts from"
2273
+ msgstr "Vyberte činitele, z nichž budou generovány články"
2274
+
2275
+ #: inc/core/data.php:2226
2276
+ msgid "Taxonomy term operator"
2277
+ msgstr "Operátor činitele taxonomie"
2278
+
2279
+ #: inc/core/data.php:2227
2280
+ msgid ""
2281
+ "IN - posts that have any of selected categories terms<br/>NOT IN - posts "
2282
+ "that is does not have any of selected terms<br/>AND - posts that have all "
2283
+ "selected terms"
2284
+ msgstr ""
2285
+ "IN - články, které mají některý z vybraných činitelů<br/>NOT IN - články, "
2286
+ "které nemají žádný z vybraných činitelů<br/>AND - články, které mají všechny "
2287
+ "vybrané činitele"
2288
+
2289
+ #: inc/core/data.php:2234
2290
+ msgid "Authors"
2291
+ msgstr "Autoři"
2292
+
2293
+ #: inc/core/data.php:2235
2294
+ msgid "Choose the authors whose posts you want to show"
2295
+ msgstr "Vyberte autory, jejichž články chcete ukázat"
2296
+
2297
+ #: inc/core/data.php:2239
2298
+ msgid "Meta key"
2299
+ msgstr "Meta klíč"
2300
+
2301
+ #: inc/core/data.php:2240
2302
+ msgid "Enter meta key name to show posts that have this key"
2303
+ msgstr "Vložte meta klíč pro zobrazení článků s tímto klíčem"
2304
+
2305
+ #: inc/core/data.php:2247
2306
+ msgid "Offset"
2307
+ msgstr "Ofset"
2308
+
2309
+ #: inc/core/data.php:2248
2310
+ msgid "Specify offset to start posts loop not from first post"
2311
+ msgstr "Specifikovat ofset, aby by smyčka článků nezačala u prvního"
2312
+
2313
+ #: inc/core/data.php:2253
2314
+ msgid "Descending"
2315
+ msgstr "Sestupný"
2316
+
2317
+ #: inc/core/data.php:2254
2318
+ msgid "Ascending"
2319
+ msgstr "Vzestupný"
2320
+
2321
+ #: inc/core/data.php:2257
2322
+ msgid "Order"
2323
+ msgstr "Pořadí"
2324
+
2325
+ #: inc/core/data.php:2258
2326
+ msgid "Posts order"
2327
+ msgstr "Pořadí článků"
2328
+
2329
+ #: inc/core/data.php:2264 inc/core/data.php:2481 inc/core/data.php:2554
2330
+ #: inc/core/data.php:2596
2331
+ msgid "Post ID"
2332
+ msgstr "ID článku"
2333
+
2334
+ #: inc/core/data.php:2265 inc/core/data.php:2555
2335
+ msgid "Post author"
2336
+ msgstr "Autor článku"
2337
+
2338
+ #: inc/core/data.php:2266 inc/core/data.php:2559
2339
+ msgid "Post title"
2340
+ msgstr "Název článku"
2341
+
2342
+ #: inc/core/data.php:2267
2343
+ msgid "Post slug"
2344
+ msgstr "Adresa článku"
2345
+
2346
+ #: inc/core/data.php:2268
2347
+ msgid "Date"
2348
+ msgstr "Datum"
2349
+
2350
+ #: inc/core/data.php:2268
2351
+ msgid "Last modified date"
2352
+ msgstr "Poslední změna"
2353
+
2354
+ #: inc/core/data.php:2269 inc/core/data.php:2279 inc/core/data.php:2568
2355
+ msgid "Post parent"
2356
+ msgstr "Nadřazená stránka"
2357
+
2358
+ #: inc/core/data.php:2270
2359
+ msgid "Random"
2360
+ msgstr "Náhodný"
2361
+
2362
+ #: inc/core/data.php:2270
2363
+ msgid "Comments number"
2364
+ msgstr "Počet komentářů"
2365
+
2366
+ #: inc/core/data.php:2271 inc/core/data.php:2570
2367
+ msgid "Menu order"
2368
+ msgstr "Pořadí v menu"
2369
+
2370
+ #: inc/core/data.php:2271
2371
+ msgid "Meta key values"
2372
+ msgstr "Hodnoty meta klíče"
2373
+
2374
+ #: inc/core/data.php:2274
2375
+ msgid "Order by"
2376
+ msgstr "Pořadí podle"
2377
+
2378
+ #: inc/core/data.php:2275
2379
+ msgid "Order posts by"
2380
+ msgstr "Pořadí článků podle"
2381
+
2382
+ #: inc/core/data.php:2280
2383
+ msgid "Show childrens of entered post (enter post ID)"
2384
+ msgstr "Ukázat podřazené stránky vloženého článku (vložte ID článku)"
2385
+
2386
+ #: inc/core/data.php:2285
2387
+ msgid "Published"
2388
+ msgstr "Publikováno"
2389
+
2390
+ #: inc/core/data.php:2286
2391
+ msgid "Pending"
2392
+ msgstr "Čekající"
2393
+
2394
+ #: inc/core/data.php:2287
2395
+ msgid "Draft"
2396
+ msgstr "Náčrt"
2397
+
2398
+ #: inc/core/data.php:2288
2399
+ msgid "Auto-draft"
2400
+ msgstr "Auto-náčrt"
2401
+
2402
+ #: inc/core/data.php:2289
2403
+ msgid "Future post"
2404
+ msgstr "Budoucí článek"
2405
+
2406
+ #: inc/core/data.php:2290
2407
+ msgid "Private post"
2408
+ msgstr "Soukromý článek"
2409
+
2410
+ #: inc/core/data.php:2291
2411
+ msgid "Inherit"
2412
+ msgstr ""
2413
+
2414
+ #: inc/core/data.php:2292
2415
+ msgid "Trashed"
2416
+ msgstr "vyhozený do koše"
2417
+
2418
+ #: inc/core/data.php:2293 inc/core/data.php:2377
2419
+ msgid "Any"
2420
+ msgstr "Každý"
2421
+
2422
+ #: inc/core/data.php:2296 inc/core/data.php:2561
2423
+ msgid "Post status"
2424
+ msgstr "Status článku"
2425
+
2426
+ #: inc/core/data.php:2297
2427
+ msgid "Show only posts with selected status"
2428
+ msgstr "Ukázat pouze články s vybraným statusem"
2429
+
2430
+ #: inc/core/data.php:2302
2431
+ msgid "Ignore sticky"
2432
+ msgstr "Ignorovat zvýrazněné"
2433
+
2434
+ #: inc/core/data.php:2303
2435
+ msgid "Select Yes to ignore posts that is sticked"
2436
+ msgstr "Vybrerte Ano a zvýrazněné články budou ignorovány "
2437
+
2438
+ #: inc/core/data.php:2306
2439
+ msgid "Custom posts query with customizable template"
2440
+ msgstr "Vlastní výpis článků s upravitelnou šablonou"
2441
+
2442
+ #: inc/core/data.php:2311
2443
+ msgid "Dummy text"
2444
+ msgstr "Ukázkový text"
2445
+
2446
+ #: inc/core/data.php:2318
2447
+ msgid "Paragraphs"
2448
+ msgstr "Paragrafy"
2449
+
2450
+ #: inc/core/data.php:2319
2451
+ msgid "Words"
2452
+ msgstr "Slova"
2453
+
2454
+ #: inc/core/data.php:2320
2455
+ msgid "Bytes"
2456
+ msgstr "Byty"
2457
+
2458
+ #: inc/core/data.php:2323
2459
+ msgid "What"
2460
+ msgstr "Co"
2461
+
2462
+ #: inc/core/data.php:2324
2463
+ msgid "What to generate"
2464
+ msgstr "Co generovat"
2465
+
2466
+ #: inc/core/data.php:2332
2467
+ msgid "Amount"
2468
+ msgstr "Množství"
2469
+
2470
+ #: inc/core/data.php:2333
2471
+ msgid ""
2472
+ "How many items (paragraphs or words) to generate. Minimum words amount is 5"
2473
+ msgstr ""
2474
+ "Kolik jednotek (odstavců či slov) generovat. Minimální počet slov je 5 "
2475
+
2476
+ #: inc/core/data.php:2338
2477
+ msgid "Cache"
2478
+ msgstr "Koš"
2479
+
2480
+ #: inc/core/data.php:2339
2481
+ msgid ""
2482
+ "Generated text will be cached. Be careful with this option. If you disable "
2483
+ "it and insert many dummy_text shortcodes the page load time will be highly "
2484
+ "increased"
2485
+ msgstr ""
2486
+ "Generovaný text bude cachován. Buďte opatrní s touto možností. Pokud ji "
2487
+ "vypnete a vložíte mnoho shortkódů s ukázkovým textem, doba načítání stránky "
2488
+ "se výrazně zvýší! "
2489
+
2490
+ #: inc/core/data.php:2347
2491
+ msgid "Text placeholder"
2492
+ msgstr "Textová výplň"
2493
+
2494
+ #: inc/core/data.php:2352 inc/core/shortcodes.php:1302
2495
+ msgid "Dummy image"
2496
+ msgstr "Ukázkový obrázek"
2497
+
2498
+ #: inc/core/data.php:2363
2499
+ msgid "Image width"
2500
+ msgstr "Šířka obrázku"
2501
+
2502
+ #: inc/core/data.php:2372
2503
+ msgid "Image height"
2504
+ msgstr "Výška obrázku"
2505
+
2506
+ #: inc/core/data.php:2378
2507
+ msgid "Abstract"
2508
+ msgstr "Abstraktní"
2509
+
2510
+ #: inc/core/data.php:2379
2511
+ msgid "Animals"
2512
+ msgstr "Zvířata"
2513
+
2514
+ #: inc/core/data.php:2380
2515
+ msgid "Business"
2516
+ msgstr "Obchod"
2517
+
2518
+ #: inc/core/data.php:2381
2519
+ msgid "Cats"
2520
+ msgstr "Kočky"
2521
+
2522
+ #: inc/core/data.php:2382
2523
+ msgid "City"
2524
+ msgstr "Město"
2525
+
2526
+ #: inc/core/data.php:2383
2527
+ msgid "Food"
2528
+ msgstr "Jídlo"
2529
+
2530
+ #: inc/core/data.php:2384
2531
+ msgid "Night life"
2532
+ msgstr "Noční život"
2533
+
2534
+ #: inc/core/data.php:2385
2535
+ msgid "Fashion"
2536
+ msgstr "Móda"
2537
+
2538
+ #: inc/core/data.php:2386
2539
+ msgid "People"
2540
+ msgstr "Lidé"
2541
+
2542
+ #: inc/core/data.php:2387
2543
+ msgid "Nature"
2544
+ msgstr "Příroda"
2545
+
2546
+ #: inc/core/data.php:2388
2547
+ msgid "Sports"
2548
+ msgstr "Sport"
2549
+
2550
+ #: inc/core/data.php:2389
2551
+ msgid "Technics"
2552
+ msgstr "Technika"
2553
+
2554
+ #: inc/core/data.php:2390
2555
+ msgid "Transport"
2556
+ msgstr "Transport"
2557
+
2558
+ #: inc/core/data.php:2394
2559
+ msgid "Select the theme for this image"
2560
+ msgstr "Vyberte vzhled pro tento obrázek"
2561
+
2562
+ #: inc/core/data.php:2402
2563
+ msgid "Image placeholder with random image"
2564
+ msgstr "Místo pro obrázek s náhodným obrázkem"
2565
+
2566
+ #: inc/core/data.php:2407 inc/core/data.php:2415
2567
+ msgid "Animation"
2568
+ msgstr "Animace"
2569
+
2570
+ #: inc/core/data.php:2416
2571
+ msgid "Select animation type"
2572
+ msgstr "Vybra typ animace"
2573
+
2574
+ #: inc/core/data.php:2424
2575
+ msgid "Duration"
2576
+ msgstr "Trvání"
2577
+
2578
+ #: inc/core/data.php:2425
2579
+ msgid "Animation duration (seconds)"
2580
+ msgstr "Trvání animace (v sekundách)"
2581
+
2582
+ #: inc/core/data.php:2433
2583
+ msgid "Delay"
2584
+ msgstr "Zpoždění"
2585
+
2586
+ #: inc/core/data.php:2434
2587
+ msgid "Animation delay (seconds)"
2588
+ msgstr "Zpoždění animace (v sekundách)"
2589
+
2590
+ #: inc/core/data.php:2439
2591
+ msgid "Inline"
2592
+ msgstr ""
2593
+
2594
+ #: inc/core/data.php:2440
2595
+ msgid ""
2596
+ "This parameter determines what HTML tag will be used for animation wrapper. "
2597
+ "Turn this option to YES and animated element will be wrapped in SPAN instead "
2598
+ "of DIV. Useful for inline animations, like buttons"
2599
+ msgstr ""
2600
+ "Tento parametr určuje, jaký HTML tag bude použit pro uzavření animace. "
2601
+ "Nastavte ANO a animovaný element bude uzavřen do tagu SPAN namísto DIVu. "
2602
+ "Užitečné pro inline animace (např. tlačítka)"
2603
+
2604
+ #: inc/core/data.php:2448
2605
+ msgid "Animated content"
2606
+ msgstr "Animovaný obsah"
2607
+
2608
+ #: inc/core/data.php:2449
2609
+ msgid "Wrapper for animation. Any nested element will be animated"
2610
+ msgstr "Uzavření animace. "
2611
+
2612
+ #: inc/core/data.php:2455
2613
+ msgid "Meta"
2614
+ msgstr ""
2615
+
2616
+ #: inc/core/data.php:2461
2617
+ msgid "Key"
2618
+ msgstr "Klíč"
2619
+
2620
+ #: inc/core/data.php:2462
2621
+ msgid "Meta key name"
2622
+ msgstr "Jméno meta klíče"
2623
+
2624
+ #: inc/core/data.php:2467 inc/core/data.php:2519 inc/core/data.php:2582
2625
+ msgid "This text will be shown if data is not found"
2626
+ msgstr "Tento text se ukáže, pokud nebude možné načíst data"
2627
+
2628
+ #: inc/core/data.php:2471 inc/core/data.php:2523 inc/core/data.php:2586
2629
+ msgid "Before"
2630
+ msgstr "Před"
2631
+
2632
+ #: inc/core/data.php:2472 inc/core/data.php:2524 inc/core/data.php:2587
2633
+ msgid "This content will be shown before the value"
2634
+ msgstr "Tento obsah se zobrazí před hodnotou"
2635
+
2636
+ #: inc/core/data.php:2476 inc/core/data.php:2528 inc/core/data.php:2591
2637
+ msgid "After"
2638
+ msgstr "Po"
2639
+
2640
+ #: inc/core/data.php:2477 inc/core/data.php:2529 inc/core/data.php:2592
2641
+ msgid "This content will be shown after the value"
2642
+ msgstr "Tento obsah se ukáže po hodnotě"
2643
+
2644
+ #: inc/core/data.php:2482 inc/core/data.php:2597
2645
+ msgid ""
2646
+ "You can specify custom post ID. Leave this field empty to use an ID of the "
2647
+ "current post. Current post ID may not work in Live Preview mode"
2648
+ msgstr ""
2649
+ "Můžet specifikovat vlastní ID článku. Nechte pole prázdné a bude použito ID "
2650
+ "aktuálního článku. Upozornění: Pro ID aktuálního článku nemusí fungovat "
2651
+ "náhled (nutno vyzkoušet naživo na webu)"
2652
+
2653
+ #: inc/core/data.php:2486 inc/core/data.php:2538 inc/core/data.php:2601
2654
+ msgid "Filter"
2655
+ msgstr "Filtr"
2656
+
2657
+ #: inc/core/data.php:2487 inc/core/data.php:2539 inc/core/data.php:2602
2658
+ msgid ""
2659
+ "You can apply custom filter to the retrieved value. Enter here function "
2660
+ "name. Your function must accept one argument and return modified value. "
2661
+ "Example function: "
2662
+ msgstr ""
2663
+ "Můžete uplatnit vlastní filtr. Vložte sem název funkce. Vaše funkce musí "
2664
+ "akceptovat jeden argument a vracet modifikovanou hodnotu. Příklad funkce:"
2665
+
2666
+ #: inc/core/data.php:2490
2667
+ msgid "Post meta"
2668
+ msgstr "Meta informace o článku"
2669
+
2670
+ #: inc/core/data.php:2495
2671
+ msgid "User"
2672
+ msgstr "Uživatel"
2673
+
2674
+ #: inc/core/data.php:2502
2675
+ msgid "Display name"
2676
+ msgstr "Zobrazit jméno"
2677
+
2678
+ #: inc/core/data.php:2504
2679
+ msgid "Login"
2680
+ msgstr ""
2681
+
2682
+ #: inc/core/data.php:2505
2683
+ msgid "Nice name"
2684
+ msgstr "Hezké jméno"
2685
+
2686
+ #: inc/core/data.php:2506
2687
+ msgid "Email"
2688
+ msgstr ""
2689
+
2690
+ #: inc/core/data.php:2507
2691
+ msgid "URL"
2692
+ msgstr ""
2693
+
2694
+ #: inc/core/data.php:2508
2695
+ msgid "Registered"
2696
+ msgstr "registrovaný"
2697
+
2698
+ #: inc/core/data.php:2509
2699
+ msgid "Activation key"
2700
+ msgstr "Aktivační klíč"
2701
+
2702
+ #: inc/core/data.php:2510
2703
+ msgid "Status"
2704
+ msgstr ""
2705
+
2706
+ #: inc/core/data.php:2513 inc/core/data.php:2576
2707
+ msgid "Field"
2708
+ msgstr "Pole"
2709
+
2710
+ #: inc/core/data.php:2514
2711
+ msgid "User data field name"
2712
+ msgstr "Název pole pro data uživatele"
2713
+
2714
+ #: inc/core/data.php:2533
2715
+ msgid "User ID"
2716
+ msgstr "ID uživatele"
2717
+
2718
+ #: inc/core/data.php:2534
2719
+ msgid ""
2720
+ "You can specify custom user ID. Leave this field empty to use an ID of the "
2721
+ "current user"
2722
+ msgstr ""
2723
+ "Můžete specifikovat ID uživatele. Nechte prázdné a bude použito ID "
2724
+ "aktuálního uživatele"
2725
+
2726
+ #: inc/core/data.php:2542
2727
+ msgid "User data"
2728
+ msgstr "Dat uživatele"
2729
+
2730
+ #: inc/core/data.php:2547
2731
+ msgid "Post"
2732
+ msgstr "Článek"
2733
+
2734
+ #: inc/core/data.php:2556 inc/core/data.php:2557
2735
+ msgid "Post date"
2736
+ msgstr "Datum uveřejnění článku"
2737
+
2738
+ #: inc/core/data.php:2558
2739
+ msgid "Post content"
2740
+ msgstr "Obsah článku"
2741
+
2742
+ #: inc/core/data.php:2560
2743
+ msgid "Post excerpt"
2744
+ msgstr "Úryvek z článku"
2745
+
2746
+ #: inc/core/data.php:2562
2747
+ msgid "Comment status"
2748
+ msgstr "Stav komentářů"
2749
+
2750
+ #: inc/core/data.php:2563
2751
+ msgid "Ping status"
2752
+ msgstr "Stav pingů"
2753
+
2754
+ #: inc/core/data.php:2564
2755
+ msgid "Post name"
2756
+ msgstr "Název článku"
2757
+
2758
+ #: inc/core/data.php:2565 inc/core/data.php:2566
2759
+ msgid "Post modified"
2760
+ msgstr ""
2761
+
2762
+ #: inc/core/data.php:2567
2763
+ msgid "Filtered post content"
2764
+ msgstr "Filtrovaný obsah článku"
2765
+
2766
+ #: inc/core/data.php:2569
2767
+ msgid "GUID"
2768
+ msgstr ""
2769
+
2770
+ #: inc/core/data.php:2571
2771
+ msgid "Post type"
2772
+ msgstr "Typ článku"
2773
+
2774
+ #: inc/core/data.php:2572
2775
+ msgid "Post mime type"
2776
+ msgstr "Typ přílohy článku"
2777
+
2778
+ #: inc/core/data.php:2573
2779
+ msgid "Comment count"
2780
+ msgstr "Počet komentářů"
2781
+
2782
+ #: inc/core/data.php:2577
2783
+ msgid "Post data field name"
2784
+ msgstr "Název pole pro data článku"
2785
+
2786
+ #: inc/core/data.php:2605
2787
+ msgid "Post data"
2788
+ msgstr "Data článku"
2789
+
2790
+ #: inc/core/data.php:2616
2791
+ msgid "Template name"
2792
+ msgstr "Název šablony"
2793
+
2794
+ #: inc/core/data.php:2617
2795
+ #, php-format
2796
+ msgid ""
2797
+ "Use template file name (with optional .php extension). If you need to use "
2798
+ "templates from theme sub-folder, use relative path. Example values: %s, %s, "
2799
+ "%s"
2800
+ msgstr ""
2801
+ "Použijte název souboru šablony (s možnou .php koncovkou). Pokud potřebujete "
2802
+ "použít šablony z adresáře vašeho vzhledu webu (obvykle /wp-content/"
2803
+ "themes/...), použijte relativní cestu. Např.: %s, %s, %s"
2804
+
2805
+ #: inc/core/data.php:2620
2806
+ msgid "Theme template"
2807
+ msgstr "Šablona vzhledu"
2808
+
2809
+ #: inc/core/counters.php:29
2810
+ msgid "1 new add-on for Shortcodes Ultimate"
2811
+ msgstr "1 nový doplněk pro Shortcodes Ultimate"
2812
+
2813
+ #: inc/core/shortcodes.php:53
2814
+ msgid "Tab title"
2815
+ msgstr "Název záložky"
2816
+
2817
+ #: inc/core/shortcodes.php:451
2818
+ msgid "This is box title"
2819
+ msgstr "Toto je název boxu"
2820
+
2821
+ #: inc/core/shortcodes.php:492
2822
+ msgid "please specify correct source"
2823
+ msgstr "prosím upřesněte správný zdroj"
2824
+
2825
+ #: inc/core/shortcodes.php:561 inc/core/shortcodes.php:565
2826
+ #: inc/core/shortcodes.php:599 inc/core/shortcodes.php:603
2827
+ #: inc/core/shortcodes.php:632 inc/core/shortcodes.php:636
2828
+ #: inc/core/shortcodes.php:660 inc/core/shortcodes.php:664
2829
+ #: inc/core/shortcodes.php:692 inc/core/shortcodes.php:696
2830
+ #: inc/core/shortcodes.php:719 inc/core/shortcodes.php:726
2831
+ #: inc/core/shortcodes.php:748 inc/core/shortcodes.php:753
2832
+ msgid "please specify correct url"
2833
+ msgstr "prosím upřesněte správné URL"
2834
+
2835
+ #: inc/core/shortcodes.php:884
2836
+ msgid "This menu doesn't exists, or has no elements"
2837
+ msgstr "Toto menu neexistuje nebo nemá žádné prvky"
2838
+
2839
+ #: inc/core/shortcodes.php:990 inc/core/shortcodes.php:1073
2840
+ #: inc/core/shortcodes.php:1128
2841
+ msgid "images not found"
2842
+ msgstr "obrázky nenalezeny"
2843
+
2844
+ #: inc/core/shortcodes.php:1264
2845
+ msgid "template not found"
2846
+ msgstr "šablona nenalezena"
2847
+
2848
+ #: inc/core/shortcodes.php:1342 inc/core/shortcodes.php:1392
2849
+ msgid "post ID is incorrect"
2850
+ msgstr "ID článku je nesprávné"
2851
+
2852
+ #: inc/core/shortcodes.php:1344
2853
+ msgid "please specify meta key name"
2854
+ msgstr "prosíme upřesněte název meta klíče"
2855
+
2856
+ #: inc/core/shortcodes.php:1365
2857
+ msgid "password field is not allowed"
2858
+ msgstr "pole heslo není povoleno"
2859
+
2860
+ #: inc/core/shortcodes.php:1369
2861
+ msgid "user ID is incorrect"
2862
+ msgstr "ID uživatele není správné"
2863
+
2864
+ #: inc/core/shortcodes.php:1408
2865
+ msgid "please specify template name"
2866
+ msgstr "prosím upřesněte jméno šablony"
2867
+
2868
+ #: inc/core/generator-views.php:45
2869
+ msgid "Yes"
2870
+ msgstr "Ano"
2871
+
2872
+ #: inc/core/generator-views.php:45
2873
+ msgid "No"
2874
+ msgstr "Ne"
2875
+
2876
+ #: inc/core/generator-views.php:55
2877
+ msgid "Icon picker"
2878
+ msgstr "Výběr ikony"
2879
+
2880
+ #: inc/core/generator-views.php:55
2881
+ msgid "Filter icons"
2882
+ msgstr "Filtrovat ikony"
2883
+
2884
+ #: inc/core/generator-views.php:69
2885
+ msgid "Please wait"
2886
+ msgstr "Prosím počkejte"
2887
+
2888
+ #: inc/core/generator-views.php:76
2889
+ msgid "Untitled gallery"
2890
+ msgstr "Galerie bez jména"
2891
+
2892
+ #: inc/core/generator-views.php:82
2893
+ msgid "Galleries not found"
2894
+ msgstr "galerie nenalezeny"
2895
+
2896
+ #: inc/core/generator-views.php:83
2897
+ msgid "Manage galleries"
2898
+ msgstr "Spravovat galerie"
2899
+
2900
+ #: inc/core/generator-views.php:83
2901
+ msgid "Reload galleries"
2902
+ msgstr "Znovu nahrát galerie"
2903
+
2904
+ #: inc/core/generator-views.php:99
2905
+ msgid "Horizontal offset"
2906
+ msgstr "Horizontální ofset"
2907
+
2908
+ #: inc/core/generator-views.php:99
2909
+ msgid "Vertical offset"
2910
+ msgstr "Vertikální ofset"
2911
+
2912
+ #: inc/core/generator-views.php:99
2913
+ msgid "Blur"
2914
+ msgstr "Rozmazat"
2915
+
2916
+ #: inc/core/generator-views.php:110
2917
+ msgid "Border width"
2918
+ msgstr "Šířka okraje"
2919
+
2920
+ #: inc/core/generator-views.php:110
2921
+ msgid "Border style"
2922
+ msgstr "Styl okraje"
2923
+
2924
+ #: inc/core/generator-views.php:110
2925
+ msgid "Border color"
2926
+ msgstr "Barva okraje"
2927
+
2928
+ #: inc/core/generator-views.php:120
2929
+ msgid "Media library"
2930
+ msgstr "Knihovna médií"
2931
+
2932
+ #: inc/core/generator-views.php:121
2933
+ msgid "Recent posts"
2934
+ msgstr "Nejnovější články"
2935
+
2936
+ #: inc/core/generator-views.php:122
2937
+ msgid "Category"
2938
+ msgstr "Kategorie"
2939
+
2940
+ #: inc/core/generator-views.php:126
2941
+ msgid "Select images source"
2942
+ msgstr "Vyberte zdroj obrázků"
2943
+
2944
+ #: inc/core/generator-views.php:137
2945
+ msgid "Select taxonomy"
2946
+ msgstr "Vyberte taxonomii"
2947
+
2948
+ #: inc/core/generator-views.php:148
2949
+ msgid "Add images"
2950
+ msgstr "přidat obrázky"
2951
+
2952
+ #: inc/core/generator-views.php:148
2953
+ msgid ""
2954
+ "Click the button above and select images.<br>You can select multimple images "
2955
+ "with Ctrl (Cmd) key"
2956
+ msgstr ""
2957
+ "Klikněte na tlačítko nahoře a vyberte obrázky.<br>S použitím klávesy Ctrl "
2958
+ "(Cmd) můžete vybrat více obrázků najednou"
2959
+
2960
+ #: inc/core/generator-views.php:148
2961
+ msgid ""
2962
+ "Select categories to retrieve posts from.<br>You can select multiple "
2963
+ "categories with Ctrl (Cmd) key"
2964
+ msgstr ""
2965
+ "Vyberte kategorie, z nichž budou generovány články.<br>S použitím klávesy "
2966
+ "Ctrl (Cmd) můžete vybrat více kategorií najednou"
2967
+
2968
+ #: inc/core/generator-views.php:148
2969
+ msgid ""
2970
+ "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
2971
+ "(Cmd) key"
2972
+ msgstr ""
2973
+ "Vyberte taxonomii a její činitele.<br>S použitím klávesy Ctrl (Cmd) můžete "
2974
+ "vybrat více činitelů najednou"
2975
+
2976
+ #: inc/core/load.php:30 inc/core/load.php:51 inc/core/load.php:104
2977
+ #: inc/core/load.php:105 inc/core/generator.php:84
2978
+ msgid "Settings"
2979
+ msgstr "Nastavení"
2980
+
2981
+ #: inc/core/load.php:30 inc/core/load.php:104 inc/core/load.php:113
2982
+ #: inc/core/load.php:127 inc/core/load.php:139 inc/core/widget.php:14
2983
+ #: inc/core/widget.php:40 inc/core/tools.php:895
2984
+ msgid "Shortcodes Ultimate"
2985
+ msgstr ""
2986
+
2987
+ #: inc/core/load.php:31
2988
+ msgid "Shortcodes"
2989
+ msgstr "Shortkódy"
2990
+
2991
+ #: inc/core/load.php:39
2992
+ msgid "About"
2993
+ msgstr "O projektu"
2994
+
2995
+ #: inc/core/load.php:56
2996
+ msgid "Custom formatting"
2997
+ msgstr "Vlastní formátování"
2998
+
2999
+ #: inc/core/load.php:57
3000
+ msgid ""
3001
+ "Disable this option if you have some problems with other plugins or content "
3002
+ "formatting"
3003
+ msgstr ""
3004
+ "Zrušte tuto možnost, pokud máte problémy s jinými pluginy či formátováním "
3005
+ "obsahu"
3006
+
3007
+ #: inc/core/load.php:57
3008
+ msgid "Documentation article"
3009
+ msgstr "Dokumentace"
3010
+
3011
+ #: inc/core/load.php:59 inc/core/load.php:67
3012
+ msgid "Enabled"
3013
+ msgstr "Umožněno"
3014
+
3015
+ #: inc/core/load.php:64
3016
+ msgid "Skip default values"
3017
+ msgstr "Přeskočit základní hodnoty"
3018
+
3019
+ #: inc/core/load.php:65
3020
+ msgid ""
3021
+ "Enable this option and the generator will insert a shortcode without default "
3022
+ "attribute values that you have not changed. As a result, the generated code "
3023
+ "will be shorter."
3024
+ msgstr ""
3025
+ "Povolením této možnosti budou generovány shortkódy bez základních "
3026
+ "atribučních hodnot, které jste nezměnili. Výsledkem bude kratší shortkód."
3027
+
3028
+ #: inc/core/load.php:72
3029
+ msgid "Shortcodes prefix"
3030
+ msgstr "Předpona shortkódů"
3031
+
3032
+ #: inc/core/load.php:73
3033
+ #, php-format
3034
+ msgid ""
3035
+ "This prefix will be added to all shortcodes by this plugin. For example, "
3036
+ "type here %s and you'll get shortcodes like %s and %s. Please keep in mind: "
3037
+ "this option is not affects your already inserted shortcodes and if you'll "
3038
+ "change this value your old shortcodes will be broken"
3039
+ msgstr ""
3040
+ "Tato předpona bude přidána ke všem shortkódům tohoto pluginu. Například sem "
3041
+ "napište %s a shortkódy budou mít předponu %s a %s. Prosím mějte na paměti, "
3042
+ "že tato volba neovlivní již předtím generované kódy a když změníte tuto "
3043
+ "hodnotu, vaše shortkódy nebudou funkční."
3044
+
3045
+ #: inc/core/load.php:79
3046
+ msgid "Skin"
3047
+ msgstr "Vzhled"
3048
+
3049
+ #: inc/core/load.php:80
3050
+ msgid "Choose global skin for shortcodes"
3051
+ msgstr "Vyberte obecný skin pro shortkódy"
3052
+
3053
+ #: inc/core/load.php:88
3054
+ msgid "Custom CSS"
3055
+ msgstr "Vlastní CSS"
3056
+
3057
+ #: inc/core/load.php:113 inc/core/load.php:114 inc/core/load.php:217
3058
+ msgid "Examples"
3059
+ msgstr "Příklady"
3060
+
3061
+ #: inc/core/load.php:127 inc/core/load.php:128
3062
+ msgid "Add-ons"
3063
+ msgstr "Doplňky"
3064
+
3065
+ #: inc/core/load.php:141
3066
+ msgid "Supercharge your WordPress theme with mega pack of shortcodes"
3067
+ msgstr "Nabije vaši Wordpress šablonu megabalíkem speciálních shortkódů."
3068
+
3069
+ #: inc/core/load.php:218
3070
+ msgid "Where to start?"
3071
+ msgstr "Kde začít?"
3072
+
3073
+ #: inc/core/load.php:229 inc/core/admin-views.php:11
3074
+ msgid "Project homepage"
3075
+ msgstr "Domovská stránka projketu"
3076
+
3077
+ #: inc/core/load.php:230 inc/core/admin-views.php:13
3078
+ msgid "Support forum"
3079
+ msgstr "Fórum podpory"
3080
+
3081
+ #: inc/core/load.php:231 inc/core/admin-views.php:14
3082
+ msgid "Changelog"
3083
+ msgstr ""
3084
+
3085
+ #: inc/core/generator.php:41 inc/core/generator.php:142
3086
+ msgid "Insert shortcode"
3087
+ msgstr "Vložit shortkód"
3088
+
3089
+ #: inc/core/generator.php:84
3090
+ msgid "Plugin settings"
3091
+ msgstr "nastavení pluginu"
3092
+
3093
+ #: inc/core/generator.php:85
3094
+ msgid "Plugin homepage"
3095
+ msgstr "Domovská stránka pluginu"
3096
+
3097
+ #: inc/core/generator.php:86
3098
+ msgid "Support forums"
3099
+ msgstr "Forum podpory"
3100
+
3101
+ #: inc/core/generator.php:93
3102
+ msgid "Search for shortcodes"
3103
+ msgstr "Hledat v shortkódech"
3104
+
3105
+ #: inc/core/generator.php:95
3106
+ msgid "Filter by type"
3107
+ msgstr "Filtrovat podle typu"
3108
+
3109
+ #: inc/core/generator.php:130
3110
+ msgid "Shortcode not specified"
3111
+ msgstr "Nespecifikovaný shortcode"
3112
+
3113
+ #: inc/core/generator.php:143
3114
+ msgid "Live preview"
3115
+ msgstr "Náhled"
3116
+
3117
+ #: inc/core/generator.php:147
3118
+ msgid "Click to return to the shortcodes list"
3119
+ msgstr "Klikněte pro návrat na seznam shortkódů"
3120
+
3121
+ #: inc/core/generator.php:147
3122
+ msgid "All shortcodes"
3123
+ msgstr "Všechny shortkódy"
3124
+
3125
+ #: inc/core/generator.php:153
3126
+ msgid "Examples of use"
3127
+ msgstr "Příklady použití"
3128
+
3129
+ #: inc/core/generator.php:170
3130
+ msgid "Click to set this value"
3131
+ msgstr "Klikněte pro nastavení této hodnoty"
3132
+
3133
+ #: inc/core/generator.php:194
3134
+ msgid "Preview"
3135
+ msgstr "Náhled"
3136
+
3137
+ #: inc/core/generator.php:203 inc/core/tools.php:883
3138
+ msgid "Access denied"
3139
+ msgstr "Přístup odepřen"
3140
+
3141
+ #: inc/core/generator.php:238
3142
+ msgid "Presets"
3143
+ msgstr "Vzory"
3144
+
3145
+ #: inc/core/generator.php:241
3146
+ msgid "Save current settings as preset"
3147
+ msgstr "Uložit současné nastavení jako vzor"
3148
+
3149
+ #: inc/core/generator.php:270 inc/core/generator.php:273
3150
+ msgid "Presets not found"
3151
+ msgstr "Vzory nenalezeny"
3152
+
3153
+ #: inc/core/assets.php:67
3154
+ msgid "Close (Esc)"
3155
+ msgstr "Zavřít (Esc)"
3156
+
3157
+ #: inc/core/assets.php:68
3158
+ msgid "Loading..."
3159
+ msgstr "Nahrávání"
3160
+
3161
+ #: inc/core/assets.php:69
3162
+ msgid "Previous (Left arrow key)"
3163
+ msgstr "Předchozí (klávesa - šipka vlevo)"
3164
+
3165
+ #: inc/core/assets.php:70
3166
+ msgid "Next (Right arrow key)"
3167
+ msgstr "Následující (klávesa - šipka vpravo)"
3168
+
3169
+ #: inc/core/assets.php:71
3170
+ #, php-format
3171
+ msgid "%s of %s"
3172
+ msgstr "%s z %s"
3173
+
3174
+ #: inc/core/assets.php:72
3175
+ #, php-format
3176
+ msgid "Failed to load this link. %sOpen link%s."
3177
+ msgstr "Nepodařilo se načíst tento odkaz. %sOtevřít odkaz%s."
3178
+
3179
+ #: inc/core/assets.php:84
3180
+ msgid "Choose files"
3181
+ msgstr "Vybrat soubory"
3182
+
3183
+ #: inc/core/assets.php:85
3184
+ msgid "Add selected files"
3185
+ msgstr "Přidat vybrané soubory"
3186
+
3187
+ #: inc/core/assets.php:86
3188
+ msgid "This button is not clickable"
3189
+ msgstr "Tototlačítko není klikací"
3190
+
3191
+ #: inc/core/assets.php:93
3192
+ msgid "Insert"
3193
+ msgstr "Vložit"
3194
+
3195
+ #: inc/core/assets.php:94
3196
+ msgid "Select images"
3197
+ msgstr "Vybrat obrázky"
3198
+
3199
+ #: inc/core/assets.php:95
3200
+ msgid "Add selected images"
3201
+ msgstr "Přidat vybrané obrázky "
3202
+
3203
+ #: inc/core/assets.php:96
3204
+ msgid "Please enter a name for new preset"
3205
+ msgstr "Prosím vložte jméno pro nový vzor"
3206
+
3207
+ #: inc/core/assets.php:97
3208
+ msgid "New preset"
3209
+ msgstr "Nový vzor"
3210
+
3211
+ #: inc/core/assets.php:98
3212
+ msgid "Last used settings"
3213
+ msgstr "Naposledy použité nastavení"
3214
+
3215
+ #: inc/core/assets.php:111
3216
+ msgid ""
3217
+ "This shortcode doesn't work in live preview. Please insert it into editor "
3218
+ "and preview on the site."
3219
+ msgstr ""
3220
+ "Tento shortkód nefunguje v náhledu. prosm vložte ho do editoru a vyzkoušejte "
3221
+ "naživo na webu."
3222
+
3223
+ #: inc/core/widget.php:7
3224
+ msgid "Special Shortcodes Ultimate widget"
3225
+ msgstr "Speciální widget Shortcodes Ultimate"
3226
+
3227
+ #: inc/core/widget.php:46
3228
+ msgid "Title:"
3229
+ msgstr "Nadpis:"
3230
+
3231
+ #: inc/core/admin-views.php:9
3232
+ msgid "Welcome to Shortcodes Ultimate"
3233
+ msgstr "Vítejte v Shortcodes Ultimate"
3234
+
3235
+ #: inc/core/admin-views.php:9
3236
+ msgid "A real swiss army knife for WordPress"
3237
+ msgstr "Nepostradatelný nástroj pro Wordpress"
3238
+
3239
+ #: inc/core/admin-views.php:12
3240
+ msgid "Documentation"
3241
+ msgstr "Dokumentace"
3242
+
3243
+ #: inc/core/admin-views.php:15
3244
+ msgid "Fork on GitHub"
3245
+ msgstr "Forkněte na GitHub"
3246
+
3247
+ #: inc/core/admin-views.php:19
3248
+ msgid "Plugin features"
3249
+ msgstr "Charakteristiky pluginu"
3250
+
3251
+ #: inc/core/admin-views.php:21
3252
+ msgid "40+ amazing shortcodes"
3253
+ msgstr "40+ úžasných shortkódů"
3254
+
3255
+ #: inc/core/admin-views.php:22
3256
+ msgid "Power of CSS3 transitions"
3257
+ msgstr "Síla CSS3 animací"
3258
+
3259
+ #: inc/core/admin-views.php:23
3260
+ msgid "Handy shortcodes generator"
3261
+ msgstr "Užitečný generátor shortkódů"
3262
+
3263
+ #: inc/core/admin-views.php:24
3264
+ msgid "International"
3265
+ msgstr "Mezinárodní"
3266
+
3267
+ #: inc/core/admin-views.php:25
3268
+ msgid "Documented API"
3269
+ msgstr "Dokumentace API"
3270
+
3271
+ #: inc/core/admin-views.php:29
3272
+ msgid "What is a shortcode?"
3273
+ msgstr "Co je shortkód?"
3274
+
3275
+ #: inc/core/admin-views.php:30
3276
+ msgid ""
3277
+ "<strong>Shortcode</strong> is a WordPress-specific code that lets you do "
3278
+ "nifty things with very little effort."
3279
+ msgstr ""
3280
+ "<strong>Shortkód</strong> je specifický Wordpress kód, která vám umožní "
3281
+ "usnadnit spiustu věcí s minimem úsilí."
3282
+
3283
+ #: inc/core/admin-views.php:31
3284
+ msgid ""
3285
+ "Shortcodes can embed files or create objects that would normally require "
3286
+ "lots of complicated, ugly code in just one line. Shortcode = shortcut."
3287
+ msgstr ""
3288
+ "Shortkódy mohou vkládat soubory nebo vytvářet objekty (které by normálně "
3289
+ "vyžadovaly mnoho komplikovaného kódování) v pouhém jednom řádku. Shortkódy = "
3290
+ "zkratky."
3291
+
3292
+ #: inc/core/admin-views.php:36
3293
+ msgid "How does it works"
3294
+ msgstr "Jak to funguje"
3295
+
3296
+ #: inc/core/admin-views.php:40
3297
+ msgid "More videos"
3298
+ msgstr "Více videí"
3299
+
3300
+ #: inc/core/admin-views.php:42
3301
+ msgid "Shortcodes Ultimate Tutorial"
3302
+ msgstr "Návod k Shortcodes Ultimate"
3303
+
3304
+ #: inc/core/admin-views.php:43
3305
+ msgid "How to use special widget"
3306
+ msgstr "Jak používat speciální widget"
3307
+
3308
+ #: inc/core/admin-views.php:44
3309
+ msgid "How to create Carousel"
3310
+ msgstr "Jak vytvořit karusel"
3311
+
3312
+ #: inc/core/admin-views.php:45
3313
+ msgid "How to create image gallery"
3314
+ msgstr "Jak vytvořit obrázkovou galerii"
3315
+
3316
+ #: inc/core/admin-views.php:63
3317
+ msgid "You can overview the original styles to override it"
3318
+ msgstr "Můžete zkontrolovat originální styly a pak je přepsat"
3319
+
3320
+ #: inc/core/admin-views.php:75
3321
+ msgid "You can use next variables in your custom CSS"
3322
+ msgstr "Můžete použít další hodnoty ve vašem vlastním CSS"
3323
+
3324
+ #: inc/core/admin-views.php:76
3325
+ msgid "home url"
3326
+ msgstr "domovská URL"
3327
+
3328
+ #: inc/core/admin-views.php:77
3329
+ msgid "theme url"
3330
+ msgstr "URL šablony"
3331
+
3332
+ #: inc/core/admin-views.php:78
3333
+ msgid "plugin url"
3334
+ msgstr "URL pluginu"
3335
+
3336
+ #: inc/core/admin-views.php:117
3337
+ msgid "New Shortcodes"
3338
+ msgstr "Nové shortkódy"
3339
+
3340
+ #: inc/core/admin-views.php:118
3341
+ msgid ""
3342
+ "Parallax sections, responsive content slider, pricing tables, vector icons, "
3343
+ "testimonials, progress bars and even more"
3344
+ msgstr ""
3345
+ "Oddíly s použitím parallaxu, responzivní slider, ceníky, vektorové ikony, "
3346
+ "recenze, lišty průběhu a další"
3347
+
3348
+ #: inc/core/admin-views.php:123
3349
+ msgid "Maker"
3350
+ msgstr "Vytvářeč"
3351
+
3352
+ #: inc/core/admin-views.php:124
3353
+ msgid ""
3354
+ "This add-on allows you to create custom shortcodes. You can easily create "
3355
+ "any shortcode with different parameters or even override default shortcodes"
3356
+ msgstr ""
3357
+ "Tento doplněk vám umožní vytvářet vlastní shortkódy. Můžete jednoduše "
3358
+ "vytvořit kterýkoliv shortkód s různými parametry nebo dokonce přepsat "
3359
+ "základní shortkódy"
3360
+
3361
+ #: inc/core/admin-views.php:129
3362
+ msgid "Skins"
3363
+ msgstr "Skiny"
3364
+
3365
+ #: inc/core/admin-views.php:130
3366
+ msgid ""
3367
+ "Set of additional skins for Shortcodes Ultimate. It includes skins for "
3368
+ "accordeons/spoilers, tabs and some other shortcodes"
3369
+ msgstr ""
3370
+ "Sada doplňkových skinů pro Shortcodes Ultimate. Obsahuje skiny pro harmoniky/"
3371
+ "spoilery, záložky a několik dalších shortkódů"
3372
+
3373
+ #: inc/core/admin-views.php:136
3374
+ msgid "Shortcodes Ultimate Add-ons"
3375
+ msgstr "Doplňky Shortcodes Ultimate"
3376
+
3377
+ #: inc/core/admin-views.php:139 inc/core/admin-views.php:146
3378
+ msgid "Learn more"
3379
+ msgstr "Dozvědět se více"
3380
+
3381
+ #: inc/core/admin-views.php:143
3382
+ msgid "Other WordPress Plugins"
3383
+ msgstr "Další Wordpress pluginy"
3384
+
3385
+ #: inc/core/requirements.php:23
3386
+ #, php-format
3387
+ msgid ""
3388
+ "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
3389
+ "fully compatible with your PHP version (%s).<br />Reccomended PHP version "
3390
+ "&ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins "
3391
+ "screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
3392
+ msgstr ""
3393
+ "<h1>Ouha! Plugin nebyl aktivován&hellip;</h1> <p>Shortcodes Ultimate není "
3394
+ "plně kompatibilní s vaší verzí PHP (%s).<br />Doporučená verze PHP &ndash; "
3395
+ "%s (nebo vyšší).</p><a href=\"%s\">&larr; Návrat na stránku pluginů</a> <a "
3396
+ "href=\"%s\"%s>Pokračovat a přesto aktivovat &rarr;</a>"
3397
+
3398
+ #: inc/core/requirements.php:39
3399
+ #, php-format
3400
+ msgid ""
3401
+ "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
3402
+ "fully compatible with your version of WordPress (%s).<br />Reccomended "
3403
+ "WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to "
3404
+ "the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</"
3405
+ "a>"
3406
+ msgstr ""
3407
+ "<h1>Ouha! Plugin nebyl aktivován&hellip;</h1> <p>Shortcodes Ultimate není "
3408
+ "plně kompatibilní s vaší verzí WordPressu (%s).<br />Doporučená verze "
3409
+ "Wordpressu &ndash; %s (nebo vyšší).</p><a href=\"%s\">&larr; Návrat na "
3410
+ "stránku pluginů</a> <a href=\"%s\"%s>Pokračovat a přesto aktivovat &rarr;</a>"
3411
+
3412
+ #: inc/core/tools.php:802
3413
+ msgid "Example code does not found, please check it later"
3414
+ msgstr "Ukázkový kód nenalezen, prosím zkontrolujte to později"
3415
+
3416
+ #: inc/core/tools.php:818
3417
+ msgid "Get the code"
3418
+ msgstr "Získat kód"
3419
+
3420
+ #: inc/core/tools.php:892
3421
+ msgid "Slide link"
3422
+ msgstr "Odkaz snímku"
3423
+
3424
+ #: inc/core/tools.php:895
3425
+ msgid ""
3426
+ "Use this field to add custom links to slides used with Slider, Carousel and "
3427
+ "Custom Gallery shortcodes"
3428
+ msgstr ""
3429
+ "Použijte toto pole k přidání vlastních odkazů k snímkům v shortkódech "
3430
+ "slideru, karuselu a vlastní galerii"
3431
+
3432
+ #: templates/single-post.php:17 templates/default-loop.php:15
3433
+ msgid "Posted"
3434
+ msgstr "Publikováno"
3435
+
3436
+ #: templates/single-post.php:17 templates/default-loop.php:19
3437
+ msgid "0 comments"
3438
+ msgstr "Žádný komentář"
3439
+
3440
+ #: templates/single-post.php:17 templates/default-loop.php:19
3441
+ msgid "1 comment"
3442
+ msgstr "1 komentář"
3443
+
3444
+ #: templates/single-post.php:17 templates/default-loop.php:19
3445
+ msgid "%n comments"
3446
+ msgstr "%n komentáře"
3447
+
3448
+ #: templates/single-post.php:28 templates/list-loop.php:16
3449
+ #: templates/default-loop.php:27 templates/teaser-loop.php:20
3450
+ msgid "Posts not found"
3451
+ msgstr "Články nenalezeny"
languages/su-ja.mo CHANGED
Binary file
languages/su-ja.po CHANGED
@@ -1,2233 +1,2306 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Shortcodes Ultimate\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-01 17:50+0300\n"
6
- "PO-Revision-Date: 2014-01-29 13:44+0900\n"
7
- "Last-Translator: stranger-jp <wordpress.stranger.jp@gmail.com>\n"
8
- "Language-Team: stranger-jp <wordpress.stranger.jp@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: _e;__\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
- "Language: ja\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- msgid "Default"
20
- msgstr "デフォルト"
21
-
22
- msgid "Style"
23
- msgstr "スタイル"
24
-
25
- msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
26
- msgstr "このショートコードは、ライブプレビューでは動作しません。サイト上のエディタに挿入してください。"
27
-
28
- msgid "All"
29
- msgstr "すべて"
30
-
31
- msgid "Content"
32
- msgstr "コンテンツ"
33
-
34
- msgid "Box"
35
- msgstr "ボックス"
36
-
37
- msgid "Media"
38
- msgstr "メディア"
39
-
40
- msgid "Gallery"
41
- msgstr "ギャラリー"
42
-
43
- msgid "Other"
44
- msgstr "その他"
45
-
46
- msgid "Heading"
47
- msgstr "見出し"
48
-
49
- msgid "Size"
50
- msgstr "サイズ"
51
-
52
- msgid "Left"
53
- msgstr "左"
54
-
55
- msgid "Center"
56
- msgstr "中央"
57
-
58
- msgid "Right"
59
- msgstr "右"
60
-
61
- msgid "Align"
62
- msgstr "整列"
63
-
64
- msgid "Heading text alignment"
65
- msgstr "見出しテキストの位置"
66
-
67
- msgid "Class"
68
- msgstr "クラス"
69
-
70
- msgid "Extra CSS class"
71
- msgstr "別のCSSクラス"
72
-
73
- msgid "Heading text"
74
- msgstr "見出しテキスト"
75
-
76
- msgid "Styled heading"
77
- msgstr "見出しスタイル"
78
-
79
- msgid "Tabs"
80
- msgstr "タブ"
81
-
82
- msgid "Active tab"
83
- msgstr "有効なタブ"
84
-
85
- msgid "Select which tab is open by default"
86
- msgstr "最初に開いているタブを指定"
87
-
88
- msgid "Vertical"
89
- msgstr "垂直"
90
-
91
- msgid "Show tabs vertically"
92
- msgstr "タブを垂直に表示"
93
-
94
- msgid "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
95
- msgstr "[%prefix_tab title=\"Title 1\"]コンテンツ 1[/%prefix_tab]\n[%prefix_tab title=\"Title 2\"]コンテンツ 2[/%prefix_tab]\n[%prefix_tab title=\"Title 3\"]コンテンツ 3[/%prefix_tab]"
96
-
97
- msgid "Tabs container"
98
- msgstr "コンテナタブ"
99
-
100
- msgid "Tab"
101
- msgstr "タブ"
102
-
103
- msgid "Tab name"
104
- msgstr "タブ名"
105
-
106
- msgid "Title"
107
- msgstr "タイトル"
108
-
109
- msgid "Enter tab name"
110
- msgstr "タブ名を入力"
111
-
112
- msgid "Disabled"
113
- msgstr "無効"
114
-
115
- msgid "Is this tab disabled"
116
- msgstr "このタブでは無効になっています"
117
-
118
- msgid "Tab content"
119
- msgstr "タブのコンテンツ"
120
-
121
- msgid "Single tab"
122
- msgstr "単一のタブ"
123
-
124
- msgid "Spoiler"
125
- msgstr "スポイラー"
126
-
127
- msgid "Spoiler title"
128
- msgstr "スポイラーのタイトル"
129
-
130
- msgid "Text in spoiler title"
131
- msgstr "スポイラーのタイトル内のテキスト"
132
-
133
- msgid "Open"
134
- msgstr "開く"
135
-
136
- msgid "Is spoiler content visible by default"
137
- msgstr "スポイラーの内容はデフォルトで表示されている"
138
-
139
- msgid "Fancy"
140
- msgstr "ファンシー"
141
-
142
- msgid "Simple"
143
- msgstr "シンプル"
144
-
145
- msgid "Hidden content"
146
- msgstr "非表示のコンテンツ"
147
-
148
- msgid "Spoiler with hidden content"
149
- msgstr "内容が非表示のスポイラー"
150
-
151
- msgid "Accordion"
152
- msgstr "アコーディオン"
153
-
154
- msgid "[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]"
155
- msgstr "[%prefix_spoiler]コンテンツ[/%prefix_spoiler]\n[%prefix_spoiler]コンテンツ[/%prefix_spoiler]\n[%prefix_spoiler]コンテンツ[/%prefix_spoiler]"
156
-
157
- msgid "Accordion with spoilers"
158
- msgstr "スポイラーとアコーディオン"
159
-
160
- msgid "Divider"
161
- msgstr "仕切り"
162
-
163
- msgid "Show TOP link"
164
- msgstr "トップに戻るを表示"
165
-
166
- msgid "Show link to top of the page or not"
167
- msgstr "トップに戻るリンクを表示"
168
-
169
- msgid "Go to top"
170
- msgstr "ページのトップへ"
171
-
172
- msgid "Link text"
173
- msgstr "リンクテキスト"
174
-
175
- msgid "Text for the GO TOP link"
176
- msgstr "トップに戻るリンクのテキスト"
177
-
178
- msgid "Content divider with optional TOP link"
179
- msgstr "トップに戻るリンクの仕切り"
180
-
181
- msgid "Spacer"
182
- msgstr "スペーサ"
183
-
184
- msgid "Height"
185
- msgstr "高さ"
186
-
187
- msgid "Height of the spacer in pixels"
188
- msgstr "ピクセル単位のスペーサの高さ"
189
-
190
- msgid "Empty space with adjustable height"
191
- msgstr "調節可能な空きスペースの高さ"
192
-
193
- msgid "Highlight"
194
- msgstr "ハイライト"
195
-
196
- msgid "Background"
197
- msgstr "背景"
198
-
199
- msgid "Highlighted text background color"
200
- msgstr "強調表示するテキストの背景色"
201
-
202
- msgid "Text color"
203
- msgstr "テキストの色"
204
-
205
- msgid "Highlighted text color"
206
- msgstr "強調表示するテキストの色"
207
-
208
- msgid "Highlighted text"
209
- msgstr "強調表示するテキストの背景色"
210
-
211
- msgid "Label"
212
- msgstr "ラベル"
213
-
214
- msgid "Success"
215
- msgstr "成功"
216
-
217
- msgid "Warning"
218
- msgstr "警告"
219
-
220
- msgid "Important"
221
- msgstr "重要"
222
-
223
- msgid "Black"
224
- msgstr "黒"
225
-
226
- msgid "Info"
227
- msgstr "情報"
228
-
229
- msgid "Type"
230
- msgstr "タイプ"
231
-
232
- msgid "Style of the label"
233
- msgstr "ラベルのスタイル"
234
-
235
- msgid "Styled label"
236
- msgstr "ラベルスタイル"
237
-
238
- msgid "Quote"
239
- msgstr "引用"
240
-
241
- msgid "Cite"
242
- msgstr "引用"
243
-
244
- msgid "Quote author name"
245
- msgstr "引用の投稿者名"
246
-
247
- msgid "Cite url"
248
- msgstr "引用URL"
249
-
250
- msgid "Url of the quote author. Leave empty to disable link"
251
- msgstr "引用投稿者のURL。リンクを無効にする場合は空白にします"
252
-
253
- msgid "Blockquote alternative"
254
- msgstr "代替Blockquote"
255
-
256
- msgid "Pullquote"
257
- msgstr "Pullquote"
258
-
259
- msgid "Pullquote alignment (float)"
260
- msgstr "Pullquoteアライメント (フロート)"
261
-
262
- msgid "Dropcap"
263
- msgstr "Dropcap"
264
-
265
- msgid "Flat"
266
- msgstr "フラット"
267
-
268
- msgid "Light"
269
- msgstr "ライト"
270
-
271
- msgid "Dropcap style preset"
272
- msgstr "Dropcapのプリセットスタイル"
273
-
274
- msgid "Choose dropcap size"
275
- msgstr "Dropcapのサイズを選択"
276
-
277
- msgid "D"
278
- msgstr "D"
279
-
280
- msgid "Frame"
281
- msgstr "フレーム"
282
-
283
- msgid "Frame alignment"
284
- msgstr "フレームアライメント"
285
-
286
- msgid "Styled image frame"
287
- msgstr "画像フレームスタイル"
288
-
289
- msgid "Row"
290
- msgstr "行"
291
-
292
- msgid "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
293
- msgstr "[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]\n[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]\n[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]"
294
-
295
- msgid "Row for flexible columns"
296
- msgstr "柔軟性のある列の行"
297
-
298
- msgid "Column"
299
- msgstr "カラム"
300
-
301
- msgid "Full width"
302
- msgstr "全幅"
303
-
304
- msgid "One half"
305
- msgstr "1/2"
306
-
307
- msgid "One third"
308
- msgstr "1/3"
309
-
310
- msgid "Two third"
311
- msgstr "2/3"
312
-
313
- msgid "One fourth"
314
- msgstr "1/4"
315
-
316
- msgid "Three fourth"
317
- msgstr "3/4"
318
-
319
- msgid "One fifth"
320
- msgstr "1/5"
321
-
322
- msgid "Two fifth"
323
- msgstr "2/5"
324
-
325
- msgid "Three fifth"
326
- msgstr "3/5"
327
-
328
- msgid "Four fifth"
329
- msgstr "4/5"
330
-
331
- msgid "One sixth"
332
- msgstr "1/6"
333
-
334
- msgid "Five sixth"
335
- msgstr "5/6"
336
-
337
- msgid "Select column width. This width will be calculated depend page width"
338
- msgstr "列幅を選択。この幅はページ幅に依存して計算されます"
339
-
340
- msgid "Column content"
341
- msgstr "列の内容"
342
-
343
- msgid "Flexible and responsive columns"
344
- msgstr "列の柔軟性とレスポンシブ"
345
-
346
- msgid "List"
347
- msgstr "リスト"
348
-
349
- msgid "Star"
350
- msgstr "星"
351
-
352
- msgid "Arrow"
353
- msgstr "矢印"
354
-
355
- msgid "Link"
356
- msgstr "リンク"
357
-
358
- msgid "Note"
359
- msgstr "ノート"
360
-
361
- msgid "Plus"
362
- msgstr "プラス"
363
-
364
- msgid "Settings"
365
- msgstr "設定"
366
-
367
- msgid "<ul>\n<li>List item</li>\n<li>List item</li>\n<li>List item</li>\n</ul>"
368
- msgstr "<ul>\n<li>並び項目</li>\n<li>並び項目</li>\n<li>並び項目</li>\n</ul>"
369
-
370
- msgid "Styled unordered list"
371
- msgstr "番号の付かないリスト"
372
-
373
- msgid "Button"
374
- msgstr "ボタン"
375
-
376
- msgid "Button link"
377
- msgstr "ボタン"
378
-
379
- msgid "Same tab"
380
- msgstr "同じタブ"
381
-
382
- msgid "New tab"
383
- msgstr "新しいタブ"
384
-
385
- msgid "Target"
386
- msgstr "ターゲット"
387
-
388
- msgid "Button link target"
389
- msgstr "ボタンのリンク先"
390
-
391
- msgid "Soft"
392
- msgstr "ソフト"
393
-
394
- msgid "Glass"
395
- msgstr "ガラス"
396
-
397
- msgid "Bubbles"
398
- msgstr "泡"
399
-
400
- msgid "Noise"
401
- msgstr "ノイズ"
402
-
403
- msgid "Stroked"
404
- msgstr "撫でる"
405
-
406
- msgid "3D"
407
- msgstr "3D"
408
-
409
- msgid "Button background style preset"
410
- msgstr "ボタンの背景スタイルプリセット"
411
-
412
- msgid "Button background color"
413
- msgstr "ボタンの背景色"
414
-
415
- msgid "Button text color"
416
- msgstr "ボタンのテキスト色"
417
-
418
- msgid "Button size"
419
- msgstr "ボタンサイズ"
420
-
421
- msgid "Fluid"
422
- msgstr "流体"
423
-
424
- msgid "Fluid buttons has 100% width"
425
- msgstr "流体ボタンが100%の幅を有します"
426
-
427
- msgid "Centered"
428
- msgstr "中央"
429
-
430
- msgid "Is button centered on the page"
431
- msgstr "ボタンをページの中央に配置"
432
-
433
- msgid "Radius"
434
- msgstr "半径"
435
-
436
- msgid "Radius of button corners. Auto-radius calculation based on button size"
437
- msgstr "ボタンコーナーの半径。ボタンサイズに基づいて半径を自動算出"
438
-
439
- msgid "Icon"
440
- msgstr "アイコン"
441
-
442
- msgid "You can upload custom icon for this button. Try to begin with <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">these free high-quality icons</a>. Download archive, unpack icons and upload in this field"
443
- msgstr "このボタンのカスタムアイコンをアップロード可能。<a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">無料で高品質なアイコン</a>"
444
-
445
- msgid "None"
446
- msgstr "なし"
447
-
448
- msgid "Top"
449
- msgstr ""
450
-
451
- msgid "Bottom"
452
- msgstr ""
453
-
454
- msgid "Text shadow position"
455
- msgstr "テキストの影の位置"
456
-
457
- msgid "Position of button text shadow"
458
- msgstr "ボタンテキストの影の位置"
459
-
460
- msgid "Description"
461
- msgstr "説明"
462
-
463
- msgid "Small description under button text. This option is incompatible with icon."
464
- msgstr "ボタンの下の小さな説明。このオプションはアイコンと互換性がありません"
465
-
466
- msgid "Button text"
467
- msgstr "ボタンテキスト"
468
-
469
- msgid "Styled button"
470
- msgstr "ボタンスタイル"
471
-
472
- msgid "Service"
473
- msgstr "サービス"
474
-
475
- msgid "Service title"
476
- msgstr "サービスタイトル"
477
-
478
- msgid "Service name"
479
- msgstr "サービス名"
480
-
481
- msgid "You can upload custom icon for this box"
482
- msgstr "このボックスにカスタムアイコンをアップロード可能"
483
-
484
- msgid "Icon size"
485
- msgstr "アイコンサイズ"
486
-
487
- msgid "Size of the uploaded icon in pixels"
488
- msgstr "アイコンサイズ (px単位)"
489
-
490
- msgid "Service description"
491
- msgstr "サービスの説明"
492
-
493
- msgid "Service box with title"
494
- msgstr "サービスボックスのタイトル"
495
-
496
- msgid "Box title"
497
- msgstr "ボックスタイトル"
498
-
499
- msgid "Text for the box title"
500
- msgstr "ボックスタイトルのテキスト"
501
-
502
- msgid "Box style preset"
503
- msgstr "ボックススタイルプリセット"
504
-
505
- msgid "Color"
506
- msgstr ""
507
-
508
- msgid "Color for the box title and borders"
509
- msgstr "ボックスタイトルと枠線色"
510
-
511
- msgid "Title text color"
512
- msgstr "タイトルテキストの色"
513
-
514
- msgid "Color for the box title text"
515
- msgstr "ボックスタイトルのテキスト色"
516
-
517
- msgid "Box corners radius"
518
- msgstr "ボックスコーナー半径"
519
-
520
- msgid "Box content"
521
- msgstr "ボックスの内容"
522
-
523
- msgid "Colored box with caption"
524
- msgstr "カラーボックスの見出し"
525
-
526
- msgid "Note background color"
527
- msgstr "ノートの背景色"
528
-
529
- msgid "Note text color"
530
- msgstr "ノートテキストの背景色"
531
-
532
- msgid "Note corners radius"
533
- msgstr "ノートテキスト色"
534
-
535
- msgid "Note text"
536
- msgstr "ノートテキスト"
537
-
538
- msgid "Colored box"
539
- msgstr "カラーボックス"
540
-
541
- msgid "Lightbox"
542
- msgstr "Lightbox"
543
-
544
- msgid "Iframe"
545
- msgstr "Iframe"
546
-
547
- msgid "Image"
548
- msgstr "画像"
549
-
550
- msgid "Inline (html content)"
551
- msgstr "インライン (HTMLコンテンツ)"
552
-
553
- msgid "Content type"
554
- msgstr "コンテンツタイプ"
555
-
556
- msgid "Select type of the lightbox window content"
557
- msgstr "Lightboxのウィンドウタイプを選択"
558
-
559
- msgid "Content source"
560
- msgstr "コンテンツソース"
561
-
562
- msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
563
- msgstr "ここにURLまたはCSSセレクタを挿入します。インラインフレームと画像コンテンツタイプのURLを使用してください。インラインコンテンツタイプのCSSセレクターを使用してください。<br />値の例: <br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTubeの動画 (インラインフレーム)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - アップロードされた画像<br /><b%value>http://example.com/</b> - 任意のWebページ (インラインフレーム)<br />#コンタクトフォーム - 任意のHTMLコンテンツ (インライン)"
564
-
565
- msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
566
- msgstr "[%prefix_button] ここをクリックして動画を再生 [/%prefix_button]"
567
-
568
- msgid "Lightbox window with custom content"
569
- msgstr "カスタムコンテンツとLightboxのウィンドウ"
570
-
571
- msgid "Tooltip"
572
- msgstr "ツールチップ"
573
-
574
- msgid "Basic: Light"
575
- msgstr "基本:明るい"
576
-
577
- msgid "Basic: Dark"
578
- msgstr "基本: 暗い"
579
-
580
- msgid "Basic: Yellow"
581
- msgstr "基本: 黄"
582
-
583
- msgid "Basic: Green"
584
- msgstr "基本: 緑"
585
-
586
- msgid "Basic: Red"
587
- msgstr "基本: 赤"
588
-
589
- msgid "Basic: Blue"
590
- msgstr "基本: 青"
591
-
592
- msgid "Youtube"
593
- msgstr "Youtube"
594
-
595
- msgid "Tipsy"
596
- msgstr "ほろ酔い"
597
-
598
- msgid "Bootstrap"
599
- msgstr "ブートストラップ"
600
-
601
- msgid "jTools"
602
- msgstr "jTools"
603
-
604
- msgid "Tipped"
605
- msgstr "傾ける"
606
-
607
- msgid "Cluetip"
608
- msgstr "Cluetip"
609
-
610
- msgid "Tooltip window style"
611
- msgstr "ツールチップウィンドウスタイル"
612
-
613
- msgid "Position"
614
- msgstr "位置"
615
-
616
- msgid "Tooltip position"
617
- msgstr "ツールチップの位置"
618
-
619
- msgid "Shadow"
620
- msgstr ""
621
-
622
- msgid "Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc."
623
- msgstr "ツールチップに影を追加。このオプションは基本的なスタイルを持つ。例えば青、緑など"
624
-
625
- msgid "Rounded corners"
626
- msgstr "角丸"
627
-
628
- msgid "Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc."
629
- msgstr "ツールチップ丸みを帯びた角を使用。このオプションは基本的なスタイルを持つ。"
630
-
631
- msgid "Font size"
632
- msgstr "フォントサイズ"
633
-
634
- msgid "Tooltip font size"
635
- msgstr "ツールチップのフォントサイズ"
636
-
637
- msgid "Tooltip title"
638
- msgstr "ツールチップタイトル"
639
-
640
- msgid "Enter title for tooltip window. Leave this field empty to hide the title"
641
- msgstr "ツールチップトウィンドウのタイトルを入力。タイトルを非表示にする場合は空白にします"
642
-
643
- msgid "Tooltip text"
644
- msgstr "ツールチップテキスト"
645
-
646
- msgid "Tooltip content"
647
- msgstr "ツールチップコンテンツ"
648
-
649
- msgid "Enter tooltip content here"
650
- msgstr "ここにツールチップのコンテンツを入力します"
651
-
652
- msgid "Show and hide on mouse hover"
653
- msgstr "マウスホバーで表示と非表示"
654
-
655
- msgid "Show and hide by mouse click"
656
- msgstr "マウスクリックによって表示、非表示"
657
-
658
- msgid "Always visible"
659
- msgstr "常に表示"
660
-
661
- msgid "Behavior"
662
- msgstr "行動"
663
-
664
- msgid "Select tooltip behavior"
665
- msgstr "選択したツールチップの動作"
666
-
667
- msgid "Close button"
668
- msgstr "閉じるボタン"
669
-
670
- msgid "Show close button"
671
- msgstr "閉じるボタンを表示"
672
-
673
- msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
674
- msgstr "[%prefix_button] ボタンに表示する文字 [/%prefix_button]"
675
-
676
- msgid "Tooltip window with custom content"
677
- msgstr "カスタムコンテンツとウィンドウのツールチップ"
678
-
679
- msgid "Private"
680
- msgstr "プライベート"
681
-
682
- msgid "Private note text"
683
- msgstr "プライベートメモ"
684
-
685
- msgid "Private note for post authors"
686
- msgstr "自分用のメモ"
687
-
688
- msgid "YouTube"
689
- msgstr "YouTube"
690
-
691
- msgid "Url"
692
- msgstr "URL"
693
-
694
- msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
695
- msgstr "YouTubeページのURL。例: http://youtube.com/watch?v=XXXXXX"
696
-
697
- msgid "Width"
698
- msgstr ""
699
-
700
- msgid "Player width"
701
- msgstr "プレイヤーの幅"
702
-
703
- msgid "Player height"
704
- msgstr "プレイヤーの高さ"
705
-
706
- msgid "Responsive"
707
- msgstr "レスポンシブ"
708
-
709
- msgid "Ignore width and height parameters and make player responsive"
710
- msgstr "幅と高さのパラメーターは無視され、プレーヤーはレスポンシブになります"
711
-
712
- msgid "Autoplay"
713
- msgstr "自動再生"
714
-
715
- msgid "Play video automatically when page is loaded"
716
- msgstr "ページをロードしたとき自動的に動画を再生"
717
-
718
- msgid "YouTube video"
719
- msgstr "YouTube video"
720
-
721
- msgid "Vimeo"
722
- msgstr "Vimeo"
723
-
724
- msgid "Url of Vimeo page with video"
725
- msgstr "VimeoのページURL"
726
-
727
- msgid "Vimeo video"
728
- msgstr ""
729
-
730
- msgid "Screenr"
731
- msgstr ""
732
-
733
- msgid "Url of Screenr page with video"
734
- msgstr "動画によるScreenrのページのURL"
735
-
736
- msgid "Screenr video"
737
- msgstr ""
738
-
739
- msgid "Audio"
740
- msgstr "オーディオ"
741
-
742
- msgid "File"
743
- msgstr "ファイル"
744
-
745
- msgid "Audio file url. Supported formats: mp3, ogg"
746
- msgstr "音声ファイルのURL 。サポート形式:mp3, ogg"
747
-
748
- msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
749
- msgstr "プレイヤー幅。パーセントで幅を指定することができプレイヤーはレスポンシブになります。値の例: <b%value>200px</b>、<b%value>100%</b>"
750
-
751
- msgid "Play file automatically when page is loaded"
752
- msgstr "ページをロードしたとき自動的にファイルを再生"
753
-
754
- msgid "Loop"
755
- msgstr "ループ"
756
-
757
- msgid "Repeat when playback is ended"
758
- msgstr "再生が終了したときに繰り返す"
759
-
760
- msgid "Custom audio player"
761
- msgstr "カスタムオーディオプレーヤー"
762
-
763
- msgid "Video"
764
- msgstr "動画"
765
-
766
- msgid "Url to mp4/flv video-file"
767
- msgstr "動画ファイル mp4/flvのURL"
768
-
769
- msgid "Poster"
770
- msgstr "ポスター"
771
-
772
- msgid "Url to poster image, that will be shown before playback"
773
- msgstr "ポスター画像のURL。こは再生前に表示されます"
774
-
775
- msgid "Player title"
776
- msgstr "プレイヤータイトル"
777
-
778
- msgid "Controls"
779
- msgstr "コントロール"
780
-
781
- msgid "Show player controls (play/pause etc.) or not"
782
- msgstr "プレーヤーコントロール(再生/一時停止など)を表示"
783
-
784
- msgid "Custom video player"
785
- msgstr "カスタム動画プレーヤー"
786
-
787
- msgid "Table"
788
- msgstr "テーブル"
789
-
790
- msgid "CSV file"
791
- msgstr "CSVファイル"
792
-
793
- msgid "Upload CSV file if you want to create HTML-table from file"
794
- msgstr "ファイルからHTMLテーブルを作成する場合は、CSVファイルをアップロードします"
795
-
796
- msgid "<table>\n<tr>\n\t<td>Table</td>\n\t<td>Table</td>\n</tr>\n<tr>\n\t<td>Table</td>\n\t<td>Table</td>\n</tr>\n</table>"
797
- msgstr "<Table>\n<tr>\n\t<td>テーブル</td>\n\t<td>テーブル</td>\n</tr>\n<tr>\n\t<td>テーブル</td>\n\t<td>テーブル</td>\n</tr>\n</Table>"
798
-
799
- msgid "Styled table from HTML or CSV file"
800
- msgstr "HTMLまたはCSVファイルからスタイルテーブル"
801
-
802
- msgid "Permalink"
803
- msgstr "パーマリンク"
804
-
805
- msgid "ID"
806
- msgstr "ID"
807
-
808
- msgid "Post or page ID"
809
- msgstr "投稿やページID"
810
-
811
- msgid "Link target. blank - link will be opened in new window/tab"
812
- msgstr "リンクターゲット。空白 - リンクは新しいウィンドウ/タブで開く"
813
-
814
- msgid "Permalink to specified post/page"
815
- msgstr "指定された投稿/ページのパーマリンク"
816
-
817
- msgid "Members"
818
- msgstr "メンバー"
819
-
820
- msgid "This content is for registered users only. Please %login%."
821
- msgstr "このコンテンツは登録ユーザーにだけ許可されています。%login%してください。"
822
-
823
- msgid "Message"
824
- msgstr "メッセージ"
825
-
826
- msgid "Message for not logged users"
827
- msgstr "ログインしていないユーザーへのメッセージ"
828
-
829
- msgid "Box color"
830
- msgstr "ボックスの色"
831
-
832
- msgid "This color will applied only to box for not logged users"
833
- msgstr "この色はログインしていないユーザーに表示するボックスに適用"
834
-
835
- msgid "login"
836
- msgstr "ログイン"
837
-
838
- msgid "Login link text"
839
- msgstr "ログインリンクテキスト"
840
-
841
- msgid "Text for the login link"
842
- msgstr "ログインリンク用のテキスト"
843
-
844
- msgid "Login link url"
845
- msgstr "ログインリンクURL"
846
-
847
- msgid "Content for logged members"
848
- msgstr "ログインメンバー向けコンテンツ"
849
-
850
- msgid "Content for logged in members only"
851
- msgstr "ログインメンバーのみの内容"
852
-
853
- msgid "Guests"
854
- msgstr "ゲスト"
855
-
856
- msgid "Content for guests"
857
- msgstr "ゲストのためのコンテンツ"
858
-
859
- msgid "Content for guests only"
860
- msgstr "ゲストのみのコンテンツ"
861
-
862
- msgid "RSS Feed"
863
- msgstr "RSSフィード"
864
-
865
- msgid "Url to RSS-feed"
866
- msgstr "RSSフィードのURL"
867
-
868
- msgid "Limit"
869
- msgstr "制限"
870
-
871
- msgid "Number of items to show"
872
- msgstr "表示する項目数"
873
-
874
- msgid "Feed grabber"
875
- msgstr ""
876
-
877
- msgid "Menu"
878
- msgstr "メニュー"
879
-
880
- msgid "Menu name"
881
- msgstr "メニュー名"
882
-
883
- msgid "Custom menu name. Ex: Main menu"
884
- msgstr "カスタムメニュー名。例: メインメニュー"
885
-
886
- msgid "Custom menu by name"
887
- msgstr "名前によるカスタムメニュー"
888
-
889
- msgid "Sub pages"
890
- msgstr "サブページ"
891
-
892
- msgid "Depth"
893
- msgstr "深さ"
894
-
895
- msgid "Max depth level of children pages"
896
- msgstr "子ページの最大深さレベル"
897
-
898
- msgid "Parent ID"
899
- msgstr "親ID"
900
-
901
- msgid "ID of the parent page. Leave blank to use current page"
902
- msgstr "親ページID。現在のページを使用する場合は空白にします"
903
-
904
- msgid "List of sub pages"
905
- msgstr "サブページのリスト"
906
-
907
- msgid "Siblings"
908
- msgstr "兄弟"
909
-
910
- msgid "Max depth level"
911
- msgstr "最大深さレベル"
912
-
913
- msgid "List of cureent page siblings"
914
- msgstr "現在のページ兄弟のリスト"
915
-
916
- msgid "Document"
917
- msgstr "文書"
918
-
919
- msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
920
- msgstr "アップロードしたドキュメントのURL。使用可能なファイル形式: doc, xls, pdf 等"
921
-
922
- msgid "Viewer width"
923
- msgstr "ビューアの幅"
924
-
925
- msgid "Viewer height"
926
- msgstr "ビューアの高さ"
927
-
928
- msgid "Ignore width and height parameters and make viewer responsive"
929
- msgstr "幅と高さのパラメータを無視して視聴者にレスポンジブに表示します"
930
-
931
- msgid "Document viewer by Google"
932
- msgstr "Google ドキュメントビューア"
933
-
934
- msgid "Gmap"
935
- msgstr "Googleマップ"
936
-
937
- msgid "Map width"
938
- msgstr "地図の幅"
939
-
940
- msgid "Map height"
941
- msgstr "地図の高さ"
942
-
943
- msgid "Ignore width and height parameters and make map responsive"
944
- msgstr "幅と高さのパラメータを無視して地図をレスポンジブに表示します"
945
-
946
- msgid "Marker"
947
- msgstr "マーカー"
948
-
949
- msgid "Address for the marker. You can type it in any language"
950
- msgstr "地図のアドレス。住所もしくは座標を入力します"
951
-
952
- msgid "Maps by Google"
953
- msgstr "Googleマップ"
954
-
955
- msgid "Slider"
956
- msgstr "スライダー"
957
-
958
- msgid "Slider width (in pixels)"
959
- msgstr "スライダ幅(px単位)"
960
-
961
- msgid "Slider height (in pixels)"
962
- msgstr "スライダーの高さ(px単位)"
963
-
964
- msgid "Ignore width and height parameters and make slider responsive"
965
- msgstr "幅と高さのパラメータを無視してスライダーをレスポンシブに表示します"
966
-
967
- msgid "Show titles"
968
- msgstr "タイトルを表示"
969
-
970
- msgid "Display slide titles"
971
- msgstr "スライドのタイトルを表示"
972
-
973
- msgid "Is slider centered on the page"
974
- msgstr "スライダーをページの中央に配置"
975
-
976
- msgid "Arrows"
977
- msgstr "矢印"
978
-
979
- msgid "Show left and right arrows"
980
- msgstr "左右の矢印を表示"
981
-
982
- msgid "Pagination"
983
- msgstr "ページネーション"
984
-
985
- msgid "Show pagination"
986
- msgstr "ページネーションを表示"
987
-
988
- msgid "Mouse wheel control"
989
- msgstr "マウスホイールの制御"
990
-
991
- msgid "Allow to change slides with mouse wheel"
992
- msgstr "マウスホイールでスライド可能"
993
-
994
- msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
995
- msgstr "スライドアニメーションの間隔を選択。自動再生を無効にする場合は0に設定"
996
-
997
- msgid "Speed"
998
- msgstr "スピード"
999
-
1000
- msgid "Specify animation speed"
1001
- msgstr "アニメーションの速度を指定"
1002
-
1003
- msgid "Links target"
1004
- msgstr "リンクターゲット"
1005
-
1006
- msgid "Customizable image slider"
1007
- msgstr "カスタマイズ可能なスライダー"
1008
-
1009
- msgid "Carousel"
1010
- msgstr "カルーセル"
1011
-
1012
- msgid "Carousel width (in pixels)"
1013
- msgstr "カルーセルの幅 (px単位)"
1014
-
1015
- msgid "Carousel height (in pixels)"
1016
- msgstr "カルーセルの高さ (px単位)"
1017
-
1018
- msgid "Ignore width and height parameters and make carousel responsive"
1019
- msgstr "幅と高さのパラメータを無視しカルーセルをレスポンシブに表示します"
1020
-
1021
- msgid "Items to show"
1022
- msgstr "表示するアイテム"
1023
-
1024
- msgid "How much carousel items is visible"
1025
- msgstr "いくつカルーセル項目を表示するか"
1026
-
1027
- msgid "Scroll number"
1028
- msgstr "スクロール数"
1029
-
1030
- msgid "How much items are scrolled in one transition"
1031
- msgstr "どれくらいのアイテムが1つの移行においてスクロールされるか"
1032
-
1033
- msgid "Display titles for each item"
1034
- msgstr "各項目のタイトルを表示します。"
1035
-
1036
- msgid "Is carousel centered on the page"
1037
- msgstr "カルーセルをページ中央に配置"
1038
-
1039
- msgid "Allow to rotate carousel with mouse wheel"
1040
- msgstr "マウスホイールでカルーセルを回転することを許可"
1041
-
1042
- msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
1043
- msgstr "自動アニメーションの間隔を選択。自動再生を無効にする場合は0に設定"
1044
-
1045
- msgid "Customizable image carousel"
1046
- msgstr "カスタマイズ可能な画像カルーセル"
1047
-
1048
- msgid "Single item width (in pixels)"
1049
- msgstr "単一アイテムの幅 (px単位)"
1050
-
1051
- msgid "Single item height (in pixels)"
1052
- msgstr "単一の項目の高さ (px単位)"
1053
-
1054
- msgid "Never"
1055
- msgstr "なし"
1056
-
1057
- msgid "On mouse over"
1058
- msgstr "マウスオーバー"
1059
-
1060
- msgid "Always"
1061
- msgstr "常に"
1062
-
1063
- msgid "Title display mode"
1064
- msgstr "タイトル表示モード"
1065
-
1066
- msgid "Customizable image gallery"
1067
- msgstr "カスタマイズ可能な画像ギャラリー"
1068
-
1069
- msgid "Posts"
1070
- msgstr "投稿"
1071
-
1072
- msgid "Template"
1073
- msgstr "テンプレート"
1074
-
1075
- msgid "<b>Do not change this field value if you do not understand description below.</b><br/>Relative path to the template file. Default templates is placed under the plugin directory (templates folder). You can copy it under your theme directory and modify as you want. You can use following default templates that already available in the plugin directory:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/teaser-loop.php</b> - posts loop with thumbnail and title<br/><b%value>templates/single-post.php</b> - single post template<br/><b%value>templates/list-loop.php</b> - unordered list with posts titles"
1076
- msgstr "<b>以下の説明を理解していない場合は、このフィールドの値を変更しないでください。</b><br />テンプレートファイルへの相対パス。デフォルトのテンプレートはプラグインディレクトリの下に配置される。(テンプレートフォルダ)<br />テーマディレクトリの下にそれをコピーし、必要に応じて変更することができる。<br />プラグインディレクトリで既に利用可能であれば次のデフォルトのテンプレートが使用可能。<br /><b%value>templates/default-loop.php</b> - 投稿ループ<br /><b%value>templates/teaser-loop.php</b> - サムネイルとタイトルの記事ループ<br /><b%value>templates/single-post.php</b> - シングル投稿テンプレート<br /><b%value>templates/list-loop.php</b> - 順不同 記事のタイトルとリスト"
1077
-
1078
- msgid "Post ID's"
1079
- msgstr "投稿ID"
1080
-
1081
- msgid "Enter comma separated ID's of the posts that you want to show"
1082
- msgstr "表示したいIDをカンマで区切って入力"
1083
-
1084
- msgid "Posts per page"
1085
- msgstr "ページあたりの投稿数"
1086
-
1087
- msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
1088
- msgstr "表示したい記事数を指定。すべての投稿を取得するには-1を入力"
1089
-
1090
- msgid "Post types"
1091
- msgstr "投稿タイプ"
1092
-
1093
- msgid "Select post types. Hold Ctrl key to select multiple post types"
1094
- msgstr "投稿タイプを選択。複数の投稿タイプを選択するにはCtrlキーを押しながら選択"
1095
-
1096
- msgid "Taxonomy"
1097
- msgstr "タクソノミー"
1098
-
1099
- msgid "Select taxonomy to show posts from"
1100
- msgstr "表示する投稿のタクソノミー"
1101
-
1102
- msgid "Terms"
1103
- msgstr "条件"
1104
-
1105
- msgid "Select terms to show posts from"
1106
- msgstr "表示する投稿の条件"
1107
-
1108
- msgid "Taxonomy term operator"
1109
- msgstr "表示する投稿の条件"
1110
-
1111
- msgid "IN - posts that have any of selected categories terms<br/>NOT IN - posts that is does not have any of selected terms<br/>AND - posts that have all selected terms"
1112
- msgstr "IN - 選択したカテゴリの条件のいずれかを持っている投稿<br />NOT IN - ある記事に選択した条件のいずれも持っていない<br />AND - 選択したすべての条件を持っている記事"
1113
-
1114
- msgid "Authors"
1115
- msgstr "投稿者"
1116
-
1117
- msgid "Choose the authors whose posts you want to show"
1118
- msgstr "表示したい投稿者を選択"
1119
-
1120
- msgid "Meta key"
1121
- msgstr "Metaキー"
1122
-
1123
- msgid "Enter meta key name to show posts that have this key"
1124
- msgstr "このキーを持っている投稿を表示するMetaキー名を入力"
1125
-
1126
- msgid "Offset"
1127
- msgstr "オフセット"
1128
-
1129
- msgid "Specify offset to start posts loop not from first post"
1130
- msgstr "最初の投稿から投稿ループを始めないためのオフセットを指定"
1131
-
1132
- msgid "Descending"
1133
- msgstr "降順"
1134
-
1135
- msgid "Ascending"
1136
- msgstr "昇順"
1137
-
1138
- msgid "Order"
1139
- msgstr "順序"
1140
-
1141
- msgid "Posts order"
1142
- msgstr "投稿順"
1143
-
1144
- msgid "Post ID"
1145
- msgstr "投稿ID"
1146
-
1147
- msgid "Post author"
1148
- msgstr "投稿者"
1149
-
1150
- msgid "Post title"
1151
- msgstr "投稿タイトル"
1152
-
1153
- msgid "Post slug"
1154
- msgstr "投稿スラッグ"
1155
-
1156
- msgid "Date"
1157
- msgstr "日付"
1158
-
1159
- msgid "Last modified date"
1160
- msgstr "最終更新日"
1161
-
1162
- msgid "Post parent"
1163
- msgstr "親投稿"
1164
-
1165
- msgid "Random"
1166
- msgstr "ランダム"
1167
-
1168
- msgid "Comments number"
1169
- msgstr "コメント数"
1170
-
1171
- msgid "Menu order"
1172
- msgstr "メニュー順"
1173
-
1174
- msgid "Meta key values"
1175
- msgstr "Metaキー値"
1176
-
1177
- msgid "Order by"
1178
- msgstr ""
1179
-
1180
- msgid "Order posts by"
1181
- msgstr "投稿順"
1182
-
1183
- msgid "Show childrens of entered post (enter post ID)"
1184
- msgstr "入力した後の子供を表示 (投稿IDを入力)"
1185
-
1186
- msgid "Published"
1187
- msgstr "公開"
1188
-
1189
- msgid "Pending"
1190
- msgstr "未定"
1191
-
1192
- msgid "Draft"
1193
- msgstr "下書き"
1194
-
1195
- msgid "Auto-draft"
1196
- msgstr "自動下書き"
1197
-
1198
- msgid "Future post"
1199
- msgstr "予約投稿"
1200
-
1201
- msgid "Private post"
1202
- msgstr "個人的な投稿"
1203
-
1204
- msgid "Inherit"
1205
- msgstr "継承"
1206
-
1207
- msgid "Trashed"
1208
- msgstr "ゴミ箱に移動"
1209
-
1210
- msgid "Any"
1211
- msgstr "任意"
1212
-
1213
- msgid "Post status"
1214
- msgstr "投稿ステータス"
1215
-
1216
- msgid "Show only posts with selected status"
1217
- msgstr "選択した状態の投稿のみ表示"
1218
-
1219
- msgid "Ignore sticky"
1220
- msgstr "スティッキーを無視"
1221
-
1222
- msgid "Select Yes to ignore posts that is sticked"
1223
- msgstr "貼られた記事を無視する場合は[はい]にします"
1224
-
1225
- msgid "Custom posts query with customizable template"
1226
- msgstr "カスタム投稿はカスタマイズ可能なテンプレートを使用して照会します。"
1227
-
1228
- msgid "Insert shortcode"
1229
- msgstr "ショートコードを挿入"
1230
-
1231
- msgid "Plugin settings"
1232
- msgstr "プラグイン設定"
1233
-
1234
- msgid "Plugin homepage"
1235
- msgstr "プラグインのホームページ"
1236
-
1237
- msgid "Support forums"
1238
- msgstr "サポートフォーラム"
1239
-
1240
- msgid "Search for shortcodes"
1241
- msgstr "ショートコードを検索"
1242
-
1243
- msgid "Filter by type"
1244
- msgstr "タイプ別フィルタ"
1245
-
1246
- msgid "Shortcode not specified"
1247
- msgstr "ショートコードが指定されていません。"
1248
-
1249
- msgid "Live preview"
1250
- msgstr "プレビュー"
1251
-
1252
- msgid "Click to return to the shortcodes list"
1253
- msgstr "ショートコードのリストに戻ります"
1254
-
1255
- msgid "All shortcodes"
1256
- msgstr "全てのショートコード"
1257
-
1258
- msgid "Yes"
1259
- msgstr "はい"
1260
-
1261
- msgid "No"
1262
- msgstr "いいえ"
1263
-
1264
- msgid "Max upload file size"
1265
- msgstr "アップロードファイルの最大サイズ"
1266
-
1267
- msgid "Please wait"
1268
- msgstr "しばらくお待ちください"
1269
-
1270
- msgid "Untitled gallery"
1271
- msgstr "無題のギャラリー"
1272
-
1273
- msgid "Galleries not found"
1274
- msgstr "ギャラリーが見つかりません"
1275
-
1276
- msgid "Manage galleries"
1277
- msgstr "ギャラリーを管理"
1278
-
1279
- msgid "Reload galleries"
1280
- msgstr "ギャラリーをリロード"
1281
-
1282
- msgid "Click to set this value"
1283
- msgstr "この値を設定する場合クリックします。"
1284
-
1285
- msgid "Preview"
1286
- msgstr "プレビュー"
1287
-
1288
- msgid "Access denied"
1289
- msgstr "アクセスが拒否されました"
1290
-
1291
- #, php-format
1292
- msgid "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
1293
- msgstr "<h1>プラグインが有効になっていません&hellip;</h1><p>Shortcodes UltimateはWordPressのバージョン(%s)と互換性がありません。<br />推奨 WordPressのバージョン -%s(またはそれ以上)</p><a href=\"%s\">&larr; プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする &rarr;</a>"
1294
-
1295
- #, php-format
1296
- msgid "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
1297
- msgstr "<h1>プラグインが有効になっていません&hellip;</h1><p>Shortcodes UltimateはPHPのバージョン(%s)と互換性がありません。<br />推奨 PHPバージョン - %s(またはそれ以上)</p><a href=\"%s\">&larr; プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする &rarr;</a>"
1298
-
1299
- msgid "Shortcodes Ultimate"
1300
- msgstr "Shortcodes Ultimate"
1301
-
1302
- msgid "Vladimir Anokhin"
1303
- msgstr "Vladimir Anokhin"
1304
-
1305
- msgid "Supercharge your WordPress theme with mega pack of shortcodes"
1306
- msgstr "ショートコードのメガパックでWordPressテーマに過給します"
1307
-
1308
- msgid "Where to start?"
1309
- msgstr "どこから始める?"
1310
-
1311
- msgid "Project homepage"
1312
- msgstr "プロジェクトのホームページ"
1313
-
1314
- msgid "Support forum"
1315
- msgstr "サポートフォーラム"
1316
-
1317
- msgid "Changelog"
1318
- msgstr "変更履歴"
1319
-
1320
- msgid "About"
1321
- msgstr "About"
1322
-
1323
- msgid "Custom formatting"
1324
- msgstr "カスタムフォーマッティング"
1325
-
1326
- msgid "Disable this option if you have some problems with other plugins or content formatting"
1327
- msgstr "他のプラグインやコンテンツのフォーマットに問題がある場合は、このオプションを無効にしてください。"
1328
-
1329
- msgid "Documentation article"
1330
- msgstr "ドキュメンテーション記事"
1331
-
1332
- msgid "Enabled"
1333
- msgstr "有効"
1334
-
1335
- msgid "Skip default values"
1336
- msgstr "デフォルト値をスキップ"
1337
-
1338
- msgid "Enable this option and the generator will insert a shortcode without default attribute values that you have not changed. As a result, the generated code will be shorter."
1339
- msgstr "このオプションを有効にしてください。変更していないデフォルトの属性値でジェネレーターはショーコードを挿入します。その結果、生成するコードはより短くなります。"
1340
-
1341
- msgid "Skin"
1342
- msgstr "スキン"
1343
-
1344
- msgid "Custom CSS"
1345
- msgstr "カスタムCSS"
1346
-
1347
- msgid "Hello, my name is Vladimir Anokhin, and I am developer of plugin <b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few words about it at the wordpress.org or twitter. It will help other people find this useful plugin more quickly.<br><b>Thank you!</b>"
1348
- msgstr "こんにちは、私の名前はVladimir Anokhin、私はプラグイン<b>Shortcodes Ultimate</b>の開発者です。<br>もし良ければ、このプラグインをwordpress.orgやTwitterで話題にしてください。それは他の人がより迅速に、この便利なプラグインを見つけやすくなります。ありがとうございました!"
1349
-
1350
- msgid "Rate plugin"
1351
- msgstr "プラグインを評価"
1352
-
1353
- msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
1354
- msgstr ""
1355
-
1356
- msgid "Tweet"
1357
- msgstr ""
1358
-
1359
- msgid "No, thanks"
1360
- msgstr "何もしない"
1361
-
1362
- msgid "or"
1363
- msgstr "または"
1364
-
1365
- msgid "Remind me later"
1366
- msgstr "後で通知"
1367
-
1368
- msgid "Special Shortcodes Ultimate widget"
1369
- msgstr "Special Shortcodes Ultimateウィジェット"
1370
-
1371
- msgid "Title:"
1372
- msgstr "タイトル:"
1373
-
1374
- msgid "This is box title"
1375
- msgstr "これはボックスのタイトルです。"
1376
-
1377
- msgid "please specify correct url"
1378
- msgstr "正しいURLを指定してください。"
1379
-
1380
- msgid "This menu doesn't exists, or has no elements"
1381
- msgstr "このメニューには要素が存在しないか、または持っていません。"
1382
-
1383
- msgid "images not found"
1384
- msgstr "画像が見つかりません。"
1385
-
1386
- msgid "template not found"
1387
- msgstr "テンプレートが見つかりません。"
1388
-
1389
- msgid "Welcome to Shortcodes Ultimate"
1390
- msgstr "Shortcodes Ultimateへようこそ"
1391
-
1392
- msgid "A real swiss army knife for WordPress"
1393
- msgstr "Special Shortcodes Ultimateウィジェット"
1394
-
1395
- msgid "Documentation"
1396
- msgstr "ドキュメンテーション"
1397
-
1398
- msgid "Plugin features"
1399
- msgstr "プラグインの機能"
1400
-
1401
- msgid "40+ amazing shortcodes"
1402
- msgstr "40+ amazing shortcodes"
1403
-
1404
- msgid "Power of CSS3 transitions"
1405
- msgstr "Power of CSS3 transitions"
1406
-
1407
- msgid "Handy shortcodes generator"
1408
- msgstr "Handy shortcodes generator"
1409
-
1410
- msgid "International"
1411
- msgstr "International"
1412
-
1413
- msgid "Documented API"
1414
- msgstr "Documented API"
1415
-
1416
- msgid "What is a shortcode?"
1417
- msgstr "ショートコードとは何ですか?"
1418
-
1419
- msgid "<strong>Shortcode</strong> is a WordPress-specific code that lets you do nifty things with very little effort."
1420
- msgstr "<strong>ショートコード</strong>は、ごくわずかな努力でしか素晴らしいことができるWordPressに特有のコードです。"
1421
-
1422
- msgid "Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line. Shortcode = shortcut."
1423
- msgstr "ショートコードはファイルを埋め込みや1行だけで複雑なコードを多くを必要とするオブジェクトを作成することができます。 ショートコード = ショートカット"
1424
-
1425
- msgid "How does it works"
1426
- msgstr "仕組み"
1427
-
1428
- msgid "More videos"
1429
- msgstr "その他の動画"
1430
-
1431
- msgid "Shortcodes Ultimate Tutorial"
1432
- msgstr "Shortcodes Ultimateのチュートリアル"
1433
-
1434
- msgid "How to use special widget"
1435
- msgstr "特殊なウィジェットの使用方法"
1436
-
1437
- msgid "How to create Carousel"
1438
- msgstr "カルーセルの作製方法"
1439
-
1440
- msgid "How to create image gallery"
1441
- msgstr "画像ギャラリーの作製方法"
1442
-
1443
- msgid "Save changes"
1444
- msgstr "変更を保存"
1445
-
1446
- msgid "Saving"
1447
- msgstr "保存中"
1448
-
1449
- msgid "Saved"
1450
- msgstr "保存しました"
1451
-
1452
- msgid "Restore default settings"
1453
- msgstr "デフォルト設定を復元"
1454
-
1455
- msgid "You can use next variables in your custom CSS"
1456
- msgstr "カスタムCSSで次の変数が使用可能です。"
1457
-
1458
- msgid "home url"
1459
- msgstr "ホームのURL"
1460
-
1461
- msgid "theme url"
1462
- msgstr "テーマのURL"
1463
-
1464
- msgid "plugin url"
1465
- msgstr "プラグインのURL"
1466
-
1467
- msgid "For full functionality of this page it is reccomended to enable javascript."
1468
- msgstr "このページの完全な機能はJavaScriptの有効が推奨されています。"
1469
-
1470
- msgid "Settings reseted successfully"
1471
- msgstr "設定をリセットしました。"
1472
-
1473
- msgid "Settings saved successfully"
1474
- msgstr "設定を保存しました"
1475
-
1476
- msgid "Posted"
1477
- msgstr "投稿"
1478
-
1479
- msgid "0 comments"
1480
- msgstr "コメントなし"
1481
-
1482
- msgid "1 comment"
1483
- msgstr "1件のコメント"
1484
-
1485
- msgid "%n comments"
1486
- msgstr "%n件のコメント"
1487
-
1488
- msgid "Posts not found"
1489
- msgstr "投稿が見つかりません。"
1490
-
1491
- msgid "Is this column centered on the page"
1492
- msgstr "この列はページの中央に配置されます"
1493
-
1494
- msgid "0 - Do not hide controls"
1495
- msgstr "0 - コントロールを隠さない"
1496
-
1497
- msgid "0 - Hide controls"
1498
- msgstr "0 - コントロールを隠す"
1499
-
1500
- msgid "1 - Hide all controls on mouse out"
1501
- msgstr "1 - マウスアウトですべてのコントロールを隠す"
1502
-
1503
- msgid "1 - Show controls"
1504
- msgstr "1 - コントロールを表示"
1505
-
1506
- msgid "2 - Hide progress bar on mouse out"
1507
- msgstr "2 - マウスアウトでプログレスバーを隠す"
1508
-
1509
- msgid "2 - Show controls when playback is started"
1510
- msgstr "2 - 再生開始時にコントロールを表示"
1511
-
1512
- msgid "Abstract"
1513
- msgstr "抽象的"
1514
-
1515
- msgid "Accordions, spoilers, different styles, anchors"
1516
- msgstr "アコーディオン、スポイラー、異なるスタイル、アンカー"
1517
-
1518
- msgid "Add selected images"
1519
- msgstr "選択した画像を追加"
1520
-
1521
- msgid "Advanced examples"
1522
- msgstr "高度な例"
1523
-
1524
- msgid "Amount"
1525
- msgstr ""
1526
-
1527
- msgid "Animals"
1528
- msgstr "動物"
1529
-
1530
- msgid "Animated content"
1531
- msgstr "アニメーションコンテンツ"
1532
-
1533
- msgid "Animation"
1534
- msgstr "アニメーション"
1535
-
1536
- msgid "Animation delay (seconds)"
1537
- msgstr "アニメーションの遅延 (秒)"
1538
-
1539
- msgid "Animation duration (seconds)"
1540
- msgstr "アニメーションの時間 (秒)"
1541
-
1542
- msgid "Animations"
1543
- msgstr "アニメーション"
1544
-
1545
- msgid "Arrow circle 2"
1546
- msgstr "矢印円 2"
1547
-
1548
- msgid "Attachment page"
1549
- msgstr "添付ファイルのページ"
1550
-
1551
- msgid "Autohide"
1552
- msgstr "自動的に隠す"
1553
-
1554
- msgid "Basic examples"
1555
- msgstr "基本的な例"
1556
-
1557
- msgid "Border color"
1558
- msgstr "枠線色"
1559
-
1560
- msgid "Border style"
1561
- msgstr "境界線のスタイル"
1562
-
1563
- msgid "Border width"
1564
- msgstr "境界線の幅"
1565
-
1566
- msgid "Bottom margin (pixels)"
1567
- msgstr "ボトムマージン (ピクセル)"
1568
-
1569
- msgid "Business"
1570
- msgstr "ビジネス"
1571
-
1572
- msgid "Bytes"
1573
- msgstr "バイト"
1574
-
1575
- msgid "Cache"
1576
- msgstr "キャッシュ"
1577
-
1578
- msgid "Caret"
1579
- msgstr "カーソル"
1580
-
1581
- msgid "Caret square"
1582
- msgstr "正方形のカーソル"
1583
-
1584
- msgid "Category"
1585
- msgstr "カテゴリ"
1586
-
1587
- msgid "Cats"
1588
- msgstr "キャッツ"
1589
-
1590
- msgid "Chevron"
1591
- msgstr "シェブロン"
1592
-
1593
- msgid "Chevron circle"
1594
- msgstr "シェブロンサークル"
1595
-
1596
- msgid "Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy"
1597
- msgstr "画像ソースを選択します。メディアライブラリからの画像を使用したり、指定されたブログのカテゴリの下に投稿記事(サムネイル)からそれを取り出すことができます。また、任意のカスタムタクソノミーを選ぶことができます"
1598
-
1599
- msgid "Choose style for this tabs"
1600
- msgstr "このタブのスタイルを選択"
1601
-
1602
- msgid "City"
1603
- msgstr ""
1604
-
1605
- msgid "Color picker"
1606
- msgstr "カラーピッカー"
1607
-
1608
- msgid "Column layouts"
1609
- msgstr "カラムレイアウト"
1610
-
1611
- msgid "Dark theme"
1612
- msgstr "暗いテーマ"
1613
-
1614
- msgid "Dashed"
1615
- msgstr "破線"
1616
-
1617
- msgid "Dotted"
1618
- msgstr "点線"
1619
-
1620
- msgid "Double"
1621
- msgstr "二重"
1622
-
1623
- msgid "Duration"
1624
- msgstr "持続期間"
1625
-
1626
- msgid "Examples"
1627
- msgstr ""
1628
-
1629
- msgid "Fashion"
1630
- msgstr "ファッション"
1631
-
1632
- msgid "Filter icons"
1633
- msgstr "フィルタアイコン"
1634
-
1635
- msgid "Folder 1"
1636
- msgstr "フォルダ 1"
1637
-
1638
- msgid "Folder 2"
1639
- msgstr "フォルダ 2"
1640
-
1641
- msgid "Food"
1642
- msgstr "食品"
1643
-
1644
- msgid "Fork on GitHub"
1645
- msgstr ""
1646
-
1647
- msgid "Full-size image"
1648
- msgstr "フルサイズ画像"
1649
-
1650
- msgid "Get the code"
1651
- msgstr "コードを取得"
1652
-
1653
- msgid "Groove"
1654
- msgstr ""
1655
-
1656
- msgid "How many items (paragraphs or words) to generate. Minimum words amount is 5"
1657
- msgstr "どのように多くの項目(段落やワード)を生成するか。最低限の単語量は5です"
1658
-
1659
- msgid "Icons for spoiler"
1660
- msgstr "スポイラーのアイコン"
1661
-
1662
- msgid "If you set the parameter value to NO, then the player will not display information like the video title and uploader before the video starts playing."
1663
- msgstr "'いいえ'にパラメータ値を設定した場合、プレイヤーは動画の再生を開始する前に動画のタイトルとアップローダーのような情報が表示しません。"
1664
-
1665
- msgid "Image height"
1666
- msgstr "画像の高さ"
1667
-
1668
- msgid "Image placeholder with random image"
1669
- msgstr "ランダムな画像による画像プレースホールダー"
1670
-
1671
- msgid "Image width"
1672
- msgstr "画像の幅"
1673
-
1674
- msgid "Inline"
1675
- msgstr "インライン"
1676
-
1677
- msgid "Interacting with posts shortcode"
1678
- msgstr "ショートコードの投稿との相互作用"
1679
-
1680
- msgid "Learn more"
1681
- msgstr "詳細はこちら"
1682
-
1683
- msgid "Light theme"
1684
- msgstr "明るいテーマ"
1685
-
1686
- msgid "Links"
1687
- msgstr "リンク"
1688
-
1689
- msgid "Maker"
1690
- msgstr "メーカー"
1691
-
1692
- msgid "Margin"
1693
- msgstr "マージン"
1694
-
1695
- msgid "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
1696
- msgstr "メディア要素、YouTube、Vimeo、ScreenR、自己ホスト型動画、オーディオプレーヤー"
1697
-
1698
- msgid "Media library"
1699
- msgstr "メディアライブラリー"
1700
-
1701
- msgid "Nature"
1702
- msgstr "自然"
1703
-
1704
- msgid "Nested shortcodes, shortcodes inside of attributes"
1705
- msgstr "入れ子になったショートコード、ショートコードの属性の内部"
1706
-
1707
- msgid "New window"
1708
- msgstr "新しいウィンドウ"
1709
-
1710
- msgid "Night life"
1711
- msgstr "ナイトライフ"
1712
-
1713
- msgid "Original image"
1714
- msgstr "元画像"
1715
-
1716
- msgid "Other WordPress Plugins"
1717
- msgstr "他のWordPressプラグイン"
1718
-
1719
- msgid "People"
1720
- msgstr ""
1721
-
1722
- msgid "Pick a color"
1723
- msgstr "色を選択"
1724
-
1725
- msgid "Playlist"
1726
- msgstr "プレイリスト"
1727
-
1728
- msgid "Plugin Settings"
1729
- msgstr "プラグインの設定"
1730
-
1731
- msgid "Plus circle"
1732
- msgstr "プラスサークル"
1733
-
1734
- msgid "Plus square 1"
1735
- msgstr "プラスサークル 1"
1736
-
1737
- msgid "Plus square 2"
1738
- msgstr "プラスサークル 2"
1739
-
1740
- msgid "Post permalink"
1741
- msgstr "投稿パーマリンク"
1742
-
1743
- msgid "Recent posts"
1744
- msgstr "最近の投稿"
1745
-
1746
- msgid "Related videos"
1747
- msgstr "関連動画"
1748
-
1749
- msgid "Ridge"
1750
- msgstr "リッジ"
1751
-
1752
- msgid "Select animation type"
1753
- msgstr "アニメーションの種類を選択"
1754
-
1755
- msgid "Select categories to retrieve posts from.<br>You can select multiple categories with Ctrl (Cmd) key"
1756
- msgstr "投稿を取得するカテゴリを選択します。<br>Ctrl (Cmd) キーで複数のカテゴリを選択することができます。"
1757
-
1758
- msgid "Select images"
1759
- msgstr "画像を選択"
1760
-
1761
- msgid "Select images source"
1762
- msgstr "画像ソースを選択"
1763
-
1764
- msgid "Select taxonomy"
1765
- msgstr "タクソノミーを選択"
1766
-
1767
- msgid "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl (Cmd) key"
1768
- msgstr "タクソノミーを選択します。<br>Ctrl (Cmd) キーを使って複数の用語を選択できます。"
1769
-
1770
- msgid "Select the theme for this image"
1771
- msgstr "この画像のテーマを選択"
1772
-
1773
- msgid "Select which links will be used for images in this gallery"
1774
- msgstr "このギャラリー内の画像のリンクを使用するか選択します。"
1775
-
1776
- msgid "Set of additional skins for Shrtcodes Ultimate. It includes skins for accordeons/spoilers, tabs and some other shortcodes"
1777
- msgstr "Shrtcodes Ultimateの他のスキンのセットです。アコーディオン/スポイラー、タブ、およびいくつかの他のショートのためのスキンが含まれます。"
1778
-
1779
- msgid "Setting of YES will cause the player to play the initial video again and again"
1780
- msgstr "'はい'に設定するとプレイヤーは何度も最初の動画を再生します。"
1781
-
1782
- msgid "Setting this parameter to NO prevents the fullscreen button from displaying"
1783
- msgstr "このパラメーターを'いいえ'に設定するとフルスクリーンのボタンを表示しません。"
1784
-
1785
- msgid "Shortcodes"
1786
- msgstr "ショートコード"
1787
-
1788
- msgid "Shortcodes Ultimate Add-ons"
1789
- msgstr "Shortcodes Ultimateのアドオン"
1790
-
1791
- msgid "Show full-screen button"
1792
- msgstr "フルスクリーンボタンを表示"
1793
-
1794
- msgid "Show title bar"
1795
- msgstr "タイトルバーを表示"
1796
-
1797
- msgid "Skins"
1798
- msgstr "スキン"
1799
-
1800
- msgid "Solid"
1801
- msgstr "固体"
1802
-
1803
- msgid "Source"
1804
- msgstr "ソース"
1805
-
1806
- msgid "Sports"
1807
- msgstr "スポーツ"
1808
-
1809
- msgid "Tabs, vertical tabs, tab anchors"
1810
- msgstr "タブ、垂直タブ、タブアンカー"
1811
-
1812
- msgid "Technics"
1813
- msgstr "テクニクス"
1814
-
1815
- msgid "Text field"
1816
- msgstr "テキストフィールド"
1817
-
1818
- msgid "Text placeholder"
1819
- msgstr "テキストプレースホルダー"
1820
-
1821
- msgid "Textarea field"
1822
- msgstr "テキストエリアのフィールド"
1823
-
1824
- msgid "Theme"
1825
- msgstr "テーマ"
1826
-
1827
- msgid "This button is not clickable"
1828
- msgstr "このボタンはクリックできません"
1829
-
1830
- msgid "This parameter determines what HTML tag will be used for animation wrapper. Turn this option to YES and animated element will be wrapped in SPAN instead of DIV. Useful for inline animations, like buttons"
1831
- msgstr "このパラメータは、HTMLタグがアニメーションラッパーに使用されるかを決定します。 'はい'でこのオプションをオンにするとアニメーションの要素ではなく、DIVのSPANでラップされます。インラインのアニメーションはボタンのように役立ちます。"
1832
-
1833
- msgid "This parameter indicates whether the embedded player will display player controls (like a play button or volume control) within a dark or light control bar"
1834
- msgstr "このパラメーターは、埋め込み型プレーヤーのプレーヤーコントロール (再生ボタンまたはボリューム コントロール) に暗いか明るいどちらのコントロールバーを表示するかを示します"
1835
-
1836
- msgid "This parameter indicates whether the player should show related videos when playback of the initial video ends"
1837
- msgstr "このパラメータは、初期の動画の再生が終了したときにプレイヤーが関連動画を表示するかどうかを示します"
1838
-
1839
- msgid "This parameter indicates whether the video controls will automatically hide after a video begins playing"
1840
- msgstr "このパラメータは、動画の再生が開始した後に動画コントロールを自動的に非表示にするかどうかを示します"
1841
-
1842
- msgid "This parameter indicates whether the video player controls will display"
1843
- msgstr "このパラメータは、動画プレーヤーのコントロールを表示するかどうかを示します"
1844
-
1845
- msgid "This parameter lets you use a YouTube player that does not show a YouTube logo. Set the parameter value to YES to prevent the YouTube logo from displaying in the control bar. Note that a small YouTube text label will still display in the upper-right corner of a paused video when the user's mouse pointer hovers over the player"
1846
- msgstr "このパラメータを使用すると、YouTubeのロゴを表示しないYouTubeプレーヤーを使用することができます。コントロールバーからYouTubeのロゴを非表示にするにはパラメータ値を'はい'に設定します。ユーザーのマウスポインタをプレイヤー上に置いたときに、小さなYouTubeのテキストラベルが動画の右上に表示されることに注意してください。"
1847
-
1848
- msgid "Transport"
1849
- msgstr "トランスポート"
1850
-
1851
- msgid "Unlimited buttons"
1852
- msgstr "アンリミテッドボタン"
1853
-
1854
- msgid "Value is a comma-separated list of video IDs to play. If you specify a value, the first video that plays will be the VIDEO_ID specified in the URL path, and the videos specified in the playlist parameter will play thereafter"
1855
- msgstr "再生する動画IDのカンマ区切りリストの値です。値を指定した場合は、再生される最初の動画は、URLパスで指定されたVIDEO_IDとなり、プレイリストパラメータで指定された動画は、その後再生されます。"
1856
-
1857
- msgid "What"
1858
- msgstr ""
1859
-
1860
- msgid "What to generate"
1861
- msgstr ""
1862
-
1863
- msgid "Wrapper for animation. Any nested element will be animated"
1864
- msgstr "アニメーションのラッパーです。任意のネストされた要素はアニメーションになります"
1865
-
1866
- msgid "YouTube Advanced"
1867
- msgstr "高度なYouTube"
1868
-
1869
- msgid "YouTube video player with advanced settings"
1870
- msgstr "YouTubeの動画プレーヤーの高度な設定"
1871
-
1872
- msgid "Add-ons"
1873
- msgstr "アドオン"
1874
-
1875
- msgid "Arrow circle 1"
1876
- msgstr "矢印円 1"
1877
-
1878
- msgid "Checkbox"
1879
- msgstr "チェックボックス"
1880
-
1881
- msgid "Choose style for this heading"
1882
- msgstr "この見出しのスタイルを選択"
1883
-
1884
- msgid "Choose style for this quote"
1885
- msgstr "この引用のスタイルを選択"
1886
-
1887
- msgid "Choose style for this spoiler"
1888
- msgstr "このスポイラーのスタイルを選択"
1889
-
1890
- msgid "Click the button above and select images.<br>You can select multimple images with Ctrl (Cmd) key"
1891
- msgstr "上記ボタンをクリックし画像を選択します。<br>Ctrl (Cmd)キーと単一画像を選択することができます。"
1892
-
1893
- msgid "Delay"
1894
- msgstr "遅延"
1895
-
1896
- msgid "Dummy image"
1897
- msgstr "ダミー画像"
1898
-
1899
- msgid "Dummy text"
1900
- msgstr "ダミーテキスト"
1901
-
1902
- msgid "Example code does not found, please check it later"
1903
- msgstr "サンプルコードが見つからない場合は、後で確認してください"
1904
-
1905
- msgid "Generated text will be cached. Be careful with this option. If you disable it and insert many dummy_text shortcodes the page load time will be highly increased"
1906
- msgstr "生成されたテキストにキャッシュされます。このオプションに注意してください。それを無効にすると、多くのdummy_text ショートコードを挿入した場合、ページの読み込み時間は非常に増加します"
1907
-
1908
- msgid "Install additional styles"
1909
- msgstr "追加のスタイルをインストール"
1910
-
1911
- msgid "Open links in"
1912
- msgstr "リンクを開く"
1913
-
1914
- msgid "option type %s is not callable"
1915
- msgstr "オプションタイプ %s は呼び出すことはできません"
1916
-
1917
- msgid "Paragraphs"
1918
- msgstr "段落"
1919
-
1920
- msgid "Same window"
1921
- msgstr "同じウィンドウ"
1922
-
1923
- msgid "Select heading size (pixels)"
1924
- msgstr "見出しの大きさを選択 (ピクセル)"
1925
-
1926
- msgid "This action will delete all your settings. Are you sure? This action cannot be undone!"
1927
- msgstr "このアクションは、すべての設定を削除します。この操作は元に戻すことはできません!"
1928
-
1929
- msgid "This add-on allows you to create custom shortcodes. You can easily create any shortcode with different parameters or even override default shortcodes"
1930
- msgstr "このアドオンはカスタムショートコードを作成することができます。簡単に別のパラメータで任意のショートコードを作成したり、デフォルトのショートコードを上書きすることができます。"
1931
-
1932
- msgid "Use selected file"
1933
- msgstr "選択したファイルを使用します。"
1934
-
1935
- msgid "Words"
1936
- msgstr "言葉"
1937
-
1938
- msgid "You can overview the original styles to override it"
1939
- msgstr "概要元のスタイルを上書きすることができます。"
1940
-
1941
- msgid "please specify correct source"
1942
- msgstr "正しいソースを指定してください"
1943
-
1944
- msgid "Please enter a name for new preset"
1945
- msgstr "新しいプリセット名を入力してください"
1946
-
1947
- msgid "New preset"
1948
- msgstr "新しいプリセット"
1949
-
1950
- msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1951
- msgstr "ここにURLまたはCSSセレクタを挿入します。インラインフレームと画像のコンテンツタイプのURLを使用してください。インラインコンテンツタイプのCSSセレクターを使用してください。<br />値の例: <br /><b%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube動画 (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - アップロードされた画像<br /><b%value>http://example.com/</b> - 任意のWebページ (iframe)<br /><b%value>#contact-form</b> - 任意のHTMLコンテンツ (inline)"
1952
-
1953
- msgid "Presets"
1954
- msgstr "プリセット"
1955
-
1956
- msgid "Save current settings as preset"
1957
- msgstr "現在の設定をプリセットとして保存します"
1958
-
1959
- msgid "Presets not found"
1960
- msgstr "プリセットが見つかりません"
1961
-
1962
- msgid "Shortcodes prefix"
1963
- msgstr "ショートコードの接頭辞"
1964
-
1965
- msgid "This prefix will be added to all shortcodes by this plugin. For example, type here %s and you'll get shortcodes like %s and %s. Please keep in mind: this option is not affects your already inserted shortcodes and if you'll change this value your old shortcodes will be broken"
1966
- msgstr "この接頭辞は、このプラグインのすべてのショートコードに追加されます。例えば、ここに%sと入力し%sと%sのようなショートコードを取得します。<br />注意: このオプションは既に挿入済みのショートコードに影響を与えていませんが、この値を変更する場合、古いショートコードを破壊します。"
1967
-
1968
- msgid "Choose global skin for shortcodes"
1969
- msgstr "ショートコードのグローバルスキンを選択してください"
1970
-
1971
- msgid "1 new add-on for Shortcodes Ultimate"
1972
- msgstr "Shortcodes Ultimateの1つの新しいアドオン"
1973
-
1974
- msgid "4.6.0"
1975
- msgstr "4.6.0"
1976
-
1977
- msgid "Activation key"
1978
- msgstr "アクティベーションキー"
1979
-
1980
- msgid "Add images"
1981
- msgstr "画像を追加"
1982
-
1983
- msgid "Add selected files"
1984
- msgstr "選択したファイルを追加"
1985
-
1986
- msgid "Advanced JavaScript code for onClick action"
1987
- msgstr "onClickアクションのための高度なJavaScriptコード"
1988
-
1989
- msgid "After"
1990
- msgstr ""
1991
-
1992
- msgid "Anchor"
1993
- msgstr "アンカー"
1994
-
1995
- msgid "Auto"
1996
- msgstr "自動"
1997
-
1998
- msgid "Before"
1999
- msgstr ""
2000
-
2001
- msgid "Blur"
2002
- msgstr "ぼかし"
2003
-
2004
- msgid "Button text shadow"
2005
- msgstr "ボタンのテキストの影"
2006
-
2007
- msgid "Choose file"
2008
- msgstr "ファイルを選択してください"
2009
-
2010
- msgid "Choose files"
2011
- msgstr "ファイルを選択"
2012
-
2013
- msgid "Comment count"
2014
- msgstr "コメント数"
2015
-
2016
- msgid "Comment status"
2017
- msgstr "コメントステータス"
2018
-
2019
- msgid "Data"
2020
- msgstr "データ"
2021
-
2022
- msgid "Display name"
2023
- msgstr "表示名"
2024
-
2025
- msgid "Email"
2026
- msgstr "Eメール"
2027
-
2028
- msgid "Field"
2029
- msgstr "フィールド"
2030
-
2031
- msgid "Filter"
2032
- msgstr "フィルター"
2033
-
2034
- msgid "Filtered post content"
2035
- msgstr "フィルタ処理後のコンテンツ"
2036
-
2037
- msgid "GUID"
2038
- msgstr "GUID"
2039
-
2040
- msgid "Horizontal offset"
2041
- msgstr "水平オフセット"
2042
-
2043
- msgid "http://gndev.info/"
2044
- msgstr "http://gndev.info/"
2045
-
2046
- msgid "http://gndev.info/shortcodes-ultimate/"
2047
- msgstr "http://gndev.info/shortcodes-ultimate/"
2048
-
2049
- msgid "Icon color"
2050
- msgstr "アイコンの色"
2051
-
2052
- msgid "Icon picker"
2053
- msgstr "アイコンピッカー"
2054
-
2055
- msgid "Key"
2056
- msgstr "キー"
2057
-
2058
- msgid "Last used settings"
2059
- msgstr "最後に使用した設定"
2060
-
2061
- msgid "Login"
2062
- msgstr "ログイン"
2063
-
2064
- msgid "Media manager"
2065
- msgstr "メディアマネージャ"
2066
-
2067
- msgid "Meta"
2068
- msgstr "メタ"
2069
-
2070
- msgid "Meta key name"
2071
- msgstr "Metaキー名"
2072
-
2073
- msgid "New Shortcodes"
2074
- msgstr "新しいショートコード"
2075
-
2076
- msgid "Nice name"
2077
- msgstr "素晴らしい名前"
2078
-
2079
- msgid "onClick"
2080
- msgstr "onClick"
2081
-
2082
- msgid "Parallax sections, responsive content slider, pricing tables, vector icons, testimonials, progress bars and even more"
2083
- msgstr "視差のセクション、レスポンジブコンテンツスライダー、価格表、ベクトルアイコン、紹介文、プログレスバー 更にもっと..."
2084
-
2085
- msgid "password field is not allowed"
2086
- msgstr "パスワードフィールドは許可されていません"
2087
-
2088
- msgid "Ping status"
2089
- msgstr "Pingのステータス"
2090
-
2091
- msgid "please specify meta key name"
2092
- msgstr "メタキー名を指定してください"
2093
-
2094
- msgid "please specify template name"
2095
- msgstr "テンプレート名を指定してください"
2096
-
2097
- msgid "Post content"
2098
- msgstr "投稿コンテンツ"
2099
-
2100
- msgid "Post data"
2101
- msgstr "投稿データ"
2102
-
2103
- msgid "Post data field name"
2104
- msgstr "投稿データのフィールド名"
2105
-
2106
- msgid "Post date"
2107
- msgstr "投稿日"
2108
-
2109
- msgid "Post excerpt"
2110
- msgstr "投稿の抜粋"
2111
-
2112
- msgid "post ID is incorrect"
2113
- msgstr "投稿IDが正しくありません。"
2114
-
2115
- msgid "Post meta"
2116
- msgstr "投稿メタ"
2117
-
2118
- msgid "Post mime type"
2119
- msgstr 投稿"MIMEタイプ"
2120
-
2121
- msgid "Post modified"
2122
- msgstr "投稿修正"
2123
-
2124
- msgid "Post name"
2125
- msgstr "投稿名"
2126
-
2127
- msgid "Post type"
2128
- msgstr "投稿タイプ"
2129
-
2130
- msgid "Registered"
2131
- msgstr "登録日"
2132
-
2133
- msgid "Round"
2134
- msgstr "ラウンド"
2135
-
2136
- msgid "Status"
2137
- msgstr "ステータス"
2138
-
2139
- msgid "Tab title"
2140
- msgstr "タブのタイトル"
2141
-
2142
- msgid "Template name"
2143
- msgstr "テンプレート名"
2144
-
2145
- msgid "Theme template"
2146
- msgstr "テーマのテンプレート"
2147
-
2148
- msgid "This color will be applied to the selected icon. Does not works with uploaded icons"
2149
- msgstr "この色は選択されたアイコンに適用されます。アップロードされたアイコンでは動作しません。"
2150
-
2151
- msgid "This content will be shown after the value"
2152
- msgstr "このコンテンツは値の後に表示されます"
2153
-
2154
- msgid "This content will be shown before the value"
2155
- msgstr "このコンテンツは値の前に表示されます"
2156
-
2157
- msgid "This text will be shown if data is not found"
2158
- msgstr "データが見つからない場合、このテキストが表示されます"
2159
-
2160
- msgid "URL"
2161
- msgstr "URL"
2162
-
2163
- msgid "Use template file name (with optional .php extension). If you need to use templates from theme sub-folder, use relative path. Example values: %s, %s, %s"
2164
- msgstr "テンプレートファイル名を使用します。(オプション .phpの拡張子を持つ) テーマのサブフォルダからテンプレートを使用する必要がある場合は相対パスを使用します。値の例: %s, %s, %s"
2165
-
2166
- msgid "User"
2167
- msgstr "ユーザー"
2168
-
2169
- msgid "User data"
2170
- msgstr "ユーザーデータ"
2171
-
2172
- msgid "User data field name"
2173
- msgstr "ユーザーデータフィールド名"
2174
-
2175
- msgid "User ID"
2176
- msgstr "ユーザーID"
2177
-
2178
- msgid "user ID is incorrect"
2179
- msgstr "ユーザーIDが正しくありません。"
2180
-
2181
- msgid "Vertical offset"
2182
- msgstr "垂直オフセット"
2183
-
2184
- msgid "You can apply custom filter to the retrieved value. Enter here function name. Your function must accept one argument and return modified value. Example function: "
2185
- msgstr "取得した値にカスタムフィルタを適用することができます。ここで関数名を入力してください。関数は1つの引数を受け入れて変更された値を返す必要があります。関数の例: "
2186
-
2187
- msgid "You can specify custom post ID. Leave this field empty to use an ID of the current post. Current post ID may not work in Live Preview mode"
2188
- msgstr "カスタムの投稿IDを指定することができます。現在の投稿のIDを使用してこのフィールドを空にします。現在の投稿IDはライブプレビューモードでは動作しない場合があります"
2189
-
2190
- msgid "You can specify custom user ID. Leave this field empty to use an ID of the current user"
2191
- msgstr "カスタムのユーザーIDを指定することができます。現在のユーザーIDを使用するようにこのフィールドを空にします"
2192
-
2193
- msgid "You can upload custom icon for this list or pick a built-in icon"
2194
- msgstr "このリストのカスタムアイコンをアップロードするか、組み込みのアイコンを選ぶことができます"
2195
-
2196
- msgid "You can use unique anchor for this spoiler to access it with hash in page url. For example: type here <b%value>Hello</b> and then use url like http://example.com/page-url"
2197
- msgstr "ページのURL内のハッシュとそれにアクセスするには、このスポイラーに一意のアンカーを使用することができます。例えば: <b%value>こんにちは</b>をここに入力してhttp://example.com/page-urlのようなURLを使用します"
2198
-
2199
- msgid "You can use unique anchor for this tab to access it with hash in page url. For example: type here <b%value>Hello</b> and then use url like http://example.com/page-url"
2200
- msgstr "ページのURL内のハッシュとそれにアクセスするには、このタブに一意のアンカーを使用することができます。例えば: <b%value>こんにちは</b>をここに入力してhttp://example.com/page-urlのようなURLを使用します"
2201
-
2202
- msgid "<table>\n<tr>\n\\t<td>Table</td>\n\\t<td>Table</td>\n</tr>\n<tr>\n\\t<td>Table</td>\n\\t<td>Table</td>\n</tr>\n</table>"
2203
- msgstr "<table>\n<tr>\n\\t<td>表</td>\n\\t<td>表</td>\n</tr>\n<tr>\n\\t<td>表</td>\n\\t<td>表</td>\n</tr>\n</table>"
2204
-
2205
- msgid "Insert"
2206
- msgstr "挿入"
2207
-
2208
- msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>"
2209
- msgstr "ここにURLやCSSセレクタを挿入します。iframe対応のURLと画像コンテンツタイプを使用しています。インラインコンテンツタイプのCSSセレクタを使用。値の例: <br /><b%value> http://www.youtube.com/watch?v=XXXXXXXXX<br /></b> - YouTubeの動画 (iframe)<br /><b%value> http://example.com/wp-content/uploads/image.jpg</b> - <b%value>http://example<br />アップロード画像 。<br /><b%value>http://example.com/</b> - 任意のウェブページ (iframe)<br /><b%value>"
2210
-
2211
- msgid "Maximum number of image source posts (for recent posts, category and custom taxonomy)"
2212
- msgstr "画像ソース内の記事の最大数 (最近の投稿、カテゴリとカスタムタクソノミーのため)"
2213
-
2214
- msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100&"
2215
- msgstr "プレイヤーの幅。パーセントで幅を指定することができ、プレーヤーがレスポンシブになります。値の例: <b%value>200px</b>、<b%value>100&"
2216
-
2217
- msgid "Post"
2218
- msgstr "投稿"
2219
-
2220
- msgid "Set of additional skins for Shortcodes Ultimate. It includes skins for accordeons/spoilers, tabs and some other shortcodes"
2221
- msgstr "Shortcodes Ultimateのための追加のスキンのセット。アコーディオン/スポイラー、タブや他のいくつかのショートコードのスキンが含まれています"
2222
-
2223
- msgid "Shortcodes Ultimate - must have WordPress plugin "
2224
- msgstr "Shortcodes Ultimate - WordPressのプラグインを持っている必要があります"
2225
-
2226
- msgid "Square"
2227
- msgstr "正方形"
2228
-
2229
- msgid "Text shadow"
2230
- msgstr "テキストの影"
2231
-
2232
- msgid "You can upload custom icon for this button or pick a built-in icon"
2233
- msgstr "このボタンのカスタムアイコンをアップロードするか、組み込みのアイコンを選ぶことができます"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Shortcodes Ultimate v4.7.2\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-01 17:50+0300\n"
6
+ "PO-Revision-Date: 2014-04-25 20:41+0900\n"
7
+ "Last-Translator: stranger-jp <wordpress.stranger.jp@gmail.com>\n"
8
+ "Language-Team: stranger-jp <wordpress.stranger.jp@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _e;__\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.6.4\n"
16
+ "Language: ja\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ msgid "Default"
20
+ msgstr "デフォルト"
21
+
22
+ msgid "Style"
23
+ msgstr "スタイル"
24
+
25
+ msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
26
+ msgstr "このショートコードは、ライブプレビューでは動作しません。サイト上のエディタに挿入してください。"
27
+
28
+ msgid "All"
29
+ msgstr "すべて"
30
+
31
+ msgid "Content"
32
+ msgstr "コンテンツ"
33
+
34
+ msgid "Box"
35
+ msgstr "ボックス"
36
+
37
+ msgid "Media"
38
+ msgstr "メディア"
39
+
40
+ msgid "Gallery"
41
+ msgstr "ギャラリー"
42
+
43
+ msgid "Other"
44
+ msgstr "その他"
45
+
46
+ msgid "Heading"
47
+ msgstr "見出し"
48
+
49
+ msgid "Size"
50
+ msgstr "サイズ"
51
+
52
+ msgid "Left"
53
+ msgstr "左"
54
+
55
+ msgid "Center"
56
+ msgstr "中央"
57
+
58
+ msgid "Right"
59
+ msgstr "右"
60
+
61
+ msgid "Align"
62
+ msgstr "整列"
63
+
64
+ msgid "Heading text alignment"
65
+ msgstr "見出しテキストの位置"
66
+
67
+ msgid "Class"
68
+ msgstr "クラス"
69
+
70
+ msgid "Extra CSS class"
71
+ msgstr "別のCSSクラス"
72
+
73
+ msgid "Heading text"
74
+ msgstr "見出しテキスト"
75
+
76
+ msgid "Styled heading"
77
+ msgstr "見出しスタイル"
78
+
79
+ msgid "Tabs"
80
+ msgstr "タブ"
81
+
82
+ msgid "Active tab"
83
+ msgstr "有効なタブ"
84
+
85
+ msgid "Select which tab is open by default"
86
+ msgstr "最初に開いているタブを指定"
87
+
88
+ msgid "Vertical"
89
+ msgstr "垂直"
90
+
91
+ msgid "Show tabs vertically"
92
+ msgstr "タブを垂直に表示"
93
+
94
+ msgid "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
95
+ msgstr "[%prefix_tab title=\"Title 1\"]コンテンツ 1[/%prefix_tab]\n[%prefix_tab title=\"Title 2\"]コンテンツ 2[/%prefix_tab]\n[%prefix_tab title=\"Title 3\"]コンテンツ 3[/%prefix_tab]"
96
+
97
+ msgid "Tabs container"
98
+ msgstr "コンテナタブ"
99
+
100
+ msgid "Tab"
101
+ msgstr "タブ"
102
+
103
+ msgid "Tab name"
104
+ msgstr "タブ名"
105
+
106
+ msgid "Title"
107
+ msgstr "タイトル"
108
+
109
+ msgid "Enter tab name"
110
+ msgstr "タブ名を入力"
111
+
112
+ msgid "Disabled"
113
+ msgstr "無効"
114
+
115
+ msgid "Is this tab disabled"
116
+ msgstr "このタブでは無効になっています"
117
+
118
+ msgid "Tab content"
119
+ msgstr "タブのコンテンツ"
120
+
121
+ msgid "Single tab"
122
+ msgstr "単一のタブ"
123
+
124
+ msgid "Spoiler"
125
+ msgstr "スポイラー"
126
+
127
+ msgid "Spoiler title"
128
+ msgstr "スポイラーのタイトル"
129
+
130
+ msgid "Text in spoiler title"
131
+ msgstr "スポイラーのタイトル内のテキスト"
132
+
133
+ msgid "Open"
134
+ msgstr "開く"
135
+
136
+ msgid "Is spoiler content visible by default"
137
+ msgstr "スポイラーの内容はデフォルトで表示されている"
138
+
139
+ msgid "Fancy"
140
+ msgstr "ファンシー"
141
+
142
+ msgid "Simple"
143
+ msgstr "シンプル"
144
+
145
+ msgid "Hidden content"
146
+ msgstr "非表示のコンテンツ"
147
+
148
+ msgid "Spoiler with hidden content"
149
+ msgstr "内容が非表示のスポイラー"
150
+
151
+ msgid "Accordion"
152
+ msgstr "アコーディオン"
153
+
154
+ msgid "[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]"
155
+ msgstr "[%prefix_spoiler]コンテンツ[/%prefix_spoiler]\n[%prefix_spoiler]コンテンツ[/%prefix_spoiler]\n[%prefix_spoiler]コンテンツ[/%prefix_spoiler]"
156
+
157
+ msgid "Accordion with spoilers"
158
+ msgstr "スポイラーとアコーディオン"
159
+
160
+ msgid "Divider"
161
+ msgstr "仕切り"
162
+
163
+ msgid "Show TOP link"
164
+ msgstr "トップに戻るを表示"
165
+
166
+ msgid "Show link to top of the page or not"
167
+ msgstr "トップに戻るリンクを表示"
168
+
169
+ msgid "Go to top"
170
+ msgstr "ページのトップへ"
171
+
172
+ msgid "Link text"
173
+ msgstr "リンクテキスト"
174
+
175
+ msgid "Text for the GO TOP link"
176
+ msgstr "トップに戻るリンクのテキスト"
177
+
178
+ msgid "Content divider with optional TOP link"
179
+ msgstr "トップに戻るリンクの仕切り"
180
+
181
+ msgid "Spacer"
182
+ msgstr "スペーサ"
183
+
184
+ msgid "Height"
185
+ msgstr "高さ"
186
+
187
+ msgid "Height of the spacer in pixels"
188
+ msgstr "ピクセル単位のスペーサの高さ"
189
+
190
+ msgid "Empty space with adjustable height"
191
+ msgstr "調節可能な空きスペースの高さ"
192
+
193
+ msgid "Highlight"
194
+ msgstr "ハイライト"
195
+
196
+ msgid "Background"
197
+ msgstr "背景"
198
+
199
+ msgid "Highlighted text background color"
200
+ msgstr "強調表示するテキストの背景色"
201
+
202
+ msgid "Text color"
203
+ msgstr "テキストの色"
204
+
205
+ msgid "Highlighted text color"
206
+ msgstr "強調表示するテキストの色"
207
+
208
+ msgid "Highlighted text"
209
+ msgstr "強調表示するテキストの背景色"
210
+
211
+ msgid "Label"
212
+ msgstr "ラベル"
213
+
214
+ msgid "Success"
215
+ msgstr "成功"
216
+
217
+ msgid "Warning"
218
+ msgstr "警告"
219
+
220
+ msgid "Important"
221
+ msgstr "重要"
222
+
223
+ msgid "Black"
224
+ msgstr "黒"
225
+
226
+ msgid "Info"
227
+ msgstr "情報"
228
+
229
+ msgid "Type"
230
+ msgstr "タイプ"
231
+
232
+ msgid "Style of the label"
233
+ msgstr "ラベルのスタイル"
234
+
235
+ msgid "Styled label"
236
+ msgstr "ラベルスタイル"
237
+
238
+ msgid "Quote"
239
+ msgstr "引用"
240
+
241
+ msgid "Cite"
242
+ msgstr "引用"
243
+
244
+ msgid "Quote author name"
245
+ msgstr "引用の投稿者名"
246
+
247
+ msgid "Cite url"
248
+ msgstr "引用URL"
249
+
250
+ msgid "Url of the quote author. Leave empty to disable link"
251
+ msgstr "引用投稿者のURL。リンクを無効にする場合は空白にします"
252
+
253
+ msgid "Blockquote alternative"
254
+ msgstr "代替Blockquote"
255
+
256
+ msgid "Pullquote"
257
+ msgstr "Pullquote"
258
+
259
+ msgid "Pullquote alignment (float)"
260
+ msgstr "Pullquoteアライメント (フロート)"
261
+
262
+ msgid "Dropcap"
263
+ msgstr "Dropcap"
264
+
265
+ msgid "Flat"
266
+ msgstr "フラット"
267
+
268
+ msgid "Light"
269
+ msgstr "ライト"
270
+
271
+ msgid "Dropcap style preset"
272
+ msgstr "Dropcapのプリセットスタイル"
273
+
274
+ msgid "Choose dropcap size"
275
+ msgstr "Dropcapのサイズを選択"
276
+
277
+ msgid "D"
278
+ msgstr "D"
279
+
280
+ msgid "Frame"
281
+ msgstr "フレーム"
282
+
283
+ msgid "Frame alignment"
284
+ msgstr "フレームアライメント"
285
+
286
+ msgid "Styled image frame"
287
+ msgstr "画像フレームスタイル"
288
+
289
+ msgid "Row"
290
+ msgstr "行"
291
+
292
+ msgid "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
293
+ msgstr "[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]\n[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]\n[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]"
294
+
295
+ msgid "Row for flexible columns"
296
+ msgstr "柔軟性のある列の行"
297
+
298
+ msgid "Column"
299
+ msgstr "カラム"
300
+
301
+ msgid "Full width"
302
+ msgstr "全幅"
303
+
304
+ msgid "One half"
305
+ msgstr "1/2"
306
+
307
+ msgid "One third"
308
+ msgstr "1/3"
309
+
310
+ msgid "Two third"
311
+ msgstr "2/3"
312
+
313
+ msgid "One fourth"
314
+ msgstr "1/4"
315
+
316
+ msgid "Three fourth"
317
+ msgstr "3/4"
318
+
319
+ msgid "One fifth"
320
+ msgstr "1/5"
321
+
322
+ msgid "Two fifth"
323
+ msgstr "2/5"
324
+
325
+ msgid "Three fifth"
326
+ msgstr "3/5"
327
+
328
+ msgid "Four fifth"
329
+ msgstr "4/5"
330
+
331
+ msgid "One sixth"
332
+ msgstr "1/6"
333
+
334
+ msgid "Five sixth"
335
+ msgstr "5/6"
336
+
337
+ msgid "Select column width. This width will be calculated depend page width"
338
+ msgstr "列幅を選択。この幅はページ幅に依存して計算されます"
339
+
340
+ msgid "Column content"
341
+ msgstr "列の内容"
342
+
343
+ msgid "Flexible and responsive columns"
344
+ msgstr "列の柔軟性とレスポンシブ"
345
+
346
+ msgid "List"
347
+ msgstr "リスト"
348
+
349
+ msgid "Star"
350
+ msgstr "星"
351
+
352
+ msgid "Arrow"
353
+ msgstr "矢印"
354
+
355
+ msgid "Link"
356
+ msgstr "リンク"
357
+
358
+ msgid "Note"
359
+ msgstr "ノート"
360
+
361
+ msgid "Plus"
362
+ msgstr "プラス"
363
+
364
+ msgid "Settings"
365
+ msgstr "設定"
366
+
367
+ msgid "<ul>\n<li>List item</li>\n<li>List item</li>\n<li>List item</li>\n</ul>"
368
+ msgstr "<ul>\n<li>並び項目</li>\n<li>並び項目</li>\n<li>並び項目</li>\n</ul>"
369
+
370
+ msgid "Styled unordered list"
371
+ msgstr "番号の付かないリスト"
372
+
373
+ msgid "Button"
374
+ msgstr "ボタン"
375
+
376
+ msgid "Button link"
377
+ msgstr "ボタン"
378
+
379
+ msgid "Same tab"
380
+ msgstr "同じタブ"
381
+
382
+ msgid "New tab"
383
+ msgstr "新しいタブ"
384
+
385
+ msgid "Target"
386
+ msgstr "ターゲット"
387
+
388
+ msgid "Button link target"
389
+ msgstr "ボタンのリンク先"
390
+
391
+ msgid "Soft"
392
+ msgstr "ソフト"
393
+
394
+ msgid "Glass"
395
+ msgstr "ガラス"
396
+
397
+ msgid "Bubbles"
398
+ msgstr "泡"
399
+
400
+ msgid "Noise"
401
+ msgstr "ノイズ"
402
+
403
+ msgid "Stroked"
404
+ msgstr "撫でる"
405
+
406
+ msgid "3D"
407
+ msgstr "3D"
408
+
409
+ msgid "Button background style preset"
410
+ msgstr "ボタンの背景スタイルプリセット"
411
+
412
+ msgid "Button background color"
413
+ msgstr "ボタンの背景色"
414
+
415
+ msgid "Button text color"
416
+ msgstr "ボタンのテキスト色"
417
+
418
+ msgid "Button size"
419
+ msgstr "ボタンサイズ"
420
+
421
+ msgid "Fluid"
422
+ msgstr "流体"
423
+
424
+ msgid "Fluid buttons has 100% width"
425
+ msgstr "流体ボタンが100%の幅を有します"
426
+
427
+ msgid "Centered"
428
+ msgstr "中央"
429
+
430
+ msgid "Is button centered on the page"
431
+ msgstr "ボタンをページの中央に配置"
432
+
433
+ msgid "Radius"
434
+ msgstr "半径"
435
+
436
+ msgid "Radius of button corners. Auto-radius calculation based on button size"
437
+ msgstr "ボタンコーナーの半径。ボタンサイズに基づいて半径を自動算出"
438
+
439
+ msgid "Icon"
440
+ msgstr "アイコン"
441
+
442
+ msgid "None"
443
+ msgstr "なし"
444
+
445
+ msgid "Top"
446
+ msgstr ""
447
+
448
+ msgid "Bottom"
449
+ msgstr ""
450
+
451
+ msgid "Description"
452
+ msgstr "説明"
453
+
454
+ msgid "Small description under button text. This option is incompatible with icon."
455
+ msgstr "ボタンの下の小さな説明。このオプションはアイコンと互換性がありません"
456
+
457
+ msgid "Button text"
458
+ msgstr "ボタンテキスト"
459
+
460
+ msgid "Styled button"
461
+ msgstr "ボタンスタイル"
462
+
463
+ msgid "Service"
464
+ msgstr "サービス"
465
+
466
+ msgid "Service title"
467
+ msgstr "サービスタイトル"
468
+
469
+ msgid "Service name"
470
+ msgstr "サービス名"
471
+
472
+ msgid "You can upload custom icon for this box"
473
+ msgstr "このボックスにカスタムアイコンをアップロード可能"
474
+
475
+ msgid "Icon size"
476
+ msgstr "アイコンサイズ"
477
+
478
+ msgid "Size of the uploaded icon in pixels"
479
+ msgstr "アイコンサイズ (px単位)"
480
+
481
+ msgid "Service description"
482
+ msgstr "サービスの説明"
483
+
484
+ msgid "Service box with title"
485
+ msgstr "サービスボックスのタイトル"
486
+
487
+ msgid "Box title"
488
+ msgstr "ボックスタイトル"
489
+
490
+ msgid "Text for the box title"
491
+ msgstr "ボックスタイトルのテキスト"
492
+
493
+ msgid "Box style preset"
494
+ msgstr "ボックススタイルプリセット"
495
+
496
+ msgid "Color"
497
+ msgstr ""
498
+
499
+ msgid "Color for the box title and borders"
500
+ msgstr "ボックスタイトルと枠線色"
501
+
502
+ msgid "Title text color"
503
+ msgstr "タイトルテキストの色"
504
+
505
+ msgid "Color for the box title text"
506
+ msgstr "ボックスタイトルのテキスト色"
507
+
508
+ msgid "Box corners radius"
509
+ msgstr "ボックスコーナー半径"
510
+
511
+ msgid "Box content"
512
+ msgstr "ボックスの内容"
513
+
514
+ msgid "Colored box with caption"
515
+ msgstr "カラーボックスの見出し"
516
+
517
+ msgid "Note background color"
518
+ msgstr "ノートの背景色"
519
+
520
+ msgid "Note text color"
521
+ msgstr "ノートテキストの背景色"
522
+
523
+ msgid "Note corners radius"
524
+ msgstr "ノートテキスト色"
525
+
526
+ msgid "Note text"
527
+ msgstr "ノートテキスト"
528
+
529
+ msgid "Colored box"
530
+ msgstr "カラーボックス"
531
+
532
+ msgid "Lightbox"
533
+ msgstr "Lightbox"
534
+
535
+ msgid "Iframe"
536
+ msgstr "Iframe"
537
+
538
+ msgid "Image"
539
+ msgstr "画像"
540
+
541
+ msgid "Inline (html content)"
542
+ msgstr "インライン (HTMLコンテンツ)"
543
+
544
+ msgid "Content type"
545
+ msgstr "コンテンツタイプ"
546
+
547
+ msgid "Select type of the lightbox window content"
548
+ msgstr "Lightboxのウィンドウタイプを選択"
549
+
550
+ msgid "Content source"
551
+ msgstr "コンテンツソース"
552
+
553
+ msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
554
+ msgstr "[%prefix_button] ここをクリックして動画を再生 [/%prefix_button]"
555
+
556
+ msgid "Lightbox window with custom content"
557
+ msgstr "カスタムコンテンツとLightboxのウィンドウ"
558
+
559
+ msgid "Tooltip"
560
+ msgstr "ツールチップ"
561
+
562
+ msgid "Basic: Light"
563
+ msgstr "基本:明るい"
564
+
565
+ msgid "Basic: Dark"
566
+ msgstr "基本: 暗い"
567
+
568
+ msgid "Basic: Yellow"
569
+ msgstr "基本: 黄"
570
+
571
+ msgid "Basic: Green"
572
+ msgstr "基本: 緑"
573
+
574
+ msgid "Basic: Red"
575
+ msgstr "基本: 赤"
576
+
577
+ msgid "Basic: Blue"
578
+ msgstr "基本: "
579
+
580
+ msgid "Youtube"
581
+ msgstr "Youtube"
582
+
583
+ msgid "Tipsy"
584
+ msgstr "ほろ酔い"
585
+
586
+ msgid "Bootstrap"
587
+ msgstr "ブートストラップ"
588
+
589
+ msgid "jTools"
590
+ msgstr "jTools"
591
+
592
+ msgid "Tipped"
593
+ msgstr "傾ける"
594
+
595
+ msgid "Cluetip"
596
+ msgstr "Cluetip"
597
+
598
+ msgid "Tooltip window style"
599
+ msgstr "ツールチップウィンドウスタイル"
600
+
601
+ msgid "Position"
602
+ msgstr "位置"
603
+
604
+ msgid "Tooltip position"
605
+ msgstr "ツールチップの位置"
606
+
607
+ msgid "Shadow"
608
+ msgstr ""
609
+
610
+ msgid "Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc."
611
+ msgstr "ツールチップに影を追加。このオプションは基本的なスタイルを持つ。例えば青、緑など"
612
+
613
+ msgid "Rounded corners"
614
+ msgstr "角丸"
615
+
616
+ msgid "Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc."
617
+ msgstr "ツールチップ丸みを帯びた角を使用。このオプションは基本的なスタイルを持つ。"
618
+
619
+ msgid "Font size"
620
+ msgstr "フォントサイズ"
621
+
622
+ msgid "Tooltip font size"
623
+ msgstr "ツールチップのフォントサイズ"
624
+
625
+ msgid "Tooltip title"
626
+ msgstr "ツールチップタイトル"
627
+
628
+ msgid "Enter title for tooltip window. Leave this field empty to hide the title"
629
+ msgstr "ツールチップトウィンドウのタイトルを入力。タイトルを非表示にする場合は空白にします"
630
+
631
+ msgid "Tooltip text"
632
+ msgstr "ツールチップテキスト"
633
+
634
+ msgid "Tooltip content"
635
+ msgstr "ツールチップコンテンツ"
636
+
637
+ msgid "Enter tooltip content here"
638
+ msgstr "ここにツールチップのコンテンツを入力します"
639
+
640
+ msgid "Show and hide on mouse hover"
641
+ msgstr "マウスホバーで表示と非表示"
642
+
643
+ msgid "Show and hide by mouse click"
644
+ msgstr "マウスクリックによって表示、非表示"
645
+
646
+ msgid "Always visible"
647
+ msgstr "常に表示"
648
+
649
+ msgid "Behavior"
650
+ msgstr "行動"
651
+
652
+ msgid "Select tooltip behavior"
653
+ msgstr "選択したツールチップの動作"
654
+
655
+ msgid "Close button"
656
+ msgstr "閉じるボタン"
657
+
658
+ msgid "Show close button"
659
+ msgstr "閉じるボタンを表示"
660
+
661
+ msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
662
+ msgstr "[%prefix_button] ボタンに表示する文字 [/%prefix_button]"
663
+
664
+ msgid "Tooltip window with custom content"
665
+ msgstr "カスタムコンテンツとウィンドウのツールチップ"
666
+
667
+ msgid "Private"
668
+ msgstr "プライベート"
669
+
670
+ msgid "Private note text"
671
+ msgstr "プライベートメモ"
672
+
673
+ msgid "Private note for post authors"
674
+ msgstr "自分用のメモ"
675
+
676
+ msgid "YouTube"
677
+ msgstr "YouTube"
678
+
679
+ msgid "Url"
680
+ msgstr "URL"
681
+
682
+ msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
683
+ msgstr "YouTubeページのURL。例: http://youtube.com/watch?v=XXXXXX"
684
+
685
+ msgid "Width"
686
+ msgstr ""
687
+
688
+ msgid "Player width"
689
+ msgstr "プレイヤーの幅"
690
+
691
+ msgid "Player height"
692
+ msgstr "プレイヤーの高さ"
693
+
694
+ msgid "Responsive"
695
+ msgstr "レスポンシブ"
696
+
697
+ msgid "Ignore width and height parameters and make player responsive"
698
+ msgstr "幅と高さのパラメーターは無視され、プレーヤーはレスポンシブになります"
699
+
700
+ msgid "Autoplay"
701
+ msgstr "自動再生"
702
+
703
+ msgid "Play video automatically when page is loaded"
704
+ msgstr "ページをロードしたとき自動的に動画を再生"
705
+
706
+ msgid "YouTube video"
707
+ msgstr "YouTube video"
708
+
709
+ msgid "Vimeo"
710
+ msgstr "Vimeo"
711
+
712
+ msgid "Url of Vimeo page with video"
713
+ msgstr "VimeoのページURL"
714
+
715
+ msgid "Vimeo video"
716
+ msgstr ""
717
+
718
+ msgid "Screenr"
719
+ msgstr ""
720
+
721
+ msgid "Url of Screenr page with video"
722
+ msgstr "動画によるScreenrのページのURL"
723
+
724
+ msgid "Screenr video"
725
+ msgstr ""
726
+
727
+ msgid "Audio"
728
+ msgstr "オーディオ"
729
+
730
+ msgid "File"
731
+ msgstr "ファイル"
732
+
733
+ msgid "Audio file url. Supported formats: mp3, ogg"
734
+ msgstr "音声ファイルのURL 。サポート形式:mp3, ogg"
735
+
736
+ msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
737
+ msgstr "プレイヤー幅。パーセントで幅を指定することができプレイヤーはレスポンシブになります。値の例: <b%value>200px</b>、<b%value>100%</b>"
738
+
739
+ msgid "Play file automatically when page is loaded"
740
+ msgstr "ページをロードしたとき自動的にファイルを再生"
741
+
742
+ msgid "Loop"
743
+ msgstr "ループ"
744
+
745
+ msgid "Repeat when playback is ended"
746
+ msgstr "再生が終了したときに繰り返す"
747
+
748
+ msgid "Custom audio player"
749
+ msgstr "カスタムオーディオプレーヤー"
750
+
751
+ msgid "Video"
752
+ msgstr "動画"
753
+
754
+ msgid "Url to mp4/flv video-file"
755
+ msgstr "動画ファイル mp4/flvのURL"
756
+
757
+ msgid "Poster"
758
+ msgstr "ポスター"
759
+
760
+ msgid "Url to poster image, that will be shown before playback"
761
+ msgstr "ポスター画像のURL。こは再生前に表示されます"
762
+
763
+ msgid "Player title"
764
+ msgstr "プレイヤータイトル"
765
+
766
+ msgid "Controls"
767
+ msgstr "コントロール"
768
+
769
+ msgid "Show player controls (play/pause etc.) or not"
770
+ msgstr "プレーヤーコントロール(再生/一時停止など)を表示"
771
+
772
+ msgid "Custom video player"
773
+ msgstr "カスタム動画プレーヤー"
774
+
775
+ msgid "Table"
776
+ msgstr "テーブル"
777
+
778
+ msgid "CSV file"
779
+ msgstr "CSVファイル"
780
+
781
+ msgid "Upload CSV file if you want to create HTML-table from file"
782
+ msgstr "ファイルからHTMLテーブルを作成する場合は、CSVファイルをアップロードします"
783
+
784
+ msgid "<table>\n<tr>\n\t<td>Table</td>\n\t<td>Table</td>\n</tr>\n<tr>\n\t<td>Table</td>\n\t<td>Table</td>\n</tr>\n</table>"
785
+ msgstr "<Table>\n<tr>\n\t<td>テーブル</td>\n\t<td>テーブル</td>\n</tr>\n<tr>\n\t<td>テーブル</td>\n\t<td>テーブル</td>\n</tr>\n</Table>"
786
+
787
+ msgid "Styled table from HTML or CSV file"
788
+ msgstr "HTMLまたはCSVファイルからスタイルテーブル"
789
+
790
+ msgid "Permalink"
791
+ msgstr "パーマリンク"
792
+
793
+ msgid "ID"
794
+ msgstr "ID"
795
+
796
+ msgid "Post or page ID"
797
+ msgstr "投稿やページID"
798
+
799
+ msgid "Link target. blank - link will be opened in new window/tab"
800
+ msgstr "リンクターゲット。空白 - リンクは新しいウィンドウ/タブで開く"
801
+
802
+ msgid "Permalink to specified post/page"
803
+ msgstr "指定された投稿/ページのパーマリンク"
804
+
805
+ msgid "Members"
806
+ msgstr "メンバー"
807
+
808
+ msgid "This content is for registered users only. Please %login%."
809
+ msgstr "このコンテンツは登録ユーザーにだけ許可されています。%login%してください。"
810
+
811
+ msgid "Message"
812
+ msgstr "メッセージ"
813
+
814
+ msgid "Message for not logged users"
815
+ msgstr "ログインしていないユーザーへのメッセージ"
816
+
817
+ msgid "Box color"
818
+ msgstr "ボックスの色"
819
+
820
+ msgid "This color will applied only to box for not logged users"
821
+ msgstr "この色はログインしていないユーザーに表示するボックスに適用"
822
+
823
+ msgid "login"
824
+ msgstr "ログイン"
825
+
826
+ msgid "Login link text"
827
+ msgstr "ログインリンクテキスト"
828
+
829
+ msgid "Text for the login link"
830
+ msgstr "ログインリンク用のテキスト"
831
+
832
+ msgid "Login link url"
833
+ msgstr "ログインリンクURL"
834
+
835
+ msgid "Content for logged members"
836
+ msgstr "ログインメンバー向けコンテンツ"
837
+
838
+ msgid "Content for logged in members only"
839
+ msgstr "ログインメンバーのみの内容"
840
+
841
+ msgid "Guests"
842
+ msgstr "ゲスト"
843
+
844
+ msgid "Content for guests"
845
+ msgstr "ゲストのためのコンテンツ"
846
+
847
+ msgid "Content for guests only"
848
+ msgstr "ゲストのみのコンテンツ"
849
+
850
+ msgid "RSS Feed"
851
+ msgstr "RSSフィード"
852
+
853
+ msgid "Url to RSS-feed"
854
+ msgstr "RSSフィードのURL"
855
+
856
+ msgid "Limit"
857
+ msgstr "制限"
858
+
859
+ msgid "Number of items to show"
860
+ msgstr "表示する項目数"
861
+
862
+ msgid "Feed grabber"
863
+ msgstr ""
864
+
865
+ msgid "Menu"
866
+ msgstr "メニュー"
867
+
868
+ msgid "Menu name"
869
+ msgstr "メニュー名"
870
+
871
+ msgid "Custom menu name. Ex: Main menu"
872
+ msgstr "カスタムメニュー名。例: メインメニュー"
873
+
874
+ msgid "Custom menu by name"
875
+ msgstr "名前によるカスタムメニュー"
876
+
877
+ msgid "Sub pages"
878
+ msgstr "サブページ"
879
+
880
+ msgid "Depth"
881
+ msgstr "深さ"
882
+
883
+ msgid "Max depth level of children pages"
884
+ msgstr "子ページの最大深さレベル"
885
+
886
+ msgid "Parent ID"
887
+ msgstr "親ID"
888
+
889
+ msgid "ID of the parent page. Leave blank to use current page"
890
+ msgstr "親ページID。現在のページを使用する場合は空白にします"
891
+
892
+ msgid "List of sub pages"
893
+ msgstr "サブページのリスト"
894
+
895
+ msgid "Siblings"
896
+ msgstr "兄弟"
897
+
898
+ msgid "Max depth level"
899
+ msgstr "最大深さレベル"
900
+
901
+ msgid "List of cureent page siblings"
902
+ msgstr "現在のページ兄弟のリスト"
903
+
904
+ msgid "Document"
905
+ msgstr "文書"
906
+
907
+ msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
908
+ msgstr "アップロードしたドキュメントのURL。使用可能なファイル形式: doc, xls, pdf 等"
909
+
910
+ msgid "Viewer width"
911
+ msgstr "ビューアの幅"
912
+
913
+ msgid "Viewer height"
914
+ msgstr "ビューアの高さ"
915
+
916
+ msgid "Ignore width and height parameters and make viewer responsive"
917
+ msgstr "幅と高さのパラメータを無視して視聴者にレスポンジブに表示します"
918
+
919
+ msgid "Document viewer by Google"
920
+ msgstr "Google ドキュメントビューア"
921
+
922
+ msgid "Gmap"
923
+ msgstr "Googleマップ"
924
+
925
+ msgid "Map width"
926
+ msgstr "地図の幅"
927
+
928
+ msgid "Map height"
929
+ msgstr "地図の高さ"
930
+
931
+ msgid "Ignore width and height parameters and make map responsive"
932
+ msgstr "幅と高さのパラメータを無視して地図をレスポンジブに表示します"
933
+
934
+ msgid "Marker"
935
+ msgstr "マーカー"
936
+
937
+ msgid "Address for the marker. You can type it in any language"
938
+ msgstr "地図のアドレス。住所もしくは座標を入力します"
939
+
940
+ msgid "Maps by Google"
941
+ msgstr "Googleマップ"
942
+
943
+ msgid "Slider"
944
+ msgstr "スライダー"
945
+
946
+ msgid "Slider width (in pixels)"
947
+ msgstr "スライダ幅(px単位)"
948
+
949
+ msgid "Slider height (in pixels)"
950
+ msgstr "スライダーの高さ(px単位)"
951
+
952
+ msgid "Ignore width and height parameters and make slider responsive"
953
+ msgstr "幅と高さのパラメータを無視してスライダーをレスポンシブに表示します"
954
+
955
+ msgid "Show titles"
956
+ msgstr "タイトルを表示"
957
+
958
+ msgid "Display slide titles"
959
+ msgstr "スライドのタイトルを表示"
960
+
961
+ msgid "Is slider centered on the page"
962
+ msgstr "スライダーをページの中央に配置"
963
+
964
+ msgid "Arrows"
965
+ msgstr "矢印"
966
+
967
+ msgid "Show left and right arrows"
968
+ msgstr "左右の矢印を表示"
969
+
970
+ msgid "Pagination"
971
+ msgstr "ページネーション"
972
+
973
+ msgid "Show pagination"
974
+ msgstr "ページネーションを表示"
975
+
976
+ msgid "Mouse wheel control"
977
+ msgstr "マウスホイールの制御"
978
+
979
+ msgid "Allow to change slides with mouse wheel"
980
+ msgstr "マウスホイールでスライド可能"
981
+
982
+ msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
983
+ msgstr "スライドアニメーションの間隔を選択。自動再生を無効にする場合は0に設定"
984
+
985
+ msgid "Speed"
986
+ msgstr "スピード"
987
+
988
+ msgid "Specify animation speed"
989
+ msgstr "アニメーションの速度を指定"
990
+
991
+ msgid "Links target"
992
+ msgstr "リンクターゲット"
993
+
994
+ msgid "Customizable image slider"
995
+ msgstr "カスタマイズ可能なスライダー"
996
+
997
+ msgid "Carousel"
998
+ msgstr "カルーセル"
999
+
1000
+ msgid "Carousel width (in pixels)"
1001
+ msgstr "カルーセルの幅 (px単位)"
1002
+
1003
+ msgid "Carousel height (in pixels)"
1004
+ msgstr "カルーセルの高さ (px単位)"
1005
+
1006
+ msgid "Ignore width and height parameters and make carousel responsive"
1007
+ msgstr "幅と高さのパラメータを無視しカルーセルをレスポンシブに表示します"
1008
+
1009
+ msgid "Items to show"
1010
+ msgstr "表示するアイテム"
1011
+
1012
+ msgid "How much carousel items is visible"
1013
+ msgstr "いくつカルーセル項目を表示するか"
1014
+
1015
+ msgid "Scroll number"
1016
+ msgstr "スクロール数"
1017
+
1018
+ msgid "How much items are scrolled in one transition"
1019
+ msgstr "どれくらいのアイテムが1つの移行においてスクロールされるか"
1020
+
1021
+ msgid "Display titles for each item"
1022
+ msgstr "各項目のタイトルを表示します。"
1023
+
1024
+ msgid "Is carousel centered on the page"
1025
+ msgstr "カルーセルをページ中央に配置"
1026
+
1027
+ msgid "Allow to rotate carousel with mouse wheel"
1028
+ msgstr "マウスホイールでカルーセルを回転することを許可"
1029
+
1030
+ msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
1031
+ msgstr "自動アニメーションの間隔を選択。自動再生を無効にする場合は0に設定"
1032
+
1033
+ msgid "Customizable image carousel"
1034
+ msgstr "カスタマイズ可能な画像カルーセル"
1035
+
1036
+ msgid "Single item width (in pixels)"
1037
+ msgstr "単一アイテムの幅 (px単位)"
1038
+
1039
+ msgid "Single item height (in pixels)"
1040
+ msgstr "単一の項目の高さ (px単位)"
1041
+
1042
+ msgid "Never"
1043
+ msgstr "なし"
1044
+
1045
+ msgid "On mouse over"
1046
+ msgstr "マウスオーバー"
1047
+
1048
+ msgid "Always"
1049
+ msgstr "常に"
1050
+
1051
+ msgid "Title display mode"
1052
+ msgstr "タイトル表示モード"
1053
+
1054
+ msgid "Customizable image gallery"
1055
+ msgstr "カスタマイズ可能な画像ギャラリー"
1056
+
1057
+ msgid "Posts"
1058
+ msgstr "投稿"
1059
+
1060
+ msgid "Template"
1061
+ msgstr "テンプレート"
1062
+
1063
+ msgid "<b>Do not change this field value if you do not understand description below.</b><br/>Relative path to the template file. Default templates is placed under the plugin directory (templates folder). You can copy it under your theme directory and modify as you want. You can use following default templates that already available in the plugin directory:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/teaser-loop.php</b> - posts loop with thumbnail and title<br/><b%value>templates/single-post.php</b> - single post template<br/><b%value>templates/list-loop.php</b> - unordered list with posts titles"
1064
+ msgstr "<b>以下の説明を理解していない場合は、このフィールドの値を変更しないでください。</b><br />テンプレートファイルへの相対パス。デフォルトのテンプレートはプラグインディレクトリの下に配置される。(テンプレートフォルダ)<br />テーマディレクトリの下にそれをコピーし、必要に応じて変更することができる。<br />プラグインディレクトリで既に利用可能であれば次のデフォルトのテンプレートが使用可能。<br /><b%value>templates/default-loop.php</b> - 投稿ループ<br /><b%value>templates/teaser-loop.php</b> - サムネイルとタイトルの記事ループ<br /><b%value>templates/single-post.php</b> - シングル投稿テンプレート<br /><b%value>templates/list-loop.php</b> - 順不同 記事のタイトルとリスト"
1065
+
1066
+ msgid "Post ID's"
1067
+ msgstr "投稿ID"
1068
+
1069
+ msgid "Enter comma separated ID's of the posts that you want to show"
1070
+ msgstr "表示したいIDをカンマで区切って入力"
1071
+
1072
+ msgid "Posts per page"
1073
+ msgstr "ページあたりの投稿数"
1074
+
1075
+ msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
1076
+ msgstr "表示したい記事数を指定。すべての投稿を取得するには-1を入力"
1077
+
1078
+ msgid "Post types"
1079
+ msgstr "投稿タイプ"
1080
+
1081
+ msgid "Select post types. Hold Ctrl key to select multiple post types"
1082
+ msgstr "投稿タイプを選択。複数の投稿タイプを選択するにはCtrlキーを押しながら選択"
1083
+
1084
+ msgid "Taxonomy"
1085
+ msgstr "タクソノミー"
1086
+
1087
+ msgid "Select taxonomy to show posts from"
1088
+ msgstr "表示する投稿のタクソノミー"
1089
+
1090
+ msgid "Terms"
1091
+ msgstr "条件"
1092
+
1093
+ msgid "Select terms to show posts from"
1094
+ msgstr "表示する投稿の条件"
1095
+
1096
+ msgid "Taxonomy term operator"
1097
+ msgstr "表示する投稿の条件"
1098
+
1099
+ msgid "IN - posts that have any of selected categories terms<br/>NOT IN - posts that is does not have any of selected terms<br/>AND - posts that have all selected terms"
1100
+ msgstr "IN - 選択したカテゴリの条件のいずれかを持っている投稿<br />NOT IN - ある記事に選択した条件のいずれも持っていない<br />AND - 選択したすべての条件を持っている記事"
1101
+
1102
+ msgid "Authors"
1103
+ msgstr "投稿者"
1104
+
1105
+ msgid "Choose the authors whose posts you want to show"
1106
+ msgstr "表示したい投稿者を選択"
1107
+
1108
+ msgid "Meta key"
1109
+ msgstr "Metaキー"
1110
+
1111
+ msgid "Enter meta key name to show posts that have this key"
1112
+ msgstr "このキーを持っている投稿を表示するMetaキー名を入力"
1113
+
1114
+ msgid "Offset"
1115
+ msgstr "オフセット"
1116
+
1117
+ msgid "Specify offset to start posts loop not from first post"
1118
+ msgstr "最初の投稿から投稿ループを始めないためのオフセットを指定"
1119
+
1120
+ msgid "Descending"
1121
+ msgstr "降順"
1122
+
1123
+ msgid "Ascending"
1124
+ msgstr "昇順"
1125
+
1126
+ msgid "Order"
1127
+ msgstr "順序"
1128
+
1129
+ msgid "Posts order"
1130
+ msgstr "投稿順"
1131
+
1132
+ msgid "Post ID"
1133
+ msgstr "投稿ID"
1134
+
1135
+ msgid "Post author"
1136
+ msgstr "投稿者"
1137
+
1138
+ msgid "Post title"
1139
+ msgstr "投稿タイトル"
1140
+
1141
+ msgid "Post slug"
1142
+ msgstr "投稿スラッグ"
1143
+
1144
+ msgid "Date"
1145
+ msgstr "日付"
1146
+
1147
+ msgid "Last modified date"
1148
+ msgstr "最終更新日"
1149
+
1150
+ msgid "Post parent"
1151
+ msgstr "親投稿"
1152
+
1153
+ msgid "Random"
1154
+ msgstr "ランダム"
1155
+
1156
+ msgid "Comments number"
1157
+ msgstr "コメント数"
1158
+
1159
+ msgid "Menu order"
1160
+ msgstr "メニュー順"
1161
+
1162
+ msgid "Meta key values"
1163
+ msgstr "Metaキー値"
1164
+
1165
+ msgid "Order by"
1166
+ msgstr ""
1167
+
1168
+ msgid "Order posts by"
1169
+ msgstr "投稿順"
1170
+
1171
+ msgid "Show childrens of entered post (enter post ID)"
1172
+ msgstr "入力した後の子供を表示 (投稿IDを入力)"
1173
+
1174
+ msgid "Published"
1175
+ msgstr "公開"
1176
+
1177
+ msgid "Pending"
1178
+ msgstr "未定"
1179
+
1180
+ msgid "Draft"
1181
+ msgstr "下書き"
1182
+
1183
+ msgid "Auto-draft"
1184
+ msgstr "自動下書き"
1185
+
1186
+ msgid "Future post"
1187
+ msgstr "予約投稿"
1188
+
1189
+ msgid "Private post"
1190
+ msgstr "個人的な投稿"
1191
+
1192
+ msgid "Inherit"
1193
+ msgstr "継承"
1194
+
1195
+ msgid "Trashed"
1196
+ msgstr "ゴミ箱に移動"
1197
+
1198
+ msgid "Any"
1199
+ msgstr "任意"
1200
+
1201
+ msgid "Post status"
1202
+ msgstr "投稿ステータス"
1203
+
1204
+ msgid "Show only posts with selected status"
1205
+ msgstr "選択した状態の投稿のみ表示"
1206
+
1207
+ msgid "Ignore sticky"
1208
+ msgstr "スティッキーを無視"
1209
+
1210
+ msgid "Select Yes to ignore posts that is sticked"
1211
+ msgstr "貼られた記事を無視する場合は[はい]にします"
1212
+
1213
+ msgid "Custom posts query with customizable template"
1214
+ msgstr "カスタム投稿はカスタマイズ可能なテンプレートを使用して照会します。"
1215
+
1216
+ msgid "Insert shortcode"
1217
+ msgstr "ショートコードを挿入"
1218
+
1219
+ msgid "Plugin settings"
1220
+ msgstr "プラグイン設定"
1221
+
1222
+ msgid "Plugin homepage"
1223
+ msgstr "プラグインのホームページ"
1224
+
1225
+ msgid "Support forums"
1226
+ msgstr "サポートフォーラム"
1227
+
1228
+ msgid "Search for shortcodes"
1229
+ msgstr "ショートコードを検索"
1230
+
1231
+ msgid "Filter by type"
1232
+ msgstr "タイプ別フィルタ"
1233
+
1234
+ msgid "Shortcode not specified"
1235
+ msgstr "ショートコードが指定されていません。"
1236
+
1237
+ msgid "Live preview"
1238
+ msgstr "プレビュー"
1239
+
1240
+ msgid "Click to return to the shortcodes list"
1241
+ msgstr "ショートコードのリストに戻ります"
1242
+
1243
+ msgid "All shortcodes"
1244
+ msgstr "全てのショートコード"
1245
+
1246
+ msgid "Yes"
1247
+ msgstr "はい"
1248
+
1249
+ msgid "No"
1250
+ msgstr "いいえ"
1251
+
1252
+ msgid "Please wait"
1253
+ msgstr "しばらくお待ちください"
1254
+
1255
+ msgid "Untitled gallery"
1256
+ msgstr "無題のギャラリー"
1257
+
1258
+ msgid "Galleries not found"
1259
+ msgstr "ギャラリーが見つかりません"
1260
+
1261
+ msgid "Manage galleries"
1262
+ msgstr "ギャラリーを管理"
1263
+
1264
+ msgid "Reload galleries"
1265
+ msgstr "ギャラリーをリロード"
1266
+
1267
+ msgid "Click to set this value"
1268
+ msgstr "この値を設定する場合クリックします。"
1269
+
1270
+ msgid "Preview"
1271
+ msgstr "プレビュー"
1272
+
1273
+ msgid "Access denied"
1274
+ msgstr "アクセスが拒否されました"
1275
+
1276
+ #, php-format
1277
+ msgid "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
1278
+ msgstr "<h1>プラグインが有効になっていません&hellip;</h1><p>Shortcodes UltimateはWordPressのバージョン(%s)と互換性がありません。<br />推奨 WordPressのバージョン -%s(またはそれ以上)</p><a href=\"%s\">&larr; プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする &rarr;</a>"
1279
+
1280
+ #, php-format
1281
+ msgid "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
1282
+ msgstr "<h1>プラグインが有効になっていません&hellip;</h1><p>Shortcodes UltimateはPHPのバージョン(%s)と互換性がありません。<br />推奨 PHPバージョン - %s(またはそれ以上)</p><a href=\"%s\">&larr; プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする &rarr;</a>"
1283
+
1284
+ msgid "Shortcodes Ultimate"
1285
+ msgstr "Shortcodes Ultimate"
1286
+
1287
+ msgid "Vladimir Anokhin"
1288
+ msgstr "Vladimir Anokhin"
1289
+
1290
+ msgid "Supercharge your WordPress theme with mega pack of shortcodes"
1291
+ msgstr "ショートコードのメガパックでWordPressテーマに過給します"
1292
+
1293
+ msgid "Where to start?"
1294
+ msgstr "どこから始める?"
1295
+
1296
+ msgid "Project homepage"
1297
+ msgstr "プロジェクトのホームページ"
1298
+
1299
+ msgid "Support forum"
1300
+ msgstr "サポートフォーラム"
1301
+
1302
+ msgid "Changelog"
1303
+ msgstr "変更履歴"
1304
+
1305
+ msgid "About"
1306
+ msgstr "About"
1307
+
1308
+ msgid "Custom formatting"
1309
+ msgstr "カスタムフォーマッティング"
1310
+
1311
+ msgid "Disable this option if you have some problems with other plugins or content formatting"
1312
+ msgstr "他のプラグインやコンテンツのフォーマットに問題がある場合は、このオプションを無効にしてください。"
1313
+
1314
+ msgid "Documentation article"
1315
+ msgstr "ドキュメンテーション記事"
1316
+
1317
+ msgid "Enabled"
1318
+ msgstr "有効"
1319
+
1320
+ msgid "Skip default values"
1321
+ msgstr "デフォルト値をスキップ"
1322
+
1323
+ msgid "Enable this option and the generator will insert a shortcode without default attribute values that you have not changed. As a result, the generated code will be shorter."
1324
+ msgstr "このオプションを有効にしてください。変更していないデフォルトの属性値でジェネレーターはショーコードを挿入します。その結果、生成するコードはより短くなります。"
1325
+
1326
+ msgid "Skin"
1327
+ msgstr "スキン"
1328
+
1329
+ msgid "Custom CSS"
1330
+ msgstr "カスタムCSS"
1331
+
1332
+ msgid "Hello, my name is Vladimir Anokhin, and I am developer of plugin <b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few words about it at the wordpress.org or twitter. It will help other people find this useful plugin more quickly.<br><b>Thank you!</b>"
1333
+ msgstr "こんにちは、私の名前はVladimir Anokhin、私はプラグイン<b>Shortcodes Ultimate</b>の開発者です。<br>もし良ければ、このプラグインをwordpress.orgやTwitterで話題にしてください。それは他の人がより迅速に、この便利なプラグインを見つけやすくなります。ありがとうございました!"
1334
+
1335
+ msgid "Rate plugin"
1336
+ msgstr "プラグインを評価"
1337
+
1338
+ msgid "Tweet"
1339
+ msgstr ""
1340
+
1341
+ msgid "No, thanks"
1342
+ msgstr "何もしない"
1343
+
1344
+ msgid "or"
1345
+ msgstr "または"
1346
+
1347
+ msgid "Remind me later"
1348
+ msgstr "後で通知"
1349
+
1350
+ msgid "Special Shortcodes Ultimate widget"
1351
+ msgstr "Special Shortcodes Ultimateウィジェット"
1352
+
1353
+ msgid "Title:"
1354
+ msgstr "タイトル:"
1355
+
1356
+ msgid "This is box title"
1357
+ msgstr "これはボックスのタイトルです。"
1358
+
1359
+ msgid "please specify correct url"
1360
+ msgstr "正しいURLを指定してください。"
1361
+
1362
+ msgid "This menu doesn't exists, or has no elements"
1363
+ msgstr "このメニューには要素が存在しないか、または持っていません。"
1364
+
1365
+ msgid "images not found"
1366
+ msgstr "画像が見つかりません。"
1367
+
1368
+ msgid "template not found"
1369
+ msgstr "テンプレートが見つかりません。"
1370
+
1371
+ msgid "Welcome to Shortcodes Ultimate"
1372
+ msgstr "Shortcodes Ultimateへようこそ"
1373
+
1374
+ msgid "A real swiss army knife for WordPress"
1375
+ msgstr "Special Shortcodes Ultimateウィジェット"
1376
+
1377
+ msgid "Documentation"
1378
+ msgstr "ドキュメンテーション"
1379
+
1380
+ msgid "Plugin features"
1381
+ msgstr "プラグインの機能"
1382
+
1383
+ msgid "40+ amazing shortcodes"
1384
+ msgstr "40+ amazing shortcodes"
1385
+
1386
+ msgid "Power of CSS3 transitions"
1387
+ msgstr "Power of CSS3 transitions"
1388
+
1389
+ msgid "Handy shortcodes generator"
1390
+ msgstr "Handy shortcodes generator"
1391
+
1392
+ msgid "International"
1393
+ msgstr "International"
1394
+
1395
+ msgid "Documented API"
1396
+ msgstr "Documented API"
1397
+
1398
+ msgid "What is a shortcode?"
1399
+ msgstr "ショートコードとは何ですか?"
1400
+
1401
+ msgid "<strong>Shortcode</strong> is a WordPress-specific code that lets you do nifty things with very little effort."
1402
+ msgstr "<strong>ショートコード</strong>は、ごくわずかな努力でしか素晴らしいことができるWordPressに特有のコードです。"
1403
+
1404
+ msgid "Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line. Shortcode = shortcut."
1405
+ msgstr "ショートコードはファイルを埋め込みや1行だけで複雑なコードを多くを必要とするオブジェクトを作成することができます。 ショートコード = ショートカット"
1406
+
1407
+ msgid "How does it works"
1408
+ msgstr "仕組み"
1409
+
1410
+ msgid "More videos"
1411
+ msgstr "その他の動画"
1412
+
1413
+ msgid "Shortcodes Ultimate Tutorial"
1414
+ msgstr "Shortcodes Ultimateのチュートリアル"
1415
+
1416
+ msgid "How to use special widget"
1417
+ msgstr "特殊なウィジェットの使用方法"
1418
+
1419
+ msgid "How to create Carousel"
1420
+ msgstr "カルーセルの作製方法"
1421
+
1422
+ msgid "How to create image gallery"
1423
+ msgstr "画像ギャラリーの作製方法"
1424
+
1425
+ msgid "Save changes"
1426
+ msgstr "変更を保存"
1427
+
1428
+ msgid "Saving"
1429
+ msgstr "保存中"
1430
+
1431
+ msgid "Saved"
1432
+ msgstr "保存しました"
1433
+
1434
+ msgid "Restore default settings"
1435
+ msgstr "デフォルト設定を復元"
1436
+
1437
+ msgid "You can use next variables in your custom CSS"
1438
+ msgstr "カスタムCSSで次の変数が使用可能です。"
1439
+
1440
+ msgid "home url"
1441
+ msgstr "ホームのURL"
1442
+
1443
+ msgid "theme url"
1444
+ msgstr "テーマのURL"
1445
+
1446
+ msgid "plugin url"
1447
+ msgstr "プラグインのURL"
1448
+
1449
+ msgid "For full functionality of this page it is reccomended to enable javascript."
1450
+ msgstr "このページの完全な機能はJavaScriptの有効が推奨されています。"
1451
+
1452
+ msgid "Settings reseted successfully"
1453
+ msgstr "設定をリセットしました。"
1454
+
1455
+ msgid "Settings saved successfully"
1456
+ msgstr "設定を保存しました"
1457
+
1458
+ msgid "Posted"
1459
+ msgstr "投稿"
1460
+
1461
+ msgid "0 comments"
1462
+ msgstr "コメントなし"
1463
+
1464
+ msgid "1 comment"
1465
+ msgstr "1件のコメント"
1466
+
1467
+ msgid "%n comments"
1468
+ msgstr "%n件のコメント"
1469
+
1470
+ msgid "Posts not found"
1471
+ msgstr "投稿が見つかりません。"
1472
+
1473
+ msgid "Is this column centered on the page"
1474
+ msgstr "この列はページの中央に配置されます"
1475
+
1476
+ msgid "0 - Do not hide controls"
1477
+ msgstr "0 - コントロールを隠さない"
1478
+
1479
+ msgid "0 - Hide controls"
1480
+ msgstr "0 - コントロールを隠す"
1481
+
1482
+ msgid "1 - Hide all controls on mouse out"
1483
+ msgstr "1 - マウスアウトですべてのコントロールを隠す"
1484
+
1485
+ msgid "1 - Show controls"
1486
+ msgstr "1 - コントロールを表示"
1487
+
1488
+ msgid "2 - Hide progress bar on mouse out"
1489
+ msgstr "2 - マウスアウトでプログレスバーを隠す"
1490
+
1491
+ msgid "2 - Show controls when playback is started"
1492
+ msgstr "2 - 再生開始時にコントロールを表示"
1493
+
1494
+ msgid "Abstract"
1495
+ msgstr "抽象的"
1496
+
1497
+ msgid "Accordions, spoilers, different styles, anchors"
1498
+ msgstr "アコーディオン、スポイラー、異なるスタイル、アンカー"
1499
+
1500
+ msgid "Add selected images"
1501
+ msgstr "選択した画像を追加"
1502
+
1503
+ msgid "Advanced examples"
1504
+ msgstr "高度な例"
1505
+
1506
+ msgid "Amount"
1507
+ msgstr ""
1508
+
1509
+ msgid "Animals"
1510
+ msgstr "動物"
1511
+
1512
+ msgid "Animated content"
1513
+ msgstr "アニメーションコンテンツ"
1514
+
1515
+ msgid "Animation"
1516
+ msgstr "アニメーション"
1517
+
1518
+ msgid "Animation delay (seconds)"
1519
+ msgstr "アニメーションの遅延 (秒)"
1520
+
1521
+ msgid "Animation duration (seconds)"
1522
+ msgstr "アニメーションの時間 (秒)"
1523
+
1524
+ msgid "Animations"
1525
+ msgstr "アニメーション"
1526
+
1527
+ msgid "Arrow circle 2"
1528
+ msgstr "矢印円 2"
1529
+
1530
+ msgid "Attachment page"
1531
+ msgstr "添付ファイルのページ"
1532
+
1533
+ msgid "Autohide"
1534
+ msgstr "自動的に隠す"
1535
+
1536
+ msgid "Basic examples"
1537
+ msgstr "基本的な例"
1538
+
1539
+ msgid "Border color"
1540
+ msgstr "枠線色"
1541
+
1542
+ msgid "Border style"
1543
+ msgstr "境界線のスタイル"
1544
+
1545
+ msgid "Border width"
1546
+ msgstr "境界線の幅"
1547
+
1548
+ msgid "Bottom margin (pixels)"
1549
+ msgstr "ボトムマージン (ピクセル)"
1550
+
1551
+ msgid "Business"
1552
+ msgstr "ビジネス"
1553
+
1554
+ msgid "Bytes"
1555
+ msgstr "バイト"
1556
+
1557
+ msgid "Cache"
1558
+ msgstr "キャッシュ"
1559
+
1560
+ msgid "Caret"
1561
+ msgstr "カーソル"
1562
+
1563
+ msgid "Caret square"
1564
+ msgstr "正方形のカーソル"
1565
+
1566
+ msgid "Category"
1567
+ msgstr "カテゴリ"
1568
+
1569
+ msgid "Cats"
1570
+ msgstr "キャッツ"
1571
+
1572
+ msgid "Chevron"
1573
+ msgstr "シェブロン"
1574
+
1575
+ msgid "Chevron circle"
1576
+ msgstr "シェブロンサークル"
1577
+
1578
+ msgid "Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy"
1579
+ msgstr "画像ソースを選択します。メディアライブラリからの画像を使用したり、指定されたブログのカテゴリの下に投稿記事(サムネイル)からそれを取り出すことができます。また、任意のカスタムタクソノミーを選ぶことができます"
1580
+
1581
+ msgid "Choose style for this tabs"
1582
+ msgstr "このタブのスタイルを選択"
1583
+
1584
+ msgid "City"
1585
+ msgstr ""
1586
+
1587
+ msgid "Color picker"
1588
+ msgstr "カラーピッカー"
1589
+
1590
+ msgid "Column layouts"
1591
+ msgstr "カラムレイアウト"
1592
+
1593
+ msgid "Dark theme"
1594
+ msgstr "暗いテーマ"
1595
+
1596
+ msgid "Dashed"
1597
+ msgstr "破線"
1598
+
1599
+ msgid "Dotted"
1600
+ msgstr "点線"
1601
+
1602
+ msgid "Double"
1603
+ msgstr "二重"
1604
+
1605
+ msgid "Duration"
1606
+ msgstr "持続期間"
1607
+
1608
+ msgid "Examples"
1609
+ msgstr ""
1610
+
1611
+ msgid "Fashion"
1612
+ msgstr "ファッション"
1613
+
1614
+ msgid "Filter icons"
1615
+ msgstr "フィルタアイコン"
1616
+
1617
+ msgid "Folder 1"
1618
+ msgstr "フォルダ 1"
1619
+
1620
+ msgid "Folder 2"
1621
+ msgstr "フォルダ 2"
1622
+
1623
+ msgid "Food"
1624
+ msgstr "食品"
1625
+
1626
+ msgid "Fork on GitHub"
1627
+ msgstr ""
1628
+
1629
+ msgid "Full-size image"
1630
+ msgstr "フルサイズ画像"
1631
+
1632
+ msgid "Get the code"
1633
+ msgstr "コードを取得"
1634
+
1635
+ msgid "Groove"
1636
+ msgstr ""
1637
+
1638
+ msgid "How many items (paragraphs or words) to generate. Minimum words amount is 5"
1639
+ msgstr "どのように多くの項目(段落やワード)を生成するか。最低限の単語量は5です"
1640
+
1641
+ msgid "Icons for spoiler"
1642
+ msgstr "スポイラーのアイコン"
1643
+
1644
+ msgid "If you set the parameter value to NO, then the player will not display information like the video title and uploader before the video starts playing."
1645
+ msgstr "'いいえ'にパラメータ値を設定した場合、プレイヤーは動画の再生を開始する前に動画のタイトルとアップローダーのような情報が表示しません。"
1646
+
1647
+ msgid "Image height"
1648
+ msgstr "画像の高さ"
1649
+
1650
+ msgid "Image placeholder with random image"
1651
+ msgstr "ランダムな画像による画像プレースホールダー"
1652
+
1653
+ msgid "Image width"
1654
+ msgstr "画像の幅"
1655
+
1656
+ msgid "Inline"
1657
+ msgstr "インライン"
1658
+
1659
+ msgid "Interacting with posts shortcode"
1660
+ msgstr "ショートコードの投稿との相互作用"
1661
+
1662
+ msgid "Learn more"
1663
+ msgstr "詳細はこちら"
1664
+
1665
+ msgid "Light theme"
1666
+ msgstr "明るいテーマ"
1667
+
1668
+ msgid "Links"
1669
+ msgstr "リンク"
1670
+
1671
+ msgid "Maker"
1672
+ msgstr "メーカー"
1673
+
1674
+ msgid "Margin"
1675
+ msgstr "マージン"
1676
+
1677
+ msgid "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
1678
+ msgstr "メディア要素、YouTube、Vimeo、ScreenR、自己ホスト型動画、オーディオプレーヤー"
1679
+
1680
+ msgid "Media library"
1681
+ msgstr "メディアライブラリー"
1682
+
1683
+ msgid "Nature"
1684
+ msgstr "自然"
1685
+
1686
+ msgid "Nested shortcodes, shortcodes inside of attributes"
1687
+ msgstr "入れ子になったショートコード、ショートコードの属性の内部"
1688
+
1689
+ msgid "New window"
1690
+ msgstr "新しいウィンドウ"
1691
+
1692
+ msgid "Night life"
1693
+ msgstr "ナイトライフ"
1694
+
1695
+ msgid "Other WordPress Plugins"
1696
+ msgstr "他のWordPressプラグイン"
1697
+
1698
+ msgid "People"
1699
+ msgstr ""
1700
+
1701
+ msgid "Pick a color"
1702
+ msgstr "色を選択"
1703
+
1704
+ msgid "Playlist"
1705
+ msgstr "プレイリスト"
1706
+
1707
+ msgid "Plugin Settings"
1708
+ msgstr "プラグインの設定"
1709
+
1710
+ msgid "Plus circle"
1711
+ msgstr "プラスサークル"
1712
+
1713
+ msgid "Plus square 1"
1714
+ msgstr "プラスサークル 1"
1715
+
1716
+ msgid "Plus square 2"
1717
+ msgstr "プラスサークル 2"
1718
+
1719
+ msgid "Post permalink"
1720
+ msgstr "投稿パーマリンク"
1721
+
1722
+ msgid "Recent posts"
1723
+ msgstr "最近の投稿"
1724
+
1725
+ msgid "Related videos"
1726
+ msgstr "関連動画"
1727
+
1728
+ msgid "Ridge"
1729
+ msgstr "リッジ"
1730
+
1731
+ msgid "Select animation type"
1732
+ msgstr "アニメーションの種類を選択"
1733
+
1734
+ msgid "Select categories to retrieve posts from.<br>You can select multiple categories with Ctrl (Cmd) key"
1735
+ msgstr "投稿を取得するカテゴリを選択します。<br>Ctrl (Cmd) キーで複数のカテゴリを選択することができます。"
1736
+
1737
+ msgid "Select images"
1738
+ msgstr "画像を選択"
1739
+
1740
+ msgid "Select images source"
1741
+ msgstr "画像ソースを選択"
1742
+
1743
+ msgid "Select taxonomy"
1744
+ msgstr "タクソノミーを選択"
1745
+
1746
+ msgid "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl (Cmd) key"
1747
+ msgstr "タクソノミーを選択します。<br>Ctrl (Cmd) キーを使って複数の用語を選択できます。"
1748
+
1749
+ msgid "Select the theme for this image"
1750
+ msgstr "この画像のテーマを選択"
1751
+
1752
+ msgid "Select which links will be used for images in this gallery"
1753
+ msgstr "このギャラリー内の画像のリンクを使用するか選択します。"
1754
+
1755
+ msgid "Setting of YES will cause the player to play the initial video again and again"
1756
+ msgstr "'はい'に設定するとプレイヤーは何度も最初の動画を再生します。"
1757
+
1758
+ msgid "Setting this parameter to NO prevents the fullscreen button from displaying"
1759
+ msgstr "このパラメーターを'いいえ'に設定するとフルスクリーンのボタンを表示しません。"
1760
+
1761
+ msgid "Shortcodes"
1762
+ msgstr "ショートコード"
1763
+
1764
+ msgid "Shortcodes Ultimate Add-ons"
1765
+ msgstr "Shortcodes Ultimateのアドオン"
1766
+
1767
+ msgid "Show full-screen button"
1768
+ msgstr "フルスクリーンボタンを表示"
1769
+
1770
+ msgid "Show title bar"
1771
+ msgstr "タイトルバーを表示"
1772
+
1773
+ msgid "Skins"
1774
+ msgstr "スキン"
1775
+
1776
+ msgid "Solid"
1777
+ msgstr "固体"
1778
+
1779
+ msgid "Source"
1780
+ msgstr "ソース"
1781
+
1782
+ msgid "Sports"
1783
+ msgstr "スポーツ"
1784
+
1785
+ msgid "Tabs, vertical tabs, tab anchors"
1786
+ msgstr "タブ、垂直タブ、タブアンカー"
1787
+
1788
+ msgid "Technics"
1789
+ msgstr "テクニクス"
1790
+
1791
+ msgid "Text field"
1792
+ msgstr "テキストフィールド"
1793
+
1794
+ msgid "Text placeholder"
1795
+ msgstr "テキストプレースホルダー"
1796
+
1797
+ msgid "Textarea field"
1798
+ msgstr "テキストエリアのフィールド"
1799
+
1800
+ msgid "Theme"
1801
+ msgstr "テーマ"
1802
+
1803
+ msgid "This button is not clickable"
1804
+ msgstr "このボタンはクリックできません"
1805
+
1806
+ msgid "This parameter determines what HTML tag will be used for animation wrapper. Turn this option to YES and animated element will be wrapped in SPAN instead of DIV. Useful for inline animations, like buttons"
1807
+ msgstr "このパラメータは、HTMLタグがアニメーションラッパーに使用されるかを決定します。 'はい'でこのオプションをオンにするとアニメーションの要素ではなく、DIVのSPANでラップされます。インラインのアニメーションはボタンのように役立ちます。"
1808
+
1809
+ msgid "This parameter indicates whether the embedded player will display player controls (like a play button or volume control) within a dark or light control bar"
1810
+ msgstr "このパラメーターは、埋め込み型プレーヤーのプレーヤーコントロール (再生ボタンまたはボリューム コントロール) に暗いか明るいどちらのコントロールバーを表示するかを示します"
1811
+
1812
+ msgid "This parameter indicates whether the player should show related videos when playback of the initial video ends"
1813
+ msgstr "このパラメータは、初期の動画の再生が終了したときにプレイヤーが関連動画を表示するかどうかを示します"
1814
+
1815
+ msgid "This parameter indicates whether the video controls will automatically hide after a video begins playing"
1816
+ msgstr "このパラメータは、動画の再生が開始した後に動画コントロールを自動的に非表示にするかどうかを示します"
1817
+
1818
+ msgid "This parameter indicates whether the video player controls will display"
1819
+ msgstr "このパラメータは、動画プレーヤーのコントロールを表示するかどうかを示します"
1820
+
1821
+ msgid "This parameter lets you use a YouTube player that does not show a YouTube logo. Set the parameter value to YES to prevent the YouTube logo from displaying in the control bar. Note that a small YouTube text label will still display in the upper-right corner of a paused video when the user's mouse pointer hovers over the player"
1822
+ msgstr "このパラメータを使用すると、YouTubeのロゴを表示しないYouTubeプレーヤーを使用することができます。コントロールバーからYouTubeのロゴを非表示にするにはパラメータ値を'はい'に設定します。ユーザーのマウスポインタをプレイヤー上に置いたときに、小さなYouTubeのテキストラベルが動画の右上に表示されることに注意してください。"
1823
+
1824
+ msgid "Transport"
1825
+ msgstr "トランスポート"
1826
+
1827
+ msgid "Unlimited buttons"
1828
+ msgstr "アンリミテッドボタン"
1829
+
1830
+ msgid "Value is a comma-separated list of video IDs to play. If you specify a value, the first video that plays will be the VIDEO_ID specified in the URL path, and the videos specified in the playlist parameter will play thereafter"
1831
+ msgstr "再生する動画IDのカンマ区切りリストの値です。値を指定した場合は、再生される最初の動画は、URLパスで指定されたVIDEO_IDとなり、プレイリストパラメータで指定された動画は、その後再生されます。"
1832
+
1833
+ msgid "What"
1834
+ msgstr ""
1835
+
1836
+ msgid "What to generate"
1837
+ msgstr ""
1838
+
1839
+ msgid "Wrapper for animation. Any nested element will be animated"
1840
+ msgstr "アニメーションのラッパーです。任意のネストされた要素はアニメーションになります"
1841
+
1842
+ msgid "YouTube Advanced"
1843
+ msgstr "高度なYouTube"
1844
+
1845
+ msgid "YouTube video player with advanced settings"
1846
+ msgstr "YouTubeの動画プレーヤーの高度な設定"
1847
+
1848
+ msgid "Add-ons"
1849
+ msgstr "アドオン"
1850
+
1851
+ msgid "Arrow circle 1"
1852
+ msgstr "矢印円 1"
1853
+
1854
+ msgid "Checkbox"
1855
+ msgstr "チェックボックス"
1856
+
1857
+ msgid "Choose style for this heading"
1858
+ msgstr "この見出しのスタイルを選択"
1859
+
1860
+ msgid "Choose style for this quote"
1861
+ msgstr "この引用のスタイルを選択"
1862
+
1863
+ msgid "Choose style for this spoiler"
1864
+ msgstr "このスポイラーのスタイルを選択"
1865
+
1866
+ msgid "Click the button above and select images.<br>You can select multimple images with Ctrl (Cmd) key"
1867
+ msgstr "上記ボタンをクリックし画像を選択します。<br>Ctrl (Cmd)キーと単一画像を選択することができます。"
1868
+
1869
+ msgid "Delay"
1870
+ msgstr "遅延"
1871
+
1872
+ msgid "Dummy image"
1873
+ msgstr "ダミー画像"
1874
+
1875
+ msgid "Dummy text"
1876
+ msgstr "ダミーテキスト"
1877
+
1878
+ msgid "Example code does not found, please check it later"
1879
+ msgstr "サンプルコードが見つからない場合は、後で確認してください"
1880
+
1881
+ msgid "Generated text will be cached. Be careful with this option. If you disable it and insert many dummy_text shortcodes the page load time will be highly increased"
1882
+ msgstr "生成されたテキストにキャッシュされます。このオプションに注意してください。それを無効にすると、多くのdummy_text ショートコードを挿入した場合、ページの読み込み時間は非常に増加します"
1883
+
1884
+ msgid "Install additional styles"
1885
+ msgstr "追加のスタイルをインストール"
1886
+
1887
+ msgid "Open links in"
1888
+ msgstr "リンクを開く"
1889
+
1890
+ msgid "option type %s is not callable"
1891
+ msgstr "オプションタイプ %s は呼び出すことはできません"
1892
+
1893
+ msgid "Paragraphs"
1894
+ msgstr "段落"
1895
+
1896
+ msgid "Same window"
1897
+ msgstr "同じウィンドウ"
1898
+
1899
+ msgid "Select heading size (pixels)"
1900
+ msgstr "見出しの大きさを選択 (ピクセル)"
1901
+
1902
+ msgid "This action will delete all your settings. Are you sure? This action cannot be undone!"
1903
+ msgstr "このアクションは、すべての設定を削除します。この操作は元に戻すことはできません!"
1904
+
1905
+ msgid "This add-on allows you to create custom shortcodes. You can easily create any shortcode with different parameters or even override default shortcodes"
1906
+ msgstr "このアドオンはカスタムショートコードを作成することができます。簡単に別のパラメータで任意のショートコードを作成したり、デフォルトのショートコードを上書きすることができます。"
1907
+
1908
+ msgid "Use selected file"
1909
+ msgstr "選択したファイルを使用します。"
1910
+
1911
+ msgid "Words"
1912
+ msgstr "言葉"
1913
+
1914
+ msgid "You can overview the original styles to override it"
1915
+ msgstr "概要元のスタイルを上書きすることができます。"
1916
+
1917
+ msgid "please specify correct source"
1918
+ msgstr "正しいソースを指定してください"
1919
+
1920
+ msgid "Please enter a name for new preset"
1921
+ msgstr "新しいプリセット名を入力してください"
1922
+
1923
+ msgid "New preset"
1924
+ msgstr "新しいプリセット"
1925
+
1926
+ msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1927
+ msgstr "ここにURLまたはCSSセレクタを挿入します。インラインフレームと画像のコンテンツタイプのURLを使用してください。インラインコンテンツタイプのCSSセレクターを使用してください。<br />値の例: <br /><b%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube動画 (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - アップロードされた画像<br /><b%value>http://example.com/</b> - 任意のWebページ (iframe)<br /><b%value>#contact-form</b> - 任意のHTMLコンテンツ (inline)"
1928
+
1929
+ msgid "Presets"
1930
+ msgstr "プリセット"
1931
+
1932
+ msgid "Save current settings as preset"
1933
+ msgstr "現在の設定をプリセットとして保存します"
1934
+
1935
+ msgid "Presets not found"
1936
+ msgstr "プリセットが見つかりません"
1937
+
1938
+ msgid "Shortcodes prefix"
1939
+ msgstr "ショートコードの接頭辞"
1940
+
1941
+ msgid "This prefix will be added to all shortcodes by this plugin. For example, type here %s and you'll get shortcodes like %s and %s. Please keep in mind: this option is not affects your already inserted shortcodes and if you'll change this value your old shortcodes will be broken"
1942
+ msgstr "この接頭辞は、このプラグインのすべてのショートコードに追加されます。例えば、ここに%sと入力し%sと%sのようなショートコードを取得します。<br />注意: このオプションは既に挿入済みのショートコードに影響を与えていませんが、この値を変更する場合、古いショートコードを破壊します。"
1943
+
1944
+ msgid "Choose global skin for shortcodes"
1945
+ msgstr "ショートコードのグローバルスキンを選択してください"
1946
+
1947
+ msgid "1 new add-on for Shortcodes Ultimate"
1948
+ msgstr "Shortcodes Ultimateの1つの新しいアドオン"
1949
+
1950
+ msgid "4.7.2"
1951
+ msgstr "4.7.2"
1952
+
1953
+ msgid "Activation key"
1954
+ msgstr "アクティベーションキー"
1955
+
1956
+ msgid "Add images"
1957
+ msgstr "画像を追加"
1958
+
1959
+ msgid "Add selected files"
1960
+ msgstr "選択したファイルを追加"
1961
+
1962
+ msgid "Advanced JavaScript code for onClick action"
1963
+ msgstr "onClickアクションのための高度なJavaScriptコード"
1964
+
1965
+ msgid "After"
1966
+ msgstr ""
1967
+
1968
+ msgid "Anchor"
1969
+ msgstr "アンカー"
1970
+
1971
+ msgid "Auto"
1972
+ msgstr "自動"
1973
+
1974
+ msgid "Before"
1975
+ msgstr ""
1976
+
1977
+ msgid "Blur"
1978
+ msgstr "ぼかし"
1979
+
1980
+ msgid "Button text shadow"
1981
+ msgstr "ボタンのテキストの影"
1982
+
1983
+ msgid "Choose file"
1984
+ msgstr "ファイルを選択してください"
1985
+
1986
+ msgid "Choose files"
1987
+ msgstr "ファイルを選択"
1988
+
1989
+ msgid "Comment count"
1990
+ msgstr "コメント数"
1991
+
1992
+ msgid "Comment status"
1993
+ msgstr "コメントステータス"
1994
+
1995
+ msgid "Data"
1996
+ msgstr "データ"
1997
+
1998
+ msgid "Display name"
1999
+ msgstr "表示名"
2000
+
2001
+ msgid "Email"
2002
+ msgstr "Eメール"
2003
+
2004
+ msgid "Field"
2005
+ msgstr "フィールド"
2006
+
2007
+ msgid "Filter"
2008
+ msgstr "フィルター"
2009
+
2010
+ msgid "Filtered post content"
2011
+ msgstr "フィルタ処理後のコンテンツ"
2012
+
2013
+ msgid "GUID"
2014
+ msgstr "GUID"
2015
+
2016
+ msgid "Horizontal offset"
2017
+ msgstr "水平オフセット"
2018
+
2019
+ msgid "http://gndev.info/"
2020
+ msgstr "http://gndev.info/"
2021
+
2022
+ msgid "http://gndev.info/shortcodes-ultimate/"
2023
+ msgstr "http://gndev.info/shortcodes-ultimate/"
2024
+
2025
+ msgid "Icon color"
2026
+ msgstr "アイコンの色"
2027
+
2028
+ msgid "Icon picker"
2029
+ msgstr "アイコンピッカー"
2030
+
2031
+ msgid "Key"
2032
+ msgstr "キー"
2033
+
2034
+ msgid "Last used settings"
2035
+ msgstr "最後に使用した設定"
2036
+
2037
+ msgid "Login"
2038
+ msgstr "ログイン"
2039
+
2040
+ msgid "Media manager"
2041
+ msgstr "メディアマネージャ"
2042
+
2043
+ msgid "Meta"
2044
+ msgstr "メタ"
2045
+
2046
+ msgid "Meta key name"
2047
+ msgstr "Metaキー名"
2048
+
2049
+ msgid "New Shortcodes"
2050
+ msgstr "新しいショートコード"
2051
+
2052
+ msgid "Nice name"
2053
+ msgstr "素晴らしい名前"
2054
+
2055
+ msgid "onClick"
2056
+ msgstr "onClick"
2057
+
2058
+ msgid "Parallax sections, responsive content slider, pricing tables, vector icons, testimonials, progress bars and even more"
2059
+ msgstr "視差のセクション、レスポンジブコンテンツスライダー、価格表、ベクトルアイコン、紹介文、プログレスバー 更にもっと..."
2060
+
2061
+ msgid "password field is not allowed"
2062
+ msgstr "パスワードフィールドは許可されていません"
2063
+
2064
+ msgid "Ping status"
2065
+ msgstr "Pingのステータス"
2066
+
2067
+ msgid "please specify meta key name"
2068
+ msgstr "メタキー名を指定してください"
2069
+
2070
+ msgid "please specify template name"
2071
+ msgstr "テンプレート名を指定してください"
2072
+
2073
+ msgid "Post content"
2074
+ msgstr "投稿コンテンツ"
2075
+
2076
+ msgid "Post data"
2077
+ msgstr "投稿データ"
2078
+
2079
+ msgid "Post data field name"
2080
+ msgstr "投稿データのフィールド名"
2081
+
2082
+ msgid "Post date"
2083
+ msgstr "投稿日"
2084
+
2085
+ msgid "Post excerpt"
2086
+ msgstr "投稿の抜粋"
2087
+
2088
+ msgid "post ID is incorrect"
2089
+ msgstr "投稿IDが正しくありません。"
2090
+
2091
+ msgid "Post meta"
2092
+ msgstr "投稿メタ"
2093
+
2094
+ msgid "Post mime type"
2095
+ msgstr "投稿MIMEタイプ"
2096
+
2097
+ msgid "Post modified"
2098
+ msgstr "投稿修正"
2099
+
2100
+ msgid "Post name"
2101
+ msgstr "投稿名"
2102
+
2103
+ msgid "Post type"
2104
+ msgstr "投稿タイプ"
2105
+
2106
+ msgid "Registered"
2107
+ msgstr "登録日"
2108
+
2109
+ msgid "Round"
2110
+ msgstr "ラウンド"
2111
+
2112
+ msgid "Status"
2113
+ msgstr "ステータス"
2114
+
2115
+ msgid "Tab title"
2116
+ msgstr "タブのタイトル"
2117
+
2118
+ msgid "Template name"
2119
+ msgstr "テンプレート名"
2120
+
2121
+ msgid "Theme template"
2122
+ msgstr "テーマのテンプレート"
2123
+
2124
+ msgid "This color will be applied to the selected icon. Does not works with uploaded icons"
2125
+ msgstr "この色は選択されたアイコンに適用されます。アップロードされたアイコンでは動作しません。"
2126
+
2127
+ msgid "This content will be shown after the value"
2128
+ msgstr "このコンテンツは値の後に表示されます"
2129
+
2130
+ msgid "This content will be shown before the value"
2131
+ msgstr "このコンテンツは値の前に表示されます"
2132
+
2133
+ msgid "This text will be shown if data is not found"
2134
+ msgstr "データが見つからない場合、このテキストが表示されます"
2135
+
2136
+ msgid "URL"
2137
+ msgstr "URL"
2138
+
2139
+ msgid "Use template file name (with optional .php extension). If you need to use templates from theme sub-folder, use relative path. Example values: %s, %s, %s"
2140
+ msgstr "テンプレートファイル名を使用します。(オプション .phpの拡張子を持つ) テーマのサブフォルダからテンプレートを使用する必要がある場合は相対パスを使用します。値の例: %s, %s, %s"
2141
+
2142
+ msgid "User"
2143
+ msgstr "ユーザー"
2144
+
2145
+ msgid "User data"
2146
+ msgstr "ユーザーデータ"
2147
+
2148
+ msgid "User data field name"
2149
+ msgstr "ユーザーデータフィールド名"
2150
+
2151
+ msgid "User ID"
2152
+ msgstr "ユーザーID"
2153
+
2154
+ msgid "user ID is incorrect"
2155
+ msgstr "ユーザーIDが正しくありません。"
2156
+
2157
+ msgid "Vertical offset"
2158
+ msgstr "垂直オフセット"
2159
+
2160
+ msgid "You can apply custom filter to the retrieved value. Enter here function name. Your function must accept one argument and return modified value. Example function: "
2161
+ msgstr "取得した値にカスタムフィルタを適用することができます。ここで関数名を入力してください。関数は1つの引数を受け入れて変更された値を返す必要があります。関数の例: "
2162
+
2163
+ msgid "You can specify custom post ID. Leave this field empty to use an ID of the current post. Current post ID may not work in Live Preview mode"
2164
+ msgstr "カスタムの投稿IDを指定することができます。現在の投稿のIDを使用してこのフィールドを空にします。現在の投稿IDはライブプレビューモードでは動作しない場合があります"
2165
+
2166
+ msgid "You can specify custom user ID. Leave this field empty to use an ID of the current user"
2167
+ msgstr "カスタムのユーザーIDを指定することができます。現在のユーザーIDを使用するようにこのフィールドを空にします"
2168
+
2169
+ msgid "You can upload custom icon for this list or pick a built-in icon"
2170
+ msgstr "このリストのカスタムアイコンをアップロードするか、組み込みのアイコンを選ぶことができます"
2171
+
2172
+ msgid "<table>\n<tr>\n\\t<td>Table</td>\n\\t<td>Table</td>\n</tr>\n<tr>\n\\t<td>Table</td>\n\\t<td>Table</td>\n</tr>\n</table>"
2173
+ msgstr "<table>\n<tr>\n\\t<td>表</td>\n\\t<td>表</td>\n</tr>\n<tr>\n\\t<td>表</td>\n\\t<td>表</td>\n</tr>\n</table>"
2174
+
2175
+ msgid "Insert"
2176
+ msgstr "挿入"
2177
+
2178
+ msgid "Maximum number of image source posts (for recent posts, category and custom taxonomy)"
2179
+ msgstr "画像ソース内の記事の最大数 (最近の投稿、カテゴリとカスタムタクソノミーのため)"
2180
+
2181
+ msgid "Post"
2182
+ msgstr "投稿"
2183
+
2184
+ msgid "Set of additional skins for Shortcodes Ultimate. It includes skins for accordeons/spoilers, tabs and some other shortcodes"
2185
+ msgstr "Shortcodes Ultimateのための追加のスキンのセット。アコーディオン/スポイラー、タブや他のいくつかのショートコードのスキンが含まれています"
2186
+
2187
+ msgid "Shortcodes Ultimate - must have WordPress plugin "
2188
+ msgstr "Shortcodes Ultimate - WordPressのプラグインを持っている必要があります"
2189
+
2190
+ msgid "Square"
2191
+ msgstr "正方形"
2192
+
2193
+ msgid "Text shadow"
2194
+ msgstr "テキストの影"
2195
+
2196
+ msgid "You can upload custom icon for this button or pick a built-in icon"
2197
+ msgstr "このボタンのカスタムアイコンをアップロードするか、組み込みのアイコンを選ぶことができます"
2198
+
2199
+ # ################
2200
+ msgid "Start the playback of the video automatically after the player load. May not work on some mobile OS versions"
2201
+ msgstr "自動的にプレーヤーの読込後に動画の再生を開始します。一部のモバイルOSのバージョンでは動作しない場合があります"
2202
+
2203
+ msgid "%s of %s"
2204
+ msgstr "%s of %s"
2205
+
2206
+ msgid "Allows to hide or show the Dailymotion logo"
2207
+ msgstr "Dailymotionのロゴを表示したり非表示にする"
2208
+
2209
+ msgid "Background color"
2210
+ msgstr "背景色"
2211
+
2212
+ msgid "Close (Esc)"
2213
+ msgstr "閉じる (Esc)"
2214
+
2215
+ msgid "Dailymotion"
2216
+ msgstr "Dailymotion"
2217
+
2218
+ msgid "Dailymotion video"
2219
+ msgstr "Dailymotion 動画"
2220
+
2221
+ msgid "Determines the quality that must be played by default if available"
2222
+ msgstr "デフォルトで演奏しなければならない場合の品質を指定"
2223
+
2224
+ msgid "Did you know that you can wrap multiple spoilers with [accordion] shortcode to create accordion effect?"
2225
+ msgstr "アコーディオン効果を作成する[accordion]ショートコードで複数のスポイラーをラップできることを知っていますか?"
2226
+
2227
+ msgid "Did you know that you need to wrap columns with [row] shortcode?"
2228
+ msgstr "[row]ショートコードを持つ列をラップする必要があることを知っていますか?"
2229
+
2230
+ msgid "Examples of use"
2231
+ msgstr "使用例"
2232
+
2233
+ msgid "Failed to load this link. %sOpen link%s."
2234
+ msgstr "このリンクの読み込みに失敗しました。 %sリンクを開く%s"
2235
+
2236
+ msgid "Force HTTPS"
2237
+ msgstr "強制HTTPS"
2238
+
2239
+ msgid "Foreground color"
2240
+ msgstr "表示文字色"
2241
+
2242
+ msgid "Ghost"
2243
+ msgstr "ゴースト"
2244
+
2245
+ msgid "Highlight color"
2246
+ msgstr "ハイライトカラー"
2247
+
2248
+ msgid "HTML color of the background of controls elements"
2249
+ msgstr "HTMLコントロール要素の背景色"
2250
+
2251
+ msgid "HTML color of the controls elements' highlights"
2252
+ msgstr "HTMLコントロール要素のハイライト色"
2253
+
2254
+ msgid "HTML color of the foreground of controls elements"
2255
+ msgstr "HTMLコントロール要素の前景色"
2256
+
2257
+ msgid "Loading..."
2258
+ msgstr "読み込み中..."
2259
+
2260
+ msgid "Next (Right arrow key)"
2261
+ msgstr "次 (右矢印キー)"
2262
+
2263
+ msgid "Previous (Left arrow key)"
2264
+ msgstr "前 (左矢印キー)"
2265
+
2266
+ msgid "Quality"
2267
+ msgstr "品質"
2268
+
2269
+ msgid "Show logo"
2270
+ msgstr "ロゴの表示"
2271
+
2272
+ msgid "Show related videos"
2273
+ msgstr "関連動画を表示"
2274
+
2275
+ msgid "Show related videos at the end of the video"
2276
+ msgstr "動画の最後に関連動画を表示する"
2277
+
2278
+ msgid "Show video info"
2279
+ msgstr "動画情報を表示"
2280
+
2281
+ msgid "Show videos info (title/author) on the start screen"
2282
+ msgstr "スタート画面で動画情報(タイトル/作者)を表示する"
2283
+
2284
+ msgid "Slide link"
2285
+ msgstr "スライドリンク"
2286
+
2287
+ msgid "Slide link (added in media editor)"
2288
+ msgstr "スライドリンク (メディアエディタで追加)"
2289
+
2290
+ msgid "Url of Dailymotion page with video"
2291
+ msgstr "Dailymotionの動画ページのURL"
2292
+
2293
+ msgid "Use HTTPS in player iframe"
2294
+ msgstr "プレーヤーのiframeでHTTPSを使用"
2295
+
2296
+ msgid "Use this field to add custom links to slides used with Slider, Carousel and Custom Gallery shortcodes"
2297
+ msgstr "スライダー、カルーセル、カスタムギャラリーのショートコードでスライドにカスタムリンクを追加するには、このフィールドを使用します。"
2298
+
2299
+ msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
2300
+ msgstr "Shortcodes Ultimate - #shortcodesultimate WordPressプラグインが必要"
2301
+
2302
+ msgid "You can use unique anchor for this tab to access it with hash in page url. For example: type here <b%value>Hello</b> and then use url like http://example.com/page-url#Hello. This tab will be activated and scrolled in"
2303
+ msgstr "このタブのユニークなアンカーを使用するには、ページURLのハッシュにアクセスします。例: <b%value>Hello</b>とここに入力し、http://example.com/page-url#HelloのようなURLを使用します。このタブがアクティブになりにスクロールします。"
2304
+
2305
+ msgid "You can use unique anchor for this spoiler to access it with hash in page url. For example: type here <b%value>Hello</b> and then use url like http://example.com/page-url#Hello. This spoiler will be open and scrolled in"
2306
+ msgstr "このスポイラーのためのユニークなアンカーを使用してページURLのハッシュにアクセスできます。例: <b%value>Hello</b>とここに入力し、http://example.com/page-url#HelloのようなURLを使用します。このスポイラーがアクティブになりにスクロールします。"
languages/su-ru_RU.mo CHANGED
Binary file
languages/su-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gn_themes\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-20 15:13+0400\n"
6
- "PO-Revision-Date: 2014-04-20 15:14+0400\n"
7
  "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: ru_RU\n"
@@ -24,7 +24,7 @@ msgstr "Добро пожаловать в Shortcodes Ultimate"
24
  msgid "A real swiss army knife for WordPress"
25
  msgstr "Настоящий швейцарский армейский нож для WordPress"
26
 
27
- #: inc/core/admin-views.php:11 inc/core/load.php:229
28
  msgid "Project homepage"
29
  msgstr "Страница проекта"
30
 
@@ -32,11 +32,11 @@ msgstr "Страница проекта"
32
  msgid "Documentation"
33
  msgstr "Документация"
34
 
35
- #: inc/core/admin-views.php:13 inc/core/load.php:230
36
  msgid "Support forum"
37
  msgstr "Форум поддержки"
38
 
39
- #: inc/core/admin-views.php:14 inc/core/load.php:231
40
  msgid "Changelog"
41
  msgstr "Список изменений"
42
 
@@ -132,11 +132,66 @@ msgstr "url папки с текущей темой"
132
  msgid "plugin url"
133
  msgstr "url папки этого плагина"
134
 
135
- #: inc/core/admin-views.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  msgid "New Shortcodes"
137
  msgstr "Новые Шорткоды"
138
 
139
- #: inc/core/admin-views.php:118
140
  msgid ""
141
  "Parallax sections, responsive content slider, pricing tables, vector icons, "
142
  "testimonials, progress bars and even more"
@@ -144,11 +199,11 @@ msgstr ""
144
  "Секции с параллакс эффектом, адаптивный слайдер контента, тарифные таблицы, "
145
  "векторные иконки, отзывы, прогресс бары и даже больше"
146
 
147
- #: inc/core/admin-views.php:123
148
  msgid "Maker"
149
  msgstr "Maker"
150
 
151
- #: inc/core/admin-views.php:124
152
  msgid ""
153
  "This add-on allows you to create custom shortcodes. You can easily create "
154
  "any shortcode with different parameters or even override default shortcodes"
@@ -156,11 +211,11 @@ msgstr ""
156
  "Это дополнение позволит вам создавать собственные шорткоды. Вы можете с "
157
  "легкостью создать новый шорткод или даже перезаписать оригинальный"
158
 
159
- #: inc/core/admin-views.php:129
160
  msgid "Skins"
161
  msgstr "Скины"
162
 
163
- #: inc/core/admin-views.php:130
164
  msgid ""
165
  "Set of additional skins for Shortcodes Ultimate. It includes skins for "
166
  "accordeons/spoilers, tabs and some other shortcodes"
@@ -168,15 +223,15 @@ msgstr ""
168
  "Набор дополнительных скинов для шорткодов плагина. Набор включает в себя "
169
  "скины для аккордеонов/спойлеров, вкладок и некоторых других шорткодов"
170
 
171
- #: inc/core/admin-views.php:136
172
  msgid "Shortcodes Ultimate Add-ons"
173
  msgstr "Дополнения для Shortcodes Ultimate"
174
 
175
- #: inc/core/admin-views.php:139 inc/core/admin-views.php:146
176
  msgid "Learn more"
177
  msgstr "Узнать больше"
178
 
179
- #: inc/core/admin-views.php:143
180
  msgid "Other WordPress Plugins"
181
  msgstr "Другие плагины для WordPress"
182
 
@@ -218,35 +273,35 @@ msgstr "Добавить выбранные файлы"
218
  msgid "This button is not clickable"
219
  msgstr "Эта кнопка не нажимается"
220
 
221
- #: inc/core/assets.php:92 inc/vendor/sunrise.php:178
222
  msgid "Choose file"
223
  msgstr "Выбор файла"
224
 
225
- #: inc/core/assets.php:93
226
  msgid "Insert"
227
  msgstr "Вставить"
228
 
229
- #: inc/core/assets.php:94
230
  msgid "Select images"
231
  msgstr "Выберите изображения"
232
 
233
- #: inc/core/assets.php:95
234
  msgid "Add selected images"
235
  msgstr "Добавить выбранные изображения"
236
 
237
- #: inc/core/assets.php:96
238
  msgid "Please enter a name for new preset"
239
  msgstr "Пожалуйста введите имя для нового шаблона"
240
 
241
- #: inc/core/assets.php:97
242
  msgid "New preset"
243
  msgstr "Новый шаблон"
244
 
245
- #: inc/core/assets.php:98
246
  msgid "Last used settings"
247
  msgstr "Последние настройки"
248
 
249
- #: inc/core/assets.php:111
250
  msgid ""
251
  "This shortcode doesn't work in live preview. Please insert it into editor "
252
  "and preview on the site."
@@ -262,7 +317,7 @@ msgstr "1 новое дополнение для плагина Шорткоды
262
  msgid "All"
263
  msgstr "Все"
264
 
265
- #: inc/core/data.php:18 inc/core/generator.php:177
266
  msgid "Content"
267
  msgstr "Содержимое"
268
 
@@ -2617,7 +2672,7 @@ msgstr ""
2617
  msgid "Text placeholder"
2618
  msgstr "Текст болванка"
2619
 
2620
- #: inc/core/data.php:2352 inc/core/shortcodes.php:1302
2621
  msgid "Dummy image"
2622
  msgstr "Изображение болванка"
2623
 
@@ -3048,85 +3103,79 @@ msgstr ""
3048
  "Выберите таксономию и её категории.<br>Вы можете выбрать несколько категорий "
3049
  "удерживая клавишу Ctrl (Cmd)"
3050
 
3051
- #: inc/core/generator.php:41 inc/core/generator.php:142
3052
  msgid "Insert shortcode"
3053
  msgstr "Вставить шорткод"
3054
 
3055
- #: inc/core/generator.php:84 inc/core/load.php:30 inc/core/load.php:51
3056
  #: inc/core/load.php:104 inc/core/load.php:105
3057
  msgid "Settings"
3058
  msgstr "Настройки"
3059
 
3060
- #: inc/core/generator.php:84
3061
  msgid "Plugin settings"
3062
  msgstr "Настройки плагина"
3063
 
3064
- #: inc/core/generator.php:85
3065
  msgid "Plugin homepage"
3066
  msgstr "Сайт плагина"
3067
 
3068
- #: inc/core/generator.php:86
3069
  msgid "Support forums"
3070
  msgstr "Форум поддержки"
3071
 
3072
- #: inc/core/generator.php:93
3073
  msgid "Search for shortcodes"
3074
  msgstr "Поиск шорткода"
3075
 
3076
- #: inc/core/generator.php:95
3077
  msgid "Filter by type"
3078
  msgstr "Фильтр"
3079
 
3080
- #: inc/core/generator.php:130
3081
  msgid "Shortcode not specified"
3082
  msgstr "Не выбран шорткод"
3083
 
3084
- #: inc/core/generator.php:143
3085
  msgid "Live preview"
3086
  msgstr "Предпросмотр"
3087
 
3088
- #: inc/core/generator.php:147
3089
  msgid "Click to return to the shortcodes list"
3090
  msgstr "Нажмите, чтобы вернуться к списку шорткодов"
3091
 
3092
- #: inc/core/generator.php:147
3093
  msgid "All shortcodes"
3094
  msgstr "Все шорткоды"
3095
 
3096
- #: inc/core/generator.php:153
3097
  msgid "Examples of use"
3098
  msgstr "Примеры использования"
3099
 
3100
- #: inc/core/generator.php:170
3101
  msgid "Click to set this value"
3102
  msgstr "Нажмите чтобы установить это значение"
3103
 
3104
- #: inc/core/generator.php:194
3105
  msgid "Preview"
3106
  msgstr "Предпросмотр"
3107
 
3108
- #: inc/core/generator.php:203 inc/core/tools.php:883
3109
  msgid "Access denied"
3110
  msgstr "Доступ запрещен"
3111
 
3112
- #: inc/core/generator.php:238
3113
  msgid "Presets"
3114
  msgstr "Шаблоны"
3115
 
3116
- #: inc/core/generator.php:241
3117
  msgid "Save current settings as preset"
3118
  msgstr "Сохранить настройки как новый шаблон"
3119
 
3120
- #: inc/core/generator.php:270 inc/core/generator.php:273
3121
  msgid "Presets not found"
3122
  msgstr "Шаблоны не найдены"
3123
 
3124
- #: inc/core/load.php:30 inc/core/load.php:104 inc/core/load.php:113
3125
- #: inc/core/load.php:127 inc/core/load.php:139 inc/core/tools.php:895
3126
- #: inc/core/widget.php:14 inc/core/widget.php:40
3127
- msgid "Shortcodes Ultimate"
3128
- msgstr "Шорткоды"
3129
-
3130
  #: inc/core/load.php:31
3131
  msgid "Shortcodes"
3132
  msgstr "Шорткоды"
@@ -3199,23 +3248,23 @@ msgstr "Выберите глобальный скин для шорткодов
3199
  msgid "Custom CSS"
3200
  msgstr "Произвольный CSS"
3201
 
3202
- #: inc/core/load.php:113 inc/core/load.php:114 inc/core/load.php:217
3203
  msgid "Examples"
3204
  msgstr "Примеры"
3205
 
3206
- #: inc/core/load.php:127 inc/core/load.php:128
3207
  msgid "Add-ons"
3208
  msgstr "Дополнения"
3209
 
3210
- #: inc/core/load.php:140 inc/core/vote.php:42
3211
  msgid "Vladimir Anokhin"
3212
  msgstr "Владимир Анохин"
3213
 
3214
- #: inc/core/load.php:141
3215
  msgid "Supercharge your WordPress theme with mega pack of shortcodes"
3216
  msgstr "Суперзарядка для вашей WordPress-темы с помощью мега набора шорткодов"
3217
 
3218
- #: inc/core/load.php:218
3219
  msgid "Where to start?"
3220
  msgstr "С чего начать?"
3221
 
@@ -3269,36 +3318,36 @@ msgstr "пожалуйста укажите корректную ссылку"
3269
  msgid "please specify correct url"
3270
  msgstr "пожалуйста укажите корректную ссылку"
3271
 
3272
- #: inc/core/shortcodes.php:884
3273
  msgid "This menu doesn't exists, or has no elements"
3274
  msgstr "Такое меню не существует, или в нем нет ни одного элемента"
3275
 
3276
- #: inc/core/shortcodes.php:990 inc/core/shortcodes.php:1073
3277
- #: inc/core/shortcodes.php:1128
3278
  msgid "images not found"
3279
  msgstr "изображения не найдены"
3280
 
3281
- #: inc/core/shortcodes.php:1264
3282
  msgid "template not found"
3283
  msgstr "шаблон не найден"
3284
 
3285
- #: inc/core/shortcodes.php:1342 inc/core/shortcodes.php:1392
3286
  msgid "post ID is incorrect"
3287
  msgstr "ID записи указан неверно"
3288
 
3289
- #: inc/core/shortcodes.php:1344
3290
  msgid "please specify meta key name"
3291
  msgstr "пожалуйста укажите имя ключа произвольного поля"
3292
 
3293
- #: inc/core/shortcodes.php:1365
3294
  msgid "password field is not allowed"
3295
  msgstr "поле пароль запрещено"
3296
 
3297
- #: inc/core/shortcodes.php:1369
3298
  msgid "user ID is incorrect"
3299
  msgstr "ID пользователя указан неверно"
3300
 
3301
- #: inc/core/shortcodes.php:1408
3302
  msgid "please specify template name"
3303
  msgstr "пожалуйста укажите имя шаблона"
3304
 
2
  msgstr ""
3
  "Project-Id-Version: gn_themes\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-05-11 14:11+0400\n"
6
+ "PO-Revision-Date: 2014-05-11 14:11+0400\n"
7
  "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: ru_RU\n"
24
  msgid "A real swiss army knife for WordPress"
25
  msgstr "Настоящий швейцарский армейский нож для WordPress"
26
 
27
+ #: inc/core/admin-views.php:11 inc/core/load.php:243
28
  msgid "Project homepage"
29
  msgstr "Страница проекта"
30
 
32
  msgid "Documentation"
33
  msgstr "Документация"
34
 
35
+ #: inc/core/admin-views.php:13 inc/core/load.php:244
36
  msgid "Support forum"
37
  msgstr "Форум поддержки"
38
 
39
+ #: inc/core/admin-views.php:14 inc/core/load.php:245
40
  msgid "Changelog"
41
  msgstr "Список изменений"
42
 
132
  msgid "plugin url"
133
  msgstr "url папки этого плагина"
134
 
135
+ #: inc/core/admin-views.php:115
136
+ msgid "Printable version"
137
+ msgstr "Версия для печати"
138
+
139
+ #: inc/core/admin-views.php:115 inc/core/load.php:30 inc/core/load.php:104
140
+ #: inc/core/load.php:113 inc/core/load.php:127 inc/core/load.php:141
141
+ #: inc/core/load.php:153 inc/core/tools.php:895 inc/core/widget.php:14
142
+ #: inc/core/widget.php:40
143
+ msgid "Shortcodes Ultimate"
144
+ msgstr "Шорткоды"
145
+
146
+ #: inc/core/admin-views.php:115 inc/core/load.php:127 inc/core/load.php:128
147
+ msgid "Cheatsheet"
148
+ msgstr "Шпаргалка"
149
+
150
+ #: inc/core/admin-views.php:115
151
+ msgid "Back to Dashboard"
152
+ msgstr "Вернуться в Панель управления"
153
+
154
+ #: inc/core/admin-views.php:119
155
+ msgid "Shortcode"
156
+ msgstr "Шорткод"
157
+
158
+ #: inc/core/admin-views.php:119
159
+ msgid "Attributes"
160
+ msgstr "Аттрибуты"
161
+
162
+ #: inc/core/admin-views.php:119
163
+ msgid "Example code"
164
+ msgstr "Пример кода"
165
+
166
+ #: inc/core/admin-views.php:127
167
+ msgid "full list"
168
+ msgstr "полный список"
169
+
170
+ #: inc/core/admin-views.php:132
171
+ msgid "Default value"
172
+ msgstr "Значение по умолчанию"
173
+
174
+ #: inc/core/admin-views.php:154
175
+ msgid "#RGB and rgba() colors"
176
+ msgstr "#RGB и rgba() цвета"
177
+
178
+ #: inc/core/admin-views.php:162
179
+ msgid "Any text value"
180
+ msgstr "Любое текстовое значение"
181
+
182
+ #: inc/core/admin-views.php:164
183
+ msgid "Any custom CSS classes"
184
+ msgstr "Любой произвольный CSS класс"
185
+
186
+ #: inc/core/admin-views.php:166
187
+ msgid "Possible values"
188
+ msgstr "Возможные значения"
189
+
190
+ #: inc/core/admin-views.php:198
191
  msgid "New Shortcodes"
192
  msgstr "Новые Шорткоды"
193
 
194
+ #: inc/core/admin-views.php:199
195
  msgid ""
196
  "Parallax sections, responsive content slider, pricing tables, vector icons, "
197
  "testimonials, progress bars and even more"
199
  "Секции с параллакс эффектом, адаптивный слайдер контента, тарифные таблицы, "
200
  "векторные иконки, отзывы, прогресс бары и даже больше"
201
 
202
+ #: inc/core/admin-views.php:204
203
  msgid "Maker"
204
  msgstr "Maker"
205
 
206
+ #: inc/core/admin-views.php:205
207
  msgid ""
208
  "This add-on allows you to create custom shortcodes. You can easily create "
209
  "any shortcode with different parameters or even override default shortcodes"
211
  "Это дополнение позволит вам создавать собственные шорткоды. Вы можете с "
212
  "легкостью создать новый шорткод или даже перезаписать оригинальный"
213
 
214
+ #: inc/core/admin-views.php:210
215
  msgid "Skins"
216
  msgstr "Скины"
217
 
218
+ #: inc/core/admin-views.php:211
219
  msgid ""
220
  "Set of additional skins for Shortcodes Ultimate. It includes skins for "
221
  "accordeons/spoilers, tabs and some other shortcodes"
223
  "Набор дополнительных скинов для шорткодов плагина. Набор включает в себя "
224
  "скины для аккордеонов/спойлеров, вкладок и некоторых других шорткодов"
225
 
226
+ #: inc/core/admin-views.php:217
227
  msgid "Shortcodes Ultimate Add-ons"
228
  msgstr "Дополнения для Shortcodes Ultimate"
229
 
230
+ #: inc/core/admin-views.php:220 inc/core/admin-views.php:227
231
  msgid "Learn more"
232
  msgstr "Узнать больше"
233
 
234
+ #: inc/core/admin-views.php:224
235
  msgid "Other WordPress Plugins"
236
  msgstr "Другие плагины для WordPress"
237
 
273
  msgid "This button is not clickable"
274
  msgstr "Эта кнопка не нажимается"
275
 
276
+ #: inc/core/assets.php:94 inc/vendor/sunrise.php:178
277
  msgid "Choose file"
278
  msgstr "Выбор файла"
279
 
280
+ #: inc/core/assets.php:95
281
  msgid "Insert"
282
  msgstr "Вставить"
283
 
284
+ #: inc/core/assets.php:96
285
  msgid "Select images"
286
  msgstr "Выберите изображения"
287
 
288
+ #: inc/core/assets.php:97
289
  msgid "Add selected images"
290
  msgstr "Добавить выбранные изображения"
291
 
292
+ #: inc/core/assets.php:98
293
  msgid "Please enter a name for new preset"
294
  msgstr "Пожалуйста введите имя для нового шаблона"
295
 
296
+ #: inc/core/assets.php:99
297
  msgid "New preset"
298
  msgstr "Новый шаблон"
299
 
300
+ #: inc/core/assets.php:100
301
  msgid "Last used settings"
302
  msgstr "Последние настройки"
303
 
304
+ #: inc/core/assets.php:113
305
  msgid ""
306
  "This shortcode doesn't work in live preview. Please insert it into editor "
307
  "and preview on the site."
317
  msgid "All"
318
  msgstr "Все"
319
 
320
+ #: inc/core/data.php:18 inc/core/generator.php:179
321
  msgid "Content"
322
  msgstr "Содержимое"
323
 
2672
  msgid "Text placeholder"
2673
  msgstr "Текст болванка"
2674
 
2675
+ #: inc/core/data.php:2352 inc/core/shortcodes.php:1305
2676
  msgid "Dummy image"
2677
  msgstr "Изображение болванка"
2678
 
3103
  "Выберите таксономию и её категории.<br>Вы можете выбрать несколько категорий "
3104
  "удерживая клавишу Ctrl (Cmd)"
3105
 
3106
+ #: inc/core/generator.php:43 inc/core/generator.php:144
3107
  msgid "Insert shortcode"
3108
  msgstr "Вставить шорткод"
3109
 
3110
+ #: inc/core/generator.php:86 inc/core/load.php:30 inc/core/load.php:51
3111
  #: inc/core/load.php:104 inc/core/load.php:105
3112
  msgid "Settings"
3113
  msgstr "Настройки"
3114
 
3115
+ #: inc/core/generator.php:86
3116
  msgid "Plugin settings"
3117
  msgstr "Настройки плагина"
3118
 
3119
+ #: inc/core/generator.php:87
3120
  msgid "Plugin homepage"
3121
  msgstr "Сайт плагина"
3122
 
3123
+ #: inc/core/generator.php:88
3124
  msgid "Support forums"
3125
  msgstr "Форум поддержки"
3126
 
3127
+ #: inc/core/generator.php:95
3128
  msgid "Search for shortcodes"
3129
  msgstr "Поиск шорткода"
3130
 
3131
+ #: inc/core/generator.php:97
3132
  msgid "Filter by type"
3133
  msgstr "Фильтр"
3134
 
3135
+ #: inc/core/generator.php:132
3136
  msgid "Shortcode not specified"
3137
  msgstr "Не выбран шорткод"
3138
 
3139
+ #: inc/core/generator.php:145
3140
  msgid "Live preview"
3141
  msgstr "Предпросмотр"
3142
 
3143
+ #: inc/core/generator.php:149
3144
  msgid "Click to return to the shortcodes list"
3145
  msgstr "Нажмите, чтобы вернуться к списку шорткодов"
3146
 
3147
+ #: inc/core/generator.php:149
3148
  msgid "All shortcodes"
3149
  msgstr "Все шорткоды"
3150
 
3151
+ #: inc/core/generator.php:155
3152
  msgid "Examples of use"
3153
  msgstr "Примеры использования"
3154
 
3155
+ #: inc/core/generator.php:172
3156
  msgid "Click to set this value"
3157
  msgstr "Нажмите чтобы установить это значение"
3158
 
3159
+ #: inc/core/generator.php:196
3160
  msgid "Preview"
3161
  msgstr "Предпросмотр"
3162
 
3163
+ #: inc/core/generator.php:205 inc/core/tools.php:883
3164
  msgid "Access denied"
3165
  msgstr "Доступ запрещен"
3166
 
3167
+ #: inc/core/generator.php:240
3168
  msgid "Presets"
3169
  msgstr "Шаблоны"
3170
 
3171
+ #: inc/core/generator.php:243
3172
  msgid "Save current settings as preset"
3173
  msgstr "Сохранить настройки как новый шаблон"
3174
 
3175
+ #: inc/core/generator.php:272 inc/core/generator.php:275
3176
  msgid "Presets not found"
3177
  msgstr "Шаблоны не найдены"
3178
 
 
 
 
 
 
 
3179
  #: inc/core/load.php:31
3180
  msgid "Shortcodes"
3181
  msgstr "Шорткоды"
3248
  msgid "Custom CSS"
3249
  msgstr "Произвольный CSS"
3250
 
3251
+ #: inc/core/load.php:113 inc/core/load.php:114 inc/core/load.php:231
3252
  msgid "Examples"
3253
  msgstr "Примеры"
3254
 
3255
+ #: inc/core/load.php:141 inc/core/load.php:142
3256
  msgid "Add-ons"
3257
  msgstr "Дополнения"
3258
 
3259
+ #: inc/core/load.php:154 inc/core/vote.php:42
3260
  msgid "Vladimir Anokhin"
3261
  msgstr "Владимир Анохин"
3262
 
3263
+ #: inc/core/load.php:155
3264
  msgid "Supercharge your WordPress theme with mega pack of shortcodes"
3265
  msgstr "Суперзарядка для вашей WordPress-темы с помощью мега набора шорткодов"
3266
 
3267
+ #: inc/core/load.php:232
3268
  msgid "Where to start?"
3269
  msgstr "С чего начать?"
3270
 
3318
  msgid "please specify correct url"
3319
  msgstr "пожалуйста укажите корректную ссылку"
3320
 
3321
+ #: inc/core/shortcodes.php:887
3322
  msgid "This menu doesn't exists, or has no elements"
3323
  msgstr "Такое меню не существует, или в нем нет ни одного элемента"
3324
 
3325
+ #: inc/core/shortcodes.php:993 inc/core/shortcodes.php:1076
3326
+ #: inc/core/shortcodes.php:1131
3327
  msgid "images not found"
3328
  msgstr "изображения не найдены"
3329
 
3330
+ #: inc/core/shortcodes.php:1267
3331
  msgid "template not found"
3332
  msgstr "шаблон не найден"
3333
 
3334
+ #: inc/core/shortcodes.php:1345 inc/core/shortcodes.php:1395
3335
  msgid "post ID is incorrect"
3336
  msgstr "ID записи указан неверно"
3337
 
3338
+ #: inc/core/shortcodes.php:1347
3339
  msgid "please specify meta key name"
3340
  msgstr "пожалуйста укажите имя ключа произвольного поля"
3341
 
3342
+ #: inc/core/shortcodes.php:1368
3343
  msgid "password field is not allowed"
3344
  msgstr "поле пароль запрещено"
3345
 
3346
+ #: inc/core/shortcodes.php:1372
3347
  msgid "user ID is incorrect"
3348
  msgstr "ID пользователя указан неверно"
3349
 
3350
+ #: inc/core/shortcodes.php:1411
3351
  msgid "please specify template name"
3352
  msgstr "пожалуйста укажите имя шаблона"
3353
 
languages/su.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Shortcodes Ultimate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-20 15:14+0400\n"
6
- "PO-Revision-Date: 2014-04-20 15:14+0400\n"
7
  "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: su\n"
@@ -24,7 +24,7 @@ msgstr ""
24
  msgid "A real swiss army knife for WordPress"
25
  msgstr ""
26
 
27
- #: inc/core/admin-views.php:11 inc/core/load.php:229
28
  msgid "Project homepage"
29
  msgstr ""
30
 
@@ -32,11 +32,11 @@ msgstr ""
32
  msgid "Documentation"
33
  msgstr ""
34
 
35
- #: inc/core/admin-views.php:13 inc/core/load.php:230
36
  msgid "Support forum"
37
  msgstr ""
38
 
39
- #: inc/core/admin-views.php:14 inc/core/load.php:231
40
  msgid "Changelog"
41
  msgstr ""
42
 
@@ -128,45 +128,100 @@ msgstr ""
128
  msgid "plugin url"
129
  msgstr ""
130
 
131
- #: inc/core/admin-views.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  msgid "New Shortcodes"
133
  msgstr ""
134
 
135
- #: inc/core/admin-views.php:118
136
  msgid ""
137
  "Parallax sections, responsive content slider, pricing tables, vector icons, "
138
  "testimonials, progress bars and even more"
139
  msgstr ""
140
 
141
- #: inc/core/admin-views.php:123
142
  msgid "Maker"
143
  msgstr ""
144
 
145
- #: inc/core/admin-views.php:124
146
  msgid ""
147
  "This add-on allows you to create custom shortcodes. You can easily create "
148
  "any shortcode with different parameters or even override default shortcodes"
149
  msgstr ""
150
 
151
- #: inc/core/admin-views.php:129
152
  msgid "Skins"
153
  msgstr ""
154
 
155
- #: inc/core/admin-views.php:130
156
  msgid ""
157
  "Set of additional skins for Shortcodes Ultimate. It includes skins for "
158
  "accordeons/spoilers, tabs and some other shortcodes"
159
  msgstr ""
160
 
161
- #: inc/core/admin-views.php:136
162
  msgid "Shortcodes Ultimate Add-ons"
163
  msgstr ""
164
 
165
- #: inc/core/admin-views.php:139 inc/core/admin-views.php:146
166
  msgid "Learn more"
167
  msgstr ""
168
 
169
- #: inc/core/admin-views.php:143
170
  msgid "Other WordPress Plugins"
171
  msgstr ""
172
 
@@ -208,35 +263,35 @@ msgstr ""
208
  msgid "This button is not clickable"
209
  msgstr ""
210
 
211
- #: inc/core/assets.php:92 inc/vendor/sunrise.php:178
212
  msgid "Choose file"
213
  msgstr ""
214
 
215
- #: inc/core/assets.php:93
216
  msgid "Insert"
217
  msgstr ""
218
 
219
- #: inc/core/assets.php:94
220
  msgid "Select images"
221
  msgstr ""
222
 
223
- #: inc/core/assets.php:95
224
  msgid "Add selected images"
225
  msgstr ""
226
 
227
- #: inc/core/assets.php:96
228
  msgid "Please enter a name for new preset"
229
  msgstr ""
230
 
231
- #: inc/core/assets.php:97
232
  msgid "New preset"
233
  msgstr ""
234
 
235
- #: inc/core/assets.php:98
236
  msgid "Last used settings"
237
  msgstr ""
238
 
239
- #: inc/core/assets.php:111
240
  msgid ""
241
  "This shortcode doesn't work in live preview. Please insert it into editor "
242
  "and preview on the site."
@@ -250,7 +305,7 @@ msgstr ""
250
  msgid "All"
251
  msgstr ""
252
 
253
- #: inc/core/data.php:18 inc/core/generator.php:177
254
  msgid "Content"
255
  msgstr ""
256
 
@@ -2483,7 +2538,7 @@ msgstr ""
2483
  msgid "Text placeholder"
2484
  msgstr ""
2485
 
2486
- #: inc/core/data.php:2352 inc/core/shortcodes.php:1302
2487
  msgid "Dummy image"
2488
  msgstr ""
2489
 
@@ -2892,85 +2947,79 @@ msgid ""
2892
  "(Cmd) key"
2893
  msgstr ""
2894
 
2895
- #: inc/core/generator.php:41 inc/core/generator.php:142
2896
  msgid "Insert shortcode"
2897
  msgstr ""
2898
 
2899
- #: inc/core/generator.php:84 inc/core/load.php:30 inc/core/load.php:51
2900
  #: inc/core/load.php:104 inc/core/load.php:105
2901
  msgid "Settings"
2902
  msgstr ""
2903
 
2904
- #: inc/core/generator.php:84
2905
  msgid "Plugin settings"
2906
  msgstr ""
2907
 
2908
- #: inc/core/generator.php:85
2909
  msgid "Plugin homepage"
2910
  msgstr ""
2911
 
2912
- #: inc/core/generator.php:86
2913
  msgid "Support forums"
2914
  msgstr ""
2915
 
2916
- #: inc/core/generator.php:93
2917
  msgid "Search for shortcodes"
2918
  msgstr ""
2919
 
2920
- #: inc/core/generator.php:95
2921
  msgid "Filter by type"
2922
  msgstr ""
2923
 
2924
- #: inc/core/generator.php:130
2925
  msgid "Shortcode not specified"
2926
  msgstr ""
2927
 
2928
- #: inc/core/generator.php:143
2929
  msgid "Live preview"
2930
  msgstr ""
2931
 
2932
- #: inc/core/generator.php:147
2933
  msgid "Click to return to the shortcodes list"
2934
  msgstr ""
2935
 
2936
- #: inc/core/generator.php:147
2937
  msgid "All shortcodes"
2938
  msgstr ""
2939
 
2940
- #: inc/core/generator.php:153
2941
  msgid "Examples of use"
2942
  msgstr ""
2943
 
2944
- #: inc/core/generator.php:170
2945
  msgid "Click to set this value"
2946
  msgstr ""
2947
 
2948
- #: inc/core/generator.php:194
2949
  msgid "Preview"
2950
  msgstr ""
2951
 
2952
- #: inc/core/generator.php:203 inc/core/tools.php:883
2953
  msgid "Access denied"
2954
  msgstr ""
2955
 
2956
- #: inc/core/generator.php:238
2957
  msgid "Presets"
2958
  msgstr ""
2959
 
2960
- #: inc/core/generator.php:241
2961
  msgid "Save current settings as preset"
2962
  msgstr ""
2963
 
2964
- #: inc/core/generator.php:270 inc/core/generator.php:273
2965
  msgid "Presets not found"
2966
  msgstr ""
2967
 
2968
- #: inc/core/load.php:30 inc/core/load.php:104 inc/core/load.php:113
2969
- #: inc/core/load.php:127 inc/core/load.php:139 inc/core/tools.php:895
2970
- #: inc/core/widget.php:14 inc/core/widget.php:40
2971
- msgid "Shortcodes Ultimate"
2972
- msgstr ""
2973
-
2974
  #: inc/core/load.php:31
2975
  msgid "Shortcodes"
2976
  msgstr ""
@@ -3033,23 +3082,23 @@ msgstr ""
3033
  msgid "Custom CSS"
3034
  msgstr ""
3035
 
3036
- #: inc/core/load.php:113 inc/core/load.php:114 inc/core/load.php:217
3037
  msgid "Examples"
3038
  msgstr ""
3039
 
3040
- #: inc/core/load.php:127 inc/core/load.php:128
3041
  msgid "Add-ons"
3042
  msgstr ""
3043
 
3044
- #: inc/core/load.php:140 inc/core/vote.php:42
3045
  msgid "Vladimir Anokhin"
3046
  msgstr ""
3047
 
3048
- #: inc/core/load.php:141
3049
  msgid "Supercharge your WordPress theme with mega pack of shortcodes"
3050
  msgstr ""
3051
 
3052
- #: inc/core/load.php:218
3053
  msgid "Where to start?"
3054
  msgstr ""
3055
 
@@ -3094,36 +3143,36 @@ msgstr ""
3094
  msgid "please specify correct url"
3095
  msgstr ""
3096
 
3097
- #: inc/core/shortcodes.php:884
3098
  msgid "This menu doesn't exists, or has no elements"
3099
  msgstr ""
3100
 
3101
- #: inc/core/shortcodes.php:990 inc/core/shortcodes.php:1073
3102
- #: inc/core/shortcodes.php:1128
3103
  msgid "images not found"
3104
  msgstr ""
3105
 
3106
- #: inc/core/shortcodes.php:1264
3107
  msgid "template not found"
3108
  msgstr ""
3109
 
3110
- #: inc/core/shortcodes.php:1342 inc/core/shortcodes.php:1392
3111
  msgid "post ID is incorrect"
3112
  msgstr ""
3113
 
3114
- #: inc/core/shortcodes.php:1344
3115
  msgid "please specify meta key name"
3116
  msgstr ""
3117
 
3118
- #: inc/core/shortcodes.php:1365
3119
  msgid "password field is not allowed"
3120
  msgstr ""
3121
 
3122
- #: inc/core/shortcodes.php:1369
3123
  msgid "user ID is incorrect"
3124
  msgstr ""
3125
 
3126
- #: inc/core/shortcodes.php:1408
3127
  msgid "please specify template name"
3128
  msgstr ""
3129
 
2
  msgstr ""
3
  "Project-Id-Version: Shortcodes Ultimate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-05-11 14:11+0400\n"
6
+ "PO-Revision-Date: 2014-05-11 14:11+0400\n"
7
  "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: su\n"
24
  msgid "A real swiss army knife for WordPress"
25
  msgstr ""
26
 
27
+ #: inc/core/admin-views.php:11 inc/core/load.php:243
28
  msgid "Project homepage"
29
  msgstr ""
30
 
32
  msgid "Documentation"
33
  msgstr ""
34
 
35
+ #: inc/core/admin-views.php:13 inc/core/load.php:244
36
  msgid "Support forum"
37
  msgstr ""
38
 
39
+ #: inc/core/admin-views.php:14 inc/core/load.php:245
40
  msgid "Changelog"
41
  msgstr ""
42
 
128
  msgid "plugin url"
129
  msgstr ""
130
 
131
+ #: inc/core/admin-views.php:115
132
+ msgid "Printable version"
133
+ msgstr ""
134
+
135
+ #: inc/core/admin-views.php:115 inc/core/load.php:30 inc/core/load.php:104
136
+ #: inc/core/load.php:113 inc/core/load.php:127 inc/core/load.php:141
137
+ #: inc/core/load.php:153 inc/core/tools.php:895 inc/core/widget.php:14
138
+ #: inc/core/widget.php:40
139
+ msgid "Shortcodes Ultimate"
140
+ msgstr ""
141
+
142
+ #: inc/core/admin-views.php:115 inc/core/load.php:127 inc/core/load.php:128
143
+ msgid "Cheatsheet"
144
+ msgstr ""
145
+
146
+ #: inc/core/admin-views.php:115
147
+ msgid "Back to Dashboard"
148
+ msgstr ""
149
+
150
+ #: inc/core/admin-views.php:119
151
+ msgid "Shortcode"
152
+ msgstr ""
153
+
154
+ #: inc/core/admin-views.php:119
155
+ msgid "Attributes"
156
+ msgstr ""
157
+
158
+ #: inc/core/admin-views.php:119
159
+ msgid "Example code"
160
+ msgstr ""
161
+
162
+ #: inc/core/admin-views.php:127
163
+ msgid "full list"
164
+ msgstr ""
165
+
166
+ #: inc/core/admin-views.php:132
167
+ msgid "Default value"
168
+ msgstr ""
169
+
170
+ #: inc/core/admin-views.php:154
171
+ msgid "#RGB and rgba() colors"
172
+ msgstr ""
173
+
174
+ #: inc/core/admin-views.php:162
175
+ msgid "Any text value"
176
+ msgstr ""
177
+
178
+ #: inc/core/admin-views.php:164
179
+ msgid "Any custom CSS classes"
180
+ msgstr ""
181
+
182
+ #: inc/core/admin-views.php:166
183
+ msgid "Possible values"
184
+ msgstr ""
185
+
186
+ #: inc/core/admin-views.php:198
187
  msgid "New Shortcodes"
188
  msgstr ""
189
 
190
+ #: inc/core/admin-views.php:199
191
  msgid ""
192
  "Parallax sections, responsive content slider, pricing tables, vector icons, "
193
  "testimonials, progress bars and even more"
194
  msgstr ""
195
 
196
+ #: inc/core/admin-views.php:204
197
  msgid "Maker"
198
  msgstr ""
199
 
200
+ #: inc/core/admin-views.php:205
201
  msgid ""
202
  "This add-on allows you to create custom shortcodes. You can easily create "
203
  "any shortcode with different parameters or even override default shortcodes"
204
  msgstr ""
205
 
206
+ #: inc/core/admin-views.php:210
207
  msgid "Skins"
208
  msgstr ""
209
 
210
+ #: inc/core/admin-views.php:211
211
  msgid ""
212
  "Set of additional skins for Shortcodes Ultimate. It includes skins for "
213
  "accordeons/spoilers, tabs and some other shortcodes"
214
  msgstr ""
215
 
216
+ #: inc/core/admin-views.php:217
217
  msgid "Shortcodes Ultimate Add-ons"
218
  msgstr ""
219
 
220
+ #: inc/core/admin-views.php:220 inc/core/admin-views.php:227
221
  msgid "Learn more"
222
  msgstr ""
223
 
224
+ #: inc/core/admin-views.php:224
225
  msgid "Other WordPress Plugins"
226
  msgstr ""
227
 
263
  msgid "This button is not clickable"
264
  msgstr ""
265
 
266
+ #: inc/core/assets.php:94 inc/vendor/sunrise.php:178
267
  msgid "Choose file"
268
  msgstr ""
269
 
270
+ #: inc/core/assets.php:95
271
  msgid "Insert"
272
  msgstr ""
273
 
274
+ #: inc/core/assets.php:96
275
  msgid "Select images"
276
  msgstr ""
277
 
278
+ #: inc/core/assets.php:97
279
  msgid "Add selected images"
280
  msgstr ""
281
 
282
+ #: inc/core/assets.php:98
283
  msgid "Please enter a name for new preset"
284
  msgstr ""
285
 
286
+ #: inc/core/assets.php:99
287
  msgid "New preset"
288
  msgstr ""
289
 
290
+ #: inc/core/assets.php:100
291
  msgid "Last used settings"
292
  msgstr ""
293
 
294
+ #: inc/core/assets.php:113
295
  msgid ""
296
  "This shortcode doesn't work in live preview. Please insert it into editor "
297
  "and preview on the site."
305
  msgid "All"
306
  msgstr ""
307
 
308
+ #: inc/core/data.php:18 inc/core/generator.php:179
309
  msgid "Content"
310
  msgstr ""
311
 
2538
  msgid "Text placeholder"
2539
  msgstr ""
2540
 
2541
+ #: inc/core/data.php:2352 inc/core/shortcodes.php:1305
2542
  msgid "Dummy image"
2543
  msgstr ""
2544
 
2947
  "(Cmd) key"
2948
  msgstr ""
2949
 
2950
+ #: inc/core/generator.php:43 inc/core/generator.php:144
2951
  msgid "Insert shortcode"
2952
  msgstr ""
2953
 
2954
+ #: inc/core/generator.php:86 inc/core/load.php:30 inc/core/load.php:51
2955
  #: inc/core/load.php:104 inc/core/load.php:105
2956
  msgid "Settings"
2957
  msgstr ""
2958
 
2959
+ #: inc/core/generator.php:86
2960
  msgid "Plugin settings"
2961
  msgstr ""
2962
 
2963
+ #: inc/core/generator.php:87
2964
  msgid "Plugin homepage"
2965
  msgstr ""
2966
 
2967
+ #: inc/core/generator.php:88
2968
  msgid "Support forums"
2969
  msgstr ""
2970
 
2971
+ #: inc/core/generator.php:95
2972
  msgid "Search for shortcodes"
2973
  msgstr ""
2974
 
2975
+ #: inc/core/generator.php:97
2976
  msgid "Filter by type"
2977
  msgstr ""
2978
 
2979
+ #: inc/core/generator.php:132
2980
  msgid "Shortcode not specified"
2981
  msgstr ""
2982
 
2983
+ #: inc/core/generator.php:145
2984
  msgid "Live preview"
2985
  msgstr ""
2986
 
2987
+ #: inc/core/generator.php:149
2988
  msgid "Click to return to the shortcodes list"
2989
  msgstr ""
2990
 
2991
+ #: inc/core/generator.php:149
2992
  msgid "All shortcodes"
2993
  msgstr ""
2994
 
2995
+ #: inc/core/generator.php:155
2996
  msgid "Examples of use"
2997
  msgstr ""
2998
 
2999
+ #: inc/core/generator.php:172
3000
  msgid "Click to set this value"
3001
  msgstr ""
3002
 
3003
+ #: inc/core/generator.php:196
3004
  msgid "Preview"
3005
  msgstr ""
3006
 
3007
+ #: inc/core/generator.php:205 inc/core/tools.php:883
3008
  msgid "Access denied"
3009
  msgstr ""
3010
 
3011
+ #: inc/core/generator.php:240
3012
  msgid "Presets"
3013
  msgstr ""
3014
 
3015
+ #: inc/core/generator.php:243
3016
  msgid "Save current settings as preset"
3017
  msgstr ""
3018
 
3019
+ #: inc/core/generator.php:272 inc/core/generator.php:275
3020
  msgid "Presets not found"
3021
  msgstr ""
3022
 
 
 
 
 
 
 
3023
  #: inc/core/load.php:31
3024
  msgid "Shortcodes"
3025
  msgstr ""
3082
  msgid "Custom CSS"
3083
  msgstr ""
3084
 
3085
+ #: inc/core/load.php:113 inc/core/load.php:114 inc/core/load.php:231
3086
  msgid "Examples"
3087
  msgstr ""
3088
 
3089
+ #: inc/core/load.php:141 inc/core/load.php:142
3090
  msgid "Add-ons"
3091
  msgstr ""
3092
 
3093
+ #: inc/core/load.php:154 inc/core/vote.php:42
3094
  msgid "Vladimir Anokhin"
3095
  msgstr ""
3096
 
3097
+ #: inc/core/load.php:155
3098
  msgid "Supercharge your WordPress theme with mega pack of shortcodes"
3099
  msgstr ""
3100
 
3101
+ #: inc/core/load.php:232
3102
  msgid "Where to start?"
3103
  msgstr ""
3104
 
3143
  msgid "please specify correct url"
3144
  msgstr ""
3145
 
3146
+ #: inc/core/shortcodes.php:887
3147
  msgid "This menu doesn't exists, or has no elements"
3148
  msgstr ""
3149
 
3150
+ #: inc/core/shortcodes.php:993 inc/core/shortcodes.php:1076
3151
+ #: inc/core/shortcodes.php:1131
3152
  msgid "images not found"
3153
  msgstr ""
3154
 
3155
+ #: inc/core/shortcodes.php:1267
3156
  msgid "template not found"
3157
  msgstr ""
3158
 
3159
+ #: inc/core/shortcodes.php:1345 inc/core/shortcodes.php:1395
3160
  msgid "post ID is incorrect"
3161
  msgstr ""
3162
 
3163
+ #: inc/core/shortcodes.php:1347
3164
  msgid "please specify meta key name"
3165
  msgstr ""
3166
 
3167
+ #: inc/core/shortcodes.php:1368
3168
  msgid "password field is not allowed"
3169
  msgstr ""
3170
 
3171
+ #: inc/core/shortcodes.php:1372
3172
  msgid "user ID is incorrect"
3173
  msgstr ""
3174
 
3175
+ #: inc/core/shortcodes.php:1411
3176
  msgid "please specify template name"
3177
  msgstr ""
3178
 
readme.txt CHANGED
@@ -62,6 +62,7 @@ With this plugin you can easily create tabs, buttons, boxes, different sliders,
62
  * Gr, [Kleanthis Manolopoulos](mailto:akis_manolopoulos_at_hotmail_dot_com)
63
  * Ja, [Stranger](#)
64
  * Sk, [Patrik Žec (PATWIST)](http://patwist.com/)
 
65
 
66
  Have a translation? [Contact me](http://gndev.info/feedback/)
67
 
@@ -106,21 +107,26 @@ Upgrade normally
106
 
107
  == Changelog ==
108
 
109
- = 4.7.2 =
110
- * New Ghost style for [button]
111
- * Minor UI fixes (for WP 3.9+)
112
-
113
- = 4.7.1 =
114
- * New shortcode [dailymotion]
115
- * YouTube (advanced) can now use https protocol
116
- * Additional help notes in Shortcode Generator
117
- * Slovak language
118
 
119
  = 4.7 =
120
  * Long-awaited feature: slider, carousel and custom_gallery links can now be open with lightbox
121
  * Long-awaited feature: custom links in slider, carousel and custom_gallery shortcodes
122
  * Fixed https bug in FontAwesome enqueue
123
  * Fixed bug with multiple users queries - [forum topic](http://wordpress.org/support/topic/plugin-making-700-sql-calls)
 
 
 
 
 
 
124
 
125
  = 4.6 =
126
  * Auto-save for shortcodes settings. Now you don't need to adjust it again and again
62
  * Gr, [Kleanthis Manolopoulos](mailto:akis_manolopoulos_at_hotmail_dot_com)
63
  * Ja, [Stranger](#)
64
  * Sk, [Patrik Žec (PATWIST)](http://patwist.com/)
65
+ * Cz, [Punc00](http://nuze.cz/)
66
 
67
  Have a translation? [Contact me](http://gndev.info/feedback/)
68
 
107
 
108
  == Changelog ==
109
 
110
+ = 4.8.0 =
111
+ * Minor UI fixes (compatibility with page builders)
112
+ * Czech translation by [Punc00](http://nuze.cz/)
113
+ * Added: full compatibility with multiple editors on same page - [fourm topic](http://wordpress.org/support/topic/enhance-compatibility-with-other-plugins)
114
+ * Fixed: extra CSS class for [menu] - [forum topic](http://wordpress.org/support/topic/extra-css-class-not-working-on-menu-shortcode-video-included)
115
+ * Fixed: Swiper click event, Swiper has been updated - [forum topic](http://wordpress.org/support/topic/carousel-links-not-working)
116
+ * Fixed: [spoiler]'s content is now hidden until the page is loaded
117
+ * New dashboard page: Cheatsheet
 
118
 
119
  = 4.7 =
120
  * Long-awaited feature: slider, carousel and custom_gallery links can now be open with lightbox
121
  * Long-awaited feature: custom links in slider, carousel and custom_gallery shortcodes
122
  * Fixed https bug in FontAwesome enqueue
123
  * Fixed bug with multiple users queries - [forum topic](http://wordpress.org/support/topic/plugin-making-700-sql-calls)
124
+ * New Ghost style for [button]
125
+ * Minor UI fixes (for WP 3.9+)
126
+ * New shortcode [dailymotion]
127
+ * YouTube (advanced) can now use https protocol
128
+ * Additional help notes in Shortcode Generator
129
+ * Slovak language
130
 
131
  = 4.6 =
132
  * Auto-save for shortcodes settings. Now you don't need to adjust it again and again
shortcodes-ultimate.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Shortcodes Ultimate
4
  Plugin URI: http://gndev.info/shortcodes-ultimate/
5
- Version: 4.7.2
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes
@@ -13,7 +13,7 @@
13
 
14
  // Define plugin constants
15
  define( 'SU_PLUGIN_FILE', __FILE__ );
16
- define( 'SU_PLUGIN_VERSION', '4.7.2' );
17
  define( 'SU_ENABLE_CACHE', true );
18
 
19
  // Includes
2
  /*
3
  Plugin Name: Shortcodes Ultimate
4
  Plugin URI: http://gndev.info/shortcodes-ultimate/
5
+ Version: 4.8.0
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes
13
 
14
  // Define plugin constants
15
  define( 'SU_PLUGIN_FILE', __FILE__ );
16
+ define( 'SU_PLUGIN_VERSION', '4.8.0' );
17
  define( 'SU_ENABLE_CACHE', true );
18
 
19
  // Includes