Version Description
- Tweak: Changed the way it loads Js files for better performance.
- Fix: Translation ready bug.
Download this release
Release Info
Developer | leap13 |
Plugin | ![]() |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- admin/settings-page.php +22 -22
- assets/js/lib/gomap.js +0 -11
- assets/js/lib/typedmin.js +0 -1
- elementor-helper.php +1 -1
- languages/premium-addons-for-elementor.mo +0 -0
- languages/premium-addons-for-elementor.pot +2736 -0
- premium-addons.php → premium-addons-for-elementor.php +27 -19
- readme.txt +12 -1
- widgets/premium-banner.php +51 -51
- widgets/premium-blog.php +66 -66
- widgets/premium-button.php +48 -48
- widgets/premium-carousel.php +66 -63
- widgets/premium-contactform.php +31 -28
- widgets/premium-countdown.php +50 -50
- widgets/premium-counter.php +51 -51
- widgets/premium-dual-header.php +29 -29
- widgets/premium-fancytext.php +44 -39
- widgets/premium-image-button.php +46 -46
- widgets/premium-imageseparator.php +22 -22
- widgets/premium-maps.php +47 -47
- widgets/premium-modalbox.php +75 -70
- widgets/premium-person.php +42 -42
- widgets/premium-pricing-table.php +114 -114
- widgets/premium-progressbar.php +28 -23
- widgets/premium-testimonials.php +41 -41
- widgets/premium-title.php +33 -33
- widgets/premium-videobox.php +40 -40
admin/settings-page.php
CHANGED
@@ -57,8 +57,8 @@ class PA_admin_settings {
|
|
57 |
<form action="" method="POST" id="pa-settings" name="pa-settings">
|
58 |
<div class="pa-header-wrapper">
|
59 |
<div class="pa-title-left">
|
60 |
-
<h1 class="pa-title-main"><?php echo esc_html__('Premium Addons for Elementor', '
|
61 |
-
<h3 class="pa-title-sub"><?php echo esc_html__('Thank you for using Premium Addons for Elementor. This plugin has been developed by Leap13 and we hope you enjoy using it.', '
|
62 |
</div>
|
63 |
<div class="pa-title-right">
|
64 |
|
@@ -131,14 +131,14 @@ class PA_admin_settings {
|
|
131 |
<table class="pa-elements-table">
|
132 |
<tbody>
|
133 |
<tr>
|
134 |
-
<th><?php echo esc_html__('Premium Banner', '
|
135 |
<td>
|
136 |
<label class="switch">
|
137 |
<input type="checkbox" id="premium-banner" name="premium-banner" <?php checked(1, $this->pa_get_settings['premium-banner'], true) ?>>
|
138 |
<span class="slider round"></span>
|
139 |
</label>
|
140 |
</td>
|
141 |
-
<th><?php echo esc_html__('Premium Blog', '
|
142 |
<td>
|
143 |
<label class="switch">
|
144 |
<input type="checkbox" id="premium-blog" name="premium-blog" <?php checked(1, $this->pa_get_settings['premium-blog'], true) ?>>
|
@@ -149,14 +149,14 @@ class PA_admin_settings {
|
|
149 |
|
150 |
|
151 |
<tr>
|
152 |
-
<th><?php echo esc_html__('Premium Carousel', '
|
153 |
<td>
|
154 |
<label class="switch">
|
155 |
<input type="checkbox" id="premium-carousel" name="premium-carousel" <?php checked(1, $this->pa_get_settings['premium-carousel'], true) ?>>
|
156 |
<span class="slider round"></span>
|
157 |
</label>
|
158 |
</td>
|
159 |
-
<th><?php echo esc_html__('Premium Countdown', '
|
160 |
<td>
|
161 |
<label class="switch">
|
162 |
<input type="checkbox" id="premium-countdown" name="premium-countdown" <?php checked(1, $this->pa_get_settings['premium-countdown'], true) ?>>
|
@@ -166,14 +166,14 @@ class PA_admin_settings {
|
|
166 |
</tr>
|
167 |
|
168 |
<tr>
|
169 |
-
<th><?php echo esc_html__('Premium Counter', '
|
170 |
<td>
|
171 |
<label class="switch">
|
172 |
<input type="checkbox" id="premium-counter" name="premium-counter" <?php checked(1, $this->pa_get_settings['premium-counter'], true) ?>>
|
173 |
<span class="slider round"></span>
|
174 |
</label>
|
175 |
</td>
|
176 |
-
<th><?php echo esc_html__('Premium Dual Header', '
|
177 |
<td>
|
178 |
<label class="switch">
|
179 |
<input type="checkbox" id="premium-dual-header" name="premium-dual-header" <?php checked(1, $this->pa_get_settings['premium-dual-header'], true) ?>>
|
@@ -184,14 +184,14 @@ class PA_admin_settings {
|
|
184 |
|
185 |
|
186 |
<tr>
|
187 |
-
<th><?php echo esc_html__('Premium Fancy Text', '
|
188 |
<td>
|
189 |
<label class="switch">
|
190 |
<input type="checkbox" id="premium-fancytext" name="premium-fancytext" <?php checked(1, $this->pa_get_settings['premium-fancytext'], true) ?>>
|
191 |
<span class="slider round"></span>
|
192 |
</label>
|
193 |
</td>
|
194 |
-
<th><?php echo esc_html__('Premium Image Separator', '
|
195 |
<td>
|
196 |
<label class="switch">
|
197 |
<input type="checkbox" id="premium-image-separator" name="premium-image-separator" <?php checked(1, $this->pa_get_settings['premium-image-separator'], true) ?>>
|
@@ -203,14 +203,14 @@ class PA_admin_settings {
|
|
203 |
|
204 |
<tr>
|
205 |
|
206 |
-
<th><?php echo esc_html__('Premium Maps', '
|
207 |
<td>
|
208 |
<label class="switch">
|
209 |
<input type="checkbox" id="premium-maps" name="premium-maps" <?php checked(1, $this->pa_get_settings['premium-maps'], true) ?>>
|
210 |
<span class="slider round"></span>
|
211 |
</label>
|
212 |
</td>
|
213 |
-
<th><?php echo esc_html__('Premium Modal Box', '
|
214 |
<td>
|
215 |
<label class="switch">
|
216 |
<input type="checkbox" id="premium-modalbox" name="premium-modalbox" <?php checked(1, $this->pa_get_settings['premium-modalbox'], true) ?>>
|
@@ -220,14 +220,14 @@ class PA_admin_settings {
|
|
220 |
</tr>
|
221 |
|
222 |
<tr>
|
223 |
-
<th><?php echo esc_html__('Premium Person', '
|
224 |
<td>
|
225 |
<label class="switch">
|
226 |
<input type="checkbox" id="premium-person" name="premium-person" <?php checked(1, $this->pa_get_settings['premium-person'], true) ?>>
|
227 |
<span class="slider round"></span>
|
228 |
</label>
|
229 |
</td>
|
230 |
-
<th><?php echo esc_html__('Premium Progress Bar', '
|
231 |
<td>
|
232 |
<label class="switch">
|
233 |
<input type="checkbox" id="premium-progressbar" name="premium-progressbar" <?php checked(1, $this->pa_get_settings['premium-progressbar'], true) ?>>
|
@@ -238,14 +238,14 @@ class PA_admin_settings {
|
|
238 |
</tr>
|
239 |
|
240 |
<tr>
|
241 |
-
<th><?php echo esc_html__('Premium Testimonials', '
|
242 |
<td>
|
243 |
<label class="switch">
|
244 |
<input type="checkbox" id="premium-testimonials" name="premium-testimonials" <?php checked(1, $this->pa_get_settings['premium-testimonials'], true) ?>>
|
245 |
<span class="slider round"></span>
|
246 |
</label>
|
247 |
</td>
|
248 |
-
<th><?php echo esc_html__('Premium Title', '
|
249 |
<td>
|
250 |
<label class="switch">
|
251 |
<input type="checkbox" id="premium-title" name="premium-title" <?php checked(1, $this->pa_get_settings['premium-title'], true) ?>>
|
@@ -255,14 +255,14 @@ class PA_admin_settings {
|
|
255 |
</tr>
|
256 |
|
257 |
<tr>
|
258 |
-
<th><?php echo esc_html__('Premium Video Box', '
|
259 |
<td>
|
260 |
<label class="switch">
|
261 |
<input type="checkbox" id="premium-videobox" name="premium-videobox" <?php checked(1, $this->pa_get_settings['premium-videobox'], true) ?>>
|
262 |
<span class="slider round"></span>
|
263 |
</label>
|
264 |
</td>
|
265 |
-
<th><?php echo esc_html__('Premium Pricing Table', '
|
266 |
<td>
|
267 |
<label class="switch">
|
268 |
<input type="checkbox" id="premium-pricing-table" name="premium-pricing-table" <?php checked(1, $this->pa_get_settings['premium-pricing-table'], true) ?>>
|
@@ -272,14 +272,14 @@ class PA_admin_settings {
|
|
272 |
</tr>
|
273 |
|
274 |
<tr>
|
275 |
-
<th><?php echo esc_html__('Premium Button', '
|
276 |
<td>
|
277 |
<label class="switch">
|
278 |
<input type="checkbox" id="premium-button" name="premium-button" <?php checked(1, $this->pa_get_settings['premium-button'], true) ?>>
|
279 |
<span class="slider round"></span>
|
280 |
</label>
|
281 |
</td>
|
282 |
-
<th><?php echo esc_html__('Premium Contact Form7', '
|
283 |
<td>
|
284 |
<label class="switch">
|
285 |
<input type="checkbox" id="premium-contactform" name="premium-contactform" <?php checked(1, $this->pa_get_settings['premium-contactform'], true) ?>>
|
@@ -289,7 +289,7 @@ class PA_admin_settings {
|
|
289 |
</tr>
|
290 |
|
291 |
<tr>
|
292 |
-
<th><?php echo esc_html__('Premium Image Button', '
|
293 |
<td>
|
294 |
<label class="switch">
|
295 |
<input type="checkbox" id="premium-image-button" name="premium-image-button" <?php checked(1, $this->pa_get_settings['premium-image-button'], true) ?>>
|
@@ -319,7 +319,7 @@ class PA_admin_settings {
|
|
319 |
</div>
|
320 |
<div id="pa-system" class="pa-settings-tab">
|
321 |
<div class="pa-row">
|
322 |
-
<h3><?php echo esc_html__('System setup information useful for debugging purposes.','
|
323 |
<div class="pa-system-info-container">
|
324 |
<?php
|
325 |
echo nl2br(pa_get_sysinfo());
|
57 |
<form action="" method="POST" id="pa-settings" name="pa-settings">
|
58 |
<div class="pa-header-wrapper">
|
59 |
<div class="pa-title-left">
|
60 |
+
<h1 class="pa-title-main"><?php echo esc_html__('Premium Addons for Elementor', 'premium-addons-for-elementor'); ?></h1>
|
61 |
+
<h3 class="pa-title-sub"><?php echo esc_html__('Thank you for using Premium Addons for Elementor. This plugin has been developed by Leap13 and we hope you enjoy using it.', 'premium-addons-for-elementor'); ?></h3>
|
62 |
</div>
|
63 |
<div class="pa-title-right">
|
64 |
|
131 |
<table class="pa-elements-table">
|
132 |
<tbody>
|
133 |
<tr>
|
134 |
+
<th><?php echo esc_html__('Premium Banner', 'premium-addons-for-elementor'); ?></th>
|
135 |
<td>
|
136 |
<label class="switch">
|
137 |
<input type="checkbox" id="premium-banner" name="premium-banner" <?php checked(1, $this->pa_get_settings['premium-banner'], true) ?>>
|
138 |
<span class="slider round"></span>
|
139 |
</label>
|
140 |
</td>
|
141 |
+
<th><?php echo esc_html__('Premium Blog', 'premium-addons-for-elementor'); ?></th>
|
142 |
<td>
|
143 |
<label class="switch">
|
144 |
<input type="checkbox" id="premium-blog" name="premium-blog" <?php checked(1, $this->pa_get_settings['premium-blog'], true) ?>>
|
149 |
|
150 |
|
151 |
<tr>
|
152 |
+
<th><?php echo esc_html__('Premium Carousel', 'premium-addons-for-elementor'); ?></th>
|
153 |
<td>
|
154 |
<label class="switch">
|
155 |
<input type="checkbox" id="premium-carousel" name="premium-carousel" <?php checked(1, $this->pa_get_settings['premium-carousel'], true) ?>>
|
156 |
<span class="slider round"></span>
|
157 |
</label>
|
158 |
</td>
|
159 |
+
<th><?php echo esc_html__('Premium Countdown', 'premium-addons-for-elementor'); ?></th>
|
160 |
<td>
|
161 |
<label class="switch">
|
162 |
<input type="checkbox" id="premium-countdown" name="premium-countdown" <?php checked(1, $this->pa_get_settings['premium-countdown'], true) ?>>
|
166 |
</tr>
|
167 |
|
168 |
<tr>
|
169 |
+
<th><?php echo esc_html__('Premium Counter', 'premium-addons-for-elementor'); ?></th>
|
170 |
<td>
|
171 |
<label class="switch">
|
172 |
<input type="checkbox" id="premium-counter" name="premium-counter" <?php checked(1, $this->pa_get_settings['premium-counter'], true) ?>>
|
173 |
<span class="slider round"></span>
|
174 |
</label>
|
175 |
</td>
|
176 |
+
<th><?php echo esc_html__('Premium Dual Header', 'premium-addons-for-elementor'); ?></th>
|
177 |
<td>
|
178 |
<label class="switch">
|
179 |
<input type="checkbox" id="premium-dual-header" name="premium-dual-header" <?php checked(1, $this->pa_get_settings['premium-dual-header'], true) ?>>
|
184 |
|
185 |
|
186 |
<tr>
|
187 |
+
<th><?php echo esc_html__('Premium Fancy Text', 'premium-addons-for-elementor'); ?></th>
|
188 |
<td>
|
189 |
<label class="switch">
|
190 |
<input type="checkbox" id="premium-fancytext" name="premium-fancytext" <?php checked(1, $this->pa_get_settings['premium-fancytext'], true) ?>>
|
191 |
<span class="slider round"></span>
|
192 |
</label>
|
193 |
</td>
|
194 |
+
<th><?php echo esc_html__('Premium Image Separator', 'premium-addons-for-elementor'); ?></th>
|
195 |
<td>
|
196 |
<label class="switch">
|
197 |
<input type="checkbox" id="premium-image-separator" name="premium-image-separator" <?php checked(1, $this->pa_get_settings['premium-image-separator'], true) ?>>
|
203 |
|
204 |
<tr>
|
205 |
|
206 |
+
<th><?php echo esc_html__('Premium Maps', 'premium-addons-for-elementor'); ?></th>
|
207 |
<td>
|
208 |
<label class="switch">
|
209 |
<input type="checkbox" id="premium-maps" name="premium-maps" <?php checked(1, $this->pa_get_settings['premium-maps'], true) ?>>
|
210 |
<span class="slider round"></span>
|
211 |
</label>
|
212 |
</td>
|
213 |
+
<th><?php echo esc_html__('Premium Modal Box', 'premium-addons-for-elementor'); ?></th>
|
214 |
<td>
|
215 |
<label class="switch">
|
216 |
<input type="checkbox" id="premium-modalbox" name="premium-modalbox" <?php checked(1, $this->pa_get_settings['premium-modalbox'], true) ?>>
|
220 |
</tr>
|
221 |
|
222 |
<tr>
|
223 |
+
<th><?php echo esc_html__('Premium Person', 'premium-addons-for-elementor'); ?></th>
|
224 |
<td>
|
225 |
<label class="switch">
|
226 |
<input type="checkbox" id="premium-person" name="premium-person" <?php checked(1, $this->pa_get_settings['premium-person'], true) ?>>
|
227 |
<span class="slider round"></span>
|
228 |
</label>
|
229 |
</td>
|
230 |
+
<th><?php echo esc_html__('Premium Progress Bar', 'premium-addons-for-elementor'); ?></th>
|
231 |
<td>
|
232 |
<label class="switch">
|
233 |
<input type="checkbox" id="premium-progressbar" name="premium-progressbar" <?php checked(1, $this->pa_get_settings['premium-progressbar'], true) ?>>
|
238 |
</tr>
|
239 |
|
240 |
<tr>
|
241 |
+
<th><?php echo esc_html__('Premium Testimonials', 'premium-addons-for-elementor'); ?></th>
|
242 |
<td>
|
243 |
<label class="switch">
|
244 |
<input type="checkbox" id="premium-testimonials" name="premium-testimonials" <?php checked(1, $this->pa_get_settings['premium-testimonials'], true) ?>>
|
245 |
<span class="slider round"></span>
|
246 |
</label>
|
247 |
</td>
|
248 |
+
<th><?php echo esc_html__('Premium Title', 'premium-addons-for-elementor'); ?></th>
|
249 |
<td>
|
250 |
<label class="switch">
|
251 |
<input type="checkbox" id="premium-title" name="premium-title" <?php checked(1, $this->pa_get_settings['premium-title'], true) ?>>
|
255 |
</tr>
|
256 |
|
257 |
<tr>
|
258 |
+
<th><?php echo esc_html__('Premium Video Box', 'premium-addons-for-elementor'); ?></th>
|
259 |
<td>
|
260 |
<label class="switch">
|
261 |
<input type="checkbox" id="premium-videobox" name="premium-videobox" <?php checked(1, $this->pa_get_settings['premium-videobox'], true) ?>>
|
262 |
<span class="slider round"></span>
|
263 |
</label>
|
264 |
</td>
|
265 |
+
<th><?php echo esc_html__('Premium Pricing Table', 'premium-addons-for-elementor'); ?></th>
|
266 |
<td>
|
267 |
<label class="switch">
|
268 |
<input type="checkbox" id="premium-pricing-table" name="premium-pricing-table" <?php checked(1, $this->pa_get_settings['premium-pricing-table'], true) ?>>
|
272 |
</tr>
|
273 |
|
274 |
<tr>
|
275 |
+
<th><?php echo esc_html__('Premium Button', 'premium-addons-for-elementor'); ?></th>
|
276 |
<td>
|
277 |
<label class="switch">
|
278 |
<input type="checkbox" id="premium-button" name="premium-button" <?php checked(1, $this->pa_get_settings['premium-button'], true) ?>>
|
279 |
<span class="slider round"></span>
|
280 |
</label>
|
281 |
</td>
|
282 |
+
<th><?php echo esc_html__('Premium Contact Form7', 'premium-addons-for-elementor'); ?></th>
|
283 |
<td>
|
284 |
<label class="switch">
|
285 |
<input type="checkbox" id="premium-contactform" name="premium-contactform" <?php checked(1, $this->pa_get_settings['premium-contactform'], true) ?>>
|
289 |
</tr>
|
290 |
|
291 |
<tr>
|
292 |
+
<th><?php echo esc_html__('Premium Image Button', 'premium-addons-for-elementor'); ?></th>
|
293 |
<td>
|
294 |
<label class="switch">
|
295 |
<input type="checkbox" id="premium-image-button" name="premium-image-button" <?php checked(1, $this->pa_get_settings['premium-image-button'], true) ?>>
|
319 |
</div>
|
320 |
<div id="pa-system" class="pa-settings-tab">
|
321 |
<div class="pa-row">
|
322 |
+
<h3><?php echo esc_html__('System setup information useful for debugging purposes.','premium-addons-for-elementor');?></h3>
|
323 |
<div class="pa-system-info-container">
|
324 |
<?php
|
325 |
echo nl2br(pa_get_sysinfo());
|
assets/js/lib/gomap.js
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
|
2 |
-
/**
|
3 |
-
* jQuery goMap
|
4 |
-
*
|
5 |
-
* @url http://www.pittss.lv/jquery/gomap/
|
6 |
-
* @author Jevgenijs Shtrauss <pittss@gmail.com>
|
7 |
-
* @version 1.3.3 2014.11.27
|
8 |
-
* This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
|
9 |
-
*/
|
10 |
-
|
11 |
-
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(c($){b 2K=y h.g.3w();c 1o(t){3.16(t)};1o.1W=y h.g.3x();1o.1W.4h=c(){};1o.1W.42=c(){};1o.1W.3v=c(){};$.k={};$.3s.k=c(5){r 3.4f(c(){b k=$(3).o(\'k\');7(!k){b 1y=$.1H(B,{},$.1y);$(3).o(\'k\',1y.2H(3,5));$.k=1y}n{$.k=k}})};$.1y={2O:{D:\'\',G:3V.9,F:24.1,2B:4,1L:47,2X:B,38:B,39:\'3o\',3m:\'3u\',2F:\'3F\',1w:B,X:{u:\'49\',J:\'31\'},2j:B,Z:{u:\'3q\',J:\'31\'},2e:w,2d:B,3y:w,3E:H,2c:w,2A:w,e:[],C:[],1i:{O:\'#1j\',M:1.0,N:2},19:{O:\'#1j\',M:1.0,N:2,R:\'#1j\',S:0.2},U:{O:\'#1j\',M:1.0,N:2,R:\'#1j\',S:0.2},1Q:{O:\'#1j\',M:1.0,N:2,R:\'#1j\',S:0.2},3k:\'3J\',1p:\'<1l 3W="3Y">\',1v:\'</1l>\',1t:w},t:H,1K:0,e:[],2P:[],2Q:[],2R:[],2S:[],1A:[],1E:[],1g:w,1b:H,C:H,x:H,p:H,2g:H,29:H,2o:H,2z:H,8:H,1O:H,2H:c(2h,5){b 8=$.1H(B,{},$.1y.2O,5);3.p=$(2h);3.8=8;7(8.D)3.14({D:8.D,1d:B});n 7($.2T(8.e)&&8.e.v>0){7(8.e[0].D)3.14({D:8.e[0].D,1d:B});n 3.1O=y h.g.W(8.e[0].G,8.e[0].F)}n 3.1O=y h.g.W(8.G,8.F);b 33={1d:3.1O,2c:8.2c,2j:8.2j,2A:8.2A,Z:{u:h.g.1s[8.Z.u.11()],J:h.g.3b[8.Z.J.11()]},3f:h.g.3r[8.3k.11()],3g:8.1w,3i:8.1w,3j:{u:h.g.1s[8.X.u.11()]},1I:{u:h.g.1s[8.X.u.11()],J:h.g.28[8.X.J.11()]},2e:8.2e,2d:8.2d,2B:8.2B};3.t=y h.g.3B(2h,33);3.x=y 1o(3.t);3.C={1i:{q:\'2g\',z:\'2P\',1M:\'2I\'},19:{q:\'29\',z:\'2Q\',1M:\'2J\'},U:{q:\'2o\',z:\'2R\',1M:\'2L\'},1Q:{q:\'2z\',z:\'2S\',1M:\'2N\'}};3.2g=$(\'<1l J="Q:1Y;"/>\').21(3.p);3.29=$(\'<1l J="Q:1Y;"/>\').21(3.p);3.2o=$(\'<1l J="Q:1Y;"/>\').21(3.p);3.2z=$(\'<1l J="Q:1Y;"/>\').21(3.p);I(b j=0,l=8.e.v;j<l;j++)3.1J(8.e[j]);I(b j=0,l=8.C.v;j<l;j++)3[3.C[8.C[j].d].1M](8.C[j]);b k=3;7(8.1t==B||8.1t==\'3p\'){h.g.L.1n(k.t,\'2b\',c(L){b 5={u:L.3a,1z:B};b 6=k.1J(5);h.g.L.1n(6,\'2G\',c(L){6.16(H);k.2r(6.q)})})}n 7(8.1t==\'3D\'){h.g.L.1n(k.t,\'2b\',c(L){7(!k.1P){b 5={u:L.3a,1z:B};b 6=k.1J(5);k.1P=B;h.g.L.1n(6,\'2G\',c(L){6.16(H);k.2r(6.q);k.1P=w})}})}K 8.e;K 8.C;r 3},3G:c(f){h.g.L.3N(3.t,\'3R\',c(){r f()})},14:c(D,5){b k=3;1V(c(){2K.14({\'D\':D.D},c(1X,1F){7(1F==h.g.1Z.2k&&D.1d)k.t.44(1X[0].2l.2n);7(1F==h.g.1Z.2k&&5&&5.E)5.E.4a(1X[0].2l.2n);n 7(1F==h.g.1Z.2k&&5){7(k.1g){k.1g=w;5.u=1X[0].2l.2n;5.14=B;k.1J(5)}}n 7(1F==h.g.1Z.4c){k.14(D,5)}})},3.8.1L)},2q:c(){7(3.1E.v>0&&!3.1g){3.1g=B;b 18=3.1E.26(0,1);3.14({D:18[0].D},18[0])}n 7(3.1g){b k=3;1V(c(){k.2q()},3.8.1L)}},16:c(5){K 5.3f;7(5.D){3.14({D:5.D,1d:B});K 5.D}n 7(5.G&&5.F){5.1d=y h.g.W(5.G,5.F);K 5.F;K 5.G}7(5.Z&&5.Z.u)5.Z.u=h.g.1s[5.Z.u.11()];7(5.Z&&5.Z.J)5.Z.J=h.g.3b[5.Z.J.11()];7(1h 5.1w!==\'1G\'){5.3g=5.1w;5.3i=5.1w}7(5.X&&5.X.u){5.3j={u:h.g.1s[5.X.u.11()]};5.1I={u:h.g.1s[5.X.u.11()]}}7(5.X&&5.X.J){7(1h 5.1I===\'1G\')5.1I={J:h.g.28[5.X.J.11()]};n 5.1I.J=h.g.28[5.X.J.11()]}3.t.1U(5)},2U:c(){r 3.t},2W:c(d,L,o){b 1k;7(1h d!=\'2Y\')d={d:d};7(d.d==\'t\')1k=3.t;n 7(d.d==\'6\'&&d.6)1k=$(3.p).o(d.6);n 7(d.d==\'m\'&&d.6)1k=$(3.p).o(d.6+\'m\');7(1k)r h.g.L.1n(1k,L,o);n 7((d.d==\'6\'||d.d==\'m\')&&3.2E()!=3.2i())b k=3;1V(c(){k.2W(d,L,o)},3.8.1L)},34:c(35){h.g.L.34(35)},36:c(6,A){b k=3;A.1x=k.8.1p+A.1x+k.8.1v;b P=y h.g.3M(A);P.Y=w;$(k.p).o(6.q+\'m\',P);7(A.3O){k.2p(P,6,A);P.Y=B}h.g.L.1n(6,\'2b\',c(){7(P.Y&&k.8.2X){P.1u();P.Y=w}n{k.2p(P,6,A);P.Y=B}})},2p:c(P,6,A){b k=3;7(3.8.38)3.3h();7(A.25){P.2t(3.t,6);$.25({40:A.25,41:c(A){P.2u(k.8.1p+A+k.8.1v)}})}n 7(A.q){P.2u(k.8.1p+$(A.q).A()+k.8.1v);P.2t(3.t,6)}n P.2t(3.t,6)},43:c(q,1N){b m=$(3.p).o(q+\'m\');7(1h 1N==\'2Y\')m.1U(k.8.1p+1N+k.8.1v);n m.2u(k.8.1p+1N+k.8.1v)},45:c(q,3l){b m=$(3.p).o(q+\'m\').48();7(3l)r $(m).A();n r m},3h:c(){I(b i=0,l=3.e.v;i<l;i++){b m=$(3.p).o(3.e[i]+\'m\');7(m){m.1u();m.Y=w}}},2C:c(d,e){b k=3;7(3.2E()!=3.2i())1V(c(){k.2C(d,e)},3.8.1L);n{3.1b=y h.g.27();7(!d||(d&&d==\'4b\')){I(b i=0,l=3.e.v;i<l;i++){3.1b.1H($(3.p).o(3.e[i]).u)}}n 7(d&&d==\'1B\'){I(b i=0,l=3.e.v;i<l;i++){7(3.1C(3.e[i]))3.1b.1H($(3.p).o(3.e[i]).u)}}n 7(d&&d==\'e\'&&$.2T(e)){I(b i=0,l=e.v;i<l;i++){3.1b.1H($(3.p).o(e[i]).u)}}3.t.2C(3.1b)}},2a:c(){r 3.t.2a()},2I:c(a){a.d=\'1i\';r 3.1D(a)},2J:c(a){a.d=\'19\';r 3.1D(a)},2L:c(a){a.d=\'U\';r 3.1D(a)},2N:c(a){a.d=\'1Q\';r 3.1D(a)},1D:c(a){b x=[];7(!a.q){3.1K++;a.q=3.8.3m+3.1K}2M(a.d){17\'1i\':7(a.V.v>0){I(b j=0,l=a.V.v;j<l;j++)x.T(y h.g.W(a.V[j].G,a.V[j].F));x=y h.g.3t({t:3.t,2f:x,1R:a.O?a.O:3.8.1i.O,1S:a.M?a.M:3.8.1i.M,1T:a.N?a.N:3.8.1i.N})}n r w;10;17\'19\':7(a.V.v>0){I(b j=0,l=a.V.v;j<l;j++)x.T(y h.g.W(a.V[j].G,a.V[j].F));x=y h.g.3z({t:3.t,2f:x,1R:a.O?a.O:3.8.19.O,1S:a.M?a.M:3.8.19.M,1T:a.N?a.N:3.8.19.N,R:a.R?a.R:3.8.19.R,S:a.S?a.S:3.8.19.S})}n r w;10;17\'U\':x=y h.g.3A({t:3.t,1d:y h.g.W(a.G,a.F),2V:a.2V,1R:a.O?a.O:3.8.U.O,1S:a.M?a.M:3.8.U.M,1T:a.N?a.N:3.8.U.N,R:a.R?a.R:3.8.U.R,S:a.S?a.S:3.8.U.S});10;17\'1Q\':x=y h.g.3C({t:3.t,1b:y h.g.27(y h.g.W(a.1r.G,a.1r.F),y h.g.W(a.1q.G,a.1q.F)),1R:a.O?a.O:3.8.U.O,1S:a.M?a.M:3.8.U.M,1T:a.N?a.N:3.8.U.N,R:a.R?a.R:3.8.U.R,S:a.S?a.S:3.8.U.S});10;2m:r w;10}3.2Z(a,x);r x},2Z:c(a,x){$(3[3.C[a.d].q]).o(a.q,x);3[3.C[a.d].z].T(a.q)},3H:c(d,x,5){x=$(3[3.C[d].q]).o(x);7(5.V&&5.V.v>0){b z=[];I(b j=0,l=5.V.v;j<l;j++)z.T(y h.g.W(5.V[j].G,5.V[j].F));5.2f=z;K 5.V}n 7(5.1q&&5.1r){5.1b=y h.g.27(y h.g.W(5.1r.G,5.1r.F),y h.g.W(5.1q.G,5.1q.F));K 5.1q;K 5.1r}n 7(5.G&&5.F){5.1d=y h.g.W(5.G,5.F);K 5.G;K 5.F}x.1U(5)},3I:c(d,x,Q){7(1h Q===\'1G\'){7(3.30(d,x))Q=w;n Q=B}7(Q)$(3[3.C[d].q]).o(x).16(3.t);n $(3[3.C[d].q]).o(x).16(H)},30:c(d,x){7($(3[3.C[d].q]).o(x).2U())r B;n r w},3K:c(d){r 3[3.C[d].z].v},3L:c(d,x){b 1f=$.32(x,3[3.C[d].z]),18;7(1f>-1){18=3[3.C[d].z].26(1f,1);b E=18[0];$(3[3.C[d].q]).o(E).16(H);$(3[3.C[d].q]).1m(E);r B}r w},3P:c(d){I(b i=0,l=3[3.C[d].z].v;i<l;i++){b E=3[3.C[d].z][i];$(3[3.C[d].q]).o(E).16(H);$(3[3.C[d].q]).1m(E)}3[3.C[d].z]=[]},3Q:c(6,Q){7(1h Q===\'1G\'){7(3.1C(6)){$(3.p).o(6).1c(w);b m=$(3.p).o(6+\'m\');7(m&&m.Y){m.1u();m.Y=w}}n $(3.p).o(6).1c(B)}n $(3.p).o(6).1c(Q)},3S:c(13,Q){I(b i=0,l=3.e.v;i<l;i++){b E=3.e[i];b 6=$(3.p).o(E);7(6.13==13){7(1h Q===\'1G\'){7(3.1C(E)){6.1c(w);b m=$(3.p).o(E+\'m\');7(m&&m.Y){m.1u();m.Y=w}}n 6.1c(B)}n 6.1c(Q)}}},1C:c(6){r $(3.p).o(6).3T()},2E:c(){r 3.e.v},2i:c(){r 3.1A.v},3U:c(){r 3.20(\'37\').v},3X:c(13){r 3.20(\'13\',13).v},20:c(d,2s){b z=[];2M(d){17"3Z":I(b i=0,l=3.e.v;i<l;i++){b 1a="\'"+i+"\': \'"+$(3.p).o(3.e[i]).22().2v()+"\'";z.T(1a)}z="{\'e\':{"+z.3c(",")+"}}";10;17"o":I(b i=0,l=3.e.v;i<l;i++){b 1a="6["+i+"]="+$(3.p).o(3.e[i]).22().2v();z.T(1a)}z=z.3c("&");10;17"3d":I(b i=0,l=3.e.v;i<l;i++){7(3.3e($(3.p).o(3.e[i]).22()))z.T(3.e[i])}10;17"37":I(b i=0,l=3.e.v;i<l;i++){7(3.1C(3.e[i]))z.T(3.e[i])}10;17"13":7(2s)I(b i=0,l=3.e.v;i<l;i++){7($(3.p).o(3.e[i]).13==2s)z.T(3.e[i])}10;17"e":I(b i=0,l=3.e.v;i<l;i++){b 1a=$(3.p).o(3.e[i]);z.T(1a)}10;2m:I(b i=0,l=3.e.v;i<l;i++){b 1a=$(3.p).o(3.e[i]).22().2v();z.T(1a)}10}r z},46:c(){r 3.20(\'3d\')},1J:c(6){7(!6.14){3.1K++;7(!6.q)6.q=3.8.39+3.1K;3.1A.T(6.q)}7(6.D&&!6.14){3.1E.T(6);3.2q()}n 7(6.G&&6.F||6.u){b 5={t:3.t};5.q=6.q;5.13=6.13?6.13:3.8.2F;5.2w=6.2w?6.2w:0;5.2x=6.2x?6.2x:0;7(6.1B==w)5.1B=6.1B;7(6.2y)5.2y=6.2y;7(6.1z)5.1z=6.1z;7(6.s&&6.s.1e){5.s=6.s.1e;7(6.s.12)5.12=6.s.12}n 7(6.s)5.s=6.s;n 7(3.8.s&&3.8.s.1e){5.s=3.8.s.1e;7(3.8.s.12)5.12=3.8.s.12}n 7(3.8.s)5.s=3.8.s;5.u=6.u?6.u:y h.g.W(6.G,6.F);b 23=y h.g.4d(5);7(6.A){7(!6.A.1x&&!6.A.25&&!6.A.q)6.A={1x:6.A};n 7(!6.A.1x)6.A.1x=H;3.36(23,6.A)}3.1t(23);r 23}},1t:c(6){$(3.p).o(6.q,6);3.e.T(6.q)},4e:c(6,5){b 2D=$(3.p).o(6);K 5.q;K 5.1B;7(5.s){b 15=5.s;K 5.s;7(15&&15==\'2m\'){7(3.8.s&&3.8.s.1e){5.s=3.8.s.1e;7(3.8.s.12)5.12=3.8.s.12}n 7(3.8.s)5.s=3.8.s}n 7(15&&15.1e){5.s=15.1e;7(15.12)5.12=15.12}n 7(15)5.s=15}7(5.D){3.14({D:5.D},{E:2D});K 5.D;K 5.G;K 5.F;K 5.u}n 7(5.G&&5.F||5.u){7(!5.u)5.u=y h.g.W(5.G,5.F)}2D.1U(5)},2r:c(6){b 1f=$.32(6,3.e),18;7(1f>-1){3.1A.26(1f,1);18=3.e.26(1f,1);b E=18[0];b 6=$(3.p).o(E);b m=$(3.p).o(E+\'m\');6.1c(w);6.16(H);$(3.p).1m(E);7(m){m.1u();m.Y=w;$(3.p).1m(E+\'m\')}r B}r w},4g:c(){I(b i=0,l=3.e.v;i<l;i++){b E=3.e[i];b 6=$(3.p).o(E);b m=$(3.p).o(E+\'m\');6.1c(w);6.16(H);$(3.p).1m(E);7(m){m.1u();m.Y=w;$(3.p).1m(E+\'m\')}}3.1P=w;3.1g=w;3.e=[];3.1A=[];3.1E=[]},3e:c(3n){r 3.t.2a().4i(3n)}}})(4j);',62,268,'|||this||options|marker|if|opts||poly|var|function|type|markers||maps|google|||goMap||info|else|data|mapId|id|return|icon|map|position|length|false|overlay|new|array|html|true|overlays|address|markerId|longitude|latitude|null|for|style|delete|event|opacity|weight|color|infowindow|display|fillColor|fillOpacity|push|circle|coords|LatLng|navigationControlOptions|show|mapTypeControlOptions|break|toUpperCase|shadow|group|geocode|toption|setMap|case|current|polygon|temp|bounds|setVisible|center|image|index|lockGeocode|typeof|polyline|FF0000|target|div|removeData|addListener|MyOverlay|html_prepend|ne|sw|ControlPosition|addMarker|close|html_append|navigationControl|content|goMapBase|draggable|tmpMarkers|visible|getVisibleMarker|createOverlay|geoMarkers|status|undefined|extend|zoomControlOptions|createMarker|count|delay|create|text|centerLatLng|singleMarker|rectangle|strokeColor|strokeOpacity|strokeWeight|setOptions|setTimeout|prototype|results|none|GeocoderStatus|getMarkers|appendTo|getPosition|cmarker||ajax|splice|LatLngBounds|ZoomControlStyle|pgId|getBounds|click|disableDoubleClickZoom|scrollwheel|scaleControl|path|plId|el|getTmpMarkerCount|mapTypeControl|OK|geometry|default|location|cId|openWindow|geoMarker|removeMarker|name|open|setContent|toUrlValue|zIndex|zIndexOrg|title|rId|streetViewControl|zoom|fitBounds|tmarker|getMarkerCount|groupId|dblclick|init|createPolyline|createPolygon|geocoder|createCircle|switch|createRectangle|defaults|polylines|polygons|circles|rectangles|isArray|getMap|radius|createListener|hideByClick|object|addOverlay|getVisibleOverlay|DEFAULT|inArray|myOptions|removeListener|listener|setInfoWindow|visiblesInMap|oneInfoWindow|prefixId|latLng|MapTypeControlStyle|join|visiblesInBounds|isVisible|mapTypeId|panControl|clearInfo|zoomControl|panControlOptions|maptype|hideDiv|polyId|latlng|gomarker|multi|TOP_RIGHT|MapTypeId|fn|Polyline|gopoly|draw|Geocoder|OverlayView|directions|Polygon|Circle|Map|Rectangle|single|directionsResult|gogroup|ready|setOverlay|showHideOverlay|HYBRID|getOverlaysCount|removeOverlay|InfoWindow|addListenerOnce|popup|clearOverlays|showHideMarker|bounds_changed|showHideMarkerByGroup|getVisible|getVisibleMarkerCount|56|class|getMarkerByGroupCount|gomapMarker|json|url|success|onRemove|setInfo|setCenter|getInfo|getVisibleMarkers|200|getContent|TOP_LEFT|setPosition|all|OVER_QUERY_LIMIT|Marker|setMarker|each|clearMarkers|onAdd|contains|jQuery'.split('|'),0,{}))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/js/lib/typedmin.js
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
/* https://github.com/mattboldt/typed.js/ */
|
2 |
!function(t,s,e){"use strict";var i=function(t,s){var i=this;this.el=t,this.options={},Object.keys(r).forEach(function(t){i.options[t]=r[t]}),Object.keys(s).forEach(function(t){i.options[t]=s[t]}),this.isInput="input"===this.el.tagName.toLowerCase(),this.attr=this.options.attr,this.showCursor=!this.isInput&&this.options.showCursor,this.elContent=this.attr?this.el.getAttribute(this.attr):this.el.textContent,this.contentType=this.options.contentType,this.typeSpeed=this.options.typeSpeed,this.startDelay=this.options.startDelay,this.backSpeed=this.options.backSpeed,this.backDelay=this.options.backDelay,e&&this.options.stringsElement instanceof e?this.stringsElement=this.options.stringsElement[0]:this.stringsElement=this.options.stringsElement,this.strings=this.options.strings,this.strPos=0,this.arrayPos=0,this.stopNum=0,this.loop=this.options.loop,this.loopCount=this.options.loopCount,this.curLoop=0,this.stop=!1,this.cursorChar=this.options.cursorChar,this.shuffle=this.options.shuffle,this.sequence=[],this.build()};i.prototype={constructor:i,init:function(){var t=this;t.timeout=setTimeout(function(){for(var s=0;s<t.strings.length;++s)t.sequence[s]=s;t.shuffle&&(t.sequence=t.shuffleArray(t.sequence)),t.typewrite(t.strings[t.sequence[t.arrayPos]],t.strPos)},t.startDelay)},build:function(){var t=this;if(this.showCursor===!0&&(this.cursor=s.createElement("span"),this.cursor.className="typed-cursor",this.cursor.innerHTML=this.cursorChar,this.el.parentNode&&this.el.parentNode.insertBefore(this.cursor,this.el.nextSibling)),this.stringsElement){this.strings=[],this.stringsElement.style.display="none";var e=Array.prototype.slice.apply(this.stringsElement.children);e.forEach(function(s){t.strings.push(s.innerHTML)})}this.init()},typewrite:function(t,s){if(this.stop!==!0){var e=Math.round(70*Math.random())+this.typeSpeed,i=this;i.timeout=setTimeout(function(){var e=0,r=t.substr(s);if("^"===r.charAt(0)){var o=1;/^\^\d+/.test(r)&&(r=/\d+/.exec(r)[0],o+=r.length,e=parseInt(r)),t=t.substring(0,s)+t.substring(s+o)}if("html"===i.contentType){var n=t.substr(s).charAt(0);if("<"===n||"&"===n){var a="",h="";for(h="<"===n?">":";";t.substr(s+1).charAt(0)!==h&&(a+=t.substr(s).charAt(0),s++,!(s+1>t.length)););s++,a+=h}}i.timeout=setTimeout(function(){if(s===t.length){if(i.options.onStringTyped(i.arrayPos),i.arrayPos===i.strings.length-1&&(i.options.callback(),i.curLoop++,i.loop===!1||i.curLoop===i.loopCount))return;i.timeout=setTimeout(function(){i.backspace(t,s)},i.backDelay)}else{0===s&&i.options.preStringTyped(i.arrayPos);var e=t.substr(0,s+1);i.attr?i.el.setAttribute(i.attr,e):i.isInput?i.el.value=e:"html"===i.contentType?i.el.innerHTML=e:i.el.textContent=e,s++,i.typewrite(t,s)}},e)},e)}},backspace:function(t,s){if(this.stop!==!0){var e=Math.round(70*Math.random())+this.backSpeed,i=this;i.timeout=setTimeout(function(){if("html"===i.contentType&&">"===t.substr(s).charAt(0)){for(var e="";"<"!==t.substr(s-1).charAt(0)&&(e-=t.substr(s).charAt(0),s--,!(s<0)););s--,e+="<"}var r=t.substr(0,s);i.attr?i.el.setAttribute(i.attr,r):i.isInput?i.el.value=r:"html"===i.contentType?i.el.innerHTML=r:i.el.textContent=r,s>i.stopNum?(s--,i.backspace(t,s)):s<=i.stopNum&&(i.arrayPos++,i.arrayPos===i.strings.length?(i.arrayPos=0,i.shuffle&&(i.sequence=i.shuffleArray(i.sequence)),i.init()):i.typewrite(i.strings[i.sequence[i.arrayPos]],s))},e)}},shuffleArray:function(t){var s,e,i=t.length;if(i)for(;--i;)e=Math.floor(Math.random()*(i+1)),s=t[e],t[e]=t[i],t[i]=s;return t},reset:function(){var t=this;clearInterval(t.timeout);this.el.getAttribute("id");this.el.textContent="","undefined"!=typeof this.cursor&&"undefined"!=typeof this.cursor.parentNode&&this.cursor.parentNode.removeChild(this.cursor),this.strPos=0,this.arrayPos=0,this.curLoop=0,this.options.resetCallback()}},i["new"]=function(t,e){var r=Array.prototype.slice.apply(s.querySelectorAll(t));r.forEach(function(t){var s=t._typed,r="object"==typeof e&&e;s&&s.reset(),t._typed=s=new i(t,r),"string"==typeof e&&s[e]()})},e&&(e.fn.typed=function(t){return this.each(function(){var s=e(this),r=s.data("typed"),o="object"==typeof t&&t;r&&r.reset(),s.data("typed",r=new i(this,o)),"string"==typeof t&&r[t]()})}),t.Typed=i;var r={strings:["These are the default values...","You know what you should do?","Use your own!","Have a great day!"],stringsElement:null,typeSpeed:0,startDelay:0,backSpeed:0,shuffle:!1,backDelay:500,loop:!1,loopCount:!1,showCursor:!0,cursorChar:"|",attr:null,contentType:"html",callback:function(){},preStringTyped:function(){},onStringTyped:function(){},resetCallback:function(){}}}(window,document,window.jQuery);
|
3 |
-
|
1 |
/* https://github.com/mattboldt/typed.js/ */
|
2 |
!function(t,s,e){"use strict";var i=function(t,s){var i=this;this.el=t,this.options={},Object.keys(r).forEach(function(t){i.options[t]=r[t]}),Object.keys(s).forEach(function(t){i.options[t]=s[t]}),this.isInput="input"===this.el.tagName.toLowerCase(),this.attr=this.options.attr,this.showCursor=!this.isInput&&this.options.showCursor,this.elContent=this.attr?this.el.getAttribute(this.attr):this.el.textContent,this.contentType=this.options.contentType,this.typeSpeed=this.options.typeSpeed,this.startDelay=this.options.startDelay,this.backSpeed=this.options.backSpeed,this.backDelay=this.options.backDelay,e&&this.options.stringsElement instanceof e?this.stringsElement=this.options.stringsElement[0]:this.stringsElement=this.options.stringsElement,this.strings=this.options.strings,this.strPos=0,this.arrayPos=0,this.stopNum=0,this.loop=this.options.loop,this.loopCount=this.options.loopCount,this.curLoop=0,this.stop=!1,this.cursorChar=this.options.cursorChar,this.shuffle=this.options.shuffle,this.sequence=[],this.build()};i.prototype={constructor:i,init:function(){var t=this;t.timeout=setTimeout(function(){for(var s=0;s<t.strings.length;++s)t.sequence[s]=s;t.shuffle&&(t.sequence=t.shuffleArray(t.sequence)),t.typewrite(t.strings[t.sequence[t.arrayPos]],t.strPos)},t.startDelay)},build:function(){var t=this;if(this.showCursor===!0&&(this.cursor=s.createElement("span"),this.cursor.className="typed-cursor",this.cursor.innerHTML=this.cursorChar,this.el.parentNode&&this.el.parentNode.insertBefore(this.cursor,this.el.nextSibling)),this.stringsElement){this.strings=[],this.stringsElement.style.display="none";var e=Array.prototype.slice.apply(this.stringsElement.children);e.forEach(function(s){t.strings.push(s.innerHTML)})}this.init()},typewrite:function(t,s){if(this.stop!==!0){var e=Math.round(70*Math.random())+this.typeSpeed,i=this;i.timeout=setTimeout(function(){var e=0,r=t.substr(s);if("^"===r.charAt(0)){var o=1;/^\^\d+/.test(r)&&(r=/\d+/.exec(r)[0],o+=r.length,e=parseInt(r)),t=t.substring(0,s)+t.substring(s+o)}if("html"===i.contentType){var n=t.substr(s).charAt(0);if("<"===n||"&"===n){var a="",h="";for(h="<"===n?">":";";t.substr(s+1).charAt(0)!==h&&(a+=t.substr(s).charAt(0),s++,!(s+1>t.length)););s++,a+=h}}i.timeout=setTimeout(function(){if(s===t.length){if(i.options.onStringTyped(i.arrayPos),i.arrayPos===i.strings.length-1&&(i.options.callback(),i.curLoop++,i.loop===!1||i.curLoop===i.loopCount))return;i.timeout=setTimeout(function(){i.backspace(t,s)},i.backDelay)}else{0===s&&i.options.preStringTyped(i.arrayPos);var e=t.substr(0,s+1);i.attr?i.el.setAttribute(i.attr,e):i.isInput?i.el.value=e:"html"===i.contentType?i.el.innerHTML=e:i.el.textContent=e,s++,i.typewrite(t,s)}},e)},e)}},backspace:function(t,s){if(this.stop!==!0){var e=Math.round(70*Math.random())+this.backSpeed,i=this;i.timeout=setTimeout(function(){if("html"===i.contentType&&">"===t.substr(s).charAt(0)){for(var e="";"<"!==t.substr(s-1).charAt(0)&&(e-=t.substr(s).charAt(0),s--,!(s<0)););s--,e+="<"}var r=t.substr(0,s);i.attr?i.el.setAttribute(i.attr,r):i.isInput?i.el.value=r:"html"===i.contentType?i.el.innerHTML=r:i.el.textContent=r,s>i.stopNum?(s--,i.backspace(t,s)):s<=i.stopNum&&(i.arrayPos++,i.arrayPos===i.strings.length?(i.arrayPos=0,i.shuffle&&(i.sequence=i.shuffleArray(i.sequence)),i.init()):i.typewrite(i.strings[i.sequence[i.arrayPos]],s))},e)}},shuffleArray:function(t){var s,e,i=t.length;if(i)for(;--i;)e=Math.floor(Math.random()*(i+1)),s=t[e],t[e]=t[i],t[i]=s;return t},reset:function(){var t=this;clearInterval(t.timeout);this.el.getAttribute("id");this.el.textContent="","undefined"!=typeof this.cursor&&"undefined"!=typeof this.cursor.parentNode&&this.cursor.parentNode.removeChild(this.cursor),this.strPos=0,this.arrayPos=0,this.curLoop=0,this.options.resetCallback()}},i["new"]=function(t,e){var r=Array.prototype.slice.apply(s.querySelectorAll(t));r.forEach(function(t){var s=t._typed,r="object"==typeof e&&e;s&&s.reset(),t._typed=s=new i(t,r),"string"==typeof e&&s[e]()})},e&&(e.fn.typed=function(t){return this.each(function(){var s=e(this),r=s.data("typed"),o="object"==typeof t&&t;r&&r.reset(),s.data("typed",r=new i(this,o)),"string"==typeof t&&r[t]()})}),t.Typed=i;var r={strings:["These are the default values...","You know what you should do?","Use your own!","Have a great day!"],stringsElement:null,typeSpeed:0,startDelay:0,backSpeed:0,shuffle:!1,backDelay:500,loop:!1,loopCount:!1,showCursor:!0,cursorChar:"|",attr:null,contentType:"html",callback:function(){},preStringTyped:function(){},onStringTyped:function(){},resetCallback:function(){}}}(window,document,window.jQuery);
|
|
elementor-helper.php
CHANGED
@@ -75,7 +75,7 @@ class premium_Template_Tags {
|
|
75 |
|
76 |
if ( ! empty( $pagelist ) && ! is_wp_error( $pagelist ) ){
|
77 |
foreach ( $pagelist as $post ) {
|
78 |
-
$options[ $post->ID ] = __( $post->post_title, '
|
79 |
}
|
80 |
update_option( 'temp_count', $options );
|
81 |
return $options;
|
75 |
|
76 |
if ( ! empty( $pagelist ) && ! is_wp_error( $pagelist ) ){
|
77 |
foreach ( $pagelist as $post ) {
|
78 |
+
$options[ $post->ID ] = __( $post->post_title, 'premium-addons-for-elementor' );
|
79 |
}
|
80 |
update_option( 'temp_count', $options );
|
81 |
return $options;
|
languages/premium-addons-for-elementor.mo
ADDED
Binary file
|
languages/premium-addons-for-elementor.pot
ADDED
@@ -0,0 +1,2736 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Premium Addons for Elementor\n"
|
4 |
+
"POT-Creation-Date: 2018-02-15 10:41+0200\n"
|
5 |
+
"PO-Revision-Date: 2018-02-15 10:41+0200\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: Leap13\n"
|
8 |
+
"Language: en_US\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-KeywordsList: esc_html__;__\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
"X-Poedit-SearchPathExcluded-0: assets/js\n"
|
19 |
+
"X-Poedit-SearchPathExcluded-1: admin/assets/js\n"
|
20 |
+
|
21 |
+
#: admin/settings-page.php:60
|
22 |
+
msgid "Premium Addons for Elementor"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: admin/settings-page.php:61
|
26 |
+
msgid ""
|
27 |
+
"Thank you for using Premium Addons for Elementor. This plugin has been "
|
28 |
+
"developed by Leap13 and we hope you enjoy using it."
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: admin/settings-page.php:134 widgets/premium-banner.php:19
|
32 |
+
#: widgets/premium-banner.php:37 widgets/premium-banner.php:215
|
33 |
+
msgid "Premium Banner"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: admin/settings-page.php:141 widgets/premium-blog.php:19
|
37 |
+
msgid "Premium Blog"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: admin/settings-page.php:152 widgets/premium-carousel.php:18
|
41 |
+
msgid "Premium Carousel"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: admin/settings-page.php:159 widgets/premium-countdown.php:13
|
45 |
+
msgid "Premium Countdown"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: admin/settings-page.php:169 widgets/premium-counter.php:13
|
49 |
+
msgid "Premium Counter"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: admin/settings-page.php:176 widgets/premium-dual-header.php:19
|
53 |
+
msgid "Premium Dual Header"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: admin/settings-page.php:187 widgets/premium-fancytext.php:19
|
57 |
+
msgid "Premium Fancy Text"
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: admin/settings-page.php:194 widgets/premium-imageseparator.php:19
|
61 |
+
msgid "Premium Image Separator"
|
62 |
+
msgstr ""
|
63 |
+
|
64 |
+
#: admin/settings-page.php:206 widgets/premium-maps.php:24
|
65 |
+
msgid "Premium Maps"
|
66 |
+
msgstr ""
|
67 |
+
|
68 |
+
#: admin/settings-page.php:213 widgets/premium-modalbox.php:19
|
69 |
+
#: widgets/premium-modalbox.php:118
|
70 |
+
msgid "Premium Modal Box"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: admin/settings-page.php:223 widgets/premium-person.php:19
|
74 |
+
msgid "Premium Person"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: admin/settings-page.php:230 widgets/premium-progressbar.php:19
|
78 |
+
msgid "Premium Progress Bar"
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: admin/settings-page.php:241
|
82 |
+
msgid "Premium Testimonials"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: admin/settings-page.php:248 widgets/premium-title.php:19
|
86 |
+
#: widgets/premium-title.php:46
|
87 |
+
msgid "Premium Title"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: admin/settings-page.php:258 widgets/premium-videobox.php:19
|
91 |
+
msgid "Premium Video Box"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: admin/settings-page.php:265 widgets/premium-pricing-table.php:19
|
95 |
+
msgid "Premium Pricing Table"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: admin/settings-page.php:275 widgets/premium-button.php:19
|
99 |
+
msgid "Premium Button"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: admin/settings-page.php:282 widgets/premium-contactform.php:13
|
103 |
+
msgid "Premium Contact Form7"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: admin/settings-page.php:292 widgets/premium-image-button.php:19
|
107 |
+
msgid "Premium Image Button"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: admin/settings-page.php:322
|
111 |
+
msgid "System setup information useful for debugging purposes."
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: premium-addons-for-elementor.php:232
|
115 |
+
msgid "Premium Addons"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: premium-addons-for-elementor.php:239
|
119 |
+
msgid "Visit Plugin Site"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: widgets/premium-banner.php:44
|
123 |
+
msgid "Premium Banner Image"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: widgets/premium-banner.php:45
|
127 |
+
msgid "Select an image for the Banner"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: widgets/premium-banner.php:57 widgets/premium-blog.php:449
|
131 |
+
#: widgets/premium-blog.php:569 widgets/premium-blog.php:632
|
132 |
+
#: widgets/premium-blog.php:666 widgets/premium-button.php:446
|
133 |
+
#: widgets/premium-button.php:594 widgets/premium-button.php:611
|
134 |
+
#: widgets/premium-carousel.php:211 widgets/premium-contactform.php:338
|
135 |
+
#: widgets/premium-contactform.php:394 widgets/premium-countdown.php:334
|
136 |
+
#: widgets/premium-counter.php:152 widgets/premium-modalbox.php:330
|
137 |
+
#: widgets/premium-modalbox.php:436 widgets/premium-modalbox.php:681
|
138 |
+
#: widgets/premium-modalbox.php:733 widgets/premium-modalbox.php:854
|
139 |
+
#: widgets/premium-modalbox.php:914 widgets/premium-title.php:291
|
140 |
+
#: widgets/premium-title.php:313 widgets/premium-videobox.php:462
|
141 |
+
msgid "Background Color"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: widgets/premium-banner.php:71
|
145 |
+
msgid "Banner Link/URL"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: widgets/premium-banner.php:79
|
149 |
+
msgid "Banner custom link"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: widgets/premium-banner.php:82
|
153 |
+
msgid "Add a custom link to the banner"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: widgets/premium-banner.php:92
|
157 |
+
msgid "Set Existing Page Link"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: widgets/premium-banner.php:94
|
161 |
+
msgid "Link the banner with an existing page"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: widgets/premium-banner.php:106
|
165 |
+
msgid "Set custom Link"
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: widgets/premium-banner.php:108
|
169 |
+
msgid "What custom link you want to set to banner?"
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: widgets/premium-banner.php:120
|
173 |
+
msgid "Open in New Tab"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: widgets/premium-banner.php:123
|
177 |
+
msgid "Choose if you want the link be opened in a new tab or not"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: widgets/premium-banner.php:133
|
181 |
+
msgid "Add Nofollow Option to Link"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: widgets/premium-banner.php:136
|
185 |
+
msgid "if you chose yes, the link will not be counted in search engines"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: widgets/premium-banner.php:146
|
189 |
+
msgid "Banner Effects"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: widgets/premium-banner.php:149
|
193 |
+
msgid "Choose a hover effect for the banner"
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: widgets/premium-banner.php:164
|
197 |
+
msgid "Banner Height"
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: widgets/premium-banner.php:167
|
201 |
+
msgid ""
|
202 |
+
"Choose if you want to set a custom height for the banner or keep it as it is"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: widgets/premium-banner.php:178
|
206 |
+
msgid "Min Height"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: widgets/premium-banner.php:180
|
210 |
+
msgid "Set a minimum height value in pixels"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: widgets/premium-banner.php:193 widgets/premium-carousel.php:164
|
214 |
+
msgid "Extra Class"
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: widgets/premium-banner.php:204
|
218 |
+
msgid "Banner Content"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: widgets/premium-banner.php:211 widgets/premium-banner.php:381
|
222 |
+
#: widgets/premium-blog.php:319 widgets/premium-counter.php:346
|
223 |
+
#: widgets/premium-pricing-table.php:51 widgets/premium-pricing-table.php:121
|
224 |
+
#: widgets/premium-pricing-table.php:131 widgets/premium-pricing-table.php:758
|
225 |
+
#: widgets/premium-title.php:243
|
226 |
+
msgid "Title"
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: widgets/premium-banner.php:212 widgets/premium-banner.php:213
|
230 |
+
msgid "Give a title to this banner"
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: widgets/premium-banner.php:223 widgets/premium-pricing-table.php:141
|
234 |
+
#: widgets/premium-title.php:93
|
235 |
+
msgid "Title HTML Tag"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: widgets/premium-banner.php:224
|
239 |
+
msgid ""
|
240 |
+
"Select a heading tag for the title. Headings are defined with H1 to H6 tags"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: widgets/premium-banner.php:242
|
244 |
+
msgid "Title Background"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: widgets/premium-banner.php:245
|
248 |
+
msgid "Choose a background color for the title"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: widgets/premium-banner.php:258
|
252 |
+
msgid "Alignment"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: widgets/premium-banner.php:262 widgets/premium-banner.php:305
|
256 |
+
#: widgets/premium-blog.php:235 widgets/premium-button.php:134
|
257 |
+
#: widgets/premium-button.php:349 widgets/premium-counter.php:257
|
258 |
+
#: widgets/premium-dual-header.php:122 widgets/premium-fancytext.php:265
|
259 |
+
#: widgets/premium-image-button.php:297 widgets/premium-imageseparator.php:97
|
260 |
+
#: widgets/premium-maps.php:372 widgets/premium-maps.php:454
|
261 |
+
#: widgets/premium-modalbox.php:147 widgets/premium-person.php:193
|
262 |
+
#: widgets/premium-pricing-table.php:262 widgets/premium-pricing-table.php:403
|
263 |
+
#: widgets/premium-title.php:114 widgets/premium-title.php:215
|
264 |
+
msgid "Left"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: widgets/premium-banner.php:266 widgets/premium-banner.php:309
|
268 |
+
#: widgets/premium-blog.php:239 widgets/premium-button.php:353
|
269 |
+
#: widgets/premium-dual-header.php:126 widgets/premium-fancytext.php:269
|
270 |
+
#: widgets/premium-image-button.php:301 widgets/premium-imageseparator.php:101
|
271 |
+
#: widgets/premium-maps.php:376 widgets/premium-maps.php:458
|
272 |
+
#: widgets/premium-modalbox.php:151 widgets/premium-person.php:197
|
273 |
+
#: widgets/premium-pricing-table.php:266 widgets/premium-title.php:118
|
274 |
+
#: widgets/premium-title.php:219
|
275 |
+
msgid "Center"
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: widgets/premium-banner.php:270 widgets/premium-banner.php:313
|
279 |
+
#: widgets/premium-blog.php:243 widgets/premium-button.php:135
|
280 |
+
#: widgets/premium-button.php:357 widgets/premium-counter.php:256
|
281 |
+
#: widgets/premium-dual-header.php:130 widgets/premium-fancytext.php:273
|
282 |
+
#: widgets/premium-image-button.php:305 widgets/premium-imageseparator.php:105
|
283 |
+
#: widgets/premium-maps.php:380 widgets/premium-maps.php:462
|
284 |
+
#: widgets/premium-modalbox.php:155 widgets/premium-person.php:201
|
285 |
+
#: widgets/premium-pricing-table.php:270 widgets/premium-pricing-table.php:402
|
286 |
+
#: widgets/premium-title.php:122 widgets/premium-title.php:223
|
287 |
+
msgid "Right"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: widgets/premium-banner.php:283 widgets/premium-banner.php:291
|
291 |
+
#: widgets/premium-banner.php:415 widgets/premium-person.php:218
|
292 |
+
#: widgets/premium-person.php:425 widgets/premium-pricing-table.php:75
|
293 |
+
#: widgets/premium-pricing-table.php:286 widgets/premium-pricing-table.php:297
|
294 |
+
#: widgets/premium-pricing-table.php:1233
|
295 |
+
msgid "Description"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: widgets/premium-banner.php:292
|
299 |
+
msgid "Give the description to this banner"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: widgets/premium-banner.php:294
|
303 |
+
msgid ""
|
304 |
+
"Premium Banner gives you a wide range of styles and options that you will "
|
305 |
+
"definitely fall in love with"
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: widgets/premium-banner.php:301
|
309 |
+
msgid "Description Alignment"
|
310 |
+
msgstr ""
|
311 |
+
|
312 |
+
#: widgets/premium-banner.php:328 widgets/premium-blog.php:261
|
313 |
+
#: widgets/premium-imageseparator.php:44 widgets/premium-modalbox.php:100
|
314 |
+
#: widgets/premium-person.php:44 widgets/premium-testimonials.php:191
|
315 |
+
#: widgets/premium-videobox.php:44
|
316 |
+
msgid "Image"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: widgets/premium-banner.php:336
|
320 |
+
msgid "Opacity"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: widgets/premium-banner.php:358
|
324 |
+
msgid "Hover Opacity"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: widgets/premium-banner.php:389 widgets/premium-banner.php:423
|
328 |
+
#: widgets/premium-blog.php:327 widgets/premium-blog.php:375
|
329 |
+
#: widgets/premium-blog.php:470 widgets/premium-blog.php:520
|
330 |
+
#: widgets/premium-blog.php:619 widgets/premium-blog.php:653
|
331 |
+
#: widgets/premium-modalbox.php:670 widgets/premium-modalbox.php:722
|
332 |
+
#: widgets/premium-modalbox.php:839 widgets/premium-modalbox.php:899
|
333 |
+
#: widgets/premium-progressbar.php:212 widgets/premium-progressbar.php:257
|
334 |
+
msgid "Color"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: widgets/premium-blog.php:41
|
338 |
+
msgid "Thumbnail Settings"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: widgets/premium-blog.php:48 widgets/premium-person.php:106
|
342 |
+
msgid "Image Hover Effect"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: widgets/premium-blog.php:50
|
346 |
+
msgid "Choose a hover effect for the image"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: widgets/premium-blog.php:52 widgets/premium-person.php:109
|
350 |
+
msgid "Zoom In"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: widgets/premium-blog.php:53 widgets/premium-person.php:110
|
354 |
+
msgid "Zoom Out"
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: widgets/premium-blog.php:54 widgets/premium-person.php:111
|
358 |
+
msgid "Scale"
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: widgets/premium-blog.php:55 widgets/premium-person.php:112
|
362 |
+
msgid "Grayscale"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: widgets/premium-blog.php:56 widgets/premium-person.php:113
|
366 |
+
msgid "Blur"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: widgets/premium-blog.php:66
|
370 |
+
msgid "Color Hover Effect"
|
371 |
+
msgstr ""
|
372 |
+
|
373 |
+
#: widgets/premium-blog.php:68
|
374 |
+
msgid "Choose an overlay color effect"
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: widgets/premium-blog.php:70 widgets/premium-button.php:73
|
378 |
+
#: widgets/premium-image-button.php:73
|
379 |
+
msgid "None"
|
380 |
+
msgstr ""
|
381 |
+
|
382 |
+
#: widgets/premium-blog.php:71
|
383 |
+
msgid "Framed"
|
384 |
+
msgstr ""
|
385 |
+
|
386 |
+
#: widgets/premium-blog.php:72
|
387 |
+
msgid "Diagonal"
|
388 |
+
msgstr ""
|
389 |
+
|
390 |
+
#: widgets/premium-blog.php:73
|
391 |
+
msgid "Bordered"
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: widgets/premium-blog.php:74
|
395 |
+
msgid "Squares"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: widgets/premium-blog.php:87 widgets/premium-dual-header.php:37
|
399 |
+
msgid "Content Settings"
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: widgets/premium-blog.php:95 widgets/premium-blog.php:512
|
403 |
+
msgid "Post Format Icon"
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
+
#: widgets/premium-blog.php:104
|
407 |
+
msgid "Categories"
|
408 |
+
msgstr ""
|
409 |
+
|
410 |
+
#: widgets/premium-blog.php:106
|
411 |
+
msgid "Select the categories you want to show"
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: widgets/premium-blog.php:116
|
415 |
+
msgid "Excerpt"
|
416 |
+
msgstr ""
|
417 |
+
|
418 |
+
#: widgets/premium-blog.php:118
|
419 |
+
msgid ""
|
420 |
+
"Excerpt is used for article summary with a link to the whole entry. The "
|
421 |
+
"default except length is 55"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: widgets/premium-blog.php:127
|
425 |
+
msgid "Excerpt Length"
|
426 |
+
msgstr ""
|
427 |
+
|
428 |
+
#: widgets/premium-blog.php:140
|
429 |
+
msgid "Author Meta"
|
430 |
+
msgstr ""
|
431 |
+
|
432 |
+
#: widgets/premium-blog.php:150
|
433 |
+
msgid "Date Meta"
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: widgets/premium-blog.php:159
|
437 |
+
msgid "Categories Meta"
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: widgets/premium-blog.php:161
|
441 |
+
msgid "Display or hide categories mata"
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: widgets/premium-blog.php:169
|
445 |
+
msgid "Comments Meta"
|
446 |
+
msgstr ""
|
447 |
+
|
448 |
+
#: widgets/premium-blog.php:170
|
449 |
+
msgid "Display or hide comments mata"
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: widgets/premium-blog.php:179
|
453 |
+
msgid "Tags Meta"
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
+
#: widgets/premium-blog.php:181
|
457 |
+
msgid "Display or hide post tags"
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#: widgets/premium-blog.php:189
|
461 |
+
msgid "Edit Post"
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#: widgets/premium-blog.php:191
|
465 |
+
msgid "Display or hide edit post option"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: widgets/premium-blog.php:199
|
469 |
+
msgid "Pagination"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: widgets/premium-blog.php:201
|
473 |
+
msgid "Pagination is the process of dividing the posts into discrete pages"
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: widgets/premium-blog.php:209
|
477 |
+
msgid "Posts Per Page"
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: widgets/premium-blog.php:210
|
481 |
+
msgid "Choose how many posts do you want to be displayed per page"
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: widgets/premium-blog.php:220
|
485 |
+
msgid "Offset Count"
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: widgets/premium-blog.php:221
|
489 |
+
msgid "The index of post to start with"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: widgets/premium-blog.php:231 widgets/premium-dual-header.php:118
|
493 |
+
#: widgets/premium-fancytext.php:261 widgets/premium-maps.php:368
|
494 |
+
#: widgets/premium-maps.php:450 widgets/premium-person.php:189
|
495 |
+
msgid "Text Align"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: widgets/premium-blog.php:269
|
499 |
+
msgid "Plus Icon Color"
|
500 |
+
msgstr ""
|
501 |
+
|
502 |
+
#: widgets/premium-blog.php:284 widgets/premium-image-button.php:539
|
503 |
+
#: widgets/premium-image-button.php:556 widgets/premium-image-button.php:582
|
504 |
+
msgid "Overlay Color"
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: widgets/premium-blog.php:299 widgets/premium-carousel.php:230
|
508 |
+
#: widgets/premium-contactform.php:405
|
509 |
+
msgid "Border Color"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: widgets/premium-blog.php:342 widgets/premium-blog.php:390
|
513 |
+
#: widgets/premium-blog.php:485 widgets/premium-blog.php:535
|
514 |
+
msgid "Hover Color"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: widgets/premium-blog.php:367
|
518 |
+
msgid "Meta"
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
+
#: widgets/premium-blog.php:415 widgets/premium-person.php:225
|
522 |
+
#: widgets/premium-person.php:308
|
523 |
+
msgid "Content"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: widgets/premium-blog.php:423
|
527 |
+
msgid "Post Content Color"
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
+
#: widgets/premium-blog.php:462
|
531 |
+
msgid "Tags"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: widgets/premium-blog.php:549 widgets/premium-modalbox.php:647
|
535 |
+
#: widgets/premium-modalbox.php:807 widgets/premium-pricing-table.php:671
|
536 |
+
msgid "Size"
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: widgets/premium-blog.php:551
|
540 |
+
msgid "Choose icon size in (PX, EM)"
|
541 |
+
msgstr ""
|
542 |
+
|
543 |
+
#: widgets/premium-blog.php:584
|
544 |
+
msgid "Hover Background Color"
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: widgets/premium-blog.php:602
|
548 |
+
msgid "Pagination Style"
|
549 |
+
msgstr ""
|
550 |
+
|
551 |
+
#: widgets/premium-blog.php:613 widgets/premium-button.php:410
|
552 |
+
#: widgets/premium-contactform.php:320 widgets/premium-image-button.php:358
|
553 |
+
#: widgets/premium-modalbox.php:320 widgets/premium-modalbox.php:663
|
554 |
+
#: widgets/premium-modalbox.php:832 widgets/premium-pricing-table.php:471
|
555 |
+
#: widgets/premium-pricing-table.php:1351
|
556 |
+
msgid "Normal"
|
557 |
+
msgstr ""
|
558 |
+
|
559 |
+
#: widgets/premium-blog.php:647 widgets/premium-button.php:539
|
560 |
+
#: widgets/premium-contactform.php:378 widgets/premium-image-button.php:484
|
561 |
+
#: widgets/premium-modalbox.php:426 widgets/premium-modalbox.php:715
|
562 |
+
#: widgets/premium-modalbox.php:892 widgets/premium-pricing-table.php:548
|
563 |
+
#: widgets/premium-pricing-table.php:1428
|
564 |
+
msgid "Hover"
|
565 |
+
msgstr ""
|
566 |
+
|
567 |
+
#: widgets/premium-blog.php:798
|
568 |
+
msgid "‹ Previous"
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#: widgets/premium-blog.php:799
|
572 |
+
msgid "Next ›"
|
573 |
+
msgstr ""
|
574 |
+
|
575 |
+
#: widgets/premium-button.php:37 widgets/premium-image-button.php:37
|
576 |
+
msgid "Button Settings"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: widgets/premium-button.php:44 widgets/premium-image-button.php:44
|
580 |
+
#: widgets/premium-modalbox.php:68
|
581 |
+
msgid "Button Text"
|
582 |
+
msgstr ""
|
583 |
+
|
584 |
+
#: widgets/premium-button.php:46 widgets/premium-image-button.php:46
|
585 |
+
msgid "Click Me"
|
586 |
+
msgstr ""
|
587 |
+
|
588 |
+
#: widgets/premium-button.php:53 widgets/premium-countdown.php:123
|
589 |
+
#: widgets/premium-image-button.php:53 widgets/premium-imageseparator.php:131
|
590 |
+
#: widgets/premium-imageseparator.php:158 widgets/premium-pricing-table.php:332
|
591 |
+
#: widgets/premium-pricing-table.php:344
|
592 |
+
msgid "URL"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: widgets/premium-button.php:69 widgets/premium-image-button.php:69
|
596 |
+
msgid "Button Hover Effect"
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: widgets/premium-button.php:74
|
600 |
+
msgid "Slide"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: widgets/premium-button.php:75
|
604 |
+
msgid "Shutter"
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: widgets/premium-button.php:76
|
608 |
+
msgid "Icon Fade"
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: widgets/premium-button.php:77 widgets/premium-image-button.php:76
|
612 |
+
msgid "Icon Slide"
|
613 |
+
msgstr ""
|
614 |
+
|
615 |
+
#: widgets/premium-button.php:78
|
616 |
+
msgid "In & Out"
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: widgets/premium-button.php:86 widgets/premium-button.php:128
|
620 |
+
#: widgets/premium-image-button.php:85 widgets/premium-image-button.php:103
|
621 |
+
#: widgets/premium-image-button.php:121
|
622 |
+
msgid "Slide Direction"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: widgets/premium-button.php:90 widgets/premium-image-button.php:89
|
626 |
+
#: widgets/premium-image-button.php:126
|
627 |
+
msgid "Top to Bottom"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: widgets/premium-button.php:91 widgets/premium-image-button.php:90
|
631 |
+
#: widgets/premium-image-button.php:125
|
632 |
+
msgid "Bottom to Top"
|
633 |
+
msgstr ""
|
634 |
+
|
635 |
+
#: widgets/premium-button.php:92 widgets/premium-image-button.php:91
|
636 |
+
#: widgets/premium-image-button.php:128
|
637 |
+
msgid "Right to Left"
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: widgets/premium-button.php:93 widgets/premium-image-button.php:92
|
641 |
+
#: widgets/premium-image-button.php:127
|
642 |
+
msgid "Left to Right"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: widgets/premium-button.php:104
|
646 |
+
msgid "Shutter Direction"
|
647 |
+
msgstr ""
|
648 |
+
|
649 |
+
#: widgets/premium-button.php:108
|
650 |
+
msgid "Shutter in Horizontal"
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: widgets/premium-button.php:109
|
654 |
+
msgid "Shutter in Vertical"
|
655 |
+
msgstr ""
|
656 |
+
|
657 |
+
#: widgets/premium-button.php:110
|
658 |
+
msgid "Shutter out Horizontal"
|
659 |
+
msgstr ""
|
660 |
+
|
661 |
+
#: widgets/premium-button.php:111
|
662 |
+
msgid "Shutter out Vertical"
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
+
#: widgets/premium-button.php:112
|
666 |
+
msgid "Scaled Shutter Vertical"
|
667 |
+
msgstr ""
|
668 |
+
|
669 |
+
#: widgets/premium-button.php:113
|
670 |
+
msgid "Scaled Shutter Horizontal"
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: widgets/premium-button.php:114
|
674 |
+
msgid "Tilted Left"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: widgets/premium-button.php:115
|
678 |
+
msgid "Tilted Right"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
+
#: widgets/premium-button.php:132 widgets/premium-counter.php:255
|
682 |
+
#: widgets/premium-pricing-table.php:886 widgets/premium-testimonials.php:158
|
683 |
+
msgid "Top"
|
684 |
+
msgstr ""
|
685 |
+
|
686 |
+
#: widgets/premium-button.php:133 widgets/premium-pricing-table.php:894
|
687 |
+
msgid "Bottom"
|
688 |
+
msgstr ""
|
689 |
+
|
690 |
+
#: widgets/premium-button.php:146
|
691 |
+
msgid "Style"
|
692 |
+
msgstr ""
|
693 |
+
|
694 |
+
#: widgets/premium-button.php:150
|
695 |
+
msgid "Radial In"
|
696 |
+
msgstr ""
|
697 |
+
|
698 |
+
#: widgets/premium-button.php:151
|
699 |
+
msgid "Radial Out"
|
700 |
+
msgstr ""
|
701 |
+
|
702 |
+
#: widgets/premium-button.php:152
|
703 |
+
msgid "Rectangle In"
|
704 |
+
msgstr ""
|
705 |
+
|
706 |
+
#: widgets/premium-button.php:153
|
707 |
+
msgid "Rectangle Out"
|
708 |
+
msgstr ""
|
709 |
+
|
710 |
+
#: widgets/premium-button.php:165 widgets/premium-image-button.php:156
|
711 |
+
msgid "Button Icon"
|
712 |
+
msgstr ""
|
713 |
+
|
714 |
+
#: widgets/premium-button.php:170 widgets/premium-image-button.php:161
|
715 |
+
msgid "Enable or disable button icon"
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: widgets/premium-button.php:177 widgets/premium-button.php:191
|
719 |
+
#: widgets/premium-image-button.php:168 widgets/premium-image-button.php:181
|
720 |
+
#: widgets/premium-pricing-table.php:44 widgets/premium-pricing-table.php:101
|
721 |
+
#: widgets/premium-pricing-table.php:632 widgets/premium-title.php:73
|
722 |
+
msgid "Icon"
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: widgets/premium-button.php:203 widgets/premium-counter.php:250
|
726 |
+
#: widgets/premium-image-button.php:193
|
727 |
+
msgid "Icon Position"
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: widgets/premium-button.php:207 widgets/premium-image-button.php:197
|
731 |
+
msgid "Before"
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: widgets/premium-button.php:208 widgets/premium-image-button.php:198
|
735 |
+
msgid "After"
|
736 |
+
msgstr ""
|
737 |
+
|
738 |
+
#: widgets/premium-button.php:220 widgets/premium-button.php:234
|
739 |
+
#: widgets/premium-counter.php:76 widgets/premium-image-button.php:210
|
740 |
+
#: widgets/premium-image-button.php:224 widgets/premium-pricing-table.php:1137
|
741 |
+
#: widgets/premium-title.php:470 widgets/premium-videobox.php:321
|
742 |
+
msgid "Icon Size"
|
743 |
+
msgstr ""
|
744 |
+
|
745 |
+
#: widgets/premium-button.php:247 widgets/premium-button.php:266
|
746 |
+
#: widgets/premium-button.php:285 widgets/premium-button.php:306
|
747 |
+
#: widgets/premium-image-button.php:237 widgets/premium-image-button.php:256
|
748 |
+
#: widgets/premium-pricing-table.php:1147
|
749 |
+
msgid "Icon Spacing"
|
750 |
+
msgstr ""
|
751 |
+
|
752 |
+
#: widgets/premium-button.php:328 widgets/premium-image-button.php:276
|
753 |
+
#: widgets/premium-modalbox.php:81
|
754 |
+
msgid "Button Size"
|
755 |
+
msgstr ""
|
756 |
+
|
757 |
+
#: widgets/premium-button.php:332 widgets/premium-image-button.php:280
|
758 |
+
msgid "Small"
|
759 |
+
msgstr ""
|
760 |
+
|
761 |
+
#: widgets/premium-button.php:333 widgets/premium-image-button.php:281
|
762 |
+
msgid "Medium"
|
763 |
+
msgstr ""
|
764 |
+
|
765 |
+
#: widgets/premium-button.php:334 widgets/premium-image-button.php:282
|
766 |
+
msgid "Large"
|
767 |
+
msgstr ""
|
768 |
+
|
769 |
+
#: widgets/premium-button.php:335 widgets/premium-image-button.php:283
|
770 |
+
msgid "Block"
|
771 |
+
msgstr ""
|
772 |
+
|
773 |
+
#: widgets/premium-button.php:345 widgets/premium-image-button.php:293
|
774 |
+
msgid "Button Alignment"
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: widgets/premium-button.php:370
|
778 |
+
msgid "Button onclick Event"
|
779 |
+
msgstr ""
|
780 |
+
|
781 |
+
#: widgets/premium-button.php:378 widgets/premium-image-button.php:326
|
782 |
+
msgid "Example: myFunction();"
|
783 |
+
msgstr ""
|
784 |
+
|
785 |
+
#: widgets/premium-button.php:392 widgets/premium-contactform.php:290
|
786 |
+
#: widgets/premium-image-button.php:340 widgets/premium-pricing-table.php:82
|
787 |
+
#: widgets/premium-pricing-table.php:308 widgets/premium-pricing-table.php:1314
|
788 |
+
msgid "Button"
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: widgets/premium-button.php:416 widgets/premium-button.php:545
|
792 |
+
#: widgets/premium-contactform.php:325 widgets/premium-contactform.php:383
|
793 |
+
#: widgets/premium-dual-header.php:180 widgets/premium-dual-header.php:314
|
794 |
+
#: widgets/premium-image-button.php:364 widgets/premium-image-button.php:490
|
795 |
+
#: widgets/premium-modalbox.php:286 widgets/premium-modalbox.php:610
|
796 |
+
#: widgets/premium-pricing-table.php:769 widgets/premium-pricing-table.php:1114
|
797 |
+
#: widgets/premium-pricing-table.php:1244
|
798 |
+
#: widgets/premium-pricing-table.php:1325
|
799 |
+
#: widgets/premium-pricing-table.php:1556 widgets/premium-videobox.php:432
|
800 |
+
msgid "Text Color"
|
801 |
+
msgstr ""
|
802 |
+
|
803 |
+
#: widgets/premium-button.php:429 widgets/premium-button.php:561
|
804 |
+
#: widgets/premium-button.php:578 widgets/premium-counter.php:120
|
805 |
+
#: widgets/premium-image-button.php:377 widgets/premium-image-button.php:506
|
806 |
+
#: widgets/premium-image-button.php:523 widgets/premium-pricing-table.php:643
|
807 |
+
#: widgets/premium-pricing-table.php:1100 widgets/premium-title.php:455
|
808 |
+
#: widgets/premium-videobox.php:291
|
809 |
+
msgid "Icon Color"
|
810 |
+
msgstr ""
|
811 |
+
|
812 |
+
#: widgets/premium-button.php:470 widgets/premium-button.php:639
|
813 |
+
#: widgets/premium-contactform.php:136 widgets/premium-contactform.php:361
|
814 |
+
#: widgets/premium-countdown.php:375 widgets/premium-counter.php:225
|
815 |
+
#: widgets/premium-dual-header.php:233 widgets/premium-dual-header.php:367
|
816 |
+
#: widgets/premium-image-button.php:414 widgets/premium-image-button.php:609
|
817 |
+
#: widgets/premium-maps.php:266 widgets/premium-modalbox.php:360
|
818 |
+
#: widgets/premium-modalbox.php:463 widgets/premium-modalbox.php:532
|
819 |
+
#: widgets/premium-modalbox.php:701 widgets/premium-modalbox.php:753
|
820 |
+
#: widgets/premium-modalbox.php:878 widgets/premium-modalbox.php:938
|
821 |
+
#: widgets/premium-pricing-table.php:497 widgets/premium-pricing-table.php:574
|
822 |
+
#: widgets/premium-pricing-table.php:704 widgets/premium-pricing-table.php:1189
|
823 |
+
#: widgets/premium-pricing-table.php:1377
|
824 |
+
#: widgets/premium-pricing-table.php:1454 widgets/premium-progressbar.php:135
|
825 |
+
#: widgets/premium-title.php:501 widgets/premium-videobox.php:256
|
826 |
+
#: widgets/premium-videobox.php:356
|
827 |
+
msgid "Border Radius"
|
828 |
+
msgstr ""
|
829 |
+
|
830 |
+
#: widgets/premium-button.php:482 widgets/premium-button.php:651
|
831 |
+
#: widgets/premium-dual-header.php:245 widgets/premium-dual-header.php:379
|
832 |
+
#: widgets/premium-image-button.php:426 widgets/premium-image-button.php:621
|
833 |
+
#: widgets/premium-maps.php:278 widgets/premium-maps.php:356
|
834 |
+
#: widgets/premium-maps.php:438 widgets/premium-modalbox.php:588
|
835 |
+
#: widgets/premium-pricing-table.php:518 widgets/premium-pricing-table.php:595
|
836 |
+
#: widgets/premium-pricing-table.php:716 widgets/premium-pricing-table.php:804
|
837 |
+
#: widgets/premium-pricing-table.php:1054
|
838 |
+
#: widgets/premium-pricing-table.php:1201
|
839 |
+
#: widgets/premium-pricing-table.php:1279
|
840 |
+
#: widgets/premium-pricing-table.php:1398
|
841 |
+
#: widgets/premium-pricing-table.php:1475 widgets/premium-progressbar.php:237
|
842 |
+
#: widgets/premium-progressbar.php:282 widgets/premium-title.php:420
|
843 |
+
#: widgets/premium-title.php:513
|
844 |
+
msgid "Margin"
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: widgets/premium-button.php:493 widgets/premium-button.php:662
|
848 |
+
#: widgets/premium-contactform.php:116 widgets/premium-contactform.php:307
|
849 |
+
#: widgets/premium-dual-header.php:257 widgets/premium-dual-header.php:391
|
850 |
+
#: widgets/premium-image-button.php:437 widgets/premium-image-button.php:632
|
851 |
+
#: widgets/premium-maps.php:290 widgets/premium-maps.php:345
|
852 |
+
#: widgets/premium-maps.php:427 widgets/premium-modalbox.php:379
|
853 |
+
#: widgets/premium-modalbox.php:770 widgets/premium-modalbox.php:955
|
854 |
+
#: widgets/premium-pricing-table.php:529 widgets/premium-pricing-table.php:606
|
855 |
+
#: widgets/premium-pricing-table.php:735 widgets/premium-pricing-table.php:823
|
856 |
+
#: widgets/premium-pricing-table.php:1074
|
857 |
+
#: widgets/premium-pricing-table.php:1219
|
858 |
+
#: widgets/premium-pricing-table.php:1299
|
859 |
+
#: widgets/premium-pricing-table.php:1409
|
860 |
+
#: widgets/premium-pricing-table.php:1486 widgets/premium-title.php:525
|
861 |
+
#: widgets/premium-videobox.php:372 widgets/premium-videobox.php:486
|
862 |
+
msgid "Padding"
|
863 |
+
msgstr ""
|
864 |
+
|
865 |
+
#: widgets/premium-button.php:505 widgets/premium-button.php:674
|
866 |
+
#: widgets/premium-button.php:687 widgets/premium-image-button.php:449
|
867 |
+
#: widgets/premium-image-button.php:644 widgets/premium-image-button.php:657
|
868 |
+
#: widgets/premium-title.php:538
|
869 |
+
msgid "Icon Shadow"
|
870 |
+
msgstr ""
|
871 |
+
|
872 |
+
#: widgets/premium-button.php:519 widgets/premium-button.php:700
|
873 |
+
#: widgets/premium-image-button.php:464 widgets/premium-image-button.php:670
|
874 |
+
msgid "Text Shadow"
|
875 |
+
msgstr ""
|
876 |
+
|
877 |
+
#: widgets/premium-button.php:529 widgets/premium-button.php:714
|
878 |
+
#: widgets/premium-image-button.php:474 widgets/premium-image-button.php:683
|
879 |
+
msgid "Button Shadow"
|
880 |
+
msgstr ""
|
881 |
+
|
882 |
+
#: widgets/premium-carousel.php:40
|
883 |
+
msgid "Carousel Settings"
|
884 |
+
msgstr ""
|
885 |
+
|
886 |
+
#: widgets/premium-carousel.php:47
|
887 |
+
msgid "Slider Content"
|
888 |
+
msgstr ""
|
889 |
+
|
890 |
+
#: widgets/premium-carousel.php:48
|
891 |
+
msgid ""
|
892 |
+
"Slider content is a template which you can choose from Elementor library. "
|
893 |
+
"Each template will be a slider content"
|
894 |
+
msgstr ""
|
895 |
+
|
896 |
+
#: widgets/premium-carousel.php:59
|
897 |
+
msgid "Slider Type"
|
898 |
+
msgstr ""
|
899 |
+
|
900 |
+
#: widgets/premium-carousel.php:60
|
901 |
+
msgid "Set a navigation type"
|
902 |
+
msgstr ""
|
903 |
+
|
904 |
+
#: widgets/premium-carousel.php:64 widgets/premium-image-button.php:143
|
905 |
+
msgid "Horizontal"
|
906 |
+
msgstr ""
|
907 |
+
|
908 |
+
#: widgets/premium-carousel.php:65 widgets/premium-image-button.php:144
|
909 |
+
msgid "Vertical"
|
910 |
+
msgstr ""
|
911 |
+
|
912 |
+
#: widgets/premium-carousel.php:73
|
913 |
+
msgid "Slides to Scroll"
|
914 |
+
msgstr ""
|
915 |
+
|
916 |
+
#: widgets/premium-carousel.php:77
|
917 |
+
msgid "All visible"
|
918 |
+
msgstr ""
|
919 |
+
|
920 |
+
#: widgets/premium-carousel.php:78
|
921 |
+
msgid "One at a time"
|
922 |
+
msgstr ""
|
923 |
+
|
924 |
+
#: widgets/premium-carousel.php:86
|
925 |
+
msgid "Slides on Desktop"
|
926 |
+
msgstr ""
|
927 |
+
|
928 |
+
#: widgets/premium-carousel.php:95
|
929 |
+
msgid "Slides on Tabs"
|
930 |
+
msgstr ""
|
931 |
+
|
932 |
+
#: widgets/premium-carousel.php:104
|
933 |
+
msgid "Slides on Mobile"
|
934 |
+
msgstr ""
|
935 |
+
|
936 |
+
#: widgets/premium-carousel.php:113
|
937 |
+
msgid "Infinite Loop"
|
938 |
+
msgstr ""
|
939 |
+
|
940 |
+
#: widgets/premium-carousel.php:115
|
941 |
+
msgid "Restart the slider automatically as it passes the last slide"
|
942 |
+
msgstr ""
|
943 |
+
|
944 |
+
#: widgets/premium-carousel.php:123
|
945 |
+
msgid "Transition Speed"
|
946 |
+
msgstr ""
|
947 |
+
|
948 |
+
#: widgets/premium-carousel.php:124
|
949 |
+
msgid ""
|
950 |
+
"Set a navigation speed value. The value will be counted in milliseconds (ms)"
|
951 |
+
msgstr ""
|
952 |
+
|
953 |
+
#: widgets/premium-carousel.php:133
|
954 |
+
msgid "AutoPlay Slides"
|
955 |
+
msgstr ""
|
956 |
+
|
957 |
+
#: widgets/premium-carousel.php:134
|
958 |
+
msgid "Slide will start automatically"
|
959 |
+
msgstr ""
|
960 |
+
|
961 |
+
#: widgets/premium-carousel.php:143
|
962 |
+
msgid "AutoPlay Speed"
|
963 |
+
msgstr ""
|
964 |
+
|
965 |
+
#: widgets/premium-carousel.php:144
|
966 |
+
msgid ""
|
967 |
+
"AutoPlay Speed means at which time the next slide should come. Set a value "
|
968 |
+
"in milliseconds (ms)"
|
969 |
+
msgstr ""
|
970 |
+
|
971 |
+
#: widgets/premium-carousel.php:156 widgets/premium-counter.php:243
|
972 |
+
msgid "Animations"
|
973 |
+
msgstr ""
|
974 |
+
|
975 |
+
#: widgets/premium-carousel.php:174
|
976 |
+
msgid "Navigation"
|
977 |
+
msgstr ""
|
978 |
+
|
979 |
+
#: widgets/premium-carousel.php:182
|
980 |
+
msgid "Navigation Arrows"
|
981 |
+
msgstr ""
|
982 |
+
|
983 |
+
#: widgets/premium-carousel.php:183
|
984 |
+
msgid "Enable or disable navigation arrows"
|
985 |
+
msgstr ""
|
986 |
+
|
987 |
+
#: widgets/premium-carousel.php:192
|
988 |
+
msgid "Arrow Style"
|
989 |
+
msgstr ""
|
990 |
+
|
991 |
+
#: widgets/premium-carousel.php:196
|
992 |
+
msgid "Default"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: widgets/premium-carousel.php:197 widgets/premium-counter.php:142
|
996 |
+
msgid "Circle Background"
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: widgets/premium-carousel.php:198 widgets/premium-counter.php:143
|
1000 |
+
msgid "Square Background"
|
1001 |
+
msgstr ""
|
1002 |
+
|
1003 |
+
#: widgets/premium-carousel.php:199
|
1004 |
+
msgid "Circle border"
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: widgets/premium-carousel.php:200
|
1008 |
+
msgid "Square border"
|
1009 |
+
msgstr ""
|
1010 |
+
|
1011 |
+
#: widgets/premium-carousel.php:249
|
1012 |
+
msgid "Border Size"
|
1013 |
+
msgstr ""
|
1014 |
+
|
1015 |
+
#: widgets/premium-carousel.php:273
|
1016 |
+
msgid "Arrow Color"
|
1017 |
+
msgstr ""
|
1018 |
+
|
1019 |
+
#: widgets/premium-carousel.php:291
|
1020 |
+
msgid "Arrow Size"
|
1021 |
+
msgstr ""
|
1022 |
+
|
1023 |
+
#: widgets/premium-carousel.php:314
|
1024 |
+
msgid "Select Icon for 'Next Arrow'"
|
1025 |
+
msgstr ""
|
1026 |
+
|
1027 |
+
#: widgets/premium-carousel.php:345
|
1028 |
+
msgid "Select Icon for 'Bottom Arrow'"
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: widgets/premium-carousel.php:375
|
1032 |
+
msgid "Select Icon for 'Prev Arrow'"
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: widgets/premium-carousel.php:406
|
1036 |
+
msgid "Select Icon for 'Up Arrow'"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#: widgets/premium-carousel.php:436
|
1040 |
+
msgid "Navigation Dots"
|
1041 |
+
msgstr ""
|
1042 |
+
|
1043 |
+
#: widgets/premium-carousel.php:437
|
1044 |