Version Description
- New: Estonian translation, thanks to Hugo Amtmann
- Tweak: Swipebox script update, thanks to Arno Welzel
Download this release
Release Info
Developer | dfactory |
Plugin | Responsive Lightbox & Gallery |
Version | 1.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.4.2 to 1.4.3
- assets/swipebox/source/jquery.swipebox.min.js +2 -2
- assets/swipebox/source/swipebox.css +265 -263
- languages/responsive-lightbox-et_ET.mo +0 -0
- languages/responsive-lightbox-et_ET.po +831 -0
- readme.txt +10 -4
- responsive-lightbox.php +2 -2
assets/swipebox/source/jquery.swipebox.min.js
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @link http://csag.co
|
7 |
* @github http://github.com/brutaldesign/swipebox
|
8 |
* @github https://github.com/arnowelzel/swipebox
|
9 |
-
* @version 1.2.
|
10 |
* @license MIT License
|
11 |
*/
|
12 |
-
|
6 |
* @link http://csag.co
|
7 |
* @github http://github.com/brutaldesign/swipebox
|
8 |
* @github https://github.com/arnowelzel/swipebox
|
9 |
+
* @version 1.2.3
|
10 |
* @license MIT License
|
11 |
*/
|
12 |
+
(function(e,t,n,r){n.swipebox=function(i,s){var o={useCSS:true,initialIndexOnArray:0,hideBarsDelay:3e3,videoMaxWidth:1140,vimeoColor:"CCCCCC",beforeOpen:null,afterClose:null},u=this,a=[],i=i,f=i.selector,l=n(f),c=t.createTouch!==r||"ontouchstart"in e||"onmsgesturechange"in e||navigator.msMaxTouchPoints,h=!!e.SVGSVGElement,p=e.innerWidth?e.innerWidth:n(e).width(),d=e.innerHeight?e.innerHeight:n(e).height(),v='<div id="swipebox-overlay"> <div id="swipebox-slider"></div> <div id="swipebox-caption"></div> <div id="swipebox-action"> <a id="swipebox-close"></a> <a id="swipebox-prev"></a> <a id="swipebox-next"></a> </div> </div>',m=0,g=0;u.settings={};u.init=function(){u.settings=n.extend({},o,s);if(n.isArray(i)){a=i;y.target=n(e);y.init(u.settings.initialIndexOnArray)}else{l.click(function(e){u.refresh();a=[];var t,r,i;if(!i){r="rel";i=n(this).attr(r)}if(i&&i!==""&&i!=="nofollow"){$elem=l.filter("["+r+'="'+i+'"]')}else{$elem=n(f)}$elem.each(function(){var e=null,t=null;if(n(this).attr("title"))e=n(this).attr("title");else if(n(this).children("img").attr("alt"))e=n(this).children("img").attr("alt");if(n(this).attr("href"))t=n(this).attr("href");a.push({href:t,title:e})});t=$elem.index(n(this));e.preventDefault();e.stopPropagation();y.target=n(e.target);y.init(t)})}};u.refresh=function(){if(!n.isArray(i)){y.destroy();$elem=n(f);y.actions()}};var y={init:function(e){if(u.settings.beforeOpen)u.settings.beforeOpen();this.target.trigger("swipebox-start");n.swipebox.isOpen=true;this.build();this.openSlide(e);this.openMedia(e);this.preloadMedia(e+1);this.preloadMedia(e-1)},build:function(){var e=this;n("body").append(v);if(e.doCssTrans()){n("#swipebox-slider").css({"-webkit-transition":"left 0.4s ease","-moz-transition":"left 0.4s ease","-o-transition":"left 0.4s ease","-khtml-transition":"left 0.4s ease",transition:"left 0.4s ease"});n("#swipebox-overlay").css({"-webkit-transition":"opacity 1s ease","-moz-transition":"opacity 1s ease","-o-transition":"opacity 1s ease","-khtml-transition":"opacity 1s ease",transition:"opacity 1s ease"});n("#swipebox-action, #swipebox-caption").css({"-webkit-transition":"0.5s","-moz-transition":"0.5s","-o-transition":"0.5s","-khtml-transition":"0.5s",transition:"0.5s"})}if(h){var t=n("#swipebox-action #swipebox-close").css("background-image");t=t.replace("png","svg");n("#swipebox-action #swipebox-prev,#swipebox-action #swipebox-next,#swipebox-action #swipebox-close").css({"background-image":t})}n.each(a,function(){n("#swipebox-slider").append('<div class="slide"></div>')});e.setDim();e.actions();e.keyboard();e.gesture();e.animBars();e.resize()},setDim:function(){var t,r,i={};if("onorientationchange"in e){e.addEventListener("orientationchange",function(){if(e.orientation==0){t=p;r=d}else if(e.orientation==90||e.orientation==-90){t=d;r=p}},false)}else{t=e.innerWidth?e.innerWidth:n(e).width();r=e.innerHeight?e.innerHeight:n(e).height()}i={width:t,height:r};n("#swipebox-overlay").css(i)},resize:function(){var t=this;n(e).resize(function(){t.setDim()}).resize()},supportTransition:function(){var e="transition WebkitTransition MozTransition OTransition msTransition KhtmlTransition".split(" ");for(var n=0;n<e.length;n++){if(t.createElement("div").style[e[n]]!==r){return e[n]}}return false},doCssTrans:function(){if(u.settings.useCSS&&this.supportTransition()){return true}},gesture:function(){if(c){var e=this,t=null,r=10,i={},s={};var o=n("#swipebox-caption, #swipebox-action");o.addClass("visible-bars");e.setTimeout();n("#swipebox-slider").bind("touchstart",function(e){n(this).addClass("touching");s=e.originalEvent.targetTouches[0];i.pageX=e.originalEvent.targetTouches[0].pageX;n(".touching").bind("touchmove",function(e){e.preventDefault();e.stopPropagation();s=e.originalEvent.targetTouches[0]});return false}).bind("touchend",function(u){u.preventDefault();u.stopPropagation();t=s.pageX-i.pageX;if(t>=r){e.getPrev()}else if(t<=-r){e.getNext()}else{if(!o.hasClass("visible-bars")){e.showBars();e.setTimeout()}else{e.clearTimeout();e.hideBars()}}n(".touching").off("touchmove").removeClass("touching")})}},setTimeout:function(){if(u.settings.hideBarsDelay>0){var t=this;t.clearTimeout();t.timeout=e.setTimeout(function(){t.hideBars()},u.settings.hideBarsDelay)}},clearTimeout:function(){e.clearTimeout(this.timeout);this.timeout=null},showBars:function(){var e=n("#swipebox-caption, #swipebox-action");if(this.doCssTrans()){e.addClass("visible-bars")}else{n("#swipebox-caption").animate({top:0},500);n("#swipebox-action").animate({bottom:0},500);setTimeout(function(){e.addClass("visible-bars")},1e3)}},hideBars:function(){var e=n("#swipebox-caption, #swipebox-action");if(this.doCssTrans()){e.removeClass("visible-bars")}else{n("#swipebox-caption").animate({top:"-50px"},500);n("#swipebox-action").animate({bottom:"-50px"},500);setTimeout(function(){e.removeClass("visible-bars")},1e3)}},animBars:function(){var e=this;var t=n("#swipebox-caption, #swipebox-action");t.addClass("visible-bars");e.setTimeout();if(!c){n("#swipebox-slider").click(function(n){if(!t.hasClass("visible-bars")){e.showBars();e.setTimeout()}else{e.clearTimeout();e.hideBars()}})}n("#swipebox-action").hover(function(){e.showBars();t.addClass("force-visible-bars");e.clearTimeout()},function(){t.removeClass("force-visible-bars");e.setTimeout()})},keyboard:function(){var t=this;n(e).bind("keyup",function(e){e.preventDefault();e.stopPropagation();if(e.keyCode==37){t.getPrev()}else if(e.keyCode==39){t.getNext()}else if(e.keyCode==27){t.closeSlide()}})},actions:function(){var e=this;if(a.length<2){n("#swipebox-prev, #swipebox-next").hide()}else{n("#swipebox-prev").bind("click",function(t){t.preventDefault();t.stopPropagation();e.getPrev();e.setTimeout()});n("#swipebox-next").bind("click",function(t){t.preventDefault();t.stopPropagation();e.getNext();e.setTimeout()})}n("#swipebox-close").bind("click",function(t){e.closeSlide()})},setSlide:function(e,t){t=t||false;var r=n("#swipebox-slider");if(this.doCssTrans()){r.css({left:-e*100+"%"})}else{r.animate({left:-e*100+"%"})}n("#swipebox-slider .slide").removeClass("current");n("#swipebox-slider .slide").eq(e).addClass("current");this.setTitle(e);if(t){r.fadeIn()}n("#swipebox-prev, #swipebox-next").removeClass("disabled");if(e==0){n("#swipebox-prev").addClass("disabled")}else if(e==a.length-1){n("#swipebox-next").addClass("disabled")}},openSlide:function(t){m=n(e).scrollLeft();g=n(e).scrollTop();n(e).scrollLeft(0);n(e).scrollTop(0);n("html").addClass("swipebox");n(e).trigger("resize");this.setSlide(t,true)},preloadMedia:function(e){var t=this,n=null;if(a[e]!==r)n=a[e].href;if(!t.isVideo(n)){setTimeout(function(){t.openMedia(e)},1e3)}else{t.openMedia(e)}},openMedia:function(e){var t=this,i=null;if(a[e]!==r)i=a[e].href;if(e<0||e>=a.length){return false}if(!t.isVideo(i)){t.loadMedia(i,function(){n("#swipebox-slider .slide").eq(e).html(this)})}else{n("#swipebox-slider .slide").eq(e).html(t.getVideo(i))}},setTitle:function(e,t){var i=null;n("#swipebox-caption").empty();if(a[e]!==r)i=a[e].title;if(i){n("#swipebox-caption").append(i)}},isVideo:function(e){if(e){if(e.match(/youtube\.com\/watch\?v=([a-zA-Z0-9\-_]+)/)||e.match(/vimeo\.com\/([0-9]*)/)){return true}}},getVideo:function(e){var t="";var n="";var r=e.match(/watch\?v=([a-zA-Z0-9\-_]+)/);var i=e.match(/vimeo\.com\/([0-9]*)/);if(r){t='<iframe width="560" height="315" src="//www.youtube.com/embed/'+r[1]+'" frameborder="0" allowfullscreen></iframe>'}else if(i){t='<iframe width="560" height="315" src="http://player.vimeo.com/video/'+i[1]+"?byline=0&portrait=0&color="+u.settings.vimeoColor+'" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>'}return'<div class="swipebox-video-container" style="max-width:'+u.settings.videoMaxWidth+'px"><div class="swipebox-video">'+t+"</div></div>"},loadMedia:function(e,t){if(!this.isVideo(e)){var r=n("<img>").on("load",function(){t.call(r)});r.attr("src",e)}},getNext:function(){var e=this;index=n("#swipebox-slider .slide").index(n("#swipebox-slider .slide.current"));if(index+1<a.length){index++;e.setSlide(index);e.preloadMedia(index+1)}else{n("#swipebox-slider").addClass("rightSpring");setTimeout(function(){n("#swipebox-slider").removeClass("rightSpring")},500)}},getPrev:function(){index=n("#swipebox-slider .slide").index(n("#swipebox-slider .slide.current"));if(index>0){index--;this.setSlide(index);this.preloadMedia(index-1)}else{n("#swipebox-slider").addClass("leftSpring");setTimeout(function(){n("#swipebox-slider").removeClass("leftSpring")},500)}},closeSlide:function(){n("html").removeClass("swipebox");n(e).trigger("resize");this.destroy();n(e).scrollLeft(m);n(e).scrollTop(g)},destroy:function(){n(e).unbind("keyup");n("#swipebox-slider").unbind("touchstart");n("#swipebox-slider").unbind("touchmove");n("#swipebox-slider").unbind("touchend");n("#swipebox-slider").unbind();n("#swipebox-overlay").remove();if(!n.isArray(i))i.removeData("_swipebox");if(this.target)this.target.trigger("swipebox-destroy");n.swipebox.isOpen=false;if(u.settings.afterClose)u.settings.afterClose()}};u.init()};n.fn.swipebox=function(e){if(!n.data(this,"_swipebox")){var t=new n.swipebox(this,e);this.data("_swipebox",t)}return this.data("_swipebox")}})(window,document,jQuery)
|
assets/swipebox/source/swipebox.css
CHANGED
@@ -1,263 +1,265 @@
|
|
1 |
-
html.swipebox {
|
2 |
-
overflow: hidden!important;
|
3 |
-
}
|
4 |
-
|
5 |
-
#swipebox-overlay img {
|
6 |
-
border: none!important;
|
7 |
-
}
|
8 |
-
|
9 |
-
#swipebox-overlay {
|
10 |
-
width: 100%;
|
11 |
-
height: 100%;
|
12 |
-
position: fixed;
|
13 |
-
top: 0;
|
14 |
-
left: 0;
|
15 |
-
z-index: 99999!important;
|
16 |
-
overflow: hidden;
|
17 |
-
-webkit-user-select: none;
|
18 |
-
-moz-user-select: none;
|
19 |
-
user-select: none;
|
20 |
-
}
|
21 |
-
|
22 |
-
#swipebox-slider {
|
23 |
-
height: 100%;
|
24 |
-
left: 0;
|
25 |
-
top: 0;
|
26 |
-
width: 100%;
|
27 |
-
white-space: nowrap;
|
28 |
-
position: absolute;
|
29 |
-
display: none;
|
30 |
-
}
|
31 |
-
|
32 |
-
#swipebox-slider .slide {
|
33 |
-
background: url("img/loader.gif") no-repeat center center;
|
34 |
-
height: 100%;
|
35 |
-
width: 100%;
|
36 |
-
line-height: 1px;
|
37 |
-
text-align: center;
|
38 |
-
display: inline-block;
|
39 |
-
}
|
40 |
-
|
41 |
-
#swipebox-slider .slide:before {
|
42 |
-
content: "";
|
43 |
-
display: inline-block;
|
44 |
-
height: 50%;
|
45 |
-
width: 1px;
|
46 |
-
margin-right: -1px;
|
47 |
-
}
|
48 |
-
|
49 |
-
#swipebox-slider .slide img,
|
50 |
-
#swipebox-slider .slide .swipebox-video-container {
|
51 |
-
display: inline-block;
|
52 |
-
max-height: 100%;
|
53 |
-
max-width: 100%;
|
54 |
-
margin: 0;
|
55 |
-
padding: 0;
|
56 |
-
width: auto;
|
57 |
-
height: auto;
|
58 |
-
vertical-align: middle;
|
59 |
-
}
|
60 |
-
|
61 |
-
#swipebox-slider .slide .swipebox-video-container {
|
62 |
-
background:none;
|
63 |
-
max-width: 1140px;
|
64 |
-
max-height: 100%;
|
65 |
-
width: 100%;
|
66 |
-
padding:5%;
|
67 |
-
box-sizing: border-box;
|
68 |
-
-webkit-box-sizing: border-box;
|
69 |
-
-moz-box-sizing: border-box;
|
70 |
-
}
|
71 |
-
|
72 |
-
|
73 |
-
#swipebox-slider .slide .swipebox-video-container .swipebox-video{
|
74 |
-
width: 100%;
|
75 |
-
height: 0;
|
76 |
-
padding-bottom: 56.25%;
|
77 |
-
overflow: hidden;
|
78 |
-
position: relative;
|
79 |
-
}
|
80 |
-
|
81 |
-
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
|
82 |
-
width: 100%!important;
|
83 |
-
height: 100%!important;
|
84 |
-
position: absolute;
|
85 |
-
top: 0; left: 0;
|
86 |
-
}
|
87 |
-
|
88 |
-
#swipebox-action, #swipebox-caption {
|
89 |
-
position: absolute;
|
90 |
-
left: 0;
|
91 |
-
z-index: 999;
|
92 |
-
height: 50px;
|
93 |
-
width: 100%;
|
94 |
-
overflow: hidden;
|
95 |
-
}
|
96 |
-
|
97 |
-
#swipebox-action {
|
98 |
-
bottom: -50px;
|
99 |
-
}
|
100 |
-
#swipebox-action.visible-bars {
|
101 |
-
bottom: 0;
|
102 |
-
}
|
103 |
-
|
104 |
-
#swipebox-action.force-visible-bars {
|
105 |
-
bottom: 0!important;
|
106 |
-
}
|
107 |
-
|
108 |
-
#swipebox-caption {
|
109 |
-
top: -50px;
|
110 |
-
text-align: center;
|
111 |
-
}
|
112 |
-
#swipebox-caption.visible-bars {
|
113 |
-
top: 0;
|
114 |
-
}
|
115 |
-
|
116 |
-
#swipebox-caption.force-visible-bars {
|
117 |
-
top: 0!important;
|
118 |
-
}
|
119 |
-
|
120 |
-
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
|
121 |
-
#swipebox-action #swipebox-close {
|
122 |
-
background-image: url("img/icons.png");
|
123 |
-
background-repeat: no-repeat;
|
124 |
-
border: none!important;
|
125 |
-
text-decoration: none!important;
|
126 |
-
cursor: pointer;
|
127 |
-
position: absolute;
|
128 |
-
width: 50px;
|
129 |
-
height: 50px;
|
130 |
-
top: 0;
|
131 |
-
}
|
132 |
-
|
133 |
-
#swipebox-action #swipebox-close {
|
134 |
-
background-position: 15px 12px;
|
135 |
-
left: 40px;
|
136 |
-
}
|
137 |
-
|
138 |
-
#swipebox-action #swipebox-prev {
|
139 |
-
background-position: -32px 13px;
|
140 |
-
right: 100px;
|
141 |
-
}
|
142 |
-
|
143 |
-
#swipebox-action #swipebox-next {
|
144 |
-
background-position: -78px 13px;
|
145 |
-
right: 40px;
|
146 |
-
}
|
147 |
-
|
148 |
-
#swipebox-action #swipebox-prev.disabled,
|
149 |
-
#swipebox-action #swipebox-next.disabled {
|
150 |
-
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
|
151 |
-
opacity: 0.3;
|
152 |
-
}
|
153 |
-
|
154 |
-
#swipebox-slider.rightSpring {
|
155 |
-
-moz-animation: rightSpring 0.3s;
|
156 |
-
-webkit-animation: rightSpring 0.3s;
|
157 |
-
}
|
158 |
-
|
159 |
-
#swipebox-slider.leftSpring {
|
160 |
-
-moz-animation: leftSpring 0.3s;
|
161 |
-
-webkit-animation: leftSpring 0.3s;
|
162 |
-
}
|
163 |
-
|
164 |
-
@-moz-keyframes rightSpring {
|
165 |
-
0% {
|
166 |
-
margin-left: 0px;
|
167 |
-
}
|
168 |
-
|
169 |
-
50% {
|
170 |
-
margin-left: -30px;
|
171 |
-
}
|
172 |
-
|
173 |
-
100% {
|
174 |
-
margin-left: 0px;
|
175 |
-
}
|
176 |
-
}
|
177 |
-
|
178 |
-
@-moz-keyframes leftSpring {
|
179 |
-
0% {
|
180 |
-
margin-left: 0px;
|
181 |
-
}
|
182 |
-
|
183 |
-
50% {
|
184 |
-
margin-left: 30px;
|
185 |
-
}
|
186 |
-
|
187 |
-
100% {
|
188 |
-
margin-left: 0px;
|
189 |
-
}
|
190 |
-
}
|
191 |
-
|
192 |
-
@-webkit-keyframes rightSpring {
|
193 |
-
0% {
|
194 |
-
margin-left: 0px;
|
195 |
-
}
|
196 |
-
|
197 |
-
50% {
|
198 |
-
margin-left: -30px;
|
199 |
-
}
|
200 |
-
|
201 |
-
100% {
|
202 |
-
margin-left: 0px;
|
203 |
-
}
|
204 |
-
}
|
205 |
-
|
206 |
-
@-webkit-keyframes leftSpring {
|
207 |
-
0% {
|
208 |
-
margin-left: 0px;
|
209 |
-
}
|
210 |
-
|
211 |
-
50% {
|
212 |
-
margin-left: 30px;
|
213 |
-
}
|
214 |
-
|
215 |
-
100% {
|
216 |
-
margin-left: 0px;
|
217 |
-
}
|
218 |
-
}
|
219 |
-
|
220 |
-
@media screen and (max-width: 800px) {
|
221 |
-
#swipebox-action #swipebox-close {
|
222 |
-
left: 0;
|
223 |
-
}
|
224 |
-
|
225 |
-
#swipebox-action #swipebox-prev {
|
226 |
-
right: 60px;
|
227 |
-
}
|
228 |
-
|
229 |
-
#swipebox-action #swipebox-next {
|
230 |
-
right: 0;
|
231 |
-
}
|
232 |
-
}
|
233 |
-
|
234 |
-
|
235 |
-
/* Skin
|
236 |
-
--------------------------*/
|
237 |
-
#swipebox-overlay {
|
238 |
-
background: #0d0d0d;
|
239 |
-
}
|
240 |
-
|
241 |
-
#swipebox-action, #swipebox-caption {
|
242 |
-
text-shadow: 1px 1px 1px black;
|
243 |
-
background-color: #0d0d0d;
|
244 |
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
|
245 |
-
background-image: -webkit-linear-gradient(#0d0d0d, #000000);
|
246 |
-
background-image: -moz-linear-gradient(#0d0d0d, #000000);
|
247 |
-
background-image: -o-linear-gradient(#0d0d0d, #000000);
|
248 |
-
background-image: linear-gradient(#0d0d0d, #000000);
|
249 |
-
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
|
250 |
-
opacity: 0.95;
|
251 |
-
}
|
252 |
-
|
253 |
-
#swipebox-action {
|
254 |
-
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
255 |
-
}
|
256 |
-
|
257 |
-
#swipebox-caption {
|
258 |
-
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
259 |
-
color: white!important;
|
260 |
-
font-size: 15px;
|
261 |
-
line-height: 43px;
|
262 |
-
font-family: Helvetica, Arial, sans-serif;
|
263 |
-
}
|
|
|
|
1 |
+
html.swipebox {
|
2 |
+
overflow: hidden!important;
|
3 |
+
}
|
4 |
+
|
5 |
+
#swipebox-overlay img {
|
6 |
+
border: none!important;
|
7 |
+
}
|
8 |
+
|
9 |
+
#swipebox-overlay {
|
10 |
+
width: 100%;
|
11 |
+
height: 100%;
|
12 |
+
position: fixed;
|
13 |
+
top: 0;
|
14 |
+
left: 0;
|
15 |
+
z-index: 99999!important;
|
16 |
+
overflow: hidden;
|
17 |
+
-webkit-user-select: none;
|
18 |
+
-moz-user-select: none;
|
19 |
+
user-select: none;
|
20 |
+
}
|
21 |
+
|
22 |
+
#swipebox-slider {
|
23 |
+
height: 100%;
|
24 |
+
left: 0;
|
25 |
+
top: 0;
|
26 |
+
width: 100%;
|
27 |
+
white-space: nowrap;
|
28 |
+
position: absolute;
|
29 |
+
display: none;
|
30 |
+
}
|
31 |
+
|
32 |
+
#swipebox-slider .slide {
|
33 |
+
background: url("img/loader.gif") no-repeat center center;
|
34 |
+
height: 100%;
|
35 |
+
width: 100%;
|
36 |
+
line-height: 1px;
|
37 |
+
text-align: center;
|
38 |
+
display: inline-block;
|
39 |
+
}
|
40 |
+
|
41 |
+
#swipebox-slider .slide:before {
|
42 |
+
content: "";
|
43 |
+
display: inline-block;
|
44 |
+
height: 50%;
|
45 |
+
width: 1px;
|
46 |
+
margin-right: -1px;
|
47 |
+
}
|
48 |
+
|
49 |
+
#swipebox-slider .slide img,
|
50 |
+
#swipebox-slider .slide .swipebox-video-container {
|
51 |
+
display: inline-block;
|
52 |
+
max-height: 100%;
|
53 |
+
max-width: 100%;
|
54 |
+
margin: 0;
|
55 |
+
padding: 0;
|
56 |
+
width: auto;
|
57 |
+
height: auto;
|
58 |
+
vertical-align: middle;
|
59 |
+
}
|
60 |
+
|
61 |
+
#swipebox-slider .slide .swipebox-video-container {
|
62 |
+
background:none;
|
63 |
+
max-width: 1140px;
|
64 |
+
max-height: 100%;
|
65 |
+
width: 100%;
|
66 |
+
padding:5%;
|
67 |
+
box-sizing: border-box;
|
68 |
+
-webkit-box-sizing: border-box;
|
69 |
+
-moz-box-sizing: border-box;
|
70 |
+
}
|
71 |
+
|
72 |
+
|
73 |
+
#swipebox-slider .slide .swipebox-video-container .swipebox-video{
|
74 |
+
width: 100%;
|
75 |
+
height: 0;
|
76 |
+
padding-bottom: 56.25%;
|
77 |
+
overflow: hidden;
|
78 |
+
position: relative;
|
79 |
+
}
|
80 |
+
|
81 |
+
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
|
82 |
+
width: 100%!important;
|
83 |
+
height: 100%!important;
|
84 |
+
position: absolute;
|
85 |
+
top: 0; left: 0;
|
86 |
+
}
|
87 |
+
|
88 |
+
#swipebox-action, #swipebox-caption {
|
89 |
+
position: absolute;
|
90 |
+
left: 0;
|
91 |
+
z-index: 999;
|
92 |
+
height: 50px;
|
93 |
+
width: 100%;
|
94 |
+
overflow: hidden;
|
95 |
+
}
|
96 |
+
|
97 |
+
#swipebox-action {
|
98 |
+
bottom: -50px;
|
99 |
+
}
|
100 |
+
#swipebox-action.visible-bars {
|
101 |
+
bottom: 0;
|
102 |
+
}
|
103 |
+
|
104 |
+
#swipebox-action.force-visible-bars {
|
105 |
+
bottom: 0!important;
|
106 |
+
}
|
107 |
+
|
108 |
+
#swipebox-caption {
|
109 |
+
top: -50px;
|
110 |
+
text-align: center;
|
111 |
+
}
|
112 |
+
#swipebox-caption.visible-bars {
|
113 |
+
top: 0;
|
114 |
+
}
|
115 |
+
|
116 |
+
#swipebox-caption.force-visible-bars {
|
117 |
+
top: 0!important;
|
118 |
+
}
|
119 |
+
|
120 |
+
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
|
121 |
+
#swipebox-action #swipebox-close {
|
122 |
+
background-image: url("img/icons.png");
|
123 |
+
background-repeat: no-repeat;
|
124 |
+
border: none!important;
|
125 |
+
text-decoration: none!important;
|
126 |
+
cursor: pointer;
|
127 |
+
position: absolute;
|
128 |
+
width: 50px;
|
129 |
+
height: 50px;
|
130 |
+
top: 0;
|
131 |
+
}
|
132 |
+
|
133 |
+
#swipebox-action #swipebox-close {
|
134 |
+
background-position: 15px 12px;
|
135 |
+
left: 40px;
|
136 |
+
}
|
137 |
+
|
138 |
+
#swipebox-action #swipebox-prev {
|
139 |
+
background-position: -32px 13px;
|
140 |
+
right: 100px;
|
141 |
+
}
|
142 |
+
|
143 |
+
#swipebox-action #swipebox-next {
|
144 |
+
background-position: -78px 13px;
|
145 |
+
right: 40px;
|
146 |
+
}
|
147 |
+
|
148 |
+
#swipebox-action #swipebox-prev.disabled,
|
149 |
+
#swipebox-action #swipebox-next.disabled {
|
150 |
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
|
151 |
+
opacity: 0.3;
|
152 |
+
}
|
153 |
+
|
154 |
+
#swipebox-slider.rightSpring {
|
155 |
+
-moz-animation: rightSpring 0.3s;
|
156 |
+
-webkit-animation: rightSpring 0.3s;
|
157 |
+
}
|
158 |
+
|
159 |
+
#swipebox-slider.leftSpring {
|
160 |
+
-moz-animation: leftSpring 0.3s;
|
161 |
+
-webkit-animation: leftSpring 0.3s;
|
162 |
+
}
|
163 |
+
|
164 |
+
@-moz-keyframes rightSpring {
|
165 |
+
0% {
|
166 |
+
margin-left: 0px;
|
167 |
+
}
|
168 |
+
|
169 |
+
50% {
|
170 |
+
margin-left: -30px;
|
171 |
+
}
|
172 |
+
|
173 |
+
100% {
|
174 |
+
margin-left: 0px;
|
175 |
+
}
|
176 |
+
}
|
177 |
+
|
178 |
+
@-moz-keyframes leftSpring {
|
179 |
+
0% {
|
180 |
+
margin-left: 0px;
|
181 |
+
}
|
182 |
+
|
183 |
+
50% {
|
184 |
+
margin-left: 30px;
|
185 |
+
}
|
186 |
+
|
187 |
+
100% {
|
188 |
+
margin-left: 0px;
|
189 |
+
}
|
190 |
+
}
|
191 |
+
|
192 |
+
@-webkit-keyframes rightSpring {
|
193 |
+
0% {
|
194 |
+
margin-left: 0px;
|
195 |
+
}
|
196 |
+
|
197 |
+
50% {
|
198 |
+
margin-left: -30px;
|
199 |
+
}
|
200 |
+
|
201 |
+
100% {
|
202 |
+
margin-left: 0px;
|
203 |
+
}
|
204 |
+
}
|
205 |
+
|
206 |
+
@-webkit-keyframes leftSpring {
|
207 |
+
0% {
|
208 |
+
margin-left: 0px;
|
209 |
+
}
|
210 |
+
|
211 |
+
50% {
|
212 |
+
margin-left: 30px;
|
213 |
+
}
|
214 |
+
|
215 |
+
100% {
|
216 |
+
margin-left: 0px;
|
217 |
+
}
|
218 |
+
}
|
219 |
+
|
220 |
+
@media screen and (max-width: 800px) {
|
221 |
+
#swipebox-action #swipebox-close {
|
222 |
+
left: 0;
|
223 |
+
}
|
224 |
+
|
225 |
+
#swipebox-action #swipebox-prev {
|
226 |
+
right: 60px;
|
227 |
+
}
|
228 |
+
|
229 |
+
#swipebox-action #swipebox-next {
|
230 |
+
right: 0;
|
231 |
+
}
|
232 |
+
}
|
233 |
+
|
234 |
+
|
235 |
+
/* Skin
|
236 |
+
--------------------------*/
|
237 |
+
#swipebox-overlay {
|
238 |
+
background: #0d0d0d;
|
239 |
+
}
|
240 |
+
|
241 |
+
#swipebox-action, #swipebox-caption {
|
242 |
+
text-shadow: 1px 1px 1px black;
|
243 |
+
background-color: #0d0d0d;
|
244 |
+
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
|
245 |
+
background-image: -webkit-linear-gradient(#0d0d0d, #000000);
|
246 |
+
background-image: -moz-linear-gradient(#0d0d0d, #000000);
|
247 |
+
background-image: -o-linear-gradient(#0d0d0d, #000000);
|
248 |
+
background-image: linear-gradient(#0d0d0d, #000000);
|
249 |
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
|
250 |
+
opacity: 0.95;
|
251 |
+
}
|
252 |
+
|
253 |
+
#swipebox-action {
|
254 |
+
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
255 |
+
}
|
256 |
+
|
257 |
+
#swipebox-caption {
|
258 |
+
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
259 |
+
color: white!important;
|
260 |
+
font-size: 15px;
|
261 |
+
line-height: 43px;
|
262 |
+
font-family: Helvetica, Arial, sans-serif;
|
263 |
+
}
|
264 |
+
|
265 |
+
|
languages/responsive-lightbox-et_ET.mo
ADDED
Binary file
|
languages/responsive-lightbox-et_ET.po
ADDED
@@ -0,0 +1,831 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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: 3.3
|
6 |
Tested up to: 3.8.1
|
7 |
-
Stable tag: 1.4.
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -34,6 +34,7 @@ For more information, check out plugin page at [dFactory](http://www.dfactory.eu
|
|
34 |
|
35 |
* Czech - by Vaclav Hnilicka
|
36 |
* Dutch - by [Sebas Blom](http://www.basbva.nl/)
|
|
|
37 |
* French - by [Li-An](http://www.echodesplugins.li-an.fr/)
|
38 |
* German - by [Andreas Reitberger](http://wdbase.de)
|
39 |
* Japanese - by stranger-jp
|
@@ -60,6 +61,10 @@ No questions yet.
|
|
60 |
|
61 |
== Changelog ==
|
62 |
|
|
|
|
|
|
|
|
|
63 |
= 1.4.2 =
|
64 |
* Fix: Final fix for IE scroll bug
|
65 |
|
@@ -69,7 +74,7 @@ No questions yet.
|
|
69 |
= 1.4.0 =
|
70 |
* New: Added Image Lightbox script
|
71 |
* New: Option to load scripts in header or footer
|
72 |
-
* Tweak: Changed Swipebox script to custom built
|
73 |
|
74 |
= 1.3.6 =
|
75 |
* New: Added rl_lightbox_args filter hook for embeddding different scripts based on any custom conditions (page, post, category, user id, etc.)
|
@@ -147,5 +152,6 @@ Initial release
|
|
147 |
|
148 |
== Upgrade Notice ==
|
149 |
|
150 |
-
= 1.4.
|
151 |
-
*
|
|
4 |
Tags: gallery, images, lightbox, links, photos, template, theme, photo, image, picture, slideshow, modal, overlay, YouTube, Vimeo, video, videos
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.8.1
|
7 |
+
Stable tag: 1.4.3
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
34 |
|
35 |
* Czech - by Vaclav Hnilicka
|
36 |
* Dutch - by [Sebas Blom](http://www.basbva.nl/)
|
37 |
+
* Estonian - by Hugo Amtmann
|
38 |
* French - by [Li-An](http://www.echodesplugins.li-an.fr/)
|
39 |
* German - by [Andreas Reitberger](http://wdbase.de)
|
40 |
* Japanese - by stranger-jp
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
= 1.4.3 =
|
65 |
+
* New: Estonian translation, thanks to Hugo Amtmann
|
66 |
+
* Tweak: Swipebox script update, thanks to Arno Welzel
|
67 |
+
|
68 |
= 1.4.2 =
|
69 |
* Fix: Final fix for IE scroll bug
|
70 |
|
74 |
= 1.4.0 =
|
75 |
* New: Added Image Lightbox script
|
76 |
* New: Option to load scripts in header or footer
|
77 |
+
* Tweak: Changed Swipebox script to custom built, thanks to Arno Welzel
|
78 |
|
79 |
= 1.3.6 =
|
80 |
* New: Added rl_lightbox_args filter hook for embeddding different scripts based on any custom conditions (page, post, category, user id, etc.)
|
152 |
|
153 |
== Upgrade Notice ==
|
154 |
|
155 |
+
= 1.4.3 =
|
156 |
+
* New: Estonian translation, thanks to Hugo Amtmann
|
157 |
+
* Tweak: Swipebox script update, thanks to Arno Welzel
|
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.4.
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/responsive-lightbox/
|
@@ -109,7 +109,7 @@ class Responsive_Lightbox
|
|
109 |
'quit_on_document_click' => true
|
110 |
)
|
111 |
),
|
112 |
-
'version' => '1.4.
|
113 |
);
|
114 |
private $scripts = array();
|
115 |
private $options = array();
|
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.4.3
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/responsive-lightbox/
|
109 |
'quit_on_document_click' => true
|
110 |
)
|
111 |
),
|
112 |
+
'version' => '1.4.3'
|
113 |
);
|
114 |
private $scripts = array();
|
115 |
private $options = array();
|