Responsive Lightbox & Gallery - Version 1.6.10

Version Description

  • New: Featherlight lightbox script
  • New: Lightgallery Lightbox premium extension
  • New: Slider Gallery premium extension
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 Responsive Lightbox & Gallery
Version 1.6.10
Comparing to
See all releases

Code changes from version 1.6.9 to 1.6.10

Files changed (36) hide show
  1. assets/featherlight/featherlight.gallery.min.css +8 -0
  2. assets/featherlight/featherlight.gallery.min.js +7 -0
  3. assets/featherlight/featherlight.min.css +8 -0
  4. assets/featherlight/featherlight.min.js +8 -0
  5. includes/class-settings.php +63 -7
  6. js/admin.js +10 -10
  7. js/front.js +535 -470
  8. languages/responsive-lightbox-cs_CZ.mo +0 -0
  9. languages/responsive-lightbox-cs_CZ.po +0 -422
  10. languages/responsive-lightbox-de_DE.mo +0 -0
  11. languages/responsive-lightbox-de_DE.po +0 -779
  12. languages/responsive-lightbox-es_ES.mo +0 -0
  13. languages/responsive-lightbox-es_ES.po +0 -438
  14. languages/responsive-lightbox-et_ET.mo +0 -0
  15. languages/responsive-lightbox-et_ET.po +0 -831
  16. languages/responsive-lightbox-fa_IR.mo +0 -0
  17. languages/responsive-lightbox-fa_IR.po +0 -407
  18. languages/responsive-lightbox-fr_FR.mo +0 -0
  19. languages/responsive-lightbox-fr_FR.po +0 -426
  20. languages/responsive-lightbox-hu_HU.mo +0 -0
  21. languages/responsive-lightbox-hu_HU.po +0 -1113
  22. languages/responsive-lightbox-ja.mo +0 -0
  23. languages/responsive-lightbox-ja.po +0 -623
  24. languages/responsive-lightbox-nl_NL.mo +0 -0
  25. languages/responsive-lightbox-nl_NL.po +0 -744
  26. languages/responsive-lightbox-pl_PL.mo +0 -0
  27. languages/responsive-lightbox-pl_PL.po +0 -869
  28. languages/responsive-lightbox-ru_RU.mo +0 -0
  29. languages/responsive-lightbox-ru_RU.po +0 -1046
  30. languages/responsive-lightbox-sk_SK.mo +0 -0
  31. languages/responsive-lightbox-sk_SK.po +0 -424
  32. languages/responsive-lightbox-sr_RS.mo +0 -0
  33. languages/responsive-lightbox-sr_RS.po +0 -417
  34. languages/responsive-lightbox.pot +275 -207
  35. readme.txt +20 -14
  36. responsive-lightbox.php +45 -4
assets/featherlight/featherlight.gallery.min.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
3
+ * Version 1.5.0 - http://noelboss.github.io/featherlight/
4
+ *
5
+ * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
6
+ * MIT Licensed.
7
+ **/
8
+ @media all{.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous{display:none}}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}
assets/featherlight/featherlight.gallery.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /**
2
+ * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
3
+ * Version 1.5.0 - http://noelboss.github.io/featherlight/
4
+ *
5
+ * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
6
+ * MIT Licensed.
7
+ **/!function(a){"use strict";function b(c,d){if(!(this instanceof b)){var e=new b(a.extend({$source:c,$currentTarget:c.first()},d));return e.open(),e}a.featherlight.apply(this,arguments),this.chainCallbacks(h)}var c=function(a){window.console&&window.console.warn&&window.console.warn("FeatherlightGallery: "+a)};if("undefined"==typeof a)return c("Too much lightness, Featherlight needs jQuery.");if(!a.featherlight)return c("Load the featherlight plugin before the gallery plugin");var d="ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,e=a.event&&a.event.special.swipeleft&&a,f=window.Hammer&&function(a){var b=new window.Hammer.Manager(a[0]);return b.add(new window.Hammer.Swipe),b},g=d&&(e||f);d&&!g&&c("No compatible swipe library detected; one must be included before featherlightGallery for swipe motions to navigate the galleries.");var h={afterClose:function(a,b){var c=this;return c.$instance.off("next."+c.namespace+" previous."+c.namespace),c._swiper&&(c._swiper.off("swipeleft",c._swipeleft).off("swiperight",c._swiperight),c._swiper=null),a(b)},beforeOpen:function(a,b){var c=this;return c.$instance.on("next."+c.namespace+" previous."+c.namespace,function(a){var b="next"===a.type?1:-1;c.navigateTo(c.currentNavigation()+b)}),g?c._swiper=g(c.$instance).on("swipeleft",c._swipeleft=function(){c.$instance.trigger("next")}).on("swiperight",c._swiperight=function(){c.$instance.trigger("previous")}):c.$instance.find("."+c.namespace+"-content").append(c.createNavigation("previous")).append(c.createNavigation("next")),a(b)},beforeContent:function(a,b){var c=this.currentNavigation(),d=this.slides().length;return this.$instance.toggleClass(this.namespace+"-first-slide",0===c).toggleClass(this.namespace+"-last-slide",c===d-1),a(b)},onKeyUp:function(a,b){var c={37:"previous",39:"next"}[b.keyCode];return c?(this.$instance.trigger(c),!1):a(b)}};a.featherlight.extend(b,{autoBind:"[data-featherlight-gallery]"}),a.extend(b.prototype,{previousIcon:"&#9664;",nextIcon:"&#9654;",galleryFadeIn:100,galleryFadeOut:300,slides:function(){return this.filter?this.$source.find(this.filter):this.$source},images:function(){return c("images is deprecated, please use slides instead"),this.slides()},currentNavigation:function(){return this.slides().index(this.$currentTarget)},navigateTo:function(b){var c=this,d=c.slides(),e=d.length,f=c.$instance.find("."+c.namespace+"-inner");return b=(b%e+e)%e,c.$currentTarget=d.eq(b),c.beforeContent(),a.when(c.getContent(),f.fadeTo(c.galleryFadeOut,.2)).always(function(a){c.setContent(a),c.afterContent(),a.fadeTo(c.galleryFadeIn,1)})},createNavigation:function(b){var c=this;return a('<span title="'+b+'" class="'+this.namespace+"-"+b+'"><span>'+this[b+"Icon"]+"</span></span>").click(function(){a(this).trigger(b+"."+c.namespace)})}}),a.featherlightGallery=b,a.fn.featherlightGallery=function(a){return b.attach(this,a)},a(document).ready(function(){b._onReady()})}(jQuery);
assets/featherlight/featherlight.min.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Featherlight - ultra slim jQuery lightbox
3
+ * Version 1.5.0 - http://noelboss.github.io/featherlight/
4
+ *
5
+ * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
6
+ * MIT Licensed.
7
+ **/
8
+ @media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
assets/featherlight/featherlight.min.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Featherlight - ultra slim jQuery lightbox
3
+ * Version 1.5.0 - http://noelboss.github.io/featherlight/
4
+ *
5
+ * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
6
+ * MIT Licensed.
7
+ **/
8
+ !function(a){"use strict";function b(a,c){if(!(this instanceof b)){var d=new b(a,c);return d.open(),d}this.id=b.id++,this.setup(a,c),this.chainCallbacks(b._callbackChain)}if("undefined"==typeof a)return void("console"in window&&window.console.info("Too much lightness, Featherlight needs jQuery."));var c=[],d=function(b){return c=a.grep(c,function(a){return a!==b&&a.$instance.closest("body").length>0})},e=function(a,b){var c={},d=new RegExp("^"+b+"([A-Z])(.*)");for(var e in a){var f=e.match(d);if(f){var g=(f[1]+f[2].replace(/([A-Z])/g,"-$1")).toLowerCase();c[g]=a[e]}}return c},f={keyup:"onKeyUp",resize:"onResize"},g=function(c){a.each(b.opened().reverse(),function(){return c.isDefaultPrevented()||!1!==this[f[c.type]](c)?void 0:(c.preventDefault(),c.stopPropagation(),!1)})},h=function(c){if(c!==b._globalHandlerInstalled){b._globalHandlerInstalled=c;var d=a.map(f,function(a,c){return c+"."+b.prototype.namespace}).join(" ");a(window)[c?"on":"off"](d,g)}};b.prototype={constructor:b,namespace:"featherlight",targetAttr:"data-featherlight",variant:null,resetCss:!1,background:null,openTrigger:"click",closeTrigger:"click",filter:null,root:"body",openSpeed:250,closeSpeed:250,closeOnClick:"background",closeOnEsc:!0,closeIcon:"&#10005;",loading:"",persist:!1,otherClose:null,beforeOpen:a.noop,beforeContent:a.noop,beforeClose:a.noop,afterOpen:a.noop,afterContent:a.noop,afterClose:a.noop,onKeyUp:a.noop,onResize:a.noop,type:null,contentFilters:["jquery","image","html","ajax","iframe","text"],setup:function(b,c){"object"!=typeof b||b instanceof a!=!1||c||(c=b,b=void 0);var d=a.extend(this,c,{target:b}),e=d.resetCss?d.namespace+"-reset":d.namespace,f=a(d.background||['<div class="'+e+"-loading "+e+'">','<div class="'+e+'-content">','<span class="'+e+"-close-icon "+d.namespace+'-close">',d.closeIcon,"</span>",'<div class="'+d.namespace+'-inner">'+d.loading+"</div>","</div>","</div>"].join("")),g="."+d.namespace+"-close"+(d.otherClose?","+d.otherClose:"");return d.$instance=f.clone().addClass(d.variant),d.$instance.on(d.closeTrigger+"."+d.namespace,function(b){var c=a(b.target);("background"===d.closeOnClick&&c.is("."+d.namespace)||"anywhere"===d.closeOnClick||c.closest(g).length)&&(d.close(b),b.preventDefault())}),this},getContent:function(){if(this.persist!==!1&&this.$content)return this.$content;var b=this,c=this.constructor.contentFilters,d=function(a){return b.$currentTarget&&b.$currentTarget.attr(a)},e=d(b.targetAttr),f=b.target||e||"",g=c[b.type];if(!g&&f in c&&(g=c[f],f=b.target&&e),f=f||d("href")||"",!g)for(var h in c)b[h]&&(g=c[h],f=b[h]);if(!g){var i=f;if(f=null,a.each(b.contentFilters,function(){return g=c[this],g.test&&(f=g.test(i)),!f&&g.regex&&i.match&&i.match(g.regex)&&(f=i),!f}),!f)return"console"in window&&window.console.error("Featherlight: no content filter found "+(i?' for "'+i+'"':" (no target specified)")),!1}return g.process.call(b,f)},setContent:function(b){var c=this;return(b.is("iframe")||a("iframe",b).length>0)&&c.$instance.addClass(c.namespace+"-iframe"),c.$instance.removeClass(c.namespace+"-loading"),c.$instance.find("."+c.namespace+"-inner").not(b).slice(1).remove().end().replaceWith(a.contains(c.$instance[0],b[0])?"":b),c.$content=b.addClass(c.namespace+"-inner"),c},open:function(b){var d=this;if(d.$instance.hide().appendTo(d.root),!(b&&b.isDefaultPrevented()||d.beforeOpen(b)===!1)){b&&b.preventDefault();var e=d.getContent();if(e)return c.push(d),h(!0),d.$instance.fadeIn(d.openSpeed),d.beforeContent(b),a.when(e).always(function(a){d.setContent(a),d.afterContent(b)}).then(d.$instance.promise()).done(function(){d.afterOpen(b)})}return d.$instance.detach(),a.Deferred().reject().promise()},close:function(b){var c=this,e=a.Deferred();return c.beforeClose(b)===!1?e.reject():(0===d(c).length&&h(!1),c.$instance.fadeOut(c.closeSpeed,function(){c.$instance.detach(),c.afterClose(b),e.resolve()})),e.promise()},resize:function(a,b){if(a&&b){this.$content.css("width","").css("height","");var c=Math.max(a/(parseInt(this.$content.parent().css("width"),10)-1),b/(parseInt(this.$content.parent().css("height"),10)-1));c>1&&(c=b/Math.floor(b/c),this.$content.css("width",""+a/c+"px").css("height",""+b/c+"px"))}},chainCallbacks:function(b){for(var c in b)this[c]=a.proxy(b[c],this,a.proxy(this[c],this))}},a.extend(b,{id:0,autoBind:"[data-featherlight]",defaults:b.prototype,contentFilters:{jquery:{regex:/^[#.]\w/,test:function(b){return b instanceof a&&b},process:function(b){return this.persist!==!1?a(b):a(b).clone(!0)}},image:{regex:/\.(png|jpg|jpeg|gif|tiff|bmp|svg)(\?\S*)?$/i,process:function(b){var c=this,d=a.Deferred(),e=new Image,f=a('<img src="'+b+'" alt="" class="'+c.namespace+'-image" />');return e.onload=function(){f.naturalWidth=e.width,f.naturalHeight=e.height,d.resolve(f)},e.onerror=function(){d.reject(f)},e.src=b,d.promise()}},html:{regex:/^\s*<[\w!][^<]*>/,process:function(b){return a(b)}},ajax:{regex:/./,process:function(b){var c=a.Deferred(),d=a("<div></div>").load(b,function(a,b){"error"!==b&&c.resolve(d.contents()),c.fail()});return c.promise()}},iframe:{process:function(b){var c=new a.Deferred,d=a("<iframe/>").hide().attr("src",b).css(e(this,"iframe")).on("load",function(){c.resolve(d.show())}).appendTo(this.$instance.find("."+this.namespace+"-content"));return c.promise()}},text:{process:function(b){return a("<div>",{text:b})}}},functionAttributes:["beforeOpen","afterOpen","beforeContent","afterContent","beforeClose","afterClose"],readElementConfig:function(b,c){var d=this,e=new RegExp("^data-"+c+"-(.*)"),f={};return b&&b.attributes&&a.each(b.attributes,function(){var b=this.name.match(e);if(b){var c=this.value,g=a.camelCase(b[1]);if(a.inArray(g,d.functionAttributes)>=0)c=new Function(c);else try{c=a.parseJSON(c)}catch(h){}f[g]=c}}),f},extend:function(b,c){var d=function(){this.constructor=b};return d.prototype=this.prototype,b.prototype=new d,b.__super__=this.prototype,a.extend(b,this,c),b.defaults=b.prototype,b},attach:function(b,c,d){var e=this;"object"!=typeof c||c instanceof a!=!1||d||(d=c,c=void 0),d=a.extend({},d);var f,g=d.namespace||e.defaults.namespace,h=a.extend({},e.defaults,e.readElementConfig(b[0],g),d);return b.on(h.openTrigger+"."+h.namespace,h.filter,function(g){var i=a.extend({$source:b,$currentTarget:a(this)},e.readElementConfig(b[0],h.namespace),e.readElementConfig(this,h.namespace),d),j=f||a(this).data("featherlight-persisted")||new e(c,i);"shared"===j.persist?f=j:j.persist!==!1&&a(this).data("featherlight-persisted",j),i.$currentTarget.blur(),j.open(g)}),b},current:function(){var a=this.opened();return a[a.length-1]||null},opened:function(){var b=this;return d(),a.grep(c,function(a){return a instanceof b})},close:function(a){var b=this.current();return b?b.close(a):void 0},_onReady:function(){var b=this;b.autoBind&&(a(b.autoBind).each(function(){b.attach(a(this))}),a(document).on("click",b.autoBind,function(c){c.isDefaultPrevented()||"featherlight"===c.namespace||(c.preventDefault(),b.attach(a(c.currentTarget)),a(c.target).trigger("click.featherlight"))}))},_callbackChain:{onKeyUp:function(b,c){return 27===c.keyCode?(this.closeOnEsc&&a.featherlight.close(c),!1):b(c)},onResize:function(a,b){return this.resize(this.$content.naturalWidth,this.$content.naturalHeight),a(b)},afterContent:function(a,b){var c=a(b);return this.onResize(b),c}}}),a.featherlight=b,a.fn.featherlight=function(a,c){return b.attach(this,a,c)},a(document).ready(function(){b._onReady()})}(jQuery);
includes/class-settings.php CHANGED
@@ -107,6 +107,9 @@ class Responsive_Lightbox_Settings {
107
  'tosrus' => array(
108
  'name' => __( 'TosRUs', 'responsive-lightbox' ),
109
  ),
 
 
 
110
  ) );
111
 
112
  $this->image_titles = array(
@@ -539,7 +542,7 @@ class Responsive_Lightbox_Settings {
539
  'title' => __( 'Enable escape button', 'responsive-lightbox' ),
540
  'section' => 'responsive_lightbox_configuration',
541
  'type' => 'boolean',
542
- 'label' => __( 'Toggle if pressing Esc button closes FancyBox.', 'responsive-lightbox' ),
543
  'parent' => 'fancybox'
544
  ),
545
  'hide_on_overlay_click' => array(
@@ -873,6 +876,65 @@ class Responsive_Lightbox_Settings {
873
  );
874
 
875
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
876
 
877
  default :
878
 
@@ -944,12 +1006,6 @@ class Responsive_Lightbox_Settings {
944
  <p class="inner">' . __( 'If you are having problems with this plugin, please talk about them in the', 'responsive-lightbox' ) . ' <a href="http://www.dfactory.eu/support/?utm_source=responsive-lightbox-settings&utm_medium=link&utm_campaign=support" target="_blank" title="' . __( 'Support forum', 'responsive-lightbox' ) . '">' . __( 'Support forum', 'responsive-lightbox' ) . '</a></p>
945
  <hr />
946
  <h4 class="inner">' . __( 'Do you like this plugin?', 'responsive-lightbox' ) . '</h4>
947
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" class="inner">
948
- <input type="hidden" name="cmd" value="_s-xclick">
949
- <input type="hidden" name="hosted_button_id" value="8AL8ULUN9R76U">
950
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
951
- <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
952
- </form>
953
  <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/responsive-lightbox" target="_blank" title="' . __( 'Rate it 5', 'responsive-lightbox' ) . '">' . __( 'Rate it 5', 'responsive-lightbox' ) . '</a> ' . __( 'on WordPress.org', 'responsive-lightbox' ) . '<br />' .
954
  __( 'Blog about it & link to the', 'responsive-lightbox' ) . ' <a href="http://www.dfactory.eu/plugins/responsive-lightbox/?utm_source=responsive-lightbox-settings&utm_medium=link&utm_campaign=blog-about" target="_blank" title="' . __( 'plugin page', 'responsive-lightbox' ) . '">' . __( 'plugin page', 'responsive-lightbox' ) . '</a><br />' .
955
  __( 'Check out our other', 'responsive-lightbox' ) . ' <a href="http://www.dfactory.eu/?utm_source=responsive-lightbox-settings&utm_medium=link&utm_campaign=other-plugins" target="_blank" title="' . __( 'WordPress plugins', 'responsive-lightbox' ) . '">' . __( 'WordPress plugins', 'responsive-lightbox' ) . '</a>
107
  'tosrus' => array(
108
  'name' => __( 'TosRUs', 'responsive-lightbox' ),
109
  ),
110
+ 'featherlight' => array(
111
+ 'name' => __( 'Featherlight', 'responsive-lightbox' ),
112
+ ),
113
  ) );
114
 
115
  $this->image_titles = array(
542
  'title' => __( 'Enable escape button', 'responsive-lightbox' ),
543
  'section' => 'responsive_lightbox_configuration',
544
  'type' => 'boolean',
545
+ 'label' => __( 'Toggle if pressing Esc button closes lightbox.', 'responsive-lightbox' ),
546
  'parent' => 'fancybox'
547
  ),
548
  'hide_on_overlay_click' => array(
876
  );
877
 
878
  break;
879
+
880
+ case ( 'featherlight' ) :
881
+
882
+ $this->settings['configuration']['prefix'] = 'rl_fl';
883
+ $this->settings['configuration']['fields'] = array(
884
+ 'open_speed' => array(
885
+ 'title' => __( 'Opening speed', 'responsive-lightbox' ),
886
+ 'section' => 'responsive_lightbox_configuration',
887
+ 'type' => 'number',
888
+ 'description' => __( 'Duration of opening animation.', 'responsive-lightbox' ),
889
+ 'append' => 'ms',
890
+ 'parent' => 'featherlight'
891
+ ),
892
+ 'close_speed' => array(
893
+ 'title' => __( 'Closing speed', 'responsive-lightbox' ),
894
+ 'section' => 'responsive_lightbox_configuration',
895
+ 'type' => 'number',
896
+ 'description' => __( 'Duration of closing animation.', 'responsive-lightbox' ),
897
+ 'append' => 'ms',
898
+ 'parent' => 'featherlight'
899
+ ),
900
+ 'close_on_click' => array(
901
+ 'title' => __( 'Close on click', 'responsive-lightbox' ),
902
+ 'section' => 'responsive_lightbox_configuration',
903
+ 'type' => 'radio',
904
+ 'label' => __( 'Select how to close lightbox.', 'responsive-lightbox' ),
905
+ 'options' => array(
906
+ 'background' => __( 'background', 'responsive-lightbox' ),
907
+ 'anywhere' => __( 'anywhere', 'responsive-lightbox' ),
908
+ 'false' => __( 'false', 'responsive-lightbox' )
909
+ ),
910
+ 'parent' => 'featherlight'
911
+ ),
912
+ 'close_on_esc' => array(
913
+ 'title' => __( 'Close on Esc', 'responsive-lightbox' ),
914
+ 'section' => 'responsive_lightbox_configuration',
915
+ 'type' => 'boolean',
916
+ 'label' => __( 'Toggle if pressing Esc button closes lightbox.', 'responsive-lightbox' ),
917
+ 'parent' => 'featherlight'
918
+ ),
919
+ 'gallery_fade_in' => array(
920
+ 'title' => __( 'Gallery fade in', 'responsive-lightbox' ),
921
+ 'section' => 'responsive_lightbox_configuration',
922
+ 'type' => 'number',
923
+ 'description' => __( 'Animation speed when image is loaded.', 'responsive-lightbox' ),
924
+ 'append' => 'ms',
925
+ 'parent' => 'featherlight'
926
+ ),
927
+ 'gallery_fade_out' => array(
928
+ 'title' => __( 'Gallery fade out', 'responsive-lightbox' ),
929
+ 'section' => 'responsive_lightbox_configuration',
930
+ 'type' => 'number',
931
+ 'description' => __( 'Animation speed before image is loaded.', 'responsive-lightbox' ),
932
+ 'append' => 'ms',
933
+ 'parent' => 'featherlight'
934
+ )
935
+ );
936
+
937
+ break;
938
 
939
  default :
940
 
1006
  <p class="inner">' . __( 'If you are having problems with this plugin, please talk about them in the', 'responsive-lightbox' ) . ' <a href="http://www.dfactory.eu/support/?utm_source=responsive-lightbox-settings&utm_medium=link&utm_campaign=support" target="_blank" title="' . __( 'Support forum', 'responsive-lightbox' ) . '">' . __( 'Support forum', 'responsive-lightbox' ) . '</a></p>
1007
  <hr />
1008
  <h4 class="inner">' . __( 'Do you like this plugin?', 'responsive-lightbox' ) . '</h4>
 
 
 
 
 
 
1009
  <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/responsive-lightbox" target="_blank" title="' . __( 'Rate it 5', 'responsive-lightbox' ) . '">' . __( 'Rate it 5', 'responsive-lightbox' ) . '</a> ' . __( 'on WordPress.org', 'responsive-lightbox' ) . '<br />' .
1010
  __( 'Blog about it & link to the', 'responsive-lightbox' ) . ' <a href="http://www.dfactory.eu/plugins/responsive-lightbox/?utm_source=responsive-lightbox-settings&utm_medium=link&utm_campaign=blog-about" target="_blank" title="' . __( 'plugin page', 'responsive-lightbox' ) . '">' . __( 'plugin page', 'responsive-lightbox' ) . '</a><br />' .
1011
  __( 'Check out our other', 'responsive-lightbox' ) . ' <a href="http://www.dfactory.eu/?utm_source=responsive-lightbox-settings&utm_medium=link&utm_campaign=other-plugins" target="_blank" title="' . __( 'WordPress plugins', 'responsive-lightbox' ) . '">' . __( 'WordPress plugins', 'responsive-lightbox' ) . '</a>
js/admin.js CHANGED
@@ -1,21 +1,21 @@
1
  ( function ( $ ) {
2
 
3
- $( document ).ready( function () {
4
 
5
- $( '.responsive-lightbox-settings .color-picker' ).wpColorPicker();
6
-
7
- $( '.responsive-lightbox-settings' ).checkBo();
8
 
9
- $( '.responsive-lightbox-settings input.reset-configuration' ).on( 'click', function ( event ) {
10
- return confirm( rlArgs.resetScriptToDefaults );
11
- } );
12
 
13
- $( '.responsive-lightbox-settings input.reset-settings' ).on( 'click', function ( event ) {
14
- return confirm( rlArgs.resetSettingsToDefaults );
15
- } );
16
 
 
 
17
  } );
18
 
 
 
19
  } )( jQuery );
20
 
21
  /*
1
  ( function ( $ ) {
2
 
3
+ $( document ).ready( function () {
4
 
5
+ $( '.responsive-lightbox-settings .color-picker' ).wpColorPicker();
 
 
6
 
7
+ $( '.responsive-lightbox-settings' ).checkBo();
 
 
8
 
9
+ $( '.responsive-lightbox-settings input.reset-configuration' ).on( 'click', function ( event ) {
10
+ return confirm( rlArgs.resetScriptToDefaults );
11
+ } );
12
 
13
+ $( '.responsive-lightbox-settings input.reset-settings' ).on( 'click', function ( event ) {
14
+ return confirm( rlArgs.resetSettingsToDefaults );
15
  } );
16
 
17
+ } );
18
+
19
  } )( jQuery );
20
 
21
  /*
js/front.js CHANGED
@@ -1,489 +1,554 @@
1
  ( function ( $ ) {
2
 
3
- $( document ).on( 'ready' + rlArgs.customEvents, function () {
4
-
5
- // initialise event
6
- $.event.trigger( {
7
- type : 'doResponsiveLightbox',
8
- script : rlArgs.script,
9
- selector : rlArgs.selector,
10
- args : rlArgs
11
- } );
12
  } );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- // this is similar to the WP function add_action();
15
- $( document ).on( 'doResponsiveLightbox', function( event ) {
16
-
17
- var script = event.script,
18
- selector = event.selector,
19
- args = event.args;
20
-
21
- if ( typeof script === 'undefined' || typeof selector === 'undefined' ) {
22
- return false;
23
- }
24
-
25
- var observe_script_dom = ( function() {
26
- var MutationObserver = window.MutationObserver || window.WebKitMutationObserver,
27
- eventListenerSupported = window.addEventListener;
28
-
29
- return function ( obj, only_added, callback ) {
30
- if ( MutationObserver ) {
31
- // define a new observer
32
- var obs = new MutationObserver( function( mutations, observer ) {
33
- if ( only_added ) {
34
- if ( mutations[0].addedNodes.length )
35
- callback();
36
- } else {
37
- if ( mutations[0].addedNodes.length || mutations[0].removedNodes.length )
38
- callback();
39
- }
40
- } );
41
-
42
- // have the observer observe for changes in children
43
- obs.observe( obj, { childList:true, subtree:true } );
44
- } else if ( eventListenerSupported ) {
45
- obj.addEventListener( 'DOMNodeInserted', callback, false );
46
-
47
- if ( ! only_added ) {
48
- obj.addEventListener( 'DOMNodeRemoved', callback, false );
49
- }
50
  }
 
51
  }
52
- } )();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
- rl_view_image = function( script, url ) {
55
- $.event.trigger( {
56
- type: 'doLightboxViewImage',
57
- script: script,
58
- url: url
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  } );
 
60
  }
61
 
62
- rl_hide_image = function( script, url ) {
63
- $.event.trigger( {
64
- type: 'doLightboxHideImage',
65
- script: script,
66
- url: url
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  } );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  }
69
 
70
- switch ( script ) {
71
-
72
- case 'swipebox':
73
-
74
- var slide = $( '#swipebox-overlay' ).find( '.slide.current' ),
75
- image_source = '',
76
- allow_hide = false,
77
- close_executed = false;
78
-
79
- $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).swipebox( {
80
- useCSS : ( rlArgs.animation === '1' ? true : false ),
81
- useSVG : ( rlArgs.useSVG === '1' ? true : false ),
82
- hideCloseButtonOnMobile : ( rlArgs.hideCloseButtonOnMobile === '1' ? true : false ),
83
- removeBarsOnMobile : ( rlArgs.removeBarsOnMobile === '1' ? true : false ),
84
- hideBarsDelay : ( rlArgs.hideBars === '1' ? parseInt( rlArgs.hideBarsDelay ) : 0 ),
85
- videoMaxWidth : parseInt( rlArgs.videoMaxWidth ),
86
- loopAtEnd : ( rlArgs.loopAtEnd === '1' ? true : false ),
87
- afterOpen: function() {
88
- close_executed = false;
89
-
90
- // update current slide container
91
- slide = $( '#swipebox-overlay' ).find( '.slide.current' );
92
-
93
- // get image source
94
- var image = slide.find( 'img' ).attr( 'src' );
95
-
96
- // valid image source?
97
- if ( typeof image !== 'undefined' ) {
98
- image_source = image;
99
-
100
- // trigger image view
101
- rl_view_image( script, image_source );
102
- } else {
103
- image_source = '';
104
- }
105
-
106
- // add current slide observer
107
- observe_script_dom( document.getElementById( 'swipebox-slider' ), false, function() {
108
- if ( image_source === '' ) {
109
- // get image source
110
- var image = slide.find( 'img' ).attr( 'src' );
111
-
112
- // valid image source?
113
- if ( typeof image !== 'undefined' ) {
114
- image_source = image;
115
-
116
- // trigger image view
117
- rl_view_image( script, image_source );
118
- } else {
119
- image_source = '';
120
- }
121
- }
122
- } );
123
- },
124
- nextSlide: function() {
125
- // update current slide container
126
- slide = $( '#swipebox-overlay' ).find( '.slide.current' );
127
-
128
- // get image source
129
- var image = slide.find( 'img' ).attr( 'src' );
130
-
131
- // valid image source?
132
- if ( typeof image !== 'undefined' ) {
133
- image_source = image;
134
-
135
- // trigger image view
136
- rl_view_image( script, image_source );
137
- } else {
138
- image_source = '';
139
- }
140
- },
141
- prevSlide: function() {
142
- // update current slide container
143
- slide = $( '#swipebox-overlay' ).find( '.slide.current' );
144
-
145
- // get image source
146
- var image = slide.find( 'img' ).attr( 'src' );
147
-
148
- // valid image source?
149
- if ( typeof image !== 'undefined' ) {
150
- image_source = image;
151
-
152
- // trigger image view
153
- rl_view_image( script, image_source );
154
- } else {
155
- image_source = '';
156
- }
157
- },
158
- afterClose: function() {
159
- // afterClose event executed
160
- close_executed = true;
161
-
162
- // allow to hide image?
163
- if ( allow_hide ) {
164
- // trigger image hide
165
- rl_hide_image( script, image_source );
166
-
167
- allow_hide = false;
168
- }
169
- }
170
- } );
171
-
172
- // additional event to prevent rl_hide_image to execure while opening modal
173
- $( window ).on( 'resize', function() {
174
- if ( ! close_executed ) {
175
- allow_hide = true;
176
- }
177
- } );
178
-
179
- break;
180
-
181
- case 'prettyphoto':
182
-
183
- var view_disabled = false,
184
- last_image = '';
185
-
186
- $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).prettyPhoto( {
187
- hook : 'data-rel',
188
- animation_speed : rlArgs.animationSpeed,
189
- slideshow : ( rlArgs.slideshow === '1' ? parseInt( rlArgs.slideshowDelay ) : false ),
190
- autoplay_slideshow : ( rlArgs.slideshowAutoplay === '1' ? true : false ),
191
- opacity : rlArgs.opacity,
192
- show_title : ( rlArgs.showTitle === '1' ? true : false ),
193
- allow_resize : ( rlArgs.allowResize === '1' ? true : false ),
194
- allow_expand : ( rlArgs.allowExpand === '1' ? true : false ),
195
- default_width : parseInt( rlArgs.width ),
196
- default_height : parseInt( rlArgs.height ),
197
- counter_separator_label : rlArgs.separator,
198
- theme : rlArgs.theme,
199
- horizontal_padding : parseInt( rlArgs.horizontalPadding ),
200
- hideflash : ( rlArgs.hideFlash === '1' ? true : false ),
201
- wmode : rlArgs.wmode,
202
- autoplay : ( rlArgs.videoAutoplay === '1' ? true : false ),
203
- modal : ( rlArgs.modal === '1' ? true : false ),
204
- deeplinking : ( rlArgs.deeplinking === '1' ? true : false ),
205
- overlay_gallery : ( rlArgs.overlayGallery === '1' ? true : false ),
206
- keyboard_shortcuts : ( rlArgs.keyboardShortcuts === '1' ? true : false ),
207
- social_tools : ( rlArgs.social === '1' ? '<div class="pp_social"><div class="twitter"><a href="//twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div><div class="facebook"><iframe src="//www.facebook.com/plugins/like.php?locale=en_US&href=' + location.href + '&amp;layout=button_count&amp;show_faces=true&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true"></iframe></div></div>' : '' ),
208
- ie6_fallback : true,
209
- changepicturecallback: function() {
210
- // is view disabled?
211
- if ( view_disabled ) {
212
- // enable view
213
- view_disabled = false;
214
-
215
- return;
216
- }
217
-
218
- last_image = $( '#pp_full_res' ).find( 'img' ).attr( 'src' );
219
-
220
- // trigger image view
221
- rl_view_image( script, last_image );
222
-
223
- // is expanding allowed?
224
- if ( rlArgs.allowExpand === '1' ) {
225
- // disable changepicturecallback event after expanding
226
- $( 'a.pp_expand' ).on( 'click', function() {
227
- view_disabled = true;
228
- } );
229
- }
230
- },
231
- callback: function() {
232
- // trigger image hide
233
- rl_hide_image( script, last_image );
234
- }
235
- } );
236
-
237
- break;
238
-
239
- case 'fancybox':
240
-
241
- var last_image = '';
242
-
243
- $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).fancybox( {
244
- modal : ( rlArgs.modal === '1' ? true : false ),
245
- overlayShow : ( rlArgs.showOverlay === '1' ? true : false ),
246
- showCloseButton : ( rlArgs.showCloseButton === '1' ? true : false ),
247
- enableEscapeButton : ( rlArgs.enableEscapeButton === '1' ? true : false ),
248
- hideOnOverlayClick : ( rlArgs.hideOnOverlayClick === '1' ? true : false ),
249
- hideOnContentClick : ( rlArgs.hideOnContentClick === '1' ? true : false ),
250
- cyclic : ( rlArgs.cyclic === '1' ? true : false ),
251
- showNavArrows : ( rlArgs.showNavArrows === '1' ? true : false ),
252
- autoScale : ( rlArgs.autoScale === '1' ? true : false ),
253
- scrolling : rlArgs.scrolling,
254
- centerOnScroll : ( rlArgs.centerOnScroll === '1' ? true : false ),
255
- opacity : ( rlArgs.opacity === '1' ? true : false ),
256
- overlayOpacity : parseFloat( rlArgs.overlayOpacity / 100 ),
257
- overlayColor : rlArgs.overlayColor,
258
- titleShow : ( rlArgs.titleShow === '1' ? true : false ),
259
- titlePosition : rlArgs.titlePosition,
260
- transitionIn : rlArgs.transitions,
261
- transitionOut : rlArgs.transitions,
262
- easingIn : rlArgs.easings,
263
- easingOut : rlArgs.easings,
264
- speedIn : parseInt( rlArgs.speeds ),
265
- speedOut : parseInt( rlArgs.speeds ),
266
- changeSpeed : parseInt( rlArgs.changeSpeed ),
267
- changeFade : parseInt( rlArgs.changeFade ),
268
- padding : parseInt( rlArgs.padding ),
269
- margin : parseInt( rlArgs.margin ),
270
- width : parseInt( rlArgs.videoWidth ),
271
- height : parseInt( rlArgs.videoHeight ),
272
- onComplete: function() {
273
- last_image = $( '#fancybox-content' ).find( 'img' ).attr( 'src' );
274
-
275
- // trigger image view
276
- rl_view_image( script, last_image );
277
- },
278
- onClosed: function() {
279
- // trigger image hide
280
- rl_hide_image( script, last_image );
281
- }
282
- } );
283
-
284
- break;
285
-
286
- case 'nivo':
287
-
288
- $.each( $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ), function () {
289
- var attr = $( this ).attr( 'data-rel' );
290
-
291
- // check data-rel attribute first
292
- if ( typeof attr === 'undefined' || attr == false ) {
293
- // if not found then try to check rel attribute for backward compatibility
294
- attr = $( this ).attr( 'rel' );
295
- }
296
-
297
- // for some browsers, `attr` is undefined; for others, `attr` is false. Check for both.
298
- if ( typeof attr !== 'undefined' && attr !== false ) {
299
- var match = attr.match( new RegExp( rlArgs.selector + '\\-(gallery\\-(?:[\\da-z]{1,4}))', 'ig' ) );
300
-
301
- if ( match !== null ) {
302
- $( this ).attr( 'data-lightbox-gallery', match[0] );
303
- }
304
- }
305
-
306
- } );
307
-
308
- var observer_initialized = false,
309
- change_allowed = true,
310
- last_image = '';
311
-
312
- $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).nivoLightbox( {
313
- effect : rlArgs.effect,
314
- clickOverlayToClose : ( rlArgs.clickOverlayToClose === '1' ? true : false ),
315
- keyboardNav : ( rlArgs.keyboardNav === '1' ? true : false ),
316
- errorMessage : rlArgs.errorMessage,
317
- afterShowLightbox: function( lightbox ) {
318
- var content = $( lightbox )[0].find( '.nivo-lightbox-content' );
319
-
320
- // is observer initialized?
321
- if ( ! observer_initialized ) {
322
- // turn it off
323
- observer_initialized = true;
324
-
325
- // add content observer
326
- observe_script_dom( document.getElementsByClassName( 'nivo-lightbox-content' )[0], true, function() {
327
- if ( change_allowed ) {
328
- last_image = content.find( '.nivo-lightbox-image img' ).attr( 'src' );
329
-
330
- // trigger image view
331
- rl_view_image( script, last_image );
332
-
333
- // disallow observer changes
334
- change_allowed = false;
335
- }
336
- } );
337
- }
338
- },
339
- afterHideLightbox: function() {
340
- // allow observer changes
341
- change_allowed = true;
342
-
343
- // trigger image hide
344
- rl_hide_image( script, last_image );
345
- },
346
- onPrev: function( element ) {
347
- // disallow observer changes
348
- change_allowed = false;
349
-
350
- last_image = element[0].attr( 'href' );
351
-
352
- // trigger image view
353
- rl_view_image( script, last_image );
354
- },
355
- onNext: function( element ) {
356
- // disallow observer changes
357
- change_allowed = false;
358
-
359
- last_image = element[0].attr( 'href' );
360
-
361
- // trigger image view
362
- rl_view_image( script, last_image );
363
- }
364
- } );
365
-
366
- break;
367
-
368
- case 'imagelightbox':
369
-
370
- var selectors = [],
371
- last_image = '';
372
-
373
- $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).each( function ( i, item ) {
374
- var attr = $( item ).attr( 'data-rel' );
375
-
376
- // check data-rel attribute first
377
- if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
378
- selectors.push( attr );
379
- // if not found then try to check rel attribute for backward compatibility
380
- else {
381
- attr = $( item ).attr( 'rel' );
382
-
383
- if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
384
- selectors.push( attr );
385
- }
386
- } );
387
-
388
- if ( selectors.length > 0 ) {
389
-
390
- // make unique
391
- selectors = $.unique( selectors );
392
-
393
- $( selectors ).each( function ( i, item ) {
394
- $( 'a[data-rel="' + item + '"], a[rel="' + item + '"]' ).imageLightbox( {
395
- animationSpeed : parseInt( rlArgs.animationSpeed ),
396
- preloadNext : ( rlArgs.preloadNext === '1' ? true : false ),
397
- enableKeyboard : ( rlArgs.enableKeyboard === '1' ? true : false ),
398
- quitOnEnd : ( rlArgs.quitOnEnd === '1' ? true : false ),
399
- quitOnImgClick : ( rlArgs.quitOnImageClick === '1' ? true : false ),
400
- quitOnDocClick : ( rlArgs.quitOnDocumentClick === '1' ? true : false ),
401
- onLoadEnd: function() {
402
- last_image = $( '#imagelightbox' ).attr( 'src' );
403
-
404
- // trigger image view
405
- rl_view_image( script, last_image );
406
- },
407
- onEnd: function() {
408
- // trigger image hide
409
- rl_hide_image( script, last_image );
410
- }
411
- } );
412
- } );
413
- }
414
 
415
- break;
416
-
417
- case 'tosrus':
418
-
419
- var selectors = [],
420
- last_image = '';
421
-
422
- $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).each( function ( i, item ) {
423
- var attr = $( item ).attr( 'data-rel' );
424
-
425
- // check data-rel attribute first
426
- if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
427
- selectors.push( attr );
428
- // if not found then try to check rel attribute for backward compatibility
429
- else {
430
- attr = $( item ).attr( 'rel' );
431
-
432
- if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
433
- selectors.push( attr );
434
- }
435
- } );
436
-
437
- if ( selectors.length > 0 ) {
438
-
439
- // make unique
440
- selectors = $.unique( selectors );
441
-
442
- $( selectors ).each( function ( i, item ) {
443
- var tos = $( 'a[data-rel="' + item + '"], a[rel="' + item + '"]' ).tosrus( {
444
- infinite : ( rlArgs.infinite === '1' ? true : false ),
445
- autoplay : {
446
- play : ( rlArgs.autoplay === '1' ? true : false ),
447
- pauseOnHover : ( rlArgs.pauseOnHover === '1' ? true : false ),
448
- timeout : rlArgs.timeout
449
- },
450
- effect : rlArgs.effect,
451
- keys : {
452
- prev : ( rlArgs.keys === '1' ? true : false ),
453
- next : ( rlArgs.keys === '1' ? true : false ),
454
- close : ( rlArgs.keys === '1' ? true : false )
455
- },
456
- pagination : {
457
- add : ( rlArgs.pagination === '1' ? true : false ),
458
- type : rlArgs.paginationType
459
- },
460
- // forced
461
- show : false,
462
- buttons : true,
463
- caption : {
464
- add : true,
465
- attributes : ["title"]
466
- }
467
- } );
468
-
469
- tos.bind( 'sliding.tos', function( event, number ) {
470
- last_image = $( $( event.target ).find( '.tos-slider .tos-slide' )[number] ).find( 'img' ).attr( 'src' );
471
-
472
- // trigger image view
473
- rl_view_image( script, last_image );
474
- } );
475
-
476
- tos.bind( 'closing.tos', function() {
477
- // trigger image hide
478
- rl_hide_image( script, last_image );
479
- } );
480
-
481
- } );
482
- }
483
 
484
- break;
485
  }
486
 
487
- } );
 
 
 
488
 
489
  } )( jQuery );
1
  ( function ( $ ) {
2
 
3
+ $( document ).on( 'ready' + rlArgs.customEvents, function () {
4
+
5
+ // initialise event
6
+ $.event.trigger( {
7
+ type: 'doResponsiveLightbox',
8
+ script: rlArgs.script,
9
+ selector: rlArgs.selector,
10
+ args: rlArgs
 
11
  } );
12
+ } );
13
+
14
+ // this is similar to the WP function add_action();
15
+ $( document ).on( 'doResponsiveLightbox', function ( event ) {
16
+
17
+ var script = event.script,
18
+ selector = event.selector,
19
+ args = event.args;
20
+
21
+ if ( typeof script === 'undefined' || typeof selector === 'undefined' ) {
22
+ return false;
23
+ }
24
+
25
+ var observe_script_dom = ( function () {
26
+ var MutationObserver = window.MutationObserver || window.WebKitMutationObserver,
27
+ eventListenerSupported = window.addEventListener;
28
+
29
+ return function ( obj, only_added, callback ) {
30
+ if ( MutationObserver ) {
31
+ // define a new observer
32
+ var obs = new MutationObserver( function ( mutations, observer ) {
33
+ if ( only_added ) {
34
+ if ( mutations[0].addedNodes.length )
35
+ callback();
36
+ } else {
37
+ if ( mutations[0].addedNodes.length || mutations[0].removedNodes.length )
38
+ callback();
39
+ }
40
+ } );
41
+
42
+ // have the observer observe for changes in children
43
+ obs.observe( obj, { childList: true, subtree: true } );
44
+ } else if ( eventListenerSupported ) {
45
+ obj.addEventListener( 'DOMNodeInserted', callback, false );
46
+
47
+ if ( !only_added ) {
48
+ obj.addEventListener( 'DOMNodeRemoved', callback, false );
49
+ }
50
+ }
51
+ }
52
+ } )();
53
+
54
+ rl_view_image = function ( script, url ) {
55
+ $.event.trigger( {
56
+ type: 'doLightboxViewImage',
57
+ script: script,
58
+ url: url
59
+ } );
60
+ }
61
+
62
+ rl_hide_image = function ( script, url ) {
63
+ $.event.trigger( {
64
+ type: 'doLightboxHideImage',
65
+ script: script,
66
+ url: url
67
+ } );
68
+ }
69
+
70
+ switch ( script ) {
71
+
72
+ case 'swipebox':
73
+
74
+ var slide = $( '#swipebox-overlay' ).find( '.slide.current' ),
75
+ image_source = '',
76
+ allow_hide = false,
77
+ close_executed = false;
78
+
79
+ $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).swipebox( {
80
+ useCSS: ( rlArgs.animation === '1' ? true : false ),
81
+ useSVG: ( rlArgs.useSVG === '1' ? true : false ),
82
+ hideCloseButtonOnMobile: ( rlArgs.hideCloseButtonOnMobile === '1' ? true : false ),
83
+ removeBarsOnMobile: ( rlArgs.removeBarsOnMobile === '1' ? true : false ),
84
+ hideBarsDelay: ( rlArgs.hideBars === '1' ? parseInt( rlArgs.hideBarsDelay ) : 0 ),
85
+ videoMaxWidth: parseInt( rlArgs.videoMaxWidth ),
86
+ loopAtEnd: ( rlArgs.loopAtEnd === '1' ? true : false ),
87
+ afterOpen: function () {
88
+ close_executed = false;
89
+
90
+ // update current slide container
91
+ slide = $( '#swipebox-overlay' ).find( '.slide.current' );
92
+
93
+ // get image source
94
+ var image = slide.find( 'img' ).attr( 'src' );
95
+
96
+ // valid image source?
97
+ if ( typeof image !== 'undefined' ) {
98
+ image_source = image;
99
+
100
+ // trigger image view
101
+ rl_view_image( script, image_source );
102
+ } else {
103
+ image_source = '';
104
+ }
105
+
106
+ // add current slide observer
107
+ observe_script_dom( document.getElementById( 'swipebox-slider' ), false, function () {
108
+ if ( image_source === '' ) {
109
+ // get image source
110
+ var image = slide.find( 'img' ).attr( 'src' );
111
+
112
+ // valid image source?
113
+ if ( typeof image !== 'undefined' ) {
114
+ image_source = image;
115
+
116
+ // trigger image view
117
+ rl_view_image( script, image_source );
118
+ } else {
119
+ image_source = '';
120
+ }
121
+ }
122
+ } );
123
+ },
124
+ nextSlide: function () {
125
+ // update current slide container
126
+ slide = $( '#swipebox-overlay' ).find( '.slide.current' );
127
+
128
+ // get image source
129
+ var image = slide.find( 'img' ).attr( 'src' );
130
+
131
+ // valid image source?
132
+ if ( typeof image !== 'undefined' ) {
133
+ image_source = image;
134
+
135
+ // trigger image view
136
+ rl_view_image( script, image_source );
137
+ } else {
138
+ image_source = '';
139
+ }
140
+ },
141
+ prevSlide: function () {
142
+ // update current slide container
143
+ slide = $( '#swipebox-overlay' ).find( '.slide.current' );
144
+
145
+ // get image source
146
+ var image = slide.find( 'img' ).attr( 'src' );
147
+
148
+ // valid image source?
149
+ if ( typeof image !== 'undefined' ) {
150
+ image_source = image;
151
+
152
+ // trigger image view
153
+ rl_view_image( script, image_source );
154
+ } else {
155
+ image_source = '';
156
+ }
157
+ },
158
+ afterClose: function () {
159
+ // afterClose event executed
160
+ close_executed = true;
161
+
162
+ // allow to hide image?
163
+ if ( allow_hide ) {
164
+ // trigger image hide
165
+ rl_hide_image( script, image_source );
166
+
167
+ allow_hide = false;
168
+ }
169
+ }
170
+ } );
171
+
172
+ // additional event to prevent rl_hide_image to execure while opening modal
173
+ $( window ).on( 'resize', function () {
174
+ if ( !close_executed ) {
175
+ allow_hide = true;
176
+ }
177
+ } );
178
+
179
+ break;
180
+
181
+ case 'prettyphoto':
182
+
183
+ var view_disabled = false,
184
+ last_image = '';
185
+
186
+ $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).prettyPhoto( {
187
+ hook: 'data-rel',
188
+ animation_speed: rlArgs.animationSpeed,
189
+ slideshow: ( rlArgs.slideshow === '1' ? parseInt( rlArgs.slideshowDelay ) : false ),
190
+ autoplay_slideshow: ( rlArgs.slideshowAutoplay === '1' ? true : false ),
191
+ opacity: rlArgs.opacity,
192
+ show_title: ( rlArgs.showTitle === '1' ? true : false ),
193
+ allow_resize: ( rlArgs.allowResize === '1' ? true : false ),
194
+ allow_expand: ( rlArgs.allowExpand === '1' ? true : false ),
195
+ default_width: parseInt( rlArgs.width ),
196
+ default_height: parseInt( rlArgs.height ),
197
+ counter_separator_label: rlArgs.separator,
198
+ theme: rlArgs.theme,
199
+ horizontal_padding: parseInt( rlArgs.horizontalPadding ),
200
+ hideflash: ( rlArgs.hideFlash === '1' ? true : false ),
201
+ wmode: rlArgs.wmode,
202
+ autoplay: ( rlArgs.videoAutoplay === '1' ? true : false ),
203
+ modal: ( rlArgs.modal === '1' ? true : false ),
204
+ deeplinking: ( rlArgs.deeplinking === '1' ? true : false ),
205
+ overlay_gallery: ( rlArgs.overlayGallery === '1' ? true : false ),
206
+ keyboard_shortcuts: ( rlArgs.keyboardShortcuts === '1' ? true : false ),
207
+ social_tools: ( rlArgs.social === '1' ? '<div class="pp_social"><div class="twitter"><a href="//twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div><div class="facebook"><iframe src="//www.facebook.com/plugins/like.php?locale=en_US&href=' + location.href + '&amp;layout=button_count&amp;show_faces=true&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true"></iframe></div></div>' : '' ),
208
+ ie6_fallback: true,
209
+ changepicturecallback: function () {
210
+ // is view disabled?
211
+ if ( view_disabled ) {
212
+ // enable view
213
+ view_disabled = false;
214
+
215
+ return;
216
+ }
217
+
218
+ last_image = $( '#pp_full_res' ).find( 'img' ).attr( 'src' );
219
+
220
+ // trigger image view
221
+ rl_view_image( script, last_image );
222
+
223
+ // is expanding allowed?
224
+ if ( rlArgs.allowExpand === '1' ) {
225
+ // disable changepicturecallback event after expanding
226
+ $( 'a.pp_expand' ).on( 'click', function () {
227
+ view_disabled = true;
228
+ } );
229
+ }
230
+ },
231
+ callback: function () {
232
+ // trigger image hide
233
+ rl_hide_image( script, last_image );
234
+ }
235
+ } );
236
+
237
+ break;
238
+
239
+ case 'fancybox':
240
+
241
+ var last_image = '';
242
+
243
+ $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).fancybox( {
244
+ modal: ( rlArgs.modal === '1' ? true : false ),
245
+ overlayShow: ( rlArgs.showOverlay === '1' ? true : false ),
246
+ showCloseButton: ( rlArgs.showCloseButton === '1' ? true : false ),
247
+ enableEscapeButton: ( rlArgs.enableEscapeButton === '1' ? true : false ),
248
+ hideOnOverlayClick: ( rlArgs.hideOnOverlayClick === '1' ? true : false ),
249
+ hideOnContentClick: ( rlArgs.hideOnContentClick === '1' ? true : false ),
250
+ cyclic: ( rlArgs.cyclic === '1' ? true : false ),
251
+ showNavArrows: ( rlArgs.showNavArrows === '1' ? true : false ),
252
+ autoScale: ( rlArgs.autoScale === '1' ? true : false ),
253
+ scrolling: rlArgs.scrolling,
254
+ centerOnScroll: ( rlArgs.centerOnScroll === '1' ? true : false ),
255
+ opacity: ( rlArgs.opacity === '1' ? true : false ),
256
+ overlayOpacity: parseFloat( rlArgs.overlayOpacity / 100 ),
257
+ overlayColor: rlArgs.overlayColor,
258
+ titleShow: ( rlArgs.titleShow === '1' ? true : false ),
259
+ titlePosition: rlArgs.titlePosition,
260
+ transitionIn: rlArgs.transitions,
261
+ transitionOut: rlArgs.transitions,
262
+ easingIn: rlArgs.easings,
263
+ easingOut: rlArgs.easings,
264
+ speedIn: parseInt( rlArgs.speeds ),
265
+ speedOut: parseInt( rlArgs.speeds ),
266
+ changeSpeed: parseInt( rlArgs.changeSpeed ),
267
+ changeFade: parseInt( rlArgs.changeFade ),
268
+ padding: parseInt( rlArgs.padding ),
269
+ margin: parseInt( rlArgs.margin ),
270
+ width: parseInt( rlArgs.videoWidth ),
271
+ height: parseInt( rlArgs.videoHeight ),
272
+ onComplete: function () {
273
+ last_image = $( '#fancybox-content' ).find( 'img' ).attr( 'src' );
274
+
275
+ // trigger image view
276
+ rl_view_image( script, last_image );
277
+ },
278
+ onClosed: function () {
279
+ // trigger image hide
280
+ rl_hide_image( script, last_image );
281
+ }
282
+ } );
283
+
284
+ break;
285
+
286
+ case 'nivo':
287
+
288
+ $.each( $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ), function () {
289
+ var attr = $( this ).attr( 'data-rel' );
290
+
291
+ // check data-rel attribute first
292
+ if ( typeof attr === 'undefined' || attr == false ) {
293
+ // if not found then try to check rel attribute for backward compatibility
294
+ attr = $( this ).attr( 'rel' );
295
+ }
296
+
297
+ // for some browsers, `attr` is undefined; for others, `attr` is false. Check for both.
298
+ if ( typeof attr !== 'undefined' && attr !== false ) {
299
+ var match = attr.match( new RegExp( rlArgs.selector + '\\-(gallery\\-(?:[\\da-z]{1,4}))', 'ig' ) );
300
+
301
+ if ( match !== null ) {
302
+ $( this ).attr( 'data-lightbox-gallery', match[0] );
303
+ }
304
+ }
305
 
306
+ } );
307
+
308
+ var observer_initialized = false,
309
+ change_allowed = true,
310
+ last_image = '';
311
+
312
+ $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).nivoLightbox( {
313
+ effect: rlArgs.effect,
314
+ clickOverlayToClose: ( rlArgs.clickOverlayToClose === '1' ? true : false ),
315
+ keyboardNav: ( rlArgs.keyboardNav === '1' ? true : false ),
316
+ errorMessage: rlArgs.errorMessage,
317
+ afterShowLightbox: function ( lightbox ) {
318
+ var content = $( lightbox )[0].find( '.nivo-lightbox-content' );
319
+
320
+ // is observer initialized?
321
+ if ( !observer_initialized ) {
322
+ // turn it off
323
+ observer_initialized = true;
324
+
325
+ // add content observer
326
+ observe_script_dom( document.getElementsByClassName( 'nivo-lightbox-content' )[0], true, function () {
327
+ if ( change_allowed ) {
328
+ last_image = content.find( '.nivo-lightbox-image img' ).attr( 'src' );
329
+
330
+ // trigger image view
331
+ rl_view_image( script, last_image );
332
+
333
+ // disallow observer changes
334
+ change_allowed = false;
 
 
 
 
 
 
 
335
  }
336
+ } );
337
  }
338
+ },
339
+ afterHideLightbox: function () {
340
+ // allow observer changes
341
+ change_allowed = true;
342
+
343
+ // trigger image hide
344
+ rl_hide_image( script, last_image );
345
+ },
346
+ onPrev: function ( element ) {
347
+ // disallow observer changes
348
+ change_allowed = false;
349
+
350
+ last_image = element[0].attr( 'href' );
351
+
352
+ // trigger image view
353
+ rl_view_image( script, last_image );
354
+ },
355
+ onNext: function ( element ) {
356
+ // disallow observer changes
357
+ change_allowed = false;
358
+
359
+ last_image = element[0].attr( 'href' );
360
+
361
+ // trigger image view
362
+ rl_view_image( script, last_image );
363
+ }
364
+ } );
365
+
366
+ break;
367
+
368
+ case 'imagelightbox':
369
+
370
+ var selectors = [ ],
371
+ last_image = '';
372
+
373
+ $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).each( function ( i, item ) {
374
+ var attr = $( item ).attr( 'data-rel' );
375
+
376
+ // check data-rel attribute first
377
+ if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
378
+ selectors.push( attr );
379
+ // if not found then try to check rel attribute for backward compatibility
380
+ else {
381
+ attr = $( item ).attr( 'rel' );
382
+
383
+ if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
384
+ selectors.push( attr );
385
+ }
386
+ } );
387
 
388
+ if ( selectors.length > 0 ) {
389
+
390
+ // make unique
391
+ selectors = $.unique( selectors );
392
+
393
+ $( selectors ).each( function ( i, item ) {
394
+ $( 'a[data-rel="' + item + '"], a[rel="' + item + '"]' ).imageLightbox( {
395
+ animationSpeed: parseInt( rlArgs.animationSpeed ),
396
+ preloadNext: ( rlArgs.preloadNext === '1' ? true : false ),
397
+ enableKeyboard: ( rlArgs.enableKeyboard === '1' ? true : false ),
398
+ quitOnEnd: ( rlArgs.quitOnEnd === '1' ? true : false ),
399
+ quitOnImgClick: ( rlArgs.quitOnImageClick === '1' ? true : false ),
400
+ quitOnDocClick: ( rlArgs.quitOnDocumentClick === '1' ? true : false ),
401
+ onLoadEnd: function () {
402
+ last_image = $( '#imagelightbox' ).attr( 'src' );
403
+
404
+ // trigger image view
405
+ rl_view_image( script, last_image );
406
+ },
407
+ onEnd: function () {
408
+ // trigger image hide
409
+ rl_hide_image( script, last_image );
410
+ }
411
  } );
412
+ } );
413
  }
414
 
415
+ break;
416
+
417
+ case 'tosrus':
418
+
419
+ var selectors = [ ],
420
+ last_image = '';
421
+
422
+ $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).each( function ( i, item ) {
423
+ var attr = $( item ).attr( 'data-rel' );
424
+
425
+ // check data-rel attribute first
426
+ if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
427
+ selectors.push( attr );
428
+ // if not found then try to check rel attribute for backward compatibility
429
+ else {
430
+ attr = $( item ).attr( 'rel' );
431
+
432
+ if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
433
+ selectors.push( attr );
434
+ }
435
+ } );
436
+
437
+ if ( selectors.length > 0 ) {
438
+
439
+ // make unique
440
+ selectors = $.unique( selectors );
441
+
442
+ $( selectors ).each( function ( i, item ) {
443
+ var tos = $( 'a[data-rel="' + item + '"], a[rel="' + item + '"]' ).tosrus( {
444
+ infinite: ( rlArgs.infinite === '1' ? true : false ),
445
+ autoplay: {
446
+ play: ( rlArgs.autoplay === '1' ? true : false ),
447
+ pauseOnHover: ( rlArgs.pauseOnHover === '1' ? true : false ),
448
+ timeout: rlArgs.timeout
449
+ },
450
+ effect: rlArgs.effect,
451
+ keys: {
452
+ prev: ( rlArgs.keys === '1' ? true : false ),
453
+ next: ( rlArgs.keys === '1' ? true : false ),
454
+ close: ( rlArgs.keys === '1' ? true : false )
455
+ },
456
+ pagination: {
457
+ add: ( rlArgs.pagination === '1' ? true : false ),
458
+ type: rlArgs.paginationType
459
+ },
460
+ // forced
461
+ show: false,
462
+ buttons: true,
463
+ caption: {
464
+ add: true,
465
+ attributes: [ "title" ]
466
+ }
467
  } );
468
+
469
+ tos.bind( 'sliding.tos', function ( event, number ) {
470
+ last_image = $( $( event.target ).find( '.tos-slider .tos-slide' )[number] ).find( 'img' ).attr( 'src' );
471
+
472
+ // trigger image view
473
+ rl_view_image( script, last_image );
474
+ } );
475
+
476
+ tos.bind( 'closing.tos', function () {
477
+ // trigger image hide
478
+ rl_hide_image( script, last_image );
479
+ } );
480
+
481
+ } );
482
  }
483
 
484
+ break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
 
486
+ case 'featherlight':
487
+
488
+ var selectors = [ ],
489
+ last_image = '';
490
+
491
+ $( 'a[rel*="' + rlArgs.selector + '"], a[data-rel*="' + rlArgs.selector + '"]' ).each( function ( i, item ) {
492
+ var attr = $( item ).attr( 'data-rel' );
493
+
494
+ // check data-rel attribute first
495
+ if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
496
+ selectors.push( attr );
497
+ // if not found then try to check rel attribute for backward compatibility
498
+ else {
499
+ attr = $( item ).attr( 'rel' );
500
+
501
+ if ( typeof attr !== 'undefined' && attr !== false && attr !== 'norl' )
502
+ selectors.push( attr );
503
+ }
504
+ } );
505
+
506
+ if ( selectors.length > 0 ) {
507
+ // make unique
508
+ selectors = $.unique( selectors );
509
+
510
+ // set defaults
511
+ $.extend( $.featherlight.defaults, {
512
+ openSpeed: parseInt( rlArgs.openSpeed ),
513
+ closeSpeed: parseInt( rlArgs.closeSpeed ),
514
+ closeOnClick: rlArgs.closeOnClick,
515
+ closeOnEsc: ( rlArgs.closeOnEsc === '1' ? true : false ),
516
+ afterOpen: function ( event ) {
517
+ last_image = event.currentTarget.href;
518
+
519
+ // trigger image view
520
+ rl_view_image( script, last_image );
521
+ },
522
+ afterClose: function () {
523
+ // trigger image hide
524
+ rl_hide_image( script, last_image );
525
+ }
526
+ } );
527
+
528
+ $( selectors ).each( function ( i, item ) {
529
+
530
+ // gallery?
531
+ if ( /-gallery-/.test( item ) ) {
532
+ $( 'a[data-rel="' + item + '"], a[rel="' + item + '"]' ).featherlightGallery( {
533
+ galleryFadeIn: parseInt( rlArgs.galleryFadeIn ),
534
+ galleryFadeOut: parseInt( rlArgs.galleryFadeOut ),
535
+ previousIcon: '&#10094;',
536
+ nextIcon: '&#10095;'
537
+ } );
538
+ // video?
539
+ } else if ( /-video-/.test( item ) ) {
540
+ $( 'a[data-rel="' + item + '"], a[rel="' + item + '"]' ).featherlight();
541
+ // single image?
542
+ } else {
543
+ $( 'a[data-rel="' + item + '"], a[rel="' + item + '"]' ).featherlight();
544
+ }
545
+ } );
 
 
 
 
 
 
 
 
546
 
 
547
  }
548
 
549
+ break;
550
+ }
551
+
552
+ } );
553
 
554
  } )( jQuery );
languages/responsive-lightbox-cs_CZ.mo DELETED
Binary file
languages/responsive-lightbox-cs_CZ.po DELETED
@@ -1,422 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox\n"
4
- "POT-Creation-Date: 2013-07-25 10:58+0100\n"
5
- "PO-Revision-Date: 2013-07-25 10:59+0100\n"
6
- "Last-Translator: Washek <washek@gmail.com>\n"
7
- "Language-Team: \n"
8
- "Language: Czech\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../responsive-lightbox.php:218
19
- msgid "prettyPhoto"
20
- msgstr "prettyPhoto"
21
-
22
- #: ../responsive-lightbox.php:220
23
- msgid "slow"
24
- msgstr "pomalu"
25
-
26
- #: ../responsive-lightbox.php:221
27
- msgid "normal"
28
- msgstr "normálně"
29
-
30
- #: ../responsive-lightbox.php:222
31
- msgid "fast"
32
- msgstr "rychle"
33
-
34
- #: ../responsive-lightbox.php:225
35
- msgid "default"
36
- msgstr ""
37
-
38
- #: ../responsive-lightbox.php:226
39
- msgid "light rounded"
40
- msgstr "světlý zakulacený"
41
-
42
- #: ../responsive-lightbox.php:227
43
- msgid "dark rounded"
44
- msgstr "tmavý zakulacený"
45
-
46
- #: ../responsive-lightbox.php:228
47
- msgid "light square"
48
- msgstr "světlý hranatý"
49
-
50
- #: ../responsive-lightbox.php:229
51
- msgid "dark square"
52
- msgstr "tmavý hranatý"
53
-
54
- #: ../responsive-lightbox.php:230
55
- msgid "facebook"
56
- msgstr ""
57
-
58
- #: ../responsive-lightbox.php:233
59
- msgid "window"
60
- msgstr "okno"
61
-
62
- #: ../responsive-lightbox.php:234
63
- msgid "transparent"
64
- msgstr "průhledný"
65
-
66
- #: ../responsive-lightbox.php:235
67
- msgid "opaque"
68
- msgstr "neprůhledný"
69
-
70
- #: ../responsive-lightbox.php:236
71
- msgid "direct"
72
- msgstr "přímý"
73
-
74
- #: ../responsive-lightbox.php:237
75
- msgid "gpu"
76
- msgstr ""
77
-
78
- #: ../responsive-lightbox.php:242
79
- msgid "SwipeBox"
80
- msgstr ""
81
-
82
- #: ../responsive-lightbox.php:244
83
- msgid "CSS"
84
- msgstr ""
85
-
86
- #: ../responsive-lightbox.php:245
87
- msgid "jQuery"
88
- msgstr ""
89
-
90
- #: ../responsive-lightbox.php:251
91
- msgid "Enable"
92
- msgstr "Povolit"
93
-
94
- #: ../responsive-lightbox.php:252
95
- msgid "Disable"
96
- msgstr "Zakázat"
97
-
98
- #: ../responsive-lightbox.php:257 ../responsive-lightbox.php:293
99
- msgid "General settings"
100
- msgstr "Obecné nastavení"
101
-
102
- #: ../responsive-lightbox.php:262 ../responsive-lightbox.php:304
103
- msgid "Lightbox settings"
104
- msgstr "Nastavení lightboxu"
105
-
106
- #: ../responsive-lightbox.php:294
107
- msgid "Lightbox script"
108
- msgstr "Lightbox skript"
109
-
110
- #: ../responsive-lightbox.php:295
111
- msgid "Selector"
112
- msgstr "Selektor"
113
-
114
- #: ../responsive-lightbox.php:296
115
- msgid "Galleries"
116
- msgstr "Galerie"
117
-
118
- #: ../responsive-lightbox.php:297
119
- msgid "Video links"
120
- msgstr "Video odkazy"
121
-
122
- #: ../responsive-lightbox.php:298
123
- msgid "Image links"
124
- msgstr "Odkazy obrázků"
125
-
126
- #: ../responsive-lightbox.php:299
127
- msgid "Single images as gallery"
128
- msgstr "Galerie po jednotlivých obrázcích"
129
-
130
- #: ../responsive-lightbox.php:300
131
- msgid "Deactivation"
132
- msgstr "Deaktivace"
133
-
134
- #: ../responsive-lightbox.php:308
135
- msgid "Animation type"
136
- msgstr "Typ animace"
137
-
138
- #: ../responsive-lightbox.php:309
139
- msgid "Top and bottom bars"
140
- msgstr "Horní a dolní lišta"
141
-
142
- #: ../responsive-lightbox.php:310
143
- msgid "Video max width"
144
- msgstr "Maximální šířka videa"
145
-
146
- #: ../responsive-lightbox.php:314
147
- msgid "Animation speed"
148
- msgstr "Rychlost animace"
149
-
150
- #: ../responsive-lightbox.php:315
151
- msgid "Slideshow"
152
- msgstr ""
153
-
154
- #: ../responsive-lightbox.php:316
155
- msgid "Slideshow autoplay"
156
- msgstr "Automatické přehrání slideshow"
157
-
158
- #: ../responsive-lightbox.php:317
159
- msgid "Opacity"
160
- msgstr "Průhlednost"
161
-
162
- #: ../responsive-lightbox.php:318
163
- msgid "Show title"
164
- msgstr "Ukázat název"
165
-
166
- #: ../responsive-lightbox.php:319
167
- msgid "Allow resize big images"
168
- msgstr "Povolit přizpůsobení velkých obrázků"
169
-
170
- #: ../responsive-lightbox.php:320
171
- msgid "Video width"
172
- msgstr "Šířka videa"
173
-
174
- #: ../responsive-lightbox.php:321
175
- msgid "Video height"
176
- msgstr "Výška videa"
177
-
178
- #: ../responsive-lightbox.php:322
179
- msgid "Theme"
180
- msgstr "Motiv"
181
-
182
- #: ../responsive-lightbox.php:323
183
- msgid "Horizontal padding"
184
- msgstr "Horizontální odsazení"
185
-
186
- #: ../responsive-lightbox.php:324
187
- msgid "Hide Flash"
188
- msgstr "Skrýt flash"
189
-
190
- #: ../responsive-lightbox.php:325
191
- msgid "Flash Window Mode (wmode)"
192
- msgstr "Typ flash okna (wmode)"
193
-
194
- #: ../responsive-lightbox.php:326
195
- msgid "Video autoplay"
196
- msgstr "Automatické spuštění videa"
197
-
198
- #: ../responsive-lightbox.php:327
199
- msgid "Modal"
200
- msgstr ""
201
-
202
- #: ../responsive-lightbox.php:328
203
- msgid "Deeplinking"
204
- msgstr ""
205
-
206
- #: ../responsive-lightbox.php:329
207
- msgid "Overlay gallery"
208
- msgstr "Překrytí galerií"
209
-
210
- #: ../responsive-lightbox.php:330
211
- msgid "Keyboard shortcuts"
212
- msgstr "Klávesové zkratky"
213
-
214
- #: ../responsive-lightbox.php:331
215
- msgid "Social (Twitter, Facebook)"
216
- msgstr "Sociální sítě (Twitter, Facebook)"
217
-
218
- #: ../responsive-lightbox.php:349
219
- msgid "Select your preffered ligthbox effect script."
220
- msgstr "Vyber preferovaný lightbox efekt."
221
-
222
- #: ../responsive-lightbox.php:359
223
- msgid "Select to which rel selector lightbox effect will be applied to."
224
- msgstr "Vyber, podle jakého klíčového slova bude lightbox vyvolán."
225
-
226
- #: ../responsive-lightbox.php:377
227
- msgid "Add lightbox to WordPress image galleries by default"
228
- msgstr "Přidej lightbox efekt do galerie obrázků WordPresssu"
229
-
230
- #: ../responsive-lightbox.php:395
231
- msgid "Add lightbox to YouTube and Vimeo video links by default"
232
- msgstr "Přidej lightbox efekt do odkazů na YouTube a Vimeo videa"
233
-
234
- #: ../responsive-lightbox.php:413
235
- msgid "Add lightbox to WordPress image links by default"
236
- msgstr "Přidej lightbox efekt do odkazů na obrázek Wordpressu"
237
-
238
- #: ../responsive-lightbox.php:431
239
- msgid "Display single post images as a gallery"
240
- msgstr "Zobraz jednotlivé obrázky v článcích jako galerie"
241
-
242
- #: ../responsive-lightbox.php:449
243
- msgid "Delete settings on plugin deactivation"
244
- msgstr "Vymaž nastavení při deaktivaci pluginu"
245
-
246
- #: ../responsive-lightbox.php:467
247
- msgid "Select a method of applying a lightbox effect."
248
- msgstr "Vyber způsob zobrazení lightbox efektu.."
249
-
250
- #: ../responsive-lightbox.php:485
251
- msgid "Disable if you don't want to display top and bottom bars."
252
- msgstr "Zakaž, pokud nechceš zobrazovat horní a dolní lištu."
253
-
254
- #: ../responsive-lightbox.php:489
255
- msgid "Enter the time for images animation (in miliseconds)"
256
- msgstr "Vlož čas pro animaci mezi obrázky (v milisekundách)"
257
-
258
- #: ../responsive-lightbox.php:499
259
- msgid "Enter the max video width in a lightbox"
260
- msgstr "Vlož maximální šířku videa v lightboxu"
261
-
262
- #: ../responsive-lightbox.php:517
263
- msgid "Select animation speed for lightbox effect"
264
- msgstr "Vyber rychlost animace lightbox efektu"
265
-
266
- #: ../responsive-lightbox.php:535
267
- msgid "Display images as slideshow"
268
- msgstr "Zobraz obrázky jako slideshow"
269
-
270
- #: ../responsive-lightbox.php:539
271
- msgid "Enter time (in miliseconds)"
272
- msgstr "Vlož čas (v milisekundách)"
273
-
274
- #: ../responsive-lightbox.php:557
275
- msgid "Automatically start slideshow"
276
- msgstr "Automatické spuštění slideshow"
277
-
278
- #: ../responsive-lightbox.php:567
279
- msgid "Value between 0 and 1 (for e.g. 0.5)"
280
- msgstr "Hodnota mezi 0 a 1 (např. 0.5)"
281
-
282
- #: ../responsive-lightbox.php:585
283
- msgid "Display image tiltle"
284
- msgstr "Zobraz název obrázku"
285
-
286
- #: ../responsive-lightbox.php:603
287
- msgid "Resize the photos bigger than viewport."
288
- msgstr "Změna velikosti obrázků, pokud jsou větší než obrazovka."
289
-
290
- #: ../responsive-lightbox.php:613 ../responsive-lightbox.php:623
291
- msgid "in pixels"
292
- msgstr "v pixelech"
293
-
294
- #: ../responsive-lightbox.php:641
295
- msgid "Select theme for lightbox effect"
296
- msgstr "Vyber motiv lightbox efektu."
297
-
298
- #: ../responsive-lightbox.php:651
299
- msgid "Horizontal padding (in pixels)"
300
- msgstr "Horizontální odsazení (v pixelech)"
301
-
302
- #: ../responsive-lightbox.php:669
303
- msgid ""
304
- "Hides all the flash object on a page. Enable this if flash appears over "
305
- "prettyPhoto"
306
- msgstr ""
307
- "Skryje všechny flash objekty na stránce. Povol, pokud se flash objevuje v "
308
- "prettyPhoto"
309
-
310
- #: ../responsive-lightbox.php:687
311
- msgid "Select flash window mode"
312
- msgstr "Vyber flash typ okna"
313
-
314
- #: ../responsive-lightbox.php:705
315
- msgid "Automatically start videos"
316
- msgstr "Automatické spuštění videí"
317
-
318
- #: ../responsive-lightbox.php:723
319
- msgid "If set to true, only the close button will close the window"
320
- msgstr "Pokud povolíš, pouze zavírací tlačítko zavře okno."
321
-
322
- #: ../responsive-lightbox.php:741
323
- msgid "Allow prettyPhoto to update the url to enable deeplinking"
324
- msgstr "Povolí prettyPhoto aktualizovat url k umožnění deeplinkingu"
325
-
326
- #: ../responsive-lightbox.php:759
327
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
328
- msgstr "Pokud povolíš, překryje galerie celou obrazovku po najetí myší"
329
-
330
- #: ../responsive-lightbox.php:777
331
- msgid "Set to false if you open forms inside prettyPhoto"
332
- msgstr "Zakaž, pokud otevíráš formuláře uvnitř prettyPhoto"
333
-
334
- #: ../responsive-lightbox.php:795
335
- msgid "Display links to Facebook and Twitter"
336
- msgstr "Zobraz odkazy na Facebook a Twitter"
337
-
338
- #: ../responsive-lightbox.php:891
339
- msgid ""
340
- "Changes were not saved because there was attempt to save settings of "
341
- "inactive script. The site has been reloaded to the proper script settings."
342
- msgstr ""
343
- "Změny nebyly uloženy, protože jsi se pokusil uložit nastavení "
344
- "neaktivního skriptu. Stránka byla znovu načtena do nastavení správného skriptu."
345
-
346
- #: ../responsive-lightbox.php:903
347
- msgid "Settings of SwipeBox script were restored to defaults."
348
- msgstr "Nastavení skriptu SwipeBox bylo obnoveno na výchozí."
349
-
350
- #: ../responsive-lightbox.php:909
351
- msgid "Settings of prettyPhoto script were restored to defaults."
352
- msgstr "Nastavení skriptu prettyPhoto bylo obnoveno na výchozí."
353
-
354
- #: ../responsive-lightbox.php:913
355
- msgid ""
356
- "Changes were not set to defaults because there was attempt to reset settings "
357
- "of inactive script. The site has been reloaded to the proper script settings."
358
- msgstr ""
359
- "Změny nebyly nastaveny na výchozí hodnoty, protože jsi se pokusil o obnovení nastavení "
360
- "neaktivního skriptu. Stránka byla znovu načtena do nastavení správného skriptu."
361
-
362
- #: ../responsive-lightbox.php:927 ../responsive-lightbox.php:928
363
- #: ../responsive-lightbox.php:942 ../responsive-lightbox.php:974
364
- msgid "Responsive Lightbox"
365
- msgstr ""
366
-
367
- #: ../responsive-lightbox.php:967
368
- msgid "Reset to defaults"
369
- msgstr "Obnovit výchozí nastavení"
370
-
371
- #: ../responsive-lightbox.php:976
372
- msgid "Need support?"
373
- msgstr "Potřebuješ pomoc?"
374
-
375
- #: ../responsive-lightbox.php:977
376
- msgid ""
377
- "If you are having problems with this plugin, please talk about them in the"
378
- msgstr "Pokud máš problém s tímto pluginem, pověz o něm prosím ve"
379
-
380
- #: ../responsive-lightbox.php:977
381
- msgid "Support forum"
382
- msgstr "fóru podpory"
383
-
384
- #: ../responsive-lightbox.php:979
385
- msgid "Do you like this plugin?"
386
- msgstr "Líbí se ti tento plugin?"
387
-
388
- #: ../responsive-lightbox.php:980
389
- msgid "Rate it 5"
390
- msgstr "Ohodnoť ho 5"
391
-
392
- #: ../responsive-lightbox.php:980
393
- msgid "on WordPress.org"
394
- msgstr "na WordPress.org"
395
-
396
- #: ../responsive-lightbox.php:981
397
- msgid "Blog about it & link to the"
398
- msgstr "Napiš o něm a odkaž na"
399
-
400
- #: ../responsive-lightbox.php:981
401
- msgid "plugin page"
402
- msgstr "stránky pluginu"
403
-
404
- #: ../responsive-lightbox.php:982
405
- msgid "Check out our other"
406
- msgstr "Zkus naše další"
407
-
408
- #: ../responsive-lightbox.php:982
409
- msgid "WordPress plugins"
410
- msgstr "WordPress pluginy"
411
-
412
- #: ../responsive-lightbox.php:1007
413
- msgid "Are you sure you want to reset scripts settings to defaults?"
414
- msgstr "Jsi si jistý, že chceš obnovit výchozí nastavení??"
415
-
416
- #: ../responsive-lightbox.php:1134
417
- msgid "Support"
418
- msgstr "Pomoc"
419
-
420
- #: ../responsive-lightbox.php:1156
421
- msgid "Settings"
422
- msgstr "Nastavení"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-de_DE.mo DELETED
Binary file
languages/responsive-lightbox-de_DE.po DELETED
@@ -1,779 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox\n"
4
- "POT-Creation-Date: 2013-10-28 14:23+0100\n"
5
- "PO-Revision-Date: 2013-12-24 23:00+0100\n"
6
- "Last-Translator: Andreas Reitberger <andy.reitberger@gmail.com>\n"
7
- "Language-Team: wdbase.de <kontakt@wdbase.de>\n"
8
- "Language: de_DE\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.3\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../responsive-lightbox.php:272
20
- msgid "prettyPhoto"
21
- msgstr "prettyPhoto"
22
-
23
- #: ../responsive-lightbox.php:274
24
- msgid "slow"
25
- msgstr "langsam"
26
-
27
- #: ../responsive-lightbox.php:275
28
- msgid "normal"
29
- msgstr "normal"
30
-
31
- #: ../responsive-lightbox.php:276
32
- msgid "fast"
33
- msgstr "schnell"
34
-
35
- #: ../responsive-lightbox.php:279
36
- msgid "default"
37
- msgstr "Standard"
38
-
39
- #: ../responsive-lightbox.php:280
40
- msgid "light rounded"
41
- msgstr "Hell (abgerundet)"
42
-
43
- #: ../responsive-lightbox.php:281
44
- msgid "dark rounded"
45
- msgstr "Dunkel (abgerundet)"
46
-
47
- #: ../responsive-lightbox.php:282
48
- msgid "light square"
49
- msgstr "Hell (quadratisch)"
50
-
51
- #: ../responsive-lightbox.php:283
52
- msgid "dark square"
53
- msgstr "Dunkel (quadratisch)"
54
-
55
- #: ../responsive-lightbox.php:284
56
- msgid "facebook"
57
- msgstr "Facebook"
58
-
59
- #: ../responsive-lightbox.php:287
60
- msgid "window"
61
- msgstr "Fenster"
62
-
63
- #: ../responsive-lightbox.php:288
64
- msgid "transparent"
65
- msgstr "Transparent"
66
-
67
- #: ../responsive-lightbox.php:289
68
- msgid "opaque"
69
- msgstr "Undurchsichtig"
70
-
71
- #: ../responsive-lightbox.php:290
72
- msgid "direct"
73
- msgstr "Direkt"
74
-
75
- #: ../responsive-lightbox.php:291
76
- msgid "gpu"
77
- msgstr "GPU"
78
-
79
- #: ../responsive-lightbox.php:296
80
- msgid "SwipeBox"
81
- msgstr "SwipeBox"
82
-
83
- #: ../responsive-lightbox.php:298
84
- msgid "CSS"
85
- msgstr "CSS"
86
-
87
- #: ../responsive-lightbox.php:299
88
- msgid "jQuery"
89
- msgstr "jQuery"
90
-
91
- #: ../responsive-lightbox.php:303
92
- msgid "FancyBox"
93
- msgstr "FancyBox"
94
-
95
- #: ../responsive-lightbox.php:305
96
- msgid "elastic"
97
- msgstr "elastisch"
98
-
99
- #: ../responsive-lightbox.php:306 ../responsive-lightbox.php:327
100
- msgid "fade"
101
- msgstr "verblassen"
102
-
103
- #: ../responsive-lightbox.php:307
104
- msgid "none"
105
- msgstr "keine"
106
-
107
- #: ../responsive-lightbox.php:310
108
- msgid "auto"
109
- msgstr "automatisch"
110
-
111
- #: ../responsive-lightbox.php:311
112
- msgid "yes"
113
- msgstr "ja"
114
-
115
- #: ../responsive-lightbox.php:312
116
- msgid "no"
117
- msgstr "nein"
118
-
119
- #: ../responsive-lightbox.php:315
120
- msgid "swing"
121
- msgstr "schwingen"
122
-
123
- #: ../responsive-lightbox.php:316
124
- msgid "linear"
125
- msgstr "linear"
126
-
127
- #: ../responsive-lightbox.php:319
128
- msgid "outside"
129
- msgstr "Außen"
130
-
131
- #: ../responsive-lightbox.php:320
132
- msgid "inside"
133
- msgstr "Innen"
134
-
135
- #: ../responsive-lightbox.php:321
136
- msgid "over"
137
- msgstr "Über"
138
-
139
- #: ../responsive-lightbox.php:325
140
- msgid "Nivo Lightbox"
141
- msgstr "Nivo Lightbox"
142
-
143
- #: ../responsive-lightbox.php:328
144
- msgid "fade scale"
145
- msgstr "verblassen (skaliert)"
146
-
147
- #: ../responsive-lightbox.php:329
148
- msgid "slide left"
149
- msgstr "nach links gleiten"
150
-
151
- #: ../responsive-lightbox.php:330
152
- msgid "slide right"
153
- msgstr "nach rechts gleiten"
154
-
155
- #: ../responsive-lightbox.php:331
156
- msgid "slide up"
157
- msgstr "nach oben gleiten"
158
-
159
- #: ../responsive-lightbox.php:332
160
- msgid "slide down"
161
- msgstr "nach unten gleiten"
162
-
163
- #: ../responsive-lightbox.php:333
164
- msgid "fall"
165
- msgstr "fallen"
166
-
167
- #: ../responsive-lightbox.php:339
168
- msgid "Enable"
169
- msgstr "Aktivieren"
170
-
171
- #: ../responsive-lightbox.php:340
172
- msgid "Disable"
173
- msgstr "Deaktivieren"
174
-
175
- #: ../responsive-lightbox.php:345 ../responsive-lightbox.php:446
176
- msgid "General settings"
177
- msgstr "Allgemeine Einstellungen"
178
-
179
- #: ../responsive-lightbox.php:351 ../responsive-lightbox.php:457
180
- msgid "Lightbox settings"
181
- msgstr "Lightbox Einstellungen"
182
-
183
- #: ../responsive-lightbox.php:447
184
- msgid "Lightbox script"
185
- msgstr "Lightbox Script"
186
-
187
- #: ../responsive-lightbox.php:448
188
- msgid "Selector"
189
- msgstr "Wähler"
190
-
191
- #: ../responsive-lightbox.php:449
192
- msgid "Galleries"
193
- msgstr "Galerien"
194
-
195
- #: ../responsive-lightbox.php:450
196
- msgid "Video links"
197
- msgstr "Video Links"
198
-
199
- #: ../responsive-lightbox.php:451
200
- msgid "Image links"
201
- msgstr "Bild Links"
202
-
203
- #: ../responsive-lightbox.php:452
204
- msgid "Single images as gallery"
205
- msgstr "Einzelnes Bild als Galerie"
206
-
207
- #: ../responsive-lightbox.php:453
208
- msgid "Deactivation"
209
- msgstr "Deaktivierung"
210
-
211
- #: ../responsive-lightbox.php:461
212
- msgid "Animation type"
213
- msgstr "Animationstyp"
214
-
215
- #: ../responsive-lightbox.php:462
216
- msgid "Force PNG icons"
217
- msgstr "Erzwinge PNG Icons"
218
-
219
- #: ../responsive-lightbox.php:463
220
- msgid "Top and bottom bars"
221
- msgstr "Kopf- und Fußbar"
222
-
223
- #: ../responsive-lightbox.php:464
224
- msgid "Video max width"
225
- msgstr "Video (max. Breite)"
226
-
227
- #: ../responsive-lightbox.php:468
228
- msgid "Animation speed"
229
- msgstr "Animationsgeschwindigkeit"
230
-
231
- #: ../responsive-lightbox.php:469
232
- msgid "Slideshow"
233
- msgstr "Slideshow"
234
-
235
- #: ../responsive-lightbox.php:470
236
- msgid "Slideshow autoplay"
237
- msgstr "Slideshow Autostart"
238
-
239
- #: ../responsive-lightbox.php:471 ../responsive-lightbox.php:500
240
- msgid "Opacity"
241
- msgstr "Deckkraft"
242
-
243
- #: ../responsive-lightbox.php:472
244
- msgid "Show title"
245
- msgstr "Titel anzeigen?"
246
-
247
- #: ../responsive-lightbox.php:473
248
- msgid "Allow resize big images"
249
- msgstr "Erlaube Verkleinerung großer Bilder"
250
-
251
- #: ../responsive-lightbox.php:474 ../responsive-lightbox.php:512
252
- msgid "Video width"
253
- msgstr "Videobreite"
254
-
255
- #: ../responsive-lightbox.php:475 ../responsive-lightbox.php:513
256
- msgid "Video height"
257
- msgstr "Videohöhe"
258
-
259
- #: ../responsive-lightbox.php:476
260
- msgid "Theme"
261
- msgstr "Design"
262
-
263
- #: ../responsive-lightbox.php:477
264
- msgid "Horizontal padding"
265
- msgstr "Horizontal Padding"
266
-
267
- #: ../responsive-lightbox.php:478
268
- msgid "Hide Flash"
269
- msgstr "Verstecke Flash"
270
-
271
- #: ../responsive-lightbox.php:479
272
- msgid "Flash Window Mode (wmode)"
273
- msgstr "Flash Fenstermodus (wmode)"
274
-
275
- #: ../responsive-lightbox.php:480
276
- msgid "Video autoplay"
277
- msgstr "Video Autostart "
278
-
279
- #: ../responsive-lightbox.php:481 ../responsive-lightbox.php:489
280
- msgid "Modal"
281
- msgstr "Modal"
282
-
283
- #: ../responsive-lightbox.php:482
284
- msgid "Deeplinking"
285
- msgstr "Deeplinking"
286
-
287
- #: ../responsive-lightbox.php:483
288
- msgid "Overlay gallery"
289
- msgstr "Overlay-Galerie"
290
-
291
- #: ../responsive-lightbox.php:484
292
- msgid "Keyboard shortcuts"
293
- msgstr "Tastatur Steuerung"
294
-
295
- #: ../responsive-lightbox.php:485
296
- msgid "Social (Twitter, Facebook)"
297
- msgstr "Sozial (Twitter, Facebook)"
298
-
299
- #: ../responsive-lightbox.php:490
300
- msgid "Show overlay"
301
- msgstr "Zeige Overlay"
302
-
303
- #: ../responsive-lightbox.php:491
304
- msgid "Show close button"
305
- msgstr "Schließ-Button anzeigen?"
306
-
307
- #: ../responsive-lightbox.php:492
308
- msgid "Enable escape button"
309
- msgstr "ESC-Taste aktivieren"
310
-
311
- #: ../responsive-lightbox.php:493
312
- msgid "Hide on overlay click"
313
- msgstr "Ausblenden bei Klick auf Overlay"
314
-
315
- #: ../responsive-lightbox.php:494
316
- msgid "Hide on content click"
317
- msgstr "Ausblenden bei Klick auf Inhalt"
318
-
319
- #: ../responsive-lightbox.php:495
320
- msgid "Cyclic"
321
- msgstr "Zyklisch"
322
-
323
- #: ../responsive-lightbox.php:496
324
- msgid "Show nav arrows"
325
- msgstr "Zeige Navigationspfeile"
326
-
327
- #: ../responsive-lightbox.php:497
328
- msgid "Auto scale"
329
- msgstr "Automatisch skalieren"
330
-
331
- #: ../responsive-lightbox.php:498
332
- msgid "Scrolling (in/out)"
333
- msgstr "Scrollen (in/aus)"
334
-
335
- #: ../responsive-lightbox.php:499
336
- msgid "Center on scroll"
337
- msgstr "Zentrie beim Scrollen"
338
-
339
- #: ../responsive-lightbox.php:501
340
- msgid "Overlay opacity"
341
- msgstr "Overlay - Deckkraft"
342
-
343
- #: ../responsive-lightbox.php:502
344
- msgid "Overlay color"
345
- msgstr "Overlay - Farbe"
346
-
347
- #: ../responsive-lightbox.php:503
348
- msgid "Title show"
349
- msgstr "Titel zeigen"
350
-
351
- #: ../responsive-lightbox.php:504
352
- msgid "Title position"
353
- msgstr "Position des Titels"
354
-
355
- #: ../responsive-lightbox.php:505
356
- msgid "Transition (in/out)"
357
- msgstr "Übergang (in/aus)"
358
-
359
- #: ../responsive-lightbox.php:506
360
- msgid "Easings (in/out)"
361
- msgstr "Abschwächung (in/aus)"
362
-
363
- #: ../responsive-lightbox.php:507
364
- msgid "Speed (in/out)"
365
- msgstr "Geschwindigkeit (in/aus)"
366
-
367
- #: ../responsive-lightbox.php:508
368
- msgid "Change speed"
369
- msgstr "Geschwindigkeit ändern"
370
-
371
- #: ../responsive-lightbox.php:509
372
- msgid "Change fade"
373
- msgstr "Verblassung ändern"
374
-
375
- #: ../responsive-lightbox.php:510
376
- msgid "Padding"
377
- msgstr "Padding"
378
-
379
- #: ../responsive-lightbox.php:511
380
- msgid "Margin"
381
- msgstr "Margin"
382
-
383
- #: ../responsive-lightbox.php:517
384
- msgid "Effect"
385
- msgstr "Effekt"
386
-
387
- #: ../responsive-lightbox.php:518
388
- msgid "Keyboard navigation"
389
- msgstr "Tastatur Navigation"
390
-
391
- #: ../responsive-lightbox.php:519
392
- msgid "Error message"
393
- msgstr "Fehlermeldung"
394
-
395
- #: ../responsive-lightbox.php:537
396
- msgid "Select your preffered ligthbox effect script."
397
- msgstr "Wählen Sie Ihr bevorzugtes Lightbox Effekt Script."
398
-
399
- #: ../responsive-lightbox.php:547
400
- msgid "Select to which rel selector lightbox effect will be applied to."
401
- msgstr ""
402
- "Wählen Sie, bei welchen <code>rel=\"\"</code>die Lightbox ausgeführt werden "
403
- "soll."
404
-
405
- #: ../responsive-lightbox.php:565
406
- msgid "Add lightbox to WordPress image galleries by default."
407
- msgstr "Die Lightbox automatisch bei WordPress Galerien hinzufügen."
408
-
409
- #: ../responsive-lightbox.php:583
410
- msgid "Add lightbox to YouTube and Vimeo video links by default."
411
- msgstr "Die Lightbox automatisch bei YouTube und Vimeo Video-Links hinzufügen."
412
-
413
- #: ../responsive-lightbox.php:601
414
- msgid "Add lightbox to WordPress image links by default."
415
- msgstr "Die Lightbox automatisch bei WordPress Bilder-Links hinzufügen."
416
-
417
- #: ../responsive-lightbox.php:619
418
- msgid "Display single post images as a gallery."
419
- msgstr "Zeige ein einzelnes Postbild als Galerie."
420
-
421
- #: ../responsive-lightbox.php:637
422
- msgid "Delete settings on plugin deactivation."
423
- msgstr "Lösche die Einstellungen bei der Deaktivierung des Plugins."
424
-
425
- #: ../responsive-lightbox.php:655
426
- msgid "Select a method of applying a lightbox effect."
427
- msgstr "Wähle eine Methode um einen Lightbox Effekt anzuwenden."
428
-
429
- #: ../responsive-lightbox.php:673
430
- msgid ""
431
- "Disable if you don't want to top and bottom bars to be hidden after a period "
432
- "of time."
433
- msgstr ""
434
- "Deaktiviere dies, wenn Sie nicht wollen, dass die Kopf- und Fußbar nach "
435
- "einer gewissen Zeit ausgeblendet wird."
436
-
437
- #: ../responsive-lightbox.php:676
438
- msgid ""
439
- "Enter the time after which the top and bottom bars will be hidden (when "
440
- "hiding is enabled)."
441
- msgstr ""
442
- "Geben Sie die Zeit an, nachder die Kopf- und Fußbar ausgeblendet wird (nur "
443
- "wenn diese Funktion aktiv ist)"
444
-
445
- #: ../responsive-lightbox.php:687
446
- msgid "Enter the max video width in a lightbox."
447
- msgstr "Geben Sie die maximale Videobreite eines Videos in der Lightbox ein."
448
-
449
- #: ../responsive-lightbox.php:705
450
- msgid ""
451
- "Enable this if you're having problems with navigation icons not visible on "
452
- "some devices."
453
- msgstr ""
454
- "Aktivieren Sie diese Option, wenn Sie Probleme mit den Navigations-Icons "
455
- "haben und auf manchen Geräten nicht angezeigt werden."
456
-
457
- #: ../responsive-lightbox.php:723
458
- msgid "Select animation speed for lightbox effect."
459
- msgstr "Wählen Sie die Animationsgeschwindigkeit für den Lightbox-Effekt."
460
-
461
- #: ../responsive-lightbox.php:741
462
- msgid "Display images as slideshow."
463
- msgstr "Zeige Bilder als Slideshow."
464
-
465
- #: ../responsive-lightbox.php:744
466
- msgid "Enter time (in miliseconds)."
467
- msgstr "Zeit eingeben (in Millisekunden)"
468
-
469
- #: ../responsive-lightbox.php:763
470
- msgid "Automatically start slideshow."
471
- msgstr "Slideshow automatisch starten?"
472
-
473
- #: ../responsive-lightbox.php:776
474
- msgid "Value between 0 and 100, 100 for no opacity."
475
- msgstr "Wert zwischen 0 und 100 (100 für keine Deckkraft)."
476
-
477
- #: ../responsive-lightbox.php:794
478
- msgid "Display image tiltle."
479
- msgstr "Titel des Bildes anzeigen?"
480
-
481
- #: ../responsive-lightbox.php:812
482
- msgid "Resize the photos bigger than viewport."
483
- msgstr "Änderung der Größe fürFotos die größer als das Ansichtsfenster sind."
484
-
485
- #: ../responsive-lightbox.php:822 ../responsive-lightbox.php:832
486
- msgid "in pixels"
487
- msgstr "in Pixeln."
488
-
489
- #: ../responsive-lightbox.php:850
490
- msgid "Select theme for lightbox effect."
491
- msgstr "Wählen Sie das Design für den Lightbox-Effekt."
492
-
493
- #: ../responsive-lightbox.php:860
494
- msgid "Horizontal padding (in pixels)."
495
- msgstr "Horizontal Padding (in Pixeln)."
496
-
497
- #: ../responsive-lightbox.php:878
498
- msgid ""
499
- "Hides all the flash object on a page. Enable this if flash appears over "
500
- "prettyPhoto."
501
- msgstr ""
502
- "Versteckt alle Flash Objekte einer Seite. Aktivieren Sie das, wenn Sie Flash "
503
- "Überlagerungen über der Lightbox haben."
504
-
505
- #: ../responsive-lightbox.php:896
506
- msgid "Select flash window mode."
507
- msgstr "Wählen Sie Flash-Fenster-Modus."
508
-
509
- #: ../responsive-lightbox.php:914
510
- msgid "Automatically start videos."
511
- msgstr "Startet Videos automatisch."
512
-
513
- #: ../responsive-lightbox.php:932
514
- msgid "If set to true, only the close button will close the window."
515
- msgstr ""
516
- "Wenn aktiviert, kann dass Fenster nur durch den Schließen-Button geschlossen "
517
- "werden."
518
-
519
- #: ../responsive-lightbox.php:950
520
- msgid "Allow prettyPhoto to update the url to enable deeplinking."
521
- msgstr ""
522
- "Erlaube prettyPhoto den URL zu aktualisieren um Deeplinking zu aktivieren."
523
-
524
- #: ../responsive-lightbox.php:968
525
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
526
- msgstr ""
527
- "Wenn aktiviert, wird druch überfahren mit der Maus das Vollbild der Galerie "
528
- "überlagert."
529
-
530
- #: ../responsive-lightbox.php:986
531
- msgid "Set to false if you open forms inside prettyPhoto."
532
- msgstr ""
533
- "Setze diesen Wert auf inaktiv, wenn Sie Formulare mit prettyPhoto öffnen "
534
- "wollen."
535
-
536
- #: ../responsive-lightbox.php:1004
537
- msgid "Display links to Facebook and Twitter."
538
- msgstr "Zeigt Links zu Facebook und Twitter (Social Buttons)."
539
-
540
- #: ../responsive-lightbox.php:1022
541
- msgid "The transition type."
542
- msgstr "Typ für Übergänge."
543
-
544
- #: ../responsive-lightbox.php:1032
545
- msgid "Space between FancyBox wrapper and content."
546
- msgstr "Platz zwischen dem Inhalt und dem Rahmen der FancyBox."
547
-
548
- #: ../responsive-lightbox.php:1042
549
- msgid "Space between viewport and FancyBox wrapper."
550
- msgstr "Platz zwischen dem Sichtfenster un dem FancyBox Rahmen."
551
-
552
- #: ../responsive-lightbox.php:1060
553
- msgid ""
554
- "When true, \"overlayShow\" is set to TRUE and \"hideOnOverlayClick\", "
555
- "\"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set "
556
- "to FALSE."
557
- msgstr ""
558
- "Wenn aktiviert, wird \"overlayShow\" aktiv und \"hideOnOverlayClick\", "
559
- "\"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" inaktiv "
560
- "gesetzt."
561
-
562
- #: ../responsive-lightbox.php:1078
563
- msgid "Toggle overlay."
564
- msgstr "Overlay einschalten?"
565
-
566
- #: ../responsive-lightbox.php:1096
567
- msgid "Toggle close button."
568
- msgstr "Schließen-Button anzeigen?"
569
-
570
- #: ../responsive-lightbox.php:1114
571
- msgid "Toggle if pressing Esc button closes FancyBox."
572
- msgstr ""
573
- "Soll die FancyBox geschlossen werden, wenn die ESC-Taste gedrückt wird?"
574
-
575
- #: ../responsive-lightbox.php:1132
576
- msgid "Toggle if clicking the overlay should close FancyBox."
577
- msgstr ""
578
- "Soll die FancyBox geschlossen werden, wenn auf das Overlay geklickt wird?"
579
-
580
- #: ../responsive-lightbox.php:1150
581
- msgid "Toggle if clicking the content should close FancyBox."
582
- msgstr ""
583
- "Soll die FancyBox geschlossen werden, wenn auf den Inhalt geklickt wird?"
584
-
585
- #: ../responsive-lightbox.php:1168
586
- msgid ""
587
- "When true, galleries will be cyclic, allowing you to keep pressing next/back."
588
- msgstr ""
589
- "Wenn aktiv, werden Galarien zyklisch und Bilder können druch das Klicken auf "
590
- "Nächstes/Vorheriges Bild navigiert werden."
591
-
592
- #: ../responsive-lightbox.php:1186
593
- msgid "Toggle navigation arrows."
594
- msgstr "Navigations-Pfeile anzeigen?"
595
-
596
- #: ../responsive-lightbox.php:1204
597
- msgid "If true, FancyBox is scaled to fit in viewport."
598
- msgstr "Wenn aktiv, wird die FancyBox dem Sichtfenster angepasst."
599
-
600
- #: ../responsive-lightbox.php:1222
601
- msgid "Set the overflow CSS property to create or hide scrollbars."
602
- msgstr ""
603
- "Setzen Sie die \"Overflow\" CSS-Eigenschaft um die Bildlaufleiste anzuzeigen "
604
- "oder zu verstecken."
605
-
606
- #: ../responsive-lightbox.php:1240
607
- msgid "When true, FancyBox is centered while scrolling page."
608
- msgstr "Wenn aktiv, FancyBox ist während dem Scrollen zentriert."
609
-
610
- #: ../responsive-lightbox.php:1258
611
- msgid "When true, transparency of content is changed for elastic transitions."
612
- msgstr ""
613
- "Wenn aktiv, wird die Transparenz von Inhalten für elastische Übergänge "
614
- "geändert."
615
-
616
- #: ../responsive-lightbox.php:1271
617
- msgid "Opacity of the overlay."
618
- msgstr "Deckkraft des Overlays."
619
-
620
- #: ../responsive-lightbox.php:1281
621
- msgid "Color of the overlay."
622
- msgstr "Farbe des Overlays."
623
-
624
- #: ../responsive-lightbox.php:1299
625
- msgid "Toggle title."
626
- msgstr "Titel anzeigen?"
627
-
628
- #: ../responsive-lightbox.php:1317
629
- msgid "The position of title."
630
- msgstr "Die Position des Titels"
631
-
632
- #: ../responsive-lightbox.php:1335
633
- msgid "Easing used for elastic animations."
634
- msgstr "Lockerung für elastische Animationen verwenden."
635
-
636
- #: ../responsive-lightbox.php:1345
637
- msgid "Speed of the fade and elastic transitions, in milliseconds."
638
- msgstr ""
639
- "Geschwindigkeit der verblassenden und elastischen Übergänge (in "
640
- "Millisekunden)."
641
-
642
- #: ../responsive-lightbox.php:1355
643
- msgid "Speed of resizing when changing gallery items, in milliseconds."
644
- msgstr ""
645
- "Geschwindigkeit, mit welcher die Größe des Inhaltes neu gesetzt wird, wenn "
646
- "ein Bild weiter geschalten wird (in Millisekunden)."
647
-
648
- #: ../responsive-lightbox.php:1365
649
- msgid "Speed of the content fading while changing gallery items."
650
- msgstr ""
651
- "Geschwindigkeit, mit welcher der Inhalt verblasst, wenn ein Bild weiter "
652
- "geschalten wird."
653
-
654
- #: ../responsive-lightbox.php:1375
655
- msgid "Width of the video."
656
- msgstr "Die Breite des Videos."
657
-
658
- #: ../responsive-lightbox.php:1385
659
- msgid "Height of the video."
660
- msgstr "Höhe des Videos."
661
-
662
- #: ../responsive-lightbox.php:1403
663
- msgid "The effect to use when showing the lightbox."
664
- msgstr "Der Effekt, welcher genutzt wird, wenn die Lightbox angezeigt wird."
665
-
666
- #: ../responsive-lightbox.php:1421
667
- msgid "Enable/Disable keyboard navigation (left/right/escape)."
668
- msgstr "Aktiviere/Deaktiviere die Tastatur-Steuerung (links/rechts/ESC)."
669
-
670
- #: ../responsive-lightbox.php:1431
671
- msgid "Error message if the content cannot be loaded."
672
- msgstr "Fehlermeldung, wenn der Inhalt der Lightbox nicht geladen werden kann."
673
-
674
- #: ../responsive-lightbox.php:1626
675
- msgid ""
676
- "Changes were not saved because there was attempt to save settings of "
677
- "inactive script. The site has been reloaded to the proper script settings."
678
- msgstr ""
679
- "Änderungen wurden <strong>nicht</strong> gespeichert, weil Sie versucht "
680
- "haben Einstellungen eines inaktiven Scriptes zu speichern. Es wurden die "
681
- "regulären Scripteinstellungen neu geladen."
682
-
683
- #: ../responsive-lightbox.php:1636
684
- msgid "Settings restored to defaults."
685
- msgstr "Einstellungen wurden zurückgesetzt."
686
-
687
- #: ../responsive-lightbox.php:1644
688
- msgid "Settings of SwipeBox script were restored to defaults."
689
- msgstr "Einstellungen von SwipeBox Script wurden zurückgesetzt."
690
-
691
- #: ../responsive-lightbox.php:1650
692
- msgid "Settings of prettyPhoto script were restored to defaults."
693
- msgstr "Einstellungen von prettyPhoto Script wurden zurückgesetzt."
694
-
695
- #: ../responsive-lightbox.php:1656
696
- msgid "Settings of FancyBox script were restored to defaults."
697
- msgstr "Einstellungen von FancyBox Script wurden zurückgesetzt."
698
-
699
- #: ../responsive-lightbox.php:1662
700
- msgid "Settings of Nivo script were restored to defaults."
701
- msgstr "Einstellungen von Nivo Script wurden zurückgesetzt."
702
-
703
- #: ../responsive-lightbox.php:1666
704
- msgid ""
705
- "Changes were not set to defaults because there was attempt to reset settings "
706
- "of inactive script. The site has been reloaded to the proper script settings."
707
- msgstr ""
708
- "Änderungen wurden <strong>nicht</strong> auf Standard zurückgesetzt, weil "
709
- "Sie versucht haben Einstellungen eines inaktiven Scriptes zurückzusetzen. Es "
710
- "wurden die regulären Scripteinstellungen neu geladen."
711
-
712
- #: ../responsive-lightbox.php:1680 ../responsive-lightbox.php:1681
713
- #: ../responsive-lightbox.php:1695 ../responsive-lightbox.php:1727
714
- msgid "Responsive Lightbox"
715
- msgstr "Responsive Lightbox"
716
-
717
- #: ../responsive-lightbox.php:1720
718
- msgid "Reset to defaults"
719
- msgstr "Standard wiederherstellen"
720
-
721
- #: ../responsive-lightbox.php:1729
722
- msgid "Need support?"
723
- msgstr "Brauchst du Hilfe?"
724
-
725
- #: ../responsive-lightbox.php:1730
726
- msgid ""
727
- "If you are having problems with this plugin, please talk about them in the"
728
- msgstr ""
729
- "Sollten Sie Probleme mit unserem Plugin haben, wenden Sie sich bitte an unser"
730
-
731
- #: ../responsive-lightbox.php:1730
732
- msgid "Support forum"
733
- msgstr "Support Forum"
734
-
735
- #: ../responsive-lightbox.php:1732
736
- msgid "Do you like this plugin?"
737
- msgstr "Gefällt Ihnen das Plugin?"
738
-
739
- #: ../responsive-lightbox.php:1733
740
- msgid "Rate it 5"
741
- msgstr "Bewerte mit 5 Sternen"
742
-
743
- #: ../responsive-lightbox.php:1733
744
- msgid "on WordPress.org"
745
- msgstr "auf WordPress.org"
746
-
747
- #: ../responsive-lightbox.php:1734
748
- msgid "Blog about it & link to the"
749
- msgstr "Schreibe darüber & verlinke zu der"
750
-
751
- #: ../responsive-lightbox.php:1734
752
- msgid "plugin page"
753
- msgstr "Plugin-Seite"
754
-
755
- #: ../responsive-lightbox.php:1735
756
- msgid "Check out our other"
757
- msgstr "Siehe auch unsere anderen Plugins"
758
-
759
- #: ../responsive-lightbox.php:1735
760
- msgid "WordPress plugins"
761
- msgstr "WordPress Plugins"
762
-
763
- #: ../responsive-lightbox.php:1762
764
- msgid "Are you sure you want to reset these settings to defaults?"
765
- msgstr ""
766
- "Sind Sie sich sicher, dass Sie diese Einstellungen zurücksetzen wollen?"
767
-
768
- #: ../responsive-lightbox.php:1763
769
- msgid "Are you sure you want to reset scripts settings to defaults?"
770
- msgstr ""
771
- "Sind Sie sich sicher, dass Sie Scripteinstellungen zurücksetzen wollen?"
772
-
773
- #: ../responsive-lightbox.php:2009
774
- msgid "Support"
775
- msgstr "Support"
776
-
777
- #: ../responsive-lightbox.php:2031
778
- msgid "Settings"
779
- msgstr "Einstellungen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-es_ES.mo DELETED
Binary file
languages/responsive-lightbox-es_ES.po DELETED
@@ -1,438 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox ES\n"
4
- "POT-Creation-Date: 2013-07-09 19:35+0100\n"
5
- "PO-Revision-Date: 2013-11-03 21:05-0300\n"
6
- "Last-Translator: gaston999 <gaston_ferbari@hotmail.com>\n"
7
- "Language-Team: www.DeTodoyNada.com.ar <gastonferbari@gmail.com>\n"
8
- "Language: Español\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../responsive-lightbox.php:253
19
- msgid "prettyPhoto"
20
- msgstr "prettyPhoto"
21
-
22
- #: ../responsive-lightbox.php:255
23
- msgid "slow"
24
- msgstr "lento"
25
-
26
- #: ../responsive-lightbox.php:256
27
- msgid "normal"
28
- msgstr "normal"
29
-
30
- #: ../responsive-lightbox.php:257
31
- msgid "fast"
32
- msgstr "r&aacute;pido"
33
-
34
- #: ../responsive-lightbox.php:260
35
- msgid "default"
36
- msgstr "por defecto"
37
-
38
- #: ../responsive-lightbox.php:261
39
- msgid "light rounded"
40
- msgstr "claras redondeadas "
41
-
42
- #: ../responsive-lightbox.php:262
43
- msgid "dark rounded"
44
- msgstr "oscuras redondeadas"
45
-
46
- #: ../responsive-lightbox.php:263
47
- msgid "light square"
48
- msgstr "rect&aacute;ngulo claro"
49
-
50
- #: ../responsive-lightbox.php:264
51
- msgid "dark square"
52
- msgstr "rect&aacute;ngulo oscuro"
53
-
54
- #: ../responsive-lightbox.php:265
55
- msgid "facebook"
56
- msgstr "facebook"
57
-
58
- #: ../responsive-lightbox.php:268
59
- msgid "window"
60
- msgstr "ventana"
61
-
62
- #: ../responsive-lightbox.php:269
63
- msgid "transparent"
64
- msgstr "transparente"
65
-
66
- #: ../responsive-lightbox.php:270
67
- msgid "opaque"
68
- msgstr "opaco"
69
-
70
- #: ../responsive-lightbox.php:271
71
- msgid "direct"
72
- msgstr "directo"
73
-
74
- #: ../responsive-lightbox.php:272
75
- msgid "gpu"
76
- msgstr "gpu"
77
-
78
- #: ../responsive-lightbox.php:277
79
- msgid "SwipeBox"
80
- msgstr "SwipeBox"
81
-
82
- #: ../responsive-lightbox.php:279
83
- msgid "CSS"
84
- msgstr "CSS"
85
-
86
- #: ../responsive-lightbox.php:280
87
- msgid "jQuery"
88
- msgstr "jQuery"
89
-
90
- #: ../responsive-lightbox.php:286
91
- msgid "Enable"
92
- msgstr "Activar"
93
-
94
- #: ../responsive-lightbox.php:287
95
- msgid "Disable"
96
- msgstr "Desactivar"
97
-
98
- #: ../responsive-lightbox.php:292 ../responsive-lightbox.php:328
99
- msgid "General settings"
100
- msgstr "Configuraci&oacute;n General"
101
-
102
- #: ../responsive-lightbox.php:297 ../responsive-lightbox.php:338
103
- msgid "Lightbox settings"
104
- msgstr "Configuraci&oacute;n de Lightbox"
105
-
106
- #: ../responsive-lightbox.php:329
107
- msgid "Lightbox script"
108
- msgstr "Script Lightbox"
109
-
110
- #: ../responsive-lightbox.php:330
111
- msgid "Selector"
112
- msgstr "Selector"
113
-
114
- #: ../responsive-lightbox.php:331
115
- msgid "Galleries"
116
- msgstr "Galer&oacute;as"
117
-
118
- #: ../responsive-lightbox.php:332
119
- msgid "Video links"
120
- msgstr "Links de Videos"
121
-
122
- #: ../responsive-lightbox.php:333
123
- msgid "Image links"
124
- msgstr "Links de Im&aacute;genes"
125
-
126
- #: ../responsive-lightbox.php:334
127
- msgid "Deactivation"
128
- msgstr "Desactivaci&oacute;n"
129
-
130
- #: ../responsive-lightbox.php:342
131
- msgid "Animation type"
132
- msgstr "Tipo de animaci&oacute;n"
133
-
134
- #: ../responsive-lightbox.php:343
135
- msgid "Top and bottom bars"
136
- msgstr "Barras de Arriba y Abajo"
137
-
138
- #: ../responsive-lightbox.php:344
139
- msgid "Video max width"
140
- msgstr "Ancho m&aacute;ximo del video"
141
-
142
- #: ../responsive-lightbox.php:348
143
- msgid "Animation speed"
144
- msgstr "Velocidad de la animaci&oacute;n"
145
-
146
- #: ../responsive-lightbox.php:349
147
- msgid "Slideshow"
148
- msgstr "Slideshow"
149
-
150
- #: ../responsive-lightbox.php:350
151
- msgid "Slideshow autoplay"
152
- msgstr "Slideshow autoplay"
153
-
154
- #: ../responsive-lightbox.php:351
155
- msgid "Opacity"
156
- msgstr "Opacidad"
157
-
158
- #: ../responsive-lightbox.php:352
159
- msgid "Show title"
160
- msgstr "Mostrar t&iacute;tulo"
161
-
162
- #: ../responsive-lightbox.php:353
163
- msgid "Allow resize big images"
164
- msgstr "Siempre redimencionar imagenes grandes"
165
-
166
- #: ../responsive-lightbox.php:354
167
- msgid "Video width"
168
- msgstr "Ancho del Video"
169
-
170
- #: ../responsive-lightbox.php:355
171
- msgid "Video height"
172
- msgstr "Alto del Video"
173
-
174
- #: ../responsive-lightbox.php:356
175
- msgid "Theme"
176
- msgstr "Tema"
177
-
178
- #: ../responsive-lightbox.php:357
179
- msgid "Horizontal padding"
180
- msgstr "Padding horizontal"
181
-
182
- #: ../responsive-lightbox.php:358
183
- msgid "Hide Flash"
184
- msgstr "Oultar Flash"
185
-
186
- #: ../responsive-lightbox.php:359
187
- msgid "Flash Window Mode (wmode)"
188
- msgstr "Modo Ventana Flash (wmode)"
189
-
190
- #: ../responsive-lightbox.php:360
191
- msgid "Video autoplay"
192
- msgstr "Video autoplay"
193
-
194
- #: ../responsive-lightbox.php:361
195
- msgid "Modal"
196
- msgstr "Modales"
197
-
198
- #: ../responsive-lightbox.php:362
199
- msgid "Deeplinking"
200
- msgstr "Deeplinking"
201
-
202
- #: ../responsive-lightbox.php:363
203
- msgid "Overlay gallery"
204
- msgstr "Superposici&oacute;n de la Galer&iacute;a"
205
-
206
- #: ../responsive-lightbox.php:364
207
- msgid "Keyboard shortcuts"
208
- msgstr "Atajos de teclado"
209
-
210
- #: ../responsive-lightbox.php:365
211
- msgid "Social (Twitter, Facebook)"
212
- msgstr "Redes (Twitter, Facebook)"
213
-
214
- #: ../responsive-lightbox.php:383
215
- msgid "Select your preffered ligthbox effect script."
216
- msgstr "Seleccione el efecto preferido para el script."
217
-
218
- #: ../responsive-lightbox.php:393
219
- msgid "Select to which rel selector lightbox effect will be applied to."
220
- msgstr ""
221
- "Seleccione c&oacute;mo se aplicar&aacute; el selector rel para aplicar el "
222
- "efecto lightbox"
223
-
224
- #: ../responsive-lightbox.php:411
225
- msgid "Add lightbox to WordPress image galleries by default"
226
- msgstr ""
227
- "Agregar efecto Lightbox por defecto a im&aacute;genes y galer&iacute;as de "
228
- "Wordpress"
229
-
230
- #: ../responsive-lightbox.php:429
231
- msgid "Add lightbox to YouTube and Vimeo video links by default"
232
- msgstr "Agregar efecto Lightbox por defecto a videos de YouTube y Vimeo"
233
-
234
- #: ../responsive-lightbox.php:447
235
- msgid "Add lightbox to WordPress image links by default"
236
- msgstr ""
237
- "Agregar efecto Lightbox por defecto a todos los links de im&aacute;genes de "
238
- "Wordpress"
239
-
240
- #: ../responsive-lightbox.php:465
241
- msgid "Delete settings on plugin deactivation"
242
- msgstr "Borrar configuraci&oacute;n cuando el plugin se desactive"
243
-
244
- #: ../responsive-lightbox.php:483
245
- msgid "Select a method of applying a lightbox effect."
246
- msgstr "Seleccione el m&eacute;todo de aplicaci&oacute;n para efecto Lightbox."
247
-
248
- #: ../responsive-lightbox.php:501
249
- msgid "Disable if you don't want to display top and bottom bars."
250
- msgstr "Desactive si no desea mostrar las barras superior e inferior"
251
-
252
- #: ../responsive-lightbox.php:505
253
- msgid "Enter the time for images animation (in miliseconds)"
254
- msgstr ""
255
- "Ingrese el tiempo de animaci&oacute;n entre im&aacute;genes (en milisegundos)"
256
-
257
- #: ../responsive-lightbox.php:515
258
- msgid "Enter the max video width in a lightbox"
259
- msgstr "Introduzca el ancho m&aacute;ximo del video en el lightbox"
260
-
261
- #: ../responsive-lightbox.php:533
262
- msgid "Select animation speed for lightbox effect"
263
- msgstr "Seleccione la velocidad de animaci&oacute;n del efecto Lightbox"
264
-
265
- #: ../responsive-lightbox.php:551
266
- msgid "Display images as slideshow"
267
- msgstr "Mostrar im&aacute;genes como presentaci&oacute;n de diapositivas"
268
-
269
- #: ../responsive-lightbox.php:555
270
- msgid "Enter time (in miliseconds)"
271
- msgstr "Introduzca el tiempo (en milisegundos)"
272
-
273
- #: ../responsive-lightbox.php:573
274
- msgid "Automatically start slideshow"
275
- msgstr "Inicio autom&aacute;tico de diapositivas"
276
-
277
- #: ../responsive-lightbox.php:583
278
- msgid "Value between 0 and 1 (for e.g. 0.5)"
279
- msgstr "Valor entre 0 y 1 (por ejemplo 0.5)"
280
-
281
- #: ../responsive-lightbox.php:601
282
- msgid "Display image tiltle"
283
- msgstr "Mostrar t&iacute;tulo de la imagen"
284
-
285
- #: ../responsive-lightbox.php:619
286
- msgid "Resize the photos bigger than viewport."
287
- msgstr ""
288
- "Cambiar el tama&ntilde;o de las im&aacute;genes grandes por el de la ventana "
289
- "de visualizaci&oacute;n."
290
-
291
- #: ../responsive-lightbox.php:629 ../responsive-lightbox.php:639
292
- msgid "in pixels"
293
- msgstr "en pixeles"
294
-
295
- #: ../responsive-lightbox.php:657
296
- msgid "Select theme for lightbox effect"
297
- msgstr "Seleccione un tema para el efecto lightbox"
298
-
299
- #: ../responsive-lightbox.php:667
300
- msgid "Horizontal padding (in pixels)"
301
- msgstr "Padding horizontal (en pixeles)"
302
-
303
- #: ../responsive-lightbox.php:685
304
- msgid ""
305
- "Hides all the flash object on a page. Enable this if flash appears over "
306
- "prettyPhoto"
307
- msgstr ""
308
- "Ocultar objetos Flash en una p&aacute;gina. Habilitar cuando animaciones "
309
- "Flash aparecen arriba de PrettyPhoto"
310
-
311
- #: ../responsive-lightbox.php:703
312
- msgid "Select flash window mode"
313
- msgstr "Seleccione el modo de la ventana del flash"
314
-
315
- #: ../responsive-lightbox.php:721
316
- msgid "Automatically start videos"
317
- msgstr "Inicio autom&aacute;tico de videos"
318
-
319
- #: ../responsive-lightbox.php:739
320
- msgid "If set to true, only the close button will close the window"
321
- msgstr ""
322
- "Si se activa, s&oacute;lo el bot&oacute;n de cierre cerrar&aacute; la ventana"
323
-
324
- #: ../responsive-lightbox.php:757
325
- msgid "Allow prettyPhoto to update the url to enable deeplinking"
326
- msgstr ""
327
- "Permitir PrettyPhoto para actualizar la direcci&oacute;n URL para activar "
328
- "enlaces profundos"
329
-
330
- #: ../responsive-lightbox.php:775
331
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
332
- msgstr ""
333
- "Si est&aacute; activado, se mostrar&aacute; una galer&iacute;a sobre la "
334
- "imagen a pantalla completa en mouseover"
335
-
336
- #: ../responsive-lightbox.php:793
337
- msgid "Set to false if you open forms inside prettyPhoto"
338
- msgstr "Si se establece en false se abre el form dentro de PrettyPhoto"
339
-
340
- #: ../responsive-lightbox.php:811
341
- msgid "Display links to Facebook and Twitter"
342
- msgstr "Muestra enlaces a Facebook y Twitter"
343
-
344
- #: ../responsive-lightbox.php:906
345
- msgid ""
346
- "Changes were not saved because there was attempt to save settings of "
347
- "inactive script. The site has been reloaded to the proper script settings."
348
- msgstr ""
349
- "Los cambios no se han guardado porque hubo un intento de guardar la "
350
- "configuraci&oacute;n de un script inactivo. El sitio se ha actualizado con "
351
- "la configuraci&oacute;n adecuada para el script"
352
-
353
- #: ../responsive-lightbox.php:918
354
- msgid "Settings of SwipeBox script were restored to defaults."
355
- msgstr ""
356
- "Los ajustes de secuencia de comandos SwipeBox fueron restaurados a los "
357
- "valores predeterminados."
358
-
359
- #: ../responsive-lightbox.php:924
360
- msgid "Settings of prettyPhoto script were restored to defaults."
361
- msgstr ""
362
- "Configuraci&oacute;n del script PrettyPhoto fueron restaurados a los valores "
363
- "predeterminados."
364
-
365
- #: ../responsive-lightbox.php:928
366
- msgid ""
367
- "Changes were not set to defaults because there was attempt to reset settings "
368
- "of inactive script. The site has been reloaded to the proper script settings."
369
- msgstr ""
370
- "Los cambios y ajustes no se han activado porque hubo un intento de "
371
- "restablecer la configuraci&oacute;n de la escritura inactiva. El sitio se ha "
372
- "vuelto a cargar con los ajustes adecuados del script."
373
-
374
- #: ../responsive-lightbox.php:942 ../responsive-lightbox.php:943
375
- #: ../responsive-lightbox.php:957 ../responsive-lightbox.php:989
376
- msgid "Responsive Lightbox"
377
- msgstr "Responsive Lightbox"
378
-
379
- #: ../responsive-lightbox.php:982
380
- msgid "Reset to defaults"
381
- msgstr "Reestablecer a los valores predeterminados."
382
-
383
- #: ../responsive-lightbox.php:991
384
- msgid "Need support?"
385
- msgstr "&iquest;Necesita ayuda?"
386
-
387
- #: ../responsive-lightbox.php:992
388
- msgid ""
389
- "If you are having problems with this plugin, please talk about them in the"
390
- msgstr ""
391
- "Si usted est&aacute; teniendo problemas con este plugin, por favor, hablenos "
392
- "de ellos en el"
393
-
394
- #: ../responsive-lightbox.php:992
395
- msgid "Support forum"
396
- msgstr "Foro de soporte"
397
-
398
- #: ../responsive-lightbox.php:994
399
- msgid "Do you like this plugin?"
400
- msgstr "&iquest;Le gusta este plugin?"
401
-
402
- #: ../responsive-lightbox.php:995
403
- msgid "Rate it 5"
404
- msgstr "Votelo con 5"
405
-
406
- #: ../responsive-lightbox.php:995
407
- msgid "on WordPress.org"
408
- msgstr "en WordPress.org"
409
-
410
- #: ../responsive-lightbox.php:996
411
- msgid "Blog about it & link to the"
412
- msgstr "Blog del plugin y enlace a"
413
-
414
- #: ../responsive-lightbox.php:996
415
- msgid "plugin page"
416
- msgstr "la pagina del plugin."
417
-
418
- #: ../responsive-lightbox.php:997
419
- msgid "Check out our other"
420
- msgstr "Mire nuestros otros"
421
-
422
- #: ../responsive-lightbox.php:997
423
- msgid "WordPress plugins"
424
- msgstr "plugins de WordPress"
425
-
426
- #: ../responsive-lightbox.php:1022
427
- msgid "Are you sure you want to reset scripts settings to defaults?"
428
- msgstr ""
429
- "&iquest;Est&aacute; seguro de que desea restablecer la configuraci&oacute;n "
430
- "por defecto del scripts?"
431
-
432
- #: ../responsive-lightbox.php:1149
433
- msgid "Support"
434
- msgstr "Ayuda"
435
-
436
- #: ../responsive-lightbox.php:1171
437
- msgid "Settings"
438
- msgstr "Configuraci&oacute;n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-et_ET.mo DELETED
Binary file
languages/responsive-lightbox-et_ET.po DELETED
@@ -1,831 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox\n"
4
- "POT-Creation-Date: 2014-03-19 11:00+0100\n"
5
- "PO-Revision-Date: 2014-03-25 07:29+0200\n"
6
- "Last-Translator: H. Amtmann <hugo@amtmann.bl.ee>\n"
7
- "Language-Team: H. Amtmann <hugo@amtmann.bl.ee>\n"
8
- "Language: et_EE\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.4\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../responsive-lightbox.php:288
20
- msgid "prettyPhoto"
21
- msgstr "prettyPhoto"
22
-
23
- #: ../responsive-lightbox.php:290
24
- msgid "slow"
25
- msgstr "aeglane"
26
-
27
- #: ../responsive-lightbox.php:291
28
- msgid "normal"
29
- msgstr "standartne"
30
-
31
- #: ../responsive-lightbox.php:292
32
- msgid "fast"
33
- msgstr "kiire"
34
-
35
- #: ../responsive-lightbox.php:295
36
- msgid "default"
37
- msgstr "vaikimisi"
38
-
39
- #: ../responsive-lightbox.php:296
40
- msgid "light rounded"
41
- msgstr "ümardatud - hele"
42
-
43
- #: ../responsive-lightbox.php:297
44
- msgid "dark rounded"
45
- msgstr "ümardatud - tume"
46
-
47
- #: ../responsive-lightbox.php:298
48
- msgid "light square"
49
- msgstr "ruut - hele"
50
-
51
- #: ../responsive-lightbox.php:299
52
- msgid "dark square"
53
- msgstr "ruut - tume"
54
-
55
- #: ../responsive-lightbox.php:300
56
- msgid "facebook"
57
- msgstr "facebook"
58
-
59
- #: ../responsive-lightbox.php:303
60
- msgid "window"
61
- msgstr "aken"
62
-
63
- #: ../responsive-lightbox.php:304
64
- msgid "transparent"
65
- msgstr "läbipaistev"
66
-
67
- #: ../responsive-lightbox.php:305
68
- msgid "opaque"
69
- msgstr "läbipaistmatu"
70
-
71
- #: ../responsive-lightbox.php:306
72
- msgid "direct"
73
- msgstr "otsene"
74
-
75
- #: ../responsive-lightbox.php:307
76
- msgid "gpu"
77
- msgstr "gpu"
78
-
79
- #: ../responsive-lightbox.php:311
80
- msgid "SwipeBox"
81
- msgstr "SwipeBox"
82
-
83
- #: ../responsive-lightbox.php:313
84
- msgid "CSS"
85
- msgstr "CSS"
86
-
87
- #: ../responsive-lightbox.php:314
88
- msgid "jQuery"
89
- msgstr "jQuery"
90
-
91
- #: ../responsive-lightbox.php:318
92
- msgid "FancyBox"
93
- msgstr "FancyBox"
94
-
95
- #: ../responsive-lightbox.php:320
96
- msgid "elastic"
97
- msgstr "elastne"
98
-
99
- #: ../responsive-lightbox.php:321 ../responsive-lightbox.php:342
100
- msgid "fade"
101
- msgstr "hajuma"
102
-
103
- #: ../responsive-lightbox.php:322
104
- msgid "none"
105
- msgstr "mitte ükski"
106
-
107
- #: ../responsive-lightbox.php:325
108
- msgid "auto"
109
- msgstr "auto"
110
-
111
- #: ../responsive-lightbox.php:326
112
- msgid "yes"
113
- msgstr "jah"
114
-
115
- #: ../responsive-lightbox.php:327
116
- msgid "no"
117
- msgstr "ei"
118
-
119
- #: ../responsive-lightbox.php:330
120
- msgid "swing"
121
- msgstr "kaar"
122
-
123
- #: ../responsive-lightbox.php:331
124
- msgid "linear"
125
- msgstr "lineaarne"
126
-
127
- #: ../responsive-lightbox.php:334
128
- msgid "outside"
129
- msgstr "väljas"
130
-
131
- #: ../responsive-lightbox.php:335
132
- msgid "inside"
133
- msgstr "sees"
134
-
135
- #: ../responsive-lightbox.php:336
136
- msgid "over"
137
- msgstr "üle"
138
-
139
- #: ../responsive-lightbox.php:340
140
- msgid "Nivo Lightbox"
141
- msgstr "Nivo Lightbox"
142
-
143
- #: ../responsive-lightbox.php:343
144
- msgid "fade scale"
145
- msgstr "kahaneb mõõtkavva"
146
-
147
- #: ../responsive-lightbox.php:344
148
- msgid "slide left"
149
- msgstr "liugleb vasakule"
150
-
151
- #: ../responsive-lightbox.php:345
152
- msgid "slide right"
153
- msgstr "liugleb paremale"
154
-
155
- #: ../responsive-lightbox.php:346
156
- msgid "slide up"
157
- msgstr "liugleb ülevalt"
158
-
159
- #: ../responsive-lightbox.php:347
160
- msgid "slide down"
161
- msgstr "lugleb alt"
162
-
163
- #: ../responsive-lightbox.php:348
164
- msgid "fall"
165
- msgstr "kukub"
166
-
167
- #: ../responsive-lightbox.php:352
168
- msgid "Image Lightbox"
169
- msgstr "Image Lightbox"
170
-
171
- #: ../responsive-lightbox.php:357
172
- msgid "Enable"
173
- msgstr "Luba"
174
-
175
- #: ../responsive-lightbox.php:358
176
- msgid "Disable"
177
- msgstr "Keela"
178
-
179
- #: ../responsive-lightbox.php:362
180
- msgid "Header"
181
- msgstr "Päis"
182
-
183
- #: ../responsive-lightbox.php:363
184
- msgid "Footer"
185
- msgstr "Jalus"
186
-
187
- #: ../responsive-lightbox.php:368 ../responsive-lightbox.php:469
188
- msgid "General settings"
189
- msgstr "Üldised seaded"
190
-
191
- #: ../responsive-lightbox.php:374 ../responsive-lightbox.php:482
192
- msgid "Lightbox settings"
193
- msgstr "Lightboxi seaded"
194
-
195
- #: ../responsive-lightbox.php:470
196
- msgid "Lightbox script"
197
- msgstr "Lightboxi skript"
198
-
199
- # Ei tea, kas peaks kasutama selektor või valija
200
- #: ../responsive-lightbox.php:471
201
- msgid "Selector"
202
- msgstr "Selektor"
203
-
204
- #: ../responsive-lightbox.php:472
205
- msgid "Galleries"
206
- msgstr "Galeriid"
207
-
208
- #: ../responsive-lightbox.php:473
209
- msgid "Video links"
210
- msgstr "Video lingid"
211
-
212
- #: ../responsive-lightbox.php:474
213
- msgid "Image links"
214
- msgstr "Pildi lingid"
215
-
216
- #: ../responsive-lightbox.php:475
217
- msgid "Single images as gallery"
218
- msgstr "Üksikud pildid galeriina"
219
-
220
- #: ../responsive-lightbox.php:476
221
- msgid "Custom events"
222
- msgstr "Muud jquery evendid"
223
-
224
- #: ../responsive-lightbox.php:477
225
- msgid "Loading place"
226
- msgstr "Laadimiskoht"
227
-
228
- #: ../responsive-lightbox.php:478
229
- msgid "Deactivation"
230
- msgstr "Deaktiveerimine"
231
-
232
- #: ../responsive-lightbox.php:486
233
- msgid "Animation type"
234
- msgstr "Animatsiooni tüüp"
235
-
236
- #: ../responsive-lightbox.php:487
237
- msgid "Force PNG icons"
238
- msgstr "sunni PNG ikoonid"
239
-
240
- #: ../responsive-lightbox.php:488
241
- msgid "Top and bottom bars"
242
- msgstr "Üla- ja alapaan"
243
-
244
- #: ../responsive-lightbox.php:489
245
- msgid "Video max width"
246
- msgstr "Video max laius"
247
-
248
- #: ../responsive-lightbox.php:493 ../responsive-lightbox.php:549
249
- msgid "Animation speed"
250
- msgstr "Animatsiooni kiirus"
251
-
252
- #: ../responsive-lightbox.php:494
253
- msgid "Slideshow"
254
- msgstr "Slaidiesitus"
255
-
256
- #: ../responsive-lightbox.php:495
257
- msgid "Slideshow autoplay"
258
- msgstr "Slaidiesituse automaatne käivitamine"
259
-
260
- #: ../responsive-lightbox.php:496 ../responsive-lightbox.php:526
261
- msgid "Opacity"
262
- msgstr "Läbipaistmatus"
263
-
264
- #: ../responsive-lightbox.php:497
265
- msgid "Show title"
266
- msgstr "Näita pealkirja"
267
-
268
- #: ../responsive-lightbox.php:498
269
- msgid "Allow resize big images"
270
- msgstr "Luba suurte piltide suurust muuta"
271
-
272
- #: ../responsive-lightbox.php:499
273
- msgid "Allow expand"
274
- msgstr "Luba suurendada"
275
-
276
- #: ../responsive-lightbox.php:500 ../responsive-lightbox.php:538
277
- msgid "Video width"
278
- msgstr "Video laius"
279
-
280
- #: ../responsive-lightbox.php:501 ../responsive-lightbox.php:539
281
- msgid "Video height"
282
- msgstr "Video kõrgus"
283
-
284
- #: ../responsive-lightbox.php:502
285
- msgid "Theme"
286
- msgstr "Teema"
287
-
288
- #: ../responsive-lightbox.php:503
289
- msgid "Horizontal padding"
290
- msgstr "Rõhtvooderdus"
291
-
292
- #: ../responsive-lightbox.php:504
293
- msgid "Hide Flash"
294
- msgstr "Peida Flash"
295
-
296
- #: ../responsive-lightbox.php:505
297
- msgid "Flash Window Mode (wmode)"
298
- msgstr "Flash Akna režiim (wmode)"
299
-
300
- #: ../responsive-lightbox.php:506
301
- msgid "Video autoplay"
302
- msgstr "Video automaatne käivitamine"
303
-
304
- #: ../responsive-lightbox.php:507 ../responsive-lightbox.php:515
305
- msgid "Modal"
306
- msgstr "Modaal"
307
-
308
- #: ../responsive-lightbox.php:508
309
- msgid "Deeplinking"
310
- msgstr "Süvalinkimine"
311
-
312
- #: ../responsive-lightbox.php:509
313
- msgid "Overlay gallery"
314
- msgstr "Ülekattega galerii"
315
-
316
- #: ../responsive-lightbox.php:510
317
- msgid "Keyboard shortcuts"
318
- msgstr "Klaviatuuri otseteed"
319
-
320
- #: ../responsive-lightbox.php:511
321
- msgid "Social (Twitter, Facebook)"
322
- msgstr "Sotsiaal (Twitter, Facebook)"
323
-
324
- #: ../responsive-lightbox.php:516
325
- msgid "Show overlay"
326
- msgstr "Näita ülekatet"
327
-
328
- #: ../responsive-lightbox.php:517
329
- msgid "Show close button"
330
- msgstr "Näita sulgemisnuppu"
331
-
332
- #: ../responsive-lightbox.php:518
333
- msgid "Enable escape button"
334
- msgstr "Luba Esc klahv"
335
-
336
- #: ../responsive-lightbox.php:519
337
- msgid "Hide on overlay click"
338
- msgstr "Peida ülekattele klikates"
339
-
340
- #: ../responsive-lightbox.php:520
341
- msgid "Hide on content click"
342
- msgstr "Peida sisule klikates"
343
-
344
- #: ../responsive-lightbox.php:521
345
- msgid "Cyclic"
346
- msgstr "Korduv"
347
-
348
- #: ../responsive-lightbox.php:522
349
- msgid "Show nav arrows"
350
- msgstr "Näita navigeerimisnooli"
351
-
352
- #: ../responsive-lightbox.php:523
353
- msgid "Auto scale"
354
- msgstr "Automaatne skaleerimine"
355
-
356
- #: ../responsive-lightbox.php:524
357
- msgid "Scrolling (in/out)"
358
- msgstr "Kerimine (sisse/välja)"
359
-
360
- #: ../responsive-lightbox.php:525
361
- msgid "Center on scroll"
362
- msgstr "Kerimise ajal tsentris"
363
-
364
- #: ../responsive-lightbox.php:527
365
- msgid "Overlay opacity"
366
- msgstr "Ülekatte läbiaistmatus"
367
-
368
- #: ../responsive-lightbox.php:528
369
- msgid "Overlay color"
370
- msgstr "Ülekatte värv"
371
-
372
- #: ../responsive-lightbox.php:529
373
- msgid "Title show"
374
- msgstr "Pealkirja näitamine"
375
-
376
- #: ../responsive-lightbox.php:530
377
- msgid "Title position"
378
- msgstr "Pealkirja asukoht"
379
-
380
- #: ../responsive-lightbox.php:531
381
- msgid "Transition (in/out)"
382
- msgstr "Üleminek (siise/välja)"
383
-
384
- #: ../responsive-lightbox.php:532
385
- msgid "Easings (in/out)"
386
- msgstr "Leevendus (sisse/välja)"
387
-
388
- #: ../responsive-lightbox.php:533
389
- msgid "Speed (in/out)"
390
- msgstr "Kiirus (sisse/välja)"
391
-
392
- #: ../responsive-lightbox.php:534
393
- msgid "Change speed"
394
- msgstr "Muuda kiirust"
395
-
396
- #: ../responsive-lightbox.php:535
397
- msgid "Change fade"
398
- msgstr "Muuda hajumist"
399
-
400
- #: ../responsive-lightbox.php:536
401
- msgid "Padding"
402
- msgstr "Vooderdus"
403
-
404
- #: ../responsive-lightbox.php:537
405
- msgid "Margin"
406
- msgstr "Veeris"
407
-
408
- #: ../responsive-lightbox.php:543
409
- msgid "Effect"
410
- msgstr "Efekt"
411
-
412
- #: ../responsive-lightbox.php:544
413
- msgid "Keyboard navigation"
414
- msgstr "Klaviatuuriga navigeerimine"
415
-
416
- #: ../responsive-lightbox.php:545
417
- msgid "Error message"
418
- msgstr "Veateade"
419
-
420
- #: ../responsive-lightbox.php:550
421
- msgid "Preload next image"
422
- msgstr "Eellae järgmine pilt"
423
-
424
- #: ../responsive-lightbox.php:551
425
- msgid "Enable keyboard keys"
426
- msgstr "Luba klaviatuuri klahvid"
427
-
428
- #: ../responsive-lightbox.php:552
429
- msgid "Quit after last image"
430
- msgstr "Lõpeta peale viimast pilti"
431
-
432
- #: ../responsive-lightbox.php:553
433
- msgid "Quit when image is clicked"
434
- msgstr "Lõpeta, kui pildile klikatakse"
435
-
436
- #: ../responsive-lightbox.php:554
437
- msgid "Quit when anything but image is clicked"
438
- msgstr "Lõpeta, kui klikatakse midagi muud peale pildi"
439
-
440
- #: ../responsive-lightbox.php:574
441
- msgid "Select your preffered ligthbox effect script."
442
- msgstr "Eelistatud efektiskripti valimine."
443
-
444
- #: ../responsive-lightbox.php:584
445
- msgid "Select to which rel selector lightbox effect will be applied to."
446
- msgstr "Millises relatiivses selektoris lightboxi efekt rakendub"
447
-
448
- #: ../responsive-lightbox.php:604
449
- msgid "Enable triggering lightbox on custom jquery events."
450
- msgstr "Luba lightboxi kasutada muudel jquery eventidel."
451
-
452
- #: ../responsive-lightbox.php:607
453
- msgid "Enter a space separated list of events."
454
- msgstr "Lisa tühik erinevate eventide vahele"
455
-
456
- #: ../responsive-lightbox.php:628
457
- msgid "Select where all the lightbox scripts should be placed."
458
- msgstr "Lightboxi paigutus"
459
-
460
- #: ../responsive-lightbox.php:646
461
- msgid "Add lightbox to WordPress image galleries by default."
462
- msgstr "Lightbox lisatakse vaikimisi WordPressi galeriidesse"
463
-
464
- #: ../responsive-lightbox.php:664
465
- msgid "Add lightbox to YouTube and Vimeo video links by default."
466
- msgstr "Lightbox avab vaikimisi YouTube ja Vimeo linke."
467
-
468
- #: ../responsive-lightbox.php:682
469
- msgid "Add lightbox to WordPress image links by default."
470
- msgstr "Lightbox avab vaikimis WordPressi pildilinke."
471
-
472
- #: ../responsive-lightbox.php:700
473
- msgid "Display single post images as a gallery."
474
- msgstr "Kuvaq üksikute postituste pildid galeriina"
475
-
476
- #: ../responsive-lightbox.php:718
477
- msgid "Delete settings on plugin deactivation."
478
- msgstr "Kustuta pugina eeaktiviseerimisel seaded"
479
-
480
- #: ../responsive-lightbox.php:736
481
- msgid "Select a method of applying a lightbox effect."
482
- msgstr "Vali lightboxi efekti meetod"
483
-
484
- #: ../responsive-lightbox.php:754
485
- msgid ""
486
- "Disable if you don't want to top and bottom bars to be hidden after a period "
487
- "of time."
488
- msgstr ""
489
- "Keela, kui sa ei taha, et teatud aja jooksul üla- ja alapaan peidetakse "
490
-
491
- #: ../responsive-lightbox.php:757
492
- msgid ""
493
- "Enter the time after which the top and bottom bars will be hidden (when "
494
- "hiding is enabled)."
495
- msgstr "Sisesta üla- ja alapaani peitmisaeg (kui peitmine on lubatud)"
496
-
497
- #: ../responsive-lightbox.php:768
498
- msgid "Enter the max video width in a lightbox."
499
- msgstr "Sisesta video lightboxi max laius"
500
-
501
- #: ../responsive-lightbox.php:786
502
- msgid ""
503
- "Enable this if you're having problems with navigation icons not visible on "
504
- "some devices."
505
- msgstr "Luba see, kui mõnes seadmes pole lightboxi navigeerimisnupud nähtavad"
506
-
507
- #: ../responsive-lightbox.php:804
508
- msgid "Select animation speed for lightbox effect."
509
- msgstr "Vali lightboxi animeerimiskiirus"
510
-
511
- #: ../responsive-lightbox.php:822
512
- msgid "Display images as slideshow."
513
- msgstr "Kuva pildid slaidiseansina"
514
-
515
- #: ../responsive-lightbox.php:825
516
- msgid "Enter time (in miliseconds)."
517
- msgstr "Sisesta aeg (millisekundites)"
518
-
519
- #: ../responsive-lightbox.php:844
520
- msgid "Automatically start slideshow."
521
- msgstr "Slaidiseanss käibitub automaatselt"
522
-
523
- #: ../responsive-lightbox.php:857
524
- msgid "Value between 0 and 100, 100 for no opacity."
525
- msgstr "Väärtus 0 - 100, 100=läbiapstmatu"
526
-
527
- #: ../responsive-lightbox.php:875
528
- msgid "Display image tiltle."
529
- msgstr "Kuva pildi pealkiri"
530
-
531
- #: ../responsive-lightbox.php:893
532
- msgid "Resize the photos bigger than viewport."
533
- msgstr "Muuda foto suurust, kui see on vaateavast suurem"
534
-
535
- #: ../responsive-lightbox.php:911
536
- msgid "Expands something."
537
- msgstr "Laiendab midagi"
538
-
539
- #: ../responsive-lightbox.php:921 ../responsive-lightbox.php:931
540
- msgid "in pixels"
541
- msgstr "pikslites"
542
-
543
- #: ../responsive-lightbox.php:949
544
- msgid "Select theme for lightbox effect."
545
- msgstr "Vali lightboxi teema"
546
-
547
- #: ../responsive-lightbox.php:959
548
- msgid "Horizontal padding (in pixels)."
549
- msgstr "Horisontaalvooderdus (pikslites)"
550
-
551
- #: ../responsive-lightbox.php:977
552
- msgid ""
553
- "Hides all the flash object on a page. Enable this if flash appears over "
554
- "prettyPhoto."
555
- msgstr ""
556
- "Peidab lehel kõik flashi objektid. Luba see, kui flash ilmub prettyPhoto "
557
- "peale"
558
-
559
- #: ../responsive-lightbox.php:995
560
- msgid "Select flash window mode."
561
- msgstr "Vali flash akana režiim"
562
-
563
- #: ../responsive-lightbox.php:1013
564
- msgid "Automatically start videos."
565
- msgstr "Video automaatne esitamine"
566
-
567
- #: ../responsive-lightbox.php:1031
568
- msgid "If set to true, only the close button will close the window."
569
- msgstr "Kui lubatud, saab pildi sulgeda ainult sule nupuga"
570
-
571
- #: ../responsive-lightbox.php:1049
572
- msgid "Allow prettyPhoto to update the url to enable deeplinking."
573
- msgstr "Luba prettyPhotol urli uuendamist et lubada süvalinkimine"
574
-
575
- #: ../responsive-lightbox.php:1067
576
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
577
- msgstr "Kui lubatud, ilmub galerii pildile, kui hiirega sellest üle liikuda."
578
-
579
- #: ../responsive-lightbox.php:1085
580
- msgid "Set to false if you open forms inside prettyPhoto."
581
- msgstr "Ära luba, kui sa avad prettyPhotos veebivorme"
582
-
583
- #: ../responsive-lightbox.php:1103
584
- msgid "Display links to Facebook and Twitter."
585
- msgstr "Kuva Facebooki ja Twitteri lingid"
586
-
587
- #: ../responsive-lightbox.php:1121
588
- msgid "The transition type."
589
- msgstr "Ülemineku tüüp"
590
-
591
- #: ../responsive-lightbox.php:1131
592
- msgid "Space between FancyBox wrapper and content."
593
- msgstr "Tühimik FancyBoxi ümbrise ja sisu vahel"
594
-
595
- #: ../responsive-lightbox.php:1141
596
- msgid "Space between viewport and FancyBox wrapper."
597
- msgstr "Tühimik FancyBoxi vaateava ja ümbrise vahel"
598
-
599
- #: ../responsive-lightbox.php:1159
600
- msgid ""
601
- "When true, \"overlayShow\" is set to TRUE and \"hideOnOverlayClick\", "
602
- "\"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set "
603
- "to FALSE."
604
- msgstr ""
605
- "Kui lubatud, siis on \"Näita ülekatet\" LUBATUD ja \"Peida ülekattel klikates"
606
- "\", \"Peida sisule klikates\", \"Luba Esc klahv\", \"Näita sulgemisnuppu\" "
607
- "KEELATUD."
608
-
609
- #: ../responsive-lightbox.php:1177
610
- msgid "Toggle overlay."
611
- msgstr "Ülekatte lubamine/keelamine"
612
-
613
- #: ../responsive-lightbox.php:1195
614
- msgid "Toggle close button."
615
- msgstr "Sule nupu lubamine/keelamine"
616
-
617
- #: ../responsive-lightbox.php:1213
618
- msgid "Toggle if pressing Esc button closes FancyBox."
619
- msgstr "Esc klahviga sulgemise lubamine/keelamine"
620
-
621
- #: ../responsive-lightbox.php:1231
622
- msgid "Toggle if clicking the overlay should close FancyBox."
623
- msgstr "Ülekattel klikates sulgemise lubamine/keelamine"
624
-
625
- #: ../responsive-lightbox.php:1249
626
- msgid "Toggle if clicking the content should close FancyBox."
627
- msgstr "Sisul klikates sulgemise lubamine/keelamine"
628
-
629
- #: ../responsive-lightbox.php:1267
630
- msgid ""
631
- "When true, galleries will be cyclic, allowing you to keep pressing next/back."
632
- msgstr "Kui on lubatud, siis galerii kordub peale viimast pilti"
633
-
634
- #: ../responsive-lightbox.php:1285
635
- msgid "Toggle navigation arrows."
636
- msgstr "Navigeerimisnoolte lubamine/keelamine"
637
-
638
- #: ../responsive-lightbox.php:1303
639
- msgid "If true, FancyBox is scaled to fit in viewport."
640
- msgstr "Kui lubatud, skaleeritakse FancyBoxi suurus vqstavalt vaateavale"
641
-
642
- #: ../responsive-lightbox.php:1321
643
- msgid "Set the overflow CSS property to create or hide scrollbars."
644
- msgstr "Sea ületäitmumisel CSS omadus luua või peita kerimisribasid "
645
-
646
- #: ../responsive-lightbox.php:1339
647
- msgid "When true, FancyBox is centered while scrolling page."
648
- msgstr "Kui lubatud, on FancyBox keskel, kui lehte keritakse"
649
-
650
- #: ../responsive-lightbox.php:1357
651
- msgid "When true, transparency of content is changed for elastic transitions."
652
- msgstr "Kui on lubatud, siis on läbipaistev sisu asendatud elastse üleminekuga"
653
-
654
- #: ../responsive-lightbox.php:1370
655
- msgid "Opacity of the overlay."
656
- msgstr "Ülekatte läbipaistmatus"
657
-
658
- #: ../responsive-lightbox.php:1380
659
- msgid "Color of the overlay."
660
- msgstr "Ülekatte värv"
661
-
662
- #: ../responsive-lightbox.php:1398
663
- msgid "Toggle title."
664
- msgstr "Pealkirja lubamine/keelamine"
665
-
666
- #: ../responsive-lightbox.php:1416
667
- msgid "The position of title."
668
- msgstr "Pealkirja asukoht"
669
-
670
- #: ../responsive-lightbox.php:1434
671
- msgid "Easing used for elastic animations."
672
- msgstr "Elastsel üleminekul kasutatav leevendus"
673
-
674
- #: ../responsive-lightbox.php:1444
675
- msgid "Speed of the fade and elastic transitions, in milliseconds."
676
- msgstr "Hajumise ja elastse ülemineku kiirus millisekundites"
677
-
678
- #: ../responsive-lightbox.php:1454
679
- msgid "Speed of resizing when changing gallery items, in milliseconds."
680
- msgstr "Suuruse muutmise kiirus millisekundites"
681
-
682
- #: ../responsive-lightbox.php:1464
683
- msgid "Speed of the content fading while changing gallery items."
684
- msgstr "Sisu hajumise kiirus millisekundites"
685
-
686
- #: ../responsive-lightbox.php:1474
687
- msgid "Width of the video."
688
- msgstr "Video laius"
689
-
690
- #: ../responsive-lightbox.php:1484
691
- msgid "Height of the video."
692
- msgstr "Video kõrgus"
693
-
694
- #: ../responsive-lightbox.php:1502
695
- msgid "The effect to use when showing the lightbox."
696
- msgstr "Lightboxi efekt"
697
-
698
- #: ../responsive-lightbox.php:1520
699
- msgid "Enable/Disable keyboard navigation (left/right/escape)."
700
- msgstr "Luba/keela klaviatuuriga navigeerimine (vasak/parem/Esc)"
701
-
702
- #: ../responsive-lightbox.php:1530
703
- msgid "Error message if the content cannot be loaded."
704
- msgstr "Veateade, kui sisu ei õnnestu laaadida"
705
-
706
- #: ../responsive-lightbox.php:1540
707
- msgid "Animation speed."
708
- msgstr "animatsioonikiirus"
709
-
710
- #: ../responsive-lightbox.php:1558
711
- msgid "Silently preload the next image."
712
- msgstr "Eellae järgmine pilt"
713
-
714
- #: ../responsive-lightbox.php:1576
715
- msgid "Enable keyboard shortcuts (arrows Left/Right and Esc)."
716
- msgstr "Luba klaviatuuri otseteed (vasak/parem/Esc)"
717
-
718
- #: ../responsive-lightbox.php:1594
719
- msgid "Quit after viewing the last image."
720
- msgstr "Lõpeta peale viimast pilti"
721
-
722
- #: ../responsive-lightbox.php:1612
723
- msgid "Quit when the viewed image is clicked."
724
- msgstr "Lõpeta, kui vaadataval pildil klikatakse"
725
-
726
- #: ../responsive-lightbox.php:1630
727
- msgid "Quit when anything but the viewed image is clicked."
728
- msgstr "Lõpeta, kui klikatakse midagi peale vaadatava pildi"
729
-
730
- #: ../responsive-lightbox.php:1860
731
- msgid ""
732
- "Changes were not saved because there was attempt to save settings of "
733
- "inactive script. The site has been reloaded to the proper script settings."
734
- msgstr ""
735
- "Seadeid ei salvestatud, sest skript on inaktiivne. Leht laeti uuesti "
736
- "õigetele seadetele"
737
-
738
- #: ../responsive-lightbox.php:1870
739
- msgid "Settings restored to defaults."
740
- msgstr "Taastati vaikeseaded"
741
-
742
- #: ../responsive-lightbox.php:1878
743
- msgid "Settings of SwipeBox script were restored to defaults."
744
- msgstr "Taastati SwipeBoxi vaikeseaded"
745
-
746
- #: ../responsive-lightbox.php:1884
747
- msgid "Settings of prettyPhoto script were restored to defaults."
748
- msgstr "Taastati prettyPhoto vaikeseaded"
749
-
750
- #: ../responsive-lightbox.php:1890
751
- msgid "Settings of FancyBox script were restored to defaults."
752
- msgstr "Taastati FancyBoxi vaikeseaded"
753
-
754
- #: ../responsive-lightbox.php:1896
755
- msgid "Settings of Nivo script were restored to defaults."
756
- msgstr "Taastati Nivo skripti vaikeseaded"
757
-
758
- #: ../responsive-lightbox.php:1900
759
- msgid ""
760
- "Changes were not set to defaults because there was attempt to reset settings "
761
- "of inactive script. The site has been reloaded to the proper script settings."
762
- msgstr ""
763
- "Muudatusi ei salvestatud vaikeseadeteks, sest skript on inaktiivne. Leht "
764
- "laeti uuesti õigetele seadetele"
765
-
766
- #: ../responsive-lightbox.php:1914 ../responsive-lightbox.php:1915
767
- #: ../responsive-lightbox.php:1929 ../responsive-lightbox.php:1943
768
- msgid "Responsive Lightbox"
769
- msgstr "Responsive Lightbox"
770
-
771
- #: ../responsive-lightbox.php:1945
772
- msgid "Need support?"
773
- msgstr "Vajad abi?"
774
-
775
- #: ../responsive-lightbox.php:1946
776
- msgid ""
777
- "If you are having problems with this plugin, please talk about them in the"
778
- msgstr "Kui sul tekib plugina kasutamisel probleem räägi sellest"
779
-
780
- #: ../responsive-lightbox.php:1946
781
- msgid "Support forum"
782
- msgstr "tehnilise toe foorumis"
783
-
784
- #: ../responsive-lightbox.php:1948
785
- msgid "Do you like this plugin?"
786
- msgstr "Kas sulle meeldib see plugin?"
787
-
788
- #: ../responsive-lightbox.php:1949
789
- msgid "Rate it 5"
790
- msgstr "Hinda seda WordPressis"
791
-
792
- #: ../responsive-lightbox.php:1949
793
- msgid "on WordPress.org"
794
- msgstr "viie tärniga"
795
-
796
- #: ../responsive-lightbox.php:1950
797
- msgid "Blog about it & link to the"
798
- msgstr "Blogi sellest ja lingi"
799
-
800
- #: ../responsive-lightbox.php:1950
801
- msgid "plugin page"
802
- msgstr "pluginate lehele"
803
-
804
- #: ../responsive-lightbox.php:1951
805
- msgid "Check out our other"
806
- msgstr "Vaata meie teisi"
807
-
808
- #: ../responsive-lightbox.php:1951
809
- msgid "WordPress plugins"
810
- msgstr "WordPressi pluginaid"
811
-
812
- #: ../responsive-lightbox.php:1971
813
- msgid "Reset to defaults"
814
- msgstr "Taasta vaikimis seaded"
815
-
816
- #: ../responsive-lightbox.php:1998
817
- msgid "Are you sure you want to reset these settings to defaults?"
818
- msgstr ""
819
- "Kas oled kindel, et soovid neende seadete asemel kasutada vaikimis seadeid?"
820
-
821
- #: ../responsive-lightbox.php:1999
822
- msgid "Are you sure you want to reset scripts settings to defaults?"
823
- msgstr "Kas oled kindel, et tahad taastada vaikimis seaded?"
824
-
825
- #: ../responsive-lightbox.php:2288
826
- msgid "Support"
827
- msgstr "Tugi"
828
-
829
- #: ../responsive-lightbox.php:2310
830
- msgid "Settings"
831
- msgstr "Seaded"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-fa_IR.mo DELETED
Binary file
languages/responsive-lightbox-fa_IR.po DELETED
@@ -1,407 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox\n"
4
- "POT-Creation-Date: 2013-07-09 10:46+0330\n"
5
- "PO-Revision-Date: 2013-07-09 21:07+0330\n"
6
- "Last-Translator: Alimir <info@alimir.ir>\n"
7
- "Language-Team: Alimir.ir <info@alimir.ir>\n"
8
- "Language: Persian\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
- "X-Poedit-SearchPath-1: ..\n"
18
-
19
- #: ../responsive-lightbox.php:129
20
- msgid "prettyPhoto"
21
- msgstr "اسکریپت prettyPhoto"
22
-
23
- #: ../responsive-lightbox.php:131
24
- msgid "slow"
25
- msgstr "کند"
26
-
27
- #: ../responsive-lightbox.php:132
28
- msgid "normal"
29
- msgstr "نرمال"
30
-
31
- #: ../responsive-lightbox.php:133
32
- msgid "fast"
33
- msgstr "سریع"
34
-
35
- #: ../responsive-lightbox.php:136
36
- msgid "default"
37
- msgstr "پیشفرض"
38
-
39
- #: ../responsive-lightbox.php:137
40
- msgid "light rounded"
41
- msgstr "گردی روشن"
42
-
43
- #: ../responsive-lightbox.php:138
44
- msgid "dark rounded"
45
- msgstr "گردی تیره"
46
-
47
- #: ../responsive-lightbox.php:139
48
- msgid "light square"
49
- msgstr "مربع روشن"
50
-
51
- #: ../responsive-lightbox.php:140
52
- msgid "dark square"
53
- msgstr "مربع تیره"
54
-
55
- #: ../responsive-lightbox.php:141
56
- msgid "facebook"
57
- msgstr "فیسبوک"
58
-
59
- #: ../responsive-lightbox.php:144
60
- msgid "window"
61
- msgstr ""
62
-
63
- #: ../responsive-lightbox.php:145
64
- msgid "transparent"
65
- msgstr ""
66
-
67
- #: ../responsive-lightbox.php:146
68
- msgid "opaque"
69
- msgstr ""
70
-
71
- #: ../responsive-lightbox.php:147
72
- msgid "direct"
73
- msgstr ""
74
-
75
- #: ../responsive-lightbox.php:148
76
- msgid "gpu"
77
- msgstr ""
78
-
79
- #: ../responsive-lightbox.php:153
80
- msgid "SwipeBox"
81
- msgstr "اسکریپت SwipeBox"
82
-
83
- #: ../responsive-lightbox.php:155
84
- msgid "CSS"
85
- msgstr "سی اس اس"
86
-
87
- #: ../responsive-lightbox.php:156
88
- msgid "jQuery"
89
- msgstr "جی کوئری"
90
-
91
- #: ../responsive-lightbox.php:162
92
- msgid "rel"
93
- msgstr ""
94
-
95
- #: ../responsive-lightbox.php:163
96
- msgid "class"
97
- msgstr ""
98
-
99
- #: ../responsive-lightbox.php:167
100
- msgid "Enable"
101
- msgstr "فعال"
102
-
103
- #: ../responsive-lightbox.php:168
104
- msgid "Disable"
105
- msgstr "غیر فعال"
106
-
107
- #: ../responsive-lightbox.php:173 ../responsive-lightbox.php:209
108
- msgid "General settings"
109
- msgstr "تنظیمات عمومی"
110
-
111
- #: ../responsive-lightbox.php:178 ../responsive-lightbox.php:218
112
- msgid "Lightbox settings"
113
- msgstr "تنظیمات لایت باکس"
114
-
115
- #: ../responsive-lightbox.php:210
116
- msgid "Lightbox script"
117
- msgstr "فرم افکت لایت باکس"
118
-
119
- #: ../responsive-lightbox.php:211
120
- msgid "Selector"
121
- msgstr "سلکتور"
122
-
123
- #: ../responsive-lightbox.php:212
124
- msgid "Galleries"
125
- msgstr "گالری ها"
126
-
127
- #: ../responsive-lightbox.php:213
128
- msgid "Image links"
129
- msgstr "تصاویر لینک دار"
130
-
131
- #: ../responsive-lightbox.php:214
132
- msgid "Deactivation"
133
- msgstr "بی اثر سازی"
134
-
135
- #: ../responsive-lightbox.php:222
136
- msgid "Animation type"
137
- msgstr "نوع انیمیشن"
138
-
139
- #: ../responsive-lightbox.php:223
140
- msgid "Top and bottom bars"
141
- msgstr "نوار بالا و پایین"
142
-
143
- #: ../responsive-lightbox.php:227
144
- msgid "Animation speed"
145
- msgstr "سرعت انتقال انیمیشن"
146
-
147
- #: ../responsive-lightbox.php:228
148
- msgid "Slideshow"
149
- msgstr "اسلایدشو"
150
-
151
- #: ../responsive-lightbox.php:229
152
- msgid "Slideshow autoplay"
153
- msgstr "حرکت خودکار اسلایشو"
154
-
155
- #: ../responsive-lightbox.php:230
156
- msgid "Opacity"
157
- msgstr "شفافیت"
158
-
159
- #: ../responsive-lightbox.php:231
160
- msgid "Show title"
161
- msgstr "نمایش عنوان"
162
-
163
- #: ../responsive-lightbox.php:232
164
- msgid "Allow resize big images"
165
- msgstr "تغییر سایز تصاویر بزرگ"
166
-
167
- #: ../responsive-lightbox.php:233
168
- msgid "Width"
169
- msgstr "طول"
170
-
171
- #: ../responsive-lightbox.php:234
172
- msgid "Height"
173
- msgstr "عرض"
174
-
175
- #: ../responsive-lightbox.php:235
176
- msgid "Theme"
177
- msgstr "پوسته"
178
-
179
- #: ../responsive-lightbox.php:236
180
- msgid "Horizontal padding"
181
- msgstr "پیمایش افقی"
182
-
183
- #: ../responsive-lightbox.php:237
184
- msgid "Hide Flash"
185
- msgstr "استفاده از فلش"
186
-
187
- #: ../responsive-lightbox.php:238
188
- msgid "Flash Window Mode (wmode)"
189
- msgstr "فرم پنجره ی فلش"
190
-
191
- #: ../responsive-lightbox.php:239
192
- msgid "Video autoplay"
193
- msgstr "نمایش خودکار فایل های تصویری"
194
-
195
- #: ../responsive-lightbox.php:240
196
- msgid "Modal"
197
- msgstr "شرط بستن لایت باکس"
198
-
199
- #: ../responsive-lightbox.php:241
200
- msgid "Deeplinking"
201
- msgstr "قابلیت Deeplinking"
202
-
203
- #: ../responsive-lightbox.php:242
204
- msgid "Overlay gallery"
205
- msgstr "جایگشت گالری"
206
-
207
- #: ../responsive-lightbox.php:243
208
- msgid "Keyboard shortcuts"
209
- msgstr "میان بر های صفحه کلید"
210
-
211
- #: ../responsive-lightbox.php:244
212
- msgid "Social (Twitter, Facebook)"
213
- msgstr "شبکه های اجتماعی (فیسبوک، توییتر)"
214
-
215
- #: ../responsive-lightbox.php:262
216
- msgid "Select your preffered ligthbox effect script."
217
- msgstr "افکت نمایش لایت باکس را انتخاب نمایید."
218
-
219
- #: ../responsive-lightbox.php:272
220
- msgid "Select to which rel selector lightbox effect will be applied to."
221
- msgstr ""
222
-
223
- #: ../responsive-lightbox.php:290
224
- msgid "Add lightbox to WordPress image galleries by default"
225
- msgstr "استفاده از لایت باکس در گالری های پیشفرض وردپرس"
226
-
227
- #: ../responsive-lightbox.php:308
228
- msgid "Add lightbox to WordPress image links by default"
229
- msgstr "استفاده از لایت باکس در تصاویر لینک دار وردپرس"
230
-
231
- #: ../responsive-lightbox.php:326
232
- msgid "Delete settings on plugin deactivation"
233
- msgstr "تنظیمات را در حالت غیر فعال افزونه پاک کن"
234
-
235
- #: ../responsive-lightbox.php:344
236
- msgid "Select a method of applying a lightbox effect."
237
- msgstr "متدی را برای فرم افکت لایت باکس انتخاب نمایید."
238
-
239
- #: ../responsive-lightbox.php:362
240
- msgid "Disable if you don't want to display top and bottom bars."
241
- msgstr ""
242
- "اگر می خواهید نوار بالا و پایین به نمایش در نیاید این قابلیت را غیر فعال "
243
- "کنید."
244
-
245
- #: ../responsive-lightbox.php:366
246
- msgid "Enter the time for images animation (in miliseconds)"
247
- msgstr "زمان انیمیشن تصویر را به میلی ثانیه وارد نمایید"
248
-
249
- #: ../responsive-lightbox.php:384
250
- msgid "Select animation speed for lightbox effect"
251
- msgstr "سرعت انتقال افکت لایت باکس را انتخاب کنید"
252
-
253
- #: ../responsive-lightbox.php:402
254
- msgid "Display images as slideshow"
255
- msgstr "نمایش تصاویر به صورت اسلایدشو"
256
-
257
- #: ../responsive-lightbox.php:406
258
- msgid "Enter time (in miliseconds)"
259
- msgstr "زمان را به میلی ثانیه وارد کنید"
260
-
261
- #: ../responsive-lightbox.php:424
262
- msgid "Automatically start slideshow"
263
- msgstr "نمایش خودکار اسلایدشو"
264
-
265
- #: ../responsive-lightbox.php:434
266
- msgid "Value between 0 and 1 (for e.g. 0.5)"
267
- msgstr "مقداری بین 0 و 1 (مثلا 0.5)"
268
-
269
- #: ../responsive-lightbox.php:452
270
- msgid "Display image tiltle"
271
- msgstr "نمایش عنوان تصویر"
272
-
273
- #: ../responsive-lightbox.php:470
274
- msgid "Resize the photos bigger than viewport."
275
- msgstr "تغییر سایز تصاویری با ابعاد بزرگتر از صفحه ی نمایش."
276
-
277
- #: ../responsive-lightbox.php:480 ../responsive-lightbox.php:490
278
- msgid "in pixels"
279
- msgstr "به پیکسل"
280
-
281
- #: ../responsive-lightbox.php:508
282
- msgid "Select theme for lightbox effect"
283
- msgstr "قالبی را برای افکت لایت باکس انتخاب کنید."
284
-
285
- #: ../responsive-lightbox.php:518
286
- msgid "Horizontal padding (in pixels)"
287
- msgstr "پیمایش افقی (مقدار به پیکسل)"
288
-
289
- #: ../responsive-lightbox.php:536
290
- msgid ""
291
- "Hides all the flash object on a page. Enable this if flash appears over "
292
- "prettyPhoto"
293
- msgstr ""
294
-
295
- #: ../responsive-lightbox.php:554
296
- msgid "Select flash window mode"
297
- msgstr ""
298
-
299
- #: ../responsive-lightbox.php:572
300
- msgid "Automatically start videos"
301
- msgstr "نمایش خودکار تصاویر ویدیویی"
302
-
303
- #: ../responsive-lightbox.php:590
304
- msgid "If set to true, only the close button will close the window"
305
- msgstr "اگر فعال باشد، پنجره تنها با کلیک بر روی دکمه ی بستن، بسته خواهد شد"
306
-
307
- #: ../responsive-lightbox.php:608
308
- msgid "Allow prettyPhoto to update the url to enable deeplinking"
309
- msgstr ""
310
-
311
- #: ../responsive-lightbox.php:626
312
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
313
- msgstr ""
314
-
315
- #: ../responsive-lightbox.php:644
316
- msgid "Set to false if you open forms inside prettyPhoto"
317
- msgstr ""
318
-
319
- #: ../responsive-lightbox.php:662
320
- msgid "Display links to Facebook and Twitter"
321
- msgstr "نمایش لینک های فیسبوک و توویتر"
322
-
323
- #: ../responsive-lightbox.php:755
324
- msgid ""
325
- "Changes were not saved because there was attempt to save settings of "
326
- "inactive script. The site has been reloaded to the proper script settings."
327
- msgstr ""
328
- "تغییرات، به دلیل تلاش برای فعال سازی اسکریپت غیر فعال، ذخیره نشد. تنظیمات "
329
- "اولیه مجددا بارگذاری شد. "
330
-
331
- #: ../responsive-lightbox.php:767
332
- msgid "Settings of SwipeBox script were restored to defaults."
333
- msgstr "تنظیمات اسکریپت SwipeBox به حالت پیشفرض بازگردانی شد."
334
-
335
- #: ../responsive-lightbox.php:773
336
- msgid "Settings of prettyPhoto script were restored to defaults."
337
- msgstr "تنظیمات اسکریپت PrettyPhoto به حالت پیشفرض بازگردانی شد."
338
-
339
- #: ../responsive-lightbox.php:777
340
- msgid ""
341
- "Changes were not set to defaults because there was attempt to reset settings "
342
- "of inactive script. The site has been reloaded to the proper script settings."
343
- msgstr ""
344
-
345
- #: ../responsive-lightbox.php:791 ../responsive-lightbox.php:792
346
- #: ../responsive-lightbox.php:806 ../responsive-lightbox.php:838
347
- msgid "Responsive Lightbox"
348
- msgstr "لایت باکس واکنش گرا"
349
-
350
- #: ../responsive-lightbox.php:831
351
- msgid "Reset to defaults"
352
- msgstr "بازیابی تنظیمات اولیه"
353
-
354
- #: ../responsive-lightbox.php:840
355
- msgid "Need support?"
356
- msgstr "نیاز به پشتیبانی دارید؟"
357
-
358
- #: ../responsive-lightbox.php:841
359
- msgid ""
360
- "If you are having problems with this plugin, please talk about them in the"
361
- msgstr ""
362
- "اگر مشکلی با این افزونه دارید می توانید آن را را در انجمن پشتیبانی به آدرس "
363
- "روبرو در میان بگذارید:"
364
-
365
- #: ../responsive-lightbox.php:841
366
- msgid "Support forum"
367
- msgstr "انجمن پشتیبانی"
368
-
369
- #: ../responsive-lightbox.php:843
370
- msgid "Do you like this plugin?"
371
- msgstr "از این افزونه خوشتون اومده؟"
372
-
373
- #: ../responsive-lightbox.php:844
374
- msgid "Rate it 5"
375
- msgstr "امتیاز دهی"
376
-
377
- #: ../responsive-lightbox.php:844
378
- msgid "on WordPress.org"
379
- msgstr "در مخزن وردپرس"
380
-
381
- #: ../responsive-lightbox.php:845
382
- msgid "Blog about it & link to the"
383
- msgstr "مشاهده مشخصات بیشتر در"
384
-
385
- #: ../responsive-lightbox.php:845
386
- msgid "plugin page"
387
- msgstr "صفحه ی افزونه"
388
-
389
- #: ../responsive-lightbox.php:846
390
- msgid "Check out our other"
391
- msgstr "مشاهده ی دیگر"
392
-
393
- #: ../responsive-lightbox.php:846
394
- msgid "WordPress plugins"
395
- msgstr "افزونه های وردپرس ما"
396
-
397
- #: ../responsive-lightbox.php:871
398
- msgid "Are you sure you want to reset scripts settings to defaults?"
399
- msgstr "آیا از بازگشت تنظیمات اسکریپت به حال پیشفرض، اطمینان دارید؟"
400
-
401
- #: ../responsive-lightbox.php:997
402
- msgid "Support"
403
- msgstr "پشتیبانی"
404
-
405
- #: ../responsive-lightbox.php:1019
406
- msgid "Settings"
407
- msgstr "تنظیمات"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-fr_FR.mo DELETED
Binary file
languages/responsive-lightbox-fr_FR.po DELETED
@@ -1,426 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox fr\n"
4
- "POT-Creation-Date: 2013-07-09 19:35+0100\n"
5
- "PO-Revision-Date: 2013-07-14 17:44+0100\n"
6
- "Last-Translator: Li-An <lian00@gmail.com>\n"
7
- "Language-Team: Li-An <lian00@gmail.com>\n"
8
- "Language: Français\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../responsive-lightbox.php:253
19
- msgid "prettyPhoto"
20
- msgstr "prettyPhoto"
21
-
22
- #: ../responsive-lightbox.php:255
23
- msgid "slow"
24
- msgstr "lent"
25
-
26
- #: ../responsive-lightbox.php:256
27
- msgid "normal"
28
- msgstr "normal"
29
-
30
- #: ../responsive-lightbox.php:257
31
- msgid "fast"
32
- msgstr "rapide"
33
-
34
- #: ../responsive-lightbox.php:260
35
- msgid "default"
36
- msgstr "par défaut"
37
-
38
- #: ../responsive-lightbox.php:261
39
- msgid "light rounded"
40
- msgstr "coins arrondis clair"
41
-
42
- #: ../responsive-lightbox.php:262
43
- msgid "dark rounded"
44
- msgstr "coins arrondis sombre"
45
-
46
- #: ../responsive-lightbox.php:263
47
- msgid "light square"
48
- msgstr "rectangle clair"
49
-
50
- #: ../responsive-lightbox.php:264
51
- msgid "dark square"
52
- msgstr "rectangle sombre"
53
-
54
- #: ../responsive-lightbox.php:265
55
- msgid "facebook"
56
- msgstr "facebook"
57
-
58
- #: ../responsive-lightbox.php:268
59
- msgid "window"
60
- msgstr "fenêtre"
61
-
62
- #: ../responsive-lightbox.php:269
63
- msgid "transparent"
64
- msgstr "transparente"
65
-
66
- #: ../responsive-lightbox.php:270
67
- msgid "opaque"
68
- msgstr "opaque"
69
-
70
- #: ../responsive-lightbox.php:271
71
- msgid "direct"
72
- msgstr "direct"
73
-
74
- #: ../responsive-lightbox.php:272
75
- msgid "gpu"
76
- msgstr "gpu"
77
-
78
- #: ../responsive-lightbox.php:277
79
- msgid "SwipeBox"
80
- msgstr "SwipeBox"
81
-
82
- #: ../responsive-lightbox.php:279
83
- msgid "CSS"
84
- msgstr "CSS"
85
-
86
- #: ../responsive-lightbox.php:280
87
- msgid "jQuery"
88
- msgstr "jQuery"
89
-
90
- #: ../responsive-lightbox.php:286
91
- msgid "Enable"
92
- msgstr "Activé"
93
-
94
- #: ../responsive-lightbox.php:287
95
- msgid "Disable"
96
- msgstr "Désactivé"
97
-
98
- #: ../responsive-lightbox.php:292 ../responsive-lightbox.php:328
99
- msgid "General settings"
100
- msgstr "Réglages généraux"
101
-
102
- #: ../responsive-lightbox.php:297 ../responsive-lightbox.php:338
103
- msgid "Lightbox settings"
104
- msgstr "Réglages Lightbox"
105
-
106
- #: ../responsive-lightbox.php:329
107
- msgid "Lightbox script"
108
- msgstr "Script Lightbox"
109
-
110
- #: ../responsive-lightbox.php:330
111
- msgid "Selector"
112
- msgstr "Sélecteur"
113
-
114
- #: ../responsive-lightbox.php:331
115
- msgid "Galleries"
116
- msgstr "Galeries"
117
-
118
- #: ../responsive-lightbox.php:332
119
- msgid "Video links"
120
- msgstr "Liens vidéo"
121
-
122
- #: ../responsive-lightbox.php:333
123
- msgid "Image links"
124
- msgstr "Liens image"
125
-
126
- #: ../responsive-lightbox.php:334
127
- msgid "Deactivation"
128
- msgstr "Désactivation"
129
-
130
- #: ../responsive-lightbox.php:342
131
- msgid "Animation type"
132
- msgstr "Type d'animation"
133
-
134
- #: ../responsive-lightbox.php:343
135
- msgid "Top and bottom bars"
136
- msgstr "Barre en haut et en bas"
137
-
138
- #: ../responsive-lightbox.php:344
139
- msgid "Video max width"
140
- msgstr "Largeur max vidéo"
141
-
142
- #: ../responsive-lightbox.php:348
143
- msgid "Animation speed"
144
- msgstr "Vitesse d'animation"
145
-
146
- #: ../responsive-lightbox.php:349
147
- msgid "Slideshow"
148
- msgstr "Diaporama"
149
-
150
- #: ../responsive-lightbox.php:350
151
- msgid "Slideshow autoplay"
152
- msgstr "Démarrage automatique diaporama"
153
-
154
- #: ../responsive-lightbox.php:351
155
- msgid "Opacity"
156
- msgstr "Opacité"
157
-
158
- #: ../responsive-lightbox.php:352
159
- msgid "Show title"
160
- msgstr "Montrer le titre"
161
-
162
- #: ../responsive-lightbox.php:353
163
- msgid "Allow resize big images"
164
- msgstr "Autoriser le redimensionnement des grandes images"
165
-
166
- #: ../responsive-lightbox.php:354
167
- msgid "Video width"
168
- msgstr "Largeur vidéo"
169
-
170
- #: ../responsive-lightbox.php:355
171
- msgid "Video height"
172
- msgstr "Hauteur vidéo"
173
-
174
- #: ../responsive-lightbox.php:356
175
- msgid "Theme"
176
- msgstr "Thème"
177
-
178
- #: ../responsive-lightbox.php:357
179
- msgid "Horizontal padding"
180
- msgstr "Padding horizontal"
181
-
182
- #: ../responsive-lightbox.php:358
183
- msgid "Hide Flash"
184
- msgstr "Cacher le Flash"
185
-
186
- #: ../responsive-lightbox.php:359
187
- msgid "Flash Window Mode (wmode)"
188
- msgstr "Mode fenêtre Flash (wmode)"
189
-
190
- #: ../responsive-lightbox.php:360
191
- msgid "Video autoplay"
192
- msgstr "Autodémarrage de vidéo"
193
-
194
- #: ../responsive-lightbox.php:361
195
- msgid "Modal"
196
- msgstr "Modale"
197
-
198
- #: ../responsive-lightbox.php:362
199
- msgid "Deeplinking"
200
- msgstr "Deeplinking"
201
-
202
- #: ../responsive-lightbox.php:363
203
- msgid "Overlay gallery"
204
- msgstr "Galerie superposée"
205
-
206
- #: ../responsive-lightbox.php:364
207
- msgid "Keyboard shortcuts"
208
- msgstr "Raccourcis clavier"
209
-
210
- #: ../responsive-lightbox.php:365
211
- msgid "Social (Twitter, Facebook)"
212
- msgstr "Social (Twitter, Facebook)"
213
-
214
- #: ../responsive-lightbox.php:383
215
- msgid "Select your preffered ligthbox effect script."
216
- msgstr "Sélectionnez votre script d'effet Lightbox préféré."
217
-
218
- #: ../responsive-lightbox.php:393
219
- msgid "Select to which rel selector lightbox effect will be applied to."
220
- msgstr "Sélectionnez à quel sélecteur rel l'effet Lightbox sera appliqué."
221
-
222
- #: ../responsive-lightbox.php:411
223
- msgid "Add lightbox to WordPress image galleries by default"
224
- msgstr "Ajouter Lightbox aux images de galeries Wordpress par défaut"
225
-
226
- #: ../responsive-lightbox.php:429
227
- msgid "Add lightbox to YouTube and Vimeo video links by default"
228
- msgstr "Ajouter Lightbox aus liens vidéos YouTube et Vimeo par défaut"
229
-
230
- #: ../responsive-lightbox.php:447
231
- msgid "Add lightbox to WordPress image links by default"
232
- msgstr "Ajouter Lightbox aux liens d'images Wordpress par défaut"
233
-
234
- #: ../responsive-lightbox.php:465
235
- msgid "Delete settings on plugin deactivation"
236
- msgstr "Supprimer les réglages à la désactivation du plugin"
237
-
238
- #: ../responsive-lightbox.php:483
239
- msgid "Select a method of applying a lightbox effect."
240
- msgstr "Sélectionnez une méthode d'application de l'effet Lightbox."
241
-
242
- #: ../responsive-lightbox.php:501
243
- msgid "Disable if you don't want to display top and bottom bars."
244
- msgstr ""
245
- "Désactivez si vous ne voulez pas afficher les barres au dessus et en "
246
- "dessous. "
247
-
248
- #: ../responsive-lightbox.php:505
249
- msgid "Enter the time for images animation (in miliseconds)"
250
- msgstr "Entrez le temps d'animation pour les images (en millisecondes)"
251
-
252
- #: ../responsive-lightbox.php:515
253
- msgid "Enter the max video width in a lightbox"
254
- msgstr "Entrez la largeur max de la vidéà dans une Lightbox"
255
-
256
- #: ../responsive-lightbox.php:533
257
- msgid "Select animation speed for lightbox effect"
258
- msgstr "Sélectionnez une vitesse d'animation pour l'effet Lightbox"
259
-
260
- #: ../responsive-lightbox.php:551
261
- msgid "Display images as slideshow"
262
- msgstr "Afficher les images dans un diaporama"
263
-
264
- #: ../responsive-lightbox.php:555
265
- msgid "Enter time (in miliseconds)"
266
- msgstr "Entrez le temps (en millisecondes)"
267
-
268
- #: ../responsive-lightbox.php:573
269
- msgid "Automatically start slideshow"
270
- msgstr "Démarrer automatiquement le diaporama"
271
-
272
- #: ../responsive-lightbox.php:583
273
- msgid "Value between 0 and 1 (for e.g. 0.5)"
274
- msgstr "Une valeur entre 0 et 1 (par exemple 0.5)"
275
-
276
- #: ../responsive-lightbox.php:601
277
- msgid "Display image tiltle"
278
- msgstr "Afficher le titre de l'image"
279
-
280
- #: ../responsive-lightbox.php:619
281
- msgid "Resize the photos bigger than viewport."
282
- msgstr "Redimensionner les images plus grandes que la fenêtre d'affichage."
283
-
284
- #: ../responsive-lightbox.php:629 ../responsive-lightbox.php:639
285
- msgid "in pixels"
286
- msgstr "en pixels"
287
-
288
- #: ../responsive-lightbox.php:657
289
- msgid "Select theme for lightbox effect"
290
- msgstr "Sélectionnez le thème pour l'effet Lightbox"
291
-
292
- #: ../responsive-lightbox.php:667
293
- msgid "Horizontal padding (in pixels)"
294
- msgstr "Padding horizontal (en pixels)"
295
-
296
- #: ../responsive-lightbox.php:685
297
- msgid ""
298
- "Hides all the flash object on a page. Enable this if flash appears over "
299
- "prettyPhoto"
300
- msgstr ""
301
- "Cacher les objets Flash sur une page. Activez si des animations Flash "
302
- "apparaissent au dessus de prettyPhoto."
303
-
304
- #: ../responsive-lightbox.php:703
305
- msgid "Select flash window mode"
306
- msgstr "Sélectionner le mode de fenêtre Flash"
307
-
308
- #: ../responsive-lightbox.php:721
309
- msgid "Automatically start videos"
310
- msgstr "Démarrer automatiquement les vidéos"
311
-
312
- #: ../responsive-lightbox.php:739
313
- msgid "If set to true, only the close button will close the window"
314
- msgstr "Si activé, seul le bouton de fermeture permettra de fermer la fenêtre"
315
-
316
- #: ../responsive-lightbox.php:757
317
- msgid "Allow prettyPhoto to update the url to enable deeplinking"
318
- msgstr "Autorise prettyPhoto à mettre à jour l'URL pour activer le deeplinking"
319
-
320
- #: ../responsive-lightbox.php:775
321
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
322
- msgstr ""
323
- "Si activé, une galerie sera affichée par dessus l'image plein écran au "
324
- "passage de la souris"
325
-
326
- #: ../responsive-lightbox.php:793
327
- msgid "Set to false if you open forms inside prettyPhoto"
328
- msgstr "Désactivez si vous ouvrez des formulaires dans prettyPhoto"
329
-
330
- #: ../responsive-lightbox.php:811
331
- msgid "Display links to Facebook and Twitter"
332
- msgstr "Afficher des liens vers Facebook et Twitter"
333
-
334
- #: ../responsive-lightbox.php:906
335
- msgid ""
336
- "Changes were not saved because there was attempt to save settings of "
337
- "inactive script. The site has been reloaded to the proper script settings."
338
- msgstr ""
339
- "Les modifications n'ont pas été sauvegardées parce qu'il y a eu une "
340
- "tentative pour sauvegarder les réglages d'un script inactif. Le site a été "
341
- "rafraîchi avec les réglages de script convenables."
342
-
343
- #: ../responsive-lightbox.php:918
344
- msgid "Settings of SwipeBox script were restored to defaults."
345
- msgstr ""
346
- "Les réglages du script SwipeBox ont été rétablis dans leurs valeurs par "
347
- "défaut."
348
-
349
- #: ../responsive-lightbox.php:924
350
- msgid "Settings of prettyPhoto script were restored to defaults."
351
- msgstr ""
352
- "Les réglages du script prettyPhoto ont été rétablis dans leurs valeurs par "
353
- "défaut."
354
-
355
- #: ../responsive-lightbox.php:928
356
- msgid ""
357
- "Changes were not set to defaults because there was attempt to reset settings "
358
- "of inactive script. The site has been reloaded to the proper script settings."
359
- msgstr ""
360
- "La remise aux valeurs par défaut n'a pas été effectuée parce qu'il y a eu "
361
- "une tentative pour remettre par défaut les réglages d'un script inactif. Le "
362
- "site a été rafraîchi avec les réglages de script convenables."
363
-
364
- #: ../responsive-lightbox.php:942 ../responsive-lightbox.php:943
365
- #: ../responsive-lightbox.php:957 ../responsive-lightbox.php:989
366
- msgid "Responsive Lightbox"
367
- msgstr "Responsive Lightbox"
368
-
369
- #: ../responsive-lightbox.php:982
370
- msgid "Reset to defaults"
371
- msgstr "Rétablir les valeurs par défaut"
372
-
373
- #: ../responsive-lightbox.php:991
374
- msgid "Need support?"
375
- msgstr "Vous avez besoin d'aide ?"
376
-
377
- #: ../responsive-lightbox.php:992
378
- msgid ""
379
- "If you are having problems with this plugin, please talk about them in the"
380
- msgstr "Si vous avez des problèmes avec ce plugin, veuillez en parler dans"
381
-
382
- #: ../responsive-lightbox.php:992
383
- msgid "Support forum"
384
- msgstr "forum d'aide"
385
-
386
- #: ../responsive-lightbox.php:994
387
- msgid "Do you like this plugin?"
388
- msgstr "Aimez-vous ce plugin ?"
389
-
390
- #: ../responsive-lightbox.php:995
391
- msgid "Rate it 5"
392
- msgstr "Mettez lui la note 5"
393
-
394
- #: ../responsive-lightbox.php:995
395
- msgid "on WordPress.org"
396
- msgstr "sur WordPress.org"
397
-
398
- #: ../responsive-lightbox.php:996
399
- msgid "Blog about it & link to the"
400
- msgstr "Blogguez à son propos et faites un lien vers"
401
-
402
- #: ../responsive-lightbox.php:996
403
- msgid "plugin page"
404
- msgstr "la page de plugin"
405
-
406
- #: ../responsive-lightbox.php:997
407
- msgid "Check out our other"
408
- msgstr "Jetez un coup d'oeil sur"
409
-
410
- #: ../responsive-lightbox.php:997
411
- msgid "WordPress plugins"
412
- msgstr "les plugins WordPress"
413
-
414
- #: ../responsive-lightbox.php:1022
415
- msgid "Are you sure you want to reset scripts settings to defaults?"
416
- msgstr ""
417
- "Êtes-vous sûr de vouloir rétablir les réglages des scripts aux valeurs par "
418
- "défaut ?"
419
-
420
- #: ../responsive-lightbox.php:1149
421
- msgid "Support"
422
- msgstr "Aide"
423
-
424
- #: ../responsive-lightbox.php:1171
425
- msgid "Settings"
426
- msgstr "Réglages"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-hu_HU.mo DELETED
Binary file
languages/responsive-lightbox-hu_HU.po DELETED
@@ -1,1113 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox v1.4.8\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2014-11-24 14:25+0100\n"
7
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=1; plural=0;\n"
13
- "X-Generator: Poedit 1.6.10\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "Language: hu_HU\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- # @ responsive-lightbox
23
- #. translators: plugin header field 'Name'
24
- #: responsive-lightbox.php:0 responsive-lightbox.php:1992
25
- #: responsive-lightbox.php:1993 responsive-lightbox.php:2007
26
- #: responsive-lightbox.php:2021
27
- msgid "Responsive Lightbox"
28
- msgstr ""
29
-
30
- # @ responsive-lightbox
31
- #. translators: plugin header field 'PluginURI'
32
- #: responsive-lightbox.php:0
33
- msgid "http://www.dfactory.eu/plugins/responsive-lightbox/"
34
- msgstr ""
35
-
36
- # @ responsive-lightbox
37
- #. translators: plugin header field 'Description'
38
- #: responsive-lightbox.php:0
39
- msgid ""
40
- "Responsive Lightbox allows users to view larger versions of images and "
41
- "galleries in a lightbox (overlay) effect optimized for mobile devices."
42
- msgstr ""
43
- "A Responsive Lightbox segítségével a felhasználók a képek és galériák "
44
- "nagyobb verzióit tekinthetik meg mobil eszközökre is optimalizált lightbox "
45
- "effekttel."
46
-
47
- # @ responsive-lightbox
48
- #. translators: plugin header field 'Author'
49
- #: responsive-lightbox.php:0
50
- msgid "dFactory"
51
- msgstr ""
52
-
53
- # @ responsive-lightbox
54
- #. translators: plugin header field 'AuthorURI'
55
- #: responsive-lightbox.php:0
56
- msgid "http://www.dfactory.eu/"
57
- msgstr ""
58
-
59
- # @ responsive-lightbox
60
- #. translators: plugin header field 'Version'
61
- #: responsive-lightbox.php:0
62
- msgid "1.4.8"
63
- msgstr ""
64
-
65
- # @ responsive-lightbox
66
- #: responsive-lightbox.php:294
67
- msgid "prettyPhoto"
68
- msgstr ""
69
-
70
- # @ responsive-lightbox
71
- #: responsive-lightbox.php:296
72
- msgid "slow"
73
- msgstr "lassú"
74
-
75
- # @ responsive-lightbox
76
- #: responsive-lightbox.php:297
77
- msgid "normal"
78
- msgstr "normál"
79
-
80
- # @ responsive-lightbox
81
- #: responsive-lightbox.php:298
82
- msgid "fast"
83
- msgstr "gyors"
84
-
85
- # @ responsive-lightbox
86
- #: responsive-lightbox.php:301
87
- msgid "default"
88
- msgstr "alapbeállítás"
89
-
90
- # @ responsive-lightbox
91
- #: responsive-lightbox.php:302
92
- msgid "light rounded"
93
- msgstr "világos kerekített"
94
-
95
- # @ responsive-lightbox
96
- #: responsive-lightbox.php:303
97
- msgid "dark rounded"
98
- msgstr "sötét kerekített"
99
-
100
- # @ responsive-lightbox
101
- #: responsive-lightbox.php:304
102
- msgid "light square"
103
- msgstr "világos négyzetes"
104
-
105
- # @ responsive-lightbox
106
- #: responsive-lightbox.php:305
107
- msgid "dark square"
108
- msgstr "sötét négyzetes"
109
-
110
- # @ responsive-lightbox
111
- #: responsive-lightbox.php:306
112
- msgid "facebook"
113
- msgstr ""
114
-
115
- # @ responsive-lightbox
116
- #: responsive-lightbox.php:309
117
- msgid "window"
118
- msgstr "ablak"
119
-
120
- # @ responsive-lightbox
121
- #: responsive-lightbox.php:310
122
- msgid "transparent"
123
- msgstr "átlátszó"
124
-
125
- # @ responsive-lightbox
126
- #: responsive-lightbox.php:311
127
- msgid "opaque"
128
- msgstr "áttetsző"
129
-
130
- # @ responsive-lightbox
131
- #: responsive-lightbox.php:312
132
- msgid "direct"
133
- msgstr "direkt"
134
-
135
- # @ responsive-lightbox
136
- #: responsive-lightbox.php:313
137
- msgid "gpu"
138
- msgstr ""
139
-
140
- # @ responsive-lightbox
141
- #: responsive-lightbox.php:317
142
- msgid "SwipeBox"
143
- msgstr ""
144
-
145
- # @ responsive-lightbox
146
- #: responsive-lightbox.php:319
147
- msgid "CSS"
148
- msgstr ""
149
-
150
- # @ responsive-lightbox
151
- #: responsive-lightbox.php:320
152
- msgid "jQuery"
153
- msgstr ""
154
-
155
- # @ responsive-lightbox
156
- #: responsive-lightbox.php:324
157
- msgid "FancyBox"
158
- msgstr ""
159
-
160
- # @ responsive-lightbox
161
- #: responsive-lightbox.php:326
162
- msgid "elastic"
163
- msgstr "rugalmas"
164
-
165
- # @ responsive-lightbox
166
- #: responsive-lightbox.php:327 responsive-lightbox.php:348
167
- msgid "fade"
168
- msgstr "áttűnés"
169
-
170
- # @ responsive-lightbox
171
- #: responsive-lightbox.php:328
172
- msgid "none"
173
- msgstr "nincs"
174
-
175
- # @ responsive-lightbox
176
- #: responsive-lightbox.php:331
177
- msgid "auto"
178
- msgstr "automata"
179
-
180
- # @ responsive-lightbox
181
- #: responsive-lightbox.php:332
182
- msgid "yes"
183
- msgstr "igen"
184
-
185
- # @ responsive-lightbox
186
- #: responsive-lightbox.php:333
187
- msgid "no"
188
- msgstr "nem"
189
-
190
- # @ responsive-lightbox
191
- #: responsive-lightbox.php:336
192
- msgid "swing"
193
- msgstr "lengés"
194
-
195
- # @ responsive-lightbox
196
- #: responsive-lightbox.php:337
197
- msgid "linear"
198
- msgstr "vonalas"
199
-
200
- # @ responsive-lightbox
201
- #: responsive-lightbox.php:340
202
- msgid "outside"
203
- msgstr "kívül"
204
-
205
- # @ responsive-lightbox
206
- #: responsive-lightbox.php:341
207
- msgid "inside"
208
- msgstr "belül"
209
-
210
- # @ responsive-lightbox
211
- #: responsive-lightbox.php:342
212
- msgid "over"
213
- msgstr "felett"
214
-
215
- # @ responsive-lightbox
216
- #: responsive-lightbox.php:346
217
- msgid "Nivo Lightbox"
218
- msgstr ""
219
-
220
- # @ responsive-lightbox
221
- #: responsive-lightbox.php:349
222
- msgid "fade scale"
223
- msgstr "áttűnés értéke"
224
-
225
- # @ responsive-lightbox
226
- #: responsive-lightbox.php:350
227
- msgid "slide left"
228
- msgstr "balra csúsztat"
229
-
230
- # @ responsive-lightbox
231
- #: responsive-lightbox.php:351
232
- msgid "slide right"
233
- msgstr "jobbra csúsztat"
234
-
235
- # @ responsive-lightbox
236
- #: responsive-lightbox.php:352
237
- msgid "slide up"
238
- msgstr "felfele csúsztat"
239
-
240
- # @ responsive-lightbox
241
- #: responsive-lightbox.php:353
242
- msgid "slide down"
243
- msgstr "lefele csúsztat"
244
-
245
- # @ responsive-lightbox
246
- #: responsive-lightbox.php:354
247
- msgid "fall"
248
- msgstr "esik"
249
-
250
- # @ responsive-lightbox
251
- #: responsive-lightbox.php:358
252
- msgid "Image Lightbox"
253
- msgstr ""
254
-
255
- # @ responsive-lightbox
256
- #: responsive-lightbox.php:363
257
- msgid "Enable"
258
- msgstr "Engedélyez"
259
-
260
- # @ responsive-lightbox
261
- #: responsive-lightbox.php:364
262
- msgid "Disable"
263
- msgstr "Tilt"
264
-
265
- # @ responsive-lightbox
266
- #: responsive-lightbox.php:368
267
- msgid "Header"
268
- msgstr "Fejléc"
269
-
270
- # @ responsive-lightbox
271
- #: responsive-lightbox.php:369
272
- msgid "Footer"
273
- msgstr "Lábléc"
274
-
275
- # @ responsive-lightbox
276
- #: responsive-lightbox.php:374 responsive-lightbox.php:475
277
- msgid "General settings"
278
- msgstr "Általános Beállítások"
279
-
280
- # @ responsive-lightbox
281
- #: responsive-lightbox.php:380 responsive-lightbox.php:489
282
- msgid "Lightbox settings"
283
- msgstr "Lightbox beállítások"
284
-
285
- # @ responsive-lightbox
286
- #: responsive-lightbox.php:476
287
- msgid "Lightbox script"
288
- msgstr "Lightbox szkript"
289
-
290
- # @ responsive-lightbox
291
- #: responsive-lightbox.php:477
292
- msgid "Selector"
293
- msgstr "Választó"
294
-
295
- # @ responsive-lightbox
296
- #: responsive-lightbox.php:478
297
- msgid "Galleries"
298
- msgstr "Galériák"
299
-
300
- # @ responsive-lightbox
301
- #: responsive-lightbox.php:479
302
- msgid "Gallery image size"
303
- msgstr "Galéria kép méret"
304
-
305
- # @ responsive-lightbox
306
- #: responsive-lightbox.php:480
307
- msgid "Video links"
308
- msgstr "Video linkek"
309
-
310
- # @ responsive-lightbox
311
- #: responsive-lightbox.php:481
312
- msgid "Image links"
313
- msgstr "Kép linkek"
314
-
315
- # @ responsive-lightbox
316
- #: responsive-lightbox.php:482
317
- msgid "Single images as gallery"
318
- msgstr "Egyedi képek galériaként"
319
-
320
- # @ responsive-lightbox
321
- #: responsive-lightbox.php:483
322
- msgid "Custom events"
323
- msgstr "Egyedi események"
324
-
325
- # @ responsive-lightbox
326
- #: responsive-lightbox.php:484
327
- msgid "Loading place"
328
- msgstr "Betöltési hely"
329
-
330
- # @ responsive-lightbox
331
- #: responsive-lightbox.php:485
332
- msgid "Deactivation"
333
- msgstr "Deaktiválás"
334
-
335
- # @ responsive-lightbox
336
- #: responsive-lightbox.php:493
337
- msgid "Animation type"
338
- msgstr "Animáció típus"
339
-
340
- # @ responsive-lightbox
341
- #: responsive-lightbox.php:494
342
- msgid "Force PNG icons"
343
- msgstr "PNG ikonok kényszerítése"
344
-
345
- # @ responsive-lightbox
346
- #: responsive-lightbox.php:495
347
- msgid "Top and bottom bars"
348
- msgstr "Felső és alsó sávok"
349
-
350
- # @ responsive-lightbox
351
- #: responsive-lightbox.php:496
352
- msgid "Video max width"
353
- msgstr "Max video szélesség"
354
-
355
- # @ responsive-lightbox
356
- #: responsive-lightbox.php:500 responsive-lightbox.php:557
357
- msgid "Animation speed"
358
- msgstr "Animáció sebesség"
359
-
360
- # @ responsive-lightbox
361
- #: responsive-lightbox.php:501
362
- msgid "Slideshow"
363
- msgstr "Diavetítés"
364
-
365
- # @ responsive-lightbox
366
- #: responsive-lightbox.php:502
367
- msgid "Slideshow autoplay"
368
- msgstr "Diavetítés automatikus lejátszás"
369
-
370
- # @ responsive-lightbox
371
- #: responsive-lightbox.php:503 responsive-lightbox.php:533
372
- msgid "Opacity"
373
- msgstr "Átlátszóság"
374
-
375
- # @ responsive-lightbox
376
- #: responsive-lightbox.php:504
377
- msgid "Show title"
378
- msgstr "Cím mutatása"
379
-
380
- # @ responsive-lightbox
381
- #: responsive-lightbox.php:505
382
- msgid "Allow resize big images"
383
- msgstr "Nagy kép átméretezés engedélyezése"
384
-
385
- # @ responsive-lightbox
386
- #: responsive-lightbox.php:506
387
- msgid "Allow expand"
388
- msgstr "Nyújtás engedélyezése"
389
-
390
- # @ responsive-lightbox
391
- #: responsive-lightbox.php:507 responsive-lightbox.php:545
392
- msgid "Video width"
393
- msgstr "Video szélesség"
394
-
395
- # @ responsive-lightbox
396
- #: responsive-lightbox.php:508 responsive-lightbox.php:546
397
- msgid "Video height"
398
- msgstr "Video magasság"
399
-
400
- # @ responsive-lightbox
401
- #: responsive-lightbox.php:509
402
- msgid "Theme"
403
- msgstr "Téma"
404
-
405
- # @ responsive-lightbox
406
- #: responsive-lightbox.php:510
407
- msgid "Horizontal padding"
408
- msgstr "Vízszintes padding"
409
-
410
- # @ responsive-lightbox
411
- #: responsive-lightbox.php:511
412
- msgid "Hide Flash"
413
- msgstr "Flash rejtése"
414
-
415
- # @ responsive-lightbox
416
- #: responsive-lightbox.php:512
417
- msgid "Flash Window Mode (wmode)"
418
- msgstr "Flash window mód (wmode)"
419
-
420
- # @ responsive-lightbox
421
- #: responsive-lightbox.php:513
422
- msgid "Video autoplay"
423
- msgstr "Video automata lejátszása"
424
-
425
- # @ responsive-lightbox
426
- #: responsive-lightbox.php:514 responsive-lightbox.php:522
427
- msgid "Modal"
428
- msgstr "Módbeli"
429
-
430
- # @ responsive-lightbox
431
- #: responsive-lightbox.php:515
432
- msgid "Deeplinking"
433
- msgstr "Mélylinkelés"
434
-
435
- # @ responsive-lightbox
436
- #: responsive-lightbox.php:516
437
- msgid "Overlay gallery"
438
- msgstr "Fedő (overlay) galéria"
439
-
440
- # @ responsive-lightbox
441
- #: responsive-lightbox.php:517
442
- msgid "Keyboard shortcuts"
443
- msgstr "Gyorsbillentyűk"
444
-
445
- # @ responsive-lightbox
446
- #: responsive-lightbox.php:518
447
- msgid "Social (Twitter, Facebook)"
448
- msgstr "Közösségi (Twitter, Facebook)"
449
-
450
- # @ responsive-lightbox
451
- #: responsive-lightbox.php:523
452
- msgid "Show overlay"
453
- msgstr "Fedő (overlay) mutatása"
454
-
455
- # @ responsive-lightbox
456
- #: responsive-lightbox.php:524
457
- msgid "Show close button"
458
- msgstr "Bezárás gomb megjelenítése"
459
-
460
- # @ responsive-lightbox
461
- #: responsive-lightbox.php:525
462
- msgid "Enable escape button"
463
- msgstr "Escape gomb engedélyezése"
464
-
465
- # @ responsive-lightbox
466
- #: responsive-lightbox.php:526
467
- msgid "Hide on overlay click"
468
- msgstr "Rejtés a fedőrétegre (overlay) kattintva"
469
-
470
- # @ responsive-lightbox
471
- #: responsive-lightbox.php:527
472
- msgid "Hide on content click"
473
- msgstr "Rejtés a tartalomra kattintva"
474
-
475
- # @ responsive-lightbox
476
- #: responsive-lightbox.php:528
477
- msgid "Cyclic"
478
- msgstr "Ciklikus"
479
-
480
- # @ responsive-lightbox
481
- #: responsive-lightbox.php:529
482
- msgid "Show nav arrows"
483
- msgstr "Navigációs nyilak megjelenítése"
484
-
485
- # @ responsive-lightbox
486
- #: responsive-lightbox.php:530
487
- msgid "Auto scale"
488
- msgstr "Automata méretezés"
489
-
490
- # @ responsive-lightbox
491
- #: responsive-lightbox.php:531
492
- msgid "Scrolling (in/out)"
493
- msgstr "Görgetés (be/ki)"
494
-
495
- # @ responsive-lightbox
496
- #: responsive-lightbox.php:532
497
- msgid "Center on scroll"
498
- msgstr "KÖzépre helyezés görgetéskor"
499
-
500
- # @ responsive-lightbox
501
- #: responsive-lightbox.php:534
502
- msgid "Overlay opacity"
503
- msgstr "Fedőréteg (overlay) átlátszósága"
504
-
505
- # @ responsive-lightbox
506
- #: responsive-lightbox.php:535
507
- msgid "Overlay color"
508
- msgstr "Fedőréteg színe"
509
-
510
- # @ responsive-lightbox
511
- #: responsive-lightbox.php:536
512
- msgid "Title show"
513
- msgstr "Cím megjelenítése"
514
-
515
- # @ responsive-lightbox
516
- #: responsive-lightbox.php:537
517
- msgid "Title position"
518
- msgstr "Cím pozíciója"
519
-
520
- # @ responsive-lightbox
521
- #: responsive-lightbox.php:538
522
- msgid "Transition (in/out)"
523
- msgstr "Átmenet (be/ki)"
524
-
525
- # @ responsive-lightbox
526
- #: responsive-lightbox.php:539
527
- msgid "Easings (in/out)"
528
- msgstr "Lazítás (be/ki)"
529
-
530
- # @ responsive-lightbox
531
- #: responsive-lightbox.php:540
532
- msgid "Speed (in/out)"
533
- msgstr "Sebesség (be/ki)"
534
-
535
- # @ responsive-lightbox
536
- #: responsive-lightbox.php:541
537
- msgid "Change speed"
538
- msgstr "Sebesség változtatása"
539
-
540
- # @ responsive-lightbox
541
- #: responsive-lightbox.php:542
542
- msgid "Change fade"
543
- msgstr "Átfedés változtatása"
544
-
545
- # @ responsive-lightbox
546
- #: responsive-lightbox.php:543
547
- msgid "Padding"
548
- msgstr "Padding"
549
-
550
- # @ responsive-lightbox
551
- #: responsive-lightbox.php:544
552
- msgid "Margin"
553
- msgstr "Margó"
554
-
555
- # @ responsive-lightbox
556
- #: responsive-lightbox.php:550
557
- msgid "Effect"
558
- msgstr "Hatás"
559
-
560
- # @ responsive-lightbox
561
- #: responsive-lightbox.php:551
562
- msgid "Click overlay to close"
563
- msgstr "Fedőrétegre kattintás bezárja"
564
-
565
- # @ responsive-lightbox
566
- #: responsive-lightbox.php:552
567
- msgid "Keyboard navigation"
568
- msgstr "Billentyűzet navigáció"
569
-
570
- # @ responsive-lightbox
571
- #: responsive-lightbox.php:553
572
- msgid "Error message"
573
- msgstr "Hibaüzenet"
574
-
575
- # @ responsive-lightbox
576
- #: responsive-lightbox.php:558
577
- msgid "Preload next image"
578
- msgstr "Következő kép előtöltése"
579
-
580
- # @ responsive-lightbox
581
- #: responsive-lightbox.php:559
582
- msgid "Enable keyboard keys"
583
- msgstr "Billentyű gombok engedélyezése"
584
-
585
- # @ responsive-lightbox
586
- #: responsive-lightbox.php:560
587
- msgid "Quit after last image"
588
- msgstr "Utolsó kép után kilép"
589
-
590
- # @ responsive-lightbox
591
- #: responsive-lightbox.php:561
592
- msgid "Quit when image is clicked"
593
- msgstr "Kilép a képre kattintáskor"
594
-
595
- # @ responsive-lightbox
596
- #: responsive-lightbox.php:562
597
- msgid "Quit when anything but image is clicked"
598
- msgstr "Kilép, ha bármi másra kattintanak, mint a kép"
599
-
600
- # @ responsive-lightbox
601
- #: responsive-lightbox.php:582
602
- msgid "Select your preffered ligthbox effect script."
603
- msgstr "Válaszd ki a kívánt lightbox szkriptet!"
604
-
605
- # @ responsive-lightbox
606
- #: responsive-lightbox.php:592
607
- msgid "Select to which rel selector lightbox effect will be applied to."
608
- msgstr "Válaszd ki, hogy mely rel-hez legyen a lightbox hozzárendelve "
609
-
610
- # @ responsive-lightbox
611
- #: responsive-lightbox.php:612
612
- msgid "Enable triggering lightbox on custom jquery events."
613
- msgstr "Lightbox indítás engedélyezése bizonyos jquery eseménykor"
614
-
615
- # @ responsive-lightbox
616
- #: responsive-lightbox.php:615
617
- msgid "Enter a space separated list of events."
618
- msgstr "Szóközzel elválasztott eseménylista megadása"
619
-
620
- # @ responsive-lightbox
621
- #: responsive-lightbox.php:636
622
- msgid "Select where all the lightbox scripts should be placed."
623
- msgstr "Válaszd ki hol legyenek a lightbox szkriptek elhelyezve!"
624
-
625
- # @ responsive-lightbox
626
- #: responsive-lightbox.php:654
627
- msgid "Add lightbox to WordPress image galleries by default."
628
- msgstr "Lightbox engedélyezése a WP képgalériákban alapbeállításként"
629
-
630
- # @ responsive-lightbox
631
- #: responsive-lightbox.php:674
632
- msgid ""
633
- "By default WP gallery links point to full size images only. Enable that to "
634
- "modify the image size of native WP gallery image links."
635
- msgstr ""
636
- "Alapbeállításként a WP galéria linkek csak a teljes méretű képre mutatnak. "
637
- "Engedélyezd, hogy az alap WP galéria képlinkek képméretét módosítsuk."
638
-
639
- # @ responsive-lightbox
640
- #: responsive-lightbox.php:684
641
- msgid "full"
642
- msgstr "teljes"
643
-
644
- # @ responsive-lightbox
645
- #: responsive-lightbox.php:693
646
- msgid "Select image size for gallery image links."
647
- msgstr "Képméret kiválasztása galéria kép linkeknél"
648
-
649
- # @ responsive-lightbox
650
- #: responsive-lightbox.php:712
651
- msgid "Add lightbox to YouTube and Vimeo video links by default."
652
- msgstr ""
653
- "Lightbox hozzárendelése YoutTube és Vimeo videolinkekhez alapbeállításként"
654
-
655
- # @ responsive-lightbox
656
- #: responsive-lightbox.php:730
657
- msgid "Add lightbox to WordPress image links by default."
658
- msgstr "Lightbox hozzárendelése WP kép linkekhez alapbeállításként"
659
-
660
- # @ responsive-lightbox
661
- #: responsive-lightbox.php:748
662
- msgid "Display single post images as a gallery."
663
- msgstr "Egyedi bejegyzés-képek galériakénti megjelenítése"
664
-
665
- # @ responsive-lightbox
666
- #: responsive-lightbox.php:766
667
- msgid "Delete settings on plugin deactivation."
668
- msgstr "Beállítások törlése jelen bővítmény deaktiválásakor"
669
-
670
- # @ responsive-lightbox
671
- #: responsive-lightbox.php:784
672
- msgid "Select a method of applying a lightbox effect."
673
- msgstr "Válassz egy módszert a lightbox alkalmazására!"
674
-
675
- # @ responsive-lightbox
676
- #: responsive-lightbox.php:802
677
- msgid ""
678
- "Disable if you don't want to top and bottom bars to be hidden after a period "
679
- "of time."
680
- msgstr ""
681
- "Tiltás, ha nem akarod, hogy a felső és alsó sávok rejtve legyenek adott idő "
682
- "elteltével"
683
-
684
- # @ responsive-lightbox
685
- #: responsive-lightbox.php:805
686
- msgid ""
687
- "Enter the time after which the top and bottom bars will be hidden (when "
688
- "hiding is enabled)."
689
- msgstr ""
690
- "Add meg az időt, ami után a felső és alsó sávok eltűnnek (ha a rejtés "
691
- "engedélyezve van)!"
692
-
693
- # @ responsive-lightbox
694
- #: responsive-lightbox.php:816
695
- msgid "Enter the max video width in a lightbox."
696
- msgstr "Maximális video szélesség lightbox-nál"
697
-
698
- # @ responsive-lightbox
699
- #: responsive-lightbox.php:834
700
- msgid ""
701
- "Enable this if you're having problems with navigation icons not visible on "
702
- "some devices."
703
- msgstr ""
704
- "Engedélyezd ezt, ha problémáid vannak a navigációs ikonok megjelenésével "
705
- "bizonyos eszközökön"
706
-
707
- # @ responsive-lightbox
708
- #: responsive-lightbox.php:852
709
- msgid "Select animation speed for lightbox effect."
710
- msgstr "Válassz animációs sebességet lightbox-hoz"
711
-
712
- # @ responsive-lightbox
713
- #: responsive-lightbox.php:870
714
- msgid "Display images as slideshow."
715
- msgstr "Képek megjelenítése diavetítésként"
716
-
717
- # @ responsive-lightbox
718
- #: responsive-lightbox.php:873
719
- msgid "Enter time (in miliseconds)."
720
- msgstr "Idő (miliszekundum)"
721
-
722
- # @ responsive-lightbox
723
- #: responsive-lightbox.php:892
724
- msgid "Automatically start slideshow."
725
- msgstr "Diavetítés automata indítása"
726
-
727
- # @ responsive-lightbox
728
- #: responsive-lightbox.php:905
729
- msgid "Value between 0 and 100, 100 for no opacity."
730
- msgstr "Érték 0 és 100 között, ahol 100 a nem átlátszó"
731
-
732
- # @ responsive-lightbox
733
- #: responsive-lightbox.php:923
734
- msgid "Display image tiltle."
735
- msgstr "Kép cím megjelenítése"
736
-
737
- # @ responsive-lightbox
738
- #: responsive-lightbox.php:941
739
- msgid "Resize the photos bigger than viewport."
740
- msgstr "Fotók átméretezése nagyobbra, mint az ablak"
741
-
742
- # @ responsive-lightbox
743
- #: responsive-lightbox.php:959
744
- msgid "Expands something."
745
- msgstr "Kiterjeszt valamit"
746
-
747
- # @ responsive-lightbox
748
- #: responsive-lightbox.php:969 responsive-lightbox.php:979
749
- msgid "in pixels"
750
- msgstr "pixelben"
751
-
752
- # @ responsive-lightbox
753
- #: responsive-lightbox.php:997
754
- msgid "Select theme for lightbox effect."
755
- msgstr "Lightbox téma kiválasztása"
756
-
757
- # @ responsive-lightbox
758
- #: responsive-lightbox.php:1007
759
- msgid "Horizontal padding (in pixels)."
760
- msgstr "Vízszintes padding (pixelben)"
761
-
762
- # @ responsive-lightbox
763
- #: responsive-lightbox.php:1025
764
- msgid ""
765
- "Hides all the flash object on a page. Enable this if flash appears over "
766
- "prettyPhoto."
767
- msgstr ""
768
- "Minden flash elrejtése az oldalon. Engedélyezd ezt, ha a flash a prettyPhoto "
769
- "felett jelenik meg!"
770
-
771
- # @ responsive-lightbox
772
- #: responsive-lightbox.php:1043
773
- msgid "Select flash window mode."
774
- msgstr "Flash ablak üzemmód kiválasztása"
775
-
776
- # @ responsive-lightbox
777
- #: responsive-lightbox.php:1061
778
- msgid "Automatically start videos."
779
- msgstr "Videok automatikus indítása"
780
-
781
- # @ responsive-lightbox
782
- #: responsive-lightbox.php:1079
783
- msgid "If set to true, only the close button will close the window."
784
- msgstr "Ha ez be van kapcsolva csak a bezárás gomb zárja be az ablakot."
785
-
786
- # @ responsive-lightbox
787
- #: responsive-lightbox.php:1097
788
- msgid "Allow prettyPhoto to update the url to enable deeplinking."
789
- msgstr "PrettyPhoto frissítheti az URL-t a mélylinkeléshez"
790
-
791
- # @ responsive-lightbox
792
- #: responsive-lightbox.php:1115
793
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
794
- msgstr ""
795
- "Ha ez be van kapcsolva az egér-föléhúzásra (OMO) egy galéria fog megjelenni "
796
- "a teljes méretű kép felett "
797
-
798
- # @ responsive-lightbox
799
- #: responsive-lightbox.php:1133
800
- msgid "Set to false if you open forms inside prettyPhoto."
801
- msgstr "Kapcsold ki, ha űrlapokat nyitsz meg prettyPhoto-n belül!"
802
-
803
- # @ responsive-lightbox
804
- #: responsive-lightbox.php:1151
805
- msgid "Display links to Facebook and Twitter."
806
- msgstr "Facebook és Twitter linkek megjelenítése"
807
-
808
- # @ responsive-lightbox
809
- #: responsive-lightbox.php:1169
810
- msgid "The transition type."
811
- msgstr "Átmenet típusa"
812
-
813
- # @ responsive-lightbox
814
- #: responsive-lightbox.php:1179
815
- msgid "Space between FancyBox wrapper and content."
816
- msgstr "Köz a FancyBox keret (wrapper) és tartalom közt"
817
-
818
- # @ responsive-lightbox
819
- #: responsive-lightbox.php:1189
820
- msgid "Space between viewport and FancyBox wrapper."
821
- msgstr "Köz FancyBox keret (wrapper) és ablak közt"
822
-
823
- # @ responsive-lightbox
824
- #: responsive-lightbox.php:1207
825
- msgid ""
826
- "When true, \"overlayShow\" is set to TRUE and \"hideOnOverlayClick\", "
827
- "\"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set "
828
- "to FALSE."
829
- msgstr ""
830
- "Ha igaz, \"overlayShow\" értéke TRUE és \"hideOnOverlayClick\", "
831
- "\"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" értéke "
832
- "FALSE."
833
-
834
- # @ responsive-lightbox
835
- #: responsive-lightbox.php:1225
836
- msgid "Toggle overlay."
837
- msgstr "Váltás fedőréteg (overlay) közt"
838
-
839
- # @ responsive-lightbox
840
- #: responsive-lightbox.php:1243
841
- msgid "Toggle close button."
842
- msgstr "Bezárás gomb váltás"
843
-
844
- # @ responsive-lightbox
845
- #: responsive-lightbox.php:1261
846
- msgid "Toggle if pressing Esc button closes FancyBox."
847
- msgstr "Váltson, ha az ESC gomb megnyomása bezárja FancyBox-ot"
848
-
849
- # @ responsive-lightbox
850
- #: responsive-lightbox.php:1279
851
- msgid "Toggle if clicking the overlay should close FancyBox."
852
- msgstr "Váltás, hogy a fedőrétegre kattintás bezárja a FancyBox-ot"
853
-
854
- # @ responsive-lightbox
855
- #: responsive-lightbox.php:1297
856
- msgid "Toggle if clicking the content should close FancyBox."
857
- msgstr "Váltás, hogy a tartalomra kattintás bezárja a FancyBox-ot"
858
-
859
- # @ responsive-lightbox
860
- #: responsive-lightbox.php:1315
861
- msgid ""
862
- "When true, galleries will be cyclic, allowing you to keep pressing next/back."
863
- msgstr ""
864
- "Ha igaz, a galériák ciklikusak lesznek, lehetővé téve, hogy a következő/"
865
- "előző gombokat lehessen nyomni."
866
-
867
- # @ responsive-lightbox
868
- #: responsive-lightbox.php:1333
869
- msgid "Toggle navigation arrows."
870
- msgstr "Navigációs nyilak váltása"
871
-
872
- # @ responsive-lightbox
873
- #: responsive-lightbox.php:1351
874
- msgid "If true, FancyBox is scaled to fit in viewport."
875
- msgstr "Ha igaz, FancyBox átméretezésre kerül, hogy beférjen az ablakba"
876
-
877
- # @ responsive-lightbox
878
- #: responsive-lightbox.php:1369
879
- msgid "Set the overflow CSS property to create or hide scrollbars."
880
- msgstr ""
881
- "Add meg az overflow CSS értéket, hogy létrehozz, vagy rejtsd a görgetősávot"
882
-
883
- # @ responsive-lightbox
884
- #: responsive-lightbox.php:1387
885
- msgid "When true, FancyBox is centered while scrolling page."
886
- msgstr "Ha igaz, FancyBox középre lesz igazítva az oldal görgetésekor"
887
-
888
- # @ responsive-lightbox
889
- #: responsive-lightbox.php:1405
890
- msgid "When true, transparency of content is changed for elastic transitions."
891
- msgstr "Ha igaz, a tartalom átlátszóság változik nyújtott átmenetekkor"
892
-
893
- # @ responsive-lightbox
894
- #: responsive-lightbox.php:1418
895
- msgid "Opacity of the overlay."
896
- msgstr "Fedőréteg átlátszósága"
897
-
898
- # @ responsive-lightbox
899
- #: responsive-lightbox.php:1428
900
- msgid "Color of the overlay."
901
- msgstr "Fedőréteg színe"
902
-
903
- # @ responsive-lightbox
904
- #: responsive-lightbox.php:1446
905
- msgid "Toggle title."
906
- msgstr "Cím váltása"
907
-
908
- # @ responsive-lightbox
909
- #: responsive-lightbox.php:1464
910
- msgid "The position of title."
911
- msgstr "Cím helyzete"
912
-
913
- # @ responsive-lightbox
914
- #: responsive-lightbox.php:1482
915
- msgid "Easing used for elastic animations."
916
- msgstr "Nyúló animációk könnyítése"
917
-
918
- # @ responsive-lightbox
919
- #: responsive-lightbox.php:1492
920
- msgid "Speed of the fade and elastic transitions, in milliseconds."
921
- msgstr "Az áttűnő és nyúló átmenetek sebessége miliszekundumban"
922
-
923
- # @ responsive-lightbox
924
- #: responsive-lightbox.php:1502
925
- msgid "Speed of resizing when changing gallery items, in milliseconds."
926
- msgstr ""
927
- "Az átméretezés sebssége galéria elemek közti váltáskor miliszekundumban"
928
-
929
- # @ responsive-lightbox
930
- #: responsive-lightbox.php:1512
931
- msgid "Speed of the content fading while changing gallery items."
932
- msgstr "Tartalom áttűnés sebessége galéria elemek közti váltáskor"
933
-
934
- # @ responsive-lightbox
935
- #: responsive-lightbox.php:1522
936
- msgid "Width of the video."
937
- msgstr "Video szélesség"
938
-
939
- # @ responsive-lightbox
940
- #: responsive-lightbox.php:1532
941
- msgid "Height of the video."
942
- msgstr "Video magasság"
943
-
944
- # @ responsive-lightbox
945
- #: responsive-lightbox.php:1550
946
- msgid "The effect to use when showing the lightbox."
947
- msgstr "Lightbox megjelenítési mód"
948
-
949
- # @ responsive-lightbox
950
- #: responsive-lightbox.php:1568
951
- msgid "Enable/Disable keyboard navigation (left/right/escape)."
952
- msgstr "Billentyűzet navigáció (bal/jobb/escape) engedélyezése/tiltása"
953
-
954
- # @ responsive-lightbox
955
- #: responsive-lightbox.php:1586
956
- msgid "Eneble to close lightbox on overlay click."
957
- msgstr "Lightbox bezárás engedélyezése fedőrétegre kattintáskor"
958
-
959
- # @ responsive-lightbox
960
- #: responsive-lightbox.php:1596
961
- msgid "Error message if the content cannot be loaded."
962
- msgstr "Hibaüzenet, ha a tartalmat nem lehet betölteni"
963
-
964
- # @ responsive-lightbox
965
- #: responsive-lightbox.php:1606
966
- msgid "Animation speed."
967
- msgstr "Animáció sebessége"
968
-
969
- # @ responsive-lightbox
970
- #: responsive-lightbox.php:1624
971
- msgid "Silently preload the next image."
972
- msgstr "Következő kép rejtett betöltése"
973
-
974
- # @ responsive-lightbox
975
- #: responsive-lightbox.php:1642
976
- msgid "Enable keyboard shortcuts (arrows Left/Right and Esc)."
977
- msgstr "Gyorsbillentyűk engedélyezése (cursor és Esc)"
978
-
979
- # @ responsive-lightbox
980
- #: responsive-lightbox.php:1660
981
- msgid "Quit after viewing the last image."
982
- msgstr "Utolsó kép után bezárás"
983
-
984
- # @ responsive-lightbox
985
- #: responsive-lightbox.php:1678
986
- msgid "Quit when the viewed image is clicked."
987
- msgstr "Bezárás a képre kattintáskor"
988
-
989
- # @ responsive-lightbox
990
- #: responsive-lightbox.php:1696
991
- msgid "Quit when anything but the viewed image is clicked."
992
- msgstr "Bezárás, ha bármi mást, mint a kép kattintanak"
993
-
994
- # @ responsive-lightbox
995
- #: responsive-lightbox.php:1938
996
- msgid ""
997
- "Changes were not saved because there was attempt to save settings of "
998
- "inactive script. The site has been reloaded to the proper script settings."
999
- msgstr ""
1000
- "A változások nem kerültek mentése, mert egy inaktív szkript beállításait "
1001
- "probáltuk menteni. Az oldal újratöltésre került a megfelelő szkript "
1002
- "beállításokkal."
1003
-
1004
- # @ responsive-lightbox
1005
- #: responsive-lightbox.php:1948
1006
- msgid "Settings restored to defaults."
1007
- msgstr "Alapbeállítások visszaállítva"
1008
-
1009
- # @ responsive-lightbox
1010
- #: responsive-lightbox.php:1956
1011
- msgid "Settings of SwipeBox script were restored to defaults."
1012
- msgstr "SwipeBox szkript alapbeállításai visszaállítva"
1013
-
1014
- # @ responsive-lightbox
1015
- #: responsive-lightbox.php:1962
1016
- msgid "Settings of prettyPhoto script were restored to defaults."
1017
- msgstr "PrettyPhoto alapbeállításai visszaállítva"
1018
-
1019
- # @ responsive-lightbox
1020
- #: responsive-lightbox.php:1968
1021
- msgid "Settings of FancyBox script were restored to defaults."
1022
- msgstr "FancyBox alapbeállításai visszaállítva"
1023
-
1024
- # @ responsive-lightbox
1025
- #: responsive-lightbox.php:1974
1026
- msgid "Settings of Nivo script were restored to defaults."
1027
- msgstr "Nivo szkript alapbeállításai visszaállítva"
1028
-
1029
- # @ responsive-lightbox
1030
- #: responsive-lightbox.php:1978
1031
- msgid ""
1032
- "Changes were not set to defaults because there was attempt to reset settings "
1033
- "of inactive script. The site has been reloaded to the proper script settings."
1034
- msgstr ""
1035
- "Alapbeállítások nem lettek visszaállítva, mert egy inaktív szkript "
1036
- "beállításait probáltuk menteni. Az oldal újratöltésre került a megfelelő "
1037
- "szkript beállításokkal."
1038
-
1039
- # @ responsive-lightbox
1040
- #: responsive-lightbox.php:2023
1041
- msgid "Need support?"
1042
- msgstr "Szoftvertámogatásra van szükséged?"
1043
-
1044
- # @ responsive-lightbox
1045
- #: responsive-lightbox.php:2024
1046
- msgid ""
1047
- "If you are having problems with this plugin, please talk about them in the"
1048
- msgstr "Ha problémád van ezzel a bővítménnyel, kérjük egyeztess a"
1049
-
1050
- # @ responsive-lightbox
1051
- #: responsive-lightbox.php:2024
1052
- msgid "Support forum"
1053
- msgstr "Fórum"
1054
-
1055
- # @ responsive-lightbox
1056
- #: responsive-lightbox.php:2026
1057
- msgid "Do you like this plugin?"
1058
- msgstr "Kedveled ezt a bővítményt?"
1059
-
1060
- # @ responsive-lightbox
1061
- #: responsive-lightbox.php:2027
1062
- msgid "Rate it 5"
1063
- msgstr "Értékeld 5-ösre"
1064
-
1065
- # @ responsive-lightbox
1066
- #: responsive-lightbox.php:2027
1067
- msgid "on WordPress.org"
1068
- msgstr "a Wordpress.org-on"
1069
-
1070
- # @ responsive-lightbox
1071
- #: responsive-lightbox.php:2028
1072
- msgid "Blog about it & link to the"
1073
- msgstr "Írj róla blog bejegyzést és linkelj a "
1074
-
1075
- # @ responsive-lightbox
1076
- #: responsive-lightbox.php:2028
1077
- msgid "plugin page"
1078
- msgstr "bővítmény oldal"
1079
-
1080
- # @ responsive-lightbox
1081
- #: responsive-lightbox.php:2029
1082
- msgid "Check out our other"
1083
- msgstr "Ismerd meg a többi "
1084
-
1085
- # @ responsive-lightbox
1086
- #: responsive-lightbox.php:2029
1087
- msgid "WordPress plugins"
1088
- msgstr "Wordpress bővítményünket"
1089
-
1090
- # @ responsive-lightbox
1091
- #: responsive-lightbox.php:2055
1092
- msgid "Reset to defaults"
1093
- msgstr "Alapértékek visszaállítása"
1094
-
1095
- # @ responsive-lightbox
1096
- #: responsive-lightbox.php:2082
1097
- msgid "Are you sure you want to reset these settings to defaults?"
1098
- msgstr "Biztosan visszaállítod az alapértékeket?"
1099
-
1100
- # @ responsive-lightbox
1101
- #: responsive-lightbox.php:2083
1102
- msgid "Are you sure you want to reset scripts settings to defaults?"
1103
- msgstr "Biztosan visszaállítod a szkriptek alapbeállításait?"
1104
-
1105
- # @ responsive-lightbox
1106
- #: responsive-lightbox.php:2373
1107
- msgid "Support"
1108
- msgstr "Szoftvertámogatás"
1109
-
1110
- # @ responsive-lightbox
1111
- #: responsive-lightbox.php:2395
1112
- msgid "Settings"
1113
- msgstr "Beállítások"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-ja.mo DELETED
Binary file
languages/responsive-lightbox-ja.po DELETED
@@ -1,623 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox v1.4.0.1\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2014-03-19 23:03+0900\n"
7
- "Last-Translator: stranger-jp <wordpress.stranger.jp@gmail.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=1; plural=0;\n"
13
- "X-Generator: Poedit 1.6.4\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "Language: ja_JP\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- msgid "prettyPhoto"
23
- msgstr "prettyPhoto"
24
-
25
- msgid "slow"
26
- msgstr "遅い"
27
-
28
- msgid "normal"
29
- msgstr "普通"
30
-
31
- msgid "fast"
32
- msgstr "速い"
33
-
34
- msgid "default"
35
- msgstr "デフォルト"
36
-
37
- msgid "light rounded"
38
- msgstr "明るい 角丸"
39
-
40
- msgid "dark rounded"
41
- msgstr "暗い 角丸"
42
-
43
- msgid "light square"
44
- msgstr "明るい 四角"
45
-
46
- msgid "dark square"
47
- msgstr "暗い 四角"
48
-
49
- msgid "facebook"
50
- msgstr "facebook"
51
-
52
- msgid "window"
53
- msgstr "ウィンドウ"
54
-
55
- msgid "transparent"
56
- msgstr "透明"
57
-
58
- msgid "opaque"
59
- msgstr "不透明"
60
-
61
- msgid "direct"
62
- msgstr "指示"
63
-
64
- msgid "gpu"
65
- msgstr "GPU"
66
-
67
- msgid "SwipeBox"
68
- msgstr "SwipeBox"
69
-
70
- msgid "CSS"
71
- msgstr "CSS"
72
-
73
- msgid "jQuery"
74
- msgstr "jQuery"
75
-
76
- msgid "Enable"
77
- msgstr "有効"
78
-
79
- msgid "Disable"
80
- msgstr "無効"
81
-
82
- msgid "General settings"
83
- msgstr "全般設定"
84
-
85
- msgid "Lightbox settings"
86
- msgstr "Lightbox設定"
87
-
88
- msgid "Lightbox script"
89
- msgstr "Lightboxスクリプト"
90
-
91
- msgid "Selector"
92
- msgstr "セレクタ"
93
-
94
- msgid "Galleries"
95
- msgstr "ギャラリー"
96
-
97
- msgid "Video links"
98
- msgstr "動画リンク"
99
-
100
- msgid "Image links"
101
- msgstr "画像リンク"
102
-
103
- msgid "Single images as gallery"
104
- msgstr "ギャラリーのような表示"
105
-
106
- msgid "Deactivation"
107
- msgstr "プラグインの設定を削除"
108
-
109
- msgid "Animation type"
110
- msgstr "アニメーションタイプ"
111
-
112
- msgid "Top and bottom bars"
113
- msgstr "上部と下部のバー"
114
-
115
- msgid "Video max width"
116
- msgstr "動画最大幅"
117
-
118
- msgid "Animation speed"
119
- msgstr "アニメーションの速度"
120
-
121
- msgid "Slideshow"
122
- msgstr "スライドショー"
123
-
124
- msgid "Slideshow autoplay"
125
- msgstr "スライドショーの自動再生"
126
-
127
- msgid "Opacity"
128
- msgstr "不透明"
129
-
130
- msgid "Show title"
131
- msgstr "タイトルの表示"
132
-
133
- msgid "Allow resize big images"
134
- msgstr "大きな画像サイズを変更可能"
135
-
136
- msgid "Video width"
137
- msgstr "動画の幅"
138
-
139
- msgid "Video height"
140
- msgstr "動画の高さ"
141
-
142
- msgid "Theme"
143
- msgstr "テーマ"
144
-
145
- msgid "Horizontal padding"
146
- msgstr "水平パディング"
147
-
148
- msgid "Hide Flash"
149
- msgstr "フラッシュを隠す"
150
-
151
- msgid "Flash Window Mode (wmode)"
152
- msgstr "フラッシュ・ウィンドウモード(wmode)"
153
-
154
- msgid "Video autoplay"
155
- msgstr "動画自動再生"
156
-
157
- msgid "Modal"
158
- msgstr "モーダル"
159
-
160
- msgid "Deeplinking"
161
- msgstr "ディープリンク"
162
-
163
- msgid "Overlay gallery"
164
- msgstr "オーバーレイギャラリー"
165
-
166
- msgid "Keyboard shortcuts"
167
- msgstr "キーボードショートカット"
168
-
169
- msgid "Social (Twitter, Facebook)"
170
- msgstr "ソーシャル(TwitterやFacebook)"
171
-
172
- msgid "Select your preffered ligthbox effect script."
173
- msgstr "好みのLigthboxのエフェクトを選択します。"
174
-
175
- msgid "Select to which rel selector lightbox effect will be applied to."
176
- msgstr "relセレクタをLightboxのエフェクトに適用させる場合に選択します。"
177
-
178
- msgid "Add lightbox to WordPress image galleries by default."
179
- msgstr "デフォルトはWordPressの画像ギャラリーにLightboxを追加します。"
180
-
181
- msgid "Add lightbox to YouTube and Vimeo video links by default."
182
- msgstr "デフォルトはYouTubeやVimeoの動画リンクにlightboxを追加します。"
183
-
184
- msgid "Add lightbox to WordPress image links by default."
185
- msgstr "デフォルトはWordPressの画像リンクにlightboxを追加します。"
186
-
187
- msgid "Display single post images as a gallery."
188
- msgstr "ギャラリーのように単一の投稿画像を表示します。"
189
-
190
- msgid "Delete settings on plugin deactivation."
191
- msgstr "プラグインの非活性化設定を削除します。"
192
-
193
- msgid "Select a method of applying a lightbox effect."
194
- msgstr "Lightboxの効果の適用方法を選択します。"
195
-
196
- msgid "Disable if you don't want to top and bottom bars to be hidden after a period of time."
197
- msgstr "一定期間後に隠される上部と下部のバーを非表示にする場合は無効にします。"
198
-
199
- msgid "Enter the time after which the top and bottom bars will be hidden (when hiding is enabled)."
200
- msgstr "上部と下部のバーが(隠蔽が有効になっている場合)隠れされるまでの時間を入力してください。"
201
-
202
- msgid "Enter the max video width in a lightbox."
203
- msgstr "Lightboxの動画最大幅を入力してください。"
204
-
205
- msgid "Select animation speed for lightbox effect."
206
- msgstr "Lightboxエフェクトのアニメーション速度を選択してください。"
207
-
208
- msgid "Display images as slideshow."
209
- msgstr "スライドショーで画像を表示します。"
210
-
211
- msgid "Enter time (in miliseconds)."
212
- msgstr "時間(ミリ秒単位)を入力します。"
213
-
214
- msgid "Display image tiltle."
215
- msgstr "有効にすると画像のタイトルを表示します。"
216
-
217
- msgid "Resize the photos bigger than viewport."
218
- msgstr "ビューポートよりも写真が大き場合リサイズします。"
219
-
220
- msgid "in pixels"
221
- msgstr "ピクセル単位"
222
-
223
- msgid "Select theme for lightbox effect."
224
- msgstr "Lightboxのエフェクトのテーマを選択します。"
225
-
226
- msgid "Horizontal padding (in pixels)."
227
- msgstr "水平パディング(ピクセル単位)"
228
-
229
- msgid "Select flash window mode."
230
- msgstr "フラッシュ・ウィンドウモードを選択します。"
231
-
232
- msgid "If set to true, only the close button will close the window."
233
- msgstr "有効にした場合、閉じるボタンでウィンドウを閉じます。"
234
-
235
- msgid "Allow prettyPhoto to update the url to enable deeplinking."
236
- msgstr "prettyPhotoがディープリンクを有効にするURLを更新することを許可します。"
237
-
238
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
239
- msgstr "有効にした場合ギャラリーにマウスオーバーでフルスクリーン画像をオーバーレイします。"
240
-
241
- msgid "Display links to Facebook and Twitter."
242
- msgstr "FacebookやTwitterへのリンクを表示します。"
243
-
244
- msgid "Changes were not saved because there was attempt to save settings of inactive script. The site has been reloaded to the proper script settings."
245
- msgstr "無効なスクリプトの設定を保存しようとする試みがあったので変更は保存されませんでした。サイトは適切なスクリプトの設定でリロードされています。"
246
-
247
- msgid "Settings of SwipeBox script were restored to defaults."
248
- msgstr "SwipeBoxスクリプトの設定がデフォルトに復元されました。"
249
-
250
- msgid "Settings of prettyPhoto script were restored to defaults."
251
- msgstr "prettyPhotoスクリプトの設定がデフォルトに復元されました。"
252
-
253
- msgid "Changes were not set to defaults because there was attempt to reset settings of inactive script. The site has been reloaded to the proper script settings."
254
- msgstr "非アクティブスクリプトの設定をリセットする試みがあったので変更はデフォルトに設定されていません。サイトは適切なスクリプトの設定にリロードされています。"
255
-
256
- msgid "Responsive Lightbox"
257
- msgstr "レスポンシブLightbox"
258
-
259
- msgid "Reset to defaults"
260
- msgstr "デフォルトにリセット"
261
-
262
- msgid "Need support?"
263
- msgstr "Need support?"
264
-
265
- msgid "If you are having problems with this plugin, please talk about them in the"
266
- msgstr "If you are having problems with this plugin, please talk about them in the"
267
-
268
- msgid "Support forum"
269
- msgstr "Support forum"
270
-
271
- msgid "Do you like this plugin?"
272
- msgstr "Do you like this plugin?"
273
-
274
- msgid "Rate it 5"
275
- msgstr "Rate it 5"
276
-
277
- msgid "on WordPress.org"
278
- msgstr "on WordPress.org"
279
-
280
- msgid "Blog about it & link to the"
281
- msgstr "Blog about it & link to the"
282
-
283
- msgid "plugin page"
284
- msgstr "plugin page"
285
-
286
- msgid "Check out our other"
287
- msgstr "Check out our other"
288
-
289
- msgid "WordPress plugins"
290
- msgstr "WordPress plugins"
291
-
292
- msgid "Are you sure you want to reset scripts settings to defaults?"
293
- msgstr "設定をデフォルトにリセットしてもよろしいですか?"
294
-
295
- msgid "Support"
296
- msgstr "サポート"
297
-
298
- msgid "Settings"
299
- msgstr "設定"
300
-
301
- msgid "Value between 0 and 100, 100 for no opacity."
302
- msgstr "0~100の値で100は透明度なしです。"
303
-
304
- msgid "auto"
305
- msgstr "自動"
306
-
307
- msgid "Auto scale"
308
- msgstr "自動スケール"
309
-
310
- msgid "Automatically start slideshow."
311
- msgstr "自動的にスライドショーを開始します。"
312
-
313
- msgid "Automatically start videos."
314
- msgstr "自動的に動画を開始します。"
315
-
316
- msgid "Center on scroll"
317
- msgstr "スクロールでセンター"
318
-
319
- msgid "Change fade"
320
- msgstr "フェードを変更"
321
-
322
- msgid "Change speed"
323
- msgstr "速度を変更"
324
-
325
- msgid "Color of the overlay."
326
- msgstr "オーバーレイの色。"
327
-
328
- msgid "Cyclic"
329
- msgstr "循環"
330
-
331
- msgid "Easing used for elastic animations."
332
- msgstr "緩和弾性アニメーションに使用されます。"
333
-
334
- msgid "Easings (in/out)"
335
- msgstr "Easings (イン/アウト)"
336
-
337
- msgid "elastic"
338
- msgstr "エラスティック"
339
-
340
- msgid "Enable escape button"
341
- msgstr "Escボタンを有効"
342
-
343
- msgid "fade"
344
- msgstr "フェード"
345
-
346
- msgid "FancyBox"
347
- msgstr "FancyBox"
348
-
349
- msgid "Effect"
350
- msgstr "効果"
351
-
352
- msgid "Height of the video."
353
- msgstr "動画の高さ。"
354
-
355
- msgid "The effect to use when showing the lightbox."
356
- msgstr "lightboxを表示するときに効果を使用します。"
357
-
358
- msgid "Hide on content click"
359
- msgstr "コンテンツをクリックで隠す"
360
-
361
- msgid "Hide on overlay click"
362
- msgstr "オーバーレイをクリックで隠す"
363
-
364
- msgid "Hides all the flash object on a page. Enable this if flash appears over prettyPhoto."
365
- msgstr "ページですべてのフラッシュを非表示にします。フラッシュがprettyPhoto上で表示される場合これを有効にしてください。"
366
-
367
- msgid "If true, FancyBox is scaled to fit in viewport."
368
- msgstr "有効の場合 FancyBoxはビューポートに収まるようにスケーリングします。"
369
-
370
- msgid "inside"
371
- msgstr "内側"
372
-
373
- msgid "linear"
374
- msgstr "リニア"
375
-
376
- msgid "Margin"
377
- msgstr "マージン"
378
-
379
- msgid "no"
380
- msgstr "いいえ"
381
-
382
- msgid "none"
383
- msgstr "なし"
384
-
385
- msgid "Opacity of the overlay."
386
- msgstr "オーバーレイの不透明度。"
387
-
388
- msgid "outside"
389
- msgstr "外"
390
-
391
- msgid "over"
392
- msgstr "以上"
393
-
394
- msgid "Overlay color"
395
- msgstr "オーバーレイの色"
396
-
397
- msgid "Overlay opacity"
398
- msgstr "オーバーレイ不透明"
399
-
400
- msgid "Padding"
401
- msgstr "パディング"
402
-
403
- msgid "Scrolling (in/out)"
404
- msgstr "スクロール(イン/アウト)"
405
-
406
- msgid "Set to false if you open forms inside prettyPhoto."
407
- msgstr "prettyPhoto内部フォームを開く場合は無効にします。"
408
-
409
- msgid "Settings of FancyBox script were restored to defaults."
410
- msgstr "FancyBoxスクリプトの設定をデフォルトに復元しました。"
411
-
412
- msgid "Show close button"
413
- msgstr "閉じるボタンを表示"
414
-
415
- msgid "Show nav arrows"
416
- msgstr "ナビゲーション矢印を表示"
417
-
418
- msgid "Show overlay"
419
- msgstr "オーバーレイを表示"
420
-
421
- msgid "Space between FancyBox wrapper and content."
422
- msgstr "FancyBoxラッパーとコンテンツの間のスペース。"
423
-
424
- msgid "Space between viewport and FancyBox wrapper."
425
- msgstr "ビューポートとFancyBoxラッパーの間のスペース。"
426
-
427
- msgid "Speed (in/out)"
428
- msgstr "速度(イン/アウト)"
429
-
430
- msgid "Speed of resizing when changing gallery items, in milliseconds."
431
- msgstr "ギャラリーの項目を変更するときのサイズ変更速度。(ミリ秒単位)"
432
-
433
- msgid "Speed of the content fading while changing gallery items."
434
- msgstr "ギャラリーのコンテンツ項目を変るフェージングの速度。"
435
-
436
- msgid "Speed of the fade and elastic transitions, in milliseconds."
437
- msgstr "フェードと弾力性の速度。(ミリ秒単位)"
438
-
439
- msgid "swing"
440
- msgstr "スイング"
441
-
442
- msgid "The position of title."
443
- msgstr "タイトルの位置。"
444
-
445
- msgid "The transition type."
446
- msgstr "トランジションタイプ。"
447
-
448
- msgid "Title position"
449
- msgstr "タイトルの位置"
450
-
451
- msgid "Title show"
452
- msgstr "タイトルを表示"
453
-
454
- msgid "Toggle close button."
455
- msgstr "閉じるボタンを切り替えます。"
456
-
457
- msgid "Toggle if clicking the content should close FancyBox."
458
- msgstr "コンテンツをクリックするとFancyBoxを閉じるべきかどうかを切り替えます。"
459
-
460
- msgid "Toggle if clicking the overlay should close FancyBox."
461
- msgstr "オーバーレイをクリックすると、 FancyBoxを閉じるべきかどうかを切り替えます。"
462
-
463
- msgid "Toggle if pressing Esc button closes FancyBox."
464
- msgstr "ESCボタンを押すとFancyBoxを閉じた場合に切り替えます。"
465
-
466
- msgid "Toggle navigation arrows."
467
- msgstr "ナビゲーション用の矢印を切り替えます。"
468
-
469
- msgid "Toggle overlay."
470
- msgstr "オーバーレイを切り替えます。"
471
-
472
- msgid "Toggle title."
473
- msgstr "タイトルを切り替えます。"
474
-
475
- msgid "Transition (in/out)"
476
- msgstr "トランジション(イン/アウト)"
477
-
478
- msgid "When true, \"overlayShow\" is set to TRUE and \"hideOnOverlayClick\", \"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set to FALSE."
479
- msgstr "有効にした場合\"オーバーレイを表示\"は有効になり、\"閉じるボタンを表示\"、\"Escボタンを有効\"、\"オーバーレイをクリックで隠す\"、\"コンテンツをクリックで隠す\"は無効になります。"
480
-
481
- msgid "When true, FancyBox is centered while scrolling page."
482
- msgstr "有効の場合スクロールするとFancyBoxを中央に配置します。"
483
-
484
- msgid "When true, galleries will be cyclic, allowing you to keep pressing next/back."
485
- msgstr "有効の場合ギャラリーは繰り返し、次へ/戻るを押すと維持することができます。"
486
-
487
- msgid "When true, transparency of content is changed for elastic transitions."
488
- msgstr "有効の場合コンテンツの透明度は弾性遷移に変更されます。"
489
-
490
- msgid "Width of the video."
491
- msgstr "動画の幅。"
492
-
493
- msgid "yes"
494
- msgstr "はい"
495
-
496
- msgid "Set the overflow CSS property to create or hide scrollbars."
497
- msgstr "スクロールバーを作成したり、非表示にオーバーフローのCSSプロパティを設定します。"
498
-
499
- msgid "Nivo Lightbox"
500
- msgstr "Nivo Lightbox"
501
-
502
- msgid "fade scale"
503
- msgstr "フェードスケール"
504
-
505
- msgid "slide left"
506
- msgstr "左へスライド"
507
-
508
- msgid "slide right"
509
- msgstr "右へスライド"
510
-
511
- msgid "slide up"
512
- msgstr "上へスライド"
513
-
514
- msgid "slide down"
515
- msgstr "下へスライド"
516
-
517
- msgid "fall"
518
- msgstr "フォール"
519
-
520
- msgid "Keyboard navigation"
521
- msgstr "キーボードナビゲーション"
522
-
523
- msgid "Enable/Disable keyboard navigation (left/right/escape)."
524
- msgstr "キーボードナビゲーションを有効/無効にします。(右/左/エスケープ)"
525
-
526
- msgid "Error message"
527
- msgstr "エラーメッセージ"
528
-
529
- msgid "Error message if the content cannot be loaded."
530
- msgstr "コンテンツがロードできない場合のエラーメッセージ。"
531
-
532
- msgid "Settings restored to defaults."
533
- msgstr "設定をデフォルトに復元します。"
534
-
535
- msgid "Settings of Nivo script were restored to defaults."
536
- msgstr "Nivoスクリプトの設定をデフォルトに復元しました。"
537
-
538
- msgid "Are you sure you want to reset these settings to defaults?"
539
- msgstr "これらの設定をデフォルトにリセットしてもよろしいですか?"
540
-
541
- msgid "1.4.0.1"
542
- msgstr "1.4.0.1"
543
-
544
- msgid "Allow expand"
545
- msgstr "拡大を許可"
546
-
547
- msgid "Custom events"
548
- msgstr "カスタムイベント"
549
-
550
- msgid "dFactory"
551
- msgstr "dFactory"
552
-
553
- msgid "Enable this if you're having problems with navigation icons not visible on some devices."
554
- msgstr "いくつかのデバイス上で表示出来ないナビゲーションアイコンの問題を抱えている場合は、これを有効にします。"
555
-
556
- msgid "Enable triggering lightbox on custom jquery events."
557
- msgstr "カスタムjqueryのイベントトリガーのlightboxを有効にします。"
558
-
559
- msgid "http://www.dfactory.eu/"
560
- msgstr "http://www.dfactory.eu/"
561
-
562
- msgid "http://www.dfactory.eu/plugins/responsive-lightbox/"
563
- msgstr "http://www.dfactory.eu/plugins/responsive-lightbox/"
564
-
565
- msgid "Responsive Lightbox allows users to view larger versions of images and galleries in a lightbox (overlay) effect optimized for mobile devices."
566
- msgstr "レスポンシブLightboxは、ユーザーがモバイルデバイス用に最適化されたlightbox (オーバーレイ) の効果で画像やギャラリーの大きいバージョンを表示することができます。"
567
-
568
- msgid "Enter a space separated list of events."
569
- msgstr "イベントのスペースで区切って入力します。"
570
-
571
- msgid "Expands something."
572
- msgstr "何かを拡大します。"
573
-
574
- msgid "Animation speed."
575
- msgstr "アニメーション速度。"
576
-
577
- msgid "Enable keyboard keys"
578
- msgstr "キーボードのキーを有効"
579
-
580
- msgid "Enable keyboard shortcuts (arrows Left/Right and Esc)."
581
- msgstr "キーボードショートカット(左右の矢印とEsc) を有効にします。"
582
-
583
- msgid "Footer"
584
- msgstr "フッター"
585
-
586
- msgid "Force PNG icons"
587
- msgstr "PNGアイコンを強制"
588
-
589
- msgid "Header"
590
- msgstr "ヘッダー"
591
-
592
- msgid "Image Lightbox"
593
- msgstr "Image Lightbox"
594
-
595
- msgid "Loading place"
596
- msgstr "場所のロード"
597
-
598
- msgid "Preload next image"
599
- msgstr "次の画像をプリロード"
600
-
601
- msgid "Quit after last image"
602
- msgstr "最後の画像の後に終了する"
603
-
604
- msgid "Quit after viewing the last image."
605
- msgstr "最後の画像を表示した後に終了します。"
606
-
607
- msgid "Quit when anything but image is clicked"
608
- msgstr "画像以外のものをクリックしたときに終了する"
609
-
610
- msgid "Quit when anything but the viewed image is clicked."
611
- msgstr "何かをクリックしたときに表示された画像を終了します。"
612
-
613
- msgid "Quit when image is clicked"
614
- msgstr "画像をクリックしたときに終了する"
615
-
616
- msgid "Quit when the viewed image is clicked."
617
- msgstr "表示された画像をクリックしたときに終了します。"
618
-
619
- msgid "Select where all the lightbox scripts should be placed."
620
- msgstr "すべてのlightboxのスクリプトを置く場所を選択する"
621
-
622
- msgid "Silently preload the next image."
623
- msgstr "サイレントモードで次の画像をプリロードします。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-nl_NL.mo DELETED
Binary file
languages/responsive-lightbox-nl_NL.po DELETED
@@ -1,744 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-17 00:03+0100\n"
6
- "PO-Revision-Date: 2014-02-19 00:51+0100\n"
7
- "Last-Translator: basbva\n"
8
- "Language-Team: basbva.nl\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Language: de_DE\n"
13
- "X-Generator: Poedit 1.6.3\n"
14
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Poedit-Language: Dutch\n"
19
- "X-Poedit-Country: NETHERLANDS\n"
20
- "X-Poedit-SearchPath-0: ..\n"
21
-
22
- #: ../responsive-lightbox.php:276
23
- msgid "prettyPhoto"
24
- msgstr "prettyPhoto"
25
-
26
- #: ../responsive-lightbox.php:278
27
- msgid "slow"
28
- msgstr "langzaam"
29
-
30
- #: ../responsive-lightbox.php:279
31
- msgid "normal"
32
- msgstr "normaal"
33
-
34
- #: ../responsive-lightbox.php:280
35
- msgid "fast"
36
- msgstr "snel"
37
-
38
- #: ../responsive-lightbox.php:283
39
- msgid "default"
40
- msgstr "standaard"
41
-
42
- #: ../responsive-lightbox.php:284
43
- msgid "light rounded"
44
- msgstr "afgerond licht"
45
-
46
- #: ../responsive-lightbox.php:285
47
- msgid "dark rounded"
48
- msgstr "afgerond donker"
49
-
50
- #: ../responsive-lightbox.php:286
51
- msgid "light square"
52
- msgstr "hoekig licht"
53
-
54
- #: ../responsive-lightbox.php:287
55
- msgid "dark square"
56
- msgstr "hoekig donker"
57
-
58
- #: ../responsive-lightbox.php:288
59
- msgid "facebook"
60
- msgstr "facebook"
61
-
62
- #: ../responsive-lightbox.php:291
63
- msgid "window"
64
- msgstr "venster"
65
-
66
- #: ../responsive-lightbox.php:292
67
- msgid "transparent"
68
- msgstr "transparant"
69
-
70
- #: ../responsive-lightbox.php:293
71
- msgid "opaque"
72
- msgstr "opaak"
73
-
74
- #: ../responsive-lightbox.php:294
75
- msgid "direct"
76
- msgstr "direct"
77
-
78
- #: ../responsive-lightbox.php:295
79
- msgid "gpu"
80
- msgstr "GPU"
81
-
82
- #: ../responsive-lightbox.php:299
83
- msgid "SwipeBox"
84
- msgstr "SwipeBox"
85
-
86
- #: ../responsive-lightbox.php:301
87
- msgid "CSS"
88
- msgstr "CSS"
89
-
90
- #: ../responsive-lightbox.php:302
91
- msgid "jQuery"
92
- msgstr "jQuery"
93
-
94
- #: ../responsive-lightbox.php:306
95
- msgid "FancyBox"
96
- msgstr "FancyBox"
97
-
98
- #: ../responsive-lightbox.php:308
99
- msgid "elastic"
100
- msgstr "elastisch"
101
-
102
- #: ../responsive-lightbox.php:309
103
- #: ../responsive-lightbox.php:330
104
- msgid "fade"
105
- msgstr "vervagen"
106
-
107
- #: ../responsive-lightbox.php:310
108
- msgid "none"
109
- msgstr "geen"
110
-
111
- #: ../responsive-lightbox.php:313
112
- msgid "auto"
113
- msgstr "automatisch"
114
-
115
- #: ../responsive-lightbox.php:314
116
- msgid "yes"
117
- msgstr "ja"
118
-
119
- #: ../responsive-lightbox.php:315
120
- msgid "no"
121
- msgstr "nee"
122
-
123
- #: ../responsive-lightbox.php:318
124
- msgid "swing"
125
- msgstr "swing"
126
-
127
- #: ../responsive-lightbox.php:319
128
- msgid "linear"
129
- msgstr "lineair"
130
-
131
- #: ../responsive-lightbox.php:322
132
- msgid "outside"
133
- msgstr "buiten"
134
-
135
- #: ../responsive-lightbox.php:323
136
- msgid "inside"
137
- msgstr "binnen"
138
-
139
- #: ../responsive-lightbox.php:324
140
- msgid "over"
141
- msgstr "over"
142
-
143
- #: ../responsive-lightbox.php:328
144
- msgid "Nivo Lightbox"
145
- msgstr "Nivo Lightbox"
146
-
147
- #: ../responsive-lightbox.php:331
148
- msgid "fade scale"
149
- msgstr "fade scale"
150
-
151
- #: ../responsive-lightbox.php:332
152
- msgid "slide left"
153
- msgstr "linksom"
154
-
155
- #: ../responsive-lightbox.php:333
156
- msgid "slide right"
157
- msgstr "rechtsom"
158
-
159
- #: ../responsive-lightbox.php:334
160
- msgid "slide up"
161
- msgstr "omhoog"
162
-
163
- #: ../responsive-lightbox.php:335
164
- msgid "slide down"
165
- msgstr "omlaag"
166
-
167
- #: ../responsive-lightbox.php:336
168
- msgid "fall"
169
- msgstr "vallen"
170
-
171
- #: ../responsive-lightbox.php:342
172
- msgid "Enable"
173
- msgstr "Inschakelen"
174
-
175
- #: ../responsive-lightbox.php:343
176
- msgid "Disable"
177
- msgstr "Uitschakelen"
178
-
179
- #: ../responsive-lightbox.php:348
180
- #: ../responsive-lightbox.php:449
181
- msgid "General settings"
182
- msgstr "Algemene instellingen"
183
-
184
- #: ../responsive-lightbox.php:354
185
- #: ../responsive-lightbox.php:461
186
- msgid "Lightbox settings"
187
- msgstr "Lightbox instellingen"
188
-
189
- #: ../responsive-lightbox.php:450
190
- msgid "Lightbox script"
191
- msgstr "Lightbox-script"
192
-
193
- #: ../responsive-lightbox.php:451
194
- msgid "Selector"
195
- msgstr "Selecteerder"
196
-
197
- #: ../responsive-lightbox.php:452
198
- msgid "Galleries"
199
- msgstr "Galerijen"
200
-
201
- #: ../responsive-lightbox.php:453
202
- msgid "Video links"
203
- msgstr "Video Links"
204
-
205
- #: ../responsive-lightbox.php:454
206
- msgid "Image links"
207
- msgstr "Links naar afbeeldingen"
208
-
209
- #: ../responsive-lightbox.php:455
210
- msgid "Single images as gallery"
211
- msgstr "Losse afbeeldingen als galerij"
212
-
213
- #: ../responsive-lightbox.php:456
214
- msgid "Custom events"
215
- msgstr "Custom events"
216
-
217
- #: ../responsive-lightbox.php:457
218
- msgid "Deactivation"
219
- msgstr "Deactivatie"
220
-
221
- #: ../responsive-lightbox.php:465
222
- msgid "Animation type"
223
- msgstr "Animatietype"
224
-
225
- #: ../responsive-lightbox.php:466
226
- msgid "Force PNG icons"
227
- msgstr "Forceer PNG symbolen"
228
-
229
- #: ../responsive-lightbox.php:467
230
- msgid "Top and bottom bars"
231
- msgstr "Boven- en onderbalken"
232
-
233
- #: ../responsive-lightbox.php:468
234
- msgid "Video max width"
235
- msgstr "Video (grootste breedte)"
236
-
237
- #: ../responsive-lightbox.php:472
238
- msgid "Animation speed"
239
- msgstr "Animatiesnelheid"
240
-
241
- #: ../responsive-lightbox.php:473
242
- msgid "Slideshow"
243
- msgstr "Diashow"
244
-
245
- #: ../responsive-lightbox.php:474
246
- msgid "Slideshow autoplay"
247
- msgstr "Autostart diashow"
248
-
249
- #: ../responsive-lightbox.php:475
250
- #: ../responsive-lightbox.php:504
251
- msgid "Opacity"
252
- msgstr "Opaciteit"
253
-
254
- #: ../responsive-lightbox.php:476
255
- msgid "Show title"
256
- msgstr "Toon titel"
257
-
258
- #: ../responsive-lightbox.php:477
259
- msgid "Allow resize big images"
260
- msgstr "Verkleinen van grote afbeeldingen toestaan"
261
-
262
- #: ../responsive-lightbox.php:478
263
- #: ../responsive-lightbox.php:516
264
- msgid "Video width"
265
- msgstr "Videobreedte"
266
-
267
- #: ../responsive-lightbox.php:479
268
- #: ../responsive-lightbox.php:517
269
- msgid "Video height"
270
- msgstr "Videohoogte"
271
-
272
- #: ../responsive-lightbox.php:480
273
- msgid "Theme"
274
- msgstr "Thema"
275
-
276
- #: ../responsive-lightbox.php:481
277
- msgid "Horizontal padding"
278
- msgstr "Horizontale padding"
279
-
280
- #: ../responsive-lightbox.php:482
281
- msgid "Hide Flash"
282
- msgstr "Verberg Flash"
283
-
284
- #: ../responsive-lightbox.php:483
285
- msgid "Flash Window Mode (wmode)"
286
- msgstr "Flash-venstermodus (wmode)"
287
-
288
- #: ../responsive-lightbox.php:484
289
- msgid "Video autoplay"
290
- msgstr "Autostart video"
291
-
292
- #: ../responsive-lightbox.php:485
293
- #: ../responsive-lightbox.php:493
294
- msgid "Modal"
295
- msgstr "Modus"
296
-
297
- #: ../responsive-lightbox.php:486
298
- msgid "Deeplinking"
299
- msgstr "Dieplinken"
300
-
301
- #: ../responsive-lightbox.php:487
302
- msgid "Overlay gallery"
303
- msgstr "Overlay-galerij"
304
-
305
- #: ../responsive-lightbox.php:488
306
- msgid "Keyboard shortcuts"
307
- msgstr "Sneltoetsen"
308
-
309
- #: ../responsive-lightbox.php:489
310
- msgid "Social (Twitter, Facebook)"
311
- msgstr "Sociaal (Twitter, Facebook)"
312
-
313
- #: ../responsive-lightbox.php:494
314
- msgid "Show overlay"
315
- msgstr "Toon overlay"
316
-
317
- #: ../responsive-lightbox.php:495
318
- msgid "Show close button"
319
- msgstr "Toon sluitknop"
320
-
321
- #: ../responsive-lightbox.php:496
322
- msgid "Enable escape button"
323
- msgstr "esc-toets inschakelen"
324
-
325
- #: ../responsive-lightbox.php:497
326
- msgid "Hide on overlay click"
327
- msgstr "Verbergen bij overlay-klik"
328
-
329
- #: ../responsive-lightbox.php:498
330
- msgid "Hide on content click"
331
- msgstr "Verbergen bij inhoud-klik"
332
-
333
- #: ../responsive-lightbox.php:499
334
- msgid "Cyclic"
335
- msgstr "Cyclisch"
336
-
337
- #: ../responsive-lightbox.php:500
338
- msgid "Show nav arrows"
339
- msgstr "Toon navigatiepijlen"
340
-
341
- #: ../responsive-lightbox.php:501
342
- msgid "Auto scale"
343
- msgstr "Automatisch schalen"
344
-
345
- #: ../responsive-lightbox.php:502
346
- msgid "Scrolling (in/out)"
347
- msgstr "Scrollen (in/uit)"
348
-
349
- #: ../responsive-lightbox.php:503
350
- msgid "Center on scroll"
351
- msgstr "Centreer bij scrollen"
352
-
353
- #: ../responsive-lightbox.php:505
354
- msgid "Overlay opacity"
355
- msgstr "Overlay-opaciteit"
356
-
357
- #: ../responsive-lightbox.php:506
358
- msgid "Overlay color"
359
- msgstr "Overlay-kleur"
360
-
361
- #: ../responsive-lightbox.php:507
362
- msgid "Title show"
363
- msgstr "Titel tonen"
364
-
365
- #: ../responsive-lightbox.php:508
366
- msgid "Title position"
367
- msgstr "Titelpositie"
368
-
369
- #: ../responsive-lightbox.php:509
370
- msgid "Transition (in/out)"
371
- msgstr "Overgang (in/uit)"
372
-
373
- #: ../responsive-lightbox.php:510
374
- msgid "Easings (in/out)"
375
- msgstr "Beweging (in/uit)"
376
-
377
- #: ../responsive-lightbox.php:511
378
- msgid "Speed (in/out)"
379
- msgstr "Snelheid (in/uit)"
380
-
381
- #: ../responsive-lightbox.php:512
382
- msgid "Change speed"
383
- msgstr "Veranderingssnelheid"
384
-
385
- #: ../responsive-lightbox.php:513
386
- msgid "Change fade"
387
- msgstr "Snelheid van vervagen"
388
-
389
- #: ../responsive-lightbox.php:514
390
- msgid "Padding"
391
- msgstr "Padding"
392
-
393
- #: ../responsive-lightbox.php:515
394
- msgid "Margin"
395
- msgstr "Marge"
396
-
397
- #: ../responsive-lightbox.php:521
398
- msgid "Effect"
399
- msgstr "Effect"
400
-
401
- #: ../responsive-lightbox.php:522
402
- msgid "Keyboard navigation"
403
- msgstr "Toetsenbordnavigatie"
404
-
405
- #: ../responsive-lightbox.php:523
406
- msgid "Error message"
407
- msgstr "Foutmelding"
408
-
409
- #: ../responsive-lightbox.php:541
410
- msgid "Select your preffered ligthbox effect script."
411
- msgstr "Selecteer het Lightbox effect-script van je voorkeur."
412
-
413
- #: ../responsive-lightbox.php:551
414
- msgid "Select to which rel selector lightbox effect will be applied to."
415
- msgstr "Geef een rel selecteerder op voor het Lightbox-effect."
416
-
417
- #: ../responsive-lightbox.php:569
418
- msgid "Enable triggering lightbox on custom jquery events."
419
- msgstr "Schakel openen van Lightbox bij 'custom jquery events' in."
420
-
421
- #: ../responsive-lightbox.php:572
422
- msgid "Enter a space separated list of events."
423
- msgstr "Voer een spatiegescheiden lijst van 'events' in."
424
-
425
- #: ../responsive-lightbox.php:591
426
- msgid "Add lightbox to WordPress image galleries by default."
427
- msgstr "Lightbox standaard toewijzen aan Wordpress beeldgalerijen."
428
-
429
- #: ../responsive-lightbox.php:609
430
- msgid "Add lightbox to YouTube and Vimeo video links by default."
431
- msgstr "Lightbox standaard toewijzen aan YouTube- en Vimeo links."
432
-
433
- #: ../responsive-lightbox.php:627
434
- msgid "Add lightbox to WordPress image links by default."
435
- msgstr "Lightbox standaard toewijzen aan links naar afbeeldingen."
436
-
437
- #: ../responsive-lightbox.php:645
438
- msgid "Display single post images as a gallery."
439
- msgstr "Losse afbeeldingen in een bericht als galerij tonen."
440
-
441
- #: ../responsive-lightbox.php:663
442
- msgid "Delete settings on plugin deactivation."
443
- msgstr "Instellingen wissen bij deactivatie van de plugin."
444
-
445
- #: ../responsive-lightbox.php:681
446
- msgid "Select a method of applying a lightbox effect."
447
- msgstr "Selecteer een methode om een Lightbox-effekt toe te passen."
448
-
449
- #: ../responsive-lightbox.php:699
450
- msgid "Disable if you don't want to top and bottom bars to be hidden after a period of time."
451
- msgstr "Schakel deze optie uit om de onder- en bovenbalken niet te verbergen."
452
-
453
- #: ../responsive-lightbox.php:702
454
- msgid "Enter the time after which the top and bottom bars will be hidden (when hiding is enabled)."
455
- msgstr "Voer de tijd in waarna de boven- en onderbalk worden verborgen (als verbergen is ingeschakeld)."
456
-
457
- #: ../responsive-lightbox.php:713
458
- msgid "Enter the max video width in a lightbox."
459
- msgstr "Geef de grootste breedte aan voor video in een Lightbox."
460
-
461
- #: ../responsive-lightbox.php:731
462
- msgid "Enable this if you're having problems with navigation icons not visible on some devices."
463
- msgstr "Inschakelen als je problemen hebt met de zichtbaarheid van navigatiepijlen op sommige apparaten."
464
-
465
- #: ../responsive-lightbox.php:749
466
- msgid "Select animation speed for lightbox effect."
467
- msgstr "Selecteer de animatiesnelheid van het Lightbox-effect."
468
-
469
- #: ../responsive-lightbox.php:767
470
- msgid "Display images as slideshow."
471
- msgstr "Afbeeldingen tonen als diashow."
472
-
473
- #: ../responsive-lightbox.php:770
474
- msgid "Enter time (in miliseconds)."
475
- msgstr "Tijd aangeven (in milliseconden)."
476
-
477
- #: ../responsive-lightbox.php:789
478
- msgid "Automatically start slideshow."
479
- msgstr "Diashow automatisch starten."
480
-
481
- #: ../responsive-lightbox.php:802
482
- msgid "Value between 0 and 100, 100 for no opacity."
483
- msgstr "Waarde tussen 0 en 100 (0 is transparant)."
484
-
485
- #: ../responsive-lightbox.php:820
486
- msgid "Display image tiltle."
487
- msgstr "Titel van de afbeelding tonen."
488
-
489
- #: ../responsive-lightbox.php:838
490
- msgid "Resize the photos bigger than viewport."
491
- msgstr "Foto's groter dan het zichtvenster verkleinen."
492
-
493
- #: ../responsive-lightbox.php:848
494
- #: ../responsive-lightbox.php:858
495
- msgid "in pixels"
496
- msgstr "in pixels"
497
-
498
- #: ../responsive-lightbox.php:876
499
- msgid "Select theme for lightbox effect."
500
- msgstr "Selecteer een thema voor het Lightbox-effect."
501
-
502
- #: ../responsive-lightbox.php:886
503
- msgid "Horizontal padding (in pixels)."
504
- msgstr "Horizontale padding (in pixels)."
505
-
506
- #: ../responsive-lightbox.php:904
507
- msgid "Hides all the flash object on a page. Enable this if flash appears over prettyPhoto."
508
- msgstr "Verbergt alle flash-objecten op een pagina. Pas toe wanneer flash over PrettyPhoto heen verschijnt."
509
-
510
- #: ../responsive-lightbox.php:922
511
- msgid "Select flash window mode."
512
- msgstr "Flash-venstermodus selecteren."
513
-
514
- #: ../responsive-lightbox.php:940
515
- msgid "Automatically start videos."
516
- msgstr "Start video's automatisch."
517
-
518
- #: ../responsive-lightbox.php:958
519
- msgid "If set to true, only the close button will close the window."
520
- msgstr "Indien actief kan het venster alleen met de sluitknop gesloten worden."
521
-
522
- #: ../responsive-lightbox.php:976
523
- msgid "Allow prettyPhoto to update the url to enable deeplinking."
524
- msgstr "PrettyPhoto toestaan de URL te actualiseren om te kunnen dieplinken."
525
-
526
- #: ../responsive-lightbox.php:994
527
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
528
- msgstr "Schakelt een galerij-overlay in bij muizen over de Lightbox afbeelding."
529
-
530
- #: ../responsive-lightbox.php:1012
531
- msgid "Set to false if you open forms inside prettyPhoto."
532
- msgstr "Deactiveer om formulieren in prettyPhoto te openen."
533
-
534
- #: ../responsive-lightbox.php:1030
535
- msgid "Display links to Facebook and Twitter."
536
- msgstr "Toon links naar Facebook en Twitter."
537
-
538
- #: ../responsive-lightbox.php:1048
539
- msgid "The transition type."
540
- msgstr "Type van overgang."
541
-
542
- #: ../responsive-lightbox.php:1058
543
- msgid "Space between FancyBox wrapper and content."
544
- msgstr "Ruimte tussen de Fancybox omtrek en inhoud."
545
-
546
- #: ../responsive-lightbox.php:1068
547
- msgid "Space between viewport and FancyBox wrapper."
548
- msgstr "Ruimte tussen de FancyBox omtrek en zichtvenster."
549
-
550
- #: ../responsive-lightbox.php:1086
551
- msgid "When true, \"overlayShow\" is set to TRUE and \"hideOnOverlayClick\", \"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set to FALSE."
552
- msgstr "Indien ingeschakeld is \"overlayShow\" actief en zijn \"showCloseButton\", \"enableEscapeButton\", \"hideOnOverlayClick\" en \"hideOnContentClick\" inactief."
553
-
554
- #: ../responsive-lightbox.php:1104
555
- msgid "Toggle overlay."
556
- msgstr "Overlay tonen (\"overlayShow\")."
557
-
558
- #: ../responsive-lightbox.php:1122
559
- msgid "Toggle close button."
560
- msgstr "Sluitknop tonen (\"showCloseButton\")."
561
-
562
- #: ../responsive-lightbox.php:1140
563
- msgid "Toggle if pressing Esc button closes FancyBox."
564
- msgstr "Esc-toets inschakelen om Fancybox te sluiten (\"enableEscapeButton\")."
565
-
566
- #: ../responsive-lightbox.php:1158
567
- msgid "Toggle if clicking the overlay should close FancyBox."
568
- msgstr "Inschakelen als klikken op de overlay Fancybox moet sluiten (\"hideOnOverlayClick\")."
569
-
570
- #: ../responsive-lightbox.php:1176
571
- msgid "Toggle if clicking the content should close FancyBox."
572
- msgstr "Inschakelen als klikken op de inhoud Fancybox moet sluiten (\"hideOnContentClick\")."
573
-
574
- #: ../responsive-lightbox.php:1194
575
- msgid "When true, galleries will be cyclic, allowing you to keep pressing next/back."
576
- msgstr "Toon galerijen als cycli, met de 'volgende/vorige'-functie nog steeds actief."
577
-
578
- #: ../responsive-lightbox.php:1212
579
- msgid "Toggle navigation arrows."
580
- msgstr "Navigatiepijlen inschakelen."
581
-
582
- #: ../responsive-lightbox.php:1230
583
- msgid "If true, FancyBox is scaled to fit in viewport."
584
- msgstr "FancyBox verschalen om in het zichtvenster te passen."
585
-
586
- #: ../responsive-lightbox.php:1248
587
- msgid "Set the overflow CSS property to create or hide scrollbars."
588
- msgstr "Stel de CSS-eigenschap 'overflow' in om schuifbalken te tonen of te verbergen."
589
-
590
- #: ../responsive-lightbox.php:1266
591
- msgid "When true, FancyBox is centered while scrolling page."
592
- msgstr "Fancybox centreren bij scrollen door de pagina."
593
-
594
- #: ../responsive-lightbox.php:1284
595
- msgid "When true, transparency of content is changed for elastic transitions."
596
- msgstr "Indien actief verandert de transparantie van inhoud bij elastische overgangen."
597
-
598
- #: ../responsive-lightbox.php:1297
599
- msgid "Opacity of the overlay."
600
- msgstr "Opaciteit van de overlay."
601
-
602
- #: ../responsive-lightbox.php:1307
603
- msgid "Color of the overlay."
604
- msgstr "Kleur van de overlay."
605
-
606
- #: ../responsive-lightbox.php:1325
607
- msgid "Toggle title."
608
- msgstr "Inschakelen om titel te tonen."
609
-
610
- #: ../responsive-lightbox.php:1343
611
- msgid "The position of title."
612
- msgstr "De positie van de titel."
613
-
614
- #: ../responsive-lightbox.php:1361
615
- msgid "Easing used for elastic animations."
616
- msgstr "Soort van beweging bij elastische animaties."
617
-
618
- #: ../responsive-lightbox.php:1371
619
- msgid "Speed of the fade and elastic transitions, in milliseconds."
620
- msgstr "Duur van vervagende en elastische overgangen, in milliseconden."
621
-
622
- #: ../responsive-lightbox.php:1381
623
- msgid "Speed of resizing when changing gallery items, in milliseconds."
624
- msgstr "Duur van verschalen bij wisselingen in de galerij, in milliseconden."
625
-
626
- #: ../responsive-lightbox.php:1391
627
- msgid "Speed of the content fading while changing gallery items."
628
- msgstr "Duur van vervagen bij wisselingen in de galerij."
629
-
630
- #: ../responsive-lightbox.php:1401
631
- msgid "Width of the video."
632
- msgstr "Breedte van de video."
633
-
634
- #: ../responsive-lightbox.php:1411
635
- msgid "Height of the video."
636
- msgstr "Hoogte van de video."
637
-
638
- #: ../responsive-lightbox.php:1429
639
- msgid "The effect to use when showing the lightbox."
640
- msgstr "Het te kiezen effect wanneer Lightbox wordt getoond."
641
-
642
- #: ../responsive-lightbox.php:1447
643
- msgid "Enable/Disable keyboard navigation (left/right/escape)."
644
- msgstr "Toetsenbordnavigatie in- of uitschakelen (links/rechts/esc)."
645
-
646
- #: ../responsive-lightbox.php:1457
647
- msgid "Error message if the content cannot be loaded."
648
- msgstr "Foutmelding als de inhoud niet geladen kan worden."
649
-
650
- #: ../responsive-lightbox.php:1661
651
- msgid "Changes were not saved because there was attempt to save settings of inactive script. The site has been reloaded to the proper script settings."
652
- msgstr "Wijzigingen zijn niet bewaard omdat geprobeerd is instellingen van een inactieve script te wijzigen. De site is herladen met de juiste scriptinstellingen."
653
-
654
- #: ../responsive-lightbox.php:1671
655
- msgid "Settings restored to defaults."
656
- msgstr "Standaard instellingen zijn hersteld."
657
-
658
- #: ../responsive-lightbox.php:1679
659
- msgid "Settings of SwipeBox script were restored to defaults."
660
- msgstr "Standaard instellingen van SwipeBox-script zijn hesteld."
661
-
662
- #: ../responsive-lightbox.php:1685
663
- msgid "Settings of prettyPhoto script were restored to defaults."
664
- msgstr "Standaard instellingen van prettyPhoto-script zijn hersteld."
665
-
666
- #: ../responsive-lightbox.php:1691
667
- msgid "Settings of FancyBox script were restored to defaults."
668
- msgstr "Standaard instellingen van FancyBox-script zijn hersteld."
669
-
670
- #: ../responsive-lightbox.php:1697
671
- msgid "Settings of Nivo script were restored to defaults."
672
- msgstr "Standaard instellingen van Nivo-script zijn hersteld."
673
-
674
- #: ../responsive-lightbox.php:1701
675
- msgid "Changes were not set to defaults because there was attempt to reset settings of inactive script. The site has been reloaded to the proper script settings."
676
- msgstr "Standaard instellingen zijn niet hersteld omdat geprobeerd is de instellingen van een inactieve script te herstellen. De site is herladen met de juiste scriptinstellingen."
677
-
678
- #: ../responsive-lightbox.php:1715
679
- #: ../responsive-lightbox.php:1716
680
- #: ../responsive-lightbox.php:1730
681
- #: ../responsive-lightbox.php:1744
682
- msgid "Responsive Lightbox"
683
- msgstr "Responsive Lightbox"
684
-
685
- #: ../responsive-lightbox.php:1746
686
- msgid "Need support?"
687
- msgstr "Hulp nodig?"
688
-
689
- #: ../responsive-lightbox.php:1747
690
- msgid "If you are having problems with this plugin, please talk about them in the"
691
- msgstr "Als je een probleem hebt met deze plugin meldt dit dan in het "
692
-
693
- #: ../responsive-lightbox.php:1747
694
- msgid "Support forum"
695
- msgstr "Support Forum"
696
-
697
- #: ../responsive-lightbox.php:1749
698
- msgid "Do you like this plugin?"
699
- msgstr "Bevalt deze plugin?"
700
-
701
- #: ../responsive-lightbox.php:1750
702
- msgid "Rate it 5"
703
- msgstr "Beoordeel met 5 sterren"
704
-
705
- #: ../responsive-lightbox.php:1750
706
- msgid "on WordPress.org"
707
- msgstr "op WordPress.org"
708
-
709
- #: ../responsive-lightbox.php:1751
710
- msgid "Blog about it & link to the"
711
- msgstr "Schijf erover & link naar de"
712
-
713
- #: ../responsive-lightbox.php:1751
714
- msgid "plugin page"
715
- msgstr "plugin pagina"
716
-
717
- #: ../responsive-lightbox.php:1752
718
- msgid "Check out our other"
719
- msgstr "Bekijk ook onze andere"
720
-
721
- #: ../responsive-lightbox.php:1752
722
- msgid "WordPress plugins"
723
- msgstr "WordPress Plugins"
724
-
725
- #: ../responsive-lightbox.php:1772
726
- msgid "Reset to defaults"
727
- msgstr "Herstel standaard instellingen"
728
-
729
- #: ../responsive-lightbox.php:1799
730
- msgid "Are you sure you want to reset these settings to defaults?"
731
- msgstr "Weet je zeker dat je de algemene standaardinstellingen wilt herstellen?"
732
-
733
- #: ../responsive-lightbox.php:1800
734
- msgid "Are you sure you want to reset scripts settings to defaults?"
735
- msgstr "Weet je zeker dat je de standaard scriptinstellingen wilt herstellen?"
736
-
737
- #: ../responsive-lightbox.php:2047
738
- msgid "Support"
739
- msgstr "Support"
740
-
741
- #: ../responsive-lightbox.php:2069
742
- msgid "Settings"
743
- msgstr "Instellingen"
744
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-pl_PL.mo DELETED
Binary file
languages/responsive-lightbox-pl_PL.po DELETED
@@ -1,869 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox\n"
4
- "POT-Creation-Date: 2014-09-04 21:25+0100\n"
5
- "PO-Revision-Date: 2014-09-04 21:26+0100\n"
6
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\n"
8
- "Language: pl\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.7\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../responsive-lightbox.php:294
19
- msgid "prettyPhoto"
20
- msgstr "prettyPhoto"
21
-
22
- #: ../responsive-lightbox.php:296
23
- msgid "slow"
24
- msgstr "wolno"
25
-
26
- #: ../responsive-lightbox.php:297
27
- msgid "normal"
28
- msgstr "normalnie"
29
-
30
- #: ../responsive-lightbox.php:298
31
- msgid "fast"
32
- msgstr "szybko"
33
-
34
- #: ../responsive-lightbox.php:301
35
- msgid "default"
36
- msgstr ""
37
-
38
- #: ../responsive-lightbox.php:302
39
- msgid "light rounded"
40
- msgstr ""
41
-
42
- #: ../responsive-lightbox.php:303
43
- msgid "dark rounded"
44
- msgstr ""
45
-
46
- #: ../responsive-lightbox.php:304
47
- msgid "light square"
48
- msgstr ""
49
-
50
- #: ../responsive-lightbox.php:305
51
- msgid "dark square"
52
- msgstr ""
53
-
54
- #: ../responsive-lightbox.php:306
55
- msgid "facebook"
56
- msgstr ""
57
-
58
- #: ../responsive-lightbox.php:309
59
- msgid "window"
60
- msgstr ""
61
-
62
- #: ../responsive-lightbox.php:310
63
- msgid "transparent"
64
- msgstr ""
65
-
66
- #: ../responsive-lightbox.php:311
67
- msgid "opaque"
68
- msgstr ""
69
-
70
- #: ../responsive-lightbox.php:312
71
- msgid "direct"
72
- msgstr ""
73
-
74
- #: ../responsive-lightbox.php:313
75
- msgid "gpu"
76
- msgstr ""
77
-
78
- #: ../responsive-lightbox.php:317
79
- msgid "SwipeBox"
80
- msgstr "SwipeBox"
81
-
82
- #: ../responsive-lightbox.php:319
83
- msgid "CSS"
84
- msgstr "CSS"
85
-
86
- #: ../responsive-lightbox.php:320
87
- msgid "jQuery"
88
- msgstr "jQuery"
89
-
90
- #: ../responsive-lightbox.php:324
91
- msgid "FancyBox"
92
- msgstr "FancyBox"
93
-
94
- #: ../responsive-lightbox.php:326
95
- msgid "elastic"
96
- msgstr ""
97
-
98
- #: ../responsive-lightbox.php:327 ../responsive-lightbox.php:348
99
- msgid "fade"
100
- msgstr ""
101
-
102
- #: ../responsive-lightbox.php:328
103
- msgid "none"
104
- msgstr "brak"
105
-
106
- #: ../responsive-lightbox.php:331
107
- msgid "auto"
108
- msgstr "automatycznie"
109
-
110
- #: ../responsive-lightbox.php:332
111
- msgid "yes"
112
- msgstr "tak"
113
-
114
- #: ../responsive-lightbox.php:333
115
- msgid "no"
116
- msgstr "nie"
117
-
118
- #: ../responsive-lightbox.php:336
119
- msgid "swing"
120
- msgstr ""
121
-
122
- #: ../responsive-lightbox.php:337
123
- msgid "linear"
124
- msgstr ""
125
-
126
- #: ../responsive-lightbox.php:340
127
- msgid "outside"
128
- msgstr ""
129
-
130
- #: ../responsive-lightbox.php:341
131
- msgid "inside"
132
- msgstr ""
133
-
134
- #: ../responsive-lightbox.php:342
135
- msgid "over"
136
- msgstr ""
137
-
138
- #: ../responsive-lightbox.php:346
139
- msgid "Nivo Lightbox"
140
- msgstr "Nivo Lightbox"
141
-
142
- #: ../responsive-lightbox.php:349
143
- msgid "fade scale"
144
- msgstr "fade scale"
145
-
146
- #: ../responsive-lightbox.php:350
147
- msgid "slide left"
148
- msgstr ""
149
-
150
- #: ../responsive-lightbox.php:351
151
- msgid "slide right"
152
- msgstr "slide right"
153
-
154
- #: ../responsive-lightbox.php:352
155
- msgid "slide up"
156
- msgstr ""
157
-
158
- #: ../responsive-lightbox.php:353
159
- msgid "slide down"
160
- msgstr "slide down"
161
-
162
- #: ../responsive-lightbox.php:354
163
- msgid "fall"
164
- msgstr ""
165
-
166
- #: ../responsive-lightbox.php:358
167
- msgid "Image Lightbox"
168
- msgstr "Image Lightbox"
169
-
170
- #: ../responsive-lightbox.php:363
171
- msgid "Enable"
172
- msgstr "Włącz"
173
-
174
- #: ../responsive-lightbox.php:364
175
- msgid "Disable"
176
- msgstr "Wyłącz"
177
-
178
- #: ../responsive-lightbox.php:368
179
- msgid "Header"
180
- msgstr "W nagłówku"
181
-
182
- #: ../responsive-lightbox.php:369
183
- msgid "Footer"
184
- msgstr "W stopce"
185
-
186
- #: ../responsive-lightbox.php:374 ../responsive-lightbox.php:475
187
- msgid "General settings"
188
- msgstr "Ustawienia ogólne"
189
-
190
- #: ../responsive-lightbox.php:380 ../responsive-lightbox.php:489
191
- msgid "Lightbox settings"
192
- msgstr "Ustawienia lightbox"
193
-
194
- #: ../responsive-lightbox.php:476
195
- msgid "Lightbox script"
196
- msgstr "Skrypt lightbox"
197
-
198
- #: ../responsive-lightbox.php:477
199
- msgid "Selector"
200
- msgstr "Znacznik"
201
-
202
- #: ../responsive-lightbox.php:478
203
- msgid "Galleries"
204
- msgstr "Galerie"
205
-
206
- #: ../responsive-lightbox.php:479
207
- msgid "Gallery image size"
208
- msgstr "WIelkość obrazka w galerii"
209
-
210
- #: ../responsive-lightbox.php:480
211
- msgid "Video links"
212
- msgstr "Linki video"
213
-
214
- #: ../responsive-lightbox.php:481
215
- msgid "Image links"
216
- msgstr "Linki obrazków"
217
-
218
- #: ../responsive-lightbox.php:482
219
- msgid "Single images as gallery"
220
- msgstr "Galeria pojedynczych obrazków"
221
-
222
- #: ../responsive-lightbox.php:483
223
- msgid "Custom events"
224
- msgstr "Własne zdarzenia"
225
-
226
- #: ../responsive-lightbox.php:484
227
- msgid "Loading place"
228
- msgstr "Ładowanie"
229
-
230
- #: ../responsive-lightbox.php:485
231
- msgid "Deactivation"
232
- msgstr "Deaktywacja"
233
-
234
- #: ../responsive-lightbox.php:493
235
- msgid "Animation type"
236
- msgstr "Typ animacji"
237
-
238
- #: ../responsive-lightbox.php:494
239
- msgid "Force PNG icons"
240
- msgstr "Wymuszanie ikon PNG"
241
-
242
- #: ../responsive-lightbox.php:495
243
- msgid "Top and bottom bars"
244
- msgstr "Górne i dolne paski"
245
-
246
- #: ../responsive-lightbox.php:496
247
- msgid "Video max width"
248
- msgstr "Maksymalna szerokość video"
249
-
250
- #: ../responsive-lightbox.php:500 ../responsive-lightbox.php:557
251
- msgid "Animation speed"
252
- msgstr "Szybkość animacji"
253
-
254
- #: ../responsive-lightbox.php:501
255
- msgid "Slideshow"
256
- msgstr "Pokaz slidów"
257
-
258
- #: ../responsive-lightbox.php:502
259
- msgid "Slideshow autoplay"
260
- msgstr "Automatyczne odtwarzanie pokazu slajdów"
261
-
262
- #: ../responsive-lightbox.php:503 ../responsive-lightbox.php:533
263
- msgid "Opacity"
264
- msgstr "Przezroczystość"
265
-
266
- #: ../responsive-lightbox.php:504
267
- msgid "Show title"
268
- msgstr "Wyświetlanie tytułu"
269
-
270
- #: ../responsive-lightbox.php:505
271
- msgid "Allow resize big images"
272
- msgstr "Powiększanie dużych zdjęć"
273
-
274
- #: ../responsive-lightbox.php:506
275
- msgid "Allow expand"
276
- msgstr "Zezwól na powiększanie"
277
-
278
- #: ../responsive-lightbox.php:507 ../responsive-lightbox.php:545
279
- msgid "Video width"
280
- msgstr "Szerokość video"
281
-
282
- #: ../responsive-lightbox.php:508 ../responsive-lightbox.php:546
283
- msgid "Video height"
284
- msgstr "Wysokość video"
285
-
286
- #: ../responsive-lightbox.php:509
287
- msgid "Theme"
288
- msgstr "Motyw"
289
-
290
- #: ../responsive-lightbox.php:510
291
- msgid "Horizontal padding"
292
- msgstr "Odstępy w poziomie"
293
-
294
- #: ../responsive-lightbox.php:511
295
- msgid "Hide Flash"
296
- msgstr "Ukrywanie flash"
297
-
298
- #: ../responsive-lightbox.php:512
299
- msgid "Flash Window Mode (wmode)"
300
- msgstr "Tryb okna flash (wmode)"
301
-
302
- #: ../responsive-lightbox.php:513
303
- msgid "Video autoplay"
304
- msgstr "Automatyczne odtwarzanie wideo"
305
-
306
- #: ../responsive-lightbox.php:514 ../responsive-lightbox.php:522
307
- msgid "Modal"
308
- msgstr "Tryb modal"
309
-
310
- #: ../responsive-lightbox.php:515
311
- msgid "Deeplinking"
312
- msgstr "Głębokie linki"
313
-
314
- #: ../responsive-lightbox.php:516
315
- msgid "Overlay gallery"
316
- msgstr "Efekt overlay galerii"
317
-
318
- #: ../responsive-lightbox.php:517
319
- msgid "Keyboard shortcuts"
320
- msgstr "Skróty klawiaturowe"
321
-
322
- #: ../responsive-lightbox.php:518
323
- msgid "Social (Twitter, Facebook)"
324
- msgstr "Linki społeczności (Twitter, Facebook)"
325
-
326
- #: ../responsive-lightbox.php:523
327
- msgid "Show overlay"
328
- msgstr "Wyświetlanie tła"
329
-
330
- #: ../responsive-lightbox.php:524
331
- msgid "Show close button"
332
- msgstr "Wyświetlanie przycisku Zamknij"
333
-
334
- #: ../responsive-lightbox.php:525
335
- msgid "Enable escape button"
336
- msgstr "Wyświetlanie przycisku Wyjdź"
337
-
338
- #: ../responsive-lightbox.php:526
339
- msgid "Hide on overlay click"
340
- msgstr "Ukryj po kliknięciu w tło"
341
-
342
- #: ../responsive-lightbox.php:527
343
- msgid "Hide on content click"
344
- msgstr "Ukryj po kliknięciu w treść"
345
-
346
- #: ../responsive-lightbox.php:528
347
- msgid "Cyclic"
348
- msgstr "Cykliczność"
349
-
350
- #: ../responsive-lightbox.php:529
351
- msgid "Show nav arrows"
352
- msgstr "Wyświetlanie strzałek"
353
-
354
- #: ../responsive-lightbox.php:530
355
- msgid "Auto scale"
356
- msgstr "Automatyczne skalowanie"
357
-
358
- #: ../responsive-lightbox.php:531
359
- msgid "Scrolling (in/out)"
360
- msgstr "Przewijanie"
361
-
362
- #: ../responsive-lightbox.php:532
363
- msgid "Center on scroll"
364
- msgstr "Centrowanie przy przewijaniu"
365
-
366
- #: ../responsive-lightbox.php:534
367
- msgid "Overlay opacity"
368
- msgstr "Przezroczystość tła"
369
-
370
- #: ../responsive-lightbox.php:535
371
- msgid "Overlay color"
372
- msgstr "Kolor tła"
373
-
374
- #: ../responsive-lightbox.php:536
375
- msgid "Title show"
376
- msgstr "Wyświetlanie tytułu"
377
-
378
- #: ../responsive-lightbox.php:537
379
- msgid "Title position"
380
- msgstr "Pozycja tytułu"
381
-
382
- #: ../responsive-lightbox.php:538
383
- msgid "Transition (in/out)"
384
- msgstr "Efekty przejścia"
385
-
386
- #: ../responsive-lightbox.php:539
387
- msgid "Easings (in/out)"
388
- msgstr "Wygładzanie animacji"
389
-
390
- #: ../responsive-lightbox.php:540
391
- msgid "Speed (in/out)"
392
- msgstr "Szybkość"
393
-
394
- #: ../responsive-lightbox.php:541
395
- msgid "Change speed"
396
- msgstr "Zmień szybkość"
397
-
398
- #: ../responsive-lightbox.php:542
399
- msgid "Change fade"
400
- msgstr "Zmień zanikanie"
401
-
402
- #: ../responsive-lightbox.php:543
403
- msgid "Padding"
404
- msgstr "Odstęp (padding)"
405
-
406
- #: ../responsive-lightbox.php:544
407
- msgid "Margin"
408
- msgstr "Margines (margin)"
409
-
410
- #: ../responsive-lightbox.php:550
411
- msgid "Effect"
412
- msgstr "Efekt"
413
-
414
- #: ../responsive-lightbox.php:551
415
- msgid "Click overlay to close"
416
- msgstr "Kliknięcie poza obrazek"
417
-
418
- #: ../responsive-lightbox.php:552
419
- msgid "Keyboard navigation"
420
- msgstr "Nawigacja klawiaturą"
421
-
422
- #: ../responsive-lightbox.php:553
423
- msgid "Error message"
424
- msgstr "Treść komunikatu o błędzie"
425
-
426
- #: ../responsive-lightbox.php:558
427
- msgid "Preload next image"
428
- msgstr "Wstępne ładowanie kolejnego obrazka"
429
-
430
- #: ../responsive-lightbox.php:559
431
- msgid "Enable keyboard keys"
432
- msgstr "Obługa klawiaturą"
433
-
434
- #: ../responsive-lightbox.php:560
435
- msgid "Quit after last image"
436
- msgstr "Wyjście po ostanim obrazku"
437
-
438
- #: ../responsive-lightbox.php:561
439
- msgid "Quit when image is clicked"
440
- msgstr "Wyjście po kliknięciu w obrazek"
441
-
442
- #: ../responsive-lightbox.php:562
443
- msgid "Quit when anything but image is clicked"
444
- msgstr "Wyjście po kliknięciu w coś innego niż obrazek"
445
-
446
- #: ../responsive-lightbox.php:582
447
- msgid "Select your preffered ligthbox effect script."
448
- msgstr "Wybierz preferowany efekt lightbox."
449
-
450
- #: ../responsive-lightbox.php:592
451
- msgid "Select to which rel selector lightbox effect will be applied to."
452
- msgstr "Wybierz dla któego znacznika będzie dodawany efekt lightbox."
453
-
454
- #: ../responsive-lightbox.php:612
455
- msgid "Enable triggering lightbox on custom jquery events."
456
- msgstr "Włącz uruchamianie efektu lightbox przy własnych zdarzeniach jquery."
457
-
458
- #: ../responsive-lightbox.php:615
459
- msgid "Enter a space separated list of events."
460
- msgstr "Wpisz oddzieloną spacją listę wydarzeń."
461
-
462
- #: ../responsive-lightbox.php:636
463
- msgid "Select where all the lightbox scripts should be placed."
464
- msgstr "Wybierz w którym miejscu chcesz wczytywać skrypty efektu lightbox."
465
-
466
- #: ../responsive-lightbox.php:654
467
- msgid "Add lightbox to WordPress image galleries by default."
468
- msgstr "Dodaj efekt lightbox do galerii obrazków WordPressa."
469
-
470
- #: ../responsive-lightbox.php:674
471
- msgid ""
472
- "By default WP gallery links point to full size images only. Enable that to "
473
- "modify the image size of native WP gallery image links."
474
- msgstr ""
475
- "Domyślnie galerie w WordPressie linkują do obrazków o pełnym rozmiarze. "
476
- "Włącze tę opcję, jeśli chcesz to zmodyfikwać. "
477
-
478
- #: ../responsive-lightbox.php:684
479
- msgid "full"
480
- msgstr ""
481
-
482
- #: ../responsive-lightbox.php:693
483
- msgid "Select image size for gallery image links."
484
- msgstr "Wybierz rozmiar obrazka, jaki ma być zastosowany w linkach galerii."
485
-
486
- #: ../responsive-lightbox.php:712
487
- msgid "Add lightbox to YouTube and Vimeo video links by default."
488
- msgstr "Dodaj efekt lightbox do linków video (YouTube i Vimeo) WordPressa."
489
-
490
- #: ../responsive-lightbox.php:730
491
- msgid "Add lightbox to WordPress image links by default."
492
- msgstr "Dodaj efekt lightbox do pojedynczych obrazków WordPressa."
493
-
494
- #: ../responsive-lightbox.php:748
495
- msgid "Display single post images as a gallery."
496
- msgstr "Wyświetl pojedyncze obrazki jako pokaz sladów."
497
-
498
- #: ../responsive-lightbox.php:766
499
- msgid "Delete settings on plugin deactivation."
500
- msgstr "Usuń ustawienia przy deaktywacji wtyczki."
501
-
502
- #: ../responsive-lightbox.php:784
503
- msgid "Select a method of applying a lightbox effect."
504
- msgstr "Wybierz sposób dodawania efekty lightbox."
505
-
506
- #: ../responsive-lightbox.php:802
507
- msgid ""
508
- "Disable if you don't want to top and bottom bars to be hidden after a period "
509
- "of time."
510
- msgstr "Wyłącz to, jeśli nie chcesz ukrywać górnego i dolnego paska."
511
-
512
- #: ../responsive-lightbox.php:805
513
- msgid ""
514
- "Enter the time after which the top and bottom bars will be hidden (when "
515
- "hiding is enabled)."
516
- msgstr ""
517
- "Podaj czas po którym chcesz ukryć górny i dolny pasek (jeśli opcja ukrywania "
518
- "jest włączona)."
519
-
520
- #: ../responsive-lightbox.php:816
521
- msgid "Enter the max video width in a lightbox."
522
- msgstr "Podaj maksymalną szerokość video."
523
-
524
- #: ../responsive-lightbox.php:834
525
- msgid ""
526
- "Enable this if you're having problems with navigation icons not visible on "
527
- "some devices."
528
- msgstr "Włącz tę opcję jeśli masz problemy z wyświetlaniem ikon nawigacji."
529
-
530
- #: ../responsive-lightbox.php:852
531
- msgid "Select animation speed for lightbox effect."
532
- msgstr "Wybierz szybkość animacji efektu lightbox."
533
-
534
- #: ../responsive-lightbox.php:870
535
- msgid "Display images as slideshow."
536
- msgstr "Wyświetl obrazki jako pokaz sladów ."
537
-
538
- #: ../responsive-lightbox.php:873
539
- msgid "Enter time (in miliseconds)."
540
- msgstr "Podaj czas (w milisekundach)."
541
-
542
- #: ../responsive-lightbox.php:892
543
- msgid "Automatically start slideshow."
544
- msgstr "Automatyczne rozpoczynanie pokazu slajdów."
545
-
546
- #: ../responsive-lightbox.php:905
547
- msgid "Value between 0 and 100, 100 for no opacity."
548
- msgstr "Wartość pomiędzy 0 i 100 (100 oznacza brak przezroczystości)."
549
-
550
- #: ../responsive-lightbox.php:923
551
- msgid "Display image tiltle."
552
- msgstr "Wyświetlanie tytułu obrazka."
553
-
554
- #: ../responsive-lightbox.php:941
555
- msgid "Resize the photos bigger than viewport."
556
- msgstr "Zmiana wielkość zdjęć większych niż aktualny ekran."
557
-
558
- #: ../responsive-lightbox.php:959
559
- msgid "Expands something."
560
- msgstr "Powiększeniei okna."
561
-
562
- #: ../responsive-lightbox.php:969 ../responsive-lightbox.php:979
563
- msgid "in pixels"
564
- msgstr "w pikselach"
565
-
566
- #: ../responsive-lightbox.php:997
567
- msgid "Select theme for lightbox effect."
568
- msgstr "Wybierz motyw dla efektu lightbox."
569
-
570
- #: ../responsive-lightbox.php:1007
571
- msgid "Horizontal padding (in pixels)."
572
- msgstr "Odstępy w poziomie (w pikselach)."
573
-
574
- #: ../responsive-lightbox.php:1025
575
- msgid ""
576
- "Hides all the flash object on a page. Enable this if flash appears over "
577
- "prettyPhoto."
578
- msgstr ""
579
- "Ukywa wszystkie obiekty flash na stronie. Włącz to jeśli animacje flash "
580
- "wyświetlane są nad lightboxem."
581
-
582
- #: ../responsive-lightbox.php:1043
583
- msgid "Select flash window mode."
584
- msgstr "Wybierz tryb okna flash."
585
-
586
- #: ../responsive-lightbox.php:1061
587
- msgid "Automatically start videos."
588
- msgstr "Automatycznie rozpoczynaj video."
589
-
590
- #: ../responsive-lightbox.php:1079
591
- msgid "If set to true, only the close button will close the window."
592
- msgstr ""
593
- "Jeśli będzie włączone, tylko kliknięcie przycisku spowoduje zamknięcie okna."
594
-
595
- #: ../responsive-lightbox.php:1097
596
- msgid "Allow prettyPhoto to update the url to enable deeplinking."
597
- msgstr "Zezwól prettyPhoto na aktualizacje adresów URL i głębokie linkowanie."
598
-
599
- #: ../responsive-lightbox.php:1115
600
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
601
- msgstr ""
602
- "Jeśli będzie włączone, galeria będzie wyświetlana na cały ekran po "
603
- "najechaniu myszką."
604
-
605
- #: ../responsive-lightbox.php:1133
606
- msgid "Set to false if you open forms inside prettyPhoto."
607
- msgstr "Wyłącz to jeśli chcesz otwierać formularze wewnątrz prettyPhoto."
608
-
609
- #: ../responsive-lightbox.php:1151
610
- msgid "Display links to Facebook and Twitter."
611
- msgstr "Wyświetl linki do Facebboka i Twittera."
612
-
613
- #: ../responsive-lightbox.php:1169
614
- msgid "The transition type."
615
- msgstr "Typ animacji."
616
-
617
- #: ../responsive-lightbox.php:1179
618
- msgid "Space between FancyBox wrapper and content."
619
- msgstr "Przestrzeń między FancyBox a treścią"
620
-
621
- #: ../responsive-lightbox.php:1189
622
- msgid "Space between viewport and FancyBox wrapper."
623
- msgstr "Przestrzeń między ekranem a Fancybox"
624
-
625
- #: ../responsive-lightbox.php:1207
626
- msgid ""
627
- "When true, \"overlayShow\" is set to TRUE and \"hideOnOverlayClick\", "
628
- "\"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set "
629
- "to FALSE."
630
- msgstr ""
631
- "Jeśli będzie włączone, opcja \"overlayShow\" także zostanie ustawiona na "
632
- "TRUE, natomiast \"hideOnOverlayClick\", \"hideOnContentClick\", "
633
- "\"enableEscapeButton\", \"showCloseButton\" zostaną ustawione na FALSE."
634
-
635
- #: ../responsive-lightbox.php:1225
636
- msgid "Toggle overlay."
637
- msgstr "Włącz tło."
638
-
639
- #: ../responsive-lightbox.php:1243
640
- msgid "Toggle close button."
641
- msgstr "Włącz przycisk Zamknij."
642
-
643
- #: ../responsive-lightbox.php:1261
644
- msgid "Toggle if pressing Esc button closes FancyBox."
645
- msgstr "Włącz zamykanie FancyBox przy pomocy Esc."
646
-
647
- #: ../responsive-lightbox.php:1279
648
- msgid "Toggle if clicking the overlay should close FancyBox."
649
- msgstr "Włącz zamykanie FancyBox kliknięciem w tło."
650
-
651
- #: ../responsive-lightbox.php:1297
652
- msgid "Toggle if clicking the content should close FancyBox."
653
- msgstr "Włącz zamykanie FancyBox kliknięciem w treść."
654
-
655
- #: ../responsive-lightbox.php:1315
656
- msgid ""
657
- "When true, galleries will be cyclic, allowing you to keep pressing next/back."
658
- msgstr "Jeśli będzie włączone, galerie będą wyświetlane cyklicznie."
659
-
660
- #: ../responsive-lightbox.php:1333
661
- msgid "Toggle navigation arrows."
662
- msgstr "Włącz strzałki nawigacyjne."
663
-
664
- #: ../responsive-lightbox.php:1351
665
- msgid "If true, FancyBox is scaled to fit in viewport."
666
- msgstr "Jeśli będzie włączone, FancyBox będzie skalowany do rozmiaru okna."
667
-
668
- #: ../responsive-lightbox.php:1369
669
- msgid "Set the overflow CSS property to create or hide scrollbars."
670
- msgstr ""
671
- "Ustaw parametr overflow dw CSS aby tworzyć lub ukrywać elementy nawigacji."
672
-
673
- #: ../responsive-lightbox.php:1387
674
- msgid "When true, FancyBox is centered while scrolling page."
675
- msgstr ""
676
- "Jeśli będzie zaznaczone, FancyBox będzie wycentrowany w trakcie przewijania "
677
- "strony."
678
-
679
- #: ../responsive-lightbox.php:1405
680
- msgid "When true, transparency of content is changed for elastic transitions."
681
- msgstr ""
682
- "Jeśli będzie zaznaczone, przezroczystość treści zmieni się w trakcie "
683
- "animacji."
684
-
685
- #: ../responsive-lightbox.php:1418
686
- msgid "Opacity of the overlay."
687
- msgstr "Przezroczystość tła."
688
-
689
- #: ../responsive-lightbox.php:1428
690
- msgid "Color of the overlay."
691
- msgstr "Kolor tła."
692
-
693
- #: ../responsive-lightbox.php:1446
694
- msgid "Toggle title."
695
- msgstr "Wyświetlanie tytułu."
696
-
697
- #: ../responsive-lightbox.php:1464
698
- msgid "The position of title."
699
- msgstr "Pozycja tytułu."
700
-
701
- #: ../responsive-lightbox.php:1482
702
- msgid "Easing used for elastic animations."
703
- msgstr "Wygładzanie animacji dla trybu elastic."
704
-
705
- #: ../responsive-lightbox.php:1492
706
- msgid "Speed of the fade and elastic transitions, in milliseconds."
707
- msgstr "Podaj czas trwania animacji fade i elastic (w milisekundach)"
708
-
709
- #: ../responsive-lightbox.php:1502
710
- msgid "Speed of resizing when changing gallery items, in milliseconds."
711
- msgstr ""
712
- "Szybkość zmiany wielkości okna w trakcie przechodzenia między obrazkami (w "
713
- "milisekundach)."
714
-
715
- #: ../responsive-lightbox.php:1512
716
- msgid "Speed of the content fading while changing gallery items."
717
- msgstr "Szybkość zanikania elementów w trakcie przechodzenia między obrazkami."
718
-
719
- #: ../responsive-lightbox.php:1522
720
- msgid "Width of the video."
721
- msgstr "Szerokość video."
722
-
723
- #: ../responsive-lightbox.php:1532
724
- msgid "Height of the video."
725
- msgstr "Wysokość video."
726
-
727
- #: ../responsive-lightbox.php:1550
728
- msgid "The effect to use when showing the lightbox."
729
- msgstr "Wybierz efekt, który chcesz zastosować do wyświetlania lightboxa."
730
-
731
- #: ../responsive-lightbox.php:1568
732
- msgid "Enable/Disable keyboard navigation (left/right/escape)."
733
- msgstr ""
734
- "Włącz / Wyłącz nawigację klawiaturą (strzałka w lewo, w prawo i przycisk ESC)"
735
-
736
- #: ../responsive-lightbox.php:1586
737
- msgid "Eneble to close lightbox on overlay click."
738
- msgstr "Włącz aby zamykać lightbox po kliknięciu w obzar poza obrazkiem."
739
-
740
- #: ../responsive-lightbox.php:1596
741
- msgid "Error message if the content cannot be loaded."
742
- msgstr "Komunikat w przypadku gdy nie można załądować treści."
743
-
744
- #: ../responsive-lightbox.php:1606
745
- msgid "Animation speed."
746
- msgstr "Szybkość animacji."
747
-
748
- #: ../responsive-lightbox.php:1624
749
- msgid "Silently preload the next image."
750
- msgstr "W niezauważalny sposób ładuje kolejny obrazek."
751
-
752
- #: ../responsive-lightbox.php:1642
753
- msgid "Enable keyboard shortcuts (arrows Left/Right and Esc)."
754
- msgstr "Włącza skróty klawiaturowe (strzałki lewo/prawo oraz Esc)"
755
-
756
- #: ../responsive-lightbox.php:1660
757
- msgid "Quit after viewing the last image."
758
- msgstr "Powoduje wyjście z lightboxa po obejrzeniu ostatniego obrazka."
759
-
760
- #: ../responsive-lightbox.php:1678
761
- msgid "Quit when the viewed image is clicked."
762
- msgstr "Powoduje wyjście z lightboxa po kliknięciu w przeglądany obrazek."
763
-
764
- #: ../responsive-lightbox.php:1696
765
- msgid "Quit when anything but the viewed image is clicked."
766
- msgstr "Powoduje wyjście z lightboxa po kliknięciu w coś innego niż obrazek."
767
-
768
- #: ../responsive-lightbox.php:1938
769
- msgid ""
770
- "Changes were not saved because there was attempt to save settings of "
771
- "inactive script. The site has been reloaded to the proper script settings."
772
- msgstr ""
773
- "Zmiany nie zostały zapisane ponieważ wykryto próbę zapisu ustawień "
774
- "nieaktywnego skryptu. Strona została odświeżona z prawidłowymi ustawieniami."
775
-
776
- #: ../responsive-lightbox.php:1948
777
- msgid "Settings restored to defaults."
778
- msgstr "Ustawienia zostały przywrócone do domyślnych."
779
-
780
- #: ../responsive-lightbox.php:1956
781
- msgid "Settings of SwipeBox script were restored to defaults."
782
- msgstr "Ustawienia skryptu SwipeBox zostały przywrócone."
783
-
784
- #: ../responsive-lightbox.php:1962
785
- msgid "Settings of prettyPhoto script were restored to defaults."
786
- msgstr "Ustawienia skryptu prettyPhoto zostały przywrócone."
787
-
788
- #: ../responsive-lightbox.php:1968
789
- msgid "Settings of FancyBox script were restored to defaults."
790
- msgstr "Ustawienia skryptu FancyBox zostały przywrócone."
791
-
792
- #: ../responsive-lightbox.php:1974
793
- msgid "Settings of Nivo script were restored to defaults."
794
- msgstr "Ustawienia skryptu Nivo Lightbox zostały przywrócone."
795
-
796
- #: ../responsive-lightbox.php:1978
797
- msgid ""
798
- "Changes were not set to defaults because there was attempt to reset settings "
799
- "of inactive script. The site has been reloaded to the proper script settings."
800
- msgstr ""
801
- "Zmiany nie zostały przywrócone do domyślnych ponieważ wykryto próbę "
802
- "resetowania ustawień nieaktywnego skryptu. Strona została odświeżona z "
803
- "prawidłowymi ustawieniami."
804
-
805
- #: ../responsive-lightbox.php:1992 ../responsive-lightbox.php:1993
806
- #: ../responsive-lightbox.php:2007 ../responsive-lightbox.php:2021
807
- msgid "Responsive Lightbox"
808
- msgstr "Efekt Lightbox"
809
-
810
- #: ../responsive-lightbox.php:2023
811
- msgid "Need support?"
812
- msgstr "Potrzebujesz pomocy?"
813
-
814
- #: ../responsive-lightbox.php:2024
815
- msgid ""
816
- "If you are having problems with this plugin, please talk about them in the"
817
- msgstr "Jeśli masz jakiekolwiek problemy z tą wtyczką, powiedz o nich na"
818
-
819
- #: ../responsive-lightbox.php:2024
820
- msgid "Support forum"
821
- msgstr "Forum pomocy"
822
-
823
- #: ../responsive-lightbox.php:2026
824
- msgid "Do you like this plugin?"
825
- msgstr "Lubisz tę wtyczkę?"
826
-
827
- #: ../responsive-lightbox.php:2027
828
- msgid "Rate it 5"
829
- msgstr "Oceń ją na 5"
830
-
831
- #: ../responsive-lightbox.php:2027
832
- msgid "on WordPress.org"
833
- msgstr "na WordPress.org"
834
-
835
- #: ../responsive-lightbox.php:2028
836
- msgid "Blog about it & link to the"
837
- msgstr "Napisz o niej i dodaj link"
838
-
839
- #: ../responsive-lightbox.php:2028
840
- msgid "plugin page"
841
- msgstr "do strony wtyczki"
842
-
843
- #: ../responsive-lightbox.php:2029
844
- msgid "Check out our other"
845
- msgstr "Sprawdź nasze pozostałe"
846
-
847
- #: ../responsive-lightbox.php:2029
848
- msgid "WordPress plugins"
849
- msgstr "wtyczki do WordPress'a"
850
-
851
- #: ../responsive-lightbox.php:2055
852
- msgid "Reset to defaults"
853
- msgstr "Resetuj do domyślnych"
854
-
855
- #: ../responsive-lightbox.php:2082
856
- msgid "Are you sure you want to reset these settings to defaults?"
857
- msgstr "Jesteś pewny, że chcesz zresetować ustawienia do domyślnych?"
858
-
859
- #: ../responsive-lightbox.php:2083
860
- msgid "Are you sure you want to reset scripts settings to defaults?"
861
- msgstr "Jesteś pewny, że chcesz zresetować ustawienia?"
862
-
863
- #: ../responsive-lightbox.php:2373
864
- msgid "Support"
865
- msgstr "Pomoc"
866
-
867
- #: ../responsive-lightbox.php:2395
868
- msgid "Settings"
869
- msgstr "Ustawienia"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-ru_RU.mo DELETED
Binary file
languages/responsive-lightbox-ru_RU.po DELETED
@@ -1,1046 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox v1.4.4\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2014-07-18 08:27:48+0000\n"
7
- "Last-Translator: admin <admin@l-konstantin.ru>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
13
- "X-Generator: CSL v1.x\n"
14
- "X-Poedit-Language: Russian\n"
15
- "X-Poedit-Country: RUSSIA\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-Bookmarks: \n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Textdomain-Support: yes"
22
-
23
- #. translators: plugin header field 'Name'
24
- #: responsive-lightbox.php:0
25
- #: responsive-lightbox.php:1914
26
- #: responsive-lightbox.php:1915
27
- #: responsive-lightbox.php:1929
28
- #: responsive-lightbox.php:1943
29
- #@ responsive-lightbox
30
- msgid "Responsive Lightbox"
31
- msgstr "Responsive Lightbox - Всплывающие фото"
32
-
33
- #. translators: plugin header field 'PluginURI'
34
- #: responsive-lightbox.php:0
35
- #@ responsive-lightbox
36
- msgid "http://www.dfactory.eu/plugins/responsive-lightbox/"
37
- msgstr ""
38
-
39
- #. translators: plugin header field 'Description'
40
- #: responsive-lightbox.php:0
41
- #@ responsive-lightbox
42
- msgid "Responsive Lightbox allows users to view larger versions of images and galleries in a lightbox (overlay) effect optimized for mobile devices."
43
- msgstr "Позволяет пользователям просматривать изображений и галереи в лайтбоксе (всплывающем окне) с различными эффектами. Все эффекты оптимизированы для мобильных устройств."
44
-
45
- #. translators: plugin header field 'Author'
46
- #: responsive-lightbox.php:0
47
- #@ responsive-lightbox
48
- msgid "dFactory"
49
- msgstr ""
50
-
51
- #. translators: plugin header field 'AuthorURI'
52
- #: responsive-lightbox.php:0
53
- #@ responsive-lightbox
54
- msgid "http://www.dfactory.eu/"
55
- msgstr ""
56
-
57
- #. translators: plugin header field 'Version'
58
- #: responsive-lightbox.php:0
59
- #@ responsive-lightbox
60
- msgid "1.4.4"
61
- msgstr ""
62
-
63
- #: responsive-lightbox.php:288
64
- #@ responsive-lightbox
65
- msgid "prettyPhoto"
66
- msgstr ""
67
-
68
- #: responsive-lightbox.php:290
69
- #@ responsive-lightbox
70
- msgid "slow"
71
- msgstr "Медленно"
72
-
73
- #: responsive-lightbox.php:291
74
- #@ responsive-lightbox
75
- msgid "normal"
76
- msgstr "Нормально"
77
-
78
- #: responsive-lightbox.php:292
79
- #@ responsive-lightbox
80
- msgid "fast"
81
- msgstr "Быстро "
82
-
83
- #: responsive-lightbox.php:295
84
- #@ responsive-lightbox
85
- msgid "default"
86
- msgstr ""
87
-
88
- #: responsive-lightbox.php:296
89
- #@ responsive-lightbox
90
- msgid "light rounded"
91
- msgstr ""
92
-
93
- #: responsive-lightbox.php:297
94
- #@ responsive-lightbox
95
- msgid "dark rounded"
96
- msgstr ""
97
-
98
- #: responsive-lightbox.php:298
99
- #@ responsive-lightbox
100
- msgid "light square"
101
- msgstr ""
102
-
103
- #: responsive-lightbox.php:299
104
- #@ responsive-lightbox
105
- msgid "dark square"
106
- msgstr ""
107
-
108
- #: responsive-lightbox.php:300
109
- #@ responsive-lightbox
110
- msgid "facebook"
111
- msgstr ""
112
-
113
- #: responsive-lightbox.php:303
114
- #@ responsive-lightbox
115
- msgid "window"
116
- msgstr ""
117
-
118
- #: responsive-lightbox.php:304
119
- #@ responsive-lightbox
120
- msgid "transparent"
121
- msgstr ""
122
-
123
- #: responsive-lightbox.php:305
124
- #@ responsive-lightbox
125
- msgid "opaque"
126
- msgstr ""
127
-
128
- #: responsive-lightbox.php:306
129
- #@ responsive-lightbox
130
- msgid "direct"
131
- msgstr ""
132
-
133
- #: responsive-lightbox.php:307
134
- #@ responsive-lightbox
135
- msgid "gpu"
136
- msgstr ""
137
-
138
- #: responsive-lightbox.php:311
139
- #@ responsive-lightbox
140
- msgid "SwipeBox"
141
- msgstr ""
142
-
143
- #: responsive-lightbox.php:313
144
- #@ responsive-lightbox
145
- msgid "CSS"
146
- msgstr ""
147
-
148
- #: responsive-lightbox.php:314
149
- #@ responsive-lightbox
150
- msgid "jQuery"
151
- msgstr ""
152
-
153
- #: responsive-lightbox.php:318
154
- #@ responsive-lightbox
155
- msgid "FancyBox"
156
- msgstr ""
157
-
158
- #: responsive-lightbox.php:320
159
- #@ responsive-lightbox
160
- msgid "elastic"
161
- msgstr ""
162
-
163
- #: responsive-lightbox.php:321
164
- #: responsive-lightbox.php:342
165
- #@ responsive-lightbox
166
- msgid "fade"
167
- msgstr ""
168
-
169
- #: responsive-lightbox.php:322
170
- #@ responsive-lightbox
171
- msgid "none"
172
- msgstr ""
173
-
174
- #: responsive-lightbox.php:325
175
- #@ responsive-lightbox
176
- msgid "auto"
177
- msgstr ""
178
-
179
- #: responsive-lightbox.php:326
180
- #@ responsive-lightbox
181
- msgid "yes"
182
- msgstr ""
183
-
184
- #: responsive-lightbox.php:327
185
- #@ responsive-lightbox
186
- msgid "no"
187
- msgstr ""
188
-
189
- #: responsive-lightbox.php:330
190
- #@ responsive-lightbox
191
- msgid "swing"
192
- msgstr ""
193
-
194
- #: responsive-lightbox.php:331
195
- #@ responsive-lightbox
196
- msgid "linear"
197
- msgstr ""
198
-
199
- #: responsive-lightbox.php:334
200
- #@ responsive-lightbox
201
- msgid "outside"
202
- msgstr ""
203
-
204
- #: responsive-lightbox.php:335
205
- #@ responsive-lightbox
206
- msgid "inside"
207
- msgstr ""
208
-
209
- #: responsive-lightbox.php:336
210
- #@ responsive-lightbox
211
- msgid "over"
212
- msgstr ""
213
-
214
- #: responsive-lightbox.php:340
215
- #@ responsive-lightbox
216
- msgid "Nivo Lightbox"
217
- msgstr ""
218
-
219
- #: responsive-lightbox.php:343
220
- #@ responsive-lightbox
221
- msgid "fade scale"
222
- msgstr ""
223
-
224
- #: responsive-lightbox.php:344
225
- #@ responsive-lightbox
226
- msgid "slide left"
227
- msgstr ""
228
-
229
- #: responsive-lightbox.php:345
230
- #@ responsive-lightbox
231
- msgid "slide right"
232
- msgstr ""
233
-
234
- #: responsive-lightbox.php:346
235
- #@ responsive-lightbox
236
- msgid "slide up"
237
- msgstr ""
238
-
239
- #: responsive-lightbox.php:347
240
- #@ responsive-lightbox
241
- msgid "slide down"
242
- msgstr ""
243
-
244
- #: responsive-lightbox.php:348
245
- #@ responsive-lightbox
246
- msgid "fall"
247
- msgstr ""
248
-
249
- #: responsive-lightbox.php:352
250
- #@ responsive-lightbox
251
- msgid "Image Lightbox"
252
- msgstr ""
253
-
254
- #: responsive-lightbox.php:357
255
- #@ responsive-lightbox
256
- msgid "Enable"
257
- msgstr "Включить"
258
-
259
- #: responsive-lightbox.php:358
260
- #@ responsive-lightbox
261
- msgid "Disable"
262
- msgstr "Отключить"
263
-
264
- #: responsive-lightbox.php:362
265
- #@ responsive-lightbox
266
- msgid "Header"
267
- msgstr ""
268
-
269
- #: responsive-lightbox.php:363
270
- #@ responsive-lightbox
271
- msgid "Footer"
272
- msgstr ""
273
-
274
- #: responsive-lightbox.php:368
275
- #: responsive-lightbox.php:469
276
- #@ responsive-lightbox
277
- msgid "General settings"
278
- msgstr "Главные настройки"
279
-
280
- #: responsive-lightbox.php:374
281
- #: responsive-lightbox.php:482
282
- #@ responsive-lightbox
283
- msgid "Lightbox settings"
284
- msgstr "Настройки показа фото с выбранным эффектом"
285
-
286
- #: responsive-lightbox.php:470
287
- #@ responsive-lightbox
288
- msgid "Lightbox script"
289
- msgstr "Вариант показа"
290
-
291
- #: responsive-lightbox.php:471
292
- #@ responsive-lightbox
293
- msgid "Selector"
294
- msgstr ""
295
-
296
- #: responsive-lightbox.php:472
297
- #@ responsive-lightbox
298
- msgid "Galleries"
299
- msgstr "Галереи WordPress"
300
-
301
- #: responsive-lightbox.php:473
302
- #@ responsive-lightbox
303
- msgid "Video links"
304
- msgstr ""
305
-
306
- #: responsive-lightbox.php:474
307
- #@ responsive-lightbox
308
- msgid "Image links"
309
- msgstr "Изображения"
310
-
311
- #: responsive-lightbox.php:475
312
- #@ responsive-lightbox
313
- msgid "Single images as gallery"
314
- msgstr "Отдельные изображения как галерея"
315
-
316
- #: responsive-lightbox.php:476
317
- #@ responsive-lightbox
318
- msgid "Custom events"
319
- msgstr "Пользовательские настройки jquery"
320
-
321
- #: responsive-lightbox.php:477
322
- #@ responsive-lightbox
323
- msgid "Loading place"
324
- msgstr "Загрузка скриптов"
325
-
326
- #: responsive-lightbox.php:478
327
- #@ responsive-lightbox
328
- msgid "Deactivation"
329
- msgstr "Деактивация\\удаление плагина"
330
-
331
- #: responsive-lightbox.php:486
332
- #@ responsive-lightbox
333
- msgid "Animation type"
334
- msgstr ""
335
-
336
- #: responsive-lightbox.php:487
337
- #@ responsive-lightbox
338
- msgid "Force PNG icons"
339
- msgstr ""
340
-
341
- #: responsive-lightbox.php:488
342
- #@ responsive-lightbox
343
- msgid "Top and bottom bars"
344
- msgstr ""
345
-
346
- #: responsive-lightbox.php:489
347
- #@ responsive-lightbox
348
- msgid "Video max width"
349
- msgstr ""
350
-
351
- #: responsive-lightbox.php:493
352
- #: responsive-lightbox.php:549
353
- #@ responsive-lightbox
354
- msgid "Animation speed"
355
- msgstr "Скорость анимации"
356
-
357
- #: responsive-lightbox.php:494
358
- #@ responsive-lightbox
359
- msgid "Slideshow"
360
- msgstr "Слайд шоу"
361
-
362
- #: responsive-lightbox.php:495
363
- #@ responsive-lightbox
364
- msgid "Slideshow autoplay"
365
- msgstr "Автозапуск слайд шоу"
366
-
367
- #: responsive-lightbox.php:496
368
- #: responsive-lightbox.php:526
369
- #@ responsive-lightbox
370
- msgid "Opacity"
371
- msgstr "Непрозрачность фона"
372
-
373
- #: responsive-lightbox.php:497
374
- #@ responsive-lightbox
375
- msgid "Show title"
376
- msgstr "Название изображения"
377
-
378
- #: responsive-lightbox.php:498
379
- #@ responsive-lightbox
380
- msgid "Allow resize big images"
381
- msgstr "Большие фото"
382
-
383
- #: responsive-lightbox.php:499
384
- #@ responsive-lightbox
385
- msgid "Allow expand"
386
- msgstr "Увеличение изображения"
387
-
388
- #: responsive-lightbox.php:500
389
- #: responsive-lightbox.php:538
390
- #@ responsive-lightbox
391
- msgid "Video width"
392
- msgstr ""
393
-
394
- #: responsive-lightbox.php:501
395
- #: responsive-lightbox.php:539
396
- #@ responsive-lightbox
397
- msgid "Video height"
398
- msgstr ""
399
-
400
- #: responsive-lightbox.php:502
401
- #@ responsive-lightbox
402
- msgid "Theme"
403
- msgstr "Внешний вид"
404
-
405
- #: responsive-lightbox.php:503
406
- #@ responsive-lightbox
407
- msgid "Horizontal padding"
408
- msgstr "Горизонт изображения"
409
-
410
- #: responsive-lightbox.php:504
411
- #@ responsive-lightbox
412
- msgid "Hide Flash"
413
- msgstr "Совместимость с Flash объектами"
414
-
415
- #: responsive-lightbox.php:505
416
- #@ responsive-lightbox
417
- msgid "Flash Window Mode (wmode)"
418
- msgstr "Flash режим"
419
-
420
- #: responsive-lightbox.php:506
421
- #@ responsive-lightbox
422
- msgid "Video autoplay"
423
- msgstr ""
424
-
425
- #: responsive-lightbox.php:507
426
- #: responsive-lightbox.php:515
427
- #@ responsive-lightbox
428
- msgid "Modal"
429
- msgstr "Кнопка закрытия"
430
-
431
- #: responsive-lightbox.php:508
432
- #@ responsive-lightbox
433
- msgid "Deeplinking"
434
- msgstr ""
435
-
436
- #: responsive-lightbox.php:509
437
- #@ responsive-lightbox
438
- msgid "Overlay gallery"
439
- msgstr "Дополнительно:"
440
-
441
- #: responsive-lightbox.php:510
442
- #@ responsive-lightbox
443
- msgid "Keyboard shortcuts"
444
- msgstr "Управление клавиатурой"
445
-
446
- #: responsive-lightbox.php:511
447
- #@ responsive-lightbox
448
- msgid "Social (Twitter, Facebook)"
449
- msgstr "Поделиться"
450
-
451
- #: responsive-lightbox.php:516
452
- #@ responsive-lightbox
453
- msgid "Show overlay"
454
- msgstr ""
455
-
456
- #: responsive-lightbox.php:517
457
- #@ responsive-lightbox
458
- msgid "Show close button"
459
- msgstr ""
460
-
461
- #: responsive-lightbox.php:518
462
- #@ responsive-lightbox
463
- msgid "Enable escape button"
464
- msgstr ""
465
-
466
- #: responsive-lightbox.php:519
467
- #@ responsive-lightbox
468
- msgid "Hide on overlay click"
469
- msgstr ""
470
-
471
- #: responsive-lightbox.php:520
472
- #@ responsive-lightbox
473
- msgid "Hide on content click"
474
- msgstr ""
475
-
476
- #: responsive-lightbox.php:521
477
- #@ responsive-lightbox
478
- msgid "Cyclic"
479
- msgstr ""
480
-
481
- #: responsive-lightbox.php:522
482
- #@ responsive-lightbox
483
- msgid "Show nav arrows"
484
- msgstr ""
485
-
486
- #: responsive-lightbox.php:523
487
- #@ responsive-lightbox
488
- msgid "Auto scale"
489
- msgstr ""
490
-
491
- #: responsive-lightbox.php:524
492
- #@ responsive-lightbox
493
- msgid "Scrolling (in/out)"
494
- msgstr ""
495
-
496
- #: responsive-lightbox.php:525
497
- #@ responsive-lightbox
498
- msgid "Center on scroll"
499
- msgstr ""
500
-
501
- #: responsive-lightbox.php:527
502
- #@ responsive-lightbox
503
- msgid "Overlay opacity"
504
- msgstr ""
505
-
506
- #: responsive-lightbox.php:528
507
- #@ responsive-lightbox
508
- msgid "Overlay color"
509
- msgstr ""
510
-
511
- #: responsive-lightbox.php:529
512
- #@ responsive-lightbox
513
- msgid "Title show"
514
- msgstr ""
515
-
516
- #: responsive-lightbox.php:530
517
- #@ responsive-lightbox
518
- msgid "Title position"
519
- msgstr ""
520
-
521
- #: responsive-lightbox.php:531
522
- #@ responsive-lightbox
523
- msgid "Transition (in/out)"
524
- msgstr ""
525
-
526
- #: responsive-lightbox.php:532
527
- #@ responsive-lightbox
528
- msgid "Easings (in/out)"
529
- msgstr ""
530
-
531
- #: responsive-lightbox.php:533
532
- #@ responsive-lightbox
533
- msgid "Speed (in/out)"
534
- msgstr ""
535
-
536
- #: responsive-lightbox.php:534
537
- #@ responsive-lightbox
538
- msgid "Change speed"
539
- msgstr ""
540
-
541
- #: responsive-lightbox.php:535
542
- #@ responsive-lightbox
543
- msgid "Change fade"
544
- msgstr ""
545
-
546
- #: responsive-lightbox.php:536
547
- #@ responsive-lightbox
548
- msgid "Padding"
549
- msgstr ""
550
-
551
- #: responsive-lightbox.php:537
552
- #@ responsive-lightbox
553
- msgid "Margin"
554
- msgstr ""
555
-
556
- #: responsive-lightbox.php:543
557
- #@ responsive-lightbox
558
- msgid "Effect"
559
- msgstr ""
560
-
561
- #: responsive-lightbox.php:544
562
- #@ responsive-lightbox
563
- msgid "Keyboard navigation"
564
- msgstr ""
565
-
566
- #: responsive-lightbox.php:545
567
- #@ responsive-lightbox
568
- msgid "Error message"
569
- msgstr ""
570
-
571
- #: responsive-lightbox.php:550
572
- #@ responsive-lightbox
573
- msgid "Preload next image"
574
- msgstr ""
575
-
576
- #: responsive-lightbox.php:551
577
- #@ responsive-lightbox
578
- msgid "Enable keyboard keys"
579
- msgstr ""
580
-
581
- #: responsive-lightbox.php:552
582
- #@ responsive-lightbox
583
- msgid "Quit after last image"
584
- msgstr ""
585
-
586
- #: responsive-lightbox.php:553
587
- #@ responsive-lightbox
588
- msgid "Quit when image is clicked"
589
- msgstr ""
590
-
591
- #: responsive-lightbox.php:554
592
- #@ responsive-lightbox
593
- msgid "Quit when anything but image is clicked"
594
- msgstr ""
595
-
596
- #: responsive-lightbox.php:574
597
- #@ responsive-lightbox
598
- msgid "Select your preffered ligthbox effect script."
599
- msgstr "Выберите один из вариантов показа фото в всплывающем окне. После завершения основных настроек отрегулируйте настройки выбранного варианта в разделе \\\"Настройки показа фото с выбранным эффектом\\\""
600
-
601
- #: responsive-lightbox.php:584
602
- #@ responsive-lightbox
603
- msgid "Select to which rel selector lightbox effect will be applied to."
604
- msgstr "Если вы не знаете что это - тогда этот параметр рекомендуется оставить так как есть. (По умолчанию lightbox )"
605
-
606
- #: responsive-lightbox.php:604
607
- #@ responsive-lightbox
608
- msgid "Enable triggering lightbox on custom jquery events."
609
- msgstr "Если вы не знаете что это - тогда этот параметр рекомендуется включить и оставить так как есть. (По умолчанию ajaxComplete )"
610
-
611
- #: responsive-lightbox.php:607
612
- #@ responsive-lightbox
613
- msgid "Enter a space separated list of events."
614
- msgstr ""
615
-
616
- #: responsive-lightbox.php:628
617
- #@ responsive-lightbox
618
- msgid "Select where all the lightbox scripts should be placed."
619
- msgstr "Размещение скриптов плагина в *шапке* или *подвале* страницы. Для ускорения загрузки страницы рекомендуется выбрать Footer "
620
-
621
- #: responsive-lightbox.php:646
622
- #@ responsive-lightbox
623
- msgid "Add lightbox to WordPress image galleries by default."
624
- msgstr "Включить поддержку галерей, создаваемых стандартными средствами WordPress. (Рекомендуется)"
625
-
626
- #: responsive-lightbox.php:664
627
- #@ responsive-lightbox
628
- msgid "Add lightbox to YouTube and Vimeo video links by default."
629
- msgstr ""
630
-
631
- #: responsive-lightbox.php:682
632
- #@ responsive-lightbox
633
- msgid "Add lightbox to WordPress image links by default."
634
- msgstr "Открытие всех изображений со ссылкой \\\"Медиафайл\\\" в всплывающих окнах"
635
-
636
- #: responsive-lightbox.php:700
637
- #@ responsive-lightbox
638
- msgid "Display single post images as a gallery."
639
- msgstr "Если у вас на странице находится несколько отдельных изображений - при включении этой опции они будут показаны в всплывающем окне как галерея с возможностью пошагового просмотра ."
640
-
641
- #: responsive-lightbox.php:718
642
- #@ responsive-lightbox
643
- msgid "Delete settings on plugin deactivation."
644
- msgstr "Удалить все настройки плагина при его деактивации. (Рекомендуется включить перед полном удалении плагина)"
645
-
646
- #: responsive-lightbox.php:736
647
- #@ responsive-lightbox
648
- msgid "Select a method of applying a lightbox effect."
649
- msgstr ""
650
-
651
- #: responsive-lightbox.php:754
652
- #@ responsive-lightbox
653
- msgid "Disable if you don't want to top and bottom bars to be hidden after a period of time."
654
- msgstr ""
655
-
656
- #: responsive-lightbox.php:757
657
- #@ responsive-lightbox
658
- msgid "Enter the time after which the top and bottom bars will be hidden (when hiding is enabled)."
659
- msgstr ""
660
-
661
- #: responsive-lightbox.php:768
662
- #@ responsive-lightbox
663
- msgid "Enter the max video width in a lightbox."
664
- msgstr ""
665
-
666
- #: responsive-lightbox.php:786
667
- #@ responsive-lightbox
668
- msgid "Enable this if you're having problems with navigation icons not visible on some devices."
669
- msgstr ""
670
-
671
- #: responsive-lightbox.php:804
672
- #@ responsive-lightbox
673
- msgid "Select animation speed for lightbox effect."
674
- msgstr "Скорость открытия всплывающего окна"
675
-
676
- #: responsive-lightbox.php:822
677
- #@ responsive-lightbox
678
- msgid "Display images as slideshow."
679
- msgstr "Показать\\скрыть режим слайд шоу"
680
-
681
- #: responsive-lightbox.php:825
682
- #@ responsive-lightbox
683
- msgid "Enter time (in miliseconds)."
684
- msgstr "Время переключения"
685
-
686
- #: responsive-lightbox.php:844
687
- #@ responsive-lightbox
688
- msgid "Automatically start slideshow."
689
- msgstr "Автостарт слайд шоу"
690
-
691
- #: responsive-lightbox.php:857
692
- #@ responsive-lightbox
693
- msgid "Value between 0 and 100, 100 for no opacity."
694
- msgstr "Степень прозрачности фона страницы при открытии изображений в всплывающем окне. Выбрать зачение от 0 до 100 в процентах"
695
-
696
- #: responsive-lightbox.php:875
697
- #@ responsive-lightbox
698
- msgid "Display image tiltle."
699
- msgstr "Показать или скрыть название изображения. "
700
-
701
- #: responsive-lightbox.php:893
702
- #@ responsive-lightbox
703
- msgid "Resize the photos bigger than viewport."
704
- msgstr "Автоматическое сжатие очень больших изображений. Рекомендуется включить если вы хотите чтобы открываемое изображение оптимально вписалось в размер монитора компьютера или экрана мобильного устройства"
705
-
706
- #: responsive-lightbox.php:911
707
- #@ responsive-lightbox
708
- msgid "Expands something."
709
- msgstr "Разрешить в всплывающем окне кнопку \\\"Увеличить изображение\\\". "
710
-
711
- #: responsive-lightbox.php:921
712
- #: responsive-lightbox.php:931
713
- #@ responsive-lightbox
714
- msgid "in pixels"
715
- msgstr ""
716
-
717
- #: responsive-lightbox.php:949
718
- #@ responsive-lightbox
719
- msgid "Select theme for lightbox effect."
720
- msgstr "Выбрать внешний вид всплывающего окна"
721
-
722
- #: responsive-lightbox.php:959
723
- #@ responsive-lightbox
724
- msgid "Horizontal padding (in pixels)."
725
- msgstr "Горизонтальное смещение (В пикселях)"
726
-
727
- #: responsive-lightbox.php:977
728
- #@ responsive-lightbox
729
- msgid "Hides all the flash object on a page. Enable this if flash appears over prettyPhoto."
730
- msgstr "Включите это, если всплывающие изображения перекрываются находящимися на странице flash объектами. /Например видео, вставленное HTML кодом/"
731
-
732
- #: responsive-lightbox.php:995
733
- #@ responsive-lightbox
734
- msgid "Select flash window mode."
735
- msgstr "Выбрать режим flash окна"
736
-
737
- #: responsive-lightbox.php:1013
738
- #@ responsive-lightbox
739
- msgid "Automatically start videos."
740
- msgstr ""
741
-
742
- #: responsive-lightbox.php:1031
743
- #@ responsive-lightbox
744
- msgid "If set to true, only the close button will close the window."
745
- msgstr "Показать или скрыть кнопку закрытия всплывающего окна"
746
-
747
- #: responsive-lightbox.php:1049
748
- #@ responsive-lightbox
749
- msgid "Allow prettyPhoto to update the url to enable deeplinking."
750
- msgstr "Оставьте как есть, если вы не знаете что это такое!"
751
-
752
- #: responsive-lightbox.php:1067
753
- #@ responsive-lightbox
754
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
755
- msgstr "Если включено, галерея будет показывать полноэкранное изображение при наведении мыши."
756
-
757
- #: responsive-lightbox.php:1085
758
- #@ responsive-lightbox
759
- msgid "Set to false if you open forms inside prettyPhoto."
760
- msgstr "Разрешить или запретить управление просмотром изображений с помощью клавиатуры"
761
-
762
- #: responsive-lightbox.php:1103
763
- #@ responsive-lightbox
764
- msgid "Display links to Facebook and Twitter."
765
- msgstr "Показать в всплывающих окнах кнопки /поделиться/"
766
-
767
- #: responsive-lightbox.php:1121
768
- #@ responsive-lightbox
769
- msgid "The transition type."
770
- msgstr ""
771
-
772
- #: responsive-lightbox.php:1131
773
- #@ responsive-lightbox
774
- msgid "Space between FancyBox wrapper and content."
775
- msgstr ""
776
-
777
- #: responsive-lightbox.php:1141
778
- #@ responsive-lightbox
779
- msgid "Space between viewport and FancyBox wrapper."
780
- msgstr ""
781
-
782
- #: responsive-lightbox.php:1159
783
- #@ responsive-lightbox
784
- msgid "When true, \"overlayShow\" is set to TRUE and \"hideOnOverlayClick\", \"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set to FALSE."
785
- msgstr ""
786
-
787
- #: responsive-lightbox.php:1177
788
- #@ responsive-lightbox
789
- msgid "Toggle overlay."
790
- msgstr ""
791
-
792
- #: responsive-lightbox.php:1195
793
- #@ responsive-lightbox
794
- msgid "Toggle close button."
795
- msgstr ""
796
-
797
- #: responsive-lightbox.php:1213
798
- #@ responsive-lightbox
799
- msgid "Toggle if pressing Esc button closes FancyBox."
800
- msgstr ""
801
-
802
- #: responsive-lightbox.php:1231
803
- #@ responsive-lightbox
804
- msgid "Toggle if clicking the overlay should close FancyBox."
805
- msgstr ""
806
-
807
- #: responsive-lightbox.php:1249
808
- #@ responsive-lightbox
809
- msgid "Toggle if clicking the content should close FancyBox."
810
- msgstr ""
811
-
812
- #: responsive-lightbox.php:1267
813
- #@ responsive-lightbox
814
- msgid "When true, galleries will be cyclic, allowing you to keep pressing next/back."
815
- msgstr ""
816
-
817
- #: responsive-lightbox.php:1285
818
- #@ responsive-lightbox
819
- msgid "Toggle navigation arrows."
820
- msgstr ""
821
-
822
- #: responsive-lightbox.php:1303
823
- #@ responsive-lightbox
824
- msgid "If true, FancyBox is scaled to fit in viewport."
825
- msgstr ""
826
-
827
- #: responsive-lightbox.php:1321
828
- #@ responsive-lightbox
829
- msgid "Set the overflow CSS property to create or hide scrollbars."
830
- msgstr ""
831
-
832
- #: responsive-lightbox.php:1339
833
- #@ responsive-lightbox
834
- msgid "When true, FancyBox is centered while scrolling page."
835
- msgstr ""
836
-
837
- #: responsive-lightbox.php:1357
838
- #@ responsive-lightbox
839
- msgid "When true, transparency of content is changed for elastic transitions."
840
- msgstr ""
841
-
842
- #: responsive-lightbox.php:1370
843
- #@ responsive-lightbox
844
- msgid "Opacity of the overlay."
845
- msgstr ""
846
-
847
- #: responsive-lightbox.php:1380
848
- #@ responsive-lightbox
849
- msgid "Color of the overlay."
850
- msgstr ""
851
-
852
- #: responsive-lightbox.php:1398
853
- #@ responsive-lightbox
854
- msgid "Toggle title."
855
- msgstr ""
856
-
857
- #: responsive-lightbox.php:1416
858
- #@ responsive-lightbox
859
- msgid "The position of title."
860
- msgstr ""
861
-
862
- #: responsive-lightbox.php:1434
863
- #@ responsive-lightbox
864
- msgid "Easing used for elastic animations."
865
- msgstr ""
866
-
867
- #: responsive-lightbox.php:1444
868
- #@ responsive-lightbox
869
- msgid "Speed of the fade and elastic transitions, in milliseconds."
870
- msgstr ""
871
-
872
- #: responsive-lightbox.php:1454
873
- #@ responsive-lightbox
874
- msgid "Speed of resizing when changing gallery items, in milliseconds."
875
- msgstr ""
876
-
877
- #: responsive-lightbox.php:1464
878
- #@ responsive-lightbox
879
- msgid "Speed of the content fading while changing gallery items."
880
- msgstr ""
881
-
882
- #: responsive-lightbox.php:1474
883
- #@ responsive-lightbox
884
- msgid "Width of the video."
885
- msgstr ""
886
-
887
- #: responsive-lightbox.php:1484
888
- #@ responsive-lightbox
889
- msgid "Height of the video."
890
- msgstr ""
891
-
892
- #: responsive-lightbox.php:1502
893
- #@ responsive-lightbox
894
- msgid "The effect to use when showing the lightbox."
895
- msgstr ""
896
-
897
- #: responsive-lightbox.php:1520
898
- #@ responsive-lightbox
899
- msgid "Enable/Disable keyboard navigation (left/right/escape)."
900
- msgstr ""
901
-
902
- #: responsive-lightbox.php:1530
903
- #@ responsive-lightbox
904
- msgid "Error message if the content cannot be loaded."
905
- msgstr ""
906
-
907
- #: responsive-lightbox.php:1540
908
- #@ responsive-lightbox
909
- msgid "Animation speed."
910
- msgstr ""
911
-
912
- #: responsive-lightbox.php:1558
913
- #@ responsive-lightbox
914
- msgid "Silently preload the next image."
915
- msgstr ""
916
-
917
- #: responsive-lightbox.php:1576
918
- #@ responsive-lightbox
919
- msgid "Enable keyboard shortcuts (arrows Left/Right and Esc)."
920
- msgstr ""
921
-
922
- #: responsive-lightbox.php:1594
923
- #@ responsive-lightbox
924
- msgid "Quit after viewing the last image."
925
- msgstr ""
926
-
927
- #: responsive-lightbox.php:1612
928
- #@ responsive-lightbox
929
- msgid "Quit when the viewed image is clicked."
930
- msgstr ""
931
-
932
- #: responsive-lightbox.php:1630
933
- #@ responsive-lightbox
934
- msgid "Quit when anything but the viewed image is clicked."
935
- msgstr ""
936
-
937
- #: responsive-lightbox.php:1860
938
- #@ responsive-lightbox
939
- msgid "Changes were not saved because there was attempt to save settings of inactive script. The site has been reloaded to the proper script settings."
940
- msgstr ""
941
-
942
- #: responsive-lightbox.php:1870
943
- #@ responsive-lightbox
944
- msgid "Settings restored to defaults."
945
- msgstr ""
946
-
947
- #: responsive-lightbox.php:1878
948
- #@ responsive-lightbox
949
- msgid "Settings of SwipeBox script were restored to defaults."
950
- msgstr ""
951
-
952
- #: responsive-lightbox.php:1884
953
- #@ responsive-lightbox
954
- msgid "Settings of prettyPhoto script were restored to defaults."
955
- msgstr ""
956
-
957
- #: responsive-lightbox.php:1890
958
- #@ responsive-lightbox
959
- msgid "Settings of FancyBox script were restored to defaults."
960
- msgstr ""
961
-
962
- #: responsive-lightbox.php:1896
963
- #@ responsive-lightbox
964
- msgid "Settings of Nivo script were restored to defaults."
965
- msgstr ""
966
-
967
- #: responsive-lightbox.php:1900
968
- #@ responsive-lightbox
969
- msgid "Changes were not set to defaults because there was attempt to reset settings of inactive script. The site has been reloaded to the proper script settings."
970
- msgstr ""
971
-
972
- #: responsive-lightbox.php:1945
973
- #@ responsive-lightbox
974
- msgid "Need support?"
975
- msgstr "Нужна помощь?"
976
-
977
- #: responsive-lightbox.php:1946
978
- #@ responsive-lightbox
979
- msgid "If you are having problems with this plugin, please talk about them in the"
980
- msgstr "Свяжитесь с автором если возникли проблемы в работе плагина"
981
-
982
- #: responsive-lightbox.php:1946
983
- #@ responsive-lightbox
984
- msgid "Support forum"
985
- msgstr ""
986
-
987
- #: responsive-lightbox.php:1948
988
- #@ responsive-lightbox
989
- msgid "Do you like this plugin?"
990
- msgstr "Оцените плагин:"
991
-
992
- #: responsive-lightbox.php:1949
993
- #@ responsive-lightbox
994
- msgid "Rate it 5"
995
- msgstr ""
996
-
997
- #: responsive-lightbox.php:1949
998
- #@ responsive-lightbox
999
- msgid "on WordPress.org"
1000
- msgstr ""
1001
-
1002
- #: responsive-lightbox.php:1950
1003
- #@ responsive-lightbox
1004
- msgid "Blog about it & link to the"
1005
- msgstr ""
1006
-
1007
- #: responsive-lightbox.php:1950
1008
- #@ responsive-lightbox
1009
- msgid "plugin page"
1010
- msgstr ""
1011
-
1012
- #: responsive-lightbox.php:1951
1013
- #@ responsive-lightbox
1014
- msgid "Check out our other"
1015
- msgstr ""
1016
-
1017
- #: responsive-lightbox.php:1951
1018
- #@ responsive-lightbox
1019
- msgid "WordPress plugins"
1020
- msgstr ""
1021
-
1022
- #: responsive-lightbox.php:1971
1023
- #@ responsive-lightbox
1024
- msgid "Reset to defaults"
1025
- msgstr ""
1026
-
1027
- #: responsive-lightbox.php:1998
1028
- #@ responsive-lightbox
1029
- msgid "Are you sure you want to reset these settings to defaults?"
1030
- msgstr ""
1031
-
1032
- #: responsive-lightbox.php:1999
1033
- #@ responsive-lightbox
1034
- msgid "Are you sure you want to reset scripts settings to defaults?"
1035
- msgstr ""
1036
-
1037
- #: responsive-lightbox.php:2288
1038
- #@ responsive-lightbox
1039
- msgid "Support"
1040
- msgstr ""
1041
-
1042
- #: responsive-lightbox.php:2310
1043
- #@ responsive-lightbox
1044
- msgid "Settings"
1045
- msgstr ""
1046
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-sk_SK.mo DELETED
Binary file
languages/responsive-lightbox-sk_SK.po DELETED
@@ -1,424 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox\n"
4
- "POT-Creation-Date: 2013-07-25 10:58+0100\n"
5
- "PO-Revision-Date: 2014-07-06 22:25+0100\n"
6
- "Last-Translator: Patrik Žec (PATWIST) <patrik.zec@gmail.com>\n"
7
- "Language-Team: Patrik Žec (PATWIST), www.patwist.com <patrik.zec@gmail.com>\n"
8
- "Language: sk_SK\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.4\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../responsive-lightbox.php:218
20
- msgid "prettyPhoto"
21
- msgstr "prettyPhoto"
22
-
23
- #: ../responsive-lightbox.php:220
24
- msgid "slow"
25
- msgstr "pomaly"
26
-
27
- #: ../responsive-lightbox.php:221
28
- msgid "normal"
29
- msgstr "normálne"
30
-
31
- #: ../responsive-lightbox.php:222
32
- msgid "fast"
33
- msgstr "rýchlo"
34
-
35
- #: ../responsive-lightbox.php:225
36
- msgid "default"
37
- msgstr "predvolené"
38
-
39
- #: ../responsive-lightbox.php:226
40
- msgid "light rounded"
41
- msgstr "svetlý zaoblený"
42
-
43
- #: ../responsive-lightbox.php:227
44
- msgid "dark rounded"
45
- msgstr "tmavý zaoblený"
46
-
47
- #: ../responsive-lightbox.php:228
48
- msgid "light square"
49
- msgstr "svetlý hranatý"
50
-
51
- #: ../responsive-lightbox.php:229
52
- msgid "dark square"
53
- msgstr "tmavý hranatý"
54
-
55
- #: ../responsive-lightbox.php:230
56
- msgid "facebook"
57
- msgstr "facebook"
58
-
59
- #: ../responsive-lightbox.php:233
60
- msgid "window"
61
- msgstr "okno"
62
-
63
- #: ../responsive-lightbox.php:234
64
- msgid "transparent"
65
- msgstr "prehľadný"
66
-
67
- #: ../responsive-lightbox.php:235
68
- msgid "opaque"
69
- msgstr "nepriehľadný"
70
-
71
- #: ../responsive-lightbox.php:236
72
- msgid "direct"
73
- msgstr "priamy"
74
-
75
- #: ../responsive-lightbox.php:237
76
- msgid "gpu"
77
- msgstr "gpu"
78
-
79
- #: ../responsive-lightbox.php:242
80
- msgid "SwipeBox"
81
- msgstr "SwipeBox"
82
-
83
- #: ../responsive-lightbox.php:244
84
- msgid "CSS"
85
- msgstr "CSS"
86
-
87
- #: ../responsive-lightbox.php:245
88
- msgid "jQuery"
89
- msgstr "jQuery"
90
-
91
- #: ../responsive-lightbox.php:251
92
- msgid "Enable"
93
- msgstr "Povoliť"
94
-
95
- #: ../responsive-lightbox.php:252
96
- msgid "Disable"
97
- msgstr "Zakázať"
98
-
99
- #: ../responsive-lightbox.php:257 ../responsive-lightbox.php:293
100
- msgid "General settings"
101
- msgstr "Všeobecné nastavenia"
102
-
103
- #: ../responsive-lightbox.php:262 ../responsive-lightbox.php:304
104
- msgid "Lightbox settings"
105
- msgstr "Nastavenia lightboxu"
106
-
107
- #: ../responsive-lightbox.php:294
108
- msgid "Lightbox script"
109
- msgstr "Lightbox skript"
110
-
111
- #: ../responsive-lightbox.php:295
112
- msgid "Selector"
113
- msgstr "Selektor"
114
-
115
- #: ../responsive-lightbox.php:296
116
- msgid "Galleries"
117
- msgstr "Galérie"
118
-
119
- #: ../responsive-lightbox.php:297
120
- msgid "Video links"
121
- msgstr "Video odkazy"
122
-
123
- #: ../responsive-lightbox.php:298
124
- msgid "Image links"
125
- msgstr "Odkazy obrázkov"
126
-
127
- #: ../responsive-lightbox.php:299
128
- msgid "Single images as gallery"
129
- msgstr "Galérie po jednotlivých obrázkoch"
130
-
131
- #: ../responsive-lightbox.php:300
132
- msgid "Deactivation"
133
- msgstr "Deaktivácia"
134
-
135
- #: ../responsive-lightbox.php:308
136
- msgid "Animation type"
137
- msgstr "Typ animácie"
138
-
139
- #: ../responsive-lightbox.php:309
140
- msgid "Top and bottom bars"
141
- msgstr "Horná a dolná lišta"
142
-
143
- #: ../responsive-lightbox.php:310
144
- msgid "Video max width"
145
- msgstr "Maximálna šírka videa"
146
-
147
- #: ../responsive-lightbox.php:314
148
- msgid "Animation speed"
149
- msgstr "Rýchlosť animácie"
150
-
151
- #: ../responsive-lightbox.php:315
152
- msgid "Slideshow"
153
- msgstr "Prezentácia"
154
-
155
- #: ../responsive-lightbox.php:316
156
- msgid "Slideshow autoplay"
157
- msgstr "Automatické prehranie prezentácie"
158
-
159
- #: ../responsive-lightbox.php:317
160
- msgid "Opacity"
161
- msgstr "Priehľadnosť"
162
-
163
- #: ../responsive-lightbox.php:318
164
- msgid "Show title"
165
- msgstr "Zobraziť názov"
166
-
167
- #: ../responsive-lightbox.php:319
168
- msgid "Allow resize big images"
169
- msgstr "Povoliť prispôsobenie veľkých obrázkov"
170
-
171
- #: ../responsive-lightbox.php:320
172
- msgid "Video width"
173
- msgstr "Šírka viea"
174
-
175
- #: ../responsive-lightbox.php:321
176
- msgid "Video height"
177
- msgstr "Výška videa"
178
-
179
- #: ../responsive-lightbox.php:322
180
- msgid "Theme"
181
- msgstr "Téma"
182
-
183
- #: ../responsive-lightbox.php:323
184
- msgid "Horizontal padding"
185
- msgstr "Horizontálne odsadenie"
186
-
187
- #: ../responsive-lightbox.php:324
188
- msgid "Hide Flash"
189
- msgstr "Skryť Flash"
190
-
191
- #: ../responsive-lightbox.php:325
192
- msgid "Flash Window Mode (wmode)"
193
- msgstr "Typ flash okna (wmode)"
194
-
195
- #: ../responsive-lightbox.php:326
196
- msgid "Video autoplay"
197
- msgstr "Automatické prehrávanie videa"
198
-
199
- #: ../responsive-lightbox.php:327
200
- msgid "Modal"
201
- msgstr "Modálne"
202
-
203
- #: ../responsive-lightbox.php:328
204
- msgid "Deeplinking"
205
- msgstr "Deeplinking"
206
-
207
- #: ../responsive-lightbox.php:329
208
- msgid "Overlay gallery"
209
- msgstr "Prekrytie galérie"
210
-
211
- #: ../responsive-lightbox.php:330
212
- msgid "Keyboard shortcuts"
213
- msgstr "Klávesové skratky"
214
-
215
- #: ../responsive-lightbox.php:331
216
- msgid "Social (Twitter, Facebook)"
217
- msgstr "Sociálne siete (Twitter, Facebook)"
218
-
219
- #: ../responsive-lightbox.php:349
220
- msgid "Select your preffered ligthbox effect script."
221
- msgstr "Vyberte preferovaný skript lightboxu."
222
-
223
- #: ../responsive-lightbox.php:359
224
- msgid "Select to which rel selector lightbox effect will be applied to."
225
- msgstr "Vyberte podľa akého kľúčového slova bude vyvolaný lightbox."
226
-
227
- #: ../responsive-lightbox.php:377
228
- msgid "Add lightbox to WordPress image galleries by default"
229
- msgstr "Pridať lightbox do galérie obrázkov WordPressu predvolene"
230
-
231
- #: ../responsive-lightbox.php:395
232
- msgid "Add lightbox to YouTube and Vimeo video links by default"
233
- msgstr "Pridať lightbox efekt do odkazov na YouTube a Vimeo videá"
234
-
235
- #: ../responsive-lightbox.php:413
236
- msgid "Add lightbox to WordPress image links by default"
237
- msgstr "Pridať lightbox efekt do odkazov na obrázky"
238
-
239
- #: ../responsive-lightbox.php:431
240
- msgid "Display single post images as a gallery"
241
- msgstr "Zobraziť jednotlivé obrázky v článkoch ako galérie"
242
-
243
- #: ../responsive-lightbox.php:449
244
- msgid "Delete settings on plugin deactivation"
245
- msgstr "Po deaktivácii pluginu vymazať nastavenia"
246
-
247
- #: ../responsive-lightbox.php:467
248
- msgid "Select a method of applying a lightbox effect."
249
- msgstr "Vyberte spôsob pre zobrazenie lightbox efektu."
250
-
251
- #: ../responsive-lightbox.php:485
252
- msgid "Disable if you don't want to display top and bottom bars."
253
- msgstr "Zakážte ak nechcete zobrazovať hornú a dolnú lištu."
254
-
255
- #: ../responsive-lightbox.php:489
256
- msgid "Enter the time for images animation (in miliseconds)"
257
- msgstr "Zadajte čas pre animáciu medzi obrázkami (v milisekundách)"
258
-
259
- #: ../responsive-lightbox.php:499
260
- msgid "Enter the max video width in a lightbox"
261
- msgstr "Zadajte maximálnu šírku videa v lightboxe"
262
-
263
- #: ../responsive-lightbox.php:517
264
- msgid "Select animation speed for lightbox effect"
265
- msgstr "Vyberte rýchlosť animácie lightbox efektu"
266
-
267
- #: ../responsive-lightbox.php:535
268
- msgid "Display images as slideshow"
269
- msgstr "Zobraziť obrázky ako prezentáciu"
270
-
271
- #: ../responsive-lightbox.php:539
272
- msgid "Enter time (in miliseconds)"
273
- msgstr "Zadaj čas (v milisekundách)"
274
-
275
- #: ../responsive-lightbox.php:557
276
- msgid "Automatically start slideshow"
277
- msgstr "Automatické spustenie prezentácie"
278
-
279
- #: ../responsive-lightbox.php:567
280
- msgid "Value between 0 and 1 (for e.g. 0.5)"
281
- msgstr "Hodnota medzi 0 a 1 (napr. 0.5)"
282
-
283
- #: ../responsive-lightbox.php:585
284
- msgid "Display image tiltle"
285
- msgstr "Zobraziť názov obrázku"
286
-
287
- #: ../responsive-lightbox.php:603
288
- msgid "Resize the photos bigger than viewport."
289
- msgstr "Zmeniť veľkosť obrázkov ak sú väčšie ako obrazovka."
290
-
291
- #: ../responsive-lightbox.php:613 ../responsive-lightbox.php:623
292
- msgid "in pixels"
293
- msgstr "v pixeloch"
294
-
295
- #: ../responsive-lightbox.php:641
296
- msgid "Select theme for lightbox effect"
297
- msgstr "Vyberte tému pre lightbox efekt."
298
-
299
- #: ../responsive-lightbox.php:651
300
- msgid "Horizontal padding (in pixels)"
301
- msgstr "Horizontálne odsadenie (v pixeloch)"
302
-
303
- #: ../responsive-lightbox.php:669
304
- msgid ""
305
- "Hides all the flash object on a page. Enable this if flash appears over "
306
- "prettyPhoto"
307
- msgstr ""
308
- "Skryje všetky flash objekty na stránke. Povoľte ak sa flash objavuje v "
309
- "prettyPhoto"
310
-
311
- #: ../responsive-lightbox.php:687
312
- msgid "Select flash window mode"
313
- msgstr "Vyber typ flash okna"
314
-
315
- #: ../responsive-lightbox.php:705
316
- msgid "Automatically start videos"
317
- msgstr "Automatické prehrávanie videí"
318
-
319
- #: ../responsive-lightbox.php:723
320
- msgid "If set to true, only the close button will close the window"
321
- msgstr "Ak je povolené, tak len zatváracie tlačdlo zavrie okno"
322
-
323
- #: ../responsive-lightbox.php:741
324
- msgid "Allow prettyPhoto to update the url to enable deeplinking"
325
- msgstr "Povolí prettyPhoto aktualizovať URL adresu k umožneniu deeplinkingu"
326
-
327
- #: ../responsive-lightbox.php:759
328
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
329
- msgstr "Ak je povolené, galéria prekryje celú obrazovku po prejdení naň myšou"
330
-
331
- #: ../responsive-lightbox.php:777
332
- msgid "Set to false if you open forms inside prettyPhoto"
333
- msgstr "Zakážte ak otvárate formuláre vnútri prettyPhoto"
334
-
335
- #: ../responsive-lightbox.php:795
336
- msgid "Display links to Facebook and Twitter"
337
- msgstr "Zobraziť odkazy na Facebook a Twitter"
338
-
339
- #: ../responsive-lightbox.php:891
340
- msgid ""
341
- "Changes were not saved because there was attempt to save settings of "
342
- "inactive script. The site has been reloaded to the proper script settings."
343
- msgstr ""
344
- "Zmeny neboli uložené pretože ste sa pokúsili uložiť nastavenie neaktívneho "
345
- "skriptu. Stránka bola znovunačítaná do nastavení správneho skriptu."
346
-
347
- #: ../responsive-lightbox.php:903
348
- msgid "Settings of SwipeBox script were restored to defaults."
349
- msgstr "Nastavenie SwipeBox skriptu bolo obnovené na predvolené."
350
-
351
- #: ../responsive-lightbox.php:909
352
- msgid "Settings of prettyPhoto script were restored to defaults."
353
- msgstr "Nastavenie prettyPhoto skriptu bolo obnovené na predvolené."
354
-
355
- #: ../responsive-lightbox.php:913
356
- msgid ""
357
- "Changes were not set to defaults because there was attempt to reset settings "
358
- "of inactive script. The site has been reloaded to the proper script settings."
359
- msgstr ""
360
- "Zmeny neboli nastavené na predvolené pretože ste sa pokúsili uložiť "
361
- "nastavenie neaktívneho skriptu. Stránka bola znovunačítaná do nastavení "
362
- "správneho skriptu."
363
-
364
- #: ../responsive-lightbox.php:927 ../responsive-lightbox.php:928
365
- #: ../responsive-lightbox.php:942 ../responsive-lightbox.php:974
366
- msgid "Responsive Lightbox"
367
- msgstr "Responzívny Lightbox"
368
-
369
- #: ../responsive-lightbox.php:967
370
- msgid "Reset to defaults"
371
- msgstr "Obnoviť predvolené nastavenia"
372
-
373
- #: ../responsive-lightbox.php:976
374
- msgid "Need support?"
375
- msgstr "Potrebuješ pomoc?"
376
-
377
- #: ../responsive-lightbox.php:977
378
- msgid ""
379
- "If you are having problems with this plugin, please talk about them in the"
380
- msgstr "Ak máš problémy s týmto pluginom, prosím napíš o nich na"
381
-
382
- #: ../responsive-lightbox.php:977
383
- msgid "Support forum"
384
- msgstr "fórum podpory"
385
-
386
- #: ../responsive-lightbox.php:979
387
- msgid "Do you like this plugin?"
388
- msgstr "Páči sa ti tento plugin?"
389
-
390
- #: ../responsive-lightbox.php:980
391
- msgid "Rate it 5"
392
- msgstr "Ohodnoťte nás 5*"
393
-
394
- #: ../responsive-lightbox.php:980
395
- msgid "on WordPress.org"
396
- msgstr "na WordPress.org"
397
-
398
- #: ../responsive-lightbox.php:981
399
- msgid "Blog about it & link to the"
400
- msgstr "Napíš o ňom článok a odkáž na"
401
-
402
- #: ../responsive-lightbox.php:981
403
- msgid "plugin page"
404
- msgstr "stránka pluginu"
405
-
406
- #: ../responsive-lightbox.php:982
407
- msgid "Check out our other"
408
- msgstr "Pozri sa na naše ďalšie"
409
-
410
- #: ../responsive-lightbox.php:982
411
- msgid "WordPress plugins"
412
- msgstr "WordPress pluginy"
413
-
414
- #: ../responsive-lightbox.php:1007
415
- msgid "Are you sure you want to reset scripts settings to defaults?"
416
- msgstr "Jsi si jistý, že chceš obnovit výchozí nastavení??"
417
-
418
- #: ../responsive-lightbox.php:1134
419
- msgid "Support"
420
- msgstr "Podpora"
421
-
422
- #: ../responsive-lightbox.php:1156
423
- msgid "Settings"
424
- msgstr "Nastavenia"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox-sr_RS.mo DELETED
Binary file
languages/responsive-lightbox-sr_RS.po DELETED
@@ -1,417 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Responsive Lightbox fr\n"
4
- "POT-Creation-Date: 2013-07-09 19:35+0100\n"
5
- "PO-Revision-Date: 2013-10-24 16:29+0100\n"
6
- "Last-Translator: Li-An <lian00@gmail.com>\n"
7
- "Language-Team: Li-An <lian00@gmail.com>\n"
8
- "Language: Français\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../responsive-lightbox.php:253
19
- msgid "prettyPhoto"
20
- msgstr "prettyPhoto"
21
-
22
- #: ../responsive-lightbox.php:255
23
- msgid "slow"
24
- msgstr "polako"
25
-
26
- #: ../responsive-lightbox.php:256
27
- msgid "normal"
28
- msgstr "normalno"
29
-
30
- #: ../responsive-lightbox.php:257
31
- msgid "fast"
32
- msgstr "brzo"
33
-
34
- #: ../responsive-lightbox.php:260
35
- msgid "default"
36
- msgstr "default"
37
-
38
- #: ../responsive-lightbox.php:261
39
- msgid "light rounded"
40
- msgstr "svetlo zaokrugljeno"
41
-
42
- #: ../responsive-lightbox.php:262
43
- msgid "dark rounded"
44
- msgstr "tamno zaokrugljeno"
45
-
46
- #: ../responsive-lightbox.php:263
47
- msgid "light square"
48
- msgstr "svetao kvadrat"
49
-
50
- #: ../responsive-lightbox.php:264
51
- msgid "dark square"
52
- msgstr "taman kvadrat"
53
-
54
- #: ../responsive-lightbox.php:265
55
- msgid "facebook"
56
- msgstr "facebook"
57
-
58
- #: ../responsive-lightbox.php:268
59
- msgid "window"
60
- msgstr "prozor"
61
-
62
- #: ../responsive-lightbox.php:269
63
- msgid "transparent"
64
- msgstr "transparentno "
65
-
66
- #: ../responsive-lightbox.php:270
67
- msgid "opaque"
68
- msgstr "neprozirno"
69
-
70
- #: ../responsive-lightbox.php:271
71
- msgid "direct"
72
- msgstr "direktno"
73
-
74
- #: ../responsive-lightbox.php:272
75
- msgid "gpu"
76
- msgstr "gpu"
77
-
78
- #: ../responsive-lightbox.php:277
79
- msgid "SwipeBox"
80
- msgstr "SwipeBox"
81
-
82
- #: ../responsive-lightbox.php:279
83
- msgid "CSS"
84
- msgstr "CSS"
85
-
86
- #: ../responsive-lightbox.php:280
87
- msgid "jQuery"
88
- msgstr "jQuery"
89
-
90
- #: ../responsive-lightbox.php:286
91
- msgid "Enable"
92
- msgstr "Omogući"
93
-
94
- #: ../responsive-lightbox.php:287
95
- msgid "Disable"
96
- msgstr "Onesposobi"
97
-
98
- #: ../responsive-lightbox.php:292 ../responsive-lightbox.php:328
99
- msgid "General settings"
100
- msgstr "Opšte postavke"
101
-
102
- #: ../responsive-lightbox.php:297 ../responsive-lightbox.php:338
103
- msgid "Lightbox settings"
104
- msgstr "Lightbox postavke"
105
-
106
- #: ../responsive-lightbox.php:329
107
- msgid "Lightbox script"
108
- msgstr "Lightbox script"
109
-
110
- #: ../responsive-lightbox.php:330
111
- msgid "Selector"
112
- msgstr "Selektor"
113
-
114
- #: ../responsive-lightbox.php:331
115
- msgid "Galleries"
116
- msgstr "Galerijje"
117
-
118
- #: ../responsive-lightbox.php:332
119
- msgid "Video links"
120
- msgstr "Video linkovi"
121
-
122
- #: ../responsive-lightbox.php:333
123
- msgid "Image links"
124
- msgstr "Linkovi slika"
125
-
126
- #: ../responsive-lightbox.php:334
127
- msgid "Deactivation"
128
- msgstr "Deaktivacija"
129
-
130
- #: ../responsive-lightbox.php:342
131
- msgid "Animation type"
132
- msgstr "Tip animacije"
133
-
134
- #: ../responsive-lightbox.php:343
135
- msgid "Top and bottom bars"
136
- msgstr "Gornje i donje poluge"
137
-
138
- #: ../responsive-lightbox.php:344
139
- msgid "Video max width"
140
- msgstr "Maksimalna dužina videa"
141
-
142
- #: ../responsive-lightbox.php:348
143
- msgid "Animation speed"
144
- msgstr "Brzina animacije"
145
-
146
- #: ../responsive-lightbox.php:349
147
- msgid "Slideshow"
148
- msgstr "Slideshow"
149
-
150
- #: ../responsive-lightbox.php:350
151
- msgid "Slideshow autoplay"
152
- msgstr "Slideshow autoplay"
153
-
154
- #: ../responsive-lightbox.php:351
155
- msgid "Opacity"
156
- msgstr "Neprozirnost"
157
-
158
- #: ../responsive-lightbox.php:352
159
- msgid "Show title"
160
- msgstr "Prikaži naslov"
161
-
162
- #: ../responsive-lightbox.php:353
163
- msgid "Allow resize big images"
164
- msgstr "Dozvoli promenu veličine velikih slika"
165
-
166
- #: ../responsive-lightbox.php:354
167
- msgid "Video width"
168
- msgstr "Video širina"
169
-
170
- #: ../responsive-lightbox.php:355
171
- msgid "Video height"
172
- msgstr "Video visina"
173
-
174
- #: ../responsive-lightbox.php:356
175
- msgid "Theme"
176
- msgstr "Tema"
177
-
178
- #: ../responsive-lightbox.php:357
179
- msgid "Horizontal padding"
180
- msgstr "Horizontal popunjavanje"
181
-
182
- #: ../responsive-lightbox.php:358
183
- msgid "Hide Flash"
184
- msgstr "Sakrij Flash"
185
-
186
- #: ../responsive-lightbox.php:359
187
- msgid "Flash Window Mode (wmode)"
188
- msgstr "Flash Window Mode (wmode)"
189
-
190
- #: ../responsive-lightbox.php:360
191
- msgid "Video autoplay"
192
- msgstr "Video autoplay"
193
-
194
- #: ../responsive-lightbox.php:361
195
- msgid "Modal"
196
- msgstr "Modal"
197
-
198
- #: ../responsive-lightbox.php:362
199
- msgid "Deeplinking"
200
- msgstr "Deeplinking"
201
-
202
- #: ../responsive-lightbox.php:363
203
- msgid "Overlay gallery"
204
- msgstr "Zadržavanje galerije"
205
-
206
- #: ../responsive-lightbox.php:364
207
- msgid "Keyboard shortcuts"
208
- msgstr "Skraćenice na tastaturu"
209
-
210
- #: ../responsive-lightbox.php:365
211
- msgid "Social (Twitter, Facebook)"
212
- msgstr "Social (Twitter, Facebook)"
213
-
214
- #: ../responsive-lightbox.php:383
215
- msgid "Select your preffered ligthbox effect script."
216
- msgstr "Izaberite omiljeni ligthbox efekat script."
217
-
218
- #: ../responsive-lightbox.php:393
219
- msgid "Select to which rel selector lightbox effect will be applied to."
220
- msgstr "Izaberite koji rel selektor lightbox efekat će biti primenjen."
221
-
222
- #: ../responsive-lightbox.php:411
223
- msgid "Add lightbox to WordPress image galleries by default"
224
- msgstr "Dodajte lightbox za WordPress galeriju slika po defaultu"
225
-
226
- #: ../responsive-lightbox.php:429
227
- msgid "Add lightbox to YouTube and Vimeo video links by default"
228
- msgstr "Dodajte lightbox za YouTube i Vimeo video linkove po defaultu "
229
-
230
- #: ../responsive-lightbox.php:447
231
- msgid "Add lightbox to WordPress image links by default"
232
- msgstr "Dodajte lightbox za WordPress linkove slika po defaultu"
233
-
234
- #: ../responsive-lightbox.php:465
235
- msgid "Delete settings on plugin deactivation"
236
- msgstr "Izbriši postavke o deaktivaciji plugina "
237
-
238
- #: ../responsive-lightbox.php:483
239
- msgid "Select a method of applying a lightbox effect."
240
- msgstr "Selektuj metod primenjivanja lightbox efekta."
241
-
242
- #: ../responsive-lightbox.php:501
243
- msgid "Disable if you don't want to display top and bottom bars."
244
- msgstr ""
245
- "Onesposobi ako ne želite da bude prikazano na gornjim i donjim polugama"
246
-
247
- #: ../responsive-lightbox.php:505
248
- msgid "Enter the time for images animation (in miliseconds)"
249
- msgstr "Unesite vreme slike animacije (u milisekundama)"
250
-
251
- #: ../responsive-lightbox.php:515
252
- msgid "Enter the max video width in a lightbox"
253
- msgstr "Unesite maksimalnu dužinu videa u lightbox-u"
254
-
255
- #: ../responsive-lightbox.php:533
256
- msgid "Select animation speed for lightbox effect"
257
- msgstr "Selektuj brzinu animacije za lightbox efekat"
258
-
259
- #: ../responsive-lightbox.php:551
260
- msgid "Display images as slideshow"
261
- msgstr "Prikaži slike kao slideshow"
262
-
263
- #: ../responsive-lightbox.php:555
264
- msgid "Enter time (in miliseconds)"
265
- msgstr "Unesi vreme (u milisekundama)"
266
-
267
- #: ../responsive-lightbox.php:573
268
- msgid "Automatically start slideshow"
269
- msgstr "Automatski aktiviraj slideshow"
270
-
271
- #: ../responsive-lightbox.php:583
272
- msgid "Value between 0 and 1 (for e.g. 0.5)"
273
- msgstr "Vrednost izmedju 0 i 1 (npr. 0.5)"
274
-
275
- #: ../responsive-lightbox.php:601
276
- msgid "Display image tiltle"
277
- msgstr "Prikaži naslov slike"
278
-
279
- #: ../responsive-lightbox.php:619
280
- msgid "Resize the photos bigger than viewport."
281
- msgstr "Promeni veličinu fotografijama koje su veće od viewport-a."
282
-
283
- #: ../responsive-lightbox.php:629 ../responsive-lightbox.php:639
284
- msgid "in pixels"
285
- msgstr "u pixelima"
286
-
287
- #: ../responsive-lightbox.php:657
288
- msgid "Select theme for lightbox effect"
289
- msgstr "Selektuj temu za lightbox efekat"
290
-
291
- #: ../responsive-lightbox.php:667
292
- msgid "Horizontal padding (in pixels)"
293
- msgstr "Horizontalno postavljanje (u pixelima)"
294
-
295
- #: ../responsive-lightbox.php:685
296
- msgid ""
297
- "Hides all the flash object on a page. Enable this if flash appears over "
298
- "prettyPhoto"
299
- msgstr ""
300
- "Sakriva sve flash object-e na stranici. Omogući ovo ako se flash pojavi "
301
- "preko prettyPhoto"
302
-
303
- #: ../responsive-lightbox.php:703
304
- msgid "Select flash window mode"
305
- msgstr "Selektuj flash window mode"
306
-
307
- #: ../responsive-lightbox.php:721
308
- msgid "Automatically start videos"
309
- msgstr "Automatiski pokreni videe"
310
-
311
- #: ../responsive-lightbox.php:739
312
- msgid "If set to true, only the close button will close the window"
313
- msgstr ""
314
- "Ako je postavjleno na dobro, pojaviće se samo ZATVORI dugme na prozoru."
315
-
316
- #: ../responsive-lightbox.php:757
317
- msgid "Allow prettyPhoto to update the url to enable deeplinking"
318
- msgstr "Dozvoli prettyPhoto da update-uje url za omogućavanje deeplinking-a"
319
-
320
- #: ../responsive-lightbox.php:775
321
- msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
322
- msgstr "Ako je omogućeno, galerija će postaviti sliku preko celog ekrana mišem"
323
-
324
- #: ../responsive-lightbox.php:793
325
- msgid "Set to false if you open forms inside prettyPhoto"
326
- msgstr "Namesti na loše ako otvorite forme unutar prettyPhoto"
327
-
328
- #: ../responsive-lightbox.php:811
329
- msgid "Display links to Facebook and Twitter"
330
- msgstr "Prikaži linkove za Facebook i Twitter"
331
-
332
- #: ../responsive-lightbox.php:906
333
- msgid ""
334
- "Changes were not saved because there was attempt to save settings of "
335
- "inactive script. The site has been reloaded to the proper script settings."
336
- msgstr ""
337
- "Promene nisu sačuvane jer je pokušano sačuvavanje postavki neaktivnog "
338
- "skripta. Sajt je ponovo učitan u odgovarajućim script postavkama."
339
-
340
- #: ../responsive-lightbox.php:918
341
- msgid "Settings of SwipeBox script were restored to defaults."
342
- msgstr "Postavke SwipeBox scripta gde je ponovo namešten na default."
343
-
344
- #: ../responsive-lightbox.php:924
345
- msgid "Settings of prettyPhoto script were restored to defaults."
346
- msgstr "Postavke prettyPhoto scripta gde je ponovo namešten na default."
347
-
348
- #: ../responsive-lightbox.php:928
349
- msgid ""
350
- "Changes were not set to defaults because there was attempt to reset settings "
351
- "of inactive script. The site has been reloaded to the proper script settings."
352
- msgstr ""
353
- "Promene nisu nameštene na default jer je pokušano resetovanje postavki "
354
- "neaktivnog skripta. Sajt je ponovo učitan u odgovarajućim script postavkama."
355
-
356
- #: ../responsive-lightbox.php:942 ../responsive-lightbox.php:943
357
- #: ../responsive-lightbox.php:957 ../responsive-lightbox.php:989
358
- msgid "Responsive Lightbox"
359
- msgstr "Responsive Lightbox"
360
-
361
- #: ../responsive-lightbox.php:982
362
- msgid "Reset to defaults"
363
- msgstr "Resetujte do defaulta"
364
-
365
- #: ../responsive-lightbox.php:991
366
- msgid "Need support?"
367
- msgstr "Potrebna vam je podrška?"
368
-
369
- #: ../responsive-lightbox.php:992
370
- msgid ""
371
- "If you are having problems with this plugin, please talk about them in the"
372
- msgstr "Ako imate probleme sa ovim pluginom, pričajte o njima u "
373
-
374
- #: ../responsive-lightbox.php:992
375
- msgid "Support forum"
376
- msgstr "Forum podrške"
377
-
378
- #: ../responsive-lightbox.php:994
379
- msgid "Do you like this plugin?"
380
- msgstr "Da li vam se dopada plugin?"
381
-
382
- #: ../responsive-lightbox.php:995
383
- msgid "Rate it 5"
384
- msgstr "Oceni u 5"
385
-
386
- #: ../responsive-lightbox.php:995
387
- msgid "on WordPress.org"
388
- msgstr "on WordPress.org"
389
-
390
- #: ../responsive-lightbox.php:996
391
- msgid "Blog about it & link to the"
392
- msgstr "Blog o tome i link za"
393
-
394
- #: ../responsive-lightbox.php:996
395
- msgid "plugin page"
396
- msgstr "plugin stranica"
397
-
398
- #: ../responsive-lightbox.php:997
399
- msgid "Check out our other"
400
- msgstr "Proverite druge naše"
401
-
402
- #: ../responsive-lightbox.php:997
403
- msgid "WordPress plugins"
404
- msgstr "WordPress pluginovi"
405
-
406
- #: ../responsive-lightbox.php:1022
407
- msgid "Are you sure you want to reset scripts settings to defaults?"
408
- msgstr ""
409
- "Da li ste sigurni da želite da resetujete postavke skripta po defaultu?"
410
-
411
- #: ../responsive-lightbox.php:1149
412
- msgid "Support"
413
- msgstr "Podrška"
414
-
415
- #: ../responsive-lightbox.php:1171
416
- msgid "Settings"
417
- msgstr "Postavke"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/responsive-lightbox.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Responsive Lightbox\n"
5
- "POT-Creation-Date: 2015-08-24 16:04+0200\n"
6
  "PO-Revision-Date: 2015-05-12 12:06+0100\n"
7
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
8
  "Language-Team: dFactory <info@dfactory.eu>\n"
@@ -10,7 +10,7 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.4\n"
14
  "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -97,7 +97,7 @@ msgid "elastic"
97
  msgstr ""
98
 
99
  #: ../includes/class-settings.php:74 ../includes/class-settings.php:95
100
- #: ../includes/class-settings.php:803
101
  msgid "fade"
102
  msgstr ""
103
 
@@ -173,834 +173,902 @@ msgstr ""
173
  msgid "TosRUs"
174
  msgstr ""
175
 
176
- #: ../includes/class-settings.php:113
 
 
 
 
177
  msgid "None (default)"
178
  msgstr ""
179
 
180
- #: ../includes/class-settings.php:114
181
  msgid "Image Title"
182
  msgstr ""
183
 
184
- #: ../includes/class-settings.php:115
185
  msgid "Image Caption"
186
  msgstr ""
187
 
188
- #: ../includes/class-settings.php:116
189
  msgid "Image Alt Text"
190
  msgstr ""
191
 
192
- #: ../includes/class-settings.php:117
193
  msgid "Image Description"
194
  msgstr ""
195
 
196
- #: ../includes/class-settings.php:121
197
  msgid "Header"
198
  msgstr ""
199
 
200
- #: ../includes/class-settings.php:122
201
  msgid "Footer"
202
  msgstr ""
203
 
204
- #: ../includes/class-settings.php:132
205
  msgid "Thumbnail"
206
  msgstr ""
207
 
208
- #: ../includes/class-settings.php:133
209
  msgid "Medium"
210
  msgstr ""
211
 
212
- #: ../includes/class-settings.php:134
213
  msgid "Large"
214
  msgstr ""
215
 
216
- #: ../includes/class-settings.php:135
217
  msgid "Full Size (default)"
218
  msgstr ""
219
 
220
- #: ../includes/class-settings.php:145 ../includes/class-settings.php:880
221
  msgid "General settings"
222
  msgstr ""
223
 
224
- #: ../includes/class-settings.php:154
225
  msgid "Lightbox script"
226
  msgstr ""
227
 
228
- #: ../includes/class-settings.php:160
229
  #, php-format
230
  msgid ""
231
  "Select your preffered ligthbox effect script or get our <a href=\"%s"
232
  "\">premium extensions</a>."
233
  msgstr ""
234
 
235
- #: ../includes/class-settings.php:167
236
  msgid "Selector"
237
  msgstr ""
238
 
239
- #: ../includes/class-settings.php:170
240
  msgid "Enter the rel selector lightbox effect will be applied to."
241
  msgstr ""
242
 
243
- #: ../includes/class-settings.php:173
244
  msgid "Image links"
245
  msgstr ""
246
 
247
- #: ../includes/class-settings.php:176
248
  msgid "Add lightbox to WordPress image links by default."
249
  msgstr ""
250
 
251
- #: ../includes/class-settings.php:179
252
  msgid "Single image title"
253
  msgstr ""
254
 
255
- #: ../includes/class-settings.php:182
256
  msgid "Select title for single images."
257
  msgstr ""
258
 
259
- #: ../includes/class-settings.php:186
260
  msgid "Single images as gallery"
261
  msgstr ""
262
 
263
- #: ../includes/class-settings.php:189
264
  msgid "Display single post images as a gallery."
265
  msgstr ""
266
 
267
- #: ../includes/class-settings.php:192
268
  msgid "Galleries"
269
  msgstr ""
270
 
271
- #: ../includes/class-settings.php:195
272
  msgid "Add lightbox to WordPress image galleries by default."
273
  msgstr ""
274
 
275
- #: ../includes/class-settings.php:198
276
  msgid "Gallery image size"
277
  msgstr ""
278
 
279
- #: ../includes/class-settings.php:201
280
  msgid "Select image size for gallery image links."
281
  msgstr ""
282
 
283
- #: ../includes/class-settings.php:205
284
  msgid "Gallery image title"
285
  msgstr ""
286
 
287
- #: ../includes/class-settings.php:208
288
  msgid "Select title for images in native WordPress galleries."
289
  msgstr ""
290
 
291
- #: ../includes/class-settings.php:212
292
  msgid "Force gallery lightbox"
293
  msgstr ""
294
 
295
- #: ../includes/class-settings.php:215
296
  msgid ""
297
  "Try to force lightbox for custom WP gallery replacements, like Jetpack tiled "
298
  "galleries."
299
  msgstr ""
300
 
301
- #: ../includes/class-settings.php:218
 
 
 
 
 
 
 
 
302
  msgid "Video links"
303
  msgstr ""
304
 
305
- #: ../includes/class-settings.php:221
306
  msgid "Add lightbox to YouTube and Vimeo video links by default."
307
  msgstr ""
308
 
309
- #: ../includes/class-settings.php:224
310
  msgid "Custom events"
311
  msgstr ""
312
 
313
- #: ../includes/class-settings.php:230
314
  msgid "Enable triggering lightbox on custom jQuery events."
315
  msgstr ""
316
 
317
- #: ../includes/class-settings.php:234
318
  msgid "Enter a space separated list of events."
319
  msgstr ""
320
 
321
- #: ../includes/class-settings.php:239
322
  msgid "Loading place"
323
  msgstr ""
324
 
325
- #: ../includes/class-settings.php:242
326
  msgid "Select where all the lightbox scripts should be placed."
327
  msgstr ""
328
 
329
- #: ../includes/class-settings.php:246
330
  msgid "Conditional loading"
331
  msgstr ""
332
 
333
- #: ../includes/class-settings.php:249
334
  msgid ""
335
  "Enable to load scripts and styles only on pages that have images or "
336
  "galleries in post content."
337
  msgstr ""
338
 
339
- #: ../includes/class-settings.php:252
340
  msgid "Delete data"
341
  msgstr ""
342
 
343
- #: ../includes/class-settings.php:255
344
  msgid "Delete all plugin settings on deactivation."
345
  msgstr ""
346
 
347
- #: ../includes/class-settings.php:265 ../includes/class-settings.php:886
348
  msgid "Lightbox settings"
349
  msgstr ""
350
 
351
- #: ../includes/class-settings.php:283
352
  msgid "Animation type"
353
  msgstr ""
354
 
355
- #: ../includes/class-settings.php:287
356
  msgid "Select a method of applying a lightbox effect."
357
  msgstr ""
358
 
359
- #: ../includes/class-settings.php:292
360
  msgid "Force PNG icons"
361
  msgstr ""
362
 
363
- #: ../includes/class-settings.php:295
364
  msgid ""
365
  "Enable this if you're having problems with navigation icons not visible on "
366
  "some devices."
367
  msgstr ""
368
 
369
- #: ../includes/class-settings.php:299
370
  msgid "Hide close on mobile"
371
  msgstr ""
372
 
373
- #: ../includes/class-settings.php:302
374
  msgid "Hide the close button on mobile devices."
375
  msgstr ""
376
 
377
- #: ../includes/class-settings.php:306
378
  msgid "Remove bars on mobile"
379
  msgstr ""
380
 
381
- #: ../includes/class-settings.php:309
382
  msgid "Hide the top and bottom bars on mobile devices."
383
  msgstr ""
384
 
385
- #: ../includes/class-settings.php:313
386
  msgid "Top and bottom bars"
387
  msgstr ""
388
 
389
- #: ../includes/class-settings.php:319
390
  msgid "Hide top and bottom bars after a period of time."
391
  msgstr ""
392
 
393
- #: ../includes/class-settings.php:324
394
  msgid ""
395
  "Enter the time after which the top and bottom bars will be hidden (when "
396
  "hiding is enabled)."
397
  msgstr ""
398
 
399
- #: ../includes/class-settings.php:331
400
  msgid "Video max width"
401
  msgstr ""
402
 
403
- #: ../includes/class-settings.php:334
404
  msgid "Enter the max video width in a lightbox."
405
  msgstr ""
406
 
407
- #: ../includes/class-settings.php:339
408
  msgid "Loop at end"
409
  msgstr ""
410
 
411
- #: ../includes/class-settings.php:342
412
  msgid "True will return to the first image after the last image is reached."
413
  msgstr ""
414
 
415
- #: ../includes/class-settings.php:354 ../includes/class-settings.php:746
416
  msgid "Animation speed"
417
  msgstr ""
418
 
419
- #: ../includes/class-settings.php:358
420
  msgid "Select animation speed for lightbox effect."
421
  msgstr ""
422
 
423
- #: ../includes/class-settings.php:363
424
  msgid "Slideshow"
425
  msgstr ""
426
 
427
- #: ../includes/class-settings.php:369
428
  msgid "Display images as slideshow"
429
  msgstr ""
430
 
431
- #: ../includes/class-settings.php:374
432
  msgid "Enter time (in miliseconds)."
433
  msgstr ""
434
 
435
- #: ../includes/class-settings.php:381
436
  msgid "Slideshow autoplay"
437
  msgstr ""
438
 
439
- #: ../includes/class-settings.php:384 ../includes/class-settings.php:828
440
  msgid "Automatically start slideshow."
441
  msgstr ""
442
 
443
- #: ../includes/class-settings.php:388 ../includes/class-settings.php:590
444
  msgid "Opacity"
445
  msgstr ""
446
 
447
- #: ../includes/class-settings.php:391
448
  msgid "Value between 0 and 100, 100 for no opacity."
449
  msgstr ""
450
 
451
- #: ../includes/class-settings.php:397
452
  msgid "Show title"
453
  msgstr ""
454
 
455
- #: ../includes/class-settings.php:400
456
  msgid "Display image title."
457
  msgstr ""
458
 
459
- #: ../includes/class-settings.php:404
460
  msgid "Allow resize big images"
461
  msgstr ""
462
 
463
- #: ../includes/class-settings.php:407
464
  msgid "Resize the photos bigger than viewport."
465
  msgstr ""
466
 
467
- #: ../includes/class-settings.php:411
468
  msgid "Allow expand"
469
  msgstr ""
470
 
471
- #: ../includes/class-settings.php:414
472
  msgid "Allow expanding images."
473
  msgstr ""
474
 
475
- #: ../includes/class-settings.php:418 ../includes/class-settings.php:684
476
  msgid "Video width"
477
  msgstr ""
478
 
479
- #: ../includes/class-settings.php:425 ../includes/class-settings.php:692
480
  msgid "Video height"
481
  msgstr ""
482
 
483
- #: ../includes/class-settings.php:432
484
  msgid "Theme"
485
  msgstr ""
486
 
487
- #: ../includes/class-settings.php:435
488
  msgid "Select the theme for lightbox effect."
489
  msgstr ""
490
 
491
- #: ../includes/class-settings.php:440
492
  msgid "Horizontal padding"
493
  msgstr ""
494
 
495
- #: ../includes/class-settings.php:447
496
  msgid "Hide Flash"
497
  msgstr ""
498
 
499
- #: ../includes/class-settings.php:450
500
  msgid ""
501
  "Hide all the flash objects on a page. Enable this if flash appears over "
502
  "prettyPhoto."
503
  msgstr ""
504
 
505
- #: ../includes/class-settings.php:454
506
  msgid "Flash Window Mode (wmode)"
507
  msgstr ""
508
 
509
- #: ../includes/class-settings.php:457
510
  msgid "Select flash window mode."
511
  msgstr ""
512
 
513
- #: ../includes/class-settings.php:462
514
  msgid "Video autoplay"
515
  msgstr ""
516
 
517
- #: ../includes/class-settings.php:465
518
  msgid "Automatically start videos."
519
  msgstr ""
520
 
521
- #: ../includes/class-settings.php:469 ../includes/class-settings.php:512
522
  msgid "Modal"
523
  msgstr ""
524
 
525
- #: ../includes/class-settings.php:472
526
  msgid "If set to true, only the close button will close the window."
527
  msgstr ""
528
 
529
- #: ../includes/class-settings.php:476
530
  msgid "Deeplinking"
531
  msgstr ""
532
 
533
- #: ../includes/class-settings.php:479
534
  msgid "Allow prettyPhoto to update the url to enable deeplinking."
535
  msgstr ""
536
 
537
- #: ../includes/class-settings.php:483
538
  msgid "Overlay gallery"
539
  msgstr ""
540
 
541
- #: ../includes/class-settings.php:486
542
  msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
543
  msgstr ""
544
 
545
- #: ../includes/class-settings.php:490
546
  msgid "Keyboard shortcuts"
547
  msgstr ""
548
 
549
- #: ../includes/class-settings.php:493
550
  msgid "Set to false if you open forms inside prettyPhoto."
551
  msgstr ""
552
 
553
- #: ../includes/class-settings.php:497
554
  msgid "Social (Twitter, Facebook)"
555
  msgstr ""
556
 
557
- #: ../includes/class-settings.php:500
558
  msgid "Display links to Facebook and Twitter."
559
  msgstr ""
560
 
561
- #: ../includes/class-settings.php:515
562
  msgid ""
563
  "When true, \"overlayShow\" is set to true and \"hideOnOverlayClick\", "
564
  "\"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set "
565
  "to false."
566
  msgstr ""
567
 
568
- #: ../includes/class-settings.php:519
569
  msgid "Show overlay"
570
  msgstr ""
571
 
572
- #: ../includes/class-settings.php:522
573
  msgid "Toggle overlay."
574
  msgstr ""
575
 
576
- #: ../includes/class-settings.php:526
577
  msgid "Show close button"
578
  msgstr ""
579
 
580
- #: ../includes/class-settings.php:529
581
  msgid "Toggle close button."
582
  msgstr ""
583
 
584
- #: ../includes/class-settings.php:533
585
  msgid "Enable escape button"
586
  msgstr ""
587
 
588
- #: ../includes/class-settings.php:536
589
- msgid "Toggle if pressing Esc button closes FancyBox."
590
  msgstr ""
591
 
592
- #: ../includes/class-settings.php:540
593
  msgid "Hide on overlay click"
594
  msgstr ""
595
 
596
- #: ../includes/class-settings.php:543
597
  msgid "Toggle if clicking the overlay should close FancyBox."
598
  msgstr ""
599
 
600
- #: ../includes/class-settings.php:547
601
  msgid "Hide on content click"
602
  msgstr ""
603
 
604
- #: ../includes/class-settings.php:550
605
  msgid "Toggle if clicking the content should close FancyBox."
606
  msgstr ""
607
 
608
- #: ../includes/class-settings.php:554
609
  msgid "Cyclic"
610
  msgstr ""
611
 
612
- #: ../includes/class-settings.php:557
613
  msgid ""
614
  "When true, galleries will be cyclic, allowing you to keep pressing next/back."
615
  msgstr ""
616
 
617
- #: ../includes/class-settings.php:561
618
  msgid "Show nav arrows"
619
  msgstr ""
620
 
621
- #: ../includes/class-settings.php:564
622
  msgid "Toggle navigation arrows."
623
  msgstr ""
624
 
625
- #: ../includes/class-settings.php:568
626
  msgid "Auto scale"
627
  msgstr ""
628
 
629
- #: ../includes/class-settings.php:571
630
  msgid "If true, FancyBox is scaled to fit in viewport."
631
  msgstr ""
632
 
633
- #: ../includes/class-settings.php:575
634
  msgid "Scrolling (in/out)"
635
  msgstr ""
636
 
637
- #: ../includes/class-settings.php:578
638
  msgid "Set the overflow CSS property to create or hide scrollbars."
639
  msgstr ""
640
 
641
- #: ../includes/class-settings.php:583
642
  msgid "Center on scroll"
643
  msgstr ""
644
 
645
- #: ../includes/class-settings.php:586
646
  msgid "When true, FancyBox is centered while scrolling page."
647
  msgstr ""
648
 
649
- #: ../includes/class-settings.php:593
650
  msgid "When true, transparency of content is changed for elastic transitions."
651
  msgstr ""
652
 
653
- #: ../includes/class-settings.php:597
654
  msgid "Overlay opacity"
655
  msgstr ""
656
 
657
- #: ../includes/class-settings.php:600
658
  msgid "Opacity of the overlay."
659
  msgstr ""
660
 
661
- #: ../includes/class-settings.php:606
662
  msgid "Overlay color"
663
  msgstr ""
664
 
665
- #: ../includes/class-settings.php:609
666
  msgid "Color of the overlay."
667
  msgstr ""
668
 
669
- #: ../includes/class-settings.php:613
670
  msgid "Title show"
671
  msgstr ""
672
 
673
- #: ../includes/class-settings.php:616
674
  msgid "Toggle title."
675
  msgstr ""
676
 
677
- #: ../includes/class-settings.php:620
678
  msgid "Title position"
679
  msgstr ""
680
 
681
- #: ../includes/class-settings.php:623
682
  msgid "The position of title."
683
  msgstr ""
684
 
685
- #: ../includes/class-settings.php:628
686
  msgid "Transition (in/out)"
687
  msgstr ""
688
 
689
- #: ../includes/class-settings.php:631
690
  msgid "The transition type."
691
  msgstr ""
692
 
693
- #: ../includes/class-settings.php:636
694
  msgid "Easings (in/out)"
695
  msgstr ""
696
 
697
- #: ../includes/class-settings.php:639
698
  msgid "Easing used for elastic animations."
699
  msgstr ""
700
 
701
- #: ../includes/class-settings.php:644
702
  msgid "Speed (in/out)"
703
  msgstr ""
704
 
705
- #: ../includes/class-settings.php:647
706
  msgid "Speed of the fade and elastic transitions, in milliseconds."
707
  msgstr ""
708
 
709
- #: ../includes/class-settings.php:652
710
  msgid "Change speed"
711
  msgstr ""
712
 
713
- #: ../includes/class-settings.php:655
714
  msgid "Speed of resizing when changing gallery items, in milliseconds."
715
  msgstr ""
716
 
717
- #: ../includes/class-settings.php:660
718
  msgid "Change fade"
719
  msgstr ""
720
 
721
- #: ../includes/class-settings.php:663
722
  msgid "Speed of the content fading while changing gallery items."
723
  msgstr ""
724
 
725
- #: ../includes/class-settings.php:668
726
  msgid "Padding"
727
  msgstr ""
728
 
729
- #: ../includes/class-settings.php:671
730
  msgid "Space between FancyBox wrapper and content."
731
  msgstr ""
732
 
733
- #: ../includes/class-settings.php:676
734
  msgid "Margin"
735
  msgstr ""
736
 
737
- #: ../includes/class-settings.php:679
738
  msgid "Space between viewport and FancyBox wrapper."
739
  msgstr ""
740
 
741
- #: ../includes/class-settings.php:687
742
  msgid "Width of the video."
743
  msgstr ""
744
 
745
- #: ../includes/class-settings.php:695
746
  msgid "Height of the video."
747
  msgstr ""
748
 
749
- #: ../includes/class-settings.php:708
750
  msgid "Effect"
751
  msgstr ""
752
 
753
- #: ../includes/class-settings.php:711
754
  msgid "The effect to use when showing the lightbox."
755
  msgstr ""
756
 
757
- #: ../includes/class-settings.php:716 ../includes/class-settings.php:815
758
  msgid "Keyboard navigation"
759
  msgstr ""
760
 
761
- #: ../includes/class-settings.php:719 ../includes/class-settings.php:818
762
  msgid "Enable keyboard navigation (left/right/escape)."
763
  msgstr ""
764
 
765
- #: ../includes/class-settings.php:723
766
  msgid "Click overlay to close"
767
  msgstr ""
768
 
769
- #: ../includes/class-settings.php:726
770
  msgid "Enable to close lightbox on overlay click."
771
  msgstr ""
772
 
773
- #: ../includes/class-settings.php:730
774
  msgid "Error message"
775
  msgstr ""
776
 
777
- #: ../includes/class-settings.php:734
778
  msgid "Error message if the content cannot be loaded."
779
  msgstr ""
780
 
781
- #: ../includes/class-settings.php:749
782
  msgid "Animation speed."
783
  msgstr ""
784
 
785
- #: ../includes/class-settings.php:754
786
  msgid "Preload next image"
787
  msgstr ""
788
 
789
- #: ../includes/class-settings.php:757
790
  msgid "Silently preload the next image."
791
  msgstr ""
792
 
793
- #: ../includes/class-settings.php:761
794
  msgid "Enable keyboard keys"
795
  msgstr ""
796
 
797
- #: ../includes/class-settings.php:764
798
  msgid "Enable keyboard shortcuts (arrows Left/Right and Esc)."
799
  msgstr ""
800
 
801
- #: ../includes/class-settings.php:768
802
  msgid "Quit after last image"
803
  msgstr ""
804
 
805
- #: ../includes/class-settings.php:771
806
  msgid "Quit after viewing the last image."
807
  msgstr ""
808
 
809
- #: ../includes/class-settings.php:775
810
  msgid "Quit on image click"
811
  msgstr ""
812
 
813
- #: ../includes/class-settings.php:778
814
  msgid "Quit when the viewed image is clicked."
815
  msgstr ""
816
 
817
- #: ../includes/class-settings.php:782
818
  msgid "Quit on anything click"
819
  msgstr ""
820
 
821
- #: ../includes/class-settings.php:785
822
  msgid "Quit when anything but the viewed image is clicked."
823
  msgstr ""
824
 
825
- #: ../includes/class-settings.php:797
826
  msgid "Transition effect"
827
  msgstr ""
828
 
829
- #: ../includes/class-settings.php:800
830
  msgid "What effect to use for the transition."
831
  msgstr ""
832
 
833
- #: ../includes/class-settings.php:802
834
  msgid "slide"
835
  msgstr ""
836
 
837
- #: ../includes/class-settings.php:808
838
  msgid "Infinite loop"
839
  msgstr ""
840
 
841
- #: ../includes/class-settings.php:811
842
  msgid ""
843
  "Whether or not to slide back to the first slide when the last has been "
844
  "reached."
845
  msgstr ""
846
 
847
- #: ../includes/class-settings.php:822
848
  msgid "Autoplay"
849
  msgstr ""
850
 
851
- #: ../includes/class-settings.php:833
852
  msgid "The timeout between sliding to the next slide in milliseconds."
853
  msgstr ""
854
 
855
- #: ../includes/class-settings.php:840
856
  msgid "Pause on hover"
857
  msgstr ""
858
 
859
- #: ../includes/class-settings.php:843
860
  msgid "Whether or not to pause on hover."
861
  msgstr ""
862
 
863
- #: ../includes/class-settings.php:847
864
  msgid "Pagination"
865
  msgstr ""
866
 
867
- #: ../includes/class-settings.php:853
868
  msgid "Whether or not to add a pagination."
869
  msgstr ""
870
 
871
- #: ../includes/class-settings.php:858
872
  msgid "What type of pagination to use."
873
  msgstr ""
874
 
875
- #: ../includes/class-settings.php:860
876
  msgid "Bullets"
877
  msgstr ""
878
 
879
- #: ../includes/class-settings.php:861
880
  msgid "Thumbnails"
881
  msgstr ""
882
 
883
- #: ../includes/class-settings.php:894
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
884
  msgid "Add-ons"
885
  msgstr ""
886
 
887
- #: ../includes/class-settings.php:908 ../includes/class-settings.php:922
888
- #: ../includes/class-settings.php:935
889
  msgid "Responsive Lightbox"
890
  msgstr ""
891
 
892
- #: ../includes/class-settings.php:937
893
  msgid "Need support?"
894
  msgstr ""
895
 
896
- #: ../includes/class-settings.php:938
897
  msgid ""
898
  "If you are having problems with this plugin, please talk about them in the"
899
  msgstr ""
900
 
901
- #: ../includes/class-settings.php:938
902
  msgid "Support forum"
903
  msgstr ""
904
 
905
- #: ../includes/class-settings.php:940
906
  msgid "Do you like this plugin?"
907
  msgstr ""
908
 
909
- #: ../includes/class-settings.php:947
910
  msgid "Rate it 5"
911
  msgstr ""
912
 
913
- #: ../includes/class-settings.php:947
914
  msgid "on WordPress.org"
915
  msgstr ""
916
 
917
- #: ../includes/class-settings.php:948
918
  msgid "Blog about it & link to the"
919
  msgstr ""
920
 
921
- #: ../includes/class-settings.php:948
922
  msgid "plugin page"
923
  msgstr ""
924
 
925
- #: ../includes/class-settings.php:949
926
  msgid "Check out our other"
927
  msgstr ""
928
 
929
- #: ../includes/class-settings.php:949
930
  msgid "WordPress plugins"
931
  msgstr ""
932
 
933
- #: ../includes/class-settings.php:975
934
  msgid "Reset to defaults"
935
  msgstr ""
936
 
937
- #: ../includes/class-settings.php:1093
938
  msgid "Licenses"
939
  msgstr ""
940
 
941
- #: ../includes/class-settings.php:1384
942
  msgid "Settings restored to defaults."
943
  msgstr ""
944
 
945
- #: ../includes/class-settings.php:1398
946
  msgid "Add-ons / Extensions"
947
  msgstr ""
948
 
949
- #: ../includes/class-settings.php:1399
950
  msgid ""
951
  "Enhance your website with these beautiful, easy to use extensions, designed "
952
  "with Responsive Lightbox integration in mind."
953
  msgstr ""
954
 
955
- #: ../includes/class-settings.php:1413
956
  msgid ""
957
  "There was an error retrieving the extensions list from the server. Please "
958
  "try again later."
959
  msgstr ""
960
 
961
- #: ../includes/class-settings.php:1426
962
  msgid "A list of licenses for your Responsive Lightbox extensions."
963
  msgstr ""
964
 
965
- #: ../includes/class-settings.php:1442
966
  #, php-format
967
  msgid ""
968
  "Enter your license key to activate %s extension and enable automatic upgrade "
969
  "notices."
970
  msgstr ""
971
 
972
- #: ../includes/class-settings.php:1498 ../includes/class-settings.php:1511
973
- #: ../includes/class-settings.php:1536 ../includes/class-settings.php:1547
974
  msgid "License activation failed."
975
  msgstr ""
976
 
977
- #: ../includes/class-settings.php:1508
978
  msgid "License successfully activated."
979
  msgstr ""
980
 
981
- #: ../includes/class-settings.php:1545
982
  msgid "License successfully deactivated."
983
  msgstr ""
984
 
985
- #: ../responsive-lightbox.php:314
986
  #, php-format
987
  msgid ""
988
- "Thank you for updating Responsive Lightbox to version %s. <a href=\"%s"
989
  "\">Click here</a> to check out our latest extensions!"
990
  msgstr ""
991
 
992
- #: ../responsive-lightbox.php:359
993
  msgid "Support"
994
  msgstr ""
995
 
996
- #: ../responsive-lightbox.php:378
997
  msgid "Settings"
998
  msgstr ""
999
 
1000
- #: ../responsive-lightbox.php:398
1001
  msgid "Are you sure you want to reset these settings to defaults?"
1002
  msgstr ""
1003
 
1004
- #: ../responsive-lightbox.php:399
1005
  msgid "Are you sure you want to reset this script settings to defaults?"
1006
  msgstr ""
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Responsive Lightbox\n"
5
+ "POT-Creation-Date: 2016-12-06 22:56+0100\n"
6
  "PO-Revision-Date: 2015-05-12 12:06+0100\n"
7
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
8
  "Language-Team: dFactory <info@dfactory.eu>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.11\n"
14
  "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
97
  msgstr ""
98
 
99
  #: ../includes/class-settings.php:74 ../includes/class-settings.php:95
100
+ #: ../includes/class-settings.php:812
101
  msgid "fade"
102
  msgstr ""
103
 
173
  msgid "TosRUs"
174
  msgstr ""
175
 
176
+ #: ../includes/class-settings.php:111
177
+ msgid "Featherlight"
178
+ msgstr ""
179
+
180
+ #: ../includes/class-settings.php:116
181
  msgid "None (default)"
182
  msgstr ""
183
 
184
+ #: ../includes/class-settings.php:117
185
  msgid "Image Title"
186
  msgstr ""
187
 
188
+ #: ../includes/class-settings.php:118
189
  msgid "Image Caption"
190
  msgstr ""
191
 
192
+ #: ../includes/class-settings.php:119
193
  msgid "Image Alt Text"
194
  msgstr ""
195
 
196
+ #: ../includes/class-settings.php:120
197
  msgid "Image Description"
198
  msgstr ""
199
 
200
+ #: ../includes/class-settings.php:124
201
  msgid "Header"
202
  msgstr ""
203
 
204
+ #: ../includes/class-settings.php:125
205
  msgid "Footer"
206
  msgstr ""
207
 
208
+ #: ../includes/class-settings.php:135
209
  msgid "Thumbnail"
210
  msgstr ""
211
 
212
+ #: ../includes/class-settings.php:136
213
  msgid "Medium"
214
  msgstr ""
215
 
216
+ #: ../includes/class-settings.php:137
217
  msgid "Large"
218
  msgstr ""
219
 
220
+ #: ../includes/class-settings.php:138
221
  msgid "Full Size (default)"
222
  msgstr ""
223
 
224
+ #: ../includes/class-settings.php:148 ../includes/class-settings.php:948
225
  msgid "General settings"
226
  msgstr ""
227
 
228
+ #: ../includes/class-settings.php:157
229
  msgid "Lightbox script"
230
  msgstr ""
231
 
232
+ #: ../includes/class-settings.php:163
233
  #, php-format
234
  msgid ""
235
  "Select your preffered ligthbox effect script or get our <a href=\"%s"
236
  "\">premium extensions</a>."
237
  msgstr ""
238
 
239
+ #: ../includes/class-settings.php:170
240
  msgid "Selector"
241
  msgstr ""
242
 
243
+ #: ../includes/class-settings.php:173
244
  msgid "Enter the rel selector lightbox effect will be applied to."
245
  msgstr ""
246
 
247
+ #: ../includes/class-settings.php:176
248
  msgid "Image links"
249
  msgstr ""
250
 
251
+ #: ../includes/class-settings.php:179
252
  msgid "Add lightbox to WordPress image links by default."
253
  msgstr ""
254
 
255
+ #: ../includes/class-settings.php:182
256
  msgid "Single image title"
257
  msgstr ""
258
 
259
+ #: ../includes/class-settings.php:185
260
  msgid "Select title for single images."
261
  msgstr ""
262
 
263
+ #: ../includes/class-settings.php:189
264
  msgid "Single images as gallery"
265
  msgstr ""
266
 
267
+ #: ../includes/class-settings.php:192
268
  msgid "Display single post images as a gallery."
269
  msgstr ""
270
 
271
+ #: ../includes/class-settings.php:195
272
  msgid "Galleries"
273
  msgstr ""
274
 
275
+ #: ../includes/class-settings.php:198
276
  msgid "Add lightbox to WordPress image galleries by default."
277
  msgstr ""
278
 
279
+ #: ../includes/class-settings.php:201
280
  msgid "Gallery image size"
281
  msgstr ""
282
 
283
+ #: ../includes/class-settings.php:204
284
  msgid "Select image size for gallery image links."
285
  msgstr ""
286
 
287
+ #: ../includes/class-settings.php:208
288
  msgid "Gallery image title"
289
  msgstr ""
290
 
291
+ #: ../includes/class-settings.php:211
292
  msgid "Select title for images in native WordPress galleries."
293
  msgstr ""
294
 
295
+ #: ../includes/class-settings.php:215
296
  msgid "Force gallery lightbox"
297
  msgstr ""
298
 
299
+ #: ../includes/class-settings.php:218
300
  msgid ""
301
  "Try to force lightbox for custom WP gallery replacements, like Jetpack tiled "
302
  "galleries."
303
  msgstr ""
304
 
305
+ #: ../includes/class-settings.php:221
306
+ msgid "WooCommerce lightbox"
307
+ msgstr ""
308
+
309
+ #: ../includes/class-settings.php:224
310
+ msgid "Replace WooCommerce product gallery lightbox."
311
+ msgstr ""
312
+
313
+ #: ../includes/class-settings.php:227
314
  msgid "Video links"
315
  msgstr ""
316
 
317
+ #: ../includes/class-settings.php:230
318
  msgid "Add lightbox to YouTube and Vimeo video links by default."
319
  msgstr ""
320
 
321
+ #: ../includes/class-settings.php:233
322
  msgid "Custom events"
323
  msgstr ""
324
 
325
+ #: ../includes/class-settings.php:239
326
  msgid "Enable triggering lightbox on custom jQuery events."
327
  msgstr ""
328
 
329
+ #: ../includes/class-settings.php:243
330
  msgid "Enter a space separated list of events."
331
  msgstr ""
332
 
333
+ #: ../includes/class-settings.php:248
334
  msgid "Loading place"
335
  msgstr ""
336
 
337
+ #: ../includes/class-settings.php:251
338
  msgid "Select where all the lightbox scripts should be placed."
339
  msgstr ""
340
 
341
+ #: ../includes/class-settings.php:255
342
  msgid "Conditional loading"
343
  msgstr ""
344
 
345
+ #: ../includes/class-settings.php:258
346
  msgid ""
347
  "Enable to load scripts and styles only on pages that have images or "
348
  "galleries in post content."
349
  msgstr ""
350
 
351
+ #: ../includes/class-settings.php:261
352
  msgid "Delete data"
353
  msgstr ""
354
 
355
+ #: ../includes/class-settings.php:264
356
  msgid "Delete all plugin settings on deactivation."
357
  msgstr ""
358
 
359
+ #: ../includes/class-settings.php:274 ../includes/class-settings.php:954
360
  msgid "Lightbox settings"
361
  msgstr ""
362
 
363
+ #: ../includes/class-settings.php:292
364
  msgid "Animation type"
365
  msgstr ""
366
 
367
+ #: ../includes/class-settings.php:296
368
  msgid "Select a method of applying a lightbox effect."
369
  msgstr ""
370
 
371
+ #: ../includes/class-settings.php:301
372
  msgid "Force PNG icons"
373
  msgstr ""
374
 
375
+ #: ../includes/class-settings.php:304
376
  msgid ""
377
  "Enable this if you're having problems with navigation icons not visible on "
378
  "some devices."
379
  msgstr ""
380
 
381
+ #: ../includes/class-settings.php:308
382
  msgid "Hide close on mobile"
383
  msgstr ""
384
 
385
+ #: ../includes/class-settings.php:311
386
  msgid "Hide the close button on mobile devices."
387
  msgstr ""
388
 
389
+ #: ../includes/class-settings.php:315
390
  msgid "Remove bars on mobile"
391
  msgstr ""
392
 
393
+ #: ../includes/class-settings.php:318
394
  msgid "Hide the top and bottom bars on mobile devices."
395
  msgstr ""
396
 
397
+ #: ../includes/class-settings.php:322
398
  msgid "Top and bottom bars"
399
  msgstr ""
400
 
401
+ #: ../includes/class-settings.php:328
402
  msgid "Hide top and bottom bars after a period of time."
403
  msgstr ""
404
 
405
+ #: ../includes/class-settings.php:333
406
  msgid ""
407
  "Enter the time after which the top and bottom bars will be hidden (when "
408
  "hiding is enabled)."
409
  msgstr ""
410
 
411
+ #: ../includes/class-settings.php:340
412
  msgid "Video max width"
413
  msgstr ""
414
 
415
+ #: ../includes/class-settings.php:343
416
  msgid "Enter the max video width in a lightbox."
417
  msgstr ""
418
 
419
+ #: ../includes/class-settings.php:348
420
  msgid "Loop at end"
421
  msgstr ""
422
 
423
+ #: ../includes/class-settings.php:351
424
  msgid "True will return to the first image after the last image is reached."
425
  msgstr ""
426
 
427
+ #: ../includes/class-settings.php:363 ../includes/class-settings.php:755
428
  msgid "Animation speed"
429
  msgstr ""
430
 
431
+ #: ../includes/class-settings.php:367
432
  msgid "Select animation speed for lightbox effect."
433
  msgstr ""
434
 
435
+ #: ../includes/class-settings.php:372
436
  msgid "Slideshow"
437
  msgstr ""
438
 
439
+ #: ../includes/class-settings.php:378
440
  msgid "Display images as slideshow"
441
  msgstr ""
442
 
443
+ #: ../includes/class-settings.php:383
444
  msgid "Enter time (in miliseconds)."
445
  msgstr ""
446
 
447
+ #: ../includes/class-settings.php:390
448
  msgid "Slideshow autoplay"
449
  msgstr ""
450
 
451
+ #: ../includes/class-settings.php:393 ../includes/class-settings.php:837
452
  msgid "Automatically start slideshow."
453
  msgstr ""
454
 
455
+ #: ../includes/class-settings.php:397 ../includes/class-settings.php:599
456
  msgid "Opacity"
457
  msgstr ""
458
 
459
+ #: ../includes/class-settings.php:400
460
  msgid "Value between 0 and 100, 100 for no opacity."
461
  msgstr ""
462
 
463
+ #: ../includes/class-settings.php:406
464
  msgid "Show title"
465
  msgstr ""
466
 
467
+ #: ../includes/class-settings.php:409
468
  msgid "Display image title."
469
  msgstr ""
470
 
471
+ #: ../includes/class-settings.php:413
472
  msgid "Allow resize big images"
473
  msgstr ""
474
 
475
+ #: ../includes/class-settings.php:416
476
  msgid "Resize the photos bigger than viewport."
477
  msgstr ""
478
 
479
+ #: ../includes/class-settings.php:420
480
  msgid "Allow expand"
481
  msgstr ""
482
 
483
+ #: ../includes/class-settings.php:423
484
  msgid "Allow expanding images."
485
  msgstr ""
486
 
487
+ #: ../includes/class-settings.php:427 ../includes/class-settings.php:693
488
  msgid "Video width"
489
  msgstr ""
490
 
491
+ #: ../includes/class-settings.php:434 ../includes/class-settings.php:701
492
  msgid "Video height"
493
  msgstr ""
494
 
495
+ #: ../includes/class-settings.php:441
496
  msgid "Theme"
497
  msgstr ""
498
 
499
+ #: ../includes/class-settings.php:444
500
  msgid "Select the theme for lightbox effect."
501
  msgstr ""
502
 
503
+ #: ../includes/class-settings.php:449
504
  msgid "Horizontal padding"
505
  msgstr ""
506
 
507
+ #: ../includes/class-settings.php:456
508
  msgid "Hide Flash"
509
  msgstr ""
510
 
511
+ #: ../includes/class-settings.php:459
512
  msgid ""
513
  "Hide all the flash objects on a page. Enable this if flash appears over "
514
  "prettyPhoto."
515
  msgstr ""
516
 
517
+ #: ../includes/class-settings.php:463
518
  msgid "Flash Window Mode (wmode)"
519
  msgstr ""
520
 
521
+ #: ../includes/class-settings.php:466
522
  msgid "Select flash window mode."
523
  msgstr ""
524
 
525
+ #: ../includes/class-settings.php:471
526
  msgid "Video autoplay"
527
  msgstr ""
528
 
529
+ #: ../includes/class-settings.php:474
530
  msgid "Automatically start videos."
531
  msgstr ""
532
 
533
+ #: ../includes/class-settings.php:478 ../includes/class-settings.php:521
534
  msgid "Modal"
535
  msgstr ""
536
 
537
+ #: ../includes/class-settings.php:481
538
  msgid "If set to true, only the close button will close the window."
539
  msgstr ""
540
 
541
+ #: ../includes/class-settings.php:485
542
  msgid "Deeplinking"
543
  msgstr ""
544
 
545
+ #: ../includes/class-settings.php:488
546
  msgid "Allow prettyPhoto to update the url to enable deeplinking."
547
  msgstr ""
548
 
549
+ #: ../includes/class-settings.php:492
550
  msgid "Overlay gallery"
551
  msgstr ""
552
 
553
+ #: ../includes/class-settings.php:495
554
  msgid "If enabled, a gallery will overlay the fullscreen image on mouse over."
555
  msgstr ""
556
 
557
+ #: ../includes/class-settings.php:499
558
  msgid "Keyboard shortcuts"
559
  msgstr ""
560
 
561
+ #: ../includes/class-settings.php:502
562
  msgid "Set to false if you open forms inside prettyPhoto."
563
  msgstr ""
564
 
565
+ #: ../includes/class-settings.php:506
566
  msgid "Social (Twitter, Facebook)"
567
  msgstr ""
568
 
569
+ #: ../includes/class-settings.php:509
570
  msgid "Display links to Facebook and Twitter."
571
  msgstr ""
572
 
573
+ #: ../includes/class-settings.php:524
574
  msgid ""
575
  "When true, \"overlayShow\" is set to true and \"hideOnOverlayClick\", "
576
  "\"hideOnContentClick\", \"enableEscapeButton\", \"showCloseButton\" are set "
577
  "to false."
578
  msgstr ""
579
 
580
+ #: ../includes/class-settings.php:528
581
  msgid "Show overlay"
582
  msgstr ""
583
 
584
+ #: ../includes/class-settings.php:531
585
  msgid "Toggle overlay."
586
  msgstr ""
587
 
588
+ #: ../includes/class-settings.php:535
589
  msgid "Show close button"
590
  msgstr ""
591
 
592
+ #: ../includes/class-settings.php:538
593
  msgid "Toggle close button."
594
  msgstr ""
595
 
596
+ #: ../includes/class-settings.php:542
597
  msgid "Enable escape button"
598
  msgstr ""
599
 
600
+ #: ../includes/class-settings.php:545 ../includes/class-settings.php:916
601
+ msgid "Toggle if pressing Esc button closes lightbox."
602
  msgstr ""
603
 
604
+ #: ../includes/class-settings.php:549
605
  msgid "Hide on overlay click"
606
  msgstr ""
607
 
608
+ #: ../includes/class-settings.php:552
609
  msgid "Toggle if clicking the overlay should close FancyBox."
610
  msgstr ""
611
 
612
+ #: ../includes/class-settings.php:556
613
  msgid "Hide on content click"
614
  msgstr ""
615
 
616
+ #: ../includes/class-settings.php:559
617
  msgid "Toggle if clicking the content should close FancyBox."
618
  msgstr ""
619
 
620
+ #: ../includes/class-settings.php:563
621
  msgid "Cyclic"
622
  msgstr ""
623
 
624
+ #: ../includes/class-settings.php:566
625
  msgid ""
626
  "When true, galleries will be cyclic, allowing you to keep pressing next/back."
627
  msgstr ""
628
 
629
+ #: ../includes/class-settings.php:570
630
  msgid "Show nav arrows"
631
  msgstr ""
632
 
633
+ #: ../includes/class-settings.php:573
634
  msgid "Toggle navigation arrows."
635
  msgstr ""
636
 
637
+ #: ../includes/class-settings.php:577
638
  msgid "Auto scale"
639
  msgstr ""
640
 
641
+ #: ../includes/class-settings.php:580
642
  msgid "If true, FancyBox is scaled to fit in viewport."
643
  msgstr ""
644
 
645
+ #: ../includes/class-settings.php:584
646
  msgid "Scrolling (in/out)"
647
  msgstr ""
648
 
649
+ #: ../includes/class-settings.php:587
650
  msgid "Set the overflow CSS property to create or hide scrollbars."
651
  msgstr ""
652
 
653
+ #: ../includes/class-settings.php:592
654
  msgid "Center on scroll"
655
  msgstr ""
656
 
657
+ #: ../includes/class-settings.php:595
658
  msgid "When true, FancyBox is centered while scrolling page."
659
  msgstr ""
660
 
661
+ #: ../includes/class-settings.php:602
662
  msgid "When true, transparency of content is changed for elastic transitions."
663
  msgstr ""
664
 
665
+ #: ../includes/class-settings.php:606
666
  msgid "Overlay opacity"
667
  msgstr ""
668
 
669
+ #: ../includes/class-settings.php:609
670
  msgid "Opacity of the overlay."
671
  msgstr ""
672
 
673
+ #: ../includes/class-settings.php:615
674
  msgid "Overlay color"
675
  msgstr ""
676
 
677
+ #: ../includes/class-settings.php:618
678
  msgid "Color of the overlay."
679
  msgstr ""
680
 
681
+ #: ../includes/class-settings.php:622
682
  msgid "Title show"
683
  msgstr ""
684
 
685
+ #: ../includes/class-settings.php:625
686
  msgid "Toggle title."
687
  msgstr ""
688
 
689
+ #: ../includes/class-settings.php:629
690
  msgid "Title position"
691
  msgstr ""
692
 
693
+ #: ../includes/class-settings.php:632
694
  msgid "The position of title."
695
  msgstr ""
696
 
697
+ #: ../includes/class-settings.php:637
698
  msgid "Transition (in/out)"
699
  msgstr ""
700
 
701
+ #: ../includes/class-settings.php:640
702
  msgid "The transition type."
703
  msgstr ""
704
 
705
+ #: ../includes/class-settings.php:645
706
  msgid "Easings (in/out)"
707
  msgstr ""
708
 
709
+ #: ../includes/class-settings.php:648
710
  msgid "Easing used for elastic animations."
711
  msgstr ""
712
 
713
+ #: ../includes/class-settings.php:653
714
  msgid "Speed (in/out)"
715
  msgstr ""
716
 
717
+ #: ../includes/class-settings.php:656
718
  msgid "Speed of the fade and elastic transitions, in milliseconds."
719
  msgstr ""
720
 
721
+ #: ../includes/class-settings.php:661
722
  msgid "Change speed"
723
  msgstr ""
724
 
725
+ #: ../includes/class-settings.php:664
726
  msgid "Speed of resizing when changing gallery items, in milliseconds."
727
  msgstr ""
728
 
729
+ #: ../includes/class-settings.php:669
730
  msgid "Change fade"
731
  msgstr ""
732
 
733
+ #: ../includes/class-settings.php:672
734
  msgid "Speed of the content fading while changing gallery items."
735
  msgstr ""
736
 
737
+ #: ../includes/class-settings.php:677
738
  msgid "Padding"
739
  msgstr ""
740
 
741
+ #: ../includes/class-settings.php:680
742
  msgid "Space between FancyBox wrapper and content."
743
  msgstr ""
744
 
745
+ #: ../includes/class-settings.php:685
746
  msgid "Margin"
747
  msgstr ""
748
 
749
+ #: ../includes/class-settings.php:688
750
  msgid "Space between viewport and FancyBox wrapper."
751
  msgstr ""
752
 
753
+ #: ../includes/class-settings.php:696
754
  msgid "Width of the video."
755
  msgstr ""
756
 
757
+ #: ../includes/class-settings.php:704
758
  msgid "Height of the video."
759
  msgstr ""
760
 
761
+ #: ../includes/class-settings.php:717
762
  msgid "Effect"
763
  msgstr ""
764
 
765
+ #: ../includes/class-settings.php:720
766
  msgid "The effect to use when showing the lightbox."
767
  msgstr ""
768
 
769
+ #: ../includes/class-settings.php:725 ../includes/class-settings.php:824
770
  msgid "Keyboard navigation"
771
  msgstr ""
772
 
773
+ #: ../includes/class-settings.php:728 ../includes/class-settings.php:827
774
  msgid "Enable keyboard navigation (left/right/escape)."
775
  msgstr ""
776
 
777
+ #: ../includes/class-settings.php:732
778
  msgid "Click overlay to close"
779
  msgstr ""
780
 
781
+ #: ../includes/class-settings.php:735
782
  msgid "Enable to close lightbox on overlay click."
783
  msgstr ""
784
 
785
+ #: ../includes/class-settings.php:739
786
  msgid "Error message"
787
  msgstr ""
788
 
789
+ #: ../includes/class-settings.php:743
790
  msgid "Error message if the content cannot be loaded."
791
  msgstr ""
792
 
793
+ #: ../includes/class-settings.php:758
794
  msgid "Animation speed."
795
  msgstr ""
796
 
797
+ #: ../includes/class-settings.php:763
798
  msgid "Preload next image"
799
  msgstr ""
800
 
801
+ #: ../includes/class-settings.php:766
802
  msgid "Silently preload the next image."
803
  msgstr ""
804
 
805
+ #: ../includes/class-settings.php:770
806
  msgid "Enable keyboard keys"
807
  msgstr ""
808
 
809
+ #: ../includes/class-settings.php:773
810
  msgid "Enable keyboard shortcuts (arrows Left/Right and Esc)."
811
  msgstr ""
812
 
813
+ #: ../includes/class-settings.php:777
814
  msgid "Quit after last image"
815
  msgstr ""
816
 
817
+ #: ../includes/class-settings.php:780
818
  msgid "Quit after viewing the last image."
819
  msgstr ""
820
 
821
+ #: ../includes/class-settings.php:784
822
  msgid "Quit on image click"
823
  msgstr ""
824
 
825
+ #: ../includes/class-settings.php:787
826
  msgid "Quit when the viewed image is clicked."
827
  msgstr ""
828
 
829
+ #: ../includes/class-settings.php:791
830
  msgid "Quit on anything click"
831
  msgstr ""
832
 
833
+ #: ../includes/class-settings.php:794
834
  msgid "Quit when anything but the viewed image is clicked."
835
  msgstr ""
836
 
837
+ #: ../includes/class-settings.php:806
838
  msgid "Transition effect"
839
  msgstr ""
840
 
841
+ #: ../includes/class-settings.php:809
842
  msgid "What effect to use for the transition."
843
  msgstr ""
844
 
845
+ #: ../includes/class-settings.php:811
846
  msgid "slide"
847
  msgstr ""
848
 
849
+ #: ../includes/class-settings.php:817
850
  msgid "Infinite loop"
851
  msgstr ""
852
 
853
+ #: ../includes/class-settings.php:820
854
  msgid ""
855
  "Whether or not to slide back to the first slide when the last has been "
856
  "reached."
857
  msgstr ""
858
 
859
+ #: ../includes/class-settings.php:831
860
  msgid "Autoplay"
861
  msgstr ""
862
 
863
+ #: ../includes/class-settings.php:842
864
  msgid "The timeout between sliding to the next slide in milliseconds."
865
  msgstr ""
866
 
867
+ #: ../includes/class-settings.php:849
868
  msgid "Pause on hover"
869
  msgstr ""
870
 
871
+ #: ../includes/class-settings.php:852
872
  msgid "Whether or not to pause on hover."
873
  msgstr ""
874
 
875
+ #: ../includes/class-settings.php:856
876
  msgid "Pagination"
877
  msgstr ""
878
 
879
+ #: ../includes/class-settings.php:862
880
  msgid "Whether or not to add a pagination."
881
  msgstr ""
882
 
883
+ #: ../includes/class-settings.php:867
884
  msgid "What type of pagination to use."
885
  msgstr ""
886
 
887
+ #: ../includes/class-settings.php:869
888
  msgid "Bullets"
889
  msgstr ""
890
 
891
+ #: ../includes/class-settings.php:870
892
  msgid "Thumbnails"
893
  msgstr ""
894
 
895
+ #: ../includes/class-settings.php:885
896
+ msgid "Opening speed"
897
+ msgstr ""
898
+
899
+ #: ../includes/class-settings.php:888
900
+ msgid "Duration of opening animation."
901
+ msgstr ""
902
+
903
+ #: ../includes/class-settings.php:893
904
+ msgid "Closing speed"
905
+ msgstr ""
906
+
907
+ #: ../includes/class-settings.php:896
908
+ msgid "Duration of closing animation."
909
+ msgstr ""
910
+
911
+ #: ../includes/class-settings.php:901
912
+ msgid "Close on click"
913
+ msgstr ""
914
+
915
+ #: ../includes/class-settings.php:904
916
+ msgid "Select how to close lightbox."
917
+ msgstr ""
918
+
919
+ #: ../includes/class-settings.php:906
920
+ msgid "background"
921
+ msgstr ""
922
+
923
+ #: ../includes/class-settings.php:907
924
+ msgid "anywhere"
925
+ msgstr ""
926
+
927
+ #: ../includes/class-settings.php:908
928
+ msgid "false"
929
+ msgstr ""
930
+
931
+ #: ../includes/class-settings.php:913
932
+ msgid "Close on Esc"
933
+ msgstr ""
934
+
935
+ #: ../includes/class-settings.php:920
936
+ msgid "Gallery fade in"
937
+ msgstr ""
938
+
939
+ #: ../includes/class-settings.php:923
940
+ msgid "Animation speed when image is loaded."
941
+ msgstr ""
942
+
943
+ #: ../includes/class-settings.php:928
944
+ msgid "Gallery fade out"
945
+ msgstr ""
946
+
947
+ #: ../includes/class-settings.php:931
948
+ msgid "Animation speed before image is loaded."
949
+ msgstr ""
950
+
951
+ #: ../includes/class-settings.php:962
952
  msgid "Add-ons"
953
  msgstr ""
954
 
955
+ #: ../includes/class-settings.php:976 ../includes/class-settings.php:990
956
+ #: ../includes/class-settings.php:1003
957
  msgid "Responsive Lightbox"
958
  msgstr ""
959
 
960
+ #: ../includes/class-settings.php:1005
961
  msgid "Need support?"
962
  msgstr ""
963
 
964
+ #: ../includes/class-settings.php:1006
965
  msgid ""
966
  "If you are having problems with this plugin, please talk about them in the"
967
  msgstr ""
968
 
969
+ #: ../includes/class-settings.php:1006
970
  msgid "Support forum"
971
  msgstr ""
972
 
973
+ #: ../includes/class-settings.php:1008
974
  msgid "Do you like this plugin?"
975
  msgstr ""
976
 
977
+ #: ../includes/class-settings.php:1009
978
  msgid "Rate it 5"
979
  msgstr ""
980
 
981
+ #: ../includes/class-settings.php:1009
982
  msgid "on WordPress.org"
983
  msgstr ""
984
 
985
+ #: ../includes/class-settings.php:1010
986
  msgid "Blog about it & link to the"
987
  msgstr ""
988
 
989
+ #: ../includes/class-settings.php:1010
990
  msgid "plugin page"
991
  msgstr ""
992
 
993
+ #: ../includes/class-settings.php:1011
994
  msgid "Check out our other"
995
  msgstr ""
996
 
997
+ #: ../includes/class-settings.php:1011
998
  msgid "WordPress plugins"
999
  msgstr ""
1000
 
1001
+ #: ../includes/class-settings.php:1037
1002
  msgid "Reset to defaults"
1003
  msgstr ""
1004
 
1005
+ #: ../includes/class-settings.php:1155
1006
  msgid "Licenses"
1007
  msgstr ""
1008
 
1009
+ #: ../includes/class-settings.php:1446
1010
  msgid "Settings restored to defaults."
1011
  msgstr ""
1012
 
1013
+ #: ../includes/class-settings.php:1460
1014
  msgid "Add-ons / Extensions"
1015
  msgstr ""
1016
 
1017
+ #: ../includes/class-settings.php:1461
1018
  msgid ""
1019
  "Enhance your website with these beautiful, easy to use extensions, designed "
1020
  "with Responsive Lightbox integration in mind."
1021
  msgstr ""
1022
 
1023
+ #: ../includes/class-settings.php:1475
1024
  msgid ""
1025
  "There was an error retrieving the extensions list from the server. Please "
1026
  "try again later."
1027
  msgstr ""
1028
 
1029
+ #: ../includes/class-settings.php:1488
1030
  msgid "A list of licenses for your Responsive Lightbox extensions."
1031
  msgstr ""
1032
 
1033
+ #: ../includes/class-settings.php:1504
1034
  #, php-format
1035
  msgid ""
1036
  "Enter your license key to activate %s extension and enable automatic upgrade "
1037
  "notices."
1038
  msgstr ""
1039
 
1040
+ #: ../includes/class-settings.php:1560 ../includes/class-settings.php:1573
1041
+ #: ../includes/class-settings.php:1598 ../includes/class-settings.php:1609
1042
  msgid "License activation failed."
1043
  msgstr ""
1044
 
1045
+ #: ../includes/class-settings.php:1570
1046
  msgid "License successfully activated."
1047
  msgstr ""
1048
 
1049
+ #: ../includes/class-settings.php:1607
1050
  msgid "License successfully deactivated."
1051
  msgstr ""
1052
 
1053
+ #: ../responsive-lightbox.php:328
1054
  #, php-format
1055
  msgid ""
1056
+ "Thank you for installing Responsive Lightbox version %s. <a href=\"%s"
1057
  "\">Click here</a> to check out our latest extensions!"
1058
  msgstr ""
1059
 
1060
+ #: ../responsive-lightbox.php:400
1061
  msgid "Support"
1062
  msgstr ""
1063
 
1064
+ #: ../responsive-lightbox.php:419
1065
  msgid "Settings"
1066
  msgstr ""
1067
 
1068
+ #: ../responsive-lightbox.php:439
1069
  msgid "Are you sure you want to reset these settings to defaults?"
1070
  msgstr ""
1071
 
1072
+ #: ../responsive-lightbox.php:440
1073
  msgid "Are you sure you want to reset this script settings to defaults?"
1074
  msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: dfactory
3
  Donate link: http://www.dfactory.eu/
4
  Tags: gallery, images, lightbox, links, photos, template, theme, photo, image, picture, slideshow, modal, overlay, YouTube, Vimeo, video, videos
5
  Requires at least: 4.0
6
- Tested up to: 4.6
7
- Stable tag: 1.6.9
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -18,7 +18,7 @@ For more information, check out plugin page at [dFactory](http://www.dfactory.eu
18
 
19
  = Features include: =
20
 
21
- * Select from 6 responsive lightbox scripts (SwipeBox, prettyPhoto, FancyBox, Nivo Lightbox, Image Lightbox, Tos "R" Us)
22
  * Automatically add lightbox to WordPress image galleries
23
  * Automatically add lightbox to WordPress image links
24
  * Automatically add lightbox to WordPress video links (YouTube, Vimeo)
@@ -35,14 +35,14 @@ For more information, check out plugin page at [dFactory](http://www.dfactory.eu
35
  * Filter hook for embeddding different scripts based on any custom conditions (page, post, category, user id, etc.)
36
  * .pot file for translations included
37
 
38
- = Available Extensions: =
39
-
40
- * [Justified Gallery](https://www.dfactory.eu/products/justified-gallery/)
41
- * [Masonry Image Gallery](https://www.dfactory.eu/products/masonry-image-gallery/)
42
- * [Lightcase Lightbox](https://www.dfactory.eu/products/lightcase-lightbox/)
43
- * [PhotoSwipe Lightbox](https://www.dfactory.eu/products/photoswipe-lightbox/)
44
- * [Strip Lightbox](https://www.dfactory.eu/products/strip-lightbox/)
45
-
46
 
47
  == Installation ==
48
 
@@ -61,6 +61,11 @@ No questions yet.
61
 
62
  == Changelog ==
63
 
 
 
 
 
 
64
  = 1.6.9 =
65
  * New: [PhotoSwipe Lightbox](https://www.dfactory.eu/products/photoswipe-lightbox/) premium extension
66
  * Fix: data-rel attribute missing in multiline links
@@ -277,6 +282,7 @@ Initial release
277
 
278
  == Upgrade Notice ==
279
 
280
- = 1.6.9 =
281
- * New: [PhotoSwipe Lightbox](https://www.dfactory.eu/products/photoswipe-lightbox/) premium extension
282
- * Fix: data-rel attribute missing in multiline links
 
3
  Donate link: http://www.dfactory.eu/
4
  Tags: gallery, images, lightbox, links, photos, template, theme, photo, image, picture, slideshow, modal, overlay, YouTube, Vimeo, video, videos
5
  Requires at least: 4.0
6
+ Tested up to: 4.7
7
+ Stable tag: 1.6.10
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
18
 
19
  = Features include: =
20
 
21
+ * Select from 7 responsive lightbox scripts (SwipeBox, prettyPhoto, FancyBox, Nivo Lightbox, Image Lightbox, Tos "R" Us, Featherlight)
22
  * Automatically add lightbox to WordPress image galleries
23
  * Automatically add lightbox to WordPress image links
24
  * Automatically add lightbox to WordPress video links (YouTube, Vimeo)
35
  * Filter hook for embeddding different scripts based on any custom conditions (page, post, category, user id, etc.)
36
  * .pot file for translations included
37
 
38
+ > <strong>Premium Extensions:</strong>
39
+ > [Justified Gallery](https://www.dfactory.eu/products/justified-gallery/)
40
+ > [Masonry Image Gallery](https://www.dfactory.eu/products/masonry-image-gallery/)
41
+ > [Slider Gallery](https://www.dfactory.eu/products/slider-gallery/)
42
+ > [Lightcase Lightbox](https://www.dfactory.eu/products/lightcase-lightbox/)
43
+ > [PhotoSwipe Lightbox](https://www.dfactory.eu/products/photoswipe-lightbox/)
44
+ > [Lightgallery Lightbox](https://www.dfactory.eu/products/lightgallery-lightbox/)
45
+ > [Strip Lightbox](https://www.dfactory.eu/products/strip-lightbox/)
46
 
47
  == Installation ==
48
 
61
 
62
  == Changelog ==
63
 
64
+ = 1.6.10 =
65
+ * New: Featherlight lightbox script
66
+ * New: [Lightgallery Lightbox](https://www.dfactory.eu/products/lightgallery-lightbox/) premium extension
67
+ * New: [Slider Gallery](https://www.dfactory.eu/products/slider-gallery/) premium extension
68
+
69
  = 1.6.9 =
70
  * New: [PhotoSwipe Lightbox](https://www.dfactory.eu/products/photoswipe-lightbox/) premium extension
71
  * Fix: data-rel attribute missing in multiline links
282
 
283
  == Upgrade Notice ==
284
 
285
+ = 1.6.10 =
286
+ * New: Featherlight lightbox script
287
+ * New: [Lightgallery Lightbox](https://www.dfactory.eu/products/lightgallery-lightbox/) premium extension
288
+ * New: [Slider Gallery](https://www.dfactory.eu/products/slider-gallery/) premium extension
responsive-lightbox.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Responsive Lightbox
4
  Description: Responsive Lightbox allows users to view larger versions of images and galleries in a lightbox (overlay) effect optimized for mobile devices.
5
- Version: 1.6.9
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/responsive-lightbox/
@@ -36,7 +36,7 @@ include_once( RESPONSIVE_LIGHTBOX_PATH . 'includes/class-settings.php' );
36
  * Responsive Lightbox class.
37
  *
38
  * @class Responsive_Lightbox
39
- * @version 1.6.9
40
  */
41
  class Responsive_Lightbox {
42
 
@@ -145,9 +145,17 @@ class Responsive_Lightbox {
145
  'timeout' => 4000,
146
  'pagination' => true,
147
  'pagination_type' => 'thumbnails'
 
 
 
 
 
 
 
 
148
  )
149
  ),
150
- 'version' => '1.6.9'
151
  );
152
  public $options = array();
153
  private $notices = array();
@@ -186,7 +194,7 @@ class Responsive_Lightbox {
186
  }
187
 
188
  // update plugin version
189
- update_option( 'responsive_lightbox_version', $this->defaults['version'], '', 'no' );
190
 
191
  $this->options['settings'] = array_merge( $this->defaults['settings'], ( ($array = get_option( 'responsive_lightbox_settings' ) ) === false ? array() : $array ) );
192
 
@@ -656,6 +664,39 @@ class Responsive_Lightbox {
656
 
657
  break;
658
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
659
  default :
660
 
661
  do_action( 'rl_lightbox_enqueue_scripts' );
2
  /*
3
  Plugin Name: Responsive Lightbox
4
  Description: Responsive Lightbox allows users to view larger versions of images and galleries in a lightbox (overlay) effect optimized for mobile devices.
5
+ Version: 1.6.10
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/responsive-lightbox/
36
  * Responsive Lightbox class.
37
  *
38
  * @class Responsive_Lightbox
39
+ * @version 1.6.10
40
  */
41
  class Responsive_Lightbox {
42
 
145
  'timeout' => 4000,
146
  'pagination' => true,
147
  'pagination_type' => 'thumbnails'
148
+ ),
149
+ 'featherlight' => array(
150
+ 'open_speed' => 250,
151
+ 'close_speed' => 250,
152
+ 'close_on_click' => 'background',
153
+ 'close_on_esc' => true,
154
+ 'gallery_fade_in' => 100,
155
+ 'gallery_fade_out' => 300
156
  )
157
  ),
158
+ 'version' => '1.6.10'
159
  );
160
  public $options = array();
161
  private $notices = array();
194
  }
195
 
196
  // update plugin version
197
+ update_option( 'responsive_lightbox_version', $this->defaults['version'], false );
198
 
199
  $this->options['settings'] = array_merge( $this->defaults['settings'], ( ($array = get_option( 'responsive_lightbox_settings' ) ) === false ? array() : $array ) );
200
 
664
 
665
  break;
666
 
667
+ case 'featherlight' :
668
+
669
+ wp_register_script(
670
+ 'responsive-lightbox-featherlight', plugins_url( 'assets/featherlight/featherlight.min.js', __FILE__ ), array( 'jquery' ), $this->defaults['version'], ($this->options['settings']['loading_place'] === 'header' ? false : true )
671
+ );
672
+ wp_register_style(
673
+ 'responsive-lightbox-featherlight', plugins_url( 'assets/featherlight/featherlight.min.css', __FILE__ ), array(), $this->defaults['version']
674
+ );
675
+ wp_register_script(
676
+ 'responsive-lightbox-featherlight-gallery', plugins_url( 'assets/featherlight/featherlight.gallery.min.js', __FILE__ ), array( 'jquery' ), $this->defaults['version'], ($this->options['settings']['loading_place'] === 'header' ? false : true )
677
+ );
678
+ wp_register_style(
679
+ 'responsive-lightbox-featherlight-gallery', plugins_url( 'assets/featherlight/featherlight.gallery.min.css', __FILE__ ), array(), $this->defaults['version']
680
+ );
681
+
682
+ $scripts[] = 'responsive-lightbox-featherlight';
683
+ $styles[] = 'responsive-lightbox-featherlight';
684
+ $scripts[] = 'responsive-lightbox-featherlight-gallery';
685
+ $styles[] = 'responsive-lightbox-featherlight-gallery';
686
+
687
+ $args = array_merge(
688
+ $args, array(
689
+ 'openSpeed' => $this->options['configuration']['featherlight']['open_speed'],
690
+ 'closeSpeed' => $this->options['configuration']['featherlight']['close_speed'],
691
+ 'closeOnClick' => $this->options['configuration']['featherlight']['close_on_click'],
692
+ 'closeOnEsc' => $this->get_boolean_value( $this->options['configuration']['featherlight']['close_on_esc'] ),
693
+ 'galleryFadeIn' => $this->options['configuration']['featherlight']['gallery_fade_in'],
694
+ 'galleryFadeOut' => $this->options['configuration']['featherlight']['gallery_fade_out']
695
+ )
696
+ );
697
+
698
+ break;
699
+
700
  default :
701
 
702
  do_action( 'rl_lightbox_enqueue_scripts' );