Version Description
- Fixed - Incompatibility with certain themes due to different versions of waypoints scripts being used.
- Fixed - Misplaced HTML5 video background hero header video tags information
Download this release
Release Info
Developer | livemesh |
Plugin | Livemesh SiteOrigin Widgets |
Version | 2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.3
- admin/assets/css/premium-upgrade.css +0 -598
- admin/assets/js/premium-upgrade.js +0 -31
- admin/views/documentation.php +5 -0
- assets/css/lsow-admin.css +0 -7
- assets/js/jquery.waypoints.js +2 -2
- assets/js/jquery.waypoints.min.js +1 -1
- assets/js/lsow-admin.js +0 -0
- assets/js/lsow-frontend.js +1 -1
- assets/js/lsow-frontend.min.js +1 -1
- freemius/assets/css/admin/common.css +2 -2
- freemius/assets/scss/admin/common.scss +1 -1
- freemius/includes/class-freemius.php +105 -39
- freemius/includes/class-fs-plugin-updater.php +177 -0
- freemius/includes/customizer/class-fs-customizer-upsell-control.php +1 -1
- freemius/includes/fs-plugin-info-dialog.php +11 -8
- freemius/templates/account/partials/addon.php +2 -2
- freemius/templates/add-ons.php +5 -1
- freemius/templates/checkout.php +2 -2
- freemius/templates/connect.php +5 -2
- freemius/templates/contact.php +1 -1
- freemius/templates/pricing.php +1 -1
- freemius/templates/tabs.php +5 -1
- includes/widgets/lsow-hero-image-widget/tpl/default.php +2 -2
- includes/widgets/lsow-odometers-widget/js/odometer.js +2 -2
- includes/widgets/lsow-odometers-widget/js/odometer.min.js +1 -1
- includes/widgets/lsow-piecharts-widget/js/piechart.js +2 -2
- includes/widgets/lsow-piecharts-widget/js/piechart.min.js +1 -1
- includes/widgets/lsow-stats-bar-widget/js/stats-bar.js +2 -2
- includes/widgets/lsow-stats-bar-widget/js/stats-bar.min.js +1 -1
- languages/livemesh-so-widgets-en_US.mo +0 -0
- languages/livemesh-so-widgets-en_US.po +1406 -137
- languages/livemesh-so-widgets-he_IL.mo +0 -0
- languages/livemesh-so-widgets-he_IL.po +1457 -185
- languages/livemesh-so-widgets.pot +1414 -136
- livemesh-siteorigin-widgets.php +2 -2
- plugin.php +2 -2
- readme.txt +5 -1
admin/assets/css/premium-upgrade.css
DELETED
@@ -1,598 +0,0 @@
|
|
1 |
-
/* -------------------- Pricing Plan ------------ */
|
2 |
-
.clear:after {
|
3 |
-
visibility: hidden;
|
4 |
-
display: block;
|
5 |
-
font-size: 0;
|
6 |
-
content: " ";
|
7 |
-
clear: both;
|
8 |
-
height: 0; }
|
9 |
-
|
10 |
-
.clear {
|
11 |
-
display: inline-table;
|
12 |
-
clear: both; }
|
13 |
-
|
14 |
-
* html .clear {
|
15 |
-
height: 1%; }
|
16 |
-
|
17 |
-
.clear {
|
18 |
-
display: block; }
|
19 |
-
|
20 |
-
.hide {
|
21 |
-
display: none !important; }
|
22 |
-
|
23 |
-
.flex-wrap {
|
24 |
-
display: -ms-flexbox;
|
25 |
-
display: -webkit-box;
|
26 |
-
display: flex;
|
27 |
-
-ms-flex-wrap: wrap;
|
28 |
-
flex-wrap: wrap; }
|
29 |
-
|
30 |
-
.flex-col {
|
31 |
-
display: -ms-flexbox;
|
32 |
-
display: -webkit-box;
|
33 |
-
display: flex; }
|
34 |
-
|
35 |
-
.btn {
|
36 |
-
line-height: 20px;
|
37 |
-
display: block;
|
38 |
-
float: left;
|
39 |
-
position: relative;
|
40 |
-
overflow: hidden;
|
41 |
-
padding: 13px 20px;
|
42 |
-
font-size: 0.9375em;
|
43 |
-
font-weight: 400;
|
44 |
-
text-align: center;
|
45 |
-
cursor: pointer;
|
46 |
-
text-decoration: none;
|
47 |
-
margin: 0;
|
48 |
-
border: 0;
|
49 |
-
outline: 0;
|
50 |
-
border-image-width: 0;
|
51 |
-
border-radius: 3px; }
|
52 |
-
|
53 |
-
.btn,
|
54 |
-
.btn:hover,
|
55 |
-
.btn:focus,
|
56 |
-
.btn:active {
|
57 |
-
color: #fff;
|
58 |
-
text-decoration: none; }
|
59 |
-
|
60 |
-
.btn {
|
61 |
-
background-color: #00bcd4; }
|
62 |
-
|
63 |
-
.btn:hover {
|
64 |
-
background-color: #26c6da; }
|
65 |
-
|
66 |
-
.btn:focus,
|
67 |
-
.btn:active {
|
68 |
-
background-color: #05a7bd; }
|
69 |
-
|
70 |
-
.m0 {
|
71 |
-
margin: 0 !important; }
|
72 |
-
|
73 |
-
.mb0 {
|
74 |
-
margin-bottom: 0 !important; }
|
75 |
-
|
76 |
-
.mb1 {
|
77 |
-
margin-bottom: 1px !important; }
|
78 |
-
|
79 |
-
.mb5 {
|
80 |
-
margin-bottom: 5px !important; }
|
81 |
-
|
82 |
-
.mb10 {
|
83 |
-
margin-bottom: 10px !important; }
|
84 |
-
|
85 |
-
.mb15 {
|
86 |
-
margin-bottom: 15px !important; }
|
87 |
-
|
88 |
-
.mb20 {
|
89 |
-
margin-bottom: 20px !important; }
|
90 |
-
|
91 |
-
.mb30 {
|
92 |
-
margin-bottom: 30px !important; }
|
93 |
-
|
94 |
-
.c-wh {
|
95 |
-
color: #fff !important; }
|
96 |
-
|
97 |
-
.c-red {
|
98 |
-
color: #da4f49 !important; }
|
99 |
-
|
100 |
-
.c-mg {
|
101 |
-
color: #9e9e9e; }
|
102 |
-
|
103 |
-
.w100 {
|
104 |
-
width: 100% !important; }
|
105 |
-
|
106 |
-
.bg-cy {
|
107 |
-
background-color: #00bcd4; }
|
108 |
-
|
109 |
-
.bg-gr {
|
110 |
-
background-color: #8ac249; }
|
111 |
-
|
112 |
-
.pricing-content {
|
113 |
-
max-width: 1000px;
|
114 |
-
margin: 0 auto; }
|
115 |
-
|
116 |
-
.pricing-content, .pricing-content p {
|
117 |
-
font-size: 18px;
|
118 |
-
line-height: 1.6; }
|
119 |
-
|
120 |
-
.pricing-content p:empty {
|
121 |
-
display: none; }
|
122 |
-
|
123 |
-
div.plans-wrapper ul {
|
124 |
-
list-style-type: none;
|
125 |
-
margin: 0 0 15px 0; }
|
126 |
-
|
127 |
-
div#plans {
|
128 |
-
margin-top: 50px; }
|
129 |
-
|
130 |
-
div.plans-wrapper {
|
131 |
-
width: 100%;
|
132 |
-
margin: 0 auto;
|
133 |
-
position: relative;
|
134 |
-
background: #f5f8f9;
|
135 |
-
z-index: 4;
|
136 |
-
-webkit-box-shadow: 0 0 30px rgba(34, 44, 55, 0.15);
|
137 |
-
box-shadow: 0 0 30px rgba(34, 44, 55, 0.15); }
|
138 |
-
|
139 |
-
div.plans-wrapper div.plan-intro div.w100 {
|
140 |
-
padding: 20px 30px 0 30px;
|
141 |
-
position: relative; }
|
142 |
-
|
143 |
-
div.plans-wrapper div.plan-intro {
|
144 |
-
width: 340px;
|
145 |
-
float: left;
|
146 |
-
padding: 30px 0;
|
147 |
-
position: relative;
|
148 |
-
z-index: 4; }
|
149 |
-
|
150 |
-
div.plans-wrapper div.plans {
|
151 |
-
width: 100%;
|
152 |
-
float: left;
|
153 |
-
margin: 0 0 0 -340px;
|
154 |
-
position: relative; }
|
155 |
-
|
156 |
-
div.plans-wrapper div.content-wrapper {
|
157 |
-
margin: 0 0 0 340px;
|
158 |
-
position: relative; }
|
159 |
-
|
160 |
-
div.plans-wrapper div.plan {
|
161 |
-
width: 50%;
|
162 |
-
float: left;
|
163 |
-
text-align: center;
|
164 |
-
position: relative;
|
165 |
-
z-index: 2;
|
166 |
-
-webkit-transition: all .5s;
|
167 |
-
transition: all .5s; }
|
168 |
-
|
169 |
-
div.plans-wrapper div.plan h3 {
|
170 |
-
color: #fff; }
|
171 |
-
|
172 |
-
div.plans-wrapper div.plan:last-child {
|
173 |
-
border-right: 0; }
|
174 |
-
|
175 |
-
div.plans-wrapper div.plan {
|
176 |
-
background: #222c37;
|
177 |
-
-webkit-transition: all .25s;
|
178 |
-
transition: all .25s; }
|
179 |
-
|
180 |
-
div.plans-wrapper div.plan2,
|
181 |
-
div.plans-wrapper div.plan4 {
|
182 |
-
background: #2d3741; }
|
183 |
-
|
184 |
-
div.plans-wrapper div.plan div.w100 {
|
185 |
-
position: relative;
|
186 |
-
padding: 40px 20px 80px 20px; }
|
187 |
-
|
188 |
-
div.plans-wrapper div.plan-intro img {
|
189 |
-
width: 100%;
|
190 |
-
height: auto; }
|
191 |
-
|
192 |
-
div.plans-wrapper div.plan p {
|
193 |
-
font-size: 1.0625em;
|
194 |
-
color: #ccc;
|
195 |
-
-webkit-backface-visibility: hidden;
|
196 |
-
backface-visibility: hidden; }
|
197 |
-
|
198 |
-
div.plans-wrapper div.plan .price {
|
199 |
-
position: relative;
|
200 |
-
display: inline-block;
|
201 |
-
font-size: 1.875em;
|
202 |
-
margin: 0 0 30px 0; }
|
203 |
-
|
204 |
-
div.plans-wrapper div.plan div.action {
|
205 |
-
position: absolute;
|
206 |
-
bottom: 30px;
|
207 |
-
left: 30px;
|
208 |
-
right: 30px;
|
209 |
-
text-align: center; }
|
210 |
-
|
211 |
-
div.plans-wrapper div.plan div.action .btn {
|
212 |
-
width: 100%;
|
213 |
-
vertical-align: top; }
|
214 |
-
|
215 |
-
div.compare-wrapper {
|
216 |
-
width: 100%;
|
217 |
-
margin: 0 auto;
|
218 |
-
background: #ececec;
|
219 |
-
position: relative; }
|
220 |
-
|
221 |
-
div.compare-wrapper div.benefits {
|
222 |
-
width: 340px;
|
223 |
-
float: left; }
|
224 |
-
|
225 |
-
div.compare-wrapper div.plans {
|
226 |
-
width: 100%;
|
227 |
-
float: left;
|
228 |
-
margin: 0 0 0 -340px;
|
229 |
-
position: relative; }
|
230 |
-
|
231 |
-
div.compare-wrapper div.content-wrapper {
|
232 |
-
margin: 0 0 0 340px;
|
233 |
-
position: relative; }
|
234 |
-
|
235 |
-
div.compare-wrapper div.plan {
|
236 |
-
width: 50%;
|
237 |
-
float: left;
|
238 |
-
padding: 30px 0 0 0;
|
239 |
-
text-align: center;
|
240 |
-
background: #f5f8f9; }
|
241 |
-
|
242 |
-
div.compare-wrapper div.plan.even {
|
243 |
-
background: #ececec; }
|
244 |
-
|
245 |
-
div.compare-wrapper div.tooltip {
|
246 |
-
padding: 20px;
|
247 |
-
background: #fff;
|
248 |
-
position: absolute;
|
249 |
-
border-bottom: #37BF91 5px solid;
|
250 |
-
top: 48px;
|
251 |
-
left: 10px;
|
252 |
-
right: 10px;
|
253 |
-
font-weight: 300;
|
254 |
-
z-index: 999;
|
255 |
-
text-align: left;
|
256 |
-
-webkit-box-shadow: 0 1px 20px rgba(34, 44, 55, 0.3);
|
257 |
-
box-shadow: 0 1px 20px rgba(34, 44, 55, 0.3); }
|
258 |
-
|
259 |
-
div.compare-wrapper div.tooltip:before {
|
260 |
-
content: '';
|
261 |
-
display: block;
|
262 |
-
position: absolute;
|
263 |
-
top: -19px;
|
264 |
-
right: 21px;
|
265 |
-
z-index: 18;
|
266 |
-
border: transparent 10px solid;
|
267 |
-
border-bottom-color: #fff; }
|
268 |
-
|
269 |
-
div.compare-wrapper div.tooltip p {
|
270 |
-
font-size: 1em;
|
271 |
-
margin: 0; }
|
272 |
-
|
273 |
-
div.compare-wrapper div.action {
|
274 |
-
padding: 30px;
|
275 |
-
background: #f0f3f4; }
|
276 |
-
|
277 |
-
div.compare-wrapper div.plan.even div.action {
|
278 |
-
background: #e7e7e7; }
|
279 |
-
|
280 |
-
div.compare-wrapper div.action .btn {
|
281 |
-
width: 100%;
|
282 |
-
vertical-align: top; }
|
283 |
-
|
284 |
-
div.compare-wrapper div.benefits h4 {
|
285 |
-
margin: 0;
|
286 |
-
padding: 30px;
|
287 |
-
background: #f5f8f9;
|
288 |
-
position: relative;
|
289 |
-
z-index: 3; }
|
290 |
-
|
291 |
-
div.compare-wrapper div.benefits ul {
|
292 |
-
list-style: none !important;
|
293 |
-
margin: 0 !important;
|
294 |
-
padding: 0 !important;
|
295 |
-
position: relative;
|
296 |
-
z-index: 4; }
|
297 |
-
|
298 |
-
div.compare-wrapper div.benefits ul li {
|
299 |
-
height: 50px;
|
300 |
-
padding: 0 30px !important;
|
301 |
-
margin: 0 !important;
|
302 |
-
text-align: left;
|
303 |
-
font-size: 0.9375em;
|
304 |
-
font-weight: 400;
|
305 |
-
position: relative;
|
306 |
-
background: #f5f8f9; }
|
307 |
-
|
308 |
-
div.compare-wrapper div.benefits ul li div.text {
|
309 |
-
vertical-align: middle;
|
310 |
-
display: table-cell;
|
311 |
-
height: 50px; }
|
312 |
-
|
313 |
-
div.compare-wrapper div.benefits ul li:nth-child(odd) {
|
314 |
-
background: #ececec; }
|
315 |
-
|
316 |
-
div.compare-wrapper div.benefits ul li:before {
|
317 |
-
display: none; }
|
318 |
-
|
319 |
-
div.compare-wrapper div.benefits ul li span.dashicons-editor-help {
|
320 |
-
line-height: 22px;
|
321 |
-
display: block;
|
322 |
-
position: absolute;
|
323 |
-
top: 5px;
|
324 |
-
right: 30px;
|
325 |
-
cursor: pointer;
|
326 |
-
text-align: center;
|
327 |
-
color: #9e9e9e;
|
328 |
-
font-size: 32px;
|
329 |
-
line-height: 1; }
|
330 |
-
|
331 |
-
div.compare-wrapper div.benefits ul li span.dashicons-editor-help:before {
|
332 |
-
font-size: 85%; }
|
333 |
-
|
334 |
-
div.compare-wrapper div.plan h4 {
|
335 |
-
color: #222c37;
|
336 |
-
margin: 0 0 30px 0; }
|
337 |
-
|
338 |
-
div.compare-wrapper div.plan ul {
|
339 |
-
width: 100%;
|
340 |
-
margin: 0 !important;
|
341 |
-
padding: 0 !important;
|
342 |
-
list-style: none !important; }
|
343 |
-
|
344 |
-
div.compare-wrapper div.plan ul li {
|
345 |
-
position: relative;
|
346 |
-
height: 50px;
|
347 |
-
line-height: 20px;
|
348 |
-
padding: 15px 20px !important;
|
349 |
-
margin: 0 !important;
|
350 |
-
text-align: center;
|
351 |
-
font-size: 0.9375em; }
|
352 |
-
|
353 |
-
div.compare-wrapper div.plan ul li:nth-child(odd) {
|
354 |
-
background: rgba(0, 0, 0, 0.02); }
|
355 |
-
|
356 |
-
div.compare-wrapper div.plan ul li:before {
|
357 |
-
display: none; }
|
358 |
-
|
359 |
-
div.compare-wrapper div.plan ul li span.dashicons-editor-help {
|
360 |
-
font-size: 24px;
|
361 |
-
vertical-align: top;
|
362 |
-
line-height: 1;
|
363 |
-
color: #9e9e9e;
|
364 |
-
margin: 0 0 0 2px;
|
365 |
-
cursor: pointer; }
|
366 |
-
|
367 |
-
div.compare-wrapper div.plan ul li span.pay {
|
368 |
-
font-weight: 700; }
|
369 |
-
|
370 |
-
div.compare-wrapper div.plan ul li div.tooltip:before {
|
371 |
-
right: 50%;
|
372 |
-
margin: 0 -10px 0 0; }
|
373 |
-
|
374 |
-
div.compare-wrapper div.plan ul li div.dashicons-no-alt {
|
375 |
-
color: #da4f49; }
|
376 |
-
|
377 |
-
div.compare-wrapper div.plan1 ul li div.dashicons-yes {
|
378 |
-
color: #8ac249; }
|
379 |
-
|
380 |
-
div.compare-wrapper div.plan2 ul li div.dashicons-yes {
|
381 |
-
color: #00bcd4; }
|
382 |
-
|
383 |
-
div.compare-wrapper div.plan3 ul li div.dashicons-yes {
|
384 |
-
color: #37BF91; }
|
385 |
-
|
386 |
-
div.compare-wrapper div.plan4 ul li div.dashicons-yes {
|
387 |
-
color: #009688; }
|
388 |
-
|
389 |
-
div.compare-wrapper .dashicons {
|
390 |
-
font-size: 28px;
|
391 |
-
line-height: 1;
|
392 |
-
width: auto;
|
393 |
-
height: auto; }
|
394 |
-
|
395 |
-
div.compare-wrapper div.plan1 ul li div.tooltip {
|
396 |
-
border-color: #8ac249; }
|
397 |
-
|
398 |
-
div.compare-wrapper div.plan2 ul li div.tooltip {
|
399 |
-
border-color: #00bcd4; }
|
400 |
-
|
401 |
-
div.compare-wrapper div.plan3 ul li div.tooltip {
|
402 |
-
border-color: #37BF91; }
|
403 |
-
|
404 |
-
div.compare-wrapper div.plan4 ul li div.tooltip {
|
405 |
-
border-color: #009688; }
|
406 |
-
|
407 |
-
div.compare-wrapper div.plan ul li .m {
|
408 |
-
display: none; }
|
409 |
-
|
410 |
-
@media only screen and (min-width: 150px) and (max-width: 1380px) {
|
411 |
-
div#plans {
|
412 |
-
margin-bottom: 40px; }
|
413 |
-
|
414 |
-
div.plans-wrapper div.plan-intro {
|
415 |
-
display: none; }
|
416 |
-
|
417 |
-
div.plans-wrapper div.plans {
|
418 |
-
margin: 0; }
|
419 |
-
|
420 |
-
div.plans-wrapper div.content-wrapper {
|
421 |
-
margin: 0; }
|
422 |
-
|
423 |
-
div.compare-wrapper {
|
424 |
-
background: transparent; }
|
425 |
-
|
426 |
-
div.compare-wrapper div.benefits {
|
427 |
-
width: 100%;
|
428 |
-
margin: 0 0 30px 0; }
|
429 |
-
|
430 |
-
div.compare-wrapper div.benefits h4 {
|
431 |
-
padding: 0;
|
432 |
-
background: transparent;
|
433 |
-
font-size: 2em;
|
434 |
-
line-height: 1em;
|
435 |
-
font-weight: 100;
|
436 |
-
color: #222c37; }
|
437 |
-
|
438 |
-
div.compare-wrapper div.benefits ul {
|
439 |
-
display: none; }
|
440 |
-
|
441 |
-
div.compare-wrapper div.plans {
|
442 |
-
margin: 0; }
|
443 |
-
|
444 |
-
div.compare-wrapper div.content-wrapper {
|
445 |
-
margin: 0; }
|
446 |
-
|
447 |
-
div.compare-wrapper div.plan h4 {
|
448 |
-
color: #fff;
|
449 |
-
margin: 0;
|
450 |
-
padding: 15px 20px;
|
451 |
-
background: #222c37; }
|
452 |
-
|
453 |
-
div.compare-wrapper div.plan {
|
454 |
-
width: 100%;
|
455 |
-
padding: 0;
|
456 |
-
margin: 0 0 15px 0;
|
457 |
-
text-align: left;
|
458 |
-
background: #f5f8f9 !important; }
|
459 |
-
|
460 |
-
div.compare-wrapper div.plan ul {
|
461 |
-
width: 100%;
|
462 |
-
margin: 0;
|
463 |
-
display: -ms-flexbox;
|
464 |
-
display: -webkit-box;
|
465 |
-
display: flex;
|
466 |
-
-ms-flex-wrap: wrap;
|
467 |
-
flex-wrap: wrap; }
|
468 |
-
|
469 |
-
div.compare-wrapper div.plan ul li {
|
470 |
-
width: 50%;
|
471 |
-
height: auto;
|
472 |
-
float: left;
|
473 |
-
line-height: 20px;
|
474 |
-
padding: 15px 20px 15px 40px !important;
|
475 |
-
text-align: left;
|
476 |
-
display: -ms-flexbox;
|
477 |
-
display: -webkit-box;
|
478 |
-
display: flex; }
|
479 |
-
|
480 |
-
div.compare-wrapper div.plan ul li:nth-child(odd) {
|
481 |
-
background: rgba(0, 0, 0, 0); }
|
482 |
-
|
483 |
-
div.compare-wrapper div.plan ul li:nth-child(2),
|
484 |
-
div.compare-wrapper div.plan ul li:nth-child(3),
|
485 |
-
div.compare-wrapper div.plan ul li:nth-child(6),
|
486 |
-
div.compare-wrapper div.plan ul li:nth-child(7),
|
487 |
-
div.compare-wrapper div.plan ul li:nth-child(10),
|
488 |
-
div.compare-wrapper div.plan ul li:nth-child(11),
|
489 |
-
div.compare-wrapper div.plan ul li:nth-child(14),
|
490 |
-
div.compare-wrapper div.plan ul li:nth-child(15),
|
491 |
-
div.compare-wrapper div.plan ul li:nth-child(18),
|
492 |
-
div.compare-wrapper div.plan ul li:nth-child(19),
|
493 |
-
div.compare-wrapper div.plan ul li:nth-child(22),
|
494 |
-
div.compare-wrapper div.plan ul li:nth-child(23) {
|
495 |
-
background: rgba(0, 0, 0, 0.02); }
|
496 |
-
|
497 |
-
div.compare-wrapper div.plan ul li span.message {
|
498 |
-
display: none; }
|
499 |
-
|
500 |
-
div.compare-wrapper div.plan ul li .m {
|
501 |
-
display: inline-block; }
|
502 |
-
|
503 |
-
div.compare-wrapper div.plan ul li div.dashicons-yes,
|
504 |
-
div.compare-wrapper div.plan ul li div.dashicons-no-alt {
|
505 |
-
position: absolute;
|
506 |
-
top: 13px;
|
507 |
-
left: 8px; }
|
508 |
-
|
509 |
-
div.compare-wrapper div.plan ul li div.dashicons-no-alt {
|
510 |
-
top: 16px; }
|
511 |
-
|
512 |
-
div.compare-wrapper div.plan ul li span.m-message {
|
513 |
-
display: inline-block; }
|
514 |
-
|
515 |
-
div.compare-wrapper div.action {
|
516 |
-
padding: 15px;
|
517 |
-
background: #e7e7e7; }
|
518 |
-
|
519 |
-
div.compare-wrapper div.plan.even div.action {
|
520 |
-
background: #e7e7e7; }
|
521 |
-
|
522 |
-
div.compare-wrapper div.action .btn {
|
523 |
-
width: auto; } }
|
524 |
-
@media only screen and (min-width: 150px) and (max-width: 1023px) {
|
525 |
-
div#plans {
|
526 |
-
padding-left: 30px;
|
527 |
-
padding-right: 30px; }
|
528 |
-
|
529 |
-
div.plans-wrapper div.plan {
|
530 |
-
width: 50%; }
|
531 |
-
|
532 |
-
div#compare {
|
533 |
-
padding-left: 30px;
|
534 |
-
padding-right: 30px; } }
|
535 |
-
@media only screen and (min-width: 150px) and (max-width: 767px) {
|
536 |
-
div#plans {
|
537 |
-
padding-left: 20px;
|
538 |
-
padding-right: 20px; }
|
539 |
-
|
540 |
-
div.plans-wrapper {
|
541 |
-
background: #fff;
|
542 |
-
-webkit-box-shadow: none;
|
543 |
-
box-shadow: none; }
|
544 |
-
|
545 |
-
div.plans-wrapper div.plan {
|
546 |
-
width: 100%;
|
547 |
-
margin: 0 0 15px 0;
|
548 |
-
-webkit-box-shadow: 0 0 30px rgba(34, 44, 55, 0.15);
|
549 |
-
box-shadow: 0 0 30px rgba(34, 44, 55, 0.15); }
|
550 |
-
|
551 |
-
div.plans-wrapper div.plan div.icon {
|
552 |
-
display: none; }
|
553 |
-
|
554 |
-
div.plans-wrapper div.plan p.text {
|
555 |
-
height: auto !important; }
|
556 |
-
|
557 |
-
div#compare {
|
558 |
-
padding-left: 20px;
|
559 |
-
padding-right: 20px; }
|
560 |
-
|
561 |
-
div.compare-wrapper div.plan ul li {
|
562 |
-
width: 100%; }
|
563 |
-
|
564 |
-
div.compare-wrapper div.plan ul li:nth-child(2),
|
565 |
-
div.compare-wrapper div.plan ul li:nth-child(3),
|
566 |
-
div.compare-wrapper div.plan ul li:nth-child(6),
|
567 |
-
div.compare-wrapper div.plan ul li:nth-child(7),
|
568 |
-
div.compare-wrapper div.plan ul li:nth-child(10),
|
569 |
-
div.compare-wrapper div.plan ul li:nth-child(11),
|
570 |
-
div.compare-wrapper div.plan ul li:nth-child(14),
|
571 |
-
div.compare-wrapper div.plan ul li:nth-child(15),
|
572 |
-
div.compare-wrapper div.plan ul li:nth-child(18),
|
573 |
-
div.compare-wrapper div.plan ul li:nth-child(19),
|
574 |
-
div.compare-wrapper div.plan ul li:nth-child(22),
|
575 |
-
div.compare-wrapper div.plan ul li:nth-child(23) {
|
576 |
-
background: rgba(0, 0, 0, 0); }
|
577 |
-
|
578 |
-
div.compare-wrapper div.plan ul li:nth-child(even) {
|
579 |
-
background: rgba(0, 0, 0, 0.02) !important; }
|
580 |
-
|
581 |
-
div.faq-wrapper div.g12 {
|
582 |
-
padding-bottom: 15px !important; }
|
583 |
-
|
584 |
-
div.faq-wrapper div.g4 {
|
585 |
-
width: 100%;
|
586 |
-
padding-bottom: 0;
|
587 |
-
padding-top: 0; } }
|
588 |
-
@media only screen and (min-width: 150px) and (max-width: 479px) {
|
589 |
-
div#plans {
|
590 |
-
padding-left: 15px;
|
591 |
-
padding-right: 15px; }
|
592 |
-
|
593 |
-
div#compare {
|
594 |
-
padding-left: 15px;
|
595 |
-
padding-right: 15px; } }
|
596 |
-
/* ------- END: Pricing Plan --------- */
|
597 |
-
|
598 |
-
/*# sourceMappingURL=premium-upgrade.css.map */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/assets/js/premium-upgrade.js
DELETED
@@ -1,31 +0,0 @@
|
|
1 |
-
(function($) {
|
2 |
-
|
3 |
-
$(document).ready(function() {
|
4 |
-
|
5 |
-
/* ==== COMPARE PLANS TOOLTIP =======*/
|
6 |
-
|
7 |
-
$('.compare-wrapper ul li span.dashicons-editor-help').on('click', function(){
|
8 |
-
|
9 |
-
var $tooltip = $(this).closest('li').find('.tooltip');
|
10 |
-
|
11 |
-
if($tooltip.hasClass('hide')){
|
12 |
-
$('.compare-wrapper .tooltip').addClass('hide');
|
13 |
-
$tooltip.removeClass('hide');
|
14 |
-
}
|
15 |
-
else {
|
16 |
-
$tooltip.addClass('hide');
|
17 |
-
}
|
18 |
-
|
19 |
-
});
|
20 |
-
|
21 |
-
$('html').bind('click', function(e) {
|
22 |
-
|
23 |
-
if($(e.target).closest('.compare-wrapper ul li span.dashicons-editor-help').length == 0 && $(e.target).closest('.tooltip').length == 0){
|
24 |
-
$('.compare-wrapper .tooltip').addClass('hide');
|
25 |
-
}
|
26 |
-
|
27 |
-
});
|
28 |
-
|
29 |
-
});
|
30 |
-
|
31 |
-
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/views/documentation.php
CHANGED
@@ -1279,6 +1279,11 @@ else {
|
|
1279 |
|
1280 |
<h2>Change Log for the Premium Version</h2>
|
1281 |
<br>
|
|
|
|
|
|
|
|
|
|
|
1282 |
<h3>2.2.1</h3>
|
1283 |
<ul>
|
1284 |
<li>Fixed - Bug fixes related to Freemius integration.</li>
|
1279 |
|
1280 |
<h2>Change Log for the Premium Version</h2>
|
1281 |
<br>
|
1282 |
+
<h3>2.3</h3>
|
1283 |
+
<ul>
|
1284 |
+
<li>Fixed - Incompatibility with certain themes due to different versions of waypoints scripts being used.</li>
|
1285 |
+
<li>Fixed - Leaving tags empty in the gallery lead to addition of an empty filter in the filter list</li>
|
1286 |
+
</ul>
|
1287 |
<h3>2.2.1</h3>
|
1288 |
<ul>
|
1289 |
<li>Fixed - Bug fixes related to Freemius integration.</li>
|
assets/css/lsow-admin.css
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
.center {
|
2 |
-
text-align: center; }
|
3 |
-
|
4 |
-
.siteorigin-widget-form .siteorigin-widget-field .lsow-widget-input-datepicker, .siteorigin-widget-form .siteorigin-widget-field .lsow-widget-input-timepicker {
|
5 |
-
max-width: 230px; }
|
6 |
-
|
7 |
-
/*# sourceMappingURL=lsow-admin.css.map */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/js/jquery.waypoints.js
CHANGED
@@ -653,10 +653,10 @@ https://github.com/imakewebthings/waypoints/blob/master/licenses.txt
|
|
653 |
}
|
654 |
|
655 |
if (window.jQuery) {
|
656 |
-
window.jQuery.fn.
|
657 |
}
|
658 |
if (window.Zepto) {
|
659 |
-
window.Zepto.fn.
|
660 |
}
|
661 |
}())
|
662 |
;
|
653 |
}
|
654 |
|
655 |
if (window.jQuery) {
|
656 |
+
window.jQuery.fn.livemeshWaypoint = createExtension(window.jQuery)
|
657 |
}
|
658 |
if (window.Zepto) {
|
659 |
+
window.Zepto.fn.livemeshWaypoint = createExtension(window.Zepto)
|
660 |
}
|
661 |
}())
|
662 |
;
|
assets/js/jquery.waypoints.min.js
CHANGED
@@ -4,4 +4,4 @@ Copyright © 2011-2016 Caleb Troughton
|
|
4 |
Licensed under the MIT license.
|
5 |
https://github.com/imakewebthings/waypoints/blob/master/licenses.txt
|
6 |
*/
|
7 |
-
!function(){"use strict";function t(o){if(!o)throw new Error("No options passed to Waypoint constructor");if(!o.element)throw new Error("No element option passed to Waypoint constructor");if(!o.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,o),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var o in i)e.push(i[o]);for(var n=0,r=e.length;r>n;n++)e[n][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.Context.refreshAll();for(var e in i)i[e].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=n.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,o[t.waypointContextKey]=this,i+=1,n.windowContext||(n.windowContext=!0,n.windowContext=new e(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,o={},n=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),i=this.element==this.element.window;t&&e&&!i&&(this.adapter.off(".waypoints"),delete o[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,n.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||n.isTouch)&&(e.didScroll=!0,n.requestAnimationFrame(t))})},e.prototype.handleResize=function(){n.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var o=e[i],n=o.newScroll>o.oldScroll,r=n?o.forward:o.backward;for(var s in this.waypoints[i]){var a=this.waypoints[i][s];if(null!==a.triggerPoint){var l=o.oldScroll<a.triggerPoint,h=o.newScroll>=a.triggerPoint,p=l&&h,u=!l&&!h;(p||u)&&(a.queueTrigger(r),t[a.group.id]=a.group)}}}for(var c in t)t[c].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?n.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?n.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var o=0,n=t.length;n>o;o++)t[o].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),o={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var a in this.waypoints[r]){var l,h,p,u,c,d=this.waypoints[r][a],f=d.options.offset,w=d.triggerPoint,y=0,g=null==w;d.element!==d.element.window&&(y=d.adapter.offset()[s.offsetProp]),"function"==typeof f?f=f.apply(d):"string"==typeof f&&(f=parseFloat(f),d.options.offset.indexOf("%")>-1&&(f=Math.ceil(s.contextDimension*f/100))),l=s.contextScroll-s.contextOffset,d.triggerPoint=Math.floor(y+l-f),h=w<s.oldScroll,p=d.triggerPoint>=s.oldScroll,u=h&&p,c=!h&&!p,!g&&u?(d.queueTrigger(s.backward),o[d.group.id]=d.group):!g&&c?(d.queueTrigger(s.forward),o[d.group.id]=d.group):g&&s.oldScroll>=d.triggerPoint&&(d.queueTrigger(s.forward),o[d.group.id]=d.group)}}return n.requestAnimationFrame(function(){for(var t in o)o[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in o)o[t].refresh()},e.findByElement=function(t){return o[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},n.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},n.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this}var o={vertical:{},horizontal:{}},n=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var o=this.triggerQueues[i],n="up"===i||"left"===i;o.sort(n?e:t);for(var r=0,s=o.length;s>r;r+=1){var a=o[r];(a.options.continuous||r===o.length-1)&&a.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints),o=i===this.waypoints.length-1;return o?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=n.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return o[t.axis][t.name]||new i(t)},n.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,o){t[o]=e[o]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],o=arguments[0];return t.isFunction(arguments[0])&&(o=t.extend({},arguments[1]),o.handler=arguments[0]),this.each(function(){var n=t.extend({},o,{element:this});"string"==typeof n.context&&(n.context=t(this).closest(n.context)[0]),i.push(new e(n))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.
|
4 |
Licensed under the MIT license.
|
5 |
https://github.com/imakewebthings/waypoints/blob/master/licenses.txt
|
6 |
*/
|
7 |
+
!function(){"use strict";function t(o){if(!o)throw new Error("No options passed to Waypoint constructor");if(!o.element)throw new Error("No element option passed to Waypoint constructor");if(!o.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,o),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var o in i)e.push(i[o]);for(var n=0,r=e.length;r>n;n++)e[n][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.Context.refreshAll();for(var e in i)i[e].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=n.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,o[t.waypointContextKey]=this,i+=1,n.windowContext||(n.windowContext=!0,n.windowContext=new e(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,o={},n=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),i=this.element==this.element.window;t&&e&&!i&&(this.adapter.off(".waypoints"),delete o[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,n.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||n.isTouch)&&(e.didScroll=!0,n.requestAnimationFrame(t))})},e.prototype.handleResize=function(){n.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var o=e[i],n=o.newScroll>o.oldScroll,r=n?o.forward:o.backward;for(var s in this.waypoints[i]){var a=this.waypoints[i][s];if(null!==a.triggerPoint){var l=o.oldScroll<a.triggerPoint,h=o.newScroll>=a.triggerPoint,p=l&&h,u=!l&&!h;(p||u)&&(a.queueTrigger(r),t[a.group.id]=a.group)}}}for(var c in t)t[c].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?n.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?n.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var o=0,n=t.length;n>o;o++)t[o].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),o={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var a in this.waypoints[r]){var l,h,p,u,c,d=this.waypoints[r][a],f=d.options.offset,w=d.triggerPoint,y=0,g=null==w;d.element!==d.element.window&&(y=d.adapter.offset()[s.offsetProp]),"function"==typeof f?f=f.apply(d):"string"==typeof f&&(f=parseFloat(f),d.options.offset.indexOf("%")>-1&&(f=Math.ceil(s.contextDimension*f/100))),l=s.contextScroll-s.contextOffset,d.triggerPoint=Math.floor(y+l-f),h=w<s.oldScroll,p=d.triggerPoint>=s.oldScroll,u=h&&p,c=!h&&!p,!g&&u?(d.queueTrigger(s.backward),o[d.group.id]=d.group):!g&&c?(d.queueTrigger(s.forward),o[d.group.id]=d.group):g&&s.oldScroll>=d.triggerPoint&&(d.queueTrigger(s.forward),o[d.group.id]=d.group)}}return n.requestAnimationFrame(function(){for(var t in o)o[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in o)o[t].refresh()},e.findByElement=function(t){return o[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},n.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},n.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this}var o={vertical:{},horizontal:{}},n=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var o=this.triggerQueues[i],n="up"===i||"left"===i;o.sort(n?e:t);for(var r=0,s=o.length;s>r;r+=1){var a=o[r];(a.options.continuous||r===o.length-1)&&a.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints),o=i===this.waypoints.length-1;return o?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=n.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return o[t.axis][t.name]||new i(t)},n.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,o){t[o]=e[o]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],o=arguments[0];return t.isFunction(arguments[0])&&(o=t.extend({},arguments[1]),o.handler=arguments[0]),this.each(function(){var n=t.extend({},o,{element:this});"string"==typeof n.context&&(n.context=t(this).closest(n.context)[0]),i.push(new e(n))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.livemeshWaypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.livemeshWaypoint=t(window.Zepto))}();
|
assets/js/lsow-admin.js
DELETED
File without changes
|
assets/js/lsow-frontend.js
CHANGED
@@ -27,7 +27,7 @@ if (typeof (jQuery) != 'undefined') {
|
|
27 |
$(".lsow-visible-on-scroll:not(.animated)").css('opacity', 0);
|
28 |
|
29 |
"function" != typeof window.lsow_animate_widgets && (window.lsow_animate_widgets = function () {
|
30 |
-
"undefined" != typeof $.fn.
|
31 |
var animateClass = $(this.element).data("animation");
|
32 |
$(this.element).addClass("animated " + animateClass).css('opacity', 1);
|
33 |
}, {
|
27 |
$(".lsow-visible-on-scroll:not(.animated)").css('opacity', 0);
|
28 |
|
29 |
"function" != typeof window.lsow_animate_widgets && (window.lsow_animate_widgets = function () {
|
30 |
+
"undefined" != typeof $.fn.livemeshWaypoint && $(".lsow-animate-on-scroll:not(.animated)").livemeshWaypoint(function () {
|
31 |
var animateClass = $(this.element).data("animation");
|
32 |
$(this.element).addClass("animated " + animateClass).css('opacity', 1);
|
33 |
}, {
|
assets/js/lsow-frontend.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
if(typeof jQuery!="undefined"){jQuery.noConflict();(function($){"use strict";$(function(){var LSOW_Frontend={init:function(){this.output_custom_css();this.carousel();this.setup_parallax();this.setup_ytp();this.setup_animations()},setup_animations:function(){$(".lsow-visible-on-scroll:not(.animated)").css("opacity",0);"function"!=typeof window.lsow_animate_widgets&&(window.lsow_animate_widgets=function(){"undefined"!=typeof $.fn.
|
1 |
+
if(typeof jQuery!="undefined"){jQuery.noConflict();(function($){"use strict";$(function(){var LSOW_Frontend={init:function(){this.output_custom_css();this.carousel();this.setup_parallax();this.setup_ytp();this.setup_animations()},setup_animations:function(){$(".lsow-visible-on-scroll:not(.animated)").css("opacity",0);"function"!=typeof window.lsow_animate_widgets&&(window.lsow_animate_widgets=function(){"undefined"!=typeof $.fn.livemeshWaypoint&&$(".lsow-animate-on-scroll:not(.animated)").livemeshWaypoint(function(){var animateClass=$(this.element).data("animation");$(this.element).addClass("animated "+animateClass).css("opacity",1)},{offset:"85%"})});window.setTimeout(lsow_animate_widgets,500)},output_custom_css:function(){var custom_css=lsow_settings["custom_css"];if(custom_css!==undefined&&custom_css!=""){custom_css='<style type="text/css">'+custom_css+"</style>";$("head").append(custom_css)}},isMobile:function(){"use strict";if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){return true}return false},vendor_prefix:function(){var prefix;function prefix(){var styles=window.getComputedStyle(document.documentElement,"");prefix=(Array.prototype.slice.call(styles).join("").match(/-(moz|webkit|ms)-/)||styles.OLink===""&&["","o"])[1];return prefix}prefix();return prefix},carousel:function(){if($().slick===undefined){return}var carousel_elements=$(".lsow-carousel, .lsow-posts-carousel, .lsow-gallery-carousel");carousel_elements.each(function(){var carousel_elem=$(this);var arrows=carousel_elem.data("arrows")?true:false;var dots=carousel_elem.data("dots")?true:false;var autoplay=carousel_elem.data("autoplay")?true:false;var autoplay_speed=carousel_elem.data("autoplay_speed")||3e3;var animation_speed=carousel_elem.data("animation_speed")||300;var fade=carousel_elem.data("fade")?true:false;var pause_on_hover=carousel_elem.data("pause_on_hover")?true:false;var display_columns=carousel_elem.data("display_columns")||4;var scroll_columns=carousel_elem.data("scroll_columns")||4;var gutter=carousel_elem.data("gutter")||10;var tablet_width=carousel_elem.data("tablet_width")||800;var tablet_display_columns=carousel_elem.data("tablet_display_columns")||2;var tablet_scroll_columns=carousel_elem.data("tablet_scroll_columns")||2;var mobile_width=carousel_elem.data("mobile_width")||480;var mobile_display_columns=carousel_elem.data("mobile_display_columns")||1;var mobile_scroll_columns=carousel_elem.data("mobile_scroll_columns")||1;carousel_elem.slick({arrows:arrows,dots:dots,infinite:true,autoplay:autoplay,autoplaySpeed:autoplay_speed,speed:animation_speed,fade:false,pauseOnHover:pause_on_hover,slidesToShow:display_columns,slidesToScroll:scroll_columns,responsive:[{breakpoint:tablet_width,settings:{slidesToShow:tablet_display_columns,slidesToScroll:tablet_scroll_columns}},{breakpoint:mobile_width,settings:{slidesToShow:mobile_display_columns,slidesToScroll:mobile_scroll_columns}}]})})},setup_parallax:function(){var scroll=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.msRequestAnimationFrame||window.oRequestAnimationFrame||function(callback){window.setTimeout(callback,1e3/600)};function init_parallax(){if(LSOW_Frontend.isMobile()===false){var windowHeight=$(window).height();$(".lsow-section-bg-parallax").each(function(){var segment=$(this);var elementHeight=segment.outerHeight(true);var boundingRect=segment[0].getBoundingClientRect();if(boundingRect.bottom>=0&&boundingRect.top<=windowHeight){var distanceToCover=windowHeight+elementHeight;var pixelsMoved=windowHeight-boundingRect.top;var toTransform=50;var transformPercent=toTransform*Math.abs(pixelsMoved/distanceToCover);transformPercent=-transformPercent.toFixed(2);segment.find(".lsow-parallax-bg").css("-"+LSOW_Frontend.vendor_prefix()+"-transform","translate3d(0px, "+transformPercent+"%, 0px)")}})}}if(this.isMobile()===false){scroll(init_parallax);$(window).on("scroll",function(){scroll(init_parallax)})}},setup_ytp:function(){if(this.isMobile()||$().mb_YTPlayer===undefined){return}$(".lsow-section-bg-youtube").mb_YTPlayer({startAt:0,showYTLogo:false,showControls:false,autoPlay:true,mute:true,containment:"self"})}};LSOW_Frontend.init()})})(jQuery)}
|
freemius/assets/css/admin/common.css
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
.theme-browser .theme .fs-premium-theme-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);font-size:1.1em}#iframe{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
|
2 |
-
.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("
|
3 |
-
/*# sourceMappingURL=data:application/json;base64,
|
1 |
.theme-browser .theme .fs-premium-theme-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);font-size:1.1em}#iframe{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
|
2 |
+
.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain}.wrap.fs-section h2{text-align:left}
|
3 |
+
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbW1vbi5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsOENBQThDLGtCQUFrQixTQUFTLFFBQVEsbUJBQW1CLFdBQVcseUJBQXlCLGlCQUFpQiwwQkFBMkYsaUJBQWlCLGVBQWUsa0RBQWlHLDBDQUEwQyxlQUFlLENBQUMsUUFBUSxjQUFjLFdBQVcsQ0FBQyxzQkFBc0IseUJBQXlCLENBQUMsMEJBQTBCLHNCQUFzQixzQkFBc0IsQ0FBQyxDQUFDO0FBQ3prQixXQUFXLGlCQUFpQixDQUFDLHdCQUF3Qiw2QkFBNkIsQ0FBQyxtQkFBbUIsV0FBVyxDQUFDLHFCQUFxQixnQ0FBZ0MsbUNBQW1DLENBQUMsMkJBQTJCLGNBQWMsV0FBVyxDQUFDLHFCQUFxQixlQUFlLFdBQVcsV0FBVyxDQUFDLDJCQUEyQixVQUFVLENBQUMsdUJBQXVCLGVBQWUsb0JBQW9CLENBQUMsaUNBQWlDLDJCQUEyQixXQUFXLGlCQUFpQixrQkFBa0IsU0FBUyxZQUFZLFdBQVcsMEJBQTJGLFVBQVUsZUFBZSxpQkFBaUIsV0FBVyxDQUFDLG9FQUFvRSx3QkFBd0IsQ0FBQywwQkFBMEIsVUFBVSxDQUFDLGtCQUFrQixlQUFlLFNBQVMsV0FBVyxRQUFRLG1CQUFtQixrQkFBa0IsWUFBWSxhQUFhLCtDQUEyRix1Q0FBdUMsYUFBYSx3QkFBd0IsQ0FBQyx3QkFBd0IsVUFBVSx5QkFBeUIsQ0FBQyxzQ0FBc0MsWUFBWSxvQkFBb0IsQ0FBQyxxQ0FBcUMsa0JBQWtCLFNBQVMsQ0FBQyxDQUFDLHFDQUFxQyxrQkFBa0IsWUFBWSxDQUFDLENBQUMscUNBQXFDLGNBQWMsWUFBWSxDQUFDLENBQUMscUNBQXFDLGtCQUFrQixPQUFPLFNBQVMsaUJBQWlCLENBQUMsQ0FBQyxtQ0FBbUMsZ0JBQWdCLGFBQWEsQ0FBQyx3Q0FBd0MsZUFBZSxDQUFDLHNDQUFzQyxpQkFBaUIsQ0FBQyxvQ0FBb0MsYUFBYSxDQUFDLG9DQUFvQyx3QkFBd0IsQ0FBQyxpQkFBaUIsU0FBUyxXQUFXLFlBQVksaUJBQWlCLG1CQUFtQixxQkFBcUIsdURBQXVELHVCQUF1QixDQUFDLG9CQUFvQixlQUFlLENBQUMiLCJmaWxlIjoiY29tbW9uLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi50aGVtZS1icm93c2VyIC50aGVtZSAuZnMtcHJlbWl1bS10aGVtZS1iYWRnZXtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MTBweDtyaWdodDowO2JhY2tncm91bmQ6IzcxYWUwMDtjb2xvcjojZmZmO3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtwYWRkaW5nOjVweCAxMHB4Oy1tb3otYm9yZGVyLXJhZGl1czozcHggMCAwIDNweDstd2Via2l0LWJvcmRlci1yYWRpdXM6M3B4IDAgMCAzcHg7Ym9yZGVyLXJhZGl1czozcHggMCAwIDNweDtmb250LXdlaWdodDpib2xkO2JvcmRlci1yaWdodDowOy1tb3otYm94LXNoYWRvdzowIDJweCAxcHggLTFweCByZ2JhKDAsMCwwLDAuMyk7LXdlYmtpdC1ib3gtc2hhZG93OjAgMnB4IDFweCAtMXB4IHJnYmEoMCwwLDAsMC4zKTtib3gtc2hhZG93OjAgMnB4IDFweCAtMXB4IHJnYmEoMCwwLDAsMC4zKTtmb250LXNpemU6MS4xZW19I2lmcmFtZXtsaW5lLWhlaWdodDowO2ZvbnQtc2l6ZTowfS5mcy1mdWxsLXNpemUtd3JhcHBlcnttYXJnaW46NDBweCAwIC02NXB4IC0yMHB4fUBtZWRpYSAobWF4LXdpZHRoOiA2MDBweCl7LmZzLWZ1bGwtc2l6ZS13cmFwcGVye21hcmdpbjowIDAgLTY1cHggLTEwcHh9fVxuLmZzLW5vdGljZXtwb3NpdGlvbjpyZWxhdGl2ZX0uZnMtbm90aWNlLmZzLWhhcy10aXRsZXttYXJnaW4tYm90dG9tOjMwcHggIWltcG9ydGFudH0uZnMtbm90aWNlLnN1Y2Nlc3N7Y29sb3I6Z3JlZW59LmZzLW5vdGljZS5wcm9tb3Rpb257Ym9yZGVyLWNvbG9yOiMwMGEwZDIgIWltcG9ydGFudDtiYWNrZ3JvdW5kLWNvbG9yOiNmMmZjZmYgIWltcG9ydGFudH0uZnMtbm90aWNlIC5mcy1ub3RpY2UtYm9keXttYXJnaW46LjVlbSAwO3BhZGRpbmc6MnB4fS5mcy1ub3RpY2UgLmZzLWNsb3Nle2N1cnNvcjpwb2ludGVyO2NvbG9yOiNhYWE7ZmxvYXQ6cmlnaHR9LmZzLW5vdGljZSAuZnMtY2xvc2U6aG92ZXJ7Y29sb3I6IzY2Nn0uZnMtbm90aWNlIC5mcy1jbG9zZT4qe21hcmdpbi10b3A6N3B4O2Rpc3BsYXk6aW5saW5lLWJsb2NrfS5mcy1ub3RpY2UgbGFiZWwuZnMtcGx1Z2luLXRpdGxle2JhY2tncm91bmQ6cmdiYSgwLDAsMCwwLjMpO2NvbG9yOiNmZmY7cGFkZGluZzoycHggMTBweDtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MTAwJTtib3R0b206YXV0bztyaWdodDphdXRvOy1tb3otYm9yZGVyLXJhZGl1czowIDAgM3B4IDNweDstd2Via2l0LWJvcmRlci1yYWRpdXM6MCAwIDNweCAzcHg7Ym9yZGVyLXJhZGl1czowIDAgM3B4IDNweDtsZWZ0OjEwcHg7Zm9udC1zaXplOjEycHg7Zm9udC13ZWlnaHQ6Ym9sZDtjdXJzb3I6YXV0b31kaXYuZnMtbm90aWNlLnVwZGF0ZWQsZGl2LmZzLW5vdGljZS5zdWNjZXNzLGRpdi5mcy1ub3RpY2UucHJvbW90aW9ue2Rpc3BsYXk6YmxvY2sgIWltcG9ydGFudH0ucnRsIC5mcy1ub3RpY2UgLmZzLWNsb3Nle2Zsb2F0OmxlZnR9LmZzLXNlY3VyZS1ub3RpY2V7cG9zaXRpb246Zml4ZWQ7dG9wOjMycHg7bGVmdDoxNjBweDtyaWdodDowO2JhY2tncm91bmQ6I2ViZmRlYjtwYWRkaW5nOjEwcHggMjBweDtjb2xvcjpncmVlbjt6LWluZGV4Ojk5OTk7LW1vei1ib3gtc2hhZG93OjAgMnB4IDJweCByZ2JhKDYsMTEzLDYsMC4zKTstd2Via2l0LWJveC1zaGFkb3c6MCAycHggMnB4IHJnYmEoNiwxMTMsNiwwLjMpO2JveC1zaGFkb3c6MCAycHggMnB4IHJnYmEoNiwxMTMsNiwwLjMpO29wYWNpdHk6MC45NTtmaWx0ZXI6YWxwaGEob3BhY2l0eT05NSl9LmZzLXNlY3VyZS1ub3RpY2U6aG92ZXJ7b3BhY2l0eToxO2ZpbHRlcjphbHBoYShvcGFjaXR5PTEwMCl9LmZzLXNlY3VyZS1ub3RpY2UgYS5mcy1zZWN1cml0eS1wcm9vZntjb2xvcjpncmVlbjt0ZXh0LWRlY29yYXRpb246bm9uZX1AbWVkaWEgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5NjBweCl7LmZzLXNlY3VyZS1ub3RpY2V7bGVmdDozNnB4fX1AbWVkaWEgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA2MDBweCl7LmZzLXNlY3VyZS1ub3RpY2V7ZGlzcGxheTpub25lfX1AbWVkaWEgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA1MDBweCl7I2ZzX3Byb21vX3RhYntkaXNwbGF5Om5vbmV9fUBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDc4MnB4KXsuZnMtc2VjdXJlLW5vdGljZXtsZWZ0OjA7dG9wOjQ2cHg7dGV4dC1hbGlnbjpjZW50ZXJ9fXNwYW4uZnMtc3VibWVudS1pdGVtLmZzLXN1YjpiZWZvcmV7Y29udGVudDonXFwyMUIzJztwYWRkaW5nOjAgNXB4fS5ydGwgc3Bhbi5mcy1zdWJtZW51LWl0ZW0uZnMtc3ViOmJlZm9yZXtjb250ZW50OidcXDIxQjInfS5mcy1zdWJtZW51LWl0ZW0ucHJpY2luZy51cGdyYWRlLW1vZGV7Y29sb3I6Z3JlZW55ZWxsb3d9LmZzLXN1Ym1lbnUtaXRlbS5wcmljaW5nLnRyaWFsLW1vZGV7Y29sb3I6IzgzZTJmZn0jYWRtaW5tZW51IC51cGRhdGUtcGx1Z2lucy5mcy10cmlhbHtiYWNrZ3JvdW5kLWNvbG9yOiMwMGI5ZWJ9LmZzLWFqYXgtc3Bpbm5lcntib3JkZXI6MDt3aWR0aDoyMHB4O2hlaWdodDoyMHB4O21hcmdpbi1yaWdodDo1cHg7dmVydGljYWwtYWxpZ246c3ViO2Rpc3BsYXk6aW5saW5lLWJsb2NrO2JhY2tncm91bmQ6dXJsKFwiL3dwLWFkbWluL2ltYWdlcy93cHNwaW5fbGlnaHQtMnguZ2lmXCIpO2JhY2tncm91bmQtc2l6ZTpjb250YWlufS53cmFwLmZzLXNlY3Rpb24gaDJ7dGV4dC1hbGlnbjpsZWZ0fVxuIl19 */
|
freemius/assets/scss/admin/common.scss
CHANGED
@@ -207,7 +207,7 @@ span.fs-submenu-item.fs-sub:before
|
|
207 |
margin-right: 5px;
|
208 |
vertical-align: sub;
|
209 |
display: inline-block;
|
210 |
-
background: url('
|
211 |
background-size: contain;
|
212 |
}
|
213 |
|
207 |
margin-right: 5px;
|
208 |
vertical-align: sub;
|
209 |
display: inline-block;
|
210 |
+
background: url('/wp-admin/images/wpspin_light-2x.gif');
|
211 |
background-size: contain;
|
212 |
}
|
213 |
|
freemius/includes/class-freemius.php
CHANGED
@@ -1348,7 +1348,10 @@
|
|
1348 |
add_action( 'make_ham_blog', array( &$this, '_after_site_reactivated_callback' ) );
|
1349 |
}
|
1350 |
|
1351 |
-
if ( $this->is_theme() &&
|
|
|
|
|
|
|
1352 |
// Register customizer upsell.
|
1353 |
add_action( 'customize_register', array( &$this, '_customizer_register' ) );
|
1354 |
}
|
@@ -1488,13 +1491,6 @@
|
|
1488 |
array( &$this, '_submit_uninstall_reason_action' )
|
1489 |
);
|
1490 |
|
1491 |
-
if ( $this->is_theme() && $this->is_premium() && ! $this->has_active_valid_license() ) {
|
1492 |
-
$this->add_ajax_action(
|
1493 |
-
'delete_theme_update_data',
|
1494 |
-
array( &$this, '_delete_theme_update_data_action' )
|
1495 |
-
);
|
1496 |
-
}
|
1497 |
-
|
1498 |
if ( ! $this->is_addon() || $this->is_parent_plugin_installed() ) {
|
1499 |
if ( ( $this->is_plugin() && self::is_plugins_page() ) ||
|
1500 |
( $this->is_theme() && self::is_themes_page() )
|
@@ -3961,6 +3957,13 @@
|
|
3961 |
|
3962 |
$this->parse_settings( $plugin_info );
|
3963 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3964 |
if ( ! self::is_ajax() ) {
|
3965 |
if ( ! $this->is_addon() || $this->is_only_premium() ) {
|
3966 |
add_action(
|
@@ -6192,19 +6195,21 @@
|
|
6192 |
}
|
6193 |
|
6194 |
if ( $this->is_plugin_new_install() || $this->is_only_premium() ) {
|
6195 |
-
|
6196 |
-
|
6197 |
-
|
6198 |
-
|
6199 |
-
|
6200 |
-
|
6201 |
-
|
6202 |
-
|
6203 |
-
|
6204 |
-
|
6205 |
-
|
6206 |
-
|
6207 |
-
|
|
|
|
|
6208 |
} else {
|
6209 |
if ( $this->should_add_sticky_optin_notice() ) {
|
6210 |
$this->add_sticky_optin_admin_notice();
|
@@ -14756,13 +14761,15 @@
|
|
14756 |
private function add_submenu_items() {
|
14757 |
$this->_logger->entrance();
|
14758 |
|
|
|
|
|
14759 |
if ( $this->is_addon() ) {
|
14760 |
// No submenu items for add-ons.
|
14761 |
$add_submenu_items = false;
|
14762 |
} else if ( $this->is_free_wp_org_theme() && ! fs_is_network_admin() ) {
|
14763 |
// Also add submenu items when running in a free .org theme so the tabs will be visible.
|
14764 |
$add_submenu_items = true;
|
14765 |
-
} else if ( $
|
14766 |
$add_submenu_items = false;
|
14767 |
} else if ( fs_is_network_admin() ) {
|
14768 |
/**
|
@@ -14793,7 +14800,15 @@
|
|
14793 |
$this->is_submenu_item_visible( 'affiliation' )
|
14794 |
);
|
14795 |
}
|
|
|
14796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14797 |
if ( ! WP_FS__DEMO_MODE && $this->is_registered() ) {
|
14798 |
$show_account = (
|
14799 |
$this->is_submenu_item_visible( 'account' ) &&
|
@@ -14812,10 +14827,12 @@
|
|
14812 |
'account',
|
14813 |
array( &$this, '_account_page_load' ),
|
14814 |
WP_FS__DEFAULT_PRIORITY,
|
14815 |
-
$show_account
|
14816 |
);
|
14817 |
}
|
|
|
14818 |
|
|
|
14819 |
// Add contact page.
|
14820 |
$this->add_submenu_item(
|
14821 |
$this->get_text_inline( 'Contact Us', 'contact-us' ),
|
@@ -14840,7 +14857,11 @@
|
|
14840 |
$this->is_submenu_item_visible( 'addons' )
|
14841 |
);
|
14842 |
}
|
|
|
14843 |
|
|
|
|
|
|
|
14844 |
if ( ! WP_FS__DEMO_MODE ) {
|
14845 |
$show_pricing = (
|
14846 |
$this->is_submenu_item_visible( 'pricing' ) &&
|
@@ -14862,14 +14883,14 @@
|
|
14862 |
|
14863 |
// Add upgrade/pricing page.
|
14864 |
$this->add_submenu_item(
|
14865 |
-
$pricing_cta_text . ' ' . ( is_rtl() ? '←' : '➤' ),
|
14866 |
array( &$this, '_pricing_page_render' ),
|
14867 |
$this->get_plugin_name() . ' – ' . $this->get_text_x_inline( 'Pricing', 'noun', 'pricing' ),
|
14868 |
'manage_options',
|
14869 |
'pricing',
|
14870 |
'Freemius::_clean_admin_content_section',
|
14871 |
WP_FS__LOWEST_PRIORITY,
|
14872 |
-
$show_pricing,
|
14873 |
$pricing_class
|
14874 |
);
|
14875 |
}
|
@@ -15937,7 +15958,7 @@
|
|
15937 |
/**
|
15938 |
* @since 1.2.3 When running in DEV mode, retrieve pending plans as well.
|
15939 |
*/
|
15940 |
-
$result = $api->get( "/plugins/{$this->_module_id}/plans.json
|
15941 |
|
15942 |
if ( $this->is_api_result_object( $result, 'plans' ) && is_array( $result->plans ) ) {
|
15943 |
for ( $i = 0, $len = count( $result->plans ); $i < $len; $i ++ ) {
|
@@ -16405,7 +16426,7 @@
|
|
16405 |
$this->_update_licenses( $licenses, $addon->id );
|
16406 |
|
16407 |
if ( ! $this->is_addon_installed( $addon->id ) && FS_License_Manager::has_premium_license( $licenses ) ) {
|
16408 |
-
$plans_result = $this->get_api_site_or_plugin_scope()->get( "/addons/{$addon_id}/plans.json" );
|
16409 |
|
16410 |
if ( ! isset( $plans_result->error ) ) {
|
16411 |
$plans = array();
|
@@ -16733,6 +16754,7 @@
|
|
16733 |
'trial_promotion',
|
16734 |
'trial_expired',
|
16735 |
'activation_complete',
|
|
|
16736 |
) );
|
16737 |
break;
|
16738 |
case 'changed':
|
@@ -17570,19 +17592,21 @@
|
|
17570 |
|
17571 |
$api = $this->get_api_site_or_plugin_scope();
|
17572 |
|
|
|
|
|
17573 |
/**
|
17574 |
* @since 1.2.1
|
17575 |
*
|
17576 |
* If there's a cached version of the add-ons and not asking
|
17577 |
* for a flush, just use the currently stored add-ons.
|
17578 |
*/
|
17579 |
-
if ( ! $flush && $api->is_cached(
|
17580 |
$addons = self::get_all_addons();
|
17581 |
|
17582 |
return $addons[ $this->_plugin->id ];
|
17583 |
}
|
17584 |
|
17585 |
-
$result = $api->get(
|
17586 |
|
17587 |
$addons = array();
|
17588 |
if ( $this->is_api_result_object( $result, 'plugins' ) &&
|
@@ -18398,9 +18422,9 @@
|
|
18398 |
$vars = array( 'id' => $this->_module_id );
|
18399 |
|
18400 |
if ( 'true' === fs_request_get( 'checkout', false ) ) {
|
18401 |
-
|
18402 |
} else {
|
18403 |
-
|
18404 |
}
|
18405 |
}
|
18406 |
|
@@ -18515,7 +18539,9 @@
|
|
18515 |
* @return FS_Api
|
18516 |
*/
|
18517 |
private function get_current_or_network_user_api_scope( $flush = false ) {
|
18518 |
-
if ( ! $this->_is_network_active ||
|
|
|
|
|
18519 |
return $this->get_api_user_scope( $flush );
|
18520 |
}
|
18521 |
|
@@ -18603,9 +18629,19 @@
|
|
18603 |
* @author Vova Feldman (@svovaf)
|
18604 |
* @since 1.0.9
|
18605 |
*
|
18606 |
-
* @param $plans
|
18607 |
*/
|
18608 |
function _check_for_trial_plans( $plans ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18609 |
$this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
|
18610 |
}
|
18611 |
|
@@ -19344,14 +19380,16 @@
|
|
19344 |
* @param array $request
|
19345 |
* @param int $success_cache_expiration
|
19346 |
* @param int $failure_cache_expiration
|
|
|
19347 |
*
|
19348 |
* @return WP_Error|array
|
19349 |
*/
|
19350 |
-
|
19351 |
&$url,
|
19352 |
$request,
|
19353 |
$success_cache_expiration = 0,
|
19354 |
-
$failure_cache_expiration = 0
|
|
|
19355 |
) {
|
19356 |
$should_cache = ($success_cache_expiration + $failure_cache_expiration > 0);
|
19357 |
|
@@ -19362,7 +19400,9 @@
|
|
19362 |
false;
|
19363 |
|
19364 |
if ( false === $response ) {
|
19365 |
-
|
|
|
|
|
19366 |
|
19367 |
$response = wp_remote_post( $url, $request );
|
19368 |
|
@@ -20117,6 +20157,10 @@
|
|
20117 |
$icon_found = false;
|
20118 |
$local_path = fs_normalize_path( "{$img_dir}/{$this->_slug}.png" );
|
20119 |
|
|
|
|
|
|
|
|
|
20120 |
$have_write_permissions = ( 'direct' === get_filesystem_method( array(), fs_normalize_path( $img_dir ) ) );
|
20121 |
|
20122 |
/**
|
@@ -20633,9 +20677,7 @@
|
|
20633 |
* @since 2.1.0
|
20634 |
*/
|
20635 |
function _maybe_add_gdpr_optin_ajax_handler() {
|
20636 |
-
|
20637 |
-
$this->add_ajax_action( 'fetch_is_marketing_required_flag_value', array( &$this, '_fetch_is_marketing_required_flag_value_ajax_action' ) );
|
20638 |
-
}
|
20639 |
|
20640 |
if ( FS_GDPR_Manager::instance()->is_opt_in_notice_shown() ) {
|
20641 |
$this->add_gdpr_optin_ajax_handler_and_style();
|
@@ -20819,4 +20861,28 @@
|
|
20819 |
}
|
20820 |
|
20821 |
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20822 |
}
|
1348 |
add_action( 'make_ham_blog', array( &$this, '_after_site_reactivated_callback' ) );
|
1349 |
}
|
1350 |
|
1351 |
+
if ( $this->is_theme() &&
|
1352 |
+
self::is_customizer() &&
|
1353 |
+
$this->apply_filters( 'show_customizer_upsell', true )
|
1354 |
+
) {
|
1355 |
// Register customizer upsell.
|
1356 |
add_action( 'customize_register', array( &$this, '_customizer_register' ) );
|
1357 |
}
|
1491 |
array( &$this, '_submit_uninstall_reason_action' )
|
1492 |
);
|
1493 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1494 |
if ( ! $this->is_addon() || $this->is_parent_plugin_installed() ) {
|
1495 |
if ( ( $this->is_plugin() && self::is_plugins_page() ) ||
|
1496 |
( $this->is_theme() && self::is_themes_page() )
|
3957 |
|
3958 |
$this->parse_settings( $plugin_info );
|
3959 |
|
3960 |
+
if ( is_admin() && $this->is_theme() && $this->is_premium() && ! $this->has_active_valid_license() ) {
|
3961 |
+
$this->add_ajax_action(
|
3962 |
+
'delete_theme_update_data',
|
3963 |
+
array( &$this, '_delete_theme_update_data_action' )
|
3964 |
+
);
|
3965 |
+
}
|
3966 |
+
|
3967 |
if ( ! self::is_ajax() ) {
|
3968 |
if ( ! $this->is_addon() || $this->is_only_premium() ) {
|
3969 |
add_action(
|
6195 |
}
|
6196 |
|
6197 |
if ( $this->is_plugin_new_install() || $this->is_only_premium() ) {
|
6198 |
+
if ( ! $this->_anonymous_mode ) {
|
6199 |
+
// Show notice for new plugin installations.
|
6200 |
+
$this->_admin_notices->add(
|
6201 |
+
sprintf(
|
6202 |
+
$this->get_text_inline( 'You are just one step away - %s', 'you-are-step-away' ),
|
6203 |
+
sprintf( '<b><a href="%s">%s</a></b>',
|
6204 |
+
$this->get_activation_url( array(), ! $this->is_delegated_connection() ),
|
6205 |
+
sprintf( $this->get_text_x_inline( 'Complete "%s" Activation Now',
|
6206 |
+
'%s - plugin name. As complete "PluginX" activation now', 'activate-x-now' ), $this->get_plugin_name() )
|
6207 |
+
)
|
6208 |
+
),
|
6209 |
+
'',
|
6210 |
+
'update-nag'
|
6211 |
+
);
|
6212 |
+
}
|
6213 |
} else {
|
6214 |
if ( $this->should_add_sticky_optin_notice() ) {
|
6215 |
$this->add_sticky_optin_admin_notice();
|
14761 |
private function add_submenu_items() {
|
14762 |
$this->_logger->entrance();
|
14763 |
|
14764 |
+
$is_activation_mode = $this->is_activation_mode();
|
14765 |
+
|
14766 |
if ( $this->is_addon() ) {
|
14767 |
// No submenu items for add-ons.
|
14768 |
$add_submenu_items = false;
|
14769 |
} else if ( $this->is_free_wp_org_theme() && ! fs_is_network_admin() ) {
|
14770 |
// Also add submenu items when running in a free .org theme so the tabs will be visible.
|
14771 |
$add_submenu_items = true;
|
14772 |
+
} else if ( $is_activation_mode && ! $this->is_free_wp_org_theme() ) {
|
14773 |
$add_submenu_items = false;
|
14774 |
} else if ( fs_is_network_admin() ) {
|
14775 |
/**
|
14800 |
$this->is_submenu_item_visible( 'affiliation' )
|
14801 |
);
|
14802 |
}
|
14803 |
+
}
|
14804 |
|
14805 |
+
if ( $add_submenu_items ||
|
14806 |
+
( $is_activation_mode &&
|
14807 |
+
$this->is_only_premium() &&
|
14808 |
+
$this->is_admin_page( 'account' ) &&
|
14809 |
+
fs_request_is_action( $this->get_unique_affix() . '_sync_license' )
|
14810 |
+
)
|
14811 |
+
) {
|
14812 |
if ( ! WP_FS__DEMO_MODE && $this->is_registered() ) {
|
14813 |
$show_account = (
|
14814 |
$this->is_submenu_item_visible( 'account' ) &&
|
14827 |
'account',
|
14828 |
array( &$this, '_account_page_load' ),
|
14829 |
WP_FS__DEFAULT_PRIORITY,
|
14830 |
+
( $add_submenu_items && $show_account )
|
14831 |
);
|
14832 |
}
|
14833 |
+
}
|
14834 |
|
14835 |
+
if ( $add_submenu_items ) {
|
14836 |
// Add contact page.
|
14837 |
$this->add_submenu_item(
|
14838 |
$this->get_text_inline( 'Contact Us', 'contact-us' ),
|
14857 |
$this->is_submenu_item_visible( 'addons' )
|
14858 |
);
|
14859 |
}
|
14860 |
+
}
|
14861 |
|
14862 |
+
if ( $add_submenu_items ||
|
14863 |
+
( $is_activation_mode && $this->is_only_premium() && $this->is_admin_page( 'pricing' ) )
|
14864 |
+
) {
|
14865 |
if ( ! WP_FS__DEMO_MODE ) {
|
14866 |
$show_pricing = (
|
14867 |
$this->is_submenu_item_visible( 'pricing' ) &&
|
14883 |
|
14884 |
// Add upgrade/pricing page.
|
14885 |
$this->add_submenu_item(
|
14886 |
+
$pricing_cta_text . ' ' . ( is_rtl() ? $this->get_text_x_inline( '←', 'ASCII arrow left icon', 'symbol_arrow-left' ) : $this->get_text_x_inline( '➤', 'ASCII arrow right icon', 'symbol_arrow-right' ) ),
|
14887 |
array( &$this, '_pricing_page_render' ),
|
14888 |
$this->get_plugin_name() . ' – ' . $this->get_text_x_inline( 'Pricing', 'noun', 'pricing' ),
|
14889 |
'manage_options',
|
14890 |
'pricing',
|
14891 |
'Freemius::_clean_admin_content_section',
|
14892 |
WP_FS__LOWEST_PRIORITY,
|
14893 |
+
( $add_submenu_items && $show_pricing ),
|
14894 |
$pricing_class
|
14895 |
);
|
14896 |
}
|
15958 |
/**
|
15959 |
* @since 1.2.3 When running in DEV mode, retrieve pending plans as well.
|
15960 |
*/
|
15961 |
+
$result = $api->get( $this->add_show_pending( "/plugins/{$this->_module_id}/plans.json" ), true );
|
15962 |
|
15963 |
if ( $this->is_api_result_object( $result, 'plans' ) && is_array( $result->plans ) ) {
|
15964 |
for ( $i = 0, $len = count( $result->plans ); $i < $len; $i ++ ) {
|
16426 |
$this->_update_licenses( $licenses, $addon->id );
|
16427 |
|
16428 |
if ( ! $this->is_addon_installed( $addon->id ) && FS_License_Manager::has_premium_license( $licenses ) ) {
|
16429 |
+
$plans_result = $this->get_api_site_or_plugin_scope()->get( $this->add_show_pending( "/addons/{$addon_id}/plans.json" ) );
|
16430 |
|
16431 |
if ( ! isset( $plans_result->error ) ) {
|
16432 |
$plans = array();
|
16754 |
'trial_promotion',
|
16755 |
'trial_expired',
|
16756 |
'activation_complete',
|
16757 |
+
'license_expired',
|
16758 |
) );
|
16759 |
break;
|
16760 |
case 'changed':
|
17592 |
|
17593 |
$api = $this->get_api_site_or_plugin_scope();
|
17594 |
|
17595 |
+
$path = $this->add_show_pending( '/addons.json?enriched=true' );
|
17596 |
+
|
17597 |
/**
|
17598 |
* @since 1.2.1
|
17599 |
*
|
17600 |
* If there's a cached version of the add-ons and not asking
|
17601 |
* for a flush, just use the currently stored add-ons.
|
17602 |
*/
|
17603 |
+
if ( ! $flush && $api->is_cached( $path ) ) {
|
17604 |
$addons = self::get_all_addons();
|
17605 |
|
17606 |
return $addons[ $this->_plugin->id ];
|
17607 |
}
|
17608 |
|
17609 |
+
$result = $api->get( $path, $flush );
|
17610 |
|
17611 |
$addons = array();
|
17612 |
if ( $this->is_api_result_object( $result, 'plugins' ) &&
|
18422 |
$vars = array( 'id' => $this->_module_id );
|
18423 |
|
18424 |
if ( 'true' === fs_request_get( 'checkout', false ) ) {
|
18425 |
+
echo $this->apply_filters( 'templates/checkout.php', fs_get_template( 'checkout.php', $vars ) );
|
18426 |
} else {
|
18427 |
+
echo $this->apply_filters( 'templates/pricing.php', fs_get_template( 'pricing.php', $vars ) );
|
18428 |
}
|
18429 |
}
|
18430 |
|
18539 |
* @return FS_Api
|
18540 |
*/
|
18541 |
private function get_current_or_network_user_api_scope( $flush = false ) {
|
18542 |
+
if ( ! $this->_is_network_active ||
|
18543 |
+
( isset( $this->_user ) && $this->_user instanceof FS_User )
|
18544 |
+
) {
|
18545 |
return $this->get_api_user_scope( $flush );
|
18546 |
}
|
18547 |
|
18629 |
* @author Vova Feldman (@svovaf)
|
18630 |
* @since 1.0.9
|
18631 |
*
|
18632 |
+
* @param FS_Plugin_Plan[] $plans
|
18633 |
*/
|
18634 |
function _check_for_trial_plans( $plans ) {
|
18635 |
+
/**
|
18636 |
+
* For some reason core's do_action() flattens arrays when it has a single object item. Therefore, we need to restructure the array as expected.
|
18637 |
+
*
|
18638 |
+
* @author Vova Feldman (@svovaf)
|
18639 |
+
* @since 2.1.2
|
18640 |
+
*/
|
18641 |
+
if ( ! is_array( $plans ) && is_object( $plans ) ) {
|
18642 |
+
$plans = array( $plans );
|
18643 |
+
}
|
18644 |
+
|
18645 |
$this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
|
18646 |
}
|
18647 |
|
19380 |
* @param array $request
|
19381 |
* @param int $success_cache_expiration
|
19382 |
* @param int $failure_cache_expiration
|
19383 |
+
* @param bool $maybe_enrich_request_for_debug
|
19384 |
*
|
19385 |
* @return WP_Error|array
|
19386 |
*/
|
19387 |
+
static function safe_remote_post(
|
19388 |
&$url,
|
19389 |
$request,
|
19390 |
$success_cache_expiration = 0,
|
19391 |
+
$failure_cache_expiration = 0,
|
19392 |
+
$maybe_enrich_request_for_debug = true
|
19393 |
) {
|
19394 |
$should_cache = ($success_cache_expiration + $failure_cache_expiration > 0);
|
19395 |
|
19400 |
false;
|
19401 |
|
19402 |
if ( false === $response ) {
|
19403 |
+
if ( $maybe_enrich_request_for_debug ) {
|
19404 |
+
self::enrich_request_for_debug( $url, $request );
|
19405 |
+
}
|
19406 |
|
19407 |
$response = wp_remote_post( $url, $request );
|
19408 |
|
20157 |
$icon_found = false;
|
20158 |
$local_path = fs_normalize_path( "{$img_dir}/{$this->_slug}.png" );
|
20159 |
|
20160 |
+
if ( ! function_exists( 'get_filesystem_method' ) ) {
|
20161 |
+
require_once ABSPATH . 'wp-admin/includes/file.php';
|
20162 |
+
}
|
20163 |
+
|
20164 |
$have_write_permissions = ( 'direct' === get_filesystem_method( array(), fs_normalize_path( $img_dir ) ) );
|
20165 |
|
20166 |
/**
|
20677 |
* @since 2.1.0
|
20678 |
*/
|
20679 |
function _maybe_add_gdpr_optin_ajax_handler() {
|
20680 |
+
$this->add_ajax_action( 'fetch_is_marketing_required_flag_value', array( &$this, '_fetch_is_marketing_required_flag_value_ajax_action' ) );
|
|
|
|
|
20681 |
|
20682 |
if ( FS_GDPR_Manager::instance()->is_opt_in_notice_shown() ) {
|
20683 |
$this->add_gdpr_optin_ajax_handler_and_style();
|
20861 |
}
|
20862 |
|
20863 |
#endregion
|
20864 |
+
|
20865 |
+
#----------------------------------------------------------------------------------
|
20866 |
+
#region Helper
|
20867 |
+
#----------------------------------------------------------------------------------
|
20868 |
+
|
20869 |
+
/**
|
20870 |
+
* If running with a secret key, assume it's the developer and show pending plans as well.
|
20871 |
+
*
|
20872 |
+
* @author Vova Feldman (@svovaf)
|
20873 |
+
* @since 2.1.2
|
20874 |
+
*
|
20875 |
+
* @param string $path
|
20876 |
+
*
|
20877 |
+
* @return string
|
20878 |
+
*/
|
20879 |
+
function add_show_pending( $path ) {
|
20880 |
+
if ( ! $this->has_secret_key() ) {
|
20881 |
+
return $path;
|
20882 |
+
}
|
20883 |
+
|
20884 |
+
return $path . ( false !== strpos( $path, '?' ) ? '&' : '?' ) . 'show_pending=true';
|
20885 |
+
}
|
20886 |
+
|
20887 |
+
#endregion
|
20888 |
}
|
freemius/includes/class-fs-plugin-updater.php
CHANGED
@@ -29,6 +29,11 @@
|
|
29 |
* @since 1.1.8.1
|
30 |
*/
|
31 |
private $_update_details;
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
#--------------------------------------------------------------------------------
|
34 |
#region Singleton
|
@@ -324,6 +329,46 @@
|
|
324 |
(array) $this->_update_details;
|
325 |
}
|
326 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
return $transient_data;
|
328 |
}
|
329 |
|
@@ -508,6 +553,138 @@
|
|
508 |
return $res;
|
509 |
}
|
510 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
511 |
/**
|
512 |
* Updates information on the "View version x.x details" page with custom data.
|
513 |
*
|
29 |
* @since 1.1.8.1
|
30 |
*/
|
31 |
private $_update_details;
|
32 |
+
/**
|
33 |
+
* @var array
|
34 |
+
* @since 2.1.2
|
35 |
+
*/
|
36 |
+
private $_translation_updates;
|
37 |
|
38 |
#--------------------------------------------------------------------------------
|
39 |
#region Singleton
|
329 |
(array) $this->_update_details;
|
330 |
}
|
331 |
|
332 |
+
$slug = $this->_fs->get_slug();
|
333 |
+
|
334 |
+
if ( $this->_fs->is_org_repo_compliant() && $this->_fs->is_freemium() ) {
|
335 |
+
if ( ! isset( $this->_translation_updates ) ) {
|
336 |
+
$this->_translation_updates = array();
|
337 |
+
|
338 |
+
if ( current_user_can( 'update_languages' ) ) {
|
339 |
+
$translation_updates = $this->fetch_wp_org_module_translation_updates( $module_type, $slug );
|
340 |
+
if ( ! empty( $translation_updates ) ) {
|
341 |
+
$this->_translation_updates = $translation_updates;
|
342 |
+
}
|
343 |
+
}
|
344 |
+
}
|
345 |
+
|
346 |
+
if ( ! empty( $this->_translation_updates ) ) {
|
347 |
+
$all_translation_updates = ( isset( $transient_data->translations ) && is_array( $transient_data->translations ) ) ?
|
348 |
+
$transient_data->translations :
|
349 |
+
array();
|
350 |
+
|
351 |
+
$current_plugin_translation_updates_map = array();
|
352 |
+
foreach ( $all_translation_updates as $key => $translation_update ) {
|
353 |
+
if ( $module_type === ( $translation_update['type'] . 's' ) && $slug === $translation_update['slug'] ) {
|
354 |
+
$current_plugin_translation_updates_map[ $translation_update['language'] ] = $translation_update;
|
355 |
+
unset( $all_translation_updates[ $key ] );
|
356 |
+
}
|
357 |
+
}
|
358 |
+
|
359 |
+
foreach ( $this->_translation_updates as $translation_update ) {
|
360 |
+
$lang = $translation_update['language'];
|
361 |
+
if ( ! isset( $current_plugin_translation_updates_map[ $lang ] ) ||
|
362 |
+
version_compare( $translation_update['version'], $current_plugin_translation_updates_map[ $lang ]['version'], '>' )
|
363 |
+
) {
|
364 |
+
$current_plugin_translation_updates_map[ $lang ] = $translation_update;
|
365 |
+
}
|
366 |
+
}
|
367 |
+
|
368 |
+
$transient_data->translations = array_merge( $all_translation_updates, array_values( $current_plugin_translation_updates_map ) );
|
369 |
+
}
|
370 |
+
}
|
371 |
+
|
372 |
return $transient_data;
|
373 |
}
|
374 |
|
553 |
return $res;
|
554 |
}
|
555 |
|
556 |
+
/**
|
557 |
+
* Fetches module translation updates from wordpress.org.
|
558 |
+
*
|
559 |
+
* @author Leo Fajardo (@leorw)
|
560 |
+
* @since 2.1.2
|
561 |
+
*
|
562 |
+
* @param string $module_type
|
563 |
+
* @param string $slug
|
564 |
+
*
|
565 |
+
* @return array|null
|
566 |
+
*/
|
567 |
+
private function fetch_wp_org_module_translation_updates( $module_type, $slug ) {
|
568 |
+
$plugin_data = $this->_fs->get_plugin_data();
|
569 |
+
|
570 |
+
$locales = array_values( get_available_languages() );
|
571 |
+
$locales = apply_filters( "{$module_type}_update_check_locales", $locales );
|
572 |
+
$locales = array_unique( $locales );
|
573 |
+
|
574 |
+
$plugin_basename = $this->_fs->get_plugin_basename();
|
575 |
+
if ( 'themes' === $module_type ) {
|
576 |
+
$plugin_basename = str_replace( '-premium', '', $plugin_basename );
|
577 |
+
}
|
578 |
+
|
579 |
+
global $wp_version;
|
580 |
+
|
581 |
+
$request_args = array(
|
582 |
+
'timeout' => 15,
|
583 |
+
'body' => array(
|
584 |
+
"{$module_type}" => json_encode(
|
585 |
+
array(
|
586 |
+
"{$module_type}" => array(
|
587 |
+
$plugin_basename => array(
|
588 |
+
'Name' => trim( str_replace( '(Premium)', '', $plugin_data['Name'] ) ),
|
589 |
+
'Author' => $plugin_data['Author'],
|
590 |
+
)
|
591 |
+
)
|
592 |
+
)
|
593 |
+
),
|
594 |
+
'translations' => json_encode( $this->get_installed_translations( $module_type, $slug ) ),
|
595 |
+
'locale' => json_encode( $locales )
|
596 |
+
),
|
597 |
+
'user-agent' => ( 'WordPress/' . $wp_version . '; ' . home_url( '/' ) )
|
598 |
+
);
|
599 |
+
|
600 |
+
$url = "http://api.wordpress.org/{$module_type}/update-check/1.1/";
|
601 |
+
if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) {
|
602 |
+
$url = set_url_scheme( $url, 'https' );
|
603 |
+
}
|
604 |
+
|
605 |
+
$raw_response = Freemius::safe_remote_post(
|
606 |
+
$url,
|
607 |
+
$request_args,
|
608 |
+
WP_FS__TIME_24_HOURS_IN_SEC,
|
609 |
+
WP_FS__TIME_12_HOURS_IN_SEC,
|
610 |
+
false
|
611 |
+
);
|
612 |
+
|
613 |
+
if ( is_wp_error( $raw_response ) ) {
|
614 |
+
return null;
|
615 |
+
}
|
616 |
+
|
617 |
+
$response = json_decode( wp_remote_retrieve_body( $raw_response ), true );
|
618 |
+
|
619 |
+
if ( ! is_array( $response ) ) {
|
620 |
+
return null;
|
621 |
+
}
|
622 |
+
|
623 |
+
if ( ! isset( $response['translations'] ) || empty( $response['translations'] ) ) {
|
624 |
+
return null;
|
625 |
+
}
|
626 |
+
|
627 |
+
return $response['translations'];
|
628 |
+
}
|
629 |
+
|
630 |
+
/**
|
631 |
+
* @author Leo Fajardo (@leorw)
|
632 |
+
* @since 2.1.2
|
633 |
+
*
|
634 |
+
* @param string $module_type
|
635 |
+
* @param string $slug
|
636 |
+
*
|
637 |
+
* @return array
|
638 |
+
*/
|
639 |
+
private function get_installed_translations( $module_type, $slug ) {
|
640 |
+
if ( function_exists( 'wp_get_installed_translations' ) ) {
|
641 |
+
return wp_get_installed_translations( $module_type );
|
642 |
+
}
|
643 |
+
|
644 |
+
$dir = "/{$module_type}";
|
645 |
+
|
646 |
+
if ( ! is_dir( WP_LANG_DIR . $dir ) )
|
647 |
+
return array();
|
648 |
+
|
649 |
+
$files = scandir( WP_LANG_DIR . $dir );
|
650 |
+
if ( ! $files )
|
651 |
+
return array();
|
652 |
+
|
653 |
+
$language_data = array();
|
654 |
+
|
655 |
+
foreach ( $files as $file ) {
|
656 |
+
if ( 0 !== strpos( $file, $slug ) ) {
|
657 |
+
continue;
|
658 |
+
}
|
659 |
+
|
660 |
+
if ( '.' === $file[0] || is_dir( WP_LANG_DIR . "{$dir}/{$file}" ) ) {
|
661 |
+
continue;
|
662 |
+
}
|
663 |
+
|
664 |
+
if ( substr( $file, -3 ) !== '.po' ) {
|
665 |
+
continue;
|
666 |
+
}
|
667 |
+
|
668 |
+
if ( ! preg_match( '/(?:(.+)-)?([a-z]{2,3}(?:_[A-Z]{2})?(?:_[a-z0-9]+)?).po/', $file, $match ) ) {
|
669 |
+
continue;
|
670 |
+
}
|
671 |
+
|
672 |
+
if ( ! in_array( substr( $file, 0, -3 ) . '.mo', $files ) ) {
|
673 |
+
continue;
|
674 |
+
}
|
675 |
+
|
676 |
+
list( , $textdomain, $language ) = $match;
|
677 |
+
|
678 |
+
if ( '' === $textdomain ) {
|
679 |
+
$textdomain = 'default';
|
680 |
+
}
|
681 |
+
|
682 |
+
$language_data[ $textdomain ][ $language ] = wp_get_pomo_file_data( WP_LANG_DIR . "{$dir}/{$file}" );
|
683 |
+
}
|
684 |
+
|
685 |
+
return $language_data;
|
686 |
+
}
|
687 |
+
|
688 |
/**
|
689 |
* Updates information on the "View version x.x details" page with custom data.
|
690 |
*
|
freemius/includes/customizer/class-fs-customizer-upsell-control.php
CHANGED
@@ -59,7 +59,7 @@
|
|
59 |
$this->fs->get_upgrade_url();
|
60 |
|
61 |
// Load features.
|
62 |
-
$pricing = $this->fs->get_api_plugin_scope()->get(
|
63 |
|
64 |
if ( $this->fs->is_api_result_object( $pricing, 'plans' ) ) {
|
65 |
// Add support features.
|
59 |
$this->fs->get_upgrade_url();
|
60 |
|
61 |
// Load features.
|
62 |
+
$pricing = $this->fs->get_api_plugin_scope()->get( $this->fs->add_show_pending( "pricing.json" ) );
|
63 |
|
64 |
if ( $this->fs->is_api_result_object( $pricing, 'plans' ) ) {
|
65 |
// Add support features.
|
freemius/includes/fs-plugin-info-dialog.php
CHANGED
@@ -101,7 +101,7 @@
|
|
101 |
$has_features = false;
|
102 |
$plans = false;
|
103 |
|
104 |
-
$result = $this->_fs->get_api_plugin_scope()->get( "/addons/{$selected_addon->id}/pricing.json?type=visible" );
|
105 |
|
106 |
if ( ! isset( $result->error ) ) {
|
107 |
$plans = $result->plans;
|
@@ -165,6 +165,8 @@
|
|
165 |
// Plugin is missing, not on Freemius nor WP.org.
|
166 |
$data->wp_org_missing = true;
|
167 |
}
|
|
|
|
|
168 |
} else {
|
169 |
$data->wp_org_missing = false;
|
170 |
|
@@ -183,12 +185,7 @@
|
|
183 |
|
184 |
// Fetch as much as possible info from local files.
|
185 |
$plugin_local_data = $this->_fs->get_plugin_data();
|
186 |
-
$data->name = $selected_addon->title;
|
187 |
$data->author = $plugin_local_data['Author'];
|
188 |
-
$view_vars = array( 'plugin' => $selected_addon );
|
189 |
-
$data->sections = array(
|
190 |
-
'description' => fs_get_template( '/plugin-info/description.php', $view_vars ),
|
191 |
-
);
|
192 |
|
193 |
if ( ! empty( $selected_addon->info->banner_url ) ) {
|
194 |
$data->banners = array(
|
@@ -217,6 +214,12 @@
|
|
217 |
}
|
218 |
}
|
219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
if ( $has_pricing ) {
|
221 |
// Add plans to data.
|
222 |
$data->plans = $plans;
|
@@ -950,7 +953,7 @@
|
|
950 |
</li>
|
951 |
<?php
|
952 |
}
|
953 |
-
if ( ! empty( $api->slug ) &&
|
954 |
?>
|
955 |
<li><a target="_blank"
|
956 |
href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
|
@@ -1094,7 +1097,7 @@
|
|
1094 |
echo "</div>\n"; // #plugin-information-scrollable
|
1095 |
echo "<div id='$tab-footer'>\n";
|
1096 |
|
1097 |
-
if ( ! empty( $api->checkout_link ) ) {
|
1098 |
echo $this->get_checkout_cta( $api );
|
1099 |
}
|
1100 |
|
101 |
$has_features = false;
|
102 |
$plans = false;
|
103 |
|
104 |
+
$result = $this->_fs->get_api_plugin_scope()->get( $this->_fs->add_show_pending( "/addons/{$selected_addon->id}/pricing.json?type=visible" ) );
|
105 |
|
106 |
if ( ! isset( $result->error ) ) {
|
107 |
$plans = $result->plans;
|
165 |
// Plugin is missing, not on Freemius nor WP.org.
|
166 |
$data->wp_org_missing = true;
|
167 |
}
|
168 |
+
|
169 |
+
$data->fs_missing = ( ! $has_free_plan || $data->wp_org_missing );
|
170 |
} else {
|
171 |
$data->wp_org_missing = false;
|
172 |
|
185 |
|
186 |
// Fetch as much as possible info from local files.
|
187 |
$plugin_local_data = $this->_fs->get_plugin_data();
|
|
|
188 |
$data->author = $plugin_local_data['Author'];
|
|
|
|
|
|
|
|
|
189 |
|
190 |
if ( ! empty( $selected_addon->info->banner_url ) ) {
|
191 |
$data->banners = array(
|
214 |
}
|
215 |
}
|
216 |
|
217 |
+
$data->name = $selected_addon->title;
|
218 |
+
$view_vars = array( 'plugin' => $selected_addon );
|
219 |
+
$data->sections = array(
|
220 |
+
'description' => fs_get_template( '/plugin-info/description.php', $view_vars ),
|
221 |
+
);
|
222 |
+
|
223 |
if ( $has_pricing ) {
|
224 |
// Add plans to data.
|
225 |
$data->plans = $plans;
|
953 |
</li>
|
954 |
<?php
|
955 |
}
|
956 |
+
if ( ! empty( $api->slug ) && true == $api->is_wp_org_compliant ) {
|
957 |
?>
|
958 |
<li><a target="_blank"
|
959 |
href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
|
1097 |
echo "</div>\n"; // #plugin-information-scrollable
|
1098 |
echo "<div id='$tab-footer'>\n";
|
1099 |
|
1100 |
+
if ( $api->has_paid_plan && ! empty( $api->checkout_link ) ) {
|
1101 |
echo $this->get_checkout_cta( $api );
|
1102 |
}
|
1103 |
|
freemius/templates/account/partials/addon.php
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
$plan = $fs_addon->get_plan();
|
62 |
$is_active_subscription = ( is_object( $subscription ) && $subscription->is_active() );
|
63 |
$is_paid_trial = $fs_addon->is_paid_trial();
|
64 |
-
$show_upgrade = ( ! $is_paying && ! $is_paid_trial && ! $fs_addon->_has_premium_license() );
|
65 |
$is_current_license_expired = is_object( $license ) && $license->is_expired();
|
66 |
}
|
67 |
?>
|
@@ -220,7 +220,7 @@
|
|
220 |
}
|
221 |
|
222 |
if ( 0 == count( $buttons ) ) {
|
223 |
-
if ( $fs_addon->is_premium() ) {
|
224 |
$fs_addon->_add_license_activation_dialog_box();
|
225 |
|
226 |
$buttons[] = fs_ui_get_action_button(
|
61 |
$plan = $fs_addon->get_plan();
|
62 |
$is_active_subscription = ( is_object( $subscription ) && $subscription->is_active() );
|
63 |
$is_paid_trial = $fs_addon->is_paid_trial();
|
64 |
+
$show_upgrade = ( $fs_addon->has_paid_plan() && ! $is_paying && ! $is_paid_trial && ! $fs_addon->_has_premium_license() );
|
65 |
$is_current_license_expired = is_object( $license ) && $license->is_expired();
|
66 |
}
|
67 |
?>
|
220 |
}
|
221 |
|
222 |
if ( 0 == count( $buttons ) ) {
|
223 |
+
if ( $show_upgrade && $fs_addon->is_premium() ) {
|
224 |
$fs_addon->_add_license_activation_dialog_box();
|
225 |
|
226 |
$buttons[] = fs_ui_get_action_button(
|
freemius/templates/add-ons.php
CHANGED
@@ -55,7 +55,7 @@
|
|
55 |
$has_free_plan = false;
|
56 |
$has_paid_plan = false;
|
57 |
|
58 |
-
$result = $fs->get_api_plugin_scope()->get( "/addons/{$addon->id}/pricing.json?type=visible" );
|
59 |
if ( ! isset( $result->error ) ) {
|
60 |
$plans = $result->plans;
|
61 |
|
@@ -89,6 +89,10 @@
|
|
89 |
|
90 |
}
|
91 |
}
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
?>
|
94 |
<li class="fs-card fs-addon" data-slug="<?php echo $addon->slug ?>">
|
55 |
$has_free_plan = false;
|
56 |
$has_paid_plan = false;
|
57 |
|
58 |
+
$result = $fs->get_api_plugin_scope()->get( $fs->add_show_pending( "/addons/{$addon->id}/pricing.json?type=visible" ) );
|
59 |
if ( ! isset( $result->error ) ) {
|
60 |
$plans = $result->plans;
|
61 |
|
89 |
|
90 |
}
|
91 |
}
|
92 |
+
|
93 |
+
if ( ! $has_paid_plan && ! $has_free_plan ) {
|
94 |
+
continue;
|
95 |
+
}
|
96 |
}
|
97 |
?>
|
98 |
<li class="fs-card fs-addon" data-slug="<?php echo $addon->slug ?>">
|
freemius/templates/checkout.php
CHANGED
@@ -121,7 +121,7 @@
|
|
121 |
|
122 |
$fs_user = Freemius::_get_user_by_email( $current_user->user_email );
|
123 |
|
124 |
-
if ( is_object( $fs_user ) ) {
|
125 |
$context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
|
126 |
$fs_user,
|
127 |
$timestamp,
|
@@ -233,7 +233,7 @@
|
|
233 |
// passed via query string or hard coded into the child page, it depends on your needs).
|
234 |
src = base_url + '/?<?php echo http_build_query( $query_params ) ?>#' + encodeURIComponent(document.location.href),
|
235 |
// Append the i-frame into the DOM.
|
236 |
-
frame = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent;"><\/i' + 'frame>')
|
237 |
.appendTo('#frame');
|
238 |
|
239 |
FS.PostMessage.init(base_url, [frame[0]]);
|
121 |
|
122 |
$fs_user = Freemius::_get_user_by_email( $current_user->user_email );
|
123 |
|
124 |
+
if ( is_object( $fs_user ) && $fs_user->is_verified() ) {
|
125 |
$context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
|
126 |
$fs_user,
|
127 |
$timestamp,
|
233 |
// passed via query string or hard coded into the child page, it depends on your needs).
|
234 |
src = base_url + '/?<?php echo http_build_query( $query_params ) ?>#' + encodeURIComponent(document.location.href),
|
235 |
// Append the i-frame into the DOM.
|
236 |
+
frame = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent; width: 1px; min-width: 100%;"><\/i' + 'frame>')
|
237 |
.appendTo('#frame');
|
238 |
|
239 |
FS.PostMessage.init(base_url, [frame[0]]);
|
freemius/templates/connect.php
CHANGED
@@ -718,11 +718,14 @@
|
|
718 |
// Redirect to the "Account" page and sync the license.
|
719 |
window.location.href = resultObj.next_page;
|
720 |
} else {
|
|
|
|
|
721 |
// Show error.
|
722 |
$('.fs-content').prepend('<p class="fs-error">' + (resultObj.error.message ? resultObj.error.message : resultObj.error) + '</p>');
|
723 |
-
|
724 |
-
resetLoadingMode();
|
725 |
}
|
|
|
|
|
|
|
726 |
}
|
727 |
});
|
728 |
|
718 |
// Redirect to the "Account" page and sync the license.
|
719 |
window.location.href = resultObj.next_page;
|
720 |
} else {
|
721 |
+
resetLoadingMode();
|
722 |
+
|
723 |
// Show error.
|
724 |
$('.fs-content').prepend('<p class="fs-error">' + (resultObj.error.message ? resultObj.error.message : resultObj.error) + '</p>');
|
|
|
|
|
725 |
}
|
726 |
+
},
|
727 |
+
error: function () {
|
728 |
+
resetLoadingMode();
|
729 |
}
|
730 |
});
|
731 |
|
freemius/templates/contact.php
CHANGED
@@ -98,7 +98,7 @@
|
|
98 |
src = base_url + '/contact/?<?php echo http_build_query($query_params) ?>#' + encodeURIComponent(document.location.href),
|
99 |
|
100 |
// Append the i-frame into the DOM.
|
101 |
-
frame = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent;"><\/i' + 'frame>')
|
102 |
.appendTo('#frame');
|
103 |
|
104 |
FS.PostMessage.init(base_url);
|
98 |
src = base_url + '/contact/?<?php echo http_build_query($query_params) ?>#' + encodeURIComponent(document.location.href),
|
99 |
|
100 |
// Append the i-frame into the DOM.
|
101 |
+
frame = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent; width: 1px; min-width: 100%;"><\/i' + 'frame>')
|
102 |
.appendTo('#frame');
|
103 |
|
104 |
FS.PostMessage.init(base_url);
|
freemius/templates/pricing.php
CHANGED
@@ -127,7 +127,7 @@
|
|
127 |
src = base_url + '/pricing/?<?php echo http_build_query( $query_params ) ?>#' + encodeURIComponent(document.location.href),
|
128 |
|
129 |
// Append the I-frame into the DOM.
|
130 |
-
frame = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent;"><\/i' + 'frame>')
|
131 |
.appendTo('#frame');
|
132 |
|
133 |
FS.PostMessage.init(base_url, [frame[0]]);
|
127 |
src = base_url + '/pricing/?<?php echo http_build_query( $query_params ) ?>#' + encodeURIComponent(document.location.href),
|
128 |
|
129 |
// Append the I-frame into the DOM.
|
130 |
+
frame = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent; width: 1px; min-width: 100%;"><\/i' + 'frame>')
|
131 |
.appendTo('#frame');
|
132 |
|
133 |
FS.PostMessage.init(base_url, [frame[0]]);
|
freemius/templates/tabs.php
CHANGED
@@ -26,7 +26,11 @@
|
|
26 |
foreach ( $menu_items as $priority => $items ) {
|
27 |
foreach ( $items as $item ) {
|
28 |
if ( ! $item['show_submenu'] ) {
|
29 |
-
|
|
|
|
|
|
|
|
|
30 |
continue;
|
31 |
}
|
32 |
}
|
26 |
foreach ( $menu_items as $priority => $items ) {
|
27 |
foreach ( $items as $item ) {
|
28 |
if ( ! $item['show_submenu'] ) {
|
29 |
+
$submenu_name = ('wp-support-forum' === $item['menu_slug']) ?
|
30 |
+
'support' :
|
31 |
+
$item['menu_slug'];
|
32 |
+
|
33 |
+
if ( ! $is_free_wp_org_theme || ! $fs->is_submenu_item_visible( $submenu_name, true ) ) {
|
34 |
continue;
|
35 |
}
|
36 |
}
|
includes/widgets/lsow-hero-image-widget/tpl/default.php
CHANGED
@@ -30,9 +30,9 @@ if ($background['bg_type'] == 'youtube') {
|
|
30 |
|
31 |
<source src="<?php echo wp_get_attachment_url($background['html5_videos']['mp4_file']); ?>"
|
32 |
type="video/mp4">
|
33 |
-
<source src="<?php echo wp_get_attachment_url($background['html5_videos']['webm_file']); ?>"
|
34 |
-
type="video/ogg">
|
35 |
<source src="<?php echo wp_get_attachment_url($background['html5_videos']['ogg_file']); ?>"
|
|
|
|
|
36 |
type="video/webm">
|
37 |
|
38 |
</video>
|
30 |
|
31 |
<source src="<?php echo wp_get_attachment_url($background['html5_videos']['mp4_file']); ?>"
|
32 |
type="video/mp4">
|
|
|
|
|
33 |
<source src="<?php echo wp_get_attachment_url($background['html5_videos']['ogg_file']); ?>"
|
34 |
+
type="video/ogg">
|
35 |
+
<source src="<?php echo wp_get_attachment_url($background['html5_videos']['webm_file']); ?>"
|
36 |
type="video/webm">
|
37 |
|
38 |
</video>
|
includes/widgets/lsow-odometers-widget/js/odometer.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
jQuery(function ($) {
|
2 |
|
3 |
-
$('.lsow-odometers').
|
4 |
|
5 |
$(this.element).find('.lsow-odometer .lsow-number').each(function () {
|
6 |
|
@@ -15,7 +15,7 @@ jQuery(function ($) {
|
|
15 |
|
16 |
});
|
17 |
|
18 |
-
}, { offset:
|
19 |
triggerOnce: true});
|
20 |
|
21 |
|
1 |
jQuery(function ($) {
|
2 |
|
3 |
+
$('.lsow-odometers').livemeshWaypoint(function (direction) {
|
4 |
|
5 |
$(this.element).find('.lsow-odometer .lsow-number').each(function () {
|
6 |
|
15 |
|
16 |
});
|
17 |
|
18 |
+
}, { offset: (window.innerHeight || document.documentElement.clientHeight) - 100,
|
19 |
triggerOnce: true});
|
20 |
|
21 |
|
includes/widgets/lsow-odometers-widget/js/odometer.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){$(".lsow-odometers").
|
1 |
+
jQuery(function($){$(".lsow-odometers").livemeshWaypoint(function(direction){$(this.element).find(".lsow-odometer .lsow-number").each(function(){var odometer=$(this);setTimeout(function(){var data_stop=odometer.attr("data-stop");$(odometer).text(data_stop)},100)})},{offset:(window.innerHeight||document.documentElement.clientHeight)-100,triggerOnce:true})});
|
includes/widgets/lsow-piecharts-widget/js/piechart.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
jQuery(function ($) {
|
2 |
|
3 |
-
$('.lsow-piecharts').
|
4 |
|
5 |
$(this.element).find('.lsow-piechart .lsow-percentage').each(function () {
|
6 |
|
@@ -20,7 +20,7 @@ jQuery(function ($) {
|
|
20 |
|
21 |
});
|
22 |
|
23 |
-
}, { offset:
|
24 |
triggerOnce: true});
|
25 |
|
26 |
|
1 |
jQuery(function ($) {
|
2 |
|
3 |
+
$('.lsow-piecharts').livemeshWaypoint(function (direction) {
|
4 |
|
5 |
$(this.element).find('.lsow-piechart .lsow-percentage').each(function () {
|
6 |
|
20 |
|
21 |
});
|
22 |
|
23 |
+
}, { offset: (window.innerHeight || document.documentElement.clientHeight) - 100,
|
24 |
triggerOnce: true});
|
25 |
|
26 |
|
includes/widgets/lsow-piecharts-widget/js/piechart.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){$(".lsow-piecharts").
|
1 |
+
jQuery(function($){$(".lsow-piecharts").livemeshWaypoint(function(direction){$(this.element).find(".lsow-piechart .lsow-percentage").each(function(){var track_color=$(this).data("track-color");var bar_color=$(this).data("bar-color");$(this).easyPieChart({animate:2e3,lineWidth:10,barColor:bar_color,trackColor:track_color,scaleColor:false,lineCap:"square",size:220})})},{offset:(window.innerHeight||document.documentElement.clientHeight)-100,triggerOnce:true})});
|
includes/widgets/lsow-stats-bar-widget/js/stats-bar.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
jQuery(function ($) {
|
2 |
|
3 |
|
4 |
-
$('.lsow-stats-bars').
|
5 |
|
6 |
$(this.element).find('.lsow-stats-bar-content').each(function () {
|
7 |
|
@@ -10,7 +10,7 @@ jQuery(function ($) {
|
|
10 |
|
11 |
});
|
12 |
|
13 |
-
}, { offset:
|
14 |
triggerOnce: true});
|
15 |
|
16 |
|
1 |
jQuery(function ($) {
|
2 |
|
3 |
|
4 |
+
$('.lsow-stats-bars').livemeshWaypoint(function (direction) {
|
5 |
|
6 |
$(this.element).find('.lsow-stats-bar-content').each(function () {
|
7 |
|
10 |
|
11 |
});
|
12 |
|
13 |
+
}, { offset: (window.innerHeight || document.documentElement.clientHeight) - 150,
|
14 |
triggerOnce: true});
|
15 |
|
16 |
|
includes/widgets/lsow-stats-bar-widget/js/stats-bar.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){$(".lsow-stats-bars").
|
1 |
+
jQuery(function($){$(".lsow-stats-bars").livemeshWaypoint(function(direction){$(this.element).find(".lsow-stats-bar-content").each(function(){var dataperc=$(this).attr("data-perc");$(this).animate({width:dataperc+"%"},dataperc*20)})},{offset:(window.innerHeight||document.documentElement.clientHeight)-150,triggerOnce:true})});
|
languages/livemesh-so-widgets-en_US.mo
CHANGED
Binary file
|
languages/livemesh-so-widgets-en_US.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Events Calendar Slider\n"
|
4 |
-
"POT-Creation-Date: 2018-
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"Last-Translator: LiveMesh\n"
|
7 |
"Language-Team: LiveMesh\n"
|
8 |
"Language: en_US\n"
|
@@ -61,12 +61,17 @@ msgstr ""
|
|
61 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:89
|
62 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:104
|
63 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:54
|
64 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
65 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:115
|
66 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:119
|
67 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:143
|
68 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:64
|
69 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:71
|
|
|
|
|
|
|
|
|
|
|
70 |
msgid "Settings"
|
71 |
msgstr ""
|
72 |
|
@@ -75,7 +80,7 @@ msgid "Documentation"
|
|
75 |
msgstr ""
|
76 |
|
77 |
#: admin/views/admin-banner1.php:13 admin/views/admin-banner2.php:13
|
78 |
-
#: includes/class-lsow-setup.php:
|
79 |
msgid "Livemesh SiteOrigin Widgets"
|
80 |
msgstr ""
|
81 |
|
@@ -191,7 +196,7 @@ msgid ""
|
|
191 |
"through a dedicated support forum."
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: admin/views/documentation.php:1550 admin/views/settings.php:
|
195 |
msgid "Know More"
|
196 |
msgstr ""
|
197 |
|
@@ -310,143 +315,348 @@ msgstr ""
|
|
310 |
msgid "Server setup information useful for debugging purposes."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: admin/views/settings.php:
|
314 |
-
msgid "
|
315 |
msgstr ""
|
316 |
|
317 |
-
#:
|
318 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
msgstr ""
|
320 |
|
321 |
-
#:
|
322 |
-
|
|
|
323 |
msgstr ""
|
324 |
|
325 |
-
#:
|
326 |
-
|
|
|
|
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: includes/class-lsow-setup.php:
|
330 |
msgid "Top Padding (Deprecated)"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: includes/class-lsow-setup.php:
|
334 |
msgid ""
|
335 |
"Top Padding for the row. Deprecated - use native padding attributes above."
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: includes/class-lsow-setup.php:
|
339 |
msgid "Bottom Padding (Deprecated)"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: includes/class-lsow-setup.php:
|
343 |
msgid ""
|
344 |
"Bottom Padding for the row. Deprecated - use native padding attributes above."
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: includes/class-lsow-setup.php:
|
348 |
msgid "Top Padding in Tablet resolution (Deprecated)"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: includes/class-lsow-setup.php:
|
352 |
msgid ""
|
353 |
"Top Padding for the row in tablet resolutions. Deprecated - use native "
|
354 |
"padding attributes above."
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: includes/class-lsow-setup.php:
|
358 |
msgid "Bottom Padding in Tablet resolution (Deprecated)"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: includes/class-lsow-setup.php:
|
362 |
msgid ""
|
363 |
"Bottom Padding for the row in tablet resolutions. Deprecated - use native "
|
364 |
"padding attributes above."
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: includes/class-lsow-setup.php:
|
368 |
msgid "Top Padding in Mobile resolution (Deprecated)"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: includes/class-lsow-setup.php:
|
372 |
msgid ""
|
373 |
"Top Padding for the row in mobile resolutions. Deprecated - use native "
|
374 |
"padding attributes above."
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: includes/class-lsow-setup.php:
|
378 |
msgid "Bottom Padding in Mobile resolution (Deprecated)"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: includes/class-lsow-setup.php:
|
382 |
msgid ""
|
383 |
"Bottom Padding for the row in mobile resolutions. Deprecated - use native "
|
384 |
"padding attributes above."
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: includes/class-lsow-setup.php:
|
388 |
msgid "Dark Background?"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: includes/class-lsow-setup.php:
|
392 |
msgid ""
|
393 |
"Indicate if this row has a dark background color. Dark color scheme will be "
|
394 |
"applied for all widgets in this row."
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: includes/
|
398 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: includes/
|
|
|
|
|
|
|
|
|
402 |
msgid "Y"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: includes/helper-functions.php:
|
406 |
msgid "m"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: includes/helper-functions.php:
|
410 |
msgid "d"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: includes/helper-functions.php:
|
414 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: includes/helper-functions.php:
|
418 |
-
msgid "
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: includes/helper-functions.php:
|
422 |
-
msgid "
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: includes/helper-functions.php:
|
426 |
-
msgid "
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: includes/helper-functions.php:
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: includes/helper-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
437 |
msgid "Fade In"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: includes/helper-functions.php:
|
441 |
msgid "Fade In Left"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: includes/helper-functions.php:
|
|
|
|
|
|
|
|
|
445 |
msgid "Fade In Right"
|
446 |
msgstr ""
|
447 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
448 |
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:15
|
449 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
450 |
msgid "Accordion"
|
451 |
msgstr ""
|
452 |
|
@@ -466,7 +676,7 @@ msgstr ""
|
|
466 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:55
|
467 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:25
|
468 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:25
|
469 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
470 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:79
|
471 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:25
|
472 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:96
|
@@ -477,80 +687,90 @@ msgstr ""
|
|
477 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:25
|
478 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:25
|
479 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
msgid "Title"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
484 |
msgid "Choose Accordion Style"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
488 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:38
|
489 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:37
|
490 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:37
|
|
|
491 |
msgid "Style 1"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
495 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:39
|
496 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:38
|
497 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:38
|
|
|
498 |
msgid "Style 2"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
502 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:40
|
503 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:39
|
504 |
msgid "Style 3"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
508 |
msgid "Allow to function like toggle?"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
512 |
msgid "Check if multiple elements can be open at the same time."
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
516 |
msgid "Start expanded?"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
520 |
msgid ""
|
521 |
"Check if you need all elements to be expanded initially. Works only if "
|
522 |
"toggle flag above is checked and hence multiple accordion elements can be "
|
523 |
"open at the same time."
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
527 |
msgid "Panel"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
531 |
msgid "Panel Title"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
535 |
msgid "The title for the panel."
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
539 |
msgid "Panel ID"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
543 |
msgid ""
|
544 |
"The Panel ID is required to link to a panel. It must be unique across the "
|
545 |
"page, must begin with a letter and may be followed by any number of letters, "
|
546 |
"digits, hyphens or underscores."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
550 |
msgid "Panel Content"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
554 |
msgid "The collapsible content of the panel in the accordion."
|
555 |
msgstr ""
|
556 |
|
@@ -592,7 +812,7 @@ msgstr ""
|
|
592 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:30
|
593 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:58
|
594 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:47
|
595 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
596 |
msgid "Choose Icon Type"
|
597 |
msgstr ""
|
598 |
|
@@ -602,7 +822,7 @@ msgstr ""
|
|
602 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:65
|
603 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:104
|
604 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:54
|
605 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
606 |
msgid "Icon"
|
607 |
msgstr ""
|
608 |
|
@@ -610,7 +830,7 @@ msgstr ""
|
|
610 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:38
|
611 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:66
|
612 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:55
|
613 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
614 |
msgid "Icon Image"
|
615 |
msgstr ""
|
616 |
|
@@ -627,6 +847,8 @@ msgid "The CSS class name for the button element."
|
|
627 |
msgstr ""
|
628 |
|
629 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:90
|
|
|
|
|
630 |
msgid "Class"
|
631 |
msgstr ""
|
632 |
|
@@ -639,60 +861,67 @@ msgid "Style"
|
|
639 |
msgstr ""
|
640 |
|
641 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:102
|
|
|
642 |
msgid "The color of the button."
|
643 |
msgstr ""
|
644 |
|
645 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:103
|
|
|
646 |
msgid "Color"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:105
|
650 |
-
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:155
|
651 |
-
msgid "Default"
|
652 |
-
msgstr ""
|
653 |
-
|
654 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:106
|
655 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:38
|
656 |
msgid "Custom"
|
657 |
msgstr ""
|
658 |
|
659 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:107
|
|
|
660 |
msgid "Black"
|
661 |
msgstr ""
|
662 |
|
663 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:108
|
|
|
664 |
msgid "Blue"
|
665 |
msgstr ""
|
666 |
|
667 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:109
|
|
|
668 |
msgid "Cyan"
|
669 |
msgstr ""
|
670 |
|
671 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:110
|
|
|
672 |
msgid "Green"
|
673 |
msgstr ""
|
674 |
|
675 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:111
|
|
|
676 |
msgid "Orange"
|
677 |
msgstr ""
|
678 |
|
679 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:112
|
|
|
680 |
msgid "Pink"
|
681 |
msgstr ""
|
682 |
|
683 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:113
|
|
|
684 |
msgid "Red"
|
685 |
msgstr ""
|
686 |
|
687 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:114
|
|
|
688 |
msgid "Teal"
|
689 |
msgstr ""
|
690 |
|
691 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:115
|
|
|
692 |
msgid "Transparent"
|
693 |
msgstr ""
|
694 |
|
695 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:116
|
|
|
696 |
msgid "Semi Transparent"
|
697 |
msgstr ""
|
698 |
|
@@ -713,25 +942,30 @@ msgid "Custom button hover color"
|
|
713 |
msgstr ""
|
714 |
|
715 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:140
|
|
|
716 |
msgid "Button Size"
|
717 |
msgstr ""
|
718 |
|
719 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:142
|
720 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:157
|
|
|
721 |
msgid "Medium"
|
722 |
msgstr ""
|
723 |
|
724 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:143
|
725 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:158
|
|
|
726 |
msgid "Large"
|
727 |
msgstr ""
|
728 |
|
729 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:144
|
730 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:156
|
|
|
731 |
msgid "Small"
|
732 |
msgstr ""
|
733 |
|
734 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:150
|
|
|
735 |
msgid "Display rounded button?"
|
736 |
msgstr ""
|
737 |
|
@@ -751,18 +985,21 @@ msgstr ""
|
|
751 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:164
|
752 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:48
|
753 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:134
|
|
|
754 |
msgid "Center"
|
755 |
msgstr ""
|
756 |
|
757 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:165
|
758 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:49
|
759 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:132
|
|
|
760 |
msgid "Left"
|
761 |
msgstr ""
|
762 |
|
763 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:166
|
764 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:50
|
765 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:133
|
|
|
766 |
msgid "Right"
|
767 |
msgstr ""
|
768 |
|
@@ -773,6 +1010,7 @@ msgstr ""
|
|
773 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:109
|
774 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:133
|
775 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:62
|
|
|
776 |
msgid "Choose Animation Type"
|
777 |
msgstr ""
|
778 |
|
@@ -796,6 +1034,8 @@ msgstr ""
|
|
796 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:54
|
797 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:39
|
798 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:39
|
|
|
|
|
799 |
msgid "Name"
|
800 |
msgstr ""
|
801 |
|
@@ -804,6 +1044,7 @@ msgid "The title to identify the HTML element"
|
|
804 |
msgstr ""
|
805 |
|
806 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:48
|
|
|
807 |
msgid "HTML element"
|
808 |
msgstr ""
|
809 |
|
@@ -824,51 +1065,63 @@ msgstr ""
|
|
824 |
|
825 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:69
|
826 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:165
|
|
|
827 |
msgid "Carousel Settings"
|
828 |
msgstr ""
|
829 |
|
830 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:74
|
831 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:170
|
|
|
832 |
msgid "Prev/Next Arrows?"
|
833 |
msgstr ""
|
834 |
|
835 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:80
|
836 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:176
|
|
|
837 |
msgid "Show dot indicators for navigation?"
|
838 |
msgstr ""
|
839 |
|
840 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:85
|
841 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:181
|
|
|
842 |
msgid "Autoplay?"
|
843 |
msgstr ""
|
844 |
|
845 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:86
|
846 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:182
|
|
|
847 |
msgid "Should the carousel autoplay as in a slideshow."
|
848 |
msgstr ""
|
849 |
|
850 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:93
|
851 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:189
|
|
|
852 |
msgid "Autoplay speed in ms"
|
853 |
msgstr ""
|
854 |
|
855 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:100
|
856 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:196
|
|
|
857 |
msgid "Autoplay animation speed in ms"
|
858 |
msgstr ""
|
859 |
|
860 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:106
|
861 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:202
|
|
|
862 |
msgid "Pause on mouse hover?"
|
863 |
msgstr ""
|
864 |
|
865 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:112
|
866 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:146
|
867 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:181
|
868 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
869 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:208
|
870 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:242
|
871 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:277
|
|
|
|
|
|
|
|
|
872 |
msgid "Columns per row"
|
873 |
msgstr ""
|
874 |
|
@@ -878,43 +1131,68 @@ msgstr ""
|
|
878 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:217
|
879 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:250
|
880 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:285
|
|
|
|
|
|
|
881 |
msgid "Columns to scroll"
|
882 |
msgstr ""
|
883 |
|
884 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:130
|
885 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:162
|
886 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:197
|
887 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
888 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
889 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
890 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:226
|
891 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:258
|
892 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
893 |
msgid "Gutter"
|
894 |
msgstr ""
|
895 |
|
896 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:131
|
897 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:163
|
898 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:198
|
899 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
900 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
901 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:227
|
902 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:259
|
903 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
904 |
msgid "Space between columns."
|
905 |
msgstr ""
|
906 |
|
907 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:137
|
908 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:265
|
909 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
910 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:233
|
|
|
|
|
|
|
911 |
msgid "Responsive"
|
912 |
msgstr ""
|
913 |
|
914 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:142
|
915 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:270
|
916 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
917 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:238
|
|
|
|
|
|
|
918 |
msgid "Tablet"
|
919 |
msgstr ""
|
920 |
|
@@ -922,31 +1200,46 @@ msgstr ""
|
|
922 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:203
|
923 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:286
|
924 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:311
|
925 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
926 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
927 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:264
|
928 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:299
|
|
|
|
|
|
|
|
|
|
|
|
|
929 |
msgid "Resolution"
|
930 |
msgstr ""
|
931 |
|
932 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:169
|
933 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:287
|
934 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
935 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:265
|
|
|
|
|
|
|
936 |
msgid "The resolution to treat as a tablet resolution."
|
937 |
msgstr ""
|
938 |
|
939 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:177
|
940 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:295
|
941 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
942 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:273
|
|
|
|
|
|
|
943 |
msgid "Mobile Phone"
|
944 |
msgstr ""
|
945 |
|
946 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:204
|
947 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:312
|
948 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
949 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:300
|
|
|
|
|
|
|
950 |
msgid "The resolution to treat as a mobile resolution."
|
951 |
msgstr ""
|
952 |
|
@@ -1093,14 +1386,17 @@ msgid "Sub-heading text"
|
|
1093 |
msgstr ""
|
1094 |
|
1095 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:91
|
|
|
1096 |
msgid "Button text"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:96
|
|
|
1100 |
msgid "Button URL"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:101
|
|
|
1104 |
msgid "Open URL in a new window"
|
1105 |
msgstr ""
|
1106 |
|
@@ -1132,10 +1428,14 @@ msgid "Parallax Image"
|
|
1132 |
msgstr ""
|
1133 |
|
1134 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:128
|
|
|
|
|
1135 |
msgid "YouTube Video"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:129
|
|
|
|
|
1139 |
msgid "HTML5 Video"
|
1140 |
msgstr ""
|
1141 |
|
@@ -1281,6 +1581,7 @@ msgid "Open the links in new window"
|
|
1281 |
msgstr ""
|
1282 |
|
1283 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:129
|
|
|
1284 |
msgid "Alignment"
|
1285 |
msgstr ""
|
1286 |
|
@@ -1411,117 +1712,158 @@ msgstr ""
|
|
1411 |
msgid "Piecharts per row in Mobile Resolution"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1415 |
msgid "Posts Grid"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1419 |
msgid ""
|
1420 |
"Showcase your work or posts or any custom post types with a filterable "
|
1421 |
"portfolio layout. Make sure that Portfolio Post Type plugin is activated"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
|
|
1425 |
msgid "Heading for the grid"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1429 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:84
|
|
|
|
|
1430 |
msgid "Posts query"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1434 |
msgid ""
|
1435 |
"After you build the query, make sure you choose the right taxonomy below to "
|
1436 |
"display for your posts and filter on, based on the post type selected during "
|
1437 |
"build query."
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1441 |
msgid "Choose the taxonomy to display and filter on."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1445 |
msgid ""
|
1446 |
"Choose the taxonomy information to display for posts/portfolio and the "
|
1447 |
"taxonomy that is used to filter the portfolio/post. Takes effect only if no "
|
1448 |
"taxonomy filters are specified when building query."
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
|
|
1452 |
msgid "Filterable?"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1456 |
msgid "Choose a layout for the grid"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1460 |
msgid "Fit Rows"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1464 |
msgid "Masonry"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1468 |
msgid "Link the image to the post/portfolio?"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1472 |
msgid "Post Link Target"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1476 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:117
|
|
|
|
|
|
|
1477 |
msgid "Same Window"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1481 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:118
|
|
|
|
|
|
|
1482 |
msgid "New Window"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1486 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:108
|
1487 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:188
|
|
|
|
|
|
|
|
|
|
|
|
|
1488 |
msgid "Image Size"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1492 |
msgid "Display project title for the post/portfolio?"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1496 |
msgid "Display project excerpt/summary for the post/portfolio?"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1500 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:136
|
|
|
|
|
1501 |
msgid "Post Meta"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1505 |
msgid "Display post author info for the post item?"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1509 |
msgid "Display post date info for the post item?"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1513 |
msgid "Display taxonomy info for the post item?"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1517 |
msgid "Columns per row in Tablet Resolution"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1521 |
msgid "Columns per row in Mobile Resolution"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1525 |
msgid "Space between columns in masonry grid."
|
1526 |
msgstr ""
|
1527 |
|
@@ -1548,6 +1890,9 @@ msgid "Link Images to Posts?"
|
|
1548 |
msgstr ""
|
1549 |
|
1550 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:114
|
|
|
|
|
|
|
1551 |
msgid "Link Target"
|
1552 |
msgstr ""
|
1553 |
|
@@ -1560,10 +1905,12 @@ msgid "Display post excerpt/summary below the post item?"
|
|
1560 |
msgstr ""
|
1561 |
|
1562 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:141
|
|
|
1563 |
msgid "Display post author info below the post item?"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:147
|
|
|
1567 |
msgid "Display post date info below the post item?"
|
1568 |
msgstr ""
|
1569 |
|
@@ -1606,6 +1953,8 @@ msgstr ""
|
|
1606 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:52
|
1607 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:51
|
1608 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:51
|
|
|
|
|
1609 |
msgid "Image"
|
1610 |
msgstr ""
|
1611 |
|
@@ -1771,7 +2120,7 @@ msgid "The title for the stats bar"
|
|
1771 |
msgstr ""
|
1772 |
|
1773 |
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:15
|
1774 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1775 |
msgid "Tabs"
|
1776 |
msgstr ""
|
1777 |
|
@@ -1779,103 +2128,103 @@ msgstr ""
|
|
1779 |
msgid "Display tabbed content in variety of styles."
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1783 |
msgid "Choose Tab Style"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1787 |
msgid "Tab Style 1"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1791 |
msgid "Tab Style 2"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1795 |
msgid "Tab Style 3"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1799 |
msgid "Tab Style 4"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1803 |
msgid "Tab Style 5"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1807 |
msgid "Tab Style 6"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1811 |
msgid "Vertical Tab Style 1"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1815 |
msgid "Vertical Tab Style 2"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1819 |
msgid "Vertical Tab Style 3"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1823 |
msgid "Vertical Tab Style 4"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1827 |
msgid "Tab highlight color"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1831 |
msgid "Mobile Resolution"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1835 |
msgid ""
|
1836 |
"The resolution to treat as a mobile resolution for invoking responsive tabs."
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1840 |
msgid "Some styles may ignore icons chosen."
|
1841 |
msgstr ""
|
1842 |
|
1843 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1844 |
msgid "Single Tab"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1848 |
msgid "Tab Title"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1852 |
msgid "The title for the tab shown as name for tab navigation."
|
1853 |
msgstr ""
|
1854 |
|
1855 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1856 |
msgid "Tab ID"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1860 |
msgid ""
|
1861 |
"The Tab ID is required to link to a tab. It must be unique across the page, "
|
1862 |
"must begin with a letter and may be followed by any number of letters, "
|
1863 |
"digits, hyphens or underscores."
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1867 |
msgid "Tab Image."
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1871 |
msgid "Tab Icon."
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1875 |
msgid "Tab Content"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1879 |
msgid "The content of the tab."
|
1880 |
msgstr ""
|
1881 |
|
@@ -2066,6 +2415,7 @@ msgstr ""
|
|
2066 |
|
2067 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:56
|
2068 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:56
|
|
|
2069 |
msgid "Text"
|
2070 |
msgstr ""
|
2071 |
|
@@ -2075,6 +2425,8 @@ msgid "What your customer had to say"
|
|
2075 |
msgstr ""
|
2076 |
|
2077 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:69
|
|
|
|
|
2078 |
msgid "Slideshow speed"
|
2079 |
msgstr ""
|
2080 |
|
@@ -2132,7 +2484,924 @@ msgstr ""
|
|
2132 |
msgid "Testimonials per row in Mobile Resolution"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2136 |
msgid "Cheatin’ huh?"
|
2137 |
msgstr ""
|
2138 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Events Calendar Slider\n"
|
4 |
+
"POT-Creation-Date: 2018-06-29 13:10+0530\n"
|
5 |
+
"PO-Revision-Date: 2018-06-29 13:10+0530\n"
|
6 |
"Last-Translator: LiveMesh\n"
|
7 |
"Language-Team: LiveMesh\n"
|
8 |
"Language: en_US\n"
|
61 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:89
|
62 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:104
|
63 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:54
|
64 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:115
|
65 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:115
|
66 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:119
|
67 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:143
|
68 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:64
|
69 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:71
|
70 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:65
|
71 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:100
|
72 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:140
|
73 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:200
|
74 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:197
|
75 |
msgid "Settings"
|
76 |
msgstr ""
|
77 |
|
80 |
msgstr ""
|
81 |
|
82 |
#: admin/views/admin-banner1.php:13 admin/views/admin-banner2.php:13
|
83 |
+
#: includes/class-lsow-setup.php:167
|
84 |
msgid "Livemesh SiteOrigin Widgets"
|
85 |
msgstr ""
|
86 |
|
196 |
"through a dedicated support forum."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: admin/views/documentation.php:1550 admin/views/settings.php:300
|
200 |
msgid "Know More"
|
201 |
msgstr ""
|
202 |
|
315 |
msgid "Server setup information useful for debugging purposes."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: admin/views/settings.php:205
|
319 |
+
msgid "Thanks for upgrading to the Premium Version of the plugin!"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: includes/blocks/block-header.php:114
|
323 |
+
#: includes/blocks/headers/block-header-4.php:18
|
324 |
+
#: includes/blocks/headers/block-header-4.php:22
|
325 |
+
#: includes/blocks/headers/block-header-6.php:16
|
326 |
+
#: includes/gallery/common.php:381 includes/helper-functions.php:190
|
327 |
+
msgid "All"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: includes/blocks/block-header.php:126
|
331 |
+
msgid "More"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: includes/blocks/block.php:207 includes/gallery/common.php:341
|
335 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:175
|
336 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:236
|
337 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:278
|
338 |
+
msgid "Load More"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: includes/blocks/headers/block-header-6.php:21
|
342 |
+
#: includes/gallery/common.php:386 includes/helper-functions.php:195
|
343 |
+
msgid "View all items filed under "
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: includes/blocks/module.php:226 includes/blocks/modules/module-10.php:33
|
347 |
+
#: includes/blocks/modules/module-7.php:28
|
348 |
+
#: includes/blocks/modules/module-8.php:28 includes/helper-functions.php:154
|
349 |
+
msgid "Read more"
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: includes/blocks/module.php:288 includes/helper-functions.php:146
|
353 |
+
msgid "By "
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: includes/blocks/module.php:304 includes/helper-functions.php:136
|
357 |
+
#: includes/helper-functions.php:140
|
358 |
+
msgid "l, F, Y, g:i a"
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
362 |
+
msgid "No Comments"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
366 |
+
#, php-format
|
367 |
+
msgid "%1$s Comment"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
371 |
+
#, php-format
|
372 |
+
msgid "%1$s Comments"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: includes/blocks/module.php:342 includes/blocks/module.php:344
|
376 |
+
#: includes/blocks/module.php:346
|
377 |
+
#, php-format
|
378 |
+
msgid "Comment on %1$s"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: includes/class-lsow-setup.php:38
|
382 |
msgid "Top Padding (Deprecated)"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: includes/class-lsow-setup.php:41
|
386 |
msgid ""
|
387 |
"Top Padding for the row. Deprecated - use native padding attributes above."
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: includes/class-lsow-setup.php:46
|
391 |
msgid "Bottom Padding (Deprecated)"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: includes/class-lsow-setup.php:49
|
395 |
msgid ""
|
396 |
"Bottom Padding for the row. Deprecated - use native padding attributes above."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: includes/class-lsow-setup.php:54
|
400 |
msgid "Top Padding in Tablet resolution (Deprecated)"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: includes/class-lsow-setup.php:57
|
404 |
msgid ""
|
405 |
"Top Padding for the row in tablet resolutions. Deprecated - use native "
|
406 |
"padding attributes above."
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: includes/class-lsow-setup.php:62
|
410 |
msgid "Bottom Padding in Tablet resolution (Deprecated)"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: includes/class-lsow-setup.php:65
|
414 |
msgid ""
|
415 |
"Bottom Padding for the row in tablet resolutions. Deprecated - use native "
|
416 |
"padding attributes above."
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: includes/class-lsow-setup.php:70
|
420 |
msgid "Top Padding in Mobile resolution (Deprecated)"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: includes/class-lsow-setup.php:73
|
424 |
msgid ""
|
425 |
"Top Padding for the row in mobile resolutions. Deprecated - use native "
|
426 |
"padding attributes above."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: includes/class-lsow-setup.php:78
|
430 |
msgid "Bottom Padding in Mobile resolution (Deprecated)"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: includes/class-lsow-setup.php:81
|
434 |
msgid ""
|
435 |
"Bottom Padding for the row in mobile resolutions. Deprecated - use native "
|
436 |
"padding attributes above."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: includes/class-lsow-setup.php:88
|
440 |
msgid "Dark Background?"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: includes/class-lsow-setup.php:91
|
444 |
msgid ""
|
445 |
"Indicate if this row has a dark background color. Dark color scheme will be "
|
446 |
"applied for all widgets in this row."
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: includes/gallery/common.php:31
|
450 |
+
msgid "Masonry Width"
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#: includes/gallery/common.php:35
|
454 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:105
|
455 |
+
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:155
|
456 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:133
|
457 |
+
msgid "Default"
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#: includes/gallery/common.php:36
|
461 |
+
msgid "Wide"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: includes/gallery/common.php:39
|
465 |
+
msgid "Width of the image in masonry gallery grid"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: includes/helper-functions.php:140
|
469 |
msgid "Y"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: includes/helper-functions.php:140
|
473 |
msgid "m"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: includes/helper-functions.php:140
|
477 |
msgid "d"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: includes/helper-functions.php:482 includes/helper-functions.php:529
|
481 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:57
|
482 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:163
|
483 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:81
|
484 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:173
|
485 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:233
|
486 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:275
|
487 |
+
msgid "None"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: includes/helper-functions.php:483
|
491 |
+
msgid "Bounce"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: includes/helper-functions.php:484
|
495 |
+
msgid "Flash"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: includes/helper-functions.php:485
|
499 |
+
msgid "Pulse"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: includes/helper-functions.php:486
|
503 |
+
msgid "Swing"
|
504 |
+
msgstr ""
|
505 |
+
|
506 |
+
#: includes/helper-functions.php:487
|
507 |
+
msgid "Shake"
|
508 |
+
msgstr ""
|
509 |
+
|
510 |
+
#: includes/helper-functions.php:488
|
511 |
+
msgid "Tada"
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: includes/helper-functions.php:489
|
515 |
+
msgid "Wobble"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: includes/helper-functions.php:490
|
519 |
+
msgid "Jello"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: includes/helper-functions.php:491
|
523 |
+
msgid "Rubber Band"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: includes/helper-functions.php:492
|
527 |
+
msgid "Bounce In"
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
+
#: includes/helper-functions.php:493
|
531 |
+
msgid "Bounce In Left"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: includes/helper-functions.php:494
|
535 |
+
msgid "Bounce In Right"
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: includes/helper-functions.php:495
|
539 |
+
msgid "Bounce In Down"
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: includes/helper-functions.php:496
|
543 |
+
msgid "Bounce In Up"
|
544 |
+
msgstr ""
|
545 |
+
|
546 |
+
#: includes/helper-functions.php:497 includes/helper-functions.php:530
|
547 |
msgid "Fade In"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: includes/helper-functions.php:498 includes/helper-functions.php:531
|
551 |
msgid "Fade In Left"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: includes/helper-functions.php:499
|
555 |
+
msgid "Fade In Left Big"
|
556 |
+
msgstr ""
|
557 |
+
|
558 |
+
#: includes/helper-functions.php:500 includes/helper-functions.php:532
|
559 |
msgid "Fade In Right"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: includes/helper-functions.php:501
|
563 |
+
msgid "Fade In Right Big"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: includes/helper-functions.php:502
|
567 |
+
msgid "Fade In Up"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: includes/helper-functions.php:503
|
571 |
+
msgid "Fade In Up Big"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: includes/helper-functions.php:504
|
575 |
+
msgid "Fade In Down"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: includes/helper-functions.php:505
|
579 |
+
msgid "Fade In Down Big"
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: includes/helper-functions.php:506
|
583 |
+
msgid "Flip"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: includes/helper-functions.php:507
|
587 |
+
msgid "Flip In X"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: includes/helper-functions.php:508
|
591 |
+
msgid "Flip In Y"
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: includes/helper-functions.php:509
|
595 |
+
msgid "Light Speed In"
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: includes/helper-functions.php:510
|
599 |
+
msgid "Rotate In"
|
600 |
+
msgstr ""
|
601 |
+
|
602 |
+
#: includes/helper-functions.php:511
|
603 |
+
msgid "Rotate In Up Left"
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: includes/helper-functions.php:512
|
607 |
+
msgid "Rotate In Up Right"
|
608 |
+
msgstr ""
|
609 |
+
|
610 |
+
#: includes/helper-functions.php:513
|
611 |
+
msgid "Rotate In Down Left"
|
612 |
+
msgstr ""
|
613 |
+
|
614 |
+
#: includes/helper-functions.php:514
|
615 |
+
msgid "Rotate In Down Right"
|
616 |
+
msgstr ""
|
617 |
+
|
618 |
+
#: includes/helper-functions.php:515
|
619 |
+
msgid "Slide In Left"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: includes/helper-functions.php:516
|
623 |
+
msgid "Slide In Right"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: includes/helper-functions.php:517
|
627 |
+
msgid "Slide In Down"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: includes/helper-functions.php:518
|
631 |
+
msgid "Slide In Up"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: includes/helper-functions.php:519
|
635 |
+
msgid "Zoom In"
|
636 |
+
msgstr ""
|
637 |
+
|
638 |
+
#: includes/helper-functions.php:520
|
639 |
+
msgid "Zoom In Left"
|
640 |
+
msgstr ""
|
641 |
+
|
642 |
+
#: includes/helper-functions.php:521
|
643 |
+
msgid "Zoom In Right"
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: includes/helper-functions.php:522
|
647 |
+
msgid "Zoom In Down"
|
648 |
+
msgstr ""
|
649 |
+
|
650 |
+
#: includes/helper-functions.php:523
|
651 |
+
msgid "Zoom In Up"
|
652 |
+
msgstr ""
|
653 |
+
|
654 |
+
#: includes/helper-functions.php:524
|
655 |
+
msgid "Roll In"
|
656 |
+
msgstr ""
|
657 |
+
|
658 |
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:15
|
659 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:57
|
660 |
msgid "Accordion"
|
661 |
msgstr ""
|
662 |
|
676 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:55
|
677 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:25
|
678 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:25
|
679 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:91
|
680 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:79
|
681 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:25
|
682 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:96
|
687 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:25
|
688 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:25
|
689 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:25
|
690 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:27
|
691 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:27
|
692 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:27
|
693 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:28
|
694 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:25
|
695 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:128
|
696 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:118
|
697 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:25
|
698 |
msgid "Title"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:30
|
702 |
msgid "Choose Accordion Style"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:37
|
706 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:38
|
707 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:37
|
708 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:37
|
709 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:60
|
710 |
msgid "Style 1"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:38
|
714 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:39
|
715 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:38
|
716 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:38
|
717 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:61
|
718 |
msgid "Style 2"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:39
|
722 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:40
|
723 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:39
|
724 |
msgid "Style 3"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:45
|
728 |
msgid "Allow to function like toggle?"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:46
|
732 |
msgid "Check if multiple elements can be open at the same time."
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:51
|
736 |
msgid "Start expanded?"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:52
|
740 |
msgid ""
|
741 |
"Check if you need all elements to be expanded initially. Works only if "
|
742 |
"toggle flag above is checked and hence multiple accordion elements can be "
|
743 |
"open at the same time."
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:58
|
747 |
msgid "Panel"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:67
|
751 |
msgid "Panel Title"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:68
|
755 |
msgid "The title for the panel."
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:73
|
759 |
msgid "Panel ID"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:74
|
763 |
msgid ""
|
764 |
"The Panel ID is required to link to a panel. It must be unique across the "
|
765 |
"page, must begin with a letter and may be followed by any number of letters, "
|
766 |
"digits, hyphens or underscores."
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:80
|
770 |
msgid "Panel Content"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:81
|
774 |
msgid "The collapsible content of the panel in the accordion."
|
775 |
msgstr ""
|
776 |
|
812 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:30
|
813 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:58
|
814 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:47
|
815 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:69
|
816 |
msgid "Choose Icon Type"
|
817 |
msgstr ""
|
818 |
|
822 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:65
|
823 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:104
|
824 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:54
|
825 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:82
|
826 |
msgid "Icon"
|
827 |
msgstr ""
|
828 |
|
830 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:38
|
831 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:66
|
832 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:55
|
833 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:83
|
834 |
msgid "Icon Image"
|
835 |
msgstr ""
|
836 |
|
847 |
msgstr ""
|
848 |
|
849 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:90
|
850 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:30
|
851 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:37
|
852 |
msgid "Class"
|
853 |
msgstr ""
|
854 |
|
861 |
msgstr ""
|
862 |
|
863 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:102
|
864 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:130
|
865 |
msgid "The color of the button."
|
866 |
msgstr ""
|
867 |
|
868 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:103
|
869 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:131
|
870 |
msgid "Color"
|
871 |
msgstr ""
|
872 |
|
|
|
|
|
|
|
|
|
|
|
873 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:106
|
874 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:38
|
875 |
msgid "Custom"
|
876 |
msgstr ""
|
877 |
|
878 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:107
|
879 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:134
|
880 |
msgid "Black"
|
881 |
msgstr ""
|
882 |
|
883 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:108
|
884 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:135
|
885 |
msgid "Blue"
|
886 |
msgstr ""
|
887 |
|
888 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:109
|
889 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:136
|
890 |
msgid "Cyan"
|
891 |
msgstr ""
|
892 |
|
893 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:110
|
894 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:137
|
895 |
msgid "Green"
|
896 |
msgstr ""
|
897 |
|
898 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:111
|
899 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:138
|
900 |
msgid "Orange"
|
901 |
msgstr ""
|
902 |
|
903 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:112
|
904 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:139
|
905 |
msgid "Pink"
|
906 |
msgstr ""
|
907 |
|
908 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:113
|
909 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:140
|
910 |
msgid "Red"
|
911 |
msgstr ""
|
912 |
|
913 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:114
|
914 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:141
|
915 |
msgid "Teal"
|
916 |
msgstr ""
|
917 |
|
918 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:115
|
919 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:142
|
920 |
msgid "Transparent"
|
921 |
msgstr ""
|
922 |
|
923 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:116
|
924 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:143
|
925 |
msgid "Semi Transparent"
|
926 |
msgstr ""
|
927 |
|
942 |
msgstr ""
|
943 |
|
944 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:140
|
945 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:149
|
946 |
msgid "Button Size"
|
947 |
msgstr ""
|
948 |
|
949 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:142
|
950 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:157
|
951 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:151
|
952 |
msgid "Medium"
|
953 |
msgstr ""
|
954 |
|
955 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:143
|
956 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:158
|
957 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:152
|
958 |
msgid "Large"
|
959 |
msgstr ""
|
960 |
|
961 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:144
|
962 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:156
|
963 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:153
|
964 |
msgid "Small"
|
965 |
msgstr ""
|
966 |
|
967 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:150
|
968 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:158
|
969 |
msgid "Display rounded button?"
|
970 |
msgstr ""
|
971 |
|
985 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:164
|
986 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:48
|
987 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:134
|
988 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:49
|
989 |
msgid "Center"
|
990 |
msgstr ""
|
991 |
|
992 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:165
|
993 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:49
|
994 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:132
|
995 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:47
|
996 |
msgid "Left"
|
997 |
msgstr ""
|
998 |
|
999 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:166
|
1000 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:50
|
1001 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:133
|
1002 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:48
|
1003 |
msgid "Right"
|
1004 |
msgstr ""
|
1005 |
|
1010 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:109
|
1011 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:133
|
1012 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:62
|
1013 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:55
|
1014 |
msgid "Choose Animation Type"
|
1015 |
msgstr ""
|
1016 |
|
1034 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:54
|
1035 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:39
|
1036 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:39
|
1037 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:77
|
1038 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:52
|
1039 |
msgid "Name"
|
1040 |
msgstr ""
|
1041 |
|
1044 |
msgstr ""
|
1045 |
|
1046 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:48
|
1047 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:58
|
1048 |
msgid "HTML element"
|
1049 |
msgstr ""
|
1050 |
|
1065 |
|
1066 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:69
|
1067 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:165
|
1068 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:127
|
1069 |
msgid "Carousel Settings"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:74
|
1073 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:170
|
1074 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:154
|
1075 |
msgid "Prev/Next Arrows?"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:80
|
1079 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:176
|
1080 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:160
|
1081 |
msgid "Show dot indicators for navigation?"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:85
|
1085 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:181
|
1086 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:165
|
1087 |
msgid "Autoplay?"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:86
|
1091 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:182
|
1092 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:166
|
1093 |
msgid "Should the carousel autoplay as in a slideshow."
|
1094 |
msgstr ""
|
1095 |
|
1096 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:93
|
1097 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:189
|
1098 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:173
|
1099 |
msgid "Autoplay speed in ms"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:100
|
1103 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:196
|
1104 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:180
|
1105 |
msgid "Autoplay animation speed in ms"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:106
|
1109 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:202
|
1110 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:186
|
1111 |
msgid "Pause on mouse hover?"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:112
|
1115 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:146
|
1116 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:181
|
1117 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:201
|
1118 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:208
|
1119 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:242
|
1120 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:277
|
1121 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:192
|
1122 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:226
|
1123 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:261
|
1124 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:403
|
1125 |
msgid "Columns per row"
|
1126 |
msgstr ""
|
1127 |
|
1131 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:217
|
1132 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:250
|
1133 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:285
|
1134 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:201
|
1135 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:234
|
1136 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:269
|
1137 |
msgid "Columns to scroll"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:130
|
1141 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:162
|
1142 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:197
|
1143 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:228
|
1144 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:245
|
1145 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:266
|
1146 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:226
|
1147 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:258
|
1148 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:293
|
1149 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:210
|
1150 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:242
|
1151 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:277
|
1152 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:262
|
1153 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:279
|
1154 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:300
|
1155 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:430
|
1156 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:447
|
1157 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:468
|
1158 |
msgid "Gutter"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:131
|
1162 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:163
|
1163 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:198
|
1164 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:246
|
1165 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:267
|
1166 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:227
|
1167 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:259
|
1168 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:294
|
1169 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:211
|
1170 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:243
|
1171 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:278
|
1172 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:280
|
1173 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:301
|
1174 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:448
|
1175 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:469
|
1176 |
msgid "Space between columns."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:137
|
1180 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:265
|
1181 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:235
|
1182 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:233
|
1183 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:217
|
1184 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:269
|
1185 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:437
|
1186 |
msgid "Responsive"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:142
|
1190 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:270
|
1191 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:240
|
1192 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:238
|
1193 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:222
|
1194 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:274
|
1195 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:442
|
1196 |
msgid "Tablet"
|
1197 |
msgstr ""
|
1198 |
|
1200 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:203
|
1201 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:286
|
1202 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:311
|
1203 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:252
|
1204 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:273
|
1205 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:264
|
1206 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:299
|
1207 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:248
|
1208 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:283
|
1209 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:286
|
1210 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:307
|
1211 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:454
|
1212 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:475
|
1213 |
msgid "Resolution"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:169
|
1217 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:287
|
1218 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:253
|
1219 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:265
|
1220 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:249
|
1221 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:287
|
1222 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:455
|
1223 |
msgid "The resolution to treat as a tablet resolution."
|
1224 |
msgstr ""
|
1225 |
|
1226 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:177
|
1227 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:295
|
1228 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:261
|
1229 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:273
|
1230 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:257
|
1231 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:295
|
1232 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:463
|
1233 |
msgid "Mobile Phone"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:204
|
1237 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:312
|
1238 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:274
|
1239 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:300
|
1240 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:284
|
1241 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:308
|
1242 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:476
|
1243 |
msgid "The resolution to treat as a mobile resolution."
|
1244 |
msgstr ""
|
1245 |
|
1386 |
msgstr ""
|
1387 |
|
1388 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:91
|
1389 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:114
|
1390 |
msgid "Button text"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:96
|
1394 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:122
|
1395 |
msgid "Button URL"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:101
|
1399 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:126
|
1400 |
msgid "Open URL in a new window"
|
1401 |
msgstr ""
|
1402 |
|
1428 |
msgstr ""
|
1429 |
|
1430 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:128
|
1431 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:59
|
1432 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:64
|
1433 |
msgid "YouTube Video"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:129
|
1437 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:61
|
1438 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:66
|
1439 |
msgid "HTML5 Video"
|
1440 |
msgstr ""
|
1441 |
|
1581 |
msgstr ""
|
1582 |
|
1583 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:129
|
1584 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:44
|
1585 |
msgid "Alignment"
|
1586 |
msgstr ""
|
1587 |
|
1712 |
msgid "Piecharts per row in Mobile Resolution"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:18
|
1716 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:18
|
1717 |
msgid "Posts Grid"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:20
|
1721 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:20
|
1722 |
msgid ""
|
1723 |
"Showcase your work or posts or any custom post types with a filterable "
|
1724 |
"portfolio layout. Make sure that Portfolio Post Type plugin is activated"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:96
|
1728 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:34
|
1729 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:39
|
1730 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:139
|
1731 |
msgid "Heading for the grid"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:101
|
1735 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:84
|
1736 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:186
|
1737 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:183
|
1738 |
msgid "Posts query"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:102
|
1742 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:187
|
1743 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:184
|
1744 |
msgid ""
|
1745 |
"After you build the query, make sure you choose the right taxonomy below to "
|
1746 |
"display for your posts and filter on, based on the post type selected during "
|
1747 |
"build query."
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:107
|
1751 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:192
|
1752 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:189
|
1753 |
msgid "Choose the taxonomy to display and filter on."
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:108
|
1757 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:193
|
1758 |
msgid ""
|
1759 |
"Choose the taxonomy information to display for posts/portfolio and the "
|
1760 |
"taxonomy that is used to filter the portfolio/post. Takes effect only if no "
|
1761 |
"taxonomy filters are specified when building query."
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:120
|
1765 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:145
|
1766 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:205
|
1767 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:254
|
1768 |
msgid "Filterable?"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:126
|
1772 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:151
|
1773 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:211
|
1774 |
msgid "Choose a layout for the grid"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:133
|
1778 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:158
|
1779 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:218
|
1780 |
msgid "Fit Rows"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:134
|
1784 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:159
|
1785 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:219
|
1786 |
msgid "Masonry"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:140
|
1790 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:252
|
1791 |
msgid "Link the image to the post/portfolio?"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:146
|
1795 |
msgid "Post Link Target"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:149
|
1799 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:117
|
1800 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:147
|
1801 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:237
|
1802 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:185
|
1803 |
msgid "Same Window"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:150
|
1807 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:118
|
1808 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:148
|
1809 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:238
|
1810 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:186
|
1811 |
msgid "New Window"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:156
|
1815 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:108
|
1816 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:188
|
1817 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:44
|
1818 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:138
|
1819 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:228
|
1820 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:176
|
1821 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:264
|
1822 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:306
|
1823 |
msgid "Image Size"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:162
|
1827 |
msgid "Display project title for the post/portfolio?"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:168
|
1831 |
msgid "Display project excerpt/summary for the post/portfolio?"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:174
|
1835 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:136
|
1836 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:354
|
1837 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:347
|
1838 |
msgid "Post Meta"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:179
|
1842 |
msgid "Display post author info for the post item?"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:185
|
1846 |
msgid "Display post date info for the post item?"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:191
|
1850 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:370
|
1851 |
msgid "Display taxonomy info for the post item?"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:210
|
1855 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:412
|
1856 |
msgid "Columns per row in Tablet Resolution"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:219
|
1860 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:421
|
1861 |
msgid "Columns per row in Mobile Resolution"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:229
|
1865 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:263
|
1866 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:431
|
1867 |
msgid "Space between columns in masonry grid."
|
1868 |
msgstr ""
|
1869 |
|
1890 |
msgstr ""
|
1891 |
|
1892 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:114
|
1893 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:144
|
1894 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:234
|
1895 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:182
|
1896 |
msgid "Link Target"
|
1897 |
msgstr ""
|
1898 |
|
1905 |
msgstr ""
|
1906 |
|
1907 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:141
|
1908 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:352
|
1909 |
msgid "Display post author info below the post item?"
|
1910 |
msgstr ""
|
1911 |
|
1912 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:147
|
1913 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:358
|
1914 |
msgid "Display post date info below the post item?"
|
1915 |
msgstr ""
|
1916 |
|
1953 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:52
|
1954 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:51
|
1955 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:51
|
1956 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:58
|
1957 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:63
|
1958 |
msgid "Image"
|
1959 |
msgstr ""
|
1960 |
|
2120 |
msgstr ""
|
2121 |
|
2122 |
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:15
|
2123 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:89
|
2124 |
msgid "Tabs"
|
2125 |
msgstr ""
|
2126 |
|
2128 |
msgid "Display tabbed content in variety of styles."
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:30
|
2132 |
msgid "Choose Tab Style"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:37
|
2136 |
msgid "Tab Style 1"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:38
|
2140 |
msgid "Tab Style 2"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:39
|
2144 |
msgid "Tab Style 3"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:40
|
2148 |
msgid "Tab Style 4"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:41
|
2152 |
msgid "Tab Style 5"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:42
|
2156 |
msgid "Tab Style 6"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:43
|
2160 |
msgid "Vertical Tab Style 1"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:44
|
2164 |
msgid "Vertical Tab Style 2"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:45
|
2168 |
msgid "Vertical Tab Style 3"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:46
|
2172 |
msgid "Vertical Tab Style 4"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:52
|
2176 |
msgid "Tab highlight color"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:62
|
2180 |
msgid "Mobile Resolution"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:63
|
2184 |
msgid ""
|
2185 |
"The resolution to treat as a mobile resolution for invoking responsive tabs."
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:70
|
2189 |
msgid "Some styles may ignore icons chosen."
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:90
|
2193 |
msgid "Single Tab"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:100
|
2197 |
msgid "Tab Title"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:101
|
2201 |
msgid "The title for the tab shown as name for tab navigation."
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:106
|
2205 |
msgid "Tab ID"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:107
|
2209 |
msgid ""
|
2210 |
"The Tab ID is required to link to a tab. It must be unique across the page, "
|
2211 |
"must begin with a letter and may be followed by any number of letters, "
|
2212 |
"digits, hyphens or underscores."
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:112
|
2216 |
msgid "Tab Image."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:122
|
2220 |
msgid "Tab Icon."
|
2221 |
msgstr ""
|
2222 |
|
2223 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:132
|
2224 |
msgid "Tab Content"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:133
|
2228 |
msgid "The content of the tab."
|
2229 |
msgstr ""
|
2230 |
|
2415 |
|
2416 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:56
|
2417 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:56
|
2418 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:94
|
2419 |
msgid "Text"
|
2420 |
msgstr ""
|
2421 |
|
2425 |
msgstr ""
|
2426 |
|
2427 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:69
|
2428 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:290
|
2429 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:134
|
2430 |
msgid "Slideshow speed"
|
2431 |
msgstr ""
|
2432 |
|
2484 |
msgid "Testimonials per row in Mobile Resolution"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:17
|
2488 |
+
msgid "Countdown"
|
2489 |
+
msgstr ""
|
2490 |
+
|
2491 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:19
|
2492 |
+
msgid "Display a countdown timer for an end date."
|
2493 |
+
msgstr ""
|
2494 |
+
|
2495 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:32
|
2496 |
+
msgid "Countdown Label"
|
2497 |
+
msgstr ""
|
2498 |
+
|
2499 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:33
|
2500 |
+
msgid "The label for the countdown."
|
2501 |
+
msgstr ""
|
2502 |
+
|
2503 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:38
|
2504 |
+
msgid "End date"
|
2505 |
+
msgstr ""
|
2506 |
+
|
2507 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:39
|
2508 |
+
msgid "The end date for the countdown."
|
2509 |
+
msgstr ""
|
2510 |
+
|
2511 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:17
|
2512 |
+
msgid "FAQ"
|
2513 |
+
msgstr ""
|
2514 |
+
|
2515 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:19
|
2516 |
+
msgid "Create FAQ to display in a multi-column grid."
|
2517 |
+
msgstr ""
|
2518 |
+
|
2519 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:32
|
2520 |
+
msgid "Frequently Asked Questions"
|
2521 |
+
msgstr ""
|
2522 |
+
|
2523 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:33
|
2524 |
+
msgid "FAQ Item"
|
2525 |
+
msgstr ""
|
2526 |
+
|
2527 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:43
|
2528 |
+
msgid "Question"
|
2529 |
+
msgstr ""
|
2530 |
+
|
2531 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:44
|
2532 |
+
msgid "The question for the FAQ item."
|
2533 |
+
msgstr ""
|
2534 |
+
|
2535 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:49
|
2536 |
+
msgid "Answer"
|
2537 |
+
msgstr ""
|
2538 |
+
|
2539 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:50
|
2540 |
+
msgid "The HTML content as answer for the FAQ item."
|
2541 |
+
msgstr ""
|
2542 |
+
|
2543 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:70
|
2544 |
+
msgid "FAQ Items per row"
|
2545 |
+
msgstr ""
|
2546 |
+
|
2547 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:78
|
2548 |
+
msgid "FAQ Items per row in Tablet Resolution"
|
2549 |
+
msgstr ""
|
2550 |
+
|
2551 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:86
|
2552 |
+
msgid "FAQ Items per row in Mobile Resolution"
|
2553 |
+
msgstr ""
|
2554 |
+
|
2555 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:16
|
2556 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:56
|
2557 |
+
msgid "Features"
|
2558 |
+
msgstr ""
|
2559 |
+
|
2560 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:18
|
2561 |
+
msgid "Display product features or services offered."
|
2562 |
+
msgstr ""
|
2563 |
+
|
2564 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:32
|
2565 |
+
msgid "Features Container ID"
|
2566 |
+
msgstr ""
|
2567 |
+
|
2568 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:33
|
2569 |
+
msgid "The CSS ID for the features container DIV element."
|
2570 |
+
msgstr ""
|
2571 |
+
|
2572 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:38
|
2573 |
+
msgid "Features Container Class"
|
2574 |
+
msgstr ""
|
2575 |
+
|
2576 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:39
|
2577 |
+
msgid "The CSS class for the features container DIV element."
|
2578 |
+
msgstr ""
|
2579 |
+
|
2580 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:50
|
2581 |
+
msgid "Apply tiled design?"
|
2582 |
+
msgstr ""
|
2583 |
+
|
2584 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:57
|
2585 |
+
msgid "Feature"
|
2586 |
+
msgstr ""
|
2587 |
+
|
2588 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:67
|
2589 |
+
msgid "Feature Class"
|
2590 |
+
msgstr ""
|
2591 |
+
|
2592 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:68
|
2593 |
+
msgid "The CSS class for the feature DIV element."
|
2594 |
+
msgstr ""
|
2595 |
+
|
2596 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:73
|
2597 |
+
msgid "Feature Title"
|
2598 |
+
msgstr ""
|
2599 |
+
|
2600 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:74
|
2601 |
+
msgid "The title for the feature."
|
2602 |
+
msgstr ""
|
2603 |
+
|
2604 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:79
|
2605 |
+
msgid "Feature Subtitle"
|
2606 |
+
msgstr ""
|
2607 |
+
|
2608 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:80
|
2609 |
+
msgid "The subtitle for the feature."
|
2610 |
+
msgstr ""
|
2611 |
+
|
2612 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:86
|
2613 |
+
msgid "Feature Image."
|
2614 |
+
msgstr ""
|
2615 |
+
|
2616 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:87
|
2617 |
+
msgid ""
|
2618 |
+
"An icon image or a bitmap which best represents the feature we are capturing"
|
2619 |
+
msgstr ""
|
2620 |
+
|
2621 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:93
|
2622 |
+
msgid "The feature content."
|
2623 |
+
msgstr ""
|
2624 |
+
|
2625 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:95
|
2626 |
+
msgid "Feature content goes here."
|
2627 |
+
msgstr ""
|
2628 |
+
|
2629 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:105
|
2630 |
+
msgid "Choose Animation for Feature Image"
|
2631 |
+
msgstr ""
|
2632 |
+
|
2633 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:112
|
2634 |
+
msgid "Choose Animation for Feature Text"
|
2635 |
+
msgstr ""
|
2636 |
+
|
2637 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:18
|
2638 |
+
msgid "Gallery Carousel"
|
2639 |
+
msgstr ""
|
2640 |
+
|
2641 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:20
|
2642 |
+
msgid "Display images or videos in a responsive carousel."
|
2643 |
+
msgstr ""
|
2644 |
+
|
2645 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:33
|
2646 |
+
msgid "Gallery Carousel Class/Identifier"
|
2647 |
+
msgstr ""
|
2648 |
+
|
2649 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:34
|
2650 |
+
msgid ""
|
2651 |
+
"Specify an unique identifier used as a custom CSS class name and lightbox "
|
2652 |
+
"group name/slug for the gallery carousel element."
|
2653 |
+
msgstr ""
|
2654 |
+
|
2655 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:39
|
2656 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:44
|
2657 |
+
msgid "Gallery Items"
|
2658 |
+
msgstr ""
|
2659 |
+
|
2660 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:40
|
2661 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:45
|
2662 |
+
msgid "Gallery Item"
|
2663 |
+
msgstr ""
|
2664 |
+
|
2665 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:50
|
2666 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:55
|
2667 |
+
msgid "Item Type"
|
2668 |
+
msgstr ""
|
2669 |
+
|
2670 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:51
|
2671 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:56
|
2672 |
+
msgid ""
|
2673 |
+
"Specify the item type - if this is an image or represents a YouTube/Vimeo/"
|
2674 |
+
"HTML5 video."
|
2675 |
+
msgstr ""
|
2676 |
+
|
2677 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:60
|
2678 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:65
|
2679 |
+
msgid "Vimeo Video"
|
2680 |
+
msgstr ""
|
2681 |
+
|
2682 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:66
|
2683 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:71
|
2684 |
+
msgid "Item Label"
|
2685 |
+
msgstr ""
|
2686 |
+
|
2687 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:67
|
2688 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:72
|
2689 |
+
msgid "The label or name for the gallery item."
|
2690 |
+
msgstr ""
|
2691 |
+
|
2692 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:71
|
2693 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:76
|
2694 |
+
msgid "Gallery Image"
|
2695 |
+
msgstr ""
|
2696 |
+
|
2697 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:73
|
2698 |
+
msgid ""
|
2699 |
+
"The image for the gallery item. If item type chosen is YouTube or Vimeo or "
|
2700 |
+
"MP4/WebM video, the image will be used as a placeholder image for video."
|
2701 |
+
msgstr ""
|
2702 |
+
|
2703 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:77
|
2704 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:82
|
2705 |
+
msgid "Item Tag(s)"
|
2706 |
+
msgstr ""
|
2707 |
+
|
2708 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:78
|
2709 |
+
msgid "One or more comma separated tags for the gallery item."
|
2710 |
+
msgstr ""
|
2711 |
+
|
2712 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:82
|
2713 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:87
|
2714 |
+
msgid "Page URL"
|
2715 |
+
msgstr ""
|
2716 |
+
|
2717 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:83
|
2718 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:88
|
2719 |
+
msgid ""
|
2720 |
+
"The URL of the page to which the image gallery item points to (optional)."
|
2721 |
+
msgstr ""
|
2722 |
+
|
2723 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:91
|
2724 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:96
|
2725 |
+
msgid "Video URL"
|
2726 |
+
msgstr ""
|
2727 |
+
|
2728 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:92
|
2729 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:97
|
2730 |
+
msgid "The URL of the YouTube or Vimeo video."
|
2731 |
+
msgstr ""
|
2732 |
+
|
2733 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:100
|
2734 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:105
|
2735 |
+
msgid "MP4 Video URL"
|
2736 |
+
msgstr ""
|
2737 |
+
|
2738 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:101
|
2739 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:106
|
2740 |
+
msgid "The URL of the MP4 video."
|
2741 |
+
msgstr ""
|
2742 |
+
|
2743 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:109
|
2744 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:114
|
2745 |
+
msgid "WebM Video URL"
|
2746 |
+
msgstr ""
|
2747 |
+
|
2748 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:110
|
2749 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:115
|
2750 |
+
msgid "The URL of the WebM video."
|
2751 |
+
msgstr ""
|
2752 |
+
|
2753 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:118
|
2754 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:132
|
2755 |
+
msgid "Item description"
|
2756 |
+
msgstr ""
|
2757 |
+
|
2758 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:119
|
2759 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:133
|
2760 |
+
msgid ""
|
2761 |
+
"Short description for the gallery item displayed in the lightbox gallery."
|
2762 |
+
"(optional)"
|
2763 |
+
msgstr ""
|
2764 |
+
|
2765 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:132
|
2766 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:244
|
2767 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:270
|
2768 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:312
|
2769 |
+
msgid "Enable Lightbox Gallery?"
|
2770 |
+
msgstr ""
|
2771 |
+
|
2772 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:18
|
2773 |
+
msgid "Gallery"
|
2774 |
+
msgstr ""
|
2775 |
+
|
2776 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:20
|
2777 |
+
msgid "Display images or videos in a multi-column grid"
|
2778 |
+
msgstr ""
|
2779 |
+
|
2780 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:28
|
2781 |
+
msgid "Gallery Class/Identifier"
|
2782 |
+
msgstr ""
|
2783 |
+
|
2784 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:29
|
2785 |
+
msgid ""
|
2786 |
+
"Specify an unique identifier used as a custom CSS class name and lightbox "
|
2787 |
+
"group name/slug for the gallery element."
|
2788 |
+
msgstr ""
|
2789 |
+
|
2790 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:78
|
2791 |
+
msgid ""
|
2792 |
+
"The image for the gallery item. If item type chosen is YouTube or Vimeo "
|
2793 |
+
"video or MP4/WebM video, the image will be used as a placeholder image for "
|
2794 |
+
"video."
|
2795 |
+
msgstr ""
|
2796 |
+
|
2797 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:83
|
2798 |
+
msgid ""
|
2799 |
+
"One or more comma separated tags for the gallery item. Useful when items are "
|
2800 |
+
"made filterable."
|
2801 |
+
msgstr ""
|
2802 |
+
|
2803 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:123
|
2804 |
+
msgid "Display video inline?"
|
2805 |
+
msgstr ""
|
2806 |
+
|
2807 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:165
|
2808 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:225
|
2809 |
+
msgid "Pagination"
|
2810 |
+
msgstr ""
|
2811 |
+
|
2812 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:166
|
2813 |
+
msgid ""
|
2814 |
+
"Choose pagination type or choose None if no pagination is desired. Make sure "
|
2815 |
+
"you enter the items per page value in the option 'Number of items to be "
|
2816 |
+
"displayed per page and on each load more invocation' field below to control "
|
2817 |
+
"number of items to display per page."
|
2818 |
+
msgstr ""
|
2819 |
+
|
2820 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:174
|
2821 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:235
|
2822 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:277
|
2823 |
+
msgid "Paged"
|
2824 |
+
msgstr ""
|
2825 |
+
|
2826 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:181
|
2827 |
+
msgid "Display count of items yet to be loaded with the load more button?"
|
2828 |
+
msgstr ""
|
2829 |
+
|
2830 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:191
|
2831 |
+
msgid ""
|
2832 |
+
"Number of items to be displayed per page and on each load more invocation."
|
2833 |
+
msgstr ""
|
2834 |
+
|
2835 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:201
|
2836 |
+
msgid "Gallery Items per row"
|
2837 |
+
msgstr ""
|
2838 |
+
|
2839 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:210
|
2840 |
+
msgid "Gallery Items per row in Tablet Resolution"
|
2841 |
+
msgstr ""
|
2842 |
+
|
2843 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:219
|
2844 |
+
msgid "Gallery Items per row in Mobile Resolution"
|
2845 |
+
msgstr ""
|
2846 |
+
|
2847 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:250
|
2848 |
+
msgid "Display Item Title?"
|
2849 |
+
msgstr ""
|
2850 |
+
|
2851 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:256
|
2852 |
+
msgid "Display Item Tags?"
|
2853 |
+
msgstr ""
|
2854 |
+
|
2855 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:15
|
2856 |
+
msgid "Image Slider"
|
2857 |
+
msgstr ""
|
2858 |
+
|
2859 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:17
|
2860 |
+
msgid "Create a responsive image slider."
|
2861 |
+
msgstr ""
|
2862 |
+
|
2863 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:29
|
2864 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:36
|
2865 |
+
msgid "Set a unique CSS class for the slider. (optional)."
|
2866 |
+
msgstr ""
|
2867 |
+
|
2868 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:35
|
2869 |
+
msgid "Select slider type."
|
2870 |
+
msgstr ""
|
2871 |
+
|
2872 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:36
|
2873 |
+
msgid "Slider Type"
|
2874 |
+
msgstr ""
|
2875 |
+
|
2876 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:38
|
2877 |
+
msgid "Flex Slider"
|
2878 |
+
msgstr ""
|
2879 |
+
|
2880 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:39
|
2881 |
+
msgid "Nivo Slider"
|
2882 |
+
msgstr ""
|
2883 |
+
|
2884 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:40
|
2885 |
+
msgid "Slick Slider"
|
2886 |
+
msgstr ""
|
2887 |
+
|
2888 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:41
|
2889 |
+
msgid "Responsive Slider"
|
2890 |
+
msgstr ""
|
2891 |
+
|
2892 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:53
|
2893 |
+
msgid "Choose Caption Style"
|
2894 |
+
msgstr ""
|
2895 |
+
|
2896 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:67
|
2897 |
+
msgid "Slides"
|
2898 |
+
msgstr ""
|
2899 |
+
|
2900 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:68
|
2901 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:195
|
2902 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:74
|
2903 |
+
msgid "Slide"
|
2904 |
+
msgstr ""
|
2905 |
+
|
2906 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:78
|
2907 |
+
msgid "The title to identify the slide"
|
2908 |
+
msgstr ""
|
2909 |
+
|
2910 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:82
|
2911 |
+
msgid "Slide Image"
|
2912 |
+
msgstr ""
|
2913 |
+
|
2914 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:84
|
2915 |
+
msgid "The image for the slide."
|
2916 |
+
msgstr ""
|
2917 |
+
|
2918 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:88
|
2919 |
+
msgid "URL to link to by image and caption heading. (optional)"
|
2920 |
+
msgstr ""
|
2921 |
+
|
2922 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:89
|
2923 |
+
msgid ""
|
2924 |
+
"Specify the URL to which the slide image and caption heading should link to. "
|
2925 |
+
"(optional)"
|
2926 |
+
msgstr ""
|
2927 |
+
|
2928 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:93
|
2929 |
+
msgid "Slider Caption Details"
|
2930 |
+
msgstr ""
|
2931 |
+
|
2932 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:97
|
2933 |
+
msgid "Caption Heading"
|
2934 |
+
msgstr ""
|
2935 |
+
|
2936 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:101
|
2937 |
+
msgid "Caption Sub-heading"
|
2938 |
+
msgstr ""
|
2939 |
+
|
2940 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:106
|
2941 |
+
msgid "Slider Caption Button"
|
2942 |
+
msgstr ""
|
2943 |
+
|
2944 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:171
|
2945 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:66
|
2946 |
+
msgid "Slider Settings"
|
2947 |
+
msgstr ""
|
2948 |
+
|
2949 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:192
|
2950 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:71
|
2951 |
+
msgid "Select your animation type."
|
2952 |
+
msgstr ""
|
2953 |
+
|
2954 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:193
|
2955 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:72
|
2956 |
+
msgid "Animation"
|
2957 |
+
msgstr ""
|
2958 |
+
|
2959 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:196
|
2960 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:75
|
2961 |
+
msgid "Fade"
|
2962 |
+
msgstr ""
|
2963 |
+
|
2964 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:206
|
2965 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:81
|
2966 |
+
msgid "Select the sliding direction."
|
2967 |
+
msgstr ""
|
2968 |
+
|
2969 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:207
|
2970 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:82
|
2971 |
+
msgid "Sliding Direction"
|
2972 |
+
msgstr ""
|
2973 |
+
|
2974 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:209
|
2975 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:84
|
2976 |
+
msgid "Horizontal"
|
2977 |
+
msgstr ""
|
2978 |
+
|
2979 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:210
|
2980 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:85
|
2981 |
+
msgid "Vertical"
|
2982 |
+
msgstr ""
|
2983 |
+
|
2984 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:221
|
2985 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:91
|
2986 |
+
msgid "Create navigation for paging control of each slide?"
|
2987 |
+
msgstr ""
|
2988 |
+
|
2989 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:222
|
2990 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:92
|
2991 |
+
msgid "Control navigation?"
|
2992 |
+
msgstr ""
|
2993 |
+
|
2994 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:227
|
2995 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:97
|
2996 |
+
msgid "Create navigation for previous/next navigation?"
|
2997 |
+
msgstr ""
|
2998 |
+
|
2999 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:228
|
3000 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:98
|
3001 |
+
msgid "Direction navigation?"
|
3002 |
+
msgstr ""
|
3003 |
+
|
3004 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:233
|
3005 |
+
msgid "Use thumbnails for Control Nav?"
|
3006 |
+
msgstr ""
|
3007 |
+
|
3008 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:234
|
3009 |
+
msgid "Thumbnails Navigation?"
|
3010 |
+
msgstr ""
|
3011 |
+
|
3012 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:244
|
3013 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:103
|
3014 |
+
msgid "Randomize slide order?"
|
3015 |
+
msgstr ""
|
3016 |
+
|
3017 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:245
|
3018 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:104
|
3019 |
+
msgid "Randomize slides?"
|
3020 |
+
msgstr ""
|
3021 |
+
|
3022 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:256
|
3023 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:109
|
3024 |
+
msgid ""
|
3025 |
+
"Pause the slideshow when hovering over slider, then resume when no longer "
|
3026 |
+
"hovering."
|
3027 |
+
msgstr ""
|
3028 |
+
|
3029 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:257
|
3030 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:110
|
3031 |
+
msgid "Pause on hover?"
|
3032 |
+
msgstr ""
|
3033 |
+
|
3034 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:262
|
3035 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:115
|
3036 |
+
msgid "Pause the slideshow when interacting with control elements."
|
3037 |
+
msgstr ""
|
3038 |
+
|
3039 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:263
|
3040 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:116
|
3041 |
+
msgid "Pause on action?"
|
3042 |
+
msgstr ""
|
3043 |
+
|
3044 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:272
|
3045 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:121
|
3046 |
+
msgid "Should the animation loop?"
|
3047 |
+
msgstr ""
|
3048 |
+
|
3049 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:273
|
3050 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:122
|
3051 |
+
msgid "Loop"
|
3052 |
+
msgstr ""
|
3053 |
+
|
3054 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:283
|
3055 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:127
|
3056 |
+
msgid "Animate slider automatically without user intervention?"
|
3057 |
+
msgstr ""
|
3058 |
+
|
3059 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:284
|
3060 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:128
|
3061 |
+
msgid "Slideshow"
|
3062 |
+
msgstr ""
|
3063 |
+
|
3064 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:289
|
3065 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:133
|
3066 |
+
msgid "Set the speed of the slideshow cycling, in milliseconds"
|
3067 |
+
msgstr ""
|
3068 |
+
|
3069 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:295
|
3070 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:139
|
3071 |
+
msgid "Set the speed of animations, in milliseconds."
|
3072 |
+
msgstr ""
|
3073 |
+
|
3074 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:296
|
3075 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:140
|
3076 |
+
msgid "Animation speed"
|
3077 |
+
msgstr ""
|
3078 |
+
|
3079 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:133
|
3080 |
+
msgid "Grid Class/Identifier"
|
3081 |
+
msgstr ""
|
3082 |
+
|
3083 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:134
|
3084 |
+
msgid ""
|
3085 |
+
"Specify an unique identifier used as a custom CSS class name and lightbox "
|
3086 |
+
"group name/slug for the grid element."
|
3087 |
+
msgstr ""
|
3088 |
+
|
3089 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:144
|
3090 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:134
|
3091 |
+
msgid "URL for the heading"
|
3092 |
+
msgstr ""
|
3093 |
+
|
3094 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:149
|
3095 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:139
|
3096 |
+
msgid "Choose Header Style"
|
3097 |
+
msgstr ""
|
3098 |
+
|
3099 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:156
|
3100 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:146
|
3101 |
+
msgid "Header Style 1"
|
3102 |
+
msgstr ""
|
3103 |
+
|
3104 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:157
|
3105 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:147
|
3106 |
+
msgid "Header Style 2"
|
3107 |
+
msgstr ""
|
3108 |
+
|
3109 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:158
|
3110 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:148
|
3111 |
+
msgid "Header Style 3"
|
3112 |
+
msgstr ""
|
3113 |
+
|
3114 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:159
|
3115 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:149
|
3116 |
+
msgid "Header Style 4"
|
3117 |
+
msgstr ""
|
3118 |
+
|
3119 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:160
|
3120 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:150
|
3121 |
+
msgid "Header Style 5"
|
3122 |
+
msgstr ""
|
3123 |
+
|
3124 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:161
|
3125 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:151
|
3126 |
+
msgid "Header Style 6"
|
3127 |
+
msgstr ""
|
3128 |
+
|
3129 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:162
|
3130 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:152
|
3131 |
+
msgid "Header Style 7"
|
3132 |
+
msgstr ""
|
3133 |
+
|
3134 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:168
|
3135 |
+
msgid "Choose Grid Style"
|
3136 |
+
msgstr ""
|
3137 |
+
|
3138 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:175
|
3139 |
+
msgid "Grid Style 1"
|
3140 |
+
msgstr ""
|
3141 |
+
|
3142 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:176
|
3143 |
+
msgid "Grid Style 2"
|
3144 |
+
msgstr ""
|
3145 |
+
|
3146 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:177
|
3147 |
+
msgid "Grid Style 3"
|
3148 |
+
msgstr ""
|
3149 |
+
|
3150 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:178
|
3151 |
+
msgid "Grid Style 4"
|
3152 |
+
msgstr ""
|
3153 |
+
|
3154 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:179
|
3155 |
+
msgid "Grid Style 5"
|
3156 |
+
msgstr ""
|
3157 |
+
|
3158 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:180
|
3159 |
+
msgid "Grid Style 6"
|
3160 |
+
msgstr ""
|
3161 |
+
|
3162 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:226
|
3163 |
+
msgid ""
|
3164 |
+
"Choose pagination type or choose None if no pagination is desired. Make sure "
|
3165 |
+
"the 'Post per page' field value is set in the Build Query window to control "
|
3166 |
+
"number of posts to display per page."
|
3167 |
+
msgstr ""
|
3168 |
+
|
3169 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:234
|
3170 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:276
|
3171 |
+
msgid "Next Prev"
|
3172 |
+
msgstr ""
|
3173 |
+
|
3174 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:242
|
3175 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:284
|
3176 |
+
msgid "Display count of posts yet to be loaded with the load more button?"
|
3177 |
+
msgstr ""
|
3178 |
+
|
3179 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:258
|
3180 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:300
|
3181 |
+
msgid "Open post links in new window?"
|
3182 |
+
msgstr ""
|
3183 |
+
|
3184 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:276
|
3185 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:318
|
3186 |
+
msgid "Post Data"
|
3187 |
+
msgstr ""
|
3188 |
+
|
3189 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:281
|
3190 |
+
msgid "Display project title on post/project thumbnail?"
|
3191 |
+
msgstr ""
|
3192 |
+
|
3193 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:291
|
3194 |
+
msgid "Display taxonomy info on post/project thumbnail?"
|
3195 |
+
msgstr ""
|
3196 |
+
|
3197 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:301
|
3198 |
+
msgid "Display project/post title?"
|
3199 |
+
msgstr ""
|
3200 |
+
|
3201 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:307
|
3202 |
+
msgid "Display project/post excerpt/summary?"
|
3203 |
+
msgstr ""
|
3204 |
+
|
3205 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:317
|
3206 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:335
|
3207 |
+
msgid "Preserve shortcodes/HTML tags in excerpt?"
|
3208 |
+
msgstr ""
|
3209 |
+
|
3210 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:327
|
3211 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:260
|
3212 |
+
msgid "Provide the excerpt length in number of words."
|
3213 |
+
msgstr ""
|
3214 |
+
|
3215 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:328
|
3216 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:261
|
3217 |
+
msgid "Excerpt Length?"
|
3218 |
+
msgstr ""
|
3219 |
+
|
3220 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:338
|
3221 |
+
msgid "Display read more link to the post/portfolio?"
|
3222 |
+
msgstr ""
|
3223 |
+
|
3224 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:348
|
3225 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:341
|
3226 |
+
msgid "Display post excerpt/summary in the lightbox?"
|
3227 |
+
msgstr ""
|
3228 |
+
|
3229 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:359
|
3230 |
+
msgid "Display post author info?"
|
3231 |
+
msgstr ""
|
3232 |
+
|
3233 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:369
|
3234 |
+
msgid "Display post date info?"
|
3235 |
+
msgstr ""
|
3236 |
+
|
3237 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:379
|
3238 |
+
msgid "Display comments number for the post item?"
|
3239 |
+
msgstr ""
|
3240 |
+
|
3241 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:389
|
3242 |
+
msgid "Display taxonomy info?"
|
3243 |
+
msgstr ""
|
3244 |
+
|
3245 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:18
|
3246 |
+
msgid "Posts Block"
|
3247 |
+
msgstr ""
|
3248 |
+
|
3249 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:20
|
3250 |
+
msgid ""
|
3251 |
+
"Showcase your blog posts or any custom post types in a filterable block list "
|
3252 |
+
"layout."
|
3253 |
+
msgstr ""
|
3254 |
+
|
3255 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:123
|
3256 |
+
msgid "Block Class/Identifier"
|
3257 |
+
msgstr ""
|
3258 |
+
|
3259 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:124
|
3260 |
+
msgid ""
|
3261 |
+
"Specify an unique identifier used as a custom CSS class name and lightbox "
|
3262 |
+
"group name/slug for the block element."
|
3263 |
+
msgstr ""
|
3264 |
+
|
3265 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:129
|
3266 |
+
msgid "Heading for the block"
|
3267 |
+
msgstr ""
|
3268 |
+
|
3269 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:158
|
3270 |
+
msgid "Choose Block Style"
|
3271 |
+
msgstr ""
|
3272 |
+
|
3273 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:165
|
3274 |
+
msgid "Block Style 1"
|
3275 |
+
msgstr ""
|
3276 |
+
|
3277 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:166
|
3278 |
+
msgid "Block Style 2"
|
3279 |
+
msgstr ""
|
3280 |
+
|
3281 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:167
|
3282 |
+
msgid "Block Style 3"
|
3283 |
+
msgstr ""
|
3284 |
+
|
3285 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:168
|
3286 |
+
msgid "Block Style 4"
|
3287 |
+
msgstr ""
|
3288 |
+
|
3289 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:169
|
3290 |
+
msgid "Block Style 5"
|
3291 |
+
msgstr ""
|
3292 |
+
|
3293 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:170
|
3294 |
+
msgid "Block Style 6"
|
3295 |
+
msgstr ""
|
3296 |
+
|
3297 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:171
|
3298 |
+
msgid "Block Style 7"
|
3299 |
+
msgstr ""
|
3300 |
+
|
3301 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:172
|
3302 |
+
msgid "Block Style 8"
|
3303 |
+
msgstr ""
|
3304 |
+
|
3305 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:173
|
3306 |
+
msgid "Block Style 9"
|
3307 |
+
msgstr ""
|
3308 |
+
|
3309 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:174
|
3310 |
+
msgid "Block Style 10"
|
3311 |
+
msgstr ""
|
3312 |
+
|
3313 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:175
|
3314 |
+
msgid "Block Style 11"
|
3315 |
+
msgstr ""
|
3316 |
+
|
3317 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:176
|
3318 |
+
msgid "Block Style 12"
|
3319 |
+
msgstr ""
|
3320 |
+
|
3321 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:177
|
3322 |
+
msgid "Block Style 13"
|
3323 |
+
msgstr ""
|
3324 |
+
|
3325 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:190
|
3326 |
+
msgid ""
|
3327 |
+
"Choose the taxonomy information to display for posts and the taxonomy that "
|
3328 |
+
"is used to filter the posts. Takes effect only if no taxonomy filters are "
|
3329 |
+
"specified when building query."
|
3330 |
+
msgstr ""
|
3331 |
+
|
3332 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:202
|
3333 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:215
|
3334 |
+
msgid "Posts per row"
|
3335 |
+
msgstr ""
|
3336 |
+
|
3337 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:228
|
3338 |
+
msgid "Posts per row in Tablet Resolution"
|
3339 |
+
msgstr ""
|
3340 |
+
|
3341 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:241
|
3342 |
+
msgid "Posts per row in Mobile Resolution"
|
3343 |
+
msgstr ""
|
3344 |
+
|
3345 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:267
|
3346 |
+
msgid "AJAX Pagination"
|
3347 |
+
msgstr ""
|
3348 |
+
|
3349 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:268
|
3350 |
+
msgid ""
|
3351 |
+
"Choose AJAX pagination type or choose None if no pagination is desired. Make "
|
3352 |
+
"sure the 'Post per page' field value is set in the Build Query window to "
|
3353 |
+
"control number of posts to display per page."
|
3354 |
+
msgstr ""
|
3355 |
+
|
3356 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:294
|
3357 |
+
msgid "Link the image to the post or custom post type?"
|
3358 |
+
msgstr ""
|
3359 |
+
|
3360 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:323
|
3361 |
+
msgid "Display post title below the post or custom post type?"
|
3362 |
+
msgstr ""
|
3363 |
+
|
3364 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:329
|
3365 |
+
msgid "Display post excerpt/summary below the post or custom post type?"
|
3366 |
+
msgstr ""
|
3367 |
+
|
3368 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:364
|
3369 |
+
msgid "Display comments number below the post item?"
|
3370 |
+
msgstr ""
|
3371 |
+
|
3372 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:15
|
3373 |
+
msgid "Slider"
|
3374 |
+
msgstr ""
|
3375 |
+
|
3376 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:17
|
3377 |
+
msgid "Create a responsive slider of custom HTML content."
|
3378 |
+
msgstr ""
|
3379 |
+
|
3380 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:30
|
3381 |
+
msgid "Set a ID for the slider. (optional)."
|
3382 |
+
msgstr ""
|
3383 |
+
|
3384 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:31
|
3385 |
+
msgid "ID"
|
3386 |
+
msgstr ""
|
3387 |
+
|
3388 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:42
|
3389 |
+
msgid "HTML Slides"
|
3390 |
+
msgstr ""
|
3391 |
+
|
3392 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:43
|
3393 |
+
msgid "HTML Slide"
|
3394 |
+
msgstr ""
|
3395 |
+
|
3396 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:53
|
3397 |
+
msgid "The title to identify the HTML slide"
|
3398 |
+
msgstr ""
|
3399 |
+
|
3400 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:59
|
3401 |
+
msgid "The HTML content for the slide."
|
3402 |
+
msgstr ""
|
3403 |
+
|
3404 |
+
#: plugin.php:51 plugin.php:60
|
3405 |
msgid "Cheatin’ huh?"
|
3406 |
msgstr ""
|
3407 |
|
languages/livemesh-so-widgets-he_IL.mo
CHANGED
Binary file
|
languages/livemesh-so-widgets-he_IL.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: livemesh-siteorigin-widgets\n"
|
4 |
-
"POT-Creation-Date: 2018-
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"Last-Translator: LiveMesh\n"
|
7 |
"Language-Team: Ahrale | Atar4U.com <contact@atar4u.com>\n"
|
8 |
"Language: he_IL\n"
|
@@ -61,12 +61,17 @@ msgstr "ווידג'טים של Livemesh"
|
|
61 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:89
|
62 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:104
|
63 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:54
|
64 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
65 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:115
|
66 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:119
|
67 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:143
|
68 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:64
|
69 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:71
|
|
|
|
|
|
|
|
|
|
|
70 |
msgid "Settings"
|
71 |
msgstr "הגדרות"
|
72 |
|
@@ -75,7 +80,7 @@ msgid "Documentation"
|
|
75 |
msgstr "תיעוד"
|
76 |
|
77 |
#: admin/views/admin-banner1.php:13 admin/views/admin-banner2.php:13
|
78 |
-
#: includes/class-lsow-setup.php:
|
79 |
msgid "Livemesh SiteOrigin Widgets"
|
80 |
msgstr "ווידג'טים של Livemesh עבור בנאי הדפים"
|
81 |
|
@@ -194,7 +199,7 @@ msgid ""
|
|
194 |
"through a dedicated support forum."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: admin/views/documentation.php:1550 admin/views/settings.php:
|
198 |
msgid "Know More"
|
199 |
msgstr "פרטים נוספים"
|
200 |
|
@@ -314,143 +319,348 @@ msgstr "מידע מערכת"
|
|
314 |
msgid "Server setup information useful for debugging purposes."
|
315 |
msgstr "מידע הגדרות השרת שימושי למטרות ניפוי שגיאות."
|
316 |
|
317 |
-
#: admin/views/settings.php:
|
318 |
-
msgid "
|
319 |
msgstr ""
|
320 |
|
321 |
-
#:
|
322 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
msgstr ""
|
324 |
|
325 |
-
#:
|
326 |
-
|
327 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
328 |
|
329 |
-
#:
|
330 |
-
|
|
|
|
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: includes/class-lsow-setup.php:
|
334 |
msgid "Top Padding (Deprecated)"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: includes/class-lsow-setup.php:
|
338 |
msgid ""
|
339 |
"Top Padding for the row. Deprecated - use native padding attributes above."
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: includes/class-lsow-setup.php:
|
343 |
msgid "Bottom Padding (Deprecated)"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: includes/class-lsow-setup.php:
|
347 |
msgid ""
|
348 |
"Bottom Padding for the row. Deprecated - use native padding attributes above."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: includes/class-lsow-setup.php:
|
352 |
msgid "Top Padding in Tablet resolution (Deprecated)"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: includes/class-lsow-setup.php:
|
356 |
msgid ""
|
357 |
"Top Padding for the row in tablet resolutions. Deprecated - use native "
|
358 |
"padding attributes above."
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: includes/class-lsow-setup.php:
|
362 |
msgid "Bottom Padding in Tablet resolution (Deprecated)"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: includes/class-lsow-setup.php:
|
366 |
msgid ""
|
367 |
"Bottom Padding for the row in tablet resolutions. Deprecated - use native "
|
368 |
"padding attributes above."
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: includes/class-lsow-setup.php:
|
372 |
msgid "Top Padding in Mobile resolution (Deprecated)"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: includes/class-lsow-setup.php:
|
376 |
msgid ""
|
377 |
"Top Padding for the row in mobile resolutions. Deprecated - use native "
|
378 |
"padding attributes above."
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: includes/class-lsow-setup.php:
|
382 |
msgid "Bottom Padding in Mobile resolution (Deprecated)"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: includes/class-lsow-setup.php:
|
386 |
msgid ""
|
387 |
"Bottom Padding for the row in mobile resolutions. Deprecated - use native "
|
388 |
"padding attributes above."
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: includes/class-lsow-setup.php:
|
392 |
msgid "Dark Background?"
|
393 |
msgstr "רקע כהה?"
|
394 |
|
395 |
-
#: includes/class-lsow-setup.php:
|
396 |
msgid ""
|
397 |
"Indicate if this row has a dark background color. Dark color scheme will be "
|
398 |
"applied for all widgets in this row."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: includes/
|
402 |
-
msgid "
|
403 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
404 |
|
405 |
-
#: includes/
|
|
|
|
|
|
|
|
|
406 |
msgid "Y"
|
407 |
msgstr "Y"
|
408 |
|
409 |
-
#: includes/helper-functions.php:
|
410 |
msgid "m"
|
411 |
msgstr "Y"
|
412 |
|
413 |
-
#: includes/helper-functions.php:
|
414 |
msgid "d"
|
415 |
msgstr "d"
|
416 |
|
417 |
-
#: includes/helper-functions.php:
|
418 |
-
|
419 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
420 |
|
421 |
-
#: includes/helper-functions.php:
|
422 |
-
msgid "
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: includes/helper-functions.php:
|
426 |
-
msgid "
|
427 |
-
msgstr "
|
428 |
|
429 |
-
#: includes/helper-functions.php:
|
430 |
-
msgid "
|
431 |
-
msgstr "
|
432 |
|
433 |
-
#: includes/helper-functions.php:
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
|
440 |
-
#: includes/helper-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
msgid "Fade In"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: includes/helper-functions.php:
|
445 |
msgid "Fade In Left"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: includes/helper-functions.php:
|
|
|
|
|
|
|
|
|
449 |
msgid "Fade In Right"
|
450 |
msgstr ""
|
451 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:15
|
453 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
454 |
msgid "Accordion"
|
455 |
msgstr "אקורדיאון"
|
456 |
|
@@ -470,7 +680,7 @@ msgstr "הצגת תיבות תוכן סגירות המאפשרות לנציג מ
|
|
470 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:55
|
471 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:25
|
472 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:25
|
473 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
474 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:79
|
475 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:25
|
476 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:96
|
@@ -481,80 +691,90 @@ msgstr "הצגת תיבות תוכן סגירות המאפשרות לנציג מ
|
|
481 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:25
|
482 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:25
|
483 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
484 |
msgid "Title"
|
485 |
msgstr "כותרת"
|
486 |
|
487 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
488 |
msgid "Choose Accordion Style"
|
489 |
msgstr "בחירת עיצוב אקורדיאון"
|
490 |
|
491 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
492 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:38
|
493 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:37
|
494 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:37
|
|
|
495 |
msgid "Style 1"
|
496 |
msgstr "עיצוב 1"
|
497 |
|
498 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
499 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:39
|
500 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:38
|
501 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:38
|
|
|
502 |
msgid "Style 2"
|
503 |
msgstr "עיצוב 2"
|
504 |
|
505 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
506 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:40
|
507 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:39
|
508 |
msgid "Style 3"
|
509 |
msgstr "עיצוב 3"
|
510 |
|
511 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
512 |
msgid "Allow to function like toggle?"
|
513 |
msgstr "לאפשר תפקוד מיתוג?"
|
514 |
|
515 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
516 |
msgid "Check if multiple elements can be open at the same time."
|
517 |
msgstr "לסמן כדי לאפשר פתיחת כמה תיבות בו זמנית"
|
518 |
|
519 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
520 |
msgid "Start expanded?"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
524 |
msgid ""
|
525 |
"Check if you need all elements to be expanded initially. Works only if "
|
526 |
"toggle flag above is checked and hence multiple accordion elements can be "
|
527 |
"open at the same time."
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
531 |
msgid "Panel"
|
532 |
msgstr "לוח"
|
533 |
|
534 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
535 |
msgid "Panel Title"
|
536 |
msgstr "כותרת הלוח"
|
537 |
|
538 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
539 |
msgid "The title for the panel."
|
540 |
msgstr "הכותרת של הלוח"
|
541 |
|
542 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
543 |
msgid "Panel ID"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
547 |
msgid ""
|
548 |
"The Panel ID is required to link to a panel. It must be unique across the "
|
549 |
"page, must begin with a letter and may be followed by any number of letters, "
|
550 |
"digits, hyphens or underscores."
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
554 |
msgid "Panel Content"
|
555 |
msgstr "תוכן הלוח"
|
556 |
|
557 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
558 |
msgid "The collapsible content of the panel in the accordion."
|
559 |
msgstr "התוכן הנסתר של הלוח באקורדיאון"
|
560 |
|
@@ -596,7 +816,7 @@ msgstr "קניה"
|
|
596 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:30
|
597 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:58
|
598 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:47
|
599 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
600 |
msgid "Choose Icon Type"
|
601 |
msgstr "בחירת סוג צלמית"
|
602 |
|
@@ -606,7 +826,7 @@ msgstr "בחירת סוג צלמית"
|
|
606 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:65
|
607 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:104
|
608 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:54
|
609 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
610 |
msgid "Icon"
|
611 |
msgstr "צלמית"
|
612 |
|
@@ -614,7 +834,7 @@ msgstr "צלמית"
|
|
614 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:38
|
615 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:66
|
616 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:55
|
617 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
618 |
msgid "Icon Image"
|
619 |
msgstr "תמונת צלמית"
|
620 |
|
@@ -631,6 +851,8 @@ msgid "The CSS class name for the button element."
|
|
631 |
msgstr "שם מחלקת ה CSS עבור הכפתור"
|
632 |
|
633 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:90
|
|
|
|
|
634 |
msgid "Class"
|
635 |
msgstr "מחלקה"
|
636 |
|
@@ -643,60 +865,67 @@ msgid "Style"
|
|
643 |
msgstr "עיצוב"
|
644 |
|
645 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:102
|
|
|
646 |
msgid "The color of the button."
|
647 |
msgstr "צבע הכפתור"
|
648 |
|
649 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:103
|
|
|
650 |
msgid "Color"
|
651 |
msgstr "צבע"
|
652 |
|
653 |
-
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:105
|
654 |
-
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:155
|
655 |
-
msgid "Default"
|
656 |
-
msgstr "ברירת מחדל"
|
657 |
-
|
658 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:106
|
659 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:38
|
660 |
msgid "Custom"
|
661 |
msgstr "התאמה אישית"
|
662 |
|
663 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:107
|
|
|
664 |
msgid "Black"
|
665 |
msgstr "שחור"
|
666 |
|
667 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:108
|
|
|
668 |
msgid "Blue"
|
669 |
msgstr "כחול"
|
670 |
|
671 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:109
|
|
|
672 |
msgid "Cyan"
|
673 |
msgstr "טורקיז"
|
674 |
|
675 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:110
|
|
|
676 |
msgid "Green"
|
677 |
msgstr "ירוק"
|
678 |
|
679 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:111
|
|
|
680 |
msgid "Orange"
|
681 |
msgstr "כתום"
|
682 |
|
683 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:112
|
|
|
684 |
msgid "Pink"
|
685 |
msgstr "ורוד"
|
686 |
|
687 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:113
|
|
|
688 |
msgid "Red"
|
689 |
msgstr "אדום"
|
690 |
|
691 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:114
|
|
|
692 |
msgid "Teal"
|
693 |
msgstr "ירוק כחלחל"
|
694 |
|
695 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:115
|
|
|
696 |
msgid "Transparent"
|
697 |
msgstr "שקוף"
|
698 |
|
699 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:116
|
|
|
700 |
msgid "Semi Transparent"
|
701 |
msgstr "שקוף למחצה"
|
702 |
|
@@ -717,25 +946,30 @@ msgid "Custom button hover color"
|
|
717 |
msgstr "צבע הכפתור בריחוף עכבר"
|
718 |
|
719 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:140
|
|
|
720 |
msgid "Button Size"
|
721 |
msgstr "גודל הכפתור"
|
722 |
|
723 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:142
|
724 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:157
|
|
|
725 |
msgid "Medium"
|
726 |
msgstr "בינוני"
|
727 |
|
728 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:143
|
729 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:158
|
|
|
730 |
msgid "Large"
|
731 |
msgstr "גדול"
|
732 |
|
733 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:144
|
734 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:156
|
|
|
735 |
msgid "Small"
|
736 |
msgstr "קטן"
|
737 |
|
738 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:150
|
|
|
739 |
msgid "Display rounded button?"
|
740 |
msgstr "להציג כפתור מעוגל?"
|
741 |
|
@@ -755,18 +989,21 @@ msgstr "יישור"
|
|
755 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:164
|
756 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:48
|
757 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:134
|
|
|
758 |
msgid "Center"
|
759 |
msgstr "מרכז"
|
760 |
|
761 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:165
|
762 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:49
|
763 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:132
|
|
|
764 |
msgid "Left"
|
765 |
msgstr "שמאל"
|
766 |
|
767 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:166
|
768 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:50
|
769 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:133
|
|
|
770 |
msgid "Right"
|
771 |
msgstr "ימין"
|
772 |
|
@@ -777,6 +1014,7 @@ msgstr "ימין"
|
|
777 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:109
|
778 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:133
|
779 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:62
|
|
|
780 |
msgid "Choose Animation Type"
|
781 |
msgstr ""
|
782 |
|
@@ -800,6 +1038,8 @@ msgstr "רכיב HTML"
|
|
800 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:54
|
801 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:39
|
802 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:39
|
|
|
|
|
803 |
msgid "Name"
|
804 |
msgstr "שם"
|
805 |
|
@@ -808,6 +1048,7 @@ msgid "The title to identify the HTML element"
|
|
808 |
msgstr "כותרת לזיהוי רכיב ה HTML"
|
809 |
|
810 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:48
|
|
|
811 |
msgid "HTML element"
|
812 |
msgstr "רכיב HTML"
|
813 |
|
@@ -828,51 +1069,63 @@ msgstr "Eטד עיצוב CSS עבור מצגת רכיבי HTML. יוטמע בש
|
|
828 |
|
829 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:69
|
830 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:165
|
|
|
831 |
msgid "Carousel Settings"
|
832 |
msgstr "הגדרות קרוסלה"
|
833 |
|
834 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:74
|
835 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:170
|
|
|
836 |
msgid "Prev/Next Arrows?"
|
837 |
msgstr "חצי הקודם/הבא?"
|
838 |
|
839 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:80
|
840 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:176
|
|
|
841 |
msgid "Show dot indicators for navigation?"
|
842 |
msgstr "להציג ניווט נקודות?"
|
843 |
|
844 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:85
|
845 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:181
|
|
|
846 |
msgid "Autoplay?"
|
847 |
msgstr "הפעלה אוטומטית?"
|
848 |
|
849 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:86
|
850 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:182
|
|
|
851 |
msgid "Should the carousel autoplay as in a slideshow."
|
852 |
msgstr "האם הקרוסלה צריכה לפעול אוטומטית כמצגת שקופיות?"
|
853 |
|
854 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:93
|
855 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:189
|
|
|
856 |
msgid "Autoplay speed in ms"
|
857 |
msgstr "מהירות הקרוסלה באלפיות השניה"
|
858 |
|
859 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:100
|
860 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:196
|
|
|
861 |
msgid "Autoplay animation speed in ms"
|
862 |
msgstr "מהירות האנימציה באלפיות השניה"
|
863 |
|
864 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:106
|
865 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:202
|
|
|
866 |
msgid "Pause on mouse hover?"
|
867 |
msgstr "לעצור בריחוף עכבר?"
|
868 |
|
869 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:112
|
870 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:146
|
871 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:181
|
872 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
873 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:208
|
874 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:242
|
875 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:277
|
|
|
|
|
|
|
|
|
876 |
msgid "Columns per row"
|
877 |
msgstr "מספר עמודות בשורה"
|
878 |
|
@@ -882,43 +1135,68 @@ msgstr "מספר עמודות בשורה"
|
|
882 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:217
|
883 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:250
|
884 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:285
|
|
|
|
|
|
|
885 |
msgid "Columns to scroll"
|
886 |
msgstr "עמודות לגלילה"
|
887 |
|
888 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:130
|
889 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:162
|
890 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:197
|
891 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
892 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
893 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
894 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:226
|
895 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:258
|
896 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
897 |
msgid "Gutter"
|
898 |
msgstr "גאטר"
|
899 |
|
900 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:131
|
901 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:163
|
902 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:198
|
903 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
904 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
905 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:227
|
906 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:259
|
907 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
908 |
msgid "Space between columns."
|
909 |
msgstr "מרווח בין עמודות"
|
910 |
|
911 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:137
|
912 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:265
|
913 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
914 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:233
|
|
|
|
|
|
|
915 |
msgid "Responsive"
|
916 |
msgstr "רספונסיבי"
|
917 |
|
918 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:142
|
919 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:270
|
920 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
921 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:238
|
|
|
|
|
|
|
922 |
msgid "Tablet"
|
923 |
msgstr "טאבלט"
|
924 |
|
@@ -926,31 +1204,46 @@ msgstr "טאבלט"
|
|
926 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:203
|
927 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:286
|
928 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:311
|
929 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
930 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
931 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:264
|
932 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:299
|
|
|
|
|
|
|
|
|
|
|
|
|
933 |
msgid "Resolution"
|
934 |
msgstr "רזולוציה"
|
935 |
|
936 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:169
|
937 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:287
|
938 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
939 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:265
|
|
|
|
|
|
|
940 |
msgid "The resolution to treat as a tablet resolution."
|
941 |
msgstr "הרזולוציה להתייחסות כאל רזולוציית טאבלט"
|
942 |
|
943 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:177
|
944 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:295
|
945 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
946 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:273
|
|
|
|
|
|
|
947 |
msgid "Mobile Phone"
|
948 |
msgstr "טלפון נייד"
|
949 |
|
950 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:204
|
951 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:312
|
952 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
953 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:300
|
|
|
|
|
|
|
954 |
msgid "The resolution to treat as a mobile resolution."
|
955 |
msgstr "הרזולוציה להתייחסות כאל טלפון נייד"
|
956 |
|
@@ -1097,14 +1390,17 @@ msgid "Sub-heading text"
|
|
1097 |
msgstr "טקסט כותרת המשנה"
|
1098 |
|
1099 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:91
|
|
|
1100 |
msgid "Button text"
|
1101 |
msgstr "טקסט הכפתור"
|
1102 |
|
1103 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:96
|
|
|
1104 |
msgid "Button URL"
|
1105 |
msgstr "כתובת הכפתור"
|
1106 |
|
1107 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:101
|
|
|
1108 |
msgid "Open URL in a new window"
|
1109 |
msgstr "פתיחת הקישור בחלון חדש"
|
1110 |
|
@@ -1138,10 +1434,14 @@ msgid "Parallax Image"
|
|
1138 |
msgstr "תמונת פאראלקס"
|
1139 |
|
1140 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:128
|
|
|
|
|
1141 |
msgid "YouTube Video"
|
1142 |
msgstr "סרטון יוטיוב"
|
1143 |
|
1144 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:129
|
|
|
|
|
1145 |
msgid "HTML5 Video"
|
1146 |
msgstr "סרטון HTML5"
|
1147 |
|
@@ -1290,6 +1590,7 @@ msgid "Open the links in new window"
|
|
1290 |
msgstr "פתיחת הקישור בחלון חדש"
|
1291 |
|
1292 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:129
|
|
|
1293 |
msgid "Alignment"
|
1294 |
msgstr "יישור"
|
1295 |
|
@@ -1421,26 +1722,35 @@ msgstr ""
|
|
1421 |
msgid "Piecharts per row in Mobile Resolution"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1425 |
msgid "Posts Grid"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1429 |
msgid ""
|
1430 |
"Showcase your work or posts or any custom post types with a filterable "
|
1431 |
"portfolio layout. Make sure that Portfolio Post Type plugin is activated"
|
1432 |
msgstr "תצוגת רשת של העבודה שלך או של כל סוג פוסט בפריסה מסוננת."
|
1433 |
|
1434 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
|
|
1435 |
msgid "Heading for the grid"
|
1436 |
msgstr "כותרת הרשת"
|
1437 |
|
1438 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1439 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:84
|
|
|
|
|
1440 |
msgid "Posts query"
|
1441 |
msgstr "שאילתת הפוסטים"
|
1442 |
|
1443 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1444 |
msgid ""
|
1445 |
"After you build the query, make sure you choose the right taxonomy below to "
|
1446 |
"display for your posts and filter on, based on the post type selected during "
|
@@ -1449,11 +1759,14 @@ msgstr ""
|
|
1449 |
"עם סיום בניית השאילתה, נא לוודא שבחרת את הטקסונומיה הנכונה להצגת הפוסטים "
|
1450 |
"הנכונים בהתבסס על סוג הפוסט שבחרת"
|
1451 |
|
1452 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1453 |
msgid "Choose the taxonomy to display and filter on."
|
1454 |
msgstr "בחירת טקסונומיה לסינון הצגת הפוסטים"
|
1455 |
|
1456 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1457 |
msgid ""
|
1458 |
"Choose the taxonomy information to display for posts/portfolio and the "
|
1459 |
"taxonomy that is used to filter the portfolio/post. Takes effect only if no "
|
@@ -1462,80 +1775,109 @@ msgstr ""
|
|
1462 |
"בחירת מידע הטקסונומיה לסינון הצגת הפוסטים. בשימוש רק אם לא צוין מסנן "
|
1463 |
"טקסונומי בשאילתה"
|
1464 |
|
1465 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
|
|
1466 |
msgid "Filterable?"
|
1467 |
msgstr "בר סינון?"
|
1468 |
|
1469 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1470 |
msgid "Choose a layout for the grid"
|
1471 |
msgstr "בחירת פריסה עבור הרשת"
|
1472 |
|
1473 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1474 |
msgid "Fit Rows"
|
1475 |
msgstr "מותאם לשורה"
|
1476 |
|
1477 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1478 |
msgid "Masonry"
|
1479 |
msgstr "בניה"
|
1480 |
|
1481 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1482 |
msgid "Link the image to the post/portfolio?"
|
1483 |
msgstr "לקשר את התמונה לפוסט?"
|
1484 |
|
1485 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1486 |
msgid "Post Link Target"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1490 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:117
|
|
|
|
|
|
|
1491 |
msgid "Same Window"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1495 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:118
|
|
|
|
|
|
|
1496 |
msgid "New Window"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1500 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:108
|
1501 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:188
|
|
|
|
|
|
|
|
|
|
|
|
|
1502 |
msgid "Image Size"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1506 |
msgid "Display project title for the post/portfolio?"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1510 |
msgid "Display project excerpt/summary for the post/portfolio?"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1514 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:136
|
|
|
|
|
1515 |
msgid "Post Meta"
|
1516 |
msgstr "תיאור פוסט"
|
1517 |
|
1518 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1519 |
msgid "Display post author info for the post item?"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1523 |
msgid "Display post date info for the post item?"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1527 |
msgid "Display taxonomy info for the post item?"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1531 |
msgid "Columns per row in Tablet Resolution"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1535 |
msgid "Columns per row in Mobile Resolution"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1539 |
msgid "Space between columns in masonry grid."
|
1540 |
msgstr "המרווח בין העמודות ברשת בניה"
|
1541 |
|
@@ -1562,6 +1904,9 @@ msgid "Link Images to Posts?"
|
|
1562 |
msgstr "האם לקשר את התמונות לפוסטים?"
|
1563 |
|
1564 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:114
|
|
|
|
|
|
|
1565 |
msgid "Link Target"
|
1566 |
msgstr ""
|
1567 |
|
@@ -1574,10 +1919,12 @@ msgid "Display post excerpt/summary below the post item?"
|
|
1574 |
msgstr "להציג למטה תקציר?"
|
1575 |
|
1576 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:141
|
|
|
1577 |
msgid "Display post author info below the post item?"
|
1578 |
msgstr "האם להציג את מחבר הפוסט מתחת לפריט?"
|
1579 |
|
1580 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:147
|
|
|
1581 |
msgid "Display post date info below the post item?"
|
1582 |
msgstr "האם להציג את תאריך הפוסט מתחת לפריט?"
|
1583 |
|
@@ -1622,6 +1969,8 @@ msgstr ""
|
|
1622 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:52
|
1623 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:51
|
1624 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:51
|
|
|
|
|
1625 |
msgid "Image"
|
1626 |
msgstr "תמונה"
|
1627 |
|
@@ -1787,7 +2136,7 @@ msgid "The title for the stats bar"
|
|
1787 |
msgstr "הכותרת של לוח הסטטיסטיקה"
|
1788 |
|
1789 |
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:15
|
1790 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1791 |
msgid "Tabs"
|
1792 |
msgstr "לשוניות"
|
1793 |
|
@@ -1795,104 +2144,104 @@ msgstr "לשוניות"
|
|
1795 |
msgid "Display tabbed content in variety of styles."
|
1796 |
msgstr "הצגת תוכן בלשוניות במגוון עיצובים"
|
1797 |
|
1798 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1799 |
msgid "Choose Tab Style"
|
1800 |
msgstr "בחירת עיצוב הלשונית"
|
1801 |
|
1802 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1803 |
msgid "Tab Style 1"
|
1804 |
msgstr "עיצוב 1"
|
1805 |
|
1806 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1807 |
msgid "Tab Style 2"
|
1808 |
msgstr "עיצוב 2"
|
1809 |
|
1810 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1811 |
msgid "Tab Style 3"
|
1812 |
msgstr "עיצוב 3"
|
1813 |
|
1814 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1815 |
msgid "Tab Style 4"
|
1816 |
msgstr "עיצוב 4"
|
1817 |
|
1818 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1819 |
msgid "Tab Style 5"
|
1820 |
msgstr "עיצוב 5"
|
1821 |
|
1822 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1823 |
msgid "Tab Style 6"
|
1824 |
msgstr "עיצוב 6"
|
1825 |
|
1826 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1827 |
msgid "Vertical Tab Style 1"
|
1828 |
msgstr "עיצוב אנכי 1"
|
1829 |
|
1830 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1831 |
msgid "Vertical Tab Style 2"
|
1832 |
msgstr "עיצוב אנכי 2"
|
1833 |
|
1834 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1835 |
msgid "Vertical Tab Style 3"
|
1836 |
msgstr "עיצוב אנכי 3"
|
1837 |
|
1838 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1839 |
msgid "Vertical Tab Style 4"
|
1840 |
msgstr "עיצוב אנכי 4"
|
1841 |
|
1842 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1843 |
msgid "Tab highlight color"
|
1844 |
msgstr "צבע הבלטת הלשונית"
|
1845 |
|
1846 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1847 |
msgid "Mobile Resolution"
|
1848 |
msgstr "רזולוציית טלפון נייד"
|
1849 |
|
1850 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1851 |
msgid ""
|
1852 |
"The resolution to treat as a mobile resolution for invoking responsive tabs."
|
1853 |
msgstr ""
|
1854 |
"הרזולוציה שתשמש להתייחסות כאל רזולוציית טלפון נייד בלשוניות רספונסיביות"
|
1855 |
|
1856 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1857 |
msgid "Some styles may ignore icons chosen."
|
1858 |
msgstr "חלק מן העיצובים עלולים להתעלם מן הצלמיות שנבחרו"
|
1859 |
|
1860 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1861 |
msgid "Single Tab"
|
1862 |
msgstr "לשונית יחידה"
|
1863 |
|
1864 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1865 |
msgid "Tab Title"
|
1866 |
msgstr "כותרת הלשונית"
|
1867 |
|
1868 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1869 |
msgid "The title for the tab shown as name for tab navigation."
|
1870 |
msgstr "הכותרת עבור הלשונית המוצגת כשם הלשונית בניווט הלשוניות"
|
1871 |
|
1872 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1873 |
msgid "Tab ID"
|
1874 |
msgstr ""
|
1875 |
|
1876 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1877 |
msgid ""
|
1878 |
"The Tab ID is required to link to a tab. It must be unique across the page, "
|
1879 |
"must begin with a letter and may be followed by any number of letters, "
|
1880 |
"digits, hyphens or underscores."
|
1881 |
msgstr ""
|
1882 |
|
1883 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1884 |
msgid "Tab Image."
|
1885 |
msgstr "תמונת הלשונית"
|
1886 |
|
1887 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1888 |
msgid "Tab Icon."
|
1889 |
msgstr "צלמית הלשונית"
|
1890 |
|
1891 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1892 |
msgid "Tab Content"
|
1893 |
msgstr "תוכן הלשונית"
|
1894 |
|
1895 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1896 |
msgid "The content of the tab."
|
1897 |
msgstr "תוכן הלשונית"
|
1898 |
|
@@ -2085,6 +2434,7 @@ msgstr ""
|
|
2085 |
|
2086 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:56
|
2087 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:56
|
|
|
2088 |
msgid "Text"
|
2089 |
msgstr "טקסט"
|
2090 |
|
@@ -2094,6 +2444,8 @@ msgid "What your customer had to say"
|
|
2094 |
msgstr "מה הלקוח שלך אומר"
|
2095 |
|
2096 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:69
|
|
|
|
|
2097 |
msgid "Slideshow speed"
|
2098 |
msgstr "מהירות המצגת"
|
2099 |
|
@@ -2151,69 +2503,986 @@ msgstr ""
|
|
2151 |
msgid "Testimonials per row in Mobile Resolution"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#:
|
2155 |
-
msgid "
|
2156 |
-
msgstr "
|
2157 |
|
2158 |
-
|
2159 |
-
|
|
|
2160 |
|
2161 |
-
|
2162 |
-
|
|
|
2163 |
|
2164 |
-
|
2165 |
-
|
|
|
2166 |
|
2167 |
-
|
2168 |
-
|
|
|
2169 |
|
2170 |
-
|
2171 |
-
|
|
|
2172 |
|
2173 |
-
|
2174 |
-
|
|
|
2175 |
|
2176 |
-
|
2177 |
-
|
|
|
2178 |
|
2179 |
-
|
2180 |
-
|
|
|
2181 |
|
2182 |
-
|
2183 |
-
|
|
|
2184 |
|
2185 |
-
|
2186 |
-
|
|
|
2187 |
|
2188 |
-
|
2189 |
-
|
|
|
2190 |
|
2191 |
-
|
2192 |
-
|
|
|
2193 |
|
2194 |
-
|
2195 |
-
|
|
|
2196 |
|
2197 |
-
|
2198 |
-
|
|
|
2199 |
|
2200 |
-
|
2201 |
-
|
|
|
2202 |
|
2203 |
-
|
2204 |
-
|
|
|
2205 |
|
2206 |
-
|
2207 |
-
|
|
|
|
|
2208 |
|
2209 |
-
|
2210 |
-
|
|
|
2211 |
|
2212 |
-
|
2213 |
-
|
|
|
2214 |
|
2215 |
-
|
2216 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2217 |
|
2218 |
#~ msgid "Livemesh Testimonials"
|
2219 |
#~ msgstr "משובים"
|
@@ -2224,6 +3493,9 @@ msgstr "מרמה, אה?"
|
|
2224 |
#~ msgid "Why upgrade to Premium Version of the plugin?"
|
2225 |
#~ msgstr "למה לשדרג לגרסת הפרימיום של התוסף?"
|
2226 |
|
|
|
|
|
|
|
2227 |
#~ msgid "Top Padding"
|
2228 |
#~ msgstr "מרווח עליון"
|
2229 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: livemesh-siteorigin-widgets\n"
|
4 |
+
"POT-Creation-Date: 2018-06-29 13:10+0530\n"
|
5 |
+
"PO-Revision-Date: 2018-06-29 13:10+0530\n"
|
6 |
"Last-Translator: LiveMesh\n"
|
7 |
"Language-Team: Ahrale | Atar4U.com <contact@atar4u.com>\n"
|
8 |
"Language: he_IL\n"
|
61 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:89
|
62 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:104
|
63 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:54
|
64 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:115
|
65 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:115
|
66 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:119
|
67 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:143
|
68 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:64
|
69 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:71
|
70 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:65
|
71 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:100
|
72 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:140
|
73 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:200
|
74 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:197
|
75 |
msgid "Settings"
|
76 |
msgstr "הגדרות"
|
77 |
|
80 |
msgstr "תיעוד"
|
81 |
|
82 |
#: admin/views/admin-banner1.php:13 admin/views/admin-banner2.php:13
|
83 |
+
#: includes/class-lsow-setup.php:167
|
84 |
msgid "Livemesh SiteOrigin Widgets"
|
85 |
msgstr "ווידג'טים של Livemesh עבור בנאי הדפים"
|
86 |
|
199 |
"through a dedicated support forum."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: admin/views/documentation.php:1550 admin/views/settings.php:300
|
203 |
msgid "Know More"
|
204 |
msgstr "פרטים נוספים"
|
205 |
|
319 |
msgid "Server setup information useful for debugging purposes."
|
320 |
msgstr "מידע הגדרות השרת שימושי למטרות ניפוי שגיאות."
|
321 |
|
322 |
+
#: admin/views/settings.php:205
|
323 |
+
msgid "Thanks for upgrading to the Premium Version of the plugin!"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: includes/blocks/block-header.php:114
|
327 |
+
#: includes/blocks/headers/block-header-4.php:18
|
328 |
+
#: includes/blocks/headers/block-header-4.php:22
|
329 |
+
#: includes/blocks/headers/block-header-6.php:16
|
330 |
+
#: includes/gallery/common.php:381 includes/helper-functions.php:190
|
331 |
+
msgid "All"
|
332 |
+
msgstr "הכל"
|
333 |
+
|
334 |
+
#: includes/blocks/block-header.php:126
|
335 |
+
msgid "More"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: includes/blocks/block.php:207 includes/gallery/common.php:341
|
339 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:175
|
340 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:236
|
341 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:278
|
342 |
+
msgid "Load More"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: includes/blocks/headers/block-header-6.php:21
|
346 |
+
#: includes/gallery/common.php:386 includes/helper-functions.php:195
|
347 |
+
msgid "View all items filed under "
|
348 |
+
msgstr "הצגת שדה כל הפריטים ב "
|
349 |
+
|
350 |
+
#: includes/blocks/module.php:226 includes/blocks/modules/module-10.php:33
|
351 |
+
#: includes/blocks/modules/module-7.php:28
|
352 |
+
#: includes/blocks/modules/module-8.php:28 includes/helper-functions.php:154
|
353 |
+
msgid "Read more"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: includes/blocks/module.php:288 includes/helper-functions.php:146
|
357 |
+
msgid "By "
|
358 |
+
msgstr "ע\"י"
|
359 |
+
|
360 |
+
#: includes/blocks/module.php:304 includes/helper-functions.php:136
|
361 |
+
#: includes/helper-functions.php:140
|
362 |
+
msgid "l, F, Y, g:i a"
|
363 |
+
msgstr "l, F, Y, g:i a"
|
364 |
+
|
365 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
366 |
+
msgid "No Comments"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
370 |
+
#, php-format
|
371 |
+
msgid "%1$s Comment"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
375 |
+
#, php-format
|
376 |
+
msgid "%1$s Comments"
|
377 |
+
msgstr ""
|
378 |
|
379 |
+
#: includes/blocks/module.php:342 includes/blocks/module.php:344
|
380 |
+
#: includes/blocks/module.php:346
|
381 |
+
#, php-format
|
382 |
+
msgid "Comment on %1$s"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: includes/class-lsow-setup.php:38
|
386 |
msgid "Top Padding (Deprecated)"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: includes/class-lsow-setup.php:41
|
390 |
msgid ""
|
391 |
"Top Padding for the row. Deprecated - use native padding attributes above."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: includes/class-lsow-setup.php:46
|
395 |
msgid "Bottom Padding (Deprecated)"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: includes/class-lsow-setup.php:49
|
399 |
msgid ""
|
400 |
"Bottom Padding for the row. Deprecated - use native padding attributes above."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: includes/class-lsow-setup.php:54
|
404 |
msgid "Top Padding in Tablet resolution (Deprecated)"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: includes/class-lsow-setup.php:57
|
408 |
msgid ""
|
409 |
"Top Padding for the row in tablet resolutions. Deprecated - use native "
|
410 |
"padding attributes above."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: includes/class-lsow-setup.php:62
|
414 |
msgid "Bottom Padding in Tablet resolution (Deprecated)"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: includes/class-lsow-setup.php:65
|
418 |
msgid ""
|
419 |
"Bottom Padding for the row in tablet resolutions. Deprecated - use native "
|
420 |
"padding attributes above."
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: includes/class-lsow-setup.php:70
|
424 |
msgid "Top Padding in Mobile resolution (Deprecated)"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: includes/class-lsow-setup.php:73
|
428 |
msgid ""
|
429 |
"Top Padding for the row in mobile resolutions. Deprecated - use native "
|
430 |
"padding attributes above."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: includes/class-lsow-setup.php:78
|
434 |
msgid "Bottom Padding in Mobile resolution (Deprecated)"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: includes/class-lsow-setup.php:81
|
438 |
msgid ""
|
439 |
"Bottom Padding for the row in mobile resolutions. Deprecated - use native "
|
440 |
"padding attributes above."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: includes/class-lsow-setup.php:88
|
444 |
msgid "Dark Background?"
|
445 |
msgstr "רקע כהה?"
|
446 |
|
447 |
+
#: includes/class-lsow-setup.php:91
|
448 |
msgid ""
|
449 |
"Indicate if this row has a dark background color. Dark color scheme will be "
|
450 |
"applied for all widgets in this row."
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: includes/gallery/common.php:31
|
454 |
+
msgid "Masonry Width"
|
455 |
+
msgstr ""
|
456 |
+
|
457 |
+
#: includes/gallery/common.php:35
|
458 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:105
|
459 |
+
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:155
|
460 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:133
|
461 |
+
msgid "Default"
|
462 |
+
msgstr "ברירת מחדל"
|
463 |
+
|
464 |
+
#: includes/gallery/common.php:36
|
465 |
+
msgid "Wide"
|
466 |
+
msgstr ""
|
467 |
|
468 |
+
#: includes/gallery/common.php:39
|
469 |
+
msgid "Width of the image in masonry gallery grid"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: includes/helper-functions.php:140
|
473 |
msgid "Y"
|
474 |
msgstr "Y"
|
475 |
|
476 |
+
#: includes/helper-functions.php:140
|
477 |
msgid "m"
|
478 |
msgstr "Y"
|
479 |
|
480 |
+
#: includes/helper-functions.php:140
|
481 |
msgid "d"
|
482 |
msgstr "d"
|
483 |
|
484 |
+
#: includes/helper-functions.php:482 includes/helper-functions.php:529
|
485 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:57
|
486 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:163
|
487 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:81
|
488 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:173
|
489 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:233
|
490 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:275
|
491 |
+
msgid "None"
|
492 |
+
msgstr "ללא"
|
493 |
|
494 |
+
#: includes/helper-functions.php:483
|
495 |
+
msgid "Bounce"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: includes/helper-functions.php:484
|
499 |
+
msgid "Flash"
|
500 |
+
msgstr ""
|
501 |
|
502 |
+
#: includes/helper-functions.php:485
|
503 |
+
msgid "Pulse"
|
504 |
+
msgstr ""
|
505 |
|
506 |
+
#: includes/helper-functions.php:486
|
507 |
+
msgid "Swing"
|
508 |
+
msgstr ""
|
509 |
+
|
510 |
+
#: includes/helper-functions.php:487
|
511 |
+
msgid "Shake"
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: includes/helper-functions.php:488
|
515 |
+
msgid "Tada"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: includes/helper-functions.php:489
|
519 |
+
msgid "Wobble"
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#: includes/helper-functions.php:490
|
523 |
+
msgid "Jello"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: includes/helper-functions.php:491
|
527 |
+
msgid "Rubber Band"
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
+
#: includes/helper-functions.php:492
|
531 |
+
msgid "Bounce In"
|
532 |
+
msgstr ""
|
533 |
|
534 |
+
#: includes/helper-functions.php:493
|
535 |
+
msgid "Bounce In Left"
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: includes/helper-functions.php:494
|
539 |
+
msgid "Bounce In Right"
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: includes/helper-functions.php:495
|
543 |
+
msgid "Bounce In Down"
|
544 |
+
msgstr ""
|
545 |
+
|
546 |
+
#: includes/helper-functions.php:496
|
547 |
+
msgid "Bounce In Up"
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: includes/helper-functions.php:497 includes/helper-functions.php:530
|
551 |
msgid "Fade In"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: includes/helper-functions.php:498 includes/helper-functions.php:531
|
555 |
msgid "Fade In Left"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: includes/helper-functions.php:499
|
559 |
+
msgid "Fade In Left Big"
|
560 |
+
msgstr ""
|
561 |
+
|
562 |
+
#: includes/helper-functions.php:500 includes/helper-functions.php:532
|
563 |
msgid "Fade In Right"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: includes/helper-functions.php:501
|
567 |
+
msgid "Fade In Right Big"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: includes/helper-functions.php:502
|
571 |
+
msgid "Fade In Up"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: includes/helper-functions.php:503
|
575 |
+
msgid "Fade In Up Big"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: includes/helper-functions.php:504
|
579 |
+
msgid "Fade In Down"
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: includes/helper-functions.php:505
|
583 |
+
msgid "Fade In Down Big"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: includes/helper-functions.php:506
|
587 |
+
msgid "Flip"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: includes/helper-functions.php:507
|
591 |
+
msgid "Flip In X"
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: includes/helper-functions.php:508
|
595 |
+
msgid "Flip In Y"
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: includes/helper-functions.php:509
|
599 |
+
msgid "Light Speed In"
|
600 |
+
msgstr ""
|
601 |
+
|
602 |
+
#: includes/helper-functions.php:510
|
603 |
+
msgid "Rotate In"
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: includes/helper-functions.php:511
|
607 |
+
msgid "Rotate In Up Left"
|
608 |
+
msgstr ""
|
609 |
+
|
610 |
+
#: includes/helper-functions.php:512
|
611 |
+
msgid "Rotate In Up Right"
|
612 |
+
msgstr ""
|
613 |
+
|
614 |
+
#: includes/helper-functions.php:513
|
615 |
+
msgid "Rotate In Down Left"
|
616 |
+
msgstr ""
|
617 |
+
|
618 |
+
#: includes/helper-functions.php:514
|
619 |
+
msgid "Rotate In Down Right"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: includes/helper-functions.php:515
|
623 |
+
msgid "Slide In Left"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: includes/helper-functions.php:516
|
627 |
+
msgid "Slide In Right"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: includes/helper-functions.php:517
|
631 |
+
msgid "Slide In Down"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: includes/helper-functions.php:518
|
635 |
+
msgid "Slide In Up"
|
636 |
+
msgstr ""
|
637 |
+
|
638 |
+
#: includes/helper-functions.php:519
|
639 |
+
msgid "Zoom In"
|
640 |
+
msgstr ""
|
641 |
+
|
642 |
+
#: includes/helper-functions.php:520
|
643 |
+
msgid "Zoom In Left"
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: includes/helper-functions.php:521
|
647 |
+
msgid "Zoom In Right"
|
648 |
+
msgstr ""
|
649 |
+
|
650 |
+
#: includes/helper-functions.php:522
|
651 |
+
msgid "Zoom In Down"
|
652 |
+
msgstr ""
|
653 |
+
|
654 |
+
#: includes/helper-functions.php:523
|
655 |
+
msgid "Zoom In Up"
|
656 |
+
msgstr ""
|
657 |
+
|
658 |
+
#: includes/helper-functions.php:524
|
659 |
+
msgid "Roll In"
|
660 |
+
msgstr ""
|
661 |
+
|
662 |
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:15
|
663 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:57
|
664 |
msgid "Accordion"
|
665 |
msgstr "אקורדיאון"
|
666 |
|
680 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:55
|
681 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:25
|
682 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:25
|
683 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:91
|
684 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:79
|
685 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:25
|
686 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:96
|
691 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:25
|
692 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:25
|
693 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:25
|
694 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:27
|
695 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:27
|
696 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:27
|
697 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:28
|
698 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:25
|
699 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:128
|
700 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:118
|
701 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:25
|
702 |
msgid "Title"
|
703 |
msgstr "כותרת"
|
704 |
|
705 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:30
|
706 |
msgid "Choose Accordion Style"
|
707 |
msgstr "בחירת עיצוב אקורדיאון"
|
708 |
|
709 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:37
|
710 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:38
|
711 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:37
|
712 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:37
|
713 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:60
|
714 |
msgid "Style 1"
|
715 |
msgstr "עיצוב 1"
|
716 |
|
717 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:38
|
718 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:39
|
719 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:38
|
720 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:38
|
721 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:61
|
722 |
msgid "Style 2"
|
723 |
msgstr "עיצוב 2"
|
724 |
|
725 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:39
|
726 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:40
|
727 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:39
|
728 |
msgid "Style 3"
|
729 |
msgstr "עיצוב 3"
|
730 |
|
731 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:45
|
732 |
msgid "Allow to function like toggle?"
|
733 |
msgstr "לאפשר תפקוד מיתוג?"
|
734 |
|
735 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:46
|
736 |
msgid "Check if multiple elements can be open at the same time."
|
737 |
msgstr "לסמן כדי לאפשר פתיחת כמה תיבות בו זמנית"
|
738 |
|
739 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:51
|
740 |
msgid "Start expanded?"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:52
|
744 |
msgid ""
|
745 |
"Check if you need all elements to be expanded initially. Works only if "
|
746 |
"toggle flag above is checked and hence multiple accordion elements can be "
|
747 |
"open at the same time."
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:58
|
751 |
msgid "Panel"
|
752 |
msgstr "לוח"
|
753 |
|
754 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:67
|
755 |
msgid "Panel Title"
|
756 |
msgstr "כותרת הלוח"
|
757 |
|
758 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:68
|
759 |
msgid "The title for the panel."
|
760 |
msgstr "הכותרת של הלוח"
|
761 |
|
762 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:73
|
763 |
msgid "Panel ID"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:74
|
767 |
msgid ""
|
768 |
"The Panel ID is required to link to a panel. It must be unique across the "
|
769 |
"page, must begin with a letter and may be followed by any number of letters, "
|
770 |
"digits, hyphens or underscores."
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:80
|
774 |
msgid "Panel Content"
|
775 |
msgstr "תוכן הלוח"
|
776 |
|
777 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:81
|
778 |
msgid "The collapsible content of the panel in the accordion."
|
779 |
msgstr "התוכן הנסתר של הלוח באקורדיאון"
|
780 |
|
816 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:30
|
817 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:58
|
818 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:47
|
819 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:69
|
820 |
msgid "Choose Icon Type"
|
821 |
msgstr "בחירת סוג צלמית"
|
822 |
|
826 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:65
|
827 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:104
|
828 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:54
|
829 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:82
|
830 |
msgid "Icon"
|
831 |
msgstr "צלמית"
|
832 |
|
834 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:38
|
835 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:66
|
836 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:55
|
837 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:83
|
838 |
msgid "Icon Image"
|
839 |
msgstr "תמונת צלמית"
|
840 |
|
851 |
msgstr "שם מחלקת ה CSS עבור הכפתור"
|
852 |
|
853 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:90
|
854 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:30
|
855 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:37
|
856 |
msgid "Class"
|
857 |
msgstr "מחלקה"
|
858 |
|
865 |
msgstr "עיצוב"
|
866 |
|
867 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:102
|
868 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:130
|
869 |
msgid "The color of the button."
|
870 |
msgstr "צבע הכפתור"
|
871 |
|
872 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:103
|
873 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:131
|
874 |
msgid "Color"
|
875 |
msgstr "צבע"
|
876 |
|
|
|
|
|
|
|
|
|
|
|
877 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:106
|
878 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:38
|
879 |
msgid "Custom"
|
880 |
msgstr "התאמה אישית"
|
881 |
|
882 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:107
|
883 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:134
|
884 |
msgid "Black"
|
885 |
msgstr "שחור"
|
886 |
|
887 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:108
|
888 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:135
|
889 |
msgid "Blue"
|
890 |
msgstr "כחול"
|
891 |
|
892 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:109
|
893 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:136
|
894 |
msgid "Cyan"
|
895 |
msgstr "טורקיז"
|
896 |
|
897 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:110
|
898 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:137
|
899 |
msgid "Green"
|
900 |
msgstr "ירוק"
|
901 |
|
902 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:111
|
903 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:138
|
904 |
msgid "Orange"
|
905 |
msgstr "כתום"
|
906 |
|
907 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:112
|
908 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:139
|
909 |
msgid "Pink"
|
910 |
msgstr "ורוד"
|
911 |
|
912 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:113
|
913 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:140
|
914 |
msgid "Red"
|
915 |
msgstr "אדום"
|
916 |
|
917 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:114
|
918 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:141
|
919 |
msgid "Teal"
|
920 |
msgstr "ירוק כחלחל"
|
921 |
|
922 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:115
|
923 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:142
|
924 |
msgid "Transparent"
|
925 |
msgstr "שקוף"
|
926 |
|
927 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:116
|
928 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:143
|
929 |
msgid "Semi Transparent"
|
930 |
msgstr "שקוף למחצה"
|
931 |
|
946 |
msgstr "צבע הכפתור בריחוף עכבר"
|
947 |
|
948 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:140
|
949 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:149
|
950 |
msgid "Button Size"
|
951 |
msgstr "גודל הכפתור"
|
952 |
|
953 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:142
|
954 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:157
|
955 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:151
|
956 |
msgid "Medium"
|
957 |
msgstr "בינוני"
|
958 |
|
959 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:143
|
960 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:158
|
961 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:152
|
962 |
msgid "Large"
|
963 |
msgstr "גדול"
|
964 |
|
965 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:144
|
966 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:156
|
967 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:153
|
968 |
msgid "Small"
|
969 |
msgstr "קטן"
|
970 |
|
971 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:150
|
972 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:158
|
973 |
msgid "Display rounded button?"
|
974 |
msgstr "להציג כפתור מעוגל?"
|
975 |
|
989 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:164
|
990 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:48
|
991 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:134
|
992 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:49
|
993 |
msgid "Center"
|
994 |
msgstr "מרכז"
|
995 |
|
996 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:165
|
997 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:49
|
998 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:132
|
999 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:47
|
1000 |
msgid "Left"
|
1001 |
msgstr "שמאל"
|
1002 |
|
1003 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:166
|
1004 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:50
|
1005 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:133
|
1006 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:48
|
1007 |
msgid "Right"
|
1008 |
msgstr "ימין"
|
1009 |
|
1014 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:109
|
1015 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:133
|
1016 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:62
|
1017 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:55
|
1018 |
msgid "Choose Animation Type"
|
1019 |
msgstr ""
|
1020 |
|
1038 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:54
|
1039 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:39
|
1040 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:39
|
1041 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:77
|
1042 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:52
|
1043 |
msgid "Name"
|
1044 |
msgstr "שם"
|
1045 |
|
1048 |
msgstr "כותרת לזיהוי רכיב ה HTML"
|
1049 |
|
1050 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:48
|
1051 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:58
|
1052 |
msgid "HTML element"
|
1053 |
msgstr "רכיב HTML"
|
1054 |
|
1069 |
|
1070 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:69
|
1071 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:165
|
1072 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:127
|
1073 |
msgid "Carousel Settings"
|
1074 |
msgstr "הגדרות קרוסלה"
|
1075 |
|
1076 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:74
|
1077 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:170
|
1078 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:154
|
1079 |
msgid "Prev/Next Arrows?"
|
1080 |
msgstr "חצי הקודם/הבא?"
|
1081 |
|
1082 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:80
|
1083 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:176
|
1084 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:160
|
1085 |
msgid "Show dot indicators for navigation?"
|
1086 |
msgstr "להציג ניווט נקודות?"
|
1087 |
|
1088 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:85
|
1089 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:181
|
1090 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:165
|
1091 |
msgid "Autoplay?"
|
1092 |
msgstr "הפעלה אוטומטית?"
|
1093 |
|
1094 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:86
|
1095 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:182
|
1096 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:166
|
1097 |
msgid "Should the carousel autoplay as in a slideshow."
|
1098 |
msgstr "האם הקרוסלה צריכה לפעול אוטומטית כמצגת שקופיות?"
|
1099 |
|
1100 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:93
|
1101 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:189
|
1102 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:173
|
1103 |
msgid "Autoplay speed in ms"
|
1104 |
msgstr "מהירות הקרוסלה באלפיות השניה"
|
1105 |
|
1106 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:100
|
1107 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:196
|
1108 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:180
|
1109 |
msgid "Autoplay animation speed in ms"
|
1110 |
msgstr "מהירות האנימציה באלפיות השניה"
|
1111 |
|
1112 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:106
|
1113 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:202
|
1114 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:186
|
1115 |
msgid "Pause on mouse hover?"
|
1116 |
msgstr "לעצור בריחוף עכבר?"
|
1117 |
|
1118 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:112
|
1119 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:146
|
1120 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:181
|
1121 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:201
|
1122 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:208
|
1123 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:242
|
1124 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:277
|
1125 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:192
|
1126 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:226
|
1127 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:261
|
1128 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:403
|
1129 |
msgid "Columns per row"
|
1130 |
msgstr "מספר עמודות בשורה"
|
1131 |
|
1135 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:217
|
1136 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:250
|
1137 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:285
|
1138 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:201
|
1139 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:234
|
1140 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:269
|
1141 |
msgid "Columns to scroll"
|
1142 |
msgstr "עמודות לגלילה"
|
1143 |
|
1144 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:130
|
1145 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:162
|
1146 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:197
|
1147 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:228
|
1148 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:245
|
1149 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:266
|
1150 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:226
|
1151 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:258
|
1152 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:293
|
1153 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:210
|
1154 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:242
|
1155 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:277
|
1156 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:262
|
1157 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:279
|
1158 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:300
|
1159 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:430
|
1160 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:447
|
1161 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:468
|
1162 |
msgid "Gutter"
|
1163 |
msgstr "גאטר"
|
1164 |
|
1165 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:131
|
1166 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:163
|
1167 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:198
|
1168 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:246
|
1169 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:267
|
1170 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:227
|
1171 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:259
|
1172 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:294
|
1173 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:211
|
1174 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:243
|
1175 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:278
|
1176 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:280
|
1177 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:301
|
1178 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:448
|
1179 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:469
|
1180 |
msgid "Space between columns."
|
1181 |
msgstr "מרווח בין עמודות"
|
1182 |
|
1183 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:137
|
1184 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:265
|
1185 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:235
|
1186 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:233
|
1187 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:217
|
1188 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:269
|
1189 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:437
|
1190 |
msgid "Responsive"
|
1191 |
msgstr "רספונסיבי"
|
1192 |
|
1193 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:142
|
1194 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:270
|
1195 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:240
|
1196 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:238
|
1197 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:222
|
1198 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:274
|
1199 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:442
|
1200 |
msgid "Tablet"
|
1201 |
msgstr "טאבלט"
|
1202 |
|
1204 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:203
|
1205 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:286
|
1206 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:311
|
1207 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:252
|
1208 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:273
|
1209 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:264
|
1210 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:299
|
1211 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:248
|
1212 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:283
|
1213 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:286
|
1214 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:307
|
1215 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:454
|
1216 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:475
|
1217 |
msgid "Resolution"
|
1218 |
msgstr "רזולוציה"
|
1219 |
|
1220 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:169
|
1221 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:287
|
1222 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:253
|
1223 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:265
|
1224 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:249
|
1225 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:287
|
1226 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:455
|
1227 |
msgid "The resolution to treat as a tablet resolution."
|
1228 |
msgstr "הרזולוציה להתייחסות כאל רזולוציית טאבלט"
|
1229 |
|
1230 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:177
|
1231 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:295
|
1232 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:261
|
1233 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:273
|
1234 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:257
|
1235 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:295
|
1236 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:463
|
1237 |
msgid "Mobile Phone"
|
1238 |
msgstr "טלפון נייד"
|
1239 |
|
1240 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:204
|
1241 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:312
|
1242 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:274
|
1243 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:300
|
1244 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:284
|
1245 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:308
|
1246 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:476
|
1247 |
msgid "The resolution to treat as a mobile resolution."
|
1248 |
msgstr "הרזולוציה להתייחסות כאל טלפון נייד"
|
1249 |
|
1390 |
msgstr "טקסט כותרת המשנה"
|
1391 |
|
1392 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:91
|
1393 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:114
|
1394 |
msgid "Button text"
|
1395 |
msgstr "טקסט הכפתור"
|
1396 |
|
1397 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:96
|
1398 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:122
|
1399 |
msgid "Button URL"
|
1400 |
msgstr "כתובת הכפתור"
|
1401 |
|
1402 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:101
|
1403 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:126
|
1404 |
msgid "Open URL in a new window"
|
1405 |
msgstr "פתיחת הקישור בחלון חדש"
|
1406 |
|
1434 |
msgstr "תמונת פאראלקס"
|
1435 |
|
1436 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:128
|
1437 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:59
|
1438 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:64
|
1439 |
msgid "YouTube Video"
|
1440 |
msgstr "סרטון יוטיוב"
|
1441 |
|
1442 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:129
|
1443 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:61
|
1444 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:66
|
1445 |
msgid "HTML5 Video"
|
1446 |
msgstr "סרטון HTML5"
|
1447 |
|
1590 |
msgstr "פתיחת הקישור בחלון חדש"
|
1591 |
|
1592 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:129
|
1593 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:44
|
1594 |
msgid "Alignment"
|
1595 |
msgstr "יישור"
|
1596 |
|
1722 |
msgid "Piecharts per row in Mobile Resolution"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:18
|
1726 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:18
|
1727 |
msgid "Posts Grid"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:20
|
1731 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:20
|
1732 |
msgid ""
|
1733 |
"Showcase your work or posts or any custom post types with a filterable "
|
1734 |
"portfolio layout. Make sure that Portfolio Post Type plugin is activated"
|
1735 |
msgstr "תצוגת רשת של העבודה שלך או של כל סוג פוסט בפריסה מסוננת."
|
1736 |
|
1737 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:96
|
1738 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:34
|
1739 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:39
|
1740 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:139
|
1741 |
msgid "Heading for the grid"
|
1742 |
msgstr "כותרת הרשת"
|
1743 |
|
1744 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:101
|
1745 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:84
|
1746 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:186
|
1747 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:183
|
1748 |
msgid "Posts query"
|
1749 |
msgstr "שאילתת הפוסטים"
|
1750 |
|
1751 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:102
|
1752 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:187
|
1753 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:184
|
1754 |
msgid ""
|
1755 |
"After you build the query, make sure you choose the right taxonomy below to "
|
1756 |
"display for your posts and filter on, based on the post type selected during "
|
1759 |
"עם סיום בניית השאילתה, נא לוודא שבחרת את הטקסונומיה הנכונה להצגת הפוסטים "
|
1760 |
"הנכונים בהתבסס על סוג הפוסט שבחרת"
|
1761 |
|
1762 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:107
|
1763 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:192
|
1764 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:189
|
1765 |
msgid "Choose the taxonomy to display and filter on."
|
1766 |
msgstr "בחירת טקסונומיה לסינון הצגת הפוסטים"
|
1767 |
|
1768 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:108
|
1769 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:193
|
1770 |
msgid ""
|
1771 |
"Choose the taxonomy information to display for posts/portfolio and the "
|
1772 |
"taxonomy that is used to filter the portfolio/post. Takes effect only if no "
|
1775 |
"בחירת מידע הטקסונומיה לסינון הצגת הפוסטים. בשימוש רק אם לא צוין מסנן "
|
1776 |
"טקסונומי בשאילתה"
|
1777 |
|
1778 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:120
|
1779 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:145
|
1780 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:205
|
1781 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:254
|
1782 |
msgid "Filterable?"
|
1783 |
msgstr "בר סינון?"
|
1784 |
|
1785 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:126
|
1786 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:151
|
1787 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:211
|
1788 |
msgid "Choose a layout for the grid"
|
1789 |
msgstr "בחירת פריסה עבור הרשת"
|
1790 |
|
1791 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:133
|
1792 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:158
|
1793 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:218
|
1794 |
msgid "Fit Rows"
|
1795 |
msgstr "מותאם לשורה"
|
1796 |
|
1797 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:134
|
1798 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:159
|
1799 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:219
|
1800 |
msgid "Masonry"
|
1801 |
msgstr "בניה"
|
1802 |
|
1803 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:140
|
1804 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:252
|
1805 |
msgid "Link the image to the post/portfolio?"
|
1806 |
msgstr "לקשר את התמונה לפוסט?"
|
1807 |
|
1808 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:146
|
1809 |
msgid "Post Link Target"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:149
|
1813 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:117
|
1814 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:147
|
1815 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:237
|
1816 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:185
|
1817 |
msgid "Same Window"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:150
|
1821 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:118
|
1822 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:148
|
1823 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:238
|
1824 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:186
|
1825 |
msgid "New Window"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:156
|
1829 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:108
|
1830 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:188
|
1831 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:44
|
1832 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:138
|
1833 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:228
|
1834 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:176
|
1835 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:264
|
1836 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:306
|
1837 |
msgid "Image Size"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:162
|
1841 |
msgid "Display project title for the post/portfolio?"
|
1842 |
msgstr ""
|
1843 |
|
1844 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:168
|
1845 |
msgid "Display project excerpt/summary for the post/portfolio?"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:174
|
1849 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:136
|
1850 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:354
|
1851 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:347
|
1852 |
msgid "Post Meta"
|
1853 |
msgstr "תיאור פוסט"
|
1854 |
|
1855 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:179
|
1856 |
msgid "Display post author info for the post item?"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:185
|
1860 |
msgid "Display post date info for the post item?"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:191
|
1864 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:370
|
1865 |
msgid "Display taxonomy info for the post item?"
|
1866 |
msgstr ""
|
1867 |
|
1868 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:210
|
1869 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:412
|
1870 |
msgid "Columns per row in Tablet Resolution"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:219
|
1874 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:421
|
1875 |
msgid "Columns per row in Mobile Resolution"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:229
|
1879 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:263
|
1880 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:431
|
1881 |
msgid "Space between columns in masonry grid."
|
1882 |
msgstr "המרווח בין העמודות ברשת בניה"
|
1883 |
|
1904 |
msgstr "האם לקשר את התמונות לפוסטים?"
|
1905 |
|
1906 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:114
|
1907 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:144
|
1908 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:234
|
1909 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:182
|
1910 |
msgid "Link Target"
|
1911 |
msgstr ""
|
1912 |
|
1919 |
msgstr "להציג למטה תקציר?"
|
1920 |
|
1921 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:141
|
1922 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:352
|
1923 |
msgid "Display post author info below the post item?"
|
1924 |
msgstr "האם להציג את מחבר הפוסט מתחת לפריט?"
|
1925 |
|
1926 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:147
|
1927 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:358
|
1928 |
msgid "Display post date info below the post item?"
|
1929 |
msgstr "האם להציג את תאריך הפוסט מתחת לפריט?"
|
1930 |
|
1969 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:52
|
1970 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:51
|
1971 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:51
|
1972 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:58
|
1973 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:63
|
1974 |
msgid "Image"
|
1975 |
msgstr "תמונה"
|
1976 |
|
2136 |
msgstr "הכותרת של לוח הסטטיסטיקה"
|
2137 |
|
2138 |
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:15
|
2139 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:89
|
2140 |
msgid "Tabs"
|
2141 |
msgstr "לשוניות"
|
2142 |
|
2144 |
msgid "Display tabbed content in variety of styles."
|
2145 |
msgstr "הצגת תוכן בלשוניות במגוון עיצובים"
|
2146 |
|
2147 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:30
|
2148 |
msgid "Choose Tab Style"
|
2149 |
msgstr "בחירת עיצוב הלשונית"
|
2150 |
|
2151 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:37
|
2152 |
msgid "Tab Style 1"
|
2153 |
msgstr "עיצוב 1"
|
2154 |
|
2155 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:38
|
2156 |
msgid "Tab Style 2"
|
2157 |
msgstr "עיצוב 2"
|
2158 |
|
2159 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:39
|
2160 |
msgid "Tab Style 3"
|
2161 |
msgstr "עיצוב 3"
|
2162 |
|
2163 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:40
|
2164 |
msgid "Tab Style 4"
|
2165 |
msgstr "עיצוב 4"
|
2166 |
|
2167 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:41
|
2168 |
msgid "Tab Style 5"
|
2169 |
msgstr "עיצוב 5"
|
2170 |
|
2171 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:42
|
2172 |
msgid "Tab Style 6"
|
2173 |
msgstr "עיצוב 6"
|
2174 |
|
2175 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:43
|
2176 |
msgid "Vertical Tab Style 1"
|
2177 |
msgstr "עיצוב אנכי 1"
|
2178 |
|
2179 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:44
|
2180 |
msgid "Vertical Tab Style 2"
|
2181 |
msgstr "עיצוב אנכי 2"
|
2182 |
|
2183 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:45
|
2184 |
msgid "Vertical Tab Style 3"
|
2185 |
msgstr "עיצוב אנכי 3"
|
2186 |
|
2187 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:46
|
2188 |
msgid "Vertical Tab Style 4"
|
2189 |
msgstr "עיצוב אנכי 4"
|
2190 |
|
2191 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:52
|
2192 |
msgid "Tab highlight color"
|
2193 |
msgstr "צבע הבלטת הלשונית"
|
2194 |
|
2195 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:62
|
2196 |
msgid "Mobile Resolution"
|
2197 |
msgstr "רזולוציית טלפון נייד"
|
2198 |
|
2199 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:63
|
2200 |
msgid ""
|
2201 |
"The resolution to treat as a mobile resolution for invoking responsive tabs."
|
2202 |
msgstr ""
|
2203 |
"הרזולוציה שתשמש להתייחסות כאל רזולוציית טלפון נייד בלשוניות רספונסיביות"
|
2204 |
|
2205 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:70
|
2206 |
msgid "Some styles may ignore icons chosen."
|
2207 |
msgstr "חלק מן העיצובים עלולים להתעלם מן הצלמיות שנבחרו"
|
2208 |
|
2209 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:90
|
2210 |
msgid "Single Tab"
|
2211 |
msgstr "לשונית יחידה"
|
2212 |
|
2213 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:100
|
2214 |
msgid "Tab Title"
|
2215 |
msgstr "כותרת הלשונית"
|
2216 |
|
2217 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:101
|
2218 |
msgid "The title for the tab shown as name for tab navigation."
|
2219 |
msgstr "הכותרת עבור הלשונית המוצגת כשם הלשונית בניווט הלשוניות"
|
2220 |
|
2221 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:106
|
2222 |
msgid "Tab ID"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:107
|
2226 |
msgid ""
|
2227 |
"The Tab ID is required to link to a tab. It must be unique across the page, "
|
2228 |
"must begin with a letter and may be followed by any number of letters, "
|
2229 |
"digits, hyphens or underscores."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:112
|
2233 |
msgid "Tab Image."
|
2234 |
msgstr "תמונת הלשונית"
|
2235 |
|
2236 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:122
|
2237 |
msgid "Tab Icon."
|
2238 |
msgstr "צלמית הלשונית"
|
2239 |
|
2240 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:132
|
2241 |
msgid "Tab Content"
|
2242 |
msgstr "תוכן הלשונית"
|
2243 |
|
2244 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:133
|
2245 |
msgid "The content of the tab."
|
2246 |
msgstr "תוכן הלשונית"
|
2247 |
|
2434 |
|
2435 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:56
|
2436 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:56
|
2437 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:94
|
2438 |
msgid "Text"
|
2439 |
msgstr "טקסט"
|
2440 |
|
2444 |
msgstr "מה הלקוח שלך אומר"
|
2445 |
|
2446 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:69
|
2447 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:290
|
2448 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:134
|
2449 |
msgid "Slideshow speed"
|
2450 |
msgstr "מהירות המצגת"
|
2451 |
|
2503 |
msgid "Testimonials per row in Mobile Resolution"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:17
|
2507 |
+
msgid "Countdown"
|
2508 |
+
msgstr ""
|
2509 |
|
2510 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:19
|
2511 |
+
msgid "Display a countdown timer for an end date."
|
2512 |
+
msgstr ""
|
2513 |
|
2514 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:32
|
2515 |
+
msgid "Countdown Label"
|
2516 |
+
msgstr ""
|
2517 |
|
2518 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:33
|
2519 |
+
msgid "The label for the countdown."
|
2520 |
+
msgstr ""
|
2521 |
|
2522 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:38
|
2523 |
+
msgid "End date"
|
2524 |
+
msgstr ""
|
2525 |
|
2526 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:39
|
2527 |
+
msgid "The end date for the countdown."
|
2528 |
+
msgstr ""
|
2529 |
|
2530 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:17
|
2531 |
+
msgid "FAQ"
|
2532 |
+
msgstr ""
|
2533 |
|
2534 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:19
|
2535 |
+
msgid "Create FAQ to display in a multi-column grid."
|
2536 |
+
msgstr ""
|
2537 |
|
2538 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:32
|
2539 |
+
msgid "Frequently Asked Questions"
|
2540 |
+
msgstr ""
|
2541 |
|
2542 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:33
|
2543 |
+
msgid "FAQ Item"
|
2544 |
+
msgstr ""
|
2545 |
|
2546 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:43
|
2547 |
+
msgid "Question"
|
2548 |
+
msgstr ""
|
2549 |
|
2550 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:44
|
2551 |
+
msgid "The question for the FAQ item."
|
2552 |
+
msgstr ""
|
2553 |
|
2554 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:49
|
2555 |
+
msgid "Answer"
|
2556 |
+
msgstr ""
|
2557 |
|
2558 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:50
|
2559 |
+
msgid "The HTML content as answer for the FAQ item."
|
2560 |
+
msgstr ""
|
2561 |
|
2562 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:70
|
2563 |
+
msgid "FAQ Items per row"
|
2564 |
+
msgstr ""
|
2565 |
|
2566 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:78
|
2567 |
+
msgid "FAQ Items per row in Tablet Resolution"
|
2568 |
+
msgstr ""
|
2569 |
|
2570 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:86
|
2571 |
+
msgid "FAQ Items per row in Mobile Resolution"
|
2572 |
+
msgstr ""
|
2573 |
|
2574 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:16
|
2575 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:56
|
2576 |
+
msgid "Features"
|
2577 |
+
msgstr ""
|
2578 |
|
2579 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:18
|
2580 |
+
msgid "Display product features or services offered."
|
2581 |
+
msgstr ""
|
2582 |
|
2583 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:32
|
2584 |
+
msgid "Features Container ID"
|
2585 |
+
msgstr ""
|
2586 |
|
2587 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:33
|
2588 |
+
msgid "The CSS ID for the features container DIV element."
|
2589 |
+
msgstr ""
|
2590 |
+
|
2591 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:38
|
2592 |
+
msgid "Features Container Class"
|
2593 |
+
msgstr ""
|
2594 |
+
|
2595 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:39
|
2596 |
+
msgid "The CSS class for the features container DIV element."
|
2597 |
+
msgstr ""
|
2598 |
+
|
2599 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:50
|
2600 |
+
msgid "Apply tiled design?"
|
2601 |
+
msgstr ""
|
2602 |
+
|
2603 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:57
|
2604 |
+
msgid "Feature"
|
2605 |
+
msgstr ""
|
2606 |
+
|
2607 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:67
|
2608 |
+
msgid "Feature Class"
|
2609 |
+
msgstr ""
|
2610 |
+
|
2611 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:68
|
2612 |
+
msgid "The CSS class for the feature DIV element."
|
2613 |
+
msgstr ""
|
2614 |
+
|
2615 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:73
|
2616 |
+
msgid "Feature Title"
|
2617 |
+
msgstr ""
|
2618 |
+
|
2619 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:74
|
2620 |
+
msgid "The title for the feature."
|
2621 |
+
msgstr ""
|
2622 |
+
|
2623 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:79
|
2624 |
+
msgid "Feature Subtitle"
|
2625 |
+
msgstr ""
|
2626 |
+
|
2627 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:80
|
2628 |
+
msgid "The subtitle for the feature."
|
2629 |
+
msgstr ""
|
2630 |
+
|
2631 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:86
|
2632 |
+
msgid "Feature Image."
|
2633 |
+
msgstr ""
|
2634 |
+
|
2635 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:87
|
2636 |
+
msgid ""
|
2637 |
+
"An icon image or a bitmap which best represents the feature we are capturing"
|
2638 |
+
msgstr ""
|
2639 |
+
|
2640 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:93
|
2641 |
+
msgid "The feature content."
|
2642 |
+
msgstr ""
|
2643 |
+
|
2644 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:95
|
2645 |
+
msgid "Feature content goes here."
|
2646 |
+
msgstr ""
|
2647 |
+
|
2648 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:105
|
2649 |
+
msgid "Choose Animation for Feature Image"
|
2650 |
+
msgstr ""
|
2651 |
+
|
2652 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:112
|
2653 |
+
msgid "Choose Animation for Feature Text"
|
2654 |
+
msgstr ""
|
2655 |
+
|
2656 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:18
|
2657 |
+
msgid "Gallery Carousel"
|
2658 |
+
msgstr ""
|
2659 |
+
|
2660 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:20
|
2661 |
+
msgid "Display images or videos in a responsive carousel."
|
2662 |
+
msgstr ""
|
2663 |
+
|
2664 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:33
|
2665 |
+
msgid "Gallery Carousel Class/Identifier"
|
2666 |
+
msgstr ""
|
2667 |
+
|
2668 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:34
|
2669 |
+
msgid ""
|
2670 |
+
"Specify an unique identifier used as a custom CSS class name and lightbox "
|
2671 |
+
"group name/slug for the gallery carousel element."
|
2672 |
+
msgstr ""
|
2673 |
+
|
2674 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:39
|
2675 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:44
|
2676 |
+
msgid "Gallery Items"
|
2677 |
+
msgstr ""
|
2678 |
+
|
2679 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:40
|
2680 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:45
|
2681 |
+
msgid "Gallery Item"
|
2682 |
+
msgstr ""
|
2683 |
+
|
2684 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:50
|
2685 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:55
|
2686 |
+
msgid "Item Type"
|
2687 |
+
msgstr ""
|
2688 |
+
|
2689 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:51
|
2690 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:56
|
2691 |
+
msgid ""
|
2692 |
+
"Specify the item type - if this is an image or represents a YouTube/Vimeo/"
|
2693 |
+
"HTML5 video."
|
2694 |
+
msgstr ""
|
2695 |
+
|
2696 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:60
|
2697 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:65
|
2698 |
+
msgid "Vimeo Video"
|
2699 |
+
msgstr ""
|
2700 |
+
|
2701 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:66
|
2702 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:71
|
2703 |
+
msgid "Item Label"
|
2704 |
+
msgstr ""
|
2705 |
+
|
2706 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:67
|
2707 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:72
|
2708 |
+
msgid "The label or name for the gallery item."
|
2709 |
+
msgstr ""
|
2710 |
+
|
2711 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:71
|
2712 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:76
|
2713 |
+
msgid "Gallery Image"
|
2714 |
+
msgstr ""
|
2715 |
+
|
2716 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:73
|
2717 |
+
msgid ""
|
2718 |
+
"The image for the gallery item. If item type chosen is YouTube or Vimeo or "
|
2719 |
+
"MP4/WebM video, the image will be used as a placeholder image for video."
|
2720 |
+
msgstr ""
|
2721 |
+
|
2722 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:77
|
2723 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:82
|
2724 |
+
msgid "Item Tag(s)"
|
2725 |
+
msgstr ""
|
2726 |
+
|
2727 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:78
|
2728 |
+
msgid "One or more comma separated tags for the gallery item."
|
2729 |
+
msgstr ""
|
2730 |
+
|
2731 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:82
|
2732 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:87
|
2733 |
+
msgid "Page URL"
|
2734 |
+
msgstr ""
|
2735 |
+
|
2736 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:83
|
2737 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:88
|
2738 |
+
msgid ""
|
2739 |
+
"The URL of the page to which the image gallery item points to (optional)."
|
2740 |
+
msgstr ""
|
2741 |
+
|
2742 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:91
|
2743 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:96
|
2744 |
+
msgid "Video URL"
|
2745 |
+
msgstr ""
|
2746 |
+
|
2747 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:92
|
2748 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:97
|
2749 |
+
msgid "The URL of the YouTube or Vimeo video."
|
2750 |
+
msgstr ""
|
2751 |
+
|
2752 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:100
|
2753 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:105
|
2754 |
+
msgid "MP4 Video URL"
|
2755 |
+
msgstr ""
|
2756 |
+
|
2757 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:101
|
2758 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:106
|
2759 |
+
msgid "The URL of the MP4 video."
|
2760 |
+
msgstr ""
|
2761 |
+
|
2762 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:109
|
2763 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:114
|
2764 |
+
msgid "WebM Video URL"
|
2765 |
+
msgstr ""
|
2766 |
+
|
2767 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:110
|
2768 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:115
|
2769 |
+
msgid "The URL of the WebM video."
|
2770 |
+
msgstr ""
|
2771 |
+
|
2772 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:118
|
2773 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:132
|
2774 |
+
msgid "Item description"
|
2775 |
+
msgstr ""
|
2776 |
+
|
2777 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:119
|
2778 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:133
|
2779 |
+
msgid ""
|
2780 |
+
"Short description for the gallery item displayed in the lightbox gallery."
|
2781 |
+
"(optional)"
|
2782 |
+
msgstr ""
|
2783 |
+
|
2784 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:132
|
2785 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:244
|
2786 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:270
|
2787 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:312
|
2788 |
+
msgid "Enable Lightbox Gallery?"
|
2789 |
+
msgstr ""
|
2790 |
+
|
2791 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:18
|
2792 |
+
msgid "Gallery"
|
2793 |
+
msgstr ""
|
2794 |
+
|
2795 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:20
|
2796 |
+
msgid "Display images or videos in a multi-column grid"
|
2797 |
+
msgstr ""
|
2798 |
+
|
2799 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:28
|
2800 |
+
msgid "Gallery Class/Identifier"
|
2801 |
+
msgstr ""
|
2802 |
+
|
2803 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:29
|
2804 |
+
msgid ""
|
2805 |
+
"Specify an unique identifier used as a custom CSS class name and lightbox "
|
2806 |
+
"group name/slug for the gallery element."
|
2807 |
+
msgstr ""
|
2808 |
+
|
2809 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:78
|
2810 |
+
msgid ""
|
2811 |
+
"The image for the gallery item. If item type chosen is YouTube or Vimeo "
|
2812 |
+
"video or MP4/WebM video, the image will be used as a placeholder image for "
|
2813 |
+
"video."
|
2814 |
+
msgstr ""
|
2815 |
+
|
2816 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:83
|
2817 |
+
msgid ""
|
2818 |
+
"One or more comma separated tags for the gallery item. Useful when items are "
|
2819 |
+
"made filterable."
|
2820 |
+
msgstr ""
|
2821 |
+
|
2822 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:123
|
2823 |
+
msgid "Display video inline?"
|
2824 |
+
msgstr ""
|
2825 |
+
|
2826 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:165
|
2827 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:225
|
2828 |
+
msgid "Pagination"
|
2829 |
+
msgstr ""
|
2830 |
+
|
2831 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:166
|
2832 |
+
msgid ""
|
2833 |
+
"Choose pagination type or choose None if no pagination is desired. Make sure "
|
2834 |
+
"you enter the items per page value in the option 'Number of items to be "
|
2835 |
+
"displayed per page and on each load more invocation' field below to control "
|
2836 |
+
"number of items to display per page."
|
2837 |
+
msgstr ""
|
2838 |
+
|
2839 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:174
|
2840 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:235
|
2841 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:277
|
2842 |
+
msgid "Paged"
|
2843 |
+
msgstr ""
|
2844 |
+
|
2845 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:181
|
2846 |
+
msgid "Display count of items yet to be loaded with the load more button?"
|
2847 |
+
msgstr ""
|
2848 |
+
|
2849 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:191
|
2850 |
+
msgid ""
|
2851 |
+
"Number of items to be displayed per page and on each load more invocation."
|
2852 |
+
msgstr ""
|
2853 |
+
|
2854 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:201
|
2855 |
+
msgid "Gallery Items per row"
|
2856 |
+
msgstr ""
|
2857 |
+
|
2858 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:210
|
2859 |
+
msgid "Gallery Items per row in Tablet Resolution"
|
2860 |
+
msgstr ""
|
2861 |
+
|
2862 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:219
|
2863 |
+
msgid "Gallery Items per row in Mobile Resolution"
|
2864 |
+
msgstr ""
|
2865 |
+
|
2866 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:250
|
2867 |
+
msgid "Display Item Title?"
|
2868 |
+
msgstr ""
|
2869 |
+
|
2870 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:256
|
2871 |
+
msgid "Display Item Tags?"
|
2872 |
+
msgstr ""
|
2873 |
+
|
2874 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:15
|
2875 |
+
msgid "Image Slider"
|
2876 |
+
msgstr ""
|
2877 |
+
|
2878 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:17
|
2879 |
+
msgid "Create a responsive image slider."
|
2880 |
+
msgstr ""
|
2881 |
+
|
2882 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:29
|
2883 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:36
|
2884 |
+
msgid "Set a unique CSS class for the slider. (optional)."
|
2885 |
+
msgstr ""
|
2886 |
+
|
2887 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:35
|
2888 |
+
msgid "Select slider type."
|
2889 |
+
msgstr ""
|
2890 |
+
|
2891 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:36
|
2892 |
+
msgid "Slider Type"
|
2893 |
+
msgstr ""
|
2894 |
+
|
2895 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:38
|
2896 |
+
msgid "Flex Slider"
|
2897 |
+
msgstr ""
|
2898 |
+
|
2899 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:39
|
2900 |
+
msgid "Nivo Slider"
|
2901 |
+
msgstr ""
|
2902 |
+
|
2903 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:40
|
2904 |
+
msgid "Slick Slider"
|
2905 |
+
msgstr ""
|
2906 |
+
|
2907 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:41
|
2908 |
+
msgid "Responsive Slider"
|
2909 |
+
msgstr ""
|
2910 |
+
|
2911 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:53
|
2912 |
+
msgid "Choose Caption Style"
|
2913 |
+
msgstr ""
|
2914 |
+
|
2915 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:67
|
2916 |
+
msgid "Slides"
|
2917 |
+
msgstr ""
|
2918 |
+
|
2919 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:68
|
2920 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:195
|
2921 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:74
|
2922 |
+
msgid "Slide"
|
2923 |
+
msgstr ""
|
2924 |
+
|
2925 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:78
|
2926 |
+
msgid "The title to identify the slide"
|
2927 |
+
msgstr ""
|
2928 |
+
|
2929 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:82
|
2930 |
+
msgid "Slide Image"
|
2931 |
+
msgstr ""
|
2932 |
+
|
2933 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:84
|
2934 |
+
msgid "The image for the slide."
|
2935 |
+
msgstr ""
|
2936 |
+
|
2937 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:88
|
2938 |
+
msgid "URL to link to by image and caption heading. (optional)"
|
2939 |
+
msgstr ""
|
2940 |
+
|
2941 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:89
|
2942 |
+
msgid ""
|
2943 |
+
"Specify the URL to which the slide image and caption heading should link to. "
|
2944 |
+
"(optional)"
|
2945 |
+
msgstr ""
|
2946 |
+
|
2947 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:93
|
2948 |
+
msgid "Slider Caption Details"
|
2949 |
+
msgstr ""
|
2950 |
+
|
2951 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:97
|
2952 |
+
msgid "Caption Heading"
|
2953 |
+
msgstr ""
|
2954 |
+
|
2955 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:101
|
2956 |
+
msgid "Caption Sub-heading"
|
2957 |
+
msgstr ""
|
2958 |
+
|
2959 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:106
|
2960 |
+
msgid "Slider Caption Button"
|
2961 |
+
msgstr ""
|
2962 |
+
|
2963 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:171
|
2964 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:66
|
2965 |
+
msgid "Slider Settings"
|
2966 |
+
msgstr ""
|
2967 |
+
|
2968 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:192
|
2969 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:71
|
2970 |
+
msgid "Select your animation type."
|
2971 |
+
msgstr ""
|
2972 |
+
|
2973 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:193
|
2974 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:72
|
2975 |
+
msgid "Animation"
|
2976 |
+
msgstr ""
|
2977 |
+
|
2978 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:196
|
2979 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:75
|
2980 |
+
msgid "Fade"
|
2981 |
+
msgstr ""
|
2982 |
+
|
2983 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:206
|
2984 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:81
|
2985 |
+
msgid "Select the sliding direction."
|
2986 |
+
msgstr ""
|
2987 |
+
|
2988 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:207
|
2989 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:82
|
2990 |
+
msgid "Sliding Direction"
|
2991 |
+
msgstr ""
|
2992 |
+
|
2993 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:209
|
2994 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:84
|
2995 |
+
msgid "Horizontal"
|
2996 |
+
msgstr ""
|
2997 |
+
|
2998 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:210
|
2999 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:85
|
3000 |
+
msgid "Vertical"
|
3001 |
+
msgstr ""
|
3002 |
+
|
3003 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:221
|
3004 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:91
|
3005 |
+
msgid "Create navigation for paging control of each slide?"
|
3006 |
+
msgstr ""
|
3007 |
+
|
3008 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:222
|
3009 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:92
|
3010 |
+
msgid "Control navigation?"
|
3011 |
+
msgstr ""
|
3012 |
+
|
3013 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:227
|
3014 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:97
|
3015 |
+
msgid "Create navigation for previous/next navigation?"
|
3016 |
+
msgstr ""
|
3017 |
+
|
3018 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:228
|
3019 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:98
|
3020 |
+
msgid "Direction navigation?"
|
3021 |
+
msgstr ""
|
3022 |
+
|
3023 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:233
|
3024 |
+
msgid "Use thumbnails for Control Nav?"
|
3025 |
+
msgstr ""
|
3026 |
+
|
3027 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:234
|
3028 |
+
msgid "Thumbnails Navigation?"
|
3029 |
+
msgstr ""
|
3030 |
+
|
3031 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:244
|
3032 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:103
|
3033 |
+
msgid "Randomize slide order?"
|
3034 |
+
msgstr ""
|
3035 |
+
|
3036 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:245
|
3037 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:104
|
3038 |
+
msgid "Randomize slides?"
|
3039 |
+
msgstr ""
|
3040 |
+
|
3041 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:256
|
3042 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:109
|
3043 |
+
msgid ""
|
3044 |
+
"Pause the slideshow when hovering over slider, then resume when no longer "
|
3045 |
+
"hovering."
|
3046 |
+
msgstr ""
|
3047 |
+
|
3048 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:257
|
3049 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:110
|
3050 |
+
msgid "Pause on hover?"
|
3051 |
+
msgstr ""
|
3052 |
+
|
3053 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:262
|
3054 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:115
|
3055 |
+
msgid "Pause the slideshow when interacting with control elements."
|
3056 |
+
msgstr ""
|
3057 |
+
|
3058 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:263
|
3059 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:116
|
3060 |
+
msgid "Pause on action?"
|
3061 |
+
msgstr ""
|
3062 |
+
|
3063 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:272
|
3064 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:121
|
3065 |
+
msgid "Should the animation loop?"
|
3066 |
+
msgstr ""
|
3067 |
+
|
3068 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:273
|
3069 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:122
|
3070 |
+
msgid "Loop"
|
3071 |
+
msgstr ""
|
3072 |
+
|
3073 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:283
|
3074 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:127
|
3075 |
+
msgid "Animate slider automatically without user intervention?"
|
3076 |
+
msgstr ""
|
3077 |
+
|
3078 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:284
|
3079 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:128
|
3080 |
+
msgid "Slideshow"
|
3081 |
+
msgstr ""
|
3082 |
+
|
3083 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:289
|
3084 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:133
|
3085 |
+
msgid "Set the speed of the slideshow cycling, in milliseconds"
|
3086 |
+
msgstr ""
|
3087 |
+
|
3088 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:295
|
3089 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:139
|
3090 |
+
msgid "Set the speed of animations, in milliseconds."
|
3091 |
+
msgstr ""
|
3092 |
+
|
3093 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:296
|
3094 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:140
|
3095 |
+
msgid "Animation speed"
|
3096 |
+
msgstr ""
|
3097 |
+
|
3098 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:133
|
3099 |
+
msgid "Grid Class/Identifier"
|
3100 |
+
msgstr ""
|
3101 |
+
|
3102 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:134
|
3103 |
+
msgid ""
|
3104 |
+
"Specify an unique identifier used as a custom CSS class name and lightbox "
|
3105 |
+
"group name/slug for the grid element."
|
3106 |
+
msgstr ""
|
3107 |
+
|
3108 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:144
|
3109 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:134
|
3110 |
+
msgid "URL for the heading"
|
3111 |
+
msgstr ""
|
3112 |
+
|
3113 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:149
|
3114 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:139
|
3115 |
+
msgid "Choose Header Style"
|
3116 |
+
msgstr ""
|
3117 |
+
|
3118 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:156
|
3119 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:146
|
3120 |
+
msgid "Header Style 1"
|
3121 |
+
msgstr ""
|
3122 |
+
|
3123 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:157
|
3124 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:147
|
3125 |
+
msgid "Header Style 2"
|
3126 |
+
msgstr ""
|
3127 |
+
|
3128 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:158
|
3129 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:148
|
3130 |
+
msgid "Header Style 3"
|
3131 |
+
msgstr ""
|
3132 |
+
|
3133 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:159
|
3134 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:149
|
3135 |
+
msgid "Header Style 4"
|
3136 |
+
msgstr ""
|
3137 |
+
|
3138 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:160
|
3139 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:150
|
3140 |
+
msgid "Header Style 5"
|
3141 |
+
msgstr ""
|
3142 |
+
|
3143 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:161
|
3144 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:151
|
3145 |
+
msgid "Header Style 6"
|
3146 |
+
msgstr ""
|
3147 |
+
|
3148 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:162
|
3149 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:152
|
3150 |
+
msgid "Header Style 7"
|
3151 |
+
msgstr ""
|
3152 |
+
|
3153 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:168
|
3154 |
+
msgid "Choose Grid Style"
|
3155 |
+
msgstr ""
|
3156 |
+
|
3157 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:175
|
3158 |
+
msgid "Grid Style 1"
|
3159 |
+
msgstr ""
|
3160 |
+
|
3161 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:176
|
3162 |
+
msgid "Grid Style 2"
|
3163 |
+
msgstr ""
|
3164 |
+
|
3165 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:177
|
3166 |
+
msgid "Grid Style 3"
|
3167 |
+
msgstr ""
|
3168 |
+
|
3169 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:178
|
3170 |
+
msgid "Grid Style 4"
|
3171 |
+
msgstr ""
|
3172 |
+
|
3173 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:179
|
3174 |
+
msgid "Grid Style 5"
|
3175 |
+
msgstr ""
|
3176 |
+
|
3177 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:180
|
3178 |
+
msgid "Grid Style 6"
|
3179 |
+
msgstr ""
|
3180 |
+
|
3181 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:226
|
3182 |
+
msgid ""
|
3183 |
+
"Choose pagination type or choose None if no pagination is desired. Make sure "
|
3184 |
+
"the 'Post per page' field value is set in the Build Query window to control "
|
3185 |
+
"number of posts to display per page."
|
3186 |
+
msgstr ""
|
3187 |
+
|
3188 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:234
|
3189 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:276
|
3190 |
+
msgid "Next Prev"
|
3191 |
+
msgstr ""
|
3192 |
+
|
3193 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:242
|
3194 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:284
|
3195 |
+
msgid "Display count of posts yet to be loaded with the load more button?"
|
3196 |
+
msgstr ""
|
3197 |
+
|
3198 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:258
|
3199 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:300
|
3200 |
+
msgid "Open post links in new window?"
|
3201 |
+
msgstr ""
|
3202 |
+
|
3203 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:276
|
3204 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:318
|
3205 |
+
msgid "Post Data"
|
3206 |
+
msgstr ""
|
3207 |
+
|
3208 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:281
|
3209 |
+
msgid "Display project title on post/project thumbnail?"
|
3210 |
+
msgstr ""
|
3211 |
+
|
3212 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:291
|
3213 |
+
msgid "Display taxonomy info on post/project thumbnail?"
|
3214 |
+
msgstr ""
|
3215 |
+
|
3216 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:301
|
3217 |
+
msgid "Display project/post title?"
|
3218 |
+
msgstr ""
|
3219 |
+
|
3220 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:307
|
3221 |
+
msgid "Display project/post excerpt/summary?"
|
3222 |
+
msgstr ""
|
3223 |
+
|
3224 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:317
|
3225 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:335
|
3226 |
+
msgid "Preserve shortcodes/HTML tags in excerpt?"
|
3227 |
+
msgstr ""
|
3228 |
+
|
3229 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:327
|
3230 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:260
|
3231 |
+
msgid "Provide the excerpt length in number of words."
|
3232 |
+
msgstr ""
|
3233 |
+
|
3234 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:328
|
3235 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:261
|
3236 |
+
msgid "Excerpt Length?"
|
3237 |
+
msgstr ""
|
3238 |
+
|
3239 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:338
|
3240 |
+
msgid "Display read more link to the post/portfolio?"
|
3241 |
+
msgstr ""
|
3242 |
+
|
3243 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:348
|
3244 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:341
|
3245 |
+
msgid "Display post excerpt/summary in the lightbox?"
|
3246 |
+
msgstr ""
|
3247 |
+
|
3248 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:359
|
3249 |
+
msgid "Display post author info?"
|
3250 |
+
msgstr ""
|
3251 |
+
|
3252 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:369
|
3253 |
+
msgid "Display post date info?"
|
3254 |
+
msgstr ""
|
3255 |
+
|
3256 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:379
|
3257 |
+
msgid "Display comments number for the post item?"
|
3258 |
+
msgstr ""
|
3259 |
+
|
3260 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:389
|
3261 |
+
msgid "Display taxonomy info?"
|
3262 |
+
msgstr ""
|
3263 |
+
|
3264 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:18
|
3265 |
+
msgid "Posts Block"
|
3266 |
+
msgstr ""
|
3267 |
+
|
3268 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:20
|
3269 |
+
msgid ""
|
3270 |
+
"Showcase your blog posts or any custom post types in a filterable block list "
|
3271 |
+
"layout."
|
3272 |
+
msgstr ""
|
3273 |
+
|
3274 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:123
|
3275 |
+
msgid "Block Class/Identifier"
|
3276 |
+
msgstr ""
|
3277 |
+
|
3278 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:124
|
3279 |
+
msgid ""
|
3280 |
+
"Specify an unique identifier used as a custom CSS class name and lightbox "
|
3281 |
+
"group name/slug for the block element."
|
3282 |
+
msgstr ""
|
3283 |
+
|
3284 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:129
|
3285 |
+
msgid "Heading for the block"
|
3286 |
+
msgstr ""
|
3287 |
+
|
3288 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:158
|
3289 |
+
msgid "Choose Block Style"
|
3290 |
+
msgstr ""
|
3291 |
+
|
3292 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:165
|
3293 |
+
msgid "Block Style 1"
|
3294 |
+
msgstr ""
|
3295 |
+
|
3296 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:166
|
3297 |
+
msgid "Block Style 2"
|
3298 |
+
msgstr ""
|
3299 |
+
|
3300 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:167
|
3301 |
+
msgid "Block Style 3"
|
3302 |
+
msgstr ""
|
3303 |
+
|
3304 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:168
|
3305 |
+
msgid "Block Style 4"
|
3306 |
+
msgstr ""
|
3307 |
+
|
3308 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:169
|
3309 |
+
msgid "Block Style 5"
|
3310 |
+
msgstr ""
|
3311 |
+
|
3312 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:170
|
3313 |
+
msgid "Block Style 6"
|
3314 |
+
msgstr ""
|
3315 |
+
|
3316 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:171
|
3317 |
+
msgid "Block Style 7"
|
3318 |
+
msgstr ""
|
3319 |
+
|
3320 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:172
|
3321 |
+
msgid "Block Style 8"
|
3322 |
+
msgstr ""
|
3323 |
+
|
3324 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:173
|
3325 |
+
msgid "Block Style 9"
|
3326 |
+
msgstr ""
|
3327 |
+
|
3328 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:174
|
3329 |
+
msgid "Block Style 10"
|
3330 |
+
msgstr ""
|
3331 |
+
|
3332 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:175
|
3333 |
+
msgid "Block Style 11"
|
3334 |
+
msgstr ""
|
3335 |
+
|
3336 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:176
|
3337 |
+
msgid "Block Style 12"
|
3338 |
+
msgstr ""
|
3339 |
+
|
3340 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:177
|
3341 |
+
msgid "Block Style 13"
|
3342 |
+
msgstr ""
|
3343 |
+
|
3344 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:190
|
3345 |
+
msgid ""
|
3346 |
+
"Choose the taxonomy information to display for posts and the taxonomy that "
|
3347 |
+
"is used to filter the posts. Takes effect only if no taxonomy filters are "
|
3348 |
+
"specified when building query."
|
3349 |
+
msgstr ""
|
3350 |
+
|
3351 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:202
|
3352 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:215
|
3353 |
+
msgid "Posts per row"
|
3354 |
+
msgstr ""
|
3355 |
+
|
3356 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:228
|
3357 |
+
msgid "Posts per row in Tablet Resolution"
|
3358 |
+
msgstr ""
|
3359 |
+
|
3360 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:241
|
3361 |
+
msgid "Posts per row in Mobile Resolution"
|
3362 |
+
msgstr ""
|
3363 |
+
|
3364 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:267
|
3365 |
+
msgid "AJAX Pagination"
|
3366 |
+
msgstr ""
|
3367 |
+
|
3368 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:268
|
3369 |
+
msgid ""
|
3370 |
+
"Choose AJAX pagination type or choose None if no pagination is desired. Make "
|
3371 |
+
"sure the 'Post per page' field value is set in the Build Query window to "
|
3372 |
+
"control number of posts to display per page."
|
3373 |
+
msgstr ""
|
3374 |
+
|
3375 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:294
|
3376 |
+
msgid "Link the image to the post or custom post type?"
|
3377 |
+
msgstr ""
|
3378 |
+
|
3379 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:323
|
3380 |
+
msgid "Display post title below the post or custom post type?"
|
3381 |
+
msgstr ""
|
3382 |
+
|
3383 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:329
|
3384 |
+
msgid "Display post excerpt/summary below the post or custom post type?"
|
3385 |
+
msgstr ""
|
3386 |
+
|
3387 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:364
|
3388 |
+
msgid "Display comments number below the post item?"
|
3389 |
+
msgstr ""
|
3390 |
+
|
3391 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:15
|
3392 |
+
msgid "Slider"
|
3393 |
+
msgstr ""
|
3394 |
+
|
3395 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:17
|
3396 |
+
msgid "Create a responsive slider of custom HTML content."
|
3397 |
+
msgstr ""
|
3398 |
+
|
3399 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:30
|
3400 |
+
msgid "Set a ID for the slider. (optional)."
|
3401 |
+
msgstr ""
|
3402 |
+
|
3403 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:31
|
3404 |
+
msgid "ID"
|
3405 |
+
msgstr ""
|
3406 |
+
|
3407 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:42
|
3408 |
+
msgid "HTML Slides"
|
3409 |
+
msgstr ""
|
3410 |
+
|
3411 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:43
|
3412 |
+
msgid "HTML Slide"
|
3413 |
+
msgstr ""
|
3414 |
+
|
3415 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:53
|
3416 |
+
msgid "The title to identify the HTML slide"
|
3417 |
+
msgstr ""
|
3418 |
+
|
3419 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:59
|
3420 |
+
msgid "The HTML content for the slide."
|
3421 |
+
msgstr ""
|
3422 |
+
|
3423 |
+
#: plugin.php:51 plugin.php:60
|
3424 |
+
msgid "Cheatin’ huh?"
|
3425 |
+
msgstr "מרמה, אה?"
|
3426 |
+
|
3427 |
+
#~ msgid "Livemesh Accordion"
|
3428 |
+
#~ msgstr "אקורדיאון"
|
3429 |
+
|
3430 |
+
#~ msgid "Livemesh Button"
|
3431 |
+
#~ msgstr "כפתור"
|
3432 |
+
|
3433 |
+
#~ msgid "Livemesh Carousel"
|
3434 |
+
#~ msgstr "קרוסלה"
|
3435 |
+
|
3436 |
+
#~ msgid "Livemesh Clients"
|
3437 |
+
#~ msgstr "לקוחות"
|
3438 |
+
|
3439 |
+
#~ msgid "Livemesh Heading"
|
3440 |
+
#~ msgstr "כותרת"
|
3441 |
+
|
3442 |
+
#~ msgid "Livemesh Hero Header"
|
3443 |
+
#~ msgstr "כותרת מלכותית"
|
3444 |
+
|
3445 |
+
#~ msgid "Livemesh Icon List"
|
3446 |
+
#~ msgstr "רשימת צלמיות"
|
3447 |
+
|
3448 |
+
#~ msgid "Livemesh Odometers"
|
3449 |
+
#~ msgstr "מדדים"
|
3450 |
+
|
3451 |
+
#~ msgid "Livemesh Piecharts"
|
3452 |
+
#~ msgstr "תרשימי עוגה"
|
3453 |
+
|
3454 |
+
#~ msgid "Livemesh Grid"
|
3455 |
+
#~ msgstr "רשת"
|
3456 |
+
|
3457 |
+
#~ msgid "Display project title below the post/portfolio?"
|
3458 |
+
#~ msgstr "להציג את הכותרת מתחת לפוסט?"
|
3459 |
+
|
3460 |
+
#~ msgid "Display project excerpt/summary below the post/portfolio?"
|
3461 |
+
#~ msgstr "להציג למטה תקציר?"
|
3462 |
+
|
3463 |
+
#~ msgid "Livemesh Posts Carousel"
|
3464 |
+
#~ msgstr "קרוסלת פוסטים"
|
3465 |
+
|
3466 |
+
#~ msgid "Livemesh Pricing Table"
|
3467 |
+
#~ msgstr "טבלת מחירים"
|
3468 |
+
|
3469 |
+
#~ msgid "Pricing Columns per row"
|
3470 |
+
#~ msgstr "מספר עמודות בשורה"
|
3471 |
+
|
3472 |
+
#~ msgid "Livemesh Services"
|
3473 |
+
#~ msgstr "שירותים"
|
3474 |
+
|
3475 |
+
#~ msgid "Livemesh Stats Bars"
|
3476 |
+
#~ msgstr "לוחות סטטיסטיקה"
|
3477 |
+
|
3478 |
+
#~ msgid "Livemesh Tabs"
|
3479 |
+
#~ msgstr "לשוניות"
|
3480 |
+
|
3481 |
+
#~ msgid "Livemesh Team Members"
|
3482 |
+
#~ msgstr "צוות"
|
3483 |
+
|
3484 |
+
#~ msgid "Livemesh Testimonials Slider"
|
3485 |
+
#~ msgstr "סליידר משובים"
|
3486 |
|
3487 |
#~ msgid "Livemesh Testimonials"
|
3488 |
#~ msgstr "משובים"
|
3493 |
#~ msgid "Why upgrade to Premium Version of the plugin?"
|
3494 |
#~ msgstr "למה לשדרג לגרסת הפרימיום של התוסף?"
|
3495 |
|
3496 |
+
#~ msgid "Purchase Now"
|
3497 |
+
#~ msgstr "קניה"
|
3498 |
+
|
3499 |
#~ msgid "Top Padding"
|
3500 |
#~ msgstr "מרווח עליון"
|
3501 |
|
languages/livemesh-so-widgets.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Events Calendar Slider\n"
|
5 |
-
"POT-Creation-Date: 2018-
|
6 |
"PO-Revision-Date: 2015-10-26 13:24-0000\n"
|
7 |
"Last-Translator: LiveMesh\n"
|
8 |
"Language-Team: LiveMesh\n"
|
@@ -62,12 +62,17 @@ msgstr ""
|
|
62 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:89
|
63 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:104
|
64 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:54
|
65 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
66 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:115
|
67 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:119
|
68 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:143
|
69 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:64
|
70 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:71
|
|
|
|
|
|
|
|
|
|
|
71 |
msgid "Settings"
|
72 |
msgstr ""
|
73 |
|
@@ -76,7 +81,7 @@ msgid "Documentation"
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: admin/views/admin-banner1.php:13 admin/views/admin-banner2.php:13
|
79 |
-
#: includes/class-lsow-setup.php:
|
80 |
msgid "Livemesh SiteOrigin Widgets"
|
81 |
msgstr ""
|
82 |
|
@@ -194,7 +199,7 @@ msgid ""
|
|
194 |
"priority support through a dedicated support forum."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: admin/views/documentation.php:1550 admin/views/settings.php:
|
198 |
msgid "Know More"
|
199 |
msgstr ""
|
200 |
|
@@ -314,145 +319,352 @@ msgstr ""
|
|
314 |
msgid "Server setup information useful for debugging purposes."
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: admin/views/settings.php:
|
318 |
-
msgid "
|
319 |
msgstr ""
|
320 |
|
321 |
-
#:
|
322 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
msgstr ""
|
324 |
|
325 |
-
#:
|
326 |
-
|
|
|
327 |
msgstr ""
|
328 |
|
329 |
-
#:
|
330 |
-
|
|
|
|
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: includes/class-lsow-setup.php:
|
334 |
msgid "Top Padding (Deprecated)"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: includes/class-lsow-setup.php:
|
338 |
msgid ""
|
339 |
"Top Padding for the row. Deprecated - use native padding attributes "
|
340 |
"above."
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: includes/class-lsow-setup.php:
|
344 |
msgid "Bottom Padding (Deprecated)"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: includes/class-lsow-setup.php:
|
348 |
msgid ""
|
349 |
"Bottom Padding for the row. Deprecated - use native padding "
|
350 |
"attributes above."
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: includes/class-lsow-setup.php:
|
354 |
msgid "Top Padding in Tablet resolution (Deprecated)"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: includes/class-lsow-setup.php:
|
358 |
msgid ""
|
359 |
"Top Padding for the row in tablet resolutions. Deprecated - use "
|
360 |
"native padding attributes above."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: includes/class-lsow-setup.php:
|
364 |
msgid "Bottom Padding in Tablet resolution (Deprecated)"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: includes/class-lsow-setup.php:
|
368 |
msgid ""
|
369 |
"Bottom Padding for the row in tablet resolutions. Deprecated - use "
|
370 |
"native padding attributes above."
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: includes/class-lsow-setup.php:
|
374 |
msgid "Top Padding in Mobile resolution (Deprecated)"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: includes/class-lsow-setup.php:
|
378 |
msgid ""
|
379 |
"Top Padding for the row in mobile resolutions. Deprecated - use "
|
380 |
"native padding attributes above."
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: includes/class-lsow-setup.php:
|
384 |
msgid "Bottom Padding in Mobile resolution (Deprecated)"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: includes/class-lsow-setup.php:
|
388 |
msgid ""
|
389 |
"Bottom Padding for the row in mobile resolutions. Deprecated - use "
|
390 |
"native padding attributes above."
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: includes/class-lsow-setup.php:
|
394 |
msgid "Dark Background?"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: includes/class-lsow-setup.php:
|
398 |
msgid ""
|
399 |
"Indicate if this row has a dark background color. Dark color scheme "
|
400 |
"will be applied for all widgets in this row."
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: includes/
|
404 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: includes/
|
|
|
|
|
|
|
|
|
408 |
msgid "Y"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: includes/helper-functions.php:
|
412 |
msgid "m"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: includes/helper-functions.php:
|
416 |
msgid "d"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: includes/helper-functions.php:
|
420 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: includes/helper-functions.php:
|
424 |
-
msgid "
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: includes/helper-functions.php:
|
428 |
-
msgid "
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: includes/helper-functions.php:
|
432 |
-
msgid "
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: includes/helper-functions.php:
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: includes/helper-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
msgid "Fade In"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: includes/helper-functions.php:
|
447 |
msgid "Fade In Left"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: includes/helper-functions.php:
|
|
|
|
|
|
|
|
|
451 |
msgid "Fade In Right"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:15
|
455 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
456 |
msgid "Accordion"
|
457 |
msgstr ""
|
458 |
|
@@ -472,7 +684,7 @@ msgstr ""
|
|
472 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:55
|
473 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:25
|
474 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:25
|
475 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
476 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:79
|
477 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:25
|
478 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:96
|
@@ -483,80 +695,90 @@ msgstr ""
|
|
483 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:25
|
484 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:25
|
485 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
msgid "Title"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
490 |
msgid "Choose Accordion Style"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
494 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:38
|
495 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:37
|
496 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:37
|
|
|
497 |
msgid "Style 1"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
501 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:39
|
502 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:38
|
503 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:38
|
|
|
504 |
msgid "Style 2"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
508 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:40
|
509 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:39
|
510 |
msgid "Style 3"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
514 |
msgid "Allow to function like toggle?"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
518 |
msgid "Check if multiple elements can be open at the same time."
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
522 |
msgid "Start expanded?"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
526 |
msgid ""
|
527 |
"Check if you need all elements to be expanded initially. Works only "
|
528 |
"if toggle flag above is checked and hence multiple accordion "
|
529 |
"elements can be open at the same time."
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
533 |
msgid "Panel"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
537 |
msgid "Panel Title"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
541 |
msgid "The title for the panel."
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
545 |
msgid "Panel ID"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
549 |
msgid ""
|
550 |
"The Panel ID is required to link to a panel. It must be unique "
|
551 |
"across the page, must begin with a letter and may be followed by "
|
552 |
"any number of letters, digits, hyphens or underscores."
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
556 |
msgid "Panel Content"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:
|
560 |
msgid "The collapsible content of the panel in the accordion."
|
561 |
msgstr ""
|
562 |
|
@@ -598,7 +820,7 @@ msgstr ""
|
|
598 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:30
|
599 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:58
|
600 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:47
|
601 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
602 |
msgid "Choose Icon Type"
|
603 |
msgstr ""
|
604 |
|
@@ -608,7 +830,7 @@ msgstr ""
|
|
608 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:65
|
609 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:104
|
610 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:54
|
611 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
612 |
msgid "Icon"
|
613 |
msgstr ""
|
614 |
|
@@ -616,7 +838,7 @@ msgstr ""
|
|
616 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:38
|
617 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:66
|
618 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:55
|
619 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
620 |
msgid "Icon Image"
|
621 |
msgstr ""
|
622 |
|
@@ -633,6 +855,8 @@ msgid "The CSS class name for the button element."
|
|
633 |
msgstr ""
|
634 |
|
635 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:90
|
|
|
|
|
636 |
msgid "Class"
|
637 |
msgstr ""
|
638 |
|
@@ -645,60 +869,67 @@ msgid "Style"
|
|
645 |
msgstr ""
|
646 |
|
647 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:102
|
|
|
648 |
msgid "The color of the button."
|
649 |
msgstr ""
|
650 |
|
651 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:103
|
|
|
652 |
msgid "Color"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:105
|
656 |
-
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:155
|
657 |
-
msgid "Default"
|
658 |
-
msgstr ""
|
659 |
-
|
660 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:106
|
661 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:38
|
662 |
msgid "Custom"
|
663 |
msgstr ""
|
664 |
|
665 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:107
|
|
|
666 |
msgid "Black"
|
667 |
msgstr ""
|
668 |
|
669 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:108
|
|
|
670 |
msgid "Blue"
|
671 |
msgstr ""
|
672 |
|
673 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:109
|
|
|
674 |
msgid "Cyan"
|
675 |
msgstr ""
|
676 |
|
677 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:110
|
|
|
678 |
msgid "Green"
|
679 |
msgstr ""
|
680 |
|
681 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:111
|
|
|
682 |
msgid "Orange"
|
683 |
msgstr ""
|
684 |
|
685 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:112
|
|
|
686 |
msgid "Pink"
|
687 |
msgstr ""
|
688 |
|
689 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:113
|
|
|
690 |
msgid "Red"
|
691 |
msgstr ""
|
692 |
|
693 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:114
|
|
|
694 |
msgid "Teal"
|
695 |
msgstr ""
|
696 |
|
697 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:115
|
|
|
698 |
msgid "Transparent"
|
699 |
msgstr ""
|
700 |
|
701 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:116
|
|
|
702 |
msgid "Semi Transparent"
|
703 |
msgstr ""
|
704 |
|
@@ -719,25 +950,30 @@ msgid "Custom button hover color"
|
|
719 |
msgstr ""
|
720 |
|
721 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:140
|
|
|
722 |
msgid "Button Size"
|
723 |
msgstr ""
|
724 |
|
725 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:142
|
726 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:157
|
|
|
727 |
msgid "Medium"
|
728 |
msgstr ""
|
729 |
|
730 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:143
|
731 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:158
|
|
|
732 |
msgid "Large"
|
733 |
msgstr ""
|
734 |
|
735 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:144
|
736 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:156
|
|
|
737 |
msgid "Small"
|
738 |
msgstr ""
|
739 |
|
740 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:150
|
|
|
741 |
msgid "Display rounded button?"
|
742 |
msgstr ""
|
743 |
|
@@ -757,18 +993,21 @@ msgstr ""
|
|
757 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:164
|
758 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:48
|
759 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:134
|
|
|
760 |
msgid "Center"
|
761 |
msgstr ""
|
762 |
|
763 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:165
|
764 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:49
|
765 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:132
|
|
|
766 |
msgid "Left"
|
767 |
msgstr ""
|
768 |
|
769 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:166
|
770 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:50
|
771 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:133
|
|
|
772 |
msgid "Right"
|
773 |
msgstr ""
|
774 |
|
@@ -779,6 +1018,7 @@ msgstr ""
|
|
779 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:109
|
780 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:133
|
781 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:62
|
|
|
782 |
msgid "Choose Animation Type"
|
783 |
msgstr ""
|
784 |
|
@@ -802,6 +1042,8 @@ msgstr ""
|
|
802 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:54
|
803 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:39
|
804 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:39
|
|
|
|
|
805 |
msgid "Name"
|
806 |
msgstr ""
|
807 |
|
@@ -810,6 +1052,7 @@ msgid "The title to identify the HTML element"
|
|
810 |
msgstr ""
|
811 |
|
812 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:48
|
|
|
813 |
msgid "HTML element"
|
814 |
msgstr ""
|
815 |
|
@@ -830,51 +1073,63 @@ msgstr ""
|
|
830 |
|
831 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:69
|
832 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:165
|
|
|
833 |
msgid "Carousel Settings"
|
834 |
msgstr ""
|
835 |
|
836 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:74
|
837 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:170
|
|
|
838 |
msgid "Prev/Next Arrows?"
|
839 |
msgstr ""
|
840 |
|
841 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:80
|
842 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:176
|
|
|
843 |
msgid "Show dot indicators for navigation?"
|
844 |
msgstr ""
|
845 |
|
846 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:85
|
847 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:181
|
|
|
848 |
msgid "Autoplay?"
|
849 |
msgstr ""
|
850 |
|
851 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:86
|
852 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:182
|
|
|
853 |
msgid "Should the carousel autoplay as in a slideshow."
|
854 |
msgstr ""
|
855 |
|
856 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:93
|
857 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:189
|
|
|
858 |
msgid "Autoplay speed in ms"
|
859 |
msgstr ""
|
860 |
|
861 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:100
|
862 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:196
|
|
|
863 |
msgid "Autoplay animation speed in ms"
|
864 |
msgstr ""
|
865 |
|
866 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:106
|
867 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:202
|
|
|
868 |
msgid "Pause on mouse hover?"
|
869 |
msgstr ""
|
870 |
|
871 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:112
|
872 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:146
|
873 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:181
|
874 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
875 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:208
|
876 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:242
|
877 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:277
|
|
|
|
|
|
|
|
|
878 |
msgid "Columns per row"
|
879 |
msgstr ""
|
880 |
|
@@ -884,43 +1139,68 @@ msgstr ""
|
|
884 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:217
|
885 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:250
|
886 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:285
|
|
|
|
|
|
|
887 |
msgid "Columns to scroll"
|
888 |
msgstr ""
|
889 |
|
890 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:130
|
891 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:162
|
892 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:197
|
893 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
894 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
895 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
896 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:226
|
897 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:258
|
898 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
899 |
msgid "Gutter"
|
900 |
msgstr ""
|
901 |
|
902 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:131
|
903 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:163
|
904 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:198
|
905 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
906 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
907 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:227
|
908 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:259
|
909 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
910 |
msgid "Space between columns."
|
911 |
msgstr ""
|
912 |
|
913 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:137
|
914 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:265
|
915 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
916 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:233
|
|
|
|
|
|
|
917 |
msgid "Responsive"
|
918 |
msgstr ""
|
919 |
|
920 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:142
|
921 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:270
|
922 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
923 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:238
|
|
|
|
|
|
|
924 |
msgid "Tablet"
|
925 |
msgstr ""
|
926 |
|
@@ -928,31 +1208,46 @@ msgstr ""
|
|
928 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:203
|
929 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:286
|
930 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:311
|
931 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
932 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
933 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:264
|
934 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:299
|
|
|
|
|
|
|
|
|
|
|
|
|
935 |
msgid "Resolution"
|
936 |
msgstr ""
|
937 |
|
938 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:169
|
939 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:287
|
940 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
941 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:265
|
|
|
|
|
|
|
942 |
msgid "The resolution to treat as a tablet resolution."
|
943 |
msgstr ""
|
944 |
|
945 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:177
|
946 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:295
|
947 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
948 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:273
|
|
|
|
|
|
|
949 |
msgid "Mobile Phone"
|
950 |
msgstr ""
|
951 |
|
952 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:204
|
953 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:312
|
954 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
955 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:300
|
|
|
|
|
|
|
956 |
msgid "The resolution to treat as a mobile resolution."
|
957 |
msgstr ""
|
958 |
|
@@ -1099,14 +1394,17 @@ msgid "Sub-heading text"
|
|
1099 |
msgstr ""
|
1100 |
|
1101 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:91
|
|
|
1102 |
msgid "Button text"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:96
|
|
|
1106 |
msgid "Button URL"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:101
|
|
|
1110 |
msgid "Open URL in a new window"
|
1111 |
msgstr ""
|
1112 |
|
@@ -1138,10 +1436,14 @@ msgid "Parallax Image"
|
|
1138 |
msgstr ""
|
1139 |
|
1140 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:128
|
|
|
|
|
1141 |
msgid "YouTube Video"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:129
|
|
|
|
|
1145 |
msgid "HTML5 Video"
|
1146 |
msgstr ""
|
1147 |
|
@@ -1287,6 +1589,7 @@ msgid "Open the links in new window"
|
|
1287 |
msgstr ""
|
1288 |
|
1289 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:129
|
|
|
1290 |
msgid "Alignment"
|
1291 |
msgstr ""
|
1292 |
|
@@ -1418,38 +1721,50 @@ msgstr ""
|
|
1418 |
msgid "Piecharts per row in Mobile Resolution"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1422 |
msgid "Posts Grid"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1426 |
msgid ""
|
1427 |
"Showcase your work or posts or any custom post types with a "
|
1428 |
"filterable portfolio layout. Make sure that Portfolio Post Type "
|
1429 |
"plugin is activated"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
|
|
1433 |
msgid "Heading for the grid"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1437 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:84
|
|
|
|
|
1438 |
msgid "Posts query"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1442 |
msgid ""
|
1443 |
"After you build the query, make sure you choose the right taxonomy "
|
1444 |
"below to display for your posts and filter on, based on the post "
|
1445 |
"type selected during build query."
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1449 |
msgid "Choose the taxonomy to display and filter on."
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1453 |
msgid ""
|
1454 |
"Choose the taxonomy information to display for posts/portfolio and "
|
1455 |
"the taxonomy that is used to filter the portfolio/post. Takes "
|
@@ -1457,80 +1772,109 @@ msgid ""
|
|
1457 |
"query."
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
|
|
1461 |
msgid "Filterable?"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1465 |
msgid "Choose a layout for the grid"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1469 |
msgid "Fit Rows"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1473 |
msgid "Masonry"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1477 |
msgid "Link the image to the post/portfolio?"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1481 |
msgid "Post Link Target"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1485 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:117
|
|
|
|
|
|
|
1486 |
msgid "Same Window"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1490 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:118
|
|
|
|
|
|
|
1491 |
msgid "New Window"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1495 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:108
|
1496 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:188
|
|
|
|
|
|
|
|
|
|
|
|
|
1497 |
msgid "Image Size"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1501 |
msgid "Display project title for the post/portfolio?"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1505 |
msgid "Display project excerpt/summary for the post/portfolio?"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1509 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:136
|
|
|
|
|
1510 |
msgid "Post Meta"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1514 |
msgid "Display post author info for the post item?"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
1518 |
msgid "Display post date info for the post item?"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1522 |
msgid "Display taxonomy info for the post item?"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1526 |
msgid "Columns per row in Tablet Resolution"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
1530 |
msgid "Columns per row in Mobile Resolution"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:
|
|
|
|
|
1534 |
msgid "Space between columns in masonry grid."
|
1535 |
msgstr ""
|
1536 |
|
@@ -1557,6 +1901,9 @@ msgid "Link Images to Posts?"
|
|
1557 |
msgstr ""
|
1558 |
|
1559 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:114
|
|
|
|
|
|
|
1560 |
msgid "Link Target"
|
1561 |
msgstr ""
|
1562 |
|
@@ -1569,10 +1916,12 @@ msgid "Display post excerpt/summary below the post item?"
|
|
1569 |
msgstr ""
|
1570 |
|
1571 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:141
|
|
|
1572 |
msgid "Display post author info below the post item?"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:147
|
|
|
1576 |
msgid "Display post date info below the post item?"
|
1577 |
msgstr ""
|
1578 |
|
@@ -1615,6 +1964,8 @@ msgstr ""
|
|
1615 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:52
|
1616 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:51
|
1617 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:51
|
|
|
|
|
1618 |
msgid "Image"
|
1619 |
msgstr ""
|
1620 |
|
@@ -1781,7 +2132,7 @@ msgid "The title for the stats bar"
|
|
1781 |
msgstr ""
|
1782 |
|
1783 |
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:15
|
1784 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1785 |
msgid "Tabs"
|
1786 |
msgstr ""
|
1787 |
|
@@ -1789,104 +2140,104 @@ msgstr ""
|
|
1789 |
msgid "Display tabbed content in variety of styles."
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1793 |
msgid "Choose Tab Style"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1797 |
msgid "Tab Style 1"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1801 |
msgid "Tab Style 2"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1805 |
msgid "Tab Style 3"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1809 |
msgid "Tab Style 4"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1813 |
msgid "Tab Style 5"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1817 |
msgid "Tab Style 6"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1821 |
msgid "Vertical Tab Style 1"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1825 |
msgid "Vertical Tab Style 2"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1829 |
msgid "Vertical Tab Style 3"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1833 |
msgid "Vertical Tab Style 4"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1837 |
msgid "Tab highlight color"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1841 |
msgid "Mobile Resolution"
|
1842 |
msgstr ""
|
1843 |
|
1844 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1845 |
msgid ""
|
1846 |
"The resolution to treat as a mobile resolution for invoking "
|
1847 |
"responsive tabs."
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1851 |
msgid "Some styles may ignore icons chosen."
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1855 |
msgid "Single Tab"
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1859 |
msgid "Tab Title"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1863 |
msgid "The title for the tab shown as name for tab navigation."
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1867 |
msgid "Tab ID"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1871 |
msgid ""
|
1872 |
"The Tab ID is required to link to a tab. It must be unique across "
|
1873 |
"the page, must begin with a letter and may be followed by any "
|
1874 |
"number of letters, digits, hyphens or underscores."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1878 |
msgid "Tab Image."
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1882 |
msgid "Tab Icon."
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1886 |
msgid "Tab Content"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:
|
1890 |
msgid "The content of the tab."
|
1891 |
msgstr ""
|
1892 |
|
@@ -2078,6 +2429,7 @@ msgstr ""
|
|
2078 |
|
2079 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:56
|
2080 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:56
|
|
|
2081 |
msgid "Text"
|
2082 |
msgstr ""
|
2083 |
|
@@ -2087,6 +2439,8 @@ msgid "What your customer had to say"
|
|
2087 |
msgstr ""
|
2088 |
|
2089 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:69
|
|
|
|
|
2090 |
msgid "Slideshow speed"
|
2091 |
msgstr ""
|
2092 |
|
@@ -2144,6 +2498,930 @@ msgstr ""
|
|
2144 |
msgid "Testimonials per row in Mobile Resolution"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2148 |
msgid "Cheatin’ huh?"
|
2149 |
msgstr ""
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Events Calendar Slider\n"
|
5 |
+
"POT-Creation-Date: 2018-06-29 13:10+0530\n"
|
6 |
"PO-Revision-Date: 2015-10-26 13:24-0000\n"
|
7 |
"Last-Translator: LiveMesh\n"
|
8 |
"Language-Team: LiveMesh\n"
|
62 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:89
|
63 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:104
|
64 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:54
|
65 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:115
|
66 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:115
|
67 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:119
|
68 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:143
|
69 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:64
|
70 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:71
|
71 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:65
|
72 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:100
|
73 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:140
|
74 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:200
|
75 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:197
|
76 |
msgid "Settings"
|
77 |
msgstr ""
|
78 |
|
81 |
msgstr ""
|
82 |
|
83 |
#: admin/views/admin-banner1.php:13 admin/views/admin-banner2.php:13
|
84 |
+
#: includes/class-lsow-setup.php:167
|
85 |
msgid "Livemesh SiteOrigin Widgets"
|
86 |
msgstr ""
|
87 |
|
199 |
"priority support through a dedicated support forum."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: admin/views/documentation.php:1550 admin/views/settings.php:300
|
203 |
msgid "Know More"
|
204 |
msgstr ""
|
205 |
|
319 |
msgid "Server setup information useful for debugging purposes."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: admin/views/settings.php:205
|
323 |
+
msgid "Thanks for upgrading to the Premium Version of the plugin!"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: includes/blocks/block-header.php:114
|
327 |
+
#: includes/blocks/headers/block-header-4.php:18
|
328 |
+
#: includes/blocks/headers/block-header-4.php:22
|
329 |
+
#: includes/blocks/headers/block-header-6.php:16
|
330 |
+
#: includes/gallery/common.php:381 includes/helper-functions.php:190
|
331 |
+
msgid "All"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: includes/blocks/block-header.php:126
|
335 |
+
msgid "More"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: includes/blocks/block.php:207 includes/gallery/common.php:341
|
339 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:175
|
340 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:236
|
341 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:278
|
342 |
+
msgid "Load More"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: includes/blocks/headers/block-header-6.php:21
|
346 |
+
#: includes/gallery/common.php:386 includes/helper-functions.php:195
|
347 |
+
msgid "View all items filed under "
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: includes/blocks/module.php:226
|
351 |
+
#: includes/blocks/modules/module-10.php:33
|
352 |
+
#: includes/blocks/modules/module-7.php:28
|
353 |
+
#: includes/blocks/modules/module-8.php:28
|
354 |
+
#: includes/helper-functions.php:154
|
355 |
+
msgid "Read more"
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: includes/blocks/module.php:288 includes/helper-functions.php:146
|
359 |
+
msgid "By "
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: includes/blocks/module.php:304 includes/helper-functions.php:136
|
363 |
+
#: includes/helper-functions.php:140
|
364 |
+
msgid "l, F, Y, g:i a"
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
368 |
+
msgid "No Comments"
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
372 |
+
#, php-format
|
373 |
+
msgid "%1$s Comment"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: includes/blocks/module.php:330 includes/blocks/module.php:358
|
377 |
+
#, php-format
|
378 |
+
msgid "%1$s Comments"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: includes/blocks/module.php:342 includes/blocks/module.php:344
|
382 |
+
#: includes/blocks/module.php:346
|
383 |
+
#, php-format
|
384 |
+
msgid "Comment on %1$s"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: includes/class-lsow-setup.php:38
|
388 |
msgid "Top Padding (Deprecated)"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: includes/class-lsow-setup.php:41
|
392 |
msgid ""
|
393 |
"Top Padding for the row. Deprecated - use native padding attributes "
|
394 |
"above."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: includes/class-lsow-setup.php:46
|
398 |
msgid "Bottom Padding (Deprecated)"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: includes/class-lsow-setup.php:49
|
402 |
msgid ""
|
403 |
"Bottom Padding for the row. Deprecated - use native padding "
|
404 |
"attributes above."
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: includes/class-lsow-setup.php:54
|
408 |
msgid "Top Padding in Tablet resolution (Deprecated)"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: includes/class-lsow-setup.php:57
|
412 |
msgid ""
|
413 |
"Top Padding for the row in tablet resolutions. Deprecated - use "
|
414 |
"native padding attributes above."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: includes/class-lsow-setup.php:62
|
418 |
msgid "Bottom Padding in Tablet resolution (Deprecated)"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: includes/class-lsow-setup.php:65
|
422 |
msgid ""
|
423 |
"Bottom Padding for the row in tablet resolutions. Deprecated - use "
|
424 |
"native padding attributes above."
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: includes/class-lsow-setup.php:70
|
428 |
msgid "Top Padding in Mobile resolution (Deprecated)"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: includes/class-lsow-setup.php:73
|
432 |
msgid ""
|
433 |
"Top Padding for the row in mobile resolutions. Deprecated - use "
|
434 |
"native padding attributes above."
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: includes/class-lsow-setup.php:78
|
438 |
msgid "Bottom Padding in Mobile resolution (Deprecated)"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: includes/class-lsow-setup.php:81
|
442 |
msgid ""
|
443 |
"Bottom Padding for the row in mobile resolutions. Deprecated - use "
|
444 |
"native padding attributes above."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: includes/class-lsow-setup.php:88
|
448 |
msgid "Dark Background?"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: includes/class-lsow-setup.php:91
|
452 |
msgid ""
|
453 |
"Indicate if this row has a dark background color. Dark color scheme "
|
454 |
"will be applied for all widgets in this row."
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: includes/gallery/common.php:31
|
458 |
+
msgid "Masonry Width"
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: includes/gallery/common.php:35
|
462 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:105
|
463 |
+
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:155
|
464 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:133
|
465 |
+
msgid "Default"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: includes/gallery/common.php:36
|
469 |
+
msgid "Wide"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: includes/gallery/common.php:39
|
473 |
+
msgid "Width of the image in masonry gallery grid"
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: includes/helper-functions.php:140
|
477 |
msgid "Y"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: includes/helper-functions.php:140
|
481 |
msgid "m"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: includes/helper-functions.php:140
|
485 |
msgid "d"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: includes/helper-functions.php:482 includes/helper-functions.php:529
|
489 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:57
|
490 |
+
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:163
|
491 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:81
|
492 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:173
|
493 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:233
|
494 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:275
|
495 |
+
msgid "None"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: includes/helper-functions.php:483
|
499 |
+
msgid "Bounce"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: includes/helper-functions.php:484
|
503 |
+
msgid "Flash"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: includes/helper-functions.php:485
|
507 |
+
msgid "Pulse"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: includes/helper-functions.php:486
|
511 |
+
msgid "Swing"
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: includes/helper-functions.php:487
|
515 |
+
msgid "Shake"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: includes/helper-functions.php:488
|
519 |
+
msgid "Tada"
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#: includes/helper-functions.php:489
|
523 |
+
msgid "Wobble"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: includes/helper-functions.php:490
|
527 |
+
msgid "Jello"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: includes/helper-functions.php:491
|
531 |
+
msgid "Rubber Band"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: includes/helper-functions.php:492
|
535 |
+
msgid "Bounce In"
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: includes/helper-functions.php:493
|
539 |
+
msgid "Bounce In Left"
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: includes/helper-functions.php:494
|
543 |
+
msgid "Bounce In Right"
|
544 |
+
msgstr ""
|
545 |
+
|
546 |
+
#: includes/helper-functions.php:495
|
547 |
+
msgid "Bounce In Down"
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: includes/helper-functions.php:496
|
551 |
+
msgid "Bounce In Up"
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: includes/helper-functions.php:497 includes/helper-functions.php:530
|
555 |
msgid "Fade In"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: includes/helper-functions.php:498 includes/helper-functions.php:531
|
559 |
msgid "Fade In Left"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: includes/helper-functions.php:499
|
563 |
+
msgid "Fade In Left Big"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: includes/helper-functions.php:500 includes/helper-functions.php:532
|
567 |
msgid "Fade In Right"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: includes/helper-functions.php:501
|
571 |
+
msgid "Fade In Right Big"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: includes/helper-functions.php:502
|
575 |
+
msgid "Fade In Up"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: includes/helper-functions.php:503
|
579 |
+
msgid "Fade In Up Big"
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: includes/helper-functions.php:504
|
583 |
+
msgid "Fade In Down"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: includes/helper-functions.php:505
|
587 |
+
msgid "Fade In Down Big"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: includes/helper-functions.php:506
|
591 |
+
msgid "Flip"
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: includes/helper-functions.php:507
|
595 |
+
msgid "Flip In X"
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: includes/helper-functions.php:508
|
599 |
+
msgid "Flip In Y"
|
600 |
+
msgstr ""
|
601 |
+
|
602 |
+
#: includes/helper-functions.php:509
|
603 |
+
msgid "Light Speed In"
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: includes/helper-functions.php:510
|
607 |
+
msgid "Rotate In"
|
608 |
+
msgstr ""
|
609 |
+
|
610 |
+
#: includes/helper-functions.php:511
|
611 |
+
msgid "Rotate In Up Left"
|
612 |
+
msgstr ""
|
613 |
+
|
614 |
+
#: includes/helper-functions.php:512
|
615 |
+
msgid "Rotate In Up Right"
|
616 |
+
msgstr ""
|
617 |
+
|
618 |
+
#: includes/helper-functions.php:513
|
619 |
+
msgid "Rotate In Down Left"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: includes/helper-functions.php:514
|
623 |
+
msgid "Rotate In Down Right"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: includes/helper-functions.php:515
|
627 |
+
msgid "Slide In Left"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: includes/helper-functions.php:516
|
631 |
+
msgid "Slide In Right"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: includes/helper-functions.php:517
|
635 |
+
msgid "Slide In Down"
|
636 |
+
msgstr ""
|
637 |
+
|
638 |
+
#: includes/helper-functions.php:518
|
639 |
+
msgid "Slide In Up"
|
640 |
+
msgstr ""
|
641 |
+
|
642 |
+
#: includes/helper-functions.php:519
|
643 |
+
msgid "Zoom In"
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: includes/helper-functions.php:520
|
647 |
+
msgid "Zoom In Left"
|
648 |
+
msgstr ""
|
649 |
+
|
650 |
+
#: includes/helper-functions.php:521
|
651 |
+
msgid "Zoom In Right"
|
652 |
+
msgstr ""
|
653 |
+
|
654 |
+
#: includes/helper-functions.php:522
|
655 |
+
msgid "Zoom In Down"
|
656 |
+
msgstr ""
|
657 |
+
|
658 |
+
#: includes/helper-functions.php:523
|
659 |
+
msgid "Zoom In Up"
|
660 |
+
msgstr ""
|
661 |
+
|
662 |
+
#: includes/helper-functions.php:524
|
663 |
+
msgid "Roll In"
|
664 |
+
msgstr ""
|
665 |
+
|
666 |
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:15
|
667 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:57
|
668 |
msgid "Accordion"
|
669 |
msgstr ""
|
670 |
|
684 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:55
|
685 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:25
|
686 |
#: includes/widgets/lsow-piecharts-widget/lsow-piecharts-widget.php:25
|
687 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:91
|
688 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:79
|
689 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:25
|
690 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:96
|
695 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:25
|
696 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:25
|
697 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:25
|
698 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:27
|
699 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:27
|
700 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:27
|
701 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:28
|
702 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:25
|
703 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:128
|
704 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:118
|
705 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:25
|
706 |
msgid "Title"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:30
|
710 |
msgid "Choose Accordion Style"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:37
|
714 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:38
|
715 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:37
|
716 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:37
|
717 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:60
|
718 |
msgid "Style 1"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:38
|
722 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:39
|
723 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:38
|
724 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:38
|
725 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:61
|
726 |
msgid "Style 2"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:39
|
730 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:40
|
731 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:39
|
732 |
msgid "Style 3"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:45
|
736 |
msgid "Allow to function like toggle?"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:46
|
740 |
msgid "Check if multiple elements can be open at the same time."
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:51
|
744 |
msgid "Start expanded?"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:52
|
748 |
msgid ""
|
749 |
"Check if you need all elements to be expanded initially. Works only "
|
750 |
"if toggle flag above is checked and hence multiple accordion "
|
751 |
"elements can be open at the same time."
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:58
|
755 |
msgid "Panel"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:67
|
759 |
msgid "Panel Title"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:68
|
763 |
msgid "The title for the panel."
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:73
|
767 |
msgid "Panel ID"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:74
|
771 |
msgid ""
|
772 |
"The Panel ID is required to link to a panel. It must be unique "
|
773 |
"across the page, must begin with a letter and may be followed by "
|
774 |
"any number of letters, digits, hyphens or underscores."
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:80
|
778 |
msgid "Panel Content"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: includes/widgets/lsow-accordion-widget/lsow-accordion-widget.php:81
|
782 |
msgid "The collapsible content of the panel in the accordion."
|
783 |
msgstr ""
|
784 |
|
820 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:30
|
821 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:58
|
822 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:47
|
823 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:69
|
824 |
msgid "Choose Icon Type"
|
825 |
msgstr ""
|
826 |
|
830 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:65
|
831 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:104
|
832 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:54
|
833 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:82
|
834 |
msgid "Icon"
|
835 |
msgstr ""
|
836 |
|
838 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:38
|
839 |
#: includes/widgets/lsow-odometers-widget/lsow-odometers-widget.php:66
|
840 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:55
|
841 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:83
|
842 |
msgid "Icon Image"
|
843 |
msgstr ""
|
844 |
|
855 |
msgstr ""
|
856 |
|
857 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:90
|
858 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:30
|
859 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:37
|
860 |
msgid "Class"
|
861 |
msgstr ""
|
862 |
|
869 |
msgstr ""
|
870 |
|
871 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:102
|
872 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:130
|
873 |
msgid "The color of the button."
|
874 |
msgstr ""
|
875 |
|
876 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:103
|
877 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:131
|
878 |
msgid "Color"
|
879 |
msgstr ""
|
880 |
|
|
|
|
|
|
|
|
|
|
|
881 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:106
|
882 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:38
|
883 |
msgid "Custom"
|
884 |
msgstr ""
|
885 |
|
886 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:107
|
887 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:134
|
888 |
msgid "Black"
|
889 |
msgstr ""
|
890 |
|
891 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:108
|
892 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:135
|
893 |
msgid "Blue"
|
894 |
msgstr ""
|
895 |
|
896 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:109
|
897 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:136
|
898 |
msgid "Cyan"
|
899 |
msgstr ""
|
900 |
|
901 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:110
|
902 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:137
|
903 |
msgid "Green"
|
904 |
msgstr ""
|
905 |
|
906 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:111
|
907 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:138
|
908 |
msgid "Orange"
|
909 |
msgstr ""
|
910 |
|
911 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:112
|
912 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:139
|
913 |
msgid "Pink"
|
914 |
msgstr ""
|
915 |
|
916 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:113
|
917 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:140
|
918 |
msgid "Red"
|
919 |
msgstr ""
|
920 |
|
921 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:114
|
922 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:141
|
923 |
msgid "Teal"
|
924 |
msgstr ""
|
925 |
|
926 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:115
|
927 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:142
|
928 |
msgid "Transparent"
|
929 |
msgstr ""
|
930 |
|
931 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:116
|
932 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:143
|
933 |
msgid "Semi Transparent"
|
934 |
msgstr ""
|
935 |
|
950 |
msgstr ""
|
951 |
|
952 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:140
|
953 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:149
|
954 |
msgid "Button Size"
|
955 |
msgstr ""
|
956 |
|
957 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:142
|
958 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:157
|
959 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:151
|
960 |
msgid "Medium"
|
961 |
msgstr ""
|
962 |
|
963 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:143
|
964 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:158
|
965 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:152
|
966 |
msgid "Large"
|
967 |
msgstr ""
|
968 |
|
969 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:144
|
970 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:156
|
971 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:153
|
972 |
msgid "Small"
|
973 |
msgstr ""
|
974 |
|
975 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:150
|
976 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:158
|
977 |
msgid "Display rounded button?"
|
978 |
msgstr ""
|
979 |
|
993 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:164
|
994 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:48
|
995 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:134
|
996 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:49
|
997 |
msgid "Center"
|
998 |
msgstr ""
|
999 |
|
1000 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:165
|
1001 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:49
|
1002 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:132
|
1003 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:47
|
1004 |
msgid "Left"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
#: includes/widgets/lsow-button-widget/lsow-button-widget.php:166
|
1008 |
#: includes/widgets/lsow-heading-widget/lsow-heading-widget.php:50
|
1009 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:133
|
1010 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:48
|
1011 |
msgid "Right"
|
1012 |
msgstr ""
|
1013 |
|
1018 |
#: includes/widgets/lsow-services-widget/lsow-services-widget.php:109
|
1019 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:133
|
1020 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:62
|
1021 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:55
|
1022 |
msgid "Choose Animation Type"
|
1023 |
msgstr ""
|
1024 |
|
1042 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:54
|
1043 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:39
|
1044 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:39
|
1045 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:77
|
1046 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:52
|
1047 |
msgid "Name"
|
1048 |
msgstr ""
|
1049 |
|
1052 |
msgstr ""
|
1053 |
|
1054 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:48
|
1055 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:58
|
1056 |
msgid "HTML element"
|
1057 |
msgstr ""
|
1058 |
|
1073 |
|
1074 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:69
|
1075 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:165
|
1076 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:127
|
1077 |
msgid "Carousel Settings"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:74
|
1081 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:170
|
1082 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:154
|
1083 |
msgid "Prev/Next Arrows?"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:80
|
1087 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:176
|
1088 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:160
|
1089 |
msgid "Show dot indicators for navigation?"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:85
|
1093 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:181
|
1094 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:165
|
1095 |
msgid "Autoplay?"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:86
|
1099 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:182
|
1100 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:166
|
1101 |
msgid "Should the carousel autoplay as in a slideshow."
|
1102 |
msgstr ""
|
1103 |
|
1104 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:93
|
1105 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:189
|
1106 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:173
|
1107 |
msgid "Autoplay speed in ms"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:100
|
1111 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:196
|
1112 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:180
|
1113 |
msgid "Autoplay animation speed in ms"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:106
|
1117 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:202
|
1118 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:186
|
1119 |
msgid "Pause on mouse hover?"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:112
|
1123 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:146
|
1124 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:181
|
1125 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:201
|
1126 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:208
|
1127 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:242
|
1128 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:277
|
1129 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:192
|
1130 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:226
|
1131 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:261
|
1132 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:403
|
1133 |
msgid "Columns per row"
|
1134 |
msgstr ""
|
1135 |
|
1139 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:217
|
1140 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:250
|
1141 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:285
|
1142 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:201
|
1143 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:234
|
1144 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:269
|
1145 |
msgid "Columns to scroll"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:130
|
1149 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:162
|
1150 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:197
|
1151 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:228
|
1152 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:245
|
1153 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:266
|
1154 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:226
|
1155 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:258
|
1156 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:293
|
1157 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:210
|
1158 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:242
|
1159 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:277
|
1160 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:262
|
1161 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:279
|
1162 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:300
|
1163 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:430
|
1164 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:447
|
1165 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:468
|
1166 |
msgid "Gutter"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:131
|
1170 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:163
|
1171 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:198
|
1172 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:246
|
1173 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:267
|
1174 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:227
|
1175 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:259
|
1176 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:294
|
1177 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:211
|
1178 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:243
|
1179 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:278
|
1180 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:280
|
1181 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:301
|
1182 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:448
|
1183 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:469
|
1184 |
msgid "Space between columns."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:137
|
1188 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:265
|
1189 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:235
|
1190 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:233
|
1191 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:217
|
1192 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:269
|
1193 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:437
|
1194 |
msgid "Responsive"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:142
|
1198 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:270
|
1199 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:240
|
1200 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:238
|
1201 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:222
|
1202 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:274
|
1203 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:442
|
1204 |
msgid "Tablet"
|
1205 |
msgstr ""
|
1206 |
|
1208 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:203
|
1209 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:286
|
1210 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:311
|
1211 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:252
|
1212 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:273
|
1213 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:264
|
1214 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:299
|
1215 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:248
|
1216 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:283
|
1217 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:286
|
1218 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:307
|
1219 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:454
|
1220 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:475
|
1221 |
msgid "Resolution"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:169
|
1225 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:287
|
1226 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:253
|
1227 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:265
|
1228 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:249
|
1229 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:287
|
1230 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:455
|
1231 |
msgid "The resolution to treat as a tablet resolution."
|
1232 |
msgstr ""
|
1233 |
|
1234 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:177
|
1235 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:295
|
1236 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:261
|
1237 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:273
|
1238 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:257
|
1239 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:295
|
1240 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:463
|
1241 |
msgid "Mobile Phone"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
#: includes/widgets/lsow-carousel-widget/lsow-carousel-widget.php:204
|
1245 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:312
|
1246 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:274
|
1247 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:300
|
1248 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:284
|
1249 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:308
|
1250 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:476
|
1251 |
msgid "The resolution to treat as a mobile resolution."
|
1252 |
msgstr ""
|
1253 |
|
1394 |
msgstr ""
|
1395 |
|
1396 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:91
|
1397 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:114
|
1398 |
msgid "Button text"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:96
|
1402 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:122
|
1403 |
msgid "Button URL"
|
1404 |
msgstr ""
|
1405 |
|
1406 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:101
|
1407 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:126
|
1408 |
msgid "Open URL in a new window"
|
1409 |
msgstr ""
|
1410 |
|
1436 |
msgstr ""
|
1437 |
|
1438 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:128
|
1439 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:59
|
1440 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:64
|
1441 |
msgid "YouTube Video"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
#: includes/widgets/lsow-hero-image-widget/lsow-hero-image-widget.php:129
|
1445 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:61
|
1446 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:66
|
1447 |
msgid "HTML5 Video"
|
1448 |
msgstr ""
|
1449 |
|
1589 |
msgstr ""
|
1590 |
|
1591 |
#: includes/widgets/lsow-icon-list-widget/lsow-icon-list-widget.php:129
|
1592 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:44
|
1593 |
msgid "Alignment"
|
1594 |
msgstr ""
|
1595 |
|
1721 |
msgid "Piecharts per row in Mobile Resolution"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:18
|
1725 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:18
|
1726 |
msgid "Posts Grid"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:20
|
1730 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:20
|
1731 |
msgid ""
|
1732 |
"Showcase your work or posts or any custom post types with a "
|
1733 |
"filterable portfolio layout. Make sure that Portfolio Post Type "
|
1734 |
"plugin is activated"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:96
|
1738 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:34
|
1739 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:39
|
1740 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:139
|
1741 |
msgid "Heading for the grid"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:101
|
1745 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:84
|
1746 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:186
|
1747 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:183
|
1748 |
msgid "Posts query"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:102
|
1752 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:187
|
1753 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:184
|
1754 |
msgid ""
|
1755 |
"After you build the query, make sure you choose the right taxonomy "
|
1756 |
"below to display for your posts and filter on, based on the post "
|
1757 |
"type selected during build query."
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:107
|
1761 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:192
|
1762 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:189
|
1763 |
msgid "Choose the taxonomy to display and filter on."
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:108
|
1767 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:193
|
1768 |
msgid ""
|
1769 |
"Choose the taxonomy information to display for posts/portfolio and "
|
1770 |
"the taxonomy that is used to filter the portfolio/post. Takes "
|
1772 |
"query."
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:120
|
1776 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:145
|
1777 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:205
|
1778 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:254
|
1779 |
msgid "Filterable?"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:126
|
1783 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:151
|
1784 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:211
|
1785 |
msgid "Choose a layout for the grid"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:133
|
1789 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:158
|
1790 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:218
|
1791 |
msgid "Fit Rows"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:134
|
1795 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:159
|
1796 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:219
|
1797 |
msgid "Masonry"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:140
|
1801 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:252
|
1802 |
msgid "Link the image to the post/portfolio?"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:146
|
1806 |
msgid "Post Link Target"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:149
|
1810 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:117
|
1811 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:147
|
1812 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:237
|
1813 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:185
|
1814 |
msgid "Same Window"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:150
|
1818 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:118
|
1819 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:148
|
1820 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:238
|
1821 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:186
|
1822 |
msgid "New Window"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:156
|
1826 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:108
|
1827 |
#: includes/widgets/lsow-team-members-widget/lsow-team-members-widget.php:188
|
1828 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:44
|
1829 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:138
|
1830 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:228
|
1831 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:176
|
1832 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:264
|
1833 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:306
|
1834 |
msgid "Image Size"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:162
|
1838 |
msgid "Display project title for the post/portfolio?"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:168
|
1842 |
msgid "Display project excerpt/summary for the post/portfolio?"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:174
|
1846 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:136
|
1847 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:354
|
1848 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:347
|
1849 |
msgid "Post Meta"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:179
|
1853 |
msgid "Display post author info for the post item?"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:185
|
1857 |
msgid "Display post date info for the post item?"
|
1858 |
msgstr ""
|
1859 |
|
1860 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:191
|
1861 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:370
|
1862 |
msgid "Display taxonomy info for the post item?"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:210
|
1866 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:412
|
1867 |
msgid "Columns per row in Tablet Resolution"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:219
|
1871 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:421
|
1872 |
msgid "Columns per row in Mobile Resolution"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: includes/widgets/lsow-portfolio-widget/lsow-portfolio-widget.php:229
|
1876 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:263
|
1877 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:431
|
1878 |
msgid "Space between columns in masonry grid."
|
1879 |
msgstr ""
|
1880 |
|
1901 |
msgstr ""
|
1902 |
|
1903 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:114
|
1904 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:144
|
1905 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:234
|
1906 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:182
|
1907 |
msgid "Link Target"
|
1908 |
msgstr ""
|
1909 |
|
1916 |
msgstr ""
|
1917 |
|
1918 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:141
|
1919 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:352
|
1920 |
msgid "Display post author info below the post item?"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
#: includes/widgets/lsow-posts-carousel-widget/lsow-posts-carousel-widget.php:147
|
1924 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:358
|
1925 |
msgid "Display post date info below the post item?"
|
1926 |
msgstr ""
|
1927 |
|
1964 |
#: includes/widgets/lsow-pricing-table-widget/lsow-pricing-table-widget.php:52
|
1965 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:51
|
1966 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:51
|
1967 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:58
|
1968 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:63
|
1969 |
msgid "Image"
|
1970 |
msgstr ""
|
1971 |
|
2132 |
msgstr ""
|
2133 |
|
2134 |
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:15
|
2135 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:89
|
2136 |
msgid "Tabs"
|
2137 |
msgstr ""
|
2138 |
|
2140 |
msgid "Display tabbed content in variety of styles."
|
2141 |
msgstr ""
|
2142 |
|
2143 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:30
|
2144 |
msgid "Choose Tab Style"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:37
|
2148 |
msgid "Tab Style 1"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:38
|
2152 |
msgid "Tab Style 2"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:39
|
2156 |
msgid "Tab Style 3"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:40
|
2160 |
msgid "Tab Style 4"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:41
|
2164 |
msgid "Tab Style 5"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:42
|
2168 |
msgid "Tab Style 6"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:43
|
2172 |
msgid "Vertical Tab Style 1"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:44
|
2176 |
msgid "Vertical Tab Style 2"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:45
|
2180 |
msgid "Vertical Tab Style 3"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:46
|
2184 |
msgid "Vertical Tab Style 4"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:52
|
2188 |
msgid "Tab highlight color"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:62
|
2192 |
msgid "Mobile Resolution"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:63
|
2196 |
msgid ""
|
2197 |
"The resolution to treat as a mobile resolution for invoking "
|
2198 |
"responsive tabs."
|
2199 |
msgstr ""
|
2200 |
|
2201 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:70
|
2202 |
msgid "Some styles may ignore icons chosen."
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:90
|
2206 |
msgid "Single Tab"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:100
|
2210 |
msgid "Tab Title"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:101
|
2214 |
msgid "The title for the tab shown as name for tab navigation."
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:106
|
2218 |
msgid "Tab ID"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:107
|
2222 |
msgid ""
|
2223 |
"The Tab ID is required to link to a tab. It must be unique across "
|
2224 |
"the page, must begin with a letter and may be followed by any "
|
2225 |
"number of letters, digits, hyphens or underscores."
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:112
|
2229 |
msgid "Tab Image."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:122
|
2233 |
msgid "Tab Icon."
|
2234 |
msgstr ""
|
2235 |
|
2236 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:132
|
2237 |
msgid "Tab Content"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: includes/widgets/lsow-tabs-widget/lsow-tabs-widget.php:133
|
2241 |
msgid "The content of the tab."
|
2242 |
msgstr ""
|
2243 |
|
2429 |
|
2430 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:56
|
2431 |
#: includes/widgets/lsow-testimonials-widget/lsow-testimonials-widget.php:56
|
2432 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:94
|
2433 |
msgid "Text"
|
2434 |
msgstr ""
|
2435 |
|
2439 |
msgstr ""
|
2440 |
|
2441 |
#: includes/widgets/lsow-testimonials-slider-widget/lsow-testimonials-slider-widget.php:69
|
2442 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:290
|
2443 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:134
|
2444 |
msgid "Slideshow speed"
|
2445 |
msgstr ""
|
2446 |
|
2498 |
msgid "Testimonials per row in Mobile Resolution"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:17
|
2502 |
+
msgid "Countdown"
|
2503 |
+
msgstr ""
|
2504 |
+
|
2505 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:19
|
2506 |
+
msgid "Display a countdown timer for an end date."
|
2507 |
+
msgstr ""
|
2508 |
+
|
2509 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:32
|
2510 |
+
msgid "Countdown Label"
|
2511 |
+
msgstr ""
|
2512 |
+
|
2513 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:33
|
2514 |
+
msgid "The label for the countdown."
|
2515 |
+
msgstr ""
|
2516 |
+
|
2517 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:38
|
2518 |
+
msgid "End date"
|
2519 |
+
msgstr ""
|
2520 |
+
|
2521 |
+
#: includes/widgets/premium/lsow-countdown-widget/lsow-countdown-widget.php:39
|
2522 |
+
msgid "The end date for the countdown."
|
2523 |
+
msgstr ""
|
2524 |
+
|
2525 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:17
|
2526 |
+
msgid "FAQ"
|
2527 |
+
msgstr ""
|
2528 |
+
|
2529 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:19
|
2530 |
+
msgid "Create FAQ to display in a multi-column grid."
|
2531 |
+
msgstr ""
|
2532 |
+
|
2533 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:32
|
2534 |
+
msgid "Frequently Asked Questions"
|
2535 |
+
msgstr ""
|
2536 |
+
|
2537 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:33
|
2538 |
+
msgid "FAQ Item"
|
2539 |
+
msgstr ""
|
2540 |
+
|
2541 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:43
|
2542 |
+
msgid "Question"
|
2543 |
+
msgstr ""
|
2544 |
+
|
2545 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:44
|
2546 |
+
msgid "The question for the FAQ item."
|
2547 |
+
msgstr ""
|
2548 |
+
|
2549 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:49
|
2550 |
+
msgid "Answer"
|
2551 |
+
msgstr ""
|
2552 |
+
|
2553 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:50
|
2554 |
+
msgid "The HTML content as answer for the FAQ item."
|
2555 |
+
msgstr ""
|
2556 |
+
|
2557 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:70
|
2558 |
+
msgid "FAQ Items per row"
|
2559 |
+
msgstr ""
|
2560 |
+
|
2561 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:78
|
2562 |
+
msgid "FAQ Items per row in Tablet Resolution"
|
2563 |
+
msgstr ""
|
2564 |
+
|
2565 |
+
#: includes/widgets/premium/lsow-faq-widget/lsow-faq-widget.php:86
|
2566 |
+
msgid "FAQ Items per row in Mobile Resolution"
|
2567 |
+
msgstr ""
|
2568 |
+
|
2569 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:16
|
2570 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:56
|
2571 |
+
msgid "Features"
|
2572 |
+
msgstr ""
|
2573 |
+
|
2574 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:18
|
2575 |
+
msgid "Display product features or services offered."
|
2576 |
+
msgstr ""
|
2577 |
+
|
2578 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:32
|
2579 |
+
msgid "Features Container ID"
|
2580 |
+
msgstr ""
|
2581 |
+
|
2582 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:33
|
2583 |
+
msgid "The CSS ID for the features container DIV element."
|
2584 |
+
msgstr ""
|
2585 |
+
|
2586 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:38
|
2587 |
+
msgid "Features Container Class"
|
2588 |
+
msgstr ""
|
2589 |
+
|
2590 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:39
|
2591 |
+
msgid "The CSS class for the features container DIV element."
|
2592 |
+
msgstr ""
|
2593 |
+
|
2594 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:50
|
2595 |
+
msgid "Apply tiled design?"
|
2596 |
+
msgstr ""
|
2597 |
+
|
2598 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:57
|
2599 |
+
msgid "Feature"
|
2600 |
+
msgstr ""
|
2601 |
+
|
2602 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:67
|
2603 |
+
msgid "Feature Class"
|
2604 |
+
msgstr ""
|
2605 |
+
|
2606 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:68
|
2607 |
+
msgid "The CSS class for the feature DIV element."
|
2608 |
+
msgstr ""
|
2609 |
+
|
2610 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:73
|
2611 |
+
msgid "Feature Title"
|
2612 |
+
msgstr ""
|
2613 |
+
|
2614 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:74
|
2615 |
+
msgid "The title for the feature."
|
2616 |
+
msgstr ""
|
2617 |
+
|
2618 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:79
|
2619 |
+
msgid "Feature Subtitle"
|
2620 |
+
msgstr ""
|
2621 |
+
|
2622 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:80
|
2623 |
+
msgid "The subtitle for the feature."
|
2624 |
+
msgstr ""
|
2625 |
+
|
2626 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:86
|
2627 |
+
msgid "Feature Image."
|
2628 |
+
msgstr ""
|
2629 |
+
|
2630 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:87
|
2631 |
+
msgid ""
|
2632 |
+
"An icon image or a bitmap which best represents the feature we are "
|
2633 |
+
"capturing"
|
2634 |
+
msgstr ""
|
2635 |
+
|
2636 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:93
|
2637 |
+
msgid "The feature content."
|
2638 |
+
msgstr ""
|
2639 |
+
|
2640 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:95
|
2641 |
+
msgid "Feature content goes here."
|
2642 |
+
msgstr ""
|
2643 |
+
|
2644 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:105
|
2645 |
+
msgid "Choose Animation for Feature Image"
|
2646 |
+
msgstr ""
|
2647 |
+
|
2648 |
+
#: includes/widgets/premium/lsow-features-widget/lsow-features-widget.php:112
|
2649 |
+
msgid "Choose Animation for Feature Text"
|
2650 |
+
msgstr ""
|
2651 |
+
|
2652 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:18
|
2653 |
+
msgid "Gallery Carousel"
|
2654 |
+
msgstr ""
|
2655 |
+
|
2656 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:20
|
2657 |
+
msgid "Display images or videos in a responsive carousel."
|
2658 |
+
msgstr ""
|
2659 |
+
|
2660 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:33
|
2661 |
+
msgid "Gallery Carousel Class/Identifier"
|
2662 |
+
msgstr ""
|
2663 |
+
|
2664 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:34
|
2665 |
+
msgid ""
|
2666 |
+
"Specify an unique identifier used as a custom CSS class name and "
|
2667 |
+
"lightbox group name/slug for the gallery carousel element."
|
2668 |
+
msgstr ""
|
2669 |
+
|
2670 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:39
|
2671 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:44
|
2672 |
+
msgid "Gallery Items"
|
2673 |
+
msgstr ""
|
2674 |
+
|
2675 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:40
|
2676 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:45
|
2677 |
+
msgid "Gallery Item"
|
2678 |
+
msgstr ""
|
2679 |
+
|
2680 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:50
|
2681 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:55
|
2682 |
+
msgid "Item Type"
|
2683 |
+
msgstr ""
|
2684 |
+
|
2685 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:51
|
2686 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:56
|
2687 |
+
msgid ""
|
2688 |
+
"Specify the item type - if this is an image or represents a YouTube/"
|
2689 |
+
"Vimeo/HTML5 video."
|
2690 |
+
msgstr ""
|
2691 |
+
|
2692 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:60
|
2693 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:65
|
2694 |
+
msgid "Vimeo Video"
|
2695 |
+
msgstr ""
|
2696 |
+
|
2697 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:66
|
2698 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:71
|
2699 |
+
msgid "Item Label"
|
2700 |
+
msgstr ""
|
2701 |
+
|
2702 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:67
|
2703 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:72
|
2704 |
+
msgid "The label or name for the gallery item."
|
2705 |
+
msgstr ""
|
2706 |
+
|
2707 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:71
|
2708 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:76
|
2709 |
+
msgid "Gallery Image"
|
2710 |
+
msgstr ""
|
2711 |
+
|
2712 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:73
|
2713 |
+
msgid ""
|
2714 |
+
"The image for the gallery item. If item type chosen is YouTube or "
|
2715 |
+
"Vimeo or MP4/WebM video, the image will be used as a placeholder "
|
2716 |
+
"image for video."
|
2717 |
+
msgstr ""
|
2718 |
+
|
2719 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:77
|
2720 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:82
|
2721 |
+
msgid "Item Tag(s)"
|
2722 |
+
msgstr ""
|
2723 |
+
|
2724 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:78
|
2725 |
+
msgid "One or more comma separated tags for the gallery item."
|
2726 |
+
msgstr ""
|
2727 |
+
|
2728 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:82
|
2729 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:87
|
2730 |
+
msgid "Page URL"
|
2731 |
+
msgstr ""
|
2732 |
+
|
2733 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:83
|
2734 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:88
|
2735 |
+
msgid ""
|
2736 |
+
"The URL of the page to which the image gallery item points to "
|
2737 |
+
"(optional)."
|
2738 |
+
msgstr ""
|
2739 |
+
|
2740 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:91
|
2741 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:96
|
2742 |
+
msgid "Video URL"
|
2743 |
+
msgstr ""
|
2744 |
+
|
2745 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:92
|
2746 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:97
|
2747 |
+
msgid "The URL of the YouTube or Vimeo video."
|
2748 |
+
msgstr ""
|
2749 |
+
|
2750 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:100
|
2751 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:105
|
2752 |
+
msgid "MP4 Video URL"
|
2753 |
+
msgstr ""
|
2754 |
+
|
2755 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:101
|
2756 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:106
|
2757 |
+
msgid "The URL of the MP4 video."
|
2758 |
+
msgstr ""
|
2759 |
+
|
2760 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:109
|
2761 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:114
|
2762 |
+
msgid "WebM Video URL"
|
2763 |
+
msgstr ""
|
2764 |
+
|
2765 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:110
|
2766 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:115
|
2767 |
+
msgid "The URL of the WebM video."
|
2768 |
+
msgstr ""
|
2769 |
+
|
2770 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:118
|
2771 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:132
|
2772 |
+
msgid "Item description"
|
2773 |
+
msgstr ""
|
2774 |
+
|
2775 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:119
|
2776 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:133
|
2777 |
+
msgid ""
|
2778 |
+
"Short description for the gallery item displayed in the lightbox "
|
2779 |
+
"gallery.(optional)"
|
2780 |
+
msgstr ""
|
2781 |
+
|
2782 |
+
#: includes/widgets/premium/lsow-gallery-carousel-widget/lsow-gallery-carousel-widget.php:132
|
2783 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:244
|
2784 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:270
|
2785 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:312
|
2786 |
+
msgid "Enable Lightbox Gallery?"
|
2787 |
+
msgstr ""
|
2788 |
+
|
2789 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:18
|
2790 |
+
msgid "Gallery"
|
2791 |
+
msgstr ""
|
2792 |
+
|
2793 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:20
|
2794 |
+
msgid "Display images or videos in a multi-column grid"
|
2795 |
+
msgstr ""
|
2796 |
+
|
2797 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:28
|
2798 |
+
msgid "Gallery Class/Identifier"
|
2799 |
+
msgstr ""
|
2800 |
+
|
2801 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:29
|
2802 |
+
msgid ""
|
2803 |
+
"Specify an unique identifier used as a custom CSS class name and "
|
2804 |
+
"lightbox group name/slug for the gallery element."
|
2805 |
+
msgstr ""
|
2806 |
+
|
2807 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:78
|
2808 |
+
msgid ""
|
2809 |
+
"The image for the gallery item. If item type chosen is YouTube or "
|
2810 |
+
"Vimeo video or MP4/WebM video, the image will be used as a "
|
2811 |
+
"placeholder image for video."
|
2812 |
+
msgstr ""
|
2813 |
+
|
2814 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:83
|
2815 |
+
msgid ""
|
2816 |
+
"One or more comma separated tags for the gallery item. Useful when "
|
2817 |
+
"items are made filterable."
|
2818 |
+
msgstr ""
|
2819 |
+
|
2820 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:123
|
2821 |
+
msgid "Display video inline?"
|
2822 |
+
msgstr ""
|
2823 |
+
|
2824 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:165
|
2825 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:225
|
2826 |
+
msgid "Pagination"
|
2827 |
+
msgstr ""
|
2828 |
+
|
2829 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:166
|
2830 |
+
msgid ""
|
2831 |
+
"Choose pagination type or choose None if no pagination is desired. "
|
2832 |
+
"Make sure you enter the items per page value in the option 'Number "
|
2833 |
+
"of items to be displayed per page and on each load more invocation' "
|
2834 |
+
"field below to control number of items to display per page."
|
2835 |
+
msgstr ""
|
2836 |
+
|
2837 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:174
|
2838 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:235
|
2839 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:277
|
2840 |
+
msgid "Paged"
|
2841 |
+
msgstr ""
|
2842 |
+
|
2843 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:181
|
2844 |
+
msgid ""
|
2845 |
+
"Display count of items yet to be loaded with the load more button?"
|
2846 |
+
msgstr ""
|
2847 |
+
|
2848 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:191
|
2849 |
+
msgid ""
|
2850 |
+
"Number of items to be displayed per page and on each load more "
|
2851 |
+
"invocation."
|
2852 |
+
msgstr ""
|
2853 |
+
|
2854 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:201
|
2855 |
+
msgid "Gallery Items per row"
|
2856 |
+
msgstr ""
|
2857 |
+
|
2858 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:210
|
2859 |
+
msgid "Gallery Items per row in Tablet Resolution"
|
2860 |
+
msgstr ""
|
2861 |
+
|
2862 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:219
|
2863 |
+
msgid "Gallery Items per row in Mobile Resolution"
|
2864 |
+
msgstr ""
|
2865 |
+
|
2866 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:250
|
2867 |
+
msgid "Display Item Title?"
|
2868 |
+
msgstr ""
|
2869 |
+
|
2870 |
+
#: includes/widgets/premium/lsow-gallery-widget/lsow-gallery-widget.php:256
|
2871 |
+
msgid "Display Item Tags?"
|
2872 |
+
msgstr ""
|
2873 |
+
|
2874 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:15
|
2875 |
+
msgid "Image Slider"
|
2876 |
+
msgstr ""
|
2877 |
+
|
2878 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:17
|
2879 |
+
msgid "Create a responsive image slider."
|
2880 |
+
msgstr ""
|
2881 |
+
|
2882 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:29
|
2883 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:36
|
2884 |
+
msgid "Set a unique CSS class for the slider. (optional)."
|
2885 |
+
msgstr ""
|
2886 |
+
|
2887 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:35
|
2888 |
+
msgid "Select slider type."
|
2889 |
+
msgstr ""
|
2890 |
+
|
2891 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:36
|
2892 |
+
msgid "Slider Type"
|
2893 |
+
msgstr ""
|
2894 |
+
|
2895 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:38
|
2896 |
+
msgid "Flex Slider"
|
2897 |
+
msgstr ""
|
2898 |
+
|
2899 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:39
|
2900 |
+
msgid "Nivo Slider"
|
2901 |
+
msgstr ""
|
2902 |
+
|
2903 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:40
|
2904 |
+
msgid "Slick Slider"
|
2905 |
+
msgstr ""
|
2906 |
+
|
2907 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:41
|
2908 |
+
msgid "Responsive Slider"
|
2909 |
+
msgstr ""
|
2910 |
+
|
2911 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:53
|
2912 |
+
msgid "Choose Caption Style"
|
2913 |
+
msgstr ""
|
2914 |
+
|
2915 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:67
|
2916 |
+
msgid "Slides"
|
2917 |
+
msgstr ""
|
2918 |
+
|
2919 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:68
|
2920 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:195
|
2921 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:74
|
2922 |
+
msgid "Slide"
|
2923 |
+
msgstr ""
|
2924 |
+
|
2925 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:78
|
2926 |
+
msgid "The title to identify the slide"
|
2927 |
+
msgstr ""
|
2928 |
+
|
2929 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:82
|
2930 |
+
msgid "Slide Image"
|
2931 |
+
msgstr ""
|
2932 |
+
|
2933 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:84
|
2934 |
+
msgid "The image for the slide."
|
2935 |
+
msgstr ""
|
2936 |
+
|
2937 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:88
|
2938 |
+
msgid "URL to link to by image and caption heading. (optional)"
|
2939 |
+
msgstr ""
|
2940 |
+
|
2941 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:89
|
2942 |
+
msgid ""
|
2943 |
+
"Specify the URL to which the slide image and caption heading should "
|
2944 |
+
"link to. (optional)"
|
2945 |
+
msgstr ""
|
2946 |
+
|
2947 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:93
|
2948 |
+
msgid "Slider Caption Details"
|
2949 |
+
msgstr ""
|
2950 |
+
|
2951 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:97
|
2952 |
+
msgid "Caption Heading"
|
2953 |
+
msgstr ""
|
2954 |
+
|
2955 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:101
|
2956 |
+
msgid "Caption Sub-heading"
|
2957 |
+
msgstr ""
|
2958 |
+
|
2959 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:106
|
2960 |
+
msgid "Slider Caption Button"
|
2961 |
+
msgstr ""
|
2962 |
+
|
2963 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:171
|
2964 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:66
|
2965 |
+
msgid "Slider Settings"
|
2966 |
+
msgstr ""
|
2967 |
+
|
2968 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:192
|
2969 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:71
|
2970 |
+
msgid "Select your animation type."
|
2971 |
+
msgstr ""
|
2972 |
+
|
2973 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:193
|
2974 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:72
|
2975 |
+
msgid "Animation"
|
2976 |
+
msgstr ""
|
2977 |
+
|
2978 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:196
|
2979 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:75
|
2980 |
+
msgid "Fade"
|
2981 |
+
msgstr ""
|
2982 |
+
|
2983 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:206
|
2984 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:81
|
2985 |
+
msgid "Select the sliding direction."
|
2986 |
+
msgstr ""
|
2987 |
+
|
2988 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:207
|
2989 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:82
|
2990 |
+
msgid "Sliding Direction"
|
2991 |
+
msgstr ""
|
2992 |
+
|
2993 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:209
|
2994 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:84
|
2995 |
+
msgid "Horizontal"
|
2996 |
+
msgstr ""
|
2997 |
+
|
2998 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:210
|
2999 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:85
|
3000 |
+
msgid "Vertical"
|
3001 |
+
msgstr ""
|
3002 |
+
|
3003 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:221
|
3004 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:91
|
3005 |
+
msgid "Create navigation for paging control of each slide?"
|
3006 |
+
msgstr ""
|
3007 |
+
|
3008 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:222
|
3009 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:92
|
3010 |
+
msgid "Control navigation?"
|
3011 |
+
msgstr ""
|
3012 |
+
|
3013 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:227
|
3014 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:97
|
3015 |
+
msgid "Create navigation for previous/next navigation?"
|
3016 |
+
msgstr ""
|
3017 |
+
|
3018 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:228
|
3019 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:98
|
3020 |
+
msgid "Direction navigation?"
|
3021 |
+
msgstr ""
|
3022 |
+
|
3023 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:233
|
3024 |
+
msgid "Use thumbnails for Control Nav?"
|
3025 |
+
msgstr ""
|
3026 |
+
|
3027 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:234
|
3028 |
+
msgid "Thumbnails Navigation?"
|
3029 |
+
msgstr ""
|
3030 |
+
|
3031 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:244
|
3032 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:103
|
3033 |
+
msgid "Randomize slide order?"
|
3034 |
+
msgstr ""
|
3035 |
+
|
3036 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:245
|
3037 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:104
|
3038 |
+
msgid "Randomize slides?"
|
3039 |
+
msgstr ""
|
3040 |
+
|
3041 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:256
|
3042 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:109
|
3043 |
+
msgid ""
|
3044 |
+
"Pause the slideshow when hovering over slider, then resume when no "
|
3045 |
+
"longer hovering."
|
3046 |
+
msgstr ""
|
3047 |
+
|
3048 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:257
|
3049 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:110
|
3050 |
+
msgid "Pause on hover?"
|
3051 |
+
msgstr ""
|
3052 |
+
|
3053 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:262
|
3054 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:115
|
3055 |
+
msgid "Pause the slideshow when interacting with control elements."
|
3056 |
+
msgstr ""
|
3057 |
+
|
3058 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:263
|
3059 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:116
|
3060 |
+
msgid "Pause on action?"
|
3061 |
+
msgstr ""
|
3062 |
+
|
3063 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:272
|
3064 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:121
|
3065 |
+
msgid "Should the animation loop?"
|
3066 |
+
msgstr ""
|
3067 |
+
|
3068 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:273
|
3069 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:122
|
3070 |
+
msgid "Loop"
|
3071 |
+
msgstr ""
|
3072 |
+
|
3073 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:283
|
3074 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:127
|
3075 |
+
msgid "Animate slider automatically without user intervention?"
|
3076 |
+
msgstr ""
|
3077 |
+
|
3078 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:284
|
3079 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:128
|
3080 |
+
msgid "Slideshow"
|
3081 |
+
msgstr ""
|
3082 |
+
|
3083 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:289
|
3084 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:133
|
3085 |
+
msgid "Set the speed of the slideshow cycling, in milliseconds"
|
3086 |
+
msgstr ""
|
3087 |
+
|
3088 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:295
|
3089 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:139
|
3090 |
+
msgid "Set the speed of animations, in milliseconds."
|
3091 |
+
msgstr ""
|
3092 |
+
|
3093 |
+
#: includes/widgets/premium/lsow-image-slider-widget/lsow-image-slider-widget.php:296
|
3094 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:140
|
3095 |
+
msgid "Animation speed"
|
3096 |
+
msgstr ""
|
3097 |
+
|
3098 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:133
|
3099 |
+
msgid "Grid Class/Identifier"
|
3100 |
+
msgstr ""
|
3101 |
+
|
3102 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:134
|
3103 |
+
msgid ""
|
3104 |
+
"Specify an unique identifier used as a custom CSS class name and "
|
3105 |
+
"lightbox group name/slug for the grid element."
|
3106 |
+
msgstr ""
|
3107 |
+
|
3108 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:144
|
3109 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:134
|
3110 |
+
msgid "URL for the heading"
|
3111 |
+
msgstr ""
|
3112 |
+
|
3113 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:149
|
3114 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:139
|
3115 |
+
msgid "Choose Header Style"
|
3116 |
+
msgstr ""
|
3117 |
+
|
3118 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:156
|
3119 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:146
|
3120 |
+
msgid "Header Style 1"
|
3121 |
+
msgstr ""
|
3122 |
+
|
3123 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:157
|
3124 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:147
|
3125 |
+
msgid "Header Style 2"
|
3126 |
+
msgstr ""
|
3127 |
+
|
3128 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:158
|
3129 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:148
|
3130 |
+
msgid "Header Style 3"
|
3131 |
+
msgstr ""
|
3132 |
+
|
3133 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:159
|
3134 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:149
|
3135 |
+
msgid "Header Style 4"
|
3136 |
+
msgstr ""
|
3137 |
+
|
3138 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:160
|
3139 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:150
|
3140 |
+
msgid "Header Style 5"
|
3141 |
+
msgstr ""
|
3142 |
+
|
3143 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:161
|
3144 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:151
|
3145 |
+
msgid "Header Style 6"
|
3146 |
+
msgstr ""
|
3147 |
+
|
3148 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:162
|
3149 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:152
|
3150 |
+
msgid "Header Style 7"
|
3151 |
+
msgstr ""
|
3152 |
+
|
3153 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:168
|
3154 |
+
msgid "Choose Grid Style"
|
3155 |
+
msgstr ""
|
3156 |
+
|
3157 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:175
|
3158 |
+
msgid "Grid Style 1"
|
3159 |
+
msgstr ""
|
3160 |
+
|
3161 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:176
|
3162 |
+
msgid "Grid Style 2"
|
3163 |
+
msgstr ""
|
3164 |
+
|
3165 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:177
|
3166 |
+
msgid "Grid Style 3"
|
3167 |
+
msgstr ""
|
3168 |
+
|
3169 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:178
|
3170 |
+
msgid "Grid Style 4"
|
3171 |
+
msgstr ""
|
3172 |
+
|
3173 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:179
|
3174 |
+
msgid "Grid Style 5"
|
3175 |
+
msgstr ""
|
3176 |
+
|
3177 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:180
|
3178 |
+
msgid "Grid Style 6"
|
3179 |
+
msgstr ""
|
3180 |
+
|
3181 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:226
|
3182 |
+
msgid ""
|
3183 |
+
"Choose pagination type or choose None if no pagination is desired. "
|
3184 |
+
"Make sure the 'Post per page' field value is set in the Build Query "
|
3185 |
+
"window to control number of posts to display per page."
|
3186 |
+
msgstr ""
|
3187 |
+
|
3188 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:234
|
3189 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:276
|
3190 |
+
msgid "Next Prev"
|
3191 |
+
msgstr ""
|
3192 |
+
|
3193 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:242
|
3194 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:284
|
3195 |
+
msgid ""
|
3196 |
+
"Display count of posts yet to be loaded with the load more button?"
|
3197 |
+
msgstr ""
|
3198 |
+
|
3199 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:258
|
3200 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:300
|
3201 |
+
msgid "Open post links in new window?"
|
3202 |
+
msgstr ""
|
3203 |
+
|
3204 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:276
|
3205 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:318
|
3206 |
+
msgid "Post Data"
|
3207 |
+
msgstr ""
|
3208 |
+
|
3209 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:281
|
3210 |
+
msgid "Display project title on post/project thumbnail?"
|
3211 |
+
msgstr ""
|
3212 |
+
|
3213 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:291
|
3214 |
+
msgid "Display taxonomy info on post/project thumbnail?"
|
3215 |
+
msgstr ""
|
3216 |
+
|
3217 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:301
|
3218 |
+
msgid "Display project/post title?"
|
3219 |
+
msgstr ""
|
3220 |
+
|
3221 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:307
|
3222 |
+
msgid "Display project/post excerpt/summary?"
|
3223 |
+
msgstr ""
|
3224 |
+
|
3225 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:317
|
3226 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:335
|
3227 |
+
msgid "Preserve shortcodes/HTML tags in excerpt?"
|
3228 |
+
msgstr ""
|
3229 |
+
|
3230 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:327
|
3231 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:260
|
3232 |
+
msgid "Provide the excerpt length in number of words."
|
3233 |
+
msgstr ""
|
3234 |
+
|
3235 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:328
|
3236 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:261
|
3237 |
+
msgid "Excerpt Length?"
|
3238 |
+
msgstr ""
|
3239 |
+
|
3240 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:338
|
3241 |
+
msgid "Display read more link to the post/portfolio?"
|
3242 |
+
msgstr ""
|
3243 |
+
|
3244 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:348
|
3245 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:341
|
3246 |
+
msgid "Display post excerpt/summary in the lightbox?"
|
3247 |
+
msgstr ""
|
3248 |
+
|
3249 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:359
|
3250 |
+
msgid "Display post author info?"
|
3251 |
+
msgstr ""
|
3252 |
+
|
3253 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:369
|
3254 |
+
msgid "Display post date info?"
|
3255 |
+
msgstr ""
|
3256 |
+
|
3257 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:379
|
3258 |
+
msgid "Display comments number for the post item?"
|
3259 |
+
msgstr ""
|
3260 |
+
|
3261 |
+
#: includes/widgets/premium/lsow-portfolio-widget/lsow-portfolio-widget.php:389
|
3262 |
+
msgid "Display taxonomy info?"
|
3263 |
+
msgstr ""
|
3264 |
+
|
3265 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:18
|
3266 |
+
msgid "Posts Block"
|
3267 |
+
msgstr ""
|
3268 |
+
|
3269 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:20
|
3270 |
+
msgid ""
|
3271 |
+
"Showcase your blog posts or any custom post types in a filterable "
|
3272 |
+
"block list layout."
|
3273 |
+
msgstr ""
|
3274 |
+
|
3275 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:123
|
3276 |
+
msgid "Block Class/Identifier"
|
3277 |
+
msgstr ""
|
3278 |
+
|
3279 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:124
|
3280 |
+
msgid ""
|
3281 |
+
"Specify an unique identifier used as a custom CSS class name and "
|
3282 |
+
"lightbox group name/slug for the block element."
|
3283 |
+
msgstr ""
|
3284 |
+
|
3285 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:129
|
3286 |
+
msgid "Heading for the block"
|
3287 |
+
msgstr ""
|
3288 |
+
|
3289 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:158
|
3290 |
+
msgid "Choose Block Style"
|
3291 |
+
msgstr ""
|
3292 |
+
|
3293 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:165
|
3294 |
+
msgid "Block Style 1"
|
3295 |
+
msgstr ""
|
3296 |
+
|
3297 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:166
|
3298 |
+
msgid "Block Style 2"
|
3299 |
+
msgstr ""
|
3300 |
+
|
3301 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:167
|
3302 |
+
msgid "Block Style 3"
|
3303 |
+
msgstr ""
|
3304 |
+
|
3305 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:168
|
3306 |
+
msgid "Block Style 4"
|
3307 |
+
msgstr ""
|
3308 |
+
|
3309 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:169
|
3310 |
+
msgid "Block Style 5"
|
3311 |
+
msgstr ""
|
3312 |
+
|
3313 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:170
|
3314 |
+
msgid "Block Style 6"
|
3315 |
+
msgstr ""
|
3316 |
+
|
3317 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:171
|
3318 |
+
msgid "Block Style 7"
|
3319 |
+
msgstr ""
|
3320 |
+
|
3321 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:172
|
3322 |
+
msgid "Block Style 8"
|
3323 |
+
msgstr ""
|
3324 |
+
|
3325 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:173
|
3326 |
+
msgid "Block Style 9"
|
3327 |
+
msgstr ""
|
3328 |
+
|
3329 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:174
|
3330 |
+
msgid "Block Style 10"
|
3331 |
+
msgstr ""
|
3332 |
+
|
3333 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:175
|
3334 |
+
msgid "Block Style 11"
|
3335 |
+
msgstr ""
|
3336 |
+
|
3337 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:176
|
3338 |
+
msgid "Block Style 12"
|
3339 |
+
msgstr ""
|
3340 |
+
|
3341 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:177
|
3342 |
+
msgid "Block Style 13"
|
3343 |
+
msgstr ""
|
3344 |
+
|
3345 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:190
|
3346 |
+
msgid ""
|
3347 |
+
"Choose the taxonomy information to display for posts and the "
|
3348 |
+
"taxonomy that is used to filter the posts. Takes effect only if no "
|
3349 |
+
"taxonomy filters are specified when building query."
|
3350 |
+
msgstr ""
|
3351 |
+
|
3352 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:202
|
3353 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:215
|
3354 |
+
msgid "Posts per row"
|
3355 |
+
msgstr ""
|
3356 |
+
|
3357 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:228
|
3358 |
+
msgid "Posts per row in Tablet Resolution"
|
3359 |
+
msgstr ""
|
3360 |
+
|
3361 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:241
|
3362 |
+
msgid "Posts per row in Mobile Resolution"
|
3363 |
+
msgstr ""
|
3364 |
+
|
3365 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:267
|
3366 |
+
msgid "AJAX Pagination"
|
3367 |
+
msgstr ""
|
3368 |
+
|
3369 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:268
|
3370 |
+
msgid ""
|
3371 |
+
"Choose AJAX pagination type or choose None if no pagination is "
|
3372 |
+
"desired. Make sure the 'Post per page' field value is set in the "
|
3373 |
+
"Build Query window to control number of posts to display per page."
|
3374 |
+
msgstr ""
|
3375 |
+
|
3376 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:294
|
3377 |
+
msgid "Link the image to the post or custom post type?"
|
3378 |
+
msgstr ""
|
3379 |
+
|
3380 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:323
|
3381 |
+
msgid "Display post title below the post or custom post type?"
|
3382 |
+
msgstr ""
|
3383 |
+
|
3384 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:329
|
3385 |
+
msgid ""
|
3386 |
+
"Display post excerpt/summary below the post or custom post type?"
|
3387 |
+
msgstr ""
|
3388 |
+
|
3389 |
+
#: includes/widgets/premium/lsow-posts-block-widget/lsow-posts-block-widget.php:364
|
3390 |
+
msgid "Display comments number below the post item?"
|
3391 |
+
msgstr ""
|
3392 |
+
|
3393 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:15
|
3394 |
+
msgid "Slider"
|
3395 |
+
msgstr ""
|
3396 |
+
|
3397 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:17
|
3398 |
+
msgid "Create a responsive slider of custom HTML content."
|
3399 |
+
msgstr ""
|
3400 |
+
|
3401 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:30
|
3402 |
+
msgid "Set a ID for the slider. (optional)."
|
3403 |
+
msgstr ""
|
3404 |
+
|
3405 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:31
|
3406 |
+
msgid "ID"
|
3407 |
+
msgstr ""
|
3408 |
+
|
3409 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:42
|
3410 |
+
msgid "HTML Slides"
|
3411 |
+
msgstr ""
|
3412 |
+
|
3413 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:43
|
3414 |
+
msgid "HTML Slide"
|
3415 |
+
msgstr ""
|
3416 |
+
|
3417 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:53
|
3418 |
+
msgid "The title to identify the HTML slide"
|
3419 |
+
msgstr ""
|
3420 |
+
|
3421 |
+
#: includes/widgets/premium/lsow-slider-widget/lsow-slider-widget.php:59
|
3422 |
+
msgid "The HTML content for the slide."
|
3423 |
+
msgstr ""
|
3424 |
+
|
3425 |
+
#: plugin.php:51 plugin.php:60
|
3426 |
msgid "Cheatin’ huh?"
|
3427 |
msgstr ""
|
livemesh-siteorigin-widgets.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* Author URI: https://www.livemeshthemes.com/
|
9 |
* License: GPL3
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
-
* Version: 2.
|
12 |
* Text Domain: livemesh-so-widgets
|
13 |
* Domain Path: languages
|
14 |
*
|
@@ -35,7 +35,7 @@ if ( !defined( 'ABSPATH' ) ) {
|
|
35 |
// Ensure the free version is deactivated if premium is running
|
36 |
|
37 |
if ( !function_exists( 'lsow_fs' ) ) {
|
38 |
-
define( 'LSOW_VERSION', '2.
|
39 |
// Plugin Folder Path
|
40 |
define( 'LSOW_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
41 |
// Plugin Folder URL
|
8 |
* Author URI: https://www.livemeshthemes.com/
|
9 |
* License: GPL3
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
+
* Version: 2.3
|
12 |
* Text Domain: livemesh-so-widgets
|
13 |
* Domain Path: languages
|
14 |
*
|
35 |
// Ensure the free version is deactivated if premium is running
|
36 |
|
37 |
if ( !function_exists( 'lsow_fs' ) ) {
|
38 |
+
define( 'LSOW_VERSION', '2.3' );
|
39 |
// Plugin Folder Path
|
40 |
define( 'LSOW_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
41 |
// Plugin Folder URL
|
plugin.php
CHANGED
@@ -42,7 +42,7 @@ if ( !class_exists( 'Livemesh_SiteOrigin_Widgets' ) ) {
|
|
42 |
public function __clone()
|
43 |
{
|
44 |
// Cloning instances of the class is forbidden
|
45 |
-
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-so-widgets' ), '2.
|
46 |
}
|
47 |
|
48 |
/**
|
@@ -52,7 +52,7 @@ if ( !class_exists( 'Livemesh_SiteOrigin_Widgets' ) ) {
|
|
52 |
public function __wakeup()
|
53 |
{
|
54 |
// Unserializing instances of the class is forbidden
|
55 |
-
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-so-widgets' ), '2.
|
56 |
}
|
57 |
|
58 |
private function setup_debug_constants()
|
42 |
public function __clone()
|
43 |
{
|
44 |
// Cloning instances of the class is forbidden
|
45 |
+
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-so-widgets' ), '2.3' );
|
46 |
}
|
47 |
|
48 |
/**
|
52 |
public function __wakeup()
|
53 |
{
|
54 |
// Unserializing instances of the class is forbidden
|
55 |
+
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'livemesh-so-widgets' ), '2.3' );
|
56 |
}
|
57 |
|
58 |
private function setup_debug_constants()
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Contributors: livemesh, freemius
|
|
5 |
Tags: widget, siteorigin, siteorigin widgets bundle, siteorigin page builder, siteorigin widgets, grid, gallery, video background, portfolio, carousel, shortcode, tabs, admin, plugin, page
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 4.9
|
8 |
-
Stable Tag: 2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -116,6 +116,10 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
|
|
116 |
|
117 |
== Changelog ==
|
118 |
|
|
|
|
|
|
|
|
|
119 |
= 2.2.1 =
|
120 |
* Fixed - Bug fixes.
|
121 |
|
5 |
Tags: widget, siteorigin, siteorigin widgets bundle, siteorigin page builder, siteorigin widgets, grid, gallery, video background, portfolio, carousel, shortcode, tabs, admin, plugin, page
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 4.9
|
8 |
+
Stable Tag: 2.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
116 |
|
117 |
== Changelog ==
|
118 |
|
119 |
+
= 2.3 =
|
120 |
+
* Fixed - Incompatibility with certain themes due to different versions of waypoints scripts being used.
|
121 |
+
* Fixed - Misplaced HTML5 video background hero header video tags information
|
122 |
+
|
123 |
= 2.2.1 =
|
124 |
* Fixed - Bug fixes.
|
125 |
|