HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables) - Version 1.9.7

Version Description

Download this release

Release Info

Developer devitemsllc
Plugin Icon 128x128 HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables)
Version 1.9.7
Comparing to
See all releases

Code changes from version 1.9.6 to 1.9.7

admin/include/admin-setting.php CHANGED
@@ -773,6 +773,21 @@ class HTMega_Admin_Settings {
773
  'default'=>'off',
774
  'class'=>'htmega_table_row pro',
775
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
776
  ),
777
 
778
  'htmega_general_tabs'=>array(
773
  'default'=>'off',
774
  'class'=>'htmega_table_row pro',
775
  ),
776
+
777
+ array(
778
+ 'name' => 'source_codep',
779
+ 'label' => __( 'Source Code <span>( Pro )</span>', 'htmega-pro' ),
780
+ 'type' => 'checkbox',
781
+ 'default'=>'off',
782
+ 'class'=>'htmega_table_row pro',
783
+ ),
784
+ array(
785
+ 'name' => 'threesixty_rotationp',
786
+ 'label' => __( '360 Rotation <span>( Pro )</span>', 'htmega-pro' ),
787
+ 'type' => 'checkbox',
788
+ 'default'=>'off',
789
+ 'class'=>'htmega_table_row pro',
790
+ ),
791
  ),
792
 
793
  'htmega_general_tabs'=>array(
htmega_addons_elementor.php CHANGED
@@ -5,17 +5,17 @@
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
- * Version: 1.9.6
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
- * Elementor tested up to: 3.7.7
14
  * Elementor Pro tested up to: 3.7.7
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
- define( 'HTMEGA_VERSION', '1.9.6' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
5
  * Plugin URI: https://wphtmega.com/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
+ * Version: 1.9.7
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
12
  * Domain Path: /languages
13
+ * Elementor tested up to: 3.7.8
14
  * Elementor Pro tested up to: 3.7.7
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
+ define( 'HTMEGA_VERSION', '1.9.7' );
19
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
20
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
21
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
includes/widgets/htmega_instagram - Copy.php DELETED
@@ -1,1672 +0,0 @@
1
- <?php
2
- namespace Elementor;
3
-
4
- if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
5
-
6
- class HTMega_Elementor_Widget_Instagram extends Widget_Base {
7
-
8
- public function get_name() {
9
- return 'htmega-instagram-addons';
10
- }
11
-
12
- public function get_title() {
13
- return __( 'Instagram', 'htmega-addons' );
14
- }
15
-
16
- public function get_icon() {
17
- return 'htmega-icon eicon-photo-library';
18
- }
19
-
20
- public function get_categories() {
21
- return [ 'htmega-addons' ];
22
- }
23
-
24
- public function get_style_depends() {
25
- return [
26
- 'elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid',
27
- 'slick',
28
- ];
29
- }
30
-
31
- public function get_script_depends() {
32
- return [
33
- 'htmegainstagramfeed',
34
- 'slick',
35
- 'htmega-widgets-scripts',
36
- ];
37
- }
38
-
39
- protected function register_controls() {
40
-
41
- $this->start_controls_section(
42
- 'instagram_content',
43
- [
44
- 'label' => __( 'Instagram', 'htmega-addons' ),
45
- ]
46
- );
47
-
48
- $this->add_control(
49
- 'instagram_style',
50
- [
51
- 'label' => __( 'Style', 'htmega-addons' ),
52
- 'type' => Controls_Manager::SELECT,
53
- 'default' => '1',
54
- 'options' => [
55
- '1' => __( 'Style One', 'htmega-addons' ),
56
- '2' => __( 'Style Two', 'htmega-addons' ),
57
- '3' => __( 'Style Three', 'htmega-addons' ),
58
- '4' => __( 'Style Four', 'htmega-addons' ),
59
- ],
60
- 'label_block' => true,
61
- ]
62
- );
63
-
64
- $this->add_control(
65
- 'username',
66
- [
67
- 'label' => __( 'Instagram UserName', 'htmega-addons' ),
68
- 'type' => Controls_Manager::TEXT,
69
- 'placeholder' => __( 'portfolio.devitems', 'htmega-addons' ),
70
- 'label_block' =>true,
71
- ]
72
- );
73
-
74
- $this->add_control(
75
- 'limit',
76
- [
77
- 'label' => __( 'Item Limit', 'htmega-addons' ),
78
- 'type' => Controls_Manager::NUMBER,
79
- 'min' => 1,
80
- 'max' => 200,
81
- 'step' => 1,
82
- 'default' => 8,
83
- 'separator'=>'before',
84
- ]
85
- );
86
-
87
- $this->add_responsive_control(
88
- 'instagram_column',
89
- [
90
- 'label' => __( 'Column', 'htmega-addons' ),
91
- 'type' => Controls_Manager::SELECT,
92
- 'description' => wp_kses_post( 'If the slider is off, Then it will work.', 'htmega-addons' ),
93
- 'prefix_class' => 'htmegainstagram-column%s-',
94
- 'default' => '4',
95
- 'required' => true,
96
- 'device_args' => [
97
- Controls_Stack::RESPONSIVE_TABLET => [
98
- 'required' => false,
99
- ],
100
- Controls_Stack::RESPONSIVE_MOBILE => [
101
- 'required' => false,
102
- ],
103
- ],
104
- 'min_affected_device' => [
105
- Controls_Stack::RESPONSIVE_DESKTOP => Controls_Stack::RESPONSIVE_TABLET,
106
- Controls_Stack::RESPONSIVE_TABLET => Controls_Stack::RESPONSIVE_TABLET,
107
- ],
108
- 'options' => [
109
- '1' => __( '1', 'htmega-addons' ),
110
- '2' => __( '2', 'htmega-addons' ),
111
- '3' => __( '3', 'htmega-addons' ),
112
- '4' => __( '4', 'htmega-addons' ),
113
- '5' => __( '5', 'htmega-addons' ),
114
- '6' => __( '6', 'htmega-addons' ),
115
- ],
116
- ]
117
- );
118
-
119
- $this->add_control(
120
- 'instagram_image_size',
121
- [
122
- 'label' => __( 'Image Size', 'htmega-addons' ),
123
- 'type' => Controls_Manager::SELECT,
124
- 'default' => '480',
125
- 'options' => [
126
- '150' => __( '150', 'htmega-addons' ),
127
- '240' => __( '240', 'htmega-addons' ),
128
- '320' => __( '320', 'htmega-addons' ),
129
- '480' => __( '480', 'htmega-addons' ),
130
- '640' => __( '640', 'htmega-addons' ),
131
- ],
132
- ]
133
- );
134
-
135
- $this->add_control(
136
- 'clear_cache_data',
137
- [
138
- 'label' => esc_html__( 'Clear Cache Data', 'htmega-addons' ),
139
- 'type' => Controls_Manager::SWITCHER,
140
- 'label_on' => esc_html__( 'Yes', 'htmega-addons' ),
141
- 'label_off' => esc_html__( 'No', 'htmega-addons' ),
142
- 'return_value' => 'yes',
143
- 'default' => 'no',
144
- ]
145
- );
146
-
147
- $this->add_control(
148
- 'lazy_load',
149
- [
150
- 'label' => __( 'Lazy Load', 'htmega-addons' ),
151
- 'type' => Controls_Manager::SWITCHER,
152
- 'label_on' => __( 'Show', 'htmega-addons' ),
153
- 'label_off' => __( 'Hide', 'htmega-addons' ),
154
- 'return_value' => 'yes',
155
- 'default' => 'no',
156
- ]
157
- );
158
-
159
- $this->add_control(
160
- 'show_like',
161
- [
162
- 'label' => __( 'Show Like', 'htmega-addons' ),
163
- 'type' => Controls_Manager::SWITCHER,
164
- 'label_on' => __( 'Show', 'htmega-addons' ),
165
- 'label_off' => __( 'Hide', 'htmega-addons' ),
166
- 'return_value' => 'yes',
167
- 'default' => 'yes',
168
- ]
169
- );
170
-
171
- $this->add_control(
172
- 'show_comment',
173
- [
174
- 'label' => __( 'Show Comment', 'htmega-addons' ),
175
- 'type' => Controls_Manager::SWITCHER,
176
- 'label_on' => __( 'Show', 'htmega-addons' ),
177
- 'label_off' => __( 'Hide', 'htmega-addons' ),
178
- 'return_value' => 'yes',
179
- 'default' => 'yes',
180
- ]
181
- );
182
-
183
- $this->add_control(
184
- 'show_light_box',
185
- [
186
- 'label' => __( 'Show Light Box', 'htmega-addons' ),
187
- 'type' => Controls_Manager::SWITCHER,
188
- 'label_on' => __( 'Show', 'htmega-addons' ),
189
- 'label_off' => __( 'Hide', 'htmega-addons' ),
190
- 'return_value' => 'yes',
191
- 'default' => 'yes',
192
- ]
193
- );
194
-
195
- $this->add_control(
196
- 'show_flow_button',
197
- [
198
- 'label' => __( 'Show Follow Button', 'htmega-addons' ),
199
- 'type' => Controls_Manager::SWITCHER,
200
- 'label_on' => __( 'Show', 'htmega-addons' ),
201
- 'label_off' => __( 'Hide', 'htmega-addons' ),
202
- 'return_value' => 'yes',
203
- 'default' => 'yes',
204
- ]
205
- );
206
-
207
- $this->add_control(
208
- 'slider_on',
209
- [
210
- 'label' => __( 'Slider', 'htmega-addons' ),
211
- 'type' => Controls_Manager::SWITCHER,
212
- 'label_on' => __( 'On', 'htmega-addons' ),
213
- 'label_off' => __( 'Off', 'htmega-addons' ),
214
- 'return_value' => 'yes',
215
- 'default' => 'no',
216
- ]
217
- );
218
-
219
- $this->add_control(
220
- 'zoomicon_type',
221
- [
222
- 'label' => esc_html__('Zoom Icon Type','htmega-addons'),
223
- 'type' =>Controls_Manager::CHOOSE,
224
- 'options' =>[
225
- 'img' =>[
226
- 'title' =>__('Image','htmega-addons'),
227
- 'icon' =>'fa fa-picture-o',
228
- ],
229
- 'icon' =>[
230
- 'title' =>__('Icon','htmega-addons'),
231
- 'icon' =>'fa fa-info',
232
- ]
233
- ],
234
- 'default' =>'icon',
235
- 'condition' =>[
236
- 'show_light_box' =>'yes',
237
- ],
238
- ]
239
- );
240
-
241
- $this->add_control(
242
- 'zoom_image',
243
- [
244
- 'label' => __('Zoom Image Icon','htmega-addons'),
245
- 'type'=>Controls_Manager::MEDIA,
246
- 'dynamic' => [
247
- 'active' => true,
248
- ],
249
- 'condition' => [
250
- 'show_light_box' =>'yes',
251
- 'zoomicon_type' => 'img',
252
- ]
253
- ]
254
- );
255
-
256
- $this->add_group_control(
257
- Group_Control_Image_Size::get_type(),
258
- [
259
- 'name' => 'zoom_imagesize',
260
- 'default' => 'large',
261
- 'separator' => 'none',
262
- 'condition' => [
263
- 'show_light_box' =>'yes',
264
- 'zoomicon_type' => 'img',
265
- ],
266
- 'fields_options'=>[
267
- 'size'=>[
268
- 'label' => __('Zoom Icon Size','htmega-addons')
269
- ]
270
- ]
271
- ]
272
- );
273
-
274
- $this->add_control(
275
- 'zoom_icon',
276
- [
277
- 'label' =>__('Zoom Icon','htmega-addons'),
278
- 'type'=>Controls_Manager::ICONS,
279
- 'default' => [
280
- 'value'=>'fas fa-plus',
281
- 'library' => 'solid',
282
- ],
283
- 'condition' => [
284
- 'show_light_box' =>'yes',
285
- 'zoomicon_type' => 'icon',
286
- ]
287
- ]
288
- );
289
-
290
- $this->add_control(
291
- 'comment_icon',
292
- [
293
- 'label' =>__('Comment Icon','htmega-addons'),
294
- 'type'=>Controls_Manager::ICONS,
295
- 'default' => [
296
- 'value'=>'far fa-comment',
297
- 'library' => 'solid',
298
- ],
299
- 'condition' => [
300
- 'show_comment' =>'yes',
301
- ]
302
- ]
303
- );
304
-
305
- $this->add_control(
306
- 'like_icon',
307
- [
308
- 'label' =>__('Like Icon','htmega-addons'),
309
- 'type'=>Controls_Manager::ICONS,
310
- 'default' => [
311
- 'value'=>'far fa-heart',
312
- 'library' => 'solid',
313
- ],
314
- 'condition' => [
315
- 'show_like' =>'yes',
316
- ]
317
- ]
318
- );
319
-
320
- $this->add_control(
321
- 'flow_button_icon',
322
- [
323
- 'label' =>__('Flow Button Icon','htmega-addons'),
324
- 'type'=>Controls_Manager::ICONS,
325
- 'default' => [
326
- 'value'=>'fab fa-instagram',
327
- 'library' => 'solid',
328
- ],
329
- 'condition' => [
330
- 'show_flow_button' =>'yes',
331
- ]
332
- ]
333
- );
334
-
335
- $this->add_control(
336
- 'flow_button_txt',
337
- [
338
- 'label' => __( 'Flow Button Prefix', 'htmega-addons' ),
339
- 'type' => Controls_Manager::TEXT,
340
- 'default' => __( 'Follow @', 'htmega-addons' ),
341
- ]
342
- );
343
-
344
- $this->end_controls_section();
345
-
346
- // Slider setting
347
- $this->start_controls_section(
348
- 'instagram_slider_option',
349
- [
350
- 'label' => esc_html__( 'Slider Option', 'htmega-addons' ),
351
- 'condition' => [
352
- 'slider_on' => 'yes',
353
- ]
354
- ]
355
- );
356
-
357
- $this->add_control(
358
- 'slitems',
359
- [
360
- 'label' => esc_html__( 'Slider Items', 'htmega-addons' ),
361
- 'type' => Controls_Manager::NUMBER,
362
- 'min' => 1,
363
- 'max' => 20,
364
- 'step' => 1,
365
- 'default' => 8,
366
- 'condition' => [
367
- 'slider_on' => 'yes',
368
- ]
369
- ]
370
- );
371
-
372
- $this->add_control(
373
- 'slarrows',
374
- [
375
- 'label' => esc_html__( 'Slider Arrow', 'htmega-addons' ),
376
- 'type' => Controls_Manager::SWITCHER,
377
- 'return_value' => 'yes',
378
- 'default' => 'yes',
379
- 'condition' => [
380
- 'slider_on' => 'yes',
381
- ]
382
- ]
383
- );
384
-
385
- $this->add_control(
386
- 'slprevicon',
387
- [
388
- 'label' => __( 'Previous icon', 'htmega-addons' ),
389
- 'type' => Controls_Manager::ICONS,
390
- 'default' => [
391
- 'value'=>'fas fa-angle-left',
392
- 'library' => 'solid',
393
- ],
394
- 'condition' => [
395
- 'slider_on' => 'yes',
396
- 'slarrows' => 'yes',
397
- ]
398
- ]
399
- );
400
-
401
- $this->add_control(
402
- 'slnexticon',
403
- [
404
- 'label' => __( 'Next icon', 'htmega-addons' ),
405
- 'type' => Controls_Manager::ICONS,
406
- 'default' => [
407
- 'value'=>'fas fa-angle-right',
408
- 'library' => 'solid',
409
- ],
410
- 'condition' => [
411
- 'slider_on' => 'yes',
412
- 'slarrows' => 'yes',
413
- ]
414
- ]
415
- );
416
-
417
- $this->add_control(
418
- 'sldots',
419
- [
420
- 'label' => esc_html__( 'Slider dots', 'htmega-addons' ),
421
- 'type' => Controls_Manager::SWITCHER,
422
- 'return_value' => 'yes',
423
- 'default' => 'no',
424
- 'condition' => [
425
- 'slider_on' => 'yes',
426
- ]
427
- ]
428
- );
429
-
430
- $this->add_control(
431
- 'slpause_on_hover',
432
- [
433
- 'type' => Controls_Manager::SWITCHER,
434
- 'label_off' => __('No', 'htmega-addons'),
435
- 'label_on' => __('Yes', 'htmega-addons'),
436
- 'return_value' => 'yes',
437
- 'default' => 'yes',
438
- 'label' => __('Pause on Hover?', 'htmega-addons'),
439
- 'condition' => [
440
- 'slider_on' => 'yes',
441
- ]
442
- ]
443
- );
444
-
445
- $this->add_control(
446
- 'slcentermode',
447
- [
448
- 'label' => esc_html__( 'Center Mode', 'htmega-addons' ),
449
- 'type' => Controls_Manager::SWITCHER,
450
- 'return_value' => 'yes',
451
- 'default' => 'no',
452
- 'condition' => [
453
- 'slider_on' => 'yes',
454
- ]
455
- ]
456
- );
457
-
458
- $this->add_control(
459
- 'slcenterpadding',
460
- [
461
- 'label' => esc_html__( 'Center padding', 'htmega-addons' ),
462
- 'type' => Controls_Manager::NUMBER,
463
- 'min' => 0,
464
- 'max' => 500,
465
- 'step' => 1,
466
- 'default' => 50,
467
- 'condition' => [
468
- 'slider_on' => 'yes',
469
- 'slcentermode' => 'yes',
470
- ]
471
- ]
472
- );
473
-
474
- $this->add_control(
475
- 'slautolay',
476
- [
477
- 'label' => esc_html__( 'Slider auto play', 'htmega-addons' ),
478
- 'type' => Controls_Manager::SWITCHER,
479
- 'return_value' => 'yes',
480
- 'separator' => 'before',
481
- 'default' => 'no',
482
- 'condition' => [
483
- 'slider_on' => 'yes',
484
- ]
485
- ]
486
- );
487
-
488
- $this->add_control(
489
- 'slautoplay_speed',
490
- [
491
- 'label' => __('Autoplay speed', 'htmega-addons'),
492
- 'type' => Controls_Manager::NUMBER,
493
- 'default' => 3000,
494
- 'condition' => [
495
- 'slider_on' => 'yes',
496
- ]
497
- ]
498
- );
499
-
500
- $this->add_control(
501
- 'slanimation_speed',
502
- [
503
- 'label' => __('Autoplay animation speed', 'htmega-addons'),
504
- 'type' => Controls_Manager::NUMBER,
505
- 'default' => 300,
506
- 'condition' => [
507
- 'slider_on' => 'yes',
508
- ]
509
- ]
510
- );
511
-
512
- $this->add_control(
513
- 'slscroll_columns',
514
- [
515
- 'label' => __('Slider item to scroll', 'htmega-addons'),
516
- 'type' => Controls_Manager::NUMBER,
517
- 'min' => 1,
518
- 'max' => 10,
519
- 'step' => 1,
520
- 'default' => 1,
521
- 'condition' => [
522
- 'slider_on' => 'yes',
523
- ]
524
- ]
525
- );
526
-
527
- $this->add_control(
528
- 'heading_tablet',
529
- [
530
- 'label' => __( 'Tablet', 'htmega-addons' ),
531
- 'type' => Controls_Manager::HEADING,
532
- 'separator' => 'after',
533
- 'condition' => [
534
- 'slider_on' => 'yes',
535
- ]
536
- ]
537
- );
538
-
539
- $this->add_control(
540
- 'sltablet_display_columns',
541
- [
542
- 'label' => __('Slider Items', 'htmega-addons'),
543
- 'type' => Controls_Manager::NUMBER,
544
- 'min' => 1,
545
- 'max' => 8,
546
- 'step' => 1,
547
- 'default' => 1,
548
- 'condition' => [
549
- 'slider_on' => 'yes',
550
- ]
551
- ]
552
- );
553
-
554
- $this->add_control(
555
- 'sltablet_scroll_columns',
556
- [
557
- 'label' => __('Slider item to scroll', 'htmega-addons'),
558
- 'type' => Controls_Manager::NUMBER,
559
- 'min' => 1,
560
- 'max' => 8,
561
- 'step' => 1,
562
- 'default' => 1,
563
- 'condition' => [
564
- 'slider_on' => 'yes',
565
- ]
566
- ]
567
- );
568
-
569
- $this->add_control(
570
- 'sltablet_width',
571
- [
572
- 'label' => __('Tablet Resolution', 'htmega-addons'),
573
- 'description' => __('The resolution to tablet.', 'htmega-addons'),
574
- 'type' => Controls_Manager::NUMBER,
575
- 'default' => 750,
576
- 'condition' => [
577
- 'slider_on' => 'yes',
578
- ]
579
- ]
580
- );
581
-
582
- $this->add_control(
583
- 'heading_mobile',
584
- [
585
- 'label' => __( 'Mobile Phone', 'htmega-addons' ),
586
- 'type' => Controls_Manager::HEADING,
587
- 'separator' => 'after',
588
- 'condition' => [
589
- 'slider_on' => 'yes',
590
- ]
591
- ]
592
- );
593
-
594
- $this->add_control(
595
- 'slmobile_display_columns',
596
- [
597
- 'label' => __('Slider Items', 'htmega-addons'),
598
- 'type' => Controls_Manager::NUMBER,
599
- 'min' => 1,
600
- 'max' => 4,
601
- 'step' => 1,
602
- 'default' => 1,
603
- 'condition' => [
604
- 'slider_on' => 'yes',
605
- ]
606
- ]
607
- );
608
-
609
- $this->add_control(
610
- 'slmobile_scroll_columns',
611
- [
612
- 'label' => __('Slider item to scroll', 'htmega-addons'),
613
- 'type' => Controls_Manager::NUMBER,
614
- 'min' => 1,
615
- 'max' => 4,
616
- 'step' => 1,
617
- 'default' => 1,
618
- 'condition' => [
619
- 'slider_on' => 'yes',
620
- ]
621
- ]
622
- );
623
-
624
- $this->add_control(
625
- 'slmobile_width',
626
- [
627
- 'label' => __('Mobile Resolution', 'htmega-addons'),
628
- 'description' => __('The resolution to mobile.', 'htmega-addons'),
629
- 'type' => Controls_Manager::NUMBER,
630
- 'default' => 480,
631
- 'condition' => [
632
- 'slider_on' => 'yes',
633
- ]
634
- ]
635
- );
636
-
637
- $this->end_controls_section(); // Slider Option end
638
-
639
- // Style tab section
640
- $this->start_controls_section(
641
- 'htmega_instagram_style_section',
642
- [
643
- 'label' => __( 'Style', 'htmega-addons' ),
644
- 'tab' => Controls_Manager::TAB_STYLE,
645
- ]
646
- );
647
-
648
- $this->add_group_control(
649
- Group_Control_Background::get_type(),
650
- [
651
- 'name' => 'instagram_background',
652
- 'label' => __( 'Background', 'htmega-addons' ),
653
- 'types' => [ 'classic', 'gradient' ],
654
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list',
655
- ]
656
- );
657
-
658
- $this->add_responsive_control(
659
- 'instagram_margin',
660
- [
661
- 'label' => __( 'Margin', 'htmega-addons' ),
662
- 'type' => Controls_Manager::DIMENSIONS,
663
- 'size_units' => [ 'px', '%', 'em' ],
664
- 'selectors' => [
665
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
666
- ],
667
- 'separator' =>'before',
668
- ]
669
- );
670
-
671
- $this->add_responsive_control(
672
- 'instagram_padding',
673
- [
674
- 'label' => __( 'Padding', 'htmega-addons' ),
675
- 'type' => Controls_Manager::DIMENSIONS,
676
- 'size_units' => [ 'px', '%', 'em' ],
677
- 'selectors' => [
678
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
679
- ],
680
- ]
681
- );
682
-
683
- $this->end_controls_section(); // Style Section
684
-
685
- // Item Style
686
- $this->start_controls_section(
687
- 'htmega_instagram_item_style_section',
688
- [
689
- 'label' => __( 'Item', 'htmega-addons' ),
690
- 'tab' => Controls_Manager::TAB_STYLE,
691
- ]
692
- );
693
-
694
- $this->add_group_control(
695
- Group_Control_Background::get_type(),
696
- [
697
- 'name' => 'instagram_item_background',
698
- 'label' => __( 'Background', 'htmega-addons' ),
699
- 'types' => [ 'classic', 'gradient' ],
700
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li',
701
- ]
702
- );
703
-
704
- $this->add_responsive_control(
705
- 'instagram_item_margin',
706
- [
707
- 'label' => __( 'Margin', 'htmega-addons' ),
708
- 'type' => Controls_Manager::DIMENSIONS,
709
- 'size_units' => [ 'px', '%', 'em' ],
710
- 'selectors' => [
711
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
712
- ],
713
- 'separator' =>'before',
714
- ]
715
- );
716
-
717
- $this->add_responsive_control(
718
- 'instagram_item_padding',
719
- [
720
- 'label' => __( 'Padding', 'htmega-addons' ),
721
- 'type' => Controls_Manager::DIMENSIONS,
722
- 'size_units' => [ 'px', '%', 'em' ],
723
- 'selectors' => [
724
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
725
- ],
726
- ]
727
- );
728
-
729
- $this->add_group_control(
730
- Group_Control_Border::get_type(),
731
- [
732
- 'name' => 'instagram_item_border',
733
- 'label' => __( 'Border', 'htmega-addons' ),
734
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li',
735
- ]
736
- );
737
-
738
- $this->add_responsive_control(
739
- 'instagram_item_border_radius',
740
- [
741
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
742
- 'type' => Controls_Manager::DIMENSIONS,
743
- 'selectors' => [
744
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
745
- ],
746
- ]
747
- );
748
-
749
- $this->add_control(
750
- 'instagram_item_overlay_color',
751
- [
752
- 'label' => __( 'Overlay Color', 'htmega-addons' ),
753
- 'type' => Controls_Manager::COLOR,
754
- 'default' => 'rgba(0, 0, 0, 0.7)',
755
- 'selectors' => [
756
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip::before' => 'background-color: {{VALUE}};',
757
- ],
758
- ]
759
- );
760
-
761
- $this->end_controls_section(); // Item Style end
762
-
763
- // Zoom icon Style
764
- $this->start_controls_section(
765
- 'htmega_instagram_icon_style_section',
766
- [
767
- 'label' => __( 'Zoom Icon', 'htmega-addons' ),
768
- 'tab' => Controls_Manager::TAB_STYLE,
769
- 'condition' =>[
770
- 'zoomicon_type'=>'icon',
771
- 'zoom_icon[value]!'=>'',
772
- ]
773
- ]
774
- );
775
-
776
- $this->add_control(
777
- 'icon_size',
778
- [
779
- 'label' => __( 'Font Size', 'htmega-addons' ),
780
- 'type' => Controls_Manager::SLIDER,
781
- 'size_units' => [ 'px', '%' ],
782
- 'range' => [
783
- 'px' => [
784
- 'min' => 0,
785
- 'max' => 100,
786
- 'step' => 1,
787
- ],
788
- '%' => [
789
- 'min' => 0,
790
- 'max' => 100,
791
- ],
792
- ],
793
- 'default' => [
794
- 'unit' => 'px',
795
- 'size' => 43,
796
- ],
797
- 'selectors' => [
798
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon i' => 'font-size: {{SIZE}}{{UNIT}};',
799
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon svg' => 'font-size: {{SIZE}}{{UNIT}};',
800
- ],
801
- ]
802
- );
803
-
804
- $this->add_control(
805
- 'instagram_icon_color',
806
- [
807
- 'label' => __( 'Color', 'htmega-addons' ),
808
- 'type' => Controls_Manager::COLOR,
809
- 'default' => '#ffffff',
810
- 'selectors' => [
811
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon i' => 'color: {{VALUE}};',
812
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon svg' => 'color: {{VALUE}};',
813
- ],
814
- ]
815
- );
816
-
817
- $this->add_group_control(
818
- Group_Control_Background::get_type(),
819
- [
820
- 'name' => 'instagram_icon_background',
821
- 'label' => __( 'Background', 'htmega-addons' ),
822
- 'types' => [ 'classic', 'gradient' ],
823
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon',
824
- ]
825
- );
826
-
827
- $this->add_responsive_control(
828
- 'instagram_icon_padding',
829
- [
830
- 'label' => __( 'Padding', 'htmega-addons' ),
831
- 'type' => Controls_Manager::DIMENSIONS,
832
- 'size_units' => [ 'px', '%', 'em' ],
833
- 'selectors' => [
834
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
835
- ],
836
- ]
837
- );
838
-
839
- $this->add_group_control(
840
- Group_Control_Border::get_type(),
841
- [
842
- 'name' => 'instagram_icon_border',
843
- 'label' => __( 'Border', 'htmega-addons' ),
844
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon',
845
- ]
846
- );
847
-
848
- $this->add_responsive_control(
849
- 'instagram_icon_border_radius',
850
- [
851
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
852
- 'type' => Controls_Manager::DIMENSIONS,
853
- 'selectors' => [
854
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list .zoom_icon' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
855
- ],
856
- ]
857
- );
858
-
859
- $this->end_controls_section(); // Zoom icon Style end
860
-
861
- // Zoom icon Style
862
- $this->start_controls_section(
863
- 'htmega_instagram_commentlike_style_section',
864
- [
865
- 'label' => __( 'Comment & Like', 'htmega-addons' ),
866
- 'tab' => Controls_Manager::TAB_STYLE,
867
- ]
868
- );
869
-
870
- $this->add_control(
871
- 'commentlike_size',
872
- [
873
- 'label' => __( 'Font Size', 'htmega-addons' ),
874
- 'type' => Controls_Manager::SLIDER,
875
- 'size_units' => [ 'px', '%' ],
876
- 'range' => [
877
- 'px' => [
878
- 'min' => 0,
879
- 'max' => 100,
880
- 'step' => 1,
881
- ],
882
- '%' => [
883
- 'min' => 0,
884
- 'max' => 100,
885
- ],
886
- ],
887
- 'default' => [
888
- 'unit' => 'px',
889
- 'size' => 16,
890
- ],
891
- 'selectors' => [
892
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'font-size: {{SIZE}}{{UNIT}};',
893
- ],
894
- ]
895
- );
896
-
897
- $this->add_control(
898
- 'instagram_commentlike_color',
899
- [
900
- 'label' => __( 'Color', 'htmega-addons' ),
901
- 'type' => Controls_Manager::COLOR,
902
- 'default' => '#ffffff',
903
- 'selectors' => [
904
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'color: {{VALUE}};',
905
- ],
906
- ]
907
- );
908
-
909
- $this->add_responsive_control(
910
- 'instagram_commentlike_padding',
911
- [
912
- 'label' => __( 'Padding', 'htmega-addons' ),
913
- 'type' => Controls_Manager::DIMENSIONS,
914
- 'size_units' => [ 'px', '%', 'em' ],
915
- 'selectors' => [
916
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
917
- ],
918
- ]
919
- );
920
-
921
- $this->add_responsive_control(
922
- 'instagram_commentlike_margin',
923
- [
924
- 'label' => __( 'Margin', 'htmega-addons' ),
925
- 'type' => Controls_Manager::DIMENSIONS,
926
- 'size_units' => [ 'px', '%', 'em' ],
927
- 'selectors' => [
928
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
929
- ],
930
- ]
931
- );
932
-
933
- $this->add_group_control(
934
- Group_Control_Border::get_type(),
935
- [
936
- 'name' => 'instagram_commentlike_border',
937
- 'label' => __( 'Border', 'htmega-addons' ),
938
- 'selector' => '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span',
939
- ]
940
- );
941
-
942
- $this->add_responsive_control(
943
- 'instagram_commentlike_border_radius',
944
- [
945
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
946
- 'type' => Controls_Manager::DIMENSIONS,
947
- 'selectors' => [
948
- '{{WRAPPER}} .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
949
- ],
950
- ]
951
- );
952
-
953
- $this->end_controls_section(); // Zoom icon Style end
954
-
955
- // Style Follow Button style start
956
- $this->start_controls_section(
957
- 'htmega_instagram_follow_btn_style',
958
- [
959
- 'label' => __( 'Follow Button', 'htmega-addons' ),
960
- 'tab' => Controls_Manager::TAB_STYLE,
961
- 'condition' =>[
962
- 'show_flow_button' => 'yes',
963
- ],
964
- ]
965
- );
966
-
967
- $this->add_control(
968
- 'follow_btn_margin',
969
- [
970
- 'label' => __( 'Margin', 'htmega-addons' ),
971
- 'type' => Controls_Manager::DIMENSIONS,
972
- 'size_units' => [ 'px', '%', 'em' ],
973
- 'selectors' => [
974
- '{{WRAPPER}} a.instagram_follow_btn' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
975
- ],
976
- ]
977
- );
978
-
979
- $this->add_control(
980
- 'follow_btn_color',
981
- [
982
- 'label' => __( 'Color', 'htmega-addons' ),
983
- 'type' => Controls_Manager::COLOR,
984
- 'selectors' => [
985
- '{{WRAPPER}} a.instagram_follow_btn' => 'color: {{VALUE}}',
986
- ],
987
- ]
988
- );
989
-
990
- $this->add_control(
991
- 'follow_btn_bg_color',
992
- [
993
- 'label' => __( 'Background Color', 'htmega-addons' ),
994
- 'type' => Controls_Manager::COLOR,
995
- 'selectors' => [
996
- '{{WRAPPER}} a.instagram_follow_btn' => 'background-color: {{VALUE}}',
997
- ],
998
- ]
999
- );
1000
-
1001
- $this->add_control(
1002
- 'follow_btn_icon_bg_color',
1003
- [
1004
- 'label' => __( 'Icon Background Color', 'htmega-addons' ),
1005
- 'type' => Controls_Manager::COLOR,
1006
- 'selectors' => [
1007
- '{{WRAPPER}} a.instagram_follow_btn i' => 'background-color: {{VALUE}}',
1008
- ],
1009
- ]
1010
- );
1011
-
1012
- $this->end_controls_section(); // Follow Button Style end
1013
-
1014
-
1015
-
1016
- // Style instagram arrow style start
1017
- $this->start_controls_section(
1018
- 'htmega_instagram_arrow_style',
1019
- [
1020
- 'label' => __( 'Arrow', 'htmega-addons' ),
1021
- 'tab' => Controls_Manager::TAB_STYLE,
1022
- 'condition' =>[
1023
- 'slider_on' => 'yes',
1024
- 'slarrows' => 'yes',
1025
- ],
1026
- ]
1027
- );
1028
-
1029
- $this->start_controls_tabs( 'instagram_arrow_style_tabs' );
1030
-
1031
- // Normal tab Start
1032
- $this->start_controls_tab(
1033
- 'instagram_arrow_style_normal_tab',
1034
- [
1035
- 'label' => __( 'Normal', 'htmega-addons' ),
1036
- ]
1037
- );
1038
-
1039
- $this->add_control(
1040
- 'htmega_instagram_arrow_color',
1041
- [
1042
- 'label' => __( 'Color', 'htmega-addons' ),
1043
- 'type' => Controls_Manager::COLOR,
1044
- 'default' => '#ffffff',
1045
- 'selectors' => [
1046
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'color: {{VALUE}};',
1047
- ],
1048
- ]
1049
- );
1050
-
1051
- $this->add_control(
1052
- 'htmega_instagram_arrow_fontsize',
1053
- [
1054
- 'label' => __( 'Font Size', 'htmega-addons' ),
1055
- 'type' => Controls_Manager::SLIDER,
1056
- 'size_units' => [ 'px', '%' ],
1057
- 'range' => [
1058
- 'px' => [
1059
- 'min' => 0,
1060
- 'max' => 100,
1061
- 'step' => 1,
1062
- ],
1063
- '%' => [
1064
- 'min' => 0,
1065
- 'max' => 100,
1066
- ],
1067
- ],
1068
- 'default' => [
1069
- 'unit' => 'px',
1070
- 'size' => 20,
1071
- ],
1072
- 'selectors' => [
1073
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'font-size: {{SIZE}}{{UNIT}};',
1074
- ],
1075
- ]
1076
- );
1077
-
1078
- $this->add_group_control(
1079
- Group_Control_Background::get_type(),
1080
- [
1081
- 'name' => 'instagram_arrow_background',
1082
- 'label' => __( 'Background', 'htmega-addons' ),
1083
- 'types' => [ 'classic', 'gradient' ],
1084
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow',
1085
- ]
1086
- );
1087
-
1088
- $this->add_group_control(
1089
- Group_Control_Border::get_type(),
1090
- [
1091
- 'name' => 'htmega_instagram_arrow_border',
1092
- 'label' => __( 'Border', 'htmega-addons' ),
1093
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow',
1094
- ]
1095
- );
1096
-
1097
- $this->add_responsive_control(
1098
- 'htmega_instagram_arrow_border_radius',
1099
- [
1100
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1101
- 'type' => Controls_Manager::DIMENSIONS,
1102
- 'selectors' => [
1103
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1104
- ],
1105
- ]
1106
- );
1107
-
1108
- $this->add_control(
1109
- 'htmega_instagram_arrow_height',
1110
- [
1111
- 'label' => __( 'Height', 'htmega-addons' ),
1112
- 'type' => Controls_Manager::SLIDER,
1113
- 'size_units' => [ 'px', '%' ],
1114
- 'range' => [
1115
- 'px' => [
1116
- 'min' => 0,
1117
- 'max' => 1000,
1118
- 'step' => 1,
1119
- ],
1120
- '%' => [
1121
- 'min' => 0,
1122
- 'max' => 100,
1123
- ],
1124
- ],
1125
- 'default' => [
1126
- 'unit' => 'px',
1127
- 'size' => 30,
1128
- ],
1129
- 'selectors' => [
1130
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'height: {{SIZE}}{{UNIT}};',
1131
- ],
1132
- ]
1133
- );
1134
-
1135
- $this->add_control(
1136
- 'htmega_instagram_arrow_width',
1137
- [
1138
- 'label' => __( 'Width', 'htmega-addons' ),
1139
- 'type' => Controls_Manager::SLIDER,
1140
- 'size_units' => [ 'px', '%' ],
1141
- 'range' => [
1142
- 'px' => [
1143
- 'min' => 0,
1144
- 'max' => 1000,
1145
- 'step' => 1,
1146
- ],
1147
- '%' => [
1148
- 'min' => 0,
1149
- 'max' => 100,
1150
- ],
1151
- ],
1152
- 'default' => [
1153
- 'unit' => 'px',
1154
- 'size' => 30,
1155
- ],
1156
- 'selectors' => [
1157
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'width: {{SIZE}}{{UNIT}};',
1158
- ],
1159
- ]
1160
- );
1161
-
1162
- $this->add_responsive_control(
1163
- 'htmega_instagram_arrow_padding',
1164
- [
1165
- 'label' => __( 'Padding', 'htmega-addons' ),
1166
- 'type' => Controls_Manager::DIMENSIONS,
1167
- 'size_units' => [ 'px', '%', 'em' ],
1168
- 'selectors' => [
1169
- '{{WRAPPER}} .htmega-instragram .slick-arrow' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1170
- ],
1171
- 'separator' =>'before',
1172
- ]
1173
- );
1174
-
1175
- $this->end_controls_tab(); // Normal tab end
1176
-
1177
- // Hover tab Start
1178
- $this->start_controls_tab(
1179
- 'instagram_arrow_style_hover_tab',
1180
- [
1181
- 'label' => __( 'Hover', 'htmega-addons' ),
1182
- ]
1183
- );
1184
-
1185
- $this->add_control(
1186
- 'htmega_instagram_arrow_hover_color',
1187
- [
1188
- 'label' => __( 'Color', 'htmega-addons' ),
1189
- 'type' => Controls_Manager::COLOR,
1190
- 'default' => '#ffffff',
1191
- 'selectors' => [
1192
- '{{WRAPPER}} .htmega-instragram .slick-arrow:hover' => 'color: {{VALUE}};',
1193
- ],
1194
- ]
1195
- );
1196
-
1197
- $this->add_group_control(
1198
- Group_Control_Background::get_type(),
1199
- [
1200
- 'name' => 'instagram_arrow_hover_background',
1201
- 'label' => __( 'Background', 'htmega-addons' ),
1202
- 'types' => [ 'classic', 'gradient' ],
1203
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow:hover',
1204
- ]
1205
- );
1206
-
1207
- $this->add_group_control(
1208
- Group_Control_Border::get_type(),
1209
- [
1210
- 'name' => 'htmega_instagram_arrow_hover_border',
1211
- 'label' => __( 'Border', 'htmega-addons' ),
1212
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-arrow:hover',
1213
- ]
1214
- );
1215
-
1216
- $this->add_responsive_control(
1217
- 'htmega_instagram_arrow_hover_border_radius',
1218
- [
1219
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1220
- 'type' => Controls_Manager::DIMENSIONS,
1221
- 'selectors' => [
1222
- '{{WRAPPER}} .htmega-instragram .slick-arrow:hover' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1223
- ],
1224
- ]
1225
- );
1226
-
1227
- $this->end_controls_tab(); // Hover tab end
1228
-
1229
- $this->end_controls_tabs();
1230
-
1231
- $this->end_controls_section(); // Style instagram arrow style end
1232
-
1233
-
1234
- // Style instagram Dots style start
1235
- $this->start_controls_section(
1236
- 'htmega_instagram_dots_style',
1237
- [
1238
- 'label' => __( 'Pagination', 'htmega-addons' ),
1239
- 'tab' => Controls_Manager::TAB_STYLE,
1240
- 'condition' =>[
1241
- 'slider_on' => 'yes',
1242
- 'sldots' => 'yes',
1243
- ],
1244
- ]
1245
- );
1246
-
1247
- $this->start_controls_tabs( 'instagram_dots_style_tabs' );
1248
-
1249
- // Normal tab Start
1250
- $this->start_controls_tab(
1251
- 'instagram_dots_style_normal_tab',
1252
- [
1253
- 'label' => __( 'Normal', 'htmega-addons' ),
1254
- ]
1255
- );
1256
-
1257
- $this->add_group_control(
1258
- Group_Control_Background::get_type(),
1259
- [
1260
- 'name' => 'instagram_dots_background',
1261
- 'label' => __( 'Background', 'htmega-addons' ),
1262
- 'types' => [ 'classic', 'gradient' ],
1263
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li',
1264
- ]
1265
- );
1266
-
1267
- $this->add_group_control(
1268
- Group_Control_Border::get_type(),
1269
- [
1270
- 'name' => 'htmega_instagram_dots_border',
1271
- 'label' => __( 'Border', 'htmega-addons' ),
1272
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li',
1273
- ]
1274
- );
1275
-
1276
- $this->add_responsive_control(
1277
- 'htmega_instagram_dots_border_radius',
1278
- [
1279
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1280
- 'type' => Controls_Manager::DIMENSIONS,
1281
- 'selectors' => [
1282
- '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1283
- ],
1284
- ]
1285
- );
1286
-
1287
- $this->add_control(
1288
- 'htmega_instagram_dots_height',
1289
- [
1290
- 'label' => __( 'Height', 'htmega-addons' ),
1291
- 'type' => Controls_Manager::SLIDER,
1292
- 'size_units' => [ 'px', '%' ],
1293
- 'range' => [
1294
- 'px' => [
1295
- 'min' => 0,
1296
- 'max' => 1000,
1297
- 'step' => 1,
1298
- ],
1299
- '%' => [
1300
- 'min' => 0,
1301
- 'max' => 100,
1302
- ],
1303
- ],
1304
- 'default' => [
1305
- 'unit' => 'px',
1306
- 'size' => 15,
1307
- ],
1308
- 'selectors' => [
1309
- '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'height: {{SIZE}}{{UNIT}};',
1310
- ],
1311
- ]
1312
- );
1313
-
1314
- $this->add_control(
1315
- 'htmega_instagram_dots_width',
1316
- [
1317
- 'label' => __( 'Width', 'htmega-addons' ),
1318
- 'type' => Controls_Manager::SLIDER,
1319
- 'size_units' => [ 'px', '%' ],
1320
- 'range' => [
1321
- 'px' => [
1322
- 'min' => 0,
1323
- 'max' => 1000,
1324
- 'step' => 1,
1325
- ],
1326
- '%' => [
1327
- 'min' => 0,
1328
- 'max' => 100,
1329
- ],
1330
- ],
1331
- 'default' => [
1332
- 'unit' => 'px',
1333
- 'size' => 15,
1334
- ],
1335
- 'selectors' => [
1336
- '{{WRAPPER}} .htmega-instragram .slick-dots li' => 'width: {{SIZE}}{{UNIT}} !important;',
1337
- ],
1338
- ]
1339
- );
1340
-
1341
- $this->end_controls_tab(); // Normal tab end
1342
-
1343
- // Hover tab Start
1344
- $this->start_controls_tab(
1345
- 'instagram_dots_style_hover_tab',
1346
- [
1347
- 'label' => __( 'Active', 'htmega-addons' ),
1348
- ]
1349
- );
1350
-
1351
- $this->add_group_control(
1352
- Group_Control_Background::get_type(),
1353
- [
1354
- 'name' => 'instagram_dots_hover_background',
1355
- 'label' => __( 'Background', 'htmega-addons' ),
1356
- 'types' => [ 'classic', 'gradient' ],
1357
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active',
1358
- ]
1359
- );
1360
-
1361
- $this->add_group_control(
1362
- Group_Control_Border::get_type(),
1363
- [
1364
- 'name' => 'htmega_instagram_dots_hover_border',
1365
- 'label' => __( 'Border', 'htmega-addons' ),
1366
- 'selector' => '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active',
1367
- ]
1368
- );
1369
-
1370
- $this->add_responsive_control(
1371
- 'htmega_instagram_dots_hover_border_radius',
1372
- [
1373
- 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
1374
- 'type' => Controls_Manager::DIMENSIONS,
1375
- 'selectors' => [
1376
- '{{WRAPPER}} .htmega-instragram .slick-dots li.slick-active' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
1377
- ],
1378
- ]
1379
- );
1380
-
1381
- $this->end_controls_tab(); // Hover tab end
1382
-
1383
- $this->end_controls_tabs();
1384
-
1385
- $this->end_controls_section(); // Style instagram dots style end
1386
-
1387
- }
1388
-
1389
- protected function render( $instance = [] ) {
1390
-
1391
- $settings = $this->get_settings_for_display();
1392
- $id = $this->get_id();
1393
-
1394
- $this->add_render_attribute( 'htmega_instragram', 'class', 'htmega-instragram' );
1395
- $this->add_render_attribute( 'htmega_instragram', 'class', 'htmega-instragram-style-'.$settings['instagram_style'] );
1396
- $imagesize = (int)$settings['instagram_image_size'];
1397
-
1398
- $limit = !empty( $settings['limit'] ) ? $settings['limit'] : 8;
1399
- $username = !empty( $settings['username'] ) ? $settings['username'] : 'portfolio.devitems';
1400
- $profile_link = 'https://www.instagram.com/'.$username;
1401
-
1402
-
1403
- if( $settings['slider_on'] == 'yes' ){
1404
-
1405
- $slider_settings = [
1406
- 'arrows' => ('yes' === $settings['slarrows']),
1407
- 'arrow_prev_txt' => HTMega_Icon_manager::render_icon( $settings['slprevicon'], [ 'aria-hidden' => 'true' ] ),
1408
- 'arrow_next_txt' => HTMega_Icon_manager::render_icon( $settings['slnexticon'], [ 'aria-hidden' => 'true' ] ),
1409
- 'dots' => ('yes' === $settings['sldots']),
1410
- 'autoplay' => ('yes' === $settings['slautolay']),
1411
- 'autoplay_speed' => absint($settings['slautoplay_speed']),
1412
- 'animation_speed' => absint($settings['slanimation_speed']),
1413
- 'pause_on_hover' => ('yes' === $settings['slpause_on_hover']),
1414
- 'center_mode' => ( 'yes' === $settings['slcentermode']),
1415
- 'center_padding' => absint($settings['slcenterpadding']),
1416
- ];
1417
-
1418
- $slider_responsive_settings = [
1419
- 'display_columns' => $settings['slitems'],
1420
- 'scroll_columns' => $settings['slscroll_columns'],
1421
- 'tablet_width' => $settings['sltablet_width'],
1422
- 'tablet_display_columns' => $settings['sltablet_display_columns'],
1423
- 'tablet_scroll_columns' => $settings['sltablet_scroll_columns'],
1424
- 'mobile_width' => $settings['slmobile_width'],
1425
- 'mobile_display_columns' => $settings['slmobile_display_columns'],
1426
- 'mobile_scroll_columns' => $settings['slmobile_scroll_columns'],
1427
-
1428
- ];
1429
-
1430
- $slider_settings = array_merge( $slider_settings, $slider_responsive_settings );
1431
- }else{
1432
- $slider_settings = [];
1433
- }
1434
-
1435
- ?>
1436
- <div <?php echo $this->get_render_attribute_string('htmega_instragram'); ?> >
1437
-
1438
- <div id="htmega-instagram-list-<?php echo $id; ?>"></div>
1439
-
1440
- <?php
1441
- if( $settings['show_flow_button'] == 'yes' ):
1442
- $flowtxt = $settings['flow_button_txt'].' '.$username;
1443
- ?>
1444
- <a class="instagram_follow_btn" href="<?php echo esc_url( $profile_link ); ?>" target="_blank">
1445
- <?php echo HTMega_Icon_manager::render_icon( $settings['flow_button_icon'], [ 'aria-hidden' => 'true' ] ); ?>
1446
- <span><?php echo esc_html__( $flowtxt, 'htmega-addons' );?></span>
1447
- </a>
1448
- <?php endif; ?>
1449
-
1450
- </div>
1451
-
1452
- <?php
1453
- $zoo_image = '';
1454
- if( !empty( $settings['zoom_image'] ) && $settings['zoomicon_type'] == 'img' ){
1455
- $zoo_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'zoom_imagesize', 'zoom_image' );
1456
- }else{
1457
- $zoo_image = sprintf('<span class="zoom_icon">%1$s</span>', HTMega_Icon_manager::render_icon( $settings['zoom_icon'], [ 'aria-hidden' => 'true' ] ) );
1458
- }
1459
- ?>
1460
-
1461
- <script type="text/javascript">
1462
- ;jQuery(document).ready(function($) {
1463
- 'use strict';
1464
-
1465
- var limit = <?php echo $limit; ?>,
1466
- id = '<?php echo $id; ?>',
1467
- username = '<?php echo $username; ?>',
1468
- img_size = <?php echo $imagesize; ?>,
1469
- slider_on = '<?php echo $settings['slider_on']; ?>';
1470
-
1471
- // Meta Option
1472
- var comment = '<?php echo $settings['show_comment']; ?>',
1473
- like = '<?php echo $settings['show_like']; ?>',
1474
- lightbox = '<?php echo $settings['show_light_box']; ?>',
1475
- like_icon = '<?php echo HTMega_Icon_manager::render_icon( $settings['like_icon'], [ 'aria-hidden' => 'true' ] ); ?>',
1476
- comment_icon = '<?php echo HTMega_Icon_manager::render_icon( $settings['comment_icon'], [ 'aria-hidden' => 'true' ] ); ?>',
1477
- zoo_image = '<?php echo $zoo_image; ?>',
1478
- lazy_load = '<?php echo $settings['lazy_load']; ?>';
1479
-
1480
- // Slider Option
1481
- if( slider_on == 'yes' ){
1482
- var slider_opt = <?php echo wp_json_encode( $slider_settings ); ?>;
1483
- var arrows = slider_opt['arrows'],
1484
- arrow_prev_txt = slider_opt['arrow_prev_txt'],
1485
- arrow_next_txt = slider_opt['arrow_next_txt'],
1486
- dots = slider_opt['dots'],
1487
- autoplay = slider_opt['autoplay'],
1488
- autoplay_speed = parseInt(slider_opt['autoplay_speed']) || 3000,
1489
- animation_speed = parseInt(slider_opt['animation_speed']) || 300,
1490
- pause_on_hover = slider_opt['pause_on_hover'],
1491
- center_mode = slider_opt['center_mode'],
1492
- center_padding = slider_opt['center_padding'] ? slider_opt['center_padding'] : '50px',
1493
- display_columns = parseInt(slider_opt['display_columns']) || 1,
1494
- scroll_columns = parseInt(slider_opt['scroll_columns']) || 1,
1495
- tablet_width = parseInt(slider_opt['tablet_width']) || 800,
1496
- tablet_display_columns = parseInt(slider_opt['tablet_display_columns']) || 1,
1497
- tablet_scroll_columns = parseInt(slider_opt['tablet_scroll_columns']) || 1,
1498
- mobile_width = parseInt(slider_opt['mobile_width']) || 480,
1499
- mobile_display_columns = parseInt(slider_opt['mobile_display_columns']) || 1,
1500
- mobile_scroll_columns = parseInt(slider_opt['mobile_scroll_columns']) || 1;
1501
- }
1502
-
1503
- // Manage Image Size
1504
- var image_sizes = {
1505
- "150": 0,
1506
- "240": 1,
1507
- "320": 2,
1508
- "480": 3,
1509
- "640": 4
1510
- };
1511
-
1512
- //image size
1513
- var image_index = typeof image_sizes[img_size] !== "undefined" ? image_sizes[img_size] : image_sizes[640];
1514
-
1515
- // Clear localStorage data
1516
- var clearLocalData = '<?php echo $settings['clear_cache_data']; ?>';
1517
- if( clearLocalData == 'yes' ){
1518
- window.localStorage.clear();
1519
- }
1520
-
1521
- // Display Instagram item
1522
- function htMegaDisplayInstagramFeed( data ){
1523
- var html = "<ul class='htmega-instagram-list'>";
1524
- var imgs = (data.edge_owner_to_timeline_media || data.edge_hashtag_to_media).edges,
1525
- max = ( imgs.length > limit ) ? limit : imgs.length;
1526
-
1527
- for (var i = 0; i < max; i++) {
1528
- var url = "https://www.instagram.com/p/" + imgs[i].node.shortcode,
1529
- image, fullimage, type_resource, caption;
1530
-
1531
- switch (imgs[i].node.__typename) {
1532
- case "GraphSidecar":
1533
- type_resource = "sidecar"
1534
- image = imgs[i].node.thumbnail_resources[image_index].src;
1535
- fullimage = imgs[i].node.thumbnail_src;
1536
- break;
1537
- case "GraphVideo":
1538
- type_resource = "video";
1539
- image = imgs[i].node.thumbnail_src
1540
- fullimage = imgs[i].node.thumbnail_src;
1541
- break;
1542
- default:
1543
- type_resource = "image";
1544
- image = imgs[i].node.thumbnail_resources[image_index].src;
1545
- fullimage = imgs[i].node.thumbnail_src;
1546
- }
1547
-
1548
- if (
1549
- typeof imgs[i].node.edge_media_to_caption.edges[0] !== "undefined" &&
1550
- typeof imgs[i].node.edge_media_to_caption.edges[0].node !== "undefined" &&
1551
- typeof imgs[i].node.edge_media_to_caption.edges[0].node.text !== "undefined" &&
1552
- imgs[i].node.edge_media_to_caption.edges[0].node.text !== null
1553
- ) {
1554
- caption = imgs[i].node.edge_media_to_caption.edges[0].node.text;
1555
- } else if (
1556
- typeof imgs[i].node.accessibility_caption !== "undefined" &&
1557
- imgs[i].node.accessibility_caption !== null
1558
- ) {
1559
- caption = imgs[i].node.accessibility_caption;
1560
- } else {
1561
- caption = (is_tag ? data.name : data.username) + " image " + i;
1562
- }
1563
-
1564
- html += '<li>';
1565
- html += "<a href='" + url + "' rel='noopener' target='_blank'>";
1566
- html += "<img" + (lazy_load == 'yes' ? " loading='lazy'" : '') +" src='" + image + "' alt='" + caption + "' />";
1567
- html += "</a>";
1568
-
1569
- if( comment == 'yes' || like == 'yes' || lightbox == 'yes' ){
1570
-
1571
- html += '<div class="instagram-clip"><div class="htmega-content">';
1572
-
1573
- if( comment == 'yes' || like == 'yes' ){
1574
- html += '<div class="instagram-like-comment">';
1575
- if( like == 'yes' ){
1576
- html += '<span class="like">'+like_icon+imgs[i].node.edge_liked_by.count+'</span>';
1577
- }
1578
- if( comment == 'yes' ){
1579
- html += '<span class="comment">'+comment_icon+imgs[i].node.edge_media_to_comment.count+'</span>';
1580
- }
1581
- html +='</div>';
1582
- }
1583
-
1584
- if( lightbox == 'yes' ){
1585
- html += '<div class="instagram-btn">';
1586
- html += '<a class="image-popup-vertical-fit" href="'+ fullimage +'">'+zoo_image+'</a>';
1587
- html += '</div>';
1588
- }
1589
-
1590
- html += '</div></div>';
1591
- }
1592
-
1593
-
1594
- html += '</li>';
1595
- }
1596
-
1597
- html += '</ul>';
1598
-
1599
- $( "#htmega-instagram-list-"+id ).html( html );
1600
- }
1601
-
1602
- // Instagram Feed
1603
- if( window.localStorage.getItem( "htmega_instragram_local_data_status"+id ) === 'true' ){
1604
- var localdata = window.localStorage.getItem( "htmega_instragram_local_data_"+id );
1605
- htMegaDisplayInstagramFeed( JSON.parse( localdata ) );
1606
- }else{
1607
- $.instagramFeed({
1608
- 'username': username,
1609
- 'callback': function( data ){
1610
- window.localStorage.setItem( "htmega_instragram_local_data_"+id, JSON.stringify( data ) );
1611
- window.localStorage.setItem( "htmega_instragram_local_data_status"+id, 'true' );
1612
- htMegaDisplayInstagramFeed( data );
1613
- }
1614
- });
1615
- }
1616
-
1617
- if( slider_on == 'yes' ){
1618
-
1619
- function htMegaInstagramSlider( selector = 'htmega-instagram-list' ){
1620
- $("#htmega-instagram-list-"+id+" ." + selector ).slick({
1621
- arrows: arrows,
1622
- prevArrow: '<button class="htmega-carosul-prev">'+arrow_prev_txt+'</button>',
1623
- nextArrow: '<button class="htmega-carosul-next">'+arrow_next_txt+'</button>',
1624
- dots: dots,
1625
- infinite: true,
1626
- autoplay: autoplay,
1627
- autoplaySpeed: autoplay_speed,
1628
- speed: animation_speed,
1629
- fade: false,
1630
- pauseOnHover: pause_on_hover,
1631
- slidesToShow: display_columns,
1632
- slidesToScroll: scroll_columns,
1633
- centerMode: center_mode,
1634
- centerPadding: center_padding,
1635
- responsive: [
1636
- {
1637
- breakpoint: tablet_width,
1638
- settings: {
1639
- slidesToShow: tablet_display_columns,
1640
- slidesToScroll: tablet_scroll_columns
1641
- }
1642
- },
1643
- {
1644
- breakpoint: mobile_width,
1645
- settings: {
1646
- slidesToShow: mobile_display_columns,
1647
- slidesToScroll: mobile_scroll_columns
1648
- }
1649
- }
1650
- ]
1651
- })
1652
- }
1653
-
1654
- if( window.localStorage.getItem( "htmega_instragram_local_data_status"+id ) === 'true' ){
1655
- htMegaInstagramSlider();
1656
- }else{
1657
- $("#htmega-instagram-list-"+id).on("DOMNodeInserted", function (e) {
1658
- if ( e.target.className == 'htmega-instagram-list' ) {
1659
- htMegaInstagramSlider();
1660
- }
1661
- });
1662
- }
1663
-
1664
- }
1665
-
1666
- });
1667
- </script>
1668
-
1669
- <?php
1670
- }
1671
-
1672
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/widgets/htmega_post_carousel.php CHANGED
@@ -228,17 +228,30 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
228
  ]
229
  ]
230
  );
231
-
232
  $this->add_control(
233
  'show_content',
234
  [
235
- 'label' => esc_html__( 'Content', 'htmega-addons' ),
236
  'type' => Controls_Manager::SWITCHER,
237
  'return_value' => 'yes',
238
  'default' => 'yes',
239
  ]
240
  );
241
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  $this->add_control(
243
  'content_length',
244
  [
@@ -248,6 +261,7 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
248
  'default' => 20,
249
  'condition'=>[
250
  'show_content'=>'yes',
 
251
  ]
252
  ]
253
  );
@@ -2306,7 +2320,11 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
2306
 
2307
  <?php
2308
  if( $settings['show_content'] == 'yes' ){
2309
- echo '<p>'.wp_trim_words( strip_shortcodes( get_the_content() ), $settings['content_length'], '' ).'</p>';
 
 
 
 
2310
  }
2311
  ?>
2312
 
228
  ]
229
  ]
230
  );
 
231
  $this->add_control(
232
  'show_content',
233
  [
234
+ 'label' => esc_html__( 'Show Content', 'htmega-addons' ),
235
  'type' => Controls_Manager::SWITCHER,
236
  'return_value' => 'yes',
237
  'default' => 'yes',
238
  ]
239
  );
240
+ $this->add_control(
241
+ 'content_type',
242
+ [
243
+ 'label' => esc_html__( 'Content Source', 'htmega-addons' ),
244
+ 'type' => Controls_Manager::SELECT,
245
+ 'default' => 'content',
246
+ 'options' => [
247
+ 'content' => esc_html__('Content','htmega-addons'),
248
+ 'excerpt' => esc_html__('Excerpt','htmega-addons'),
249
+ ],
250
+ 'condition'=>[
251
+ 'show_content'=>'yes',
252
+ ]
253
+ ]
254
+ );
255
  $this->add_control(
256
  'content_length',
257
  [
261
  'default' => 20,
262
  'condition'=>[
263
  'show_content'=>'yes',
264
+ 'content_type'=>'content',
265
  ]
266
  ]
267
  );
2320
 
2321
  <?php
2322
  if( $settings['show_content'] == 'yes' ){
2323
+ if( $settings['content_type'] == 'excerpt' ){
2324
+ echo '<p>'.get_the_excerpt().'</p>';
2325
+ } else {
2326
+ echo '<p>'.wp_trim_words( strip_shortcodes( get_the_content() ), $settings['content_length'], '' ).'</p>';
2327
+ }
2328
  }
2329
  ?>
2330
 
languages/htmega-addons.pot CHANGED
@@ -1,13043 +1,13043 @@
1
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: HT Mega - Absolute Addons for Elementor Page Builder\n"
5
- "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-09-13 08:13+0000\n"
7
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
- "Language-Team: \n"
10
- "Language: \n"
11
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Loco https://localise.biz/\n"
16
- "X-Loco-Version: 2.6.2; wp-6.0.2\n"
17
- "X-Domain: htmega-addons"
18
-
19
- #: includes/widgets/htmega_twitter_feed.php:1680
20
- msgid " days ago"
21
- msgstr ""
22
-
23
- #: includes/widgets/htmega_verticle_time_line.php:600
24
- msgid " Dot Border Hover Gradient Color"
25
- msgstr ""
26
-
27
- #: includes/widgets/htmega_twitter_feed.php:1674
28
- msgid " hours ago"
29
- msgstr ""
30
-
31
- #: includes/widgets/htmega_twitter_feed.php:1668
32
- msgid " min ago"
33
- msgstr ""
34
-
35
- #: includes/widgets/htmega_twitter_feed.php:1684
36
- msgid " months ago"
37
- msgstr ""
38
-
39
- #: includes/widgets/htmega_twitter_feed.php:1687
40
- msgid " years ago"
41
- msgstr ""
42
-
43
- #: includes/class.htmega.php:180 includes/class.htmega.php:195
44
- #, php-format
45
- msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
46
- msgstr ""
47
-
48
- #: includes/widgets/htmega_brand.php:93 includes/widgets/htmega_brand.php:106
49
- #: includes/widgets/htmega_image_grid.php:180
50
- #: includes/widgets/htmega_image_masonry.php:161
51
- msgid "#"
52
- msgstr ""
53
-
54
- #: includes/widgets/htmega_counter.php:175
55
- msgid "$"
56
- msgstr ""
57
-
58
- #: includes/widgets/htmega_pricing_list_view.php:165
59
- msgid "$42"
60
- msgstr ""
61
-
62
- #: includes/widgets/htmega_pricing_list_view.php:159
63
- msgid "$46"
64
- msgstr ""
65
-
66
- #: includes/widgets/htmega_pricing_list_view.php:153
67
- msgid "$48"
68
- msgstr ""
69
-
70
- #: includes/widgets/htmega_pricing_list_view.php:147
71
- msgid "$52"
72
- msgstr ""
73
-
74
- #: includes/widgets/htmega_pricing_list_view.php:99
75
- msgid "$56"
76
- msgstr ""
77
-
78
- #. %s: Number of installations.
79
- #: includes/recommended-plugins/class.recommended-plugins.php:297
80
- #, php-format
81
- msgid "%s Active Installations"
82
- msgstr ""
83
-
84
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:244
85
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:581
86
- #, php-format
87
- msgid "%s Comments"
88
- msgstr ""
89
-
90
- #: extensions/ht-menu/menu/templates.php:107
91
- #: extensions/ht-menu/menu/templates.php:115
92
- #: extensions/ht-menu/menu/templates.php:129
93
- #: extensions/ht-menu/menu/templates.php:144
94
- #: extensions/ht-menu/menu/templates.php:180
95
- msgid "( Pro )"
96
- msgstr ""
97
-
98
- #: includes/widgets/htmega_tablepress.php:36
99
- msgid "(no name)"
100
- msgstr ""
101
-
102
- #: extensions/ht-menu/menu/templates.php:136
103
- msgid "(Pro)"
104
- msgstr ""
105
-
106
- #: includes/widgets/htmega_counter.php:184
107
- msgid "+"
108
- msgstr ""
109
-
110
- #: includes/widgets/htmega_booked_calender.php:67
111
- msgid "01"
112
- msgstr ""
113
-
114
- #: includes/widgets/htmega_booked_calender.php:68
115
- msgid "02"
116
- msgstr ""
117
-
118
- #: includes/widgets/htmega_booked_calender.php:69
119
- msgid "03"
120
- msgstr ""
121
-
122
- #: includes/widgets/htmega_booked_calender.php:70
123
- msgid "04"
124
- msgstr ""
125
-
126
- #: includes/widgets/htmega_booked_calender.php:71
127
- msgid "05"
128
- msgstr ""
129
-
130
- #: includes/widgets/htmega_booked_calender.php:72
131
- msgid "06"
132
- msgstr ""
133
-
134
- #: includes/widgets/htmega_booked_calender.php:73
135
- msgid "07"
136
- msgstr ""
137
-
138
- #: includes/widgets/htmega_booked_calender.php:74
139
- msgid "08"
140
- msgstr ""
141
-
142
- #: includes/widgets/htmega_booked_calender.php:75
143
- msgid "09"
144
- msgstr ""
145
-
146
- #: includes/widgets/htmega_data_table.php:527
147
- #: includes/widgets/htmega_data_table.php:528
148
- #: includes/widgets/htmega_data_table.php:534
149
- #: includes/widgets/htmega_data_table.php:540
150
- #: includes/widgets/htmega_data_table.php:547
151
- #: includes/widgets/htmega_instagram.php:162
152
- #: includes/widgets/htmega_pricing_list_view.php:1093
153
- #: includes/widgets/htmega_pricing_list_view.php:1094
154
- #: includes/widgets/htmega_pricing_list_view.php:1100
155
- #: includes/widgets/htmega_pricing_list_view.php:1106
156
- #: includes/widgets/htmega_pricing_list_view.php:1113
157
- #: extensions/ht-builder/widgets/bl_post_archive.php:60
158
- msgid "1"
159
- msgstr ""
160
-
161
- #: includes/widgets/htmega_twitter_feed.php:1671
162
- msgid "1 hour ago"
163
- msgstr ""
164
-
165
- #: includes/widgets/htmega_twitter_feed.php:1665
166
- msgid "1 min ago"
167
- msgstr ""
168
-
169
- #: extensions/wc-sales-notification/admin/setting.php:132
170
- msgid "1 minute"
171
- msgstr ""
172
-
173
- #: includes/widgets/htmega_twitter_feed.php:1684
174
- msgid "1 month ago"
175
- msgstr ""
176
-
177
- #: extensions/wc-sales-notification/admin/setting.php:157
178
- msgid "1 week"
179
- msgstr ""
180
-
181
- #: includes/widgets/htmega_twitter_feed.php:1687
182
- msgid "1 year ago"
183
- msgstr ""
184
-
185
- #: includes/widgets/htmega_countdown.php:425
186
- msgid "1. Background Days"
187
- msgstr ""
188
-
189
- #: extensions/wc-sales-notification/admin/setting.php:133
190
- msgid "1.5 minutes"
191
- msgstr ""
192
-
193
- #: includes/widgets/htmega_booked_calender.php:76
194
- msgid "10"
195
- msgstr ""
196
-
197
- #: extensions/wc-sales-notification/admin/setting.php:127
198
- msgid "10 seconds"
199
- msgstr ""
200
-
201
- #: includes/widgets/htmega_data_table.php:122
202
- msgid "10,25,50,100"
203
- msgstr ""
204
-
205
- #: includes/widgets/htmega_booked_calender.php:77
206
- msgid "11"
207
- msgstr ""
208
-
209
- #: includes/widgets/htmega_booked_calender.php:78
210
- msgid "12"
211
- msgstr ""
212
-
213
- #: includes/widgets/htmega_booked_calender.php:79
214
- msgid "13"
215
- msgstr ""
216
-
217
- #: includes/widgets/htmega_booked_calender.php:80
218
- msgid "14"
219
- msgstr ""
220
-
221
- #: includes/widgets/htmega_booked_calender.php:81
222
- msgid "15"
223
- msgstr ""
224
-
225
- #: admin/include/admin-setting.php:1397
226
- msgid "15 Categories / Template set"
227
- msgstr ""
228
-
229
- #: admin/include/admin-setting.php:1398
230
- msgid "15 Templates"
231
- msgstr ""
232
-
233
- #: includes/widgets/htmega_booked_calender.php:82
234
- msgid "16"
235
- msgstr ""
236
-
237
- #: includes/widgets/htmega_booked_calender.php:83
238
- msgid "17"
239
- msgstr ""
240
-
241
- #: includes/widgets/htmega_booked_calender.php:84
242
- msgid "18"
243
- msgstr ""
244
-
245
- #: includes/widgets/htmega_booked_calender.php:85
246
- msgid "19"
247
- msgstr ""
248
-
249
- #: includes/widgets/htmega_instagram.php:163
250
- #: extensions/ht-builder/widgets/bl_post_archive.php:61
251
- msgid "2"
252
- msgstr ""
253
-
254
- #: extensions/wc-sales-notification/admin/setting.php:134
255
- msgid "2 minutes"
256
- msgstr ""
257
-
258
- #: extensions/wc-sales-notification/admin/setting.php:119
259
- msgid "2 seconds"
260
- msgstr ""
261
-
262
- #: includes/widgets/htmega_countdown.php:450
263
- msgid "2. Background Hours"
264
- msgstr ""
265
-
266
- #: includes/widgets/htmega_booked_calender.php:86
267
- msgid "20"
268
- msgstr ""
269
-
270
- #: extensions/wc-sales-notification/admin/setting.php:128
271
- msgid "20 seconds"
272
- msgstr ""
273
-
274
- #: includes/widgets/htmega_booked_calender.php:132
275
- msgid "2018"
276
- msgstr ""
277
-
278
- #: includes/widgets/htmega_booked_calender.php:133
279
- msgid "2019"
280
- msgstr ""
281
-
282
- #: includes/widgets/htmega_booked_calender.php:134
283
- msgid "2020"
284
- msgstr ""
285
-
286
- #: includes/widgets/htmega_booked_calender.php:135
287
- msgid "2021"
288
- msgstr ""
289
-
290
- #: includes/widgets/htmega_booked_calender.php:136
291
- msgid "2022"
292
- msgstr ""
293
-
294
- #: includes/widgets/htmega_booked_calender.php:137
295
- msgid "2023"
296
- msgstr ""
297
-
298
- #: includes/widgets/htmega_booked_calender.php:138
299
- msgid "2024"
300
- msgstr ""
301
-
302
- #: includes/widgets/htmega_booked_calender.php:139
303
- msgid "2025"
304
- msgstr ""
305
-
306
- #: includes/widgets/htmega_booked_calender.php:140
307
- msgid "2026"
308
- msgstr ""
309
-
310
- #: includes/widgets/htmega_booked_calender.php:141
311
- msgid "2027"
312
- msgstr ""
313
-
314
- #: includes/widgets/htmega_booked_calender.php:142
315
- msgid "2028"
316
- msgstr ""
317
-
318
- #: includes/widgets/htmega_booked_calender.php:143
319
- msgid "2029"
320
- msgstr ""
321
-
322
- #: includes/widgets/htmega_booked_calender.php:144
323
- msgid "2030"
324
- msgstr ""
325
-
326
- #: includes/widgets/htmega_booked_calender.php:145
327
- msgid "2031"
328
- msgstr ""
329
-
330
- #: includes/widgets/htmega_booked_calender.php:146
331
- msgid "2032"
332
- msgstr ""
333
-
334
- #: includes/widgets/htmega_booked_calender.php:147
335
- msgid "2033"
336
- msgstr ""
337
-
338
- #: includes/widgets/htmega_booked_calender.php:148
339
- msgid "2034"
340
- msgstr ""
341
-
342
- #: includes/widgets/htmega_booked_calender.php:149
343
- msgid "2035"
344
- msgstr ""
345
-
346
- #: includes/widgets/htmega_booked_calender.php:150
347
- msgid "2036"
348
- msgstr ""
349
-
350
- #: includes/widgets/htmega_booked_calender.php:151
351
- msgid "2037"
352
- msgstr ""
353
-
354
- #: includes/widgets/htmega_booked_calender.php:152
355
- msgid "2038"
356
- msgstr ""
357
-
358
- #: includes/widgets/htmega_booked_calender.php:153
359
- msgid "2039"
360
- msgstr ""
361
-
362
- #: includes/widgets/htmega_booked_calender.php:154
363
- msgid "2040"
364
- msgstr ""
365
-
366
- #: includes/widgets/htmega_booked_calender.php:87
367
- msgid "21"
368
- msgstr ""
369
-
370
- #: includes/widgets/htmega_booked_calender.php:88
371
- msgid "22"
372
- msgstr ""
373
-
374
- #: includes/widgets/htmega_booked_calender.php:89
375
- msgid "23"
376
- msgstr ""
377
-
378
- #: includes/widgets/htmega_googlemap.php:251
379
- msgid "23.8103"
380
- msgstr ""
381
-
382
- #: includes/widgets/htmega_booked_calender.php:90
383
- msgid "24"
384
- msgstr ""
385
-
386
- #: includes/widgets/htmega_booked_calender.php:91
387
- msgid "25"
388
- msgstr ""
389
-
390
- #: includes/widgets/htmega_booked_calender.php:92
391
- msgid "26"
392
- msgstr ""
393
-
394
- #: includes/widgets/htmega_booked_calender.php:93
395
- msgid "27"
396
- msgstr ""
397
-
398
- #: includes/widgets/htmega_booked_calender.php:94
399
- msgid "28"
400
- msgstr ""
401
-
402
- #: includes/widgets/htmega_booked_calender.php:95
403
- msgid "29"
404
- msgstr ""
405
-
406
- #: includes/widgets/htmega_mailchimp_wp.php:68
407
- msgid "294"
408
- msgstr ""
409
-
410
- #: includes/widgets/htmega_instagram.php:164
411
- #: extensions/ht-builder/widgets/bl_post_archive.php:62
412
- msgid "3"
413
- msgstr ""
414
-
415
- #: includes/widgets/htmega_weather.php:84
416
- msgid "3 Days"
417
- msgstr ""
418
-
419
- #: extensions/wc-sales-notification/admin/setting.php:120
420
- msgid "3 seconds"
421
- msgstr ""
422
-
423
- #: includes/widgets/htmega_countdown.php:475
424
- msgid "3. Background Minutes"
425
- msgstr ""
426
-
427
- #: includes/widgets/htmega_booked_calender.php:96
428
- msgid "30"
429
- msgstr ""
430
-
431
- #: extensions/wc-sales-notification/admin/setting.php:129
432
- msgid "30 seconds"
433
- msgstr ""
434
-
435
- #: includes/widgets/htmega_booked_calender.php:97
436
- msgid "31"
437
- msgstr ""
438
-
439
- #: admin/include/admin-setting.php:1422
440
- msgid "325 Blocks / Sections"
441
- msgstr ""
442
-
443
- #: admin/include/admin-setting.php:1423
444
- msgid "35 Categories / Template set"
445
- msgstr ""
446
-
447
- #: admin/include/admin-setting.php:1399
448
- msgid "360 Blocks / Sections"
449
- msgstr ""
450
-
451
- #: admin/include/admin-setting.php:1320
452
- msgid "360 Elementor Blocks"
453
- msgstr ""
454
-
455
- #: admin/include/admin-setting.php:1321
456
- msgid "39 Categories and 491 Page Templates."
457
- msgstr ""
458
-
459
- #: includes/widgets/htmega_instagram.php:165
460
- #: extensions/ht-builder/widgets/bl_post_archive.php:63
461
- msgid "4"
462
- msgstr ""
463
-
464
- #: includes/widgets/htmega_weather.php:85
465
- msgid "4 Days"
466
- msgstr ""
467
-
468
- #: extensions/wc-sales-notification/admin/setting.php:121
469
- #: extensions/wc-sales-notification/admin/setting.php:145
470
- msgid "4 seconds"
471
- msgstr ""
472
-
473
- #: includes/widgets/htmega_countdown.php:500
474
- msgid "4. Background Seconds"
475
- msgstr ""
476
-
477
- #: extensions/wc-sales-notification/admin/setting.php:130
478
- msgid "40 seconds"
479
- msgstr ""
480
-
481
- #: admin/include/admin-setting.php:607
482
- #: includes/widgets/htmega_errorcontent.php:13
483
- #: includes/widgets/htmega_errorcontent.php:43
484
- msgid "404 Content"
485
- msgstr ""
486
-
487
- #: admin/include/admin-setting.php:1401 admin/include/admin-setting.php:1426
488
- msgid "404 Error Page Builder"
489
- msgstr ""
490
-
491
- #: extensions/ht-builder/admin/setting.php:112
492
- msgid "404 Page Template."
493
- msgstr ""
494
-
495
- #: includes/widgets/htmega_instagram.php:166
496
- msgid "5"
497
- msgstr ""
498
-
499
- #: includes/widgets/htmega_weather.php:86
500
- msgid "5 Days"
501
- msgstr ""
502
-
503
- #: extensions/wc-sales-notification/admin/setting.php:122
504
- msgid "5 seconds"
505
- msgstr ""
506
-
507
- #: extensions/wc-sales-notification/admin/setting.php:131
508
- msgid "50 seconds"
509
- msgstr ""
510
-
511
- #: includes/widgets/htmega_special_day_banner.php:107
512
- msgid "50%"
513
- msgstr ""
514
-
515
- #: admin/include/admin-setting.php:1424
516
- msgid "524 Templates"
517
- msgstr ""
518
-
519
- #: includes/widgets/htmega_instagram.php:167
520
- msgid "6"
521
- msgstr ""
522
-
523
- #: includes/widgets/htmega_weather.php:87
524
- msgid "6 Days"
525
- msgstr ""
526
-
527
- #: extensions/wc-sales-notification/admin/setting.php:123
528
- msgid "6 seconds"
529
- msgstr ""
530
-
531
- #: extensions/wc-sales-notification/admin/setting.php:124
532
- msgid "7 seconds"
533
- msgstr ""
534
-
535
- #: extensions/wc-sales-notification/admin/setting.php:125
536
- msgid "8 seconds"
537
- msgstr ""
538
-
539
- #: admin/include/admin-setting.php:1319
540
- msgid "80+ Elementor Elements"
541
- msgstr ""
542
-
543
- #: admin/include/admin-setting.php:1396 admin/include/admin-setting.php:1421
544
- msgid "84 Elements"
545
- msgstr ""
546
-
547
- #: extensions/wc-sales-notification/admin/setting.php:126
548
- msgid "9 seconds"
549
- msgstr ""
550
-
551
- #: includes/widgets/htmega_googlemap.php:252
552
- #: includes/widgets/htmega_googlemap.php:253
553
- msgid "90.4125"
554
- msgstr ""
555
-
556
- #: includes/widgets/htmega_business_hours.php:94
557
- msgid "9:00 AM - 6:00 PM"
558
- msgstr ""
559
-
560
- #: includes/widgets/htmega_business_hours.php:164
561
- #: includes/widgets/htmega_business_hours.php:175
562
- #: includes/widgets/htmega_business_hours.php:180
563
- #: includes/widgets/htmega_business_hours.php:185
564
- #: includes/widgets/htmega_business_hours.php:190
565
- msgid "9:00 AM to 6:00 PM"
566
- msgstr ""
567
-
568
- #: includes/widgets/htmega_business_hours.php:195
569
- msgid "9:00 AM to 6:30 PM"
570
- msgstr ""
571
-
572
- #: includes/class.htmega.php:159
573
- msgid ""
574
- "<strong>HTMEGA Addons for Elementor</strong> requires \"<strong>"
575
- "Elementor</strong>\" plugin to be active. Please activate Elementor to "
576
- "continue."
577
- msgstr ""
578
-
579
- #: includes/class.htmega.php:166
580
- msgid ""
581
- "<strong>HTMEGA Addons for Elementor</strong> requires \"<strong>"
582
- "Elementor</strong>\" plugin to be active. Please install the Elementor "
583
- "plugin to continue."
584
- msgstr ""
585
-
586
- #: includes/widgets/htmega_inlinemenu.php:89
587
- #: extensions/ht-builder/widgets/bl_nav_menu.php:83
588
- #, php-format
589
- msgid ""
590
- "<strong>There are no menus in your site.</strong><br>Go to the <a "
591
- "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
592
- msgstr ""
593
-
594
- #: includes/widgets/htmega_notify.php:80
595
- msgid "<strong>Welcome,</strong>to Notification."
596
- msgstr ""
597
-
598
- #: includes/widgets/htmega_twitter_feed.php:102
599
- msgid "Access Token"
600
- msgstr ""
601
-
602
- #: includes/widgets/htmega_twitter_feed.php:112
603
- msgid "Access Token Secret"
604
- msgstr ""
605
-
606
- #: admin/include/admin-setting.php:118 admin/include/admin-setting.php:119
607
- #: includes/widgets/htmega_accordion.php:44
608
- msgid "Accordion"
609
- msgstr ""
610
-
611
- #: includes/widgets/htmega_accordion.php:13
612
- msgid "Accordion / FAQ"
613
- msgstr ""
614
-
615
- #: includes/widgets/htmega_accordion.php:89
616
- #: includes/widgets/htmega_accordion.php:100
617
- #: includes/widgets/htmega_accordion.php:230
618
- #: includes/widgets/htmega_accordion.php:232
619
- #: includes/widgets/htmega_accordion.php:241
620
- #: includes/widgets/htmega_accordion.php:1299
621
- msgid "Accordion Content"
622
- msgstr ""
623
-
624
- #: includes/widgets/htmega_accordion.php:447
625
- msgid "Accordion Height"
626
- msgstr ""
627
-
628
- #: includes/widgets/htmega_accordion.php:1054
629
- msgid "Accordion Icon"
630
- msgstr ""
631
-
632
- #: includes/widgets/htmega_accordion.php:485
633
- msgid "Accordion Item"
634
- msgstr ""
635
-
636
- #: includes/widgets/htmega_accordion.php:831
637
- msgid "Accordion Item Box"
638
- msgstr ""
639
-
640
- #: includes/widgets/htmega_accordion.php:507
641
- msgid "Accordion Item Spacing"
642
- msgstr ""
643
-
644
- #: includes/widgets/htmega_accordion.php:113
645
- #: includes/widgets/htmega_accordion.php:175
646
- #: includes/widgets/htmega_accordion.php:254
647
- msgid "Accordion Items"
648
- msgstr ""
649
-
650
- #: includes/widgets/htmega_accordion.php:183
651
- #: includes/widgets/htmega_accordion.php:530
652
- #: includes/widgets/htmega_accordion.php:901
653
- msgid "Accordion Title"
654
- msgstr ""
655
-
656
- #: includes/widgets/htmega_accordion.php:733
657
- msgid "Accordion Title Collapsed"
658
- msgstr ""
659
-
660
- #: includes/widgets/htmega_accordion.php:133
661
- #: includes/widgets/htmega_accordion.php:262
662
- msgid "Accordion Title One"
663
- msgstr ""
664
-
665
- #: includes/widgets/htmega_accordion.php:138
666
- #: includes/widgets/htmega_accordion.php:142
667
- msgid "Accordion Title Two"
668
- msgstr ""
669
-
670
- #: admin/include/template-library.php:282
671
- #: admin/include/template-library.php:334
672
- #: includes/recommended-plugins/class.recommended-plugins.php:242
673
- msgid "Activate"
674
- msgstr ""
675
-
676
- #: admin/include/template-library.php:293
677
- #: admin/include/template-library.php:345
678
- #: includes/recommended-plugins/class.recommended-plugins.php:126
679
- #: includes/recommended-plugins/class.recommended-plugins.php:253
680
- msgid "Activated"
681
- msgstr ""
682
-
683
- #: includes/class.assests.php:389
684
- #: includes/recommended-plugins/class.recommended-plugins.php:125
685
- msgid "Activating.."
686
- msgstr ""
687
-
688
- #: includes/class.assests.php:390 includes/widgets/htmega_accordion.php:667
689
- #: includes/widgets/htmega_accordion.php:1230
690
- #: includes/widgets/htmega_buddy_press.php:68
691
- #: includes/widgets/htmega_carousel.php:989
692
- #: includes/widgets/htmega_carousel.php:1189
693
- #: includes/widgets/htmega_carousel.php:1387
694
- #: includes/widgets/htmega_inlinemenu.php:407
695
- #: includes/widgets/htmega_instagram.php:1239
696
- #: includes/widgets/htmega_panel_slider.php:1205
697
- #: includes/widgets/htmega_popover.php:204
698
- #: includes/widgets/htmega_post_slider.php:1860
699
- #: includes/widgets/htmega_post_slider.php:2009
700
- #: includes/widgets/htmega_scroll_navigation.php:486
701
- #: includes/widgets/htmega_slider_thumb_gallery.php:1168
702
- #: includes/widgets/htmega_slider_thumb_gallery.php:1285
703
- #: includes/widgets/htmega_switcher.php:468
704
- #: includes/widgets/htmega_tabs.php:616 includes/widgets/htmega_tabs.php:795
705
- #: includes/widgets/htmega_twitter_feed.php:1435
706
- #: extensions/ht-builder/widgets/bl_nav_menu.php:279
707
- msgid "Active"
708
- msgstr ""
709
-
710
- #: includes/widgets/htmega_easy_digital_download.php:719
711
- msgid "Active Color"
712
- msgstr ""
713
-
714
- #: includes/widgets/htmega_booked_calender.php:449
715
- msgid "Active Date Background Color"
716
- msgstr ""
717
-
718
- #: includes/widgets/htmega_tabs.php:193
719
- msgid "Active Icon Color"
720
- msgstr ""
721
-
722
- #: includes/widgets/htmega_accordion.php:1035
723
- msgid "Active Title Line Height"
724
- msgstr ""
725
-
726
- #: includes/widgets/htmega_accordion.php:1020
727
- msgid "Active Title Space"
728
- msgstr ""
729
-
730
- #: includes/widgets/htmega_data_table.php:134
731
- msgid "Add all option"
732
- msgstr ""
733
-
734
- #: includes/widgets/htmega_add_banner.php:13
735
- msgid "Add Banner"
736
- msgstr ""
737
-
738
- #: includes/widgets/htmega_panel_slider.php:219
739
- #: includes/widgets/htmega_testimonial_grid.php:147
740
- msgid "Add Column gap Ex. 15px"
741
- msgstr ""
742
-
743
- #: includes/widgets/htmega_buddy_press.php:282
744
- msgid "Add Column Width Ex. 25%"
745
- msgstr ""
746
-
747
- #: includes/widgets/htmega_gallery_justify.php:58
748
- msgid "Add Images"
749
- msgstr ""
750
-
751
- #: includes/widgets/htmega_wc_add_to_cart.php:120
752
- #: includes/widgets/htmega_wc_add_to_cart.php:121
753
- msgid "Add to Cart"
754
- msgstr ""
755
-
756
- #: includes/widgets/htmega_section_title.php:60
757
- msgid "Add Your Heading Text Here"
758
- msgstr ""
759
-
760
- #: includes/widgets/htmega_singlepost.php:76
761
- msgid "Additional Option"
762
- msgstr ""
763
-
764
- #: includes/widgets/htmega_accordion.php:420
765
- #: extensions/ht-builder/widgets/bl_post_archive.php:90
766
- msgid "Additional Options"
767
- msgstr ""
768
-
769
- #: includes/widgets/htmega_image_comparison.php:147
770
- msgid "Additional Setting"
771
- msgstr ""
772
-
773
- #: extensions/ht-builder/widgets/bl_post_author_info.php:99
774
- msgid "Admin Posts"
775
- msgstr ""
776
-
777
- #: admin/include/admin-setting.php:135
778
- msgid "Ads Banner"
779
- msgstr ""
780
-
781
- #: admin/include/admin-setting.php:91
782
- msgid "Advance Addons"
783
- msgstr ""
784
-
785
- #: includes/widgets/htmega_section_title.php:80
786
- msgid "Advance Title"
787
- msgstr ""
788
-
789
- #: includes/widgets/htmega_section_title.php:281
790
- msgid "Advance Title Setting"
791
- msgstr ""
792
-
793
- #: includes/widgets/htmega_section_title.php:931
794
- msgid "Advance Title style"
795
- msgstr ""
796
-
797
- #: includes/widgets/htmega_blockquote.php:405
798
- #: includes/widgets/htmega_image_comparison.php:165
799
- msgid "After"
800
- msgstr ""
801
-
802
- #: includes/widgets/htmega_counter.php:776
803
- msgid "After Border Color"
804
- msgstr ""
805
-
806
- #: includes/widgets/htmega_counter.php:701
807
- msgid "After Border Height"
808
- msgstr ""
809
-
810
- #: includes/widgets/htmega_counter.php:731
811
- msgid "After Border Position"
812
- msgstr ""
813
-
814
- #: includes/widgets/htmega_counter.php:671
815
- msgid "After Border Width"
816
- msgstr ""
817
-
818
- #: includes/widgets/htmega_image_comparison.php:70
819
- msgid "After Image"
820
- msgstr ""
821
-
822
- #: includes/widgets/htmega_pricing_list_view.php:106
823
- msgid "After Price Label"
824
- msgstr ""
825
-
826
- #: includes/widgets/htmega_pricing_list_view.php:1700
827
- msgid "After Price Style"
828
- msgstr ""
829
-
830
- #: includes/widgets/htmega_animated_heading.php:282
831
- msgid "After Text Style"
832
- msgstr ""
833
-
834
- #: includes/widgets/htmega_image_comparison.php:163
835
- #: includes/widgets/htmega_image_comparison.php:309
836
- msgid "After Title"
837
- msgstr ""
838
-
839
- #: includes/widgets/htmega_user_login_form.php:301
840
- msgid "After/Bottom Login Button"
841
- msgstr ""
842
-
843
- #: includes/widgets/htmega_imagemarker.php:450
844
- msgid "Aleart Note"
845
- msgstr ""
846
-
847
- #: includes/widgets/htmega_accordion.php:563
848
- #: includes/widgets/htmega_accordion.php:754
849
- #: includes/widgets/htmega_accordion.php:912
850
- #: includes/widgets/htmega_accordion.php:1105
851
- #: includes/widgets/htmega_accordion.php:1310
852
- #: includes/widgets/htmega_accordion.php:1428
853
- #: includes/widgets/htmega_add_banner.php:364
854
- #: includes/widgets/htmega_blockquote.php:179
855
- #: includes/widgets/htmega_buddy_press.php:250
856
- #: includes/widgets/htmega_business_hours.php:387
857
- #: includes/widgets/htmega_button.php:157
858
- #: includes/widgets/htmega_caldera_form.php:68
859
- #: includes/widgets/htmega_caldera_form.php:343
860
- #: includes/widgets/htmega_call_to_action.php:326
861
- #: includes/widgets/htmega_carousel.php:834
862
- #: includes/widgets/htmega_contact_form_seven.php:113
863
- #: includes/widgets/htmega_counter.php:66
864
- #: includes/widgets/htmega_counter.php:284
865
- #: includes/widgets/htmega_counter.php:317
866
- #: includes/widgets/htmega_counter.php:423
867
- #: includes/widgets/htmega_counter.php:549
868
- #: includes/widgets/htmega_data_table.php:706
869
- #: includes/widgets/htmega_data_table.php:825
870
- #: includes/widgets/htmega_double_button.php:321
871
- #: includes/widgets/htmega_dropcaps.php:80
872
- #: includes/widgets/htmega_easy_digital_download.php:314
873
- #: includes/widgets/htmega_easy_digital_download.php:682
874
- #: includes/widgets/htmega_errorcontent.php:245
875
- #: includes/widgets/htmega_gravity_forms.php:145
876
- #: includes/widgets/htmega_gravity_forms.php:201
877
- #: includes/widgets/htmega_gravity_forms.php:235
878
- #: includes/widgets/htmega_gravity_forms.php:540
879
- #: includes/widgets/htmega_gravity_forms.php:771
880
- #: includes/widgets/htmega_imagemarker.php:706
881
- #: includes/widgets/htmega_image_grid.php:287
882
- #: includes/widgets/htmega_image_grid.php:384
883
- #: includes/widgets/htmega_image_masonry.php:263
884
- #: includes/widgets/htmega_image_masonry.php:360
885
- #: includes/widgets/htmega_inlinemenu.php:117
886
- #: includes/widgets/htmega_instagram.php:1480
887
- #: includes/widgets/htmega_lightbox.php:192
888
- #: includes/widgets/htmega_lightbox.php:305
889
- #: includes/widgets/htmega_mailchimp_wp.php:125
890
- #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
891
- #: includes/widgets/htmega_newsticker.php:456
892
- #: includes/widgets/htmega_ninja_form.php:184
893
- #: includes/widgets/htmega_ninja_form.php:286
894
- #: includes/widgets/htmega_ninja_form.php:320
895
- #: includes/widgets/htmega_ninja_form.php:607
896
- #: includes/widgets/htmega_ninja_form.php:818
897
- #: includes/widgets/htmega_ninja_form.php:1030
898
- #: includes/widgets/htmega_notify.php:278
899
- #: includes/widgets/htmega_notify.php:558
900
- #: includes/widgets/htmega_notify.php:824
901
- #: includes/widgets/htmega_offcanvas.php:279
902
- #: includes/widgets/htmega_offcanvas.php:371
903
- #: includes/widgets/htmega_panel_slider.php:599
904
- #: includes/widgets/htmega_popover.php:261
905
- #: includes/widgets/htmega_popover.php:657
906
- #: includes/widgets/htmega_popover.php:761
907
- #: includes/widgets/htmega_postgrid.php:289
908
- #: includes/widgets/htmega_postgrid.php:513
909
- #: includes/widgets/htmega_postgrid.php:626
910
- #: includes/widgets/htmega_post_grid_tab.php:397
911
- #: includes/widgets/htmega_post_grid_tab.php:491
912
- #: includes/widgets/htmega_post_grid_tab.php:578
913
- #: includes/widgets/htmega_post_grid_tab.php:801
914
- #: includes/widgets/htmega_post_slider.php:832
915
- #: includes/widgets/htmega_post_slider.php:926
916
- #: includes/widgets/htmega_post_slider.php:1013
917
- #: includes/widgets/htmega_post_slider.php:1229
918
- #: includes/widgets/htmega_pricing_list_view.php:469
919
- #: includes/widgets/htmega_pricing_list_view.php:1124
920
- #: includes/widgets/htmega_quforms.php:86
921
- #: includes/widgets/htmega_quforms.php:206
922
- #: includes/widgets/htmega_quforms.php:327
923
- #: includes/widgets/htmega_quforms.php:547
924
- #: includes/widgets/htmega_quforms.php:765
925
- #: includes/widgets/htmega_search.php:152
926
- #: includes/widgets/htmega_section_title.php:411
927
- #: includes/widgets/htmega_service.php:237
928
- #: includes/widgets/htmega_service.php:421
929
- #: includes/widgets/htmega_service.php:526
930
- #: includes/widgets/htmega_service.php:715
931
- #: includes/widgets/htmega_service.php:977
932
- #: includes/widgets/htmega_singlepost.php:206
933
- #: includes/widgets/htmega_singlepost.php:302
934
- #: includes/widgets/htmega_singlepost.php:409
935
- #: includes/widgets/htmega_socialshere.php:370
936
- #: includes/widgets/htmega_special_day_banner.php:261
937
- #: includes/widgets/htmega_tablepress.php:209
938
- #: includes/widgets/htmega_tablepress.php:366
939
- #: includes/widgets/htmega_tabs.php:509
940
- #: includes/widgets/htmega_teammember.php:612
941
- #: includes/widgets/htmega_teammember.php:741
942
- #: includes/widgets/htmega_teammember.php:831
943
- #: includes/widgets/htmega_teammember.php:922
944
- #: includes/widgets/htmega_teammember.php:989
945
- #: includes/widgets/htmega_testimonial_grid.php:549
946
- #: includes/widgets/htmega_toggle.php:192
947
- #: includes/widgets/htmega_tooltip.php:237
948
- #: includes/widgets/htmega_user_login_form.php:145
949
- #: includes/widgets/htmega_user_login_form.php:367
950
- #: includes/widgets/htmega_user_login_form.php:567
951
- #: includes/widgets/htmega_videoplayer.php:292
952
- #: includes/widgets/htmega_wc_categories.php:375
953
- #: includes/widgets/htmega_wpforms.php:176
954
- #: includes/widgets/htmega_wpforms.php:278
955
- #: includes/widgets/htmega_wpforms.php:313
956
- #: includes/widgets/htmega_wpforms.php:610
957
- #: includes/widgets/htmega_wpforms.php:829
958
- #: includes/widgets/htmega_wpforms.php:1057
959
- #: extensions/ht-builder/widgets/bl_nav_menu.php:111
960
- #: extensions/ht-builder/widgets/bl_page_title.php:133
961
- #: extensions/ht-builder/widgets/bl_post_archive.php:298
962
- #: extensions/ht-builder/widgets/bl_post_archive.php:379
963
- #: extensions/ht-builder/widgets/bl_post_archive.php:486
964
- #: extensions/ht-builder/widgets/bl_post_archive.php:592
965
- #: extensions/ht-builder/widgets/bl_post_archive.php:672
966
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
967
- #: extensions/ht-builder/widgets/bl_post_content.php:68
968
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
969
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
970
- #: extensions/ht-builder/widgets/bl_post_title.php:98
971
- #: extensions/ht-builder/widgets/bl_site_logo.php:155
972
- #: extensions/ht-builder/widgets/bl_site_title.php:135
973
- #: extensions/ht-menu/widgets/inline-mega-menu.php:162
974
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
975
- msgid "Alignment"
976
- msgstr ""
977
-
978
- #: admin/include/templates_list.php:52
979
- msgid "ALL"
980
- msgstr ""
981
-
982
- #: includes/widgets/htmega_data_table.php:150
983
- msgid "All"
984
- msgstr ""
985
-
986
- #: admin/include/templates_list.php:41
987
- msgid "All Builders"
988
- msgstr ""
989
-
990
- #: includes/widgets/htmega_service.php:305
991
- #: includes/widgets/htmega_testimonial_grid.php:359
992
- #: includes/widgets/htmega_working_process.php:599
993
- msgid "All Content Color"
994
- msgstr ""
995
-
996
- #: extensions/ht-menu/classes/class.mega-menu.php:246
997
- #: extensions/ht-menu/menu/templates.php:194
998
- msgid "All Data Saved"
999
- msgstr ""
1000
-
1001
- #: includes/class.assests.php:379
1002
- msgid "All Items have been Loaded"
1003
- msgstr ""
1004
-
1005
- #: includes/widgets/htmega_accordion.php:134
1006
- #: includes/widgets/htmega_accordion.php:139
1007
- #: includes/widgets/htmega_accordion.php:143
1008
- #: includes/widgets/htmega_accordion.php:263
1009
- msgid ""
1010
- "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
1011
- "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
1012
- "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
1013
- "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
1014
- "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
1015
- "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
1016
- "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
1017
- "synth nesciunt you probably have not heard of them accusamus labore "
1018
- "sustainable VHS."
1019
- msgstr ""
1020
-
1021
- #: admin/include/admin-setting.php:127
1022
- msgid "Animate Heading"
1023
- msgstr ""
1024
-
1025
- #: includes/widgets/htmega_teammember.php:119
1026
- msgid "Animate Top on Mobile Layout"
1027
- msgstr ""
1028
-
1029
- #: includes/widgets/htmega_animated_heading.php:13
1030
- #: includes/widgets/htmega_animated_heading.php:42
1031
- msgid "Animated Heading"
1032
- msgstr ""
1033
-
1034
- #: includes/widgets/htmega_animated_heading.php:102
1035
- msgid "Animated Heading Text"
1036
- msgstr ""
1037
-
1038
- #: includes/widgets/htmega_animated_heading.php:369
1039
- msgid "Animated Text Style"
1040
- msgstr ""
1041
-
1042
- #: includes/widgets/htmega_newsticker.php:119
1043
- msgid "Animatied duration"
1044
- msgstr ""
1045
-
1046
- #: includes/widgets/htmega_videoplayer.php:429
1047
- msgid "Animation Border Color"
1048
- msgstr ""
1049
-
1050
- #: extensions/wc-sales-notification/admin/setting.php:164
1051
- msgid "Animation In"
1052
- msgstr ""
1053
-
1054
- #: extensions/wc-sales-notification/admin/setting.php:176
1055
- msgid "Animation Out"
1056
- msgstr ""
1057
-
1058
- #: includes/widgets/htmega_newsticker.php:110
1059
- msgid "Animation Speed"
1060
- msgstr ""
1061
-
1062
- #: includes/widgets/htmega_carousel.php:429
1063
- msgid "Animation Style"
1064
- msgstr ""
1065
-
1066
- #: includes/widgets/htmega_animated_heading.php:67
1067
- msgid "Animation Type"
1068
- msgstr ""
1069
-
1070
- #: includes/widgets/htmega_googlemap.php:163
1071
- msgid "Another Place"
1072
- msgstr ""
1073
-
1074
- #: includes/widgets/htmega_booked_calender.php:563
1075
- msgid "Appointment Button"
1076
- msgstr ""
1077
-
1078
- #: includes/widgets/htmega_booked_calender.php:414
1079
- msgid "Appointments"
1080
- msgstr ""
1081
-
1082
- #: includes/widgets/htmega_booked_calender.php:112
1083
- msgid "April"
1084
- msgstr ""
1085
-
1086
- #: admin/include/admin-setting.php:931 admin/include/admin-setting.php:932
1087
- msgid "Archive Posts"
1088
- msgstr ""
1089
-
1090
- #: admin/include/admin-setting.php:940 admin/include/admin-setting.php:941
1091
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1092
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1093
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1094
- msgid "Archive Title"
1095
- msgstr ""
1096
-
1097
- #: includes/widgets/htmega_buddy_press.php:175
1098
- #: includes/widgets/htmega_popover.php:508
1099
- msgid "Area"
1100
- msgstr ""
1101
-
1102
- #: includes/widgets/htmega_imagemarker.php:100
1103
- msgid "Area padding"
1104
- msgstr ""
1105
-
1106
- #: includes/widgets/htmega_carousel.php:535
1107
- #: includes/widgets/htmega_instagram.php:912
1108
- #: includes/widgets/htmega_panel_slider.php:793
1109
- #: includes/widgets/htmega_popover.php:795
1110
- #: includes/widgets/htmega_post_slider.php:1410
1111
- #: includes/widgets/htmega_slider_thumb_gallery.php:802
1112
- #: includes/widgets/htmega_tooltip.php:548
1113
- #: includes/widgets/htmega_twitter_feed.php:1053
1114
- msgid "Arrow"
1115
- msgstr ""
1116
-
1117
- #: includes/widgets/htmega_popover.php:821
1118
- msgid "Arrow Background Color"
1119
- msgstr ""
1120
-
1121
- #: includes/widgets/htmega_popover.php:802
1122
- msgid "Arrow Border Color"
1123
- msgstr ""
1124
-
1125
- #: includes/widgets/htmega_working_process.php:270
1126
- msgid "Arrow Border Height"
1127
- msgstr ""
1128
-
1129
- #: includes/widgets/htmega_testimonial_grid.php:655
1130
- #: includes/widgets/htmega_tooltip.php:554
1131
- #: includes/widgets/htmega_verticle_time_line.php:414
1132
- #: includes/widgets/htmega_verticle_time_line.php:455
1133
- msgid "Arrow Color"
1134
- msgstr ""
1135
-
1136
- #: includes/widgets/htmega_working_process.php:320
1137
- msgid "Arrow Hover Color"
1138
- msgstr ""
1139
-
1140
- #: includes/widgets/htmega_working_process.php:291
1141
- msgid "Arrow Left Color"
1142
- msgstr ""
1143
-
1144
- #: includes/widgets/htmega_working_process.php:306
1145
- msgid "Arrow Right Color"
1146
- msgstr ""
1147
-
1148
- #: includes/widgets/htmega_easy_digital_download.php:213
1149
- msgid "ASC"
1150
- msgstr ""
1151
-
1152
- #: includes/widgets/htmega_job_manager.php:83
1153
- #: includes/widgets/htmega_newsticker.php:278
1154
- #: includes/widgets/htmega_postgrid.php:132
1155
- #: includes/widgets/htmega_post_grid_tab.php:139
1156
- #: includes/widgets/htmega_post_slider.php:143
1157
- #: includes/widgets/htmega_wc_categories.php:144
1158
- #: extensions/ht-builder/widgets/bl_post_archive.php:220
1159
- msgid "Ascending"
1160
- msgstr ""
1161
-
1162
- #: includes/widgets/htmega_verticle_time_line.php:109
1163
- msgid "Aug<br/>2018"
1164
- msgstr ""
1165
-
1166
- #: includes/widgets/htmega_booked_calender.php:116
1167
- msgid "August"
1168
- msgstr ""
1169
-
1170
- #: includes/widgets/htmega_job_manager.php:101
1171
- #: includes/widgets/htmega_post_slider.php:255
1172
- #: includes/widgets/htmega_singlepost.php:119
1173
- #: includes/widgets/htmega_twitter_feed.php:688
1174
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:71
1175
- msgid "Author"
1176
- msgstr ""
1177
-
1178
- #: includes/widgets/htmega_twitter_feed.php:754
1179
- msgid "Author Image Style"
1180
- msgstr ""
1181
-
1182
- #: admin/include/admin-setting.php:985 admin/include/admin-setting.php:986
1183
- #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1184
- msgid "Author Info"
1185
- msgstr ""
1186
-
1187
- #: includes/widgets/htmega_instragram_feed.php:71
1188
- #: includes/widgets/htmega_notify.php:235
1189
- msgid "Auto"
1190
- msgstr ""
1191
-
1192
- #: includes/widgets/htmega_videoplayer.php:162
1193
- msgid "Auto Play"
1194
- msgstr ""
1195
-
1196
- #: includes/widgets/htmega_newsticker.php:164
1197
- msgid "Auto Start"
1198
- msgstr ""
1199
-
1200
- #: includes/widgets/htmega_carousel.php:281
1201
- #: includes/widgets/htmega_instagram.php:476
1202
- #: includes/widgets/htmega_panel_slider.php:381
1203
- #: includes/widgets/htmega_post_slider.php:461
1204
- #: includes/widgets/htmega_slider_thumb_gallery.php:271
1205
- #: includes/widgets/htmega_twitter_feed.php:403
1206
- msgid "Autoplay animation speed"
1207
- msgstr ""
1208
-
1209
- #: includes/widgets/htmega_carousel.php:268
1210
- #: includes/widgets/htmega_instagram.php:463
1211
- #: includes/widgets/htmega_panel_slider.php:368
1212
- #: includes/widgets/htmega_post_slider.php:448
1213
- #: includes/widgets/htmega_slider_thumb_gallery.php:260
1214
- #: includes/widgets/htmega_twitter_feed.php:390
1215
- msgid "Autoplay speed"
1216
- msgstr ""
1217
-
1218
- #: includes/widgets/htmega_booked_calender.php:302
1219
- msgid "Available Date"
1220
- msgstr ""
1221
-
1222
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:176
1223
- msgid "Avatar"
1224
- msgstr ""
1225
-
1226
- #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1227
- msgid "Avater Image Position"
1228
- msgstr ""
1229
-
1230
- #: includes/widgets/htmega_errorcontent.php:136
1231
- #: includes/widgets/htmega_errorcontent.php:542
1232
- msgid "Back Button"
1233
- msgstr ""
1234
-
1235
- #: includes/widgets/htmega_errorcontent.php:144
1236
- #: includes/widgets/htmega_errorcontent.php:145
1237
- #: includes/widgets/htmega_errorcontent.php:193
1238
- msgid "Back To Home"
1239
- msgstr ""
1240
-
1241
- #: admin/include/templates_list.php:72
1242
- #: admin/include/templates/library/templates.php:83
1243
- msgid "Back to Library"
1244
- msgstr ""
1245
-
1246
- #: includes/widgets/htmega_accordion.php:589
1247
- #: includes/widgets/htmega_accordion.php:674
1248
- #: includes/widgets/htmega_accordion.php:792
1249
- #: includes/widgets/htmega_accordion.php:843
1250
- #: includes/widgets/htmega_accordion.php:939
1251
- #: includes/widgets/htmega_accordion.php:1127
1252
- #: includes/widgets/htmega_accordion.php:1238
1253
- #: includes/widgets/htmega_accordion.php:1388
1254
- #: includes/widgets/htmega_add_banner.php:394
1255
- #: includes/widgets/htmega_add_banner.php:668
1256
- #: includes/widgets/htmega_add_banner.php:747
1257
- #: includes/widgets/htmega_animated_heading.php:203
1258
- #: includes/widgets/htmega_animated_heading.php:334
1259
- #: includes/widgets/htmega_animated_heading.php:422
1260
- #: includes/widgets/htmega_blockquote.php:211
1261
- #: includes/widgets/htmega_blockquote.php:520
1262
- #: includes/widgets/htmega_blockquote.php:701
1263
- #: includes/widgets/htmega_booked_calender.php:256
1264
- #: includes/widgets/htmega_booked_calender.php:309
1265
- #: includes/widgets/htmega_booked_calender.php:425
1266
- #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1267
- #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1268
- #: includes/widgets/htmega_buddy_press.php:204
1269
- #: includes/widgets/htmega_business_hours.php:217
1270
- #: includes/widgets/htmega_business_hours.php:230
1271
- #: includes/widgets/htmega_business_hours.php:309
1272
- #: includes/widgets/htmega_business_hours.php:437
1273
- #: includes/widgets/htmega_business_hours.php:532
1274
- #: includes/widgets/htmega_business_hours.php:571
1275
- #: includes/widgets/htmega_button.php:249
1276
- #: includes/widgets/htmega_button.php:277
1277
- #: includes/widgets/htmega_button.php:372
1278
- #: includes/widgets/htmega_button.php:392
1279
- #: includes/widgets/htmega_call_to_action.php:358
1280
- #: includes/widgets/htmega_call_to_action.php:435
1281
- #: includes/widgets/htmega_call_to_action.php:720
1282
- #: includes/widgets/htmega_call_to_action.php:857
1283
- #: includes/widgets/htmega_call_to_action.php:926
1284
- #: includes/widgets/htmega_call_to_action.php:1063
1285
- #: includes/widgets/htmega_carousel.php:599
1286
- #: includes/widgets/htmega_carousel.php:774
1287
- #: includes/widgets/htmega_carousel.php:864
1288
- #: includes/widgets/htmega_carousel.php:997
1289
- #: includes/widgets/htmega_carousel.php:1103
1290
- #: includes/widgets/htmega_carousel.php:1197
1291
- #: includes/widgets/htmega_carousel.php:1330
1292
- #: includes/widgets/htmega_carousel.php:1414
1293
- #: includes/widgets/htmega_contact_form_seven.php:140
1294
- #: includes/widgets/htmega_countdown.php:413
1295
- #: includes/widgets/htmega_countdown.php:438
1296
- #: includes/widgets/htmega_countdown.php:463
1297
- #: includes/widgets/htmega_countdown.php:488
1298
- #: includes/widgets/htmega_countdown.php:513
1299
- #: includes/widgets/htmega_countdown.php:783
1300
- #: includes/widgets/htmega_countdown.php:869
1301
- #: includes/widgets/htmega_countdown.php:953
1302
- #: includes/widgets/htmega_counter.php:202
1303
- #: includes/widgets/htmega_counter.php:478
1304
- #: includes/widgets/htmega_counter.php:603
1305
- #: includes/widgets/htmega_counter.php:869
1306
- #: includes/widgets/htmega_counter.php:959
1307
- #: includes/widgets/htmega_counter.php:1048
1308
- #: includes/widgets/htmega_data_table.php:233
1309
- #: includes/widgets/htmega_data_table.php:494
1310
- #: includes/widgets/htmega_data_table.php:570
1311
- #: includes/widgets/htmega_data_table.php:656
1312
- #: includes/widgets/htmega_data_table.php:949
1313
- #: includes/widgets/htmega_data_table.php:1028
1314
- #: includes/widgets/htmega_double_button.php:524
1315
- #: includes/widgets/htmega_double_button.php:611
1316
- #: includes/widgets/htmega_double_button.php:697
1317
- #: includes/widgets/htmega_double_button.php:783
1318
- #: includes/widgets/htmega_double_button.php:880
1319
- #: includes/widgets/htmega_dropcaps.php:131
1320
- #: includes/widgets/htmega_dropcaps.php:230
1321
- #: includes/widgets/htmega_easy_digital_download.php:553
1322
- #: includes/widgets/htmega_easy_digital_download.php:632
1323
- #: includes/widgets/htmega_errorcontent.php:570
1324
- #: includes/widgets/htmega_errorcontent.php:656
1325
- #: includes/widgets/htmega_errorcontent.php:721
1326
- #: includes/widgets/htmega_errorcontent.php:807
1327
- #: includes/widgets/htmega_googlemap.php:306
1328
- #: includes/widgets/htmega_googlemap.php:391
1329
- #: includes/widgets/htmega_googlemap.php:447
1330
- #: includes/widgets/htmega_gravity_forms.php:259
1331
- #: includes/widgets/htmega_imagemarker.php:52
1332
- #: includes/widgets/htmega_imagemarker.php:654
1333
- #: includes/widgets/htmega_imagemarker.php:733
1334
- #: includes/widgets/htmega_image_comparison.php:102
1335
- #: includes/widgets/htmega_image_comparison.php:284
1336
- #: includes/widgets/htmega_image_comparison.php:365
1337
- #: includes/widgets/htmega_image_comparison.php:454
1338
- #: includes/widgets/htmega_image_comparison.php:520
1339
- #: includes/widgets/htmega_image_comparison.php:540
1340
- #: includes/widgets/htmega_image_grid.php:331
1341
- #: includes/widgets/htmega_image_grid.php:490
1342
- #: includes/widgets/htmega_image_grid.php:562
1343
- #: includes/widgets/htmega_image_masonry.php:307
1344
- #: includes/widgets/htmega_image_masonry.php:477
1345
- #: includes/widgets/htmega_image_masonry.php:558
1346
- #: includes/widgets/htmega_inlinemenu.php:166
1347
- #: includes/widgets/htmega_inlinemenu.php:265
1348
- #: includes/widgets/htmega_inlinemenu.php:428
1349
- #: includes/widgets/htmega_instagram.php:625
1350
- #: includes/widgets/htmega_instagram.php:671
1351
- #: includes/widgets/htmega_instagram.php:814
1352
- #: includes/widgets/htmega_instagram.php:974
1353
- #: includes/widgets/htmega_instagram.php:1093
1354
- #: includes/widgets/htmega_instagram.php:1153
1355
- #: includes/widgets/htmega_instagram.php:1247
1356
- #: includes/widgets/htmega_instagram.php:1313
1357
- #: includes/widgets/htmega_instagram.php:1410
1358
- #: includes/widgets/htmega_lightbox.php:354
1359
- #: includes/widgets/htmega_mailchimp_wp.php:116
1360
- #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1361
- #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1362
- #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1363
- #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1364
- #: includes/widgets/htmega_newsticker.php:361
1365
- #: includes/widgets/htmega_newsticker.php:520
1366
- #: includes/widgets/htmega_newsticker.php:649
1367
- #: includes/widgets/htmega_newsticker.php:756
1368
- #: includes/widgets/htmega_newsticker.php:880
1369
- #: includes/widgets/htmega_newsticker.php:937
1370
- #: includes/widgets/htmega_ninja_form.php:344
1371
- #: includes/widgets/htmega_notify.php:370
1372
- #: includes/widgets/htmega_notify.php:437
1373
- #: includes/widgets/htmega_notify.php:522
1374
- #: includes/widgets/htmega_notify.php:671
1375
- #: includes/widgets/htmega_offcanvas.php:362
1376
- #: includes/widgets/htmega_offcanvas.php:474
1377
- #: includes/widgets/htmega_offcanvas.php:505
1378
- #: includes/widgets/htmega_panel_slider.php:580
1379
- #: includes/widgets/htmega_panel_slider.php:639
1380
- #: includes/widgets/htmega_panel_slider.php:853
1381
- #: includes/widgets/htmega_panel_slider.php:1042
1382
- #: includes/widgets/htmega_panel_slider.php:1162
1383
- #: includes/widgets/htmega_panel_slider.php:1213
1384
- #: includes/widgets/htmega_popover.php:395
1385
- #: includes/widgets/htmega_popover.php:473
1386
- #: includes/widgets/htmega_popover.php:542
1387
- #: includes/widgets/htmega_popover.php:628
1388
- #: includes/widgets/htmega_popover.php:732
1389
- #: includes/widgets/htmega_postgrid.php:227
1390
- #: includes/widgets/htmega_postgrid.php:714
1391
- #: includes/widgets/htmega_post_grid_tab.php:268
1392
- #: includes/widgets/htmega_post_grid_tab.php:344
1393
- #: includes/widgets/htmega_post_grid_tab.php:677
1394
- #: includes/widgets/htmega_post_grid_tab.php:707
1395
- #: includes/widgets/htmega_post_grid_tab.php:897
1396
- #: includes/widgets/htmega_post_grid_tab.php:947
1397
- #: includes/widgets/htmega_post_grid_tab.php:1012
1398
- #: includes/widgets/htmega_post_grid_tab.php:1070
1399
- #: includes/widgets/htmega_post_grid_tab.php:1101
1400
- #: includes/widgets/htmega_post_slider.php:657
1401
- #: includes/widgets/htmega_post_slider.php:694
1402
- #: includes/widgets/htmega_post_slider.php:717
1403
- #: includes/widgets/htmega_post_slider.php:1111
1404
- #: includes/widgets/htmega_post_slider.php:1141
1405
- #: includes/widgets/htmega_post_slider.php:1324
1406
- #: includes/widgets/htmega_post_slider.php:1374
1407
- #: includes/widgets/htmega_post_slider.php:1584
1408
- #: includes/widgets/htmega_post_slider.php:1704
1409
- #: includes/widgets/htmega_post_slider.php:1817
1410
- #: includes/widgets/htmega_post_slider.php:1868
1411
- #: includes/widgets/htmega_post_slider.php:1969
1412
- #: includes/widgets/htmega_post_slider.php:2017
1413
- #: includes/widgets/htmega_progress_bar.php:487
1414
- #: includes/widgets/htmega_progress_bar.php:668
1415
- #: includes/widgets/htmega_quforms.php:110
1416
- #: includes/widgets/htmega_quforms.php:230
1417
- #: includes/widgets/htmega_scroll_image.php:174
1418
- #: includes/widgets/htmega_scroll_image.php:317
1419
- #: includes/widgets/htmega_scroll_navigation.php:400
1420
- #: includes/widgets/htmega_scroll_navigation.php:494
1421
- #: includes/widgets/htmega_search.php:262
1422
- #: includes/widgets/htmega_search.php:407
1423
- #: includes/widgets/htmega_search.php:494
1424
- #: includes/widgets/htmega_search.php:624
1425
- #: includes/widgets/htmega_search.php:748
1426
- #: includes/widgets/htmega_search.php:922
1427
- #: includes/widgets/htmega_search.php:969
1428
- #: includes/widgets/htmega_section_title.php:378
1429
- #: includes/widgets/htmega_section_title.php:635
1430
- #: includes/widgets/htmega_section_title.php:866
1431
- #: includes/widgets/htmega_section_title.php:1016
1432
- #: includes/widgets/htmega_service.php:210
1433
- #: includes/widgets/htmega_service.php:278
1434
- #: includes/widgets/htmega_service.php:330
1435
- #: includes/widgets/htmega_service.php:686
1436
- #: includes/widgets/htmega_service.php:768
1437
- #: includes/widgets/htmega_service.php:813
1438
- #: includes/widgets/htmega_service.php:948
1439
- #: includes/widgets/htmega_service.php:1076
1440
- #: includes/widgets/htmega_service.php:1128
1441
- #: includes/widgets/htmega_singlepost.php:294
1442
- #: includes/widgets/htmega_singlepost.php:472
1443
- #: includes/widgets/htmega_slider_thumb_gallery.php:790
1444
- #: includes/widgets/htmega_slider_thumb_gallery.php:865
1445
- #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1446
- #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1447
- #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1448
- #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1449
- #: includes/widgets/htmega_socialshere.php:131
1450
- #: includes/widgets/htmega_socialshere.php:241
1451
- #: includes/widgets/htmega_socialshere.php:292
1452
- #: includes/widgets/htmega_socialshere.php:591
1453
- #: includes/widgets/htmega_socialshere.php:702
1454
- #: includes/widgets/htmega_socialshere.php:733
1455
- #: includes/widgets/htmega_special_day_banner.php:322
1456
- #: includes/widgets/htmega_special_day_banner.php:691
1457
- #: includes/widgets/htmega_special_day_banner.php:770
1458
- #: includes/widgets/htmega_switcher.php:284
1459
- #: includes/widgets/htmega_switcher.php:416
1460
- #: includes/widgets/htmega_switcher.php:491
1461
- #: includes/widgets/htmega_switcher.php:603
1462
- #: includes/widgets/htmega_tablepress.php:151
1463
- #: includes/widgets/htmega_tablepress.php:270
1464
- #: includes/widgets/htmega_tablepress.php:314
1465
- #: includes/widgets/htmega_tabs.php:147 includes/widgets/htmega_tabs.php:168
1466
- #: includes/widgets/htmega_tabs.php:306 includes/widgets/htmega_tabs.php:559
1467
- #: includes/widgets/htmega_tabs.php:636 includes/widgets/htmega_tabs.php:722
1468
- #: includes/widgets/htmega_tabs.php:816 includes/widgets/htmega_tabs.php:882
1469
- #: includes/widgets/htmega_teammember.php:386
1470
- #: includes/widgets/htmega_teammember.php:487
1471
- #: includes/widgets/htmega_teammember.php:523
1472
- #: includes/widgets/htmega_teammember.php:546
1473
- #: includes/widgets/htmega_testimonial_grid.php:298
1474
- #: includes/widgets/htmega_testimonial_grid.php:343
1475
- #: includes/widgets/htmega_testimonial_grid.php:644
1476
- #: includes/widgets/htmega_toggle.php:311
1477
- #: includes/widgets/htmega_toggle.php:363
1478
- #: includes/widgets/htmega_tooltip.php:372
1479
- #: includes/widgets/htmega_tooltip.php:450
1480
- #: includes/widgets/htmega_tooltip.php:525
1481
- #: includes/widgets/htmega_twitter_feed.php:552
1482
- #: includes/widgets/htmega_twitter_feed.php:1117
1483
- #: includes/widgets/htmega_twitter_feed.php:1254
1484
- #: includes/widgets/htmega_twitter_feed.php:1314
1485
- #: includes/widgets/htmega_twitter_feed.php:1443
1486
- #: includes/widgets/htmega_user_login_form.php:558
1487
- #: includes/widgets/htmega_user_login_form.php:852
1488
- #: includes/widgets/htmega_user_login_form.php:1124
1489
- #: includes/widgets/htmega_user_login_form.php:1243
1490
- #: includes/widgets/htmega_user_login_form.php:1322
1491
- #: includes/widgets/htmega_user_login_form.php:1427
1492
- #: includes/widgets/htmega_user_login_form.php:1492
1493
- #: includes/widgets/htmega_verticle_time_line.php:403
1494
- #: includes/widgets/htmega_verticle_time_line.php:444
1495
- #: includes/widgets/htmega_verticle_time_line.php:484
1496
- #: includes/widgets/htmega_verticle_time_line.php:613
1497
- #: includes/widgets/htmega_videoplayer.php:242
1498
- #: includes/widgets/htmega_videoplayer.php:357
1499
- #: includes/widgets/htmega_videoplayer.php:494
1500
- #: includes/widgets/htmega_wc_categories.php:184
1501
- #: includes/widgets/htmega_wc_categories.php:246
1502
- #: includes/widgets/htmega_wc_categories.php:321
1503
- #: includes/widgets/htmega_wc_categories.php:423
1504
- #: includes/widgets/htmega_wc_element_pages.php:1735
1505
- #: includes/widgets/htmega_wc_element_pages.php:1812
1506
- #: includes/widgets/htmega_weather.php:297
1507
- #: includes/widgets/htmega_working_process.php:200
1508
- #: includes/widgets/htmega_working_process.php:378
1509
- #: includes/widgets/htmega_working_process.php:392
1510
- #: includes/widgets/htmega_working_process.php:587
1511
- #: includes/widgets/htmega_working_process.php:802
1512
- #: includes/widgets/htmega_working_process.php:1004
1513
- #: includes/widgets/htmega_working_process.php:1083
1514
- #: includes/widgets/htmega_wpforms.php:337
1515
- #: extensions/ht-builder/widgets/bl_nav_menu.php:161
1516
- #: extensions/ht-builder/widgets/bl_nav_menu.php:246
1517
- #: extensions/ht-builder/widgets/bl_nav_menu.php:299
1518
- #: extensions/ht-builder/widgets/bl_nav_menu.php:352
1519
- #: extensions/ht-builder/widgets/bl_nav_menu.php:394
1520
- #: extensions/ht-builder/widgets/bl_nav_menu.php:447
1521
- #: extensions/ht-menu/menu/templates.php:143
1522
- msgid "Background"
1523
- msgstr ""
1524
-
1525
- #: includes/widgets/htmega_booked_calender.php:675
1526
- #: includes/widgets/htmega_business_hours.php:144
1527
- #: includes/widgets/htmega_caldera_form.php:227
1528
- #: includes/widgets/htmega_caldera_form.php:387
1529
- #: includes/widgets/htmega_caldera_form.php:465
1530
- #: includes/widgets/htmega_caldera_form.php:574
1531
- #: includes/widgets/htmega_caldera_form.php:646
1532
- #: includes/widgets/htmega_caldera_form.php:685
1533
- #: includes/widgets/htmega_caldera_form.php:724
1534
- #: includes/widgets/htmega_carousel.php:445
1535
- #: includes/widgets/htmega_contact_form_seven.php:221
1536
- #: includes/widgets/htmega_contact_form_seven.php:373
1537
- #: includes/widgets/htmega_contact_form_seven.php:493
1538
- #: includes/widgets/htmega_contact_form_seven.php:599
1539
- #: includes/widgets/htmega_contact_form_seven.php:662
1540
- #: includes/widgets/htmega_contact_form_seven.php:846
1541
- #: includes/widgets/htmega_contact_form_seven.php:934
1542
- #: includes/widgets/htmega_custom_event.php:342
1543
- #: includes/widgets/htmega_gravity_forms.php:404
1544
- #: includes/widgets/htmega_gravity_forms.php:574
1545
- #: includes/widgets/htmega_gravity_forms.php:706
1546
- #: includes/widgets/htmega_gravity_forms.php:816
1547
- #: includes/widgets/htmega_mailchimp_wp.php:195
1548
- #: includes/widgets/htmega_mailchimp_wp.php:383
1549
- #: includes/widgets/htmega_mailchimp_wp.php:471
1550
- #: includes/widgets/htmega_ninja_form.php:490
1551
- #: includes/widgets/htmega_ninja_form.php:640
1552
- #: includes/widgets/htmega_ninja_form.php:712
1553
- #: includes/widgets/htmega_ninja_form.php:859
1554
- #: includes/widgets/htmega_ninja_form.php:965
1555
- #: includes/widgets/htmega_ninja_form.php:1075
1556
- #: includes/widgets/htmega_pricing_list_view.php:337
1557
- #: includes/widgets/htmega_pricing_list_view.php:707
1558
- #: includes/widgets/htmega_pricing_list_view.php:966
1559
- #: includes/widgets/htmega_pricing_list_view.php:1228
1560
- #: includes/widgets/htmega_pricing_list_view.php:1298
1561
- #: includes/widgets/htmega_pricing_list_view.php:1468
1562
- #: includes/widgets/htmega_pricing_list_view.php:1574
1563
- #: includes/widgets/htmega_pricing_list_view.php:1651
1564
- #: includes/widgets/htmega_pricing_list_view.php:1732
1565
- #: includes/widgets/htmega_pricing_list_view.php:1809
1566
- #: includes/widgets/htmega_quforms.php:351
1567
- #: includes/widgets/htmega_quforms.php:476
1568
- #: includes/widgets/htmega_quforms.php:571
1569
- #: includes/widgets/htmega_quforms.php:693
1570
- #: includes/widgets/htmega_quforms.php:849
1571
- #: includes/widgets/htmega_quforms.php:936
1572
- #: includes/widgets/htmega_quforms.php:1004
1573
- #: includes/widgets/htmega_quforms.php:1043
1574
- #: includes/widgets/htmega_verticle_time_line.php:219
1575
- #: includes/widgets/htmega_verticle_time_line.php:296
1576
- #: includes/widgets/htmega_wc_element_pages.php:108
1577
- #: includes/widgets/htmega_wc_element_pages.php:143
1578
- #: includes/widgets/htmega_wc_element_pages.php:224
1579
- #: includes/widgets/htmega_wc_element_pages.php:309
1580
- #: includes/widgets/htmega_wc_element_pages.php:415
1581
- #: includes/widgets/htmega_wc_element_pages.php:489
1582
- #: includes/widgets/htmega_wc_element_pages.php:566
1583
- #: includes/widgets/htmega_wc_element_pages.php:587
1584
- #: includes/widgets/htmega_wc_element_pages.php:725
1585
- #: includes/widgets/htmega_wc_element_pages.php:850
1586
- #: includes/widgets/htmega_wc_element_pages.php:910
1587
- #: includes/widgets/htmega_wc_element_pages.php:964
1588
- #: includes/widgets/htmega_wc_element_pages.php:1040
1589
- #: includes/widgets/htmega_wc_element_pages.php:1181
1590
- #: includes/widgets/htmega_wc_element_pages.php:1222
1591
- #: includes/widgets/htmega_wc_element_pages.php:1253
1592
- #: includes/widgets/htmega_wc_element_pages.php:1288
1593
- #: includes/widgets/htmega_wc_element_pages.php:1369
1594
- #: includes/widgets/htmega_wc_element_pages.php:1407
1595
- #: includes/widgets/htmega_wc_element_pages.php:1542
1596
- #: includes/widgets/htmega_wc_element_pages.php:1630
1597
- #: includes/widgets/htmega_wpforms.php:493
1598
- #: includes/widgets/htmega_wpforms.php:643
1599
- #: includes/widgets/htmega_wpforms.php:715
1600
- #: includes/widgets/htmega_wpforms.php:861
1601
- #: includes/widgets/htmega_wpforms.php:992
1602
- #: includes/widgets/htmega_wpforms.php:1102
1603
- #: extensions/ht-builder/widgets/bl_post_comments.php:109
1604
- #: extensions/ht-builder/widgets/bl_post_comments.php:159
1605
- #: extensions/ht-builder/widgets/bl_post_search_form.php:212
1606
- #: extensions/ht-builder/widgets/bl_post_search_form.php:286
1607
- #: extensions/ht-menu/menu/templates.php:179
1608
- #: extensions/wc-sales-notification/admin/setting.php:188
1609
- msgid "Background Color"
1610
- msgstr ""
1611
-
1612
- #: includes/widgets/htmega_pricing_list_view.php:1377
1613
- msgid "Background Color ( Even )"
1614
- msgstr ""
1615
-
1616
- #: includes/widgets/htmega_data_table.php:748
1617
- msgid "Background Color ( Event )"
1618
- msgstr ""
1619
-
1620
- #: includes/widgets/htmega_data_table.php:760
1621
- #: includes/widgets/htmega_pricing_list_view.php:1389
1622
- msgid "Background Color ( Odd )"
1623
- msgstr ""
1624
-
1625
- #: admin/include/admin-setting.php:1412 admin/include/admin-setting.php:1437
1626
- msgid "Background color option"
1627
- msgstr ""
1628
-
1629
- #: includes/widgets/htmega_counter.php:211
1630
- #: includes/widgets/htmega_weather.php:218
1631
- msgid "Background Overlay"
1632
- msgstr ""
1633
-
1634
- #: extensions/ht-menu/menu/templates.php:185
1635
- msgid "Background Second Color"
1636
- msgstr ""
1637
-
1638
- #: admin/include/admin-setting.php:687
1639
- msgid "Background Switcher <span>( Pro )</span>"
1640
- msgstr ""
1641
-
1642
- #: includes/widgets/htmega_dropcaps.php:195
1643
- msgid "Backround Image as Text Color"
1644
- msgstr ""
1645
-
1646
- #: includes/widgets/htmega_scroll_image.php:241
1647
- msgid "Badge"
1648
- msgstr ""
1649
-
1650
- #: includes/widgets/htmega_special_day_banner.php:157
1651
- msgid "Badge Image"
1652
- msgstr ""
1653
-
1654
- #: includes/widgets/htmega_scroll_image.php:132
1655
- #: includes/widgets/htmega_scroll_image.php:136
1656
- msgid "Badge Text"
1657
- msgstr ""
1658
-
1659
- #: extensions/ht-menu/menu/templates.php:50
1660
- msgid "Badges"
1661
- msgstr ""
1662
-
1663
- #: includes/widgets/htmega_socialshere.php:85
1664
- msgid "Baidu"
1665
- msgstr ""
1666
-
1667
- #: includes/widgets/htmega_googlemap.php:103
1668
- msgid "Bangladesh"
1669
- msgstr ""
1670
-
1671
- #: includes/widgets/htmega_add_banner.php:34
1672
- #: includes/widgets/htmega_special_day_banner.php:35
1673
- msgid "Banner"
1674
- msgstr ""
1675
-
1676
- #: includes/widgets/htmega_special_day_banner.php:147
1677
- msgid "Banner Badge"
1678
- msgstr ""
1679
-
1680
- #: includes/widgets/htmega_add_banner.php:112
1681
- #: includes/widgets/htmega_special_day_banner.php:98
1682
- msgid "Banner Description"
1683
- msgstr ""
1684
-
1685
- #: includes/widgets/htmega_special_day_banner.php:313
1686
- msgid "Banner Hover Color"
1687
- msgstr ""
1688
-
1689
- #: includes/widgets/htmega_add_banner.php:119
1690
- #: includes/widgets/htmega_special_day_banner.php:123
1691
- msgid "Banner Link"
1692
- msgstr ""
1693
-
1694
- #: includes/widgets/htmega_add_banner.php:103
1695
- #: includes/widgets/htmega_special_day_banner.php:89
1696
- msgid "Banner Sub Title"
1697
- msgstr ""
1698
-
1699
- #: includes/widgets/htmega_add_banner.php:94
1700
- #: includes/widgets/htmega_special_day_banner.php:80
1701
- msgid "Banner Title"
1702
- msgstr ""
1703
-
1704
- #: includes/widgets/htmega_pricing_list_view.php:1159
1705
- msgid "Baseline"
1706
- msgstr ""
1707
-
1708
- #: includes/widgets/htmega_bbpress.php:13
1709
- #: includes/widgets/htmega_bbpress.php:43
1710
- msgid "Bbpress"
1711
- msgstr ""
1712
-
1713
- #: admin/include/admin-setting.php:1072
1714
- msgid "bbPress"
1715
- msgstr ""
1716
-
1717
- #: includes/widgets/htmega_section_title.php:710
1718
- #: includes/widgets/htmega_section_title.php:875
1719
- msgid "Befor, After Border"
1720
- msgstr ""
1721
-
1722
- #: includes/widgets/htmega_blockquote.php:404
1723
- #: includes/widgets/htmega_image_comparison.php:156
1724
- msgid "Before"
1725
- msgstr ""
1726
-
1727
- #: includes/widgets/htmega_section_title.php:447
1728
- msgid "Before And After Border Color"
1729
- msgstr ""
1730
-
1731
- #: includes/widgets/htmega_inlinemenu.php:296
1732
- #: includes/widgets/htmega_inlinemenu.php:458
1733
- msgid "Before Background"
1734
- msgstr ""
1735
-
1736
- #: includes/widgets/htmega_inlinemenu.php:382
1737
- #: includes/widgets/htmega_inlinemenu.php:544
1738
- msgid "Before Border Botton Position"
1739
- msgstr ""
1740
-
1741
- #: includes/widgets/htmega_inlinemenu.php:337
1742
- #: includes/widgets/htmega_inlinemenu.php:499
1743
- msgid "Before Border Size"
1744
- msgstr ""
1745
-
1746
- #: includes/widgets/htmega_inlinemenu.php:359
1747
- #: includes/widgets/htmega_inlinemenu.php:521
1748
- msgid "Before Border Top Position"
1749
- msgstr ""
1750
-
1751
- #: includes/widgets/htmega_image_comparison.php:50
1752
- msgid "Before Image"
1753
- msgstr ""
1754
-
1755
- #: includes/widgets/htmega_pricing_list_view.php:89
1756
- msgid "Before Price Label"
1757
- msgstr ""
1758
-
1759
- #: includes/widgets/htmega_pricing_list_view.php:1542
1760
- msgid "Before Price Style"
1761
- msgstr ""
1762
-
1763
- #: includes/widgets/htmega_image_comparison.php:172
1764
- msgid "Before Start Amount"
1765
- msgstr ""
1766
-
1767
- #: includes/widgets/htmega_animated_heading.php:151
1768
- msgid "Before Text Style"
1769
- msgstr ""
1770
-
1771
- #: includes/widgets/htmega_image_comparison.php:154
1772
- #: includes/widgets/htmega_image_comparison.php:228
1773
- msgid "Before Title"
1774
- msgstr ""
1775
-
1776
- #: includes/widgets/htmega_inlinemenu.php:311
1777
- #: includes/widgets/htmega_inlinemenu.php:473
1778
- msgid "Before/After Border"
1779
- msgstr ""
1780
-
1781
- #: includes/widgets/htmega_user_login_form.php:300
1782
- msgid "Before/Top Login Button"
1783
- msgstr ""
1784
-
1785
- #: includes/widgets/htmega_teammember.php:175
1786
- msgid "Bio Info"
1787
- msgstr ""
1788
-
1789
- #: includes/widgets/htmega_teammember.php:864
1790
- msgid "Bio info"
1791
- msgstr ""
1792
-
1793
- #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1794
- msgid "Biography"
1795
- msgstr ""
1796
-
1797
- #: extensions/ht-builder/widgets/bl_post_archive.php:23
1798
- msgid "BL: Archive Posts"
1799
- msgstr ""
1800
-
1801
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1802
- msgid "BL: Archive Title"
1803
- msgstr ""
1804
-
1805
- #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1806
- msgid "BL: Author Info"
1807
- msgstr ""
1808
-
1809
- #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1810
- msgid "BL: Nav Menu"
1811
- msgstr ""
1812
-
1813
- #: extensions/ht-builder/widgets/bl_page_title.php:22
1814
- msgid "BL: Page Title"
1815
- msgstr ""
1816
-
1817
- #: extensions/ht-builder/widgets/bl_post_comments.php:23
1818
- msgid "BL: Post Comments"
1819
- msgstr ""
1820
-
1821
- #: extensions/ht-builder/widgets/bl_post_content.php:22
1822
- msgid "BL: Post Content"
1823
- msgstr ""
1824
-
1825
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1826
- msgid "BL: Post Excerpt"
1827
- msgstr ""
1828
-
1829
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1830
- msgid "BL: Post Featured Image"
1831
- msgstr ""
1832
-
1833
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1834
- msgid "BL: Post Meta Info"
1835
- msgstr ""
1836
-
1837
- #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1838
- msgid "BL: Post Search Form"
1839
- msgstr ""
1840
-
1841
- #: extensions/ht-builder/widgets/bl_post_title.php:20
1842
- msgid "BL: Post Title"
1843
- msgstr ""
1844
-
1845
- #: extensions/ht-builder/widgets/bl_site_logo.php:24
1846
- msgid "BL: Site Logo"
1847
- msgstr ""
1848
-
1849
- #: extensions/ht-builder/widgets/bl_site_title.php:22
1850
- msgid "BL: Site Title"
1851
- msgstr ""
1852
-
1853
- #: includes/widgets/htmega_section_title.php:616
1854
- #: includes/widgets/htmega_section_title.php:847
1855
- msgid "Block"
1856
- msgstr ""
1857
-
1858
- #: admin/include/admin-setting.php:151
1859
- #: includes/widgets/htmega_blockquote.php:13
1860
- #: includes/widgets/htmega_blockquote.php:34
1861
- msgid "Blockquote"
1862
- msgstr ""
1863
-
1864
- #: includes/widgets/htmega_blockquote.php:79
1865
- msgid "Blockquote By"
1866
- msgstr ""
1867
-
1868
- #: includes/widgets/htmega_blockquote.php:69
1869
- msgid "Blockquote Content"
1870
- msgstr ""
1871
-
1872
- #: includes/widgets/htmega_blockquote.php:149
1873
- msgid "Blockquote Position"
1874
- msgstr ""
1875
-
1876
- #: includes/widgets/htmega_blockquote.php:89
1877
- msgid "Blockquote Type"
1878
- msgstr ""
1879
-
1880
- #: admin/include/templates_list.php:34
1881
- msgid "Blocks"
1882
- msgstr ""
1883
-
1884
- #: admin/include/admin-setting.php:1403 admin/include/admin-setting.php:1428
1885
- msgid "Blog Archive Category Wise Individual layout"
1886
- msgstr ""
1887
-
1888
- #: admin/include/admin-setting.php:1404 admin/include/admin-setting.php:1429
1889
- msgid "Blog Archive Tag Wise Individual layout"
1890
- msgstr ""
1891
-
1892
- #: admin/include/admin-setting.php:1400 admin/include/admin-setting.php:1425
1893
- msgid "Blog Search Page Builder"
1894
- msgstr ""
1895
-
1896
- #: extensions/ht-builder/admin/setting.php:73
1897
- msgid "Blog Template."
1898
- msgstr ""
1899
-
1900
- #: extensions/ht-builder/widgets/bl_post_title.php:133
1901
- msgid "Blog Title"
1902
- msgstr ""
1903
-
1904
- #: includes/widgets/htmega_socialshere.php:72
1905
- msgid "Blogger"
1906
- msgstr ""
1907
-
1908
- #: includes/widgets/htmega_booked_calender.php:246
1909
- #: includes/widgets/htmega_notify.php:100
1910
- #: includes/widgets/htmega_tablepress.php:242
1911
- msgid "Body"
1912
- msgstr ""
1913
-
1914
- #: includes/widgets/htmega_booked_calender.php:13
1915
- msgid "Booked Calendar"
1916
- msgstr ""
1917
-
1918
- #: admin/include/admin-setting.php:1082
1919
- #: includes/widgets/htmega_booked_calender.php:43
1920
- msgid "Booked Calender"
1921
- msgstr ""
1922
-
1923
- #: includes/widgets/htmega_notify.php:231
1924
- msgid "Bootstrap Column Width"
1925
- msgstr ""
1926
-
1927
- #: includes/widgets/htmega_accordion.php:612
1928
- #: includes/widgets/htmega_accordion.php:696
1929
- #: includes/widgets/htmega_accordion.php:866
1930
- #: includes/widgets/htmega_accordion.php:964
1931
- #: includes/widgets/htmega_accordion.php:1150
1932
- #: includes/widgets/htmega_accordion.php:1261
1933
- #: includes/widgets/htmega_accordion.php:1398
1934
- #: includes/widgets/htmega_add_banner.php:188
1935
- #: includes/widgets/htmega_add_banner.php:216
1936
- #: includes/widgets/htmega_add_banner.php:276
1937
- #: includes/widgets/htmega_add_banner.php:330
1938
- #: includes/widgets/htmega_add_banner.php:648
1939
- #: includes/widgets/htmega_add_banner.php:727
1940
- #: includes/widgets/htmega_animated_heading.php:183
1941
- #: includes/widgets/htmega_animated_heading.php:314
1942
- #: includes/widgets/htmega_animated_heading.php:402
1943
- #: includes/widgets/htmega_blockquote.php:247
1944
- #: includes/widgets/htmega_blockquote.php:381
1945
- #: includes/widgets/htmega_blockquote.php:556
1946
- #: includes/widgets/htmega_blockquote.php:736
1947
- #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1948
- #: includes/widgets/htmega_buddy_press.php:184
1949
- #: includes/widgets/htmega_business_hours.php:269
1950
- #: includes/widgets/htmega_business_hours.php:345
1951
- #: includes/widgets/htmega_business_hours.php:473
1952
- #: includes/widgets/htmega_button.php:229
1953
- #: includes/widgets/htmega_button.php:352
1954
- #: includes/widgets/htmega_button.php:556
1955
- #: includes/widgets/htmega_caldera_form.php:310
1956
- #: includes/widgets/htmega_caldera_form.php:399
1957
- #: includes/widgets/htmega_caldera_form.php:486
1958
- #: includes/widgets/htmega_call_to_action.php:401
1959
- #: includes/widgets/htmega_call_to_action.php:478
1960
- #: includes/widgets/htmega_call_to_action.php:757
1961
- #: includes/widgets/htmega_call_to_action.php:837
1962
- #: includes/widgets/htmega_call_to_action.php:963
1963
- #: includes/widgets/htmega_call_to_action.php:1043
1964
- #: includes/widgets/htmega_carousel.php:512
1965
- #: includes/widgets/htmega_carousel.php:609
1966
- #: includes/widgets/htmega_carousel.php:784
1967
- #: includes/widgets/htmega_carousel.php:874
1968
- #: includes/widgets/htmega_carousel.php:1007
1969
- #: includes/widgets/htmega_carousel.php:1113
1970
- #: includes/widgets/htmega_carousel.php:1207
1971
- #: includes/widgets/htmega_carousel.php:1340
1972
- #: includes/widgets/htmega_carousel.php:1424
1973
- #: includes/widgets/htmega_contact_form_seven.php:292
1974
- #: includes/widgets/htmega_contact_form_seven.php:417
1975
- #: includes/widgets/htmega_contact_form_seven.php:537
1976
- #: includes/widgets/htmega_contact_form_seven.php:622
1977
- #: includes/widgets/htmega_contact_form_seven.php:693
1978
- #: includes/widgets/htmega_contact_form_seven.php:884
1979
- #: includes/widgets/htmega_contact_form_seven.php:946
1980
- #: includes/widgets/htmega_contact_form_seven.php:986
1981
- #: includes/widgets/htmega_contact_form_seven.php:1020
1982
- #: includes/widgets/htmega_countdown.php:535
1983
- #: includes/widgets/htmega_countdown.php:547
1984
- #: includes/widgets/htmega_countdown.php:796
1985
- #: includes/widgets/htmega_countdown.php:963
1986
- #: includes/widgets/htmega_countdown.php:1073
1987
- #: includes/widgets/htmega_countdown.php:1158
1988
- #: includes/widgets/htmega_counter.php:253
1989
- #: includes/widgets/htmega_counter.php:515
1990
- #: includes/widgets/htmega_counter.php:638
1991
- #: includes/widgets/htmega_counter.php:906
1992
- #: includes/widgets/htmega_counter.php:994
1993
- #: includes/widgets/htmega_counter.php:1084
1994
- #: includes/widgets/htmega_custom_event.php:419
1995
- #: includes/widgets/htmega_custom_event.php:461
1996
- #: includes/widgets/htmega_data_table.php:243
1997
- #: includes/widgets/htmega_data_table.php:507
1998
- #: includes/widgets/htmega_data_table.php:605
1999
- #: includes/widgets/htmega_data_table.php:687
2000
- #: includes/widgets/htmega_data_table.php:806
2001
- #: includes/widgets/htmega_data_table.php:910
2002
- #: includes/widgets/htmega_data_table.php:962
2003
- #: includes/widgets/htmega_data_table.php:1041
2004
- #: includes/widgets/htmega_double_button.php:408
2005
- #: includes/widgets/htmega_double_button.php:438
2006
- #: includes/widgets/htmega_double_button.php:504
2007
- #: includes/widgets/htmega_double_button.php:591
2008
- #: includes/widgets/htmega_double_button.php:677
2009
- #: includes/widgets/htmega_double_button.php:763
2010
- #: includes/widgets/htmega_double_button.php:860
2011
- #: includes/widgets/htmega_download_monitor.php:169
2012
- #: includes/widgets/htmega_download_monitor.php:357
2013
- #: includes/widgets/htmega_dropcaps.php:166
2014
- #: includes/widgets/htmega_dropcaps.php:267
2015
- #: includes/widgets/htmega_easy_digital_download.php:282
2016
- #: includes/widgets/htmega_easy_digital_download.php:564
2017
- #: includes/widgets/htmega_easy_digital_download.php:643
2018
- #: includes/widgets/htmega_errorcontent.php:336
2019
- #: includes/widgets/htmega_errorcontent.php:415
2020
- #: includes/widgets/htmega_errorcontent.php:494
2021
- #: includes/widgets/htmega_errorcontent.php:616
2022
- #: includes/widgets/htmega_errorcontent.php:667
2023
- #: includes/widgets/htmega_errorcontent.php:767
2024
- #: includes/widgets/htmega_errorcontent.php:818
2025
- #: includes/widgets/htmega_gallery_justify.php:85
2026
- #: includes/widgets/htmega_googlemap.php:316
2027
- #: includes/widgets/htmega_googlemap.php:457
2028
- #: includes/widgets/htmega_gravity_forms.php:300
2029
- #: includes/widgets/htmega_gravity_forms.php:511
2030
- #: includes/widgets/htmega_gravity_forms.php:596
2031
- #: includes/widgets/htmega_gravity_forms.php:744
2032
- #: includes/widgets/htmega_gravity_forms.php:828
2033
- #: includes/widgets/htmega_imagemarker.php:664
2034
- #: includes/widgets/htmega_imagemarker.php:743
2035
- #: includes/widgets/htmega_imagemarker.php:876
2036
- #: includes/widgets/htmega_image_comparison.php:125
2037
- #: includes/widgets/htmega_image_comparison.php:263
2038
- #: includes/widgets/htmega_image_comparison.php:344
2039
- #: includes/widgets/htmega_image_comparison.php:399
2040
- #: includes/widgets/htmega_image_comparison.php:433
2041
- #: includes/widgets/htmega_image_comparison.php:550
2042
- #: includes/widgets/htmega_image_grid.php:229
2043
- #: includes/widgets/htmega_image_grid.php:522
2044
- #: includes/widgets/htmega_image_grid.php:581
2045
- #: includes/widgets/htmega_image_magnifier.php:111
2046
- #: includes/widgets/htmega_image_masonry.php:220
2047
- #: includes/widgets/htmega_image_masonry.php:509
2048
- #: includes/widgets/htmega_image_masonry.php:577
2049
- #: includes/widgets/htmega_inlinemenu.php:201
2050
- #: includes/widgets/htmega_inlinemenu.php:275
2051
- #: includes/widgets/htmega_inlinemenu.php:438
2052
- #: includes/widgets/htmega_instagram.php:706
2053
- #: includes/widgets/htmega_instagram.php:836
2054
- #: includes/widgets/htmega_instagram.php:984
2055
- #: includes/widgets/htmega_instagram.php:1103
2056
- #: includes/widgets/htmega_instagram.php:1163
2057
- #: includes/widgets/htmega_instagram.php:1257
2058
- #: includes/widgets/htmega_instagram.php:1323
2059
- #: includes/widgets/htmega_instagram.php:1459
2060
- #: includes/widgets/htmega_lightbox.php:265
2061
- #: includes/widgets/htmega_lightbox.php:453
2062
- #: includes/widgets/htmega_mailchimp_wp.php:238
2063
- #: includes/widgets/htmega_mailchimp_wp.php:421
2064
- #: includes/widgets/htmega_mailchimp_wp.php:483
2065
- #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
2066
- #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
2067
- #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
2068
- #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
2069
- #: includes/widgets/htmega_newsticker.php:371
2070
- #: includes/widgets/htmega_newsticker.php:543
2071
- #: includes/widgets/htmega_newsticker.php:802
2072
- #: includes/widgets/htmega_newsticker.php:890
2073
- #: includes/widgets/htmega_newsticker.php:947
2074
- #: includes/widgets/htmega_ninja_form.php:166
2075
- #: includes/widgets/htmega_ninja_form.php:268
2076
- #: includes/widgets/htmega_ninja_form.php:386
2077
- #: includes/widgets/htmega_ninja_form.php:580
2078
- #: includes/widgets/htmega_ninja_form.php:662
2079
- #: includes/widgets/htmega_ninja_form.php:800
2080
- #: includes/widgets/htmega_ninja_form.php:881
2081
- #: includes/widgets/htmega_ninja_form.php:1003
2082
- #: includes/widgets/htmega_ninja_form.php:1087
2083
- #: includes/widgets/htmega_notify.php:350
2084
- #: includes/widgets/htmega_notify.php:448
2085
- #: includes/widgets/htmega_notify.php:502
2086
- #: includes/widgets/htmega_offcanvas.php:454
2087
- #: includes/widgets/htmega_offcanvas.php:515
2088
- #: includes/widgets/htmega_panel_slider.php:555
2089
- #: includes/widgets/htmega_panel_slider.php:863
2090
- #: includes/widgets/htmega_panel_slider.php:1052
2091
- #: includes/widgets/htmega_panel_slider.php:1184
2092
- #: includes/widgets/htmega_panel_slider.php:1223
2093
- #: includes/widgets/htmega_popover.php:405
2094
- #: includes/widgets/htmega_popover.php:483
2095
- #: includes/widgets/htmega_popover.php:562
2096
- #: includes/widgets/htmega_popover.php:638
2097
- #: includes/widgets/htmega_popover.php:742
2098
- #: includes/widgets/htmega_post_grid_tab.php:278
2099
- #: includes/widgets/htmega_post_grid_tab.php:354
2100
- #: includes/widgets/htmega_post_grid_tab.php:907
2101
- #: includes/widgets/htmega_post_grid_tab.php:957
2102
- #: includes/widgets/htmega_post_grid_tab.php:1021
2103
- #: includes/widgets/htmega_post_grid_tab.php:1079
2104
- #: includes/widgets/htmega_post_grid_tab.php:1111
2105
- #: includes/widgets/htmega_post_slider.php:778
2106
- #: includes/widgets/htmega_post_slider.php:1334
2107
- #: includes/widgets/htmega_post_slider.php:1384
2108
- #: includes/widgets/htmega_post_slider.php:1594
2109
- #: includes/widgets/htmega_post_slider.php:1714
2110
- #: includes/widgets/htmega_post_slider.php:1839
2111
- #: includes/widgets/htmega_post_slider.php:1878
2112
- #: includes/widgets/htmega_post_slider.php:1950
2113
- #: includes/widgets/htmega_post_slider.php:2027
2114
- #: includes/widgets/htmega_pricing_list_view.php:920
2115
- #: includes/widgets/htmega_pricing_list_view.php:1265
2116
- #: includes/widgets/htmega_pricing_list_view.php:1344
2117
- #: includes/widgets/htmega_pricing_list_view.php:1435
2118
- #: includes/widgets/htmega_progress_bar.php:361
2119
- #: includes/widgets/htmega_progress_bar.php:497
2120
- #: includes/widgets/htmega_progress_bar.php:615
2121
- #: includes/widgets/htmega_progress_bar.php:706
2122
- #: includes/widgets/htmega_progress_bar.php:798
2123
- #: includes/widgets/htmega_quforms.php:150
2124
- #: includes/widgets/htmega_quforms.php:261
2125
- #: includes/widgets/htmega_quforms.php:441
2126
- #: includes/widgets/htmega_quforms.php:499
2127
- #: includes/widgets/htmega_quforms.php:659
2128
- #: includes/widgets/htmega_quforms.php:717
2129
- #: includes/widgets/htmega_quforms.php:887
2130
- #: includes/widgets/htmega_quforms.php:948
2131
- #: includes/widgets/htmega_scroll_image.php:84
2132
- #: includes/widgets/htmega_scroll_image.php:184
2133
- #: includes/widgets/htmega_scroll_image.php:344
2134
- #: includes/widgets/htmega_scroll_navigation.php:410
2135
- #: includes/widgets/htmega_scroll_navigation.php:504
2136
- #: includes/widgets/htmega_search.php:369
2137
- #: includes/widgets/htmega_search.php:582
2138
- #: includes/widgets/htmega_search.php:634
2139
- #: includes/widgets/htmega_search.php:820
2140
- #: includes/widgets/htmega_search.php:982
2141
- #: includes/widgets/htmega_section_title.php:439
2142
- #: includes/widgets/htmega_section_title.php:567
2143
- #: includes/widgets/htmega_section_title.php:800
2144
- #: includes/widgets/htmega_section_title.php:981
2145
- #: includes/widgets/htmega_service.php:219
2146
- #: includes/widgets/htmega_service.php:287
2147
- #: includes/widgets/htmega_service.php:340
2148
- #: includes/widgets/htmega_service.php:696
2149
- #: includes/widgets/htmega_service.php:778
2150
- #: includes/widgets/htmega_service.php:958
2151
- #: includes/widgets/htmega_service.php:1086
2152
- #: includes/widgets/htmega_service.php:1138
2153
- #: includes/widgets/htmega_slider_thumb_gallery.php:875
2154
- #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2155
- #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2156
- #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2157
- #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2158
- #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2159
- #: includes/widgets/htmega_socialshere.php:141
2160
- #: includes/widgets/htmega_socialshere.php:169
2161
- #: includes/widgets/htmega_socialshere.php:251
2162
- #: includes/widgets/htmega_socialshere.php:302
2163
- #: includes/widgets/htmega_socialshere.php:447
2164
- #: includes/widgets/htmega_socialshere.php:582
2165
- #: includes/widgets/htmega_special_day_banner.php:671
2166
- #: includes/widgets/htmega_special_day_banner.php:750
2167
- #: includes/widgets/htmega_switcher.php:297
2168
- #: includes/widgets/htmega_switcher.php:440
2169
- #: includes/widgets/htmega_switcher.php:515
2170
- #: includes/widgets/htmega_switcher.php:613
2171
- #: includes/widgets/htmega_tablepress.php:132
2172
- #: includes/widgets/htmega_tablepress.php:188
2173
- #: includes/widgets/htmega_tablepress.php:251
2174
- #: includes/widgets/htmega_tabs.php:316 includes/widgets/htmega_tabs.php:594
2175
- #: includes/widgets/htmega_tabs.php:646 includes/widgets/htmega_tabs.php:732
2176
- #: includes/widgets/htmega_tabs.php:827 includes/widgets/htmega_tabs.php:892
2177
- #: includes/widgets/htmega_teammember.php:359
2178
- #: includes/widgets/htmega_teammember.php:500
2179
- #: includes/widgets/htmega_teammember.php:558
2180
- #: includes/widgets/htmega_teammember.php:1020
2181
- #: includes/widgets/htmega_testimonial_grid.php:307
2182
- #: includes/widgets/htmega_testimonial_grid.php:352
2183
- #: includes/widgets/htmega_testimonial_grid.php:397
2184
- #: includes/widgets/htmega_toggle.php:321
2185
- #: includes/widgets/htmega_toggle.php:373
2186
- #: includes/widgets/htmega_tooltip.php:382
2187
- #: includes/widgets/htmega_tooltip.php:460
2188
- #: includes/widgets/htmega_twitter_feed.php:597
2189
- #: includes/widgets/htmega_twitter_feed.php:766
2190
- #: includes/widgets/htmega_twitter_feed.php:1015
2191
- #: includes/widgets/htmega_twitter_feed.php:1127
2192
- #: includes/widgets/htmega_twitter_feed.php:1264
2193
- #: includes/widgets/htmega_twitter_feed.php:1324
2194
- #: includes/widgets/htmega_twitter_feed.php:1453
2195
- #: includes/widgets/htmega_user_login_form.php:928
2196
- #: includes/widgets/htmega_user_login_form.php:1201
2197
- #: includes/widgets/htmega_user_login_form.php:1253
2198
- #: includes/widgets/htmega_user_login_form.php:1385
2199
- #: includes/widgets/htmega_user_login_form.php:1437
2200
- #: includes/widgets/htmega_user_login_form.php:1527
2201
- #: includes/widgets/htmega_verticle_time_line.php:363
2202
- #: includes/widgets/htmega_videoplayer.php:263
2203
- #: includes/widgets/htmega_videoplayer.php:422
2204
- #: includes/widgets/htmega_videoplayer.php:464
2205
- #: includes/widgets/htmega_wc_categories.php:194
2206
- #: includes/widgets/htmega_wc_categories.php:256
2207
- #: includes/widgets/htmega_wc_categories.php:356
2208
- #: includes/widgets/htmega_wc_categories.php:433
2209
- #: includes/widgets/htmega_wc_categories.php:442
2210
- #: includes/widgets/htmega_wc_categories.php:488
2211
- #: includes/widgets/htmega_wc_categories.php:516
2212
- #: includes/widgets/htmega_wc_element_pages.php:167
2213
- #: includes/widgets/htmega_wc_element_pages.php:236
2214
- #: includes/widgets/htmega_wc_element_pages.php:335
2215
- #: includes/widgets/htmega_wc_element_pages.php:427
2216
- #: includes/widgets/htmega_wc_element_pages.php:501
2217
- #: includes/widgets/htmega_wc_element_pages.php:599
2218
- #: includes/widgets/htmega_wc_element_pages.php:622
2219
- #: includes/widgets/htmega_wc_element_pages.php:813
2220
- #: includes/widgets/htmega_wc_element_pages.php:865
2221
- #: includes/widgets/htmega_wc_element_pages.php:976
2222
- #: includes/widgets/htmega_wc_element_pages.php:1066
2223
- #: includes/widgets/htmega_wc_element_pages.php:1421
2224
- #: includes/widgets/htmega_wc_element_pages.php:1479
2225
- #: includes/widgets/htmega_wc_element_pages.php:1554
2226
- #: includes/widgets/htmega_wc_element_pages.php:1656
2227
- #: includes/widgets/htmega_wc_element_pages.php:1770
2228
- #: includes/widgets/htmega_wc_element_pages.php:1822
2229
- #: includes/widgets/htmega_weather.php:288
2230
- #: includes/widgets/htmega_weather.php:326
2231
- #: includes/widgets/htmega_working_process.php:432
2232
- #: includes/widgets/htmega_working_process.php:690
2233
- #: includes/widgets/htmega_working_process.php:769
2234
- #: includes/widgets/htmega_working_process.php:869
2235
- #: includes/widgets/htmega_working_process.php:984
2236
- #: includes/widgets/htmega_working_process.php:1092
2237
- #: includes/widgets/htmega_wpforms.php:158
2238
- #: includes/widgets/htmega_wpforms.php:260
2239
- #: includes/widgets/htmega_wpforms.php:368
2240
- #: includes/widgets/htmega_wpforms.php:583
2241
- #: includes/widgets/htmega_wpforms.php:667
2242
- #: includes/widgets/htmega_wpforms.php:803
2243
- #: includes/widgets/htmega_wpforms.php:885
2244
- #: includes/widgets/htmega_wpforms.php:1030
2245
- #: includes/widgets/htmega_wpforms.php:1114
2246
- #: includes/widgets/htmega_wpforms.php:1156
2247
- #: extensions/ht-builder/widgets/bl_nav_menu.php:184
2248
- #: extensions/ht-builder/widgets/bl_nav_menu.php:256
2249
- #: extensions/ht-builder/widgets/bl_nav_menu.php:309
2250
- #: extensions/ht-builder/widgets/bl_nav_menu.php:417
2251
- #: extensions/ht-builder/widgets/bl_nav_menu.php:457
2252
- #: extensions/ht-builder/widgets/bl_page_title.php:87
2253
- #: extensions/ht-builder/widgets/bl_post_archive.php:278
2254
- #: extensions/ht-builder/widgets/bl_post_archive.php:742
2255
- #: extensions/ht-builder/widgets/bl_post_archive.php:808
2256
- #: extensions/ht-builder/widgets/bl_post_archive.php:878
2257
- #: extensions/ht-builder/widgets/bl_post_archive.php:933
2258
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2259
- #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2260
- #: extensions/ht-builder/widgets/bl_post_comments.php:69
2261
- #: extensions/ht-builder/widgets/bl_post_comments.php:130
2262
- #: extensions/ht-builder/widgets/bl_post_comments.php:171
2263
- #: extensions/ht-builder/widgets/bl_post_search_form.php:148
2264
- #: extensions/ht-builder/widgets/bl_post_search_form.php:233
2265
- #: extensions/ht-builder/widgets/bl_post_search_form.php:298
2266
- #: extensions/ht-builder/widgets/bl_site_logo.php:108
2267
- #: extensions/ht-builder/widgets/bl_site_title.php:89
2268
- #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2269
- #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2270
- #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2271
- #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2272
- #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2273
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2274
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2275
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2276
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2277
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2278
- msgid "Border"
2279
- msgstr ""
2280
-
2281
- #: includes/widgets/htmega_counter.php:764
2282
- msgid "Border After Color"
2283
- msgstr ""
2284
-
2285
- #: includes/widgets/htmega_imagemarker.php:797
2286
- msgid "Border Background"
2287
- msgstr ""
2288
-
2289
- #: includes/widgets/htmega_booked_calender.php:374
2290
- #: includes/widgets/htmega_booked_calender.php:849
2291
- #: includes/widgets/htmega_caldera_form.php:585
2292
- #: includes/widgets/htmega_caldera_form.php:636
2293
- #: includes/widgets/htmega_caldera_form.php:675
2294
- #: includes/widgets/htmega_caldera_form.php:714
2295
- #: includes/widgets/htmega_gravity_forms.php:867
2296
- #: includes/widgets/htmega_ninja_form.php:1126
2297
- #: includes/widgets/htmega_quforms.php:994
2298
- #: includes/widgets/htmega_quforms.php:1033
2299
- #: includes/widgets/htmega_tablepress.php:293
2300
- #: includes/widgets/htmega_tablepress.php:337
2301
- #: includes/widgets/htmega_wc_element_pages.php:320
2302
- #: includes/widgets/htmega_wc_element_pages.php:1051
2303
- #: includes/widgets/htmega_wc_element_pages.php:1641
2304
- msgid "Border Color"
2305
- msgstr ""
2306
-
2307
- #: includes/widgets/htmega_progress_bar.php:374
2308
- msgid "Border color"
2309
- msgstr ""
2310
-
2311
- #: includes/widgets/htmega_search.php:398
2312
- msgid "Border Focus Color"
2313
- msgstr ""
2314
-
2315
- #: includes/widgets/htmega_section_title.php:747
2316
- #: includes/widgets/htmega_section_title.php:909
2317
- msgid "Border Height"
2318
- msgstr ""
2319
-
2320
- #: includes/widgets/htmega_accordion.php:620
2321
- #: includes/widgets/htmega_accordion.php:704
2322
- #: includes/widgets/htmega_accordion.php:874
2323
- #: includes/widgets/htmega_accordion.php:973
2324
- #: includes/widgets/htmega_accordion.php:1158
2325
- #: includes/widgets/htmega_accordion.php:1269
2326
- #: includes/widgets/htmega_accordion.php:1406
2327
- #: includes/widgets/htmega_add_banner.php:284
2328
- #: includes/widgets/htmega_add_banner.php:338
2329
- #: includes/widgets/htmega_add_banner.php:656
2330
- #: includes/widgets/htmega_add_banner.php:735
2331
- #: includes/widgets/htmega_animated_heading.php:191
2332
- #: includes/widgets/htmega_animated_heading.php:322
2333
- #: includes/widgets/htmega_animated_heading.php:410
2334
- #: includes/widgets/htmega_blockquote.php:255
2335
- #: includes/widgets/htmega_blockquote.php:389
2336
- #: includes/widgets/htmega_blockquote.php:564
2337
- #: includes/widgets/htmega_blockquote.php:744
2338
- #: includes/widgets/htmega_booked_calender.php:613
2339
- #: includes/widgets/htmega_booked_calender.php:765
2340
- #: includes/widgets/htmega_brand.php:366
2341
- #: includes/widgets/htmega_buddy_press.php:192
2342
- #: includes/widgets/htmega_business_hours.php:277
2343
- #: includes/widgets/htmega_business_hours.php:353
2344
- #: includes/widgets/htmega_business_hours.php:481
2345
- #: includes/widgets/htmega_button.php:237
2346
- #: includes/widgets/htmega_button.php:360
2347
- #: includes/widgets/htmega_button.php:564
2348
- #: includes/widgets/htmega_caldera_form.php:321
2349
- #: includes/widgets/htmega_caldera_form.php:410
2350
- #: includes/widgets/htmega_caldera_form.php:497
2351
- #: includes/widgets/htmega_call_to_action.php:409
2352
- #: includes/widgets/htmega_call_to_action.php:486
2353
- #: includes/widgets/htmega_call_to_action.php:765
2354
- #: includes/widgets/htmega_call_to_action.php:845
2355
- #: includes/widgets/htmega_call_to_action.php:971
2356
- #: includes/widgets/htmega_call_to_action.php:1051
2357
- #: includes/widgets/htmega_carousel.php:520
2358
- #: includes/widgets/htmega_carousel.php:617
2359
- #: includes/widgets/htmega_carousel.php:792
2360
- #: includes/widgets/htmega_carousel.php:882
2361
- #: includes/widgets/htmega_carousel.php:1015
2362
- #: includes/widgets/htmega_carousel.php:1121
2363
- #: includes/widgets/htmega_carousel.php:1215
2364
- #: includes/widgets/htmega_carousel.php:1348
2365
- #: includes/widgets/htmega_carousel.php:1432
2366
- #: includes/widgets/htmega_contact_form_seven.php:300
2367
- #: includes/widgets/htmega_contact_form_seven.php:425
2368
- #: includes/widgets/htmega_contact_form_seven.php:545
2369
- #: includes/widgets/htmega_contact_form_seven.php:630
2370
- #: includes/widgets/htmega_contact_form_seven.php:701
2371
- #: includes/widgets/htmega_contact_form_seven.php:892
2372
- #: includes/widgets/htmega_countdown.php:559
2373
- #: includes/widgets/htmega_countdown.php:807
2374
- #: includes/widgets/htmega_countdown.php:971
2375
- #: includes/widgets/htmega_countdown.php:1084
2376
- #: includes/widgets/htmega_countdown.php:1169
2377
- #: includes/widgets/htmega_counter.php:261
2378
- #: includes/widgets/htmega_counter.php:523
2379
- #: includes/widgets/htmega_counter.php:646
2380
- #: includes/widgets/htmega_counter.php:914
2381
- #: includes/widgets/htmega_counter.php:1002
2382
- #: includes/widgets/htmega_counter.php:1092
2383
- #: includes/widgets/htmega_custom_event.php:427
2384
- #: includes/widgets/htmega_data_table.php:251
2385
- #: includes/widgets/htmega_data_table.php:613
2386
- #: includes/widgets/htmega_data_table.php:695
2387
- #: includes/widgets/htmega_data_table.php:814
2388
- #: includes/widgets/htmega_double_button.php:276
2389
- #: includes/widgets/htmega_double_button.php:416
2390
- #: includes/widgets/htmega_double_button.php:446
2391
- #: includes/widgets/htmega_double_button.php:512
2392
- #: includes/widgets/htmega_double_button.php:599
2393
- #: includes/widgets/htmega_double_button.php:685
2394
- #: includes/widgets/htmega_double_button.php:771
2395
- #: includes/widgets/htmega_double_button.php:868
2396
- #: includes/widgets/htmega_download_monitor.php:179
2397
- #: includes/widgets/htmega_download_monitor.php:368
2398
- #: includes/widgets/htmega_dropcaps.php:174
2399
- #: includes/widgets/htmega_dropcaps.php:276
2400
- #: includes/widgets/htmega_easy_digital_download.php:291
2401
- #: includes/widgets/htmega_easy_digital_download.php:575
2402
- #: includes/widgets/htmega_easy_digital_download.php:653
2403
- #: includes/widgets/htmega_errorcontent.php:344
2404
- #: includes/widgets/htmega_errorcontent.php:423
2405
- #: includes/widgets/htmega_errorcontent.php:502
2406
- #: includes/widgets/htmega_errorcontent.php:624
2407
- #: includes/widgets/htmega_errorcontent.php:675
2408
- #: includes/widgets/htmega_errorcontent.php:775
2409
- #: includes/widgets/htmega_errorcontent.php:826
2410
- #: includes/widgets/htmega_gallery_justify.php:93
2411
- #: includes/widgets/htmega_googlemap.php:325
2412
- #: includes/widgets/htmega_googlemap.php:466
2413
- #: includes/widgets/htmega_gravity_forms.php:308
2414
- #: includes/widgets/htmega_gravity_forms.php:520
2415
- #: includes/widgets/htmega_gravity_forms.php:605
2416
- #: includes/widgets/htmega_gravity_forms.php:752
2417
- #: includes/widgets/htmega_imagemarker.php:672
2418
- #: includes/widgets/htmega_imagemarker.php:884
2419
- #: includes/widgets/htmega_image_comparison.php:133
2420
- #: includes/widgets/htmega_image_comparison.php:271
2421
- #: includes/widgets/htmega_image_comparison.php:352
2422
- #: includes/widgets/htmega_image_comparison.php:441
2423
- #: includes/widgets/htmega_image_grid.php:237
2424
- #: includes/widgets/htmega_image_grid.php:530
2425
- #: includes/widgets/htmega_image_grid.php:589
2426
- #: includes/widgets/htmega_image_magnifier.php:119
2427
- #: includes/widgets/htmega_image_masonry.php:228
2428
- #: includes/widgets/htmega_image_masonry.php:517
2429
- #: includes/widgets/htmega_image_masonry.php:585
2430
- #: includes/widgets/htmega_inlinemenu.php:209
2431
- #: includes/widgets/htmega_inlinemenu.php:283
2432
- #: includes/widgets/htmega_inlinemenu.php:446
2433
- #: includes/widgets/htmega_instagram.php:714
2434
- #: includes/widgets/htmega_instagram.php:844
2435
- #: includes/widgets/htmega_instagram.php:992
2436
- #: includes/widgets/htmega_instagram.php:1111
2437
- #: includes/widgets/htmega_instagram.php:1171
2438
- #: includes/widgets/htmega_instagram.php:1265
2439
- #: includes/widgets/htmega_instagram.php:1331
2440
- #: includes/widgets/htmega_instagram.php:1468
2441
- #: includes/widgets/htmega_lightbox.php:273
2442
- #: includes/widgets/htmega_lightbox.php:461
2443
- #: includes/widgets/htmega_mailchimp_wp.php:246
2444
- #: includes/widgets/htmega_mailchimp_wp.php:429
2445
- #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2446
- #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2447
- #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2448
- #: includes/widgets/htmega_modal.php:964
2449
- #: includes/widgets/htmega_newsticker.php:379
2450
- #: includes/widgets/htmega_newsticker.php:554
2451
- #: includes/widgets/htmega_newsticker.php:691
2452
- #: includes/widgets/htmega_newsticker.php:810
2453
- #: includes/widgets/htmega_newsticker.php:955
2454
- #: includes/widgets/htmega_ninja_form.php:174
2455
- #: includes/widgets/htmega_ninja_form.php:276
2456
- #: includes/widgets/htmega_ninja_form.php:394
2457
- #: includes/widgets/htmega_ninja_form.php:588
2458
- #: includes/widgets/htmega_ninja_form.php:670
2459
- #: includes/widgets/htmega_ninja_form.php:808
2460
- #: includes/widgets/htmega_ninja_form.php:889
2461
- #: includes/widgets/htmega_ninja_form.php:1011
2462
- #: includes/widgets/htmega_notify.php:358
2463
- #: includes/widgets/htmega_notify.php:510
2464
- #: includes/widgets/htmega_notify.php:813
2465
- #: includes/widgets/htmega_offcanvas.php:462
2466
- #: includes/widgets/htmega_panel_slider.php:566
2467
- #: includes/widgets/htmega_panel_slider.php:871
2468
- #: includes/widgets/htmega_panel_slider.php:1060
2469
- #: includes/widgets/htmega_panel_slider.php:1192
2470
- #: includes/widgets/htmega_panel_slider.php:1231
2471
- #: includes/widgets/htmega_popover.php:413
2472
- #: includes/widgets/htmega_popover.php:570
2473
- #: includes/widgets/htmega_popover.php:646
2474
- #: includes/widgets/htmega_popover.php:750
2475
- #: includes/widgets/htmega_post_grid_tab.php:286
2476
- #: includes/widgets/htmega_post_grid_tab.php:362
2477
- #: includes/widgets/htmega_post_grid_tab.php:915
2478
- #: includes/widgets/htmega_post_grid_tab.php:965
2479
- #: includes/widgets/htmega_post_grid_tab.php:1028
2480
- #: includes/widgets/htmega_post_grid_tab.php:1119
2481
- #: includes/widgets/htmega_post_slider.php:636
2482
- #: includes/widgets/htmega_post_slider.php:789
2483
- #: includes/widgets/htmega_post_slider.php:1342
2484
- #: includes/widgets/htmega_post_slider.php:1392
2485
- #: includes/widgets/htmega_post_slider.php:1602
2486
- #: includes/widgets/htmega_post_slider.php:1722
2487
- #: includes/widgets/htmega_post_slider.php:1847
2488
- #: includes/widgets/htmega_post_slider.php:1886
2489
- #: includes/widgets/htmega_post_slider.php:1958
2490
- #: includes/widgets/htmega_post_slider.php:2035
2491
- #: includes/widgets/htmega_pricing_list_view.php:425
2492
- #: includes/widgets/htmega_pricing_list_view.php:820
2493
- #: includes/widgets/htmega_pricing_list_view.php:943
2494
- #: includes/widgets/htmega_pricing_list_view.php:1054
2495
- #: includes/widgets/htmega_pricing_list_view.php:1273
2496
- #: includes/widgets/htmega_pricing_list_view.php:1352
2497
- #: includes/widgets/htmega_pricing_list_view.php:1443
2498
- #: includes/widgets/htmega_pricing_list_view.php:1480
2499
- #: includes/widgets/htmega_pricing_list_view.php:1586
2500
- #: includes/widgets/htmega_pricing_list_view.php:1744
2501
- #: includes/widgets/htmega_pricing_list_view.php:1821
2502
- #: includes/widgets/htmega_progress_bar.php:505
2503
- #: includes/widgets/htmega_progress_bar.php:714
2504
- #: includes/widgets/htmega_progress_bar.php:806
2505
- #: includes/widgets/htmega_quforms.php:158
2506
- #: includes/widgets/htmega_quforms.php:269
2507
- #: includes/widgets/htmega_quforms.php:449
2508
- #: includes/widgets/htmega_quforms.php:507
2509
- #: includes/widgets/htmega_quforms.php:667
2510
- #: includes/widgets/htmega_quforms.php:725
2511
- #: includes/widgets/htmega_quforms.php:895
2512
- #: includes/widgets/htmega_scroll_image.php:192
2513
- #: includes/widgets/htmega_scroll_image.php:352
2514
- #: includes/widgets/htmega_scroll_navigation.php:418
2515
- #: includes/widgets/htmega_scroll_navigation.php:512
2516
- #: includes/widgets/htmega_search.php:378
2517
- #: includes/widgets/htmega_search.php:591
2518
- #: includes/widgets/htmega_search.php:643
2519
- #: includes/widgets/htmega_search.php:832
2520
- #: includes/widgets/htmega_search.php:994
2521
- #: includes/widgets/htmega_section_title.php:576
2522
- #: includes/widgets/htmega_section_title.php:808
2523
- #: includes/widgets/htmega_section_title.php:990
2524
- #: includes/widgets/htmega_service.php:227
2525
- #: includes/widgets/htmega_service.php:295
2526
- #: includes/widgets/htmega_service.php:704
2527
- #: includes/widgets/htmega_service.php:785
2528
- #: includes/widgets/htmega_service.php:966
2529
- #: includes/widgets/htmega_service.php:1094
2530
- #: includes/widgets/htmega_service.php:1146
2531
- #: includes/widgets/htmega_slider_thumb_gallery.php:883
2532
- #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2533
- #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2534
- #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2535
- #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2536
- #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2537
- #: includes/widgets/htmega_socialshere.php:259
2538
- #: includes/widgets/htmega_socialshere.php:431
2539
- #: includes/widgets/htmega_socialshere.php:600
2540
- #: includes/widgets/htmega_special_day_banner.php:679
2541
- #: includes/widgets/htmega_special_day_banner.php:758
2542
- #: includes/widgets/htmega_switcher.php:308
2543
- #: includes/widgets/htmega_switcher.php:451
2544
- #: includes/widgets/htmega_switcher.php:526
2545
- #: includes/widgets/htmega_switcher.php:621
2546
- #: includes/widgets/htmega_tabs.php:325 includes/widgets/htmega_tabs.php:602
2547
- #: includes/widgets/htmega_tabs.php:654 includes/widgets/htmega_tabs.php:740
2548
- #: includes/widgets/htmega_tabs.php:835 includes/widgets/htmega_tabs.php:900
2549
- #: includes/widgets/htmega_teammember.php:371
2550
- #: includes/widgets/htmega_teammember.php:569
2551
- #: includes/widgets/htmega_teammember.php:1028
2552
- #: includes/widgets/htmega_testimonial_grid.php:315
2553
- #: includes/widgets/htmega_testimonial_grid.php:405
2554
- #: includes/widgets/htmega_testimonial_grid.php:629
2555
- #: includes/widgets/htmega_toggle.php:329
2556
- #: includes/widgets/htmega_tooltip.php:390
2557
- #: includes/widgets/htmega_tooltip.php:534
2558
- #: includes/widgets/htmega_twitter_feed.php:605
2559
- #: includes/widgets/htmega_twitter_feed.php:777
2560
- #: includes/widgets/htmega_twitter_feed.php:1135
2561
- #: includes/widgets/htmega_twitter_feed.php:1272
2562
- #: includes/widgets/htmega_twitter_feed.php:1332
2563
- #: includes/widgets/htmega_twitter_feed.php:1461
2564
- #: includes/widgets/htmega_user_login_form.php:598
2565
- #: includes/widgets/htmega_user_login_form.php:937
2566
- #: includes/widgets/htmega_user_login_form.php:1210
2567
- #: includes/widgets/htmega_user_login_form.php:1262
2568
- #: includes/widgets/htmega_user_login_form.php:1394
2569
- #: includes/widgets/htmega_user_login_form.php:1446
2570
- #: includes/widgets/htmega_user_login_form.php:1536
2571
- #: includes/widgets/htmega_verticle_time_line.php:235
2572
- #: includes/widgets/htmega_verticle_time_line.php:374
2573
- #: includes/widgets/htmega_videoplayer.php:271
2574
- #: includes/widgets/htmega_videoplayer.php:443
2575
- #: includes/widgets/htmega_videoplayer.php:471
2576
- #: includes/widgets/htmega_wc_categories.php:202
2577
- #: includes/widgets/htmega_wc_categories.php:264
2578
- #: includes/widgets/htmega_wc_categories.php:364
2579
- #: includes/widgets/htmega_wc_categories.php:496
2580
- #: includes/widgets/htmega_wc_categories.php:524
2581
- #: includes/widgets/htmega_wc_element_pages.php:175
2582
- #: includes/widgets/htmega_wc_element_pages.php:245
2583
- #: includes/widgets/htmega_wc_element_pages.php:344
2584
- #: includes/widgets/htmega_wc_element_pages.php:435
2585
- #: includes/widgets/htmega_wc_element_pages.php:509
2586
- #: includes/widgets/htmega_wc_element_pages.php:633
2587
- #: includes/widgets/htmega_wc_element_pages.php:826
2588
- #: includes/widgets/htmega_wc_element_pages.php:987
2589
- #: includes/widgets/htmega_wc_element_pages.php:1075
2590
- #: includes/widgets/htmega_wc_element_pages.php:1129
2591
- #: includes/widgets/htmega_wc_element_pages.php:1492
2592
- #: includes/widgets/htmega_wc_element_pages.php:1565
2593
- #: includes/widgets/htmega_wc_element_pages.php:1667
2594
- #: includes/widgets/htmega_wc_element_pages.php:1779
2595
- #: includes/widgets/htmega_wc_element_pages.php:1831
2596
- #: includes/widgets/htmega_working_process.php:440
2597
- #: includes/widgets/htmega_working_process.php:698
2598
- #: includes/widgets/htmega_working_process.php:777
2599
- #: includes/widgets/htmega_working_process.php:877
2600
- #: includes/widgets/htmega_working_process.php:992
2601
- #: includes/widgets/htmega_wpforms.php:166
2602
- #: includes/widgets/htmega_wpforms.php:268
2603
- #: includes/widgets/htmega_wpforms.php:376
2604
- #: includes/widgets/htmega_wpforms.php:591
2605
- #: includes/widgets/htmega_wpforms.php:674
2606
- #: includes/widgets/htmega_wpforms.php:811
2607
- #: includes/widgets/htmega_wpforms.php:892
2608
- #: includes/widgets/htmega_wpforms.php:1038
2609
- #: extensions/ht-builder/widgets/bl_nav_menu.php:192
2610
- #: extensions/ht-builder/widgets/bl_nav_menu.php:264
2611
- #: extensions/ht-builder/widgets/bl_nav_menu.php:317
2612
- #: extensions/ht-builder/widgets/bl_page_title.php:96
2613
- #: extensions/ht-builder/widgets/bl_post_archive.php:286
2614
- #: extensions/ht-builder/widgets/bl_post_archive.php:750
2615
- #: extensions/ht-builder/widgets/bl_post_archive.php:816
2616
- #: extensions/ht-builder/widgets/bl_post_archive.php:886
2617
- #: extensions/ht-builder/widgets/bl_post_archive.php:941
2618
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2619
- #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2620
- #: extensions/ht-builder/widgets/bl_post_search_form.php:156
2621
- #: extensions/ht-builder/widgets/bl_post_search_form.php:241
2622
- #: extensions/ht-builder/widgets/bl_site_logo.php:117
2623
- #: extensions/ht-builder/widgets/bl_site_title.php:98
2624
- #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2625
- #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2626
- #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2627
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2628
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2629
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2630
- msgid "Border Radius"
2631
- msgstr ""
2632
-
2633
- #: includes/widgets/htmega_progress_bar.php:385
2634
- msgid "Border Radius aaa"
2635
- msgstr ""
2636
-
2637
- #: includes/widgets/htmega_newsticker.php:820
2638
- #: includes/widgets/htmega_panel_slider.php:881
2639
- msgid "Border Radius Next Button"
2640
- msgstr ""
2641
-
2642
- #: includes/widgets/htmega_add_banner.php:231
2643
- #: includes/widgets/htmega_service.php:802
2644
- msgid "Border Style"
2645
- msgstr ""
2646
-
2647
- #: includes/widgets/htmega_counter.php:784
2648
- #: includes/widgets/htmega_section_title.php:725
2649
- #: includes/widgets/htmega_section_title.php:887
2650
- #: includes/widgets/htmega_working_process.php:249
2651
- msgid "Border Width"
2652
- msgstr ""
2653
-
2654
- #: includes/widgets/htmega_pricing_list_view.php:586
2655
- msgid "Both"
2656
- msgstr ""
2657
-
2658
- #: includes/widgets/htmega_add_banner.php:64
2659
- #: includes/widgets/htmega_button.php:121
2660
- #: includes/widgets/htmega_imagemarker.php:215
2661
- #: includes/widgets/htmega_image_comparison.php:187
2662
- #: includes/widgets/htmega_offcanvas.php:106
2663
- #: includes/widgets/htmega_popover.php:196
2664
- #: includes/widgets/htmega_pricing_list_view.php:516
2665
- #: includes/widgets/htmega_pricing_list_view.php:1171
2666
- #: includes/widgets/htmega_pricing_list_view.php:1201
2667
- #: includes/widgets/htmega_section_title.php:165
2668
- #: includes/widgets/htmega_section_title.php:240
2669
- #: includes/widgets/htmega_singlepost.php:62
2670
- #: includes/widgets/htmega_slider_thumb_gallery.php:54
2671
- #: includes/widgets/htmega_special_day_banner.php:48
2672
- #: includes/widgets/htmega_teammember.php:108
2673
- #: includes/widgets/htmega_tooltip.php:184
2674
- #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2675
- msgid "Bottom"
2676
- msgstr ""
2677
-
2678
- #: includes/widgets/htmega_notify.php:117
2679
- msgid "Bottom Center"
2680
- msgstr ""
2681
-
2682
- #: includes/widgets/htmega_notify.php:120
2683
- msgid "Bottom Fullwidth"
2684
- msgstr ""
2685
-
2686
- #: includes/widgets/htmega_notify.php:116
2687
- #: extensions/wc-sales-notification/admin/setting.php:82
2688
- msgid "Bottom Left"
2689
- msgstr ""
2690
-
2691
- #: includes/widgets/htmega_notify.php:118
2692
- msgid "Bottom Right"
2693
- msgstr ""
2694
-
2695
- #: includes/widgets/htmega_notify.php:166
2696
- #: includes/widgets/htmega_notify.php:201
2697
- msgid "bounceIn"
2698
- msgstr ""
2699
-
2700
- #: includes/widgets/htmega_notify.php:167
2701
- #: includes/widgets/htmega_notify.php:202
2702
- msgid "bounceInDown"
2703
- msgstr ""
2704
-
2705
- #: includes/widgets/htmega_notify.php:168
2706
- #: includes/widgets/htmega_notify.php:203
2707
- msgid "bounceInLeft"
2708
- msgstr ""
2709
-
2710
- #: includes/widgets/htmega_notify.php:169
2711
- #: includes/widgets/htmega_notify.php:204
2712
- msgid "bounceInRight"
2713
- msgstr ""
2714
-
2715
- #: includes/widgets/htmega_notify.php:170
2716
- #: includes/widgets/htmega_notify.php:205
2717
- msgid "bounceInUp"
2718
- msgstr ""
2719
-
2720
- #: includes/widgets/htmega_notify.php:148
2721
- #: includes/widgets/htmega_notify.php:183
2722
- msgid "bounceOut"
2723
- msgstr ""
2724
-
2725
- #: includes/widgets/htmega_notify.php:149
2726
- #: includes/widgets/htmega_notify.php:184
2727
- msgid "bounceOutDown"
2728
- msgstr ""
2729
-
2730
- #: includes/widgets/htmega_notify.php:150
2731
- #: includes/widgets/htmega_notify.php:185
2732
- msgid "bounceOutLeft"
2733
- msgstr ""
2734
-
2735
- #: includes/widgets/htmega_notify.php:151
2736
- #: includes/widgets/htmega_notify.php:186
2737
- msgid "bounceOutRight"
2738
- msgstr ""
2739
-
2740
- #: includes/widgets/htmega_notify.php:152
2741
- #: includes/widgets/htmega_notify.php:187
2742
- msgid "bounceOutUp"
2743
- msgstr ""
2744
-
2745
- #: includes/widgets/htmega_counter.php:350
2746
- msgid "Box Width"
2747
- msgstr ""
2748
-
2749
- #: includes/widgets/htmega_verticle_time_line.php:473
2750
- msgid "Box Background"
2751
- msgstr ""
2752
-
2753
- #: includes/widgets/htmega_verticle_time_line.php:391
2754
- msgid "Box Border"
2755
- msgstr ""
2756
-
2757
- #: includes/widgets/htmega_counter.php:380
2758
- msgid "Box Height"
2759
- msgstr ""
2760
-
2761
- #: includes/widgets/htmega_newsticker.php:661
2762
- msgid "Box Height and Width"
2763
- msgstr ""
2764
-
2765
- #: includes/widgets/htmega_carousel.php:421
2766
- msgid "Box Option"
2767
- msgstr ""
2768
-
2769
- #: includes/widgets/htmega_accordion.php:633
2770
- #: includes/widgets/htmega_accordion.php:717
2771
- #: includes/widgets/htmega_accordion.php:887
2772
- #: includes/widgets/htmega_accordion.php:987
2773
- #: includes/widgets/htmega_accordion.php:1171
2774
- #: includes/widgets/htmega_accordion.php:1282
2775
- #: includes/widgets/htmega_accordion.php:1419
2776
- #: includes/widgets/htmega_animated_heading.php:214
2777
- #: includes/widgets/htmega_animated_heading.php:345
2778
- #: includes/widgets/htmega_animated_heading.php:433
2779
- #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2780
- #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2781
- #: includes/widgets/htmega_buddy_press.php:215
2782
- #: includes/widgets/htmega_business_hours.php:289
2783
- #: includes/widgets/htmega_business_hours.php:365
2784
- #: includes/widgets/htmega_business_hours.php:493
2785
- #: includes/widgets/htmega_button.php:295
2786
- #: includes/widgets/htmega_button.php:410
2787
- #: includes/widgets/htmega_button.php:599
2788
- #: includes/widgets/htmega_caldera_form.php:336
2789
- #: includes/widgets/htmega_caldera_form.php:423
2790
- #: includes/widgets/htmega_call_to_action.php:392
2791
- #: includes/widgets/htmega_call_to_action.php:469
2792
- #: includes/widgets/htmega_call_to_action.php:777
2793
- #: includes/widgets/htmega_call_to_action.php:868
2794
- #: includes/widgets/htmega_call_to_action.php:983
2795
- #: includes/widgets/htmega_call_to_action.php:1074
2796
- #: includes/widgets/htmega_contact_form_seven.php:356
2797
- #: includes/widgets/htmega_contact_form_seven.php:443
2798
- #: includes/widgets/htmega_contact_form_seven.php:583
2799
- #: includes/widgets/htmega_contact_form_seven.php:642
2800
- #: includes/widgets/htmega_contact_form_seven.php:905
2801
- #: includes/widgets/htmega_countdown.php:526
2802
- #: includes/widgets/htmega_counter.php:275
2803
- #: includes/widgets/htmega_data_table.php:261
2804
- #: includes/widgets/htmega_data_table.php:624
2805
- #: includes/widgets/htmega_double_button.php:289
2806
- #: includes/widgets/htmega_double_button.php:535
2807
- #: includes/widgets/htmega_double_button.php:622
2808
- #: includes/widgets/htmega_double_button.php:708
2809
- #: includes/widgets/htmega_double_button.php:794
2810
- #: includes/widgets/htmega_double_button.php:891
2811
- #: includes/widgets/htmega_gallery_justify.php:106
2812
- #: includes/widgets/htmega_gravity_forms.php:532
2813
- #: includes/widgets/htmega_gravity_forms.php:617
2814
- #: includes/widgets/htmega_gravity_forms.php:764
2815
- #: includes/widgets/htmega_image_grid.php:252
2816
- #: includes/widgets/htmega_image_grid.php:500
2817
- #: includes/widgets/htmega_image_grid.php:572
2818
- #: includes/widgets/htmega_image_magnifier.php:133
2819
- #: includes/widgets/htmega_image_masonry.php:243
2820
- #: includes/widgets/htmega_image_masonry.php:487
2821
- #: includes/widgets/htmega_image_masonry.php:568
2822
- #: includes/widgets/htmega_inlinemenu.php:223
2823
- #: includes/widgets/htmega_lightbox.php:285
2824
- #: includes/widgets/htmega_lightbox.php:473
2825
- #: includes/widgets/htmega_mailchimp_wp.php:442
2826
- #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2827
- #: includes/widgets/htmega_ninja_form.php:600
2828
- #: includes/widgets/htmega_ninja_form.php:682
2829
- #: includes/widgets/htmega_ninja_form.php:843
2830
- #: includes/widgets/htmega_ninja_form.php:900
2831
- #: includes/widgets/htmega_ninja_form.php:1023
2832
- #: includes/widgets/htmega_notify.php:381
2833
- #: includes/widgets/htmega_panel_slider.php:589
2834
- #: includes/widgets/htmega_panel_slider.php:893
2835
- #: includes/widgets/htmega_panel_slider.php:1071
2836
- #: includes/widgets/htmega_popover.php:552
2837
- #: includes/widgets/htmega_progress_bar.php:520
2838
- #: includes/widgets/htmega_progress_bar.php:728
2839
- #: includes/widgets/htmega_progress_bar.php:820
2840
- #: includes/widgets/htmega_quforms.php:461
2841
- #: includes/widgets/htmega_quforms.php:518
2842
- #: includes/widgets/htmega_quforms.php:678
2843
- #: includes/widgets/htmega_quforms.php:736
2844
- #: includes/widgets/htmega_quforms.php:907
2845
- #: includes/widgets/htmega_quforms.php:956
2846
- #: includes/widgets/htmega_scroll_image.php:230
2847
- #: includes/widgets/htmega_section_title.php:972
2848
- #: includes/widgets/htmega_socialshere.php:456
2849
- #: includes/widgets/htmega_teammember.php:399
2850
- #: includes/widgets/htmega_teammember.php:1039
2851
- #: includes/widgets/htmega_testimonial_grid.php:326
2852
- #: includes/widgets/htmega_testimonial_grid.php:375
2853
- #: includes/widgets/htmega_testimonial_grid.php:669
2854
- #: includes/widgets/htmega_twitter_feed.php:562
2855
- #: includes/widgets/htmega_user_login_form.php:634
2856
- #: includes/widgets/htmega_verticle_time_line.php:262
2857
- #: includes/widgets/htmega_videoplayer.php:284
2858
- #: includes/widgets/htmega_wc_categories.php:227
2859
- #: includes/widgets/htmega_wc_element_pages.php:608
2860
- #: includes/widgets/htmega_wc_element_pages.php:874
2861
- #: includes/widgets/htmega_wc_element_pages.php:1430
2862
- #: includes/widgets/htmega_weather.php:307
2863
- #: includes/widgets/htmega_working_process.php:812
2864
- #: includes/widgets/htmega_working_process.php:1053
2865
- #: includes/widgets/htmega_wpforms.php:603
2866
- #: includes/widgets/htmega_wpforms.php:686
2867
- #: includes/widgets/htmega_wpforms.php:822
2868
- #: includes/widgets/htmega_wpforms.php:903
2869
- #: includes/widgets/htmega_wpforms.php:1050
2870
- #: includes/widgets/htmega_wpforms.php:1122
2871
- #: extensions/ht-builder/widgets/bl_nav_menu.php:205
2872
- #: extensions/ht-builder/widgets/bl_nav_menu.php:362
2873
- msgid "Box Shadow"
2874
- msgstr ""
2875
-
2876
- #: includes/widgets/htmega_double_button.php:821
2877
- msgid "Box Size"
2878
- msgstr ""
2879
-
2880
- #: includes/widgets/htmega_add_banner.php:146
2881
- #: includes/widgets/htmega_call_to_action.php:318
2882
- #: includes/widgets/htmega_counter.php:194
2883
- #: includes/widgets/htmega_image_comparison.php:93
2884
- #: includes/widgets/htmega_image_grid.php:194
2885
- #: includes/widgets/htmega_image_masonry.php:175
2886
- #: includes/widgets/htmega_lightbox.php:184
2887
- #: includes/widgets/htmega_service.php:165
2888
- #: includes/widgets/htmega_working_process.php:191
2889
- msgid "Box Style"
2890
- msgstr ""
2891
-
2892
- #: includes/widgets/htmega_verticle_time_line.php:432
2893
- msgid "Box Style Reverse"
2894
- msgstr ""
2895
-
2896
- #: includes/widgets/htmega_post_slider.php:805
2897
- msgid "Box Width"
2898
- msgstr ""
2899
-
2900
- #: includes/widgets/htmega_brand.php:157
2901
- msgid "Brand Logo"
2902
- msgstr ""
2903
-
2904
- #: admin/include/admin-setting.php:159 includes/widgets/htmega_brand.php:13
2905
- #: includes/widgets/htmega_brand.php:35
2906
- msgid "Brands"
2907
- msgstr ""
2908
-
2909
- #: admin/include/admin-setting.php:694
2910
- msgid "Breadcrumbs <span>( Pro )</span>"
2911
- msgstr ""
2912
-
2913
- #: includes/widgets/htmega_newsticker.php:76
2914
- msgid "Breaking News"
2915
- msgstr ""
2916
-
2917
- #: admin/include/admin-setting.php:1092
2918
- #: includes/widgets/htmega_buddy_press.php:13
2919
- #: includes/widgets/htmega_buddy_press.php:41
2920
- msgid "BuddyPress"
2921
- msgstr ""
2922
-
2923
- #: includes/widgets/htmega_socialshere.php:81
2924
- msgid "Buffer"
2925
- msgstr ""
2926
-
2927
- #: includes/widgets/htmega_business_hours.php:60
2928
- msgid "Business Hour Title"
2929
- msgstr ""
2930
-
2931
- #: admin/include/admin-setting.php:167
2932
- #: includes/widgets/htmega_business_hours.php:14
2933
- #: includes/widgets/htmega_business_hours.php:36
2934
- msgid "Business Hours"
2935
- msgstr ""
2936
-
2937
- #: includes/widgets/htmega_business_hours.php:71
2938
- msgid "Business Hours​"
2939
- msgstr ""
2940
-
2941
- #: admin/include/admin-setting.php:175
2942
- #: includes/widgets/htmega_add_banner.php:607
2943
- #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:39
2944
- #: includes/widgets/htmega_contact_form_seven.php:767
2945
- #: includes/widgets/htmega_custom_event.php:378
2946
- #: includes/widgets/htmega_double_button.php:101
2947
- #: includes/widgets/htmega_double_button.php:188
2948
- #: includes/widgets/htmega_double_button.php:314
2949
- #: includes/widgets/htmega_download_monitor.php:110
2950
- #: includes/widgets/htmega_easy_digital_download.php:520
2951
- #: includes/widgets/htmega_errorcontent.php:126
2952
- #: includes/widgets/htmega_gravity_forms.php:630
2953
- #: includes/widgets/htmega_lightbox.php:118
2954
- #: includes/widgets/htmega_mailchimp_wp.php:290
2955
- #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2956
- #: includes/widgets/htmega_ninja_form.php:913
2957
- #: includes/widgets/htmega_notify.php:51 includes/widgets/htmega_notify.php:311
2958
- #: includes/widgets/htmega_offcanvas.php:176
2959
- #: includes/widgets/htmega_offcanvas.php:404
2960
- #: includes/widgets/htmega_popover.php:321
2961
- #: includes/widgets/htmega_pricing_list_view.php:590
2962
- #: includes/widgets/htmega_quforms.php:749
2963
- #: includes/widgets/htmega_service.php:1010
2964
- #: includes/widgets/htmega_special_day_banner.php:630
2965
- #: includes/widgets/htmega_toggle.php:184
2966
- #: includes/widgets/htmega_tooltip.php:297
2967
- #: includes/widgets/htmega_videoplayer.php:325
2968
- #: includes/widgets/htmega_wc_element_pages.php:1509
2969
- #: includes/widgets/htmega_wpforms.php:916
2970
- #: extensions/ht-builder/widgets/bl_post_search_form.php:183
2971
- msgid "Button"
2972
- msgstr ""
2973
-
2974
- #: includes/widgets/htmega_double_button.php:268
2975
- msgid "Button Area"
2976
- msgstr ""
2977
-
2978
- #: includes/widgets/htmega_pricing_list_view.php:870
2979
- msgid "Button Background"
2980
- msgstr ""
2981
-
2982
- #: includes/widgets/htmega_tooltip.php:229
2983
- msgid "Button Box Style"
2984
- msgstr ""
2985
-
2986
- #: includes/widgets/htmega_double_button.php:380
2987
- msgid "Button Height"
2988
- msgstr ""
2989
-
2990
- #: includes/widgets/htmega_pricing_list_view.php:882
2991
- msgid "Button Hover Background"
2992
- msgstr ""
2993
-
2994
- #: includes/widgets/htmega_button.php:418
2995
- msgid "Button Hover Effect"
2996
- msgstr ""
2997
-
2998
- #: includes/widgets/htmega_button.php:481
2999
- msgid "Button Hover Shadow"
3000
- msgstr ""
3001
-
3002
- #: includes/widgets/htmega_instagram.php:1367
3003
- #: includes/widgets/htmega_offcanvas.php:191
3004
- #: includes/widgets/htmega_videoplayer.php:111
3005
- msgid "Button Icon"
3006
- msgstr ""
3007
-
3008
- #: includes/widgets/htmega_search.php:68
3009
- msgid "Button Icon Type"
3010
- msgstr ""
3011
-
3012
- #: includes/widgets/htmega_errorcontent.php:152
3013
- #: includes/widgets/htmega_errorcontent.php:200
3014
- msgid "Button Icons"
3015
- msgstr ""
3016
-
3017
- #: includes/widgets/htmega_videoplayer.php:122
3018
- msgid "Button Infinity Animation"
3019
- msgstr ""
3020
-
3021
- #: includes/widgets/htmega_socialshere.php:614
3022
- msgid "Button Line Height"
3023
- msgstr ""
3024
-
3025
- #: includes/widgets/htmega_call_to_action.php:239
3026
- #: includes/widgets/htmega_errorcontent.php:164
3027
- #: includes/widgets/htmega_errorcontent.php:212
3028
- msgid "Button Link"
3029
- msgstr ""
3030
-
3031
- #: includes/widgets/htmega_double_button.php:93
3032
- #: includes/widgets/htmega_double_button.php:464
3033
- msgid "Button One"
3034
- msgstr ""
3035
-
3036
- #: includes/widgets/htmega_pricing_list_view.php:929
3037
- msgid "Button Padding"
3038
- msgstr ""
3039
-
3040
- #: includes/widgets/htmega_button.php:89
3041
- #: includes/widgets/htmega_double_button.php:42
3042
- msgid "Button Size"
3043
- msgstr ""
3044
-
3045
- #: includes/widgets/htmega_button.php:46 includes/widgets/htmega_button.php:190
3046
- #: includes/widgets/htmega_countdown.php:1015
3047
- #: includes/widgets/htmega_download_monitor.php:136
3048
- #: includes/widgets/htmega_wc_element_pages.php:923
3049
- msgid "Button Style"
3050
- msgstr ""
3051
-
3052
- #: includes/widgets/htmega_add_banner.php:134
3053
- #: includes/widgets/htmega_add_banner.php:136
3054
- #: includes/widgets/htmega_call_to_action.php:138
3055
- #: includes/widgets/htmega_call_to_action.php:232
3056
- #: includes/widgets/htmega_errorcontent.php:142
3057
- #: includes/widgets/htmega_errorcontent.php:191
3058
- #: includes/widgets/htmega_notify.php:58
3059
- #: includes/widgets/htmega_offcanvas.php:182
3060
- #: includes/widgets/htmega_popover.php:72
3061
- #: includes/widgets/htmega_special_day_banner.php:138
3062
- #: includes/widgets/htmega_special_day_banner.php:140
3063
- #: includes/widgets/htmega_user_login_form.php:358
3064
- #: includes/widgets/htmega_videoplayer.php:70
3065
- #: extensions/ht-builder/widgets/bl_post_search_form.php:103
3066
- msgid "Button Text"
3067
- msgstr ""
3068
-
3069
- #: includes/widgets/htmega_double_button.php:180
3070
- #: includes/widgets/htmega_double_button.php:637
3071
- msgid "Button Two"
3072
- msgstr ""
3073
-
3074
- #: includes/widgets/htmega_popover.php:48
3075
- #: includes/widgets/htmega_tooltip.php:48
3076
- #: extensions/ht-builder/widgets/bl_post_search_form.php:54
3077
- msgid "Button Type"
3078
- msgstr ""
3079
-
3080
- #: includes/widgets/htmega_double_button.php:347
3081
- msgid "Button Width"
3082
- msgstr ""
3083
-
3084
- #: includes/class.assests.php:386 admin/include/admin-setting.php:1442
3085
- #: admin/include/template-library.php:301
3086
- #: admin/include/template-library.php:353
3087
- #: includes/recommended-plugins/class.recommended-plugins.php:122
3088
- #: includes/recommended-plugins/class.recommended-plugins.php:284
3089
- msgid "Buy Now"
3090
- msgstr ""
3091
-
3092
- #: includes/recommended-plugins/class.recommended-plugins.php:270
3093
- msgid "By "
3094
- msgstr ""
3095
-
3096
- #: includes/widgets/htmega_easy_digital_download.php:142
3097
- #: includes/widgets/htmega_wc_categories.php:82
3098
- msgid "By Parent"
3099
- msgstr ""
3100
-
3101
- #: includes/widgets/htmega_weather.php:57
3102
- msgid "C"
3103
- msgstr ""
3104
-
3105
- #: includes/widgets/htmega_instagram.php:108
3106
- msgid "Cache Time Duration"
3107
- msgstr ""
3108
-
3109
- #: admin/include/admin-setting.php:1102
3110
- #: includes/widgets/htmega_caldera_form.php:13
3111
- #: includes/widgets/htmega_caldera_form.php:41
3112
- msgid "Caldera Form"
3113
- msgstr ""
3114
-
3115
- #: includes/widgets/htmega_booked_calender.php:874
3116
- msgid "Calendar"
3117
- msgstr ""
3118
-
3119
- #: includes/widgets/htmega_booked_calender.php:896
3120
- msgid "Calendar Icon Background"
3121
- msgstr ""
3122
-
3123
- #: includes/widgets/htmega_booked_calender.php:885
3124
- msgid "Calendar Icon Color"
3125
- msgstr ""
3126
-
3127
- #: includes/widgets/htmega_booked_calender.php:938
3128
- msgid "Calendar Icon Padding"
3129
- msgstr ""
3130
-
3131
- #: includes/widgets/htmega_booked_calender.php:918
3132
- msgid "Calendar Icon Radius"
3133
- msgstr ""
3134
-
3135
- #: includes/widgets/htmega_booked_calender.php:162
3136
- msgid "Calendar Size"
3137
- msgstr ""
3138
-
3139
- #: admin/include/admin-setting.php:183
3140
- #: includes/widgets/htmega_call_to_action.php:13
3141
- #: includes/widgets/htmega_call_to_action.php:32
3142
- msgid "Call To Action"
3143
- msgstr ""
3144
-
3145
- #: includes/widgets/htmega_instagram.php:858
3146
- msgid "Caption"
3147
- msgstr ""
3148
-
3149
- #: includes/widgets/htmega_testimonial_grid.php:168
3150
- #: includes/widgets/htmega_testimonial_grid.php:226
3151
- msgid "Carolina Monntoya"
3152
- msgstr ""
3153
-
3154
- #: admin/include/admin-setting.php:191 includes/widgets/htmega_carousel.php:13
3155
- #: includes/widgets/htmega_carousel.php:43
3156
- msgid "Carousel"
3157
- msgstr ""
3158
-
3159
- #: includes/widgets/htmega_wc_element_pages.php:58
3160
- msgid "Cart Page"
3161
- msgstr ""
3162
-
3163
- #: includes/widgets/htmega_easy_digital_download.php:156
3164
- #: includes/widgets/htmega_newsticker.php:204
3165
- #: includes/widgets/htmega_newsticker.php:218
3166
- #: includes/widgets/htmega_postgrid.php:79
3167
- #: includes/widgets/htmega_postgrid.php:93
3168
- #: includes/widgets/htmega_post_grid_tab.php:86
3169
- #: includes/widgets/htmega_post_grid_tab.php:100
3170
- #: includes/widgets/htmega_post_slider.php:90
3171
- #: includes/widgets/htmega_post_slider.php:104
3172
- #: includes/widgets/htmega_wc_categories.php:34
3173
- #: includes/widgets/htmega_wc_categories.php:96
3174
- msgid "Categories"
3175
- msgstr ""
3176
-
3177
- #: includes/widgets/htmega_postgrid.php:189
3178
- #: includes/widgets/htmega_postgrid.php:658
3179
- #: includes/widgets/htmega_post_grid_tab.php:213
3180
- #: includes/widgets/htmega_post_grid_tab.php:610
3181
- #: includes/widgets/htmega_post_slider.php:245
3182
- #: includes/widgets/htmega_post_slider.php:1045
3183
- #: includes/widgets/htmega_singlepost.php:109
3184
- #: includes/widgets/htmega_singlepost.php:238
3185
- #: extensions/ht-builder/widgets/bl_post_archive.php:539
3186
- msgid "Category"
3187
- msgstr ""
3188
-
3189
- #: includes/widgets/htmega_wc_categories.php:165
3190
- msgid "Category Area"
3191
- msgstr ""
3192
-
3193
- #: admin/include/admin-setting.php:652
3194
- msgid "Category List <span>( Pro )</span>"
3195
- msgstr ""
3196
-
3197
- #: includes/widgets/htmega_data_table.php:338
3198
- #: includes/widgets/htmega_pricing_list_view.php:600
3199
- msgid "Cell Content"
3200
- msgstr ""
3201
-
3202
- #: includes/widgets/htmega_data_table.php:351
3203
- msgid "Cell Icon"
3204
- msgstr ""
3205
-
3206
- #: includes/widgets/htmega_data_table.php:408
3207
- msgid "Cell Image"
3208
- msgstr ""
3209
-
3210
- #: includes/widgets/htmega_pricing_list_view.php:617
3211
- msgid "Cell Label"
3212
- msgstr ""
3213
-
3214
- #: includes/widgets/htmega_data_table.php:481
3215
- msgid "Cell Styles"
3216
- msgstr ""
3217
-
3218
- #: includes/widgets/htmega_accordion.php:571
3219
- #: includes/widgets/htmega_accordion.php:762
3220
- #: includes/widgets/htmega_accordion.php:920
3221
- #: includes/widgets/htmega_accordion.php:1318
3222
- #: includes/widgets/htmega_accordion.php:1436
3223
- #: includes/widgets/htmega_add_banner.php:63
3224
- #: includes/widgets/htmega_add_banner.php:372
3225
- #: includes/widgets/htmega_blockquote.php:187
3226
- #: includes/widgets/htmega_buddy_press.php:258
3227
- #: includes/widgets/htmega_business_hours.php:395
3228
- #: includes/widgets/htmega_button.php:165
3229
- #: includes/widgets/htmega_caldera_form.php:76
3230
- #: includes/widgets/htmega_caldera_form.php:351
3231
- #: includes/widgets/htmega_call_to_action.php:334
3232
- #: includes/widgets/htmega_carousel.php:842
3233
- #: includes/widgets/htmega_contact_form_seven.php:121
3234
- #: includes/widgets/htmega_countdown.php:615
3235
- #: includes/widgets/htmega_countdown.php:647
3236
- #: includes/widgets/htmega_counter.php:292
3237
- #: includes/widgets/htmega_counter.php:325
3238
- #: includes/widgets/htmega_counter.php:431
3239
- #: includes/widgets/htmega_counter.php:557
3240
- #: includes/widgets/htmega_data_table.php:714
3241
- #: includes/widgets/htmega_data_table.php:833
3242
- #: includes/widgets/htmega_double_button.php:329
3243
- #: includes/widgets/htmega_dropcaps.php:88
3244
- #: includes/widgets/htmega_easy_digital_download.php:322
3245
- #: includes/widgets/htmega_easy_digital_download.php:690
3246
- #: includes/widgets/htmega_errorcontent.php:253
3247
- #: includes/widgets/htmega_gravity_forms.php:153
3248
- #: includes/widgets/htmega_gravity_forms.php:209
3249
- #: includes/widgets/htmega_gravity_forms.php:243
3250
- #: includes/widgets/htmega_gravity_forms.php:548
3251
- #: includes/widgets/htmega_gravity_forms.php:779
3252
- #: includes/widgets/htmega_imagemarker.php:714
3253
- #: includes/widgets/htmega_image_comparison.php:186
3254
- #: includes/widgets/htmega_image_grid.php:295
3255
- #: includes/widgets/htmega_image_grid.php:392
3256
- #: includes/widgets/htmega_image_masonry.php:271
3257
- #: includes/widgets/htmega_image_masonry.php:368
3258
- #: includes/widgets/htmega_inlinemenu.php:125
3259
- #: includes/widgets/htmega_instagram.php:1488
3260
- #: includes/widgets/htmega_lightbox.php:200
3261
- #: includes/widgets/htmega_lightbox.php:313
3262
- #: includes/widgets/htmega_mailchimp_wp.php:133
3263
- #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3264
- #: includes/widgets/htmega_newsticker.php:464
3265
- #: includes/widgets/htmega_ninja_form.php:192
3266
- #: includes/widgets/htmega_ninja_form.php:294
3267
- #: includes/widgets/htmega_ninja_form.php:328
3268
- #: includes/widgets/htmega_ninja_form.php:615
3269
- #: includes/widgets/htmega_ninja_form.php:826
3270
- #: includes/widgets/htmega_ninja_form.php:1038
3271
- #: includes/widgets/htmega_notify.php:286
3272
- #: includes/widgets/htmega_notify.php:566
3273
- #: includes/widgets/htmega_notify.php:832
3274
- #: includes/widgets/htmega_offcanvas.php:287
3275
- #: includes/widgets/htmega_offcanvas.php:379
3276
- #: includes/widgets/htmega_panel_slider.php:607
3277
- #: includes/widgets/htmega_popover.php:269
3278
- #: includes/widgets/htmega_popover.php:665
3279
- #: includes/widgets/htmega_popover.php:769
3280
- #: includes/widgets/htmega_postgrid.php:297
3281
- #: includes/widgets/htmega_postgrid.php:521
3282
- #: includes/widgets/htmega_postgrid.php:634
3283
- #: includes/widgets/htmega_post_grid_tab.php:405
3284
- #: includes/widgets/htmega_post_grid_tab.php:499
3285
- #: includes/widgets/htmega_post_grid_tab.php:586
3286
- #: includes/widgets/htmega_post_grid_tab.php:809
3287
- #: includes/widgets/htmega_post_slider.php:840
3288
- #: includes/widgets/htmega_post_slider.php:934
3289
- #: includes/widgets/htmega_post_slider.php:1021
3290
- #: includes/widgets/htmega_post_slider.php:1237
3291
- #: includes/widgets/htmega_pricing_list_view.php:477
3292
- #: includes/widgets/htmega_pricing_list_view.php:1132
3293
- #: includes/widgets/htmega_quforms.php:94
3294
- #: includes/widgets/htmega_quforms.php:214
3295
- #: includes/widgets/htmega_quforms.php:335
3296
- #: includes/widgets/htmega_quforms.php:555
3297
- #: includes/widgets/htmega_quforms.php:773
3298
- #: includes/widgets/htmega_search.php:160
3299
- #: includes/widgets/htmega_section_title.php:161
3300
- #: includes/widgets/htmega_section_title.php:419
3301
- #: includes/widgets/htmega_service.php:245
3302
- #: includes/widgets/htmega_service.php:429
3303
- #: includes/widgets/htmega_service.php:534
3304
- #: includes/widgets/htmega_service.php:723
3305
- #: includes/widgets/htmega_service.php:985
3306
- #: includes/widgets/htmega_singlepost.php:214
3307
- #: includes/widgets/htmega_singlepost.php:310
3308
- #: includes/widgets/htmega_singlepost.php:417
3309
- #: includes/widgets/htmega_socialshere.php:378
3310
- #: includes/widgets/htmega_special_day_banner.php:47
3311
- #: includes/widgets/htmega_special_day_banner.php:269
3312
- #: includes/widgets/htmega_tablepress.php:217
3313
- #: includes/widgets/htmega_tablepress.php:374
3314
- #: includes/widgets/htmega_tabs.php:517
3315
- #: includes/widgets/htmega_teammember.php:620
3316
- #: includes/widgets/htmega_teammember.php:749
3317
- #: includes/widgets/htmega_teammember.php:839
3318
- #: includes/widgets/htmega_teammember.php:930
3319
- #: includes/widgets/htmega_teammember.php:997
3320
- #: includes/widgets/htmega_testimonial_grid.php:557
3321
- #: includes/widgets/htmega_toggle.php:200
3322
- #: includes/widgets/htmega_tooltip.php:245
3323
- #: includes/widgets/htmega_user_login_form.php:153
3324
- #: includes/widgets/htmega_user_login_form.php:375
3325
- #: includes/widgets/htmega_user_login_form.php:431
3326
- #: includes/widgets/htmega_user_login_form.php:575
3327
- #: includes/widgets/htmega_videoplayer.php:300
3328
- #: includes/widgets/htmega_wc_categories.php:384
3329
- #: includes/widgets/htmega_wpforms.php:184
3330
- #: includes/widgets/htmega_wpforms.php:286
3331
- #: includes/widgets/htmega_wpforms.php:321
3332
- #: includes/widgets/htmega_wpforms.php:618
3333
- #: includes/widgets/htmega_wpforms.php:837
3334
- #: includes/widgets/htmega_wpforms.php:1065
3335
- #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3336
- #: extensions/ht-builder/widgets/bl_nav_menu.php:498
3337
- #: extensions/ht-builder/widgets/bl_page_title.php:141
3338
- #: extensions/ht-builder/widgets/bl_post_archive.php:306
3339
- #: extensions/ht-builder/widgets/bl_post_archive.php:387
3340
- #: extensions/ht-builder/widgets/bl_post_archive.php:494
3341
- #: extensions/ht-builder/widgets/bl_post_archive.php:600
3342
- #: extensions/ht-builder/widgets/bl_post_archive.php:680
3343
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3344
- #: extensions/ht-builder/widgets/bl_post_content.php:76
3345
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3346
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3347
- #: extensions/ht-builder/widgets/bl_post_title.php:106
3348
- #: extensions/ht-builder/widgets/bl_site_logo.php:163
3349
- #: extensions/ht-builder/widgets/bl_site_title.php:143
3350
- #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3351
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3352
- msgid "Center"
3353
- msgstr ""
3354
-
3355
- #: includes/widgets/htmega_googlemap.php:100
3356
- msgid "Center Address"
3357
- msgstr ""
3358
-
3359
- #: includes/widgets/htmega_blockquote.php:158
3360
- msgid "Center Bottom"
3361
- msgstr ""
3362
-
3363
- #: includes/widgets/htmega_blockquote.php:157
3364
- msgid "Center Center"
3365
- msgstr ""
3366
-
3367
- #: includes/widgets/htmega_carousel.php:225
3368
- #: includes/widgets/htmega_instagram.php:420
3369
- #: includes/widgets/htmega_panel_slider.php:325
3370
- #: includes/widgets/htmega_post_slider.php:405
3371
- #: includes/widgets/htmega_slider_thumb_gallery.php:222
3372
- #: includes/widgets/htmega_twitter_feed.php:347
3373
- msgid "Center Mode"
3374
- msgstr ""
3375
-
3376
- #: includes/widgets/htmega_carousel.php:238
3377
- #: includes/widgets/htmega_instagram.php:433
3378
- #: includes/widgets/htmega_panel_slider.php:338
3379
- #: includes/widgets/htmega_post_slider.php:418
3380
- #: includes/widgets/htmega_slider_thumb_gallery.php:233
3381
- #: includes/widgets/htmega_twitter_feed.php:360
3382
- msgid "Center padding"
3383
- msgstr ""
3384
-
3385
- #: includes/widgets/htmega_blockquote.php:156
3386
- msgid "Center Top"
3387
- msgstr ""
3388
-
3389
- #: includes/widgets/htmega_user_login_form.php:1030
3390
- msgid "Checkbox Icon Color"
3391
- msgstr ""
3392
-
3393
- #: includes/widgets/htmega_wc_element_pages.php:371
3394
- msgid "Checkout Button"
3395
- msgstr ""
3396
-
3397
- #: includes/widgets/htmega_wc_element_pages.php:60
3398
- msgid "Checkout Page"
3399
- msgstr ""
3400
-
3401
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:515
3402
- msgid "Choose"
3403
- msgstr ""
3404
-
3405
- #: includes/widgets/htmega_countdown.php:703
3406
- msgid "Choose Area Seperator Image"
3407
- msgstr ""
3408
-
3409
- #: admin/include/class.settings-api.php:398
3410
- msgid "Choose File"
3411
- msgstr ""
3412
-
3413
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:310
3414
- msgid "Choose Icon"
3415
- msgstr ""
3416
-
3417
- #: includes/widgets/htmega_scroll_image.php:50
3418
- msgid "Choose Image"
3419
- msgstr ""
3420
-
3421
- #: includes/widgets/htmega_wc_element_pages.php:70
3422
- msgid "Choose Product"
3423
- msgstr ""
3424
-
3425
- #: includes/widgets/htmega_progress_bar.php:63
3426
- msgid "Circle"
3427
- msgstr ""
3428
-
3429
- #: admin/include/templates/library/templates.php:149
3430
- msgid "Click here"
3431
- msgstr ""
3432
-
3433
- #: includes/widgets/htmega_button.php:65
3434
- msgid "Click Me"
3435
- msgstr ""
3436
-
3437
- #: includes/widgets/htmega_testimonial_grid.php:184
3438
- msgid "Client Rating"
3439
- msgstr ""
3440
-
3441
- #: includes/widgets/htmega_testimonial_grid.php:212
3442
- msgid "Client Say"
3443
- msgstr ""
3444
-
3445
- #: includes/widgets/htmega_testimonial_grid.php:541
3446
- msgid "Client say"
3447
- msgstr ""
3448
-
3449
- #: includes/widgets/htmega_animated_heading.php:74
3450
- msgid "Clip"
3451
- msgstr ""
3452
-
3453
- #: includes/widgets/htmega_animated_heading.php:454
3454
- msgid "Clip Color"
3455
- msgstr ""
3456
-
3457
- #: includes/widgets/htmega_animated_heading.php:470
3458
- msgid "Clip Width"
3459
- msgstr ""
3460
-
3461
- #: includes/widgets/htmega_business_hours.php:169
3462
- #: includes/widgets/htmega_modal.php:833
3463
- #: includes/widgets/htmega_post_grid_tab.php:983
3464
- #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3465
- msgid "Close"
3466
- msgstr ""
3467
-
3468
- #: includes/widgets/htmega_search.php:121
3469
- msgid "close"
3470
- msgstr ""
3471
-
3472
- #: includes/widgets/htmega_accordion.php:355
3473
- msgid "Close All Item"
3474
- msgstr ""
3475
-
3476
- #: includes/widgets/htmega_notify.php:618
3477
- msgid "Close Button"
3478
- msgstr ""
3479
-
3480
- #: includes/widgets/htmega_search.php:845
3481
- msgid "Close Button Style"
3482
- msgstr ""
3483
-
3484
- #: includes/widgets/htmega_search.php:119
3485
- msgid "Close Button Text"
3486
- msgstr ""
3487
-
3488
- #: includes/widgets/htmega_data_table.php:526
3489
- #: includes/widgets/htmega_data_table.php:532
3490
- #: includes/widgets/htmega_data_table.php:538
3491
- #: includes/widgets/htmega_data_table.php:545
3492
- #: includes/widgets/htmega_pricing_list_view.php:1092
3493
- #: includes/widgets/htmega_pricing_list_view.php:1098
3494
- #: includes/widgets/htmega_pricing_list_view.php:1104
3495
- #: includes/widgets/htmega_pricing_list_view.php:1111
3496
- msgid "col"
3497
- msgstr ""
3498
-
3499
- #: includes/widgets/htmega_pricing_list_view.php:215
3500
- msgid "Col Span"
3501
- msgstr ""
3502
-
3503
- #: includes/widgets/htmega_notify.php:247
3504
- msgid "col-md-1"
3505
- msgstr ""
3506
-
3507
- #: includes/widgets/htmega_notify.php:238
3508
- msgid "col-md-10"
3509
- msgstr ""
3510
-
3511
- #: includes/widgets/htmega_notify.php:237
3512
- msgid "col-md-11"
3513
- msgstr ""
3514
-
3515
- #: includes/widgets/htmega_notify.php:236
3516
- msgid "col-md-12"
3517
- msgstr ""
3518
-
3519
- #: includes/widgets/htmega_notify.php:246
3520
- msgid "col-md-2"
3521
- msgstr ""
3522
-
3523
- #: includes/widgets/htmega_notify.php:245
3524
- msgid "col-md-3"
3525
- msgstr ""
3526
-
3527
- #: includes/widgets/htmega_notify.php:244
3528
- msgid "col-md-4"
3529
- msgstr ""
3530
-
3531
- #: includes/widgets/htmega_notify.php:243
3532
- msgid "col-md-5"
3533
- msgstr ""
3534
-
3535
- #: includes/widgets/htmega_notify.php:242
3536
- msgid "col-md-6"
3537
- msgstr ""
3538
-
3539
- #: includes/widgets/htmega_notify.php:241
3540
- msgid "col-md-7"
3541
- msgstr ""
3542
-
3543
- #: includes/widgets/htmega_notify.php:240
3544
- msgid "col-md-8"
3545
- msgstr ""
3546
-
3547
- #: includes/widgets/htmega_notify.php:239
3548
- msgid "col-md-9"
3549
- msgstr ""
3550
-
3551
- #: includes/widgets/htmega_accordion.php:642
3552
- #: includes/widgets/htmega_accordion.php:683
3553
- #: includes/widgets/htmega_accordion.php:779
3554
- #: includes/widgets/htmega_accordion.php:997
3555
- #: includes/widgets/htmega_accordion.php:1136
3556
- #: includes/widgets/htmega_accordion.php:1247
3557
- #: includes/widgets/htmega_accordion.php:1348
3558
- #: includes/widgets/htmega_add_banner.php:441
3559
- #: includes/widgets/htmega_add_banner.php:500
3560
- #: includes/widgets/htmega_add_banner.php:559
3561
- #: includes/widgets/htmega_add_banner.php:626
3562
- #: includes/widgets/htmega_add_banner.php:714
3563
- #: includes/widgets/htmega_animated_heading.php:161
3564
- #: includes/widgets/htmega_animated_heading.php:244
3565
- #: includes/widgets/htmega_animated_heading.php:292
3566
- #: includes/widgets/htmega_animated_heading.php:379
3567
- #: includes/widgets/htmega_blockquote.php:277
3568
- #: includes/widgets/htmega_blockquote.php:334
3569
- #: includes/widgets/htmega_blockquote.php:506
3570
- #: includes/widgets/htmega_booked_calender.php:271
3571
- #: includes/widgets/htmega_booked_calender.php:320
3572
- #: includes/widgets/htmega_booked_calender.php:363
3573
- #: includes/widgets/htmega_booked_calender.php:486
3574
- #: includes/widgets/htmega_booked_calender.php:519
3575
- #: includes/widgets/htmega_buddy_press.php:323
3576
- #: includes/widgets/htmega_buddy_press.php:365
3577
- #: includes/widgets/htmega_buddy_press.php:392
3578
- #: includes/widgets/htmega_business_hours.php:418
3579
- #: includes/widgets/htmega_business_hours.php:513
3580
- #: includes/widgets/htmega_business_hours.php:552
3581
- #: includes/widgets/htmega_caldera_form.php:92
3582
- #: includes/widgets/htmega_caldera_form.php:145
3583
- #: includes/widgets/htmega_caldera_form.php:665
3584
- #: includes/widgets/htmega_caldera_form.php:704
3585
- #: includes/widgets/htmega_call_to_action.php:511
3586
- #: includes/widgets/htmega_call_to_action.php:570
3587
- #: includes/widgets/htmega_call_to_action.php:629
3588
- #: includes/widgets/htmega_call_to_action.php:823
3589
- #: includes/widgets/htmega_call_to_action.php:1029
3590
- #: includes/widgets/htmega_carousel.php:557
3591
- #: includes/widgets/htmega_carousel.php:760
3592
- #: includes/widgets/htmega_contact_form_seven.php:968
3593
- #: includes/widgets/htmega_contact_form_seven.php:1002
3594
- #: includes/widgets/htmega_countdown.php:687
3595
- #: includes/widgets/htmega_countdown.php:749
3596
- #: includes/widgets/htmega_countdown.php:922
3597
- #: includes/widgets/htmega_countdown.php:1044
3598
- #: includes/widgets/htmega_countdown.php:1129
3599
- #: includes/widgets/htmega_counter.php:456
3600
- #: includes/widgets/htmega_counter.php:582
3601
- #: includes/widgets/htmega_counter.php:821
3602
- #: includes/widgets/htmega_counter.php:938
3603
- #: includes/widgets/htmega_counter.php:1026
3604
- #: includes/widgets/htmega_custom_event.php:143
3605
- #: includes/widgets/htmega_custom_event.php:198
3606
- #: includes/widgets/htmega_custom_event.php:228
3607
- #: includes/widgets/htmega_custom_event.php:285
3608
- #: includes/widgets/htmega_custom_event.php:330
3609
- #: includes/widgets/htmega_custom_event.php:398
3610
- #: includes/widgets/htmega_custom_event.php:448
3611
- #: includes/widgets/htmega_data_table.php:392
3612
- #: includes/widgets/htmega_double_button.php:482
3613
- #: includes/widgets/htmega_double_button.php:578
3614
- #: includes/widgets/htmega_double_button.php:655
3615
- #: includes/widgets/htmega_double_button.php:750
3616
- #: includes/widgets/htmega_double_button.php:838
3617
- #: includes/widgets/htmega_download_monitor.php:211
3618
- #: includes/widgets/htmega_download_monitor.php:258
3619
- #: includes/widgets/htmega_download_monitor.php:328
3620
- #: includes/widgets/htmega_dropcaps.php:109
3621
- #: includes/widgets/htmega_dropcaps.php:205
3622
- #: includes/widgets/htmega_easy_digital_download.php:359
3623
- #: includes/widgets/htmega_easy_digital_download.php:431
3624
- #: includes/widgets/htmega_easy_digital_download.php:540
3625
- #: includes/widgets/htmega_easy_digital_download.php:619
3626
- #: includes/widgets/htmega_easy_digital_download.php:707
3627
- #: includes/widgets/htmega_errorcontent.php:315
3628
- #: includes/widgets/htmega_errorcontent.php:394
3629
- #: includes/widgets/htmega_errorcontent.php:473
3630
- #: includes/widgets/htmega_errorcontent.php:558
3631
- #: includes/widgets/htmega_errorcontent.php:644
3632
- #: includes/widgets/htmega_errorcontent.php:709
3633
- #: includes/widgets/htmega_errorcontent.php:795
3634
- #: includes/widgets/htmega_gravity_forms.php:127
3635
- #: includes/widgets/htmega_gravity_forms.php:183
3636
- #: includes/widgets/htmega_gravity_forms.php:270
3637
- #: includes/widgets/htmega_gravity_forms.php:351
3638
- #: includes/widgets/htmega_gravity_forms.php:415
3639
- #: includes/widgets/htmega_gravity_forms.php:585
3640
- #: includes/widgets/htmega_gravity_forms.php:695
3641
- #: includes/widgets/htmega_gravity_forms.php:805
3642
- #: includes/widgets/htmega_gravity_forms.php:886
3643
- #: includes/widgets/htmega_imagemarker.php:623
3644
- #: includes/widgets/htmega_imagemarker.php:638
3645
- #: includes/widgets/htmega_imagemarker.php:855
3646
- #: includes/widgets/htmega_imagemarker.php:929
3647
- #: includes/widgets/htmega_imagemarker.php:977
3648
- #: includes/widgets/htmega_image_comparison.php:239
3649
- #: includes/widgets/htmega_image_comparison.php:320
3650
- #: includes/widgets/htmega_image_comparison.php:419
3651
- #: includes/widgets/htmega_image_grid.php:318
3652
- #: includes/widgets/htmega_image_grid.php:415
3653
- #: includes/widgets/htmega_image_grid.php:467
3654
- #: includes/widgets/htmega_image_grid.php:549
3655
- #: includes/widgets/htmega_image_masonry.php:294
3656
- #: includes/widgets/htmega_image_masonry.php:391
3657
- #: includes/widgets/htmega_image_masonry.php:464
3658
- #: includes/widgets/htmega_image_masonry.php:545
3659
- #: includes/widgets/htmega_inlinemenu.php:152
3660
- #: includes/widgets/htmega_inlinemenu.php:251
3661
- #: includes/widgets/htmega_inlinemenu.php:414
3662
- #: includes/widgets/htmega_instagram.php:800
3663
- #: includes/widgets/htmega_instagram.php:874
3664
- #: includes/widgets/htmega_instagram.php:934
3665
- #: includes/widgets/htmega_instagram.php:1080
3666
- #: includes/widgets/htmega_instagram.php:1301
3667
- #: includes/widgets/htmega_instagram.php:1397
3668
- #: includes/widgets/htmega_lightbox.php:339
3669
- #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3670
- #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3671
- #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3672
- #: includes/widgets/htmega_modal.php:924
3673
- #: includes/widgets/htmega_newsticker.php:426
3674
- #: includes/widgets/htmega_newsticker.php:500
3675
- #: includes/widgets/htmega_newsticker.php:634
3676
- #: includes/widgets/htmega_newsticker.php:743
3677
- #: includes/widgets/htmega_newsticker.php:867
3678
- #: includes/widgets/htmega_newsticker.php:917
3679
- #: includes/widgets/htmega_ninja_form.php:120
3680
- #: includes/widgets/htmega_ninja_form.php:222
3681
- #: includes/widgets/htmega_ninja_form.php:356
3682
- #: includes/widgets/htmega_ninja_form.php:440
3683
- #: includes/widgets/htmega_ninja_form.php:502
3684
- #: includes/widgets/htmega_ninja_form.php:651
3685
- #: includes/widgets/htmega_ninja_form.php:724
3686
- #: includes/widgets/htmega_ninja_form.php:870
3687
- #: includes/widgets/htmega_ninja_form.php:954
3688
- #: includes/widgets/htmega_ninja_form.php:1064
3689
- #: includes/widgets/htmega_ninja_form.php:1145
3690
- #: includes/widgets/htmega_ninja_form.php:1165
3691
- #: includes/widgets/htmega_notify.php:328
3692
- #: includes/widgets/htmega_notify.php:424
3693
- #: includes/widgets/htmega_notify.php:479
3694
- #: includes/widgets/htmega_notify.php:624
3695
- #: includes/widgets/htmega_offcanvas.php:421
3696
- #: includes/widgets/htmega_offcanvas.php:493
3697
- #: includes/widgets/htmega_panel_slider.php:676
3698
- #: includes/widgets/htmega_panel_slider.php:745
3699
- #: includes/widgets/htmega_panel_slider.php:815
3700
- #: includes/widgets/htmega_panel_slider.php:1028
3701
- #: includes/widgets/htmega_popover.php:337
3702
- #: includes/widgets/htmega_popover.php:459
3703
- #: includes/widgets/htmega_popover.php:602
3704
- #: includes/widgets/htmega_popover.php:706
3705
- #: includes/widgets/htmega_postgrid.php:453
3706
- #: includes/widgets/htmega_postgrid.php:581
3707
- #: includes/widgets/htmega_postgrid.php:668
3708
- #: includes/widgets/htmega_post_grid_tab.php:436
3709
- #: includes/widgets/htmega_post_grid_tab.php:533
3710
- #: includes/widgets/htmega_post_grid_tab.php:630
3711
- #: includes/widgets/htmega_post_grid_tab.php:694
3712
- #: includes/widgets/htmega_post_grid_tab.php:734
3713
- #: includes/widgets/htmega_post_grid_tab.php:850
3714
- #: includes/widgets/htmega_post_grid_tab.php:934
3715
- #: includes/widgets/htmega_post_grid_tab.php:1000
3716
- #: includes/widgets/htmega_post_grid_tab.php:1058
3717
- #: includes/widgets/htmega_post_slider.php:871
3718
- #: includes/widgets/htmega_post_slider.php:968
3719
- #: includes/widgets/htmega_post_slider.php:1065
3720
- #: includes/widgets/htmega_post_slider.php:1128
3721
- #: includes/widgets/htmega_post_slider.php:1164
3722
- #: includes/widgets/htmega_post_slider.php:1278
3723
- #: includes/widgets/htmega_post_slider.php:1361
3724
- #: includes/widgets/htmega_post_slider.php:1542
3725
- #: includes/widgets/htmega_post_slider.php:1690
3726
- #: includes/widgets/htmega_pricing_list_view.php:1797
3727
- #: includes/widgets/htmega_progress_bar.php:737
3728
- #: includes/widgets/htmega_quforms.php:121
3729
- #: includes/widgets/htmega_quforms.php:241
3730
- #: includes/widgets/htmega_quforms.php:363
3731
- #: includes/widgets/htmega_quforms.php:487
3732
- #: includes/widgets/htmega_quforms.php:583
3733
- #: includes/widgets/htmega_quforms.php:705
3734
- #: includes/widgets/htmega_quforms.php:838
3735
- #: includes/widgets/htmega_quforms.php:925
3736
- #: includes/widgets/htmega_quforms.php:1023
3737
- #: includes/widgets/htmega_scroll_image.php:329
3738
- #: includes/widgets/htmega_scroll_navigation.php:331
3739
- #: includes/widgets/htmega_search.php:442
3740
- #: includes/widgets/htmega_search.php:611
3741
- #: includes/widgets/htmega_search.php:690
3742
- #: includes/widgets/htmega_search.php:856
3743
- #: includes/widgets/htmega_search.php:953
3744
- #: includes/widgets/htmega_section_title.php:517
3745
- #: includes/widgets/htmega_section_title.php:546
3746
- #: includes/widgets/htmega_section_title.php:779
3747
- #: includes/widgets/htmega_section_title.php:942
3748
- #: includes/widgets/htmega_service.php:364
3749
- #: includes/widgets/htmega_service.php:480
3750
- #: includes/widgets/htmega_service.php:645
3751
- #: includes/widgets/htmega_service.php:754
3752
- #: includes/widgets/htmega_service.php:1029
3753
- #: includes/widgets/htmega_service.php:1115
3754
- #: includes/widgets/htmega_singlepost.php:152
3755
- #: includes/widgets/htmega_singlepost.php:248
3756
- #: includes/widgets/htmega_singlepost.php:350
3757
- #: includes/widgets/htmega_slider_thumb_gallery.php:685
3758
- #: includes/widgets/htmega_slider_thumb_gallery.php:738
3759
- #: includes/widgets/htmega_slider_thumb_gallery.php:823
3760
- #: includes/widgets/htmega_slider_thumb_gallery.php:996
3761
- #: includes/widgets/htmega_socialshere.php:186
3762
- #: includes/widgets/htmega_socialshere.php:228
3763
- #: includes/widgets/htmega_special_day_banner.php:346
3764
- #: includes/widgets/htmega_special_day_banner.php:405
3765
- #: includes/widgets/htmega_special_day_banner.php:464
3766
- #: includes/widgets/htmega_special_day_banner.php:523
3767
- #: includes/widgets/htmega_special_day_banner.php:582
3768
- #: includes/widgets/htmega_special_day_banner.php:649
3769
- #: includes/widgets/htmega_special_day_banner.php:737
3770
- #: includes/widgets/htmega_switcher.php:474
3771
- #: includes/widgets/htmega_switcher.php:553
3772
- #: includes/widgets/htmega_tablepress.php:175
3773
- #: includes/widgets/htmega_tablepress.php:410
3774
- #: includes/widgets/htmega_tabs.php:537 includes/widgets/htmega_tabs.php:623
3775
- #: includes/widgets/htmega_tabs.php:861
3776
- #: includes/widgets/htmega_teammember.php:696
3777
- #: includes/widgets/htmega_teammember.php:786
3778
- #: includes/widgets/htmega_teammember.php:876
3779
- #: includes/widgets/htmega_testimonial_grid.php:427
3780
- #: includes/widgets/htmega_testimonial_grid.php:488
3781
- #: includes/widgets/htmega_testimonial_grid.php:580
3782
- #: includes/widgets/htmega_testimonial_grid.php:701
3783
- #: includes/widgets/htmega_toggle.php:129
3784
- #: includes/widgets/htmega_toggle.php:232
3785
- #: includes/widgets/htmega_toggle.php:349
3786
- #: includes/widgets/htmega_tooltip.php:313
3787
- #: includes/widgets/htmega_tooltip.php:436
3788
- #: includes/widgets/htmega_tooltip.php:491
3789
- #: includes/widgets/htmega_twitter_feed.php:627
3790
- #: includes/widgets/htmega_twitter_feed.php:708
3791
- #: includes/widgets/htmega_twitter_feed.php:844
3792
- #: includes/widgets/htmega_twitter_feed.php:877
3793
- #: includes/widgets/htmega_twitter_feed.php:907
3794
- #: includes/widgets/htmega_twitter_feed.php:977
3795
- #: includes/widgets/htmega_twitter_feed.php:1034
3796
- #: includes/widgets/htmega_twitter_feed.php:1075
3797
- #: includes/widgets/htmega_twitter_feed.php:1240
3798
- #: includes/widgets/htmega_user_login_form.php:1104
3799
- #: includes/widgets/htmega_user_login_form.php:1231
3800
- #: includes/widgets/htmega_user_login_form.php:1302
3801
- #: includes/widgets/htmega_user_login_form.php:1415
3802
- #: includes/widgets/htmega_user_login_form.php:1472
3803
- #: includes/widgets/htmega_verticle_time_line.php:132
3804
- #: includes/widgets/htmega_verticle_time_line.php:198
3805
- #: includes/widgets/htmega_verticle_time_line.php:281
3806
- #: includes/widgets/htmega_verticle_time_line.php:328
3807
- #: includes/widgets/htmega_videoplayer.php:343
3808
- #: includes/widgets/htmega_videoplayer.php:481
3809
- #: includes/widgets/htmega_wc_categories.php:308
3810
- #: includes/widgets/htmega_wc_categories.php:410
3811
- #: includes/widgets/htmega_wc_element_pages.php:668
3812
- #: includes/widgets/htmega_wc_element_pages.php:1314
3813
- #: includes/widgets/htmega_wc_element_pages.php:1713
3814
- #: includes/widgets/htmega_wc_element_pages.php:1800
3815
- #: includes/widgets/htmega_wc_element_pages.php:1861
3816
- #: includes/widgets/htmega_weather.php:255
3817
- #: includes/widgets/htmega_working_process.php:628
3818
- #: includes/widgets/htmega_working_process.php:639
3819
- #: includes/widgets/htmega_working_process.php:720
3820
- #: includes/widgets/htmega_working_process.php:820
3821
- #: includes/widgets/htmega_working_process.php:941
3822
- #: includes/widgets/htmega_working_process.php:1070
3823
- #: includes/widgets/htmega_wpforms.php:112
3824
- #: includes/widgets/htmega_wpforms.php:214
3825
- #: includes/widgets/htmega_wpforms.php:348
3826
- #: includes/widgets/htmega_wpforms.php:422
3827
- #: includes/widgets/htmega_wpforms.php:461
3828
- #: includes/widgets/htmega_wpforms.php:505
3829
- #: includes/widgets/htmega_wpforms.php:655
3830
- #: includes/widgets/htmega_wpforms.php:727
3831
- #: includes/widgets/htmega_wpforms.php:873
3832
- #: includes/widgets/htmega_wpforms.php:981
3833
- #: includes/widgets/htmega_wpforms.php:1091
3834
- #: includes/widgets/htmega_wpforms.php:1144
3835
- #: extensions/ht-builder/widgets/bl_nav_menu.php:148
3836
- #: extensions/ht-builder/widgets/bl_nav_menu.php:233
3837
- #: extensions/ht-builder/widgets/bl_nav_menu.php:286
3838
- #: extensions/ht-builder/widgets/bl_nav_menu.php:381
3839
- #: extensions/ht-builder/widgets/bl_nav_menu.php:434
3840
- #: extensions/ht-builder/widgets/bl_page_title.php:66
3841
- #: extensions/ht-builder/widgets/bl_post_archive.php:347
3842
- #: extensions/ht-builder/widgets/bl_post_archive.php:414
3843
- #: extensions/ht-builder/widgets/bl_post_archive.php:453
3844
- #: extensions/ht-builder/widgets/bl_post_archive.php:560
3845
- #: extensions/ht-builder/widgets/bl_post_archive.php:627
3846
- #: extensions/ht-builder/widgets/bl_post_archive.php:652
3847
- #: extensions/ht-builder/widgets/bl_post_archive.php:721
3848
- #: extensions/ht-builder/widgets/bl_post_archive.php:796
3849
- #: extensions/ht-builder/widgets/bl_post_archive.php:856
3850
- #: extensions/ht-builder/widgets/bl_post_archive.php:920
3851
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3852
- #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3853
- #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3854
- #: extensions/ht-builder/widgets/bl_post_comments.php:48
3855
- #: extensions/ht-builder/widgets/bl_post_comments.php:98
3856
- #: extensions/ht-builder/widgets/bl_post_comments.php:148
3857
- #: extensions/ht-builder/widgets/bl_post_content.php:48
3858
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3859
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:361
3860
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:401
3861
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:431
3862
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:457
3863
- #: extensions/ht-builder/widgets/bl_post_search_form.php:127
3864
- #: extensions/ht-builder/widgets/bl_post_search_form.php:201
3865
- #: extensions/ht-builder/widgets/bl_post_search_form.php:275
3866
- #: extensions/ht-builder/widgets/bl_site_title.php:68
3867
- #: extensions/ht-menu/menu/templates.php:114
3868
- #: extensions/ht-menu/menu/templates.php:135
3869
- msgid "Color"
3870
- msgstr ""
3871
-
3872
- #: includes/widgets/htmega_socialshere.php:689
3873
- #: includes/widgets/htmega_socialshere.php:721
3874
- msgid "color"
3875
- msgstr ""
3876
-
3877
- #: includes/widgets/htmega_data_table.php:467
3878
- #: includes/widgets/htmega_pricing_list_view.php:646
3879
- msgid "Colspan"
3880
- msgstr ""
3881
-
3882
- #: includes/widgets/htmega_data_table.php:313
3883
- #: includes/widgets/htmega_image_grid.php:66
3884
- #: includes/widgets/htmega_image_masonry.php:75
3885
- #: includes/widgets/htmega_instagram.php:143
3886
- #: includes/widgets/htmega_pricing_list_view.php:550
3887
- #: includes/widgets/htmega_user_login_form.php:404
3888
- #: includes/widgets/htmega_working_process.php:58
3889
- msgid "Column"
3890
- msgstr ""
3891
-
3892
- #: includes/widgets/htmega_testimonial_grid.php:56
3893
- msgid "Column "
3894
- msgstr ""
3895
-
3896
- #: includes/widgets/htmega_working_process.php:66
3897
- msgid "Column Five"
3898
- msgstr ""
3899
-
3900
- #: includes/widgets/htmega_working_process.php:65
3901
- msgid "Column Four"
3902
- msgstr ""
3903
-
3904
- #: includes/widgets/htmega_panel_slider.php:217
3905
- #: includes/widgets/htmega_testimonial_grid.php:145
3906
- msgid "Column Gap"
3907
- msgstr ""
3908
-
3909
- #: includes/widgets/htmega_countdown.php:336
3910
- msgid "Column Height"
3911
- msgstr ""
3912
-
3913
- #: includes/widgets/htmega_data_table.php:214
3914
- #: includes/widgets/htmega_pricing_list_view.php:202
3915
- msgid "Column Name"
3916
- msgstr ""
3917
-
3918
- #: includes/widgets/htmega_working_process.php:62
3919
- msgid "Column One"
3920
- msgstr ""
3921
-
3922
- #: includes/widgets/htmega_image_grid.php:83
3923
- #: includes/widgets/htmega_twitter_feed.php:257
3924
- msgid "Column Space"
3925
- msgstr ""
3926
-
3927
- #: includes/widgets/htmega_countdown.php:373
3928
- msgid "Column Spacing"
3929
- msgstr ""
3930
-
3931
- #: includes/widgets/htmega_data_table.php:223
3932
- msgid "Column styles"
3933
- msgstr ""
3934
-
3935
- #: includes/widgets/htmega_working_process.php:64
3936
- msgid "Column Three"
3937
- msgstr ""
3938
-
3939
- #: includes/widgets/htmega_working_process.php:63
3940
- msgid "Column Two"
3941
- msgstr ""
3942
-
3943
- #: includes/widgets/htmega_buddy_press.php:280
3944
- #: includes/widgets/htmega_countdown.php:300
3945
- msgid "Column Width"
3946
- msgstr ""
3947
-
3948
- #: includes/widgets/htmega_panel_slider.php:239
3949
- msgid "Column width accroding to image"
3950
- msgstr ""
3951
-
3952
- #: includes/widgets/htmega_easy_digital_download.php:50
3953
- #: includes/widgets/htmega_wc_categories.php:41
3954
- #: extensions/ht-builder/widgets/bl_post_archive.php:56
3955
- msgid "Columns"
3956
- msgstr ""
3957
-
3958
- #: admin/include/admin-setting.php:1402 admin/include/admin-setting.php:1427
3959
- msgid "Coming soon Page Builder"
3960
- msgstr ""
3961
-
3962
- #: extensions/ht-builder/admin/setting.php:124
3963
- msgid "Coming Soon Page Template."
3964
- msgstr ""
3965
-
3966
- #: includes/widgets/htmega_newsticker.php:261
3967
- #: includes/widgets/htmega_postgrid.php:152
3968
- #: includes/widgets/htmega_post_grid_tab.php:159
3969
- #: includes/widgets/htmega_post_slider.php:163
3970
- #: extensions/ht-builder/widgets/bl_post_archive.php:203
3971
- msgid "Comment count"
3972
- msgstr ""
3973
-
3974
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:74
3975
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:241
3976
- msgid "Comments"
3977
- msgstr ""
3978
-
3979
- #: extensions/ht-builder/widgets/bl_post_comments.php:192
3980
- msgid "Comments Are Closed"
3981
- msgstr ""
3982
-
3983
- #: includes/widgets/htmega_caldera_form.php:696
3984
- #: includes/widgets/htmega_gravity_forms.php:878
3985
- #: includes/widgets/htmega_quforms.php:1015
3986
- msgid "Confirmation Style"
3987
- msgstr ""
3988
-
3989
- #: includes/widgets/htmega_twitter_feed.php:82
3990
- msgid "Consumer Key"
3991
- msgstr ""
3992
-
3993
- #: includes/widgets/htmega_twitter_feed.php:92
3994
- msgid "Consumer Secret"
3995
- msgstr ""
3996
-
3997
- #: includes/widgets/htmega_errorcontent.php:185
3998
- #: includes/widgets/htmega_errorcontent.php:693
3999
- msgid "Contact Button"
4000
- msgstr ""
4001
-
4002
- #: includes/widgets/htmega_contact_form_seven.php:44
4003
- #: includes/widgets/htmega_contact_form_seven.php:68
4004
- msgid "Contact Form"
4005
- msgstr ""
4006
-
4007
- #: admin/include/admin-setting.php:1112
4008
- #: includes/widgets/htmega_contact_form_seven.php:13
4009
- msgid "Contact form 7"
4010
- msgstr ""
4011
-
4012
- #: admin/include/admin-setting.php:1384
4013
- msgid "Contact Us"
4014
- msgstr ""
4015
-
4016
- #: includes/widgets/htmega_post_slider.php:682
4017
- msgid "Container background"
4018
- msgstr ""
4019
-
4020
- #: includes/widgets/htmega_post_slider.php:667
4021
- msgid "Container Border Radius"
4022
- msgstr ""
4023
-
4024
- #: includes/widgets/htmega_add_banner.php:356
4025
- #: includes/widgets/htmega_blockquote.php:54
4026
- #: includes/widgets/htmega_blockquote.php:67
4027
- #: includes/widgets/htmega_blockquote.php:269
4028
- #: includes/widgets/htmega_dropcaps.php:58
4029
- #: includes/widgets/htmega_imagemarker.php:698
4030
- #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
4031
- #: includes/widgets/htmega_modal.php:79
4032
- #: includes/widgets/htmega_newsticker.php:419
4033
- #: includes/widgets/htmega_notify.php:473
4034
- #: includes/widgets/htmega_popover.php:691
4035
- #: includes/widgets/htmega_post_grid_tab.php:192
4036
- #: includes/widgets/htmega_post_grid_tab.php:523
4037
- #: includes/widgets/htmega_post_slider.php:199
4038
- #: includes/widgets/htmega_post_slider.php:958
4039
- #: includes/widgets/htmega_pricing_list_view.php:68
4040
- #: includes/widgets/htmega_pricing_list_view.php:195
4041
- #: includes/widgets/htmega_pricing_list_view.php:560
4042
- #: includes/widgets/htmega_scroll_navigation.php:73
4043
- #: includes/widgets/htmega_scroll_navigation.php:75
4044
- #: includes/widgets/htmega_scroll_navigation.php:85
4045
- #: includes/widgets/htmega_switcher.php:115
4046
- #: includes/widgets/htmega_switcher.php:128
4047
- #: includes/widgets/htmega_switcher.php:131
4048
- #: includes/widgets/htmega_switcher.php:207
4049
- #: includes/widgets/htmega_switcher.php:220
4050
- #: includes/widgets/htmega_switcher.php:223
4051
- #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tabs.php:62
4052
- #: includes/widgets/htmega_tabs.php:99 includes/widgets/htmega_tabs.php:112
4053
- #: includes/widgets/htmega_tabs.php:114 includes/widgets/htmega_tabs.php:853
4054
- #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
4055
- #: includes/widgets/htmega_tooltip.php:485
4056
- #: includes/widgets/htmega_twitter_feed.php:619
4057
- #: includes/widgets/htmega_verticle_time_line.php:62
4058
- #: includes/widgets/htmega_verticle_time_line.php:88
4059
- #: includes/widgets/htmega_verticle_time_line.php:180
4060
- #: includes/widgets/htmega_wc_element_pages.php:1850
4061
- #: extensions/ht-builder/widgets/bl_post_archive.php:645
4062
- #: extensions/ht-builder/widgets/bl_post_author_info.php:209
4063
- #: extensions/ht-menu/menu/templates.php:43
4064
- msgid "Content"
4065
- msgstr ""
4066
-
4067
- #: includes/widgets/htmega_countdown.php:639
4068
- #: includes/widgets/htmega_job_manager.php:155
4069
- msgid "Content Alignment"
4070
- msgstr ""
4071
-
4072
- #: includes/widgets/htmega_panel_slider.php:521
4073
- msgid "Content area"
4074
- msgstr ""
4075
-
4076
- #: includes/widgets/htmega_imagemarker.php:751
4077
- msgid "Content area border radius"
4078
- msgstr ""
4079
-
4080
- #: includes/widgets/htmega_imagemarker.php:762
4081
- msgid "Content area padding"
4082
- msgstr ""
4083
-
4084
- #: includes/widgets/htmega_singlepost.php:463
4085
- #: includes/widgets/htmega_slider_thumb_gallery.php:757
4086
- msgid "Content Box"
4087
- msgstr ""
4088
-
4089
- #: includes/widgets/htmega_teammember.php:511
4090
- msgid "Content Box Background"
4091
- msgstr ""
4092
-
4093
- #: includes/widgets/htmega_teammember.php:534
4094
- msgid "Content Box Hover Background"
4095
- msgstr ""
4096
-
4097
- #: includes/widgets/htmega_teammember.php:583
4098
- msgid "Content Box Margin"
4099
- msgstr ""
4100
-
4101
- #: includes/widgets/htmega_image_grid.php:261
4102
- #: includes/widgets/htmega_teammember.php:598
4103
- msgid "Content Box Padding"
4104
- msgstr ""
4105
-
4106
- #: includes/widgets/htmega_post_grid_tab.php:335
4107
- #: includes/widgets/htmega_post_slider.php:709
4108
- #: includes/widgets/htmega_slider_thumb_gallery.php:670
4109
- #: includes/widgets/htmega_special_day_banner.php:253
4110
- msgid "Content Box Style"
4111
- msgstr ""
4112
-
4113
- #: includes/widgets/htmega_user_login_form.php:744
4114
- #: extensions/wc-sales-notification/admin/setting.php:204
4115
- msgid "Content Color"
4116
- msgstr ""
4117
-
4118
- #: admin/include/admin-setting.php:1414 admin/include/admin-setting.php:1439
4119
- msgid "Content color option"
4120
- msgstr ""
4121
-
4122
- #: includes/widgets/htmega_verticle_time_line.php:71
4123
- msgid "Content Date"
4124
- msgstr ""
4125
-
4126
- #: includes/widgets/htmega_imagemarker.php:349
4127
- msgid "Content Indicator"
4128
- msgstr ""
4129
-
4130
- #: includes/widgets/htmega_post_grid_tab.php:201
4131
- #: includes/widgets/htmega_post_slider.php:209
4132
- #: includes/widgets/htmega_twitter_feed.php:133
4133
- #: extensions/ht-builder/widgets/bl_post_archive.php:157
4134
- msgid "Content Length"
4135
- msgstr ""
4136
-
4137
- #: includes/widgets/htmega_newsticker.php:1093
4138
- msgid "Content Not Found"
4139
- msgstr ""
4140
-
4141
- #: includes/widgets/htmega_newsticker.php:187
4142
- msgid "Content Option"
4143
- msgstr ""
4144
-
4145
- #: includes/widgets/htmega_postgrid.php:278
4146
- msgid "Content Padding"
4147
- msgstr ""
4148
-
4149
- #: includes/widgets/htmega_add_banner.php:58
4150
- #: includes/widgets/htmega_singlepost.php:57
4151
- #: includes/widgets/htmega_special_day_banner.php:42
4152
- msgid "Content Position"
4153
- msgstr ""
4154
-
4155
- #: includes/widgets/htmega_post_grid_tab.php:76
4156
- #: includes/widgets/htmega_post_slider.php:80
4157
- #: includes/widgets/htmega_scroll_navigation.php:60
4158
- msgid "Content Source"
4159
- msgstr ""
4160
-
4161
- #: includes/widgets/htmega_newsticker.php:194
4162
- #: includes/widgets/htmega_postgrid.php:69
4163
- msgid "Content Sourse"
4164
- msgstr ""
4165
-
4166
- #: includes/widgets/htmega_dropcaps.php:72
4167
- #: includes/widgets/htmega_teammember.php:68
4168
- #: includes/widgets/htmega_teammember.php:83
4169
- #: includes/widgets/htmega_toggle.php:122
4170
- msgid "Content Style"
4171
- msgstr ""
4172
-
4173
- #: includes/widgets/htmega_buddy_press.php:62
4174
- #: includes/widgets/htmega_pricing_list_view.php:570
4175
- msgid "Content Type"
4176
- msgstr ""
4177
-
4178
- #: includes/widgets/htmega_teammember.php:639
4179
- msgid "Corner Shape Color"
4180
- msgstr ""
4181
-
4182
- #: includes/widgets/htmega_easy_digital_download.php:201
4183
- #: includes/widgets/htmega_socialshere.php:356
4184
- #: includes/widgets/htmega_wc_categories.php:132
4185
- msgid "Count"
4186
- msgstr ""
4187
-
4188
- #: includes/widgets/htmega_countdown.php:404
4189
- msgid "Count Area"
4190
- msgstr ""
4191
-
4192
- #: includes/widgets/htmega_countdown.php:291
4193
- msgid "Count Layout"
4194
- msgstr ""
4195
-
4196
- #: admin/include/admin-setting.php:199 includes/widgets/htmega_countdown.php:13
4197
- #: includes/widgets/htmega_countdown.php:65
4198
- msgid "Countdown"
4199
- msgstr ""
4200
-
4201
- #: admin/include/admin-setting.php:207 includes/widgets/htmega_counter.php:13
4202
- #: includes/widgets/htmega_counter.php:42
4203
- msgid "Counter"
4204
- msgstr ""
4205
-
4206
- #: includes/widgets/htmega_gallery_justify.php:177
4207
- msgid "Counter Color"
4208
- msgstr ""
4209
-
4210
- #: includes/widgets/htmega_countdown.php:673
4211
- msgid "Counter separator"
4212
- msgstr ""
4213
-
4214
- #: includes/widgets/htmega_counter.php:154
4215
- msgid "Counter Title"
4216
- msgstr ""
4217
-
4218
- #: includes/widgets/htmega_wc_element_pages.php:191
4219
- msgid "Coupon / Update Button"
4220
- msgstr ""
4221
-
4222
- #: admin/include/templates_list.php:16
4223
- msgid "Create a new page from this template"
4224
- msgstr ""
4225
-
4226
- #: extensions/wc-sales-notification/admin/setting.php:212
4227
- msgid "Cross Icon Color"
4228
- msgstr ""
4229
-
4230
- #: admin/include/admin-setting.php:1415 admin/include/admin-setting.php:1440
4231
- msgid "Cross icon color option"
4232
- msgstr ""
4233
-
4234
- #: includes/widgets/htmega_booked_calender.php:356
4235
- msgid "Current Date"
4236
- msgstr ""
4237
-
4238
- #: includes/widgets/htmega_accordion.php:404
4239
- msgid "Current Item No"
4240
- msgstr ""
4241
-
4242
- #: includes/widgets/htmega_accordion.php:81
4243
- #: includes/widgets/htmega_accordion.php:221
4244
- #: includes/widgets/htmega_blockquote.php:45
4245
- #: includes/widgets/htmega_imagemarker.php:231
4246
- #: includes/widgets/htmega_imagemarker.php:290
4247
- #: includes/widgets/htmega_imagemarker.php:501
4248
- #: includes/widgets/htmega_imagemarker.php:787
4249
- #: includes/widgets/htmega_modal.php:55
4250
- #: includes/widgets/htmega_scroll_image.php:255
4251
- #: includes/widgets/htmega_scroll_navigation.php:64
4252
- #: includes/widgets/htmega_scroll_navigation.php:128
4253
- #: includes/widgets/htmega_scroll_navigation.php:218
4254
- #: includes/widgets/htmega_socialshere.php:467
4255
- #: includes/widgets/htmega_switcher.php:106
4256
- #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tabs.php:90
4257
- #: includes/widgets/htmega_testimonial_grid.php:59
4258
- #: includes/widgets/htmega_toggle.php:83
4259
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:76
4260
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:94
4261
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:132
4262
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:255
4263
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:298
4264
- #: extensions/ht-builder/widgets/bl_site_logo.php:56
4265
- msgid "Custom"
4266
- msgstr ""
4267
-
4268
- #: includes/widgets/htmega_weather.php:209
4269
- msgid "Custom Background Color"
4270
- msgstr ""
4271
-
4272
- #: includes/widgets/htmega_scroll_navigation.php:324
4273
- #: includes/widgets/htmega_toggle.php:108
4274
- msgid "Custom Content"
4275
- msgstr ""
4276
-
4277
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:105
4278
- msgid "Custom Date Format"
4279
- msgstr ""
4280
-
4281
- #: admin/include/admin-setting.php:215
4282
- #: includes/widgets/htmega_custom_event.php:13
4283
- msgid "Custom Event"
4284
- msgstr ""
4285
-
4286
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:201
4287
- msgid "Custom Format"
4288
- msgstr ""
4289
-
4290
- #: includes/widgets/htmega_weather.php:175
4291
- msgid "Custom Geolocation"
4292
- msgstr ""
4293
-
4294
- #: includes/widgets/htmega_postgrid.php:315
4295
- #: includes/widgets/htmega_post_grid_tab.php:1160
4296
- msgid "Custom Gradient Color"
4297
- msgstr ""
4298
-
4299
- #: includes/widgets/htmega_scroll_navigation.php:226
4300
- msgid "Custom Height"
4301
- msgstr ""
4302
-
4303
- #: includes/widgets/htmega_countdown.php:190
4304
- msgid "Custom Label"
4305
- msgstr ""
4306
-
4307
- #: includes/widgets/htmega_user_login_form.php:194
4308
- msgid "Custom label"
4309
- msgstr ""
4310
-
4311
- #: includes/widgets/htmega_scroll_image.php:61
4312
- msgid "Custom Link"
4313
- msgstr ""
4314
-
4315
- #: includes/widgets/htmega_googlemap.php:170
4316
- msgid "Custom marker"
4317
- msgstr ""
4318
-
4319
- #: includes/widgets/htmega_data_table.php:106
4320
- msgid "Custom options for number of Rows?"
4321
- msgstr ""
4322
-
4323
- #: includes/widgets/htmega_newsticker.php:242
4324
- #: includes/widgets/htmega_postgrid.php:117
4325
- #: includes/widgets/htmega_post_grid_tab.php:124
4326
- #: includes/widgets/htmega_post_slider.php:128
4327
- #: extensions/ht-builder/widgets/bl_post_archive.php:184
4328
- msgid "Custom order"
4329
- msgstr ""
4330
-
4331
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:143
4332
- msgid "Custom Time Format"
4333
- msgstr ""
4334
-
4335
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:279
4336
- msgid "Custom URL"
4337
- msgstr ""
4338
-
4339
- #: includes/widgets/htmega_panel_slider.php:237
4340
- msgid "Custom Width"
4341
- msgstr ""
4342
-
4343
- #: includes/widgets/htmega_notify.php:133
4344
- msgid "Danger"
4345
- msgstr ""
4346
-
4347
- #: admin/include/admin-setting.php:511
4348
- #: includes/widgets/htmega_data_table.php:13
4349
- msgid "Data Table"
4350
- msgstr ""
4351
-
4352
- #: includes/widgets/htmega_data_table.php:321
4353
- msgid "Data Type"
4354
- msgstr ""
4355
-
4356
- #: includes/recommended-plugins/recommended-plugins.php:121
4357
- msgid "DataCaptia"
4358
- msgstr ""
4359
-
4360
- #: includes/widgets/htmega_booked_calender.php:288
4361
- #: includes/widgets/htmega_custom_event.php:322
4362
- #: includes/widgets/htmega_job_manager.php:99
4363
- #: includes/widgets/htmega_newsticker.php:141
4364
- #: includes/widgets/htmega_newsticker.php:258
4365
- #: includes/widgets/htmega_newsticker.php:906
4366
- #: includes/widgets/htmega_postgrid.php:149
4367
- #: includes/widgets/htmega_postgrid.php:199
4368
- #: includes/widgets/htmega_postgrid.php:571
4369
- #: includes/widgets/htmega_post_grid_tab.php:156
4370
- #: includes/widgets/htmega_post_slider.php:160
4371
- #: includes/widgets/htmega_post_slider.php:265
4372
- #: includes/widgets/htmega_singlepost.php:129
4373
- #: includes/widgets/htmega_verticle_time_line.php:320
4374
- #: extensions/ht-builder/widgets/bl_post_archive.php:200
4375
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:72
4376
- msgid "Date"
4377
- msgstr ""
4378
-
4379
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4380
- msgid "Date Format"
4381
- msgstr ""
4382
-
4383
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:90
4384
- msgctxt "Date Format"
4385
- msgid "March 6, 2018 (F j, Y)"
4386
- msgstr ""
4387
-
4388
- #: includes/widgets/htmega_newsticker.php:150
4389
- msgid "Date Position In Left"
4390
- msgstr ""
4391
-
4392
- #: includes/widgets/htmega_booked_calender.php:63
4393
- #: includes/widgets/htmega_business_hours.php:83
4394
- #: includes/widgets/htmega_business_hours.php:505
4395
- #: includes/widgets/htmega_countdown.php:132
4396
- #: includes/widgets/htmega_instagram.php:113
4397
- msgid "Day"
4398
- msgstr ""
4399
-
4400
- #: includes/widgets/htmega_business_hours.php:112
4401
- msgid "Day Color"
4402
- msgstr ""
4403
-
4404
- #: includes/widgets/htmega_booked_calender.php:220
4405
- msgid "Day Name Background"
4406
- msgstr ""
4407
-
4408
- #: includes/widgets/htmega_booked_calender.php:232
4409
- msgid "Day Name Color"
4410
- msgstr ""
4411
-
4412
- #: includes/widgets/htmega_countdown.php:202
4413
- #: includes/widgets/htmega_countdown.php:204
4414
- msgid "Days"
4415
- msgstr ""
4416
-
4417
- #: includes/widgets/htmega_booked_calender.php:120
4418
- msgid "December"
4419
- msgstr ""
4420
-
4421
- #: includes/widgets/htmega_booked_calender.php:54
4422
- #: includes/widgets/htmega_booked_calender.php:166
4423
- #: includes/widgets/htmega_scroll_navigation.php:127
4424
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:297
4425
- #: extensions/ht-builder/widgets/bl_site_logo.php:52
4426
- msgid "Default"
4427
- msgstr ""
4428
-
4429
- #: includes/widgets/htmega_data_table.php:93
4430
- msgid "Default option for number of Rows"
4431
- msgstr ""
4432
-
4433
- #: includes/widgets/htmega_gallery_justify.php:119
4434
- msgid "Default Popup"
4435
- msgstr ""
4436
-
4437
- #: includes/widgets/htmega_googlemap.php:60
4438
- msgid "Default Zoom"
4439
- msgstr ""
4440
-
4441
- #: includes/widgets/htmega_notify.php:222
4442
- msgid "Delay"
4443
- msgstr ""
4444
-
4445
- #: includes/widgets/htmega_instagram.php:99
4446
- msgid "Delete existing caching data"
4447
- msgstr ""
4448
-
4449
- #: includes/widgets/htmega_socialshere.php:76
4450
- msgid "Delicious"
4451
- msgstr ""
4452
-
4453
- #: includes/widgets/htmega_easy_digital_download.php:214
4454
- msgid "DESC"
4455
- msgstr ""
4456
-
4457
- #: includes/widgets/htmega_job_manager.php:84
4458
- #: includes/widgets/htmega_newsticker.php:277
4459
- #: includes/widgets/htmega_postgrid.php:131
4460
- #: includes/widgets/htmega_post_grid_tab.php:138
4461
- #: includes/widgets/htmega_post_slider.php:142
4462
- #: includes/widgets/htmega_wc_categories.php:145
4463
- #: extensions/ht-builder/widgets/bl_post_archive.php:219
4464
- msgid "Descending"
4465
- msgstr ""
4466
-
4467
- #: includes/widgets/htmega_add_banner.php:110
4468
- #: includes/widgets/htmega_add_banner.php:548
4469
- #: includes/widgets/htmega_call_to_action.php:104
4470
- #: includes/widgets/htmega_call_to_action.php:618
4471
- #: includes/widgets/htmega_custom_event.php:217
4472
- #: includes/widgets/htmega_easy_digital_download.php:200
4473
- #: includes/widgets/htmega_easy_digital_download.php:420
4474
- #: includes/widgets/htmega_errorcontent.php:112
4475
- #: includes/widgets/htmega_errorcontent.php:463
4476
- #: includes/widgets/htmega_gravity_forms.php:172
4477
- #: includes/widgets/htmega_imagemarker.php:922
4478
- #: includes/widgets/htmega_image_grid.php:122
4479
- #: includes/widgets/htmega_image_grid.php:376
4480
- #: includes/widgets/htmega_image_masonry.php:103
4481
- #: includes/widgets/htmega_image_masonry.php:352
4482
- #: includes/widgets/htmega_ninja_form.php:211
4483
- #: includes/widgets/htmega_service.php:469
4484
- #: includes/widgets/htmega_special_day_banner.php:96
4485
- #: includes/widgets/htmega_special_day_banner.php:453
4486
- #: includes/widgets/htmega_wc_categories.php:131
4487
- #: includes/widgets/htmega_working_process.php:96
4488
- #: includes/widgets/htmega_working_process.php:712
4489
- #: includes/widgets/htmega_wpforms.php:86
4490
- #: includes/widgets/htmega_wpforms.php:203
4491
- msgid "Description"
4492
- msgstr ""
4493
-
4494
- #: includes/widgets/htmega_ninja_form.php:95
4495
- msgid "Description Hide"
4496
- msgstr ""
4497
-
4498
- #: includes/widgets/htmega_caldera_form.php:137
4499
- #: includes/widgets/htmega_gravity_forms.php:343
4500
- #: includes/widgets/htmega_ninja_form.php:432
4501
- #: includes/widgets/htmega_wpforms.php:414
4502
- msgid "Description Style"
4503
- msgstr ""
4504
-
4505
- #: includes/widgets/htmega_call_to_action.php:113
4506
- msgid "Description Tag"
4507
- msgstr ""
4508
-
4509
- #: includes/widgets/htmega_data_table.php:281
4510
- #: includes/widgets/htmega_pricing_list_view.php:455
4511
- #: includes/widgets/htmega_teammember.php:163
4512
- #: includes/widgets/htmega_teammember.php:774
4513
- #: includes/widgets/htmega_testimonial_grid.php:175
4514
- #: includes/widgets/htmega_testimonial_grid.php:480
4515
- msgid "Designation"
4516
- msgstr ""
4517
-
4518
- #: includes/widgets/htmega_testimonial_grid.php:69
4519
- msgid "Desktop"
4520
- msgstr ""
4521
-
4522
- #: includes/widgets/htmega_scroll_navigation.php:138
4523
- msgid "Desktop Direction"
4524
- msgstr ""
4525
-
4526
- #: admin/include/templates/library/templates.php:30
4527
- #: admin/include/templates/library/templates.php:31
4528
- msgid "Desktop view"
4529
- msgstr ""
4530
-
4531
- #: includes/widgets/htmega_countdown.php:273
4532
- msgid "Details"
4533
- msgstr ""
4534
-
4535
- #: includes/widgets/htmega_data_table.php:539
4536
- #: includes/widgets/htmega_pricing_list_view.php:1105
4537
- #: includes/widgets/htmega_testimonial_grid.php:239
4538
- msgid "Developer"
4539
- msgstr ""
4540
-
4541
- #: includes/widgets/htmega_socialshere.php:73
4542
- msgid "Digg"
4543
- msgstr ""
4544
-
4545
- #: includes/widgets/htmega_newsticker.php:128
4546
- #: includes/widgets/htmega_popover.php:188
4547
- #: includes/widgets/htmega_scroll_navigation.php:160
4548
- #: includes/widgets/htmega_scroll_navigation.php:190
4549
- #: includes/widgets/htmega_tooltip.php:176
4550
- msgid "Direction"
4551
- msgstr ""
4552
-
4553
- #: includes/widgets/htmega_section_title.php:612
4554
- #: includes/widgets/htmega_section_title.php:843
4555
- msgid "Display"
4556
- msgstr ""
4557
-
4558
- #: includes/widgets/htmega_user_login_form.php:396
4559
- msgid "Display as"
4560
- msgstr ""
4561
-
4562
- #: includes/helper-function.php:208
4563
- msgid "div"
4564
- msgstr ""
4565
-
4566
- #: includes/helper-function.php:96 includes/helper-function.php:104
4567
- #: extensions/ht-menu/menu/helper_function.php:17
4568
- msgid "Do not Saved Templates."
4569
- msgstr ""
4570
-
4571
- #: extensions/wc-sales-notification/admin/setting.php:153
4572
- msgid ""
4573
- "Do not show purchases older than.( More Options are Pro features ) <span>( "
4574
- "Pro )</span>"
4575
- msgstr ""
4576
-
4577
- #: includes/recommended-plugins/recommended-plugins.php:116
4578
- msgid "Docus"
4579
- msgstr ""
4580
-
4581
- #: includes/widgets/htmega_user_login_form.php:105
4582
- #: includes/widgets/htmega_user_login_form.php:107
4583
- msgid "Don’t Have account? You can create an account by using this form."
4584
- msgstr ""
4585
-
4586
- #: includes/widgets/htmega_post_slider.php:373
4587
- msgid "Dot Style"
4588
- msgstr ""
4589
-
4590
- #: admin/include/admin-setting.php:223
4591
- #: includes/widgets/htmega_double_button.php:13
4592
- #: includes/widgets/htmega_double_button.php:35
4593
- msgid "Double Button"
4594
- msgstr ""
4595
-
4596
- #: includes/widgets/htmega_newsticker.php:133
4597
- msgid "Down"
4598
- msgstr ""
4599
-
4600
- #: includes/widgets/htmega_download_monitor.php:54
4601
- msgid "Download File"
4602
- msgstr ""
4603
-
4604
- #: admin/include/admin-setting.php:1122
4605
- #: includes/widgets/htmega_download_monitor.php:13
4606
- msgid "Download Monitor"
4607
- msgstr ""
4608
-
4609
- #: includes/widgets/htmega_download_monitor.php:421
4610
- msgid "Downloaded"
4611
- msgstr ""
4612
-
4613
- #: admin/include/admin-setting.php:1322
4614
- msgid "Drag n Drop, No coding Required"
4615
- msgstr ""
4616
-
4617
- #: includes/widgets/htmega_dropcaps.php:188
4618
- msgid "Dropcap Letter"
4619
- msgstr ""
4620
-
4621
- #: admin/include/admin-setting.php:231 includes/widgets/htmega_dropcaps.php:13
4622
- #: includes/widgets/htmega_dropcaps.php:35
4623
- msgid "Dropcaps"
4624
- msgstr ""
4625
-
4626
- #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4627
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4628
- msgid "Dropdown Icon"
4629
- msgstr ""
4630
-
4631
- #: includes/widgets/htmega_countdown.php:109
4632
- msgid "Due Date"
4633
- msgstr ""
4634
-
4635
- #: admin/include/admin-setting.php:1132
4636
- #: includes/widgets/htmega_easy_digital_download.php:13
4637
- #: includes/widgets/htmega_easy_digital_download.php:43
4638
- msgid "Easy Digital Downloads"
4639
- msgstr ""
4640
-
4641
- #: admin/include/template-library.php:219
4642
- msgid "Edit Page"
4643
- msgstr ""
4644
-
4645
- #: admin/include/template-library.php:219
4646
- msgid "Edit Template"
4647
- msgstr ""
4648
-
4649
- #: includes/widgets/htmega_button.php:423
4650
- msgid "Effect 1"
4651
- msgstr ""
4652
-
4653
- #: includes/widgets/htmega_button.php:432
4654
- msgid "Effect 10"
4655
- msgstr ""
4656
-
4657
- #: includes/widgets/htmega_button.php:433
4658
- msgid "Effect 11"
4659
- msgstr ""
4660
-
4661
- #: includes/widgets/htmega_button.php:434
4662
- msgid "Effect 12"
4663
- msgstr ""
4664
-
4665
- #: includes/widgets/htmega_button.php:435
4666
- msgid "Effect 13"
4667
- msgstr ""
4668
-
4669
- #: includes/widgets/htmega_button.php:436
4670
- msgid "Effect 14"
4671
- msgstr ""
4672
-
4673
- #: includes/widgets/htmega_button.php:424
4674
- msgid "Effect 2"
4675
- msgstr ""
4676
-
4677
- #: includes/widgets/htmega_button.php:425
4678
- msgid "Effect 3"
4679
- msgstr ""
4680
-
4681
- #: includes/widgets/htmega_button.php:426
4682
- msgid "Effect 4"
4683
- msgstr ""
4684
-
4685
- #: includes/widgets/htmega_button.php:427
4686
- msgid "Effect 5"
4687
- msgstr ""
4688
-
4689
- #: includes/widgets/htmega_button.php:428
4690
- msgid "Effect 6"
4691
- msgstr ""
4692
-
4693
- #: includes/widgets/htmega_button.php:429
4694
- msgid "Effect 7"
4695
- msgstr ""
4696
-
4697
- #: includes/widgets/htmega_button.php:430
4698
- msgid "Effect 8"
4699
- msgstr ""
4700
-
4701
- #: includes/widgets/htmega_button.php:431
4702
- msgid "Effect 9"
4703
- msgstr ""
4704
-
4705
- #: includes/widgets/htmega_button.php:463
4706
- msgid "Effect After Color"
4707
- msgstr ""
4708
-
4709
- #: includes/widgets/htmega_button.php:444
4710
- #: includes/widgets/htmega_button.php:454
4711
- #: includes/widgets/htmega_button.php:472
4712
- msgid "Effect Before Color"
4713
- msgstr ""
4714
-
4715
- #: includes/widgets/htmega_wc_element_pages.php:48
4716
- msgid "Element"
4717
- msgstr ""
4718
-
4719
- #: includes/widgets/htmega_notify.php:96
4720
- msgid "Element Container"
4721
- msgstr ""
4722
-
4723
- #: includes/widgets/htmega_wc_element_pages.php:793
4724
- #: includes/widgets/htmega_wc_element_pages.php:1459
4725
- msgid "Element Space"
4726
- msgstr ""
4727
-
4728
- #: includes/class.htmega.php:182 admin/include/templates_list.php:42
4729
- msgid "Elementor"
4730
- msgstr ""
4731
-
4732
- #: includes/class.htmega.php:160
4733
- msgid "Elementor Activate Now"
4734
- msgstr ""
4735
-
4736
- #: includes/class.htmega.php:168
4737
- msgid "Elementor Install Now"
4738
- msgstr ""
4739
-
4740
- #: includes/widgets/htmega_accordion.php:82
4741
- #: includes/widgets/htmega_accordion.php:222
4742
- #: includes/widgets/htmega_blockquote.php:46
4743
- #: includes/widgets/htmega_modal.php:56
4744
- #: includes/widgets/htmega_offcanvas.php:62
4745
- #: includes/widgets/htmega_scroll_navigation.php:65
4746
- #: includes/widgets/htmega_switcher.php:107
4747
- #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tabs.php:91
4748
- #: includes/widgets/htmega_toggle.php:84
4749
- msgid "Elementor Template"
4750
- msgstr ""
4751
-
4752
- #: admin/include/admin-setting.php:76
4753
- msgid "Elements"
4754
- msgstr ""
4755
-
4756
- #: includes/widgets/htmega_data_table.php:285
4757
- #: includes/widgets/htmega_pricing_list_view.php:459
4758
- msgid "Email"
4759
- msgstr ""
4760
-
4761
- #: includes/helper-function.php:465
4762
- msgid "Email Already in Use"
4763
- msgstr ""
4764
-
4765
- #: includes/helper-function.php:462
4766
- msgid "Email is not valid"
4767
- msgstr ""
4768
-
4769
- #: extensions/ht-menu/classes/class.mega-menu.php:120
4770
- msgid "Enable megamenu?"
4771
- msgstr ""
4772
-
4773
- #: includes/widgets/htmega_accordion.php:1113
4774
- #: includes/widgets/htmega_counter.php:74
4775
- #: includes/widgets/htmega_user_login_form.php:430
4776
- msgid "End"
4777
- msgstr ""
4778
-
4779
- #: includes/widgets/htmega_googlemap.php:113
4780
- msgid "Enter Map Style Json Code."
4781
- msgstr ""
4782
-
4783
- #: includes/widgets/htmega_data_table.php:123
4784
- msgid "Enter the number separate by comma(10,25,50,100)"
4785
- msgstr ""
4786
-
4787
- #: extensions/ht-builder/widgets/bl_post_search_form.php:106
4788
- msgid "Enter you text"
4789
- msgstr ""
4790
-
4791
- #: includes/widgets/htmega_section_title.php:82
4792
- #: includes/widgets/htmega_section_title.php:84
4793
- msgid "Enter your advance title"
4794
- msgstr ""
4795
-
4796
- #: includes/widgets/htmega_googlemap.php:102
4797
- msgid "Enter your center address."
4798
- msgstr ""
4799
-
4800
- #: includes/widgets/htmega_dropcaps.php:61
4801
- msgid "Enter Your Dropcaps Content."
4802
- msgstr ""
4803
-
4804
- #: includes/widgets/htmega_googlemap.php:283
4805
- msgid "Enter your fixed address."
4806
- msgstr ""
4807
-
4808
- #: includes/widgets/htmega_section_title.php:71
4809
- #: includes/widgets/htmega_section_title.php:73
4810
- msgid "Enter your sub title"
4811
- msgstr ""
4812
-
4813
- #: extensions/ht-builder/widgets/bl_post_archive.php:74
4814
- msgid "Enter Your Text"
4815
- msgstr ""
4816
-
4817
- #: includes/widgets/htmega_button.php:64 includes/widgets/htmega_button.php:66
4818
- msgid "Enter your Text"
4819
- msgstr ""
4820
-
4821
- #: includes/widgets/htmega_section_title.php:59
4822
- #: includes/widgets/htmega_section_title.php:61
4823
- msgid "Enter your title"
4824
- msgstr ""
4825
-
4826
- #: includes/widgets/htmega_tablepress.php:75
4827
- msgid "Entries Hide"
4828
- msgstr ""
4829
-
4830
- #: includes/widgets/htmega_ninja_form.php:1109
4831
- msgid "Error Color"
4832
- msgstr ""
4833
-
4834
- #: includes/widgets/htmega_caldera_form.php:619
4835
- #: includes/widgets/htmega_gravity_forms.php:850
4836
- msgid "Error Text Color"
4837
- msgstr ""
4838
-
4839
- #: includes/widgets/htmega_gravity_forms.php:842
4840
- msgid "Errors and Confirmation Style"
4841
- msgstr ""
4842
-
4843
- #: includes/widgets/htmega_contact_form_seven.php:960
4844
- msgid "Errors and Feedback Style"
4845
- msgstr ""
4846
-
4847
- #: includes/widgets/htmega_caldera_form.php:611
4848
- #: includes/widgets/htmega_ninja_form.php:1101
4849
- #: includes/widgets/htmega_quforms.php:969
4850
- msgid "Errors and Success Style"
4851
- msgstr ""
4852
-
4853
- #: includes/widgets/htmega_wpforms.php:1136
4854
- msgid "Errors Style"
4855
- msgstr ""
4856
-
4857
- #: includes/widgets/htmega_wc_element_pages.php:1204
4858
- msgid "Even"
4859
- msgstr ""
4860
-
4861
- #: includes/widgets/htmega_custom_event.php:35
4862
- msgid "Event"
4863
- msgstr ""
4864
-
4865
- #: includes/widgets/htmega_countdown.php:261
4866
- msgid "Event Button"
4867
- msgstr ""
4868
-
4869
- #: includes/widgets/htmega_custom_event.php:102
4870
- msgid "Event Button Link"
4871
- msgstr ""
4872
-
4873
- #: includes/widgets/htmega_custom_event.php:93
4874
- msgid "Event Button text"
4875
- msgstr ""
4876
-
4877
- #: admin/include/admin-setting.php:645
4878
- msgid "Event Calendar <span>( Pro )</span>"
4879
- msgstr ""
4880
-
4881
- #: includes/widgets/htmega_countdown.php:54
4882
- msgid "Event Calendar Not Installed"
4883
- msgstr ""
4884
-
4885
- #: includes/widgets/htmega_tablepress.php:263
4886
- msgid "Event Cell"
4887
- msgstr ""
4888
-
4889
- #: includes/widgets/htmega_countdown.php:72
4890
- msgid "Event Countdown"
4891
- msgstr ""
4892
-
4893
- #: includes/widgets/htmega_custom_event.php:85
4894
- msgid "Event description"
4895
- msgstr ""
4896
-
4897
- #: includes/widgets/htmega_countdown.php:81
4898
- msgid "Event List"
4899
- msgstr ""
4900
-
4901
- #: includes/widgets/htmega_custom_event.php:76
4902
- msgid "Event Location"
4903
- msgstr ""
4904
-
4905
- #: includes/widgets/htmega_custom_event.php:68
4906
- msgid "Event Time"
4907
- msgstr ""
4908
-
4909
- #: includes/widgets/htmega_custom_event.php:44
4910
- msgid "Event Title."
4911
- msgstr ""
4912
-
4913
- #: includes/recommended-plugins/recommended-plugins.php:68
4914
- msgid "EverCompare"
4915
- msgstr ""
4916
-
4917
- #: includes/widgets/htmega_socialshere.php:74
4918
- msgid "Evernote"
4919
- msgstr ""
4920
-
4921
- #: includes/widgets/htmega_notify.php:178
4922
- msgid "Exit Animation"
4923
- msgstr ""
4924
-
4925
- #: includes/widgets/htmega_post_grid_tab.php:259
4926
- msgid "Expand Box Style"
4927
- msgstr ""
4928
-
4929
- #: includes/widgets/htmega_accordion.php:464
4930
- msgid "Expand Item Height"
4931
- msgstr ""
4932
-
4933
- #: includes/widgets/htmega_button.php:96
4934
- #: includes/widgets/htmega_double_button.php:49
4935
- msgid "Extra Large"
4936
- msgstr ""
4937
-
4938
- #: includes/widgets/htmega_button.php:97
4939
- #: includes/widgets/htmega_double_button.php:50
4940
- msgid "Extra Small"
4941
- msgstr ""
4942
-
4943
- #: includes/widgets/htmega_weather.php:56
4944
- msgid "F"
4945
- msgstr ""
4946
-
4947
- #: includes/widgets/htmega_socialshere.php:62
4948
- #: includes/widgets/htmega_socialshere.php:102
4949
- #: includes/widgets/htmega_socialshere.php:320
4950
- msgid "Facebook"
4951
- msgstr ""
4952
-
4953
- #: admin/include/admin-setting.php:729
4954
- msgid "Facebook Review <span>( Pro )</span>"
4955
- msgstr ""
4956
-
4957
- #: includes/widgets/htmega_notify.php:153
4958
- #: includes/widgets/htmega_notify.php:188
4959
- msgid "fadeIn"
4960
- msgstr ""
4961
-
4962
- #: includes/widgets/htmega_notify.php:154
4963
- #: includes/widgets/htmega_notify.php:189
4964
- msgid "fadeInDown"
4965
- msgstr ""
4966
-
4967
- #: includes/widgets/htmega_notify.php:155
4968
- #: includes/widgets/htmega_notify.php:190
4969
- msgid "fadeInDownBig"
4970
- msgstr ""
4971
-
4972
- #: includes/widgets/htmega_notify.php:156
4973
- #: includes/widgets/htmega_notify.php:191
4974
- #: extensions/wc-sales-notification/admin/setting.php:169
4975
- msgid "fadeInLeft"
4976
- msgstr ""
4977
-
4978
- #: includes/widgets/htmega_notify.php:157
4979
- #: includes/widgets/htmega_notify.php:192
4980
- msgid "fadeInLeftBig"
4981
- msgstr ""
4982
-
4983
- #: includes/widgets/htmega_notify.php:158
4984
- #: includes/widgets/htmega_notify.php:193
4985
- msgid "fadeInRight"
4986
- msgstr ""
4987
-
4988
- #: includes/widgets/htmega_notify.php:159
4989
- #: includes/widgets/htmega_notify.php:194
4990
- msgid "fadeInRightBig"
4991
- msgstr ""
4992
-
4993
- #: includes/widgets/htmega_notify.php:162
4994
- #: includes/widgets/htmega_notify.php:197
4995
- msgid "fadeInUp"
4996
- msgstr ""
4997
-
4998
- #: includes/widgets/htmega_notify.php:165
4999
- #: includes/widgets/htmega_notify.php:200
5000
- msgid "fadeInUpBig"
5001
- msgstr ""
5002
-
5003
- #: includes/widgets/htmega_notify.php:164
5004
- #: includes/widgets/htmega_notify.php:199
5005
- msgid "fadeOutDown"
5006
- msgstr ""
5007
-
5008
- #: includes/widgets/htmega_notify.php:161
5009
- #: includes/widgets/htmega_notify.php:196
5010
- msgid "fadeOutLeft"
5011
- msgstr ""
5012
-
5013
- #: includes/widgets/htmega_notify.php:160
5014
- #: includes/widgets/htmega_notify.php:195
5015
- #: extensions/wc-sales-notification/admin/setting.php:181
5016
- msgid "fadeOutRight"
5017
- msgstr ""
5018
-
5019
- #: includes/widgets/htmega_notify.php:163
5020
- #: includes/widgets/htmega_notify.php:198
5021
- msgid "fadeOutUp"
5022
- msgstr ""
5023
-
5024
- #: extensions/wc-sales-notification/admin/setting.php:70
5025
- msgid "Fakes"
5026
- msgstr ""
5027
-
5028
- #: admin/include/admin-setting.php:1405 admin/include/admin-setting.php:1430
5029
- msgid "Fakes notification"
5030
- msgstr ""
5031
-
5032
- #: includes/widgets/htmega_pricing_list_view.php:148
5033
- #: includes/widgets/htmega_pricing_list_view.php:154
5034
- #: includes/widgets/htmega_pricing_list_view.php:160
5035
- #: includes/widgets/htmega_pricing_list_view.php:166
5036
- msgid "fas fa-shopping-basket"
5037
- msgstr ""
5038
-
5039
- #: includes/widgets/htmega_job_manager.php:113
5040
- msgid "Feature Jobs only"
5041
- msgstr ""
5042
-
5043
- #: admin/include/admin-setting.php:666
5044
- msgid "Feature List <span>( Pro )</span>"
5045
- msgstr ""
5046
-
5047
- #: includes/widgets/htmega_booked_calender.php:110
5048
- msgid "February"
5049
- msgstr ""
5050
-
5051
- #: includes/widgets/htmega_instragram_feed.php:49
5052
- msgid "Feed Limit"
5053
- msgstr ""
5054
-
5055
- #: includes/widgets/htmega_contact_form_seven.php:994
5056
- msgid "Feedback Style"
5057
- msgstr ""
5058
-
5059
- #: includes/widgets/htmega_data_table.php:308
5060
- msgid "Field Type"
5061
- msgstr ""
5062
-
5063
- #: includes/widgets/htmega_pricing_list_view.php:545
5064
- msgid "Fild Type"
5065
- msgstr ""
5066
-
5067
- #: includes/widgets/htmega_job_manager.php:142
5068
- msgid "Filters"
5069
- msgstr ""
5070
-
5071
- #: includes/widgets/htmega_layer_slider.php:72
5072
- msgid "First Slide Number"
5073
- msgstr ""
5074
-
5075
- #: includes/widgets/htmega_image_grid.php:74
5076
- #: includes/widgets/htmega_image_masonry.php:83
5077
- #: includes/widgets/htmega_testimonial_grid.php:77
5078
- msgid "Five"
5079
- msgstr ""
5080
-
5081
- #: includes/widgets/htmega_googlemap.php:281
5082
- msgid "Fixed Address"
5083
- msgstr ""
5084
-
5085
- #: includes/widgets/htmega_googlemap.php:502
5086
- msgid "Fixed Address Span Style"
5087
- msgstr ""
5088
-
5089
- #: includes/widgets/htmega_googlemap.php:272
5090
- msgid "Fixed Maps Address:"
5091
- msgstr ""
5092
-
5093
- #: admin/include/admin-setting.php:239
5094
- msgid "Flip Box"
5095
- msgstr ""
5096
-
5097
- #: includes/widgets/htmega_instagram.php:303
5098
- msgid "Flow Button Icon"
5099
- msgstr ""
5100
-
5101
- #: includes/widgets/htmega_caldera_form.php:369
5102
- #: includes/widgets/htmega_contact_form_seven.php:367
5103
- #: includes/widgets/htmega_contact_form_seven.php:592
5104
- #: includes/widgets/htmega_gravity_forms.php:568
5105
- #: includes/widgets/htmega_ninja_form.php:634
5106
- #: includes/widgets/htmega_ninja_form.php:852
5107
- #: includes/widgets/htmega_quforms.php:470
5108
- #: includes/widgets/htmega_quforms.php:687
5109
- #: includes/widgets/htmega_search.php:391
5110
- #: includes/widgets/htmega_wc_element_pages.php:580
5111
- #: includes/widgets/htmega_wc_element_pages.php:842
5112
- #: includes/widgets/htmega_wc_element_pages.php:1400
5113
- #: includes/widgets/htmega_wpforms.php:637
5114
- #: includes/widgets/htmega_wpforms.php:855
5115
- msgid "Focus"
5116
- msgstr ""
5117
-
5118
- #: includes/widgets/htmega_instagram.php:292
5119
- msgid "Follow @"
5120
- msgstr ""
5121
-
5122
- #: includes/widgets/htmega_instagram.php:1282
5123
- msgid "Follow Button"
5124
- msgstr ""
5125
-
5126
- #: includes/widgets/htmega_instagram.php:290
5127
- msgid "Follow button Aditional text"
5128
- msgstr ""
5129
-
5130
- #: includes/widgets/htmega_instragram_feed.php:158
5131
- msgid "Follow Color"
5132
- msgstr ""
5133
-
5134
- #: includes/widgets/htmega_instragram_feed.php:106
5135
- #: includes/widgets/htmega_instragram_feed.php:107
5136
- msgid "Follow on Instagram"
5137
- msgstr ""
5138
-
5139
- #: includes/widgets/htmega_instragram_feed.php:104
5140
- msgid "Follow Text"
5141
- msgstr ""
5142
-
5143
- #: includes/widgets/htmega_instragram_feed.php:170
5144
- msgid "Follow Text Color"
5145
- msgstr ""
5146
-
5147
- #: includes/widgets/htmega_googlemap.php:201
5148
- #: includes/widgets/htmega_googlemap.php:232
5149
- #: includes/widgets/htmega_googlemap.php:434
5150
- #: includes/widgets/htmega_googlemap.php:521
5151
- msgid "Font Color"
5152
- msgstr ""
5153
-
5154
- #: includes/widgets/htmega_blockquote.php:575
5155
- #: includes/widgets/htmega_carousel.php:570
5156
- #: includes/widgets/htmega_imagemarker.php:514
5157
- #: includes/widgets/htmega_instagram.php:772
5158
- #: includes/widgets/htmega_instagram.php:946
5159
- #: includes/widgets/htmega_lightbox.php:377
5160
- #: includes/widgets/htmega_panel_slider.php:828
5161
- #: includes/widgets/htmega_post_slider.php:1555
5162
- #: includes/widgets/htmega_search.php:464
5163
- #: includes/widgets/htmega_search.php:716
5164
- #: includes/widgets/htmega_slider_thumb_gallery.php:836
5165
- #: includes/widgets/htmega_teammember.php:1047
5166
- #: includes/widgets/htmega_twitter_feed.php:1088
5167
- #: includes/widgets/htmega_videoplayer.php:366
5168
- #: includes/widgets/htmega_working_process.php:955
5169
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:469
5170
- msgid "Font Size"
5171
- msgstr ""
5172
-
5173
- #: includes/widgets/htmega_modal.php:746
5174
- msgid "Footer"
5175
- msgstr ""
5176
-
5177
- #: includes/widgets/htmega_modal.php:831
5178
- msgid "Footer Close Button"
5179
- msgstr ""
5180
-
5181
- #: includes/widgets/htmega_data_table.php:188
5182
- msgid "Footer Info"
5183
- msgstr ""
5184
-
5185
- #: extensions/ht-builder/classes/class.header_footer.php:100
5186
- msgid "Footer Template"
5187
- msgstr ""
5188
-
5189
- #: extensions/ht-builder/admin/setting.php:91
5190
- msgid "Footer Template."
5191
- msgstr ""
5192
-
5193
- #: includes/widgets/htmega_modal.php:91
5194
- msgid "Footer Text"
5195
- msgstr ""
5196
-
5197
- #: includes/widgets/htmega_tablepress.php:399
5198
- msgid "Footer text"
5199
- msgstr ""
5200
-
5201
- #: includes/widgets/htmega_tablepress.php:108
5202
- msgid "Footer text Hide"
5203
- msgstr ""
5204
-
5205
- #: includes/widgets/htmega_pricing_list_view.php:329
5206
- #: includes/widgets/htmega_pricing_list_view.php:958
5207
- msgid "For Layout 4 only"
5208
- msgstr ""
5209
-
5210
- #: includes/widgets/htmega_mailchimp_wp.php:69
5211
- msgid ""
5212
- "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
5213
- "target=\"_blank\"> Click here </a>"
5214
- msgstr ""
5215
-
5216
- #: includes/widgets/htmega_weather.php:317
5217
- msgid "Forcast"
5218
- msgstr ""
5219
-
5220
- #: includes/widgets/htmega_weather.php:80
5221
- msgid "Forecast"
5222
- msgstr ""
5223
-
5224
- #: includes/widgets/htmega_user_login_form.php:296
5225
- msgid "Forget Password Position"
5226
- msgstr ""
5227
-
5228
- #: includes/widgets/htmega_user_login_form.php:951
5229
- msgid "Forget Text"
5230
- msgstr ""
5231
-
5232
- #: includes/widgets/htmega_user_login_form.php:967
5233
- msgid "Forget Text Color"
5234
- msgstr ""
5235
-
5236
- #: includes/widgets/htmega_user_login_form.php:978
5237
- msgid "Forget Text Hover Color"
5238
- msgstr ""
5239
-
5240
- #: includes/widgets/htmega_user_login_form.php:1639
5241
- #: includes/widgets/htmega_user_login_form.php:1662
5242
- msgid "Forgot Password?"
5243
- msgstr ""
5244
-
5245
- #: includes/widgets/htmega_wpforms.php:47
5246
- msgid "Form not found"
5247
- msgstr ""
5248
-
5249
- #: includes/helper-function.php:356
5250
- #: includes/widgets/htmega_gravity_forms.php:48
5251
- #: includes/widgets/htmega_quforms.php:49
5252
- msgid "Form Not Found!"
5253
- msgstr ""
5254
-
5255
- #: includes/widgets/htmega_ninja_form.php:49
5256
- msgid "Form Not Found."
5257
- msgstr ""
5258
-
5259
- #: includes/widgets/htmega_contact_form_seven.php:80
5260
- msgid "Form Wrapper Style"
5261
- msgstr ""
5262
-
5263
- #: includes/widgets/htmega_bbpress.php:55
5264
- msgid "Forum Form"
5265
- msgstr ""
5266
-
5267
- #: includes/widgets/htmega_bbpress.php:54
5268
- msgid "Forum Index"
5269
- msgstr ""
5270
-
5271
- #: includes/widgets/htmega_image_grid.php:73
5272
- #: includes/widgets/htmega_image_masonry.php:82
5273
- #: includes/widgets/htmega_testimonial_grid.php:76
5274
- #: includes/widgets/htmega_testimonial_grid.php:91
5275
- #: includes/widgets/htmega_testimonial_grid.php:108
5276
- msgid "Four"
5277
- msgstr ""
5278
-
5279
- #: admin/include/templates_list.php:53
5280
- msgid "Free"
5281
- msgstr ""
5282
-
5283
- #: includes/widgets/htmega_business_hours.php:194
5284
- msgid "Friday"
5285
- msgstr ""
5286
-
5287
- #: includes/widgets/htmega_gravity_forms.php:100
5288
- msgid "From Ajax"
5289
- msgstr ""
5290
-
5291
- #: includes/widgets/htmega_instragram_feed.php:72
5292
- msgid "Full"
5293
- msgstr ""
5294
-
5295
- #: includes/widgets/htmega_scroll_navigation.php:217
5296
- msgid "Full Screen"
5297
- msgstr ""
5298
-
5299
- #: admin/include/admin-setting.php:247
5300
- #: includes/widgets/htmega_gallery_justify.php:13
5301
- #: includes/widgets/htmega_gallery_justify.php:51
5302
- msgid "Gallery Justify"
5303
- msgstr ""
5304
-
5305
- #: includes/widgets/htmega_gallery_justify.php:120
5306
- msgid "Gallery Popup "
5307
- msgstr ""
5308
-
5309
- #: admin/include/admin-setting.php:71
5310
- msgid "General"
5311
- msgstr ""
5312
-
5313
- #: includes/widgets/htmega_testimonial_grid.php:238
5314
- msgid "Gerald Gilbert"
5315
- msgstr ""
5316
-
5317
- #: admin/include/admin-setting.php:1328
5318
- msgid "Get Pro Now"
5319
- msgstr ""
5320
-
5321
- #: admin/include/admin-setting.php:1329
5322
- msgid "Get pro now"
5323
- msgstr ""
5324
-
5325
- #: includes/class.htmega.php:212
5326
- #: admin/include/templates/library/templates.php:71
5327
- msgid "Go Pro"
5328
- msgstr ""
5329
-
5330
- #: admin/include/admin-setting.php:776
5331
- msgid ""
5332
- "Go to <a href=\"https://developers.google."
5333
- "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
5334
- "//developers.google.com</a> and generate the API key."
5335
- msgstr ""
5336
-
5337
- #: includes/widgets/htmega_googlemap.php:114
5338
- msgid ""
5339
- "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
5340
- "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
5341
- "Style Array"
5342
- msgstr ""
5343
-
5344
- #: includes/widgets/htmega_inlinemenu.php:81
5345
- #: extensions/ht-builder/widgets/bl_nav_menu.php:75
5346
- #, php-format
5347
- msgid ""
5348
- "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
5349
- "menus."
5350
- msgstr ""
5351
-
5352
- #: includes/widgets/htmega_lightbox.php:95
5353
- msgid "Goggle Map Embed URL"
5354
- msgstr ""
5355
-
5356
- #: admin/include/admin-setting.php:255 includes/widgets/htmega_googlemap.php:13
5357
- #: includes/widgets/htmega_googlemap.php:43
5358
- #: includes/widgets/htmega_lightbox.php:55
5359
- msgid "Google Map"
5360
- msgstr ""
5361
-
5362
- #: admin/include/admin-setting.php:775
5363
- msgid "Google Map API Key"
5364
- msgstr ""
5365
-
5366
- #: admin/include/admin-setting.php:777
5367
- msgid "Google Map API key"
5368
- msgstr ""
5369
-
5370
- #: includes/widgets/htmega_socialshere.php:330
5371
- msgid "Google Plus"
5372
- msgstr ""
5373
-
5374
- #: includes/widgets/htmega_socialshere.php:64
5375
- msgid "Google+"
5376
- msgstr ""
5377
-
5378
- #: includes/widgets/htmega_postgrid.php:424
5379
- #: includes/widgets/htmega_post_grid_tab.php:1269
5380
- #: includes/widgets/htmega_post_grid_tab.php:1287
5381
- msgid "Gradient "
5382
- msgstr ""
5383
-
5384
- #: includes/widgets/htmega_postgrid.php:406
5385
- #: includes/widgets/htmega_post_grid_tab.php:1251
5386
- msgid "Gradient Five"
5387
- msgstr ""
5388
-
5389
- #: includes/widgets/htmega_postgrid.php:388
5390
- #: includes/widgets/htmega_post_grid_tab.php:1233
5391
- msgid "Gradient Four"
5392
- msgstr ""
5393
-
5394
- #: includes/widgets/htmega_postgrid.php:334
5395
- #: includes/widgets/htmega_postgrid.php:352
5396
- #: includes/widgets/htmega_post_grid_tab.php:1179
5397
- #: includes/widgets/htmega_post_grid_tab.php:1197
5398
- msgid "Gradient One"
5399
- msgstr ""
5400
-
5401
- #: includes/widgets/htmega_postgrid.php:370
5402
- #: includes/widgets/htmega_post_grid_tab.php:1215
5403
- msgid "Gradient Three"
5404
- msgstr ""
5405
-
5406
- #: admin/include/admin-setting.php:1142
5407
- #: includes/widgets/htmega_gravity_forms.php:13
5408
- #: includes/widgets/htmega_gravity_forms.php:59
5409
- msgid "Gravity Forms"
5410
- msgstr ""
5411
-
5412
- #: includes/widgets/htmega_buddy_press.php:53
5413
- msgid "Group"
5414
- msgstr ""
5415
-
5416
- #: includes/widgets/htmega_post_grid_tab.php:1092
5417
- msgid "Group Item Style"
5418
- msgstr ""
5419
-
5420
- #: includes/helper-function.php:201
5421
- msgid "H1"
5422
- msgstr ""
5423
-
5424
- #: includes/helper-function.php:202
5425
- msgid "H2"
5426
- msgstr ""
5427
-
5428
- #: includes/helper-function.php:203
5429
- msgid "H3"
5430
- msgstr ""
5431
-
5432
- #: includes/helper-function.php:204
5433
- msgid "H4"
5434
- msgstr ""
5435
-
5436
- #: includes/helper-function.php:205
5437
- msgid "H5"
5438
- msgstr ""
5439
-
5440
- #: includes/helper-function.php:206
5441
- msgid "H6"
5442
- msgstr ""
5443
-
5444
- #: includes/widgets/htmega_image_comparison.php:411
5445
- msgid "Handler"
5446
- msgstr ""
5447
-
5448
- #: includes/widgets/htmega_counter.php:156
5449
- msgid "Happy Clients"
5450
- msgstr ""
5451
-
5452
- #: includes/widgets/htmega_twitter_feed.php:73
5453
- msgid "hastechit"
5454
- msgstr ""
5455
-
5456
- #: includes/recommended-plugins/class.recommended-plugins.php:227
5457
- msgid "HasTheme"
5458
- msgstr ""
5459
-
5460
- #. Author of the plugin
5461
- msgid "HasThemes"
5462
- msgstr ""
5463
-
5464
- #: includes/widgets/htmega_booked_calender.php:186
5465
- #: includes/widgets/htmega_modal.php:574
5466
- #: includes/widgets/htmega_popover.php:584
5467
- #: includes/widgets/htmega_tablepress.php:143
5468
- msgid "Header"
5469
- msgstr ""
5470
-
5471
- #: includes/widgets/htmega_booked_calender.php:197
5472
- msgid "Header Background"
5473
- msgstr ""
5474
-
5475
- #: includes/widgets/htmega_booked_calender.php:209
5476
- #: includes/widgets/htmega_instragram_feed.php:146
5477
- #: includes/widgets/htmega_user_login_form.php:692
5478
- msgid "Header Color"
5479
- msgstr ""
5480
-
5481
- #: includes/widgets/htmega_modal.php:42
5482
- #: includes/widgets/htmega_user_login_form.php:721
5483
- msgid "Header Content"
5484
- msgstr ""
5485
-
5486
- #: extensions/ht-builder/classes/class.header_footer.php:89
5487
- msgid "Header Template"
5488
- msgstr ""
5489
-
5490
- #: extensions/ht-builder/admin/setting.php:82
5491
- msgid "Header Template."
5492
- msgstr ""
5493
-
5494
- #: includes/widgets/htmega_booked_calender.php:475
5495
- msgid "Heading"
5496
- msgstr ""
5497
-
5498
- #: includes/widgets/htmega_animated_heading.php:128
5499
- msgid "Heading After Text"
5500
- msgstr ""
5501
-
5502
- #: includes/widgets/htmega_animated_heading.php:91
5503
- msgid "Heading Before Text"
5504
- msgstr ""
5505
-
5506
- #: extensions/wc-sales-notification/admin/setting.php:196
5507
- msgid "Heading Color"
5508
- msgstr ""
5509
-
5510
- #: admin/include/admin-setting.php:1413 admin/include/admin-setting.php:1438
5511
- msgid "Heading color option"
5512
- msgstr ""
5513
-
5514
- #: includes/widgets/htmega_animated_heading.php:138
5515
- msgid "Heading Placeholder Text"
5516
- msgstr ""
5517
-
5518
- #: includes/widgets/htmega_user_login_form.php:669
5519
- msgid "Heading Title Style"
5520
- msgstr ""
5521
-
5522
- #: includes/widgets/htmega_blockquote.php:658
5523
- #: includes/widgets/htmega_caldera_form.php:239
5524
- #: includes/widgets/htmega_carousel.php:628
5525
- #: includes/widgets/htmega_carousel.php:893
5526
- #: includes/widgets/htmega_carousel.php:1132
5527
- #: includes/widgets/htmega_carousel.php:1226
5528
- #: includes/widgets/htmega_contact_form_seven.php:195
5529
- #: includes/widgets/htmega_contact_form_seven.php:473
5530
- #: includes/widgets/htmega_contact_form_seven.php:784
5531
- #: includes/widgets/htmega_gravity_forms.php:448
5532
- #: includes/widgets/htmega_gravity_forms.php:647
5533
- #: includes/widgets/htmega_imagemarker.php:830
5534
- #: includes/widgets/htmega_image_comparison.php:486
5535
- #: includes/widgets/htmega_instagram.php:1003
5536
- #: includes/widgets/htmega_instagram.php:1182
5537
- #: includes/widgets/htmega_mailchimp_wp.php:167
5538
- #: includes/widgets/htmega_mailchimp_wp.php:308
5539
- #: includes/widgets/htmega_modal.php:329
5540
- #: includes/widgets/htmega_ninja_form.php:533
5541
- #: includes/widgets/htmega_ninja_form.php:755
5542
- #: includes/widgets/htmega_ninja_form.php:930
5543
- #: includes/widgets/htmega_notify.php:680
5544
- #: includes/widgets/htmega_panel_slider.php:900
5545
- #: includes/widgets/htmega_panel_slider.php:1107
5546
- #: includes/widgets/htmega_post_slider.php:1613
5547
- #: includes/widgets/htmega_post_slider.php:1762
5548
- #: includes/widgets/htmega_pricing_list_view.php:385
5549
- #: includes/widgets/htmega_pricing_list_view.php:1014
5550
- #: includes/widgets/htmega_progress_bar.php:428
5551
- #: includes/widgets/htmega_quforms.php:394
5552
- #: includes/widgets/htmega_quforms.php:614
5553
- #: includes/widgets/htmega_quforms.php:790
5554
- #: includes/widgets/htmega_scroll_navigation.php:213
5555
- #: includes/widgets/htmega_scroll_navigation.php:429
5556
- #: includes/widgets/htmega_search.php:309
5557
- #: includes/widgets/htmega_search.php:528
5558
- #: includes/widgets/htmega_search.php:759
5559
- #: includes/widgets/htmega_service.php:593
5560
- #: includes/widgets/htmega_service.php:841
5561
- #: includes/widgets/htmega_service.php:904
5562
- #: includes/widgets/htmega_slider_thumb_gallery.php:894
5563
- #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5564
- #: includes/widgets/htmega_twitter_feed.php:1146
5565
- #: includes/widgets/htmega_twitter_feed.php:1343
5566
- #: includes/widgets/htmega_user_login_form.php:899
5567
- #: includes/widgets/htmega_user_login_form.php:1054
5568
- #: includes/widgets/htmega_user_login_form.php:1145
5569
- #: includes/widgets/htmega_working_process.php:904
5570
- #: includes/widgets/htmega_working_process.php:1032
5571
- #: includes/widgets/htmega_wpforms.php:536
5572
- #: includes/widgets/htmega_wpforms.php:758
5573
- #: includes/widgets/htmega_wpforms.php:933
5574
- msgid "Height"
5575
- msgstr ""
5576
-
5577
- #: includes/widgets/htmega_teammember.php:1070
5578
- msgid "Height and Width"
5579
- msgstr ""
5580
-
5581
- #: includes/widgets/htmega_notify.php:493
5582
- msgid "Hello Typography"
5583
- msgstr ""
5584
-
5585
- #: includes/widgets/htmega_user_login_form.php:92
5586
- #: includes/widgets/htmega_user_login_form.php:93
5587
- msgid "Hello!"
5588
- msgstr ""
5589
-
5590
- #: includes/widgets/htmega_imagemarker.php:138
5591
- #: includes/widgets/htmega_imagemarker.php:161
5592
- msgid "Hidden Field"
5593
- msgstr ""
5594
-
5595
- #: includes/widgets/htmega_buddy_press.php:116
5596
- #: includes/widgets/htmega_buddy_press.php:129
5597
- #: includes/widgets/htmega_buddy_press.php:144
5598
- #: includes/widgets/htmega_buddy_press.php:159
5599
- #: includes/widgets/htmega_data_table.php:61
5600
- #: includes/widgets/htmega_data_table.php:85
5601
- #: includes/widgets/htmega_data_table.php:109
5602
- #: includes/widgets/htmega_data_table.php:137
5603
- #: includes/widgets/htmega_data_table.php:166
5604
- #: includes/widgets/htmega_data_table.php:179
5605
- #: includes/widgets/htmega_data_table.php:191
5606
- #: includes/widgets/htmega_double_button.php:81
5607
- #: includes/widgets/htmega_gravity_forms.php:80
5608
- #: includes/widgets/htmega_gravity_forms.php:92
5609
- #: includes/widgets/htmega_instagram.php:178
5610
- #: includes/widgets/htmega_instagram.php:190
5611
- #: includes/widgets/htmega_instagram.php:280
5612
- #: includes/widgets/htmega_popover.php:130
5613
- #: includes/widgets/htmega_popover.php:207
5614
- #: includes/widgets/htmega_scroll_image.php:123
5615
- #: includes/widgets/htmega_socialshere.php:359
5616
- #: includes/widgets/htmega_tooltip.php:130
5617
- #: includes/widgets/htmega_twitter_feed.php:147
5618
- #: includes/widgets/htmega_twitter_feed.php:159
5619
- #: includes/widgets/htmega_twitter_feed.php:171
5620
- #: includes/widgets/htmega_twitter_feed.php:183
5621
- #: includes/widgets/htmega_twitter_feed.php:195
5622
- #: includes/widgets/htmega_twitter_feed.php:209
5623
- #: includes/widgets/htmega_user_login_form.php:80
5624
- #: includes/widgets/htmega_user_login_form.php:186
5625
- #: includes/widgets/htmega_user_login_form.php:197
5626
- #: includes/widgets/htmega_user_login_form.php:288
5627
- #: includes/widgets/htmega_user_login_form.php:315
5628
- #: includes/widgets/htmega_user_login_form.php:327
5629
- #: includes/widgets/htmega_wc_add_to_cart.php:75
5630
- #: includes/widgets/htmega_wpforms.php:78
5631
- #: includes/widgets/htmega_wpforms.php:90
5632
- #: extensions/ht-builder/widgets/bl_post_archive.php:102
5633
- #: extensions/ht-builder/widgets/bl_post_archive.php:114
5634
- #: extensions/ht-builder/widgets/bl_post_archive.php:126
5635
- #: extensions/ht-builder/widgets/bl_post_archive.php:138
5636
- #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5637
- #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5638
- #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5639
- msgid "Hide"
5640
- msgstr ""
5641
-
5642
- #: includes/widgets/htmega_search.php:130
5643
- msgid "Hide Close Icon"
5644
- msgstr ""
5645
-
5646
- #: includes/widgets/htmega_weather.php:115
5647
- msgid "Hide Current Status"
5648
- msgstr ""
5649
-
5650
- #: includes/widgets/htmega_easy_digital_download.php:185
5651
- #: includes/widgets/htmega_wc_categories.php:153
5652
- msgid "Hide Empty"
5653
- msgstr ""
5654
-
5655
- #: includes/widgets/htmega_weather.php:151
5656
- msgid "Hide Forecast"
5657
- msgstr ""
5658
-
5659
- #: includes/widgets/htmega_countdown.php:180
5660
- msgid "Hide Label"
5661
- msgstr ""
5662
-
5663
- #: includes/widgets/htmega_slider_thumb_gallery.php:615
5664
- msgid "Hide on Mobile"
5665
- msgstr ""
5666
-
5667
- #: extensions/ht-builder/widgets/bl_post_archive.php:231
5668
- msgid "Hide Pagination"
5669
- msgstr ""
5670
-
5671
- #: includes/widgets/htmega_weather.php:139
5672
- msgid "Hide Sun Status"
5673
- msgstr ""
5674
-
5675
- #: includes/widgets/htmega_section_title.php:537
5676
- msgid "Highlight Title Color"
5677
- msgstr ""
5678
-
5679
- #: includes/widgets/htmega_business_hours.php:101
5680
- msgid "Hight Light this day"
5681
- msgstr ""
5682
-
5683
- #: includes/widgets/htmega_animated_heading.php:93
5684
- msgid "Honesty is the best policy"
5685
- msgstr ""
5686
-
5687
- #: includes/widgets/htmega_progress_bar.php:61
5688
- #: includes/widgets/htmega_scroll_navigation.php:142
5689
- #: includes/widgets/htmega_scroll_navigation.php:164
5690
- #: includes/widgets/htmega_scroll_navigation.php:194
5691
- msgid "Horizontal"
5692
- msgstr ""
5693
-
5694
- #: includes/widgets/htmega_carousel.php:722
5695
- #: includes/widgets/htmega_carousel.php:947
5696
- #: includes/widgets/htmega_carousel.php:1159
5697
- #: includes/widgets/htmega_carousel.php:1253
5698
- #: includes/widgets/htmega_panel_slider.php:966
5699
- #: includes/widgets/htmega_slider_thumb_gallery.php:947
5700
- #: includes/widgets/htmega_twitter_feed.php:1204
5701
- msgid "Horizontal Position"
5702
- msgstr ""
5703
-
5704
- #: includes/widgets/htmega_special_day_banner.php:190
5705
- msgid "Horizontal Postion"
5706
- msgstr ""
5707
-
5708
- #: includes/widgets/htmega_instagram.php:112
5709
- msgid "Hour"
5710
- msgstr ""
5711
-
5712
- #: includes/widgets/htmega_countdown.php:142
5713
- #: includes/widgets/htmega_countdown.php:216
5714
- #: includes/widgets/htmega_countdown.php:218
5715
- msgid "Hours"
5716
- msgstr ""
5717
-
5718
- #: includes/widgets/htmega_add_banner.php:198
5719
- #: includes/widgets/htmega_add_banner.php:298
5720
- #: includes/widgets/htmega_add_banner.php:707
5721
- #: includes/widgets/htmega_booked_calender.php:657
5722
- #: includes/widgets/htmega_booked_calender.php:818
5723
- #: includes/widgets/htmega_brand.php:231
5724
- #: includes/widgets/htmega_buddy_press.php:359
5725
- #: includes/widgets/htmega_button.php:333
5726
- #: includes/widgets/htmega_button.php:610
5727
- #: includes/widgets/htmega_caldera_form.php:556
5728
- #: includes/widgets/htmega_call_to_action.php:816
5729
- #: includes/widgets/htmega_call_to_action.php:1022
5730
- #: includes/widgets/htmega_carousel.php:753
5731
- #: includes/widgets/htmega_contact_form_seven.php:916
5732
- #: includes/widgets/htmega_countdown.php:1123
5733
- #: includes/widgets/htmega_custom_event.php:191
5734
- #: includes/widgets/htmega_custom_event.php:441
5735
- #: includes/widgets/htmega_double_button.php:430
5736
- #: includes/widgets/htmega_double_button.php:571
5737
- #: includes/widgets/htmega_double_button.php:744
5738
- #: includes/widgets/htmega_download_monitor.php:322
5739
- #: includes/widgets/htmega_easy_digital_download.php:395
5740
- #: includes/widgets/htmega_easy_digital_download.php:612
5741
- #: includes/widgets/htmega_errorcontent.php:637
5742
- #: includes/widgets/htmega_errorcontent.php:788
5743
- #: includes/widgets/htmega_gravity_forms.php:798
5744
- #: includes/widgets/htmega_image_grid.php:543
5745
- #: includes/widgets/htmega_image_masonry.php:530
5746
- #: includes/widgets/htmega_inlinemenu.php:244
5747
- #: includes/widgets/htmega_instagram.php:1073
5748
- #: includes/widgets/htmega_mailchimp_wp.php:453
5749
- #: includes/widgets/htmega_modal.php:434
5750
- #: includes/widgets/htmega_newsticker.php:861
5751
- #: includes/widgets/htmega_ninja_form.php:1057
5752
- #: includes/widgets/htmega_notify.php:418
5753
- #: includes/widgets/htmega_offcanvas.php:486
5754
- #: includes/widgets/htmega_panel_slider.php:1021
5755
- #: includes/widgets/htmega_popover.php:453
5756
- #: includes/widgets/htmega_post_grid_tab.php:688
5757
- #: includes/widgets/htmega_post_grid_tab.php:928
5758
- #: includes/widgets/htmega_post_grid_tab.php:1051
5759
- #: includes/widgets/htmega_post_slider.php:1122
5760
- #: includes/widgets/htmega_post_slider.php:1355
5761
- #: includes/widgets/htmega_post_slider.php:1683
5762
- #: includes/widgets/htmega_quforms.php:918
5763
- #: includes/widgets/htmega_search.php:604
5764
- #: includes/widgets/htmega_search.php:936
5765
- #: includes/widgets/htmega_service.php:271
5766
- #: includes/widgets/htmega_service.php:748
5767
- #: includes/widgets/htmega_service.php:1108
5768
- #: includes/widgets/htmega_singlepost.php:442
5769
- #: includes/widgets/htmega_slider_thumb_gallery.php:989
5770
- #: includes/widgets/htmega_socialshere.php:714
5771
- #: includes/widgets/htmega_special_day_banner.php:730
5772
- #: includes/widgets/htmega_testimonial_grid.php:336
5773
- #: includes/widgets/htmega_toggle.php:343
5774
- #: includes/widgets/htmega_tooltip.php:430
5775
- #: includes/widgets/htmega_twitter_feed.php:871
5776
- #: includes/widgets/htmega_twitter_feed.php:1028
5777
- #: includes/widgets/htmega_twitter_feed.php:1233
5778
- #: includes/widgets/htmega_user_login_form.php:1224
5779
- #: includes/widgets/htmega_user_login_form.php:1408
5780
- #: includes/widgets/htmega_verticle_time_line.php:275
5781
- #: includes/widgets/htmega_videoplayer.php:457
5782
- #: includes/widgets/htmega_wc_categories.php:238
5783
- #: includes/widgets/htmega_wc_categories.php:403
5784
- #: includes/widgets/htmega_wc_categories.php:509
5785
- #: includes/widgets/htmega_wc_element_pages.php:291
5786
- #: includes/widgets/htmega_wc_element_pages.php:471
5787
- #: includes/widgets/htmega_wc_element_pages.php:1022
5788
- #: includes/widgets/htmega_wc_element_pages.php:1612
5789
- #: includes/widgets/htmega_wc_element_pages.php:1793
5790
- #: includes/widgets/htmega_working_process.php:555
5791
- #: includes/widgets/htmega_working_process.php:1064
5792
- #: includes/widgets/htmega_wpforms.php:1084
5793
- #: extensions/ht-builder/widgets/bl_nav_menu.php:226
5794
- #: extensions/ht-builder/widgets/bl_nav_menu.php:428
5795
- #: extensions/ht-builder/widgets/bl_post_archive.php:407
5796
- #: extensions/ht-builder/widgets/bl_post_archive.php:514
5797
- #: extensions/ht-builder/widgets/bl_post_archive.php:620
5798
- #: extensions/ht-builder/widgets/bl_post_archive.php:789
5799
- #: extensions/ht-builder/widgets/bl_post_archive.php:913
5800
- #: extensions/ht-builder/widgets/bl_post_comments.php:141
5801
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
5802
- #: extensions/ht-builder/widgets/bl_post_search_form.php:268
5803
- #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5804
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5805
- msgid "Hover"
5806
- msgstr ""
5807
-
5808
- #: includes/widgets/htmega_button.php:496
5809
- msgid "Hover Animation"
5810
- msgstr ""
5811
-
5812
- #: includes/widgets/htmega_add_banner.php:206
5813
- #: includes/widgets/htmega_booked_calender.php:331
5814
- #: includes/widgets/htmega_booked_calender.php:385
5815
- #: includes/widgets/htmega_socialshere.php:159
5816
- #: includes/widgets/htmega_tablepress.php:163
5817
- msgid "Hover Background"
5818
- msgstr ""
5819
-
5820
- #: includes/widgets/htmega_teammember.php:407
5821
- msgid "Hover Background Color"
5822
- msgstr ""
5823
-
5824
- #: includes/widgets/htmega_booked_calender.php:342
5825
- #: includes/widgets/htmega_booked_calender.php:396
5826
- #: includes/widgets/htmega_easy_digital_download.php:402
5827
- #: includes/widgets/htmega_panel_slider.php:687
5828
- #: includes/widgets/htmega_postgrid.php:465
5829
- #: includes/widgets/htmega_post_grid_tab.php:447
5830
- #: includes/widgets/htmega_post_slider.php:882
5831
- #: includes/widgets/htmega_post_slider.php:1186
5832
- #: includes/widgets/htmega_service.php:376
5833
- #: includes/widgets/htmega_singlepost.php:162
5834
- #: includes/widgets/htmega_user_login_form.php:1019
5835
- #: includes/widgets/htmega_verticle_time_line.php:143
5836
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:497
5837
- #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5838
- msgid "Hover Color"
5839
- msgstr ""
5840
-
5841
- #: includes/widgets/htmega_socialshere.php:198
5842
- #: includes/widgets/htmega_socialshere.php:280
5843
- msgid "Hover color"
5844
- msgstr ""
5845
-
5846
- #: includes/widgets/htmega_teammember.php:441
5847
- msgid "Hover Content background color"
5848
- msgstr ""
5849
-
5850
- #: includes/widgets/htmega_teammember.php:423
5851
- msgid "Hover Round Space"
5852
- msgstr ""
5853
-
5854
- #: includes/widgets/htmega_teammember.php:654
5855
- msgid "Hover Shape Color"
5856
- msgstr ""
5857
-
5858
- #: includes/widgets/htmega_socialshere.php:149
5859
- #: includes/widgets/htmega_socialshere.php:271
5860
- msgid "Hover Style"
5861
- msgstr ""
5862
-
5863
- #: extensions/ht-builder/admin/setting.php:33
5864
- #: extensions/ht-builder/admin/setting.php:34
5865
- msgid "HT Builder"
5866
- msgstr ""
5867
-
5868
- #: extensions/ht-builder/admin/setting.php:184
5869
- msgid "HT Builder Settings"
5870
- msgstr ""
5871
-
5872
- #: includes/recommended-plugins/recommended-plugins.php:106
5873
- msgid "HT Contact Form 7"
5874
- msgstr ""
5875
-
5876
- #: includes/class.post-duplicator.php:45
5877
- msgid "HT Duplicate"
5878
- msgstr ""
5879
-
5880
- #: includes/recommended-plugins/recommended-plugins.php:101
5881
- msgid "HT Easy GA4 ( Google Analytics 4 )"
5882
- msgstr ""
5883
-
5884
- #: extensions/ht-builder/classes/class.header_footer.php:81
5885
- msgid "HT Header & Footer"
5886
- msgstr ""
5887
-
5888
- #. Name of the plugin
5889
- msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5890
- msgstr ""
5891
-
5892
- #: includes/class.post-duplicator.php:45
5893
- msgid "HT Mega Duplicator"
5894
- msgstr ""
5895
-
5896
- #: admin/include/class.library-source.php:24
5897
- msgid "HT Mega Library"
5898
- msgstr ""
5899
-
5900
- #: extensions/ht-menu/admin/setting.php:31
5901
- #: extensions/ht-menu/admin/setting.php:32
5902
- msgid "HT Menu"
5903
- msgstr ""
5904
-
5905
- #: extensions/ht-menu/admin/setting.php:46
5906
- #: extensions/ht-menu/admin/setting.php:136
5907
- msgid "HT Menu Settings"
5908
- msgstr ""
5909
-
5910
- #: includes/recommended-plugins/recommended-plugins.php:111
5911
- msgid "HT WPForms"
5912
- msgstr ""
5913
-
5914
- #: admin/include/admin-setting.php:1311
5915
- msgid "HTMega"
5916
- msgstr ""
5917
-
5918
- #: includes/class.htmega.php:181 includes/class.htmega.php:196
5919
- #: includes/widgets_control.php:40 admin/include/admin-setting.php:37
5920
- #: admin/include/admin-setting.php:38
5921
- msgid "HTMega Addons"
5922
- msgstr ""
5923
-
5924
- #: admin/include/admin-setting.php:1275
5925
- msgid "HTMega Addons Settings"
5926
- msgstr ""
5927
-
5928
- #: extensions/ht-builder/classes/class.widgets_control.php:44
5929
- msgid "HTMega Builder"
5930
- msgstr ""
5931
-
5932
- #: admin/include/admin-setting.php:1394
5933
- msgid "HTMega Free"
5934
- msgstr ""
5935
-
5936
- #: admin/include/admin-setting.php:1390
5937
- msgid "HTMega Free Vs HTMega Pro."
5938
- msgstr ""
5939
-
5940
- #: extensions/ht-menu/classes/class.mega-menu.php:73
5941
- msgid "HTMega Menu"
5942
- msgstr ""
5943
-
5944
- #: admin/include/admin-setting.php:1419
5945
- msgid "HTMega Pro"
5946
- msgstr ""
5947
-
5948
- #: includes/widgets/htmega_section_title.php:209
5949
- #: includes/widgets/htmega_section_title.php:267
5950
- msgid "HTML Tag"
5951
- msgstr ""
5952
-
5953
- #: includes/widgets/htmega_pricing_list_view.php:164
5954
- msgid "Html Template"
5955
- msgstr ""
5956
-
5957
- #: includes/widgets/htmega_scroll_image.php:64
5958
- msgid "https://example.com/"
5959
- msgstr ""
5960
-
5961
- #. Author URI of the plugin
5962
- msgid "https://hasthemes.com/"
5963
- msgstr ""
5964
-
5965
- #. URI of the plugin
5966
- msgid "https://wphtmega.com/"
5967
- msgstr ""
5968
-
5969
- #: includes/widgets/htmega_teammember.php:225
5970
- #: includes/widgets/htmega_teammember.php:308
5971
- msgid "https://www.facebook.com/hastech.company/"
5972
- msgstr ""
5973
-
5974
- #: includes/widgets/htmega_lightbox.php:101
5975
- msgid "https://www.google.com/maps/embed?pb"
5976
- msgstr ""
5977
-
5978
- #: includes/widgets/htmega_lightbox.php:99
5979
- msgid ""
5980
- "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
5981
- "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
5982
- "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
5983
- "1sen!2sbd!4v1536834022797"
5984
- msgstr ""
5985
-
5986
- #: includes/widgets/htmega_videoplayer.php:62
5987
- #: includes/widgets/htmega_videoplayer.php:63
5988
- msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
5989
- msgstr ""
5990
-
5991
- #: includes/widgets/htmega_lightbox.php:81
5992
- #: includes/widgets/htmega_lightbox.php:83
5993
- msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
5994
- msgstr ""
5995
-
5996
- #: includes/widgets/htmega_add_banner.php:121
5997
- #: includes/widgets/htmega_button.php:78
5998
- #: includes/widgets/htmega_call_to_action.php:147
5999
- #: includes/widgets/htmega_call_to_action.php:241
6000
- #: includes/widgets/htmega_custom_event.php:104
6001
- #: includes/widgets/htmega_double_button.php:110
6002
- #: includes/widgets/htmega_double_button.php:197
6003
- #: includes/widgets/htmega_errorcontent.php:169
6004
- #: includes/widgets/htmega_errorcontent.php:217
6005
- #: includes/widgets/htmega_image_grid.php:159
6006
- #: includes/widgets/htmega_image_masonry.php:140
6007
- #: includes/widgets/htmega_panel_slider.php:119
6008
- #: includes/widgets/htmega_popover.php:141
6009
- #: includes/widgets/htmega_pricing_list_view.php:128
6010
- #: includes/widgets/htmega_pricing_list_view.php:662
6011
- #: includes/widgets/htmega_section_title.php:198
6012
- #: includes/widgets/htmega_section_title.php:256
6013
- #: includes/widgets/htmega_service.php:149
6014
- #: includes/widgets/htmega_special_day_banner.php:125
6015
- #: includes/widgets/htmega_tooltip.php:141
6016
- msgid "https://your-link.com"
6017
- msgstr ""
6018
-
6019
- #: includes/widgets/htmega_teammember.php:177
6020
- msgid "I am web developer."
6021
- msgstr ""
6022
-
6023
- #: includes/widgets/htmega_blockquote.php:97
6024
- #: includes/widgets/htmega_blockquote.php:134
6025
- #: includes/widgets/htmega_button.php:105
6026
- #: includes/widgets/htmega_call_to_action.php:163
6027
- #: includes/widgets/htmega_call_to_action.php:257
6028
- #: includes/widgets/htmega_countdown.php:280
6029
- #: includes/widgets/htmega_counter.php:103
6030
- #: includes/widgets/htmega_counter.php:114
6031
- #: includes/widgets/htmega_data_table.php:326
6032
- #: includes/widgets/htmega_double_button.php:123
6033
- #: includes/widgets/htmega_double_button.php:210
6034
- #: includes/widgets/htmega_download_monitor.php:125
6035
- #: includes/widgets/htmega_instagram.php:219
6036
- #: includes/widgets/htmega_instagram.php:760
6037
- #: includes/widgets/htmega_lightbox.php:119
6038
- #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
6039
- #: includes/widgets/htmega_notify.php:255
6040
- #: includes/widgets/htmega_popover.php:53
6041
- #: includes/widgets/htmega_popover.php:86
6042
- #: includes/widgets/htmega_pricing_list_view.php:114
6043
- #: includes/widgets/htmega_pricing_list_view.php:244
6044
- #: includes/widgets/htmega_pricing_list_view.php:262
6045
- #: includes/widgets/htmega_pricing_list_view.php:582
6046
- #: includes/widgets/htmega_pricing_list_view.php:1786
6047
- #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
6048
- #: includes/widgets/htmega_section_title.php:102
6049
- #: includes/widgets/htmega_section_title.php:138
6050
- #: includes/widgets/htmega_service.php:77
6051
- #: includes/widgets/htmega_service.php:114
6052
- #: includes/widgets/htmega_service.php:559
6053
- #: includes/widgets/htmega_socialshere.php:109
6054
- #: includes/widgets/htmega_socialshere.php:212
6055
- #: includes/widgets/htmega_switcher.php:73
6056
- #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tabs.php:78
6057
- #: includes/widgets/htmega_teammember.php:232
6058
- #: includes/widgets/htmega_tooltip.php:53
6059
- #: includes/widgets/htmega_tooltip.php:86
6060
- #: includes/widgets/htmega_videoplayer.php:85
6061
- #: includes/widgets/htmega_working_process.php:113
6062
- #: includes/widgets/htmega_working_process.php:150
6063
- #: includes/widgets/htmega_working_process.php:924
6064
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:293
6065
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:449
6066
- #: extensions/ht-builder/widgets/bl_post_search_form.php:62
6067
- #: extensions/ht-builder/widgets/bl_post_search_form.php:74
6068
- #: extensions/ht-menu/menu/templates.php:47
6069
- #: extensions/ht-menu/menu/templates.php:106
6070
- msgid "Icon"
6071
- msgstr ""
6072
-
6073
- #: extensions/ht-builder/widgets/bl_nav_menu.php:491
6074
- msgid "Icon Align"
6075
- msgstr ""
6076
-
6077
- #: includes/widgets/htmega_button.php:545
6078
- #: includes/widgets/htmega_button.php:629
6079
- #: includes/widgets/htmega_teammember.php:256
6080
- msgid "Icon Background"
6081
- msgstr ""
6082
-
6083
- #: admin/include/admin-setting.php:708
6084
- msgid "Icon Box <span>( Pro )</span>"
6085
- msgstr ""
6086
-
6087
- #: includes/widgets/htmega_accordion.php:1197
6088
- msgid "Icon Box Height"
6089
- msgstr ""
6090
-
6091
- #: includes/widgets/htmega_newsticker.php:784
6092
- msgid "Icon Box Height/Width"
6093
- msgstr ""
6094
-
6095
- #: includes/widgets/htmega_accordion.php:1180
6096
- msgid "Icon Box Width"
6097
- msgstr ""
6098
-
6099
- #: includes/widgets/htmega_booked_calender.php:530
6100
- #: includes/widgets/htmega_notify.php:657
6101
- #: includes/widgets/htmega_post_grid_tab.php:756
6102
- #: includes/widgets/htmega_post_slider.php:1176
6103
- #: includes/widgets/htmega_pricing_list_view.php:314
6104
- #: includes/widgets/htmega_pricing_list_view.php:906
6105
- #: includes/widgets/htmega_search.php:270
6106
- #: includes/widgets/htmega_singlepost.php:361
6107
- #: includes/widgets/htmega_tabs.php:177 includes/widgets/htmega_tabs.php:687
6108
- #: includes/widgets/htmega_tabs.php:802
6109
- #: includes/widgets/htmega_teammember.php:244
6110
- #: extensions/ht-builder/widgets/bl_nav_menu.php:480
6111
- msgid "Icon Color"
6112
- msgstr ""
6113
-
6114
- #: includes/widgets/htmega_lightbox.php:408
6115
- msgid "Icon Dimensions"
6116
- msgstr ""
6117
-
6118
- #: includes/widgets/htmega_search.php:881
6119
- #: includes/widgets/htmega_socialshere.php:480
6120
- #: includes/widgets/htmega_toggle.php:252
6121
- msgid "Icon Font Size"
6122
- msgstr ""
6123
-
6124
- #: includes/widgets/htmega_instagram.php:1439
6125
- #: includes/widgets/htmega_socialshere.php:509
6126
- #: includes/widgets/htmega_tabs.php:772
6127
- msgid "Icon Height"
6128
- msgstr ""
6129
-
6130
- #: includes/widgets/htmega_teammember.php:279
6131
- msgid "Icon Hover Background"
6132
- msgstr ""
6133
-
6134
- #: includes/widgets/htmega_teammember.php:290
6135
- msgid "Icon Hover border color"
6136
- msgstr ""
6137
-
6138
- #: includes/widgets/htmega_teammember.php:267
6139
- msgid "Icon Hover Color"
6140
- msgstr ""
6141
-
6142
- #: includes/widgets/htmega_videoplayer.php:97
6143
- msgid "Icon Image"
6144
- msgstr ""
6145
-
6146
- #: includes/widgets/htmega_button.php:114
6147
- #: includes/widgets/htmega_call_to_action.php:196
6148
- #: includes/widgets/htmega_call_to_action.php:290
6149
- #: includes/widgets/htmega_double_button.php:153
6150
- #: includes/widgets/htmega_double_button.php:240
6151
- #: includes/widgets/htmega_modal.php:174
6152
- #: includes/widgets/htmega_offcanvas.php:199
6153
- #: includes/widgets/htmega_pricing_list_view.php:1185
6154
- msgid "Icon Position"
6155
- msgstr ""
6156
-
6157
- #: includes/widgets/htmega_socialshere.php:464
6158
- msgid "Icon Settings"
6159
- msgstr ""
6160
-
6161
- #: includes/widgets/htmega_data_table.php:363
6162
- msgid "Icon SIze"
6163
- msgstr ""
6164
-
6165
- #: includes/widgets/htmega_accordion.php:1087
6166
- #: includes/widgets/htmega_call_to_action.php:785
6167
- #: includes/widgets/htmega_call_to_action.php:991
6168
- #: includes/widgets/htmega_instagram.php:1377
6169
- #: includes/widgets/htmega_modal.php:377
6170
- #: includes/widgets/htmega_newsticker.php:612
6171
- #: includes/widgets/htmega_newsticker.php:764
6172
- #: includes/widgets/htmega_notify.php:646
6173
- #: includes/widgets/htmega_popover.php:362
6174
- #: includes/widgets/htmega_pricing_list_view.php:751
6175
- #: includes/widgets/htmega_service.php:624
6176
- #: includes/widgets/htmega_switcher.php:82
6177
- #: includes/widgets/htmega_switcher.php:173
6178
- #: includes/widgets/htmega_tabs.php:700 includes/widgets/htmega_tooltip.php:339
6179
- msgid "Icon Size"
6180
- msgstr ""
6181
-
6182
- #: includes/widgets/htmega_modal.php:409
6183
- msgid "Icon Space"
6184
- msgstr ""
6185
-
6186
- #: includes/widgets/htmega_button.php:132
6187
- #: includes/widgets/htmega_call_to_action.php:174
6188
- #: includes/widgets/htmega_call_to_action.php:268
6189
- #: includes/widgets/htmega_double_button.php:131
6190
- #: includes/widgets/htmega_double_button.php:218
6191
- #: includes/widgets/htmega_offcanvas.php:223
6192
- msgid "Icon Spacing"
6193
- msgstr ""
6194
-
6195
- #: includes/widgets/htmega_button.php:511
6196
- #: includes/widgets/htmega_newsticker.php:600
6197
- msgid "Icon Style"
6198
- msgstr ""
6199
-
6200
- #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
6201
- #: includes/widgets/htmega_section_title.php:94
6202
- #: includes/widgets/htmega_working_process.php:105
6203
- msgid "Icon Type"
6204
- msgstr ""
6205
-
6206
- #: includes/widgets/htmega_instagram.php:1420
6207
- #: includes/widgets/htmega_socialshere.php:557
6208
- #: includes/widgets/htmega_tabs.php:751
6209
- msgid "Icon Width"
6210
- msgstr ""
6211
-
6212
- #: includes/widgets/htmega_counter.php:814
6213
- msgid "Icon/Image"
6214
- msgstr ""
6215
-
6216
- #: includes/widgets/htmega_pricing_list_view.php:629
6217
- msgid "Icons"
6218
- msgstr ""
6219
-
6220
- #: includes/widgets/htmega_bbpress.php:73
6221
- #: includes/widgets/htmega_newsticker.php:257
6222
- #: includes/widgets/htmega_postgrid.php:148
6223
- #: includes/widgets/htmega_post_grid_tab.php:155
6224
- #: includes/widgets/htmega_post_slider.php:159
6225
- #: extensions/ht-builder/widgets/bl_post_archive.php:199
6226
- msgid "ID"
6227
- msgstr ""
6228
-
6229
- #: includes/widgets/htmega_newsticker.php:821
6230
- #: includes/widgets/htmega_panel_slider.php:882
6231
- msgid "If need to different from prev button"
6232
- msgstr ""
6233
-
6234
- #: admin/include/class.diagnostic-data.php:458
6235
- #, php-format
6236
- msgid ""
6237
- "If you want to help us improve the %4$s%1$s%5$s plugin even more, please "
6238
- "allow us to collect non-sensitive diagnostic data and usages information. "
6239
- "Over %2$shere%3$s, you can see what kind of data we collect."
6240
- msgstr ""
6241
-
6242
- #: admin/include/admin-setting.php:1339
6243
- msgid ""
6244
- "If you’re loving how our product has helped your business, please let the "
6245
- "WordPress community know by"
6246
- msgstr ""
6247
-
6248
- #: includes/widgets/htmega_accordion.php:164
6249
- #: includes/widgets/htmega_accordion.php:207
6250
- #: includes/widgets/htmega_add_banner.php:72
6251
- #: includes/widgets/htmega_blockquote.php:93
6252
- #: includes/widgets/htmega_blockquote.php:108
6253
- #: includes/widgets/htmega_carousel.php:79
6254
- #: includes/widgets/htmega_counter.php:99
6255
- #: includes/widgets/htmega_counter.php:125
6256
- #: includes/widgets/htmega_custom_event.php:51
6257
- #: includes/widgets/htmega_data_table.php:327
6258
- #: includes/widgets/htmega_errorcontent.php:65
6259
- #: includes/widgets/htmega_image_grid.php:131
6260
- #: includes/widgets/htmega_image_masonry.php:112
6261
- #: includes/widgets/htmega_instagram.php:215
6262
- #: includes/widgets/htmega_instagram.php:233
6263
- #: includes/widgets/htmega_lightbox.php:53
6264
- #: includes/widgets/htmega_lightbox.php:63
6265
- #: includes/widgets/htmega_lightbox.php:117
6266
- #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
6267
- #: includes/widgets/htmega_panel_slider.php:95
6268
- #: includes/widgets/htmega_popover.php:61
6269
- #: includes/widgets/htmega_popover.php:101
6270
- #: includes/widgets/htmega_pricing_list_view.php:248
6271
- #: includes/widgets/htmega_pricing_list_view.php:275
6272
- #: includes/widgets/htmega_section_title.php:98
6273
- #: includes/widgets/htmega_section_title.php:112
6274
- #: includes/widgets/htmega_service.php:73
6275
- #: includes/widgets/htmega_service.php:88
6276
- #: includes/widgets/htmega_service.php:876
6277
- #: includes/widgets/htmega_slider_thumb_gallery.php:82
6278
- #: includes/widgets/htmega_special_day_banner.php:58
6279
- #: includes/widgets/htmega_testimonial_grid.php:195
6280
- #: includes/widgets/htmega_testimonial_grid.php:388
6281
- #: includes/widgets/htmega_tooltip.php:61
6282
- #: includes/widgets/htmega_tooltip.php:101
6283
- #: includes/widgets/htmega_videoplayer.php:86
6284
- #: includes/widgets/htmega_wc_categories.php:458
6285
- #: includes/widgets/htmega_working_process.php:109
6286
- #: includes/widgets/htmega_working_process.php:124
6287
- #: extensions/ht-builder/widgets/bl_post_author_info.php:139
6288
- msgid "Image"
6289
- msgstr ""
6290
-
6291
- #: includes/widgets/htmega_image_comparison.php:532
6292
- msgid "Image After"
6293
- msgstr ""
6294
-
6295
- #: includes/widgets/htmega_image_comparison.php:512
6296
- msgid "Image Before"
6297
- msgstr ""
6298
-
6299
- #: includes/widgets/htmega_postgrid.php:236
6300
- #: includes/widgets/htmega_post_grid_tab.php:324
6301
- msgid "Image Border Radius"
6302
- msgstr ""
6303
-
6304
- #: includes/widgets/htmega_panel_slider.php:650
6305
- msgid "Image Box Padding"
6306
- msgstr ""
6307
-
6308
- #: admin/include/admin-setting.php:263
6309
- #: includes/widgets/htmega_image_comparison.php:13
6310
- #: includes/widgets/htmega_image_comparison.php:43
6311
- msgid "Image Comparison"
6312
- msgstr ""
6313
-
6314
- #: admin/include/admin-setting.php:271
6315
- #: includes/widgets/htmega_image_grid.php:13
6316
- #: includes/widgets/htmega_image_grid.php:43
6317
- msgid "Image Grid"
6318
- msgstr ""
6319
-
6320
- #: includes/widgets/htmega_image_grid.php:178
6321
- msgid "Image Grid Description"
6322
- msgstr ""
6323
-
6324
- #: includes/widgets/htmega_image_grid.php:124
6325
- msgid "Image Grid Description."
6326
- msgstr ""
6327
-
6328
- #: includes/widgets/htmega_carousel.php:101
6329
- #: includes/widgets/htmega_image_grid.php:177
6330
- msgid "Image Grid Title"
6331
- msgstr ""
6332
-
6333
- #: includes/widgets/htmega_carousel.php:72
6334
- #: includes/widgets/htmega_image_grid.php:115
6335
- msgid "Image Grid Title."
6336
- msgstr ""
6337
-
6338
- #: includes/widgets/htmega_data_table.php:443
6339
- msgid "Image Height"
6340
- msgstr ""
6341
-
6342
- #: includes/widgets/htmega_teammember.php:100
6343
- msgid "Image Hover Animate"
6344
- msgstr ""
6345
-
6346
- #: extensions/wc-sales-notification/admin/setting.php:94
6347
- msgid "Image Left"
6348
- msgstr ""
6349
-
6350
- #: includes/widgets/htmega_instagram.php:87
6351
- msgid "Image link in new tab"
6352
- msgstr ""
6353
-
6354
- #: admin/include/admin-setting.php:279
6355
- #: includes/widgets/htmega_image_magnifier.php:13
6356
- msgid "Image Magnifier"
6357
- msgstr ""
6358
-
6359
- #: admin/include/admin-setting.php:287
6360
- #: includes/widgets/htmega_imagemarker.php:13
6361
- msgid "Image Marker"
6362
- msgstr ""
6363
-
6364
- #: admin/include/admin-setting.php:295
6365
- #: includes/widgets/htmega_image_masonry.php:13
6366
- #: includes/widgets/htmega_image_masonry.php:52
6367
- msgid "Image Masonry"
6368
- msgstr ""
6369
-
6370
- #: includes/widgets/htmega_image_masonry.php:159
6371
- msgid "Image Masonry Description"
6372
- msgstr ""
6373
-
6374
- #: includes/widgets/htmega_image_masonry.php:105
6375
- msgid "Image Masonry Description."
6376
- msgstr ""
6377
-
6378
- #: includes/widgets/htmega_image_masonry.php:158
6379
- msgid "Image Masonry Title"
6380
- msgstr ""
6381
-
6382
- #: includes/widgets/htmega_image_masonry.php:96
6383
- msgid "Image Masonry Title."
6384
- msgstr ""
6385
-
6386
- #: includes/widgets/htmega_panel_slider.php:627
6387
- #: includes/widgets/htmega_postgrid.php:218
6388
- #: includes/widgets/htmega_post_slider.php:648
6389
- msgid "Image Overlay"
6390
- msgstr ""
6391
-
6392
- #: includes/widgets/htmega_instragram_feed.php:129
6393
- msgid "Image Padding"
6394
- msgstr ""
6395
-
6396
- #: includes/widgets/htmega_section_title.php:153
6397
- #: extensions/wc-sales-notification/admin/setting.php:89
6398
- msgid "Image Position"
6399
- msgstr ""
6400
-
6401
- #: includes/widgets/htmega_buddy_press.php:95
6402
- #: includes/widgets/htmega_instragram_feed.php:67
6403
- msgid "Image Size"
6404
- msgstr ""
6405
-
6406
- #: includes/widgets/htmega_modal.php:291
6407
- msgid "Image space"
6408
- msgstr ""
6409
-
6410
- #: includes/widgets/htmega_data_table.php:420
6411
- #: includes/widgets/htmega_twitter_feed.php:807
6412
- msgid "Image Width"
6413
- msgstr ""
6414
-
6415
- #: includes/widgets/htmega_pricing_list_view.php:500
6416
- msgid "Image/Icon Position"
6417
- msgstr ""
6418
-
6419
- #: includes/class.assests.php:385
6420
- msgid "Import"
6421
- msgstr ""
6422
-
6423
- #: admin/include/templates_list.php:13
6424
- msgid "Import template to your Library"
6425
- msgstr ""
6426
-
6427
- #: includes/class.assests.php:383
6428
- msgid "Import to Library"
6429
- msgstr ""
6430
-
6431
- #: includes/class.assests.php:384
6432
- msgid "Import to Page"
6433
- msgstr ""
6434
-
6435
- #: includes/class.assests.php:378
6436
- msgid "in this package"
6437
- msgstr ""
6438
-
6439
- #: admin/include/admin-setting.php:1410 admin/include/admin-setting.php:1435
6440
- msgid "Incoming animation option"
6441
- msgstr ""
6442
-
6443
- #: admin/include/custom-control/preset-manage.php:19
6444
- msgid "Incomplete preset request"
6445
- msgstr ""
6446
-
6447
- #: includes/widgets/htmega_instagram.php:1541
6448
- msgid "Incorrect access token specified."
6449
- msgstr ""
6450
-
6451
- #: includes/widgets/htmega_progress_bar.php:602
6452
- msgid "Indicator Background"
6453
- msgstr ""
6454
-
6455
- #: includes/widgets/htmega_progress_bar.php:626
6456
- msgid "Indicator Border Radius"
6457
- msgstr ""
6458
-
6459
- #: includes/widgets/htmega_imagemarker.php:436
6460
- #: includes/widgets/htmega_progress_bar.php:183
6461
- msgid "Indicator color"
6462
- msgstr ""
6463
-
6464
- #: includes/widgets/htmega_imagemarker.php:569
6465
- msgid "Indicator Height"
6466
- msgstr ""
6467
-
6468
- #: includes/widgets/htmega_imagemarker.php:596
6469
- msgid "Indicator Line Height"
6470
- msgstr ""
6471
-
6472
- #: includes/widgets/htmega_imagemarker.php:361
6473
- msgid "Indicator Position(X)"
6474
- msgstr ""
6475
-
6476
- #: includes/widgets/htmega_imagemarker.php:388
6477
- msgid "Indicator Position(Y)"
6478
- msgstr ""
6479
-
6480
- #: includes/widgets/htmega_imagemarker.php:414
6481
- msgid "Indicator Rotated"
6482
- msgstr ""
6483
-
6484
- #: includes/widgets/htmega_progress_bar.php:571
6485
- msgid "Indicator Size"
6486
- msgstr ""
6487
-
6488
- #: includes/widgets/htmega_imagemarker.php:542
6489
- msgid "Indicator Width"
6490
- msgstr ""
6491
-
6492
- #: includes/widgets/htmega_notify.php:132
6493
- msgid "Info"
6494
- msgstr ""
6495
-
6496
- #: includes/widgets/htmega_googlemap.php:213
6497
- msgid "Info Address Span Style"
6498
- msgstr ""
6499
-
6500
- #: includes/widgets/htmega_googlemap.php:179
6501
- msgid "Info Address Style"
6502
- msgstr ""
6503
-
6504
- #: admin/include/admin-setting.php:631
6505
- msgid "Info Box <span>( Pro )</span>"
6506
- msgstr ""
6507
-
6508
- #: includes/widgets/htmega_googlemap.php:400
6509
- msgid "Info Button Close"
6510
- msgstr ""
6511
-
6512
- #: includes/widgets/htmega_notify.php:639
6513
- msgid "Info Icon"
6514
- msgstr ""
6515
-
6516
- #: includes/widgets/htmega_googlemap.php:361
6517
- msgid "Info Pointer"
6518
- msgstr ""
6519
-
6520
- #: includes/widgets/htmega_scroll_navigation.php:274
6521
- msgid "Initial Slide"
6522
- msgstr ""
6523
-
6524
- #: includes/widgets/htmega_section_title.php:620
6525
- #: includes/widgets/htmega_section_title.php:851
6526
- msgid "Inline block"
6527
- msgstr ""
6528
-
6529
- #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6530
- msgid "Inline Mega Menu"
6531
- msgstr ""
6532
-
6533
- #: admin/include/admin-setting.php:303
6534
- #: includes/widgets/htmega_inlinemenu.php:13
6535
- #: includes/widgets/htmega_inlinemenu.php:46
6536
- msgid "Inline Navigation"
6537
- msgstr ""
6538
-
6539
- #: includes/widgets/htmega_progress_bar.php:654
6540
- #: includes/widgets/htmega_progress_bar.php:773
6541
- msgid "Inner"
6542
- msgstr ""
6543
-
6544
- #: includes/widgets/htmega_call_to_action.php:423
6545
- msgid "Inner Box Style"
6546
- msgstr ""
6547
-
6548
- #: includes/widgets/htmega_caldera_form.php:184
6549
- #: includes/widgets/htmega_contact_form_seven.php:177
6550
- #: includes/widgets/htmega_gravity_forms.php:387
6551
- #: includes/widgets/htmega_ninja_form.php:473
6552
- #: includes/widgets/htmega_quforms.php:310
6553
- #: includes/widgets/htmega_search.php:212
6554
- #: includes/widgets/htmega_user_login_form.php:805
6555
- #: includes/widgets/htmega_wc_element_pages.php:692
6556
- #: includes/widgets/htmega_wc_element_pages.php:1336
6557
- #: includes/widgets/htmega_wpforms.php:474
6558
- msgid "Input"
6559
- msgstr ""
6560
-
6561
- #: includes/widgets/htmega_mailchimp_wp.php:159
6562
- #: extensions/ht-builder/widgets/bl_post_comments.php:40
6563
- #: extensions/ht-builder/widgets/bl_post_search_form.php:119
6564
- msgid "Input Box"
6565
- msgstr ""
6566
-
6567
- #: includes/widgets/htmega_caldera_form.php:290
6568
- msgid "Input Space"
6569
- msgstr ""
6570
-
6571
- #: admin/include/templates/library/templates.php:64
6572
- msgid "Insert"
6573
- msgstr ""
6574
-
6575
- #: includes/recommended-plugins/recommended-plugins.php:44
6576
- msgid "Insert Headers and Footers Code"
6577
- msgstr ""
6578
-
6579
- #: admin/include/admin-setting.php:311 includes/widgets/htmega_instagram.php:15
6580
- #: includes/widgets/htmega_instagram.php:44
6581
- msgid "Instagram"
6582
- msgstr ""
6583
-
6584
- #: includes/widgets/htmega_instagram.php:77
6585
- msgid "Instagram Access Token"
6586
- msgstr ""
6587
-
6588
- #: includes/widgets/htmega_instragram_feed.php:13
6589
- #: includes/widgets/htmega_instragram_feed.php:35
6590
- msgid "Instagram Feed"
6591
- msgstr ""
6592
-
6593
- #: admin/include/template-library.php:288
6594
- #: admin/include/template-library.php:340
6595
- #: includes/recommended-plugins/class.recommended-plugins.php:248
6596
- msgid "Install Now"
6597
- msgstr ""
6598
-
6599
- #: includes/class.assests.php:388
6600
- #: includes/recommended-plugins/class.recommended-plugins.php:124
6601
- msgid "Installing.."
6602
- msgstr ""
6603
-
6604
- #: includes/widgets/htmega_socialshere.php:82
6605
- msgid "Instapaper"
6606
- msgstr ""
6607
-
6608
- #: admin/include/admin-setting.php:1152
6609
- msgid "Instragram Feed"
6610
- msgstr ""
6611
-
6612
- #: admin/include/admin-setting.php:722
6613
- msgid "Interactive Promo <span>( Pro )</span>"
6614
- msgstr ""
6615
-
6616
- #: admin/include/custom-control/preset-manage.php:15
6617
- msgid "Invalid preset request"
6618
- msgstr ""
6619
-
6620
- #: includes/helper-function.php:390
6621
- msgid "Invalid username or password!"
6622
- msgstr ""
6623
-
6624
- #: includes/widgets/htmega_business_hours.php:300
6625
- #: includes/widgets/htmega_instagram.php:662
6626
- #: extensions/ht-builder/widgets/bl_post_archive.php:245
6627
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:353
6628
- msgid "Item"
6629
- msgstr ""
6630
-
6631
- #: includes/widgets/htmega_countdown.php:607
6632
- msgid "Item Alignment"
6633
- msgstr ""
6634
-
6635
- #: includes/widgets/htmega_business_hours.php:209
6636
- msgid "Item Area"
6637
- msgstr ""
6638
-
6639
- #: includes/widgets/htmega_easy_digital_download.php:259
6640
- msgid "Item Background"
6641
- msgstr ""
6642
-
6643
- #: includes/widgets/htmega_testimonial_grid.php:253
6644
- msgid "Item Box Style"
6645
- msgstr ""
6646
-
6647
- #: includes/widgets/htmega_accordion.php:300
6648
- msgid "Item Collapse Icon"
6649
- msgstr ""
6650
-
6651
- #: includes/widgets/htmega_postgrid.php:397
6652
- #: includes/widgets/htmega_post_grid_tab.php:1242
6653
- msgid "Item Five Gradient"
6654
- msgstr ""
6655
-
6656
- #: includes/widgets/htmega_postgrid.php:379
6657
- #: includes/widgets/htmega_post_grid_tab.php:1224
6658
- msgid "Item Four Gradient"
6659
- msgstr ""
6660
-
6661
- #: includes/widgets/htmega_easy_digital_download.php:233
6662
- msgid "Item Gap"
6663
- msgstr ""
6664
-
6665
- #: includes/widgets/htmega_progress_bar.php:543
6666
- msgid "Item Inner Padding"
6667
- msgstr ""
6668
-
6669
- #: includes/widgets/htmega_instagram.php:130
6670
- msgid "Item Limit"
6671
- msgstr ""
6672
-
6673
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:384
6674
- msgid "Item Link"
6675
- msgstr ""
6676
-
6677
- #: includes/widgets/htmega_working_process.php:463
6678
- msgid "Item Number Shape"
6679
- msgstr ""
6680
-
6681
- #: includes/widgets/htmega_postgrid.php:326
6682
- #: includes/widgets/htmega_post_grid_tab.php:1171
6683
- msgid "Item One Gradient"
6684
- msgstr ""
6685
-
6686
- #: includes/widgets/htmega_instagram.php:725
6687
- msgid "Item Overlay"
6688
- msgstr ""
6689
-
6690
- #: includes/widgets/htmega_progress_bar.php:529
6691
- #: extensions/ht-menu/widgets/inline-mega-menu.php:280
6692
- msgid "Item Padding"
6693
- msgstr ""
6694
-
6695
- #: includes/widgets/htmega_postgrid.php:433
6696
- #: includes/widgets/htmega_post_grid_tab.php:1278
6697
- msgid "Item Seven Gradient"
6698
- msgstr ""
6699
-
6700
- #: includes/widgets/htmega_postgrid.php:415
6701
- #: includes/widgets/htmega_post_grid_tab.php:1260
6702
- msgid "Item Six Gradient"
6703
- msgstr ""
6704
-
6705
- #: includes/widgets/htmega_slider_thumb_gallery.php:1249
6706
- msgid "Item space"
6707
- msgstr ""
6708
-
6709
- #: includes/widgets/htmega_working_process.php:340
6710
- msgid "Item style"
6711
- msgstr ""
6712
-
6713
- #: includes/widgets/htmega_postgrid.php:361
6714
- #: includes/widgets/htmega_post_grid_tab.php:1206
6715
- msgid "Item Three Gradient"
6716
- msgstr ""
6717
-
6718
- #: includes/widgets/htmega_postgrid.php:343
6719
- #: includes/widgets/htmega_post_grid_tab.php:1188
6720
- msgid "Item Two Gradient"
6721
- msgstr ""
6722
-
6723
- #: includes/widgets/htmega_working_process.php:357
6724
- #: includes/widgets/htmega_working_process.php:564
6725
- msgid "Item Width"
6726
- msgstr ""
6727
-
6728
- #: includes/widgets/htmega_working_process.php:451
6729
- msgid "Items Seperator Style"
6730
- msgstr ""
6731
-
6732
- #: includes/widgets/htmega_progress_bar.php:420
6733
- msgid "Items Style"
6734
- msgstr ""
6735
-
6736
- #: includes/widgets/htmega_booked_calender.php:109
6737
- msgid "January"
6738
- msgstr ""
6739
-
6740
- #: includes/widgets/htmega_job_manager.php:56
6741
- msgid "Job Apply To"
6742
- msgstr ""
6743
-
6744
- #: includes/widgets/htmega_job_manager.php:58
6745
- msgid "Job Dashboard"
6746
- msgstr ""
6747
-
6748
- #: includes/widgets/htmega_job_manager.php:54
6749
- msgid "Job List"
6750
- msgstr ""
6751
-
6752
- #: admin/include/admin-setting.php:1162 admin/include/admin-setting.php:1172
6753
- #: includes/widgets/htmega_job_manager.php:13
6754
- #: includes/widgets/htmega_job_manager.php:43
6755
- msgid "Job Manager"
6756
- msgstr ""
6757
-
6758
- #: includes/widgets/htmega_job_manager.php:57
6759
- msgid "Job Post Form"
6760
- msgstr ""
6761
-
6762
- #: includes/widgets/htmega_job_manager.php:55
6763
- msgid "Job Summary"
6764
- msgstr ""
6765
-
6766
- #: includes/widgets/htmega_blockquote.php:81
6767
- #: includes/widgets/htmega_blockquote.php:82
6768
- msgid "Jon Doy"
6769
- msgstr ""
6770
-
6771
- #: includes/widgets/htmega_data_table.php:546
6772
- msgid "jondoy@gmail.com"
6773
- msgstr ""
6774
-
6775
- #: includes/widgets/htmega_progress_bar.php:214
6776
- msgid "Joomla"
6777
- msgstr ""
6778
-
6779
- #: includes/widgets/htmega_pricing_list_view.php:158
6780
- msgid "Joomla Template"
6781
- msgstr ""
6782
-
6783
- #: includes/widgets/htmega_booked_calender.php:115
6784
- msgid "July"
6785
- msgstr ""
6786
-
6787
- #: includes/widgets/htmega_booked_calender.php:114
6788
- msgid "June"
6789
- msgstr ""
6790
-
6791
- #: includes/widgets/htmega_add_banner.php:380
6792
- #: includes/widgets/htmega_blockquote.php:195
6793
- #: includes/widgets/htmega_buddy_press.php:266
6794
- #: includes/widgets/htmega_business_hours.php:403
6795
- #: includes/widgets/htmega_button.php:173
6796
- #: includes/widgets/htmega_call_to_action.php:342
6797
- #: includes/widgets/htmega_carousel.php:850
6798
- #: includes/widgets/htmega_countdown.php:623
6799
- #: includes/widgets/htmega_countdown.php:655
6800
- #: includes/widgets/htmega_counter.php:300
6801
- #: includes/widgets/htmega_counter.php:333
6802
- #: includes/widgets/htmega_counter.php:439
6803
- #: includes/widgets/htmega_counter.php:565
6804
- #: includes/widgets/htmega_data_table.php:722
6805
- #: includes/widgets/htmega_data_table.php:841
6806
- #: includes/widgets/htmega_errorcontent.php:261
6807
- #: includes/widgets/htmega_image_grid.php:303
6808
- #: includes/widgets/htmega_image_grid.php:400
6809
- #: includes/widgets/htmega_image_masonry.php:279
6810
- #: includes/widgets/htmega_image_masonry.php:376
6811
- #: includes/widgets/htmega_lightbox.php:208
6812
- #: includes/widgets/htmega_lightbox.php:321
6813
- #: includes/widgets/htmega_mailchimp_wp.php:141
6814
- #: includes/widgets/htmega_modal.php:362 includes/widgets/htmega_modal.php:1017
6815
- #: includes/widgets/htmega_newsticker.php:472
6816
- #: includes/widgets/htmega_notify.php:294
6817
- #: includes/widgets/htmega_notify.php:574
6818
- #: includes/widgets/htmega_notify.php:840
6819
- #: includes/widgets/htmega_offcanvas.php:387
6820
- #: includes/widgets/htmega_panel_slider.php:615
6821
- #: includes/widgets/htmega_popover.php:277
6822
- #: includes/widgets/htmega_popover.php:673
6823
- #: includes/widgets/htmega_popover.php:777
6824
- #: includes/widgets/htmega_postgrid.php:529
6825
- #: includes/widgets/htmega_postgrid.php:642
6826
- #: includes/widgets/htmega_post_grid_tab.php:507
6827
- #: includes/widgets/htmega_post_grid_tab.php:594
6828
- #: includes/widgets/htmega_post_slider.php:942
6829
- #: includes/widgets/htmega_post_slider.php:1029
6830
- #: includes/widgets/htmega_pricing_list_view.php:485
6831
- #: includes/widgets/htmega_pricing_list_view.php:1140
6832
- #: includes/widgets/htmega_search.php:168
6833
- #: includes/widgets/htmega_service.php:253
6834
- #: includes/widgets/htmega_service.php:437
6835
- #: includes/widgets/htmega_service.php:542
6836
- #: includes/widgets/htmega_service.php:731
6837
- #: includes/widgets/htmega_service.php:993
6838
- #: includes/widgets/htmega_singlepost.php:222
6839
- #: includes/widgets/htmega_singlepost.php:425
6840
- #: includes/widgets/htmega_special_day_banner.php:277
6841
- #: includes/widgets/htmega_tablepress.php:225
6842
- #: includes/widgets/htmega_tablepress.php:382
6843
- #: includes/widgets/htmega_teammember.php:757
6844
- #: includes/widgets/htmega_teammember.php:847
6845
- #: includes/widgets/htmega_teammember.php:938
6846
- #: includes/widgets/htmega_teammember.php:1005
6847
- #: includes/widgets/htmega_testimonial_grid.php:565
6848
- #: includes/widgets/htmega_toggle.php:208
6849
- #: includes/widgets/htmega_tooltip.php:253
6850
- #: includes/widgets/htmega_user_login_form.php:583
6851
- #: extensions/ht-builder/widgets/bl_page_title.php:149
6852
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:151
6853
- #: extensions/ht-builder/widgets/bl_post_content.php:84
6854
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:84
6855
- #: extensions/ht-builder/widgets/bl_post_title.php:114
6856
- #: extensions/ht-builder/widgets/bl_site_logo.php:171
6857
- #: extensions/ht-builder/widgets/bl_site_title.php:151
6858
- msgid "Justified"
6859
- msgstr ""
6860
-
6861
- #: includes/widgets/htmega_user_login_form.php:425
6862
- msgid "Justify Content"
6863
- msgstr ""
6864
-
6865
- #: includes/recommended-plugins/recommended-plugins.php:78
6866
- msgid "JustTables"
6867
- msgstr ""
6868
-
6869
- #: includes/widgets/htmega_countdown.php:912
6870
- #: includes/widgets/htmega_newsticker.php:489
6871
- #: includes/widgets/htmega_quforms.php:79
6872
- #: includes/widgets/htmega_user_login_form.php:183
6873
- #: includes/widgets/htmega_user_login_form.php:1464
6874
- #: includes/widgets/htmega_wc_element_pages.php:648
6875
- #: includes/widgets/htmega_wc_element_pages.php:1303
6876
- msgid "Label"
6877
- msgstr ""
6878
-
6879
- #: includes/widgets/htmega_pricing_list_view.php:790
6880
- msgid "Label Background"
6881
- msgstr ""
6882
-
6883
- #: includes/widgets/htmega_pricing_list_view.php:805
6884
- msgid "Label Color"
6885
- msgstr ""
6886
-
6887
- #: includes/widgets/htmega_newsticker.php:567
6888
- msgid "Label Height"
6889
- msgstr ""
6890
-
6891
- #: includes/widgets/htmega_newsticker.php:84
6892
- msgid "Label Icon"
6893
- msgstr ""
6894
-
6895
- #: includes/widgets/htmega_pricing_list_view.php:853
6896
- msgid "Label Margin"
6897
- msgstr ""
6898
-
6899
- #: includes/widgets/htmega_pricing_list_view.php:837
6900
- msgid "Label Padding"
6901
- msgstr ""
6902
-
6903
- #: includes/widgets/htmega_pricing_list_view.php:766
6904
- msgid "Label Position"
6905
- msgstr ""
6906
-
6907
- #: includes/widgets/htmega_countdown.php:172
6908
- msgid "Label Setting"
6909
- msgstr ""
6910
-
6911
- #: includes/widgets/htmega_pricing_list_view.php:736
6912
- msgid "Label Typography"
6913
- msgstr ""
6914
-
6915
- #: includes/widgets/htmega_caldera_form.php:61
6916
- #: includes/widgets/htmega_contact_form_seven.php:654
6917
- #: includes/widgets/htmega_gravity_forms.php:228
6918
- #: includes/widgets/htmega_ninja_form.php:313
6919
- #: includes/widgets/htmega_wpforms.php:306
6920
- msgid "Labels"
6921
- msgstr ""
6922
-
6923
- #: includes/widgets/htmega_button.php:95
6924
- #: includes/widgets/htmega_double_button.php:48
6925
- msgid "Large"
6926
- msgstr ""
6927
-
6928
- #: includes/widgets/htmega_testimonial_grid.php:101
6929
- msgid "Large Mobile"
6930
- msgstr ""
6931
-
6932
- #: includes/widgets/htmega_googlemap.php:133
6933
- #: includes/widgets/htmega_weather.php:184
6934
- msgid "Latitude"
6935
- msgstr ""
6936
-
6937
- #: includes/widgets/htmega_layer_slider.php:13
6938
- #: includes/widgets/htmega_layer_slider.php:56
6939
- msgid "LayerSlider"
6940
- msgstr ""
6941
-
6942
- #: includes/widgets/htmega_animated_heading.php:49
6943
- #: includes/widgets/htmega_bbpress.php:50
6944
- #: includes/widgets/htmega_business_hours.php:43
6945
- #: includes/widgets/htmega_data_table.php:44
6946
- #: includes/widgets/htmega_job_manager.php:50
6947
- #: includes/widgets/htmega_postgrid.php:43
6948
- #: includes/widgets/htmega_post_grid_tab.php:50
6949
- #: includes/widgets/htmega_post_slider.php:51
6950
- #: includes/widgets/htmega_pricing_list_view.php:43
6951
- #: includes/widgets/htmega_pricing_list_view.php:50
6952
- #: includes/widgets/htmega_verticle_time_line.php:43
6953
- #: extensions/ht-builder/widgets/bl_post_archive.php:43
6954
- msgid "Layout"
6955
- msgstr ""
6956
-
6957
- #: includes/widgets/htmega_business_hours.php:51
6958
- #: includes/widgets/htmega_postgrid.php:51
6959
- #: includes/widgets/htmega_post_grid_tab.php:58
6960
- #: includes/widgets/htmega_post_slider.php:59
6961
- msgid "Layout Five"
6962
- msgstr ""
6963
-
6964
- #: includes/widgets/htmega_business_hours.php:50
6965
- #: includes/widgets/htmega_postgrid.php:50
6966
- #: includes/widgets/htmega_post_grid_tab.php:57
6967
- #: includes/widgets/htmega_post_slider.php:58
6968
- #: includes/widgets/htmega_verticle_time_line.php:51
6969
- msgid "Layout Four"
6970
- msgstr ""
6971
-
6972
- #: includes/widgets/htmega_pricing_list_view.php:57
6973
- msgid "Layout Four ( No Border )"
6974
- msgstr ""
6975
-
6976
- #: includes/widgets/htmega_business_hours.php:47
6977
- #: includes/widgets/htmega_data_table.php:48
6978
- #: includes/widgets/htmega_postgrid.php:47
6979
- #: includes/widgets/htmega_post_grid_tab.php:54
6980
- #: includes/widgets/htmega_post_slider.php:55
6981
- #: includes/widgets/htmega_pricing_list_view.php:54
6982
- #: includes/widgets/htmega_switcher.php:45
6983
- #: includes/widgets/htmega_verticle_time_line.php:48
6984
- #: extensions/ht-builder/widgets/bl_post_archive.php:47
6985
- msgid "Layout One"
6986
- msgstr ""
6987
-
6988
- #: includes/widgets/htmega_post_slider.php:61
6989
- msgid "Layout Seven"
6990
- msgstr ""
6991
-
6992
- #: includes/widgets/htmega_post_slider.php:60
6993
- msgid "Layout Six"
6994
- msgstr ""
6995
-
6996
- #: includes/widgets/htmega_business_hours.php:49
6997
- #: includes/widgets/htmega_data_table.php:50
6998
- #: includes/widgets/htmega_postgrid.php:49
6999
- #: includes/widgets/htmega_post_grid_tab.php:56
7000
- #: includes/widgets/htmega_post_slider.php:57
7001
- #: includes/widgets/htmega_pricing_list_view.php:56
7002
- #: includes/widgets/htmega_verticle_time_line.php:50
7003
- msgid "Layout Three"
7004
- msgstr ""
7005
-
7006
- #: includes/widgets/htmega_business_hours.php:48
7007
- #: includes/widgets/htmega_data_table.php:49
7008
- #: includes/widgets/htmega_postgrid.php:48
7009
- #: includes/widgets/htmega_post_grid_tab.php:55
7010
- #: includes/widgets/htmega_post_slider.php:56
7011
- #: includes/widgets/htmega_pricing_list_view.php:55
7012
- #: includes/widgets/htmega_switcher.php:46
7013
- #: includes/widgets/htmega_verticle_time_line.php:49
7014
- #: extensions/ht-builder/widgets/bl_post_archive.php:48
7015
- msgid "Layout Two"
7016
- msgstr ""
7017
-
7018
- #: admin/include/admin-setting.php:1339
7019
- msgid "leaving us a review on our WP repository"
7020
- msgstr ""
7021
-
7022
- #: includes/widgets/htmega_accordion.php:567
7023
- #: includes/widgets/htmega_accordion.php:758
7024
- #: includes/widgets/htmega_accordion.php:916
7025
- #: includes/widgets/htmega_accordion.php:1314
7026
- #: includes/widgets/htmega_accordion.php:1432
7027
- #: includes/widgets/htmega_add_banner.php:368
7028
- #: includes/widgets/htmega_blockquote.php:183
7029
- #: includes/widgets/htmega_buddy_press.php:254
7030
- #: includes/widgets/htmega_business_hours.php:391
7031
- #: includes/widgets/htmega_button.php:118
7032
- #: includes/widgets/htmega_button.php:161
7033
- #: includes/widgets/htmega_caldera_form.php:72
7034
- #: includes/widgets/htmega_caldera_form.php:347
7035
- #: includes/widgets/htmega_call_to_action.php:200
7036
- #: includes/widgets/htmega_call_to_action.php:294
7037
- #: includes/widgets/htmega_call_to_action.php:330
7038
- #: includes/widgets/htmega_carousel.php:838
7039
- #: includes/widgets/htmega_contact_form_seven.php:117
7040
- #: includes/widgets/htmega_countdown.php:611
7041
- #: includes/widgets/htmega_countdown.php:643
7042
- #: includes/widgets/htmega_counter.php:288
7043
- #: includes/widgets/htmega_counter.php:321
7044
- #: includes/widgets/htmega_counter.php:427
7045
- #: includes/widgets/htmega_counter.php:553
7046
- #: includes/widgets/htmega_data_table.php:710
7047
- #: includes/widgets/htmega_data_table.php:829
7048
- #: includes/widgets/htmega_double_button.php:157
7049
- #: includes/widgets/htmega_double_button.php:244
7050
- #: includes/widgets/htmega_double_button.php:325
7051
- #: includes/widgets/htmega_dropcaps.php:84
7052
- #: includes/widgets/htmega_easy_digital_download.php:318
7053
- #: includes/widgets/htmega_easy_digital_download.php:686
7054
- #: includes/widgets/htmega_errorcontent.php:249
7055
- #: includes/widgets/htmega_gravity_forms.php:149
7056
- #: includes/widgets/htmega_gravity_forms.php:205
7057
- #: includes/widgets/htmega_gravity_forms.php:239
7058
- #: includes/widgets/htmega_gravity_forms.php:544
7059
- #: includes/widgets/htmega_gravity_forms.php:775
7060
- #: includes/widgets/htmega_imagemarker.php:203
7061
- #: includes/widgets/htmega_imagemarker.php:710
7062
- #: includes/widgets/htmega_image_grid.php:291
7063
- #: includes/widgets/htmega_image_grid.php:388
7064
- #: includes/widgets/htmega_image_masonry.php:267
7065
- #: includes/widgets/htmega_image_masonry.php:364
7066
- #: includes/widgets/htmega_inlinemenu.php:121
7067
- #: includes/widgets/htmega_instagram.php:1484
7068
- #: includes/widgets/htmega_job_manager.php:159
7069
- #: includes/widgets/htmega_lightbox.php:196
7070
- #: includes/widgets/htmega_lightbox.php:309
7071
- #: includes/widgets/htmega_mailchimp_wp.php:129
7072
- #: includes/widgets/htmega_modal.php:178 includes/widgets/htmega_modal.php:350
7073
- #: includes/widgets/htmega_modal.php:1005
7074
- #: includes/widgets/htmega_newsticker.php:460
7075
- #: includes/widgets/htmega_ninja_form.php:188
7076
- #: includes/widgets/htmega_ninja_form.php:290
7077
- #: includes/widgets/htmega_ninja_form.php:324
7078
- #: includes/widgets/htmega_ninja_form.php:611
7079
- #: includes/widgets/htmega_ninja_form.php:822
7080
- #: includes/widgets/htmega_ninja_form.php:1034
7081
- #: includes/widgets/htmega_notify.php:282
7082
- #: includes/widgets/htmega_notify.php:562
7083
- #: includes/widgets/htmega_notify.php:828
7084
- #: includes/widgets/htmega_offcanvas.php:103
7085
- #: includes/widgets/htmega_offcanvas.php:204
7086
- #: includes/widgets/htmega_offcanvas.php:283
7087
- #: includes/widgets/htmega_offcanvas.php:375
7088
- #: includes/widgets/htmega_panel_slider.php:603
7089
- #: includes/widgets/htmega_popover.php:193
7090
- #: includes/widgets/htmega_popover.php:265
7091
- #: includes/widgets/htmega_popover.php:661
7092
- #: includes/widgets/htmega_popover.php:765
7093
- #: includes/widgets/htmega_postgrid.php:293
7094
- #: includes/widgets/htmega_postgrid.php:517
7095
- #: includes/widgets/htmega_postgrid.php:630
7096
- #: includes/widgets/htmega_post_grid_tab.php:401
7097
- #: includes/widgets/htmega_post_grid_tab.php:495
7098
- #: includes/widgets/htmega_post_grid_tab.php:582
7099
- #: includes/widgets/htmega_post_grid_tab.php:805
7100
- #: includes/widgets/htmega_post_slider.php:836
7101
- #: includes/widgets/htmega_post_slider.php:930
7102
- #: includes/widgets/htmega_post_slider.php:1017
7103
- #: includes/widgets/htmega_post_slider.php:1233
7104
- #: includes/widgets/htmega_pricing_list_view.php:473
7105
- #: includes/widgets/htmega_pricing_list_view.php:504
7106
- #: includes/widgets/htmega_pricing_list_view.php:1128
7107
- #: includes/widgets/htmega_pricing_list_view.php:1189
7108
- #: includes/widgets/htmega_quforms.php:90
7109
- #: includes/widgets/htmega_quforms.php:210
7110
- #: includes/widgets/htmega_quforms.php:331
7111
- #: includes/widgets/htmega_quforms.php:551
7112
- #: includes/widgets/htmega_quforms.php:769
7113
- #: includes/widgets/htmega_search.php:156
7114
- #: includes/widgets/htmega_section_title.php:415
7115
- #: includes/widgets/htmega_service.php:241
7116
- #: includes/widgets/htmega_service.php:425
7117
- #: includes/widgets/htmega_service.php:530
7118
- #: includes/widgets/htmega_service.php:719
7119
- #: includes/widgets/htmega_service.php:981
7120
- #: includes/widgets/htmega_singlepost.php:210
7121
- #: includes/widgets/htmega_singlepost.php:306
7122
- #: includes/widgets/htmega_singlepost.php:413
7123
- #: includes/widgets/htmega_slider_thumb_gallery.php:55
7124
- #: includes/widgets/htmega_socialshere.php:374
7125
- #: includes/widgets/htmega_special_day_banner.php:49
7126
- #: includes/widgets/htmega_special_day_banner.php:265
7127
- #: includes/widgets/htmega_tablepress.php:213
7128
- #: includes/widgets/htmega_tablepress.php:370
7129
- #: includes/widgets/htmega_tabs.php:513
7130
- #: includes/widgets/htmega_teammember.php:105
7131
- #: includes/widgets/htmega_teammember.php:616
7132
- #: includes/widgets/htmega_teammember.php:745
7133
- #: includes/widgets/htmega_teammember.php:835
7134
- #: includes/widgets/htmega_teammember.php:926
7135
- #: includes/widgets/htmega_teammember.php:993
7136
- #: includes/widgets/htmega_testimonial_grid.php:553
7137
- #: includes/widgets/htmega_toggle.php:196
7138
- #: includes/widgets/htmega_tooltip.php:181
7139
- #: includes/widgets/htmega_tooltip.php:241
7140
- #: includes/widgets/htmega_user_login_form.php:149
7141
- #: includes/widgets/htmega_user_login_form.php:371
7142
- #: includes/widgets/htmega_user_login_form.php:571
7143
- #: includes/widgets/htmega_videoplayer.php:296
7144
- #: includes/widgets/htmega_wc_categories.php:380
7145
- #: includes/widgets/htmega_wpforms.php:180
7146
- #: includes/widgets/htmega_wpforms.php:282
7147
- #: includes/widgets/htmega_wpforms.php:317
7148
- #: includes/widgets/htmega_wpforms.php:614
7149
- #: includes/widgets/htmega_wpforms.php:833
7150
- #: includes/widgets/htmega_wpforms.php:1061
7151
- #: extensions/ht-builder/widgets/bl_nav_menu.php:115
7152
- #: extensions/ht-builder/widgets/bl_nav_menu.php:497
7153
- #: extensions/ht-builder/widgets/bl_page_title.php:137
7154
- #: extensions/ht-builder/widgets/bl_post_archive.php:302
7155
- #: extensions/ht-builder/widgets/bl_post_archive.php:383
7156
- #: extensions/ht-builder/widgets/bl_post_archive.php:490
7157
- #: extensions/ht-builder/widgets/bl_post_archive.php:596
7158
- #: extensions/ht-builder/widgets/bl_post_archive.php:676
7159
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:139
7160
- #: extensions/ht-builder/widgets/bl_post_author_info.php:112
7161
- #: extensions/ht-builder/widgets/bl_post_content.php:72
7162
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:72
7163
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:71
7164
- #: extensions/ht-builder/widgets/bl_post_title.php:102
7165
- #: extensions/ht-builder/widgets/bl_site_logo.php:159
7166
- #: extensions/ht-builder/widgets/bl_site_title.php:139
7167
- #: extensions/ht-menu/widgets/inline-mega-menu.php:166
7168
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:167
7169
- msgid "Left"
7170
- msgstr ""
7171
-
7172
- #: includes/widgets/htmega_post_slider.php:1435
7173
- msgid "Left Arrow position"
7174
- msgstr ""
7175
-
7176
- #: includes/widgets/htmega_post_slider.php:1486
7177
- msgid "Left Arrow Position vertical"
7178
- msgstr ""
7179
-
7180
- #: includes/widgets/htmega_blockquote.php:155
7181
- msgid "Left Bottom"
7182
- msgstr ""
7183
-
7184
- #: includes/widgets/htmega_blockquote.php:154
7185
- msgid "Left Center"
7186
- msgstr ""
7187
-
7188
- #: includes/widgets/htmega_blockquote.php:153
7189
- msgid "Left Top"
7190
- msgstr ""
7191
-
7192
- #: includes/widgets/htmega_scroll_image.php:268
7193
- msgid "Left-Right"
7194
- msgstr ""
7195
-
7196
- #: includes/widgets/htmega_pricing_list_view.php:348
7197
- #: includes/widgets/htmega_pricing_list_view.php:977
7198
- msgid "Left-Right Position"
7199
- msgstr ""
7200
-
7201
- #: includes/widgets/htmega_image_comparison.php:181
7202
- msgid "Level Position"
7203
- msgstr ""
7204
-
7205
- #: admin/include/admin-setting.php:319
7206
- msgid "Light Box"
7207
- msgstr ""
7208
-
7209
- #: includes/widgets/htmega_lightbox.php:13
7210
- #: includes/widgets/htmega_lightbox.php:42
7211
- msgid "Lightbox"
7212
- msgstr ""
7213
-
7214
- #: includes/widgets/htmega_lightbox.php:49
7215
- msgid "Lightbox Type"
7216
- msgstr ""
7217
-
7218
- #: includes/widgets/htmega_postgrid.php:107
7219
- #: includes/widgets/htmega_post_grid_tab.php:114
7220
- #: includes/widgets/htmega_post_slider.php:118
7221
- #: includes/widgets/htmega_twitter_feed.php:122
7222
- #: extensions/wc-sales-notification/admin/setting.php:101
7223
- msgid "Limit"
7224
- msgstr ""
7225
-
7226
- #: includes/widgets/htmega_socialshere.php:92
7227
- msgid "Line"
7228
- msgstr ""
7229
-
7230
- #: includes/widgets/htmega_blockquote.php:603
7231
- #: includes/widgets/htmega_notify.php:707
7232
- #: includes/widgets/htmega_socialshere.php:533
7233
- msgid "Line Height"
7234
- msgstr ""
7235
-
7236
- #: includes/widgets/htmega_button.php:73
7237
- #: includes/widgets/htmega_double_button.php:108
7238
- #: includes/widgets/htmega_double_button.php:195
7239
- #: includes/widgets/htmega_panel_slider.php:117
7240
- #: includes/widgets/htmega_popover.php:139
7241
- #: includes/widgets/htmega_pricing_list_view.php:126
7242
- #: includes/widgets/htmega_pricing_list_view.php:660
7243
- #: includes/widgets/htmega_section_title.php:193
7244
- #: includes/widgets/htmega_section_title.php:251
7245
- #: includes/widgets/htmega_teammember.php:223
7246
- #: includes/widgets/htmega_tooltip.php:139
7247
- #: extensions/ht-builder/widgets/bl_post_author_info.php:94
7248
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:267
7249
- msgid "Link"
7250
- msgstr ""
7251
-
7252
- #: includes/widgets/htmega_offcanvas.php:327
7253
- #: includes/widgets/htmega_twitter_feed.php:639
7254
- #: includes/widgets/htmega_user_login_form.php:773
7255
- #: extensions/ht-builder/widgets/bl_post_archive.php:521
7256
- msgid "Link Color"
7257
- msgstr ""
7258
-
7259
- #: extensions/ht-builder/widgets/bl_post_author_info.php:101
7260
- msgid "Link for the Author Name and Image"
7261
- msgstr ""
7262
-
7263
- #: includes/widgets/htmega_offcanvas.php:338
7264
- #: includes/widgets/htmega_user_login_form.php:788
7265
- msgid "Link Hover Color"
7266
- msgstr ""
7267
-
7268
- #: includes/widgets/htmega_socialshere.php:66
7269
- msgid "Linkedin"
7270
- msgstr ""
7271
-
7272
- #: includes/widgets/htmega_booked_calender.php:55
7273
- msgid "List"
7274
- msgstr ""
7275
-
7276
- #: includes/widgets/htmega_pricing_list_view.php:1457
7277
- msgid "List Area"
7278
- msgstr ""
7279
-
7280
- #: includes/widgets/htmega_socialshere.php:71
7281
- msgid "Live journal"
7282
- msgstr ""
7283
-
7284
- #: includes/widgets/htmega_socialshere.php:80
7285
- msgid "Liveinternet"
7286
- msgstr ""
7287
-
7288
- #: includes/widgets/htmega_job_manager.php:131
7289
- msgid "Load More"
7290
- msgstr ""
7291
-
7292
- #: admin/include/admin-setting.php:802
7293
- msgid "Load Post in Elementor Addons"
7294
- msgstr ""
7295
-
7296
- #: admin/include/templates/library/templates.php:53
7297
- msgid "Loading"
7298
- msgstr ""
7299
-
7300
- #: includes/widgets/htmega_animated_heading.php:72
7301
- msgid "Loading bar"
7302
- msgstr ""
7303
-
7304
- #: extensions/wc-sales-notification/admin/setting.php:114
7305
- msgid "Loading Time"
7306
- msgstr ""
7307
-
7308
- #: includes/widgets/htmega_slider_thumb_gallery.php:68
7309
- #: includes/widgets/htmega_slider_thumb_gallery.php:122
7310
- msgid "Location Name Here."
7311
- msgstr ""
7312
-
7313
- #: includes/widgets/htmega_custom_event.php:78
7314
- msgid "Location."
7315
- msgstr ""
7316
-
7317
- #: includes/widgets/htmega_user_login_form.php:360
7318
- #: includes/widgets/htmega_user_login_form.php:1650
7319
- msgid "Login"
7320
- msgstr ""
7321
-
7322
- #: includes/widgets/htmega_user_login_form.php:349
7323
- msgid "Login Button"
7324
- msgstr ""
7325
-
7326
- #: includes/widgets/htmega_user_login_form.php:103
7327
- msgid "Login Content"
7328
- msgstr ""
7329
-
7330
- #: includes/widgets/htmega_user_login_form.php:43
7331
- #: includes/widgets/htmega_user_login_form.php:174
7332
- msgid "Login Form"
7333
- msgstr ""
7334
-
7335
- #: includes/widgets/htmega_user_login_form.php:646
7336
- msgid "Login Form Header Style"
7337
- msgstr ""
7338
-
7339
- #: includes/widgets/htmega_user_login_form.php:68
7340
- msgid "Login Header"
7341
- msgstr ""
7342
-
7343
- #: includes/widgets/htmega_user_login_form.php:89
7344
- msgid "Login Header Title"
7345
- msgstr ""
7346
-
7347
- #: includes/helper-function.php:392
7348
- msgid "Login Successfully"
7349
- msgstr ""
7350
-
7351
- #: extensions/ht-builder/widgets/bl_site_logo.php:48
7352
- msgid "Logo"
7353
- msgstr ""
7354
-
7355
- #: includes/widgets/htmega_googlemap.php:141
7356
- #: includes/widgets/htmega_weather.php:196
7357
- msgid "Longitude"
7358
- msgstr ""
7359
-
7360
- #: includes/widgets/htmega_scroll_navigation.php:105
7361
- #: includes/widgets/htmega_testimonial_grid.php:214
7362
- #: includes/widgets/htmega_testimonial_grid.php:228
7363
- #: includes/widgets/htmega_testimonial_grid.php:234
7364
- #: includes/widgets/htmega_testimonial_grid.php:240
7365
- msgid ""
7366
- "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
7367
- "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
7368
- "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
7369
- "dolore magna aliqua."
7370
- msgstr ""
7371
-
7372
- #: includes/widgets/htmega_working_process.php:170
7373
- msgid ""
7374
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7375
- "tempor incid idunt ut labore"
7376
- msgstr ""
7377
-
7378
- #: includes/widgets/htmega_working_process.php:174
7379
- #: includes/widgets/htmega_working_process.php:178
7380
- msgid ""
7381
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7382
- "tempor incid idunt ut labore."
7383
- msgstr ""
7384
-
7385
- #: includes/widgets/htmega_dropcaps.php:60
7386
- msgid ""
7387
- "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
7388
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7389
- "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
7390
- "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
7391
- "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
7392
- "exercitation ullamco laboris nisi ut aliquip."
7393
- msgstr ""
7394
-
7395
- #: includes/widgets/htmega_modal.php:84
7396
- msgid ""
7397
- "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
7398
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7399
- "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
7400
- "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
7401
- msgstr ""
7402
-
7403
- #: includes/widgets/htmega_verticle_time_line.php:90
7404
- #: includes/widgets/htmega_verticle_time_line.php:102
7405
- #: includes/widgets/htmega_verticle_time_line.php:106
7406
- #: includes/widgets/htmega_verticle_time_line.php:110
7407
- msgid ""
7408
- "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
7409
- "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
7410
- msgstr ""
7411
-
7412
- #: includes/widgets/htmega_tabs.php:219 includes/widgets/htmega_tabs.php:223
7413
- #: includes/widgets/htmega_tabs.php:227
7414
- #: includes/widgets/htmega_working_process.php:98
7415
- msgid ""
7416
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7417
- "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
7418
- "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
7419
- "Duis aute irure dolor in repre in voluptate."
7420
- msgstr ""
7421
-
7422
- #: includes/widgets/htmega_toggle.php:112
7423
- msgid ""
7424
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7425
- "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
7426
- "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
7427
- "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
7428
- "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
7429
- "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
7430
- msgstr ""
7431
-
7432
- #: includes/widgets/htmega_imagemarker.php:192
7433
- #: includes/widgets/htmega_imagemarker.php:469
7434
- msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
7435
- msgstr ""
7436
-
7437
- #: includes/widgets/htmega_user_login_form.php:285
7438
- msgid "Lost your password?"
7439
- msgstr ""
7440
-
7441
- #: admin/include/admin-setting.php:638
7442
- msgid "Lottie <span>( Pro )</span>"
7443
- msgstr ""
7444
-
7445
- #: includes/widgets/htmega_data_table.php:340
7446
- #: includes/widgets/htmega_data_table.php:533
7447
- #: includes/widgets/htmega_pricing_list_view.php:603
7448
- #: includes/widgets/htmega_pricing_list_view.php:1099
7449
- msgid "Louis Hudson"
7450
- msgstr ""
7451
-
7452
- #: includes/widgets/htmega_pricing_list_view.php:1112
7453
- msgid "louishudson@gmail.com"
7454
- msgstr ""
7455
-
7456
- #: extensions/ht-builder/widgets/bl_post_archive.php:1066
7457
- msgid "M d, Y"
7458
- msgstr ""
7459
-
7460
- #: includes/weather-resource/weather-resource.php:109
7461
- msgid "m/s"
7462
- msgstr ""
7463
-
7464
- #: includes/widgets/htmega_panel_slider.php:146
7465
- msgid "Made in 2016"
7466
- msgstr ""
7467
-
7468
- #: includes/widgets/htmega_panel_slider.php:88
7469
- #: includes/widgets/htmega_panel_slider.php:142
7470
- msgid "Made in 2017"
7471
- msgstr ""
7472
-
7473
- #: includes/widgets/htmega_panel_slider.php:138
7474
- msgid "Made in 2018"
7475
- msgstr ""
7476
-
7477
- #: includes/widgets/htmega_panel_slider.php:134
7478
- msgid "Made in 2019"
7479
- msgstr ""
7480
-
7481
- #: includes/widgets/htmega_image_magnifier.php:42
7482
- msgid "Magnifier"
7483
- msgstr ""
7484
-
7485
- #: includes/widgets/htmega_mailchimp_wp.php:43
7486
- msgid "Mailchimp"
7487
- msgstr ""
7488
-
7489
- #: admin/include/admin-setting.php:1182
7490
- #: includes/widgets/htmega_mailchimp_wp.php:13
7491
- msgid "Mailchimp for wp"
7492
- msgstr ""
7493
-
7494
- #: includes/widgets/htmega_mailchimp_wp.php:66
7495
- msgid "Mailchimp ID"
7496
- msgstr ""
7497
-
7498
- #: includes/widgets/htmega_inlinemenu.php:102
7499
- #: extensions/ht-builder/widgets/bl_nav_menu.php:96
7500
- #: extensions/ht-menu/widgets/inline-mega-menu.php:63
7501
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:64
7502
- msgid "Main Menu"
7503
- msgstr ""
7504
-
7505
- #: extensions/ht-menu/widgets/inline-mega-menu.php:413
7506
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:371
7507
- msgid "Main Menu Items"
7508
- msgstr ""
7509
-
7510
- #: extensions/ht-menu/widgets/inline-mega-menu.php:71
7511
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:72
7512
- msgid "Main Menu Width"
7513
- msgstr ""
7514
-
7515
- #: includes/widgets/htmega_testimonial_grid.php:233
7516
- msgid "Manager"
7517
- msgstr ""
7518
-
7519
- #: includes/widgets/htmega_testimonial_grid.php:177
7520
- #: includes/widgets/htmega_testimonial_grid.php:227
7521
- msgid "Managing Director"
7522
- msgstr ""
7523
-
7524
- #: includes/widgets/htmega_teammember.php:165
7525
- msgid "Managing director"
7526
- msgstr ""
7527
-
7528
- #: includes/widgets/htmega_easy_digital_download.php:141
7529
- #: includes/widgets/htmega_wc_categories.php:81
7530
- msgid "Manual Selection"
7531
- msgstr ""
7532
-
7533
- #: includes/widgets/htmega_user_login_form.php:449
7534
- #: includes/widgets/htmega_user_login_form.php:477
7535
- #: includes/widgets/htmega_user_login_form.php:504
7536
- msgid "Manual Space"
7537
- msgstr ""
7538
-
7539
- #: includes/widgets/htmega_googlemap.php:265
7540
- msgid "Map Fixed Address"
7541
- msgstr ""
7542
-
7543
- #: includes/widgets/htmega_googlemap.php:80
7544
- msgid "Map Height"
7545
- msgstr ""
7546
-
7547
- #: includes/widgets/htmega_googlemap.php:123
7548
- msgid "Map Marker"
7549
- msgstr ""
7550
-
7551
- #: includes/widgets/htmega_googlemap.php:111
7552
- msgid "Map Style"
7553
- msgstr ""
7554
-
7555
- #: includes/widgets/htmega_googlemap.php:413
7556
- msgid "Maps Fixed Address"
7557
- msgstr ""
7558
-
7559
- #: includes/widgets/htmega_googlemap.php:297
7560
- msgid "Maps Info Address"
7561
- msgstr ""
7562
-
7563
- #: includes/widgets/htmega_booked_calender.php:111
7564
- msgid "March"
7565
- msgstr ""
7566
-
7567
- #: includes/widgets/htmega_accordion.php:801
7568
- #: includes/widgets/htmega_accordion.php:852
7569
- #: includes/widgets/htmega_accordion.php:1214
7570
- #: includes/widgets/htmega_accordion.php:1374
7571
- #: includes/widgets/htmega_add_banner.php:163
7572
- #: includes/widgets/htmega_add_banner.php:251
7573
- #: includes/widgets/htmega_add_banner.php:305
7574
- #: includes/widgets/htmega_add_banner.php:403
7575
- #: includes/widgets/htmega_add_banner.php:462
7576
- #: includes/widgets/htmega_add_banner.php:521
7577
- #: includes/widgets/htmega_add_banner.php:580
7578
- #: includes/widgets/htmega_add_banner.php:691
7579
- #: includes/widgets/htmega_animated_heading.php:267
7580
- #: includes/widgets/htmega_blockquote.php:220
7581
- #: includes/widgets/htmega_blockquote.php:298
7582
- #: includes/widgets/htmega_blockquote.php:354
7583
- #: includes/widgets/htmega_blockquote.php:542
7584
- #: includes/widgets/htmega_blockquote.php:723
7585
- #: includes/widgets/htmega_brand.php:128 includes/widgets/htmega_brand.php:314
7586
- #: includes/widgets/htmega_buddy_press.php:236
7587
- #: includes/widgets/htmega_buddy_press.php:344
7588
- #: includes/widgets/htmega_buddy_press.php:413
7589
- #: includes/widgets/htmega_business_hours.php:242
7590
- #: includes/widgets/htmega_business_hours.php:318
7591
- #: includes/widgets/htmega_business_hours.php:446
7592
- #: includes/widgets/htmega_button.php:317
7593
- #: includes/widgets/htmega_call_to_action.php:367
7594
- #: includes/widgets/htmega_call_to_action.php:444
7595
- #: includes/widgets/htmega_call_to_action.php:532
7596
- #: includes/widgets/htmega_call_to_action.php:591
7597
- #: includes/widgets/htmega_call_to_action.php:650
7598
- #: includes/widgets/htmega_call_to_action.php:743
7599
- #: includes/widgets/htmega_call_to_action.php:949
7600
- #: includes/widgets/htmega_carousel.php:456
7601
- #: includes/widgets/htmega_carousel.php:974
7602
- #: includes/widgets/htmega_carousel.php:1057
7603
- #: includes/widgets/htmega_carousel.php:1372
7604
- #: includes/widgets/htmega_contact_form_seven.php:161
7605
- #: includes/widgets/htmega_contact_form_seven.php:337
7606
- #: includes/widgets/htmega_contact_form_seven.php:570
7607
- #: includes/widgets/htmega_contact_form_seven.php:726
7608
- #: includes/widgets/htmega_contact_form_seven.php:870
7609
- #: includes/widgets/htmega_contact_form_seven.php:1027
7610
- #: includes/widgets/htmega_countdown.php:591
7611
- #: includes/widgets/htmega_countdown.php:838
7612
- #: includes/widgets/htmega_countdown.php:998
7613
- #: includes/widgets/htmega_countdown.php:1096
7614
- #: includes/widgets/htmega_counter.php:240
7615
- #: includes/widgets/htmega_counter.php:501
7616
- #: includes/widgets/htmega_counter.php:625
7617
- #: includes/widgets/htmega_counter.php:892
7618
- #: includes/widgets/htmega_counter.php:981
7619
- #: includes/widgets/htmega_counter.php:1071
7620
- #: includes/widgets/htmega_custom_event.php:176
7621
- #: includes/widgets/htmega_custom_event.php:261
7622
- #: includes/widgets/htmega_custom_event.php:305
7623
- #: includes/widgets/htmega_custom_event.php:362
7624
- #: includes/widgets/htmega_data_table.php:592
7625
- #: includes/widgets/htmega_double_button.php:297
7626
- #: includes/widgets/htmega_double_button.php:556
7627
- #: includes/widgets/htmega_double_button.php:729
7628
- #: includes/widgets/htmega_double_button.php:912
7629
- #: includes/widgets/htmega_dropcaps.php:153
7630
- #: includes/widgets/htmega_dropcaps.php:253
7631
- #: includes/widgets/htmega_easy_digital_download.php:380
7632
- #: includes/widgets/htmega_easy_digital_download.php:444
7633
- #: includes/widgets/htmega_easy_digital_download.php:598
7634
- #: includes/widgets/htmega_easy_digital_download.php:738
7635
- #: includes/widgets/htmega_errorcontent.php:276
7636
- #: includes/widgets/htmega_errorcontent.php:368
7637
- #: includes/widgets/htmega_errorcontent.php:447
7638
- #: includes/widgets/htmega_errorcontent.php:526
7639
- #: includes/widgets/htmega_errorcontent.php:602
7640
- #: includes/widgets/htmega_errorcontent.php:753
7641
- #: includes/widgets/htmega_googlemap.php:349
7642
- #: includes/widgets/htmega_googlemap.php:490
7643
- #: includes/widgets/htmega_gravity_forms.php:331
7644
- #: includes/widgets/htmega_gravity_forms.php:371
7645
- #: includes/widgets/htmega_gravity_forms.php:498
7646
- #: includes/widgets/htmega_gravity_forms.php:730
7647
- #: includes/widgets/htmega_imagemarker.php:895
7648
- #: includes/widgets/htmega_imagemarker.php:950
7649
- #: includes/widgets/htmega_image_comparison.php:111
7650
- #: includes/widgets/htmega_image_grid.php:215
7651
- #: includes/widgets/htmega_image_grid.php:361
7652
- #: includes/widgets/htmega_image_magnifier.php:154
7653
- #: includes/widgets/htmega_image_masonry.php:207
7654
- #: includes/widgets/htmega_image_masonry.php:324
7655
- #: includes/widgets/htmega_image_masonry.php:411
7656
- #: includes/widgets/htmega_inlinemenu.php:187
7657
- #: includes/widgets/htmega_instagram.php:634
7658
- #: includes/widgets/htmega_instagram.php:680
7659
- #: includes/widgets/htmega_instagram.php:897
7660
- #: includes/widgets/htmega_instagram.php:1355
7661
- #: includes/widgets/htmega_lightbox.php:238
7662
- #: includes/widgets/htmega_mailchimp_wp.php:102
7663
- #: includes/widgets/htmega_mailchimp_wp.php:273
7664
- #: includes/widgets/htmega_mailchimp_wp.php:407
7665
- #: includes/widgets/htmega_modal.php:525 includes/widgets/htmega_modal.php:642
7666
- #: includes/widgets/htmega_modal.php:805 includes/widgets/htmega_modal.php:975
7667
- #: includes/widgets/htmega_newsticker.php:403
7668
- #: includes/widgets/htmega_newsticker.php:705
7669
- #: includes/widgets/htmega_newsticker.php:845
7670
- #: includes/widgets/htmega_newsticker.php:978
7671
- #: includes/widgets/htmega_ninja_form.php:153
7672
- #: includes/widgets/htmega_ninja_form.php:255
7673
- #: includes/widgets/htmega_ninja_form.php:419
7674
- #: includes/widgets/htmega_ninja_form.php:458
7675
- #: includes/widgets/htmega_ninja_form.php:566
7676
- #: includes/widgets/htmega_ninja_form.php:787
7677
- #: includes/widgets/htmega_ninja_form.php:989
7678
- #: includes/widgets/htmega_notify.php:402
7679
- #: includes/widgets/htmega_notify.php:545
7680
- #: includes/widgets/htmega_notify.php:801
7681
- #: includes/widgets/htmega_panel_slider.php:529
7682
- #: includes/widgets/htmega_panel_slider.php:710
7683
- #: includes/widgets/htmega_panel_slider.php:766
7684
- #: includes/widgets/htmega_panel_slider.php:1171
7685
- #: includes/widgets/htmega_popover.php:305
7686
- #: includes/widgets/htmega_popover.php:424
7687
- #: includes/widgets/htmega_postgrid.php:248
7688
- #: includes/widgets/htmega_postgrid.php:487
7689
- #: includes/widgets/htmega_postgrid.php:602
7690
- #: includes/widgets/htmega_postgrid.php:689
7691
- #: includes/widgets/htmega_post_grid_tab.php:297
7692
- #: includes/widgets/htmega_post_grid_tab.php:373
7693
- #: includes/widgets/htmega_post_grid_tab.php:467
7694
- #: includes/widgets/htmega_post_grid_tab.php:554
7695
- #: includes/widgets/htmega_post_grid_tab.php:652
7696
- #: includes/widgets/htmega_post_grid_tab.php:777
7697
- #: includes/widgets/htmega_post_grid_tab.php:872
7698
- #: includes/widgets/htmega_post_grid_tab.php:1130
7699
- #: includes/widgets/htmega_post_slider.php:729
7700
- #: includes/widgets/htmega_post_slider.php:744
7701
- #: includes/widgets/htmega_post_slider.php:902
7702
- #: includes/widgets/htmega_post_slider.php:989
7703
- #: includes/widgets/htmega_post_slider.php:1086
7704
- #: includes/widgets/htmega_post_slider.php:1205
7705
- #: includes/widgets/htmega_post_slider.php:1299
7706
- #: includes/widgets/htmega_post_slider.php:1826
7707
- #: includes/widgets/htmega_post_slider.php:1937
7708
- #: includes/widgets/htmega_pricing_list_view.php:1252
7709
- #: includes/widgets/htmega_pricing_list_view.php:1612
7710
- #: includes/widgets/htmega_pricing_list_view.php:1685
7711
- #: includes/widgets/htmega_pricing_list_view.php:1770
7712
- #: includes/widgets/htmega_pricing_list_view.php:1847
7713
- #: includes/widgets/htmega_progress_bar.php:691
7714
- #: includes/widgets/htmega_quforms.php:183
7715
- #: includes/widgets/htmega_quforms.php:294
7716
- #: includes/widgets/htmega_quforms.php:427
7717
- #: includes/widgets/htmega_quforms.php:646
7718
- #: includes/widgets/htmega_quforms.php:873
7719
- #: includes/widgets/htmega_scroll_image.php:203
7720
- #: includes/widgets/htmega_scroll_image.php:363
7721
- #: includes/widgets/htmega_scroll_navigation.php:351
7722
- #: includes/widgets/htmega_search.php:183
7723
- #: includes/widgets/htmega_search.php:284
7724
- #: includes/widgets/htmega_search.php:503
7725
- #: includes/widgets/htmega_section_title.php:387
7726
- #: includes/widgets/htmega_section_title.php:587
7727
- #: includes/widgets/htmega_section_title.php:819
7728
- #: includes/widgets/htmega_service.php:183
7729
- #: includes/widgets/htmega_service.php:395
7730
- #: includes/widgets/htmega_service.php:500
7731
- #: includes/widgets/htmega_service.php:658
7732
- #: includes/widgets/htmega_service.php:921
7733
- #: includes/widgets/htmega_service.php:1049
7734
- #: includes/widgets/htmega_singlepost.php:182
7735
- #: includes/widgets/htmega_singlepost.php:269
7736
- #: includes/widgets/htmega_singlepost.php:383
7737
- #: includes/widgets/htmega_singlepost.php:480
7738
- #: includes/widgets/htmega_slider_thumb_gallery.php:705
7739
- #: includes/widgets/htmega_slider_thumb_gallery.php:777
7740
- #: includes/widgets/htmega_socialshere.php:419
7741
- #: includes/widgets/htmega_special_day_banner.php:290
7742
- #: includes/widgets/htmega_special_day_banner.php:367
7743
- #: includes/widgets/htmega_special_day_banner.php:426
7744
- #: includes/widgets/htmega_special_day_banner.php:485
7745
- #: includes/widgets/htmega_special_day_banner.php:544
7746
- #: includes/widgets/htmega_special_day_banner.php:603
7747
- #: includes/widgets/htmega_special_day_banner.php:714
7748
- #: includes/widgets/htmega_switcher.php:246
7749
- #: includes/widgets/htmega_switcher.php:385
7750
- #: includes/widgets/htmega_switcher.php:576
7751
- #: includes/widgets/htmega_tabs.php:349 includes/widgets/htmega_tabs.php:581
7752
- #: includes/widgets/htmega_tabs.php:924
7753
- #: includes/widgets/htmega_teammember.php:330
7754
- #: includes/widgets/htmega_teammember.php:715
7755
- #: includes/widgets/htmega_teammember.php:805
7756
- #: includes/widgets/htmega_teammember.php:896
7757
- #: includes/widgets/htmega_teammember.php:963
7758
- #: includes/widgets/htmega_testimonial_grid.php:271
7759
- #: includes/widgets/htmega_testimonial_grid.php:449
7760
- #: includes/widgets/htmega_testimonial_grid.php:509
7761
- #: includes/widgets/htmega_testimonial_grid.php:601
7762
- #: includes/widgets/htmega_toggle.php:156
7763
- #: includes/widgets/htmega_toggle.php:284
7764
- #: includes/widgets/htmega_tooltip.php:281
7765
- #: includes/widgets/htmega_tooltip.php:401
7766
- #: includes/widgets/htmega_twitter_feed.php:570
7767
- #: includes/widgets/htmega_twitter_feed.php:659
7768
- #: includes/widgets/htmega_twitter_feed.php:728
7769
- #: includes/widgets/htmega_twitter_feed.php:792
7770
- #: includes/widgets/htmega_twitter_feed.php:928
7771
- #: includes/widgets/htmega_twitter_feed.php:989
7772
- #: includes/widgets/htmega_twitter_feed.php:1398
7773
- #: includes/widgets/htmega_user_login_form.php:532
7774
- #: includes/widgets/htmega_user_login_form.php:609
7775
- #: includes/widgets/htmega_user_login_form.php:706
7776
- #: includes/widgets/htmega_user_login_form.php:758
7777
- #: includes/widgets/htmega_user_login_form.php:861
7778
- #: includes/widgets/htmega_user_login_form.php:1041
7779
- #: includes/widgets/htmega_user_login_form.php:1501
7780
- #: includes/widgets/htmega_verticle_time_line.php:166
7781
- #: includes/widgets/htmega_videoplayer.php:394
7782
- #: includes/widgets/htmega_wc_categories.php:331
7783
- #: includes/widgets/htmega_wc_categories.php:475
7784
- #: includes/widgets/htmega_wc_element_pages.php:1756
7785
- #: includes/widgets/htmega_working_process.php:209
7786
- #: includes/widgets/htmega_working_process.php:405
7787
- #: includes/widgets/htmega_working_process.php:663
7788
- #: includes/widgets/htmega_working_process.php:742
7789
- #: includes/widgets/htmega_working_process.php:842
7790
- #: includes/widgets/htmega_wpforms.php:145
7791
- #: includes/widgets/htmega_wpforms.php:247
7792
- #: includes/widgets/htmega_wpforms.php:401
7793
- #: includes/widgets/htmega_wpforms.php:440
7794
- #: includes/widgets/htmega_wpforms.php:569
7795
- #: includes/widgets/htmega_wpforms.php:790
7796
- #: includes/widgets/htmega_wpforms.php:1016
7797
- #: extensions/ht-builder/widgets/bl_page_title.php:121
7798
- #: extensions/ht-builder/widgets/bl_post_archive.php:253
7799
- #: extensions/ht-builder/widgets/bl_post_archive.php:367
7800
- #: extensions/ht-builder/widgets/bl_post_archive.php:474
7801
- #: extensions/ht-builder/widgets/bl_post_archive.php:580
7802
- #: extensions/ht-builder/widgets/bl_post_archive.php:774
7803
- #: extensions/ht-builder/widgets/bl_post_archive.php:898
7804
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:123
7805
- #: extensions/ht-builder/widgets/bl_post_author_info.php:194
7806
- #: extensions/ht-builder/widgets/bl_post_author_info.php:244
7807
- #: extensions/ht-builder/widgets/bl_post_author_info.php:284
7808
- #: extensions/ht-builder/widgets/bl_post_title.php:85
7809
- #: extensions/ht-builder/widgets/bl_site_logo.php:143
7810
- #: extensions/ht-builder/widgets/bl_site_title.php:123
7811
- #: extensions/ht-menu/widgets/inline-mega-menu.php:107
7812
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:108
7813
- msgid "Margin"
7814
- msgstr ""
7815
-
7816
- #: includes/widgets/htmega_googlemap.php:244
7817
- #: includes/widgets/htmega_imagemarker.php:44
7818
- #: includes/widgets/htmega_imagemarker.php:490
7819
- msgid "Marker"
7820
- msgstr ""
7821
-
7822
- #: includes/widgets/htmega_imagemarker.php:173
7823
- #: includes/widgets/htmega_imagemarker.php:468
7824
- msgid "Marker #1"
7825
- msgstr ""
7826
-
7827
- #: includes/widgets/htmega_imagemarker.php:190
7828
- msgid "Marker Content"
7829
- msgstr ""
7830
-
7831
- #: includes/widgets/htmega_imagemarker.php:199
7832
- #: includes/widgets/htmega_imagemarker.php:287
7833
- msgid "Marker Content Position"
7834
- msgstr ""
7835
-
7836
- #: includes/widgets/htmega_imagemarker.php:300
7837
- msgid "Marker Content Postion(X)"
7838
- msgstr ""
7839
-
7840
- #: includes/widgets/htmega_imagemarker.php:323
7841
- msgid "Marker Content Postion(Y)"
7842
- msgstr ""
7843
-
7844
- #: includes/widgets/htmega_imagemarker.php:228
7845
- msgid "Marker Icon Position"
7846
- msgstr ""
7847
-
7848
- #: includes/widgets/htmega_imagemarker.php:149
7849
- msgid "Marker Indicator Icon"
7850
- msgstr ""
7851
-
7852
- #: includes/widgets/htmega_imagemarker.php:498
7853
- msgid "Marker Indicator Style"
7854
- msgstr ""
7855
-
7856
- #: includes/widgets/htmega_googlemap.php:150
7857
- msgid "Marker Info Box "
7858
- msgstr ""
7859
-
7860
- #: includes/widgets/htmega_imagemarker.php:112
7861
- msgid "Marker Item"
7862
- msgstr ""
7863
-
7864
- #: includes/widgets/htmega_imagemarker.php:180
7865
- msgid "Marker Placeholder Text"
7866
- msgstr ""
7867
-
7868
- #: includes/widgets/htmega_imagemarker.php:171
7869
- msgid "Marker Title"
7870
- msgstr ""
7871
-
7872
- #: includes/widgets/htmega_buddy_press.php:77
7873
- msgid "Max Item"
7874
- msgstr ""
7875
-
7876
- #: includes/widgets/htmega_contact_form_seven.php:87
7877
- msgid "Max Width"
7878
- msgstr ""
7879
-
7880
- #: includes/widgets/htmega_newsticker.php:101
7881
- msgid "Maxium Row"
7882
- msgstr ""
7883
-
7884
- #: includes/widgets/htmega_booked_calender.php:113
7885
- msgid "May"
7886
- msgstr ""
7887
-
7888
- #: includes/widgets/htmega_pricing_list_view.php:237
7889
- msgid "Media"
7890
- msgstr ""
7891
-
7892
- #: includes/widgets/htmega_button.php:94
7893
- #: includes/widgets/htmega_double_button.php:47
7894
- #: includes/widgets/htmega_instragram_feed.php:73
7895
- msgid "Medium"
7896
- msgstr ""
7897
-
7898
- #: extensions/ht-menu/widgets/inline-mega-menu.php:326
7899
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:284
7900
- msgid "Mega Menu"
7901
- msgstr ""
7902
-
7903
- #: extensions/ht-menu/admin/setting.php:119
7904
- msgid "Mega Menu Background Color"
7905
- msgstr ""
7906
-
7907
- #: extensions/ht-menu/classes/class.mega-menu.php:92
7908
- msgid "Mega Menu Settings"
7909
- msgstr ""
7910
-
7911
- #: extensions/ht-menu/admin/setting.php:108
7912
- #: extensions/ht-menu/widgets/inline-mega-menu.php:333
7913
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:291
7914
- msgid "Mega Menu Width"
7915
- msgstr ""
7916
-
7917
- #: includes/widgets/htmega_buddy_press.php:52
7918
- msgid "Member"
7919
- msgstr ""
7920
-
7921
- #: includes/widgets/htmega_teammember.php:133
7922
- msgid "Member image"
7923
- msgstr ""
7924
-
7925
- #: includes/widgets/htmega_booked_calender.php:175
7926
- msgid "Members Only"
7927
- msgstr ""
7928
-
7929
- #: includes/widgets/htmega_inlinemenu.php:75
7930
- #: extensions/ht-builder/widgets/bl_nav_menu.php:69
7931
- #: extensions/ht-menu/widgets/inline-mega-menu.php:30
7932
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:31
7933
- msgid "Menu"
7934
- msgstr ""
7935
-
7936
- #: extensions/ht-menu/menu/templates.php:128
7937
- msgid "Menu Badge"
7938
- msgstr ""
7939
-
7940
- #: admin/include/admin-setting.php:834
7941
- msgid "Menu Builder"
7942
- msgstr ""
7943
-
7944
- #: extensions/ht-menu/admin/setting.php:62
7945
- msgid "Menu Items Color"
7946
- msgstr ""
7947
-
7948
- #: extensions/ht-menu/admin/setting.php:69
7949
- msgid "Menu Items Hover Color"
7950
- msgstr ""
7951
-
7952
- #: includes/widgets/htmega_wc_element_pages.php:1693
7953
- msgid "Menu Style"
7954
- msgstr ""
7955
-
7956
- #: extensions/ht-menu/menu/templates.php:78
7957
- msgid "Menu Template"
7958
- msgstr ""
7959
-
7960
- #: extensions/ht-menu/menu/templates.php:63
7961
- msgid "Menu Width"
7962
- msgstr ""
7963
-
7964
- #: includes/widgets/htmega_post_grid_tab.php:223
7965
- #: includes/widgets/htmega_post_grid_tab.php:723
7966
- #: includes/widgets/htmega_post_slider.php:1157
7967
- #: includes/widgets/htmega_singlepost.php:330
7968
- msgid "Meta"
7969
- msgstr ""
7970
-
7971
- #: includes/widgets/htmega_twitter_feed.php:957
7972
- msgid "Meta Button"
7973
- msgstr ""
7974
-
7975
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:39
7976
- msgid "Meta Data"
7977
- msgstr ""
7978
-
7979
- #: includes/widgets/htmega_post_grid_tab.php:746
7980
- #: includes/widgets/htmega_singlepost.php:448
7981
- msgid "Meta Hover Color"
7982
- msgstr ""
7983
-
7984
- #: includes/widgets/htmega_buddy_press.php:384
7985
- #: extensions/ht-builder/widgets/bl_post_archive.php:432
7986
- msgid "Meta Info"
7987
- msgstr ""
7988
-
7989
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:67
7990
- msgid "Meta Name"
7991
- msgstr ""
7992
-
7993
- #: includes/widgets/htmega_download_monitor.php:230
7994
- msgid "Meta Style"
7995
- msgstr ""
7996
-
7997
- #: includes/widgets/htmega_pricing_list_view.php:1167
7998
- msgid "Middle"
7999
- msgstr ""
8000
-
8001
- #: includes/widgets/htmega_double_button.php:58
8002
- #: includes/widgets/htmega_double_button.php:66
8003
- #: includes/widgets/htmega_double_button.php:809
8004
- msgid "Middle Text"
8005
- msgstr ""
8006
-
8007
- #: includes/widgets/htmega_search.php:336
8008
- msgid "Min Width"
8009
- msgstr ""
8010
-
8011
- #: includes/widgets/htmega_scroll_image.php:92
8012
- msgid "Minimum Height"
8013
- msgstr ""
8014
-
8015
- #: includes/widgets/htmega_instagram.php:111
8016
- msgid "Minute"
8017
- msgstr ""
8018
-
8019
- #: includes/widgets/htmega_countdown.php:152
8020
- #: includes/widgets/htmega_countdown.php:230
8021
- #: includes/widgets/htmega_countdown.php:232
8022
- msgid "Minutes"
8023
- msgstr ""
8024
-
8025
- #: includes/widgets/htmega_scroll_navigation.php:182
8026
- msgid "Mobile Device"
8027
- msgstr ""
8028
-
8029
- #: extensions/ht-builder/widgets/bl_nav_menu.php:473
8030
- msgid "Mobile Menu"
8031
- msgstr ""
8032
-
8033
- #: includes/widgets/htmega_carousel.php:363
8034
- #: includes/widgets/htmega_instagram.php:558
8035
- #: includes/widgets/htmega_panel_slider.php:463
8036
- #: includes/widgets/htmega_post_slider.php:543
8037
- #: includes/widgets/htmega_slider_thumb_gallery.php:341
8038
- #: includes/widgets/htmega_twitter_feed.php:485
8039
- msgid "Mobile Phone"
8040
- msgstr ""
8041
-
8042
- #: includes/widgets/htmega_carousel.php:405
8043
- #: includes/widgets/htmega_instagram.php:600
8044
- #: includes/widgets/htmega_panel_slider.php:505
8045
- #: includes/widgets/htmega_post_slider.php:585
8046
- #: includes/widgets/htmega_slider_thumb_gallery.php:377
8047
- #: includes/widgets/htmega_twitter_feed.php:527
8048
- msgid "Mobile Resolution"
8049
- msgstr ""
8050
-
8051
- #: admin/include/templates/library/templates.php:38
8052
- #: admin/include/templates/library/templates.php:39
8053
- msgid "Mobile view"
8054
- msgstr ""
8055
-
8056
- #: admin/include/admin-setting.php:327 includes/widgets/htmega_modal.php:13
8057
- #: includes/widgets/htmega_modal.php:35
8058
- msgid "Modal"
8059
- msgstr ""
8060
-
8061
- #: includes/widgets/htmega_modal.php:480
8062
- msgid "Modal Box Style"
8063
- msgstr ""
8064
-
8065
- #: includes/widgets/htmega_modal.php:916
8066
- msgid "Modal Content"
8067
- msgstr ""
8068
-
8069
- #: includes/widgets/htmega_modal.php:112
8070
- msgid "Modal Design"
8071
- msgstr ""
8072
-
8073
- #: includes/widgets/htmega_modal.php:93
8074
- msgid "Modal Footer Content"
8075
- msgstr ""
8076
-
8077
- #: includes/widgets/htmega_modal.php:44
8078
- msgid "Modal Header Content"
8079
- msgstr ""
8080
-
8081
- #: includes/widgets/htmega_modal.php:488
8082
- msgid "Modal Top Space"
8083
- msgstr ""
8084
-
8085
- #: includes/widgets/htmega_modal.php:1032
8086
- msgid "Modal Width"
8087
- msgstr ""
8088
-
8089
- #: includes/widgets/htmega_socialshere.php:70
8090
- msgid "Moimir"
8091
- msgstr ""
8092
-
8093
- #: includes/widgets/htmega_business_hours.php:174
8094
- msgid "Monday"
8095
- msgstr ""
8096
-
8097
- #: includes/widgets/htmega_booked_calender.php:105
8098
- #: includes/widgets/htmega_instagram.php:115
8099
- msgid "Month"
8100
- msgstr ""
8101
-
8102
- #: includes/recommended-plugins/class.recommended-plugins.php:292
8103
- msgid "More Details"
8104
- msgstr ""
8105
-
8106
- #: includes/widgets/htmega_scroll_navigation.php:283
8107
- msgid "Mouse Wheel"
8108
- msgstr ""
8109
-
8110
- #: includes/recommended-plugins/recommended-plugins.php:34
8111
- msgid "Move Addons for Elementor"
8112
- msgstr ""
8113
-
8114
- #: includes/widgets/htmega_accordion.php:380
8115
- msgid "Multiple Item Open"
8116
- msgstr ""
8117
-
8118
- #: includes/widgets/htmega_wc_element_pages.php:62
8119
- msgid "My Account"
8120
- msgstr ""
8121
-
8122
- #: includes/widgets/htmega_data_table.php:277
8123
- #: includes/widgets/htmega_easy_digital_download.php:198
8124
- #: includes/widgets/htmega_newsticker.php:259
8125
- #: includes/widgets/htmega_postgrid.php:150
8126
- #: includes/widgets/htmega_post_grid_tab.php:157
8127
- #: includes/widgets/htmega_post_slider.php:161
8128
- #: includes/widgets/htmega_pricing_list_view.php:80
8129
- #: includes/widgets/htmega_pricing_list_view.php:451
8130
- #: includes/widgets/htmega_teammember.php:153
8131
- #: includes/widgets/htmega_teammember.php:685
8132
- #: includes/widgets/htmega_testimonial_grid.php:166
8133
- #: includes/widgets/htmega_testimonial_grid.php:419
8134
- #: includes/widgets/htmega_wc_categories.php:129
8135
- #: extensions/ht-builder/widgets/bl_post_archive.php:201
8136
- #: extensions/ht-builder/widgets/bl_post_author_info.php:216
8137
- msgid "Name"
8138
- msgstr ""
8139
-
8140
- #: extensions/ht-builder/widgets/bl_post_author_info.php:57
8141
- msgid "Name HTML Tag"
8142
- msgstr ""
8143
-
8144
- #: admin/include/admin-setting.php:976 admin/include/admin-setting.php:977
8145
- msgid "Nav Menu"
8146
- msgstr ""
8147
-
8148
- #: includes/widgets/htmega_newsticker.php:723
8149
- #: extensions/ht-builder/widgets/bl_nav_menu.php:61
8150
- msgid "Navigation"
8151
- msgstr ""
8152
-
8153
- #: includes/widgets/htmega_booked_calender.php:709
8154
- #: includes/widgets/htmega_newsticker.php:302
8155
- msgid "Navigation Button"
8156
- msgstr ""
8157
-
8158
- #: includes/widgets/htmega_buddy_press.php:66
8159
- msgid "Newest"
8160
- msgstr ""
8161
-
8162
- #: includes/widgets/htmega_newsticker.php:352
8163
- msgid "News Box Style"
8164
- msgstr ""
8165
-
8166
- #: includes/widgets/htmega_newsticker.php:232
8167
- msgid "News Limit"
8168
- msgstr ""
8169
-
8170
- #: admin/include/admin-setting.php:335
8171
- #: includes/widgets/htmega_newsticker.php:14
8172
- #: includes/widgets/htmega_newsticker.php:49
8173
- msgid "News Ticker"
8174
- msgstr ""
8175
-
8176
- #: includes/widgets/htmega_newsticker.php:334
8177
- msgid "Next Icon"
8178
- msgstr ""
8179
-
8180
- #: includes/widgets/htmega_carousel.php:181
8181
- #: includes/widgets/htmega_instagram.php:376
8182
- #: includes/widgets/htmega_panel_slider.php:281
8183
- #: includes/widgets/htmega_post_slider.php:345
8184
- #: includes/widgets/htmega_slider_thumb_gallery.php:183
8185
- #: includes/widgets/htmega_twitter_feed.php:303
8186
- msgid "Next icon"
8187
- msgstr ""
8188
-
8189
- #: admin/include/admin-setting.php:1192
8190
- #: includes/widgets/htmega_ninja_form.php:13
8191
- #: includes/widgets/htmega_ninja_form.php:59
8192
- msgid "Ninja Form"
8193
- msgstr ""
8194
-
8195
- #: includes/widgets/htmega_carousel.php:211
8196
- #: includes/widgets/htmega_data_table.php:216
8197
- #: includes/widgets/htmega_data_table.php:273
8198
- #: includes/widgets/htmega_gravity_forms.php:104
8199
- #: includes/widgets/htmega_instagram.php:406
8200
- #: includes/widgets/htmega_panel_slider.php:159
8201
- #: includes/widgets/htmega_panel_slider.php:170
8202
- #: includes/widgets/htmega_panel_slider.php:311
8203
- #: includes/widgets/htmega_post_slider.php:391
8204
- #: includes/widgets/htmega_pricing_list_view.php:205
8205
- #: includes/widgets/htmega_pricing_list_view.php:447
8206
- #: includes/widgets/htmega_slider_thumb_gallery.php:210
8207
- #: includes/widgets/htmega_slider_thumb_gallery.php:475
8208
- #: includes/widgets/htmega_twitter_feed.php:333
8209
- #: includes/widgets/htmega_user_login_form.php:120
8210
- #: includes/widgets/htmega_user_login_form.php:263
8211
- #: includes/widgets/htmega_videoplayer.php:125
8212
- #: includes/widgets/htmega_videoplayer.php:165
8213
- #: includes/widgets/htmega_videoplayer.php:177
8214
- #: includes/widgets/htmega_videoplayer.php:189
8215
- #: includes/widgets/htmega_videoplayer.php:201
8216
- #: includes/widgets/htmega_videoplayer.php:213
8217
- msgid "No"
8218
- msgstr ""
8219
-
8220
- #: includes/widgets/htmega_googlemap.php:249
8221
- #: includes/widgets/htmega_instragram_feed.php:85
8222
- #: includes/widgets/htmega_instragram_feed.php:96
8223
- msgid "no"
8224
- msgstr ""
8225
-
8226
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:213
8227
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:216
8228
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:579
8229
- msgid "No Comments"
8230
- msgstr ""
8231
-
8232
- #: includes/helper-function.php:278
8233
- msgid "No contact form found"
8234
- msgstr ""
8235
-
8236
- #: includes/widgets/htmega_singlepost.php:583
8237
- msgid "No selected post"
8238
- msgstr ""
8239
-
8240
- #: includes/widgets/htmega_template_selector.php:67
8241
- msgid "No selected template"
8242
- msgstr ""
8243
-
8244
- #: includes/helper-function.php:138
8245
- msgid "No sidebars were found"
8246
- msgstr ""
8247
-
8248
- #: includes/widgets/htmega_revolution_slider.php:43
8249
- msgid "No Slider Found."
8250
- msgstr ""
8251
-
8252
- #: admin/include/class.diagnostic-data.php:464
8253
- msgid "No Thanks"
8254
- msgstr ""
8255
-
8256
- #: includes/helper-function.php:295 includes/widgets/htmega_blockquote.php:406
8257
- #: includes/widgets/htmega_button.php:422
8258
- #: includes/widgets/htmega_button.php:485
8259
- #: includes/widgets/htmega_counter.php:95
8260
- #: includes/widgets/htmega_imagemarker.php:230
8261
- #: includes/widgets/htmega_imagemarker.php:289
8262
- #: includes/widgets/htmega_imagemarker.php:500
8263
- #: includes/widgets/htmega_imagemarker.php:786
8264
- #: includes/widgets/htmega_job_manager.php:129
8265
- #: includes/widgets/htmega_newsticker.php:256
8266
- #: includes/widgets/htmega_notify.php:147
8267
- #: includes/widgets/htmega_notify.php:182
8268
- #: includes/widgets/htmega_postgrid.php:147
8269
- #: includes/widgets/htmega_post_grid_tab.php:154
8270
- #: includes/widgets/htmega_post_slider.php:158
8271
- #: includes/widgets/htmega_pricing_list_view.php:252
8272
- #: includes/widgets/htmega_scroll_image.php:254
8273
- #: includes/widgets/htmega_socialshere.php:466
8274
- #: includes/widgets/htmega_teammember.php:104
8275
- #: includes/widgets/htmega_testimonial_grid.php:58
8276
- #: extensions/ht-builder/widgets/bl_post_archive.php:198
8277
- #: extensions/ht-builder/widgets/bl_post_author_info.php:97
8278
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:296
8279
- msgid "None"
8280
- msgstr ""
8281
-
8282
- #: includes/widgets/htmega_accordion.php:556
8283
- #: includes/widgets/htmega_accordion.php:1081
8284
- #: includes/widgets/htmega_add_banner.php:156
8285
- #: includes/widgets/htmega_add_banner.php:245
8286
- #: includes/widgets/htmega_add_banner.php:620
8287
- #: includes/widgets/htmega_booked_calender.php:574
8288
- #: includes/widgets/htmega_booked_calender.php:720
8289
- #: includes/widgets/htmega_brand.php:170
8290
- #: includes/widgets/htmega_buddy_press.php:316
8291
- #: includes/widgets/htmega_button.php:201
8292
- #: includes/widgets/htmega_button.php:526
8293
- #: includes/widgets/htmega_caldera_form.php:195
8294
- #: includes/widgets/htmega_caldera_form.php:447
8295
- #: includes/widgets/htmega_call_to_action.php:690
8296
- #: includes/widgets/htmega_call_to_action.php:896
8297
- #: includes/widgets/htmega_carousel.php:550
8298
- #: includes/widgets/htmega_carousel.php:827
8299
- #: includes/widgets/htmega_carousel.php:1095
8300
- #: includes/widgets/htmega_carousel.php:1303
8301
- #: includes/widgets/htmega_contact_form_seven.php:188
8302
- #: includes/widgets/htmega_contact_form_seven.php:466
8303
- #: includes/widgets/htmega_contact_form_seven.php:777
8304
- #: includes/widgets/htmega_countdown.php:1028
8305
- #: includes/widgets/htmega_custom_event.php:136
8306
- #: includes/widgets/htmega_custom_event.php:391
8307
- #: includes/widgets/htmega_double_button.php:400
8308
- #: includes/widgets/htmega_double_button.php:475
8309
- #: includes/widgets/htmega_double_button.php:648
8310
- #: includes/widgets/htmega_download_monitor.php:146
8311
- #: includes/widgets/htmega_easy_digital_download.php:352
8312
- #: includes/widgets/htmega_easy_digital_download.php:533
8313
- #: includes/widgets/htmega_errorcontent.php:552
8314
- #: includes/widgets/htmega_errorcontent.php:703
8315
- #: includes/widgets/htmega_gravity_forms.php:398
8316
- #: includes/widgets/htmega_gravity_forms.php:640
8317
- #: includes/widgets/htmega_image_grid.php:461
8318
- #: includes/widgets/htmega_image_masonry.php:449
8319
- #: includes/widgets/htmega_inlinemenu.php:146
8320
- #: includes/widgets/htmega_instagram.php:927
8321
- #: includes/widgets/htmega_instagram.php:1145
8322
- #: includes/widgets/htmega_mailchimp_wp.php:301
8323
- #: includes/widgets/htmega_modal.php:211
8324
- #: includes/widgets/htmega_newsticker.php:736
8325
- #: includes/widgets/htmega_ninja_form.php:484
8326
- #: includes/widgets/htmega_ninja_form.php:705
8327
- #: includes/widgets/htmega_ninja_form.php:923
8328
- #: includes/widgets/htmega_notify.php:322
8329
- #: includes/widgets/htmega_offcanvas.php:414
8330
- #: includes/widgets/htmega_panel_slider.php:808
8331
- #: includes/widgets/htmega_panel_slider.php:1100
8332
- #: includes/widgets/htmega_popover.php:331
8333
- #: includes/widgets/htmega_post_grid_tab.php:623
8334
- #: includes/widgets/htmega_post_grid_tab.php:843
8335
- #: includes/widgets/htmega_post_grid_tab.php:993
8336
- #: includes/widgets/htmega_post_slider.php:1058
8337
- #: includes/widgets/htmega_post_slider.php:1271
8338
- #: includes/widgets/htmega_post_slider.php:1535
8339
- #: includes/widgets/htmega_post_slider.php:1755
8340
- #: includes/widgets/htmega_post_slider.php:1920
8341
- #: includes/widgets/htmega_progress_bar.php:76
8342
- #: includes/widgets/htmega_quforms.php:321
8343
- #: includes/widgets/htmega_quforms.php:541
8344
- #: includes/widgets/htmega_quforms.php:759
8345
- #: includes/widgets/htmega_scroll_navigation.php:392
8346
- #: includes/widgets/htmega_search.php:223
8347
- #: includes/widgets/htmega_search.php:435
8348
- #: includes/widgets/htmega_search.php:673
8349
- #: includes/widgets/htmega_service.php:176
8350
- #: includes/widgets/htmega_service.php:617
8351
- #: includes/widgets/htmega_service.php:1022
8352
- #: includes/widgets/htmega_singlepost.php:344
8353
- #: includes/widgets/htmega_slider_thumb_gallery.php:816
8354
- #: includes/widgets/htmega_slider_thumb_gallery.php:1074
8355
- #: includes/widgets/htmega_slider_thumb_gallery.php:1223
8356
- #: includes/widgets/htmega_socialshere.php:681
8357
- #: includes/widgets/htmega_special_day_banner.php:643
8358
- #: includes/widgets/htmega_switcher.php:351
8359
- #: includes/widgets/htmega_tabs.php:502 includes/widgets/htmega_tabs.php:680
8360
- #: includes/widgets/htmega_testimonial_grid.php:264
8361
- #: includes/widgets/htmega_toggle.php:225
8362
- #: includes/widgets/htmega_tooltip.php:307
8363
- #: includes/widgets/htmega_twitter_feed.php:701
8364
- #: includes/widgets/htmega_twitter_feed.php:970
8365
- #: includes/widgets/htmega_twitter_feed.php:1068
8366
- #: includes/widgets/htmega_twitter_feed.php:1306
8367
- #: includes/widgets/htmega_user_login_form.php:1097
8368
- #: includes/widgets/htmega_user_login_form.php:1295
8369
- #: includes/widgets/htmega_verticle_time_line.php:191
8370
- #: includes/widgets/htmega_videoplayer.php:336
8371
- #: includes/widgets/htmega_wc_categories.php:175
8372
- #: includes/widgets/htmega_wc_categories.php:292
8373
- #: includes/widgets/htmega_wc_categories.php:468
8374
- #: includes/widgets/htmega_wc_element_pages.php:205
8375
- #: includes/widgets/htmega_wc_element_pages.php:385
8376
- #: includes/widgets/htmega_wc_element_pages.php:548
8377
- #: includes/widgets/htmega_wc_element_pages.php:705
8378
- #: includes/widgets/htmega_wc_element_pages.php:934
8379
- #: includes/widgets/htmega_wc_element_pages.php:1349
8380
- #: includes/widgets/htmega_wc_element_pages.php:1523
8381
- #: includes/widgets/htmega_wc_element_pages.php:1706
8382
- #: includes/widgets/htmega_working_process.php:351
8383
- #: includes/widgets/htmega_working_process.php:935
8384
- #: includes/widgets/htmega_wpforms.php:485
8385
- #: includes/widgets/htmega_wpforms.php:709
8386
- #: includes/widgets/htmega_wpforms.php:926
8387
- #: extensions/ht-builder/widgets/bl_nav_menu.php:142
8388
- #: extensions/ht-builder/widgets/bl_nav_menu.php:374
8389
- #: extensions/ht-builder/widgets/bl_post_archive.php:340
8390
- #: extensions/ht-builder/widgets/bl_post_archive.php:446
8391
- #: extensions/ht-builder/widgets/bl_post_archive.php:553
8392
- #: extensions/ht-builder/widgets/bl_post_archive.php:714
8393
- #: extensions/ht-builder/widgets/bl_post_archive.php:849
8394
- #: extensions/ht-builder/widgets/bl_post_comments.php:91
8395
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:394
8396
- #: extensions/ht-builder/widgets/bl_post_search_form.php:194
8397
- #: extensions/ht-menu/widgets/inline-mega-menu.php:424
8398
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:382
8399
- msgid "Normal"
8400
- msgstr ""
8401
-
8402
- #: includes/widgets/htmega_toggle.php:53
8403
- msgid "Normal Icon"
8404
- msgstr ""
8405
-
8406
- #: includes/widgets/htmega_socialshere.php:121
8407
- #: includes/widgets/htmega_socialshere.php:219
8408
- msgid "Normal Style"
8409
- msgstr ""
8410
-
8411
- #: includes/widgets/htmega_toggle.php:43
8412
- msgid "Normal Title"
8413
- msgstr ""
8414
-
8415
- #: includes/widgets/htmega_modal.php:670
8416
- msgid "Note: Below, This CSS style to use on your header close button "
8417
- msgstr ""
8418
-
8419
- #: includes/class.assests.php:380
8420
- msgid "Nothing Found"
8421
- msgstr ""
8422
-
8423
- #: includes/recommended-plugins/recommended-plugins.php:39
8424
- msgid "Notification Bar for WordPress"
8425
- msgstr ""
8426
-
8427
- #: includes/widgets/htmega_notify.php:71
8428
- msgid "Notification Content"
8429
- msgstr ""
8430
-
8431
- #: extensions/wc-sales-notification/admin/setting.php:64
8432
- msgid "Notification Content Type"
8433
- msgstr ""
8434
-
8435
- #: extensions/wc-sales-notification/admin/setting.php:165
8436
- msgid "Notification Enter Animation. <span>( Pro )</span>"
8437
- msgstr ""
8438
-
8439
- #: admin/include/admin-setting.php:1407 admin/include/admin-setting.php:1432
8440
- msgid "Notification image position"
8441
- msgstr ""
8442
-
8443
- #: extensions/wc-sales-notification/admin/setting.php:90
8444
- msgid "Notification Layout. <span>( Pro )</span>"
8445
- msgstr ""
8446
-
8447
- #: extensions/wc-sales-notification/admin/setting.php:115
8448
- msgid "Notification Loading duration."
8449
- msgstr ""
8450
-
8451
- #: includes/widgets/htmega_notify.php:78
8452
- msgid "Notification Message"
8453
- msgstr ""
8454
-
8455
- #: includes/widgets/htmega_notify.php:90
8456
- msgid "Notification Option"
8457
- msgstr ""
8458
-
8459
- #: extensions/wc-sales-notification/admin/setting.php:177
8460
- msgid "Notification Out Animation. <span>( Pro )</span>"
8461
- msgstr ""
8462
-
8463
- #: includes/widgets/htmega_notify.php:109
8464
- msgid "Notification Position"
8465
- msgstr ""
8466
-
8467
- #: admin/include/admin-setting.php:1406 admin/include/admin-setting.php:1431
8468
- msgid "Notification showing position"
8469
- msgstr ""
8470
-
8471
- #: includes/widgets/htmega_notify.php:128
8472
- msgid "Notification Type"
8473
- msgstr ""
8474
-
8475
- #: admin/include/admin-setting.php:343 includes/widgets/htmega_notify.php:13
8476
- msgid "Notify"
8477
- msgstr ""
8478
-
8479
- #: includes/widgets/htmega_notify.php:463
8480
- msgid "Notify Content"
8481
- msgstr ""
8482
-
8483
- #: includes/widgets/htmega_booked_calender.php:119
8484
- msgid "November"
8485
- msgstr ""
8486
-
8487
- #: includes/widgets/htmega_counter.php:413
8488
- #: includes/widgets/htmega_job_manager.php:130
8489
- #: includes/widgets/htmega_working_process.php:791
8490
- msgid "Number"
8491
- msgstr ""
8492
-
8493
- #: includes/widgets/htmega_wc_categories.php:58
8494
- msgid "Number of Category"
8495
- msgstr ""
8496
-
8497
- #: includes/widgets/htmega_instragram_feed.php:58
8498
- msgid "Number of Column"
8499
- msgstr ""
8500
-
8501
- #: includes/widgets/htmega_easy_digital_download.php:67
8502
- msgid "Number of Item"
8503
- msgstr ""
8504
-
8505
- #: includes/widgets/htmega_job_manager.php:66
8506
- msgid "Number of listings to show"
8507
- msgstr ""
8508
-
8509
- #: includes/widgets/htmega_counter.php:173
8510
- msgid "Number Prefix"
8511
- msgstr ""
8512
-
8513
- #: includes/widgets/htmega_counter.php:182
8514
- msgid "Number Suffix"
8515
- msgstr ""
8516
-
8517
- #: includes/widgets/htmega_verticle_time_line.php:105
8518
- msgid "Oct<br/>2018"
8519
- msgstr ""
8520
-
8521
- #: includes/widgets/htmega_booked_calender.php:118
8522
- msgid "October"
8523
- msgstr ""
8524
-
8525
- #: includes/widgets/htmega_wc_element_pages.php:1235
8526
- msgid "Odd"
8527
- msgstr ""
8528
-
8529
- #: includes/widgets/htmega_tablepress.php:307
8530
- msgid "Odd Cell"
8531
- msgstr ""
8532
-
8533
- #: includes/widgets/htmega_socialshere.php:69
8534
- msgid "Odnoklassniki"
8535
- msgstr ""
8536
-
8537
- #: includes/widgets/htmega_carousel.php:115
8538
- #: includes/widgets/htmega_instagram.php:202
8539
- #: includes/widgets/htmega_panel_slider.php:181
8540
- #: includes/widgets/htmega_post_slider.php:279
8541
- #: includes/widgets/htmega_special_day_banner.php:116
8542
- #: includes/widgets/htmega_twitter_feed.php:220
8543
- msgid "Off"
8544
- msgstr ""
8545
-
8546
- #: admin/include/admin-setting.php:351 includes/widgets/htmega_offcanvas.php:13
8547
- #: includes/widgets/htmega_offcanvas.php:49
8548
- #: includes/widgets/htmega_offcanvas.php:184
8549
- msgid "Offcanvas"
8550
- msgstr ""
8551
-
8552
- #: includes/widgets/htmega_offcanvas.php:144
8553
- msgid "Offcanvas Height"
8554
- msgstr ""
8555
-
8556
- #: includes/widgets/htmega_offcanvas.php:98
8557
- msgid "Offcanvas Position"
8558
- msgstr ""
8559
-
8560
- #: includes/widgets/htmega_offcanvas.php:114
8561
- msgid "Offcanvas Width"
8562
- msgstr ""
8563
-
8564
- #: includes/widgets/htmega_special_day_banner.php:105
8565
- #: includes/widgets/htmega_special_day_banner.php:512
8566
- msgid "Offer Amount"
8567
- msgstr ""
8568
-
8569
- #: includes/widgets/htmega_special_day_banner.php:114
8570
- #: includes/widgets/htmega_special_day_banner.php:571
8571
- msgid "Offer Tag Line"
8572
- msgstr ""
8573
-
8574
- #: includes/widgets/htmega_notify.php:213
8575
- #: includes/widgets/htmega_scroll_image.php:252
8576
- msgid "Offset"
8577
- msgstr ""
8578
-
8579
- #: includes/widgets/htmega_carousel.php:114
8580
- #: includes/widgets/htmega_instagram.php:201
8581
- #: includes/widgets/htmega_panel_slider.php:180
8582
- #: includes/widgets/htmega_post_slider.php:278
8583
- #: includes/widgets/htmega_twitter_feed.php:219
8584
- msgid "On"
8585
- msgstr ""
8586
-
8587
- #: includes/widgets/htmega_teammember.php:669
8588
- msgid "ON/OFF Image Hover rotation"
8589
- msgstr ""
8590
-
8591
- #: includes/widgets/htmega_image_grid.php:70
8592
- #: includes/widgets/htmega_image_masonry.php:79
8593
- #: includes/widgets/htmega_testimonial_grid.php:73
8594
- #: includes/widgets/htmega_testimonial_grid.php:88
8595
- #: includes/widgets/htmega_testimonial_grid.php:105
8596
- msgid "One"
8597
- msgstr ""
8598
-
8599
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:227
8600
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:230
8601
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:580
8602
- msgid "One Comment"
8603
- msgstr ""
8604
-
8605
- #: admin/include/admin-setting.php:1379
8606
- msgid "Online Documentation"
8607
- msgstr ""
8608
-
8609
- #: includes/widgets/htmega_switcher.php:560
8610
- #: includes/widgets/htmega_switcher.php:569
8611
- msgid "Only for custom content."
8612
- msgstr ""
8613
-
8614
- #: includes/widgets/htmega_easy_digital_download.php:168
8615
- #: includes/widgets/htmega_wc_categories.php:108
8616
- msgid "Only Top Level"
8617
- msgstr ""
8618
-
8619
- #: includes/widgets/htmega_section_title.php:1026
8620
- msgid "Opacity"
8621
- msgstr ""
8622
-
8623
- #: includes/widgets/htmega_imagemarker.php:75
8624
- msgid "Opacity (%)"
8625
- msgstr ""
8626
-
8627
- #: includes/widgets/htmega_imagemarker.php:61
8628
- msgid "Opacity Color"
8629
- msgstr ""
8630
-
8631
- #: includes/widgets/htmega_lightbox.php:171
8632
- msgid "Open"
8633
- msgstr ""
8634
-
8635
- #: includes/widgets/htmega_accordion.php:327
8636
- msgid "Open Item Icon"
8637
- msgstr ""
8638
-
8639
- #: includes/widgets/htmega_toggle.php:71
8640
- msgid "Opened Icon"
8641
- msgstr ""
8642
-
8643
- #: includes/widgets/htmega_toggle.php:61
8644
- msgid "Opened Title"
8645
- msgstr ""
8646
-
8647
- #: includes/widgets/htmega_easy_digital_download.php:129
8648
- #: includes/widgets/htmega_ninja_form.php:77
8649
- #: includes/widgets/htmega_tablepress.php:68
8650
- #: includes/widgets/htmega_wc_categories.php:70
8651
- msgid "Options"
8652
- msgstr ""
8653
-
8654
- #: includes/widgets/htmega_data_table.php:120
8655
- msgid "Options for number of Rows"
8656
- msgstr ""
8657
-
8658
- #: includes/widgets/htmega_double_button.php:68
8659
- msgid "Or"
8660
- msgstr ""
8661
-
8662
- #: includes/widgets/htmega_easy_digital_download.php:209
8663
- #: includes/widgets/htmega_job_manager.php:79
8664
- #: includes/widgets/htmega_postgrid.php:127
8665
- #: includes/widgets/htmega_post_grid_tab.php:134
8666
- #: includes/widgets/htmega_post_slider.php:138
8667
- #: includes/widgets/htmega_wc_categories.php:140
8668
- msgid "Order"
8669
- msgstr ""
8670
-
8671
- #: includes/widgets/htmega_newsticker.php:273
8672
- #: extensions/ht-builder/widgets/bl_post_archive.php:215
8673
- msgid "order"
8674
- msgstr ""
8675
-
8676
- #: includes/widgets/htmega_job_manager.php:95
8677
- msgid "Order By"
8678
- msgstr ""
8679
-
8680
- #: includes/widgets/htmega_easy_digital_download.php:194
8681
- #: includes/widgets/htmega_wc_categories.php:125
8682
- msgid "Order by"
8683
- msgstr ""
8684
-
8685
- #: extensions/wc-sales-notification/admin/setting.php:102
8686
- msgid "Order Limit for notification."
8687
- msgstr ""
8688
-
8689
- #: includes/widgets/htmega_wc_element_pages.php:1101
8690
- msgid "Order Review"
8691
- msgstr ""
8692
-
8693
- #: includes/widgets/htmega_wc_element_pages.php:61
8694
- msgid "Order Tracking Form"
8695
- msgstr ""
8696
-
8697
- #: extensions/wc-sales-notification/admin/setting.php:152
8698
- msgid "Order Upto"
8699
- msgstr ""
8700
-
8701
- #: includes/widgets/htmega_newsticker.php:252
8702
- #: includes/widgets/htmega_postgrid.php:143
8703
- #: includes/widgets/htmega_post_grid_tab.php:150
8704
- #: includes/widgets/htmega_post_slider.php:154
8705
- #: extensions/ht-builder/widgets/bl_post_archive.php:194
8706
- msgid "Orderby"
8707
- msgstr ""
8708
-
8709
- #: includes/widgets/htmega_data_table.php:176
8710
- msgid "Ordering"
8711
- msgstr ""
8712
-
8713
- #: admin/include/admin-setting.php:86
8714
- msgid "Other options"
8715
- msgstr ""
8716
-
8717
- #: includes/recommended-plugins/recommended-plugins.php:91
8718
- msgid "Other Plugins"
8719
- msgstr ""
8720
-
8721
- #: includes/widgets/htmega_testimonial_grid.php:118
8722
- msgid "Other' Devices Width(%)"
8723
- msgstr ""
8724
-
8725
- #: includes/widgets/htmega_progress_bar.php:655
8726
- #: includes/widgets/htmega_progress_bar.php:774
8727
- msgid "Outer"
8728
- msgstr ""
8729
-
8730
- #: admin/include/admin-setting.php:1411 admin/include/admin-setting.php:1436
8731
- msgid "Outgoing animation option"
8732
- msgstr ""
8733
-
8734
- #: includes/widgets/htmega_lightbox.php:226
8735
- msgid "Overlay"
8736
- msgstr ""
8737
-
8738
- #: includes/widgets/htmega_image_grid.php:201
8739
- #: includes/widgets/htmega_image_masonry.php:182
8740
- #: includes/widgets/htmega_instagram.php:734
8741
- msgid "Overlay Color"
8742
- msgstr ""
8743
-
8744
- #: includes/widgets/htmega_instagram.php:745
8745
- msgid "Overlay Padding"
8746
- msgstr ""
8747
-
8748
- #: includes/widgets/htmega_weather.php:43
8749
- msgid "Override Title"
8750
- msgstr ""
8751
-
8752
- #: includes/helper-function.php:207
8753
- msgid "p"
8754
- msgstr ""
8755
-
8756
- #: includes/widgets/htmega_accordion.php:598
8757
- #: includes/widgets/htmega_accordion.php:814
8758
- #: includes/widgets/htmega_accordion.php:949
8759
- #: includes/widgets/htmega_accordion.php:1360
8760
- #: includes/widgets/htmega_add_banner.php:175
8761
- #: includes/widgets/htmega_add_banner.php:263
8762
- #: includes/widgets/htmega_add_banner.php:317
8763
- #: includes/widgets/htmega_add_banner.php:415
8764
- #: includes/widgets/htmega_add_banner.php:474
8765
- #: includes/widgets/htmega_add_banner.php:533
8766
- #: includes/widgets/htmega_add_banner.php:592
8767
- #: includes/widgets/htmega_add_banner.php:678
8768
- #: includes/widgets/htmega_animated_heading.php:222
8769
- #: includes/widgets/htmega_animated_heading.php:353
8770
- #: includes/widgets/htmega_animated_heading.php:441
8771
- #: includes/widgets/htmega_blockquote.php:233
8772
- #: includes/widgets/htmega_blockquote.php:311
8773
- #: includes/widgets/htmega_blockquote.php:367
8774
- #: includes/widgets/htmega_blockquote.php:529
8775
- #: includes/widgets/htmega_blockquote.php:710
8776
- #: includes/widgets/htmega_booked_calender.php:633
8777
- #: includes/widgets/htmega_booked_calender.php:791
8778
- #: includes/widgets/htmega_brand.php:141 includes/widgets/htmega_brand.php:328
8779
- #: includes/widgets/htmega_buddy_press.php:223
8780
- #: includes/widgets/htmega_business_hours.php:255
8781
- #: includes/widgets/htmega_business_hours.php:331
8782
- #: includes/widgets/htmega_business_hours.php:459
8783
- #: includes/widgets/htmega_button.php:304
8784
- #: includes/widgets/htmega_button.php:576
8785
- #: includes/widgets/htmega_caldera_form.php:276
8786
- #: includes/widgets/htmega_caldera_form.php:508
8787
- #: includes/widgets/htmega_call_to_action.php:379
8788
- #: includes/widgets/htmega_call_to_action.php:456
8789
- #: includes/widgets/htmega_call_to_action.php:544
8790
- #: includes/widgets/htmega_call_to_action.php:603
8791
- #: includes/widgets/htmega_call_to_action.php:662
8792
- #: includes/widgets/htmega_call_to_action.php:730
8793
- #: includes/widgets/htmega_call_to_action.php:936
8794
- #: includes/widgets/htmega_carousel.php:468
8795
- #: includes/widgets/htmega_carousel.php:682
8796
- #: includes/widgets/htmega_carousel.php:1359
8797
- #: includes/widgets/htmega_contact_form_seven.php:148
8798
- #: includes/widgets/htmega_contact_form_seven.php:318
8799
- #: includes/widgets/htmega_contact_form_seven.php:557
8800
- #: includes/widgets/htmega_contact_form_seven.php:713
8801
- #: includes/widgets/htmega_contact_form_seven.php:857
8802
- #: includes/widgets/htmega_countdown.php:575
8803
- #: includes/widgets/htmega_countdown.php:822
8804
- #: includes/widgets/htmega_countdown.php:984
8805
- #: includes/widgets/htmega_countdown.php:1108
8806
- #: includes/widgets/htmega_counter.php:227
8807
- #: includes/widgets/htmega_counter.php:487
8808
- #: includes/widgets/htmega_counter.php:612
8809
- #: includes/widgets/htmega_counter.php:878
8810
- #: includes/widgets/htmega_counter.php:968
8811
- #: includes/widgets/htmega_counter.php:1057
8812
- #: includes/widgets/htmega_custom_event.php:163
8813
- #: includes/widgets/htmega_custom_event.php:248
8814
- #: includes/widgets/htmega_data_table.php:580
8815
- #: includes/widgets/htmega_double_button.php:543
8816
- #: includes/widgets/htmega_double_button.php:716
8817
- #: includes/widgets/htmega_double_button.php:899
8818
- #: includes/widgets/htmega_download_monitor.php:191
8819
- #: includes/widgets/htmega_dropcaps.php:140
8820
- #: includes/widgets/htmega_dropcaps.php:239
8821
- #: includes/widgets/htmega_easy_digital_download.php:268
8822
- #: includes/widgets/htmega_easy_digital_download.php:587
8823
- #: includes/widgets/htmega_errorcontent.php:289
8824
- #: includes/widgets/htmega_errorcontent.php:355
8825
- #: includes/widgets/htmega_errorcontent.php:434
8826
- #: includes/widgets/htmega_errorcontent.php:513
8827
- #: includes/widgets/htmega_errorcontent.php:589
8828
- #: includes/widgets/htmega_errorcontent.php:740
8829
- #: includes/widgets/htmega_googlemap.php:336
8830
- #: includes/widgets/htmega_googlemap.php:477
8831
- #: includes/widgets/htmega_gravity_forms.php:319
8832
- #: includes/widgets/htmega_gravity_forms.php:485
8833
- #: includes/widgets/htmega_gravity_forms.php:717
8834
- #: includes/widgets/htmega_imagemarker.php:683
8835
- #: includes/widgets/htmega_imagemarker.php:907
8836
- #: includes/widgets/htmega_image_comparison.php:293
8837
- #: includes/widgets/htmega_image_comparison.php:374
8838
- #: includes/widgets/htmega_image_grid.php:348
8839
- #: includes/widgets/htmega_image_grid.php:435
8840
- #: includes/widgets/htmega_image_grid.php:508
8841
- #: includes/widgets/htmega_image_magnifier.php:142
8842
- #: includes/widgets/htmega_image_masonry.php:194
8843
- #: includes/widgets/htmega_image_masonry.php:336
8844
- #: includes/widgets/htmega_image_masonry.php:423
8845
- #: includes/widgets/htmega_image_masonry.php:495
8846
- #: includes/widgets/htmega_inlinemenu.php:175
8847
- #: includes/widgets/htmega_instagram.php:647
8848
- #: includes/widgets/htmega_instagram.php:693
8849
- #: includes/widgets/htmega_instagram.php:823
8850
- #: includes/widgets/htmega_instagram.php:885
8851
- #: includes/widgets/htmega_instagram.php:1057
8852
- #: includes/widgets/htmega_instagram.php:1342
8853
- #: includes/widgets/htmega_lightbox.php:251
8854
- #: includes/widgets/htmega_lightbox.php:439
8855
- #: includes/widgets/htmega_mailchimp_wp.php:89
8856
- #: includes/widgets/htmega_mailchimp_wp.php:259
8857
- #: includes/widgets/htmega_mailchimp_wp.php:394
8858
- #: includes/widgets/htmega_modal.php:278 includes/widgets/htmega_modal.php:538
8859
- #: includes/widgets/htmega_modal.php:655 includes/widgets/htmega_modal.php:710
8860
- #: includes/widgets/htmega_modal.php:818 includes/widgets/htmega_modal.php:880
8861
- #: includes/widgets/htmega_modal.php:988
8862
- #: includes/widgets/htmega_newsticker.php:390
8863
- #: includes/widgets/htmega_newsticker.php:444
8864
- #: includes/widgets/htmega_newsticker.php:587
8865
- #: includes/widgets/htmega_newsticker.php:832
8866
- #: includes/widgets/htmega_newsticker.php:966
8867
- #: includes/widgets/htmega_ninja_form.php:140
8868
- #: includes/widgets/htmega_ninja_form.php:242
8869
- #: includes/widgets/htmega_ninja_form.php:406
8870
- #: includes/widgets/htmega_ninja_form.php:552
8871
- #: includes/widgets/htmega_ninja_form.php:774
8872
- #: includes/widgets/htmega_ninja_form.php:976
8873
- #: includes/widgets/htmega_notify.php:389
8874
- #: includes/widgets/htmega_notify.php:532
8875
- #: includes/widgets/htmega_notify.php:788
8876
- #: includes/widgets/htmega_offcanvas.php:349
8877
- #: includes/widgets/htmega_offcanvas.php:441
8878
- #: includes/widgets/htmega_panel_slider.php:543
8879
- #: includes/widgets/htmega_panel_slider.php:722
8880
- #: includes/widgets/htmega_panel_slider.php:778
8881
- #: includes/widgets/htmega_panel_slider.php:954
8882
- #: includes/widgets/htmega_popover.php:292
8883
- #: includes/widgets/htmega_popover.php:437
8884
- #: includes/widgets/htmega_popover.php:614
8885
- #: includes/widgets/htmega_popover.php:718
8886
- #: includes/widgets/htmega_postgrid.php:500
8887
- #: includes/widgets/htmega_postgrid.php:614
8888
- #: includes/widgets/htmega_postgrid.php:701
8889
- #: includes/widgets/htmega_post_grid_tab.php:313
8890
- #: includes/widgets/htmega_post_grid_tab.php:386
8891
- #: includes/widgets/htmega_post_grid_tab.php:479
8892
- #: includes/widgets/htmega_post_grid_tab.php:566
8893
- #: includes/widgets/htmega_post_grid_tab.php:664
8894
- #: includes/widgets/htmega_post_grid_tab.php:789
8895
- #: includes/widgets/htmega_post_grid_tab.php:884
8896
- #: includes/widgets/htmega_post_grid_tab.php:1038
8897
- #: includes/widgets/htmega_post_grid_tab.php:1146
8898
- #: includes/widgets/htmega_post_slider.php:759
8899
- #: includes/widgets/htmega_post_slider.php:914
8900
- #: includes/widgets/htmega_post_slider.php:1001
8901
- #: includes/widgets/htmega_post_slider.php:1098
8902
- #: includes/widgets/htmega_post_slider.php:1217
8903
- #: includes/widgets/htmega_post_slider.php:1311
8904
- #: includes/widgets/htmega_post_slider.php:1667
8905
- #: includes/widgets/htmega_post_slider.php:1926
8906
- #: includes/widgets/htmega_pricing_list_view.php:1240
8907
- #: includes/widgets/htmega_pricing_list_view.php:1493
8908
- #: includes/widgets/htmega_pricing_list_view.php:1599
8909
- #: includes/widgets/htmega_pricing_list_view.php:1672
8910
- #: includes/widgets/htmega_pricing_list_view.php:1757
8911
- #: includes/widgets/htmega_pricing_list_view.php:1834
8912
- #: includes/widgets/htmega_progress_bar.php:348
8913
- #: includes/widgets/htmega_progress_bar.php:677
8914
- #: includes/widgets/htmega_progress_bar.php:783
8915
- #: includes/widgets/htmega_quforms.php:170
8916
- #: includes/widgets/htmega_quforms.php:281
8917
- #: includes/widgets/htmega_quforms.php:413
8918
- #: includes/widgets/htmega_quforms.php:633
8919
- #: includes/widgets/htmega_quforms.php:860
8920
- #: includes/widgets/htmega_scroll_image.php:216
8921
- #: includes/widgets/htmega_scroll_image.php:376
8922
- #: includes/widgets/htmega_scroll_navigation.php:364
8923
- #: includes/widgets/htmega_search.php:196
8924
- #: includes/widgets/htmega_search.php:297
8925
- #: includes/widgets/htmega_search.php:516
8926
- #: includes/widgets/htmega_section_title.php:399
8927
- #: includes/widgets/htmega_section_title.php:599
8928
- #: includes/widgets/htmega_section_title.php:831
8929
- #: includes/widgets/htmega_section_title.php:1002
8930
- #: includes/widgets/htmega_service.php:196
8931
- #: includes/widgets/htmega_service.php:408
8932
- #: includes/widgets/htmega_service.php:513
8933
- #: includes/widgets/htmega_service.php:672
8934
- #: includes/widgets/htmega_service.php:934
8935
- #: includes/widgets/htmega_service.php:1062
8936
- #: includes/widgets/htmega_singlepost.php:194
8937
- #: includes/widgets/htmega_singlepost.php:281
8938
- #: includes/widgets/htmega_singlepost.php:396
8939
- #: includes/widgets/htmega_singlepost.php:492
8940
- #: includes/widgets/htmega_slider_thumb_gallery.php:717
8941
- #: includes/widgets/htmega_slider_thumb_gallery.php:765
8942
- #: includes/widgets/htmega_slider_thumb_gallery.php:973
8943
- #: includes/widgets/htmega_socialshere.php:407
8944
- #: includes/widgets/htmega_socialshere.php:652
8945
- #: includes/widgets/htmega_special_day_banner.php:302
8946
- #: includes/widgets/htmega_special_day_banner.php:379
8947
- #: includes/widgets/htmega_special_day_banner.php:438
8948
- #: includes/widgets/htmega_special_day_banner.php:497
8949
- #: includes/widgets/htmega_special_day_banner.php:556
8950
- #: includes/widgets/htmega_special_day_banner.php:615
8951
- #: includes/widgets/htmega_special_day_banner.php:701
8952
- #: includes/widgets/htmega_switcher.php:258
8953
- #: includes/widgets/htmega_switcher.php:399
8954
- #: includes/widgets/htmega_switcher.php:588
8955
- #: includes/widgets/htmega_tablepress.php:196
8956
- #: includes/widgets/htmega_tablepress.php:353
8957
- #: includes/widgets/htmega_tablepress.php:422
8958
- #: includes/widgets/htmega_tabs.php:336 includes/widgets/htmega_tabs.php:568
8959
- #: includes/widgets/htmega_tabs.php:911
8960
- #: includes/widgets/htmega_teammember.php:343
8961
- #: includes/widgets/htmega_teammember.php:728
8962
- #: includes/widgets/htmega_teammember.php:818
8963
- #: includes/widgets/htmega_teammember.php:909
8964
- #: includes/widgets/htmega_teammember.php:976
8965
- #: includes/widgets/htmega_testimonial_grid.php:284
8966
- #: includes/widgets/htmega_testimonial_grid.php:463
8967
- #: includes/widgets/htmega_testimonial_grid.php:523
8968
- #: includes/widgets/htmega_testimonial_grid.php:615
8969
- #: includes/widgets/htmega_toggle.php:168
8970
- #: includes/widgets/htmega_toggle.php:297
8971
- #: includes/widgets/htmega_tooltip.php:268
8972
- #: includes/widgets/htmega_tooltip.php:414
8973
- #: includes/widgets/htmega_tooltip.php:511
8974
- #: includes/widgets/htmega_twitter_feed.php:583
8975
- #: includes/widgets/htmega_twitter_feed.php:672
8976
- #: includes/widgets/htmega_twitter_feed.php:741
8977
- #: includes/widgets/htmega_twitter_feed.php:941
8978
- #: includes/widgets/htmega_twitter_feed.php:1002
8979
- #: includes/widgets/htmega_twitter_feed.php:1192
8980
- #: includes/widgets/htmega_user_login_form.php:621
8981
- #: includes/widgets/htmega_user_login_form.php:657
8982
- #: includes/widgets/htmega_user_login_form.php:887
8983
- #: includes/widgets/htmega_user_login_form.php:1133
8984
- #: includes/widgets/htmega_user_login_form.php:1344
8985
- #: includes/widgets/htmega_user_login_form.php:1514
8986
- #: includes/widgets/htmega_verticle_time_line.php:248
8987
- #: includes/widgets/htmega_verticle_time_line.php:348
8988
- #: includes/widgets/htmega_videoplayer.php:250
8989
- #: includes/widgets/htmega_videoplayer.php:408
8990
- #: includes/widgets/htmega_wc_categories.php:213
8991
- #: includes/widgets/htmega_wc_categories.php:343
8992
- #: includes/widgets/htmega_wc_element_pages.php:154
8993
- #: includes/widgets/htmega_wc_element_pages.php:265
8994
- #: includes/widgets/htmega_wc_element_pages.php:455
8995
- #: includes/widgets/htmega_wc_element_pages.php:776
8996
- #: includes/widgets/htmega_wc_element_pages.php:1007
8997
- #: includes/widgets/htmega_wc_element_pages.php:1149
8998
- #: includes/widgets/htmega_wc_element_pages.php:1442
8999
- #: includes/widgets/htmega_wc_element_pages.php:1577
9000
- #: includes/widgets/htmega_wc_element_pages.php:1744
9001
- #: includes/widgets/htmega_weather.php:275
9002
- #: includes/widgets/htmega_weather.php:334
9003
- #: includes/widgets/htmega_working_process.php:222
9004
- #: includes/widgets/htmega_working_process.php:418
9005
- #: includes/widgets/htmega_working_process.php:676
9006
- #: includes/widgets/htmega_working_process.php:755
9007
- #: includes/widgets/htmega_working_process.php:855
9008
- #: includes/widgets/htmega_wpforms.php:132
9009
- #: includes/widgets/htmega_wpforms.php:234
9010
- #: includes/widgets/htmega_wpforms.php:388
9011
- #: includes/widgets/htmega_wpforms.php:555
9012
- #: includes/widgets/htmega_wpforms.php:777
9013
- #: includes/widgets/htmega_wpforms.php:1003
9014
- #: extensions/ht-builder/widgets/bl_nav_menu.php:170
9015
- #: extensions/ht-builder/widgets/bl_nav_menu.php:403
9016
- #: extensions/ht-builder/widgets/bl_page_title.php:108
9017
- #: extensions/ht-builder/widgets/bl_post_archive.php:265
9018
- #: extensions/ht-builder/widgets/bl_post_archive.php:762
9019
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:110
9020
- #: extensions/ht-builder/widgets/bl_post_search_form.php:168
9021
- #: extensions/ht-builder/widgets/bl_post_search_form.php:253
9022
- #: extensions/ht-builder/widgets/bl_site_logo.php:130
9023
- #: extensions/ht-builder/widgets/bl_site_title.php:110
9024
- #: extensions/ht-menu/widgets/inline-mega-menu.php:119
9025
- #: extensions/ht-menu/widgets/inline-mega-menu.php:239
9026
- #: extensions/ht-menu/widgets/inline-mega-menu.php:369
9027
- #: extensions/ht-menu/widgets/inline-mega-menu.php:481
9028
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:120
9029
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:240
9030
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:327
9031
- msgid "Padding"
9032
- msgstr ""
9033
-
9034
- #: includes/widgets/htmega_wc_element_pages.php:54
9035
- #: extensions/ht-builder/widgets/bl_post_content.php:131
9036
- msgid "Page"
9037
- msgstr ""
9038
-
9039
- #: admin/include/admin-setting.php:701
9040
- msgid "Page List <span>( Pro )</span>"
9041
- msgstr ""
9042
-
9043
- #: admin/include/admin-setting.php:949 admin/include/admin-setting.php:950
9044
- #: extensions/ht-builder/widgets/bl_page_title.php:39
9045
- #: extensions/ht-builder/widgets/bl_page_title.php:58
9046
- #: extensions/ht-builder/widgets/bl_page_title.php:168
9047
- msgid "Page Title"
9048
- msgstr ""
9049
-
9050
- #: extensions/ht-builder/widgets/bl_post_content.php:127
9051
- msgid "Pages:"
9052
- msgstr ""
9053
-
9054
- #: includes/widgets/htmega_carousel.php:811
9055
- #: includes/widgets/htmega_carousel.php:1079
9056
- #: includes/widgets/htmega_data_table.php:82
9057
- #: includes/widgets/htmega_easy_digital_download.php:671
9058
- #: includes/widgets/htmega_instagram.php:1130
9059
- #: includes/widgets/htmega_panel_slider.php:1086
9060
- #: includes/widgets/htmega_post_slider.php:1740
9061
- #: includes/widgets/htmega_post_slider.php:1905
9062
- #: includes/widgets/htmega_scroll_navigation.php:381
9063
- #: includes/widgets/htmega_slider_thumb_gallery.php:1047
9064
- #: includes/widgets/htmega_twitter_feed.php:1291
9065
- #: extensions/ht-builder/widgets/bl_post_archive.php:835
9066
- msgid "Pagination"
9067
- msgstr ""
9068
-
9069
- #: includes/widgets/htmega_carousel.php:1287
9070
- msgid "Pagination Box"
9071
- msgstr ""
9072
-
9073
- #: includes/widgets/htmega_post_slider.php:1980
9074
- msgid "Pagination Box Width"
9075
- msgstr ""
9076
-
9077
- #: includes/widgets/htmega_data_table.php:1052
9078
- msgid "Pagination Footer"
9079
- msgstr ""
9080
-
9081
- #: includes/widgets/htmega_data_table.php:870
9082
- msgid "Pagination Header"
9083
- msgstr ""
9084
-
9085
- #: includes/widgets/htmega_data_table.php:921
9086
- msgid "Pagination Header length"
9087
- msgstr ""
9088
-
9089
- #: includes/widgets/htmega_tablepress.php:86
9090
- msgid "Pagination Hide"
9091
- msgstr ""
9092
-
9093
- #: includes/widgets/htmega_data_table.php:1090
9094
- msgid "Pagination Ordering"
9095
- msgstr ""
9096
-
9097
- #: includes/widgets/htmega_data_table.php:973
9098
- msgid "Pagination Style"
9099
- msgstr ""
9100
-
9101
- #: includes/widgets/htmega_job_manager.php:125
9102
- msgid "Pagination Type"
9103
- msgstr ""
9104
-
9105
- #: admin/include/admin-setting.php:359
9106
- #: includes/widgets/htmega_panel_slider.php:15
9107
- #: includes/widgets/htmega_panel_slider.php:53
9108
- msgid "Panel Slider"
9109
- msgstr ""
9110
-
9111
- #: admin/include/admin-setting.php:857
9112
- msgid "Parallax<span> ( Pro )</span>"
9113
- msgstr ""
9114
-
9115
- #: includes/widgets/htmega_easy_digital_download.php:172
9116
- #: includes/widgets/htmega_wc_categories.php:112
9117
- msgid "Parent"
9118
- msgstr ""
9119
-
9120
- #: includes/widgets/htmega_brand.php:91
9121
- msgid "Partner Link"
9122
- msgstr ""
9123
-
9124
- #: includes/widgets/htmega_brand.php:71
9125
- msgid "Partner Logo"
9126
- msgstr ""
9127
-
9128
- #: includes/widgets/htmega_user_login_form.php:236
9129
- #: includes/widgets/htmega_user_login_form.php:249
9130
- #: includes/widgets/htmega_user_login_form.php:1566
9131
- #: includes/widgets/htmega_user_login_form.php:1567
9132
- msgid "Password"
9133
- msgstr ""
9134
-
9135
- #: includes/widgets/htmega_user_login_form.php:234
9136
- msgid "Password Label"
9137
- msgstr ""
9138
-
9139
- #: includes/helper-function.php:457
9140
- msgid "Password length must be greater than 5"
9141
- msgstr ""
9142
-
9143
- #: includes/widgets/htmega_user_login_form.php:247
9144
- msgid "Password Placeholder"
9145
- msgstr ""
9146
-
9147
- #: includes/widgets/htmega_newsticker.php:175
9148
- msgid "Pause on hover"
9149
- msgstr ""
9150
-
9151
- #: includes/widgets/htmega_carousel.php:215
9152
- #: includes/widgets/htmega_instagram.php:410
9153
- #: includes/widgets/htmega_panel_slider.php:315
9154
- #: includes/widgets/htmega_post_slider.php:395
9155
- #: includes/widgets/htmega_slider_thumb_gallery.php:214
9156
- #: includes/widgets/htmega_slider_thumb_gallery.php:479
9157
- #: includes/widgets/htmega_twitter_feed.php:337
9158
- msgid "Pause on Hover?"
9159
- msgstr ""
9160
-
9161
- #: includes/widgets/htmega_wc_element_pages.php:888
9162
- msgid "Payment"
9163
- msgstr ""
9164
-
9165
- #: includes/widgets/htmega_pricing_list_view.php:1712
9166
- msgid "Per Month Typography"
9167
- msgstr ""
9168
-
9169
- #: includes/widgets/htmega_testimonial_grid.php:232
9170
- msgid "Peter Rose"
9171
- msgstr ""
9172
-
9173
- #: includes/widgets/htmega_progress_bar.php:219
9174
- msgid "Photoshop"
9175
- msgstr ""
9176
-
9177
- #: includes/class.htmega.php:197
9178
- msgid "PHP"
9179
- msgstr ""
9180
-
9181
- #: includes/widgets/htmega_socialshere.php:65
9182
- msgid "Pinterest"
9183
- msgstr ""
9184
-
9185
- #: extensions/ht-builder/widgets/bl_post_search_form.php:45
9186
- msgid "Placeholder"
9187
- msgstr ""
9188
-
9189
- #: admin/include/templates_list.php:17
9190
- msgctxt "placeholder"
9191
- msgid "Enter a Page Name"
9192
- msgstr ""
9193
-
9194
- #: includes/widgets/htmega_caldera_form.php:214
9195
- #: includes/widgets/htmega_contact_form_seven.php:263
9196
- #: includes/widgets/htmega_contact_form_seven.php:523
9197
- #: includes/widgets/htmega_gravity_forms.php:425
9198
- #: includes/widgets/htmega_mailchimp_wp.php:220
9199
- #: includes/widgets/htmega_ninja_form.php:513
9200
- #: includes/widgets/htmega_ninja_form.php:735
9201
- #: includes/widgets/htmega_quforms.php:374
9202
- #: includes/widgets/htmega_quforms.php:594
9203
- #: includes/widgets/htmega_search.php:240
9204
- #: includes/widgets/htmega_user_login_form.php:824
9205
- #: includes/widgets/htmega_wc_element_pages.php:738
9206
- #: includes/widgets/htmega_wc_element_pages.php:1382
9207
- #: includes/widgets/htmega_wpforms.php:516
9208
- #: includes/widgets/htmega_wpforms.php:738
9209
- msgid "Placeholder Color"
9210
- msgstr ""
9211
-
9212
- #: includes/widgets/htmega_animated_heading.php:235
9213
- #: includes/widgets/htmega_search.php:58
9214
- msgid "Placeholder Text"
9215
- msgstr ""
9216
-
9217
- #: includes/widgets/htmega_imagemarker.php:969
9218
- msgid "Placeholder Text Style"
9219
- msgstr ""
9220
-
9221
- #: includes/widgets/htmega_videoplayer.php:81
9222
- msgid "Play Button Icon"
9223
- msgstr ""
9224
-
9225
- #: admin/include/admin-setting.php:785
9226
- msgid ""
9227
- "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
9228
- "service which is capable of delivering all the necessary weather information "
9229
- "for any location on the globe.To create API key, go to this link <a "
9230
- "href=\"https://openweathermap.org/appid\" target=\"_blank\">OpenWeather</a>."
9231
- msgstr ""
9232
-
9233
- #: includes/widgets/htmega_instagram.php:1526
9234
- msgid "Please enter your access token."
9235
- msgstr ""
9236
-
9237
- #: includes/widgets/htmega_weather.php:372
9238
- msgid ""
9239
- "Please Insert Weather Map API Key from \"HTMega Addons > Settings > Other "
9240
- "options > Weather Map API Key\"."
9241
- msgstr ""
9242
-
9243
- #: includes/widgets/htmega_caldera_form.php:750
9244
- msgid "Please select a Contact Form From Setting!"
9245
- msgstr ""
9246
-
9247
- #: includes/widgets/htmega_quforms.php:1064
9248
- msgid "Please select Contact Form"
9249
- msgstr ""
9250
-
9251
- #: includes/widgets/htmega_contact_form_seven.php:1050
9252
- msgid "Please Select contact form."
9253
- msgstr ""
9254
-
9255
- #: includes/widgets/htmega_wpforms.php:1169
9256
- msgid "Please Select form."
9257
- msgstr ""
9258
-
9259
- #: includes/widgets/htmega_tablepress.php:440
9260
- msgid "Please Select table"
9261
- msgstr ""
9262
-
9263
- #: includes/widgets/htmega_wc_add_to_cart.php:193
9264
- #: includes/widgets/htmega_wc_add_to_cart.php:199
9265
- #: includes/widgets/htmega_wc_element_pages.php:1897
9266
- msgid "Please set a valid product"
9267
- msgstr ""
9268
-
9269
- #: includes/widgets/htmega_user_login_form.php:1691
9270
- msgid "Please wait..."
9271
- msgstr ""
9272
-
9273
- #: admin/include/template-library.php:376
9274
- #: includes/recommended-plugins/class.recommended-plugins.php:393
9275
- msgid "Plugin Not Found"
9276
- msgstr ""
9277
-
9278
- #: admin/include/template-library.php:396
9279
- #: includes/recommended-plugins/class.recommended-plugins.php:413
9280
- msgid "Plugin Successfully Activated"
9281
- msgstr ""
9282
-
9283
- #: includes/widgets/htmega_teammember.php:472
9284
- msgid "Plus Icon Color"
9285
- msgstr ""
9286
-
9287
- #: includes/widgets/htmega_socialshere.php:78
9288
- msgid "Pocket"
9289
- msgstr ""
9290
-
9291
- #: includes/widgets/htmega_googlemap.php:370
9292
- msgid "Pointer Width"
9293
- msgstr ""
9294
-
9295
- #: includes/widgets/htmega_videoplayer.php:53
9296
- msgid "Pop Up"
9297
- msgstr ""
9298
-
9299
- #: includes/widgets/htmega_videoplayer.php:72
9300
- msgid "Pop Up Button"
9301
- msgstr ""
9302
-
9303
- #: admin/include/admin-setting.php:367 includes/widgets/htmega_popover.php:14
9304
- #: includes/widgets/htmega_popover.php:75
9305
- #: includes/widgets/htmega_popover.php:498
9306
- msgid "Popover"
9307
- msgstr ""
9308
-
9309
- #: includes/widgets/htmega_popover.php:42
9310
- msgid "Popover Button"
9311
- msgstr ""
9312
-
9313
- #: includes/widgets/htmega_popover.php:169
9314
- msgid "Popover content Here"
9315
- msgstr ""
9316
-
9317
- #: includes/widgets/htmega_popover.php:180
9318
- msgid "Popover Header Here"
9319
- msgstr ""
9320
-
9321
- #: includes/widgets/htmega_popover.php:177
9322
- msgid "Popover Header Text"
9323
- msgstr ""
9324
-
9325
- #: includes/widgets/htmega_popover.php:160
9326
- msgid "Popover Options"
9327
- msgstr ""
9328
-
9329
- #: includes/widgets/htmega_popover.php:166
9330
- msgid "Popover Text"
9331
- msgstr ""
9332
-
9333
- #: includes/widgets/htmega_buddy_press.php:67
9334
- msgid "Popular"
9335
- msgstr ""
9336
-
9337
- #: admin/include/admin-setting.php:1040
9338
- msgid "Popular Post"
9339
- msgstr ""
9340
-
9341
- #: admin/include/admin-setting.php:1039
9342
- msgid "Popular Post <span>( Pro )</span>"
9343
- msgstr ""
9344
-
9345
- #: includes/widgets/htmega_search.php:910
9346
- msgid "Popup Background"
9347
- msgstr ""
9348
-
9349
- #: includes/widgets/htmega_search.php:679
9350
- #: includes/widgets/htmega_search.php:942
9351
- msgid "Popup Button Style"
9352
- msgstr ""
9353
-
9354
- #: includes/widgets/htmega_gallery_justify.php:118
9355
- msgid "Popup None"
9356
- msgstr ""
9357
-
9358
- #: includes/widgets/htmega_gallery_justify.php:114
9359
- msgid "Popup options"
9360
- msgstr ""
9361
-
9362
- #: includes/widgets/htmega_search.php:658
9363
- msgid "Popup style"
9364
- msgstr ""
9365
-
9366
- #: includes/widgets/htmega_mailchimp_wp.php:342
9367
- #: includes/widgets/htmega_progress_bar.php:652
9368
- #: includes/widgets/htmega_progress_bar.php:771
9369
- #: includes/widgets/htmega_progress_bar.php:839
9370
- #: includes/widgets/htmega_section_title.php:232
9371
- #: includes/widgets/htmega_working_process.php:524
9372
- #: extensions/wc-sales-notification/admin/setting.php:77
9373
- msgid "Position"
9374
- msgstr ""
9375
-
9376
- #: includes/widgets/htmega_imagemarker.php:1025
9377
- msgid "Position Left-Right (X)"
9378
- msgstr ""
9379
-
9380
- #: includes/widgets/htmega_imagemarker.php:998
9381
- msgid "Position Top-Bottom (Y)"
9382
- msgstr ""
9383
-
9384
- #: includes/widgets/htmega_image_comparison.php:195
9385
- msgid "Positioning Lebel"
9386
- msgstr ""
9387
-
9388
- #: admin/include/admin-setting.php:375
9389
- msgid "Post carousel"
9390
- msgstr ""
9391
-
9392
- #: admin/include/admin-setting.php:913 admin/include/admin-setting.php:914
9393
- #: extensions/ht-builder/widgets/bl_post_comments.php:187
9394
- msgid "Post Comments"
9395
- msgstr ""
9396
-
9397
- #: admin/include/admin-setting.php:904 admin/include/admin-setting.php:905
9398
- #: extensions/ht-builder/widgets/bl_post_content.php:40
9399
- #: extensions/ht-builder/widgets/bl_post_content.php:103
9400
- msgid "Post Content"
9401
- msgstr ""
9402
-
9403
- #: admin/include/admin-setting.php:842
9404
- msgid "Post Duplicator"
9405
- msgstr ""
9406
-
9407
- #: admin/include/admin-setting.php:1059
9408
- msgid "Post Duplicator Condition"
9409
- msgstr ""
9410
-
9411
- #: admin/include/admin-setting.php:895 admin/include/admin-setting.php:896
9412
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
9413
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
9414
- msgid "Post Excerpt"
9415
- msgstr ""
9416
-
9417
- #: admin/include/admin-setting.php:877 admin/include/admin-setting.php:878
9418
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
9419
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
9420
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
9421
- msgid "Post Featured Image"
9422
- msgstr ""
9423
-
9424
- #: admin/include/admin-setting.php:383 includes/widgets/htmega_postgrid.php:15
9425
- #: includes/widgets/htmega_postgrid.php:37
9426
- msgid "Post Grid"
9427
- msgstr ""
9428
-
9429
- #: admin/include/admin-setting.php:391
9430
- #: includes/widgets/htmega_post_grid_tab.php:15
9431
- #: includes/widgets/htmega_post_grid_tab.php:43
9432
- msgid "Post Grid Tab"
9433
- msgstr ""
9434
-
9435
- #: includes/widgets/htmega_postgrid.php:211
9436
- msgid "Post Items Box Style"
9437
- msgstr ""
9438
-
9439
- #: admin/include/admin-setting.php:886 admin/include/admin-setting.php:887
9440
- msgid "Post Meta Info"
9441
- msgstr ""
9442
-
9443
- #: includes/widgets/htmega_singlepost.php:628
9444
- msgid "Post Name"
9445
- msgstr ""
9446
-
9447
- #: admin/include/admin-setting.php:1022
9448
- msgid "Post Navigation"
9449
- msgstr ""
9450
-
9451
- #: admin/include/admin-setting.php:1021
9452
- msgid "Post Navigation <span>( Pro )</span>"
9453
- msgstr ""
9454
-
9455
- #: admin/include/class.htmega-elementor-template-library.php:98
9456
- msgid "Post not found"
9457
- msgstr ""
9458
-
9459
- #: admin/include/class.htmega-elementor-template-library.php:69
9460
- msgid "Post not found."
9461
- msgstr ""
9462
-
9463
- #: includes/widgets/htmega_postgrid.php:62
9464
- #: includes/widgets/htmega_post_grid_tab.php:69
9465
- #: includes/widgets/htmega_post_slider.php:73
9466
- msgid "Post Option"
9467
- msgstr ""
9468
-
9469
- #: admin/include/admin-setting.php:922 admin/include/admin-setting.php:923
9470
- msgid "Post Search Form"
9471
- msgstr ""
9472
-
9473
- #: admin/include/admin-setting.php:399
9474
- #: includes/widgets/htmega_post_slider.php:14
9475
- #: includes/widgets/htmega_post_slider.php:44
9476
- msgid "Post Slider"
9477
- msgstr ""
9478
-
9479
- #: admin/include/admin-setting.php:868 admin/include/admin-setting.php:869
9480
- #: includes/widgets/htmega_post_slider.php:376
9481
- #: extensions/ht-builder/widgets/bl_post_title.php:38
9482
- #: extensions/ht-builder/widgets/bl_post_title.php:57
9483
- msgid "Post Title"
9484
- msgstr ""
9485
-
9486
- #: includes/widgets/htmega_easy_digital_download.php:137
9487
- msgctxt "Posts Query Control"
9488
- msgid "Source"
9489
- msgstr ""
9490
-
9491
- #: includes/widgets/htmega_counter.php:928
9492
- msgid "Prefix"
9493
- msgstr ""
9494
-
9495
- #: admin/include/admin-setting.php:1462
9496
- #: extensions/ht-builder/admin/setting.php:151
9497
- #: extensions/ht-menu/classes/class.mega-menu.php:268
9498
- #: extensions/wc-sales-notification/admin/setting.php:235
9499
- msgid "premium version"
9500
- msgstr ""
9501
-
9502
- #: admin/include/custom-control/preset-manage.php:23
9503
- msgid "Preset not found"
9504
- msgstr ""
9505
-
9506
- #: includes/class.assests.php:387
9507
- #: includes/recommended-plugins/class.recommended-plugins.php:123
9508
- #: admin/include/templates/library/templates.php:133
9509
- msgid "Preview"
9510
- msgstr ""
9511
-
9512
- #: includes/widgets/htmega_newsticker.php:319
9513
- msgid "Previous Icon"
9514
- msgstr ""
9515
-
9516
- #: includes/widgets/htmega_carousel.php:165
9517
- #: includes/widgets/htmega_instagram.php:360
9518
- #: includes/widgets/htmega_panel_slider.php:265
9519
- #: includes/widgets/htmega_post_slider.php:329
9520
- #: includes/widgets/htmega_slider_thumb_gallery.php:168
9521
- #: includes/widgets/htmega_twitter_feed.php:287
9522
- msgid "Previous icon"
9523
- msgstr ""
9524
-
9525
- #: includes/widgets/htmega_easy_digital_download.php:468
9526
- #: includes/widgets/htmega_pricing_list_view.php:97
9527
- #: includes/widgets/htmega_pricing_list_view.php:1628
9528
- msgid "Price"
9529
- msgstr ""
9530
-
9531
- #: includes/widgets/htmega_easy_digital_download.php:479
9532
- msgid "Price Color"
9533
- msgstr ""
9534
-
9535
- #: includes/widgets/htmega_easy_digital_download.php:503
9536
- msgid "Price Margin"
9537
- msgstr ""
9538
-
9539
- #: admin/include/admin-setting.php:407
9540
- #: includes/widgets/htmega_pricing_list_view.php:13
9541
- msgid "Pricing List View"
9542
- msgstr ""
9543
-
9544
- #: admin/include/admin-setting.php:659
9545
- msgid "Pricing Menu <span>( Pro )</span>"
9546
- msgstr ""
9547
-
9548
- #: admin/include/admin-setting.php:415
9549
- msgid "Pricing Table"
9550
- msgstr ""
9551
-
9552
- #: includes/widgets/htmega_call_to_action.php:129
9553
- #: includes/widgets/htmega_call_to_action.php:677
9554
- msgid "Primary Button"
9555
- msgstr ""
9556
-
9557
- #: includes/widgets/htmega_call_to_action.php:145
9558
- msgid "Primary Button Link"
9559
- msgstr ""
9560
-
9561
- #: includes/widgets/htmega_call_to_action.php:136
9562
- msgid "Primary Button Text"
9563
- msgstr ""
9564
-
9565
- #: admin/include/admin-setting.php:1004
9566
- msgid "Print Page"
9567
- msgstr ""
9568
-
9569
- #: admin/include/admin-setting.php:1003
9570
- msgid "Print Page <span>( Pro )</span>"
9571
- msgstr ""
9572
-
9573
- #: includes/class.assests.php:375 admin/include/templates_list.php:54
9574
- #: admin/include/templates/library/templates.php:119
9575
- msgid "Pro"
9576
- msgstr ""
9577
-
9578
- #: includes/widgets/htmega_working_process.php:81
9579
- #: includes/widgets/htmega_working_process.php:169
9580
- msgid "Process #1"
9581
- msgstr ""
9582
-
9583
- #: includes/widgets/htmega_working_process.php:173
9584
- msgid "Process #2"
9585
- msgstr ""
9586
-
9587
- #: includes/widgets/htmega_working_process.php:177
9588
- msgid "Process #3"
9589
- msgstr ""
9590
-
9591
- #: includes/widgets/htmega_working_process.php:88
9592
- msgid "Process Number"
9593
- msgstr ""
9594
-
9595
- #: includes/widgets/htmega_wc_add_to_cart.php:50
9596
- #: includes/widgets/htmega_wc_add_to_cart.php:63
9597
- msgid "Product"
9598
- msgstr ""
9599
-
9600
- #: admin/include/admin-setting.php:423
9601
- #: includes/widgets/htmega_progress_bar.php:13
9602
- #: includes/widgets/htmega_progress_bar.php:50
9603
- #: includes/widgets/htmega_progress_bar.php:199
9604
- #: includes/widgets/htmega_progress_bar.php:397
9605
- msgid "Progress Bar"
9606
- msgstr ""
9607
-
9608
- #: includes/widgets/htmega_progress_bar.php:309
9609
- msgid "Progress bar Background"
9610
- msgstr ""
9611
-
9612
- #: includes/widgets/htmega_progress_bar.php:131
9613
- msgid "Progress bar color"
9614
- msgstr ""
9615
-
9616
- #: includes/widgets/htmega_progress_bar.php:286
9617
- msgid "Progress Bar Size"
9618
- msgstr ""
9619
-
9620
- #: includes/widgets/htmega_progress_bar.php:317
9621
- msgid "Progress bar track color"
9622
- msgstr ""
9623
-
9624
- #: includes/widgets/htmega_progress_bar.php:113
9625
- #: includes/widgets/htmega_progress_bar.php:245
9626
- msgid "Progress Bar Value"
9627
- msgstr ""
9628
-
9629
- #: includes/widgets/htmega_progress_bar.php:152
9630
- #: includes/widgets/htmega_progress_bar.php:337
9631
- msgid "Progress bar value background color"
9632
- msgstr ""
9633
-
9634
- #: includes/widgets/htmega_progress_bar.php:142
9635
- #: includes/widgets/htmega_progress_bar.php:327
9636
- msgid "Progress bar value color"
9637
- msgstr ""
9638
-
9639
- #: includes/widgets/htmega_progress_bar.php:263
9640
- msgid "Progress Bar Width"
9641
- msgstr ""
9642
-
9643
- #: includes/widgets/htmega_progress_bar.php:163
9644
- #: includes/widgets/htmega_progress_bar.php:556
9645
- msgid "Progress Indicator"
9646
- msgstr ""
9647
-
9648
- #: includes/widgets/htmega_progress_bar.php:459
9649
- msgid "Progress Position Top-Bottom"
9650
- msgstr ""
9651
-
9652
- #: includes/widgets/htmega_pricing_list_view.php:152
9653
- msgid "PSD Template"
9654
- msgstr ""
9655
-
9656
- #: admin/include/admin-setting.php:1462
9657
- #: extensions/ht-builder/admin/setting.php:151
9658
- #: extensions/ht-menu/classes/class.mega-menu.php:268
9659
- #: extensions/wc-sales-notification/admin/setting.php:235
9660
- msgid "Purchase our"
9661
- msgstr ""
9662
-
9663
- #: includes/widgets/htmega_animated_heading.php:104
9664
- msgid "Purpose,policy,Company"
9665
- msgstr ""
9666
-
9667
- #: includes/widgets/htmega_animated_heading.php:77
9668
- msgid "Push"
9669
- msgstr ""
9670
-
9671
- #: includes/widgets/htmega_section_title.php:62
9672
- msgid "Put the highlighted word in between the span tags!"
9673
- msgstr ""
9674
-
9675
- #: admin/include/admin-setting.php:1202 includes/widgets/htmega_quforms.php:13
9676
- #: includes/widgets/htmega_quforms.php:59
9677
- msgid "QU Form"
9678
- msgstr ""
9679
-
9680
- #: includes/widgets/htmega_wc_add_to_cart.php:83
9681
- msgid "Quantity"
9682
- msgstr ""
9683
-
9684
- #: includes/widgets/htmega_wc_element_pages.php:535
9685
- msgid "Quantity Input Box"
9686
- msgstr ""
9687
-
9688
- #: extensions/ht-builder/widgets/bl_post_archive.php:150
9689
- msgid "Query Settings"
9690
- msgstr ""
9691
-
9692
- #: includes/recommended-plugins/recommended-plugins.php:73
9693
- msgid "QuickSwish"
9694
- msgstr ""
9695
-
9696
- #: includes/widgets/htmega_blockquote.php:327
9697
- msgid "Quote By"
9698
- msgstr ""
9699
-
9700
- #: includes/widgets/htmega_blockquote.php:494
9701
- msgid "Quote Icon"
9702
- msgstr ""
9703
-
9704
- #: includes/widgets/htmega_blockquote.php:689
9705
- msgid "Quote Image"
9706
- msgstr ""
9707
-
9708
- #: includes/widgets/htmega_contact_form_seven.php:406
9709
- msgid "Radio & Checkbox Color"
9710
- msgstr ""
9711
-
9712
- #: includes/widgets/htmega_job_manager.php:102
9713
- #: includes/widgets/htmega_newsticker.php:262
9714
- #: includes/widgets/htmega_postgrid.php:153
9715
- #: includes/widgets/htmega_post_grid_tab.php:160
9716
- #: includes/widgets/htmega_post_slider.php:164
9717
- #: extensions/ht-builder/widgets/bl_post_archive.php:204
9718
- msgid "Random"
9719
- msgstr ""
9720
-
9721
- #: includes/widgets/htmega_testimonial_grid.php:682
9722
- msgid "Rating"
9723
- msgstr ""
9724
-
9725
- #: admin/include/admin-setting.php:1336
9726
- msgid "Rating icon"
9727
- msgstr ""
9728
-
9729
- #: includes/widgets/htmega_testimonial_grid.php:689
9730
- msgid "Rating On Right"
9731
- msgstr ""
9732
-
9733
- #: includes/widgets/htmega_image_grid.php:150
9734
- #: includes/widgets/htmega_image_grid.php:179
9735
- #: includes/widgets/htmega_image_masonry.php:131
9736
- #: includes/widgets/htmega_image_masonry.php:160
9737
- #: includes/widgets/htmega_post_grid_tab.php:233
9738
- #: includes/widgets/htmega_post_grid_tab.php:245
9739
- #: includes/widgets/htmega_post_grid_tab.php:246
9740
- #: includes/widgets/htmega_post_grid_tab.php:829
9741
- #: includes/widgets/htmega_post_slider.php:222
9742
- #: includes/widgets/htmega_post_slider.php:234
9743
- #: includes/widgets/htmega_post_slider.php:235
9744
- #: includes/widgets/htmega_post_slider.php:1257
9745
- #: includes/widgets/htmega_service.php:140
9746
- #: extensions/ht-builder/widgets/bl_post_archive.php:700
9747
- msgid "Read More"
9748
- msgstr ""
9749
-
9750
- #: extensions/ht-builder/widgets/bl_post_archive.php:73
9751
- #: extensions/ht-builder/widgets/bl_post_archive.php:1084
9752
- msgid "Read more"
9753
- msgstr ""
9754
-
9755
- #: includes/widgets/htmega_image_grid.php:451
9756
- #: includes/widgets/htmega_image_masonry.php:439
9757
- msgid "Read More Button"
9758
- msgstr ""
9759
-
9760
- #: extensions/ht-builder/widgets/bl_post_archive.php:71
9761
- msgid "Read More Button Text"
9762
- msgstr ""
9763
-
9764
- #: includes/widgets/htmega_post_grid_tab.php:243
9765
- #: includes/widgets/htmega_post_slider.php:232
9766
- msgid "Read More button text"
9767
- msgstr ""
9768
-
9769
- #: includes/widgets/htmega_service.php:318
9770
- msgid "Read More Color"
9771
- msgstr ""
9772
-
9773
- #: includes/widgets/htmega_image_grid.php:157
9774
- #: includes/widgets/htmega_image_masonry.php:138
9775
- msgid "Read More Link"
9776
- msgstr ""
9777
-
9778
- #: includes/widgets/htmega_image_grid.php:148
9779
- #: includes/widgets/htmega_image_masonry.php:129
9780
- msgid "Read More Text"
9781
- msgstr ""
9782
-
9783
- #: includes/widgets/htmega_custom_event.php:95
9784
- msgid "Read More."
9785
- msgstr ""
9786
-
9787
- #: extensions/wc-sales-notification/admin/setting.php:69
9788
- msgid "Real"
9789
- msgstr ""
9790
-
9791
- #: includes/recommended-plugins/class.recommended-plugins.php:71
9792
- msgid "Recommendations"
9793
- msgstr ""
9794
-
9795
- #: includes/recommended-plugins/recommended-plugins.php:28
9796
- msgid "Recommended Plugins"
9797
- msgstr ""
9798
-
9799
- #: includes/widgets/htmega_socialshere.php:75
9800
- msgid "Reddit"
9801
- msgstr ""
9802
-
9803
- #: includes/widgets/htmega_user_login_form.php:260
9804
- msgid "Redirect page after Login"
9805
- msgstr ""
9806
-
9807
- #: includes/widgets/htmega_user_login_form.php:324
9808
- #: includes/widgets/htmega_user_login_form.php:337
9809
- #: includes/widgets/htmega_user_login_form.php:1654
9810
- msgid "Register"
9811
- msgstr ""
9812
-
9813
- #: includes/widgets/htmega_user_login_form.php:1280
9814
- msgid "Register Button"
9815
- msgstr ""
9816
-
9817
- #: includes/widgets/htmega_user_login_form.php:117
9818
- msgid "Register Heading Login"
9819
- msgstr ""
9820
-
9821
- #: includes/widgets/htmega_user_login_form.php:335
9822
- msgid "Register Link Text"
9823
- msgstr ""
9824
-
9825
- #: admin/include/admin-setting.php:1031
9826
- msgid "Related Post"
9827
- msgstr ""
9828
-
9829
- #: admin/include/admin-setting.php:1030
9830
- msgid "Related Post <span>( Pro )</span>"
9831
- msgstr ""
9832
-
9833
- #: includes/widgets/htmega_imagemarker.php:452
9834
- msgid ""
9835
- "Reload the editor right after enabling this option. Example: Enable/Disable "
9836
- "this option > Click UPDATE > Then Reload the editor page."
9837
- msgstr ""
9838
-
9839
- #: includes/widgets/htmega_user_login_form.php:312
9840
- #: includes/widgets/htmega_user_login_form.php:1634
9841
- msgid "Remember Me"
9842
- msgstr ""
9843
-
9844
- #: includes/widgets/htmega_user_login_form.php:992
9845
- msgid "Remember Me Checkbox"
9846
- msgstr ""
9847
-
9848
- #: admin/include/admin-setting.php:615
9849
- msgid "Remote Template"
9850
- msgstr ""
9851
-
9852
- #: includes/widgets/htmega_socialshere.php:86
9853
- msgid "Renren"
9854
- msgstr ""
9855
-
9856
- #: includes/widgets/htmega_videoplayer.php:186
9857
- msgid "Repeat Video"
9858
- msgstr ""
9859
-
9860
- #: includes/widgets/htmega_bbpress.php:60
9861
- msgid "Reply Form"
9862
- msgstr ""
9863
-
9864
- #: includes/widgets/htmega_gravity_forms.php:280
9865
- #: includes/widgets/htmega_wc_element_pages.php:679
9866
- msgid "Required Color"
9867
- msgstr ""
9868
-
9869
- #: includes/widgets/htmega_wpforms.php:453
9870
- msgid "Required Label Style"
9871
- msgstr ""
9872
-
9873
- #: includes/widgets/htmega_caldera_form.php:102
9874
- #: includes/widgets/htmega_ninja_form.php:366
9875
- #: includes/widgets/htmega_quforms.php:131
9876
- msgid "Required Symbol Color"
9877
- msgstr ""
9878
-
9879
- #: includes/widgets/htmega_scroll_navigation.php:172
9880
- #: includes/widgets/htmega_scroll_navigation.php:202
9881
- msgid "Resolution"
9882
- msgstr ""
9883
-
9884
- #: admin/include/admin-setting.php:1323
9885
- msgid "Responsive, supports all major devices"
9886
- msgstr ""
9887
-
9888
- #: includes/widgets/htmega_image_comparison.php:390
9889
- msgid "Reveal"
9890
- msgstr ""
9891
-
9892
- #: admin/include/admin-setting.php:1222
9893
- #: includes/widgets/htmega_revolution_slider.php:13
9894
- #: includes/widgets/htmega_revolution_slider.php:53
9895
- msgid "Revolution Slider"
9896
- msgstr ""
9897
-
9898
- #: includes/widgets/htmega_accordion.php:575
9899
- #: includes/widgets/htmega_accordion.php:766
9900
- #: includes/widgets/htmega_accordion.php:924
9901
- #: includes/widgets/htmega_accordion.php:1322
9902
- #: includes/widgets/htmega_accordion.php:1326
9903
- #: includes/widgets/htmega_accordion.php:1440
9904
- #: includes/widgets/htmega_add_banner.php:376
9905
- #: includes/widgets/htmega_blockquote.php:191
9906
- #: includes/widgets/htmega_buddy_press.php:262
9907
- #: includes/widgets/htmega_business_hours.php:399
9908
- #: includes/widgets/htmega_button.php:119
9909
- #: includes/widgets/htmega_button.php:169
9910
- #: includes/widgets/htmega_caldera_form.php:80
9911
- #: includes/widgets/htmega_caldera_form.php:355
9912
- #: includes/widgets/htmega_call_to_action.php:204
9913
- #: includes/widgets/htmega_call_to_action.php:298
9914
- #: includes/widgets/htmega_call_to_action.php:338
9915
- #: includes/widgets/htmega_carousel.php:846
9916
- #: includes/widgets/htmega_contact_form_seven.php:125
9917
- #: includes/widgets/htmega_countdown.php:619
9918
- #: includes/widgets/htmega_countdown.php:651
9919
- #: includes/widgets/htmega_counter.php:296
9920
- #: includes/widgets/htmega_counter.php:329
9921
- #: includes/widgets/htmega_counter.php:435
9922
- #: includes/widgets/htmega_counter.php:561
9923
- #: includes/widgets/htmega_data_table.php:718
9924
- #: includes/widgets/htmega_data_table.php:837
9925
- #: includes/widgets/htmega_double_button.php:161
9926
- #: includes/widgets/htmega_double_button.php:248
9927
- #: includes/widgets/htmega_double_button.php:333
9928
- #: includes/widgets/htmega_dropcaps.php:92
9929
- #: includes/widgets/htmega_dropcaps.php:96
9930
- #: includes/widgets/htmega_easy_digital_download.php:326
9931
- #: includes/widgets/htmega_easy_digital_download.php:694
9932
- #: includes/widgets/htmega_errorcontent.php:257
9933
- #: includes/widgets/htmega_gravity_forms.php:157
9934
- #: includes/widgets/htmega_gravity_forms.php:213
9935
- #: includes/widgets/htmega_gravity_forms.php:247
9936
- #: includes/widgets/htmega_gravity_forms.php:552
9937
- #: includes/widgets/htmega_gravity_forms.php:783
9938
- #: includes/widgets/htmega_imagemarker.php:207
9939
- #: includes/widgets/htmega_imagemarker.php:718
9940
- #: includes/widgets/htmega_image_grid.php:299
9941
- #: includes/widgets/htmega_image_grid.php:396
9942
- #: includes/widgets/htmega_image_masonry.php:275
9943
- #: includes/widgets/htmega_image_masonry.php:372
9944
- #: includes/widgets/htmega_inlinemenu.php:129
9945
- #: includes/widgets/htmega_instagram.php:1492
9946
- #: includes/widgets/htmega_job_manager.php:160
9947
- #: includes/widgets/htmega_lightbox.php:204
9948
- #: includes/widgets/htmega_lightbox.php:317
9949
- #: includes/widgets/htmega_mailchimp_wp.php:137
9950
- #: includes/widgets/htmega_modal.php:182 includes/widgets/htmega_modal.php:358
9951
- #: includes/widgets/htmega_modal.php:1013
9952
- #: includes/widgets/htmega_newsticker.php:468
9953
- #: includes/widgets/htmega_ninja_form.php:196
9954
- #: includes/widgets/htmega_ninja_form.php:298
9955
- #: includes/widgets/htmega_ninja_form.php:332
9956
- #: includes/widgets/htmega_ninja_form.php:619
9957
- #: includes/widgets/htmega_ninja_form.php:830
9958
- #: includes/widgets/htmega_ninja_form.php:1042
9959
- #: includes/widgets/htmega_notify.php:290
9960
- #: includes/widgets/htmega_notify.php:570
9961
- #: includes/widgets/htmega_notify.php:836
9962
- #: includes/widgets/htmega_offcanvas.php:104
9963
- #: includes/widgets/htmega_offcanvas.php:208
9964
- #: includes/widgets/htmega_offcanvas.php:291
9965
- #: includes/widgets/htmega_offcanvas.php:383
9966
- #: includes/widgets/htmega_panel_slider.php:611
9967
- #: includes/widgets/htmega_popover.php:194
9968
- #: includes/widgets/htmega_popover.php:273
9969
- #: includes/widgets/htmega_popover.php:669
9970
- #: includes/widgets/htmega_popover.php:773
9971
- #: includes/widgets/htmega_postgrid.php:301
9972
- #: includes/widgets/htmega_postgrid.php:525
9973
- #: includes/widgets/htmega_postgrid.php:638
9974
- #: includes/widgets/htmega_post_grid_tab.php:409
9975
- #: includes/widgets/htmega_post_grid_tab.php:503
9976
- #: includes/widgets/htmega_post_grid_tab.php:590
9977
- #: includes/widgets/htmega_post_grid_tab.php:813
9978
- #: includes/widgets/htmega_post_slider.php:844
9979
- #: includes/widgets/htmega_post_slider.php:938
9980
- #: includes/widgets/htmega_post_slider.php:1025
9981
- #: includes/widgets/htmega_post_slider.php:1241
9982
- #: includes/widgets/htmega_pricing_list_view.php:481
9983
- #: includes/widgets/htmega_pricing_list_view.php:508
9984
- #: includes/widgets/htmega_pricing_list_view.php:1136
9985
- #: includes/widgets/htmega_pricing_list_view.php:1193
9986
- #: includes/widgets/htmega_quforms.php:98
9987
- #: includes/widgets/htmega_quforms.php:218
9988
- #: includes/widgets/htmega_quforms.php:339
9989
- #: includes/widgets/htmega_quforms.php:559
9990
- #: includes/widgets/htmega_quforms.php:777
9991
- #: includes/widgets/htmega_search.php:164
9992
- #: includes/widgets/htmega_section_title.php:423
9993
- #: includes/widgets/htmega_service.php:249
9994
- #: includes/widgets/htmega_service.php:433
9995
- #: includes/widgets/htmega_service.php:538
9996
- #: includes/widgets/htmega_service.php:727
9997
- #: includes/widgets/htmega_service.php:989
9998
- #: includes/widgets/htmega_singlepost.php:218
9999
- #: includes/widgets/htmega_singlepost.php:314
10000
- #: includes/widgets/htmega_singlepost.php:421
10001
- #: includes/widgets/htmega_slider_thumb_gallery.php:53
10002
- #: includes/widgets/htmega_socialshere.php:382
10003
- #: includes/widgets/htmega_special_day_banner.php:50
10004
- #: includes/widgets/htmega_special_day_banner.php:273
10005
- #: includes/widgets/htmega_tablepress.php:221
10006
- #: includes/widgets/htmega_tablepress.php:378
10007
- #: includes/widgets/htmega_tabs.php:521
10008
- #: includes/widgets/htmega_teammember.php:106
10009
- #: includes/widgets/htmega_teammember.php:624
10010
- #: includes/widgets/htmega_teammember.php:753
10011
- #: includes/widgets/htmega_teammember.php:843
10012
- #: includes/widgets/htmega_teammember.php:934
10013
- #: includes/widgets/htmega_teammember.php:1001
10014
- #: includes/widgets/htmega_testimonial_grid.php:561
10015
- #: includes/widgets/htmega_toggle.php:204
10016
- #: includes/widgets/htmega_tooltip.php:182
10017
- #: includes/widgets/htmega_tooltip.php:249
10018
- #: includes/widgets/htmega_user_login_form.php:157
10019
- #: includes/widgets/htmega_user_login_form.php:379
10020
- #: includes/widgets/htmega_user_login_form.php:579
10021
- #: includes/widgets/htmega_videoplayer.php:304
10022
- #: includes/widgets/htmega_wc_categories.php:388
10023
- #: includes/widgets/htmega_wpforms.php:188
10024
- #: includes/widgets/htmega_wpforms.php:290
10025
- #: includes/widgets/htmega_wpforms.php:325
10026
- #: includes/widgets/htmega_wpforms.php:622
10027
- #: includes/widgets/htmega_wpforms.php:841
10028
- #: includes/widgets/htmega_wpforms.php:1069
10029
- #: extensions/ht-builder/widgets/bl_nav_menu.php:123
10030
- #: extensions/ht-builder/widgets/bl_nav_menu.php:499
10031
- #: extensions/ht-builder/widgets/bl_page_title.php:145
10032
- #: extensions/ht-builder/widgets/bl_post_archive.php:310
10033
- #: extensions/ht-builder/widgets/bl_post_archive.php:391
10034
- #: extensions/ht-builder/widgets/bl_post_archive.php:498
10035
- #: extensions/ht-builder/widgets/bl_post_archive.php:604
10036
- #: extensions/ht-builder/widgets/bl_post_archive.php:684
10037
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:147
10038
- #: extensions/ht-builder/widgets/bl_post_author_info.php:116
10039
- #: extensions/ht-builder/widgets/bl_post_content.php:80
10040
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:80
10041
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:79
10042
- #: extensions/ht-builder/widgets/bl_post_title.php:110
10043
- #: extensions/ht-builder/widgets/bl_site_logo.php:167
10044
- #: extensions/ht-builder/widgets/bl_site_title.php:147
10045
- #: extensions/ht-menu/widgets/inline-mega-menu.php:174
10046
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:175
10047
- msgid "Right"
10048
- msgstr ""
10049
-
10050
- #: includes/widgets/htmega_post_slider.php:1461
10051
- msgid "Right Arrow position"
10052
- msgstr ""
10053
-
10054
- #: includes/widgets/htmega_post_slider.php:1509
10055
- msgid "Right Arrow position vertical"
10056
- msgstr ""
10057
-
10058
- #: includes/widgets/htmega_blockquote.php:161
10059
- msgid "Right Bottom"
10060
- msgstr ""
10061
-
10062
- #: includes/widgets/htmega_blockquote.php:160
10063
- msgid "Right Center"
10064
- msgstr ""
10065
-
10066
- #: includes/widgets/htmega_blockquote.php:159
10067
- msgid "Right Top"
10068
- msgstr ""
10069
-
10070
- #: includes/widgets/htmega_section_title.php:337
10071
- msgid "Rotate"
10072
- msgstr ""
10073
-
10074
- #: includes/widgets/htmega_animated_heading.php:78
10075
- msgid "Rotate Style One"
10076
- msgstr ""
10077
-
10078
- #: includes/widgets/htmega_animated_heading.php:80
10079
- msgid "Rotate Style Three"
10080
- msgstr ""
10081
-
10082
- #: includes/widgets/htmega_animated_heading.php:79
10083
- msgid "Rotate Style Two"
10084
- msgstr ""
10085
-
10086
- #: includes/widgets/htmega_data_table.php:312
10087
- #: includes/widgets/htmega_pricing_list_view.php:549
10088
- #: includes/widgets/htmega_user_login_form.php:400
10089
- msgid "Row"
10090
- msgstr ""
10091
-
10092
- #: includes/widgets/htmega_data_table.php:522
10093
- #: includes/widgets/htmega_pricing_list_view.php:1088
10094
- msgid "row"
10095
- msgstr ""
10096
-
10097
- #: includes/widgets/htmega_booked_calender.php:950
10098
- msgid "Row Border Color"
10099
- msgstr ""
10100
-
10101
- #: includes/widgets/htmega_booked_calender.php:961
10102
- msgid "Row Border Width"
10103
- msgstr ""
10104
-
10105
- #: includes/widgets/htmega_gallery_justify.php:66
10106
- #: includes/widgets/htmega_newsticker.php:92
10107
- msgid "Row Height"
10108
- msgstr ""
10109
-
10110
- #: includes/widgets/htmega_user_login_form.php:408
10111
- msgid "Row Reverse"
10112
- msgstr ""
10113
-
10114
- #: includes/widgets/htmega_pricing_list_view.php:1072
10115
- msgid "Row Starts"
10116
- msgstr ""
10117
-
10118
- #: extensions/wc-sales-notification/admin/setting.php:78
10119
- msgid ""
10120
- "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
10121
- "option are pro features ) <span>( Pro )</span>"
10122
- msgstr ""
10123
-
10124
- #: extensions/wc-sales-notification/admin/setting.php:48
10125
- msgid "Sale Notification Settings"
10126
- msgstr ""
10127
-
10128
- #: admin/include/admin-setting.php:826
10129
- #: extensions/wc-sales-notification/admin/setting.php:33
10130
- #: extensions/wc-sales-notification/admin/setting.php:34
10131
- msgid "Sales Notification"
10132
- msgstr ""
10133
-
10134
- #: admin/include/admin-setting.php:1409 admin/include/admin-setting.php:1434
10135
- msgid "Sales upto date option"
10136
- msgstr ""
10137
-
10138
- #: includes/widgets/htmega_teammember.php:156
10139
- msgid "Sams Roy"
10140
- msgstr ""
10141
-
10142
- #: includes/widgets/htmega_business_hours.php:85
10143
- #: includes/widgets/htmega_business_hours.php:163
10144
- msgid "Saturday"
10145
- msgstr ""
10146
-
10147
- #: extensions/ht-menu/classes/class.mega-menu.php:124
10148
- #: extensions/ht-menu/classes/class.mega-menu.php:244
10149
- msgid "Save"
10150
- msgstr ""
10151
-
10152
- #: includes/widgets/htmega_pricing_list_view.php:1554
10153
- msgid "Save Typography"
10154
- msgstr ""
10155
-
10156
- #: extensions/ht-menu/classes/class.mega-menu.php:245
10157
- msgid "Saving…"
10158
- msgstr ""
10159
-
10160
- #: includes/widgets/htmega_animated_heading.php:76
10161
- #: includes/widgets/htmega_carousel.php:481
10162
- msgid "Scale"
10163
- msgstr ""
10164
-
10165
- #: admin/include/admin-setting.php:431
10166
- #: includes/widgets/htmega_scroll_image.php:13
10167
- #: includes/widgets/htmega_scroll_image.php:43
10168
- msgid "Scroll Image"
10169
- msgstr ""
10170
-
10171
- #: includes/widgets/htmega_scroll_image.php:165
10172
- msgid "Scroll Image Style"
10173
- msgstr ""
10174
-
10175
- #: admin/include/admin-setting.php:439
10176
- #: includes/widgets/htmega_scroll_navigation.php:13
10177
- #: includes/widgets/htmega_scroll_navigation.php:51
10178
- msgid "Scroll Navigation"
10179
- msgstr ""
10180
-
10181
- #: admin/include/admin-setting.php:447 includes/widgets/htmega_search.php:14
10182
- #: includes/widgets/htmega_search.php:35 includes/widgets/htmega_search.php:60
10183
- #: includes/widgets/htmega_search.php:61 includes/widgets/htmega_search.php:92
10184
- #: includes/widgets/htmega_search.php:93
10185
- #: includes/widgets/htmega_search.php:1024
10186
- #: extensions/ht-builder/widgets/bl_post_search_form.php:105
10187
- #: extensions/ht-builder/widgets/bl_post_search_form.php:321
10188
- #: admin/include/templates/library/templates.php:95
10189
- msgid "Search"
10190
- msgstr ""
10191
-
10192
- #: extensions/ht-builder/widgets/bl_post_search_form.php:47
10193
- msgid "Search ..."
10194
- msgstr ""
10195
-
10196
- #: includes/widgets/htmega_search.php:145
10197
- msgid "Search Box Style"
10198
- msgstr ""
10199
-
10200
- #: includes/widgets/htmega_search.php:90
10201
- msgid "Search Button Text"
10202
- msgstr ""
10203
-
10204
- #: extensions/ht-builder/widgets/bl_post_search_form.php:38
10205
- msgid "Search Form"
10206
- msgstr ""
10207
-
10208
- #: includes/widgets/htmega_tablepress.php:97
10209
- msgid "Search Hide"
10210
- msgstr ""
10211
-
10212
- #: extensions/ht-builder/admin/setting.php:100
10213
- msgid "Search Page Template."
10214
- msgstr ""
10215
-
10216
- #: admin/include/templates/library/templates.php:94
10217
- msgid "Search Templates:"
10218
- msgstr ""
10219
-
10220
- #: admin/include/templates_list.php:47
10221
- msgid "Search.."
10222
- msgstr ""
10223
-
10224
- #: includes/widgets/htmega_data_table.php:163
10225
- msgid "Searching"
10226
- msgstr ""
10227
-
10228
- #: includes/widgets/htmega_button.php:267
10229
- #: includes/widgets/htmega_button.php:382
10230
- msgid "Second Background"
10231
- msgstr ""
10232
-
10233
- #: includes/widgets/htmega_call_to_action.php:223
10234
- #: includes/widgets/htmega_call_to_action.php:883
10235
- msgid "Secondary Button"
10236
- msgstr ""
10237
-
10238
- #: includes/widgets/htmega_call_to_action.php:230
10239
- msgid "Secondary Button Text"
10240
- msgstr ""
10241
-
10242
- #: includes/widgets/htmega_countdown.php:162
10243
- #: includes/widgets/htmega_countdown.php:244
10244
- #: includes/widgets/htmega_countdown.php:246
10245
- msgid "Seconds"
10246
- msgstr ""
10247
-
10248
- #: includes/widgets/htmega_section_title.php:369
10249
- msgid "Section style"
10250
- msgstr ""
10251
-
10252
- #: admin/include/admin-setting.php:455
10253
- #: includes/widgets/htmega_section_title.php:13
10254
- #: includes/widgets/htmega_section_title.php:34
10255
- msgid "Section Title"
10256
- msgstr ""
10257
-
10258
- #: includes/helper-function.php:733
10259
- #: includes/widgets/htmega_wc_element_pages.php:57
10260
- msgid "Select"
10261
- msgstr ""
10262
-
10263
- #: admin/include/admin-setting.php:793
10264
- msgid "Select 404 Page."
10265
- msgstr ""
10266
-
10267
- #: includes/widgets/htmega_wc_categories.php:77
10268
- msgid "Select Category Type"
10269
- msgstr ""
10270
-
10271
- #: includes/widgets/htmega_accordion.php:77
10272
- #: includes/widgets/htmega_accordion.php:217
10273
- #: includes/widgets/htmega_blockquote.php:41
10274
- #: includes/widgets/htmega_modal.php:51
10275
- #: includes/widgets/htmega_switcher.php:102
10276
- #: includes/widgets/htmega_switcher.php:194 includes/widgets/htmega_tabs.php:86
10277
- #: includes/widgets/htmega_toggle.php:79
10278
- msgid "Select Content Source"
10279
- msgstr ""
10280
-
10281
- #: extensions/wc-sales-notification/admin/setting.php:65
10282
- msgid "Select Content Type <span>( Pro )</span>"
10283
- msgstr ""
10284
-
10285
- #: includes/widgets/htmega_download_monitor.php:40
10286
- msgid "Select Download File"
10287
- msgstr ""
10288
-
10289
- #: includes/widgets/htmega_countdown.php:46
10290
- msgid "Select Event"
10291
- msgstr ""
10292
-
10293
- #: includes/widgets/htmega_instragram_feed.php:41
10294
- msgid "Select Feed"
10295
- msgstr ""
10296
-
10297
- #: includes/widgets/htmega_download_monitor.php:61
10298
- msgid "Select File"
10299
- msgstr ""
10300
-
10301
- #: includes/helper-function.php:346 includes/widgets/htmega_caldera_form.php:48
10302
- #: includes/widgets/htmega_gravity_forms.php:41
10303
- #: includes/widgets/htmega_gravity_forms.php:66
10304
- #: includes/widgets/htmega_ninja_form.php:43
10305
- #: includes/widgets/htmega_ninja_form.php:66
10306
- #: includes/widgets/htmega_quforms.php:42
10307
- #: includes/widgets/htmega_quforms.php:66
10308
- #: includes/widgets/htmega_wpforms.php:63
10309
- msgid "Select Form"
10310
- msgstr ""
10311
-
10312
- #: includes/widgets/htmega_job_manager.php:193
10313
- #: includes/widgets/htmega_job_manager.php:200
10314
- msgid "Select Job"
10315
- msgstr ""
10316
-
10317
- #: extensions/ht-menu/widgets/inline-mega-menu.php:37
10318
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:38
10319
- msgid "Select Menu"
10320
- msgstr ""
10321
-
10322
- #: includes/widgets/htmega_wc_add_to_cart.php:55
10323
- msgid "Select Post"
10324
- msgstr ""
10325
-
10326
- #: includes/widgets/htmega_singlepost.php:614
10327
- msgid "Select Post Type"
10328
- msgstr ""
10329
-
10330
- #: includes/helper-function.php:140 includes/widgets/htmega_offcanvas.php:84
10331
- msgid "Select Sidebar"
10332
- msgstr ""
10333
-
10334
- #: includes/widgets/htmega_layer_slider.php:63
10335
- #: includes/widgets/htmega_revolution_slider.php:34
10336
- #: includes/widgets/htmega_revolution_slider.php:60
10337
- msgid "Select Slider"
10338
- msgstr ""
10339
-
10340
- #: includes/widgets/htmega_offcanvas.php:56
10341
- msgid "Select Source"
10342
- msgstr ""
10343
-
10344
- #: includes/widgets/htmega_tablepress.php:32
10345
- #: includes/widgets/htmega_tablepress.php:55
10346
- msgid "Select Table"
10347
- msgstr ""
10348
-
10349
- #: includes/helper-function.php:91 includes/widgets/htmega_offcanvas.php:70
10350
- #: extensions/ht-menu/menu/helper_function.php:19
10351
- msgid "Select Template"
10352
- msgstr ""
10353
-
10354
- #: includes/widgets/htmega_template_selector.php:49
10355
- msgid "Select Your template"
10356
- msgstr ""
10357
-
10358
- #: includes/widgets/htmega_notify.php:101
10359
- #: includes/widgets/htmega_videoplayer.php:52
10360
- msgid "Self"
10361
- msgstr ""
10362
-
10363
- #: includes/widgets/htmega_verticle_time_line.php:73
10364
- #: includes/widgets/htmega_verticle_time_line.php:101
10365
- msgid "Sep<br/>2018"
10366
- msgstr ""
10367
-
10368
- #: includes/widgets/htmega_tabs.php:373
10369
- msgid "Separator"
10370
- msgstr ""
10371
-
10372
- #: includes/widgets/htmega_tabs.php:361
10373
- msgid "Separator Area"
10374
- msgstr ""
10375
-
10376
- #: includes/widgets/htmega_blockquote.php:415
10377
- #: includes/widgets/htmega_tabs.php:387
10378
- msgid "Separator Color"
10379
- msgstr ""
10380
-
10381
- #: includes/widgets/htmega_blockquote.php:460
10382
- #: includes/widgets/htmega_tabs.php:403
10383
- msgid "Separator Height"
10384
- msgstr ""
10385
-
10386
- #: includes/widgets/htmega_blockquote.php:400
10387
- #: includes/widgets/htmega_countdown.php:716
10388
- #: includes/widgets/htmega_tabs.php:462
10389
- msgid "Separator Position"
10390
- msgstr ""
10391
-
10392
- #: includes/widgets/htmega_section_title.php:480
10393
- msgid "Separator Specing"
10394
- msgstr ""
10395
-
10396
- #: includes/widgets/htmega_blockquote.php:430
10397
- #: includes/widgets/htmega_countdown.php:882
10398
- #: includes/widgets/htmega_tabs.php:434
10399
- msgid "Separator Width"
10400
- msgstr ""
10401
-
10402
- #: includes/widgets/htmega_working_process.php:474
10403
- msgid "Seperator Height"
10404
- msgstr ""
10405
-
10406
- #: includes/widgets/htmega_working_process.php:499
10407
- msgid "Seperator Width"
10408
- msgstr ""
10409
-
10410
- #: includes/widgets/htmega_booked_calender.php:117
10411
- msgid "September"
10412
- msgstr ""
10413
-
10414
- #: admin/include/class.diagnostic-data.php:459
10415
- #, php-format
10416
- msgid ""
10417
- "Server information (Web server, PHP version, MySQL version), WordPress "
10418
- "information, site name, site URL, number of plugins, number of users, your "
10419
- "name, and email address. You can rest assured that no sensitive data will be "
10420
- "collected or tracked. %1$sLearn more%2$s."
10421
- msgstr ""
10422
-
10423
- #: admin/include/admin-setting.php:463 includes/widgets/htmega_service.php:15
10424
- #: includes/widgets/htmega_service.php:36
10425
- msgid "Service"
10426
- msgstr ""
10427
-
10428
- #: includes/widgets/htmega_service.php:138
10429
- msgid "Service Button text"
10430
- msgstr ""
10431
-
10432
- #: includes/widgets/htmega_service.php:129
10433
- msgid "Service description"
10434
- msgstr ""
10435
-
10436
- #: includes/widgets/htmega_service.php:69
10437
- msgid "Service Icon Type"
10438
- msgstr ""
10439
-
10440
- #: includes/widgets/htmega_service.php:147
10441
- msgid "Service Link"
10442
- msgstr ""
10443
-
10444
- #: includes/widgets/htmega_service.php:60
10445
- msgid "Service Title"
10446
- msgstr ""
10447
-
10448
- #: includes/widgets/htmega_service.php:62
10449
- msgid "Services Title"
10450
- msgstr ""
10451
-
10452
- #: includes/class.htmega.php:209 admin/include/admin-setting.php:47
10453
- #: admin/include/admin-setting.php:48
10454
- #: extensions/ht-builder/widgets/bl_post_archive.php:36
10455
- #: extensions/ht-menu/menu/templates.php:40
10456
- msgid "Settings"
10457
- msgstr ""
10458
-
10459
- #: includes/widgets/htmega_button.php:486
10460
- msgid "Shadow 1"
10461
- msgstr ""
10462
-
10463
- #: includes/widgets/htmega_button.php:487
10464
- msgid "Shadow 2"
10465
- msgstr ""
10466
-
10467
- #: includes/widgets/htmega_newsticker.php:528
10468
- msgid "Shape Color"
10469
- msgstr ""
10470
-
10471
- #: includes/widgets/htmega_buddy_press.php:115
10472
- #: includes/widgets/htmega_buddy_press.php:128
10473
- #: includes/widgets/htmega_buddy_press.php:143
10474
- #: includes/widgets/htmega_buddy_press.php:158
10475
- #: includes/widgets/htmega_data_table.php:60
10476
- #: includes/widgets/htmega_data_table.php:84
10477
- #: includes/widgets/htmega_data_table.php:108
10478
- #: includes/widgets/htmega_data_table.php:136
10479
- #: includes/widgets/htmega_data_table.php:165
10480
- #: includes/widgets/htmega_data_table.php:178
10481
- #: includes/widgets/htmega_data_table.php:190
10482
- #: includes/widgets/htmega_double_button.php:80
10483
- #: includes/widgets/htmega_gravity_forms.php:79
10484
- #: includes/widgets/htmega_gravity_forms.php:91
10485
- #: includes/widgets/htmega_instagram.php:177
10486
- #: includes/widgets/htmega_instagram.php:189
10487
- #: includes/widgets/htmega_instagram.php:279
10488
- #: includes/widgets/htmega_newsticker.php:309
10489
- #: includes/widgets/htmega_popover.php:129
10490
- #: includes/widgets/htmega_popover.php:206
10491
- #: includes/widgets/htmega_scroll_image.php:122
10492
- #: includes/widgets/htmega_socialshere.php:358
10493
- #: includes/widgets/htmega_tooltip.php:129
10494
- #: includes/widgets/htmega_twitter_feed.php:146
10495
- #: includes/widgets/htmega_twitter_feed.php:158
10496
- #: includes/widgets/htmega_twitter_feed.php:170
10497
- #: includes/widgets/htmega_twitter_feed.php:182
10498
- #: includes/widgets/htmega_twitter_feed.php:194
10499
- #: includes/widgets/htmega_twitter_feed.php:208
10500
- #: includes/widgets/htmega_user_login_form.php:79
10501
- #: includes/widgets/htmega_user_login_form.php:187
10502
- #: includes/widgets/htmega_user_login_form.php:198
10503
- #: includes/widgets/htmega_user_login_form.php:289
10504
- #: includes/widgets/htmega_user_login_form.php:316
10505
- #: includes/widgets/htmega_user_login_form.php:328
10506
- #: includes/widgets/htmega_wc_add_to_cart.php:76
10507
- #: includes/widgets/htmega_wpforms.php:77
10508
- #: includes/widgets/htmega_wpforms.php:89
10509
- #: extensions/ht-builder/widgets/bl_post_archive.php:101
10510
- #: extensions/ht-builder/widgets/bl_post_archive.php:113
10511
- #: extensions/ht-builder/widgets/bl_post_archive.php:125
10512
- #: extensions/ht-builder/widgets/bl_post_archive.php:137
10513
- #: extensions/ht-builder/widgets/bl_post_author_info.php:47
10514
- #: extensions/ht-builder/widgets/bl_post_author_info.php:72
10515
- #: extensions/ht-builder/widgets/bl_post_author_info.php:84
10516
- msgid "Show"
10517
- msgstr ""
10518
-
10519
- #: includes/widgets/htmega_buddy_press.php:126
10520
- msgid "Show Active Time"
10521
- msgstr ""
10522
-
10523
- #: includes/widgets/htmega_easy_digital_download.php:140
10524
- #: includes/widgets/htmega_toggle.php:45 includes/widgets/htmega_toggle.php:46
10525
- #: includes/widgets/htmega_wc_categories.php:80
10526
- msgid "Show All"
10527
- msgstr ""
10528
-
10529
- #: includes/widgets/htmega_notify.php:143
10530
- msgid "Show Animation"
10531
- msgstr ""
10532
-
10533
- #: includes/widgets/htmega_twitter_feed.php:156
10534
- msgid "Show Author Image"
10535
- msgstr ""
10536
-
10537
- #: includes/widgets/htmega_twitter_feed.php:168
10538
- msgid "Show Author Name"
10539
- msgstr ""
10540
-
10541
- #: extensions/ht-builder/widgets/bl_post_author_info.php:70
10542
- msgid "Show Avatar Image"
10543
- msgstr ""
10544
-
10545
- #: includes/widgets/htmega_scroll_image.php:120
10546
- msgid "Show Badge"
10547
- msgstr ""
10548
-
10549
- #: extensions/ht-builder/widgets/bl_post_author_info.php:82
10550
- msgid "Show Biography"
10551
- msgstr ""
10552
-
10553
- #: includes/widgets/htmega_easy_digital_download.php:106
10554
- msgid "Show Buy Button"
10555
- msgstr ""
10556
-
10557
- #: includes/widgets/htmega_instagram.php:175
10558
- msgid "Show Caption"
10559
- msgstr ""
10560
-
10561
- #: extensions/ht-builder/widgets/bl_post_archive.php:111
10562
- msgid "Show Category"
10563
- msgstr ""
10564
-
10565
- #: includes/widgets/htmega_easy_digital_download.php:86
10566
- msgid "Show Content"
10567
- msgstr ""
10568
-
10569
- #: includes/widgets/htmega_videoplayer.php:198
10570
- msgid "Show Controller Button"
10571
- msgstr ""
10572
-
10573
- #: includes/widgets/htmega_gravity_forms.php:88
10574
- msgid "Show Description"
10575
- msgstr ""
10576
-
10577
- #: includes/widgets/htmega_download_monitor.php:96
10578
- msgid "Show Download Count"
10579
- msgstr ""
10580
-
10581
- #: includes/widgets/htmega_download_monitor.php:84
10582
- msgid "Show File Size"
10583
- msgstr ""
10584
-
10585
- #: includes/widgets/htmega_download_monitor.php:72
10586
- msgid "Show File Type"
10587
- msgstr ""
10588
-
10589
- #: includes/widgets/htmega_instagram.php:277
10590
- msgid "Show Follow Button"
10591
- msgstr ""
10592
-
10593
- #: includes/widgets/htmega_instragram_feed.php:93
10594
- msgid "Show Follow Text"
10595
- msgstr ""
10596
-
10597
- #: includes/widgets/htmega_buddy_press.php:156
10598
- msgid "Show Friend Count"
10599
- msgstr ""
10600
-
10601
- #: includes/widgets/htmega_gallery_justify.php:127
10602
- msgid "Show Gallery Title"
10603
- msgstr ""
10604
-
10605
- #: includes/widgets/htmega_instragram_feed.php:82
10606
- msgid "Show Header"
10607
- msgstr ""
10608
-
10609
- #: includes/widgets/htmega_user_login_form.php:77
10610
- msgid "Show Heading And Content"
10611
- msgstr ""
10612
-
10613
- #: includes/widgets/htmega_gallery_justify.php:139
10614
- msgid "Show Image Counter"
10615
- msgstr ""
10616
-
10617
- #: includes/widgets/htmega_notify.php:60
10618
- msgid "Show Info"
10619
- msgstr ""
10620
-
10621
- #: includes/widgets/htmega_instagram.php:187
10622
- msgid "Show Light Box"
10623
- msgstr ""
10624
-
10625
- #: includes/widgets/htmega_popover.php:127
10626
- #: includes/widgets/htmega_tooltip.php:127
10627
- msgid "Show Link"
10628
- msgstr ""
10629
-
10630
- #: includes/widgets/htmega_panel_slider.php:167
10631
- msgid "Show link on Image"
10632
- msgstr ""
10633
-
10634
- #: includes/widgets/htmega_panel_slider.php:156
10635
- msgid "Show link on Title"
10636
- msgstr ""
10637
-
10638
- #: includes/widgets/htmega_buddy_press.php:113
10639
- msgid "Show Meta Info"
10640
- msgstr ""
10641
-
10642
- #: includes/widgets/htmega_easy_digital_download.php:116
10643
- msgid "Show Pagination"
10644
- msgstr ""
10645
-
10646
- #: extensions/ht-builder/widgets/bl_post_archive.php:123
10647
- msgid "Show Post Meta"
10648
- msgstr ""
10649
-
10650
- #: includes/widgets/htmega_easy_digital_download.php:96
10651
- msgid "Show Price"
10652
- msgstr ""
10653
-
10654
- #: includes/widgets/htmega_wc_add_to_cart.php:73
10655
- msgid "Show Quantity"
10656
- msgstr ""
10657
-
10658
- #: extensions/ht-builder/widgets/bl_post_archive.php:135
10659
- msgid "Show Read More Button"
10660
- msgstr ""
10661
-
10662
- #: includes/widgets/htmega_buddy_press.php:141
10663
- msgid "Show Register Time"
10664
- msgstr ""
10665
-
10666
- #: includes/widgets/htmega_twitter_feed.php:192
10667
- msgid "Show Relative Time"
10668
- msgstr ""
10669
-
10670
- #: includes/widgets/htmega_data_table.php:58
10671
- msgid "Show Sorting Options"
10672
- msgstr ""
10673
-
10674
- #: includes/widgets/htmega_easy_digital_download.php:76
10675
- msgid "Show Thumbnail"
10676
- msgstr ""
10677
-
10678
- #: includes/widgets/htmega_twitter_feed.php:180
10679
- msgid "Show Time"
10680
- msgstr ""
10681
-
10682
- #: includes/widgets/htmega_twitter_feed.php:206
10683
- msgid "Show Time Icon"
10684
- msgstr ""
10685
-
10686
- #: includes/widgets/htmega_gravity_forms.php:76
10687
- #: extensions/ht-builder/widgets/bl_post_archive.php:99
10688
- #: extensions/ht-builder/widgets/bl_post_author_info.php:45
10689
- msgid "Show Title"
10690
- msgstr ""
10691
-
10692
- #: includes/widgets/htmega_twitter_feed.php:144
10693
- msgid "Show Twitter Meta"
10694
- msgstr ""
10695
-
10696
- #: includes/widgets/htmega_videoplayer.php:210
10697
- msgid "Show video source Logo"
10698
- msgstr ""
10699
-
10700
- #: includes/widgets/htmega_offcanvas.php:61
10701
- msgid "Sidebar"
10702
- msgstr ""
10703
-
10704
- #: includes/widgets/htmega_user_login_form.php:133
10705
- #: includes/widgets/htmega_user_login_form.php:134
10706
- msgid "Sign Up"
10707
- msgstr ""
10708
-
10709
- #: includes/widgets/htmega_scroll_navigation.php:292
10710
- msgid "Simulate Touch"
10711
- msgstr ""
10712
-
10713
- #: extensions/ht-builder/admin/setting.php:64
10714
- msgid "Single Blog Template."
10715
- msgstr ""
10716
-
10717
- #: includes/widgets/htmega_bbpress.php:56
10718
- msgid "Single Forum"
10719
- msgstr ""
10720
-
10721
- #: includes/widgets/htmega_easy_digital_download.php:225
10722
- #: includes/widgets/htmega_twitter_feed.php:543
10723
- msgid "Single Item"
10724
- msgstr ""
10725
-
10726
- #: admin/include/admin-setting.php:471
10727
- #: includes/widgets/htmega_singlepost.php:15
10728
- #: includes/widgets/htmega_singlepost.php:36
10729
- msgid "Single Post"
10730
- msgstr ""
10731
-
10732
- #: includes/widgets/htmega_wc_element_pages.php:59
10733
- msgid "Single Product Page"
10734
- msgstr ""
10735
-
10736
- #: includes/widgets/htmega_bbpress.php:61
10737
- msgid "Single Reply"
10738
- msgstr ""
10739
-
10740
- #: includes/widgets/htmega_bbpress.php:63
10741
- msgid "Single Tag"
10742
- msgstr ""
10743
-
10744
- #: includes/widgets/htmega_bbpress.php:59
10745
- msgid "Single Topic"
10746
- msgstr ""
10747
-
10748
- #: includes/widgets/htmega_bbpress.php:64
10749
- msgid "Single View"
10750
- msgstr ""
10751
-
10752
- #: includes/widgets/htmega_user_login_form.php:131
10753
- msgid "SingUp Text"
10754
- msgstr ""
10755
-
10756
- #: admin/include/admin-setting.php:967 admin/include/admin-setting.php:968
10757
- #: extensions/ht-builder/widgets/bl_site_logo.php:69
10758
- msgid "Site Logo"
10759
- msgstr ""
10760
-
10761
- #: admin/include/admin-setting.php:958 admin/include/admin-setting.php:959
10762
- #: extensions/ht-builder/widgets/bl_site_logo.php:41
10763
- #: extensions/ht-builder/widgets/bl_site_title.php:39
10764
- #: extensions/ht-builder/widgets/bl_site_title.php:60
10765
- #: extensions/ht-builder/widgets/bl_site_title.php:170
10766
- msgid "Site Title"
10767
- msgstr ""
10768
-
10769
- #: includes/widgets/htmega_image_grid.php:75
10770
- #: includes/widgets/htmega_image_masonry.php:84
10771
- #: includes/widgets/htmega_testimonial_grid.php:78
10772
- msgid "Six"
10773
- msgstr ""
10774
-
10775
- #: includes/widgets/htmega_counter.php:837
10776
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:187
10777
- msgid "Size"
10778
- msgstr ""
10779
-
10780
- #: includes/widgets/htmega_double_button.php:78
10781
- msgid "Skew Background"
10782
- msgstr ""
10783
-
10784
- #: includes/widgets/htmega_socialshere.php:88
10785
- msgid "Skype"
10786
- msgstr ""
10787
-
10788
- #: includes/widgets/htmega_animated_heading.php:73
10789
- msgid "Slide"
10790
- msgstr ""
10791
-
10792
- #: includes/widgets/htmega_carousel.php:112
10793
- #: includes/widgets/htmega_instagram.php:199
10794
- #: includes/widgets/htmega_panel_slider.php:178
10795
- #: includes/widgets/htmega_post_slider.php:276
10796
- #: includes/widgets/htmega_twitter_feed.php:217
10797
- msgid "Slider"
10798
- msgstr ""
10799
-
10800
- #: includes/widgets/htmega_carousel.php:152
10801
- #: includes/widgets/htmega_instagram.php:347
10802
- #: includes/widgets/htmega_panel_slider.php:252
10803
- #: includes/widgets/htmega_post_slider.php:316
10804
- #: includes/widgets/htmega_slider_thumb_gallery.php:157
10805
- #: includes/widgets/htmega_twitter_feed.php:274
10806
- msgid "Slider Arrow"
10807
- msgstr ""
10808
-
10809
- #: includes/widgets/htmega_instagram.php:449
10810
- #: includes/widgets/htmega_panel_slider.php:354
10811
- #: includes/widgets/htmega_post_slider.php:434
10812
- #: includes/widgets/htmega_slider_thumb_gallery.php:248
10813
- #: includes/widgets/htmega_twitter_feed.php:376
10814
- msgid "Slider auto play"
10815
- msgstr ""
10816
-
10817
- #: includes/widgets/htmega_carousel.php:254
10818
- msgid "Slider autoplay"
10819
- msgstr ""
10820
-
10821
- #: includes/widgets/htmega_scroll_navigation.php:126
10822
- msgid "Slider Direction"
10823
- msgstr ""
10824
-
10825
- #: includes/widgets/htmega_carousel.php:197
10826
- #: includes/widgets/htmega_instagram.php:392
10827
- #: includes/widgets/htmega_panel_slider.php:297
10828
- #: includes/widgets/htmega_post_slider.php:361
10829
- #: includes/widgets/htmega_slider_thumb_gallery.php:198
10830
- #: includes/widgets/htmega_twitter_feed.php:319
10831
- msgid "Slider dots"
10832
- msgstr ""
10833
-
10834
- #: includes/widgets/htmega_post_slider.php:614
10835
- msgid "Slider Image Max Height"
10836
- msgstr ""
10837
-
10838
- #: includes/widgets/htmega_post_slider.php:600
10839
- msgid "Slider Image Style"
10840
- msgstr ""
10841
-
10842
- #: includes/widgets/htmega_carousel.php:293
10843
- #: includes/widgets/htmega_carousel.php:335
10844
- #: includes/widgets/htmega_carousel.php:390
10845
- #: includes/widgets/htmega_instagram.php:488
10846
- #: includes/widgets/htmega_instagram.php:530
10847
- #: includes/widgets/htmega_instagram.php:585
10848
- #: includes/widgets/htmega_panel_slider.php:393
10849
- #: includes/widgets/htmega_panel_slider.php:435
10850
- #: includes/widgets/htmega_panel_slider.php:490
10851
- #: includes/widgets/htmega_post_slider.php:473
10852
- #: includes/widgets/htmega_post_slider.php:515
10853
- #: includes/widgets/htmega_post_slider.php:570
10854
- #: includes/widgets/htmega_slider_thumb_gallery.php:281
10855
- #: includes/widgets/htmega_slider_thumb_gallery.php:317
10856
- #: includes/widgets/htmega_slider_thumb_gallery.php:364
10857
- #: includes/widgets/htmega_twitter_feed.php:415
10858
- #: includes/widgets/htmega_twitter_feed.php:457
10859
- #: includes/widgets/htmega_twitter_feed.php:512
10860
- msgid "Slider item to scroll"
10861
- msgstr ""
10862
-
10863
- #: includes/widgets/htmega_carousel.php:137
10864
- #: includes/widgets/htmega_carousel.php:320
10865
- #: includes/widgets/htmega_carousel.php:375
10866
- #: includes/widgets/htmega_instagram.php:332
10867
- #: includes/widgets/htmega_instagram.php:515
10868
- #: includes/widgets/htmega_instagram.php:570
10869
- #: includes/widgets/htmega_panel_slider.php:203
10870
- #: includes/widgets/htmega_panel_slider.php:420
10871
- #: includes/widgets/htmega_panel_slider.php:475
10872
- #: includes/widgets/htmega_post_slider.php:301
10873
- #: includes/widgets/htmega_post_slider.php:500
10874
- #: includes/widgets/htmega_post_slider.php:555
10875
- #: includes/widgets/htmega_slider_thumb_gallery.php:144
10876
- #: includes/widgets/htmega_slider_thumb_gallery.php:304
10877
- #: includes/widgets/htmega_slider_thumb_gallery.php:351
10878
- #: includes/widgets/htmega_twitter_feed.php:242
10879
- #: includes/widgets/htmega_twitter_feed.php:442
10880
- #: includes/widgets/htmega_twitter_feed.php:497
10881
- msgid "Slider Items"
10882
- msgstr ""
10883
-
10884
- #: includes/widgets/htmega_scroll_navigation.php:301
10885
- msgid "Slider Navigation"
10886
- msgstr ""
10887
-
10888
- #: includes/widgets/htmega_carousel.php:127
10889
- #: includes/widgets/htmega_instagram.php:322
10890
- #: includes/widgets/htmega_panel_slider.php:193
10891
- #: includes/widgets/htmega_post_slider.php:291
10892
- #: includes/widgets/htmega_slider_thumb_gallery.php:137
10893
- #: includes/widgets/htmega_twitter_feed.php:232
10894
- msgid "Slider Option"
10895
- msgstr ""
10896
-
10897
- #: includes/widgets/htmega_scroll_navigation.php:119
10898
- msgid "Slider Options"
10899
- msgstr ""
10900
-
10901
- #: includes/widgets/htmega_scroll_navigation.php:311
10902
- msgid "Slider Pagination"
10903
- msgstr ""
10904
-
10905
- #: includes/widgets/htmega_panel_slider.php:86
10906
- msgid "Slider Sub Title"
10907
- msgstr ""
10908
-
10909
- #: includes/widgets/htmega_slider_thumb_gallery.php:43
10910
- msgid "Slider Thumbnail"
10911
- msgstr ""
10912
-
10913
- #: admin/include/admin-setting.php:479
10914
- #: includes/widgets/htmega_slider_thumb_gallery.php:14
10915
- msgid "Slider Thumbnail Gallery"
10916
- msgstr ""
10917
-
10918
- #: includes/widgets/htmega_panel_slider.php:77
10919
- msgid "Slider Title"
10920
- msgstr ""
10921
-
10922
- #: includes/widgets/htmega_scroll_navigation.php:265
10923
- msgid "Slider Visible Item"
10924
- msgstr ""
10925
-
10926
- #: includes/widgets/htmega_easy_digital_download.php:199
10927
- #: includes/widgets/htmega_wc_categories.php:130
10928
- msgid "Slug"
10929
- msgstr ""
10930
-
10931
- #: includes/widgets/htmega_booked_calender.php:167
10932
- #: includes/widgets/htmega_button.php:93
10933
- #: includes/widgets/htmega_double_button.php:46
10934
- msgid "Small"
10935
- msgstr ""
10936
-
10937
- #: includes/widgets/htmega_socialshere.php:58
10938
- #: includes/widgets/htmega_teammember.php:205
10939
- #: includes/widgets/htmega_teammember.php:955
10940
- msgid "Social Media"
10941
- msgstr ""
10942
-
10943
- #: admin/include/admin-setting.php:673
10944
- msgid "Social Network Icons <span>( Pro )</span>"
10945
- msgstr ""
10946
-
10947
- #: admin/include/admin-setting.php:487
10948
- #: includes/widgets/htmega_socialshere.php:13
10949
- #: includes/widgets/htmega_socialshere.php:49
10950
- msgid "Social Share"
10951
- msgstr ""
10952
-
10953
- #: admin/include/admin-setting.php:995
10954
- msgid "Social share"
10955
- msgstr ""
10956
-
10957
- #: admin/include/admin-setting.php:994
10958
- msgid "Social Share <span>( Pro )</span>"
10959
- msgstr ""
10960
-
10961
- #: includes/helper-function.php:425
10962
- msgid "Something is wrong please check again!"
10963
- msgstr ""
10964
-
10965
- #: includes/helper-function.php:447
10966
- msgid "Sorry, that username already exists!"
10967
- msgstr ""
10968
-
10969
- #: includes/helper-function.php:451
10970
- msgid "Sorry, the username you entered is not valid"
10971
- msgstr ""
10972
-
10973
- #: admin/include/template-library.php:411
10974
- msgid "Sorry, you are not allowed to install themes on this site."
10975
- msgstr ""
10976
-
10977
- #: includes/widgets/htmega_data_table.php:73
10978
- msgid "Sorting Options"
10979
- msgstr ""
10980
-
10981
- #: includes/widgets/htmega_data_table.php:1134
10982
- msgid "Sorting Ordering After Color"
10983
- msgstr ""
10984
-
10985
- #: includes/widgets/htmega_data_table.php:1118
10986
- msgid "Sorting Ordering Before Color"
10987
- msgstr ""
10988
-
10989
- #: includes/widgets/htmega_data_table.php:1102
10990
- msgid "Sorting Ordering Color"
10991
- msgstr ""
10992
-
10993
- #: includes/widgets/htmega_data_table.php:859
10994
- msgid "Sorting Style"
10995
- msgstr ""
10996
-
10997
- #: includes/widgets/htmega_videoplayer.php:174
10998
- msgid "Sound Mute"
10999
- msgstr ""
11000
-
11001
- #: includes/widgets/htmega_gallery_justify.php:75
11002
- msgid "Space"
11003
- msgstr ""
11004
-
11005
- #: includes/widgets/htmega_user_login_form.php:433
11006
- msgid "Space Around"
11007
- msgstr ""
11008
-
11009
- #: includes/widgets/htmega_user_login_form.php:432
11010
- msgid "Space Between"
11011
- msgstr ""
11012
-
11013
- #: includes/widgets/htmega_user_login_form.php:434
11014
- msgid "Space Evenly"
11015
- msgstr ""
11016
-
11017
- #: includes/widgets/htmega_popover.php:216
11018
- #: includes/widgets/htmega_tooltip.php:192
11019
- msgid "Space With Button"
11020
- msgstr ""
11021
-
11022
- #: includes/widgets/htmega_caldera_form.php:120
11023
- #: includes/widgets/htmega_caldera_form.php:164
11024
- msgid "Space(px)"
11025
- msgstr ""
11026
-
11027
- #: includes/helper-function.php:209
11028
- msgid "span"
11029
- msgstr ""
11030
-
11031
- #: admin/include/admin-setting.php:143
11032
- #: includes/widgets/htmega_special_day_banner.php:14
11033
- msgid "Special Day Offer"
11034
- msgstr ""
11035
-
11036
- #: includes/widgets/htmega_scroll_image.php:149
11037
- #: includes/widgets/htmega_scroll_navigation.php:256
11038
- msgid "Speed"
11039
- msgstr ""
11040
-
11041
- #: includes/widgets/htmega_accordion.php:1109
11042
- #: includes/widgets/htmega_counter.php:70
11043
- #: includes/widgets/htmega_user_login_form.php:429
11044
- msgid "Start"
11045
- msgstr ""
11046
-
11047
- #: includes/widgets/htmega_bbpress.php:65
11048
- msgid "Stats"
11049
- msgstr ""
11050
-
11051
- #: includes/widgets/htmega_progress_bar.php:75
11052
- msgid "Striped"
11053
- msgstr ""
11054
-
11055
- #: includes/widgets/htmega_progress_bar.php:87
11056
- msgid "Striped Animated"
11057
- msgstr ""
11058
-
11059
- #: includes/widgets/htmega_section_title.php:656
11060
- #: includes/widgets/htmega_section_title.php:1045
11061
- msgid "Stroke"
11062
- msgstr ""
11063
-
11064
- #: includes/widgets/htmega_section_title.php:666
11065
- #: includes/widgets/htmega_section_title.php:1055
11066
- msgid "Stroke Color"
11067
- msgstr ""
11068
-
11069
- #: includes/widgets/htmega_section_title.php:680
11070
- #: includes/widgets/htmega_section_title.php:1069
11071
- msgid "Stroke Fill Width"
11072
- msgstr ""
11073
-
11074
- #: includes/widgets/htmega_socialshere.php:77
11075
- msgid "Stumbleupon"
11076
- msgstr ""
11077
-
11078
- #: includes/widgets/htmega_accordion.php:51
11079
- #: includes/widgets/htmega_add_banner.php:41
11080
- #: includes/widgets/htmega_blockquote.php:172
11081
- #: includes/widgets/htmega_booked_calender.php:50
11082
- #: includes/widgets/htmega_brand.php:42 includes/widgets/htmega_brand.php:120
11083
- #: includes/widgets/htmega_call_to_action.php:39
11084
- #: includes/widgets/htmega_carousel.php:50
11085
- #: includes/widgets/htmega_contact_form_seven.php:51
11086
- #: includes/widgets/htmega_countdown.php:94
11087
- #: includes/widgets/htmega_counter.php:49
11088
- #: includes/widgets/htmega_dropcaps.php:42
11089
- #: includes/widgets/htmega_errorcontent.php:50
11090
- #: includes/widgets/htmega_errorcontent.php:238
11091
- #: includes/widgets/htmega_imagemarker.php:121
11092
- #: includes/widgets/htmega_image_grid.php:50
11093
- #: includes/widgets/htmega_image_magnifier.php:102
11094
- #: includes/widgets/htmega_image_masonry.php:59
11095
- #: includes/widgets/htmega_inlinemenu.php:53
11096
- #: includes/widgets/htmega_instagram.php:51
11097
- #: includes/widgets/htmega_instagram.php:616
11098
- #: includes/widgets/htmega_instragram_feed.php:121
11099
- #: includes/widgets/htmega_mailchimp_wp.php:50
11100
- #: includes/widgets/htmega_mailchimp_wp.php:81
11101
- #: includes/widgets/htmega_newsticker.php:56
11102
- #: includes/widgets/htmega_notify.php:270
11103
- #: includes/widgets/htmega_offcanvas.php:308
11104
- #: includes/widgets/htmega_panel_slider.php:60
11105
- #: includes/widgets/htmega_popover.php:253
11106
- #: includes/widgets/htmega_post_slider.php:1422
11107
- #: includes/widgets/htmega_pricing_list_view.php:307
11108
- #: includes/widgets/htmega_pricing_list_view.php:681
11109
- #: includes/widgets/htmega_progress_bar.php:57
11110
- #: includes/widgets/htmega_progress_bar.php:71
11111
- #: includes/widgets/htmega_search.php:42 includes/widgets/htmega_service.php:42
11112
- #: includes/widgets/htmega_singlepost.php:42
11113
- #: includes/widgets/htmega_socialshere.php:399
11114
- #: includes/widgets/htmega_switcher.php:41
11115
- #: includes/widgets/htmega_switcher.php:238 includes/widgets/htmega_tabs.php:41
11116
- #: includes/widgets/htmega_tabs.php:128
11117
- #: includes/widgets/htmega_teammember.php:50
11118
- #: includes/widgets/htmega_testimonial_grid.php:41
11119
- #: includes/widgets/htmega_twitter_feed.php:55
11120
- #: includes/widgets/htmega_user_login_form.php:50
11121
- #: includes/widgets/htmega_user_login_form.php:549
11122
- #: includes/widgets/htmega_weather.php:65
11123
- #: includes/widgets/htmega_working_process.php:42
11124
- #: extensions/ht-builder/widgets/bl_site_logo.php:99
11125
- msgid "Style"
11126
- msgstr ""
11127
-
11128
- #: includes/widgets/htmega_inlinemenu.php:64
11129
- #: includes/widgets/htmega_teammember.php:61
11130
- msgid "Style Eight"
11131
- msgstr ""
11132
-
11133
- #: includes/widgets/htmega_accordion.php:59
11134
- #: includes/widgets/htmega_add_banner.php:49
11135
- #: includes/widgets/htmega_animated_heading.php:57
11136
- #: includes/widgets/htmega_brand.php:50
11137
- #: includes/widgets/htmega_call_to_action.php:47
11138
- #: includes/widgets/htmega_carousel.php:58
11139
- #: includes/widgets/htmega_contact_form_seven.php:59
11140
- #: includes/widgets/htmega_counter.php:57
11141
- #: includes/widgets/htmega_dropcaps.php:50
11142
- #: includes/widgets/htmega_imagemarker.php:129
11143
- #: includes/widgets/htmega_image_grid.php:58
11144
- #: includes/widgets/htmega_image_masonry.php:67
11145
- #: includes/widgets/htmega_inlinemenu.php:61
11146
- #: includes/widgets/htmega_mailchimp_wp.php:58
11147
- #: includes/widgets/htmega_newsticker.php:64
11148
- #: includes/widgets/htmega_search.php:50
11149
- #: includes/widgets/htmega_section_title.php:49
11150
- #: includes/widgets/htmega_service.php:50 includes/widgets/htmega_tabs.php:49
11151
- #: includes/widgets/htmega_teammember.php:58
11152
- #: includes/widgets/htmega_testimonial_grid.php:49
11153
- #: includes/widgets/htmega_twitter_feed.php:63
11154
- #: includes/widgets/htmega_user_login_form.php:58
11155
- #: includes/widgets/htmega_working_process.php:50
11156
- msgid "Style Five"
11157
- msgstr ""
11158
-
11159
- #: includes/widgets/htmega_accordion.php:58
11160
- #: includes/widgets/htmega_add_banner.php:48
11161
- #: includes/widgets/htmega_animated_heading.php:56
11162
- #: includes/widgets/htmega_brand.php:49 includes/widgets/htmega_button.php:53
11163
- #: includes/widgets/htmega_call_to_action.php:46
11164
- #: includes/widgets/htmega_carousel.php:57
11165
- #: includes/widgets/htmega_contact_form_seven.php:58
11166
- #: includes/widgets/htmega_counter.php:56
11167
- #: includes/widgets/htmega_dropcaps.php:49
11168
- #: includes/widgets/htmega_errorcontent.php:57
11169
- #: includes/widgets/htmega_imagemarker.php:128
11170
- #: includes/widgets/htmega_image_grid.php:57
11171
- #: includes/widgets/htmega_image_masonry.php:66
11172
- #: includes/widgets/htmega_inlinemenu.php:60
11173
- #: includes/widgets/htmega_instagram.php:58
11174
- #: includes/widgets/htmega_mailchimp_wp.php:57
11175
- #: includes/widgets/htmega_newsticker.php:63
11176
- #: includes/widgets/htmega_panel_slider.php:67
11177
- #: includes/widgets/htmega_search.php:49
11178
- #: includes/widgets/htmega_section_title.php:48
11179
- #: includes/widgets/htmega_service.php:49
11180
- #: includes/widgets/htmega_singlepost.php:49
11181
- #: includes/widgets/htmega_tabs.php:48
11182
- #: includes/widgets/htmega_teammember.php:57
11183
- #: includes/widgets/htmega_testimonial_grid.php:48
11184
- #: includes/widgets/htmega_twitter_feed.php:62
11185
- #: includes/widgets/htmega_user_login_form.php:57
11186
- #: includes/widgets/htmega_weather.php:72
11187
- #: includes/widgets/htmega_working_process.php:49
11188
- msgid "Style Four"
11189
- msgstr ""
11190
-
11191
- #: includes/widgets/htmega_countdown.php:101
11192
- msgid "Style Four (Flip)"
11193
- msgstr ""
11194
-
11195
- #: includes/widgets/htmega_inlinemenu.php:65
11196
- msgid "Style Nine"
11197
- msgstr ""
11198
-
11199
- #: includes/widgets/htmega_accordion.php:55
11200
- #: includes/widgets/htmega_add_banner.php:45
11201
- #: includes/widgets/htmega_animated_heading.php:53
11202
- #: includes/widgets/htmega_brand.php:46 includes/widgets/htmega_button.php:50
11203
- #: includes/widgets/htmega_call_to_action.php:43
11204
- #: includes/widgets/htmega_carousel.php:54
11205
- #: includes/widgets/htmega_carousel.php:433
11206
- #: includes/widgets/htmega_contact_form_seven.php:55
11207
- #: includes/widgets/htmega_counter.php:53
11208
- #: includes/widgets/htmega_dropcaps.php:46
11209
- #: includes/widgets/htmega_errorcontent.php:54
11210
- #: includes/widgets/htmega_imagemarker.php:125
11211
- #: includes/widgets/htmega_image_grid.php:54
11212
- #: includes/widgets/htmega_image_masonry.php:63
11213
- #: includes/widgets/htmega_inlinemenu.php:57
11214
- #: includes/widgets/htmega_instagram.php:55
11215
- #: includes/widgets/htmega_mailchimp_wp.php:54
11216
- #: includes/widgets/htmega_newsticker.php:60
11217
- #: includes/widgets/htmega_panel_slider.php:64
11218
- #: includes/widgets/htmega_post_slider.php:1426
11219
- #: includes/widgets/htmega_search.php:46
11220
- #: includes/widgets/htmega_section_title.php:45
11221
- #: includes/widgets/htmega_service.php:46
11222
- #: includes/widgets/htmega_singlepost.php:46
11223
- #: includes/widgets/htmega_tabs.php:45
11224
- #: includes/widgets/htmega_teammember.php:54
11225
- #: includes/widgets/htmega_teammember.php:72
11226
- #: includes/widgets/htmega_teammember.php:87
11227
- #: includes/widgets/htmega_testimonial_grid.php:45
11228
- #: includes/widgets/htmega_twitter_feed.php:59
11229
- #: includes/widgets/htmega_user_login_form.php:54
11230
- #: includes/widgets/htmega_weather.php:69
11231
- #: includes/widgets/htmega_working_process.php:46
11232
- msgid "Style One"
11233
- msgstr ""
11234
-
11235
- #: includes/widgets/htmega_countdown.php:98
11236
- msgid "Style one"
11237
- msgstr ""
11238
-
11239
- #: includes/widgets/htmega_animated_heading.php:59
11240
- #: includes/widgets/htmega_brand.php:52
11241
- #: includes/widgets/htmega_call_to_action.php:49
11242
- #: includes/widgets/htmega_carousel.php:60
11243
- #: includes/widgets/htmega_inlinemenu.php:63
11244
- #: includes/widgets/htmega_newsticker.php:66
11245
- #: includes/widgets/htmega_service.php:52
11246
- #: includes/widgets/htmega_teammember.php:60
11247
- #: includes/widgets/htmega_user_login_form.php:60
11248
- msgid "Style Seven"
11249
- msgstr ""
11250
-
11251
- #: includes/widgets/htmega_add_banner.php:50
11252
- #: includes/widgets/htmega_animated_heading.php:58
11253
- #: includes/widgets/htmega_brand.php:51
11254
- #: includes/widgets/htmega_call_to_action.php:48
11255
- #: includes/widgets/htmega_carousel.php:59
11256
- #: includes/widgets/htmega_contact_form_seven.php:60
11257
- #: includes/widgets/htmega_counter.php:58
11258
- #: includes/widgets/htmega_imagemarker.php:130
11259
- #: includes/widgets/htmega_inlinemenu.php:62
11260
- #: includes/widgets/htmega_newsticker.php:65
11261
- #: includes/widgets/htmega_service.php:51
11262
- #: includes/widgets/htmega_teammember.php:59
11263
- #: includes/widgets/htmega_user_login_form.php:59
11264
- msgid "Style Six"
11265
- msgstr ""
11266
-
11267
- #: includes/widgets/htmega_inlinemenu.php:66
11268
- msgid "Style Ten"
11269
- msgstr ""
11270
-
11271
- #: includes/widgets/htmega_accordion.php:57
11272
- #: includes/widgets/htmega_add_banner.php:47
11273
- #: includes/widgets/htmega_animated_heading.php:55
11274
- #: includes/widgets/htmega_brand.php:48 includes/widgets/htmega_button.php:52
11275
- #: includes/widgets/htmega_call_to_action.php:45
11276
- #: includes/widgets/htmega_carousel.php:56
11277
- #: includes/widgets/htmega_contact_form_seven.php:57
11278
- #: includes/widgets/htmega_countdown.php:100
11279
- #: includes/widgets/htmega_counter.php:55
11280
- #: includes/widgets/htmega_dropcaps.php:48
11281
- #: includes/widgets/htmega_errorcontent.php:56
11282
- #: includes/widgets/htmega_imagemarker.php:127
11283
- #: includes/widgets/htmega_image_grid.php:56
11284
- #: includes/widgets/htmega_image_masonry.php:65
11285
- #: includes/widgets/htmega_inlinemenu.php:59
11286
- #: includes/widgets/htmega_instagram.php:57
11287
- #: includes/widgets/htmega_mailchimp_wp.php:56
11288
- #: includes/widgets/htmega_newsticker.php:62
11289
- #: includes/widgets/htmega_panel_slider.php:66
11290
- #: includes/widgets/htmega_search.php:48
11291
- #: includes/widgets/htmega_section_title.php:47
11292
- #: includes/widgets/htmega_service.php:48
11293
- #: includes/widgets/htmega_singlepost.php:48
11294
- #: includes/widgets/htmega_tabs.php:47
11295
- #: includes/widgets/htmega_teammember.php:56
11296
- #: includes/widgets/htmega_teammember.php:89
11297
- #: includes/widgets/htmega_testimonial_grid.php:47
11298
- #: includes/widgets/htmega_twitter_feed.php:61
11299
- #: includes/widgets/htmega_user_login_form.php:56
11300
- #: includes/widgets/htmega_weather.php:71
11301
- #: includes/widgets/htmega_working_process.php:48
11302
- msgid "Style Three"
11303
- msgstr ""
11304
-
11305
- #: includes/widgets/htmega_accordion.php:56
11306
- #: includes/widgets/htmega_add_banner.php:46
11307
- #: includes/widgets/htmega_animated_heading.php:54
11308
- #: includes/widgets/htmega_brand.php:47 includes/widgets/htmega_button.php:51
11309
- #: includes/widgets/htmega_call_to_action.php:44
11310
- #: includes/widgets/htmega_carousel.php:55
11311
- #: includes/widgets/htmega_carousel.php:434
11312
- #: includes/widgets/htmega_contact_form_seven.php:56
11313
- #: includes/widgets/htmega_countdown.php:99
11314
- #: includes/widgets/htmega_counter.php:54
11315
- #: includes/widgets/htmega_dropcaps.php:47
11316
- #: includes/widgets/htmega_errorcontent.php:55
11317
- #: includes/widgets/htmega_imagemarker.php:126
11318
- #: includes/widgets/htmega_image_grid.php:55
11319
- #: includes/widgets/htmega_image_masonry.php:64
11320
- #: includes/widgets/htmega_inlinemenu.php:58
11321
- #: includes/widgets/htmega_instagram.php:56
11322
- #: includes/widgets/htmega_mailchimp_wp.php:55
11323
- #: includes/widgets/htmega_newsticker.php:61
11324
- #: includes/widgets/htmega_panel_slider.php:65
11325
- #: includes/widgets/htmega_post_slider.php:1427
11326
- #: includes/widgets/htmega_search.php:47
11327
- #: includes/widgets/htmega_section_title.php:46
11328
- #: includes/widgets/htmega_service.php:47
11329
- #: includes/widgets/htmega_singlepost.php:47
11330
- #: includes/widgets/htmega_tabs.php:46
11331
- #: includes/widgets/htmega_teammember.php:55
11332
- #: includes/widgets/htmega_teammember.php:73
11333
- #: includes/widgets/htmega_teammember.php:88
11334
- #: includes/widgets/htmega_testimonial_grid.php:46
11335
- #: includes/widgets/htmega_twitter_feed.php:60
11336
- #: includes/widgets/htmega_user_login_form.php:55
11337
- #: includes/widgets/htmega_weather.php:70
11338
- #: includes/widgets/htmega_working_process.php:47
11339
- msgid "Style Two"
11340
- msgstr ""
11341
-
11342
- #: includes/widgets/htmega_quforms.php:199
11343
- msgid "Sub Label"
11344
- msgstr ""
11345
-
11346
- #: extensions/ht-builder/widgets/bl_nav_menu.php:336
11347
- #: extensions/ht-menu/widgets/inline-mega-menu.php:195
11348
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:196
11349
- msgid "Sub Menu"
11350
- msgstr ""
11351
-
11352
- #: extensions/ht-menu/admin/setting.php:87
11353
- msgid "Sub Menu Background Color"
11354
- msgstr ""
11355
-
11356
- #: extensions/ht-menu/admin/setting.php:94
11357
- msgid "Sub Menu Items Color"
11358
- msgstr ""
11359
-
11360
- #: extensions/ht-menu/admin/setting.php:101
11361
- msgid "Sub Menu Items Hover Color"
11362
- msgstr ""
11363
-
11364
- #: extensions/ht-menu/admin/setting.php:76
11365
- #: extensions/ht-menu/widgets/inline-mega-menu.php:203
11366
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:204
11367
- msgid "Sub Menu Width"
11368
- msgstr ""
11369
-
11370
- #: includes/widgets/htmega_add_banner.php:101
11371
- #: includes/widgets/htmega_add_banner.php:489
11372
- #: includes/widgets/htmega_call_to_action.php:57
11373
- #: includes/widgets/htmega_call_to_action.php:500
11374
- #: includes/widgets/htmega_errorcontent.php:100
11375
- #: includes/widgets/htmega_errorcontent.php:384
11376
- #: includes/widgets/htmega_panel_slider.php:737
11377
- #: includes/widgets/htmega_section_title.php:69
11378
- #: includes/widgets/htmega_slider_thumb_gallery.php:74
11379
- #: includes/widgets/htmega_special_day_banner.php:87
11380
- #: includes/widgets/htmega_special_day_banner.php:394
11381
- msgid "Sub Title"
11382
- msgstr ""
11383
-
11384
- #: includes/widgets/htmega_section_title.php:222
11385
- msgid "Sub Title Setting"
11386
- msgstr ""
11387
-
11388
- #: includes/widgets/htmega_slider_thumb_gallery.php:730
11389
- msgid "Sub Title Style"
11390
- msgstr ""
11391
-
11392
- #: includes/widgets/htmega_section_title.php:768
11393
- msgid "Sub Title style"
11394
- msgstr ""
11395
-
11396
- #: includes/widgets/htmega_call_to_action.php:69
11397
- msgid "Sub Title Tag"
11398
- msgstr ""
11399
-
11400
- #: extensions/ht-menu/menu/templates.php:68
11401
- msgid "SubMenu Position"
11402
- msgstr ""
11403
-
11404
- #: includes/widgets/htmega_caldera_form.php:436
11405
- #: includes/widgets/htmega_search.php:420
11406
- #: includes/widgets/htmega_user_login_form.php:1085
11407
- #: extensions/ht-builder/widgets/bl_post_comments.php:80
11408
- msgid "Submit Button"
11409
- msgstr ""
11410
-
11411
- #: includes/widgets/htmega_notify.php:134
11412
- msgid "Success"
11413
- msgstr ""
11414
-
11415
- #: includes/widgets/htmega_ninja_form.php:1157
11416
- msgid "Success Style"
11417
- msgstr ""
11418
-
11419
- #: extensions/ht-menu/classes/class.mega-menu.php:156
11420
- msgid "Successfully data saved"
11421
- msgstr ""
11422
-
11423
- #: includes/helper-function.php:427
11424
- msgid "Successfully Register"
11425
- msgstr ""
11426
-
11427
- #: admin/include/admin-setting.php:1291
11428
- #: extensions/ht-builder/admin/setting.php:196
11429
- #: extensions/ht-menu/admin/setting.php:148
11430
- #: extensions/wc-sales-notification/admin/setting.php:280
11431
- msgid "Successfully Settings Saved."
11432
- msgstr ""
11433
-
11434
- #: includes/widgets/htmega_counter.php:1016
11435
- msgid "Suffix"
11436
- msgstr ""
11437
-
11438
- #: includes/widgets/htmega_business_hours.php:168
11439
- msgid "Sunday"
11440
- msgstr ""
11441
-
11442
- #: includes/widgets/htmega_socialshere.php:79
11443
- msgid "Surfingbird"
11444
- msgstr ""
11445
-
11446
- #: includes/widgets/htmega_offcanvas.php:248
11447
- msgid "SVG Icon Size"
11448
- msgstr ""
11449
-
11450
- #: includes/widgets/htmega_switcher.php:64
11451
- msgid "Switch One"
11452
- msgstr ""
11453
-
11454
- #: includes/widgets/htmega_switcher.php:155
11455
- msgid "Switch Two"
11456
- msgstr ""
11457
-
11458
- #: admin/include/admin-setting.php:495 includes/widgets/htmega_switcher.php:13
11459
- msgid "Switcher"
11460
- msgstr ""
11461
-
11462
- #: includes/widgets/htmega_switcher.php:275
11463
- msgid "Switcher Button"
11464
- msgstr ""
11465
-
11466
- #: includes/widgets/htmega_switcher.php:136
11467
- msgid "Switcher Content One"
11468
- msgstr ""
11469
-
11470
- #: includes/widgets/htmega_switcher.php:228
11471
- msgid "Switcher Content Two"
11472
- msgstr ""
11473
-
11474
- #: includes/widgets/htmega_switcher.php:34
11475
- msgid "Switcher Layout"
11476
- msgstr ""
11477
-
11478
- #: includes/widgets/htmega_switcher.php:56
11479
- msgid "Switcher One"
11480
- msgstr ""
11481
-
11482
- #: includes/widgets/htmega_switcher.php:65
11483
- #: includes/widgets/htmega_switcher.php:156
11484
- msgid "Switcher Title"
11485
- msgstr ""
11486
-
11487
- #: includes/widgets/htmega_switcher.php:75
11488
- #: includes/widgets/htmega_switcher.php:166
11489
- msgid "Switcher Title Icon"
11490
- msgstr ""
11491
-
11492
- #: includes/widgets/htmega_switcher.php:147
11493
- msgid "Switcher Two"
11494
- msgstr ""
11495
-
11496
- #: includes/widgets/htmega_tabs.php:71
11497
- msgid "Tab #1"
11498
- msgstr ""
11499
-
11500
- #: includes/widgets/htmega_tabs.php:248
11501
- msgid "Tab Area Style"
11502
- msgstr ""
11503
-
11504
- #: includes/widgets/htmega_tabs.php:281
11505
- msgid "Tab Content Width (%)"
11506
- msgstr ""
11507
-
11508
- #: includes/widgets/htmega_tabs.php:669
11509
- msgid "Tab Icon Box Style"
11510
- msgstr ""
11511
-
11512
- #: includes/widgets/htmega_tabs.php:491
11513
- msgid "Tab Manu Style"
11514
- msgstr ""
11515
-
11516
- #: includes/widgets/htmega_tabs.php:240
11517
- msgid "Tab Menu"
11518
- msgstr ""
11519
-
11520
- #: includes/widgets/htmega_tabs.php:256
11521
- msgid "Tab Menu Width (%)"
11522
- msgstr ""
11523
-
11524
- #: admin/include/templates/library/templates.php:34
11525
- #: admin/include/templates/library/templates.php:35
11526
- msgid "Tab view"
11527
- msgstr ""
11528
-
11529
- #: includes/widgets/htmega_data_table.php:561
11530
- #: includes/widgets/htmega_pricing_list_view.php:1217
11531
- #: includes/widgets/htmega_tablepress.php:123
11532
- msgid "Table"
11533
- msgstr ""
11534
-
11535
- #: includes/widgets/htmega_data_table.php:740
11536
- #: includes/widgets/htmega_pricing_list_view.php:1366
11537
- #: includes/widgets/htmega_wc_element_pages.php:121
11538
- msgid "Table Body"
11539
- msgstr ""
11540
-
11541
- #: includes/widgets/htmega_pricing_list_view.php:1422
11542
- msgid "Table Body Padding"
11543
- msgstr ""
11544
-
11545
- #: includes/widgets/htmega_wc_element_pages.php:1193
11546
- msgid "Table Body Row"
11547
- msgstr ""
11548
-
11549
- #: includes/widgets/htmega_pricing_list_view.php:692
11550
- msgid "Table Body Typography"
11551
- msgstr ""
11552
-
11553
- #: includes/widgets/htmega_data_table.php:793
11554
- msgid "Table Cell Padding"
11555
- msgstr ""
11556
-
11557
- #: includes/widgets/htmega_data_table.php:299
11558
- #: includes/widgets/htmega_pricing_list_view.php:532
11559
- msgid "Table Content"
11560
- msgstr ""
11561
-
11562
- #: includes/widgets/htmega_wc_element_pages.php:1268
11563
- msgid "Table Footer"
11564
- msgstr ""
11565
-
11566
- #: includes/widgets/htmega_wc_element_pages.php:1161
11567
- msgid "Table Head"
11568
- msgstr ""
11569
-
11570
- #: includes/widgets/htmega_data_table.php:205
11571
- #: includes/widgets/htmega_data_table.php:635
11572
- #: includes/widgets/htmega_pricing_list_view.php:180
11573
- #: includes/widgets/htmega_pricing_list_view.php:1287
11574
- msgid "Table Header"
11575
- msgstr ""
11576
-
11577
- #: includes/widgets/htmega_data_table.php:674
11578
- #: includes/widgets/htmega_pricing_list_view.php:1331
11579
- msgid "Table Header Padding"
11580
- msgstr ""
11581
-
11582
- #: includes/widgets/htmega_wc_element_pages.php:87
11583
- msgid "Table Heading"
11584
- msgstr ""
11585
-
11586
- #: includes/widgets/htmega_data_table.php:37
11587
- msgid "Table Layout"
11588
- msgstr ""
11589
-
11590
- #: admin/include/admin-setting.php:1232
11591
- #: includes/widgets/htmega_tablepress.php:13
11592
- #: includes/widgets/htmega_tablepress.php:48
11593
- msgid "TablePress"
11594
- msgstr ""
11595
-
11596
- #: includes/widgets/htmega_carousel.php:308
11597
- #: includes/widgets/htmega_instagram.php:503
11598
- #: includes/widgets/htmega_panel_slider.php:408
11599
- #: includes/widgets/htmega_post_slider.php:488
11600
- #: includes/widgets/htmega_slider_thumb_gallery.php:294
11601
- #: includes/widgets/htmega_testimonial_grid.php:85
11602
- #: includes/widgets/htmega_twitter_feed.php:430
11603
- msgid "Tablet"
11604
- msgstr ""
11605
-
11606
- #: includes/widgets/htmega_scroll_navigation.php:151
11607
- msgid "Tablet Device"
11608
- msgstr ""
11609
-
11610
- #: includes/widgets/htmega_carousel.php:350
11611
- #: includes/widgets/htmega_instagram.php:545
11612
- #: includes/widgets/htmega_panel_slider.php:450
11613
- #: includes/widgets/htmega_post_slider.php:530
11614
- #: includes/widgets/htmega_slider_thumb_gallery.php:330
11615
- #: includes/widgets/htmega_twitter_feed.php:472
11616
- msgid "Tablet Resolution"
11617
- msgstr ""
11618
-
11619
- #: admin/include/admin-setting.php:503 includes/widgets/htmega_tabs.php:13
11620
- #: includes/widgets/htmega_tabs.php:34
11621
- msgid "Tabs"
11622
- msgstr ""
11623
-
11624
- #: includes/widgets/htmega_counter.php:164
11625
- msgid "Target Number"
11626
- msgstr ""
11627
-
11628
- #: includes/widgets/htmega_panel_slider.php:79
11629
- #: includes/widgets/htmega_panel_slider.php:133
11630
- #: includes/widgets/htmega_panel_slider.php:137
11631
- #: includes/widgets/htmega_panel_slider.php:141
11632
- #: includes/widgets/htmega_panel_slider.php:145
11633
- msgid "Tattoo Boy From New York"
11634
- msgstr ""
11635
-
11636
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:162
11637
- msgid "Taxonomy"
11638
- msgstr ""
11639
-
11640
- #: admin/include/admin-setting.php:680
11641
- msgid "Taxonomy Terms <span>( Pro )</span>"
11642
- msgstr ""
11643
-
11644
- #: includes/widgets/htmega_teammember.php:322
11645
- msgid "Team Box Style"
11646
- msgstr ""
11647
-
11648
- #: admin/include/admin-setting.php:715
11649
- msgid "Team Carousel <span>( Pro )</span>"
11650
- msgstr ""
11651
-
11652
- #: admin/include/admin-setting.php:519
11653
- #: includes/widgets/htmega_teammember.php:14
11654
- #: includes/widgets/htmega_teammember.php:43
11655
- msgid "Team Member"
11656
- msgstr ""
11657
-
11658
- #: includes/widgets/htmega_socialshere.php:89
11659
- msgid "Telegram"
11660
- msgstr ""
11661
-
11662
- #: includes/widgets/htmega_template_selector.php:42
11663
- msgid "Template"
11664
- msgstr ""
11665
-
11666
- #: admin/include/class.library-source.php:129
11667
- msgid "Template does not have any content"
11668
- msgstr ""
11669
-
11670
- #: admin/include/class.htmega-elementor-template-library.php:105
11671
- msgid "Template id missing"
11672
- msgstr ""
11673
-
11674
- #: includes/widgets/htmega_template_selector.php:13
11675
- msgid "Template Selector"
11676
- msgstr ""
11677
-
11678
- #: admin/include/admin-setting.php:1055 admin/include/templates_list.php:33
11679
- msgid "Templates"
11680
- msgstr ""
11681
-
11682
- #: admin/include/template-library.php:73 admin/include/template-library.php:74
11683
- msgid "Templates Library"
11684
- msgstr ""
11685
-
11686
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:75
11687
- msgid "Terms"
11688
- msgstr ""
11689
-
11690
- #: admin/include/admin-setting.php:527
11691
- msgid "Testimonial"
11692
- msgstr ""
11693
-
11694
- #: admin/include/admin-setting.php:535
11695
- #: includes/widgets/htmega_testimonial_grid.php:14
11696
- #: includes/widgets/htmega_testimonial_grid.php:35
11697
- msgid "Testimonial Grid"
11698
- msgstr ""
11699
-
11700
- #: includes/widgets/htmega_button.php:62
11701
- #: includes/widgets/htmega_countdown.php:271
11702
- #: includes/widgets/htmega_data_table.php:325
11703
- #: includes/widgets/htmega_double_button.php:99
11704
- #: includes/widgets/htmega_double_button.php:186
11705
- #: includes/widgets/htmega_download_monitor.php:117
11706
- #: includes/widgets/htmega_modal.php:110 includes/widgets/htmega_popover.php:57
11707
- #: includes/widgets/htmega_pricing_list_view.php:578
11708
- #: includes/widgets/htmega_search.php:72 includes/widgets/htmega_tooltip.php:57
11709
- #: includes/widgets/htmega_tooltip.php:72
11710
- #: extensions/ht-builder/widgets/bl_post_search_form.php:58
11711
- msgid "Text"
11712
- msgstr ""
11713
-
11714
- #: includes/widgets/htmega_data_table.php:1000
11715
- msgid "Text Active Color"
11716
- msgstr ""
11717
-
11718
- #: includes/widgets/htmega_booked_calender.php:437
11719
- #: includes/widgets/htmega_booked_calender.php:541
11720
- #: includes/widgets/htmega_booked_calender.php:581
11721
- #: includes/widgets/htmega_booked_calender.php:664
11722
- #: includes/widgets/htmega_booked_calender.php:727
11723
- #: includes/widgets/htmega_booked_calender.php:825
11724
- #: includes/widgets/htmega_button.php:207
11725
- #: includes/widgets/htmega_button.php:340
11726
- #: includes/widgets/htmega_button.php:533
11727
- #: includes/widgets/htmega_button.php:617
11728
- #: includes/widgets/htmega_caldera_form.php:201
11729
- #: includes/widgets/htmega_caldera_form.php:375
11730
- #: includes/widgets/htmega_caldera_form.php:454
11731
- #: includes/widgets/htmega_caldera_form.php:563
11732
- #: includes/widgets/htmega_call_to_action.php:706
11733
- #: includes/widgets/htmega_call_to_action.php:912
11734
- #: includes/widgets/htmega_contact_form_seven.php:246
11735
- #: includes/widgets/htmega_contact_form_seven.php:390
11736
- #: includes/widgets/htmega_contact_form_seven.php:512
11737
- #: includes/widgets/htmega_contact_form_seven.php:610
11738
- #: includes/widgets/htmega_contact_form_seven.php:673
11739
- #: includes/widgets/htmega_contact_form_seven.php:835
11740
- #: includes/widgets/htmega_contact_form_seven.php:923
11741
- #: includes/widgets/htmega_data_table.php:643
11742
- #: includes/widgets/htmega_data_table.php:772
11743
- #: includes/widgets/htmega_data_table.php:882
11744
- #: includes/widgets/htmega_data_table.php:933
11745
- #: includes/widgets/htmega_data_table.php:985
11746
- #: includes/widgets/htmega_data_table.php:1064
11747
- #: includes/widgets/htmega_mailchimp_wp.php:208
11748
- #: includes/widgets/htmega_mailchimp_wp.php:372
11749
- #: includes/widgets/htmega_mailchimp_wp.php:460
11750
- #: includes/widgets/htmega_offcanvas.php:316
11751
- #: includes/widgets/htmega_pricing_list_view.php:722
11752
- #: includes/widgets/htmega_pricing_list_view.php:1310
11753
- #: includes/widgets/htmega_pricing_list_view.php:1401
11754
- #: includes/widgets/htmega_pricing_list_view.php:1519
11755
- #: includes/widgets/htmega_pricing_list_view.php:1562
11756
- #: includes/widgets/htmega_pricing_list_view.php:1639
11757
- #: includes/widgets/htmega_pricing_list_view.php:1720
11758
- #: includes/widgets/htmega_quforms.php:977
11759
- #: includes/widgets/htmega_search.php:229
11760
- #: includes/widgets/htmega_tablepress.php:282
11761
- #: includes/widgets/htmega_tablepress.php:326
11762
- #: includes/widgets/htmega_user_login_form.php:813
11763
- #: includes/widgets/htmega_user_login_form.php:1008
11764
- #: includes/widgets/htmega_wc_element_pages.php:97
11765
- #: includes/widgets/htmega_wc_element_pages.php:132
11766
- #: includes/widgets/htmega_wc_element_pages.php:212
11767
- #: includes/widgets/htmega_wc_element_pages.php:298
11768
- #: includes/widgets/htmega_wc_element_pages.php:392
11769
- #: includes/widgets/htmega_wc_element_pages.php:478
11770
- #: includes/widgets/htmega_wc_element_pages.php:555
11771
- #: includes/widgets/htmega_wc_element_pages.php:712
11772
- #: includes/widgets/htmega_wc_element_pages.php:899
11773
- #: includes/widgets/htmega_wc_element_pages.php:952
11774
- #: includes/widgets/htmega_wc_element_pages.php:1029
11775
- #: includes/widgets/htmega_wc_element_pages.php:1170
11776
- #: includes/widgets/htmega_wc_element_pages.php:1211
11777
- #: includes/widgets/htmega_wc_element_pages.php:1242
11778
- #: includes/widgets/htmega_wc_element_pages.php:1277
11779
- #: includes/widgets/htmega_wc_element_pages.php:1356
11780
- #: includes/widgets/htmega_wc_element_pages.php:1530
11781
- #: includes/widgets/htmega_wc_element_pages.php:1619
11782
- #: includes/widgets/htmega_weather.php:232
11783
- #: extensions/ht-menu/widgets/inline-mega-menu.php:292
11784
- #: extensions/ht-menu/widgets/inline-mega-menu.php:431
11785
- #: extensions/ht-menu/widgets/inline-mega-menu.php:503
11786
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:389
11787
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:449
11788
- msgid "Text Color"
11789
- msgstr ""
11790
-
11791
- #: includes/widgets/htmega_pricing_list_view.php:894
11792
- msgid "Text Hover Color"
11793
- msgstr ""
11794
-
11795
- #: includes/widgets/htmega_countdown.php:771
11796
- #: includes/widgets/htmega_countdown.php:944
11797
- #: includes/widgets/htmega_inlinemenu.php:233
11798
- #: includes/widgets/htmega_section_title.php:963
11799
- #: extensions/ht-builder/widgets/bl_nav_menu.php:215
11800
- msgid "Text Shadow"
11801
- msgstr ""
11802
-
11803
- #: includes/widgets/htmega_contact_form_seven.php:455
11804
- #: includes/widgets/htmega_ninja_form.php:694
11805
- #: includes/widgets/htmega_quforms.php:530
11806
- #: includes/widgets/htmega_wpforms.php:698
11807
- msgid "Textarea"
11808
- msgstr ""
11809
-
11810
- #: includes/widgets/htmega_caldera_form.php:258
11811
- #: includes/widgets/htmega_gravity_forms.php:466
11812
- #: includes/widgets/htmega_wc_element_pages.php:754
11813
- msgid "Textarea Height"
11814
- msgstr ""
11815
-
11816
- #: includes/widgets/htmega_pricing_list_view.php:226
11817
- msgid "TH Width (Table Header Column Width %)"
11818
- msgstr ""
11819
-
11820
- #: admin/include/class.diagnostic-data.php:484
11821
- #, php-format
11822
- msgid "Thank you very much for supporting %2$s%1$s%3$s."
11823
- msgstr ""
11824
-
11825
- #. Description of the plugin
11826
- msgid ""
11827
- "The HTMega is a elementor addons package for Elementor page builder plugin "
11828
- "for WordPress."
11829
- msgstr ""
11830
-
11831
- #: includes/widgets/htmega_scroll_navigation.php:203
11832
- msgid "The resolution to mobile device."
11833
- msgstr ""
11834
-
11835
- #: includes/widgets/htmega_carousel.php:406
11836
- #: includes/widgets/htmega_instagram.php:601
11837
- #: includes/widgets/htmega_panel_slider.php:506
11838
- #: includes/widgets/htmega_post_slider.php:586
11839
- #: includes/widgets/htmega_slider_thumb_gallery.php:378
11840
- #: includes/widgets/htmega_slider_thumb_gallery.php:657
11841
- #: includes/widgets/htmega_twitter_feed.php:528
11842
- msgid "The resolution to mobile."
11843
- msgstr ""
11844
-
11845
- #: includes/widgets/htmega_scroll_navigation.php:173
11846
- msgid "The resolution to tablet device."
11847
- msgstr ""
11848
-
11849
- #: includes/widgets/htmega_carousel.php:351
11850
- #: includes/widgets/htmega_instagram.php:546
11851
- #: includes/widgets/htmega_panel_slider.php:451
11852
- #: includes/widgets/htmega_post_slider.php:531
11853
- #: includes/widgets/htmega_slider_thumb_gallery.php:331
11854
- #: includes/widgets/htmega_slider_thumb_gallery.php:596
11855
- #: includes/widgets/htmega_twitter_feed.php:473
11856
- msgid "The resolution to tablet."
11857
- msgstr ""
11858
-
11859
- #: admin/include/template-library.php:422
11860
- msgid "Theme Activated"
11861
- msgstr ""
11862
-
11863
- #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:818
11864
- #: extensions/ht-builder/admin/setting.php:48
11865
- msgid "Theme Builder"
11866
- msgstr ""
11867
-
11868
- #: includes/widgets/htmega_service.php:131
11869
- msgid ""
11870
- "There are many variations of passages Lorem Ipsum available, but majority "
11871
- "have ama suffered altratio. the lorem."
11872
- msgstr ""
11873
-
11874
- #: admin/include/admin-setting.php:81
11875
- msgid "Third Party"
11876
- msgstr ""
11877
-
11878
- #: includes/helper-function.php:723
11879
- #, php-format
11880
- msgid "This input field supports the following HTML tags: %1$s"
11881
- msgstr ""
11882
-
11883
- #: includes/widgets/htmega_googlemap.php:250
11884
- msgid "This is <span>Dhaka</span>"
11885
- msgstr ""
11886
-
11887
- #: includes/widgets/htmega_image_grid.php:72
11888
- #: includes/widgets/htmega_image_masonry.php:81
11889
- #: includes/widgets/htmega_testimonial_grid.php:75
11890
- #: includes/widgets/htmega_testimonial_grid.php:90
11891
- #: includes/widgets/htmega_testimonial_grid.php:107
11892
- msgid "Three"
11893
- msgstr ""
11894
-
11895
- #: includes/widgets/htmega_instragram_feed.php:74
11896
- msgid "Thumb"
11897
- msgstr ""
11898
-
11899
- #: includes/widgets/htmega_post_slider.php:377
11900
- msgid "Thumbnail"
11901
- msgstr ""
11902
-
11903
- #: includes/widgets/htmega_image_magnifier.php:49
11904
- msgid "Thumbnail Image"
11905
- msgstr ""
11906
-
11907
- #: includes/widgets/htmega_slider_thumb_gallery.php:49
11908
- msgid "Thumbnail Position"
11909
- msgstr ""
11910
-
11911
- #: includes/widgets/htmega_slider_thumb_gallery.php:1212
11912
- msgid "Thumbnail Style"
11913
- msgstr ""
11914
-
11915
- #: includes/widgets/htmega_slider_thumb_gallery.php:411
11916
- msgid "Thumbnails Arrow"
11917
- msgstr ""
11918
-
11919
- #: includes/widgets/htmega_slider_thumb_gallery.php:513
11920
- msgid "Thumbnails auto play"
11921
- msgstr ""
11922
-
11923
- #: includes/widgets/htmega_slider_thumb_gallery.php:536
11924
- msgid "Thumbnails Autoplay animation speed"
11925
- msgstr ""
11926
-
11927
- #: includes/widgets/htmega_slider_thumb_gallery.php:525
11928
- msgid "Thumbnails Autoplay speed"
11929
- msgstr ""
11930
-
11931
- #: includes/widgets/htmega_slider_thumb_gallery.php:487
11932
- msgid "Thumbnails Center Mode"
11933
- msgstr ""
11934
-
11935
- #: includes/widgets/htmega_slider_thumb_gallery.php:498
11936
- msgid "Thumbnails Center padding"
11937
- msgstr ""
11938
-
11939
- #: includes/widgets/htmega_slider_thumb_gallery.php:452
11940
- msgid "Thumbnails dots"
11941
- msgstr ""
11942
-
11943
- #: includes/widgets/htmega_slider_thumb_gallery.php:391
11944
- msgid "Thumbnails Gallery Option"
11945
- msgstr ""
11946
-
11947
- #: includes/widgets/htmega_slider_thumb_gallery.php:99
11948
- msgid "Thumbnails Image Size"
11949
- msgstr ""
11950
-
11951
- #: includes/widgets/htmega_slider_thumb_gallery.php:582
11952
- #: includes/widgets/htmega_slider_thumb_gallery.php:640
11953
- msgid "Thumbnails item to scroll"
11954
- msgstr ""
11955
-
11956
- #: includes/widgets/htmega_slider_thumb_gallery.php:398
11957
- #: includes/widgets/htmega_slider_thumb_gallery.php:569
11958
- #: includes/widgets/htmega_slider_thumb_gallery.php:624
11959
- msgid "Thumbnails Items"
11960
- msgstr ""
11961
-
11962
- #: includes/widgets/htmega_slider_thumb_gallery.php:606
11963
- msgid "Thumbnails Mobile Phone"
11964
- msgstr ""
11965
-
11966
- #: includes/widgets/htmega_slider_thumb_gallery.php:656
11967
- msgid "Thumbnails Mobile Resolution"
11968
- msgstr ""
11969
-
11970
- #: includes/widgets/htmega_slider_thumb_gallery.php:437
11971
- msgid "Thumbnails Next icon"
11972
- msgstr ""
11973
-
11974
- #: includes/widgets/htmega_slider_thumb_gallery.php:422
11975
- msgid "Thumbnails Previous icon"
11976
- msgstr ""
11977
-
11978
- #: includes/widgets/htmega_slider_thumb_gallery.php:546
11979
- msgid "Thumbnails Slider item to scroll"
11980
- msgstr ""
11981
-
11982
- #: includes/widgets/htmega_slider_thumb_gallery.php:559
11983
- msgid "Thumbnails Tablet"
11984
- msgstr ""
11985
-
11986
- #: includes/widgets/htmega_slider_thumb_gallery.php:595
11987
- msgid "Thumbnails Tablet Resolution"
11988
- msgstr ""
11989
-
11990
- #: includes/widgets/htmega_business_hours.php:189
11991
- msgid "Thursday"
11992
- msgstr ""
11993
-
11994
- #: includes/widgets/htmega_newsticker.php:74
11995
- msgid "Ticker Label"
11996
- msgstr ""
11997
-
11998
- #: includes/widgets/htmega_booked_calender.php:508
11999
- #: includes/widgets/htmega_business_hours.php:92
12000
- #: includes/widgets/htmega_business_hours.php:544
12001
- #: includes/widgets/htmega_twitter_feed.php:896
12002
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:73
12003
- msgid "Time"
12004
- msgstr ""
12005
-
12006
- #: includes/widgets/htmega_custom_event.php:277
12007
- msgid "Time / Location"
12008
- msgstr ""
12009
-
12010
- #: extensions/wc-sales-notification/admin/setting.php:141
12011
- msgid "Time between notifications. <span>( Pro )</span>"
12012
- msgstr ""
12013
-
12014
- #: includes/widgets/htmega_business_hours.php:128
12015
- msgid "Time Color"
12016
- msgstr ""
12017
-
12018
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:123
12019
- msgid "Time Format"
12020
- msgstr ""
12021
-
12022
- #: extensions/wc-sales-notification/admin/setting.php:140
12023
- msgid "Time Interval"
12024
- msgstr ""
12025
-
12026
- #: admin/include/admin-setting.php:1408 admin/include/admin-setting.php:1433
12027
- msgid "Time interval each notification"
12028
- msgstr ""
12029
-
12030
- #: includes/widgets/htmega_countdown.php:124
12031
- msgid "Time Setting"
12032
- msgstr ""
12033
-
12034
- #: includes/widgets/htmega_booked_calender.php:462
12035
- msgid "Time Slot Color"
12036
- msgstr ""
12037
-
12038
- #: includes/widgets/htmega_verticle_time_line.php:555
12039
- msgid "Timeline Dot BG Color"
12040
- msgstr ""
12041
-
12042
- #: includes/widgets/htmega_verticle_time_line.php:540
12043
- msgid "Timeline Dot Color"
12044
- msgstr ""
12045
-
12046
- #: includes/widgets/htmega_verticle_time_line.php:569
12047
- msgid "Timeline Dot Hover BG Color"
12048
- msgstr ""
12049
-
12050
- #: includes/widgets/htmega_verticle_time_line.php:584
12051
- msgid "Timeline Hover Line Color"
12052
- msgstr ""
12053
-
12054
- #: includes/widgets/htmega_verticle_time_line.php:523
12055
- msgid "Timeline Line Color"
12056
- msgstr ""
12057
-
12058
- #: includes/widgets/htmega_verticle_time_line.php:505
12059
- msgid "Timeline Primary Color"
12060
- msgstr ""
12061
-
12062
- #: includes/widgets/htmega_verticle_time_line.php:497
12063
- msgid "Timeline Style"
12064
- msgstr ""
12065
-
12066
- #: includes/widgets/htmega_countdown.php:741
12067
- msgid "Timer"
12068
- msgstr ""
12069
-
12070
- #: includes/widgets/htmega_countdown.php:854
12071
- msgid "Timer separator"
12072
- msgstr ""
12073
-
12074
- #: includes/widgets/htmega_accordion.php:70
12075
- #: includes/widgets/htmega_accordion.php:157
12076
- #: includes/widgets/htmega_accordion.php:200
12077
- #: includes/widgets/htmega_add_banner.php:92
12078
- #: includes/widgets/htmega_add_banner.php:430
12079
- #: includes/widgets/htmega_brand.php:62
12080
- #: includes/widgets/htmega_buddy_press.php:306
12081
- #: includes/widgets/htmega_business_hours.php:69
12082
- #: includes/widgets/htmega_business_hours.php:376
12083
- #: includes/widgets/htmega_call_to_action.php:82
12084
- #: includes/widgets/htmega_call_to_action.php:559
12085
- #: includes/widgets/htmega_carousel.php:70
12086
- #: includes/widgets/htmega_counter.php:538
12087
- #: includes/widgets/htmega_custom_event.php:42
12088
- #: includes/widgets/htmega_custom_event.php:123
12089
- #: includes/widgets/htmega_easy_digital_download.php:342
12090
- #: includes/widgets/htmega_errorcontent.php:88
12091
- #: includes/widgets/htmega_errorcontent.php:305
12092
- #: includes/widgets/htmega_googlemap.php:161
12093
- #: includes/widgets/htmega_gravity_forms.php:116
12094
- #: includes/widgets/htmega_imagemarker.php:777
12095
- #: includes/widgets/htmega_image_grid.php:113
12096
- #: includes/widgets/htmega_image_grid.php:279
12097
- #: includes/widgets/htmega_image_masonry.php:94
12098
- #: includes/widgets/htmega_image_masonry.php:255
12099
- #: includes/widgets/htmega_job_manager.php:100
12100
- #: includes/widgets/htmega_newsticker.php:260
12101
- #: includes/widgets/htmega_ninja_form.php:109
12102
- #: includes/widgets/htmega_panel_slider.php:668
12103
- #: includes/widgets/htmega_postgrid.php:151
12104
- #: includes/widgets/htmega_postgrid.php:164
12105
- #: includes/widgets/htmega_postgrid.php:443
12106
- #: includes/widgets/htmega_post_grid_tab.php:158
12107
- #: includes/widgets/htmega_post_grid_tab.php:171
12108
- #: includes/widgets/htmega_post_grid_tab.php:426
12109
- #: includes/widgets/htmega_post_slider.php:162
12110
- #: includes/widgets/htmega_post_slider.php:175
12111
- #: includes/widgets/htmega_post_slider.php:861
12112
- #: includes/widgets/htmega_pricing_list_view.php:1508
12113
- #: includes/widgets/htmega_progress_bar.php:104
12114
- #: includes/widgets/htmega_progress_bar.php:236
12115
- #: includes/widgets/htmega_section_title.php:57
12116
- #: includes/widgets/htmega_section_title.php:509
12117
- #: includes/widgets/htmega_service.php:353
12118
- #: includes/widgets/htmega_singlepost.php:83
12119
- #: includes/widgets/htmega_singlepost.php:142
12120
- #: includes/widgets/htmega_slider_thumb_gallery.php:66
12121
- #: includes/widgets/htmega_socialshere.php:100
12122
- #: includes/widgets/htmega_socialshere.php:179
12123
- #: includes/widgets/htmega_special_day_banner.php:78
12124
- #: includes/widgets/htmega_special_day_banner.php:335
12125
- #: includes/widgets/htmega_switcher.php:62
12126
- #: includes/widgets/htmega_switcher.php:153 includes/widgets/htmega_tabs.php:69
12127
- #: includes/widgets/htmega_teammember.php:214
12128
- #: includes/widgets/htmega_verticle_time_line.php:80
12129
- #: includes/widgets/htmega_verticle_time_line.php:124
12130
- #: includes/widgets/htmega_wc_categories.php:282
12131
- #: includes/widgets/htmega_weather.php:247
12132
- #: includes/widgets/htmega_working_process.php:79
12133
- #: includes/widgets/htmega_working_process.php:620
12134
- #: includes/widgets/htmega_wpforms.php:74
12135
- #: includes/widgets/htmega_wpforms.php:101
12136
- #: extensions/ht-builder/widgets/bl_post_archive.php:202
12137
- #: extensions/ht-builder/widgets/bl_post_archive.php:326
12138
- msgid "Title"
12139
- msgstr ""
12140
-
12141
- #: includes/widgets/htmega_tabs.php:218
12142
- msgid "Title #1"
12143
- msgstr ""
12144
-
12145
- #: includes/widgets/htmega_tabs.php:222
12146
- msgid "Title #2"
12147
- msgstr ""
12148
-
12149
- #: includes/widgets/htmega_tabs.php:226
12150
- msgid "Title #3"
12151
- msgstr ""
12152
-
12153
- #: includes/widgets/htmega_tabs.php:156
12154
- msgid "Title Active Color"
12155
- msgstr ""
12156
-
12157
- #: includes/widgets/htmega_counter.php:657
12158
- msgid "Title After Border Color"
12159
- msgstr ""
12160
-
12161
- #: includes/widgets/htmega_service.php:451
12162
- msgid "Title Border Color"
12163
- msgstr ""
12164
-
12165
- #: includes/widgets/htmega_imagemarker.php:784
12166
- msgid "Title Bottom Border Style"
12167
- msgstr ""
12168
-
12169
- #: includes/widgets/htmega_carousel.php:1310
12170
- #: includes/widgets/htmega_carousel.php:1394
12171
- #: includes/widgets/htmega_gallery_justify.php:151
12172
- #: includes/widgets/htmega_switcher.php:322
12173
- #: includes/widgets/htmega_switcher.php:358
12174
- #: includes/widgets/htmega_tabs.php:135
12175
- #: extensions/ht-builder/widgets/bl_post_title.php:65
12176
- msgid "Title Color"
12177
- msgstr ""
12178
-
12179
- #: includes/widgets/htmega_ninja_form.php:84
12180
- msgid "Title Hide"
12181
- msgstr ""
12182
-
12183
- #: includes/widgets/htmega_accordion.php:275
12184
- #: extensions/ht-builder/widgets/bl_page_title.php:45
12185
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:46
12186
- #: extensions/ht-builder/widgets/bl_post_title.php:44
12187
- #: extensions/ht-builder/widgets/bl_site_title.php:46
12188
- msgid "Title HTML Tag"
12189
- msgstr ""
12190
-
12191
- #: includes/widgets/htmega_newsticker.php:288
12192
- #: includes/widgets/htmega_postgrid.php:174
12193
- #: includes/widgets/htmega_post_grid_tab.php:180
12194
- #: includes/widgets/htmega_post_slider.php:186
12195
- #: includes/widgets/htmega_singlepost.php:93
12196
- #: extensions/ht-builder/widgets/bl_post_archive.php:169
12197
- msgid "Title Length"
12198
- msgstr ""
12199
-
12200
- #: includes/widgets/htmega_section_title.php:463
12201
- msgid "Title Separator Color"
12202
- msgstr ""
12203
-
12204
- #: includes/widgets/htmega_section_title.php:183
12205
- msgid "Title Setting"
12206
- msgstr ""
12207
-
12208
- #: includes/widgets/htmega_download_monitor.php:202
12209
- #: includes/widgets/htmega_progress_bar.php:644
12210
- #: includes/widgets/htmega_section_title.php:41
12211
- #: includes/widgets/htmega_slider_thumb_gallery.php:677
12212
- #: includes/widgets/htmega_socialshere.php:640
12213
- msgid "Title Style"
12214
- msgstr ""
12215
-
12216
- #: includes/widgets/htmega_section_title.php:498
12217
- msgid "Title style"
12218
- msgstr ""
12219
-
12220
- #: includes/widgets/htmega_call_to_action.php:91
12221
- msgid "Title Tag"
12222
- msgstr ""
12223
-
12224
- #: includes/widgets/htmega_postgrid.php:542
12225
- msgid "Title Two style"
12226
- msgstr ""
12227
-
12228
- #: includes/widgets/htmega_teammember.php:640
12229
- #: includes/widgets/htmega_teammember.php:655
12230
- msgid "To hide the shape, please set the color to transparent."
12231
- msgstr ""
12232
-
12233
- #: admin/include/admin-setting.php:1462
12234
- #: extensions/ht-builder/admin/setting.php:151
12235
- #: extensions/wc-sales-notification/admin/setting.php:235
12236
- msgid "to unlock these pro elements!"
12237
- msgstr ""
12238
-
12239
- #: extensions/ht-menu/classes/class.mega-menu.php:268
12240
- msgid "to unlock these pro options!"
12241
- msgstr ""
12242
-
12243
- #: includes/weather-resource/template/layout-1.php:40
12244
- #: includes/weather-resource/template/layout-2.php:14
12245
- #: includes/weather-resource/template/layout-4.php:26
12246
- msgid "Today"
12247
- msgstr ""
12248
-
12249
- #: admin/include/admin-setting.php:543 includes/widgets/htmega_toggle.php:14
12250
- #: includes/widgets/htmega_toggle.php:36
12251
- msgid "Toggle"
12252
- msgstr ""
12253
-
12254
- #: admin/include/admin-setting.php:1495
12255
- msgid "Toggle All"
12256
- msgstr ""
12257
-
12258
- #: includes/widgets/htmega_switcher.php:425
12259
- #: includes/widgets/htmega_switcher.php:500
12260
- msgid "Toggle Color"
12261
- msgstr ""
12262
-
12263
- #: includes/widgets/htmega_lightbox.php:128
12264
- msgid "Toggler Image"
12265
- msgstr ""
12266
-
12267
- #: includes/widgets/htmega_lightbox.php:113
12268
- msgid "Toggler Type"
12269
- msgstr ""
12270
-
12271
- #: admin/include/admin-setting.php:551 includes/widgets/htmega_tooltip.php:14
12272
- #: includes/widgets/htmega_tooltip.php:42
12273
- #: includes/widgets/htmega_tooltip.php:75
12274
- #: includes/widgets/htmega_tooltip.php:475
12275
- msgid "Tooltip"
12276
- msgstr ""
12277
-
12278
- #: includes/widgets/htmega_tooltip.php:168
12279
- msgid "Tooltip content"
12280
- msgstr ""
12281
-
12282
- #: includes/widgets/htmega_tooltip.php:159
12283
- msgid "Tooltip Options"
12284
- msgstr ""
12285
-
12286
- #: includes/widgets/htmega_tooltip.php:165
12287
- msgid "Tooltip Text"
12288
- msgstr ""
12289
-
12290
- #: admin/include/templates_list.php:77 admin/include/templates_list.php:80
12291
- #: includes/widgets/htmega_add_banner.php:62
12292
- #: includes/widgets/htmega_button.php:120
12293
- #: includes/widgets/htmega_imagemarker.php:211
12294
- #: includes/widgets/htmega_image_comparison.php:185
12295
- #: includes/widgets/htmega_notify.php:588
12296
- #: includes/widgets/htmega_notify.php:761
12297
- #: includes/widgets/htmega_offcanvas.php:105
12298
- #: includes/widgets/htmega_popover.php:195
12299
- #: includes/widgets/htmega_pricing_list_view.php:512
12300
- #: includes/widgets/htmega_pricing_list_view.php:1163
12301
- #: includes/widgets/htmega_pricing_list_view.php:1197
12302
- #: includes/widgets/htmega_section_title.php:157
12303
- #: includes/widgets/htmega_section_title.php:236
12304
- #: includes/widgets/htmega_singlepost.php:61
12305
- #: includes/widgets/htmega_slider_thumb_gallery.php:56
12306
- #: includes/widgets/htmega_special_day_banner.php:46
12307
- #: includes/widgets/htmega_teammember.php:107
12308
- #: includes/widgets/htmega_tooltip.php:183
12309
- #: extensions/ht-builder/widgets/bl_post_author_info.php:120
12310
- msgid "Top"
12311
- msgstr ""
12312
-
12313
- #: includes/widgets/htmega_notify.php:114
12314
- msgid "Top Center"
12315
- msgstr ""
12316
-
12317
- #: includes/widgets/htmega_notify.php:119
12318
- msgid "Top Fullwidth"
12319
- msgstr ""
12320
-
12321
- #: includes/widgets/htmega_notify.php:113
12322
- msgid "Top Left"
12323
- msgstr ""
12324
-
12325
- #: includes/widgets/htmega_notify.php:115
12326
- msgid "Top Right"
12327
- msgstr ""
12328
-
12329
- #: includes/widgets/htmega_scroll_image.php:291
12330
- msgid "Top-Bottom"
12331
- msgstr ""
12332
-
12333
- #: includes/widgets/htmega_pricing_list_view.php:368
12334
- #: includes/widgets/htmega_pricing_list_view.php:997
12335
- msgid "Top-Bottom Position"
12336
- msgstr ""
12337
-
12338
- #: includes/widgets/htmega_bbpress.php:58
12339
- msgid "Topic Form"
12340
- msgstr ""
12341
-
12342
- #: includes/widgets/htmega_bbpress.php:57
12343
- msgid "Topic Index"
12344
- msgstr ""
12345
-
12346
- #: includes/widgets/htmega_bbpress.php:62
12347
- msgid "Topic Tags"
12348
- msgstr ""
12349
-
12350
- #: includes/widgets/htmega_brand.php:288
12351
- msgid "Transition Duration"
12352
- msgstr ""
12353
-
12354
- #: includes/widgets/htmega_business_hours.php:179
12355
- msgid "Tues Day"
12356
- msgstr ""
12357
-
12358
- #: includes/widgets/htmega_socialshere.php:67
12359
- msgid "tumblr"
12360
- msgstr ""
12361
-
12362
- #: includes/widgets/htmega_socialshere.php:63
12363
- #: includes/widgets/htmega_socialshere.php:325
12364
- msgid "Twitter"
12365
- msgstr ""
12366
-
12367
- #: includes/widgets/htmega_twitter_feed.php:114
12368
- msgid "Twitter access token secret."
12369
- msgstr ""
12370
-
12371
- #: includes/widgets/htmega_twitter_feed.php:104
12372
- msgid "Twitter access token."
12373
- msgstr ""
12374
-
12375
- #: includes/widgets/htmega_twitter_feed.php:84
12376
- msgid "Twitter consumer key."
12377
- msgstr ""
12378
-
12379
- #: includes/widgets/htmega_twitter_feed.php:94
12380
- msgid "Twitter consumer secret."
12381
- msgstr ""
12382
-
12383
- #: admin/include/admin-setting.php:559
12384
- #: includes/widgets/htmega_twitter_feed.php:18
12385
- #: includes/widgets/htmega_twitter_feed.php:48
12386
- msgid "Twitter Feed"
12387
- msgstr ""
12388
-
12389
- #: includes/widgets/htmega_image_grid.php:71
12390
- #: includes/widgets/htmega_image_masonry.php:80
12391
- #: includes/widgets/htmega_testimonial_grid.php:74
12392
- #: includes/widgets/htmega_testimonial_grid.php:89
12393
- #: includes/widgets/htmega_testimonial_grid.php:106
12394
- msgid "Two"
12395
- msgstr ""
12396
-
12397
- #: includes/widgets/htmega_animated_heading.php:71
12398
- #: includes/widgets/htmega_buddy_press.php:48
12399
- msgid "Type"
12400
- msgstr ""
12401
-
12402
- #: includes/widgets/htmega_errorcontent.php:114
12403
- msgid "Type your Description here."
12404
- msgstr ""
12405
-
12406
- #: includes/widgets/htmega_call_to_action.php:106
12407
- msgid "Type your description here..."
12408
- msgstr ""
12409
-
12410
- #: includes/widgets/htmega_errorcontent.php:102
12411
- msgid "Type your Sub title here."
12412
- msgstr ""
12413
-
12414
- #: includes/widgets/htmega_call_to_action.php:59
12415
- msgid "Type your sub title here..."
12416
- msgstr ""
12417
-
12418
- #: includes/widgets/htmega_counter.php:157
12419
- msgid "Type your title here"
12420
- msgstr ""
12421
-
12422
- #: includes/widgets/htmega_errorcontent.php:90
12423
- msgid "Type your title here."
12424
- msgstr ""
12425
-
12426
- #: includes/widgets/htmega_call_to_action.php:84
12427
- msgid "Type your title here..."
12428
- msgstr ""
12429
-
12430
- #: includes/widgets/htmega_accordion.php:655
12431
- #: includes/widgets/htmega_accordion.php:745
12432
- #: includes/widgets/htmega_accordion.php:1011
12433
- #: includes/widgets/htmega_accordion.php:1339
12434
- #: includes/widgets/htmega_add_banner.php:454
12435
- #: includes/widgets/htmega_add_banner.php:513
12436
- #: includes/widgets/htmega_add_banner.php:572
12437
- #: includes/widgets/htmega_add_banner.php:639
12438
- #: includes/widgets/htmega_animated_heading.php:174
12439
- #: includes/widgets/htmega_animated_heading.php:258
12440
- #: includes/widgets/htmega_animated_heading.php:305
12441
- #: includes/widgets/htmega_animated_heading.php:393
12442
- #: includes/widgets/htmega_buddy_press.php:336
12443
- #: includes/widgets/htmega_buddy_press.php:405
12444
- #: includes/widgets/htmega_button.php:220
12445
- #: includes/widgets/htmega_button.php:590
12446
- #: includes/widgets/htmega_caldera_form.php:113
12447
- #: includes/widgets/htmega_caldera_form.php:157
12448
- #: includes/widgets/htmega_caldera_form.php:477
12449
- #: includes/widgets/htmega_call_to_action.php:524
12450
- #: includes/widgets/htmega_call_to_action.php:583
12451
- #: includes/widgets/htmega_call_to_action.php:642
12452
- #: includes/widgets/htmega_call_to_action.php:698
12453
- #: includes/widgets/htmega_call_to_action.php:904
12454
- #: includes/widgets/htmega_countdown.php:1036
12455
- #: includes/widgets/htmega_data_table.php:666
12456
- #: includes/widgets/htmega_data_table.php:785
12457
- #: includes/widgets/htmega_data_table.php:898
12458
- #: includes/widgets/htmega_data_table.php:1016
12459
- #: includes/widgets/htmega_data_table.php:1079
12460
- #: includes/widgets/htmega_double_button.php:495
12461
- #: includes/widgets/htmega_double_button.php:668
12462
- #: includes/widgets/htmega_double_button.php:851
12463
- #: includes/widgets/htmega_download_monitor.php:223
12464
- #: includes/widgets/htmega_download_monitor.php:290
12465
- #: includes/widgets/htmega_easy_digital_download.php:372
12466
- #: includes/widgets/htmega_easy_digital_download.php:457
12467
- #: includes/widgets/htmega_easy_digital_download.php:494
12468
- #: includes/widgets/htmega_easy_digital_download.php:731
12469
- #: includes/widgets/htmega_errorcontent.php:327
12470
- #: includes/widgets/htmega_errorcontent.php:406
12471
- #: includes/widgets/htmega_errorcontent.php:485
12472
- #: includes/widgets/htmega_errorcontent.php:581
12473
- #: includes/widgets/htmega_errorcontent.php:732
12474
- #: includes/widgets/htmega_googlemap.php:189
12475
- #: includes/widgets/htmega_googlemap.php:223
12476
- #: includes/widgets/htmega_googlemap.php:425
12477
- #: includes/widgets/htmega_googlemap.php:512
12478
- #: includes/widgets/htmega_image_comparison.php:253
12479
- #: includes/widgets/htmega_image_comparison.php:334
12480
- #: includes/widgets/htmega_image_grid.php:480
12481
- #: includes/widgets/htmega_notify.php:341
12482
- #: includes/widgets/htmega_panel_slider.php:702
12483
- #: includes/widgets/htmega_panel_slider.php:758
12484
- #: includes/widgets/htmega_postgrid.php:479
12485
- #: includes/widgets/htmega_postgrid.php:554
12486
- #: includes/widgets/htmega_postgrid.php:594
12487
- #: includes/widgets/htmega_postgrid.php:681
12488
- #: includes/widgets/htmega_post_grid_tab.php:459
12489
- #: includes/widgets/htmega_post_grid_tab.php:546
12490
- #: includes/widgets/htmega_post_grid_tab.php:643
12491
- #: includes/widgets/htmega_post_grid_tab.php:769
12492
- #: includes/widgets/htmega_post_grid_tab.php:863
12493
- #: includes/widgets/htmega_post_slider.php:894
12494
- #: includes/widgets/htmega_post_slider.php:981
12495
- #: includes/widgets/htmega_post_slider.php:1078
12496
- #: includes/widgets/htmega_post_slider.php:1197
12497
- #: includes/widgets/htmega_post_slider.php:1291
12498
- #: includes/widgets/htmega_pricing_list_view.php:1323
12499
- #: includes/widgets/htmega_pricing_list_view.php:1414
12500
- #: includes/widgets/htmega_pricing_list_view.php:1532
12501
- #: includes/widgets/htmega_pricing_list_view.php:1664
12502
- #: includes/widgets/htmega_progress_bar.php:751
12503
- #: includes/widgets/htmega_progress_bar.php:830
12504
- #: includes/widgets/htmega_scroll_image.php:401
12505
- #: includes/widgets/htmega_singlepost.php:174
12506
- #: includes/widgets/htmega_singlepost.php:261
12507
- #: includes/widgets/htmega_singlepost.php:374
12508
- #: includes/widgets/htmega_special_day_banner.php:359
12509
- #: includes/widgets/htmega_special_day_banner.php:418
12510
- #: includes/widgets/htmega_special_day_banner.php:477
12511
- #: includes/widgets/htmega_special_day_banner.php:536
12512
- #: includes/widgets/htmega_special_day_banner.php:595
12513
- #: includes/widgets/htmega_special_day_banner.php:662
12514
- #: includes/widgets/htmega_tabs.php:549
12515
- #: includes/widgets/htmega_verticle_time_line.php:158
12516
- #: includes/widgets/htmega_verticle_time_line.php:211
12517
- #: includes/widgets/htmega_verticle_time_line.php:341
12518
- #: includes/widgets/htmega_wc_categories.php:300
12519
- #: includes/widgets/htmega_wc_element_pages.php:279
12520
- #: includes/widgets/htmega_wc_element_pages.php:405
12521
- #: includes/widgets/htmega_wc_element_pages.php:660
12522
- #: includes/widgets/htmega_wc_element_pages.php:942
12523
- #: includes/widgets/htmega_wc_element_pages.php:1326
12524
- #: includes/widgets/htmega_wc_element_pages.php:1591
12525
- #: includes/widgets/htmega_wc_element_pages.php:1725
12526
- #: includes/widgets/htmega_wc_element_pages.php:1873
12527
- #: includes/widgets/htmega_working_process.php:654
12528
- #: includes/widgets/htmega_working_process.php:733
12529
- #: includes/widgets/htmega_working_process.php:833
12530
- #: extensions/ht-builder/widgets/bl_page_title.php:78
12531
- #: extensions/ht-builder/widgets/bl_post_archive.php:359
12532
- #: extensions/ht-builder/widgets/bl_post_archive.php:466
12533
- #: extensions/ht-builder/widgets/bl_post_archive.php:572
12534
- #: extensions/ht-builder/widgets/bl_post_archive.php:664
12535
- #: extensions/ht-builder/widgets/bl_post_archive.php:733
12536
- #: extensions/ht-builder/widgets/bl_post_archive.php:869
12537
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:80
12538
- #: extensions/ht-builder/widgets/bl_post_comments.php:60
12539
- #: extensions/ht-builder/widgets/bl_post_comments.php:121
12540
- #: extensions/ht-builder/widgets/bl_post_content.php:60
12541
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:60
12542
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:373
12543
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:413
12544
- #: extensions/ht-builder/widgets/bl_post_search_form.php:139
12545
- #: extensions/ht-builder/widgets/bl_post_search_form.php:224
12546
- #: extensions/ht-builder/widgets/bl_post_title.php:77
12547
- #: extensions/ht-builder/widgets/bl_site_title.php:80
12548
- msgid "Typography"
12549
- msgstr ""
12550
-
12551
- #: includes/widgets/htmega_weather.php:52
12552
- msgid "Units"
12553
- msgstr ""
12554
-
12555
- #: includes/widgets/htmega_newsticker.php:132
12556
- msgid "Up"
12557
- msgstr ""
12558
-
12559
- #: includes/widgets/htmega_section_title.php:644
12560
- msgid "Use Backround for Text"
12561
- msgstr ""
12562
-
12563
- #: includes/widgets/htmega_googlemap.php:171
12564
- msgid "Use max 32x32 px size."
12565
- msgstr ""
12566
-
12567
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:114
12568
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:153
12569
- #, php-format
12570
- msgid "Use the letters: %s"
12571
- msgstr ""
12572
-
12573
- #: admin/include/admin-setting.php:567
12574
- #: includes/widgets/htmega_user_login_form.php:13
12575
- msgid "User Login Form"
12576
- msgstr ""
12577
-
12578
- #: includes/widgets/htmega_twitter_feed.php:833
12579
- msgid "User Name Style"
12580
- msgstr ""
12581
-
12582
- #: admin/include/admin-setting.php:575
12583
- msgid "User Register Form"
12584
- msgstr ""
12585
-
12586
- #: includes/widgets/htmega_twitter_feed.php:71
12587
- msgid "UserName"
12588
- msgstr ""
12589
-
12590
- #: includes/widgets/htmega_user_login_form.php:1564
12591
- #: includes/widgets/htmega_user_login_form.php:1565
12592
- msgid "Username"
12593
- msgstr ""
12594
-
12595
- #: includes/widgets/htmega_user_login_form.php:208
12596
- msgid "Username Label"
12597
- msgstr ""
12598
-
12599
- #: includes/widgets/htmega_user_login_form.php:210
12600
- #: includes/widgets/htmega_user_login_form.php:223
12601
- msgid "Username or Email"
12602
- msgstr ""
12603
-
12604
- #: includes/widgets/htmega_user_login_form.php:221
12605
- msgid "Username Placeholder"
12606
- msgstr ""
12607
-
12608
- #: includes/helper-function.php:443
12609
- msgid "Username too short. At least 4 characters is required"
12610
- msgstr ""
12611
-
12612
- #: includes/helper-function.php:438
12613
- msgid "Username, Password and E-Mail are required"
12614
- msgstr ""
12615
-
12616
- #: includes/widgets/htmega_caldera_form.php:657
12617
- #: includes/widgets/htmega_ninja_form.php:1137
12618
- msgid "Validation Pass Style"
12619
- msgstr ""
12620
-
12621
- #: includes/widgets/htmega_progress_bar.php:763
12622
- msgid "Value"
12623
- msgstr ""
12624
-
12625
- #: includes/widgets/htmega_progress_bar.php:174
12626
- msgid "Value Indicator"
12627
- msgstr ""
12628
-
12629
- #: includes/widgets/htmega_progress_bar.php:62
12630
- #: includes/widgets/htmega_scroll_navigation.php:143
12631
- #: includes/widgets/htmega_scroll_navigation.php:165
12632
- #: includes/widgets/htmega_scroll_navigation.php:195
12633
- msgid "Vertical"
12634
- msgstr ""
12635
-
12636
- #: includes/widgets/htmega_pricing_list_view.php:1155
12637
- msgid "Vertical Alignment"
12638
- msgstr ""
12639
-
12640
- #: includes/widgets/htmega_working_process.php:235
12641
- msgid "Vertical Line Color"
12642
- msgstr ""
12643
-
12644
- #: includes/widgets/htmega_service.php:861
12645
- msgid "Vertical line Hover Color"
12646
- msgstr ""
12647
-
12648
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:15
12649
- msgid "Vertical Mega Menu"
12650
- msgstr ""
12651
-
12652
- #: includes/widgets/htmega_carousel.php:695
12653
- #: includes/widgets/htmega_panel_slider.php:992
12654
- msgid "Vertical Position"
12655
- msgstr ""
12656
-
12657
- #: includes/widgets/htmega_special_day_banner.php:219
12658
- msgid "Vertical Postion"
12659
- msgstr ""
12660
-
12661
- #: includes/widgets/htmega_slider_thumb_gallery.php:463
12662
- msgid "Vertical Slide"
12663
- msgstr ""
12664
-
12665
- #: includes/widgets/htmega_twitter_feed.php:1410
12666
- msgid "Vertical Space"
12667
- msgstr ""
12668
-
12669
- #: includes/widgets/htmega_verticle_time_line.php:14
12670
- msgid "Vertical Timeline"
12671
- msgstr ""
12672
-
12673
- #: includes/widgets/htmega_verticle_time_line.php:36
12674
- msgid "Vertical Timeline Layout"
12675
- msgstr ""
12676
-
12677
- #: admin/include/admin-setting.php:583
12678
- msgid "Verticle Timeline"
12679
- msgstr ""
12680
-
12681
- #: includes/widgets/htmega_socialshere.php:90
12682
- msgid "Viber"
12683
- msgstr ""
12684
-
12685
- #: includes/widgets/htmega_lightbox.php:54
12686
- msgid "Video"
12687
- msgstr ""
12688
-
12689
- #: includes/widgets/htmega_videoplayer.php:233
12690
- msgid "Video Box Style"
12691
- msgstr ""
12692
-
12693
- #: includes/widgets/htmega_videoplayer.php:48
12694
- msgid "Video Container"
12695
- msgstr ""
12696
-
12697
- #: includes/widgets/htmega_videoplayer.php:136
12698
- msgid "Video Image"
12699
- msgstr ""
12700
-
12701
- #: includes/widgets/htmega_videoplayer.php:153
12702
- msgid "Video Options"
12703
- msgstr ""
12704
-
12705
- #: admin/include/admin-setting.php:591
12706
- #: includes/widgets/htmega_videoplayer.php:12
12707
- #: includes/widgets/htmega_videoplayer.php:41
12708
- msgid "Video Player"
12709
- msgstr ""
12710
-
12711
- #: includes/widgets/htmega_videoplayer.php:221
12712
- msgid "Video Start Time"
12713
- msgstr ""
12714
-
12715
- #: admin/include/admin-setting.php:1374
12716
- msgid "Video Tutorial"
12717
- msgstr ""
12718
-
12719
- #: includes/widgets/htmega_lightbox.php:77
12720
- msgid "Video URL"
12721
- msgstr ""
12722
-
12723
- #: includes/widgets/htmega_videoplayer.php:60
12724
- msgid "Video Url"
12725
- msgstr ""
12726
-
12727
- #: includes/widgets/htmega_socialshere.php:341
12728
- #: includes/widgets/htmega_wc_add_to_cart.php:95
12729
- msgid "View"
12730
- msgstr ""
12731
-
12732
- #: admin/include/admin-setting.php:1013
12733
- msgid "View Counter"
12734
- msgstr ""
12735
-
12736
- #: admin/include/admin-setting.php:1012
12737
- msgid "View Counter <span>( Pro )</span>"
12738
- msgstr ""
12739
-
12740
- #: includes/widgets/htmega_accordion.php:430
12741
- msgid "Visible Item"
12742
- msgstr ""
12743
-
12744
- #: includes/widgets/htmega_animated_heading.php:114
12745
- msgid "Visible Item Number"
12746
- msgstr ""
12747
-
12748
- #: includes/widgets/htmega_socialshere.php:68
12749
- msgid "Vkontakte"
12750
- msgstr ""
12751
-
12752
- #: admin/include/templates/library/templates.php:148
12753
- msgid "Want to learn more about the HT Mega library?"
12754
- msgstr ""
12755
-
12756
- #: includes/widgets/htmega_notify.php:135
12757
- msgid "Warning"
12758
- msgstr ""
12759
-
12760
- #: admin/include/admin-setting.php:1243
12761
- #: includes/widgets/htmega_wc_add_to_cart.php:14
12762
- msgid "WC : Add To cart"
12763
- msgstr ""
12764
-
12765
- #: admin/include/admin-setting.php:1251
12766
- #: includes/widgets/htmega_wc_categories.php:13
12767
- msgid "WC : Categories"
12768
- msgstr ""
12769
-
12770
- #: admin/include/admin-setting.php:1259
12771
- #: includes/widgets/htmega_wc_element_pages.php:13
12772
- msgid "WC : Pages"
12773
- msgstr ""
12774
-
12775
- #: extensions/wc-sales-notification/admin/setting.php:268
12776
- msgid "WC Sales Notification Settings"
12777
- msgstr ""
12778
-
12779
- #: admin/include/admin-setting.php:623 includes/widgets/htmega_weather.php:13
12780
- #: includes/widgets/htmega_weather.php:36
12781
- msgid "Weather"
12782
- msgstr ""
12783
-
12784
- #: admin/include/admin-setting.php:784
12785
- msgid "Weather Map API Key"
12786
- msgstr ""
12787
-
12788
- #: admin/include/admin-setting.php:786
12789
- msgid "Weather Map API key"
12790
- msgstr ""
12791
-
12792
- #: extensions/ht-builder/widgets/bl_post_author_info.php:98
12793
- msgid "Website"
12794
- msgstr ""
12795
-
12796
- #: includes/helper-function.php:470
12797
- msgid "Website is not a valid URL"
12798
- msgstr ""
12799
-
12800
- #: includes/widgets/htmega_business_hours.php:184
12801
- msgid "Wednesday"
12802
- msgstr ""
12803
-
12804
- #: includes/widgets/htmega_instagram.php:114
12805
- msgid "Week"
12806
- msgstr ""
12807
-
12808
- #: includes/widgets/htmega_socialshere.php:87
12809
- msgid "Weibo"
12810
- msgstr ""
12811
-
12812
- #: includes/widgets/htmega_socialshere.php:91
12813
- msgid "Whatsapp"
12814
- msgstr ""
12815
-
12816
- #: admin/include/admin-setting.php:1339
12817
- msgid "Which will motivate us a lot."
12818
- msgstr ""
12819
-
12820
- #: includes/recommended-plugins/recommended-plugins.php:83
12821
- msgid "Whols"
12822
- msgstr ""
12823
-
12824
- #: includes/widgets/htmega_blockquote.php:630
12825
- #: includes/widgets/htmega_blockquote.php:755
12826
- #: includes/widgets/htmega_caldera_form.php:521
12827
- #: includes/widgets/htmega_carousel.php:655
12828
- #: includes/widgets/htmega_carousel.php:920
12829
- #: includes/widgets/htmega_carousel.php:1026
12830
- #: includes/widgets/htmega_contact_form_seven.php:738
12831
- #: includes/widgets/htmega_contact_form_seven.php:802
12832
- #: includes/widgets/htmega_gravity_forms.php:662
12833
- #: includes/widgets/htmega_imagemarker.php:808
12834
- #: includes/widgets/htmega_image_comparison.php:463
12835
- #: includes/widgets/htmega_instagram.php:1030
12836
- #: includes/widgets/htmega_instagram.php:1209
12837
- #: includes/widgets/htmega_job_manager.php:171
12838
- #: includes/widgets/htmega_mailchimp_wp.php:327
12839
- #: includes/widgets/htmega_modal.php:312 includes/widgets/htmega_notify.php:734
12840
- #: includes/widgets/htmega_panel_slider.php:927
12841
- #: includes/widgets/htmega_panel_slider.php:1134
12842
- #: includes/widgets/htmega_popover.php:514
12843
- #: includes/widgets/htmega_post_slider.php:1640
12844
- #: includes/widgets/htmega_post_slider.php:1789
12845
- #: includes/widgets/htmega_pricing_list_view.php:405
12846
- #: includes/widgets/htmega_pricing_list_view.php:1034
12847
- #: includes/widgets/htmega_quforms.php:805
12848
- #: includes/widgets/htmega_scroll_navigation.php:456
12849
- #: includes/widgets/htmega_search.php:554
12850
- #: includes/widgets/htmega_search.php:789
12851
- #: includes/widgets/htmega_service.php:571
12852
- #: includes/widgets/htmega_service.php:821
12853
- #: includes/widgets/htmega_service.php:887
12854
- #: includes/widgets/htmega_slider_thumb_gallery.php:921
12855
- #: includes/widgets/htmega_slider_thumb_gallery.php:1138
12856
- #: includes/widgets/htmega_special_day_banner.php:165
12857
- #: includes/widgets/htmega_twitter_feed.php:1169
12858
- #: includes/widgets/htmega_twitter_feed.php:1371
12859
- #: includes/widgets/htmega_user_login_form.php:1173
12860
- #: includes/widgets/htmega_working_process.php:887
12861
- #: includes/widgets/htmega_working_process.php:1012
12862
- #: includes/widgets/htmega_wpforms.php:948
12863
- #: extensions/ht-builder/widgets/bl_post_author_info.php:146
12864
- msgid "Width"
12865
- msgstr ""
12866
-
12867
- #: includes/recommended-plugins/recommended-plugins.php:63
12868
- msgid "WishSuite"
12869
- msgstr ""
12870
-
12871
- #: includes/recommended-plugins/recommended-plugins.php:51
12872
- msgid "WooCommerce"
12873
- msgstr ""
12874
-
12875
- #: includes/recommended-plugins/recommended-plugins.php:58
12876
- msgid "WooLentor – WooCommerce Elementor Addons + Builder"
12877
- msgstr ""
12878
-
12879
- #: includes/widgets/htmega_progress_bar.php:106
12880
- #: includes/widgets/htmega_progress_bar.php:208
12881
- #: includes/widgets/htmega_progress_bar.php:238
12882
- #: includes/widgets/htmega_progress_bar.php:406
12883
- #: includes/widgets/htmega_socialshere.php:84
12884
- msgid "WordPress"
12885
- msgstr ""
12886
-
12887
- #: includes/widgets/htmega_pricing_list_view.php:82
12888
- #: includes/widgets/htmega_pricing_list_view.php:146
12889
- msgid "WordPress Plugin"
12890
- msgstr ""
12891
-
12892
- #: admin/include/admin-setting.php:599
12893
- #: includes/widgets/htmega_working_process.php:14
12894
- #: includes/widgets/htmega_working_process.php:35
12895
- msgid "Working Process"
12896
- msgstr ""
12897
-
12898
- #: admin/include/admin-setting.php:1212 includes/widgets/htmega_wpforms.php:13
12899
- #: includes/widgets/htmega_wpforms.php:57
12900
- msgid "WP Form"
12901
- msgstr ""
12902
-
12903
- #: includes/recommended-plugins/recommended-plugins.php:96
12904
- msgid "WP Plugin Manager"
12905
- msgstr ""
12906
-
12907
- #: includes/widgets/htmega_section_title.php:291
12908
- msgid "X Offset"
12909
- msgstr ""
12910
-
12911
- #: includes/widgets/htmega_imagemarker.php:241
12912
- msgid "X Postion"
12913
- msgstr ""
12914
-
12915
- #: includes/widgets/htmega_socialshere.php:83
12916
- msgid "Xing"
12917
- msgstr ""
12918
-
12919
- #: includes/widgets/htmega_section_title.php:314
12920
- msgid "Y Offset"
12921
- msgstr ""
12922
-
12923
- #: includes/widgets/htmega_imagemarker.php:262
12924
- msgid "Y Postion"
12925
- msgstr ""
12926
-
12927
- #: includes/widgets/htmega_booked_calender.php:128
12928
- #: includes/widgets/htmega_instagram.php:116
12929
- msgid "Year"
12930
- msgstr ""
12931
-
12932
- #: includes/widgets/htmega_carousel.php:212
12933
- #: includes/widgets/htmega_gravity_forms.php:103
12934
- #: includes/widgets/htmega_instagram.php:407
12935
- #: includes/widgets/htmega_panel_slider.php:158
12936
- #: includes/widgets/htmega_panel_slider.php:169
12937
- #: includes/widgets/htmega_panel_slider.php:312
12938
- #: includes/widgets/htmega_post_slider.php:392
12939
- #: includes/widgets/htmega_slider_thumb_gallery.php:211
12940
- #: includes/widgets/htmega_slider_thumb_gallery.php:476
12941
- #: includes/widgets/htmega_twitter_feed.php:334
12942
- #: includes/widgets/htmega_user_login_form.php:121
12943
- #: includes/widgets/htmega_user_login_form.php:264
12944
- #: includes/widgets/htmega_videoplayer.php:124
12945
- #: includes/widgets/htmega_videoplayer.php:164
12946
- #: includes/widgets/htmega_videoplayer.php:176
12947
- #: includes/widgets/htmega_videoplayer.php:188
12948
- #: includes/widgets/htmega_videoplayer.php:200
12949
- #: includes/widgets/htmega_videoplayer.php:212
12950
- msgid "Yes"
12951
- msgstr ""
12952
-
12953
- #: includes/widgets/htmega_business_hours.php:170
12954
- #: includes/widgets/htmega_instragram_feed.php:86
12955
- #: includes/widgets/htmega_instragram_feed.php:97
12956
- msgid "yes"
12957
- msgstr ""
12958
-
12959
- #: admin/include/class.diagnostic-data.php:461
12960
- msgid "Yes, I Agree"
12961
- msgstr ""
12962
-
12963
- #: includes/widgets/htmega_twitter_feed.php:1677
12964
- msgid "yesterday"
12965
- msgstr ""
12966
-
12967
- #: includes/widgets/htmega_user_login_form.php:1578
12968
- #, php-format
12969
- msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12970
- msgstr ""
12971
-
12972
- #: admin/include/admin-setting.php:1060
12973
- msgid "You can enable duplicator for individual post."
12974
- msgstr ""
12975
-
12976
- #: admin/include/admin-setting.php:794
12977
- msgid "You can select 404 page from here."
12978
- msgstr ""
12979
-
12980
- #: extensions/ht-builder/admin/setting.php:113
12981
- msgid "You can select 404 page from here. <span>( Pro )</span>"
12982
- msgstr ""
12983
-
12984
- #: extensions/ht-builder/admin/setting.php:74
12985
- msgid "You can select blog page from here."
12986
- msgstr ""
12987
-
12988
- #: extensions/ht-builder/admin/setting.php:125
12989
- msgid "You can select coming soon page from here. <span>( Pro )</span>"
12990
- msgstr ""
12991
-
12992
- #: extensions/ht-builder/admin/setting.php:92
12993
- msgid "You can select footer template from here."
12994
- msgstr ""
12995
-
12996
- #: extensions/ht-builder/admin/setting.php:83
12997
- msgid "You can select header template from here."
12998
- msgstr ""
12999
-
13000
- #: extensions/ht-builder/admin/setting.php:101
13001
- msgid "You can select search page from here. <span>( Pro )</span>"
13002
- msgstr ""
13003
-
13004
- #: extensions/ht-builder/admin/setting.php:65
13005
- msgid "You can select Single blog page from here."
13006
- msgstr ""
13007
-
13008
- #: includes/widgets/htmega_wc_element_pages.php:1924
13009
- msgid "Your cart is currently empty."
13010
- msgstr ""
13011
-
13012
- #: includes/widgets/htmega_animated_heading.php:75
13013
- msgid "Zoom"
13014
- msgstr ""
13015
-
13016
- #: includes/widgets/htmega_lightbox.php:297
13017
- msgid "Zoom Button"
13018
- msgstr ""
13019
-
13020
- #: includes/widgets/htmega_lightbox.php:169
13021
- msgid "Zoom Button Text"
13022
- msgstr ""
13023
-
13024
- #: includes/widgets/htmega_googlemap.php:50
13025
- msgid "Zoom Control"
13026
- msgstr ""
13027
-
13028
- #: includes/widgets/htmega_instagram.php:261
13029
- #: includes/widgets/htmega_lightbox.php:154
13030
- msgid "Zoom Icon"
13031
- msgstr ""
13032
-
13033
- #: includes/widgets/htmega_instagram.php:211
13034
- msgid "Zoom Icon Type"
13035
- msgstr ""
13036
-
13037
- #: includes/widgets/htmega_image_magnifier.php:79
13038
- msgid "Zoom Label"
13039
- msgstr ""
13040
-
13041
- #: includes/widgets/htmega_image_magnifier.php:69
13042
- msgid "Zoomable"
13043
- msgstr ""
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: HT Mega - Absolute Addons for Elementor Page Builder\n"
5
+ "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-10-18 04:22+0000\n"
7
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
+ "Language-Team: \n"
10
+ "Language: \n"
11
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Loco https://localise.biz/\n"
16
+ "X-Loco-Version: 2.6.2; wp-6.0.3\n"
17
+ "X-Domain: htmega-addons"
18
+
19
+ #: includes/widgets/htmega_twitter_feed.php:1680
20
+ msgid " days ago"
21
+ msgstr ""
22
+
23
+ #: includes/widgets/htmega_verticle_time_line.php:600
24
+ msgid " Dot Border Hover Gradient Color"
25
+ msgstr ""
26
+
27
+ #: includes/widgets/htmega_twitter_feed.php:1674
28
+ msgid " hours ago"
29
+ msgstr ""
30
+
31
+ #: includes/widgets/htmega_twitter_feed.php:1668
32
+ msgid " min ago"
33
+ msgstr ""
34
+
35
+ #: includes/widgets/htmega_twitter_feed.php:1684
36
+ msgid " months ago"
37
+ msgstr ""
38
+
39
+ #: includes/widgets/htmega_twitter_feed.php:1687
40
+ msgid " years ago"
41
+ msgstr ""
42
+
43
+ #: includes/class.htmega.php:180 includes/class.htmega.php:195
44
+ #, php-format
45
+ msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
46
+ msgstr ""
47
+
48
+ #: includes/widgets/htmega_brand.php:93 includes/widgets/htmega_brand.php:106
49
+ #: includes/widgets/htmega_image_grid.php:180
50
+ #: includes/widgets/htmega_image_masonry.php:161
51
+ msgid "#"
52
+ msgstr ""
53
+
54
+ #: includes/widgets/htmega_counter.php:175
55
+ msgid "$"
56
+ msgstr ""
57
+
58
+ #: includes/widgets/htmega_pricing_list_view.php:165
59
+ msgid "$42"
60
+ msgstr ""
61
+
62
+ #: includes/widgets/htmega_pricing_list_view.php:159
63
+ msgid "$46"
64
+ msgstr ""
65
+
66
+ #: includes/widgets/htmega_pricing_list_view.php:153
67
+ msgid "$48"
68
+ msgstr ""
69
+
70
+ #: includes/widgets/htmega_pricing_list_view.php:147
71
+ msgid "$52"
72
+ msgstr ""
73
+
74
+ #: includes/widgets/htmega_pricing_list_view.php:99
75
+ msgid "$56"
76
+ msgstr ""
77
+
78
+ #. %s: Number of installations.
79
+ #: includes/recommended-plugins/class.recommended-plugins.php:297
80
+ #, php-format
81
+ msgid "%s Active Installations"
82
+ msgstr ""
83
+
84
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:244
85
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:581
86
+ #, php-format
87
+ msgid "%s Comments"
88
+ msgstr ""
89
+
90
+ #: extensions/ht-menu/menu/templates.php:107
91
+ #: extensions/ht-menu/menu/templates.php:115
92
+ #: extensions/ht-menu/menu/templates.php:129
93
+ #: extensions/ht-menu/menu/templates.php:144
94
+ #: extensions/ht-menu/menu/templates.php:180
95
+ msgid "( Pro )"
96
+ msgstr ""
97
+
98
+ #: includes/widgets/htmega_tablepress.php:36
99
+ msgid "(no name)"
100
+ msgstr ""
101
+
102
+ #: extensions/ht-menu/menu/templates.php:136
103
+ msgid "(Pro)"
104
+ msgstr ""
105
+
106
+ #: includes/widgets/htmega_counter.php:184
107
+ msgid "+"
108
+ msgstr ""
109
+
110
+ #: includes/widgets/htmega_booked_calender.php:67
111
+ msgid "01"
112
+ msgstr ""
113
+
114
+ #: includes/widgets/htmega_booked_calender.php:68
115
+ msgid "02"
116
+ msgstr ""
117
+
118
+ #: includes/widgets/htmega_booked_calender.php:69
119
+ msgid "03"
120
+ msgstr ""
121
+
122
+ #: includes/widgets/htmega_booked_calender.php:70
123
+ msgid "04"
124
+ msgstr ""
125
+
126
+ #: includes/widgets/htmega_booked_calender.php:71
127
+ msgid "05"
128
+ msgstr ""
129
+
130
+ #: includes/widgets/htmega_booked_calender.php:72
131
+ msgid "06"
132
+ msgstr ""
133
+
134
+ #: includes/widgets/htmega_booked_calender.php:73
135
+ msgid "07"
136
+ msgstr ""
137
+
138
+ #: includes/widgets/htmega_booked_calender.php:74
139
+ msgid "08"
140
+ msgstr ""
141
+
142
+ #: includes/widgets/htmega_booked_calender.php:75
143
+ msgid "09"
144
+ msgstr ""
145
+
146
+ #: includes/widgets/htmega_data_table.php:527
147
+ #: includes/widgets/htmega_data_table.php:528
148
+ #: includes/widgets/htmega_data_table.php:534
149
+ #: includes/widgets/htmega_data_table.php:540
150
+ #: includes/widgets/htmega_data_table.php:547
151
+ #: includes/widgets/htmega_instagram.php:162
152
+ #: includes/widgets/htmega_pricing_list_view.php:1093
153
+ #: includes/widgets/htmega_pricing_list_view.php:1094
154
+ #: includes/widgets/htmega_pricing_list_view.php:1100
155
+ #: includes/widgets/htmega_pricing_list_view.php:1106
156
+ #: includes/widgets/htmega_pricing_list_view.php:1113
157
+ #: extensions/ht-builder/widgets/bl_post_archive.php:60
158
+ msgid "1"
159
+ msgstr ""
160
+
161
+ #: includes/widgets/htmega_twitter_feed.php:1671
162
+ msgid "1 hour ago"
163
+ msgstr ""
164
+
165
+ #: includes/widgets/htmega_twitter_feed.php:1665
166
+ msgid "1 min ago"
167
+ msgstr ""
168
+
169
+ #: extensions/wc-sales-notification/admin/setting.php:132
170
+ msgid "1 minute"
171
+ msgstr ""
172
+
173
+ #: includes/widgets/htmega_twitter_feed.php:1684
174
+ msgid "1 month ago"
175
+ msgstr ""
176
+
177
+ #: extensions/wc-sales-notification/admin/setting.php:157
178
+ msgid "1 week"
179
+ msgstr ""
180
+
181
+ #: includes/widgets/htmega_twitter_feed.php:1687
182
+ msgid "1 year ago"
183
+ msgstr ""
184
+
185
+ #: includes/widgets/htmega_countdown.php:425
186
+ msgid "1. Background Days"
187
+ msgstr ""
188
+
189
+ #: extensions/wc-sales-notification/admin/setting.php:133
190
+ msgid "1.5 minutes"
191
+ msgstr ""
192
+
193
+ #: includes/widgets/htmega_booked_calender.php:76
194
+ msgid "10"
195
+ msgstr ""
196
+
197
+ #: extensions/wc-sales-notification/admin/setting.php:127
198
+ msgid "10 seconds"
199
+ msgstr ""
200
+
201
+ #: includes/widgets/htmega_data_table.php:122
202
+ msgid "10,25,50,100"
203
+ msgstr ""
204
+
205
+ #: includes/widgets/htmega_booked_calender.php:77
206
+ msgid "11"
207
+ msgstr ""
208
+
209
+ #: includes/widgets/htmega_booked_calender.php:78
210
+ msgid "12"
211
+ msgstr ""
212
+
213
+ #: includes/widgets/htmega_booked_calender.php:79
214
+ msgid "13"
215
+ msgstr ""
216
+
217
+ #: includes/widgets/htmega_booked_calender.php:80
218
+ msgid "14"
219
+ msgstr ""
220
+
221
+ #: includes/widgets/htmega_booked_calender.php:81
222
+ msgid "15"
223
+ msgstr ""
224
+
225
+ #: admin/include/admin-setting.php:1419
226
+ msgid "15 Categories / Template set"
227
+ msgstr ""
228
+
229
+ #: admin/include/admin-setting.php:1420
230
+ msgid "15 Templates"
231
+ msgstr ""
232
+
233
+ #: includes/widgets/htmega_booked_calender.php:82
234
+ msgid "16"
235
+ msgstr ""
236
+
237
+ #: includes/widgets/htmega_booked_calender.php:83
238
+ msgid "17"
239
+ msgstr ""
240
+
241
+ #: includes/widgets/htmega_booked_calender.php:84
242
+ msgid "18"
243
+ msgstr ""
244
+
245
+ #: includes/widgets/htmega_booked_calender.php:85
246
+ msgid "19"
247
+ msgstr ""
248
+
249
+ #: includes/widgets/htmega_instagram.php:163
250
+ #: extensions/ht-builder/widgets/bl_post_archive.php:61
251
+ msgid "2"
252
+ msgstr ""
253
+
254
+ #: extensions/wc-sales-notification/admin/setting.php:134
255
+ msgid "2 minutes"
256
+ msgstr ""
257
+
258
+ #: extensions/wc-sales-notification/admin/setting.php:119
259
+ msgid "2 seconds"
260
+ msgstr ""
261
+
262
+ #: includes/widgets/htmega_countdown.php:450
263
+ msgid "2. Background Hours"
264
+ msgstr ""
265
+
266
+ #: includes/widgets/htmega_booked_calender.php:86
267
+ msgid "20"
268
+ msgstr ""
269
+
270
+ #: extensions/wc-sales-notification/admin/setting.php:128
271
+ msgid "20 seconds"
272
+ msgstr ""
273
+
274
+ #: includes/widgets/htmega_booked_calender.php:132
275
+ msgid "2018"
276
+ msgstr ""
277
+
278
+ #: includes/widgets/htmega_booked_calender.php:133
279
+ msgid "2019"
280
+ msgstr ""
281
+
282
+ #: includes/widgets/htmega_booked_calender.php:134
283
+ msgid "2020"
284
+ msgstr ""
285
+
286
+ #: includes/widgets/htmega_booked_calender.php:135
287
+ msgid "2021"
288
+ msgstr ""
289
+
290
+ #: includes/widgets/htmega_booked_calender.php:136
291
+ msgid "2022"
292
+ msgstr ""
293
+
294
+ #: includes/widgets/htmega_booked_calender.php:137
295
+ msgid "2023"
296
+ msgstr ""
297
+
298
+ #: includes/widgets/htmega_booked_calender.php:138
299
+ msgid "2024"
300
+ msgstr ""
301
+
302
+ #: includes/widgets/htmega_booked_calender.php:139
303
+ msgid "2025"
304
+ msgstr ""
305
+
306
+ #: includes/widgets/htmega_booked_calender.php:140
307
+ msgid "2026"
308
+ msgstr ""
309
+
310
+ #: includes/widgets/htmega_booked_calender.php:141
311
+ msgid "2027"
312
+ msgstr ""
313
+
314
+ #: includes/widgets/htmega_booked_calender.php:142
315
+ msgid "2028"
316
+ msgstr ""
317
+
318
+ #: includes/widgets/htmega_booked_calender.php:143
319
+ msgid "2029"
320
+ msgstr ""
321
+
322
+ #: includes/widgets/htmega_booked_calender.php:144
323
+ msgid "2030"
324
+ msgstr ""
325
+
326
+ #: includes/widgets/htmega_booked_calender.php:145
327
+ msgid "2031"
328
+ msgstr ""
329
+
330
+ #: includes/widgets/htmega_booked_calender.php:146
331
+ msgid "2032"
332
+ msgstr ""
333
+
334
+ #: includes/widgets/htmega_booked_calender.php:147
335
+ msgid "2033"
336
+ msgstr ""
337
+
338
+ #: includes/widgets/htmega_booked_calender.php:148
339
+ msgid "2034"
340
+ msgstr ""
341
+
342
+ #: includes/widgets/htmega_booked_calender.php:149
343
+ msgid "2035"
344
+ msgstr ""
345
+
346
+ #: includes/widgets/htmega_booked_calender.php:150
347
+ msgid "2036"
348
+ msgstr ""
349
+
350
+ #: includes/widgets/htmega_booked_calender.php:151
351
+ msgid "2037"
352
+ msgstr ""
353
+
354
+ #: includes/widgets/htmega_booked_calender.php:152
355
+ msgid "2038"
356
+ msgstr ""
357
+
358
+ #: includes/widgets/htmega_booked_calender.php:153
359
+ msgid "2039"
360
+ msgstr ""
361
+
362
+ #: includes/widgets/htmega_booked_calender.php:154
363
+ msgid "2040"
364
+ msgstr ""
365
+
366
+ #: includes/widgets/htmega_booked_calender.php:87
367
+ msgid "21"
368
+ msgstr ""
369
+
370
+ #: includes/widgets/htmega_booked_calender.php:88
371
+ msgid "22"
372
+ msgstr ""
373
+
374
+ #: includes/widgets/htmega_booked_calender.php:89
375
+ msgid "23"
376
+ msgstr ""
377
+
378
+ #: includes/widgets/htmega_googlemap.php:251
379
+ msgid "23.8103"
380
+ msgstr ""
381
+
382
+ #: includes/widgets/htmega_booked_calender.php:90
383
+ msgid "24"
384
+ msgstr ""
385
+
386
+ #: includes/widgets/htmega_booked_calender.php:91
387
+ msgid "25"
388
+ msgstr ""
389
+
390
+ #: includes/widgets/htmega_booked_calender.php:92
391
+ msgid "26"
392
+ msgstr ""
393
+
394
+ #: includes/widgets/htmega_booked_calender.php:93
395
+ msgid "27"
396
+ msgstr ""
397
+
398
+ #: includes/widgets/htmega_booked_calender.php:94
399
+ msgid "28"
400
+ msgstr ""
401
+
402
+ #: includes/widgets/htmega_booked_calender.php:95
403
+ msgid "29"
404
+ msgstr ""
405
+
406
+ #: includes/widgets/htmega_mailchimp_wp.php:68
407
+ msgid "294"
408
+ msgstr ""
409
+
410
+ #: includes/widgets/htmega_instagram.php:164
411
+ #: extensions/ht-builder/widgets/bl_post_archive.php:62
412
+ msgid "3"
413
+ msgstr ""
414
+
415
+ #: includes/widgets/htmega_weather.php:84
416
+ msgid "3 Days"
417
+ msgstr ""
418
+
419
+ #: extensions/wc-sales-notification/admin/setting.php:120
420
+ msgid "3 seconds"
421
+ msgstr ""
422
+
423
+ #: includes/widgets/htmega_countdown.php:475
424
+ msgid "3. Background Minutes"
425
+ msgstr ""
426
+
427
+ #: includes/widgets/htmega_booked_calender.php:96
428
+ msgid "30"
429
+ msgstr ""
430
+
431
+ #: extensions/wc-sales-notification/admin/setting.php:129
432
+ msgid "30 seconds"
433
+ msgstr ""
434
+
435
+ #: includes/widgets/htmega_booked_calender.php:97
436
+ msgid "31"
437
+ msgstr ""
438
+
439
+ #: admin/include/admin-setting.php:1444
440
+ msgid "325 Blocks / Sections"
441
+ msgstr ""
442
+
443
+ #: admin/include/admin-setting.php:1445
444
+ msgid "35 Categories / Template set"
445
+ msgstr ""
446
+
447
+ #: admin/include/admin-setting.php:1421
448
+ msgid "360 Blocks / Sections"
449
+ msgstr ""
450
+
451
+ #: admin/include/admin-setting.php:1342
452
+ msgid "360 Elementor Blocks"
453
+ msgstr ""
454
+
455
+ #: admin/include/admin-setting.php:1343
456
+ msgid "39 Categories and 491 Page Templates."
457
+ msgstr ""
458
+
459
+ #: includes/widgets/htmega_instagram.php:165
460
+ #: extensions/ht-builder/widgets/bl_post_archive.php:63
461
+ msgid "4"
462
+ msgstr ""
463
+
464
+ #: includes/widgets/htmega_weather.php:85
465
+ msgid "4 Days"
466
+ msgstr ""
467
+
468
+ #: extensions/wc-sales-notification/admin/setting.php:121
469
+ #: extensions/wc-sales-notification/admin/setting.php:145
470
+ msgid "4 seconds"
471
+ msgstr ""
472
+
473
+ #: includes/widgets/htmega_countdown.php:500
474
+ msgid "4. Background Seconds"
475
+ msgstr ""
476
+
477
+ #: extensions/wc-sales-notification/admin/setting.php:130
478
+ msgid "40 seconds"
479
+ msgstr ""
480
+
481
+ #: admin/include/admin-setting.php:607
482
+ #: includes/widgets/htmega_errorcontent.php:13
483
+ #: includes/widgets/htmega_errorcontent.php:43
484
+ msgid "404 Content"
485
+ msgstr ""
486
+
487
+ #: admin/include/admin-setting.php:1423 admin/include/admin-setting.php:1448
488
+ msgid "404 Error Page Builder"
489
+ msgstr ""
490
+
491
+ #: extensions/ht-builder/admin/setting.php:112
492
+ msgid "404 Page Template."
493
+ msgstr ""
494
+
495
+ #: includes/widgets/htmega_instagram.php:166
496
+ msgid "5"
497
+ msgstr ""
498
+
499
+ #: includes/widgets/htmega_weather.php:86
500
+ msgid "5 Days"
501
+ msgstr ""
502
+
503
+ #: extensions/wc-sales-notification/admin/setting.php:122
504
+ msgid "5 seconds"
505
+ msgstr ""
506
+
507
+ #: extensions/wc-sales-notification/admin/setting.php:131
508
+ msgid "50 seconds"
509
+ msgstr ""
510
+
511
+ #: includes/widgets/htmega_special_day_banner.php:107
512
+ msgid "50%"
513
+ msgstr ""
514
+
515
+ #: admin/include/admin-setting.php:1446
516
+ msgid "524 Templates"
517
+ msgstr ""
518
+
519
+ #: includes/widgets/htmega_instagram.php:167
520
+ msgid "6"
521
+ msgstr ""
522
+
523
+ #: includes/widgets/htmega_weather.php:87
524
+ msgid "6 Days"
525
+ msgstr ""
526
+
527
+ #: extensions/wc-sales-notification/admin/setting.php:123
528
+ msgid "6 seconds"
529
+ msgstr ""
530
+
531
+ #: extensions/wc-sales-notification/admin/setting.php:124
532
+ msgid "7 seconds"
533
+ msgstr ""
534
+
535
+ #: extensions/wc-sales-notification/admin/setting.php:125
536
+ msgid "8 seconds"
537
+ msgstr ""
538
+
539
+ #: admin/include/admin-setting.php:1341
540
+ msgid "80+ Elementor Elements"
541
+ msgstr ""
542
+
543
+ #: admin/include/admin-setting.php:1418 admin/include/admin-setting.php:1443
544
+ msgid "84 Elements"
545
+ msgstr ""
546
+
547
+ #: extensions/wc-sales-notification/admin/setting.php:126
548
+ msgid "9 seconds"
549
+ msgstr ""
550
+
551
+ #: includes/widgets/htmega_googlemap.php:252
552
+ #: includes/widgets/htmega_googlemap.php:253
553
+ msgid "90.4125"
554
+ msgstr ""
555
+
556
+ #: includes/widgets/htmega_business_hours.php:94
557
+ msgid "9:00 AM - 6:00 PM"
558
+ msgstr ""
559
+
560
+ #: includes/widgets/htmega_business_hours.php:164
561
+ #: includes/widgets/htmega_business_hours.php:175
562
+ #: includes/widgets/htmega_business_hours.php:180
563
+ #: includes/widgets/htmega_business_hours.php:185
564
+ #: includes/widgets/htmega_business_hours.php:190
565
+ msgid "9:00 AM to 6:00 PM"
566
+ msgstr ""
567
+
568
+ #: includes/widgets/htmega_business_hours.php:195
569
+ msgid "9:00 AM to 6:30 PM"
570
+ msgstr ""
571
+
572
+ #: includes/class.htmega.php:159
573
+ msgid ""
574
+ "<strong>HTMEGA Addons for Elementor</strong> requires \"<strong>"
575
+ "Elementor</strong>\" plugin to be active. Please activate Elementor to "
576
+ "continue."
577
+ msgstr ""
578
+
579
+ #: includes/class.htmega.php:166
580
+ msgid ""
581
+ "<strong>HTMEGA Addons for Elementor</strong> requires \"<strong>"
582
+ "Elementor</strong>\" plugin to be active. Please install the Elementor "
583
+ "plugin to continue."
584
+ msgstr ""
585
+
586
+ #: includes/widgets/htmega_inlinemenu.php:89
587
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:83
588
+ #, php-format
589
+ msgid ""
590
+ "<strong>There are no menus in your site.</strong><br>Go to the <a "
591
+ "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
592
+ msgstr ""
593
+
594
+ #: includes/widgets/htmega_notify.php:80
595
+ msgid "<strong>Welcome,</strong>to Notification."
596
+ msgstr ""
597
+
598
+ #: includes/widgets/htmega_twitter_feed.php:102
599
+ msgid "Access Token"
600
+ msgstr ""
601
+
602
+ #: includes/widgets/htmega_twitter_feed.php:112
603
+ msgid "Access Token Secret"
604
+ msgstr ""
605
+
606
+ #: admin/include/admin-setting.php:118 admin/include/admin-setting.php:119
607
+ #: includes/widgets/htmega_accordion.php:44
608
+ msgid "Accordion"
609
+ msgstr ""
610
+
611
+ #: includes/widgets/htmega_accordion.php:13
612
+ msgid "Accordion / FAQ"
613
+ msgstr ""
614
+
615
+ #: includes/widgets/htmega_accordion.php:89
616
+ #: includes/widgets/htmega_accordion.php:100
617
+ #: includes/widgets/htmega_accordion.php:230
618
+ #: includes/widgets/htmega_accordion.php:232
619
+ #: includes/widgets/htmega_accordion.php:241
620
+ #: includes/widgets/htmega_accordion.php:1299
621
+ msgid "Accordion Content"
622
+ msgstr ""
623
+
624
+ #: includes/widgets/htmega_accordion.php:447
625
+ msgid "Accordion Height"
626
+ msgstr ""
627
+
628
+ #: includes/widgets/htmega_accordion.php:1054
629
+ msgid "Accordion Icon"
630
+ msgstr ""
631
+
632
+ #: includes/widgets/htmega_accordion.php:485
633
+ msgid "Accordion Item"
634
+ msgstr ""
635
+
636
+ #: includes/widgets/htmega_accordion.php:831
637
+ msgid "Accordion Item Box"
638
+ msgstr ""
639
+
640
+ #: includes/widgets/htmega_accordion.php:507
641
+ msgid "Accordion Item Spacing"
642
+ msgstr ""
643
+
644
+ #: includes/widgets/htmega_accordion.php:113
645
+ #: includes/widgets/htmega_accordion.php:175
646
+ #: includes/widgets/htmega_accordion.php:254
647
+ msgid "Accordion Items"
648
+ msgstr ""
649
+
650
+ #: includes/widgets/htmega_accordion.php:183
651
+ #: includes/widgets/htmega_accordion.php:530
652
+ #: includes/widgets/htmega_accordion.php:901
653
+ msgid "Accordion Title"
654
+ msgstr ""
655
+
656
+ #: includes/widgets/htmega_accordion.php:733
657
+ msgid "Accordion Title Collapsed"
658
+ msgstr ""
659
+
660
+ #: includes/widgets/htmega_accordion.php:133
661
+ #: includes/widgets/htmega_accordion.php:262
662
+ msgid "Accordion Title One"
663
+ msgstr ""
664
+
665
+ #: includes/widgets/htmega_accordion.php:138
666
+ #: includes/widgets/htmega_accordion.php:142
667
+ msgid "Accordion Title Two"
668
+ msgstr ""
669
+
670
+ #: admin/include/template-library.php:282
671
+ #: admin/include/template-library.php:334
672
+ #: includes/recommended-plugins/class.recommended-plugins.php:242
673
+ msgid "Activate"
674
+ msgstr ""
675
+
676
+ #: admin/include/template-library.php:293
677
+ #: admin/include/template-library.php:345
678
+ #: includes/recommended-plugins/class.recommended-plugins.php:126
679
+ #: includes/recommended-plugins/class.recommended-plugins.php:253
680
+ msgid "Activated"
681
+ msgstr ""
682
+
683
+ #: includes/class.assests.php:389
684
+ #: includes/recommended-plugins/class.recommended-plugins.php:125
685
+ msgid "Activating.."
686
+ msgstr ""
687
+
688
+ #: includes/class.assests.php:390 includes/widgets/htmega_accordion.php:667
689
+ #: includes/widgets/htmega_accordion.php:1230
690
+ #: includes/widgets/htmega_buddy_press.php:68
691
+ #: includes/widgets/htmega_carousel.php:989
692
+ #: includes/widgets/htmega_carousel.php:1189
693
+ #: includes/widgets/htmega_carousel.php:1387
694
+ #: includes/widgets/htmega_inlinemenu.php:407
695
+ #: includes/widgets/htmega_instagram.php:1239
696
+ #: includes/widgets/htmega_panel_slider.php:1205
697
+ #: includes/widgets/htmega_popover.php:204
698
+ #: includes/widgets/htmega_post_slider.php:1860
699
+ #: includes/widgets/htmega_post_slider.php:2009
700
+ #: includes/widgets/htmega_scroll_navigation.php:486
701
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1168
702
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1285
703
+ #: includes/widgets/htmega_switcher.php:468
704
+ #: includes/widgets/htmega_tabs.php:616 includes/widgets/htmega_tabs.php:795
705
+ #: includes/widgets/htmega_twitter_feed.php:1435
706
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:279
707
+ msgid "Active"
708
+ msgstr ""
709
+
710
+ #: includes/widgets/htmega_easy_digital_download.php:727
711
+ msgid "Active Color"
712
+ msgstr ""
713
+
714
+ #: includes/widgets/htmega_booked_calender.php:449
715
+ msgid "Active Date Background Color"
716
+ msgstr ""
717
+
718
+ #: includes/widgets/htmega_tabs.php:193
719
+ msgid "Active Icon Color"
720
+ msgstr ""
721
+
722
+ #: includes/widgets/htmega_accordion.php:1035
723
+ msgid "Active Title Line Height"
724
+ msgstr ""
725
+
726
+ #: includes/widgets/htmega_accordion.php:1020
727
+ msgid "Active Title Space"
728
+ msgstr ""
729
+
730
+ #: includes/widgets/htmega_data_table.php:134
731
+ msgid "Add all option"
732
+ msgstr ""
733
+
734
+ #: includes/widgets/htmega_add_banner.php:13
735
+ msgid "Add Banner"
736
+ msgstr ""
737
+
738
+ #: includes/widgets/htmega_panel_slider.php:219
739
+ #: includes/widgets/htmega_testimonial_grid.php:147
740
+ msgid "Add Column gap Ex. 15px"
741
+ msgstr ""
742
+
743
+ #: includes/widgets/htmega_buddy_press.php:282
744
+ msgid "Add Column Width Ex. 25%"
745
+ msgstr ""
746
+
747
+ #: includes/widgets/htmega_gallery_justify.php:58
748
+ msgid "Add Images"
749
+ msgstr ""
750
+
751
+ #: includes/widgets/htmega_wc_add_to_cart.php:120
752
+ #: includes/widgets/htmega_wc_add_to_cart.php:121
753
+ msgid "Add to Cart"
754
+ msgstr ""
755
+
756
+ #: includes/widgets/htmega_section_title.php:60
757
+ msgid "Add Your Heading Text Here"
758
+ msgstr ""
759
+
760
+ #: includes/widgets/htmega_singlepost.php:76
761
+ msgid "Additional Option"
762
+ msgstr ""
763
+
764
+ #: includes/widgets/htmega_accordion.php:420
765
+ #: extensions/ht-builder/widgets/bl_post_archive.php:90
766
+ msgid "Additional Options"
767
+ msgstr ""
768
+
769
+ #: includes/widgets/htmega_image_comparison.php:147
770
+ msgid "Additional Setting"
771
+ msgstr ""
772
+
773
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:99
774
+ msgid "Admin Posts"
775
+ msgstr ""
776
+
777
+ #: admin/include/admin-setting.php:135
778
+ msgid "Ads Banner"
779
+ msgstr ""
780
+
781
+ #: admin/include/admin-setting.php:91
782
+ msgid "Advance Addons"
783
+ msgstr ""
784
+
785
+ #: includes/widgets/htmega_section_title.php:80
786
+ msgid "Advance Title"
787
+ msgstr ""
788
+
789
+ #: includes/widgets/htmega_section_title.php:281
790
+ msgid "Advance Title Setting"
791
+ msgstr ""
792
+
793
+ #: includes/widgets/htmega_section_title.php:931
794
+ msgid "Advance Title style"
795
+ msgstr ""
796
+
797
+ #: includes/widgets/htmega_blockquote.php:405
798
+ #: includes/widgets/htmega_image_comparison.php:165
799
+ msgid "After"
800
+ msgstr ""
801
+
802
+ #: includes/widgets/htmega_counter.php:776
803
+ msgid "After Border Color"
804
+ msgstr ""
805
+
806
+ #: includes/widgets/htmega_counter.php:701
807
+ msgid "After Border Height"
808
+ msgstr ""
809
+
810
+ #: includes/widgets/htmega_counter.php:731
811
+ msgid "After Border Position"
812
+ msgstr ""
813
+
814
+ #: includes/widgets/htmega_counter.php:671
815
+ msgid "After Border Width"
816
+ msgstr ""
817
+
818
+ #: includes/widgets/htmega_image_comparison.php:70
819
+ msgid "After Image"
820
+ msgstr ""
821
+
822
+ #: includes/widgets/htmega_pricing_list_view.php:106
823
+ msgid "After Price Label"
824
+ msgstr ""
825
+
826
+ #: includes/widgets/htmega_pricing_list_view.php:1700
827
+ msgid "After Price Style"
828
+ msgstr ""
829
+
830
+ #: includes/widgets/htmega_animated_heading.php:282
831
+ msgid "After Text Style"
832
+ msgstr ""
833
+
834
+ #: includes/widgets/htmega_image_comparison.php:163
835
+ #: includes/widgets/htmega_image_comparison.php:309
836
+ msgid "After Title"
837
+ msgstr ""
838
+
839
+ #: includes/widgets/htmega_user_login_form.php:301
840
+ msgid "After/Bottom Login Button"
841
+ msgstr ""
842
+
843
+ #: includes/widgets/htmega_imagemarker.php:450
844
+ msgid "Aleart Note"
845
+ msgstr ""
846
+
847
+ #: includes/widgets/htmega_accordion.php:563
848
+ #: includes/widgets/htmega_accordion.php:754
849
+ #: includes/widgets/htmega_accordion.php:912
850
+ #: includes/widgets/htmega_accordion.php:1105
851
+ #: includes/widgets/htmega_accordion.php:1310
852
+ #: includes/widgets/htmega_accordion.php:1428
853
+ #: includes/widgets/htmega_add_banner.php:364
854
+ #: includes/widgets/htmega_blockquote.php:179
855
+ #: includes/widgets/htmega_buddy_press.php:250
856
+ #: includes/widgets/htmega_business_hours.php:387
857
+ #: includes/widgets/htmega_button.php:157
858
+ #: includes/widgets/htmega_caldera_form.php:68
859
+ #: includes/widgets/htmega_caldera_form.php:343
860
+ #: includes/widgets/htmega_call_to_action.php:326
861
+ #: includes/widgets/htmega_carousel.php:834
862
+ #: includes/widgets/htmega_contact_form_seven.php:113
863
+ #: includes/widgets/htmega_counter.php:66
864
+ #: includes/widgets/htmega_counter.php:284
865
+ #: includes/widgets/htmega_counter.php:317
866
+ #: includes/widgets/htmega_counter.php:423
867
+ #: includes/widgets/htmega_counter.php:549
868
+ #: includes/widgets/htmega_data_table.php:706
869
+ #: includes/widgets/htmega_data_table.php:825
870
+ #: includes/widgets/htmega_double_button.php:321
871
+ #: includes/widgets/htmega_dropcaps.php:80
872
+ #: includes/widgets/htmega_easy_digital_download.php:322
873
+ #: includes/widgets/htmega_easy_digital_download.php:690
874
+ #: includes/widgets/htmega_errorcontent.php:245
875
+ #: includes/widgets/htmega_gravity_forms.php:145
876
+ #: includes/widgets/htmega_gravity_forms.php:201
877
+ #: includes/widgets/htmega_gravity_forms.php:235
878
+ #: includes/widgets/htmega_gravity_forms.php:540
879
+ #: includes/widgets/htmega_gravity_forms.php:771
880
+ #: includes/widgets/htmega_imagemarker.php:706
881
+ #: includes/widgets/htmega_image_grid.php:287
882
+ #: includes/widgets/htmega_image_grid.php:384
883
+ #: includes/widgets/htmega_image_masonry.php:263
884
+ #: includes/widgets/htmega_image_masonry.php:360
885
+ #: includes/widgets/htmega_inlinemenu.php:117
886
+ #: includes/widgets/htmega_instagram.php:1480
887
+ #: includes/widgets/htmega_lightbox.php:192
888
+ #: includes/widgets/htmega_lightbox.php:305
889
+ #: includes/widgets/htmega_mailchimp_wp.php:125
890
+ #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
891
+ #: includes/widgets/htmega_newsticker.php:456
892
+ #: includes/widgets/htmega_ninja_form.php:184
893
+ #: includes/widgets/htmega_ninja_form.php:286
894
+ #: includes/widgets/htmega_ninja_form.php:320
895
+ #: includes/widgets/htmega_ninja_form.php:607
896
+ #: includes/widgets/htmega_ninja_form.php:818
897
+ #: includes/widgets/htmega_ninja_form.php:1030
898
+ #: includes/widgets/htmega_notify.php:278
899
+ #: includes/widgets/htmega_notify.php:558
900
+ #: includes/widgets/htmega_notify.php:824
901
+ #: includes/widgets/htmega_offcanvas.php:279
902
+ #: includes/widgets/htmega_offcanvas.php:371
903
+ #: includes/widgets/htmega_panel_slider.php:599
904
+ #: includes/widgets/htmega_popover.php:261
905
+ #: includes/widgets/htmega_popover.php:657
906
+ #: includes/widgets/htmega_popover.php:761
907
+ #: includes/widgets/htmega_postgrid.php:289
908
+ #: includes/widgets/htmega_postgrid.php:513
909
+ #: includes/widgets/htmega_postgrid.php:626
910
+ #: includes/widgets/htmega_post_grid_tab.php:397
911
+ #: includes/widgets/htmega_post_grid_tab.php:491
912
+ #: includes/widgets/htmega_post_grid_tab.php:578
913
+ #: includes/widgets/htmega_post_grid_tab.php:801
914
+ #: includes/widgets/htmega_post_slider.php:832
915
+ #: includes/widgets/htmega_post_slider.php:926
916
+ #: includes/widgets/htmega_post_slider.php:1013
917
+ #: includes/widgets/htmega_post_slider.php:1229
918
+ #: includes/widgets/htmega_pricing_list_view.php:469
919
+ #: includes/widgets/htmega_pricing_list_view.php:1124
920
+ #: includes/widgets/htmega_quforms.php:86
921
+ #: includes/widgets/htmega_quforms.php:206
922
+ #: includes/widgets/htmega_quforms.php:327
923
+ #: includes/widgets/htmega_quforms.php:547
924
+ #: includes/widgets/htmega_quforms.php:765
925
+ #: includes/widgets/htmega_search.php:152
926
+ #: includes/widgets/htmega_section_title.php:411
927
+ #: includes/widgets/htmega_service.php:237
928
+ #: includes/widgets/htmega_service.php:421
929
+ #: includes/widgets/htmega_service.php:526
930
+ #: includes/widgets/htmega_service.php:715
931
+ #: includes/widgets/htmega_service.php:977
932
+ #: includes/widgets/htmega_singlepost.php:206
933
+ #: includes/widgets/htmega_singlepost.php:302
934
+ #: includes/widgets/htmega_singlepost.php:409
935
+ #: includes/widgets/htmega_socialshere.php:370
936
+ #: includes/widgets/htmega_special_day_banner.php:261
937
+ #: includes/widgets/htmega_tablepress.php:209
938
+ #: includes/widgets/htmega_tablepress.php:366
939
+ #: includes/widgets/htmega_tabs.php:509
940
+ #: includes/widgets/htmega_teammember.php:612
941
+ #: includes/widgets/htmega_teammember.php:741
942
+ #: includes/widgets/htmega_teammember.php:831
943
+ #: includes/widgets/htmega_teammember.php:922
944
+ #: includes/widgets/htmega_teammember.php:989
945
+ #: includes/widgets/htmega_testimonial_grid.php:549
946
+ #: includes/widgets/htmega_toggle.php:192
947
+ #: includes/widgets/htmega_tooltip.php:237
948
+ #: includes/widgets/htmega_user_login_form.php:145
949
+ #: includes/widgets/htmega_user_login_form.php:367
950
+ #: includes/widgets/htmega_user_login_form.php:567
951
+ #: includes/widgets/htmega_videoplayer.php:292
952
+ #: includes/widgets/htmega_wc_categories.php:375
953
+ #: includes/widgets/htmega_wpforms.php:176
954
+ #: includes/widgets/htmega_wpforms.php:278
955
+ #: includes/widgets/htmega_wpforms.php:313
956
+ #: includes/widgets/htmega_wpforms.php:610
957
+ #: includes/widgets/htmega_wpforms.php:829
958
+ #: includes/widgets/htmega_wpforms.php:1057
959
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:111
960
+ #: extensions/ht-builder/widgets/bl_page_title.php:133
961
+ #: extensions/ht-builder/widgets/bl_post_archive.php:298
962
+ #: extensions/ht-builder/widgets/bl_post_archive.php:379
963
+ #: extensions/ht-builder/widgets/bl_post_archive.php:486
964
+ #: extensions/ht-builder/widgets/bl_post_archive.php:592
965
+ #: extensions/ht-builder/widgets/bl_post_archive.php:672
966
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
967
+ #: extensions/ht-builder/widgets/bl_post_content.php:68
968
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
969
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
970
+ #: extensions/ht-builder/widgets/bl_post_title.php:98
971
+ #: extensions/ht-builder/widgets/bl_site_logo.php:155
972
+ #: extensions/ht-builder/widgets/bl_site_title.php:135
973
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:162
974
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
975
+ msgid "Alignment"
976
+ msgstr ""
977
+
978
+ #: admin/include/templates_list.php:52
979
+ msgid "ALL"
980
+ msgstr ""
981
+
982
+ #: includes/widgets/htmega_data_table.php:150
983
+ msgid "All"
984
+ msgstr ""
985
+
986
+ #: admin/include/templates_list.php:41
987
+ msgid "All Builders"
988
+ msgstr ""
989
+
990
+ #: includes/widgets/htmega_service.php:305
991
+ #: includes/widgets/htmega_testimonial_grid.php:359
992
+ #: includes/widgets/htmega_working_process.php:599
993
+ msgid "All Content Color"
994
+ msgstr ""
995
+
996
+ #: extensions/ht-menu/classes/class.mega-menu.php:246
997
+ #: extensions/ht-menu/menu/templates.php:194
998
+ msgid "All Data Saved"
999
+ msgstr ""
1000
+
1001
+ #: includes/class.assests.php:379
1002
+ msgid "All Items have been Loaded"
1003
+ msgstr ""
1004
+
1005
+ #: includes/widgets/htmega_accordion.php:134
1006
+ #: includes/widgets/htmega_accordion.php:139
1007
+ #: includes/widgets/htmega_accordion.php:143
1008
+ #: includes/widgets/htmega_accordion.php:263
1009
+ msgid ""
1010
+ "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
1011
+ "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
1012
+ "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
1013
+ "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
1014
+ "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
1015
+ "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
1016
+ "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
1017
+ "synth nesciunt you probably have not heard of them accusamus labore "
1018
+ "sustainable VHS."
1019
+ msgstr ""
1020
+
1021
+ #: admin/include/admin-setting.php:127
1022
+ msgid "Animate Heading"
1023
+ msgstr ""
1024
+
1025
+ #: includes/widgets/htmega_teammember.php:119
1026
+ msgid "Animate Top on Mobile Layout"
1027
+ msgstr ""
1028
+
1029
+ #: includes/widgets/htmega_animated_heading.php:13
1030
+ #: includes/widgets/htmega_animated_heading.php:42
1031
+ msgid "Animated Heading"
1032
+ msgstr ""
1033
+
1034
+ #: includes/widgets/htmega_animated_heading.php:102
1035
+ msgid "Animated Heading Text"
1036
+ msgstr ""
1037
+
1038
+ #: includes/widgets/htmega_animated_heading.php:369
1039
+ msgid "Animated Text Style"
1040
+ msgstr ""
1041
+
1042
+ #: includes/widgets/htmega_newsticker.php:119
1043
+ msgid "Animatied duration"
1044
+ msgstr ""
1045
+
1046
+ #: includes/widgets/htmega_videoplayer.php:429
1047
+ msgid "Animation Border Color"
1048
+ msgstr ""
1049
+
1050
+ #: extensions/wc-sales-notification/admin/setting.php:164
1051
+ msgid "Animation In"
1052
+ msgstr ""
1053
+
1054
+ #: extensions/wc-sales-notification/admin/setting.php:176
1055
+ msgid "Animation Out"
1056
+ msgstr ""
1057
+
1058
+ #: includes/widgets/htmega_newsticker.php:110
1059
+ msgid "Animation Speed"
1060
+ msgstr ""
1061
+
1062
+ #: includes/widgets/htmega_carousel.php:429
1063
+ msgid "Animation Style"
1064
+ msgstr ""
1065
+
1066
+ #: includes/widgets/htmega_animated_heading.php:67
1067
+ msgid "Animation Type"
1068
+ msgstr ""
1069
+
1070
+ #: includes/widgets/htmega_googlemap.php:163
1071
+ msgid "Another Place"
1072
+ msgstr ""
1073
+
1074
+ #: includes/widgets/htmega_booked_calender.php:563
1075
+ msgid "Appointment Button"
1076
+ msgstr ""
1077
+
1078
+ #: includes/widgets/htmega_booked_calender.php:414
1079
+ msgid "Appointments"
1080
+ msgstr ""
1081
+
1082
+ #: includes/widgets/htmega_booked_calender.php:112
1083
+ msgid "April"
1084
+ msgstr ""
1085
+
1086
+ #: admin/include/admin-setting.php:953 admin/include/admin-setting.php:954
1087
+ msgid "Archive Posts"
1088
+ msgstr ""
1089
+
1090
+ #: admin/include/admin-setting.php:962 admin/include/admin-setting.php:963
1091
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1092
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1093
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1094
+ msgid "Archive Title"
1095
+ msgstr ""
1096
+
1097
+ #: includes/widgets/htmega_buddy_press.php:175
1098
+ #: includes/widgets/htmega_popover.php:508
1099
+ msgid "Area"
1100
+ msgstr ""
1101
+
1102
+ #: includes/widgets/htmega_imagemarker.php:100
1103
+ msgid "Area padding"
1104
+ msgstr ""
1105
+
1106
+ #: includes/widgets/htmega_carousel.php:535
1107
+ #: includes/widgets/htmega_instagram.php:912
1108
+ #: includes/widgets/htmega_panel_slider.php:793
1109
+ #: includes/widgets/htmega_popover.php:795
1110
+ #: includes/widgets/htmega_post_slider.php:1410
1111
+ #: includes/widgets/htmega_slider_thumb_gallery.php:802
1112
+ #: includes/widgets/htmega_tooltip.php:548
1113
+ #: includes/widgets/htmega_twitter_feed.php:1053
1114
+ msgid "Arrow"
1115
+ msgstr ""
1116
+
1117
+ #: includes/widgets/htmega_popover.php:821
1118
+ msgid "Arrow Background Color"
1119
+ msgstr ""
1120
+
1121
+ #: includes/widgets/htmega_popover.php:802
1122
+ msgid "Arrow Border Color"
1123
+ msgstr ""
1124
+
1125
+ #: includes/widgets/htmega_working_process.php:270
1126
+ msgid "Arrow Border Height"
1127
+ msgstr ""
1128
+
1129
+ #: includes/widgets/htmega_testimonial_grid.php:655
1130
+ #: includes/widgets/htmega_tooltip.php:554
1131
+ #: includes/widgets/htmega_verticle_time_line.php:414
1132
+ #: includes/widgets/htmega_verticle_time_line.php:455
1133
+ msgid "Arrow Color"
1134
+ msgstr ""
1135
+
1136
+ #: includes/widgets/htmega_working_process.php:320
1137
+ msgid "Arrow Hover Color"
1138
+ msgstr ""
1139
+
1140
+ #: includes/widgets/htmega_working_process.php:291
1141
+ msgid "Arrow Left Color"
1142
+ msgstr ""
1143
+
1144
+ #: includes/widgets/htmega_working_process.php:306
1145
+ msgid "Arrow Right Color"
1146
+ msgstr ""
1147
+
1148
+ #: includes/widgets/htmega_easy_digital_download.php:216
1149
+ msgid "ASC"
1150
+ msgstr ""
1151
+
1152
+ #: includes/widgets/htmega_job_manager.php:83
1153
+ #: includes/widgets/htmega_newsticker.php:278
1154
+ #: includes/widgets/htmega_postgrid.php:132
1155
+ #: includes/widgets/htmega_post_grid_tab.php:139
1156
+ #: includes/widgets/htmega_post_slider.php:143
1157
+ #: includes/widgets/htmega_wc_categories.php:144
1158
+ #: extensions/ht-builder/widgets/bl_post_archive.php:220
1159
+ msgid "Ascending"
1160
+ msgstr ""
1161
+
1162
+ #: includes/widgets/htmega_verticle_time_line.php:109
1163
+ msgid "Aug<br/>2018"
1164
+ msgstr ""
1165
+
1166
+ #: includes/widgets/htmega_booked_calender.php:116
1167
+ msgid "August"
1168
+ msgstr ""
1169
+
1170
+ #: includes/widgets/htmega_job_manager.php:101
1171
+ #: includes/widgets/htmega_post_slider.php:255
1172
+ #: includes/widgets/htmega_singlepost.php:119
1173
+ #: includes/widgets/htmega_twitter_feed.php:688
1174
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:71
1175
+ msgid "Author"
1176
+ msgstr ""
1177
+
1178
+ #: includes/widgets/htmega_twitter_feed.php:754
1179
+ msgid "Author Image Style"
1180
+ msgstr ""
1181
+
1182
+ #: admin/include/admin-setting.php:1007 admin/include/admin-setting.php:1008
1183
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1184
+ msgid "Author Info"
1185
+ msgstr ""
1186
+
1187
+ #: includes/widgets/htmega_instragram_feed.php:71
1188
+ #: includes/widgets/htmega_notify.php:235
1189
+ msgid "Auto"
1190
+ msgstr ""
1191
+
1192
+ #: includes/widgets/htmega_videoplayer.php:162
1193
+ msgid "Auto Play"
1194
+ msgstr ""
1195
+
1196
+ #: includes/widgets/htmega_newsticker.php:164
1197
+ msgid "Auto Start"
1198
+ msgstr ""
1199
+
1200
+ #: includes/widgets/htmega_carousel.php:281
1201
+ #: includes/widgets/htmega_instagram.php:476
1202
+ #: includes/widgets/htmega_panel_slider.php:381
1203
+ #: includes/widgets/htmega_post_slider.php:461
1204
+ #: includes/widgets/htmega_slider_thumb_gallery.php:271
1205
+ #: includes/widgets/htmega_twitter_feed.php:403
1206
+ msgid "Autoplay animation speed"
1207
+ msgstr ""
1208
+
1209
+ #: includes/widgets/htmega_carousel.php:268
1210
+ #: includes/widgets/htmega_instagram.php:463
1211
+ #: includes/widgets/htmega_panel_slider.php:368
1212
+ #: includes/widgets/htmega_post_slider.php:448
1213
+ #: includes/widgets/htmega_slider_thumb_gallery.php:260
1214
+ #: includes/widgets/htmega_twitter_feed.php:390
1215
+ msgid "Autoplay speed"
1216
+ msgstr ""
1217
+
1218
+ #: includes/widgets/htmega_booked_calender.php:302
1219
+ msgid "Available Date"
1220
+ msgstr ""
1221
+
1222
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:176
1223
+ msgid "Avatar"
1224
+ msgstr ""
1225
+
1226
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1227
+ msgid "Avater Image Position"
1228
+ msgstr ""
1229
+
1230
+ #: includes/widgets/htmega_errorcontent.php:136
1231
+ #: includes/widgets/htmega_errorcontent.php:542
1232
+ msgid "Back Button"
1233
+ msgstr ""
1234
+
1235
+ #: includes/widgets/htmega_errorcontent.php:144
1236
+ #: includes/widgets/htmega_errorcontent.php:145
1237
+ #: includes/widgets/htmega_errorcontent.php:193
1238
+ msgid "Back To Home"
1239
+ msgstr ""
1240
+
1241
+ #: admin/include/templates_list.php:72
1242
+ #: admin/include/templates/library/templates.php:83
1243
+ msgid "Back to Library"
1244
+ msgstr ""
1245
+
1246
+ #: includes/widgets/htmega_accordion.php:589
1247
+ #: includes/widgets/htmega_accordion.php:674
1248
+ #: includes/widgets/htmega_accordion.php:792
1249
+ #: includes/widgets/htmega_accordion.php:843
1250
+ #: includes/widgets/htmega_accordion.php:939
1251
+ #: includes/widgets/htmega_accordion.php:1127
1252
+ #: includes/widgets/htmega_accordion.php:1238
1253
+ #: includes/widgets/htmega_accordion.php:1388
1254
+ #: includes/widgets/htmega_add_banner.php:394
1255
+ #: includes/widgets/htmega_add_banner.php:668
1256
+ #: includes/widgets/htmega_add_banner.php:747
1257
+ #: includes/widgets/htmega_animated_heading.php:203
1258
+ #: includes/widgets/htmega_animated_heading.php:334
1259
+ #: includes/widgets/htmega_animated_heading.php:422
1260
+ #: includes/widgets/htmega_blockquote.php:211
1261
+ #: includes/widgets/htmega_blockquote.php:520
1262
+ #: includes/widgets/htmega_blockquote.php:701
1263
+ #: includes/widgets/htmega_booked_calender.php:256
1264
+ #: includes/widgets/htmega_booked_calender.php:309
1265
+ #: includes/widgets/htmega_booked_calender.php:425
1266
+ #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1267
+ #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1268
+ #: includes/widgets/htmega_buddy_press.php:204
1269
+ #: includes/widgets/htmega_business_hours.php:217
1270
+ #: includes/widgets/htmega_business_hours.php:230
1271
+ #: includes/widgets/htmega_business_hours.php:309
1272
+ #: includes/widgets/htmega_business_hours.php:437
1273
+ #: includes/widgets/htmega_business_hours.php:532
1274
+ #: includes/widgets/htmega_business_hours.php:571
1275
+ #: includes/widgets/htmega_button.php:249
1276
+ #: includes/widgets/htmega_button.php:277
1277
+ #: includes/widgets/htmega_button.php:372
1278
+ #: includes/widgets/htmega_button.php:392
1279
+ #: includes/widgets/htmega_call_to_action.php:358
1280
+ #: includes/widgets/htmega_call_to_action.php:435
1281
+ #: includes/widgets/htmega_call_to_action.php:720
1282
+ #: includes/widgets/htmega_call_to_action.php:857
1283
+ #: includes/widgets/htmega_call_to_action.php:926
1284
+ #: includes/widgets/htmega_call_to_action.php:1063
1285
+ #: includes/widgets/htmega_carousel.php:599
1286
+ #: includes/widgets/htmega_carousel.php:774
1287
+ #: includes/widgets/htmega_carousel.php:864
1288
+ #: includes/widgets/htmega_carousel.php:997
1289
+ #: includes/widgets/htmega_carousel.php:1103
1290
+ #: includes/widgets/htmega_carousel.php:1197
1291
+ #: includes/widgets/htmega_carousel.php:1330
1292
+ #: includes/widgets/htmega_carousel.php:1414
1293
+ #: includes/widgets/htmega_contact_form_seven.php:140
1294
+ #: includes/widgets/htmega_countdown.php:413
1295
+ #: includes/widgets/htmega_countdown.php:438
1296
+ #: includes/widgets/htmega_countdown.php:463
1297
+ #: includes/widgets/htmega_countdown.php:488
1298
+ #: includes/widgets/htmega_countdown.php:513
1299
+ #: includes/widgets/htmega_countdown.php:783
1300
+ #: includes/widgets/htmega_countdown.php:869
1301
+ #: includes/widgets/htmega_countdown.php:953
1302
+ #: includes/widgets/htmega_counter.php:202
1303
+ #: includes/widgets/htmega_counter.php:478
1304
+ #: includes/widgets/htmega_counter.php:603
1305
+ #: includes/widgets/htmega_counter.php:869
1306
+ #: includes/widgets/htmega_counter.php:959
1307
+ #: includes/widgets/htmega_counter.php:1048
1308
+ #: includes/widgets/htmega_data_table.php:233
1309
+ #: includes/widgets/htmega_data_table.php:494
1310
+ #: includes/widgets/htmega_data_table.php:570
1311
+ #: includes/widgets/htmega_data_table.php:656
1312
+ #: includes/widgets/htmega_data_table.php:949
1313
+ #: includes/widgets/htmega_data_table.php:1028
1314
+ #: includes/widgets/htmega_double_button.php:524
1315
+ #: includes/widgets/htmega_double_button.php:611
1316
+ #: includes/widgets/htmega_double_button.php:697
1317
+ #: includes/widgets/htmega_double_button.php:783
1318
+ #: includes/widgets/htmega_double_button.php:880
1319
+ #: includes/widgets/htmega_dropcaps.php:131
1320
+ #: includes/widgets/htmega_dropcaps.php:230
1321
+ #: includes/widgets/htmega_easy_digital_download.php:561
1322
+ #: includes/widgets/htmega_easy_digital_download.php:640
1323
+ #: includes/widgets/htmega_errorcontent.php:570
1324
+ #: includes/widgets/htmega_errorcontent.php:656
1325
+ #: includes/widgets/htmega_errorcontent.php:721
1326
+ #: includes/widgets/htmega_errorcontent.php:807
1327
+ #: includes/widgets/htmega_googlemap.php:306
1328
+ #: includes/widgets/htmega_googlemap.php:391
1329
+ #: includes/widgets/htmega_googlemap.php:447
1330
+ #: includes/widgets/htmega_gravity_forms.php:259
1331
+ #: includes/widgets/htmega_imagemarker.php:52
1332
+ #: includes/widgets/htmega_imagemarker.php:654
1333
+ #: includes/widgets/htmega_imagemarker.php:733
1334
+ #: includes/widgets/htmega_image_comparison.php:102
1335
+ #: includes/widgets/htmega_image_comparison.php:284
1336
+ #: includes/widgets/htmega_image_comparison.php:365
1337
+ #: includes/widgets/htmega_image_comparison.php:454
1338
+ #: includes/widgets/htmega_image_comparison.php:520
1339
+ #: includes/widgets/htmega_image_comparison.php:540
1340
+ #: includes/widgets/htmega_image_grid.php:331
1341
+ #: includes/widgets/htmega_image_grid.php:490
1342
+ #: includes/widgets/htmega_image_grid.php:562
1343
+ #: includes/widgets/htmega_image_masonry.php:307
1344
+ #: includes/widgets/htmega_image_masonry.php:477
1345
+ #: includes/widgets/htmega_image_masonry.php:558
1346
+ #: includes/widgets/htmega_inlinemenu.php:166
1347
+ #: includes/widgets/htmega_inlinemenu.php:265
1348
+ #: includes/widgets/htmega_inlinemenu.php:428
1349
+ #: includes/widgets/htmega_instagram.php:625
1350
+ #: includes/widgets/htmega_instagram.php:671
1351
+ #: includes/widgets/htmega_instagram.php:814
1352
+ #: includes/widgets/htmega_instagram.php:974
1353
+ #: includes/widgets/htmega_instagram.php:1093
1354
+ #: includes/widgets/htmega_instagram.php:1153
1355
+ #: includes/widgets/htmega_instagram.php:1247
1356
+ #: includes/widgets/htmega_instagram.php:1313
1357
+ #: includes/widgets/htmega_instagram.php:1410
1358
+ #: includes/widgets/htmega_lightbox.php:354
1359
+ #: includes/widgets/htmega_mailchimp_wp.php:116
1360
+ #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1361
+ #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1362
+ #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1363
+ #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1364
+ #: includes/widgets/htmega_newsticker.php:361
1365
+ #: includes/widgets/htmega_newsticker.php:520
1366
+ #: includes/widgets/htmega_newsticker.php:649
1367
+ #: includes/widgets/htmega_newsticker.php:756
1368
+ #: includes/widgets/htmega_newsticker.php:880
1369
+ #: includes/widgets/htmega_newsticker.php:937
1370
+ #: includes/widgets/htmega_ninja_form.php:344
1371
+ #: includes/widgets/htmega_notify.php:370
1372
+ #: includes/widgets/htmega_notify.php:437
1373
+ #: includes/widgets/htmega_notify.php:522
1374
+ #: includes/widgets/htmega_notify.php:671
1375
+ #: includes/widgets/htmega_offcanvas.php:362
1376
+ #: includes/widgets/htmega_offcanvas.php:474
1377
+ #: includes/widgets/htmega_offcanvas.php:505
1378
+ #: includes/widgets/htmega_panel_slider.php:580
1379
+ #: includes/widgets/htmega_panel_slider.php:639
1380
+ #: includes/widgets/htmega_panel_slider.php:853
1381
+ #: includes/widgets/htmega_panel_slider.php:1042
1382
+ #: includes/widgets/htmega_panel_slider.php:1162
1383
+ #: includes/widgets/htmega_panel_slider.php:1213
1384
+ #: includes/widgets/htmega_popover.php:395
1385
+ #: includes/widgets/htmega_popover.php:473
1386
+ #: includes/widgets/htmega_popover.php:542
1387
+ #: includes/widgets/htmega_popover.php:628
1388
+ #: includes/widgets/htmega_popover.php:732
1389
+ #: includes/widgets/htmega_postgrid.php:227
1390
+ #: includes/widgets/htmega_postgrid.php:714
1391
+ #: includes/widgets/htmega_post_grid_tab.php:268
1392
+ #: includes/widgets/htmega_post_grid_tab.php:344
1393
+ #: includes/widgets/htmega_post_grid_tab.php:677
1394
+ #: includes/widgets/htmega_post_grid_tab.php:707
1395
+ #: includes/widgets/htmega_post_grid_tab.php:897
1396
+ #: includes/widgets/htmega_post_grid_tab.php:947
1397
+ #: includes/widgets/htmega_post_grid_tab.php:1012
1398
+ #: includes/widgets/htmega_post_grid_tab.php:1070
1399
+ #: includes/widgets/htmega_post_grid_tab.php:1101
1400
+ #: includes/widgets/htmega_post_slider.php:657
1401
+ #: includes/widgets/htmega_post_slider.php:694
1402
+ #: includes/widgets/htmega_post_slider.php:717
1403
+ #: includes/widgets/htmega_post_slider.php:1111
1404
+ #: includes/widgets/htmega_post_slider.php:1141
1405
+ #: includes/widgets/htmega_post_slider.php:1324
1406
+ #: includes/widgets/htmega_post_slider.php:1374
1407
+ #: includes/widgets/htmega_post_slider.php:1584
1408
+ #: includes/widgets/htmega_post_slider.php:1704
1409
+ #: includes/widgets/htmega_post_slider.php:1817
1410
+ #: includes/widgets/htmega_post_slider.php:1868
1411
+ #: includes/widgets/htmega_post_slider.php:1969
1412
+ #: includes/widgets/htmega_post_slider.php:2017
1413
+ #: includes/widgets/htmega_progress_bar.php:487
1414
+ #: includes/widgets/htmega_progress_bar.php:668
1415
+ #: includes/widgets/htmega_quforms.php:110
1416
+ #: includes/widgets/htmega_quforms.php:230
1417
+ #: includes/widgets/htmega_scroll_image.php:174
1418
+ #: includes/widgets/htmega_scroll_image.php:317
1419
+ #: includes/widgets/htmega_scroll_navigation.php:400
1420
+ #: includes/widgets/htmega_scroll_navigation.php:494
1421
+ #: includes/widgets/htmega_search.php:262
1422
+ #: includes/widgets/htmega_search.php:407
1423
+ #: includes/widgets/htmega_search.php:494
1424
+ #: includes/widgets/htmega_search.php:624
1425
+ #: includes/widgets/htmega_search.php:748
1426
+ #: includes/widgets/htmega_search.php:922
1427
+ #: includes/widgets/htmega_search.php:969
1428
+ #: includes/widgets/htmega_section_title.php:378
1429
+ #: includes/widgets/htmega_section_title.php:635
1430
+ #: includes/widgets/htmega_section_title.php:866
1431
+ #: includes/widgets/htmega_section_title.php:1016
1432
+ #: includes/widgets/htmega_service.php:210
1433
+ #: includes/widgets/htmega_service.php:278
1434
+ #: includes/widgets/htmega_service.php:330
1435
+ #: includes/widgets/htmega_service.php:686
1436
+ #: includes/widgets/htmega_service.php:768
1437
+ #: includes/widgets/htmega_service.php:813
1438
+ #: includes/widgets/htmega_service.php:948
1439
+ #: includes/widgets/htmega_service.php:1076
1440
+ #: includes/widgets/htmega_service.php:1128
1441
+ #: includes/widgets/htmega_singlepost.php:294
1442
+ #: includes/widgets/htmega_singlepost.php:472
1443
+ #: includes/widgets/htmega_slider_thumb_gallery.php:790
1444
+ #: includes/widgets/htmega_slider_thumb_gallery.php:865
1445
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1446
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1447
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1448
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1449
+ #: includes/widgets/htmega_socialshere.php:131
1450
+ #: includes/widgets/htmega_socialshere.php:241
1451
+ #: includes/widgets/htmega_socialshere.php:292
1452
+ #: includes/widgets/htmega_socialshere.php:591
1453
+ #: includes/widgets/htmega_socialshere.php:702
1454
+ #: includes/widgets/htmega_socialshere.php:733
1455
+ #: includes/widgets/htmega_special_day_banner.php:322
1456
+ #: includes/widgets/htmega_special_day_banner.php:691
1457
+ #: includes/widgets/htmega_special_day_banner.php:770
1458
+ #: includes/widgets/htmega_switcher.php:284
1459
+ #: includes/widgets/htmega_switcher.php:416
1460
+ #: includes/widgets/htmega_switcher.php:491
1461
+ #: includes/widgets/htmega_switcher.php:603
1462
+ #: includes/widgets/htmega_tablepress.php:151
1463
+ #: includes/widgets/htmega_tablepress.php:270
1464
+ #: includes/widgets/htmega_tablepress.php:314
1465
+ #: includes/widgets/htmega_tabs.php:147 includes/widgets/htmega_tabs.php:168
1466
+ #: includes/widgets/htmega_tabs.php:306 includes/widgets/htmega_tabs.php:559
1467
+ #: includes/widgets/htmega_tabs.php:636 includes/widgets/htmega_tabs.php:722
1468
+ #: includes/widgets/htmega_tabs.php:816 includes/widgets/htmega_tabs.php:882
1469
+ #: includes/widgets/htmega_teammember.php:386
1470
+ #: includes/widgets/htmega_teammember.php:487
1471
+ #: includes/widgets/htmega_teammember.php:523
1472
+ #: includes/widgets/htmega_teammember.php:546
1473
+ #: includes/widgets/htmega_testimonial_grid.php:298
1474
+ #: includes/widgets/htmega_testimonial_grid.php:343
1475
+ #: includes/widgets/htmega_testimonial_grid.php:644
1476
+ #: includes/widgets/htmega_toggle.php:311
1477
+ #: includes/widgets/htmega_toggle.php:363
1478
+ #: includes/widgets/htmega_tooltip.php:372
1479
+ #: includes/widgets/htmega_tooltip.php:450
1480
+ #: includes/widgets/htmega_tooltip.php:525
1481
+ #: includes/widgets/htmega_twitter_feed.php:552
1482
+ #: includes/widgets/htmega_twitter_feed.php:1117
1483
+ #: includes/widgets/htmega_twitter_feed.php:1254
1484
+ #: includes/widgets/htmega_twitter_feed.php:1314
1485
+ #: includes/widgets/htmega_twitter_feed.php:1443
1486
+ #: includes/widgets/htmega_user_login_form.php:558
1487
+ #: includes/widgets/htmega_user_login_form.php:852
1488
+ #: includes/widgets/htmega_user_login_form.php:1124
1489
+ #: includes/widgets/htmega_user_login_form.php:1243
1490
+ #: includes/widgets/htmega_user_login_form.php:1322
1491
+ #: includes/widgets/htmega_user_login_form.php:1427
1492
+ #: includes/widgets/htmega_user_login_form.php:1492
1493
+ #: includes/widgets/htmega_verticle_time_line.php:403
1494
+ #: includes/widgets/htmega_verticle_time_line.php:444
1495
+ #: includes/widgets/htmega_verticle_time_line.php:484
1496
+ #: includes/widgets/htmega_verticle_time_line.php:613
1497
+ #: includes/widgets/htmega_videoplayer.php:242
1498
+ #: includes/widgets/htmega_videoplayer.php:357
1499
+ #: includes/widgets/htmega_videoplayer.php:494
1500
+ #: includes/widgets/htmega_wc_categories.php:184
1501
+ #: includes/widgets/htmega_wc_categories.php:246
1502
+ #: includes/widgets/htmega_wc_categories.php:321
1503
+ #: includes/widgets/htmega_wc_categories.php:423
1504
+ #: includes/widgets/htmega_wc_element_pages.php:1735
1505
+ #: includes/widgets/htmega_wc_element_pages.php:1812
1506
+ #: includes/widgets/htmega_weather.php:297
1507
+ #: includes/widgets/htmega_working_process.php:200
1508
+ #: includes/widgets/htmega_working_process.php:378
1509
+ #: includes/widgets/htmega_working_process.php:392
1510
+ #: includes/widgets/htmega_working_process.php:587
1511
+ #: includes/widgets/htmega_working_process.php:802
1512
+ #: includes/widgets/htmega_working_process.php:1004
1513
+ #: includes/widgets/htmega_working_process.php:1083
1514
+ #: includes/widgets/htmega_wpforms.php:337
1515
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:161
1516
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:246
1517
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:299
1518
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:352
1519
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:394
1520
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:447
1521
+ #: extensions/ht-menu/menu/templates.php:143
1522
+ msgid "Background"
1523
+ msgstr ""
1524
+
1525
+ #: includes/widgets/htmega_booked_calender.php:675
1526
+ #: includes/widgets/htmega_business_hours.php:144
1527
+ #: includes/widgets/htmega_caldera_form.php:227
1528
+ #: includes/widgets/htmega_caldera_form.php:387
1529
+ #: includes/widgets/htmega_caldera_form.php:465
1530
+ #: includes/widgets/htmega_caldera_form.php:574
1531
+ #: includes/widgets/htmega_caldera_form.php:646
1532
+ #: includes/widgets/htmega_caldera_form.php:685
1533
+ #: includes/widgets/htmega_caldera_form.php:724
1534
+ #: includes/widgets/htmega_carousel.php:445
1535
+ #: includes/widgets/htmega_contact_form_seven.php:221
1536
+ #: includes/widgets/htmega_contact_form_seven.php:373
1537
+ #: includes/widgets/htmega_contact_form_seven.php:493
1538
+ #: includes/widgets/htmega_contact_form_seven.php:599
1539
+ #: includes/widgets/htmega_contact_form_seven.php:662
1540
+ #: includes/widgets/htmega_contact_form_seven.php:846
1541
+ #: includes/widgets/htmega_contact_form_seven.php:934
1542
+ #: includes/widgets/htmega_custom_event.php:342
1543
+ #: includes/widgets/htmega_gravity_forms.php:404
1544
+ #: includes/widgets/htmega_gravity_forms.php:574
1545
+ #: includes/widgets/htmega_gravity_forms.php:706
1546
+ #: includes/widgets/htmega_gravity_forms.php:816
1547
+ #: includes/widgets/htmega_mailchimp_wp.php:195
1548
+ #: includes/widgets/htmega_mailchimp_wp.php:383
1549
+ #: includes/widgets/htmega_mailchimp_wp.php:471
1550
+ #: includes/widgets/htmega_ninja_form.php:490
1551
+ #: includes/widgets/htmega_ninja_form.php:640
1552
+ #: includes/widgets/htmega_ninja_form.php:712
1553
+ #: includes/widgets/htmega_ninja_form.php:859
1554
+ #: includes/widgets/htmega_ninja_form.php:965
1555
+ #: includes/widgets/htmega_ninja_form.php:1075
1556
+ #: includes/widgets/htmega_pricing_list_view.php:337
1557
+ #: includes/widgets/htmega_pricing_list_view.php:707
1558
+ #: includes/widgets/htmega_pricing_list_view.php:966
1559
+ #: includes/widgets/htmega_pricing_list_view.php:1228
1560
+ #: includes/widgets/htmega_pricing_list_view.php:1298
1561
+ #: includes/widgets/htmega_pricing_list_view.php:1468
1562
+ #: includes/widgets/htmega_pricing_list_view.php:1574
1563
+ #: includes/widgets/htmega_pricing_list_view.php:1651
1564
+ #: includes/widgets/htmega_pricing_list_view.php:1732
1565
+ #: includes/widgets/htmega_pricing_list_view.php:1809
1566
+ #: includes/widgets/htmega_quforms.php:351
1567
+ #: includes/widgets/htmega_quforms.php:476
1568
+ #: includes/widgets/htmega_quforms.php:571
1569
+ #: includes/widgets/htmega_quforms.php:693
1570
+ #: includes/widgets/htmega_quforms.php:849
1571
+ #: includes/widgets/htmega_quforms.php:936
1572
+ #: includes/widgets/htmega_quforms.php:1004
1573
+ #: includes/widgets/htmega_quforms.php:1043
1574
+ #: includes/widgets/htmega_verticle_time_line.php:219
1575
+ #: includes/widgets/htmega_verticle_time_line.php:296
1576
+ #: includes/widgets/htmega_wc_element_pages.php:108
1577
+ #: includes/widgets/htmega_wc_element_pages.php:143
1578
+ #: includes/widgets/htmega_wc_element_pages.php:224
1579
+ #: includes/widgets/htmega_wc_element_pages.php:309
1580
+ #: includes/widgets/htmega_wc_element_pages.php:415
1581
+ #: includes/widgets/htmega_wc_element_pages.php:489
1582
+ #: includes/widgets/htmega_wc_element_pages.php:566
1583
+ #: includes/widgets/htmega_wc_element_pages.php:587
1584
+ #: includes/widgets/htmega_wc_element_pages.php:725
1585
+ #: includes/widgets/htmega_wc_element_pages.php:850
1586
+ #: includes/widgets/htmega_wc_element_pages.php:910
1587
+ #: includes/widgets/htmega_wc_element_pages.php:964
1588
+ #: includes/widgets/htmega_wc_element_pages.php:1040
1589
+ #: includes/widgets/htmega_wc_element_pages.php:1181
1590
+ #: includes/widgets/htmega_wc_element_pages.php:1222
1591
+ #: includes/widgets/htmega_wc_element_pages.php:1253
1592
+ #: includes/widgets/htmega_wc_element_pages.php:1288
1593
+ #: includes/widgets/htmega_wc_element_pages.php:1369
1594
+ #: includes/widgets/htmega_wc_element_pages.php:1407
1595
+ #: includes/widgets/htmega_wc_element_pages.php:1542
1596
+ #: includes/widgets/htmega_wc_element_pages.php:1630
1597
+ #: includes/widgets/htmega_wpforms.php:493
1598
+ #: includes/widgets/htmega_wpforms.php:643
1599
+ #: includes/widgets/htmega_wpforms.php:715
1600
+ #: includes/widgets/htmega_wpforms.php:861
1601
+ #: includes/widgets/htmega_wpforms.php:992
1602
+ #: includes/widgets/htmega_wpforms.php:1102
1603
+ #: extensions/ht-builder/widgets/bl_post_comments.php:109
1604
+ #: extensions/ht-builder/widgets/bl_post_comments.php:159
1605
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:212
1606
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:286
1607
+ #: extensions/ht-menu/menu/templates.php:179
1608
+ #: extensions/wc-sales-notification/admin/setting.php:188
1609
+ msgid "Background Color"
1610
+ msgstr ""
1611
+
1612
+ #: includes/widgets/htmega_pricing_list_view.php:1377
1613
+ msgid "Background Color ( Even )"
1614
+ msgstr ""
1615
+
1616
+ #: includes/widgets/htmega_data_table.php:748
1617
+ msgid "Background Color ( Event )"
1618
+ msgstr ""
1619
+
1620
+ #: includes/widgets/htmega_data_table.php:760
1621
+ #: includes/widgets/htmega_pricing_list_view.php:1389
1622
+ msgid "Background Color ( Odd )"
1623
+ msgstr ""
1624
+
1625
+ #: admin/include/admin-setting.php:1434 admin/include/admin-setting.php:1459
1626
+ msgid "Background color option"
1627
+ msgstr ""
1628
+
1629
+ #: includes/widgets/htmega_counter.php:211
1630
+ #: includes/widgets/htmega_weather.php:218
1631
+ msgid "Background Overlay"
1632
+ msgstr ""
1633
+
1634
+ #: extensions/ht-menu/menu/templates.php:185
1635
+ msgid "Background Second Color"
1636
+ msgstr ""
1637
+
1638
+ #: admin/include/admin-setting.php:687
1639
+ msgid "Background Switcher <span>( Pro )</span>"
1640
+ msgstr ""
1641
+
1642
+ #: includes/widgets/htmega_dropcaps.php:195
1643
+ msgid "Backround Image as Text Color"
1644
+ msgstr ""
1645
+
1646
+ #: includes/widgets/htmega_scroll_image.php:241
1647
+ msgid "Badge"
1648
+ msgstr ""
1649
+
1650
+ #: includes/widgets/htmega_special_day_banner.php:157
1651
+ msgid "Badge Image"
1652
+ msgstr ""
1653
+
1654
+ #: includes/widgets/htmega_scroll_image.php:132
1655
+ #: includes/widgets/htmega_scroll_image.php:136
1656
+ msgid "Badge Text"
1657
+ msgstr ""
1658
+
1659
+ #: extensions/ht-menu/menu/templates.php:50
1660
+ msgid "Badges"
1661
+ msgstr ""
1662
+
1663
+ #: includes/widgets/htmega_socialshere.php:85
1664
+ msgid "Baidu"
1665
+ msgstr ""
1666
+
1667
+ #: includes/widgets/htmega_googlemap.php:103
1668
+ msgid "Bangladesh"
1669
+ msgstr ""
1670
+
1671
+ #: includes/widgets/htmega_add_banner.php:34
1672
+ #: includes/widgets/htmega_special_day_banner.php:35
1673
+ msgid "Banner"
1674
+ msgstr ""
1675
+
1676
+ #: includes/widgets/htmega_special_day_banner.php:147
1677
+ msgid "Banner Badge"
1678
+ msgstr ""
1679
+
1680
+ #: includes/widgets/htmega_add_banner.php:112
1681
+ #: includes/widgets/htmega_special_day_banner.php:98
1682
+ msgid "Banner Description"
1683
+ msgstr ""
1684
+
1685
+ #: includes/widgets/htmega_special_day_banner.php:313
1686
+ msgid "Banner Hover Color"
1687
+ msgstr ""
1688
+
1689
+ #: includes/widgets/htmega_add_banner.php:119
1690
+ #: includes/widgets/htmega_special_day_banner.php:123
1691
+ msgid "Banner Link"
1692
+ msgstr ""
1693
+
1694
+ #: includes/widgets/htmega_add_banner.php:103
1695
+ #: includes/widgets/htmega_special_day_banner.php:89
1696
+ msgid "Banner Sub Title"
1697
+ msgstr ""
1698
+
1699
+ #: includes/widgets/htmega_add_banner.php:94
1700
+ #: includes/widgets/htmega_special_day_banner.php:80
1701
+ msgid "Banner Title"
1702
+ msgstr ""
1703
+
1704
+ #: includes/widgets/htmega_pricing_list_view.php:1159
1705
+ msgid "Baseline"
1706
+ msgstr ""
1707
+
1708
+ #: includes/widgets/htmega_bbpress.php:13
1709
+ #: includes/widgets/htmega_bbpress.php:43
1710
+ msgid "Bbpress"
1711
+ msgstr ""
1712
+
1713
+ #: admin/include/admin-setting.php:1094
1714
+ msgid "bbPress"
1715
+ msgstr ""
1716
+
1717
+ #: includes/widgets/htmega_section_title.php:710
1718
+ #: includes/widgets/htmega_section_title.php:875
1719
+ msgid "Befor, After Border"
1720
+ msgstr ""
1721
+
1722
+ #: includes/widgets/htmega_blockquote.php:404
1723
+ #: includes/widgets/htmega_image_comparison.php:156
1724
+ msgid "Before"
1725
+ msgstr ""
1726
+
1727
+ #: includes/widgets/htmega_section_title.php:447
1728
+ msgid "Before And After Border Color"
1729
+ msgstr ""
1730
+
1731
+ #: includes/widgets/htmega_inlinemenu.php:296
1732
+ #: includes/widgets/htmega_inlinemenu.php:458
1733
+ msgid "Before Background"
1734
+ msgstr ""
1735
+
1736
+ #: includes/widgets/htmega_inlinemenu.php:382
1737
+ #: includes/widgets/htmega_inlinemenu.php:544
1738
+ msgid "Before Border Botton Position"
1739
+ msgstr ""
1740
+
1741
+ #: includes/widgets/htmega_inlinemenu.php:337
1742
+ #: includes/widgets/htmega_inlinemenu.php:499
1743
+ msgid "Before Border Size"
1744
+ msgstr ""
1745
+
1746
+ #: includes/widgets/htmega_inlinemenu.php:359
1747
+ #: includes/widgets/htmega_inlinemenu.php:521
1748
+ msgid "Before Border Top Position"
1749
+ msgstr ""
1750
+
1751
+ #: includes/widgets/htmega_image_comparison.php:50
1752
+ msgid "Before Image"
1753
+ msgstr ""
1754
+
1755
+ #: includes/widgets/htmega_pricing_list_view.php:89
1756
+ msgid "Before Price Label"
1757
+ msgstr ""
1758
+
1759
+ #: includes/widgets/htmega_pricing_list_view.php:1542
1760
+ msgid "Before Price Style"
1761
+ msgstr ""
1762
+
1763
+ #: includes/widgets/htmega_image_comparison.php:172
1764
+ msgid "Before Start Amount"
1765
+ msgstr ""
1766
+
1767
+ #: includes/widgets/htmega_animated_heading.php:151
1768
+ msgid "Before Text Style"
1769
+ msgstr ""
1770
+
1771
+ #: includes/widgets/htmega_image_comparison.php:154
1772
+ #: includes/widgets/htmega_image_comparison.php:228
1773
+ msgid "Before Title"
1774
+ msgstr ""
1775
+
1776
+ #: includes/widgets/htmega_inlinemenu.php:311
1777
+ #: includes/widgets/htmega_inlinemenu.php:473
1778
+ msgid "Before/After Border"
1779
+ msgstr ""
1780
+
1781
+ #: includes/widgets/htmega_user_login_form.php:300
1782
+ msgid "Before/Top Login Button"
1783
+ msgstr ""
1784
+
1785
+ #: includes/widgets/htmega_teammember.php:175
1786
+ msgid "Bio Info"
1787
+ msgstr ""
1788
+
1789
+ #: includes/widgets/htmega_teammember.php:864
1790
+ msgid "Bio info"
1791
+ msgstr ""
1792
+
1793
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1794
+ msgid "Biography"
1795
+ msgstr ""
1796
+
1797
+ #: extensions/ht-builder/widgets/bl_post_archive.php:23
1798
+ msgid "BL: Archive Posts"
1799
+ msgstr ""
1800
+
1801
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1802
+ msgid "BL: Archive Title"
1803
+ msgstr ""
1804
+
1805
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1806
+ msgid "BL: Author Info"
1807
+ msgstr ""
1808
+
1809
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1810
+ msgid "BL: Nav Menu"
1811
+ msgstr ""
1812
+
1813
+ #: extensions/ht-builder/widgets/bl_page_title.php:22
1814
+ msgid "BL: Page Title"
1815
+ msgstr ""
1816
+
1817
+ #: extensions/ht-builder/widgets/bl_post_comments.php:23
1818
+ msgid "BL: Post Comments"
1819
+ msgstr ""
1820
+
1821
+ #: extensions/ht-builder/widgets/bl_post_content.php:22
1822
+ msgid "BL: Post Content"
1823
+ msgstr ""
1824
+
1825
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1826
+ msgid "BL: Post Excerpt"
1827
+ msgstr ""
1828
+
1829
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1830
+ msgid "BL: Post Featured Image"
1831
+ msgstr ""
1832
+
1833
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1834
+ msgid "BL: Post Meta Info"
1835
+ msgstr ""
1836
+
1837
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1838
+ msgid "BL: Post Search Form"
1839
+ msgstr ""
1840
+
1841
+ #: extensions/ht-builder/widgets/bl_post_title.php:20
1842
+ msgid "BL: Post Title"
1843
+ msgstr ""
1844
+
1845
+ #: extensions/ht-builder/widgets/bl_site_logo.php:24
1846
+ msgid "BL: Site Logo"
1847
+ msgstr ""
1848
+
1849
+ #: extensions/ht-builder/widgets/bl_site_title.php:22
1850
+ msgid "BL: Site Title"
1851
+ msgstr ""
1852
+
1853
+ #: includes/widgets/htmega_section_title.php:616
1854
+ #: includes/widgets/htmega_section_title.php:847
1855
+ msgid "Block"
1856
+ msgstr ""
1857
+
1858
+ #: admin/include/admin-setting.php:151
1859
+ #: includes/widgets/htmega_blockquote.php:13
1860
+ #: includes/widgets/htmega_blockquote.php:34
1861
+ msgid "Blockquote"
1862
+ msgstr ""
1863
+
1864
+ #: includes/widgets/htmega_blockquote.php:79
1865
+ msgid "Blockquote By"
1866
+ msgstr ""
1867
+
1868
+ #: includes/widgets/htmega_blockquote.php:69
1869
+ msgid "Blockquote Content"
1870
+ msgstr ""
1871
+
1872
+ #: includes/widgets/htmega_blockquote.php:149
1873
+ msgid "Blockquote Position"
1874
+ msgstr ""
1875
+
1876
+ #: includes/widgets/htmega_blockquote.php:89
1877
+ msgid "Blockquote Type"
1878
+ msgstr ""
1879
+
1880
+ #: admin/include/templates_list.php:34
1881
+ msgid "Blocks"
1882
+ msgstr ""
1883
+
1884
+ #: admin/include/admin-setting.php:1425 admin/include/admin-setting.php:1450
1885
+ msgid "Blog Archive Category Wise Individual layout"
1886
+ msgstr ""
1887
+
1888
+ #: admin/include/admin-setting.php:1426 admin/include/admin-setting.php:1451
1889
+ msgid "Blog Archive Tag Wise Individual layout"
1890
+ msgstr ""
1891
+
1892
+ #: admin/include/admin-setting.php:1422 admin/include/admin-setting.php:1447
1893
+ msgid "Blog Search Page Builder"
1894
+ msgstr ""
1895
+
1896
+ #: extensions/ht-builder/admin/setting.php:73
1897
+ msgid "Blog Template."
1898
+ msgstr ""
1899
+
1900
+ #: extensions/ht-builder/widgets/bl_post_title.php:133
1901
+ msgid "Blog Title"
1902
+ msgstr ""
1903
+
1904
+ #: includes/widgets/htmega_socialshere.php:72
1905
+ msgid "Blogger"
1906
+ msgstr ""
1907
+
1908
+ #: includes/widgets/htmega_booked_calender.php:246
1909
+ #: includes/widgets/htmega_notify.php:100
1910
+ #: includes/widgets/htmega_tablepress.php:242
1911
+ msgid "Body"
1912
+ msgstr ""
1913
+
1914
+ #: includes/widgets/htmega_booked_calender.php:13
1915
+ msgid "Booked Calendar"
1916
+ msgstr ""
1917
+
1918
+ #: admin/include/admin-setting.php:1104
1919
+ #: includes/widgets/htmega_booked_calender.php:43
1920
+ msgid "Booked Calender"
1921
+ msgstr ""
1922
+
1923
+ #: includes/widgets/htmega_notify.php:231
1924
+ msgid "Bootstrap Column Width"
1925
+ msgstr ""
1926
+
1927
+ #: includes/widgets/htmega_accordion.php:612
1928
+ #: includes/widgets/htmega_accordion.php:696
1929
+ #: includes/widgets/htmega_accordion.php:866
1930
+ #: includes/widgets/htmega_accordion.php:964
1931
+ #: includes/widgets/htmega_accordion.php:1150
1932
+ #: includes/widgets/htmega_accordion.php:1261
1933
+ #: includes/widgets/htmega_accordion.php:1398
1934
+ #: includes/widgets/htmega_add_banner.php:188
1935
+ #: includes/widgets/htmega_add_banner.php:216
1936
+ #: includes/widgets/htmega_add_banner.php:276
1937
+ #: includes/widgets/htmega_add_banner.php:330
1938
+ #: includes/widgets/htmega_add_banner.php:648
1939
+ #: includes/widgets/htmega_add_banner.php:727
1940
+ #: includes/widgets/htmega_animated_heading.php:183
1941
+ #: includes/widgets/htmega_animated_heading.php:314
1942
+ #: includes/widgets/htmega_animated_heading.php:402
1943
+ #: includes/widgets/htmega_blockquote.php:247
1944
+ #: includes/widgets/htmega_blockquote.php:381
1945
+ #: includes/widgets/htmega_blockquote.php:556
1946
+ #: includes/widgets/htmega_blockquote.php:736
1947
+ #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1948
+ #: includes/widgets/htmega_buddy_press.php:184
1949
+ #: includes/widgets/htmega_business_hours.php:269
1950
+ #: includes/widgets/htmega_business_hours.php:345
1951
+ #: includes/widgets/htmega_business_hours.php:473
1952
+ #: includes/widgets/htmega_button.php:229
1953
+ #: includes/widgets/htmega_button.php:352
1954
+ #: includes/widgets/htmega_button.php:556
1955
+ #: includes/widgets/htmega_caldera_form.php:310
1956
+ #: includes/widgets/htmega_caldera_form.php:399
1957
+ #: includes/widgets/htmega_caldera_form.php:486
1958
+ #: includes/widgets/htmega_call_to_action.php:401
1959
+ #: includes/widgets/htmega_call_to_action.php:478
1960
+ #: includes/widgets/htmega_call_to_action.php:757
1961
+ #: includes/widgets/htmega_call_to_action.php:837
1962
+ #: includes/widgets/htmega_call_to_action.php:963
1963
+ #: includes/widgets/htmega_call_to_action.php:1043
1964
+ #: includes/widgets/htmega_carousel.php:512
1965
+ #: includes/widgets/htmega_carousel.php:609
1966
+ #: includes/widgets/htmega_carousel.php:784
1967
+ #: includes/widgets/htmega_carousel.php:874
1968
+ #: includes/widgets/htmega_carousel.php:1007
1969
+ #: includes/widgets/htmega_carousel.php:1113
1970
+ #: includes/widgets/htmega_carousel.php:1207
1971
+ #: includes/widgets/htmega_carousel.php:1340
1972
+ #: includes/widgets/htmega_carousel.php:1424
1973
+ #: includes/widgets/htmega_contact_form_seven.php:292
1974
+ #: includes/widgets/htmega_contact_form_seven.php:417
1975
+ #: includes/widgets/htmega_contact_form_seven.php:537
1976
+ #: includes/widgets/htmega_contact_form_seven.php:622
1977
+ #: includes/widgets/htmega_contact_form_seven.php:693
1978
+ #: includes/widgets/htmega_contact_form_seven.php:884
1979
+ #: includes/widgets/htmega_contact_form_seven.php:946
1980
+ #: includes/widgets/htmega_contact_form_seven.php:986
1981
+ #: includes/widgets/htmega_contact_form_seven.php:1020
1982
+ #: includes/widgets/htmega_countdown.php:535
1983
+ #: includes/widgets/htmega_countdown.php:547
1984
+ #: includes/widgets/htmega_countdown.php:796
1985
+ #: includes/widgets/htmega_countdown.php:963
1986
+ #: includes/widgets/htmega_countdown.php:1073
1987
+ #: includes/widgets/htmega_countdown.php:1158
1988
+ #: includes/widgets/htmega_counter.php:253
1989
+ #: includes/widgets/htmega_counter.php:515
1990
+ #: includes/widgets/htmega_counter.php:638
1991
+ #: includes/widgets/htmega_counter.php:906
1992
+ #: includes/widgets/htmega_counter.php:994
1993
+ #: includes/widgets/htmega_counter.php:1084
1994
+ #: includes/widgets/htmega_custom_event.php:419
1995
+ #: includes/widgets/htmega_custom_event.php:461
1996
+ #: includes/widgets/htmega_data_table.php:243
1997
+ #: includes/widgets/htmega_data_table.php:507
1998
+ #: includes/widgets/htmega_data_table.php:605
1999
+ #: includes/widgets/htmega_data_table.php:687
2000
+ #: includes/widgets/htmega_data_table.php:806
2001
+ #: includes/widgets/htmega_data_table.php:910
2002
+ #: includes/widgets/htmega_data_table.php:962
2003
+ #: includes/widgets/htmega_data_table.php:1041
2004
+ #: includes/widgets/htmega_double_button.php:408
2005
+ #: includes/widgets/htmega_double_button.php:438
2006
+ #: includes/widgets/htmega_double_button.php:504
2007
+ #: includes/widgets/htmega_double_button.php:591
2008
+ #: includes/widgets/htmega_double_button.php:677
2009
+ #: includes/widgets/htmega_double_button.php:763
2010
+ #: includes/widgets/htmega_double_button.php:860
2011
+ #: includes/widgets/htmega_download_monitor.php:169
2012
+ #: includes/widgets/htmega_download_monitor.php:357
2013
+ #: includes/widgets/htmega_dropcaps.php:166
2014
+ #: includes/widgets/htmega_dropcaps.php:267
2015
+ #: includes/widgets/htmega_easy_digital_download.php:290
2016
+ #: includes/widgets/htmega_easy_digital_download.php:572
2017
+ #: includes/widgets/htmega_easy_digital_download.php:651
2018
+ #: includes/widgets/htmega_errorcontent.php:336
2019
+ #: includes/widgets/htmega_errorcontent.php:415
2020
+ #: includes/widgets/htmega_errorcontent.php:494
2021
+ #: includes/widgets/htmega_errorcontent.php:616
2022
+ #: includes/widgets/htmega_errorcontent.php:667
2023
+ #: includes/widgets/htmega_errorcontent.php:767
2024
+ #: includes/widgets/htmega_errorcontent.php:818
2025
+ #: includes/widgets/htmega_gallery_justify.php:85
2026
+ #: includes/widgets/htmega_googlemap.php:316
2027
+ #: includes/widgets/htmega_googlemap.php:457
2028
+ #: includes/widgets/htmega_gravity_forms.php:300
2029
+ #: includes/widgets/htmega_gravity_forms.php:511
2030
+ #: includes/widgets/htmega_gravity_forms.php:596
2031
+ #: includes/widgets/htmega_gravity_forms.php:744
2032
+ #: includes/widgets/htmega_gravity_forms.php:828
2033
+ #: includes/widgets/htmega_imagemarker.php:664
2034
+ #: includes/widgets/htmega_imagemarker.php:743
2035
+ #: includes/widgets/htmega_imagemarker.php:876
2036
+ #: includes/widgets/htmega_image_comparison.php:125
2037
+ #: includes/widgets/htmega_image_comparison.php:263
2038
+ #: includes/widgets/htmega_image_comparison.php:344
2039
+ #: includes/widgets/htmega_image_comparison.php:399
2040
+ #: includes/widgets/htmega_image_comparison.php:433
2041
+ #: includes/widgets/htmega_image_comparison.php:550
2042
+ #: includes/widgets/htmega_image_grid.php:229
2043
+ #: includes/widgets/htmega_image_grid.php:522
2044
+ #: includes/widgets/htmega_image_grid.php:581
2045
+ #: includes/widgets/htmega_image_magnifier.php:111
2046
+ #: includes/widgets/htmega_image_masonry.php:220
2047
+ #: includes/widgets/htmega_image_masonry.php:509
2048
+ #: includes/widgets/htmega_image_masonry.php:577
2049
+ #: includes/widgets/htmega_inlinemenu.php:201
2050
+ #: includes/widgets/htmega_inlinemenu.php:275
2051
+ #: includes/widgets/htmega_inlinemenu.php:438
2052
+ #: includes/widgets/htmega_instagram.php:706
2053
+ #: includes/widgets/htmega_instagram.php:836
2054
+ #: includes/widgets/htmega_instagram.php:984
2055
+ #: includes/widgets/htmega_instagram.php:1103
2056
+ #: includes/widgets/htmega_instagram.php:1163
2057
+ #: includes/widgets/htmega_instagram.php:1257
2058
+ #: includes/widgets/htmega_instagram.php:1323
2059
+ #: includes/widgets/htmega_instagram.php:1459
2060
+ #: includes/widgets/htmega_lightbox.php:265
2061
+ #: includes/widgets/htmega_lightbox.php:453
2062
+ #: includes/widgets/htmega_mailchimp_wp.php:238
2063
+ #: includes/widgets/htmega_mailchimp_wp.php:421
2064
+ #: includes/widgets/htmega_mailchimp_wp.php:483
2065
+ #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
2066
+ #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
2067
+ #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
2068
+ #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
2069
+ #: includes/widgets/htmega_newsticker.php:371
2070
+ #: includes/widgets/htmega_newsticker.php:543
2071
+ #: includes/widgets/htmega_newsticker.php:802
2072
+ #: includes/widgets/htmega_newsticker.php:890
2073
+ #: includes/widgets/htmega_newsticker.php:947
2074
+ #: includes/widgets/htmega_ninja_form.php:166
2075
+ #: includes/widgets/htmega_ninja_form.php:268
2076
+ #: includes/widgets/htmega_ninja_form.php:386
2077
+ #: includes/widgets/htmega_ninja_form.php:580
2078
+ #: includes/widgets/htmega_ninja_form.php:662
2079
+ #: includes/widgets/htmega_ninja_form.php:800
2080
+ #: includes/widgets/htmega_ninja_form.php:881
2081
+ #: includes/widgets/htmega_ninja_form.php:1003
2082
+ #: includes/widgets/htmega_ninja_form.php:1087
2083
+ #: includes/widgets/htmega_notify.php:350
2084
+ #: includes/widgets/htmega_notify.php:448
2085
+ #: includes/widgets/htmega_notify.php:502
2086
+ #: includes/widgets/htmega_offcanvas.php:454
2087
+ #: includes/widgets/htmega_offcanvas.php:515
2088
+ #: includes/widgets/htmega_panel_slider.php:555
2089
+ #: includes/widgets/htmega_panel_slider.php:863
2090
+ #: includes/widgets/htmega_panel_slider.php:1052
2091
+ #: includes/widgets/htmega_panel_slider.php:1184
2092
+ #: includes/widgets/htmega_panel_slider.php:1223
2093
+ #: includes/widgets/htmega_popover.php:405
2094
+ #: includes/widgets/htmega_popover.php:483
2095
+ #: includes/widgets/htmega_popover.php:562
2096
+ #: includes/widgets/htmega_popover.php:638
2097
+ #: includes/widgets/htmega_popover.php:742
2098
+ #: includes/widgets/htmega_post_grid_tab.php:278
2099
+ #: includes/widgets/htmega_post_grid_tab.php:354
2100
+ #: includes/widgets/htmega_post_grid_tab.php:907
2101
+ #: includes/widgets/htmega_post_grid_tab.php:957
2102
+ #: includes/widgets/htmega_post_grid_tab.php:1021
2103
+ #: includes/widgets/htmega_post_grid_tab.php:1079
2104
+ #: includes/widgets/htmega_post_grid_tab.php:1111
2105
+ #: includes/widgets/htmega_post_slider.php:778
2106
+ #: includes/widgets/htmega_post_slider.php:1334
2107
+ #: includes/widgets/htmega_post_slider.php:1384
2108
+ #: includes/widgets/htmega_post_slider.php:1594
2109
+ #: includes/widgets/htmega_post_slider.php:1714
2110
+ #: includes/widgets/htmega_post_slider.php:1839
2111
+ #: includes/widgets/htmega_post_slider.php:1878
2112
+ #: includes/widgets/htmega_post_slider.php:1950
2113
+ #: includes/widgets/htmega_post_slider.php:2027
2114
+ #: includes/widgets/htmega_pricing_list_view.php:920
2115
+ #: includes/widgets/htmega_pricing_list_view.php:1265
2116
+ #: includes/widgets/htmega_pricing_list_view.php:1344
2117
+ #: includes/widgets/htmega_pricing_list_view.php:1435
2118
+ #: includes/widgets/htmega_progress_bar.php:361
2119
+ #: includes/widgets/htmega_progress_bar.php:497
2120
+ #: includes/widgets/htmega_progress_bar.php:615
2121
+ #: includes/widgets/htmega_progress_bar.php:706
2122
+ #: includes/widgets/htmega_progress_bar.php:798
2123
+ #: includes/widgets/htmega_quforms.php:150
2124
+ #: includes/widgets/htmega_quforms.php:261
2125
+ #: includes/widgets/htmega_quforms.php:441
2126
+ #: includes/widgets/htmega_quforms.php:499
2127
+ #: includes/widgets/htmega_quforms.php:659
2128
+ #: includes/widgets/htmega_quforms.php:717
2129
+ #: includes/widgets/htmega_quforms.php:887
2130
+ #: includes/widgets/htmega_quforms.php:948
2131
+ #: includes/widgets/htmega_scroll_image.php:84
2132
+ #: includes/widgets/htmega_scroll_image.php:184
2133
+ #: includes/widgets/htmega_scroll_image.php:344
2134
+ #: includes/widgets/htmega_scroll_navigation.php:410
2135
+ #: includes/widgets/htmega_scroll_navigation.php:504
2136
+ #: includes/widgets/htmega_search.php:369
2137
+ #: includes/widgets/htmega_search.php:582
2138
+ #: includes/widgets/htmega_search.php:634
2139
+ #: includes/widgets/htmega_search.php:820
2140
+ #: includes/widgets/htmega_search.php:982
2141
+ #: includes/widgets/htmega_section_title.php:439
2142
+ #: includes/widgets/htmega_section_title.php:567
2143
+ #: includes/widgets/htmega_section_title.php:800
2144
+ #: includes/widgets/htmega_section_title.php:981
2145
+ #: includes/widgets/htmega_service.php:219
2146
+ #: includes/widgets/htmega_service.php:287
2147
+ #: includes/widgets/htmega_service.php:340
2148
+ #: includes/widgets/htmega_service.php:696
2149
+ #: includes/widgets/htmega_service.php:778
2150
+ #: includes/widgets/htmega_service.php:958
2151
+ #: includes/widgets/htmega_service.php:1086
2152
+ #: includes/widgets/htmega_service.php:1138
2153
+ #: includes/widgets/htmega_slider_thumb_gallery.php:875
2154
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2155
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2156
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2157
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2158
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2159
+ #: includes/widgets/htmega_socialshere.php:141
2160
+ #: includes/widgets/htmega_socialshere.php:169
2161
+ #: includes/widgets/htmega_socialshere.php:251
2162
+ #: includes/widgets/htmega_socialshere.php:302
2163
+ #: includes/widgets/htmega_socialshere.php:447
2164
+ #: includes/widgets/htmega_socialshere.php:582
2165
+ #: includes/widgets/htmega_special_day_banner.php:671
2166
+ #: includes/widgets/htmega_special_day_banner.php:750
2167
+ #: includes/widgets/htmega_switcher.php:297
2168
+ #: includes/widgets/htmega_switcher.php:440
2169
+ #: includes/widgets/htmega_switcher.php:515
2170
+ #: includes/widgets/htmega_switcher.php:613
2171
+ #: includes/widgets/htmega_tablepress.php:132
2172
+ #: includes/widgets/htmega_tablepress.php:188
2173
+ #: includes/widgets/htmega_tablepress.php:251
2174
+ #: includes/widgets/htmega_tabs.php:316 includes/widgets/htmega_tabs.php:594
2175
+ #: includes/widgets/htmega_tabs.php:646 includes/widgets/htmega_tabs.php:732
2176
+ #: includes/widgets/htmega_tabs.php:827 includes/widgets/htmega_tabs.php:892
2177
+ #: includes/widgets/htmega_teammember.php:359
2178
+ #: includes/widgets/htmega_teammember.php:500
2179
+ #: includes/widgets/htmega_teammember.php:558
2180
+ #: includes/widgets/htmega_teammember.php:1020
2181
+ #: includes/widgets/htmega_testimonial_grid.php:307
2182
+ #: includes/widgets/htmega_testimonial_grid.php:352
2183
+ #: includes/widgets/htmega_testimonial_grid.php:397
2184
+ #: includes/widgets/htmega_toggle.php:321
2185
+ #: includes/widgets/htmega_toggle.php:373
2186
+ #: includes/widgets/htmega_tooltip.php:382
2187
+ #: includes/widgets/htmega_tooltip.php:460
2188
+ #: includes/widgets/htmega_twitter_feed.php:597
2189
+ #: includes/widgets/htmega_twitter_feed.php:766
2190
+ #: includes/widgets/htmega_twitter_feed.php:1015
2191
+ #: includes/widgets/htmega_twitter_feed.php:1127
2192
+ #: includes/widgets/htmega_twitter_feed.php:1264
2193
+ #: includes/widgets/htmega_twitter_feed.php:1324
2194
+ #: includes/widgets/htmega_twitter_feed.php:1453
2195
+ #: includes/widgets/htmega_user_login_form.php:928
2196
+ #: includes/widgets/htmega_user_login_form.php:1201
2197
+ #: includes/widgets/htmega_user_login_form.php:1253
2198
+ #: includes/widgets/htmega_user_login_form.php:1385
2199
+ #: includes/widgets/htmega_user_login_form.php:1437
2200
+ #: includes/widgets/htmega_user_login_form.php:1527
2201
+ #: includes/widgets/htmega_verticle_time_line.php:363
2202
+ #: includes/widgets/htmega_videoplayer.php:263
2203
+ #: includes/widgets/htmega_videoplayer.php:422
2204
+ #: includes/widgets/htmega_videoplayer.php:464
2205
+ #: includes/widgets/htmega_wc_categories.php:194
2206
+ #: includes/widgets/htmega_wc_categories.php:256
2207
+ #: includes/widgets/htmega_wc_categories.php:356
2208
+ #: includes/widgets/htmega_wc_categories.php:433
2209
+ #: includes/widgets/htmega_wc_categories.php:442
2210
+ #: includes/widgets/htmega_wc_categories.php:488
2211
+ #: includes/widgets/htmega_wc_categories.php:516
2212
+ #: includes/widgets/htmega_wc_element_pages.php:167
2213
+ #: includes/widgets/htmega_wc_element_pages.php:236
2214
+ #: includes/widgets/htmega_wc_element_pages.php:335
2215
+ #: includes/widgets/htmega_wc_element_pages.php:427
2216
+ #: includes/widgets/htmega_wc_element_pages.php:501
2217
+ #: includes/widgets/htmega_wc_element_pages.php:599
2218
+ #: includes/widgets/htmega_wc_element_pages.php:622
2219
+ #: includes/widgets/htmega_wc_element_pages.php:813
2220
+ #: includes/widgets/htmega_wc_element_pages.php:865
2221
+ #: includes/widgets/htmega_wc_element_pages.php:976
2222
+ #: includes/widgets/htmega_wc_element_pages.php:1066
2223
+ #: includes/widgets/htmega_wc_element_pages.php:1421
2224
+ #: includes/widgets/htmega_wc_element_pages.php:1479
2225
+ #: includes/widgets/htmega_wc_element_pages.php:1554
2226
+ #: includes/widgets/htmega_wc_element_pages.php:1656
2227
+ #: includes/widgets/htmega_wc_element_pages.php:1770
2228
+ #: includes/widgets/htmega_wc_element_pages.php:1822
2229
+ #: includes/widgets/htmega_weather.php:288
2230
+ #: includes/widgets/htmega_weather.php:326
2231
+ #: includes/widgets/htmega_working_process.php:432
2232
+ #: includes/widgets/htmega_working_process.php:690
2233
+ #: includes/widgets/htmega_working_process.php:769
2234
+ #: includes/widgets/htmega_working_process.php:869
2235
+ #: includes/widgets/htmega_working_process.php:984
2236
+ #: includes/widgets/htmega_working_process.php:1092
2237
+ #: includes/widgets/htmega_wpforms.php:158
2238
+ #: includes/widgets/htmega_wpforms.php:260
2239
+ #: includes/widgets/htmega_wpforms.php:368
2240
+ #: includes/widgets/htmega_wpforms.php:583
2241
+ #: includes/widgets/htmega_wpforms.php:667
2242
+ #: includes/widgets/htmega_wpforms.php:803
2243
+ #: includes/widgets/htmega_wpforms.php:885
2244
+ #: includes/widgets/htmega_wpforms.php:1030
2245
+ #: includes/widgets/htmega_wpforms.php:1114
2246
+ #: includes/widgets/htmega_wpforms.php:1156
2247
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:184
2248
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:256
2249
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:309
2250
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:417
2251
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:457
2252
+ #: extensions/ht-builder/widgets/bl_page_title.php:87
2253
+ #: extensions/ht-builder/widgets/bl_post_archive.php:278
2254
+ #: extensions/ht-builder/widgets/bl_post_archive.php:742
2255
+ #: extensions/ht-builder/widgets/bl_post_archive.php:808
2256
+ #: extensions/ht-builder/widgets/bl_post_archive.php:878
2257
+ #: extensions/ht-builder/widgets/bl_post_archive.php:933
2258
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2259
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2260
+ #: extensions/ht-builder/widgets/bl_post_comments.php:69
2261
+ #: extensions/ht-builder/widgets/bl_post_comments.php:130
2262
+ #: extensions/ht-builder/widgets/bl_post_comments.php:171
2263
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:148
2264
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:233
2265
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:298
2266
+ #: extensions/ht-builder/widgets/bl_site_logo.php:108
2267
+ #: extensions/ht-builder/widgets/bl_site_title.php:89
2268
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2269
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2270
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2271
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2272
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2273
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2274
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2275
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2276
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2277
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2278
+ msgid "Border"
2279
+ msgstr ""
2280
+
2281
+ #: includes/widgets/htmega_counter.php:764
2282
+ msgid "Border After Color"
2283
+ msgstr ""
2284
+
2285
+ #: includes/widgets/htmega_imagemarker.php:797
2286
+ msgid "Border Background"
2287
+ msgstr ""
2288
+
2289
+ #: includes/widgets/htmega_booked_calender.php:374
2290
+ #: includes/widgets/htmega_booked_calender.php:849
2291
+ #: includes/widgets/htmega_caldera_form.php:585
2292
+ #: includes/widgets/htmega_caldera_form.php:636
2293
+ #: includes/widgets/htmega_caldera_form.php:675
2294
+ #: includes/widgets/htmega_caldera_form.php:714
2295
+ #: includes/widgets/htmega_gravity_forms.php:867
2296
+ #: includes/widgets/htmega_ninja_form.php:1126
2297
+ #: includes/widgets/htmega_quforms.php:994
2298
+ #: includes/widgets/htmega_quforms.php:1033
2299
+ #: includes/widgets/htmega_tablepress.php:293
2300
+ #: includes/widgets/htmega_tablepress.php:337
2301
+ #: includes/widgets/htmega_wc_element_pages.php:320
2302
+ #: includes/widgets/htmega_wc_element_pages.php:1051
2303
+ #: includes/widgets/htmega_wc_element_pages.php:1641
2304
+ msgid "Border Color"
2305
+ msgstr ""
2306
+
2307
+ #: includes/widgets/htmega_progress_bar.php:374
2308
+ msgid "Border color"
2309
+ msgstr ""
2310
+
2311
+ #: includes/widgets/htmega_search.php:398
2312
+ msgid "Border Focus Color"
2313
+ msgstr ""
2314
+
2315
+ #: includes/widgets/htmega_section_title.php:747
2316
+ #: includes/widgets/htmega_section_title.php:909
2317
+ msgid "Border Height"
2318
+ msgstr ""
2319
+
2320
+ #: includes/widgets/htmega_accordion.php:620
2321
+ #: includes/widgets/htmega_accordion.php:704
2322
+ #: includes/widgets/htmega_accordion.php:874
2323
+ #: includes/widgets/htmega_accordion.php:973
2324
+ #: includes/widgets/htmega_accordion.php:1158
2325
+ #: includes/widgets/htmega_accordion.php:1269
2326
+ #: includes/widgets/htmega_accordion.php:1406
2327
+ #: includes/widgets/htmega_add_banner.php:284
2328
+ #: includes/widgets/htmega_add_banner.php:338
2329
+ #: includes/widgets/htmega_add_banner.php:656
2330
+ #: includes/widgets/htmega_add_banner.php:735
2331
+ #: includes/widgets/htmega_animated_heading.php:191
2332
+ #: includes/widgets/htmega_animated_heading.php:322
2333
+ #: includes/widgets/htmega_animated_heading.php:410
2334
+ #: includes/widgets/htmega_blockquote.php:255
2335
+ #: includes/widgets/htmega_blockquote.php:389
2336
+ #: includes/widgets/htmega_blockquote.php:564
2337
+ #: includes/widgets/htmega_blockquote.php:744
2338
+ #: includes/widgets/htmega_booked_calender.php:613
2339
+ #: includes/widgets/htmega_booked_calender.php:765
2340
+ #: includes/widgets/htmega_brand.php:366
2341
+ #: includes/widgets/htmega_buddy_press.php:192
2342
+ #: includes/widgets/htmega_business_hours.php:277
2343
+ #: includes/widgets/htmega_business_hours.php:353
2344
+ #: includes/widgets/htmega_business_hours.php:481
2345
+ #: includes/widgets/htmega_button.php:237
2346
+ #: includes/widgets/htmega_button.php:360
2347
+ #: includes/widgets/htmega_button.php:564
2348
+ #: includes/widgets/htmega_caldera_form.php:321
2349
+ #: includes/widgets/htmega_caldera_form.php:410
2350
+ #: includes/widgets/htmega_caldera_form.php:497
2351
+ #: includes/widgets/htmega_call_to_action.php:409
2352
+ #: includes/widgets/htmega_call_to_action.php:486
2353
+ #: includes/widgets/htmega_call_to_action.php:765
2354
+ #: includes/widgets/htmega_call_to_action.php:845
2355
+ #: includes/widgets/htmega_call_to_action.php:971
2356
+ #: includes/widgets/htmega_call_to_action.php:1051
2357
+ #: includes/widgets/htmega_carousel.php:520
2358
+ #: includes/widgets/htmega_carousel.php:617
2359
+ #: includes/widgets/htmega_carousel.php:792
2360
+ #: includes/widgets/htmega_carousel.php:882
2361
+ #: includes/widgets/htmega_carousel.php:1015
2362
+ #: includes/widgets/htmega_carousel.php:1121
2363
+ #: includes/widgets/htmega_carousel.php:1215
2364
+ #: includes/widgets/htmega_carousel.php:1348
2365
+ #: includes/widgets/htmega_carousel.php:1432
2366
+ #: includes/widgets/htmega_contact_form_seven.php:300
2367
+ #: includes/widgets/htmega_contact_form_seven.php:425
2368
+ #: includes/widgets/htmega_contact_form_seven.php:545
2369
+ #: includes/widgets/htmega_contact_form_seven.php:630
2370
+ #: includes/widgets/htmega_contact_form_seven.php:701
2371
+ #: includes/widgets/htmega_contact_form_seven.php:892
2372
+ #: includes/widgets/htmega_countdown.php:559
2373
+ #: includes/widgets/htmega_countdown.php:807
2374
+ #: includes/widgets/htmega_countdown.php:971
2375
+ #: includes/widgets/htmega_countdown.php:1084
2376
+ #: includes/widgets/htmega_countdown.php:1169
2377
+ #: includes/widgets/htmega_counter.php:261
2378
+ #: includes/widgets/htmega_counter.php:523
2379
+ #: includes/widgets/htmega_counter.php:646
2380
+ #: includes/widgets/htmega_counter.php:914
2381
+ #: includes/widgets/htmega_counter.php:1002
2382
+ #: includes/widgets/htmega_counter.php:1092
2383
+ #: includes/widgets/htmega_custom_event.php:427
2384
+ #: includes/widgets/htmega_data_table.php:251
2385
+ #: includes/widgets/htmega_data_table.php:613
2386
+ #: includes/widgets/htmega_data_table.php:695
2387
+ #: includes/widgets/htmega_data_table.php:814
2388
+ #: includes/widgets/htmega_double_button.php:276
2389
+ #: includes/widgets/htmega_double_button.php:416
2390
+ #: includes/widgets/htmega_double_button.php:446
2391
+ #: includes/widgets/htmega_double_button.php:512
2392
+ #: includes/widgets/htmega_double_button.php:599
2393
+ #: includes/widgets/htmega_double_button.php:685
2394
+ #: includes/widgets/htmega_double_button.php:771
2395
+ #: includes/widgets/htmega_double_button.php:868
2396
+ #: includes/widgets/htmega_download_monitor.php:179
2397
+ #: includes/widgets/htmega_download_monitor.php:368
2398
+ #: includes/widgets/htmega_dropcaps.php:174
2399
+ #: includes/widgets/htmega_dropcaps.php:276
2400
+ #: includes/widgets/htmega_easy_digital_download.php:299
2401
+ #: includes/widgets/htmega_easy_digital_download.php:583
2402
+ #: includes/widgets/htmega_easy_digital_download.php:661
2403
+ #: includes/widgets/htmega_errorcontent.php:344
2404
+ #: includes/widgets/htmega_errorcontent.php:423
2405
+ #: includes/widgets/htmega_errorcontent.php:502
2406
+ #: includes/widgets/htmega_errorcontent.php:624
2407
+ #: includes/widgets/htmega_errorcontent.php:675
2408
+ #: includes/widgets/htmega_errorcontent.php:775
2409
+ #: includes/widgets/htmega_errorcontent.php:826
2410
+ #: includes/widgets/htmega_gallery_justify.php:93
2411
+ #: includes/widgets/htmega_googlemap.php:325
2412
+ #: includes/widgets/htmega_googlemap.php:466
2413
+ #: includes/widgets/htmega_gravity_forms.php:308
2414
+ #: includes/widgets/htmega_gravity_forms.php:520
2415
+ #: includes/widgets/htmega_gravity_forms.php:605
2416
+ #: includes/widgets/htmega_gravity_forms.php:752
2417
+ #: includes/widgets/htmega_imagemarker.php:672
2418
+ #: includes/widgets/htmega_imagemarker.php:884
2419
+ #: includes/widgets/htmega_image_comparison.php:133
2420
+ #: includes/widgets/htmega_image_comparison.php:271
2421
+ #: includes/widgets/htmega_image_comparison.php:352
2422
+ #: includes/widgets/htmega_image_comparison.php:441
2423
+ #: includes/widgets/htmega_image_grid.php:237
2424
+ #: includes/widgets/htmega_image_grid.php:530
2425
+ #: includes/widgets/htmega_image_grid.php:589
2426
+ #: includes/widgets/htmega_image_magnifier.php:119
2427
+ #: includes/widgets/htmega_image_masonry.php:228
2428
+ #: includes/widgets/htmega_image_masonry.php:517
2429
+ #: includes/widgets/htmega_image_masonry.php:585
2430
+ #: includes/widgets/htmega_inlinemenu.php:209
2431
+ #: includes/widgets/htmega_inlinemenu.php:283
2432
+ #: includes/widgets/htmega_inlinemenu.php:446
2433
+ #: includes/widgets/htmega_instagram.php:714
2434
+ #: includes/widgets/htmega_instagram.php:844
2435
+ #: includes/widgets/htmega_instagram.php:992
2436
+ #: includes/widgets/htmega_instagram.php:1111
2437
+ #: includes/widgets/htmega_instagram.php:1171
2438
+ #: includes/widgets/htmega_instagram.php:1265
2439
+ #: includes/widgets/htmega_instagram.php:1331
2440
+ #: includes/widgets/htmega_instagram.php:1468
2441
+ #: includes/widgets/htmega_lightbox.php:273
2442
+ #: includes/widgets/htmega_lightbox.php:461
2443
+ #: includes/widgets/htmega_mailchimp_wp.php:246
2444
+ #: includes/widgets/htmega_mailchimp_wp.php:429
2445
+ #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2446
+ #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2447
+ #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2448
+ #: includes/widgets/htmega_modal.php:964
2449
+ #: includes/widgets/htmega_newsticker.php:379
2450
+ #: includes/widgets/htmega_newsticker.php:554
2451
+ #: includes/widgets/htmega_newsticker.php:691
2452
+ #: includes/widgets/htmega_newsticker.php:810
2453
+ #: includes/widgets/htmega_newsticker.php:955
2454
+ #: includes/widgets/htmega_ninja_form.php:174
2455
+ #: includes/widgets/htmega_ninja_form.php:276
2456
+ #: includes/widgets/htmega_ninja_form.php:394
2457
+ #: includes/widgets/htmega_ninja_form.php:588
2458
+ #: includes/widgets/htmega_ninja_form.php:670
2459
+ #: includes/widgets/htmega_ninja_form.php:808
2460
+ #: includes/widgets/htmega_ninja_form.php:889
2461
+ #: includes/widgets/htmega_ninja_form.php:1011
2462
+ #: includes/widgets/htmega_notify.php:358
2463
+ #: includes/widgets/htmega_notify.php:510
2464
+ #: includes/widgets/htmega_notify.php:813
2465
+ #: includes/widgets/htmega_offcanvas.php:462
2466
+ #: includes/widgets/htmega_panel_slider.php:566
2467
+ #: includes/widgets/htmega_panel_slider.php:871
2468
+ #: includes/widgets/htmega_panel_slider.php:1060
2469
+ #: includes/widgets/htmega_panel_slider.php:1192
2470
+ #: includes/widgets/htmega_panel_slider.php:1231
2471
+ #: includes/widgets/htmega_popover.php:413
2472
+ #: includes/widgets/htmega_popover.php:570
2473
+ #: includes/widgets/htmega_popover.php:646
2474
+ #: includes/widgets/htmega_popover.php:750
2475
+ #: includes/widgets/htmega_post_grid_tab.php:286
2476
+ #: includes/widgets/htmega_post_grid_tab.php:362
2477
+ #: includes/widgets/htmega_post_grid_tab.php:915
2478
+ #: includes/widgets/htmega_post_grid_tab.php:965
2479
+ #: includes/widgets/htmega_post_grid_tab.php:1028
2480
+ #: includes/widgets/htmega_post_grid_tab.php:1119
2481
+ #: includes/widgets/htmega_post_slider.php:636
2482
+ #: includes/widgets/htmega_post_slider.php:789
2483
+ #: includes/widgets/htmega_post_slider.php:1342
2484
+ #: includes/widgets/htmega_post_slider.php:1392
2485
+ #: includes/widgets/htmega_post_slider.php:1602
2486
+ #: includes/widgets/htmega_post_slider.php:1722
2487
+ #: includes/widgets/htmega_post_slider.php:1847
2488
+ #: includes/widgets/htmega_post_slider.php:1886
2489
+ #: includes/widgets/htmega_post_slider.php:1958
2490
+ #: includes/widgets/htmega_post_slider.php:2035
2491
+ #: includes/widgets/htmega_pricing_list_view.php:425
2492
+ #: includes/widgets/htmega_pricing_list_view.php:820
2493
+ #: includes/widgets/htmega_pricing_list_view.php:943
2494
+ #: includes/widgets/htmega_pricing_list_view.php:1054
2495
+ #: includes/widgets/htmega_pricing_list_view.php:1273
2496
+ #: includes/widgets/htmega_pricing_list_view.php:1352
2497
+ #: includes/widgets/htmega_pricing_list_view.php:1443
2498
+ #: includes/widgets/htmega_pricing_list_view.php:1480
2499
+ #: includes/widgets/htmega_pricing_list_view.php:1586
2500
+ #: includes/widgets/htmega_pricing_list_view.php:1744
2501
+ #: includes/widgets/htmega_pricing_list_view.php:1821
2502
+ #: includes/widgets/htmega_progress_bar.php:505
2503
+ #: includes/widgets/htmega_progress_bar.php:714
2504
+ #: includes/widgets/htmega_progress_bar.php:806
2505
+ #: includes/widgets/htmega_quforms.php:158
2506
+ #: includes/widgets/htmega_quforms.php:269
2507
+ #: includes/widgets/htmega_quforms.php:449
2508
+ #: includes/widgets/htmega_quforms.php:507
2509
+ #: includes/widgets/htmega_quforms.php:667
2510
+ #: includes/widgets/htmega_quforms.php:725
2511
+ #: includes/widgets/htmega_quforms.php:895
2512
+ #: includes/widgets/htmega_scroll_image.php:192
2513
+ #: includes/widgets/htmega_scroll_image.php:352
2514
+ #: includes/widgets/htmega_scroll_navigation.php:418
2515
+ #: includes/widgets/htmega_scroll_navigation.php:512
2516
+ #: includes/widgets/htmega_search.php:378
2517
+ #: includes/widgets/htmega_search.php:591
2518
+ #: includes/widgets/htmega_search.php:643
2519
+ #: includes/widgets/htmega_search.php:832
2520
+ #: includes/widgets/htmega_search.php:994
2521
+ #: includes/widgets/htmega_section_title.php:576
2522
+ #: includes/widgets/htmega_section_title.php:808
2523
+ #: includes/widgets/htmega_section_title.php:990
2524
+ #: includes/widgets/htmega_service.php:227
2525
+ #: includes/widgets/htmega_service.php:295
2526
+ #: includes/widgets/htmega_service.php:704
2527
+ #: includes/widgets/htmega_service.php:785
2528
+ #: includes/widgets/htmega_service.php:966
2529
+ #: includes/widgets/htmega_service.php:1094
2530
+ #: includes/widgets/htmega_service.php:1146
2531
+ #: includes/widgets/htmega_slider_thumb_gallery.php:883
2532
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2533
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2534
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2535
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2536
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2537
+ #: includes/widgets/htmega_socialshere.php:259
2538
+ #: includes/widgets/htmega_socialshere.php:431
2539
+ #: includes/widgets/htmega_socialshere.php:600
2540
+ #: includes/widgets/htmega_special_day_banner.php:679
2541
+ #: includes/widgets/htmega_special_day_banner.php:758
2542
+ #: includes/widgets/htmega_switcher.php:308
2543
+ #: includes/widgets/htmega_switcher.php:451
2544
+ #: includes/widgets/htmega_switcher.php:526
2545
+ #: includes/widgets/htmega_switcher.php:621
2546
+ #: includes/widgets/htmega_tabs.php:325 includes/widgets/htmega_tabs.php:602
2547
+ #: includes/widgets/htmega_tabs.php:654 includes/widgets/htmega_tabs.php:740
2548
+ #: includes/widgets/htmega_tabs.php:835 includes/widgets/htmega_tabs.php:900
2549
+ #: includes/widgets/htmega_teammember.php:371
2550
+ #: includes/widgets/htmega_teammember.php:569
2551
+ #: includes/widgets/htmega_teammember.php:1028
2552
+ #: includes/widgets/htmega_testimonial_grid.php:315
2553
+ #: includes/widgets/htmega_testimonial_grid.php:405
2554
+ #: includes/widgets/htmega_testimonial_grid.php:629
2555
+ #: includes/widgets/htmega_toggle.php:329
2556
+ #: includes/widgets/htmega_tooltip.php:390
2557
+ #: includes/widgets/htmega_tooltip.php:534
2558
+ #: includes/widgets/htmega_twitter_feed.php:605
2559
+ #: includes/widgets/htmega_twitter_feed.php:777
2560
+ #: includes/widgets/htmega_twitter_feed.php:1135
2561
+ #: includes/widgets/htmega_twitter_feed.php:1272
2562
+ #: includes/widgets/htmega_twitter_feed.php:1332
2563
+ #: includes/widgets/htmega_twitter_feed.php:1461
2564
+ #: includes/widgets/htmega_user_login_form.php:598
2565
+ #: includes/widgets/htmega_user_login_form.php:937
2566
+ #: includes/widgets/htmega_user_login_form.php:1210
2567
+ #: includes/widgets/htmega_user_login_form.php:1262
2568
+ #: includes/widgets/htmega_user_login_form.php:1394
2569
+ #: includes/widgets/htmega_user_login_form.php:1446
2570
+ #: includes/widgets/htmega_user_login_form.php:1536
2571
+ #: includes/widgets/htmega_verticle_time_line.php:235
2572
+ #: includes/widgets/htmega_verticle_time_line.php:374
2573
+ #: includes/widgets/htmega_videoplayer.php:271
2574
+ #: includes/widgets/htmega_videoplayer.php:443
2575
+ #: includes/widgets/htmega_videoplayer.php:471
2576
+ #: includes/widgets/htmega_wc_categories.php:202
2577
+ #: includes/widgets/htmega_wc_categories.php:264
2578
+ #: includes/widgets/htmega_wc_categories.php:364
2579
+ #: includes/widgets/htmega_wc_categories.php:496
2580
+ #: includes/widgets/htmega_wc_categories.php:524
2581
+ #: includes/widgets/htmega_wc_element_pages.php:175
2582
+ #: includes/widgets/htmega_wc_element_pages.php:245
2583
+ #: includes/widgets/htmega_wc_element_pages.php:344
2584
+ #: includes/widgets/htmega_wc_element_pages.php:435
2585
+ #: includes/widgets/htmega_wc_element_pages.php:509
2586
+ #: includes/widgets/htmega_wc_element_pages.php:633
2587
+ #: includes/widgets/htmega_wc_element_pages.php:826
2588
+ #: includes/widgets/htmega_wc_element_pages.php:987
2589
+ #: includes/widgets/htmega_wc_element_pages.php:1075
2590
+ #: includes/widgets/htmega_wc_element_pages.php:1129
2591
+ #: includes/widgets/htmega_wc_element_pages.php:1492
2592
+ #: includes/widgets/htmega_wc_element_pages.php:1565
2593
+ #: includes/widgets/htmega_wc_element_pages.php:1667
2594
+ #: includes/widgets/htmega_wc_element_pages.php:1779
2595
+ #: includes/widgets/htmega_wc_element_pages.php:1831
2596
+ #: includes/widgets/htmega_working_process.php:440
2597
+ #: includes/widgets/htmega_working_process.php:698
2598
+ #: includes/widgets/htmega_working_process.php:777
2599
+ #: includes/widgets/htmega_working_process.php:877
2600
+ #: includes/widgets/htmega_working_process.php:992
2601
+ #: includes/widgets/htmega_wpforms.php:166
2602
+ #: includes/widgets/htmega_wpforms.php:268
2603
+ #: includes/widgets/htmega_wpforms.php:376
2604
+ #: includes/widgets/htmega_wpforms.php:591
2605
+ #: includes/widgets/htmega_wpforms.php:674
2606
+ #: includes/widgets/htmega_wpforms.php:811
2607
+ #: includes/widgets/htmega_wpforms.php:892
2608
+ #: includes/widgets/htmega_wpforms.php:1038
2609
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:192
2610
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:264
2611
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:317
2612
+ #: extensions/ht-builder/widgets/bl_page_title.php:96
2613
+ #: extensions/ht-builder/widgets/bl_post_archive.php:286
2614
+ #: extensions/ht-builder/widgets/bl_post_archive.php:750
2615
+ #: extensions/ht-builder/widgets/bl_post_archive.php:816
2616
+ #: extensions/ht-builder/widgets/bl_post_archive.php:886
2617
+ #: extensions/ht-builder/widgets/bl_post_archive.php:941
2618
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2619
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2620
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:156
2621
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:241
2622
+ #: extensions/ht-builder/widgets/bl_site_logo.php:117
2623
+ #: extensions/ht-builder/widgets/bl_site_title.php:98
2624
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2625
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2626
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2627
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2628
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2629
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2630
+ msgid "Border Radius"
2631
+ msgstr ""
2632
+
2633
+ #: includes/widgets/htmega_progress_bar.php:385
2634
+ msgid "Border Radius aaa"
2635
+ msgstr ""
2636
+
2637
+ #: includes/widgets/htmega_newsticker.php:820
2638
+ #: includes/widgets/htmega_panel_slider.php:881
2639
+ msgid "Border Radius Next Button"
2640
+ msgstr ""
2641
+
2642
+ #: includes/widgets/htmega_add_banner.php:231
2643
+ #: includes/widgets/htmega_service.php:802
2644
+ msgid "Border Style"
2645
+ msgstr ""
2646
+
2647
+ #: includes/widgets/htmega_counter.php:784
2648
+ #: includes/widgets/htmega_section_title.php:725
2649
+ #: includes/widgets/htmega_section_title.php:887
2650
+ #: includes/widgets/htmega_working_process.php:249
2651
+ msgid "Border Width"
2652
+ msgstr ""
2653
+
2654
+ #: includes/widgets/htmega_pricing_list_view.php:586
2655
+ msgid "Both"
2656
+ msgstr ""
2657
+
2658
+ #: includes/widgets/htmega_add_banner.php:64
2659
+ #: includes/widgets/htmega_button.php:121
2660
+ #: includes/widgets/htmega_imagemarker.php:215
2661
+ #: includes/widgets/htmega_image_comparison.php:187
2662
+ #: includes/widgets/htmega_offcanvas.php:106
2663
+ #: includes/widgets/htmega_popover.php:196
2664
+ #: includes/widgets/htmega_pricing_list_view.php:516
2665
+ #: includes/widgets/htmega_pricing_list_view.php:1171
2666
+ #: includes/widgets/htmega_pricing_list_view.php:1201
2667
+ #: includes/widgets/htmega_section_title.php:165
2668
+ #: includes/widgets/htmega_section_title.php:240
2669
+ #: includes/widgets/htmega_singlepost.php:62
2670
+ #: includes/widgets/htmega_slider_thumb_gallery.php:54
2671
+ #: includes/widgets/htmega_special_day_banner.php:48
2672
+ #: includes/widgets/htmega_teammember.php:108
2673
+ #: includes/widgets/htmega_tooltip.php:184
2674
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2675
+ msgid "Bottom"
2676
+ msgstr ""
2677
+
2678
+ #: includes/widgets/htmega_notify.php:117
2679
+ msgid "Bottom Center"
2680
+ msgstr ""
2681
+
2682
+ #: includes/widgets/htmega_notify.php:120
2683
+ msgid "Bottom Fullwidth"
2684
+ msgstr ""
2685
+
2686
+ #: includes/widgets/htmega_notify.php:116
2687
+ #: extensions/wc-sales-notification/admin/setting.php:82
2688
+ msgid "Bottom Left"
2689
+ msgstr ""
2690
+
2691
+ #: includes/widgets/htmega_notify.php:118
2692
+ msgid "Bottom Right"
2693
+ msgstr ""
2694
+
2695
+ #: includes/widgets/htmega_notify.php:166
2696
+ #: includes/widgets/htmega_notify.php:201
2697
+ msgid "bounceIn"
2698
+ msgstr ""
2699
+
2700
+ #: includes/widgets/htmega_notify.php:167
2701
+ #: includes/widgets/htmega_notify.php:202
2702
+ msgid "bounceInDown"
2703
+ msgstr ""
2704
+
2705
+ #: includes/widgets/htmega_notify.php:168
2706
+ #: includes/widgets/htmega_notify.php:203
2707
+ msgid "bounceInLeft"
2708
+ msgstr ""
2709
+
2710
+ #: includes/widgets/htmega_notify.php:169
2711
+ #: includes/widgets/htmega_notify.php:204
2712
+ msgid "bounceInRight"
2713
+ msgstr ""
2714
+
2715
+ #: includes/widgets/htmega_notify.php:170
2716
+ #: includes/widgets/htmega_notify.php:205
2717
+ msgid "bounceInUp"
2718
+ msgstr ""
2719
+
2720
+ #: includes/widgets/htmega_notify.php:148
2721
+ #: includes/widgets/htmega_notify.php:183
2722
+ msgid "bounceOut"
2723
+ msgstr ""
2724
+
2725
+ #: includes/widgets/htmega_notify.php:149
2726
+ #: includes/widgets/htmega_notify.php:184
2727
+ msgid "bounceOutDown"
2728
+ msgstr ""
2729
+
2730
+ #: includes/widgets/htmega_notify.php:150
2731
+ #: includes/widgets/htmega_notify.php:185
2732
+ msgid "bounceOutLeft"
2733
+ msgstr ""
2734
+
2735
+ #: includes/widgets/htmega_notify.php:151
2736
+ #: includes/widgets/htmega_notify.php:186
2737
+ msgid "bounceOutRight"
2738
+ msgstr ""
2739
+
2740
+ #: includes/widgets/htmega_notify.php:152
2741
+ #: includes/widgets/htmega_notify.php:187
2742
+ msgid "bounceOutUp"
2743
+ msgstr ""
2744
+
2745
+ #: includes/widgets/htmega_counter.php:350
2746
+ msgid "Box Width"
2747
+ msgstr ""
2748
+
2749
+ #: includes/widgets/htmega_verticle_time_line.php:473
2750
+ msgid "Box Background"
2751
+ msgstr ""
2752
+
2753
+ #: includes/widgets/htmega_verticle_time_line.php:391
2754
+ msgid "Box Border"
2755
+ msgstr ""
2756
+
2757
+ #: includes/widgets/htmega_counter.php:380
2758
+ msgid "Box Height"
2759
+ msgstr ""
2760
+
2761
+ #: includes/widgets/htmega_newsticker.php:661
2762
+ msgid "Box Height and Width"
2763
+ msgstr ""
2764
+
2765
+ #: includes/widgets/htmega_carousel.php:421
2766
+ msgid "Box Option"
2767
+ msgstr ""
2768
+
2769
+ #: includes/widgets/htmega_accordion.php:633
2770
+ #: includes/widgets/htmega_accordion.php:717
2771
+ #: includes/widgets/htmega_accordion.php:887
2772
+ #: includes/widgets/htmega_accordion.php:987
2773
+ #: includes/widgets/htmega_accordion.php:1171
2774
+ #: includes/widgets/htmega_accordion.php:1282
2775
+ #: includes/widgets/htmega_accordion.php:1419
2776
+ #: includes/widgets/htmega_animated_heading.php:214
2777
+ #: includes/widgets/htmega_animated_heading.php:345
2778
+ #: includes/widgets/htmega_animated_heading.php:433
2779
+ #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2780
+ #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2781
+ #: includes/widgets/htmega_buddy_press.php:215
2782
+ #: includes/widgets/htmega_business_hours.php:289
2783
+ #: includes/widgets/htmega_business_hours.php:365
2784
+ #: includes/widgets/htmega_business_hours.php:493
2785
+ #: includes/widgets/htmega_button.php:295
2786
+ #: includes/widgets/htmega_button.php:410
2787
+ #: includes/widgets/htmega_button.php:599
2788
+ #: includes/widgets/htmega_caldera_form.php:336
2789
+ #: includes/widgets/htmega_caldera_form.php:423
2790
+ #: includes/widgets/htmega_call_to_action.php:392
2791
+ #: includes/widgets/htmega_call_to_action.php:469
2792
+ #: includes/widgets/htmega_call_to_action.php:777
2793
+ #: includes/widgets/htmega_call_to_action.php:868
2794
+ #: includes/widgets/htmega_call_to_action.php:983
2795
+ #: includes/widgets/htmega_call_to_action.php:1074
2796
+ #: includes/widgets/htmega_contact_form_seven.php:356
2797
+ #: includes/widgets/htmega_contact_form_seven.php:443
2798
+ #: includes/widgets/htmega_contact_form_seven.php:583
2799
+ #: includes/widgets/htmega_contact_form_seven.php:642
2800
+ #: includes/widgets/htmega_contact_form_seven.php:905
2801
+ #: includes/widgets/htmega_countdown.php:526
2802
+ #: includes/widgets/htmega_counter.php:275
2803
+ #: includes/widgets/htmega_data_table.php:261
2804
+ #: includes/widgets/htmega_data_table.php:624
2805
+ #: includes/widgets/htmega_double_button.php:289
2806
+ #: includes/widgets/htmega_double_button.php:535
2807
+ #: includes/widgets/htmega_double_button.php:622
2808
+ #: includes/widgets/htmega_double_button.php:708
2809
+ #: includes/widgets/htmega_double_button.php:794
2810
+ #: includes/widgets/htmega_double_button.php:891
2811
+ #: includes/widgets/htmega_gallery_justify.php:106
2812
+ #: includes/widgets/htmega_gravity_forms.php:532
2813
+ #: includes/widgets/htmega_gravity_forms.php:617
2814
+ #: includes/widgets/htmega_gravity_forms.php:764
2815
+ #: includes/widgets/htmega_image_grid.php:252
2816
+ #: includes/widgets/htmega_image_grid.php:500
2817
+ #: includes/widgets/htmega_image_grid.php:572
2818
+ #: includes/widgets/htmega_image_magnifier.php:133
2819
+ #: includes/widgets/htmega_image_masonry.php:243
2820
+ #: includes/widgets/htmega_image_masonry.php:487
2821
+ #: includes/widgets/htmega_image_masonry.php:568
2822
+ #: includes/widgets/htmega_inlinemenu.php:223
2823
+ #: includes/widgets/htmega_lightbox.php:285
2824
+ #: includes/widgets/htmega_lightbox.php:473
2825
+ #: includes/widgets/htmega_mailchimp_wp.php:442
2826
+ #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2827
+ #: includes/widgets/htmega_ninja_form.php:600
2828
+ #: includes/widgets/htmega_ninja_form.php:682
2829
+ #: includes/widgets/htmega_ninja_form.php:843
2830
+ #: includes/widgets/htmega_ninja_form.php:900
2831
+ #: includes/widgets/htmega_ninja_form.php:1023
2832
+ #: includes/widgets/htmega_notify.php:381
2833
+ #: includes/widgets/htmega_panel_slider.php:589
2834
+ #: includes/widgets/htmega_panel_slider.php:893
2835
+ #: includes/widgets/htmega_panel_slider.php:1071
2836
+ #: includes/widgets/htmega_popover.php:552
2837
+ #: includes/widgets/htmega_progress_bar.php:520
2838
+ #: includes/widgets/htmega_progress_bar.php:728
2839
+ #: includes/widgets/htmega_progress_bar.php:820
2840
+ #: includes/widgets/htmega_quforms.php:461
2841
+ #: includes/widgets/htmega_quforms.php:518
2842
+ #: includes/widgets/htmega_quforms.php:678
2843
+ #: includes/widgets/htmega_quforms.php:736
2844
+ #: includes/widgets/htmega_quforms.php:907
2845
+ #: includes/widgets/htmega_quforms.php:956
2846
+ #: includes/widgets/htmega_scroll_image.php:230
2847
+ #: includes/widgets/htmega_section_title.php:972
2848
+ #: includes/widgets/htmega_socialshere.php:456
2849
+ #: includes/widgets/htmega_teammember.php:399
2850
+ #: includes/widgets/htmega_teammember.php:1039
2851
+ #: includes/widgets/htmega_testimonial_grid.php:326
2852
+ #: includes/widgets/htmega_testimonial_grid.php:375
2853
+ #: includes/widgets/htmega_testimonial_grid.php:669
2854
+ #: includes/widgets/htmega_twitter_feed.php:562
2855
+ #: includes/widgets/htmega_user_login_form.php:634
2856
+ #: includes/widgets/htmega_verticle_time_line.php:262
2857
+ #: includes/widgets/htmega_videoplayer.php:284
2858
+ #: includes/widgets/htmega_wc_categories.php:227
2859
+ #: includes/widgets/htmega_wc_element_pages.php:608
2860
+ #: includes/widgets/htmega_wc_element_pages.php:874
2861
+ #: includes/widgets/htmega_wc_element_pages.php:1430
2862
+ #: includes/widgets/htmega_weather.php:307
2863
+ #: includes/widgets/htmega_working_process.php:812
2864
+ #: includes/widgets/htmega_working_process.php:1053
2865
+ #: includes/widgets/htmega_wpforms.php:603
2866
+ #: includes/widgets/htmega_wpforms.php:686
2867
+ #: includes/widgets/htmega_wpforms.php:822
2868
+ #: includes/widgets/htmega_wpforms.php:903
2869
+ #: includes/widgets/htmega_wpforms.php:1050
2870
+ #: includes/widgets/htmega_wpforms.php:1122
2871
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:205
2872
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:362
2873
+ msgid "Box Shadow"
2874
+ msgstr ""
2875
+
2876
+ #: includes/widgets/htmega_double_button.php:821
2877
+ msgid "Box Size"
2878
+ msgstr ""
2879
+
2880
+ #: includes/widgets/htmega_add_banner.php:146
2881
+ #: includes/widgets/htmega_call_to_action.php:318
2882
+ #: includes/widgets/htmega_counter.php:194
2883
+ #: includes/widgets/htmega_image_comparison.php:93
2884
+ #: includes/widgets/htmega_image_grid.php:194
2885
+ #: includes/widgets/htmega_image_masonry.php:175
2886
+ #: includes/widgets/htmega_lightbox.php:184
2887
+ #: includes/widgets/htmega_service.php:165
2888
+ #: includes/widgets/htmega_working_process.php:191
2889
+ msgid "Box Style"
2890
+ msgstr ""
2891
+
2892
+ #: includes/widgets/htmega_verticle_time_line.php:432
2893
+ msgid "Box Style Reverse"
2894
+ msgstr ""
2895
+
2896
+ #: includes/widgets/htmega_post_slider.php:805
2897
+ msgid "Box Width"
2898
+ msgstr ""
2899
+
2900
+ #: includes/widgets/htmega_brand.php:157
2901
+ msgid "Brand Logo"
2902
+ msgstr ""
2903
+
2904
+ #: admin/include/admin-setting.php:159 includes/widgets/htmega_brand.php:13
2905
+ #: includes/widgets/htmega_brand.php:35
2906
+ msgid "Brands"
2907
+ msgstr ""
2908
+
2909
+ #: admin/include/admin-setting.php:694
2910
+ msgid "Breadcrumbs <span>( Pro )</span>"
2911
+ msgstr ""
2912
+
2913
+ #: includes/widgets/htmega_newsticker.php:76
2914
+ msgid "Breaking News"
2915
+ msgstr ""
2916
+
2917
+ #: admin/include/admin-setting.php:1114
2918
+ #: includes/widgets/htmega_buddy_press.php:13
2919
+ #: includes/widgets/htmega_buddy_press.php:41
2920
+ msgid "BuddyPress"
2921
+ msgstr ""
2922
+
2923
+ #: includes/widgets/htmega_socialshere.php:81
2924
+ msgid "Buffer"
2925
+ msgstr ""
2926
+
2927
+ #: includes/widgets/htmega_business_hours.php:60
2928
+ msgid "Business Hour Title"
2929
+ msgstr ""
2930
+
2931
+ #: admin/include/admin-setting.php:167
2932
+ #: includes/widgets/htmega_business_hours.php:14
2933
+ #: includes/widgets/htmega_business_hours.php:36
2934
+ msgid "Business Hours"
2935
+ msgstr ""
2936
+
2937
+ #: includes/widgets/htmega_business_hours.php:71
2938
+ msgid "Business Hours​"
2939
+ msgstr ""
2940
+
2941
+ #: admin/include/admin-setting.php:175
2942
+ #: includes/widgets/htmega_add_banner.php:607
2943
+ #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:39
2944
+ #: includes/widgets/htmega_contact_form_seven.php:767
2945
+ #: includes/widgets/htmega_custom_event.php:378
2946
+ #: includes/widgets/htmega_double_button.php:101
2947
+ #: includes/widgets/htmega_double_button.php:188
2948
+ #: includes/widgets/htmega_double_button.php:314
2949
+ #: includes/widgets/htmega_download_monitor.php:110
2950
+ #: includes/widgets/htmega_easy_digital_download.php:528
2951
+ #: includes/widgets/htmega_errorcontent.php:126
2952
+ #: includes/widgets/htmega_gravity_forms.php:630
2953
+ #: includes/widgets/htmega_lightbox.php:118
2954
+ #: includes/widgets/htmega_mailchimp_wp.php:290
2955
+ #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2956
+ #: includes/widgets/htmega_ninja_form.php:913
2957
+ #: includes/widgets/htmega_notify.php:51 includes/widgets/htmega_notify.php:311
2958
+ #: includes/widgets/htmega_offcanvas.php:176
2959
+ #: includes/widgets/htmega_offcanvas.php:404
2960
+ #: includes/widgets/htmega_popover.php:321
2961
+ #: includes/widgets/htmega_pricing_list_view.php:590
2962
+ #: includes/widgets/htmega_quforms.php:749
2963
+ #: includes/widgets/htmega_service.php:1010
2964
+ #: includes/widgets/htmega_special_day_banner.php:630
2965
+ #: includes/widgets/htmega_toggle.php:184
2966
+ #: includes/widgets/htmega_tooltip.php:297
2967
+ #: includes/widgets/htmega_videoplayer.php:325
2968
+ #: includes/widgets/htmega_wc_element_pages.php:1509
2969
+ #: includes/widgets/htmega_wpforms.php:916
2970
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:183
2971
+ msgid "Button"
2972
+ msgstr ""
2973
+
2974
+ #: includes/widgets/htmega_double_button.php:268
2975
+ msgid "Button Area"
2976
+ msgstr ""
2977
+
2978
+ #: includes/widgets/htmega_pricing_list_view.php:870
2979
+ msgid "Button Background"
2980
+ msgstr ""
2981
+
2982
+ #: includes/widgets/htmega_tooltip.php:229
2983
+ msgid "Button Box Style"
2984
+ msgstr ""
2985
+
2986
+ #: includes/widgets/htmega_double_button.php:380
2987
+ msgid "Button Height"
2988
+ msgstr ""
2989
+
2990
+ #: includes/widgets/htmega_pricing_list_view.php:882
2991
+ msgid "Button Hover Background"
2992
+ msgstr ""
2993
+
2994
+ #: includes/widgets/htmega_button.php:418
2995
+ msgid "Button Hover Effect"
2996
+ msgstr ""
2997
+
2998
+ #: includes/widgets/htmega_button.php:481
2999
+ msgid "Button Hover Shadow"
3000
+ msgstr ""
3001
+
3002
+ #: includes/widgets/htmega_instagram.php:1367
3003
+ #: includes/widgets/htmega_offcanvas.php:191
3004
+ #: includes/widgets/htmega_videoplayer.php:111
3005
+ msgid "Button Icon"
3006
+ msgstr ""
3007
+
3008
+ #: includes/widgets/htmega_search.php:68
3009
+ msgid "Button Icon Type"
3010
+ msgstr ""
3011
+
3012
+ #: includes/widgets/htmega_errorcontent.php:152
3013
+ #: includes/widgets/htmega_errorcontent.php:200
3014
+ msgid "Button Icons"
3015
+ msgstr ""
3016
+
3017
+ #: includes/widgets/htmega_videoplayer.php:122
3018
+ msgid "Button Infinity Animation"
3019
+ msgstr ""
3020
+
3021
+ #: includes/widgets/htmega_socialshere.php:614
3022
+ msgid "Button Line Height"
3023
+ msgstr ""
3024
+
3025
+ #: includes/widgets/htmega_call_to_action.php:239
3026
+ #: includes/widgets/htmega_errorcontent.php:164
3027
+ #: includes/widgets/htmega_errorcontent.php:212
3028
+ msgid "Button Link"
3029
+ msgstr ""
3030
+
3031
+ #: includes/widgets/htmega_double_button.php:93
3032
+ #: includes/widgets/htmega_double_button.php:464
3033
+ msgid "Button One"
3034
+ msgstr ""
3035
+
3036
+ #: includes/widgets/htmega_pricing_list_view.php:929
3037
+ msgid "Button Padding"
3038
+ msgstr ""
3039
+
3040
+ #: includes/widgets/htmega_button.php:89
3041
+ #: includes/widgets/htmega_double_button.php:42
3042
+ msgid "Button Size"
3043
+ msgstr ""
3044
+
3045
+ #: includes/widgets/htmega_button.php:46 includes/widgets/htmega_button.php:190
3046
+ #: includes/widgets/htmega_countdown.php:1015
3047
+ #: includes/widgets/htmega_download_monitor.php:136
3048
+ #: includes/widgets/htmega_wc_element_pages.php:923
3049
+ msgid "Button Style"
3050
+ msgstr ""
3051
+
3052
+ #: includes/widgets/htmega_add_banner.php:134
3053
+ #: includes/widgets/htmega_add_banner.php:136
3054
+ #: includes/widgets/htmega_call_to_action.php:138
3055
+ #: includes/widgets/htmega_call_to_action.php:232
3056
+ #: includes/widgets/htmega_errorcontent.php:142
3057
+ #: includes/widgets/htmega_errorcontent.php:191
3058
+ #: includes/widgets/htmega_notify.php:58
3059
+ #: includes/widgets/htmega_offcanvas.php:182
3060
+ #: includes/widgets/htmega_popover.php:72
3061
+ #: includes/widgets/htmega_special_day_banner.php:138
3062
+ #: includes/widgets/htmega_special_day_banner.php:140
3063
+ #: includes/widgets/htmega_user_login_form.php:358
3064
+ #: includes/widgets/htmega_videoplayer.php:70
3065
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:103
3066
+ msgid "Button Text"
3067
+ msgstr ""
3068
+
3069
+ #: includes/widgets/htmega_double_button.php:180
3070
+ #: includes/widgets/htmega_double_button.php:637
3071
+ msgid "Button Two"
3072
+ msgstr ""
3073
+
3074
+ #: includes/widgets/htmega_popover.php:48
3075
+ #: includes/widgets/htmega_tooltip.php:48
3076
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:54
3077
+ msgid "Button Type"
3078
+ msgstr ""
3079
+
3080
+ #: includes/widgets/htmega_double_button.php:347
3081
+ msgid "Button Width"
3082
+ msgstr ""
3083
+
3084
+ #: includes/class.assests.php:386 admin/include/admin-setting.php:1464
3085
+ #: admin/include/template-library.php:301
3086
+ #: admin/include/template-library.php:353
3087
+ #: includes/recommended-plugins/class.recommended-plugins.php:122
3088
+ #: includes/recommended-plugins/class.recommended-plugins.php:284
3089
+ msgid "Buy Now"
3090
+ msgstr ""
3091
+
3092
+ #: includes/recommended-plugins/class.recommended-plugins.php:270
3093
+ msgid "By "
3094
+ msgstr ""
3095
+
3096
+ #: includes/widgets/htmega_easy_digital_download.php:145
3097
+ #: includes/widgets/htmega_wc_categories.php:82
3098
+ msgid "By Parent"
3099
+ msgstr ""
3100
+
3101
+ #: includes/widgets/htmega_weather.php:57
3102
+ msgid "C"
3103
+ msgstr ""
3104
+
3105
+ #: includes/widgets/htmega_instagram.php:108
3106
+ msgid "Cache Time Duration"
3107
+ msgstr ""
3108
+
3109
+ #: admin/include/admin-setting.php:1124
3110
+ #: includes/widgets/htmega_caldera_form.php:13
3111
+ #: includes/widgets/htmega_caldera_form.php:41
3112
+ msgid "Caldera Form"
3113
+ msgstr ""
3114
+
3115
+ #: includes/widgets/htmega_booked_calender.php:874
3116
+ msgid "Calendar"
3117
+ msgstr ""
3118
+
3119
+ #: includes/widgets/htmega_booked_calender.php:896
3120
+ msgid "Calendar Icon Background"
3121
+ msgstr ""
3122
+
3123
+ #: includes/widgets/htmega_booked_calender.php:885
3124
+ msgid "Calendar Icon Color"
3125
+ msgstr ""
3126
+
3127
+ #: includes/widgets/htmega_booked_calender.php:938
3128
+ msgid "Calendar Icon Padding"
3129
+ msgstr ""
3130
+
3131
+ #: includes/widgets/htmega_booked_calender.php:918
3132
+ msgid "Calendar Icon Radius"
3133
+ msgstr ""
3134
+
3135
+ #: includes/widgets/htmega_booked_calender.php:162
3136
+ msgid "Calendar Size"
3137
+ msgstr ""
3138
+
3139
+ #: admin/include/admin-setting.php:183
3140
+ #: includes/widgets/htmega_call_to_action.php:13
3141
+ #: includes/widgets/htmega_call_to_action.php:32
3142
+ msgid "Call To Action"
3143
+ msgstr ""
3144
+
3145
+ #: includes/widgets/htmega_instagram.php:858
3146
+ msgid "Caption"
3147
+ msgstr ""
3148
+
3149
+ #: includes/widgets/htmega_testimonial_grid.php:168
3150
+ #: includes/widgets/htmega_testimonial_grid.php:226
3151
+ msgid "Carolina Monntoya"
3152
+ msgstr ""
3153
+
3154
+ #: admin/include/admin-setting.php:191 includes/widgets/htmega_carousel.php:13
3155
+ #: includes/widgets/htmega_carousel.php:43
3156
+ msgid "Carousel"
3157
+ msgstr ""
3158
+
3159
+ #: includes/widgets/htmega_wc_element_pages.php:58
3160
+ msgid "Cart Page"
3161
+ msgstr ""
3162
+
3163
+ #: includes/widgets/htmega_easy_digital_download.php:159
3164
+ #: includes/widgets/htmega_newsticker.php:204
3165
+ #: includes/widgets/htmega_newsticker.php:218
3166
+ #: includes/widgets/htmega_postgrid.php:79
3167
+ #: includes/widgets/htmega_postgrid.php:93
3168
+ #: includes/widgets/htmega_post_grid_tab.php:86
3169
+ #: includes/widgets/htmega_post_grid_tab.php:100
3170
+ #: includes/widgets/htmega_post_slider.php:90
3171
+ #: includes/widgets/htmega_post_slider.php:104
3172
+ #: includes/widgets/htmega_wc_categories.php:34
3173
+ #: includes/widgets/htmega_wc_categories.php:96
3174
+ msgid "Categories"
3175
+ msgstr ""
3176
+
3177
+ #: includes/widgets/htmega_postgrid.php:189
3178
+ #: includes/widgets/htmega_postgrid.php:658
3179
+ #: includes/widgets/htmega_post_grid_tab.php:213
3180
+ #: includes/widgets/htmega_post_grid_tab.php:610
3181
+ #: includes/widgets/htmega_post_slider.php:245
3182
+ #: includes/widgets/htmega_post_slider.php:1045
3183
+ #: includes/widgets/htmega_singlepost.php:109
3184
+ #: includes/widgets/htmega_singlepost.php:238
3185
+ #: extensions/ht-builder/widgets/bl_post_archive.php:539
3186
+ msgid "Category"
3187
+ msgstr ""
3188
+
3189
+ #: includes/widgets/htmega_wc_categories.php:165
3190
+ msgid "Category Area"
3191
+ msgstr ""
3192
+
3193
+ #: admin/include/admin-setting.php:652
3194
+ msgid "Category List <span>( Pro )</span>"
3195
+ msgstr ""
3196
+
3197
+ #: includes/widgets/htmega_data_table.php:338
3198
+ #: includes/widgets/htmega_pricing_list_view.php:600
3199
+ msgid "Cell Content"
3200
+ msgstr ""
3201
+
3202
+ #: includes/widgets/htmega_data_table.php:351
3203
+ msgid "Cell Icon"
3204
+ msgstr ""
3205
+
3206
+ #: includes/widgets/htmega_data_table.php:408
3207
+ msgid "Cell Image"
3208
+ msgstr ""
3209
+
3210
+ #: includes/widgets/htmega_pricing_list_view.php:617
3211
+ msgid "Cell Label"
3212
+ msgstr ""
3213
+
3214
+ #: includes/widgets/htmega_data_table.php:481
3215
+ msgid "Cell Styles"
3216
+ msgstr ""
3217
+
3218
+ #: includes/widgets/htmega_accordion.php:571
3219
+ #: includes/widgets/htmega_accordion.php:762
3220
+ #: includes/widgets/htmega_accordion.php:920
3221
+ #: includes/widgets/htmega_accordion.php:1318
3222
+ #: includes/widgets/htmega_accordion.php:1436
3223
+ #: includes/widgets/htmega_add_banner.php:63
3224
+ #: includes/widgets/htmega_add_banner.php:372
3225
+ #: includes/widgets/htmega_blockquote.php:187
3226
+ #: includes/widgets/htmega_buddy_press.php:258
3227
+ #: includes/widgets/htmega_business_hours.php:395
3228
+ #: includes/widgets/htmega_button.php:165
3229
+ #: includes/widgets/htmega_caldera_form.php:76
3230
+ #: includes/widgets/htmega_caldera_form.php:351
3231
+ #: includes/widgets/htmega_call_to_action.php:334
3232
+ #: includes/widgets/htmega_carousel.php:842
3233
+ #: includes/widgets/htmega_contact_form_seven.php:121
3234
+ #: includes/widgets/htmega_countdown.php:615
3235
+ #: includes/widgets/htmega_countdown.php:647
3236
+ #: includes/widgets/htmega_counter.php:292
3237
+ #: includes/widgets/htmega_counter.php:325
3238
+ #: includes/widgets/htmega_counter.php:431
3239
+ #: includes/widgets/htmega_counter.php:557
3240
+ #: includes/widgets/htmega_data_table.php:714
3241
+ #: includes/widgets/htmega_data_table.php:833
3242
+ #: includes/widgets/htmega_double_button.php:329
3243
+ #: includes/widgets/htmega_dropcaps.php:88
3244
+ #: includes/widgets/htmega_easy_digital_download.php:330
3245
+ #: includes/widgets/htmega_easy_digital_download.php:698
3246
+ #: includes/widgets/htmega_errorcontent.php:253
3247
+ #: includes/widgets/htmega_gravity_forms.php:153
3248
+ #: includes/widgets/htmega_gravity_forms.php:209
3249
+ #: includes/widgets/htmega_gravity_forms.php:243
3250
+ #: includes/widgets/htmega_gravity_forms.php:548
3251
+ #: includes/widgets/htmega_gravity_forms.php:779
3252
+ #: includes/widgets/htmega_imagemarker.php:714
3253
+ #: includes/widgets/htmega_image_comparison.php:186
3254
+ #: includes/widgets/htmega_image_grid.php:295
3255
+ #: includes/widgets/htmega_image_grid.php:392
3256
+ #: includes/widgets/htmega_image_masonry.php:271
3257
+ #: includes/widgets/htmega_image_masonry.php:368
3258
+ #: includes/widgets/htmega_inlinemenu.php:125
3259
+ #: includes/widgets/htmega_instagram.php:1488
3260
+ #: includes/widgets/htmega_lightbox.php:200
3261
+ #: includes/widgets/htmega_lightbox.php:313
3262
+ #: includes/widgets/htmega_mailchimp_wp.php:133
3263
+ #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3264
+ #: includes/widgets/htmega_newsticker.php:464
3265
+ #: includes/widgets/htmega_ninja_form.php:192
3266
+ #: includes/widgets/htmega_ninja_form.php:294
3267
+ #: includes/widgets/htmega_ninja_form.php:328
3268
+ #: includes/widgets/htmega_ninja_form.php:615
3269
+ #: includes/widgets/htmega_ninja_form.php:826
3270
+ #: includes/widgets/htmega_ninja_form.php:1038
3271
+ #: includes/widgets/htmega_notify.php:286
3272
+ #: includes/widgets/htmega_notify.php:566
3273
+ #: includes/widgets/htmega_notify.php:832
3274
+ #: includes/widgets/htmega_offcanvas.php:287
3275
+ #: includes/widgets/htmega_offcanvas.php:379
3276
+ #: includes/widgets/htmega_panel_slider.php:607
3277
+ #: includes/widgets/htmega_popover.php:269
3278
+ #: includes/widgets/htmega_popover.php:665
3279
+ #: includes/widgets/htmega_popover.php:769
3280
+ #: includes/widgets/htmega_postgrid.php:297
3281
+ #: includes/widgets/htmega_postgrid.php:521
3282
+ #: includes/widgets/htmega_postgrid.php:634
3283
+ #: includes/widgets/htmega_post_grid_tab.php:405
3284
+ #: includes/widgets/htmega_post_grid_tab.php:499
3285
+ #: includes/widgets/htmega_post_grid_tab.php:586
3286
+ #: includes/widgets/htmega_post_grid_tab.php:809
3287
+ #: includes/widgets/htmega_post_slider.php:840
3288
+ #: includes/widgets/htmega_post_slider.php:934
3289
+ #: includes/widgets/htmega_post_slider.php:1021
3290
+ #: includes/widgets/htmega_post_slider.php:1237
3291
+ #: includes/widgets/htmega_pricing_list_view.php:477
3292
+ #: includes/widgets/htmega_pricing_list_view.php:1132
3293
+ #: includes/widgets/htmega_quforms.php:94
3294
+ #: includes/widgets/htmega_quforms.php:214
3295
+ #: includes/widgets/htmega_quforms.php:335
3296
+ #: includes/widgets/htmega_quforms.php:555
3297
+ #: includes/widgets/htmega_quforms.php:773
3298
+ #: includes/widgets/htmega_search.php:160
3299
+ #: includes/widgets/htmega_section_title.php:161
3300
+ #: includes/widgets/htmega_section_title.php:419
3301
+ #: includes/widgets/htmega_service.php:245
3302
+ #: includes/widgets/htmega_service.php:429
3303
+ #: includes/widgets/htmega_service.php:534
3304
+ #: includes/widgets/htmega_service.php:723
3305
+ #: includes/widgets/htmega_service.php:985
3306
+ #: includes/widgets/htmega_singlepost.php:214
3307
+ #: includes/widgets/htmega_singlepost.php:310
3308
+ #: includes/widgets/htmega_singlepost.php:417
3309
+ #: includes/widgets/htmega_socialshere.php:378
3310
+ #: includes/widgets/htmega_special_day_banner.php:47
3311
+ #: includes/widgets/htmega_special_day_banner.php:269
3312
+ #: includes/widgets/htmega_tablepress.php:217
3313
+ #: includes/widgets/htmega_tablepress.php:374
3314
+ #: includes/widgets/htmega_tabs.php:517
3315
+ #: includes/widgets/htmega_teammember.php:620
3316
+ #: includes/widgets/htmega_teammember.php:749
3317
+ #: includes/widgets/htmega_teammember.php:839
3318
+ #: includes/widgets/htmega_teammember.php:930
3319
+ #: includes/widgets/htmega_teammember.php:997
3320
+ #: includes/widgets/htmega_testimonial_grid.php:557
3321
+ #: includes/widgets/htmega_toggle.php:200
3322
+ #: includes/widgets/htmega_tooltip.php:245
3323
+ #: includes/widgets/htmega_user_login_form.php:153
3324
+ #: includes/widgets/htmega_user_login_form.php:375
3325
+ #: includes/widgets/htmega_user_login_form.php:431
3326
+ #: includes/widgets/htmega_user_login_form.php:575
3327
+ #: includes/widgets/htmega_videoplayer.php:300
3328
+ #: includes/widgets/htmega_wc_categories.php:384
3329
+ #: includes/widgets/htmega_wpforms.php:184
3330
+ #: includes/widgets/htmega_wpforms.php:286
3331
+ #: includes/widgets/htmega_wpforms.php:321
3332
+ #: includes/widgets/htmega_wpforms.php:618
3333
+ #: includes/widgets/htmega_wpforms.php:837
3334
+ #: includes/widgets/htmega_wpforms.php:1065
3335
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3336
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:498
3337
+ #: extensions/ht-builder/widgets/bl_page_title.php:141
3338
+ #: extensions/ht-builder/widgets/bl_post_archive.php:306
3339
+ #: extensions/ht-builder/widgets/bl_post_archive.php:387
3340
+ #: extensions/ht-builder/widgets/bl_post_archive.php:494
3341
+ #: extensions/ht-builder/widgets/bl_post_archive.php:600
3342
+ #: extensions/ht-builder/widgets/bl_post_archive.php:680
3343
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3344
+ #: extensions/ht-builder/widgets/bl_post_content.php:76
3345
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3346
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3347
+ #: extensions/ht-builder/widgets/bl_post_title.php:106
3348
+ #: extensions/ht-builder/widgets/bl_site_logo.php:163
3349
+ #: extensions/ht-builder/widgets/bl_site_title.php:143
3350
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3351
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3352
+ msgid "Center"
3353
+ msgstr ""
3354
+
3355
+ #: includes/widgets/htmega_googlemap.php:100
3356
+ msgid "Center Address"
3357
+ msgstr ""
3358
+
3359
+ #: includes/widgets/htmega_blockquote.php:158
3360
+ msgid "Center Bottom"
3361
+ msgstr ""
3362
+
3363
+ #: includes/widgets/htmega_blockquote.php:157
3364
+ msgid "Center Center"
3365
+ msgstr ""
3366
+
3367
+ #: includes/widgets/htmega_carousel.php:225
3368
+ #: includes/widgets/htmega_instagram.php:420
3369
+ #: includes/widgets/htmega_panel_slider.php:325
3370
+ #: includes/widgets/htmega_post_slider.php:405
3371
+ #: includes/widgets/htmega_slider_thumb_gallery.php:222
3372
+ #: includes/widgets/htmega_twitter_feed.php:347
3373
+ msgid "Center Mode"
3374
+ msgstr ""
3375
+
3376
+ #: includes/widgets/htmega_carousel.php:238
3377
+ #: includes/widgets/htmega_instagram.php:433
3378
+ #: includes/widgets/htmega_panel_slider.php:338
3379
+ #: includes/widgets/htmega_post_slider.php:418
3380
+ #: includes/widgets/htmega_slider_thumb_gallery.php:233
3381
+ #: includes/widgets/htmega_twitter_feed.php:360
3382
+ msgid "Center padding"
3383
+ msgstr ""
3384
+
3385
+ #: includes/widgets/htmega_blockquote.php:156
3386
+ msgid "Center Top"
3387
+ msgstr ""
3388
+
3389
+ #: includes/widgets/htmega_user_login_form.php:1030
3390
+ msgid "Checkbox Icon Color"
3391
+ msgstr ""
3392
+
3393
+ #: includes/widgets/htmega_wc_element_pages.php:371
3394
+ msgid "Checkout Button"
3395
+ msgstr ""
3396
+
3397
+ #: includes/widgets/htmega_wc_element_pages.php:60
3398
+ msgid "Checkout Page"
3399
+ msgstr ""
3400
+
3401
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:515
3402
+ msgid "Choose"
3403
+ msgstr ""
3404
+
3405
+ #: includes/widgets/htmega_countdown.php:703
3406
+ msgid "Choose Area Seperator Image"
3407
+ msgstr ""
3408
+
3409
+ #: admin/include/class.settings-api.php:398
3410
+ msgid "Choose File"
3411
+ msgstr ""
3412
+
3413
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:310
3414
+ msgid "Choose Icon"
3415
+ msgstr ""
3416
+
3417
+ #: includes/widgets/htmega_scroll_image.php:50
3418
+ msgid "Choose Image"
3419
+ msgstr ""
3420
+
3421
+ #: includes/widgets/htmega_wc_element_pages.php:70
3422
+ msgid "Choose Product"
3423
+ msgstr ""
3424
+
3425
+ #: includes/widgets/htmega_progress_bar.php:63
3426
+ msgid "Circle"
3427
+ msgstr ""
3428
+
3429
+ #: admin/include/templates/library/templates.php:149
3430
+ msgid "Click here"
3431
+ msgstr ""
3432
+
3433
+ #: includes/widgets/htmega_button.php:65
3434
+ msgid "Click Me"
3435
+ msgstr ""
3436
+
3437
+ #: includes/widgets/htmega_testimonial_grid.php:184
3438
+ msgid "Client Rating"
3439
+ msgstr ""
3440
+
3441
+ #: includes/widgets/htmega_testimonial_grid.php:212
3442
+ msgid "Client Say"
3443
+ msgstr ""
3444
+
3445
+ #: includes/widgets/htmega_testimonial_grid.php:541
3446
+ msgid "Client say"
3447
+ msgstr ""
3448
+
3449
+ #: includes/widgets/htmega_animated_heading.php:74
3450
+ msgid "Clip"
3451
+ msgstr ""
3452
+
3453
+ #: includes/widgets/htmega_animated_heading.php:454
3454
+ msgid "Clip Color"
3455
+ msgstr ""
3456
+
3457
+ #: includes/widgets/htmega_animated_heading.php:470
3458
+ msgid "Clip Width"
3459
+ msgstr ""
3460
+
3461
+ #: includes/widgets/htmega_business_hours.php:169
3462
+ #: includes/widgets/htmega_modal.php:833
3463
+ #: includes/widgets/htmega_post_grid_tab.php:983
3464
+ #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3465
+ msgid "Close"
3466
+ msgstr ""
3467
+
3468
+ #: includes/widgets/htmega_search.php:121
3469
+ msgid "close"
3470
+ msgstr ""
3471
+
3472
+ #: includes/widgets/htmega_accordion.php:355
3473
+ msgid "Close All Item"
3474
+ msgstr ""
3475
+
3476
+ #: includes/widgets/htmega_notify.php:618
3477
+ msgid "Close Button"
3478
+ msgstr ""
3479
+
3480
+ #: includes/widgets/htmega_search.php:845
3481
+ msgid "Close Button Style"
3482
+ msgstr ""
3483
+
3484
+ #: includes/widgets/htmega_search.php:119
3485
+ msgid "Close Button Text"
3486
+ msgstr ""
3487
+
3488
+ #: includes/widgets/htmega_data_table.php:526
3489
+ #: includes/widgets/htmega_data_table.php:532
3490
+ #: includes/widgets/htmega_data_table.php:538
3491
+ #: includes/widgets/htmega_data_table.php:545
3492
+ #: includes/widgets/htmega_pricing_list_view.php:1092
3493
+ #: includes/widgets/htmega_pricing_list_view.php:1098
3494
+ #: includes/widgets/htmega_pricing_list_view.php:1104
3495
+ #: includes/widgets/htmega_pricing_list_view.php:1111
3496
+ msgid "col"
3497
+ msgstr ""
3498
+
3499
+ #: includes/widgets/htmega_pricing_list_view.php:215
3500
+ msgid "Col Span"
3501
+ msgstr ""
3502
+
3503
+ #: includes/widgets/htmega_notify.php:247
3504
+ msgid "col-md-1"
3505
+ msgstr ""
3506
+
3507
+ #: includes/widgets/htmega_notify.php:238
3508
+ msgid "col-md-10"
3509
+ msgstr ""
3510
+
3511
+ #: includes/widgets/htmega_notify.php:237
3512
+ msgid "col-md-11"
3513
+ msgstr ""
3514
+
3515
+ #: includes/widgets/htmega_notify.php:236
3516
+ msgid "col-md-12"
3517
+ msgstr ""
3518
+
3519
+ #: includes/widgets/htmega_notify.php:246
3520
+ msgid "col-md-2"
3521
+ msgstr ""
3522
+
3523
+ #: includes/widgets/htmega_notify.php:245
3524
+ msgid "col-md-3"
3525
+ msgstr ""
3526
+
3527
+ #: includes/widgets/htmega_notify.php:244
3528
+ msgid "col-md-4"
3529
+ msgstr ""
3530
+
3531
+ #: includes/widgets/htmega_notify.php:243
3532
+ msgid "col-md-5"
3533
+ msgstr ""
3534
+
3535
+ #: includes/widgets/htmega_notify.php:242
3536
+ msgid "col-md-6"
3537
+ msgstr ""
3538
+
3539
+ #: includes/widgets/htmega_notify.php:241
3540
+ msgid "col-md-7"
3541
+ msgstr ""
3542
+
3543
+ #: includes/widgets/htmega_notify.php:240
3544
+ msgid "col-md-8"
3545
+ msgstr ""
3546
+
3547
+ #: includes/widgets/htmega_notify.php:239
3548
+ msgid "col-md-9"
3549
+ msgstr ""
3550
+
3551
+ #: includes/widgets/htmega_accordion.php:642
3552
+ #: includes/widgets/htmega_accordion.php:683
3553
+ #: includes/widgets/htmega_accordion.php:779
3554
+ #: includes/widgets/htmega_accordion.php:997
3555
+ #: includes/widgets/htmega_accordion.php:1136
3556
+ #: includes/widgets/htmega_accordion.php:1247
3557
+ #: includes/widgets/htmega_accordion.php:1348
3558
+ #: includes/widgets/htmega_add_banner.php:441
3559
+ #: includes/widgets/htmega_add_banner.php:500
3560
+ #: includes/widgets/htmega_add_banner.php:559
3561
+ #: includes/widgets/htmega_add_banner.php:626
3562
+ #: includes/widgets/htmega_add_banner.php:714
3563
+ #: includes/widgets/htmega_animated_heading.php:161
3564
+ #: includes/widgets/htmega_animated_heading.php:244
3565
+ #: includes/widgets/htmega_animated_heading.php:292
3566
+ #: includes/widgets/htmega_animated_heading.php:379
3567
+ #: includes/widgets/htmega_blockquote.php:277
3568
+ #: includes/widgets/htmega_blockquote.php:334
3569
+ #: includes/widgets/htmega_blockquote.php:506
3570
+ #: includes/widgets/htmega_booked_calender.php:271
3571
+ #: includes/widgets/htmega_booked_calender.php:320
3572
+ #: includes/widgets/htmega_booked_calender.php:363
3573
+ #: includes/widgets/htmega_booked_calender.php:486
3574
+ #: includes/widgets/htmega_booked_calender.php:519
3575
+ #: includes/widgets/htmega_buddy_press.php:323
3576
+ #: includes/widgets/htmega_buddy_press.php:365
3577
+ #: includes/widgets/htmega_buddy_press.php:392
3578
+ #: includes/widgets/htmega_business_hours.php:418
3579
+ #: includes/widgets/htmega_business_hours.php:513
3580
+ #: includes/widgets/htmega_business_hours.php:552
3581
+ #: includes/widgets/htmega_caldera_form.php:92
3582
+ #: includes/widgets/htmega_caldera_form.php:145
3583
+ #: includes/widgets/htmega_caldera_form.php:665
3584
+ #: includes/widgets/htmega_caldera_form.php:704
3585
+ #: includes/widgets/htmega_call_to_action.php:511
3586
+ #: includes/widgets/htmega_call_to_action.php:570
3587
+ #: includes/widgets/htmega_call_to_action.php:629
3588
+ #: includes/widgets/htmega_call_to_action.php:823
3589
+ #: includes/widgets/htmega_call_to_action.php:1029
3590
+ #: includes/widgets/htmega_carousel.php:557
3591
+ #: includes/widgets/htmega_carousel.php:760
3592
+ #: includes/widgets/htmega_contact_form_seven.php:968
3593
+ #: includes/widgets/htmega_contact_form_seven.php:1002
3594
+ #: includes/widgets/htmega_countdown.php:687
3595
+ #: includes/widgets/htmega_countdown.php:749
3596
+ #: includes/widgets/htmega_countdown.php:922
3597
+ #: includes/widgets/htmega_countdown.php:1044
3598
+ #: includes/widgets/htmega_countdown.php:1129
3599
+ #: includes/widgets/htmega_counter.php:456
3600
+ #: includes/widgets/htmega_counter.php:582
3601
+ #: includes/widgets/htmega_counter.php:821
3602
+ #: includes/widgets/htmega_counter.php:938
3603
+ #: includes/widgets/htmega_counter.php:1026
3604
+ #: includes/widgets/htmega_custom_event.php:143
3605
+ #: includes/widgets/htmega_custom_event.php:198
3606
+ #: includes/widgets/htmega_custom_event.php:228
3607
+ #: includes/widgets/htmega_custom_event.php:285
3608
+ #: includes/widgets/htmega_custom_event.php:330
3609
+ #: includes/widgets/htmega_custom_event.php:398
3610
+ #: includes/widgets/htmega_custom_event.php:448
3611
+ #: includes/widgets/htmega_data_table.php:392
3612
+ #: includes/widgets/htmega_double_button.php:482
3613
+ #: includes/widgets/htmega_double_button.php:578
3614
+ #: includes/widgets/htmega_double_button.php:655
3615
+ #: includes/widgets/htmega_double_button.php:750
3616
+ #: includes/widgets/htmega_double_button.php:838
3617
+ #: includes/widgets/htmega_download_monitor.php:211
3618
+ #: includes/widgets/htmega_download_monitor.php:258
3619
+ #: includes/widgets/htmega_download_monitor.php:328
3620
+ #: includes/widgets/htmega_dropcaps.php:109
3621
+ #: includes/widgets/htmega_dropcaps.php:205
3622
+ #: includes/widgets/htmega_easy_digital_download.php:367
3623
+ #: includes/widgets/htmega_easy_digital_download.php:439
3624
+ #: includes/widgets/htmega_easy_digital_download.php:548
3625
+ #: includes/widgets/htmega_easy_digital_download.php:627
3626
+ #: includes/widgets/htmega_easy_digital_download.php:715
3627
+ #: includes/widgets/htmega_errorcontent.php:315
3628
+ #: includes/widgets/htmega_errorcontent.php:394
3629
+ #: includes/widgets/htmega_errorcontent.php:473
3630
+ #: includes/widgets/htmega_errorcontent.php:558
3631
+ #: includes/widgets/htmega_errorcontent.php:644
3632
+ #: includes/widgets/htmega_errorcontent.php:709
3633
+ #: includes/widgets/htmega_errorcontent.php:795
3634
+ #: includes/widgets/htmega_gravity_forms.php:127
3635
+ #: includes/widgets/htmega_gravity_forms.php:183
3636
+ #: includes/widgets/htmega_gravity_forms.php:270
3637
+ #: includes/widgets/htmega_gravity_forms.php:351
3638
+ #: includes/widgets/htmega_gravity_forms.php:415
3639
+ #: includes/widgets/htmega_gravity_forms.php:585
3640
+ #: includes/widgets/htmega_gravity_forms.php:695
3641
+ #: includes/widgets/htmega_gravity_forms.php:805
3642
+ #: includes/widgets/htmega_gravity_forms.php:886
3643
+ #: includes/widgets/htmega_imagemarker.php:623
3644
+ #: includes/widgets/htmega_imagemarker.php:638
3645
+ #: includes/widgets/htmega_imagemarker.php:855
3646
+ #: includes/widgets/htmega_imagemarker.php:929
3647
+ #: includes/widgets/htmega_imagemarker.php:977
3648
+ #: includes/widgets/htmega_image_comparison.php:239
3649
+ #: includes/widgets/htmega_image_comparison.php:320
3650
+ #: includes/widgets/htmega_image_comparison.php:419
3651
+ #: includes/widgets/htmega_image_grid.php:318
3652
+ #: includes/widgets/htmega_image_grid.php:415
3653
+ #: includes/widgets/htmega_image_grid.php:467
3654
+ #: includes/widgets/htmega_image_grid.php:549
3655
+ #: includes/widgets/htmega_image_masonry.php:294
3656
+ #: includes/widgets/htmega_image_masonry.php:391
3657
+ #: includes/widgets/htmega_image_masonry.php:464
3658
+ #: includes/widgets/htmega_image_masonry.php:545
3659
+ #: includes/widgets/htmega_inlinemenu.php:152
3660
+ #: includes/widgets/htmega_inlinemenu.php:251
3661
+ #: includes/widgets/htmega_inlinemenu.php:414
3662
+ #: includes/widgets/htmega_instagram.php:800
3663
+ #: includes/widgets/htmega_instagram.php:874
3664
+ #: includes/widgets/htmega_instagram.php:934
3665
+ #: includes/widgets/htmega_instagram.php:1080
3666
+ #: includes/widgets/htmega_instagram.php:1301
3667
+ #: includes/widgets/htmega_instagram.php:1397
3668
+ #: includes/widgets/htmega_lightbox.php:339
3669
+ #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3670
+ #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3671
+ #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3672
+ #: includes/widgets/htmega_modal.php:924
3673
+ #: includes/widgets/htmega_newsticker.php:426
3674
+ #: includes/widgets/htmega_newsticker.php:500
3675
+ #: includes/widgets/htmega_newsticker.php:634
3676
+ #: includes/widgets/htmega_newsticker.php:743
3677
+ #: includes/widgets/htmega_newsticker.php:867
3678
+ #: includes/widgets/htmega_newsticker.php:917
3679
+ #: includes/widgets/htmega_ninja_form.php:120
3680
+ #: includes/widgets/htmega_ninja_form.php:222
3681
+ #: includes/widgets/htmega_ninja_form.php:356
3682
+ #: includes/widgets/htmega_ninja_form.php:440
3683
+ #: includes/widgets/htmega_ninja_form.php:502
3684
+ #: includes/widgets/htmega_ninja_form.php:651
3685
+ #: includes/widgets/htmega_ninja_form.php:724
3686
+ #: includes/widgets/htmega_ninja_form.php:870
3687
+ #: includes/widgets/htmega_ninja_form.php:954
3688
+ #: includes/widgets/htmega_ninja_form.php:1064
3689
+ #: includes/widgets/htmega_ninja_form.php:1145
3690
+ #: includes/widgets/htmega_ninja_form.php:1165
3691
+ #: includes/widgets/htmega_notify.php:328
3692
+ #: includes/widgets/htmega_notify.php:424
3693
+ #: includes/widgets/htmega_notify.php:479
3694
+ #: includes/widgets/htmega_notify.php:624
3695
+ #: includes/widgets/htmega_offcanvas.php:421
3696
+ #: includes/widgets/htmega_offcanvas.php:493
3697
+ #: includes/widgets/htmega_panel_slider.php:676
3698
+ #: includes/widgets/htmega_panel_slider.php:745
3699
+ #: includes/widgets/htmega_panel_slider.php:815
3700
+ #: includes/widgets/htmega_panel_slider.php:1028
3701
+ #: includes/widgets/htmega_popover.php:337
3702
+ #: includes/widgets/htmega_popover.php:459
3703
+ #: includes/widgets/htmega_popover.php:602
3704
+ #: includes/widgets/htmega_popover.php:706
3705
+ #: includes/widgets/htmega_postgrid.php:453
3706
+ #: includes/widgets/htmega_postgrid.php:581
3707
+ #: includes/widgets/htmega_postgrid.php:668
3708
+ #: includes/widgets/htmega_post_grid_tab.php:436
3709
+ #: includes/widgets/htmega_post_grid_tab.php:533
3710
+ #: includes/widgets/htmega_post_grid_tab.php:630
3711
+ #: includes/widgets/htmega_post_grid_tab.php:694
3712
+ #: includes/widgets/htmega_post_grid_tab.php:734
3713
+ #: includes/widgets/htmega_post_grid_tab.php:850
3714
+ #: includes/widgets/htmega_post_grid_tab.php:934
3715
+ #: includes/widgets/htmega_post_grid_tab.php:1000
3716
+ #: includes/widgets/htmega_post_grid_tab.php:1058
3717
+ #: includes/widgets/htmega_post_slider.php:871
3718
+ #: includes/widgets/htmega_post_slider.php:968
3719
+ #: includes/widgets/htmega_post_slider.php:1065
3720
+ #: includes/widgets/htmega_post_slider.php:1128
3721
+ #: includes/widgets/htmega_post_slider.php:1164
3722
+ #: includes/widgets/htmega_post_slider.php:1278
3723
+ #: includes/widgets/htmega_post_slider.php:1361
3724
+ #: includes/widgets/htmega_post_slider.php:1542
3725
+ #: includes/widgets/htmega_post_slider.php:1690
3726
+ #: includes/widgets/htmega_pricing_list_view.php:1797
3727
+ #: includes/widgets/htmega_progress_bar.php:737
3728
+ #: includes/widgets/htmega_quforms.php:121
3729
+ #: includes/widgets/htmega_quforms.php:241
3730
+ #: includes/widgets/htmega_quforms.php:363
3731
+ #: includes/widgets/htmega_quforms.php:487
3732
+ #: includes/widgets/htmega_quforms.php:583
3733
+ #: includes/widgets/htmega_quforms.php:705
3734
+ #: includes/widgets/htmega_quforms.php:838
3735
+ #: includes/widgets/htmega_quforms.php:925
3736
+ #: includes/widgets/htmega_quforms.php:1023
3737
+ #: includes/widgets/htmega_scroll_image.php:329
3738
+ #: includes/widgets/htmega_scroll_navigation.php:331
3739
+ #: includes/widgets/htmega_search.php:442
3740
+ #: includes/widgets/htmega_search.php:611
3741
+ #: includes/widgets/htmega_search.php:690
3742
+ #: includes/widgets/htmega_search.php:856
3743
+ #: includes/widgets/htmega_search.php:953
3744
+ #: includes/widgets/htmega_section_title.php:517
3745
+ #: includes/widgets/htmega_section_title.php:546
3746
+ #: includes/widgets/htmega_section_title.php:779
3747
+ #: includes/widgets/htmega_section_title.php:942
3748
+ #: includes/widgets/htmega_service.php:364
3749
+ #: includes/widgets/htmega_service.php:480
3750
+ #: includes/widgets/htmega_service.php:645
3751
+ #: includes/widgets/htmega_service.php:754
3752
+ #: includes/widgets/htmega_service.php:1029
3753
+ #: includes/widgets/htmega_service.php:1115
3754
+ #: includes/widgets/htmega_singlepost.php:152
3755
+ #: includes/widgets/htmega_singlepost.php:248
3756
+ #: includes/widgets/htmega_singlepost.php:350
3757
+ #: includes/widgets/htmega_slider_thumb_gallery.php:685
3758
+ #: includes/widgets/htmega_slider_thumb_gallery.php:738
3759
+ #: includes/widgets/htmega_slider_thumb_gallery.php:823
3760
+ #: includes/widgets/htmega_slider_thumb_gallery.php:996
3761
+ #: includes/widgets/htmega_socialshere.php:186
3762
+ #: includes/widgets/htmega_socialshere.php:228
3763
+ #: includes/widgets/htmega_special_day_banner.php:346
3764
+ #: includes/widgets/htmega_special_day_banner.php:405
3765
+ #: includes/widgets/htmega_special_day_banner.php:464
3766
+ #: includes/widgets/htmega_special_day_banner.php:523
3767
+ #: includes/widgets/htmega_special_day_banner.php:582
3768
+ #: includes/widgets/htmega_special_day_banner.php:649
3769
+ #: includes/widgets/htmega_special_day_banner.php:737
3770
+ #: includes/widgets/htmega_switcher.php:474
3771
+ #: includes/widgets/htmega_switcher.php:553
3772
+ #: includes/widgets/htmega_tablepress.php:175
3773
+ #: includes/widgets/htmega_tablepress.php:410
3774
+ #: includes/widgets/htmega_tabs.php:537 includes/widgets/htmega_tabs.php:623
3775
+ #: includes/widgets/htmega_tabs.php:861
3776
+ #: includes/widgets/htmega_teammember.php:696
3777
+ #: includes/widgets/htmega_teammember.php:786
3778
+ #: includes/widgets/htmega_teammember.php:876
3779
+ #: includes/widgets/htmega_testimonial_grid.php:427
3780
+ #: includes/widgets/htmega_testimonial_grid.php:488
3781
+ #: includes/widgets/htmega_testimonial_grid.php:580
3782
+ #: includes/widgets/htmega_testimonial_grid.php:701
3783
+ #: includes/widgets/htmega_toggle.php:129
3784
+ #: includes/widgets/htmega_toggle.php:232
3785
+ #: includes/widgets/htmega_toggle.php:349
3786
+ #: includes/widgets/htmega_tooltip.php:313
3787
+ #: includes/widgets/htmega_tooltip.php:436
3788
+ #: includes/widgets/htmega_tooltip.php:491
3789
+ #: includes/widgets/htmega_twitter_feed.php:627
3790
+ #: includes/widgets/htmega_twitter_feed.php:708
3791
+ #: includes/widgets/htmega_twitter_feed.php:844
3792
+ #: includes/widgets/htmega_twitter_feed.php:877
3793
+ #: includes/widgets/htmega_twitter_feed.php:907
3794
+ #: includes/widgets/htmega_twitter_feed.php:977
3795
+ #: includes/widgets/htmega_twitter_feed.php:1034
3796
+ #: includes/widgets/htmega_twitter_feed.php:1075
3797
+ #: includes/widgets/htmega_twitter_feed.php:1240
3798
+ #: includes/widgets/htmega_user_login_form.php:1104
3799
+ #: includes/widgets/htmega_user_login_form.php:1231
3800
+ #: includes/widgets/htmega_user_login_form.php:1302
3801
+ #: includes/widgets/htmega_user_login_form.php:1415
3802
+ #: includes/widgets/htmega_user_login_form.php:1472
3803
+ #: includes/widgets/htmega_verticle_time_line.php:132
3804
+ #: includes/widgets/htmega_verticle_time_line.php:198
3805
+ #: includes/widgets/htmega_verticle_time_line.php:281
3806
+ #: includes/widgets/htmega_verticle_time_line.php:328
3807
+ #: includes/widgets/htmega_videoplayer.php:343
3808
+ #: includes/widgets/htmega_videoplayer.php:481
3809
+ #: includes/widgets/htmega_wc_categories.php:308
3810
+ #: includes/widgets/htmega_wc_categories.php:410
3811
+ #: includes/widgets/htmega_wc_element_pages.php:668
3812
+ #: includes/widgets/htmega_wc_element_pages.php:1314
3813
+ #: includes/widgets/htmega_wc_element_pages.php:1713
3814
+ #: includes/widgets/htmega_wc_element_pages.php:1800
3815
+ #: includes/widgets/htmega_wc_element_pages.php:1861
3816
+ #: includes/widgets/htmega_weather.php:255
3817
+ #: includes/widgets/htmega_working_process.php:628
3818
+ #: includes/widgets/htmega_working_process.php:639
3819
+ #: includes/widgets/htmega_working_process.php:720
3820
+ #: includes/widgets/htmega_working_process.php:820
3821
+ #: includes/widgets/htmega_working_process.php:941
3822
+ #: includes/widgets/htmega_working_process.php:1070
3823
+ #: includes/widgets/htmega_wpforms.php:112
3824
+ #: includes/widgets/htmega_wpforms.php:214
3825
+ #: includes/widgets/htmega_wpforms.php:348
3826
+ #: includes/widgets/htmega_wpforms.php:422
3827
+ #: includes/widgets/htmega_wpforms.php:461
3828
+ #: includes/widgets/htmega_wpforms.php:505
3829
+ #: includes/widgets/htmega_wpforms.php:655
3830
+ #: includes/widgets/htmega_wpforms.php:727
3831
+ #: includes/widgets/htmega_wpforms.php:873
3832
+ #: includes/widgets/htmega_wpforms.php:981
3833
+ #: includes/widgets/htmega_wpforms.php:1091
3834
+ #: includes/widgets/htmega_wpforms.php:1144
3835
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:148
3836
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:233
3837
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:286
3838
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:381
3839
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:434
3840
+ #: extensions/ht-builder/widgets/bl_page_title.php:66
3841
+ #: extensions/ht-builder/widgets/bl_post_archive.php:347
3842
+ #: extensions/ht-builder/widgets/bl_post_archive.php:414
3843
+ #: extensions/ht-builder/widgets/bl_post_archive.php:453
3844
+ #: extensions/ht-builder/widgets/bl_post_archive.php:560
3845
+ #: extensions/ht-builder/widgets/bl_post_archive.php:627
3846
+ #: extensions/ht-builder/widgets/bl_post_archive.php:652
3847
+ #: extensions/ht-builder/widgets/bl_post_archive.php:721
3848
+ #: extensions/ht-builder/widgets/bl_post_archive.php:796
3849
+ #: extensions/ht-builder/widgets/bl_post_archive.php:856
3850
+ #: extensions/ht-builder/widgets/bl_post_archive.php:920
3851
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3852
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3853
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3854
+ #: extensions/ht-builder/widgets/bl_post_comments.php:48
3855
+ #: extensions/ht-builder/widgets/bl_post_comments.php:98
3856
+ #: extensions/ht-builder/widgets/bl_post_comments.php:148
3857
+ #: extensions/ht-builder/widgets/bl_post_content.php:48
3858
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3859
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:361
3860
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:401
3861
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:431
3862
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:457
3863
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:127
3864
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:201
3865
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:275
3866
+ #: extensions/ht-builder/widgets/bl_site_title.php:68
3867
+ #: extensions/ht-menu/menu/templates.php:114
3868
+ #: extensions/ht-menu/menu/templates.php:135
3869
+ msgid "Color"
3870
+ msgstr ""
3871
+
3872
+ #: includes/widgets/htmega_socialshere.php:689
3873
+ #: includes/widgets/htmega_socialshere.php:721
3874
+ msgid "color"
3875
+ msgstr ""
3876
+
3877
+ #: includes/widgets/htmega_data_table.php:467
3878
+ #: includes/widgets/htmega_pricing_list_view.php:646
3879
+ msgid "Colspan"
3880
+ msgstr ""
3881
+
3882
+ #: includes/widgets/htmega_data_table.php:313
3883
+ #: includes/widgets/htmega_image_grid.php:66
3884
+ #: includes/widgets/htmega_image_masonry.php:75
3885
+ #: includes/widgets/htmega_instagram.php:143
3886
+ #: includes/widgets/htmega_pricing_list_view.php:550
3887
+ #: includes/widgets/htmega_user_login_form.php:404
3888
+ #: includes/widgets/htmega_working_process.php:58
3889
+ msgid "Column"
3890
+ msgstr ""
3891
+
3892
+ #: includes/widgets/htmega_testimonial_grid.php:56
3893
+ msgid "Column "
3894
+ msgstr ""
3895
+
3896
+ #: includes/widgets/htmega_working_process.php:66
3897
+ msgid "Column Five"
3898
+ msgstr ""
3899
+
3900
+ #: includes/widgets/htmega_working_process.php:65
3901
+ msgid "Column Four"
3902
+ msgstr ""
3903
+
3904
+ #: includes/widgets/htmega_panel_slider.php:217
3905
+ #: includes/widgets/htmega_testimonial_grid.php:145
3906
+ msgid "Column Gap"
3907
+ msgstr ""
3908
+
3909
+ #: includes/widgets/htmega_countdown.php:336
3910
+ msgid "Column Height"
3911
+ msgstr ""
3912
+
3913
+ #: includes/widgets/htmega_data_table.php:214
3914
+ #: includes/widgets/htmega_pricing_list_view.php:202
3915
+ msgid "Column Name"
3916
+ msgstr ""
3917
+
3918
+ #: includes/widgets/htmega_working_process.php:62
3919
+ msgid "Column One"
3920
+ msgstr ""
3921
+
3922
+ #: includes/widgets/htmega_image_grid.php:83
3923
+ #: includes/widgets/htmega_twitter_feed.php:257
3924
+ msgid "Column Space"
3925
+ msgstr ""
3926
+
3927
+ #: includes/widgets/htmega_countdown.php:373
3928
+ msgid "Column Spacing"
3929
+ msgstr ""
3930
+
3931
+ #: includes/widgets/htmega_data_table.php:223
3932
+ msgid "Column styles"
3933
+ msgstr ""
3934
+
3935
+ #: includes/widgets/htmega_working_process.php:64
3936
+ msgid "Column Three"
3937
+ msgstr ""
3938
+
3939
+ #: includes/widgets/htmega_working_process.php:63
3940
+ msgid "Column Two"
3941
+ msgstr ""
3942
+
3943
+ #: includes/widgets/htmega_buddy_press.php:280
3944
+ #: includes/widgets/htmega_countdown.php:300
3945
+ msgid "Column Width"
3946
+ msgstr ""
3947
+
3948
+ #: includes/widgets/htmega_panel_slider.php:239
3949
+ msgid "Column width accroding to image"
3950
+ msgstr ""
3951
+
3952
+ #: includes/widgets/htmega_easy_digital_download.php:50
3953
+ #: includes/widgets/htmega_wc_categories.php:41
3954
+ #: extensions/ht-builder/widgets/bl_post_archive.php:56
3955
+ msgid "Columns"
3956
+ msgstr ""
3957
+
3958
+ #: admin/include/admin-setting.php:1424 admin/include/admin-setting.php:1449
3959
+ msgid "Coming soon Page Builder"
3960
+ msgstr ""
3961
+
3962
+ #: extensions/ht-builder/admin/setting.php:124
3963
+ msgid "Coming Soon Page Template."
3964
+ msgstr ""
3965
+
3966
+ #: includes/widgets/htmega_newsticker.php:261
3967
+ #: includes/widgets/htmega_postgrid.php:152
3968
+ #: includes/widgets/htmega_post_grid_tab.php:159
3969
+ #: includes/widgets/htmega_post_slider.php:163
3970
+ #: extensions/ht-builder/widgets/bl_post_archive.php:203
3971
+ msgid "Comment count"
3972
+ msgstr ""
3973
+
3974
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:74
3975
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:241
3976
+ msgid "Comments"
3977
+ msgstr ""
3978
+
3979
+ #: extensions/ht-builder/widgets/bl_post_comments.php:192
3980
+ msgid "Comments Are Closed"
3981
+ msgstr ""
3982
+
3983
+ #: includes/widgets/htmega_caldera_form.php:696
3984
+ #: includes/widgets/htmega_gravity_forms.php:878
3985
+ #: includes/widgets/htmega_quforms.php:1015
3986
+ msgid "Confirmation Style"
3987
+ msgstr ""
3988
+
3989
+ #: includes/widgets/htmega_twitter_feed.php:82
3990
+ msgid "Consumer Key"
3991
+ msgstr ""
3992
+
3993
+ #: includes/widgets/htmega_twitter_feed.php:92
3994
+ msgid "Consumer Secret"
3995
+ msgstr ""
3996
+
3997
+ #: includes/widgets/htmega_errorcontent.php:185
3998
+ #: includes/widgets/htmega_errorcontent.php:693
3999
+ msgid "Contact Button"
4000
+ msgstr ""
4001
+
4002
+ #: includes/widgets/htmega_contact_form_seven.php:44
4003
+ #: includes/widgets/htmega_contact_form_seven.php:68
4004
+ msgid "Contact Form"
4005
+ msgstr ""
4006
+
4007
+ #: admin/include/admin-setting.php:1134
4008
+ #: includes/widgets/htmega_contact_form_seven.php:13
4009
+ msgid "Contact form 7"
4010
+ msgstr ""
4011
+
4012
+ #: admin/include/admin-setting.php:1406
4013
+ msgid "Contact Us"
4014
+ msgstr ""
4015
+
4016
+ #: includes/widgets/htmega_post_slider.php:682
4017
+ msgid "Container background"
4018
+ msgstr ""
4019
+
4020
+ #: includes/widgets/htmega_post_slider.php:667
4021
+ msgid "Container Border Radius"
4022
+ msgstr ""
4023
+
4024
+ #: includes/widgets/htmega_add_banner.php:356
4025
+ #: includes/widgets/htmega_blockquote.php:54
4026
+ #: includes/widgets/htmega_blockquote.php:67
4027
+ #: includes/widgets/htmega_blockquote.php:269
4028
+ #: includes/widgets/htmega_dropcaps.php:58
4029
+ #: includes/widgets/htmega_imagemarker.php:698
4030
+ #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
4031
+ #: includes/widgets/htmega_modal.php:79
4032
+ #: includes/widgets/htmega_newsticker.php:419
4033
+ #: includes/widgets/htmega_notify.php:473
4034
+ #: includes/widgets/htmega_popover.php:691
4035
+ #: includes/widgets/htmega_post_grid_tab.php:192
4036
+ #: includes/widgets/htmega_post_grid_tab.php:523
4037
+ #: includes/widgets/htmega_post_slider.php:199
4038
+ #: includes/widgets/htmega_post_slider.php:958
4039
+ #: includes/widgets/htmega_pricing_list_view.php:68
4040
+ #: includes/widgets/htmega_pricing_list_view.php:195
4041
+ #: includes/widgets/htmega_pricing_list_view.php:560
4042
+ #: includes/widgets/htmega_scroll_navigation.php:73
4043
+ #: includes/widgets/htmega_scroll_navigation.php:75
4044
+ #: includes/widgets/htmega_scroll_navigation.php:85
4045
+ #: includes/widgets/htmega_switcher.php:115
4046
+ #: includes/widgets/htmega_switcher.php:128
4047
+ #: includes/widgets/htmega_switcher.php:131
4048
+ #: includes/widgets/htmega_switcher.php:207
4049
+ #: includes/widgets/htmega_switcher.php:220
4050
+ #: includes/widgets/htmega_switcher.php:223
4051
+ #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tabs.php:62
4052
+ #: includes/widgets/htmega_tabs.php:99 includes/widgets/htmega_tabs.php:112
4053
+ #: includes/widgets/htmega_tabs.php:114 includes/widgets/htmega_tabs.php:853
4054
+ #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
4055
+ #: includes/widgets/htmega_tooltip.php:485
4056
+ #: includes/widgets/htmega_twitter_feed.php:619
4057
+ #: includes/widgets/htmega_verticle_time_line.php:62
4058
+ #: includes/widgets/htmega_verticle_time_line.php:88
4059
+ #: includes/widgets/htmega_verticle_time_line.php:180
4060
+ #: includes/widgets/htmega_wc_element_pages.php:1850
4061
+ #: extensions/ht-builder/widgets/bl_post_archive.php:645
4062
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:209
4063
+ #: extensions/ht-menu/menu/templates.php:43
4064
+ msgid "Content"
4065
+ msgstr ""
4066
+
4067
+ #: includes/widgets/htmega_countdown.php:639
4068
+ #: includes/widgets/htmega_job_manager.php:155
4069
+ msgid "Content Alignment"
4070
+ msgstr ""
4071
+
4072
+ #: includes/widgets/htmega_panel_slider.php:521
4073
+ msgid "Content area"
4074
+ msgstr ""
4075
+
4076
+ #: includes/widgets/htmega_imagemarker.php:751
4077
+ msgid "Content area border radius"
4078
+ msgstr ""
4079
+
4080
+ #: includes/widgets/htmega_imagemarker.php:762
4081
+ msgid "Content area padding"
4082
+ msgstr ""
4083
+
4084
+ #: includes/widgets/htmega_singlepost.php:463
4085
+ #: includes/widgets/htmega_slider_thumb_gallery.php:757
4086
+ msgid "Content Box"
4087
+ msgstr ""
4088
+
4089
+ #: includes/widgets/htmega_teammember.php:511
4090
+ msgid "Content Box Background"
4091
+ msgstr ""
4092
+
4093
+ #: includes/widgets/htmega_teammember.php:534
4094
+ msgid "Content Box Hover Background"
4095
+ msgstr ""
4096
+
4097
+ #: includes/widgets/htmega_teammember.php:583
4098
+ msgid "Content Box Margin"
4099
+ msgstr ""
4100
+
4101
+ #: includes/widgets/htmega_image_grid.php:261
4102
+ #: includes/widgets/htmega_teammember.php:598
4103
+ msgid "Content Box Padding"
4104
+ msgstr ""
4105
+
4106
+ #: includes/widgets/htmega_post_grid_tab.php:335
4107
+ #: includes/widgets/htmega_post_slider.php:709
4108
+ #: includes/widgets/htmega_slider_thumb_gallery.php:670
4109
+ #: includes/widgets/htmega_special_day_banner.php:253
4110
+ msgid "Content Box Style"
4111
+ msgstr ""
4112
+
4113
+ #: includes/widgets/htmega_user_login_form.php:744
4114
+ #: extensions/wc-sales-notification/admin/setting.php:204
4115
+ msgid "Content Color"
4116
+ msgstr ""
4117
+
4118
+ #: admin/include/admin-setting.php:1436 admin/include/admin-setting.php:1461
4119
+ msgid "Content color option"
4120
+ msgstr ""
4121
+
4122
+ #: includes/widgets/htmega_verticle_time_line.php:71
4123
+ msgid "Content Date"
4124
+ msgstr ""
4125
+
4126
+ #: includes/widgets/htmega_imagemarker.php:349
4127
+ msgid "Content Indicator"
4128
+ msgstr ""
4129
+
4130
+ #: includes/widgets/htmega_post_grid_tab.php:201
4131
+ #: includes/widgets/htmega_post_slider.php:209
4132
+ #: includes/widgets/htmega_twitter_feed.php:133
4133
+ #: extensions/ht-builder/widgets/bl_post_archive.php:157
4134
+ msgid "Content Length"
4135
+ msgstr ""
4136
+
4137
+ #: includes/widgets/htmega_newsticker.php:1093
4138
+ msgid "Content Not Found"
4139
+ msgstr ""
4140
+
4141
+ #: includes/widgets/htmega_newsticker.php:187
4142
+ msgid "Content Option"
4143
+ msgstr ""
4144
+
4145
+ #: includes/widgets/htmega_postgrid.php:278
4146
+ msgid "Content Padding"
4147
+ msgstr ""
4148
+
4149
+ #: includes/widgets/htmega_add_banner.php:58
4150
+ #: includes/widgets/htmega_singlepost.php:57
4151
+ #: includes/widgets/htmega_special_day_banner.php:42
4152
+ msgid "Content Position"
4153
+ msgstr ""
4154
+
4155
+ #: includes/widgets/htmega_post_grid_tab.php:76
4156
+ #: includes/widgets/htmega_post_slider.php:80
4157
+ #: includes/widgets/htmega_scroll_navigation.php:60
4158
+ msgid "Content Source"
4159
+ msgstr ""
4160
+
4161
+ #: includes/widgets/htmega_newsticker.php:194
4162
+ #: includes/widgets/htmega_postgrid.php:69
4163
+ msgid "Content Sourse"
4164
+ msgstr ""
4165
+
4166
+ #: includes/widgets/htmega_dropcaps.php:72
4167
+ #: includes/widgets/htmega_teammember.php:68
4168
+ #: includes/widgets/htmega_teammember.php:83
4169
+ #: includes/widgets/htmega_toggle.php:122
4170
+ msgid "Content Style"
4171
+ msgstr ""
4172
+
4173
+ #: includes/widgets/htmega_buddy_press.php:62
4174
+ #: includes/widgets/htmega_pricing_list_view.php:570
4175
+ msgid "Content Type"
4176
+ msgstr ""
4177
+
4178
+ #: includes/widgets/htmega_teammember.php:639
4179
+ msgid "Corner Shape Color"
4180
+ msgstr ""
4181
+
4182
+ #: includes/widgets/htmega_easy_digital_download.php:204
4183
+ #: includes/widgets/htmega_socialshere.php:356
4184
+ #: includes/widgets/htmega_wc_categories.php:132
4185
+ msgid "Count"
4186
+ msgstr ""
4187
+
4188
+ #: includes/widgets/htmega_countdown.php:404
4189
+ msgid "Count Area"
4190
+ msgstr ""
4191
+
4192
+ #: includes/widgets/htmega_countdown.php:291
4193
+ msgid "Count Layout"
4194
+ msgstr ""
4195
+
4196
+ #: admin/include/admin-setting.php:199 includes/widgets/htmega_countdown.php:13
4197
+ #: includes/widgets/htmega_countdown.php:65
4198
+ msgid "Countdown"
4199
+ msgstr ""
4200
+
4201
+ #: admin/include/admin-setting.php:207 includes/widgets/htmega_counter.php:13
4202
+ #: includes/widgets/htmega_counter.php:42
4203
+ msgid "Counter"
4204
+ msgstr ""
4205
+
4206
+ #: includes/widgets/htmega_gallery_justify.php:177
4207
+ msgid "Counter Color"
4208
+ msgstr ""
4209
+
4210
+ #: includes/widgets/htmega_countdown.php:673
4211
+ msgid "Counter separator"
4212
+ msgstr ""
4213
+
4214
+ #: includes/widgets/htmega_counter.php:154
4215
+ msgid "Counter Title"
4216
+ msgstr ""
4217
+
4218
+ #: includes/widgets/htmega_wc_element_pages.php:191
4219
+ msgid "Coupon / Update Button"
4220
+ msgstr ""
4221
+
4222
+ #: admin/include/templates_list.php:16
4223
+ msgid "Create a new page from this template"
4224
+ msgstr ""
4225
+
4226
+ #: extensions/wc-sales-notification/admin/setting.php:212
4227
+ msgid "Cross Icon Color"
4228
+ msgstr ""
4229
+
4230
+ #: admin/include/admin-setting.php:1437 admin/include/admin-setting.php:1462
4231
+ msgid "Cross icon color option"
4232
+ msgstr ""
4233
+
4234
+ #: includes/widgets/htmega_booked_calender.php:356
4235
+ msgid "Current Date"
4236
+ msgstr ""
4237
+
4238
+ #: includes/widgets/htmega_accordion.php:404
4239
+ msgid "Current Item No"
4240
+ msgstr ""
4241
+
4242
+ #: includes/widgets/htmega_accordion.php:81
4243
+ #: includes/widgets/htmega_accordion.php:221
4244
+ #: includes/widgets/htmega_blockquote.php:45
4245
+ #: includes/widgets/htmega_imagemarker.php:231
4246
+ #: includes/widgets/htmega_imagemarker.php:290
4247
+ #: includes/widgets/htmega_imagemarker.php:501
4248
+ #: includes/widgets/htmega_imagemarker.php:787
4249
+ #: includes/widgets/htmega_modal.php:55
4250
+ #: includes/widgets/htmega_scroll_image.php:255
4251
+ #: includes/widgets/htmega_scroll_navigation.php:64
4252
+ #: includes/widgets/htmega_scroll_navigation.php:128
4253
+ #: includes/widgets/htmega_scroll_navigation.php:218
4254
+ #: includes/widgets/htmega_socialshere.php:467
4255
+ #: includes/widgets/htmega_switcher.php:106
4256
+ #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tabs.php:90
4257
+ #: includes/widgets/htmega_testimonial_grid.php:59
4258
+ #: includes/widgets/htmega_toggle.php:83
4259
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:76
4260
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:94
4261
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:132
4262
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:255
4263
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:298
4264
+ #: extensions/ht-builder/widgets/bl_site_logo.php:56
4265
+ msgid "Custom"
4266
+ msgstr ""
4267
+
4268
+ #: includes/widgets/htmega_weather.php:209
4269
+ msgid "Custom Background Color"
4270
+ msgstr ""
4271
+
4272
+ #: includes/widgets/htmega_scroll_navigation.php:324
4273
+ #: includes/widgets/htmega_toggle.php:108
4274
+ msgid "Custom Content"
4275
+ msgstr ""
4276
+
4277
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:105
4278
+ msgid "Custom Date Format"
4279
+ msgstr ""
4280
+
4281
+ #: admin/include/admin-setting.php:215
4282
+ #: includes/widgets/htmega_custom_event.php:13
4283
+ msgid "Custom Event"
4284
+ msgstr ""
4285
+
4286
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:201
4287
+ msgid "Custom Format"
4288
+ msgstr ""
4289
+
4290
+ #: includes/widgets/htmega_weather.php:175
4291
+ msgid "Custom Geolocation"
4292
+ msgstr ""
4293
+
4294
+ #: includes/widgets/htmega_postgrid.php:315
4295
+ #: includes/widgets/htmega_post_grid_tab.php:1160
4296
+ msgid "Custom Gradient Color"
4297
+ msgstr ""
4298
+
4299
+ #: includes/widgets/htmega_scroll_navigation.php:226
4300
+ msgid "Custom Height"
4301
+ msgstr ""
4302
+
4303
+ #: includes/widgets/htmega_countdown.php:190
4304
+ msgid "Custom Label"
4305
+ msgstr ""
4306
+
4307
+ #: includes/widgets/htmega_user_login_form.php:194
4308
+ msgid "Custom label"
4309
+ msgstr ""
4310
+
4311
+ #: includes/widgets/htmega_scroll_image.php:61
4312
+ msgid "Custom Link"
4313
+ msgstr ""
4314
+
4315
+ #: includes/widgets/htmega_googlemap.php:170
4316
+ msgid "Custom marker"
4317
+ msgstr ""
4318
+
4319
+ #: includes/widgets/htmega_data_table.php:106
4320
+ msgid "Custom options for number of Rows?"
4321
+ msgstr ""
4322
+
4323
+ #: includes/widgets/htmega_newsticker.php:242
4324
+ #: includes/widgets/htmega_postgrid.php:117
4325
+ #: includes/widgets/htmega_post_grid_tab.php:124
4326
+ #: includes/widgets/htmega_post_slider.php:128
4327
+ #: extensions/ht-builder/widgets/bl_post_archive.php:184
4328
+ msgid "Custom order"
4329
+ msgstr ""
4330
+
4331
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:143
4332
+ msgid "Custom Time Format"
4333
+ msgstr ""
4334
+
4335
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:279
4336
+ msgid "Custom URL"
4337
+ msgstr ""
4338
+
4339
+ #: includes/widgets/htmega_panel_slider.php:237
4340
+ msgid "Custom Width"
4341
+ msgstr ""
4342
+
4343
+ #: includes/widgets/htmega_notify.php:133
4344
+ msgid "Danger"
4345
+ msgstr ""
4346
+
4347
+ #: admin/include/admin-setting.php:511
4348
+ #: includes/widgets/htmega_data_table.php:13
4349
+ msgid "Data Table"
4350
+ msgstr ""
4351
+
4352
+ #: includes/widgets/htmega_data_table.php:321
4353
+ msgid "Data Type"
4354
+ msgstr ""
4355
+
4356
+ #: includes/recommended-plugins/recommended-plugins.php:121
4357
+ msgid "DataCaptia"
4358
+ msgstr ""
4359
+
4360
+ #: includes/widgets/htmega_booked_calender.php:288
4361
+ #: includes/widgets/htmega_custom_event.php:322
4362
+ #: includes/widgets/htmega_job_manager.php:99
4363
+ #: includes/widgets/htmega_newsticker.php:141
4364
+ #: includes/widgets/htmega_newsticker.php:258
4365
+ #: includes/widgets/htmega_newsticker.php:906
4366
+ #: includes/widgets/htmega_postgrid.php:149
4367
+ #: includes/widgets/htmega_postgrid.php:199
4368
+ #: includes/widgets/htmega_postgrid.php:571
4369
+ #: includes/widgets/htmega_post_grid_tab.php:156
4370
+ #: includes/widgets/htmega_post_slider.php:160
4371
+ #: includes/widgets/htmega_post_slider.php:265
4372
+ #: includes/widgets/htmega_singlepost.php:129
4373
+ #: includes/widgets/htmega_verticle_time_line.php:320
4374
+ #: extensions/ht-builder/widgets/bl_post_archive.php:200
4375
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:72
4376
+ msgid "Date"
4377
+ msgstr ""
4378
+
4379
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4380
+ msgid "Date Format"
4381
+ msgstr ""
4382
+
4383
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:90
4384
+ msgctxt "Date Format"
4385
+ msgid "March 6, 2018 (F j, Y)"
4386
+ msgstr ""
4387
+
4388
+ #: includes/widgets/htmega_newsticker.php:150
4389
+ msgid "Date Position In Left"
4390
+ msgstr ""
4391
+
4392
+ #: includes/widgets/htmega_booked_calender.php:63
4393
+ #: includes/widgets/htmega_business_hours.php:83
4394
+ #: includes/widgets/htmega_business_hours.php:505
4395
+ #: includes/widgets/htmega_countdown.php:132
4396
+ #: includes/widgets/htmega_instagram.php:113
4397
+ msgid "Day"
4398
+ msgstr ""
4399
+
4400
+ #: includes/widgets/htmega_business_hours.php:112
4401
+ msgid "Day Color"
4402
+ msgstr ""
4403
+
4404
+ #: includes/widgets/htmega_booked_calender.php:220
4405
+ msgid "Day Name Background"
4406
+ msgstr ""
4407
+
4408
+ #: includes/widgets/htmega_booked_calender.php:232
4409
+ msgid "Day Name Color"
4410
+ msgstr ""
4411
+
4412
+ #: includes/widgets/htmega_countdown.php:202
4413
+ #: includes/widgets/htmega_countdown.php:204
4414
+ msgid "Days"
4415
+ msgstr ""
4416
+
4417
+ #: includes/widgets/htmega_booked_calender.php:120
4418
+ msgid "December"
4419
+ msgstr ""
4420
+
4421
+ #: includes/widgets/htmega_booked_calender.php:54
4422
+ #: includes/widgets/htmega_booked_calender.php:166
4423
+ #: includes/widgets/htmega_scroll_navigation.php:127
4424
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:297
4425
+ #: extensions/ht-builder/widgets/bl_site_logo.php:52
4426
+ msgid "Default"
4427
+ msgstr ""
4428
+
4429
+ #: includes/widgets/htmega_data_table.php:93
4430
+ msgid "Default option for number of Rows"
4431
+ msgstr ""
4432
+
4433
+ #: includes/widgets/htmega_gallery_justify.php:119
4434
+ msgid "Default Popup"
4435
+ msgstr ""
4436
+
4437
+ #: includes/widgets/htmega_googlemap.php:60
4438
+ msgid "Default Zoom"
4439
+ msgstr ""
4440
+
4441
+ #: includes/widgets/htmega_notify.php:222
4442
+ msgid "Delay"
4443
+ msgstr ""
4444
+
4445
+ #: includes/widgets/htmega_instagram.php:99
4446
+ msgid "Delete existing caching data"
4447
+ msgstr ""
4448
+
4449
+ #: includes/widgets/htmega_socialshere.php:76
4450
+ msgid "Delicious"
4451
+ msgstr ""
4452
+
4453
+ #: includes/widgets/htmega_easy_digital_download.php:217
4454
+ msgid "DESC"
4455
+ msgstr ""
4456
+
4457
+ #: includes/widgets/htmega_job_manager.php:84
4458
+ #: includes/widgets/htmega_newsticker.php:277
4459
+ #: includes/widgets/htmega_postgrid.php:131
4460
+ #: includes/widgets/htmega_post_grid_tab.php:138
4461
+ #: includes/widgets/htmega_post_slider.php:142
4462
+ #: includes/widgets/htmega_wc_categories.php:145
4463
+ #: extensions/ht-builder/widgets/bl_post_archive.php:219
4464
+ msgid "Descending"
4465
+ msgstr ""
4466
+
4467
+ #: includes/widgets/htmega_add_banner.php:110
4468
+ #: includes/widgets/htmega_add_banner.php:548
4469
+ #: includes/widgets/htmega_call_to_action.php:104
4470
+ #: includes/widgets/htmega_call_to_action.php:618
4471
+ #: includes/widgets/htmega_custom_event.php:217
4472
+ #: includes/widgets/htmega_easy_digital_download.php:203
4473
+ #: includes/widgets/htmega_easy_digital_download.php:428
4474
+ #: includes/widgets/htmega_errorcontent.php:112
4475
+ #: includes/widgets/htmega_errorcontent.php:463
4476
+ #: includes/widgets/htmega_gravity_forms.php:172
4477
+ #: includes/widgets/htmega_imagemarker.php:922
4478
+ #: includes/widgets/htmega_image_grid.php:122
4479
+ #: includes/widgets/htmega_image_grid.php:376
4480
+ #: includes/widgets/htmega_image_masonry.php:103
4481
+ #: includes/widgets/htmega_image_masonry.php:352
4482
+ #: includes/widgets/htmega_ninja_form.php:211
4483
+ #: includes/widgets/htmega_service.php:469
4484
+ #: includes/widgets/htmega_special_day_banner.php:96
4485
+ #: includes/widgets/htmega_special_day_banner.php:453
4486
+ #: includes/widgets/htmega_wc_categories.php:131
4487
+ #: includes/widgets/htmega_working_process.php:96
4488
+ #: includes/widgets/htmega_working_process.php:712
4489
+ #: includes/widgets/htmega_wpforms.php:86
4490
+ #: includes/widgets/htmega_wpforms.php:203
4491
+ msgid "Description"
4492
+ msgstr ""
4493
+
4494
+ #: includes/widgets/htmega_ninja_form.php:95
4495
+ msgid "Description Hide"
4496
+ msgstr ""
4497
+
4498
+ #: includes/widgets/htmega_caldera_form.php:137
4499
+ #: includes/widgets/htmega_gravity_forms.php:343
4500
+ #: includes/widgets/htmega_ninja_form.php:432
4501
+ #: includes/widgets/htmega_wpforms.php:414
4502
+ msgid "Description Style"
4503
+ msgstr ""
4504
+
4505
+ #: includes/widgets/htmega_call_to_action.php:113
4506
+ msgid "Description Tag"
4507
+ msgstr ""
4508
+
4509
+ #: includes/widgets/htmega_data_table.php:281
4510
+ #: includes/widgets/htmega_pricing_list_view.php:455
4511
+ #: includes/widgets/htmega_teammember.php:163
4512
+ #: includes/widgets/htmega_teammember.php:774
4513
+ #: includes/widgets/htmega_testimonial_grid.php:175
4514
+ #: includes/widgets/htmega_testimonial_grid.php:480
4515
+ msgid "Designation"
4516
+ msgstr ""
4517
+
4518
+ #: includes/widgets/htmega_testimonial_grid.php:69
4519
+ msgid "Desktop"
4520
+ msgstr ""
4521
+
4522
+ #: includes/widgets/htmega_scroll_navigation.php:138
4523
+ msgid "Desktop Direction"
4524
+ msgstr ""
4525
+
4526
+ #: admin/include/templates/library/templates.php:30
4527
+ #: admin/include/templates/library/templates.php:31
4528
+ msgid "Desktop view"
4529
+ msgstr ""
4530
+
4531
+ #: includes/widgets/htmega_countdown.php:273
4532
+ msgid "Details"
4533
+ msgstr ""
4534
+
4535
+ #: includes/widgets/htmega_data_table.php:539
4536
+ #: includes/widgets/htmega_pricing_list_view.php:1105
4537
+ #: includes/widgets/htmega_testimonial_grid.php:239
4538
+ msgid "Developer"
4539
+ msgstr ""
4540
+
4541
+ #: includes/widgets/htmega_socialshere.php:73
4542
+ msgid "Digg"
4543
+ msgstr ""
4544
+
4545
+ #: includes/widgets/htmega_newsticker.php:128
4546
+ #: includes/widgets/htmega_popover.php:188
4547
+ #: includes/widgets/htmega_scroll_navigation.php:160
4548
+ #: includes/widgets/htmega_scroll_navigation.php:190
4549
+ #: includes/widgets/htmega_tooltip.php:176
4550
+ msgid "Direction"
4551
+ msgstr ""
4552
+
4553
+ #: includes/widgets/htmega_section_title.php:612
4554
+ #: includes/widgets/htmega_section_title.php:843
4555
+ msgid "Display"
4556
+ msgstr ""
4557
+
4558
+ #: includes/widgets/htmega_user_login_form.php:396
4559
+ msgid "Display as"
4560
+ msgstr ""
4561
+
4562
+ #: includes/helper-function.php:208
4563
+ msgid "div"
4564
+ msgstr ""
4565
+
4566
+ #: includes/helper-function.php:96 includes/helper-function.php:104
4567
+ #: extensions/ht-menu/menu/helper_function.php:17
4568
+ msgid "Do not Saved Templates."
4569
+ msgstr ""
4570
+
4571
+ #: extensions/wc-sales-notification/admin/setting.php:153
4572
+ msgid ""
4573
+ "Do not show purchases older than.( More Options are Pro features ) <span>( "
4574
+ "Pro )</span>"
4575
+ msgstr ""
4576
+
4577
+ #: includes/recommended-plugins/recommended-plugins.php:116
4578
+ msgid "Docus"
4579
+ msgstr ""
4580
+
4581
+ #: includes/widgets/htmega_user_login_form.php:105
4582
+ #: includes/widgets/htmega_user_login_form.php:107
4583
+ msgid "Don’t Have account? You can create an account by using this form."
4584
+ msgstr ""
4585
+
4586
+ #: includes/widgets/htmega_post_slider.php:373
4587
+ msgid "Dot Style"
4588
+ msgstr ""
4589
+
4590
+ #: admin/include/admin-setting.php:223
4591
+ #: includes/widgets/htmega_double_button.php:13
4592
+ #: includes/widgets/htmega_double_button.php:35
4593
+ msgid "Double Button"
4594
+ msgstr ""
4595
+
4596
+ #: includes/widgets/htmega_newsticker.php:133
4597
+ msgid "Down"
4598
+ msgstr ""
4599
+
4600
+ #: includes/widgets/htmega_download_monitor.php:54
4601
+ msgid "Download File"
4602
+ msgstr ""
4603
+
4604
+ #: admin/include/admin-setting.php:1144
4605
+ #: includes/widgets/htmega_download_monitor.php:13
4606
+ msgid "Download Monitor"
4607
+ msgstr ""
4608
+
4609
+ #: includes/widgets/htmega_download_monitor.php:421
4610
+ msgid "Downloaded"
4611
+ msgstr ""
4612
+
4613
+ #: admin/include/admin-setting.php:1344
4614
+ msgid "Drag n Drop, No coding Required"
4615
+ msgstr ""
4616
+
4617
+ #: includes/widgets/htmega_dropcaps.php:188
4618
+ msgid "Dropcap Letter"
4619
+ msgstr ""
4620
+
4621
+ #: admin/include/admin-setting.php:231 includes/widgets/htmega_dropcaps.php:13
4622
+ #: includes/widgets/htmega_dropcaps.php:35
4623
+ msgid "Dropcaps"
4624
+ msgstr ""
4625
+
4626
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4627
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4628
+ msgid "Dropdown Icon"
4629
+ msgstr ""
4630
+
4631
+ #: includes/widgets/htmega_countdown.php:109
4632
+ msgid "Due Date"
4633
+ msgstr ""
4634
+
4635
+ #: admin/include/admin-setting.php:1154
4636
+ #: includes/widgets/htmega_easy_digital_download.php:13
4637
+ #: includes/widgets/htmega_easy_digital_download.php:43
4638
+ msgid "Easy Digital Downloads"
4639
+ msgstr ""
4640
+
4641
+ #: admin/include/template-library.php:219
4642
+ msgid "Edit Page"
4643
+ msgstr ""
4644
+
4645
+ #: admin/include/template-library.php:219
4646
+ msgid "Edit Template"
4647
+ msgstr ""
4648
+
4649
+ #: includes/widgets/htmega_button.php:423
4650
+ msgid "Effect 1"
4651
+ msgstr ""
4652
+
4653
+ #: includes/widgets/htmega_button.php:432
4654
+ msgid "Effect 10"
4655
+ msgstr ""
4656
+
4657
+ #: includes/widgets/htmega_button.php:433
4658
+ msgid "Effect 11"
4659
+ msgstr ""
4660
+
4661
+ #: includes/widgets/htmega_button.php:434
4662
+ msgid "Effect 12"
4663
+ msgstr ""
4664
+
4665
+ #: includes/widgets/htmega_button.php:435
4666
+ msgid "Effect 13"
4667
+ msgstr ""
4668
+
4669
+ #: includes/widgets/htmega_button.php:436
4670
+ msgid "Effect 14"
4671
+ msgstr ""
4672
+
4673
+ #: includes/widgets/htmega_button.php:424
4674
+ msgid "Effect 2"
4675
+ msgstr ""
4676
+
4677
+ #: includes/widgets/htmega_button.php:425
4678
+ msgid "Effect 3"
4679
+ msgstr ""
4680
+
4681
+ #: includes/widgets/htmega_button.php:426
4682
+ msgid "Effect 4"
4683
+ msgstr ""
4684
+
4685
+ #: includes/widgets/htmega_button.php:427
4686
+ msgid "Effect 5"
4687
+ msgstr ""
4688
+
4689
+ #: includes/widgets/htmega_button.php:428
4690
+ msgid "Effect 6"
4691
+ msgstr ""
4692
+
4693
+ #: includes/widgets/htmega_button.php:429
4694
+ msgid "Effect 7"
4695
+ msgstr ""
4696
+
4697
+ #: includes/widgets/htmega_button.php:430
4698
+ msgid "Effect 8"
4699
+ msgstr ""
4700
+
4701
+ #: includes/widgets/htmega_button.php:431
4702
+ msgid "Effect 9"
4703
+ msgstr ""
4704
+
4705
+ #: includes/widgets/htmega_button.php:463
4706
+ msgid "Effect After Color"
4707
+ msgstr ""
4708
+
4709
+ #: includes/widgets/htmega_button.php:444
4710
+ #: includes/widgets/htmega_button.php:454
4711
+ #: includes/widgets/htmega_button.php:472
4712
+ msgid "Effect Before Color"
4713
+ msgstr ""
4714
+
4715
+ #: includes/widgets/htmega_wc_element_pages.php:48
4716
+ msgid "Element"
4717
+ msgstr ""
4718
+
4719
+ #: includes/widgets/htmega_notify.php:96
4720
+ msgid "Element Container"
4721
+ msgstr ""
4722
+
4723
+ #: includes/widgets/htmega_wc_element_pages.php:793
4724
+ #: includes/widgets/htmega_wc_element_pages.php:1459
4725
+ msgid "Element Space"
4726
+ msgstr ""
4727
+
4728
+ #: includes/class.htmega.php:182 admin/include/templates_list.php:42
4729
+ msgid "Elementor"
4730
+ msgstr ""
4731
+
4732
+ #: includes/class.htmega.php:160
4733
+ msgid "Elementor Activate Now"
4734
+ msgstr ""
4735
+
4736
+ #: includes/class.htmega.php:168
4737
+ msgid "Elementor Install Now"
4738
+ msgstr ""
4739
+
4740
+ #: includes/widgets/htmega_accordion.php:82
4741
+ #: includes/widgets/htmega_accordion.php:222
4742
+ #: includes/widgets/htmega_blockquote.php:46
4743
+ #: includes/widgets/htmega_modal.php:56
4744
+ #: includes/widgets/htmega_offcanvas.php:62
4745
+ #: includes/widgets/htmega_scroll_navigation.php:65
4746
+ #: includes/widgets/htmega_switcher.php:107
4747
+ #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tabs.php:91
4748
+ #: includes/widgets/htmega_toggle.php:84
4749
+ msgid "Elementor Template"
4750
+ msgstr ""
4751
+
4752
+ #: admin/include/admin-setting.php:76
4753
+ msgid "Elements"
4754
+ msgstr ""
4755
+
4756
+ #: includes/widgets/htmega_data_table.php:285
4757
+ #: includes/widgets/htmega_pricing_list_view.php:459
4758
+ msgid "Email"
4759
+ msgstr ""
4760
+
4761
+ #: includes/helper-function.php:465
4762
+ msgid "Email Already in Use"
4763
+ msgstr ""
4764
+
4765
+ #: includes/helper-function.php:462
4766
+ msgid "Email is not valid"
4767
+ msgstr ""
4768
+
4769
+ #: extensions/ht-menu/classes/class.mega-menu.php:120
4770
+ msgid "Enable megamenu?"
4771
+ msgstr ""
4772
+
4773
+ #: includes/widgets/htmega_accordion.php:1113
4774
+ #: includes/widgets/htmega_counter.php:74
4775
+ #: includes/widgets/htmega_user_login_form.php:430
4776
+ msgid "End"
4777
+ msgstr ""
4778
+
4779
+ #: includes/widgets/htmega_googlemap.php:113
4780
+ msgid "Enter Map Style Json Code."
4781
+ msgstr ""
4782
+
4783
+ #: includes/widgets/htmega_data_table.php:123
4784
+ msgid "Enter the number separate by comma(10,25,50,100)"
4785
+ msgstr ""
4786
+
4787
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:106
4788
+ msgid "Enter you text"
4789
+ msgstr ""
4790
+
4791
+ #: includes/widgets/htmega_section_title.php:82
4792
+ #: includes/widgets/htmega_section_title.php:84
4793
+ msgid "Enter your advance title"
4794
+ msgstr ""
4795
+
4796
+ #: includes/widgets/htmega_googlemap.php:102
4797
+ msgid "Enter your center address."
4798
+ msgstr ""
4799
+
4800
+ #: includes/widgets/htmega_dropcaps.php:61
4801
+ msgid "Enter Your Dropcaps Content."
4802
+ msgstr ""
4803
+
4804
+ #: includes/widgets/htmega_googlemap.php:283
4805
+ msgid "Enter your fixed address."
4806
+ msgstr ""
4807
+
4808
+ #: includes/widgets/htmega_section_title.php:71
4809
+ #: includes/widgets/htmega_section_title.php:73
4810
+ msgid "Enter your sub title"
4811
+ msgstr ""
4812
+
4813
+ #: extensions/ht-builder/widgets/bl_post_archive.php:74
4814
+ msgid "Enter Your Text"
4815
+ msgstr ""
4816
+
4817
+ #: includes/widgets/htmega_button.php:64 includes/widgets/htmega_button.php:66
4818
+ msgid "Enter your Text"
4819
+ msgstr ""
4820
+
4821
+ #: includes/widgets/htmega_section_title.php:59
4822
+ #: includes/widgets/htmega_section_title.php:61
4823
+ msgid "Enter your title"
4824
+ msgstr ""
4825
+
4826
+ #: includes/widgets/htmega_tablepress.php:75
4827
+ msgid "Entries Hide"
4828
+ msgstr ""
4829
+
4830
+ #: includes/widgets/htmega_ninja_form.php:1109
4831
+ msgid "Error Color"
4832
+ msgstr ""
4833
+
4834
+ #: includes/widgets/htmega_caldera_form.php:619
4835
+ #: includes/widgets/htmega_gravity_forms.php:850
4836
+ msgid "Error Text Color"
4837
+ msgstr ""
4838
+
4839
+ #: includes/widgets/htmega_gravity_forms.php:842
4840
+ msgid "Errors and Confirmation Style"
4841
+ msgstr ""
4842
+
4843
+ #: includes/widgets/htmega_contact_form_seven.php:960
4844
+ msgid "Errors and Feedback Style"
4845
+ msgstr ""
4846
+
4847
+ #: includes/widgets/htmega_caldera_form.php:611
4848
+ #: includes/widgets/htmega_ninja_form.php:1101
4849
+ #: includes/widgets/htmega_quforms.php:969
4850
+ msgid "Errors and Success Style"
4851
+ msgstr ""
4852
+
4853
+ #: includes/widgets/htmega_wpforms.php:1136
4854
+ msgid "Errors Style"
4855
+ msgstr ""
4856
+
4857
+ #: includes/widgets/htmega_wc_element_pages.php:1204
4858
+ msgid "Even"
4859
+ msgstr ""
4860
+
4861
+ #: includes/widgets/htmega_custom_event.php:35
4862
+ msgid "Event"
4863
+ msgstr ""
4864
+
4865
+ #: includes/widgets/htmega_countdown.php:261
4866
+ msgid "Event Button"
4867
+ msgstr ""
4868
+
4869
+ #: includes/widgets/htmega_custom_event.php:102
4870
+ msgid "Event Button Link"
4871
+ msgstr ""
4872
+
4873
+ #: includes/widgets/htmega_custom_event.php:93
4874
+ msgid "Event Button text"
4875
+ msgstr ""
4876
+
4877
+ #: admin/include/admin-setting.php:645
4878
+ msgid "Event Calendar <span>( Pro )</span>"
4879
+ msgstr ""
4880
+
4881
+ #: includes/widgets/htmega_countdown.php:54
4882
+ msgid "Event Calendar Not Installed"
4883
+ msgstr ""
4884
+
4885
+ #: includes/widgets/htmega_tablepress.php:263
4886
+ msgid "Event Cell"
4887
+ msgstr ""
4888
+
4889
+ #: includes/widgets/htmega_countdown.php:72
4890
+ msgid "Event Countdown"
4891
+ msgstr ""
4892
+
4893
+ #: includes/widgets/htmega_custom_event.php:85
4894
+ msgid "Event description"
4895
+ msgstr ""
4896
+
4897
+ #: includes/widgets/htmega_countdown.php:81
4898
+ msgid "Event List"
4899
+ msgstr ""
4900
+
4901
+ #: includes/widgets/htmega_custom_event.php:76
4902
+ msgid "Event Location"
4903
+ msgstr ""
4904
+
4905
+ #: includes/widgets/htmega_custom_event.php:68
4906
+ msgid "Event Time"
4907
+ msgstr ""
4908
+
4909
+ #: includes/widgets/htmega_custom_event.php:44
4910
+ msgid "Event Title."
4911
+ msgstr ""
4912
+
4913
+ #: includes/recommended-plugins/recommended-plugins.php:68
4914
+ msgid "EverCompare"
4915
+ msgstr ""
4916
+
4917
+ #: includes/widgets/htmega_socialshere.php:74
4918
+ msgid "Evernote"
4919
+ msgstr ""
4920
+
4921
+ #: includes/widgets/htmega_notify.php:178
4922
+ msgid "Exit Animation"
4923
+ msgstr ""
4924
+
4925
+ #: includes/widgets/htmega_post_grid_tab.php:259
4926
+ msgid "Expand Box Style"
4927
+ msgstr ""
4928
+
4929
+ #: includes/widgets/htmega_accordion.php:464
4930
+ msgid "Expand Item Height"
4931
+ msgstr ""
4932
+
4933
+ #: includes/widgets/htmega_button.php:96
4934
+ #: includes/widgets/htmega_double_button.php:49
4935
+ msgid "Extra Large"
4936
+ msgstr ""
4937
+
4938
+ #: includes/widgets/htmega_button.php:97
4939
+ #: includes/widgets/htmega_double_button.php:50
4940
+ msgid "Extra Small"
4941
+ msgstr ""
4942
+
4943
+ #: includes/widgets/htmega_weather.php:56
4944
+ msgid "F"
4945
+ msgstr ""
4946
+
4947
+ #: includes/widgets/htmega_socialshere.php:62
4948
+ #: includes/widgets/htmega_socialshere.php:102
4949
+ #: includes/widgets/htmega_socialshere.php:320
4950
+ msgid "Facebook"
4951
+ msgstr ""
4952
+
4953
+ #: admin/include/admin-setting.php:729
4954
+ msgid "Facebook Review <span>( Pro )</span>"
4955
+ msgstr ""
4956
+
4957
+ #: includes/widgets/htmega_notify.php:153
4958
+ #: includes/widgets/htmega_notify.php:188
4959
+ msgid "fadeIn"
4960
+ msgstr ""
4961
+
4962
+ #: includes/widgets/htmega_notify.php:154
4963
+ #: includes/widgets/htmega_notify.php:189
4964
+ msgid "fadeInDown"
4965
+ msgstr ""
4966
+
4967
+ #: includes/widgets/htmega_notify.php:155
4968
+ #: includes/widgets/htmega_notify.php:190
4969
+ msgid "fadeInDownBig"
4970
+ msgstr ""
4971
+
4972
+ #: includes/widgets/htmega_notify.php:156
4973
+ #: includes/widgets/htmega_notify.php:191
4974
+ #: extensions/wc-sales-notification/admin/setting.php:169
4975
+ msgid "fadeInLeft"
4976
+ msgstr ""
4977
+
4978
+ #: includes/widgets/htmega_notify.php:157
4979
+ #: includes/widgets/htmega_notify.php:192
4980
+ msgid "fadeInLeftBig"
4981
+ msgstr ""
4982
+
4983
+ #: includes/widgets/htmega_notify.php:158
4984
+ #: includes/widgets/htmega_notify.php:193
4985
+ msgid "fadeInRight"
4986
+ msgstr ""
4987
+
4988
+ #: includes/widgets/htmega_notify.php:159
4989
+ #: includes/widgets/htmega_notify.php:194
4990
+ msgid "fadeInRightBig"
4991
+ msgstr ""
4992
+
4993
+ #: includes/widgets/htmega_notify.php:162
4994
+ #: includes/widgets/htmega_notify.php:197
4995
+ msgid "fadeInUp"
4996
+ msgstr ""
4997
+
4998
+ #: includes/widgets/htmega_notify.php:165
4999
+ #: includes/widgets/htmega_notify.php:200
5000
+ msgid "fadeInUpBig"
5001
+ msgstr ""
5002
+
5003
+ #: includes/widgets/htmega_notify.php:164
5004
+ #: includes/widgets/htmega_notify.php:199
5005
+ msgid "fadeOutDown"
5006
+ msgstr ""
5007
+
5008
+ #: includes/widgets/htmega_notify.php:161
5009
+ #: includes/widgets/htmega_notify.php:196
5010
+ msgid "fadeOutLeft"
5011
+ msgstr ""
5012
+
5013
+ #: includes/widgets/htmega_notify.php:160
5014
+ #: includes/widgets/htmega_notify.php:195
5015
+ #: extensions/wc-sales-notification/admin/setting.php:181
5016
+ msgid "fadeOutRight"
5017
+ msgstr ""
5018
+
5019
+ #: includes/widgets/htmega_notify.php:163
5020
+ #: includes/widgets/htmega_notify.php:198
5021
+ msgid "fadeOutUp"
5022
+ msgstr ""
5023
+
5024
+ #: extensions/wc-sales-notification/admin/setting.php:70
5025
+ msgid "Fakes"
5026
+ msgstr ""
5027
+
5028
+ #: admin/include/admin-setting.php:1427 admin/include/admin-setting.php:1452
5029
+ msgid "Fakes notification"
5030
+ msgstr ""
5031
+
5032
+ #: includes/widgets/htmega_pricing_list_view.php:148
5033
+ #: includes/widgets/htmega_pricing_list_view.php:154
5034
+ #: includes/widgets/htmega_pricing_list_view.php:160
5035
+ #: includes/widgets/htmega_pricing_list_view.php:166
5036
+ msgid "fas fa-shopping-basket"
5037
+ msgstr ""
5038
+
5039
+ #: includes/widgets/htmega_job_manager.php:113
5040
+ msgid "Feature Jobs only"
5041
+ msgstr ""
5042
+
5043
+ #: admin/include/admin-setting.php:666
5044
+ msgid "Feature List <span>( Pro )</span>"
5045
+ msgstr ""
5046
+
5047
+ #: includes/widgets/htmega_booked_calender.php:110
5048
+ msgid "February"
5049
+ msgstr ""
5050
+
5051
+ #: includes/widgets/htmega_instragram_feed.php:49
5052
+ msgid "Feed Limit"
5053
+ msgstr ""
5054
+
5055
+ #: includes/widgets/htmega_contact_form_seven.php:994
5056
+ msgid "Feedback Style"
5057
+ msgstr ""
5058
+
5059
+ #: includes/widgets/htmega_data_table.php:308
5060
+ msgid "Field Type"
5061
+ msgstr ""
5062
+
5063
+ #: includes/widgets/htmega_pricing_list_view.php:545
5064
+ msgid "Fild Type"
5065
+ msgstr ""
5066
+
5067
+ #: includes/widgets/htmega_job_manager.php:142
5068
+ msgid "Filters"
5069
+ msgstr ""
5070
+
5071
+ #: includes/widgets/htmega_layer_slider.php:72
5072
+ msgid "First Slide Number"
5073
+ msgstr ""
5074
+
5075
+ #: includes/widgets/htmega_image_grid.php:74
5076
+ #: includes/widgets/htmega_image_masonry.php:83
5077
+ #: includes/widgets/htmega_testimonial_grid.php:77
5078
+ msgid "Five"
5079
+ msgstr ""
5080
+
5081
+ #: includes/widgets/htmega_googlemap.php:281
5082
+ msgid "Fixed Address"
5083
+ msgstr ""
5084
+
5085
+ #: includes/widgets/htmega_googlemap.php:502
5086
+ msgid "Fixed Address Span Style"
5087
+ msgstr ""
5088
+
5089
+ #: includes/widgets/htmega_googlemap.php:272
5090
+ msgid "Fixed Maps Address:"
5091
+ msgstr ""
5092
+
5093
+ #: admin/include/admin-setting.php:239
5094
+ msgid "Flip Box"
5095
+ msgstr ""
5096
+
5097
+ #: includes/widgets/htmega_instagram.php:303
5098
+ msgid "Flow Button Icon"
5099
+ msgstr ""
5100
+
5101
+ #: includes/widgets/htmega_caldera_form.php:369
5102
+ #: includes/widgets/htmega_contact_form_seven.php:367
5103
+ #: includes/widgets/htmega_contact_form_seven.php:592
5104
+ #: includes/widgets/htmega_gravity_forms.php:568
5105
+ #: includes/widgets/htmega_ninja_form.php:634
5106
+ #: includes/widgets/htmega_ninja_form.php:852
5107
+ #: includes/widgets/htmega_quforms.php:470
5108
+ #: includes/widgets/htmega_quforms.php:687
5109
+ #: includes/widgets/htmega_search.php:391
5110
+ #: includes/widgets/htmega_wc_element_pages.php:580
5111
+ #: includes/widgets/htmega_wc_element_pages.php:842
5112
+ #: includes/widgets/htmega_wc_element_pages.php:1400
5113
+ #: includes/widgets/htmega_wpforms.php:637
5114
+ #: includes/widgets/htmega_wpforms.php:855
5115
+ msgid "Focus"
5116
+ msgstr ""
5117
+
5118
+ #: includes/widgets/htmega_instagram.php:292
5119
+ msgid "Follow @"
5120
+ msgstr ""
5121
+
5122
+ #: includes/widgets/htmega_instagram.php:1282
5123
+ msgid "Follow Button"
5124
+ msgstr ""
5125
+
5126
+ #: includes/widgets/htmega_instagram.php:290
5127
+ msgid "Follow button Aditional text"
5128
+ msgstr ""
5129
+
5130
+ #: includes/widgets/htmega_instragram_feed.php:158
5131
+ msgid "Follow Color"
5132
+ msgstr ""
5133
+
5134
+ #: includes/widgets/htmega_instragram_feed.php:106
5135
+ #: includes/widgets/htmega_instragram_feed.php:107
5136
+ msgid "Follow on Instagram"
5137
+ msgstr ""
5138
+
5139
+ #: includes/widgets/htmega_instragram_feed.php:104
5140
+ msgid "Follow Text"
5141
+ msgstr ""
5142
+
5143
+ #: includes/widgets/htmega_instragram_feed.php:170
5144
+ msgid "Follow Text Color"
5145
+ msgstr ""
5146
+
5147
+ #: includes/widgets/htmega_googlemap.php:201
5148
+ #: includes/widgets/htmega_googlemap.php:232
5149
+ #: includes/widgets/htmega_googlemap.php:434
5150
+ #: includes/widgets/htmega_googlemap.php:521
5151
+ msgid "Font Color"
5152
+ msgstr ""
5153
+
5154
+ #: includes/widgets/htmega_blockquote.php:575
5155
+ #: includes/widgets/htmega_carousel.php:570
5156
+ #: includes/widgets/htmega_imagemarker.php:514
5157
+ #: includes/widgets/htmega_instagram.php:772
5158
+ #: includes/widgets/htmega_instagram.php:946
5159
+ #: includes/widgets/htmega_lightbox.php:377
5160
+ #: includes/widgets/htmega_panel_slider.php:828
5161
+ #: includes/widgets/htmega_post_slider.php:1555
5162
+ #: includes/widgets/htmega_search.php:464
5163
+ #: includes/widgets/htmega_search.php:716
5164
+ #: includes/widgets/htmega_slider_thumb_gallery.php:836
5165
+ #: includes/widgets/htmega_teammember.php:1047
5166
+ #: includes/widgets/htmega_twitter_feed.php:1088
5167
+ #: includes/widgets/htmega_videoplayer.php:366
5168
+ #: includes/widgets/htmega_working_process.php:955
5169
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:469
5170
+ msgid "Font Size"
5171
+ msgstr ""
5172
+
5173
+ #: includes/widgets/htmega_modal.php:746
5174
+ msgid "Footer"
5175
+ msgstr ""
5176
+
5177
+ #: includes/widgets/htmega_modal.php:831
5178
+ msgid "Footer Close Button"
5179
+ msgstr ""
5180
+
5181
+ #: includes/widgets/htmega_data_table.php:188
5182
+ msgid "Footer Info"
5183
+ msgstr ""
5184
+
5185
+ #: extensions/ht-builder/classes/class.header_footer.php:100
5186
+ msgid "Footer Template"
5187
+ msgstr ""
5188
+
5189
+ #: extensions/ht-builder/admin/setting.php:91
5190
+ msgid "Footer Template."
5191
+ msgstr ""
5192
+
5193
+ #: includes/widgets/htmega_modal.php:91
5194
+ msgid "Footer Text"
5195
+ msgstr ""
5196
+
5197
+ #: includes/widgets/htmega_tablepress.php:399
5198
+ msgid "Footer text"
5199
+ msgstr ""
5200
+
5201
+ #: includes/widgets/htmega_tablepress.php:108
5202
+ msgid "Footer text Hide"
5203
+ msgstr ""
5204
+
5205
+ #: includes/widgets/htmega_pricing_list_view.php:329
5206
+ #: includes/widgets/htmega_pricing_list_view.php:958
5207
+ msgid "For Layout 4 only"
5208
+ msgstr ""
5209
+
5210
+ #: includes/widgets/htmega_mailchimp_wp.php:69
5211
+ msgid ""
5212
+ "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
5213
+ "target=\"_blank\"> Click here </a>"
5214
+ msgstr ""
5215
+
5216
+ #: includes/widgets/htmega_weather.php:317
5217
+ msgid "Forcast"
5218
+ msgstr ""
5219
+
5220
+ #: includes/widgets/htmega_weather.php:80
5221
+ msgid "Forecast"
5222
+ msgstr ""
5223
+
5224
+ #: includes/widgets/htmega_user_login_form.php:296
5225
+ msgid "Forget Password Position"
5226
+ msgstr ""
5227
+
5228
+ #: includes/widgets/htmega_user_login_form.php:951
5229
+ msgid "Forget Text"
5230
+ msgstr ""
5231
+
5232
+ #: includes/widgets/htmega_user_login_form.php:967
5233
+ msgid "Forget Text Color"
5234
+ msgstr ""
5235
+
5236
+ #: includes/widgets/htmega_user_login_form.php:978
5237
+ msgid "Forget Text Hover Color"
5238
+ msgstr ""
5239
+
5240
+ #: includes/widgets/htmega_user_login_form.php:1639
5241
+ #: includes/widgets/htmega_user_login_form.php:1662
5242
+ msgid "Forgot Password?"
5243
+ msgstr ""
5244
+
5245
+ #: includes/widgets/htmega_wpforms.php:47
5246
+ msgid "Form not found"
5247
+ msgstr ""
5248
+
5249
+ #: includes/helper-function.php:356
5250
+ #: includes/widgets/htmega_gravity_forms.php:48
5251
+ #: includes/widgets/htmega_quforms.php:49
5252
+ msgid "Form Not Found!"
5253
+ msgstr ""
5254
+
5255
+ #: includes/widgets/htmega_ninja_form.php:49
5256
+ msgid "Form Not Found."
5257
+ msgstr ""
5258
+
5259
+ #: includes/widgets/htmega_contact_form_seven.php:80
5260
+ msgid "Form Wrapper Style"
5261
+ msgstr ""
5262
+
5263
+ #: includes/widgets/htmega_bbpress.php:55
5264
+ msgid "Forum Form"
5265
+ msgstr ""
5266
+
5267
+ #: includes/widgets/htmega_bbpress.php:54
5268
+ msgid "Forum Index"
5269
+ msgstr ""
5270
+
5271
+ #: includes/widgets/htmega_image_grid.php:73
5272
+ #: includes/widgets/htmega_image_masonry.php:82
5273
+ #: includes/widgets/htmega_testimonial_grid.php:76
5274
+ #: includes/widgets/htmega_testimonial_grid.php:91
5275
+ #: includes/widgets/htmega_testimonial_grid.php:108
5276
+ msgid "Four"
5277
+ msgstr ""
5278
+
5279
+ #: admin/include/templates_list.php:53
5280
+ msgid "Free"
5281
+ msgstr ""
5282
+
5283
+ #: includes/widgets/htmega_business_hours.php:194
5284
+ msgid "Friday"
5285
+ msgstr ""
5286
+
5287
+ #: includes/widgets/htmega_gravity_forms.php:100
5288
+ msgid "From Ajax"
5289
+ msgstr ""
5290
+
5291
+ #: includes/widgets/htmega_instragram_feed.php:72
5292
+ msgid "Full"
5293
+ msgstr ""
5294
+
5295
+ #: includes/widgets/htmega_scroll_navigation.php:217
5296
+ msgid "Full Screen"
5297
+ msgstr ""
5298
+
5299
+ #: admin/include/admin-setting.php:247
5300
+ #: includes/widgets/htmega_gallery_justify.php:13
5301
+ #: includes/widgets/htmega_gallery_justify.php:51
5302
+ msgid "Gallery Justify"
5303
+ msgstr ""
5304
+
5305
+ #: includes/widgets/htmega_gallery_justify.php:120
5306
+ msgid "Gallery Popup "
5307
+ msgstr ""
5308
+
5309
+ #: admin/include/admin-setting.php:71
5310
+ msgid "General"
5311
+ msgstr ""
5312
+
5313
+ #: includes/widgets/htmega_testimonial_grid.php:238
5314
+ msgid "Gerald Gilbert"
5315
+ msgstr ""
5316
+
5317
+ #: admin/include/admin-setting.php:1350
5318
+ msgid "Get Pro Now"
5319
+ msgstr ""
5320
+
5321
+ #: admin/include/admin-setting.php:1351
5322
+ msgid "Get pro now"
5323
+ msgstr ""
5324
+
5325
+ #: includes/class.htmega.php:212
5326
+ #: admin/include/templates/library/templates.php:71
5327
+ msgid "Go Pro"
5328
+ msgstr ""
5329
+
5330
+ #: admin/include/admin-setting.php:798
5331
+ msgid ""
5332
+ "Go to <a href=\"https://developers.google."
5333
+ "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
5334
+ "//developers.google.com</a> and generate the API key."
5335
+ msgstr ""
5336
+
5337
+ #: includes/widgets/htmega_googlemap.php:114
5338
+ msgid ""
5339
+ "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
5340
+ "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
5341
+ "Style Array"
5342
+ msgstr ""
5343
+
5344
+ #: includes/widgets/htmega_inlinemenu.php:81
5345
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:75
5346
+ #, php-format
5347
+ msgid ""
5348
+ "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
5349
+ "menus."
5350
+ msgstr ""
5351
+
5352
+ #: includes/widgets/htmega_lightbox.php:95
5353
+ msgid "Goggle Map Embed URL"
5354
+ msgstr ""
5355
+
5356
+ #: admin/include/admin-setting.php:255 includes/widgets/htmega_googlemap.php:13
5357
+ #: includes/widgets/htmega_googlemap.php:43
5358
+ #: includes/widgets/htmega_lightbox.php:55
5359
+ msgid "Google Map"
5360
+ msgstr ""
5361
+
5362
+ #: admin/include/admin-setting.php:797
5363
+ msgid "Google Map API Key"
5364
+ msgstr ""
5365
+
5366
+ #: admin/include/admin-setting.php:799
5367
+ msgid "Google Map API key"
5368
+ msgstr ""
5369
+
5370
+ #: includes/widgets/htmega_socialshere.php:330
5371
+ msgid "Google Plus"
5372
+ msgstr ""
5373
+
5374
+ #: includes/widgets/htmega_socialshere.php:64
5375
+ msgid "Google+"
5376
+ msgstr ""
5377
+
5378
+ #: includes/widgets/htmega_postgrid.php:424
5379
+ #: includes/widgets/htmega_post_grid_tab.php:1269
5380
+ #: includes/widgets/htmega_post_grid_tab.php:1287
5381
+ msgid "Gradient "
5382
+ msgstr ""
5383
+
5384
+ #: includes/widgets/htmega_postgrid.php:406
5385
+ #: includes/widgets/htmega_post_grid_tab.php:1251
5386
+ msgid "Gradient Five"
5387
+ msgstr ""
5388
+
5389
+ #: includes/widgets/htmega_postgrid.php:388
5390
+ #: includes/widgets/htmega_post_grid_tab.php:1233
5391
+ msgid "Gradient Four"
5392
+ msgstr ""
5393
+
5394
+ #: includes/widgets/htmega_postgrid.php:334
5395
+ #: includes/widgets/htmega_postgrid.php:352
5396
+ #: includes/widgets/htmega_post_grid_tab.php:1179
5397
+ #: includes/widgets/htmega_post_grid_tab.php:1197
5398
+ msgid "Gradient One"
5399
+ msgstr ""
5400
+
5401
+ #: includes/widgets/htmega_postgrid.php:370
5402
+ #: includes/widgets/htmega_post_grid_tab.php:1215
5403
+ msgid "Gradient Three"
5404
+ msgstr ""
5405
+
5406
+ #: admin/include/admin-setting.php:1164
5407
+ #: includes/widgets/htmega_gravity_forms.php:13
5408
+ #: includes/widgets/htmega_gravity_forms.php:59
5409
+ msgid "Gravity Forms"
5410
+ msgstr ""
5411
+
5412
+ #: includes/widgets/htmega_buddy_press.php:53
5413
+ msgid "Group"
5414
+ msgstr ""
5415
+
5416
+ #: includes/widgets/htmega_post_grid_tab.php:1092
5417
+ msgid "Group Item Style"
5418
+ msgstr ""
5419
+
5420
+ #: includes/helper-function.php:201
5421
+ msgid "H1"
5422
+ msgstr ""
5423
+
5424
+ #: includes/helper-function.php:202
5425
+ msgid "H2"
5426
+ msgstr ""
5427
+
5428
+ #: includes/helper-function.php:203
5429
+ msgid "H3"
5430
+ msgstr ""
5431
+
5432
+ #: includes/helper-function.php:204
5433
+ msgid "H4"
5434
+ msgstr ""
5435
+
5436
+ #: includes/helper-function.php:205
5437
+ msgid "H5"
5438
+ msgstr ""
5439
+
5440
+ #: includes/helper-function.php:206
5441
+ msgid "H6"
5442
+ msgstr ""
5443
+
5444
+ #: includes/widgets/htmega_image_comparison.php:411
5445
+ msgid "Handler"
5446
+ msgstr ""
5447
+
5448
+ #: includes/widgets/htmega_counter.php:156
5449
+ msgid "Happy Clients"
5450
+ msgstr ""
5451
+
5452
+ #: includes/widgets/htmega_twitter_feed.php:73
5453
+ msgid "hastechit"
5454
+ msgstr ""
5455
+
5456
+ #: includes/recommended-plugins/class.recommended-plugins.php:227
5457
+ msgid "HasTheme"
5458
+ msgstr ""
5459
+
5460
+ #. Author of the plugin
5461
+ msgid "HasThemes"
5462
+ msgstr ""
5463
+
5464
+ #: includes/widgets/htmega_booked_calender.php:186
5465
+ #: includes/widgets/htmega_modal.php:574
5466
+ #: includes/widgets/htmega_popover.php:584
5467
+ #: includes/widgets/htmega_tablepress.php:143
5468
+ msgid "Header"
5469
+ msgstr ""
5470
+
5471
+ #: includes/widgets/htmega_booked_calender.php:197
5472
+ msgid "Header Background"
5473
+ msgstr ""
5474
+
5475
+ #: includes/widgets/htmega_booked_calender.php:209
5476
+ #: includes/widgets/htmega_instragram_feed.php:146
5477
+ #: includes/widgets/htmega_user_login_form.php:692
5478
+ msgid "Header Color"
5479
+ msgstr ""
5480
+
5481
+ #: includes/widgets/htmega_modal.php:42
5482
+ #: includes/widgets/htmega_user_login_form.php:721
5483
+ msgid "Header Content"
5484
+ msgstr ""
5485
+
5486
+ #: extensions/ht-builder/classes/class.header_footer.php:89
5487
+ msgid "Header Template"
5488
+ msgstr ""
5489
+
5490
+ #: extensions/ht-builder/admin/setting.php:82
5491
+ msgid "Header Template."
5492
+ msgstr ""
5493
+
5494
+ #: includes/widgets/htmega_booked_calender.php:475
5495
+ msgid "Heading"
5496
+ msgstr ""
5497
+
5498
+ #: includes/widgets/htmega_animated_heading.php:128
5499
+ msgid "Heading After Text"
5500
+ msgstr ""
5501
+
5502
+ #: includes/widgets/htmega_animated_heading.php:91
5503
+ msgid "Heading Before Text"
5504
+ msgstr ""
5505
+
5506
+ #: extensions/wc-sales-notification/admin/setting.php:196
5507
+ msgid "Heading Color"
5508
+ msgstr ""
5509
+
5510
+ #: admin/include/admin-setting.php:1435 admin/include/admin-setting.php:1460
5511
+ msgid "Heading color option"
5512
+ msgstr ""
5513
+
5514
+ #: includes/widgets/htmega_animated_heading.php:138
5515
+ msgid "Heading Placeholder Text"
5516
+ msgstr ""
5517
+
5518
+ #: includes/widgets/htmega_user_login_form.php:669
5519
+ msgid "Heading Title Style"
5520
+ msgstr ""
5521
+
5522
+ #: includes/widgets/htmega_blockquote.php:658
5523
+ #: includes/widgets/htmega_caldera_form.php:239
5524
+ #: includes/widgets/htmega_carousel.php:628
5525
+ #: includes/widgets/htmega_carousel.php:893
5526
+ #: includes/widgets/htmega_carousel.php:1132
5527
+ #: includes/widgets/htmega_carousel.php:1226
5528
+ #: includes/widgets/htmega_contact_form_seven.php:195
5529
+ #: includes/widgets/htmega_contact_form_seven.php:473
5530
+ #: includes/widgets/htmega_contact_form_seven.php:784
5531
+ #: includes/widgets/htmega_gravity_forms.php:448
5532
+ #: includes/widgets/htmega_gravity_forms.php:647
5533
+ #: includes/widgets/htmega_imagemarker.php:830
5534
+ #: includes/widgets/htmega_image_comparison.php:486
5535
+ #: includes/widgets/htmega_instagram.php:1003
5536
+ #: includes/widgets/htmega_instagram.php:1182
5537
+ #: includes/widgets/htmega_mailchimp_wp.php:167
5538
+ #: includes/widgets/htmega_mailchimp_wp.php:308
5539
+ #: includes/widgets/htmega_modal.php:329
5540
+ #: includes/widgets/htmega_ninja_form.php:533
5541
+ #: includes/widgets/htmega_ninja_form.php:755
5542
+ #: includes/widgets/htmega_ninja_form.php:930
5543
+ #: includes/widgets/htmega_notify.php:680
5544
+ #: includes/widgets/htmega_panel_slider.php:900
5545
+ #: includes/widgets/htmega_panel_slider.php:1107
5546
+ #: includes/widgets/htmega_post_slider.php:1613
5547
+ #: includes/widgets/htmega_post_slider.php:1762
5548
+ #: includes/widgets/htmega_pricing_list_view.php:385
5549
+ #: includes/widgets/htmega_pricing_list_view.php:1014
5550
+ #: includes/widgets/htmega_progress_bar.php:428
5551
+ #: includes/widgets/htmega_quforms.php:394
5552
+ #: includes/widgets/htmega_quforms.php:614
5553
+ #: includes/widgets/htmega_quforms.php:790
5554
+ #: includes/widgets/htmega_scroll_navigation.php:213
5555
+ #: includes/widgets/htmega_scroll_navigation.php:429
5556
+ #: includes/widgets/htmega_search.php:309
5557
+ #: includes/widgets/htmega_search.php:528
5558
+ #: includes/widgets/htmega_search.php:759
5559
+ #: includes/widgets/htmega_service.php:593
5560
+ #: includes/widgets/htmega_service.php:841
5561
+ #: includes/widgets/htmega_service.php:904
5562
+ #: includes/widgets/htmega_slider_thumb_gallery.php:894
5563
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5564
+ #: includes/widgets/htmega_twitter_feed.php:1146
5565
+ #: includes/widgets/htmega_twitter_feed.php:1343
5566
+ #: includes/widgets/htmega_user_login_form.php:899
5567
+ #: includes/widgets/htmega_user_login_form.php:1054
5568
+ #: includes/widgets/htmega_user_login_form.php:1145
5569
+ #: includes/widgets/htmega_working_process.php:904
5570
+ #: includes/widgets/htmega_working_process.php:1032
5571
+ #: includes/widgets/htmega_wpforms.php:536
5572
+ #: includes/widgets/htmega_wpforms.php:758
5573
+ #: includes/widgets/htmega_wpforms.php:933
5574
+ msgid "Height"
5575
+ msgstr ""
5576
+
5577
+ #: includes/widgets/htmega_teammember.php:1070
5578
+ msgid "Height and Width"
5579
+ msgstr ""
5580
+
5581
+ #: includes/widgets/htmega_notify.php:493
5582
+ msgid "Hello Typography"
5583
+ msgstr ""
5584
+
5585
+ #: includes/widgets/htmega_user_login_form.php:92
5586
+ #: includes/widgets/htmega_user_login_form.php:93
5587
+ msgid "Hello!"
5588
+ msgstr ""
5589
+
5590
+ #: includes/widgets/htmega_imagemarker.php:138
5591
+ #: includes/widgets/htmega_imagemarker.php:161
5592
+ msgid "Hidden Field"
5593
+ msgstr ""
5594
+
5595
+ #: includes/widgets/htmega_buddy_press.php:116
5596
+ #: includes/widgets/htmega_buddy_press.php:129
5597
+ #: includes/widgets/htmega_buddy_press.php:144
5598
+ #: includes/widgets/htmega_buddy_press.php:159
5599
+ #: includes/widgets/htmega_data_table.php:61
5600
+ #: includes/widgets/htmega_data_table.php:85
5601
+ #: includes/widgets/htmega_data_table.php:109
5602
+ #: includes/widgets/htmega_data_table.php:137
5603
+ #: includes/widgets/htmega_data_table.php:166
5604
+ #: includes/widgets/htmega_data_table.php:179
5605
+ #: includes/widgets/htmega_data_table.php:191
5606
+ #: includes/widgets/htmega_double_button.php:81
5607
+ #: includes/widgets/htmega_gravity_forms.php:80
5608
+ #: includes/widgets/htmega_gravity_forms.php:92
5609
+ #: includes/widgets/htmega_instagram.php:178
5610
+ #: includes/widgets/htmega_instagram.php:190
5611
+ #: includes/widgets/htmega_instagram.php:280
5612
+ #: includes/widgets/htmega_popover.php:130
5613
+ #: includes/widgets/htmega_popover.php:207
5614
+ #: includes/widgets/htmega_scroll_image.php:123
5615
+ #: includes/widgets/htmega_socialshere.php:359
5616
+ #: includes/widgets/htmega_tooltip.php:130
5617
+ #: includes/widgets/htmega_twitter_feed.php:147
5618
+ #: includes/widgets/htmega_twitter_feed.php:159
5619
+ #: includes/widgets/htmega_twitter_feed.php:171
5620
+ #: includes/widgets/htmega_twitter_feed.php:183
5621
+ #: includes/widgets/htmega_twitter_feed.php:195
5622
+ #: includes/widgets/htmega_twitter_feed.php:209
5623
+ #: includes/widgets/htmega_user_login_form.php:80
5624
+ #: includes/widgets/htmega_user_login_form.php:186
5625
+ #: includes/widgets/htmega_user_login_form.php:197
5626
+ #: includes/widgets/htmega_user_login_form.php:288
5627
+ #: includes/widgets/htmega_user_login_form.php:315
5628
+ #: includes/widgets/htmega_user_login_form.php:327
5629
+ #: includes/widgets/htmega_wc_add_to_cart.php:75
5630
+ #: includes/widgets/htmega_wpforms.php:78
5631
+ #: includes/widgets/htmega_wpforms.php:90
5632
+ #: extensions/ht-builder/widgets/bl_post_archive.php:102
5633
+ #: extensions/ht-builder/widgets/bl_post_archive.php:114
5634
+ #: extensions/ht-builder/widgets/bl_post_archive.php:126
5635
+ #: extensions/ht-builder/widgets/bl_post_archive.php:138
5636
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5637
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5638
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5639
+ msgid "Hide"
5640
+ msgstr ""
5641
+
5642
+ #: includes/widgets/htmega_search.php:130
5643
+ msgid "Hide Close Icon"
5644
+ msgstr ""
5645
+
5646
+ #: includes/widgets/htmega_weather.php:115
5647
+ msgid "Hide Current Status"
5648
+ msgstr ""
5649
+
5650
+ #: includes/widgets/htmega_easy_digital_download.php:188
5651
+ #: includes/widgets/htmega_wc_categories.php:153
5652
+ msgid "Hide Empty"
5653
+ msgstr ""
5654
+
5655
+ #: includes/widgets/htmega_weather.php:151
5656
+ msgid "Hide Forecast"
5657
+ msgstr ""
5658
+
5659
+ #: includes/widgets/htmega_countdown.php:180
5660
+ msgid "Hide Label"
5661
+ msgstr ""
5662
+
5663
+ #: includes/widgets/htmega_slider_thumb_gallery.php:615
5664
+ msgid "Hide on Mobile"
5665
+ msgstr ""
5666
+
5667
+ #: extensions/ht-builder/widgets/bl_post_archive.php:231
5668
+ msgid "Hide Pagination"
5669
+ msgstr ""
5670
+
5671
+ #: includes/widgets/htmega_weather.php:139
5672
+ msgid "Hide Sun Status"
5673
+ msgstr ""
5674
+
5675
+ #: includes/widgets/htmega_section_title.php:537
5676
+ msgid "Highlight Title Color"
5677
+ msgstr ""
5678
+
5679
+ #: includes/widgets/htmega_business_hours.php:101
5680
+ msgid "Hight Light this day"
5681
+ msgstr ""
5682
+
5683
+ #: includes/widgets/htmega_animated_heading.php:93
5684
+ msgid "Honesty is the best policy"
5685
+ msgstr ""
5686
+
5687
+ #: includes/widgets/htmega_progress_bar.php:61
5688
+ #: includes/widgets/htmega_scroll_navigation.php:142
5689
+ #: includes/widgets/htmega_scroll_navigation.php:164
5690
+ #: includes/widgets/htmega_scroll_navigation.php:194
5691
+ msgid "Horizontal"
5692
+ msgstr ""
5693
+
5694
+ #: includes/widgets/htmega_carousel.php:722
5695
+ #: includes/widgets/htmega_carousel.php:947
5696
+ #: includes/widgets/htmega_carousel.php:1159
5697
+ #: includes/widgets/htmega_carousel.php:1253
5698
+ #: includes/widgets/htmega_panel_slider.php:966
5699
+ #: includes/widgets/htmega_slider_thumb_gallery.php:947
5700
+ #: includes/widgets/htmega_twitter_feed.php:1204
5701
+ msgid "Horizontal Position"
5702
+ msgstr ""
5703
+
5704
+ #: includes/widgets/htmega_special_day_banner.php:190
5705
+ msgid "Horizontal Postion"
5706
+ msgstr ""
5707
+
5708
+ #: includes/widgets/htmega_instagram.php:112
5709
+ msgid "Hour"
5710
+ msgstr ""
5711
+
5712
+ #: includes/widgets/htmega_countdown.php:142
5713
+ #: includes/widgets/htmega_countdown.php:216
5714
+ #: includes/widgets/htmega_countdown.php:218
5715
+ msgid "Hours"
5716
+ msgstr ""
5717
+
5718
+ #: includes/widgets/htmega_add_banner.php:198
5719
+ #: includes/widgets/htmega_add_banner.php:298
5720
+ #: includes/widgets/htmega_add_banner.php:707
5721
+ #: includes/widgets/htmega_booked_calender.php:657
5722
+ #: includes/widgets/htmega_booked_calender.php:818
5723
+ #: includes/widgets/htmega_brand.php:231
5724
+ #: includes/widgets/htmega_buddy_press.php:359
5725
+ #: includes/widgets/htmega_button.php:333
5726
+ #: includes/widgets/htmega_button.php:610
5727
+ #: includes/widgets/htmega_caldera_form.php:556
5728
+ #: includes/widgets/htmega_call_to_action.php:816
5729
+ #: includes/widgets/htmega_call_to_action.php:1022
5730
+ #: includes/widgets/htmega_carousel.php:753
5731
+ #: includes/widgets/htmega_contact_form_seven.php:916
5732
+ #: includes/widgets/htmega_countdown.php:1123
5733
+ #: includes/widgets/htmega_custom_event.php:191
5734
+ #: includes/widgets/htmega_custom_event.php:441
5735
+ #: includes/widgets/htmega_double_button.php:430
5736
+ #: includes/widgets/htmega_double_button.php:571
5737
+ #: includes/widgets/htmega_double_button.php:744
5738
+ #: includes/widgets/htmega_download_monitor.php:322
5739
+ #: includes/widgets/htmega_easy_digital_download.php:403
5740
+ #: includes/widgets/htmega_easy_digital_download.php:620
5741
+ #: includes/widgets/htmega_errorcontent.php:637
5742
+ #: includes/widgets/htmega_errorcontent.php:788
5743
+ #: includes/widgets/htmega_gravity_forms.php:798
5744
+ #: includes/widgets/htmega_image_grid.php:543
5745
+ #: includes/widgets/htmega_image_masonry.php:530
5746
+ #: includes/widgets/htmega_inlinemenu.php:244
5747
+ #: includes/widgets/htmega_instagram.php:1073
5748
+ #: includes/widgets/htmega_mailchimp_wp.php:453
5749
+ #: includes/widgets/htmega_modal.php:434
5750
+ #: includes/widgets/htmega_newsticker.php:861
5751
+ #: includes/widgets/htmega_ninja_form.php:1057
5752
+ #: includes/widgets/htmega_notify.php:418
5753
+ #: includes/widgets/htmega_offcanvas.php:486
5754
+ #: includes/widgets/htmega_panel_slider.php:1021
5755
+ #: includes/widgets/htmega_popover.php:453
5756
+ #: includes/widgets/htmega_post_grid_tab.php:688
5757
+ #: includes/widgets/htmega_post_grid_tab.php:928
5758
+ #: includes/widgets/htmega_post_grid_tab.php:1051
5759
+ #: includes/widgets/htmega_post_slider.php:1122
5760
+ #: includes/widgets/htmega_post_slider.php:1355
5761
+ #: includes/widgets/htmega_post_slider.php:1683
5762
+ #: includes/widgets/htmega_quforms.php:918
5763
+ #: includes/widgets/htmega_search.php:604
5764
+ #: includes/widgets/htmega_search.php:936
5765
+ #: includes/widgets/htmega_service.php:271
5766
+ #: includes/widgets/htmega_service.php:748
5767
+ #: includes/widgets/htmega_service.php:1108
5768
+ #: includes/widgets/htmega_singlepost.php:442
5769
+ #: includes/widgets/htmega_slider_thumb_gallery.php:989
5770
+ #: includes/widgets/htmega_socialshere.php:714
5771
+ #: includes/widgets/htmega_special_day_banner.php:730
5772
+ #: includes/widgets/htmega_testimonial_grid.php:336
5773
+ #: includes/widgets/htmega_toggle.php:343
5774
+ #: includes/widgets/htmega_tooltip.php:430
5775
+ #: includes/widgets/htmega_twitter_feed.php:871
5776
+ #: includes/widgets/htmega_twitter_feed.php:1028
5777
+ #: includes/widgets/htmega_twitter_feed.php:1233
5778
+ #: includes/widgets/htmega_user_login_form.php:1224
5779
+ #: includes/widgets/htmega_user_login_form.php:1408
5780
+ #: includes/widgets/htmega_verticle_time_line.php:275
5781
+ #: includes/widgets/htmega_videoplayer.php:457
5782
+ #: includes/widgets/htmega_wc_categories.php:238
5783
+ #: includes/widgets/htmega_wc_categories.php:403
5784
+ #: includes/widgets/htmega_wc_categories.php:509
5785
+ #: includes/widgets/htmega_wc_element_pages.php:291
5786
+ #: includes/widgets/htmega_wc_element_pages.php:471
5787
+ #: includes/widgets/htmega_wc_element_pages.php:1022
5788
+ #: includes/widgets/htmega_wc_element_pages.php:1612
5789
+ #: includes/widgets/htmega_wc_element_pages.php:1793
5790
+ #: includes/widgets/htmega_working_process.php:555
5791
+ #: includes/widgets/htmega_working_process.php:1064
5792
+ #: includes/widgets/htmega_wpforms.php:1084
5793
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:226
5794
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:428
5795
+ #: extensions/ht-builder/widgets/bl_post_archive.php:407
5796
+ #: extensions/ht-builder/widgets/bl_post_archive.php:514
5797
+ #: extensions/ht-builder/widgets/bl_post_archive.php:620
5798
+ #: extensions/ht-builder/widgets/bl_post_archive.php:789
5799
+ #: extensions/ht-builder/widgets/bl_post_archive.php:913
5800
+ #: extensions/ht-builder/widgets/bl_post_comments.php:141
5801
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
5802
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:268
5803
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5804
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5805
+ msgid "Hover"
5806
+ msgstr ""
5807
+
5808
+ #: includes/widgets/htmega_button.php:496
5809
+ msgid "Hover Animation"
5810
+ msgstr ""
5811
+
5812
+ #: includes/widgets/htmega_add_banner.php:206
5813
+ #: includes/widgets/htmega_booked_calender.php:331
5814
+ #: includes/widgets/htmega_booked_calender.php:385
5815
+ #: includes/widgets/htmega_socialshere.php:159
5816
+ #: includes/widgets/htmega_tablepress.php:163
5817
+ msgid "Hover Background"
5818
+ msgstr ""
5819
+
5820
+ #: includes/widgets/htmega_teammember.php:407
5821
+ msgid "Hover Background Color"
5822
+ msgstr ""
5823
+
5824
+ #: includes/widgets/htmega_booked_calender.php:342
5825
+ #: includes/widgets/htmega_booked_calender.php:396
5826
+ #: includes/widgets/htmega_easy_digital_download.php:410
5827
+ #: includes/widgets/htmega_panel_slider.php:687
5828
+ #: includes/widgets/htmega_postgrid.php:465
5829
+ #: includes/widgets/htmega_post_grid_tab.php:447
5830
+ #: includes/widgets/htmega_post_slider.php:882
5831
+ #: includes/widgets/htmega_post_slider.php:1186
5832
+ #: includes/widgets/htmega_service.php:376
5833
+ #: includes/widgets/htmega_singlepost.php:162
5834
+ #: includes/widgets/htmega_user_login_form.php:1019
5835
+ #: includes/widgets/htmega_verticle_time_line.php:143
5836
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:497
5837
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5838
+ msgid "Hover Color"
5839
+ msgstr ""
5840
+
5841
+ #: includes/widgets/htmega_socialshere.php:198
5842
+ #: includes/widgets/htmega_socialshere.php:280
5843
+ msgid "Hover color"
5844
+ msgstr ""
5845
+
5846
+ #: includes/widgets/htmega_teammember.php:441
5847
+ msgid "Hover Content background color"
5848
+ msgstr ""
5849
+
5850
+ #: includes/widgets/htmega_teammember.php:423
5851
+ msgid "Hover Round Space"
5852
+ msgstr ""
5853
+
5854
+ #: includes/widgets/htmega_teammember.php:654
5855
+ msgid "Hover Shape Color"
5856
+ msgstr ""
5857
+
5858
+ #: includes/widgets/htmega_socialshere.php:149
5859
+ #: includes/widgets/htmega_socialshere.php:271
5860
+ msgid "Hover Style"
5861
+ msgstr ""
5862
+
5863
+ #: extensions/ht-builder/admin/setting.php:33
5864
+ #: extensions/ht-builder/admin/setting.php:34
5865
+ msgid "HT Builder"
5866
+ msgstr ""
5867
+
5868
+ #: extensions/ht-builder/admin/setting.php:184
5869
+ msgid "HT Builder Settings"
5870
+ msgstr ""
5871
+
5872
+ #: includes/recommended-plugins/recommended-plugins.php:106
5873
+ msgid "HT Contact Form 7"
5874
+ msgstr ""
5875
+
5876
+ #: includes/class.post-duplicator.php:45
5877
+ msgid "HT Duplicate"
5878
+ msgstr ""
5879
+
5880
+ #: includes/recommended-plugins/recommended-plugins.php:101
5881
+ msgid "HT Easy GA4 ( Google Analytics 4 )"
5882
+ msgstr ""
5883
+
5884
+ #: extensions/ht-builder/classes/class.header_footer.php:81
5885
+ msgid "HT Header & Footer"
5886
+ msgstr ""
5887
+
5888
+ #. Name of the plugin
5889
+ msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5890
+ msgstr ""
5891
+
5892
+ #: includes/class.post-duplicator.php:45
5893
+ msgid "HT Mega Duplicator"
5894
+ msgstr ""
5895
+
5896
+ #: admin/include/class.library-source.php:24
5897
+ msgid "HT Mega Library"
5898
+ msgstr ""
5899
+
5900
+ #: extensions/ht-menu/admin/setting.php:31
5901
+ #: extensions/ht-menu/admin/setting.php:32
5902
+ msgid "HT Menu"
5903
+ msgstr ""
5904
+
5905
+ #: extensions/ht-menu/admin/setting.php:46
5906
+ #: extensions/ht-menu/admin/setting.php:136
5907
+ msgid "HT Menu Settings"
5908
+ msgstr ""
5909
+
5910
+ #: includes/recommended-plugins/recommended-plugins.php:111
5911
+ msgid "HT WPForms"
5912
+ msgstr ""
5913
+
5914
+ #: admin/include/admin-setting.php:1333
5915
+ msgid "HTMega"
5916
+ msgstr ""
5917
+
5918
+ #: includes/class.htmega.php:181 includes/class.htmega.php:196
5919
+ #: includes/widgets_control.php:40 admin/include/admin-setting.php:37
5920
+ #: admin/include/admin-setting.php:38
5921
+ msgid "HTMega Addons"
5922
+ msgstr ""
5923
+
5924
+ #: admin/include/admin-setting.php:1297
5925
+ msgid "HTMega Addons Settings"
5926
+ msgstr ""
5927
+
5928
+ #: extensions/ht-builder/classes/class.widgets_control.php:44
5929
+ msgid "HTMega Builder"
5930
+ msgstr ""
5931
+
5932
+ #: admin/include/admin-setting.php:1416
5933
+ msgid "HTMega Free"
5934
+ msgstr ""
5935
+
5936
+ #: admin/include/admin-setting.php:1412
5937
+ msgid "HTMega Free Vs HTMega Pro."
5938
+ msgstr ""
5939
+
5940
+ #: extensions/ht-menu/classes/class.mega-menu.php:73
5941
+ msgid "HTMega Menu"
5942
+ msgstr ""
5943
+
5944
+ #: admin/include/admin-setting.php:1441
5945
+ msgid "HTMega Pro"
5946
+ msgstr ""
5947
+
5948
+ #: includes/widgets/htmega_section_title.php:209
5949
+ #: includes/widgets/htmega_section_title.php:267
5950
+ msgid "HTML Tag"
5951
+ msgstr ""
5952
+
5953
+ #: includes/widgets/htmega_pricing_list_view.php:164
5954
+ msgid "Html Template"
5955
+ msgstr ""
5956
+
5957
+ #: includes/widgets/htmega_scroll_image.php:64
5958
+ msgid "https://example.com/"
5959
+ msgstr ""
5960
+
5961
+ #. Author URI of the plugin
5962
+ msgid "https://hasthemes.com/"
5963
+ msgstr ""
5964
+
5965
+ #. URI of the plugin
5966
+ msgid "https://wphtmega.com/"
5967
+ msgstr ""
5968
+
5969
+ #: includes/widgets/htmega_teammember.php:225
5970
+ #: includes/widgets/htmega_teammember.php:308
5971
+ msgid "https://www.facebook.com/hastech.company/"
5972
+ msgstr ""
5973
+
5974
+ #: includes/widgets/htmega_lightbox.php:101
5975
+ msgid "https://www.google.com/maps/embed?pb"
5976
+ msgstr ""
5977
+
5978
+ #: includes/widgets/htmega_lightbox.php:99
5979
+ msgid ""
5980
+ "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
5981
+ "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
5982
+ "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
5983
+ "1sen!2sbd!4v1536834022797"
5984
+ msgstr ""
5985
+
5986
+ #: includes/widgets/htmega_videoplayer.php:62
5987
+ #: includes/widgets/htmega_videoplayer.php:63
5988
+ msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
5989
+ msgstr ""
5990
+
5991
+ #: includes/widgets/htmega_lightbox.php:81
5992
+ #: includes/widgets/htmega_lightbox.php:83
5993
+ msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
5994
+ msgstr ""
5995
+
5996
+ #: includes/widgets/htmega_add_banner.php:121
5997
+ #: includes/widgets/htmega_button.php:78
5998
+ #: includes/widgets/htmega_call_to_action.php:147
5999
+ #: includes/widgets/htmega_call_to_action.php:241
6000
+ #: includes/widgets/htmega_custom_event.php:104
6001
+ #: includes/widgets/htmega_double_button.php:110
6002
+ #: includes/widgets/htmega_double_button.php:197
6003
+ #: includes/widgets/htmega_errorcontent.php:169
6004
+ #: includes/widgets/htmega_errorcontent.php:217
6005
+ #: includes/widgets/htmega_image_grid.php:159
6006
+ #: includes/widgets/htmega_image_masonry.php:140
6007
+ #: includes/widgets/htmega_panel_slider.php:119
6008
+ #: includes/widgets/htmega_popover.php:141
6009
+ #: includes/widgets/htmega_pricing_list_view.php:128
6010
+ #: includes/widgets/htmega_pricing_list_view.php:662
6011
+ #: includes/widgets/htmega_section_title.php:198
6012
+ #: includes/widgets/htmega_section_title.php:256
6013
+ #: includes/widgets/htmega_service.php:149
6014
+ #: includes/widgets/htmega_special_day_banner.php:125
6015
+ #: includes/widgets/htmega_tooltip.php:141
6016
+ msgid "https://your-link.com"
6017
+ msgstr ""
6018
+
6019
+ #: includes/widgets/htmega_teammember.php:177
6020
+ msgid "I am web developer."
6021
+ msgstr ""
6022
+
6023
+ #: includes/widgets/htmega_blockquote.php:97
6024
+ #: includes/widgets/htmega_blockquote.php:134
6025
+ #: includes/widgets/htmega_button.php:105
6026
+ #: includes/widgets/htmega_call_to_action.php:163
6027
+ #: includes/widgets/htmega_call_to_action.php:257
6028
+ #: includes/widgets/htmega_countdown.php:280
6029
+ #: includes/widgets/htmega_counter.php:103
6030
+ #: includes/widgets/htmega_counter.php:114
6031
+ #: includes/widgets/htmega_data_table.php:326
6032
+ #: includes/widgets/htmega_double_button.php:123
6033
+ #: includes/widgets/htmega_double_button.php:210
6034
+ #: includes/widgets/htmega_download_monitor.php:125
6035
+ #: includes/widgets/htmega_instagram.php:219
6036
+ #: includes/widgets/htmega_instagram.php:760
6037
+ #: includes/widgets/htmega_lightbox.php:119
6038
+ #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
6039
+ #: includes/widgets/htmega_notify.php:255
6040
+ #: includes/widgets/htmega_popover.php:53
6041
+ #: includes/widgets/htmega_popover.php:86
6042
+ #: includes/widgets/htmega_pricing_list_view.php:114
6043
+ #: includes/widgets/htmega_pricing_list_view.php:244
6044
+ #: includes/widgets/htmega_pricing_list_view.php:262
6045
+ #: includes/widgets/htmega_pricing_list_view.php:582
6046
+ #: includes/widgets/htmega_pricing_list_view.php:1786
6047
+ #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
6048
+ #: includes/widgets/htmega_section_title.php:102
6049
+ #: includes/widgets/htmega_section_title.php:138
6050
+ #: includes/widgets/htmega_service.php:77
6051
+ #: includes/widgets/htmega_service.php:114
6052
+ #: includes/widgets/htmega_service.php:559
6053
+ #: includes/widgets/htmega_socialshere.php:109
6054
+ #: includes/widgets/htmega_socialshere.php:212
6055
+ #: includes/widgets/htmega_switcher.php:73
6056
+ #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tabs.php:78
6057
+ #: includes/widgets/htmega_teammember.php:232
6058
+ #: includes/widgets/htmega_tooltip.php:53
6059
+ #: includes/widgets/htmega_tooltip.php:86
6060
+ #: includes/widgets/htmega_videoplayer.php:85
6061
+ #: includes/widgets/htmega_working_process.php:113
6062
+ #: includes/widgets/htmega_working_process.php:150
6063
+ #: includes/widgets/htmega_working_process.php:924
6064
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:293
6065
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:449
6066
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:62
6067
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:74
6068
+ #: extensions/ht-menu/menu/templates.php:47
6069
+ #: extensions/ht-menu/menu/templates.php:106
6070
+ msgid "Icon"
6071
+ msgstr ""
6072
+
6073
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:491
6074
+ msgid "Icon Align"
6075
+ msgstr ""
6076
+
6077
+ #: includes/widgets/htmega_button.php:545
6078
+ #: includes/widgets/htmega_button.php:629
6079
+ #: includes/widgets/htmega_teammember.php:256
6080
+ msgid "Icon Background"
6081
+ msgstr ""
6082
+
6083
+ #: admin/include/admin-setting.php:708
6084
+ msgid "Icon Box <span>( Pro )</span>"
6085
+ msgstr ""
6086
+
6087
+ #: includes/widgets/htmega_accordion.php:1197
6088
+ msgid "Icon Box Height"
6089
+ msgstr ""
6090
+
6091
+ #: includes/widgets/htmega_newsticker.php:784
6092
+ msgid "Icon Box Height/Width"
6093
+ msgstr ""
6094
+
6095
+ #: includes/widgets/htmega_accordion.php:1180
6096
+ msgid "Icon Box Width"
6097
+ msgstr ""
6098
+
6099
+ #: includes/widgets/htmega_booked_calender.php:530
6100
+ #: includes/widgets/htmega_notify.php:657
6101
+ #: includes/widgets/htmega_post_grid_tab.php:756
6102
+ #: includes/widgets/htmega_post_slider.php:1176
6103
+ #: includes/widgets/htmega_pricing_list_view.php:314
6104
+ #: includes/widgets/htmega_pricing_list_view.php:906
6105
+ #: includes/widgets/htmega_search.php:270
6106
+ #: includes/widgets/htmega_singlepost.php:361
6107
+ #: includes/widgets/htmega_tabs.php:177 includes/widgets/htmega_tabs.php:687
6108
+ #: includes/widgets/htmega_tabs.php:802
6109
+ #: includes/widgets/htmega_teammember.php:244
6110
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:480
6111
+ msgid "Icon Color"
6112
+ msgstr ""
6113
+
6114
+ #: includes/widgets/htmega_lightbox.php:408
6115
+ msgid "Icon Dimensions"
6116
+ msgstr ""
6117
+
6118
+ #: includes/widgets/htmega_search.php:881
6119
+ #: includes/widgets/htmega_socialshere.php:480
6120
+ #: includes/widgets/htmega_toggle.php:252
6121
+ msgid "Icon Font Size"
6122
+ msgstr ""
6123
+
6124
+ #: includes/widgets/htmega_instagram.php:1439
6125
+ #: includes/widgets/htmega_socialshere.php:509
6126
+ #: includes/widgets/htmega_tabs.php:772
6127
+ msgid "Icon Height"
6128
+ msgstr ""
6129
+
6130
+ #: includes/widgets/htmega_teammember.php:279
6131
+ msgid "Icon Hover Background"
6132
+ msgstr ""
6133
+
6134
+ #: includes/widgets/htmega_teammember.php:290
6135
+ msgid "Icon Hover border color"
6136
+ msgstr ""
6137
+
6138
+ #: includes/widgets/htmega_teammember.php:267
6139
+ msgid "Icon Hover Color"
6140
+ msgstr ""
6141
+
6142
+ #: includes/widgets/htmega_videoplayer.php:97
6143
+ msgid "Icon Image"
6144
+ msgstr ""
6145
+
6146
+ #: includes/widgets/htmega_button.php:114
6147
+ #: includes/widgets/htmega_call_to_action.php:196
6148
+ #: includes/widgets/htmega_call_to_action.php:290
6149
+ #: includes/widgets/htmega_double_button.php:153
6150
+ #: includes/widgets/htmega_double_button.php:240
6151
+ #: includes/widgets/htmega_modal.php:174
6152
+ #: includes/widgets/htmega_offcanvas.php:199
6153
+ #: includes/widgets/htmega_pricing_list_view.php:1185
6154
+ msgid "Icon Position"
6155
+ msgstr ""
6156
+
6157
+ #: includes/widgets/htmega_socialshere.php:464
6158
+ msgid "Icon Settings"
6159
+ msgstr ""
6160
+
6161
+ #: includes/widgets/htmega_data_table.php:363
6162
+ msgid "Icon SIze"
6163
+ msgstr ""
6164
+
6165
+ #: includes/widgets/htmega_accordion.php:1087
6166
+ #: includes/widgets/htmega_call_to_action.php:785
6167
+ #: includes/widgets/htmega_call_to_action.php:991
6168
+ #: includes/widgets/htmega_instagram.php:1377
6169
+ #: includes/widgets/htmega_modal.php:377
6170
+ #: includes/widgets/htmega_newsticker.php:612
6171
+ #: includes/widgets/htmega_newsticker.php:764
6172
+ #: includes/widgets/htmega_notify.php:646
6173
+ #: includes/widgets/htmega_popover.php:362
6174
+ #: includes/widgets/htmega_pricing_list_view.php:751
6175
+ #: includes/widgets/htmega_service.php:624
6176
+ #: includes/widgets/htmega_switcher.php:82
6177
+ #: includes/widgets/htmega_switcher.php:173
6178
+ #: includes/widgets/htmega_tabs.php:700 includes/widgets/htmega_tooltip.php:339
6179
+ msgid "Icon Size"
6180
+ msgstr ""
6181
+
6182
+ #: includes/widgets/htmega_modal.php:409
6183
+ msgid "Icon Space"
6184
+ msgstr ""
6185
+
6186
+ #: includes/widgets/htmega_button.php:132
6187
+ #: includes/widgets/htmega_call_to_action.php:174
6188
+ #: includes/widgets/htmega_call_to_action.php:268
6189
+ #: includes/widgets/htmega_double_button.php:131
6190
+ #: includes/widgets/htmega_double_button.php:218
6191
+ #: includes/widgets/htmega_offcanvas.php:223
6192
+ msgid "Icon Spacing"
6193
+ msgstr ""
6194
+
6195
+ #: includes/widgets/htmega_button.php:511
6196
+ #: includes/widgets/htmega_newsticker.php:600
6197
+ msgid "Icon Style"
6198
+ msgstr ""
6199
+
6200
+ #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
6201
+ #: includes/widgets/htmega_section_title.php:94
6202
+ #: includes/widgets/htmega_working_process.php:105
6203
+ msgid "Icon Type"
6204
+ msgstr ""
6205
+
6206
+ #: includes/widgets/htmega_instagram.php:1420
6207
+ #: includes/widgets/htmega_socialshere.php:557
6208
+ #: includes/widgets/htmega_tabs.php:751
6209
+ msgid "Icon Width"
6210
+ msgstr ""
6211
+
6212
+ #: includes/widgets/htmega_counter.php:814
6213
+ msgid "Icon/Image"
6214
+ msgstr ""
6215
+
6216
+ #: includes/widgets/htmega_pricing_list_view.php:629
6217
+ msgid "Icons"
6218
+ msgstr ""
6219
+
6220
+ #: includes/widgets/htmega_bbpress.php:73
6221
+ #: includes/widgets/htmega_newsticker.php:257
6222
+ #: includes/widgets/htmega_postgrid.php:148
6223
+ #: includes/widgets/htmega_post_grid_tab.php:155
6224
+ #: includes/widgets/htmega_post_slider.php:159
6225
+ #: extensions/ht-builder/widgets/bl_post_archive.php:199
6226
+ msgid "ID"
6227
+ msgstr ""
6228
+
6229
+ #: includes/widgets/htmega_newsticker.php:821
6230
+ #: includes/widgets/htmega_panel_slider.php:882
6231
+ msgid "If need to different from prev button"
6232
+ msgstr ""
6233
+
6234
+ #: admin/include/class.diagnostic-data.php:458
6235
+ #, php-format
6236
+ msgid ""
6237
+ "If you want to help us improve the %4$s%1$s%5$s plugin even more, please "
6238
+ "allow us to collect non-sensitive diagnostic data and usages information. "
6239
+ "Over %2$shere%3$s, you can see what kind of data we collect."
6240
+ msgstr ""
6241
+
6242
+ #: admin/include/admin-setting.php:1361
6243
+ msgid ""
6244
+ "If you’re loving how our product has helped your business, please let the "
6245
+ "WordPress community know by"
6246
+ msgstr ""
6247
+
6248
+ #: includes/widgets/htmega_accordion.php:164
6249
+ #: includes/widgets/htmega_accordion.php:207
6250
+ #: includes/widgets/htmega_add_banner.php:72
6251
+ #: includes/widgets/htmega_blockquote.php:93
6252
+ #: includes/widgets/htmega_blockquote.php:108
6253
+ #: includes/widgets/htmega_carousel.php:79
6254
+ #: includes/widgets/htmega_counter.php:99
6255
+ #: includes/widgets/htmega_counter.php:125
6256
+ #: includes/widgets/htmega_custom_event.php:51
6257
+ #: includes/widgets/htmega_data_table.php:327
6258
+ #: includes/widgets/htmega_errorcontent.php:65
6259
+ #: includes/widgets/htmega_image_grid.php:131
6260
+ #: includes/widgets/htmega_image_masonry.php:112
6261
+ #: includes/widgets/htmega_instagram.php:215
6262
+ #: includes/widgets/htmega_instagram.php:233
6263
+ #: includes/widgets/htmega_lightbox.php:53
6264
+ #: includes/widgets/htmega_lightbox.php:63
6265
+ #: includes/widgets/htmega_lightbox.php:117
6266
+ #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
6267
+ #: includes/widgets/htmega_panel_slider.php:95
6268
+ #: includes/widgets/htmega_popover.php:61
6269
+ #: includes/widgets/htmega_popover.php:101
6270
+ #: includes/widgets/htmega_pricing_list_view.php:248
6271
+ #: includes/widgets/htmega_pricing_list_view.php:275
6272
+ #: includes/widgets/htmega_section_title.php:98
6273
+ #: includes/widgets/htmega_section_title.php:112
6274
+ #: includes/widgets/htmega_service.php:73
6275
+ #: includes/widgets/htmega_service.php:88
6276
+ #: includes/widgets/htmega_service.php:876
6277
+ #: includes/widgets/htmega_slider_thumb_gallery.php:82
6278
+ #: includes/widgets/htmega_special_day_banner.php:58
6279
+ #: includes/widgets/htmega_testimonial_grid.php:195
6280
+ #: includes/widgets/htmega_testimonial_grid.php:388
6281
+ #: includes/widgets/htmega_tooltip.php:61
6282
+ #: includes/widgets/htmega_tooltip.php:101
6283
+ #: includes/widgets/htmega_videoplayer.php:86
6284
+ #: includes/widgets/htmega_wc_categories.php:458
6285
+ #: includes/widgets/htmega_working_process.php:109
6286
+ #: includes/widgets/htmega_working_process.php:124
6287
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:139
6288
+ msgid "Image"
6289
+ msgstr ""
6290
+
6291
+ #: includes/widgets/htmega_image_comparison.php:532
6292
+ msgid "Image After"
6293
+ msgstr ""
6294
+
6295
+ #: includes/widgets/htmega_image_comparison.php:512
6296
+ msgid "Image Before"
6297
+ msgstr ""
6298
+
6299
+ #: includes/widgets/htmega_postgrid.php:236
6300
+ #: includes/widgets/htmega_post_grid_tab.php:324
6301
+ msgid "Image Border Radius"
6302
+ msgstr ""
6303
+
6304
+ #: includes/widgets/htmega_panel_slider.php:650
6305
+ msgid "Image Box Padding"
6306
+ msgstr ""
6307
+
6308
+ #: admin/include/admin-setting.php:263
6309
+ #: includes/widgets/htmega_image_comparison.php:13
6310
+ #: includes/widgets/htmega_image_comparison.php:43
6311
+ msgid "Image Comparison"
6312
+ msgstr ""
6313
+
6314
+ #: admin/include/admin-setting.php:271
6315
+ #: includes/widgets/htmega_image_grid.php:13
6316
+ #: includes/widgets/htmega_image_grid.php:43
6317
+ msgid "Image Grid"
6318
+ msgstr ""
6319
+
6320
+ #: includes/widgets/htmega_image_grid.php:178
6321
+ msgid "Image Grid Description"
6322
+ msgstr ""
6323
+
6324
+ #: includes/widgets/htmega_image_grid.php:124
6325
+ msgid "Image Grid Description."
6326
+ msgstr ""
6327
+
6328
+ #: includes/widgets/htmega_carousel.php:101
6329
+ #: includes/widgets/htmega_image_grid.php:177
6330
+ msgid "Image Grid Title"
6331
+ msgstr ""
6332
+
6333
+ #: includes/widgets/htmega_carousel.php:72
6334
+ #: includes/widgets/htmega_image_grid.php:115
6335
+ msgid "Image Grid Title."
6336
+ msgstr ""
6337
+
6338
+ #: includes/widgets/htmega_data_table.php:443
6339
+ msgid "Image Height"
6340
+ msgstr ""
6341
+
6342
+ #: includes/widgets/htmega_teammember.php:100
6343
+ msgid "Image Hover Animate"
6344
+ msgstr ""
6345
+
6346
+ #: extensions/wc-sales-notification/admin/setting.php:94
6347
+ msgid "Image Left"
6348
+ msgstr ""
6349
+
6350
+ #: includes/widgets/htmega_instagram.php:87
6351
+ msgid "Image link in new tab"
6352
+ msgstr ""
6353
+
6354
+ #: admin/include/admin-setting.php:279
6355
+ #: includes/widgets/htmega_image_magnifier.php:13
6356
+ msgid "Image Magnifier"
6357
+ msgstr ""
6358
+
6359
+ #: admin/include/admin-setting.php:287
6360
+ #: includes/widgets/htmega_imagemarker.php:13
6361
+ msgid "Image Marker"
6362
+ msgstr ""
6363
+
6364
+ #: admin/include/admin-setting.php:295
6365
+ #: includes/widgets/htmega_image_masonry.php:13
6366
+ #: includes/widgets/htmega_image_masonry.php:52
6367
+ msgid "Image Masonry"
6368
+ msgstr ""
6369
+
6370
+ #: includes/widgets/htmega_image_masonry.php:159
6371
+ msgid "Image Masonry Description"
6372
+ msgstr ""
6373
+
6374
+ #: includes/widgets/htmega_image_masonry.php:105
6375
+ msgid "Image Masonry Description."
6376
+ msgstr ""
6377
+
6378
+ #: includes/widgets/htmega_image_masonry.php:158
6379
+ msgid "Image Masonry Title"
6380
+ msgstr ""
6381
+
6382
+ #: includes/widgets/htmega_image_masonry.php:96
6383
+ msgid "Image Masonry Title."
6384
+ msgstr ""
6385
+
6386
+ #: includes/widgets/htmega_panel_slider.php:627
6387
+ #: includes/widgets/htmega_postgrid.php:218
6388
+ #: includes/widgets/htmega_post_slider.php:648
6389
+ msgid "Image Overlay"
6390
+ msgstr ""
6391
+
6392
+ #: includes/widgets/htmega_instragram_feed.php:129
6393
+ msgid "Image Padding"
6394
+ msgstr ""
6395
+
6396
+ #: includes/widgets/htmega_section_title.php:153
6397
+ #: extensions/wc-sales-notification/admin/setting.php:89
6398
+ msgid "Image Position"
6399
+ msgstr ""
6400
+
6401
+ #: includes/widgets/htmega_buddy_press.php:95
6402
+ #: includes/widgets/htmega_instragram_feed.php:67
6403
+ msgid "Image Size"
6404
+ msgstr ""
6405
+
6406
+ #: includes/widgets/htmega_modal.php:291
6407
+ msgid "Image space"
6408
+ msgstr ""
6409
+
6410
+ #: includes/widgets/htmega_data_table.php:420
6411
+ #: includes/widgets/htmega_twitter_feed.php:807
6412
+ msgid "Image Width"
6413
+ msgstr ""
6414
+
6415
+ #: includes/widgets/htmega_pricing_list_view.php:500
6416
+ msgid "Image/Icon Position"
6417
+ msgstr ""
6418
+
6419
+ #: includes/class.assests.php:385
6420
+ msgid "Import"
6421
+ msgstr ""
6422
+
6423
+ #: admin/include/templates_list.php:13
6424
+ msgid "Import template to your Library"
6425
+ msgstr ""
6426
+
6427
+ #: includes/class.assests.php:383
6428
+ msgid "Import to Library"
6429
+ msgstr ""
6430
+
6431
+ #: includes/class.assests.php:384
6432
+ msgid "Import to Page"
6433
+ msgstr ""
6434
+
6435
+ #: includes/class.assests.php:378
6436
+ msgid "in this package"
6437
+ msgstr ""
6438
+
6439
+ #: admin/include/admin-setting.php:1432 admin/include/admin-setting.php:1457
6440
+ msgid "Incoming animation option"
6441
+ msgstr ""
6442
+
6443
+ #: admin/include/custom-control/preset-manage.php:19
6444
+ msgid "Incomplete preset request"
6445
+ msgstr ""
6446
+
6447
+ #: includes/widgets/htmega_instagram.php:1541
6448
+ msgid "Incorrect access token specified."
6449
+ msgstr ""
6450
+
6451
+ #: includes/widgets/htmega_progress_bar.php:602
6452
+ msgid "Indicator Background"
6453
+ msgstr ""
6454
+
6455
+ #: includes/widgets/htmega_progress_bar.php:626
6456
+ msgid "Indicator Border Radius"
6457
+ msgstr ""
6458
+
6459
+ #: includes/widgets/htmega_imagemarker.php:436
6460
+ #: includes/widgets/htmega_progress_bar.php:183
6461
+ msgid "Indicator color"
6462
+ msgstr ""
6463
+
6464
+ #: includes/widgets/htmega_imagemarker.php:569
6465
+ msgid "Indicator Height"
6466
+ msgstr ""
6467
+
6468
+ #: includes/widgets/htmega_imagemarker.php:596
6469
+ msgid "Indicator Line Height"
6470
+ msgstr ""
6471
+
6472
+ #: includes/widgets/htmega_imagemarker.php:361
6473
+ msgid "Indicator Position(X)"
6474
+ msgstr ""
6475
+
6476
+ #: includes/widgets/htmega_imagemarker.php:388
6477
+ msgid "Indicator Position(Y)"
6478
+ msgstr ""
6479
+
6480
+ #: includes/widgets/htmega_imagemarker.php:414
6481
+ msgid "Indicator Rotated"
6482
+ msgstr ""
6483
+
6484
+ #: includes/widgets/htmega_progress_bar.php:571
6485
+ msgid "Indicator Size"
6486
+ msgstr ""
6487
+
6488
+ #: includes/widgets/htmega_imagemarker.php:542
6489
+ msgid "Indicator Width"
6490
+ msgstr ""
6491
+
6492
+ #: includes/widgets/htmega_notify.php:132
6493
+ msgid "Info"
6494
+ msgstr ""
6495
+
6496
+ #: includes/widgets/htmega_googlemap.php:213
6497
+ msgid "Info Address Span Style"
6498
+ msgstr ""
6499
+
6500
+ #: includes/widgets/htmega_googlemap.php:179
6501
+ msgid "Info Address Style"
6502
+ msgstr ""
6503
+
6504
+ #: admin/include/admin-setting.php:631
6505
+ msgid "Info Box <span>( Pro )</span>"
6506
+ msgstr ""
6507
+
6508
+ #: includes/widgets/htmega_googlemap.php:400
6509
+ msgid "Info Button Close"
6510
+ msgstr ""
6511
+
6512
+ #: includes/widgets/htmega_notify.php:639
6513
+ msgid "Info Icon"
6514
+ msgstr ""
6515
+
6516
+ #: includes/widgets/htmega_googlemap.php:361
6517
+ msgid "Info Pointer"
6518
+ msgstr ""
6519
+
6520
+ #: includes/widgets/htmega_scroll_navigation.php:274
6521
+ msgid "Initial Slide"
6522
+ msgstr ""
6523
+
6524
+ #: includes/widgets/htmega_section_title.php:620
6525
+ #: includes/widgets/htmega_section_title.php:851
6526
+ msgid "Inline block"
6527
+ msgstr ""
6528
+
6529
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6530
+ msgid "Inline Mega Menu"
6531
+ msgstr ""
6532
+
6533
+ #: admin/include/admin-setting.php:303
6534
+ #: includes/widgets/htmega_inlinemenu.php:13
6535
+ #: includes/widgets/htmega_inlinemenu.php:46
6536
+ msgid "Inline Navigation"
6537
+ msgstr ""
6538
+
6539
+ #: includes/widgets/htmega_progress_bar.php:654
6540
+ #: includes/widgets/htmega_progress_bar.php:773
6541
+ msgid "Inner"
6542
+ msgstr ""
6543
+
6544
+ #: includes/widgets/htmega_call_to_action.php:423
6545
+ msgid "Inner Box Style"
6546
+ msgstr ""
6547
+
6548
+ #: includes/widgets/htmega_caldera_form.php:184
6549
+ #: includes/widgets/htmega_contact_form_seven.php:177
6550
+ #: includes/widgets/htmega_gravity_forms.php:387
6551
+ #: includes/widgets/htmega_ninja_form.php:473
6552
+ #: includes/widgets/htmega_quforms.php:310
6553
+ #: includes/widgets/htmega_search.php:212
6554
+ #: includes/widgets/htmega_user_login_form.php:805
6555
+ #: includes/widgets/htmega_wc_element_pages.php:692
6556
+ #: includes/widgets/htmega_wc_element_pages.php:1336
6557
+ #: includes/widgets/htmega_wpforms.php:474
6558
+ msgid "Input"
6559
+ msgstr ""
6560
+
6561
+ #: includes/widgets/htmega_mailchimp_wp.php:159
6562
+ #: extensions/ht-builder/widgets/bl_post_comments.php:40
6563
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:119
6564
+ msgid "Input Box"
6565
+ msgstr ""
6566
+
6567
+ #: includes/widgets/htmega_caldera_form.php:290
6568
+ msgid "Input Space"
6569
+ msgstr ""
6570
+
6571
+ #: admin/include/templates/library/templates.php:64
6572
+ msgid "Insert"
6573
+ msgstr ""
6574
+
6575
+ #: includes/recommended-plugins/recommended-plugins.php:44
6576
+ msgid "Insert Headers and Footers Code"
6577
+ msgstr ""
6578
+
6579
+ #: admin/include/admin-setting.php:311 includes/widgets/htmega_instagram.php:15
6580
+ #: includes/widgets/htmega_instagram.php:44
6581
+ msgid "Instagram"
6582
+ msgstr ""
6583
+
6584
+ #: includes/widgets/htmega_instagram.php:77
6585
+ msgid "Instagram Access Token"
6586
+ msgstr ""
6587
+
6588
+ #: includes/widgets/htmega_instragram_feed.php:13
6589
+ #: includes/widgets/htmega_instragram_feed.php:35
6590
+ msgid "Instagram Feed"
6591
+ msgstr ""
6592
+
6593
+ #: admin/include/template-library.php:288
6594
+ #: admin/include/template-library.php:340
6595
+ #: includes/recommended-plugins/class.recommended-plugins.php:248
6596
+ msgid "Install Now"
6597
+ msgstr ""
6598
+
6599
+ #: includes/class.assests.php:388
6600
+ #: includes/recommended-plugins/class.recommended-plugins.php:124
6601
+ msgid "Installing.."
6602
+ msgstr ""
6603
+
6604
+ #: includes/widgets/htmega_socialshere.php:82
6605
+ msgid "Instapaper"
6606
+ msgstr ""
6607
+
6608
+ #: admin/include/admin-setting.php:1174
6609
+ msgid "Instragram Feed"
6610
+ msgstr ""
6611
+
6612
+ #: admin/include/admin-setting.php:722
6613
+ msgid "Interactive Promo <span>( Pro )</span>"
6614
+ msgstr ""
6615
+
6616
+ #: admin/include/custom-control/preset-manage.php:15
6617
+ msgid "Invalid preset request"
6618
+ msgstr ""
6619
+
6620
+ #: includes/helper-function.php:390
6621
+ msgid "Invalid username or password!"
6622
+ msgstr ""
6623
+
6624
+ #: includes/widgets/htmega_business_hours.php:300
6625
+ #: includes/widgets/htmega_instagram.php:662
6626
+ #: extensions/ht-builder/widgets/bl_post_archive.php:245
6627
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:353
6628
+ msgid "Item"
6629
+ msgstr ""
6630
+
6631
+ #: includes/widgets/htmega_countdown.php:607
6632
+ msgid "Item Alignment"
6633
+ msgstr ""
6634
+
6635
+ #: includes/widgets/htmega_business_hours.php:209
6636
+ msgid "Item Area"
6637
+ msgstr ""
6638
+
6639
+ #: includes/widgets/htmega_easy_digital_download.php:267
6640
+ msgid "Item Background"
6641
+ msgstr ""
6642
+
6643
+ #: includes/widgets/htmega_testimonial_grid.php:253
6644
+ msgid "Item Box Style"
6645
+ msgstr ""
6646
+
6647
+ #: includes/widgets/htmega_accordion.php:300
6648
+ msgid "Item Collapse Icon"
6649
+ msgstr ""
6650
+
6651
+ #: includes/widgets/htmega_postgrid.php:397
6652
+ #: includes/widgets/htmega_post_grid_tab.php:1242
6653
+ msgid "Item Five Gradient"
6654
+ msgstr ""
6655
+
6656
+ #: includes/widgets/htmega_postgrid.php:379
6657
+ #: includes/widgets/htmega_post_grid_tab.php:1224
6658
+ msgid "Item Four Gradient"
6659
+ msgstr ""
6660
+
6661
+ #: includes/widgets/htmega_easy_digital_download.php:236
6662
+ msgid "Item Gap"
6663
+ msgstr ""
6664
+
6665
+ #: includes/widgets/htmega_progress_bar.php:543
6666
+ msgid "Item Inner Padding"
6667
+ msgstr ""
6668
+
6669
+ #: includes/widgets/htmega_instagram.php:130
6670
+ msgid "Item Limit"
6671
+ msgstr ""
6672
+
6673
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:384
6674
+ msgid "Item Link"
6675
+ msgstr ""
6676
+
6677
+ #: includes/widgets/htmega_working_process.php:463
6678
+ msgid "Item Number Shape"
6679
+ msgstr ""
6680
+
6681
+ #: includes/widgets/htmega_postgrid.php:326
6682
+ #: includes/widgets/htmega_post_grid_tab.php:1171
6683
+ msgid "Item One Gradient"
6684
+ msgstr ""
6685
+
6686
+ #: includes/widgets/htmega_instagram.php:725
6687
+ msgid "Item Overlay"
6688
+ msgstr ""
6689
+
6690
+ #: includes/widgets/htmega_progress_bar.php:529
6691
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:280
6692
+ msgid "Item Padding"
6693
+ msgstr ""
6694
+
6695
+ #: includes/widgets/htmega_postgrid.php:433
6696
+ #: includes/widgets/htmega_post_grid_tab.php:1278
6697
+ msgid "Item Seven Gradient"
6698
+ msgstr ""
6699
+
6700
+ #: includes/widgets/htmega_postgrid.php:415
6701
+ #: includes/widgets/htmega_post_grid_tab.php:1260
6702
+ msgid "Item Six Gradient"
6703
+ msgstr ""
6704
+
6705
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1249
6706
+ msgid "Item space"
6707
+ msgstr ""
6708
+
6709
+ #: includes/widgets/htmega_working_process.php:340
6710
+ msgid "Item style"
6711
+ msgstr ""
6712
+
6713
+ #: includes/widgets/htmega_postgrid.php:361
6714
+ #: includes/widgets/htmega_post_grid_tab.php:1206
6715
+ msgid "Item Three Gradient"
6716
+ msgstr ""
6717
+
6718
+ #: includes/widgets/htmega_postgrid.php:343
6719
+ #: includes/widgets/htmega_post_grid_tab.php:1188
6720
+ msgid "Item Two Gradient"
6721
+ msgstr ""
6722
+
6723
+ #: includes/widgets/htmega_working_process.php:357
6724
+ #: includes/widgets/htmega_working_process.php:564
6725
+ msgid "Item Width"
6726
+ msgstr ""
6727
+
6728
+ #: includes/widgets/htmega_working_process.php:451
6729
+ msgid "Items Seperator Style"
6730
+ msgstr ""
6731
+
6732
+ #: includes/widgets/htmega_progress_bar.php:420
6733
+ msgid "Items Style"
6734
+ msgstr ""
6735
+
6736
+ #: includes/widgets/htmega_booked_calender.php:109
6737
+ msgid "January"
6738
+ msgstr ""
6739
+
6740
+ #: includes/widgets/htmega_job_manager.php:56
6741
+ msgid "Job Apply To"
6742
+ msgstr ""
6743
+
6744
+ #: includes/widgets/htmega_job_manager.php:58
6745
+ msgid "Job Dashboard"
6746
+ msgstr ""
6747
+
6748
+ #: includes/widgets/htmega_job_manager.php:54
6749
+ msgid "Job List"
6750
+ msgstr ""
6751
+
6752
+ #: admin/include/admin-setting.php:1184 admin/include/admin-setting.php:1194
6753
+ #: includes/widgets/htmega_job_manager.php:13
6754
+ #: includes/widgets/htmega_job_manager.php:43
6755
+ msgid "Job Manager"
6756
+ msgstr ""
6757
+
6758
+ #: includes/widgets/htmega_job_manager.php:57
6759
+ msgid "Job Post Form"
6760
+ msgstr ""
6761
+
6762
+ #: includes/widgets/htmega_job_manager.php:55
6763
+ msgid "Job Summary"
6764
+ msgstr ""
6765
+
6766
+ #: includes/widgets/htmega_blockquote.php:81
6767
+ #: includes/widgets/htmega_blockquote.php:82
6768
+ msgid "Jon Doy"
6769
+ msgstr ""
6770
+
6771
+ #: includes/widgets/htmega_data_table.php:546
6772
+ msgid "jondoy@gmail.com"
6773
+ msgstr ""
6774
+
6775
+ #: includes/widgets/htmega_progress_bar.php:214
6776
+ msgid "Joomla"
6777
+ msgstr ""
6778
+
6779
+ #: includes/widgets/htmega_pricing_list_view.php:158
6780
+ msgid "Joomla Template"
6781
+ msgstr ""
6782
+
6783
+ #: includes/widgets/htmega_booked_calender.php:115
6784
+ msgid "July"
6785
+ msgstr ""
6786
+
6787
+ #: includes/widgets/htmega_booked_calender.php:114
6788
+ msgid "June"
6789
+ msgstr ""
6790
+
6791
+ #: includes/widgets/htmega_add_banner.php:380
6792
+ #: includes/widgets/htmega_blockquote.php:195
6793
+ #: includes/widgets/htmega_buddy_press.php:266
6794
+ #: includes/widgets/htmega_business_hours.php:403
6795
+ #: includes/widgets/htmega_button.php:173
6796
+ #: includes/widgets/htmega_call_to_action.php:342
6797
+ #: includes/widgets/htmega_carousel.php:850
6798
+ #: includes/widgets/htmega_countdown.php:623
6799
+ #: includes/widgets/htmega_countdown.php:655
6800
+ #: includes/widgets/htmega_counter.php:300
6801
+ #: includes/widgets/htmega_counter.php:333
6802
+ #: includes/widgets/htmega_counter.php:439
6803
+ #: includes/widgets/htmega_counter.php:565
6804
+ #: includes/widgets/htmega_data_table.php:722
6805
+ #: includes/widgets/htmega_data_table.php:841
6806
+ #: includes/widgets/htmega_errorcontent.php:261
6807
+ #: includes/widgets/htmega_image_grid.php:303
6808
+ #: includes/widgets/htmega_image_grid.php:400
6809
+ #: includes/widgets/htmega_image_masonry.php:279
6810
+ #: includes/widgets/htmega_image_masonry.php:376
6811
+ #: includes/widgets/htmega_lightbox.php:208
6812
+ #: includes/widgets/htmega_lightbox.php:321
6813
+ #: includes/widgets/htmega_mailchimp_wp.php:141
6814
+ #: includes/widgets/htmega_modal.php:362 includes/widgets/htmega_modal.php:1017
6815
+ #: includes/widgets/htmega_newsticker.php:472
6816
+ #: includes/widgets/htmega_notify.php:294
6817
+ #: includes/widgets/htmega_notify.php:574
6818
+ #: includes/widgets/htmega_notify.php:840
6819
+ #: includes/widgets/htmega_offcanvas.php:387
6820
+ #: includes/widgets/htmega_panel_slider.php:615
6821
+ #: includes/widgets/htmega_popover.php:277
6822
+ #: includes/widgets/htmega_popover.php:673
6823
+ #: includes/widgets/htmega_popover.php:777
6824
+ #: includes/widgets/htmega_postgrid.php:529
6825
+ #: includes/widgets/htmega_postgrid.php:642
6826
+ #: includes/widgets/htmega_post_grid_tab.php:507
6827
+ #: includes/widgets/htmega_post_grid_tab.php:594
6828
+ #: includes/widgets/htmega_post_slider.php:942
6829
+ #: includes/widgets/htmega_post_slider.php:1029
6830
+ #: includes/widgets/htmega_pricing_list_view.php:485
6831
+ #: includes/widgets/htmega_pricing_list_view.php:1140
6832
+ #: includes/widgets/htmega_search.php:168
6833
+ #: includes/widgets/htmega_service.php:253
6834
+ #: includes/widgets/htmega_service.php:437
6835
+ #: includes/widgets/htmega_service.php:542
6836
+ #: includes/widgets/htmega_service.php:731
6837
+ #: includes/widgets/htmega_service.php:993
6838
+ #: includes/widgets/htmega_singlepost.php:222
6839
+ #: includes/widgets/htmega_singlepost.php:425
6840
+ #: includes/widgets/htmega_special_day_banner.php:277
6841
+ #: includes/widgets/htmega_tablepress.php:225
6842
+ #: includes/widgets/htmega_tablepress.php:382
6843
+ #: includes/widgets/htmega_teammember.php:757
6844
+ #: includes/widgets/htmega_teammember.php:847
6845
+ #: includes/widgets/htmega_teammember.php:938
6846
+ #: includes/widgets/htmega_teammember.php:1005
6847
+ #: includes/widgets/htmega_testimonial_grid.php:565
6848
+ #: includes/widgets/htmega_toggle.php:208
6849
+ #: includes/widgets/htmega_tooltip.php:253
6850
+ #: includes/widgets/htmega_user_login_form.php:583
6851
+ #: extensions/ht-builder/widgets/bl_page_title.php:149
6852
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:151
6853
+ #: extensions/ht-builder/widgets/bl_post_content.php:84
6854
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:84
6855
+ #: extensions/ht-builder/widgets/bl_post_title.php:114
6856
+ #: extensions/ht-builder/widgets/bl_site_logo.php:171
6857
+ #: extensions/ht-builder/widgets/bl_site_title.php:151
6858
+ msgid "Justified"
6859
+ msgstr ""
6860
+
6861
+ #: includes/widgets/htmega_user_login_form.php:425
6862
+ msgid "Justify Content"
6863
+ msgstr ""
6864
+
6865
+ #: includes/recommended-plugins/recommended-plugins.php:78
6866
+ msgid "JustTables"
6867
+ msgstr ""
6868
+
6869
+ #: includes/widgets/htmega_countdown.php:912
6870
+ #: includes/widgets/htmega_newsticker.php:489
6871
+ #: includes/widgets/htmega_quforms.php:79
6872
+ #: includes/widgets/htmega_user_login_form.php:183
6873
+ #: includes/widgets/htmega_user_login_form.php:1464
6874
+ #: includes/widgets/htmega_wc_element_pages.php:648
6875
+ #: includes/widgets/htmega_wc_element_pages.php:1303
6876
+ msgid "Label"
6877
+ msgstr ""
6878
+
6879
+ #: includes/widgets/htmega_pricing_list_view.php:790
6880
+ msgid "Label Background"
6881
+ msgstr ""
6882
+
6883
+ #: includes/widgets/htmega_pricing_list_view.php:805
6884
+ msgid "Label Color"
6885
+ msgstr ""
6886
+
6887
+ #: includes/widgets/htmega_newsticker.php:567
6888
+ msgid "Label Height"
6889
+ msgstr ""
6890
+
6891
+ #: includes/widgets/htmega_newsticker.php:84
6892
+ msgid "Label Icon"
6893
+ msgstr ""
6894
+
6895
+ #: includes/widgets/htmega_pricing_list_view.php:853
6896
+ msgid "Label Margin"
6897
+ msgstr ""
6898
+
6899
+ #: includes/widgets/htmega_pricing_list_view.php:837
6900
+ msgid "Label Padding"
6901
+ msgstr ""
6902
+
6903
+ #: includes/widgets/htmega_pricing_list_view.php:766
6904
+ msgid "Label Position"
6905
+ msgstr ""
6906
+
6907
+ #: includes/widgets/htmega_countdown.php:172
6908
+ msgid "Label Setting"
6909
+ msgstr ""
6910
+
6911
+ #: includes/widgets/htmega_pricing_list_view.php:736
6912
+ msgid "Label Typography"
6913
+ msgstr ""
6914
+
6915
+ #: includes/widgets/htmega_caldera_form.php:61
6916
+ #: includes/widgets/htmega_contact_form_seven.php:654
6917
+ #: includes/widgets/htmega_gravity_forms.php:228
6918
+ #: includes/widgets/htmega_ninja_form.php:313
6919
+ #: includes/widgets/htmega_wpforms.php:306
6920
+ msgid "Labels"
6921
+ msgstr ""
6922
+
6923
+ #: includes/widgets/htmega_button.php:95
6924
+ #: includes/widgets/htmega_double_button.php:48
6925
+ msgid "Large"
6926
+ msgstr ""
6927
+
6928
+ #: includes/widgets/htmega_testimonial_grid.php:101
6929
+ msgid "Large Mobile"
6930
+ msgstr ""
6931
+
6932
+ #: includes/widgets/htmega_googlemap.php:133
6933
+ #: includes/widgets/htmega_weather.php:184
6934
+ msgid "Latitude"
6935
+ msgstr ""
6936
+
6937
+ #: includes/widgets/htmega_layer_slider.php:13
6938
+ #: includes/widgets/htmega_layer_slider.php:56
6939
+ msgid "LayerSlider"
6940
+ msgstr ""
6941
+
6942
+ #: includes/widgets/htmega_animated_heading.php:49
6943
+ #: includes/widgets/htmega_bbpress.php:50
6944
+ #: includes/widgets/htmega_business_hours.php:43
6945
+ #: includes/widgets/htmega_data_table.php:44
6946
+ #: includes/widgets/htmega_job_manager.php:50
6947
+ #: includes/widgets/htmega_postgrid.php:43
6948
+ #: includes/widgets/htmega_post_grid_tab.php:50
6949
+ #: includes/widgets/htmega_post_slider.php:51
6950
+ #: includes/widgets/htmega_pricing_list_view.php:43
6951
+ #: includes/widgets/htmega_pricing_list_view.php:50
6952
+ #: includes/widgets/htmega_verticle_time_line.php:43
6953
+ #: extensions/ht-builder/widgets/bl_post_archive.php:43
6954
+ msgid "Layout"
6955
+ msgstr ""
6956
+
6957
+ #: includes/widgets/htmega_business_hours.php:51
6958
+ #: includes/widgets/htmega_postgrid.php:51
6959
+ #: includes/widgets/htmega_post_grid_tab.php:58
6960
+ #: includes/widgets/htmega_post_slider.php:59
6961
+ msgid "Layout Five"
6962
+ msgstr ""
6963
+
6964
+ #: includes/widgets/htmega_business_hours.php:50
6965
+ #: includes/widgets/htmega_postgrid.php:50
6966
+ #: includes/widgets/htmega_post_grid_tab.php:57
6967
+ #: includes/widgets/htmega_post_slider.php:58
6968
+ #: includes/widgets/htmega_verticle_time_line.php:51
6969
+ msgid "Layout Four"
6970
+ msgstr ""
6971
+
6972
+ #: includes/widgets/htmega_pricing_list_view.php:57
6973
+ msgid "Layout Four ( No Border )"
6974
+ msgstr ""
6975
+
6976
+ #: includes/widgets/htmega_business_hours.php:47
6977
+ #: includes/widgets/htmega_data_table.php:48
6978
+ #: includes/widgets/htmega_postgrid.php:47
6979
+ #: includes/widgets/htmega_post_grid_tab.php:54
6980
+ #: includes/widgets/htmega_post_slider.php:55
6981
+ #: includes/widgets/htmega_pricing_list_view.php:54
6982
+ #: includes/widgets/htmega_switcher.php:45
6983
+ #: includes/widgets/htmega_verticle_time_line.php:48
6984
+ #: extensions/ht-builder/widgets/bl_post_archive.php:47
6985
+ msgid "Layout One"
6986
+ msgstr ""
6987
+
6988
+ #: includes/widgets/htmega_post_slider.php:61
6989
+ msgid "Layout Seven"
6990
+ msgstr ""
6991
+
6992
+ #: includes/widgets/htmega_post_slider.php:60
6993
+ msgid "Layout Six"
6994
+ msgstr ""
6995
+
6996
+ #: includes/widgets/htmega_business_hours.php:49
6997
+ #: includes/widgets/htmega_data_table.php:50
6998
+ #: includes/widgets/htmega_postgrid.php:49
6999
+ #: includes/widgets/htmega_post_grid_tab.php:56
7000
+ #: includes/widgets/htmega_post_slider.php:57
7001
+ #: includes/widgets/htmega_pricing_list_view.php:56
7002
+ #: includes/widgets/htmega_verticle_time_line.php:50
7003
+ msgid "Layout Three"
7004
+ msgstr ""
7005
+
7006
+ #: includes/widgets/htmega_business_hours.php:48
7007
+ #: includes/widgets/htmega_data_table.php:49
7008
+ #: includes/widgets/htmega_postgrid.php:48
7009
+ #: includes/widgets/htmega_post_grid_tab.php:55
7010
+ #: includes/widgets/htmega_post_slider.php:56
7011
+ #: includes/widgets/htmega_pricing_list_view.php:55
7012
+ #: includes/widgets/htmega_switcher.php:46
7013
+ #: includes/widgets/htmega_verticle_time_line.php:49
7014
+ #: extensions/ht-builder/widgets/bl_post_archive.php:48
7015
+ msgid "Layout Two"
7016
+ msgstr ""
7017
+
7018
+ #: admin/include/admin-setting.php:1361
7019
+ msgid "leaving us a review on our WP repository"
7020
+ msgstr ""
7021
+
7022
+ #: includes/widgets/htmega_accordion.php:567
7023
+ #: includes/widgets/htmega_accordion.php:758
7024
+ #: includes/widgets/htmega_accordion.php:916
7025
+ #: includes/widgets/htmega_accordion.php:1314
7026
+ #: includes/widgets/htmega_accordion.php:1432
7027
+ #: includes/widgets/htmega_add_banner.php:368
7028
+ #: includes/widgets/htmega_blockquote.php:183
7029
+ #: includes/widgets/htmega_buddy_press.php:254
7030
+ #: includes/widgets/htmega_business_hours.php:391
7031
+ #: includes/widgets/htmega_button.php:118
7032
+ #: includes/widgets/htmega_button.php:161
7033
+ #: includes/widgets/htmega_caldera_form.php:72
7034
+ #: includes/widgets/htmega_caldera_form.php:347
7035
+ #: includes/widgets/htmega_call_to_action.php:200
7036
+ #: includes/widgets/htmega_call_to_action.php:294
7037
+ #: includes/widgets/htmega_call_to_action.php:330
7038
+ #: includes/widgets/htmega_carousel.php:838
7039
+ #: includes/widgets/htmega_contact_form_seven.php:117
7040
+ #: includes/widgets/htmega_countdown.php:611
7041
+ #: includes/widgets/htmega_countdown.php:643
7042
+ #: includes/widgets/htmega_counter.php:288
7043
+ #: includes/widgets/htmega_counter.php:321
7044
+ #: includes/widgets/htmega_counter.php:427
7045
+ #: includes/widgets/htmega_counter.php:553
7046
+ #: includes/widgets/htmega_data_table.php:710
7047
+ #: includes/widgets/htmega_data_table.php:829
7048
+ #: includes/widgets/htmega_double_button.php:157
7049
+ #: includes/widgets/htmega_double_button.php:244
7050
+ #: includes/widgets/htmega_double_button.php:325
7051
+ #: includes/widgets/htmega_dropcaps.php:84
7052
+ #: includes/widgets/htmega_easy_digital_download.php:326
7053
+ #: includes/widgets/htmega_easy_digital_download.php:694
7054
+ #: includes/widgets/htmega_errorcontent.php:249
7055
+ #: includes/widgets/htmega_gravity_forms.php:149
7056
+ #: includes/widgets/htmega_gravity_forms.php:205
7057
+ #: includes/widgets/htmega_gravity_forms.php:239
7058
+ #: includes/widgets/htmega_gravity_forms.php:544
7059
+ #: includes/widgets/htmega_gravity_forms.php:775
7060
+ #: includes/widgets/htmega_imagemarker.php:203
7061
+ #: includes/widgets/htmega_imagemarker.php:710
7062
+ #: includes/widgets/htmega_image_grid.php:291
7063
+ #: includes/widgets/htmega_image_grid.php:388
7064
+ #: includes/widgets/htmega_image_masonry.php:267
7065
+ #: includes/widgets/htmega_image_masonry.php:364
7066
+ #: includes/widgets/htmega_inlinemenu.php:121
7067
+ #: includes/widgets/htmega_instagram.php:1484
7068
+ #: includes/widgets/htmega_job_manager.php:159
7069
+ #: includes/widgets/htmega_lightbox.php:196
7070
+ #: includes/widgets/htmega_lightbox.php:309
7071
+ #: includes/widgets/htmega_mailchimp_wp.php:129
7072
+ #: includes/widgets/htmega_modal.php:178 includes/widgets/htmega_modal.php:350
7073
+ #: includes/widgets/htmega_modal.php:1005
7074
+ #: includes/widgets/htmega_newsticker.php:460
7075
+ #: includes/widgets/htmega_ninja_form.php:188
7076
+ #: includes/widgets/htmega_ninja_form.php:290
7077
+ #: includes/widgets/htmega_ninja_form.php:324
7078
+ #: includes/widgets/htmega_ninja_form.php:611
7079
+ #: includes/widgets/htmega_ninja_form.php:822
7080
+ #: includes/widgets/htmega_ninja_form.php:1034
7081
+ #: includes/widgets/htmega_notify.php:282
7082
+ #: includes/widgets/htmega_notify.php:562
7083
+ #: includes/widgets/htmega_notify.php:828
7084
+ #: includes/widgets/htmega_offcanvas.php:103
7085
+ #: includes/widgets/htmega_offcanvas.php:204
7086
+ #: includes/widgets/htmega_offcanvas.php:283
7087
+ #: includes/widgets/htmega_offcanvas.php:375
7088
+ #: includes/widgets/htmega_panel_slider.php:603
7089
+ #: includes/widgets/htmega_popover.php:193
7090
+ #: includes/widgets/htmega_popover.php:265
7091
+ #: includes/widgets/htmega_popover.php:661
7092
+ #: includes/widgets/htmega_popover.php:765
7093
+ #: includes/widgets/htmega_postgrid.php:293
7094
+ #: includes/widgets/htmega_postgrid.php:517
7095
+ #: includes/widgets/htmega_postgrid.php:630
7096
+ #: includes/widgets/htmega_post_grid_tab.php:401
7097
+ #: includes/widgets/htmega_post_grid_tab.php:495
7098
+ #: includes/widgets/htmega_post_grid_tab.php:582
7099
+ #: includes/widgets/htmega_post_grid_tab.php:805
7100
+ #: includes/widgets/htmega_post_slider.php:836
7101
+ #: includes/widgets/htmega_post_slider.php:930
7102
+ #: includes/widgets/htmega_post_slider.php:1017
7103
+ #: includes/widgets/htmega_post_slider.php:1233
7104
+ #: includes/widgets/htmega_pricing_list_view.php:473
7105
+ #: includes/widgets/htmega_pricing_list_view.php:504
7106
+ #: includes/widgets/htmega_pricing_list_view.php:1128
7107
+ #: includes/widgets/htmega_pricing_list_view.php:1189
7108
+ #: includes/widgets/htmega_quforms.php:90
7109
+ #: includes/widgets/htmega_quforms.php:210
7110
+ #: includes/widgets/htmega_quforms.php:331
7111
+ #: includes/widgets/htmega_quforms.php:551
7112
+ #: includes/widgets/htmega_quforms.php:769
7113
+ #: includes/widgets/htmega_search.php:156
7114
+ #: includes/widgets/htmega_section_title.php:415
7115
+ #: includes/widgets/htmega_service.php:241
7116
+ #: includes/widgets/htmega_service.php:425
7117
+ #: includes/widgets/htmega_service.php:530
7118
+ #: includes/widgets/htmega_service.php:719
7119
+ #: includes/widgets/htmega_service.php:981
7120
+ #: includes/widgets/htmega_singlepost.php:210
7121
+ #: includes/widgets/htmega_singlepost.php:306
7122
+ #: includes/widgets/htmega_singlepost.php:413
7123
+ #: includes/widgets/htmega_slider_thumb_gallery.php:55
7124
+ #: includes/widgets/htmega_socialshere.php:374
7125
+ #: includes/widgets/htmega_special_day_banner.php:49
7126
+ #: includes/widgets/htmega_special_day_banner.php:265
7127
+ #: includes/widgets/htmega_tablepress.php:213
7128
+ #: includes/widgets/htmega_tablepress.php:370
7129
+ #: includes/widgets/htmega_tabs.php:513
7130
+ #: includes/widgets/htmega_teammember.php:105
7131
+ #: includes/widgets/htmega_teammember.php:616
7132
+ #: includes/widgets/htmega_teammember.php:745
7133
+ #: includes/widgets/htmega_teammember.php:835
7134
+ #: includes/widgets/htmega_teammember.php:926
7135
+ #: includes/widgets/htmega_teammember.php:993
7136
+ #: includes/widgets/htmega_testimonial_grid.php:553
7137
+ #: includes/widgets/htmega_toggle.php:196
7138
+ #: includes/widgets/htmega_tooltip.php:181
7139
+ #: includes/widgets/htmega_tooltip.php:241
7140
+ #: includes/widgets/htmega_user_login_form.php:149
7141
+ #: includes/widgets/htmega_user_login_form.php:371
7142
+ #: includes/widgets/htmega_user_login_form.php:571
7143
+ #: includes/widgets/htmega_videoplayer.php:296
7144
+ #: includes/widgets/htmega_wc_categories.php:380
7145
+ #: includes/widgets/htmega_wpforms.php:180
7146
+ #: includes/widgets/htmega_wpforms.php:282
7147
+ #: includes/widgets/htmega_wpforms.php:317
7148
+ #: includes/widgets/htmega_wpforms.php:614
7149
+ #: includes/widgets/htmega_wpforms.php:833
7150
+ #: includes/widgets/htmega_wpforms.php:1061
7151
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:115
7152
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:497
7153
+ #: extensions/ht-builder/widgets/bl_page_title.php:137
7154
+ #: extensions/ht-builder/widgets/bl_post_archive.php:302
7155
+ #: extensions/ht-builder/widgets/bl_post_archive.php:383
7156
+ #: extensions/ht-builder/widgets/bl_post_archive.php:490
7157
+ #: extensions/ht-builder/widgets/bl_post_archive.php:596
7158
+ #: extensions/ht-builder/widgets/bl_post_archive.php:676
7159
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:139
7160
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:112
7161
+ #: extensions/ht-builder/widgets/bl_post_content.php:72
7162
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:72
7163
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:71
7164
+ #: extensions/ht-builder/widgets/bl_post_title.php:102
7165
+ #: extensions/ht-builder/widgets/bl_site_logo.php:159
7166
+ #: extensions/ht-builder/widgets/bl_site_title.php:139
7167
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:166
7168
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:167
7169
+ msgid "Left"
7170
+ msgstr ""
7171
+
7172
+ #: includes/widgets/htmega_post_slider.php:1435
7173
+ msgid "Left Arrow position"
7174
+ msgstr ""
7175
+
7176
+ #: includes/widgets/htmega_post_slider.php:1486
7177
+ msgid "Left Arrow Position vertical"
7178
+ msgstr ""
7179
+
7180
+ #: includes/widgets/htmega_blockquote.php:155
7181
+ msgid "Left Bottom"
7182
+ msgstr ""
7183
+
7184
+ #: includes/widgets/htmega_blockquote.php:154
7185
+ msgid "Left Center"
7186
+ msgstr ""
7187
+
7188
+ #: includes/widgets/htmega_blockquote.php:153
7189
+ msgid "Left Top"
7190
+ msgstr ""
7191
+
7192
+ #: includes/widgets/htmega_scroll_image.php:268
7193
+ msgid "Left-Right"
7194
+ msgstr ""
7195
+
7196
+ #: includes/widgets/htmega_pricing_list_view.php:348
7197
+ #: includes/widgets/htmega_pricing_list_view.php:977
7198
+ msgid "Left-Right Position"
7199
+ msgstr ""
7200
+
7201
+ #: includes/widgets/htmega_image_comparison.php:181
7202
+ msgid "Level Position"
7203
+ msgstr ""
7204
+
7205
+ #: admin/include/admin-setting.php:319
7206
+ msgid "Light Box"
7207
+ msgstr ""
7208
+
7209
+ #: includes/widgets/htmega_lightbox.php:13
7210
+ #: includes/widgets/htmega_lightbox.php:42
7211
+ msgid "Lightbox"
7212
+ msgstr ""
7213
+
7214
+ #: includes/widgets/htmega_lightbox.php:49
7215
+ msgid "Lightbox Type"
7216
+ msgstr ""
7217
+
7218
+ #: includes/widgets/htmega_postgrid.php:107
7219
+ #: includes/widgets/htmega_post_grid_tab.php:114
7220
+ #: includes/widgets/htmega_post_slider.php:118
7221
+ #: includes/widgets/htmega_twitter_feed.php:122
7222
+ #: extensions/wc-sales-notification/admin/setting.php:101
7223
+ msgid "Limit"
7224
+ msgstr ""
7225
+
7226
+ #: includes/widgets/htmega_socialshere.php:92
7227
+ msgid "Line"
7228
+ msgstr ""
7229
+
7230
+ #: includes/widgets/htmega_blockquote.php:603
7231
+ #: includes/widgets/htmega_notify.php:707
7232
+ #: includes/widgets/htmega_socialshere.php:533
7233
+ msgid "Line Height"
7234
+ msgstr ""
7235
+
7236
+ #: includes/widgets/htmega_button.php:73
7237
+ #: includes/widgets/htmega_double_button.php:108
7238
+ #: includes/widgets/htmega_double_button.php:195
7239
+ #: includes/widgets/htmega_panel_slider.php:117
7240
+ #: includes/widgets/htmega_popover.php:139
7241
+ #: includes/widgets/htmega_pricing_list_view.php:126
7242
+ #: includes/widgets/htmega_pricing_list_view.php:660
7243
+ #: includes/widgets/htmega_section_title.php:193
7244
+ #: includes/widgets/htmega_section_title.php:251
7245
+ #: includes/widgets/htmega_teammember.php:223
7246
+ #: includes/widgets/htmega_tooltip.php:139
7247
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:94
7248
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:267
7249
+ msgid "Link"
7250
+ msgstr ""
7251
+
7252
+ #: includes/widgets/htmega_offcanvas.php:327
7253
+ #: includes/widgets/htmega_twitter_feed.php:639
7254
+ #: includes/widgets/htmega_user_login_form.php:773
7255
+ #: extensions/ht-builder/widgets/bl_post_archive.php:521
7256
+ msgid "Link Color"
7257
+ msgstr ""
7258
+
7259
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:101
7260
+ msgid "Link for the Author Name and Image"
7261
+ msgstr ""
7262
+
7263
+ #: includes/widgets/htmega_offcanvas.php:338
7264
+ #: includes/widgets/htmega_user_login_form.php:788
7265
+ msgid "Link Hover Color"
7266
+ msgstr ""
7267
+
7268
+ #: includes/widgets/htmega_socialshere.php:66
7269
+ msgid "Linkedin"
7270
+ msgstr ""
7271
+
7272
+ #: includes/widgets/htmega_booked_calender.php:55
7273
+ msgid "List"
7274
+ msgstr ""
7275
+
7276
+ #: includes/widgets/htmega_pricing_list_view.php:1457
7277
+ msgid "List Area"
7278
+ msgstr ""
7279
+
7280
+ #: includes/widgets/htmega_socialshere.php:71
7281
+ msgid "Live journal"
7282
+ msgstr ""
7283
+
7284
+ #: includes/widgets/htmega_socialshere.php:80
7285
+ msgid "Liveinternet"
7286
+ msgstr ""
7287
+
7288
+ #: includes/widgets/htmega_job_manager.php:131
7289
+ msgid "Load More"
7290
+ msgstr ""
7291
+
7292
+ #: admin/include/admin-setting.php:824
7293
+ msgid "Load Post in Elementor Addons"
7294
+ msgstr ""
7295
+
7296
+ #: admin/include/templates/library/templates.php:53
7297
+ msgid "Loading"
7298
+ msgstr ""
7299
+
7300
+ #: includes/widgets/htmega_animated_heading.php:72
7301
+ msgid "Loading bar"
7302
+ msgstr ""
7303
+
7304
+ #: extensions/wc-sales-notification/admin/setting.php:114
7305
+ msgid "Loading Time"
7306
+ msgstr ""
7307
+
7308
+ #: includes/widgets/htmega_slider_thumb_gallery.php:68
7309
+ #: includes/widgets/htmega_slider_thumb_gallery.php:122
7310
+ msgid "Location Name Here."
7311
+ msgstr ""
7312
+
7313
+ #: includes/widgets/htmega_custom_event.php:78
7314
+ msgid "Location."
7315
+ msgstr ""
7316
+
7317
+ #: includes/widgets/htmega_user_login_form.php:360
7318
+ #: includes/widgets/htmega_user_login_form.php:1650
7319
+ msgid "Login"
7320
+ msgstr ""
7321
+
7322
+ #: includes/widgets/htmega_user_login_form.php:349
7323
+ msgid "Login Button"
7324
+ msgstr ""
7325
+
7326
+ #: includes/widgets/htmega_user_login_form.php:103
7327
+ msgid "Login Content"
7328
+ msgstr ""
7329
+
7330
+ #: includes/widgets/htmega_user_login_form.php:43
7331
+ #: includes/widgets/htmega_user_login_form.php:174
7332
+ msgid "Login Form"
7333
+ msgstr ""
7334
+
7335
+ #: includes/widgets/htmega_user_login_form.php:646
7336
+ msgid "Login Form Header Style"
7337
+ msgstr ""
7338
+
7339
+ #: includes/widgets/htmega_user_login_form.php:68
7340
+ msgid "Login Header"
7341
+ msgstr ""
7342
+
7343
+ #: includes/widgets/htmega_user_login_form.php:89
7344
+ msgid "Login Header Title"
7345
+ msgstr ""
7346
+
7347
+ #: includes/helper-function.php:392
7348
+ msgid "Login Successfully"
7349
+ msgstr ""
7350
+
7351
+ #: extensions/ht-builder/widgets/bl_site_logo.php:48
7352
+ msgid "Logo"
7353
+ msgstr ""
7354
+
7355
+ #: includes/widgets/htmega_googlemap.php:141
7356
+ #: includes/widgets/htmega_weather.php:196
7357
+ msgid "Longitude"
7358
+ msgstr ""
7359
+
7360
+ #: includes/widgets/htmega_scroll_navigation.php:105
7361
+ #: includes/widgets/htmega_testimonial_grid.php:214
7362
+ #: includes/widgets/htmega_testimonial_grid.php:228
7363
+ #: includes/widgets/htmega_testimonial_grid.php:234
7364
+ #: includes/widgets/htmega_testimonial_grid.php:240
7365
+ msgid ""
7366
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
7367
+ "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
7368
+ "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
7369
+ "dolore magna aliqua."
7370
+ msgstr ""
7371
+
7372
+ #: includes/widgets/htmega_working_process.php:170
7373
+ msgid ""
7374
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7375
+ "tempor incid idunt ut labore"
7376
+ msgstr ""
7377
+
7378
+ #: includes/widgets/htmega_working_process.php:174
7379
+ #: includes/widgets/htmega_working_process.php:178
7380
+ msgid ""
7381
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7382
+ "tempor incid idunt ut labore."
7383
+ msgstr ""
7384
+
7385
+ #: includes/widgets/htmega_dropcaps.php:60
7386
+ msgid ""
7387
+ "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
7388
+ "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7389
+ "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
7390
+ "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
7391
+ "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
7392
+ "exercitation ullamco laboris nisi ut aliquip."
7393
+ msgstr ""
7394
+
7395
+ #: includes/widgets/htmega_modal.php:84
7396
+ msgid ""
7397
+ "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
7398
+ "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7399
+ "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
7400
+ "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
7401
+ msgstr ""
7402
+
7403
+ #: includes/widgets/htmega_verticle_time_line.php:90
7404
+ #: includes/widgets/htmega_verticle_time_line.php:102
7405
+ #: includes/widgets/htmega_verticle_time_line.php:106
7406
+ #: includes/widgets/htmega_verticle_time_line.php:110
7407
+ msgid ""
7408
+ "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
7409
+ "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
7410
+ msgstr ""
7411
+
7412
+ #: includes/widgets/htmega_tabs.php:219 includes/widgets/htmega_tabs.php:223
7413
+ #: includes/widgets/htmega_tabs.php:227
7414
+ #: includes/widgets/htmega_working_process.php:98
7415
+ msgid ""
7416
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7417
+ "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
7418
+ "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
7419
+ "Duis aute irure dolor in repre in voluptate."
7420
+ msgstr ""
7421
+
7422
+ #: includes/widgets/htmega_toggle.php:112
7423
+ msgid ""
7424
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7425
+ "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
7426
+ "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
7427
+ "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
7428
+ "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
7429
+ "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
7430
+ msgstr ""
7431
+
7432
+ #: includes/widgets/htmega_imagemarker.php:192
7433
+ #: includes/widgets/htmega_imagemarker.php:469
7434
+ msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
7435
+ msgstr ""
7436
+
7437
+ #: includes/widgets/htmega_user_login_form.php:285
7438
+ msgid "Lost your password?"
7439
+ msgstr ""
7440
+
7441
+ #: admin/include/admin-setting.php:638
7442
+ msgid "Lottie <span>( Pro )</span>"
7443
+ msgstr ""
7444
+
7445
+ #: includes/widgets/htmega_data_table.php:340
7446
+ #: includes/widgets/htmega_data_table.php:533
7447
+ #: includes/widgets/htmega_pricing_list_view.php:603
7448
+ #: includes/widgets/htmega_pricing_list_view.php:1099
7449
+ msgid "Louis Hudson"
7450
+ msgstr ""
7451
+
7452
+ #: includes/widgets/htmega_pricing_list_view.php:1112
7453
+ msgid "louishudson@gmail.com"
7454
+ msgstr ""
7455
+
7456
+ #: extensions/ht-builder/widgets/bl_post_archive.php:1066
7457
+ msgid "M d, Y"
7458
+ msgstr ""
7459
+
7460
+ #: includes/weather-resource/weather-resource.php:111
7461
+ msgid "m/s"
7462
+ msgstr ""
7463
+
7464
+ #: includes/widgets/htmega_panel_slider.php:146
7465
+ msgid "Made in 2016"
7466
+ msgstr ""
7467
+
7468
+ #: includes/widgets/htmega_panel_slider.php:88
7469
+ #: includes/widgets/htmega_panel_slider.php:142
7470
+ msgid "Made in 2017"
7471
+ msgstr ""
7472
+
7473
+ #: includes/widgets/htmega_panel_slider.php:138
7474
+ msgid "Made in 2018"
7475
+ msgstr ""
7476
+
7477
+ #: includes/widgets/htmega_panel_slider.php:134
7478
+ msgid "Made in 2019"
7479
+ msgstr ""
7480
+
7481
+ #: includes/widgets/htmega_image_magnifier.php:42
7482
+ msgid "Magnifier"
7483
+ msgstr ""
7484
+
7485
+ #: includes/widgets/htmega_mailchimp_wp.php:43
7486
+ msgid "Mailchimp"
7487
+ msgstr ""
7488
+
7489
+ #: admin/include/admin-setting.php:1204
7490
+ #: includes/widgets/htmega_mailchimp_wp.php:13
7491
+ msgid "Mailchimp for wp"
7492
+ msgstr ""
7493
+
7494
+ #: includes/widgets/htmega_mailchimp_wp.php:66
7495
+ msgid "Mailchimp ID"
7496
+ msgstr ""
7497
+
7498
+ #: includes/widgets/htmega_inlinemenu.php:102
7499
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:96
7500
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:63
7501
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:64
7502
+ msgid "Main Menu"
7503
+ msgstr ""
7504
+
7505
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:413
7506
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:371
7507
+ msgid "Main Menu Items"
7508
+ msgstr ""
7509
+
7510
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:71
7511
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:72
7512
+ msgid "Main Menu Width"
7513
+ msgstr ""
7514
+
7515
+ #: includes/widgets/htmega_testimonial_grid.php:233
7516
+ msgid "Manager"
7517
+ msgstr ""
7518
+
7519
+ #: includes/widgets/htmega_testimonial_grid.php:177
7520
+ #: includes/widgets/htmega_testimonial_grid.php:227
7521
+ msgid "Managing Director"
7522
+ msgstr ""
7523
+
7524
+ #: includes/widgets/htmega_teammember.php:165
7525
+ msgid "Managing director"
7526
+ msgstr ""
7527
+
7528
+ #: includes/widgets/htmega_easy_digital_download.php:144
7529
+ #: includes/widgets/htmega_wc_categories.php:81
7530
+ msgid "Manual Selection"
7531
+ msgstr ""
7532
+
7533
+ #: includes/widgets/htmega_user_login_form.php:449
7534
+ #: includes/widgets/htmega_user_login_form.php:477
7535
+ #: includes/widgets/htmega_user_login_form.php:504
7536
+ msgid "Manual Space"
7537
+ msgstr ""
7538
+
7539
+ #: includes/widgets/htmega_googlemap.php:265
7540
+ msgid "Map Fixed Address"
7541
+ msgstr ""
7542
+
7543
+ #: includes/widgets/htmega_googlemap.php:80
7544
+ msgid "Map Height"
7545
+ msgstr ""
7546
+
7547
+ #: includes/widgets/htmega_googlemap.php:123
7548
+ msgid "Map Marker"
7549
+ msgstr ""
7550
+
7551
+ #: includes/widgets/htmega_googlemap.php:111
7552
+ msgid "Map Style"
7553
+ msgstr ""
7554
+
7555
+ #: includes/widgets/htmega_googlemap.php:413
7556
+ msgid "Maps Fixed Address"
7557
+ msgstr ""
7558
+
7559
+ #: includes/widgets/htmega_googlemap.php:297
7560
+ msgid "Maps Info Address"
7561
+ msgstr ""
7562
+
7563
+ #: includes/widgets/htmega_booked_calender.php:111
7564
+ msgid "March"
7565
+ msgstr ""
7566
+
7567
+ #: includes/widgets/htmega_accordion.php:801
7568
+ #: includes/widgets/htmega_accordion.php:852
7569
+ #: includes/widgets/htmega_accordion.php:1214
7570
+ #: includes/widgets/htmega_accordion.php:1374
7571
+ #: includes/widgets/htmega_add_banner.php:163
7572
+ #: includes/widgets/htmega_add_banner.php:251
7573
+ #: includes/widgets/htmega_add_banner.php:305
7574
+ #: includes/widgets/htmega_add_banner.php:403
7575
+ #: includes/widgets/htmega_add_banner.php:462
7576
+ #: includes/widgets/htmega_add_banner.php:521
7577
+ #: includes/widgets/htmega_add_banner.php:580
7578
+ #: includes/widgets/htmega_add_banner.php:691
7579
+ #: includes/widgets/htmega_animated_heading.php:267
7580
+ #: includes/widgets/htmega_blockquote.php:220
7581
+ #: includes/widgets/htmega_blockquote.php:298
7582
+ #: includes/widgets/htmega_blockquote.php:354
7583
+ #: includes/widgets/htmega_blockquote.php:542
7584
+ #: includes/widgets/htmega_blockquote.php:723
7585
+ #: includes/widgets/htmega_brand.php:128 includes/widgets/htmega_brand.php:314
7586
+ #: includes/widgets/htmega_buddy_press.php:236
7587
+ #: includes/widgets/htmega_buddy_press.php:344
7588
+ #: includes/widgets/htmega_buddy_press.php:413
7589
+ #: includes/widgets/htmega_business_hours.php:242
7590
+ #: includes/widgets/htmega_business_hours.php:318
7591
+ #: includes/widgets/htmega_business_hours.php:446
7592
+ #: includes/widgets/htmega_button.php:317
7593
+ #: includes/widgets/htmega_call_to_action.php:367
7594
+ #: includes/widgets/htmega_call_to_action.php:444
7595
+ #: includes/widgets/htmega_call_to_action.php:532
7596
+ #: includes/widgets/htmega_call_to_action.php:591
7597
+ #: includes/widgets/htmega_call_to_action.php:650
7598
+ #: includes/widgets/htmega_call_to_action.php:743
7599
+ #: includes/widgets/htmega_call_to_action.php:949
7600
+ #: includes/widgets/htmega_carousel.php:456
7601
+ #: includes/widgets/htmega_carousel.php:974
7602
+ #: includes/widgets/htmega_carousel.php:1057
7603
+ #: includes/widgets/htmega_carousel.php:1372
7604
+ #: includes/widgets/htmega_contact_form_seven.php:161
7605
+ #: includes/widgets/htmega_contact_form_seven.php:337
7606
+ #: includes/widgets/htmega_contact_form_seven.php:570
7607
+ #: includes/widgets/htmega_contact_form_seven.php:726
7608
+ #: includes/widgets/htmega_contact_form_seven.php:870
7609
+ #: includes/widgets/htmega_contact_form_seven.php:1027
7610
+ #: includes/widgets/htmega_countdown.php:591
7611
+ #: includes/widgets/htmega_countdown.php:838
7612
+ #: includes/widgets/htmega_countdown.php:998
7613
+ #: includes/widgets/htmega_countdown.php:1096
7614
+ #: includes/widgets/htmega_counter.php:240
7615
+ #: includes/widgets/htmega_counter.php:501
7616
+ #: includes/widgets/htmega_counter.php:625
7617
+ #: includes/widgets/htmega_counter.php:892
7618
+ #: includes/widgets/htmega_counter.php:981
7619
+ #: includes/widgets/htmega_counter.php:1071
7620
+ #: includes/widgets/htmega_custom_event.php:176
7621
+ #: includes/widgets/htmega_custom_event.php:261
7622
+ #: includes/widgets/htmega_custom_event.php:305
7623
+ #: includes/widgets/htmega_custom_event.php:362
7624
+ #: includes/widgets/htmega_data_table.php:592
7625
+ #: includes/widgets/htmega_double_button.php:297
7626
+ #: includes/widgets/htmega_double_button.php:556
7627
+ #: includes/widgets/htmega_double_button.php:729
7628
+ #: includes/widgets/htmega_double_button.php:912
7629
+ #: includes/widgets/htmega_dropcaps.php:153
7630
+ #: includes/widgets/htmega_dropcaps.php:253
7631
+ #: includes/widgets/htmega_easy_digital_download.php:388
7632
+ #: includes/widgets/htmega_easy_digital_download.php:452
7633
+ #: includes/widgets/htmega_easy_digital_download.php:606
7634
+ #: includes/widgets/htmega_easy_digital_download.php:746
7635
+ #: includes/widgets/htmega_errorcontent.php:276
7636
+ #: includes/widgets/htmega_errorcontent.php:368
7637
+ #: includes/widgets/htmega_errorcontent.php:447
7638
+ #: includes/widgets/htmega_errorcontent.php:526
7639
+ #: includes/widgets/htmega_errorcontent.php:602
7640
+ #: includes/widgets/htmega_errorcontent.php:753
7641
+ #: includes/widgets/htmega_googlemap.php:349
7642
+ #: includes/widgets/htmega_googlemap.php:490
7643
+ #: includes/widgets/htmega_gravity_forms.php:331
7644
+ #: includes/widgets/htmega_gravity_forms.php:371
7645
+ #: includes/widgets/htmega_gravity_forms.php:498
7646
+ #: includes/widgets/htmega_gravity_forms.php:730
7647
+ #: includes/widgets/htmega_imagemarker.php:895
7648
+ #: includes/widgets/htmega_imagemarker.php:950
7649
+ #: includes/widgets/htmega_image_comparison.php:111
7650
+ #: includes/widgets/htmega_image_grid.php:215
7651
+ #: includes/widgets/htmega_image_grid.php:361
7652
+ #: includes/widgets/htmega_image_magnifier.php:154
7653
+ #: includes/widgets/htmega_image_masonry.php:207
7654
+ #: includes/widgets/htmega_image_masonry.php:324
7655
+ #: includes/widgets/htmega_image_masonry.php:411
7656
+ #: includes/widgets/htmega_inlinemenu.php:187
7657
+ #: includes/widgets/htmega_instagram.php:634
7658
+ #: includes/widgets/htmega_instagram.php:680
7659
+ #: includes/widgets/htmega_instagram.php:897
7660
+ #: includes/widgets/htmega_instagram.php:1355
7661
+ #: includes/widgets/htmega_lightbox.php:238
7662
+ #: includes/widgets/htmega_mailchimp_wp.php:102
7663
+ #: includes/widgets/htmega_mailchimp_wp.php:273
7664
+ #: includes/widgets/htmega_mailchimp_wp.php:407
7665
+ #: includes/widgets/htmega_modal.php:525 includes/widgets/htmega_modal.php:642
7666
+ #: includes/widgets/htmega_modal.php:805 includes/widgets/htmega_modal.php:975
7667
+ #: includes/widgets/htmega_newsticker.php:403
7668
+ #: includes/widgets/htmega_newsticker.php:705
7669
+ #: includes/widgets/htmega_newsticker.php:845
7670
+ #: includes/widgets/htmega_newsticker.php:978
7671
+ #: includes/widgets/htmega_ninja_form.php:153
7672
+ #: includes/widgets/htmega_ninja_form.php:255
7673
+ #: includes/widgets/htmega_ninja_form.php:419
7674
+ #: includes/widgets/htmega_ninja_form.php:458
7675
+ #: includes/widgets/htmega_ninja_form.php:566
7676
+ #: includes/widgets/htmega_ninja_form.php:787
7677
+ #: includes/widgets/htmega_ninja_form.php:989
7678
+ #: includes/widgets/htmega_notify.php:402
7679
+ #: includes/widgets/htmega_notify.php:545
7680
+ #: includes/widgets/htmega_notify.php:801
7681
+ #: includes/widgets/htmega_panel_slider.php:529
7682
+ #: includes/widgets/htmega_panel_slider.php:710
7683
+ #: includes/widgets/htmega_panel_slider.php:766
7684
+ #: includes/widgets/htmega_panel_slider.php:1171
7685
+ #: includes/widgets/htmega_popover.php:305
7686
+ #: includes/widgets/htmega_popover.php:424
7687
+ #: includes/widgets/htmega_postgrid.php:248
7688
+ #: includes/widgets/htmega_postgrid.php:487
7689
+ #: includes/widgets/htmega_postgrid.php:602
7690
+ #: includes/widgets/htmega_postgrid.php:689
7691
+ #: includes/widgets/htmega_post_grid_tab.php:297
7692
+ #: includes/widgets/htmega_post_grid_tab.php:373
7693
+ #: includes/widgets/htmega_post_grid_tab.php:467
7694
+ #: includes/widgets/htmega_post_grid_tab.php:554
7695
+ #: includes/widgets/htmega_post_grid_tab.php:652
7696
+ #: includes/widgets/htmega_post_grid_tab.php:777
7697
+ #: includes/widgets/htmega_post_grid_tab.php:872
7698
+ #: includes/widgets/htmega_post_grid_tab.php:1130
7699
+ #: includes/widgets/htmega_post_slider.php:729
7700
+ #: includes/widgets/htmega_post_slider.php:744
7701
+ #: includes/widgets/htmega_post_slider.php:902
7702
+ #: includes/widgets/htmega_post_slider.php:989
7703
+ #: includes/widgets/htmega_post_slider.php:1086
7704
+ #: includes/widgets/htmega_post_slider.php:1205
7705
+ #: includes/widgets/htmega_post_slider.php:1299
7706
+ #: includes/widgets/htmega_post_slider.php:1826
7707
+ #: includes/widgets/htmega_post_slider.php:1937
7708
+ #: includes/widgets/htmega_pricing_list_view.php:1252
7709
+ #: includes/widgets/htmega_pricing_list_view.php:1612
7710
+ #: includes/widgets/htmega_pricing_list_view.php:1685
7711
+ #: includes/widgets/htmega_pricing_list_view.php:1770
7712
+ #: includes/widgets/htmega_pricing_list_view.php:1847
7713
+ #: includes/widgets/htmega_progress_bar.php:691
7714
+ #: includes/widgets/htmega_quforms.php:183
7715
+ #: includes/widgets/htmega_quforms.php:294
7716
+ #: includes/widgets/htmega_quforms.php:427
7717
+ #: includes/widgets/htmega_quforms.php:646
7718
+ #: includes/widgets/htmega_quforms.php:873
7719
+ #: includes/widgets/htmega_scroll_image.php:203
7720
+ #: includes/widgets/htmega_scroll_image.php:363
7721
+ #: includes/widgets/htmega_scroll_navigation.php:351
7722
+ #: includes/widgets/htmega_search.php:183
7723
+ #: includes/widgets/htmega_search.php:284
7724
+ #: includes/widgets/htmega_search.php:503
7725
+ #: includes/widgets/htmega_section_title.php:387
7726
+ #: includes/widgets/htmega_section_title.php:587
7727
+ #: includes/widgets/htmega_section_title.php:819
7728
+ #: includes/widgets/htmega_service.php:183
7729
+ #: includes/widgets/htmega_service.php:395
7730
+ #: includes/widgets/htmega_service.php:500
7731
+ #: includes/widgets/htmega_service.php:658
7732
+ #: includes/widgets/htmega_service.php:921
7733
+ #: includes/widgets/htmega_service.php:1049
7734
+ #: includes/widgets/htmega_singlepost.php:182
7735
+ #: includes/widgets/htmega_singlepost.php:269
7736
+ #: includes/widgets/htmega_singlepost.php:383
7737
+ #: includes/widgets/htmega_singlepost.php:480
7738
+ #: includes/widgets/htmega_slider_thumb_gallery.php:705
7739
+ #: includes/widgets/htmega_slider_thumb_gallery.php:777
7740
+ #: includes/widgets/htmega_socialshere.php:419
7741
+ #: includes/widgets/htmega_special_day_banner.php:290
7742
+ #: includes/widgets/htmega_special_day_banner.php:367
7743
+ #: includes/widgets/htmega_special_day_banner.php:426
7744
+ #: includes/widgets/htmega_special_day_banner.php:485
7745
+ #: includes/widgets/htmega_special_day_banner.php:544
7746
+ #: includes/widgets/htmega_special_day_banner.php:603
7747
+ #: includes/widgets/htmega_special_day_banner.php:714
7748
+ #: includes/widgets/htmega_switcher.php:246
7749
+ #: includes/widgets/htmega_switcher.php:385
7750
+ #: includes/widgets/htmega_switcher.php:576
7751
+ #: includes/widgets/htmega_tabs.php:349 includes/widgets/htmega_tabs.php:581
7752
+ #: includes/widgets/htmega_tabs.php:924
7753
+ #: includes/widgets/htmega_teammember.php:330
7754
+ #: includes/widgets/htmega_teammember.php:715
7755
+ #: includes/widgets/htmega_teammember.php:805
7756
+ #: includes/widgets/htmega_teammember.php:896
7757
+ #: includes/widgets/htmega_teammember.php:963
7758
+ #: includes/widgets/htmega_testimonial_grid.php:271
7759
+ #: includes/widgets/htmega_testimonial_grid.php:449
7760
+ #: includes/widgets/htmega_testimonial_grid.php:509
7761
+ #: includes/widgets/htmega_testimonial_grid.php:601
7762
+ #: includes/widgets/htmega_toggle.php:156
7763
+ #: includes/widgets/htmega_toggle.php:284
7764
+ #: includes/widgets/htmega_tooltip.php:281
7765
+ #: includes/widgets/htmega_tooltip.php:401
7766
+ #: includes/widgets/htmega_twitter_feed.php:570
7767
+ #: includes/widgets/htmega_twitter_feed.php:659
7768
+ #: includes/widgets/htmega_twitter_feed.php:728
7769
+ #: includes/widgets/htmega_twitter_feed.php:792
7770
+ #: includes/widgets/htmega_twitter_feed.php:928
7771
+ #: includes/widgets/htmega_twitter_feed.php:989
7772
+ #: includes/widgets/htmega_twitter_feed.php:1398
7773
+ #: includes/widgets/htmega_user_login_form.php:532
7774
+ #: includes/widgets/htmega_user_login_form.php:609
7775
+ #: includes/widgets/htmega_user_login_form.php:706
7776
+ #: includes/widgets/htmega_user_login_form.php:758
7777
+ #: includes/widgets/htmega_user_login_form.php:861
7778
+ #: includes/widgets/htmega_user_login_form.php:1041
7779
+ #: includes/widgets/htmega_user_login_form.php:1501
7780
+ #: includes/widgets/htmega_verticle_time_line.php:166
7781
+ #: includes/widgets/htmega_videoplayer.php:394
7782
+ #: includes/widgets/htmega_wc_categories.php:331
7783
+ #: includes/widgets/htmega_wc_categories.php:475
7784
+ #: includes/widgets/htmega_wc_element_pages.php:1756
7785
+ #: includes/widgets/htmega_working_process.php:209
7786
+ #: includes/widgets/htmega_working_process.php:405
7787
+ #: includes/widgets/htmega_working_process.php:663
7788
+ #: includes/widgets/htmega_working_process.php:742
7789
+ #: includes/widgets/htmega_working_process.php:842
7790
+ #: includes/widgets/htmega_wpforms.php:145
7791
+ #: includes/widgets/htmega_wpforms.php:247
7792
+ #: includes/widgets/htmega_wpforms.php:401
7793
+ #: includes/widgets/htmega_wpforms.php:440
7794
+ #: includes/widgets/htmega_wpforms.php:569
7795
+ #: includes/widgets/htmega_wpforms.php:790
7796
+ #: includes/widgets/htmega_wpforms.php:1016
7797
+ #: extensions/ht-builder/widgets/bl_page_title.php:121
7798
+ #: extensions/ht-builder/widgets/bl_post_archive.php:253
7799
+ #: extensions/ht-builder/widgets/bl_post_archive.php:367
7800
+ #: extensions/ht-builder/widgets/bl_post_archive.php:474
7801
+ #: extensions/ht-builder/widgets/bl_post_archive.php:580
7802
+ #: extensions/ht-builder/widgets/bl_post_archive.php:774
7803
+ #: extensions/ht-builder/widgets/bl_post_archive.php:898
7804
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:123
7805
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:194
7806
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:244
7807
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:284
7808
+ #: extensions/ht-builder/widgets/bl_post_title.php:85
7809
+ #: extensions/ht-builder/widgets/bl_site_logo.php:143
7810
+ #: extensions/ht-builder/widgets/bl_site_title.php:123
7811
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:107
7812
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:108
7813
+ msgid "Margin"
7814
+ msgstr ""
7815
+
7816
+ #: includes/widgets/htmega_googlemap.php:244
7817
+ #: includes/widgets/htmega_imagemarker.php:44
7818
+ #: includes/widgets/htmega_imagemarker.php:490
7819
+ msgid "Marker"
7820
+ msgstr ""
7821
+
7822
+ #: includes/widgets/htmega_imagemarker.php:173
7823
+ #: includes/widgets/htmega_imagemarker.php:468
7824
+ msgid "Marker #1"
7825
+ msgstr ""
7826
+
7827
+ #: includes/widgets/htmega_imagemarker.php:190
7828
+ msgid "Marker Content"
7829
+ msgstr ""
7830
+
7831
+ #: includes/widgets/htmega_imagemarker.php:199
7832
+ #: includes/widgets/htmega_imagemarker.php:287
7833
+ msgid "Marker Content Position"
7834
+ msgstr ""
7835
+
7836
+ #: includes/widgets/htmega_imagemarker.php:300
7837
+ msgid "Marker Content Postion(X)"
7838
+ msgstr ""
7839
+
7840
+ #: includes/widgets/htmega_imagemarker.php:323
7841
+ msgid "Marker Content Postion(Y)"
7842
+ msgstr ""
7843
+
7844
+ #: includes/widgets/htmega_imagemarker.php:228
7845
+ msgid "Marker Icon Position"
7846
+ msgstr ""
7847
+
7848
+ #: includes/widgets/htmega_imagemarker.php:149
7849
+ msgid "Marker Indicator Icon"
7850
+ msgstr ""
7851
+
7852
+ #: includes/widgets/htmega_imagemarker.php:498
7853
+ msgid "Marker Indicator Style"
7854
+ msgstr ""
7855
+
7856
+ #: includes/widgets/htmega_googlemap.php:150
7857
+ msgid "Marker Info Box "
7858
+ msgstr ""
7859
+
7860
+ #: includes/widgets/htmega_imagemarker.php:112
7861
+ msgid "Marker Item"
7862
+ msgstr ""
7863
+
7864
+ #: includes/widgets/htmega_imagemarker.php:180
7865
+ msgid "Marker Placeholder Text"
7866
+ msgstr ""
7867
+
7868
+ #: includes/widgets/htmega_imagemarker.php:171
7869
+ msgid "Marker Title"
7870
+ msgstr ""
7871
+
7872
+ #: includes/widgets/htmega_buddy_press.php:77
7873
+ msgid "Max Item"
7874
+ msgstr ""
7875
+
7876
+ #: includes/widgets/htmega_contact_form_seven.php:87
7877
+ msgid "Max Width"
7878
+ msgstr ""
7879
+
7880
+ #: includes/widgets/htmega_newsticker.php:101
7881
+ msgid "Maxium Row"
7882
+ msgstr ""
7883
+
7884
+ #: includes/widgets/htmega_booked_calender.php:113
7885
+ msgid "May"
7886
+ msgstr ""
7887
+
7888
+ #: includes/widgets/htmega_pricing_list_view.php:237
7889
+ msgid "Media"
7890
+ msgstr ""
7891
+
7892
+ #: includes/widgets/htmega_button.php:94
7893
+ #: includes/widgets/htmega_double_button.php:47
7894
+ #: includes/widgets/htmega_instragram_feed.php:73
7895
+ msgid "Medium"
7896
+ msgstr ""
7897
+
7898
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:326
7899
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:284
7900
+ msgid "Mega Menu"
7901
+ msgstr ""
7902
+
7903
+ #: extensions/ht-menu/admin/setting.php:119
7904
+ msgid "Mega Menu Background Color"
7905
+ msgstr ""
7906
+
7907
+ #: extensions/ht-menu/classes/class.mega-menu.php:92
7908
+ msgid "Mega Menu Settings"
7909
+ msgstr ""
7910
+
7911
+ #: extensions/ht-menu/admin/setting.php:108
7912
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:333
7913
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:291
7914
+ msgid "Mega Menu Width"
7915
+ msgstr ""
7916
+
7917
+ #: includes/widgets/htmega_buddy_press.php:52
7918
+ msgid "Member"
7919
+ msgstr ""
7920
+
7921
+ #: includes/widgets/htmega_teammember.php:133
7922
+ msgid "Member image"
7923
+ msgstr ""
7924
+
7925
+ #: includes/widgets/htmega_booked_calender.php:175
7926
+ msgid "Members Only"
7927
+ msgstr ""
7928
+
7929
+ #: includes/widgets/htmega_inlinemenu.php:75
7930
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:69
7931
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:30
7932
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:31
7933
+ msgid "Menu"
7934
+ msgstr ""
7935
+
7936
+ #: extensions/ht-menu/menu/templates.php:128
7937
+ msgid "Menu Badge"
7938
+ msgstr ""
7939
+
7940
+ #: admin/include/admin-setting.php:856
7941
+ msgid "Menu Builder"
7942
+ msgstr ""
7943
+
7944
+ #: extensions/ht-menu/admin/setting.php:62
7945
+ msgid "Menu Items Color"
7946
+ msgstr ""
7947
+
7948
+ #: extensions/ht-menu/admin/setting.php:69
7949
+ msgid "Menu Items Hover Color"
7950
+ msgstr ""
7951
+
7952
+ #: includes/widgets/htmega_wc_element_pages.php:1693
7953
+ msgid "Menu Style"
7954
+ msgstr ""
7955
+
7956
+ #: extensions/ht-menu/menu/templates.php:78
7957
+ msgid "Menu Template"
7958
+ msgstr ""
7959
+
7960
+ #: extensions/ht-menu/menu/templates.php:63
7961
+ msgid "Menu Width"
7962
+ msgstr ""
7963
+
7964
+ #: includes/widgets/htmega_post_grid_tab.php:223
7965
+ #: includes/widgets/htmega_post_grid_tab.php:723
7966
+ #: includes/widgets/htmega_post_slider.php:1157
7967
+ #: includes/widgets/htmega_singlepost.php:330
7968
+ msgid "Meta"
7969
+ msgstr ""
7970
+
7971
+ #: includes/widgets/htmega_twitter_feed.php:957
7972
+ msgid "Meta Button"
7973
+ msgstr ""
7974
+
7975
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:39
7976
+ msgid "Meta Data"
7977
+ msgstr ""
7978
+
7979
+ #: includes/widgets/htmega_post_grid_tab.php:746
7980
+ #: includes/widgets/htmega_singlepost.php:448
7981
+ msgid "Meta Hover Color"
7982
+ msgstr ""
7983
+
7984
+ #: includes/widgets/htmega_buddy_press.php:384
7985
+ #: extensions/ht-builder/widgets/bl_post_archive.php:432
7986
+ msgid "Meta Info"
7987
+ msgstr ""
7988
+
7989
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:67
7990
+ msgid "Meta Name"
7991
+ msgstr ""
7992
+
7993
+ #: includes/widgets/htmega_download_monitor.php:230
7994
+ msgid "Meta Style"
7995
+ msgstr ""
7996
+
7997
+ #: includes/widgets/htmega_pricing_list_view.php:1167
7998
+ msgid "Middle"
7999
+ msgstr ""
8000
+
8001
+ #: includes/widgets/htmega_double_button.php:58
8002
+ #: includes/widgets/htmega_double_button.php:66
8003
+ #: includes/widgets/htmega_double_button.php:809
8004
+ msgid "Middle Text"
8005
+ msgstr ""
8006
+
8007
+ #: includes/widgets/htmega_search.php:336
8008
+ msgid "Min Width"
8009
+ msgstr ""
8010
+
8011
+ #: includes/widgets/htmega_scroll_image.php:92
8012
+ msgid "Minimum Height"
8013
+ msgstr ""
8014
+
8015
+ #: includes/widgets/htmega_instagram.php:111
8016
+ msgid "Minute"
8017
+ msgstr ""
8018
+
8019
+ #: includes/widgets/htmega_countdown.php:152
8020
+ #: includes/widgets/htmega_countdown.php:230
8021
+ #: includes/widgets/htmega_countdown.php:232
8022
+ msgid "Minutes"
8023
+ msgstr ""
8024
+
8025
+ #: includes/widgets/htmega_scroll_navigation.php:182
8026
+ msgid "Mobile Device"
8027
+ msgstr ""
8028
+
8029
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:473
8030
+ msgid "Mobile Menu"
8031
+ msgstr ""
8032
+
8033
+ #: includes/widgets/htmega_carousel.php:363
8034
+ #: includes/widgets/htmega_instagram.php:558
8035
+ #: includes/widgets/htmega_panel_slider.php:463
8036
+ #: includes/widgets/htmega_post_slider.php:543
8037
+ #: includes/widgets/htmega_slider_thumb_gallery.php:341
8038
+ #: includes/widgets/htmega_twitter_feed.php:485
8039
+ msgid "Mobile Phone"
8040
+ msgstr ""
8041
+
8042
+ #: includes/widgets/htmega_carousel.php:405
8043
+ #: includes/widgets/htmega_instagram.php:600
8044
+ #: includes/widgets/htmega_panel_slider.php:505
8045
+ #: includes/widgets/htmega_post_slider.php:585
8046
+ #: includes/widgets/htmega_slider_thumb_gallery.php:377
8047
+ #: includes/widgets/htmega_twitter_feed.php:527
8048
+ msgid "Mobile Resolution"
8049
+ msgstr ""
8050
+
8051
+ #: admin/include/templates/library/templates.php:38
8052
+ #: admin/include/templates/library/templates.php:39
8053
+ msgid "Mobile view"
8054
+ msgstr ""
8055
+
8056
+ #: admin/include/admin-setting.php:327 includes/widgets/htmega_modal.php:13
8057
+ #: includes/widgets/htmega_modal.php:35
8058
+ msgid "Modal"
8059
+ msgstr ""
8060
+
8061
+ #: includes/widgets/htmega_modal.php:480
8062
+ msgid "Modal Box Style"
8063
+ msgstr ""
8064
+
8065
+ #: includes/widgets/htmega_modal.php:916
8066
+ msgid "Modal Content"
8067
+ msgstr ""
8068
+
8069
+ #: includes/widgets/htmega_modal.php:112
8070
+ msgid "Modal Design"
8071
+ msgstr ""
8072
+
8073
+ #: includes/widgets/htmega_modal.php:93
8074
+ msgid "Modal Footer Content"
8075
+ msgstr ""
8076
+
8077
+ #: includes/widgets/htmega_modal.php:44
8078
+ msgid "Modal Header Content"
8079
+ msgstr ""
8080
+
8081
+ #: includes/widgets/htmega_modal.php:488
8082
+ msgid "Modal Top Space"
8083
+ msgstr ""
8084
+
8085
+ #: includes/widgets/htmega_modal.php:1032
8086
+ msgid "Modal Width"
8087
+ msgstr ""
8088
+
8089
+ #: includes/widgets/htmega_socialshere.php:70
8090
+ msgid "Moimir"
8091
+ msgstr ""
8092
+
8093
+ #: includes/widgets/htmega_business_hours.php:174
8094
+ msgid "Monday"
8095
+ msgstr ""
8096
+
8097
+ #: includes/widgets/htmega_booked_calender.php:105
8098
+ #: includes/widgets/htmega_instagram.php:115
8099
+ msgid "Month"
8100
+ msgstr ""
8101
+
8102
+ #: includes/recommended-plugins/class.recommended-plugins.php:292
8103
+ msgid "More Details"
8104
+ msgstr ""
8105
+
8106
+ #: includes/widgets/htmega_scroll_navigation.php:283
8107
+ msgid "Mouse Wheel"
8108
+ msgstr ""
8109
+
8110
+ #: includes/recommended-plugins/recommended-plugins.php:34
8111
+ msgid "Move Addons for Elementor"
8112
+ msgstr ""
8113
+
8114
+ #: includes/widgets/htmega_accordion.php:380
8115
+ msgid "Multiple Item Open"
8116
+ msgstr ""
8117
+
8118
+ #: includes/widgets/htmega_wc_element_pages.php:62
8119
+ msgid "My Account"
8120
+ msgstr ""
8121
+
8122
+ #: includes/widgets/htmega_data_table.php:277
8123
+ #: includes/widgets/htmega_easy_digital_download.php:201
8124
+ #: includes/widgets/htmega_newsticker.php:259
8125
+ #: includes/widgets/htmega_postgrid.php:150
8126
+ #: includes/widgets/htmega_post_grid_tab.php:157
8127
+ #: includes/widgets/htmega_post_slider.php:161
8128
+ #: includes/widgets/htmega_pricing_list_view.php:80
8129
+ #: includes/widgets/htmega_pricing_list_view.php:451
8130
+ #: includes/widgets/htmega_teammember.php:153
8131
+ #: includes/widgets/htmega_teammember.php:685
8132
+ #: includes/widgets/htmega_testimonial_grid.php:166
8133
+ #: includes/widgets/htmega_testimonial_grid.php:419
8134
+ #: includes/widgets/htmega_wc_categories.php:129
8135
+ #: extensions/ht-builder/widgets/bl_post_archive.php:201
8136
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:216
8137
+ msgid "Name"
8138
+ msgstr ""
8139
+
8140
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:57
8141
+ msgid "Name HTML Tag"
8142
+ msgstr ""
8143
+
8144
+ #: admin/include/admin-setting.php:998 admin/include/admin-setting.php:999
8145
+ msgid "Nav Menu"
8146
+ msgstr ""
8147
+
8148
+ #: includes/widgets/htmega_newsticker.php:723
8149
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:61
8150
+ msgid "Navigation"
8151
+ msgstr ""
8152
+
8153
+ #: includes/widgets/htmega_booked_calender.php:709
8154
+ #: includes/widgets/htmega_newsticker.php:302
8155
+ msgid "Navigation Button"
8156
+ msgstr ""
8157
+
8158
+ #: includes/widgets/htmega_buddy_press.php:66
8159
+ msgid "Newest"
8160
+ msgstr ""
8161
+
8162
+ #: includes/widgets/htmega_newsticker.php:352
8163
+ msgid "News Box Style"
8164
+ msgstr ""
8165
+
8166
+ #: includes/widgets/htmega_newsticker.php:232
8167
+ msgid "News Limit"
8168
+ msgstr ""
8169
+
8170
+ #: admin/include/admin-setting.php:335
8171
+ #: includes/widgets/htmega_newsticker.php:14
8172
+ #: includes/widgets/htmega_newsticker.php:49
8173
+ msgid "News Ticker"
8174
+ msgstr ""
8175
+
8176
+ #: includes/widgets/htmega_newsticker.php:334
8177
+ msgid "Next Icon"
8178
+ msgstr ""
8179
+
8180
+ #: includes/widgets/htmega_carousel.php:181
8181
+ #: includes/widgets/htmega_instagram.php:376
8182
+ #: includes/widgets/htmega_panel_slider.php:281
8183
+ #: includes/widgets/htmega_post_slider.php:345
8184
+ #: includes/widgets/htmega_slider_thumb_gallery.php:183
8185
+ #: includes/widgets/htmega_twitter_feed.php:303
8186
+ msgid "Next icon"
8187
+ msgstr ""
8188
+
8189
+ #: admin/include/admin-setting.php:1214
8190
+ #: includes/widgets/htmega_ninja_form.php:13
8191
+ #: includes/widgets/htmega_ninja_form.php:59
8192
+ msgid "Ninja Form"
8193
+ msgstr ""
8194
+
8195
+ #: includes/widgets/htmega_carousel.php:211
8196
+ #: includes/widgets/htmega_data_table.php:216
8197
+ #: includes/widgets/htmega_data_table.php:273
8198
+ #: includes/widgets/htmega_gravity_forms.php:104
8199
+ #: includes/widgets/htmega_instagram.php:406
8200
+ #: includes/widgets/htmega_panel_slider.php:159
8201
+ #: includes/widgets/htmega_panel_slider.php:170
8202
+ #: includes/widgets/htmega_panel_slider.php:311
8203
+ #: includes/widgets/htmega_post_slider.php:391
8204
+ #: includes/widgets/htmega_pricing_list_view.php:205
8205
+ #: includes/widgets/htmega_pricing_list_view.php:447
8206
+ #: includes/widgets/htmega_slider_thumb_gallery.php:210
8207
+ #: includes/widgets/htmega_slider_thumb_gallery.php:475
8208
+ #: includes/widgets/htmega_twitter_feed.php:333
8209
+ #: includes/widgets/htmega_user_login_form.php:120
8210
+ #: includes/widgets/htmega_user_login_form.php:263
8211
+ #: includes/widgets/htmega_videoplayer.php:125
8212
+ #: includes/widgets/htmega_videoplayer.php:165
8213
+ #: includes/widgets/htmega_videoplayer.php:177
8214
+ #: includes/widgets/htmega_videoplayer.php:189
8215
+ #: includes/widgets/htmega_videoplayer.php:201
8216
+ #: includes/widgets/htmega_videoplayer.php:213
8217
+ msgid "No"
8218
+ msgstr ""
8219
+
8220
+ #: includes/widgets/htmega_googlemap.php:249
8221
+ #: includes/widgets/htmega_instragram_feed.php:85
8222
+ #: includes/widgets/htmega_instragram_feed.php:96
8223
+ msgid "no"
8224
+ msgstr ""
8225
+
8226
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:213
8227
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:216
8228
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:579
8229
+ msgid "No Comments"
8230
+ msgstr ""
8231
+
8232
+ #: includes/helper-function.php:278
8233
+ msgid "No contact form found"
8234
+ msgstr ""
8235
+
8236
+ #: includes/widgets/htmega_singlepost.php:583
8237
+ msgid "No selected post"
8238
+ msgstr ""
8239
+
8240
+ #: includes/widgets/htmega_template_selector.php:67
8241
+ msgid "No selected template"
8242
+ msgstr ""
8243
+
8244
+ #: includes/helper-function.php:138
8245
+ msgid "No sidebars were found"
8246
+ msgstr ""
8247
+
8248
+ #: includes/widgets/htmega_revolution_slider.php:43
8249
+ msgid "No Slider Found."
8250
+ msgstr ""
8251
+
8252
+ #: admin/include/class.diagnostic-data.php:464
8253
+ msgid "No Thanks"
8254
+ msgstr ""
8255
+
8256
+ #: includes/helper-function.php:295 includes/widgets/htmega_blockquote.php:406
8257
+ #: includes/widgets/htmega_button.php:422
8258
+ #: includes/widgets/htmega_button.php:485
8259
+ #: includes/widgets/htmega_counter.php:95
8260
+ #: includes/widgets/htmega_imagemarker.php:230
8261
+ #: includes/widgets/htmega_imagemarker.php:289
8262
+ #: includes/widgets/htmega_imagemarker.php:500
8263
+ #: includes/widgets/htmega_imagemarker.php:786
8264
+ #: includes/widgets/htmega_job_manager.php:129
8265
+ #: includes/widgets/htmega_newsticker.php:256
8266
+ #: includes/widgets/htmega_notify.php:147
8267
+ #: includes/widgets/htmega_notify.php:182
8268
+ #: includes/widgets/htmega_postgrid.php:147
8269
+ #: includes/widgets/htmega_post_grid_tab.php:154
8270
+ #: includes/widgets/htmega_post_slider.php:158
8271
+ #: includes/widgets/htmega_pricing_list_view.php:252
8272
+ #: includes/widgets/htmega_scroll_image.php:254
8273
+ #: includes/widgets/htmega_socialshere.php:466
8274
+ #: includes/widgets/htmega_teammember.php:104
8275
+ #: includes/widgets/htmega_testimonial_grid.php:58
8276
+ #: extensions/ht-builder/widgets/bl_post_archive.php:198
8277
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:97
8278
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:296
8279
+ msgid "None"
8280
+ msgstr ""
8281
+
8282
+ #: includes/widgets/htmega_accordion.php:556
8283
+ #: includes/widgets/htmega_accordion.php:1081
8284
+ #: includes/widgets/htmega_add_banner.php:156
8285
+ #: includes/widgets/htmega_add_banner.php:245
8286
+ #: includes/widgets/htmega_add_banner.php:620
8287
+ #: includes/widgets/htmega_booked_calender.php:574
8288
+ #: includes/widgets/htmega_booked_calender.php:720
8289
+ #: includes/widgets/htmega_brand.php:170
8290
+ #: includes/widgets/htmega_buddy_press.php:316
8291
+ #: includes/widgets/htmega_button.php:201
8292
+ #: includes/widgets/htmega_button.php:526
8293
+ #: includes/widgets/htmega_caldera_form.php:195
8294
+ #: includes/widgets/htmega_caldera_form.php:447
8295
+ #: includes/widgets/htmega_call_to_action.php:690
8296
+ #: includes/widgets/htmega_call_to_action.php:896
8297
+ #: includes/widgets/htmega_carousel.php:550
8298
+ #: includes/widgets/htmega_carousel.php:827
8299
+ #: includes/widgets/htmega_carousel.php:1095
8300
+ #: includes/widgets/htmega_carousel.php:1303
8301
+ #: includes/widgets/htmega_contact_form_seven.php:188
8302
+ #: includes/widgets/htmega_contact_form_seven.php:466
8303
+ #: includes/widgets/htmega_contact_form_seven.php:777
8304
+ #: includes/widgets/htmega_countdown.php:1028
8305
+ #: includes/widgets/htmega_custom_event.php:136
8306
+ #: includes/widgets/htmega_custom_event.php:391
8307
+ #: includes/widgets/htmega_double_button.php:400
8308
+ #: includes/widgets/htmega_double_button.php:475
8309
+ #: includes/widgets/htmega_double_button.php:648
8310
+ #: includes/widgets/htmega_download_monitor.php:146
8311
+ #: includes/widgets/htmega_easy_digital_download.php:360
8312
+ #: includes/widgets/htmega_easy_digital_download.php:541
8313
+ #: includes/widgets/htmega_errorcontent.php:552
8314
+ #: includes/widgets/htmega_errorcontent.php:703
8315
+ #: includes/widgets/htmega_gravity_forms.php:398
8316
+ #: includes/widgets/htmega_gravity_forms.php:640
8317
+ #: includes/widgets/htmega_image_grid.php:461
8318
+ #: includes/widgets/htmega_image_masonry.php:449
8319
+ #: includes/widgets/htmega_inlinemenu.php:146
8320
+ #: includes/widgets/htmega_instagram.php:927
8321
+ #: includes/widgets/htmega_instagram.php:1145
8322
+ #: includes/widgets/htmega_mailchimp_wp.php:301
8323
+ #: includes/widgets/htmega_modal.php:211
8324
+ #: includes/widgets/htmega_newsticker.php:736
8325
+ #: includes/widgets/htmega_ninja_form.php:484
8326
+ #: includes/widgets/htmega_ninja_form.php:705
8327
+ #: includes/widgets/htmega_ninja_form.php:923
8328
+ #: includes/widgets/htmega_notify.php:322
8329
+ #: includes/widgets/htmega_offcanvas.php:414
8330
+ #: includes/widgets/htmega_panel_slider.php:808
8331
+ #: includes/widgets/htmega_panel_slider.php:1100
8332
+ #: includes/widgets/htmega_popover.php:331
8333
+ #: includes/widgets/htmega_post_grid_tab.php:623
8334
+ #: includes/widgets/htmega_post_grid_tab.php:843
8335
+ #: includes/widgets/htmega_post_grid_tab.php:993
8336
+ #: includes/widgets/htmega_post_slider.php:1058
8337
+ #: includes/widgets/htmega_post_slider.php:1271
8338
+ #: includes/widgets/htmega_post_slider.php:1535
8339
+ #: includes/widgets/htmega_post_slider.php:1755
8340
+ #: includes/widgets/htmega_post_slider.php:1920
8341
+ #: includes/widgets/htmega_progress_bar.php:76
8342
+ #: includes/widgets/htmega_quforms.php:321
8343
+ #: includes/widgets/htmega_quforms.php:541
8344
+ #: includes/widgets/htmega_quforms.php:759
8345
+ #: includes/widgets/htmega_scroll_navigation.php:392
8346
+ #: includes/widgets/htmega_search.php:223
8347
+ #: includes/widgets/htmega_search.php:435
8348
+ #: includes/widgets/htmega_search.php:673
8349
+ #: includes/widgets/htmega_service.php:176
8350
+ #: includes/widgets/htmega_service.php:617
8351
+ #: includes/widgets/htmega_service.php:1022
8352
+ #: includes/widgets/htmega_singlepost.php:344
8353
+ #: includes/widgets/htmega_slider_thumb_gallery.php:816
8354
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1074
8355
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1223
8356
+ #: includes/widgets/htmega_socialshere.php:681
8357
+ #: includes/widgets/htmega_special_day_banner.php:643
8358
+ #: includes/widgets/htmega_switcher.php:351
8359
+ #: includes/widgets/htmega_tabs.php:502 includes/widgets/htmega_tabs.php:680
8360
+ #: includes/widgets/htmega_testimonial_grid.php:264
8361
+ #: includes/widgets/htmega_toggle.php:225
8362
+ #: includes/widgets/htmega_tooltip.php:307
8363
+ #: includes/widgets/htmega_twitter_feed.php:701
8364
+ #: includes/widgets/htmega_twitter_feed.php:970
8365
+ #: includes/widgets/htmega_twitter_feed.php:1068
8366
+ #: includes/widgets/htmega_twitter_feed.php:1306
8367
+ #: includes/widgets/htmega_user_login_form.php:1097
8368
+ #: includes/widgets/htmega_user_login_form.php:1295
8369
+ #: includes/widgets/htmega_verticle_time_line.php:191
8370
+ #: includes/widgets/htmega_videoplayer.php:336
8371
+ #: includes/widgets/htmega_wc_categories.php:175
8372
+ #: includes/widgets/htmega_wc_categories.php:292
8373
+ #: includes/widgets/htmega_wc_categories.php:468
8374
+ #: includes/widgets/htmega_wc_element_pages.php:205
8375
+ #: includes/widgets/htmega_wc_element_pages.php:385
8376
+ #: includes/widgets/htmega_wc_element_pages.php:548
8377
+ #: includes/widgets/htmega_wc_element_pages.php:705
8378
+ #: includes/widgets/htmega_wc_element_pages.php:934
8379
+ #: includes/widgets/htmega_wc_element_pages.php:1349
8380
+ #: includes/widgets/htmega_wc_element_pages.php:1523
8381
+ #: includes/widgets/htmega_wc_element_pages.php:1706
8382
+ #: includes/widgets/htmega_working_process.php:351
8383
+ #: includes/widgets/htmega_working_process.php:935
8384
+ #: includes/widgets/htmega_wpforms.php:485
8385
+ #: includes/widgets/htmega_wpforms.php:709
8386
+ #: includes/widgets/htmega_wpforms.php:926
8387
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:142
8388
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:374
8389
+ #: extensions/ht-builder/widgets/bl_post_archive.php:340
8390
+ #: extensions/ht-builder/widgets/bl_post_archive.php:446
8391
+ #: extensions/ht-builder/widgets/bl_post_archive.php:553
8392
+ #: extensions/ht-builder/widgets/bl_post_archive.php:714
8393
+ #: extensions/ht-builder/widgets/bl_post_archive.php:849
8394
+ #: extensions/ht-builder/widgets/bl_post_comments.php:91
8395
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:394
8396
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:194
8397
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:424
8398
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:382
8399
+ msgid "Normal"
8400
+ msgstr ""
8401
+
8402
+ #: includes/widgets/htmega_toggle.php:53
8403
+ msgid "Normal Icon"
8404
+ msgstr ""
8405
+
8406
+ #: includes/widgets/htmega_socialshere.php:121
8407
+ #: includes/widgets/htmega_socialshere.php:219
8408
+ msgid "Normal Style"
8409
+ msgstr ""
8410
+
8411
+ #: includes/widgets/htmega_toggle.php:43
8412
+ msgid "Normal Title"
8413
+ msgstr ""
8414
+
8415
+ #: includes/widgets/htmega_modal.php:670
8416
+ msgid "Note: Below, This CSS style to use on your header close button "
8417
+ msgstr ""
8418
+
8419
+ #: includes/class.assests.php:380
8420
+ msgid "Nothing Found"
8421
+ msgstr ""
8422
+
8423
+ #: includes/recommended-plugins/recommended-plugins.php:39
8424
+ msgid "Notification Bar for WordPress"
8425
+ msgstr ""
8426
+
8427
+ #: includes/widgets/htmega_notify.php:71
8428
+ msgid "Notification Content"
8429
+ msgstr ""
8430
+
8431
+ #: extensions/wc-sales-notification/admin/setting.php:64
8432
+ msgid "Notification Content Type"
8433
+ msgstr ""
8434
+
8435
+ #: extensions/wc-sales-notification/admin/setting.php:165
8436
+ msgid "Notification Enter Animation. <span>( Pro )</span>"
8437
+ msgstr ""
8438
+
8439
+ #: admin/include/admin-setting.php:1429 admin/include/admin-setting.php:1454
8440
+ msgid "Notification image position"
8441
+ msgstr ""
8442
+
8443
+ #: extensions/wc-sales-notification/admin/setting.php:90
8444
+ msgid "Notification Layout. <span>( Pro )</span>"
8445
+ msgstr ""
8446
+
8447
+ #: extensions/wc-sales-notification/admin/setting.php:115
8448
+ msgid "Notification Loading duration."
8449
+ msgstr ""
8450
+
8451
+ #: includes/widgets/htmega_notify.php:78
8452
+ msgid "Notification Message"
8453
+ msgstr ""
8454
+
8455
+ #: includes/widgets/htmega_notify.php:90
8456
+ msgid "Notification Option"
8457
+ msgstr ""
8458
+
8459
+ #: extensions/wc-sales-notification/admin/setting.php:177
8460
+ msgid "Notification Out Animation. <span>( Pro )</span>"
8461
+ msgstr ""
8462
+
8463
+ #: includes/widgets/htmega_notify.php:109
8464
+ msgid "Notification Position"
8465
+ msgstr ""
8466
+
8467
+ #: admin/include/admin-setting.php:1428 admin/include/admin-setting.php:1453
8468
+ msgid "Notification showing position"
8469
+ msgstr ""
8470
+
8471
+ #: includes/widgets/htmega_notify.php:128
8472
+ msgid "Notification Type"
8473
+ msgstr ""
8474
+
8475
+ #: admin/include/admin-setting.php:343 includes/widgets/htmega_notify.php:13
8476
+ msgid "Notify"
8477
+ msgstr ""
8478
+
8479
+ #: includes/widgets/htmega_notify.php:463
8480
+ msgid "Notify Content"
8481
+ msgstr ""
8482
+
8483
+ #: includes/widgets/htmega_booked_calender.php:119
8484
+ msgid "November"
8485
+ msgstr ""
8486
+
8487
+ #: includes/widgets/htmega_counter.php:413
8488
+ #: includes/widgets/htmega_job_manager.php:130
8489
+ #: includes/widgets/htmega_working_process.php:791
8490
+ msgid "Number"
8491
+ msgstr ""
8492
+
8493
+ #: includes/widgets/htmega_wc_categories.php:58
8494
+ msgid "Number of Category"
8495
+ msgstr ""
8496
+
8497
+ #: includes/widgets/htmega_instragram_feed.php:58
8498
+ msgid "Number of Column"
8499
+ msgstr ""
8500
+
8501
+ #: includes/widgets/htmega_easy_digital_download.php:70
8502
+ msgid "Number of Item"
8503
+ msgstr ""
8504
+
8505
+ #: includes/widgets/htmega_job_manager.php:66
8506
+ msgid "Number of listings to show"
8507
+ msgstr ""
8508
+
8509
+ #: includes/widgets/htmega_counter.php:173
8510
+ msgid "Number Prefix"
8511
+ msgstr ""
8512
+
8513
+ #: includes/widgets/htmega_counter.php:182
8514
+ msgid "Number Suffix"
8515
+ msgstr ""
8516
+
8517
+ #: includes/widgets/htmega_verticle_time_line.php:105
8518
+ msgid "Oct<br/>2018"
8519
+ msgstr ""
8520
+
8521
+ #: includes/widgets/htmega_booked_calender.php:118
8522
+ msgid "October"
8523
+ msgstr ""
8524
+
8525
+ #: includes/widgets/htmega_wc_element_pages.php:1235
8526
+ msgid "Odd"
8527
+ msgstr ""
8528
+
8529
+ #: includes/widgets/htmega_tablepress.php:307
8530
+ msgid "Odd Cell"
8531
+ msgstr ""
8532
+
8533
+ #: includes/widgets/htmega_socialshere.php:69
8534
+ msgid "Odnoklassniki"
8535
+ msgstr ""
8536
+
8537
+ #: includes/widgets/htmega_carousel.php:115
8538
+ #: includes/widgets/htmega_instagram.php:202
8539
+ #: includes/widgets/htmega_panel_slider.php:181
8540
+ #: includes/widgets/htmega_post_slider.php:279
8541
+ #: includes/widgets/htmega_special_day_banner.php:116
8542
+ #: includes/widgets/htmega_twitter_feed.php:220
8543
+ msgid "Off"
8544
+ msgstr ""
8545
+
8546
+ #: admin/include/admin-setting.php:351 includes/widgets/htmega_offcanvas.php:13
8547
+ #: includes/widgets/htmega_offcanvas.php:49
8548
+ #: includes/widgets/htmega_offcanvas.php:184
8549
+ msgid "Offcanvas"
8550
+ msgstr ""
8551
+
8552
+ #: includes/widgets/htmega_offcanvas.php:144
8553
+ msgid "Offcanvas Height"
8554
+ msgstr ""
8555
+
8556
+ #: includes/widgets/htmega_offcanvas.php:98
8557
+ msgid "Offcanvas Position"
8558
+ msgstr ""
8559
+
8560
+ #: includes/widgets/htmega_offcanvas.php:114
8561
+ msgid "Offcanvas Width"
8562
+ msgstr ""
8563
+
8564
+ #: includes/widgets/htmega_special_day_banner.php:105
8565
+ #: includes/widgets/htmega_special_day_banner.php:512
8566
+ msgid "Offer Amount"
8567
+ msgstr ""
8568
+
8569
+ #: includes/widgets/htmega_special_day_banner.php:114
8570
+ #: includes/widgets/htmega_special_day_banner.php:571
8571
+ msgid "Offer Tag Line"
8572
+ msgstr ""
8573
+
8574
+ #: includes/widgets/htmega_notify.php:213
8575
+ #: includes/widgets/htmega_scroll_image.php:252
8576
+ msgid "Offset"
8577
+ msgstr ""
8578
+
8579
+ #: includes/widgets/htmega_carousel.php:114
8580
+ #: includes/widgets/htmega_instagram.php:201
8581
+ #: includes/widgets/htmega_panel_slider.php:180
8582
+ #: includes/widgets/htmega_post_slider.php:278
8583
+ #: includes/widgets/htmega_twitter_feed.php:219
8584
+ msgid "On"
8585
+ msgstr ""
8586
+
8587
+ #: includes/widgets/htmega_teammember.php:669
8588
+ msgid "ON/OFF Image Hover rotation"
8589
+ msgstr ""
8590
+
8591
+ #: includes/widgets/htmega_image_grid.php:70
8592
+ #: includes/widgets/htmega_image_masonry.php:79
8593
+ #: includes/widgets/htmega_testimonial_grid.php:73
8594
+ #: includes/widgets/htmega_testimonial_grid.php:88
8595
+ #: includes/widgets/htmega_testimonial_grid.php:105
8596
+ msgid "One"
8597
+ msgstr ""
8598
+
8599
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:227
8600
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:230
8601
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:580
8602
+ msgid "One Comment"
8603
+ msgstr ""
8604
+
8605
+ #: admin/include/admin-setting.php:1401
8606
+ msgid "Online Documentation"
8607
+ msgstr ""
8608
+
8609
+ #: includes/widgets/htmega_switcher.php:560
8610
+ #: includes/widgets/htmega_switcher.php:569
8611
+ msgid "Only for custom content."
8612
+ msgstr ""
8613
+
8614
+ #: includes/widgets/htmega_easy_digital_download.php:171
8615
+ #: includes/widgets/htmega_wc_categories.php:108
8616
+ msgid "Only Top Level"
8617
+ msgstr ""
8618
+
8619
+ #: includes/widgets/htmega_section_title.php:1026
8620
+ msgid "Opacity"
8621
+ msgstr ""
8622
+
8623
+ #: includes/widgets/htmega_imagemarker.php:75
8624
+ msgid "Opacity (%)"
8625
+ msgstr ""
8626
+
8627
+ #: includes/widgets/htmega_imagemarker.php:61
8628
+ msgid "Opacity Color"
8629
+ msgstr ""
8630
+
8631
+ #: includes/widgets/htmega_lightbox.php:171
8632
+ msgid "Open"
8633
+ msgstr ""
8634
+
8635
+ #: includes/widgets/htmega_accordion.php:327
8636
+ msgid "Open Item Icon"
8637
+ msgstr ""
8638
+
8639
+ #: includes/widgets/htmega_toggle.php:71
8640
+ msgid "Opened Icon"
8641
+ msgstr ""
8642
+
8643
+ #: includes/widgets/htmega_toggle.php:61
8644
+ msgid "Opened Title"
8645
+ msgstr ""
8646
+
8647
+ #: includes/widgets/htmega_easy_digital_download.php:132
8648
+ #: includes/widgets/htmega_ninja_form.php:77
8649
+ #: includes/widgets/htmega_tablepress.php:68
8650
+ #: includes/widgets/htmega_wc_categories.php:70
8651
+ msgid "Options"
8652
+ msgstr ""
8653
+
8654
+ #: includes/widgets/htmega_data_table.php:120
8655
+ msgid "Options for number of Rows"
8656
+ msgstr ""
8657
+
8658
+ #: includes/widgets/htmega_double_button.php:68
8659
+ msgid "Or"
8660
+ msgstr ""
8661
+
8662
+ #: includes/widgets/htmega_easy_digital_download.php:212
8663
+ #: includes/widgets/htmega_job_manager.php:79
8664
+ #: includes/widgets/htmega_postgrid.php:127
8665
+ #: includes/widgets/htmega_post_grid_tab.php:134
8666
+ #: includes/widgets/htmega_post_slider.php:138
8667
+ #: includes/widgets/htmega_wc_categories.php:140
8668
+ msgid "Order"
8669
+ msgstr ""
8670
+
8671
+ #: includes/widgets/htmega_newsticker.php:273
8672
+ #: extensions/ht-builder/widgets/bl_post_archive.php:215
8673
+ msgid "order"
8674
+ msgstr ""
8675
+
8676
+ #: includes/widgets/htmega_job_manager.php:95
8677
+ msgid "Order By"
8678
+ msgstr ""
8679
+
8680
+ #: includes/widgets/htmega_easy_digital_download.php:197
8681
+ #: includes/widgets/htmega_wc_categories.php:125
8682
+ msgid "Order by"
8683
+ msgstr ""
8684
+
8685
+ #: extensions/wc-sales-notification/admin/setting.php:102
8686
+ msgid "Order Limit for notification."
8687
+ msgstr ""
8688
+
8689
+ #: includes/widgets/htmega_wc_element_pages.php:1101
8690
+ msgid "Order Review"
8691
+ msgstr ""
8692
+
8693
+ #: includes/widgets/htmega_wc_element_pages.php:61
8694
+ msgid "Order Tracking Form"
8695
+ msgstr ""
8696
+
8697
+ #: extensions/wc-sales-notification/admin/setting.php:152
8698
+ msgid "Order Upto"
8699
+ msgstr ""
8700
+
8701
+ #: includes/widgets/htmega_newsticker.php:252
8702
+ #: includes/widgets/htmega_postgrid.php:143
8703
+ #: includes/widgets/htmega_post_grid_tab.php:150
8704
+ #: includes/widgets/htmega_post_slider.php:154
8705
+ #: extensions/ht-builder/widgets/bl_post_archive.php:194
8706
+ msgid "Orderby"
8707
+ msgstr ""
8708
+
8709
+ #: includes/widgets/htmega_data_table.php:176
8710
+ msgid "Ordering"
8711
+ msgstr ""
8712
+
8713
+ #: admin/include/admin-setting.php:86
8714
+ msgid "Other options"
8715
+ msgstr ""
8716
+
8717
+ #: includes/recommended-plugins/recommended-plugins.php:91
8718
+ msgid "Other Plugins"
8719
+ msgstr ""
8720
+
8721
+ #: includes/widgets/htmega_testimonial_grid.php:118
8722
+ msgid "Other' Devices Width(%)"
8723
+ msgstr ""
8724
+
8725
+ #: includes/widgets/htmega_progress_bar.php:655
8726
+ #: includes/widgets/htmega_progress_bar.php:774
8727
+ msgid "Outer"
8728
+ msgstr ""
8729
+
8730
+ #: admin/include/admin-setting.php:1433 admin/include/admin-setting.php:1458
8731
+ msgid "Outgoing animation option"
8732
+ msgstr ""
8733
+
8734
+ #: includes/widgets/htmega_lightbox.php:226
8735
+ msgid "Overlay"
8736
+ msgstr ""
8737
+
8738
+ #: includes/widgets/htmega_image_grid.php:201
8739
+ #: includes/widgets/htmega_image_masonry.php:182
8740
+ #: includes/widgets/htmega_instagram.php:734
8741
+ msgid "Overlay Color"
8742
+ msgstr ""
8743
+
8744
+ #: includes/widgets/htmega_instagram.php:745
8745
+ msgid "Overlay Padding"
8746
+ msgstr ""
8747
+
8748
+ #: includes/widgets/htmega_weather.php:43
8749
+ msgid "Override Title"
8750
+ msgstr ""
8751
+
8752
+ #: includes/helper-function.php:207
8753
+ msgid "p"
8754
+ msgstr ""
8755
+
8756
+ #: includes/widgets/htmega_accordion.php:598
8757
+ #: includes/widgets/htmega_accordion.php:814
8758
+ #: includes/widgets/htmega_accordion.php:949
8759
+ #: includes/widgets/htmega_accordion.php:1360
8760
+ #: includes/widgets/htmega_add_banner.php:175
8761
+ #: includes/widgets/htmega_add_banner.php:263
8762
+ #: includes/widgets/htmega_add_banner.php:317
8763
+ #: includes/widgets/htmega_add_banner.php:415
8764
+ #: includes/widgets/htmega_add_banner.php:474
8765
+ #: includes/widgets/htmega_add_banner.php:533
8766
+ #: includes/widgets/htmega_add_banner.php:592
8767
+ #: includes/widgets/htmega_add_banner.php:678
8768
+ #: includes/widgets/htmega_animated_heading.php:222
8769
+ #: includes/widgets/htmega_animated_heading.php:353
8770
+ #: includes/widgets/htmega_animated_heading.php:441
8771
+ #: includes/widgets/htmega_blockquote.php:233
8772
+ #: includes/widgets/htmega_blockquote.php:311
8773
+ #: includes/widgets/htmega_blockquote.php:367
8774
+ #: includes/widgets/htmega_blockquote.php:529
8775
+ #: includes/widgets/htmega_blockquote.php:710
8776
+ #: includes/widgets/htmega_booked_calender.php:633
8777
+ #: includes/widgets/htmega_booked_calender.php:791
8778
+ #: includes/widgets/htmega_brand.php:141 includes/widgets/htmega_brand.php:328
8779
+ #: includes/widgets/htmega_buddy_press.php:223
8780
+ #: includes/widgets/htmega_business_hours.php:255
8781
+ #: includes/widgets/htmega_business_hours.php:331
8782
+ #: includes/widgets/htmega_business_hours.php:459
8783
+ #: includes/widgets/htmega_button.php:304
8784
+ #: includes/widgets/htmega_button.php:576
8785
+ #: includes/widgets/htmega_caldera_form.php:276
8786
+ #: includes/widgets/htmega_caldera_form.php:508
8787
+ #: includes/widgets/htmega_call_to_action.php:379
8788
+ #: includes/widgets/htmega_call_to_action.php:456
8789
+ #: includes/widgets/htmega_call_to_action.php:544
8790
+ #: includes/widgets/htmega_call_to_action.php:603
8791
+ #: includes/widgets/htmega_call_to_action.php:662
8792
+ #: includes/widgets/htmega_call_to_action.php:730
8793
+ #: includes/widgets/htmega_call_to_action.php:936
8794
+ #: includes/widgets/htmega_carousel.php:468
8795
+ #: includes/widgets/htmega_carousel.php:682
8796
+ #: includes/widgets/htmega_carousel.php:1359
8797
+ #: includes/widgets/htmega_contact_form_seven.php:148
8798
+ #: includes/widgets/htmega_contact_form_seven.php:318
8799
+ #: includes/widgets/htmega_contact_form_seven.php:557
8800
+ #: includes/widgets/htmega_contact_form_seven.php:713
8801
+ #: includes/widgets/htmega_contact_form_seven.php:857
8802
+ #: includes/widgets/htmega_countdown.php:575
8803
+ #: includes/widgets/htmega_countdown.php:822
8804
+ #: includes/widgets/htmega_countdown.php:984
8805
+ #: includes/widgets/htmega_countdown.php:1108
8806
+ #: includes/widgets/htmega_counter.php:227
8807
+ #: includes/widgets/htmega_counter.php:487
8808
+ #: includes/widgets/htmega_counter.php:612
8809
+ #: includes/widgets/htmega_counter.php:878
8810
+ #: includes/widgets/htmega_counter.php:968
8811
+ #: includes/widgets/htmega_counter.php:1057
8812
+ #: includes/widgets/htmega_custom_event.php:163
8813
+ #: includes/widgets/htmega_custom_event.php:248
8814
+ #: includes/widgets/htmega_data_table.php:580
8815
+ #: includes/widgets/htmega_double_button.php:543
8816
+ #: includes/widgets/htmega_double_button.php:716
8817
+ #: includes/widgets/htmega_double_button.php:899
8818
+ #: includes/widgets/htmega_download_monitor.php:191
8819
+ #: includes/widgets/htmega_dropcaps.php:140
8820
+ #: includes/widgets/htmega_dropcaps.php:239
8821
+ #: includes/widgets/htmega_easy_digital_download.php:276
8822
+ #: includes/widgets/htmega_easy_digital_download.php:595
8823
+ #: includes/widgets/htmega_errorcontent.php:289
8824
+ #: includes/widgets/htmega_errorcontent.php:355
8825
+ #: includes/widgets/htmega_errorcontent.php:434
8826
+ #: includes/widgets/htmega_errorcontent.php:513
8827
+ #: includes/widgets/htmega_errorcontent.php:589
8828
+ #: includes/widgets/htmega_errorcontent.php:740
8829
+ #: includes/widgets/htmega_googlemap.php:336
8830
+ #: includes/widgets/htmega_googlemap.php:477
8831
+ #: includes/widgets/htmega_gravity_forms.php:319
8832
+ #: includes/widgets/htmega_gravity_forms.php:485
8833
+ #: includes/widgets/htmega_gravity_forms.php:717
8834
+ #: includes/widgets/htmega_imagemarker.php:683
8835
+ #: includes/widgets/htmega_imagemarker.php:907
8836
+ #: includes/widgets/htmega_image_comparison.php:293
8837
+ #: includes/widgets/htmega_image_comparison.php:374
8838
+ #: includes/widgets/htmega_image_grid.php:348
8839
+ #: includes/widgets/htmega_image_grid.php:435
8840
+ #: includes/widgets/htmega_image_grid.php:508
8841
+ #: includes/widgets/htmega_image_magnifier.php:142
8842
+ #: includes/widgets/htmega_image_masonry.php:194
8843
+ #: includes/widgets/htmega_image_masonry.php:336
8844
+ #: includes/widgets/htmega_image_masonry.php:423
8845
+ #: includes/widgets/htmega_image_masonry.php:495
8846
+ #: includes/widgets/htmega_inlinemenu.php:175
8847
+ #: includes/widgets/htmega_instagram.php:647
8848
+ #: includes/widgets/htmega_instagram.php:693
8849
+ #: includes/widgets/htmega_instagram.php:823
8850
+ #: includes/widgets/htmega_instagram.php:885
8851
+ #: includes/widgets/htmega_instagram.php:1057
8852
+ #: includes/widgets/htmega_instagram.php:1342
8853
+ #: includes/widgets/htmega_lightbox.php:251
8854
+ #: includes/widgets/htmega_lightbox.php:439
8855
+ #: includes/widgets/htmega_mailchimp_wp.php:89
8856
+ #: includes/widgets/htmega_mailchimp_wp.php:259
8857
+ #: includes/widgets/htmega_mailchimp_wp.php:394
8858
+ #: includes/widgets/htmega_modal.php:278 includes/widgets/htmega_modal.php:538
8859
+ #: includes/widgets/htmega_modal.php:655 includes/widgets/htmega_modal.php:710
8860
+ #: includes/widgets/htmega_modal.php:818 includes/widgets/htmega_modal.php:880
8861
+ #: includes/widgets/htmega_modal.php:988
8862
+ #: includes/widgets/htmega_newsticker.php:390
8863
+ #: includes/widgets/htmega_newsticker.php:444
8864
+ #: includes/widgets/htmega_newsticker.php:587
8865
+ #: includes/widgets/htmega_newsticker.php:832
8866
+ #: includes/widgets/htmega_newsticker.php:966
8867
+ #: includes/widgets/htmega_ninja_form.php:140
8868
+ #: includes/widgets/htmega_ninja_form.php:242
8869
+ #: includes/widgets/htmega_ninja_form.php:406
8870
+ #: includes/widgets/htmega_ninja_form.php:552
8871
+ #: includes/widgets/htmega_ninja_form.php:774
8872
+ #: includes/widgets/htmega_ninja_form.php:976
8873
+ #: includes/widgets/htmega_notify.php:389
8874
+ #: includes/widgets/htmega_notify.php:532
8875
+ #: includes/widgets/htmega_notify.php:788
8876
+ #: includes/widgets/htmega_offcanvas.php:349
8877
+ #: includes/widgets/htmega_offcanvas.php:441
8878
+ #: includes/widgets/htmega_panel_slider.php:543
8879
+ #: includes/widgets/htmega_panel_slider.php:722
8880
+ #: includes/widgets/htmega_panel_slider.php:778
8881
+ #: includes/widgets/htmega_panel_slider.php:954
8882
+ #: includes/widgets/htmega_popover.php:292
8883
+ #: includes/widgets/htmega_popover.php:437
8884
+ #: includes/widgets/htmega_popover.php:614
8885
+ #: includes/widgets/htmega_popover.php:718
8886
+ #: includes/widgets/htmega_postgrid.php:500
8887
+ #: includes/widgets/htmega_postgrid.php:614
8888
+ #: includes/widgets/htmega_postgrid.php:701
8889
+ #: includes/widgets/htmega_post_grid_tab.php:313
8890
+ #: includes/widgets/htmega_post_grid_tab.php:386
8891
+ #: includes/widgets/htmega_post_grid_tab.php:479
8892
+ #: includes/widgets/htmega_post_grid_tab.php:566
8893
+ #: includes/widgets/htmega_post_grid_tab.php:664
8894
+ #: includes/widgets/htmega_post_grid_tab.php:789
8895
+ #: includes/widgets/htmega_post_grid_tab.php:884
8896
+ #: includes/widgets/htmega_post_grid_tab.php:1038
8897
+ #: includes/widgets/htmega_post_grid_tab.php:1146
8898
+ #: includes/widgets/htmega_post_slider.php:759
8899
+ #: includes/widgets/htmega_post_slider.php:914
8900
+ #: includes/widgets/htmega_post_slider.php:1001
8901
+ #: includes/widgets/htmega_post_slider.php:1098
8902
+ #: includes/widgets/htmega_post_slider.php:1217
8903
+ #: includes/widgets/htmega_post_slider.php:1311
8904
+ #: includes/widgets/htmega_post_slider.php:1667
8905
+ #: includes/widgets/htmega_post_slider.php:1926
8906
+ #: includes/widgets/htmega_pricing_list_view.php:1240
8907
+ #: includes/widgets/htmega_pricing_list_view.php:1493
8908
+ #: includes/widgets/htmega_pricing_list_view.php:1599
8909
+ #: includes/widgets/htmega_pricing_list_view.php:1672
8910
+ #: includes/widgets/htmega_pricing_list_view.php:1757
8911
+ #: includes/widgets/htmega_pricing_list_view.php:1834
8912
+ #: includes/widgets/htmega_progress_bar.php:348
8913
+ #: includes/widgets/htmega_progress_bar.php:677
8914
+ #: includes/widgets/htmega_progress_bar.php:783
8915
+ #: includes/widgets/htmega_quforms.php:170
8916
+ #: includes/widgets/htmega_quforms.php:281
8917
+ #: includes/widgets/htmega_quforms.php:413
8918
+ #: includes/widgets/htmega_quforms.php:633
8919
+ #: includes/widgets/htmega_quforms.php:860
8920
+ #: includes/widgets/htmega_scroll_image.php:216
8921
+ #: includes/widgets/htmega_scroll_image.php:376
8922
+ #: includes/widgets/htmega_scroll_navigation.php:364
8923
+ #: includes/widgets/htmega_search.php:196
8924
+ #: includes/widgets/htmega_search.php:297
8925
+ #: includes/widgets/htmega_search.php:516
8926
+ #: includes/widgets/htmega_section_title.php:399
8927
+ #: includes/widgets/htmega_section_title.php:599
8928
+ #: includes/widgets/htmega_section_title.php:831
8929
+ #: includes/widgets/htmega_section_title.php:1002
8930
+ #: includes/widgets/htmega_service.php:196
8931
+ #: includes/widgets/htmega_service.php:408
8932
+ #: includes/widgets/htmega_service.php:513
8933
+ #: includes/widgets/htmega_service.php:672
8934
+ #: includes/widgets/htmega_service.php:934
8935
+ #: includes/widgets/htmega_service.php:1062
8936
+ #: includes/widgets/htmega_singlepost.php:194
8937
+ #: includes/widgets/htmega_singlepost.php:281
8938
+ #: includes/widgets/htmega_singlepost.php:396
8939
+ #: includes/widgets/htmega_singlepost.php:492
8940
+ #: includes/widgets/htmega_slider_thumb_gallery.php:717
8941
+ #: includes/widgets/htmega_slider_thumb_gallery.php:765
8942
+ #: includes/widgets/htmega_slider_thumb_gallery.php:973
8943
+ #: includes/widgets/htmega_socialshere.php:407
8944
+ #: includes/widgets/htmega_socialshere.php:652
8945
+ #: includes/widgets/htmega_special_day_banner.php:302
8946
+ #: includes/widgets/htmega_special_day_banner.php:379
8947
+ #: includes/widgets/htmega_special_day_banner.php:438
8948
+ #: includes/widgets/htmega_special_day_banner.php:497
8949
+ #: includes/widgets/htmega_special_day_banner.php:556
8950
+ #: includes/widgets/htmega_special_day_banner.php:615
8951
+ #: includes/widgets/htmega_special_day_banner.php:701
8952
+ #: includes/widgets/htmega_switcher.php:258
8953
+ #: includes/widgets/htmega_switcher.php:399
8954
+ #: includes/widgets/htmega_switcher.php:588
8955
+ #: includes/widgets/htmega_tablepress.php:196
8956
+ #: includes/widgets/htmega_tablepress.php:353
8957
+ #: includes/widgets/htmega_tablepress.php:422
8958
+ #: includes/widgets/htmega_tabs.php:336 includes/widgets/htmega_tabs.php:568
8959
+ #: includes/widgets/htmega_tabs.php:911
8960
+ #: includes/widgets/htmega_teammember.php:343
8961
+ #: includes/widgets/htmega_teammember.php:728
8962
+ #: includes/widgets/htmega_teammember.php:818
8963
+ #: includes/widgets/htmega_teammember.php:909
8964
+ #: includes/widgets/htmega_teammember.php:976
8965
+ #: includes/widgets/htmega_testimonial_grid.php:284
8966
+ #: includes/widgets/htmega_testimonial_grid.php:463
8967
+ #: includes/widgets/htmega_testimonial_grid.php:523
8968
+ #: includes/widgets/htmega_testimonial_grid.php:615
8969
+ #: includes/widgets/htmega_toggle.php:168
8970
+ #: includes/widgets/htmega_toggle.php:297
8971
+ #: includes/widgets/htmega_tooltip.php:268
8972
+ #: includes/widgets/htmega_tooltip.php:414
8973
+ #: includes/widgets/htmega_tooltip.php:511
8974
+ #: includes/widgets/htmega_twitter_feed.php:583
8975
+ #: includes/widgets/htmega_twitter_feed.php:672
8976
+ #: includes/widgets/htmega_twitter_feed.php:741
8977
+ #: includes/widgets/htmega_twitter_feed.php:941
8978
+ #: includes/widgets/htmega_twitter_feed.php:1002
8979
+ #: includes/widgets/htmega_twitter_feed.php:1192
8980
+ #: includes/widgets/htmega_user_login_form.php:621
8981
+ #: includes/widgets/htmega_user_login_form.php:657
8982
+ #: includes/widgets/htmega_user_login_form.php:887
8983
+ #: includes/widgets/htmega_user_login_form.php:1133
8984
+ #: includes/widgets/htmega_user_login_form.php:1344
8985
+ #: includes/widgets/htmega_user_login_form.php:1514
8986
+ #: includes/widgets/htmega_verticle_time_line.php:248
8987
+ #: includes/widgets/htmega_verticle_time_line.php:348
8988
+ #: includes/widgets/htmega_videoplayer.php:250
8989
+ #: includes/widgets/htmega_videoplayer.php:408
8990
+ #: includes/widgets/htmega_wc_categories.php:213
8991
+ #: includes/widgets/htmega_wc_categories.php:343
8992
+ #: includes/widgets/htmega_wc_element_pages.php:154
8993
+ #: includes/widgets/htmega_wc_element_pages.php:265
8994
+ #: includes/widgets/htmega_wc_element_pages.php:455
8995
+ #: includes/widgets/htmega_wc_element_pages.php:776
8996
+ #: includes/widgets/htmega_wc_element_pages.php:1007
8997
+ #: includes/widgets/htmega_wc_element_pages.php:1149
8998
+ #: includes/widgets/htmega_wc_element_pages.php:1442
8999
+ #: includes/widgets/htmega_wc_element_pages.php:1577
9000
+ #: includes/widgets/htmega_wc_element_pages.php:1744
9001
+ #: includes/widgets/htmega_weather.php:275
9002
+ #: includes/widgets/htmega_weather.php:334
9003
+ #: includes/widgets/htmega_working_process.php:222
9004
+ #: includes/widgets/htmega_working_process.php:418
9005
+ #: includes/widgets/htmega_working_process.php:676
9006
+ #: includes/widgets/htmega_working_process.php:755
9007
+ #: includes/widgets/htmega_working_process.php:855
9008
+ #: includes/widgets/htmega_wpforms.php:132
9009
+ #: includes/widgets/htmega_wpforms.php:234
9010
+ #: includes/widgets/htmega_wpforms.php:388
9011
+ #: includes/widgets/htmega_wpforms.php:555
9012
+ #: includes/widgets/htmega_wpforms.php:777
9013
+ #: includes/widgets/htmega_wpforms.php:1003
9014
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:170
9015
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:403
9016
+ #: extensions/ht-builder/widgets/bl_page_title.php:108
9017
+ #: extensions/ht-builder/widgets/bl_post_archive.php:265
9018
+ #: extensions/ht-builder/widgets/bl_post_archive.php:762
9019
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:110
9020
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:168
9021
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:253
9022
+ #: extensions/ht-builder/widgets/bl_site_logo.php:130
9023
+ #: extensions/ht-builder/widgets/bl_site_title.php:110
9024
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:119
9025
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:239
9026
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:369
9027
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:481
9028
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:120
9029
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:240
9030
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:327
9031
+ msgid "Padding"
9032
+ msgstr ""
9033
+
9034
+ #: includes/widgets/htmega_wc_element_pages.php:54
9035
+ #: extensions/ht-builder/widgets/bl_post_content.php:131
9036
+ msgid "Page"
9037
+ msgstr ""
9038
+
9039
+ #: admin/include/admin-setting.php:701
9040
+ msgid "Page List <span>( Pro )</span>"
9041
+ msgstr ""
9042
+
9043
+ #: admin/include/admin-setting.php:971 admin/include/admin-setting.php:972
9044
+ #: extensions/ht-builder/widgets/bl_page_title.php:39
9045
+ #: extensions/ht-builder/widgets/bl_page_title.php:58
9046
+ #: extensions/ht-builder/widgets/bl_page_title.php:168
9047
+ msgid "Page Title"
9048
+ msgstr ""
9049
+
9050
+ #: extensions/ht-builder/widgets/bl_post_content.php:127
9051
+ msgid "Pages:"
9052
+ msgstr ""
9053
+
9054
+ #: includes/widgets/htmega_carousel.php:811
9055
+ #: includes/widgets/htmega_carousel.php:1079
9056
+ #: includes/widgets/htmega_data_table.php:82
9057
+ #: includes/widgets/htmega_easy_digital_download.php:679
9058
+ #: includes/widgets/htmega_instagram.php:1130
9059
+ #: includes/widgets/htmega_panel_slider.php:1086
9060
+ #: includes/widgets/htmega_post_slider.php:1740
9061
+ #: includes/widgets/htmega_post_slider.php:1905
9062
+ #: includes/widgets/htmega_scroll_navigation.php:381
9063
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1047
9064
+ #: includes/widgets/htmega_twitter_feed.php:1291
9065
+ #: extensions/ht-builder/widgets/bl_post_archive.php:835
9066
+ msgid "Pagination"
9067
+ msgstr ""
9068
+
9069
+ #: includes/widgets/htmega_carousel.php:1287
9070
+ msgid "Pagination Box"
9071
+ msgstr ""
9072
+
9073
+ #: includes/widgets/htmega_post_slider.php:1980
9074
+ msgid "Pagination Box Width"
9075
+ msgstr ""
9076
+
9077
+ #: includes/widgets/htmega_data_table.php:1052
9078
+ msgid "Pagination Footer"
9079
+ msgstr ""
9080
+
9081
+ #: includes/widgets/htmega_data_table.php:870
9082
+ msgid "Pagination Header"
9083
+ msgstr ""
9084
+
9085
+ #: includes/widgets/htmega_data_table.php:921
9086
+ msgid "Pagination Header length"
9087
+ msgstr ""
9088
+
9089
+ #: includes/widgets/htmega_tablepress.php:86
9090
+ msgid "Pagination Hide"
9091
+ msgstr ""
9092
+
9093
+ #: includes/widgets/htmega_data_table.php:1090
9094
+ msgid "Pagination Ordering"
9095
+ msgstr ""
9096
+
9097
+ #: includes/widgets/htmega_data_table.php:973
9098
+ msgid "Pagination Style"
9099
+ msgstr ""
9100
+
9101
+ #: includes/widgets/htmega_job_manager.php:125
9102
+ msgid "Pagination Type"
9103
+ msgstr ""
9104
+
9105
+ #: admin/include/admin-setting.php:359
9106
+ #: includes/widgets/htmega_panel_slider.php:15
9107
+ #: includes/widgets/htmega_panel_slider.php:53
9108
+ msgid "Panel Slider"
9109
+ msgstr ""
9110
+
9111
+ #: admin/include/admin-setting.php:879
9112
+ msgid "Parallax<span> ( Pro )</span>"
9113
+ msgstr ""
9114
+
9115
+ #: includes/widgets/htmega_easy_digital_download.php:175
9116
+ #: includes/widgets/htmega_wc_categories.php:112
9117
+ msgid "Parent"
9118
+ msgstr ""
9119
+
9120
+ #: includes/widgets/htmega_brand.php:91
9121
+ msgid "Partner Link"
9122
+ msgstr ""
9123
+
9124
+ #: includes/widgets/htmega_brand.php:71
9125
+ msgid "Partner Logo"
9126
+ msgstr ""
9127
+
9128
+ #: includes/widgets/htmega_user_login_form.php:236
9129
+ #: includes/widgets/htmega_user_login_form.php:249
9130
+ #: includes/widgets/htmega_user_login_form.php:1566
9131
+ #: includes/widgets/htmega_user_login_form.php:1567
9132
+ msgid "Password"
9133
+ msgstr ""
9134
+
9135
+ #: includes/widgets/htmega_user_login_form.php:234
9136
+ msgid "Password Label"
9137
+ msgstr ""
9138
+
9139
+ #: includes/helper-function.php:457
9140
+ msgid "Password length must be greater than 5"
9141
+ msgstr ""
9142
+
9143
+ #: includes/widgets/htmega_user_login_form.php:247
9144
+ msgid "Password Placeholder"
9145
+ msgstr ""
9146
+
9147
+ #: includes/widgets/htmega_newsticker.php:175
9148
+ msgid "Pause on hover"
9149
+ msgstr ""
9150
+
9151
+ #: includes/widgets/htmega_carousel.php:215
9152
+ #: includes/widgets/htmega_instagram.php:410
9153
+ #: includes/widgets/htmega_panel_slider.php:315
9154
+ #: includes/widgets/htmega_post_slider.php:395
9155
+ #: includes/widgets/htmega_slider_thumb_gallery.php:214
9156
+ #: includes/widgets/htmega_slider_thumb_gallery.php:479
9157
+ #: includes/widgets/htmega_twitter_feed.php:337
9158
+ msgid "Pause on Hover?"
9159
+ msgstr ""
9160
+
9161
+ #: includes/widgets/htmega_wc_element_pages.php:888
9162
+ msgid "Payment"
9163
+ msgstr ""
9164
+
9165
+ #: includes/widgets/htmega_pricing_list_view.php:1712
9166
+ msgid "Per Month Typography"
9167
+ msgstr ""
9168
+
9169
+ #: includes/widgets/htmega_testimonial_grid.php:232
9170
+ msgid "Peter Rose"
9171
+ msgstr ""
9172
+
9173
+ #: includes/widgets/htmega_progress_bar.php:219
9174
+ msgid "Photoshop"
9175
+ msgstr ""
9176
+
9177
+ #: includes/class.htmega.php:197
9178
+ msgid "PHP"
9179
+ msgstr ""
9180
+
9181
+ #: includes/widgets/htmega_socialshere.php:65
9182
+ msgid "Pinterest"
9183
+ msgstr ""
9184
+
9185
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:45
9186
+ msgid "Placeholder"
9187
+ msgstr ""
9188
+
9189
+ #: admin/include/templates_list.php:17
9190
+ msgctxt "placeholder"
9191
+ msgid "Enter a Page Name"
9192
+ msgstr ""
9193
+
9194
+ #: includes/widgets/htmega_caldera_form.php:214
9195
+ #: includes/widgets/htmega_contact_form_seven.php:263
9196
+ #: includes/widgets/htmega_contact_form_seven.php:523
9197
+ #: includes/widgets/htmega_gravity_forms.php:425
9198
+ #: includes/widgets/htmega_mailchimp_wp.php:220
9199
+ #: includes/widgets/htmega_ninja_form.php:513
9200
+ #: includes/widgets/htmega_ninja_form.php:735
9201
+ #: includes/widgets/htmega_quforms.php:374
9202
+ #: includes/widgets/htmega_quforms.php:594
9203
+ #: includes/widgets/htmega_search.php:240
9204
+ #: includes/widgets/htmega_user_login_form.php:824
9205
+ #: includes/widgets/htmega_wc_element_pages.php:738
9206
+ #: includes/widgets/htmega_wc_element_pages.php:1382
9207
+ #: includes/widgets/htmega_wpforms.php:516
9208
+ #: includes/widgets/htmega_wpforms.php:738
9209
+ msgid "Placeholder Color"
9210
+ msgstr ""
9211
+
9212
+ #: includes/widgets/htmega_animated_heading.php:235
9213
+ #: includes/widgets/htmega_search.php:58
9214
+ msgid "Placeholder Text"
9215
+ msgstr ""
9216
+
9217
+ #: includes/widgets/htmega_imagemarker.php:969
9218
+ msgid "Placeholder Text Style"
9219
+ msgstr ""
9220
+
9221
+ #: includes/widgets/htmega_videoplayer.php:81
9222
+ msgid "Play Button Icon"
9223
+ msgstr ""
9224
+
9225
+ #: admin/include/admin-setting.php:807
9226
+ msgid ""
9227
+ "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
9228
+ "service which is capable of delivering all the necessary weather information "
9229
+ "for any location on the globe.To create API key, go to this link <a "
9230
+ "href=\"https://openweathermap.org/appid\" target=\"_blank\">OpenWeather</a>."
9231
+ msgstr ""
9232
+
9233
+ #: includes/widgets/htmega_instagram.php:1526
9234
+ msgid "Please enter your access token."
9235
+ msgstr ""
9236
+
9237
+ #: includes/widgets/htmega_weather.php:372
9238
+ msgid ""
9239
+ "Please Insert Weather Map API Key from \"HTMega Addons > Settings > Other "
9240
+ "options > Weather Map API Key\"."
9241
+ msgstr ""
9242
+
9243
+ #: includes/widgets/htmega_caldera_form.php:750
9244
+ msgid "Please select a Contact Form From Setting!"
9245
+ msgstr ""
9246
+
9247
+ #: includes/widgets/htmega_quforms.php:1064
9248
+ msgid "Please select Contact Form"
9249
+ msgstr ""
9250
+
9251
+ #: includes/widgets/htmega_contact_form_seven.php:1050
9252
+ msgid "Please Select contact form."
9253
+ msgstr ""
9254
+
9255
+ #: includes/widgets/htmega_wpforms.php:1169
9256
+ msgid "Please Select form."
9257
+ msgstr ""
9258
+
9259
+ #: includes/widgets/htmega_tablepress.php:440
9260
+ msgid "Please Select table"
9261
+ msgstr ""
9262
+
9263
+ #: includes/widgets/htmega_wc_add_to_cart.php:193
9264
+ #: includes/widgets/htmega_wc_add_to_cart.php:199
9265
+ #: includes/widgets/htmega_wc_element_pages.php:1897
9266
+ msgid "Please set a valid product"
9267
+ msgstr ""
9268
+
9269
+ #: includes/widgets/htmega_user_login_form.php:1691
9270
+ msgid "Please wait..."
9271
+ msgstr ""
9272
+
9273
+ #: admin/include/template-library.php:376
9274
+ #: includes/recommended-plugins/class.recommended-plugins.php:393
9275
+ msgid "Plugin Not Found"
9276
+ msgstr ""
9277
+
9278
+ #: admin/include/template-library.php:396
9279
+ #: includes/recommended-plugins/class.recommended-plugins.php:413
9280
+ msgid "Plugin Successfully Activated"
9281
+ msgstr ""
9282
+
9283
+ #: includes/widgets/htmega_teammember.php:472
9284
+ msgid "Plus Icon Color"
9285
+ msgstr ""
9286
+
9287
+ #: includes/widgets/htmega_socialshere.php:78
9288
+ msgid "Pocket"
9289
+ msgstr ""
9290
+
9291
+ #: includes/widgets/htmega_googlemap.php:370
9292
+ msgid "Pointer Width"
9293
+ msgstr ""
9294
+
9295
+ #: includes/widgets/htmega_videoplayer.php:53
9296
+ msgid "Pop Up"
9297
+ msgstr ""
9298
+
9299
+ #: includes/widgets/htmega_videoplayer.php:72
9300
+ msgid "Pop Up Button"
9301
+ msgstr ""
9302
+
9303
+ #: admin/include/admin-setting.php:367 includes/widgets/htmega_popover.php:14
9304
+ #: includes/widgets/htmega_popover.php:75
9305
+ #: includes/widgets/htmega_popover.php:498
9306
+ msgid "Popover"
9307
+ msgstr ""
9308
+
9309
+ #: includes/widgets/htmega_popover.php:42
9310
+ msgid "Popover Button"
9311
+ msgstr ""
9312
+
9313
+ #: includes/widgets/htmega_popover.php:169
9314
+ msgid "Popover content Here"
9315
+ msgstr ""
9316
+
9317
+ #: includes/widgets/htmega_popover.php:180
9318
+ msgid "Popover Header Here"
9319
+ msgstr ""
9320
+
9321
+ #: includes/widgets/htmega_popover.php:177
9322
+ msgid "Popover Header Text"
9323
+ msgstr ""
9324
+
9325
+ #: includes/widgets/htmega_popover.php:160
9326
+ msgid "Popover Options"
9327
+ msgstr ""
9328
+
9329
+ #: includes/widgets/htmega_popover.php:166
9330
+ msgid "Popover Text"
9331
+ msgstr ""
9332
+
9333
+ #: includes/widgets/htmega_buddy_press.php:67
9334
+ msgid "Popular"
9335
+ msgstr ""
9336
+
9337
+ #: admin/include/admin-setting.php:1062
9338
+ msgid "Popular Post"
9339
+ msgstr ""
9340
+
9341
+ #: admin/include/admin-setting.php:1061
9342
+ msgid "Popular Post <span>( Pro )</span>"
9343
+ msgstr ""
9344
+
9345
+ #: includes/widgets/htmega_search.php:910
9346
+ msgid "Popup Background"
9347
+ msgstr ""
9348
+
9349
+ #: includes/widgets/htmega_search.php:679
9350
+ #: includes/widgets/htmega_search.php:942
9351
+ msgid "Popup Button Style"
9352
+ msgstr ""
9353
+
9354
+ #: includes/widgets/htmega_gallery_justify.php:118
9355
+ msgid "Popup None"
9356
+ msgstr ""
9357
+
9358
+ #: includes/widgets/htmega_gallery_justify.php:114
9359
+ msgid "Popup options"
9360
+ msgstr ""
9361
+
9362
+ #: includes/widgets/htmega_search.php:658
9363
+ msgid "Popup style"
9364
+ msgstr ""
9365
+
9366
+ #: includes/widgets/htmega_mailchimp_wp.php:342
9367
+ #: includes/widgets/htmega_progress_bar.php:652
9368
+ #: includes/widgets/htmega_progress_bar.php:771
9369
+ #: includes/widgets/htmega_progress_bar.php:839
9370
+ #: includes/widgets/htmega_section_title.php:232
9371
+ #: includes/widgets/htmega_working_process.php:524
9372
+ #: extensions/wc-sales-notification/admin/setting.php:77
9373
+ msgid "Position"
9374
+ msgstr ""
9375
+
9376
+ #: includes/widgets/htmega_imagemarker.php:1025
9377
+ msgid "Position Left-Right (X)"
9378
+ msgstr ""
9379
+
9380
+ #: includes/widgets/htmega_imagemarker.php:998
9381
+ msgid "Position Top-Bottom (Y)"
9382
+ msgstr ""
9383
+
9384
+ #: includes/widgets/htmega_image_comparison.php:195
9385
+ msgid "Positioning Lebel"
9386
+ msgstr ""
9387
+
9388
+ #: admin/include/admin-setting.php:375
9389
+ msgid "Post carousel"
9390
+ msgstr ""
9391
+
9392
+ #: admin/include/admin-setting.php:935 admin/include/admin-setting.php:936
9393
+ #: extensions/ht-builder/widgets/bl_post_comments.php:187
9394
+ msgid "Post Comments"
9395
+ msgstr ""
9396
+
9397
+ #: admin/include/admin-setting.php:926 admin/include/admin-setting.php:927
9398
+ #: extensions/ht-builder/widgets/bl_post_content.php:40
9399
+ #: extensions/ht-builder/widgets/bl_post_content.php:103
9400
+ msgid "Post Content"
9401
+ msgstr ""
9402
+
9403
+ #: admin/include/admin-setting.php:864
9404
+ msgid "Post Duplicator"
9405
+ msgstr ""
9406
+
9407
+ #: admin/include/admin-setting.php:1081
9408
+ msgid "Post Duplicator Condition"
9409
+ msgstr ""
9410
+
9411
+ #: admin/include/admin-setting.php:917 admin/include/admin-setting.php:918
9412
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
9413
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
9414
+ msgid "Post Excerpt"
9415
+ msgstr ""
9416
+
9417
+ #: admin/include/admin-setting.php:899 admin/include/admin-setting.php:900
9418
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
9419
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
9420
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
9421
+ msgid "Post Featured Image"
9422
+ msgstr ""
9423
+
9424
+ #: admin/include/admin-setting.php:383 includes/widgets/htmega_postgrid.php:15
9425
+ #: includes/widgets/htmega_postgrid.php:37
9426
+ msgid "Post Grid"
9427
+ msgstr ""
9428
+
9429
+ #: admin/include/admin-setting.php:391
9430
+ #: includes/widgets/htmega_post_grid_tab.php:15
9431
+ #: includes/widgets/htmega_post_grid_tab.php:43
9432
+ msgid "Post Grid Tab"
9433
+ msgstr ""
9434
+
9435
+ #: includes/widgets/htmega_postgrid.php:211
9436
+ msgid "Post Items Box Style"
9437
+ msgstr ""
9438
+
9439
+ #: admin/include/admin-setting.php:908 admin/include/admin-setting.php:909
9440
+ msgid "Post Meta Info"
9441
+ msgstr ""
9442
+
9443
+ #: includes/widgets/htmega_singlepost.php:628
9444
+ msgid "Post Name"
9445
+ msgstr ""
9446
+
9447
+ #: admin/include/admin-setting.php:1044
9448
+ msgid "Post Navigation"
9449
+ msgstr ""
9450
+
9451
+ #: admin/include/admin-setting.php:1043
9452
+ msgid "Post Navigation <span>( Pro )</span>"
9453
+ msgstr ""
9454
+
9455
+ #: admin/include/class.htmega-elementor-template-library.php:98
9456
+ msgid "Post not found"
9457
+ msgstr ""
9458
+
9459
+ #: admin/include/class.htmega-elementor-template-library.php:69
9460
+ msgid "Post not found."
9461
+ msgstr ""
9462
+
9463
+ #: includes/widgets/htmega_postgrid.php:62
9464
+ #: includes/widgets/htmega_post_grid_tab.php:69
9465
+ #: includes/widgets/htmega_post_slider.php:73
9466
+ msgid "Post Option"
9467
+ msgstr ""
9468
+
9469
+ #: admin/include/admin-setting.php:944 admin/include/admin-setting.php:945
9470
+ msgid "Post Search Form"
9471
+ msgstr ""
9472
+
9473
+ #: admin/include/admin-setting.php:399
9474
+ #: includes/widgets/htmega_post_slider.php:14
9475
+ #: includes/widgets/htmega_post_slider.php:44
9476
+ msgid "Post Slider"
9477
+ msgstr ""
9478
+
9479
+ #: admin/include/admin-setting.php:890 admin/include/admin-setting.php:891
9480
+ #: includes/widgets/htmega_post_slider.php:376
9481
+ #: extensions/ht-builder/widgets/bl_post_title.php:38
9482
+ #: extensions/ht-builder/widgets/bl_post_title.php:57
9483
+ msgid "Post Title"
9484
+ msgstr ""
9485
+
9486
+ #: includes/widgets/htmega_easy_digital_download.php:140
9487
+ msgctxt "Posts Query Control"
9488
+ msgid "Source"
9489
+ msgstr ""
9490
+
9491
+ #: includes/widgets/htmega_counter.php:928
9492
+ msgid "Prefix"
9493
+ msgstr ""
9494
+
9495
+ #: admin/include/admin-setting.php:1484
9496
+ #: extensions/ht-builder/admin/setting.php:151
9497
+ #: extensions/ht-menu/classes/class.mega-menu.php:268
9498
+ #: extensions/wc-sales-notification/admin/setting.php:235
9499
+ msgid "premium version"
9500
+ msgstr ""
9501
+
9502
+ #: admin/include/custom-control/preset-manage.php:23
9503
+ msgid "Preset not found"
9504
+ msgstr ""
9505
+
9506
+ #: includes/class.assests.php:387
9507
+ #: includes/recommended-plugins/class.recommended-plugins.php:123
9508
+ #: admin/include/templates/library/templates.php:133
9509
+ msgid "Preview"
9510
+ msgstr ""
9511
+
9512
+ #: includes/widgets/htmega_newsticker.php:319
9513
+ msgid "Previous Icon"
9514
+ msgstr ""
9515
+
9516
+ #: includes/widgets/htmega_carousel.php:165
9517
+ #: includes/widgets/htmega_instagram.php:360
9518
+ #: includes/widgets/htmega_panel_slider.php:265
9519
+ #: includes/widgets/htmega_post_slider.php:329
9520
+ #: includes/widgets/htmega_slider_thumb_gallery.php:168
9521
+ #: includes/widgets/htmega_twitter_feed.php:287
9522
+ msgid "Previous icon"
9523
+ msgstr ""
9524
+
9525
+ #: includes/widgets/htmega_easy_digital_download.php:476
9526
+ #: includes/widgets/htmega_pricing_list_view.php:97
9527
+ #: includes/widgets/htmega_pricing_list_view.php:1628
9528
+ msgid "Price"
9529
+ msgstr ""
9530
+
9531
+ #: includes/widgets/htmega_easy_digital_download.php:487
9532
+ msgid "Price Color"
9533
+ msgstr ""
9534
+
9535
+ #: includes/widgets/htmega_easy_digital_download.php:511
9536
+ msgid "Price Margin"
9537
+ msgstr ""
9538
+
9539
+ #: admin/include/admin-setting.php:407
9540
+ #: includes/widgets/htmega_pricing_list_view.php:13
9541
+ msgid "Pricing List View"
9542
+ msgstr ""
9543
+
9544
+ #: admin/include/admin-setting.php:659
9545
+ msgid "Pricing Menu <span>( Pro )</span>"
9546
+ msgstr ""
9547
+
9548
+ #: admin/include/admin-setting.php:415
9549
+ msgid "Pricing Table"
9550
+ msgstr ""
9551
+
9552
+ #: includes/widgets/htmega_call_to_action.php:129
9553
+ #: includes/widgets/htmega_call_to_action.php:677
9554
+ msgid "Primary Button"
9555
+ msgstr ""
9556
+
9557
+ #: includes/widgets/htmega_call_to_action.php:145
9558
+ msgid "Primary Button Link"
9559
+ msgstr ""
9560
+
9561
+ #: includes/widgets/htmega_call_to_action.php:136
9562
+ msgid "Primary Button Text"
9563
+ msgstr ""
9564
+
9565
+ #: admin/include/admin-setting.php:1026
9566
+ msgid "Print Page"
9567
+ msgstr ""
9568
+
9569
+ #: admin/include/admin-setting.php:1025
9570
+ msgid "Print Page <span>( Pro )</span>"
9571
+ msgstr ""
9572
+
9573
+ #: includes/class.assests.php:375 admin/include/templates_list.php:54
9574
+ #: admin/include/templates/library/templates.php:119
9575
+ msgid "Pro"
9576
+ msgstr ""
9577
+
9578
+ #: includes/widgets/htmega_working_process.php:81
9579
+ #: includes/widgets/htmega_working_process.php:169
9580
+ msgid "Process #1"
9581
+ msgstr ""
9582
+
9583
+ #: includes/widgets/htmega_working_process.php:173
9584
+ msgid "Process #2"
9585
+ msgstr ""
9586
+
9587
+ #: includes/widgets/htmega_working_process.php:177
9588
+ msgid "Process #3"
9589
+ msgstr ""
9590
+
9591
+ #: includes/widgets/htmega_working_process.php:88
9592
+ msgid "Process Number"
9593
+ msgstr ""
9594
+
9595
+ #: includes/widgets/htmega_wc_add_to_cart.php:50
9596
+ #: includes/widgets/htmega_wc_add_to_cart.php:63
9597
+ msgid "Product"
9598
+ msgstr ""
9599
+
9600
+ #: admin/include/admin-setting.php:423
9601
+ #: includes/widgets/htmega_progress_bar.php:13
9602
+ #: includes/widgets/htmega_progress_bar.php:50
9603
+ #: includes/widgets/htmega_progress_bar.php:199
9604
+ #: includes/widgets/htmega_progress_bar.php:397
9605
+ msgid "Progress Bar"
9606
+ msgstr ""
9607
+
9608
+ #: includes/widgets/htmega_progress_bar.php:309
9609
+ msgid "Progress bar Background"
9610
+ msgstr ""
9611
+
9612
+ #: includes/widgets/htmega_progress_bar.php:131
9613
+ msgid "Progress bar color"
9614
+ msgstr ""
9615
+
9616
+ #: includes/widgets/htmega_progress_bar.php:286
9617
+ msgid "Progress Bar Size"
9618
+ msgstr ""
9619
+
9620
+ #: includes/widgets/htmega_progress_bar.php:317
9621
+ msgid "Progress bar track color"
9622
+ msgstr ""
9623
+
9624
+ #: includes/widgets/htmega_progress_bar.php:113
9625
+ #: includes/widgets/htmega_progress_bar.php:245
9626
+ msgid "Progress Bar Value"
9627
+ msgstr ""
9628
+
9629
+ #: includes/widgets/htmega_progress_bar.php:152
9630
+ #: includes/widgets/htmega_progress_bar.php:337
9631
+ msgid "Progress bar value background color"
9632
+ msgstr ""
9633
+
9634
+ #: includes/widgets/htmega_progress_bar.php:142
9635
+ #: includes/widgets/htmega_progress_bar.php:327
9636
+ msgid "Progress bar value color"
9637
+ msgstr ""
9638
+
9639
+ #: includes/widgets/htmega_progress_bar.php:263
9640
+ msgid "Progress Bar Width"
9641
+ msgstr ""
9642
+
9643
+ #: includes/widgets/htmega_progress_bar.php:163
9644
+ #: includes/widgets/htmega_progress_bar.php:556
9645
+ msgid "Progress Indicator"
9646
+ msgstr ""
9647
+
9648
+ #: includes/widgets/htmega_progress_bar.php:459
9649
+ msgid "Progress Position Top-Bottom"
9650
+ msgstr ""
9651
+
9652
+ #: includes/widgets/htmega_pricing_list_view.php:152
9653
+ msgid "PSD Template"
9654
+ msgstr ""
9655
+
9656
+ #: admin/include/admin-setting.php:1484
9657
+ #: extensions/ht-builder/admin/setting.php:151
9658
+ #: extensions/ht-menu/classes/class.mega-menu.php:268
9659
+ #: extensions/wc-sales-notification/admin/setting.php:235
9660
+ msgid "Purchase our"
9661
+ msgstr ""
9662
+
9663
+ #: includes/widgets/htmega_animated_heading.php:104
9664
+ msgid "Purpose,policy,Company"
9665
+ msgstr ""
9666
+
9667
+ #: includes/widgets/htmega_animated_heading.php:77
9668
+ msgid "Push"
9669
+ msgstr ""
9670
+
9671
+ #: includes/widgets/htmega_section_title.php:62
9672
+ msgid "Put the highlighted word in between the span tags!"
9673
+ msgstr ""
9674
+
9675
+ #: admin/include/admin-setting.php:1224 includes/widgets/htmega_quforms.php:13
9676
+ #: includes/widgets/htmega_quforms.php:59
9677
+ msgid "QU Form"
9678
+ msgstr ""
9679
+
9680
+ #: includes/widgets/htmega_wc_add_to_cart.php:83
9681
+ msgid "Quantity"
9682
+ msgstr ""
9683
+
9684
+ #: includes/widgets/htmega_wc_element_pages.php:535
9685
+ msgid "Quantity Input Box"
9686
+ msgstr ""
9687
+
9688
+ #: extensions/ht-builder/widgets/bl_post_archive.php:150
9689
+ msgid "Query Settings"
9690
+ msgstr ""
9691
+
9692
+ #: includes/recommended-plugins/recommended-plugins.php:73
9693
+ msgid "QuickSwish"
9694
+ msgstr ""
9695
+
9696
+ #: includes/widgets/htmega_blockquote.php:327
9697
+ msgid "Quote By"
9698
+ msgstr ""
9699
+
9700
+ #: includes/widgets/htmega_blockquote.php:494
9701
+ msgid "Quote Icon"
9702
+ msgstr ""
9703
+
9704
+ #: includes/widgets/htmega_blockquote.php:689
9705
+ msgid "Quote Image"
9706
+ msgstr ""
9707
+
9708
+ #: includes/widgets/htmega_contact_form_seven.php:406
9709
+ msgid "Radio & Checkbox Color"
9710
+ msgstr ""
9711
+
9712
+ #: includes/widgets/htmega_job_manager.php:102
9713
+ #: includes/widgets/htmega_newsticker.php:262
9714
+ #: includes/widgets/htmega_postgrid.php:153
9715
+ #: includes/widgets/htmega_post_grid_tab.php:160
9716
+ #: includes/widgets/htmega_post_slider.php:164
9717
+ #: extensions/ht-builder/widgets/bl_post_archive.php:204
9718
+ msgid "Random"
9719
+ msgstr ""
9720
+
9721
+ #: includes/widgets/htmega_testimonial_grid.php:682
9722
+ msgid "Rating"
9723
+ msgstr ""
9724
+
9725
+ #: admin/include/admin-setting.php:1358
9726
+ msgid "Rating icon"
9727
+ msgstr ""
9728
+
9729
+ #: includes/widgets/htmega_testimonial_grid.php:689
9730
+ msgid "Rating On Right"
9731
+ msgstr ""
9732
+
9733
+ #: includes/widgets/htmega_image_grid.php:150
9734
+ #: includes/widgets/htmega_image_grid.php:179
9735
+ #: includes/widgets/htmega_image_masonry.php:131
9736
+ #: includes/widgets/htmega_image_masonry.php:160
9737
+ #: includes/widgets/htmega_post_grid_tab.php:233
9738
+ #: includes/widgets/htmega_post_grid_tab.php:245
9739
+ #: includes/widgets/htmega_post_grid_tab.php:246
9740
+ #: includes/widgets/htmega_post_grid_tab.php:829
9741
+ #: includes/widgets/htmega_post_slider.php:222
9742
+ #: includes/widgets/htmega_post_slider.php:234
9743
+ #: includes/widgets/htmega_post_slider.php:235
9744
+ #: includes/widgets/htmega_post_slider.php:1257
9745
+ #: includes/widgets/htmega_service.php:140
9746
+ #: extensions/ht-builder/widgets/bl_post_archive.php:700
9747
+ msgid "Read More"
9748
+ msgstr ""
9749
+
9750
+ #: extensions/ht-builder/widgets/bl_post_archive.php:73
9751
+ #: extensions/ht-builder/widgets/bl_post_archive.php:1084
9752
+ msgid "Read more"
9753
+ msgstr ""
9754
+
9755
+ #: includes/widgets/htmega_image_grid.php:451
9756
+ #: includes/widgets/htmega_image_masonry.php:439
9757
+ msgid "Read More Button"
9758
+ msgstr ""
9759
+
9760
+ #: extensions/ht-builder/widgets/bl_post_archive.php:71
9761
+ msgid "Read More Button Text"
9762
+ msgstr ""
9763
+
9764
+ #: includes/widgets/htmega_post_grid_tab.php:243
9765
+ #: includes/widgets/htmega_post_slider.php:232
9766
+ msgid "Read More button text"
9767
+ msgstr ""
9768
+
9769
+ #: includes/widgets/htmega_service.php:318
9770
+ msgid "Read More Color"
9771
+ msgstr ""
9772
+
9773
+ #: includes/widgets/htmega_image_grid.php:157
9774
+ #: includes/widgets/htmega_image_masonry.php:138
9775
+ msgid "Read More Link"
9776
+ msgstr ""
9777
+
9778
+ #: includes/widgets/htmega_image_grid.php:148
9779
+ #: includes/widgets/htmega_image_masonry.php:129
9780
+ msgid "Read More Text"
9781
+ msgstr ""
9782
+
9783
+ #: includes/widgets/htmega_custom_event.php:95
9784
+ msgid "Read More."
9785
+ msgstr ""
9786
+
9787
+ #: extensions/wc-sales-notification/admin/setting.php:69
9788
+ msgid "Real"
9789
+ msgstr ""
9790
+
9791
+ #: includes/recommended-plugins/class.recommended-plugins.php:71
9792
+ msgid "Recommendations"
9793
+ msgstr ""
9794
+
9795
+ #: includes/recommended-plugins/recommended-plugins.php:28
9796
+ msgid "Recommended Plugins"
9797
+ msgstr ""
9798
+
9799
+ #: includes/widgets/htmega_socialshere.php:75
9800
+ msgid "Reddit"
9801
+ msgstr ""
9802
+
9803
+ #: includes/widgets/htmega_user_login_form.php:260
9804
+ msgid "Redirect page after Login"
9805
+ msgstr ""
9806
+
9807
+ #: includes/widgets/htmega_user_login_form.php:324
9808
+ #: includes/widgets/htmega_user_login_form.php:337
9809
+ #: includes/widgets/htmega_user_login_form.php:1654
9810
+ msgid "Register"
9811
+ msgstr ""
9812
+
9813
+ #: includes/widgets/htmega_user_login_form.php:1280
9814
+ msgid "Register Button"
9815
+ msgstr ""
9816
+
9817
+ #: includes/widgets/htmega_user_login_form.php:117
9818
+ msgid "Register Heading Login"
9819
+ msgstr ""
9820
+
9821
+ #: includes/widgets/htmega_user_login_form.php:335
9822
+ msgid "Register Link Text"
9823
+ msgstr ""
9824
+
9825
+ #: admin/include/admin-setting.php:1053
9826
+ msgid "Related Post"
9827
+ msgstr ""
9828
+
9829
+ #: admin/include/admin-setting.php:1052
9830
+ msgid "Related Post <span>( Pro )</span>"
9831
+ msgstr ""
9832
+
9833
+ #: includes/widgets/htmega_imagemarker.php:452
9834
+ msgid ""
9835
+ "Reload the editor right after enabling this option. Example: Enable/Disable "
9836
+ "this option > Click UPDATE > Then Reload the editor page."
9837
+ msgstr ""
9838
+
9839
+ #: includes/widgets/htmega_user_login_form.php:312
9840
+ #: includes/widgets/htmega_user_login_form.php:1634
9841
+ msgid "Remember Me"
9842
+ msgstr ""
9843
+
9844
+ #: includes/widgets/htmega_user_login_form.php:992
9845
+ msgid "Remember Me Checkbox"
9846
+ msgstr ""
9847
+
9848
+ #: admin/include/admin-setting.php:615
9849
+ msgid "Remote Template"
9850
+ msgstr ""
9851
+
9852
+ #: includes/widgets/htmega_socialshere.php:86
9853
+ msgid "Renren"
9854
+ msgstr ""
9855
+
9856
+ #: includes/widgets/htmega_videoplayer.php:186
9857
+ msgid "Repeat Video"
9858
+ msgstr ""
9859
+
9860
+ #: includes/widgets/htmega_bbpress.php:60
9861
+ msgid "Reply Form"
9862
+ msgstr ""
9863
+
9864
+ #: includes/widgets/htmega_gravity_forms.php:280
9865
+ #: includes/widgets/htmega_wc_element_pages.php:679
9866
+ msgid "Required Color"
9867
+ msgstr ""
9868
+
9869
+ #: includes/widgets/htmega_wpforms.php:453
9870
+ msgid "Required Label Style"
9871
+ msgstr ""
9872
+
9873
+ #: includes/widgets/htmega_caldera_form.php:102
9874
+ #: includes/widgets/htmega_ninja_form.php:366
9875
+ #: includes/widgets/htmega_quforms.php:131
9876
+ msgid "Required Symbol Color"
9877
+ msgstr ""
9878
+
9879
+ #: includes/widgets/htmega_scroll_navigation.php:172
9880
+ #: includes/widgets/htmega_scroll_navigation.php:202
9881
+ msgid "Resolution"
9882
+ msgstr ""
9883
+
9884
+ #: admin/include/admin-setting.php:1345
9885
+ msgid "Responsive, supports all major devices"
9886
+ msgstr ""
9887
+
9888
+ #: includes/widgets/htmega_image_comparison.php:390
9889
+ msgid "Reveal"
9890
+ msgstr ""
9891
+
9892
+ #: admin/include/admin-setting.php:1244
9893
+ #: includes/widgets/htmega_revolution_slider.php:13
9894
+ #: includes/widgets/htmega_revolution_slider.php:53
9895
+ msgid "Revolution Slider"
9896
+ msgstr ""
9897
+
9898
+ #: includes/widgets/htmega_accordion.php:575
9899
+ #: includes/widgets/htmega_accordion.php:766
9900
+ #: includes/widgets/htmega_accordion.php:924
9901
+ #: includes/widgets/htmega_accordion.php:1322
9902
+ #: includes/widgets/htmega_accordion.php:1326
9903
+ #: includes/widgets/htmega_accordion.php:1440
9904
+ #: includes/widgets/htmega_add_banner.php:376
9905
+ #: includes/widgets/htmega_blockquote.php:191
9906
+ #: includes/widgets/htmega_buddy_press.php:262
9907
+ #: includes/widgets/htmega_business_hours.php:399
9908
+ #: includes/widgets/htmega_button.php:119
9909
+ #: includes/widgets/htmega_button.php:169
9910
+ #: includes/widgets/htmega_caldera_form.php:80
9911
+ #: includes/widgets/htmega_caldera_form.php:355
9912
+ #: includes/widgets/htmega_call_to_action.php:204
9913
+ #: includes/widgets/htmega_call_to_action.php:298
9914
+ #: includes/widgets/htmega_call_to_action.php:338
9915
+ #: includes/widgets/htmega_carousel.php:846
9916
+ #: includes/widgets/htmega_contact_form_seven.php:125
9917
+ #: includes/widgets/htmega_countdown.php:619
9918
+ #: includes/widgets/htmega_countdown.php:651
9919
+ #: includes/widgets/htmega_counter.php:296
9920
+ #: includes/widgets/htmega_counter.php:329
9921
+ #: includes/widgets/htmega_counter.php:435
9922
+ #: includes/widgets/htmega_counter.php:561
9923
+ #: includes/widgets/htmega_data_table.php:718
9924
+ #: includes/widgets/htmega_data_table.php:837
9925
+ #: includes/widgets/htmega_double_button.php:161
9926
+ #: includes/widgets/htmega_double_button.php:248
9927
+ #: includes/widgets/htmega_double_button.php:333
9928
+ #: includes/widgets/htmega_dropcaps.php:92
9929
+ #: includes/widgets/htmega_dropcaps.php:96
9930
+ #: includes/widgets/htmega_easy_digital_download.php:334
9931
+ #: includes/widgets/htmega_easy_digital_download.php:702
9932
+ #: includes/widgets/htmega_errorcontent.php:257
9933
+ #: includes/widgets/htmega_gravity_forms.php:157
9934
+ #: includes/widgets/htmega_gravity_forms.php:213
9935
+ #: includes/widgets/htmega_gravity_forms.php:247
9936
+ #: includes/widgets/htmega_gravity_forms.php:552
9937
+ #: includes/widgets/htmega_gravity_forms.php:783
9938
+ #: includes/widgets/htmega_imagemarker.php:207
9939
+ #: includes/widgets/htmega_imagemarker.php:718
9940
+ #: includes/widgets/htmega_image_grid.php:299
9941
+ #: includes/widgets/htmega_image_grid.php:396
9942
+ #: includes/widgets/htmega_image_masonry.php:275
9943
+ #: includes/widgets/htmega_image_masonry.php:372
9944
+ #: includes/widgets/htmega_inlinemenu.php:129
9945
+ #: includes/widgets/htmega_instagram.php:1492
9946
+ #: includes/widgets/htmega_job_manager.php:160
9947
+ #: includes/widgets/htmega_lightbox.php:204
9948
+ #: includes/widgets/htmega_lightbox.php:317
9949
+ #: includes/widgets/htmega_mailchimp_wp.php:137
9950
+ #: includes/widgets/htmega_modal.php:182 includes/widgets/htmega_modal.php:358
9951
+ #: includes/widgets/htmega_modal.php:1013
9952
+ #: includes/widgets/htmega_newsticker.php:468
9953
+ #: includes/widgets/htmega_ninja_form.php:196
9954
+ #: includes/widgets/htmega_ninja_form.php:298
9955
+ #: includes/widgets/htmega_ninja_form.php:332
9956
+ #: includes/widgets/htmega_ninja_form.php:619
9957
+ #: includes/widgets/htmega_ninja_form.php:830
9958
+ #: includes/widgets/htmega_ninja_form.php:1042
9959
+ #: includes/widgets/htmega_notify.php:290
9960
+ #: includes/widgets/htmega_notify.php:570
9961
+ #: includes/widgets/htmega_notify.php:836
9962
+ #: includes/widgets/htmega_offcanvas.php:104
9963
+ #: includes/widgets/htmega_offcanvas.php:208
9964
+ #: includes/widgets/htmega_offcanvas.php:291
9965
+ #: includes/widgets/htmega_offcanvas.php:383
9966
+ #: includes/widgets/htmega_panel_slider.php:611
9967
+ #: includes/widgets/htmega_popover.php:194
9968
+ #: includes/widgets/htmega_popover.php:273
9969
+ #: includes/widgets/htmega_popover.php:669
9970
+ #: includes/widgets/htmega_popover.php:773
9971
+ #: includes/widgets/htmega_postgrid.php:301
9972
+ #: includes/widgets/htmega_postgrid.php:525
9973
+ #: includes/widgets/htmega_postgrid.php:638
9974
+ #: includes/widgets/htmega_post_grid_tab.php:409
9975
+ #: includes/widgets/htmega_post_grid_tab.php:503
9976
+ #: includes/widgets/htmega_post_grid_tab.php:590
9977
+ #: includes/widgets/htmega_post_grid_tab.php:813
9978
+ #: includes/widgets/htmega_post_slider.php:844
9979
+ #: includes/widgets/htmega_post_slider.php:938
9980
+ #: includes/widgets/htmega_post_slider.php:1025
9981
+ #: includes/widgets/htmega_post_slider.php:1241
9982
+ #: includes/widgets/htmega_pricing_list_view.php:481
9983
+ #: includes/widgets/htmega_pricing_list_view.php:508
9984
+ #: includes/widgets/htmega_pricing_list_view.php:1136
9985
+ #: includes/widgets/htmega_pricing_list_view.php:1193
9986
+ #: includes/widgets/htmega_quforms.php:98
9987
+ #: includes/widgets/htmega_quforms.php:218
9988
+ #: includes/widgets/htmega_quforms.php:339
9989
+ #: includes/widgets/htmega_quforms.php:559
9990
+ #: includes/widgets/htmega_quforms.php:777
9991
+ #: includes/widgets/htmega_search.php:164
9992
+ #: includes/widgets/htmega_section_title.php:423
9993
+ #: includes/widgets/htmega_service.php:249
9994
+ #: includes/widgets/htmega_service.php:433
9995
+ #: includes/widgets/htmega_service.php:538
9996
+ #: includes/widgets/htmega_service.php:727
9997
+ #: includes/widgets/htmega_service.php:989
9998
+ #: includes/widgets/htmega_singlepost.php:218
9999
+ #: includes/widgets/htmega_singlepost.php:314
10000
+ #: includes/widgets/htmega_singlepost.php:421
10001
+ #: includes/widgets/htmega_slider_thumb_gallery.php:53
10002
+ #: includes/widgets/htmega_socialshere.php:382
10003
+ #: includes/widgets/htmega_special_day_banner.php:50
10004
+ #: includes/widgets/htmega_special_day_banner.php:273
10005
+ #: includes/widgets/htmega_tablepress.php:221
10006
+ #: includes/widgets/htmega_tablepress.php:378
10007
+ #: includes/widgets/htmega_tabs.php:521
10008
+ #: includes/widgets/htmega_teammember.php:106
10009
+ #: includes/widgets/htmega_teammember.php:624
10010
+ #: includes/widgets/htmega_teammember.php:753
10011
+ #: includes/widgets/htmega_teammember.php:843
10012
+ #: includes/widgets/htmega_teammember.php:934
10013
+ #: includes/widgets/htmega_teammember.php:1001
10014
+ #: includes/widgets/htmega_testimonial_grid.php:561
10015
+ #: includes/widgets/htmega_toggle.php:204
10016
+ #: includes/widgets/htmega_tooltip.php:182
10017
+ #: includes/widgets/htmega_tooltip.php:249
10018
+ #: includes/widgets/htmega_user_login_form.php:157
10019
+ #: includes/widgets/htmega_user_login_form.php:379
10020
+ #: includes/widgets/htmega_user_login_form.php:579
10021
+ #: includes/widgets/htmega_videoplayer.php:304
10022
+ #: includes/widgets/htmega_wc_categories.php:388
10023
+ #: includes/widgets/htmega_wpforms.php:188
10024
+ #: includes/widgets/htmega_wpforms.php:290
10025
+ #: includes/widgets/htmega_wpforms.php:325
10026
+ #: includes/widgets/htmega_wpforms.php:622
10027
+ #: includes/widgets/htmega_wpforms.php:841
10028
+ #: includes/widgets/htmega_wpforms.php:1069
10029
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:123
10030
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:499
10031
+ #: extensions/ht-builder/widgets/bl_page_title.php:145
10032
+ #: extensions/ht-builder/widgets/bl_post_archive.php:310
10033
+ #: extensions/ht-builder/widgets/bl_post_archive.php:391
10034
+ #: extensions/ht-builder/widgets/bl_post_archive.php:498
10035
+ #: extensions/ht-builder/widgets/bl_post_archive.php:604
10036
+ #: extensions/ht-builder/widgets/bl_post_archive.php:684
10037
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:147
10038
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:116
10039
+ #: extensions/ht-builder/widgets/bl_post_content.php:80
10040
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:80
10041
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:79
10042
+ #: extensions/ht-builder/widgets/bl_post_title.php:110
10043
+ #: extensions/ht-builder/widgets/bl_site_logo.php:167
10044
+ #: extensions/ht-builder/widgets/bl_site_title.php:147
10045
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:174
10046
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:175
10047
+ msgid "Right"
10048
+ msgstr ""
10049
+
10050
+ #: includes/widgets/htmega_post_slider.php:1461
10051
+ msgid "Right Arrow position"
10052
+ msgstr ""
10053
+
10054
+ #: includes/widgets/htmega_post_slider.php:1509
10055
+ msgid "Right Arrow position vertical"
10056
+ msgstr ""
10057
+
10058
+ #: includes/widgets/htmega_blockquote.php:161
10059
+ msgid "Right Bottom"
10060
+ msgstr ""
10061
+
10062
+ #: includes/widgets/htmega_blockquote.php:160
10063
+ msgid "Right Center"
10064
+ msgstr ""
10065
+
10066
+ #: includes/widgets/htmega_blockquote.php:159
10067
+ msgid "Right Top"
10068
+ msgstr ""
10069
+
10070
+ #: includes/widgets/htmega_section_title.php:337
10071
+ msgid "Rotate"
10072
+ msgstr ""
10073
+
10074
+ #: includes/widgets/htmega_animated_heading.php:78
10075
+ msgid "Rotate Style One"
10076
+ msgstr ""
10077
+
10078
+ #: includes/widgets/htmega_animated_heading.php:80
10079
+ msgid "Rotate Style Three"
10080
+ msgstr ""
10081
+
10082
+ #: includes/widgets/htmega_animated_heading.php:79
10083
+ msgid "Rotate Style Two"
10084
+ msgstr ""
10085
+
10086
+ #: includes/widgets/htmega_data_table.php:312
10087
+ #: includes/widgets/htmega_pricing_list_view.php:549
10088
+ #: includes/widgets/htmega_user_login_form.php:400
10089
+ msgid "Row"
10090
+ msgstr ""
10091
+
10092
+ #: includes/widgets/htmega_data_table.php:522
10093
+ #: includes/widgets/htmega_pricing_list_view.php:1088
10094
+ msgid "row"
10095
+ msgstr ""
10096
+
10097
+ #: includes/widgets/htmega_booked_calender.php:950
10098
+ msgid "Row Border Color"
10099
+ msgstr ""
10100
+
10101
+ #: includes/widgets/htmega_booked_calender.php:961
10102
+ msgid "Row Border Width"
10103
+ msgstr ""
10104
+
10105
+ #: includes/widgets/htmega_gallery_justify.php:66
10106
+ #: includes/widgets/htmega_newsticker.php:92
10107
+ msgid "Row Height"
10108
+ msgstr ""
10109
+
10110
+ #: includes/widgets/htmega_user_login_form.php:408
10111
+ msgid "Row Reverse"
10112
+ msgstr ""
10113
+
10114
+ #: includes/widgets/htmega_pricing_list_view.php:1072
10115
+ msgid "Row Starts"
10116
+ msgstr ""
10117
+
10118
+ #: extensions/wc-sales-notification/admin/setting.php:78
10119
+ msgid ""
10120
+ "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
10121
+ "option are pro features ) <span>( Pro )</span>"
10122
+ msgstr ""
10123
+
10124
+ #: extensions/wc-sales-notification/admin/setting.php:48
10125
+ msgid "Sale Notification Settings"
10126
+ msgstr ""
10127
+
10128
+ #: admin/include/admin-setting.php:848
10129
+ #: extensions/wc-sales-notification/admin/setting.php:33
10130
+ #: extensions/wc-sales-notification/admin/setting.php:34
10131
+ msgid "Sales Notification"
10132
+ msgstr ""
10133
+
10134
+ #: admin/include/admin-setting.php:1431 admin/include/admin-setting.php:1456
10135
+ msgid "Sales upto date option"
10136
+ msgstr ""
10137
+
10138
+ #: includes/widgets/htmega_teammember.php:156
10139
+ msgid "Sams Roy"
10140
+ msgstr ""
10141
+
10142
+ #: includes/widgets/htmega_business_hours.php:85
10143
+ #: includes/widgets/htmega_business_hours.php:163
10144
+ msgid "Saturday"
10145
+ msgstr ""
10146
+
10147
+ #: extensions/ht-menu/classes/class.mega-menu.php:124
10148
+ #: extensions/ht-menu/classes/class.mega-menu.php:244
10149
+ msgid "Save"
10150
+ msgstr ""
10151
+
10152
+ #: includes/widgets/htmega_pricing_list_view.php:1554
10153
+ msgid "Save Typography"
10154
+ msgstr ""
10155
+
10156
+ #: extensions/ht-menu/classes/class.mega-menu.php:245
10157
+ msgid "Saving…"
10158
+ msgstr ""
10159
+
10160
+ #: includes/widgets/htmega_animated_heading.php:76
10161
+ #: includes/widgets/htmega_carousel.php:481
10162
+ msgid "Scale"
10163
+ msgstr ""
10164
+
10165
+ #: admin/include/admin-setting.php:431
10166
+ #: includes/widgets/htmega_scroll_image.php:13
10167
+ #: includes/widgets/htmega_scroll_image.php:43
10168
+ msgid "Scroll Image"
10169
+ msgstr ""
10170
+
10171
+ #: includes/widgets/htmega_scroll_image.php:165
10172
+ msgid "Scroll Image Style"
10173
+ msgstr ""
10174
+
10175
+ #: admin/include/admin-setting.php:439
10176
+ #: includes/widgets/htmega_scroll_navigation.php:13
10177
+ #: includes/widgets/htmega_scroll_navigation.php:51
10178
+ msgid "Scroll Navigation"
10179
+ msgstr ""
10180
+
10181
+ #: admin/include/admin-setting.php:447 includes/widgets/htmega_search.php:14
10182
+ #: includes/widgets/htmega_search.php:35 includes/widgets/htmega_search.php:60
10183
+ #: includes/widgets/htmega_search.php:61 includes/widgets/htmega_search.php:92
10184
+ #: includes/widgets/htmega_search.php:93
10185
+ #: includes/widgets/htmega_search.php:1024
10186
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:105
10187
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:321
10188
+ #: admin/include/templates/library/templates.php:95
10189
+ msgid "Search"
10190
+ msgstr ""
10191
+
10192
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:47
10193
+ msgid "Search ..."
10194
+ msgstr ""
10195
+
10196
+ #: includes/widgets/htmega_search.php:145
10197
+ msgid "Search Box Style"
10198
+ msgstr ""
10199
+
10200
+ #: includes/widgets/htmega_search.php:90
10201
+ msgid "Search Button Text"
10202
+ msgstr ""
10203
+
10204
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:38
10205
+ msgid "Search Form"
10206
+ msgstr ""
10207
+
10208
+ #: includes/widgets/htmega_tablepress.php:97
10209
+ msgid "Search Hide"
10210
+ msgstr ""
10211
+
10212
+ #: extensions/ht-builder/admin/setting.php:100
10213
+ msgid "Search Page Template."
10214
+ msgstr ""
10215
+
10216
+ #: admin/include/templates/library/templates.php:94
10217
+ msgid "Search Templates:"
10218
+ msgstr ""
10219
+
10220
+ #: admin/include/templates_list.php:47
10221
+ msgid "Search.."
10222
+ msgstr ""
10223
+
10224
+ #: includes/widgets/htmega_data_table.php:163
10225
+ msgid "Searching"
10226
+ msgstr ""
10227
+
10228
+ #: includes/widgets/htmega_button.php:267
10229
+ #: includes/widgets/htmega_button.php:382
10230
+ msgid "Second Background"
10231
+ msgstr ""
10232
+
10233
+ #: includes/widgets/htmega_call_to_action.php:223
10234
+ #: includes/widgets/htmega_call_to_action.php:883
10235
+ msgid "Secondary Button"
10236
+ msgstr ""
10237
+
10238
+ #: includes/widgets/htmega_call_to_action.php:230
10239
+ msgid "Secondary Button Text"
10240
+ msgstr ""
10241
+
10242
+ #: includes/widgets/htmega_countdown.php:162
10243
+ #: includes/widgets/htmega_countdown.php:244
10244
+ #: includes/widgets/htmega_countdown.php:246
10245
+ msgid "Seconds"
10246
+ msgstr ""
10247
+
10248
+ #: includes/widgets/htmega_section_title.php:369
10249
+ msgid "Section style"
10250
+ msgstr ""
10251
+
10252
+ #: admin/include/admin-setting.php:455
10253
+ #: includes/widgets/htmega_section_title.php:13
10254
+ #: includes/widgets/htmega_section_title.php:34
10255
+ msgid "Section Title"
10256
+ msgstr ""
10257
+
10258
+ #: includes/helper-function.php:733
10259
+ #: includes/widgets/htmega_wc_element_pages.php:57
10260
+ msgid "Select"
10261
+ msgstr ""
10262
+
10263
+ #: admin/include/admin-setting.php:815
10264
+ msgid "Select 404 Page."
10265
+ msgstr ""
10266
+
10267
+ #: includes/widgets/htmega_wc_categories.php:77
10268
+ msgid "Select Category Type"
10269
+ msgstr ""
10270
+
10271
+ #: includes/widgets/htmega_accordion.php:77
10272
+ #: includes/widgets/htmega_accordion.php:217
10273
+ #: includes/widgets/htmega_blockquote.php:41
10274
+ #: includes/widgets/htmega_modal.php:51
10275
+ #: includes/widgets/htmega_switcher.php:102
10276
+ #: includes/widgets/htmega_switcher.php:194 includes/widgets/htmega_tabs.php:86
10277
+ #: includes/widgets/htmega_toggle.php:79
10278
+ msgid "Select Content Source"
10279
+ msgstr ""
10280
+
10281
+ #: extensions/wc-sales-notification/admin/setting.php:65
10282
+ msgid "Select Content Type <span>( Pro )</span>"
10283
+ msgstr ""
10284
+
10285
+ #: includes/widgets/htmega_download_monitor.php:40
10286
+ msgid "Select Download File"
10287
+ msgstr ""
10288
+
10289
+ #: includes/widgets/htmega_countdown.php:46
10290
+ msgid "Select Event"
10291
+ msgstr ""
10292
+
10293
+ #: includes/widgets/htmega_instragram_feed.php:41
10294
+ msgid "Select Feed"
10295
+ msgstr ""
10296
+
10297
+ #: includes/widgets/htmega_download_monitor.php:61
10298
+ msgid "Select File"
10299
+ msgstr ""
10300
+
10301
+ #: includes/helper-function.php:346 includes/widgets/htmega_caldera_form.php:48
10302
+ #: includes/widgets/htmega_gravity_forms.php:41
10303
+ #: includes/widgets/htmega_gravity_forms.php:66
10304
+ #: includes/widgets/htmega_ninja_form.php:43
10305
+ #: includes/widgets/htmega_ninja_form.php:66
10306
+ #: includes/widgets/htmega_quforms.php:42
10307
+ #: includes/widgets/htmega_quforms.php:66
10308
+ #: includes/widgets/htmega_wpforms.php:63
10309
+ msgid "Select Form"
10310
+ msgstr ""
10311
+
10312
+ #: includes/widgets/htmega_job_manager.php:193
10313
+ #: includes/widgets/htmega_job_manager.php:200
10314
+ msgid "Select Job"
10315
+ msgstr ""
10316
+
10317
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:37
10318
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:38
10319
+ msgid "Select Menu"
10320
+ msgstr ""
10321
+
10322
+ #: includes/widgets/htmega_wc_add_to_cart.php:55
10323
+ msgid "Select Post"
10324
+ msgstr ""
10325
+
10326
+ #: includes/widgets/htmega_singlepost.php:614
10327
+ msgid "Select Post Type"
10328
+ msgstr ""
10329
+
10330
+ #: includes/helper-function.php:140 includes/widgets/htmega_offcanvas.php:84
10331
+ msgid "Select Sidebar"
10332
+ msgstr ""
10333
+
10334
+ #: includes/widgets/htmega_layer_slider.php:63
10335
+ #: includes/widgets/htmega_revolution_slider.php:34
10336
+ #: includes/widgets/htmega_revolution_slider.php:60
10337
+ msgid "Select Slider"
10338
+ msgstr ""
10339
+
10340
+ #: includes/widgets/htmega_offcanvas.php:56
10341
+ msgid "Select Source"
10342
+ msgstr ""
10343
+
10344
+ #: includes/widgets/htmega_tablepress.php:32
10345
+ #: includes/widgets/htmega_tablepress.php:55
10346
+ msgid "Select Table"
10347
+ msgstr ""
10348
+
10349
+ #: includes/helper-function.php:91 includes/widgets/htmega_offcanvas.php:70
10350
+ #: extensions/ht-menu/menu/helper_function.php:19
10351
+ msgid "Select Template"
10352
+ msgstr ""
10353
+
10354
+ #: includes/widgets/htmega_template_selector.php:49
10355
+ msgid "Select Your template"
10356
+ msgstr ""
10357
+
10358
+ #: includes/widgets/htmega_notify.php:101
10359
+ #: includes/widgets/htmega_videoplayer.php:52
10360
+ msgid "Self"
10361
+ msgstr ""
10362
+
10363
+ #: includes/widgets/htmega_verticle_time_line.php:73
10364
+ #: includes/widgets/htmega_verticle_time_line.php:101
10365
+ msgid "Sep<br/>2018"
10366
+ msgstr ""
10367
+
10368
+ #: includes/widgets/htmega_tabs.php:373
10369
+ msgid "Separator"
10370
+ msgstr ""
10371
+
10372
+ #: includes/widgets/htmega_tabs.php:361
10373
+ msgid "Separator Area"
10374
+ msgstr ""
10375
+
10376
+ #: includes/widgets/htmega_blockquote.php:415
10377
+ #: includes/widgets/htmega_tabs.php:387
10378
+ msgid "Separator Color"
10379
+ msgstr ""
10380
+
10381
+ #: includes/widgets/htmega_blockquote.php:460
10382
+ #: includes/widgets/htmega_tabs.php:403
10383
+ msgid "Separator Height"
10384
+ msgstr ""
10385
+
10386
+ #: includes/widgets/htmega_blockquote.php:400
10387
+ #: includes/widgets/htmega_countdown.php:716
10388
+ #: includes/widgets/htmega_tabs.php:462
10389
+ msgid "Separator Position"
10390
+ msgstr ""
10391
+
10392
+ #: includes/widgets/htmega_section_title.php:480
10393
+ msgid "Separator Specing"
10394
+ msgstr ""
10395
+
10396
+ #: includes/widgets/htmega_blockquote.php:430
10397
+ #: includes/widgets/htmega_countdown.php:882
10398
+ #: includes/widgets/htmega_tabs.php:434
10399
+ msgid "Separator Width"
10400
+ msgstr ""
10401
+
10402
+ #: includes/widgets/htmega_working_process.php:474
10403
+ msgid "Seperator Height"
10404
+ msgstr ""
10405
+
10406
+ #: includes/widgets/htmega_working_process.php:499
10407
+ msgid "Seperator Width"
10408
+ msgstr ""
10409
+
10410
+ #: includes/widgets/htmega_booked_calender.php:117
10411
+ msgid "September"
10412
+ msgstr ""
10413
+
10414
+ #: admin/include/class.diagnostic-data.php:459
10415
+ #, php-format
10416
+ msgid ""
10417
+ "Server information (Web server, PHP version, MySQL version), WordPress "
10418
+ "information, site name, site URL, number of plugins, number of users, your "
10419
+ "name, and email address. You can rest assured that no sensitive data will be "
10420
+ "collected or tracked. %1$sLearn more%2$s."
10421
+ msgstr ""
10422
+
10423
+ #: admin/include/admin-setting.php:463 includes/widgets/htmega_service.php:15
10424
+ #: includes/widgets/htmega_service.php:36
10425
+ msgid "Service"
10426
+ msgstr ""
10427
+
10428
+ #: includes/widgets/htmega_service.php:138
10429
+ msgid "Service Button text"
10430
+ msgstr ""
10431
+
10432
+ #: includes/widgets/htmega_service.php:129
10433
+ msgid "Service description"
10434
+ msgstr ""
10435
+
10436
+ #: includes/widgets/htmega_service.php:69
10437
+ msgid "Service Icon Type"
10438
+ msgstr ""
10439
+
10440
+ #: includes/widgets/htmega_service.php:147
10441
+ msgid "Service Link"
10442
+ msgstr ""
10443
+
10444
+ #: includes/widgets/htmega_service.php:60
10445
+ msgid "Service Title"
10446
+ msgstr ""
10447
+
10448
+ #: includes/widgets/htmega_service.php:62
10449
+ msgid "Services Title"
10450
+ msgstr ""
10451
+
10452
+ #: includes/class.htmega.php:209 admin/include/admin-setting.php:47
10453
+ #: admin/include/admin-setting.php:48
10454
+ #: extensions/ht-builder/widgets/bl_post_archive.php:36
10455
+ #: extensions/ht-menu/menu/templates.php:40
10456
+ msgid "Settings"
10457
+ msgstr ""
10458
+
10459
+ #: includes/widgets/htmega_button.php:486
10460
+ msgid "Shadow 1"
10461
+ msgstr ""
10462
+
10463
+ #: includes/widgets/htmega_button.php:487
10464
+ msgid "Shadow 2"
10465
+ msgstr ""
10466
+
10467
+ #: includes/widgets/htmega_newsticker.php:528
10468
+ msgid "Shape Color"
10469
+ msgstr ""
10470
+
10471
+ #: includes/widgets/htmega_buddy_press.php:115
10472
+ #: includes/widgets/htmega_buddy_press.php:128
10473
+ #: includes/widgets/htmega_buddy_press.php:143
10474
+ #: includes/widgets/htmega_buddy_press.php:158
10475
+ #: includes/widgets/htmega_data_table.php:60
10476
+ #: includes/widgets/htmega_data_table.php:84
10477
+ #: includes/widgets/htmega_data_table.php:108
10478
+ #: includes/widgets/htmega_data_table.php:136
10479
+ #: includes/widgets/htmega_data_table.php:165
10480
+ #: includes/widgets/htmega_data_table.php:178
10481
+ #: includes/widgets/htmega_data_table.php:190
10482
+ #: includes/widgets/htmega_double_button.php:80
10483
+ #: includes/widgets/htmega_gravity_forms.php:79
10484
+ #: includes/widgets/htmega_gravity_forms.php:91
10485
+ #: includes/widgets/htmega_instagram.php:177
10486
+ #: includes/widgets/htmega_instagram.php:189
10487
+ #: includes/widgets/htmega_instagram.php:279
10488
+ #: includes/widgets/htmega_newsticker.php:309
10489
+ #: includes/widgets/htmega_popover.php:129
10490
+ #: includes/widgets/htmega_popover.php:206
10491
+ #: includes/widgets/htmega_scroll_image.php:122
10492
+ #: includes/widgets/htmega_socialshere.php:358
10493
+ #: includes/widgets/htmega_tooltip.php:129
10494
+ #: includes/widgets/htmega_twitter_feed.php:146
10495
+ #: includes/widgets/htmega_twitter_feed.php:158
10496
+ #: includes/widgets/htmega_twitter_feed.php:170
10497
+ #: includes/widgets/htmega_twitter_feed.php:182
10498
+ #: includes/widgets/htmega_twitter_feed.php:194
10499
+ #: includes/widgets/htmega_twitter_feed.php:208
10500
+ #: includes/widgets/htmega_user_login_form.php:79
10501
+ #: includes/widgets/htmega_user_login_form.php:187
10502
+ #: includes/widgets/htmega_user_login_form.php:198
10503
+ #: includes/widgets/htmega_user_login_form.php:289
10504
+ #: includes/widgets/htmega_user_login_form.php:316
10505
+ #: includes/widgets/htmega_user_login_form.php:328
10506
+ #: includes/widgets/htmega_wc_add_to_cart.php:76
10507
+ #: includes/widgets/htmega_wpforms.php:77
10508
+ #: includes/widgets/htmega_wpforms.php:89
10509
+ #: extensions/ht-builder/widgets/bl_post_archive.php:101
10510
+ #: extensions/ht-builder/widgets/bl_post_archive.php:113
10511
+ #: extensions/ht-builder/widgets/bl_post_archive.php:125
10512
+ #: extensions/ht-builder/widgets/bl_post_archive.php:137
10513
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:47
10514
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:72
10515
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:84
10516
+ msgid "Show"
10517
+ msgstr ""
10518
+
10519
+ #: includes/widgets/htmega_buddy_press.php:126
10520
+ msgid "Show Active Time"
10521
+ msgstr ""
10522
+
10523
+ #: includes/widgets/htmega_easy_digital_download.php:143
10524
+ #: includes/widgets/htmega_toggle.php:45 includes/widgets/htmega_toggle.php:46
10525
+ #: includes/widgets/htmega_wc_categories.php:80
10526
+ msgid "Show All"
10527
+ msgstr ""
10528
+
10529
+ #: includes/widgets/htmega_notify.php:143
10530
+ msgid "Show Animation"
10531
+ msgstr ""
10532
+
10533
+ #: includes/widgets/htmega_twitter_feed.php:156
10534
+ msgid "Show Author Image"
10535
+ msgstr ""
10536
+
10537
+ #: includes/widgets/htmega_twitter_feed.php:168
10538
+ msgid "Show Author Name"
10539
+ msgstr ""
10540
+
10541
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:70
10542
+ msgid "Show Avatar Image"
10543
+ msgstr ""
10544
+
10545
+ #: includes/widgets/htmega_scroll_image.php:120
10546
+ msgid "Show Badge"
10547
+ msgstr ""
10548
+
10549
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:82
10550
+ msgid "Show Biography"
10551
+ msgstr ""
10552
+
10553
+ #: includes/widgets/htmega_easy_digital_download.php:109
10554
+ msgid "Show Buy Button"
10555
+ msgstr ""
10556
+
10557
+ #: includes/widgets/htmega_instagram.php:175
10558
+ msgid "Show Caption"
10559
+ msgstr ""
10560
+
10561
+ #: extensions/ht-builder/widgets/bl_post_archive.php:111
10562
+ msgid "Show Category"
10563
+ msgstr ""
10564
+
10565
+ #: includes/widgets/htmega_easy_digital_download.php:89
10566
+ msgid "Show Content"
10567
+ msgstr ""
10568
+
10569
+ #: includes/widgets/htmega_videoplayer.php:198
10570
+ msgid "Show Controller Button"
10571
+ msgstr ""
10572
+
10573
+ #: includes/widgets/htmega_gravity_forms.php:88
10574
+ msgid "Show Description"
10575
+ msgstr ""
10576
+
10577
+ #: includes/widgets/htmega_download_monitor.php:96
10578
+ msgid "Show Download Count"
10579
+ msgstr ""
10580
+
10581
+ #: includes/widgets/htmega_download_monitor.php:84
10582
+ msgid "Show File Size"
10583
+ msgstr ""
10584
+
10585
+ #: includes/widgets/htmega_download_monitor.php:72
10586
+ msgid "Show File Type"
10587
+ msgstr ""
10588
+
10589
+ #: includes/widgets/htmega_instagram.php:277
10590
+ msgid "Show Follow Button"
10591
+ msgstr ""
10592
+
10593
+ #: includes/widgets/htmega_instragram_feed.php:93
10594
+ msgid "Show Follow Text"
10595
+ msgstr ""
10596
+
10597
+ #: includes/widgets/htmega_buddy_press.php:156
10598
+ msgid "Show Friend Count"
10599
+ msgstr ""
10600
+
10601
+ #: includes/widgets/htmega_gallery_justify.php:127
10602
+ msgid "Show Gallery Title"
10603
+ msgstr ""
10604
+
10605
+ #: includes/widgets/htmega_instragram_feed.php:82
10606
+ msgid "Show Header"
10607
+ msgstr ""
10608
+
10609
+ #: includes/widgets/htmega_user_login_form.php:77
10610
+ msgid "Show Heading And Content"
10611
+ msgstr ""
10612
+
10613
+ #: includes/widgets/htmega_gallery_justify.php:139
10614
+ msgid "Show Image Counter"
10615
+ msgstr ""
10616
+
10617
+ #: includes/widgets/htmega_notify.php:60
10618
+ msgid "Show Info"
10619
+ msgstr ""
10620
+
10621
+ #: includes/widgets/htmega_instagram.php:187
10622
+ msgid "Show Light Box"
10623
+ msgstr ""
10624
+
10625
+ #: includes/widgets/htmega_popover.php:127
10626
+ #: includes/widgets/htmega_tooltip.php:127
10627
+ msgid "Show Link"
10628
+ msgstr ""
10629
+
10630
+ #: includes/widgets/htmega_panel_slider.php:167
10631
+ msgid "Show link on Image"
10632
+ msgstr ""
10633
+
10634
+ #: includes/widgets/htmega_panel_slider.php:156
10635
+ msgid "Show link on Title"
10636
+ msgstr ""
10637
+
10638
+ #: includes/widgets/htmega_buddy_press.php:113
10639
+ msgid "Show Meta Info"
10640
+ msgstr ""
10641
+
10642
+ #: includes/widgets/htmega_easy_digital_download.php:119
10643
+ msgid "Show Pagination"
10644
+ msgstr ""
10645
+
10646
+ #: extensions/ht-builder/widgets/bl_post_archive.php:123
10647
+ msgid "Show Post Meta"
10648
+ msgstr ""
10649
+
10650
+ #: includes/widgets/htmega_easy_digital_download.php:99
10651
+ msgid "Show Price"
10652
+ msgstr ""
10653
+
10654
+ #: includes/widgets/htmega_wc_add_to_cart.php:73
10655
+ msgid "Show Quantity"
10656
+ msgstr ""
10657
+
10658
+ #: extensions/ht-builder/widgets/bl_post_archive.php:135
10659
+ msgid "Show Read More Button"
10660
+ msgstr ""
10661
+
10662
+ #: includes/widgets/htmega_buddy_press.php:141
10663
+ msgid "Show Register Time"
10664
+ msgstr ""
10665
+
10666
+ #: includes/widgets/htmega_twitter_feed.php:192
10667
+ msgid "Show Relative Time"
10668
+ msgstr ""
10669
+
10670
+ #: includes/widgets/htmega_data_table.php:58
10671
+ msgid "Show Sorting Options"
10672
+ msgstr ""
10673
+
10674
+ #: includes/widgets/htmega_easy_digital_download.php:79
10675
+ msgid "Show Thumbnail"
10676
+ msgstr ""
10677
+
10678
+ #: includes/widgets/htmega_twitter_feed.php:180
10679
+ msgid "Show Time"
10680
+ msgstr ""
10681
+
10682
+ #: includes/widgets/htmega_twitter_feed.php:206
10683
+ msgid "Show Time Icon"
10684
+ msgstr ""
10685
+
10686
+ #: includes/widgets/htmega_gravity_forms.php:76
10687
+ #: extensions/ht-builder/widgets/bl_post_archive.php:99
10688
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:45
10689
+ msgid "Show Title"
10690
+ msgstr ""
10691
+
10692
+ #: includes/widgets/htmega_twitter_feed.php:144
10693
+ msgid "Show Twitter Meta"
10694
+ msgstr ""
10695
+
10696
+ #: includes/widgets/htmega_videoplayer.php:210
10697
+ msgid "Show video source Logo"
10698
+ msgstr ""
10699
+
10700
+ #: includes/widgets/htmega_offcanvas.php:61
10701
+ msgid "Sidebar"
10702
+ msgstr ""
10703
+
10704
+ #: includes/widgets/htmega_user_login_form.php:133
10705
+ #: includes/widgets/htmega_user_login_form.php:134
10706
+ msgid "Sign Up"
10707
+ msgstr ""
10708
+
10709
+ #: includes/widgets/htmega_scroll_navigation.php:292
10710
+ msgid "Simulate Touch"
10711
+ msgstr ""
10712
+
10713
+ #: extensions/ht-builder/admin/setting.php:64
10714
+ msgid "Single Blog Template."
10715
+ msgstr ""
10716
+
10717
+ #: includes/widgets/htmega_bbpress.php:56
10718
+ msgid "Single Forum"
10719
+ msgstr ""
10720
+
10721
+ #: includes/widgets/htmega_easy_digital_download.php:228
10722
+ #: includes/widgets/htmega_twitter_feed.php:543
10723
+ msgid "Single Item"
10724
+ msgstr ""
10725
+
10726
+ #: admin/include/admin-setting.php:471
10727
+ #: includes/widgets/htmega_singlepost.php:15
10728
+ #: includes/widgets/htmega_singlepost.php:36
10729
+ msgid "Single Post"
10730
+ msgstr ""
10731
+
10732
+ #: includes/widgets/htmega_wc_element_pages.php:59
10733
+ msgid "Single Product Page"
10734
+ msgstr ""
10735
+
10736
+ #: includes/widgets/htmega_bbpress.php:61
10737
+ msgid "Single Reply"
10738
+ msgstr ""
10739
+
10740
+ #: includes/widgets/htmega_bbpress.php:63
10741
+ msgid "Single Tag"
10742
+ msgstr ""
10743
+
10744
+ #: includes/widgets/htmega_bbpress.php:59
10745
+ msgid "Single Topic"
10746
+ msgstr ""
10747
+
10748
+ #: includes/widgets/htmega_bbpress.php:64
10749
+ msgid "Single View"
10750
+ msgstr ""
10751
+
10752
+ #: includes/widgets/htmega_user_login_form.php:131
10753
+ msgid "SingUp Text"
10754
+ msgstr ""
10755
+
10756
+ #: admin/include/admin-setting.php:989 admin/include/admin-setting.php:990
10757
+ #: extensions/ht-builder/widgets/bl_site_logo.php:69
10758
+ msgid "Site Logo"
10759
+ msgstr ""
10760
+
10761
+ #: admin/include/admin-setting.php:980 admin/include/admin-setting.php:981
10762
+ #: extensions/ht-builder/widgets/bl_site_logo.php:41
10763
+ #: extensions/ht-builder/widgets/bl_site_title.php:39
10764
+ #: extensions/ht-builder/widgets/bl_site_title.php:60
10765
+ #: extensions/ht-builder/widgets/bl_site_title.php:170
10766
+ msgid "Site Title"
10767
+ msgstr ""
10768
+
10769
+ #: includes/widgets/htmega_image_grid.php:75
10770
+ #: includes/widgets/htmega_image_masonry.php:84
10771
+ #: includes/widgets/htmega_testimonial_grid.php:78
10772
+ msgid "Six"
10773
+ msgstr ""
10774
+
10775
+ #: includes/widgets/htmega_counter.php:837
10776
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:187
10777
+ msgid "Size"
10778
+ msgstr ""
10779
+
10780
+ #: includes/widgets/htmega_double_button.php:78
10781
+ msgid "Skew Background"
10782
+ msgstr ""
10783
+
10784
+ #: includes/widgets/htmega_socialshere.php:88
10785
+ msgid "Skype"
10786
+ msgstr ""
10787
+
10788
+ #: includes/widgets/htmega_animated_heading.php:73
10789
+ msgid "Slide"
10790
+ msgstr ""
10791
+
10792
+ #: includes/widgets/htmega_carousel.php:112
10793
+ #: includes/widgets/htmega_instagram.php:199
10794
+ #: includes/widgets/htmega_panel_slider.php:178
10795
+ #: includes/widgets/htmega_post_slider.php:276
10796
+ #: includes/widgets/htmega_twitter_feed.php:217
10797
+ msgid "Slider"
10798
+ msgstr ""
10799
+
10800
+ #: includes/widgets/htmega_carousel.php:152
10801
+ #: includes/widgets/htmega_instagram.php:347
10802
+ #: includes/widgets/htmega_panel_slider.php:252
10803
+ #: includes/widgets/htmega_post_slider.php:316
10804
+ #: includes/widgets/htmega_slider_thumb_gallery.php:157
10805
+ #: includes/widgets/htmega_twitter_feed.php:274
10806
+ msgid "Slider Arrow"
10807
+ msgstr ""
10808
+
10809
+ #: includes/widgets/htmega_instagram.php:449
10810
+ #: includes/widgets/htmega_panel_slider.php:354
10811
+ #: includes/widgets/htmega_post_slider.php:434
10812
+ #: includes/widgets/htmega_slider_thumb_gallery.php:248
10813
+ #: includes/widgets/htmega_twitter_feed.php:376
10814
+ msgid "Slider auto play"
10815
+ msgstr ""
10816
+
10817
+ #: includes/widgets/htmega_carousel.php:254
10818
+ msgid "Slider autoplay"
10819
+ msgstr ""
10820
+
10821
+ #: includes/widgets/htmega_scroll_navigation.php:126
10822
+ msgid "Slider Direction"
10823
+ msgstr ""
10824
+
10825
+ #: includes/widgets/htmega_carousel.php:197
10826
+ #: includes/widgets/htmega_instagram.php:392
10827
+ #: includes/widgets/htmega_panel_slider.php:297
10828
+ #: includes/widgets/htmega_post_slider.php:361
10829
+ #: includes/widgets/htmega_slider_thumb_gallery.php:198
10830
+ #: includes/widgets/htmega_twitter_feed.php:319
10831
+ msgid "Slider dots"
10832
+ msgstr ""
10833
+
10834
+ #: includes/widgets/htmega_post_slider.php:614
10835
+ msgid "Slider Image Max Height"
10836
+ msgstr ""
10837
+
10838
+ #: includes/widgets/htmega_post_slider.php:600
10839
+ msgid "Slider Image Style"
10840
+ msgstr ""
10841
+
10842
+ #: includes/widgets/htmega_carousel.php:293
10843
+ #: includes/widgets/htmega_carousel.php:335
10844
+ #: includes/widgets/htmega_carousel.php:390
10845
+ #: includes/widgets/htmega_instagram.php:488
10846
+ #: includes/widgets/htmega_instagram.php:530
10847
+ #: includes/widgets/htmega_instagram.php:585
10848
+ #: includes/widgets/htmega_panel_slider.php:393
10849
+ #: includes/widgets/htmega_panel_slider.php:435
10850
+ #: includes/widgets/htmega_panel_slider.php:490
10851
+ #: includes/widgets/htmega_post_slider.php:473
10852
+ #: includes/widgets/htmega_post_slider.php:515
10853
+ #: includes/widgets/htmega_post_slider.php:570
10854
+ #: includes/widgets/htmega_slider_thumb_gallery.php:281
10855
+ #: includes/widgets/htmega_slider_thumb_gallery.php:317
10856
+ #: includes/widgets/htmega_slider_thumb_gallery.php:364
10857
+ #: includes/widgets/htmega_twitter_feed.php:415
10858
+ #: includes/widgets/htmega_twitter_feed.php:457
10859
+ #: includes/widgets/htmega_twitter_feed.php:512
10860
+ msgid "Slider item to scroll"
10861
+ msgstr ""
10862
+
10863
+ #: includes/widgets/htmega_carousel.php:137
10864
+ #: includes/widgets/htmega_carousel.php:320
10865
+ #: includes/widgets/htmega_carousel.php:375
10866
+ #: includes/widgets/htmega_instagram.php:332
10867
+ #: includes/widgets/htmega_instagram.php:515
10868
+ #: includes/widgets/htmega_instagram.php:570
10869
+ #: includes/widgets/htmega_panel_slider.php:203
10870
+ #: includes/widgets/htmega_panel_slider.php:420
10871
+ #: includes/widgets/htmega_panel_slider.php:475
10872
+ #: includes/widgets/htmega_post_slider.php:301
10873
+ #: includes/widgets/htmega_post_slider.php:500
10874
+ #: includes/widgets/htmega_post_slider.php:555
10875
+ #: includes/widgets/htmega_slider_thumb_gallery.php:144
10876
+ #: includes/widgets/htmega_slider_thumb_gallery.php:304
10877
+ #: includes/widgets/htmega_slider_thumb_gallery.php:351
10878
+ #: includes/widgets/htmega_twitter_feed.php:242
10879
+ #: includes/widgets/htmega_twitter_feed.php:442
10880
+ #: includes/widgets/htmega_twitter_feed.php:497
10881
+ msgid "Slider Items"
10882
+ msgstr ""
10883
+
10884
+ #: includes/widgets/htmega_scroll_navigation.php:301
10885
+ msgid "Slider Navigation"
10886
+ msgstr ""
10887
+
10888
+ #: includes/widgets/htmega_carousel.php:127
10889
+ #: includes/widgets/htmega_instagram.php:322
10890
+ #: includes/widgets/htmega_panel_slider.php:193
10891
+ #: includes/widgets/htmega_post_slider.php:291
10892
+ #: includes/widgets/htmega_slider_thumb_gallery.php:137
10893
+ #: includes/widgets/htmega_twitter_feed.php:232
10894
+ msgid "Slider Option"
10895
+ msgstr ""
10896
+
10897
+ #: includes/widgets/htmega_scroll_navigation.php:119
10898
+ msgid "Slider Options"
10899
+ msgstr ""
10900
+
10901
+ #: includes/widgets/htmega_scroll_navigation.php:311
10902
+ msgid "Slider Pagination"
10903
+ msgstr ""
10904
+
10905
+ #: includes/widgets/htmega_panel_slider.php:86
10906
+ msgid "Slider Sub Title"
10907
+ msgstr ""
10908
+
10909
+ #: includes/widgets/htmega_slider_thumb_gallery.php:43
10910
+ msgid "Slider Thumbnail"
10911
+ msgstr ""
10912
+
10913
+ #: admin/include/admin-setting.php:479
10914
+ #: includes/widgets/htmega_slider_thumb_gallery.php:14
10915
+ msgid "Slider Thumbnail Gallery"
10916
+ msgstr ""
10917
+
10918
+ #: includes/widgets/htmega_panel_slider.php:77
10919
+ msgid "Slider Title"
10920
+ msgstr ""
10921
+
10922
+ #: includes/widgets/htmega_scroll_navigation.php:265
10923
+ msgid "Slider Visible Item"
10924
+ msgstr ""
10925
+
10926
+ #: includes/widgets/htmega_easy_digital_download.php:202
10927
+ #: includes/widgets/htmega_wc_categories.php:130
10928
+ msgid "Slug"
10929
+ msgstr ""
10930
+
10931
+ #: includes/widgets/htmega_booked_calender.php:167
10932
+ #: includes/widgets/htmega_button.php:93
10933
+ #: includes/widgets/htmega_double_button.php:46
10934
+ msgid "Small"
10935
+ msgstr ""
10936
+
10937
+ #: includes/widgets/htmega_socialshere.php:58
10938
+ #: includes/widgets/htmega_teammember.php:205
10939
+ #: includes/widgets/htmega_teammember.php:955
10940
+ msgid "Social Media"
10941
+ msgstr ""
10942
+
10943
+ #: admin/include/admin-setting.php:673
10944
+ msgid "Social Network Icons <span>( Pro )</span>"
10945
+ msgstr ""
10946
+
10947
+ #: admin/include/admin-setting.php:487
10948
+ #: includes/widgets/htmega_socialshere.php:13
10949
+ #: includes/widgets/htmega_socialshere.php:49
10950
+ msgid "Social Share"
10951
+ msgstr ""
10952
+
10953
+ #: admin/include/admin-setting.php:1017
10954
+ msgid "Social share"
10955
+ msgstr ""
10956
+
10957
+ #: admin/include/admin-setting.php:1016
10958
+ msgid "Social Share <span>( Pro )</span>"
10959
+ msgstr ""
10960
+
10961
+ #: includes/helper-function.php:425
10962
+ msgid "Something is wrong please check again!"
10963
+ msgstr ""
10964
+
10965
+ #: includes/helper-function.php:447
10966
+ msgid "Sorry, that username already exists!"
10967
+ msgstr ""
10968
+
10969
+ #: includes/helper-function.php:451
10970
+ msgid "Sorry, the username you entered is not valid"
10971
+ msgstr ""
10972
+
10973
+ #: admin/include/template-library.php:411
10974
+ msgid "Sorry, you are not allowed to install themes on this site."
10975
+ msgstr ""
10976
+
10977
+ #: includes/widgets/htmega_data_table.php:73
10978
+ msgid "Sorting Options"
10979
+ msgstr ""
10980
+
10981
+ #: includes/widgets/htmega_data_table.php:1134
10982
+ msgid "Sorting Ordering After Color"
10983
+ msgstr ""
10984
+
10985
+ #: includes/widgets/htmega_data_table.php:1118
10986
+ msgid "Sorting Ordering Before Color"
10987
+ msgstr ""
10988
+
10989
+ #: includes/widgets/htmega_data_table.php:1102
10990
+ msgid "Sorting Ordering Color"
10991
+ msgstr ""
10992
+
10993
+ #: includes/widgets/htmega_data_table.php:859
10994
+ msgid "Sorting Style"
10995
+ msgstr ""
10996
+
10997
+ #: includes/widgets/htmega_videoplayer.php:174
10998
+ msgid "Sound Mute"
10999
+ msgstr ""
11000
+
11001
+ #: includes/widgets/htmega_gallery_justify.php:75
11002
+ msgid "Space"
11003
+ msgstr ""
11004
+
11005
+ #: includes/widgets/htmega_user_login_form.php:433
11006
+ msgid "Space Around"
11007
+ msgstr ""
11008
+
11009
+ #: includes/widgets/htmega_user_login_form.php:432
11010
+ msgid "Space Between"
11011
+ msgstr ""
11012
+
11013
+ #: includes/widgets/htmega_user_login_form.php:434
11014
+ msgid "Space Evenly"
11015
+ msgstr ""
11016
+
11017
+ #: includes/widgets/htmega_popover.php:216
11018
+ #: includes/widgets/htmega_tooltip.php:192
11019
+ msgid "Space With Button"
11020
+ msgstr ""
11021
+
11022
+ #: includes/widgets/htmega_caldera_form.php:120
11023
+ #: includes/widgets/htmega_caldera_form.php:164
11024
+ msgid "Space(px)"
11025
+ msgstr ""
11026
+
11027
+ #: includes/helper-function.php:209
11028
+ msgid "span"
11029
+ msgstr ""
11030
+
11031
+ #: admin/include/admin-setting.php:143
11032
+ #: includes/widgets/htmega_special_day_banner.php:14
11033
+ msgid "Special Day Offer"
11034
+ msgstr ""
11035
+
11036
+ #: includes/widgets/htmega_scroll_image.php:149
11037
+ #: includes/widgets/htmega_scroll_navigation.php:256
11038
+ msgid "Speed"
11039
+ msgstr ""
11040
+
11041
+ #: includes/widgets/htmega_accordion.php:1109
11042
+ #: includes/widgets/htmega_counter.php:70
11043
+ #: includes/widgets/htmega_user_login_form.php:429
11044
+ msgid "Start"
11045
+ msgstr ""
11046
+
11047
+ #: includes/widgets/htmega_bbpress.php:65
11048
+ msgid "Stats"
11049
+ msgstr ""
11050
+
11051
+ #: includes/widgets/htmega_progress_bar.php:75
11052
+ msgid "Striped"
11053
+ msgstr ""
11054
+
11055
+ #: includes/widgets/htmega_progress_bar.php:87
11056
+ msgid "Striped Animated"
11057
+ msgstr ""
11058
+
11059
+ #: includes/widgets/htmega_section_title.php:656
11060
+ #: includes/widgets/htmega_section_title.php:1045
11061
+ msgid "Stroke"
11062
+ msgstr ""
11063
+
11064
+ #: includes/widgets/htmega_section_title.php:666
11065
+ #: includes/widgets/htmega_section_title.php:1055
11066
+ msgid "Stroke Color"
11067
+ msgstr ""
11068
+
11069
+ #: includes/widgets/htmega_section_title.php:680
11070
+ #: includes/widgets/htmega_section_title.php:1069
11071
+ msgid "Stroke Fill Width"
11072
+ msgstr ""
11073
+
11074
+ #: includes/widgets/htmega_socialshere.php:77
11075
+ msgid "Stumbleupon"
11076
+ msgstr ""
11077
+
11078
+ #: includes/widgets/htmega_accordion.php:51
11079
+ #: includes/widgets/htmega_add_banner.php:41
11080
+ #: includes/widgets/htmega_blockquote.php:172
11081
+ #: includes/widgets/htmega_booked_calender.php:50
11082
+ #: includes/widgets/htmega_brand.php:42 includes/widgets/htmega_brand.php:120
11083
+ #: includes/widgets/htmega_call_to_action.php:39
11084
+ #: includes/widgets/htmega_carousel.php:50
11085
+ #: includes/widgets/htmega_contact_form_seven.php:51
11086
+ #: includes/widgets/htmega_countdown.php:94
11087
+ #: includes/widgets/htmega_counter.php:49
11088
+ #: includes/widgets/htmega_dropcaps.php:42
11089
+ #: includes/widgets/htmega_errorcontent.php:50
11090
+ #: includes/widgets/htmega_errorcontent.php:238
11091
+ #: includes/widgets/htmega_imagemarker.php:121
11092
+ #: includes/widgets/htmega_image_grid.php:50
11093
+ #: includes/widgets/htmega_image_magnifier.php:102
11094
+ #: includes/widgets/htmega_image_masonry.php:59
11095
+ #: includes/widgets/htmega_inlinemenu.php:53
11096
+ #: includes/widgets/htmega_instagram.php:51
11097
+ #: includes/widgets/htmega_instagram.php:616
11098
+ #: includes/widgets/htmega_instragram_feed.php:121
11099
+ #: includes/widgets/htmega_mailchimp_wp.php:50
11100
+ #: includes/widgets/htmega_mailchimp_wp.php:81
11101
+ #: includes/widgets/htmega_newsticker.php:56
11102
+ #: includes/widgets/htmega_notify.php:270
11103
+ #: includes/widgets/htmega_offcanvas.php:308
11104
+ #: includes/widgets/htmega_panel_slider.php:60
11105
+ #: includes/widgets/htmega_popover.php:253
11106
+ #: includes/widgets/htmega_post_slider.php:1422
11107
+ #: includes/widgets/htmega_pricing_list_view.php:307
11108
+ #: includes/widgets/htmega_pricing_list_view.php:681
11109
+ #: includes/widgets/htmega_progress_bar.php:57
11110
+ #: includes/widgets/htmega_progress_bar.php:71
11111
+ #: includes/widgets/htmega_search.php:42 includes/widgets/htmega_service.php:42
11112
+ #: includes/widgets/htmega_singlepost.php:42
11113
+ #: includes/widgets/htmega_socialshere.php:399
11114
+ #: includes/widgets/htmega_switcher.php:41
11115
+ #: includes/widgets/htmega_switcher.php:238 includes/widgets/htmega_tabs.php:41
11116
+ #: includes/widgets/htmega_tabs.php:128
11117
+ #: includes/widgets/htmega_teammember.php:50
11118
+ #: includes/widgets/htmega_testimonial_grid.php:41
11119
+ #: includes/widgets/htmega_twitter_feed.php:55
11120
+ #: includes/widgets/htmega_user_login_form.php:50
11121
+ #: includes/widgets/htmega_user_login_form.php:549
11122
+ #: includes/widgets/htmega_weather.php:65
11123
+ #: includes/widgets/htmega_working_process.php:42
11124
+ #: extensions/ht-builder/widgets/bl_site_logo.php:99
11125
+ msgid "Style"
11126
+ msgstr ""
11127
+
11128
+ #: includes/widgets/htmega_inlinemenu.php:64
11129
+ #: includes/widgets/htmega_teammember.php:61
11130
+ msgid "Style Eight"
11131
+ msgstr ""
11132
+
11133
+ #: includes/widgets/htmega_accordion.php:59
11134
+ #: includes/widgets/htmega_add_banner.php:49
11135
+ #: includes/widgets/htmega_animated_heading.php:57
11136
+ #: includes/widgets/htmega_brand.php:50
11137
+ #: includes/widgets/htmega_call_to_action.php:47
11138
+ #: includes/widgets/htmega_carousel.php:58
11139
+ #: includes/widgets/htmega_contact_form_seven.php:59
11140
+ #: includes/widgets/htmega_counter.php:57
11141
+ #: includes/widgets/htmega_dropcaps.php:50
11142
+ #: includes/widgets/htmega_imagemarker.php:129
11143
+ #: includes/widgets/htmega_image_grid.php:58
11144
+ #: includes/widgets/htmega_image_masonry.php:67
11145
+ #: includes/widgets/htmega_inlinemenu.php:61
11146
+ #: includes/widgets/htmega_mailchimp_wp.php:58
11147
+ #: includes/widgets/htmega_newsticker.php:64
11148
+ #: includes/widgets/htmega_search.php:50
11149
+ #: includes/widgets/htmega_section_title.php:49
11150
+ #: includes/widgets/htmega_service.php:50 includes/widgets/htmega_tabs.php:49
11151
+ #: includes/widgets/htmega_teammember.php:58
11152
+ #: includes/widgets/htmega_testimonial_grid.php:49
11153
+ #: includes/widgets/htmega_twitter_feed.php:63
11154
+ #: includes/widgets/htmega_user_login_form.php:58
11155
+ #: includes/widgets/htmega_working_process.php:50
11156
+ msgid "Style Five"
11157
+ msgstr ""
11158
+
11159
+ #: includes/widgets/htmega_accordion.php:58
11160
+ #: includes/widgets/htmega_add_banner.php:48
11161
+ #: includes/widgets/htmega_animated_heading.php:56
11162
+ #: includes/widgets/htmega_brand.php:49 includes/widgets/htmega_button.php:53
11163
+ #: includes/widgets/htmega_call_to_action.php:46
11164
+ #: includes/widgets/htmega_carousel.php:57
11165
+ #: includes/widgets/htmega_contact_form_seven.php:58
11166
+ #: includes/widgets/htmega_counter.php:56
11167
+ #: includes/widgets/htmega_dropcaps.php:49
11168
+ #: includes/widgets/htmega_errorcontent.php:57
11169
+ #: includes/widgets/htmega_imagemarker.php:128
11170
+ #: includes/widgets/htmega_image_grid.php:57
11171
+ #: includes/widgets/htmega_image_masonry.php:66
11172
+ #: includes/widgets/htmega_inlinemenu.php:60
11173
+ #: includes/widgets/htmega_instagram.php:58
11174
+ #: includes/widgets/htmega_mailchimp_wp.php:57
11175
+ #: includes/widgets/htmega_newsticker.php:63
11176
+ #: includes/widgets/htmega_panel_slider.php:67
11177
+ #: includes/widgets/htmega_search.php:49
11178
+ #: includes/widgets/htmega_section_title.php:48
11179
+ #: includes/widgets/htmega_service.php:49
11180
+ #: includes/widgets/htmega_singlepost.php:49
11181
+ #: includes/widgets/htmega_tabs.php:48
11182
+ #: includes/widgets/htmega_teammember.php:57
11183
+ #: includes/widgets/htmega_testimonial_grid.php:48
11184
+ #: includes/widgets/htmega_twitter_feed.php:62
11185
+ #: includes/widgets/htmega_user_login_form.php:57
11186
+ #: includes/widgets/htmega_weather.php:72
11187
+ #: includes/widgets/htmega_working_process.php:49
11188
+ msgid "Style Four"
11189
+ msgstr ""
11190
+
11191
+ #: includes/widgets/htmega_countdown.php:101
11192
+ msgid "Style Four (Flip)"
11193
+ msgstr ""
11194
+
11195
+ #: includes/widgets/htmega_inlinemenu.php:65
11196
+ msgid "Style Nine"
11197
+ msgstr ""
11198
+
11199
+ #: includes/widgets/htmega_accordion.php:55
11200
+ #: includes/widgets/htmega_add_banner.php:45
11201
+ #: includes/widgets/htmega_animated_heading.php:53
11202
+ #: includes/widgets/htmega_brand.php:46 includes/widgets/htmega_button.php:50
11203
+ #: includes/widgets/htmega_call_to_action.php:43
11204
+ #: includes/widgets/htmega_carousel.php:54
11205
+ #: includes/widgets/htmega_carousel.php:433
11206
+ #: includes/widgets/htmega_contact_form_seven.php:55
11207
+ #: includes/widgets/htmega_counter.php:53
11208
+ #: includes/widgets/htmega_dropcaps.php:46
11209
+ #: includes/widgets/htmega_errorcontent.php:54
11210
+ #: includes/widgets/htmega_imagemarker.php:125
11211
+ #: includes/widgets/htmega_image_grid.php:54
11212
+ #: includes/widgets/htmega_image_masonry.php:63
11213
+ #: includes/widgets/htmega_inlinemenu.php:57
11214
+ #: includes/widgets/htmega_instagram.php:55
11215
+ #: includes/widgets/htmega_mailchimp_wp.php:54
11216
+ #: includes/widgets/htmega_newsticker.php:60
11217
+ #: includes/widgets/htmega_panel_slider.php:64
11218
+ #: includes/widgets/htmega_post_slider.php:1426
11219
+ #: includes/widgets/htmega_search.php:46
11220
+ #: includes/widgets/htmega_section_title.php:45
11221
+ #: includes/widgets/htmega_service.php:46
11222
+ #: includes/widgets/htmega_singlepost.php:46
11223
+ #: includes/widgets/htmega_tabs.php:45
11224
+ #: includes/widgets/htmega_teammember.php:54
11225
+ #: includes/widgets/htmega_teammember.php:72
11226
+ #: includes/widgets/htmega_teammember.php:87
11227
+ #: includes/widgets/htmega_testimonial_grid.php:45
11228
+ #: includes/widgets/htmega_twitter_feed.php:59
11229
+ #: includes/widgets/htmega_user_login_form.php:54
11230
+ #: includes/widgets/htmega_weather.php:69
11231
+ #: includes/widgets/htmega_working_process.php:46
11232
+ msgid "Style One"
11233
+ msgstr ""
11234
+
11235
+ #: includes/widgets/htmega_countdown.php:98
11236
+ msgid "Style one"
11237
+ msgstr ""
11238
+
11239
+ #: includes/widgets/htmega_animated_heading.php:59
11240
+ #: includes/widgets/htmega_brand.php:52
11241
+ #: includes/widgets/htmega_call_to_action.php:49
11242
+ #: includes/widgets/htmega_carousel.php:60
11243
+ #: includes/widgets/htmega_inlinemenu.php:63
11244
+ #: includes/widgets/htmega_newsticker.php:66
11245
+ #: includes/widgets/htmega_service.php:52
11246
+ #: includes/widgets/htmega_teammember.php:60
11247
+ #: includes/widgets/htmega_user_login_form.php:60
11248
+ msgid "Style Seven"
11249
+ msgstr ""
11250
+
11251
+ #: includes/widgets/htmega_add_banner.php:50
11252
+ #: includes/widgets/htmega_animated_heading.php:58
11253
+ #: includes/widgets/htmega_brand.php:51
11254
+ #: includes/widgets/htmega_call_to_action.php:48
11255
+ #: includes/widgets/htmega_carousel.php:59
11256
+ #: includes/widgets/htmega_contact_form_seven.php:60
11257
+ #: includes/widgets/htmega_counter.php:58
11258
+ #: includes/widgets/htmega_imagemarker.php:130
11259
+ #: includes/widgets/htmega_inlinemenu.php:62
11260
+ #: includes/widgets/htmega_newsticker.php:65
11261
+ #: includes/widgets/htmega_service.php:51
11262
+ #: includes/widgets/htmega_teammember.php:59
11263
+ #: includes/widgets/htmega_user_login_form.php:59
11264
+ msgid "Style Six"
11265
+ msgstr ""
11266
+
11267
+ #: includes/widgets/htmega_inlinemenu.php:66
11268
+ msgid "Style Ten"
11269
+ msgstr ""
11270
+
11271
+ #: includes/widgets/htmega_accordion.php:57
11272
+ #: includes/widgets/htmega_add_banner.php:47
11273
+ #: includes/widgets/htmega_animated_heading.php:55
11274
+ #: includes/widgets/htmega_brand.php:48 includes/widgets/htmega_button.php:52
11275
+ #: includes/widgets/htmega_call_to_action.php:45
11276
+ #: includes/widgets/htmega_carousel.php:56
11277
+ #: includes/widgets/htmega_contact_form_seven.php:57
11278
+ #: includes/widgets/htmega_countdown.php:100
11279
+ #: includes/widgets/htmega_counter.php:55
11280
+ #: includes/widgets/htmega_dropcaps.php:48
11281
+ #: includes/widgets/htmega_errorcontent.php:56
11282
+ #: includes/widgets/htmega_imagemarker.php:127
11283
+ #: includes/widgets/htmega_image_grid.php:56
11284
+ #: includes/widgets/htmega_image_masonry.php:65
11285
+ #: includes/widgets/htmega_inlinemenu.php:59
11286
+ #: includes/widgets/htmega_instagram.php:57
11287
+ #: includes/widgets/htmega_mailchimp_wp.php:56
11288
+ #: includes/widgets/htmega_newsticker.php:62
11289
+ #: includes/widgets/htmega_panel_slider.php:66
11290
+ #: includes/widgets/htmega_search.php:48
11291
+ #: includes/widgets/htmega_section_title.php:47
11292
+ #: includes/widgets/htmega_service.php:48
11293
+ #: includes/widgets/htmega_singlepost.php:48
11294
+ #: includes/widgets/htmega_tabs.php:47
11295
+ #: includes/widgets/htmega_teammember.php:56
11296
+ #: includes/widgets/htmega_teammember.php:89
11297
+ #: includes/widgets/htmega_testimonial_grid.php:47
11298
+ #: includes/widgets/htmega_twitter_feed.php:61
11299
+ #: includes/widgets/htmega_user_login_form.php:56
11300
+ #: includes/widgets/htmega_weather.php:71
11301
+ #: includes/widgets/htmega_working_process.php:48
11302
+ msgid "Style Three"
11303
+ msgstr ""
11304
+
11305
+ #: includes/widgets/htmega_accordion.php:56
11306
+ #: includes/widgets/htmega_add_banner.php:46
11307
+ #: includes/widgets/htmega_animated_heading.php:54
11308
+ #: includes/widgets/htmega_brand.php:47 includes/widgets/htmega_button.php:51
11309
+ #: includes/widgets/htmega_call_to_action.php:44
11310
+ #: includes/widgets/htmega_carousel.php:55
11311
+ #: includes/widgets/htmega_carousel.php:434
11312
+ #: includes/widgets/htmega_contact_form_seven.php:56
11313
+ #: includes/widgets/htmega_countdown.php:99
11314
+ #: includes/widgets/htmega_counter.php:54
11315
+ #: includes/widgets/htmega_dropcaps.php:47
11316
+ #: includes/widgets/htmega_errorcontent.php:55
11317
+ #: includes/widgets/htmega_imagemarker.php:126
11318
+ #: includes/widgets/htmega_image_grid.php:55
11319
+ #: includes/widgets/htmega_image_masonry.php:64
11320
+ #: includes/widgets/htmega_inlinemenu.php:58
11321
+ #: includes/widgets/htmega_instagram.php:56
11322
+ #: includes/widgets/htmega_mailchimp_wp.php:55
11323
+ #: includes/widgets/htmega_newsticker.php:61
11324
+ #: includes/widgets/htmega_panel_slider.php:65
11325
+ #: includes/widgets/htmega_post_slider.php:1427
11326
+ #: includes/widgets/htmega_search.php:47
11327
+ #: includes/widgets/htmega_section_title.php:46
11328
+ #: includes/widgets/htmega_service.php:47
11329
+ #: includes/widgets/htmega_singlepost.php:47
11330
+ #: includes/widgets/htmega_tabs.php:46
11331
+ #: includes/widgets/htmega_teammember.php:55
11332
+ #: includes/widgets/htmega_teammember.php:73
11333
+ #: includes/widgets/htmega_teammember.php:88
11334
+ #: includes/widgets/htmega_testimonial_grid.php:46
11335
+ #: includes/widgets/htmega_twitter_feed.php:60
11336
+ #: includes/widgets/htmega_user_login_form.php:55
11337
+ #: includes/widgets/htmega_weather.php:70
11338
+ #: includes/widgets/htmega_working_process.php:47
11339
+ msgid "Style Two"
11340
+ msgstr ""
11341
+
11342
+ #: includes/widgets/htmega_quforms.php:199
11343
+ msgid "Sub Label"
11344
+ msgstr ""
11345
+
11346
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:336
11347
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:195
11348
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:196
11349
+ msgid "Sub Menu"
11350
+ msgstr ""
11351
+
11352
+ #: extensions/ht-menu/admin/setting.php:87
11353
+ msgid "Sub Menu Background Color"
11354
+ msgstr ""
11355
+
11356
+ #: extensions/ht-menu/admin/setting.php:94
11357
+ msgid "Sub Menu Items Color"
11358
+ msgstr ""
11359
+
11360
+ #: extensions/ht-menu/admin/setting.php:101
11361
+ msgid "Sub Menu Items Hover Color"
11362
+ msgstr ""
11363
+
11364
+ #: extensions/ht-menu/admin/setting.php:76
11365
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:203
11366
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:204
11367
+ msgid "Sub Menu Width"
11368
+ msgstr ""
11369
+
11370
+ #: includes/widgets/htmega_add_banner.php:101
11371
+ #: includes/widgets/htmega_add_banner.php:489
11372
+ #: includes/widgets/htmega_call_to_action.php:57
11373
+ #: includes/widgets/htmega_call_to_action.php:500
11374
+ #: includes/widgets/htmega_errorcontent.php:100
11375
+ #: includes/widgets/htmega_errorcontent.php:384
11376
+ #: includes/widgets/htmega_panel_slider.php:737
11377
+ #: includes/widgets/htmega_section_title.php:69
11378
+ #: includes/widgets/htmega_slider_thumb_gallery.php:74
11379
+ #: includes/widgets/htmega_special_day_banner.php:87
11380
+ #: includes/widgets/htmega_special_day_banner.php:394
11381
+ msgid "Sub Title"
11382
+ msgstr ""
11383
+
11384
+ #: includes/widgets/htmega_section_title.php:222
11385
+ msgid "Sub Title Setting"
11386
+ msgstr ""
11387
+
11388
+ #: includes/widgets/htmega_slider_thumb_gallery.php:730
11389
+ msgid "Sub Title Style"
11390
+ msgstr ""
11391
+
11392
+ #: includes/widgets/htmega_section_title.php:768
11393
+ msgid "Sub Title style"
11394
+ msgstr ""
11395
+
11396
+ #: includes/widgets/htmega_call_to_action.php:69
11397
+ msgid "Sub Title Tag"
11398
+ msgstr ""
11399
+
11400
+ #: extensions/ht-menu/menu/templates.php:68
11401
+ msgid "SubMenu Position"
11402
+ msgstr ""
11403
+
11404
+ #: includes/widgets/htmega_caldera_form.php:436
11405
+ #: includes/widgets/htmega_search.php:420
11406
+ #: includes/widgets/htmega_user_login_form.php:1085
11407
+ #: extensions/ht-builder/widgets/bl_post_comments.php:80
11408
+ msgid "Submit Button"
11409
+ msgstr ""
11410
+
11411
+ #: includes/widgets/htmega_notify.php:134
11412
+ msgid "Success"
11413
+ msgstr ""
11414
+
11415
+ #: includes/widgets/htmega_ninja_form.php:1157
11416
+ msgid "Success Style"
11417
+ msgstr ""
11418
+
11419
+ #: extensions/ht-menu/classes/class.mega-menu.php:156
11420
+ msgid "Successfully data saved"
11421
+ msgstr ""
11422
+
11423
+ #: includes/helper-function.php:427
11424
+ msgid "Successfully Register"
11425
+ msgstr ""
11426
+
11427
+ #: admin/include/admin-setting.php:1313
11428
+ #: extensions/ht-builder/admin/setting.php:196
11429
+ #: extensions/ht-menu/admin/setting.php:148
11430
+ #: extensions/wc-sales-notification/admin/setting.php:280
11431
+ msgid "Successfully Settings Saved."
11432
+ msgstr ""
11433
+
11434
+ #: includes/widgets/htmega_counter.php:1016
11435
+ msgid "Suffix"
11436
+ msgstr ""
11437
+
11438
+ #: includes/widgets/htmega_business_hours.php:168
11439
+ msgid "Sunday"
11440
+ msgstr ""
11441
+
11442
+ #: includes/widgets/htmega_socialshere.php:79
11443
+ msgid "Surfingbird"
11444
+ msgstr ""
11445
+
11446
+ #: includes/widgets/htmega_offcanvas.php:248
11447
+ msgid "SVG Icon Size"
11448
+ msgstr ""
11449
+
11450
+ #: includes/widgets/htmega_switcher.php:64
11451
+ msgid "Switch One"
11452
+ msgstr ""
11453
+
11454
+ #: includes/widgets/htmega_switcher.php:155
11455
+ msgid "Switch Two"
11456
+ msgstr ""
11457
+
11458
+ #: admin/include/admin-setting.php:495 includes/widgets/htmega_switcher.php:13
11459
+ msgid "Switcher"
11460
+ msgstr ""
11461
+
11462
+ #: includes/widgets/htmega_switcher.php:275
11463
+ msgid "Switcher Button"
11464
+ msgstr ""
11465
+
11466
+ #: includes/widgets/htmega_switcher.php:136
11467
+ msgid "Switcher Content One"
11468
+ msgstr ""
11469
+
11470
+ #: includes/widgets/htmega_switcher.php:228
11471
+ msgid "Switcher Content Two"
11472
+ msgstr ""
11473
+
11474
+ #: includes/widgets/htmega_switcher.php:34
11475
+ msgid "Switcher Layout"
11476
+ msgstr ""
11477
+
11478
+ #: includes/widgets/htmega_switcher.php:56
11479
+ msgid "Switcher One"
11480
+ msgstr ""
11481
+
11482
+ #: includes/widgets/htmega_switcher.php:65
11483
+ #: includes/widgets/htmega_switcher.php:156
11484
+ msgid "Switcher Title"
11485
+ msgstr ""
11486
+
11487
+ #: includes/widgets/htmega_switcher.php:75
11488
+ #: includes/widgets/htmega_switcher.php:166
11489
+ msgid "Switcher Title Icon"
11490
+ msgstr ""
11491
+
11492
+ #: includes/widgets/htmega_switcher.php:147
11493
+ msgid "Switcher Two"
11494
+ msgstr ""
11495
+
11496
+ #: includes/widgets/htmega_tabs.php:71
11497
+ msgid "Tab #1"
11498
+ msgstr ""
11499
+
11500
+ #: includes/widgets/htmega_tabs.php:248
11501
+ msgid "Tab Area Style"
11502
+ msgstr ""
11503
+
11504
+ #: includes/widgets/htmega_tabs.php:281
11505
+ msgid "Tab Content Width (%)"
11506
+ msgstr ""
11507
+
11508
+ #: includes/widgets/htmega_tabs.php:669
11509
+ msgid "Tab Icon Box Style"
11510
+ msgstr ""
11511
+
11512
+ #: includes/widgets/htmega_tabs.php:491
11513
+ msgid "Tab Manu Style"
11514
+ msgstr ""
11515
+
11516
+ #: includes/widgets/htmega_tabs.php:240
11517
+ msgid "Tab Menu"
11518
+ msgstr ""
11519
+
11520
+ #: includes/widgets/htmega_tabs.php:256
11521
+ msgid "Tab Menu Width (%)"
11522
+ msgstr ""
11523
+
11524
+ #: admin/include/templates/library/templates.php:34
11525
+ #: admin/include/templates/library/templates.php:35
11526
+ msgid "Tab view"
11527
+ msgstr ""
11528
+
11529
+ #: includes/widgets/htmega_data_table.php:561
11530
+ #: includes/widgets/htmega_pricing_list_view.php:1217
11531
+ #: includes/widgets/htmega_tablepress.php:123
11532
+ msgid "Table"
11533
+ msgstr ""
11534
+
11535
+ #: includes/widgets/htmega_data_table.php:740
11536
+ #: includes/widgets/htmega_pricing_list_view.php:1366
11537
+ #: includes/widgets/htmega_wc_element_pages.php:121
11538
+ msgid "Table Body"
11539
+ msgstr ""
11540
+
11541
+ #: includes/widgets/htmega_pricing_list_view.php:1422
11542
+ msgid "Table Body Padding"
11543
+ msgstr ""
11544
+
11545
+ #: includes/widgets/htmega_wc_element_pages.php:1193
11546
+ msgid "Table Body Row"
11547
+ msgstr ""
11548
+
11549
+ #: includes/widgets/htmega_pricing_list_view.php:692
11550
+ msgid "Table Body Typography"
11551
+ msgstr ""
11552
+
11553
+ #: includes/widgets/htmega_data_table.php:793
11554
+ msgid "Table Cell Padding"
11555
+ msgstr ""
11556
+
11557
+ #: includes/widgets/htmega_data_table.php:299
11558
+ #: includes/widgets/htmega_pricing_list_view.php:532
11559
+ msgid "Table Content"
11560
+ msgstr ""
11561
+
11562
+ #: includes/widgets/htmega_wc_element_pages.php:1268
11563
+ msgid "Table Footer"
11564
+ msgstr ""
11565
+
11566
+ #: includes/widgets/htmega_wc_element_pages.php:1161
11567
+ msgid "Table Head"
11568
+ msgstr ""
11569
+
11570
+ #: includes/widgets/htmega_data_table.php:205
11571
+ #: includes/widgets/htmega_data_table.php:635
11572
+ #: includes/widgets/htmega_pricing_list_view.php:180
11573
+ #: includes/widgets/htmega_pricing_list_view.php:1287
11574
+ msgid "Table Header"
11575
+ msgstr ""
11576
+
11577
+ #: includes/widgets/htmega_data_table.php:674
11578
+ #: includes/widgets/htmega_pricing_list_view.php:1331
11579
+ msgid "Table Header Padding"
11580
+ msgstr ""
11581
+
11582
+ #: includes/widgets/htmega_wc_element_pages.php:87
11583
+ msgid "Table Heading"
11584
+ msgstr ""
11585
+
11586
+ #: includes/widgets/htmega_data_table.php:37
11587
+ msgid "Table Layout"
11588
+ msgstr ""
11589
+
11590
+ #: admin/include/admin-setting.php:1254
11591
+ #: includes/widgets/htmega_tablepress.php:13
11592
+ #: includes/widgets/htmega_tablepress.php:48
11593
+ msgid "TablePress"
11594
+ msgstr ""
11595
+
11596
+ #: includes/widgets/htmega_carousel.php:308
11597
+ #: includes/widgets/htmega_instagram.php:503
11598
+ #: includes/widgets/htmega_panel_slider.php:408
11599
+ #: includes/widgets/htmega_post_slider.php:488
11600
+ #: includes/widgets/htmega_slider_thumb_gallery.php:294
11601
+ #: includes/widgets/htmega_testimonial_grid.php:85
11602
+ #: includes/widgets/htmega_twitter_feed.php:430
11603
+ msgid "Tablet"
11604
+ msgstr ""
11605
+
11606
+ #: includes/widgets/htmega_scroll_navigation.php:151
11607
+ msgid "Tablet Device"
11608
+ msgstr ""
11609
+
11610
+ #: includes/widgets/htmega_carousel.php:350
11611
+ #: includes/widgets/htmega_instagram.php:545
11612
+ #: includes/widgets/htmega_panel_slider.php:450
11613
+ #: includes/widgets/htmega_post_slider.php:530
11614
+ #: includes/widgets/htmega_slider_thumb_gallery.php:330
11615
+ #: includes/widgets/htmega_twitter_feed.php:472
11616
+ msgid "Tablet Resolution"
11617
+ msgstr ""
11618
+
11619
+ #: admin/include/admin-setting.php:503 includes/widgets/htmega_tabs.php:13
11620
+ #: includes/widgets/htmega_tabs.php:34
11621
+ msgid "Tabs"
11622
+ msgstr ""
11623
+
11624
+ #: includes/widgets/htmega_counter.php:164
11625
+ msgid "Target Number"
11626
+ msgstr ""
11627
+
11628
+ #: includes/widgets/htmega_panel_slider.php:79
11629
+ #: includes/widgets/htmega_panel_slider.php:133
11630
+ #: includes/widgets/htmega_panel_slider.php:137
11631
+ #: includes/widgets/htmega_panel_slider.php:141
11632
+ #: includes/widgets/htmega_panel_slider.php:145
11633
+ msgid "Tattoo Boy From New York"
11634
+ msgstr ""
11635
+
11636
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:162
11637
+ msgid "Taxonomy"
11638
+ msgstr ""
11639
+
11640
+ #: admin/include/admin-setting.php:680
11641
+ msgid "Taxonomy Terms <span>( Pro )</span>"
11642
+ msgstr ""
11643
+
11644
+ #: includes/widgets/htmega_teammember.php:322
11645
+ msgid "Team Box Style"
11646
+ msgstr ""
11647
+
11648
+ #: admin/include/admin-setting.php:715
11649
+ msgid "Team Carousel <span>( Pro )</span>"
11650
+ msgstr ""
11651
+
11652
+ #: admin/include/admin-setting.php:519
11653
+ #: includes/widgets/htmega_teammember.php:14
11654
+ #: includes/widgets/htmega_teammember.php:43
11655
+ msgid "Team Member"
11656
+ msgstr ""
11657
+
11658
+ #: includes/widgets/htmega_socialshere.php:89
11659
+ msgid "Telegram"
11660
+ msgstr ""
11661
+
11662
+ #: includes/widgets/htmega_template_selector.php:42
11663
+ msgid "Template"
11664
+ msgstr ""
11665
+
11666
+ #: admin/include/class.library-source.php:129
11667
+ msgid "Template does not have any content"
11668
+ msgstr ""
11669
+
11670
+ #: admin/include/class.htmega-elementor-template-library.php:105
11671
+ msgid "Template id missing"
11672
+ msgstr ""
11673
+
11674
+ #: includes/widgets/htmega_template_selector.php:13
11675
+ msgid "Template Selector"
11676
+ msgstr ""
11677
+
11678
+ #: admin/include/admin-setting.php:1077 admin/include/templates_list.php:33
11679
+ msgid "Templates"
11680
+ msgstr ""
11681
+
11682
+ #: admin/include/template-library.php:73 admin/include/template-library.php:74
11683
+ msgid "Templates Library"
11684
+ msgstr ""
11685
+
11686
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:75
11687
+ msgid "Terms"
11688
+ msgstr ""
11689
+
11690
+ #: admin/include/admin-setting.php:527
11691
+ msgid "Testimonial"
11692
+ msgstr ""
11693
+
11694
+ #: admin/include/admin-setting.php:535
11695
+ #: includes/widgets/htmega_testimonial_grid.php:14
11696
+ #: includes/widgets/htmega_testimonial_grid.php:35
11697
+ msgid "Testimonial Grid"
11698
+ msgstr ""
11699
+
11700
+ #: includes/widgets/htmega_button.php:62
11701
+ #: includes/widgets/htmega_countdown.php:271
11702
+ #: includes/widgets/htmega_data_table.php:325
11703
+ #: includes/widgets/htmega_double_button.php:99
11704
+ #: includes/widgets/htmega_double_button.php:186
11705
+ #: includes/widgets/htmega_download_monitor.php:117
11706
+ #: includes/widgets/htmega_modal.php:110 includes/widgets/htmega_popover.php:57
11707
+ #: includes/widgets/htmega_pricing_list_view.php:578
11708
+ #: includes/widgets/htmega_search.php:72 includes/widgets/htmega_tooltip.php:57
11709
+ #: includes/widgets/htmega_tooltip.php:72
11710
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:58
11711
+ msgid "Text"
11712
+ msgstr ""
11713
+
11714
+ #: includes/widgets/htmega_data_table.php:1000
11715
+ msgid "Text Active Color"
11716
+ msgstr ""
11717
+
11718
+ #: includes/widgets/htmega_booked_calender.php:437
11719
+ #: includes/widgets/htmega_booked_calender.php:541
11720
+ #: includes/widgets/htmega_booked_calender.php:581
11721
+ #: includes/widgets/htmega_booked_calender.php:664
11722
+ #: includes/widgets/htmega_booked_calender.php:727
11723
+ #: includes/widgets/htmega_booked_calender.php:825
11724
+ #: includes/widgets/htmega_button.php:207
11725
+ #: includes/widgets/htmega_button.php:340
11726
+ #: includes/widgets/htmega_button.php:533
11727
+ #: includes/widgets/htmega_button.php:617
11728
+ #: includes/widgets/htmega_caldera_form.php:201
11729
+ #: includes/widgets/htmega_caldera_form.php:375
11730
+ #: includes/widgets/htmega_caldera_form.php:454
11731
+ #: includes/widgets/htmega_caldera_form.php:563
11732
+ #: includes/widgets/htmega_call_to_action.php:706
11733
+ #: includes/widgets/htmega_call_to_action.php:912
11734
+ #: includes/widgets/htmega_contact_form_seven.php:246
11735
+ #: includes/widgets/htmega_contact_form_seven.php:390
11736
+ #: includes/widgets/htmega_contact_form_seven.php:512
11737
+ #: includes/widgets/htmega_contact_form_seven.php:610
11738
+ #: includes/widgets/htmega_contact_form_seven.php:673
11739
+ #: includes/widgets/htmega_contact_form_seven.php:835
11740
+ #: includes/widgets/htmega_contact_form_seven.php:923
11741
+ #: includes/widgets/htmega_data_table.php:643
11742
+ #: includes/widgets/htmega_data_table.php:772
11743
+ #: includes/widgets/htmega_data_table.php:882
11744
+ #: includes/widgets/htmega_data_table.php:933
11745
+ #: includes/widgets/htmega_data_table.php:985
11746
+ #: includes/widgets/htmega_data_table.php:1064
11747
+ #: includes/widgets/htmega_mailchimp_wp.php:208
11748
+ #: includes/widgets/htmega_mailchimp_wp.php:372
11749
+ #: includes/widgets/htmega_mailchimp_wp.php:460
11750
+ #: includes/widgets/htmega_offcanvas.php:316
11751
+ #: includes/widgets/htmega_pricing_list_view.php:722
11752
+ #: includes/widgets/htmega_pricing_list_view.php:1310
11753
+ #: includes/widgets/htmega_pricing_list_view.php:1401
11754
+ #: includes/widgets/htmega_pricing_list_view.php:1519
11755
+ #: includes/widgets/htmega_pricing_list_view.php:1562
11756
+ #: includes/widgets/htmega_pricing_list_view.php:1639
11757
+ #: includes/widgets/htmega_pricing_list_view.php:1720
11758
+ #: includes/widgets/htmega_quforms.php:977
11759
+ #: includes/widgets/htmega_search.php:229
11760
+ #: includes/widgets/htmega_tablepress.php:282
11761
+ #: includes/widgets/htmega_tablepress.php:326
11762
+ #: includes/widgets/htmega_user_login_form.php:813
11763
+ #: includes/widgets/htmega_user_login_form.php:1008
11764
+ #: includes/widgets/htmega_wc_element_pages.php:97
11765
+ #: includes/widgets/htmega_wc_element_pages.php:132
11766
+ #: includes/widgets/htmega_wc_element_pages.php:212
11767
+ #: includes/widgets/htmega_wc_element_pages.php:298
11768
+ #: includes/widgets/htmega_wc_element_pages.php:392
11769
+ #: includes/widgets/htmega_wc_element_pages.php:478
11770
+ #: includes/widgets/htmega_wc_element_pages.php:555
11771
+ #: includes/widgets/htmega_wc_element_pages.php:712
11772
+ #: includes/widgets/htmega_wc_element_pages.php:899
11773
+ #: includes/widgets/htmega_wc_element_pages.php:952
11774
+ #: includes/widgets/htmega_wc_element_pages.php:1029
11775
+ #: includes/widgets/htmega_wc_element_pages.php:1170
11776
+ #: includes/widgets/htmega_wc_element_pages.php:1211
11777
+ #: includes/widgets/htmega_wc_element_pages.php:1242
11778
+ #: includes/widgets/htmega_wc_element_pages.php:1277
11779
+ #: includes/widgets/htmega_wc_element_pages.php:1356
11780
+ #: includes/widgets/htmega_wc_element_pages.php:1530
11781
+ #: includes/widgets/htmega_wc_element_pages.php:1619
11782
+ #: includes/widgets/htmega_weather.php:232
11783
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:292
11784
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:431
11785
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:503
11786
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:389
11787
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:449
11788
+ msgid "Text Color"
11789
+ msgstr ""
11790
+
11791
+ #: includes/widgets/htmega_pricing_list_view.php:894
11792
+ msgid "Text Hover Color"
11793
+ msgstr ""
11794
+
11795
+ #: includes/widgets/htmega_countdown.php:771
11796
+ #: includes/widgets/htmega_countdown.php:944
11797
+ #: includes/widgets/htmega_inlinemenu.php:233
11798
+ #: includes/widgets/htmega_section_title.php:963
11799
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:215
11800
+ msgid "Text Shadow"
11801
+ msgstr ""
11802
+
11803
+ #: includes/widgets/htmega_contact_form_seven.php:455
11804
+ #: includes/widgets/htmega_ninja_form.php:694
11805
+ #: includes/widgets/htmega_quforms.php:530
11806
+ #: includes/widgets/htmega_wpforms.php:698
11807
+ msgid "Textarea"
11808
+ msgstr ""
11809
+
11810
+ #: includes/widgets/htmega_caldera_form.php:258
11811
+ #: includes/widgets/htmega_gravity_forms.php:466
11812
+ #: includes/widgets/htmega_wc_element_pages.php:754
11813
+ msgid "Textarea Height"
11814
+ msgstr ""
11815
+
11816
+ #: includes/widgets/htmega_pricing_list_view.php:226
11817
+ msgid "TH Width (Table Header Column Width %)"
11818
+ msgstr ""
11819
+
11820
+ #: admin/include/class.diagnostic-data.php:484
11821
+ #, php-format
11822
+ msgid "Thank you very much for supporting %2$s%1$s%3$s."
11823
+ msgstr ""
11824
+
11825
+ #. Description of the plugin
11826
+ msgid ""
11827
+ "The HTMega is a elementor addons package for Elementor page builder plugin "
11828
+ "for WordPress."
11829
+ msgstr ""
11830
+
11831
+ #: includes/widgets/htmega_scroll_navigation.php:203
11832
+ msgid "The resolution to mobile device."
11833
+ msgstr ""
11834
+
11835
+ #: includes/widgets/htmega_carousel.php:406
11836
+ #: includes/widgets/htmega_instagram.php:601
11837
+ #: includes/widgets/htmega_panel_slider.php:506
11838
+ #: includes/widgets/htmega_post_slider.php:586
11839
+ #: includes/widgets/htmega_slider_thumb_gallery.php:378
11840
+ #: includes/widgets/htmega_slider_thumb_gallery.php:657
11841
+ #: includes/widgets/htmega_twitter_feed.php:528
11842
+ msgid "The resolution to mobile."
11843
+ msgstr ""
11844
+
11845
+ #: includes/widgets/htmega_scroll_navigation.php:173
11846
+ msgid "The resolution to tablet device."
11847
+ msgstr ""
11848
+
11849
+ #: includes/widgets/htmega_carousel.php:351
11850
+ #: includes/widgets/htmega_instagram.php:546
11851
+ #: includes/widgets/htmega_panel_slider.php:451
11852
+ #: includes/widgets/htmega_post_slider.php:531
11853
+ #: includes/widgets/htmega_slider_thumb_gallery.php:331
11854
+ #: includes/widgets/htmega_slider_thumb_gallery.php:596
11855
+ #: includes/widgets/htmega_twitter_feed.php:473
11856
+ msgid "The resolution to tablet."
11857
+ msgstr ""
11858
+
11859
+ #: admin/include/template-library.php:422
11860
+ msgid "Theme Activated"
11861
+ msgstr ""
11862
+
11863
+ #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:840
11864
+ #: extensions/ht-builder/admin/setting.php:48
11865
+ msgid "Theme Builder"
11866
+ msgstr ""
11867
+
11868
+ #: includes/widgets/htmega_service.php:131
11869
+ msgid ""
11870
+ "There are many variations of passages Lorem Ipsum available, but majority "
11871
+ "have ama suffered altratio. the lorem."
11872
+ msgstr ""
11873
+
11874
+ #: admin/include/admin-setting.php:81
11875
+ msgid "Third Party"
11876
+ msgstr ""
11877
+
11878
+ #: includes/helper-function.php:723
11879
+ #, php-format
11880
+ msgid "This input field supports the following HTML tags: %1$s"
11881
+ msgstr ""
11882
+
11883
+ #: includes/widgets/htmega_googlemap.php:250
11884
+ msgid "This is <span>Dhaka</span>"
11885
+ msgstr ""
11886
+
11887
+ #: includes/widgets/htmega_image_grid.php:72
11888
+ #: includes/widgets/htmega_image_masonry.php:81
11889
+ #: includes/widgets/htmega_testimonial_grid.php:75
11890
+ #: includes/widgets/htmega_testimonial_grid.php:90
11891
+ #: includes/widgets/htmega_testimonial_grid.php:107
11892
+ msgid "Three"
11893
+ msgstr ""
11894
+
11895
+ #: includes/widgets/htmega_instragram_feed.php:74
11896
+ msgid "Thumb"
11897
+ msgstr ""
11898
+
11899
+ #: includes/widgets/htmega_post_slider.php:377
11900
+ msgid "Thumbnail"
11901
+ msgstr ""
11902
+
11903
+ #: includes/widgets/htmega_image_magnifier.php:49
11904
+ msgid "Thumbnail Image"
11905
+ msgstr ""
11906
+
11907
+ #: includes/widgets/htmega_slider_thumb_gallery.php:49
11908
+ msgid "Thumbnail Position"
11909
+ msgstr ""
11910
+
11911
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1212
11912
+ msgid "Thumbnail Style"
11913
+ msgstr ""
11914
+
11915
+ #: includes/widgets/htmega_slider_thumb_gallery.php:411
11916
+ msgid "Thumbnails Arrow"
11917
+ msgstr ""
11918
+
11919
+ #: includes/widgets/htmega_slider_thumb_gallery.php:513
11920
+ msgid "Thumbnails auto play"
11921
+ msgstr ""
11922
+
11923
+ #: includes/widgets/htmega_slider_thumb_gallery.php:536
11924
+ msgid "Thumbnails Autoplay animation speed"
11925
+ msgstr ""
11926
+
11927
+ #: includes/widgets/htmega_slider_thumb_gallery.php:525
11928
+ msgid "Thumbnails Autoplay speed"
11929
+ msgstr ""
11930
+
11931
+ #: includes/widgets/htmega_slider_thumb_gallery.php:487
11932
+ msgid "Thumbnails Center Mode"
11933
+ msgstr ""
11934
+
11935
+ #: includes/widgets/htmega_slider_thumb_gallery.php:498
11936
+ msgid "Thumbnails Center padding"
11937
+ msgstr ""
11938
+
11939
+ #: includes/widgets/htmega_slider_thumb_gallery.php:452
11940
+ msgid "Thumbnails dots"
11941
+ msgstr ""
11942
+
11943
+ #: includes/widgets/htmega_slider_thumb_gallery.php:391
11944
+ msgid "Thumbnails Gallery Option"
11945
+ msgstr ""
11946
+
11947
+ #: includes/widgets/htmega_slider_thumb_gallery.php:99
11948
+ msgid "Thumbnails Image Size"
11949
+ msgstr ""
11950
+
11951
+ #: includes/widgets/htmega_slider_thumb_gallery.php:582
11952
+ #: includes/widgets/htmega_slider_thumb_gallery.php:640
11953
+ msgid "Thumbnails item to scroll"
11954
+ msgstr ""
11955
+
11956
+ #: includes/widgets/htmega_slider_thumb_gallery.php:398
11957
+ #: includes/widgets/htmega_slider_thumb_gallery.php:569
11958
+ #: includes/widgets/htmega_slider_thumb_gallery.php:624
11959
+ msgid "Thumbnails Items"
11960
+ msgstr ""
11961
+
11962
+ #: includes/widgets/htmega_slider_thumb_gallery.php:606
11963
+ msgid "Thumbnails Mobile Phone"
11964
+ msgstr ""
11965
+
11966
+ #: includes/widgets/htmega_slider_thumb_gallery.php:656
11967
+ msgid "Thumbnails Mobile Resolution"
11968
+ msgstr ""
11969
+
11970
+ #: includes/widgets/htmega_slider_thumb_gallery.php:437
11971
+ msgid "Thumbnails Next icon"
11972
+ msgstr ""
11973
+
11974
+ #: includes/widgets/htmega_slider_thumb_gallery.php:422
11975
+ msgid "Thumbnails Previous icon"
11976
+ msgstr ""
11977
+
11978
+ #: includes/widgets/htmega_slider_thumb_gallery.php:546
11979
+ msgid "Thumbnails Slider item to scroll"
11980
+ msgstr ""
11981
+
11982
+ #: includes/widgets/htmega_slider_thumb_gallery.php:559
11983
+ msgid "Thumbnails Tablet"
11984
+ msgstr ""
11985
+
11986
+ #: includes/widgets/htmega_slider_thumb_gallery.php:595
11987
+ msgid "Thumbnails Tablet Resolution"
11988
+ msgstr ""
11989
+
11990
+ #: includes/widgets/htmega_business_hours.php:189
11991
+ msgid "Thursday"
11992
+ msgstr ""
11993
+
11994
+ #: includes/widgets/htmega_newsticker.php:74
11995
+ msgid "Ticker Label"
11996
+ msgstr ""
11997
+
11998
+ #: includes/widgets/htmega_booked_calender.php:508
11999
+ #: includes/widgets/htmega_business_hours.php:92
12000
+ #: includes/widgets/htmega_business_hours.php:544
12001
+ #: includes/widgets/htmega_twitter_feed.php:896
12002
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:73
12003
+ msgid "Time"
12004
+ msgstr ""
12005
+
12006
+ #: includes/widgets/htmega_custom_event.php:277
12007
+ msgid "Time / Location"
12008
+ msgstr ""
12009
+
12010
+ #: extensions/wc-sales-notification/admin/setting.php:141
12011
+ msgid "Time between notifications. <span>( Pro )</span>"
12012
+ msgstr ""
12013
+
12014
+ #: includes/widgets/htmega_business_hours.php:128
12015
+ msgid "Time Color"
12016
+ msgstr ""
12017
+
12018
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:123
12019
+ msgid "Time Format"
12020
+ msgstr ""
12021
+
12022
+ #: extensions/wc-sales-notification/admin/setting.php:140
12023
+ msgid "Time Interval"
12024
+ msgstr ""
12025
+
12026
+ #: admin/include/admin-setting.php:1430 admin/include/admin-setting.php:1455
12027
+ msgid "Time interval each notification"
12028
+ msgstr ""
12029
+
12030
+ #: includes/widgets/htmega_countdown.php:124
12031
+ msgid "Time Setting"
12032
+ msgstr ""
12033
+
12034
+ #: includes/widgets/htmega_booked_calender.php:462
12035
+ msgid "Time Slot Color"
12036
+ msgstr ""
12037
+
12038
+ #: includes/widgets/htmega_verticle_time_line.php:555
12039
+ msgid "Timeline Dot BG Color"
12040
+ msgstr ""
12041
+
12042
+ #: includes/widgets/htmega_verticle_time_line.php:540
12043
+ msgid "Timeline Dot Color"
12044
+ msgstr ""
12045
+
12046
+ #: includes/widgets/htmega_verticle_time_line.php:569
12047
+ msgid "Timeline Dot Hover BG Color"
12048
+ msgstr ""
12049
+
12050
+ #: includes/widgets/htmega_verticle_time_line.php:584
12051
+ msgid "Timeline Hover Line Color"
12052
+ msgstr ""
12053
+
12054
+ #: includes/widgets/htmega_verticle_time_line.php:523
12055
+ msgid "Timeline Line Color"
12056
+ msgstr ""
12057
+
12058
+ #: includes/widgets/htmega_verticle_time_line.php:505
12059
+ msgid "Timeline Primary Color"
12060
+ msgstr ""
12061
+
12062
+ #: includes/widgets/htmega_verticle_time_line.php:497
12063
+ msgid "Timeline Style"
12064
+ msgstr ""
12065
+
12066
+ #: includes/widgets/htmega_countdown.php:741
12067
+ msgid "Timer"
12068
+ msgstr ""
12069
+
12070
+ #: includes/widgets/htmega_countdown.php:854
12071
+ msgid "Timer separator"
12072
+ msgstr ""
12073
+
12074
+ #: includes/widgets/htmega_accordion.php:70
12075
+ #: includes/widgets/htmega_accordion.php:157
12076
+ #: includes/widgets/htmega_accordion.php:200
12077
+ #: includes/widgets/htmega_add_banner.php:92
12078
+ #: includes/widgets/htmega_add_banner.php:430
12079
+ #: includes/widgets/htmega_brand.php:62
12080
+ #: includes/widgets/htmega_buddy_press.php:306
12081
+ #: includes/widgets/htmega_business_hours.php:69
12082
+ #: includes/widgets/htmega_business_hours.php:376
12083
+ #: includes/widgets/htmega_call_to_action.php:82
12084
+ #: includes/widgets/htmega_call_to_action.php:559
12085
+ #: includes/widgets/htmega_carousel.php:70
12086
+ #: includes/widgets/htmega_counter.php:538
12087
+ #: includes/widgets/htmega_custom_event.php:42
12088
+ #: includes/widgets/htmega_custom_event.php:123
12089
+ #: includes/widgets/htmega_easy_digital_download.php:350
12090
+ #: includes/widgets/htmega_errorcontent.php:88
12091
+ #: includes/widgets/htmega_errorcontent.php:305
12092
+ #: includes/widgets/htmega_googlemap.php:161
12093
+ #: includes/widgets/htmega_gravity_forms.php:116
12094
+ #: includes/widgets/htmega_imagemarker.php:777
12095
+ #: includes/widgets/htmega_image_grid.php:113
12096
+ #: includes/widgets/htmega_image_grid.php:279
12097
+ #: includes/widgets/htmega_image_masonry.php:94
12098
+ #: includes/widgets/htmega_image_masonry.php:255
12099
+ #: includes/widgets/htmega_job_manager.php:100
12100
+ #: includes/widgets/htmega_newsticker.php:260
12101
+ #: includes/widgets/htmega_ninja_form.php:109
12102
+ #: includes/widgets/htmega_panel_slider.php:668
12103
+ #: includes/widgets/htmega_postgrid.php:151
12104
+ #: includes/widgets/htmega_postgrid.php:164
12105
+ #: includes/widgets/htmega_postgrid.php:443
12106
+ #: includes/widgets/htmega_post_grid_tab.php:158
12107
+ #: includes/widgets/htmega_post_grid_tab.php:171
12108
+ #: includes/widgets/htmega_post_grid_tab.php:426
12109
+ #: includes/widgets/htmega_post_slider.php:162
12110
+ #: includes/widgets/htmega_post_slider.php:175
12111
+ #: includes/widgets/htmega_post_slider.php:861
12112
+ #: includes/widgets/htmega_pricing_list_view.php:1508
12113
+ #: includes/widgets/htmega_progress_bar.php:104
12114
+ #: includes/widgets/htmega_progress_bar.php:236
12115
+ #: includes/widgets/htmega_section_title.php:57
12116
+ #: includes/widgets/htmega_section_title.php:509
12117
+ #: includes/widgets/htmega_service.php:353
12118
+ #: includes/widgets/htmega_singlepost.php:83
12119
+ #: includes/widgets/htmega_singlepost.php:142
12120
+ #: includes/widgets/htmega_slider_thumb_gallery.php:66
12121
+ #: includes/widgets/htmega_socialshere.php:100
12122
+ #: includes/widgets/htmega_socialshere.php:179
12123
+ #: includes/widgets/htmega_special_day_banner.php:78
12124
+ #: includes/widgets/htmega_special_day_banner.php:335
12125
+ #: includes/widgets/htmega_switcher.php:62
12126
+ #: includes/widgets/htmega_switcher.php:153 includes/widgets/htmega_tabs.php:69
12127
+ #: includes/widgets/htmega_teammember.php:214
12128
+ #: includes/widgets/htmega_verticle_time_line.php:80
12129
+ #: includes/widgets/htmega_verticle_time_line.php:124
12130
+ #: includes/widgets/htmega_wc_categories.php:282
12131
+ #: includes/widgets/htmega_weather.php:247
12132
+ #: includes/widgets/htmega_working_process.php:79
12133
+ #: includes/widgets/htmega_working_process.php:620
12134
+ #: includes/widgets/htmega_wpforms.php:74
12135
+ #: includes/widgets/htmega_wpforms.php:101
12136
+ #: extensions/ht-builder/widgets/bl_post_archive.php:202
12137
+ #: extensions/ht-builder/widgets/bl_post_archive.php:326
12138
+ msgid "Title"
12139
+ msgstr ""
12140
+
12141
+ #: includes/widgets/htmega_tabs.php:218
12142
+ msgid "Title #1"
12143
+ msgstr ""
12144
+
12145
+ #: includes/widgets/htmega_tabs.php:222
12146
+ msgid "Title #2"
12147
+ msgstr ""
12148
+
12149
+ #: includes/widgets/htmega_tabs.php:226
12150
+ msgid "Title #3"
12151
+ msgstr ""
12152
+
12153
+ #: includes/widgets/htmega_tabs.php:156
12154
+ msgid "Title Active Color"
12155
+ msgstr ""
12156
+
12157
+ #: includes/widgets/htmega_counter.php:657
12158
+ msgid "Title After Border Color"
12159
+ msgstr ""
12160
+
12161
+ #: includes/widgets/htmega_service.php:451
12162
+ msgid "Title Border Color"
12163
+ msgstr ""
12164
+
12165
+ #: includes/widgets/htmega_imagemarker.php:784
12166
+ msgid "Title Bottom Border Style"
12167
+ msgstr ""
12168
+
12169
+ #: includes/widgets/htmega_carousel.php:1310
12170
+ #: includes/widgets/htmega_carousel.php:1394
12171
+ #: includes/widgets/htmega_gallery_justify.php:151
12172
+ #: includes/widgets/htmega_switcher.php:322
12173
+ #: includes/widgets/htmega_switcher.php:358
12174
+ #: includes/widgets/htmega_tabs.php:135
12175
+ #: extensions/ht-builder/widgets/bl_post_title.php:65
12176
+ msgid "Title Color"
12177
+ msgstr ""
12178
+
12179
+ #: includes/widgets/htmega_ninja_form.php:84
12180
+ msgid "Title Hide"
12181
+ msgstr ""
12182
+
12183
+ #: includes/widgets/htmega_accordion.php:275
12184
+ #: extensions/ht-builder/widgets/bl_page_title.php:45
12185
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:46
12186
+ #: extensions/ht-builder/widgets/bl_post_title.php:44
12187
+ #: extensions/ht-builder/widgets/bl_site_title.php:46
12188
+ msgid "Title HTML Tag"
12189
+ msgstr ""
12190
+
12191
+ #: includes/widgets/htmega_newsticker.php:288
12192
+ #: includes/widgets/htmega_postgrid.php:174
12193
+ #: includes/widgets/htmega_post_grid_tab.php:180
12194
+ #: includes/widgets/htmega_post_slider.php:186
12195
+ #: includes/widgets/htmega_singlepost.php:93
12196
+ #: extensions/ht-builder/widgets/bl_post_archive.php:169
12197
+ msgid "Title Length"
12198
+ msgstr ""
12199
+
12200
+ #: includes/widgets/htmega_section_title.php:463
12201
+ msgid "Title Separator Color"
12202
+ msgstr ""
12203
+
12204
+ #: includes/widgets/htmega_section_title.php:183
12205
+ msgid "Title Setting"
12206
+ msgstr ""
12207
+
12208
+ #: includes/widgets/htmega_download_monitor.php:202
12209
+ #: includes/widgets/htmega_progress_bar.php:644
12210
+ #: includes/widgets/htmega_section_title.php:41
12211
+ #: includes/widgets/htmega_slider_thumb_gallery.php:677
12212
+ #: includes/widgets/htmega_socialshere.php:640
12213
+ msgid "Title Style"
12214
+ msgstr ""
12215
+
12216
+ #: includes/widgets/htmega_section_title.php:498
12217
+ msgid "Title style"
12218
+ msgstr ""
12219
+
12220
+ #: includes/widgets/htmega_call_to_action.php:91
12221
+ msgid "Title Tag"
12222
+ msgstr ""
12223
+
12224
+ #: includes/widgets/htmega_postgrid.php:542
12225
+ msgid "Title Two style"
12226
+ msgstr ""
12227
+
12228
+ #: includes/widgets/htmega_teammember.php:640
12229
+ #: includes/widgets/htmega_teammember.php:655
12230
+ msgid "To hide the shape, please set the color to transparent."
12231
+ msgstr ""
12232
+
12233
+ #: admin/include/admin-setting.php:1484
12234
+ #: extensions/ht-builder/admin/setting.php:151
12235
+ #: extensions/wc-sales-notification/admin/setting.php:235
12236
+ msgid "to unlock these pro elements!"
12237
+ msgstr ""
12238
+
12239
+ #: extensions/ht-menu/classes/class.mega-menu.php:268
12240
+ msgid "to unlock these pro options!"
12241
+ msgstr ""
12242
+
12243
+ #: includes/weather-resource/template/layout-1.php:40
12244
+ #: includes/weather-resource/template/layout-2.php:14
12245
+ #: includes/weather-resource/template/layout-4.php:26
12246
+ msgid "Today"
12247
+ msgstr ""
12248
+
12249
+ #: admin/include/admin-setting.php:543 includes/widgets/htmega_toggle.php:14
12250
+ #: includes/widgets/htmega_toggle.php:36
12251
+ msgid "Toggle"
12252
+ msgstr ""
12253
+
12254
+ #: admin/include/admin-setting.php:1517
12255
+ msgid "Toggle All"
12256
+ msgstr ""
12257
+
12258
+ #: includes/widgets/htmega_switcher.php:425
12259
+ #: includes/widgets/htmega_switcher.php:500
12260
+ msgid "Toggle Color"
12261
+ msgstr ""
12262
+
12263
+ #: includes/widgets/htmega_lightbox.php:128
12264
+ msgid "Toggler Image"
12265
+ msgstr ""
12266
+
12267
+ #: includes/widgets/htmega_lightbox.php:113
12268
+ msgid "Toggler Type"
12269
+ msgstr ""
12270
+
12271
+ #: admin/include/admin-setting.php:551 includes/widgets/htmega_tooltip.php:14
12272
+ #: includes/widgets/htmega_tooltip.php:42
12273
+ #: includes/widgets/htmega_tooltip.php:75
12274
+ #: includes/widgets/htmega_tooltip.php:475
12275
+ msgid "Tooltip"
12276
+ msgstr ""
12277
+
12278
+ #: includes/widgets/htmega_tooltip.php:168
12279
+ msgid "Tooltip content"
12280
+ msgstr ""
12281
+
12282
+ #: includes/widgets/htmega_tooltip.php:159
12283
+ msgid "Tooltip Options"
12284
+ msgstr ""
12285
+
12286
+ #: includes/widgets/htmega_tooltip.php:165
12287
+ msgid "Tooltip Text"
12288
+ msgstr ""
12289
+
12290
+ #: admin/include/templates_list.php:77 admin/include/templates_list.php:80
12291
+ #: includes/widgets/htmega_add_banner.php:62
12292
+ #: includes/widgets/htmega_button.php:120
12293
+ #: includes/widgets/htmega_imagemarker.php:211
12294
+ #: includes/widgets/htmega_image_comparison.php:185
12295
+ #: includes/widgets/htmega_notify.php:588
12296
+ #: includes/widgets/htmega_notify.php:761
12297
+ #: includes/widgets/htmega_offcanvas.php:105
12298
+ #: includes/widgets/htmega_popover.php:195
12299
+ #: includes/widgets/htmega_pricing_list_view.php:512
12300
+ #: includes/widgets/htmega_pricing_list_view.php:1163
12301
+ #: includes/widgets/htmega_pricing_list_view.php:1197
12302
+ #: includes/widgets/htmega_section_title.php:157
12303
+ #: includes/widgets/htmega_section_title.php:236
12304
+ #: includes/widgets/htmega_singlepost.php:61
12305
+ #: includes/widgets/htmega_slider_thumb_gallery.php:56
12306
+ #: includes/widgets/htmega_special_day_banner.php:46
12307
+ #: includes/widgets/htmega_teammember.php:107
12308
+ #: includes/widgets/htmega_tooltip.php:183
12309
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:120
12310
+ msgid "Top"
12311
+ msgstr ""
12312
+
12313
+ #: includes/widgets/htmega_notify.php:114
12314
+ msgid "Top Center"
12315
+ msgstr ""
12316
+
12317
+ #: includes/widgets/htmega_notify.php:119
12318
+ msgid "Top Fullwidth"
12319
+ msgstr ""
12320
+
12321
+ #: includes/widgets/htmega_notify.php:113
12322
+ msgid "Top Left"
12323
+ msgstr ""
12324
+
12325
+ #: includes/widgets/htmega_notify.php:115
12326
+ msgid "Top Right"
12327
+ msgstr ""
12328
+
12329
+ #: includes/widgets/htmega_scroll_image.php:291
12330
+ msgid "Top-Bottom"
12331
+ msgstr ""
12332
+
12333
+ #: includes/widgets/htmega_pricing_list_view.php:368
12334
+ #: includes/widgets/htmega_pricing_list_view.php:997
12335
+ msgid "Top-Bottom Position"
12336
+ msgstr ""
12337
+
12338
+ #: includes/widgets/htmega_bbpress.php:58
12339
+ msgid "Topic Form"
12340
+ msgstr ""
12341
+
12342
+ #: includes/widgets/htmega_bbpress.php:57
12343
+ msgid "Topic Index"
12344
+ msgstr ""
12345
+
12346
+ #: includes/widgets/htmega_bbpress.php:62
12347
+ msgid "Topic Tags"
12348
+ msgstr ""
12349
+
12350
+ #: includes/widgets/htmega_brand.php:288
12351
+ msgid "Transition Duration"
12352
+ msgstr ""
12353
+
12354
+ #: includes/widgets/htmega_business_hours.php:179
12355
+ msgid "Tues Day"
12356
+ msgstr ""
12357
+
12358
+ #: includes/widgets/htmega_socialshere.php:67
12359
+ msgid "tumblr"
12360
+ msgstr ""
12361
+
12362
+ #: includes/widgets/htmega_socialshere.php:63
12363
+ #: includes/widgets/htmega_socialshere.php:325
12364
+ msgid "Twitter"
12365
+ msgstr ""
12366
+
12367
+ #: includes/widgets/htmega_twitter_feed.php:114
12368
+ msgid "Twitter access token secret."
12369
+ msgstr ""
12370
+
12371
+ #: includes/widgets/htmega_twitter_feed.php:104
12372
+ msgid "Twitter access token."
12373
+ msgstr ""
12374
+
12375
+ #: includes/widgets/htmega_twitter_feed.php:84
12376
+ msgid "Twitter consumer key."
12377
+ msgstr ""
12378
+
12379
+ #: includes/widgets/htmega_twitter_feed.php:94
12380
+ msgid "Twitter consumer secret."
12381
+ msgstr ""
12382
+
12383
+ #: admin/include/admin-setting.php:559
12384
+ #: includes/widgets/htmega_twitter_feed.php:18
12385
+ #: includes/widgets/htmega_twitter_feed.php:48
12386
+ msgid "Twitter Feed"
12387
+ msgstr ""
12388
+
12389
+ #: includes/widgets/htmega_image_grid.php:71
12390
+ #: includes/widgets/htmega_image_masonry.php:80
12391
+ #: includes/widgets/htmega_testimonial_grid.php:74
12392
+ #: includes/widgets/htmega_testimonial_grid.php:89
12393
+ #: includes/widgets/htmega_testimonial_grid.php:106
12394
+ msgid "Two"
12395
+ msgstr ""
12396
+
12397
+ #: includes/widgets/htmega_animated_heading.php:71
12398
+ #: includes/widgets/htmega_buddy_press.php:48
12399
+ msgid "Type"
12400
+ msgstr ""
12401
+
12402
+ #: includes/widgets/htmega_errorcontent.php:114
12403
+ msgid "Type your Description here."
12404
+ msgstr ""
12405
+
12406
+ #: includes/widgets/htmega_call_to_action.php:106
12407
+ msgid "Type your description here..."
12408
+ msgstr ""
12409
+
12410
+ #: includes/widgets/htmega_errorcontent.php:102
12411
+ msgid "Type your Sub title here."
12412
+ msgstr ""
12413
+
12414
+ #: includes/widgets/htmega_call_to_action.php:59
12415
+ msgid "Type your sub title here..."
12416
+ msgstr ""
12417
+
12418
+ #: includes/widgets/htmega_counter.php:157
12419
+ msgid "Type your title here"
12420
+ msgstr ""
12421
+
12422
+ #: includes/widgets/htmega_errorcontent.php:90
12423
+ msgid "Type your title here."
12424
+ msgstr ""
12425
+
12426
+ #: includes/widgets/htmega_call_to_action.php:84
12427
+ msgid "Type your title here..."
12428
+ msgstr ""
12429
+
12430
+ #: includes/widgets/htmega_accordion.php:655
12431
+ #: includes/widgets/htmega_accordion.php:745
12432
+ #: includes/widgets/htmega_accordion.php:1011
12433
+ #: includes/widgets/htmega_accordion.php:1339
12434
+ #: includes/widgets/htmega_add_banner.php:454
12435
+ #: includes/widgets/htmega_add_banner.php:513
12436
+ #: includes/widgets/htmega_add_banner.php:572
12437
+ #: includes/widgets/htmega_add_banner.php:639
12438
+ #: includes/widgets/htmega_animated_heading.php:174
12439
+ #: includes/widgets/htmega_animated_heading.php:258
12440
+ #: includes/widgets/htmega_animated_heading.php:305
12441
+ #: includes/widgets/htmega_animated_heading.php:393
12442
+ #: includes/widgets/htmega_buddy_press.php:336
12443
+ #: includes/widgets/htmega_buddy_press.php:405
12444
+ #: includes/widgets/htmega_button.php:220
12445
+ #: includes/widgets/htmega_button.php:590
12446
+ #: includes/widgets/htmega_caldera_form.php:113
12447
+ #: includes/widgets/htmega_caldera_form.php:157
12448
+ #: includes/widgets/htmega_caldera_form.php:477
12449
+ #: includes/widgets/htmega_call_to_action.php:524
12450
+ #: includes/widgets/htmega_call_to_action.php:583
12451
+ #: includes/widgets/htmega_call_to_action.php:642
12452
+ #: includes/widgets/htmega_call_to_action.php:698
12453
+ #: includes/widgets/htmega_call_to_action.php:904
12454
+ #: includes/widgets/htmega_countdown.php:1036
12455
+ #: includes/widgets/htmega_data_table.php:666
12456
+ #: includes/widgets/htmega_data_table.php:785
12457
+ #: includes/widgets/htmega_data_table.php:898
12458
+ #: includes/widgets/htmega_data_table.php:1016
12459
+ #: includes/widgets/htmega_data_table.php:1079
12460
+ #: includes/widgets/htmega_double_button.php:495
12461
+ #: includes/widgets/htmega_double_button.php:668
12462
+ #: includes/widgets/htmega_double_button.php:851
12463
+ #: includes/widgets/htmega_download_monitor.php:223
12464
+ #: includes/widgets/htmega_download_monitor.php:290
12465
+ #: includes/widgets/htmega_easy_digital_download.php:380
12466
+ #: includes/widgets/htmega_easy_digital_download.php:465
12467
+ #: includes/widgets/htmega_easy_digital_download.php:502
12468
+ #: includes/widgets/htmega_easy_digital_download.php:739
12469
+ #: includes/widgets/htmega_errorcontent.php:327
12470
+ #: includes/widgets/htmega_errorcontent.php:406
12471
+ #: includes/widgets/htmega_errorcontent.php:485
12472
+ #: includes/widgets/htmega_errorcontent.php:581
12473
+ #: includes/widgets/htmega_errorcontent.php:732
12474
+ #: includes/widgets/htmega_googlemap.php:189
12475
+ #: includes/widgets/htmega_googlemap.php:223
12476
+ #: includes/widgets/htmega_googlemap.php:425
12477
+ #: includes/widgets/htmega_googlemap.php:512
12478
+ #: includes/widgets/htmega_image_comparison.php:253
12479
+ #: includes/widgets/htmega_image_comparison.php:334
12480
+ #: includes/widgets/htmega_image_grid.php:480
12481
+ #: includes/widgets/htmega_notify.php:341
12482
+ #: includes/widgets/htmega_panel_slider.php:702
12483
+ #: includes/widgets/htmega_panel_slider.php:758
12484
+ #: includes/widgets/htmega_postgrid.php:479
12485
+ #: includes/widgets/htmega_postgrid.php:554
12486
+ #: includes/widgets/htmega_postgrid.php:594
12487
+ #: includes/widgets/htmega_postgrid.php:681
12488
+ #: includes/widgets/htmega_post_grid_tab.php:459
12489
+ #: includes/widgets/htmega_post_grid_tab.php:546
12490
+ #: includes/widgets/htmega_post_grid_tab.php:643
12491
+ #: includes/widgets/htmega_post_grid_tab.php:769
12492
+ #: includes/widgets/htmega_post_grid_tab.php:863
12493
+ #: includes/widgets/htmega_post_slider.php:894
12494
+ #: includes/widgets/htmega_post_slider.php:981
12495
+ #: includes/widgets/htmega_post_slider.php:1078
12496
+ #: includes/widgets/htmega_post_slider.php:1197
12497
+ #: includes/widgets/htmega_post_slider.php:1291
12498
+ #: includes/widgets/htmega_pricing_list_view.php:1323
12499
+ #: includes/widgets/htmega_pricing_list_view.php:1414
12500
+ #: includes/widgets/htmega_pricing_list_view.php:1532
12501
+ #: includes/widgets/htmega_pricing_list_view.php:1664
12502
+ #: includes/widgets/htmega_progress_bar.php:751
12503
+ #: includes/widgets/htmega_progress_bar.php:830
12504
+ #: includes/widgets/htmega_scroll_image.php:401
12505
+ #: includes/widgets/htmega_singlepost.php:174
12506
+ #: includes/widgets/htmega_singlepost.php:261
12507
+ #: includes/widgets/htmega_singlepost.php:374
12508
+ #: includes/widgets/htmega_special_day_banner.php:359
12509
+ #: includes/widgets/htmega_special_day_banner.php:418
12510
+ #: includes/widgets/htmega_special_day_banner.php:477
12511
+ #: includes/widgets/htmega_special_day_banner.php:536
12512
+ #: includes/widgets/htmega_special_day_banner.php:595
12513
+ #: includes/widgets/htmega_special_day_banner.php:662
12514
+ #: includes/widgets/htmega_tabs.php:549
12515
+ #: includes/widgets/htmega_verticle_time_line.php:158
12516
+ #: includes/widgets/htmega_verticle_time_line.php:211
12517
+ #: includes/widgets/htmega_verticle_time_line.php:341
12518
+ #: includes/widgets/htmega_wc_categories.php:300
12519
+ #: includes/widgets/htmega_wc_element_pages.php:279
12520
+ #: includes/widgets/htmega_wc_element_pages.php:405
12521
+ #: includes/widgets/htmega_wc_element_pages.php:660
12522
+ #: includes/widgets/htmega_wc_element_pages.php:942
12523
+ #: includes/widgets/htmega_wc_element_pages.php:1326
12524
+ #: includes/widgets/htmega_wc_element_pages.php:1591
12525
+ #: includes/widgets/htmega_wc_element_pages.php:1725
12526
+ #: includes/widgets/htmega_wc_element_pages.php:1873
12527
+ #: includes/widgets/htmega_working_process.php:654
12528
+ #: includes/widgets/htmega_working_process.php:733
12529
+ #: includes/widgets/htmega_working_process.php:833
12530
+ #: extensions/ht-builder/widgets/bl_page_title.php:78
12531
+ #: extensions/ht-builder/widgets/bl_post_archive.php:359
12532
+ #: extensions/ht-builder/widgets/bl_post_archive.php:466
12533
+ #: extensions/ht-builder/widgets/bl_post_archive.php:572
12534
+ #: extensions/ht-builder/widgets/bl_post_archive.php:664
12535
+ #: extensions/ht-builder/widgets/bl_post_archive.php:733
12536
+ #: extensions/ht-builder/widgets/bl_post_archive.php:869
12537
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:80
12538
+ #: extensions/ht-builder/widgets/bl_post_comments.php:60
12539
+ #: extensions/ht-builder/widgets/bl_post_comments.php:121
12540
+ #: extensions/ht-builder/widgets/bl_post_content.php:60
12541
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:60
12542
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:373
12543
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:413
12544
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:139
12545
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:224
12546
+ #: extensions/ht-builder/widgets/bl_post_title.php:77
12547
+ #: extensions/ht-builder/widgets/bl_site_title.php:80
12548
+ msgid "Typography"
12549
+ msgstr ""
12550
+
12551
+ #: includes/widgets/htmega_weather.php:52
12552
+ msgid "Units"
12553
+ msgstr ""
12554
+
12555
+ #: includes/widgets/htmega_newsticker.php:132
12556
+ msgid "Up"
12557
+ msgstr ""
12558
+
12559
+ #: includes/widgets/htmega_section_title.php:644
12560
+ msgid "Use Backround for Text"
12561
+ msgstr ""
12562
+
12563
+ #: includes/widgets/htmega_googlemap.php:171
12564
+ msgid "Use max 32x32 px size."
12565
+ msgstr ""
12566
+
12567
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:114
12568
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:153
12569
+ #, php-format
12570
+ msgid "Use the letters: %s"
12571
+ msgstr ""
12572
+
12573
+ #: admin/include/admin-setting.php:567
12574
+ #: includes/widgets/htmega_user_login_form.php:13
12575
+ msgid "User Login Form"
12576
+ msgstr ""
12577
+
12578
+ #: includes/widgets/htmega_twitter_feed.php:833
12579
+ msgid "User Name Style"
12580
+ msgstr ""
12581
+
12582
+ #: admin/include/admin-setting.php:575
12583
+ msgid "User Register Form"
12584
+ msgstr ""
12585
+
12586
+ #: includes/widgets/htmega_twitter_feed.php:71
12587
+ msgid "UserName"
12588
+ msgstr ""
12589
+
12590
+ #: includes/widgets/htmega_user_login_form.php:1564
12591
+ #: includes/widgets/htmega_user_login_form.php:1565
12592
+ msgid "Username"
12593
+ msgstr ""
12594
+
12595
+ #: includes/widgets/htmega_user_login_form.php:208
12596
+ msgid "Username Label"
12597
+ msgstr ""
12598
+
12599
+ #: includes/widgets/htmega_user_login_form.php:210
12600
+ #: includes/widgets/htmega_user_login_form.php:223
12601
+ msgid "Username or Email"
12602
+ msgstr ""
12603
+
12604
+ #: includes/widgets/htmega_user_login_form.php:221
12605
+ msgid "Username Placeholder"
12606
+ msgstr ""
12607
+
12608
+ #: includes/helper-function.php:443
12609
+ msgid "Username too short. At least 4 characters is required"
12610
+ msgstr ""
12611
+
12612
+ #: includes/helper-function.php:438
12613
+ msgid "Username, Password and E-Mail are required"
12614
+ msgstr ""
12615
+
12616
+ #: includes/widgets/htmega_caldera_form.php:657
12617
+ #: includes/widgets/htmega_ninja_form.php:1137
12618
+ msgid "Validation Pass Style"
12619
+ msgstr ""
12620
+
12621
+ #: includes/widgets/htmega_progress_bar.php:763
12622
+ msgid "Value"
12623
+ msgstr ""
12624
+
12625
+ #: includes/widgets/htmega_progress_bar.php:174
12626
+ msgid "Value Indicator"
12627
+ msgstr ""
12628
+
12629
+ #: includes/widgets/htmega_progress_bar.php:62
12630
+ #: includes/widgets/htmega_scroll_navigation.php:143
12631
+ #: includes/widgets/htmega_scroll_navigation.php:165
12632
+ #: includes/widgets/htmega_scroll_navigation.php:195
12633
+ msgid "Vertical"
12634
+ msgstr ""
12635
+
12636
+ #: includes/widgets/htmega_pricing_list_view.php:1155
12637
+ msgid "Vertical Alignment"
12638
+ msgstr ""
12639
+
12640
+ #: includes/widgets/htmega_working_process.php:235
12641
+ msgid "Vertical Line Color"
12642
+ msgstr ""
12643
+
12644
+ #: includes/widgets/htmega_service.php:861
12645
+ msgid "Vertical line Hover Color"
12646
+ msgstr ""
12647
+
12648
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:15
12649
+ msgid "Vertical Mega Menu"
12650
+ msgstr ""
12651
+
12652
+ #: includes/widgets/htmega_carousel.php:695
12653
+ #: includes/widgets/htmega_panel_slider.php:992
12654
+ msgid "Vertical Position"
12655
+ msgstr ""
12656
+
12657
+ #: includes/widgets/htmega_special_day_banner.php:219
12658
+ msgid "Vertical Postion"
12659
+ msgstr ""
12660
+
12661
+ #: includes/widgets/htmega_slider_thumb_gallery.php:463
12662
+ msgid "Vertical Slide"
12663
+ msgstr ""
12664
+
12665
+ #: includes/widgets/htmega_twitter_feed.php:1410
12666
+ msgid "Vertical Space"
12667
+ msgstr ""
12668
+
12669
+ #: includes/widgets/htmega_verticle_time_line.php:14
12670
+ msgid "Vertical Timeline"
12671
+ msgstr ""
12672
+
12673
+ #: includes/widgets/htmega_verticle_time_line.php:36
12674
+ msgid "Vertical Timeline Layout"
12675
+ msgstr ""
12676
+
12677
+ #: admin/include/admin-setting.php:583
12678
+ msgid "Verticle Timeline"
12679
+ msgstr ""
12680
+
12681
+ #: includes/widgets/htmega_socialshere.php:90
12682
+ msgid "Viber"
12683
+ msgstr ""
12684
+
12685
+ #: includes/widgets/htmega_lightbox.php:54
12686
+ msgid "Video"
12687
+ msgstr ""
12688
+
12689
+ #: includes/widgets/htmega_videoplayer.php:233
12690
+ msgid "Video Box Style"
12691
+ msgstr ""
12692
+
12693
+ #: includes/widgets/htmega_videoplayer.php:48
12694
+ msgid "Video Container"
12695
+ msgstr ""
12696
+
12697
+ #: includes/widgets/htmega_videoplayer.php:136
12698
+ msgid "Video Image"
12699
+ msgstr ""
12700
+
12701
+ #: includes/widgets/htmega_videoplayer.php:153
12702
+ msgid "Video Options"
12703
+ msgstr ""
12704
+
12705
+ #: admin/include/admin-setting.php:591
12706
+ #: includes/widgets/htmega_videoplayer.php:12
12707
+ #: includes/widgets/htmega_videoplayer.php:41
12708
+ msgid "Video Player"
12709
+ msgstr ""
12710
+
12711
+ #: includes/widgets/htmega_videoplayer.php:221
12712
+ msgid "Video Start Time"
12713
+ msgstr ""
12714
+
12715
+ #: admin/include/admin-setting.php:1396
12716
+ msgid "Video Tutorial"
12717
+ msgstr ""
12718
+
12719
+ #: includes/widgets/htmega_lightbox.php:77
12720
+ msgid "Video URL"
12721
+ msgstr ""
12722
+
12723
+ #: includes/widgets/htmega_videoplayer.php:60
12724
+ msgid "Video Url"
12725
+ msgstr ""
12726
+
12727
+ #: includes/widgets/htmega_socialshere.php:341
12728
+ #: includes/widgets/htmega_wc_add_to_cart.php:95
12729
+ msgid "View"
12730
+ msgstr ""
12731
+
12732
+ #: admin/include/admin-setting.php:1035
12733
+ msgid "View Counter"
12734
+ msgstr ""
12735
+
12736
+ #: admin/include/admin-setting.php:1034
12737
+ msgid "View Counter <span>( Pro )</span>"
12738
+ msgstr ""
12739
+
12740
+ #: includes/widgets/htmega_accordion.php:430
12741
+ msgid "Visible Item"
12742
+ msgstr ""
12743
+
12744
+ #: includes/widgets/htmega_animated_heading.php:114
12745
+ msgid "Visible Item Number"
12746
+ msgstr ""
12747
+
12748
+ #: includes/widgets/htmega_socialshere.php:68
12749
+ msgid "Vkontakte"
12750
+ msgstr ""
12751
+
12752
+ #: admin/include/templates/library/templates.php:148
12753
+ msgid "Want to learn more about the HT Mega library?"
12754
+ msgstr ""
12755
+
12756
+ #: includes/widgets/htmega_notify.php:135
12757
+ msgid "Warning"
12758
+ msgstr ""
12759
+
12760
+ #: admin/include/admin-setting.php:1265
12761
+ #: includes/widgets/htmega_wc_add_to_cart.php:14
12762
+ msgid "WC : Add To cart"
12763
+ msgstr ""
12764
+
12765
+ #: admin/include/admin-setting.php:1273
12766
+ #: includes/widgets/htmega_wc_categories.php:13
12767
+ msgid "WC : Categories"
12768
+ msgstr ""
12769
+
12770
+ #: admin/include/admin-setting.php:1281
12771
+ #: includes/widgets/htmega_wc_element_pages.php:13
12772
+ msgid "WC : Pages"
12773
+ msgstr ""
12774
+
12775
+ #: extensions/wc-sales-notification/admin/setting.php:268
12776
+ msgid "WC Sales Notification Settings"
12777
+ msgstr ""
12778
+
12779
+ #: admin/include/admin-setting.php:623 includes/widgets/htmega_weather.php:13
12780
+ #: includes/widgets/htmega_weather.php:36
12781
+ msgid "Weather"
12782
+ msgstr ""
12783
+
12784
+ #: admin/include/admin-setting.php:806
12785
+ msgid "Weather Map API Key"
12786
+ msgstr ""
12787
+
12788
+ #: admin/include/admin-setting.php:808
12789
+ msgid "Weather Map API key"
12790
+ msgstr ""
12791
+
12792
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:98
12793
+ msgid "Website"
12794
+ msgstr ""
12795
+
12796
+ #: includes/helper-function.php:470
12797
+ msgid "Website is not a valid URL"
12798
+ msgstr ""
12799
+
12800
+ #: includes/widgets/htmega_business_hours.php:184
12801
+ msgid "Wednesday"
12802
+ msgstr ""
12803
+
12804
+ #: includes/widgets/htmega_instagram.php:114
12805
+ msgid "Week"
12806
+ msgstr ""
12807
+
12808
+ #: includes/widgets/htmega_socialshere.php:87
12809
+ msgid "Weibo"
12810
+ msgstr ""
12811
+
12812
+ #: includes/widgets/htmega_socialshere.php:91
12813
+ msgid "Whatsapp"
12814
+ msgstr ""
12815
+
12816
+ #: admin/include/admin-setting.php:1361
12817
+ msgid "Which will motivate us a lot."
12818
+ msgstr ""
12819
+
12820
+ #: includes/recommended-plugins/recommended-plugins.php:83
12821
+ msgid "Whols"
12822
+ msgstr ""
12823
+
12824
+ #: includes/widgets/htmega_blockquote.php:630
12825
+ #: includes/widgets/htmega_blockquote.php:755
12826
+ #: includes/widgets/htmega_caldera_form.php:521
12827
+ #: includes/widgets/htmega_carousel.php:655
12828
+ #: includes/widgets/htmega_carousel.php:920
12829
+ #: includes/widgets/htmega_carousel.php:1026
12830
+ #: includes/widgets/htmega_contact_form_seven.php:738
12831
+ #: includes/widgets/htmega_contact_form_seven.php:802
12832
+ #: includes/widgets/htmega_gravity_forms.php:662
12833
+ #: includes/widgets/htmega_imagemarker.php:808
12834
+ #: includes/widgets/htmega_image_comparison.php:463
12835
+ #: includes/widgets/htmega_instagram.php:1030
12836
+ #: includes/widgets/htmega_instagram.php:1209
12837
+ #: includes/widgets/htmega_job_manager.php:171
12838
+ #: includes/widgets/htmega_mailchimp_wp.php:327
12839
+ #: includes/widgets/htmega_modal.php:312 includes/widgets/htmega_notify.php:734
12840
+ #: includes/widgets/htmega_panel_slider.php:927
12841
+ #: includes/widgets/htmega_panel_slider.php:1134
12842
+ #: includes/widgets/htmega_popover.php:514
12843
+ #: includes/widgets/htmega_post_slider.php:1640
12844
+ #: includes/widgets/htmega_post_slider.php:1789
12845
+ #: includes/widgets/htmega_pricing_list_view.php:405
12846
+ #: includes/widgets/htmega_pricing_list_view.php:1034
12847
+ #: includes/widgets/htmega_quforms.php:805
12848
+ #: includes/widgets/htmega_scroll_navigation.php:456
12849
+ #: includes/widgets/htmega_search.php:554
12850
+ #: includes/widgets/htmega_search.php:789
12851
+ #: includes/widgets/htmega_service.php:571
12852
+ #: includes/widgets/htmega_service.php:821
12853
+ #: includes/widgets/htmega_service.php:887
12854
+ #: includes/widgets/htmega_slider_thumb_gallery.php:921
12855
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1138
12856
+ #: includes/widgets/htmega_special_day_banner.php:165
12857
+ #: includes/widgets/htmega_twitter_feed.php:1169
12858
+ #: includes/widgets/htmega_twitter_feed.php:1371
12859
+ #: includes/widgets/htmega_user_login_form.php:1173
12860
+ #: includes/widgets/htmega_working_process.php:887
12861
+ #: includes/widgets/htmega_working_process.php:1012
12862
+ #: includes/widgets/htmega_wpforms.php:948
12863
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:146
12864
+ msgid "Width"
12865
+ msgstr ""
12866
+
12867
+ #: includes/recommended-plugins/recommended-plugins.php:63
12868
+ msgid "WishSuite"
12869
+ msgstr ""
12870
+
12871
+ #: includes/recommended-plugins/recommended-plugins.php:51
12872
+ msgid "WooCommerce"
12873
+ msgstr ""
12874
+
12875
+ #: includes/recommended-plugins/recommended-plugins.php:58
12876
+ msgid "WooLentor – WooCommerce Elementor Addons + Builder"
12877
+ msgstr ""
12878
+
12879
+ #: includes/widgets/htmega_progress_bar.php:106
12880
+ #: includes/widgets/htmega_progress_bar.php:208
12881
+ #: includes/widgets/htmega_progress_bar.php:238
12882
+ #: includes/widgets/htmega_progress_bar.php:406
12883
+ #: includes/widgets/htmega_socialshere.php:84
12884
+ msgid "WordPress"
12885
+ msgstr ""
12886
+
12887
+ #: includes/widgets/htmega_pricing_list_view.php:82
12888
+ #: includes/widgets/htmega_pricing_list_view.php:146
12889
+ msgid "WordPress Plugin"
12890
+ msgstr ""
12891
+
12892
+ #: admin/include/admin-setting.php:599
12893
+ #: includes/widgets/htmega_working_process.php:14
12894
+ #: includes/widgets/htmega_working_process.php:35
12895
+ msgid "Working Process"
12896
+ msgstr ""
12897
+
12898
+ #: admin/include/admin-setting.php:1234 includes/widgets/htmega_wpforms.php:13
12899
+ #: includes/widgets/htmega_wpforms.php:57
12900
+ msgid "WP Form"
12901
+ msgstr ""
12902
+
12903
+ #: includes/recommended-plugins/recommended-plugins.php:96
12904
+ msgid "WP Plugin Manager"
12905
+ msgstr ""
12906
+
12907
+ #: includes/widgets/htmega_section_title.php:291
12908
+ msgid "X Offset"
12909
+ msgstr ""
12910
+
12911
+ #: includes/widgets/htmega_imagemarker.php:241
12912
+ msgid "X Postion"
12913
+ msgstr ""
12914
+
12915
+ #: includes/widgets/htmega_socialshere.php:83
12916
+ msgid "Xing"
12917
+ msgstr ""
12918
+
12919
+ #: includes/widgets/htmega_section_title.php:314
12920
+ msgid "Y Offset"
12921
+ msgstr ""
12922
+
12923
+ #: includes/widgets/htmega_imagemarker.php:262
12924
+ msgid "Y Postion"
12925
+ msgstr ""
12926
+
12927
+ #: includes/widgets/htmega_booked_calender.php:128
12928
+ #: includes/widgets/htmega_instagram.php:116
12929
+ msgid "Year"
12930
+ msgstr ""
12931
+
12932
+ #: includes/widgets/htmega_carousel.php:212
12933
+ #: includes/widgets/htmega_gravity_forms.php:103
12934
+ #: includes/widgets/htmega_instagram.php:407
12935
+ #: includes/widgets/htmega_panel_slider.php:158
12936
+ #: includes/widgets/htmega_panel_slider.php:169
12937
+ #: includes/widgets/htmega_panel_slider.php:312
12938
+ #: includes/widgets/htmega_post_slider.php:392
12939
+ #: includes/widgets/htmega_slider_thumb_gallery.php:211
12940
+ #: includes/widgets/htmega_slider_thumb_gallery.php:476
12941
+ #: includes/widgets/htmega_twitter_feed.php:334
12942
+ #: includes/widgets/htmega_user_login_form.php:121
12943
+ #: includes/widgets/htmega_user_login_form.php:264
12944
+ #: includes/widgets/htmega_videoplayer.php:124
12945
+ #: includes/widgets/htmega_videoplayer.php:164
12946
+ #: includes/widgets/htmega_videoplayer.php:176
12947
+ #: includes/widgets/htmega_videoplayer.php:188
12948
+ #: includes/widgets/htmega_videoplayer.php:200
12949
+ #: includes/widgets/htmega_videoplayer.php:212
12950
+ msgid "Yes"
12951
+ msgstr ""
12952
+
12953
+ #: includes/widgets/htmega_business_hours.php:170
12954
+ #: includes/widgets/htmega_instragram_feed.php:86
12955
+ #: includes/widgets/htmega_instragram_feed.php:97
12956
+ msgid "yes"
12957
+ msgstr ""
12958
+
12959
+ #: admin/include/class.diagnostic-data.php:461
12960
+ msgid "Yes, I Agree"
12961
+ msgstr ""
12962
+
12963
+ #: includes/widgets/htmega_twitter_feed.php:1677
12964
+ msgid "yesterday"
12965
+ msgstr ""
12966
+
12967
+ #: includes/widgets/htmega_user_login_form.php:1578
12968
+ #, php-format
12969
+ msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12970
+ msgstr ""
12971
+
12972
+ #: admin/include/admin-setting.php:1082
12973
+ msgid "You can enable duplicator for individual post."
12974
+ msgstr ""
12975
+
12976
+ #: admin/include/admin-setting.php:816
12977
+ msgid "You can select 404 page from here."
12978
+ msgstr ""
12979
+
12980
+ #: extensions/ht-builder/admin/setting.php:113
12981
+ msgid "You can select 404 page from here. <span>( Pro )</span>"
12982
+ msgstr ""
12983
+
12984
+ #: extensions/ht-builder/admin/setting.php:74
12985
+ msgid "You can select blog page from here."
12986
+ msgstr ""
12987
+
12988
+ #: extensions/ht-builder/admin/setting.php:125
12989
+ msgid "You can select coming soon page from here. <span>( Pro )</span>"
12990
+ msgstr ""
12991
+
12992
+ #: extensions/ht-builder/admin/setting.php:92
12993
+ msgid "You can select footer template from here."
12994
+ msgstr ""
12995
+
12996
+ #: extensions/ht-builder/admin/setting.php:83
12997
+ msgid "You can select header template from here."
12998
+ msgstr ""
12999
+
13000
+ #: extensions/ht-builder/admin/setting.php:101
13001
+ msgid "You can select search page from here. <span>( Pro )</span>"
13002
+ msgstr ""
13003
+
13004
+ #: extensions/ht-builder/admin/setting.php:65
13005
+ msgid "You can select Single blog page from here."
13006
+ msgstr ""
13007
+
13008
+ #: includes/widgets/htmega_wc_element_pages.php:1924
13009
+ msgid "Your cart is currently empty."
13010
+ msgstr ""
13011
+
13012
+ #: includes/widgets/htmega_animated_heading.php:75
13013
+ msgid "Zoom"
13014
+ msgstr ""
13015
+
13016
+ #: includes/widgets/htmega_lightbox.php:297
13017
+ msgid "Zoom Button"
13018
+ msgstr ""
13019
+
13020
+ #: includes/widgets/htmega_lightbox.php:169
13021
+ msgid "Zoom Button Text"
13022
+ msgstr ""
13023
+
13024
+ #: includes/widgets/htmega_googlemap.php:50
13025
+ msgid "Zoom Control"
13026
+ msgstr ""
13027
+
13028
+ #: includes/widgets/htmega_instagram.php:261
13029
+ #: includes/widgets/htmega_lightbox.php:154
13030
+ msgid "Zoom Icon"
13031
+ msgstr ""
13032
+
13033
+ #: includes/widgets/htmega_instagram.php:211
13034
+ msgid "Zoom Icon Type"
13035
+ msgstr ""
13036
+
13037
+ #: includes/widgets/htmega_image_magnifier.php:79
13038
+ msgid "Zoom Label"
13039
+ msgstr ""
13040
+
13041
+ #: includes/widgets/htmega_image_magnifier.php:69
13042
+ msgid "Zoomable"
13043
+ msgstr ""
readme.txt CHANGED
@@ -1,68 +1,100 @@
1
- === HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Slider, Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Table) ===
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, zenaulislam, aslamhasib
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
- Requires at least: 4.7
5
- Tested up to: 6.0.2
6
- Stable tag: 1.9.6
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- The HTMega is an Elementor addons package for Elementor page builder plugin for WordPress. It is a complete package of Elementor widgets, pre-designed Elementor templates, Elementor forms, Elementor tables, and so on. It empowers you to build a professional website in WordPress using Elementor, the well-liked WordPress page builder. From Elementor blog widget, Elementor slider widget, Elementor accordion widget, or whatever Elementor widget you like, this Elementor page builder Addons plugin will deliver you all.
11
 
12
  == Description of HT Mega Elementor Addons ==
13
- HTMega is an absolute Elementor addons that includes **84+ Elementor widgets** ,**360 Elementor Blocks** and plenty of **Elementor Templates* for various pages. This excellent WordPress Elementor plugin brings limitless possibilities. With HT Mega, you can easily add accordions, post grids, sliders, carousels, mega menus, forms, tables, and more to your pages. This all-in-one solution for your Elementor page builder needs gives you everything you need to create a custom website that looks great and functions perfectly.
14
 
15
  **HT Mega Addons for Elementor is one of the best free Elementor add-ons to supercharge your Elementor page builder and design your WordPress Elementor website more creatively with over 84+ free Elementor widgets. It has more than 90,000+ active installations! 🙂**
 
 
16
 
17
  ###USEFUL LINKS 👇###
18
- **[Live Demo](https://wphtmega.com)** | **[Documentation](https://wphtmega.com/docs/)** | **[Video Tutorial](https://www.youtube.com/watch?v=d7jAiAYusUg&list=PLk25BQFrj7wEEGUHn9x2zwOql990bZAo_)** | **[Upgrade Pro](https://wphtmega.com/pricing/)** | **[Need Support?](https://hasthemes.com/contact-us/)**
19
 
20
  == Free Unique Advanced Features of HT Mega Elementor Addons: 🔥 ==
21
  == ✅ Header/Footer Builder ==
22
- This feature allows creation a header/footer layout for the full website or specific page. There is an option to select the preferred header/footer globally or for a single page/post. The builder also allows you to create Elementor Transparent Header. You will additionally get tons of Elementor header templates or Elementor footer templates to choose from and customize one if you like.
23
 
24
  == ✅ Theme / Template builder: ==
 
 
 
25
  This feature allows creating different template/design/layout for a single archive/tag/category/search/404/coming soon/maintenance page.
26
 
27
  == ✅ Sales Notification: ==
28
- This feature allows showing the sales notification or popup to display real/fake orders. In the dashboard, there is an option to manage the design of the notification. It is the ideal Elementor add-on for showing notification popups that indicate the purchase of your items. [Check the video](https://hasthemes.com/woocommerce-sales-notification-using-woolentor/) for more details.
29
 
30
  == ✅ Elementor Menu Builder: ==
31
- This feature allows creating a menu or mega menu using the Elementor page builder.
32
 
33
  == ✅ Elementor Post Duplicator: ==
34
  This feature provides functionality to create a clone of pages or posts. You can duplicate pages, posts, and custom posts with a single click, which will be saved as a draft.
35
 
36
  == ✅ Elementor Template Library: ==
37
- Choose your page layout from the template list. You can easily import the Elementor template with a single click. There are 15 Templates available in the free version, while the pro version contains a whopping collection of 789 templates.
38
-
 
 
 
 
 
 
 
 
 
39
  == HT Mega Absolute Addons for Elementor Page Builder ==
40
  [youtube https://youtu.be/d7jAiAYusUg]
41
 
42
 
43
  == 84+ Free Elementor Widgets Are Available 🔥 ==
44
 
45
- <strong>[Elementor Accordion Widget (9 Styles) ](https://wphtmega.com/widget/element-accordion/)</strong> - The Elementor accordion widget by HT Mega comes into play to add engaging and interactive accordion content (in both vertical and horizontal orientations) to your pages, posts, and anywhere. With this amazing Elementor accordion widget, you can easily create beautiful accordions that will captivate your visitors.
 
 
 
 
 
 
 
 
 
 
46
 
47
  <strong>[Elementor Heading Widget (7 Styles) ](https://wphtmega.com/widget/element-heading/)</strong> - The purpose of the Elementor Heading Widget on your website is to show off a variety of styles. With different headings, you'll be able to make every page look unique and interesting.
48
 
49
- <strong>[Elementor Banner Box Widget (4 Styles) ](https://wphtmega.com/widget/element-banner/)</strong> - The Elementor Banner widget is an excellent tool for including eye-catching banners on your Elementor website. Using this widget, you can easily design and modify banners that will grab the attention of your visitors.
 
 
50
 
51
  <strong>[Elementor Block Quote Widget (5 Styles) ](https://wphtmega.com/widget/element-blockquote/)</strong> - To display an element that has been quoted from someplace else, use the Elementor block quote widget. The blockquote widget in HT Mega is available in a number of formats.
52
 
53
  <strong>[Elementor Brand Widget (7 Styles) ](https://wphtmega.com/widget/element-brand/)</strong> - The HT Mega Elementor Brand widget makes it easy to add brand logos to your web pages. It comes with numerous options right out of the box.
54
 
55
- <strong>[Elementor Business Hours Widget (5 Styles) ](https://wphtmega.com/widget/element-business-hours/)</strong> - The Business Hour widget makes it simple and straightforward to display your business hours. There are five distinct layouts to choose from, as well as the option to change the day and time. As a result, you may let your website visitors know when your company is open or closed.
 
 
 
56
 
57
- <strong>[Elementor Button Widget (5 Styles) ](https://wphtmega.com/widget/element-button/)</strong> - The button Widget will catch the visitor's eye and make it easy to click through on any page of your website with its different styles.
58
 
59
- <strong>[Elementor Call To Action Widget (7 Styles) ](https://wphtmega.com/widget/element-call-to-action/)</strong> - The Elementor Call to Action Widget by HT Mega is a great tool for adding an interactive, customizable call-to-action button on your WordPress website. Choose from 7 styles and adjust its size so it will fit any page!
60
 
61
- <strong>[Elementor Contact Form Widget (7 Styles) ](https://wphtmega.com/widget/element-contact-form/)</strong> - The HT Mega Elementor Contact Forms widget is useful for adjusting the appearance and feel of contact forms and displaying them attractively on your website. You can use this fantastic Elementor Contact Forms Widget to integrate a contact form into your WordPress site adjusting the look and feel as per your choice and needs.
62
 
63
- <strong>[Elementor Countdown Timer Widget (7 Styles) ](https://wphtmega.com/widget/element-countdown/)</strong> - The Elementor Countdown Widget allows you to create an eye-catching and practical time tracker that will help your audience quickly know the remaining time of your product offer.
64
 
65
- <strong>[Elementor Counter Up Widget (6 Styles) ](https://wphtmega.com/widget/element-counter/)</strong> -The Elementor counter widget enables you to create numbered counter in an eye-catchy animation by which you can show the facts and figures on your web page. If you use Elementor Counter Up Widget, you will get many customization options.
 
 
 
66
 
67
  <strong>[Elementor Custom Carousel Widget (7 Styles) ](https://wphtmega.com/widget/element-custom-carousel/)</strong> - With the Elementor image carousel widget, you can display numerous gorgeous and engaging carousels for your site in a single place. It comes in seven different styles. Instead of adding individual pictures, you can use this fantastic widget to create a carousel with many images!
68
 
@@ -74,10 +106,14 @@ Choose your page layout from the template list. You can easily import the Elemen
74
 
75
  <strong>[Elementor Flip Box Widget (5 Styles) ](https://wphtmega.com/widget/element-flipbox/)</strong> - The HT Mega Elementor Flip Box widget is a great tool for adding gorgeous flip box content to your WordPress web pages and making them more attention-grabbing.
76
 
77
- <strong>[Elementor Google Map Widget (5 Styles) ](https://wphtmega.com/widget/element-google-map/)</strong> - Adding Google Map location of your business on your website is vital to make it easier for visitors to find your location. That’s where the Elementor Google maps widget is necessary. With the HT Mega Elementor Add-ons plugin, you can create a personalized Google map that can be shown anywhere on your website. It has 5 unique styles.
78
 
79
  <strong>[Elementor Animated Heading Widget (7 Styles) ](https://wphtmega.com/widget/element-animated-heading/)</strong> - You can make custom animations for your page headings with the Elementor animated heading widget by HT Mega, which will help you stand out from the crowd. This useful widget lets you create animated headings that can be used as the headings for your website.
80
 
 
 
 
 
81
  <strong>[Elementor Image Comparison Widget (5 Styles) ](https://wphtmega.com/widget/element-image-comparison/)</strong> - This handy widget is useful to show the difference between two images. It gives you 5 unique styles to choose from.
82
 
83
  <strong>[Elementor Image Justify Widget (5 Styles) ](https://wphtmega.com/widget/element-image-justify/)</strong> - With HT Mega Elementor Image Justify Widget, you can effortlessly build a stunning and aligned image gallery on your web page.
@@ -114,53 +150,67 @@ Choose your page layout from the template list. You can easily import the Elemen
114
 
115
  <strong>[Elementor Post Carousel Widget (5 Styles) ](https://wphtmega.com/widget/post-carosul/)</strong> - Post Carousel allows you to build an engaging post carousel that will appeal to your readers. This is an efficient Elementor carousel widget that really comes into play to show your posts more attractively. You can use this Elementor post carousel widget to showcase your latest blog posts, products, or any other type of content that you want to feature in a carousel. Also, Elementor posts carousel widget is easy to use and provides a great way to engage your readers.
116
 
117
- <strong>[Elementor Post Grid Widget (5 Styles) ](https://wphtmega.com/widget/element-post-grid/)</strong> - Post Grid widget displays posts in the grid that provides multiple layouts of a page. This widget shows the post title and featured image in this format to open an enlarged article view.
 
 
 
118
 
119
  <strong>[Elementor Post Grid Tab Widget (5 Styles) ](https://wphtmega.com/widget/element-post-grid-tab/)</strong> - In a grid layout, the Elementor Post Grid Tab widget in HT Mega shows the post title and featured picture in a special tabbed format.
120
 
121
  <strong>[Elementor Post Slider Widget (5 Styles) ](https://wphtmega.com/widget/element-post-slider/)</strong> - The Post Slider Widget is a dynamic slider that presents your posts with images attractively with sliders. This Elementor slider widget comes in handy when you want to present your sliders more appealingly to the visitors. Bring more creativity to your Elementor powered website with this amazing Elementor slideshow widget.
122
 
 
 
123
  <strong>[Elementor Pricing List View Widget (3 Styles) ](https://wphtmega.com/widget/element-pricing-list-view/)</strong> - The HT Mega Elementor Pricing table widget offers different types of pricing table styles for your single product.
124
 
125
- <strong>[Elementor Pricing Table Widget (7 Styles) ](https://wphtmega.com/widget/element-pricing-table/)</strong> - The HT Mega Elementor Pricing table widget offers different types of pricing table styles for your single product. Adjust the price tables of your products using this modern Elementor price table widget offered by HT Mega.
126
 
127
  <strong>[Elementor Progress Bar (10 Styles) ](https://wphtmega.com/widget/element-progress-bar/)</strong> - With its 10 various designs, the HT Mega progress bar widget makes displaying percentage-based progress bars on web pages a breeze!
128
 
129
  <strong>[Elementor Scroll Image Widget (2 Styles) ](https://wphtmega.com/widget/element-scroll-image/)</strong> - The Scroll image widget allows you to showcase your favorite images with a scroll, and you can pick whether your images should scroll from top to bottom or left to right.
130
 
131
- <strong>[Elementor Scroll Navigation Widget (4 Styles) ](https://wphtmega.com/widget/element-scroll-navigation/)</strong> - The Scroll navigation widget allows you to simplify the process of site navigation for your visitors, This widget allows you to flip through different sections within a single page. The HT Mega plugin provides 4 styles for this widget.
132
 
133
- <strong>[Elementor Search Widget (5 Styles) ](https://wphtmega.com/widget/elementor-search/)</strong> - The Search widget allows you to show a search option on your website. This unique Elementor search widget provides you with 5 styles.
134
 
135
  <strong>[Elementor Services Widget (7 Styles) ](https://wphtmega.com/widget/element-services/)</strong> - The Elementor Services Widget by HT Mega makes it easy to display services on your website. It comes with seven different styles for displaying the 'services' content on web pages.
136
 
137
- <strong>[Elementor Single Post Widget (5 Styles) ](https://wphtmega.com/widget/element-single-post/)</strong> - The Single Post widget will allow you to highlight a single post on your website. This widget allows for more flexibility when it comes to displaying individual posts in different ways. This Elementor posts widget makes showcasing your posts in a more professional way. Users can also choose to display the post title, excerpt, author, date, and even the number of comments in Elementor page builder using this exclusive Elementor post content widget.
 
 
 
138
 
139
  <strong>[Elementor Social Share Widget (9 Styles) ](https://wphtmega.com/widget/elementor-social-share-widget/)</strong> - Social share widget is a special widget to share any of your products in any social media. This widget will increase your sales and earn more visitors.
140
 
141
  <strong>[Elementor Switcher Widget (9 Styles) ](https://wphtmega.com/widget/element-switcher/)</strong> - The switcher widget is the perfect tool for content switching. It allows you to quickly and easily switch between your pricing table, info sections, services, and other layouts.
142
 
143
- <strong>[Elementor Tab Widget (5 Styles) ](https://wphtmega.com/widget/element-tab/)</strong> - With just a few clicks, you can quickly and effortlessly create attractive, structured tab sections with the Elementor tabs widget. Tabs are efficient for websites that need to keep their content organized and accessible.
 
144
 
145
  <strong>[Elementor Data Table Widget (3 Styles) ](https://wphtmega.com/widget/element-data-table/)</strong> - The Elementor data table widget by HT Mega is a useful tool for quickly adding Elementor tables to your content. These tables are ideal for presenting data in an engaging and intriguing manner, making it simpler for your visitors to present the information.
146
 
147
- <strong>[Elementor Team Member Widget (8 Styles) ](https://wphtmega.com/widget/element-team-member/)</strong> - Team member widget is a great way to show the team member whom you work with or have worked for your company. This widget includes their names, social media links, and a brief description of what they do.
 
 
 
 
148
 
149
- <strong>[Elementor Testimonial Carousel Widget (5 Styles) ](https://wphtmega.com/widget/element-testimonial/)</strong> - The Testimonial Carousel widget is an excellent way for visitors to your website to get an idea of what you're all about. You can customize it with a plethora of options and choose the layout that you prefer the most. Display customer reviews in a more stunning and impressive carousel using this unique Elementor reviews widget.
150
 
151
- <strong>[Elementor Testimonial Grid Widget (5 Styles) ](https://wphtmega.com/widget/element-testimonial-grid/)</strong> - It is Elementor review widget that comes in handy to showcase your user reviews/testimonials beautifully. You can use this widget to show client testimonials in an easy-to-read grid layout, allowing web visitors to see what others have said about your product or service.
152
 
153
  <strong>[Elementor Thumbnails Gallery Widget (4 Styles) ](https://wphtmega.com/widget/element-thumbnails-gallery/)</strong> - The Thumbnail Gallery Widget allows you to add multiple images to your image gallery page. You can choose from different layouts, such as the Basic Gallery layout or the Masonry Layout. It is a responsive Elementor gallery widget, so it will scale to fit any screen size. Also, this Elementor image gallery widget is compatible with all major browsers, including Chrome, Firefox, Safari, and Edge.
154
 
155
- <strong>[Elementor Toggle Widget (3 Styles) ](https://wphtmega.com/widget/element-toggle/)</strong> - The Toggle Widget is perfect for hiding content to make it accessible only after the user clicks on a specific title. HT Mega comes with a sophisticated Elementor content toggle widget which you can use to make the most incredible toggle with captivating boxes.
156
 
157
  <strong>[Elementor Tool Tip Widget (4 Styles) ](https://wphtmega.com/widget/element-tooltip/)</strong> - Tooltip Widget is a lightweight, simple widget that interactively displays your Tooltip content using icons, text, and images. You can use Elementor tooltips widget to create engaging, informative, and visually appealing tooltips for your website or blog. Elementor tooltips widget is compatible with all major browsers and devices.
158
 
159
  <strong>[Elementor Twitter Feed Widget (5 Styles) ](https://wphtmega.com/widget/element-twitter-feed/)</strong> - The Twitter Feed widget is a great way to display and share your favorite tweets with the world. You can choose from different layouts like grids, columns, or even full width, which you prefer most.
 
 
160
 
161
  <strong>[Elementor Vertical Timeline Widget (3 Styles) ](https://wphtmega.com/widget/element-vertical-timeline/)</strong> - The Vertical Timeline widget is a great way to show your project's phases in an easy-to-follow format. You can use this Elementor Timeline widget for everything from Roadmaps and upcoming events through completed projects, so there'll always be clarity on what you need next.
162
 
163
- <strong>[Elementor Video Player Widget (4 Styles) ](https://wphtmega.com/widget/elementor-video-player/)</strong> - The Video Player Widget is a useful tool with intuitive options to showcase your YouTube, and Vimeo videos in style for WordPress using Elementor. You can add a custom thumbnail image and set an overlay that will present the videos on web pages in a more appealing and attractive way. You can try this Elementor video widget to showcase your YouTube/Vimeo videos in a professional way.
164
 
165
  <strong>[Elementor Weather Widget (3 Styles) ](https://wphtmega.com/widget/element-weather/)</strong> - The weather widget is the perfect widget for updating your location’s weather. You can also set multiple locations and have the latest weather updates.
166
 
@@ -180,13 +230,13 @@ Choose your page layout from the template list. You can easily import the Elemen
180
 
181
  <strong>[Elementor Easy digital downloads Widget](https://wphtmega.com/widget/element-easy-digital-downloads/)</strong> - This helpful widget displays the content of your downloads in the Easy Digital Downloads plugin. It has a lot of options for modifying the design, content, and so on, and it provides your download content a professional look.
182
 
183
- <strong>[Elementor Event Countdown Widget](https://wphtmega.com/widget/element-event-countdown/)</strong> - The Events Countdown widget allows you to quickly and simply create beautiful event countdown content. As a result, you can see how much time is remaining for a specific event in days, hours, minutes, and so on.
184
 
185
- <strong>[Elementor Gravity Forms Widget](https://wphtmega.com/widget/element-gravity-forms/)</strong> - With the help of this simple Gravity Elementor forms widget from HT Mega, you can design and decorate your gravity forms and display them on web pages in a stylish way. This Elementor gravity forms widget is easy to use and comes with a variety of features that allow you to customize the look and feel of your forms. You can select from a variety of fonts, colors, and layouts to create a form that is unique to your website.
186
 
187
  <strong>[Elementor Instagram Feed Widget](https://wphtmega.com/widget/element-instagram-feed/)</strong> - The HT Mega Elementor Instagram feed widget enables you to display your Instagram feed on your website. This widget gives your visitors a much more visually appealing experience when displaying your Instagram gallery to the WordPress Elementor web pages So, this Instagram feed Elementor widget is worth checking out if you want to showcase your Instagram activities to your site easily.
188
 
189
- <strong>[Elementor Job Manager Widget](https://wphtmega.com/widget/element-job-manager/)</strong> - Job Manger is a useful widget to display the job postings on your web pages with tons of handy customizable options.
190
 
191
  <strong>[Elementor Layer Slider Widget](https://wphtmega.com/widget/element-layer-slider/)</strong> - The HT Mega Elementor Layer Slider widget is a fantastic way to create simple responsive layer sliders quickly. It provides you with all the options you need to make everything change in order for the website to display layer sliders.
192
 
@@ -194,11 +244,11 @@ Choose your page layout from the template list. You can easily import the Elemen
194
 
195
  <strong>[Elementor QU Form Widget](https://wphtmega.com/widget/element-quform/)</strong> - Quform is a drag-and-drop form builder for WordPress that lets you create awesome forms in no time. With the Quform widget in HT Mega, you can personalize the look and feel of Quforms contents on your web pages.
196
 
197
- <strong>[Elementor TablePress Widget](https://wphtmega.com/widget/element-tablepress/)</strong> - TablePress makes creating and maintaining beautiful tables a breeze. If you want to manage the content of TablePress on your web pages, this widget can help.
198
 
199
  <strong>[Elementor MailChimp for WP Widget](https://wphtmega.com/widget/element-subscribe/)</strong> - The HT Mega Elementor MailChimp for WP widget is helpful in managing the look and feel of your MailChimp subscribe form content.
200
 
201
- <strong>[Elementor WP Forms Widget](https://wphtmega.com/widget/element-wp-forms/)</strong> - The HT Mega Elementor WPForms widget makes it simple to edit WPForms content on your website. This widget can help you control the content of WPForms if you've incorporated it into your webpages.
202
 
203
  <strong>[Elementor WooCommerce add to cart Widget](https://wphtmega.com/widget/element-woocommerce-add-to-cart/)</strong> - The WooCommerce add to Cart widget helps you create the add-to-cart button so that customers can add their desired items to the cart right away and make purchases easily.
204
 
@@ -223,6 +273,9 @@ Choose your page layout from the template list. You can easily import the Elemen
223
  * 15 Page Templates
224
 
225
  == Exclusive HT Mega Pro Features: ==
 
 
 
226
  * 39 Categories / Template Sets
227
  * 789 Elementor Page Templates
228
  * Cross Domain Copy Paste
@@ -245,6 +298,8 @@ Choose your page layout from the template list. You can easily import the Elemen
245
  * Cross Icon Color Option
246
 
247
  == HT Mega Pro Elementor Widgets ==
 
 
248
  <strong>[Elementor Info Box Widget (9 Styles) ](https://wphtmega.com/elementor-info-box-widget/)</strong> - With it’s stunning info box widget, HT Mega Elementor Addons plugin allows you to create powerful feature boxes with the HT Mega Elementor Info Box Widget. In this widget, you can add a title, description and call to action in combination with images or icons to create something truly attractive and engaging.
249
 
250
  <strong>[Elementor Lottie Widget (8 Styles) ](https://wphtmega.com/elementor-lottie-widget/)</strong> - Why not grab a user's attention by adding captivating Lottie animations to your website? These lightweight and high-quality animation assets can be used with HT Mega Elementor Lottie Widget. This impressive Elementor widget comes with tons of controls and settings to take charge of your animations.
@@ -255,9 +310,11 @@ Choose your page layout from the template list. You can easily import the Elemen
255
 
256
  <strong>[Elementor Price Menu Widget (Style 4) ](https://wphtmega.com/widget/elementor-price-menu-widget/)</strong> HT Mega Elementor Price Menu widget will give your website a distinctive look and help online shoppers find the perfect item with ease. Your menu or catalog will be easy on the eye while still being attractive.
257
 
258
- <strong>[Elementor Social Network Widget (Style 7) ](https://wphtmega.com/widget/elementor-social-network-widget/)</strong> HT Mega Elementor Social Icons Widget is an efficient widget that lets you add links for all of your social media channels in just a few moments. The best part? This Elementor social media widget is as simple as adding any social media icon to any screen or page of your site.
 
259
 
260
- <strong>[Elementor Category List Widget (Style 8) ](https://wphtmega.com/widget/elementor-category-list-widget/)</strong> HT Mega Elementor Category List Widget is easy to active, user-friendly and customizable — saving you countless hours of time in the process of organizing your site content and categorizing them. Create an impressive list of categories with ease with this exclusive widget.
 
261
 
262
  <strong>[Elementor Taxonomy Terms Widget (Style 5) ](https://wphtmega.com/widget/elementor-taxonomy-terms-widget/)</strong> HT Mega Elementor Taxonomy Terms Widget for Elementor is an outstanding addon that lets you create different ways of displaying tags and categories on your website based on your needs.
263
 
@@ -273,20 +330,27 @@ Choose your page layout from the template list. You can easily import the Elemen
273
 
274
  <strong>[Elementor Facebook Review Widget (Style 3) ](https://wphtmega.com/widget/elementor-facebook-review-widget/)</strong> HT Mega Elementor Facebook Review Widget allows you to display a stunning showcase of your Facebook page info and reviews on your website.
275
 
 
 
276
  <strong>[Elementor Breadcrumbs Widget (Style 9) ](https://wphtmega.com/elementor-breadcrumbs-widget/)</strong> HT Mega Elementor Breadcrumbs Widget helps you visualize your breadcrumbs in different ways with a variety of customizable options. You can easily create one to suit your needs.
277
 
278
  <strong>[Elementor Event Box Widget (Style 5) ](https://wphtmega.com/elementor-event-box-widget/)</strong> HT Mega Elementor Event Box Widget enables you to display boxes of upcoming events on your Elementor page. You can create an upcoming event with an event title, event description, date, and any other relevant information.
279
 
280
- <strong>[Elementor Filterable Gallery Widget (Style 7) ](https://wphtmega.com/elementor-filterable-gallery-widget/)</strong> The HT Mega Elementor Filterable Gallery widget allows you to add a gallery with filtering options. Photos, projects images can be easily displayed using this widget. Visitors can filter items easily by category. This plugin has 7 default styles for filterable galleries, which can be customized easily from the widget settings panel.
281
 
282
  <strong>[Elementor WhatsApp Chat Widget ](https://wphtmega.com/elementor-whatsapp-chat-widget/)</strong> With HT Mega Elementor WhatsApp Widget, you can create a button that your website visitors will be able to text you directly from your site. It is a simple but effective way of communicating with clients.
283
 
284
  <strong>[Elementor Chart Widget ](https://wphtmega.com/widget/elementor-chart-widget/)</strong> The HT Mega Elementor Chart widget enables you to monitor the analytic side of your workflow and create sophisticated charts inside Elementor page.
285
 
286
- <strong>[Elementor Post Timeline Widget ](https://wphtmega.com/widget/elementor-post-timeline-widget/)</strong> The HT Mega Elementor Post Timeline widget is perfect for displaying posts in vertical and horizontal layouts. It comes with a sleek design and allows for easy implementation.
287
 
288
  <strong>[Elementor Post Masonry Widget ](https://wphtmega.com/widget/elementor-post-masonry-widget/)</strong> The HT Mega Elementor Post Masonry Widget allows you to display posts in a grid layout with masonry and pagination. It has a sleek design that makes it easy to use.
289
 
 
 
 
 
 
290
  **[PURCHASE HT Mega PRO FROM OUR WEBSITE]( https://wphtmega.com/pricing/ )**
291
 
292
  == Free WooCommerce Plugins ==
@@ -321,14 +385,14 @@ We have a lot of plugins and extensions that might interest you. Try out other p
321
  <strong>[Woolentor Addons](https://wordpress.org/plugins/woolentor-addons/)</strong>
322
  Woolentor is a WooCommerce page builder plugin that extends the functionality of the WooCommerce store. These Elementor Addons provide additional features and options for WooCommerce stores. Woolentor is the best alternative for ShopReady, Kadence, JetWidgets, ShopEngine, and CoDesigner. The Woolentor addons come with 50+ free Elementor widgets like Wishlist Extension Addon, Product compare, Product Filters, Product Variation Swatches, Shopify Style Checkout, Product Slider and 50+ pro Elementor Widgets like Checkout Fields Editor, Partial Payment, Email Customizer for WooCommerce with ready Email Templates, WooCommerce Email Automation, Multi Step Checkout, and many much more. Also it provide 90+ WooCommerce Elementor templates, 22+ WooCommerce Modules, and Gutenberg Blocks.
323
 
324
- <strong>[Wp Plugin Manager](https://wordpress.org/plugins/hashbar-wp-notification-bar/)</strong>
325
  HashBar is a WordPress Notification Bar Plugin that enables you to create unlimited notification bars on your WordPress website. You can create as many notification bars as you want and customize their content to meet your needs.
326
 
327
  <strong>[WP Plugin Manager - Deactivate plugins per page](https://wordpress.org/plugins/wp-plugin-manager/)</strong>
328
  WP Plugin Manager is the perfect solution for those who want to disable certain plugins on specific pages or posts. With this plugin, you can easily activate or deactivate plugins on a per-page or per-post basis. Whichever plugin you don’t need you can deactivate or disable that plugin with the help of WP plugin Manager.
329
 
330
  <strong>[Extensions For Cf7](https://wordpress.org/plugins/extensions-for-cf7/)</strong>
331
- Contact Form 7 is an excellent plugin for organizing your contact page. The CF7 extensions plugin includes Contact Form 7 Database, enabling Conditional Fields for Contact Form 7, etc. It allows fields to be set up as either visible or hidden depending upon the input from visitors. In addition, integrating seamlessly with Mailchimp brings leads generated every time someone fills out one form into an associated email list immediately.
332
 
333
  <strong>[Whols](https://wordpress.org/plugins/whols/)</strong>
334
  Whols is an outstanding plugin for WooCommerce that allows store owners to set wholesale prices for the products of their online stores. With Whols, you can easily add custom fields to your registration form, set minimum product requirements, and control how wholesale prices are displayed on both the shop and product detail pages. Whols work like Wholesale Suite, B2Bking and B2B plugins.
@@ -349,6 +413,10 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
349
 
350
 
351
  == Changelog ==
 
 
 
 
352
  = Version: 1.9.6 - Date: 2022-09-27 =
353
  * Fixed: Selector issue in section title addon
354
  * Fixed: Selector issue in easy digital downloads addon
@@ -396,7 +464,7 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
396
  * Fixed: Conflict Accordion addon with LearnDash plugin.
397
 
398
  = Version: 1.8.7 - Date: 2022-05-14 =
399
- * Updated: Make Third party Instagram feed addon compatible with latest version of Instagram feed plugin.
400
  * Fixed: Odd and even row's background color not working in Datatable addon.
401
  * Added: Styles in button and accordion addon.
402
 
@@ -413,29 +481,29 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
413
  = Version: 1.8.4 - Date: 2022-04-05 =
414
  * Added: Forget Password Position control in User Login Form Widget
415
  * Added: Terms & conditions label and select page option in User Register Form Widget
416
- * Improved: WPForms Widget
417
- * Improved: Contact Form 7 Widget
418
- * Improved: Quform Widget
419
- * Improved: Ninja Forms Widget
420
- * Improved: Gravity Forms Widget
421
- * Improved: Caldera Forms Widget
422
- * Improved: Download Monitor Widget
423
- * Improved: Easy Digital Downloads Widget
424
- * Improved: Layer Slider Widget
425
- * Improved: WC Add to Cart Widget
426
- * Improved: Pages Widget
427
  * Tweak: Removed register_widget_type and widgets_registered deprecated method.
428
 
429
  = Version: 1.8.3 - Date: 2022-03-22 =
430
  * Added: Image icon option in Flip Box Addon style four
431
  * Fixed: Table break issue in Data Table Addon
432
- * Fixed: Mega menu option visible after deactivating pro version
433
  * Updated: Weather addon
434
- * Changed: Move weather switcher button from the third party to elements tab
435
 
436
  = Version: 1.8.2 - Date: 2022-02-22 =
437
- * Added: Height and width option in expand area of Offcanvas addon
438
- * Improved: HTMega Menu Builder options
439
  * Fixed: Swiper slider conflict issue on Elementor Latest version
440
  * Fixed: Template selector issue on Offcanvas addon
441
  * Fixed: Link Redirect issue on user login form addon
@@ -475,9 +543,9 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
475
 
476
  <strong>Pricing Table</strong>
477
 
478
- * Moved: Header padding control style to content for Header, Price and Features
479
  * Added: Style Layout Eight and Nine.
480
- * Added: Price Alignment Control for Header, Price and Features
481
  * Added: Badge control and style control
482
  * Added: Some style control on the style section.
483
 
@@ -505,7 +573,7 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
505
 
506
  <strong>Tabs</strong>
507
 
508
- * Update: Tabs Icon color Controller
509
  * Update: Tabs Icon Box Size, background color, and Gradient color Controller
510
  * Added: Tabs Icon Border Controller
511
  * Added: Tabs Icon box Width and Height Controller
@@ -652,7 +720,7 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
652
  * Fixed: Content style issue
653
  * Update: Title style option
654
  * Update: Date style option
655
- * Update: Timeline style option
656
  * Update: Responsive issues
657
  * Added: Layout four
658
 
@@ -826,16 +894,16 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
826
 
827
  <strong>Pricing List view Widget</strong>
828
 
829
- Fixed: Layout One and Two all style issue.
830
  Added: A New Layout.
831
  Added: Some style and content options
832
- Moved: Table alignment moved to table content section.
833
 
834
  <strong>Notify Widget</strong>
835
 
836
  Fixed: The Notification Position issue.
837
  Fixed: The Bootstrap Column width issue
838
- Added: Notification type based color.
839
  Added: Notification info icon style
840
  Added: Info icon style options.
841
 
@@ -871,7 +939,7 @@ Added: Info icon style options.
871
  * Added: Slider image overlay option
872
  * Added: Content box style option
873
  * Fixed: Content alignment issue
874
- * Added: Item margin, padding and border radius option
875
  * Added: Gradient color change option
876
  * Fixed: Responsive issue
877
 
@@ -906,7 +974,7 @@ Added: Info icon style options.
906
  * Added: Gradient color change option
907
  * Added: Content show/hide and content limit option
908
  * Added: Content box style option
909
- * Added: Group item margin, padding and border radius option
910
  * Added: Title length option
911
  * Added: Title hover color
912
  * Added: Meta icon color option
@@ -917,12 +985,12 @@ Added: Info icon style options.
917
  <strong>Single Post Addon</strong>
918
 
919
  * Fixed: Category height
920
- * Fixed: Meta normal color, hover color and alignment issue
921
  * Fixed: Title alignment issue
922
  * Added: Meta icon color change option addon
923
  * Added: Content position option for style one
924
  * Added: Title hover color
925
- * Added: Content box margin, padding and background color option
926
 
927
  = Version: 1.7.0 - Date: 2021-12-19 =
928
  * Fixed: post duplicator security issue
@@ -938,7 +1006,7 @@ Added: Info icon style options.
938
 
939
  = Version: 1.6.7 - Date: 2021-10-23 =
940
  * Upgrade: Icon names from the font-awesome to eicons for the Elementor Panel
941
- * Fixed: Vertical Timeline mobile device padding & html tag support
942
  * Added: HTML tag support for the image marker addon fields
943
 
944
  = Version: 1.6.6 - Date: 2021-10-04 =
@@ -946,9 +1014,9 @@ Added: Info icon style options.
946
  * Language file updated
947
 
948
  = Version: 1.6.4 - Date: 2021-09-02 =
949
- * Fixed: Off canvas menu doesn't open when click on icon. - "Offcanvas Addon"
950
- * Improved: When center mode enabled the scroll items option will disappear from this version. Since Center mode & Scroll Items option doesn't work together. - "Testimonial Addon"
951
- * Added: Option to change color of bar & arrows. - "Working Process Addon"
952
 
953
  = Version: 1.6.3 - Date: 2021-08-14 =
954
  * Fixed: Scroll navigation addon animation
@@ -965,7 +1033,7 @@ Added: Info icon style options.
965
 
966
  = Version: 1.6.0 - Date: 2021-06-27 =
967
  * Fixed custom event addon date
968
- * User login form addon reload page for same page
969
 
970
  = Version: 1.5.9 - Date: 2021-05-26 =
971
  * Solved Header already sent issue.
@@ -977,7 +1045,7 @@ Added: Info icon style options.
977
  * Updated template library API
978
 
979
  = Version: 1.5.8 - Date: 2021-04-25 =
980
- * Compatible with Elementor latest version
981
 
982
  = Version: 1.5.7 - Date: 2021-03-27 =
983
  * HTML tags validation issue solved.
@@ -1018,7 +1086,7 @@ Added: Info icon style options.
1018
  * Thumbnail Opacity add for style-3 in HT Mega post carousel widget.
1019
  * Add default background in HT Mega button widget.
1020
  * Border radius issue and read-mode border issue fixed in HT Mega button widget.
1021
- * Add dependency for style-2 and style-3 in HT Mega countdown widget.
1022
  * Title Background color issue fixed in HT Mega post grid tab.
1023
  * Add image opacity in HT Mega image marker.
1024
  * Progress bar animation issue and value size issue fixed in HT Mega progress bar.
@@ -1035,12 +1103,12 @@ Added: Info icon style options.
1035
  * Working process Icon style Option added.
1036
  * Template library blocks search problem solved.
1037
  * Section Wise Blocks Template added.
1038
- * Template library cache remove for plugin multiple activation.
1039
  * Style dependency added in image justify and image compare.
1040
 
1041
  = Version: 1.4.0 - Date: 2020-04-13 =
1042
  * Single Post Title Length option added.
1043
- * Modal Issue solved for mobile device.
1044
  * Image Grid Overlay color Issue solved.
1045
 
1046
  = Version: 1.3.7 - Date: 2020-03-09 =
@@ -1076,7 +1144,7 @@ Added: Info icon style options.
1076
  = Version: 1.3.0 - Date: 2019-10-29 =
1077
  * Theme Builder Added.
1078
  * Sales Notification Options Added.
1079
- * Mega Menu Builder Added.
1080
 
1081
  = Version: 1.2.4 - Date: 2019-09-19 =
1082
  * Special Day offer Banner Addon Added.
@@ -1099,7 +1167,7 @@ Added: Info icon style options.
1099
  * Includes Template Library.
1100
 
1101
  == Installation ==
1102
- This section describes how to install the HT Mega - Absolute Addons for Elementor Page Builder plugin and get it working.
1103
 
1104
  = 1) Install =
1105
 
@@ -1112,9 +1180,9 @@ This section describes how to install the HT Mega - Absolute Addons for Elemento
1112
  2. Activate the plugin through the 'Plugins' menu in WordPress
1113
 
1114
  = 2) Configure =
1115
- 1. After installing and activate the plugin you will get a notice to install Elementor Plugin in WordPress ( If already install it then do not show notice. ).
1116
  2. To install the plugin click on the "Button" Install Elementor.
1117
- 3. HTMega Addons Category will be appear in Elementor page Editor.
1118
 
1119
 
1120
  == Frequently Asked Questions ==
@@ -1153,7 +1221,7 @@ No, Elementor Pro is not mandatory to access HT Mega Addons Library. These Eleme
1153
 
1154
  = What is the solution when the Elementor editor fails to load? =
1155
 
1156
- It is due to your server PHP setting. You can increase the PHP memory limit from the wp-config.php file or php.ini file. Please contact your hosting provider and ask to increase
1157
 
1158
  PHP 7.3 or greater
1159
  MySQL 5.6 or greater OR MariaDB 10.0 or greater
@@ -1176,7 +1244,7 @@ The number of advanced features in HT Mega is vast. Some remarkably advanced fea
1176
 
1177
  = What are the pro version features available in the HT Mega Elementor Addons plugin? =
1178
 
1179
- The pro version of HT Mega Elementor widgets give you access to numerous incredible features that include 39 Categories / Template Sets, 789 Elementor Page Templates, Cross-Domain Copy Paste, Blog Search Page Builder, Sales Upto Date Option, Parallax and many more. Moreover, there are over 18 modern exclusive widgets that will enhance the functionalities of your WordPress website even more.
1180
 
1181
  = Why is the Post Duplicator widget used? =
1182
 
@@ -1193,4 +1261,4 @@ The pro version of HT Mega Elementor widgets give you access to numerous incredi
1193
  7. Widgets Enable / Disable Option Panel
1194
  8. Settings Panel
1195
  9. Templates Library Options
1196
- 10. Page Template Library Import Options
1
+ === HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables) ===
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, zenaulislam, aslamhasib
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
+ Requires at least: 5.0
5
+ Tested up to: 6.0
6
+ Stable tag: 1.9.7
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ The HT Mega is an Elementor addons package for Elementor page builder plugin for WordPress. It is a complete package of Elementor widgets, pre-designed Elementor templates, Elementor forms, Elementor tables, and so on. It empowers you to build a professional website in WordPress using Elementor, the well-liked WordPress page builder. From Elementor blog widget, Elementor slider widget, Elementor accordion widget, or whatever Elementor widget you like, this Elementor page builder Addons plugin will deliver you all.
11
 
12
  == Description of HT Mega Elementor Addons ==
13
+ HT Mega is an absolute Elementor addons that includes **84+ Elementor widgets** ,**360 Elementor Blocks** and plenty of **Elementor Templates* for various pages. This excellent WordPress Elementor plugin brings limitless possibilities. With HT Mega, you can easily add accordions, post grids, sliders, carousels, mega menus, forms, tables, and more to your pages. This all-in-one solution gives you everything you need to create a custom website that looks great and functions perfectly.
14
 
15
  **HT Mega Addons for Elementor is one of the best free Elementor add-ons to supercharge your Elementor page builder and design your WordPress Elementor website more creatively with over 84+ free Elementor widgets. It has more than 90,000+ active installations! 🙂**
16
+
17
+ If you want to view the demo templates available in this plugin, you can check the multiple demo content templates from the link down below.
18
 
19
  ###USEFUL LINKS 👇###
20
+ **[Live Demo](https://wphtmega.com)** | **[Documentation](https://wphtmega.com/docs/)** | **[Video Tutorial](https://www.youtube.com/watch?v=d7jAiAYusUg&list=PLk25BQFrj7wEEGUHn9x2zwOql990bZAo_)** | **[Upgrade Pro](https://wphtmega.com/pricing/)** | **[Need Support?](https://ticket.hasthemes.com/)**
21
 
22
  == Free Unique Advanced Features of HT Mega Elementor Addons: 🔥 ==
23
  == ✅ Header/Footer Builder ==
24
+ This feature allows creating a header/footer layout for the full website or specific page. There is an option to select the preferred header/footer globally or for a single page/post. The builder also allows you to create Elementor Transparent Header. You will additionally get tons of Elementor header templates or Elementor footer templates to choose from and customize one if you like.
25
 
26
  == ✅ Theme / Template builder: ==
27
+
28
+ HT Mega Addons is a powerful plugin that gives users everything they need to build beautiful WordPress sites. One of its standout features is the theme template builder as well as ready site templates. These allow users to modify the look of their site with just a few clicks without having to edit any code. There is a wide range of theme templates to choose from, so users can find the perfect one for their needs. And if they ever want to change the template, they can do so with just a few clicks.
29
+
30
  This feature allows creating different template/design/layout for a single archive/tag/category/search/404/coming soon/maintenance page.
31
 
32
  == ✅ Sales Notification: ==
33
+ This feature allows showing the sales notification or elementor popup to display real/fake orders. In the dashboard, there is an option to manage the design of the notification. It is the ideal Elementor add-on for showing notification popups that indicate the purchase of your items. [Check the video](https://hasthemes.com/woocommerce-sales-notification-using-woolentor/) for more details.
34
 
35
  == ✅ Elementor Menu Builder: ==
36
+ This feature allows creating a menu or elementor mega menu using the Elementor page builder.
37
 
38
  == ✅ Elementor Post Duplicator: ==
39
  This feature provides functionality to create a clone of pages or posts. You can duplicate pages, posts, and custom posts with a single click, which will be saved as a draft.
40
 
41
  == ✅ Elementor Template Library: ==
42
+
43
+ Choose your page layout from the template list. You can easily import the Elementor template with a single click. There are 15 Templates available in the free version, while the pro version contains a whopping collection of 789 templates.
44
+
45
+ In WordPress, a template is a file that dictates how a particular piece of content will be displayed on your website. For example, you might have a template for your blog homepage that includes a list of your latest posts, and then you might have a different template for an individual post page that includes the title, author, date, and comments for that particular post. You can also have templates for custom post types, templates for categories, and custom templates for posts which are content types that you create yourself (such as portfolios or testimonials).
46
+
47
+
48
+ HT Mega is a complete package of Elementor templates. In fact, it is a robust Elementor based tool that can help you create beautiful, responsive pages with ease. The plugin comes with an Elementor template library that includes a variety of page builder templates for different purposes, such as post category template, widget template, elementor portfolio template, elementor blog template,custom blog template or. You can also use the plugin to create a custom page template. The wp template builder also called template maker, template editor, template kit, etc. allows you to create and edit your own templates, or you can choose from a variety of pre-made templates like wp post template, wp custom post type template, single post templates, timeline templates, full width templates.
49
+
50
+ In addition, the plugin comes with a number of other templates, such as a coming soon template, header template, footer template, newsletter template, dashboard template, block template etc.
51
+
52
+
53
  == HT Mega Absolute Addons for Elementor Page Builder ==
54
  [youtube https://youtu.be/d7jAiAYusUg]
55
 
56
 
57
  == 84+ Free Elementor Widgets Are Available 🔥 ==
58
 
59
+ When it comes to customizing your WordPress site, there are a lot of different elements that you can change. One of the most important elements is the widget. Widgets allow you to add content and features to your site, and they come in a variety of different shapes and sizes. However, one of the most frustrating things about widgets is that they can be very tricky to customize. But with Elementor Addons, you can easily change the widget skin, icons, CSS, and even import or hide widgets. So if you're looking for an easy way to change the look and feel of your site, then HT Mega Elementor Addons is definitely worth checking out.
60
+
61
+
62
+ HT Mega Elementor Addons comes with a plethora of free and pro Elementor WP widgets at your disposal for various purposes to embellish your site. The plugin has both pro and free Elementor widgets. The HT Mega Addons include page widgets, popup widgets, media widget, display widget, portfolios widget, footer widget, Elementor header widget, info widget, events widget, advanced essential widgets like photo widget, info widget, event widget. With HT Mega Elementor Addons you can create beautiful pages and posts with ease. The HT Mega Elementor Widgets are fully responsive and provides an easy way to change the look and feel of your site. You can use each easy to use Elementor Widget to create beautiful pages and posts without having to code.
63
+ Also, you can use HT Mega to take advantage of post widgets of different types such as simple post widgets, similar posts widgets, , custom post type slider widgets, post slideshow widgets, random post widgets, related posts widgets, sticky posts widgets, advanced recent posts widgets, simple category posts widgets, popular posts widget and much more. HT Mega also offers an extensive set of customization options for each widget. For example, you can change the colors, fonts, sizes, and positioning of each element on the page. You can also add animations and special effects to make your pages more engaging.
64
+
65
+
66
+ In all, it’s an ultimate solution providing a huge collection of WordPress widgets for Elementor.
67
+
68
+
69
+ <strong>[Elementor Accordion Widget (9 Styles) ](https://wphtmega.com/widget/element-accordion/)</strong> - The Elementor accordion widget by HT Mega comes into play to add engaging and interactive accordion content (in both vertical and horizontal orientations) to your pages, posts, and anywhere. With this amazing Elementor accordion widget, you can easily create beautiful accordions that will captivate your visitors. Show elements in stunning accordion styles with this superb widget.
70
 
71
  <strong>[Elementor Heading Widget (7 Styles) ](https://wphtmega.com/widget/element-heading/)</strong> - The purpose of the Elementor Heading Widget on your website is to show off a variety of styles. With different headings, you'll be able to make every page look unique and interesting.
72
 
73
+ <strong>[Elementor Banner Box Widget (4 Styles) ](https://wphtmega.com/widget/element-banner/)</strong> - Banner widgets are a great way to add banner ads to your website or blog. Banners widgets are easy to use and can be added to any page or post on your site. This widget of banners can be used to display banner ads on your wp website or blog in any position like header, footer, etc.
74
+
75
+ The Elementor Banner widget by HT Mega is an excellent tool for including eye-catching banners on your Elementor website. Using this widget, you can easily design and modify banners that will grab the attention of your visitors.
76
 
77
  <strong>[Elementor Block Quote Widget (5 Styles) ](https://wphtmega.com/widget/element-blockquote/)</strong> - To display an element that has been quoted from someplace else, use the Elementor block quote widget. The blockquote widget in HT Mega is available in a number of formats.
78
 
79
  <strong>[Elementor Brand Widget (7 Styles) ](https://wphtmega.com/widget/element-brand/)</strong> - The HT Mega Elementor Brand widget makes it easy to add brand logos to your web pages. It comes with numerous options right out of the box.
80
 
81
+ <strong>[Elementor Business Hours Widget (5 Styles) ](https://wphtmega.com/widget/element-business-hours/)</strong> - The Business Hour widget makes it simple and straightforward to display your business hours. There are five distinct layouts to choose from, as well as the option to change the day and time. As a result, you may let your website visitors know when your company is open or closed. This business widget is beneficial for companies who want to show their working hours in their website and thus make people aware of that.
82
+
83
+ <strong>[Elementor Button Widget (5 Styles) ](https://wphtmega.com/widget/element-button/)</strong> - Elementor button widgets come in handy for adding various types of buttons on your WordPress website, such as adding download button, back button, subscribe button, gradient button, etc. Therefore, this widget works as add download button widget, back button widget, subscribe button widget, gradient button widget, etc.
84
+
85
 
86
+ The button Widget will catch the visitor's eye and make it easy to click through on any page of your website with its different styles.
87
 
88
+ <strong>[Elementor Call To Action Widget (7 Styles) ](https://wphtmega.com/widget/element-call-to-action/)</strong> - The Elementor Call to Action Widget by HT Mega is a great tool for adding an interactive, customizable call-to-action button on your WordPress website. Choose from 7 styles and adjust its size so it will fit any page! With this call widget or CTA widget, you can add a contact form, phone number, or email address with just a few clicks. Plus, the simple design makes it easy for customers to see what you have to offer.
89
 
90
+ <strong>[Elementor Contact Form Widget (7 Styles) ](https://wphtmega.com/widget/element-contact-form/)</strong> - Contact form widget available in this plugin is an essential tool for businesses that want to provide their customers with an easy way to get in touch. This Elementor forms widget can function as contact info widget, contact us widget, contact information widget, contact now widget or contact form widget. This simple Elementor contact widget allows customers to quickly and easily fill out a form with their contact information, which can then be used to send them marketing materials or follow up with them about their purchases. You can also use the Elementor forms widget to create contact forms, email opt-ins, and other types of forms.
91
 
92
+ The HT Mega Elementor Contact Forms widget is useful for adjusting the appearance and feel of contact forms and displaying them attractively on your website. You can use this fantastic Elementor Contact Forms Widget to integrate a contact form into your WordPress site adjusting the look and feel as per your choice and needs.
93
 
94
+ <strong>[Elementor Countdown Timer Widget (7 Styles) ](https://wphtmega.com/widget/element-countdown/)</strong> - This Elementor Countdown Timer Widget is the perfect way to create urgency and encourage your visitors to take action. With the ability to customize the colors, fonts, and layout, you can create a timer that perfectly fits your brand identity.
95
+ The Elementor Countdown Widget allows you to create an eye-catching and practical time tracker that will help your audience quickly know the remaining time of your product offer.
96
+
97
+ <strong>[Elementor Counter Up Widget (6 Styles) ](https://wphtmega.com/widget/element-counter/)</strong> -The Elementor counter widget enables you to create numbered counter in an eye-catchy animation by which you can show the facts and figures on your web page. If you use Elementor Counter Up Widget, you will get many customization options. Try this counter widget or stats widget today to start showing stats, figures
98
 
99
  <strong>[Elementor Custom Carousel Widget (7 Styles) ](https://wphtmega.com/widget/element-custom-carousel/)</strong> - With the Elementor image carousel widget, you can display numerous gorgeous and engaging carousels for your site in a single place. It comes in seven different styles. Instead of adding individual pictures, you can use this fantastic widget to create a carousel with many images!
100
 
106
 
107
  <strong>[Elementor Flip Box Widget (5 Styles) ](https://wphtmega.com/widget/element-flipbox/)</strong> - The HT Mega Elementor Flip Box widget is a great tool for adding gorgeous flip box content to your WordPress web pages and making them more attention-grabbing.
108
 
109
+ <strong>[Elementor Google Map Widget (5 Styles) ](https://wphtmega.com/widget/element-google-map/)</strong> - Adding Google Map location of your business on your website is vital to make it easier for visitors to find your location. That’s where the Elementor Google maps widget is necessary. With the HT Mega Elementor Add-ons plugin, you can create a personalized Google map that can be shown anywhere on your website. It has 5 unique styles. With these styles, you can easily fine-tune the look and feel of Google map on your website using this amazing WordPress google maps widget.
110
 
111
  <strong>[Elementor Animated Heading Widget (7 Styles) ](https://wphtmega.com/widget/element-animated-heading/)</strong> - You can make custom animations for your page headings with the Elementor animated heading widget by HT Mega, which will help you stand out from the crowd. This useful widget lets you create animated headings that can be used as the headings for your website.
112
 
113
+ <strong> WordPress Image Widgets
114
+
115
+ A WordPress image widget is a great way to add visual interest to your website or blog. Not only can you upload multiple images into the widget, but you can also select from a number of different sizes and layouts. And best of all, a media image widget is responsive so that it will look great on any device. If you're looking for an easy way to add images to your site, a custom image widget is a perfect solution. In the HT Mega Elementor Addons plugin, there are several different custom image widgets such as image comparison, image magnifier widget, image justify widget, image masonry widget, etc.
116
+
117
  <strong>[Elementor Image Comparison Widget (5 Styles) ](https://wphtmega.com/widget/element-image-comparison/)</strong> - This handy widget is useful to show the difference between two images. It gives you 5 unique styles to choose from.
118
 
119
  <strong>[Elementor Image Justify Widget (5 Styles) ](https://wphtmega.com/widget/element-image-justify/)</strong> - With HT Mega Elementor Image Justify Widget, you can effortlessly build a stunning and aligned image gallery on your web page.
150
 
151
  <strong>[Elementor Post Carousel Widget (5 Styles) ](https://wphtmega.com/widget/post-carosul/)</strong> - Post Carousel allows you to build an engaging post carousel that will appeal to your readers. This is an efficient Elementor carousel widget that really comes into play to show your posts more attractively. You can use this Elementor post carousel widget to showcase your latest blog posts, products, or any other type of content that you want to feature in a carousel. Also, Elementor posts carousel widget is easy to use and provides a great way to engage your readers.
152
 
153
+ <strong>[Elementor Post Grid Widget (5 Styles) ](https://wphtmega.com/widget/element-post-grid/)</strong> - This Elementor grid widget is a powerful tool. Post Grid widget displays posts in the grid that provides multiple layouts of a page. This widget shows the post title and featured image in this format to open an enlarged article view.
154
+
155
+
156
+
157
 
158
  <strong>[Elementor Post Grid Tab Widget (5 Styles) ](https://wphtmega.com/widget/element-post-grid-tab/)</strong> - In a grid layout, the Elementor Post Grid Tab widget in HT Mega shows the post title and featured picture in a special tabbed format.
159
 
160
  <strong>[Elementor Post Slider Widget (5 Styles) ](https://wphtmega.com/widget/element-post-slider/)</strong> - The Post Slider Widget is a dynamic slider that presents your posts with images attractively with sliders. This Elementor slider widget comes in handy when you want to present your sliders more appealingly to the visitors. Bring more creativity to your Elementor powered website with this amazing Elementor slideshow widget.
161
 
162
+ It's easy to use and comes with a variety of options to customize the look and feel of your slider. You can also use the slider widget to create a text slider or a custom post type slider. Whether you're looking for a slider widget for posts, custom post types, text slider widget,image slider widget, photo slidder widget, or anything else, this unique Elementor slider widget is a powerful tool that can help you achieve your goals.
163
+
164
  <strong>[Elementor Pricing List View Widget (3 Styles) ](https://wphtmega.com/widget/element-pricing-list-view/)</strong> - The HT Mega Elementor Pricing table widget offers different types of pricing table styles for your single product.
165
 
166
+ <strong>[Elementor Pricing Table Widget (7 Styles) ](https://wphtmega.com/widget/element-pricing-table/)</strong> - The HT Mega Elementor Pricing table widget offers different types of pricing table styles for your single product. Adjust the elementor price tables of your products using this modern Elementor price table widget offered by HT Mega.
167
 
168
  <strong>[Elementor Progress Bar (10 Styles) ](https://wphtmega.com/widget/element-progress-bar/)</strong> - With its 10 various designs, the HT Mega progress bar widget makes displaying percentage-based progress bars on web pages a breeze!
169
 
170
  <strong>[Elementor Scroll Image Widget (2 Styles) ](https://wphtmega.com/widget/element-scroll-image/)</strong> - The Scroll image widget allows you to showcase your favorite images with a scroll, and you can pick whether your images should scroll from top to bottom or left to right.
171
 
172
+ <strong>[Elementor Scroll Navigation Widget (4 Styles) ](https://wphtmega.com/widget/element-scroll-navigation/)</strong> - The Scroll navigation widget allows you to simplify the process of site navigation for your visitors. This widget allows you to flip through different sections within a single page. The HT Mega plugin provides 4 styles for this widget.
173
 
174
+ <strong>[Elementor Search Widget (5 Styles) ](https://wphtmega.com/widget/elementor-search/)</strong> -The Search Widget of Elementor helps you to introduce a search functionality on your website for the convenience of the web visitors so that they can find anything with their desired keyword easily. This feature is very useful when you want to search for something later on. You can use this advanced search widget to search for anything directly from your WordPress site. The Search widget allows you to show a search option on your website. This unique Elementor search widget provides you with 5 styles.
175
 
176
  <strong>[Elementor Services Widget (7 Styles) ](https://wphtmega.com/widget/element-services/)</strong> - The Elementor Services Widget by HT Mega makes it easy to display services on your website. It comes with seven different styles for displaying the 'services' content on web pages.
177
 
178
+ <strong>[Elementor Single Post Widget (5 Styles) ](https://wphtmega.com/widget/element-single-post/)</strong> -Using a WirdPress single post widget to your WordPress site is a simple way to add posts and customize your site. You can utilize it as an alternative to a variety of widgets like a recent posts widget, a featured post widget, post widget box and so on.
179
+ The Single Post widget will allow you to highlight a single post on your website. This widget allows for more flexibility when it comes to displaying individual posts in different ways. This Elementor posts widget makes showcasing your posts a more professional way. Plus, you can use this post widget or posts widget with image. Users can also choose to display the post title, excerpt, author, date, and even the number of comments in Elementor page builder using this exclusive Elementor post content widget.
180
+
181
+
182
 
183
  <strong>[Elementor Social Share Widget (9 Styles) ](https://wphtmega.com/widget/elementor-social-share-widget/)</strong> - Social share widget is a special widget to share any of your products in any social media. This widget will increase your sales and earn more visitors.
184
 
185
  <strong>[Elementor Switcher Widget (9 Styles) ](https://wphtmega.com/widget/element-switcher/)</strong> - The switcher widget is the perfect tool for content switching. It allows you to quickly and easily switch between your pricing table, info sections, services, and other layouts.
186
 
187
+ <strong>[Elementor Tab Widget (5 Styles)](https://wphtmega.com/widget/element-tab/)</strong> - A tab widget is a small block of code that allows you to add tabs to your WordPress site. Tabs are a great way to organize content and make it easy for your visitors to find what they're looking for. There are many tab widgets available for WordPress, so it's important to choose one that meets your needs. The WordPress tabs widget should be easy to use and understand, and it should allow you to customize the look and feel of the tabs on your site.
188
+ With just a few clicks, you can quickly and effortlessly create attractive, structured tab sections with the Elementor tabs widget. Tabs are efficient for websites that need to keep their content organized and accessible.
189
 
190
  <strong>[Elementor Data Table Widget (3 Styles) ](https://wphtmega.com/widget/element-data-table/)</strong> - The Elementor data table widget by HT Mega is a useful tool for quickly adding Elementor tables to your content. These tables are ideal for presenting data in an engaging and intriguing manner, making it simpler for your visitors to present the information.
191
 
192
+ <strong>[Elementor Team Member Widget (8 Styles) ](https://wphtmega.com/widget/element-team-member/)</strong> - Team member widget is a great way to show the team member whom you work with or have worked for your company. This widget includes their names, social media links, and a brief description of what they do. Try this Elementor team widget and display team members on your WordPress site beautifully.
193
+
194
+ <strong>[Elementor Testimonial Carousel Widget (5 Styles) ](https://wphtmega.com/widget/element-testimonial/)</strong> - The Testimonial Carousel widget is an excellent way for visitors to your website to get an idea of what you're all about. You can customize it with a plethora of options and choose the layout that you prefer the most. Also, this testimonials widget or review widget includes a review slider that lets you scroll through different reviews. Display customer reviews in a more stunning and impressive carousel using this unique Elementor reviews widget.
195
+
196
+ Therefore, If you are looking for a review widget that will help you impressively showcase your user reviews and testimonials through carousel slider, then try this Elementor review widget.
197
 
 
198
 
199
+ <strong>[Elementor Testimonial Grid Widget (5 Styles) ](https://wphtmega.com/widget/element-testimonial-grid/)</strong> - It is Elementor review widget that comes in handy to showcase your user reviews or testimonials beautifully. You can use this widget to add and show client testimonials in an easy-to-read grid layout, allowing web visitors to see what others have said about your product or service.
200
 
201
  <strong>[Elementor Thumbnails Gallery Widget (4 Styles) ](https://wphtmega.com/widget/element-thumbnails-gallery/)</strong> - The Thumbnail Gallery Widget allows you to add multiple images to your image gallery page. You can choose from different layouts, such as the Basic Gallery layout or the Masonry Layout. It is a responsive Elementor gallery widget, so it will scale to fit any screen size. Also, this Elementor image gallery widget is compatible with all major browsers, including Chrome, Firefox, Safari, and Edge.
202
 
203
+ <strong>[Elementor Toggle Widget (3 Styles) ](https://wphtmega.com/widget/element-toggle/)</strong> - The Toggle Widget is perfect for hiding content to make it accessible only after the user clicks on a specific title. HT Mega comes with a sophisticated Elementor content toggle widget which you can use to make the most incredible toggle with captivating boxes. This WordPress Toggle widget is a simple but powerful tool that allows you to easily create and manage toggle content on your WordPress site.
204
 
205
  <strong>[Elementor Tool Tip Widget (4 Styles) ](https://wphtmega.com/widget/element-tooltip/)</strong> - Tooltip Widget is a lightweight, simple widget that interactively displays your Tooltip content using icons, text, and images. You can use Elementor tooltips widget to create engaging, informative, and visually appealing tooltips for your website or blog. Elementor tooltips widget is compatible with all major browsers and devices.
206
 
207
  <strong>[Elementor Twitter Feed Widget (5 Styles) ](https://wphtmega.com/widget/element-twitter-feed/)</strong> - The Twitter Feed widget is a great way to display and share your favorite tweets with the world. You can choose from different layouts like grids, columns, or even full width, which you prefer most.
208
+ This simple twitter widget for WordPress is simple and easy to use, and it allows you to control how your tweets are displayed on your website. You can also choose to display only certain tweets, or retweet them from other people. If you're looking for a way to share your twitter activity with the world, the WordPress twitter widget/simple twitter horizontal slider/twipper post slider widget is an efficient option.
209
+
210
 
211
  <strong>[Elementor Vertical Timeline Widget (3 Styles) ](https://wphtmega.com/widget/element-vertical-timeline/)</strong> - The Vertical Timeline widget is a great way to show your project's phases in an easy-to-follow format. You can use this Elementor Timeline widget for everything from Roadmaps and upcoming events through completed projects, so there'll always be clarity on what you need next.
212
 
213
+ <strong>[Elementor Video Player Widget (4 Styles) ](https://wphtmega.com/widget/elementor-video-player/)</strong> - The Video Player Widget is a useful tool with intuitive options to showcase your YouTube, and Vimeo videos in style for WordPress using Elementor. You can add a custom thumbnail image and set an overlay that will present the videos on web pages in a more appealing and attractive way. You can try this Elementor video widget to showcase your YouTube/Vimeo videos in a professional way.
214
 
215
  <strong>[Elementor Weather Widget (3 Styles) ](https://wphtmega.com/widget/element-weather/)</strong> - The weather widget is the perfect widget for updating your location’s weather. You can also set multiple locations and have the latest weather updates.
216
 
230
 
231
  <strong>[Elementor Easy digital downloads Widget](https://wphtmega.com/widget/element-easy-digital-downloads/)</strong> - This helpful widget displays the content of your downloads in the Easy Digital Downloads plugin. It has a lot of options for modifying the design, content, and so on, and it provides your download content a professional look.
232
 
233
+ <strong>[Elementor Event Countdown Widget](https://wphtmega.com/widget/element-event-countdown/)</strong> - The Events Countdown widget or clock widget allows you to quickly and simply create beautiful event countdown content. As a result, you can see how much time is remaining for a specific event in days, hours, minutes, and so on.
234
 
235
+ <strong>[Elementor Gravity Forms Widget](https://wphtmega.com/widget/element-gravity-forms/)</strong> - With the help of this simple Gravity Elementor forms widget from HT Mega, you display the Gravity Form on web pages in a stylish way. This Elementor gravity forms widget is easy to use and comes with a variety of features that allow you to customize the look and feel of your forms. You can select from a variety of fonts, colors, and layouts to create a form that is unique to your website. Fetch your gravity forms templates with ease and show the form right away via Elementor using this helpfulwidget.
236
 
237
  <strong>[Elementor Instagram Feed Widget](https://wphtmega.com/widget/element-instagram-feed/)</strong> - The HT Mega Elementor Instagram feed widget enables you to display your Instagram feed on your website. This widget gives your visitors a much more visually appealing experience when displaying your Instagram gallery to the WordPress Elementor web pages So, this Instagram feed Elementor widget is worth checking out if you want to showcase your Instagram activities to your site easily.
238
 
239
+ <strong>[Elementor Job Manager Widget](https://wphtmega.com/widget/element-job-manager/)</strong> - A job manager widget also known as job widget or job search widget is a small piece of code that you can add to your website or blog. Once added, it will allow visitors to search for jobs directly on your site. This can be a great way to help job seekers find relevant job openings, and it can also help you to generate leads for your business. Job Manager is a useful widget to display the job postings on your web pages with tons of handy customizable options.
240
 
241
  <strong>[Elementor Layer Slider Widget](https://wphtmega.com/widget/element-layer-slider/)</strong> - The HT Mega Elementor Layer Slider widget is a fantastic way to create simple responsive layer sliders quickly. It provides you with all the options you need to make everything change in order for the website to display layer sliders.
242
 
244
 
245
  <strong>[Elementor QU Form Widget](https://wphtmega.com/widget/element-quform/)</strong> - Quform is a drag-and-drop form builder for WordPress that lets you create awesome forms in no time. With the Quform widget in HT Mega, you can personalize the look and feel of Quforms contents on your web pages.
246
 
247
+ <strong>[Elementor TablePress Widget](https://wphtmega.com/widget/element-tablepress/)</strong> - TablePress makes creating and maintaining beautiful elementor tables a breeze. If you want to manage the content of TablePress on your web pages, this widget can help.
248
 
249
  <strong>[Elementor MailChimp for WP Widget](https://wphtmega.com/widget/element-subscribe/)</strong> - The HT Mega Elementor MailChimp for WP widget is helpful in managing the look and feel of your MailChimp subscribe form content.
250
 
251
+ <strong>[Elementor WP Forms Widget](https://wphtmega.com/widget/element-wp-forms/)</strong> - The HT Mega Elementor WPForms widget makes it simple to edit WPForms content on your website. This widget can help you control the content of WPForms if you've incorporated it into your web pages. If you want to fetch and show your WPforms templates, this special widget will come in handy.
252
 
253
  <strong>[Elementor WooCommerce add to cart Widget](https://wphtmega.com/widget/element-woocommerce-add-to-cart/)</strong> - The WooCommerce add to Cart widget helps you create the add-to-cart button so that customers can add their desired items to the cart right away and make purchases easily.
254
 
273
  * 15 Page Templates
274
 
275
  == Exclusive HT Mega Pro Features: ==
276
+
277
+ In HT Mega pro version, there are tons of extra widgets for Elementor which will be of great help when designing your website.
278
+
279
  * 39 Categories / Template Sets
280
  * 789 Elementor Page Templates
281
  * Cross Domain Copy Paste
298
  * Cross Icon Color Option
299
 
300
  == HT Mega Pro Elementor Widgets ==
301
+
302
+
303
  <strong>[Elementor Info Box Widget (9 Styles) ](https://wphtmega.com/elementor-info-box-widget/)</strong> - With it’s stunning info box widget, HT Mega Elementor Addons plugin allows you to create powerful feature boxes with the HT Mega Elementor Info Box Widget. In this widget, you can add a title, description and call to action in combination with images or icons to create something truly attractive and engaging.
304
 
305
  <strong>[Elementor Lottie Widget (8 Styles) ](https://wphtmega.com/elementor-lottie-widget/)</strong> - Why not grab a user's attention by adding captivating Lottie animations to your website? These lightweight and high-quality animation assets can be used with HT Mega Elementor Lottie Widget. This impressive Elementor widget comes with tons of controls and settings to take charge of your animations.
310
 
311
  <strong>[Elementor Price Menu Widget (Style 4) ](https://wphtmega.com/widget/elementor-price-menu-widget/)</strong> HT Mega Elementor Price Menu widget will give your website a distinctive look and help online shoppers find the perfect item with ease. Your menu or catalog will be easy on the eye while still being attractive.
312
 
313
+ <strong>[Elementor Social Network Widget (Style 7) ](https://wphtmega.com/widget/elementor-social-network-widget/)</strong> Making sure your website is properly linked to your social media accounts is important for keeping your brand relevant online. Elementor Social Icons Widget is an efficient widget that lets you add links for all of your social media channels in just a few moments. The best part? This Elementor social media widget is as simple as adding any social media icon to any screen or page of your website.
314
+ Whether you're looking to link to your Facebook, Twitter, LinkedIn, Pinterest, Telegram, Whatsapp or Instagram, this WordPress social widget has you covered. It works like social links widget, social media widget, and social media icons widget. The WordPress social icons are fully customizable through this WP social widget. Therefore, you can take advantage of this WordPress social media icons widget, so you can easily match them to the look and feel of your website. Add social media icons or social media buttons anywhere including header, footer using this intuitive widget. Moreover, it is a responsive widget and it will look great on any device. If you're looking for an easy way to add social media links to your website, this all in one social widget is a great option.
315
 
316
+
317
+ <strong>[Elementor Category List Widget (Style 8) ](https://wphtmega.com/widget/elementor-category-list-widget/)</strong> HT Mega Elementor Category List Widget is easy to active, user-friendly, and customizable — saving you countless hours of time in the process of organizing your site content and categorizing them. Create an impressive list of categories with ease with this exclusive widget.
318
 
319
  <strong>[Elementor Taxonomy Terms Widget (Style 5) ](https://wphtmega.com/widget/elementor-taxonomy-terms-widget/)</strong> HT Mega Elementor Taxonomy Terms Widget for Elementor is an outstanding addon that lets you create different ways of displaying tags and categories on your website based on your needs.
320
 
330
 
331
  <strong>[Elementor Facebook Review Widget (Style 3) ](https://wphtmega.com/widget/elementor-facebook-review-widget/)</strong> HT Mega Elementor Facebook Review Widget allows you to display a stunning showcase of your Facebook page info and reviews on your website.
332
 
333
+ This facebook page widget is easy to use and comes with a variety of features that make it a valuable tool for anyone looking to add facebook feed widget functionality to their site. This WordPress facebook widget is highly customizable, allowing you to change the look and feel of the facebook reviews display to match your site's style. You can also control how many facebook page reviews are shown, and whether or not to show the facebook page rating. The HT Mega Elementor Facebook Review Widget is a great way to add facebook reviews functionality to your website.
334
+
335
  <strong>[Elementor Breadcrumbs Widget (Style 9) ](https://wphtmega.com/elementor-breadcrumbs-widget/)</strong> HT Mega Elementor Breadcrumbs Widget helps you visualize your breadcrumbs in different ways with a variety of customizable options. You can easily create one to suit your needs.
336
 
337
  <strong>[Elementor Event Box Widget (Style 5) ](https://wphtmega.com/elementor-event-box-widget/)</strong> HT Mega Elementor Event Box Widget enables you to display boxes of upcoming events on your Elementor page. You can create an upcoming event with an event title, event description, date, and any other relevant information.
338
 
339
+ <strong>[Elementor Filterable Gallery Widget (Style 7) ](https://wphtmega.com/elementor-filterable-gallery-widget/)</strong> The HT Mega Elementor Filterable Gallery widget allows you to add a gallery with filtering options. Photos, projects images can be easily displayed using this widget. Visitors can filter items easily by category. This plugin has 7 default styles for filterable galleries, which can be customized easily from the widget settings panel.Try this exclusive filter widget to add a filterable gallery to your web posts.
340
 
341
  <strong>[Elementor WhatsApp Chat Widget ](https://wphtmega.com/elementor-whatsapp-chat-widget/)</strong> With HT Mega Elementor WhatsApp Widget, you can create a button that your website visitors will be able to text you directly from your site. It is a simple but effective way of communicating with clients.
342
 
343
  <strong>[Elementor Chart Widget ](https://wphtmega.com/widget/elementor-chart-widget/)</strong> The HT Mega Elementor Chart widget enables you to monitor the analytic side of your workflow and create sophisticated charts inside Elementor page.
344
 
345
+ <strong>[Elementor Post Timeline Widget ](https://wphtmega.com/widget/elementor-post-timeline-widget/)</strong> The Post Timeline widget is perfect for displaying posts in vertical and horizontal layouts. It comes with a sleek design and allows for easy implementation.
346
 
347
  <strong>[Elementor Post Masonry Widget ](https://wphtmega.com/widget/elementor-post-masonry-widget/)</strong> The HT Mega Elementor Post Masonry Widget allows you to display posts in a grid layout with masonry and pagination. It has a sleek design that makes it easy to use.
348
 
349
+ <strong>[Elementor Source Code Widget ](https://wphtmega.com/widget/elementor-source-code-widget/)</strong> If you are writing a tutorial or documentation and want to show code snippets to your visitors, you can use this widget to display them in the text. The HT Mega Source Code widget helps you to show code snippets in a user-friendly way.
350
+
351
+ <strong>[Elementor 360 Rotation Widget ](https://wphtmega.com/widget/elementor-360-rotation-widget/)</strong> Create an awesome 360° product image rotation experience using Elementor 360 rotation widget that brings your website visitors up close and personal with your products. As they explore from every angle, it gives them a closer look so they can better see the quality of your creations.
352
+
353
+
354
  **[PURCHASE HT Mega PRO FROM OUR WEBSITE]( https://wphtmega.com/pricing/ )**
355
 
356
  == Free WooCommerce Plugins ==
385
  <strong>[Woolentor Addons](https://wordpress.org/plugins/woolentor-addons/)</strong>
386
  Woolentor is a WooCommerce page builder plugin that extends the functionality of the WooCommerce store. These Elementor Addons provide additional features and options for WooCommerce stores. Woolentor is the best alternative for ShopReady, Kadence, JetWidgets, ShopEngine, and CoDesigner. The Woolentor addons come with 50+ free Elementor widgets like Wishlist Extension Addon, Product compare, Product Filters, Product Variation Swatches, Shopify Style Checkout, Product Slider and 50+ pro Elementor Widgets like Checkout Fields Editor, Partial Payment, Email Customizer for WooCommerce with ready Email Templates, WooCommerce Email Automation, Multi Step Checkout, and many much more. Also it provide 90+ WooCommerce Elementor templates, 22+ WooCommerce Modules, and Gutenberg Blocks.
387
 
388
+ <strong>[Hashbar WP Notification Bar](https://wordpress.org/plugins/hashbar-wp-notification-bar/)</strong>
389
  HashBar is a WordPress Notification Bar Plugin that enables you to create unlimited notification bars on your WordPress website. You can create as many notification bars as you want and customize their content to meet your needs.
390
 
391
  <strong>[WP Plugin Manager - Deactivate plugins per page](https://wordpress.org/plugins/wp-plugin-manager/)</strong>
392
  WP Plugin Manager is the perfect solution for those who want to disable certain plugins on specific pages or posts. With this plugin, you can easily activate or deactivate plugins on a per-page or per-post basis. Whichever plugin you don’t need you can deactivate or disable that plugin with the help of WP plugin Manager.
393
 
394
  <strong>[Extensions For Cf7](https://wordpress.org/plugins/extensions-for-cf7/)</strong>
395
+ Contact Form 7 is an excellent plugin for organizing your contact page. The CF7 extensions plugin includes Contact Form 7 Database, enabling Conditional Fields for Contact Form 7, etc. It allows fields to be set up as either visible or hidden depending upon the input from visitors. In addition, integrating seamlessly with Mailchimp brings leads generated every time someone fills out one form into an associated email list immediately. This special widget for contact form 7 allows you to easily integrate contact form 7 to your web pages. If you are a user of Contact form 7, you can definitely try this special contact form 7 widget.
396
 
397
  <strong>[Whols](https://wordpress.org/plugins/whols/)</strong>
398
  Whols is an outstanding plugin for WooCommerce that allows store owners to set wholesale prices for the products of their online stores. With Whols, you can easily add custom fields to your registration form, set minimum product requirements, and control how wholesale prices are displayed on both the shop and product detail pages. Whols work like Wholesale Suite, B2Bking and B2B plugins.
413
 
414
 
415
  == Changelog ==
416
+ = Version: 1.9.7 - Date: 2022-10-18 =
417
+ * Added: Excerpt display option in post carousel addon
418
+ * Fixed: Minor issues.
419
+
420
  = Version: 1.9.6 - Date: 2022-09-27 =
421
  * Fixed: Selector issue in section title addon
422
  * Fixed: Selector issue in easy digital downloads addon
464
  * Fixed: Conflict Accordion addon with LearnDash plugin.
465
 
466
  = Version: 1.8.7 - Date: 2022-05-14 =
467
+ * Updated: Make a Third party Instagram feed addon compatible with the latest version of the Instagram feed plugin.
468
  * Fixed: Odd and even row's background color not working in Datatable addon.
469
  * Added: Styles in button and accordion addon.
470
 
481
  = Version: 1.8.4 - Date: 2022-04-05 =
482
  * Added: Forget Password Position control in User Login Form Widget
483
  * Added: Terms & conditions label and select page option in User Register Form Widget
484
+ * Improved: Elementor WPForms Widget
485
+ * Improved: Elementor Contact Form 7 Widget
486
+ * Improved: Elementor Quform Widget
487
+ * Improved: Elementor Ninja Forms Widget
488
+ * Improved: Elementor Gravity Forms Widget
489
+ * Improved: Elementor Caldera Forms Widget
490
+ * Improved: Elementor Download Monitor Widget
491
+ * Improved: Elementor Easy Digital Downloads Widget
492
+ * Improved: Elementor Layer Slider Widget
493
+ * Improved: Elementor WC Add to Cart Widget
494
+ * Improved: Elementor Pages Widget
495
  * Tweak: Removed register_widget_type and widgets_registered deprecated method.
496
 
497
  = Version: 1.8.3 - Date: 2022-03-22 =
498
  * Added: Image icon option in Flip Box Addon style four
499
  * Fixed: Table break issue in Data Table Addon
500
+ * Fixed: Elementor Megamenu option visible after deactivating pro version
501
  * Updated: Weather addon
502
+ * Changed: Move weather switcher button from the third party to the elements tab
503
 
504
  = Version: 1.8.2 - Date: 2022-02-22 =
505
+ * Added: Height and width option in expanding area of Offcanvas addon
506
+ * Improved: HT Elementor MegaMenu Builder options
507
  * Fixed: Swiper slider conflict issue on Elementor Latest version
508
  * Fixed: Template selector issue on Offcanvas addon
509
  * Fixed: Link Redirect issue on user login form addon
543
 
544
  <strong>Pricing Table</strong>
545
 
546
+ * Moved: Header padding control style to content for Header, Price, and Features
547
  * Added: Style Layout Eight and Nine.
548
+ * Added: Price Alignment Control for Header, Price, and Features
549
  * Added: Badge control and style control
550
  * Added: Some style control on the style section.
551
 
573
 
574
  <strong>Tabs</strong>
575
 
576
+ * Update: Tabs Icon Color Controller
577
  * Update: Tabs Icon Box Size, background color, and Gradient color Controller
578
  * Added: Tabs Icon Border Controller
579
  * Added: Tabs Icon box Width and Height Controller
720
  * Fixed: Content style issue
721
  * Update: Title style option
722
  * Update: Date style option
723
+ * Update: Elementor Timeline style option
724
  * Update: Responsive issues
725
  * Added: Layout four
726
 
894
 
895
  <strong>Pricing List view Widget</strong>
896
 
897
+ Fixed: Layout One and Two all style issues.
898
  Added: A New Layout.
899
  Added: Some style and content options
900
+ Moved: Table alignment moved to the table content section.
901
 
902
  <strong>Notify Widget</strong>
903
 
904
  Fixed: The Notification Position issue.
905
  Fixed: The Bootstrap Column width issue
906
+ Added: Notification type-based color.
907
  Added: Notification info icon style
908
  Added: Info icon style options.
909
 
939
  * Added: Slider image overlay option
940
  * Added: Content box style option
941
  * Fixed: Content alignment issue
942
+ * Added: Item margin, padding, and border radius option
943
  * Added: Gradient color change option
944
  * Fixed: Responsive issue
945
 
974
  * Added: Gradient color change option
975
  * Added: Content show/hide and content limit option
976
  * Added: Content box style option
977
+ * Added: Group item margin, padding, and border radius option
978
  * Added: Title length option
979
  * Added: Title hover color
980
  * Added: Meta icon color option
985
  <strong>Single Post Addon</strong>
986
 
987
  * Fixed: Category height
988
+ * Fixed: Meta normal color, hover color, and alignment issue
989
  * Fixed: Title alignment issue
990
  * Added: Meta icon color change option addon
991
  * Added: Content position option for style one
992
  * Added: Title hover color
993
+ * Added: Content box margin, padding, and background color option
994
 
995
  = Version: 1.7.0 - Date: 2021-12-19 =
996
  * Fixed: post duplicator security issue
1006
 
1007
  = Version: 1.6.7 - Date: 2021-10-23 =
1008
  * Upgrade: Icon names from the font-awesome to eicons for the Elementor Panel
1009
+ * Fixed: Vertical Timeline mobile device padding & HTML tag support
1010
  * Added: HTML tag support for the image marker addon fields
1011
 
1012
  = Version: 1.6.6 - Date: 2021-10-04 =
1014
  * Language file updated
1015
 
1016
  = Version: 1.6.4 - Date: 2021-09-02 =
1017
+ * Fixed: Off canvas menu doesn't open when clicking on the icon. - "Offcanvas Addon"
1018
+ * Improved: When center mode is enabled the scroll items option will disappear from this version. Since the Center mode & Scroll Items option doesn't work together. - "Testimonial Addon"
1019
+ * Added: Option to change the color of bar & arrows. - "Working Process Addon"
1020
 
1021
  = Version: 1.6.3 - Date: 2021-08-14 =
1022
  * Fixed: Scroll navigation addon animation
1033
 
1034
  = Version: 1.6.0 - Date: 2021-06-27 =
1035
  * Fixed custom event addon date
1036
+ * User login form addon reload the page for the same page
1037
 
1038
  = Version: 1.5.9 - Date: 2021-05-26 =
1039
  * Solved Header already sent issue.
1045
  * Updated template library API
1046
 
1047
  = Version: 1.5.8 - Date: 2021-04-25 =
1048
+ * Compatible with Elementor's latest version
1049
 
1050
  = Version: 1.5.7 - Date: 2021-03-27 =
1051
  * HTML tags validation issue solved.
1086
  * Thumbnail Opacity add for style-3 in HT Mega post carousel widget.
1087
  * Add default background in HT Mega button widget.
1088
  * Border radius issue and read-mode border issue fixed in HT Mega button widget.
1089
+ * Add dependency for style-2 and style-3 in the HT Mega countdown widget.
1090
  * Title Background color issue fixed in HT Mega post grid tab.
1091
  * Add image opacity in HT Mega image marker.
1092
  * Progress bar animation issue and value size issue fixed in HT Mega progress bar.
1103
  * Working process Icon style Option added.
1104
  * Template library blocks search problem solved.
1105
  * Section Wise Blocks Template added.
1106
+ * Template library cache remove for plugin multiple activations.
1107
  * Style dependency added in image justify and image compare.
1108
 
1109
  = Version: 1.4.0 - Date: 2020-04-13 =
1110
  * Single Post Title Length option added.
1111
+ * Modal Issue solved for the mobile device.
1112
  * Image Grid Overlay color Issue solved.
1113
 
1114
  = Version: 1.3.7 - Date: 2020-03-09 =
1144
  = Version: 1.3.0 - Date: 2019-10-29 =
1145
  * Theme Builder Added.
1146
  * Sales Notification Options Added.
1147
+ * Elementor Mega Menu Builder Added.
1148
 
1149
  = Version: 1.2.4 - Date: 2019-09-19 =
1150
  * Special Day offer Banner Addon Added.
1167
  * Includes Template Library.
1168
 
1169
  == Installation ==
1170
+ This section describes how to install the HT Mega - Absolute Addons for the Elementor Page Builder plugin and get it working.
1171
 
1172
  = 1) Install =
1173
 
1180
  2. Activate the plugin through the 'Plugins' menu in WordPress
1181
 
1182
  = 2) Configure =
1183
+ 1. After installing and activating the plugin you will get a notice to install Elementor Plugin in WordPress ( If already installed it then do not show notice. ).
1184
  2. To install the plugin click on the "Button" Install Elementor.
1185
+ 3. HTMega Addons Category will appear in Elementor page Editor.
1186
 
1187
 
1188
  == Frequently Asked Questions ==
1221
 
1222
  = What is the solution when the Elementor editor fails to load? =
1223
 
1224
+ It is due to your server PHP setting. You can increase the PHP memory limit from the wp-config.php file or php.ini file. Please contact your hosting provider and ask to increase.
1225
 
1226
  PHP 7.3 or greater
1227
  MySQL 5.6 or greater OR MariaDB 10.0 or greater
1244
 
1245
  = What are the pro version features available in the HT Mega Elementor Addons plugin? =
1246
 
1247
+ The pro version of HT Mega Elementor widgets gives you access to numerous incredible features that include 39 Categories or Template Sets, 789 Elementor Page Templates, Cross-Domain Copy Paste, Blog Search Page Builder, Sales Upto Date Option, Parallax, and many more. Moreover, there are over 18 modern exclusive widgets that will enhance the functionalities of your WordPress website even more.
1248
 
1249
  = Why is the Post Duplicator widget used? =
1250
 
1261
  7. Widgets Enable / Disable Option Panel
1262
  8. Settings Panel
1263
  9. Templates Library Options
1264
+ 10. Page Template Library Import Options