Version Description
- New: Option to display single post images as a gallery
- New: Added French translation by Li-An
- Tweak: Rewritten regex for selector
Download this release
Release Info
Developer | dfactory |
Plugin | Responsive Lightbox & Gallery |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1.1 to 1.0.2
- css/{responsive-lightbox-admin.css → admin.css} +0 -0
- css/responsive-lightbox-front.css +0 -179
- js/admin.js +24 -0
- js/{responsive-lightbox-front.js → front.js} +1 -5
- js/responsive-lightbox-admin.js +0 -36
- languages/responsive-lightbox-fr_FR.mo +0 -0
- languages/responsive-lightbox-fr_FR.po +426 -0
- languages/responsive-lightbox-pl_PL.mo +0 -0
- languages/responsive-lightbox-pl_PL.po +107 -99
- languages/responsive-lightbox.pot +107 -99
- readme.txt +12 -5
- responsive-lightbox.php +98 -113
css/{responsive-lightbox-admin.css → admin.css}
RENAMED
File without changes
|
css/responsive-lightbox-front.css
DELETED
@@ -1,179 +0,0 @@
|
|
1 |
-
#ajaxed-comments {
|
2 |
-
padding-top: 10px;
|
3 |
-
display: none;
|
4 |
-
}
|
5 |
-
.wp-default #ajaxed-comments-box, .ac-mini-info-box.wp-default {
|
6 |
-
width: 100%;
|
7 |
-
font-family: sans-serif;
|
8 |
-
font-size: 12px;
|
9 |
-
line-height: 1.4em;
|
10 |
-
padding: 0;
|
11 |
-
background-color: #FFEBE8;
|
12 |
-
border-color: #CC0000;
|
13 |
-
border-radius: 3px 3px 3px 3px;
|
14 |
-
border-style: solid;
|
15 |
-
border-width: 1px;
|
16 |
-
color: #333;
|
17 |
-
text-align: center;
|
18 |
-
}
|
19 |
-
.wp-default .ac-inside-box, .ac-mini-info-box.wp-default div {
|
20 |
-
padding: 10px;
|
21 |
-
}
|
22 |
-
.bootstrap #ajaxed-comments-box, .ac-mini-info-box.bootstrap {
|
23 |
-
width: 100%;
|
24 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
25 |
-
font-size: 14px;
|
26 |
-
line-height: 20px;
|
27 |
-
padding: 0;
|
28 |
-
background-color: #F2DEDE;
|
29 |
-
border-color: #EED3D7;
|
30 |
-
border-radius: 4px 4px 4px 4px;
|
31 |
-
border-style: solid;
|
32 |
-
border-width: 1px;
|
33 |
-
color: #B94A48;
|
34 |
-
text-align: center;
|
35 |
-
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
36 |
-
}
|
37 |
-
.bootstrap .ac-inside-box, .ac-mini-info-box.bootstrap div {
|
38 |
-
padding: 8px 14px;
|
39 |
-
}
|
40 |
-
#ac-spinner {
|
41 |
-
background: url('../../../../wp-admin/images/wpspin_light.gif') no-repeat;
|
42 |
-
background-size: 16px 16px;
|
43 |
-
display: none;
|
44 |
-
opacity: 0.7;
|
45 |
-
filter: alpha(opacity=70);
|
46 |
-
width: 16px;
|
47 |
-
height: 16px;
|
48 |
-
margin-left: 0.3em;
|
49 |
-
position: relative;
|
50 |
-
vertical-align: middle;
|
51 |
-
}
|
52 |
-
.ac-comm-spinner {
|
53 |
-
background: url('../../../../wp-admin/images/wpspin_light.gif') no-repeat;
|
54 |
-
background-size: 16px 16px;
|
55 |
-
display: none;
|
56 |
-
opacity: 0.7;
|
57 |
-
filter: alpha(opacity=70);
|
58 |
-
width: 16px;
|
59 |
-
height: 16px;
|
60 |
-
margin-left: 0.3em;
|
61 |
-
position: relative;
|
62 |
-
vertical-align: middle;
|
63 |
-
}
|
64 |
-
.ac-mini-info-box {
|
65 |
-
display: none;
|
66 |
-
}
|
67 |
-
.ac-textarea {
|
68 |
-
width: 0;
|
69 |
-
}
|
70 |
-
.ac-textarea textarea {
|
71 |
-
width: 100%;
|
72 |
-
height: 150px;
|
73 |
-
}
|
74 |
-
.ac-hide-row-actions {
|
75 |
-
visibility: hidden;
|
76 |
-
}
|
77 |
-
.edit-time-remaining {
|
78 |
-
margin-left: 0.3em;
|
79 |
-
}
|
80 |
-
a.ac-button, span.ac-button {
|
81 |
-
padding:0 0.3em 0 0;
|
82 |
-
}
|
83 |
-
a.ac-button.wp-default, span.ac-button.wp-default {
|
84 |
-
font-family: sans-serif;
|
85 |
-
line-height: 18px;
|
86 |
-
padding: 0 8px;
|
87 |
-
background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
|
88 |
-
border-color: #BBB;
|
89 |
-
color: #333;
|
90 |
-
text-shadow: 0 1px 0 #FFF;
|
91 |
-
-moz-box-sizing: border-box;
|
92 |
-
border-radius: 3px 3px 3px 3px;
|
93 |
-
border-style: solid;
|
94 |
-
border-width: 1px;
|
95 |
-
cursor: pointer;
|
96 |
-
display: inline-block;
|
97 |
-
font-size: 12px;
|
98 |
-
font-style:normal;
|
99 |
-
margin: 0 0.1em;
|
100 |
-
text-decoration: none;
|
101 |
-
white-space: nowrap;
|
102 |
-
outline: none;
|
103 |
-
}
|
104 |
-
span.ac-button.wp-default {
|
105 |
-
cursor: default;
|
106 |
-
}
|
107 |
-
span.ac-button.wp-default.disabled {
|
108 |
-
background: linear-gradient(to bottom, #EEE, #E4E4E4) repeat scroll 0 0 #E3E3E3;
|
109 |
-
color: #AAA;
|
110 |
-
cursor: default;
|
111 |
-
}
|
112 |
-
a.ac-button.wp-default:hover, a.ac-button.wp-default:focus {
|
113 |
-
background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
|
114 |
-
border-color: #999999;
|
115 |
-
color: #222222;
|
116 |
-
}
|
117 |
-
a.ac-button.bootstrap, span.ac-button.bootstrap {
|
118 |
-
font-family: sans-serif;
|
119 |
-
display: inline-block;
|
120 |
-
*display: inline;
|
121 |
-
padding: 4px 12px;
|
122 |
-
margin-right:0.3em;
|
123 |
-
margin-bottom: 0;
|
124 |
-
*margin-left: .3em;
|
125 |
-
line-height: 20px;
|
126 |
-
color: #333333;
|
127 |
-
text-align: center;
|
128 |
-
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
129 |
-
font-style:normal;
|
130 |
-
vertical-align: middle;
|
131 |
-
cursor: pointer;
|
132 |
-
color: #ffffff;
|
133 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
134 |
-
background-color: #006dcc;
|
135 |
-
*background-color: #0044cc;
|
136 |
-
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
137 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
138 |
-
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
139 |
-
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
140 |
-
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
141 |
-
background-repeat: repeat-x;
|
142 |
-
border-style: solid;
|
143 |
-
border-width: 1px;
|
144 |
-
border-color: #0044cc #0044cc #002a80;
|
145 |
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
146 |
-
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
|
147 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
148 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
149 |
-
padding: 2px 10px;
|
150 |
-
font-size: 12px;
|
151 |
-
text-decoration: none;
|
152 |
-
-webkit-border-radius: 3px;
|
153 |
-
-moz-border-radius: 3px;
|
154 |
-
border-radius: 3px;
|
155 |
-
}
|
156 |
-
span.ac-button.bootstrap {
|
157 |
-
cursor: default;
|
158 |
-
}
|
159 |
-
span.ac-button.bootstrap.disabled {
|
160 |
-
color: #ffffff;
|
161 |
-
background-color: #0044cc;
|
162 |
-
*background-color: #003bb3;
|
163 |
-
cursor: default;
|
164 |
-
background-image: none;
|
165 |
-
opacity: 0.65;
|
166 |
-
filter: alpha(opacity=65);
|
167 |
-
-webkit-box-shadow: none;
|
168 |
-
-moz-box-shadow: none;
|
169 |
-
box-shadow: none;
|
170 |
-
}
|
171 |
-
a.ac-button.bootstrap:hover, a.ac-button.bootstrap:focus {
|
172 |
-
color: #ffffff;
|
173 |
-
background-color: #0044cc;
|
174 |
-
*background-color: #003bb3;background-position: 0 -15px;
|
175 |
-
-webkit-transition: background-position 0.1s linear;
|
176 |
-
-moz-transition: background-position 0.1s linear;
|
177 |
-
-o-transition: background-position 0.1s linear;
|
178 |
-
transition: background-position 0.1s linear;
|
179 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
js/admin.js
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(document).ready(function($) {
|
2 |
+
|
3 |
+
$('.wplikebtns').buttonset();
|
4 |
+
|
5 |
+
$(document).on('change', '#rl-slideshow-yes, #rl-slideshow-no', function(event) {
|
6 |
+
if($('#rl-slideshow-yes:checked').val() === 'yes') {
|
7 |
+
$('#rl_pp_slideshow_delay').fadeIn(300);
|
8 |
+
} else if($('#rl-slideshow-no:checked').val() === 'no') {
|
9 |
+
$('#rl_pp_slideshow_delay').fadeOut(300);
|
10 |
+
}
|
11 |
+
});
|
12 |
+
|
13 |
+
$(document).on('change', '#rl-hide-bars-yes, #rl-hide-bars-no', function(event) {
|
14 |
+
if($('#rl-hide-bars-yes:checked').val() === 'yes') {
|
15 |
+
$('#rl_sw_hide_bars_delay').fadeIn(300);
|
16 |
+
} else if($('#rl-hide-bars-no:checked').val() === 'no') {
|
17 |
+
$('#rl_sw_hide_bars_delay').fadeOut(300);
|
18 |
+
}
|
19 |
+
});
|
20 |
+
|
21 |
+
$(document).on('click', 'input#reset_rl_configuration', function(event) {
|
22 |
+
return confirm(rlArgs.resetScriptToDefaults);
|
23 |
+
});
|
24 |
+
});
|
js/{responsive-lightbox-front.js → front.js}
RENAMED
@@ -1,16 +1,12 @@
|
|
1 |
jQuery(document).ready(function($) {
|
2 |
|
3 |
-
function rlUniqueArr(v, i, s) {
|
4 |
-
return s.indexOf(v) === i;
|
5 |
-
}
|
6 |
-
|
7 |
if(rlArgs.script === 'swipebox') {
|
8 |
$('a[rel*="'+rlArgs.selector+'"]').swipebox({
|
9 |
useCSS: rlArgs.animation,
|
10 |
hideBarsDelay: (rlArgs.hideBars === '1' ? parseInt(rlArgs.hideBarsDelay) : 0),
|
11 |
videoMaxWidth: parseInt(rlArgs.videoMaxWidth)
|
12 |
});
|
13 |
-
} else {
|
14 |
$('a[rel*="'+rlArgs.selector+'"]').prettyPhoto({
|
15 |
animation_speed: rlArgs.animationSpeed,
|
16 |
slideshow: (rlArgs.slideshow === '1' ? parseInt(rlArgs.slideshowDelay) : false),
|
1 |
jQuery(document).ready(function($) {
|
2 |
|
|
|
|
|
|
|
|
|
3 |
if(rlArgs.script === 'swipebox') {
|
4 |
$('a[rel*="'+rlArgs.selector+'"]').swipebox({
|
5 |
useCSS: rlArgs.animation,
|
6 |
hideBarsDelay: (rlArgs.hideBars === '1' ? parseInt(rlArgs.hideBarsDelay) : 0),
|
7 |
videoMaxWidth: parseInt(rlArgs.videoMaxWidth)
|
8 |
});
|
9 |
+
} else if(rlArgs.script === 'prettyphoto') {
|
10 |
$('a[rel*="'+rlArgs.selector+'"]').prettyPhoto({
|
11 |
animation_speed: rlArgs.animationSpeed,
|
12 |
slideshow: (rlArgs.slideshow === '1' ? parseInt(rlArgs.slideshowDelay) : false),
|
js/responsive-lightbox-admin.js
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
jQuery(document).ready(function($) {
|
2 |
-
|
3 |
-
$('#rl_script, #rl_videos, #rl_galleries, #rl_image_links, #rl_deactivation_delete, #rl_sw_animation, #rl_sw_hide_bars, #rl_pp_animation_speed, #rl_pp_slideshow, #rl_pp_slideshow_autoplay, #rl_pp_title, #rl_pp_allow_resize, #rl_pp_theme, #rl_pp_hide_flash, #rl_pp_wmode, #rl_pp_video_autoplay, #rl_pp_modal, #rl_pp_deeplinking, #rl_pp_overlay_gallery, #rl_pp_keyboard_shortcuts, #rl_pp_social').buttonset();
|
4 |
-
|
5 |
-
$('#rl-slideshow-yes, #rl-slideshow-no').change(function()
|
6 |
-
{
|
7 |
-
if($('#rl-slideshow-yes:checked').val() === 'yes')
|
8 |
-
{
|
9 |
-
$('#rl_pp_slideshow_delay').fadeIn(300);
|
10 |
-
}
|
11 |
-
else if($('#rl-slideshow-no:checked').val() === 'no')
|
12 |
-
{
|
13 |
-
$('#rl_pp_slideshow_delay').fadeOut(300);
|
14 |
-
}
|
15 |
-
});
|
16 |
-
|
17 |
-
$('#rl-hide-bars-yes, #rl-hide-bars-no').change(function()
|
18 |
-
{
|
19 |
-
if($('#rl-hide-bars-yes:checked').val() === 'yes')
|
20 |
-
{
|
21 |
-
$('#rl_sw_hide_bars_delay').fadeIn(300);
|
22 |
-
}
|
23 |
-
else if($('#rl-hide-bars-no:checked').val() === 'no')
|
24 |
-
{
|
25 |
-
$('#rl_sw_hide_bars_delay').fadeOut(300);
|
26 |
-
}
|
27 |
-
});
|
28 |
-
|
29 |
-
$(document).on('click', 'input#reset_rl_configuration', function(event) {
|
30 |
-
if(confirm(rlArgs.resetScriptToDefaults)) {
|
31 |
-
return true;
|
32 |
-
} else {
|
33 |
-
return false;
|
34 |
-
}
|
35 |
-
});
|
36 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/responsive-lightbox-fr_FR.mo
ADDED
Binary file
|
languages/responsive-lightbox-fr_FR.po
ADDED
@@ -0,0 +1,426 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-pl_PL.mo
CHANGED
Binary file
|
languages/responsive-lightbox-pl_PL.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Responsive Lightbox\n"
|
4 |
-
"POT-Creation-Date: 2013-07-
|
5 |
-
"PO-Revision-Date: 2013-07-
|
6 |
"Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
|
7 |
"Language-Team: dFactory <info@dfactory.eu>\n"
|
8 |
"Language: Polski\n"
|
@@ -15,283 +15,291 @@ msgstr ""
|
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
-
#: ../responsive-lightbox.php:
|
19 |
msgid "prettyPhoto"
|
20 |
msgstr "prettyPhoto"
|
21 |
|
22 |
-
#: ../responsive-lightbox.php:
|
23 |
msgid "slow"
|
24 |
msgstr "wolno"
|
25 |
|
26 |
-
#: ../responsive-lightbox.php:
|
27 |
msgid "normal"
|
28 |
msgstr "normalnie"
|
29 |
|
30 |
-
#: ../responsive-lightbox.php:
|
31 |
msgid "fast"
|
32 |
msgstr "szybko"
|
33 |
|
34 |
-
#: ../responsive-lightbox.php:
|
35 |
msgid "default"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: ../responsive-lightbox.php:
|
39 |
msgid "light rounded"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: ../responsive-lightbox.php:
|
43 |
msgid "dark rounded"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: ../responsive-lightbox.php:
|
47 |
msgid "light square"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: ../responsive-lightbox.php:
|
51 |
msgid "dark square"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: ../responsive-lightbox.php:
|
55 |
msgid "facebook"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: ../responsive-lightbox.php:
|
59 |
msgid "window"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: ../responsive-lightbox.php:
|
63 |
msgid "transparent"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: ../responsive-lightbox.php:
|
67 |
msgid "opaque"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: ../responsive-lightbox.php:
|
71 |
msgid "direct"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: ../responsive-lightbox.php:
|
75 |
msgid "gpu"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: ../responsive-lightbox.php:
|
79 |
msgid "SwipeBox"
|
80 |
msgstr "SwipeBox"
|
81 |
|
82 |
-
#: ../responsive-lightbox.php:
|
83 |
msgid "CSS"
|
84 |
msgstr "CSS"
|
85 |
|
86 |
-
#: ../responsive-lightbox.php:
|
87 |
msgid "jQuery"
|
88 |
msgstr "jQuery"
|
89 |
|
90 |
-
#: ../responsive-lightbox.php:
|
91 |
msgid "Enable"
|
92 |
msgstr "Włącz"
|
93 |
|
94 |
-
#: ../responsive-lightbox.php:
|
95 |
msgid "Disable"
|
96 |
msgstr "Wyłącz"
|
97 |
|
98 |
-
#: ../responsive-lightbox.php:
|
99 |
msgid "General settings"
|
100 |
msgstr "Ustawienia ogólne"
|
101 |
|
102 |
-
#: ../responsive-lightbox.php:
|
103 |
msgid "Lightbox settings"
|
104 |
msgstr "Ustawienia lightbox"
|
105 |
|
106 |
-
#: ../responsive-lightbox.php:
|
107 |
msgid "Lightbox script"
|
108 |
msgstr "Skrypt lightbox"
|
109 |
|
110 |
-
#: ../responsive-lightbox.php:
|
111 |
msgid "Selector"
|
112 |
msgstr "Znacznik"
|
113 |
|
114 |
-
#: ../responsive-lightbox.php:
|
115 |
msgid "Galleries"
|
116 |
msgstr "Galerie"
|
117 |
|
118 |
-
#: ../responsive-lightbox.php:
|
119 |
msgid "Video links"
|
120 |
msgstr "Linki video"
|
121 |
|
122 |
-
#: ../responsive-lightbox.php:
|
123 |
msgid "Image links"
|
124 |
msgstr "Linki obrazków"
|
125 |
|
126 |
-
#: ../responsive-lightbox.php:
|
|
|
|
|
|
|
|
|
127 |
msgid "Deactivation"
|
128 |
msgstr "Deaktywacja"
|
129 |
|
130 |
-
#: ../responsive-lightbox.php:
|
131 |
msgid "Animation type"
|
132 |
msgstr "Typ animacji"
|
133 |
|
134 |
-
#: ../responsive-lightbox.php:
|
135 |
msgid "Top and bottom bars"
|
136 |
msgstr "Górne i dolne paski"
|
137 |
|
138 |
-
#: ../responsive-lightbox.php:
|
139 |
msgid "Video max width"
|
140 |
msgstr "Maksymalna szerokość video"
|
141 |
|
142 |
-
#: ../responsive-lightbox.php:
|
143 |
msgid "Animation speed"
|
144 |
msgstr "Szybkość animacji"
|
145 |
|
146 |
-
#: ../responsive-lightbox.php:
|
147 |
msgid "Slideshow"
|
148 |
msgstr "Pokaz slidów"
|
149 |
|
150 |
-
#: ../responsive-lightbox.php:
|
151 |
msgid "Slideshow autoplay"
|
152 |
msgstr "Automatyczne odtwarzanie pokazu slajdów"
|
153 |
|
154 |
-
#: ../responsive-lightbox.php:
|
155 |
msgid "Opacity"
|
156 |
msgstr "Przezroczystość"
|
157 |
|
158 |
-
#: ../responsive-lightbox.php:
|
159 |
msgid "Show title"
|
160 |
msgstr "Wyświetlanie tytułu"
|
161 |
|
162 |
-
#: ../responsive-lightbox.php:
|
163 |
msgid "Allow resize big images"
|
164 |
msgstr "Powiększanie dużych zdjęć"
|
165 |
|
166 |
-
#: ../responsive-lightbox.php:
|
167 |
msgid "Video width"
|
168 |
msgstr "Szerokość video"
|
169 |
|
170 |
-
#: ../responsive-lightbox.php:
|
171 |
msgid "Video height"
|
172 |
msgstr "Wysokość video"
|
173 |
|
174 |
-
#: ../responsive-lightbox.php:
|
175 |
msgid "Theme"
|
176 |
msgstr "Motyw"
|
177 |
|
178 |
-
#: ../responsive-lightbox.php:
|
179 |
msgid "Horizontal padding"
|
180 |
msgstr "Odstępy w poziomie"
|
181 |
|
182 |
-
#: ../responsive-lightbox.php:
|
183 |
msgid "Hide Flash"
|
184 |
msgstr "Ukrywanie flash"
|
185 |
|
186 |
-
#: ../responsive-lightbox.php:
|
187 |
msgid "Flash Window Mode (wmode)"
|
188 |
msgstr "Tryb okna flash (wmode)"
|
189 |
|
190 |
-
#: ../responsive-lightbox.php:
|
191 |
msgid "Video autoplay"
|
192 |
msgstr "Automatyczne odtwarzanie wideo"
|
193 |
|
194 |
-
#: ../responsive-lightbox.php:
|
195 |
msgid "Modal"
|
196 |
msgstr "Tryb modal"
|
197 |
|
198 |
-
#: ../responsive-lightbox.php:
|
199 |
msgid "Deeplinking"
|
200 |
msgstr "Głębokie linki"
|
201 |
|
202 |
-
#: ../responsive-lightbox.php:
|
203 |
msgid "Overlay gallery"
|
204 |
msgstr "Efekt overlay galerii"
|
205 |
|
206 |
-
#: ../responsive-lightbox.php:
|
207 |
msgid "Keyboard shortcuts"
|
208 |
msgstr "Skróty klawiaturowe"
|
209 |
|
210 |
-
#: ../responsive-lightbox.php:
|
211 |
msgid "Social (Twitter, Facebook)"
|
212 |
msgstr "Linki społeczności (Twitter, Facebook)"
|
213 |
|
214 |
-
#: ../responsive-lightbox.php:
|
215 |
msgid "Select your preffered ligthbox effect script."
|
216 |
msgstr "Wybierz preferowany efekt lightbox."
|
217 |
|
218 |
-
#: ../responsive-lightbox.php:
|
219 |
msgid "Select to which rel selector lightbox effect will be applied to."
|
220 |
msgstr "Wybierz dla któego znacznika będzie dodawany efekt lightbox."
|
221 |
|
222 |
-
#: ../responsive-lightbox.php:
|
223 |
msgid "Add lightbox to WordPress image galleries by default"
|
224 |
msgstr "Dodaj efekt lightbox do galerii obrazków WordPressa"
|
225 |
|
226 |
-
#: ../responsive-lightbox.php:
|
227 |
msgid "Add lightbox to YouTube and Vimeo video links by default"
|
228 |
msgstr "Dodaj efekt lightbox do linków video (YouTube i Vimeo) WordPressa"
|
229 |
|
230 |
-
#: ../responsive-lightbox.php:
|
231 |
msgid "Add lightbox to WordPress image links by default"
|
232 |
msgstr "Dodaj efekt lightbox do pojedynczych obrazków WordPressa"
|
233 |
|
234 |
-
#: ../responsive-lightbox.php:
|
|
|
|
|
|
|
|
|
235 |
msgid "Delete settings on plugin deactivation"
|
236 |
msgstr "Usuń ustawienia przy deaktywacji wtyczki"
|
237 |
|
238 |
-
#: ../responsive-lightbox.php:
|
239 |
msgid "Select a method of applying a lightbox effect."
|
240 |
msgstr "Wybierz sposób dodawania efekty lightbox."
|
241 |
|
242 |
-
#: ../responsive-lightbox.php:
|
243 |
msgid "Disable if you don't want to display top and bottom bars."
|
244 |
msgstr "Wyłącz to, jeśli nie chcesz wyświetlać górnego i dolnego paska."
|
245 |
|
246 |
-
#: ../responsive-lightbox.php:
|
247 |
msgid "Enter the time for images animation (in miliseconds)"
|
248 |
msgstr "Podaj czas trwania animacji między obrazkami (w milisekundach)"
|
249 |
|
250 |
-
#: ../responsive-lightbox.php:
|
251 |
msgid "Enter the max video width in a lightbox"
|
252 |
msgstr "Podaj maksymalną szerokość video"
|
253 |
|
254 |
-
#: ../responsive-lightbox.php:
|
255 |
msgid "Select animation speed for lightbox effect"
|
256 |
msgstr "Wybierz szybkość animacji efektu lightbox"
|
257 |
|
258 |
-
#: ../responsive-lightbox.php:
|
259 |
msgid "Display images as slideshow"
|
260 |
msgstr "Wyświetl obrazki jako pokaz sladów "
|
261 |
|
262 |
-
#: ../responsive-lightbox.php:
|
263 |
msgid "Enter time (in miliseconds)"
|
264 |
msgstr "Podaj czas w milisekundach"
|
265 |
|
266 |
-
#: ../responsive-lightbox.php:
|
267 |
msgid "Automatically start slideshow"
|
268 |
msgstr "Automatyczne rozpoczynanie pokazu slajdów"
|
269 |
|
270 |
-
#: ../responsive-lightbox.php:
|
271 |
msgid "Value between 0 and 1 (for e.g. 0.5)"
|
272 |
msgstr "Wartość pomiędzy 0 i 1 (np. 0.5)"
|
273 |
|
274 |
-
#: ../responsive-lightbox.php:
|
275 |
msgid "Display image tiltle"
|
276 |
msgstr "Wyświetlanie tytułu obrazka"
|
277 |
|
278 |
-
#: ../responsive-lightbox.php:
|
279 |
msgid "Resize the photos bigger than viewport."
|
280 |
msgstr "Zmiana wielkość zdjęć większych niż aktualny ekran."
|
281 |
|
282 |
-
#: ../responsive-lightbox.php:
|
283 |
msgid "in pixels"
|
284 |
msgstr "w pikselach"
|
285 |
|
286 |
-
#: ../responsive-lightbox.php:
|
287 |
msgid "Select theme for lightbox effect"
|
288 |
msgstr "Wybierz motyw dla efektu lightbox."
|
289 |
|
290 |
-
#: ../responsive-lightbox.php:
|
291 |
msgid "Horizontal padding (in pixels)"
|
292 |
msgstr "Odstępy w poziomie (w pikselach)"
|
293 |
|
294 |
-
#: ../responsive-lightbox.php:
|
295 |
msgid ""
|
296 |
"Hides all the flash object on a page. Enable this if flash appears over "
|
297 |
"prettyPhoto"
|
@@ -299,39 +307,39 @@ msgstr ""
|
|
299 |
"Ukywa wszystkie obiekty flash na stronie. Włącz to jeśli animacje flash "
|
300 |
"wyświetlane są nad lightboxem"
|
301 |
|
302 |
-
#: ../responsive-lightbox.php:
|
303 |
msgid "Select flash window mode"
|
304 |
msgstr "Wybierz tryb okna flash"
|
305 |
|
306 |
-
#: ../responsive-lightbox.php:
|
307 |
msgid "Automatically start videos"
|
308 |
msgstr "Automatycznie rozpoczynaj video"
|
309 |
|
310 |
-
#: ../responsive-lightbox.php:
|
311 |
msgid "If set to true, only the close button will close the window"
|
312 |
msgstr ""
|
313 |
"Jeśli będzie włączone, tylko kliknięcie przycisku Zamknij spowoduje "
|
314 |
"zamknięcie okna."
|
315 |
|
316 |
-
#: ../responsive-lightbox.php:
|
317 |
msgid "Allow prettyPhoto to update the url to enable deeplinking"
|
318 |
msgstr "Zezwól prettyPhoto na aktualizacje adresów URL i głębokie linkowanie"
|
319 |
|
320 |
-
#: ../responsive-lightbox.php:
|
321 |
msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
|
322 |
msgstr ""
|
323 |
"Jeśli będzie włączone, galeria będzie wyświetlana na cały ekran po "
|
324 |
"najechaniu myszką"
|
325 |
|
326 |
-
#: ../responsive-lightbox.php:
|
327 |
msgid "Set to false if you open forms inside prettyPhoto"
|
328 |
msgstr "Wyłącz to jeśli chcesz otwierać formularze wewnątrz prettyPhoto"
|
329 |
|
330 |
-
#: ../responsive-lightbox.php:
|
331 |
msgid "Display links to Facebook and Twitter"
|
332 |
msgstr "Wyświetl linki do Facebboka i Twittera"
|
333 |
|
334 |
-
#: ../responsive-lightbox.php:
|
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."
|
@@ -339,15 +347,15 @@ msgstr ""
|
|
339 |
"Zmiany nie zostały zapisane ponieważ wykryto próbę zapisu ustawień "
|
340 |
"nieaktywnego skryptu. Strona została odświeżona z prawidłowymi ustawieniami."
|
341 |
|
342 |
-
#: ../responsive-lightbox.php:
|
343 |
msgid "Settings of SwipeBox script were restored to defaults."
|
344 |
msgstr "Ustawienia skryptu SwipeBox zostały przywrócone."
|
345 |
|
346 |
-
#: ../responsive-lightbox.php:
|
347 |
msgid "Settings of prettyPhoto script were restored to defaults."
|
348 |
msgstr "Ustawienia skryptu prettyPhoto zostały przywrócone."
|
349 |
|
350 |
-
#: ../responsive-lightbox.php:
|
351 |
msgid ""
|
352 |
"Changes were not set to defaults because there was attempt to reset settings "
|
353 |
"of inactive script. The site has been reloaded to the proper script settings."
|
@@ -356,64 +364,64 @@ msgstr ""
|
|
356 |
"resetowania ustawień nieaktywnego skryptu. Strona została odświeżona z "
|
357 |
"prawidłowymi ustawieniami."
|
358 |
|
359 |
-
#: ../responsive-lightbox.php:
|
360 |
-
#: ../responsive-lightbox.php:
|
361 |
msgid "Responsive Lightbox"
|
362 |
msgstr "Efekt Lightbox"
|
363 |
|
364 |
-
#: ../responsive-lightbox.php:
|
365 |
msgid "Reset to defaults"
|
366 |
msgstr "Resetuj do domyślnych"
|
367 |
|
368 |
-
#: ../responsive-lightbox.php:
|
369 |
msgid "Need support?"
|
370 |
msgstr "Potrzebujesz pomocy?"
|
371 |
|
372 |
-
#: ../responsive-lightbox.php:
|
373 |
msgid ""
|
374 |
"If you are having problems with this plugin, please talk about them in the"
|
375 |
msgstr "Jeśli masz jakiekolwiek problemy z tą wtyczką, powiedz o nich na"
|
376 |
|
377 |
-
#: ../responsive-lightbox.php:
|
378 |
msgid "Support forum"
|
379 |
msgstr "Forum pomocy"
|
380 |
|
381 |
-
#: ../responsive-lightbox.php:
|
382 |
msgid "Do you like this plugin?"
|
383 |
msgstr "Lubisz tę wtyczkę?"
|
384 |
|
385 |
-
#: ../responsive-lightbox.php:
|
386 |
msgid "Rate it 5"
|
387 |
msgstr "Oceń ją na 5"
|
388 |
|
389 |
-
#: ../responsive-lightbox.php:
|
390 |
msgid "on WordPress.org"
|
391 |
msgstr "na WordPress.org"
|
392 |
|
393 |
-
#: ../responsive-lightbox.php:
|
394 |
msgid "Blog about it & link to the"
|
395 |
msgstr "Napisz o niej i dodaj link"
|
396 |
|
397 |
-
#: ../responsive-lightbox.php:
|
398 |
msgid "plugin page"
|
399 |
msgstr "do strony wtyczki"
|
400 |
|
401 |
-
#: ../responsive-lightbox.php:
|
402 |
msgid "Check out our other"
|
403 |
msgstr "Sprawdź nasze pozostałe"
|
404 |
|
405 |
-
#: ../responsive-lightbox.php:
|
406 |
msgid "WordPress plugins"
|
407 |
msgstr "wtyczki do WordPress'a"
|
408 |
|
409 |
-
#: ../responsive-lightbox.php:
|
410 |
msgid "Are you sure you want to reset scripts settings to defaults?"
|
411 |
msgstr "Jesteś pewny, że chcesz zresetować ustawienia?"
|
412 |
|
413 |
-
#: ../responsive-lightbox.php:
|
414 |
msgid "Support"
|
415 |
msgstr "Pomoc"
|
416 |
|
417 |
-
#: ../responsive-lightbox.php:
|
418 |
msgid "Settings"
|
419 |
msgstr "Ustawienia"
|
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: Bartosz Arendt <info@digitalfactory.pl>\n"
|
7 |
"Language-Team: dFactory <info@dfactory.eu>\n"
|
8 |
"Language: Polski\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 "wolno"
|
25 |
|
26 |
+
#: ../responsive-lightbox.php:221
|
27 |
msgid "normal"
|
28 |
msgstr "normalnie"
|
29 |
|
30 |
+
#: ../responsive-lightbox.php:222
|
31 |
msgid "fast"
|
32 |
msgstr "szybko"
|
33 |
|
34 |
+
#: ../responsive-lightbox.php:225
|
35 |
msgid "default"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../responsive-lightbox.php:226
|
39 |
msgid "light rounded"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: ../responsive-lightbox.php:227
|
43 |
msgid "dark rounded"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: ../responsive-lightbox.php:228
|
47 |
msgid "light square"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: ../responsive-lightbox.php:229
|
51 |
msgid "dark square"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: ../responsive-lightbox.php:230
|
55 |
msgid "facebook"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: ../responsive-lightbox.php:233
|
59 |
msgid "window"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: ../responsive-lightbox.php:234
|
63 |
msgid "transparent"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: ../responsive-lightbox.php:235
|
67 |
msgid "opaque"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: ../responsive-lightbox.php:236
|
71 |
msgid "direct"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: ../responsive-lightbox.php:237
|
75 |
msgid "gpu"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: ../responsive-lightbox.php:242
|
79 |
msgid "SwipeBox"
|
80 |
msgstr "SwipeBox"
|
81 |
|
82 |
+
#: ../responsive-lightbox.php:244
|
83 |
msgid "CSS"
|
84 |
msgstr "CSS"
|
85 |
|
86 |
+
#: ../responsive-lightbox.php:245
|
87 |
msgid "jQuery"
|
88 |
msgstr "jQuery"
|
89 |
|
90 |
+
#: ../responsive-lightbox.php:251
|
91 |
msgid "Enable"
|
92 |
msgstr "Włącz"
|
93 |
|
94 |
+
#: ../responsive-lightbox.php:252
|
95 |
msgid "Disable"
|
96 |
msgstr "Wyłącz"
|
97 |
|
98 |
+
#: ../responsive-lightbox.php:257 ../responsive-lightbox.php:293
|
99 |
msgid "General settings"
|
100 |
msgstr "Ustawienia ogólne"
|
101 |
|
102 |
+
#: ../responsive-lightbox.php:262 ../responsive-lightbox.php:304
|
103 |
msgid "Lightbox settings"
|
104 |
msgstr "Ustawienia lightbox"
|
105 |
|
106 |
+
#: ../responsive-lightbox.php:294
|
107 |
msgid "Lightbox script"
|
108 |
msgstr "Skrypt lightbox"
|
109 |
|
110 |
+
#: ../responsive-lightbox.php:295
|
111 |
msgid "Selector"
|
112 |
msgstr "Znacznik"
|
113 |
|
114 |
+
#: ../responsive-lightbox.php:296
|
115 |
msgid "Galleries"
|
116 |
msgstr "Galerie"
|
117 |
|
118 |
+
#: ../responsive-lightbox.php:297
|
119 |
msgid "Video links"
|
120 |
msgstr "Linki video"
|
121 |
|
122 |
+
#: ../responsive-lightbox.php:298
|
123 |
msgid "Image links"
|
124 |
msgstr "Linki obrazków"
|
125 |
|
126 |
+
#: ../responsive-lightbox.php:299
|
127 |
+
msgid "Single images as gallery"
|
128 |
+
msgstr "Galeria pojedynczych obrazków"
|
129 |
+
|
130 |
+
#: ../responsive-lightbox.php:300
|
131 |
msgid "Deactivation"
|
132 |
msgstr "Deaktywacja"
|
133 |
|
134 |
+
#: ../responsive-lightbox.php:308
|
135 |
msgid "Animation type"
|
136 |
msgstr "Typ animacji"
|
137 |
|
138 |
+
#: ../responsive-lightbox.php:309
|
139 |
msgid "Top and bottom bars"
|
140 |
msgstr "Górne i dolne paski"
|
141 |
|
142 |
+
#: ../responsive-lightbox.php:310
|
143 |
msgid "Video max width"
|
144 |
msgstr "Maksymalna szerokość video"
|
145 |
|
146 |
+
#: ../responsive-lightbox.php:314
|
147 |
msgid "Animation speed"
|
148 |
msgstr "Szybkość animacji"
|
149 |
|
150 |
+
#: ../responsive-lightbox.php:315
|
151 |
msgid "Slideshow"
|
152 |
msgstr "Pokaz slidów"
|
153 |
|
154 |
+
#: ../responsive-lightbox.php:316
|
155 |
msgid "Slideshow autoplay"
|
156 |
msgstr "Automatyczne odtwarzanie pokazu slajdów"
|
157 |
|
158 |
+
#: ../responsive-lightbox.php:317
|
159 |
msgid "Opacity"
|
160 |
msgstr "Przezroczystość"
|
161 |
|
162 |
+
#: ../responsive-lightbox.php:318
|
163 |
msgid "Show title"
|
164 |
msgstr "Wyświetlanie tytułu"
|
165 |
|
166 |
+
#: ../responsive-lightbox.php:319
|
167 |
msgid "Allow resize big images"
|
168 |
msgstr "Powiększanie dużych zdjęć"
|
169 |
|
170 |
+
#: ../responsive-lightbox.php:320
|
171 |
msgid "Video width"
|
172 |
msgstr "Szerokość video"
|
173 |
|
174 |
+
#: ../responsive-lightbox.php:321
|
175 |
msgid "Video height"
|
176 |
msgstr "Wysokość video"
|
177 |
|
178 |
+
#: ../responsive-lightbox.php:322
|
179 |
msgid "Theme"
|
180 |
msgstr "Motyw"
|
181 |
|
182 |
+
#: ../responsive-lightbox.php:323
|
183 |
msgid "Horizontal padding"
|
184 |
msgstr "Odstępy w poziomie"
|
185 |
|
186 |
+
#: ../responsive-lightbox.php:324
|
187 |
msgid "Hide Flash"
|
188 |
msgstr "Ukrywanie flash"
|
189 |
|
190 |
+
#: ../responsive-lightbox.php:325
|
191 |
msgid "Flash Window Mode (wmode)"
|
192 |
msgstr "Tryb okna flash (wmode)"
|
193 |
|
194 |
+
#: ../responsive-lightbox.php:326
|
195 |
msgid "Video autoplay"
|
196 |
msgstr "Automatyczne odtwarzanie wideo"
|
197 |
|
198 |
+
#: ../responsive-lightbox.php:327
|
199 |
msgid "Modal"
|
200 |
msgstr "Tryb modal"
|
201 |
|
202 |
+
#: ../responsive-lightbox.php:328
|
203 |
msgid "Deeplinking"
|
204 |
msgstr "Głębokie linki"
|
205 |
|
206 |
+
#: ../responsive-lightbox.php:329
|
207 |
msgid "Overlay gallery"
|
208 |
msgstr "Efekt overlay galerii"
|
209 |
|
210 |
+
#: ../responsive-lightbox.php:330
|
211 |
msgid "Keyboard shortcuts"
|
212 |
msgstr "Skróty klawiaturowe"
|
213 |
|
214 |
+
#: ../responsive-lightbox.php:331
|
215 |
msgid "Social (Twitter, Facebook)"
|
216 |
msgstr "Linki społeczności (Twitter, Facebook)"
|
217 |
|
218 |
+
#: ../responsive-lightbox.php:349
|
219 |
msgid "Select your preffered ligthbox effect script."
|
220 |
msgstr "Wybierz preferowany efekt lightbox."
|
221 |
|
222 |
+
#: ../responsive-lightbox.php:359
|
223 |
msgid "Select to which rel selector lightbox effect will be applied to."
|
224 |
msgstr "Wybierz dla któego znacznika będzie dodawany efekt lightbox."
|
225 |
|
226 |
+
#: ../responsive-lightbox.php:377
|
227 |
msgid "Add lightbox to WordPress image galleries by default"
|
228 |
msgstr "Dodaj efekt lightbox do galerii obrazków WordPressa"
|
229 |
|
230 |
+
#: ../responsive-lightbox.php:395
|
231 |
msgid "Add lightbox to YouTube and Vimeo video links by default"
|
232 |
msgstr "Dodaj efekt lightbox do linków video (YouTube i Vimeo) WordPressa"
|
233 |
|
234 |
+
#: ../responsive-lightbox.php:413
|
235 |
msgid "Add lightbox to WordPress image links by default"
|
236 |
msgstr "Dodaj efekt lightbox do pojedynczych obrazków WordPressa"
|
237 |
|
238 |
+
#: ../responsive-lightbox.php:431
|
239 |
+
msgid "Display single post images as a gallery"
|
240 |
+
msgstr "Wyświetl pojedyncze obrazki jako pokaz sladów"
|
241 |
+
|
242 |
+
#: ../responsive-lightbox.php:449
|
243 |
msgid "Delete settings on plugin deactivation"
|
244 |
msgstr "Usuń ustawienia przy deaktywacji wtyczki"
|
245 |
|
246 |
+
#: ../responsive-lightbox.php:467
|
247 |
msgid "Select a method of applying a lightbox effect."
|
248 |
msgstr "Wybierz sposób dodawania efekty lightbox."
|
249 |
|
250 |
+
#: ../responsive-lightbox.php:485
|
251 |
msgid "Disable if you don't want to display top and bottom bars."
|
252 |
msgstr "Wyłącz to, jeśli nie chcesz wyświetlać górnego i dolnego paska."
|
253 |
|
254 |
+
#: ../responsive-lightbox.php:489
|
255 |
msgid "Enter the time for images animation (in miliseconds)"
|
256 |
msgstr "Podaj czas trwania animacji między obrazkami (w milisekundach)"
|
257 |
|
258 |
+
#: ../responsive-lightbox.php:499
|
259 |
msgid "Enter the max video width in a lightbox"
|
260 |
msgstr "Podaj maksymalną szerokość video"
|
261 |
|
262 |
+
#: ../responsive-lightbox.php:517
|
263 |
msgid "Select animation speed for lightbox effect"
|
264 |
msgstr "Wybierz szybkość animacji efektu lightbox"
|
265 |
|
266 |
+
#: ../responsive-lightbox.php:535
|
267 |
msgid "Display images as slideshow"
|
268 |
msgstr "Wyświetl obrazki jako pokaz sladów "
|
269 |
|
270 |
+
#: ../responsive-lightbox.php:539
|
271 |
msgid "Enter time (in miliseconds)"
|
272 |
msgstr "Podaj czas w milisekundach"
|
273 |
|
274 |
+
#: ../responsive-lightbox.php:557
|
275 |
msgid "Automatically start slideshow"
|
276 |
msgstr "Automatyczne rozpoczynanie pokazu slajdów"
|
277 |
|
278 |
+
#: ../responsive-lightbox.php:567
|
279 |
msgid "Value between 0 and 1 (for e.g. 0.5)"
|
280 |
msgstr "Wartość pomiędzy 0 i 1 (np. 0.5)"
|
281 |
|
282 |
+
#: ../responsive-lightbox.php:585
|
283 |
msgid "Display image tiltle"
|
284 |
msgstr "Wyświetlanie tytułu obrazka"
|
285 |
|
286 |
+
#: ../responsive-lightbox.php:603
|
287 |
msgid "Resize the photos bigger than viewport."
|
288 |
msgstr "Zmiana wielkość zdjęć większych niż aktualny ekran."
|
289 |
|
290 |
+
#: ../responsive-lightbox.php:613 ../responsive-lightbox.php:623
|
291 |
msgid "in pixels"
|
292 |
msgstr "w pikselach"
|
293 |
|
294 |
+
#: ../responsive-lightbox.php:641
|
295 |
msgid "Select theme for lightbox effect"
|
296 |
msgstr "Wybierz motyw dla efektu lightbox."
|
297 |
|
298 |
+
#: ../responsive-lightbox.php:651
|
299 |
msgid "Horizontal padding (in pixels)"
|
300 |
msgstr "Odstępy w poziomie (w pikselach)"
|
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"
|
307 |
"Ukywa wszystkie obiekty flash na stronie. Włącz to jeśli animacje flash "
|
308 |
"wyświetlane są nad lightboxem"
|
309 |
|
310 |
+
#: ../responsive-lightbox.php:687
|
311 |
msgid "Select flash window mode"
|
312 |
msgstr "Wybierz tryb okna flash"
|
313 |
|
314 |
+
#: ../responsive-lightbox.php:705
|
315 |
msgid "Automatically start videos"
|
316 |
msgstr "Automatycznie rozpoczynaj video"
|
317 |
|
318 |
+
#: ../responsive-lightbox.php:723
|
319 |
msgid "If set to true, only the close button will close the window"
|
320 |
msgstr ""
|
321 |
"Jeśli będzie włączone, tylko kliknięcie przycisku Zamknij spowoduje "
|
322 |
"zamknięcie okna."
|
323 |
|
324 |
+
#: ../responsive-lightbox.php:741
|
325 |
msgid "Allow prettyPhoto to update the url to enable deeplinking"
|
326 |
msgstr "Zezwól prettyPhoto na aktualizacje adresów URL i głębokie linkowanie"
|
327 |
|
328 |
+
#: ../responsive-lightbox.php:759
|
329 |
msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
|
330 |
msgstr ""
|
331 |
"Jeśli będzie włączone, galeria będzie wyświetlana na cały ekran po "
|
332 |
"najechaniu myszką"
|
333 |
|
334 |
+
#: ../responsive-lightbox.php:777
|
335 |
msgid "Set to false if you open forms inside prettyPhoto"
|
336 |
msgstr "Wyłącz to jeśli chcesz otwierać formularze wewnątrz prettyPhoto"
|
337 |
|
338 |
+
#: ../responsive-lightbox.php:795
|
339 |
msgid "Display links to Facebook and Twitter"
|
340 |
msgstr "Wyświetl linki do Facebboka i Twittera"
|
341 |
|
342 |
+
#: ../responsive-lightbox.php:891
|
343 |
msgid ""
|
344 |
"Changes were not saved because there was attempt to save settings of "
|
345 |
"inactive script. The site has been reloaded to the proper script settings."
|
347 |
"Zmiany nie zostały zapisane ponieważ wykryto próbę zapisu ustawień "
|
348 |
"nieaktywnego skryptu. Strona została odświeżona z prawidłowymi ustawieniami."
|
349 |
|
350 |
+
#: ../responsive-lightbox.php:903
|
351 |
msgid "Settings of SwipeBox script were restored to defaults."
|
352 |
msgstr "Ustawienia skryptu SwipeBox zostały przywrócone."
|
353 |
|
354 |
+
#: ../responsive-lightbox.php:909
|
355 |
msgid "Settings of prettyPhoto script were restored to defaults."
|
356 |
msgstr "Ustawienia skryptu prettyPhoto zostały przywrócone."
|
357 |
|
358 |
+
#: ../responsive-lightbox.php:913
|
359 |
msgid ""
|
360 |
"Changes were not set to defaults because there was attempt to reset settings "
|
361 |
"of inactive script. The site has been reloaded to the proper script settings."
|
364 |
"resetowania ustawień nieaktywnego skryptu. Strona została odświeżona z "
|
365 |
"prawidłowymi ustawieniami."
|
366 |
|
367 |
+
#: ../responsive-lightbox.php:927 ../responsive-lightbox.php:928
|
368 |
+
#: ../responsive-lightbox.php:942 ../responsive-lightbox.php:974
|
369 |
msgid "Responsive Lightbox"
|
370 |
msgstr "Efekt Lightbox"
|
371 |
|
372 |
+
#: ../responsive-lightbox.php:967
|
373 |
msgid "Reset to defaults"
|
374 |
msgstr "Resetuj do domyślnych"
|
375 |
|
376 |
+
#: ../responsive-lightbox.php:976
|
377 |
msgid "Need support?"
|
378 |
msgstr "Potrzebujesz pomocy?"
|
379 |
|
380 |
+
#: ../responsive-lightbox.php:977
|
381 |
msgid ""
|
382 |
"If you are having problems with this plugin, please talk about them in the"
|
383 |
msgstr "Jeśli masz jakiekolwiek problemy z tą wtyczką, powiedz o nich na"
|
384 |
|
385 |
+
#: ../responsive-lightbox.php:977
|
386 |
msgid "Support forum"
|
387 |
msgstr "Forum pomocy"
|
388 |
|
389 |
+
#: ../responsive-lightbox.php:979
|
390 |
msgid "Do you like this plugin?"
|
391 |
msgstr "Lubisz tę wtyczkę?"
|
392 |
|
393 |
+
#: ../responsive-lightbox.php:980
|
394 |
msgid "Rate it 5"
|
395 |
msgstr "Oceń ją na 5"
|
396 |
|
397 |
+
#: ../responsive-lightbox.php:980
|
398 |
msgid "on WordPress.org"
|
399 |
msgstr "na WordPress.org"
|
400 |
|
401 |
+
#: ../responsive-lightbox.php:981
|
402 |
msgid "Blog about it & link to the"
|
403 |
msgstr "Napisz o niej i dodaj link"
|
404 |
|
405 |
+
#: ../responsive-lightbox.php:981
|
406 |
msgid "plugin page"
|
407 |
msgstr "do strony wtyczki"
|
408 |
|
409 |
+
#: ../responsive-lightbox.php:982
|
410 |
msgid "Check out our other"
|
411 |
msgstr "Sprawdź nasze pozostałe"
|
412 |
|
413 |
+
#: ../responsive-lightbox.php:982
|
414 |
msgid "WordPress plugins"
|
415 |
msgstr "wtyczki do WordPress'a"
|
416 |
|
417 |
+
#: ../responsive-lightbox.php:1007
|
418 |
msgid "Are you sure you want to reset scripts settings to defaults?"
|
419 |
msgstr "Jesteś pewny, że chcesz zresetować ustawienia?"
|
420 |
|
421 |
+
#: ../responsive-lightbox.php:1134
|
422 |
msgid "Support"
|
423 |
msgstr "Pomoc"
|
424 |
|
425 |
+
#: ../responsive-lightbox.php:1156
|
426 |
msgid "Settings"
|
427 |
msgstr "Ustawienia"
|
languages/responsive-lightbox.pot
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Responsive Lightbox\n"
|
4 |
-
"POT-Creation-Date: 2013-07-
|
5 |
-
"PO-Revision-Date: 2013-07-
|
6 |
"Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
|
7 |
"Language-Team: dFactory <info@dfactory.eu>\n"
|
8 |
"Language: English\n"
|
@@ -15,394 +15,402 @@ msgstr ""
|
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
-
#: ../responsive-lightbox.php:
|
19 |
msgid "prettyPhoto"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: ../responsive-lightbox.php:
|
23 |
msgid "slow"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: ../responsive-lightbox.php:
|
27 |
msgid "normal"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: ../responsive-lightbox.php:
|
31 |
msgid "fast"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: ../responsive-lightbox.php:
|
35 |
msgid "default"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: ../responsive-lightbox.php:
|
39 |
msgid "light rounded"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: ../responsive-lightbox.php:
|
43 |
msgid "dark rounded"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: ../responsive-lightbox.php:
|
47 |
msgid "light square"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: ../responsive-lightbox.php:
|
51 |
msgid "dark square"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: ../responsive-lightbox.php:
|
55 |
msgid "facebook"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: ../responsive-lightbox.php:
|
59 |
msgid "window"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: ../responsive-lightbox.php:
|
63 |
msgid "transparent"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: ../responsive-lightbox.php:
|
67 |
msgid "opaque"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: ../responsive-lightbox.php:
|
71 |
msgid "direct"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: ../responsive-lightbox.php:
|
75 |
msgid "gpu"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: ../responsive-lightbox.php:
|
79 |
msgid "SwipeBox"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: ../responsive-lightbox.php:
|
83 |
msgid "CSS"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: ../responsive-lightbox.php:
|
87 |
msgid "jQuery"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: ../responsive-lightbox.php:
|
91 |
msgid "Enable"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: ../responsive-lightbox.php:
|
95 |
msgid "Disable"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: ../responsive-lightbox.php:
|
99 |
msgid "General settings"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: ../responsive-lightbox.php:
|
103 |
msgid "Lightbox settings"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../responsive-lightbox.php:
|
107 |
msgid "Lightbox script"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../responsive-lightbox.php:
|
111 |
msgid "Selector"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: ../responsive-lightbox.php:
|
115 |
msgid "Galleries"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: ../responsive-lightbox.php:
|
119 |
msgid "Video links"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: ../responsive-lightbox.php:
|
123 |
msgid "Image links"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: ../responsive-lightbox.php:
|
|
|
|
|
|
|
|
|
127 |
msgid "Deactivation"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: ../responsive-lightbox.php:
|
131 |
msgid "Animation type"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: ../responsive-lightbox.php:
|
135 |
msgid "Top and bottom bars"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: ../responsive-lightbox.php:
|
139 |
msgid "Video max width"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: ../responsive-lightbox.php:
|
143 |
msgid "Animation speed"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: ../responsive-lightbox.php:
|
147 |
msgid "Slideshow"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: ../responsive-lightbox.php:
|
151 |
msgid "Slideshow autoplay"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: ../responsive-lightbox.php:
|
155 |
msgid "Opacity"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: ../responsive-lightbox.php:
|
159 |
msgid "Show title"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: ../responsive-lightbox.php:
|
163 |
msgid "Allow resize big images"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: ../responsive-lightbox.php:
|
167 |
msgid "Video width"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: ../responsive-lightbox.php:
|
171 |
msgid "Video height"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: ../responsive-lightbox.php:
|
175 |
msgid "Theme"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: ../responsive-lightbox.php:
|
179 |
msgid "Horizontal padding"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: ../responsive-lightbox.php:
|
183 |
msgid "Hide Flash"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: ../responsive-lightbox.php:
|
187 |
msgid "Flash Window Mode (wmode)"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../responsive-lightbox.php:
|
191 |
msgid "Video autoplay"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: ../responsive-lightbox.php:
|
195 |
msgid "Modal"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: ../responsive-lightbox.php:
|
199 |
msgid "Deeplinking"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: ../responsive-lightbox.php:
|
203 |
msgid "Overlay gallery"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: ../responsive-lightbox.php:
|
207 |
msgid "Keyboard shortcuts"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: ../responsive-lightbox.php:
|
211 |
msgid "Social (Twitter, Facebook)"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: ../responsive-lightbox.php:
|
215 |
msgid "Select your preffered ligthbox effect script."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: ../responsive-lightbox.php:
|
219 |
msgid "Select to which rel selector lightbox effect will be applied to."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: ../responsive-lightbox.php:
|
223 |
msgid "Add lightbox to WordPress image galleries by default"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: ../responsive-lightbox.php:
|
227 |
msgid "Add lightbox to YouTube and Vimeo video links by default"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: ../responsive-lightbox.php:
|
231 |
msgid "Add lightbox to WordPress image links by default"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: ../responsive-lightbox.php:
|
|
|
|
|
|
|
|
|
235 |
msgid "Delete settings on plugin deactivation"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: ../responsive-lightbox.php:
|
239 |
msgid "Select a method of applying a lightbox effect."
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: ../responsive-lightbox.php:
|
243 |
msgid "Disable if you don't want to display top and bottom bars."
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: ../responsive-lightbox.php:
|
247 |
msgid "Enter the time for images animation (in miliseconds)"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: ../responsive-lightbox.php:
|
251 |
msgid "Enter the max video width in a lightbox"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: ../responsive-lightbox.php:
|
255 |
msgid "Select animation speed for lightbox effect"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: ../responsive-lightbox.php:
|
259 |
msgid "Display images as slideshow"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: ../responsive-lightbox.php:
|
263 |
msgid "Enter time (in miliseconds)"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: ../responsive-lightbox.php:
|
267 |
msgid "Automatically start slideshow"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: ../responsive-lightbox.php:
|
271 |
msgid "Value between 0 and 1 (for e.g. 0.5)"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: ../responsive-lightbox.php:
|
275 |
msgid "Display image tiltle"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: ../responsive-lightbox.php:
|
279 |
msgid "Resize the photos bigger than viewport."
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: ../responsive-lightbox.php:
|
283 |
msgid "in pixels"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: ../responsive-lightbox.php:
|
287 |
msgid "Select theme for lightbox effect"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: ../responsive-lightbox.php:
|
291 |
msgid "Horizontal padding (in pixels)"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: ../responsive-lightbox.php:
|
295 |
msgid ""
|
296 |
"Hides all the flash object on a page. Enable this if flash appears over "
|
297 |
"prettyPhoto"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: ../responsive-lightbox.php:
|
301 |
msgid "Select flash window mode"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: ../responsive-lightbox.php:
|
305 |
msgid "Automatically start videos"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: ../responsive-lightbox.php:
|
309 |
msgid "If set to true, only the close button will close the window"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: ../responsive-lightbox.php:
|
313 |
msgid "Allow prettyPhoto to update the url to enable deeplinking"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: ../responsive-lightbox.php:
|
317 |
msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: ../responsive-lightbox.php:
|
321 |
msgid "Set to false if you open forms inside prettyPhoto"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: ../responsive-lightbox.php:
|
325 |
msgid "Display links to Facebook and Twitter"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: ../responsive-lightbox.php:
|
329 |
msgid ""
|
330 |
"Changes were not saved because there was attempt to save settings of "
|
331 |
"inactive script. The site has been reloaded to the proper script settings."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: ../responsive-lightbox.php:
|
335 |
msgid "Settings of SwipeBox script were restored to defaults."
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: ../responsive-lightbox.php:
|
339 |
msgid "Settings of prettyPhoto script were restored to defaults."
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: ../responsive-lightbox.php:
|
343 |
msgid ""
|
344 |
"Changes were not set to defaults because there was attempt to reset settings "
|
345 |
"of inactive script. The site has been reloaded to the proper script settings."
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: ../responsive-lightbox.php:
|
349 |
-
#: ../responsive-lightbox.php:
|
350 |
msgid "Responsive Lightbox"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: ../responsive-lightbox.php:
|
354 |
msgid "Reset to defaults"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: ../responsive-lightbox.php:
|
358 |
msgid "Need support?"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: ../responsive-lightbox.php:
|
362 |
msgid ""
|
363 |
"If you are having problems with this plugin, please talk about them in the"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: ../responsive-lightbox.php:
|
367 |
msgid "Support forum"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: ../responsive-lightbox.php:
|
371 |
msgid "Do you like this plugin?"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: ../responsive-lightbox.php:
|
375 |
msgid "Rate it 5"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: ../responsive-lightbox.php:
|
379 |
msgid "on WordPress.org"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: ../responsive-lightbox.php:
|
383 |
msgid "Blog about it & link to the"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: ../responsive-lightbox.php:
|
387 |
msgid "plugin page"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: ../responsive-lightbox.php:
|
391 |
msgid "Check out our other"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: ../responsive-lightbox.php:
|
395 |
msgid "WordPress plugins"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: ../responsive-lightbox.php:
|
399 |
msgid "Are you sure you want to reset scripts settings to defaults?"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: ../responsive-lightbox.php:
|
403 |
msgid "Support"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: ../responsive-lightbox.php:
|
407 |
msgid "Settings"
|
408 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Responsive Lightbox\n"
|
4 |
+
"POT-Creation-Date: 2013-07-25 10:59+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-25 10:59+0100\n"
|
6 |
"Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
|
7 |
"Language-Team: dFactory <info@dfactory.eu>\n"
|
8 |
"Language: English\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 ""
|
21 |
|
22 |
+
#: ../responsive-lightbox.php:220
|
23 |
msgid "slow"
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: ../responsive-lightbox.php:221
|
27 |
msgid "normal"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: ../responsive-lightbox.php:222
|
31 |
msgid "fast"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: ../responsive-lightbox.php:225
|
35 |
msgid "default"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../responsive-lightbox.php:226
|
39 |
msgid "light rounded"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: ../responsive-lightbox.php:227
|
43 |
msgid "dark rounded"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: ../responsive-lightbox.php:228
|
47 |
msgid "light square"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: ../responsive-lightbox.php:229
|
51 |
msgid "dark square"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: ../responsive-lightbox.php:230
|
55 |
msgid "facebook"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: ../responsive-lightbox.php:233
|
59 |
msgid "window"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: ../responsive-lightbox.php:234
|
63 |
msgid "transparent"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: ../responsive-lightbox.php:235
|
67 |
msgid "opaque"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: ../responsive-lightbox.php:236
|
71 |
msgid "direct"
|
72 |
msgstr ""
|
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 ""
|
93 |
|
94 |
+
#: ../responsive-lightbox.php:252
|
95 |
msgid "Disable"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: ../responsive-lightbox.php:257 ../responsive-lightbox.php:293
|
99 |
msgid "General settings"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: ../responsive-lightbox.php:262 ../responsive-lightbox.php:304
|
103 |
msgid "Lightbox settings"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: ../responsive-lightbox.php:294
|
107 |
msgid "Lightbox script"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: ../responsive-lightbox.php:295
|
111 |
msgid "Selector"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: ../responsive-lightbox.php:296
|
115 |
msgid "Galleries"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: ../responsive-lightbox.php:297
|
119 |
msgid "Video links"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: ../responsive-lightbox.php:298
|
123 |
msgid "Image links"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: ../responsive-lightbox.php:299
|
127 |
+
msgid "Single images as gallery"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: ../responsive-lightbox.php:300
|
131 |
msgid "Deactivation"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../responsive-lightbox.php:308
|
135 |
msgid "Animation type"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: ../responsive-lightbox.php:309
|
139 |
msgid "Top and bottom bars"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: ../responsive-lightbox.php:310
|
143 |
msgid "Video max width"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: ../responsive-lightbox.php:314
|
147 |
msgid "Animation speed"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: ../responsive-lightbox.php:315
|
151 |
msgid "Slideshow"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: ../responsive-lightbox.php:316
|
155 |
msgid "Slideshow autoplay"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: ../responsive-lightbox.php:317
|
159 |
msgid "Opacity"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: ../responsive-lightbox.php:318
|
163 |
msgid "Show title"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: ../responsive-lightbox.php:319
|
167 |
msgid "Allow resize big images"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../responsive-lightbox.php:320
|
171 |
msgid "Video width"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: ../responsive-lightbox.php:321
|
175 |
msgid "Video height"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: ../responsive-lightbox.php:322
|
179 |
msgid "Theme"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: ../responsive-lightbox.php:323
|
183 |
msgid "Horizontal padding"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: ../responsive-lightbox.php:324
|
187 |
msgid "Hide Flash"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: ../responsive-lightbox.php:325
|
191 |
msgid "Flash Window Mode (wmode)"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: ../responsive-lightbox.php:326
|
195 |
msgid "Video autoplay"
|
196 |
msgstr ""
|
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 ""
|
209 |
|
210 |
+
#: ../responsive-lightbox.php:330
|
211 |
msgid "Keyboard shortcuts"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../responsive-lightbox.php:331
|
215 |
msgid "Social (Twitter, Facebook)"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: ../responsive-lightbox.php:349
|
219 |
msgid "Select your preffered ligthbox effect script."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: ../responsive-lightbox.php:359
|
223 |
msgid "Select to which rel selector lightbox effect will be applied to."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: ../responsive-lightbox.php:377
|
227 |
msgid "Add lightbox to WordPress image galleries by default"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ../responsive-lightbox.php:395
|
231 |
msgid "Add lightbox to YouTube and Vimeo video links by default"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: ../responsive-lightbox.php:413
|
235 |
msgid "Add lightbox to WordPress image links by default"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: ../responsive-lightbox.php:431
|
239 |
+
msgid "Display single post images as a gallery"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: ../responsive-lightbox.php:449
|
243 |
msgid "Delete settings on plugin deactivation"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: ../responsive-lightbox.php:467
|
247 |
msgid "Select a method of applying a lightbox effect."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: ../responsive-lightbox.php:485
|
251 |
msgid "Disable if you don't want to display top and bottom bars."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: ../responsive-lightbox.php:489
|
255 |
msgid "Enter the time for images animation (in miliseconds)"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: ../responsive-lightbox.php:499
|
259 |
msgid "Enter the max video width in a lightbox"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: ../responsive-lightbox.php:517
|
263 |
msgid "Select animation speed for lightbox effect"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: ../responsive-lightbox.php:535
|
267 |
msgid "Display images as slideshow"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: ../responsive-lightbox.php:539
|
271 |
msgid "Enter time (in miliseconds)"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: ../responsive-lightbox.php:557
|
275 |
msgid "Automatically start slideshow"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: ../responsive-lightbox.php:567
|
279 |
msgid "Value between 0 and 1 (for e.g. 0.5)"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: ../responsive-lightbox.php:585
|
283 |
msgid "Display image tiltle"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: ../responsive-lightbox.php:603
|
287 |
msgid "Resize the photos bigger than viewport."
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ../responsive-lightbox.php:613 ../responsive-lightbox.php:623
|
291 |
msgid "in pixels"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: ../responsive-lightbox.php:641
|
295 |
msgid "Select theme for lightbox effect"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ../responsive-lightbox.php:651
|
299 |
msgid "Horizontal padding (in pixels)"
|
300 |
msgstr ""
|
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 |
|
308 |
+
#: ../responsive-lightbox.php:687
|
309 |
msgid "Select flash window mode"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: ../responsive-lightbox.php:705
|
313 |
msgid "Automatically start videos"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: ../responsive-lightbox.php:723
|
317 |
msgid "If set to true, only the close button will close the window"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: ../responsive-lightbox.php:741
|
321 |
msgid "Allow prettyPhoto to update the url to enable deeplinking"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: ../responsive-lightbox.php:759
|
325 |
msgid "If enabled, a gallery will overlay the fullscreen image on mouse over"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: ../responsive-lightbox.php:777
|
329 |
msgid "Set to false if you open forms inside prettyPhoto"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: ../responsive-lightbox.php:795
|
333 |
msgid "Display links to Facebook and Twitter"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: ../responsive-lightbox.php:891
|
337 |
msgid ""
|
338 |
"Changes were not saved because there was attempt to save settings of "
|
339 |
"inactive script. The site has been reloaded to the proper script settings."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../responsive-lightbox.php:903
|
343 |
msgid "Settings of SwipeBox script were restored to defaults."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../responsive-lightbox.php:909
|
347 |
msgid "Settings of prettyPhoto script were restored to defaults."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../responsive-lightbox.php:913
|
351 |
msgid ""
|
352 |
"Changes were not set to defaults because there was attempt to reset settings "
|
353 |
"of inactive script. The site has been reloaded to the proper script settings."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: ../responsive-lightbox.php:927 ../responsive-lightbox.php:928
|
357 |
+
#: ../responsive-lightbox.php:942 ../responsive-lightbox.php:974
|
358 |
msgid "Responsive Lightbox"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: ../responsive-lightbox.php:967
|
362 |
msgid "Reset to defaults"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: ../responsive-lightbox.php:976
|
366 |
msgid "Need support?"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: ../responsive-lightbox.php:977
|
370 |
msgid ""
|
371 |
"If you are having problems with this plugin, please talk about them in the"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: ../responsive-lightbox.php:977
|
375 |
msgid "Support forum"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: ../responsive-lightbox.php:979
|
379 |
msgid "Do you like this plugin?"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: ../responsive-lightbox.php:980
|
383 |
msgid "Rate it 5"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: ../responsive-lightbox.php:980
|
387 |
msgid "on WordPress.org"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: ../responsive-lightbox.php:981
|
391 |
msgid "Blog about it & link to the"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: ../responsive-lightbox.php:981
|
395 |
msgid "plugin page"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: ../responsive-lightbox.php:982
|
399 |
msgid "Check out our other"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: ../responsive-lightbox.php:982
|
403 |
msgid "WordPress plugins"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: ../responsive-lightbox.php:1007
|
407 |
msgid "Are you sure you want to reset scripts settings to defaults?"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: ../responsive-lightbox.php:1134
|
411 |
msgid "Support"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: ../responsive-lightbox.php:1156
|
415 |
msgid "Settings"
|
416 |
msgstr ""
|
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.5.2
|
7 |
-
Stable tag: 1.0.
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -22,14 +22,16 @@ For more information, check out plugin page at [dFactory](http://www.dfactory.eu
|
|
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)
|
|
|
25 |
* Enter a selector for lightbox
|
26 |
* Highly customizable settings for each of the lightbox scripts
|
27 |
* .pot file for translations included
|
28 |
|
29 |
= Translations: =
|
30 |
|
31 |
-
*
|
32 |
-
* Persian - by Ali Mirzaei
|
|
|
33 |
|
34 |
|
35 |
== Installation ==
|
@@ -49,6 +51,11 @@ No questions yet.
|
|
49 |
|
50 |
== Changelog ==
|
51 |
|
|
|
|
|
|
|
|
|
|
|
52 |
= 1.0.1 =
|
53 |
* New: Support for video links (YouTube and Vimeo)
|
54 |
* New: Added Polish translation
|
@@ -61,5 +68,5 @@ Initial release
|
|
61 |
|
62 |
== Upgrade Notice ==
|
63 |
|
64 |
-
= 1.0.
|
65 |
-
New:
|
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.5.2
|
7 |
+
Stable tag: 1.0.2
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
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)
|
25 |
+
* Option to display single post images as a gallery
|
26 |
* Enter a selector for lightbox
|
27 |
* Highly customizable settings for each of the lightbox scripts
|
28 |
* .pot file for translations included
|
29 |
|
30 |
= Translations: =
|
31 |
|
32 |
+
* French - by [Li-An](http://www.echodesplugins.li-an.fr/)
|
33 |
+
* Persian - by [Ali Mirzaei](http://alimir.ir/)
|
34 |
+
* Polish - by Bartosz Arendt
|
35 |
|
36 |
|
37 |
== Installation ==
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
+
= 1.0.2 =
|
55 |
+
* New: Option to display single post images as a gallery
|
56 |
+
* New: Added French translation by Li-An
|
57 |
+
* Tweak: Rewritten regex for selector
|
58 |
+
|
59 |
= 1.0.1 =
|
60 |
* New: Support for video links (YouTube and Vimeo)
|
61 |
* New: Added Polish translation
|
68 |
|
69 |
== Upgrade Notice ==
|
70 |
|
71 |
+
= 1.0.2 =
|
72 |
+
New: Option to display single post images as a gallery, French translation
|
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.0.
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/responsive-lightbox/
|
@@ -29,6 +29,7 @@ class Responsive_Lightbox
|
|
29 |
'galleries' => TRUE,
|
30 |
'videos' => TRUE,
|
31 |
'image_links' => TRUE,
|
|
|
32 |
'deactivation_delete' => FALSE
|
33 |
),
|
34 |
'configuration' => array(
|
@@ -37,7 +38,7 @@ class Responsive_Lightbox
|
|
37 |
'slideshow' => FALSE,
|
38 |
'slideshow_delay' => 5000,
|
39 |
'slideshow_autoplay' => FALSE,
|
40 |
-
'opacity' => 75,
|
41 |
'show_title' => TRUE,
|
42 |
'allow_resize' => TRUE,
|
43 |
'width' => 1080,
|
@@ -73,14 +74,8 @@ class Responsive_Lightbox
|
|
73 |
register_activation_hook(__FILE__, array(&$this, 'activation'));
|
74 |
register_deactivation_hook(__FILE__, array(&$this, 'deactivation'));
|
75 |
|
76 |
-
$this->options = array_merge(
|
77 |
-
|
78 |
-
//updates from 1.0.0 to 1.0.1
|
79 |
-
if(!isset($this->options['configuration']['swipebox']['video_max_width']))
|
80 |
-
$this->options['configuration']['swipebox']['video_max_width'] = $this->defaults['configuration']['swipebox']['video_max_width'];
|
81 |
-
|
82 |
-
if(!isset($this->options['settings']['videos']))
|
83 |
-
$this->options['settings']['videos'] = $this->defaults['settings']['videos'];
|
84 |
|
85 |
//actions
|
86 |
add_action('plugins_loaded', array(&$this, 'load_textdomain'));
|
@@ -114,53 +109,33 @@ class Responsive_Lightbox
|
|
114 |
{
|
115 |
foreach($links[0] as $id => $link)
|
116 |
{
|
117 |
-
$found = FALSE;
|
118 |
-
$rel_a = '';
|
119 |
-
|
120 |
if(preg_match('/<a.*?rel=(?:\'|")(.*?)(?:\'|").*?>/', $link, $result) === 1)
|
121 |
{
|
122 |
if(isset($result[1]))
|
123 |
{
|
124 |
-
$
|
125 |
-
$rel_a = $result[1];
|
126 |
$rels = explode(' ', $result[1]);
|
127 |
|
128 |
-
|
129 |
{
|
130 |
-
|
131 |
{
|
132 |
-
$
|
133 |
-
|
134 |
-
break;
|
135 |
}
|
136 |
-
}
|
137 |
|
138 |
-
|
|
|
|
|
139 |
{
|
140 |
-
$
|
141 |
}
|
142 |
-
|
143 |
-
$rel_a = implode(' ', $rels);
|
144 |
}
|
145 |
}
|
146 |
-
|
147 |
-
if($found === TRUE)
|
148 |
{
|
149 |
-
$
|
150 |
-
|
151 |
-
if(preg_match('/.*?rel=(?:\'|")(.*?)(?:\'|").*?/', $links[1][$id]) === 1)
|
152 |
-
{
|
153 |
-
$links[1][$id] = 'rel="'.$rel_a.'"';
|
154 |
-
}
|
155 |
-
elseif(preg_match('/.*?rel=(?:\'|")(.*?)(?:\'|").*?/', $links[6][$id]) === 1)
|
156 |
-
{
|
157 |
-
$links[6][$id] = 'rel="'.$rel_a.'"';
|
158 |
-
}
|
159 |
}
|
160 |
-
else
|
161 |
-
$lightbox = ' rel="'.($rel_a !== '' ? $rel_a.' ' : '').$this->options['settings']['selector'].'-video-'.$id.'"';
|
162 |
-
|
163 |
-
$content = str_replace($link, '<a'.$links[1][$id].'href="'.$links[2][$id].'"'.$lightbox.$links[6][$id].'>', $content);
|
164 |
}
|
165 |
}
|
166 |
|
@@ -174,55 +149,45 @@ class Responsive_Lightbox
|
|
174 |
|
175 |
if(isset($links[0]))
|
176 |
{
|
|
|
|
|
|
|
177 |
foreach($links[0] as $id => $link)
|
178 |
{
|
179 |
-
$found = FALSE;
|
180 |
-
$rel_a = '';
|
181 |
-
|
182 |
if(preg_match('/<a.*?rel=(?:\'|")(.*?)(?:\'|").*?>/', $link, $result) === 1)
|
183 |
{
|
184 |
-
if(
|
185 |
{
|
186 |
-
$
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
{
|
192 |
-
|
|
|
|
|
|
|
193 |
{
|
194 |
-
$
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
|
200 |
-
|
201 |
-
|
202 |
-
|
|
|
|
|
|
|
203 |
}
|
204 |
-
|
205 |
-
$rel_a = implode(' ', $rels);
|
206 |
}
|
207 |
}
|
208 |
-
|
209 |
-
if($found === TRUE)
|
210 |
{
|
211 |
-
$
|
212 |
-
|
213 |
-
if(preg_match('/.*?rel=(?:\'|")(.*?)(?:\'|").*?/', $links[1][$id]) === 1)
|
214 |
-
{
|
215 |
-
$links[1][$id] = 'rel="'.$rel_a.'"';
|
216 |
-
}
|
217 |
-
elseif(preg_match('/.*?rel=(?:\'|")(.*?)(?:\'|").*?/', $links[4][$id]) === 1)
|
218 |
-
{
|
219 |
-
$links[4][$id] = 'rel="'.$rel_a.'"';
|
220 |
-
}
|
221 |
}
|
222 |
-
else
|
223 |
-
$lightbox = ' rel="'.($rel_a !== '' ? $rel_a.' ' : '').$this->options['settings']['selector'].'-'.$id.'"';
|
224 |
-
|
225 |
-
$content = str_replace($link, '<a'.$links[1][$id].'href="'.$links[2][$id].'.'.$links[3][$id].'"'.$lightbox.$links[4][$id].'>', $content);
|
226 |
}
|
227 |
}
|
228 |
|
@@ -331,6 +296,7 @@ class Responsive_Lightbox
|
|
331 |
add_settings_field('rl_galleries', __('Galleries', 'responsive-lightbox'), array(&$this, 'rl_galleries'), 'rl_settings', 'rl_settings');
|
332 |
add_settings_field('rl_videos', __('Video links', 'responsive-lightbox'), array(&$this, 'rl_videos'), 'rl_settings', 'rl_settings');
|
333 |
add_settings_field('rl_image_links', __('Image links', 'responsive-lightbox'), array(&$this, 'rl_image_links'), 'rl_settings', 'rl_settings');
|
|
|
334 |
add_settings_field('rl_deactivation_delete', __('Deactivation', 'responsive-lightbox'), array(&$this, 'rl_deactivation_delete'), 'rl_settings', 'rl_settings');
|
335 |
|
336 |
//configuration
|
@@ -370,7 +336,7 @@ class Responsive_Lightbox
|
|
370 |
public function rl_script()
|
371 |
{
|
372 |
echo '
|
373 |
-
<div
|
374 |
|
375 |
foreach($this->scripts as $val => $trans)
|
376 |
{
|
@@ -388,7 +354,7 @@ class Responsive_Lightbox
|
|
388 |
public function rl_selector()
|
389 |
{
|
390 |
echo '
|
391 |
-
<div
|
392 |
<input type="text" value="'.$this->options['settings']['selector'].'" name="rl_settings[selector]" />
|
393 |
<p class="description">'.__('Select to which rel selector lightbox effect will be applied to.', 'responsive-lightbox').'</p>
|
394 |
</div>';
|
@@ -398,7 +364,7 @@ class Responsive_Lightbox
|
|
398 |
public function rl_galleries()
|
399 |
{
|
400 |
echo '
|
401 |
-
<div
|
402 |
|
403 |
foreach($this->choices as $val => $trans)
|
404 |
{
|
@@ -416,7 +382,7 @@ class Responsive_Lightbox
|
|
416 |
public function rl_videos()
|
417 |
{
|
418 |
echo '
|
419 |
-
<div
|
420 |
|
421 |
foreach($this->choices as $val => $trans)
|
422 |
{
|
@@ -434,7 +400,7 @@ class Responsive_Lightbox
|
|
434 |
public function rl_image_links()
|
435 |
{
|
436 |
echo '
|
437 |
-
<div
|
438 |
|
439 |
foreach($this->choices as $val => $trans)
|
440 |
{
|
@@ -449,10 +415,28 @@ class Responsive_Lightbox
|
|
449 |
}
|
450 |
|
451 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
public function rl_deactivation_delete()
|
453 |
{
|
454 |
echo '
|
455 |
-
<div
|
456 |
|
457 |
foreach($this->choices as $val => $trans)
|
458 |
{
|
@@ -470,7 +454,7 @@ class Responsive_Lightbox
|
|
470 |
public function rl_sw_animation()
|
471 |
{
|
472 |
echo '
|
473 |
-
<div
|
474 |
|
475 |
foreach($this->scripts['swipebox']['animations'] as $val => $trans)
|
476 |
{
|
@@ -488,7 +472,7 @@ class Responsive_Lightbox
|
|
488 |
public function rl_sw_hide_bars()
|
489 |
{
|
490 |
echo '
|
491 |
-
<div
|
492 |
|
493 |
foreach($this->choices as $val => $trans)
|
494 |
{
|
@@ -499,7 +483,7 @@ class Responsive_Lightbox
|
|
499 |
|
500 |
echo '
|
501 |
<p class="description">'.__('Disable if you don\'t want to display top and bottom bars.', 'responsive-lightbox').'</p>
|
502 |
-
</div>
|
503 |
<div id="rl_sw_hide_bars_delay"'.($this->options['configuration']['swipebox']['hide_bars'] === FALSE ? ' style="display: none;"' : '').'>
|
504 |
<input type="text" name="rl_configuration[swipebox][hide_bars_delay]" value="'.$this->options['configuration']['swipebox']['hide_bars_delay'].'" />
|
505 |
<p class="description">'.__('Enter the time for images animation (in miliseconds)', 'responsive-lightbox').'</p>
|
@@ -510,7 +494,7 @@ class Responsive_Lightbox
|
|
510 |
public function rl_video_max_width()
|
511 |
{
|
512 |
echo '
|
513 |
-
<div
|
514 |
<input type="text" name="rl_configuration[swipebox][video_max_width]" value="'.$this->options['configuration']['swipebox']['video_max_width'].'" />
|
515 |
<p class="description">'.__('Enter the max video width in a lightbox', 'responsive-lightbox').'</p>
|
516 |
</div>';
|
@@ -520,7 +504,7 @@ class Responsive_Lightbox
|
|
520 |
public function rl_pp_animation_speed()
|
521 |
{
|
522 |
echo '
|
523 |
-
<div
|
524 |
|
525 |
foreach($this->scripts['prettyphoto']['animation_speeds'] as $val => $trans)
|
526 |
{
|
@@ -538,7 +522,7 @@ class Responsive_Lightbox
|
|
538 |
public function rl_pp_slideshow()
|
539 |
{
|
540 |
echo '
|
541 |
-
<div
|
542 |
|
543 |
foreach($this->choices as $val => $trans)
|
544 |
{
|
@@ -560,7 +544,7 @@ class Responsive_Lightbox
|
|
560 |
public function rl_pp_slideshow_autoplay()
|
561 |
{
|
562 |
echo '
|
563 |
-
<div
|
564 |
|
565 |
foreach($this->choices as $val => $trans)
|
566 |
{
|
@@ -578,7 +562,7 @@ class Responsive_Lightbox
|
|
578 |
public function rl_pp_opacity()
|
579 |
{
|
580 |
echo '
|
581 |
-
<div
|
582 |
<input type="text" name="rl_configuration[prettyphoto][opacity]" value="'.$this->options['configuration']['prettyphoto']['opacity'].'" />
|
583 |
<p class="description">'.__('Value between 0 and 1 (for e.g. 0.5)', 'responsive-lightbox').'</p>
|
584 |
</div>';
|
@@ -588,7 +572,7 @@ class Responsive_Lightbox
|
|
588 |
public function rl_pp_title()
|
589 |
{
|
590 |
echo '
|
591 |
-
<div
|
592 |
|
593 |
foreach($this->choices as $val => $trans)
|
594 |
{
|
@@ -606,7 +590,7 @@ class Responsive_Lightbox
|
|
606 |
public function rl_pp_allow_resize()
|
607 |
{
|
608 |
echo '
|
609 |
-
<div
|
610 |
|
611 |
foreach($this->choices as $val => $trans)
|
612 |
{
|
@@ -624,7 +608,7 @@ class Responsive_Lightbox
|
|
624 |
public function rl_pp_width()
|
625 |
{
|
626 |
echo '
|
627 |
-
<div
|
628 |
<input type="text" name="rl_configuration[prettyphoto][width]" value="'.$this->options['configuration']['prettyphoto']['width'].'" />
|
629 |
<p class="description">'.__('in pixels', 'responsive-lightbox').'</p>
|
630 |
</div>';
|
@@ -634,7 +618,7 @@ class Responsive_Lightbox
|
|
634 |
public function rl_pp_height()
|
635 |
{
|
636 |
echo '
|
637 |
-
<div
|
638 |
<input type="text" name="rl_configuration[prettyphoto][height]" value="'.$this->options['configuration']['prettyphoto']['height'].'" />
|
639 |
<p class="description">'.__('in pixels', 'responsive-lightbox').'</p>
|
640 |
</div>';
|
@@ -644,7 +628,7 @@ class Responsive_Lightbox
|
|
644 |
public function rl_pp_theme()
|
645 |
{
|
646 |
echo '
|
647 |
-
<div
|
648 |
|
649 |
foreach($this->scripts['prettyphoto']['themes'] as $val => $trans)
|
650 |
{
|
@@ -662,7 +646,7 @@ class Responsive_Lightbox
|
|
662 |
public function rl_pp_horizontal_padding()
|
663 |
{
|
664 |
echo '
|
665 |
-
<div
|
666 |
<input type="text" name="rl_configuration[prettyphoto][horizontal_padding]" value="'.$this->options['configuration']['prettyphoto']['horizontal_padding'].'" />
|
667 |
<p class="description">'.__('Horizontal padding (in pixels)', 'responsive-lightbox').'</p>
|
668 |
</div>';
|
@@ -672,7 +656,7 @@ class Responsive_Lightbox
|
|
672 |
public function rl_pp_hide_flash()
|
673 |
{
|
674 |
echo '
|
675 |
-
<div
|
676 |
|
677 |
foreach($this->choices as $val => $trans)
|
678 |
{
|
@@ -690,7 +674,7 @@ class Responsive_Lightbox
|
|
690 |
public function rl_pp_wmode()
|
691 |
{
|
692 |
echo '
|
693 |
-
<div
|
694 |
|
695 |
foreach($this->scripts['prettyphoto']['wmodes'] as $val => $trans)
|
696 |
{
|
@@ -708,7 +692,7 @@ class Responsive_Lightbox
|
|
708 |
public function rl_pp_video_autoplay()
|
709 |
{
|
710 |
echo '
|
711 |
-
<div
|
712 |
|
713 |
foreach($this->choices as $val => $trans)
|
714 |
{
|
@@ -726,7 +710,7 @@ class Responsive_Lightbox
|
|
726 |
public function rl_pp_modal()
|
727 |
{
|
728 |
echo '
|
729 |
-
<div
|
730 |
|
731 |
foreach($this->choices as $val => $trans)
|
732 |
{
|
@@ -744,7 +728,7 @@ class Responsive_Lightbox
|
|
744 |
public function rl_pp_deeplinking()
|
745 |
{
|
746 |
echo '
|
747 |
-
<div
|
748 |
|
749 |
foreach($this->choices as $val => $trans)
|
750 |
{
|
@@ -762,7 +746,7 @@ class Responsive_Lightbox
|
|
762 |
public function rl_pp_overlay_gallery()
|
763 |
{
|
764 |
echo '
|
765 |
-
<div
|
766 |
|
767 |
foreach($this->choices as $val => $trans)
|
768 |
{
|
@@ -780,7 +764,7 @@ class Responsive_Lightbox
|
|
780 |
public function rl_pp_keyboard_shortcuts()
|
781 |
{
|
782 |
echo '
|
783 |
-
<div
|
784 |
|
785 |
foreach($this->choices as $val => $trans)
|
786 |
{
|
@@ -798,7 +782,7 @@ class Responsive_Lightbox
|
|
798 |
public function rl_pp_social()
|
799 |
{
|
800 |
echo '
|
801 |
-
<div
|
802 |
|
803 |
foreach($this->choices as $val => $trans)
|
804 |
{
|
@@ -830,6 +814,7 @@ class Responsive_Lightbox
|
|
830 |
$input['galleries'] = (isset($input['galleries']) && in_array($input['galleries'], array_keys($this->choices)) ? ($input['galleries'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['galleries']);
|
831 |
$input['videos'] = (isset($input['videos']) && in_array($input['videos'], array_keys($this->choices)) ? ($input['videos'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['videos']);
|
832 |
$input['image_links'] = (isset($input['image_links']) && in_array($input['image_links'], array_keys($this->choices)) ? ($input['image_links'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['image_links']);
|
|
|
833 |
$input['deactivation_delete'] = (isset($input['deactivation_delete']) && in_array($input['deactivation_delete'], array_keys($this->choices)) ? ($input['deactivation_delete'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['deactivation_delete']);
|
834 |
}
|
835 |
elseif(isset($_POST['save_rl_configuration']))
|
@@ -1011,7 +996,7 @@ class Responsive_Lightbox
|
|
1011 |
{
|
1012 |
wp_enqueue_script(
|
1013 |
'responsive-lightbox-admin',
|
1014 |
-
plugins_url('js/
|
1015 |
array('jquery', 'jquery-ui-core', 'jquery-ui-button')
|
1016 |
);
|
1017 |
|
@@ -1025,7 +1010,7 @@ class Responsive_Lightbox
|
|
1025 |
|
1026 |
wp_enqueue_style(
|
1027 |
'responsive-lightbox-admin',
|
1028 |
-
plugins_url('css/
|
1029 |
);
|
1030 |
|
1031 |
wp_enqueue_style(
|
@@ -1109,7 +1094,7 @@ class Responsive_Lightbox
|
|
1109 |
|
1110 |
wp_enqueue_script(
|
1111 |
'responsive-lightbox-front',
|
1112 |
-
plugins_url('js/
|
1113 |
array('jquery')
|
1114 |
);
|
1115 |
|
@@ -1137,19 +1122,19 @@ class Responsive_Lightbox
|
|
1137 |
*/
|
1138 |
public function plugin_extend_links($links, $file)
|
1139 |
{
|
1140 |
-
if
|
1141 |
return $links;
|
1142 |
-
|
1143 |
$plugin = plugin_basename(__FILE__);
|
1144 |
-
|
1145 |
-
if
|
1146 |
{
|
1147 |
return array_merge(
|
1148 |
$links,
|
1149 |
array(sprintf('<a href="http://www.dfactory.eu/support/forum/responsive-lightbox/" target="_blank">%s</a>', __('Support', 'responsive-lightbox')))
|
1150 |
);
|
1151 |
}
|
1152 |
-
|
1153 |
return $links;
|
1154 |
}
|
1155 |
|
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.0.2
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/responsive-lightbox/
|
29 |
'galleries' => TRUE,
|
30 |
'videos' => TRUE,
|
31 |
'image_links' => TRUE,
|
32 |
+
'images_as_gallery' => FALSE,
|
33 |
'deactivation_delete' => FALSE
|
34 |
),
|
35 |
'configuration' => array(
|
38 |
'slideshow' => FALSE,
|
39 |
'slideshow_delay' => 5000,
|
40 |
'slideshow_autoplay' => FALSE,
|
41 |
+
'opacity' => 0.75,
|
42 |
'show_title' => TRUE,
|
43 |
'allow_resize' => TRUE,
|
44 |
'width' => 1080,
|
74 |
register_activation_hook(__FILE__, array(&$this, 'activation'));
|
75 |
register_deactivation_hook(__FILE__, array(&$this, 'deactivation'));
|
76 |
|
77 |
+
$this->options['settings'] = array_merge($this->defaults['settings'], get_option('rl_settings'));
|
78 |
+
$this->options['configuration'] = array_merge($this->defaults['configuration'], get_option('rl_configuration'));
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
//actions
|
81 |
add_action('plugins_loaded', array(&$this, 'load_textdomain'));
|
109 |
{
|
110 |
foreach($links[0] as $id => $link)
|
111 |
{
|
|
|
|
|
|
|
112 |
if(preg_match('/<a.*?rel=(?:\'|")(.*?)(?:\'|").*?>/', $link, $result) === 1)
|
113 |
{
|
114 |
if(isset($result[1]))
|
115 |
{
|
116 |
+
$new_rels = array();
|
|
|
117 |
$rels = explode(' ', $result[1]);
|
118 |
|
119 |
+
if(in_array($this->options['settings']['selector'], $rels, TRUE))
|
120 |
{
|
121 |
+
foreach($rels as $no => $rel)
|
122 |
{
|
123 |
+
if($rel !== $this->options['settings']['selector'])
|
124 |
+
$new_rels[] = $rel;
|
|
|
125 |
}
|
|
|
126 |
|
127 |
+
$content = str_replace($link, preg_replace('/rel=(?:\'|")(.*?)(?:\'|")/', 'rel="'.(!empty($new_rel) ? simplode(' ', $new_rels).' ' : '').$this->options['settings']['selector'].'-video-'.$id.'"', $link), $content);
|
128 |
+
}
|
129 |
+
else
|
130 |
{
|
131 |
+
$content = str_replace($link, preg_replace('/rel=(?:\'|")(.*?)(?:\'|")/', 'rel="'.($result[1] !== '' ? $result[1].' ' : '').$this->options['settings']['selector'].'-video-'.$id.'"', $link), $content);
|
132 |
}
|
|
|
|
|
133 |
}
|
134 |
}
|
135 |
+
else
|
|
|
136 |
{
|
137 |
+
$content = str_replace($link, '<a'.$links[1][$id].'href="'.$links[2][$id].'"'.$links[6][$id].' rel="'.$this->options['settings']['selector'].'-video-'.$id.'">', $content);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
}
|
|
|
|
|
|
|
|
|
139 |
}
|
140 |
}
|
141 |
|
149 |
|
150 |
if(isset($links[0]))
|
151 |
{
|
152 |
+
if($this->options['settings']['images_as_gallery'] === TRUE)
|
153 |
+
$rel_hash = '[gallery-'.wp_generate_password(4).']';
|
154 |
+
|
155 |
foreach($links[0] as $id => $link)
|
156 |
{
|
|
|
|
|
|
|
157 |
if(preg_match('/<a.*?rel=(?:\'|")(.*?)(?:\'|").*?>/', $link, $result) === 1)
|
158 |
{
|
159 |
+
if($this->options['settings']['images_as_gallery'] === TRUE)
|
160 |
{
|
161 |
+
$content = str_replace($link, preg_replace('/rel=(?:\'|")(.*?)(?:\'|")/', 'rel="'.$this->options['settings']['selector'].$rel_hash.'"', $link), $content);
|
162 |
+
}
|
163 |
+
else
|
164 |
+
{
|
165 |
+
if(isset($result[1]))
|
166 |
{
|
167 |
+
$new_rels = array();
|
168 |
+
$rels = explode(' ', $result[1]);
|
169 |
+
|
170 |
+
if(in_array($this->options['settings']['selector'], $rels, TRUE))
|
171 |
{
|
172 |
+
foreach($rels as $no => $rel)
|
173 |
+
{
|
174 |
+
if($rel !== $this->options['settings']['selector'])
|
175 |
+
$new_rels[] = $rel;
|
176 |
+
}
|
177 |
|
178 |
+
$content = str_replace($link, preg_replace('/rel=(?:\'|")(.*?)(?:\'|")/', 'rel="'.(!empty($new_rels) ? implode(' ', $new_rels).' ' : '').$this->options['settings']['selector'].'-'.$id.'"', $link), $content);
|
179 |
+
}
|
180 |
+
else
|
181 |
+
{
|
182 |
+
$content = str_replace($link, preg_replace('/rel=(?:\'|")(.*?)(?:\'|")/', 'rel="'.($result[1] !== '' ? $result[1].' ' : '').$this->options['settings']['selector'].'-'.$id.'"', $link), $content);
|
183 |
+
}
|
184 |
}
|
|
|
|
|
185 |
}
|
186 |
}
|
187 |
+
else
|
|
|
188 |
{
|
189 |
+
$content = str_replace($link, '<a'.$links[1][$id].'href="'.$links[2][$id].'.'.$links[3][$id].'"'.$links[4][$id].' rel="'.$this->options['settings']['selector'].($this->options['settings']['images_as_gallery'] === TRUE ? $rel_hash : '-'.$id).'">', $content);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
}
|
|
|
|
|
|
|
|
|
191 |
}
|
192 |
}
|
193 |
|
296 |
add_settings_field('rl_galleries', __('Galleries', 'responsive-lightbox'), array(&$this, 'rl_galleries'), 'rl_settings', 'rl_settings');
|
297 |
add_settings_field('rl_videos', __('Video links', 'responsive-lightbox'), array(&$this, 'rl_videos'), 'rl_settings', 'rl_settings');
|
298 |
add_settings_field('rl_image_links', __('Image links', 'responsive-lightbox'), array(&$this, 'rl_image_links'), 'rl_settings', 'rl_settings');
|
299 |
+
add_settings_field('rl_images_as_gallery', __('Single images as gallery', 'responsive-lightbox'), array(&$this, 'rl_images_as_gallery'), 'rl_settings', 'rl_settings');
|
300 |
add_settings_field('rl_deactivation_delete', __('Deactivation', 'responsive-lightbox'), array(&$this, 'rl_deactivation_delete'), 'rl_settings', 'rl_settings');
|
301 |
|
302 |
//configuration
|
336 |
public function rl_script()
|
337 |
{
|
338 |
echo '
|
339 |
+
<div class="wplikebtns">';
|
340 |
|
341 |
foreach($this->scripts as $val => $trans)
|
342 |
{
|
354 |
public function rl_selector()
|
355 |
{
|
356 |
echo '
|
357 |
+
<div>
|
358 |
<input type="text" value="'.$this->options['settings']['selector'].'" name="rl_settings[selector]" />
|
359 |
<p class="description">'.__('Select to which rel selector lightbox effect will be applied to.', 'responsive-lightbox').'</p>
|
360 |
</div>';
|
364 |
public function rl_galleries()
|
365 |
{
|
366 |
echo '
|
367 |
+
<div class="wplikebtns">';
|
368 |
|
369 |
foreach($this->choices as $val => $trans)
|
370 |
{
|
382 |
public function rl_videos()
|
383 |
{
|
384 |
echo '
|
385 |
+
<div class="wplikebtns">';
|
386 |
|
387 |
foreach($this->choices as $val => $trans)
|
388 |
{
|
400 |
public function rl_image_links()
|
401 |
{
|
402 |
echo '
|
403 |
+
<div class="wplikebtns">';
|
404 |
|
405 |
foreach($this->choices as $val => $trans)
|
406 |
{
|
415 |
}
|
416 |
|
417 |
|
418 |
+
public function rl_images_as_gallery()
|
419 |
+
{
|
420 |
+
echo '
|
421 |
+
<div class="wplikebtns">';
|
422 |
+
|
423 |
+
foreach($this->choices as $val => $trans)
|
424 |
+
{
|
425 |
+
echo '
|
426 |
+
<input id="rl-images-as-gallery-'.$val.'" type="radio" name="rl_settings[images_as_gallery]" value="'.$val.'" '.checked(($val === 'yes' ? TRUE : FALSE), $this->options['settings']['images_as_gallery'], FALSE).' />
|
427 |
+
<label for="rl-images-as-gallery-'.$val.'">'.$trans.'</label>';
|
428 |
+
}
|
429 |
+
|
430 |
+
echo '
|
431 |
+
<p class="description">'.__('Display single post images as a gallery', 'responsive-lightbox').'</p>
|
432 |
+
</div>';
|
433 |
+
}
|
434 |
+
|
435 |
+
|
436 |
public function rl_deactivation_delete()
|
437 |
{
|
438 |
echo '
|
439 |
+
<div class="wplikebtns">';
|
440 |
|
441 |
foreach($this->choices as $val => $trans)
|
442 |
{
|
454 |
public function rl_sw_animation()
|
455 |
{
|
456 |
echo '
|
457 |
+
<div class="wplikebtns">';
|
458 |
|
459 |
foreach($this->scripts['swipebox']['animations'] as $val => $trans)
|
460 |
{
|
472 |
public function rl_sw_hide_bars()
|
473 |
{
|
474 |
echo '
|
475 |
+
<div class="wplikebtns">';
|
476 |
|
477 |
foreach($this->choices as $val => $trans)
|
478 |
{
|
483 |
|
484 |
echo '
|
485 |
<p class="description">'.__('Disable if you don\'t want to display top and bottom bars.', 'responsive-lightbox').'</p>
|
486 |
+
</div>class="wplikebtns"
|
487 |
<div id="rl_sw_hide_bars_delay"'.($this->options['configuration']['swipebox']['hide_bars'] === FALSE ? ' style="display: none;"' : '').'>
|
488 |
<input type="text" name="rl_configuration[swipebox][hide_bars_delay]" value="'.$this->options['configuration']['swipebox']['hide_bars_delay'].'" />
|
489 |
<p class="description">'.__('Enter the time for images animation (in miliseconds)', 'responsive-lightbox').'</p>
|
494 |
public function rl_video_max_width()
|
495 |
{
|
496 |
echo '
|
497 |
+
<div>
|
498 |
<input type="text" name="rl_configuration[swipebox][video_max_width]" value="'.$this->options['configuration']['swipebox']['video_max_width'].'" />
|
499 |
<p class="description">'.__('Enter the max video width in a lightbox', 'responsive-lightbox').'</p>
|
500 |
</div>';
|
504 |
public function rl_pp_animation_speed()
|
505 |
{
|
506 |
echo '
|
507 |
+
<div class="wplikebtns">';
|
508 |
|
509 |
foreach($this->scripts['prettyphoto']['animation_speeds'] as $val => $trans)
|
510 |
{
|
522 |
public function rl_pp_slideshow()
|
523 |
{
|
524 |
echo '
|
525 |
+
<div class="wplikebtns">';
|
526 |
|
527 |
foreach($this->choices as $val => $trans)
|
528 |
{
|
544 |
public function rl_pp_slideshow_autoplay()
|
545 |
{
|
546 |
echo '
|
547 |
+
<div class="wplikebtns">';
|
548 |
|
549 |
foreach($this->choices as $val => $trans)
|
550 |
{
|
562 |
public function rl_pp_opacity()
|
563 |
{
|
564 |
echo '
|
565 |
+
<div>
|
566 |
<input type="text" name="rl_configuration[prettyphoto][opacity]" value="'.$this->options['configuration']['prettyphoto']['opacity'].'" />
|
567 |
<p class="description">'.__('Value between 0 and 1 (for e.g. 0.5)', 'responsive-lightbox').'</p>
|
568 |
</div>';
|
572 |
public function rl_pp_title()
|
573 |
{
|
574 |
echo '
|
575 |
+
<div class="wplikebtns">';
|
576 |
|
577 |
foreach($this->choices as $val => $trans)
|
578 |
{
|
590 |
public function rl_pp_allow_resize()
|
591 |
{
|
592 |
echo '
|
593 |
+
<div class="wplikebtns">';
|
594 |
|
595 |
foreach($this->choices as $val => $trans)
|
596 |
{
|
608 |
public function rl_pp_width()
|
609 |
{
|
610 |
echo '
|
611 |
+
<div>
|
612 |
<input type="text" name="rl_configuration[prettyphoto][width]" value="'.$this->options['configuration']['prettyphoto']['width'].'" />
|
613 |
<p class="description">'.__('in pixels', 'responsive-lightbox').'</p>
|
614 |
</div>';
|
618 |
public function rl_pp_height()
|
619 |
{
|
620 |
echo '
|
621 |
+
<div>
|
622 |
<input type="text" name="rl_configuration[prettyphoto][height]" value="'.$this->options['configuration']['prettyphoto']['height'].'" />
|
623 |
<p class="description">'.__('in pixels', 'responsive-lightbox').'</p>
|
624 |
</div>';
|
628 |
public function rl_pp_theme()
|
629 |
{
|
630 |
echo '
|
631 |
+
<div class="wplikebtns">';
|
632 |
|
633 |
foreach($this->scripts['prettyphoto']['themes'] as $val => $trans)
|
634 |
{
|
646 |
public function rl_pp_horizontal_padding()
|
647 |
{
|
648 |
echo '
|
649 |
+
<div>
|
650 |
<input type="text" name="rl_configuration[prettyphoto][horizontal_padding]" value="'.$this->options['configuration']['prettyphoto']['horizontal_padding'].'" />
|
651 |
<p class="description">'.__('Horizontal padding (in pixels)', 'responsive-lightbox').'</p>
|
652 |
</div>';
|
656 |
public function rl_pp_hide_flash()
|
657 |
{
|
658 |
echo '
|
659 |
+
<div class="wplikebtns">';
|
660 |
|
661 |
foreach($this->choices as $val => $trans)
|
662 |
{
|
674 |
public function rl_pp_wmode()
|
675 |
{
|
676 |
echo '
|
677 |
+
<div class="wplikebtns">';
|
678 |
|
679 |
foreach($this->scripts['prettyphoto']['wmodes'] as $val => $trans)
|
680 |
{
|
692 |
public function rl_pp_video_autoplay()
|
693 |
{
|
694 |
echo '
|
695 |
+
<div class="wplikebtns">';
|
696 |
|
697 |
foreach($this->choices as $val => $trans)
|
698 |
{
|
710 |
public function rl_pp_modal()
|
711 |
{
|
712 |
echo '
|
713 |
+
<div class="wplikebtns">';
|
714 |
|
715 |
foreach($this->choices as $val => $trans)
|
716 |
{
|
728 |
public function rl_pp_deeplinking()
|
729 |
{
|
730 |
echo '
|
731 |
+
<div class="wplikebtns">';
|
732 |
|
733 |
foreach($this->choices as $val => $trans)
|
734 |
{
|
746 |
public function rl_pp_overlay_gallery()
|
747 |
{
|
748 |
echo '
|
749 |
+
<div class="wplikebtns">';
|
750 |
|
751 |
foreach($this->choices as $val => $trans)
|
752 |
{
|
764 |
public function rl_pp_keyboard_shortcuts()
|
765 |
{
|
766 |
echo '
|
767 |
+
<div class="wplikebtns">';
|
768 |
|
769 |
foreach($this->choices as $val => $trans)
|
770 |
{
|
782 |
public function rl_pp_social()
|
783 |
{
|
784 |
echo '
|
785 |
+
<div class="wplikebtns">';
|
786 |
|
787 |
foreach($this->choices as $val => $trans)
|
788 |
{
|
814 |
$input['galleries'] = (isset($input['galleries']) && in_array($input['galleries'], array_keys($this->choices)) ? ($input['galleries'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['galleries']);
|
815 |
$input['videos'] = (isset($input['videos']) && in_array($input['videos'], array_keys($this->choices)) ? ($input['videos'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['videos']);
|
816 |
$input['image_links'] = (isset($input['image_links']) && in_array($input['image_links'], array_keys($this->choices)) ? ($input['image_links'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['image_links']);
|
817 |
+
$input['images_as_gallery'] = (isset($input['images_as_gallery']) && in_array($input['images_as_gallery'], array_keys($this->choices)) ? ($input['images_as_gallery'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['images_as_gallery']);
|
818 |
$input['deactivation_delete'] = (isset($input['deactivation_delete']) && in_array($input['deactivation_delete'], array_keys($this->choices)) ? ($input['deactivation_delete'] === 'yes' ? TRUE : FALSE) : $this->options['settings']['deactivation_delete']);
|
819 |
}
|
820 |
elseif(isset($_POST['save_rl_configuration']))
|
996 |
{
|
997 |
wp_enqueue_script(
|
998 |
'responsive-lightbox-admin',
|
999 |
+
plugins_url('js/admin.js', __FILE__),
|
1000 |
array('jquery', 'jquery-ui-core', 'jquery-ui-button')
|
1001 |
);
|
1002 |
|
1010 |
|
1011 |
wp_enqueue_style(
|
1012 |
'responsive-lightbox-admin',
|
1013 |
+
plugins_url('css/admin.css', __FILE__)
|
1014 |
);
|
1015 |
|
1016 |
wp_enqueue_style(
|
1094 |
|
1095 |
wp_enqueue_script(
|
1096 |
'responsive-lightbox-front',
|
1097 |
+
plugins_url('js/front.js', __FILE__),
|
1098 |
array('jquery')
|
1099 |
);
|
1100 |
|
1122 |
*/
|
1123 |
public function plugin_extend_links($links, $file)
|
1124 |
{
|
1125 |
+
if(!current_user_can('install_plugins'))
|
1126 |
return $links;
|
1127 |
+
|
1128 |
$plugin = plugin_basename(__FILE__);
|
1129 |
+
|
1130 |
+
if($file == $plugin)
|
1131 |
{
|
1132 |
return array_merge(
|
1133 |
$links,
|
1134 |
array(sprintf('<a href="http://www.dfactory.eu/support/forum/responsive-lightbox/" target="_blank">%s</a>', __('Support', 'responsive-lightbox')))
|
1135 |
);
|
1136 |
}
|
1137 |
+
|
1138 |
return $links;
|
1139 |
}
|
1140 |
|