Version Description
- Tweak:
.POT
Translation file updated. - Fixed: Google reCaptcha doesn't work after v3.2.6
Download this release
Release Info
Developer | leap13 |
Plugin | ![]() |
Version | 3.2.7 |
Comparing to | |
See all releases |
Code changes from version 3.2.6 to 3.2.7
- admin/settings/version-control.php +1 -1
- includes/class-addons-integration.php +5 -3
- includes/compatibility/class-premium-addons-wpml.php +62 -63
- includes/compatibility/widgets/carousel.php +1 -1
- includes/compatibility/widgets/fancy-text.php +1 -1
- includes/compatibility/widgets/maps.php +4 -4
- languages/premium-addons-for-elementor.pot +1694 -1079
- premium-addons-for-elementor.php +3 -3
- queries.php +1 -1
- readme.txt +6 -1
- widgets/premium-blog.php +2 -2
admin/settings/version-control.php
CHANGED
@@ -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>
|
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.6</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>
|
includes/class-addons-integration.php
CHANGED
@@ -36,9 +36,9 @@ class Premium_Addons_Integration {
|
|
36 |
|
37 |
add_action( 'wp_ajax_get_elementor_template_content', array( $this, 'get_template_content' ) );
|
38 |
|
39 |
-
if( defined('ELEMENTOR_VERSION') ) {
|
40 |
-
self::$frontend = new \Elementor\Frontend;
|
41 |
-
}
|
42 |
}
|
43 |
|
44 |
/**
|
@@ -298,6 +298,8 @@ class Premium_Addons_Integration {
|
|
298 |
*/
|
299 |
public function get_template_content() {
|
300 |
|
|
|
|
|
301 |
$template_id = $_GET['templateID'];
|
302 |
|
303 |
if( ! isset( $template_id ) ) {
|
36 |
|
37 |
add_action( 'wp_ajax_get_elementor_template_content', array( $this, 'get_template_content' ) );
|
38 |
|
39 |
+
// if( defined('ELEMENTOR_VERSION') ) {
|
40 |
+
// self::$frontend = new \Elementor\Frontend;
|
41 |
+
// }
|
42 |
}
|
43 |
|
44 |
/**
|
298 |
*/
|
299 |
public function get_template_content() {
|
300 |
|
301 |
+
self::$frontend = new \Elementor\Frontend;
|
302 |
+
|
303 |
$template_id = $_GET['templateID'];
|
304 |
|
305 |
if( ! isset( $template_id ) ) {
|
includes/compatibility/class-premium-addons-wpml.php
CHANGED
@@ -87,27 +87,27 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
87 |
'fields' => [
|
88 |
[
|
89 |
'field' => 'premium_banner_title',
|
90 |
-
'type' => __( 'Banner
|
91 |
'editor_type' => 'LINE',
|
92 |
],
|
93 |
[
|
94 |
'field' => 'premium_banner_description',
|
95 |
-
'type' => __( 'Banner
|
96 |
'editor_type' => 'AREA',
|
97 |
],
|
98 |
[
|
99 |
'field' => 'premium_banner_more_text',
|
100 |
-
'type' => __( 'Banner
|
101 |
'editor_type' => 'LINE',
|
102 |
],
|
103 |
'premium_banner_image_custom_link' => [
|
104 |
'field' => 'url',
|
105 |
-
'type' => __( 'Banner
|
106 |
'editor_type' => 'LINK',
|
107 |
],
|
108 |
'premium_banner_link' => [
|
109 |
'field' => 'url',
|
110 |
-
'type' => __( 'Banner
|
111 |
'editor_type' => 'LINK',
|
112 |
],
|
113 |
]
|
@@ -118,12 +118,12 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
118 |
'fields' => [
|
119 |
[
|
120 |
'field' => 'premium_button_text',
|
121 |
-
'type' => __( 'Button
|
122 |
'editor_type' => 'LINE',
|
123 |
],
|
124 |
'premium_button_link' => [
|
125 |
'field' => 'url',
|
126 |
-
'type' => __( 'Button
|
127 |
'editor_type' => 'LINK',
|
128 |
],
|
129 |
]
|
@@ -134,82 +134,82 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
134 |
'fields' => [
|
135 |
[
|
136 |
'field' => 'premium_countdown_expiry_text_',
|
137 |
-
'type' => __( 'Countdown
|
138 |
'editor_type' => 'AREA',
|
139 |
],
|
140 |
[
|
141 |
'field' => 'premium_countdown_day_singular',
|
142 |
-
'type' => __( 'Countdown
|
143 |
'editor_type' => 'LINE',
|
144 |
],
|
145 |
[
|
146 |
'field' => 'premium_countdown_day_plural',
|
147 |
-
'type' => __( 'Countdown
|
148 |
'editor_type' => 'LINE',
|
149 |
],
|
150 |
[
|
151 |
'field' => 'premium_countdown_week_singular',
|
152 |
-
'type' => __( 'Countdown
|
153 |
'editor_type' => 'LINE',
|
154 |
],
|
155 |
[
|
156 |
'field' => 'premium_countdown_week_plural',
|
157 |
-
'type' => __( 'Countdown
|
158 |
'editor_type' => 'LINE',
|
159 |
],
|
160 |
[
|
161 |
'field' => 'premium_countdown_month_singular',
|
162 |
-
'type' => __( 'Countdown
|
163 |
'editor_type' => 'LINE',
|
164 |
],
|
165 |
[
|
166 |
'field' => 'premium_countdown_month_plural',
|
167 |
-
'type' => __( 'Countdown
|
168 |
'editor_type' => 'LINE',
|
169 |
],
|
170 |
[
|
171 |
'field' => 'premium_countdown_year_singular',
|
172 |
-
'type' => __( 'Countdown
|
173 |
'editor_type' => 'LINE',
|
174 |
],
|
175 |
[
|
176 |
'field' => 'premium_countdown_year_plural',
|
177 |
-
'type' => __( 'Countdown
|
178 |
'editor_type' => 'LINE',
|
179 |
],
|
180 |
[
|
181 |
'field' => 'premium_countdown_hour_singular',
|
182 |
-
'type' => __( 'Countdown
|
183 |
'editor_type' => 'LINE',
|
184 |
],
|
185 |
[
|
186 |
'field' => 'premium_countdown_hour_plural',
|
187 |
-
'type' => __( 'Countdown
|
188 |
'editor_type' => 'LINE',
|
189 |
],
|
190 |
[
|
191 |
'field' => 'premium_countdown_minute_singular',
|
192 |
-
'type' => __( 'Countdown
|
193 |
'editor_type' => 'LINE',
|
194 |
],
|
195 |
[
|
196 |
'field' => 'premium_countdown_minute_plural',
|
197 |
-
'type' => __( 'Countdown
|
198 |
'editor_type' => 'LINE',
|
199 |
],
|
200 |
[
|
201 |
'field' => 'premium_countdown_second_singular',
|
202 |
-
'type' => __( 'Countdown
|
203 |
'editor_type' => 'LINE',
|
204 |
],
|
205 |
[
|
206 |
'field' => 'premium_countdown_second_plural',
|
207 |
-
'type' => __( 'Countdown
|
208 |
'editor_type' => 'LINE',
|
209 |
],
|
210 |
'premium_countdown_expiry_redirection_' => [
|
211 |
'field' => 'url',
|
212 |
-
'type' => __( 'Countdown
|
213 |
'editor_type' => 'LINK',
|
214 |
],
|
215 |
]
|
@@ -238,10 +238,9 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
238 |
'type' => __( 'Counter: Suffix', 'premium-addons-for-elementor' ),
|
239 |
'editor_type' => 'LINE',
|
240 |
],
|
241 |
-
|
242 |
'premium_dual_heading_link' => [
|
243 |
'field' => 'url',
|
244 |
-
'type' => __( 'Advanced Heading
|
245 |
'editor_type' => 'LINK',
|
246 |
]
|
247 |
]
|
@@ -252,17 +251,17 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
252 |
'fields' => [
|
253 |
[
|
254 |
'field' => 'premium_dual_header_first_header_text',
|
255 |
-
'type' => __( 'Dual Heading
|
256 |
'editor_type' => 'LINE',
|
257 |
],
|
258 |
[
|
259 |
'field' => 'premium_dual_header_second_header_text',
|
260 |
-
'type' => __( 'Dual Heading
|
261 |
'editor_type' => 'LINE',
|
262 |
],
|
263 |
'premium_dual_heading_link' => [
|
264 |
'field' => 'url',
|
265 |
-
'type' => __( 'Advanced Heading
|
266 |
'editor_type' => 'LINK',
|
267 |
]
|
268 |
]
|
@@ -278,17 +277,17 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
278 |
'fields' => [
|
279 |
[
|
280 |
'field' => 'premium_fancy_prefix_text',
|
281 |
-
'type' => __( 'Fancy Text
|
282 |
'editor_type' => 'LINE',
|
283 |
],
|
284 |
[
|
285 |
'field' => 'premium_fancy_suffix_text',
|
286 |
-
'type' => __( 'Fancy Text
|
287 |
'editor_type' => 'LINE',
|
288 |
],
|
289 |
[
|
290 |
'field' => 'premium_fancy_text_cursor_text',
|
291 |
-
'type' => __( 'Fancy Text
|
292 |
'editor_type' => 'LINE',
|
293 |
],
|
294 |
],
|
@@ -300,7 +299,7 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
300 |
'fields' => [
|
301 |
[
|
302 |
'field' => 'premium_gallery_load_more_text',
|
303 |
-
'type' => __( 'Grid
|
304 |
'editor_type' => 'LINE',
|
305 |
]
|
306 |
],
|
@@ -312,12 +311,12 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
312 |
'fields' => [
|
313 |
[
|
314 |
'field' => 'premium_image_button_text',
|
315 |
-
'type' => __( 'Button
|
316 |
'editor_type' => 'LINE',
|
317 |
],
|
318 |
'premium_image_button_link' => [
|
319 |
'field' => 'url',
|
320 |
-
'type' => __( 'Button
|
321 |
'editor_type' => 'LINK',
|
322 |
],
|
323 |
]
|
@@ -328,12 +327,12 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
328 |
'fields' => [
|
329 |
[
|
330 |
'field' => 'link_text',
|
331 |
-
'type' => __( 'Image Scroll
|
332 |
'editor_type' => 'LINE',
|
333 |
],
|
334 |
'link' => [
|
335 |
'field' => 'url',
|
336 |
-
'type' => __( 'Image Scroll
|
337 |
'editor_type' => 'LINK',
|
338 |
]
|
339 |
]
|
@@ -344,12 +343,12 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
344 |
'fields' => [
|
345 |
[
|
346 |
'field' => 'premium_image_separator_image_link_text',
|
347 |
-
'type' => __( 'Image Separator
|
348 |
'editor_type' => 'LINE',
|
349 |
],
|
350 |
'link' => [
|
351 |
'field' => 'premium_image_separator_image_link',
|
352 |
-
'type' => __( 'Image Separator
|
353 |
'editor_type' => 'LINK',
|
354 |
]
|
355 |
]
|
@@ -360,12 +359,12 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
360 |
'fields' => [
|
361 |
[
|
362 |
'field' => 'premium_maps_center_lat',
|
363 |
-
'type' => __( 'Maps
|
364 |
'editor_type' => 'LINE',
|
365 |
],
|
366 |
[
|
367 |
'field' => 'premium_maps_center_long',
|
368 |
-
'type' => __( 'Maps
|
369 |
'editor_type' => 'LINE',
|
370 |
]
|
371 |
],
|
@@ -408,17 +407,17 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
408 |
'fields' => [
|
409 |
[
|
410 |
'field' => 'premium_person_name',
|
411 |
-
'type' => __( 'Person
|
412 |
'editor_type' => 'LINE',
|
413 |
],
|
414 |
[
|
415 |
'field' => 'premium_person_title',
|
416 |
-
'type' => __( 'Person
|
417 |
'editor_type' => 'LINE',
|
418 |
],
|
419 |
[
|
420 |
'field' => 'premium_person_content',
|
421 |
-
'type' => __( 'Person
|
422 |
'editor_type' => 'AREA',
|
423 |
],
|
424 |
],
|
@@ -429,52 +428,52 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
429 |
'fields' => [
|
430 |
[
|
431 |
'field' => 'premium_pricing_table_title_text',
|
432 |
-
'type' => __( 'Pricing Table
|
433 |
'editor_type' => 'LINE',
|
434 |
],
|
435 |
[
|
436 |
'field' => 'premium_pricing_table_slashed_price_value',
|
437 |
-
'type' => __( 'Pricing Table
|
438 |
'editor_type' => 'LINE',
|
439 |
],
|
440 |
[
|
441 |
'field' => 'premium_pricing_table_price_currency',
|
442 |
-
'type' => __( 'Pricing Table
|
443 |
'editor_type' => 'LINE',
|
444 |
],
|
445 |
[
|
446 |
'field' => 'premium_pricing_table_price_value',
|
447 |
-
'type' => __( 'Pricing Table
|
448 |
'editor_type' => 'LINE',
|
449 |
],
|
450 |
[
|
451 |
'field' => 'premium_pricing_table_price_separator',
|
452 |
-
'type' => __( 'Pricing Table
|
453 |
'editor_type' => 'LINE',
|
454 |
],
|
455 |
[
|
456 |
'field' => 'premium_pricing_table_price_duration',
|
457 |
-
'type' => __( 'Pricing Table
|
458 |
'editor_type' => 'LINE',
|
459 |
],
|
460 |
[
|
461 |
'field' => 'premium_pricing_table_description_text',
|
462 |
-
'type' => __( 'Pricing Table
|
463 |
'editor_type' => 'AREA',
|
464 |
],
|
465 |
[
|
466 |
'field' => 'premium_pricing_table_button_text',
|
467 |
-
'type' => __( 'Pricing Table
|
468 |
'editor_type' => 'LINE',
|
469 |
],
|
470 |
[
|
471 |
'field' => 'premium_pricing_table_button_link',
|
472 |
-
'type' => __( 'Pricing Table
|
473 |
'editor_type' => 'LINK',
|
474 |
],
|
475 |
[
|
476 |
'field' => 'premium_pricing_table_badge_text',
|
477 |
-
'type' => __( 'Pricing Table
|
478 |
'editor_type' => 'LINE',
|
479 |
],
|
480 |
],
|
@@ -486,7 +485,7 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
486 |
'fields' => [
|
487 |
[
|
488 |
'field' => 'premium_progressbar_left_label',
|
489 |
-
'type' => __( 'Progess Bar
|
490 |
'editor_type' => 'LINE',
|
491 |
],
|
492 |
],
|
@@ -498,22 +497,22 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
498 |
'fields' => [
|
499 |
[
|
500 |
'field' => 'premium_testimonial_person_name',
|
501 |
-
'type' => __( 'Testimonial
|
502 |
'editor_type' => 'LINE',
|
503 |
],
|
504 |
[
|
505 |
'field' => 'premium_testimonial_company_name',
|
506 |
-
'type' => __( 'Testimonial
|
507 |
'editor_type' => 'LINE',
|
508 |
],
|
509 |
[
|
510 |
'field' => 'premium_testimonial_company_link',
|
511 |
-
'type' => __( 'Testimonial
|
512 |
'editor_type' => 'LINK',
|
513 |
],
|
514 |
[
|
515 |
'field' => 'premium_testimonial_content',
|
516 |
-
'type' => __( 'Testimonial
|
517 |
'editor_type' => 'AREA',
|
518 |
],
|
519 |
],
|
@@ -524,9 +523,9 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
524 |
'fields' => [
|
525 |
[
|
526 |
'field' => 'premium_title_text',
|
527 |
-
'type' => __( 'Title
|
528 |
'editor_type' => 'LINE',
|
529 |
-
|
530 |
],
|
531 |
];
|
532 |
|
@@ -535,12 +534,12 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
535 |
'fields' => [
|
536 |
[
|
537 |
'field' => 'premium_video_box_link',
|
538 |
-
'type' => __( 'Video Box
|
539 |
'editor_type' => 'LINK',
|
540 |
],
|
541 |
[
|
542 |
'field' => 'premium_video_box_description_text',
|
543 |
-
'type' => __( 'Video Box
|
544 |
'editor_type' => 'AREA',
|
545 |
]
|
546 |
]
|
@@ -551,7 +550,7 @@ if ( ! class_exists ('Premium_Addons_Wpml') ) {
|
|
551 |
'fields' => [
|
552 |
[
|
553 |
'field' => 'dots_tooltips',
|
554 |
-
'type' => __( 'Vertical Scroll
|
555 |
'editor_type' => 'LINE',
|
556 |
]
|
557 |
],
|
87 |
'fields' => [
|
88 |
[
|
89 |
'field' => 'premium_banner_title',
|
90 |
+
'type' => __( 'Banner: Title', 'premium-addons-for-elementor' ),
|
91 |
'editor_type' => 'LINE',
|
92 |
],
|
93 |
[
|
94 |
'field' => 'premium_banner_description',
|
95 |
+
'type' => __( 'Banner: Description', 'premium-addons-for-elementor' ),
|
96 |
'editor_type' => 'AREA',
|
97 |
],
|
98 |
[
|
99 |
'field' => 'premium_banner_more_text',
|
100 |
+
'type' => __( 'Banner: Button Text', 'premium-addons-for-elementor' ),
|
101 |
'editor_type' => 'LINE',
|
102 |
],
|
103 |
'premium_banner_image_custom_link' => [
|
104 |
'field' => 'url',
|
105 |
+
'type' => __( 'Banner: URL', 'premium-addons-for-elementor' ),
|
106 |
'editor_type' => 'LINK',
|
107 |
],
|
108 |
'premium_banner_link' => [
|
109 |
'field' => 'url',
|
110 |
+
'type' => __( 'Banner: Button URL', 'premium-addons-for-elementor' ),
|
111 |
'editor_type' => 'LINK',
|
112 |
],
|
113 |
]
|
118 |
'fields' => [
|
119 |
[
|
120 |
'field' => 'premium_button_text',
|
121 |
+
'type' => __( 'Button: Text', 'premium-addons-for-elementor' ),
|
122 |
'editor_type' => 'LINE',
|
123 |
],
|
124 |
'premium_button_link' => [
|
125 |
'field' => 'url',
|
126 |
+
'type' => __( 'Button: URL', 'premium-addons-for-elementor' ),
|
127 |
'editor_type' => 'LINK',
|
128 |
],
|
129 |
]
|
134 |
'fields' => [
|
135 |
[
|
136 |
'field' => 'premium_countdown_expiry_text_',
|
137 |
+
'type' => __( 'Countdown: Expiration Message', 'premium-addons-for-elementor' ),
|
138 |
'editor_type' => 'AREA',
|
139 |
],
|
140 |
[
|
141 |
'field' => 'premium_countdown_day_singular',
|
142 |
+
'type' => __( 'Countdown: Day Singular', 'premium-addons-for-elementor' ),
|
143 |
'editor_type' => 'LINE',
|
144 |
],
|
145 |
[
|
146 |
'field' => 'premium_countdown_day_plural',
|
147 |
+
'type' => __( 'Countdown: Day Plural', 'premium-addons-for-elementor' ),
|
148 |
'editor_type' => 'LINE',
|
149 |
],
|
150 |
[
|
151 |
'field' => 'premium_countdown_week_singular',
|
152 |
+
'type' => __( 'Countdown: Week Singular', 'premium-addons-for-elementor' ),
|
153 |
'editor_type' => 'LINE',
|
154 |
],
|
155 |
[
|
156 |
'field' => 'premium_countdown_week_plural',
|
157 |
+
'type' => __( 'Countdown: Week Plural', 'premium-addons-for-elementor' ),
|
158 |
'editor_type' => 'LINE',
|
159 |
],
|
160 |
[
|
161 |
'field' => 'premium_countdown_month_singular',
|
162 |
+
'type' => __( 'Countdown: Month Singular', 'premium-addons-for-elementor' ),
|
163 |
'editor_type' => 'LINE',
|
164 |
],
|
165 |
[
|
166 |
'field' => 'premium_countdown_month_plural',
|
167 |
+
'type' => __( 'Countdown: Month Plural', 'premium-addons-for-elementor' ),
|
168 |
'editor_type' => 'LINE',
|
169 |
],
|
170 |
[
|
171 |
'field' => 'premium_countdown_year_singular',
|
172 |
+
'type' => __( 'Countdown: Year Singular', 'premium-addons-for-elementor' ),
|
173 |
'editor_type' => 'LINE',
|
174 |
],
|
175 |
[
|
176 |
'field' => 'premium_countdown_year_plural',
|
177 |
+
'type' => __( 'Countdown: Year Plural', 'premium-addons-for-elementor' ),
|
178 |
'editor_type' => 'LINE',
|
179 |
],
|
180 |
[
|
181 |
'field' => 'premium_countdown_hour_singular',
|
182 |
+
'type' => __( 'Countdown: Hour Singular', 'premium-addons-for-elementor' ),
|
183 |
'editor_type' => 'LINE',
|
184 |
],
|
185 |
[
|
186 |
'field' => 'premium_countdown_hour_plural',
|
187 |
+
'type' => __( 'Countdown: Hour Plural', 'premium-addons-for-elementor' ),
|
188 |
'editor_type' => 'LINE',
|
189 |
],
|
190 |
[
|
191 |
'field' => 'premium_countdown_minute_singular',
|
192 |
+
'type' => __( 'Countdown: Minute Singular', 'premium-addons-for-elementor' ),
|
193 |
'editor_type' => 'LINE',
|
194 |
],
|
195 |
[
|
196 |
'field' => 'premium_countdown_minute_plural',
|
197 |
+
'type' => __( 'Countdown: Minute Plural', 'premium-addons-for-elementor' ),
|
198 |
'editor_type' => 'LINE',
|
199 |
],
|
200 |
[
|
201 |
'field' => 'premium_countdown_second_singular',
|
202 |
+
'type' => __( 'Countdown: Second Singular', 'premium-addons-for-elementor' ),
|
203 |
'editor_type' => 'LINE',
|
204 |
],
|
205 |
[
|
206 |
'field' => 'premium_countdown_second_plural',
|
207 |
+
'type' => __( 'Countdown: Second Plural', 'premium-addons-for-elementor' ),
|
208 |
'editor_type' => 'LINE',
|
209 |
],
|
210 |
'premium_countdown_expiry_redirection_' => [
|
211 |
'field' => 'url',
|
212 |
+
'type' => __( 'Countdown: Direction URL', 'premium-addons-for-elementor' ),
|
213 |
'editor_type' => 'LINK',
|
214 |
],
|
215 |
]
|
238 |
'type' => __( 'Counter: Suffix', 'premium-addons-for-elementor' ),
|
239 |
'editor_type' => 'LINE',
|
240 |
],
|
|
|
241 |
'premium_dual_heading_link' => [
|
242 |
'field' => 'url',
|
243 |
+
'type' => __( 'Advanced Heading: Heading URL', 'premium-addons-for-elementor' ),
|
244 |
'editor_type' => 'LINK',
|
245 |
]
|
246 |
]
|
251 |
'fields' => [
|
252 |
[
|
253 |
'field' => 'premium_dual_header_first_header_text',
|
254 |
+
'type' => __( 'Dual Heading: First Heading', 'premium-addons-for-elementor' ),
|
255 |
'editor_type' => 'LINE',
|
256 |
],
|
257 |
[
|
258 |
'field' => 'premium_dual_header_second_header_text',
|
259 |
+
'type' => __( 'Dual Heading: Second Heading', 'premium-addons-for-elementor' ),
|
260 |
'editor_type' => 'LINE',
|
261 |
],
|
262 |
'premium_dual_heading_link' => [
|
263 |
'field' => 'url',
|
264 |
+
'type' => __( 'Advanced Heading: Heading URL', 'premium-addons-for-elementor' ),
|
265 |
'editor_type' => 'LINK',
|
266 |
]
|
267 |
]
|
277 |
'fields' => [
|
278 |
[
|
279 |
'field' => 'premium_fancy_prefix_text',
|
280 |
+
'type' => __( 'Fancy Text: Prefix', 'premium-addons-for-elementor' ),
|
281 |
'editor_type' => 'LINE',
|
282 |
],
|
283 |
[
|
284 |
'field' => 'premium_fancy_suffix_text',
|
285 |
+
'type' => __( 'Fancy Text: Suffix', 'premium-addons-for-elementor' ),
|
286 |
'editor_type' => 'LINE',
|
287 |
],
|
288 |
[
|
289 |
'field' => 'premium_fancy_text_cursor_text',
|
290 |
+
'type' => __( 'Fancy Text: Cursor Text', 'premium-addons-for-elementor' ),
|
291 |
'editor_type' => 'LINE',
|
292 |
],
|
293 |
],
|
299 |
'fields' => [
|
300 |
[
|
301 |
'field' => 'premium_gallery_load_more_text',
|
302 |
+
'type' => __( 'Grid: Load More Button', 'premium-addons-for-elementor' ),
|
303 |
'editor_type' => 'LINE',
|
304 |
]
|
305 |
],
|
311 |
'fields' => [
|
312 |
[
|
313 |
'field' => 'premium_image_button_text',
|
314 |
+
'type' => __( 'Button: Text', 'premium-addons-for-elementor' ),
|
315 |
'editor_type' => 'LINE',
|
316 |
],
|
317 |
'premium_image_button_link' => [
|
318 |
'field' => 'url',
|
319 |
+
'type' => __( 'Button: URL', 'premium-addons-for-elementor' ),
|
320 |
'editor_type' => 'LINK',
|
321 |
],
|
322 |
]
|
327 |
'fields' => [
|
328 |
[
|
329 |
'field' => 'link_text',
|
330 |
+
'type' => __( 'Image Scroll: Link Title', 'premium-addons-for-elementor' ),
|
331 |
'editor_type' => 'LINE',
|
332 |
],
|
333 |
'link' => [
|
334 |
'field' => 'url',
|
335 |
+
'type' => __( 'Image Scroll: URL', 'premium-addons-for-elementor' ),
|
336 |
'editor_type' => 'LINK',
|
337 |
]
|
338 |
]
|
343 |
'fields' => [
|
344 |
[
|
345 |
'field' => 'premium_image_separator_image_link_text',
|
346 |
+
'type' => __( 'Image Separator: Link Title', 'premium-addons-for-elementor' ),
|
347 |
'editor_type' => 'LINE',
|
348 |
],
|
349 |
'link' => [
|
350 |
'field' => 'premium_image_separator_image_link',
|
351 |
+
'type' => __( 'Image Separator: URL', 'premium-addons-for-elementor' ),
|
352 |
'editor_type' => 'LINK',
|
353 |
]
|
354 |
]
|
359 |
'fields' => [
|
360 |
[
|
361 |
'field' => 'premium_maps_center_lat',
|
362 |
+
'type' => __( 'Maps: Center Latitude', 'premium-addons-for-elementor' ),
|
363 |
'editor_type' => 'LINE',
|
364 |
],
|
365 |
[
|
366 |
'field' => 'premium_maps_center_long',
|
367 |
+
'type' => __( 'Maps: Center Longitude', 'premium-addons-for-elementor' ),
|
368 |
'editor_type' => 'LINE',
|
369 |
]
|
370 |
],
|
407 |
'fields' => [
|
408 |
[
|
409 |
'field' => 'premium_person_name',
|
410 |
+
'type' => __( 'Person: Name', 'premium-addons-for-elementor' ),
|
411 |
'editor_type' => 'LINE',
|
412 |
],
|
413 |
[
|
414 |
'field' => 'premium_person_title',
|
415 |
+
'type' => __( 'Person: Title', 'premium-addons-for-elementor' ),
|
416 |
'editor_type' => 'LINE',
|
417 |
],
|
418 |
[
|
419 |
'field' => 'premium_person_content',
|
420 |
+
'type' => __( 'Person: Description', 'premium-addons-for-elementor' ),
|
421 |
'editor_type' => 'AREA',
|
422 |
],
|
423 |
],
|
428 |
'fields' => [
|
429 |
[
|
430 |
'field' => 'premium_pricing_table_title_text',
|
431 |
+
'type' => __( 'Pricing Table: Title', 'premium-addons-for-elementor' ),
|
432 |
'editor_type' => 'LINE',
|
433 |
],
|
434 |
[
|
435 |
'field' => 'premium_pricing_table_slashed_price_value',
|
436 |
+
'type' => __( 'Pricing Table: Slashed Price', 'premium-addons-for-elementor' ),
|
437 |
'editor_type' => 'LINE',
|
438 |
],
|
439 |
[
|
440 |
'field' => 'premium_pricing_table_price_currency',
|
441 |
+
'type' => __( 'Pricing Table: Currency', 'premium-addons-for-elementor' ),
|
442 |
'editor_type' => 'LINE',
|
443 |
],
|
444 |
[
|
445 |
'field' => 'premium_pricing_table_price_value',
|
446 |
+
'type' => __( 'Pricing Table: Price Value', 'premium-addons-for-elementor' ),
|
447 |
'editor_type' => 'LINE',
|
448 |
],
|
449 |
[
|
450 |
'field' => 'premium_pricing_table_price_separator',
|
451 |
+
'type' => __( 'Pricing Table: Separator', 'premium-addons-for-elementor' ),
|
452 |
'editor_type' => 'LINE',
|
453 |
],
|
454 |
[
|
455 |
'field' => 'premium_pricing_table_price_duration',
|
456 |
+
'type' => __( 'Pricing Table: Duration', 'premium-addons-for-elementor' ),
|
457 |
'editor_type' => 'LINE',
|
458 |
],
|
459 |
[
|
460 |
'field' => 'premium_pricing_table_description_text',
|
461 |
+
'type' => __( 'Pricing Table: Description', 'premium-addons-for-elementor' ),
|
462 |
'editor_type' => 'AREA',
|
463 |
],
|
464 |
[
|
465 |
'field' => 'premium_pricing_table_button_text',
|
466 |
+
'type' => __( 'Pricing Table: Button Text', 'premium-addons-for-elementor' ),
|
467 |
'editor_type' => 'LINE',
|
468 |
],
|
469 |
[
|
470 |
'field' => 'premium_pricing_table_button_link',
|
471 |
+
'type' => __( 'Pricing Table: Button URL', 'premium-addons-for-elementor' ),
|
472 |
'editor_type' => 'LINK',
|
473 |
],
|
474 |
[
|
475 |
'field' => 'premium_pricing_table_badge_text',
|
476 |
+
'type' => __( 'Pricing Table: Badge', 'premium-addons-for-elementor' ),
|
477 |
'editor_type' => 'LINE',
|
478 |
],
|
479 |
],
|
485 |
'fields' => [
|
486 |
[
|
487 |
'field' => 'premium_progressbar_left_label',
|
488 |
+
'type' => __( 'Progess Bar: Left Label', 'premium-addons-for-elementor' ),
|
489 |
'editor_type' => 'LINE',
|
490 |
],
|
491 |
],
|
497 |
'fields' => [
|
498 |
[
|
499 |
'field' => 'premium_testimonial_person_name',
|
500 |
+
'type' => __( 'Testimonial: Name', 'premium-addons-for-elementor' ),
|
501 |
'editor_type' => 'LINE',
|
502 |
],
|
503 |
[
|
504 |
'field' => 'premium_testimonial_company_name',
|
505 |
+
'type' => __( 'Testimonial: Company', 'premium-addons-for-elementor' ),
|
506 |
'editor_type' => 'LINE',
|
507 |
],
|
508 |
[
|
509 |
'field' => 'premium_testimonial_company_link',
|
510 |
+
'type' => __( 'Testimonial: Company Link', 'premium-addons-for-elementor' ),
|
511 |
'editor_type' => 'LINK',
|
512 |
],
|
513 |
[
|
514 |
'field' => 'premium_testimonial_content',
|
515 |
+
'type' => __( 'Testimonial: Content', 'premium-addons-for-elementor' ),
|
516 |
'editor_type' => 'AREA',
|
517 |
],
|
518 |
],
|
523 |
'fields' => [
|
524 |
[
|
525 |
'field' => 'premium_title_text',
|
526 |
+
'type' => __( 'Title: Text', 'premium-addons-for-elementor' ),
|
527 |
'editor_type' => 'LINE',
|
528 |
+
]
|
529 |
],
|
530 |
];
|
531 |
|
534 |
'fields' => [
|
535 |
[
|
536 |
'field' => 'premium_video_box_link',
|
537 |
+
'type' => __( 'Video Box: Link', 'premium-addons-for-elementor' ),
|
538 |
'editor_type' => 'LINK',
|
539 |
],
|
540 |
[
|
541 |
'field' => 'premium_video_box_description_text',
|
542 |
+
'type' => __( 'Video Box: Description', 'premium-addons-for-elementor' ),
|
543 |
'editor_type' => 'AREA',
|
544 |
]
|
545 |
]
|
550 |
'fields' => [
|
551 |
[
|
552 |
'field' => 'dots_tooltips',
|
553 |
+
'type' => __( 'Vertical Scroll: Tooltips', 'premium-addons-for-elementor' ),
|
554 |
'editor_type' => 'LINE',
|
555 |
]
|
556 |
],
|
includes/compatibility/widgets/carousel.php
CHANGED
@@ -47,7 +47,7 @@ class Carousel extends WPML_Elementor_Module_With_Items {
|
|
47 |
*/
|
48 |
protected function get_title( $field ) {
|
49 |
|
50 |
-
return __( 'Carousel
|
51 |
|
52 |
}
|
53 |
|
47 |
*/
|
48 |
protected function get_title( $field ) {
|
49 |
|
50 |
+
return __( 'Carousel: Template', 'premium-addons-for-elementor' );
|
51 |
|
52 |
}
|
53 |
|
includes/compatibility/widgets/fancy-text.php
CHANGED
@@ -47,7 +47,7 @@ class FancyText extends WPML_Elementor_Module_With_Items {
|
|
47 |
*/
|
48 |
protected function get_title( $field ) {
|
49 |
|
50 |
-
return __( 'Fancy Text
|
51 |
|
52 |
}
|
53 |
|
47 |
*/
|
48 |
protected function get_title( $field ) {
|
49 |
|
50 |
+
return __( 'Fancy Text: String', 'premium-addons-for-elementor' );
|
51 |
|
52 |
}
|
53 |
|
includes/compatibility/widgets/maps.php
CHANGED
@@ -51,16 +51,16 @@ class Maps extends WPML_Elementor_Module_With_Items {
|
|
51 |
protected function get_title( $field ) {
|
52 |
|
53 |
if ( 'map_latitude' === $field ) {
|
54 |
-
return __( 'Maps
|
55 |
}
|
56 |
if ( 'map_longitude' === $field ) {
|
57 |
-
return __( 'Maps
|
58 |
}
|
59 |
if ( 'pin_title' === $field ) {
|
60 |
-
return __( 'Maps
|
61 |
}
|
62 |
if ( 'pin_desc' === $field ) {
|
63 |
-
return __( 'Maps
|
64 |
}
|
65 |
|
66 |
return '';
|
51 |
protected function get_title( $field ) {
|
52 |
|
53 |
if ( 'map_latitude' === $field ) {
|
54 |
+
return __( 'Maps: Marker Latitude', 'premium-addons-for-elementor' );
|
55 |
}
|
56 |
if ( 'map_longitude' === $field ) {
|
57 |
+
return __( 'Maps: Marker Longitude', 'premium-addons-for-elementor' );
|
58 |
}
|
59 |
if ( 'pin_title' === $field ) {
|
60 |
+
return __( 'Maps: Marker Title', 'premium-addons-for-elementor' );
|
61 |
}
|
62 |
if ( 'pin_desc' === $field ) {
|
63 |
+
return __( 'Maps: Marker Description', 'premium-addons-for-elementor' );
|
64 |
}
|
65 |
|
66 |
return '';
|
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-
|
6 |
"PO-Revision-Date: 2018-02-15 10:41+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Leap13\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 |
"<p>Premium Addons for Elementor is not working because you need to Install "
|
25 |
"Elementor plugin.</p>"
|
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,35 +55,52 @@ 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
#: admin/settings/about.php:13
|
83 |
msgid "About"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: admin/settings/about.php:35 admin/settings/elements.php:
|
87 |
#: admin/settings/gomaps.php:61 admin/settings/sys-info.php:31
|
88 |
#: admin/settings/version-control.php:61
|
89 |
#, php-format
|
@@ -92,131 +109,135 @@ msgid ""
|
|
92 |
"enjoy using it."
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: admin/settings/elements.php:
|
|
|
|
|
|
|
|
|
96 |
msgid "Are you sure you want to reinstall version "
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: admin/settings/elements.php:
|
100 |
msgid "Rollback to Previous Version"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: admin/settings/elements.php:
|
104 |
msgid "Yes"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: admin/settings/elements.php:
|
108 |
msgid "Cancel"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: admin/settings/elements.php:
|
112 |
msgid "Premium Image Separator"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: admin/settings/elements.php:
|
116 |
msgid "Premium Alert Box"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: admin/settings/elements.php:
|
120 |
msgid "Premium Icon Box"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: admin/settings/elements.php:
|
124 |
msgid "Premium Twitter Feed"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: admin/settings/elements.php:
|
128 |
msgid "Premium Instagram Feed"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: admin/settings/elements.php:
|
132 |
msgid "Premium Flip Box"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: admin/settings/elements.php:
|
136 |
msgid "Premium Unfold"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: admin/settings/elements.php:
|
140 |
msgid "Premium Messenger Chat"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: admin/settings/elements.php:
|
144 |
msgid "Premium Tabs"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: admin/settings/elements.php:
|
148 |
msgid "Premium Chart"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: admin/settings/elements.php:
|
152 |
msgid "Premium Preview Window"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: admin/settings/elements.php:
|
156 |
msgid "Premium Image Hotspots"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: admin/settings/elements.php:
|
160 |
msgid "Premium Facebook Reviews"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: admin/settings/elements.php:
|
164 |
msgid "Premium Image Comparison"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: admin/settings/elements.php:
|
168 |
msgid "Premium Divider"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: admin/settings/elements.php:
|
172 |
msgid "Premium Magic Section"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: admin/settings/elements.php:
|
176 |
msgid "Premium Google Reviews"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: admin/settings/elements.php:
|
180 |
msgid "Premium Behance Feed"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: admin/settings/elements.php:
|
184 |
msgid "Premium Tables"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: admin/settings/elements.php:
|
188 |
msgid "Premium Image Layers"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: admin/settings/elements.php:
|
192 |
msgid "Premium iHover"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin/settings/elements.php:
|
196 |
msgid "Premium Content Switcher"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin/settings/elements.php:
|
200 |
msgid "Premium Facebook Feed"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin/settings/elements.php:
|
204 |
msgid "Premium Whatsapp Chat"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin/settings/elements.php:
|
208 |
msgid "Premium Section Parallax"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin/settings/elements.php:
|
212 |
msgid "Premium Section Particles"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin/settings/elements.php:
|
216 |
msgid "Premium Section Animated Gradient"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin/settings/elements.php:
|
220 |
msgid "Premium Section Ken Burns"
|
221 |
msgstr ""
|
222 |
|
@@ -252,22 +273,338 @@ msgstr ""
|
|
252 |
msgid "Check this box to get updates for beta versions"
|
253 |
msgstr ""
|
254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
#: includes/rollback.php:67
|
256 |
msgid "Rolling Back to Version "
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: widgets/premium-banner.php:42 widgets/premium-banner.php:
|
260 |
-
#: widgets/premium-blog.php:43 widgets/premium-blog.php:
|
261 |
-
#: widgets/premium-grid.php:
|
262 |
-
#: widgets/premium-
|
263 |
-
#: widgets/premium-
|
264 |
-
#: widgets/premium-
|
265 |
-
#: widgets/premium-
|
|
|
266 |
msgid "Image"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: widgets/premium-banner.php:48 widgets/premium-counter.php:
|
270 |
-
#: widgets/premium-grid.php:
|
271 |
msgid "Upload Image"
|
272 |
msgstr ""
|
273 |
|
@@ -275,13 +612,14 @@ msgstr ""
|
|
275 |
msgid "Select an image for the Banner"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: widgets/premium-banner.php:61 widgets/premium-banner.php:
|
279 |
-
#: widgets/premium-blog.php:
|
280 |
#: widgets/premium-dual-header.php:103 widgets/premium-dual-header.php:127
|
281 |
-
#: widgets/premium-grid.php:
|
282 |
-
#: widgets/premium-image-separator.php:
|
283 |
-
#: widgets/premium-pricing-table.php:
|
284 |
-
#: widgets/premium-testimonials.php:
|
|
|
285 |
msgid "Link"
|
286 |
msgstr ""
|
287 |
|
@@ -297,980 +635,1128 @@ msgstr ""
|
|
297 |
msgid "Set custom Link"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: widgets/premium-banner.php:
|
301 |
msgid "What custom link you want to set to banner?"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: widgets/premium-banner.php:
|
305 |
-
#: widgets/premium-banner.php:
|
306 |
-
#: widgets/premium-button.php:
|
307 |
-
#: widgets/premium-dual-header.php:
|
308 |
-
#: widgets/premium-grid.php:
|
309 |
-
#: widgets/premium-image-button.php:
|
310 |
-
#: widgets/premium-image-separator.php:
|
311 |
-
#: widgets/premium-
|
|
|
312 |
msgid "Existing Page"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: widgets/premium-banner.php:
|
316 |
msgid "Link the banner with an existing page"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: widgets/premium-banner.php:
|
320 |
msgid "New Tab"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: widgets/premium-banner.php:
|
324 |
msgid "Choose if you want the link be opened in a new tab or not"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: widgets/premium-banner.php:
|
328 |
msgid "Nofollow Option"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: widgets/premium-banner.php:
|
332 |
msgid "if you choose yes, the link will not be counted in search engines"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: widgets/premium-banner.php:
|
336 |
msgid "Effect"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: widgets/premium-banner.php:
|
340 |
msgid "Choose a hover effect for the banner"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: widgets/premium-banner.php:
|
344 |
msgid "Always Hovered"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: widgets/premium-banner.php:
|
348 |
msgid "Choose if you want the effect to be always triggered"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: widgets/premium-banner.php:
|
352 |
-
#: widgets/premium-button.php:
|
353 |
-
#: widgets/premium-image-button.php:
|
354 |
msgid "Hover Effect"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: widgets/premium-banner.php:
|
358 |
-
#: widgets/premium-blog.php:
|
359 |
-
#: widgets/premium-
|
360 |
-
#: widgets/premium-
|
361 |
-
#: widgets/premium-progressbar.php:
|
362 |
msgid "None"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: widgets/premium-banner.php:
|
366 |
-
#: widgets/premium-grid.php:
|
367 |
msgid "Zoom In"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: widgets/premium-banner.php:
|
371 |
-
#: widgets/premium-grid.php:
|
372 |
msgid "Zoom Out"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: widgets/premium-banner.php:
|
376 |
-
#: widgets/premium-grid.php:
|
377 |
msgid "Scale"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: widgets/premium-banner.php:
|
381 |
-
#: widgets/premium-grid.php:
|
382 |
msgid "Grayscale"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: widgets/premium-banner.php:
|
386 |
-
#: widgets/premium-grid.php:
|
387 |
msgid "Blur"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: widgets/premium-banner.php:
|
391 |
-
#: widgets/premium-grid.php:
|
392 |
msgid "Bright"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: widgets/premium-banner.php:
|
396 |
-
#: widgets/premium-grid.php:
|
397 |
msgid "Sepia"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: widgets/premium-banner.php:
|
401 |
-
#: widgets/premium-contactform.php:196 widgets/premium-grid.php:
|
402 |
-
#: widgets/premium-
|
403 |
-
#: widgets/premium-person.php:
|
404 |
-
#: widgets/premium-progressbar.php:
|
405 |
msgid "Height"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: widgets/premium-banner.php:
|
409 |
msgid ""
|
410 |
"Choose if you want to set a custom height for the banner or keep it as it is"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: widgets/premium-banner.php:
|
414 |
msgid "Min Height"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: widgets/premium-banner.php:
|
418 |
msgid "Set a minimum height value in pixels"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: widgets/premium-banner.php:
|
422 |
msgid "Vertical Align"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: widgets/premium-banner.php:
|
426 |
-
#: widgets/premium-counter.php:
|
427 |
-
#: widgets/premium-testimonials.php:
|
428 |
msgid "Top"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: widgets/premium-banner.php:
|
432 |
msgid "Middle"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: widgets/premium-banner.php:
|
436 |
-
#: widgets/premium-pricing-table.php:
|
437 |
msgid "Bottom"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: widgets/premium-banner.php:
|
441 |
msgid "Full"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: widgets/premium-banner.php:
|
445 |
msgid "Extra Class"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: widgets/premium-banner.php:
|
449 |
msgid ""
|
450 |
"Add extra class name that will be applied to the banner, and you can use "
|
451 |
"this class for your customizations."
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: widgets/premium-banner.php:
|
455 |
-
#: widgets/premium-
|
456 |
-
#: widgets/premium-
|
457 |
-
#: widgets/premium-modalbox.php:
|
458 |
-
#: widgets/premium-testimonials.php:
|
459 |
-
#: widgets/premium-vscroll.php:46
|
460 |
msgid "Content"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: widgets/premium-banner.php:
|
464 |
-
#: widgets/premium-blog.php:
|
465 |
-
#: widgets/premium-counter.php:
|
466 |
-
#: widgets/premium-
|
467 |
-
#: widgets/premium-
|
468 |
-
#: widgets/premium-
|
469 |
-
#: widgets/premium-
|
470 |
-
#: widgets/premium-
|
471 |
-
#: widgets/premium-title.php:
|
|
|
472 |
msgid "Title"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: widgets/premium-banner.php:
|
476 |
msgid "Give a title to this banner"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: widgets/premium-banner.php:
|
480 |
msgid "Premium Banner"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: widgets/premium-banner.php:
|
484 |
-
#: widgets/premium-person.php:
|
485 |
-
#: widgets/premium-pricing-table.php:77 widgets/premium-testimonials.php:
|
486 |
-
#: widgets/premium-testimonials.php:
|
487 |
msgid "HTML Tag"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: widgets/premium-banner.php:
|
491 |
msgid ""
|
492 |
"Select a heading tag for the title. Headings are defined with H1 to H6 tags"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: widgets/premium-banner.php:
|
496 |
-
#: widgets/premium-banner.php:
|
497 |
-
#: widgets/premium-grid.php:
|
498 |
-
#: widgets/premium-maps.php:
|
499 |
-
#: widgets/premium-person.php:
|
500 |
-
#: widgets/premium-pricing-table.php:
|
501 |
-
#: widgets/premium-pricing-table.php:
|
502 |
msgid "Description"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: widgets/premium-banner.php:
|
506 |
msgid "Give the description to this banner"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: widgets/premium-banner.php:
|
510 |
msgid ""
|
511 |
"Premium Banner gives you a wide range of styles and options that you will "
|
512 |
"definitely fall in love with"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: widgets/premium-banner.php:
|
516 |
-
#: widgets/premium-button.php:38 widgets/premium-button.php:
|
517 |
-
#: widgets/premium-contactform.php:166 widgets/premium-contactform.php:
|
518 |
-
#: widgets/premium-image-button.php:34 widgets/premium-image-button.php:
|
519 |
-
#: widgets/premium-modalbox.php:
|
520 |
-
#: widgets/premium-pricing-table.php:
|
521 |
msgid "Button"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: widgets/premium-banner.php:
|
525 |
#: widgets/premium-fancytext.php:89 widgets/premium-image-button.php:41
|
526 |
-
#: widgets/premium-modalbox.php:
|
527 |
-
#: widgets/premium-modalbox.php:
|
528 |
-
#: widgets/premium-pricing-table.php:
|
529 |
-
#: widgets/premium-pricing-table.php:
|
530 |
-
#: widgets/premium-pricing-table.php:
|
531 |
msgid "Text"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: widgets/premium-banner.php:
|
535 |
-
#: widgets/premium-dual-header.php:111 widgets/premium-grid.php:
|
536 |
-
#: widgets/premium-image-button.php:51 widgets/premium-pricing-table.php:
|
537 |
msgid "Link Type"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: widgets/premium-banner.php:
|
541 |
-
#: widgets/premium-dual-header.php:114 widgets/premium-grid.php:
|
542 |
-
#: widgets/premium-image-button.php:54 widgets/premium-image-
|
543 |
-
#: widgets/premium-image-separator.php:
|
544 |
-
#: widgets/premium-
|
|
|
545 |
msgid "URL"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: widgets/premium-banner.php:
|
549 |
-
#: widgets/premium-
|
550 |
-
#: widgets/premium-
|
551 |
-
#: widgets/premium-
|
552 |
-
#: widgets/premium-maps.php:
|
553 |
-
#: widgets/premium-
|
554 |
-
#: widgets/premium-title.php:
|
555 |
msgid "Alignment"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: widgets/premium-banner.php:
|
559 |
-
#: widgets/premium-
|
560 |
-
#: widgets/premium-
|
561 |
-
#: widgets/premium-
|
562 |
-
#: widgets/premium-
|
563 |
-
#: widgets/premium-
|
564 |
-
#: widgets/premium-
|
565 |
-
#: widgets/premium-
|
566 |
-
#: widgets/premium-
|
567 |
-
#: widgets/premium-
|
568 |
-
#: widgets/premium-
|
|
|
|
|
569 |
msgid "Left"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: widgets/premium-banner.php:
|
573 |
-
#: widgets/premium-
|
574 |
-
#: widgets/premium-
|
575 |
-
#: widgets/premium-
|
576 |
-
#: widgets/premium-
|
577 |
-
#: widgets/premium-
|
578 |
-
#: widgets/premium-
|
579 |
-
#: widgets/premium-
|
580 |
-
#: widgets/premium-
|
|
|
581 |
msgid "Center"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: widgets/premium-banner.php:
|
585 |
-
#: widgets/premium-
|
586 |
-
#: widgets/premium-
|
587 |
-
#: widgets/premium-
|
588 |
-
#: widgets/premium-
|
589 |
-
#: widgets/premium-
|
590 |
-
#: widgets/premium-
|
591 |
-
#: widgets/premium-
|
592 |
-
#: widgets/premium-
|
593 |
-
#: widgets/premium-
|
594 |
-
#: widgets/premium-
|
|
|
|
|
595 |
msgid "Right"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: widgets/premium-banner.php:
|
599 |
msgid "Responsive"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: widgets/premium-banner.php:
|
603 |
msgid "Responsive Controls"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: widgets/premium-banner.php:
|
607 |
msgid ""
|
608 |
"If the description text is not suiting well on specific screen sizes, you "
|
609 |
"may enable this option which will hide the description text."
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: widgets/premium-banner.php:
|
613 |
msgid "Minimum Size"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: widgets/premium-banner.php:
|
617 |
msgid "Note: minimum size for extra small screens is 1px."
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: widgets/premium-banner.php:
|
621 |
msgid "Maximum Size"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: widgets/premium-banner.php:
|
625 |
msgid "Note: maximum size for extra small screens is 767px."
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: widgets/premium-banner.php:
|
629 |
-
#: widgets/premium-blog.php:
|
630 |
-
#: widgets/premium-blog.php:
|
631 |
-
#: widgets/premium-
|
632 |
-
#: widgets/premium-
|
633 |
-
#: widgets/premium-contactform.php:
|
634 |
-
#: widgets/premium-
|
635 |
-
#: widgets/premium-
|
636 |
-
#: widgets/premium-
|
637 |
-
#: widgets/premium-grid.php:
|
638 |
-
#: widgets/premium-
|
639 |
-
#: widgets/premium-modalbox.php:
|
640 |
-
#: widgets/premium-modalbox.php:
|
641 |
-
#: widgets/premium-
|
642 |
-
#: widgets/premium-pricing-table.php:
|
643 |
-
#: widgets/premium-
|
644 |
-
#: widgets/premium-
|
645 |
-
#: widgets/premium-vscroll.php:
|
|
|
646 |
msgid "Background Color"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: widgets/premium-banner.php:
|
650 |
msgid "Image Opacity"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: widgets/premium-banner.php:
|
654 |
msgid "Hover Opacity"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: widgets/premium-banner.php:
|
658 |
-
#: widgets/premium-
|
659 |
-
#: widgets/premium-
|
660 |
-
#: widgets/premium-
|
661 |
-
#: widgets/premium-
|
662 |
-
#: widgets/premium-
|
663 |
-
#: widgets/premium-
|
664 |
-
#: widgets/premium-grid.php:
|
665 |
-
#: widgets/premium-grid.php:
|
666 |
-
#: widgets/premium-
|
667 |
-
#: widgets/premium-
|
668 |
-
#: widgets/premium-
|
669 |
-
#: widgets/premium-
|
670 |
-
#: widgets/premium-modalbox.php:
|
671 |
-
#: widgets/premium-
|
672 |
-
#: widgets/premium-
|
673 |
-
#: widgets/premium-pricing-table.php:
|
674 |
-
#: widgets/premium-pricing-table.php:
|
675 |
-
#: widgets/premium-pricing-table.php:
|
676 |
-
#: widgets/premium-
|
677 |
-
#: widgets/premium-
|
678 |
-
#: widgets/premium-
|
|
|
|
|
|
|
679 |
msgid "Border Radius"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: widgets/premium-banner.php:
|
683 |
-
#: widgets/premium-banner.php:
|
684 |
-
#: widgets/premium-blog.php:
|
685 |
-
#: widgets/premium-blog.php:
|
686 |
-
#: widgets/premium-blog.php:
|
687 |
-
#: widgets/premium-
|
688 |
-
#: widgets/premium-
|
689 |
-
#: widgets/premium-
|
690 |
-
#: widgets/premium-counter.php:
|
691 |
-
#: widgets/premium-fancytext.php:
|
692 |
-
#: widgets/premium-
|
693 |
-
#: widgets/premium-grid.php:
|
694 |
-
#: widgets/premium-grid.php:
|
695 |
-
#: widgets/premium-maps.php:
|
696 |
-
#: widgets/premium-modalbox.php:
|
697 |
-
#: widgets/premium-modalbox.php:
|
698 |
-
#: widgets/premium-modalbox.php:
|
699 |
-
#: widgets/premium-person.php:
|
700 |
-
#: widgets/premium-person.php:
|
701 |
-
#: widgets/premium-
|
702 |
-
#: widgets/premium-pricing-table.php:
|
703 |
-
#: widgets/premium-pricing-table.php:
|
704 |
-
#: widgets/premium-pricing-table.php:
|
705 |
-
#: widgets/premium-pricing-table.php:
|
706 |
-
#: widgets/premium-pricing-table.php:
|
707 |
-
#: widgets/premium-pricing-table.php:
|
708 |
-
#: widgets/premium-
|
709 |
-
#: widgets/premium-progressbar.php:
|
710 |
-
#: widgets/premium-
|
711 |
-
#: widgets/premium-testimonials.php:
|
712 |
-
#: widgets/premium-
|
|
|
713 |
msgid "Color"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: widgets/premium-banner.php:
|
717 |
msgid "Title Background"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: widgets/premium-banner.php:
|
721 |
msgid "Choose a background color for the title"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: widgets/premium-banner.php:
|
725 |
-
#: widgets/premium-banner.php:
|
726 |
-
#: widgets/premium-dual-header.php:
|
727 |
-
#: widgets/premium-grid.php:
|
728 |
-
#: widgets/premium-grid.php:
|
729 |
-
#: widgets/premium-modalbox.php:
|
730 |
-
#: widgets/premium-pricing-table.php:
|
731 |
-
#: widgets/premium-pricing-table.php:
|
732 |
-
#: widgets/premium-pricing-table.php:
|
733 |
-
#: widgets/premium-pricing-table.php:
|
734 |
-
#: widgets/premium-videobox.php:
|
735 |
-
#: widgets/premium-vscroll.php:
|
736 |
-
#: widgets/premium-vscroll.php:
|
737 |
msgid "Shadow"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: widgets/premium-banner.php:
|
741 |
-
#: widgets/premium-blog.php:
|
742 |
-
#: widgets/premium-blog.php:
|
743 |
-
#: widgets/premium-person.php:
|
744 |
-
#: widgets/premium-videobox.php:
|
745 |
msgid "Hover Color"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: widgets/premium-banner.php:
|
749 |
msgid "Hover Background Color"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: widgets/premium-banner.php:
|
753 |
-
#: widgets/premium-
|
754 |
-
#: widgets/premium-
|
755 |
-
#: widgets/premium-
|
756 |
-
#: widgets/premium-
|
757 |
-
#: widgets/premium-grid.php:
|
758 |
-
#: widgets/premium-grid.php:
|
759 |
-
#: widgets/premium-
|
760 |
-
#: widgets/premium-
|
761 |
-
#: widgets/premium-
|
762 |
-
#: widgets/premium-
|
763 |
-
#: widgets/premium-
|
764 |
-
#: widgets/premium-
|
765 |
-
#: widgets/premium-pricing-table.php:
|
766 |
-
#: widgets/premium-pricing-table.php:
|
767 |
-
#: widgets/premium-pricing-table.php:
|
768 |
-
#: widgets/premium-pricing-table.php:
|
769 |
-
#: widgets/premium-pricing-table.php:
|
770 |
-
#: widgets/premium-pricing-table.php:
|
771 |
-
#: widgets/premium-
|
772 |
-
#: widgets/premium-
|
|
|
|
|
773 |
msgid "Padding"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: widgets/premium-blog.php:
|
777 |
msgid "Choose a hover effect for the image"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: widgets/premium-blog.php:
|
781 |
-
#: widgets/premium-person.php:
|
782 |
msgid "Translate"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: widgets/premium-blog.php:
|
786 |
msgid "Color Effect"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: widgets/premium-blog.php:
|
790 |
msgid "Choose an overlay color effect"
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: widgets/premium-blog.php:
|
794 |
msgid "Framed"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: widgets/premium-blog.php:
|
798 |
msgid "Diagonal"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: widgets/premium-blog.php:
|
802 |
msgid "Bordered"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: widgets/premium-blog.php:
|
806 |
msgid "Squares"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: widgets/premium-blog.php:
|
810 |
-
#: widgets/premium-
|
811 |
-
msgid "
|
812 |
-
msgstr ""
|
813 |
-
|
814 |
-
#: widgets/premium-blog.php:102
|
815 |
-
msgid "Select the categories you want to show"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: widgets/premium-blog.php:
|
819 |
msgid "Title HTML Tag"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: widgets/premium-blog.php:
|
823 |
msgid "Select a heading tag for the post title."
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: widgets/premium-blog.php:
|
827 |
msgid "Grid"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: widgets/premium-blog.php:
|
831 |
msgid "Masonry"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: widgets/premium-blog.php:
|
835 |
msgid "Number of Columns"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: widgets/premium-blog.php:
|
|
|
|
|
|
|
|
|
839 |
msgid "2 Columns"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: widgets/premium-blog.php:
|
843 |
msgid "3 Columns"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: widgets/premium-blog.php:
|
847 |
msgid "4 Columns"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: widgets/premium-blog.php:
|
851 |
msgid "Spacing"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: widgets/premium-blog.php:
|
|
|
|
|
|
|
|
|
855 |
msgid "Excerpt"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: widgets/premium-blog.php:
|
859 |
msgid ""
|
860 |
"Excerpt is used for article summary with a link to the whole entry. The "
|
861 |
"default except length is 55"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: widgets/premium-blog.php:
|
865 |
msgid "Excerpt Length"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: widgets/premium-blog.php:
|
869 |
msgid "Excerpt Type"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: widgets/premium-blog.php:
|
873 |
-
#: widgets/premium-
|
874 |
msgid "Dots"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: widgets/premium-blog.php:
|
878 |
msgid "Link Text"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: widgets/premium-blog.php:
|
882 |
msgid "continue reading"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: widgets/premium-blog.php:
|
886 |
msgid "Author Meta"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: widgets/premium-blog.php:
|
890 |
msgid "Date Meta"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: widgets/premium-blog.php:
|
894 |
msgid "Categories Meta"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: widgets/premium-blog.php:
|
898 |
msgid "Display or hide categories mata"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: widgets/premium-blog.php:
|
902 |
msgid "Comments Meta"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: widgets/premium-blog.php:
|
906 |
msgid "Display or hide comments mata"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: widgets/premium-blog.php:
|
910 |
msgid "Tags Meta"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: widgets/premium-blog.php:
|
914 |
msgid "Display or hide post tags"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: widgets/premium-blog.php:
|
918 |
msgid "Post Format Icon"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: widgets/premium-blog.php:
|
922 |
msgid "Edit Post Icon"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: widgets/premium-blog.php:
|
926 |
msgid "Display or hide edit post option"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: widgets/premium-blog.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
930 |
msgid "Pagination"
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: widgets/premium-blog.php:
|
934 |
msgid "Pagination is the process of dividing the posts into discrete pages"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: widgets/premium-blog.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
938 |
msgid "Links in New Tab"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: widgets/premium-blog.php:
|
942 |
msgid "Enable links to be opened in a new tab"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: widgets/premium-blog.php:
|
946 |
msgid "Posts Per Page"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: widgets/premium-blog.php:
|
950 |
msgid "Choose how many posts do you want to be displayed per page"
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: widgets/premium-blog.php:
|
|
|
|
|
|
|
|
|
954 |
msgid "Offset Count"
|
955 |
msgstr ""
|
956 |
|
957 |
-
#: widgets/premium-blog.php:
|
958 |
msgid "The index of post to start with"
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: widgets/premium-blog.php:
|
962 |
-
#: widgets/premium-
|
963 |
-
|
964 |
-
|
965 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
966 |
msgid "Icon Color"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: widgets/premium-blog.php:
|
970 |
-
#: widgets/premium-image-button.php:
|
971 |
-
#: widgets/premium-image-button.php:
|
972 |
msgid "Overlay Color"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: widgets/premium-blog.php:
|
976 |
-
#: widgets/premium-contactform.php:
|
977 |
msgid "Border Color"
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: widgets/premium-blog.php:
|
981 |
msgid "Meta"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: widgets/premium-blog.php:
|
985 |
msgid "Tags"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: widgets/premium-blog.php:
|
989 |
-
#: widgets/premium-
|
990 |
-
#: widgets/premium-counter.php:
|
991 |
-
#: widgets/premium-
|
992 |
-
#: widgets/premium-pricing-table.php:
|
993 |
-
#: widgets/premium-pricing-table.php:
|
994 |
-
#: widgets/premium-progressbar.php:
|
995 |
-
#: widgets/premium-testimonials.php:
|
|
|
996 |
msgid "Size"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: widgets/premium-blog.php:
|
1000 |
msgid "Choose icon size in (PX, EM)"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: widgets/premium-blog.php:
|
1004 |
msgid "Pagination Style"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: widgets/premium-blog.php:
|
1008 |
-
#: widgets/premium-contactform.php:
|
1009 |
-
#: widgets/premium-
|
1010 |
-
#: widgets/premium-
|
1011 |
-
#: widgets/premium-
|
1012 |
-
#: widgets/premium-
|
|
|
1013 |
msgid "Normal"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: widgets/premium-blog.php:
|
1017 |
-
#: widgets/premium-contactform.php:
|
1018 |
-
#: widgets/premium-
|
1019 |
-
#: widgets/premium-
|
1020 |
-
#: widgets/premium-
|
1021 |
-
#: widgets/premium-
|
|
|
|
|
1022 |
msgid "Hover"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: widgets/premium-blog.php:
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
#: widgets/premium-
|
1030 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1031 |
msgstr ""
|
1032 |
|
1033 |
#: widgets/premium-button.php:48 widgets/premium-image-button.php:44
|
1034 |
msgid "Click Me"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: widgets/premium-button.php:
|
1038 |
msgid "Slide"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
-
#: widgets/premium-button.php:
|
1042 |
msgid "Shutter"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: widgets/premium-button.php:
|
1046 |
msgid "Icon Fade"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: widgets/premium-button.php:
|
1050 |
msgid "Icon Slide"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: widgets/premium-button.php:
|
1054 |
msgid "In & Out"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
-
#: widgets/premium-button.php:
|
1058 |
-
#: widgets/premium-image-button.php:
|
1059 |
-
#: widgets/premium-image-button.php:
|
1060 |
msgid "Slide Direction"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: widgets/premium-button.php:
|
1064 |
-
#: widgets/premium-image-button.php:
|
1065 |
msgid "Top to Bottom"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: widgets/premium-button.php:
|
1069 |
-
#: widgets/premium-image-button.php:
|
1070 |
msgid "Bottom to Top"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: widgets/premium-button.php:
|
1074 |
-
#: widgets/premium-image-button.php:
|
1075 |
msgid "Right to Left"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: widgets/premium-button.php:
|
1079 |
-
#: widgets/premium-image-button.php:
|
1080 |
msgid "Left to Right"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: widgets/premium-button.php:
|
1084 |
msgid "Shutter Direction"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: widgets/premium-button.php:
|
1088 |
msgid "Shutter in Horizontal"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: widgets/premium-button.php:
|
1092 |
msgid "Shutter in Vertical"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: widgets/premium-button.php:
|
1096 |
msgid "Shutter out Horizontal"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: widgets/premium-button.php:
|
1100 |
msgid "Shutter out Vertical"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: widgets/premium-button.php:
|
1104 |
msgid "Scaled Shutter Vertical"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#: widgets/premium-button.php:
|
1108 |
msgid "Scaled Shutter Horizontal"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: widgets/premium-button.php:
|
1112 |
msgid "Tilted Left"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: widgets/premium-button.php:
|
1116 |
msgid "Tilted Right"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
-
#: widgets/premium-button.php:
|
1120 |
-
#: widgets/premium-countdown.php:43 widgets/premium-counter.php:
|
1121 |
-
#: widgets/premium-title.php:
|
1122 |
msgid "Style"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: widgets/premium-button.php:
|
1126 |
msgid "Radial In"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: widgets/premium-button.php:
|
1130 |
msgid "Radial Out"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: widgets/premium-button.php:
|
1134 |
msgid "Rectangle In"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: widgets/premium-button.php:
|
1138 |
msgid "Rectangle Out"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: widgets/premium-button.php:
|
1142 |
-
#: widgets/premium-button.php:
|
1143 |
-
#: widgets/premium-counter.php:
|
1144 |
-
#: widgets/premium-image-button.php:
|
1145 |
-
#: widgets/premium-
|
1146 |
-
#: widgets/premium-modalbox.php:
|
1147 |
-
#: widgets/premium-pricing-table.php:
|
1148 |
-
#: widgets/premium-pricing-table.php:
|
1149 |
-
#: widgets/premium-title.php:
|
1150 |
msgid "Icon"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: widgets/premium-button.php:
|
1154 |
-
#: widgets/premium-modalbox.php:
|
1155 |
msgid "Enable or disable button icon"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: widgets/premium-button.php:
|
1159 |
-
#: widgets/premium-image-button.php:
|
1160 |
msgid "Icon Position"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: widgets/premium-button.php:
|
1164 |
-
#: widgets/premium-modalbox.php:
|
1165 |
msgid "Before"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: widgets/premium-button.php:
|
1169 |
-
#: widgets/premium-modalbox.php:
|
1170 |
msgid "After"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: widgets/premium-button.php:
|
1174 |
-
#: widgets/premium-image-button.php:
|
1175 |
-
#: widgets/premium-
|
1176 |
-
#: widgets/premium-title.php:
|
1177 |
msgid "Icon Size"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: widgets/premium-button.php:
|
1181 |
-
#: widgets/premium-button.php:
|
1182 |
-
#: widgets/premium-button.php:
|
1183 |
-
#: widgets/premium-image-button.php:
|
1184 |
-
#: widgets/premium-modalbox.php:
|
1185 |
-
#: widgets/premium-modalbox.php:
|
1186 |
msgid "Icon Spacing"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: widgets/premium-button.php:
|
1190 |
-
#: widgets/premium-modalbox.php:
|
1191 |
msgid "Small"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: widgets/premium-button.php:
|
1195 |
-
#: widgets/premium-modalbox.php:
|
1196 |
msgid "Medium"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: widgets/premium-button.php:
|
1200 |
-
#: widgets/premium-modalbox.php:
|
1201 |
msgid "Large"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: widgets/premium-button.php:
|
1205 |
-
#: widgets/premium-dual-header.php:91 widgets/premium-image-button.php:
|
1206 |
-
#: widgets/premium-modalbox.php:
|
1207 |
msgid "Block"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
-
#: widgets/premium-button.php:
|
1211 |
msgid "onclick Event"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: widgets/premium-button.php:
|
1215 |
msgid "Example: myFunction();"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: widgets/premium-button.php:
|
1219 |
-
#: widgets/premium-contactform.php:
|
1220 |
-
#: widgets/premium-dual-header.php:
|
1221 |
-
#: widgets/premium-
|
1222 |
-
#: widgets/premium-
|
1223 |
-
#: widgets/premium-
|
|
|
1224 |
msgid "Text Color"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: widgets/premium-button.php:
|
1228 |
-
#: widgets/premium-button.php:
|
1229 |
-
#: widgets/premium-image-button.php:
|
1230 |
-
#: widgets/premium-title.php:
|
1231 |
msgid "Icon Shadow"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
-
#: widgets/premium-button.php:
|
1235 |
-
#: widgets/premium-image-button.php:
|
1236 |
msgid "Text Shadow"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: widgets/premium-button.php:
|
1240 |
-
#: widgets/premium-image-button.php:
|
1241 |
msgid "Button Shadow"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#: widgets/premium-
|
1245 |
-
#: widgets/premium-dual-header.php:304 widgets/premium-dual-header.php:446
|
1246 |
-
#: widgets/premium-grid.php:486 widgets/premium-grid.php:549
|
1247 |
-
#: widgets/premium-grid.php:691 widgets/premium-grid.php:811
|
1248 |
-
#: widgets/premium-grid.php:910 widgets/premium-grid.php:1043
|
1249 |
-
#: widgets/premium-image-button.php:487 widgets/premium-image-button.php:697
|
1250 |
-
#: widgets/premium-maps.php:389 widgets/premium-maps.php:472
|
1251 |
-
#: widgets/premium-maps.php:563 widgets/premium-modalbox.php:1249
|
1252 |
-
#: widgets/premium-pricing-table.php:610 widgets/premium-pricing-table.php:697
|
1253 |
-
#: widgets/premium-pricing-table.php:781 widgets/premium-pricing-table.php:851
|
1254 |
-
#: widgets/premium-pricing-table.php:898 widgets/premium-pricing-table.php:943
|
1255 |
-
#: widgets/premium-pricing-table.php:995 widgets/premium-pricing-table.php:1025
|
1256 |
-
#: widgets/premium-pricing-table.php:1192
|
1257 |
-
#: widgets/premium-pricing-table.php:1283
|
1258 |
-
#: widgets/premium-pricing-table.php:1416
|
1259 |
-
#: widgets/premium-pricing-table.php:1494
|
1260 |
-
#: widgets/premium-pricing-table.php:1707
|
1261 |
-
#: widgets/premium-pricing-table.php:1785 widgets/premium-progressbar.php:303
|
1262 |
-
#: widgets/premium-progressbar.php:361 widgets/premium-progressbar.php:406
|
1263 |
-
#: widgets/premium-testimonials.php:390 widgets/premium-title.php:413
|
1264 |
-
#: widgets/premium-title.php:507 widgets/premium-vscroll.php:383
|
1265 |
-
#: widgets/premium-vscroll.php:667
|
1266 |
-
msgid "Margin"
|
1267 |
-
msgstr ""
|
1268 |
-
|
1269 |
-
#: widgets/premium-carousel.php:47
|
1270 |
-
msgid "Carousel"
|
1271 |
-
msgstr ""
|
1272 |
-
|
1273 |
-
#: widgets/premium-carousel.php:53 widgets/premium-vscroll.php:60
|
1274 |
msgid "Content Type"
|
1275 |
msgstr ""
|
1276 |
|
@@ -1296,7 +1782,7 @@ msgid ""
|
|
1296 |
"Each template will be a slider content"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: widgets/premium-carousel.php:102 widgets/premium-progressbar.php:
|
1300 |
msgid "Type"
|
1301 |
msgstr ""
|
1302 |
|
@@ -1304,225 +1790,270 @@ msgstr ""
|
|
1304 |
msgid "Set a navigation type"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: widgets/premium-carousel.php:106 widgets/premium-image-button.php:
|
|
|
1308 |
msgid "Horizontal"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: widgets/premium-carousel.php:107 widgets/premium-image-button.php:
|
|
|
1312 |
msgid "Vertical"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
-
#: widgets/premium-carousel.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1316 |
msgid "Appearance"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
-
#: widgets/premium-carousel.php:
|
1320 |
msgid "All visible"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
-
#: widgets/premium-carousel.php:
|
1324 |
msgid "One at a time"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
-
#: widgets/premium-carousel.php:
|
1328 |
msgid "Desktop Slides"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: widgets/premium-carousel.php:
|
1332 |
msgid "Tabs Slides"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
-
#: widgets/premium-carousel.php:
|
1336 |
msgid "Mobile Slides"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: widgets/premium-carousel.php:
|
1340 |
msgid "Slides' Settings"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: widgets/premium-carousel.php:
|
1344 |
msgid "Infinite Loop"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: widgets/premium-carousel.php:
|
1348 |
msgid "Restart the slider automatically as it passes the last slide"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: widgets/premium-carousel.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1352 |
msgid "Transition Speed"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: widgets/premium-carousel.php:
|
1356 |
msgid ""
|
1357 |
"Set a navigation speed value. The value will be counted in milliseconds (ms)"
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: widgets/premium-carousel.php:
|
1361 |
msgid "Autoplay Slides"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: widgets/premium-carousel.php:
|
1365 |
msgid "Slide will start automatically"
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: widgets/premium-carousel.php:
|
1369 |
-
msgid "
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: widgets/premium-carousel.php:
|
1373 |
msgid ""
|
1374 |
-
"
|
1375 |
-
"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: widgets/premium-carousel.php:
|
1379 |
-
msgid "
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: widgets/premium-carousel.php:
|
1383 |
-
msgid
|
1384 |
-
"Add extra class name that will be applied to the carousel, and you can use "
|
1385 |
-
"this class for your customizations."
|
1386 |
msgstr ""
|
1387 |
|
1388 |
-
#: widgets/premium-carousel.php:
|
1389 |
-
msgid "
|
1390 |
msgstr ""
|
1391 |
|
1392 |
-
#: widgets/premium-carousel.php:
|
1393 |
-
msgid "
|
1394 |
msgstr ""
|
1395 |
|
1396 |
-
#: widgets/premium-carousel.php:
|
1397 |
-
msgid "Enable
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: widgets/premium-carousel.php:
|
1401 |
-
msgid "
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: widgets/premium-carousel.php:
|
1405 |
-
msgid "
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: widgets/premium-carousel.php:
|
1409 |
-
msgid "
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: widgets/premium-carousel.php:
|
1413 |
-
msgid
|
|
|
|
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: widgets/premium-carousel.php:
|
1417 |
-
msgid "
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: widgets/premium-carousel.php:
|
1421 |
-
msgid "
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: widgets/premium-carousel.php:
|
1425 |
-
msgid "
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: widgets/premium-carousel.php:
|
1429 |
-
msgid
|
|
|
|
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: widgets/premium-carousel.php:
|
1433 |
-
msgid "
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: widgets/premium-carousel.php:
|
1437 |
-
msgid "
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: widgets/premium-carousel.php:
|
1441 |
-
msgid "
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: widgets/premium-carousel.php:
|
1445 |
-
msgid
|
|
|
|
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: widgets/premium-carousel.php:
|
1449 |
-
msgid "
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: widgets/premium-carousel.php:
|
1453 |
-
msgid
|
|
|
|
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: widgets/premium-carousel.php:
|
1457 |
-
msgid "
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: widgets/premium-carousel.php:
|
1461 |
-
msgid "
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: widgets/premium-carousel.php:
|
1465 |
-
msgid "
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: widgets/premium-carousel.php:
|
1469 |
-
msgid "
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: widgets/premium-carousel.php:
|
1473 |
-
msgid "
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: widgets/premium-carousel.php:
|
1477 |
-
msgid "
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: widgets/premium-carousel.php:
|
1481 |
-
msgid "
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: widgets/premium-carousel.php:
|
1485 |
-
msgid "
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: widgets/premium-carousel.php:
|
1489 |
-
msgid "
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: widgets/premium-carousel.php:
|
1493 |
-
msgid "
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: widgets/premium-carousel.php:
|
1497 |
-
msgid
|
1498 |
-
"Adaptive height setting gives each slide a fixed height to avoid huge white "
|
1499 |
-
"space gaps"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: widgets/premium-carousel.php:
|
1503 |
-
msgid "
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: widgets/premium-carousel.php:
|
1507 |
-
msgid "
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: widgets/premium-carousel.php:
|
1511 |
-
msgid "
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: widgets/premium-carousel.php:
|
1515 |
-
msgid
|
1516 |
-
"Center mode enables a centered view with partial next/previous slides. "
|
1517 |
-
"Animations and all visible scroll type doesn't work with this mode"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: widgets/premium-carousel.php:
|
1521 |
-
msgid "
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: widgets/premium-carousel.php:
|
1525 |
-
msgid "
|
1526 |
msgstr ""
|
1527 |
|
1528 |
#: widgets/premium-contactform.php:31
|
@@ -1538,8 +2069,8 @@ msgid "Fields"
|
|
1538 |
msgstr ""
|
1539 |
|
1540 |
#: widgets/premium-contactform.php:56 widgets/premium-contactform.php:173
|
1541 |
-
#: widgets/premium-
|
1542 |
-
#: widgets/premium-person.php:
|
1543 |
msgid "Width"
|
1544 |
msgstr ""
|
1545 |
|
@@ -1559,39 +2090,39 @@ msgstr ""
|
|
1559 |
msgid "Input Field Background"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: widgets/premium-contactform.php:
|
1563 |
msgid "Focus Border Color"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: widgets/premium-contactform.php:
|
1567 |
msgid "Focus Border Animation"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: widgets/premium-contactform.php:
|
1571 |
msgid "Focus Line Color"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: widgets/premium-contactform.php:
|
1575 |
msgid "Labels"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: widgets/premium-contactform.php:
|
1579 |
msgid "Default Typography"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: widgets/premium-contactform.php:
|
1583 |
msgid "Default Font Color"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: widgets/premium-contactform.php:
|
1587 |
msgid "Input Typography"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: widgets/premium-contactform.php:
|
1591 |
msgid "Input Text Color"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: widgets/premium-contactform.php:
|
1595 |
msgid "Placeholder Color"
|
1596 |
msgstr ""
|
1597 |
|
@@ -1689,87 +2220,87 @@ msgstr ""
|
|
1689 |
msgid "On expiry Text"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: widgets/premium-countdown.php:
|
1693 |
msgid "Countdown is finished!"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: widgets/premium-countdown.php:
|
1697 |
msgid "Redirect To"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: widgets/premium-countdown.php:
|
1701 |
msgid "Strings Translation"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: widgets/premium-countdown.php:
|
1705 |
msgid "Day (Singular)"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: widgets/premium-countdown.php:
|
1709 |
msgid "Day (Plural)"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: widgets/premium-countdown.php:
|
1713 |
msgid "Week (Singular)"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: widgets/premium-countdown.php:
|
1717 |
msgid "Weeks (Plural)"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: widgets/premium-countdown.php:
|
1721 |
msgid "Month (Singular)"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: widgets/premium-countdown.php:
|
1725 |
msgid "Months (Plural)"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: widgets/premium-countdown.php:
|
1729 |
msgid "Year (Singular)"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: widgets/premium-countdown.php:
|
1733 |
msgid "Years (Plural)"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: widgets/premium-countdown.php:
|
1737 |
msgid "Hour (Singular)"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
-
#: widgets/premium-countdown.php:
|
1741 |
msgid "Hours (Plural)"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: widgets/premium-countdown.php:
|
1745 |
msgid "Minute (Singular)"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: widgets/premium-countdown.php:
|
1749 |
msgid "Minutes (Plural)"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#: widgets/premium-countdown.php:
|
1753 |
msgid "Second (Singular)"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
-
#: widgets/premium-countdown.php:
|
1757 |
msgid "Seconds (Plural)"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: widgets/premium-countdown.php:
|
1761 |
msgid "Digits"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: widgets/premium-countdown.php:
|
1765 |
msgid "Background Size"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: widgets/premium-countdown.php:
|
1769 |
msgid "Units"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: widgets/premium-countdown.php:
|
1773 |
msgid "Spacing in Between"
|
1774 |
msgstr ""
|
1775 |
|
@@ -1781,123 +2312,111 @@ msgstr ""
|
|
1781 |
msgid "Enter title for stats counter block"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: widgets/premium-counter.php:52
|
1785 |
-
|
1786 |
-
msgid "Value"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: widgets/premium-counter.php:
|
1790 |
-
msgid "
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: widgets/premium-counter.php:
|
1794 |
msgid "Thousands Separator"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: widgets/premium-counter.php:
|
1798 |
msgid "Separate coverts 125000 into 125,000"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: widgets/premium-counter.php:
|
1802 |
-
msgid "Decimal Point"
|
1803 |
-
msgstr ""
|
1804 |
-
|
1805 |
-
#: widgets/premium-counter.php:72
|
1806 |
-
msgid ""
|
1807 |
-
"Set a decimal number (Eg - 12.76). The decimal point will be replaced with "
|
1808 |
-
"the value that you will enter above"
|
1809 |
-
msgstr ""
|
1810 |
-
|
1811 |
-
#: widgets/premium-counter.php:79
|
1812 |
msgid "Digits After Decimal Point"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#: widgets/premium-counter.php:
|
1816 |
msgid "Value Prefix"
|
1817 |
msgstr ""
|
1818 |
|
1819 |
-
#: widgets/premium-counter.php:
|
1820 |
msgid "Enter prefix for counter value"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
#: widgets/premium-counter.php:
|
1824 |
msgid "Value suffix"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
-
#: widgets/premium-counter.php:
|
1828 |
msgid "Enter suffix for counter value"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
-
#: widgets/premium-counter.php:
|
1832 |
msgid "Rolling Time"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
-
#: widgets/premium-counter.php:
|
1836 |
msgid "How long should it take to complete the digit?"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: widgets/premium-counter.php:
|
1840 |
-
#: widgets/premium-pricing-table.php:416
|
1841 |
-
msgid "Display Options"
|
1842 |
-
msgstr ""
|
1843 |
-
|
1844 |
-
#: widgets/premium-counter.php:122
|
1845 |
msgid "Icon Type"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: widgets/premium-counter.php:
|
1849 |
msgid "Use a font awesome icon or upload a custom image"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: widgets/premium-counter.php:
|
1853 |
-
#: widgets/premium-modalbox.php:
|
1854 |
msgid "Font Awesome"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: widgets/premium-counter.php:
|
1858 |
-
#: widgets/premium-modalbox.php:
|
1859 |
msgid "Custom Image"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: widgets/premium-counter.php:
|
1863 |
msgid "Select an Icon"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: widgets/premium-counter.php:
|
1867 |
msgid "Choose a position for your icon"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: widgets/premium-counter.php:
|
1871 |
msgid ""
|
1872 |
"We are giving you three quick preset if you are in a hurry. Otherwise, "
|
1873 |
"create your own with various options"
|
1874 |
msgstr ""
|
1875 |
|
1876 |
-
#: widgets/premium-counter.php:
|
1877 |
msgid "Simple"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: widgets/premium-counter.php:
|
1881 |
msgid "Design Your Own"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: widgets/premium-counter.php:
|
1885 |
msgid "Background size"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
-
#: widgets/premium-counter.php:
|
1889 |
msgid "Vertical Alignment"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: widgets/premium-counter.php:
|
|
|
|
|
|
|
|
|
1893 |
msgid "Prefix & Suffix"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: widgets/premium-counter.php:
|
1897 |
msgid "Prefix Color"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
-
#: widgets/premium-counter.php:
|
1901 |
msgid "Suffix Color"
|
1902 |
msgstr ""
|
1903 |
|
@@ -1905,7 +2424,7 @@ msgstr ""
|
|
1905 |
msgid "Dual Heading"
|
1906 |
msgstr ""
|
1907 |
|
1908 |
-
#: widgets/premium-dual-header.php:45 widgets/premium-dual-header.php:
|
1909 |
msgid "First Heading"
|
1910 |
msgstr ""
|
1911 |
|
@@ -1913,7 +2432,7 @@ msgstr ""
|
|
1913 |
msgid "Premium"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
-
#: widgets/premium-dual-header.php:56 widgets/premium-dual-header.php:
|
1917 |
msgid "Second Heading"
|
1918 |
msgstr ""
|
1919 |
|
@@ -1929,30 +2448,30 @@ msgstr ""
|
|
1929 |
msgid "Enable or disable link"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
-
#: widgets/premium-dual-header.php:
|
1933 |
msgid "Animated Background"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
-
#: widgets/premium-dual-header.php:
|
1937 |
msgid "Background Style"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#: widgets/premium-dual-header.php:
|
1941 |
msgid ""
|
1942 |
"Choose ‘Normal’ style to put a background behind the text. Choose ‘Clipped’ "
|
1943 |
"style so the background will be clipped on the text."
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: widgets/premium-dual-header.php:
|
1947 |
msgid "Normal Background"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: widgets/premium-dual-header.php:
|
1951 |
msgid "Clipped Background"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
#: widgets/premium-fancytext.php:35 widgets/premium-fancytext.php:65
|
1955 |
-
#: widgets/premium-fancytext.php:
|
1956 |
msgid "Fancy Text"
|
1957 |
msgstr ""
|
1958 |
|
@@ -2008,260 +2527,386 @@ msgstr ""
|
|
2008 |
msgid "Set typing effect speed in milliseconds."
|
2009 |
msgstr ""
|
2010 |
|
2011 |
-
#: widgets/premium-fancytext.php:
|
2012 |
msgid "Back Speed"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
-
#: widgets/premium-fancytext.php:
|
2016 |
msgid "Set a speed for backspace effect in milliseconds."
|
2017 |
msgstr ""
|
2018 |
|
2019 |
-
#: widgets/premium-fancytext.php:
|
2020 |
msgid "Start Delay"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
-
#: widgets/premium-fancytext.php:
|
2024 |
msgid ""
|
2025 |
"If you set it on 5000 milliseconds, the first word/string will appear after "
|
2026 |
"5 seconds."
|
2027 |
msgstr ""
|
2028 |
|
2029 |
-
#: widgets/premium-fancytext.php:
|
2030 |
msgid "Back Delay"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: widgets/premium-fancytext.php:
|
2034 |
msgid ""
|
2035 |
"If you set it on 5000 milliseconds, the word/string will remain visible for "
|
2036 |
"5 seconds before backspace effect."
|
2037 |
msgstr ""
|
2038 |
|
2039 |
-
#: widgets/premium-fancytext.php:
|
2040 |
msgid "Loop"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
-
#: widgets/premium-fancytext.php:
|
2044 |
msgid "Show Cursor"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
-
#: widgets/premium-fancytext.php:
|
2048 |
msgid "Cursor Mark"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
-
#: widgets/premium-fancytext.php:
|
2052 |
msgid "Animation Speed"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
-
#: widgets/premium-fancytext.php:
|
2056 |
msgid "Set a duration value in milliseconds for slide up effect."
|
2057 |
msgstr ""
|
2058 |
|
2059 |
-
#: widgets/premium-fancytext.php:
|
2060 |
msgid "Pause Time (Milliseconds)"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
-
#: widgets/premium-fancytext.php:
|
2064 |
msgid ""
|
2065 |
"How long should the word/string stay visible? Set a value in milliseconds."
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: widgets/premium-fancytext.php:
|
2069 |
msgid "Show Items"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
-
#: widgets/premium-fancytext.php:
|
2073 |
msgid "How many items should be visible at a time?"
|
2074 |
msgstr ""
|
2075 |
|
2076 |
-
#: widgets/premium-fancytext.php:
|
2077 |
msgid "If you enabled this option, the slide will be paused when mouseover."
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: widgets/premium-fancytext.php:
|
|
|
|
|
|
|
|
|
2081 |
msgid "Cursor Text"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
-
#: widgets/premium-grid.php:
|
2085 |
-
msgid "
|
2086 |
msgstr ""
|
2087 |
|
2088 |
-
#: widgets/premium-grid.php:
|
2089 |
-
msgid "
|
2090 |
msgstr ""
|
2091 |
|
2092 |
-
#: widgets/premium-grid.php:
|
2093 |
-
msgid "
|
2094 |
msgstr ""
|
2095 |
|
2096 |
-
#: widgets/premium-grid.php:
|
2097 |
-
msgid "
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#: widgets/premium-grid.php:
|