Version Description
- Tweak: Added
Box Shadow
option for content in Blog widget.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 3.2.9 |
Comparing to | |
See all releases |
Code changes from version 3.2.8 to 3.2.9
- admin/settings/elements.php +51 -50
- admin/settings/gomaps.php +1 -1
- admin/settings/version-control.php +2 -2
- languages/premium-addons-for-elementor.pot +602 -453
- premium-addons-for-elementor.php +3 -3
- readme.txt +5 -1
- widgets/premium-banner.php +1 -1
- widgets/premium-blog.php +11 -3
- widgets/premium-button.php +1 -1
- widgets/premium-carousel.php +1 -1
- widgets/premium-contactform.php +1 -1
- widgets/premium-countdown.php +1 -1
- widgets/premium-counter.php +2 -2
- widgets/premium-dual-header.php +1 -1
- widgets/premium-fancytext.php +1 -1
- widgets/premium-grid.php +7 -7
- widgets/premium-image-button.php +1 -1
- widgets/premium-image-scroll.php +1 -1
- widgets/premium-image-separator.php +2 -2
- widgets/premium-maps.php +1 -1
- widgets/premium-modalbox.php +3 -2
- widgets/premium-person.php +2 -2
- widgets/premium-pricing-table.php +1 -1
- widgets/premium-progressbar.php +1 -1
- widgets/premium-testimonials.php +2 -2
- widgets/premium-title.php +9 -9
- widgets/premium-videobox.php +1 -1
- widgets/premium-vscroll.php +1 -1
admin/settings/elements.php
CHANGED
@@ -148,14 +148,14 @@ class PA_admin_settings {
|
|
148 |
<table class="pa-elements-table">
|
149 |
<tbody>
|
150 |
<tr>
|
151 |
-
<th><?php echo sprintf(
|
152 |
<td>
|
153 |
<label class="switch">
|
154 |
<input type="checkbox" id="premium-banner" name="premium-banner" <?php checked(1, $this->pa_get_settings['premium-banner'], true) ?>>
|
155 |
<span class="slider round"></span>
|
156 |
</label>
|
157 |
</td>
|
158 |
-
<th><?php echo sprintf(
|
159 |
<td>
|
160 |
<label class="switch">
|
161 |
<input type="checkbox" id="premium-blog" name="premium-blog" <?php checked(1, $this->pa_get_settings['premium-blog'], true) ?>>
|
@@ -166,14 +166,14 @@ class PA_admin_settings {
|
|
166 |
|
167 |
|
168 |
<tr>
|
169 |
-
<th><?php echo sprintf(
|
170 |
<td>
|
171 |
<label class="switch">
|
172 |
<input type="checkbox" id="premium-carousel" name="premium-carousel" <?php checked(1, $this->pa_get_settings['premium-carousel'], true) ?>>
|
173 |
<span class="slider round"></span>
|
174 |
</label>
|
175 |
</td>
|
176 |
-
<th><?php echo sprintf(
|
177 |
<td>
|
178 |
<label class="switch">
|
179 |
<input type="checkbox" id="premium-countdown" name="premium-countdown" <?php checked(1, $this->pa_get_settings['premium-countdown'], true) ?>>
|
@@ -183,14 +183,14 @@ class PA_admin_settings {
|
|
183 |
</tr>
|
184 |
|
185 |
<tr>
|
186 |
-
<th><?php echo sprintf(
|
187 |
<td>
|
188 |
<label class="switch">
|
189 |
<input type="checkbox" id="premium-counter" name="premium-counter" <?php checked(1, $this->pa_get_settings['premium-counter'], true) ?>>
|
190 |
<span class="slider round"></span>
|
191 |
</label>
|
192 |
</td>
|
193 |
-
<th><?php echo sprintf(
|
194 |
<td>
|
195 |
<label class="switch">
|
196 |
<input type="checkbox" id="premium-dual-header" name="premium-dual-header" <?php checked(1, $this->pa_get_settings['premium-dual-header'], true) ?>>
|
@@ -200,14 +200,14 @@ class PA_admin_settings {
|
|
200 |
</tr>
|
201 |
|
202 |
<tr>
|
203 |
-
<th><?php echo sprintf(
|
204 |
<td>
|
205 |
<label class="switch">
|
206 |
<input type="checkbox" id="premium-fancytext" name="premium-fancytext" <?php checked(1, $this->pa_get_settings['premium-fancytext'], true) ?>>
|
207 |
<span class="slider round"></span>
|
208 |
</label>
|
209 |
</td>
|
210 |
-
<th><?php echo sprintf(
|
211 |
<td>
|
212 |
<label class="switch">
|
213 |
<input type="checkbox" id="premium-image-scroll" name="premium-image-scroll" <?php checked(1, $this->pa_get_settings['premium-image-scroll'], true) ?>>
|
@@ -219,7 +219,7 @@ class PA_admin_settings {
|
|
219 |
|
220 |
<tr>
|
221 |
|
222 |
-
<th><?php echo
|
223 |
<td>
|
224 |
<label class="switch">
|
225 |
<input type="checkbox" id="premium-image-separator" name="premium-image-separator" <?php checked(1, $this->pa_get_settings['premium-image-separator'], true) ?>>
|
@@ -227,7 +227,7 @@ class PA_admin_settings {
|
|
227 |
</label>
|
228 |
</td>
|
229 |
|
230 |
-
<th><?php echo sprintf(
|
231 |
<td>
|
232 |
<label class="switch">
|
233 |
<input type="checkbox" id="premium-maps" name="premium-maps" <?php checked(1, $this->pa_get_settings['premium-maps'], true) ?>>
|
@@ -238,14 +238,14 @@ class PA_admin_settings {
|
|
238 |
</tr>
|
239 |
|
240 |
<tr>
|
241 |
-
<th><?php echo sprintf(
|
242 |
<td>
|
243 |
<label class="switch">
|
244 |
<input type="checkbox" id="premium-modalbox" name="premium-modalbox" <?php checked(1, $this->pa_get_settings['premium-modalbox'], true) ?>>
|
245 |
<span class="slider round"></span>
|
246 |
</label>
|
247 |
</td>
|
248 |
-
<th><?php echo sprintf(
|
249 |
<td>
|
250 |
<label class="switch">
|
251 |
<input type="checkbox" id="premium-person" name="premium-person" <?php checked(1, $this->pa_get_settings['premium-person'], true) ?>>
|
@@ -257,31 +257,32 @@ class PA_admin_settings {
|
|
257 |
|
258 |
<tr>
|
259 |
|
260 |
-
<th><?php echo sprintf(
|
261 |
<td>
|
262 |
<label class="switch">
|
263 |
<input type="checkbox" id="premium-progressbar" name="premium-progressbar" <?php checked(1, $this->pa_get_settings['premium-progressbar'], true) ?>>
|
264 |
<span class="slider round"></span>
|
265 |
</label>
|
266 |
</td>
|
267 |
-
<th><?php echo sprintf(
|
268 |
<td>
|
269 |
<label class="switch">
|
270 |
<input type="checkbox" id="premium-testimonials" name="premium-testimonials" <?php checked(1, $this->pa_get_settings['premium-testimonials'], true) ?>>
|
271 |
<span class="slider round"></span>
|
272 |
</label>
|
273 |
</td>
|
|
|
274 |
</tr>
|
275 |
|
276 |
<tr>
|
277 |
-
<th><?php echo sprintf(
|
278 |
<td>
|
279 |
<label class="switch">
|
280 |
<input type="checkbox" id="premium-title" name="premium-title" <?php checked(1, $this->pa_get_settings['premium-title'], true) ?>>
|
281 |
<span class="slider round"></span>
|
282 |
</label>
|
283 |
</td>
|
284 |
-
<th><?php echo sprintf(
|
285 |
<td>
|
286 |
<label class="switch">
|
287 |
<input type="checkbox" id="premium-videobox" name="premium-videobox" <?php checked(1, $this->pa_get_settings['premium-videobox'], true) ?>>
|
@@ -291,14 +292,14 @@ class PA_admin_settings {
|
|
291 |
</tr>
|
292 |
|
293 |
<tr>
|
294 |
-
<th><?php echo sprintf(
|
295 |
<td>
|
296 |
<label class="switch">
|
297 |
<input type="checkbox" id="premium-pricing-table" name="premium-pricing-table" <?php checked(1, $this->pa_get_settings['premium-pricing-table'], true) ?>>
|
298 |
<span class="slider round"></span>
|
299 |
</label>
|
300 |
</td>
|
301 |
-
<th><?php echo sprintf(
|
302 |
<td>
|
303 |
<label class="switch">
|
304 |
<input type="checkbox" id="premium-button" name="premium-button" <?php checked(1, $this->pa_get_settings['premium-button'], true) ?>>
|
@@ -308,14 +309,14 @@ class PA_admin_settings {
|
|
308 |
</tr>
|
309 |
|
310 |
<tr>
|
311 |
-
<th><?php echo sprintf(
|
312 |
<td>
|
313 |
<label class="switch">
|
314 |
<input type="checkbox" id="premium-contactform" name="premium-contactform" <?php checked(1, $this->pa_get_settings['premium-contactform'], true) ?>>
|
315 |
<span class="slider round"></span>
|
316 |
</label>
|
317 |
</td>
|
318 |
-
<th><?php echo sprintf(
|
319 |
<td>
|
320 |
<label class="switch">
|
321 |
<input type="checkbox" id="premium-image-button" name="premium-image-button" <?php checked(1, $this->pa_get_settings['premium-image-button'], true) ?>>
|
@@ -326,14 +327,14 @@ class PA_admin_settings {
|
|
326 |
</tr>
|
327 |
|
328 |
<tr>
|
329 |
-
<th><?php echo sprintf(
|
330 |
<td>
|
331 |
<label class="switch">
|
332 |
<input type="checkbox" id="premium-grid" name="premium-grid" <?php checked(1, $this->pa_get_settings['premium-grid'], true) ?>>
|
333 |
<span class="slider round"></span>
|
334 |
</label>
|
335 |
</td>
|
336 |
-
<th><?php echo sprintf(
|
337 |
<td>
|
338 |
<label class="switch">
|
339 |
<input type="checkbox" id="premium-vscroll" name="premium-vscroll" <?php checked(1, $this->pa_get_settings['premium-vscroll'], true) ?>>
|
@@ -343,12 +344,12 @@ class PA_admin_settings {
|
|
343 |
|
344 |
</tr>
|
345 |
|
346 |
-
<?php if( !defined('PREMIUM_PRO_ADDONS_VERSION') ) : ?>
|
347 |
<tr class="pa-sec-elems-tr"><th><h1>PRO Elements</h1></th></tr>
|
348 |
|
349 |
<tr>
|
350 |
|
351 |
-
<th><?php echo
|
352 |
<td>
|
353 |
<label class="switch">
|
354 |
<input type="checkbox" id="premium-notbar" name="premium-notbar">
|
@@ -356,7 +357,7 @@ class PA_admin_settings {
|
|
356 |
</label>
|
357 |
</td>
|
358 |
|
359 |
-
<th><?php echo
|
360 |
<td>
|
361 |
<label class="switch">
|
362 |
<input type="checkbox" id="premium-iconbox" name="premium-iconbox">
|
@@ -369,7 +370,7 @@ class PA_admin_settings {
|
|
369 |
<tr>
|
370 |
|
371 |
|
372 |
-
<th><?php echo
|
373 |
<td>
|
374 |
<label class="switch">
|
375 |
<input type="checkbox" id="premium-twitter-feed" name="premium-twitter-feed">
|
@@ -377,7 +378,7 @@ class PA_admin_settings {
|
|
377 |
</label>
|
378 |
</td>
|
379 |
|
380 |
-
<th><?php echo
|
381 |
<td>
|
382 |
<label class="switch">
|
383 |
<input type="checkbox" id="premium-instagram-feed" name="premium-instagram-feed">
|
@@ -388,7 +389,7 @@ class PA_admin_settings {
|
|
388 |
</tr>
|
389 |
|
390 |
<tr>
|
391 |
-
<th><?php echo
|
392 |
<td>
|
393 |
<label class="switch">
|
394 |
<input type="checkbox" id="premium-flipbox" name="premium-flipbox">
|
@@ -396,7 +397,7 @@ class PA_admin_settings {
|
|
396 |
</label>
|
397 |
</td>
|
398 |
|
399 |
-
<th><?php echo
|
400 |
<td>
|
401 |
<label class="switch">
|
402 |
<input type="checkbox" id="premium-unfold" name="premium-unfold">
|
@@ -407,7 +408,7 @@ class PA_admin_settings {
|
|
407 |
|
408 |
<tr>
|
409 |
|
410 |
-
<th><?php echo
|
411 |
<td>
|
412 |
<label class="switch">
|
413 |
<input type="checkbox" id="premium-fb-chat" name="premium-fb-chat">
|
@@ -415,7 +416,7 @@ class PA_admin_settings {
|
|
415 |
</label>
|
416 |
</td>
|
417 |
|
418 |
-
<th><?php echo
|
419 |
<td>
|
420 |
<label class="switch">
|
421 |
<input type="checkbox" id="premium-tabs" name="premium-tabs">
|
@@ -425,7 +426,7 @@ class PA_admin_settings {
|
|
425 |
</tr>
|
426 |
|
427 |
<tr>
|
428 |
-
<th><?php echo
|
429 |
<td>
|
430 |
<label class="switch">
|
431 |
<input type="checkbox" id="premium-charts" name="premium-charts">
|
@@ -433,7 +434,7 @@ class PA_admin_settings {
|
|
433 |
</label>
|
434 |
</td>
|
435 |
|
436 |
-
<th><?php echo
|
437 |
<td>
|
438 |
<label class="switch">
|
439 |
<input type="checkbox" id="premium-prev-img" name="premium-prev-img">
|
@@ -443,7 +444,7 @@ class PA_admin_settings {
|
|
443 |
</tr>
|
444 |
|
445 |
<tr>
|
446 |
-
<th><?php echo
|
447 |
<td>
|
448 |
<label class="switch">
|
449 |
<input type="checkbox" id="premium-image-hotspots" name="premium-image-hotspots">
|
@@ -451,7 +452,7 @@ class PA_admin_settings {
|
|
451 |
</label>
|
452 |
</td>
|
453 |
|
454 |
-
<th><?php echo
|
455 |
<td>
|
456 |
<label class="switch">
|
457 |
<input type="checkbox" id="premium-facebook-reviews" name="premium-facebook-reviews">
|
@@ -461,7 +462,7 @@ class PA_admin_settings {
|
|
461 |
</tr>
|
462 |
|
463 |
<tr>
|
464 |
-
<th><?php echo
|
465 |
<td>
|
466 |
<label class="switch">
|
467 |
<input type="checkbox" id="premium-image-comparison" name="premium-image-comparison">
|
@@ -469,7 +470,7 @@ class PA_admin_settings {
|
|
469 |
</label>
|
470 |
</td>
|
471 |
|
472 |
-
<th><?php echo
|
473 |
<td>
|
474 |
<label class="switch">
|
475 |
<input type="checkbox" id="premium-divider" name="premium-divider">
|
@@ -480,7 +481,7 @@ class PA_admin_settings {
|
|
480 |
</tr>
|
481 |
|
482 |
<tr>
|
483 |
-
<th><?php echo
|
484 |
<td>
|
485 |
<label class="switch">
|
486 |
<input type="checkbox" id="premium-magic-section" name="premium-magic-section">
|
@@ -488,7 +489,7 @@ class PA_admin_settings {
|
|
488 |
</label>
|
489 |
</td>
|
490 |
|
491 |
-
<th><?php echo
|
492 |
<td>
|
493 |
<label class="switch">
|
494 |
<input type="checkbox" id="premium-google-reviews" name="premium-google-reviews">
|
@@ -498,7 +499,7 @@ class PA_admin_settings {
|
|
498 |
</tr>
|
499 |
|
500 |
<tr>
|
501 |
-
<th><?php echo
|
502 |
<td>
|
503 |
<label class="switch">
|
504 |
<input type="checkbox" id="premium-behance" name="premium-behance">
|
@@ -506,7 +507,7 @@ class PA_admin_settings {
|
|
506 |
</label>
|
507 |
</td>
|
508 |
|
509 |
-
<th><?php echo
|
510 |
<td>
|
511 |
<label class="switch">
|
512 |
<input type="checkbox" id="premium-tables" name="premium-tables">
|
@@ -517,7 +518,7 @@ class PA_admin_settings {
|
|
517 |
</tr>
|
518 |
|
519 |
<tr>
|
520 |
-
<th><?php echo
|
521 |
<td>
|
522 |
<label class="switch">
|
523 |
<input type="checkbox" id="premium-img-layers" name="premium-img-layers">
|
@@ -525,7 +526,7 @@ class PA_admin_settings {
|
|
525 |
</label>
|
526 |
</td>
|
527 |
|
528 |
-
<th><?php echo
|
529 |
<td>
|
530 |
<label class="switch">
|
531 |
<input type="checkbox" id="premium-ihover" name="premium-ihover">
|
@@ -536,7 +537,7 @@ class PA_admin_settings {
|
|
536 |
</tr>
|
537 |
|
538 |
<tr>
|
539 |
-
<th><?php echo
|
540 |
<td>
|
541 |
<label class="switch">
|
542 |
<input type="checkbox" id="premium-content-toggle" name="premium-content-toggle">
|
@@ -544,7 +545,7 @@ class PA_admin_settings {
|
|
544 |
</label>
|
545 |
</td>
|
546 |
|
547 |
-
<th><?php echo
|
548 |
<td>
|
549 |
<label class="switch">
|
550 |
<input type="checkbox" id="premium-facebook-feed" name="premium-facebook-feed">
|
@@ -555,7 +556,7 @@ class PA_admin_settings {
|
|
555 |
</tr>
|
556 |
|
557 |
<tr>
|
558 |
-
<th><?php echo
|
559 |
<td>
|
560 |
<label class="switch">
|
561 |
<input type="checkbox" id="premium-whatsapp-chat" name="premium-whatsapp-chat">
|
@@ -566,14 +567,14 @@ class PA_admin_settings {
|
|
566 |
</tr>
|
567 |
|
568 |
<tr>
|
569 |
-
<th><?php echo
|
570 |
<td>
|
571 |
<label class="switch">
|
572 |
<input type="checkbox" id="premium-section-parallax" name="premium-section-parallax">
|
573 |
<span class="pro-slider round"></span>
|
574 |
</label>
|
575 |
</td>
|
576 |
-
<th><?php echo
|
577 |
<td>
|
578 |
<label class="switch">
|
579 |
<input type="checkbox" id="premium-section-particles" name="premium-section-particles">
|
@@ -583,14 +584,14 @@ class PA_admin_settings {
|
|
583 |
</tr>
|
584 |
|
585 |
<tr>
|
586 |
-
<th><?php echo
|
587 |
<td>
|
588 |
<label class="switch">
|
589 |
<input type="checkbox" id="premium-section-gradient" name="premium-section-gradient">
|
590 |
<span class="pro-slider round"></span>
|
591 |
</label>
|
592 |
</td>
|
593 |
-
<th><?php echo
|
594 |
<td>
|
595 |
<label class="switch">
|
596 |
<input type="checkbox" id="premium-section-kenburns" name="premium-section-kenburns">
|
148 |
<table class="pa-elements-table">
|
149 |
<tbody>
|
150 |
<tr>
|
151 |
+
<th><?php echo sprintf( __('%s Banner', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
152 |
<td>
|
153 |
<label class="switch">
|
154 |
<input type="checkbox" id="premium-banner" name="premium-banner" <?php checked(1, $this->pa_get_settings['premium-banner'], true) ?>>
|
155 |
<span class="slider round"></span>
|
156 |
</label>
|
157 |
</td>
|
158 |
+
<th><?php echo sprintf( __('%s Blog', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
159 |
<td>
|
160 |
<label class="switch">
|
161 |
<input type="checkbox" id="premium-blog" name="premium-blog" <?php checked(1, $this->pa_get_settings['premium-blog'], true) ?>>
|
166 |
|
167 |
|
168 |
<tr>
|
169 |
+
<th><?php echo sprintf( __('%s Carousel', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
170 |
<td>
|
171 |
<label class="switch">
|
172 |
<input type="checkbox" id="premium-carousel" name="premium-carousel" <?php checked(1, $this->pa_get_settings['premium-carousel'], true) ?>>
|
173 |
<span class="slider round"></span>
|
174 |
</label>
|
175 |
</td>
|
176 |
+
<th><?php echo sprintf( __('%s Countdown', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
177 |
<td>
|
178 |
<label class="switch">
|
179 |
<input type="checkbox" id="premium-countdown" name="premium-countdown" <?php checked(1, $this->pa_get_settings['premium-countdown'], true) ?>>
|
183 |
</tr>
|
184 |
|
185 |
<tr>
|
186 |
+
<th><?php echo sprintf( __('%s Counter', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
187 |
<td>
|
188 |
<label class="switch">
|
189 |
<input type="checkbox" id="premium-counter" name="premium-counter" <?php checked(1, $this->pa_get_settings['premium-counter'], true) ?>>
|
190 |
<span class="slider round"></span>
|
191 |
</label>
|
192 |
</td>
|
193 |
+
<th><?php echo sprintf( __('%s Dual Heading', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
194 |
<td>
|
195 |
<label class="switch">
|
196 |
<input type="checkbox" id="premium-dual-header" name="premium-dual-header" <?php checked(1, $this->pa_get_settings['premium-dual-header'], true) ?>>
|
200 |
</tr>
|
201 |
|
202 |
<tr>
|
203 |
+
<th><?php echo sprintf( __('%s Fancy Text', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
204 |
<td>
|
205 |
<label class="switch">
|
206 |
<input type="checkbox" id="premium-fancytext" name="premium-fancytext" <?php checked(1, $this->pa_get_settings['premium-fancytext'], true) ?>>
|
207 |
<span class="slider round"></span>
|
208 |
</label>
|
209 |
</td>
|
210 |
+
<th><?php echo sprintf( __('%s Image Scroll', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
211 |
<td>
|
212 |
<label class="switch">
|
213 |
<input type="checkbox" id="premium-image-scroll" name="premium-image-scroll" <?php checked(1, $this->pa_get_settings['premium-image-scroll'], true) ?>>
|
219 |
|
220 |
<tr>
|
221 |
|
222 |
+
<th><?php echo sprintf( __('%s Image Separator', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
223 |
<td>
|
224 |
<label class="switch">
|
225 |
<input type="checkbox" id="premium-image-separator" name="premium-image-separator" <?php checked(1, $this->pa_get_settings['premium-image-separator'], true) ?>>
|
227 |
</label>
|
228 |
</td>
|
229 |
|
230 |
+
<th><?php echo sprintf( __('%s Maps', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
231 |
<td>
|
232 |
<label class="switch">
|
233 |
<input type="checkbox" id="premium-maps" name="premium-maps" <?php checked(1, $this->pa_get_settings['premium-maps'], true) ?>>
|
238 |
</tr>
|
239 |
|
240 |
<tr>
|
241 |
+
<th><?php echo sprintf( __('%s Modal Box', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
242 |
<td>
|
243 |
<label class="switch">
|
244 |
<input type="checkbox" id="premium-modalbox" name="premium-modalbox" <?php checked(1, $this->pa_get_settings['premium-modalbox'], true) ?>>
|
245 |
<span class="slider round"></span>
|
246 |
</label>
|
247 |
</td>
|
248 |
+
<th><?php echo sprintf( __('%s Person', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
249 |
<td>
|
250 |
<label class="switch">
|
251 |
<input type="checkbox" id="premium-person" name="premium-person" <?php checked(1, $this->pa_get_settings['premium-person'], true) ?>>
|
257 |
|
258 |
<tr>
|
259 |
|
260 |
+
<th><?php echo sprintf( __('%s Progress Bar', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
261 |
<td>
|
262 |
<label class="switch">
|
263 |
<input type="checkbox" id="premium-progressbar" name="premium-progressbar" <?php checked(1, $this->pa_get_settings['premium-progressbar'], true) ?>>
|
264 |
<span class="slider round"></span>
|
265 |
</label>
|
266 |
</td>
|
267 |
+
<th><?php echo sprintf( __('%s Testimonials', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
268 |
<td>
|
269 |
<label class="switch">
|
270 |
<input type="checkbox" id="premium-testimonials" name="premium-testimonials" <?php checked(1, $this->pa_get_settings['premium-testimonials'], true) ?>>
|
271 |
<span class="slider round"></span>
|
272 |
</label>
|
273 |
</td>
|
274 |
+
|
275 |
</tr>
|
276 |
|
277 |
<tr>
|
278 |
+
<th><?php echo sprintf( __('%s Title', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
279 |
<td>
|
280 |
<label class="switch">
|
281 |
<input type="checkbox" id="premium-title" name="premium-title" <?php checked(1, $this->pa_get_settings['premium-title'], true) ?>>
|
282 |
<span class="slider round"></span>
|
283 |
</label>
|
284 |
</td>
|
285 |
+
<th><?php echo sprintf( __('%s Video Box', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
286 |
<td>
|
287 |
<label class="switch">
|
288 |
<input type="checkbox" id="premium-videobox" name="premium-videobox" <?php checked(1, $this->pa_get_settings['premium-videobox'], true) ?>>
|
292 |
</tr>
|
293 |
|
294 |
<tr>
|
295 |
+
<th><?php echo sprintf( __('%s Pricing Table', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
296 |
<td>
|
297 |
<label class="switch">
|
298 |
<input type="checkbox" id="premium-pricing-table" name="premium-pricing-table" <?php checked(1, $this->pa_get_settings['premium-pricing-table'], true) ?>>
|
299 |
<span class="slider round"></span>
|
300 |
</label>
|
301 |
</td>
|
302 |
+
<th><?php echo sprintf( __('%s Button', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
303 |
<td>
|
304 |
<label class="switch">
|
305 |
<input type="checkbox" id="premium-button" name="premium-button" <?php checked(1, $this->pa_get_settings['premium-button'], true) ?>>
|
309 |
</tr>
|
310 |
|
311 |
<tr>
|
312 |
+
<th><?php echo sprintf( __('%s Contact Form7', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
313 |
<td>
|
314 |
<label class="switch">
|
315 |
<input type="checkbox" id="premium-contactform" name="premium-contactform" <?php checked(1, $this->pa_get_settings['premium-contactform'], true) ?>>
|
316 |
<span class="slider round"></span>
|
317 |
</label>
|
318 |
</td>
|
319 |
+
<th><?php echo sprintf( __('%s Image Button', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
320 |
<td>
|
321 |
<label class="switch">
|
322 |
<input type="checkbox" id="premium-image-button" name="premium-image-button" <?php checked(1, $this->pa_get_settings['premium-image-button'], true) ?>>
|
327 |
</tr>
|
328 |
|
329 |
<tr>
|
330 |
+
<th><?php echo sprintf( __('%s Grid', 'premium-addons-for-elementor'), $prefix ); ?></th>
|
331 |
<td>
|
332 |
<label class="switch">
|
333 |
<input type="checkbox" id="premium-grid" name="premium-grid" <?php checked(1, $this->pa_get_settings['premium-grid'], true) ?>>
|
334 |
<span class="slider round"></span>
|
335 |
</label>
|
336 |
</td>
|
337 |
+
<th><?php echo sprintf( __('%s Vertical Navigation', 'premium-addons-for-elementor'), $prefix ); ?></th></tr>
|
338 |
<td>
|
339 |
<label class="switch">
|
340 |
<input type="checkbox" id="premium-vscroll" name="premium-vscroll" <?php checked(1, $this->pa_get_settings['premium-vscroll'], true) ?>>
|
344 |
|
345 |
</tr>
|
346 |
|
347 |
+
<?php if( ! defined('PREMIUM_PRO_ADDONS_VERSION') ) : ?>
|
348 |
<tr class="pa-sec-elems-tr"><th><h1>PRO Elements</h1></th></tr>
|
349 |
|
350 |
<tr>
|
351 |
|
352 |
+
<th><?php echo __('Premium Alert Box', 'premium-addons-for-elementor'); ?></th>
|
353 |
<td>
|
354 |
<label class="switch">
|
355 |
<input type="checkbox" id="premium-notbar" name="premium-notbar">
|
357 |
</label>
|
358 |
</td>
|
359 |
|
360 |
+
<th><?php echo __('Premium Icon Box', 'premium-addons-for-elementor'); ?></th>
|
361 |
<td>
|
362 |
<label class="switch">
|
363 |
<input type="checkbox" id="premium-iconbox" name="premium-iconbox">
|
370 |
<tr>
|
371 |
|
372 |
|
373 |
+
<th><?php echo __('Premium Twitter Feed', 'premium-addons-for-elementor'); ?></th>
|
374 |
<td>
|
375 |
<label class="switch">
|
376 |
<input type="checkbox" id="premium-twitter-feed" name="premium-twitter-feed">
|
378 |
</label>
|
379 |
</td>
|
380 |
|
381 |
+
<th><?php echo __('Premium Instagram Feed', 'premium-addons-for-elementor'); ?></th>
|
382 |
<td>
|
383 |
<label class="switch">
|
384 |
<input type="checkbox" id="premium-instagram-feed" name="premium-instagram-feed">
|
389 |
</tr>
|
390 |
|
391 |
<tr>
|
392 |
+
<th><?php echo __('Premium Flip Box', 'premium-addons-for-elementor'); ?></th>
|
393 |
<td>
|
394 |
<label class="switch">
|
395 |
<input type="checkbox" id="premium-flipbox" name="premium-flipbox">
|
397 |
</label>
|
398 |
</td>
|
399 |
|
400 |
+
<th><?php echo __('Premium Unfold', 'premium-addons-for-elementor'); ?></th>
|
401 |
<td>
|
402 |
<label class="switch">
|
403 |
<input type="checkbox" id="premium-unfold" name="premium-unfold">
|
408 |
|
409 |
<tr>
|
410 |
|
411 |
+
<th><?php echo __('Premium Messenger Chat', 'premium-addons-for-elementor'); ?></th>
|
412 |
<td>
|
413 |
<label class="switch">
|
414 |
<input type="checkbox" id="premium-fb-chat" name="premium-fb-chat">
|
416 |
</label>
|
417 |
</td>
|
418 |
|
419 |
+
<th><?php echo __('Premium Tabs', 'premium-addons-for-elementor'); ?></th>
|
420 |
<td>
|
421 |
<label class="switch">
|
422 |
<input type="checkbox" id="premium-tabs" name="premium-tabs">
|
426 |
</tr>
|
427 |
|
428 |
<tr>
|
429 |
+
<th><?php echo __('Premium Chart', 'premium-addons-for-elementor'); ?></th>
|
430 |
<td>
|
431 |
<label class="switch">
|
432 |
<input type="checkbox" id="premium-charts" name="premium-charts">
|
434 |
</label>
|
435 |
</td>
|
436 |
|
437 |
+
<th><?php echo __('Premium Preview Window', 'premium-addons-for-elementor'); ?></th>
|
438 |
<td>
|
439 |
<label class="switch">
|
440 |
<input type="checkbox" id="premium-prev-img" name="premium-prev-img">
|
444 |
</tr>
|
445 |
|
446 |
<tr>
|
447 |
+
<th><?php echo __('Premium Image Hotspots', 'premium-addons-for-elementor'); ?></th>
|
448 |
<td>
|
449 |
<label class="switch">
|
450 |
<input type="checkbox" id="premium-image-hotspots" name="premium-image-hotspots">
|
452 |
</label>
|
453 |
</td>
|
454 |
|
455 |
+
<th><?php echo __('Premium Facebook Reviews', 'premium-addons-for-elementor'); ?></th>
|
456 |
<td>
|
457 |
<label class="switch">
|
458 |
<input type="checkbox" id="premium-facebook-reviews" name="premium-facebook-reviews">
|
462 |
</tr>
|
463 |
|
464 |
<tr>
|
465 |
+
<th><?php echo __('Premium Image Comparison', 'premium-addons-for-elementor'); ?></th>
|
466 |
<td>
|
467 |
<label class="switch">
|
468 |
<input type="checkbox" id="premium-image-comparison" name="premium-image-comparison">
|
470 |
</label>
|
471 |
</td>
|
472 |
|
473 |
+
<th><?php echo __('Premium Divider', 'premium-addons-for-elementor'); ?></th>
|
474 |
<td>
|
475 |
<label class="switch">
|
476 |
<input type="checkbox" id="premium-divider" name="premium-divider">
|
481 |
</tr>
|
482 |
|
483 |
<tr>
|
484 |
+
<th><?php echo __('Premium Magic Section', 'premium-addons-for-elementor'); ?></th>
|
485 |
<td>
|
486 |
<label class="switch">
|
487 |
<input type="checkbox" id="premium-magic-section" name="premium-magic-section">
|
489 |
</label>
|
490 |
</td>
|
491 |
|
492 |
+
<th><?php echo __('Premium Google Reviews', 'premium-addons-for-elementor'); ?></th>
|
493 |
<td>
|
494 |
<label class="switch">
|
495 |
<input type="checkbox" id="premium-google-reviews" name="premium-google-reviews">
|
499 |
</tr>
|
500 |
|
501 |
<tr>
|
502 |
+
<th><?php echo __('Premium Behance Feed', 'premium-addons-for-elementor'); ?></th>
|
503 |
<td>
|
504 |
<label class="switch">
|
505 |
<input type="checkbox" id="premium-behance" name="premium-behance">
|
507 |
</label>
|
508 |
</td>
|
509 |
|
510 |
+
<th><?php echo __('Premium Tables', 'premium-addons-for-elementor'); ?></th>
|
511 |
<td>
|
512 |
<label class="switch">
|
513 |
<input type="checkbox" id="premium-tables" name="premium-tables">
|
518 |
</tr>
|
519 |
|
520 |
<tr>
|
521 |
+
<th><?php echo __('Premium Image Layers', 'premium-addons-for-elementor'); ?></th>
|
522 |
<td>
|
523 |
<label class="switch">
|
524 |
<input type="checkbox" id="premium-img-layers" name="premium-img-layers">
|
526 |
</label>
|
527 |
</td>
|
528 |
|
529 |
+
<th><?php echo __('Premium iHover', 'premium-addons-for-elementor'); ?></th>
|
530 |
<td>
|
531 |
<label class="switch">
|
532 |
<input type="checkbox" id="premium-ihover" name="premium-ihover">
|
537 |
</tr>
|
538 |
|
539 |
<tr>
|
540 |
+
<th><?php echo __('Premium Content Switcher', 'premium-addons-for-elementor'); ?></th>
|
541 |
<td>
|
542 |
<label class="switch">
|
543 |
<input type="checkbox" id="premium-content-toggle" name="premium-content-toggle">
|
545 |
</label>
|
546 |
</td>
|
547 |
|
548 |
+
<th><?php echo __('Premium Facebook Feed', 'premium-addons-for-elementor'); ?></th>
|
549 |
<td>
|
550 |
<label class="switch">
|
551 |
<input type="checkbox" id="premium-facebook-feed" name="premium-facebook-feed">
|
556 |
</tr>
|
557 |
|
558 |
<tr>
|
559 |
+
<th><?php echo __('Premium Whatsapp Chat', 'premium-addons-for-elementor'); ?></th>
|
560 |
<td>
|
561 |
<label class="switch">
|
562 |
<input type="checkbox" id="premium-whatsapp-chat" name="premium-whatsapp-chat">
|
567 |
</tr>
|
568 |
|
569 |
<tr>
|
570 |
+
<th><?php echo __('Premium Section Parallax', 'premium-addons-for-elementor'); ?></th>
|
571 |
<td>
|
572 |
<label class="switch">
|
573 |
<input type="checkbox" id="premium-section-parallax" name="premium-section-parallax">
|
574 |
<span class="pro-slider round"></span>
|
575 |
</label>
|
576 |
</td>
|
577 |
+
<th><?php echo __('Premium Section Particles', 'premium-addons-for-elementor'); ?></th>
|
578 |
<td>
|
579 |
<label class="switch">
|
580 |
<input type="checkbox" id="premium-section-particles" name="premium-section-particles">
|
584 |
</tr>
|
585 |
|
586 |
<tr>
|
587 |
+
<th><?php echo __('Premium Section Animated Gradient', 'premium-addons-for-elementor'); ?></th>
|
588 |
<td>
|
589 |
<label class="switch">
|
590 |
<input type="checkbox" id="premium-section-gradient" name="premium-section-gradient">
|
591 |
<span class="pro-slider round"></span>
|
592 |
</label>
|
593 |
</td>
|
594 |
+
<th><?php echo __('Premium Section Ken Burns', 'premium-addons-for-elementor'); ?></th>
|
595 |
<td>
|
596 |
<label class="switch">
|
597 |
<input type="checkbox" id="premium-section-kenburns" name="premium-section-kenburns">
|
admin/settings/gomaps.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
namespace PremiumAddons;
|
4 |
|
5 |
-
if(!defined('ABSPATH')) exit;
|
6 |
|
7 |
class PA_Gomaps {
|
8 |
|
2 |
|
3 |
namespace PremiumAddons;
|
4 |
|
5 |
+
if( ! defined( 'ABSPATH' ) ) exit;
|
6 |
|
7 |
class PA_Gomaps {
|
8 |
|
admin/settings/version-control.php
CHANGED
@@ -25,7 +25,7 @@ class PA_Version_Control {
|
|
25 |
add_submenu_page(
|
26 |
'premium-addons',
|
27 |
'',
|
28 |
-
esc_html__('Version Control','
|
29 |
'manage_options',
|
30 |
'premium-addons-version',
|
31 |
[$this, 'pa_version_page']
|
@@ -79,7 +79,7 @@ class PA_Version_Control {
|
|
79 |
<tr class="pa-roll-row">
|
80 |
<th>Rollback Version</th>
|
81 |
<td>
|
82 |
-
<div><?php echo sprintf( '<a target="_blank" href="%s" class="button pa-btn pa-rollback-button elementor-button-spinner">Reinstall Version 3.2.
|
83 |
<p class="pa-roll-desc"><span>Warning: Please backup your database before making the rollback.</span></p>
|
84 |
</td>
|
85 |
</tr>
|
25 |
add_submenu_page(
|
26 |
'premium-addons',
|
27 |
'',
|
28 |
+
esc_html__('Version Control','premium-addons-for-elementor'),
|
29 |
'manage_options',
|
30 |
'premium-addons-version',
|
31 |
[$this, 'pa_version_page']
|
79 |
<tr class="pa-roll-row">
|
80 |
<th>Rollback Version</th>
|
81 |
<td>
|
82 |
+
<div><?php echo sprintf( '<a target="_blank" href="%s" class="button pa-btn pa-rollback-button elementor-button-spinner">Reinstall Version 3.2.8</a>', wp_nonce_url( admin_url( 'admin-post.php?action=premium_addons_rollback' ), 'premium_addons_rollback' ) ); ?> </div>
|
83 |
<p class="pa-roll-desc"><span>Warning: Please backup your database before making the rollback.</span></p>
|
84 |
</td>
|
85 |
</tr>
|
languages/premium-addons-for-elementor.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Premium Addons for Elementor\n"
|
5 |
-
"POT-Creation-Date: 2019-04-
|
6 |
"PO-Revision-Date: 2018-02-15 10:41+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Leap13\n"
|
@@ -10,7 +10,7 @@ msgstr ""
|
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -19,35 +19,35 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPathExcluded-0: assets/js\n"
|
20 |
"X-Poedit-SearchPathExcluded-1: admin/assets/js\n"
|
21 |
|
22 |
-
#: admin/includes/notices.php:
|
23 |
msgid ""
|
24 |
"Premium Addons for Elementor is not working because you need to Install "
|
25 |
"Elementor plugin."
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: admin/includes/notices.php:
|
29 |
msgid "Install Now"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: admin/includes/notices.php:
|
33 |
msgid ""
|
34 |
"Premium Addons for Elementor is not working because you need to activate "
|
35 |
"Elementor plugin."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: admin/includes/notices.php:
|
39 |
msgid "Activate Now"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: admin/includes/notices.php:
|
43 |
msgid "Did you like"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: admin/includes/notices.php:
|
47 |
msgid "Plugin?"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: admin/includes/notices.php:
|
51 |
msgid ""
|
52 |
"Could you please do us a BIG favor ? if you could take 2 min of your time, "
|
53 |
"we'd really appreciate if you give Premium Addons for Elementor 5-star "
|
@@ -55,27 +55,27 @@ msgid ""
|
|
55 |
"stuff in the future!"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: admin/includes/notices.php:
|
59 |
msgid "Leave a Review"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: admin/includes/notices.php:
|
63 |
msgid "Maybe Later"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: admin/includes/notices.php:
|
67 |
msgid "I Already did"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: admin/includes/notices.php:
|
71 |
msgid "Premium Block for Gutenberg"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: admin/includes/notices.php:
|
75 |
msgid "is Now Available."
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: admin/includes/notices.php:
|
79 |
msgid "Install it Now."
|
80 |
msgstr ""
|
81 |
|
@@ -112,115 +112,221 @@ msgstr ""
|
|
112 |
msgid "Cancel"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: admin/settings/elements.php:
|
116 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: admin/settings/elements.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
msgid "Premium Alert Box"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: admin/settings/elements.php:
|
124 |
msgid "Premium Icon Box"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: admin/settings/elements.php:
|
128 |
msgid "Premium Twitter Feed"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: admin/settings/elements.php:
|
132 |
msgid "Premium Instagram Feed"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: admin/settings/elements.php:
|
136 |
msgid "Premium Flip Box"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: admin/settings/elements.php:
|
140 |
msgid "Premium Unfold"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: admin/settings/elements.php:
|
144 |
msgid "Premium Messenger Chat"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: admin/settings/elements.php:
|
148 |
msgid "Premium Tabs"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: admin/settings/elements.php:
|
152 |
msgid "Premium Chart"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: admin/settings/elements.php:
|
156 |
msgid "Premium Preview Window"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: admin/settings/elements.php:
|
160 |
msgid "Premium Image Hotspots"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: admin/settings/elements.php:
|
164 |
msgid "Premium Facebook Reviews"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: admin/settings/elements.php:
|
168 |
msgid "Premium Image Comparison"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: admin/settings/elements.php:
|
172 |
msgid "Premium Divider"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: admin/settings/elements.php:
|
176 |
msgid "Premium Magic Section"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: admin/settings/elements.php:
|
180 |
msgid "Premium Google Reviews"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: admin/settings/elements.php:
|
184 |
msgid "Premium Behance Feed"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: admin/settings/elements.php:
|
188 |
msgid "Premium Tables"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: admin/settings/elements.php:
|
192 |
msgid "Premium Image Layers"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin/settings/elements.php:
|
196 |
msgid "Premium iHover"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin/settings/elements.php:
|
200 |
msgid "Premium Content Switcher"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin/settings/elements.php:
|
204 |
msgid "Premium Facebook Feed"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin/settings/elements.php:
|
208 |
msgid "Premium Whatsapp Chat"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin/settings/elements.php:
|
212 |
msgid "Premium Section Parallax"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin/settings/elements.php:
|
216 |
msgid "Premium Section Particles"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin/settings/elements.php:
|
220 |
msgid "Premium Section Animated Gradient"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin/settings/elements.php:
|
224 |
msgid "Premium Section Ken Burns"
|
225 |
msgstr ""
|
226 |
|
@@ -576,13 +682,14 @@ msgid "Rolling Back to Version "
|
|
576 |
msgstr ""
|
577 |
|
578 |
#: widgets/premium-banner.php:42 widgets/premium-banner.php:428
|
579 |
-
#: widgets/premium-blog.php:43 widgets/premium-blog.php:
|
580 |
-
#: widgets/premium-grid.php:
|
581 |
#: widgets/premium-image-scroll.php:256 widgets/premium-image-separator.php:43
|
582 |
-
#: widgets/premium-
|
583 |
-
#: widgets/premium-
|
584 |
-
#: widgets/premium-person.php:
|
585 |
-
#: widgets/premium-testimonials.php:
|
|
|
586 |
msgid "Image"
|
587 |
msgstr ""
|
588 |
|
@@ -596,9 +703,9 @@ msgid "Select an image for the Banner"
|
|
596 |
msgstr ""
|
597 |
|
598 |
#: widgets/premium-banner.php:61 widgets/premium-banner.php:326
|
599 |
-
#: widgets/premium-blog.php:
|
600 |
#: widgets/premium-dual-header.php:103 widgets/premium-dual-header.php:127
|
601 |
-
#: widgets/premium-grid.php:359 widgets/premium-image-button.php:
|
602 |
#: widgets/premium-image-scroll.php:94 widgets/premium-image-separator.php:119
|
603 |
#: widgets/premium-pricing-table.php:303 widgets/premium-testimonials.php:137
|
604 |
#: widgets/premium-testimonials.php:146 widgets/premium-videobox.php:57
|
@@ -623,11 +730,11 @@ msgid "What custom link you want to set to banner?"
|
|
623 |
msgstr ""
|
624 |
|
625 |
#: widgets/premium-banner.php:93 widgets/premium-banner.php:313
|
626 |
-
#: widgets/premium-banner.php:344 widgets/premium-button.php:
|
627 |
-
#: widgets/premium-button.php:
|
628 |
#: widgets/premium-dual-header.php:145 widgets/premium-grid.php:351
|
629 |
-
#: widgets/premium-grid.php:371 widgets/premium-image-button.php:
|
630 |
-
#: widgets/premium-image-button.php:
|
631 |
#: widgets/premium-image-scroll.php:132 widgets/premium-image-separator.php:131
|
632 |
#: widgets/premium-image-separator.php:143
|
633 |
#: widgets/premium-pricing-table.php:292 widgets/premium-pricing-table.php:316
|
@@ -662,6 +769,30 @@ msgstr ""
|
|
662 |
msgid "Choose a hover effect for the banner"
|
663 |
msgstr ""
|
664 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
665 |
#: widgets/premium-banner.php:146
|
666 |
msgid "Always Hovered"
|
667 |
msgstr ""
|
@@ -671,15 +802,15 @@ msgid "Choose if you want the effect to be always triggered"
|
|
671 |
msgstr ""
|
672 |
|
673 |
#: widgets/premium-banner.php:154 widgets/premium-blog.php:49
|
674 |
-
#: widgets/premium-button.php:
|
675 |
-
#: widgets/premium-image-button.php:
|
676 |
msgid "Hover Effect"
|
677 |
msgstr ""
|
678 |
|
679 |
#: widgets/premium-banner.php:157 widgets/premium-blog.php:53
|
680 |
-
#: widgets/premium-blog.php:74 widgets/premium-blog.php:
|
681 |
-
#: widgets/premium-button.php:
|
682 |
-
#: widgets/premium-image-button.php:
|
683 |
#: widgets/premium-person.php:104 widgets/premium-progressbar.php:140
|
684 |
msgid "None"
|
685 |
msgstr ""
|
@@ -727,6 +858,14 @@ msgstr ""
|
|
727 |
msgid "Height"
|
728 |
msgstr ""
|
729 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
730 |
#: widgets/premium-banner.php:179
|
731 |
msgid ""
|
732 |
"Choose if you want to set a custom height for the banner or keep it as it is"
|
@@ -744,7 +883,7 @@ msgstr ""
|
|
744 |
msgid "Vertical Align"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: widgets/premium-banner.php:205 widgets/premium-button.php:
|
748 |
#: widgets/premium-counter.php:163 widgets/premium-pricing-table.php:836
|
749 |
#: widgets/premium-testimonials.php:167 widgets/premium-vscroll.php:249
|
750 |
msgid "Top"
|
@@ -754,7 +893,7 @@ msgstr ""
|
|
754 |
msgid "Middle"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: widgets/premium-banner.php:207 widgets/premium-button.php:
|
758 |
#: widgets/premium-pricing-table.php:844 widgets/premium-vscroll.php:251
|
759 |
msgid "Bottom"
|
760 |
msgstr ""
|
@@ -773,20 +912,20 @@ msgid ""
|
|
773 |
"this class for your customizations."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: widgets/premium-banner.php:231 widgets/premium-blog.php:
|
777 |
-
#: widgets/premium-carousel.php:81 widgets/premium-grid.php:
|
778 |
-
#: widgets/premium-modalbox.php:
|
779 |
-
#: widgets/premium-modalbox.php:
|
780 |
#: widgets/premium-testimonials.php:358 widgets/premium-vscroll.php:45
|
781 |
msgid "Content"
|
782 |
msgstr ""
|
783 |
|
784 |
#: widgets/premium-banner.php:237 widgets/premium-banner.php:516
|
785 |
-
#: widgets/premium-blog.php:
|
786 |
#: widgets/premium-counter.php:43 widgets/premium-counter.php:362
|
787 |
-
#: widgets/premium-grid.php:323 widgets/premium-grid.php:
|
788 |
#: widgets/premium-maps.php:180 widgets/premium-maps.php:364
|
789 |
-
#: widgets/premium-modalbox.php:
|
790 |
#: widgets/premium-pricing-table.php:436 widgets/premium-pricing-table.php:658
|
791 |
#: widgets/premium-progressbar.php:58 widgets/premium-progressbar.php:328
|
792 |
#: widgets/premium-title.php:32 widgets/premium-title.php:39
|
@@ -816,7 +955,7 @@ msgstr ""
|
|
816 |
|
817 |
#: widgets/premium-banner.php:267 widgets/premium-banner.php:274
|
818 |
#: widgets/premium-banner.php:572 widgets/premium-grid.php:331
|
819 |
-
#: widgets/premium-grid.php:
|
820 |
#: widgets/premium-maps.php:448 widgets/premium-person.php:189
|
821 |
#: widgets/premium-person.php:449 widgets/premium-pricing-table.php:243
|
822 |
#: widgets/premium-pricing-table.php:254 widgets/premium-pricing-table.php:460
|
@@ -835,58 +974,58 @@ msgid ""
|
|
835 |
msgstr ""
|
836 |
|
837 |
#: widgets/premium-banner.php:285 widgets/premium-banner.php:613
|
838 |
-
#: widgets/premium-button.php:38 widgets/premium-button.php:
|
839 |
#: widgets/premium-contactform.php:166 widgets/premium-contactform.php:429
|
840 |
-
#: widgets/premium-image-button.php:
|
841 |
-
#: widgets/premium-modalbox.php:
|
842 |
#: widgets/premium-pricing-table.php:467 widgets/premium-pricing-table.php:1324
|
843 |
msgid "Button"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: widgets/premium-banner.php:296 widgets/premium-button.php:
|
847 |
-
#: widgets/premium-fancytext.php:89 widgets/premium-image-button.php:
|
848 |
-
#: widgets/premium-modalbox.php:
|
849 |
-
#: widgets/premium-modalbox.php:
|
850 |
#: widgets/premium-pricing-table.php:176 widgets/premium-pricing-table.php:277
|
851 |
#: widgets/premium-pricing-table.php:360 widgets/premium-pricing-table.php:1076
|
852 |
#: widgets/premium-pricing-table.php:1240 widgets/premium-videobox.php:251
|
853 |
msgid "Text"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: widgets/premium-banner.php:309 widgets/premium-button.php:
|
857 |
#: widgets/premium-dual-header.php:111 widgets/premium-grid.php:347
|
858 |
-
#: widgets/premium-image-button.php:
|
859 |
msgid "Link Type"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: widgets/premium-banner.php:312 widgets/premium-button.php:
|
863 |
#: widgets/premium-dual-header.php:114 widgets/premium-grid.php:350
|
864 |
-
#: widgets/premium-image-button.php:
|
865 |
#: widgets/premium-image-scroll.php:118 widgets/premium-image-separator.php:130
|
866 |
#: widgets/premium-image-separator.php:157
|
867 |
#: widgets/premium-pricing-table.php:291 widgets/premium-videobox.php:109
|
868 |
msgid "URL"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: widgets/premium-banner.php:360 widgets/premium-blog.php:
|
872 |
-
#: widgets/premium-blog.php:
|
873 |
-
#: widgets/premium-countdown.php:
|
874 |
-
#: widgets/premium-fancytext.php:98 widgets/premium-image-button.php:
|
875 |
#: widgets/premium-maps.php:419 widgets/premium-maps.php:501
|
876 |
-
#: widgets/premium-modalbox.php:
|
877 |
#: widgets/premium-pricing-table.php:215 widgets/premium-title.php:106
|
878 |
msgid "Alignment"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: widgets/premium-banner.php:364 widgets/premium-blog.php:
|
882 |
-
#: widgets/premium-blog.php:
|
883 |
-
#: widgets/premium-button.php:
|
884 |
#: widgets/premium-counter.php:165 widgets/premium-dual-header.php:165
|
885 |
#: widgets/premium-fancytext.php:102 widgets/premium-fancytext.php:291
|
886 |
#: widgets/premium-grid.php:156 widgets/premium-grid.php:520
|
887 |
-
#: widgets/premium-image-button.php:
|
888 |
#: widgets/premium-maps.php:423 widgets/premium-maps.php:505
|
889 |
-
#: widgets/premium-modalbox.php:
|
890 |
#: widgets/premium-pricing-table.php:219 widgets/premium-pricing-table.php:412
|
891 |
#: widgets/premium-progressbar.php:156 widgets/premium-title.php:110
|
892 |
#: widgets/premium-title.php:211 widgets/premium-vscroll.php:156
|
@@ -894,28 +1033,28 @@ msgstr ""
|
|
894 |
msgid "Left"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: widgets/premium-banner.php:368 widgets/premium-blog.php:
|
898 |
-
#: widgets/premium-blog.php:
|
899 |
-
#: widgets/premium-countdown.php:
|
900 |
#: widgets/premium-fancytext.php:106 widgets/premium-fancytext.php:295
|
901 |
#: widgets/premium-grid.php:160 widgets/premium-grid.php:524
|
902 |
-
#: widgets/premium-image-button.php:
|
903 |
#: widgets/premium-maps.php:427 widgets/premium-maps.php:509
|
904 |
-
#: widgets/premium-modalbox.php:
|
905 |
#: widgets/premium-pricing-table.php:223 widgets/premium-progressbar.php:160
|
906 |
#: widgets/premium-title.php:114 widgets/premium-title.php:215
|
907 |
msgid "Center"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: widgets/premium-banner.php:372 widgets/premium-blog.php:
|
911 |
-
#: widgets/premium-blog.php:
|
912 |
-
#: widgets/premium-button.php:
|
913 |
#: widgets/premium-counter.php:164 widgets/premium-dual-header.php:173
|
914 |
#: widgets/premium-fancytext.php:110 widgets/premium-fancytext.php:299
|
915 |
#: widgets/premium-grid.php:164 widgets/premium-grid.php:528
|
916 |
-
#: widgets/premium-image-button.php:
|
917 |
#: widgets/premium-maps.php:431 widgets/premium-maps.php:513
|
918 |
-
#: widgets/premium-modalbox.php:
|
919 |
#: widgets/premium-pricing-table.php:227 widgets/premium-pricing-table.php:411
|
920 |
#: widgets/premium-progressbar.php:164 widgets/premium-title.php:118
|
921 |
#: widgets/premium-title.php:219 widgets/premium-vscroll.php:157
|
@@ -954,19 +1093,19 @@ msgid "Note: maximum size for extra small screens is 767px."
|
|
954 |
msgstr ""
|
955 |
|
956 |
#: widgets/premium-banner.php:435 widgets/premium-banner.php:662
|
957 |
-
#: widgets/premium-blog.php:
|
958 |
-
#: widgets/premium-blog.php:
|
959 |
-
#: widgets/premium-blog.php:
|
960 |
-
#: widgets/premium-button.php:
|
961 |
#: widgets/premium-contactform.php:477 widgets/premium-contactform.php:533
|
962 |
-
#: widgets/premium-countdown.php:
|
963 |
#: widgets/premium-counter.php:268 widgets/premium-fancytext.php:351
|
964 |
#: widgets/premium-fancytext.php:409 widgets/premium-fancytext.php:456
|
965 |
-
#: widgets/premium-grid.php:
|
966 |
-
#: widgets/premium-grid.php:
|
967 |
-
#: widgets/premium-modalbox.php:
|
968 |
-
#: widgets/premium-modalbox.php:
|
969 |
-
#: widgets/premium-modalbox.php:
|
970 |
#: widgets/premium-pricing-table.php:525 widgets/premium-pricing-table.php:1620
|
971 |
#: widgets/premium-pricing-table.php:1637 widgets/premium-title.php:287
|
972 |
#: widgets/premium-title.php:309 widgets/premium-videobox.php:514
|
@@ -984,22 +1123,22 @@ msgid "Hover Opacity"
|
|
984 |
msgstr ""
|
985 |
|
986 |
#: widgets/premium-banner.php:503 widgets/premium-banner.php:690
|
987 |
-
#: widgets/premium-blog.php:
|
988 |
-
#: widgets/premium-button.php:
|
989 |
-
#: widgets/premium-carousel.php:
|
990 |
-
#: widgets/premium-contactform.php:500 widgets/premium-countdown.php:
|
991 |
#: widgets/premium-counter.php:341 widgets/premium-dual-header.php:283
|
992 |
-
#: widgets/premium-dual-header.php:425 widgets/premium-grid.php:
|
993 |
-
#: widgets/premium-grid.php:
|
994 |
-
#: widgets/premium-grid.php:
|
995 |
-
#: widgets/premium-grid.php:
|
996 |
-
#: widgets/premium-grid.php:
|
997 |
-
#: widgets/premium-image-button.php:
|
998 |
#: widgets/premium-image-scroll.php:385 widgets/premium-maps.php:547
|
999 |
-
#: widgets/premium-modalbox.php:
|
1000 |
-
#: widgets/premium-modalbox.php:
|
1001 |
-
#: widgets/premium-modalbox.php:
|
1002 |
-
#: widgets/premium-modalbox.php:
|
1003 |
#: widgets/premium-pricing-table.php:605 widgets/premium-pricing-table.php:1187
|
1004 |
#: widgets/premium-pricing-table.php:1401
|
1005 |
#: widgets/premium-pricing-table.php:1479
|
@@ -1012,22 +1151,22 @@ msgid "Border Radius"
|
|
1012 |
msgstr ""
|
1013 |
|
1014 |
#: widgets/premium-banner.php:523 widgets/premium-banner.php:579
|
1015 |
-
#: widgets/premium-banner.php:624 widgets/premium-blog.php:
|
1016 |
-
#: widgets/premium-blog.php:
|
1017 |
-
#: widgets/premium-blog.php:
|
1018 |
-
#: widgets/premium-blog.php:
|
1019 |
-
#: widgets/premium-blog.php:
|
1020 |
-
#: widgets/premium-carousel.php:
|
1021 |
-
#: widgets/premium-countdown.php:
|
1022 |
#: widgets/premium-counter.php:369 widgets/premium-counter.php:409
|
1023 |
#: widgets/premium-fancytext.php:326 widgets/premium-fancytext.php:384
|
1024 |
-
#: widgets/premium-fancytext.php:431 widgets/premium-grid.php:
|
1025 |
-
#: widgets/premium-grid.php:
|
1026 |
-
#: widgets/premium-grid.php:
|
1027 |
#: widgets/premium-maps.php:372 widgets/premium-maps.php:455
|
1028 |
-
#: widgets/premium-modalbox.php:
|
1029 |
-
#: widgets/premium-modalbox.php:
|
1030 |
-
#: widgets/premium-modalbox.php:
|
1031 |
#: widgets/premium-person.php:385 widgets/premium-person.php:421
|
1032 |
#: widgets/premium-person.php:457 widgets/premium-person.php:493
|
1033 |
#: widgets/premium-person.php:534 widgets/premium-pricing-table.php:498
|
@@ -1056,10 +1195,10 @@ msgstr ""
|
|
1056 |
|
1057 |
#: widgets/premium-banner.php:562 widgets/premium-banner.php:603
|
1058 |
#: widgets/premium-banner.php:702 widgets/premium-dual-header.php:296
|
1059 |
-
#: widgets/premium-dual-header.php:438 widgets/premium-grid.php:
|
1060 |
-
#: widgets/premium-grid.php:
|
1061 |
-
#: widgets/premium-grid.php:
|
1062 |
-
#: widgets/premium-modalbox.php:
|
1063 |
#: widgets/premium-pricing-table.php:1414
|
1064 |
#: widgets/premium-pricing-table.php:1492
|
1065 |
#: widgets/premium-pricing-table.php:1705
|
@@ -1070,31 +1209,31 @@ msgstr ""
|
|
1070 |
msgid "Shadow"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: widgets/premium-banner.php:638 widgets/premium-blog.php:
|
1074 |
-
#: widgets/premium-blog.php:
|
1075 |
-
#: widgets/premium-blog.php:
|
1076 |
#: widgets/premium-person.php:508 widgets/premium-videobox.php:363
|
1077 |
#: widgets/premium-videobox.php:491
|
1078 |
msgid "Hover Color"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: widgets/premium-banner.php:672 widgets/premium-blog.php:
|
1082 |
msgid "Hover Background Color"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: widgets/premium-banner.php:710 widgets/premium-blog.php:
|
1086 |
-
#: widgets/premium-blog.php:
|
1087 |
-
#: widgets/premium-button.php:
|
1088 |
#: widgets/premium-contactform.php:446 widgets/premium-dual-header.php:317
|
1089 |
-
#: widgets/premium-dual-header.php:459 widgets/premium-grid.php:
|
1090 |
-
#: widgets/premium-grid.php:
|
1091 |
-
#: widgets/premium-grid.php:
|
1092 |
-
#: widgets/premium-grid.php:
|
1093 |
-
#: widgets/premium-grid.php:
|
1094 |
-
#: widgets/premium-image-button.php:
|
1095 |
#: widgets/premium-maps.php:489 widgets/premium-maps.php:581
|
1096 |
-
#: widgets/premium-modalbox.php:
|
1097 |
-
#: widgets/premium-modalbox.php:
|
1098 |
#: widgets/premium-pricing-table.php:539 widgets/premium-pricing-table.php:636
|
1099 |
#: widgets/premium-pricing-table.php:723 widgets/premium-pricing-table.php:1051
|
1100 |
#: widgets/premium-pricing-table.php:1217
|
@@ -1142,7 +1281,7 @@ msgid "Squares"
|
|
1142 |
msgstr ""
|
1143 |
|
1144 |
#: widgets/premium-blog.php:89 widgets/premium-counter.php:115
|
1145 |
-
#: widgets/premium-modalbox.php:
|
1146 |
msgid "Display Options"
|
1147 |
msgstr ""
|
1148 |
|
@@ -1191,305 +1330,301 @@ msgid "Thumbnail Max Height"
|
|
1191 |
msgstr ""
|
1192 |
|
1193 |
#: widgets/premium-blog.php:188
|
1194 |
-
msgid "Featured Image Max Height"
|
1195 |
-
msgstr ""
|
1196 |
-
|
1197 |
-
#: widgets/premium-blog.php:205
|
1198 |
msgid "Thumbnail Fit"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: widgets/premium-blog.php:
|
1202 |
msgid "Cover"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: widgets/premium-blog.php:
|
1206 |
msgid "Fill"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: widgets/premium-blog.php:
|
1210 |
msgid "Contain"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: widgets/premium-blog.php:
|
1214 |
msgid "Spacing"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: widgets/premium-blog.php:
|
1218 |
msgid "Post Options"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: widgets/premium-blog.php:
|
1222 |
msgid "Excerpt"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: widgets/premium-blog.php:
|
1226 |
msgid ""
|
1227 |
"Excerpt is used for article summary with a link to the whole entry. The "
|
1228 |
"default except length is 55"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: widgets/premium-blog.php:
|
1232 |
msgid "Excerpt Length"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: widgets/premium-blog.php:
|
1236 |
msgid "Excerpt Type"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: widgets/premium-blog.php:
|
1240 |
#: widgets/premium-vscroll.php:428
|
1241 |
msgid "Dots"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#: widgets/premium-blog.php:
|
1245 |
msgid "Link Text"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: widgets/premium-blog.php:
|
1249 |
msgid "continue reading"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#: widgets/premium-blog.php:
|
1253 |
msgid "Author Meta"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: widgets/premium-blog.php:
|
1257 |
msgid "Date Meta"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: widgets/premium-blog.php:
|
1261 |
msgid "Categories Meta"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: widgets/premium-blog.php:
|
1265 |
-
msgid "Display or hide categories
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: widgets/premium-blog.php:
|
1269 |
msgid "Comments Meta"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: widgets/premium-blog.php:
|
1273 |
-
msgid "Display or hide comments
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: widgets/premium-blog.php:
|
1277 |
msgid "Tags Meta"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: widgets/premium-blog.php:
|
1281 |
msgid "Display or hide post tags"
|
1282 |
msgstr ""
|
1283 |
|
1284 |
-
#: widgets/premium-blog.php:
|
1285 |
msgid "Post Format Icon"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
-
#: widgets/premium-blog.php:
|
1289 |
msgid "Edit Post Icon"
|
1290 |
msgstr ""
|
1291 |
|
1292 |
-
#: widgets/premium-blog.php:
|
1293 |
msgid "Display or hide edit post option"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#: widgets/premium-blog.php:
|
1297 |
msgid "Advanced Settings"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: widgets/premium-blog.php:
|
1301 |
msgid "Filter By Category"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: widgets/premium-blog.php:
|
1305 |
msgid "Get posts for specific category(s)"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: widgets/premium-blog.php:
|
1309 |
msgid "Filter By Tag"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: widgets/premium-blog.php:
|
1313 |
msgid "Get posts for specific tag(s)"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: widgets/premium-blog.php:
|
1317 |
msgid "Filter By Author"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: widgets/premium-blog.php:
|
1321 |
msgid "Get posts for specific author(s)"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: widgets/premium-blog.php:
|
1325 |
msgid "Posts to Exclude"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: widgets/premium-blog.php:
|
1329 |
msgid "Add post(s) to exclude"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: widgets/premium-blog.php:
|
1333 |
msgid "Order By"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: widgets/premium-blog.php:
|
1337 |
msgid "ID"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: widgets/premium-blog.php:
|
1341 |
#: widgets/premium-testimonials.php:272
|
1342 |
msgid "Author"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: widgets/premium-blog.php:
|
1346 |
#: widgets/premium-person.php:376 widgets/premium-testimonials.php:66
|
1347 |
#: widgets/premium-testimonials.php:107
|
1348 |
msgid "Name"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: widgets/premium-blog.php:
|
1352 |
msgid "Date"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: widgets/premium-blog.php:
|
1356 |
msgid "Last Modified"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
-
#: widgets/premium-blog.php:
|
1360 |
msgid "Random"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: widgets/premium-blog.php:
|
1364 |
msgid "Number of Comments"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: widgets/premium-blog.php:
|
1368 |
msgid "Order"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: widgets/premium-blog.php:
|
1372 |
msgid "Descending"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: widgets/premium-blog.php:
|
1376 |
msgid "Ascending"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: widgets/premium-blog.php:
|
1380 |
msgid "Pagination"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: widgets/premium-blog.php:
|
1384 |
msgid "Pagination is the process of dividing the posts into discrete pages"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: widgets/premium-blog.php:
|
1388 |
msgid "Next Page String"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: widgets/premium-blog.php:
|
1392 |
msgid "Next"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: widgets/premium-blog.php:
|
1396 |
msgid "Previous Page String"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: widgets/premium-blog.php:
|
1400 |
msgid "Previous"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: widgets/premium-blog.php:
|
1404 |
msgid "Links in New Tab"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: widgets/premium-blog.php:
|
1408 |
msgid "Enable links to be opened in a new tab"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: widgets/premium-blog.php:
|
1412 |
msgid "Posts Per Page"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: widgets/premium-blog.php:
|
1416 |
msgid "Choose how many posts do you want to be displayed per page"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: widgets/premium-blog.php:
|
1420 |
msgid "Total Number of Posts"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: widgets/premium-blog.php:
|
1424 |
msgid "Offset Count"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: widgets/premium-blog.php:
|
1428 |
msgid "The index of post to start with"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: widgets/premium-blog.php:
|
1432 |
#: widgets/premium-carousel.php:47
|
1433 |
msgid "Carousel"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: widgets/premium-blog.php:
|
1437 |
msgid "Enable Carousel"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: widgets/premium-blog.php:
|
1441 |
msgid "Fade"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: widgets/premium-blog.php:
|
1445 |
msgid "Auto Play"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: widgets/premium-blog.php:
|
1449 |
msgid "Autoplay Speed"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: widgets/premium-blog.php:
|
1453 |
msgid ""
|
1454 |
"Autoplay Speed means at which time the next slide should come. Set a value "
|
1455 |
"in milliseconds (ms)"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: widgets/premium-blog.php:
|
1459 |
msgid "Arrows Position"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
-
#: widgets/premium-blog.php:
|
1463 |
-
#: widgets/premium-button.php:
|
1464 |
-
#: widgets/premium-image-button.php:
|
1465 |
-
#: widgets/premium-image-button.php:
|
1466 |
-
#: widgets/premium-modalbox.php:
|
1467 |
msgid "Icon Color"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: widgets/premium-blog.php:
|
1471 |
-
#: widgets/premium-image-button.php:
|
1472 |
-
#: widgets/premium-image-button.php:
|
1473 |
msgid "Overlay Color"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: widgets/premium-blog.php:
|
1477 |
#: widgets/premium-contactform.php:544
|
1478 |
msgid "Border Color"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: widgets/premium-blog.php:
|
1482 |
msgid "Meta"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: widgets/premium-blog.php:
|
1486 |
msgid "Tags"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: widgets/premium-blog.php:
|
1490 |
-
#: widgets/premium-button.php:
|
1491 |
#: widgets/premium-counter.php:209 widgets/premium-counter.php:231
|
1492 |
-
#: widgets/premium-image-button.php:
|
1493 |
#: widgets/premium-pricing-table.php:370 widgets/premium-pricing-table.php:389
|
1494 |
#: widgets/premium-pricing-table.php:512 widgets/premium-pricing-table.php:1128
|
1495 |
#: widgets/premium-progressbar.php:513 widgets/premium-progressbar.php:554
|
@@ -1498,45 +1633,45 @@ msgstr ""
|
|
1498 |
msgid "Size"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: widgets/premium-blog.php:
|
1502 |
msgid "Choose icon size in (PX, EM)"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: widgets/premium-blog.php:
|
1506 |
msgid "Pagination Style"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: widgets/premium-blog.php:
|
1510 |
-
#: widgets/premium-contactform.php:459 widgets/premium-grid.php:
|
1511 |
-
#: widgets/premium-grid.php:
|
1512 |
#: widgets/premium-image-scroll.php:291 widgets/premium-image-scroll.php:336
|
1513 |
-
#: widgets/premium-modalbox.php:
|
1514 |
-
#: widgets/premium-modalbox.php:
|
1515 |
#: widgets/premium-pricing-table.php:1666 widgets/premium-vscroll.php:544
|
1516 |
msgid "Normal"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: widgets/premium-blog.php:
|
1520 |
-
#: widgets/premium-contactform.php:517 widgets/premium-grid.php:
|
1521 |
-
#: widgets/premium-grid.php:
|
1522 |
#: widgets/premium-image-scroll.php:190 widgets/premium-image-scroll.php:307
|
1523 |
-
#: widgets/premium-image-scroll.php:371 widgets/premium-modalbox.php:
|
1524 |
-
#: widgets/premium-modalbox.php:
|
1525 |
#: widgets/premium-pricing-table.php:1453
|
1526 |
#: widgets/premium-pricing-table.php:1744
|
1527 |
msgid "Hover"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: widgets/premium-blog.php:
|
1531 |
-
#: widgets/premium-button.php:
|
1532 |
#: widgets/premium-dual-header.php:305 widgets/premium-dual-header.php:447
|
1533 |
-
#: widgets/premium-grid.php:
|
1534 |
-
#: widgets/premium-grid.php:
|
1535 |
-
#: widgets/premium-grid.php:
|
1536 |
-
#: widgets/premium-grid.php:
|
1537 |
-
#: widgets/premium-image-button.php:
|
1538 |
#: widgets/premium-maps.php:395 widgets/premium-maps.php:478
|
1539 |
-
#: widgets/premium-maps.php:569 widgets/premium-modalbox.php:
|
1540 |
#: widgets/premium-pricing-table.php:617 widgets/premium-pricing-table.php:704
|
1541 |
#: widgets/premium-pricing-table.php:788 widgets/premium-pricing-table.php:858
|
1542 |
#: widgets/premium-pricing-table.php:905 widgets/premium-pricing-table.php:950
|
@@ -1555,215 +1690,215 @@ msgstr ""
|
|
1555 |
msgid "Margin"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: widgets/premium-button.php:
|
1559 |
msgid "Click Me"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: widgets/premium-button.php:
|
1563 |
msgid "Slide"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: widgets/premium-button.php:
|
1567 |
msgid "Shutter"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: widgets/premium-button.php:
|
1571 |
msgid "Icon Fade"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: widgets/premium-button.php:
|
1575 |
msgid "Icon Slide"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: widgets/premium-button.php:
|
1579 |
msgid "In & Out"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: widgets/premium-button.php:
|
1583 |
-
#: widgets/premium-image-button.php:
|
1584 |
-
#: widgets/premium-image-button.php:
|
1585 |
msgid "Slide Direction"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: widgets/premium-button.php:
|
1589 |
-
#: widgets/premium-image-button.php:
|
1590 |
msgid "Top to Bottom"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: widgets/premium-button.php:
|
1594 |
-
#: widgets/premium-image-button.php:
|
1595 |
msgid "Bottom to Top"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
-
#: widgets/premium-button.php:
|
1599 |
-
#: widgets/premium-image-button.php:
|
1600 |
msgid "Right to Left"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: widgets/premium-button.php:
|
1604 |
-
#: widgets/premium-image-button.php:
|
1605 |
msgid "Left to Right"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: widgets/premium-button.php:
|
1609 |
msgid "Shutter Direction"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: widgets/premium-button.php:
|
1613 |
msgid "Shutter in Horizontal"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: widgets/premium-button.php:
|
1617 |
msgid "Shutter in Vertical"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: widgets/premium-button.php:
|
1621 |
msgid "Shutter out Horizontal"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: widgets/premium-button.php:
|
1625 |
msgid "Shutter out Vertical"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: widgets/premium-button.php:
|
1629 |
msgid "Scaled Shutter Vertical"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: widgets/premium-button.php:
|
1633 |
msgid "Scaled Shutter Horizontal"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: widgets/premium-button.php:
|
1637 |
msgid "Tilted Left"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
-
#: widgets/premium-button.php:
|
1641 |
msgid "Tilted Right"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: widgets/premium-button.php:
|
1645 |
#: widgets/premium-countdown.php:43 widgets/premium-counter.php:253
|
1646 |
#: widgets/premium-title.php:50
|
1647 |
msgid "Style"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: widgets/premium-button.php:
|
1651 |
msgid "Radial In"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: widgets/premium-button.php:
|
1655 |
msgid "Radial Out"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: widgets/premium-button.php:
|
1659 |
msgid "Rectangle In"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: widgets/premium-button.php:
|
1663 |
msgid "Rectangle Out"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: widgets/premium-button.php:
|
1667 |
-
#: widgets/premium-button.php:
|
1668 |
-
#: widgets/premium-counter.php:185 widgets/premium-image-button.php:
|
1669 |
-
#: widgets/premium-image-button.php:
|
1670 |
-
#: widgets/premium-image-scroll.php:214 widgets/premium-modalbox.php:
|
1671 |
-
#: widgets/premium-modalbox.php:
|
1672 |
#: widgets/premium-pricing-table.php:36 widgets/premium-pricing-table.php:185
|
1673 |
#: widgets/premium-pricing-table.php:429 widgets/premium-pricing-table.php:487
|
1674 |
#: widgets/premium-pricing-table.php:1106 widgets/premium-title.php:69
|
1675 |
msgid "Icon"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: widgets/premium-button.php:
|
1679 |
-
#: widgets/premium-modalbox.php:
|
1680 |
msgid "Enable or disable button icon"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: widgets/premium-button.php:
|
1684 |
-
#: widgets/premium-image-button.php:
|
1685 |
msgid "Icon Position"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: widgets/premium-button.php:
|
1689 |
-
#: widgets/premium-modalbox.php:
|
1690 |
msgid "Before"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: widgets/premium-button.php:
|
1694 |
-
#: widgets/premium-modalbox.php:
|
1695 |
msgid "After"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: widgets/premium-button.php:
|
1699 |
-
#: widgets/premium-image-button.php:
|
1700 |
-
#: widgets/premium-image-scroll.php:221 widgets/premium-modalbox.php:
|
1701 |
-
#: widgets/premium-modalbox.php:
|
1702 |
msgid "Icon Size"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: widgets/premium-button.php:
|
1706 |
-
#: widgets/premium-button.php:
|
1707 |
-
#: widgets/premium-button.php:
|
1708 |
-
#: widgets/premium-image-button.php:
|
1709 |
-
#: widgets/premium-modalbox.php:
|
1710 |
-
#: widgets/premium-modalbox.php:
|
1711 |
msgid "Icon Spacing"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: widgets/premium-button.php:
|
1715 |
-
#: widgets/premium-modalbox.php:
|
1716 |
msgid "Small"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: widgets/premium-button.php:
|
1720 |
-
#: widgets/premium-modalbox.php:
|
1721 |
msgid "Medium"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: widgets/premium-button.php:
|
1725 |
-
#: widgets/premium-modalbox.php:
|
1726 |
msgid "Large"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: widgets/premium-button.php:
|
1730 |
-
#: widgets/premium-dual-header.php:91 widgets/premium-image-button.php:
|
1731 |
-
#: widgets/premium-modalbox.php:
|
1732 |
msgid "Block"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: widgets/premium-button.php:
|
1736 |
msgid "onclick Event"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: widgets/premium-button.php:
|
1740 |
msgid "Example: myFunction();"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: widgets/premium-button.php:
|
1744 |
#: widgets/premium-contactform.php:464 widgets/premium-contactform.php:522
|
1745 |
#: widgets/premium-dual-header.php:230 widgets/premium-dual-header.php:372
|
1746 |
-
#: widgets/premium-grid.php:
|
1747 |
-
#: widgets/premium-image-button.php:
|
1748 |
#: widgets/premium-videobox.php:477 widgets/premium-vscroll.php:550
|
1749 |
#: widgets/premium-vscroll.php:609
|
1750 |
msgid "Text Color"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: widgets/premium-button.php:
|
1754 |
-
#: widgets/premium-button.php:
|
1755 |
-
#: widgets/premium-image-button.php:
|
1756 |
#: widgets/premium-title.php:533
|
1757 |
msgid "Icon Shadow"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: widgets/premium-button.php:
|
1761 |
-
#: widgets/premium-image-button.php:
|
1762 |
msgid "Text Shadow"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: widgets/premium-button.php:
|
1766 |
-
#: widgets/premium-image-button.php:
|
1767 |
msgid "Button Shadow"
|
1768 |
msgstr ""
|
1769 |
|
@@ -1801,12 +1936,12 @@ msgstr ""
|
|
1801 |
msgid "Set a navigation type"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: widgets/premium-carousel.php:106 widgets/premium-image-button.php:
|
1805 |
#: widgets/premium-image-scroll.php:168
|
1806 |
msgid "Horizontal"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: widgets/premium-carousel.php:107 widgets/premium-image-button.php:
|
1810 |
#: widgets/premium-image-scroll.php:169
|
1811 |
msgid "Vertical"
|
1812 |
msgstr ""
|
@@ -1815,7 +1950,7 @@ msgstr ""
|
|
1815 |
msgid "Enable or disable navigation dots"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: widgets/premium-carousel.php:125 widgets/premium-grid.php:
|
1819 |
#: widgets/premium-pricing-table.php:408 widgets/premium-vscroll.php:153
|
1820 |
msgid "Position"
|
1821 |
msgstr ""
|
@@ -2011,59 +2146,55 @@ msgstr ""
|
|
2011 |
msgid "Bottom Icon"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
-
#: widgets/premium-carousel.php:
|
2015 |
msgid "Top Icon"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: widgets/premium-carousel.php:
|
2019 |
msgid "Left Icon"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: widgets/premium-carousel.php:529
|
2023 |
-
msgid "Default"
|
2024 |
-
msgstr ""
|
2025 |
-
|
2026 |
-
#: widgets/premium-carousel.php:530 widgets/premium-counter.php:258
|
2027 |
msgid "Circle Background"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: widgets/premium-carousel.php:
|
2031 |
msgid "Square Background"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: widgets/premium-carousel.php:
|
2035 |
msgid "Circle border"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
-
#: widgets/premium-carousel.php:
|
2039 |
msgid "Square border"
|
2040 |
msgstr ""
|
2041 |
|
2042 |
-
#: widgets/premium-carousel.php:
|
2043 |
msgid "Border Size"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
-
#: widgets/premium-carousel.php:
|
2047 |
msgid "Position (PX)"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#: widgets/premium-carousel.php:
|
2051 |
msgid "Navigation Dots"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
-
#: widgets/premium-carousel.php:
|
2055 |
msgid "Active Color"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#: widgets/premium-carousel.php:
|
2059 |
msgid "Ripple Effect"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
-
#: widgets/premium-carousel.php:
|
2063 |
msgid "Enable a ripple effect when the active dot is hovered/clicked"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
-
#: widgets/premium-carousel.php:
|
2067 |
msgid "Ripple Color"
|
2068 |
msgstr ""
|
2069 |
|
@@ -2080,8 +2211,8 @@ msgid "Fields"
|
|
2080 |
msgstr ""
|
2081 |
|
2082 |
#: widgets/premium-contactform.php:56 widgets/premium-contactform.php:173
|
2083 |
-
#: widgets/premium-grid.php:283 widgets/premium-modalbox.php:
|
2084 |
-
#: widgets/premium-modalbox.php:
|
2085 |
msgid "Width"
|
2086 |
msgstr ""
|
2087 |
|
@@ -2207,111 +2338,111 @@ msgstr ""
|
|
2207 |
msgid "Second"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
-
#: widgets/premium-countdown.php:
|
2211 |
msgid "Expire"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: widgets/premium-countdown.php:
|
2215 |
msgid "Expire Type"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: widgets/premium-countdown.php:
|
2219 |
msgid "Choose whether if you want to set a message or a redirect link"
|
2220 |
msgstr ""
|
2221 |
|
2222 |
-
#: widgets/premium-countdown.php:
|
2223 |
msgid "Message"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
-
#: widgets/premium-countdown.php:
|
2227 |
msgid "Redirection Link"
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: widgets/premium-countdown.php:
|
2231 |
msgid "On expiry Text"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: widgets/premium-countdown.php:
|
2235 |
msgid "Countdown is finished!"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: widgets/premium-countdown.php:
|
2239 |
msgid "Redirect To"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: widgets/premium-countdown.php:
|
2243 |
msgid "Strings Translation"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: widgets/premium-countdown.php:
|
2247 |
msgid "Day (Singular)"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: widgets/premium-countdown.php:
|
2251 |
msgid "Day (Plural)"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: widgets/premium-countdown.php:
|
2255 |
msgid "Week (Singular)"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: widgets/premium-countdown.php:
|
2259 |
msgid "Weeks (Plural)"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: widgets/premium-countdown.php:
|
2263 |
msgid "Month (Singular)"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: widgets/premium-countdown.php:
|
2267 |
msgid "Months (Plural)"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: widgets/premium-countdown.php:
|
2271 |
msgid "Year (Singular)"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
-
#: widgets/premium-countdown.php:
|
2275 |
msgid "Years (Plural)"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: widgets/premium-countdown.php:
|
2279 |
msgid "Hour (Singular)"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: widgets/premium-countdown.php:
|
2283 |
msgid "Hours (Plural)"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#: widgets/premium-countdown.php:
|
2287 |
msgid "Minute (Singular)"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
-
#: widgets/premium-countdown.php:
|
2291 |
msgid "Minutes (Plural)"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: widgets/premium-countdown.php:
|
2295 |
msgid "Second (Singular)"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: widgets/premium-countdown.php:
|
2299 |
msgid "Seconds (Plural)"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
-
#: widgets/premium-countdown.php:
|
2303 |
msgid "Digits"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: widgets/premium-countdown.php:
|
2307 |
msgid "Background Size"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
-
#: widgets/premium-countdown.php:
|
2311 |
msgid "Units"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
-
#: widgets/premium-countdown.php:
|
2315 |
msgid "Spacing in Between"
|
2316 |
msgstr ""
|
2317 |
|
@@ -2336,7 +2467,7 @@ msgid "Thousands Separator"
|
|
2336 |
msgstr ""
|
2337 |
|
2338 |
#: widgets/premium-counter.php:71
|
2339 |
-
msgid "
|
2340 |
msgstr ""
|
2341 |
|
2342 |
#: widgets/premium-counter.php:78
|
@@ -2375,13 +2506,13 @@ msgstr ""
|
|
2375 |
msgid "Use a font awesome icon or upload a custom image"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: widgets/premium-counter.php:125 widgets/premium-modalbox.php:
|
2379 |
-
#: widgets/premium-modalbox.php:
|
2380 |
msgid "Font Awesome"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: widgets/premium-counter.php:126 widgets/premium-modalbox.php:
|
2384 |
-
#: widgets/premium-modalbox.php:
|
2385 |
msgid "Custom Image"
|
2386 |
msgstr ""
|
2387 |
|
@@ -2482,7 +2613,7 @@ msgid "Clipped Background"
|
|
2482 |
msgstr ""
|
2483 |
|
2484 |
#: widgets/premium-fancytext.php:35 widgets/premium-fancytext.php:65
|
2485 |
-
#: widgets/premium-fancytext.php:318
|
2486 |
msgid "Fancy Text"
|
2487 |
msgstr ""
|
2488 |
|
@@ -2647,7 +2778,7 @@ msgstr ""
|
|
2647 |
msgid "12 Columns"
|
2648 |
msgstr ""
|
2649 |
|
2650 |
-
#: widgets/premium-grid.php:108 widgets/premium-grid.php:
|
2651 |
msgid "Load More Button"
|
2652 |
msgstr ""
|
2653 |
|
@@ -2655,7 +2786,7 @@ msgstr ""
|
|
2655 |
msgid "Requires number of images larger than 6"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
-
#: widgets/premium-grid.php:116 widgets/premium-modalbox.php:
|
2659 |
msgid "Button Text"
|
2660 |
msgstr ""
|
2661 |
|
@@ -2719,7 +2850,7 @@ msgstr ""
|
|
2719 |
msgid "Put the index of the default active category, default is 1"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: widgets/premium-grid.php:256 widgets/premium-grid.php:
|
2723 |
msgid "Filter"
|
2724 |
msgstr ""
|
2725 |
|
@@ -2759,15 +2890,15 @@ msgstr ""
|
|
2759 |
msgid "Choose a layout style for the gallery"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: widgets/premium-grid.php:446
|
2763 |
msgid "Style 1"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: widgets/premium-grid.php:447
|
2767 |
msgid "Style 2"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: widgets/premium-grid.php:448
|
2771 |
msgid "Style 3"
|
2772 |
msgstr ""
|
2773 |
|
@@ -2793,56 +2924,56 @@ msgstr ""
|
|
2793 |
msgid "General"
|
2794 |
msgstr ""
|
2795 |
|
2796 |
-
#: widgets/premium-grid.php:
|
2797 |
msgid "Icons"
|
2798 |
msgstr ""
|
2799 |
|
2800 |
-
#: widgets/premium-grid.php:
|
2801 |
msgid "Background"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
-
#: widgets/premium-grid.php:
|
2805 |
msgid "Background Active Color"
|
2806 |
msgstr ""
|
2807 |
|
2808 |
-
#: widgets/premium-grid.php:
|
2809 |
msgid "Spinner Color"
|
2810 |
msgstr ""
|
2811 |
|
2812 |
-
#: widgets/premium-grid.php:
|
2813 |
#: widgets/premium-vscroll.php:623
|
2814 |
msgid "Text Hover Color"
|
2815 |
msgstr ""
|
2816 |
|
2817 |
-
#: widgets/premium-image-button.php:
|
2818 |
msgid "Background Slide"
|
2819 |
msgstr ""
|
2820 |
|
2821 |
-
#: widgets/premium-image-button.php:
|
2822 |
msgid "Diagonal Slide"
|
2823 |
msgstr ""
|
2824 |
|
2825 |
-
#: widgets/premium-image-button.php:
|
2826 |
msgid "Overlap"
|
2827 |
msgstr ""
|
2828 |
|
2829 |
-
#: widgets/premium-image-button.php:
|
2830 |
msgid "Bottom Left to Top Right"
|
2831 |
msgstr ""
|
2832 |
|
2833 |
-
#: widgets/premium-image-button.php:
|
2834 |
msgid "Top Right to Bottom Left"
|
2835 |
msgstr ""
|
2836 |
|
2837 |
-
#: widgets/premium-image-button.php:
|
2838 |
msgid "Top Left to Bottom Right"
|
2839 |
msgstr ""
|
2840 |
|
2841 |
-
#: widgets/premium-image-button.php:
|
2842 |
msgid "Bottom Right to Top Left"
|
2843 |
msgstr ""
|
2844 |
|
2845 |
-
#: widgets/premium-image-button.php:
|
2846 |
msgid "Overlap Direction"
|
2847 |
msgstr ""
|
2848 |
|
@@ -2882,7 +3013,7 @@ msgstr ""
|
|
2882 |
msgid "Reverse Direction"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
-
#: widgets/premium-image-scroll.php:187 widgets/premium-modalbox.php:
|
2886 |
msgid "Trigger"
|
2887 |
msgstr ""
|
2888 |
|
@@ -3102,108 +3233,108 @@ msgstr ""
|
|
3102 |
msgid "Map"
|
3103 |
msgstr ""
|
3104 |
|
3105 |
-
#: widgets/premium-modalbox.php:
|
3106 |
msgid "Header"
|
3107 |
msgstr ""
|
3108 |
|
3109 |
-
#: widgets/premium-modalbox.php:
|
3110 |
msgid "Enable or disable modal header"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: widgets/premium-modalbox.php:
|
3114 |
msgid "Use font awesome icon or upload a custom image"
|
3115 |
msgstr ""
|
3116 |
|
3117 |
-
#: widgets/premium-modalbox.php:
|
3118 |
-
msgid "
|
3119 |
msgstr ""
|
3120 |
|
3121 |
-
#: widgets/premium-modalbox.php:
|
3122 |
msgid "Content to Show"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
-
#: widgets/premium-modalbox.php:
|
3126 |
msgid "Text Editor"
|
3127 |
msgstr ""
|
3128 |
|
3129 |
-
#: widgets/premium-modalbox.php:
|
3130 |
msgid "Elementor Template"
|
3131 |
msgstr ""
|
3132 |
|
3133 |
-
#: widgets/premium-modalbox.php:
|
3134 |
msgid "Modal content is a template which you can choose from Elementor library"
|
3135 |
msgstr ""
|
3136 |
|
3137 |
-
#: widgets/premium-modalbox.php:
|
3138 |
msgid "Upper Close Button"
|
3139 |
msgstr ""
|
3140 |
|
3141 |
-
#: widgets/premium-modalbox.php:
|
3142 |
msgid "Lower Close Button"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
-
#: widgets/premium-modalbox.php:
|
3146 |
msgid "Close"
|
3147 |
msgstr ""
|
3148 |
|
3149 |
-
#: widgets/premium-modalbox.php:
|
3150 |
msgid "Display Style"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
-
#: widgets/premium-modalbox.php:
|
3154 |
msgid "Choose where would you like the modal box appear on"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
-
#: widgets/premium-modalbox.php:
|
3158 |
msgid "Page Load"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
-
#: widgets/premium-modalbox.php:
|
3162 |
msgid "Premium Modal Box"
|
3163 |
msgstr ""
|
3164 |
|
3165 |
-
#: widgets/premium-modalbox.php:
|
3166 |
msgid "Button Size"
|
3167 |
msgstr ""
|
3168 |
|
3169 |
-
#: widgets/premium-modalbox.php:
|
3170 |
msgid "Delay in Popup Display (Sec)"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
-
#: widgets/premium-modalbox.php:
|
3174 |
msgid ""
|
3175 |
"When should the popup appear during page load? The value are counted in "
|
3176 |
"seconds"
|
3177 |
msgstr ""
|
3178 |
|
3179 |
-
#: widgets/premium-modalbox.php:
|
3180 |
msgid "Icon Hover Color"
|
3181 |
msgstr ""
|
3182 |
|
3183 |
-
#: widgets/premium-modalbox.php:
|
3184 |
-
#: widgets/premium-modalbox.php:
|
3185 |
#: widgets/premium-pricing-table.php:896 widgets/premium-pricing-table.php:941
|
3186 |
#: widgets/premium-pricing-table.php:993
|
3187 |
msgid "Typography"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
-
#: widgets/premium-modalbox.php:
|
3191 |
msgid "Heading"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
-
#: widgets/premium-modalbox.php:
|
3195 |
msgid "Modal Box"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
-
#: widgets/premium-modalbox.php:
|
3199 |
msgid "Max Height"
|
3200 |
msgstr ""
|
3201 |
|
3202 |
-
#: widgets/premium-modalbox.php:
|
3203 |
msgid "Content Background Color"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
-
#: widgets/premium-modalbox.php:
|
3207 |
msgid "Footer Background Color"
|
3208 |
msgstr ""
|
3209 |
|
@@ -3219,10 +3350,6 @@ msgstr ""
|
|
3219 |
msgid "Person"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
-
#: widgets/premium-person.php:135
|
3223 |
-
msgid "John Frank"
|
3224 |
-
msgstr ""
|
3225 |
-
|
3226 |
#: widgets/premium-person.php:161 widgets/premium-person.php:413
|
3227 |
msgid "Job Title"
|
3228 |
msgstr ""
|
@@ -3488,6 +3615,11 @@ msgstr ""
|
|
3488 |
msgid "Indicator"
|
3489 |
msgstr ""
|
3490 |
|
|
|
|
|
|
|
|
|
|
|
3491 |
#: widgets/premium-testimonials.php:43
|
3492 |
msgid "Choose an image for the author"
|
3493 |
msgstr ""
|
@@ -3596,28 +3728,40 @@ msgstr ""
|
|
3596 |
msgid "Premium Title"
|
3597 |
msgstr ""
|
3598 |
|
3599 |
-
#: widgets/premium-title.php:
|
3600 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3601 |
msgstr ""
|
3602 |
|
3603 |
-
#: widgets/premium-title.php:
|
3604 |
-
msgid "
|
3605 |
msgstr ""
|
3606 |
|
3607 |
#: widgets/premium-title.php:135
|
3608 |
-
msgid "
|
3609 |
msgstr ""
|
3610 |
|
3611 |
#: widgets/premium-title.php:155
|
3612 |
-
msgid "
|
3613 |
msgstr ""
|
3614 |
|
3615 |
#: widgets/premium-title.php:175
|
3616 |
-
msgid "
|
3617 |
msgstr ""
|
3618 |
|
3619 |
#: widgets/premium-title.php:191
|
3620 |
-
msgid "
|
3621 |
msgstr ""
|
3622 |
|
3623 |
#: widgets/premium-title.php:207
|
@@ -3633,7 +3777,7 @@ msgid "Triangle Color"
|
|
3633 |
msgstr ""
|
3634 |
|
3635 |
#: widgets/premium-title.php:396
|
3636 |
-
msgid "
|
3637 |
msgstr ""
|
3638 |
|
3639 |
#: widgets/premium-title.php:439
|
@@ -3732,6 +3876,11 @@ msgstr ""
|
|
3732 |
msgid "Hover Padding"
|
3733 |
msgstr ""
|
3734 |
|
|
|
|
|
|
|
|
|
|
|
3735 |
#: widgets/premium-vscroll.php:62 widgets/premium-vscroll.php:97
|
3736 |
msgid "Section ID"
|
3737 |
msgstr ""
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Premium Addons for Elementor\n"
|
5 |
+
"POT-Creation-Date: 2019-04-20 14:23+0200\n"
|
6 |
"PO-Revision-Date: 2018-02-15 10:41+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Leap13\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.2.1\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: assets/js\n"
|
20 |
"X-Poedit-SearchPathExcluded-1: admin/assets/js\n"
|
21 |
|
22 |
+
#: admin/includes/notices.php:120
|
23 |
msgid ""
|
24 |
"Premium Addons for Elementor is not working because you need to Install "
|
25 |
"Elementor plugin."
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: admin/includes/notices.php:122
|
29 |
msgid "Install Now"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: admin/includes/notices.php:130
|
33 |
msgid ""
|
34 |
"Premium Addons for Elementor is not working because you need to activate "
|
35 |
"Elementor plugin."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: admin/includes/notices.php:132
|
39 |
msgid "Activate Now"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: admin/includes/notices.php:150
|
43 |
msgid "Did you like"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: admin/includes/notices.php:150
|
47 |
msgid "Plugin?"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: admin/includes/notices.php:151
|
51 |
msgid ""
|
52 |
"Could you please do us a BIG favor ? if you could take 2 min of your time, "
|
53 |
"we'd really appreciate if you give Premium Addons for Elementor 5-star "
|
55 |
"stuff in the future!"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: admin/includes/notices.php:152
|
59 |
msgid "Leave a Review"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: admin/includes/notices.php:153
|
63 |
msgid "Maybe Later"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: admin/includes/notices.php:154
|
67 |
msgid "I Already did"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: admin/includes/notices.php:222
|
71 |
msgid "Premium Block for Gutenberg"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: admin/includes/notices.php:222
|
75 |
msgid "is Now Available."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: admin/includes/notices.php:223
|
79 |
msgid "Install it Now."
|
80 |
msgstr ""
|
81 |
|
112 |
msgid "Cancel"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: admin/settings/elements.php:151 widgets/premium-banner.php:20
|
116 |
+
#, php-format
|
117 |
+
msgid "%s Banner"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: admin/settings/elements.php:158 widgets/premium-blog.php:14
|
121 |
+
#, php-format
|
122 |
+
msgid "%s Blog"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: admin/settings/elements.php:169 widgets/premium-carousel.php:18
|
126 |
+
#, php-format
|
127 |
+
msgid "%s Carousel"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: admin/settings/elements.php:176 widgets/premium-countdown.php:11
|
131 |
+
#, php-format
|
132 |
+
msgid "%s Countdown"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: admin/settings/elements.php:186 widgets/premium-counter.php:13
|
136 |
+
#, php-format
|
137 |
+
msgid "%s Counter"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: admin/settings/elements.php:193 widgets/premium-dual-header.php:19
|
141 |
+
#, php-format
|
142 |
+
msgid "%s Dual Heading"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: admin/settings/elements.php:203 widgets/premium-fancytext.php:12
|
146 |
+
#, php-format
|
147 |
+
msgid "%s Fancy Text"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: admin/settings/elements.php:210 widgets/premium-image-scroll.php:24
|
151 |
+
#, php-format
|
152 |
+
msgid "%s Image Scroll"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: admin/settings/elements.php:222 widgets/premium-image-separator.php:18
|
156 |
+
#, php-format
|
157 |
+
msgid "%s Image Separator"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: admin/settings/elements.php:230 widgets/premium-maps.php:19
|
161 |
+
#, php-format
|
162 |
+
msgid "%s Maps"
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: admin/settings/elements.php:241 widgets/premium-modalbox.php:21
|
166 |
+
#, php-format
|
167 |
+
msgid "%s Modal Box"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: admin/settings/elements.php:248 widgets/premium-person.php:13
|
171 |
+
#, php-format
|
172 |
+
msgid "%s Person"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: admin/settings/elements.php:260 widgets/premium-progressbar.php:14
|
176 |
+
#, php-format
|
177 |
+
msgid "%s Progress Bar"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: admin/settings/elements.php:267
|
181 |
+
#, php-format
|
182 |
+
msgid "%s Testimonials"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: admin/settings/elements.php:278 widgets/premium-title.php:14
|
186 |
+
#, php-format
|
187 |
+
msgid "%s Title"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: admin/settings/elements.php:285 widgets/premium-videobox.php:15
|
191 |
+
#, php-format
|
192 |
+
msgid "%s Video Box"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: admin/settings/elements.php:295 widgets/premium-pricing-table.php:18
|
196 |
+
#, php-format
|
197 |
+
msgid "%s Pricing Table"
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: admin/settings/elements.php:302 widgets/premium-button.php:20
|
201 |
+
#, php-format
|
202 |
+
msgid "%s Button"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: admin/settings/elements.php:312 widgets/premium-contactform.php:13
|
206 |
+
#, php-format
|
207 |
+
msgid "%s Contact Form7"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: admin/settings/elements.php:319 widgets/premium-image-button.php:12
|
211 |
+
#, php-format
|
212 |
+
msgid "%s Image Button"
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: admin/settings/elements.php:330 widgets/premium-grid.php:18
|
216 |
+
#, php-format
|
217 |
+
msgid "%s Grid"
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: admin/settings/elements.php:337
|
221 |
+
#, php-format
|
222 |
+
msgid "%s Vertical Navigation"
|
223 |
+
msgstr ""
|
224 |
+
|
225 |
+
#: admin/settings/elements.php:352
|
226 |
msgid "Premium Alert Box"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: admin/settings/elements.php:360
|
230 |
msgid "Premium Icon Box"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: admin/settings/elements.php:373
|
234 |
msgid "Premium Twitter Feed"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: admin/settings/elements.php:381
|
238 |
msgid "Premium Instagram Feed"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: admin/settings/elements.php:392
|
242 |
msgid "Premium Flip Box"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: admin/settings/elements.php:400
|
246 |
msgid "Premium Unfold"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: admin/settings/elements.php:411
|
250 |
msgid "Premium Messenger Chat"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: admin/settings/elements.php:419
|
254 |
msgid "Premium Tabs"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: admin/settings/elements.php:429
|
258 |
msgid "Premium Chart"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: admin/settings/elements.php:437
|
262 |
msgid "Premium Preview Window"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: admin/settings/elements.php:447
|
266 |
msgid "Premium Image Hotspots"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: admin/settings/elements.php:455
|
270 |
msgid "Premium Facebook Reviews"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: admin/settings/elements.php:465
|
274 |
msgid "Premium Image Comparison"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: admin/settings/elements.php:473
|
278 |
msgid "Premium Divider"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: admin/settings/elements.php:484
|
282 |
msgid "Premium Magic Section"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: admin/settings/elements.php:492
|
286 |
msgid "Premium Google Reviews"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: admin/settings/elements.php:502
|
290 |
msgid "Premium Behance Feed"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: admin/settings/elements.php:510
|
294 |
msgid "Premium Tables"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: admin/settings/elements.php:521
|
298 |
msgid "Premium Image Layers"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: admin/settings/elements.php:529
|
302 |
msgid "Premium iHover"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: admin/settings/elements.php:540
|
306 |
msgid "Premium Content Switcher"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: admin/settings/elements.php:548
|
310 |
msgid "Premium Facebook Feed"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: admin/settings/elements.php:559
|
314 |
msgid "Premium Whatsapp Chat"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: admin/settings/elements.php:570
|
318 |
msgid "Premium Section Parallax"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: admin/settings/elements.php:577
|
322 |
msgid "Premium Section Particles"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: admin/settings/elements.php:587
|
326 |
msgid "Premium Section Animated Gradient"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: admin/settings/elements.php:594
|
330 |
msgid "Premium Section Ken Burns"
|
331 |
msgstr ""
|
332 |
|
682 |
msgstr ""
|
683 |
|
684 |
#: widgets/premium-banner.php:42 widgets/premium-banner.php:428
|
685 |
+
#: widgets/premium-blog.php:43 widgets/premium-blog.php:628
|
686 |
+
#: widgets/premium-grid.php:645 widgets/premium-image-scroll.php:56
|
687 |
#: widgets/premium-image-scroll.php:256 widgets/premium-image-separator.php:43
|
688 |
+
#: widgets/premium-image-separator.php:204 widgets/premium-modalbox.php:240
|
689 |
+
#: widgets/premium-modalbox.php:420 widgets/premium-person.php:31
|
690 |
+
#: widgets/premium-person.php:38 widgets/premium-person.php:356
|
691 |
+
#: widgets/premium-testimonials.php:37 widgets/premium-testimonials.php:204
|
692 |
+
#: widgets/premium-videobox.php:173
|
693 |
msgid "Image"
|
694 |
msgstr ""
|
695 |
|
703 |
msgstr ""
|
704 |
|
705 |
#: widgets/premium-banner.php:61 widgets/premium-banner.php:326
|
706 |
+
#: widgets/premium-blog.php:284 widgets/premium-button.php:67
|
707 |
#: widgets/premium-dual-header.php:103 widgets/premium-dual-header.php:127
|
708 |
+
#: widgets/premium-grid.php:359 widgets/premium-image-button.php:62
|
709 |
#: widgets/premium-image-scroll.php:94 widgets/premium-image-separator.php:119
|
710 |
#: widgets/premium-pricing-table.php:303 widgets/premium-testimonials.php:137
|
711 |
#: widgets/premium-testimonials.php:146 widgets/premium-videobox.php:57
|
730 |
msgstr ""
|
731 |
|
732 |
#: widgets/premium-banner.php:93 widgets/premium-banner.php:313
|
733 |
+
#: widgets/premium-banner.php:344 widgets/premium-button.php:58
|
734 |
+
#: widgets/premium-button.php:84 widgets/premium-dual-header.php:115
|
735 |
#: widgets/premium-dual-header.php:145 widgets/premium-grid.php:351
|
736 |
+
#: widgets/premium-grid.php:371 widgets/premium-image-button.php:53
|
737 |
+
#: widgets/premium-image-button.php:79 widgets/premium-image-scroll.php:106
|
738 |
#: widgets/premium-image-scroll.php:132 widgets/premium-image-separator.php:131
|
739 |
#: widgets/premium-image-separator.php:143
|
740 |
#: widgets/premium-pricing-table.php:292 widgets/premium-pricing-table.php:316
|
769 |
msgid "Choose a hover effect for the banner"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: widgets/premium-banner.php:134
|
773 |
+
msgid "Effect 1"
|
774 |
+
msgstr ""
|
775 |
+
|
776 |
+
#: widgets/premium-banner.php:135
|
777 |
+
msgid "Effect 2"
|
778 |
+
msgstr ""
|
779 |
+
|
780 |
+
#: widgets/premium-banner.php:136
|
781 |
+
msgid "Effect 3"
|
782 |
+
msgstr ""
|
783 |
+
|
784 |
+
#: widgets/premium-banner.php:137
|
785 |
+
msgid "Effect 4"
|
786 |
+
msgstr ""
|
787 |
+
|
788 |
+
#: widgets/premium-banner.php:138
|
789 |
+
msgid "Effect 5"
|
790 |
+
msgstr ""
|
791 |
+
|
792 |
+
#: widgets/premium-banner.php:139
|
793 |
+
msgid "Effect 6"
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
#: widgets/premium-banner.php:146
|
797 |
msgid "Always Hovered"
|
798 |
msgstr ""
|
802 |
msgstr ""
|
803 |
|
804 |
#: widgets/premium-banner.php:154 widgets/premium-blog.php:49
|
805 |
+
#: widgets/premium-button.php:98 widgets/premium-grid.php:477
|
806 |
+
#: widgets/premium-image-button.php:93 widgets/premium-person.php:101
|
807 |
msgid "Hover Effect"
|
808 |
msgstr ""
|
809 |
|
810 |
#: widgets/premium-banner.php:157 widgets/premium-blog.php:53
|
811 |
+
#: widgets/premium-blog.php:74 widgets/premium-blog.php:421
|
812 |
+
#: widgets/premium-button.php:102 widgets/premium-grid.php:481
|
813 |
+
#: widgets/premium-image-button.php:97 widgets/premium-modalbox.php:69
|
814 |
#: widgets/premium-person.php:104 widgets/premium-progressbar.php:140
|
815 |
msgid "None"
|
816 |
msgstr ""
|
858 |
msgid "Height"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: widgets/premium-banner.php:175 widgets/premium-carousel.php:528
|
862 |
+
msgid "Default"
|
863 |
+
msgstr ""
|
864 |
+
|
865 |
+
#: widgets/premium-banner.php:176
|
866 |
+
msgid "Custom"
|
867 |
+
msgstr ""
|
868 |
+
|
869 |
#: widgets/premium-banner.php:179
|
870 |
msgid ""
|
871 |
"Choose if you want to set a custom height for the banner or keep it as it is"
|
883 |
msgid "Vertical Align"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: widgets/premium-banner.php:205 widgets/premium-button.php:159
|
887 |
#: widgets/premium-counter.php:163 widgets/premium-pricing-table.php:836
|
888 |
#: widgets/premium-testimonials.php:167 widgets/premium-vscroll.php:249
|
889 |
msgid "Top"
|
893 |
msgid "Middle"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: widgets/premium-banner.php:207 widgets/premium-button.php:160
|
897 |
#: widgets/premium-pricing-table.php:844 widgets/premium-vscroll.php:251
|
898 |
msgid "Bottom"
|
899 |
msgstr ""
|
912 |
"this class for your customizations."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: widgets/premium-banner.php:231 widgets/premium-blog.php:782
|
916 |
+
#: widgets/premium-carousel.php:81 widgets/premium-grid.php:714
|
917 |
+
#: widgets/premium-modalbox.php:47 widgets/premium-modalbox.php:144
|
918 |
+
#: widgets/premium-modalbox.php:166 widgets/premium-testimonials.php:182
|
919 |
#: widgets/premium-testimonials.php:358 widgets/premium-vscroll.php:45
|
920 |
msgid "Content"
|
921 |
msgstr ""
|
922 |
|
923 |
#: widgets/premium-banner.php:237 widgets/premium-banner.php:516
|
924 |
+
#: widgets/premium-blog.php:424 widgets/premium-blog.php:691
|
925 |
#: widgets/premium-counter.php:43 widgets/premium-counter.php:362
|
926 |
+
#: widgets/premium-grid.php:323 widgets/premium-grid.php:720
|
927 |
#: widgets/premium-maps.php:180 widgets/premium-maps.php:364
|
928 |
+
#: widgets/premium-modalbox.php:129 widgets/premium-pricing-table.php:56
|
929 |
#: widgets/premium-pricing-table.php:436 widgets/premium-pricing-table.php:658
|
930 |
#: widgets/premium-progressbar.php:58 widgets/premium-progressbar.php:328
|
931 |
#: widgets/premium-title.php:32 widgets/premium-title.php:39
|
955 |
|
956 |
#: widgets/premium-banner.php:267 widgets/premium-banner.php:274
|
957 |
#: widgets/premium-banner.php:572 widgets/premium-grid.php:331
|
958 |
+
#: widgets/premium-grid.php:750 widgets/premium-maps.php:189
|
959 |
#: widgets/premium-maps.php:448 widgets/premium-person.php:189
|
960 |
#: widgets/premium-person.php:449 widgets/premium-pricing-table.php:243
|
961 |
#: widgets/premium-pricing-table.php:254 widgets/premium-pricing-table.php:460
|
974 |
msgstr ""
|
975 |
|
976 |
#: widgets/premium-banner.php:285 widgets/premium-banner.php:613
|
977 |
+
#: widgets/premium-button.php:38 widgets/premium-button.php:455
|
978 |
#: widgets/premium-contactform.php:166 widgets/premium-contactform.php:429
|
979 |
+
#: widgets/premium-image-button.php:33 widgets/premium-image-button.php:359
|
980 |
+
#: widgets/premium-modalbox.php:239 widgets/premium-pricing-table.php:266
|
981 |
#: widgets/premium-pricing-table.php:467 widgets/premium-pricing-table.php:1324
|
982 |
msgid "Button"
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: widgets/premium-banner.php:296 widgets/premium-button.php:44
|
986 |
+
#: widgets/premium-fancytext.php:89 widgets/premium-image-button.php:39
|
987 |
+
#: widgets/premium-modalbox.php:213 widgets/premium-modalbox.php:241
|
988 |
+
#: widgets/premium-modalbox.php:436 widgets/premium-pricing-table.php:66
|
989 |
#: widgets/premium-pricing-table.php:176 widgets/premium-pricing-table.php:277
|
990 |
#: widgets/premium-pricing-table.php:360 widgets/premium-pricing-table.php:1076
|
991 |
#: widgets/premium-pricing-table.php:1240 widgets/premium-videobox.php:251
|
992 |
msgid "Text"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: widgets/premium-banner.php:309 widgets/premium-button.php:54
|
996 |
#: widgets/premium-dual-header.php:111 widgets/premium-grid.php:347
|
997 |
+
#: widgets/premium-image-button.php:49 widgets/premium-pricing-table.php:288
|
998 |
msgid "Link Type"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: widgets/premium-banner.php:312 widgets/premium-button.php:57
|
1002 |
#: widgets/premium-dual-header.php:114 widgets/premium-grid.php:350
|
1003 |
+
#: widgets/premium-image-button.php:52 widgets/premium-image-scroll.php:105
|
1004 |
#: widgets/premium-image-scroll.php:118 widgets/premium-image-separator.php:130
|
1005 |
#: widgets/premium-image-separator.php:157
|
1006 |
#: widgets/premium-pricing-table.php:291 widgets/premium-videobox.php:109
|
1007 |
msgid "URL"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: widgets/premium-banner.php:360 widgets/premium-blog.php:227
|
1011 |
+
#: widgets/premium-blog.php:480 widgets/premium-button.php:409
|
1012 |
+
#: widgets/premium-countdown.php:104 widgets/premium-dual-header.php:161
|
1013 |
+
#: widgets/premium-fancytext.php:98 widgets/premium-image-button.php:313
|
1014 |
#: widgets/premium-maps.php:419 widgets/premium-maps.php:501
|
1015 |
+
#: widgets/premium-modalbox.php:465 widgets/premium-person.php:199
|
1016 |
#: widgets/premium-pricing-table.php:215 widgets/premium-title.php:106
|
1017 |
msgid "Alignment"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: widgets/premium-banner.php:364 widgets/premium-blog.php:231
|
1021 |
+
#: widgets/premium-blog.php:484 widgets/premium-button.php:161
|
1022 |
+
#: widgets/premium-button.php:413 widgets/premium-countdown.php:108
|
1023 |
#: widgets/premium-counter.php:165 widgets/premium-dual-header.php:165
|
1024 |
#: widgets/premium-fancytext.php:102 widgets/premium-fancytext.php:291
|
1025 |
#: widgets/premium-grid.php:156 widgets/premium-grid.php:520
|
1026 |
+
#: widgets/premium-image-button.php:317 widgets/premium-image-separator.php:96
|
1027 |
#: widgets/premium-maps.php:423 widgets/premium-maps.php:505
|
1028 |
+
#: widgets/premium-modalbox.php:469 widgets/premium-person.php:203
|
1029 |
#: widgets/premium-pricing-table.php:219 widgets/premium-pricing-table.php:412
|
1030 |
#: widgets/premium-progressbar.php:156 widgets/premium-title.php:110
|
1031 |
#: widgets/premium-title.php:211 widgets/premium-vscroll.php:156
|
1033 |
msgid "Left"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: widgets/premium-banner.php:368 widgets/premium-blog.php:235
|
1037 |
+
#: widgets/premium-blog.php:488 widgets/premium-button.php:417
|
1038 |
+
#: widgets/premium-countdown.php:112 widgets/premium-dual-header.php:169
|
1039 |
#: widgets/premium-fancytext.php:106 widgets/premium-fancytext.php:295
|
1040 |
#: widgets/premium-grid.php:160 widgets/premium-grid.php:524
|
1041 |
+
#: widgets/premium-image-button.php:321 widgets/premium-image-separator.php:100
|
1042 |
#: widgets/premium-maps.php:427 widgets/premium-maps.php:509
|
1043 |
+
#: widgets/premium-modalbox.php:473 widgets/premium-person.php:207
|
1044 |
#: widgets/premium-pricing-table.php:223 widgets/premium-progressbar.php:160
|
1045 |
#: widgets/premium-title.php:114 widgets/premium-title.php:215
|
1046 |
msgid "Center"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: widgets/premium-banner.php:372 widgets/premium-blog.php:239
|
1050 |
+
#: widgets/premium-blog.php:492 widgets/premium-button.php:162
|
1051 |
+
#: widgets/premium-button.php:421 widgets/premium-countdown.php:116
|
1052 |
#: widgets/premium-counter.php:164 widgets/premium-dual-header.php:173
|
1053 |
#: widgets/premium-fancytext.php:110 widgets/premium-fancytext.php:299
|
1054 |
#: widgets/premium-grid.php:164 widgets/premium-grid.php:528
|
1055 |
+
#: widgets/premium-image-button.php:325 widgets/premium-image-separator.php:104
|
1056 |
#: widgets/premium-maps.php:431 widgets/premium-maps.php:513
|
1057 |
+
#: widgets/premium-modalbox.php:477 widgets/premium-person.php:211
|
1058 |
#: widgets/premium-pricing-table.php:227 widgets/premium-pricing-table.php:411
|
1059 |
#: widgets/premium-progressbar.php:164 widgets/premium-title.php:118
|
1060 |
#: widgets/premium-title.php:219 widgets/premium-vscroll.php:157
|
1093 |
msgstr ""
|
1094 |
|
1095 |
#: widgets/premium-banner.php:435 widgets/premium-banner.php:662
|
1096 |
+
#: widgets/premium-blog.php:811 widgets/premium-blog.php:934
|
1097 |
+
#: widgets/premium-blog.php:1005 widgets/premium-blog.php:1042
|
1098 |
+
#: widgets/premium-blog.php:1139 widgets/premium-button.php:509
|
1099 |
+
#: widgets/premium-button.php:650 widgets/premium-carousel.php:581
|
1100 |
#: widgets/premium-contactform.php:477 widgets/premium-contactform.php:533
|
1101 |
+
#: widgets/premium-countdown.php:373 widgets/premium-countdown.php:450
|
1102 |
#: widgets/premium-counter.php:268 widgets/premium-fancytext.php:351
|
1103 |
#: widgets/premium-fancytext.php:409 widgets/premium-fancytext.php:456
|
1104 |
+
#: widgets/premium-grid.php:900 widgets/premium-grid.php:994
|
1105 |
+
#: widgets/premium-grid.php:1116 widgets/premium-modalbox.php:603
|
1106 |
+
#: widgets/premium-modalbox.php:710 widgets/premium-modalbox.php:804
|
1107 |
+
#: widgets/premium-modalbox.php:874 widgets/premium-modalbox.php:926
|
1108 |
+
#: widgets/premium-modalbox.php:1047 widgets/premium-modalbox.php:1107
|
1109 |
#: widgets/premium-pricing-table.php:525 widgets/premium-pricing-table.php:1620
|
1110 |
#: widgets/premium-pricing-table.php:1637 widgets/premium-title.php:287
|
1111 |
#: widgets/premium-title.php:309 widgets/premium-videobox.php:514
|
1123 |
msgstr ""
|
1124 |
|
1125 |
#: widgets/premium-banner.php:503 widgets/premium-banner.php:690
|
1126 |
+
#: widgets/premium-blog.php:1069 widgets/premium-blog.php:1153
|
1127 |
+
#: widgets/premium-button.php:531 widgets/premium-button.php:673
|
1128 |
+
#: widgets/premium-carousel.php:764 widgets/premium-contactform.php:264
|
1129 |
+
#: widgets/premium-contactform.php:500 widgets/premium-countdown.php:414
|
1130 |
#: widgets/premium-counter.php:341 widgets/premium-dual-header.php:283
|
1131 |
+
#: widgets/premium-dual-header.php:425 widgets/premium-grid.php:602
|
1132 |
+
#: widgets/premium-grid.php:659 widgets/premium-grid.php:799
|
1133 |
+
#: widgets/premium-grid.php:922 widgets/premium-grid.php:1016
|
1134 |
+
#: widgets/premium-grid.php:1153 widgets/premium-grid.php:1278
|
1135 |
+
#: widgets/premium-grid.php:1366 widgets/premium-image-button.php:431
|
1136 |
+
#: widgets/premium-image-button.php:618 widgets/premium-image-scroll.php:350
|
1137 |
#: widgets/premium-image-scroll.php:385 widgets/premium-maps.php:547
|
1138 |
+
#: widgets/premium-modalbox.php:633 widgets/premium-modalbox.php:737
|
1139 |
+
#: widgets/premium-modalbox.php:894 widgets/premium-modalbox.php:946
|
1140 |
+
#: widgets/premium-modalbox.php:1071 widgets/premium-modalbox.php:1131
|
1141 |
+
#: widgets/premium-modalbox.php:1245 widgets/premium-pricing-table.php:562
|
1142 |
#: widgets/premium-pricing-table.php:605 widgets/premium-pricing-table.php:1187
|
1143 |
#: widgets/premium-pricing-table.php:1401
|
1144 |
#: widgets/premium-pricing-table.php:1479
|
1151 |
msgstr ""
|
1152 |
|
1153 |
#: widgets/premium-banner.php:523 widgets/premium-banner.php:579
|
1154 |
+
#: widgets/premium-banner.php:624 widgets/premium-blog.php:698
|
1155 |
+
#: widgets/premium-blog.php:743 widgets/premium-blog.php:789
|
1156 |
+
#: widgets/premium-blog.php:839 widgets/premium-blog.php:906
|
1157 |
+
#: widgets/premium-blog.php:991 widgets/premium-blog.php:1028
|
1158 |
+
#: widgets/premium-blog.php:1114 widgets/premium-carousel.php:542
|
1159 |
+
#: widgets/premium-carousel.php:701 widgets/premium-countdown.php:347
|
1160 |
+
#: widgets/premium-countdown.php:435 widgets/premium-counter.php:192
|
1161 |
#: widgets/premium-counter.php:369 widgets/premium-counter.php:409
|
1162 |
#: widgets/premium-fancytext.php:326 widgets/premium-fancytext.php:384
|
1163 |
+
#: widgets/premium-fancytext.php:431 widgets/premium-grid.php:727
|
1164 |
+
#: widgets/premium-grid.php:758 widgets/premium-grid.php:886
|
1165 |
+
#: widgets/premium-grid.php:980 widgets/premium-grid.php:1071
|
1166 |
#: widgets/premium-maps.php:372 widgets/premium-maps.php:455
|
1167 |
+
#: widgets/premium-modalbox.php:508 widgets/premium-modalbox.php:782
|
1168 |
+
#: widgets/premium-modalbox.php:863 widgets/premium-modalbox.php:915
|
1169 |
+
#: widgets/premium-modalbox.php:1032 widgets/premium-modalbox.php:1092
|
1170 |
#: widgets/premium-person.php:385 widgets/premium-person.php:421
|
1171 |
#: widgets/premium-person.php:457 widgets/premium-person.php:493
|
1172 |
#: widgets/premium-person.php:534 widgets/premium-pricing-table.php:498
|
1195 |
|
1196 |
#: widgets/premium-banner.php:562 widgets/premium-banner.php:603
|
1197 |
#: widgets/premium-banner.php:702 widgets/premium-dual-header.php:296
|
1198 |
+
#: widgets/premium-dual-header.php:438 widgets/premium-grid.php:671
|
1199 |
+
#: widgets/premium-grid.php:811 widgets/premium-grid.php:934
|
1200 |
+
#: widgets/premium-grid.php:1028 widgets/premium-maps.php:560
|
1201 |
+
#: widgets/premium-modalbox.php:675 widgets/premium-modalbox.php:753
|
1202 |
#: widgets/premium-pricing-table.php:1414
|
1203 |
#: widgets/premium-pricing-table.php:1492
|
1204 |
#: widgets/premium-pricing-table.php:1705
|
1209 |
msgid "Shadow"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: widgets/premium-banner.php:638 widgets/premium-blog.php:720
|
1213 |
+
#: widgets/premium-blog.php:766 widgets/premium-blog.php:861
|
1214 |
+
#: widgets/premium-blog.php:920 widgets/premium-modalbox.php:525
|
1215 |
#: widgets/premium-person.php:508 widgets/premium-videobox.php:363
|
1216 |
#: widgets/premium-videobox.php:491
|
1217 |
msgid "Hover Color"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: widgets/premium-banner.php:672 widgets/premium-blog.php:948
|
1221 |
msgid "Hover Background Color"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: widgets/premium-banner.php:710 widgets/premium-blog.php:1091
|
1225 |
+
#: widgets/premium-blog.php:1164 widgets/premium-button.php:583
|
1226 |
+
#: widgets/premium-button.php:740 widgets/premium-contactform.php:244
|
1227 |
#: widgets/premium-contactform.php:446 widgets/premium-dual-header.php:317
|
1228 |
+
#: widgets/premium-dual-header.php:459 widgets/premium-grid.php:632
|
1229 |
+
#: widgets/premium-grid.php:701 widgets/premium-grid.php:838
|
1230 |
+
#: widgets/premium-grid.php:952 widgets/premium-grid.php:1046
|
1231 |
+
#: widgets/premium-grid.php:1184 widgets/premium-grid.php:1308
|
1232 |
+
#: widgets/premium-grid.php:1396 widgets/premium-image-button.php:484
|
1233 |
+
#: widgets/premium-image-button.php:685 widgets/premium-maps.php:407
|
1234 |
#: widgets/premium-maps.php:489 widgets/premium-maps.php:581
|
1235 |
+
#: widgets/premium-modalbox.php:652 widgets/premium-modalbox.php:963
|
1236 |
+
#: widgets/premium-modalbox.php:1148 widgets/premium-modalbox.php:1268
|
1237 |
#: widgets/premium-pricing-table.php:539 widgets/premium-pricing-table.php:636
|
1238 |
#: widgets/premium-pricing-table.php:723 widgets/premium-pricing-table.php:1051
|
1239 |
#: widgets/premium-pricing-table.php:1217
|
1281 |
msgstr ""
|
1282 |
|
1283 |
#: widgets/premium-blog.php:89 widgets/premium-counter.php:115
|
1284 |
+
#: widgets/premium-modalbox.php:228 widgets/premium-pricing-table.php:423
|
1285 |
msgid "Display Options"
|
1286 |
msgstr ""
|
1287 |
|
1330 |
msgstr ""
|
1331 |
|
1332 |
#: widgets/premium-blog.php:188
|
|
|
|
|
|
|
|
|
1333 |
msgid "Thumbnail Fit"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
+
#: widgets/premium-blog.php:191
|
1337 |
msgid "Cover"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: widgets/premium-blog.php:192
|
1341 |
msgid "Fill"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: widgets/premium-blog.php:193
|
1345 |
msgid "Contain"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
+
#: widgets/premium-blog.php:207 widgets/premium-pricing-table.php:1138
|
1349 |
msgid "Spacing"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
+
#: widgets/premium-blog.php:254
|
1353 |
msgid "Post Options"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
+
#: widgets/premium-blog.php:260
|
1357 |
msgid "Excerpt"
|
1358 |
msgstr ""
|
1359 |
|
1360 |
+
#: widgets/premium-blog.php:262
|
1361 |
msgid ""
|
1362 |
"Excerpt is used for article summary with a link to the whole entry. The "
|
1363 |
"default except length is 55"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: widgets/premium-blog.php:269
|
1367 |
msgid "Excerpt Length"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
+
#: widgets/premium-blog.php:280
|
1371 |
msgid "Excerpt Type"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
+
#: widgets/premium-blog.php:283 widgets/premium-carousel.php:115
|
1375 |
#: widgets/premium-vscroll.php:428
|
1376 |
msgid "Dots"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: widgets/premium-blog.php:293
|
1380 |
msgid "Link Text"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: widgets/premium-blog.php:295
|
1384 |
msgid "continue reading"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: widgets/premium-blog.php:305
|
1388 |
msgid "Author Meta"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
+
#: widgets/premium-blog.php:313
|
1392 |
msgid "Date Meta"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: widgets/premium-blog.php:321
|
1396 |
msgid "Categories Meta"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
+
#: widgets/premium-blog.php:323
|
1400 |
+
msgid "Display or hide categories meta"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: widgets/premium-blog.php:330
|
1404 |
msgid "Comments Meta"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: widgets/premium-blog.php:331
|
1408 |
+
msgid "Display or hide comments meta"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: widgets/premium-blog.php:339
|
1412 |
msgid "Tags Meta"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: widgets/premium-blog.php:341
|
1416 |
msgid "Display or hide post tags"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: widgets/premium-blog.php:348 widgets/premium-blog.php:877
|
1420 |
msgid "Post Format Icon"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: widgets/premium-blog.php:356
|
1424 |
msgid "Edit Post Icon"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: widgets/premium-blog.php:358
|
1428 |
msgid "Display or hide edit post option"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
+
#: widgets/premium-blog.php:367 widgets/premium-image-scroll.php:158
|
1432 |
msgid "Advanced Settings"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: widgets/premium-blog.php:373
|
1436 |
msgid "Filter By Category"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: widgets/premium-blog.php:375
|
1440 |
msgid "Get posts for specific category(s)"
|
1441 |
msgstr ""
|
1442 |
|
1443 |
+
#: widgets/premium-blog.php:384
|
1444 |
msgid "Filter By Tag"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: widgets/premium-blog.php:386
|
1448 |
msgid "Get posts for specific tag(s)"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: widgets/premium-blog.php:395
|
1452 |
msgid "Filter By Author"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: widgets/premium-blog.php:397
|
1456 |
msgid "Get posts for specific author(s)"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: widgets/premium-blog.php:406
|
1460 |
msgid "Posts to Exclude"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: widgets/premium-blog.php:408
|
1464 |
msgid "Add post(s) to exclude"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: widgets/premium-blog.php:417
|
1468 |
msgid "Order By"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: widgets/premium-blog.php:422 widgets/premium-videobox.php:61
|
1472 |
msgid "ID"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: widgets/premium-blog.php:423 widgets/premium-testimonials.php:30
|
1476 |
#: widgets/premium-testimonials.php:272
|
1477 |
msgid "Author"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: widgets/premium-blog.php:425 widgets/premium-person.php:132
|
1481 |
#: widgets/premium-person.php:376 widgets/premium-testimonials.php:66
|
1482 |
#: widgets/premium-testimonials.php:107
|
1483 |
msgid "Name"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
+
#: widgets/premium-blog.php:426
|
1487 |
msgid "Date"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: widgets/premium-blog.php:427
|
1491 |
msgid "Last Modified"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
+
#: widgets/premium-blog.php:428
|
1495 |
msgid "Random"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: widgets/premium-blog.php:429
|
1499 |
msgid "Number of Comments"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: widgets/premium-blog.php:437
|
1503 |
msgid "Order"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: widgets/premium-blog.php:441
|
1507 |
msgid "Descending"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: widgets/premium-blog.php:442
|
1511 |
msgid "Ascending"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: widgets/premium-blog.php:450
|
1515 |
msgid "Pagination"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: widgets/premium-blog.php:452
|
1519 |
msgid "Pagination is the process of dividing the posts into discrete pages"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: widgets/premium-blog.php:458
|
1523 |
msgid "Next Page String"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: widgets/premium-blog.php:460
|
1527 |
msgid "Next"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: widgets/premium-blog.php:469
|
1531 |
msgid "Previous Page String"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: widgets/premium-blog.php:471
|
1535 |
msgid "Previous"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
+
#: widgets/premium-blog.php:508
|
1539 |
msgid "Links in New Tab"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: widgets/premium-blog.php:510
|
1543 |
msgid "Enable links to be opened in a new tab"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: widgets/premium-blog.php:517
|
1547 |
msgid "Posts Per Page"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: widgets/premium-blog.php:518
|
1551 |
msgid "Choose how many posts do you want to be displayed per page"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: widgets/premium-blog.php:527
|
1555 |
msgid "Total Number of Posts"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: widgets/premium-blog.php:539
|
1559 |
msgid "Offset Count"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: widgets/premium-blog.php:540
|
1563 |
msgid "The index of post to start with"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: widgets/premium-blog.php:551 widgets/premium-blog.php:1104
|
1567 |
#: widgets/premium-carousel.php:47
|
1568 |
msgid "Carousel"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: widgets/premium-blog.php:560
|
1572 |
msgid "Enable Carousel"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: widgets/premium-blog.php:567 widgets/premium-carousel.php:238
|
1576 |
msgid "Fade"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: widgets/premium-blog.php:577
|
1580 |
msgid "Auto Play"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: widgets/premium-blog.php:587 widgets/premium-carousel.php:278
|
1584 |
msgid "Autoplay Speed"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: widgets/premium-blog.php:588 widgets/premium-carousel.php:279
|
1588 |
msgid ""
|
1589 |
"Autoplay Speed means at which time the next slide should come. Set a value "
|
1590 |
"in milliseconds (ms)"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: widgets/premium-blog.php:600
|
1594 |
msgid "Arrows Position"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: widgets/premium-blog.php:635 widgets/premium-button.php:492
|
1598 |
+
#: widgets/premium-button.php:617 widgets/premium-button.php:634
|
1599 |
+
#: widgets/premium-image-button.php:396 widgets/premium-image-button.php:518
|
1600 |
+
#: widgets/premium-image-button.php:535 widgets/premium-image-scroll.php:263
|
1601 |
+
#: widgets/premium-modalbox.php:542 widgets/premium-title.php:450
|
1602 |
msgid "Icon Color"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: widgets/premium-blog.php:649 widgets/premium-grid.php:970
|
1606 |
+
#: widgets/premium-image-button.php:551 widgets/premium-image-button.php:568
|
1607 |
+
#: widgets/premium-image-button.php:593 widgets/premium-image-scroll.php:276
|
1608 |
msgid "Overlay Color"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: widgets/premium-blog.php:663 widgets/premium-carousel.php:599
|
1612 |
#: widgets/premium-contactform.php:544
|
1613 |
msgid "Border Color"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: widgets/premium-blog.php:736
|
1617 |
msgid "Meta"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: widgets/premium-blog.php:832
|
1621 |
msgid "Tags"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
+
#: widgets/premium-blog.php:887 widgets/premium-blog.php:1128
|
1625 |
+
#: widgets/premium-button.php:393 widgets/premium-carousel.php:559
|
1626 |
#: widgets/premium-counter.php:209 widgets/premium-counter.php:231
|
1627 |
+
#: widgets/premium-image-button.php:297 widgets/premium-modalbox.php:840
|
1628 |
#: widgets/premium-pricing-table.php:370 widgets/premium-pricing-table.php:389
|
1629 |
#: widgets/premium-pricing-table.php:512 widgets/premium-pricing-table.php:1128
|
1630 |
#: widgets/premium-progressbar.php:513 widgets/premium-progressbar.php:554
|
1633 |
msgid "Size"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: widgets/premium-blog.php:889
|
1637 |
msgid "Choose icon size in (PX, EM)"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
+
#: widgets/premium-blog.php:964
|
1641 |
msgid "Pagination Style"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: widgets/premium-blog.php:984 widgets/premium-button.php:473
|
1645 |
+
#: widgets/premium-contactform.php:459 widgets/premium-grid.php:880
|
1646 |
+
#: widgets/premium-grid.php:1218 widgets/premium-image-button.php:377
|
1647 |
#: widgets/premium-image-scroll.php:291 widgets/premium-image-scroll.php:336
|
1648 |
+
#: widgets/premium-modalbox.php:593 widgets/premium-modalbox.php:856
|
1649 |
+
#: widgets/premium-modalbox.php:1025 widgets/premium-pricing-table.php:1375
|
1650 |
#: widgets/premium-pricing-table.php:1666 widgets/premium-vscroll.php:544
|
1651 |
msgid "Normal"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: widgets/premium-blog.php:1021 widgets/premium-button.php:595
|
1655 |
+
#: widgets/premium-contactform.php:517 widgets/premium-grid.php:964
|
1656 |
+
#: widgets/premium-grid.php:1321 widgets/premium-image-button.php:496
|
1657 |
#: widgets/premium-image-scroll.php:190 widgets/premium-image-scroll.php:307
|
1658 |
+
#: widgets/premium-image-scroll.php:371 widgets/premium-modalbox.php:700
|
1659 |
+
#: widgets/premium-modalbox.php:908 widgets/premium-modalbox.php:1085
|
1660 |
#: widgets/premium-pricing-table.php:1453
|
1661 |
#: widgets/premium-pricing-table.php:1744
|
1662 |
msgid "Hover"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: widgets/premium-blog.php:1080 widgets/premium-button.php:573
|
1666 |
+
#: widgets/premium-button.php:730 widgets/premium-contactform.php:276
|
1667 |
#: widgets/premium-dual-header.php:305 widgets/premium-dual-header.php:447
|
1668 |
+
#: widgets/premium-grid.php:621 widgets/premium-grid.php:690
|
1669 |
+
#: widgets/premium-grid.php:827 widgets/premium-grid.php:942
|
1670 |
+
#: widgets/premium-grid.php:1036 widgets/premium-grid.php:1172
|
1671 |
+
#: widgets/premium-grid.php:1297 widgets/premium-grid.php:1385
|
1672 |
+
#: widgets/premium-image-button.php:474 widgets/premium-image-button.php:675
|
1673 |
#: widgets/premium-maps.php:395 widgets/premium-maps.php:478
|
1674 |
+
#: widgets/premium-maps.php:569 widgets/premium-modalbox.php:1257
|
1675 |
#: widgets/premium-pricing-table.php:617 widgets/premium-pricing-table.php:704
|
1676 |
#: widgets/premium-pricing-table.php:788 widgets/premium-pricing-table.php:858
|
1677 |
#: widgets/premium-pricing-table.php:905 widgets/premium-pricing-table.php:950
|
1690 |
msgid "Margin"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: widgets/premium-button.php:47 widgets/premium-image-button.php:42
|
1694 |
msgid "Click Me"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: widgets/premium-button.php:103
|
1698 |
msgid "Slide"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: widgets/premium-button.php:104
|
1702 |
msgid "Shutter"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: widgets/premium-button.php:105
|
1706 |
msgid "Icon Fade"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: widgets/premium-button.php:106 widgets/premium-image-button.php:100
|
1710 |
msgid "Icon Slide"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: widgets/premium-button.php:107
|
1714 |
msgid "In & Out"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: widgets/premium-button.php:115 widgets/premium-button.php:155
|
1718 |
+
#: widgets/premium-image-button.php:109 widgets/premium-image-button.php:127
|
1719 |
+
#: widgets/premium-image-button.php:145
|
1720 |
msgid "Slide Direction"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: widgets/premium-button.php:119 widgets/premium-image-button.php:113
|
1724 |
+
#: widgets/premium-image-button.php:150
|
1725 |
msgid "Top to Bottom"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: widgets/premium-button.php:120 widgets/premium-image-button.php:114
|
1729 |
+
#: widgets/premium-image-button.php:149
|
1730 |
msgid "Bottom to Top"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: widgets/premium-button.php:121 widgets/premium-image-button.php:115
|
1734 |
+
#: widgets/premium-image-button.php:152
|
1735 |
msgid "Right to Left"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
+
#: widgets/premium-button.php:122 widgets/premium-image-button.php:116
|
1739 |
+
#: widgets/premium-image-button.php:151
|
1740 |
msgid "Left to Right"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: widgets/premium-button.php:133
|
1744 |
msgid "Shutter Direction"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: widgets/premium-button.php:137
|
1748 |
msgid "Shutter in Horizontal"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: widgets/premium-button.php:138
|
1752 |
msgid "Shutter in Vertical"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: widgets/premium-button.php:139
|
1756 |
msgid "Shutter out Horizontal"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: widgets/premium-button.php:140
|
1760 |
msgid "Shutter out Vertical"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: widgets/premium-button.php:141
|
1764 |
msgid "Scaled Shutter Vertical"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: widgets/premium-button.php:142
|
1768 |
msgid "Scaled Shutter Horizontal"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: widgets/premium-button.php:143
|
1772 |
msgid "Tilted Left"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: widgets/premium-button.php:144
|
1776 |
msgid "Tilted Right"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: widgets/premium-button.php:173 widgets/premium-carousel.php:524
|
1780 |
#: widgets/premium-countdown.php:43 widgets/premium-counter.php:253
|
1781 |
#: widgets/premium-title.php:50
|
1782 |
msgid "Style"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: widgets/premium-button.php:177
|
1786 |
msgid "Radial In"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: widgets/premium-button.php:178
|
1790 |
msgid "Radial Out"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: widgets/premium-button.php:179
|
1794 |
msgid "Rectangle In"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: widgets/premium-button.php:180
|
1798 |
msgid "Rectangle Out"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: widgets/premium-button.php:191 widgets/premium-button.php:202
|
1802 |
+
#: widgets/premium-button.php:215 widgets/premium-carousel.php:673
|
1803 |
+
#: widgets/premium-counter.php:185 widgets/premium-image-button.php:179
|
1804 |
+
#: widgets/premium-image-button.php:190 widgets/premium-image-button.php:203
|
1805 |
+
#: widgets/premium-image-scroll.php:214 widgets/premium-modalbox.php:65
|
1806 |
+
#: widgets/premium-modalbox.php:265 widgets/premium-modalbox.php:276
|
1807 |
#: widgets/premium-pricing-table.php:36 widgets/premium-pricing-table.php:185
|
1808 |
#: widgets/premium-pricing-table.php:429 widgets/premium-pricing-table.php:487
|
1809 |
#: widgets/premium-pricing-table.php:1106 widgets/premium-title.php:69
|
1810 |
msgid "Icon"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: widgets/premium-button.php:196 widgets/premium-image-button.php:184
|
1814 |
+
#: widgets/premium-modalbox.php:270
|
1815 |
msgid "Enable or disable button icon"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: widgets/premium-button.php:227 widgets/premium-counter.php:158
|
1819 |
+
#: widgets/premium-image-button.php:215 widgets/premium-modalbox.php:289
|
1820 |
msgid "Icon Position"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
+
#: widgets/premium-button.php:231 widgets/premium-image-button.php:219
|
1824 |
+
#: widgets/premium-modalbox.php:293
|
1825 |
msgid "Before"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: widgets/premium-button.php:232 widgets/premium-image-button.php:220
|
1829 |
+
#: widgets/premium-modalbox.php:294
|
1830 |
msgid "After"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
+
#: widgets/premium-button.php:244 widgets/premium-button.php:258
|
1834 |
+
#: widgets/premium-image-button.php:232 widgets/premium-image-button.php:246
|
1835 |
+
#: widgets/premium-image-scroll.php:221 widgets/premium-modalbox.php:96
|
1836 |
+
#: widgets/premium-modalbox.php:306 widgets/premium-title.php:465
|
1837 |
msgid "Icon Size"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
+
#: widgets/premium-button.php:272 widgets/premium-button.php:291
|
1841 |
+
#: widgets/premium-button.php:312 widgets/premium-button.php:331
|
1842 |
+
#: widgets/premium-button.php:351 widgets/premium-button.php:372
|
1843 |
+
#: widgets/premium-image-button.php:259 widgets/premium-image-button.php:278
|
1844 |
+
#: widgets/premium-modalbox.php:321 widgets/premium-modalbox.php:340
|
1845 |
+
#: widgets/premium-modalbox.php:361 widgets/premium-modalbox.php:380
|
1846 |
msgid "Icon Spacing"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: widgets/premium-button.php:397 widgets/premium-image-button.php:301
|
1850 |
+
#: widgets/premium-modalbox.php:404
|
1851 |
msgid "Small"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: widgets/premium-button.php:398 widgets/premium-image-button.php:302
|
1855 |
+
#: widgets/premium-modalbox.php:405
|
1856 |
msgid "Medium"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
+
#: widgets/premium-button.php:399 widgets/premium-image-button.php:303
|
1860 |
+
#: widgets/premium-modalbox.php:406
|
1861 |
msgid "Large"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: widgets/premium-button.php:400 widgets/premium-countdown.php:47
|
1865 |
+
#: widgets/premium-dual-header.php:91 widgets/premium-image-button.php:304
|
1866 |
+
#: widgets/premium-modalbox.php:407
|
1867 |
msgid "Block"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: widgets/premium-button.php:434 widgets/premium-image-button.php:338
|
1871 |
msgid "onclick Event"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: widgets/premium-button.php:442 widgets/premium-image-button.php:346
|
1875 |
msgid "Example: myFunction();"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: widgets/premium-button.php:479 widgets/premium-button.php:601
|
1879 |
#: widgets/premium-contactform.php:464 widgets/premium-contactform.php:522
|
1880 |
#: widgets/premium-dual-header.php:230 widgets/premium-dual-header.php:372
|
1881 |
+
#: widgets/premium-grid.php:1224 widgets/premium-image-button.php:383
|
1882 |
+
#: widgets/premium-image-button.php:502 widgets/premium-pricing-table.php:1547
|
1883 |
#: widgets/premium-videobox.php:477 widgets/premium-vscroll.php:550
|
1884 |
#: widgets/premium-vscroll.php:609
|
1885 |
msgid "Text Color"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
+
#: widgets/premium-button.php:543 widgets/premium-button.php:685
|
1889 |
+
#: widgets/premium-button.php:698 widgets/premium-image-button.php:443
|
1890 |
+
#: widgets/premium-image-button.php:630 widgets/premium-image-button.php:643
|
1891 |
#: widgets/premium-title.php:533
|
1892 |
msgid "Icon Shadow"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: widgets/premium-button.php:556 widgets/premium-button.php:710
|
1896 |
+
#: widgets/premium-image-button.php:457 widgets/premium-image-button.php:655
|
1897 |
msgid "Text Shadow"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
+
#: widgets/premium-button.php:565 widgets/premium-button.php:722
|
1901 |
+
#: widgets/premium-image-button.php:466 widgets/premium-image-button.php:667
|
1902 |
msgid "Button Shadow"
|
1903 |
msgstr ""
|
1904 |
|
1936 |
msgid "Set a navigation type"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: widgets/premium-carousel.php:106 widgets/premium-image-button.php:167
|
1940 |
#: widgets/premium-image-scroll.php:168
|
1941 |
msgid "Horizontal"
|
1942 |
msgstr ""
|
1943 |
|
1944 |
+
#: widgets/premium-carousel.php:107 widgets/premium-image-button.php:168
|
1945 |
#: widgets/premium-image-scroll.php:169
|
1946 |
msgid "Vertical"
|
1947 |
msgstr ""
|
1950 |
msgid "Enable or disable navigation dots"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: widgets/premium-carousel.php:125 widgets/premium-grid.php:857
|
1954 |
#: widgets/premium-pricing-table.php:408 widgets/premium-vscroll.php:153
|
1955 |
msgid "Position"
|
1956 |
msgstr ""
|
2146 |
msgid "Bottom Icon"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: widgets/premium-carousel.php:466
|
2150 |
msgid "Top Icon"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: widgets/premium-carousel.php:495
|
2154 |
msgid "Left Icon"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: widgets/premium-carousel.php:529 widgets/premium-counter.php:258
|
|
|
|
|
|
|
|
|
2158 |
msgid "Circle Background"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: widgets/premium-carousel.php:530 widgets/premium-counter.php:259
|
2162 |
msgid "Square Background"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: widgets/premium-carousel.php:531
|
2166 |
msgid "Circle border"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: widgets/premium-carousel.php:532
|
2170 |
msgid "Square border"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: widgets/premium-carousel.php:617
|
2174 |
msgid "Border Size"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: widgets/premium-carousel.php:640
|
2178 |
msgid "Position (PX)"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
+
#: widgets/premium-carousel.php:663 widgets/premium-vscroll.php:296
|
2182 |
msgid "Navigation Dots"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
+
#: widgets/premium-carousel.php:718 widgets/premium-grid.php:1085
|
2186 |
msgid "Active Color"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
+
#: widgets/premium-carousel.php:735
|
2190 |
msgid "Ripple Effect"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: widgets/premium-carousel.php:736
|
2194 |
msgid "Enable a ripple effect when the active dot is hovered/clicked"
|
2195 |
msgstr ""
|
2196 |
|
2197 |
+
#: widgets/premium-carousel.php:746
|
2198 |
msgid "Ripple Color"
|
2199 |
msgstr ""
|
2200 |
|
2211 |
msgstr ""
|
2212 |
|
2213 |
#: widgets/premium-contactform.php:56 widgets/premium-contactform.php:173
|
2214 |
+
#: widgets/premium-grid.php:283 widgets/premium-modalbox.php:1000
|
2215 |
+
#: widgets/premium-modalbox.php:1170 widgets/premium-person.php:50
|
2216 |
msgid "Width"
|
2217 |
msgstr ""
|
2218 |
|
2338 |
msgid "Second"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
+
#: widgets/premium-countdown.php:133
|
2342 |
msgid "Expire"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
+
#: widgets/premium-countdown.php:140
|
2346 |
msgid "Expire Type"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
+
#: widgets/premium-countdown.php:143
|
2350 |
msgid "Choose whether if you want to set a message or a redirect link"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
+
#: widgets/premium-countdown.php:145
|
2354 |
msgid "Message"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: widgets/premium-countdown.php:146
|
2358 |
msgid "Redirection Link"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: widgets/premium-countdown.php:155
|
2362 |
msgid "On expiry Text"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: widgets/premium-countdown.php:158
|
2366 |
msgid "Countdown is finished!"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
+
#: widgets/premium-countdown.php:168
|
2370 |
msgid "Redirect To"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
+
#: widgets/premium-countdown.php:183
|
2374 |
msgid "Strings Translation"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
+
#: widgets/premium-countdown.php:190
|
2378 |
msgid "Day (Singular)"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: widgets/premium-countdown.php:200
|
2382 |
msgid "Day (Plural)"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
+
#: widgets/premium-countdown.php:210
|
2386 |
msgid "Week (Singular)"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
+
#: widgets/premium-countdown.php:220
|
2390 |
msgid "Weeks (Plural)"
|
2391 |
msgstr ""
|
2392 |
|
2393 |
+
#: widgets/premium-countdown.php:231
|
2394 |
msgid "Month (Singular)"
|
2395 |
msgstr ""
|
2396 |
|
2397 |
+
#: widgets/premium-countdown.php:242
|
2398 |
msgid "Months (Plural)"
|
2399 |
msgstr ""
|
2400 |
|
2401 |
+
#: widgets/premium-countdown.php:253
|
2402 |
msgid "Year (Singular)"
|
2403 |
msgstr ""
|
2404 |
|
2405 |
+
#: widgets/premium-countdown.php:264
|
2406 |
msgid "Years (Plural)"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
+
#: widgets/premium-countdown.php:275
|
2410 |
msgid "Hour (Singular)"
|
2411 |
msgstr ""
|
2412 |
|
2413 |
+
#: widgets/premium-countdown.php:286
|
2414 |
msgid "Hours (Plural)"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
+
#: widgets/premium-countdown.php:297
|
2418 |
msgid "Minute (Singular)"
|
2419 |
msgstr ""
|
2420 |
|
2421 |
+
#: widgets/premium-countdown.php:307
|
2422 |
msgid "Minutes (Plural)"
|
2423 |
msgstr ""
|
2424 |
|
2425 |
+
#: widgets/premium-countdown.php:317
|
2426 |
msgid "Second (Singular)"
|
2427 |
msgstr ""
|
2428 |
|
2429 |
+
#: widgets/premium-countdown.php:327
|
2430 |
msgid "Seconds (Plural)"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
+
#: widgets/premium-countdown.php:339
|
2434 |
msgid "Digits"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
+
#: widgets/premium-countdown.php:388
|
2438 |
msgid "Background Size"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
+
#: widgets/premium-countdown.php:427
|
2442 |
msgid "Units"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
+
#: widgets/premium-countdown.php:471
|
2446 |
msgid "Spacing in Between"
|
2447 |
msgstr ""
|
2448 |
|
2467 |
msgstr ""
|
2468 |
|
2469 |
#: widgets/premium-counter.php:71
|
2470 |
+
msgid "Separator converts 125000 into 125,000"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
#: widgets/premium-counter.php:78
|
2506 |
msgid "Use a font awesome icon or upload a custom image"
|
2507 |
msgstr ""
|
2508 |
|
2509 |
+
#: widgets/premium-counter.php:125 widgets/premium-modalbox.php:70
|
2510 |
+
#: widgets/premium-modalbox.php:84
|
2511 |
msgid "Font Awesome"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
+
#: widgets/premium-counter.php:126 widgets/premium-modalbox.php:71
|
2515 |
+
#: widgets/premium-modalbox.php:112
|
2516 |
msgid "Custom Image"
|
2517 |
msgstr ""
|
2518 |
|
2613 |
msgstr ""
|
2614 |
|
2615 |
#: widgets/premium-fancytext.php:35 widgets/premium-fancytext.php:65
|
2616 |
+
#: widgets/premium-fancytext.php:318
|
2617 |
msgid "Fancy Text"
|
2618 |
msgstr ""
|
2619 |
|
2778 |
msgid "12 Columns"
|
2779 |
msgstr ""
|
2780 |
|
2781 |
+
#: widgets/premium-grid.php:108 widgets/premium-grid.php:1197
|
2782 |
msgid "Load More Button"
|
2783 |
msgstr ""
|
2784 |
|
2786 |
msgid "Requires number of images larger than 6"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
+
#: widgets/premium-grid.php:116 widgets/premium-modalbox.php:252
|
2790 |
msgid "Button Text"
|
2791 |
msgstr ""
|
2792 |
|
2850 |
msgid "Put the index of the default active category, default is 1"
|
2851 |
msgstr ""
|
2852 |
|
2853 |
+
#: widgets/premium-grid.php:256 widgets/premium-grid.php:1062
|
2854 |
msgid "Filter"
|
2855 |
msgstr ""
|
2856 |
|
2890 |
msgid "Choose a layout style for the gallery"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
+
#: widgets/premium-grid.php:446 widgets/premium-title.php:54
|
2894 |
msgid "Style 1"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
+
#: widgets/premium-grid.php:447 widgets/premium-title.php:55
|
2898 |
msgid "Style 2"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
+
#: widgets/premium-grid.php:448 widgets/premium-title.php:56
|
2902 |
msgid "Style 3"
|
2903 |
msgstr ""
|
2904 |
|
2924 |
msgid "General"
|
2925 |
msgstr ""
|
2926 |
|
2927 |
+
#: widgets/premium-grid.php:851
|
2928 |
msgid "Icons"
|
2929 |
msgstr ""
|
2930 |
|
2931 |
+
#: widgets/premium-grid.php:1108
|
2932 |
msgid "Background"
|
2933 |
msgstr ""
|
2934 |
|
2935 |
+
#: widgets/premium-grid.php:1130
|
2936 |
msgid "Background Active Color"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
+
#: widgets/premium-grid.php:1239
|
2940 |
msgid "Spinner Color"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
+
#: widgets/premium-grid.php:1327 widgets/premium-vscroll.php:564
|
2944 |
#: widgets/premium-vscroll.php:623
|
2945 |
msgid "Text Hover Color"
|
2946 |
msgstr ""
|
2947 |
|
2948 |
+
#: widgets/premium-image-button.php:98
|
2949 |
msgid "Background Slide"
|
2950 |
msgstr ""
|
2951 |
|
2952 |
+
#: widgets/premium-image-button.php:99
|
2953 |
msgid "Diagonal Slide"
|
2954 |
msgstr ""
|
2955 |
|
2956 |
+
#: widgets/premium-image-button.php:101
|
2957 |
msgid "Overlap"
|
2958 |
msgstr ""
|
2959 |
|
2960 |
+
#: widgets/premium-image-button.php:131
|
2961 |
msgid "Bottom Left to Top Right"
|
2962 |
msgstr ""
|
2963 |
|
2964 |
+
#: widgets/premium-image-button.php:132
|
2965 |
msgid "Top Right to Bottom Left"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
+
#: widgets/premium-image-button.php:133
|
2969 |
msgid "Top Left to Bottom Right"
|
2970 |
msgstr ""
|
2971 |
|
2972 |
+
#: widgets/premium-image-button.php:134
|
2973 |
msgid "Bottom Right to Top Left"
|
2974 |
msgstr ""
|
2975 |
|
2976 |
+
#: widgets/premium-image-button.php:163
|
2977 |
msgid "Overlap Direction"
|
2978 |
msgstr ""
|
2979 |
|
3013 |
msgid "Reverse Direction"
|
3014 |
msgstr ""
|
3015 |
|
3016 |
+
#: widgets/premium-image-scroll.php:187 widgets/premium-modalbox.php:497
|
3017 |
msgid "Trigger"
|
3018 |
msgstr ""
|
3019 |
|
3233 |
msgid "Map"
|
3234 |
msgstr ""
|
3235 |
|
3236 |
+
#: widgets/premium-modalbox.php:53
|
3237 |
msgid "Header"
|
3238 |
msgstr ""
|
3239 |
|
3240 |
+
#: widgets/premium-modalbox.php:58
|
3241 |
msgid "Enable or disable modal header"
|
3242 |
msgstr ""
|
3243 |
|
3244 |
+
#: widgets/premium-modalbox.php:67
|
3245 |
msgid "Use font awesome icon or upload a custom image"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
+
#: widgets/premium-modalbox.php:132
|
3249 |
+
msgid "Add a title for the modal box"
|
3250 |
msgstr ""
|
3251 |
|
3252 |
+
#: widgets/premium-modalbox.php:152
|
3253 |
msgid "Content to Show"
|
3254 |
msgstr ""
|
3255 |
|
3256 |
+
#: widgets/premium-modalbox.php:155
|
3257 |
msgid "Text Editor"
|
3258 |
msgstr ""
|
3259 |
|
3260 |
+
#: widgets/premium-modalbox.php:156 widgets/premium-vscroll.php:74
|
3261 |
msgid "Elementor Template"
|
3262 |
msgstr ""
|
3263 |
|
3264 |
+
#: widgets/premium-modalbox.php:167
|
3265 |
msgid "Modal content is a template which you can choose from Elementor library"
|
3266 |
msgstr ""
|
3267 |
|
3268 |
+
#: widgets/premium-modalbox.php:193 widgets/premium-modalbox.php:828
|
3269 |
msgid "Upper Close Button"
|
3270 |
msgstr ""
|
3271 |
|
3272 |
+
#: widgets/premium-modalbox.php:205 widgets/premium-modalbox.php:978
|
3273 |
msgid "Lower Close Button"
|
3274 |
msgstr ""
|
3275 |
|
3276 |
+
#: widgets/premium-modalbox.php:214
|
3277 |
msgid "Close"
|
3278 |
msgstr ""
|
3279 |
|
3280 |
+
#: widgets/premium-modalbox.php:235
|
3281 |
msgid "Display Style"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
+
#: widgets/premium-modalbox.php:237
|
3285 |
msgid "Choose where would you like the modal box appear on"
|
3286 |
msgstr ""
|
3287 |
|
3288 |
+
#: widgets/premium-modalbox.php:242
|
3289 |
msgid "Page Load"
|
3290 |
msgstr ""
|
3291 |
|
3292 |
+
#: widgets/premium-modalbox.php:253 widgets/premium-modalbox.php:440
|
3293 |
msgid "Premium Modal Box"
|
3294 |
msgstr ""
|
3295 |
|
3296 |
+
#: widgets/premium-modalbox.php:401
|
3297 |
msgid "Button Size"
|
3298 |
msgstr ""
|
3299 |
|
3300 |
+
#: widgets/premium-modalbox.php:450
|
3301 |
msgid "Delay in Popup Display (Sec)"
|
3302 |
msgstr ""
|
3303 |
|
3304 |
+
#: widgets/premium-modalbox.php:452
|
3305 |
msgid ""
|
3306 |
"When should the popup appear during page load? The value are counted in "
|
3307 |
"seconds"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
+
#: widgets/premium-modalbox.php:559
|
3311 |
msgid "Icon Hover Color"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: widgets/premium-modalbox.php:579 widgets/premium-modalbox.php:795
|
3315 |
+
#: widgets/premium-modalbox.php:990 widgets/premium-pricing-table.php:823
|
3316 |
#: widgets/premium-pricing-table.php:896 widgets/premium-pricing-table.php:941
|
3317 |
#: widgets/premium-pricing-table.php:993
|
3318 |
msgid "Typography"
|
3319 |
msgstr ""
|
3320 |
|
3321 |
+
#: widgets/premium-modalbox.php:771
|
3322 |
msgid "Heading"
|
3323 |
msgstr ""
|
3324 |
|
3325 |
+
#: widgets/premium-modalbox.php:1162
|
3326 |
msgid "Modal Box"
|
3327 |
msgstr ""
|
3328 |
|
3329 |
+
#: widgets/premium-modalbox.php:1185
|
3330 |
msgid "Max Height"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: widgets/premium-modalbox.php:1214
|
3334 |
msgid "Content Background Color"
|
3335 |
msgstr ""
|
3336 |
|
3337 |
+
#: widgets/premium-modalbox.php:1225
|
3338 |
msgid "Footer Background Color"
|
3339 |
msgstr ""
|
3340 |
|
3350 |
msgid "Person"
|
3351 |
msgstr ""
|
3352 |
|
|
|
|
|
|
|
|
|
3353 |
#: widgets/premium-person.php:161 widgets/premium-person.php:413
|
3354 |
msgid "Job Title"
|
3355 |
msgstr ""
|
3615 |
msgid "Indicator"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
+
#: widgets/premium-testimonials.php:13
|
3619 |
+
#, php-format
|
3620 |
+
msgid "%s Testimonial"
|
3621 |
+
msgstr ""
|
3622 |
+
|
3623 |
#: widgets/premium-testimonials.php:43
|
3624 |
msgid "Choose an image for the author"
|
3625 |
msgstr ""
|
3728 |
msgid "Premium Title"
|
3729 |
msgstr ""
|
3730 |
|
3731 |
+
#: widgets/premium-title.php:57
|
3732 |
+
msgid "Style 4"
|
3733 |
+
msgstr ""
|
3734 |
+
|
3735 |
+
#: widgets/premium-title.php:58
|
3736 |
+
msgid "Style 5"
|
3737 |
+
msgstr ""
|
3738 |
+
|
3739 |
+
#: widgets/premium-title.php:59
|
3740 |
+
msgid "Style 6"
|
3741 |
+
msgstr ""
|
3742 |
+
|
3743 |
+
#: widgets/premium-title.php:60
|
3744 |
+
msgid "Style 7"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
+
#: widgets/premium-title.php:77
|
3748 |
+
msgid "Font Awesome Icon"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
#: widgets/premium-title.php:135
|
3752 |
+
msgid "Stripe Width (PX)"
|
3753 |
msgstr ""
|
3754 |
|
3755 |
#: widgets/premium-title.php:155
|
3756 |
+
msgid "Stripe Height (PX)"
|
3757 |
msgstr ""
|
3758 |
|
3759 |
#: widgets/premium-title.php:175
|
3760 |
+
msgid "Stripe Top Spacing (PX)"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
#: widgets/premium-title.php:191
|
3764 |
+
msgid "Stripe Bottom Spacing (PX)"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
#: widgets/premium-title.php:207
|
3777 |
msgstr ""
|
3778 |
|
3779 |
#: widgets/premium-title.php:396
|
3780 |
+
msgid "Stripe Color"
|
3781 |
msgstr ""
|
3782 |
|
3783 |
#: widgets/premium-title.php:439
|
3876 |
msgid "Hover Padding"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
+
#: widgets/premium-vscroll.php:18
|
3880 |
+
#, php-format
|
3881 |
+
msgid "%s Vertical Scroll"
|
3882 |
+
msgstr ""
|
3883 |
+
|
3884 |
#: widgets/premium-vscroll.php:62 widgets/premium-vscroll.php:97
|
3885 |
msgid "Section ID"
|
3886 |
msgstr ""
|
premium-addons-for-elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons Plugin Includes 22+ premium widgets for Elementor Page Builder.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
-
Version: 3.2.
|
7 |
Author: Leap13
|
8 |
Author URI: https://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
@@ -14,12 +14,12 @@ License: GNU General Public License v3.0
|
|
14 |
if ( ! defined('ABSPATH') ) exit; // No access of directly access
|
15 |
|
16 |
// Define Constants
|
17 |
-
define('PREMIUM_ADDONS_VERSION', '3.2.
|
18 |
define('PREMIUM_ADDONS_URL', plugins_url('/', __FILE__));
|
19 |
define('PREMIUM_ADDONS_PATH', plugin_dir_path(__FILE__));
|
20 |
define('PREMIUM_ADDONS_FILE', __FILE__);
|
21 |
define('PREMIUM_ADDONS_BASENAME', plugin_basename(PREMIUM_ADDONS_FILE));
|
22 |
-
define('PREMIUM_ADDONS_STABLE_VERSION', '3.2.
|
23 |
|
24 |
if( ! class_exists('Premium_Addons_Elementor') ) {
|
25 |
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons Plugin Includes 22+ premium widgets for Elementor Page Builder.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
+
Version: 3.2.9
|
7 |
Author: Leap13
|
8 |
Author URI: https://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
14 |
if ( ! defined('ABSPATH') ) exit; // No access of directly access
|
15 |
|
16 |
// Define Constants
|
17 |
+
define('PREMIUM_ADDONS_VERSION', '3.2.9');
|
18 |
define('PREMIUM_ADDONS_URL', plugins_url('/', __FILE__));
|
19 |
define('PREMIUM_ADDONS_PATH', plugin_dir_path(__FILE__));
|
20 |
define('PREMIUM_ADDONS_FILE', __FILE__);
|
21 |
define('PREMIUM_ADDONS_BASENAME', plugin_basename(PREMIUM_ADDONS_FILE));
|
22 |
+
define('PREMIUM_ADDONS_STABLE_VERSION', '3.2.8');
|
23 |
|
24 |
if( ! class_exists('Premium_Addons_Elementor') ) {
|
25 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://premiumaddons.com
|
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.1.1
|
7 |
Requires PHP: 5.4
|
8 |
-
Stable tag: 3.2.
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
@@ -139,6 +139,10 @@ Premium Addons for Elementor is 100% Ads Free, Ads can only be detected from You
|
|
139 |
|
140 |
== Changelog ==
|
141 |
|
|
|
|
|
|
|
|
|
142 |
= 3.2.8 =
|
143 |
|
144 |
- Tweak: Added Thumbnail `Min/Max Height`, `Fit` option for Blog widget.
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.1.1
|
7 |
Requires PHP: 5.4
|
8 |
+
Stable tag: 3.2.9
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
139 |
|
140 |
== Changelog ==
|
141 |
|
142 |
+
= 3.2.9 =
|
143 |
+
|
144 |
+
- Tweak: Added `Box Shadow` option for content in Blog widget.
|
145 |
+
|
146 |
= 3.2.8 =
|
147 |
|
148 |
- Tweak: Added Thumbnail `Min/Max Height`, `Fit` option for Blog widget.
|
widgets/premium-banner.php
CHANGED
@@ -17,7 +17,7 @@ class Premium_Banner extends Widget_Base {
|
|
17 |
}
|
18 |
|
19 |
public function get_title() {
|
20 |
-
return
|
21 |
}
|
22 |
|
23 |
public function get_icon() {
|
17 |
}
|
18 |
|
19 |
public function get_title() {
|
20 |
+
return sprintf( __('%s Banner', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
21 |
}
|
22 |
|
23 |
public function get_icon() {
|
widgets/premium-blog.php
CHANGED
@@ -11,7 +11,7 @@ class Premium_Blog extends Widget_Base {
|
|
11 |
}
|
12 |
|
13 |
public function get_title() {
|
14 |
-
return
|
15 |
}
|
16 |
|
17 |
public function is_reload_preview_required(){
|
@@ -320,7 +320,7 @@ class Premium_Blog extends Widget_Base {
|
|
320 |
[
|
321 |
'label' => __('Categories Meta', 'premium-addons-for-elementor'),
|
322 |
'type' => Controls_Manager::SWITCHER,
|
323 |
-
'description' => __('Display or hide categories
|
324 |
'default' => 'yes',
|
325 |
]
|
326 |
);
|
@@ -328,7 +328,7 @@ class Premium_Blog extends Widget_Base {
|
|
328 |
$this->add_control('premium_blog_comments_meta',
|
329 |
[
|
330 |
'label' => __('Comments Meta', 'premium-addons-for-elementor'),
|
331 |
-
'description' => __('Display or hide comments
|
332 |
'type' => Controls_Manager::SWITCHER,
|
333 |
'default' => 'yes',
|
334 |
]
|
@@ -817,6 +817,14 @@ class Premium_Blog extends Widget_Base {
|
|
817 |
]
|
818 |
);
|
819 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
820 |
$this->end_controls_section();
|
821 |
|
822 |
$this->start_controls_section('premium_blog_tags_style_section',
|
11 |
}
|
12 |
|
13 |
public function get_title() {
|
14 |
+
return sprintf( __('%s Blog', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
15 |
}
|
16 |
|
17 |
public function is_reload_preview_required(){
|
320 |
[
|
321 |
'label' => __('Categories Meta', 'premium-addons-for-elementor'),
|
322 |
'type' => Controls_Manager::SWITCHER,
|
323 |
+
'description' => __('Display or hide categories meta','premium-addons-for-elementor'),
|
324 |
'default' => 'yes',
|
325 |
]
|
326 |
);
|
328 |
$this->add_control('premium_blog_comments_meta',
|
329 |
[
|
330 |
'label' => __('Comments Meta', 'premium-addons-for-elementor'),
|
331 |
+
'description' => __('Display or hide comments meta','premium-addons-for-elementor'),
|
332 |
'type' => Controls_Manager::SWITCHER,
|
333 |
'default' => 'yes',
|
334 |
]
|
817 |
]
|
818 |
);
|
819 |
|
820 |
+
$this->add_group_control(
|
821 |
+
Group_Control_Box_Shadow::get_type(),
|
822 |
+
[
|
823 |
+
'name' => 'premium_blog_box_shadow',
|
824 |
+
'selector' => '{{WRAPPER}} .premium-blog-content-wrapper',
|
825 |
+
]
|
826 |
+
);
|
827 |
+
|
828 |
$this->end_controls_section();
|
829 |
|
830 |
$this->start_controls_section('premium_blog_tags_style_section',
|
widgets/premium-button.php
CHANGED
@@ -17,7 +17,7 @@ class Premium_Button extends Widget_Base {
|
|
17 |
}
|
18 |
|
19 |
public function get_title() {
|
20 |
-
return
|
21 |
}
|
22 |
|
23 |
public function get_icon() {
|
17 |
}
|
18 |
|
19 |
public function get_title() {
|
20 |
+
return sprintf( __('%s Button', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
21 |
}
|
22 |
|
23 |
public function get_icon() {
|
widgets/premium-carousel.php
CHANGED
@@ -15,7 +15,7 @@ class Premium_Carousel extends Widget_Base {
|
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
-
return
|
19 |
}
|
20 |
|
21 |
public function get_icon() {
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
+
return sprintf( __('%s Carousel', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
19 |
}
|
20 |
|
21 |
public function get_icon() {
|
widgets/premium-contactform.php
CHANGED
@@ -10,7 +10,7 @@ class Premium_Contactform extends Widget_Base {
|
|
10 |
}
|
11 |
|
12 |
public function get_title() {
|
13 |
-
return
|
14 |
}
|
15 |
|
16 |
public function get_icon() {
|
10 |
}
|
11 |
|
12 |
public function get_title() {
|
13 |
+
return sprintf( __('%s Contact Form7', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
14 |
}
|
15 |
|
16 |
public function get_icon() {
|
widgets/premium-countdown.php
CHANGED
@@ -8,7 +8,7 @@ class Premium_Countdown extends Widget_Base {
|
|
8 |
}
|
9 |
|
10 |
public function get_title() {
|
11 |
-
return
|
12 |
}
|
13 |
|
14 |
public function get_icon() {
|
8 |
}
|
9 |
|
10 |
public function get_title() {
|
11 |
+
return sprintf( __('%s Countdown', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
12 |
}
|
13 |
|
14 |
public function get_icon() {
|
widgets/premium-counter.php
CHANGED
@@ -10,7 +10,7 @@ class Premium_Counter extends Widget_Base {
|
|
10 |
}
|
11 |
|
12 |
public function get_title() {
|
13 |
-
return
|
14 |
}
|
15 |
|
16 |
public function get_icon() {
|
@@ -68,7 +68,7 @@ class Premium_Counter extends Widget_Base {
|
|
68 |
'label' => __( 'Thousands Separator', 'premium-addons-for-elementor' ),
|
69 |
'type' => Controls_Manager::TEXT,
|
70 |
'dynamic' => [ 'active' => true ],
|
71 |
-
'description' => __( '
|
72 |
'default' => ','
|
73 |
]
|
74 |
);
|
10 |
}
|
11 |
|
12 |
public function get_title() {
|
13 |
+
return sprintf( __('%s Counter', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
14 |
}
|
15 |
|
16 |
public function get_icon() {
|
68 |
'label' => __( 'Thousands Separator', 'premium-addons-for-elementor' ),
|
69 |
'type' => Controls_Manager::TEXT,
|
70 |
'dynamic' => [ 'active' => true ],
|
71 |
+
'description' => __( 'Separator converts 125000 into 125,000', 'premium-addons-for-elementor' ),
|
72 |
'default' => ','
|
73 |
]
|
74 |
);
|
widgets/premium-dual-header.php
CHANGED
@@ -16,7 +16,7 @@ class Premium_Dual_Header extends Widget_Base {
|
|
16 |
}
|
17 |
|
18 |
public function get_title() {
|
19 |
-
return
|
20 |
}
|
21 |
|
22 |
|
16 |
}
|
17 |
|
18 |
public function get_title() {
|
19 |
+
return sprintf( __('%s Dual Heading', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
20 |
}
|
21 |
|
22 |
|
widgets/premium-fancytext.php
CHANGED
@@ -9,7 +9,7 @@ class Premium_Fancytext extends Widget_Base {
|
|
9 |
}
|
10 |
|
11 |
public function get_title() {
|
12 |
-
return
|
13 |
}
|
14 |
|
15 |
public function get_icon() {
|
9 |
}
|
10 |
|
11 |
public function get_title() {
|
12 |
+
return sprintf( __('%s Fancy Text', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
13 |
}
|
14 |
|
15 |
public function get_icon() {
|
widgets/premium-grid.php
CHANGED
@@ -6,7 +6,7 @@ if( !defined( 'ABSPATH' ) ) exit;
|
|
6 |
|
7 |
class Premium_Grid extends Widget_Base {
|
8 |
|
9 |
-
public function get_name(){
|
10 |
return 'premium-img-gallery';
|
11 |
}
|
12 |
|
@@ -15,14 +15,14 @@ class Premium_Grid extends Widget_Base {
|
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
-
return
|
19 |
}
|
20 |
|
21 |
-
public function get_icon(){
|
22 |
return 'pa-grid-icon';
|
23 |
}
|
24 |
|
25 |
-
public function get_style_depends(){
|
26 |
return [
|
27 |
'pa-prettyphoto',
|
28 |
];
|
@@ -36,15 +36,15 @@ class Premium_Grid extends Widget_Base {
|
|
36 |
];
|
37 |
}
|
38 |
|
39 |
-
public function is_reload_preview_required(){
|
40 |
return true;
|
41 |
}
|
42 |
|
43 |
-
public function get_categories(){
|
44 |
return ['premium-elements'];
|
45 |
}
|
46 |
|
47 |
-
protected function _register_controls(){
|
48 |
|
49 |
$this->start_controls_section('premium_gallery_general',
|
50 |
[
|
6 |
|
7 |
class Premium_Grid extends Widget_Base {
|
8 |
|
9 |
+
public function get_name() {
|
10 |
return 'premium-img-gallery';
|
11 |
}
|
12 |
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
+
return sprintf( __('%s Grid', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
19 |
}
|
20 |
|
21 |
+
public function get_icon() {
|
22 |
return 'pa-grid-icon';
|
23 |
}
|
24 |
|
25 |
+
public function get_style_depends() {
|
26 |
return [
|
27 |
'pa-prettyphoto',
|
28 |
];
|
36 |
];
|
37 |
}
|
38 |
|
39 |
+
public function is_reload_preview_required() {
|
40 |
return true;
|
41 |
}
|
42 |
|
43 |
+
public function get_categories() {
|
44 |
return ['premium-elements'];
|
45 |
}
|
46 |
|
47 |
+
protected function _register_controls() {
|
48 |
|
49 |
$this->start_controls_section('premium_gallery_general',
|
50 |
[
|
widgets/premium-image-button.php
CHANGED
@@ -9,7 +9,7 @@ class Premium_Image_Button extends Widget_Base {
|
|
9 |
}
|
10 |
|
11 |
public function get_title() {
|
12 |
-
return
|
13 |
}
|
14 |
|
15 |
public function getTemplateInstance() {
|
9 |
}
|
10 |
|
11 |
public function get_title() {
|
12 |
+
return sprintf( __('%s Image Button', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
13 |
}
|
14 |
|
15 |
public function getTemplateInstance() {
|
widgets/premium-image-scroll.php
CHANGED
@@ -21,7 +21,7 @@ class Premium_Image_Scroll extends Widget_Base {
|
|
21 |
}
|
22 |
|
23 |
public function get_title() {
|
24 |
-
return
|
25 |
}
|
26 |
|
27 |
public function is_reload_preview_required() {
|
21 |
}
|
22 |
|
23 |
public function get_title() {
|
24 |
+
return sprintf( __('%s Image Scroll', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
25 |
}
|
26 |
|
27 |
public function is_reload_preview_required() {
|
widgets/premium-image-separator.php
CHANGED
@@ -15,7 +15,7 @@ class Premium_Image_Separator extends Widget_Base {
|
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
-
return
|
19 |
}
|
20 |
|
21 |
public function get_icon() {
|
@@ -201,7 +201,7 @@ class Premium_Image_Separator extends Widget_Base {
|
|
201 |
/*Start Style Section*/
|
202 |
$this->start_controls_section('premium_image_separator_style',
|
203 |
[
|
204 |
-
'label' => __('
|
205 |
'tab' => Controls_Manager::TAB_STYLE,
|
206 |
]
|
207 |
);
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
+
return sprintf( __('%s Image Separator', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
19 |
}
|
20 |
|
21 |
public function get_icon() {
|
201 |
/*Start Style Section*/
|
202 |
$this->start_controls_section('premium_image_separator_style',
|
203 |
[
|
204 |
+
'label' => __('Image', 'premium-addons-for-elementor'),
|
205 |
'tab' => Controls_Manager::TAB_STYLE,
|
206 |
]
|
207 |
);
|
widgets/premium-maps.php
CHANGED
@@ -16,7 +16,7 @@ class Premium_Maps extends Widget_Base {
|
|
16 |
}
|
17 |
|
18 |
public function get_title() {
|
19 |
-
return
|
20 |
}
|
21 |
|
22 |
public function get_icon() {
|
16 |
}
|
17 |
|
18 |
public function get_title() {
|
19 |
+
return sprintf( __('%s Maps', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
20 |
}
|
21 |
|
22 |
public function get_icon() {
|
widgets/premium-modalbox.php
CHANGED
@@ -4,7 +4,8 @@ namespace Elementor;
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // If this file is called directly, abort.
|
5 |
|
6 |
class Premium_Modalbox extends Widget_Base {
|
7 |
-
|
|
|
8 |
return $this->templateInstance = premium_Template_Tags::getInstance();
|
9 |
}
|
10 |
|
@@ -17,7 +18,7 @@ class Premium_Modalbox extends Widget_Base {
|
|
17 |
}
|
18 |
|
19 |
public function get_title() {
|
20 |
-
return
|
21 |
}
|
22 |
|
23 |
public function get_icon() {
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // If this file is called directly, abort.
|
5 |
|
6 |
class Premium_Modalbox extends Widget_Base {
|
7 |
+
|
8 |
+
public function getTemplateInstance() {
|
9 |
return $this->templateInstance = premium_Template_Tags::getInstance();
|
10 |
}
|
11 |
|
18 |
}
|
19 |
|
20 |
public function get_title() {
|
21 |
+
return sprintf( __('%s Modal Box', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
22 |
}
|
23 |
|
24 |
public function get_icon() {
|
widgets/premium-person.php
CHANGED
@@ -10,7 +10,7 @@ class Premium_Person extends Widget_Base {
|
|
10 |
}
|
11 |
|
12 |
public function get_title() {
|
13 |
-
return
|
14 |
}
|
15 |
|
16 |
public function get_icon() {
|
@@ -132,7 +132,7 @@ class Premium_Person extends Widget_Base {
|
|
132 |
'label' => __('Name', 'premium-addons-for-elementor'),
|
133 |
'type' => Controls_Manager::TEXT,
|
134 |
'dynamic' => [ 'active' => true ],
|
135 |
-
'default' =>
|
136 |
'label_block' => true,
|
137 |
]
|
138 |
);
|
10 |
}
|
11 |
|
12 |
public function get_title() {
|
13 |
+
return sprintf( __('%s Person', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
14 |
}
|
15 |
|
16 |
public function get_icon() {
|
132 |
'label' => __('Name', 'premium-addons-for-elementor'),
|
133 |
'type' => Controls_Manager::TEXT,
|
134 |
'dynamic' => [ 'active' => true ],
|
135 |
+
'default' => 'John Frank',
|
136 |
'label_block' => true,
|
137 |
]
|
138 |
);
|
widgets/premium-pricing-table.php
CHANGED
@@ -15,7 +15,7 @@ class Premium_Pricing_Table extends Widget_Base {
|
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
-
return
|
19 |
}
|
20 |
|
21 |
public function get_icon() {
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
+
return sprintf( __('%s Pricing Table', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
19 |
}
|
20 |
|
21 |
public function get_icon() {
|
widgets/premium-progressbar.php
CHANGED
@@ -11,7 +11,7 @@ class Premium_Progressbar extends Widget_Base {
|
|
11 |
}
|
12 |
|
13 |
public function get_title() {
|
14 |
-
return
|
15 |
}
|
16 |
|
17 |
public function get_icon() {
|
11 |
}
|
12 |
|
13 |
public function get_title() {
|
14 |
+
return sprintf( __('%s Progress Bar', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
15 |
}
|
16 |
|
17 |
public function get_icon() {
|
widgets/premium-testimonials.php
CHANGED
@@ -10,7 +10,7 @@ class Premium_Testimonials extends Widget_Base {
|
|
10 |
}
|
11 |
|
12 |
public function get_title() {
|
13 |
-
return
|
14 |
}
|
15 |
|
16 |
public function get_icon() {
|
@@ -189,7 +189,7 @@ class Premium_Testimonials extends Widget_Base {
|
|
189 |
'label' => __('Testimonial Content', 'premium-addons-for-elementor'),
|
190 |
'type' => Controls_Manager::WYSIWYG,
|
191 |
'dynamic' => [ 'active' => true ],
|
192 |
-
'default' => __('Donec id elit non mi porta gravida at eget metus. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit. Donec id elit non mi porta gravida at eget metus.','premium-elementor'),
|
193 |
'label_block' => true,
|
194 |
]
|
195 |
);
|
10 |
}
|
11 |
|
12 |
public function get_title() {
|
13 |
+
return sprintf( __('%s Testimonial', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
14 |
}
|
15 |
|
16 |
public function get_icon() {
|
189 |
'label' => __('Testimonial Content', 'premium-addons-for-elementor'),
|
190 |
'type' => Controls_Manager::WYSIWYG,
|
191 |
'dynamic' => [ 'active' => true ],
|
192 |
+
'default' => __('Donec id elit non mi porta gravida at eget metus. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit. Donec id elit non mi porta gravida at eget metus.','premium-addons-for-elementor'),
|
193 |
'label_block' => true,
|
194 |
]
|
195 |
);
|
widgets/premium-title.php
CHANGED
@@ -11,7 +11,7 @@ class Premium_Title extends Widget_Base {
|
|
11 |
}
|
12 |
|
13 |
public function get_title() {
|
14 |
-
return
|
15 |
}
|
16 |
|
17 |
public function get_icon() {
|
@@ -51,13 +51,13 @@ class Premium_Title extends Widget_Base {
|
|
51 |
'type' => Controls_Manager::SELECT,
|
52 |
'default' => 'style1',
|
53 |
'options' => [
|
54 |
-
'style1' => '
|
55 |
-
'style2' => '
|
56 |
-
'style3' => '
|
57 |
-
'style4' => '
|
58 |
-
'style5' => '
|
59 |
-
'style6' => '
|
60 |
-
'style7' => '
|
61 |
],
|
62 |
'label_block' => true,
|
63 |
]
|
@@ -88,7 +88,7 @@ class Premium_Title extends Widget_Base {
|
|
88 |
[
|
89 |
'label' => __('HTML Tag', 'premium-addons-for-elementor'),
|
90 |
'type' => Controls_Manager::SELECT,
|
91 |
-
'default' =>
|
92 |
'options' => [
|
93 |
'h1' => 'H1',
|
94 |
'h2' => 'H2',
|
11 |
}
|
12 |
|
13 |
public function get_title() {
|
14 |
+
return sprintf( __('%s Title', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
15 |
}
|
16 |
|
17 |
public function get_icon() {
|
51 |
'type' => Controls_Manager::SELECT,
|
52 |
'default' => 'style1',
|
53 |
'options' => [
|
54 |
+
'style1' => __('Style 1', 'premium-addons-for-elementor'),
|
55 |
+
'style2' => __('Style 2', 'premium-addons-for-elementor'),
|
56 |
+
'style3' => __('Style 3', 'premium-addons-for-elementor'),
|
57 |
+
'style4' => __('Style 4', 'premium-addons-for-elementor'),
|
58 |
+
'style5' => __('Style 5', 'premium-addons-for-elementor'),
|
59 |
+
'style6' => __('Style 6', 'premium-addons-for-elementor'),
|
60 |
+
'style7' => __('Style 7', 'premium-addons-for-elementor'),
|
61 |
],
|
62 |
'label_block' => true,
|
63 |
]
|
88 |
[
|
89 |
'label' => __('HTML Tag', 'premium-addons-for-elementor'),
|
90 |
'type' => Controls_Manager::SELECT,
|
91 |
+
'default' => 'h2',
|
92 |
'options' => [
|
93 |
'h1' => 'H1',
|
94 |
'h2' => 'H2',
|
widgets/premium-videobox.php
CHANGED
@@ -12,7 +12,7 @@ class Premium_Videobox extends Widget_Base {
|
|
12 |
}
|
13 |
|
14 |
public function get_title() {
|
15 |
-
return
|
16 |
}
|
17 |
|
18 |
public function get_icon() {
|
12 |
}
|
13 |
|
14 |
public function get_title() {
|
15 |
+
return sprintf( __('%s Video Box', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
16 |
}
|
17 |
|
18 |
public function get_icon() {
|
widgets/premium-vscroll.php
CHANGED
@@ -15,7 +15,7 @@ class Premium_Vscroll extends Widget_Base {
|
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
-
return
|
19 |
}
|
20 |
|
21 |
public function get_icon() {
|
15 |
}
|
16 |
|
17 |
public function get_title() {
|
18 |
+
return sprintf( __('%s Vertical Scroll', 'premium-addons-for-elementor'), \PremiumAddons\Helper_Functions::get_prefix() );
|
19 |
}
|
20 |
|
21 |
public function get_icon() {
|