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.8.5

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.8.5
Comparing to
See all releases

Code changes from version 1.8.4 to 1.8.5

Files changed (42) hide show
  1. admin/include/admin-setting.php +2 -2
  2. assets/css/htmega-widgets.css +32 -4
  3. extensions/ht-builder/admin/setting.php +1 -1
  4. extensions/wc-sales-notification/admin/setting.php +1 -1
  5. htmega_addons_elementor.php +4 -4
  6. includes/class.htmega.php +1 -1
  7. includes/helper-function.php +26 -1
  8. includes/{widgets/weather → weather-resource}/template/layout-1.php +0 -0
  9. includes/{widgets/weather → weather-resource}/template/layout-2.php +0 -0
  10. includes/{widgets/weather → weather-resource}/template/layout-3.php +0 -0
  11. includes/{widgets/weather → weather-resource}/template/layout-4.php +0 -0
  12. includes/{widgets/weather → weather-resource}/weather-map.php +0 -0
  13. includes/{widgets/weather → weather-resource}/weather-resource.php +0 -0
  14. includes/widgets/htmega_bbpress.php +8 -0
  15. includes/widgets/htmega_booked_calender.php +57 -22
  16. includes/widgets/htmega_buddy_press.php +32 -2
  17. includes/widgets/{htmega_caldera_forms.php → htmega_caldera_form.php} +0 -0
  18. includes/widgets/{htmega_cuctom_event.php → htmega_custom_event.php} +0 -0
  19. includes/widgets/{htmega_table.php → htmega_data_table.php} +0 -0
  20. includes/widgets/{htmega_404_content.php → htmega_errorcontent.php} +0 -0
  21. includes/widgets/{htmega_flip-box.php → htmega_flip_box.php} +0 -0
  22. includes/widgets/{htmega_image_marker.php → htmega_imagemarker.php} +0 -0
  23. includes/widgets/{htmega_inline_menu.php → htmega_inlinemenu.php} +0 -0
  24. includes/widgets/htmega_instagram - Copy.php +1672 -0
  25. includes/widgets/{htmega_instagram_feed.php → htmega_instragram_feed.php} +11 -3
  26. includes/widgets/htmega_job_manager.php +8 -0
  27. includes/widgets/{htmega_mailchimp_for_wp.php → htmega_mailchimp_wp.php} +0 -0
  28. includes/widgets/{htmega_news_ticker.php → htmega_newsticker.php} +0 -0
  29. includes/widgets/{htmega_ninja_forms.php → htmega_ninja_form.php} +0 -0
  30. includes/widgets/{htmega_post_grid.php → htmega_postgrid.php} +0 -0
  31. includes/widgets/{htmega_progressbar.php → htmega_progress_bar.php} +0 -0
  32. includes/widgets/{htmega_qu_forms.php → htmega_quforms.php} +0 -0
  33. includes/widgets/{htmega_services.php → htmega_service.php} +0 -0
  34. includes/widgets/{htmega_single_post.php → htmega_singlepost.php} +0 -0
  35. includes/widgets/{htmega_special_banner.php → htmega_special_day_banner.php} +0 -0
  36. includes/widgets/{htmega_tab.php → htmega_tabs.php} +2 -2
  37. includes/widgets/{htmega_vertical_timeline.php → htmega_verticle_time_line.php} +0 -0
  38. includes/widgets/{htmega_video_player.php → htmega_videoplayer.php} +0 -0
  39. includes/widgets/{weather/htmega_weather.php → htmega_weather.php} +14 -3
  40. includes/widgets_control.php +489 -496
  41. languages/htmega-addons.pot +12913 -12354
  42. readme.txt +9 -2
admin/include/admin-setting.php CHANGED
@@ -1286,7 +1286,7 @@ class HTMega_Admin_Settings {
1286
  <li><?php echo esc_html__( 'Content color option', 'htmega-addons');?></li>
1287
  <li><?php echo esc_html__( 'Cross icon color option', 'htmega-addons');?></li>
1288
  </ul>
1289
- <a class="button button-primary" href="https://hasthemes.com/plugins/ht-mega-pro/" target="_blank"><?php echo esc_html__( 'Buy Now', 'htmega-addons' ); ?></a>
1290
  </div>
1291
  </div>
1292
 
@@ -1306,7 +1306,7 @@ class HTMega_Admin_Settings {
1306
  <span><i class="dashicons dashicons-warning"></i></span>
1307
  <p>
1308
  <?php
1309
- echo __('Purchase our','htmega-addons').' <strong><a href="'.esc_url( 'https://hasthemes.com/plugins/ht-mega-pro/' ).'" target="_blank" rel="nofollow">'.__( 'premium version', 'htmega-addons' ).'</a></strong> '.__('to unlock these pro elements!','htmega-addons');
1310
  ?>
1311
  </p>
1312
  </div>
1286
  <li><?php echo esc_html__( 'Content color option', 'htmega-addons');?></li>
1287
  <li><?php echo esc_html__( 'Cross icon color option', 'htmega-addons');?></li>
1288
  </ul>
1289
+ <a class="button button-primary" href="https://wphtmega.com/pricing/" target="_blank"><?php echo esc_html__( 'Buy Now', 'htmega-addons' ); ?></a>
1290
  </div>
1291
  </div>
1292
 
1306
  <span><i class="dashicons dashicons-warning"></i></span>
1307
  <p>
1308
  <?php
1309
+ echo __('Purchase our','htmega-addons').' <strong><a href="'.esc_url( 'https://wphtmega.com/pricing/' ).'" target="_blank" rel="nofollow">'.__( 'premium version', 'htmega-addons' ).'</a></strong> '.__('to unlock these pro elements!','htmega-addons');
1310
  ?>
1311
  </p>
1312
  </div>
assets/css/htmega-widgets.css CHANGED
@@ -15243,17 +15243,45 @@ ul.htmega-testimonial-rating * {
15243
  .job_application button, .job_application input[type="button"], .job_application input[type="reset"], .job_application input[type="submit"]{
15244
  height:auto;
15245
  }
15246
- .job_summary_shortcode .job-type {
15247
  display: inline-block;
15248
  height: auto !important;
15249
  margin: 0 !important;
15250
- }
 
 
 
 
15251
  .job_summary_title {
15252
  font-size: 20px;
15253
  margin-top: 10px;
15254
  }
15255
-
15256
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15257
  /*
15258
  * Post Carousel Style
15259
  */
15243
  .job_application button, .job_application input[type="button"], .job_application input[type="reset"], .job_application input[type="submit"]{
15244
  height:auto;
15245
  }
15246
+ /* .job_summary_shortcode .job-type {
15247
  display: inline-block;
15248
  height: auto !important;
15249
  margin: 0 !important;
15250
+ } */
15251
+ .job_summary_shortcode .job-type {
15252
+ height: auto !important;
15253
+ margin: 0 0 9px;
15254
+ }
15255
  .job_summary_title {
15256
  font-size: 20px;
15257
  margin-top: 10px;
15258
  }
15259
+ .elementor-widget-htmega-jobmanager-addons input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.elementor-widget-htmega-jobmanager-addons select{
15260
+ width: 100%;
15261
+ margin-bottom: 10px;
15262
+ }
15263
+ .elementor-widget-htmega-jobmanager-addons ul.job_types {
15264
+ list-style: none;
15265
+ margin: 15px 0 10px;
15266
+ padding: 0;
15267
+ }
15268
+ .elementor-widget-htmega-jobmanager-addons ul.job_types li{
15269
+ display: inline-block;
15270
+ }
15271
+ .elementor-widget-htmega-jobmanager-addons ul.job_types li:not(:last-child),.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions li:not(:last-child){
15272
+ margin-right: 10px;
15273
+ }
15274
+ .elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions {
15275
+ list-style: none;
15276
+ padding: 0;
15277
+ margin: 0;
15278
+ }
15279
+ .elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions li{
15280
+ display: inline-block;
15281
+ }
15282
+ .elementor-widget-htmega-jobmanager-addons fieldset{
15283
+ margin-bottom: 15px;
15284
+ }
15285
  /*
15286
  * Post Carousel Style
15287
  */
extensions/ht-builder/admin/setting.php CHANGED
@@ -148,7 +148,7 @@ class HTMegaBuilder_Admin_Settings {
148
  <span><i class="dashicons dashicons-warning"></i></span>
149
  <p>
150
  <?php
151
- echo __('Purchase our','htmega-addons').' <strong><a href="'.esc_url( 'https://hasthemes.com/plugins/ht-mega-pro/' ).'" target="_blank" rel="nofollow">'.__( 'premium version', 'htmega-addons' ).'</a></strong> '.__('to unlock these pro elements!','htmega-addons');
152
  ?>
153
  </p>
154
  </div>
148
  <span><i class="dashicons dashicons-warning"></i></span>
149
  <p>
150
  <?php
151
+ echo __('Purchase our','htmega-addons').' <strong><a href="'.esc_url( 'https://wphtmega.com/pricing/' ).'" target="_blank" rel="nofollow">'.__( 'premium version', 'htmega-addons' ).'</a></strong> '.__('to unlock these pro elements!','htmega-addons');
152
  ?>
153
  </p>
154
  </div>
extensions/wc-sales-notification/admin/setting.php CHANGED
@@ -232,7 +232,7 @@ class HTMegaWcsale_Admin_Settings {
232
  <span><i class="dashicons dashicons-warning"></i></span>
233
  <p>
234
  <?php
235
- echo __('Purchase our','htmega-addons').' <strong><a href="'.esc_url( 'https://hasthemes.com/plugins/ht-mega-pro/' ).'" target="_blank" rel="nofollow">'.__( 'premium version', 'htmega-addons' ).'</a></strong> '.__('to unlock these pro elements!','htmega-addons');
236
  ?>
237
  </p>
238
  </div>
232
  <span><i class="dashicons dashicons-warning"></i></span>
233
  <p>
234
  <?php
235
+ echo __('Purchase our','htmega-addons').' <strong><a href="'.esc_url( 'https://wphtmega.com/pricing/' ).'" target="_blank" rel="nofollow">'.__( 'premium version', 'htmega-addons' ).'</a></strong> '.__('to unlock these pro elements!','htmega-addons');
236
  ?>
237
  </p>
238
  </div>
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.8.4
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.6.2
14
- * Elementor Pro tested up to: 3.6.4
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
- define( 'HTMEGA_VERSION', '1.8.4' );
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.8.5
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.6.4
14
+ * Elementor Pro tested up to: 3.6.5
15
  */
16
 
17
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
18
+ define( 'HTMEGA_VERSION', '1.8.5' );
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/class.htmega.php CHANGED
@@ -187,7 +187,7 @@ final class HTMega_Addons_Elementor {
187
  $htmega_settings_link = '<a href="admin.php?page=htmega_addons_options">'.esc_html__( 'Settings', 'htmega-addons' ).'</a>';
188
  array_unshift( $links, $htmega_settings_link );
189
  if( !is_plugin_active('htmega-pro/htmega_pro.php') ){
190
- $links['htmegago_pro'] = sprintf('<a href="https://hasthemes.com/plugins/ht-mega-pro/" target="_blank" style="color: #39b54a; font-weight: bold;">' . esc_html__('Go Pro','htmega-addons') . '</a>');
191
  }
192
  return $links;
193
  }
187
  $htmega_settings_link = '<a href="admin.php?page=htmega_addons_options">'.esc_html__( 'Settings', 'htmega-addons' ).'</a>';
188
  array_unshift( $links, $htmega_settings_link );
189
  if( !is_plugin_active('htmega-pro/htmega_pro.php') ){
190
+ $links['htmegago_pro'] = sprintf('<a href="https://wphtmega.com/pricing/" target="_blank" style="color: #39b54a; font-weight: bold;">' . esc_html__('Go Pro','htmega-addons') . '</a>');
191
  }
192
  return $links;
193
  }
includes/helper-function.php CHANGED
@@ -714,4 +714,29 @@ function htmega_get_page_list( $post_type = 'page' ){
714
  }
715
  return $options;
716
  }
717
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
714
  }
715
  return $options;
716
  }
717
+ }
718
+
719
+
720
+ /*
721
+ * Instagram feed list
722
+ * return array
723
+ */
724
+ if( !function_exists('htmega_instagram_feed_list') ){
725
+ function htmega_instagram_feed_list(){
726
+ $instagram_feeds = array();
727
+ $htmega_instagram_args = array( 'posts_per_page' => -1, 'post_type'=> 'sbi-feed-builder' );
728
+ var_dump($htmega_instagram_args);
729
+ $htmega_instagrams = get_posts( $htmega_instagram_args );
730
+
731
+ if( $htmega_instagrams ){
732
+ foreach ( $htmega_instagrams as $htmega_feed ){
733
+ $instagram_feeds[$htmega_feed->ID] = $htmega_feed->post_title;
734
+ }
735
+ }else{
736
+ $instagram_feeds[ esc_html__( 'No contact form found', 'htmega-addons' ) ] = 0;
737
+ }
738
+
739
+ var_dump($instagram_feeds);
740
+ return $instagram_feeds;
741
+ }
742
+ }
includes/{widgets/weather → weather-resource}/template/layout-1.php RENAMED
File without changes
includes/{widgets/weather → weather-resource}/template/layout-2.php RENAMED
File without changes
includes/{widgets/weather → weather-resource}/template/layout-3.php RENAMED
File without changes
includes/{widgets/weather → weather-resource}/template/layout-4.php RENAMED
File without changes
includes/{widgets/weather → weather-resource}/weather-map.php RENAMED
File without changes
includes/{widgets/weather → weather-resource}/weather-resource.php RENAMED
File without changes
includes/widgets/htmega_bbpress.php CHANGED
@@ -27,6 +27,14 @@ class HTMega_Elementor_Widget_Bbpress extends Widget_Base {
27
  ];
28
  }
29
 
 
 
 
 
 
 
 
 
30
  protected function register_controls() {
31
 
32
  $this->start_controls_section(
27
  ];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return [ 'bbpress', 'bbpress widget', 'forum', 'reply','htmega','htmega' ];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/3rd-party-plugin-widgets/bbpress-widget/';
36
+ }
37
+
38
  protected function register_controls() {
39
 
40
  $this->start_controls_section(
includes/widgets/htmega_booked_calender.php CHANGED
@@ -27,6 +27,14 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
27
  ];
28
  }
29
 
 
 
 
 
 
 
 
 
30
  protected function register_controls() {
31
 
32
  $this->start_controls_section(
@@ -435,7 +443,6 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
435
  ],
436
  ]
437
  );
438
-
439
  $this->add_control(
440
  'active_date_background_color',
441
  [
@@ -449,7 +456,16 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
449
  ],
450
  ]
451
  );
452
-
 
 
 
 
 
 
 
 
 
453
  $this->end_controls_section();
454
 
455
  // List style Heading Section
@@ -525,7 +541,7 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
525
  'label' => __( 'Text Color', 'htmega-addons' ),
526
  'type' => Controls_Manager::COLOR,
527
  'selectors' => [
528
- '{{WRAPPER}} .spots-available' => 'color: {{VALUE}};',
529
  ],
530
  ]
531
  );
@@ -546,9 +562,7 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
546
  [
547
  'label' => __( 'Appointment Button', 'htmega-addons' ),
548
  'tab' => Controls_Manager::TAB_STYLE,
549
- 'condition' => [
550
- 'calendar_style' => 'list',
551
- ],
552
  ]
553
  );
554
 
@@ -666,17 +680,19 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
666
  ]
667
  );
668
 
669
- $this->add_control(
670
- 'booked_calender_appointment_button_hover_border_color',
671
  [
672
- 'label' => __( 'Border Color', 'htmega-addons' ),
673
- 'type' => Controls_Manager::COLOR,
674
- 'condition' => [
675
- 'navigation_button_border_border!' => '',
676
- ],
677
- 'selectors' => [
678
- '{{WRAPPER}} .new-appt.button:hover' => 'border-color: {{VALUE}} !important;',
679
- ],
 
 
680
  ]
681
  );
682
 
@@ -692,9 +708,7 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
692
  [
693
  'label' => __( 'Navigation Button', 'htmega-addons' ),
694
  'tab' => Controls_Manager::TAB_STYLE,
695
- 'condition' => [
696
- 'calendar_style' => 'list',
697
- ],
698
  ]
699
  );
700
 
@@ -713,7 +727,7 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
713
  'label' => __( 'Text Color', 'htmega-addons' ),
714
  'type' => Controls_Manager::COLOR,
715
  'selectors' => [
716
- '{{WRAPPER}} [class*="booked-list-view-date-"]' => 'color: {{VALUE}};',
717
  ],
718
  ]
719
  );
@@ -725,6 +739,9 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
725
  'types' => [ 'classic', 'gradient' ],
726
  'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]',
727
  'separator' => 'after',
 
 
 
728
  ]
729
  );
730
 
@@ -736,6 +753,9 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
736
  'default' => '1px',
737
  'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]',
738
  'separator' => 'before',
 
 
 
739
  ]
740
  );
741
 
@@ -748,6 +768,9 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
748
  'selectors' => [
749
  '{{WRAPPER}} [class*="booked-list-view-date-"]' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
750
  ],
 
 
 
751
  ]
752
  );
753
 
@@ -756,6 +779,9 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
756
  [
757
  'name' => 'booked_calender_navigation_button_shadow',
758
  'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]',
 
 
 
759
  ]
760
  );
761
 
@@ -769,6 +795,9 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
769
  '{{WRAPPER}} [class*="booked-list-view-date-"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
770
  ],
771
  'separator' => 'before',
 
 
 
772
  ]
773
  );
774
 
@@ -776,7 +805,7 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
776
  Group_Control_Typography::get_type(),
777
  [
778
  'name' => 'booked_calender_navigation_button_typography',
779
- 'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]',
780
  'separator' => 'before',
781
  ]
782
  );
@@ -796,7 +825,7 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
796
  'label' => __( 'Text Color', 'htmega-addons' ),
797
  'type' => Controls_Manager::COLOR,
798
  'selectors' => [
799
- '{{WRAPPER}} [class*="booked-list-view-date-"]:hover' => 'color: {{VALUE}};',
800
  ],
801
  ]
802
  );
@@ -808,6 +837,9 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
808
  'types' => [ 'classic', 'gradient' ],
809
  'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]:hover',
810
  'separator' => 'after',
 
 
 
811
  ]
812
  );
813
 
@@ -823,6 +855,9 @@ class HTMega_Elementor_Widget_Booked_Calender extends Widget_Base {
823
  '{{WRAPPER}} [class*="booked-list-view-date-"]:hover' => 'border-color: {{VALUE}};',
824
  ],
825
  'separator' => 'before',
 
 
 
826
  ]
827
  );
828
 
27
  ];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return [ 'booked ', 'booked calendar', 'calendar','htmega','htmega' ];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/general-widgets/booked-calendar-widget/';
36
+ }
37
+
38
  protected function register_controls() {
39
 
40
  $this->start_controls_section(
443
  ],
444
  ]
445
  );
 
446
  $this->add_control(
447
  'active_date_background_color',
448
  [
456
  ],
457
  ]
458
  );
459
+ $this->add_control(
460
+ 'timeslot_time_text_color',
461
+ [
462
+ 'label' => __( 'Time Slot Color', 'htmega-addons' ),
463
+ 'type' => Controls_Manager::COLOR,
464
+ 'selectors' => [
465
+ '{{WRAPPER}} .booked-calendar-wrap .booked-appt-list .timeslot .spots-available' => 'color: {{VALUE}};',
466
+ ],
467
+ ]
468
+ );
469
  $this->end_controls_section();
470
 
471
  // List style Heading Section
541
  'label' => __( 'Text Color', 'htmega-addons' ),
542
  'type' => Controls_Manager::COLOR,
543
  'selectors' => [
544
+ '{{WRAPPER}} .spots-available,{{WRAPPER}} .booked-calendar-wrap .booked-appt-list .timeslot .spots-available' => 'color: {{VALUE}};',
545
  ],
546
  ]
547
  );
562
  [
563
  'label' => __( 'Appointment Button', 'htmega-addons' ),
564
  'tab' => Controls_Manager::TAB_STYLE,
565
+
 
 
566
  ]
567
  );
568
 
680
  ]
681
  );
682
 
683
+ $this->add_group_control(
684
+ Group_Control_Border::get_type(),
685
  [
686
+ 'name' => 'booked_calender_appointment_button_border_hover',
687
+ 'selector' => '{{WRAPPER}} .new-appt.button:hover',
688
+ 'separator' => 'before',
689
+ ]
690
+ );
691
+ $this->add_group_control(
692
+ Group_Control_Box_Shadow::get_type(),
693
+ [
694
+ 'name' => 'booked_calender_appointment_button_shadow_hover',
695
+ 'selector' => '{{WRAPPER}} .new-appt.button:hover',
696
  ]
697
  );
698
 
708
  [
709
  'label' => __( 'Navigation Button', 'htmega-addons' ),
710
  'tab' => Controls_Manager::TAB_STYLE,
711
+
 
 
712
  ]
713
  );
714
 
727
  'label' => __( 'Text Color', 'htmega-addons' ),
728
  'type' => Controls_Manager::COLOR,
729
  'selectors' => [
730
+ '{{WRAPPER}} [class*="booked-list-view-date-"],{{WRAPPER}} table.booked-calendar th .monthName a,{{WRAPPER}} table.booked-calendar thead th .page-left,{{WRAPPER}} table.booked-calendar thead th .page-right' => 'color: {{VALUE}}!important;',
731
  ],
732
  ]
733
  );
739
  'types' => [ 'classic', 'gradient' ],
740
  'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]',
741
  'separator' => 'after',
742
+ 'condition' => [
743
+ 'calendar_style' => 'list',
744
+ ],
745
  ]
746
  );
747
 
753
  'default' => '1px',
754
  'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]',
755
  'separator' => 'before',
756
+ 'condition' => [
757
+ 'calendar_style' => 'list',
758
+ ],
759
  ]
760
  );
761
 
768
  'selectors' => [
769
  '{{WRAPPER}} [class*="booked-list-view-date-"]' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
770
  ],
771
+ 'condition' => [
772
+ 'calendar_style' => 'list',
773
+ ],
774
  ]
775
  );
776
 
779
  [
780
  'name' => 'booked_calender_navigation_button_shadow',
781
  'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]',
782
+ 'condition' => [
783
+ 'calendar_style' => 'list',
784
+ ],
785
  ]
786
  );
787
 
795
  '{{WRAPPER}} [class*="booked-list-view-date-"]' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
796
  ],
797
  'separator' => 'before',
798
+ 'condition' => [
799
+ 'calendar_style' => 'list',
800
+ ],
801
  ]
802
  );
803
 
805
  Group_Control_Typography::get_type(),
806
  [
807
  'name' => 'booked_calender_navigation_button_typography',
808
+ 'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"],{{WRAPPER}} table.booked-calendar th .monthName a',
809
  'separator' => 'before',
810
  ]
811
  );
825
  'label' => __( 'Text Color', 'htmega-addons' ),
826
  'type' => Controls_Manager::COLOR,
827
  'selectors' => [
828
+ '{{WRAPPER}} [class*="booked-list-view-date-"]:hover,{{WRAPPER}} table.booked-calendar th .monthName a:hover' => 'color: {{VALUE}};',
829
  ],
830
  ]
831
  );
837
  'types' => [ 'classic', 'gradient' ],
838
  'selector' => '{{WRAPPER}} [class*="booked-list-view-date-"]:hover',
839
  'separator' => 'after',
840
+ 'condition' => [
841
+ 'calendar_style' => 'list',
842
+ ],
843
  ]
844
  );
845
 
855
  '{{WRAPPER}} [class*="booked-list-view-date-"]:hover' => 'border-color: {{VALUE}};',
856
  ],
857
  'separator' => 'before',
858
+ 'condition' => [
859
+ 'calendar_style' => 'list',
860
+ ],
861
  ]
862
  );
863
 
includes/widgets/htmega_buddy_press.php CHANGED
@@ -26,7 +26,13 @@ class HTMega_Elementor_Widget_Buddy_Press extends Widget_Base {
26
  'htmega-widgets',
27
  ];
28
  }
 
 
 
29
 
 
 
 
30
  protected function register_controls() {
31
 
32
  $this->start_controls_section(
@@ -86,7 +92,7 @@ class HTMega_Elementor_Widget_Buddy_Press extends Widget_Base {
86
  $this->add_control(
87
  'avatar_size',
88
  [
89
- 'label' => __( 'Size', 'htmega-addons' ),
90
  'type' => Controls_Manager::SLIDER,
91
  'default' => [
92
  'size' => 80,
@@ -155,6 +161,7 @@ class HTMega_Elementor_Widget_Buddy_Press extends Widget_Base {
155
  'default' => 'yes',
156
  'condition'=>[
157
  'show_content_meta'=>'yes',
 
158
  ]
159
  ]
160
  );
@@ -231,6 +238,7 @@ class HTMega_Elementor_Widget_Buddy_Press extends Widget_Base {
231
  'size_units' => [ 'px', '%', 'em' ],
232
  'selectors' => [
233
  '{{WRAPPER}} .htmega_buddypress_single' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
 
234
  ],
235
  'separator' => 'before',
236
  ]
@@ -266,7 +274,29 @@ class HTMega_Elementor_Widget_Buddy_Press extends Widget_Base {
266
  ],
267
  ]
268
  );
269
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  $this->end_controls_section();
271
 
272
  // Title style tab
26
  'htmega-widgets',
27
  ];
28
  }
29
+ public function get_keywords() {
30
+ return [ 'buddypress', 'buddypress widget', 'Social','htmega','htmega' ];
31
+ }
32
 
33
+ public function get_help_url() {
34
+ return 'https://wphtmega.com/docs/3rd-party-plugin-widgets/buddypress-widget/';
35
+ }
36
  protected function register_controls() {
37
 
38
  $this->start_controls_section(
92
  $this->add_control(
93
  'avatar_size',
94
  [
95
+ 'label' => __( 'Image Size', 'htmega-addons' ),
96
  'type' => Controls_Manager::SLIDER,
97
  'default' => [
98
  'size' => 80,
161
  'default' => 'yes',
162
  'condition'=>[
163
  'show_content_meta'=>'yes',
164
+ 'buddypress_type'=>'group',
165
  ]
166
  ]
167
  );
238
  'size_units' => [ 'px', '%', 'em' ],
239
  'selectors' => [
240
  '{{WRAPPER}} .htmega_buddypress_single' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
241
+ '{{WRAPPER}} .htmega_buddy_press_area' => 'margin-right:-{{RIGHT}}{{UNIT}};margin-left: -{{LEFT}}{{UNIT}};',
242
  ],
243
  'separator' => 'before',
244
  ]
274
  ],
275
  ]
276
  );
277
+ $this->add_responsive_control(
278
+ 'show_column',
279
+ [
280
+ 'label' => esc_html__( 'Column Width', 'htmega-addons' ),
281
+ 'type' => Controls_Manager::SLIDER,
282
+ 'description' => esc_html__( 'Add Column Width Ex. 25%', 'htmega-addons' ),
283
+ 'size_units' => [ 'px', '%' ],
284
+ 'range' => [
285
+ 'px' => [
286
+ 'min' => 0,
287
+ 'max' => 500,
288
+ 'step' => 1,
289
+ ],
290
+ '%' => [
291
+ 'min' => 0,
292
+ 'max' => 100,
293
+ ],
294
+ ],
295
+ 'selectors' => [
296
+ '{{WRAPPER}} .htmega_buddypress_single' => 'width: {{SIZE}}{{UNIT}};',
297
+ ],
298
+ ]
299
+ );
300
  $this->end_controls_section();
301
 
302
  // Title style tab
includes/widgets/{htmega_caldera_forms.php → htmega_caldera_form.php} RENAMED
File without changes
includes/widgets/{htmega_cuctom_event.php → htmega_custom_event.php} RENAMED
File without changes
includes/widgets/{htmega_table.php → htmega_data_table.php} RENAMED
File without changes
includes/widgets/{htmega_404_content.php → htmega_errorcontent.php} RENAMED
File without changes
includes/widgets/{htmega_flip-box.php → htmega_flip_box.php} RENAMED
File without changes
includes/widgets/{htmega_image_marker.php → htmega_imagemarker.php} RENAMED
File without changes
includes/widgets/{htmega_inline_menu.php → htmega_inlinemenu.php} RENAMED
File without changes
includes/widgets/htmega_instagram - Copy.php ADDED
@@ -0,0 +1,1672 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_instagram_feed.php → htmega_instragram_feed.php} RENAMED
@@ -35,7 +35,14 @@ class HTMega_Elementor_Widget_Instragram_Feed extends Widget_Base {
35
  'label' => __( 'Instagram Feed', 'htmega-addons' ),
36
  ]
37
  );
38
-
 
 
 
 
 
 
 
39
  $this->add_control(
40
  'feed_limit',
41
  [
@@ -83,7 +90,7 @@ class HTMega_Elementor_Widget_Instragram_Feed extends Widget_Base {
83
  $this->add_control(
84
  'show_feed_button',
85
  [
86
- 'label' => esc_html__( 'Loar More Button', 'htmega-addons' ),
87
  'type' => Controls_Manager::SWITCHER,
88
  'default' => 'no',
89
  'label_off' => esc_html__( 'no', 'htmega-addons' ),
@@ -230,7 +237,7 @@ class HTMega_Elementor_Widget_Instragram_Feed extends Widget_Base {
230
  'imageres' => $settings['feed_imageres_size'],
231
  'imagepadding' => $settings['imagepadding']['size'],
232
  'imagepaddingunit' =>'px',
233
- 'showheader' => ($settings['show_feed_header'] =='yes') ? 'true' : 'false',
234
  'showbutton' => ($settings['show_feed_button'] =='yes') ? 'true' : 'false',
235
  'showfollow' => ($settings['show_feed_follow'] =='yes') ? 'true' : 'false',
236
  'headercolor' => $settings['headercolor'],
@@ -240,6 +247,7 @@ class HTMega_Elementor_Widget_Instragram_Feed extends Widget_Base {
240
  'followcolor' => $settings['followcolor'],
241
  'followtextcolor' => $settings['followtextcolor'],
242
  'followtext' => $settings['follow_text'],
 
243
  ];
244
 
245
  $this->add_render_attribute( 'shortcode', $instagram_attributes );
35
  'label' => __( 'Instagram Feed', 'htmega-addons' ),
36
  ]
37
  );
38
+ $this->add_control(
39
+ 'htmega_feed_id',
40
+ [
41
+ 'label' => __( 'Select Feed', 'htmega-addons' ),
42
+ 'type' => Controls_Manager::SELECT,
43
+ 'options' => htmega_instagram_feed_list(),
44
+ ]
45
+ );
46
  $this->add_control(
47
  'feed_limit',
48
  [
90
  $this->add_control(
91
  'show_feed_button',
92
  [
93
+ 'label' => esc_html__( 'Load More Button', 'htmega-addons' ),
94
  'type' => Controls_Manager::SWITCHER,
95
  'default' => 'no',
96
  'label_off' => esc_html__( 'no', 'htmega-addons' ),
237
  'imageres' => $settings['feed_imageres_size'],
238
  'imagepadding' => $settings['imagepadding']['size'],
239
  'imagepaddingunit' =>'px',
240
+ 'showheader' => ($settings['show_feed_header'] =='yes') ? true : false,
241
  'showbutton' => ($settings['show_feed_button'] =='yes') ? 'true' : 'false',
242
  'showfollow' => ($settings['show_feed_follow'] =='yes') ? 'true' : 'false',
243
  'headercolor' => $settings['headercolor'],
247
  'followcolor' => $settings['followcolor'],
248
  'followtextcolor' => $settings['followtextcolor'],
249
  'followtext' => $settings['follow_text'],
250
+ //'feed' => 2,
251
  ];
252
 
253
  $this->add_render_attribute( 'shortcode', $instagram_attributes );
includes/widgets/htmega_job_manager.php CHANGED
@@ -27,6 +27,14 @@ class HTMega_Elementor_Widget_Job_Manager extends Widget_Base {
27
  ];
28
  }
29
 
 
 
 
 
 
 
 
 
30
  protected function register_controls() {
31
 
32
  $this->start_controls_section(
27
  ];
28
  }
29
 
30
+ public function get_keywords() {
31
+ return [ 'job manager', 'job manager widget', 'job list','htmega','htmega' ];
32
+ }
33
+
34
+ public function get_help_url() {
35
+ return 'https://wphtmega.com/docs/3rd-party-plugin-widgets/job-manager/';
36
+ }
37
+
38
  protected function register_controls() {
39
 
40
  $this->start_controls_section(
includes/widgets/{htmega_mailchimp_for_wp.php → htmega_mailchimp_wp.php} RENAMED
File without changes
includes/widgets/{htmega_news_ticker.php → htmega_newsticker.php} RENAMED
File without changes
includes/widgets/{htmega_ninja_forms.php → htmega_ninja_form.php} RENAMED
File without changes
includes/widgets/{htmega_post_grid.php → htmega_postgrid.php} RENAMED
File without changes
includes/widgets/{htmega_progressbar.php → htmega_progress_bar.php} RENAMED
File without changes
includes/widgets/{htmega_qu_forms.php → htmega_quforms.php} RENAMED
File without changes
includes/widgets/{htmega_services.php → htmega_service.php} RENAMED
File without changes
includes/widgets/{htmega_single_post.php → htmega_singlepost.php} RENAMED
File without changes
includes/widgets/{htmega_special_banner.php → htmega_special_day_banner.php} RENAMED
File without changes
includes/widgets/{htmega_tab.php → htmega_tabs.php} RENAMED
@@ -959,8 +959,8 @@ class HTMega_Elementor_Widget_Tabs extends Widget_Base {
959
  esc_attr( $active_tab ),
960
  esc_attr( $id.$i ),
961
  ($item['tab_icon']['library'] == "svg") ?
962
- '<div class="htmega-tab-svg-icon">' . HTMega_Icon_manager::render_icon( $item['tab_icon'], [ 'aria-hidden' => 'true' ] ) . '</div>' .esc_html( $item['tab_title']) :
963
- HTMega_Icon_manager::render_icon( $item['tab_icon'], [ 'aria-hidden' => 'true' ] ). esc_attr( $item['tab_title'] ),
964
  'elementor-repeater-item-'.esc_attr( $item['_id'])
965
  );
966
  }
959
  esc_attr( $active_tab ),
960
  esc_attr( $id.$i ),
961
  ($item['tab_icon']['library'] == "svg") ?
962
+ '<div class="htmega-tab-svg-icon">' . HTMega_Icon_manager::render_icon( $item['tab_icon'], [ 'aria-hidden' => 'true' ] ) . '</div>' .wp_kses_post( $item['tab_title']) :
963
+ HTMega_Icon_manager::render_icon( $item['tab_icon'], [ 'aria-hidden' => 'true' ] ). wp_kses_post( $item['tab_title'] ),
964
  'elementor-repeater-item-'.esc_attr( $item['_id'])
965
  );
966
  }
includes/widgets/{htmega_vertical_timeline.php → htmega_verticle_time_line.php} RENAMED
File without changes
includes/widgets/{htmega_video_player.php → htmega_videoplayer.php} RENAMED
File without changes
includes/widgets/{weather/htmega_weather.php → htmega_weather.php} RENAMED
@@ -14,7 +14,7 @@ class HTMega_Elementor_Widget_Weather extends Widget_Base {
14
  }
15
 
16
  public function get_icon() {
17
- return 'eicon-cloud-check';
18
  }
19
 
20
  public function get_categories() {
@@ -344,8 +344,19 @@ class HTMega_Elementor_Widget_Weather extends Widget_Base {
344
 
345
  }
346
 
 
 
 
 
 
347
  protected function render( $instance = [] ) {
348
 
 
 
 
 
 
 
349
  $settings = $this->get_settings_for_display();
350
  $api_key = htmega_get_option( 'weather_map_api_key','htmega_general_tabs' );
351
  $hide_current_stats = $settings['hidecurrentstate'] == 'yes' ? 1 : 0;
@@ -380,8 +391,8 @@ class HTMega_Elementor_Widget_Weather extends Widget_Base {
380
 
381
  $current_temp_max = $weather['forecast'][0]['high'];
382
  $current_temp_min = $weather['forecast'][0]['low'];
383
- if(file_exists(HTMEGA_ADDONS_PL_PATH . 'includes/widgets/weather/template/'.$settings['layout'].'.php')){
384
- require_once ( HTMEGA_ADDONS_PL_PATH . 'includes/widgets/weather/template/'.$settings['layout'].'.php' );
385
  }
386
 
387
  }
14
  }
15
 
16
  public function get_icon() {
17
+ return 'htmega-icon eicon-cloud-check';
18
  }
19
 
20
  public function get_categories() {
344
 
345
  }
346
 
347
+ private function add_weather_rosource(){
348
+ require_once HTMEGA_ADDONS_PL_PATH.'includes/weather-resource/weather-resource.php';
349
+ require_once HTMEGA_ADDONS_PL_PATH.'includes/weather-resource/weather-map.php';
350
+ }
351
+
352
  protected function render( $instance = [] ) {
353
 
354
+ if(file_exists(HTMEGA_ADDONS_PL_PATH.'includes/weather-resource/weather-resource.php') && file_exists(HTMEGA_ADDONS_PL_PATH.'includes/weather-resource/weather-map.php')){
355
+ $this->add_weather_rosource();
356
+ }else{
357
+ return;
358
+ }
359
+
360
  $settings = $this->get_settings_for_display();
361
  $api_key = htmega_get_option( 'weather_map_api_key','htmega_general_tabs' );
362
  $hide_current_stats = $settings['hidecurrentstate'] == 'yes' ? 1 : 0;
391
 
392
  $current_temp_max = $weather['forecast'][0]['high'];
393
  $current_temp_min = $weather['forecast'][0]['low'];
394
+ if(file_exists(HTMEGA_ADDONS_PL_PATH . 'includes/weather-resource/template/'.$settings['layout'].'.php')){
395
+ require_once ( HTMEGA_ADDONS_PL_PATH . 'includes/weather-resource/template/'.$settings['layout'].'.php' );
396
  }
397
 
398
  }
includes/widgets_control.php CHANGED
@@ -22,6 +22,14 @@ class HTMega_Widgets_Control{
22
  }else{
23
  add_action( 'elementor/widgets/widgets_registered', [ $this, 'init_widgets' ] );
24
  }
 
 
 
 
 
 
 
 
25
  }
26
 
27
  // Add custom category.
@@ -35,525 +43,510 @@ class HTMega_Widgets_Control{
35
  );
36
  }
37
 
38
- // Controll Widgets
39
  public function init_widgets(){
40
 
41
- // On off check
42
- $accordion = htmega_get_option( 'accordion', 'htmega_element_tabs', 'on' );
43
- $animatesectiontitle = htmega_get_option( 'animatesectiontitle', 'htmega_element_tabs', 'on' );
44
- $addbanner = htmega_get_option( 'addbanner', 'htmega_element_tabs', 'on' );
45
- $specialadsbanner = htmega_get_option( 'specialadsbanner', 'htmega_element_tabs', 'on' );
46
- $blockquote = htmega_get_option( 'blockquote', 'htmega_element_tabs', 'on' );
47
- $brandlogo = htmega_get_option( 'brandlogo', 'htmega_element_tabs', 'on' );
48
- $businesshours = htmega_get_option( 'businesshours', 'htmega_element_tabs', 'on' );
49
- $button = htmega_get_option( 'button', 'htmega_element_tabs', 'on' );
50
- $calltoaction = htmega_get_option( 'calltoaction', 'htmega_element_tabs', 'on' );
51
- $carousel = htmega_get_option( 'carousel', 'htmega_element_tabs', 'on' );
52
- $countdown = htmega_get_option( 'countdown', 'htmega_element_tabs', 'on' );
53
- $counter = htmega_get_option( 'counter', 'htmega_element_tabs', 'on' );
54
- $customevent = htmega_get_option( 'customevent', 'htmega_element_tabs', 'on' );
55
- $dualbutton = htmega_get_option( 'dualbutton', 'htmega_element_tabs', 'on' );
56
- $dropcaps = htmega_get_option( 'dropcaps', 'htmega_element_tabs', 'on' );
57
- $flipbox = htmega_get_option( 'flipbox', 'htmega_element_tabs', 'on' );
58
- $galleryjustify = htmega_get_option( 'galleryjustify', 'htmega_element_tabs', 'on' );
59
- $googlemap = htmega_get_option( 'googlemap', 'htmega_element_tabs', 'on' );
60
- $imagecomparison = htmega_get_option( 'imagecomparison', 'htmega_element_tabs', 'on' );
61
- $imagegrid = htmega_get_option( 'imagegrid', 'htmega_element_tabs', 'on' );
62
- $imagemagnifier = htmega_get_option( 'imagemagnifier', 'htmega_element_tabs', 'on' );
63
- $imagemarker = htmega_get_option( 'imagemarker', 'htmega_element_tabs', 'on' );
64
- $imagemasonry = htmega_get_option( 'imagemasonry', 'htmega_element_tabs', 'on' );
65
- $inlinemenu = htmega_get_option( 'inlinemenu', 'htmega_element_tabs', 'on' );
66
- $instagram = htmega_get_option( 'instagram', 'htmega_element_tabs', 'on' );
67
- $lightbox = htmega_get_option( 'lightbox', 'htmega_element_tabs', 'on' );
68
- $modal = htmega_get_option( 'modal', 'htmega_element_tabs', 'on' );
69
- $newtsicker = htmega_get_option( 'newtsicker', 'htmega_element_tabs', 'on' );
70
- $notify = htmega_get_option( 'notify', 'htmega_element_tabs', 'on' );
71
- $offcanvas = htmega_get_option( 'offcanvas', 'htmega_element_tabs', 'on' );
72
- $panelslider = htmega_get_option( 'panelslider', 'htmega_element_tabs', 'on' );
73
- $popover = htmega_get_option( 'popover', 'htmega_element_tabs', 'on' );
74
- $postcarousel = htmega_get_option( 'postcarousel', 'htmega_element_tabs', 'on' );
75
- $postgrid = htmega_get_option( 'postgrid', 'htmega_element_tabs', 'on' );
76
- $postgridtab = htmega_get_option( 'postgridtab', 'htmega_element_tabs', 'on' );
77
- $postslider = htmega_get_option( 'postslider', 'htmega_element_tabs', 'on' );
78
- $pricinglistview = htmega_get_option( 'pricinglistview', 'htmega_element_tabs', 'on' );
79
- $pricingtable = htmega_get_option( 'pricingtable', 'htmega_element_tabs', 'on' );
80
- $progressbar = htmega_get_option( 'progressbar', 'htmega_element_tabs', 'on' );
81
- $scrollimage = htmega_get_option( 'scrollimage', 'htmega_element_tabs', 'on' );
82
- $scrollnavigation = htmega_get_option( 'scrollnavigation', 'htmega_element_tabs', 'on' );
83
- $search = htmega_get_option( 'search', 'htmega_element_tabs', 'on' );
84
- $sectiontitle = htmega_get_option( 'sectiontitle', 'htmega_element_tabs', 'on' );
85
- $service = htmega_get_option( 'service', 'htmega_element_tabs', 'on' );
86
- $singlepost = htmega_get_option( 'singlepost', 'htmega_element_tabs', 'on' );
87
- $thumbgallery = htmega_get_option( 'thumbgallery', 'htmega_element_tabs', 'on' );
88
- $socialshere = htmega_get_option( 'socialshere', 'htmega_element_tabs', 'on' );
89
- $switcher = htmega_get_option( 'switcher', 'htmega_element_tabs', 'on' );
90
- $tabs = htmega_get_option( 'tabs', 'htmega_element_tabs', 'on' );
91
- $datatable = htmega_get_option( 'datatable', 'htmega_element_tabs', 'on' );
92
- $teammember = htmega_get_option( 'teammember', 'htmega_element_tabs', 'on' );
93
- $testimonial = htmega_get_option( 'testimonial', 'htmega_element_tabs', 'on' );
94
- $testimonialgrid = htmega_get_option( 'testimonialgrid', 'htmega_element_tabs', 'on' );
95
- $toggle = htmega_get_option( 'toggle', 'htmega_element_tabs', 'on' );
96
- $tooltip = htmega_get_option( 'tooltip', 'htmega_element_tabs', 'on' );
97
- $twitterfeed = htmega_get_option( 'twitterfeed', 'htmega_element_tabs', 'on' );
98
- $userloginform = htmega_get_option( 'userloginform', 'htmega_element_tabs', 'on' );
99
- $userregisterform = htmega_get_option( 'userregisterform', 'htmega_element_tabs', 'on' );
100
- $verticletimeline = htmega_get_option( 'verticletimeline', 'htmega_element_tabs', 'on' );
101
- $videoplayer = htmega_get_option( 'videoplayer', 'htmega_element_tabs', 'on' );
102
- $workingprocess = htmega_get_option( 'workingprocess', 'htmega_element_tabs', 'on' );
103
- $errorcontent = htmega_get_option( 'errorcontent', 'htmega_element_tabs', 'on' );
104
- $template_selector = htmega_get_option( 'template_selector', 'htmega_element_tabs', 'on' );
105
- $weather = htmega_get_option( 'weather', 'htmega_element_tabs', 'on' );
106
-
107
- // Third Party
108
- $bbpress = htmega_get_option( 'bbpress', 'htmega_thirdparty_element_tabs', 'on' );
109
- $bookedcalender = htmega_get_option( 'bookedcalender', 'htmega_thirdparty_element_tabs', 'on' );
110
- $buddypress = htmega_get_option( 'buddypress', 'htmega_thirdparty_element_tabs', 'on' );
111
- $calderaform = htmega_get_option( 'calderaform', 'htmega_thirdparty_element_tabs', 'on' );
112
- $contactform = htmega_get_option( 'contactform', 'htmega_thirdparty_element_tabs', 'on' );
113
- $downloadmonitor = htmega_get_option( 'downloadmonitor', 'htmega_thirdparty_element_tabs', 'on' );
114
- $easydigitaldownload = htmega_get_option( 'easydigitaldownload', 'htmega_thirdparty_element_tabs', 'on' );
115
- $gravityforms = htmega_get_option( 'gravityforms', 'htmega_thirdparty_element_tabs', 'on' );
116
- $instragramfeed = htmega_get_option( 'instragramfeed', 'htmega_thirdparty_element_tabs', 'on' );
117
- $jobmanager = htmega_get_option( 'jobmanager', 'htmega_thirdparty_element_tabs', 'on' );
118
- $layerslider = htmega_get_option( 'layerslider', 'htmega_thirdparty_element_tabs', 'on' );
119
- $mailchimpwp = htmega_get_option( 'mailchimpwp', 'htmega_thirdparty_element_tabs', 'on' );
120
- $ninjaform = htmega_get_option( 'ninjaform', 'htmega_thirdparty_element_tabs', 'on' );
121
- $quforms = htmega_get_option( 'quforms', 'htmega_thirdparty_element_tabs', 'on' );
122
- $wpforms = htmega_get_option( 'wpforms', 'htmega_thirdparty_element_tabs', 'on' );
123
- $revolution = htmega_get_option( 'revolution', 'htmega_thirdparty_element_tabs', 'on' );
124
- $tablepress = htmega_get_option( 'tablepress', 'htmega_thirdparty_element_tabs', 'on' );
125
- $wcaddtocart = htmega_get_option( 'wcaddtocart', 'htmega_thirdparty_element_tabs', 'on' );
126
- $categories = htmega_get_option( 'categories', 'htmega_thirdparty_element_tabs', 'on' );
127
- $wcpages = htmega_get_option( 'wcpages', 'htmega_thirdparty_element_tabs', 'on' );
128
-
129
 
 
130
 
131
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_section_title.php' ) && $sectiontitle === 'on' ) {
132
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_section_title.php';
133
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Section_Title() );
134
- }
135
 
136
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_button.php' ) && $button === 'on' ) {
137
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_button.php';
138
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Button() );
139
- }
 
 
 
140
 
141
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_accordion.php' ) && $accordion === 'on' ) {
142
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_accordion.php';
143
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Accordion() );
144
- }
 
145
 
146
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_googlemap.php' ) && $googlemap === 'on' ) {
147
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_googlemap.php';
148
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_GoogleMap() );
149
- }
150
 
151
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_progressbar.php' ) && $progressbar === 'on' ) {
152
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_progressbar.php';
153
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Progress_Bar() );
154
- }
155
 
156
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_countdown.php' ) && $countdown === 'on' ) {
157
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_countdown.php';
158
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Countdown() );
159
- }
 
 
 
160
 
161
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_teammember.php' ) && $teammember === 'on' ) {
162
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_teammember.php';
163
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_TeamMember() );
164
  }
 
 
 
165
 
166
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_table.php' ) && $pricingtable === 'on' ) {
167
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_table.php';
168
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Pricing_Table() );
169
- }
170
-
171
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_brand.php' ) && $brandlogo === 'on' ) {
172
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_brand.php';
173
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Brand() );
174
- }
175
-
176
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial.php' ) && $testimonial === 'on' ) {
177
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial.php';
178
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Testimonial() );
179
- }
180
-
181
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_login_form.php' ) && $userloginform === 'on' ) {
182
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_login_form.php';
183
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_User_Login_Form() );
184
- }
185
-
186
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_register_form.php' ) && $userregisterform == 'on' ) {
187
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_user_register_form.php';
188
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_User_Register_Form() );
189
- }
190
-
191
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_services.php' ) && $service === 'on' ) {
192
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_services.php';
193
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Service() );
194
- }
195
-
196
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_news_ticker.php' ) && $newtsicker === 'on' ) {
197
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_news_ticker.php';
198
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Newsticker() );
199
- }
200
-
201
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_socialshere.php' ) && $socialshere === 'on' ) {
202
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_socialshere.php';
203
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_SocialShere() );
204
- }
205
-
206
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_lightbox.php' ) && $lightbox === 'on' ) {
207
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_lightbox.php';
208
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Lightbox() );
209
- }
210
-
211
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_video_player.php' ) && $videoplayer === 'on' ) {
212
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_video_player.php';
213
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_VideoPlayer() );
214
- }
215
-
216
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_search.php' ) && $search === 'on' ) {
217
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_search.php';
218
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Search() );
219
- }
220
-
221
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_blockquote.php' ) && $blockquote === 'on' ) {
222
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_blockquote.php';
223
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Blockquote() );
224
- }
225
-
226
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram.php' ) && $instagram === 'on' ) {
227
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram.php';
228
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Instagram() );
229
- }
230
-
231
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_switcher.php' ) && $switcher === 'on' ) {
232
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_switcher.php';
233
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Switcher() );
234
- }
235
-
236
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tab.php' ) && $tabs === 'on' ) {
237
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tab.php';
238
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Tabs() );
239
- }
240
-
241
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_working_process.php' ) && $workingprocess === 'on' ) {
242
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_working_process.php';
243
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Working_Process() );
244
- }
245
-
246
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_modal.php' ) && $modal === 'on' ) {
247
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_modal.php';
248
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Modal() );
249
- }
250
-
251
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_flip-box.php' ) && $flipbox === 'on' ) {
252
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_flip-box.php';
253
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Flip_Box() );
254
- }
255
-
256
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tooltip.php' ) && $tooltip === 'on' ) {
257
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tooltip.php';
258
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Tooltip() );
259
- }
260
-
261
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_popover.php' ) && $popover === 'on' ) {
262
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_popover.php';
263
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Popover() );
264
- }
265
-
266
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_toggle.php' ) && $toggle === 'on' ) {
267
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_toggle.php';
268
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Toggle() );
269
- }
270
-
271
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_dropcaps.php' ) && $dropcaps === 'on' ) {
272
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_dropcaps.php';
273
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Dropcaps() );
274
- }
275
-
276
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_notify.php' ) && $notify === 'on' ) {
277
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_notify.php';
278
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Notify() );
279
- }
280
-
281
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_marker.php' ) && $imagemarker === 'on' ) {
282
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_marker.php';
283
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_ImageMarker() );
284
- }
285
-
286
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_inline_menu.php' ) && $inlinemenu === 'on' ) {
287
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_inline_menu.php';
288
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_InlineMenu() );
289
- }
290
-
291
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_404_content.php' ) && $errorcontent === 'on' ) {
292
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_404_content.php';
293
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_ErrorContent() );
294
- }
295
-
296
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_counter.php' ) && $counter === 'on' ) {
297
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_counter.php';
298
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Counter() );
299
- }
300
-
301
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_single_post.php' ) && $singlepost === 'on' ) {
302
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_single_post.php';
303
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_SinglePost() );
304
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
 
306
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid.php' ) && $postgrid === 'on' ) {
307
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid.php';
308
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_PostGrid() );
309
- }
310
-
311
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_slider.php' ) && $postslider === 'on' ) {
312
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_slider.php';
313
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Post_Slider() );
314
- }
315
 
316
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid_tab.php' ) && $postgridtab === 'on' ) {
317
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_grid_tab.php';
318
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Post_Grid_Tab() );
319
- }
 
 
320
 
321
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_carousel.php' ) && $postcarousel === 'on' ) {
322
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_post_carousel.php';
323
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Post_Carousel() );
324
- }
325
-
326
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_grid.php' ) && $imagegrid === 'on' ) {
327
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_grid.php';
328
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Image_Grid() );
329
- }
330
 
331
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_masonry.php' ) && $imagemasonry === 'on' ) {
332
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_masonry.php';
333
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Image_Masonry() );
334
- }
 
 
335
 
336
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gallery_justify.php' ) && $galleryjustify === 'on' ) {
337
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gallery_justify.php';
338
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Gallery_Justify() );
339
- }
340
-
341
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_slider_thumb_gallery.php' ) && $thumbgallery === 'on' ) {
342
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_slider_thumb_gallery.php';
343
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Slider_Thumb_Gallery() );
344
- }
345
-
346
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial_grid.php' ) && $testimonialgrid === 'on' ) {
347
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_testimonial_grid.php';
348
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Testimonial_Grid() );
349
- }
350
-
351
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_navigation.php' ) && $scrollnavigation === 'on' ) {
352
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_navigation.php';
353
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Scroll_Navigation() );
354
- }
355
-
356
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_call_to_action.php' ) && $calltoaction === 'on' ) {
357
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_call_to_action.php';
358
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Call_To_Action() );
359
- }
360
-
361
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_twitter_feed.php' ) && $twitterfeed === 'on' ) {
362
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_twitter_feed.php';
363
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Twitter_Feed() );
364
- }
365
-
366
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_carousel.php' ) && $carousel === 'on' ) {
367
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_carousel.php';
368
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Carousel() );
369
- }
370
-
371
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_double_button.php' ) && $dualbutton === 'on' ) {
372
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_double_button.php';
373
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Double_Button() );
374
- }
375
-
376
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_add_banner.php' ) && $addbanner === 'on' ) {
377
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_add_banner.php';
378
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Add_Banner() );
379
- }
380
-
381
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_special_banner.php' ) && $specialadsbanner === 'on' ) {
382
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_special_banner.php';
383
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Special_day_Banner() );
384
- }
385
-
386
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_comparison.php' ) && $imagecomparison === 'on' ) {
387
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_comparison.php';
388
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Image_Comparison() );
389
- }
390
-
391
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_business_hours.php' ) && $businesshours === 'on' ) {
392
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_business_hours.php';
393
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Business_Hours() );
394
- }
395
-
396
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_table.php' ) && $datatable === 'on' ) {
397
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_table.php';
398
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Data_Table() );
399
- }
400
-
401
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_list_view.php' ) && $pricinglistview === 'on' ) {
402
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_pricing_list_view.php';
403
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Pricing_List_View() );
404
- }
405
-
406
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_vertical_timeline.php' ) && $verticletimeline === 'on' ) {
407
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_vertical_timeline.php';
408
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Verticle_Time_Line() );
409
- }
410
-
411
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_offcanvas.php' ) && $offcanvas === 'on' ) {
412
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_offcanvas.php';
413
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Offcanvas() );
414
- }
415
-
416
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_animated_heading.php' ) && $animatesectiontitle === 'on' ) {
417
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_animated_heading.php';
418
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Animated_Heading() );
419
- }
420
-
421
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_magnifier.php' ) && $imagemagnifier === 'on' ) {
422
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_image_magnifier.php';
423
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Image_Magnifier() );
424
- }
425
-
426
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_panel_slider.php' ) && $panelslider === 'on' ) {
427
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_panel_slider.php';
428
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Panel_Slider() );
429
- }
430
-
431
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_image.php' ) && $scrollimage === 'on' ) {
432
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_scroll_image.php';
433
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Scroll_Image() );
434
- }
435
-
436
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_cuctom_event.php' ) && $customevent === 'on' ) {
437
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_cuctom_event.php';
438
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Custom_Event() );
439
- }
440
 
441
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_template_selector.php' ) && $template_selector === 'on' ) {
442
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_template_selector.php';
443
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Template_Selector() );
444
- }
 
 
445
 
446
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/weather/htmega_weather.php' ) && $weather === 'on' ){
447
- require_once HTMEGA_ADDONS_PL_PATH.'includes//widgets/weather/weather-resource.php';
448
- require_once HTMEGA_ADDONS_PL_PATH.'includes//widgets/weather/weather-map.php';
449
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/weather/htmega_weather.php';
450
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Weather() );
451
- }
452
-
453
- // Thirdparty plugins Addons
454
- if ( is_plugin_active('mailchimp-for-wp/mailchimp-for-wp.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_mailchimp_for_wp.php' ) && $mailchimpwp === 'on' ) {
455
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_mailchimp_for_wp.php';
456
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Mailchimp_Wp() );
457
- }
458
-
459
- if ( is_plugin_active('contact-form-7/wp-contact-form-7.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_contact_form_seven.php' ) && $contactform === 'on' ) {
460
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_contact_form_seven.php';
461
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Contact_Form_Seven() );
462
- }
463
-
464
- if ( is_plugin_active('booked/booked.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_booked_calender.php' ) && $bookedcalender === 'on' ) {
465
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_booked_calender.php';
466
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Booked_Calender() );
467
- }
468
-
469
- if ( is_plugin_active('caldera-forms/caldera-core.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_caldera_forms.php' ) && $calderaform === 'on' ) {
470
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_caldera_forms.php';
471
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Caldera_Form() );
472
- }
473
-
474
- if ( is_plugin_active('download-monitor/download-monitor.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_download_monitor.php' ) && $downloadmonitor === 'on' ) {
475
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_download_monitor.php';
476
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Download_Monitor() );
477
- }
478
-
479
- if ( is_plugin_active('instagram-feed/instagram-feed.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram_feed.php' ) && $instragramfeed === 'on' ) {
480
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_instagram_feed.php';
481
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Instragram_Feed() );
482
- }
483
-
484
- if ( is_plugin_active('revslider/revslider.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_revolution_slider.php' ) && $revolution === 'on' ) {
485
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_revolution_slider.php';
486
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Revolution_Slider() );
487
- }
488
-
489
- if ( is_plugin_active('bbpress/bbpress.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_bbpress.php' ) && $bbpress === 'on' ) {
490
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_bbpress.php';
491
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Bbpress() );
492
- }
493
-
494
- if ( is_plugin_active('easy-digital-downloads/easy-digital-downloads.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_easy_digital_download.php' ) && $easydigitaldownload === 'on' ) {
495
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_easy_digital_download.php';
496
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Easy_Digital_Download() );
497
- }
498
-
499
- if ( is_plugin_active('gravityforms/gravityforms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gravity_forms.php' ) && $gravityforms === 'on' ) {
500
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_gravity_forms.php';
501
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Gravity_Forms() );
502
- }
503
-
504
- if ( is_plugin_active('tablepress/tablepress.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tablepress.php' ) && $tablepress === 'on' ) {
505
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_tablepress.php';
506
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Tablepress() );
507
- }
508
-
509
- if ( is_plugin_active('LayerSlider/layerslider.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_layer_slider.php' ) && $layerslider === 'on' ) {
510
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_layer_slider.php';
511
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Layer_Slider() );
512
- }
513
-
514
- if ( is_plugin_active('wpforms-lite/wpforms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wpforms.php' ) && $wpforms === 'on' ) {
515
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wpforms.php';
516
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_WPforms() );
517
- }
518
-
519
- if ( is_plugin_active('quform/quform.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_qu_forms.php' ) && $quforms === 'on' ) {
520
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_qu_forms.php';
521
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_QUforms() );
522
- }
523
-
524
- if ( is_plugin_active('ninja-forms/ninja-forms.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_ninja_forms.php' ) && $ninjaform === 'on' ) {
525
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_ninja_forms.php';
526
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Ninja_Form() );
527
- }
528
-
529
- if ( is_plugin_active('buddypress/bp-loader.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_buddy_press.php' ) && $buddypress === 'on' ) {
530
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_buddy_press.php';
531
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Buddy_Press() );
532
- }
533
-
534
- if ( is_plugin_active('wp-job-manager/wp-job-manager.php') && file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_job_manager.php' ) && $jobmanager === 'on' ) {
535
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_job_manager.php';
536
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_Job_Manager() );
537
- }
538
-
539
- if( is_plugin_active('woocommerce/woocommerce.php') ) {
540
 
541
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_add_to_cart.php' ) && $wcaddtocart === 'on' ) {
542
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_add_to_cart.php';
543
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_WC_Add_to_Cart() );
544
- }
 
 
545
 
546
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_element_pages.php' ) && $wcpages === 'on' ) {
547
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_element_pages.php';
548
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_WC_Element_Pages() );
549
- }
 
 
550
 
551
- if ( file_exists( HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_categories.php' ) && $categories === 'on' ) {
552
- require_once HTMEGA_ADDONS_PL_PATH.'includes/widgets/htmega_wc_categories.php';
553
- htmega_widget_register_manager( new \Elementor\HTMega_Elementor_Widget_WC_Categories() );
554
- }
 
 
 
 
 
 
 
 
555
 
556
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
557
  }
558
 
559
  }
22
  }else{
23
  add_action( 'elementor/widgets/widgets_registered', [ $this, 'init_widgets' ] );
24
  }
25
+ // Add custom control
26
+ add_action( 'elementor/controls/controls_registered', [ $this, 'initiliaze_custom_control' ] );
27
+ }
28
+
29
+ public function initiliaze_custom_control(){
30
+ if ( file_exists( HTMEGA_ADDONS_PL_PATH.'admin/include/custom-control/preset-select.php' ) ) {
31
+ \Elementor\Plugin::instance()->controls_manager->register_control('htmega-preset-select', new \HtMega\Preset\Preset_Select);
32
+ }
33
  }
34
 
35
  // Add custom category.
43
  );
44
  }
45
 
 
46
  public function init_widgets(){
47
 
48
+ $widget_list = $this->get_widget_list();
49
+ $widgets_manager = \Elementor\Plugin::instance()->widgets_manager;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
+ foreach($widget_list as $option_key => $option){
52
 
53
+ $widget_path = $option['is_pro'] ? HTMEGA_ADDONS_PL_PATH_PRO : HTMEGA_ADDONS_PL_PATH;
 
 
 
54
 
55
+ if(strpos($option['title'], ' ') !== false){
56
+ $widget_file_name = strtolower(str_replace(' ', '_', $option['title']));
57
+ $widget_class = $option['is_pro'] ? 'HTMegaPro\Elementor\Widget\HTMega_'. str_replace(' ', '_', $option['title']).'_Element' : "\Elementor\HTMega_Elementor_Widget_" . str_replace(' ', '_', $option['title']);
58
+ }else{
59
+ $widget_file_name = strtolower($option['title']);
60
+ $widget_class =$option['is_pro'] ? 'HTMegaPro\Elementor\Widget\HTMega_'. $option['title'] .'_Element' : "\Elementor\HTMega_Elementor_Widget_" . $option['title'];
61
+ }
62
 
63
+ if(isset($option['third-party-resource'])){
64
+ $widget_status = is_plugin_active($option['third-party-resource']) && ( htmega_get_option( $option_key, $option['option-tab'], 'on' ) === 'on' ) && file_exists( $widget_path.'includes/widgets/htmega_'.$widget_file_name.'.php' ) ? true : false ;
65
+ }else{
66
+ $widget_status = ( htmega_get_option( $option_key, $option['option-tab'], 'on' ) === 'on' ) && file_exists( $widget_path.'includes/widgets/htmega_'.$widget_file_name.'.php' ) ? true : false ;
67
+ }
68
 
69
+ if ( $widget_status ){
 
 
 
70
 
71
+ require_once $widget_path.'includes/widgets/htmega_'.$widget_file_name.'.php';
 
 
 
72
 
73
+ if ( htmega_is_elementor_version( '>=', '3.5.0' ) ){
74
+ $widgets_manager->register( new $widget_class() );
75
+ }else{
76
+ $widgets_manager->register_widget_type( new $widget_class() );
77
+ }
78
+
79
+ }
80
 
 
 
 
81
  }
82
+ }
83
+
84
+ private function get_widget_list(){
85
 
86
+ $widget_list =[
87
+ 'accordion'=> [
88
+ 'title' => esc_html__('Accordion','htmega-addons'),
89
+ 'option-tab'=>'htmega_element_tabs',
90
+ 'is_pro' => false,
91
+ ],
92
+ 'animatesectiontitle'=> [
93
+ 'title' => esc_html__('Animated Heading','htmega-addons'),
94
+ 'option-tab'=>'htmega_element_tabs',
95
+ 'is_pro' => false,
96
+ ],
97
+ 'addbanner' => [
98
+ 'title' => esc_html__('Add Banner','htmega-addons'),
99
+ 'option-tab'=>'htmega_element_tabs',
100
+ 'is_pro' => false,
101
+ ],
102
+ 'specialadsbanner' =>[
103
+ 'title' => esc_html__('Special day Banner','htmega-addons'),
104
+ 'option-tab'=>'htmega_element_tabs',
105
+ 'is_pro' => false,
106
+ ],
107
+ 'blockquote' =>[
108
+ 'title' => esc_html__('Blockquote','htmega-addons'),
109
+ 'option-tab'=>'htmega_element_tabs',
110
+ 'is_pro' => false,
111
+ ],
112
+ 'brandlogo' =>[
113
+ 'title' => esc_html__('Brand','htmega-addons'),
114
+ 'option-tab'=>'htmega_element_tabs',
115
+ 'is_pro' => false,
116
+ ],
117
+ 'businesshours' =>[
118
+ 'title' => esc_html__('Business Hours','htmega-addons'),
119
+ 'option-tab'=>'htmega_element_tabs',
120
+ 'is_pro' => false,
121
+ ],
122
+ 'button' =>[
123
+ 'title' => esc_html__('Button','htmega-addons'),
124
+ 'option-tab'=>'htmega_element_tabs',
125
+ 'is_pro' => false,
126
+ ],
127
+ 'calltoaction' =>[
128
+ 'title' => esc_html__('Call To Action','htmega-addons'),
129
+ 'option-tab'=>'htmega_element_tabs',
130
+ 'is_pro' => false,
131
+ ],
132
+ 'carousel' =>[
133
+ 'title' => esc_html__('Carousel','htmega-addons'),
134
+ 'option-tab'=>'htmega_element_tabs',
135
+ 'is_pro' => false,
136
+ ],
137
+ 'countdown' =>[
138
+ 'title' => esc_html__('Countdown','htmega-addons'),
139
+ 'option-tab'=>'htmega_element_tabs',
140
+ 'is_pro' => false,
141
+ ],
142
+ 'counter' =>[
143
+ 'title' => esc_html__('Counter','htmega-addons'),
144
+ 'option-tab'=>'htmega_element_tabs',
145
+ 'is_pro' => false,
146
+ ],
147
+ 'customevent' =>[
148
+ 'title' => esc_html__('Custom_Event','htmega-addons'),
149
+ 'option-tab'=>'htmega_element_tabs',
150
+ 'is_pro' => false,
151
+ ],
152
+ 'dualbutton' =>[
153
+ 'title' => esc_html__('Double Button','htmega-addons'),
154
+ 'option-tab'=>'htmega_element_tabs',
155
+ 'is_pro' => false,
156
+ ],
157
+ 'dropcaps' =>[
158
+ 'title' => esc_html__('Dropcaps','htmega-addons'),
159
+ 'option-tab'=>'htmega_element_tabs',
160
+ 'is_pro' => false,
161
+ ],
162
+ 'flipbox' =>[
163
+ 'title' => esc_html__('Flip Box','htmega-addons'),
164
+ 'option-tab'=>'htmega_element_tabs',
165
+ 'is_pro' => false,
166
+ ],
167
+ 'galleryjustify' =>[
168
+ 'title' => esc_html__('Gallery Justify','htmega-addons'),
169
+ 'option-tab'=>'htmega_element_tabs',
170
+ 'is_pro' => false,
171
+ ],
172
+ 'googlemap' =>[
173
+ 'title' => esc_html__('GoogleMap','htmega-addons'),
174
+ 'option-tab'=>'htmega_element_tabs',
175
+ 'is_pro' => false,
176
+ ],
177
+ 'imagecomparison' =>[
178
+ 'title' => esc_html__('Image Comparison','htmega-addons'),
179
+ 'option-tab'=>'htmega_element_tabs',
180
+ 'is_pro' => false,
181
+ ],
182
+ 'imagegrid' =>[
183
+ 'title' => esc_html__('Image Grid','htmega-addons'),
184
+ 'option-tab'=>'htmega_element_tabs',
185
+ 'is_pro' => false,
186
+ ],
187
+ 'imagemagnifier' =>[
188
+ 'title' => esc_html__('Image Magnifier','htmega-addons'),
189
+ 'option-tab'=>'htmega_element_tabs',
190
+ 'is_pro' => false,
191
+ ],
192
+ 'imagemarker' =>[
193
+ 'title' => esc_html__('ImageMarker','htmega-addons'),
194
+ 'option-tab'=>'htmega_element_tabs',
195
+ 'is_pro' => false,
196
+ ],
197
+ 'imagemasonry' =>[
198
+ 'title' => esc_html__('Image_Masonry','htmega-addons'),
199
+ 'option-tab'=>'htmega_element_tabs',
200
+ 'is_pro' => false,
201
+ ],
202
+ 'inlinemenu' =>[
203
+ 'title' => esc_html__('InlineMenu','htmega-addons'),
204
+ 'option-tab'=>'htmega_element_tabs',
205
+ 'is_pro' => false,
206
+ ],
207
+ 'instagram' =>[
208
+ 'title' => esc_html__('Instagram','htmega-addons'),
209
+ 'option-tab'=>'htmega_element_tabs',
210
+ 'is_pro' => false,
211
+ ],
212
+ 'lightbox' =>[
213
+ 'title' => esc_html__('Lightbox','htmega-addons'),
214
+ 'option-tab'=>'htmega_element_tabs',
215
+ 'is_pro' => false,
216
+ ],
217
+ 'modal' =>[
218
+ 'title' => esc_html__('Modal','htmega-addons'),
219
+ 'option-tab'=>'htmega_element_tabs',
220
+ 'is_pro' => false,
221
+ ],
222
+ 'newtsicker' =>[
223
+ 'title' => esc_html__('Newsticker','htmega-addons'),
224
+ 'option-tab'=>'htmega_element_tabs',
225
+ 'is_pro' => false,
226
+ ],
227
+ 'notify' =>[
228
+ 'title' => esc_html__('Notify','htmega-addons'),
229
+ 'option-tab'=>'htmega_element_tabs',
230
+ 'is_pro' => false,
231
+ ],
232
+ 'offcanvas' =>[
233
+ 'title' => esc_html__('Offcanvas','htmega-addons'),
234
+ 'option-tab'=>'htmega_element_tabs',
235
+ 'is_pro' => false,
236
+ ],
237
+ 'panelslider' =>[
238
+ 'title' => esc_html__('Panel Slider','htmega-addons'),
239
+ 'option-tab'=>'htmega_element_tabs',
240
+ 'is_pro' => false,
241
+ ],
242
+ 'popover' =>[
243
+ 'title' => esc_html__('Popover','htmega-addons'),
244
+ 'option-tab'=>'htmega_element_tabs',
245
+ 'is_pro' => false,
246
+ ],
247
+ 'postcarousel' =>[
248
+ 'title' => esc_html__('Post Carousel','htmega-addons'),
249
+ 'option-tab'=>'htmega_element_tabs',
250
+ 'is_pro' => false,
251
+ ],
252
+ 'postgrid' =>[
253
+ 'title' => esc_html__('PostGrid','htmega-addons'),
254
+ 'option-tab'=>'htmega_element_tabs',
255
+ 'is_pro' => false,
256
+ ],
257
+ 'postgridtab' =>[
258
+ 'title' => esc_html__('Post Grid Tab','htmega-addons'),
259
+ 'option-tab'=>'htmega_element_tabs',
260
+ 'is_pro' => false,
261
+ ],
262
+ 'postslider' =>[
263
+ 'title' => esc_html__('Post Slider','htmega-addons'),
264
+ 'option-tab'=>'htmega_element_tabs',
265
+ 'is_pro' => false,
266
+ ],
267
+ 'pricinglistview' =>[
268
+ 'title' => esc_html__('Pricing List View','htmega-addons'),
269
+ 'option-tab'=>'htmega_element_tabs',
270
+ 'is_pro' => false,
271
+ ],
272
+ 'pricingtable' =>[
273
+ 'title' => esc_html__('Pricing Table','htmega-addons'),
274
+ 'option-tab'=>'htmega_element_tabs',
275
+ 'is_pro' => false,
276
+ ],
277
+ 'progressbar' =>[
278
+ 'title' => esc_html__('Progress Bar','htmega-addons'),
279
+ 'option-tab'=>'htmega_element_tabs',
280
+ 'is_pro' => false,
281
+ ],
282
+ 'scrollimage' =>[
283
+ 'title' => esc_html__('Scroll Image','htmega-addons'),
284
+ 'option-tab'=>'htmega_element_tabs',
285
+ 'is_pro' => false,
286
+ ],
287
+ 'scrollnavigation' =>[
288
+ 'title' => esc_html__('Scroll Navigation','htmega-addons'),
289
+ 'option-tab'=>'htmega_element_tabs',
290
+ 'is_pro' => false,
291
+ ],
292
+ 'search' =>[
293
+ 'title' => esc_html__('Search','htmega-addons'),
294
+ 'option-tab'=>'htmega_element_tabs',
295
+ 'is_pro' => false,
296
+ ],
297
+ 'sectiontitle' =>[
298
+ 'title' => esc_html__('Section_Title','htmega-addons'),
299
+ 'option-tab'=>'htmega_element_tabs',
300
+ 'is_pro' => false,
301
+ ],
302
+ 'service' =>[
303
+ 'title' => esc_html__('Service','htmega-addons'),
304
+ 'option-tab'=>'htmega_element_tabs',
305
+ 'is_pro' => false,
306
+ ],
307
+ 'singlepost' =>[
308
+ 'title' => esc_html__('SinglePost','htmega-addons'),
309
+ 'option-tab'=>'htmega_element_tabs',
310
+ 'is_pro' => false,
311
+ ],
312
+ 'thumbgallery' =>[
313
+ 'title' => esc_html__('Slider Thumb Gallery','htmega-addons'),
314
+ 'option-tab'=>'htmega_element_tabs',
315
+ 'is_pro' => false,
316
+ ],
317
+ 'socialshere' =>[
318
+ 'title' => esc_html__('SocialShere','htmega-addons'),
319
+ 'option-tab'=>'htmega_element_tabs',
320
+ 'is_pro' => false,
321
+ ],
322
+ 'switcher' =>[
323
+ 'title' => esc_html__('Switcher','htmega-addons'),
324
+ 'option-tab'=>'htmega_element_tabs',
325
+ 'is_pro' => false,
326
+ ],
327
+ 'tabs' =>[
328
+ 'title' => esc_html__('Tabs','htmega-addons'),
329
+ 'option-tab'=>'htmega_element_tabs',
330
+ 'is_pro' => false,
331
+ ],
332
+ 'datatable' =>[
333
+ 'title' => esc_html__('Data Table','htmega-addons'),
334
+ 'option-tab'=>'htmega_element_tabs',
335
+ 'is_pro' => false,
336
+ ],
337
+ 'teammember' =>[
338
+ 'title' => esc_html__('TeamMember','htmega-addons'),
339
+ 'option-tab'=>'htmega_element_tabs',
340
+ 'is_pro' => false,
341
+ ],
342
+ 'testimonial' =>[
343
+ 'title' => esc_html__('Testimonial','htmega-addons'),
344
+ 'option-tab'=>'htmega_element_tabs',
345
+ 'is_pro' => false,
346
+ ],
347
+ 'testimonialgrid' =>[
348
+ 'title' => esc_html__('Testimonial Grid','htmega-addons'),
349
+ 'option-tab'=>'htmega_element_tabs',
350
+ 'is_pro' => false,
351
+ ],
352
+ 'toggle' =>[
353
+ 'title' => esc_html__('Toggle','htmega-addons'),
354
+ 'option-tab'=>'htmega_element_tabs',
355
+ 'is_pro' => false,
356
+ ],
357
+ 'tooltip' =>[
358
+ 'title' => esc_html__('Tooltip','htmega-addons'),
359
+ 'option-tab'=>'htmega_element_tabs',
360
+ 'is_pro' => false,
361
+ ],
362
+ 'twitterfeed' =>[
363
+ 'title' => esc_html__('Twitter_Feed','htmega-addons'),
364
+ 'option-tab'=>'htmega_element_tabs',
365
+ 'is_pro' => false,
366
+ ],
367
+ 'userloginform' =>[
368
+ 'title' => esc_html__('User Login Form','htmega-addons'),
369
+ 'option-tab'=>'htmega_element_tabs',
370
+ 'is_pro' => false,
371
+ ],
372
+ 'userregisterform' =>[
373
+ 'title' => esc_html__('User Register Form','htmega-addons'),
374
+ 'option-tab'=>'htmega_element_tabs',
375
+ 'is_pro' => false,
376
+ ],
377
+ 'verticletimeline' =>[
378
+ 'title' => esc_html__('Verticle Time Line','htmega-addons'),
379
+ 'option-tab'=>'htmega_element_tabs',
380
+ 'is_pro' => false,
381
+ ],
382
+ 'videoplayer' =>[
383
+ 'title' => esc_html__('VideoPlayer','htmega-addons'),
384
+ 'option-tab'=>'htmega_element_tabs',
385
+ 'is_pro' => false,
386
+ ],
387
+ 'workingprocess' =>[
388
+ 'title' => esc_html__('Working Process','htmega-addons'),
389
+ 'option-tab'=>'htmega_element_tabs',
390
+ 'is_pro' => false,
391
+ ],
392
+ 'errorcontent' =>[
393
+ 'title' => esc_html__('ErrorContent','htmega-addons'),
394
+ 'option-tab'=>'htmega_element_tabs',
395
+ 'is_pro' => false,
396
+ ],
397
+ 'template_selector' =>[
398
+ 'title' => esc_html__('Template Selector','htmega-addons'),
399
+ 'option-tab'=>'htmega_element_tabs',
400
+ 'is_pro' => false,
401
+ ],
402
+ 'weather' =>[
403
+ 'title' => esc_html__('Weather','htmega-addons'),
404
+ 'option-tab'=>'htmega_element_tabs',
405
+ 'is_pro' => false,
406
+ ],
407
 
408
+ 'bbpress' => [
409
+ 'title' => esc_html__( 'Bbpress', 'htmega-addon' ),
410
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
411
+ 'third-party-resource' => 'bbpress/bbpress.php',
412
+ 'is_pro'=>false
413
+ ],
 
 
 
414
 
415
+ 'bookedcalender' => [
416
+ 'title' => esc_html__( 'Booked Calender', 'htmega-addon' ),
417
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
418
+ 'third-party-resource' => 'bbpress/bbpress.php',
419
+ 'is_pro'=>false
420
+ ],
421
 
422
+ 'buddypress' => [
423
+ 'title' => esc_html__( 'Buddy Press', 'htmega-addon' ),
424
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
425
+ 'third-party-resource' => 'buddypress/bp-loader.php',
426
+ 'is_pro'=>false
427
+ ],
 
 
 
428
 
429
+ 'calderaform' => [
430
+ 'title' => esc_html__( 'Caldera Form', 'htmega-addon' ),
431
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
432
+ 'third-party-resource' => 'caldera-forms/caldera-core.php',
433
+ 'is_pro'=>false
434
+ ],
435
 
436
+ 'contactform' => [
437
+ 'title' => esc_html__( 'Contact Form Seven', 'htmega-addon' ),
438
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
439
+ 'third-party-resource' => 'contact-form-7/wp-contact-form-7.php',
440
+ 'is_pro'=>false
441
+ ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
442
 
443
+ 'downloadmonitor' => [
444
+ 'title' => esc_html__( 'Download Monitor', 'htmega-addon' ),
445
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
446
+ 'third-party-resource' => 'download-monitor/download-monitor.php',
447
+ 'is_pro'=>false
448
+ ],
449
 
450
+ 'easydigitaldownload' => [
451
+ 'title' => esc_html__( 'Easy Digital Download', 'htmega-addon' ),
452
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
453
+ 'third-party-resource' => 'easy-digital-downloads/easy-digital-downloads.php',
454
+ 'is_pro'=>false
455
+ ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
456
 
457
+ 'gravityforms' => [
458
+ 'title' => esc_html__( 'Gravity Forms', 'htmega-addon' ),
459
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
460
+ 'third-party-resource' => 'gravityforms/gravityforms.php',
461
+ 'is_pro'=>false
462
+ ],
463
 
464
+ 'instragramfeed' => [
465
+ 'title' => esc_html__( 'Instragram Feed', 'htmega-addon' ),
466
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
467
+ 'third-party-resource' => 'instagram-feed/instagram-feed.php',
468
+ 'is_pro'=>false
469
+ ],
470
 
471
+ 'jobmanager' => [
472
+ 'title' => esc_html__( 'Job Manager', 'htmega-addon' ),
473
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
474
+ 'third-party-resource' => 'wp-job-manager/wp-job-manager.php',
475
+ 'is_pro'=>false
476
+ ],
477
+ 'layerslider' => [
478
+ 'title' => esc_html__( 'Layer Slider', 'htmega-addon' ),
479
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
480
+ 'third-party-resource' => 'LayerSlider/layerslider.php',
481
+ 'is_pro'=>false
482
+ ],
483
 
484
+ 'mailchimpwp' => [
485
+ 'title' => esc_html__( 'Mailchimp Wp', 'htmega-addon' ),
486
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
487
+ 'third-party-resource' => 'mailchimp-for-wp/mailchimp-for-wp.php',
488
+ 'is_pro'=>false
489
+ ],
490
+
491
+ 'ninjaform' => [
492
+ 'title' => esc_html__( 'Ninja Form', 'htmega-addon' ),
493
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
494
+ 'third-party-resource' => 'ninja-forms/ninja-forms.php',
495
+ 'is_pro'=>false
496
+ ],
497
+
498
+ 'quforms' => [
499
+ 'title' => esc_html__( 'QUforms', 'htmega-addon' ),
500
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
501
+ 'third-party-resource' => 'quform/quform.php',
502
+ 'is_pro'=>false
503
+ ],
504
+
505
+ 'wpforms' => [
506
+ 'title' => esc_html__( 'WPforms', 'htmega-addon' ),
507
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
508
+ 'third-party-resource' => 'wpforms-lite/wpforms.php',
509
+ 'is_pro'=>false
510
+ ],
511
+
512
+ 'revolution' => [
513
+ 'title' => esc_html__( 'Revolution Slider', 'htmega-addon' ),
514
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
515
+ 'third-party-resource' => 'revslider/revslider.php',
516
+ 'is_pro'=>false
517
+ ],
518
+
519
+ 'tablepress' => [
520
+ 'title' => esc_html__( 'Tablepress', 'htmega-addon' ),
521
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
522
+ 'third-party-resource' => 'tablepress/tablepress.php',
523
+ 'is_pro'=>false
524
+ ],
525
+
526
+ 'wcaddtocart' => [
527
+ 'title' => esc_html__( 'WC Add to Cart', 'htmega-addon' ),
528
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
529
+ 'third-party-resource' => 'woocommerce/woocommerce.php',
530
+ 'is_pro'=>false
531
+ ],
532
+
533
+ 'categories' => [
534
+ 'title' => esc_html__( 'WC Categories', 'htmega-addon' ),
535
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
536
+ 'third-party-resource' => 'woocommerce/woocommerce.php',
537
+ 'is_pro'=>false
538
+ ],
539
+
540
+ 'wcpages' => [
541
+ 'title' => esc_html__( 'WC Element Pages', 'htmega-addon' ),
542
+ 'option-tab'=> 'htmega_thirdparty_element_tabs',
543
+ 'third-party-resource' => 'woocommerce/woocommerce.php',
544
+ 'is_pro'=>false
545
+ ],
546
+
547
+ ];
548
+
549
+ return apply_filters( 'htmega_widget_list', $widget_list );
550
  }
551
 
552
  }
languages/htmega-addons.pot CHANGED
@@ -1,12354 +1,12913 @@
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-03-21 09:07+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.1; wp-5.9.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_vertical_timeline.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:158 includes/class.htmega.php:173
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:172
50
- #: includes/widgets/htmega_image_masonry.php:152
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:157
59
- msgid "$42"
60
- msgstr ""
61
-
62
- #: includes/widgets/htmega_pricing_list_view.php:151
63
- msgid "$46"
64
- msgstr ""
65
-
66
- #: includes/widgets/htmega_pricing_list_view.php:145
67
- msgid "$48"
68
- msgstr ""
69
-
70
- #: includes/widgets/htmega_pricing_list_view.php:139
71
- msgid "$52"
72
- msgstr ""
73
-
74
- #: includes/widgets/htmega_pricing_list_view.php:91
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:238
85
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:575
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:59
111
- msgid "01"
112
- msgstr ""
113
-
114
- #: includes/widgets/htmega_booked_calender.php:60
115
- msgid "02"
116
- msgstr ""
117
-
118
- #: includes/widgets/htmega_booked_calender.php:61
119
- msgid "03"
120
- msgstr ""
121
-
122
- #: includes/widgets/htmega_booked_calender.php:62
123
- msgid "04"
124
- msgstr ""
125
-
126
- #: includes/widgets/htmega_booked_calender.php:63
127
- msgid "05"
128
- msgstr ""
129
-
130
- #: includes/widgets/htmega_booked_calender.php:64
131
- msgid "06"
132
- msgstr ""
133
-
134
- #: includes/widgets/htmega_booked_calender.php:65
135
- msgid "07"
136
- msgstr ""
137
-
138
- #: includes/widgets/htmega_booked_calender.php:66
139
- msgid "08"
140
- msgstr ""
141
-
142
- #: includes/widgets/htmega_booked_calender.php:67
143
- msgid "09"
144
- msgstr ""
145
-
146
- #: includes/widgets/htmega_instagram.php:162
147
- #: includes/widgets/htmega_pricing_list_view.php:1085
148
- #: includes/widgets/htmega_pricing_list_view.php:1086
149
- #: includes/widgets/htmega_pricing_list_view.php:1092
150
- #: includes/widgets/htmega_pricing_list_view.php:1098
151
- #: includes/widgets/htmega_pricing_list_view.php:1105
152
- #: includes/widgets/htmega_table.php:456 includes/widgets/htmega_table.php:457
153
- #: includes/widgets/htmega_table.php:463 includes/widgets/htmega_table.php:469
154
- #: includes/widgets/htmega_table.php:476
155
- #: extensions/ht-builder/widgets/bl_post_archive.php:60
156
- msgid "1"
157
- msgstr ""
158
-
159
- #: includes/widgets/htmega_twitter_feed.php:1671
160
- msgid "1 hour ago"
161
- msgstr ""
162
-
163
- #: includes/widgets/htmega_twitter_feed.php:1665
164
- msgid "1 min ago"
165
- msgstr ""
166
-
167
- #: extensions/wc-sales-notification/admin/setting.php:132
168
- msgid "1 minute"
169
- msgstr ""
170
-
171
- #: includes/widgets/htmega_twitter_feed.php:1684
172
- msgid "1 month ago"
173
- msgstr ""
174
-
175
- #: extensions/wc-sales-notification/admin/setting.php:157
176
- msgid "1 week"
177
- msgstr ""
178
-
179
- #: includes/widgets/htmega_twitter_feed.php:1687
180
- msgid "1 year ago"
181
- msgstr ""
182
-
183
- #: includes/widgets/htmega_countdown.php:425
184
- msgid "1. Background Days"
185
- msgstr ""
186
-
187
- #: extensions/wc-sales-notification/admin/setting.php:133
188
- msgid "1.5 minutes"
189
- msgstr ""
190
-
191
- #: includes/widgets/htmega_booked_calender.php:68
192
- msgid "10"
193
- msgstr ""
194
-
195
- #: extensions/wc-sales-notification/admin/setting.php:127
196
- msgid "10 seconds"
197
- msgstr ""
198
-
199
- #: includes/widgets/htmega_booked_calender.php:69
200
- msgid "11"
201
- msgstr ""
202
-
203
- #: includes/widgets/htmega_booked_calender.php:70
204
- msgid "12"
205
- msgstr ""
206
-
207
- #: includes/widgets/htmega_booked_calender.php:71
208
- msgid "13"
209
- msgstr ""
210
-
211
- #: includes/widgets/htmega_booked_calender.php:72
212
- msgid "14"
213
- msgstr ""
214
-
215
- #: includes/widgets/htmega_booked_calender.php:73
216
- msgid "15"
217
- msgstr ""
218
-
219
- #: admin/include/admin-setting.php:1244
220
- msgid "15 Categories / Template set"
221
- msgstr ""
222
-
223
- #: admin/include/admin-setting.php:1245
224
- msgid "15 Templates"
225
- msgstr ""
226
-
227
- #: includes/widgets/htmega_booked_calender.php:74
228
- msgid "16"
229
- msgstr ""
230
-
231
- #: includes/widgets/htmega_booked_calender.php:75
232
- msgid "17"
233
- msgstr ""
234
-
235
- #: includes/widgets/htmega_booked_calender.php:76
236
- msgid "18"
237
- msgstr ""
238
-
239
- #: includes/widgets/htmega_booked_calender.php:77
240
- msgid "19"
241
- msgstr ""
242
-
243
- #: includes/widgets/htmega_instagram.php:163
244
- #: extensions/ht-builder/widgets/bl_post_archive.php:61
245
- msgid "2"
246
- msgstr ""
247
-
248
- #: extensions/wc-sales-notification/admin/setting.php:134
249
- msgid "2 minutes"
250
- msgstr ""
251
-
252
- #: extensions/wc-sales-notification/admin/setting.php:119
253
- msgid "2 seconds"
254
- msgstr ""
255
-
256
- #: includes/widgets/htmega_countdown.php:450
257
- msgid "2. Background Hours"
258
- msgstr ""
259
-
260
- #: includes/widgets/htmega_booked_calender.php:78
261
- msgid "20"
262
- msgstr ""
263
-
264
- #: extensions/wc-sales-notification/admin/setting.php:128
265
- msgid "20 seconds"
266
- msgstr ""
267
-
268
- #: includes/widgets/htmega_booked_calender.php:124
269
- msgid "2018"
270
- msgstr ""
271
-
272
- #: includes/widgets/htmega_booked_calender.php:125
273
- msgid "2019"
274
- msgstr ""
275
-
276
- #: includes/widgets/htmega_booked_calender.php:126
277
- msgid "2020"
278
- msgstr ""
279
-
280
- #: includes/widgets/htmega_booked_calender.php:127
281
- msgid "2021"
282
- msgstr ""
283
-
284
- #: includes/widgets/htmega_booked_calender.php:128
285
- msgid "2022"
286
- msgstr ""
287
-
288
- #: includes/widgets/htmega_booked_calender.php:129
289
- msgid "2023"
290
- msgstr ""
291
-
292
- #: includes/widgets/htmega_booked_calender.php:130
293
- msgid "2024"
294
- msgstr ""
295
-
296
- #: includes/widgets/htmega_booked_calender.php:131
297
- msgid "2025"
298
- msgstr ""
299
-
300
- #: includes/widgets/htmega_booked_calender.php:132
301
- msgid "2026"
302
- msgstr ""
303
-
304
- #: includes/widgets/htmega_booked_calender.php:133
305
- msgid "2027"
306
- msgstr ""
307
-
308
- #: includes/widgets/htmega_booked_calender.php:134
309
- msgid "2028"
310
- msgstr ""
311
-
312
- #: includes/widgets/htmega_booked_calender.php:135
313
- msgid "2029"
314
- msgstr ""
315
-
316
- #: includes/widgets/htmega_booked_calender.php:136
317
- msgid "2030"
318
- msgstr ""
319
-
320
- #: includes/widgets/htmega_booked_calender.php:137
321
- msgid "2031"
322
- msgstr ""
323
-
324
- #: includes/widgets/htmega_booked_calender.php:138
325
- msgid "2032"
326
- msgstr ""
327
-
328
- #: includes/widgets/htmega_booked_calender.php:139
329
- msgid "2033"
330
- msgstr ""
331
-
332
- #: includes/widgets/htmega_booked_calender.php:140
333
- msgid "2034"
334
- msgstr ""
335
-
336
- #: includes/widgets/htmega_booked_calender.php:141
337
- msgid "2035"
338
- msgstr ""
339
-
340
- #: includes/widgets/htmega_booked_calender.php:142
341
- msgid "2036"
342
- msgstr ""
343
-
344
- #: includes/widgets/htmega_booked_calender.php:143
345
- msgid "2037"
346
- msgstr ""
347
-
348
- #: includes/widgets/htmega_booked_calender.php:144
349
- msgid "2038"
350
- msgstr ""
351
-
352
- #: includes/widgets/htmega_booked_calender.php:145
353
- msgid "2039"
354
- msgstr ""
355
-
356
- #: includes/widgets/htmega_booked_calender.php:146
357
- msgid "2040"
358
- msgstr ""
359
-
360
- #: includes/widgets/htmega_booked_calender.php:79
361
- msgid "21"
362
- msgstr ""
363
-
364
- #: includes/widgets/htmega_booked_calender.php:80
365
- msgid "22"
366
- msgstr ""
367
-
368
- #: includes/widgets/htmega_booked_calender.php:81
369
- msgid "23"
370
- msgstr ""
371
-
372
- #: includes/widgets/htmega_googlemap.php:251
373
- msgid "23.8103"
374
- msgstr ""
375
-
376
- #: includes/widgets/htmega_booked_calender.php:82
377
- msgid "24"
378
- msgstr ""
379
-
380
- #: includes/widgets/htmega_booked_calender.php:83
381
- msgid "25"
382
- msgstr ""
383
-
384
- #: includes/widgets/htmega_booked_calender.php:84
385
- msgid "26"
386
- msgstr ""
387
-
388
- #: includes/widgets/htmega_booked_calender.php:85
389
- msgid "27"
390
- msgstr ""
391
-
392
- #: includes/widgets/htmega_booked_calender.php:86
393
- msgid "28"
394
- msgstr ""
395
-
396
- #: includes/widgets/htmega_booked_calender.php:87
397
- msgid "29"
398
- msgstr ""
399
-
400
- #: includes/widgets/htmega_mailchimp_for_wp.php:60
401
- msgid "294"
402
- msgstr ""
403
-
404
- #: includes/widgets/htmega_instagram.php:164
405
- #: extensions/ht-builder/widgets/bl_post_archive.php:62
406
- msgid "3"
407
- msgstr ""
408
-
409
- #: includes/widgets/weather/htmega_weather.php:84
410
- msgid "3 Days"
411
- msgstr ""
412
-
413
- #: extensions/wc-sales-notification/admin/setting.php:120
414
- msgid "3 seconds"
415
- msgstr ""
416
-
417
- #: includes/widgets/htmega_countdown.php:475
418
- msgid "3. Background Minutes"
419
- msgstr ""
420
-
421
- #: includes/widgets/htmega_booked_calender.php:88
422
- msgid "30"
423
- msgstr ""
424
-
425
- #: extensions/wc-sales-notification/admin/setting.php:129
426
- msgid "30 seconds"
427
- msgstr ""
428
-
429
- #: includes/widgets/htmega_booked_calender.php:89
430
- msgid "31"
431
- msgstr ""
432
-
433
- #: admin/include/admin-setting.php:1269
434
- msgid "325 Blocks / Sections"
435
- msgstr ""
436
-
437
- #: admin/include/admin-setting.php:1270
438
- msgid "35 Categories / Template set"
439
- msgstr ""
440
-
441
- #: admin/include/admin-setting.php:1246
442
- msgid "360 Blocks / Sections"
443
- msgstr ""
444
-
445
- #: admin/include/admin-setting.php:1167
446
- msgid "360 Elementor Blocks"
447
- msgstr ""
448
-
449
- #: admin/include/admin-setting.php:1168
450
- msgid "39 Categories and 491 Page Templates."
451
- msgstr ""
452
-
453
- #: includes/widgets/htmega_instagram.php:165
454
- #: extensions/ht-builder/widgets/bl_post_archive.php:63
455
- msgid "4"
456
- msgstr ""
457
-
458
- #: includes/widgets/weather/htmega_weather.php:85
459
- msgid "4 Days"
460
- msgstr ""
461
-
462
- #: extensions/wc-sales-notification/admin/setting.php:121
463
- #: extensions/wc-sales-notification/admin/setting.php:145
464
- msgid "4 seconds"
465
- msgstr ""
466
-
467
- #: includes/widgets/htmega_countdown.php:500
468
- msgid "4. Background Seconds"
469
- msgstr ""
470
-
471
- #: extensions/wc-sales-notification/admin/setting.php:130
472
- msgid "40 seconds"
473
- msgstr ""
474
-
475
- #: admin/include/admin-setting.php:607
476
- #: includes/widgets/htmega_404_content.php:13
477
- #: includes/widgets/htmega_404_content.php:35
478
- msgid "404 Content"
479
- msgstr ""
480
-
481
- #: admin/include/admin-setting.php:1248 admin/include/admin-setting.php:1273
482
- msgid "404 Error Page Builder"
483
- msgstr ""
484
-
485
- #: extensions/ht-builder/admin/setting.php:112
486
- msgid "404 Page Template."
487
- msgstr ""
488
-
489
- #: includes/widgets/htmega_instagram.php:166
490
- msgid "5"
491
- msgstr ""
492
-
493
- #: includes/widgets/weather/htmega_weather.php:86
494
- msgid "5 Days"
495
- msgstr ""
496
-
497
- #: extensions/wc-sales-notification/admin/setting.php:122
498
- msgid "5 seconds"
499
- msgstr ""
500
-
501
- #: extensions/wc-sales-notification/admin/setting.php:131
502
- msgid "50 seconds"
503
- msgstr ""
504
-
505
- #: includes/widgets/htmega_special_banner.php:107
506
- msgid "50%"
507
- msgstr ""
508
-
509
- #: admin/include/admin-setting.php:1271
510
- msgid "524 Templates"
511
- msgstr ""
512
-
513
- #: includes/widgets/htmega_instagram.php:167
514
- msgid "6"
515
- msgstr ""
516
-
517
- #: includes/widgets/weather/htmega_weather.php:87
518
- msgid "6 Days"
519
- msgstr ""
520
-
521
- #: extensions/wc-sales-notification/admin/setting.php:123
522
- msgid "6 seconds"
523
- msgstr ""
524
-
525
- #: extensions/wc-sales-notification/admin/setting.php:124
526
- msgid "7 seconds"
527
- msgstr ""
528
-
529
- #: extensions/wc-sales-notification/admin/setting.php:125
530
- msgid "8 seconds"
531
- msgstr ""
532
-
533
- #: admin/include/admin-setting.php:1166
534
- msgid "80+ Elementor Elements"
535
- msgstr ""
536
-
537
- #: admin/include/admin-setting.php:1243 admin/include/admin-setting.php:1268
538
- msgid "84 Elements"
539
- msgstr ""
540
-
541
- #: extensions/wc-sales-notification/admin/setting.php:126
542
- msgid "9 seconds"
543
- msgstr ""
544
-
545
- #: includes/widgets/htmega_googlemap.php:252
546
- #: includes/widgets/htmega_googlemap.php:253
547
- msgid "90.4125"
548
- msgstr ""
549
-
550
- #: includes/widgets/htmega_business_hours.php:94
551
- msgid "9:00 AM - 6:00 PM"
552
- msgstr ""
553
-
554
- #: includes/widgets/htmega_business_hours.php:164
555
- #: includes/widgets/htmega_business_hours.php:175
556
- #: includes/widgets/htmega_business_hours.php:180
557
- #: includes/widgets/htmega_business_hours.php:185
558
- #: includes/widgets/htmega_business_hours.php:190
559
- msgid "9:00 AM to 6:00 PM"
560
- msgstr ""
561
-
562
- #: includes/widgets/htmega_business_hours.php:195
563
- msgid "9:00 AM to 6:30 PM"
564
- msgstr ""
565
-
566
- #: includes/widgets/htmega_inline_menu.php:89
567
- #: extensions/ht-builder/widgets/bl_nav_menu.php:83
568
- #, php-format
569
- msgid ""
570
- "<strong>There are no menus in your site.</strong><br>Go to the <a "
571
- "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
572
- msgstr ""
573
-
574
- #: includes/widgets/htmega_notify.php:72
575
- msgid "<strong>Welcome,</strong>to Notification."
576
- msgstr ""
577
-
578
- #: includes/widgets/htmega_twitter_feed.php:102
579
- msgid "Access Token"
580
- msgstr ""
581
-
582
- #: includes/widgets/htmega_twitter_feed.php:112
583
- msgid "Access Token Secret"
584
- msgstr ""
585
-
586
- #: admin/include/admin-setting.php:118 admin/include/admin-setting.php:119
587
- #: includes/widgets/htmega_accordion.php:44
588
- msgid "Accordion"
589
- msgstr ""
590
-
591
- #: includes/widgets/htmega_accordion.php:13
592
- msgid "Accordion / FAQ"
593
- msgstr ""
594
-
595
- #: includes/widgets/htmega_accordion.php:88
596
- #: includes/widgets/htmega_accordion.php:99
597
- #: includes/widgets/htmega_accordion.php:217
598
- #: includes/widgets/htmega_accordion.php:219
599
- #: includes/widgets/htmega_accordion.php:228
600
- #: includes/widgets/htmega_accordion.php:1190
601
- msgid "Accordion Content"
602
- msgstr ""
603
-
604
- #: includes/widgets/htmega_accordion.php:374
605
- msgid "Accordion Height"
606
- msgstr ""
607
-
608
- #: includes/widgets/htmega_accordion.php:957
609
- msgid "Accordion Icon"
610
- msgstr ""
611
-
612
- #: includes/widgets/htmega_accordion.php:412
613
- msgid "Accordion Item"
614
- msgstr ""
615
-
616
- #: includes/widgets/htmega_accordion.php:734
617
- msgid "Accordion Item Box"
618
- msgstr ""
619
-
620
- #: includes/widgets/htmega_accordion.php:422
621
- msgid "Accordion Item Spacing"
622
- msgstr ""
623
-
624
- #: includes/widgets/htmega_accordion.php:112
625
- #: includes/widgets/htmega_accordion.php:162
626
- #: includes/widgets/htmega_accordion.php:241
627
- msgid "Accordion Items"
628
- msgstr ""
629
-
630
- #: includes/widgets/htmega_accordion.php:170
631
- #: includes/widgets/htmega_accordion.php:445
632
- #: includes/widgets/htmega_accordion.php:804
633
- msgid "Accordion Title"
634
- msgstr ""
635
-
636
- #: includes/widgets/htmega_accordion.php:636
637
- msgid "Accordion Title Collapsed"
638
- msgstr ""
639
-
640
- #: includes/widgets/htmega_accordion.php:120
641
- #: includes/widgets/htmega_accordion.php:249
642
- msgid "Accordion Title One"
643
- msgstr ""
644
-
645
- #: includes/widgets/htmega_accordion.php:125
646
- #: includes/widgets/htmega_accordion.php:129
647
- msgid "Accordion Title Two"
648
- msgstr ""
649
-
650
- #: admin/include/template-library.php:261
651
- #: admin/include/template-library.php:313
652
- #: includes/recommended-plugins/class.recommended-plugins.php:242
653
- msgid "Activate"
654
- msgstr ""
655
-
656
- #: admin/include/template-library.php:272
657
- #: admin/include/template-library.php:324
658
- #: includes/recommended-plugins/class.recommended-plugins.php:126
659
- #: includes/recommended-plugins/class.recommended-plugins.php:253
660
- msgid "Activated"
661
- msgstr ""
662
-
663
- #: includes/class.assests.php:381
664
- #: includes/recommended-plugins/class.recommended-plugins.php:125
665
- msgid "Activating.."
666
- msgstr ""
667
-
668
- #: includes/class.assests.php:382 includes/widgets/htmega_accordion.php:570
669
- #: includes/widgets/htmega_accordion.php:1121
670
- #: includes/widgets/htmega_buddy_press.php:62
671
- #: includes/widgets/htmega_carousel.php:988
672
- #: includes/widgets/htmega_carousel.php:1188
673
- #: includes/widgets/htmega_carousel.php:1386
674
- #: includes/widgets/htmega_inline_menu.php:407
675
- #: includes/widgets/htmega_instagram.php:1239
676
- #: includes/widgets/htmega_panel_slider.php:1152
677
- #: includes/widgets/htmega_popover.php:204
678
- #: includes/widgets/htmega_post_slider.php:1860
679
- #: includes/widgets/htmega_post_slider.php:2009
680
- #: includes/widgets/htmega_scroll_navigation.php:387
681
- #: includes/widgets/htmega_slider_thumb_gallery.php:1168
682
- #: includes/widgets/htmega_slider_thumb_gallery.php:1285
683
- #: includes/widgets/htmega_switcher.php:468 includes/widgets/htmega_tab.php:616
684
- #: includes/widgets/htmega_tab.php:795
685
- #: includes/widgets/htmega_twitter_feed.php:1435
686
- #: extensions/ht-builder/widgets/bl_nav_menu.php:280
687
- msgid "Active"
688
- msgstr ""
689
-
690
- #: includes/widgets/htmega_booked_calender.php:442
691
- msgid "Active Date Background Color"
692
- msgstr ""
693
-
694
- #: includes/widgets/htmega_tab.php:193
695
- msgid "Active Icon Color"
696
- msgstr ""
697
-
698
- #: includes/widgets/htmega_accordion.php:938
699
- msgid "Active Title Line Height"
700
- msgstr ""
701
-
702
- #: includes/widgets/htmega_accordion.php:923
703
- msgid "Active Title Space"
704
- msgstr ""
705
-
706
- #: includes/widgets/htmega_add_banner.php:13
707
- msgid "Add Banner"
708
- msgstr ""
709
-
710
- #: includes/widgets/htmega_panel_slider.php:179
711
- #: includes/widgets/htmega_testimonial_grid.php:147
712
- msgid "Add Column gap Ex. 15px"
713
- msgstr ""
714
-
715
- #: includes/widgets/htmega_gallery_justify.php:50
716
- msgid "Add Images"
717
- msgstr ""
718
-
719
- #: includes/widgets/htmega_wc_add_to_cart.php:105
720
- #: includes/widgets/htmega_wc_add_to_cart.php:106
721
- msgid "Add to Cart"
722
- msgstr ""
723
-
724
- #: includes/widgets/htmega_section_title.php:60
725
- msgid "Add Your Heading Text Here"
726
- msgstr ""
727
-
728
- #: includes/widgets/htmega_single_post.php:87
729
- msgid "Additional Option"
730
- msgstr ""
731
-
732
- #: includes/widgets/htmega_accordion.php:347
733
- #: extensions/ht-builder/widgets/bl_post_archive.php:90
734
- msgid "Additional Options"
735
- msgstr ""
736
-
737
- #: includes/widgets/htmega_image_comparison.php:147
738
- msgid "Additional Setting"
739
- msgstr ""
740
-
741
- #: extensions/ht-builder/widgets/bl_post_author_info.php:99
742
- msgid "Admin Posts"
743
- msgstr ""
744
-
745
- #: admin/include/admin-setting.php:135
746
- msgid "Ads Banner"
747
- msgstr ""
748
-
749
- #: admin/include/admin-setting.php:91
750
- msgid "Advance Addons"
751
- msgstr ""
752
-
753
- #: includes/widgets/htmega_section_title.php:80
754
- msgid "Advance Title"
755
- msgstr ""
756
-
757
- #: includes/widgets/htmega_section_title.php:281
758
- msgid "Advance Title Setting"
759
- msgstr ""
760
-
761
- #: includes/widgets/htmega_section_title.php:931
762
- msgid "Advance Title style"
763
- msgstr ""
764
-
765
- #: includes/widgets/htmega_blockquote.php:405
766
- #: includes/widgets/htmega_image_comparison.php:165
767
- msgid "After"
768
- msgstr ""
769
-
770
- #: includes/widgets/htmega_counter.php:776
771
- msgid "After Border Color"
772
- msgstr ""
773
-
774
- #: includes/widgets/htmega_counter.php:701
775
- msgid "After Border Height"
776
- msgstr ""
777
-
778
- #: includes/widgets/htmega_counter.php:731
779
- msgid "After Border Position"
780
- msgstr ""
781
-
782
- #: includes/widgets/htmega_counter.php:671
783
- msgid "After Border Width"
784
- msgstr ""
785
-
786
- #: includes/widgets/htmega_image_comparison.php:70
787
- msgid "After Image"
788
- msgstr ""
789
-
790
- #: includes/widgets/htmega_pricing_list_view.php:98
791
- msgid "After Price Label"
792
- msgstr ""
793
-
794
- #: includes/widgets/htmega_pricing_list_view.php:1692
795
- msgid "After Price Style"
796
- msgstr ""
797
-
798
- #: includes/widgets/htmega_animated_heading.php:282
799
- msgid "After Text Style"
800
- msgstr ""
801
-
802
- #: includes/widgets/htmega_image_comparison.php:163
803
- #: includes/widgets/htmega_image_comparison.php:309
804
- msgid "After Title"
805
- msgstr ""
806
-
807
- #: includes/widgets/htmega_image_marker.php:442
808
- msgid "Aleart Note"
809
- msgstr ""
810
-
811
- #: includes/widgets/htmega_404_content.php:237
812
- #: includes/widgets/htmega_accordion.php:466
813
- #: includes/widgets/htmega_accordion.php:657
814
- #: includes/widgets/htmega_accordion.php:815
815
- #: includes/widgets/htmega_accordion.php:996
816
- #: includes/widgets/htmega_accordion.php:1201
817
- #: includes/widgets/htmega_accordion.php:1319
818
- #: includes/widgets/htmega_add_banner.php:364
819
- #: includes/widgets/htmega_blockquote.php:179
820
- #: includes/widgets/htmega_buddy_press.php:242
821
- #: includes/widgets/htmega_business_hours.php:387
822
- #: includes/widgets/htmega_button.php:150
823
- #: includes/widgets/htmega_call_to_action.php:326
824
- #: includes/widgets/htmega_carousel.php:833
825
- #: includes/widgets/htmega_contact_form_seven.php:116
826
- #: includes/widgets/htmega_counter.php:66
827
- #: includes/widgets/htmega_counter.php:284
828
- #: includes/widgets/htmega_counter.php:317
829
- #: includes/widgets/htmega_counter.php:423
830
- #: includes/widgets/htmega_counter.php:549
831
- #: includes/widgets/htmega_double_button.php:321
832
- #: includes/widgets/htmega_dropcaps.php:80
833
- #: includes/widgets/htmega_easy_digital_download.php:306
834
- #: includes/widgets/htmega_image_grid.php:279
835
- #: includes/widgets/htmega_image_grid.php:376
836
- #: includes/widgets/htmega_image_marker.php:698
837
- #: includes/widgets/htmega_image_masonry.php:254
838
- #: includes/widgets/htmega_image_masonry.php:351
839
- #: includes/widgets/htmega_inline_menu.php:117
840
- #: includes/widgets/htmega_instagram.php:1480
841
- #: includes/widgets/htmega_lightbox.php:192
842
- #: includes/widgets/htmega_lightbox.php:305
843
- #: includes/widgets/htmega_mailchimp_for_wp.php:117
844
- #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
845
- #: includes/widgets/htmega_news_ticker.php:450
846
- #: includes/widgets/htmega_notify.php:270
847
- #: includes/widgets/htmega_notify.php:550
848
- #: includes/widgets/htmega_notify.php:816
849
- #: includes/widgets/htmega_offcanvas.php:271
850
- #: includes/widgets/htmega_offcanvas.php:363
851
- #: includes/widgets/htmega_panel_slider.php:559
852
- #: includes/widgets/htmega_popover.php:261
853
- #: includes/widgets/htmega_popover.php:657
854
- #: includes/widgets/htmega_popover.php:761
855
- #: includes/widgets/htmega_post_grid.php:289
856
- #: includes/widgets/htmega_post_grid.php:513
857
- #: includes/widgets/htmega_post_grid.php:626
858
- #: includes/widgets/htmega_post_grid_tab.php:397
859
- #: includes/widgets/htmega_post_grid_tab.php:491
860
- #: includes/widgets/htmega_post_grid_tab.php:578
861
- #: includes/widgets/htmega_post_grid_tab.php:801
862
- #: includes/widgets/htmega_post_slider.php:832
863
- #: includes/widgets/htmega_post_slider.php:926
864
- #: includes/widgets/htmega_post_slider.php:1013
865
- #: includes/widgets/htmega_post_slider.php:1229
866
- #: includes/widgets/htmega_pricing_list_view.php:461
867
- #: includes/widgets/htmega_pricing_list_view.php:1116
868
- #: includes/widgets/htmega_search.php:152
869
- #: includes/widgets/htmega_section_title.php:411
870
- #: includes/widgets/htmega_services.php:237
871
- #: includes/widgets/htmega_services.php:421
872
- #: includes/widgets/htmega_services.php:526
873
- #: includes/widgets/htmega_services.php:715
874
- #: includes/widgets/htmega_services.php:977
875
- #: includes/widgets/htmega_single_post.php:217
876
- #: includes/widgets/htmega_single_post.php:313
877
- #: includes/widgets/htmega_single_post.php:420
878
- #: includes/widgets/htmega_socialshere.php:361
879
- #: includes/widgets/htmega_special_banner.php:261
880
- #: includes/widgets/htmega_tab.php:509 includes/widgets/htmega_table.php:635
881
- #: includes/widgets/htmega_table.php:754
882
- #: includes/widgets/htmega_tablepress.php:209
883
- #: includes/widgets/htmega_tablepress.php:366
884
- #: includes/widgets/htmega_teammember.php:612
885
- #: includes/widgets/htmega_teammember.php:741
886
- #: includes/widgets/htmega_teammember.php:831
887
- #: includes/widgets/htmega_teammember.php:922
888
- #: includes/widgets/htmega_teammember.php:989
889
- #: includes/widgets/htmega_testimonial_grid.php:549
890
- #: includes/widgets/htmega_toggle.php:192
891
- #: includes/widgets/htmega_tooltip.php:237
892
- #: includes/widgets/htmega_user_login_form.php:136
893
- #: includes/widgets/htmega_user_login_form.php:342
894
- #: includes/widgets/htmega_user_login_form.php:542
895
- #: includes/widgets/htmega_video_player.php:292
896
- #: includes/widgets/htmega_wc_categories.php:344
897
- #: extensions/ht-builder/widgets/bl_nav_menu.php:111
898
- #: extensions/ht-builder/widgets/bl_page_title.php:133
899
- #: extensions/ht-builder/widgets/bl_post_archive.php:298
900
- #: extensions/ht-builder/widgets/bl_post_archive.php:379
901
- #: extensions/ht-builder/widgets/bl_post_archive.php:486
902
- #: extensions/ht-builder/widgets/bl_post_archive.php:592
903
- #: extensions/ht-builder/widgets/bl_post_archive.php:672
904
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
905
- #: extensions/ht-builder/widgets/bl_post_content.php:68
906
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
907
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
908
- #: extensions/ht-builder/widgets/bl_post_title.php:101
909
- #: extensions/ht-builder/widgets/bl_site_logo.php:155
910
- #: extensions/ht-builder/widgets/bl_site_title.php:135
911
- #: extensions/ht-menu/widgets/inline-mega-menu.php:162
912
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
913
- msgid "Alignment"
914
- msgstr ""
915
-
916
- #: admin/include/templates_list.php:52
917
- msgid "ALL"
918
- msgstr ""
919
-
920
- #: admin/include/templates_list.php:41
921
- msgid "All Builders"
922
- msgstr ""
923
-
924
- #: includes/widgets/htmega_services.php:305
925
- #: includes/widgets/htmega_testimonial_grid.php:359
926
- #: includes/widgets/htmega_working_process.php:599
927
- msgid "All Content Color"
928
- msgstr ""
929
-
930
- #: extensions/ht-menu/classes/class.mega-menu.php:242
931
- #: extensions/ht-menu/menu/templates.php:194
932
- msgid "All Data Saved"
933
- msgstr ""
934
-
935
- #: includes/class.assests.php:371
936
- msgid "All Items have been Loaded"
937
- msgstr ""
938
-
939
- #: includes/widgets/htmega_accordion.php:121
940
- #: includes/widgets/htmega_accordion.php:126
941
- #: includes/widgets/htmega_accordion.php:130
942
- #: includes/widgets/htmega_accordion.php:250
943
- msgid ""
944
- "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
945
- "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
946
- "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
947
- "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
948
- "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
949
- "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
950
- "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
951
- "synth nesciunt you probably have not heard of them accusamus labore "
952
- "sustainable VHS."
953
- msgstr ""
954
-
955
- #: admin/include/admin-setting.php:127
956
- msgid "Animate Heading"
957
- msgstr ""
958
-
959
- #: includes/widgets/htmega_teammember.php:119
960
- msgid "Animate Top on Mobile Layout"
961
- msgstr ""
962
-
963
- #: includes/widgets/htmega_animated_heading.php:13
964
- #: includes/widgets/htmega_animated_heading.php:42
965
- msgid "Animated Heading"
966
- msgstr ""
967
-
968
- #: includes/widgets/htmega_animated_heading.php:102
969
- msgid "Animated Heading Text"
970
- msgstr ""
971
-
972
- #: includes/widgets/htmega_animated_heading.php:369
973
- msgid "Animated Text Style"
974
- msgstr ""
975
-
976
- #: includes/widgets/htmega_news_ticker.php:113
977
- msgid "Animatied duration"
978
- msgstr ""
979
-
980
- #: includes/widgets/htmega_video_player.php:429
981
- msgid "Animation Border Color"
982
- msgstr ""
983
-
984
- #: extensions/wc-sales-notification/admin/setting.php:164
985
- msgid "Animation In"
986
- msgstr ""
987
-
988
- #: extensions/wc-sales-notification/admin/setting.php:176
989
- msgid "Animation Out"
990
- msgstr ""
991
-
992
- #: includes/widgets/htmega_news_ticker.php:104
993
- msgid "Animation Speed"
994
- msgstr ""
995
-
996
- #: includes/widgets/htmega_carousel.php:429
997
- msgid "Animation Style"
998
- msgstr ""
999
-
1000
- #: includes/widgets/htmega_animated_heading.php:67
1001
- msgid "Animation Type"
1002
- msgstr ""
1003
-
1004
- #: includes/widgets/htmega_googlemap.php:163
1005
- msgid "Another Place"
1006
- msgstr ""
1007
-
1008
- #: includes/widgets/htmega_booked_calender.php:547
1009
- msgid "Appointment Button"
1010
- msgstr ""
1011
-
1012
- #: includes/widgets/htmega_booked_calender.php:406
1013
- msgid "Appointments"
1014
- msgstr ""
1015
-
1016
- #: includes/widgets/htmega_booked_calender.php:104
1017
- msgid "April"
1018
- msgstr ""
1019
-
1020
- #: admin/include/admin-setting.php:778 admin/include/admin-setting.php:779
1021
- msgid "Archive Posts"
1022
- msgstr ""
1023
-
1024
- #: admin/include/admin-setting.php:787 admin/include/admin-setting.php:788
1025
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1026
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1027
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1028
- msgid "Archive Title"
1029
- msgstr ""
1030
-
1031
- #: includes/widgets/htmega_buddy_press.php:168
1032
- #: includes/widgets/htmega_popover.php:508
1033
- msgid "Area"
1034
- msgstr ""
1035
-
1036
- #: includes/widgets/htmega_image_marker.php:92
1037
- msgid "Area padding"
1038
- msgstr ""
1039
-
1040
- #: includes/widgets/htmega_carousel.php:535
1041
- #: includes/widgets/htmega_instagram.php:912
1042
- #: includes/widgets/htmega_panel_slider.php:740
1043
- #: includes/widgets/htmega_popover.php:795
1044
- #: includes/widgets/htmega_post_slider.php:1410
1045
- #: includes/widgets/htmega_slider_thumb_gallery.php:802
1046
- #: includes/widgets/htmega_tooltip.php:548
1047
- #: includes/widgets/htmega_twitter_feed.php:1053
1048
- msgid "Arrow"
1049
- msgstr ""
1050
-
1051
- #: includes/widgets/htmega_popover.php:821
1052
- msgid "Arrow Background Color"
1053
- msgstr ""
1054
-
1055
- #: includes/widgets/htmega_popover.php:802
1056
- msgid "Arrow Border Color"
1057
- msgstr ""
1058
-
1059
- #: includes/widgets/htmega_working_process.php:270
1060
- msgid "Arrow Border Height"
1061
- msgstr ""
1062
-
1063
- #: includes/widgets/htmega_testimonial_grid.php:655
1064
- #: includes/widgets/htmega_tooltip.php:554
1065
- #: includes/widgets/htmega_vertical_timeline.php:414
1066
- #: includes/widgets/htmega_vertical_timeline.php:455
1067
- msgid "Arrow Color"
1068
- msgstr ""
1069
-
1070
- #: includes/widgets/htmega_working_process.php:320
1071
- msgid "Arrow Hover Color"
1072
- msgstr ""
1073
-
1074
- #: includes/widgets/htmega_working_process.php:291
1075
- msgid "Arrow Left Color"
1076
- msgstr ""
1077
-
1078
- #: includes/widgets/htmega_working_process.php:306
1079
- msgid "Arrow Right Color"
1080
- msgstr ""
1081
-
1082
- #: includes/widgets/htmega_easy_digital_download.php:205
1083
- msgid "ASC"
1084
- msgstr ""
1085
-
1086
- #: includes/widgets/htmega_job_manager.php:75
1087
- #: includes/widgets/htmega_news_ticker.php:272
1088
- #: includes/widgets/htmega_post_grid.php:132
1089
- #: includes/widgets/htmega_post_grid_tab.php:139
1090
- #: includes/widgets/htmega_post_slider.php:143
1091
- #: includes/widgets/htmega_wc_categories.php:144
1092
- #: extensions/ht-builder/widgets/bl_post_archive.php:220
1093
- msgid "Ascending"
1094
- msgstr ""
1095
-
1096
- #: includes/widgets/htmega_vertical_timeline.php:109
1097
- msgid "Aug<br/>2018"
1098
- msgstr ""
1099
-
1100
- #: includes/widgets/htmega_booked_calender.php:108
1101
- msgid "August"
1102
- msgstr ""
1103
-
1104
- #: includes/widgets/htmega_job_manager.php:93
1105
- #: includes/widgets/htmega_post_slider.php:255
1106
- #: includes/widgets/htmega_single_post.php:130
1107
- #: includes/widgets/htmega_twitter_feed.php:688
1108
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:65
1109
- msgid "Author"
1110
- msgstr ""
1111
-
1112
- #: includes/widgets/htmega_twitter_feed.php:754
1113
- msgid "Author Image Style"
1114
- msgstr ""
1115
-
1116
- #: admin/include/admin-setting.php:832 admin/include/admin-setting.php:833
1117
- #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1118
- msgid "Author Info"
1119
- msgstr ""
1120
-
1121
- #: includes/widgets/htmega_instagram_feed.php:64
1122
- #: includes/widgets/htmega_notify.php:227
1123
- msgid "Auto"
1124
- msgstr ""
1125
-
1126
- #: includes/widgets/htmega_video_player.php:162
1127
- msgid "Auto Play"
1128
- msgstr ""
1129
-
1130
- #: includes/widgets/htmega_news_ticker.php:158
1131
- msgid "Auto Start"
1132
- msgstr ""
1133
-
1134
- #: includes/widgets/htmega_carousel.php:281
1135
- #: includes/widgets/htmega_instagram.php:476
1136
- #: includes/widgets/htmega_panel_slider.php:341
1137
- #: includes/widgets/htmega_post_slider.php:461
1138
- #: includes/widgets/htmega_slider_thumb_gallery.php:271
1139
- #: includes/widgets/htmega_twitter_feed.php:403
1140
- msgid "Autoplay animation speed"
1141
- msgstr ""
1142
-
1143
- #: includes/widgets/htmega_carousel.php:268
1144
- #: includes/widgets/htmega_instagram.php:463
1145
- #: includes/widgets/htmega_panel_slider.php:328
1146
- #: includes/widgets/htmega_post_slider.php:448
1147
- #: includes/widgets/htmega_slider_thumb_gallery.php:260
1148
- #: includes/widgets/htmega_twitter_feed.php:390
1149
- msgid "Autoplay speed"
1150
- msgstr ""
1151
-
1152
- #: includes/widgets/htmega_booked_calender.php:294
1153
- msgid "Available Date"
1154
- msgstr ""
1155
-
1156
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:170
1157
- msgid "Avatar"
1158
- msgstr ""
1159
-
1160
- #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1161
- msgid "Avater Image Position"
1162
- msgstr ""
1163
-
1164
- #: includes/widgets/htmega_404_content.php:128
1165
- #: includes/widgets/htmega_404_content.php:534
1166
- msgid "Back Button"
1167
- msgstr ""
1168
-
1169
- #: includes/widgets/htmega_404_content.php:136
1170
- #: includes/widgets/htmega_404_content.php:137
1171
- #: includes/widgets/htmega_404_content.php:185
1172
- msgid "Back To Home"
1173
- msgstr ""
1174
-
1175
- #: admin/include/templates_list.php:72
1176
- #: admin/include/templates/library/templates.php:83
1177
- msgid "Back to Library"
1178
- msgstr ""
1179
-
1180
- #: includes/widgets/htmega_404_content.php:562
1181
- #: includes/widgets/htmega_404_content.php:648
1182
- #: includes/widgets/htmega_404_content.php:713
1183
- #: includes/widgets/htmega_404_content.php:799
1184
- #: includes/widgets/htmega_accordion.php:492
1185
- #: includes/widgets/htmega_accordion.php:577
1186
- #: includes/widgets/htmega_accordion.php:695
1187
- #: includes/widgets/htmega_accordion.php:746
1188
- #: includes/widgets/htmega_accordion.php:842
1189
- #: includes/widgets/htmega_accordion.php:1018
1190
- #: includes/widgets/htmega_accordion.php:1129
1191
- #: includes/widgets/htmega_accordion.php:1279
1192
- #: includes/widgets/htmega_add_banner.php:394
1193
- #: includes/widgets/htmega_add_banner.php:668
1194
- #: includes/widgets/htmega_add_banner.php:747
1195
- #: includes/widgets/htmega_animated_heading.php:203
1196
- #: includes/widgets/htmega_animated_heading.php:334
1197
- #: includes/widgets/htmega_animated_heading.php:422
1198
- #: includes/widgets/htmega_blockquote.php:211
1199
- #: includes/widgets/htmega_blockquote.php:520
1200
- #: includes/widgets/htmega_blockquote.php:701
1201
- #: includes/widgets/htmega_booked_calender.php:248
1202
- #: includes/widgets/htmega_booked_calender.php:301
1203
- #: includes/widgets/htmega_booked_calender.php:417
1204
- #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1205
- #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1206
- #: includes/widgets/htmega_buddy_press.php:197
1207
- #: includes/widgets/htmega_business_hours.php:217
1208
- #: includes/widgets/htmega_business_hours.php:230
1209
- #: includes/widgets/htmega_business_hours.php:309
1210
- #: includes/widgets/htmega_business_hours.php:437
1211
- #: includes/widgets/htmega_business_hours.php:532
1212
- #: includes/widgets/htmega_business_hours.php:571
1213
- #: includes/widgets/htmega_button.php:242
1214
- #: includes/widgets/htmega_button.php:270
1215
- #: includes/widgets/htmega_button.php:365
1216
- #: includes/widgets/htmega_button.php:385
1217
- #: includes/widgets/htmega_call_to_action.php:358
1218
- #: includes/widgets/htmega_call_to_action.php:435
1219
- #: includes/widgets/htmega_call_to_action.php:720
1220
- #: includes/widgets/htmega_call_to_action.php:857
1221
- #: includes/widgets/htmega_call_to_action.php:926
1222
- #: includes/widgets/htmega_call_to_action.php:1063
1223
- #: includes/widgets/htmega_carousel.php:598
1224
- #: includes/widgets/htmega_carousel.php:773
1225
- #: includes/widgets/htmega_carousel.php:863
1226
- #: includes/widgets/htmega_carousel.php:996
1227
- #: includes/widgets/htmega_carousel.php:1102
1228
- #: includes/widgets/htmega_carousel.php:1196
1229
- #: includes/widgets/htmega_carousel.php:1329
1230
- #: includes/widgets/htmega_carousel.php:1413
1231
- #: includes/widgets/htmega_contact_form_seven.php:107
1232
- #: includes/widgets/htmega_countdown.php:413
1233
- #: includes/widgets/htmega_countdown.php:438
1234
- #: includes/widgets/htmega_countdown.php:463
1235
- #: includes/widgets/htmega_countdown.php:488
1236
- #: includes/widgets/htmega_countdown.php:513
1237
- #: includes/widgets/htmega_countdown.php:783
1238
- #: includes/widgets/htmega_countdown.php:869
1239
- #: includes/widgets/htmega_countdown.php:953
1240
- #: includes/widgets/htmega_counter.php:202
1241
- #: includes/widgets/htmega_counter.php:478
1242
- #: includes/widgets/htmega_counter.php:603
1243
- #: includes/widgets/htmega_counter.php:869
1244
- #: includes/widgets/htmega_counter.php:959
1245
- #: includes/widgets/htmega_counter.php:1048
1246
- #: includes/widgets/htmega_double_button.php:508
1247
- #: includes/widgets/htmega_double_button.php:595
1248
- #: includes/widgets/htmega_double_button.php:681
1249
- #: includes/widgets/htmega_double_button.php:767
1250
- #: includes/widgets/htmega_double_button.php:864
1251
- #: includes/widgets/htmega_dropcaps.php:131
1252
- #: includes/widgets/htmega_dropcaps.php:230
1253
- #: includes/widgets/htmega_easy_digital_download.php:544
1254
- #: includes/widgets/htmega_easy_digital_download.php:613
1255
- #: includes/widgets/htmega_googlemap.php:306
1256
- #: includes/widgets/htmega_googlemap.php:391
1257
- #: includes/widgets/htmega_googlemap.php:447
1258
- #: includes/widgets/htmega_gravity_forms.php:182
1259
- #: includes/widgets/htmega_image_comparison.php:102
1260
- #: includes/widgets/htmega_image_comparison.php:284
1261
- #: includes/widgets/htmega_image_comparison.php:365
1262
- #: includes/widgets/htmega_image_comparison.php:454
1263
- #: includes/widgets/htmega_image_comparison.php:520
1264
- #: includes/widgets/htmega_image_comparison.php:540
1265
- #: includes/widgets/htmega_image_grid.php:323
1266
- #: includes/widgets/htmega_image_grid.php:482
1267
- #: includes/widgets/htmega_image_grid.php:554
1268
- #: includes/widgets/htmega_image_marker.php:44
1269
- #: includes/widgets/htmega_image_marker.php:646
1270
- #: includes/widgets/htmega_image_marker.php:725
1271
- #: includes/widgets/htmega_image_masonry.php:298
1272
- #: includes/widgets/htmega_image_masonry.php:468
1273
- #: includes/widgets/htmega_image_masonry.php:549
1274
- #: includes/widgets/htmega_inline_menu.php:166
1275
- #: includes/widgets/htmega_inline_menu.php:265
1276
- #: includes/widgets/htmega_inline_menu.php:428
1277
- #: includes/widgets/htmega_instagram.php:625
1278
- #: includes/widgets/htmega_instagram.php:671
1279
- #: includes/widgets/htmega_instagram.php:814
1280
- #: includes/widgets/htmega_instagram.php:974
1281
- #: includes/widgets/htmega_instagram.php:1093
1282
- #: includes/widgets/htmega_instagram.php:1153
1283
- #: includes/widgets/htmega_instagram.php:1247
1284
- #: includes/widgets/htmega_instagram.php:1313
1285
- #: includes/widgets/htmega_instagram.php:1410
1286
- #: includes/widgets/htmega_lightbox.php:354
1287
- #: includes/widgets/htmega_mailchimp_for_wp.php:108
1288
- #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1289
- #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1290
- #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1291
- #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1292
- #: includes/widgets/htmega_news_ticker.php:355
1293
- #: includes/widgets/htmega_news_ticker.php:514
1294
- #: includes/widgets/htmega_news_ticker.php:643
1295
- #: includes/widgets/htmega_news_ticker.php:750
1296
- #: includes/widgets/htmega_news_ticker.php:874
1297
- #: includes/widgets/htmega_news_ticker.php:931
1298
- #: includes/widgets/htmega_ninja_forms.php:270
1299
- #: includes/widgets/htmega_notify.php:362
1300
- #: includes/widgets/htmega_notify.php:429
1301
- #: includes/widgets/htmega_notify.php:514
1302
- #: includes/widgets/htmega_notify.php:663
1303
- #: includes/widgets/htmega_offcanvas.php:354
1304
- #: includes/widgets/htmega_offcanvas.php:466
1305
- #: includes/widgets/htmega_offcanvas.php:497
1306
- #: includes/widgets/htmega_panel_slider.php:540
1307
- #: includes/widgets/htmega_panel_slider.php:599
1308
- #: includes/widgets/htmega_panel_slider.php:800
1309
- #: includes/widgets/htmega_panel_slider.php:989
1310
- #: includes/widgets/htmega_panel_slider.php:1109
1311
- #: includes/widgets/htmega_panel_slider.php:1160
1312
- #: includes/widgets/htmega_popover.php:395
1313
- #: includes/widgets/htmega_popover.php:473
1314
- #: includes/widgets/htmega_popover.php:542
1315
- #: includes/widgets/htmega_popover.php:628
1316
- #: includes/widgets/htmega_popover.php:732
1317
- #: includes/widgets/htmega_post_grid.php:227
1318
- #: includes/widgets/htmega_post_grid.php:714
1319
- #: includes/widgets/htmega_post_grid_tab.php:268
1320
- #: includes/widgets/htmega_post_grid_tab.php:344
1321
- #: includes/widgets/htmega_post_grid_tab.php:677
1322
- #: includes/widgets/htmega_post_grid_tab.php:707
1323
- #: includes/widgets/htmega_post_grid_tab.php:897
1324
- #: includes/widgets/htmega_post_grid_tab.php:947
1325
- #: includes/widgets/htmega_post_grid_tab.php:1012
1326
- #: includes/widgets/htmega_post_grid_tab.php:1070
1327
- #: includes/widgets/htmega_post_grid_tab.php:1101
1328
- #: includes/widgets/htmega_post_slider.php:657
1329
- #: includes/widgets/htmega_post_slider.php:694
1330
- #: includes/widgets/htmega_post_slider.php:717
1331
- #: includes/widgets/htmega_post_slider.php:1111
1332
- #: includes/widgets/htmega_post_slider.php:1141
1333
- #: includes/widgets/htmega_post_slider.php:1324
1334
- #: includes/widgets/htmega_post_slider.php:1374
1335
- #: includes/widgets/htmega_post_slider.php:1584
1336
- #: includes/widgets/htmega_post_slider.php:1704
1337
- #: includes/widgets/htmega_post_slider.php:1817
1338
- #: includes/widgets/htmega_post_slider.php:1868
1339
- #: includes/widgets/htmega_post_slider.php:1969
1340
- #: includes/widgets/htmega_post_slider.php:2017
1341
- #: includes/widgets/htmega_progressbar.php:479
1342
- #: includes/widgets/htmega_progressbar.php:660
1343
- #: includes/widgets/htmega_qu_forms.php:79
1344
- #: includes/widgets/htmega_qu_forms.php:167
1345
- #: includes/widgets/htmega_scroll_image.php:166
1346
- #: includes/widgets/htmega_scroll_image.php:309
1347
- #: includes/widgets/htmega_scroll_navigation.php:301
1348
- #: includes/widgets/htmega_scroll_navigation.php:395
1349
- #: includes/widgets/htmega_search.php:262
1350
- #: includes/widgets/htmega_search.php:407
1351
- #: includes/widgets/htmega_search.php:494
1352
- #: includes/widgets/htmega_search.php:624
1353
- #: includes/widgets/htmega_search.php:748
1354
- #: includes/widgets/htmega_search.php:922
1355
- #: includes/widgets/htmega_search.php:969
1356
- #: includes/widgets/htmega_section_title.php:378
1357
- #: includes/widgets/htmega_section_title.php:635
1358
- #: includes/widgets/htmega_section_title.php:866
1359
- #: includes/widgets/htmega_section_title.php:1016
1360
- #: includes/widgets/htmega_services.php:210
1361
- #: includes/widgets/htmega_services.php:278
1362
- #: includes/widgets/htmega_services.php:330
1363
- #: includes/widgets/htmega_services.php:686
1364
- #: includes/widgets/htmega_services.php:768
1365
- #: includes/widgets/htmega_services.php:813
1366
- #: includes/widgets/htmega_services.php:948
1367
- #: includes/widgets/htmega_services.php:1076
1368
- #: includes/widgets/htmega_services.php:1128
1369
- #: includes/widgets/htmega_single_post.php:305
1370
- #: includes/widgets/htmega_single_post.php:483
1371
- #: includes/widgets/htmega_slider_thumb_gallery.php:790
1372
- #: includes/widgets/htmega_slider_thumb_gallery.php:865
1373
- #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1374
- #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1375
- #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1376
- #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1377
- #: includes/widgets/htmega_socialshere.php:122
1378
- #: includes/widgets/htmega_socialshere.php:232
1379
- #: includes/widgets/htmega_socialshere.php:283
1380
- #: includes/widgets/htmega_socialshere.php:582
1381
- #: includes/widgets/htmega_socialshere.php:693
1382
- #: includes/widgets/htmega_socialshere.php:724
1383
- #: includes/widgets/htmega_special_banner.php:322
1384
- #: includes/widgets/htmega_special_banner.php:691
1385
- #: includes/widgets/htmega_special_banner.php:770
1386
- #: includes/widgets/htmega_switcher.php:284
1387
- #: includes/widgets/htmega_switcher.php:416
1388
- #: includes/widgets/htmega_switcher.php:491
1389
- #: includes/widgets/htmega_switcher.php:603 includes/widgets/htmega_tab.php:147
1390
- #: includes/widgets/htmega_tab.php:168 includes/widgets/htmega_tab.php:306
1391
- #: includes/widgets/htmega_tab.php:559 includes/widgets/htmega_tab.php:636
1392
- #: includes/widgets/htmega_tab.php:722 includes/widgets/htmega_tab.php:816
1393
- #: includes/widgets/htmega_tab.php:882 includes/widgets/htmega_table.php:162
1394
- #: includes/widgets/htmega_table.php:423 includes/widgets/htmega_table.php:499
1395
- #: includes/widgets/htmega_table.php:585 includes/widgets/htmega_table.php:878
1396
- #: includes/widgets/htmega_table.php:957
1397
- #: includes/widgets/htmega_tablepress.php:151
1398
- #: includes/widgets/htmega_tablepress.php:270
1399
- #: includes/widgets/htmega_tablepress.php:314
1400
- #: includes/widgets/htmega_teammember.php:386
1401
- #: includes/widgets/htmega_teammember.php:487
1402
- #: includes/widgets/htmega_teammember.php:523
1403
- #: includes/widgets/htmega_teammember.php:546
1404
- #: includes/widgets/htmega_testimonial_grid.php:298
1405
- #: includes/widgets/htmega_testimonial_grid.php:343
1406
- #: includes/widgets/htmega_testimonial_grid.php:644
1407
- #: includes/widgets/htmega_toggle.php:311
1408
- #: includes/widgets/htmega_toggle.php:363
1409
- #: includes/widgets/htmega_tooltip.php:372
1410
- #: includes/widgets/htmega_tooltip.php:450
1411
- #: includes/widgets/htmega_tooltip.php:525
1412
- #: includes/widgets/htmega_twitter_feed.php:552
1413
- #: includes/widgets/htmega_twitter_feed.php:1117
1414
- #: includes/widgets/htmega_twitter_feed.php:1254
1415
- #: includes/widgets/htmega_twitter_feed.php:1314
1416
- #: includes/widgets/htmega_twitter_feed.php:1443
1417
- #: includes/widgets/htmega_user_login_form.php:533
1418
- #: includes/widgets/htmega_user_login_form.php:827
1419
- #: includes/widgets/htmega_user_login_form.php:1099
1420
- #: includes/widgets/htmega_user_login_form.php:1218
1421
- #: includes/widgets/htmega_user_login_form.php:1297
1422
- #: includes/widgets/htmega_user_login_form.php:1402
1423
- #: includes/widgets/htmega_user_login_form.php:1467
1424
- #: includes/widgets/htmega_vertical_timeline.php:403
1425
- #: includes/widgets/htmega_vertical_timeline.php:444
1426
- #: includes/widgets/htmega_vertical_timeline.php:484
1427
- #: includes/widgets/htmega_vertical_timeline.php:613
1428
- #: includes/widgets/htmega_video_player.php:242
1429
- #: includes/widgets/htmega_video_player.php:357
1430
- #: includes/widgets/htmega_video_player.php:494
1431
- #: includes/widgets/htmega_wc_categories.php:184
1432
- #: includes/widgets/htmega_wc_categories.php:246
1433
- #: includes/widgets/htmega_wc_element_pages.php:1154
1434
- #: includes/widgets/htmega_wc_element_pages.php:1197
1435
- #: includes/widgets/htmega_working_process.php:200
1436
- #: includes/widgets/htmega_working_process.php:378
1437
- #: includes/widgets/htmega_working_process.php:392
1438
- #: includes/widgets/htmega_working_process.php:587
1439
- #: includes/widgets/htmega_working_process.php:802
1440
- #: includes/widgets/htmega_working_process.php:1004
1441
- #: includes/widgets/htmega_working_process.php:1083
1442
- #: includes/widgets/htmega_wpforms.php:260
1443
- #: extensions/ht-builder/widgets/bl_nav_menu.php:162
1444
- #: extensions/ht-builder/widgets/bl_nav_menu.php:247
1445
- #: extensions/ht-builder/widgets/bl_nav_menu.php:300
1446
- #: extensions/ht-builder/widgets/bl_nav_menu.php:353
1447
- #: extensions/ht-builder/widgets/bl_nav_menu.php:395
1448
- #: extensions/ht-builder/widgets/bl_nav_menu.php:448
1449
- #: extensions/ht-menu/menu/templates.php:143
1450
- #: includes/widgets/weather/htmega_weather.php:297
1451
- msgid "Background"
1452
- msgstr ""
1453
-
1454
- #: includes/widgets/htmega_booked_calender.php:661
1455
- #: includes/widgets/htmega_business_hours.php:144
1456
- #: includes/widgets/htmega_caldera_forms.php:119
1457
- #: includes/widgets/htmega_caldera_forms.php:224
1458
- #: includes/widgets/htmega_caldera_forms.php:311
1459
- #: includes/widgets/htmega_carousel.php:445
1460
- #: includes/widgets/htmega_contact_form_seven.php:183
1461
- #: includes/widgets/htmega_contact_form_seven.php:349
1462
- #: includes/widgets/htmega_contact_form_seven.php:450
1463
- #: includes/widgets/htmega_contact_form_seven.php:586
1464
- #: includes/widgets/htmega_contact_form_seven.php:674
1465
- #: includes/widgets/htmega_cuctom_event.php:342
1466
- #: includes/widgets/htmega_gravity_forms.php:270
1467
- #: includes/widgets/htmega_gravity_forms.php:422
1468
- #: includes/widgets/htmega_gravity_forms.php:509
1469
- #: includes/widgets/htmega_mailchimp_for_wp.php:187
1470
- #: includes/widgets/htmega_mailchimp_for_wp.php:375
1471
- #: includes/widgets/htmega_mailchimp_for_wp.php:463
1472
- #: includes/widgets/htmega_ninja_forms.php:358
1473
- #: includes/widgets/htmega_ninja_forms.php:468
1474
- #: includes/widgets/htmega_ninja_forms.php:620
1475
- #: includes/widgets/htmega_ninja_forms.php:707
1476
- #: includes/widgets/htmega_pricing_list_view.php:329
1477
- #: includes/widgets/htmega_pricing_list_view.php:699
1478
- #: includes/widgets/htmega_pricing_list_view.php:958
1479
- #: includes/widgets/htmega_pricing_list_view.php:1220
1480
- #: includes/widgets/htmega_pricing_list_view.php:1290
1481
- #: includes/widgets/htmega_pricing_list_view.php:1460
1482
- #: includes/widgets/htmega_pricing_list_view.php:1566
1483
- #: includes/widgets/htmega_pricing_list_view.php:1643
1484
- #: includes/widgets/htmega_pricing_list_view.php:1724
1485
- #: includes/widgets/htmega_pricing_list_view.php:1801
1486
- #: includes/widgets/htmega_qu_forms.php:255
1487
- #: includes/widgets/htmega_qu_forms.php:365
1488
- #: includes/widgets/htmega_qu_forms.php:517
1489
- #: includes/widgets/htmega_qu_forms.php:604
1490
- #: includes/widgets/htmega_vertical_timeline.php:219
1491
- #: includes/widgets/htmega_vertical_timeline.php:296
1492
- #: includes/widgets/htmega_wc_element_pages.php:101
1493
- #: includes/widgets/htmega_wc_element_pages.php:136
1494
- #: includes/widgets/htmega_wc_element_pages.php:217
1495
- #: includes/widgets/htmega_wc_element_pages.php:302
1496
- #: includes/widgets/htmega_wc_element_pages.php:378
1497
- #: includes/widgets/htmega_wc_element_pages.php:444
1498
- #: includes/widgets/htmega_wc_element_pages.php:552
1499
- #: includes/widgets/htmega_wc_element_pages.php:675
1500
- #: includes/widgets/htmega_wc_element_pages.php:729
1501
- #: includes/widgets/htmega_wc_element_pages.php:797
1502
- #: includes/widgets/htmega_wc_element_pages.php:887
1503
- #: includes/widgets/htmega_wc_element_pages.php:1000
1504
- #: includes/widgets/htmega_wc_element_pages.php:1080
1505
- #: includes/widgets/htmega_wpforms.php:348
1506
- #: includes/widgets/htmega_wpforms.php:458
1507
- #: includes/widgets/htmega_wpforms.php:610
1508
- #: includes/widgets/htmega_wpforms.php:697
1509
- #: extensions/ht-builder/widgets/bl_post_comments.php:109
1510
- #: extensions/ht-builder/widgets/bl_post_comments.php:159
1511
- #: extensions/ht-builder/widgets/bl_post_search_form.php:195
1512
- #: extensions/ht-builder/widgets/bl_post_search_form.php:269
1513
- #: extensions/ht-menu/menu/templates.php:179
1514
- #: extensions/wc-sales-notification/admin/setting.php:188
1515
- msgid "Background Color"
1516
- msgstr ""
1517
-
1518
- #: includes/widgets/htmega_pricing_list_view.php:1369
1519
- msgid "Background Color ( Even )"
1520
- msgstr ""
1521
-
1522
- #: includes/widgets/htmega_table.php:677
1523
- msgid "Background Color ( Event )"
1524
- msgstr ""
1525
-
1526
- #: includes/widgets/htmega_pricing_list_view.php:1381
1527
- #: includes/widgets/htmega_table.php:689
1528
- msgid "Background Color ( Odd )"
1529
- msgstr ""
1530
-
1531
- #: admin/include/admin-setting.php:1259 admin/include/admin-setting.php:1284
1532
- msgid "Background color option"
1533
- msgstr ""
1534
-
1535
- #: includes/widgets/htmega_counter.php:211
1536
- #: includes/widgets/weather/htmega_weather.php:218
1537
- msgid "Background Overlay"
1538
- msgstr ""
1539
-
1540
- #: extensions/ht-menu/menu/templates.php:185
1541
- msgid "Background Second Color"
1542
- msgstr ""
1543
-
1544
- #: includes/widgets/htmega_dropcaps.php:195
1545
- msgid "Backround Image as Text Color"
1546
- msgstr ""
1547
-
1548
- #: includes/widgets/htmega_scroll_image.php:233
1549
- msgid "Badge"
1550
- msgstr ""
1551
-
1552
- #: includes/widgets/htmega_special_banner.php:157
1553
- msgid "Badge Image"
1554
- msgstr ""
1555
-
1556
- #: includes/widgets/htmega_scroll_image.php:124
1557
- #: includes/widgets/htmega_scroll_image.php:128
1558
- msgid "Badge Text"
1559
- msgstr ""
1560
-
1561
- #: extensions/ht-menu/menu/templates.php:50
1562
- msgid "Badges"
1563
- msgstr ""
1564
-
1565
- #: includes/widgets/htmega_socialshere.php:76
1566
- msgid "Baidu"
1567
- msgstr ""
1568
-
1569
- #: includes/widgets/htmega_googlemap.php:103
1570
- msgid "Bangladesh"
1571
- msgstr ""
1572
-
1573
- #: includes/widgets/htmega_add_banner.php:34
1574
- #: includes/widgets/htmega_special_banner.php:35
1575
- msgid "Banner"
1576
- msgstr ""
1577
-
1578
- #: includes/widgets/htmega_special_banner.php:147
1579
- msgid "Banner Badge"
1580
- msgstr ""
1581
-
1582
- #: includes/widgets/htmega_add_banner.php:112
1583
- #: includes/widgets/htmega_special_banner.php:98
1584
- msgid "Banner Description"
1585
- msgstr ""
1586
-
1587
- #: includes/widgets/htmega_special_banner.php:313
1588
- msgid "Banner Hover Color"
1589
- msgstr ""
1590
-
1591
- #: includes/widgets/htmega_add_banner.php:119
1592
- #: includes/widgets/htmega_special_banner.php:123
1593
- msgid "Banner Link"
1594
- msgstr ""
1595
-
1596
- #: includes/widgets/htmega_add_banner.php:103
1597
- #: includes/widgets/htmega_special_banner.php:89
1598
- msgid "Banner Sub Title"
1599
- msgstr ""
1600
-
1601
- #: includes/widgets/htmega_add_banner.php:94
1602
- #: includes/widgets/htmega_special_banner.php:80
1603
- msgid "Banner Title"
1604
- msgstr ""
1605
-
1606
- #: includes/widgets/htmega_pricing_list_view.php:1151
1607
- msgid "Baseline"
1608
- msgstr ""
1609
-
1610
- #: includes/widgets/htmega_bbpress.php:13
1611
- #: includes/widgets/htmega_bbpress.php:35
1612
- msgid "Bbpress"
1613
- msgstr ""
1614
-
1615
- #: admin/include/admin-setting.php:919
1616
- msgid "bbPress"
1617
- msgstr ""
1618
-
1619
- #: includes/widgets/htmega_section_title.php:710
1620
- #: includes/widgets/htmega_section_title.php:875
1621
- msgid "Befor, After Border"
1622
- msgstr ""
1623
-
1624
- #: includes/widgets/htmega_blockquote.php:404
1625
- #: includes/widgets/htmega_image_comparison.php:156
1626
- msgid "Before"
1627
- msgstr ""
1628
-
1629
- #: includes/widgets/htmega_section_title.php:447
1630
- msgid "Before And After Border Color"
1631
- msgstr ""
1632
-
1633
- #: includes/widgets/htmega_inline_menu.php:296
1634
- #: includes/widgets/htmega_inline_menu.php:458
1635
- msgid "Before Background"
1636
- msgstr ""
1637
-
1638
- #: includes/widgets/htmega_inline_menu.php:382
1639
- #: includes/widgets/htmega_inline_menu.php:544
1640
- msgid "Before Border Botton Position"
1641
- msgstr ""
1642
-
1643
- #: includes/widgets/htmega_inline_menu.php:337
1644
- #: includes/widgets/htmega_inline_menu.php:499
1645
- msgid "Before Border Size"
1646
- msgstr ""
1647
-
1648
- #: includes/widgets/htmega_inline_menu.php:359
1649
- #: includes/widgets/htmega_inline_menu.php:521
1650
- msgid "Before Border Top Position"
1651
- msgstr ""
1652
-
1653
- #: includes/widgets/htmega_image_comparison.php:50
1654
- msgid "Before Image"
1655
- msgstr ""
1656
-
1657
- #: includes/widgets/htmega_pricing_list_view.php:81
1658
- msgid "Before Price Label"
1659
- msgstr ""
1660
-
1661
- #: includes/widgets/htmega_pricing_list_view.php:1534
1662
- msgid "Before Price Style"
1663
- msgstr ""
1664
-
1665
- #: includes/widgets/htmega_image_comparison.php:172
1666
- msgid "Before Start Amount"
1667
- msgstr ""
1668
-
1669
- #: includes/widgets/htmega_animated_heading.php:151
1670
- msgid "Before Text Style"
1671
- msgstr ""
1672
-
1673
- #: includes/widgets/htmega_image_comparison.php:154
1674
- #: includes/widgets/htmega_image_comparison.php:228
1675
- msgid "Before Title"
1676
- msgstr ""
1677
-
1678
- #: includes/widgets/htmega_inline_menu.php:311
1679
- #: includes/widgets/htmega_inline_menu.php:473
1680
- msgid "Before/After Border"
1681
- msgstr ""
1682
-
1683
- #: includes/widgets/htmega_teammember.php:175
1684
- msgid "Bio Info"
1685
- msgstr ""
1686
-
1687
- #: includes/widgets/htmega_teammember.php:864
1688
- msgid "Bio info"
1689
- msgstr ""
1690
-
1691
- #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1692
- msgid "Biography"
1693
- msgstr ""
1694
-
1695
- #: extensions/ht-builder/widgets/bl_post_archive.php:23
1696
- msgid "BL: Archive Posts"
1697
- msgstr ""
1698
-
1699
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1700
- msgid "BL: Archive Title"
1701
- msgstr ""
1702
-
1703
- #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1704
- msgid "BL: Author Info"
1705
- msgstr ""
1706
-
1707
- #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1708
- msgid "BL: Nav Menu"
1709
- msgstr ""
1710
-
1711
- #: extensions/ht-builder/widgets/bl_page_title.php:22
1712
- msgid "BL: Page Title"
1713
- msgstr ""
1714
-
1715
- #: extensions/ht-builder/widgets/bl_post_comments.php:23
1716
- msgid "BL: Post Comments"
1717
- msgstr ""
1718
-
1719
- #: extensions/ht-builder/widgets/bl_post_content.php:22
1720
- msgid "BL: Post Content"
1721
- msgstr ""
1722
-
1723
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1724
- msgid "BL: Post Excerpt"
1725
- msgstr ""
1726
-
1727
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1728
- msgid "BL: Post Featured Image"
1729
- msgstr ""
1730
-
1731
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1732
- msgid "BL: Post Meta Info"
1733
- msgstr ""
1734
-
1735
- #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1736
- msgid "BL: Post Search Form"
1737
- msgstr ""
1738
-
1739
- #: extensions/ht-builder/widgets/bl_post_title.php:23
1740
- msgid "BL: Post Title"
1741
- msgstr ""
1742
-
1743
- #: extensions/ht-builder/widgets/bl_site_logo.php:24
1744
- msgid "BL: Site Logo"
1745
- msgstr ""
1746
-
1747
- #: extensions/ht-builder/widgets/bl_site_title.php:22
1748
- msgid "BL: Site Title"
1749
- msgstr ""
1750
-
1751
- #: includes/widgets/htmega_section_title.php:616
1752
- #: includes/widgets/htmega_section_title.php:847
1753
- msgid "Block"
1754
- msgstr ""
1755
-
1756
- #: admin/include/admin-setting.php:151
1757
- #: includes/widgets/htmega_blockquote.php:13
1758
- #: includes/widgets/htmega_blockquote.php:34
1759
- msgid "Blockquote"
1760
- msgstr ""
1761
-
1762
- #: includes/widgets/htmega_blockquote.php:79
1763
- msgid "Blockquote By"
1764
- msgstr ""
1765
-
1766
- #: includes/widgets/htmega_blockquote.php:69
1767
- msgid "Blockquote Content"
1768
- msgstr ""
1769
-
1770
- #: includes/widgets/htmega_blockquote.php:149
1771
- msgid "Blockquote Position"
1772
- msgstr ""
1773
-
1774
- #: includes/widgets/htmega_blockquote.php:89
1775
- msgid "Blockquote Type"
1776
- msgstr ""
1777
-
1778
- #: admin/include/templates_list.php:34
1779
- msgid "Blocks"
1780
- msgstr ""
1781
-
1782
- #: admin/include/admin-setting.php:1250 admin/include/admin-setting.php:1275
1783
- msgid "Blog Archive Category Wise Individual layout"
1784
- msgstr ""
1785
-
1786
- #: admin/include/admin-setting.php:1251 admin/include/admin-setting.php:1276
1787
- msgid "Blog Archive Tag Wise Individual layout"
1788
- msgstr ""
1789
-
1790
- #: admin/include/admin-setting.php:1247 admin/include/admin-setting.php:1272
1791
- msgid "Blog Search Page Builder"
1792
- msgstr ""
1793
-
1794
- #: extensions/ht-builder/admin/setting.php:73
1795
- msgid "Blog Template."
1796
- msgstr ""
1797
-
1798
- #: extensions/ht-builder/widgets/bl_post_title.php:136
1799
- msgid "Blog Title"
1800
- msgstr ""
1801
-
1802
- #: includes/widgets/htmega_socialshere.php:63
1803
- msgid "Blogger"
1804
- msgstr ""
1805
-
1806
- #: includes/widgets/htmega_booked_calender.php:238
1807
- #: includes/widgets/htmega_notify.php:92
1808
- #: includes/widgets/htmega_tablepress.php:242
1809
- msgid "Body"
1810
- msgstr ""
1811
-
1812
- #: includes/widgets/htmega_booked_calender.php:13
1813
- msgid "Booked Calendar"
1814
- msgstr ""
1815
-
1816
- #: admin/include/admin-setting.php:929
1817
- #: includes/widgets/htmega_booked_calender.php:35
1818
- msgid "Booked Calender"
1819
- msgstr ""
1820
-
1821
- #: includes/widgets/htmega_notify.php:223
1822
- msgid "Bootstrap Column Width"
1823
- msgstr ""
1824
-
1825
- #: includes/widgets/htmega_404_content.php:328
1826
- #: includes/widgets/htmega_404_content.php:407
1827
- #: includes/widgets/htmega_404_content.php:486
1828
- #: includes/widgets/htmega_404_content.php:608
1829
- #: includes/widgets/htmega_404_content.php:659
1830
- #: includes/widgets/htmega_404_content.php:759
1831
- #: includes/widgets/htmega_404_content.php:810
1832
- #: includes/widgets/htmega_accordion.php:515
1833
- #: includes/widgets/htmega_accordion.php:599
1834
- #: includes/widgets/htmega_accordion.php:769
1835
- #: includes/widgets/htmega_accordion.php:867
1836
- #: includes/widgets/htmega_accordion.php:1041
1837
- #: includes/widgets/htmega_accordion.php:1152
1838
- #: includes/widgets/htmega_accordion.php:1289
1839
- #: includes/widgets/htmega_add_banner.php:188
1840
- #: includes/widgets/htmega_add_banner.php:216
1841
- #: includes/widgets/htmega_add_banner.php:276
1842
- #: includes/widgets/htmega_add_banner.php:330
1843
- #: includes/widgets/htmega_add_banner.php:648
1844
- #: includes/widgets/htmega_add_banner.php:727
1845
- #: includes/widgets/htmega_animated_heading.php:183
1846
- #: includes/widgets/htmega_animated_heading.php:314
1847
- #: includes/widgets/htmega_animated_heading.php:402
1848
- #: includes/widgets/htmega_blockquote.php:247
1849
- #: includes/widgets/htmega_blockquote.php:381
1850
- #: includes/widgets/htmega_blockquote.php:556
1851
- #: includes/widgets/htmega_blockquote.php:736
1852
- #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1853
- #: includes/widgets/htmega_buddy_press.php:177
1854
- #: includes/widgets/htmega_business_hours.php:269
1855
- #: includes/widgets/htmega_business_hours.php:345
1856
- #: includes/widgets/htmega_business_hours.php:473
1857
- #: includes/widgets/htmega_button.php:222
1858
- #: includes/widgets/htmega_button.php:345
1859
- #: includes/widgets/htmega_button.php:549
1860
- #: includes/widgets/htmega_caldera_forms.php:166
1861
- #: includes/widgets/htmega_caldera_forms.php:236
1862
- #: includes/widgets/htmega_call_to_action.php:401
1863
- #: includes/widgets/htmega_call_to_action.php:478
1864
- #: includes/widgets/htmega_call_to_action.php:757
1865
- #: includes/widgets/htmega_call_to_action.php:837
1866
- #: includes/widgets/htmega_call_to_action.php:963
1867
- #: includes/widgets/htmega_call_to_action.php:1043
1868
- #: includes/widgets/htmega_carousel.php:512
1869
- #: includes/widgets/htmega_carousel.php:608
1870
- #: includes/widgets/htmega_carousel.php:783
1871
- #: includes/widgets/htmega_carousel.php:873
1872
- #: includes/widgets/htmega_carousel.php:1006
1873
- #: includes/widgets/htmega_carousel.php:1112
1874
- #: includes/widgets/htmega_carousel.php:1206
1875
- #: includes/widgets/htmega_carousel.php:1339
1876
- #: includes/widgets/htmega_carousel.php:1423
1877
- #: includes/widgets/htmega_contact_form_seven.php:255
1878
- #: includes/widgets/htmega_contact_form_seven.php:393
1879
- #: includes/widgets/htmega_contact_form_seven.php:481
1880
- #: includes/widgets/htmega_contact_form_seven.php:624
1881
- #: includes/widgets/htmega_contact_form_seven.php:686
1882
- #: includes/widgets/htmega_countdown.php:535
1883
- #: includes/widgets/htmega_countdown.php:547
1884
- #: includes/widgets/htmega_countdown.php:796
1885
- #: includes/widgets/htmega_countdown.php:963
1886
- #: includes/widgets/htmega_countdown.php:1073
1887
- #: includes/widgets/htmega_countdown.php:1158
1888
- #: includes/widgets/htmega_counter.php:253
1889
- #: includes/widgets/htmega_counter.php:515
1890
- #: includes/widgets/htmega_counter.php:638
1891
- #: includes/widgets/htmega_counter.php:906
1892
- #: includes/widgets/htmega_counter.php:994
1893
- #: includes/widgets/htmega_counter.php:1084
1894
- #: includes/widgets/htmega_cuctom_event.php:419
1895
- #: includes/widgets/htmega_cuctom_event.php:461
1896
- #: includes/widgets/htmega_double_button.php:392
1897
- #: includes/widgets/htmega_double_button.php:422
1898
- #: includes/widgets/htmega_double_button.php:488
1899
- #: includes/widgets/htmega_double_button.php:575
1900
- #: includes/widgets/htmega_double_button.php:661
1901
- #: includes/widgets/htmega_double_button.php:747
1902
- #: includes/widgets/htmega_double_button.php:844
1903
- #: includes/widgets/htmega_download_monitor.php:183
1904
- #: includes/widgets/htmega_download_monitor.php:256
1905
- #: includes/widgets/htmega_dropcaps.php:166
1906
- #: includes/widgets/htmega_dropcaps.php:267
1907
- #: includes/widgets/htmega_easy_digital_download.php:274
1908
- #: includes/widgets/htmega_easy_digital_download.php:555
1909
- #: includes/widgets/htmega_easy_digital_download.php:624
1910
- #: includes/widgets/htmega_gallery_justify.php:77
1911
- #: includes/widgets/htmega_googlemap.php:316
1912
- #: includes/widgets/htmega_googlemap.php:457
1913
- #: includes/widgets/htmega_gravity_forms.php:213
1914
- #: includes/widgets/htmega_gravity_forms.php:346
1915
- #: includes/widgets/htmega_gravity_forms.php:460
1916
- #: includes/widgets/htmega_gravity_forms.php:521
1917
- #: includes/widgets/htmega_image_comparison.php:125
1918
- #: includes/widgets/htmega_image_comparison.php:263
1919
- #: includes/widgets/htmega_image_comparison.php:344
1920
- #: includes/widgets/htmega_image_comparison.php:399
1921
- #: includes/widgets/htmega_image_comparison.php:433
1922
- #: includes/widgets/htmega_image_comparison.php:550
1923
- #: includes/widgets/htmega_image_grid.php:221
1924
- #: includes/widgets/htmega_image_grid.php:514
1925
- #: includes/widgets/htmega_image_grid.php:573
1926
- #: includes/widgets/htmega_image_magnifier.php:111
1927
- #: includes/widgets/htmega_image_marker.php:656
1928
- #: includes/widgets/htmega_image_marker.php:735
1929
- #: includes/widgets/htmega_image_marker.php:868
1930
- #: includes/widgets/htmega_image_masonry.php:211
1931
- #: includes/widgets/htmega_image_masonry.php:500
1932
- #: includes/widgets/htmega_image_masonry.php:568
1933
- #: includes/widgets/htmega_inline_menu.php:201
1934
- #: includes/widgets/htmega_inline_menu.php:275
1935
- #: includes/widgets/htmega_inline_menu.php:438
1936
- #: includes/widgets/htmega_instagram.php:706
1937
- #: includes/widgets/htmega_instagram.php:836
1938
- #: includes/widgets/htmega_instagram.php:984
1939
- #: includes/widgets/htmega_instagram.php:1103
1940
- #: includes/widgets/htmega_instagram.php:1163
1941
- #: includes/widgets/htmega_instagram.php:1257
1942
- #: includes/widgets/htmega_instagram.php:1323
1943
- #: includes/widgets/htmega_instagram.php:1459
1944
- #: includes/widgets/htmega_lightbox.php:265
1945
- #: includes/widgets/htmega_lightbox.php:453
1946
- #: includes/widgets/htmega_mailchimp_for_wp.php:230
1947
- #: includes/widgets/htmega_mailchimp_for_wp.php:413
1948
- #: includes/widgets/htmega_mailchimp_for_wp.php:475
1949
- #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
1950
- #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
1951
- #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
1952
- #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
1953
- #: includes/widgets/htmega_news_ticker.php:365
1954
- #: includes/widgets/htmega_news_ticker.php:537
1955
- #: includes/widgets/htmega_news_ticker.php:796
1956
- #: includes/widgets/htmega_news_ticker.php:884
1957
- #: includes/widgets/htmega_news_ticker.php:941
1958
- #: includes/widgets/htmega_ninja_forms.php:158
1959
- #: includes/widgets/htmega_ninja_forms.php:237
1960
- #: includes/widgets/htmega_ninja_forms.php:301
1961
- #: includes/widgets/htmega_ninja_forms.php:437
1962
- #: includes/widgets/htmega_ninja_forms.php:545
1963
- #: includes/widgets/htmega_ninja_forms.php:658
1964
- #: includes/widgets/htmega_ninja_forms.php:719
1965
- #: includes/widgets/htmega_notify.php:342
1966
- #: includes/widgets/htmega_notify.php:440
1967
- #: includes/widgets/htmega_notify.php:494
1968
- #: includes/widgets/htmega_offcanvas.php:446
1969
- #: includes/widgets/htmega_offcanvas.php:507
1970
- #: includes/widgets/htmega_panel_slider.php:515
1971
- #: includes/widgets/htmega_panel_slider.php:810
1972
- #: includes/widgets/htmega_panel_slider.php:999
1973
- #: includes/widgets/htmega_panel_slider.php:1131
1974
- #: includes/widgets/htmega_panel_slider.php:1170
1975
- #: includes/widgets/htmega_popover.php:405
1976
- #: includes/widgets/htmega_popover.php:483
1977
- #: includes/widgets/htmega_popover.php:562
1978
- #: includes/widgets/htmega_popover.php:638
1979
- #: includes/widgets/htmega_popover.php:742
1980
- #: includes/widgets/htmega_post_grid_tab.php:278
1981
- #: includes/widgets/htmega_post_grid_tab.php:354
1982
- #: includes/widgets/htmega_post_grid_tab.php:907
1983
- #: includes/widgets/htmega_post_grid_tab.php:957
1984
- #: includes/widgets/htmega_post_grid_tab.php:1021
1985
- #: includes/widgets/htmega_post_grid_tab.php:1079
1986
- #: includes/widgets/htmega_post_grid_tab.php:1111
1987
- #: includes/widgets/htmega_post_slider.php:778
1988
- #: includes/widgets/htmega_post_slider.php:1334
1989
- #: includes/widgets/htmega_post_slider.php:1384
1990
- #: includes/widgets/htmega_post_slider.php:1594
1991
- #: includes/widgets/htmega_post_slider.php:1714
1992
- #: includes/widgets/htmega_post_slider.php:1839
1993
- #: includes/widgets/htmega_post_slider.php:1878
1994
- #: includes/widgets/htmega_post_slider.php:1950
1995
- #: includes/widgets/htmega_post_slider.php:2027
1996
- #: includes/widgets/htmega_pricing_list_view.php:912
1997
- #: includes/widgets/htmega_pricing_list_view.php:1257
1998
- #: includes/widgets/htmega_pricing_list_view.php:1336
1999
- #: includes/widgets/htmega_pricing_list_view.php:1427
2000
- #: includes/widgets/htmega_progressbar.php:353
2001
- #: includes/widgets/htmega_progressbar.php:489
2002
- #: includes/widgets/htmega_progressbar.php:607
2003
- #: includes/widgets/htmega_progressbar.php:698
2004
- #: includes/widgets/htmega_progressbar.php:790
2005
- #: includes/widgets/htmega_qu_forms.php:110
2006
- #: includes/widgets/htmega_qu_forms.php:198
2007
- #: includes/widgets/htmega_qu_forms.php:334
2008
- #: includes/widgets/htmega_qu_forms.php:442
2009
- #: includes/widgets/htmega_qu_forms.php:555
2010
- #: includes/widgets/htmega_qu_forms.php:616
2011
- #: includes/widgets/htmega_scroll_image.php:76
2012
- #: includes/widgets/htmega_scroll_image.php:176
2013
- #: includes/widgets/htmega_scroll_image.php:336
2014
- #: includes/widgets/htmega_scroll_navigation.php:311
2015
- #: includes/widgets/htmega_scroll_navigation.php:405
2016
- #: includes/widgets/htmega_search.php:369
2017
- #: includes/widgets/htmega_search.php:582
2018
- #: includes/widgets/htmega_search.php:634
2019
- #: includes/widgets/htmega_search.php:820
2020
- #: includes/widgets/htmega_search.php:982
2021
- #: includes/widgets/htmega_section_title.php:439
2022
- #: includes/widgets/htmega_section_title.php:567
2023
- #: includes/widgets/htmega_section_title.php:800
2024
- #: includes/widgets/htmega_section_title.php:981
2025
- #: includes/widgets/htmega_services.php:219
2026
- #: includes/widgets/htmega_services.php:287
2027
- #: includes/widgets/htmega_services.php:340
2028
- #: includes/widgets/htmega_services.php:696
2029
- #: includes/widgets/htmega_services.php:778
2030
- #: includes/widgets/htmega_services.php:958
2031
- #: includes/widgets/htmega_services.php:1086
2032
- #: includes/widgets/htmega_services.php:1138
2033
- #: includes/widgets/htmega_slider_thumb_gallery.php:875
2034
- #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2035
- #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2036
- #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2037
- #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2038
- #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2039
- #: includes/widgets/htmega_socialshere.php:132
2040
- #: includes/widgets/htmega_socialshere.php:160
2041
- #: includes/widgets/htmega_socialshere.php:242
2042
- #: includes/widgets/htmega_socialshere.php:293
2043
- #: includes/widgets/htmega_socialshere.php:438
2044
- #: includes/widgets/htmega_socialshere.php:573
2045
- #: includes/widgets/htmega_special_banner.php:671
2046
- #: includes/widgets/htmega_special_banner.php:750
2047
- #: includes/widgets/htmega_switcher.php:297
2048
- #: includes/widgets/htmega_switcher.php:440
2049
- #: includes/widgets/htmega_switcher.php:515
2050
- #: includes/widgets/htmega_switcher.php:613 includes/widgets/htmega_tab.php:316
2051
- #: includes/widgets/htmega_tab.php:594 includes/widgets/htmega_tab.php:646
2052
- #: includes/widgets/htmega_tab.php:732 includes/widgets/htmega_tab.php:827
2053
- #: includes/widgets/htmega_tab.php:892 includes/widgets/htmega_table.php:172
2054
- #: includes/widgets/htmega_table.php:436 includes/widgets/htmega_table.php:534
2055
- #: includes/widgets/htmega_table.php:616 includes/widgets/htmega_table.php:735
2056
- #: includes/widgets/htmega_table.php:839 includes/widgets/htmega_table.php:891
2057
- #: includes/widgets/htmega_table.php:970
2058
- #: includes/widgets/htmega_tablepress.php:132
2059
- #: includes/widgets/htmega_tablepress.php:188
2060
- #: includes/widgets/htmega_tablepress.php:251
2061
- #: includes/widgets/htmega_teammember.php:359
2062
- #: includes/widgets/htmega_teammember.php:500
2063
- #: includes/widgets/htmega_teammember.php:558
2064
- #: includes/widgets/htmega_teammember.php:1020
2065
- #: includes/widgets/htmega_testimonial_grid.php:307
2066
- #: includes/widgets/htmega_testimonial_grid.php:352
2067
- #: includes/widgets/htmega_testimonial_grid.php:397
2068
- #: includes/widgets/htmega_toggle.php:321
2069
- #: includes/widgets/htmega_toggle.php:373
2070
- #: includes/widgets/htmega_tooltip.php:382
2071
- #: includes/widgets/htmega_tooltip.php:460
2072
- #: includes/widgets/htmega_twitter_feed.php:597
2073
- #: includes/widgets/htmega_twitter_feed.php:766
2074
- #: includes/widgets/htmega_twitter_feed.php:1015
2075
- #: includes/widgets/htmega_twitter_feed.php:1127
2076
- #: includes/widgets/htmega_twitter_feed.php:1264
2077
- #: includes/widgets/htmega_twitter_feed.php:1324
2078
- #: includes/widgets/htmega_twitter_feed.php:1453
2079
- #: includes/widgets/htmega_user_login_form.php:903
2080
- #: includes/widgets/htmega_user_login_form.php:1176
2081
- #: includes/widgets/htmega_user_login_form.php:1228
2082
- #: includes/widgets/htmega_user_login_form.php:1360
2083
- #: includes/widgets/htmega_user_login_form.php:1412
2084
- #: includes/widgets/htmega_user_login_form.php:1502
2085
- #: includes/widgets/htmega_vertical_timeline.php:363
2086
- #: includes/widgets/htmega_video_player.php:263
2087
- #: includes/widgets/htmega_video_player.php:422
2088
- #: includes/widgets/htmega_video_player.php:464
2089
- #: includes/widgets/htmega_wc_categories.php:194
2090
- #: includes/widgets/htmega_wc_categories.php:256
2091
- #: includes/widgets/htmega_wc_categories.php:428
2092
- #: includes/widgets/htmega_wc_categories.php:456
2093
- #: includes/widgets/htmega_wc_element_pages.php:160
2094
- #: includes/widgets/htmega_wc_element_pages.php:229
2095
- #: includes/widgets/htmega_wc_element_pages.php:390
2096
- #: includes/widgets/htmega_wc_element_pages.php:456
2097
- #: includes/widgets/htmega_wc_element_pages.php:624
2098
- #: includes/widgets/htmega_wc_element_pages.php:741
2099
- #: includes/widgets/htmega_wc_element_pages.php:937
2100
- #: includes/widgets/htmega_wc_element_pages.php:1012
2101
- #: includes/widgets/htmega_working_process.php:432
2102
- #: includes/widgets/htmega_working_process.php:690
2103
- #: includes/widgets/htmega_working_process.php:769
2104
- #: includes/widgets/htmega_working_process.php:869
2105
- #: includes/widgets/htmega_working_process.php:984
2106
- #: includes/widgets/htmega_working_process.php:1092
2107
- #: includes/widgets/htmega_wpforms.php:150
2108
- #: includes/widgets/htmega_wpforms.php:229
2109
- #: includes/widgets/htmega_wpforms.php:291
2110
- #: includes/widgets/htmega_wpforms.php:427
2111
- #: includes/widgets/htmega_wpforms.php:535
2112
- #: includes/widgets/htmega_wpforms.php:648
2113
- #: includes/widgets/htmega_wpforms.php:709
2114
- #: extensions/ht-builder/widgets/bl_nav_menu.php:185
2115
- #: extensions/ht-builder/widgets/bl_nav_menu.php:257
2116
- #: extensions/ht-builder/widgets/bl_nav_menu.php:310
2117
- #: extensions/ht-builder/widgets/bl_nav_menu.php:418
2118
- #: extensions/ht-builder/widgets/bl_nav_menu.php:458
2119
- #: extensions/ht-builder/widgets/bl_page_title.php:87
2120
- #: extensions/ht-builder/widgets/bl_post_archive.php:278
2121
- #: extensions/ht-builder/widgets/bl_post_archive.php:742
2122
- #: extensions/ht-builder/widgets/bl_post_archive.php:808
2123
- #: extensions/ht-builder/widgets/bl_post_archive.php:878
2124
- #: extensions/ht-builder/widgets/bl_post_archive.php:933
2125
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2126
- #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2127
- #: extensions/ht-builder/widgets/bl_post_comments.php:69
2128
- #: extensions/ht-builder/widgets/bl_post_comments.php:130
2129
- #: extensions/ht-builder/widgets/bl_post_comments.php:171
2130
- #: extensions/ht-builder/widgets/bl_post_search_form.php:131
2131
- #: extensions/ht-builder/widgets/bl_post_search_form.php:216
2132
- #: extensions/ht-builder/widgets/bl_post_search_form.php:281
2133
- #: extensions/ht-builder/widgets/bl_site_logo.php:108
2134
- #: extensions/ht-builder/widgets/bl_site_title.php:89
2135
- #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2136
- #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2137
- #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2138
- #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2139
- #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2140
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2141
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2142
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2143
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2144
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2145
- #: includes/widgets/weather/htmega_weather.php:288
2146
- #: includes/widgets/weather/htmega_weather.php:326
2147
- msgid "Border"
2148
- msgstr ""
2149
-
2150
- #: includes/widgets/htmega_counter.php:764
2151
- msgid "Border After Color"
2152
- msgstr ""
2153
-
2154
- #: includes/widgets/htmega_image_marker.php:789
2155
- msgid "Border Background"
2156
- msgstr ""
2157
-
2158
- #: includes/widgets/htmega_booked_calender.php:366
2159
- #: includes/widgets/htmega_booked_calender.php:672
2160
- #: includes/widgets/htmega_booked_calender.php:817
2161
- #: includes/widgets/htmega_caldera_forms.php:322
2162
- #: includes/widgets/htmega_tablepress.php:293
2163
- #: includes/widgets/htmega_tablepress.php:337
2164
- #: includes/widgets/htmega_wc_element_pages.php:313
2165
- #: includes/widgets/htmega_wc_element_pages.php:808
2166
- #: includes/widgets/htmega_wc_element_pages.php:1091
2167
- msgid "Border Color"
2168
- msgstr ""
2169
-
2170
- #: includes/widgets/htmega_progressbar.php:366
2171
- msgid "Border color"
2172
- msgstr ""
2173
-
2174
- #: includes/widgets/htmega_search.php:398
2175
- msgid "Border Focus Color"
2176
- msgstr ""
2177
-
2178
- #: includes/widgets/htmega_section_title.php:747
2179
- #: includes/widgets/htmega_section_title.php:909
2180
- msgid "Border Height"
2181
- msgstr ""
2182
-
2183
- #: includes/widgets/htmega_404_content.php:336
2184
- #: includes/widgets/htmega_404_content.php:415
2185
- #: includes/widgets/htmega_404_content.php:494
2186
- #: includes/widgets/htmega_404_content.php:616
2187
- #: includes/widgets/htmega_404_content.php:667
2188
- #: includes/widgets/htmega_404_content.php:767
2189
- #: includes/widgets/htmega_404_content.php:818
2190
- #: includes/widgets/htmega_accordion.php:523
2191
- #: includes/widgets/htmega_accordion.php:607
2192
- #: includes/widgets/htmega_accordion.php:777
2193
- #: includes/widgets/htmega_accordion.php:876
2194
- #: includes/widgets/htmega_accordion.php:1049
2195
- #: includes/widgets/htmega_accordion.php:1160
2196
- #: includes/widgets/htmega_accordion.php:1297
2197
- #: includes/widgets/htmega_add_banner.php:284
2198
- #: includes/widgets/htmega_add_banner.php:338
2199
- #: includes/widgets/htmega_add_banner.php:656
2200
- #: includes/widgets/htmega_add_banner.php:735
2201
- #: includes/widgets/htmega_animated_heading.php:191
2202
- #: includes/widgets/htmega_animated_heading.php:322
2203
- #: includes/widgets/htmega_animated_heading.php:410
2204
- #: includes/widgets/htmega_blockquote.php:255
2205
- #: includes/widgets/htmega_blockquote.php:389
2206
- #: includes/widgets/htmega_blockquote.php:564
2207
- #: includes/widgets/htmega_blockquote.php:744
2208
- #: includes/widgets/htmega_booked_calender.php:599
2209
- #: includes/widgets/htmega_booked_calender.php:745
2210
- #: includes/widgets/htmega_brand.php:366
2211
- #: includes/widgets/htmega_buddy_press.php:185
2212
- #: includes/widgets/htmega_business_hours.php:277
2213
- #: includes/widgets/htmega_business_hours.php:353
2214
- #: includes/widgets/htmega_business_hours.php:481
2215
- #: includes/widgets/htmega_button.php:230
2216
- #: includes/widgets/htmega_button.php:353
2217
- #: includes/widgets/htmega_button.php:557
2218
- #: includes/widgets/htmega_caldera_forms.php:177
2219
- #: includes/widgets/htmega_caldera_forms.php:247
2220
- #: includes/widgets/htmega_call_to_action.php:409
2221
- #: includes/widgets/htmega_call_to_action.php:486
2222
- #: includes/widgets/htmega_call_to_action.php:765
2223
- #: includes/widgets/htmega_call_to_action.php:845
2224
- #: includes/widgets/htmega_call_to_action.php:971
2225
- #: includes/widgets/htmega_call_to_action.php:1051
2226
- #: includes/widgets/htmega_carousel.php:520
2227
- #: includes/widgets/htmega_carousel.php:616
2228
- #: includes/widgets/htmega_carousel.php:791
2229
- #: includes/widgets/htmega_carousel.php:881
2230
- #: includes/widgets/htmega_carousel.php:1014
2231
- #: includes/widgets/htmega_carousel.php:1120
2232
- #: includes/widgets/htmega_carousel.php:1214
2233
- #: includes/widgets/htmega_carousel.php:1347
2234
- #: includes/widgets/htmega_carousel.php:1431
2235
- #: includes/widgets/htmega_contact_form_seven.php:263
2236
- #: includes/widgets/htmega_contact_form_seven.php:401
2237
- #: includes/widgets/htmega_contact_form_seven.php:489
2238
- #: includes/widgets/htmega_contact_form_seven.php:632
2239
- #: includes/widgets/htmega_countdown.php:559
2240
- #: includes/widgets/htmega_countdown.php:807
2241
- #: includes/widgets/htmega_countdown.php:971
2242
- #: includes/widgets/htmega_countdown.php:1084
2243
- #: includes/widgets/htmega_countdown.php:1169
2244
- #: includes/widgets/htmega_counter.php:261
2245
- #: includes/widgets/htmega_counter.php:523
2246
- #: includes/widgets/htmega_counter.php:646
2247
- #: includes/widgets/htmega_counter.php:914
2248
- #: includes/widgets/htmega_counter.php:1002
2249
- #: includes/widgets/htmega_counter.php:1092
2250
- #: includes/widgets/htmega_cuctom_event.php:427
2251
- #: includes/widgets/htmega_double_button.php:276
2252
- #: includes/widgets/htmega_double_button.php:400
2253
- #: includes/widgets/htmega_double_button.php:430
2254
- #: includes/widgets/htmega_double_button.php:496
2255
- #: includes/widgets/htmega_double_button.php:583
2256
- #: includes/widgets/htmega_double_button.php:669
2257
- #: includes/widgets/htmega_double_button.php:755
2258
- #: includes/widgets/htmega_double_button.php:852
2259
- #: includes/widgets/htmega_download_monitor.php:194
2260
- #: includes/widgets/htmega_download_monitor.php:267
2261
- #: includes/widgets/htmega_dropcaps.php:174
2262
- #: includes/widgets/htmega_dropcaps.php:276
2263
- #: includes/widgets/htmega_easy_digital_download.php:283
2264
- #: includes/widgets/htmega_easy_digital_download.php:566
2265
- #: includes/widgets/htmega_easy_digital_download.php:634
2266
- #: includes/widgets/htmega_gallery_justify.php:85
2267
- #: includes/widgets/htmega_googlemap.php:325
2268
- #: includes/widgets/htmega_googlemap.php:466
2269
- #: includes/widgets/htmega_gravity_forms.php:221
2270
- #: includes/widgets/htmega_gravity_forms.php:355
2271
- #: includes/widgets/htmega_gravity_forms.php:468
2272
- #: includes/widgets/htmega_image_comparison.php:133
2273
- #: includes/widgets/htmega_image_comparison.php:271
2274
- #: includes/widgets/htmega_image_comparison.php:352
2275
- #: includes/widgets/htmega_image_comparison.php:441
2276
- #: includes/widgets/htmega_image_grid.php:229
2277
- #: includes/widgets/htmega_image_grid.php:522
2278
- #: includes/widgets/htmega_image_grid.php:581
2279
- #: includes/widgets/htmega_image_magnifier.php:119
2280
- #: includes/widgets/htmega_image_marker.php:664
2281
- #: includes/widgets/htmega_image_marker.php:876
2282
- #: includes/widgets/htmega_image_masonry.php:219
2283
- #: includes/widgets/htmega_image_masonry.php:508
2284
- #: includes/widgets/htmega_image_masonry.php:576
2285
- #: includes/widgets/htmega_inline_menu.php:209
2286
- #: includes/widgets/htmega_inline_menu.php:283
2287
- #: includes/widgets/htmega_inline_menu.php:446
2288
- #: includes/widgets/htmega_instagram.php:714
2289
- #: includes/widgets/htmega_instagram.php:844
2290
- #: includes/widgets/htmega_instagram.php:992
2291
- #: includes/widgets/htmega_instagram.php:1111
2292
- #: includes/widgets/htmega_instagram.php:1171
2293
- #: includes/widgets/htmega_instagram.php:1265
2294
- #: includes/widgets/htmega_instagram.php:1331
2295
- #: includes/widgets/htmega_instagram.php:1468
2296
- #: includes/widgets/htmega_lightbox.php:273
2297
- #: includes/widgets/htmega_lightbox.php:461
2298
- #: includes/widgets/htmega_mailchimp_for_wp.php:238
2299
- #: includes/widgets/htmega_mailchimp_for_wp.php:421
2300
- #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2301
- #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2302
- #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2303
- #: includes/widgets/htmega_modal.php:964
2304
- #: includes/widgets/htmega_news_ticker.php:373
2305
- #: includes/widgets/htmega_news_ticker.php:548
2306
- #: includes/widgets/htmega_news_ticker.php:685
2307
- #: includes/widgets/htmega_news_ticker.php:804
2308
- #: includes/widgets/htmega_news_ticker.php:949
2309
- #: includes/widgets/htmega_ninja_forms.php:166
2310
- #: includes/widgets/htmega_ninja_forms.php:245
2311
- #: includes/widgets/htmega_ninja_forms.php:309
2312
- #: includes/widgets/htmega_ninja_forms.php:445
2313
- #: includes/widgets/htmega_ninja_forms.php:553
2314
- #: includes/widgets/htmega_ninja_forms.php:666
2315
- #: includes/widgets/htmega_notify.php:350
2316
- #: includes/widgets/htmega_notify.php:502
2317
- #: includes/widgets/htmega_notify.php:805
2318
- #: includes/widgets/htmega_offcanvas.php:454
2319
- #: includes/widgets/htmega_panel_slider.php:526
2320
- #: includes/widgets/htmega_panel_slider.php:818
2321
- #: includes/widgets/htmega_panel_slider.php:1007
2322
- #: includes/widgets/htmega_panel_slider.php:1139
2323
- #: includes/widgets/htmega_panel_slider.php:1178
2324
- #: includes/widgets/htmega_popover.php:413
2325
- #: includes/widgets/htmega_popover.php:570
2326
- #: includes/widgets/htmega_popover.php:646
2327
- #: includes/widgets/htmega_popover.php:750
2328
- #: includes/widgets/htmega_post_grid_tab.php:286
2329
- #: includes/widgets/htmega_post_grid_tab.php:362
2330
- #: includes/widgets/htmega_post_grid_tab.php:915
2331
- #: includes/widgets/htmega_post_grid_tab.php:965
2332
- #: includes/widgets/htmega_post_grid_tab.php:1028
2333
- #: includes/widgets/htmega_post_grid_tab.php:1119
2334
- #: includes/widgets/htmega_post_slider.php:636
2335
- #: includes/widgets/htmega_post_slider.php:789
2336
- #: includes/widgets/htmega_post_slider.php:1342
2337
- #: includes/widgets/htmega_post_slider.php:1392
2338
- #: includes/widgets/htmega_post_slider.php:1602
2339
- #: includes/widgets/htmega_post_slider.php:1722
2340
- #: includes/widgets/htmega_post_slider.php:1847
2341
- #: includes/widgets/htmega_post_slider.php:1886
2342
- #: includes/widgets/htmega_post_slider.php:1958
2343
- #: includes/widgets/htmega_post_slider.php:2035
2344
- #: includes/widgets/htmega_pricing_list_view.php:417
2345
- #: includes/widgets/htmega_pricing_list_view.php:812
2346
- #: includes/widgets/htmega_pricing_list_view.php:935
2347
- #: includes/widgets/htmega_pricing_list_view.php:1046
2348
- #: includes/widgets/htmega_pricing_list_view.php:1265
2349
- #: includes/widgets/htmega_pricing_list_view.php:1344
2350
- #: includes/widgets/htmega_pricing_list_view.php:1435
2351
- #: includes/widgets/htmega_pricing_list_view.php:1472
2352
- #: includes/widgets/htmega_pricing_list_view.php:1578
2353
- #: includes/widgets/htmega_pricing_list_view.php:1736
2354
- #: includes/widgets/htmega_pricing_list_view.php:1813
2355
- #: includes/widgets/htmega_progressbar.php:497
2356
- #: includes/widgets/htmega_progressbar.php:706
2357
- #: includes/widgets/htmega_progressbar.php:798
2358
- #: includes/widgets/htmega_qu_forms.php:118
2359
- #: includes/widgets/htmega_qu_forms.php:206
2360
- #: includes/widgets/htmega_qu_forms.php:342
2361
- #: includes/widgets/htmega_qu_forms.php:450
2362
- #: includes/widgets/htmega_qu_forms.php:563
2363
- #: includes/widgets/htmega_scroll_image.php:184
2364
- #: includes/widgets/htmega_scroll_image.php:344
2365
- #: includes/widgets/htmega_scroll_navigation.php:319
2366
- #: includes/widgets/htmega_scroll_navigation.php:413
2367
- #: includes/widgets/htmega_search.php:378
2368
- #: includes/widgets/htmega_search.php:591
2369
- #: includes/widgets/htmega_search.php:643
2370
- #: includes/widgets/htmega_search.php:832
2371
- #: includes/widgets/htmega_search.php:994
2372
- #: includes/widgets/htmega_section_title.php:576
2373
- #: includes/widgets/htmega_section_title.php:808
2374
- #: includes/widgets/htmega_section_title.php:990
2375
- #: includes/widgets/htmega_services.php:227
2376
- #: includes/widgets/htmega_services.php:295
2377
- #: includes/widgets/htmega_services.php:704
2378
- #: includes/widgets/htmega_services.php:785
2379
- #: includes/widgets/htmega_services.php:966
2380
- #: includes/widgets/htmega_services.php:1094
2381
- #: includes/widgets/htmega_services.php:1146
2382
- #: includes/widgets/htmega_slider_thumb_gallery.php:883
2383
- #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2384
- #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2385
- #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2386
- #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2387
- #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2388
- #: includes/widgets/htmega_socialshere.php:250
2389
- #: includes/widgets/htmega_socialshere.php:422
2390
- #: includes/widgets/htmega_socialshere.php:591
2391
- #: includes/widgets/htmega_special_banner.php:679
2392
- #: includes/widgets/htmega_special_banner.php:758
2393
- #: includes/widgets/htmega_switcher.php:308
2394
- #: includes/widgets/htmega_switcher.php:451
2395
- #: includes/widgets/htmega_switcher.php:526
2396
- #: includes/widgets/htmega_switcher.php:621 includes/widgets/htmega_tab.php:325
2397
- #: includes/widgets/htmega_tab.php:602 includes/widgets/htmega_tab.php:654
2398
- #: includes/widgets/htmega_tab.php:740 includes/widgets/htmega_tab.php:835
2399
- #: includes/widgets/htmega_tab.php:900 includes/widgets/htmega_table.php:180
2400
- #: includes/widgets/htmega_table.php:542 includes/widgets/htmega_table.php:624
2401
- #: includes/widgets/htmega_table.php:743
2402
- #: includes/widgets/htmega_teammember.php:371
2403
- #: includes/widgets/htmega_teammember.php:569
2404
- #: includes/widgets/htmega_teammember.php:1028
2405
- #: includes/widgets/htmega_testimonial_grid.php:315
2406
- #: includes/widgets/htmega_testimonial_grid.php:405
2407
- #: includes/widgets/htmega_testimonial_grid.php:629
2408
- #: includes/widgets/htmega_toggle.php:329
2409
- #: includes/widgets/htmega_tooltip.php:390
2410
- #: includes/widgets/htmega_tooltip.php:534
2411
- #: includes/widgets/htmega_twitter_feed.php:605
2412
- #: includes/widgets/htmega_twitter_feed.php:777
2413
- #: includes/widgets/htmega_twitter_feed.php:1135
2414
- #: includes/widgets/htmega_twitter_feed.php:1272
2415
- #: includes/widgets/htmega_twitter_feed.php:1332
2416
- #: includes/widgets/htmega_twitter_feed.php:1461
2417
- #: includes/widgets/htmega_user_login_form.php:573
2418
- #: includes/widgets/htmega_user_login_form.php:912
2419
- #: includes/widgets/htmega_user_login_form.php:1185
2420
- #: includes/widgets/htmega_user_login_form.php:1237
2421
- #: includes/widgets/htmega_user_login_form.php:1369
2422
- #: includes/widgets/htmega_user_login_form.php:1421
2423
- #: includes/widgets/htmega_user_login_form.php:1511
2424
- #: includes/widgets/htmega_vertical_timeline.php:235
2425
- #: includes/widgets/htmega_vertical_timeline.php:374
2426
- #: includes/widgets/htmega_video_player.php:271
2427
- #: includes/widgets/htmega_video_player.php:443
2428
- #: includes/widgets/htmega_video_player.php:471
2429
- #: includes/widgets/htmega_wc_categories.php:202
2430
- #: includes/widgets/htmega_wc_categories.php:264
2431
- #: includes/widgets/htmega_wc_categories.php:436
2432
- #: includes/widgets/htmega_wc_categories.php:464
2433
- #: includes/widgets/htmega_wc_element_pages.php:168
2434
- #: includes/widgets/htmega_wc_element_pages.php:238
2435
- #: includes/widgets/htmega_wc_element_pages.php:398
2436
- #: includes/widgets/htmega_wc_element_pages.php:464
2437
- #: includes/widgets/htmega_wc_element_pages.php:637
2438
- #: includes/widgets/htmega_wc_element_pages.php:752
2439
- #: includes/widgets/htmega_wc_element_pages.php:950
2440
- #: includes/widgets/htmega_wc_element_pages.php:1023
2441
- #: includes/widgets/htmega_working_process.php:440
2442
- #: includes/widgets/htmega_working_process.php:698
2443
- #: includes/widgets/htmega_working_process.php:777
2444
- #: includes/widgets/htmega_working_process.php:877
2445
- #: includes/widgets/htmega_working_process.php:992
2446
- #: includes/widgets/htmega_wpforms.php:158
2447
- #: includes/widgets/htmega_wpforms.php:237
2448
- #: includes/widgets/htmega_wpforms.php:299
2449
- #: includes/widgets/htmega_wpforms.php:435
2450
- #: includes/widgets/htmega_wpforms.php:543
2451
- #: includes/widgets/htmega_wpforms.php:656
2452
- #: extensions/ht-builder/widgets/bl_nav_menu.php:193
2453
- #: extensions/ht-builder/widgets/bl_nav_menu.php:265
2454
- #: extensions/ht-builder/widgets/bl_nav_menu.php:318
2455
- #: extensions/ht-builder/widgets/bl_page_title.php:96
2456
- #: extensions/ht-builder/widgets/bl_post_archive.php:286
2457
- #: extensions/ht-builder/widgets/bl_post_archive.php:750
2458
- #: extensions/ht-builder/widgets/bl_post_archive.php:816
2459
- #: extensions/ht-builder/widgets/bl_post_archive.php:886
2460
- #: extensions/ht-builder/widgets/bl_post_archive.php:941
2461
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2462
- #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2463
- #: extensions/ht-builder/widgets/bl_post_search_form.php:139
2464
- #: extensions/ht-builder/widgets/bl_post_search_form.php:224
2465
- #: extensions/ht-builder/widgets/bl_site_logo.php:117
2466
- #: extensions/ht-builder/widgets/bl_site_title.php:98
2467
- #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2468
- #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2469
- #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2470
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2471
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2472
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2473
- msgid "Border Radius"
2474
- msgstr ""
2475
-
2476
- #: includes/widgets/htmega_progressbar.php:377
2477
- msgid "Border Radius aaa"
2478
- msgstr ""
2479
-
2480
- #: includes/widgets/htmega_news_ticker.php:814
2481
- #: includes/widgets/htmega_panel_slider.php:828
2482
- msgid "Border Radius Next Button"
2483
- msgstr ""
2484
-
2485
- #: includes/widgets/htmega_add_banner.php:231
2486
- #: includes/widgets/htmega_services.php:802
2487
- msgid "Border Style"
2488
- msgstr ""
2489
-
2490
- #: includes/widgets/htmega_counter.php:784
2491
- #: includes/widgets/htmega_section_title.php:725
2492
- #: includes/widgets/htmega_section_title.php:887
2493
- #: includes/widgets/htmega_working_process.php:249
2494
- msgid "Border Width"
2495
- msgstr ""
2496
-
2497
- #: includes/widgets/htmega_pricing_list_view.php:578
2498
- msgid "Both"
2499
- msgstr ""
2500
-
2501
- #: includes/widgets/htmega_add_banner.php:64
2502
- #: includes/widgets/htmega_button.php:114
2503
- #: includes/widgets/htmega_image_comparison.php:187
2504
- #: includes/widgets/htmega_image_marker.php:207
2505
- #: includes/widgets/htmega_offcanvas.php:98
2506
- #: includes/widgets/htmega_popover.php:196
2507
- #: includes/widgets/htmega_pricing_list_view.php:508
2508
- #: includes/widgets/htmega_pricing_list_view.php:1163
2509
- #: includes/widgets/htmega_pricing_list_view.php:1193
2510
- #: includes/widgets/htmega_section_title.php:165
2511
- #: includes/widgets/htmega_section_title.php:240
2512
- #: includes/widgets/htmega_single_post.php:62
2513
- #: includes/widgets/htmega_slider_thumb_gallery.php:54
2514
- #: includes/widgets/htmega_special_banner.php:48
2515
- #: includes/widgets/htmega_teammember.php:108
2516
- #: includes/widgets/htmega_tooltip.php:184
2517
- #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2518
- msgid "Bottom"
2519
- msgstr ""
2520
-
2521
- #: includes/widgets/htmega_notify.php:109
2522
- msgid "Bottom Center"
2523
- msgstr ""
2524
-
2525
- #: includes/widgets/htmega_notify.php:112
2526
- msgid "Bottom Fullwidth"
2527
- msgstr ""
2528
-
2529
- #: includes/widgets/htmega_notify.php:108
2530
- #: extensions/wc-sales-notification/admin/setting.php:82
2531
- msgid "Bottom Left"
2532
- msgstr ""
2533
-
2534
- #: includes/widgets/htmega_notify.php:110
2535
- msgid "Bottom Right"
2536
- msgstr ""
2537
-
2538
- #: includes/widgets/htmega_notify.php:158
2539
- #: includes/widgets/htmega_notify.php:193
2540
- msgid "bounceIn"
2541
- msgstr ""
2542
-
2543
- #: includes/widgets/htmega_notify.php:159
2544
- #: includes/widgets/htmega_notify.php:194
2545
- msgid "bounceInDown"
2546
- msgstr ""
2547
-
2548
- #: includes/widgets/htmega_notify.php:160
2549
- #: includes/widgets/htmega_notify.php:195
2550
- msgid "bounceInLeft"
2551
- msgstr ""
2552
-
2553
- #: includes/widgets/htmega_notify.php:161
2554
- #: includes/widgets/htmega_notify.php:196
2555
- msgid "bounceInRight"
2556
- msgstr ""
2557
-
2558
- #: includes/widgets/htmega_notify.php:162
2559
- #: includes/widgets/htmega_notify.php:197
2560
- msgid "bounceInUp"
2561
- msgstr ""
2562
-
2563
- #: includes/widgets/htmega_notify.php:140
2564
- #: includes/widgets/htmega_notify.php:175
2565
- msgid "bounceOut"
2566
- msgstr ""
2567
-
2568
- #: includes/widgets/htmega_notify.php:141
2569
- #: includes/widgets/htmega_notify.php:176
2570
- msgid "bounceOutDown"
2571
- msgstr ""
2572
-
2573
- #: includes/widgets/htmega_notify.php:142
2574
- #: includes/widgets/htmega_notify.php:177
2575
- msgid "bounceOutLeft"
2576
- msgstr ""
2577
-
2578
- #: includes/widgets/htmega_notify.php:143
2579
- #: includes/widgets/htmega_notify.php:178
2580
- msgid "bounceOutRight"
2581
- msgstr ""
2582
-
2583
- #: includes/widgets/htmega_notify.php:144
2584
- #: includes/widgets/htmega_notify.php:179
2585
- msgid "bounceOutUp"
2586
- msgstr ""
2587
-
2588
- #: includes/widgets/htmega_counter.php:350
2589
- msgid "Box Width"
2590
- msgstr ""
2591
-
2592
- #: includes/widgets/htmega_vertical_timeline.php:473
2593
- msgid "Box Background"
2594
- msgstr ""
2595
-
2596
- #: includes/widgets/htmega_vertical_timeline.php:391
2597
- msgid "Box Border"
2598
- msgstr ""
2599
-
2600
- #: includes/widgets/htmega_counter.php:380
2601
- msgid "Box Height"
2602
- msgstr ""
2603
-
2604
- #: includes/widgets/htmega_news_ticker.php:655
2605
- msgid "Box Height and Width"
2606
- msgstr ""
2607
-
2608
- #: includes/widgets/htmega_carousel.php:421
2609
- msgid "Box Option"
2610
- msgstr ""
2611
-
2612
- #: includes/widgets/htmega_accordion.php:536
2613
- #: includes/widgets/htmega_accordion.php:620
2614
- #: includes/widgets/htmega_accordion.php:790
2615
- #: includes/widgets/htmega_accordion.php:890
2616
- #: includes/widgets/htmega_accordion.php:1062
2617
- #: includes/widgets/htmega_accordion.php:1173
2618
- #: includes/widgets/htmega_accordion.php:1310
2619
- #: includes/widgets/htmega_animated_heading.php:214
2620
- #: includes/widgets/htmega_animated_heading.php:345
2621
- #: includes/widgets/htmega_animated_heading.php:433
2622
- #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2623
- #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2624
- #: includes/widgets/htmega_buddy_press.php:208
2625
- #: includes/widgets/htmega_business_hours.php:289
2626
- #: includes/widgets/htmega_business_hours.php:365
2627
- #: includes/widgets/htmega_business_hours.php:493
2628
- #: includes/widgets/htmega_button.php:288
2629
- #: includes/widgets/htmega_button.php:403
2630
- #: includes/widgets/htmega_button.php:592
2631
- #: includes/widgets/htmega_call_to_action.php:392
2632
- #: includes/widgets/htmega_call_to_action.php:469
2633
- #: includes/widgets/htmega_call_to_action.php:777
2634
- #: includes/widgets/htmega_call_to_action.php:868
2635
- #: includes/widgets/htmega_call_to_action.php:983
2636
- #: includes/widgets/htmega_call_to_action.php:1074
2637
- #: includes/widgets/htmega_contact_form_seven.php:645
2638
- #: includes/widgets/htmega_countdown.php:526
2639
- #: includes/widgets/htmega_counter.php:275
2640
- #: includes/widgets/htmega_double_button.php:289
2641
- #: includes/widgets/htmega_double_button.php:519
2642
- #: includes/widgets/htmega_double_button.php:606
2643
- #: includes/widgets/htmega_double_button.php:692
2644
- #: includes/widgets/htmega_double_button.php:778
2645
- #: includes/widgets/htmega_double_button.php:875
2646
- #: includes/widgets/htmega_gallery_justify.php:98
2647
- #: includes/widgets/htmega_gravity_forms.php:480
2648
- #: includes/widgets/htmega_image_grid.php:244
2649
- #: includes/widgets/htmega_image_grid.php:492
2650
- #: includes/widgets/htmega_image_grid.php:564
2651
- #: includes/widgets/htmega_image_magnifier.php:133
2652
- #: includes/widgets/htmega_image_masonry.php:234
2653
- #: includes/widgets/htmega_image_masonry.php:478
2654
- #: includes/widgets/htmega_image_masonry.php:559
2655
- #: includes/widgets/htmega_inline_menu.php:223
2656
- #: includes/widgets/htmega_lightbox.php:285
2657
- #: includes/widgets/htmega_lightbox.php:473
2658
- #: includes/widgets/htmega_mailchimp_for_wp.php:434
2659
- #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2660
- #: includes/widgets/htmega_ninja_forms.php:678
2661
- #: includes/widgets/htmega_notify.php:373
2662
- #: includes/widgets/htmega_panel_slider.php:549
2663
- #: includes/widgets/htmega_panel_slider.php:840
2664
- #: includes/widgets/htmega_panel_slider.php:1018
2665
- #: includes/widgets/htmega_popover.php:552
2666
- #: includes/widgets/htmega_progressbar.php:512
2667
- #: includes/widgets/htmega_progressbar.php:720
2668
- #: includes/widgets/htmega_progressbar.php:812
2669
- #: includes/widgets/htmega_qu_forms.php:575
2670
- #: includes/widgets/htmega_scroll_image.php:222
2671
- #: includes/widgets/htmega_section_title.php:972
2672
- #: includes/widgets/htmega_socialshere.php:447
2673
- #: includes/widgets/htmega_table.php:190 includes/widgets/htmega_table.php:553
2674
- #: includes/widgets/htmega_teammember.php:399
2675
- #: includes/widgets/htmega_teammember.php:1039
2676
- #: includes/widgets/htmega_testimonial_grid.php:326
2677
- #: includes/widgets/htmega_testimonial_grid.php:375
2678
- #: includes/widgets/htmega_testimonial_grid.php:669
2679
- #: includes/widgets/htmega_twitter_feed.php:562
2680
- #: includes/widgets/htmega_user_login_form.php:609
2681
- #: includes/widgets/htmega_vertical_timeline.php:262
2682
- #: includes/widgets/htmega_video_player.php:284
2683
- #: includes/widgets/htmega_wc_categories.php:227
2684
- #: includes/widgets/htmega_working_process.php:812
2685
- #: includes/widgets/htmega_working_process.php:1053
2686
- #: includes/widgets/htmega_wpforms.php:668
2687
- #: extensions/ht-builder/widgets/bl_nav_menu.php:206
2688
- #: extensions/ht-builder/widgets/bl_nav_menu.php:363
2689
- #: includes/widgets/weather/htmega_weather.php:307
2690
- msgid "Box Shadow"
2691
- msgstr ""
2692
-
2693
- #: includes/widgets/htmega_double_button.php:805
2694
- msgid "Box Size"
2695
- msgstr ""
2696
-
2697
- #: includes/widgets/htmega_add_banner.php:146
2698
- #: includes/widgets/htmega_call_to_action.php:318
2699
- #: includes/widgets/htmega_counter.php:194
2700
- #: includes/widgets/htmega_image_comparison.php:93
2701
- #: includes/widgets/htmega_image_grid.php:186
2702
- #: includes/widgets/htmega_image_masonry.php:166
2703
- #: includes/widgets/htmega_lightbox.php:184
2704
- #: includes/widgets/htmega_services.php:165
2705
- #: includes/widgets/htmega_working_process.php:191
2706
- msgid "Box Style"
2707
- msgstr ""
2708
-
2709
- #: includes/widgets/htmega_vertical_timeline.php:432
2710
- msgid "Box Style Reverse"
2711
- msgstr ""
2712
-
2713
- #: includes/widgets/htmega_post_slider.php:805
2714
- msgid "Box Width"
2715
- msgstr ""
2716
-
2717
- #: includes/widgets/htmega_brand.php:157
2718
- msgid "Brand Logo"
2719
- msgstr ""
2720
-
2721
- #: admin/include/admin-setting.php:159 includes/widgets/htmega_brand.php:13
2722
- #: includes/widgets/htmega_brand.php:35
2723
- msgid "Brands"
2724
- msgstr ""
2725
-
2726
- #: includes/widgets/htmega_news_ticker.php:70
2727
- msgid "Breaking News"
2728
- msgstr ""
2729
-
2730
- #: admin/include/admin-setting.php:939
2731
- #: includes/widgets/htmega_buddy_press.php:13
2732
- #: includes/widgets/htmega_buddy_press.php:35
2733
- msgid "BuddyPress"
2734
- msgstr ""
2735
-
2736
- #: includes/widgets/htmega_socialshere.php:72
2737
- msgid "Buffer"
2738
- msgstr ""
2739
-
2740
- #: includes/widgets/htmega_business_hours.php:60
2741
- msgid "Business Hour Title"
2742
- msgstr ""
2743
-
2744
- #: admin/include/admin-setting.php:167
2745
- #: includes/widgets/htmega_business_hours.php:14
2746
- #: includes/widgets/htmega_business_hours.php:36
2747
- msgid "Business Hours"
2748
- msgstr ""
2749
-
2750
- #: includes/widgets/htmega_business_hours.php:71
2751
- msgid "Business Hours​"
2752
- msgstr ""
2753
-
2754
- #: admin/include/admin-setting.php:175
2755
- #: includes/widgets/htmega_404_content.php:118
2756
- #: includes/widgets/htmega_add_banner.php:607
2757
- #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:35
2758
- #: includes/widgets/htmega_contact_form_seven.php:531
2759
- #: includes/widgets/htmega_cuctom_event.php:378
2760
- #: includes/widgets/htmega_double_button.php:101
2761
- #: includes/widgets/htmega_double_button.php:188
2762
- #: includes/widgets/htmega_double_button.php:314
2763
- #: includes/widgets/htmega_download_monitor.php:102
2764
- #: includes/widgets/htmega_easy_digital_download.php:511
2765
- #: includes/widgets/htmega_gravity_forms.php:370
2766
- #: includes/widgets/htmega_lightbox.php:118
2767
- #: includes/widgets/htmega_mailchimp_for_wp.php:282
2768
- #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2769
- #: includes/widgets/htmega_ninja_forms.php:568
2770
- #: includes/widgets/htmega_notify.php:43 includes/widgets/htmega_notify.php:303
2771
- #: includes/widgets/htmega_offcanvas.php:168
2772
- #: includes/widgets/htmega_offcanvas.php:396
2773
- #: includes/widgets/htmega_popover.php:321
2774
- #: includes/widgets/htmega_pricing_list_view.php:582
2775
- #: includes/widgets/htmega_qu_forms.php:465
2776
- #: includes/widgets/htmega_services.php:1010
2777
- #: includes/widgets/htmega_special_banner.php:630
2778
- #: includes/widgets/htmega_toggle.php:184
2779
- #: includes/widgets/htmega_tooltip.php:297
2780
- #: includes/widgets/htmega_video_player.php:325
2781
- #: includes/widgets/htmega_wc_element_pages.php:967
2782
- #: includes/widgets/htmega_wpforms.php:558
2783
- #: extensions/ht-builder/widgets/bl_post_search_form.php:166
2784
- msgid "Button"
2785
- msgstr ""
2786
-
2787
- #: includes/widgets/htmega_double_button.php:268
2788
- msgid "Button Area"
2789
- msgstr ""
2790
-
2791
- #: includes/widgets/htmega_pricing_list_view.php:862
2792
- msgid "Button Background"
2793
- msgstr ""
2794
-
2795
- #: includes/widgets/htmega_tooltip.php:229
2796
- msgid "Button Box Style"
2797
- msgstr ""
2798
-
2799
- #: includes/widgets/htmega_instagram_feed.php:175
2800
- msgid "Button Color"
2801
- msgstr ""
2802
-
2803
- #: includes/widgets/htmega_pricing_list_view.php:874
2804
- msgid "Button Hover Background"
2805
- msgstr ""
2806
-
2807
- #: includes/widgets/htmega_button.php:411
2808
- msgid "Button Hover Effect"
2809
- msgstr ""
2810
-
2811
- #: includes/widgets/htmega_button.php:474
2812
- msgid "Button Hover Shadow"
2813
- msgstr ""
2814
-
2815
- #: includes/widgets/htmega_instagram.php:1367
2816
- #: includes/widgets/htmega_offcanvas.php:183
2817
- #: includes/widgets/htmega_video_player.php:111
2818
- msgid "Button Icon"
2819
- msgstr ""
2820
-
2821
- #: includes/widgets/htmega_search.php:68
2822
- msgid "Button Icon Type"
2823
- msgstr ""
2824
-
2825
- #: includes/widgets/htmega_404_content.php:144
2826
- #: includes/widgets/htmega_404_content.php:192
2827
- msgid "Button Icons"
2828
- msgstr ""
2829
-
2830
- #: includes/widgets/htmega_video_player.php:122
2831
- msgid "Button Infinity Animation"
2832
- msgstr ""
2833
-
2834
- #: includes/widgets/htmega_socialshere.php:605
2835
- msgid "Button Line Height"
2836
- msgstr ""
2837
-
2838
- #: includes/widgets/htmega_404_content.php:156
2839
- #: includes/widgets/htmega_404_content.php:204
2840
- #: includes/widgets/htmega_call_to_action.php:239
2841
- msgid "Button Link"
2842
- msgstr ""
2843
-
2844
- #: includes/widgets/htmega_double_button.php:93
2845
- #: includes/widgets/htmega_double_button.php:448
2846
- msgid "Button One"
2847
- msgstr ""
2848
-
2849
- #: includes/widgets/htmega_pricing_list_view.php:921
2850
- msgid "Button Padding"
2851
- msgstr ""
2852
-
2853
- #: includes/widgets/htmega_button.php:82
2854
- #: includes/widgets/htmega_double_button.php:42
2855
- msgid "Button Size"
2856
- msgstr ""
2857
-
2858
- #: includes/widgets/htmega_button.php:42 includes/widgets/htmega_button.php:183
2859
- #: includes/widgets/htmega_countdown.php:1015
2860
- #: includes/widgets/htmega_download_monitor.php:128
2861
- #: includes/widgets/htmega_wc_element_pages.php:688
2862
- msgid "Button Style"
2863
- msgstr ""
2864
-
2865
- #: includes/widgets/htmega_404_content.php:134
2866
- #: includes/widgets/htmega_404_content.php:183
2867
- #: includes/widgets/htmega_add_banner.php:134
2868
- #: includes/widgets/htmega_add_banner.php:136
2869
- #: includes/widgets/htmega_call_to_action.php:138
2870
- #: includes/widgets/htmega_call_to_action.php:232
2871
- #: includes/widgets/htmega_instagram_feed.php:97
2872
- #: includes/widgets/htmega_notify.php:50
2873
- #: includes/widgets/htmega_offcanvas.php:174
2874
- #: includes/widgets/htmega_popover.php:72
2875
- #: includes/widgets/htmega_special_banner.php:138
2876
- #: includes/widgets/htmega_special_banner.php:140
2877
- #: includes/widgets/htmega_user_login_form.php:333
2878
- #: includes/widgets/htmega_video_player.php:70
2879
- #: extensions/ht-builder/widgets/bl_post_search_form.php:86
2880
- msgid "Button Text"
2881
- msgstr ""
2882
-
2883
- #: includes/widgets/htmega_instagram_feed.php:187
2884
- msgid "Button Text Color"
2885
- msgstr ""
2886
-
2887
- #: includes/widgets/htmega_double_button.php:180
2888
- #: includes/widgets/htmega_double_button.php:621
2889
- msgid "Button Two"
2890
- msgstr ""
2891
-
2892
- #: includes/widgets/htmega_popover.php:48
2893
- #: includes/widgets/htmega_tooltip.php:48
2894
- #: extensions/ht-builder/widgets/bl_post_search_form.php:54
2895
- msgid "Button Type"
2896
- msgstr ""
2897
-
2898
- #: includes/widgets/htmega_double_button.php:347
2899
- msgid "Button Width"
2900
- msgstr ""
2901
-
2902
- #: includes/class.assests.php:378 admin/include/admin-setting.php:1289
2903
- #: admin/include/template-library.php:280
2904
- #: admin/include/template-library.php:332
2905
- #: includes/recommended-plugins/class.recommended-plugins.php:122
2906
- #: includes/recommended-plugins/class.recommended-plugins.php:284
2907
- msgid "Buy Now"
2908
- msgstr ""
2909
-
2910
- #: includes/recommended-plugins/class.recommended-plugins.php:270
2911
- msgid "By "
2912
- msgstr ""
2913
-
2914
- #: includes/widgets/htmega_easy_digital_download.php:134
2915
- #: includes/widgets/htmega_wc_categories.php:82
2916
- msgid "By Parent"
2917
- msgstr ""
2918
-
2919
- #: includes/widgets/weather/htmega_weather.php:57
2920
- msgid "C"
2921
- msgstr ""
2922
-
2923
- #: includes/widgets/htmega_instagram.php:108
2924
- msgid "Cache Time Duration"
2925
- msgstr ""
2926
-
2927
- #: admin/include/admin-setting.php:949
2928
- #: includes/widgets/htmega_caldera_forms.php:13
2929
- #: includes/widgets/htmega_caldera_forms.php:35
2930
- msgid "Caldera Form"
2931
- msgstr ""
2932
-
2933
- #: includes/widgets/htmega_booked_calender.php:839
2934
- msgid "Calendar"
2935
- msgstr ""
2936
-
2937
- #: includes/widgets/htmega_booked_calender.php:861
2938
- msgid "Calendar Icon Background"
2939
- msgstr ""
2940
-
2941
- #: includes/widgets/htmega_booked_calender.php:850
2942
- msgid "Calendar Icon Color"
2943
- msgstr ""
2944
-
2945
- #: includes/widgets/htmega_booked_calender.php:903
2946
- msgid "Calendar Icon Padding"
2947
- msgstr ""
2948
-
2949
- #: includes/widgets/htmega_booked_calender.php:883
2950
- msgid "Calendar Icon Radius"
2951
- msgstr ""
2952
-
2953
- #: includes/widgets/htmega_booked_calender.php:154
2954
- msgid "Calendar Size"
2955
- msgstr ""
2956
-
2957
- #: admin/include/admin-setting.php:183
2958
- #: includes/widgets/htmega_call_to_action.php:13
2959
- #: includes/widgets/htmega_call_to_action.php:32
2960
- msgid "Call To Action"
2961
- msgstr ""
2962
-
2963
- #: includes/widgets/htmega_instagram.php:858
2964
- msgid "Caption"
2965
- msgstr ""
2966
-
2967
- #: includes/widgets/htmega_testimonial_grid.php:168
2968
- #: includes/widgets/htmega_testimonial_grid.php:226
2969
- msgid "Carolina Monntoya"
2970
- msgstr ""
2971
-
2972
- #: admin/include/admin-setting.php:191 includes/widgets/htmega_carousel.php:13
2973
- #: includes/widgets/htmega_carousel.php:43
2974
- msgid "Carousel"
2975
- msgstr ""
2976
-
2977
- #: includes/widgets/htmega_wc_element_pages.php:51
2978
- msgid "Cart Page"
2979
- msgstr ""
2980
-
2981
- #: includes/widgets/htmega_easy_digital_download.php:148
2982
- #: includes/widgets/htmega_news_ticker.php:198
2983
- #: includes/widgets/htmega_news_ticker.php:212
2984
- #: includes/widgets/htmega_post_grid.php:79
2985
- #: includes/widgets/htmega_post_grid.php:93
2986
- #: includes/widgets/htmega_post_grid_tab.php:86
2987
- #: includes/widgets/htmega_post_grid_tab.php:100
2988
- #: includes/widgets/htmega_post_slider.php:90
2989
- #: includes/widgets/htmega_post_slider.php:104
2990
- #: includes/widgets/htmega_wc_categories.php:34
2991
- #: includes/widgets/htmega_wc_categories.php:96
2992
- msgid "Categories"
2993
- msgstr ""
2994
-
2995
- #: includes/widgets/htmega_post_grid.php:189
2996
- #: includes/widgets/htmega_post_grid.php:658
2997
- #: includes/widgets/htmega_post_grid_tab.php:213
2998
- #: includes/widgets/htmega_post_grid_tab.php:610
2999
- #: includes/widgets/htmega_post_slider.php:245
3000
- #: includes/widgets/htmega_post_slider.php:1045
3001
- #: includes/widgets/htmega_single_post.php:120
3002
- #: includes/widgets/htmega_single_post.php:249
3003
- #: extensions/ht-builder/widgets/bl_post_archive.php:539
3004
- msgid "Category"
3005
- msgstr ""
3006
-
3007
- #: includes/widgets/htmega_wc_categories.php:165
3008
- msgid "Category Area"
3009
- msgstr ""
3010
-
3011
- #: includes/widgets/htmega_pricing_list_view.php:592
3012
- #: includes/widgets/htmega_table.php:267
3013
- msgid "Cell Content"
3014
- msgstr ""
3015
-
3016
- #: includes/widgets/htmega_table.php:280
3017
- msgid "Cell Icon"
3018
- msgstr ""
3019
-
3020
- #: includes/widgets/htmega_table.php:337
3021
- msgid "Cell Image"
3022
- msgstr ""
3023
-
3024
- #: includes/widgets/htmega_pricing_list_view.php:609
3025
- msgid "Cell Label"
3026
- msgstr ""
3027
-
3028
- #: includes/widgets/htmega_table.php:410
3029
- msgid "Cell Styles"
3030
- msgstr ""
3031
-
3032
- #: includes/widgets/htmega_404_content.php:245
3033
- #: includes/widgets/htmega_accordion.php:474
3034
- #: includes/widgets/htmega_accordion.php:665
3035
- #: includes/widgets/htmega_accordion.php:823
3036
- #: includes/widgets/htmega_accordion.php:1209
3037
- #: includes/widgets/htmega_accordion.php:1327
3038
- #: includes/widgets/htmega_add_banner.php:63
3039
- #: includes/widgets/htmega_add_banner.php:372
3040
- #: includes/widgets/htmega_blockquote.php:187
3041
- #: includes/widgets/htmega_buddy_press.php:250
3042
- #: includes/widgets/htmega_business_hours.php:395
3043
- #: includes/widgets/htmega_button.php:158
3044
- #: includes/widgets/htmega_call_to_action.php:334
3045
- #: includes/widgets/htmega_carousel.php:841
3046
- #: includes/widgets/htmega_contact_form_seven.php:124
3047
- #: includes/widgets/htmega_countdown.php:615
3048
- #: includes/widgets/htmega_countdown.php:647
3049
- #: includes/widgets/htmega_counter.php:292
3050
- #: includes/widgets/htmega_counter.php:325
3051
- #: includes/widgets/htmega_counter.php:431
3052
- #: includes/widgets/htmega_counter.php:557
3053
- #: includes/widgets/htmega_double_button.php:329
3054
- #: includes/widgets/htmega_dropcaps.php:88
3055
- #: includes/widgets/htmega_easy_digital_download.php:314
3056
- #: includes/widgets/htmega_image_comparison.php:186
3057
- #: includes/widgets/htmega_image_grid.php:287
3058
- #: includes/widgets/htmega_image_grid.php:384
3059
- #: includes/widgets/htmega_image_marker.php:706
3060
- #: includes/widgets/htmega_image_masonry.php:262
3061
- #: includes/widgets/htmega_image_masonry.php:359
3062
- #: includes/widgets/htmega_inline_menu.php:125
3063
- #: includes/widgets/htmega_instagram.php:1488
3064
- #: includes/widgets/htmega_lightbox.php:200
3065
- #: includes/widgets/htmega_lightbox.php:313
3066
- #: includes/widgets/htmega_mailchimp_for_wp.php:125
3067
- #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3068
- #: includes/widgets/htmega_news_ticker.php:458
3069
- #: includes/widgets/htmega_notify.php:278
3070
- #: includes/widgets/htmega_notify.php:558
3071
- #: includes/widgets/htmega_notify.php:824
3072
- #: includes/widgets/htmega_offcanvas.php:279
3073
- #: includes/widgets/htmega_offcanvas.php:371
3074
- #: includes/widgets/htmega_panel_slider.php:567
3075
- #: includes/widgets/htmega_popover.php:269
3076
- #: includes/widgets/htmega_popover.php:665
3077
- #: includes/widgets/htmega_popover.php:769
3078
- #: includes/widgets/htmega_post_grid.php:297
3079
- #: includes/widgets/htmega_post_grid.php:521
3080
- #: includes/widgets/htmega_post_grid.php:634
3081
- #: includes/widgets/htmega_post_grid_tab.php:405
3082
- #: includes/widgets/htmega_post_grid_tab.php:499
3083
- #: includes/widgets/htmega_post_grid_tab.php:586
3084
- #: includes/widgets/htmega_post_grid_tab.php:809
3085
- #: includes/widgets/htmega_post_slider.php:840
3086
- #: includes/widgets/htmega_post_slider.php:934
3087
- #: includes/widgets/htmega_post_slider.php:1021
3088
- #: includes/widgets/htmega_post_slider.php:1237
3089
- #: includes/widgets/htmega_pricing_list_view.php:469
3090
- #: includes/widgets/htmega_pricing_list_view.php:1124
3091
- #: includes/widgets/htmega_search.php:160
3092
- #: includes/widgets/htmega_section_title.php:161
3093
- #: includes/widgets/htmega_section_title.php:419
3094
- #: includes/widgets/htmega_services.php:245
3095
- #: includes/widgets/htmega_services.php:429
3096
- #: includes/widgets/htmega_services.php:534
3097
- #: includes/widgets/htmega_services.php:723
3098
- #: includes/widgets/htmega_services.php:985
3099
- #: includes/widgets/htmega_single_post.php:225
3100
- #: includes/widgets/htmega_single_post.php:321
3101
- #: includes/widgets/htmega_single_post.php:428
3102
- #: includes/widgets/htmega_socialshere.php:369
3103
- #: includes/widgets/htmega_special_banner.php:47
3104
- #: includes/widgets/htmega_special_banner.php:269
3105
- #: includes/widgets/htmega_tab.php:517 includes/widgets/htmega_table.php:643
3106
- #: includes/widgets/htmega_table.php:762
3107
- #: includes/widgets/htmega_tablepress.php:217
3108
- #: includes/widgets/htmega_tablepress.php:374
3109
- #: includes/widgets/htmega_teammember.php:620
3110
- #: includes/widgets/htmega_teammember.php:749
3111
- #: includes/widgets/htmega_teammember.php:839
3112
- #: includes/widgets/htmega_teammember.php:930
3113
- #: includes/widgets/htmega_teammember.php:997
3114
- #: includes/widgets/htmega_testimonial_grid.php:557
3115
- #: includes/widgets/htmega_toggle.php:200
3116
- #: includes/widgets/htmega_tooltip.php:245
3117
- #: includes/widgets/htmega_user_login_form.php:144
3118
- #: includes/widgets/htmega_user_login_form.php:350
3119
- #: includes/widgets/htmega_user_login_form.php:406
3120
- #: includes/widgets/htmega_user_login_form.php:550
3121
- #: includes/widgets/htmega_video_player.php:300
3122
- #: includes/widgets/htmega_wc_categories.php:353
3123
- #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3124
- #: extensions/ht-builder/widgets/bl_nav_menu.php:499
3125
- #: extensions/ht-builder/widgets/bl_page_title.php:141
3126
- #: extensions/ht-builder/widgets/bl_post_archive.php:306
3127
- #: extensions/ht-builder/widgets/bl_post_archive.php:387
3128
- #: extensions/ht-builder/widgets/bl_post_archive.php:494
3129
- #: extensions/ht-builder/widgets/bl_post_archive.php:600
3130
- #: extensions/ht-builder/widgets/bl_post_archive.php:680
3131
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3132
- #: extensions/ht-builder/widgets/bl_post_content.php:76
3133
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3134
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3135
- #: extensions/ht-builder/widgets/bl_post_title.php:109
3136
- #: extensions/ht-builder/widgets/bl_site_logo.php:163
3137
- #: extensions/ht-builder/widgets/bl_site_title.php:143
3138
- #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3139
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3140
- msgid "Center"
3141
- msgstr ""
3142
-
3143
- #: includes/widgets/htmega_googlemap.php:100
3144
- msgid "Center Address"
3145
- msgstr ""
3146
-
3147
- #: includes/widgets/htmega_blockquote.php:158
3148
- msgid "Center Bottom"
3149
- msgstr ""
3150
-
3151
- #: includes/widgets/htmega_blockquote.php:157
3152
- msgid "Center Center"
3153
- msgstr ""
3154
-
3155
- #: includes/widgets/htmega_carousel.php:225
3156
- #: includes/widgets/htmega_instagram.php:420
3157
- #: includes/widgets/htmega_panel_slider.php:285
3158
- #: includes/widgets/htmega_post_slider.php:405
3159
- #: includes/widgets/htmega_slider_thumb_gallery.php:222
3160
- #: includes/widgets/htmega_twitter_feed.php:347
3161
- msgid "Center Mode"
3162
- msgstr ""
3163
-
3164
- #: includes/widgets/htmega_carousel.php:238
3165
- #: includes/widgets/htmega_instagram.php:433
3166
- #: includes/widgets/htmega_panel_slider.php:298
3167
- #: includes/widgets/htmega_post_slider.php:418
3168
- #: includes/widgets/htmega_slider_thumb_gallery.php:233
3169
- #: includes/widgets/htmega_twitter_feed.php:360
3170
- msgid "Center padding"
3171
- msgstr ""
3172
-
3173
- #: includes/widgets/htmega_blockquote.php:156
3174
- msgid "Center Top"
3175
- msgstr ""
3176
-
3177
- #: includes/widgets/htmega_user_login_form.php:1005
3178
- msgid "Checkbox Icon Color"
3179
- msgstr ""
3180
-
3181
- #: includes/widgets/htmega_wc_element_pages.php:334
3182
- msgid "Checkout Button"
3183
- msgstr ""
3184
-
3185
- #: includes/widgets/htmega_wc_element_pages.php:53
3186
- msgid "Checkout Page"
3187
- msgstr ""
3188
-
3189
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:509
3190
- msgid "Choose"
3191
- msgstr ""
3192
-
3193
- #: includes/widgets/htmega_countdown.php:703
3194
- msgid "Choose Area Seperator Image"
3195
- msgstr ""
3196
-
3197
- #: admin/include/class.settings-api.php:398
3198
- msgid "Choose File"
3199
- msgstr ""
3200
-
3201
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:304
3202
- msgid "Choose Icon"
3203
- msgstr ""
3204
-
3205
- #: includes/widgets/htmega_scroll_image.php:42
3206
- msgid "Choose Image"
3207
- msgstr ""
3208
-
3209
- #: includes/widgets/htmega_wc_element_pages.php:63
3210
- msgid "Choose Product"
3211
- msgstr ""
3212
-
3213
- #: includes/widgets/htmega_progressbar.php:55
3214
- msgid "Circle"
3215
- msgstr ""
3216
-
3217
- #: admin/include/templates/library/templates.php:149
3218
- msgid "Click here"
3219
- msgstr ""
3220
-
3221
- #: includes/widgets/htmega_button.php:58
3222
- msgid "Click Me"
3223
- msgstr ""
3224
-
3225
- #: includes/widgets/htmega_testimonial_grid.php:184
3226
- msgid "Client Rating"
3227
- msgstr ""
3228
-
3229
- #: includes/widgets/htmega_testimonial_grid.php:212
3230
- msgid "Client Say"
3231
- msgstr ""
3232
-
3233
- #: includes/widgets/htmega_testimonial_grid.php:541
3234
- msgid "Client say"
3235
- msgstr ""
3236
-
3237
- #: includes/widgets/htmega_animated_heading.php:74
3238
- msgid "Clip"
3239
- msgstr ""
3240
-
3241
- #: includes/widgets/htmega_animated_heading.php:454
3242
- msgid "Clip Color"
3243
- msgstr ""
3244
-
3245
- #: includes/widgets/htmega_animated_heading.php:470
3246
- msgid "Clip Width"
3247
- msgstr ""
3248
-
3249
- #: includes/widgets/htmega_business_hours.php:169
3250
- #: includes/widgets/htmega_modal.php:833
3251
- #: includes/widgets/htmega_post_grid_tab.php:983
3252
- #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3253
- msgid "Close"
3254
- msgstr ""
3255
-
3256
- #: includes/widgets/htmega_search.php:121
3257
- msgid "close"
3258
- msgstr ""
3259
-
3260
- #: includes/widgets/htmega_accordion.php:306
3261
- msgid "Close All Item"
3262
- msgstr ""
3263
-
3264
- #: includes/widgets/htmega_notify.php:610
3265
- msgid "Close Button"
3266
- msgstr ""
3267
-
3268
- #: includes/widgets/htmega_search.php:845
3269
- msgid "Close Button Style"
3270
- msgstr ""
3271
-
3272
- #: includes/widgets/htmega_search.php:119
3273
- msgid "Close Button Text"
3274
- msgstr ""
3275
-
3276
- #: includes/widgets/htmega_pricing_list_view.php:1084
3277
- #: includes/widgets/htmega_pricing_list_view.php:1090
3278
- #: includes/widgets/htmega_pricing_list_view.php:1096
3279
- #: includes/widgets/htmega_pricing_list_view.php:1103
3280
- #: includes/widgets/htmega_table.php:455 includes/widgets/htmega_table.php:461
3281
- #: includes/widgets/htmega_table.php:467 includes/widgets/htmega_table.php:474
3282
- msgid "col"
3283
- msgstr ""
3284
-
3285
- #: includes/widgets/htmega_pricing_list_view.php:207
3286
- msgid "Col Span"
3287
- msgstr ""
3288
-
3289
- #: includes/widgets/htmega_notify.php:239
3290
- msgid "col-md-1"
3291
- msgstr ""
3292
-
3293
- #: includes/widgets/htmega_notify.php:230
3294
- msgid "col-md-10"
3295
- msgstr ""
3296
-
3297
- #: includes/widgets/htmega_notify.php:229
3298
- msgid "col-md-11"
3299
- msgstr ""
3300
-
3301
- #: includes/widgets/htmega_notify.php:228
3302
- msgid "col-md-12"
3303
- msgstr ""
3304
-
3305
- #: includes/widgets/htmega_notify.php:238
3306
- msgid "col-md-2"
3307
- msgstr ""
3308
-
3309
- #: includes/widgets/htmega_notify.php:237
3310
- msgid "col-md-3"
3311
- msgstr ""
3312
-
3313
- #: includes/widgets/htmega_notify.php:236
3314
- msgid "col-md-4"
3315
- msgstr ""
3316
-
3317
- #: includes/widgets/htmega_notify.php:235
3318
- msgid "col-md-5"
3319
- msgstr ""
3320
-
3321
- #: includes/widgets/htmega_notify.php:234
3322
- msgid "col-md-6"
3323
- msgstr ""
3324
-
3325
- #: includes/widgets/htmega_notify.php:233
3326
- msgid "col-md-7"
3327
- msgstr ""
3328
-
3329
- #: includes/widgets/htmega_notify.php:232
3330
- msgid "col-md-8"
3331
- msgstr ""
3332
-
3333
- #: includes/widgets/htmega_notify.php:231
3334
- msgid "col-md-9"
3335
- msgstr ""
3336
-
3337
- #: includes/widgets/htmega_404_content.php:307
3338
- #: includes/widgets/htmega_404_content.php:386
3339
- #: includes/widgets/htmega_404_content.php:465
3340
- #: includes/widgets/htmega_404_content.php:550
3341
- #: includes/widgets/htmega_404_content.php:636
3342
- #: includes/widgets/htmega_404_content.php:701
3343
- #: includes/widgets/htmega_404_content.php:787
3344
- #: includes/widgets/htmega_accordion.php:545
3345
- #: includes/widgets/htmega_accordion.php:586
3346
- #: includes/widgets/htmega_accordion.php:682
3347
- #: includes/widgets/htmega_accordion.php:900
3348
- #: includes/widgets/htmega_accordion.php:1027
3349
- #: includes/widgets/htmega_accordion.php:1138
3350
- #: includes/widgets/htmega_accordion.php:1239
3351
- #: includes/widgets/htmega_add_banner.php:441
3352
- #: includes/widgets/htmega_add_banner.php:500
3353
- #: includes/widgets/htmega_add_banner.php:559
3354
- #: includes/widgets/htmega_add_banner.php:626
3355
- #: includes/widgets/htmega_add_banner.php:714
3356
- #: includes/widgets/htmega_animated_heading.php:161
3357
- #: includes/widgets/htmega_animated_heading.php:244
3358
- #: includes/widgets/htmega_animated_heading.php:292
3359
- #: includes/widgets/htmega_animated_heading.php:379
3360
- #: includes/widgets/htmega_blockquote.php:277
3361
- #: includes/widgets/htmega_blockquote.php:334
3362
- #: includes/widgets/htmega_blockquote.php:506
3363
- #: includes/widgets/htmega_booked_calender.php:263
3364
- #: includes/widgets/htmega_booked_calender.php:312
3365
- #: includes/widgets/htmega_booked_calender.php:355
3366
- #: includes/widgets/htmega_booked_calender.php:470
3367
- #: includes/widgets/htmega_booked_calender.php:503
3368
- #: includes/widgets/htmega_buddy_press.php:293
3369
- #: includes/widgets/htmega_buddy_press.php:335
3370
- #: includes/widgets/htmega_buddy_press.php:362
3371
- #: includes/widgets/htmega_business_hours.php:418
3372
- #: includes/widgets/htmega_business_hours.php:513
3373
- #: includes/widgets/htmega_business_hours.php:552
3374
- #: includes/widgets/htmega_caldera_forms.php:62
3375
- #: includes/widgets/htmega_call_to_action.php:511
3376
- #: includes/widgets/htmega_call_to_action.php:570
3377
- #: includes/widgets/htmega_call_to_action.php:629
3378
- #: includes/widgets/htmega_call_to_action.php:823
3379
- #: includes/widgets/htmega_call_to_action.php:1029
3380
- #: includes/widgets/htmega_carousel.php:557
3381
- #: includes/widgets/htmega_carousel.php:759
3382
- #: includes/widgets/htmega_countdown.php:687
3383
- #: includes/widgets/htmega_countdown.php:749
3384
- #: includes/widgets/htmega_countdown.php:922
3385
- #: includes/widgets/htmega_countdown.php:1044
3386
- #: includes/widgets/htmega_countdown.php:1129
3387
- #: includes/widgets/htmega_counter.php:456
3388
- #: includes/widgets/htmega_counter.php:582
3389
- #: includes/widgets/htmega_counter.php:821
3390
- #: includes/widgets/htmega_counter.php:938
3391
- #: includes/widgets/htmega_counter.php:1026
3392
- #: includes/widgets/htmega_cuctom_event.php:143
3393
- #: includes/widgets/htmega_cuctom_event.php:198
3394
- #: includes/widgets/htmega_cuctom_event.php:228
3395
- #: includes/widgets/htmega_cuctom_event.php:285
3396
- #: includes/widgets/htmega_cuctom_event.php:330
3397
- #: includes/widgets/htmega_cuctom_event.php:398
3398
- #: includes/widgets/htmega_cuctom_event.php:448
3399
- #: includes/widgets/htmega_double_button.php:466
3400
- #: includes/widgets/htmega_double_button.php:562
3401
- #: includes/widgets/htmega_double_button.php:639
3402
- #: includes/widgets/htmega_double_button.php:734
3403
- #: includes/widgets/htmega_double_button.php:822
3404
- #: includes/widgets/htmega_download_monitor.php:154
3405
- #: includes/widgets/htmega_download_monitor.php:227
3406
- #: includes/widgets/htmega_dropcaps.php:109
3407
- #: includes/widgets/htmega_dropcaps.php:205
3408
- #: includes/widgets/htmega_easy_digital_download.php:351
3409
- #: includes/widgets/htmega_easy_digital_download.php:423
3410
- #: includes/widgets/htmega_easy_digital_download.php:531
3411
- #: includes/widgets/htmega_easy_digital_download.php:600
3412
- #: includes/widgets/htmega_gravity_forms.php:119
3413
- #: includes/widgets/htmega_gravity_forms.php:152
3414
- #: includes/widgets/htmega_gravity_forms.php:193
3415
- #: includes/widgets/htmega_gravity_forms.php:281
3416
- #: includes/widgets/htmega_gravity_forms.php:411
3417
- #: includes/widgets/htmega_gravity_forms.php:498
3418
- #: includes/widgets/htmega_image_comparison.php:239
3419
- #: includes/widgets/htmega_image_comparison.php:320
3420
- #: includes/widgets/htmega_image_comparison.php:419
3421
- #: includes/widgets/htmega_image_grid.php:310
3422
- #: includes/widgets/htmega_image_grid.php:407
3423
- #: includes/widgets/htmega_image_grid.php:459
3424
- #: includes/widgets/htmega_image_grid.php:541
3425
- #: includes/widgets/htmega_image_marker.php:615
3426
- #: includes/widgets/htmega_image_marker.php:630
3427
- #: includes/widgets/htmega_image_marker.php:847
3428
- #: includes/widgets/htmega_image_marker.php:921
3429
- #: includes/widgets/htmega_image_marker.php:969
3430
- #: includes/widgets/htmega_image_masonry.php:285
3431
- #: includes/widgets/htmega_image_masonry.php:382
3432
- #: includes/widgets/htmega_image_masonry.php:455
3433
- #: includes/widgets/htmega_image_masonry.php:536
3434
- #: includes/widgets/htmega_inline_menu.php:152
3435
- #: includes/widgets/htmega_inline_menu.php:251
3436
- #: includes/widgets/htmega_inline_menu.php:414
3437
- #: includes/widgets/htmega_instagram.php:800
3438
- #: includes/widgets/htmega_instagram.php:874
3439
- #: includes/widgets/htmega_instagram.php:934
3440
- #: includes/widgets/htmega_instagram.php:1080
3441
- #: includes/widgets/htmega_instagram.php:1301
3442
- #: includes/widgets/htmega_instagram.php:1397
3443
- #: includes/widgets/htmega_lightbox.php:339
3444
- #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3445
- #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3446
- #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3447
- #: includes/widgets/htmega_modal.php:924
3448
- #: includes/widgets/htmega_news_ticker.php:420
3449
- #: includes/widgets/htmega_news_ticker.php:494
3450
- #: includes/widgets/htmega_news_ticker.php:628
3451
- #: includes/widgets/htmega_news_ticker.php:737
3452
- #: includes/widgets/htmega_news_ticker.php:861
3453
- #: includes/widgets/htmega_news_ticker.php:911
3454
- #: includes/widgets/htmega_ninja_forms.php:112
3455
- #: includes/widgets/htmega_ninja_forms.php:191
3456
- #: includes/widgets/htmega_ninja_forms.php:281
3457
- #: includes/widgets/htmega_ninja_forms.php:370
3458
- #: includes/widgets/htmega_ninja_forms.php:480
3459
- #: includes/widgets/htmega_ninja_forms.php:609
3460
- #: includes/widgets/htmega_ninja_forms.php:696
3461
- #: includes/widgets/htmega_notify.php:320
3462
- #: includes/widgets/htmega_notify.php:416
3463
- #: includes/widgets/htmega_notify.php:471
3464
- #: includes/widgets/htmega_notify.php:616
3465
- #: includes/widgets/htmega_offcanvas.php:413
3466
- #: includes/widgets/htmega_offcanvas.php:485
3467
- #: includes/widgets/htmega_panel_slider.php:636
3468
- #: includes/widgets/htmega_panel_slider.php:692
3469
- #: includes/widgets/htmega_panel_slider.php:762
3470
- #: includes/widgets/htmega_panel_slider.php:975
3471
- #: includes/widgets/htmega_popover.php:337
3472
- #: includes/widgets/htmega_popover.php:459
3473
- #: includes/widgets/htmega_popover.php:602
3474
- #: includes/widgets/htmega_popover.php:706
3475
- #: includes/widgets/htmega_post_grid.php:453
3476
- #: includes/widgets/htmega_post_grid.php:581
3477
- #: includes/widgets/htmega_post_grid.php:668
3478
- #: includes/widgets/htmega_post_grid_tab.php:436
3479
- #: includes/widgets/htmega_post_grid_tab.php:533
3480
- #: includes/widgets/htmega_post_grid_tab.php:630
3481
- #: includes/widgets/htmega_post_grid_tab.php:694
3482
- #: includes/widgets/htmega_post_grid_tab.php:734
3483
- #: includes/widgets/htmega_post_grid_tab.php:850
3484
- #: includes/widgets/htmega_post_grid_tab.php:934
3485
- #: includes/widgets/htmega_post_grid_tab.php:1000
3486
- #: includes/widgets/htmega_post_grid_tab.php:1058
3487
- #: includes/widgets/htmega_post_slider.php:871
3488
- #: includes/widgets/htmega_post_slider.php:968
3489
- #: includes/widgets/htmega_post_slider.php:1065
3490
- #: includes/widgets/htmega_post_slider.php:1128
3491
- #: includes/widgets/htmega_post_slider.php:1164
3492
- #: includes/widgets/htmega_post_slider.php:1278
3493
- #: includes/widgets/htmega_post_slider.php:1361
3494
- #: includes/widgets/htmega_post_slider.php:1542
3495
- #: includes/widgets/htmega_post_slider.php:1690
3496
- #: includes/widgets/htmega_pricing_list_view.php:1789
3497
- #: includes/widgets/htmega_progressbar.php:729
3498
- #: includes/widgets/htmega_qu_forms.php:90
3499
- #: includes/widgets/htmega_qu_forms.php:178
3500
- #: includes/widgets/htmega_qu_forms.php:267
3501
- #: includes/widgets/htmega_qu_forms.php:377
3502
- #: includes/widgets/htmega_qu_forms.php:506
3503
- #: includes/widgets/htmega_qu_forms.php:593
3504
- #: includes/widgets/htmega_scroll_image.php:321
3505
- #: includes/widgets/htmega_scroll_navigation.php:232
3506
- #: includes/widgets/htmega_search.php:442
3507
- #: includes/widgets/htmega_search.php:611
3508
- #: includes/widgets/htmega_search.php:690
3509
- #: includes/widgets/htmega_search.php:856
3510
- #: includes/widgets/htmega_search.php:953
3511
- #: includes/widgets/htmega_section_title.php:517
3512
- #: includes/widgets/htmega_section_title.php:546
3513
- #: includes/widgets/htmega_section_title.php:779
3514
- #: includes/widgets/htmega_section_title.php:942
3515
- #: includes/widgets/htmega_services.php:364
3516
- #: includes/widgets/htmega_services.php:480
3517
- #: includes/widgets/htmega_services.php:645
3518
- #: includes/widgets/htmega_services.php:754
3519
- #: includes/widgets/htmega_services.php:1029
3520
- #: includes/widgets/htmega_services.php:1115
3521
- #: includes/widgets/htmega_single_post.php:163
3522
- #: includes/widgets/htmega_single_post.php:259
3523
- #: includes/widgets/htmega_single_post.php:361
3524
- #: includes/widgets/htmega_slider_thumb_gallery.php:685
3525
- #: includes/widgets/htmega_slider_thumb_gallery.php:738
3526
- #: includes/widgets/htmega_slider_thumb_gallery.php:823
3527
- #: includes/widgets/htmega_slider_thumb_gallery.php:996
3528
- #: includes/widgets/htmega_socialshere.php:177
3529
- #: includes/widgets/htmega_socialshere.php:219
3530
- #: includes/widgets/htmega_special_banner.php:346
3531
- #: includes/widgets/htmega_special_banner.php:405
3532
- #: includes/widgets/htmega_special_banner.php:464
3533
- #: includes/widgets/htmega_special_banner.php:523
3534
- #: includes/widgets/htmega_special_banner.php:582
3535
- #: includes/widgets/htmega_special_banner.php:649
3536
- #: includes/widgets/htmega_special_banner.php:737
3537
- #: includes/widgets/htmega_switcher.php:474
3538
- #: includes/widgets/htmega_switcher.php:553 includes/widgets/htmega_tab.php:537
3539
- #: includes/widgets/htmega_tab.php:623 includes/widgets/htmega_tab.php:861
3540
- #: includes/widgets/htmega_table.php:321
3541
- #: includes/widgets/htmega_tablepress.php:175
3542
- #: includes/widgets/htmega_tablepress.php:410
3543
- #: includes/widgets/htmega_teammember.php:696
3544
- #: includes/widgets/htmega_teammember.php:786
3545
- #: includes/widgets/htmega_teammember.php:876
3546
- #: includes/widgets/htmega_testimonial_grid.php:427
3547
- #: includes/widgets/htmega_testimonial_grid.php:488
3548
- #: includes/widgets/htmega_testimonial_grid.php:580
3549
- #: includes/widgets/htmega_testimonial_grid.php:701
3550
- #: includes/widgets/htmega_toggle.php:129
3551
- #: includes/widgets/htmega_toggle.php:232
3552
- #: includes/widgets/htmega_toggle.php:349
3553
- #: includes/widgets/htmega_tooltip.php:313
3554
- #: includes/widgets/htmega_tooltip.php:436
3555
- #: includes/widgets/htmega_tooltip.php:491
3556
- #: includes/widgets/htmega_twitter_feed.php:627
3557
- #: includes/widgets/htmega_twitter_feed.php:708
3558
- #: includes/widgets/htmega_twitter_feed.php:844
3559
- #: includes/widgets/htmega_twitter_feed.php:877
3560
- #: includes/widgets/htmega_twitter_feed.php:907
3561
- #: includes/widgets/htmega_twitter_feed.php:977
3562
- #: includes/widgets/htmega_twitter_feed.php:1034
3563
- #: includes/widgets/htmega_twitter_feed.php:1075
3564
- #: includes/widgets/htmega_twitter_feed.php:1240
3565
- #: includes/widgets/htmega_user_login_form.php:1079
3566
- #: includes/widgets/htmega_user_login_form.php:1206
3567
- #: includes/widgets/htmega_user_login_form.php:1277
3568
- #: includes/widgets/htmega_user_login_form.php:1390
3569
- #: includes/widgets/htmega_user_login_form.php:1447
3570
- #: includes/widgets/htmega_vertical_timeline.php:132
3571
- #: includes/widgets/htmega_vertical_timeline.php:198
3572
- #: includes/widgets/htmega_vertical_timeline.php:281
3573
- #: includes/widgets/htmega_vertical_timeline.php:328
3574
- #: includes/widgets/htmega_video_player.php:343
3575
- #: includes/widgets/htmega_video_player.php:481
3576
- #: includes/widgets/htmega_wc_categories.php:308
3577
- #: includes/widgets/htmega_wc_categories.php:379
3578
- #: includes/widgets/htmega_wc_element_pages.php:504
3579
- #: includes/widgets/htmega_wc_element_pages.php:841
3580
- #: includes/widgets/htmega_wc_element_pages.php:1132
3581
- #: includes/widgets/htmega_wc_element_pages.php:1185
3582
- #: includes/widgets/htmega_wc_element_pages.php:1223
3583
- #: includes/widgets/htmega_working_process.php:628
3584
- #: includes/widgets/htmega_working_process.php:639
3585
- #: includes/widgets/htmega_working_process.php:720
3586
- #: includes/widgets/htmega_working_process.php:820
3587
- #: includes/widgets/htmega_working_process.php:941
3588
- #: includes/widgets/htmega_working_process.php:1070
3589
- #: includes/widgets/htmega_wpforms.php:104
3590
- #: includes/widgets/htmega_wpforms.php:183
3591
- #: includes/widgets/htmega_wpforms.php:271
3592
- #: includes/widgets/htmega_wpforms.php:360
3593
- #: includes/widgets/htmega_wpforms.php:470
3594
- #: includes/widgets/htmega_wpforms.php:599
3595
- #: includes/widgets/htmega_wpforms.php:686
3596
- #: extensions/ht-builder/widgets/bl_nav_menu.php:149
3597
- #: extensions/ht-builder/widgets/bl_nav_menu.php:234
3598
- #: extensions/ht-builder/widgets/bl_nav_menu.php:287
3599
- #: extensions/ht-builder/widgets/bl_nav_menu.php:382
3600
- #: extensions/ht-builder/widgets/bl_nav_menu.php:435
3601
- #: extensions/ht-builder/widgets/bl_page_title.php:66
3602
- #: extensions/ht-builder/widgets/bl_post_archive.php:347
3603
- #: extensions/ht-builder/widgets/bl_post_archive.php:414
3604
- #: extensions/ht-builder/widgets/bl_post_archive.php:453
3605
- #: extensions/ht-builder/widgets/bl_post_archive.php:560
3606
- #: extensions/ht-builder/widgets/bl_post_archive.php:627
3607
- #: extensions/ht-builder/widgets/bl_post_archive.php:652
3608
- #: extensions/ht-builder/widgets/bl_post_archive.php:721
3609
- #: extensions/ht-builder/widgets/bl_post_archive.php:796
3610
- #: extensions/ht-builder/widgets/bl_post_archive.php:856
3611
- #: extensions/ht-builder/widgets/bl_post_archive.php:920
3612
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3613
- #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3614
- #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3615
- #: extensions/ht-builder/widgets/bl_post_comments.php:48
3616
- #: extensions/ht-builder/widgets/bl_post_comments.php:98
3617
- #: extensions/ht-builder/widgets/bl_post_comments.php:148
3618
- #: extensions/ht-builder/widgets/bl_post_content.php:48
3619
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3620
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:355
3621
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:395
3622
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
3623
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:451
3624
- #: extensions/ht-builder/widgets/bl_post_search_form.php:110
3625
- #: extensions/ht-builder/widgets/bl_post_search_form.php:184
3626
- #: extensions/ht-builder/widgets/bl_post_search_form.php:258
3627
- #: extensions/ht-builder/widgets/bl_site_title.php:68
3628
- #: extensions/ht-menu/menu/templates.php:114
3629
- #: extensions/ht-menu/menu/templates.php:135
3630
- #: includes/widgets/weather/htmega_weather.php:255
3631
- msgid "Color"
3632
- msgstr ""
3633
-
3634
- #: includes/widgets/htmega_socialshere.php:680
3635
- #: includes/widgets/htmega_socialshere.php:712
3636
- msgid "color"
3637
- msgstr ""
3638
-
3639
- #: includes/widgets/htmega_pricing_list_view.php:638
3640
- #: includes/widgets/htmega_table.php:396
3641
- msgid "Colspan"
3642
- msgstr ""
3643
-
3644
- #: includes/widgets/htmega_image_grid.php:58
3645
- #: includes/widgets/htmega_image_masonry.php:66
3646
- #: includes/widgets/htmega_instagram.php:143
3647
- #: includes/widgets/htmega_pricing_list_view.php:542
3648
- #: includes/widgets/htmega_table.php:242
3649
- #: includes/widgets/htmega_user_login_form.php:379
3650
- #: includes/widgets/htmega_working_process.php:58
3651
- msgid "Column"
3652
- msgstr ""
3653
-
3654
- #: includes/widgets/htmega_testimonial_grid.php:56
3655
- msgid "Column "
3656
- msgstr ""
3657
-
3658
- #: includes/widgets/htmega_working_process.php:66
3659
- msgid "Column Five"
3660
- msgstr ""
3661
-
3662
- #: includes/widgets/htmega_working_process.php:65
3663
- msgid "Column Four"
3664
- msgstr ""
3665
-
3666
- #: includes/widgets/htmega_panel_slider.php:177
3667
- #: includes/widgets/htmega_testimonial_grid.php:145
3668
- msgid "Column Gap"
3669
- msgstr ""
3670
-
3671
- #: includes/widgets/htmega_countdown.php:336
3672
- msgid "Column Height"
3673
- msgstr ""
3674
-
3675
- #: includes/widgets/htmega_pricing_list_view.php:194
3676
- #: includes/widgets/htmega_table.php:143
3677
- msgid "Column Name"
3678
- msgstr ""
3679
-
3680
- #: includes/widgets/htmega_working_process.php:62
3681
- msgid "Column One"
3682
- msgstr ""
3683
-
3684
- #: includes/widgets/htmega_image_grid.php:75
3685
- #: includes/widgets/htmega_twitter_feed.php:257
3686
- msgid "Column Space"
3687
- msgstr ""
3688
-
3689
- #: includes/widgets/htmega_countdown.php:373
3690
- msgid "Column Spacing"
3691
- msgstr ""
3692
-
3693
- #: includes/widgets/htmega_table.php:152
3694
- msgid "Column styles"
3695
- msgstr ""
3696
-
3697
- #: includes/widgets/htmega_working_process.php:64
3698
- msgid "Column Three"
3699
- msgstr ""
3700
-
3701
- #: includes/widgets/htmega_working_process.php:63
3702
- msgid "Column Two"
3703
- msgstr ""
3704
-
3705
- #: includes/widgets/htmega_countdown.php:300
3706
- msgid "Column Width"
3707
- msgstr ""
3708
-
3709
- #: includes/widgets/htmega_panel_slider.php:199
3710
- msgid "Column width accroding to image"
3711
- msgstr ""
3712
-
3713
- #: includes/widgets/htmega_easy_digital_download.php:42
3714
- #: includes/widgets/htmega_wc_categories.php:41
3715
- #: extensions/ht-builder/widgets/bl_post_archive.php:56
3716
- msgid "Columns"
3717
- msgstr ""
3718
-
3719
- #: admin/include/admin-setting.php:1249 admin/include/admin-setting.php:1274
3720
- msgid "Coming soon Page Builder"
3721
- msgstr ""
3722
-
3723
- #: extensions/ht-builder/admin/setting.php:124
3724
- msgid "Coming Soon Page Template."
3725
- msgstr ""
3726
-
3727
- #: includes/widgets/htmega_news_ticker.php:255
3728
- #: includes/widgets/htmega_post_grid.php:152
3729
- #: includes/widgets/htmega_post_grid_tab.php:159
3730
- #: includes/widgets/htmega_post_slider.php:163
3731
- #: extensions/ht-builder/widgets/bl_post_archive.php:203
3732
- msgid "Comment count"
3733
- msgstr ""
3734
-
3735
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:68
3736
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:235
3737
- msgid "Comments"
3738
- msgstr ""
3739
-
3740
- #: extensions/ht-builder/widgets/bl_post_comments.php:192
3741
- msgid "Comments Are Closed"
3742
- msgstr ""
3743
-
3744
- #: includes/widgets/htmega_twitter_feed.php:82
3745
- msgid "Consumer Key"
3746
- msgstr ""
3747
-
3748
- #: includes/widgets/htmega_twitter_feed.php:92
3749
- msgid "Consumer Secret"
3750
- msgstr ""
3751
-
3752
- #: includes/widgets/htmega_404_content.php:177
3753
- #: includes/widgets/htmega_404_content.php:685
3754
- msgid "Contact Button"
3755
- msgstr ""
3756
-
3757
- #: includes/widgets/htmega_contact_form_seven.php:36
3758
- #: includes/widgets/htmega_contact_form_seven.php:60
3759
- msgid "Contact Form"
3760
- msgstr ""
3761
-
3762
- #: admin/include/admin-setting.php:959
3763
- #: includes/widgets/htmega_contact_form_seven.php:13
3764
- msgid "Contact form 7"
3765
- msgstr ""
3766
-
3767
- #: admin/include/admin-setting.php:1231
3768
- msgid "Contact Us"
3769
- msgstr ""
3770
-
3771
- #: includes/widgets/htmega_post_slider.php:682
3772
- msgid "Container background"
3773
- msgstr ""
3774
-
3775
- #: includes/widgets/htmega_post_slider.php:667
3776
- msgid "Container Border Radius"
3777
- msgstr ""
3778
-
3779
- #: includes/widgets/htmega_add_banner.php:356
3780
- #: includes/widgets/htmega_blockquote.php:54
3781
- #: includes/widgets/htmega_blockquote.php:67
3782
- #: includes/widgets/htmega_blockquote.php:269
3783
- #: includes/widgets/htmega_dropcaps.php:58
3784
- #: includes/widgets/htmega_image_marker.php:690
3785
- #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
3786
- #: includes/widgets/htmega_modal.php:79
3787
- #: includes/widgets/htmega_news_ticker.php:413
3788
- #: includes/widgets/htmega_notify.php:465
3789
- #: includes/widgets/htmega_popover.php:691
3790
- #: includes/widgets/htmega_post_grid_tab.php:192
3791
- #: includes/widgets/htmega_post_grid_tab.php:523
3792
- #: includes/widgets/htmega_post_slider.php:199
3793
- #: includes/widgets/htmega_post_slider.php:958
3794
- #: includes/widgets/htmega_pricing_list_view.php:60
3795
- #: includes/widgets/htmega_pricing_list_view.php:187
3796
- #: includes/widgets/htmega_pricing_list_view.php:552
3797
- #: includes/widgets/htmega_scroll_navigation.php:65
3798
- #: includes/widgets/htmega_scroll_navigation.php:67
3799
- #: includes/widgets/htmega_scroll_navigation.php:77
3800
- #: includes/widgets/htmega_switcher.php:115
3801
- #: includes/widgets/htmega_switcher.php:128
3802
- #: includes/widgets/htmega_switcher.php:131
3803
- #: includes/widgets/htmega_switcher.php:207
3804
- #: includes/widgets/htmega_switcher.php:220
3805
- #: includes/widgets/htmega_switcher.php:223
3806
- #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tab.php:62
3807
- #: includes/widgets/htmega_tab.php:99 includes/widgets/htmega_tab.php:112
3808
- #: includes/widgets/htmega_tab.php:114 includes/widgets/htmega_tab.php:853
3809
- #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
3810
- #: includes/widgets/htmega_tooltip.php:485
3811
- #: includes/widgets/htmega_twitter_feed.php:619
3812
- #: includes/widgets/htmega_vertical_timeline.php:62
3813
- #: includes/widgets/htmega_vertical_timeline.php:88
3814
- #: includes/widgets/htmega_vertical_timeline.php:180
3815
- #: includes/widgets/htmega_wc_element_pages.php:1212
3816
- #: extensions/ht-builder/widgets/bl_post_archive.php:645
3817
- #: extensions/ht-builder/widgets/bl_post_author_info.php:209
3818
- #: extensions/ht-menu/menu/templates.php:43
3819
- msgid "Content"
3820
- msgstr ""
3821
-
3822
- #: includes/widgets/htmega_countdown.php:639
3823
- #: includes/widgets/htmega_job_manager.php:147
3824
- msgid "Content Alignment"
3825
- msgstr ""
3826
-
3827
- #: includes/widgets/htmega_panel_slider.php:481
3828
- msgid "Content area"
3829
- msgstr ""
3830
-
3831
- #: includes/widgets/htmega_image_marker.php:743
3832
- msgid "Content area border radius"
3833
- msgstr ""
3834
-
3835
- #: includes/widgets/htmega_image_marker.php:754
3836
- msgid "Content area padding"
3837
- msgstr ""
3838
-
3839
- #: includes/widgets/htmega_single_post.php:474
3840
- #: includes/widgets/htmega_slider_thumb_gallery.php:757
3841
- msgid "Content Box"
3842
- msgstr ""
3843
-
3844
- #: includes/widgets/htmega_teammember.php:511
3845
- msgid "Content Box Background"
3846
- msgstr ""
3847
-
3848
- #: includes/widgets/htmega_teammember.php:534
3849
- msgid "Content Box Hover Background"
3850
- msgstr ""
3851
-
3852
- #: includes/widgets/htmega_image_grid.php:253
3853
- #: includes/widgets/htmega_teammember.php:598
3854
- msgid "Content Box Padding"
3855
- msgstr ""
3856
-
3857
- #: includes/widgets/htmega_post_grid_tab.php:335
3858
- #: includes/widgets/htmega_post_slider.php:709
3859
- #: includes/widgets/htmega_slider_thumb_gallery.php:670
3860
- #: includes/widgets/htmega_special_banner.php:253
3861
- msgid "Content Box Style"
3862
- msgstr ""
3863
-
3864
- #: includes/widgets/htmega_user_login_form.php:719
3865
- #: extensions/wc-sales-notification/admin/setting.php:204
3866
- msgid "Content Color"
3867
- msgstr ""
3868
-
3869
- #: admin/include/admin-setting.php:1261 admin/include/admin-setting.php:1286
3870
- msgid "Content color option"
3871
- msgstr ""
3872
-
3873
- #: includes/widgets/htmega_vertical_timeline.php:71
3874
- msgid "Content Date"
3875
- msgstr ""
3876
-
3877
- #: includes/widgets/htmega_image_marker.php:341
3878
- msgid "Content Indicator"
3879
- msgstr ""
3880
-
3881
- #: includes/widgets/htmega_post_grid_tab.php:201
3882
- #: includes/widgets/htmega_post_slider.php:209
3883
- #: includes/widgets/htmega_twitter_feed.php:133
3884
- #: extensions/ht-builder/widgets/bl_post_archive.php:157
3885
- msgid "Content Length"
3886
- msgstr ""
3887
-
3888
- #: includes/widgets/htmega_news_ticker.php:1087
3889
- msgid "Content Not Found"
3890
- msgstr ""
3891
-
3892
- #: includes/widgets/htmega_news_ticker.php:181
3893
- msgid "Content Option"
3894
- msgstr ""
3895
-
3896
- #: includes/widgets/htmega_post_grid.php:278
3897
- msgid "Content Padding"
3898
- msgstr ""
3899
-
3900
- #: includes/widgets/htmega_add_banner.php:58
3901
- #: includes/widgets/htmega_single_post.php:57
3902
- #: includes/widgets/htmega_special_banner.php:42
3903
- msgid "Content Position"
3904
- msgstr ""
3905
-
3906
- #: includes/widgets/htmega_post_grid_tab.php:76
3907
- #: includes/widgets/htmega_post_slider.php:80
3908
- #: includes/widgets/htmega_scroll_navigation.php:52
3909
- msgid "Content Source"
3910
- msgstr ""
3911
-
3912
- #: includes/widgets/htmega_news_ticker.php:188
3913
- #: includes/widgets/htmega_post_grid.php:69
3914
- msgid "Content Sourse"
3915
- msgstr ""
3916
-
3917
- #: includes/widgets/htmega_dropcaps.php:72
3918
- #: includes/widgets/htmega_teammember.php:68
3919
- #: includes/widgets/htmega_teammember.php:83
3920
- #: includes/widgets/htmega_toggle.php:122
3921
- msgid "Content Style"
3922
- msgstr ""
3923
-
3924
- #: includes/widgets/htmega_buddy_press.php:56
3925
- #: includes/widgets/htmega_pricing_list_view.php:562
3926
- msgid "Content Type"
3927
- msgstr ""
3928
-
3929
- #: includes/widgets/htmega_teammember.php:639
3930
- msgid "Corner Shape Color"
3931
- msgstr ""
3932
-
3933
- #: includes/widgets/htmega_easy_digital_download.php:193
3934
- #: includes/widgets/htmega_socialshere.php:347
3935
- #: includes/widgets/htmega_wc_categories.php:132
3936
- msgid "Count"
3937
- msgstr ""
3938
-
3939
- #: includes/widgets/htmega_countdown.php:404
3940
- msgid "Count Area"
3941
- msgstr ""
3942
-
3943
- #: includes/widgets/htmega_countdown.php:291
3944
- msgid "Count Layout"
3945
- msgstr ""
3946
-
3947
- #: admin/include/admin-setting.php:199 includes/widgets/htmega_countdown.php:13
3948
- #: includes/widgets/htmega_countdown.php:65
3949
- msgid "Countdown"
3950
- msgstr ""
3951
-
3952
- #: admin/include/admin-setting.php:207 includes/widgets/htmega_counter.php:13
3953
- #: includes/widgets/htmega_counter.php:42
3954
- msgid "Counter"
3955
- msgstr ""
3956
-
3957
- #: includes/widgets/htmega_countdown.php:673
3958
- msgid "Counter separator"
3959
- msgstr ""
3960
-
3961
- #: includes/widgets/htmega_counter.php:154
3962
- msgid "Counter Title"
3963
- msgstr ""
3964
-
3965
- #: includes/widgets/htmega_wc_element_pages.php:184
3966
- msgid "Coupon / Update Button"
3967
- msgstr ""
3968
-
3969
- #: admin/include/templates_list.php:16
3970
- msgid "Create a new page from this template"
3971
- msgstr ""
3972
-
3973
- #: extensions/wc-sales-notification/admin/setting.php:212
3974
- msgid "Cross Icon Color"
3975
- msgstr ""
3976
-
3977
- #: admin/include/admin-setting.php:1262 admin/include/admin-setting.php:1287
3978
- msgid "Cross icon color option"
3979
- msgstr ""
3980
-
3981
- #: includes/widgets/htmega_booked_calender.php:348
3982
- msgid "Current Date"
3983
- msgstr ""
3984
-
3985
- #: includes/widgets/htmega_accordion.php:331
3986
- msgid "Current Item No"
3987
- msgstr ""
3988
-
3989
- #: includes/widgets/htmega_accordion.php:80
3990
- #: includes/widgets/htmega_accordion.php:208
3991
- #: includes/widgets/htmega_blockquote.php:45
3992
- #: includes/widgets/htmega_image_marker.php:223
3993
- #: includes/widgets/htmega_image_marker.php:282
3994
- #: includes/widgets/htmega_image_marker.php:493
3995
- #: includes/widgets/htmega_image_marker.php:779
3996
- #: includes/widgets/htmega_modal.php:55
3997
- #: includes/widgets/htmega_scroll_image.php:247
3998
- #: includes/widgets/htmega_scroll_navigation.php:56
3999
- #: includes/widgets/htmega_scroll_navigation.php:136
4000
- #: includes/widgets/htmega_socialshere.php:458
4001
- #: includes/widgets/htmega_switcher.php:106
4002
- #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tab.php:90
4003
- #: includes/widgets/htmega_testimonial_grid.php:59
4004
- #: includes/widgets/htmega_toggle.php:83
4005
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:70
4006
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:88
4007
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:126
4008
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:249
4009
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:292
4010
- #: extensions/ht-builder/widgets/bl_site_logo.php:56
4011
- msgid "Custom"
4012
- msgstr ""
4013
-
4014
- #: includes/widgets/weather/htmega_weather.php:209
4015
- msgid "Custom Background Color"
4016
- msgstr ""
4017
-
4018
- #: includes/widgets/htmega_scroll_navigation.php:225
4019
- #: includes/widgets/htmega_toggle.php:108
4020
- msgid "Custom Content"
4021
- msgstr ""
4022
-
4023
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:99
4024
- msgid "Custom Date Format"
4025
- msgstr ""
4026
-
4027
- #: admin/include/admin-setting.php:215
4028
- #: includes/widgets/htmega_cuctom_event.php:13
4029
- msgid "Custom Event"
4030
- msgstr ""
4031
-
4032
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:195
4033
- msgid "Custom Format"
4034
- msgstr ""
4035
-
4036
- #: includes/widgets/weather/htmega_weather.php:175
4037
- msgid "Custom Geolocation"
4038
- msgstr ""
4039
-
4040
- #: includes/widgets/htmega_post_grid.php:315
4041
- #: includes/widgets/htmega_post_grid_tab.php:1160
4042
- msgid "Custom Gradient Color"
4043
- msgstr ""
4044
-
4045
- #: includes/widgets/htmega_scroll_navigation.php:144
4046
- msgid "Custom Height"
4047
- msgstr ""
4048
-
4049
- #: includes/widgets/htmega_countdown.php:190
4050
- msgid "Custom Label"
4051
- msgstr ""
4052
-
4053
- #: includes/widgets/htmega_user_login_form.php:185
4054
- msgid "Custom label"
4055
- msgstr ""
4056
-
4057
- #: includes/widgets/htmega_scroll_image.php:53
4058
- msgid "Custom Link"
4059
- msgstr ""
4060
-
4061
- #: includes/widgets/htmega_googlemap.php:170
4062
- msgid "Custom marker"
4063
- msgstr ""
4064
-
4065
- #: includes/widgets/htmega_news_ticker.php:236
4066
- #: includes/widgets/htmega_post_grid.php:117
4067
- #: includes/widgets/htmega_post_grid_tab.php:124
4068
- #: includes/widgets/htmega_post_slider.php:128
4069
- #: extensions/ht-builder/widgets/bl_post_archive.php:184
4070
- msgid "Custom order"
4071
- msgstr ""
4072
-
4073
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:137
4074
- msgid "Custom Time Format"
4075
- msgstr ""
4076
-
4077
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:273
4078
- msgid "Custom URL"
4079
- msgstr ""
4080
-
4081
- #: includes/widgets/htmega_panel_slider.php:197
4082
- msgid "Custom Width"
4083
- msgstr ""
4084
-
4085
- #: includes/widgets/htmega_notify.php:125
4086
- msgid "Danger"
4087
- msgstr ""
4088
-
4089
- #: admin/include/admin-setting.php:511 includes/widgets/htmega_table.php:13
4090
- msgid "Data Table"
4091
- msgstr ""
4092
-
4093
- #: includes/widgets/htmega_table.php:250
4094
- msgid "Data Type"
4095
- msgstr ""
4096
-
4097
- #: includes/recommended-plugins/recommended-plugins.php:121
4098
- msgid "DataCaptia"
4099
- msgstr ""
4100
-
4101
- #: includes/widgets/htmega_booked_calender.php:280
4102
- #: includes/widgets/htmega_cuctom_event.php:322
4103
- #: includes/widgets/htmega_job_manager.php:91
4104
- #: includes/widgets/htmega_news_ticker.php:135
4105
- #: includes/widgets/htmega_news_ticker.php:252
4106
- #: includes/widgets/htmega_news_ticker.php:900
4107
- #: includes/widgets/htmega_post_grid.php:149
4108
- #: includes/widgets/htmega_post_grid.php:199
4109
- #: includes/widgets/htmega_post_grid.php:571
4110
- #: includes/widgets/htmega_post_grid_tab.php:156
4111
- #: includes/widgets/htmega_post_slider.php:160
4112
- #: includes/widgets/htmega_post_slider.php:265
4113
- #: includes/widgets/htmega_single_post.php:140
4114
- #: includes/widgets/htmega_vertical_timeline.php:320
4115
- #: extensions/ht-builder/widgets/bl_post_archive.php:200
4116
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:66
4117
- msgid "Date"
4118
- msgstr ""
4119
-
4120
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:78
4121
- msgid "Date Format"
4122
- msgstr ""
4123
-
4124
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4125
- msgctxt "Date Format"
4126
- msgid "March 6, 2018 (F j, Y)"
4127
- msgstr ""
4128
-
4129
- #: includes/widgets/htmega_news_ticker.php:144
4130
- msgid "Date Position In Left"
4131
- msgstr ""
4132
-
4133
- #: includes/widgets/htmega_booked_calender.php:55
4134
- #: includes/widgets/htmega_business_hours.php:83
4135
- #: includes/widgets/htmega_business_hours.php:505
4136
- #: includes/widgets/htmega_countdown.php:132
4137
- #: includes/widgets/htmega_instagram.php:113
4138
- msgid "Day"
4139
- msgstr ""
4140
-
4141
- #: includes/widgets/htmega_business_hours.php:112
4142
- msgid "Day Color"
4143
- msgstr ""
4144
-
4145
- #: includes/widgets/htmega_booked_calender.php:212
4146
- msgid "Day Name Background"
4147
- msgstr ""
4148
-
4149
- #: includes/widgets/htmega_booked_calender.php:224
4150
- msgid "Day Name Color"
4151
- msgstr ""
4152
-
4153
- #: includes/widgets/htmega_countdown.php:202
4154
- #: includes/widgets/htmega_countdown.php:204
4155
- msgid "Days"
4156
- msgstr ""
4157
-
4158
- #: includes/widgets/htmega_booked_calender.php:112
4159
- msgid "December"
4160
- msgstr ""
4161
-
4162
- #: includes/widgets/htmega_booked_calender.php:46
4163
- #: includes/widgets/htmega_booked_calender.php:158
4164
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:50
4165
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:291
4166
- #: extensions/ht-builder/widgets/bl_site_logo.php:52
4167
- msgid "Default"
4168
- msgstr ""
4169
-
4170
- #: includes/widgets/htmega_googlemap.php:60
4171
- msgid "Default Zoom"
4172
- msgstr ""
4173
-
4174
- #: includes/widgets/htmega_notify.php:214
4175
- msgid "Delay"
4176
- msgstr ""
4177
-
4178
- #: includes/widgets/htmega_instagram.php:99
4179
- msgid "Delete existing caching data"
4180
- msgstr ""
4181
-
4182
- #: includes/widgets/htmega_socialshere.php:67
4183
- msgid "Delicious"
4184
- msgstr ""
4185
-
4186
- #: includes/widgets/htmega_easy_digital_download.php:206
4187
- msgid "DESC"
4188
- msgstr ""
4189
-
4190
- #: includes/widgets/htmega_job_manager.php:76
4191
- #: includes/widgets/htmega_news_ticker.php:271
4192
- #: includes/widgets/htmega_post_grid.php:131
4193
- #: includes/widgets/htmega_post_grid_tab.php:138
4194
- #: includes/widgets/htmega_post_slider.php:142
4195
- #: includes/widgets/htmega_wc_categories.php:145
4196
- #: extensions/ht-builder/widgets/bl_post_archive.php:219
4197
- msgid "Descending"
4198
- msgstr ""
4199
-
4200
- #: includes/widgets/htmega_404_content.php:104
4201
- #: includes/widgets/htmega_404_content.php:455
4202
- #: includes/widgets/htmega_add_banner.php:110
4203
- #: includes/widgets/htmega_add_banner.php:548
4204
- #: includes/widgets/htmega_call_to_action.php:104
4205
- #: includes/widgets/htmega_call_to_action.php:618
4206
- #: includes/widgets/htmega_cuctom_event.php:217
4207
- #: includes/widgets/htmega_easy_digital_download.php:192
4208
- #: includes/widgets/htmega_easy_digital_download.php:412
4209
- #: includes/widgets/htmega_gravity_forms.php:141
4210
- #: includes/widgets/htmega_image_grid.php:114
4211
- #: includes/widgets/htmega_image_grid.php:368
4212
- #: includes/widgets/htmega_image_marker.php:914
4213
- #: includes/widgets/htmega_image_masonry.php:94
4214
- #: includes/widgets/htmega_image_masonry.php:343
4215
- #: includes/widgets/htmega_ninja_forms.php:180
4216
- #: includes/widgets/htmega_services.php:469
4217
- #: includes/widgets/htmega_special_banner.php:96
4218
- #: includes/widgets/htmega_special_banner.php:453
4219
- #: includes/widgets/htmega_wc_categories.php:131
4220
- #: includes/widgets/htmega_working_process.php:96
4221
- #: includes/widgets/htmega_working_process.php:712
4222
- #: includes/widgets/htmega_wpforms.php:78
4223
- #: includes/widgets/htmega_wpforms.php:172
4224
- msgid "Description"
4225
- msgstr ""
4226
-
4227
- #: includes/widgets/htmega_ninja_forms.php:87
4228
- msgid "Description Hide"
4229
- msgstr ""
4230
-
4231
- #: includes/widgets/htmega_call_to_action.php:113
4232
- msgid "Description Tag"
4233
- msgstr ""
4234
-
4235
- #: includes/widgets/htmega_pricing_list_view.php:447
4236
- #: includes/widgets/htmega_table.php:210
4237
- #: includes/widgets/htmega_teammember.php:163
4238
- #: includes/widgets/htmega_teammember.php:774
4239
- #: includes/widgets/htmega_testimonial_grid.php:175
4240
- #: includes/widgets/htmega_testimonial_grid.php:480
4241
- msgid "Designation"
4242
- msgstr ""
4243
-
4244
- #: includes/widgets/htmega_testimonial_grid.php:69
4245
- msgid "Desktop"
4246
- msgstr ""
4247
-
4248
- #: admin/include/templates/library/templates.php:30
4249
- #: admin/include/templates/library/templates.php:31
4250
- msgid "Desktop view"
4251
- msgstr ""
4252
-
4253
- #: includes/widgets/htmega_countdown.php:273
4254
- msgid "Details"
4255
- msgstr ""
4256
-
4257
- #: includes/widgets/htmega_pricing_list_view.php:1097
4258
- #: includes/widgets/htmega_table.php:468
4259
- #: includes/widgets/htmega_testimonial_grid.php:239
4260
- msgid "Developer"
4261
- msgstr ""
4262
-
4263
- #: includes/widgets/htmega_socialshere.php:64
4264
- msgid "Digg"
4265
- msgstr ""
4266
-
4267
- #: includes/widgets/htmega_news_ticker.php:122
4268
- #: includes/widgets/htmega_popover.php:188
4269
- #: includes/widgets/htmega_tooltip.php:176
4270
- msgid "Direction"
4271
- msgstr ""
4272
-
4273
- #: includes/widgets/htmega_section_title.php:612
4274
- #: includes/widgets/htmega_section_title.php:843
4275
- msgid "Display"
4276
- msgstr ""
4277
-
4278
- #: includes/widgets/htmega_user_login_form.php:371
4279
- msgid "Display as"
4280
- msgstr ""
4281
-
4282
- #: includes/helper-function.php:162
4283
- msgid "div"
4284
- msgstr ""
4285
-
4286
- #: includes/helper-function.php:52
4287
- #: extensions/ht-menu/menu/helper_function.php:17
4288
- msgid "Do not Saved Templates."
4289
- msgstr ""
4290
-
4291
- #: extensions/wc-sales-notification/admin/setting.php:153
4292
- msgid ""
4293
- "Do not show purchases older than.( More Options are Pro features ) <span>( "
4294
- "Pro )</span>"
4295
- msgstr ""
4296
-
4297
- #: includes/recommended-plugins/recommended-plugins.php:116
4298
- msgid "Docus"
4299
- msgstr ""
4300
-
4301
- #: includes/widgets/htmega_user_login_form.php:96
4302
- #: includes/widgets/htmega_user_login_form.php:98
4303
- msgid "Don’t Have account? You can create an account by using this form."
4304
- msgstr ""
4305
-
4306
- #: includes/widgets/htmega_post_slider.php:373
4307
- msgid "Dot Style"
4308
- msgstr ""
4309
-
4310
- #: admin/include/admin-setting.php:223
4311
- #: includes/widgets/htmega_double_button.php:13
4312
- #: includes/widgets/htmega_double_button.php:35
4313
- msgid "Double Button"
4314
- msgstr ""
4315
-
4316
- #: includes/widgets/htmega_news_ticker.php:127
4317
- msgid "Down"
4318
- msgstr ""
4319
-
4320
- #: includes/widgets/htmega_download_monitor.php:46
4321
- msgid "Download File"
4322
- msgstr ""
4323
-
4324
- #: admin/include/admin-setting.php:969
4325
- #: includes/widgets/htmega_download_monitor.php:13
4326
- msgid "Download Monitor"
4327
- msgstr ""
4328
-
4329
- #: includes/widgets/htmega_download_monitor.php:320
4330
- msgid "Downloaded"
4331
- msgstr ""
4332
-
4333
- #: admin/include/admin-setting.php:1169
4334
- msgid "Drag n Drop, No coding Required"
4335
- msgstr ""
4336
-
4337
- #: includes/widgets/htmega_dropcaps.php:188
4338
- msgid "Dropcap Letter"
4339
- msgstr ""
4340
-
4341
- #: admin/include/admin-setting.php:231 includes/widgets/htmega_dropcaps.php:13
4342
- #: includes/widgets/htmega_dropcaps.php:35
4343
- msgid "Dropcaps"
4344
- msgstr ""
4345
-
4346
- #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4347
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4348
- msgid "Dropdown Icon"
4349
- msgstr ""
4350
-
4351
- #: includes/widgets/htmega_countdown.php:109
4352
- msgid "Due Date"
4353
- msgstr ""
4354
-
4355
- #: admin/include/admin-setting.php:979
4356
- #: includes/widgets/htmega_easy_digital_download.php:13
4357
- #: includes/widgets/htmega_easy_digital_download.php:35
4358
- msgid "Easy Digital Downloads"
4359
- msgstr ""
4360
-
4361
- #: admin/include/template-library.php:198
4362
- msgid "Edit Page"
4363
- msgstr ""
4364
-
4365
- #: admin/include/template-library.php:198
4366
- msgid "Edit Template"
4367
- msgstr ""
4368
-
4369
- #: includes/widgets/htmega_button.php:416
4370
- msgid "Effect 1"
4371
- msgstr ""
4372
-
4373
- #: includes/widgets/htmega_button.php:425
4374
- msgid "Effect 10"
4375
- msgstr ""
4376
-
4377
- #: includes/widgets/htmega_button.php:426
4378
- msgid "Effect 11"
4379
- msgstr ""
4380
-
4381
- #: includes/widgets/htmega_button.php:427
4382
- msgid "Effect 12"
4383
- msgstr ""
4384
-
4385
- #: includes/widgets/htmega_button.php:428
4386
- msgid "Effect 13"
4387
- msgstr ""
4388
-
4389
- #: includes/widgets/htmega_button.php:429
4390
- msgid "Effect 14"
4391
- msgstr ""
4392
-
4393
- #: includes/widgets/htmega_button.php:417
4394
- msgid "Effect 2"
4395
- msgstr ""
4396
-
4397
- #: includes/widgets/htmega_button.php:418
4398
- msgid "Effect 3"
4399
- msgstr ""
4400
-
4401
- #: includes/widgets/htmega_button.php:419
4402
- msgid "Effect 4"
4403
- msgstr ""
4404
-
4405
- #: includes/widgets/htmega_button.php:420
4406
- msgid "Effect 5"
4407
- msgstr ""
4408
-
4409
- #: includes/widgets/htmega_button.php:421
4410
- msgid "Effect 6"
4411
- msgstr ""
4412
-
4413
- #: includes/widgets/htmega_button.php:422
4414
- msgid "Effect 7"
4415
- msgstr ""
4416
-
4417
- #: includes/widgets/htmega_button.php:423
4418
- msgid "Effect 8"
4419
- msgstr ""
4420
-
4421
- #: includes/widgets/htmega_button.php:424
4422
- msgid "Effect 9"
4423
- msgstr ""
4424
-
4425
- #: includes/widgets/htmega_button.php:456
4426
- msgid "Effect After Color"
4427
- msgstr ""
4428
-
4429
- #: includes/widgets/htmega_button.php:437
4430
- #: includes/widgets/htmega_button.php:447
4431
- #: includes/widgets/htmega_button.php:465
4432
- msgid "Effect Before Color"
4433
- msgstr ""
4434
-
4435
- #: includes/widgets/htmega_wc_element_pages.php:41
4436
- msgid "Element"
4437
- msgstr ""
4438
-
4439
- #: includes/widgets/htmega_notify.php:88
4440
- msgid "Element Container"
4441
- msgstr ""
4442
-
4443
- #: includes/widgets/htmega_wc_element_pages.php:604
4444
- #: includes/widgets/htmega_wc_element_pages.php:917
4445
- msgid "Element Space"
4446
- msgstr ""
4447
-
4448
- #: includes/class.htmega.php:160 admin/include/templates_list.php:42
4449
- msgid "Elementor"
4450
- msgstr ""
4451
-
4452
- #: includes/class.htmega.php:138
4453
- msgid "Elementor Activate Now"
4454
- msgstr ""
4455
-
4456
- #: includes/class.htmega.php:146
4457
- msgid "Elementor Install Now"
4458
- msgstr ""
4459
-
4460
- #: includes/widgets/htmega_accordion.php:81
4461
- #: includes/widgets/htmega_accordion.php:209
4462
- #: includes/widgets/htmega_blockquote.php:46
4463
- #: includes/widgets/htmega_modal.php:56
4464
- #: includes/widgets/htmega_offcanvas.php:54
4465
- #: includes/widgets/htmega_scroll_navigation.php:57
4466
- #: includes/widgets/htmega_switcher.php:107
4467
- #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tab.php:91
4468
- #: includes/widgets/htmega_toggle.php:84
4469
- msgid "Elementor Template"
4470
- msgstr ""
4471
-
4472
- #: admin/include/admin-setting.php:76
4473
- msgid "Elements"
4474
- msgstr ""
4475
-
4476
- #: includes/widgets/htmega_pricing_list_view.php:451
4477
- #: includes/widgets/htmega_table.php:214
4478
- msgid "Email"
4479
- msgstr ""
4480
-
4481
- #: includes/helper-function.php:419
4482
- msgid "Email Already in Use"
4483
- msgstr ""
4484
-
4485
- #: includes/helper-function.php:416
4486
- msgid "Email is not valid"
4487
- msgstr ""
4488
-
4489
- #: extensions/ht-menu/classes/class.mega-menu.php:116
4490
- msgid "Enable megamenu?"
4491
- msgstr ""
4492
-
4493
- #: includes/widgets/htmega_accordion.php:1004
4494
- #: includes/widgets/htmega_counter.php:74
4495
- #: includes/widgets/htmega_user_login_form.php:405
4496
- msgid "End"
4497
- msgstr ""
4498
-
4499
- #: includes/widgets/htmega_googlemap.php:113
4500
- msgid "Enter Map Style Json Code."
4501
- msgstr ""
4502
-
4503
- #: extensions/ht-builder/widgets/bl_post_search_form.php:89
4504
- msgid "Enter you text"
4505
- msgstr ""
4506
-
4507
- #: includes/widgets/htmega_section_title.php:82
4508
- #: includes/widgets/htmega_section_title.php:84
4509
- msgid "Enter your advance title"
4510
- msgstr ""
4511
-
4512
- #: includes/widgets/htmega_googlemap.php:102
4513
- msgid "Enter your center address."
4514
- msgstr ""
4515
-
4516
- #: includes/widgets/htmega_dropcaps.php:61
4517
- msgid "Enter Your Dropcaps Content."
4518
- msgstr ""
4519
-
4520
- #: includes/widgets/htmega_googlemap.php:283
4521
- msgid "Enter your fixed address."
4522
- msgstr ""
4523
-
4524
- #: includes/widgets/htmega_section_title.php:71
4525
- #: includes/widgets/htmega_section_title.php:73
4526
- msgid "Enter your sub title"
4527
- msgstr ""
4528
-
4529
- #: extensions/ht-builder/widgets/bl_post_archive.php:74
4530
- msgid "Enter Your Text"
4531
- msgstr ""
4532
-
4533
- #: includes/widgets/htmega_button.php:57 includes/widgets/htmega_button.php:59
4534
- msgid "Enter your Text"
4535
- msgstr ""
4536
-
4537
- #: includes/widgets/htmega_section_title.php:59
4538
- #: includes/widgets/htmega_section_title.php:61
4539
- msgid "Enter your title"
4540
- msgstr ""
4541
-
4542
- #: includes/widgets/htmega_tablepress.php:75
4543
- msgid "Entries Hide"
4544
- msgstr ""
4545
-
4546
- #: includes/widgets/htmega_cuctom_event.php:35
4547
- msgid "Event"
4548
- msgstr ""
4549
-
4550
- #: includes/widgets/htmega_countdown.php:261
4551
- msgid "Event Button"
4552
- msgstr ""
4553
-
4554
- #: includes/widgets/htmega_cuctom_event.php:102
4555
- msgid "Event Button Link"
4556
- msgstr ""
4557
-
4558
- #: includes/widgets/htmega_cuctom_event.php:93
4559
- msgid "Event Button text"
4560
- msgstr ""
4561
-
4562
- #: includes/widgets/htmega_countdown.php:54
4563
- msgid "Event Calendar Not Installed"
4564
- msgstr ""
4565
-
4566
- #: includes/widgets/htmega_tablepress.php:263
4567
- msgid "Event Cell"
4568
- msgstr ""
4569
-
4570
- #: includes/widgets/htmega_countdown.php:72
4571
- msgid "Event Countdown"
4572
- msgstr ""
4573
-
4574
- #: includes/widgets/htmega_cuctom_event.php:85
4575
- msgid "Event description"
4576
- msgstr ""
4577
-
4578
- #: includes/widgets/htmega_countdown.php:81
4579
- msgid "Event List"
4580
- msgstr ""
4581
-
4582
- #: includes/widgets/htmega_cuctom_event.php:76
4583
- msgid "Event Location"
4584
- msgstr ""
4585
-
4586
- #: includes/widgets/htmega_cuctom_event.php:68
4587
- msgid "Event Time"
4588
- msgstr ""
4589
-
4590
- #: includes/widgets/htmega_cuctom_event.php:44
4591
- msgid "Event Title."
4592
- msgstr ""
4593
-
4594
- #: includes/recommended-plugins/recommended-plugins.php:68
4595
- msgid "EverCompare"
4596
- msgstr ""
4597
-
4598
- #: includes/widgets/htmega_socialshere.php:65
4599
- msgid "Evernote"
4600
- msgstr ""
4601
-
4602
- #: includes/widgets/htmega_notify.php:170
4603
- msgid "Exit Animation"
4604
- msgstr ""
4605
-
4606
- #: includes/widgets/htmega_post_grid_tab.php:259
4607
- msgid "Expand Box Style"
4608
- msgstr ""
4609
-
4610
- #: includes/widgets/htmega_accordion.php:391
4611
- msgid "Expand Item Height"
4612
- msgstr ""
4613
-
4614
- #: includes/widgets/htmega_button.php:89
4615
- #: includes/widgets/htmega_double_button.php:49
4616
- msgid "Extra Large"
4617
- msgstr ""
4618
-
4619
- #: includes/widgets/htmega_button.php:90
4620
- #: includes/widgets/htmega_double_button.php:50
4621
- msgid "Extra Small"
4622
- msgstr ""
4623
-
4624
- #: includes/widgets/weather/htmega_weather.php:56
4625
- msgid "F"
4626
- msgstr ""
4627
-
4628
- #: includes/widgets/htmega_socialshere.php:53
4629
- #: includes/widgets/htmega_socialshere.php:93
4630
- #: includes/widgets/htmega_socialshere.php:311
4631
- msgid "Facebook"
4632
- msgstr ""
4633
-
4634
- #: includes/widgets/htmega_notify.php:145
4635
- #: includes/widgets/htmega_notify.php:180
4636
- msgid "fadeIn"
4637
- msgstr ""
4638
-
4639
- #: includes/widgets/htmega_notify.php:146
4640
- #: includes/widgets/htmega_notify.php:181
4641
- msgid "fadeInDown"
4642
- msgstr ""
4643
-
4644
- #: includes/widgets/htmega_notify.php:147
4645
- #: includes/widgets/htmega_notify.php:182
4646
- msgid "fadeInDownBig"
4647
- msgstr ""
4648
-
4649
- #: includes/widgets/htmega_notify.php:148
4650
- #: includes/widgets/htmega_notify.php:183
4651
- #: extensions/wc-sales-notification/admin/setting.php:169
4652
- msgid "fadeInLeft"
4653
- msgstr ""
4654
-
4655
- #: includes/widgets/htmega_notify.php:149
4656
- #: includes/widgets/htmega_notify.php:184
4657
- msgid "fadeInLeftBig"
4658
- msgstr ""
4659
-
4660
- #: includes/widgets/htmega_notify.php:150
4661
- #: includes/widgets/htmega_notify.php:185
4662
- msgid "fadeInRight"
4663
- msgstr ""
4664
-
4665
- #: includes/widgets/htmega_notify.php:151
4666
- #: includes/widgets/htmega_notify.php:186
4667
- msgid "fadeInRightBig"
4668
- msgstr ""
4669
-
4670
- #: includes/widgets/htmega_notify.php:154
4671
- #: includes/widgets/htmega_notify.php:189
4672
- msgid "fadeInUp"
4673
- msgstr ""
4674
-
4675
- #: includes/widgets/htmega_notify.php:157
4676
- #: includes/widgets/htmega_notify.php:192
4677
- msgid "fadeInUpBig"
4678
- msgstr ""
4679
-
4680
- #: includes/widgets/htmega_notify.php:156
4681
- #: includes/widgets/htmega_notify.php:191
4682
- msgid "fadeOutDown"
4683
- msgstr ""
4684
-
4685
- #: includes/widgets/htmega_notify.php:153
4686
- #: includes/widgets/htmega_notify.php:188
4687
- msgid "fadeOutLeft"
4688
- msgstr ""
4689
-
4690
- #: includes/widgets/htmega_notify.php:152
4691
- #: includes/widgets/htmega_notify.php:187
4692
- #: extensions/wc-sales-notification/admin/setting.php:181
4693
- msgid "fadeOutRight"
4694
- msgstr ""
4695
-
4696
- #: includes/widgets/htmega_notify.php:155
4697
- #: includes/widgets/htmega_notify.php:190
4698
- msgid "fadeOutUp"
4699
- msgstr ""
4700
-
4701
- #: extensions/wc-sales-notification/admin/setting.php:70
4702
- msgid "Fakes"
4703
- msgstr ""
4704
-
4705
- #: admin/include/admin-setting.php:1252 admin/include/admin-setting.php:1277
4706
- msgid "Fakes notification"
4707
- msgstr ""
4708
-
4709
- #: includes/widgets/htmega_pricing_list_view.php:140
4710
- #: includes/widgets/htmega_pricing_list_view.php:146
4711
- #: includes/widgets/htmega_pricing_list_view.php:152
4712
- #: includes/widgets/htmega_pricing_list_view.php:158
4713
- msgid "fas fa-shopping-basket"
4714
- msgstr ""
4715
-
4716
- #: includes/widgets/htmega_job_manager.php:105
4717
- msgid "Feature Jobs only"
4718
- msgstr ""
4719
-
4720
- #: includes/widgets/htmega_booked_calender.php:102
4721
- msgid "February"
4722
- msgstr ""
4723
-
4724
- #: includes/widgets/htmega_instagram_feed.php:42
4725
- msgid "Feed Limit"
4726
- msgstr ""
4727
-
4728
- #: includes/widgets/htmega_pricing_list_view.php:537
4729
- #: includes/widgets/htmega_table.php:237
4730
- msgid "Fild Type"
4731
- msgstr ""
4732
-
4733
- #: includes/widgets/htmega_job_manager.php:134
4734
- msgid "Filters"
4735
- msgstr ""
4736
-
4737
- #: includes/widgets/htmega_layer_slider.php:63
4738
- msgid "First Slide Number"
4739
- msgstr ""
4740
-
4741
- #: includes/widgets/htmega_image_grid.php:66
4742
- #: includes/widgets/htmega_image_masonry.php:74
4743
- #: includes/widgets/htmega_testimonial_grid.php:77
4744
- msgid "Five"
4745
- msgstr ""
4746
-
4747
- #: includes/widgets/htmega_googlemap.php:281
4748
- msgid "Fixed Address"
4749
- msgstr ""
4750
-
4751
- #: includes/widgets/htmega_googlemap.php:502
4752
- msgid "Fixed Address Span Style"
4753
- msgstr ""
4754
-
4755
- #: includes/widgets/htmega_googlemap.php:272
4756
- msgid "Fixed Maps Address:"
4757
- msgstr ""
4758
-
4759
- #: admin/include/admin-setting.php:239
4760
- msgid "Flip Box"
4761
- msgstr ""
4762
-
4763
- #: includes/widgets/htmega_instagram.php:303
4764
- msgid "Flow Button Icon"
4765
- msgstr ""
4766
-
4767
- #: includes/widgets/htmega_search.php:391
4768
- msgid "Focus"
4769
- msgstr ""
4770
-
4771
- #: includes/widgets/htmega_instagram.php:292
4772
- msgid "Follow @"
4773
- msgstr ""
4774
-
4775
- #: includes/widgets/htmega_instagram.php:1282
4776
- msgid "Follow Button"
4777
- msgstr ""
4778
-
4779
- #: includes/widgets/htmega_instagram.php:290
4780
- msgid "Follow button Aditional text"
4781
- msgstr ""
4782
-
4783
- #: includes/widgets/htmega_instagram_feed.php:199
4784
- msgid "Follow Color"
4785
- msgstr ""
4786
-
4787
- #: includes/widgets/htmega_instagram_feed.php:123
4788
- #: includes/widgets/htmega_instagram_feed.php:124
4789
- msgid "Follow on Instagram"
4790
- msgstr ""
4791
-
4792
- #: includes/widgets/htmega_instagram_feed.php:121
4793
- msgid "Follow Text"
4794
- msgstr ""
4795
-
4796
- #: includes/widgets/htmega_instagram_feed.php:211
4797
- msgid "Follow Text Color"
4798
- msgstr ""
4799
-
4800
- #: includes/widgets/htmega_googlemap.php:201
4801
- #: includes/widgets/htmega_googlemap.php:232
4802
- #: includes/widgets/htmega_googlemap.php:434
4803
- #: includes/widgets/htmega_googlemap.php:521
4804
- msgid "Font Color"
4805
- msgstr ""
4806
-
4807
- #: includes/widgets/htmega_blockquote.php:575
4808
- #: includes/widgets/htmega_carousel.php:570
4809
- #: includes/widgets/htmega_image_marker.php:506
4810
- #: includes/widgets/htmega_instagram.php:772
4811
- #: includes/widgets/htmega_instagram.php:946
4812
- #: includes/widgets/htmega_lightbox.php:377
4813
- #: includes/widgets/htmega_panel_slider.php:775
4814
- #: includes/widgets/htmega_post_slider.php:1555
4815
- #: includes/widgets/htmega_search.php:464
4816
- #: includes/widgets/htmega_search.php:716
4817
- #: includes/widgets/htmega_slider_thumb_gallery.php:836
4818
- #: includes/widgets/htmega_teammember.php:1047
4819
- #: includes/widgets/htmega_twitter_feed.php:1088
4820
- #: includes/widgets/htmega_video_player.php:366
4821
- #: includes/widgets/htmega_working_process.php:955
4822
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:463
4823
- msgid "Font Size"
4824
- msgstr ""
4825
-
4826
- #: includes/widgets/htmega_modal.php:746
4827
- msgid "Footer"
4828
- msgstr ""
4829
-
4830
- #: includes/widgets/htmega_modal.php:831
4831
- msgid "Footer Close Button"
4832
- msgstr ""
4833
-
4834
- #: includes/widgets/htmega_table.php:119
4835
- msgid "Footer Info"
4836
- msgstr ""
4837
-
4838
- #: extensions/ht-builder/classes/class.header_footer.php:100
4839
- msgid "Footer Template"
4840
- msgstr ""
4841
-
4842
- #: extensions/ht-builder/admin/setting.php:91
4843
- msgid "Footer Template."
4844
- msgstr ""
4845
-
4846
- #: includes/widgets/htmega_modal.php:91
4847
- msgid "Footer Text"
4848
- msgstr ""
4849
-
4850
- #: includes/widgets/htmega_tablepress.php:399
4851
- msgid "Footer text"
4852
- msgstr ""
4853
-
4854
- #: includes/widgets/htmega_tablepress.php:108
4855
- msgid "Footer text Hide"
4856
- msgstr ""
4857
-
4858
- #: includes/widgets/htmega_pricing_list_view.php:321
4859
- #: includes/widgets/htmega_pricing_list_view.php:950
4860
- msgid "For Layout 4 only"
4861
- msgstr ""
4862
-
4863
- #: includes/widgets/htmega_mailchimp_for_wp.php:61
4864
- msgid ""
4865
- "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
4866
- "target=\"_blank\"> Click here </a>"
4867
- msgstr ""
4868
-
4869
- #: includes/widgets/weather/htmega_weather.php:317
4870
- msgid "Forcast"
4871
- msgstr ""
4872
-
4873
- #: includes/widgets/weather/htmega_weather.php:80
4874
- msgid "Forecast"
4875
- msgstr ""
4876
-
4877
- #: includes/widgets/htmega_user_login_form.php:926
4878
- msgid "Forget Text"
4879
- msgstr ""
4880
-
4881
- #: includes/widgets/htmega_user_login_form.php:942
4882
- msgid "Forget Text Color"
4883
- msgstr ""
4884
-
4885
- #: includes/widgets/htmega_user_login_form.php:953
4886
- msgid "Forget Text Hover Color"
4887
- msgstr ""
4888
-
4889
- #: includes/widgets/htmega_user_login_form.php:1614
4890
- msgid "Forgot Password?"
4891
- msgstr ""
4892
-
4893
- #: includes/widgets/htmega_wpforms.php:39
4894
- msgid "Form not found"
4895
- msgstr ""
4896
-
4897
- #: includes/helper-function.php:310
4898
- #: includes/widgets/htmega_gravity_forms.php:40
4899
- #: includes/widgets/htmega_qu_forms.php:41
4900
- msgid "Form Not Found!"
4901
- msgstr ""
4902
-
4903
- #: includes/widgets/htmega_ninja_forms.php:41
4904
- msgid "Form Not Found."
4905
- msgstr ""
4906
-
4907
- #: includes/widgets/htmega_bbpress.php:47
4908
- msgid "Forum Form"
4909
- msgstr ""
4910
-
4911
- #: includes/widgets/htmega_bbpress.php:46
4912
- msgid "Forum Index"
4913
- msgstr ""
4914
-
4915
- #: includes/widgets/htmega_image_grid.php:65
4916
- #: includes/widgets/htmega_image_masonry.php:73
4917
- #: includes/widgets/htmega_testimonial_grid.php:76
4918
- #: includes/widgets/htmega_testimonial_grid.php:91
4919
- #: includes/widgets/htmega_testimonial_grid.php:108
4920
- msgid "Four"
4921
- msgstr ""
4922
-
4923
- #: admin/include/templates_list.php:53
4924
- msgid "Free"
4925
- msgstr ""
4926
-
4927
- #: includes/widgets/htmega_business_hours.php:194
4928
- msgid "Friday"
4929
- msgstr ""
4930
-
4931
- #: includes/widgets/htmega_gravity_forms.php:92
4932
- msgid "From Ajax"
4933
- msgstr ""
4934
-
4935
- #: includes/widgets/htmega_instagram_feed.php:65
4936
- msgid "Full"
4937
- msgstr ""
4938
-
4939
- #: includes/widgets/htmega_scroll_navigation.php:135
4940
- msgid "Full Screen"
4941
- msgstr ""
4942
-
4943
- #: admin/include/admin-setting.php:247
4944
- #: includes/widgets/htmega_gallery_justify.php:13
4945
- #: includes/widgets/htmega_gallery_justify.php:43
4946
- msgid "Gallery Justify"
4947
- msgstr ""
4948
-
4949
- #: admin/include/admin-setting.php:71
4950
- msgid "General"
4951
- msgstr ""
4952
-
4953
- #: includes/widgets/htmega_testimonial_grid.php:238
4954
- msgid "Gerald Gilbert"
4955
- msgstr ""
4956
-
4957
- #: admin/include/admin-setting.php:1175
4958
- msgid "Get Pro Now"
4959
- msgstr ""
4960
-
4961
- #: admin/include/admin-setting.php:1176
4962
- msgid "Get pro now"
4963
- msgstr ""
4964
-
4965
- #: includes/class.htmega.php:190
4966
- #: admin/include/templates/library/templates.php:71
4967
- msgid "Go Pro"
4968
- msgstr ""
4969
-
4970
- #: admin/include/admin-setting.php:636
4971
- msgid ""
4972
- "Go to <a href=\"https://developers.google."
4973
- "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
4974
- "//developers.google.com</a> and generate the API key."
4975
- msgstr ""
4976
-
4977
- #: includes/widgets/htmega_googlemap.php:114
4978
- msgid ""
4979
- "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
4980
- "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
4981
- "Style Array"
4982
- msgstr ""
4983
-
4984
- #: includes/widgets/htmega_inline_menu.php:81
4985
- #: extensions/ht-builder/widgets/bl_nav_menu.php:75
4986
- #, php-format
4987
- msgid ""
4988
- "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
4989
- "menus."
4990
- msgstr ""
4991
-
4992
- #: includes/widgets/htmega_lightbox.php:95
4993
- msgid "Goggle Map Embed URL"
4994
- msgstr ""
4995
-
4996
- #: admin/include/admin-setting.php:255 includes/widgets/htmega_googlemap.php:13
4997
- #: includes/widgets/htmega_googlemap.php:43
4998
- #: includes/widgets/htmega_lightbox.php:55
4999
- msgid "Google Map"
5000
- msgstr ""
5001
-
5002
- #: admin/include/admin-setting.php:635
5003
- msgid "Google Map API Key"
5004
- msgstr ""
5005
-
5006
- #: admin/include/admin-setting.php:637
5007
- msgid "Google Map API key"
5008
- msgstr ""
5009
-
5010
- #: includes/widgets/htmega_socialshere.php:321
5011
- msgid "Google Plus"
5012
- msgstr ""
5013
-
5014
- #: includes/widgets/htmega_socialshere.php:55
5015
- msgid "Google+"
5016
- msgstr ""
5017
-
5018
- #: includes/widgets/htmega_post_grid.php:424
5019
- #: includes/widgets/htmega_post_grid_tab.php:1269
5020
- #: includes/widgets/htmega_post_grid_tab.php:1287
5021
- msgid "Gradient "
5022
- msgstr ""
5023
-
5024
- #: includes/widgets/htmega_post_grid.php:406
5025
- #: includes/widgets/htmega_post_grid_tab.php:1251
5026
- msgid "Gradient Five"
5027
- msgstr ""
5028
-
5029
- #: includes/widgets/htmega_post_grid.php:388
5030
- #: includes/widgets/htmega_post_grid_tab.php:1233
5031
- msgid "Gradient Four"
5032
- msgstr ""
5033
-
5034
- #: includes/widgets/htmega_post_grid.php:334
5035
- #: includes/widgets/htmega_post_grid.php:352
5036
- #: includes/widgets/htmega_post_grid_tab.php:1179
5037
- #: includes/widgets/htmega_post_grid_tab.php:1197
5038
- msgid "Gradient One"
5039
- msgstr ""
5040
-
5041
- #: includes/widgets/htmega_post_grid.php:370
5042
- #: includes/widgets/htmega_post_grid_tab.php:1215
5043
- msgid "Gradient Three"
5044
- msgstr ""
5045
-
5046
- #: admin/include/admin-setting.php:989
5047
- #: includes/widgets/htmega_gravity_forms.php:13
5048
- #: includes/widgets/htmega_gravity_forms.php:51
5049
- msgid "Gravity Forms"
5050
- msgstr ""
5051
-
5052
- #: includes/widgets/htmega_buddy_press.php:47
5053
- msgid "Group"
5054
- msgstr ""
5055
-
5056
- #: includes/widgets/htmega_post_grid_tab.php:1092
5057
- msgid "Group Item Style"
5058
- msgstr ""
5059
-
5060
- #: includes/helper-function.php:155
5061
- msgid "H1"
5062
- msgstr ""
5063
-
5064
- #: includes/helper-function.php:156
5065
- msgid "H2"
5066
- msgstr ""
5067
-
5068
- #: includes/helper-function.php:157
5069
- msgid "H3"
5070
- msgstr ""
5071
-
5072
- #: includes/helper-function.php:158
5073
- msgid "H4"
5074
- msgstr ""
5075
-
5076
- #: includes/helper-function.php:159
5077
- msgid "H5"
5078
- msgstr ""
5079
-
5080
- #: includes/helper-function.php:160
5081
- msgid "H6"
5082
- msgstr ""
5083
-
5084
- #: includes/widgets/htmega_image_comparison.php:411
5085
- msgid "Handler"
5086
- msgstr ""
5087
-
5088
- #: includes/widgets/htmega_counter.php:156
5089
- msgid "Happy Clients"
5090
- msgstr ""
5091
-
5092
- #: includes/widgets/htmega_twitter_feed.php:73
5093
- msgid "hastechit"
5094
- msgstr ""
5095
-
5096
- #: includes/recommended-plugins/class.recommended-plugins.php:227
5097
- msgid "HasTheme"
5098
- msgstr ""
5099
-
5100
- #. Author of the plugin
5101
- msgid "HasThemes"
5102
- msgstr ""
5103
-
5104
- #: includes/widgets/htmega_booked_calender.php:178
5105
- #: includes/widgets/htmega_modal.php:574
5106
- #: includes/widgets/htmega_popover.php:584
5107
- #: includes/widgets/htmega_tablepress.php:143
5108
- msgid "Header"
5109
- msgstr ""
5110
-
5111
- #: includes/widgets/htmega_booked_calender.php:189
5112
- msgid "Header Background"
5113
- msgstr ""
5114
-
5115
- #: includes/widgets/htmega_booked_calender.php:201
5116
- #: includes/widgets/htmega_instagram_feed.php:163
5117
- #: includes/widgets/htmega_user_login_form.php:667
5118
- msgid "Header Color"
5119
- msgstr ""
5120
-
5121
- #: includes/widgets/htmega_modal.php:42
5122
- #: includes/widgets/htmega_user_login_form.php:696
5123
- msgid "Header Content"
5124
- msgstr ""
5125
-
5126
- #: extensions/ht-builder/classes/class.header_footer.php:89
5127
- msgid "Header Template"
5128
- msgstr ""
5129
-
5130
- #: extensions/ht-builder/admin/setting.php:82
5131
- msgid "Header Template."
5132
- msgstr ""
5133
-
5134
- #: includes/widgets/htmega_booked_calender.php:459
5135
- msgid "Heading"
5136
- msgstr ""
5137
-
5138
- #: includes/widgets/htmega_animated_heading.php:128
5139
- msgid "Heading After Text"
5140
- msgstr ""
5141
-
5142
- #: includes/widgets/htmega_animated_heading.php:91
5143
- msgid "Heading Before Text"
5144
- msgstr ""
5145
-
5146
- #: extensions/wc-sales-notification/admin/setting.php:196
5147
- msgid "Heading Color"
5148
- msgstr ""
5149
-
5150
- #: admin/include/admin-setting.php:1260 admin/include/admin-setting.php:1285
5151
- msgid "Heading color option"
5152
- msgstr ""
5153
-
5154
- #: includes/widgets/htmega_animated_heading.php:138
5155
- msgid "Heading Placeholder Text"
5156
- msgstr ""
5157
-
5158
- #: includes/widgets/htmega_user_login_form.php:644
5159
- msgid "Heading Title Style"
5160
- msgstr ""
5161
-
5162
- #: includes/widgets/htmega_blockquote.php:658
5163
- #: includes/widgets/htmega_carousel.php:627
5164
- #: includes/widgets/htmega_carousel.php:892
5165
- #: includes/widgets/htmega_carousel.php:1131
5166
- #: includes/widgets/htmega_carousel.php:1225
5167
- #: includes/widgets/htmega_contact_form_seven.php:157
5168
- #: includes/widgets/htmega_contact_form_seven.php:329
5169
- #: includes/widgets/htmega_contact_form_seven.php:548
5170
- #: includes/widgets/htmega_gravity_forms.php:300
5171
- #: includes/widgets/htmega_gravity_forms.php:387
5172
- #: includes/widgets/htmega_image_comparison.php:486
5173
- #: includes/widgets/htmega_image_marker.php:822
5174
- #: includes/widgets/htmega_instagram.php:1003
5175
- #: includes/widgets/htmega_instagram.php:1182
5176
- #: includes/widgets/htmega_mailchimp_for_wp.php:159
5177
- #: includes/widgets/htmega_mailchimp_for_wp.php:300
5178
- #: includes/widgets/htmega_modal.php:329
5179
- #: includes/widgets/htmega_ninja_forms.php:390
5180
- #: includes/widgets/htmega_ninja_forms.php:500
5181
- #: includes/widgets/htmega_ninja_forms.php:585
5182
- #: includes/widgets/htmega_notify.php:672
5183
- #: includes/widgets/htmega_panel_slider.php:847
5184
- #: includes/widgets/htmega_panel_slider.php:1054
5185
- #: includes/widgets/htmega_post_slider.php:1613
5186
- #: includes/widgets/htmega_post_slider.php:1762
5187
- #: includes/widgets/htmega_pricing_list_view.php:377
5188
- #: includes/widgets/htmega_pricing_list_view.php:1006
5189
- #: includes/widgets/htmega_progressbar.php:420
5190
- #: includes/widgets/htmega_qu_forms.php:287
5191
- #: includes/widgets/htmega_qu_forms.php:397
5192
- #: includes/widgets/htmega_qu_forms.php:482
5193
- #: includes/widgets/htmega_scroll_navigation.php:131
5194
- #: includes/widgets/htmega_scroll_navigation.php:330
5195
- #: includes/widgets/htmega_search.php:309
5196
- #: includes/widgets/htmega_search.php:528
5197
- #: includes/widgets/htmega_search.php:759
5198
- #: includes/widgets/htmega_services.php:593
5199
- #: includes/widgets/htmega_services.php:841
5200
- #: includes/widgets/htmega_services.php:904
5201
- #: includes/widgets/htmega_slider_thumb_gallery.php:894
5202
- #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5203
- #: includes/widgets/htmega_twitter_feed.php:1146
5204
- #: includes/widgets/htmega_twitter_feed.php:1343
5205
- #: includes/widgets/htmega_user_login_form.php:874
5206
- #: includes/widgets/htmega_user_login_form.php:1029
5207
- #: includes/widgets/htmega_user_login_form.php:1120
5208
- #: includes/widgets/htmega_working_process.php:904
5209
- #: includes/widgets/htmega_working_process.php:1032
5210
- #: includes/widgets/htmega_wpforms.php:380
5211
- #: includes/widgets/htmega_wpforms.php:490
5212
- #: includes/widgets/htmega_wpforms.php:575
5213
- msgid "Height"
5214
- msgstr ""
5215
-
5216
- #: includes/widgets/htmega_teammember.php:1070
5217
- msgid "Height and Width"
5218
- msgstr ""
5219
-
5220
- #: includes/widgets/htmega_notify.php:485
5221
- msgid "Hello Typography"
5222
- msgstr ""
5223
-
5224
- #: includes/widgets/htmega_user_login_form.php:83
5225
- #: includes/widgets/htmega_user_login_form.php:84
5226
- msgid "Hello!"
5227
- msgstr ""
5228
-
5229
- #: includes/widgets/htmega_image_marker.php:130
5230
- #: includes/widgets/htmega_image_marker.php:153
5231
- msgid "Hidden Field"
5232
- msgstr ""
5233
-
5234
- #: includes/widgets/htmega_buddy_press.php:110
5235
- #: includes/widgets/htmega_buddy_press.php:123
5236
- #: includes/widgets/htmega_buddy_press.php:138
5237
- #: includes/widgets/htmega_buddy_press.php:153
5238
- #: includes/widgets/htmega_double_button.php:81
5239
- #: includes/widgets/htmega_gravity_forms.php:72
5240
- #: includes/widgets/htmega_gravity_forms.php:84
5241
- #: includes/widgets/htmega_instagram.php:178
5242
- #: includes/widgets/htmega_instagram.php:190
5243
- #: includes/widgets/htmega_instagram.php:280
5244
- #: includes/widgets/htmega_popover.php:130
5245
- #: includes/widgets/htmega_popover.php:207
5246
- #: includes/widgets/htmega_scroll_image.php:115
5247
- #: includes/widgets/htmega_socialshere.php:350
5248
- #: includes/widgets/htmega_table.php:61 includes/widgets/htmega_table.php:86
5249
- #: includes/widgets/htmega_table.php:98 includes/widgets/htmega_table.php:110
5250
- #: includes/widgets/htmega_table.php:122
5251
- #: includes/widgets/htmega_tooltip.php:130
5252
- #: includes/widgets/htmega_twitter_feed.php:147
5253
- #: includes/widgets/htmega_twitter_feed.php:159
5254
- #: includes/widgets/htmega_twitter_feed.php:171
5255
- #: includes/widgets/htmega_twitter_feed.php:183
5256
- #: includes/widgets/htmega_twitter_feed.php:195
5257
- #: includes/widgets/htmega_twitter_feed.php:209
5258
- #: includes/widgets/htmega_user_login_form.php:71
5259
- #: includes/widgets/htmega_user_login_form.php:177
5260
- #: includes/widgets/htmega_user_login_form.php:188
5261
- #: includes/widgets/htmega_user_login_form.php:279
5262
- #: includes/widgets/htmega_user_login_form.php:290
5263
- #: includes/widgets/htmega_user_login_form.php:302
5264
- #: includes/widgets/htmega_wc_add_to_cart.php:71
5265
- #: includes/widgets/htmega_wpforms.php:70
5266
- #: includes/widgets/htmega_wpforms.php:82
5267
- #: extensions/ht-builder/widgets/bl_post_archive.php:102
5268
- #: extensions/ht-builder/widgets/bl_post_archive.php:114
5269
- #: extensions/ht-builder/widgets/bl_post_archive.php:126
5270
- #: extensions/ht-builder/widgets/bl_post_archive.php:138
5271
- #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5272
- #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5273
- #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5274
- msgid "Hide"
5275
- msgstr ""
5276
-
5277
- #: includes/widgets/htmega_search.php:130
5278
- msgid "Hide Close Icon"
5279
- msgstr ""
5280
-
5281
- #: includes/widgets/weather/htmega_weather.php:115
5282
- msgid "Hide Current Status"
5283
- msgstr ""
5284
-
5285
- #: includes/widgets/htmega_easy_digital_download.php:177
5286
- #: includes/widgets/htmega_wc_categories.php:153
5287
- msgid "Hide Empty"
5288
- msgstr ""
5289
-
5290
- #: includes/widgets/weather/htmega_weather.php:151
5291
- msgid "Hide Forecast"
5292
- msgstr ""
5293
-
5294
- #: includes/widgets/htmega_countdown.php:180
5295
- msgid "Hide Label"
5296
- msgstr ""
5297
-
5298
- #: includes/widgets/htmega_slider_thumb_gallery.php:615
5299
- msgid "Hide on Mobile"
5300
- msgstr ""
5301
-
5302
- #: extensions/ht-builder/widgets/bl_post_archive.php:231
5303
- msgid "Hide Pagination"
5304
- msgstr ""
5305
-
5306
- #: includes/widgets/weather/htmega_weather.php:139
5307
- msgid "Hide Sun Status"
5308
- msgstr ""
5309
-
5310
- #: includes/widgets/htmega_section_title.php:537
5311
- msgid "Highlight Title Color"
5312
- msgstr ""
5313
-
5314
- #: includes/widgets/htmega_business_hours.php:101
5315
- msgid "Hight Light this day"
5316
- msgstr ""
5317
-
5318
- #: includes/widgets/htmega_animated_heading.php:93
5319
- msgid "Honesty is the best policy"
5320
- msgstr ""
5321
-
5322
- #: includes/widgets/htmega_progressbar.php:53
5323
- #: includes/widgets/htmega_scroll_navigation.php:122
5324
- msgid "Horizontal"
5325
- msgstr ""
5326
-
5327
- #: includes/widgets/htmega_carousel.php:721
5328
- #: includes/widgets/htmega_carousel.php:946
5329
- #: includes/widgets/htmega_carousel.php:1158
5330
- #: includes/widgets/htmega_carousel.php:1252
5331
- #: includes/widgets/htmega_panel_slider.php:913
5332
- #: includes/widgets/htmega_slider_thumb_gallery.php:947
5333
- #: includes/widgets/htmega_twitter_feed.php:1204
5334
- msgid "Horizontal Position"
5335
- msgstr ""
5336
-
5337
- #: includes/widgets/htmega_special_banner.php:190
5338
- msgid "Horizontal Postion"
5339
- msgstr ""
5340
-
5341
- #: includes/widgets/htmega_instagram.php:112
5342
- msgid "Hour"
5343
- msgstr ""
5344
-
5345
- #: includes/widgets/htmega_countdown.php:142
5346
- #: includes/widgets/htmega_countdown.php:216
5347
- #: includes/widgets/htmega_countdown.php:218
5348
- msgid "Hours"
5349
- msgstr ""
5350
-
5351
- #: includes/widgets/htmega_404_content.php:629
5352
- #: includes/widgets/htmega_404_content.php:780
5353
- #: includes/widgets/htmega_add_banner.php:198
5354
- #: includes/widgets/htmega_add_banner.php:298
5355
- #: includes/widgets/htmega_add_banner.php:707
5356
- #: includes/widgets/htmega_booked_calender.php:643
5357
- #: includes/widgets/htmega_booked_calender.php:789
5358
- #: includes/widgets/htmega_brand.php:231
5359
- #: includes/widgets/htmega_buddy_press.php:329
5360
- #: includes/widgets/htmega_button.php:326
5361
- #: includes/widgets/htmega_button.php:603
5362
- #: includes/widgets/htmega_caldera_forms.php:293
5363
- #: includes/widgets/htmega_call_to_action.php:816
5364
- #: includes/widgets/htmega_call_to_action.php:1022
5365
- #: includes/widgets/htmega_carousel.php:752
5366
- #: includes/widgets/htmega_contact_form_seven.php:656
5367
- #: includes/widgets/htmega_countdown.php:1123
5368
- #: includes/widgets/htmega_cuctom_event.php:191
5369
- #: includes/widgets/htmega_cuctom_event.php:441
5370
- #: includes/widgets/htmega_double_button.php:414
5371
- #: includes/widgets/htmega_double_button.php:555
5372
- #: includes/widgets/htmega_double_button.php:728
5373
- #: includes/widgets/htmega_download_monitor.php:221
5374
- #: includes/widgets/htmega_easy_digital_download.php:387
5375
- #: includes/widgets/htmega_easy_digital_download.php:593
5376
- #: includes/widgets/htmega_gravity_forms.php:491
5377
- #: includes/widgets/htmega_image_grid.php:535
5378
- #: includes/widgets/htmega_image_masonry.php:521
5379
- #: includes/widgets/htmega_inline_menu.php:244
5380
- #: includes/widgets/htmega_instagram.php:1073
5381
- #: includes/widgets/htmega_mailchimp_for_wp.php:445
5382
- #: includes/widgets/htmega_modal.php:434
5383
- #: includes/widgets/htmega_news_ticker.php:855
5384
- #: includes/widgets/htmega_ninja_forms.php:689
5385
- #: includes/widgets/htmega_notify.php:410
5386
- #: includes/widgets/htmega_offcanvas.php:478
5387
- #: includes/widgets/htmega_panel_slider.php:968
5388
- #: includes/widgets/htmega_popover.php:453
5389
- #: includes/widgets/htmega_post_grid_tab.php:688
5390
- #: includes/widgets/htmega_post_grid_tab.php:928
5391
- #: includes/widgets/htmega_post_grid_tab.php:1051
5392
- #: includes/widgets/htmega_post_slider.php:1122
5393
- #: includes/widgets/htmega_post_slider.php:1355
5394
- #: includes/widgets/htmega_post_slider.php:1683
5395
- #: includes/widgets/htmega_qu_forms.php:586
5396
- #: includes/widgets/htmega_search.php:604
5397
- #: includes/widgets/htmega_search.php:936
5398
- #: includes/widgets/htmega_services.php:271
5399
- #: includes/widgets/htmega_services.php:748
5400
- #: includes/widgets/htmega_services.php:1108
5401
- #: includes/widgets/htmega_single_post.php:453
5402
- #: includes/widgets/htmega_slider_thumb_gallery.php:989
5403
- #: includes/widgets/htmega_socialshere.php:705
5404
- #: includes/widgets/htmega_special_banner.php:730
5405
- #: includes/widgets/htmega_testimonial_grid.php:336
5406
- #: includes/widgets/htmega_toggle.php:343
5407
- #: includes/widgets/htmega_tooltip.php:430
5408
- #: includes/widgets/htmega_twitter_feed.php:871
5409
- #: includes/widgets/htmega_twitter_feed.php:1028
5410
- #: includes/widgets/htmega_twitter_feed.php:1233
5411
- #: includes/widgets/htmega_user_login_form.php:1199
5412
- #: includes/widgets/htmega_user_login_form.php:1383
5413
- #: includes/widgets/htmega_vertical_timeline.php:275
5414
- #: includes/widgets/htmega_video_player.php:457
5415
- #: includes/widgets/htmega_wc_categories.php:238
5416
- #: includes/widgets/htmega_wc_categories.php:372
5417
- #: includes/widgets/htmega_wc_categories.php:449
5418
- #: includes/widgets/htmega_wc_element_pages.php:284
5419
- #: includes/widgets/htmega_wc_element_pages.php:426
5420
- #: includes/widgets/htmega_wc_element_pages.php:779
5421
- #: includes/widgets/htmega_wc_element_pages.php:1062
5422
- #: includes/widgets/htmega_wc_element_pages.php:1178
5423
- #: includes/widgets/htmega_working_process.php:555
5424
- #: includes/widgets/htmega_working_process.php:1064
5425
- #: includes/widgets/htmega_wpforms.php:679
5426
- #: extensions/ht-builder/widgets/bl_nav_menu.php:227
5427
- #: extensions/ht-builder/widgets/bl_nav_menu.php:429
5428
- #: extensions/ht-builder/widgets/bl_post_archive.php:407
5429
- #: extensions/ht-builder/widgets/bl_post_archive.php:514
5430
- #: extensions/ht-builder/widgets/bl_post_archive.php:620
5431
- #: extensions/ht-builder/widgets/bl_post_archive.php:789
5432
- #: extensions/ht-builder/widgets/bl_post_archive.php:913
5433
- #: extensions/ht-builder/widgets/bl_post_comments.php:141
5434
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:419
5435
- #: extensions/ht-builder/widgets/bl_post_search_form.php:251
5436
- #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5437
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5438
- msgid "Hover"
5439
- msgstr ""
5440
-
5441
- #: includes/widgets/htmega_button.php:489
5442
- msgid "Hover Animation"
5443
- msgstr ""
5444
-
5445
- #: includes/widgets/htmega_add_banner.php:206
5446
- #: includes/widgets/htmega_booked_calender.php:323
5447
- #: includes/widgets/htmega_booked_calender.php:377
5448
- #: includes/widgets/htmega_socialshere.php:150
5449
- #: includes/widgets/htmega_tablepress.php:163
5450
- msgid "Hover Background"
5451
- msgstr ""
5452
-
5453
- #: includes/widgets/htmega_teammember.php:407
5454
- msgid "Hover Background Color"
5455
- msgstr ""
5456
-
5457
- #: includes/widgets/htmega_booked_calender.php:334
5458
- #: includes/widgets/htmega_booked_calender.php:388
5459
- #: includes/widgets/htmega_easy_digital_download.php:394
5460
- #: includes/widgets/htmega_post_grid.php:465
5461
- #: includes/widgets/htmega_post_grid_tab.php:447
5462
- #: includes/widgets/htmega_post_slider.php:882
5463
- #: includes/widgets/htmega_post_slider.php:1186
5464
- #: includes/widgets/htmega_services.php:376
5465
- #: includes/widgets/htmega_single_post.php:173
5466
- #: includes/widgets/htmega_user_login_form.php:994
5467
- #: includes/widgets/htmega_vertical_timeline.php:143
5468
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:491
5469
- #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5470
- msgid "Hover Color"
5471
- msgstr ""
5472
-
5473
- #: includes/widgets/htmega_socialshere.php:189
5474
- #: includes/widgets/htmega_socialshere.php:271
5475
- msgid "Hover color"
5476
- msgstr ""
5477
-
5478
- #: includes/widgets/htmega_teammember.php:441
5479
- msgid "Hover Content background color"
5480
- msgstr ""
5481
-
5482
- #: includes/widgets/htmega_teammember.php:423
5483
- msgid "Hover Round Space"
5484
- msgstr ""
5485
-
5486
- #: includes/widgets/htmega_teammember.php:654
5487
- msgid "Hover Shape Color"
5488
- msgstr ""
5489
-
5490
- #: includes/widgets/htmega_socialshere.php:140
5491
- #: includes/widgets/htmega_socialshere.php:262
5492
- msgid "Hover Style"
5493
- msgstr ""
5494
-
5495
- #: extensions/ht-builder/admin/setting.php:33
5496
- #: extensions/ht-builder/admin/setting.php:34
5497
- msgid "HT Builder"
5498
- msgstr ""
5499
-
5500
- #: extensions/ht-builder/admin/setting.php:184
5501
- msgid "HT Builder Settings"
5502
- msgstr ""
5503
-
5504
- #: includes/recommended-plugins/recommended-plugins.php:106
5505
- msgid "HT Contact Form 7"
5506
- msgstr ""
5507
-
5508
- #: includes/class.post-duplicator.php:45
5509
- msgid "HT Duplicate"
5510
- msgstr ""
5511
-
5512
- #: includes/recommended-plugins/recommended-plugins.php:101
5513
- msgid "HT Easy GA4 ( Google Analytics 4 )"
5514
- msgstr ""
5515
-
5516
- #: extensions/ht-builder/classes/class.header_footer.php:81
5517
- msgid "HT Header & Footer"
5518
- msgstr ""
5519
-
5520
- #. Name of the plugin
5521
- msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5522
- msgstr ""
5523
-
5524
- #: includes/class.post-duplicator.php:45
5525
- msgid "HT Mega Duplicator"
5526
- msgstr ""
5527
-
5528
- #: admin/include/class.library-source.php:79
5529
- msgid "HT Mega Library"
5530
- msgstr ""
5531
-
5532
- #: extensions/ht-menu/admin/setting.php:31
5533
- #: extensions/ht-menu/admin/setting.php:32
5534
- msgid "HT Menu"
5535
- msgstr ""
5536
-
5537
- #: extensions/ht-menu/admin/setting.php:46
5538
- #: extensions/ht-menu/admin/setting.php:136
5539
- msgid "HT Menu Settings"
5540
- msgstr ""
5541
-
5542
- #: includes/recommended-plugins/recommended-plugins.php:111
5543
- msgid "HT WPForms"
5544
- msgstr ""
5545
-
5546
- #: admin/include/admin-setting.php:1158
5547
- msgid "HTMega"
5548
- msgstr ""
5549
-
5550
- #: includes/class.htmega.php:159 includes/class.htmega.php:174
5551
- #: includes/widgets_control.php:27 admin/include/admin-setting.php:37
5552
- #: admin/include/admin-setting.php:38
5553
- msgid "HTMega Addons"
5554
- msgstr ""
5555
-
5556
- #: includes/class.htmega.php:137
5557
- msgid ""
5558
- "HTMEGA Addons not working because you need to activate the Elementor plugin."
5559
- msgstr ""
5560
-
5561
- #: includes/class.htmega.php:144
5562
- msgid ""
5563
- "HTMEGA Addons not working because you need to install the Elementor plugin"
5564
- msgstr ""
5565
-
5566
- #: admin/include/admin-setting.php:1122
5567
- msgid "HTMega Addons Settings"
5568
- msgstr ""
5569
-
5570
- #: extensions/ht-builder/classes/class.widgets_control.php:40
5571
- msgid "HTMega Builder"
5572
- msgstr ""
5573
-
5574
- #: admin/include/admin-setting.php:1241
5575
- msgid "HTMega Free"
5576
- msgstr ""
5577
-
5578
- #: admin/include/admin-setting.php:1237
5579
- msgid "HTMega Free Vs HTMega Pro."
5580
- msgstr ""
5581
-
5582
- #: extensions/ht-menu/classes/class.mega-menu.php:69
5583
- msgid "HTMega Menu"
5584
- msgstr ""
5585
-
5586
- #: admin/include/admin-setting.php:1266
5587
- msgid "HTMega Pro"
5588
- msgstr ""
5589
-
5590
- #: includes/widgets/htmega_section_title.php:209
5591
- #: includes/widgets/htmega_section_title.php:267
5592
- msgid "HTML Tag"
5593
- msgstr ""
5594
-
5595
- #: includes/widgets/htmega_pricing_list_view.php:156
5596
- msgid "Html Template"
5597
- msgstr ""
5598
-
5599
- #: includes/widgets/htmega_scroll_image.php:56
5600
- msgid "https://example.com/"
5601
- msgstr ""
5602
-
5603
- #. Author URI of the plugin
5604
- msgid "https://hasthemes.com/"
5605
- msgstr ""
5606
-
5607
- #. URI of the plugin
5608
- msgid "https://wphtmega.com/"
5609
- msgstr ""
5610
-
5611
- #: includes/widgets/htmega_teammember.php:225
5612
- #: includes/widgets/htmega_teammember.php:308
5613
- msgid "https://www.facebook.com/hastech.company/"
5614
- msgstr ""
5615
-
5616
- #: includes/widgets/htmega_lightbox.php:101
5617
- msgid "https://www.google.com/maps/embed?pb"
5618
- msgstr ""
5619
-
5620
- #: includes/widgets/htmega_lightbox.php:99
5621
- msgid ""
5622
- "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
5623
- "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
5624
- "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
5625
- "1sen!2sbd!4v1536834022797"
5626
- msgstr ""
5627
-
5628
- #: includes/widgets/htmega_video_player.php:62
5629
- #: includes/widgets/htmega_video_player.php:63
5630
- msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
5631
- msgstr ""
5632
-
5633
- #: includes/widgets/htmega_lightbox.php:81
5634
- #: includes/widgets/htmega_lightbox.php:83
5635
- msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
5636
- msgstr ""
5637
-
5638
- #: includes/widgets/htmega_404_content.php:161
5639
- #: includes/widgets/htmega_404_content.php:209
5640
- #: includes/widgets/htmega_add_banner.php:121
5641
- #: includes/widgets/htmega_button.php:71
5642
- #: includes/widgets/htmega_call_to_action.php:147
5643
- #: includes/widgets/htmega_call_to_action.php:241
5644
- #: includes/widgets/htmega_cuctom_event.php:104
5645
- #: includes/widgets/htmega_double_button.php:110
5646
- #: includes/widgets/htmega_double_button.php:197
5647
- #: includes/widgets/htmega_image_grid.php:151
5648
- #: includes/widgets/htmega_image_masonry.php:131
5649
- #: includes/widgets/htmega_popover.php:141
5650
- #: includes/widgets/htmega_pricing_list_view.php:120
5651
- #: includes/widgets/htmega_pricing_list_view.php:654
5652
- #: includes/widgets/htmega_section_title.php:198
5653
- #: includes/widgets/htmega_section_title.php:256
5654
- #: includes/widgets/htmega_services.php:149
5655
- #: includes/widgets/htmega_special_banner.php:125
5656
- #: includes/widgets/htmega_tooltip.php:141
5657
- msgid "https://your-link.com"
5658
- msgstr ""
5659
-
5660
- #: includes/widgets/htmega_teammember.php:177
5661
- msgid "I am web developer."
5662
- msgstr ""
5663
-
5664
- #: includes/widgets/htmega_blockquote.php:97
5665
- #: includes/widgets/htmega_blockquote.php:134
5666
- #: includes/widgets/htmega_button.php:98
5667
- #: includes/widgets/htmega_call_to_action.php:163
5668
- #: includes/widgets/htmega_call_to_action.php:257
5669
- #: includes/widgets/htmega_countdown.php:280
5670
- #: includes/widgets/htmega_counter.php:103
5671
- #: includes/widgets/htmega_counter.php:114
5672
- #: includes/widgets/htmega_double_button.php:123
5673
- #: includes/widgets/htmega_double_button.php:210
5674
- #: includes/widgets/htmega_download_monitor.php:117
5675
- #: includes/widgets/htmega_instagram.php:219
5676
- #: includes/widgets/htmega_instagram.php:760
5677
- #: includes/widgets/htmega_lightbox.php:119
5678
- #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
5679
- #: includes/widgets/htmega_notify.php:247
5680
- #: includes/widgets/htmega_popover.php:53
5681
- #: includes/widgets/htmega_popover.php:86
5682
- #: includes/widgets/htmega_pricing_list_view.php:106
5683
- #: includes/widgets/htmega_pricing_list_view.php:236
5684
- #: includes/widgets/htmega_pricing_list_view.php:254
5685
- #: includes/widgets/htmega_pricing_list_view.php:574
5686
- #: includes/widgets/htmega_pricing_list_view.php:1778
5687
- #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
5688
- #: includes/widgets/htmega_section_title.php:102
5689
- #: includes/widgets/htmega_section_title.php:138
5690
- #: includes/widgets/htmega_services.php:77
5691
- #: includes/widgets/htmega_services.php:114
5692
- #: includes/widgets/htmega_services.php:559
5693
- #: includes/widgets/htmega_socialshere.php:100
5694
- #: includes/widgets/htmega_socialshere.php:203
5695
- #: includes/widgets/htmega_switcher.php:73
5696
- #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tab.php:78
5697
- #: includes/widgets/htmega_table.php:255
5698
- #: includes/widgets/htmega_teammember.php:232
5699
- #: includes/widgets/htmega_tooltip.php:53
5700
- #: includes/widgets/htmega_tooltip.php:86
5701
- #: includes/widgets/htmega_video_player.php:85
5702
- #: includes/widgets/htmega_working_process.php:113
5703
- #: includes/widgets/htmega_working_process.php:150
5704
- #: includes/widgets/htmega_working_process.php:924
5705
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:287
5706
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:443
5707
- #: extensions/ht-builder/widgets/bl_post_search_form.php:62
5708
- #: extensions/ht-builder/widgets/bl_post_search_form.php:74
5709
- #: extensions/ht-menu/menu/templates.php:47
5710
- #: extensions/ht-menu/menu/templates.php:106
5711
- msgid "Icon"
5712
- msgstr ""
5713
-
5714
- #: extensions/ht-builder/widgets/bl_nav_menu.php:492
5715
- msgid "Icon Align"
5716
- msgstr ""
5717
-
5718
- #: includes/widgets/htmega_button.php:538
5719
- #: includes/widgets/htmega_button.php:622
5720
- #: includes/widgets/htmega_teammember.php:256
5721
- msgid "Icon Background"
5722
- msgstr ""
5723
-
5724
- #: includes/widgets/htmega_accordion.php:1088
5725
- msgid "Icon Box Height"
5726
- msgstr ""
5727
-
5728
- #: includes/widgets/htmega_news_ticker.php:778
5729
- msgid "Icon Box Height/Width"
5730
- msgstr ""
5731
-
5732
- #: includes/widgets/htmega_accordion.php:1071
5733
- msgid "Icon Box Width"
5734
- msgstr ""
5735
-
5736
- #: includes/widgets/htmega_booked_calender.php:514
5737
- #: includes/widgets/htmega_notify.php:649
5738
- #: includes/widgets/htmega_post_grid_tab.php:756
5739
- #: includes/widgets/htmega_post_slider.php:1176
5740
- #: includes/widgets/htmega_pricing_list_view.php:306
5741
- #: includes/widgets/htmega_pricing_list_view.php:898
5742
- #: includes/widgets/htmega_search.php:270
5743
- #: includes/widgets/htmega_single_post.php:372
5744
- #: includes/widgets/htmega_tab.php:177 includes/widgets/htmega_tab.php:687
5745
- #: includes/widgets/htmega_tab.php:802
5746
- #: includes/widgets/htmega_teammember.php:244
5747
- #: extensions/ht-builder/widgets/bl_nav_menu.php:481
5748
- msgid "Icon Color"
5749
- msgstr ""
5750
-
5751
- #: includes/widgets/htmega_lightbox.php:408
5752
- msgid "Icon Dimensions"
5753
- msgstr ""
5754
-
5755
- #: includes/widgets/htmega_search.php:881
5756
- #: includes/widgets/htmega_socialshere.php:471
5757
- #: includes/widgets/htmega_toggle.php:252
5758
- msgid "Icon Font Size"
5759
- msgstr ""
5760
-
5761
- #: includes/widgets/htmega_instagram.php:1439
5762
- #: includes/widgets/htmega_socialshere.php:500
5763
- #: includes/widgets/htmega_tab.php:772
5764
- msgid "Icon Height"
5765
- msgstr ""
5766
-
5767
- #: includes/widgets/htmega_teammember.php:279
5768
- msgid "Icon Hover Background"
5769
- msgstr ""
5770
-
5771
- #: includes/widgets/htmega_teammember.php:290
5772
- msgid "Icon Hover border color"
5773
- msgstr ""
5774
-
5775
- #: includes/widgets/htmega_teammember.php:267
5776
- msgid "Icon Hover Color"
5777
- msgstr ""
5778
-
5779
- #: includes/widgets/htmega_video_player.php:97
5780
- msgid "Icon Image"
5781
- msgstr ""
5782
-
5783
- #: includes/widgets/htmega_button.php:107
5784
- #: includes/widgets/htmega_call_to_action.php:196
5785
- #: includes/widgets/htmega_call_to_action.php:290
5786
- #: includes/widgets/htmega_double_button.php:153
5787
- #: includes/widgets/htmega_double_button.php:240
5788
- #: includes/widgets/htmega_modal.php:174
5789
- #: includes/widgets/htmega_offcanvas.php:191
5790
- #: includes/widgets/htmega_pricing_list_view.php:1177
5791
- msgid "Icon Position"
5792
- msgstr ""
5793
-
5794
- #: includes/widgets/htmega_socialshere.php:455
5795
- msgid "Icon Settings"
5796
- msgstr ""
5797
-
5798
- #: includes/widgets/htmega_table.php:292
5799
- msgid "Icon SIze"
5800
- msgstr ""
5801
-
5802
- #: includes/widgets/htmega_accordion.php:978
5803
- #: includes/widgets/htmega_call_to_action.php:785
5804
- #: includes/widgets/htmega_call_to_action.php:991
5805
- #: includes/widgets/htmega_instagram.php:1377
5806
- #: includes/widgets/htmega_modal.php:377
5807
- #: includes/widgets/htmega_news_ticker.php:606
5808
- #: includes/widgets/htmega_news_ticker.php:758
5809
- #: includes/widgets/htmega_notify.php:638
5810
- #: includes/widgets/htmega_popover.php:362
5811
- #: includes/widgets/htmega_pricing_list_view.php:743
5812
- #: includes/widgets/htmega_services.php:624
5813
- #: includes/widgets/htmega_switcher.php:82
5814
- #: includes/widgets/htmega_switcher.php:173 includes/widgets/htmega_tab.php:700
5815
- #: includes/widgets/htmega_tooltip.php:339
5816
- msgid "Icon Size"
5817
- msgstr ""
5818
-
5819
- #: includes/widgets/htmega_modal.php:409
5820
- msgid "Icon Space"
5821
- msgstr ""
5822
-
5823
- #: includes/widgets/htmega_button.php:125
5824
- #: includes/widgets/htmega_call_to_action.php:174
5825
- #: includes/widgets/htmega_call_to_action.php:268
5826
- #: includes/widgets/htmega_double_button.php:131
5827
- #: includes/widgets/htmega_double_button.php:218
5828
- #: includes/widgets/htmega_offcanvas.php:215
5829
- msgid "Icon Spacing"
5830
- msgstr ""
5831
-
5832
- #: includes/widgets/htmega_button.php:504
5833
- #: includes/widgets/htmega_news_ticker.php:594
5834
- msgid "Icon Style"
5835
- msgstr ""
5836
-
5837
- #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
5838
- #: includes/widgets/htmega_section_title.php:94
5839
- #: includes/widgets/htmega_working_process.php:105
5840
- msgid "Icon Type"
5841
- msgstr ""
5842
-
5843
- #: includes/widgets/htmega_instagram.php:1420
5844
- #: includes/widgets/htmega_socialshere.php:548
5845
- #: includes/widgets/htmega_tab.php:751
5846
- msgid "Icon Width"
5847
- msgstr ""
5848
-
5849
- #: includes/widgets/htmega_counter.php:814
5850
- msgid "Icon/Image"
5851
- msgstr ""
5852
-
5853
- #: includes/widgets/htmega_pricing_list_view.php:621
5854
- msgid "Icons"
5855
- msgstr ""
5856
-
5857
- #: includes/widgets/htmega_bbpress.php:65
5858
- #: includes/widgets/htmega_news_ticker.php:251
5859
- #: includes/widgets/htmega_post_grid.php:148
5860
- #: includes/widgets/htmega_post_grid_tab.php:155
5861
- #: includes/widgets/htmega_post_slider.php:159
5862
- #: extensions/ht-builder/widgets/bl_post_archive.php:199
5863
- msgid "ID"
5864
- msgstr ""
5865
-
5866
- #: includes/widgets/htmega_news_ticker.php:815
5867
- #: includes/widgets/htmega_panel_slider.php:829
5868
- msgid "If need to different from prev button"
5869
- msgstr ""
5870
-
5871
- #: admin/include/admin-setting.php:1186
5872
- msgid ""
5873
- "If you’re loving how our product has helped your business, please let the "
5874
- "WordPress community know by"
5875
- msgstr ""
5876
-
5877
- #: includes/widgets/htmega_404_content.php:57
5878
- #: includes/widgets/htmega_accordion.php:151
5879
- #: includes/widgets/htmega_accordion.php:194
5880
- #: includes/widgets/htmega_add_banner.php:72
5881
- #: includes/widgets/htmega_blockquote.php:93
5882
- #: includes/widgets/htmega_blockquote.php:108
5883
- #: includes/widgets/htmega_carousel.php:79
5884
- #: includes/widgets/htmega_counter.php:99
5885
- #: includes/widgets/htmega_counter.php:125
5886
- #: includes/widgets/htmega_cuctom_event.php:51
5887
- #: includes/widgets/htmega_image_grid.php:123
5888
- #: includes/widgets/htmega_image_masonry.php:103
5889
- #: includes/widgets/htmega_instagram.php:215
5890
- #: includes/widgets/htmega_instagram.php:233
5891
- #: includes/widgets/htmega_lightbox.php:53
5892
- #: includes/widgets/htmega_lightbox.php:63
5893
- #: includes/widgets/htmega_lightbox.php:117
5894
- #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
5895
- #: includes/widgets/htmega_panel_slider.php:87
5896
- #: includes/widgets/htmega_popover.php:61
5897
- #: includes/widgets/htmega_popover.php:101
5898
- #: includes/widgets/htmega_pricing_list_view.php:240
5899
- #: includes/widgets/htmega_pricing_list_view.php:267
5900
- #: includes/widgets/htmega_section_title.php:98
5901
- #: includes/widgets/htmega_section_title.php:112
5902
- #: includes/widgets/htmega_services.php:73
5903
- #: includes/widgets/htmega_services.php:88
5904
- #: includes/widgets/htmega_services.php:876
5905
- #: includes/widgets/htmega_slider_thumb_gallery.php:82
5906
- #: includes/widgets/htmega_special_banner.php:58
5907
- #: includes/widgets/htmega_table.php:256
5908
- #: includes/widgets/htmega_testimonial_grid.php:195
5909
- #: includes/widgets/htmega_testimonial_grid.php:388
5910
- #: includes/widgets/htmega_tooltip.php:61
5911
- #: includes/widgets/htmega_tooltip.php:101
5912
- #: includes/widgets/htmega_video_player.php:86
5913
- #: includes/widgets/htmega_wc_categories.php:398
5914
- #: includes/widgets/htmega_working_process.php:109
5915
- #: includes/widgets/htmega_working_process.php:124
5916
- #: extensions/ht-builder/widgets/bl_post_author_info.php:139
5917
- msgid "Image"
5918
- msgstr ""
5919
-
5920
- #: includes/widgets/htmega_image_comparison.php:532
5921
- msgid "Image After"
5922
- msgstr ""
5923
-
5924
- #: includes/widgets/htmega_image_comparison.php:512
5925
- msgid "Image Before"
5926
- msgstr ""
5927
-
5928
- #: includes/widgets/htmega_post_grid.php:236
5929
- #: includes/widgets/htmega_post_grid_tab.php:324
5930
- msgid "Image Border Radius"
5931
- msgstr ""
5932
-
5933
- #: includes/widgets/htmega_panel_slider.php:610
5934
- msgid "Image Box Padding"
5935
- msgstr ""
5936
-
5937
- #: admin/include/admin-setting.php:263
5938
- #: includes/widgets/htmega_image_comparison.php:13
5939
- #: includes/widgets/htmega_image_comparison.php:43
5940
- msgid "Image Comparison"
5941
- msgstr ""
5942
-
5943
- #: admin/include/admin-setting.php:271
5944
- #: includes/widgets/htmega_image_grid.php:13
5945
- #: includes/widgets/htmega_image_grid.php:35
5946
- msgid "Image Grid"
5947
- msgstr ""
5948
-
5949
- #: includes/widgets/htmega_image_grid.php:170
5950
- msgid "Image Grid Description"
5951
- msgstr ""
5952
-
5953
- #: includes/widgets/htmega_image_grid.php:116
5954
- msgid "Image Grid Description."
5955
- msgstr ""
5956
-
5957
- #: includes/widgets/htmega_carousel.php:101
5958
- #: includes/widgets/htmega_image_grid.php:169
5959
- msgid "Image Grid Title"
5960
- msgstr ""
5961
-
5962
- #: includes/widgets/htmega_carousel.php:72
5963
- #: includes/widgets/htmega_image_grid.php:107
5964
- msgid "Image Grid Title."
5965
- msgstr ""
5966
-
5967
- #: includes/widgets/htmega_table.php:372
5968
- msgid "Image Height"
5969
- msgstr ""
5970
-
5971
- #: includes/widgets/htmega_teammember.php:100
5972
- msgid "Image Hover Animate"
5973
- msgstr ""
5974
-
5975
- #: extensions/wc-sales-notification/admin/setting.php:94
5976
- msgid "Image Left"
5977
- msgstr ""
5978
-
5979
- #: includes/widgets/htmega_instagram.php:87
5980
- msgid "Image link in new tab"
5981
- msgstr ""
5982
-
5983
- #: admin/include/admin-setting.php:279
5984
- #: includes/widgets/htmega_image_magnifier.php:13
5985
- msgid "Image Magnifier"
5986
- msgstr ""
5987
-
5988
- #: admin/include/admin-setting.php:287
5989
- #: includes/widgets/htmega_image_marker.php:13
5990
- msgid "Image Marker"
5991
- msgstr ""
5992
-
5993
- #: admin/include/admin-setting.php:295
5994
- #: includes/widgets/htmega_image_masonry.php:13
5995
- #: includes/widgets/htmega_image_masonry.php:43
5996
- msgid "Image Masonry"
5997
- msgstr ""
5998
-
5999
- #: includes/widgets/htmega_image_masonry.php:150
6000
- msgid "Image Masonry Description"
6001
- msgstr ""
6002
-
6003
- #: includes/widgets/htmega_image_masonry.php:96
6004
- msgid "Image Masonry Description."
6005
- msgstr ""
6006
-
6007
- #: includes/widgets/htmega_image_masonry.php:149
6008
- msgid "Image Masonry Title"
6009
- msgstr ""
6010
-
6011
- #: includes/widgets/htmega_image_masonry.php:87
6012
- msgid "Image Masonry Title."
6013
- msgstr ""
6014
-
6015
- #: includes/widgets/htmega_panel_slider.php:587
6016
- #: includes/widgets/htmega_post_grid.php:218
6017
- #: includes/widgets/htmega_post_slider.php:648
6018
- msgid "Image Overlay"
6019
- msgstr ""
6020
-
6021
- #: includes/widgets/htmega_instagram_feed.php:146
6022
- msgid "Image Padding"
6023
- msgstr ""
6024
-
6025
- #: includes/widgets/htmega_section_title.php:153
6026
- #: extensions/wc-sales-notification/admin/setting.php:89
6027
- msgid "Image Position"
6028
- msgstr ""
6029
-
6030
- #: includes/widgets/htmega_instagram_feed.php:60
6031
- msgid "Image Size"
6032
- msgstr ""
6033
-
6034
- #: includes/widgets/htmega_modal.php:291
6035
- msgid "Image space"
6036
- msgstr ""
6037
-
6038
- #: includes/widgets/htmega_table.php:349
6039
- #: includes/widgets/htmega_twitter_feed.php:807
6040
- msgid "Image Width"
6041
- msgstr ""
6042
-
6043
- #: includes/widgets/htmega_pricing_list_view.php:492
6044
- msgid "Image/Icon Position"
6045
- msgstr ""
6046
-
6047
- #: includes/class.assests.php:377
6048
- msgid "Import"
6049
- msgstr ""
6050
-
6051
- #: admin/include/templates_list.php:13
6052
- msgid "Import template to your Library"
6053
- msgstr ""
6054
-
6055
- #: includes/class.assests.php:375
6056
- msgid "Import to Library"
6057
- msgstr ""
6058
-
6059
- #: includes/class.assests.php:376
6060
- msgid "Import to Page"
6061
- msgstr ""
6062
-
6063
- #: includes/class.assests.php:370
6064
- msgid "in this package"
6065
- msgstr ""
6066
-
6067
- #: admin/include/admin-setting.php:1257 admin/include/admin-setting.php:1282
6068
- msgid "Incoming animation option"
6069
- msgstr ""
6070
-
6071
- #: includes/widgets/htmega_instagram.php:1541
6072
- msgid "Incorrect access token specified."
6073
- msgstr ""
6074
-
6075
- #: includes/widgets/htmega_progressbar.php:594
6076
- msgid "Indicator Background"
6077
- msgstr ""
6078
-
6079
- #: includes/widgets/htmega_progressbar.php:618
6080
- msgid "Indicator Border Radius"
6081
- msgstr ""
6082
-
6083
- #: includes/widgets/htmega_image_marker.php:428
6084
- #: includes/widgets/htmega_progressbar.php:175
6085
- msgid "Indicator color"
6086
- msgstr ""
6087
-
6088
- #: includes/widgets/htmega_image_marker.php:561
6089
- msgid "Indicator Height"
6090
- msgstr ""
6091
-
6092
- #: includes/widgets/htmega_image_marker.php:588
6093
- msgid "Indicator Line Height"
6094
- msgstr ""
6095
-
6096
- #: includes/widgets/htmega_image_marker.php:353
6097
- msgid "Indicator Position(X)"
6098
- msgstr ""
6099
-
6100
- #: includes/widgets/htmega_image_marker.php:380
6101
- msgid "Indicator Position(Y)"
6102
- msgstr ""
6103
-
6104
- #: includes/widgets/htmega_image_marker.php:406
6105
- msgid "Indicator Rotated"
6106
- msgstr ""
6107
-
6108
- #: includes/widgets/htmega_progressbar.php:563
6109
- msgid "Indicator Size"
6110
- msgstr ""
6111
-
6112
- #: includes/widgets/htmega_image_marker.php:534
6113
- msgid "Indicator Width"
6114
- msgstr ""
6115
-
6116
- #: includes/widgets/htmega_notify.php:124
6117
- msgid "Info"
6118
- msgstr ""
6119
-
6120
- #: includes/widgets/htmega_googlemap.php:213
6121
- msgid "Info Address Span Style"
6122
- msgstr ""
6123
-
6124
- #: includes/widgets/htmega_googlemap.php:179
6125
- msgid "Info Address Style"
6126
- msgstr ""
6127
-
6128
- #: includes/widgets/htmega_googlemap.php:400
6129
- msgid "Info Button Close"
6130
- msgstr ""
6131
-
6132
- #: includes/widgets/htmega_notify.php:631
6133
- msgid "Info Icon"
6134
- msgstr ""
6135
-
6136
- #: includes/widgets/htmega_googlemap.php:361
6137
- msgid "Info Pointer"
6138
- msgstr ""
6139
-
6140
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:51
6141
- msgid "inline"
6142
- msgstr ""
6143
-
6144
- #: includes/widgets/htmega_section_title.php:620
6145
- #: includes/widgets/htmega_section_title.php:851
6146
- msgid "Inline block"
6147
- msgstr ""
6148
-
6149
- #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6150
- msgid "Inline Mega Menu"
6151
- msgstr ""
6152
-
6153
- #: admin/include/admin-setting.php:303
6154
- #: includes/widgets/htmega_inline_menu.php:13
6155
- #: includes/widgets/htmega_inline_menu.php:46
6156
- msgid "Inline Navigation"
6157
- msgstr ""
6158
-
6159
- #: includes/widgets/htmega_progressbar.php:646
6160
- #: includes/widgets/htmega_progressbar.php:765
6161
- msgid "Inner"
6162
- msgstr ""
6163
-
6164
- #: includes/widgets/htmega_call_to_action.php:423
6165
- msgid "Inner Box Style"
6166
- msgstr ""
6167
-
6168
- #: includes/widgets/htmega_caldera_forms.php:85
6169
- #: includes/widgets/htmega_contact_form_seven.php:150
6170
- #: includes/widgets/htmega_gravity_forms.php:262
6171
- #: includes/widgets/htmega_ninja_forms.php:350
6172
- #: includes/widgets/htmega_qu_forms.php:247
6173
- #: includes/widgets/htmega_search.php:212
6174
- #: includes/widgets/htmega_user_login_form.php:780
6175
- #: includes/widgets/htmega_wc_element_pages.php:528
6176
- #: includes/widgets/htmega_wc_element_pages.php:863
6177
- #: includes/widgets/htmega_wpforms.php:340
6178
- msgid "Input"
6179
- msgstr ""
6180
-
6181
- #: includes/widgets/htmega_mailchimp_for_wp.php:151
6182
- #: extensions/ht-builder/widgets/bl_post_comments.php:40
6183
- #: extensions/ht-builder/widgets/bl_post_search_form.php:102
6184
- msgid "Input Box"
6185
- msgstr ""
6186
-
6187
- #: includes/widgets/htmega_caldera_forms.php:146
6188
- msgid "Input Space"
6189
- msgstr ""
6190
-
6191
- #: admin/include/templates/library/templates.php:64
6192
- msgid "Insert"
6193
- msgstr ""
6194
-
6195
- #: includes/recommended-plugins/recommended-plugins.php:44
6196
- msgid "Insert Headers and Footers Code"
6197
- msgstr ""
6198
-
6199
- #: admin/include/admin-setting.php:311 includes/widgets/htmega_instagram.php:15
6200
- #: includes/widgets/htmega_instagram.php:44
6201
- msgid "Instagram"
6202
- msgstr ""
6203
-
6204
- #: includes/widgets/htmega_instagram.php:77
6205
- msgid "Instagram Access Token"
6206
- msgstr ""
6207
-
6208
- #: includes/widgets/htmega_instagram_feed.php:13
6209
- #: includes/widgets/htmega_instagram_feed.php:35
6210
- msgid "Instagram Feed"
6211
- msgstr ""
6212
-
6213
- #: admin/include/template-library.php:267
6214
- #: admin/include/template-library.php:319
6215
- #: includes/recommended-plugins/class.recommended-plugins.php:248
6216
- msgid "Install Now"
6217
- msgstr ""
6218
-
6219
- #: includes/class.assests.php:380
6220
- #: includes/recommended-plugins/class.recommended-plugins.php:124
6221
- msgid "Installing.."
6222
- msgstr ""
6223
-
6224
- #: includes/widgets/htmega_socialshere.php:73
6225
- msgid "Instapaper"
6226
- msgstr ""
6227
-
6228
- #: admin/include/admin-setting.php:999
6229
- msgid "Instragram Feed"
6230
- msgstr ""
6231
-
6232
- #: includes/helper-function.php:344
6233
- msgid "Invalid username or password!"
6234
- msgstr ""
6235
-
6236
- #: includes/widgets/htmega_business_hours.php:300
6237
- #: includes/widgets/htmega_instagram.php:662
6238
- #: extensions/ht-builder/widgets/bl_post_archive.php:245
6239
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:347
6240
- msgid "Item"
6241
- msgstr ""
6242
-
6243
- #: includes/widgets/htmega_countdown.php:607
6244
- msgid "Item Alignment"
6245
- msgstr ""
6246
-
6247
- #: includes/widgets/htmega_business_hours.php:209
6248
- msgid "Item Area"
6249
- msgstr ""
6250
-
6251
- #: includes/widgets/htmega_easy_digital_download.php:251
6252
- msgid "Item Background"
6253
- msgstr ""
6254
-
6255
- #: includes/widgets/htmega_testimonial_grid.php:253
6256
- msgid "Item Box Style"
6257
- msgstr ""
6258
-
6259
- #: includes/widgets/htmega_accordion.php:275
6260
- msgid "Item Collapse Icon"
6261
- msgstr ""
6262
-
6263
- #: includes/widgets/htmega_post_grid.php:397
6264
- #: includes/widgets/htmega_post_grid_tab.php:1242
6265
- msgid "Item Five Gradient"
6266
- msgstr ""
6267
-
6268
- #: includes/widgets/htmega_post_grid.php:379
6269
- #: includes/widgets/htmega_post_grid_tab.php:1224
6270
- msgid "Item Four Gradient"
6271
- msgstr ""
6272
-
6273
- #: includes/widgets/htmega_easy_digital_download.php:225
6274
- msgid "Item Gap"
6275
- msgstr ""
6276
-
6277
- #: includes/widgets/htmega_progressbar.php:535
6278
- msgid "Item Inner Padding"
6279
- msgstr ""
6280
-
6281
- #: includes/widgets/htmega_instagram.php:130
6282
- msgid "Item Limit"
6283
- msgstr ""
6284
-
6285
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:378
6286
- msgid "Item Link"
6287
- msgstr ""
6288
-
6289
- #: includes/widgets/htmega_working_process.php:463
6290
- msgid "Item Number Shape"
6291
- msgstr ""
6292
-
6293
- #: includes/widgets/htmega_post_grid.php:326
6294
- #: includes/widgets/htmega_post_grid_tab.php:1171
6295
- msgid "Item One Gradient"
6296
- msgstr ""
6297
-
6298
- #: includes/widgets/htmega_instagram.php:725
6299
- msgid "Item Overlay"
6300
- msgstr ""
6301
-
6302
- #: includes/widgets/htmega_progressbar.php:521
6303
- #: extensions/ht-menu/widgets/inline-mega-menu.php:280
6304
- msgid "Item Padding"
6305
- msgstr ""
6306
-
6307
- #: includes/widgets/htmega_post_grid.php:433
6308
- #: includes/widgets/htmega_post_grid_tab.php:1278
6309
- msgid "Item Seven Gradient"
6310
- msgstr ""
6311
-
6312
- #: includes/widgets/htmega_post_grid.php:415
6313
- #: includes/widgets/htmega_post_grid_tab.php:1260
6314
- msgid "Item Six Gradient"
6315
- msgstr ""
6316
-
6317
- #: includes/widgets/htmega_slider_thumb_gallery.php:1249
6318
- msgid "Item space"
6319
- msgstr ""
6320
-
6321
- #: includes/widgets/htmega_working_process.php:340
6322
- msgid "Item style"
6323
- msgstr ""
6324
-
6325
- #: includes/widgets/htmega_post_grid.php:361
6326
- #: includes/widgets/htmega_post_grid_tab.php:1206
6327
- msgid "Item Three Gradient"
6328
- msgstr ""
6329
-
6330
- #: includes/widgets/htmega_post_grid.php:343
6331
- #: includes/widgets/htmega_post_grid_tab.php:1188
6332
- msgid "Item Two Gradient"
6333
- msgstr ""
6334
-
6335
- #: includes/widgets/htmega_working_process.php:357
6336
- #: includes/widgets/htmega_working_process.php:564
6337
- msgid "Item Width"
6338
- msgstr ""
6339
-
6340
- #: includes/widgets/htmega_working_process.php:451
6341
- msgid "Items Seperator Style"
6342
- msgstr ""
6343
-
6344
- #: includes/widgets/htmega_progressbar.php:412
6345
- msgid "Items Style"
6346
- msgstr ""
6347
-
6348
- #: includes/widgets/htmega_booked_calender.php:101
6349
- msgid "January"
6350
- msgstr ""
6351
-
6352
- #: includes/widgets/htmega_job_manager.php:48
6353
- msgid "Job Apply To"
6354
- msgstr ""
6355
-
6356
- #: includes/widgets/htmega_job_manager.php:50
6357
- msgid "Job Dashboard"
6358
- msgstr ""
6359
-
6360
- #: includes/widgets/htmega_job_manager.php:46
6361
- msgid "Job List"
6362
- msgstr ""
6363
-
6364
- #: admin/include/admin-setting.php:1009 admin/include/admin-setting.php:1019
6365
- #: includes/widgets/htmega_job_manager.php:13
6366
- #: includes/widgets/htmega_job_manager.php:35
6367
- msgid "Job Manager"
6368
- msgstr ""
6369
-
6370
- #: includes/widgets/htmega_job_manager.php:49
6371
- msgid "Job Post Form"
6372
- msgstr ""
6373
-
6374
- #: includes/widgets/htmega_job_manager.php:47
6375
- msgid "Job Summary"
6376
- msgstr ""
6377
-
6378
- #: includes/widgets/htmega_blockquote.php:81
6379
- #: includes/widgets/htmega_blockquote.php:82
6380
- msgid "Jon Doy"
6381
- msgstr ""
6382
-
6383
- #: includes/widgets/htmega_table.php:475
6384
- msgid "jondoy@gmail.com"
6385
- msgstr ""
6386
-
6387
- #: includes/widgets/htmega_progressbar.php:206
6388
- msgid "Joomla"
6389
- msgstr ""
6390
-
6391
- #: includes/widgets/htmega_pricing_list_view.php:150
6392
- msgid "Joomla Template"
6393
- msgstr ""
6394
-
6395
- #: includes/widgets/htmega_booked_calender.php:107
6396
- msgid "July"
6397
- msgstr ""
6398
-
6399
- #: includes/widgets/htmega_booked_calender.php:106
6400
- msgid "June"
6401
- msgstr ""
6402
-
6403
- #: includes/widgets/htmega_404_content.php:253
6404
- #: includes/widgets/htmega_add_banner.php:380
6405
- #: includes/widgets/htmega_blockquote.php:195
6406
- #: includes/widgets/htmega_buddy_press.php:258
6407
- #: includes/widgets/htmega_business_hours.php:403
6408
- #: includes/widgets/htmega_button.php:166
6409
- #: includes/widgets/htmega_call_to_action.php:342
6410
- #: includes/widgets/htmega_carousel.php:849
6411
- #: includes/widgets/htmega_contact_form_seven.php:132
6412
- #: includes/widgets/htmega_countdown.php:623
6413
- #: includes/widgets/htmega_countdown.php:655
6414
- #: includes/widgets/htmega_counter.php:300
6415
- #: includes/widgets/htmega_counter.php:333
6416
- #: includes/widgets/htmega_counter.php:439
6417
- #: includes/widgets/htmega_counter.php:565
6418
- #: includes/widgets/htmega_image_grid.php:295
6419
- #: includes/widgets/htmega_image_grid.php:392
6420
- #: includes/widgets/htmega_image_masonry.php:270
6421
- #: includes/widgets/htmega_image_masonry.php:367
6422
- #: includes/widgets/htmega_lightbox.php:208
6423
- #: includes/widgets/htmega_lightbox.php:321
6424
- #: includes/widgets/htmega_mailchimp_for_wp.php:133
6425
- #: includes/widgets/htmega_modal.php:362 includes/widgets/htmega_modal.php:1017
6426
- #: includes/widgets/htmega_news_ticker.php:466
6427
- #: includes/widgets/htmega_notify.php:286
6428
- #: includes/widgets/htmega_notify.php:566
6429
- #: includes/widgets/htmega_notify.php:832
6430
- #: includes/widgets/htmega_offcanvas.php:379
6431
- #: includes/widgets/htmega_panel_slider.php:575
6432
- #: includes/widgets/htmega_popover.php:277
6433
- #: includes/widgets/htmega_popover.php:673
6434
- #: includes/widgets/htmega_popover.php:777
6435
- #: includes/widgets/htmega_post_grid.php:529
6436
- #: includes/widgets/htmega_post_grid.php:642
6437
- #: includes/widgets/htmega_post_grid_tab.php:507
6438
- #: includes/widgets/htmega_post_grid_tab.php:594
6439
- #: includes/widgets/htmega_post_slider.php:942
6440
- #: includes/widgets/htmega_post_slider.php:1029
6441
- #: includes/widgets/htmega_pricing_list_view.php:477
6442
- #: includes/widgets/htmega_pricing_list_view.php:1132
6443
- #: includes/widgets/htmega_search.php:168
6444
- #: includes/widgets/htmega_services.php:253
6445
- #: includes/widgets/htmega_services.php:437
6446
- #: includes/widgets/htmega_services.php:542
6447
- #: includes/widgets/htmega_services.php:731
6448
- #: includes/widgets/htmega_services.php:993
6449
- #: includes/widgets/htmega_single_post.php:233
6450
- #: includes/widgets/htmega_single_post.php:436
6451
- #: includes/widgets/htmega_special_banner.php:277
6452
- #: includes/widgets/htmega_table.php:651 includes/widgets/htmega_table.php:770
6453
- #: includes/widgets/htmega_tablepress.php:225
6454
- #: includes/widgets/htmega_tablepress.php:382
6455
- #: includes/widgets/htmega_teammember.php:757
6456
- #: includes/widgets/htmega_teammember.php:847
6457
- #: includes/widgets/htmega_teammember.php:938
6458
- #: includes/widgets/htmega_teammember.php:1005
6459
- #: includes/widgets/htmega_testimonial_grid.php:565
6460
- #: includes/widgets/htmega_toggle.php:208
6461
- #: includes/widgets/htmega_tooltip.php:253
6462
- #: includes/widgets/htmega_user_login_form.php:558
6463
- #: extensions/ht-builder/widgets/bl_page_title.php:149
6464
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:151
6465
- #: extensions/ht-builder/widgets/bl_post_content.php:84
6466
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:84
6467
- #: extensions/ht-builder/widgets/bl_post_title.php:117
6468
- #: extensions/ht-builder/widgets/bl_site_logo.php:171
6469
- #: extensions/ht-builder/widgets/bl_site_title.php:151
6470
- msgid "Justified"
6471
- msgstr ""
6472
-
6473
- #: includes/widgets/htmega_user_login_form.php:400
6474
- msgid "Justify Content"
6475
- msgstr ""
6476
-
6477
- #: includes/recommended-plugins/recommended-plugins.php:78
6478
- msgid "JustTables"
6479
- msgstr ""
6480
-
6481
- #: includes/widgets/htmega_caldera_forms.php:55
6482
- #: includes/widgets/htmega_contact_form_seven.php:442
6483
- #: includes/widgets/htmega_countdown.php:912
6484
- #: includes/widgets/htmega_gravity_forms.php:174
6485
- #: includes/widgets/htmega_news_ticker.php:483
6486
- #: includes/widgets/htmega_ninja_forms.php:259
6487
- #: includes/widgets/htmega_qu_forms.php:71
6488
- #: includes/widgets/htmega_user_login_form.php:174
6489
- #: includes/widgets/htmega_user_login_form.php:1439
6490
- #: includes/widgets/htmega_wc_element_pages.php:484
6491
- #: includes/widgets/htmega_wc_element_pages.php:830
6492
- #: includes/widgets/htmega_wpforms.php:252
6493
- msgid "Label"
6494
- msgstr ""
6495
-
6496
- #: includes/widgets/htmega_pricing_list_view.php:782
6497
- msgid "Label Background"
6498
- msgstr ""
6499
-
6500
- #: includes/widgets/htmega_pricing_list_view.php:797
6501
- msgid "Label Color"
6502
- msgstr ""
6503
-
6504
- #: includes/widgets/htmega_news_ticker.php:561
6505
- msgid "Label Height"
6506
- msgstr ""
6507
-
6508
- #: includes/widgets/htmega_news_ticker.php:78
6509
- msgid "Label Icon"
6510
- msgstr ""
6511
-
6512
- #: includes/widgets/htmega_pricing_list_view.php:845
6513
- msgid "Label Margin"
6514
- msgstr ""
6515
-
6516
- #: includes/widgets/htmega_pricing_list_view.php:829
6517
- msgid "Label Padding"
6518
- msgstr ""
6519
-
6520
- #: includes/widgets/htmega_pricing_list_view.php:758
6521
- msgid "Label Position"
6522
- msgstr ""
6523
-
6524
- #: includes/widgets/htmega_countdown.php:172
6525
- msgid "Label Setting"
6526
- msgstr ""
6527
-
6528
- #: includes/widgets/htmega_pricing_list_view.php:728
6529
- msgid "Label Typography"
6530
- msgstr ""
6531
-
6532
- #: includes/widgets/htmega_button.php:88
6533
- #: includes/widgets/htmega_double_button.php:48
6534
- msgid "Large"
6535
- msgstr ""
6536
-
6537
- #: includes/widgets/htmega_testimonial_grid.php:101
6538
- msgid "Large Mobile"
6539
- msgstr ""
6540
-
6541
- #: includes/widgets/htmega_googlemap.php:133
6542
- #: includes/widgets/weather/htmega_weather.php:184
6543
- msgid "Latitude"
6544
- msgstr ""
6545
-
6546
- #: includes/widgets/htmega_layer_slider.php:13
6547
- #: includes/widgets/htmega_layer_slider.php:47
6548
- msgid "LayerSlider"
6549
- msgstr ""
6550
-
6551
- #: includes/widgets/htmega_animated_heading.php:49
6552
- #: includes/widgets/htmega_bbpress.php:42
6553
- #: includes/widgets/htmega_business_hours.php:43
6554
- #: includes/widgets/htmega_job_manager.php:42
6555
- #: includes/widgets/htmega_post_grid.php:43
6556
- #: includes/widgets/htmega_post_grid_tab.php:50
6557
- #: includes/widgets/htmega_post_slider.php:51
6558
- #: includes/widgets/htmega_pricing_list_view.php:35
6559
- #: includes/widgets/htmega_pricing_list_view.php:42
6560
- #: includes/widgets/htmega_table.php:44
6561
- #: includes/widgets/htmega_vertical_timeline.php:43
6562
- #: extensions/ht-builder/widgets/bl_post_archive.php:43
6563
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:46
6564
- msgid "Layout"
6565
- msgstr ""
6566
-
6567
- #: includes/widgets/htmega_business_hours.php:51
6568
- #: includes/widgets/htmega_post_grid.php:51
6569
- #: includes/widgets/htmega_post_grid_tab.php:58
6570
- #: includes/widgets/htmega_post_slider.php:59
6571
- msgid "Layout Five"
6572
- msgstr ""
6573
-
6574
- #: includes/widgets/htmega_business_hours.php:50
6575
- #: includes/widgets/htmega_post_grid.php:50
6576
- #: includes/widgets/htmega_post_grid_tab.php:57
6577
- #: includes/widgets/htmega_post_slider.php:58
6578
- #: includes/widgets/htmega_vertical_timeline.php:51
6579
- msgid "Layout Four"
6580
- msgstr ""
6581
-
6582
- #: includes/widgets/htmega_pricing_list_view.php:49
6583
- msgid "Layout Four ( No Border )"
6584
- msgstr ""
6585
-
6586
- #: includes/widgets/htmega_business_hours.php:47
6587
- #: includes/widgets/htmega_post_grid.php:47
6588
- #: includes/widgets/htmega_post_grid_tab.php:54
6589
- #: includes/widgets/htmega_post_slider.php:55
6590
- #: includes/widgets/htmega_pricing_list_view.php:46
6591
- #: includes/widgets/htmega_switcher.php:45 includes/widgets/htmega_table.php:48
6592
- #: includes/widgets/htmega_vertical_timeline.php:48
6593
- #: extensions/ht-builder/widgets/bl_post_archive.php:47
6594
- msgid "Layout One"
6595
- msgstr ""
6596
-
6597
- #: includes/widgets/htmega_post_slider.php:61
6598
- msgid "Layout Seven"
6599
- msgstr ""
6600
-
6601
- #: includes/widgets/htmega_post_slider.php:60
6602
- msgid "Layout Six"
6603
- msgstr ""
6604
-
6605
- #: includes/widgets/htmega_business_hours.php:49
6606
- #: includes/widgets/htmega_post_grid.php:49
6607
- #: includes/widgets/htmega_post_grid_tab.php:56
6608
- #: includes/widgets/htmega_post_slider.php:57
6609
- #: includes/widgets/htmega_pricing_list_view.php:48
6610
- #: includes/widgets/htmega_table.php:50
6611
- #: includes/widgets/htmega_vertical_timeline.php:50
6612
- msgid "Layout Three"
6613
- msgstr ""
6614
-
6615
- #: includes/widgets/htmega_business_hours.php:48
6616
- #: includes/widgets/htmega_post_grid.php:48
6617
- #: includes/widgets/htmega_post_grid_tab.php:55
6618
- #: includes/widgets/htmega_post_slider.php:56
6619
- #: includes/widgets/htmega_pricing_list_view.php:47
6620
- #: includes/widgets/htmega_switcher.php:46 includes/widgets/htmega_table.php:49
6621
- #: includes/widgets/htmega_vertical_timeline.php:49
6622
- #: extensions/ht-builder/widgets/bl_post_archive.php:48
6623
- msgid "Layout Two"
6624
- msgstr ""
6625
-
6626
- #: admin/include/admin-setting.php:1186
6627
- msgid "leaving us a review on our WP repository"
6628
- msgstr ""
6629
-
6630
- #: includes/widgets/htmega_404_content.php:241
6631
- #: includes/widgets/htmega_accordion.php:470
6632
- #: includes/widgets/htmega_accordion.php:661
6633
- #: includes/widgets/htmega_accordion.php:819
6634
- #: includes/widgets/htmega_accordion.php:1205
6635
- #: includes/widgets/htmega_accordion.php:1323
6636
- #: includes/widgets/htmega_add_banner.php:368
6637
- #: includes/widgets/htmega_blockquote.php:183
6638
- #: includes/widgets/htmega_buddy_press.php:246
6639
- #: includes/widgets/htmega_business_hours.php:391
6640
- #: includes/widgets/htmega_button.php:111
6641
- #: includes/widgets/htmega_button.php:154
6642
- #: includes/widgets/htmega_call_to_action.php:200
6643
- #: includes/widgets/htmega_call_to_action.php:294
6644
- #: includes/widgets/htmega_call_to_action.php:330
6645
- #: includes/widgets/htmega_carousel.php:837
6646
- #: includes/widgets/htmega_contact_form_seven.php:120
6647
- #: includes/widgets/htmega_countdown.php:611
6648
- #: includes/widgets/htmega_countdown.php:643
6649
- #: includes/widgets/htmega_counter.php:288
6650
- #: includes/widgets/htmega_counter.php:321
6651
- #: includes/widgets/htmega_counter.php:427
6652
- #: includes/widgets/htmega_counter.php:553
6653
- #: includes/widgets/htmega_double_button.php:157
6654
- #: includes/widgets/htmega_double_button.php:244
6655
- #: includes/widgets/htmega_double_button.php:325
6656
- #: includes/widgets/htmega_dropcaps.php:84
6657
- #: includes/widgets/htmega_easy_digital_download.php:310
6658
- #: includes/widgets/htmega_image_grid.php:283
6659
- #: includes/widgets/htmega_image_grid.php:380
6660
- #: includes/widgets/htmega_image_marker.php:195
6661
- #: includes/widgets/htmega_image_marker.php:702
6662
- #: includes/widgets/htmega_image_masonry.php:258
6663
- #: includes/widgets/htmega_image_masonry.php:355
6664
- #: includes/widgets/htmega_inline_menu.php:121
6665
- #: includes/widgets/htmega_instagram.php:1484
6666
- #: includes/widgets/htmega_job_manager.php:151
6667
- #: includes/widgets/htmega_lightbox.php:196
6668
- #: includes/widgets/htmega_lightbox.php:309
6669
- #: includes/widgets/htmega_mailchimp_for_wp.php:121
6670
- #: includes/widgets/htmega_modal.php:178 includes/widgets/htmega_modal.php:350
6671
- #: includes/widgets/htmega_modal.php:1005
6672
- #: includes/widgets/htmega_news_ticker.php:454
6673
- #: includes/widgets/htmega_notify.php:274
6674
- #: includes/widgets/htmega_notify.php:554
6675
- #: includes/widgets/htmega_notify.php:820
6676
- #: includes/widgets/htmega_offcanvas.php:95
6677
- #: includes/widgets/htmega_offcanvas.php:196
6678
- #: includes/widgets/htmega_offcanvas.php:275
6679
- #: includes/widgets/htmega_offcanvas.php:367
6680
- #: includes/widgets/htmega_panel_slider.php:563
6681
- #: includes/widgets/htmega_popover.php:193
6682
- #: includes/widgets/htmega_popover.php:265
6683
- #: includes/widgets/htmega_popover.php:661
6684
- #: includes/widgets/htmega_popover.php:765
6685
- #: includes/widgets/htmega_post_grid.php:293
6686
- #: includes/widgets/htmega_post_grid.php:517
6687
- #: includes/widgets/htmega_post_grid.php:630
6688
- #: includes/widgets/htmega_post_grid_tab.php:401
6689
- #: includes/widgets/htmega_post_grid_tab.php:495
6690
- #: includes/widgets/htmega_post_grid_tab.php:582
6691
- #: includes/widgets/htmega_post_grid_tab.php:805
6692
- #: includes/widgets/htmega_post_slider.php:836
6693
- #: includes/widgets/htmega_post_slider.php:930
6694
- #: includes/widgets/htmega_post_slider.php:1017
6695
- #: includes/widgets/htmega_post_slider.php:1233
6696
- #: includes/widgets/htmega_pricing_list_view.php:465
6697
- #: includes/widgets/htmega_pricing_list_view.php:496
6698
- #: includes/widgets/htmega_pricing_list_view.php:1120
6699
- #: includes/widgets/htmega_pricing_list_view.php:1181
6700
- #: includes/widgets/htmega_search.php:156
6701
- #: includes/widgets/htmega_section_title.php:415
6702
- #: includes/widgets/htmega_services.php:241
6703
- #: includes/widgets/htmega_services.php:425
6704
- #: includes/widgets/htmega_services.php:530
6705
- #: includes/widgets/htmega_services.php:719
6706
- #: includes/widgets/htmega_services.php:981
6707
- #: includes/widgets/htmega_single_post.php:221
6708
- #: includes/widgets/htmega_single_post.php:317
6709
- #: includes/widgets/htmega_single_post.php:424
6710
- #: includes/widgets/htmega_slider_thumb_gallery.php:55
6711
- #: includes/widgets/htmega_socialshere.php:365
6712
- #: includes/widgets/htmega_special_banner.php:49
6713
- #: includes/widgets/htmega_special_banner.php:265
6714
- #: includes/widgets/htmega_tab.php:513 includes/widgets/htmega_table.php:639
6715
- #: includes/widgets/htmega_table.php:758
6716
- #: includes/widgets/htmega_tablepress.php:213
6717
- #: includes/widgets/htmega_tablepress.php:370
6718
- #: includes/widgets/htmega_teammember.php:105
6719
- #: includes/widgets/htmega_teammember.php:616
6720
- #: includes/widgets/htmega_teammember.php:745
6721
- #: includes/widgets/htmega_teammember.php:835
6722
- #: includes/widgets/htmega_teammember.php:926
6723
- #: includes/widgets/htmega_teammember.php:993
6724
- #: includes/widgets/htmega_testimonial_grid.php:553
6725
- #: includes/widgets/htmega_toggle.php:196
6726
- #: includes/widgets/htmega_tooltip.php:181
6727
- #: includes/widgets/htmega_tooltip.php:241
6728
- #: includes/widgets/htmega_user_login_form.php:140
6729
- #: includes/widgets/htmega_user_login_form.php:346
6730
- #: includes/widgets/htmega_user_login_form.php:546
6731
- #: includes/widgets/htmega_video_player.php:296
6732
- #: includes/widgets/htmega_wc_categories.php:349
6733
- #: extensions/ht-builder/widgets/bl_nav_menu.php:115
6734
- #: extensions/ht-builder/widgets/bl_nav_menu.php:498
6735
- #: extensions/ht-builder/widgets/bl_page_title.php:137
6736
- #: extensions/ht-builder/widgets/bl_post_archive.php:302
6737
- #: extensions/ht-builder/widgets/bl_post_archive.php:383
6738
- #: extensions/ht-builder/widgets/bl_post_archive.php:490
6739
- #: extensions/ht-builder/widgets/bl_post_archive.php:596
6740
- #: extensions/ht-builder/widgets/bl_post_archive.php:676
6741
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:139
6742
- #: extensions/ht-builder/widgets/bl_post_author_info.php:112
6743
- #: extensions/ht-builder/widgets/bl_post_content.php:72
6744
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:72
6745
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:71
6746
- #: extensions/ht-builder/widgets/bl_post_title.php:105
6747
- #: extensions/ht-builder/widgets/bl_site_logo.php:159
6748
- #: extensions/ht-builder/widgets/bl_site_title.php:139
6749
- #: extensions/ht-menu/widgets/inline-mega-menu.php:166
6750
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:167
6751
- msgid "Left"
6752
- msgstr ""
6753
-
6754
- #: includes/widgets/htmega_post_slider.php:1435
6755
- msgid "Left Arrow position"
6756
- msgstr ""
6757
-
6758
- #: includes/widgets/htmega_post_slider.php:1486
6759
- msgid "Left Arrow Position vertical"
6760
- msgstr ""
6761
-
6762
- #: includes/widgets/htmega_blockquote.php:155
6763
- msgid "Left Bottom"
6764
- msgstr ""
6765
-
6766
- #: includes/widgets/htmega_blockquote.php:154
6767
- msgid "Left Center"
6768
- msgstr ""
6769
-
6770
- #: includes/widgets/htmega_blockquote.php:153
6771
- msgid "Left Top"
6772
- msgstr ""
6773
-
6774
- #: includes/widgets/htmega_scroll_image.php:260
6775
- msgid "Left-Right"
6776
- msgstr ""
6777
-
6778
- #: includes/widgets/htmega_pricing_list_view.php:340
6779
- #: includes/widgets/htmega_pricing_list_view.php:969
6780
- msgid "Left-Right Position"
6781
- msgstr ""
6782
-
6783
- #: includes/widgets/htmega_image_comparison.php:181
6784
- msgid "Level Position"
6785
- msgstr ""
6786
-
6787
- #: admin/include/admin-setting.php:319
6788
- msgid "Light Box"
6789
- msgstr ""
6790
-
6791
- #: includes/widgets/htmega_lightbox.php:13
6792
- #: includes/widgets/htmega_lightbox.php:42
6793
- msgid "Lightbox"
6794
- msgstr ""
6795
-
6796
- #: includes/widgets/htmega_lightbox.php:49
6797
- msgid "Lightbox Type"
6798
- msgstr ""
6799
-
6800
- #: includes/widgets/htmega_post_grid.php:107
6801
- #: includes/widgets/htmega_post_grid_tab.php:114
6802
- #: includes/widgets/htmega_post_slider.php:118
6803
- #: includes/widgets/htmega_twitter_feed.php:122
6804
- #: extensions/wc-sales-notification/admin/setting.php:101
6805
- msgid "Limit"
6806
- msgstr ""
6807
-
6808
- #: includes/widgets/htmega_socialshere.php:83
6809
- msgid "Line"
6810
- msgstr ""
6811
-
6812
- #: includes/widgets/htmega_blockquote.php:603
6813
- #: includes/widgets/htmega_notify.php:699
6814
- #: includes/widgets/htmega_socialshere.php:524
6815
- msgid "Line Height"
6816
- msgstr ""
6817
-
6818
- #: includes/widgets/htmega_button.php:66
6819
- #: includes/widgets/htmega_double_button.php:108
6820
- #: includes/widgets/htmega_double_button.php:195
6821
- #: includes/widgets/htmega_popover.php:139
6822
- #: includes/widgets/htmega_pricing_list_view.php:118
6823
- #: includes/widgets/htmega_pricing_list_view.php:652
6824
- #: includes/widgets/htmega_section_title.php:193
6825
- #: includes/widgets/htmega_section_title.php:251
6826
- #: includes/widgets/htmega_teammember.php:223
6827
- #: includes/widgets/htmega_tooltip.php:139
6828
- #: extensions/ht-builder/widgets/bl_post_author_info.php:94
6829
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:261
6830
- msgid "Link"
6831
- msgstr ""
6832
-
6833
- #: includes/widgets/htmega_offcanvas.php:319
6834
- #: includes/widgets/htmega_twitter_feed.php:639
6835
- #: includes/widgets/htmega_user_login_form.php:748
6836
- #: extensions/ht-builder/widgets/bl_post_archive.php:521
6837
- msgid "Link Color"
6838
- msgstr ""
6839
-
6840
- #: extensions/ht-builder/widgets/bl_post_author_info.php:101
6841
- msgid "Link for the Author Name and Image"
6842
- msgstr ""
6843
-
6844
- #: includes/widgets/htmega_offcanvas.php:330
6845
- #: includes/widgets/htmega_user_login_form.php:763
6846
- msgid "Link Hover Color"
6847
- msgstr ""
6848
-
6849
- #: includes/widgets/htmega_socialshere.php:57
6850
- msgid "Linkedin"
6851
- msgstr ""
6852
-
6853
- #: includes/widgets/htmega_booked_calender.php:47
6854
- msgid "List"
6855
- msgstr ""
6856
-
6857
- #: includes/widgets/htmega_pricing_list_view.php:1449
6858
- msgid "List Area"
6859
- msgstr ""
6860
-
6861
- #: includes/widgets/htmega_socialshere.php:62
6862
- msgid "Live journal"
6863
- msgstr ""
6864
-
6865
- #: includes/widgets/htmega_socialshere.php:71
6866
- msgid "Liveinternet"
6867
- msgstr ""
6868
-
6869
- #: includes/widgets/htmega_instagram_feed.php:99
6870
- #: includes/widgets/htmega_job_manager.php:123
6871
- msgid "Load More"
6872
- msgstr ""
6873
-
6874
- #: admin/include/admin-setting.php:662
6875
- msgid "Load Post in Elementor Addons"
6876
- msgstr ""
6877
-
6878
- #: admin/include/templates/library/templates.php:53
6879
- msgid "Loading"
6880
- msgstr ""
6881
-
6882
- #: includes/widgets/htmega_animated_heading.php:72
6883
- msgid "Loading bar"
6884
- msgstr ""
6885
-
6886
- #: extensions/wc-sales-notification/admin/setting.php:114
6887
- msgid "Loading Time"
6888
- msgstr ""
6889
-
6890
- #: includes/widgets/htmega_instagram_feed.php:86
6891
- msgid "Loar More Button"
6892
- msgstr ""
6893
-
6894
- #: includes/widgets/htmega_slider_thumb_gallery.php:68
6895
- #: includes/widgets/htmega_slider_thumb_gallery.php:122
6896
- msgid "Location Name Here."
6897
- msgstr ""
6898
-
6899
- #: includes/widgets/htmega_cuctom_event.php:78
6900
- msgid "Location."
6901
- msgstr ""
6902
-
6903
- #: includes/widgets/htmega_user_login_form.php:335
6904
- #: includes/widgets/htmega_user_login_form.php:1625
6905
- msgid "Login"
6906
- msgstr ""
6907
-
6908
- #: includes/widgets/htmega_user_login_form.php:324
6909
- msgid "Login Button"
6910
- msgstr ""
6911
-
6912
- #: includes/widgets/htmega_user_login_form.php:94
6913
- msgid "Login Content"
6914
- msgstr ""
6915
-
6916
- #: includes/widgets/htmega_user_login_form.php:34
6917
- #: includes/widgets/htmega_user_login_form.php:165
6918
- msgid "Login Form"
6919
- msgstr ""
6920
-
6921
- #: includes/widgets/htmega_user_login_form.php:621
6922
- msgid "Login Form Header Style"
6923
- msgstr ""
6924
-
6925
- #: includes/widgets/htmega_user_login_form.php:59
6926
- msgid "Login Header"
6927
- msgstr ""
6928
-
6929
- #: includes/widgets/htmega_user_login_form.php:80
6930
- msgid "Login Header Title"
6931
- msgstr ""
6932
-
6933
- #: includes/helper-function.php:346
6934
- msgid "Login Successfully"
6935
- msgstr ""
6936
-
6937
- #: extensions/ht-builder/widgets/bl_site_logo.php:48
6938
- msgid "Logo"
6939
- msgstr ""
6940
-
6941
- #: includes/widgets/htmega_googlemap.php:141
6942
- #: includes/widgets/weather/htmega_weather.php:196
6943
- msgid "Longitude"
6944
- msgstr ""
6945
-
6946
- #: includes/widgets/htmega_scroll_navigation.php:97
6947
- #: includes/widgets/htmega_testimonial_grid.php:214
6948
- #: includes/widgets/htmega_testimonial_grid.php:228
6949
- #: includes/widgets/htmega_testimonial_grid.php:234
6950
- #: includes/widgets/htmega_testimonial_grid.php:240
6951
- msgid ""
6952
- "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
6953
- "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
6954
- "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
6955
- "dolore magna aliqua."
6956
- msgstr ""
6957
-
6958
- #: includes/widgets/htmega_working_process.php:170
6959
- msgid ""
6960
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
6961
- "tempor incid idunt ut labore"
6962
- msgstr ""
6963
-
6964
- #: includes/widgets/htmega_working_process.php:174
6965
- #: includes/widgets/htmega_working_process.php:178
6966
- msgid ""
6967
- "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
6968
- "tempor incid idunt ut labore."
6969
- msgstr ""
6970
-
6971
- #: includes/widgets/htmega_dropcaps.php:60
6972
- msgid ""
6973
- "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
6974
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
6975
- "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
6976
- "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
6977
- "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
6978
- "exercitation ullamco laboris nisi ut aliquip."
6979
- msgstr ""
6980
-
6981
- #: includes/widgets/htmega_modal.php:84
6982
- msgid ""
6983
- "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
6984
- "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
6985
- "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
6986
- "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
6987
- msgstr ""
6988
-
6989
- #: includes/widgets/htmega_vertical_timeline.php:90
6990
- #: includes/widgets/htmega_vertical_timeline.php:102
6991
- #: includes/widgets/htmega_vertical_timeline.php:106
6992
- #: includes/widgets/htmega_vertical_timeline.php:110
6993
- msgid ""
6994
- "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
6995
- "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
6996
- msgstr ""
6997
-
6998
- #: includes/widgets/htmega_tab.php:219 includes/widgets/htmega_tab.php:223
6999
- #: includes/widgets/htmega_tab.php:227
7000
- #: includes/widgets/htmega_working_process.php:98
7001
- msgid ""
7002
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7003
- "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
7004
- "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
7005
- "Duis aute irure dolor in repre in voluptate."
7006
- msgstr ""
7007
-
7008
- #: includes/widgets/htmega_toggle.php:112
7009
- msgid ""
7010
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7011
- "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
7012
- "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
7013
- "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
7014
- "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
7015
- "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
7016
- msgstr ""
7017
-
7018
- #: includes/widgets/htmega_image_marker.php:184
7019
- #: includes/widgets/htmega_image_marker.php:461
7020
- msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
7021
- msgstr ""
7022
-
7023
- #: includes/widgets/htmega_user_login_form.php:276
7024
- msgid "Lost your password?"
7025
- msgstr ""
7026
-
7027
- #: includes/widgets/htmega_pricing_list_view.php:595
7028
- #: includes/widgets/htmega_pricing_list_view.php:1091
7029
- #: includes/widgets/htmega_table.php:269 includes/widgets/htmega_table.php:462
7030
- msgid "Louis Hudson"
7031
- msgstr ""
7032
-
7033
- #: includes/widgets/htmega_pricing_list_view.php:1104
7034
- msgid "louishudson@gmail.com"
7035
- msgstr ""
7036
-
7037
- #: extensions/ht-builder/widgets/bl_post_archive.php:1066
7038
- msgid "M d, Y"
7039
- msgstr ""
7040
-
7041
- #: includes/widgets/weather/weather-resource.php:109
7042
- msgid "m/s"
7043
- msgstr ""
7044
-
7045
- #: includes/widgets/htmega_panel_slider.php:127
7046
- msgid "Made in 2016"
7047
- msgstr ""
7048
-
7049
- #: includes/widgets/htmega_panel_slider.php:80
7050
- #: includes/widgets/htmega_panel_slider.php:123
7051
- msgid "Made in 2017"
7052
- msgstr ""
7053
-
7054
- #: includes/widgets/htmega_panel_slider.php:119
7055
- msgid "Made in 2018"
7056
- msgstr ""
7057
-
7058
- #: includes/widgets/htmega_panel_slider.php:115
7059
- msgid "Made in 2019"
7060
- msgstr ""
7061
-
7062
- #: includes/widgets/htmega_image_magnifier.php:42
7063
- msgid "Magnifier"
7064
- msgstr ""
7065
-
7066
- #: includes/widgets/htmega_mailchimp_for_wp.php:35
7067
- msgid "Mailchimp"
7068
- msgstr ""
7069
-
7070
- #: admin/include/admin-setting.php:1029
7071
- #: includes/widgets/htmega_mailchimp_for_wp.php:13
7072
- msgid "Mailchimp for wp"
7073
- msgstr ""
7074
-
7075
- #: includes/widgets/htmega_mailchimp_for_wp.php:58
7076
- msgid "Mailchimp ID"
7077
- msgstr ""
7078
-
7079
- #: includes/widgets/htmega_inline_menu.php:102
7080
- #: extensions/ht-builder/widgets/bl_nav_menu.php:96
7081
- #: extensions/ht-menu/widgets/inline-mega-menu.php:63
7082
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:64
7083
- msgid "Main Menu"
7084
- msgstr ""
7085
-
7086
- #: extensions/ht-menu/widgets/inline-mega-menu.php:413
7087
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:371
7088
- msgid "Main Menu Items"
7089
- msgstr ""
7090
-
7091
- #: extensions/ht-menu/widgets/inline-mega-menu.php:71
7092
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:72
7093
- msgid "Main Menu Width"
7094
- msgstr ""
7095
-
7096
- #: includes/widgets/htmega_testimonial_grid.php:233
7097
- msgid "Manager"
7098
- msgstr ""
7099
-
7100
- #: includes/widgets/htmega_testimonial_grid.php:177
7101
- #: includes/widgets/htmega_testimonial_grid.php:227
7102
- msgid "Managing Director"
7103
- msgstr ""
7104
-
7105
- #: includes/widgets/htmega_teammember.php:165
7106
- msgid "Managing director"
7107
- msgstr ""
7108
-
7109
- #: includes/widgets/htmega_easy_digital_download.php:133
7110
- #: includes/widgets/htmega_wc_categories.php:81
7111
- msgid "Manual Selection"
7112
- msgstr ""
7113
-
7114
- #: includes/widgets/htmega_user_login_form.php:424
7115
- #: includes/widgets/htmega_user_login_form.php:452
7116
- #: includes/widgets/htmega_user_login_form.php:479
7117
- msgid "Manual Space"
7118
- msgstr ""
7119
-
7120
- #: includes/widgets/htmega_googlemap.php:265
7121
- msgid "Map Fixed Address"
7122
- msgstr ""
7123
-
7124
- #: includes/widgets/htmega_googlemap.php:80
7125
- msgid "Map Height"
7126
- msgstr ""
7127
-
7128
- #: includes/widgets/htmega_googlemap.php:123
7129
- msgid "Map Marker"
7130
- msgstr ""
7131
-
7132
- #: includes/widgets/htmega_googlemap.php:111
7133
- msgid "Map Style"
7134
- msgstr ""
7135
-
7136
- #: includes/widgets/htmega_googlemap.php:413
7137
- msgid "Maps Fixed Address"
7138
- msgstr ""
7139
-
7140
- #: includes/widgets/htmega_googlemap.php:297
7141
- msgid "Maps Info Address"
7142
- msgstr ""
7143
-
7144
- #: includes/widgets/htmega_booked_calender.php:103
7145
- msgid "March"
7146
- msgstr ""
7147
-
7148
- #: includes/widgets/htmega_404_content.php:268
7149
- #: includes/widgets/htmega_404_content.php:360
7150
- #: includes/widgets/htmega_404_content.php:439
7151
- #: includes/widgets/htmega_404_content.php:518
7152
- #: includes/widgets/htmega_404_content.php:594
7153
- #: includes/widgets/htmega_404_content.php:745
7154
- #: includes/widgets/htmega_accordion.php:704
7155
- #: includes/widgets/htmega_accordion.php:755
7156
- #: includes/widgets/htmega_accordion.php:1105
7157
- #: includes/widgets/htmega_accordion.php:1265
7158
- #: includes/widgets/htmega_add_banner.php:163
7159
- #: includes/widgets/htmega_add_banner.php:251
7160
- #: includes/widgets/htmega_add_banner.php:305
7161
- #: includes/widgets/htmega_add_banner.php:403
7162
- #: includes/widgets/htmega_add_banner.php:462
7163
- #: includes/widgets/htmega_add_banner.php:521
7164
- #: includes/widgets/htmega_add_banner.php:580
7165
- #: includes/widgets/htmega_add_banner.php:691
7166
- #: includes/widgets/htmega_animated_heading.php:267
7167
- #: includes/widgets/htmega_blockquote.php:220
7168
- #: includes/widgets/htmega_blockquote.php:298
7169
- #: includes/widgets/htmega_blockquote.php:354
7170
- #: includes/widgets/htmega_blockquote.php:542
7171
- #: includes/widgets/htmega_blockquote.php:723
7172
- #: includes/widgets/htmega_brand.php:128 includes/widgets/htmega_brand.php:314
7173
- #: includes/widgets/htmega_buddy_press.php:229
7174
- #: includes/widgets/htmega_buddy_press.php:314
7175
- #: includes/widgets/htmega_buddy_press.php:383
7176
- #: includes/widgets/htmega_business_hours.php:242
7177
- #: includes/widgets/htmega_business_hours.php:318
7178
- #: includes/widgets/htmega_business_hours.php:446
7179
- #: includes/widgets/htmega_button.php:310
7180
- #: includes/widgets/htmega_call_to_action.php:367
7181
- #: includes/widgets/htmega_call_to_action.php:444
7182
- #: includes/widgets/htmega_call_to_action.php:532
7183
- #: includes/widgets/htmega_call_to_action.php:591
7184
- #: includes/widgets/htmega_call_to_action.php:650
7185
- #: includes/widgets/htmega_call_to_action.php:743
7186
- #: includes/widgets/htmega_call_to_action.php:949
7187
- #: includes/widgets/htmega_carousel.php:456
7188
- #: includes/widgets/htmega_carousel.php:973
7189
- #: includes/widgets/htmega_carousel.php:1056
7190
- #: includes/widgets/htmega_carousel.php:1371
7191
- #: includes/widgets/htmega_contact_form_seven.php:93
7192
- #: includes/widgets/htmega_contact_form_seven.php:300
7193
- #: includes/widgets/htmega_contact_form_seven.php:426
7194
- #: includes/widgets/htmega_contact_form_seven.php:514
7195
- #: includes/widgets/htmega_contact_form_seven.php:610
7196
- #: includes/widgets/htmega_countdown.php:591
7197
- #: includes/widgets/htmega_countdown.php:838
7198
- #: includes/widgets/htmega_countdown.php:998
7199
- #: includes/widgets/htmega_countdown.php:1096
7200
- #: includes/widgets/htmega_counter.php:240
7201
- #: includes/widgets/htmega_counter.php:501
7202
- #: includes/widgets/htmega_counter.php:625
7203
- #: includes/widgets/htmega_counter.php:892
7204
- #: includes/widgets/htmega_counter.php:981
7205
- #: includes/widgets/htmega_counter.php:1071
7206
- #: includes/widgets/htmega_cuctom_event.php:176
7207
- #: includes/widgets/htmega_cuctom_event.php:261
7208
- #: includes/widgets/htmega_cuctom_event.php:305
7209
- #: includes/widgets/htmega_cuctom_event.php:362
7210
- #: includes/widgets/htmega_double_button.php:297
7211
- #: includes/widgets/htmega_double_button.php:540
7212
- #: includes/widgets/htmega_double_button.php:713
7213
- #: includes/widgets/htmega_double_button.php:896
7214
- #: includes/widgets/htmega_dropcaps.php:153
7215
- #: includes/widgets/htmega_dropcaps.php:253
7216
- #: includes/widgets/htmega_easy_digital_download.php:372
7217
- #: includes/widgets/htmega_easy_digital_download.php:436
7218
- #: includes/widgets/htmega_googlemap.php:349
7219
- #: includes/widgets/htmega_googlemap.php:490
7220
- #: includes/widgets/htmega_gravity_forms.php:246
7221
- #: includes/widgets/htmega_gravity_forms.php:333
7222
- #: includes/widgets/htmega_gravity_forms.php:446
7223
- #: includes/widgets/htmega_image_comparison.php:111
7224
- #: includes/widgets/htmega_image_grid.php:207
7225
- #: includes/widgets/htmega_image_grid.php:353
7226
- #: includes/widgets/htmega_image_magnifier.php:154
7227
- #: includes/widgets/htmega_image_marker.php:887
7228
- #: includes/widgets/htmega_image_marker.php:942
7229
- #: includes/widgets/htmega_image_masonry.php:198
7230
- #: includes/widgets/htmega_image_masonry.php:315
7231
- #: includes/widgets/htmega_image_masonry.php:402
7232
- #: includes/widgets/htmega_inline_menu.php:187
7233
- #: includes/widgets/htmega_instagram.php:634
7234
- #: includes/widgets/htmega_instagram.php:680
7235
- #: includes/widgets/htmega_instagram.php:897
7236
- #: includes/widgets/htmega_instagram.php:1355
7237
- #: includes/widgets/htmega_lightbox.php:238
7238
- #: includes/widgets/htmega_mailchimp_for_wp.php:94
7239
- #: includes/widgets/htmega_mailchimp_for_wp.php:265
7240
- #: includes/widgets/htmega_mailchimp_for_wp.php:399
7241
- #: includes/widgets/htmega_modal.php:525 includes/widgets/htmega_modal.php:642
7242
- #: includes/widgets/htmega_modal.php:805 includes/widgets/htmega_modal.php:975
7243
- #: includes/widgets/htmega_news_ticker.php:397
7244
- #: includes/widgets/htmega_news_ticker.php:699
7245
- #: includes/widgets/htmega_news_ticker.php:839
7246
- #: includes/widgets/htmega_news_ticker.php:972
7247
- #: includes/widgets/htmega_ninja_forms.php:145
7248
- #: includes/widgets/htmega_ninja_forms.php:224
7249
- #: includes/widgets/htmega_ninja_forms.php:334
7250
- #: includes/widgets/htmega_ninja_forms.php:423
7251
- #: includes/widgets/htmega_ninja_forms.php:532
7252
- #: includes/widgets/htmega_ninja_forms.php:644
7253
- #: includes/widgets/htmega_notify.php:394
7254
- #: includes/widgets/htmega_notify.php:537
7255
- #: includes/widgets/htmega_notify.php:793
7256
- #: includes/widgets/htmega_panel_slider.php:489
7257
- #: includes/widgets/htmega_panel_slider.php:657
7258
- #: includes/widgets/htmega_panel_slider.php:713
7259
- #: includes/widgets/htmega_panel_slider.php:1118
7260
- #: includes/widgets/htmega_popover.php:305
7261
- #: includes/widgets/htmega_popover.php:424
7262
- #: includes/widgets/htmega_post_grid.php:248
7263
- #: includes/widgets/htmega_post_grid.php:487
7264
- #: includes/widgets/htmega_post_grid.php:602
7265
- #: includes/widgets/htmega_post_grid.php:689
7266
- #: includes/widgets/htmega_post_grid_tab.php:297
7267
- #: includes/widgets/htmega_post_grid_tab.php:373
7268
- #: includes/widgets/htmega_post_grid_tab.php:467
7269
- #: includes/widgets/htmega_post_grid_tab.php:554
7270
- #: includes/widgets/htmega_post_grid_tab.php:652
7271
- #: includes/widgets/htmega_post_grid_tab.php:777
7272
- #: includes/widgets/htmega_post_grid_tab.php:872
7273
- #: includes/widgets/htmega_post_grid_tab.php:1130
7274
- #: includes/widgets/htmega_post_slider.php:729
7275
- #: includes/widgets/htmega_post_slider.php:744
7276
- #: includes/widgets/htmega_post_slider.php:902
7277
- #: includes/widgets/htmega_post_slider.php:989
7278
- #: includes/widgets/htmega_post_slider.php:1086
7279
- #: includes/widgets/htmega_post_slider.php:1205
7280
- #: includes/widgets/htmega_post_slider.php:1299
7281
- #: includes/widgets/htmega_post_slider.php:1826
7282
- #: includes/widgets/htmega_post_slider.php:1937
7283
- #: includes/widgets/htmega_pricing_list_view.php:1244
7284
- #: includes/widgets/htmega_pricing_list_view.php:1604
7285
- #: includes/widgets/htmega_pricing_list_view.php:1677
7286
- #: includes/widgets/htmega_pricing_list_view.php:1762
7287
- #: includes/widgets/htmega_pricing_list_view.php:1839
7288
- #: includes/widgets/htmega_progressbar.php:683
7289
- #: includes/widgets/htmega_qu_forms.php:143
7290
- #: includes/widgets/htmega_qu_forms.php:231
7291
- #: includes/widgets/htmega_qu_forms.php:320
7292
- #: includes/widgets/htmega_qu_forms.php:429
7293
- #: includes/widgets/htmega_qu_forms.php:541
7294
- #: includes/widgets/htmega_scroll_image.php:195
7295
- #: includes/widgets/htmega_scroll_image.php:355
7296
- #: includes/widgets/htmega_scroll_navigation.php:252
7297
- #: includes/widgets/htmega_search.php:183
7298
- #: includes/widgets/htmega_search.php:284
7299
- #: includes/widgets/htmega_search.php:503
7300
- #: includes/widgets/htmega_section_title.php:387
7301
- #: includes/widgets/htmega_section_title.php:587
7302
- #: includes/widgets/htmega_section_title.php:819
7303
- #: includes/widgets/htmega_services.php:183
7304
- #: includes/widgets/htmega_services.php:395
7305
- #: includes/widgets/htmega_services.php:500
7306
- #: includes/widgets/htmega_services.php:658
7307
- #: includes/widgets/htmega_services.php:921
7308
- #: includes/widgets/htmega_services.php:1049
7309
- #: includes/widgets/htmega_single_post.php:193
7310
- #: includes/widgets/htmega_single_post.php:280
7311
- #: includes/widgets/htmega_single_post.php:394
7312
- #: includes/widgets/htmega_single_post.php:491
7313
- #: includes/widgets/htmega_slider_thumb_gallery.php:705
7314
- #: includes/widgets/htmega_slider_thumb_gallery.php:777
7315
- #: includes/widgets/htmega_socialshere.php:410
7316
- #: includes/widgets/htmega_special_banner.php:290
7317
- #: includes/widgets/htmega_special_banner.php:367
7318
- #: includes/widgets/htmega_special_banner.php:426
7319
- #: includes/widgets/htmega_special_banner.php:485
7320
- #: includes/widgets/htmega_special_banner.php:544
7321
- #: includes/widgets/htmega_special_banner.php:603
7322
- #: includes/widgets/htmega_special_banner.php:714
7323
- #: includes/widgets/htmega_switcher.php:246
7324
- #: includes/widgets/htmega_switcher.php:385
7325
- #: includes/widgets/htmega_switcher.php:576 includes/widgets/htmega_tab.php:349
7326
- #: includes/widgets/htmega_tab.php:581 includes/widgets/htmega_tab.php:924
7327
- #: includes/widgets/htmega_table.php:521
7328
- #: includes/widgets/htmega_teammember.php:330
7329
- #: includes/widgets/htmega_teammember.php:583
7330
- #: includes/widgets/htmega_teammember.php:715
7331
- #: includes/widgets/htmega_teammember.php:805
7332
- #: includes/widgets/htmega_teammember.php:896
7333
- #: includes/widgets/htmega_teammember.php:963
7334
- #: includes/widgets/htmega_testimonial_grid.php:271
7335
- #: includes/widgets/htmega_testimonial_grid.php:449
7336
- #: includes/widgets/htmega_testimonial_grid.php:509
7337
- #: includes/widgets/htmega_testimonial_grid.php:601
7338
- #: includes/widgets/htmega_toggle.php:156
7339
- #: includes/widgets/htmega_toggle.php:284
7340
- #: includes/widgets/htmega_tooltip.php:281
7341
- #: includes/widgets/htmega_tooltip.php:401
7342
- #: includes/widgets/htmega_twitter_feed.php:570
7343
- #: includes/widgets/htmega_twitter_feed.php:659
7344
- #: includes/widgets/htmega_twitter_feed.php:728
7345
- #: includes/widgets/htmega_twitter_feed.php:792
7346
- #: includes/widgets/htmega_twitter_feed.php:928
7347
- #: includes/widgets/htmega_twitter_feed.php:989
7348
- #: includes/widgets/htmega_twitter_feed.php:1398
7349
- #: includes/widgets/htmega_user_login_form.php:507
7350
- #: includes/widgets/htmega_user_login_form.php:584
7351
- #: includes/widgets/htmega_user_login_form.php:681
7352
- #: includes/widgets/htmega_user_login_form.php:733
7353
- #: includes/widgets/htmega_user_login_form.php:836
7354
- #: includes/widgets/htmega_user_login_form.php:1016
7355
- #: includes/widgets/htmega_user_login_form.php:1476
7356
- #: includes/widgets/htmega_vertical_timeline.php:166
7357
- #: includes/widgets/htmega_video_player.php:394
7358
- #: includes/widgets/htmega_wc_categories.php:320
7359
- #: includes/widgets/htmega_wc_categories.php:415
7360
- #: includes/widgets/htmega_working_process.php:209
7361
- #: includes/widgets/htmega_working_process.php:405
7362
- #: includes/widgets/htmega_working_process.php:663
7363
- #: includes/widgets/htmega_working_process.php:742
7364
- #: includes/widgets/htmega_working_process.php:842
7365
- #: includes/widgets/htmega_wpforms.php:137
7366
- #: includes/widgets/htmega_wpforms.php:216
7367
- #: includes/widgets/htmega_wpforms.php:324
7368
- #: includes/widgets/htmega_wpforms.php:413
7369
- #: includes/widgets/htmega_wpforms.php:522
7370
- #: includes/widgets/htmega_wpforms.php:634
7371
- #: extensions/ht-builder/widgets/bl_page_title.php:121
7372
- #: extensions/ht-builder/widgets/bl_post_archive.php:253
7373
- #: extensions/ht-builder/widgets/bl_post_archive.php:367
7374
- #: extensions/ht-builder/widgets/bl_post_archive.php:474
7375
- #: extensions/ht-builder/widgets/bl_post_archive.php:580
7376
- #: extensions/ht-builder/widgets/bl_post_archive.php:774
7377
- #: extensions/ht-builder/widgets/bl_post_archive.php:898
7378
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:123
7379
- #: extensions/ht-builder/widgets/bl_post_author_info.php:194
7380
- #: extensions/ht-builder/widgets/bl_post_author_info.php:244
7381
- #: extensions/ht-builder/widgets/bl_post_author_info.php:284
7382
- #: extensions/ht-builder/widgets/bl_post_title.php:88
7383
- #: extensions/ht-builder/widgets/bl_site_logo.php:143
7384
- #: extensions/ht-builder/widgets/bl_site_title.php:123
7385
- #: extensions/ht-menu/widgets/inline-mega-menu.php:107
7386
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:108
7387
- msgid "Margin"
7388
- msgstr ""
7389
-
7390
- #: includes/widgets/htmega_googlemap.php:244
7391
- #: includes/widgets/htmega_image_marker.php:36
7392
- #: includes/widgets/htmega_image_marker.php:482
7393
- msgid "Marker"
7394
- msgstr ""
7395
-
7396
- #: includes/widgets/htmega_image_marker.php:165
7397
- #: includes/widgets/htmega_image_marker.php:460
7398
- msgid "Marker #1"
7399
- msgstr ""
7400
-
7401
- #: includes/widgets/htmega_image_marker.php:182
7402
- msgid "Marker Content"
7403
- msgstr ""
7404
-
7405
- #: includes/widgets/htmega_image_marker.php:191
7406
- #: includes/widgets/htmega_image_marker.php:279
7407
- msgid "Marker Content Position"
7408
- msgstr ""
7409
-
7410
- #: includes/widgets/htmega_image_marker.php:292
7411
- msgid "Marker Content Postion(X)"
7412
- msgstr ""
7413
-
7414
- #: includes/widgets/htmega_image_marker.php:315
7415
- msgid "Marker Content Postion(Y)"
7416
- msgstr ""
7417
-
7418
- #: includes/widgets/htmega_image_marker.php:220
7419
- msgid "Marker Icon Position"
7420
- msgstr ""
7421
-
7422
- #: includes/widgets/htmega_image_marker.php:141
7423
- msgid "Marker Indicator Icon"
7424
- msgstr ""
7425
-
7426
- #: includes/widgets/htmega_image_marker.php:490
7427
- msgid "Marker Indicator Style"
7428
- msgstr ""
7429
-
7430
- #: includes/widgets/htmega_googlemap.php:150
7431
- msgid "Marker Info Box "
7432
- msgstr ""
7433
-
7434
- #: includes/widgets/htmega_image_marker.php:104
7435
- msgid "Marker Item"
7436
- msgstr ""
7437
-
7438
- #: includes/widgets/htmega_image_marker.php:172
7439
- msgid "Marker Placeholder Text"
7440
- msgstr ""
7441
-
7442
- #: includes/widgets/htmega_image_marker.php:163
7443
- msgid "Marker Title"
7444
- msgstr ""
7445
-
7446
- #: includes/widgets/htmega_buddy_press.php:71
7447
- msgid "Max Item"
7448
- msgstr ""
7449
-
7450
- #: includes/widgets/htmega_news_ticker.php:95
7451
- msgid "Maxium Row"
7452
- msgstr ""
7453
-
7454
- #: includes/widgets/htmega_booked_calender.php:105
7455
- msgid "May"
7456
- msgstr ""
7457
-
7458
- #: includes/widgets/htmega_pricing_list_view.php:229
7459
- msgid "Media"
7460
- msgstr ""
7461
-
7462
- #: includes/widgets/htmega_button.php:87
7463
- #: includes/widgets/htmega_double_button.php:47
7464
- #: includes/widgets/htmega_instagram_feed.php:66
7465
- msgid "Medium"
7466
- msgstr ""
7467
-
7468
- #: extensions/ht-menu/widgets/inline-mega-menu.php:326
7469
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:284
7470
- msgid "Mega Menu"
7471
- msgstr ""
7472
-
7473
- #: extensions/ht-menu/admin/setting.php:119
7474
- msgid "Mega Menu Background Color"
7475
- msgstr ""
7476
-
7477
- #: extensions/ht-menu/classes/class.mega-menu.php:88
7478
- msgid "Mega Menu Settings"
7479
- msgstr ""
7480
-
7481
- #: extensions/ht-menu/admin/setting.php:108
7482
- #: extensions/ht-menu/widgets/inline-mega-menu.php:333
7483
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:291
7484
- msgid "Mega Menu Width"
7485
- msgstr ""
7486
-
7487
- #: includes/widgets/htmega_buddy_press.php:46
7488
- msgid "Member"
7489
- msgstr ""
7490
-
7491
- #: includes/widgets/htmega_teammember.php:133
7492
- msgid "Member image"
7493
- msgstr ""
7494
-
7495
- #: includes/widgets/htmega_booked_calender.php:167
7496
- msgid "Members Only"
7497
- msgstr ""
7498
-
7499
- #: includes/widgets/htmega_inline_menu.php:75
7500
- #: extensions/ht-builder/widgets/bl_nav_menu.php:69
7501
- #: extensions/ht-menu/widgets/inline-mega-menu.php:30
7502
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:31
7503
- msgid "Menu"
7504
- msgstr ""
7505
-
7506
- #: extensions/ht-menu/menu/templates.php:128
7507
- msgid "Menu Badge"
7508
- msgstr ""
7509
-
7510
- #: admin/include/admin-setting.php:694
7511
- msgid "Menu Builder"
7512
- msgstr ""
7513
-
7514
- #: extensions/ht-menu/admin/setting.php:62
7515
- msgid "Menu Items Color"
7516
- msgstr ""
7517
-
7518
- #: extensions/ht-menu/admin/setting.php:69
7519
- msgid "Menu Items Hover Color"
7520
- msgstr ""
7521
-
7522
- #: includes/widgets/htmega_wc_element_pages.php:1112
7523
- msgid "Menu Style"
7524
- msgstr ""
7525
-
7526
- #: extensions/ht-menu/menu/templates.php:78
7527
- msgid "Menu Template"
7528
- msgstr ""
7529
-
7530
- #: extensions/ht-menu/menu/templates.php:63
7531
- msgid "Menu Width"
7532
- msgstr ""
7533
-
7534
- #: includes/widgets/htmega_post_grid_tab.php:223
7535
- #: includes/widgets/htmega_post_grid_tab.php:723
7536
- #: includes/widgets/htmega_post_slider.php:1157
7537
- #: includes/widgets/htmega_single_post.php:341
7538
- msgid "Meta"
7539
- msgstr ""
7540
-
7541
- #: includes/widgets/htmega_twitter_feed.php:957
7542
- msgid "Meta Button"
7543
- msgstr ""
7544
-
7545
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:39
7546
- msgid "Meta Data"
7547
- msgstr ""
7548
-
7549
- #: includes/widgets/htmega_post_grid_tab.php:746
7550
- #: includes/widgets/htmega_single_post.php:459
7551
- msgid "Meta Hover Color"
7552
- msgstr ""
7553
-
7554
- #: includes/widgets/htmega_buddy_press.php:354
7555
- #: extensions/ht-builder/widgets/bl_post_archive.php:432
7556
- msgid "Meta Info"
7557
- msgstr ""
7558
-
7559
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:61
7560
- msgid "Meta Name"
7561
- msgstr ""
7562
-
7563
- #: includes/widgets/htmega_pricing_list_view.php:1159
7564
- msgid "Middle"
7565
- msgstr ""
7566
-
7567
- #: includes/widgets/htmega_double_button.php:58
7568
- #: includes/widgets/htmega_double_button.php:66
7569
- #: includes/widgets/htmega_double_button.php:793
7570
- msgid "Middle Text"
7571
- msgstr ""
7572
-
7573
- #: includes/widgets/htmega_search.php:336
7574
- msgid "Min Width"
7575
- msgstr ""
7576
-
7577
- #: includes/widgets/htmega_scroll_image.php:84
7578
- msgid "Minimum Height"
7579
- msgstr ""
7580
-
7581
- #: includes/widgets/htmega_instagram.php:111
7582
- msgid "Minute"
7583
- msgstr ""
7584
-
7585
- #: includes/widgets/htmega_countdown.php:152
7586
- #: includes/widgets/htmega_countdown.php:230
7587
- #: includes/widgets/htmega_countdown.php:232
7588
- msgid "Minutes"
7589
- msgstr ""
7590
-
7591
- #: extensions/ht-builder/widgets/bl_nav_menu.php:474
7592
- msgid "Mobile Menu"
7593
- msgstr ""
7594
-
7595
- #: includes/widgets/htmega_carousel.php:363
7596
- #: includes/widgets/htmega_instagram.php:558
7597
- #: includes/widgets/htmega_panel_slider.php:423
7598
- #: includes/widgets/htmega_post_slider.php:543
7599
- #: includes/widgets/htmega_slider_thumb_gallery.php:341
7600
- #: includes/widgets/htmega_twitter_feed.php:485
7601
- msgid "Mobile Phone"
7602
- msgstr ""
7603
-
7604
- #: includes/widgets/htmega_carousel.php:405
7605
- #: includes/widgets/htmega_instagram.php:600
7606
- #: includes/widgets/htmega_panel_slider.php:465
7607
- #: includes/widgets/htmega_post_slider.php:585
7608
- #: includes/widgets/htmega_slider_thumb_gallery.php:377
7609
- #: includes/widgets/htmega_twitter_feed.php:527
7610
- msgid "Mobile Resolution"
7611
- msgstr ""
7612
-
7613
- #: admin/include/templates/library/templates.php:38
7614
- #: admin/include/templates/library/templates.php:39
7615
- msgid "Mobile view"
7616
- msgstr ""
7617
-
7618
- #: admin/include/admin-setting.php:327 includes/widgets/htmega_modal.php:13
7619
- #: includes/widgets/htmega_modal.php:35
7620
- msgid "Modal"
7621
- msgstr ""
7622
-
7623
- #: includes/widgets/htmega_modal.php:480
7624
- msgid "Modal Box Style"
7625
- msgstr ""
7626
-
7627
- #: includes/widgets/htmega_modal.php:916
7628
- msgid "Modal Content"
7629
- msgstr ""
7630
-
7631
- #: includes/widgets/htmega_modal.php:112
7632
- msgid "Modal Design"
7633
- msgstr ""
7634
-
7635
- #: includes/widgets/htmega_modal.php:93
7636
- msgid "Modal Footer Content"
7637
- msgstr ""
7638
-
7639
- #: includes/widgets/htmega_modal.php:44
7640
- msgid "Modal Header Content"
7641
- msgstr ""
7642
-
7643
- #: includes/widgets/htmega_modal.php:488
7644
- msgid "Modal Top Space"
7645
- msgstr ""
7646
-
7647
- #: includes/widgets/htmega_modal.php:1032
7648
- msgid "Modal Width"
7649
- msgstr ""
7650
-
7651
- #: includes/widgets/htmega_socialshere.php:61
7652
- msgid "Moimir"
7653
- msgstr ""
7654
-
7655
- #: includes/widgets/htmega_business_hours.php:174
7656
- msgid "Monday"
7657
- msgstr ""
7658
-
7659
- #: includes/widgets/htmega_booked_calender.php:97
7660
- #: includes/widgets/htmega_instagram.php:115
7661
- msgid "Month"
7662
- msgstr ""
7663
-
7664
- #: includes/recommended-plugins/class.recommended-plugins.php:292
7665
- msgid "More Details"
7666
- msgstr ""
7667
-
7668
- #: includes/widgets/htmega_scroll_navigation.php:192
7669
- msgid "Mouse Wheel"
7670
- msgstr ""
7671
-
7672
- #: includes/recommended-plugins/recommended-plugins.php:34
7673
- msgid "Move Addons for Elementor"
7674
- msgstr ""
7675
-
7676
- #: includes/widgets/htmega_accordion.php:319
7677
- msgid "Multiple Item Open"
7678
- msgstr ""
7679
-
7680
- #: includes/widgets/htmega_wc_element_pages.php:55
7681
- msgid "My Account"
7682
- msgstr ""
7683
-
7684
- #: includes/widgets/htmega_easy_digital_download.php:190
7685
- #: includes/widgets/htmega_news_ticker.php:253
7686
- #: includes/widgets/htmega_post_grid.php:150
7687
- #: includes/widgets/htmega_post_grid_tab.php:157
7688
- #: includes/widgets/htmega_post_slider.php:161
7689
- #: includes/widgets/htmega_pricing_list_view.php:72
7690
- #: includes/widgets/htmega_pricing_list_view.php:443
7691
- #: includes/widgets/htmega_table.php:206
7692
- #: includes/widgets/htmega_teammember.php:153
7693
- #: includes/widgets/htmega_teammember.php:685
7694
- #: includes/widgets/htmega_testimonial_grid.php:166
7695
- #: includes/widgets/htmega_testimonial_grid.php:419
7696
- #: includes/widgets/htmega_wc_categories.php:129
7697
- #: extensions/ht-builder/widgets/bl_post_archive.php:201
7698
- #: extensions/ht-builder/widgets/bl_post_author_info.php:216
7699
- msgid "Name"
7700
- msgstr ""
7701
-
7702
- #: extensions/ht-builder/widgets/bl_post_author_info.php:57
7703
- msgid "Name HTML Tag"
7704
- msgstr ""
7705
-
7706
- #: admin/include/admin-setting.php:823 admin/include/admin-setting.php:824
7707
- msgid "Nav Menu"
7708
- msgstr ""
7709
-
7710
- #: includes/widgets/htmega_news_ticker.php:717
7711
- #: extensions/ht-builder/widgets/bl_nav_menu.php:61
7712
- msgid "Navigation"
7713
- msgstr ""
7714
-
7715
- #: includes/widgets/htmega_booked_calender.php:693
7716
- #: includes/widgets/htmega_news_ticker.php:296
7717
- msgid "Navigation Button"
7718
- msgstr ""
7719
-
7720
- #: includes/widgets/htmega_buddy_press.php:60
7721
- msgid "Newest"
7722
- msgstr ""
7723
-
7724
- #: includes/widgets/htmega_news_ticker.php:346
7725
- msgid "News Box Style"
7726
- msgstr ""
7727
-
7728
- #: includes/widgets/htmega_news_ticker.php:226
7729
- msgid "News Limit"
7730
- msgstr ""
7731
-
7732
- #: admin/include/admin-setting.php:335
7733
- #: includes/widgets/htmega_news_ticker.php:14
7734
- #: includes/widgets/htmega_news_ticker.php:43
7735
- msgid "News Ticker"
7736
- msgstr ""
7737
-
7738
- #: includes/widgets/htmega_news_ticker.php:328
7739
- msgid "Next Icon"
7740
- msgstr ""
7741
-
7742
- #: includes/widgets/htmega_carousel.php:181
7743
- #: includes/widgets/htmega_instagram.php:376
7744
- #: includes/widgets/htmega_panel_slider.php:241
7745
- #: includes/widgets/htmega_post_slider.php:345
7746
- #: includes/widgets/htmega_slider_thumb_gallery.php:183
7747
- #: includes/widgets/htmega_twitter_feed.php:303
7748
- msgid "Next icon"
7749
- msgstr ""
7750
-
7751
- #: admin/include/admin-setting.php:1039
7752
- #: includes/widgets/htmega_ninja_forms.php:13
7753
- #: includes/widgets/htmega_ninja_forms.php:51
7754
- msgid "Ninja Form"
7755
- msgstr ""
7756
-
7757
- #: includes/widgets/htmega_carousel.php:211
7758
- #: includes/widgets/htmega_gravity_forms.php:96
7759
- #: includes/widgets/htmega_instagram.php:406
7760
- #: includes/widgets/htmega_panel_slider.php:271
7761
- #: includes/widgets/htmega_post_slider.php:391
7762
- #: includes/widgets/htmega_pricing_list_view.php:197
7763
- #: includes/widgets/htmega_pricing_list_view.php:439
7764
- #: includes/widgets/htmega_slider_thumb_gallery.php:210
7765
- #: includes/widgets/htmega_slider_thumb_gallery.php:475
7766
- #: includes/widgets/htmega_table.php:145 includes/widgets/htmega_table.php:202
7767
- #: includes/widgets/htmega_twitter_feed.php:333
7768
- #: includes/widgets/htmega_user_login_form.php:111
7769
- #: includes/widgets/htmega_user_login_form.php:254
7770
- #: includes/widgets/htmega_video_player.php:125
7771
- #: includes/widgets/htmega_video_player.php:165
7772
- #: includes/widgets/htmega_video_player.php:177
7773
- #: includes/widgets/htmega_video_player.php:189
7774
- #: includes/widgets/htmega_video_player.php:201
7775
- #: includes/widgets/htmega_video_player.php:213
7776
- msgid "No"
7777
- msgstr ""
7778
-
7779
- #: includes/widgets/htmega_googlemap.php:249
7780
- #: includes/widgets/htmega_instagram_feed.php:78
7781
- #: includes/widgets/htmega_instagram_feed.php:89
7782
- #: includes/widgets/htmega_instagram_feed.php:113
7783
- msgid "no"
7784
- msgstr ""
7785
-
7786
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:207
7787
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:210
7788
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:573
7789
- msgid "No Comments"
7790
- msgstr ""
7791
-
7792
- #: includes/helper-function.php:232
7793
- msgid "No contact form found"
7794
- msgstr ""
7795
-
7796
- #: includes/widgets/htmega_single_post.php:587
7797
- msgid "No selected post"
7798
- msgstr ""
7799
-
7800
- #: includes/widgets/htmega_template_selector.php:67
7801
- msgid "No selected template"
7802
- msgstr ""
7803
-
7804
- #: includes/helper-function.php:92
7805
- msgid "No sidebars were found"
7806
- msgstr ""
7807
-
7808
- #: includes/widgets/htmega_revolution_slider.php:43
7809
- msgid "No Slider Found."
7810
- msgstr ""
7811
-
7812
- #: includes/helper-function.php:249 includes/widgets/htmega_blockquote.php:406
7813
- #: includes/widgets/htmega_button.php:415
7814
- #: includes/widgets/htmega_button.php:478
7815
- #: includes/widgets/htmega_counter.php:95
7816
- #: includes/widgets/htmega_image_marker.php:222
7817
- #: includes/widgets/htmega_image_marker.php:281
7818
- #: includes/widgets/htmega_image_marker.php:492
7819
- #: includes/widgets/htmega_image_marker.php:778
7820
- #: includes/widgets/htmega_job_manager.php:121
7821
- #: includes/widgets/htmega_news_ticker.php:250
7822
- #: includes/widgets/htmega_notify.php:139
7823
- #: includes/widgets/htmega_notify.php:174
7824
- #: includes/widgets/htmega_post_grid.php:147
7825
- #: includes/widgets/htmega_post_grid_tab.php:154
7826
- #: includes/widgets/htmega_post_slider.php:158
7827
- #: includes/widgets/htmega_pricing_list_view.php:244
7828
- #: includes/widgets/htmega_scroll_image.php:246
7829
- #: includes/widgets/htmega_socialshere.php:457
7830
- #: includes/widgets/htmega_teammember.php:104
7831
- #: includes/widgets/htmega_testimonial_grid.php:58
7832
- #: extensions/ht-builder/widgets/bl_post_archive.php:198
7833
- #: extensions/ht-builder/widgets/bl_post_author_info.php:97
7834
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:290
7835
- msgid "None"
7836
- msgstr ""
7837
-
7838
- #: includes/widgets/htmega_404_content.php:544
7839
- #: includes/widgets/htmega_404_content.php:695
7840
- #: includes/widgets/htmega_accordion.php:459
7841
- #: includes/widgets/htmega_accordion.php:972
7842
- #: includes/widgets/htmega_add_banner.php:156
7843
- #: includes/widgets/htmega_add_banner.php:245
7844
- #: includes/widgets/htmega_add_banner.php:620
7845
- #: includes/widgets/htmega_booked_calender.php:560
7846
- #: includes/widgets/htmega_booked_calender.php:706
7847
- #: includes/widgets/htmega_brand.php:170
7848
- #: includes/widgets/htmega_buddy_press.php:286
7849
- #: includes/widgets/htmega_button.php:194
7850
- #: includes/widgets/htmega_button.php:519
7851
- #: includes/widgets/htmega_caldera_forms.php:206
7852
- #: includes/widgets/htmega_call_to_action.php:690
7853
- #: includes/widgets/htmega_call_to_action.php:896
7854
- #: includes/widgets/htmega_carousel.php:550
7855
- #: includes/widgets/htmega_carousel.php:826
7856
- #: includes/widgets/htmega_carousel.php:1094
7857
- #: includes/widgets/htmega_carousel.php:1302
7858
- #: includes/widgets/htmega_contact_form_seven.php:541
7859
- #: includes/widgets/htmega_countdown.php:1028
7860
- #: includes/widgets/htmega_cuctom_event.php:136
7861
- #: includes/widgets/htmega_cuctom_event.php:391
7862
- #: includes/widgets/htmega_double_button.php:384
7863
- #: includes/widgets/htmega_double_button.php:459
7864
- #: includes/widgets/htmega_double_button.php:632
7865
- #: includes/widgets/htmega_download_monitor.php:138
7866
- #: includes/widgets/htmega_easy_digital_download.php:344
7867
- #: includes/widgets/htmega_easy_digital_download.php:524
7868
- #: includes/widgets/htmega_gravity_forms.php:380
7869
- #: includes/widgets/htmega_image_grid.php:453
7870
- #: includes/widgets/htmega_image_masonry.php:440
7871
- #: includes/widgets/htmega_inline_menu.php:146
7872
- #: includes/widgets/htmega_instagram.php:927
7873
- #: includes/widgets/htmega_instagram.php:1145
7874
- #: includes/widgets/htmega_mailchimp_for_wp.php:293
7875
- #: includes/widgets/htmega_modal.php:211
7876
- #: includes/widgets/htmega_news_ticker.php:730
7877
- #: includes/widgets/htmega_ninja_forms.php:578
7878
- #: includes/widgets/htmega_notify.php:314
7879
- #: includes/widgets/htmega_offcanvas.php:406
7880
- #: includes/widgets/htmega_panel_slider.php:755
7881
- #: includes/widgets/htmega_panel_slider.php:1047
7882
- #: includes/widgets/htmega_popover.php:331
7883
- #: includes/widgets/htmega_post_grid_tab.php:623
7884
- #: includes/widgets/htmega_post_grid_tab.php:843
7885
- #: includes/widgets/htmega_post_grid_tab.php:993
7886
- #: includes/widgets/htmega_post_slider.php:1058
7887
- #: includes/widgets/htmega_post_slider.php:1271
7888
- #: includes/widgets/htmega_post_slider.php:1535
7889
- #: includes/widgets/htmega_post_slider.php:1755
7890
- #: includes/widgets/htmega_post_slider.php:1920
7891
- #: includes/widgets/htmega_progressbar.php:68
7892
- #: includes/widgets/htmega_qu_forms.php:475
7893
- #: includes/widgets/htmega_scroll_navigation.php:293
7894
- #: includes/widgets/htmega_search.php:223
7895
- #: includes/widgets/htmega_search.php:435
7896
- #: includes/widgets/htmega_search.php:673
7897
- #: includes/widgets/htmega_services.php:176
7898
- #: includes/widgets/htmega_services.php:617
7899
- #: includes/widgets/htmega_services.php:1022
7900
- #: includes/widgets/htmega_single_post.php:355
7901
- #: includes/widgets/htmega_slider_thumb_gallery.php:816
7902
- #: includes/widgets/htmega_slider_thumb_gallery.php:1074
7903
- #: includes/widgets/htmega_slider_thumb_gallery.php:1223
7904
- #: includes/widgets/htmega_socialshere.php:672
7905
- #: includes/widgets/htmega_special_banner.php:643
7906
- #: includes/widgets/htmega_switcher.php:351 includes/widgets/htmega_tab.php:502
7907
- #: includes/widgets/htmega_tab.php:680
7908
- #: includes/widgets/htmega_testimonial_grid.php:264
7909
- #: includes/widgets/htmega_toggle.php:225
7910
- #: includes/widgets/htmega_tooltip.php:307
7911
- #: includes/widgets/htmega_twitter_feed.php:701
7912
- #: includes/widgets/htmega_twitter_feed.php:970
7913
- #: includes/widgets/htmega_twitter_feed.php:1068
7914
- #: includes/widgets/htmega_twitter_feed.php:1306
7915
- #: includes/widgets/htmega_user_login_form.php:1072
7916
- #: includes/widgets/htmega_user_login_form.php:1270
7917
- #: includes/widgets/htmega_vertical_timeline.php:191
7918
- #: includes/widgets/htmega_video_player.php:336
7919
- #: includes/widgets/htmega_wc_categories.php:175
7920
- #: includes/widgets/htmega_wc_categories.php:292
7921
- #: includes/widgets/htmega_wc_categories.php:408
7922
- #: includes/widgets/htmega_wc_element_pages.php:198
7923
- #: includes/widgets/htmega_wc_element_pages.php:348
7924
- #: includes/widgets/htmega_wc_element_pages.php:699
7925
- #: includes/widgets/htmega_wc_element_pages.php:981
7926
- #: includes/widgets/htmega_wc_element_pages.php:1125
7927
- #: includes/widgets/htmega_working_process.php:351
7928
- #: includes/widgets/htmega_working_process.php:935
7929
- #: includes/widgets/htmega_wpforms.php:568
7930
- #: extensions/ht-builder/widgets/bl_nav_menu.php:143
7931
- #: extensions/ht-builder/widgets/bl_nav_menu.php:375
7932
- #: extensions/ht-builder/widgets/bl_post_archive.php:340
7933
- #: extensions/ht-builder/widgets/bl_post_archive.php:446
7934
- #: extensions/ht-builder/widgets/bl_post_archive.php:553
7935
- #: extensions/ht-builder/widgets/bl_post_archive.php:714
7936
- #: extensions/ht-builder/widgets/bl_post_archive.php:849
7937
- #: extensions/ht-builder/widgets/bl_post_comments.php:91
7938
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:388
7939
- #: extensions/ht-builder/widgets/bl_post_search_form.php:177
7940
- #: extensions/ht-menu/widgets/inline-mega-menu.php:424
7941
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:382
7942
- msgid "Normal"
7943
- msgstr ""
7944
-
7945
- #: includes/widgets/htmega_toggle.php:53
7946
- msgid "Normal Icon"
7947
- msgstr ""
7948
-
7949
- #: includes/widgets/htmega_socialshere.php:112
7950
- #: includes/widgets/htmega_socialshere.php:210
7951
- msgid "Normal Style"
7952
- msgstr ""
7953
-
7954
- #: includes/widgets/htmega_toggle.php:43
7955
- msgid "Normal Title"
7956
- msgstr ""
7957
-
7958
- #: includes/widgets/htmega_modal.php:670
7959
- msgid "Note: Below, This CSS style to use on your header close button "
7960
- msgstr ""
7961
-
7962
- #: includes/class.assests.php:372
7963
- msgid "Nothing Found"
7964
- msgstr ""
7965
-
7966
- #: includes/recommended-plugins/recommended-plugins.php:39
7967
- msgid "Notification Bar for WordPress"
7968
- msgstr ""
7969
-
7970
- #: includes/widgets/htmega_notify.php:63
7971
- msgid "Notification Content"
7972
- msgstr ""
7973
-
7974
- #: extensions/wc-sales-notification/admin/setting.php:64
7975
- msgid "Notification Content Type"
7976
- msgstr ""
7977
-
7978
- #: extensions/wc-sales-notification/admin/setting.php:165
7979
- msgid "Notification Enter Animation. <span>( Pro )</span>"
7980
- msgstr ""
7981
-
7982
- #: admin/include/admin-setting.php:1254 admin/include/admin-setting.php:1279
7983
- msgid "Notification image position"
7984
- msgstr ""
7985
-
7986
- #: extensions/wc-sales-notification/admin/setting.php:90
7987
- msgid "Notification Layout. <span>( Pro )</span>"
7988
- msgstr ""
7989
-
7990
- #: extensions/wc-sales-notification/admin/setting.php:115
7991
- msgid "Notification Loading duration."
7992
- msgstr ""
7993
-
7994
- #: includes/widgets/htmega_notify.php:70
7995
- msgid "Notification Message"
7996
- msgstr ""
7997
-
7998
- #: includes/widgets/htmega_notify.php:82
7999
- msgid "Notification Option"
8000
- msgstr ""
8001
-
8002
- #: extensions/wc-sales-notification/admin/setting.php:177
8003
- msgid "Notification Out Animation. <span>( Pro )</span>"
8004
- msgstr ""
8005
-
8006
- #: includes/widgets/htmega_notify.php:101
8007
- msgid "Notification Position"
8008
- msgstr ""
8009
-
8010
- #: admin/include/admin-setting.php:1253 admin/include/admin-setting.php:1278
8011
- msgid "Notification showing position"
8012
- msgstr ""
8013
-
8014
- #: includes/widgets/htmega_notify.php:120
8015
- msgid "Notification Type"
8016
- msgstr ""
8017
-
8018
- #: admin/include/admin-setting.php:343 includes/widgets/htmega_notify.php:13
8019
- msgid "Notify"
8020
- msgstr ""
8021
-
8022
- #: includes/widgets/htmega_notify.php:455
8023
- msgid "Notify Content"
8024
- msgstr ""
8025
-
8026
- #: includes/widgets/htmega_booked_calender.php:111
8027
- msgid "November"
8028
- msgstr ""
8029
-
8030
- #: includes/widgets/htmega_counter.php:413
8031
- #: includes/widgets/htmega_job_manager.php:122
8032
- #: includes/widgets/htmega_working_process.php:791
8033
- msgid "Number"
8034
- msgstr ""
8035
-
8036
- #: includes/widgets/htmega_wc_categories.php:58
8037
- msgid "Number of Category"
8038
- msgstr ""
8039
-
8040
- #: includes/widgets/htmega_instagram_feed.php:51
8041
- msgid "Number of Column"
8042
- msgstr ""
8043
-
8044
- #: includes/widgets/htmega_easy_digital_download.php:59
8045
- msgid "Number of Item"
8046
- msgstr ""
8047
-
8048
- #: includes/widgets/htmega_job_manager.php:58
8049
- msgid "Number of listings to show"
8050
- msgstr ""
8051
-
8052
- #: includes/widgets/htmega_counter.php:173
8053
- msgid "Number Prefix"
8054
- msgstr ""
8055
-
8056
- #: includes/widgets/htmega_counter.php:182
8057
- msgid "Number Suffix"
8058
- msgstr ""
8059
-
8060
- #: includes/widgets/htmega_vertical_timeline.php:105
8061
- msgid "Oct<br/>2018"
8062
- msgstr ""
8063
-
8064
- #: includes/widgets/htmega_booked_calender.php:110
8065
- msgid "October"
8066
- msgstr ""
8067
-
8068
- #: includes/widgets/htmega_tablepress.php:307
8069
- msgid "Odd Cell"
8070
- msgstr ""
8071
-
8072
- #: includes/widgets/htmega_socialshere.php:60
8073
- msgid "Odnoklassniki"
8074
- msgstr ""
8075
-
8076
- #: includes/widgets/htmega_carousel.php:115
8077
- #: includes/widgets/htmega_instagram.php:202
8078
- #: includes/widgets/htmega_panel_slider.php:141
8079
- #: includes/widgets/htmega_post_slider.php:279
8080
- #: includes/widgets/htmega_special_banner.php:116
8081
- #: includes/widgets/htmega_twitter_feed.php:220
8082
- msgid "Off"
8083
- msgstr ""
8084
-
8085
- #: admin/include/admin-setting.php:351 includes/widgets/htmega_offcanvas.php:13
8086
- #: includes/widgets/htmega_offcanvas.php:41
8087
- #: includes/widgets/htmega_offcanvas.php:176
8088
- msgid "Offcanvas"
8089
- msgstr ""
8090
-
8091
- #: includes/widgets/htmega_offcanvas.php:136
8092
- msgid "Offcanvas Height"
8093
- msgstr ""
8094
-
8095
- #: includes/widgets/htmega_offcanvas.php:90
8096
- msgid "Offcanvas Position"
8097
- msgstr ""
8098
-
8099
- #: includes/widgets/htmega_offcanvas.php:106
8100
- msgid "Offcanvas Width"
8101
- msgstr ""
8102
-
8103
- #: includes/widgets/htmega_special_banner.php:105
8104
- #: includes/widgets/htmega_special_banner.php:512
8105
- msgid "Offer Amount"
8106
- msgstr ""
8107
-
8108
- #: includes/widgets/htmega_special_banner.php:114
8109
- #: includes/widgets/htmega_special_banner.php:571
8110
- msgid "Offer Tag Line"
8111
- msgstr ""
8112
-
8113
- #: includes/widgets/htmega_notify.php:205
8114
- #: includes/widgets/htmega_scroll_image.php:244
8115
- msgid "Offset"
8116
- msgstr ""
8117
-
8118
- #: includes/widgets/htmega_carousel.php:114
8119
- #: includes/widgets/htmega_instagram.php:201
8120
- #: includes/widgets/htmega_panel_slider.php:140
8121
- #: includes/widgets/htmega_post_slider.php:278
8122
- #: includes/widgets/htmega_twitter_feed.php:219
8123
- msgid "On"
8124
- msgstr ""
8125
-
8126
- #: includes/widgets/htmega_teammember.php:669
8127
- msgid "ON/OFF Image Hover rotation"
8128
- msgstr ""
8129
-
8130
- #: includes/widgets/htmega_image_grid.php:62
8131
- #: includes/widgets/htmega_image_masonry.php:70
8132
- #: includes/widgets/htmega_testimonial_grid.php:73
8133
- #: includes/widgets/htmega_testimonial_grid.php:88
8134
- #: includes/widgets/htmega_testimonial_grid.php:105
8135
- msgid "One"
8136
- msgstr ""
8137
-
8138
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:221
8139
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:224
8140
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:574
8141
- msgid "One Comment"
8142
- msgstr ""
8143
-
8144
- #: admin/include/admin-setting.php:1226
8145
- msgid "Online Documentation"
8146
- msgstr ""
8147
-
8148
- #: includes/widgets/htmega_switcher.php:560
8149
- #: includes/widgets/htmega_switcher.php:569
8150
- msgid "Only for custom content."
8151
- msgstr ""
8152
-
8153
- #: includes/widgets/htmega_easy_digital_download.php:160
8154
- #: includes/widgets/htmega_wc_categories.php:108
8155
- msgid "Only Top Level"
8156
- msgstr ""
8157
-
8158
- #: includes/widgets/htmega_section_title.php:1026
8159
- msgid "Opacity"
8160
- msgstr ""
8161
-
8162
- #: includes/widgets/htmega_image_marker.php:67
8163
- msgid "Opacity (%)"
8164
- msgstr ""
8165
-
8166
- #: includes/widgets/htmega_image_marker.php:53
8167
- msgid "Opacity Color"
8168
- msgstr ""
8169
-
8170
- #: includes/widgets/htmega_lightbox.php:171
8171
- msgid "Open"
8172
- msgstr ""
8173
-
8174
- #: includes/widgets/htmega_accordion.php:290
8175
- msgid "Open Item Icon"
8176
- msgstr ""
8177
-
8178
- #: includes/widgets/htmega_toggle.php:71
8179
- msgid "Opened Icon"
8180
- msgstr ""
8181
-
8182
- #: includes/widgets/htmega_toggle.php:61
8183
- msgid "Opened Title"
8184
- msgstr ""
8185
-
8186
- #: includes/widgets/htmega_easy_digital_download.php:121
8187
- #: includes/widgets/htmega_ninja_forms.php:69
8188
- #: includes/widgets/htmega_tablepress.php:68
8189
- #: includes/widgets/htmega_wc_categories.php:70
8190
- msgid "Options"
8191
- msgstr ""
8192
-
8193
- #: includes/widgets/htmega_double_button.php:68
8194
- msgid "Or"
8195
- msgstr ""
8196
-
8197
- #: includes/widgets/htmega_easy_digital_download.php:201
8198
- #: includes/widgets/htmega_job_manager.php:71
8199
- #: includes/widgets/htmega_post_grid.php:127
8200
- #: includes/widgets/htmega_post_grid_tab.php:134
8201
- #: includes/widgets/htmega_post_slider.php:138
8202
- #: includes/widgets/htmega_wc_categories.php:140
8203
- msgid "Order"
8204
- msgstr ""
8205
-
8206
- #: includes/widgets/htmega_news_ticker.php:267
8207
- #: extensions/ht-builder/widgets/bl_post_archive.php:215
8208
- msgid "order"
8209
- msgstr ""
8210
-
8211
- #: includes/widgets/htmega_job_manager.php:87
8212
- msgid "Order By"
8213
- msgstr ""
8214
-
8215
- #: includes/widgets/htmega_easy_digital_download.php:186
8216
- #: includes/widgets/htmega_wc_categories.php:125
8217
- msgid "Order by"
8218
- msgstr ""
8219
-
8220
- #: extensions/wc-sales-notification/admin/setting.php:102
8221
- msgid "Order Limit for notification."
8222
- msgstr ""
8223
-
8224
- #: includes/widgets/htmega_wc_element_pages.php:54
8225
- msgid "Order Tracking Form"
8226
- msgstr ""
8227
-
8228
- #: extensions/wc-sales-notification/admin/setting.php:152
8229
- msgid "Order Upto"
8230
- msgstr ""
8231
-
8232
- #: includes/widgets/htmega_news_ticker.php:246
8233
- #: includes/widgets/htmega_post_grid.php:143
8234
- #: includes/widgets/htmega_post_grid_tab.php:150
8235
- #: includes/widgets/htmega_post_slider.php:154
8236
- #: extensions/ht-builder/widgets/bl_post_archive.php:194
8237
- msgid "Orderby"
8238
- msgstr ""
8239
-
8240
- #: includes/widgets/htmega_table.php:107
8241
- msgid "Ordering"
8242
- msgstr ""
8243
-
8244
- #: admin/include/admin-setting.php:86
8245
- msgid "Other options"
8246
- msgstr ""
8247
-
8248
- #: includes/recommended-plugins/recommended-plugins.php:91
8249
- msgid "Other Plugins"
8250
- msgstr ""
8251
-
8252
- #: includes/widgets/htmega_testimonial_grid.php:118
8253
- msgid "Other' Devices Width(%)"
8254
- msgstr ""
8255
-
8256
- #: includes/widgets/htmega_progressbar.php:647
8257
- #: includes/widgets/htmega_progressbar.php:766
8258
- msgid "Outer"
8259
- msgstr ""
8260
-
8261
- #: admin/include/admin-setting.php:1258 admin/include/admin-setting.php:1283
8262
- msgid "Outgoing animation option"
8263
- msgstr ""
8264
-
8265
- #: includes/widgets/htmega_lightbox.php:226
8266
- msgid "Overlay"
8267
- msgstr ""
8268
-
8269
- #: includes/widgets/htmega_image_grid.php:193
8270
- #: includes/widgets/htmega_image_masonry.php:173
8271
- #: includes/widgets/htmega_instagram.php:734
8272
- msgid "Overlay Color"
8273
- msgstr ""
8274
-
8275
- #: includes/widgets/htmega_instagram.php:745
8276
- msgid "Overlay Padding"
8277
- msgstr ""
8278
-
8279
- #: includes/widgets/weather/htmega_weather.php:43
8280
- msgid "Override Title"
8281
- msgstr ""
8282
-
8283
- #: includes/helper-function.php:161
8284
- msgid "p"
8285
- msgstr ""
8286
-
8287
- #: includes/widgets/htmega_404_content.php:281
8288
- #: includes/widgets/htmega_404_content.php:347
8289
- #: includes/widgets/htmega_404_content.php:426
8290
- #: includes/widgets/htmega_404_content.php:505
8291
- #: includes/widgets/htmega_404_content.php:581
8292
- #: includes/widgets/htmega_404_content.php:732
8293
- #: includes/widgets/htmega_accordion.php:501
8294
- #: includes/widgets/htmega_accordion.php:717
8295
- #: includes/widgets/htmega_accordion.php:852
8296
- #: includes/widgets/htmega_accordion.php:1251
8297
- #: includes/widgets/htmega_add_banner.php:175
8298
- #: includes/widgets/htmega_add_banner.php:263
8299
- #: includes/widgets/htmega_add_banner.php:317
8300
- #: includes/widgets/htmega_add_banner.php:415
8301
- #: includes/widgets/htmega_add_banner.php:474
8302
- #: includes/widgets/htmega_add_banner.php:533
8303
- #: includes/widgets/htmega_add_banner.php:592
8304
- #: includes/widgets/htmega_add_banner.php:678
8305
- #: includes/widgets/htmega_animated_heading.php:222
8306
- #: includes/widgets/htmega_animated_heading.php:353
8307
- #: includes/widgets/htmega_animated_heading.php:441
8308
- #: includes/widgets/htmega_blockquote.php:233
8309
- #: includes/widgets/htmega_blockquote.php:311
8310
- #: includes/widgets/htmega_blockquote.php:367
8311
- #: includes/widgets/htmega_blockquote.php:529
8312
- #: includes/widgets/htmega_blockquote.php:710
8313
- #: includes/widgets/htmega_booked_calender.php:619
8314
- #: includes/widgets/htmega_booked_calender.php:765
8315
- #: includes/widgets/htmega_brand.php:141 includes/widgets/htmega_brand.php:328
8316
- #: includes/widgets/htmega_buddy_press.php:216
8317
- #: includes/widgets/htmega_business_hours.php:255
8318
- #: includes/widgets/htmega_business_hours.php:331
8319
- #: includes/widgets/htmega_business_hours.php:459
8320
- #: includes/widgets/htmega_button.php:297
8321
- #: includes/widgets/htmega_button.php:569
8322
- #: includes/widgets/htmega_caldera_forms.php:132
8323
- #: includes/widgets/htmega_caldera_forms.php:267
8324
- #: includes/widgets/htmega_call_to_action.php:379
8325
- #: includes/widgets/htmega_call_to_action.php:456
8326
- #: includes/widgets/htmega_call_to_action.php:544
8327
- #: includes/widgets/htmega_call_to_action.php:603
8328
- #: includes/widgets/htmega_call_to_action.php:662
8329
- #: includes/widgets/htmega_call_to_action.php:730
8330
- #: includes/widgets/htmega_call_to_action.php:936
8331
- #: includes/widgets/htmega_carousel.php:468
8332
- #: includes/widgets/htmega_carousel.php:681
8333
- #: includes/widgets/htmega_carousel.php:1358
8334
- #: includes/widgets/htmega_contact_form_seven.php:80
8335
- #: includes/widgets/htmega_contact_form_seven.php:281
8336
- #: includes/widgets/htmega_contact_form_seven.php:413
8337
- #: includes/widgets/htmega_contact_form_seven.php:501
8338
- #: includes/widgets/htmega_contact_form_seven.php:597
8339
- #: includes/widgets/htmega_countdown.php:575
8340
- #: includes/widgets/htmega_countdown.php:822
8341
- #: includes/widgets/htmega_countdown.php:984
8342
- #: includes/widgets/htmega_countdown.php:1108
8343
- #: includes/widgets/htmega_counter.php:227
8344
- #: includes/widgets/htmega_counter.php:487
8345
- #: includes/widgets/htmega_counter.php:612
8346
- #: includes/widgets/htmega_counter.php:878
8347
- #: includes/widgets/htmega_counter.php:968
8348
- #: includes/widgets/htmega_counter.php:1057
8349
- #: includes/widgets/htmega_cuctom_event.php:163
8350
- #: includes/widgets/htmega_cuctom_event.php:248
8351
- #: includes/widgets/htmega_double_button.php:527
8352
- #: includes/widgets/htmega_double_button.php:700
8353
- #: includes/widgets/htmega_double_button.php:883
8354
- #: includes/widgets/htmega_download_monitor.php:206
8355
- #: includes/widgets/htmega_dropcaps.php:140
8356
- #: includes/widgets/htmega_dropcaps.php:239
8357
- #: includes/widgets/htmega_easy_digital_download.php:260
8358
- #: includes/widgets/htmega_easy_digital_download.php:578
8359
- #: includes/widgets/htmega_googlemap.php:336
8360
- #: includes/widgets/htmega_googlemap.php:477
8361
- #: includes/widgets/htmega_gravity_forms.php:233
8362
- #: includes/widgets/htmega_gravity_forms.php:319
8363
- #: includes/widgets/htmega_gravity_forms.php:433
8364
- #: includes/widgets/htmega_image_comparison.php:293
8365
- #: includes/widgets/htmega_image_comparison.php:374
8366
- #: includes/widgets/htmega_image_grid.php:340
8367
- #: includes/widgets/htmega_image_grid.php:427
8368
- #: includes/widgets/htmega_image_grid.php:500
8369
- #: includes/widgets/htmega_image_magnifier.php:142
8370
- #: includes/widgets/htmega_image_marker.php:675
8371
- #: includes/widgets/htmega_image_marker.php:899
8372
- #: includes/widgets/htmega_image_masonry.php:185
8373
- #: includes/widgets/htmega_image_masonry.php:327
8374
- #: includes/widgets/htmega_image_masonry.php:414
8375
- #: includes/widgets/htmega_image_masonry.php:486
8376
- #: includes/widgets/htmega_inline_menu.php:175
8377
- #: includes/widgets/htmega_instagram.php:647
8378
- #: includes/widgets/htmega_instagram.php:693
8379
- #: includes/widgets/htmega_instagram.php:823
8380
- #: includes/widgets/htmega_instagram.php:885
8381
- #: includes/widgets/htmega_instagram.php:1057
8382
- #: includes/widgets/htmega_instagram.php:1342
8383
- #: includes/widgets/htmega_lightbox.php:251
8384
- #: includes/widgets/htmega_lightbox.php:439
8385
- #: includes/widgets/htmega_mailchimp_for_wp.php:81
8386
- #: includes/widgets/htmega_mailchimp_for_wp.php:251
8387
- #: includes/widgets/htmega_mailchimp_for_wp.php:386
8388
- #: includes/widgets/htmega_modal.php:278 includes/widgets/htmega_modal.php:538
8389
- #: includes/widgets/htmega_modal.php:655 includes/widgets/htmega_modal.php:710
8390
- #: includes/widgets/htmega_modal.php:818 includes/widgets/htmega_modal.php:880
8391
- #: includes/widgets/htmega_modal.php:988
8392
- #: includes/widgets/htmega_news_ticker.php:384
8393
- #: includes/widgets/htmega_news_ticker.php:438
8394
- #: includes/widgets/htmega_news_ticker.php:581
8395
- #: includes/widgets/htmega_news_ticker.php:826
8396
- #: includes/widgets/htmega_news_ticker.php:960
8397
- #: includes/widgets/htmega_ninja_forms.php:132
8398
- #: includes/widgets/htmega_ninja_forms.php:211
8399
- #: includes/widgets/htmega_ninja_forms.php:321
8400
- #: includes/widgets/htmega_ninja_forms.php:409
8401
- #: includes/widgets/htmega_ninja_forms.php:519
8402
- #: includes/widgets/htmega_ninja_forms.php:631
8403
- #: includes/widgets/htmega_notify.php:381
8404
- #: includes/widgets/htmega_notify.php:524
8405
- #: includes/widgets/htmega_notify.php:780
8406
- #: includes/widgets/htmega_offcanvas.php:341
8407
- #: includes/widgets/htmega_offcanvas.php:433
8408
- #: includes/widgets/htmega_panel_slider.php:503
8409
- #: includes/widgets/htmega_panel_slider.php:669
8410
- #: includes/widgets/htmega_panel_slider.php:725
8411
- #: includes/widgets/htmega_panel_slider.php:901
8412
- #: includes/widgets/htmega_popover.php:292
8413
- #: includes/widgets/htmega_popover.php:437
8414
- #: includes/widgets/htmega_popover.php:614
8415
- #: includes/widgets/htmega_popover.php:718
8416
- #: includes/widgets/htmega_post_grid.php:500
8417
- #: includes/widgets/htmega_post_grid.php:614
8418
- #: includes/widgets/htmega_post_grid.php:701
8419
- #: includes/widgets/htmega_post_grid_tab.php:313
8420
- #: includes/widgets/htmega_post_grid_tab.php:386
8421
- #: includes/widgets/htmega_post_grid_tab.php:479
8422
- #: includes/widgets/htmega_post_grid_tab.php:566
8423
- #: includes/widgets/htmega_post_grid_tab.php:664
8424
- #: includes/widgets/htmega_post_grid_tab.php:789
8425
- #: includes/widgets/htmega_post_grid_tab.php:884
8426
- #: includes/widgets/htmega_post_grid_tab.php:1038
8427
- #: includes/widgets/htmega_post_grid_tab.php:1146
8428
- #: includes/widgets/htmega_post_slider.php:759
8429
- #: includes/widgets/htmega_post_slider.php:914
8430
- #: includes/widgets/htmega_post_slider.php:1001
8431
- #: includes/widgets/htmega_post_slider.php:1098
8432
- #: includes/widgets/htmega_post_slider.php:1217
8433
- #: includes/widgets/htmega_post_slider.php:1311
8434
- #: includes/widgets/htmega_post_slider.php:1667
8435
- #: includes/widgets/htmega_post_slider.php:1926
8436
- #: includes/widgets/htmega_pricing_list_view.php:1232
8437
- #: includes/widgets/htmega_pricing_list_view.php:1485
8438
- #: includes/widgets/htmega_pricing_list_view.php:1591
8439
- #: includes/widgets/htmega_pricing_list_view.php:1664
8440
- #: includes/widgets/htmega_pricing_list_view.php:1749
8441
- #: includes/widgets/htmega_pricing_list_view.php:1826
8442
- #: includes/widgets/htmega_progressbar.php:340
8443
- #: includes/widgets/htmega_progressbar.php:669
8444
- #: includes/widgets/htmega_progressbar.php:775
8445
- #: includes/widgets/htmega_qu_forms.php:130
8446
- #: includes/widgets/htmega_qu_forms.php:218
8447
- #: includes/widgets/htmega_qu_forms.php:306
8448
- #: includes/widgets/htmega_qu_forms.php:416
8449
- #: includes/widgets/htmega_qu_forms.php:528
8450
- #: includes/widgets/htmega_scroll_image.php:208
8451
- #: includes/widgets/htmega_scroll_image.php:368
8452
- #: includes/widgets/htmega_scroll_navigation.php:265
8453
- #: includes/widgets/htmega_search.php:196
8454
- #: includes/widgets/htmega_search.php:297
8455
- #: includes/widgets/htmega_search.php:516
8456
- #: includes/widgets/htmega_section_title.php:399
8457
- #: includes/widgets/htmega_section_title.php:599
8458
- #: includes/widgets/htmega_section_title.php:831
8459
- #: includes/widgets/htmega_section_title.php:1002
8460
- #: includes/widgets/htmega_services.php:196
8461
- #: includes/widgets/htmega_services.php:408
8462
- #: includes/widgets/htmega_services.php:513
8463
- #: includes/widgets/htmega_services.php:672
8464
- #: includes/widgets/htmega_services.php:934
8465
- #: includes/widgets/htmega_services.php:1062
8466
- #: includes/widgets/htmega_single_post.php:205
8467
- #: includes/widgets/htmega_single_post.php:292
8468
- #: includes/widgets/htmega_single_post.php:407
8469
- #: includes/widgets/htmega_single_post.php:503
8470
- #: includes/widgets/htmega_slider_thumb_gallery.php:717
8471
- #: includes/widgets/htmega_slider_thumb_gallery.php:765
8472
- #: includes/widgets/htmega_slider_thumb_gallery.php:973
8473
- #: includes/widgets/htmega_socialshere.php:398
8474
- #: includes/widgets/htmega_socialshere.php:643
8475
- #: includes/widgets/htmega_special_banner.php:302
8476
- #: includes/widgets/htmega_special_banner.php:379
8477
- #: includes/widgets/htmega_special_banner.php:438
8478
- #: includes/widgets/htmega_special_banner.php:497
8479
- #: includes/widgets/htmega_special_banner.php:556
8480
- #: includes/widgets/htmega_special_banner.php:615
8481
- #: includes/widgets/htmega_special_banner.php:701
8482
- #: includes/widgets/htmega_switcher.php:258
8483
- #: includes/widgets/htmega_switcher.php:399
8484
- #: includes/widgets/htmega_switcher.php:588 includes/widgets/htmega_tab.php:336
8485
- #: includes/widgets/htmega_tab.php:568 includes/widgets/htmega_tab.php:911
8486
- #: includes/widgets/htmega_table.php:509
8487
- #: includes/widgets/htmega_tablepress.php:196
8488
- #: includes/widgets/htmega_tablepress.php:353
8489
- #: includes/widgets/htmega_tablepress.php:422
8490
- #: includes/widgets/htmega_teammember.php:343
8491
- #: includes/widgets/htmega_teammember.php:728
8492
- #: includes/widgets/htmega_teammember.php:818
8493
- #: includes/widgets/htmega_teammember.php:909
8494
- #: includes/widgets/htmega_teammember.php:976
8495
- #: includes/widgets/htmega_testimonial_grid.php:284
8496
- #: includes/widgets/htmega_testimonial_grid.php:463
8497
- #: includes/widgets/htmega_testimonial_grid.php:523
8498
- #: includes/widgets/htmega_testimonial_grid.php:615
8499
- #: includes/widgets/htmega_toggle.php:168
8500
- #: includes/widgets/htmega_toggle.php:297
8501
- #: includes/widgets/htmega_tooltip.php:268
8502
- #: includes/widgets/htmega_tooltip.php:414
8503
- #: includes/widgets/htmega_tooltip.php:511
8504
- #: includes/widgets/htmega_twitter_feed.php:583
8505
- #: includes/widgets/htmega_twitter_feed.php:672
8506
- #: includes/widgets/htmega_twitter_feed.php:741
8507
- #: includes/widgets/htmega_twitter_feed.php:941
8508
- #: includes/widgets/htmega_twitter_feed.php:1002
8509
- #: includes/widgets/htmega_twitter_feed.php:1192
8510
- #: includes/widgets/htmega_user_login_form.php:596
8511
- #: includes/widgets/htmega_user_login_form.php:632
8512
- #: includes/widgets/htmega_user_login_form.php:862
8513
- #: includes/widgets/htmega_user_login_form.php:1108
8514
- #: includes/widgets/htmega_user_login_form.php:1319
8515
- #: includes/widgets/htmega_user_login_form.php:1489
8516
- #: includes/widgets/htmega_vertical_timeline.php:248
8517
- #: includes/widgets/htmega_vertical_timeline.php:348
8518
- #: includes/widgets/htmega_video_player.php:250
8519
- #: includes/widgets/htmega_video_player.php:408
8520
- #: includes/widgets/htmega_wc_categories.php:213
8521
- #: includes/widgets/htmega_wc_categories.php:332
8522
- #: includes/widgets/htmega_wc_element_pages.php:147
8523
- #: includes/widgets/htmega_wc_element_pages.php:258
8524
- #: includes/widgets/htmega_wc_element_pages.php:410
8525
- #: includes/widgets/htmega_wc_element_pages.php:587
8526
- #: includes/widgets/htmega_wc_element_pages.php:764
8527
- #: includes/widgets/htmega_wc_element_pages.php:900
8528
- #: includes/widgets/htmega_wc_element_pages.php:1035
8529
- #: includes/widgets/htmega_wc_element_pages.php:1163
8530
- #: includes/widgets/htmega_working_process.php:222
8531
- #: includes/widgets/htmega_working_process.php:418
8532
- #: includes/widgets/htmega_working_process.php:676
8533
- #: includes/widgets/htmega_working_process.php:755
8534
- #: includes/widgets/htmega_working_process.php:855
8535
- #: includes/widgets/htmega_wpforms.php:124
8536
- #: includes/widgets/htmega_wpforms.php:203
8537
- #: includes/widgets/htmega_wpforms.php:311
8538
- #: includes/widgets/htmega_wpforms.php:399
8539
- #: includes/widgets/htmega_wpforms.php:509
8540
- #: includes/widgets/htmega_wpforms.php:621
8541
- #: extensions/ht-builder/widgets/bl_nav_menu.php:171
8542
- #: extensions/ht-builder/widgets/bl_nav_menu.php:404
8543
- #: extensions/ht-builder/widgets/bl_page_title.php:108
8544
- #: extensions/ht-builder/widgets/bl_post_archive.php:265
8545
- #: extensions/ht-builder/widgets/bl_post_archive.php:762
8546
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:110
8547
- #: extensions/ht-builder/widgets/bl_post_search_form.php:151
8548
- #: extensions/ht-builder/widgets/bl_post_search_form.php:236
8549
- #: extensions/ht-builder/widgets/bl_site_logo.php:130
8550
- #: extensions/ht-builder/widgets/bl_site_title.php:110
8551
- #: extensions/ht-menu/widgets/inline-mega-menu.php:119
8552
- #: extensions/ht-menu/widgets/inline-mega-menu.php:239
8553
- #: extensions/ht-menu/widgets/inline-mega-menu.php:369
8554
- #: extensions/ht-menu/widgets/inline-mega-menu.php:481
8555
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:120
8556
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:240
8557
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:327
8558
- #: includes/widgets/weather/htmega_weather.php:275
8559
- #: includes/widgets/weather/htmega_weather.php:334
8560
- msgid "Padding"
8561
- msgstr ""
8562
-
8563
- #: includes/widgets/htmega_wc_element_pages.php:47
8564
- #: extensions/ht-builder/widgets/bl_post_content.php:125
8565
- msgid "Page"
8566
- msgstr ""
8567
-
8568
- #: admin/include/admin-setting.php:796 admin/include/admin-setting.php:797
8569
- #: extensions/ht-builder/widgets/bl_page_title.php:39
8570
- #: extensions/ht-builder/widgets/bl_page_title.php:58
8571
- #: extensions/ht-builder/widgets/bl_page_title.php:168
8572
- msgid "Page Title"
8573
- msgstr ""
8574
-
8575
- #: extensions/ht-builder/widgets/bl_post_content.php:121
8576
- msgid "Pages:"
8577
- msgstr ""
8578
-
8579
- #: includes/widgets/htmega_carousel.php:810
8580
- #: includes/widgets/htmega_carousel.php:1078
8581
- #: includes/widgets/htmega_instagram.php:1130
8582
- #: includes/widgets/htmega_panel_slider.php:1033
8583
- #: includes/widgets/htmega_post_slider.php:1740
8584
- #: includes/widgets/htmega_post_slider.php:1905
8585
- #: includes/widgets/htmega_scroll_navigation.php:282
8586
- #: includes/widgets/htmega_slider_thumb_gallery.php:1047
8587
- #: includes/widgets/htmega_table.php:83
8588
- #: includes/widgets/htmega_twitter_feed.php:1291
8589
- #: extensions/ht-builder/widgets/bl_post_archive.php:835
8590
- msgid "Pagination"
8591
- msgstr ""
8592
-
8593
- #: includes/widgets/htmega_carousel.php:1286
8594
- msgid "Pagination Box"
8595
- msgstr ""
8596
-
8597
- #: includes/widgets/htmega_post_slider.php:1980
8598
- msgid "Pagination Box Width"
8599
- msgstr ""
8600
-
8601
- #: includes/widgets/htmega_table.php:981
8602
- msgid "Pagination Footer"
8603
- msgstr ""
8604
-
8605
- #: includes/widgets/htmega_table.php:799
8606
- msgid "Pagination Header"
8607
- msgstr ""
8608
-
8609
- #: includes/widgets/htmega_table.php:850
8610
- msgid "Pagination Header length"
8611
- msgstr ""
8612
-
8613
- #: includes/widgets/htmega_tablepress.php:86
8614
- msgid "Pagination Hide"
8615
- msgstr ""
8616
-
8617
- #: includes/widgets/htmega_table.php:1019
8618
- msgid "Pagination Ordering"
8619
- msgstr ""
8620
-
8621
- #: includes/widgets/htmega_table.php:902
8622
- msgid "Pagination Style"
8623
- msgstr ""
8624
-
8625
- #: includes/widgets/htmega_job_manager.php:117
8626
- msgid "Pagination Type"
8627
- msgstr ""
8628
-
8629
- #: admin/include/admin-setting.php:359
8630
- #: includes/widgets/htmega_panel_slider.php:15
8631
- #: includes/widgets/htmega_panel_slider.php:45
8632
- msgid "Panel Slider"
8633
- msgstr ""
8634
-
8635
- #: includes/widgets/htmega_easy_digital_download.php:164
8636
- #: includes/widgets/htmega_wc_categories.php:112
8637
- msgid "Parent"
8638
- msgstr ""
8639
-
8640
- #: includes/widgets/htmega_brand.php:91
8641
- msgid "Partner Link"
8642
- msgstr ""
8643
-
8644
- #: includes/widgets/htmega_brand.php:71
8645
- msgid "Partner Logo"
8646
- msgstr ""
8647
-
8648
- #: includes/widgets/htmega_user_login_form.php:227
8649
- #: includes/widgets/htmega_user_login_form.php:240
8650
- #: includes/widgets/htmega_user_login_form.php:1541
8651
- #: includes/widgets/htmega_user_login_form.php:1542
8652
- msgid "Password"
8653
- msgstr ""
8654
-
8655
- #: includes/widgets/htmega_user_login_form.php:225
8656
- msgid "Password Label"
8657
- msgstr ""
8658
-
8659
- #: includes/helper-function.php:411
8660
- msgid "Password length must be greater than 5"
8661
- msgstr ""
8662
-
8663
- #: includes/widgets/htmega_user_login_form.php:238
8664
- msgid "Password Placeholder"
8665
- msgstr ""
8666
-
8667
- #: includes/widgets/htmega_news_ticker.php:169
8668
- msgid "Pause on hover"
8669
- msgstr ""
8670
-
8671
- #: includes/widgets/htmega_carousel.php:215
8672
- #: includes/widgets/htmega_instagram.php:410
8673
- #: includes/widgets/htmega_panel_slider.php:275
8674
- #: includes/widgets/htmega_post_slider.php:395
8675
- #: includes/widgets/htmega_slider_thumb_gallery.php:214
8676
- #: includes/widgets/htmega_slider_thumb_gallery.php:479
8677
- #: includes/widgets/htmega_twitter_feed.php:337
8678
- msgid "Pause on Hover?"
8679
- msgstr ""
8680
-
8681
- #: includes/widgets/htmega_wc_element_pages.php:653
8682
- msgid "Payment"
8683
- msgstr ""
8684
-
8685
- #: includes/widgets/htmega_pricing_list_view.php:1704
8686
- msgid "Per Month Typography"
8687
- msgstr ""
8688
-
8689
- #: includes/widgets/htmega_testimonial_grid.php:232
8690
- msgid "Peter Rose"
8691
- msgstr ""
8692
-
8693
- #: includes/widgets/htmega_progressbar.php:211
8694
- msgid "Photoshop"
8695
- msgstr ""
8696
-
8697
- #: includes/class.htmega.php:175
8698
- msgid "PHP"
8699
- msgstr ""
8700
-
8701
- #: includes/widgets/htmega_socialshere.php:56
8702
- msgid "Pinterest"
8703
- msgstr ""
8704
-
8705
- #: extensions/ht-builder/widgets/bl_post_search_form.php:45
8706
- msgid "Placeholder"
8707
- msgstr ""
8708
-
8709
- #: admin/include/templates_list.php:17
8710
- msgctxt "placeholder"
8711
- msgid "Enter a Page Name"
8712
- msgstr ""
8713
-
8714
- #: includes/widgets/htmega_caldera_forms.php:106
8715
- #: includes/widgets/htmega_contact_form_seven.php:225
8716
- #: includes/widgets/htmega_contact_form_seven.php:379
8717
- #: includes/widgets/htmega_mailchimp_for_wp.php:212
8718
- #: includes/widgets/htmega_search.php:240
8719
- #: includes/widgets/htmega_user_login_form.php:799
8720
- msgid "Placeholder Color"
8721
- msgstr ""
8722
-
8723
- #: includes/widgets/htmega_animated_heading.php:235
8724
- #: includes/widgets/htmega_search.php:58
8725
- msgid "Placeholder Text"
8726
- msgstr ""
8727
-
8728
- #: includes/widgets/htmega_image_marker.php:961
8729
- msgid "Placeholder Text Style"
8730
- msgstr ""
8731
-
8732
- #: includes/widgets/htmega_video_player.php:81
8733
- msgid "Play Button Icon"
8734
- msgstr ""
8735
-
8736
- #: admin/include/admin-setting.php:645
8737
- msgid ""
8738
- "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
8739
- "service which is capable of delivering all the necessary weather information "
8740
- "for any location on the globe.To create API key, go to this link <a "
8741
- "href=\"https://openweathermap.org/appid\" target=\"_blank\">OpenWeather</a>."
8742
- msgstr ""
8743
-
8744
- #: includes/widgets/htmega_instagram.php:1526
8745
- msgid "Please enter your access token."
8746
- msgstr ""
8747
-
8748
- #: includes/widgets/weather/htmega_weather.php:361
8749
- msgid ""
8750
- "Please Insert Weather Map API Key from \"HTMega Addons > Settings > Other "
8751
- "options > Weather Map API Key\"."
8752
- msgstr ""
8753
-
8754
- #: includes/widgets/htmega_caldera_forms.php:350
8755
- msgid "Please select a Contact Form From Setting!"
8756
- msgstr ""
8757
-
8758
- #: includes/widgets/htmega_qu_forms.php:633
8759
- msgid "Please select Contact Form"
8760
- msgstr ""
8761
-
8762
- #: includes/widgets/htmega_contact_form_seven.php:711
8763
- msgid "Please Select contact form."
8764
- msgstr ""
8765
-
8766
- #: includes/widgets/htmega_wpforms.php:726
8767
- msgid "Please Select form."
8768
- msgstr ""
8769
-
8770
- #: includes/widgets/htmega_tablepress.php:440
8771
- msgid "Please Select table"
8772
- msgstr ""
8773
-
8774
- #: includes/widgets/htmega_wc_add_to_cart.php:176
8775
- #: includes/widgets/htmega_wc_add_to_cart.php:182
8776
- #: includes/widgets/htmega_wc_element_pages.php:1260
8777
- msgid "Please set a valid product"
8778
- msgstr ""
8779
-
8780
- #: includes/widgets/htmega_user_login_form.php:1661
8781
- msgid "Please wait..."
8782
- msgstr ""
8783
-
8784
- #: admin/include/template-library.php:355
8785
- #: includes/recommended-plugins/class.recommended-plugins.php:393
8786
- msgid "Plugin Not Found"
8787
- msgstr ""
8788
-
8789
- #: admin/include/template-library.php:375
8790
- #: includes/recommended-plugins/class.recommended-plugins.php:413
8791
- msgid "Plugin Successfully Activated"
8792
- msgstr ""
8793
-
8794
- #: includes/widgets/htmega_teammember.php:472
8795
- msgid "Plus Icon Color"
8796
- msgstr ""
8797
-
8798
- #: includes/widgets/htmega_socialshere.php:69
8799
- msgid "Pocket"
8800
- msgstr ""
8801
-
8802
- #: includes/widgets/htmega_googlemap.php:370
8803
- msgid "Pointer Width"
8804
- msgstr ""
8805
-
8806
- #: includes/widgets/htmega_video_player.php:53
8807
- msgid "Pop Up"
8808
- msgstr ""
8809
-
8810
- #: includes/widgets/htmega_video_player.php:72
8811
- msgid "Pop Up Button"
8812
- msgstr ""
8813
-
8814
- #: admin/include/admin-setting.php:367 includes/widgets/htmega_popover.php:14
8815
- #: includes/widgets/htmega_popover.php:75
8816
- #: includes/widgets/htmega_popover.php:498
8817
- msgid "Popover"
8818
- msgstr ""
8819
-
8820
- #: includes/widgets/htmega_popover.php:42
8821
- msgid "Popover Button"
8822
- msgstr ""
8823
-
8824
- #: includes/widgets/htmega_popover.php:169
8825
- msgid "Popover content Here"
8826
- msgstr ""
8827
-
8828
- #: includes/widgets/htmega_popover.php:180
8829
- msgid "Popover Header Here"
8830
- msgstr ""
8831
-
8832
- #: includes/widgets/htmega_popover.php:177
8833
- msgid "Popover Header Text"
8834
- msgstr ""
8835
-
8836
- #: includes/widgets/htmega_popover.php:160
8837
- msgid "Popover Options"
8838
- msgstr ""
8839
-
8840
- #: includes/widgets/htmega_popover.php:166
8841
- msgid "Popover Text"
8842
- msgstr ""
8843
-
8844
- #: includes/widgets/htmega_buddy_press.php:61
8845
- msgid "Popular"
8846
- msgstr ""
8847
-
8848
- #: admin/include/admin-setting.php:887
8849
- msgid "Popular Post"
8850
- msgstr ""
8851
-
8852
- #: admin/include/admin-setting.php:886
8853
- msgid "Popular Post <span>( Pro )</span>"
8854
- msgstr ""
8855
-
8856
- #: includes/widgets/htmega_search.php:910
8857
- msgid "Popup Background"
8858
- msgstr ""
8859
-
8860
- #: includes/widgets/htmega_search.php:679
8861
- #: includes/widgets/htmega_search.php:942
8862
- msgid "Popup Button Style"
8863
- msgstr ""
8864
-
8865
- #: includes/widgets/htmega_search.php:658
8866
- msgid "Popup style"
8867
- msgstr ""
8868
-
8869
- #: includes/widgets/htmega_mailchimp_for_wp.php:334
8870
- #: includes/widgets/htmega_progressbar.php:644
8871
- #: includes/widgets/htmega_progressbar.php:763
8872
- #: includes/widgets/htmega_progressbar.php:831
8873
- #: includes/widgets/htmega_section_title.php:232
8874
- #: includes/widgets/htmega_working_process.php:524
8875
- #: extensions/wc-sales-notification/admin/setting.php:77
8876
- msgid "Position"
8877
- msgstr ""
8878
-
8879
- #: includes/widgets/htmega_image_marker.php:1017
8880
- msgid "Position Left-Right (X)"
8881
- msgstr ""
8882
-
8883
- #: includes/widgets/htmega_image_marker.php:990
8884
- msgid "Position Top-Bottom (Y)"
8885
- msgstr ""
8886
-
8887
- #: includes/widgets/htmega_image_comparison.php:195
8888
- msgid "Positioning Lebel"
8889
- msgstr ""
8890
-
8891
- #: admin/include/admin-setting.php:375
8892
- msgid "Post carousel"
8893
- msgstr ""
8894
-
8895
- #: admin/include/admin-setting.php:760 admin/include/admin-setting.php:761
8896
- #: extensions/ht-builder/widgets/bl_post_comments.php:187
8897
- msgid "Post Comments"
8898
- msgstr ""
8899
-
8900
- #: admin/include/admin-setting.php:751 admin/include/admin-setting.php:752
8901
- #: extensions/ht-builder/widgets/bl_post_content.php:40
8902
- #: extensions/ht-builder/widgets/bl_post_content.php:103
8903
- msgid "Post Content"
8904
- msgstr ""
8905
-
8906
- #: admin/include/admin-setting.php:702
8907
- msgid "Post Duplicator"
8908
- msgstr ""
8909
-
8910
- #: admin/include/admin-setting.php:906
8911
- msgid "Post Duplicator Condition"
8912
- msgstr ""
8913
-
8914
- #: admin/include/admin-setting.php:742 admin/include/admin-setting.php:743
8915
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
8916
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
8917
- msgid "Post Excerpt"
8918
- msgstr ""
8919
-
8920
- #: admin/include/admin-setting.php:724 admin/include/admin-setting.php:725
8921
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
8922
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
8923
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
8924
- msgid "Post Featured Image"
8925
- msgstr ""
8926
-
8927
- #: admin/include/admin-setting.php:383 includes/widgets/htmega_post_grid.php:15
8928
- #: includes/widgets/htmega_post_grid.php:37
8929
- msgid "Post Grid"
8930
- msgstr ""
8931
-
8932
- #: admin/include/admin-setting.php:391
8933
- #: includes/widgets/htmega_post_grid_tab.php:15
8934
- #: includes/widgets/htmega_post_grid_tab.php:43
8935
- msgid "Post Grid Tab"
8936
- msgstr ""
8937
-
8938
- #: includes/widgets/htmega_post_grid.php:211
8939
- msgid "Post Items Box Style"
8940
- msgstr ""
8941
-
8942
- #: admin/include/admin-setting.php:733 admin/include/admin-setting.php:734
8943
- msgid "Post Meta Info"
8944
- msgstr ""
8945
-
8946
- #: includes/widgets/htmega_single_post.php:74
8947
- msgid "Post Name"
8948
- msgstr ""
8949
-
8950
- #: admin/include/admin-setting.php:869
8951
- msgid "Post Navigation"
8952
- msgstr ""
8953
-
8954
- #: admin/include/admin-setting.php:868
8955
- msgid "Post Navigation <span>( Pro )</span>"
8956
- msgstr ""
8957
-
8958
- #: admin/include/class.htmega-elementor-template-library.php:90
8959
- msgid "Post not found"
8960
- msgstr ""
8961
-
8962
- #: admin/include/class.htmega-elementor-template-library.php:69
8963
- msgid "Post not found."
8964
- msgstr ""
8965
-
8966
- #: includes/widgets/htmega_post_grid.php:62
8967
- #: includes/widgets/htmega_post_grid_tab.php:69
8968
- #: includes/widgets/htmega_post_slider.php:73
8969
- msgid "Post Option"
8970
- msgstr ""
8971
-
8972
- #: admin/include/admin-setting.php:769 admin/include/admin-setting.php:770
8973
- msgid "Post Search Form"
8974
- msgstr ""
8975
-
8976
- #: admin/include/admin-setting.php:399
8977
- #: includes/widgets/htmega_post_slider.php:14
8978
- #: includes/widgets/htmega_post_slider.php:44
8979
- msgid "Post Slider"
8980
- msgstr ""
8981
-
8982
- #: admin/include/admin-setting.php:715 admin/include/admin-setting.php:716
8983
- #: includes/widgets/htmega_post_slider.php:376
8984
- #: extensions/ht-builder/widgets/bl_post_title.php:41
8985
- #: extensions/ht-builder/widgets/bl_post_title.php:60
8986
- msgid "Post Title"
8987
- msgstr ""
8988
-
8989
- #: includes/widgets/htmega_easy_digital_download.php:129
8990
- msgctxt "Posts Query Control"
8991
- msgid "Source"
8992
- msgstr ""
8993
-
8994
- #: includes/widgets/htmega_counter.php:928
8995
- msgid "Prefix"
8996
- msgstr ""
8997
-
8998
- #: admin/include/admin-setting.php:1309
8999
- #: extensions/ht-builder/admin/setting.php:151
9000
- #: extensions/ht-menu/classes/class.mega-menu.php:265
9001
- #: extensions/wc-sales-notification/admin/setting.php:235
9002
- msgid "premium version"
9003
- msgstr ""
9004
-
9005
- #: includes/class.assests.php:379
9006
- #: includes/recommended-plugins/class.recommended-plugins.php:123
9007
- #: admin/include/templates/library/templates.php:133
9008
- msgid "Preview"
9009
- msgstr ""
9010
-
9011
- #: includes/widgets/htmega_news_ticker.php:313
9012
- msgid "Previous Icon"
9013
- msgstr ""
9014
-
9015
- #: includes/widgets/htmega_carousel.php:165
9016
- #: includes/widgets/htmega_instagram.php:360
9017
- #: includes/widgets/htmega_panel_slider.php:225
9018
- #: includes/widgets/htmega_post_slider.php:329
9019
- #: includes/widgets/htmega_slider_thumb_gallery.php:168
9020
- #: includes/widgets/htmega_twitter_feed.php:287
9021
- msgid "Previous icon"
9022
- msgstr ""
9023
-
9024
- #: includes/widgets/htmega_easy_digital_download.php:460
9025
- #: includes/widgets/htmega_pricing_list_view.php:89
9026
- #: includes/widgets/htmega_pricing_list_view.php:1620
9027
- msgid "Price"
9028
- msgstr ""
9029
-
9030
- #: includes/widgets/htmega_easy_digital_download.php:471
9031
- msgid "Price Color"
9032
- msgstr ""
9033
-
9034
- #: includes/widgets/htmega_easy_digital_download.php:495
9035
- msgid "Price Margin"
9036
- msgstr ""
9037
-
9038
- #: admin/include/admin-setting.php:407
9039
- #: includes/widgets/htmega_pricing_list_view.php:13
9040
- msgid "Pricing List View"
9041
- msgstr ""
9042
-
9043
- #: admin/include/admin-setting.php:415
9044
- msgid "Pricing Table"
9045
- msgstr ""
9046
-
9047
- #: includes/widgets/htmega_call_to_action.php:129
9048
- #: includes/widgets/htmega_call_to_action.php:677
9049
- msgid "Primary Button"
9050
- msgstr ""
9051
-
9052
- #: includes/widgets/htmega_call_to_action.php:145
9053
- msgid "Primary Button Link"
9054
- msgstr ""
9055
-
9056
- #: includes/widgets/htmega_call_to_action.php:136
9057
- msgid "Primary Button Text"
9058
- msgstr ""
9059
-
9060
- #: admin/include/admin-setting.php:851
9061
- msgid "Print Page"
9062
- msgstr ""
9063
-
9064
- #: admin/include/admin-setting.php:850
9065
- msgid "Print Page <span>( Pro )</span>"
9066
- msgstr ""
9067
-
9068
- #: includes/class.assests.php:367 admin/include/templates_list.php:54
9069
- #: admin/include/templates/library/templates.php:119
9070
- msgid "Pro"
9071
- msgstr ""
9072
-
9073
- #: includes/widgets/htmega_working_process.php:81
9074
- #: includes/widgets/htmega_working_process.php:169
9075
- msgid "Process #1"
9076
- msgstr ""
9077
-
9078
- #: includes/widgets/htmega_working_process.php:173
9079
- msgid "Process #2"
9080
- msgstr ""
9081
-
9082
- #: includes/widgets/htmega_working_process.php:177
9083
- msgid "Process #3"
9084
- msgstr ""
9085
-
9086
- #: includes/widgets/htmega_working_process.php:88
9087
- msgid "Process Number"
9088
- msgstr ""
9089
-
9090
- #: includes/widgets/htmega_wc_add_to_cart.php:46
9091
- #: includes/widgets/htmega_wc_add_to_cart.php:59
9092
- msgid "Product"
9093
- msgstr ""
9094
-
9095
- #: admin/include/admin-setting.php:423
9096
- #: includes/widgets/htmega_progressbar.php:13
9097
- #: includes/widgets/htmega_progressbar.php:42
9098
- #: includes/widgets/htmega_progressbar.php:191
9099
- #: includes/widgets/htmega_progressbar.php:389
9100
- msgid "Progress Bar"
9101
- msgstr ""
9102
-
9103
- #: includes/widgets/htmega_progressbar.php:301
9104
- msgid "Progress bar Background"
9105
- msgstr ""
9106
-
9107
- #: includes/widgets/htmega_progressbar.php:123
9108
- msgid "Progress bar color"
9109
- msgstr ""
9110
-
9111
- #: includes/widgets/htmega_progressbar.php:278
9112
- msgid "Progress Bar Size"
9113
- msgstr ""
9114
-
9115
- #: includes/widgets/htmega_progressbar.php:309
9116
- msgid "Progress bar track color"
9117
- msgstr ""
9118
-
9119
- #: includes/widgets/htmega_progressbar.php:105
9120
- #: includes/widgets/htmega_progressbar.php:237
9121
- msgid "Progress Bar Value"
9122
- msgstr ""
9123
-
9124
- #: includes/widgets/htmega_progressbar.php:144
9125
- #: includes/widgets/htmega_progressbar.php:329
9126
- msgid "Progress bar value background color"
9127
- msgstr ""
9128
-
9129
- #: includes/widgets/htmega_progressbar.php:134
9130
- #: includes/widgets/htmega_progressbar.php:319
9131
- msgid "Progress bar value color"
9132
- msgstr ""
9133
-
9134
- #: includes/widgets/htmega_progressbar.php:255
9135
- msgid "Progress Bar Width"
9136
- msgstr ""
9137
-
9138
- #: includes/widgets/htmega_progressbar.php:155
9139
- #: includes/widgets/htmega_progressbar.php:548
9140
- msgid "Progress Indicator"
9141
- msgstr ""
9142
-
9143
- #: includes/widgets/htmega_progressbar.php:451
9144
- msgid "Progress Position Top-Bottom"
9145
- msgstr ""
9146
-
9147
- #: includes/widgets/htmega_pricing_list_view.php:144
9148
- msgid "PSD Template"
9149
- msgstr ""
9150
-
9151
- #: admin/include/admin-setting.php:1309
9152
- #: extensions/ht-builder/admin/setting.php:151
9153
- #: extensions/ht-menu/classes/class.mega-menu.php:265
9154
- #: extensions/wc-sales-notification/admin/setting.php:235
9155
- msgid "Purchase our"
9156
- msgstr ""
9157
-
9158
- #: includes/widgets/htmega_animated_heading.php:104
9159
- msgid "Purpose,policy,Company"
9160
- msgstr ""
9161
-
9162
- #: includes/widgets/htmega_animated_heading.php:77
9163
- msgid "Push"
9164
- msgstr ""
9165
-
9166
- #: includes/widgets/htmega_section_title.php:62
9167
- msgid "Put the highlighted word in between the span tags!"
9168
- msgstr ""
9169
-
9170
- #: admin/include/admin-setting.php:1049 includes/widgets/htmega_qu_forms.php:13
9171
- #: includes/widgets/htmega_qu_forms.php:51
9172
- msgid "QU Form"
9173
- msgstr ""
9174
-
9175
- #: includes/widgets/htmega_wc_add_to_cart.php:79
9176
- msgid "Quantity"
9177
- msgstr ""
9178
-
9179
- #: extensions/ht-builder/widgets/bl_post_archive.php:150
9180
- msgid "Query Settings"
9181
- msgstr ""
9182
-
9183
- #: includes/recommended-plugins/recommended-plugins.php:73
9184
- msgid "QuickSwish"
9185
- msgstr ""
9186
-
9187
- #: includes/widgets/htmega_blockquote.php:327
9188
- msgid "Quote By"
9189
- msgstr ""
9190
-
9191
- #: includes/widgets/htmega_blockquote.php:494
9192
- msgid "Quote Icon"
9193
- msgstr ""
9194
-
9195
- #: includes/widgets/htmega_blockquote.php:689
9196
- msgid "Quote Image"
9197
- msgstr ""
9198
-
9199
- #: includes/widgets/htmega_job_manager.php:94
9200
- #: includes/widgets/htmega_news_ticker.php:256
9201
- #: includes/widgets/htmega_post_grid.php:153
9202
- #: includes/widgets/htmega_post_grid_tab.php:160
9203
- #: includes/widgets/htmega_post_slider.php:164
9204
- #: extensions/ht-builder/widgets/bl_post_archive.php:204
9205
- msgid "Random"
9206
- msgstr ""
9207
-
9208
- #: includes/widgets/htmega_testimonial_grid.php:682
9209
- msgid "Rating"
9210
- msgstr ""
9211
-
9212
- #: admin/include/admin-setting.php:1183
9213
- msgid "Rating icon"
9214
- msgstr ""
9215
-
9216
- #: includes/widgets/htmega_testimonial_grid.php:689
9217
- msgid "Rating On Right"
9218
- msgstr ""
9219
-
9220
- #: includes/widgets/htmega_image_grid.php:142
9221
- #: includes/widgets/htmega_image_grid.php:171
9222
- #: includes/widgets/htmega_image_masonry.php:122
9223
- #: includes/widgets/htmega_image_masonry.php:151
9224
- #: includes/widgets/htmega_post_grid_tab.php:233
9225
- #: includes/widgets/htmega_post_grid_tab.php:245
9226
- #: includes/widgets/htmega_post_grid_tab.php:246
9227
- #: includes/widgets/htmega_post_grid_tab.php:829
9228
- #: includes/widgets/htmega_post_slider.php:222
9229
- #: includes/widgets/htmega_post_slider.php:234
9230
- #: includes/widgets/htmega_post_slider.php:235
9231
- #: includes/widgets/htmega_post_slider.php:1257
9232
- #: includes/widgets/htmega_services.php:140
9233
- #: extensions/ht-builder/widgets/bl_post_archive.php:700
9234
- msgid "Read More"
9235
- msgstr ""
9236
-
9237
- #: extensions/ht-builder/widgets/bl_post_archive.php:73
9238
- #: extensions/ht-builder/widgets/bl_post_archive.php:1084
9239
- msgid "Read more"
9240
- msgstr ""
9241
-
9242
- #: includes/widgets/htmega_image_grid.php:443
9243
- #: includes/widgets/htmega_image_masonry.php:430
9244
- msgid "Read More Button"
9245
- msgstr ""
9246
-
9247
- #: extensions/ht-builder/widgets/bl_post_archive.php:71
9248
- msgid "Read More Button Text"
9249
- msgstr ""
9250
-
9251
- #: includes/widgets/htmega_post_grid_tab.php:243
9252
- #: includes/widgets/htmega_post_slider.php:232
9253
- msgid "Read More button text"
9254
- msgstr ""
9255
-
9256
- #: includes/widgets/htmega_services.php:318
9257
- msgid "Read More Color"
9258
- msgstr ""
9259
-
9260
- #: includes/widgets/htmega_image_grid.php:149
9261
- #: includes/widgets/htmega_image_masonry.php:129
9262
- msgid "Read More Link"
9263
- msgstr ""
9264
-
9265
- #: includes/widgets/htmega_image_grid.php:140
9266
- #: includes/widgets/htmega_image_masonry.php:120
9267
- msgid "Read More Text"
9268
- msgstr ""
9269
-
9270
- #: includes/widgets/htmega_cuctom_event.php:95
9271
- msgid "Read More."
9272
- msgstr ""
9273
-
9274
- #: extensions/wc-sales-notification/admin/setting.php:69
9275
- msgid "Real"
9276
- msgstr ""
9277
-
9278
- #: includes/recommended-plugins/class.recommended-plugins.php:71
9279
- msgid "Recommendations"
9280
- msgstr ""
9281
-
9282
- #: includes/recommended-plugins/recommended-plugins.php:28
9283
- msgid "Recommended Plugins"
9284
- msgstr ""
9285
-
9286
- #: includes/widgets/htmega_socialshere.php:66
9287
- msgid "Reddit"
9288
- msgstr ""
9289
-
9290
- #: includes/widgets/htmega_user_login_form.php:251
9291
- msgid "Redirect page after Login"
9292
- msgstr ""
9293
-
9294
- #: includes/widgets/htmega_user_login_form.php:299
9295
- #: includes/widgets/htmega_user_login_form.php:312
9296
- #: includes/widgets/htmega_user_login_form.php:1629
9297
- msgid "Register"
9298
- msgstr ""
9299
-
9300
- #: includes/widgets/htmega_user_login_form.php:1255
9301
- msgid "Register Button"
9302
- msgstr ""
9303
-
9304
- #: includes/widgets/htmega_user_login_form.php:108
9305
- msgid "Register Heading Login"
9306
- msgstr ""
9307
-
9308
- #: includes/widgets/htmega_user_login_form.php:310
9309
- msgid "Register Link Text"
9310
- msgstr ""
9311
-
9312
- #: admin/include/admin-setting.php:878
9313
- msgid "Related Post"
9314
- msgstr ""
9315
-
9316
- #: admin/include/admin-setting.php:877
9317
- msgid "Related Post <span>( Pro )</span>"
9318
- msgstr ""
9319
-
9320
- #: includes/widgets/htmega_image_marker.php:444
9321
- msgid ""
9322
- "Reload the editor right after enabling this option. Example: Enable/Disable "
9323
- "this option > Click UPDATE > Then Reload the editor page."
9324
- msgstr ""
9325
-
9326
- #: includes/widgets/htmega_user_login_form.php:287
9327
- #: includes/widgets/htmega_user_login_form.php:1609
9328
- msgid "Remember Me"
9329
- msgstr ""
9330
-
9331
- #: includes/widgets/htmega_user_login_form.php:967
9332
- msgid "Remember Me Checkbox"
9333
- msgstr ""
9334
-
9335
- #: admin/include/admin-setting.php:615
9336
- msgid "Remote Template"
9337
- msgstr ""
9338
-
9339
- #: includes/widgets/htmega_socialshere.php:77
9340
- msgid "Renren"
9341
- msgstr ""
9342
-
9343
- #: includes/widgets/htmega_video_player.php:186
9344
- msgid "Repeat Video"
9345
- msgstr ""
9346
-
9347
- #: includes/widgets/htmega_bbpress.php:52
9348
- msgid "Reply Form"
9349
- msgstr ""
9350
-
9351
- #: includes/widgets/htmega_wc_element_pages.php:515
9352
- msgid "Required Color"
9353
- msgstr ""
9354
-
9355
- #: admin/include/admin-setting.php:1170
9356
- msgid "Responsive, supports all major devices"
9357
- msgstr ""
9358
-
9359
- #: includes/widgets/htmega_image_comparison.php:390
9360
- msgid "Reveal"
9361
- msgstr ""
9362
-
9363
- #: admin/include/admin-setting.php:1069
9364
- #: includes/widgets/htmega_revolution_slider.php:13
9365
- #: includes/widgets/htmega_revolution_slider.php:53
9366
- msgid "Revolution Slider"
9367
- msgstr ""
9368
-
9369
- #: includes/widgets/htmega_404_content.php:249
9370
- #: includes/widgets/htmega_accordion.php:478
9371
- #: includes/widgets/htmega_accordion.php:669
9372
- #: includes/widgets/htmega_accordion.php:827
9373
- #: includes/widgets/htmega_accordion.php:1213
9374
- #: includes/widgets/htmega_accordion.php:1217
9375
- #: includes/widgets/htmega_accordion.php:1331
9376
- #: includes/widgets/htmega_add_banner.php:376
9377
- #: includes/widgets/htmega_blockquote.php:191
9378
- #: includes/widgets/htmega_buddy_press.php:254
9379
- #: includes/widgets/htmega_business_hours.php:399
9380
- #: includes/widgets/htmega_button.php:112
9381
- #: includes/widgets/htmega_button.php:162
9382
- #: includes/widgets/htmega_call_to_action.php:204
9383
- #: includes/widgets/htmega_call_to_action.php:298
9384
- #: includes/widgets/htmega_call_to_action.php:338
9385
- #: includes/widgets/htmega_carousel.php:845
9386
- #: includes/widgets/htmega_contact_form_seven.php:128
9387
- #: includes/widgets/htmega_countdown.php:619
9388
- #: includes/widgets/htmega_countdown.php:651
9389
- #: includes/widgets/htmega_counter.php:296
9390
- #: includes/widgets/htmega_counter.php:329
9391
- #: includes/widgets/htmega_counter.php:435
9392
- #: includes/widgets/htmega_counter.php:561
9393
- #: includes/widgets/htmega_double_button.php:161
9394
- #: includes/widgets/htmega_double_button.php:248
9395
- #: includes/widgets/htmega_double_button.php:333
9396
- #: includes/widgets/htmega_dropcaps.php:92
9397
- #: includes/widgets/htmega_dropcaps.php:96
9398
- #: includes/widgets/htmega_easy_digital_download.php:318
9399
- #: includes/widgets/htmega_image_grid.php:291
9400
- #: includes/widgets/htmega_image_grid.php:388
9401
- #: includes/widgets/htmega_image_marker.php:199
9402
- #: includes/widgets/htmega_image_marker.php:710
9403
- #: includes/widgets/htmega_image_masonry.php:266
9404
- #: includes/widgets/htmega_image_masonry.php:363
9405
- #: includes/widgets/htmega_inline_menu.php:129
9406
- #: includes/widgets/htmega_instagram.php:1492
9407
- #: includes/widgets/htmega_job_manager.php:152
9408
- #: includes/widgets/htmega_lightbox.php:204
9409
- #: includes/widgets/htmega_lightbox.php:317
9410
- #: includes/widgets/htmega_mailchimp_for_wp.php:129
9411
- #: includes/widgets/htmega_modal.php:182 includes/widgets/htmega_modal.php:358
9412
- #: includes/widgets/htmega_modal.php:1013
9413
- #: includes/widgets/htmega_news_ticker.php:462
9414
- #: includes/widgets/htmega_notify.php:282
9415
- #: includes/widgets/htmega_notify.php:562
9416
- #: includes/widgets/htmega_notify.php:828
9417
- #: includes/widgets/htmega_offcanvas.php:96
9418
- #: includes/widgets/htmega_offcanvas.php:200
9419
- #: includes/widgets/htmega_offcanvas.php:283
9420
- #: includes/widgets/htmega_offcanvas.php:375
9421
- #: includes/widgets/htmega_panel_slider.php:571
9422
- #: includes/widgets/htmega_popover.php:194
9423
- #: includes/widgets/htmega_popover.php:273
9424
- #: includes/widgets/htmega_popover.php:669
9425
- #: includes/widgets/htmega_popover.php:773
9426
- #: includes/widgets/htmega_post_grid.php:301
9427
- #: includes/widgets/htmega_post_grid.php:525
9428
- #: includes/widgets/htmega_post_grid.php:638
9429
- #: includes/widgets/htmega_post_grid_tab.php:409
9430
- #: includes/widgets/htmega_post_grid_tab.php:503
9431
- #: includes/widgets/htmega_post_grid_tab.php:590
9432
- #: includes/widgets/htmega_post_grid_tab.php:813
9433
- #: includes/widgets/htmega_post_slider.php:844
9434
- #: includes/widgets/htmega_post_slider.php:938
9435
- #: includes/widgets/htmega_post_slider.php:1025
9436
- #: includes/widgets/htmega_post_slider.php:1241
9437
- #: includes/widgets/htmega_pricing_list_view.php:473
9438
- #: includes/widgets/htmega_pricing_list_view.php:500
9439
- #: includes/widgets/htmega_pricing_list_view.php:1128
9440
- #: includes/widgets/htmega_pricing_list_view.php:1185
9441
- #: includes/widgets/htmega_search.php:164
9442
- #: includes/widgets/htmega_section_title.php:423
9443
- #: includes/widgets/htmega_services.php:249
9444
- #: includes/widgets/htmega_services.php:433
9445
- #: includes/widgets/htmega_services.php:538
9446
- #: includes/widgets/htmega_services.php:727
9447
- #: includes/widgets/htmega_services.php:989
9448
- #: includes/widgets/htmega_single_post.php:229
9449
- #: includes/widgets/htmega_single_post.php:325
9450
- #: includes/widgets/htmega_single_post.php:432
9451
- #: includes/widgets/htmega_slider_thumb_gallery.php:53
9452
- #: includes/widgets/htmega_socialshere.php:373
9453
- #: includes/widgets/htmega_special_banner.php:50
9454
- #: includes/widgets/htmega_special_banner.php:273
9455
- #: includes/widgets/htmega_tab.php:521 includes/widgets/htmega_table.php:647
9456
- #: includes/widgets/htmega_table.php:766
9457
- #: includes/widgets/htmega_tablepress.php:221
9458
- #: includes/widgets/htmega_tablepress.php:378
9459
- #: includes/widgets/htmega_teammember.php:106
9460
- #: includes/widgets/htmega_teammember.php:624
9461
- #: includes/widgets/htmega_teammember.php:753
9462
- #: includes/widgets/htmega_teammember.php:843
9463
- #: includes/widgets/htmega_teammember.php:934
9464
- #: includes/widgets/htmega_teammember.php:1001
9465
- #: includes/widgets/htmega_testimonial_grid.php:561
9466
- #: includes/widgets/htmega_toggle.php:204
9467
- #: includes/widgets/htmega_tooltip.php:182
9468
- #: includes/widgets/htmega_tooltip.php:249
9469
- #: includes/widgets/htmega_user_login_form.php:148
9470
- #: includes/widgets/htmega_user_login_form.php:354
9471
- #: includes/widgets/htmega_user_login_form.php:554
9472
- #: includes/widgets/htmega_video_player.php:304
9473
- #: includes/widgets/htmega_wc_categories.php:357
9474
- #: extensions/ht-builder/widgets/bl_nav_menu.php:123
9475
- #: extensions/ht-builder/widgets/bl_nav_menu.php:500
9476
- #: extensions/ht-builder/widgets/bl_page_title.php:145
9477
- #: extensions/ht-builder/widgets/bl_post_archive.php:310
9478
- #: extensions/ht-builder/widgets/bl_post_archive.php:391
9479
- #: extensions/ht-builder/widgets/bl_post_archive.php:498
9480
- #: extensions/ht-builder/widgets/bl_post_archive.php:604
9481
- #: extensions/ht-builder/widgets/bl_post_archive.php:684
9482
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:147
9483
- #: extensions/ht-builder/widgets/bl_post_author_info.php:116
9484
- #: extensions/ht-builder/widgets/bl_post_content.php:80
9485
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:80
9486
- #: extensions/ht-builder/widgets/bl_post_featured_image.php:79
9487
- #: extensions/ht-builder/widgets/bl_post_title.php:113
9488
- #: extensions/ht-builder/widgets/bl_site_logo.php:167
9489
- #: extensions/ht-builder/widgets/bl_site_title.php:147
9490
- #: extensions/ht-menu/widgets/inline-mega-menu.php:174
9491
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:175
9492
- msgid "Right"
9493
- msgstr ""
9494
-
9495
- #: includes/widgets/htmega_post_slider.php:1461
9496
- msgid "Right Arrow position"
9497
- msgstr ""
9498
-
9499
- #: includes/widgets/htmega_post_slider.php:1509
9500
- msgid "Right Arrow position vertical"
9501
- msgstr ""
9502
-
9503
- #: includes/widgets/htmega_blockquote.php:161
9504
- msgid "Right Bottom"
9505
- msgstr ""
9506
-
9507
- #: includes/widgets/htmega_blockquote.php:160
9508
- msgid "Right Center"
9509
- msgstr ""
9510
-
9511
- #: includes/widgets/htmega_blockquote.php:159
9512
- msgid "Right Top"
9513
- msgstr ""
9514
-
9515
- #: includes/widgets/htmega_section_title.php:337
9516
- msgid "Rotate"
9517
- msgstr ""
9518
-
9519
- #: includes/widgets/htmega_animated_heading.php:78
9520
- msgid "Rotate Style One"
9521
- msgstr ""
9522
-
9523
- #: includes/widgets/htmega_animated_heading.php:80
9524
- msgid "Rotate Style Three"
9525
- msgstr ""
9526
-
9527
- #: includes/widgets/htmega_animated_heading.php:79
9528
- msgid "Rotate Style Two"
9529
- msgstr ""
9530
-
9531
- #: includes/widgets/htmega_pricing_list_view.php:541
9532
- #: includes/widgets/htmega_table.php:241
9533
- #: includes/widgets/htmega_user_login_form.php:375
9534
- msgid "Row"
9535
- msgstr ""
9536
-
9537
- #: includes/widgets/htmega_pricing_list_view.php:1080
9538
- #: includes/widgets/htmega_table.php:451
9539
- msgid "row"
9540
- msgstr ""
9541
-
9542
- #: includes/widgets/htmega_booked_calender.php:915
9543
- msgid "Row Border Color"
9544
- msgstr ""
9545
-
9546
- #: includes/widgets/htmega_booked_calender.php:926
9547
- msgid "Row Border Width"
9548
- msgstr ""
9549
-
9550
- #: includes/widgets/htmega_gallery_justify.php:58
9551
- #: includes/widgets/htmega_news_ticker.php:86
9552
- msgid "Row Height"
9553
- msgstr ""
9554
-
9555
- #: includes/widgets/htmega_user_login_form.php:383
9556
- msgid "Row Reverse"
9557
- msgstr ""
9558
-
9559
- #: includes/widgets/htmega_pricing_list_view.php:1064
9560
- msgid "Row Starts"
9561
- msgstr ""
9562
-
9563
- #: extensions/wc-sales-notification/admin/setting.php:78
9564
- msgid ""
9565
- "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
9566
- "option are pro features ) <span>( Pro )</span>"
9567
- msgstr ""
9568
-
9569
- #: extensions/wc-sales-notification/admin/setting.php:48
9570
- msgid "Sale Notification Settings"
9571
- msgstr ""
9572
-
9573
- #: admin/include/admin-setting.php:686
9574
- #: extensions/wc-sales-notification/admin/setting.php:33
9575
- #: extensions/wc-sales-notification/admin/setting.php:34
9576
- msgid "Sales Notification"
9577
- msgstr ""
9578
-
9579
- #: admin/include/admin-setting.php:1256 admin/include/admin-setting.php:1281
9580
- msgid "Sales upto date option"
9581
- msgstr ""
9582
-
9583
- #: includes/widgets/htmega_teammember.php:156
9584
- msgid "Sams Roy"
9585
- msgstr ""
9586
-
9587
- #: includes/widgets/htmega_business_hours.php:85
9588
- #: includes/widgets/htmega_business_hours.php:163
9589
- msgid "Saturday"
9590
- msgstr ""
9591
-
9592
- #: extensions/ht-menu/classes/class.mega-menu.php:120
9593
- #: extensions/ht-menu/classes/class.mega-menu.php:240
9594
- msgid "Save"
9595
- msgstr ""
9596
-
9597
- #: includes/widgets/htmega_pricing_list_view.php:1546
9598
- msgid "Save Typography"
9599
- msgstr ""
9600
-
9601
- #: extensions/ht-menu/classes/class.mega-menu.php:241
9602
- msgid "Saving…"
9603
- msgstr ""
9604
-
9605
- #: includes/widgets/htmega_animated_heading.php:76
9606
- #: includes/widgets/htmega_carousel.php:481
9607
- msgid "Scale"
9608
- msgstr ""
9609
-
9610
- #: admin/include/admin-setting.php:431
9611
- #: includes/widgets/htmega_scroll_image.php:13
9612
- #: includes/widgets/htmega_scroll_image.php:35
9613
- msgid "Scroll Image"
9614
- msgstr ""
9615
-
9616
- #: includes/widgets/htmega_scroll_image.php:157
9617
- msgid "Scroll Image Style"
9618
- msgstr ""
9619
-
9620
- #: admin/include/admin-setting.php:439
9621
- #: includes/widgets/htmega_scroll_navigation.php:13
9622
- #: includes/widgets/htmega_scroll_navigation.php:43
9623
- msgid "Scroll Navigation"
9624
- msgstr ""
9625
-
9626
- #: admin/include/admin-setting.php:447 includes/widgets/htmega_search.php:14
9627
- #: includes/widgets/htmega_search.php:35 includes/widgets/htmega_search.php:60
9628
- #: includes/widgets/htmega_search.php:61 includes/widgets/htmega_search.php:92
9629
- #: includes/widgets/htmega_search.php:93
9630
- #: includes/widgets/htmega_search.php:1024
9631
- #: extensions/ht-builder/widgets/bl_post_search_form.php:88
9632
- #: extensions/ht-builder/widgets/bl_post_search_form.php:304
9633
- #: admin/include/templates/library/templates.php:95
9634
- msgid "Search"
9635
- msgstr ""
9636
-
9637
- #: extensions/ht-builder/widgets/bl_post_search_form.php:47
9638
- msgid "Search ..."
9639
- msgstr ""
9640
-
9641
- #: includes/widgets/htmega_search.php:145
9642
- msgid "Search Box Style"
9643
- msgstr ""
9644
-
9645
- #: includes/widgets/htmega_search.php:90
9646
- msgid "Search Button Text"
9647
- msgstr ""
9648
-
9649
- #: extensions/ht-builder/widgets/bl_post_search_form.php:38
9650
- msgid "Search Form"
9651
- msgstr ""
9652
-
9653
- #: includes/widgets/htmega_tablepress.php:97
9654
- msgid "Search Hide"
9655
- msgstr ""
9656
-
9657
- #: extensions/ht-builder/admin/setting.php:100
9658
- msgid "Search Page Template."
9659
- msgstr ""
9660
-
9661
- #: admin/include/templates/library/templates.php:94
9662
- msgid "Search Templates:"
9663
- msgstr ""
9664
-
9665
- #: admin/include/templates_list.php:47
9666
- msgid "Search.."
9667
- msgstr ""
9668
-
9669
- #: includes/widgets/htmega_table.php:95
9670
- msgid "Searching"
9671
- msgstr ""
9672
-
9673
- #: includes/widgets/htmega_button.php:260
9674
- #: includes/widgets/htmega_button.php:375
9675
- msgid "Second Background"
9676
- msgstr ""
9677
-
9678
- #: includes/widgets/htmega_call_to_action.php:223
9679
- #: includes/widgets/htmega_call_to_action.php:883
9680
- msgid "Secondary Button"
9681
- msgstr ""
9682
-
9683
- #: includes/widgets/htmega_call_to_action.php:230
9684
- msgid "Secondary Button Text"
9685
- msgstr ""
9686
-
9687
- #: includes/widgets/htmega_countdown.php:162
9688
- #: includes/widgets/htmega_countdown.php:244
9689
- #: includes/widgets/htmega_countdown.php:246
9690
- msgid "Seconds"
9691
- msgstr ""
9692
-
9693
- #: includes/widgets/htmega_section_title.php:369
9694
- msgid "Section style"
9695
- msgstr ""
9696
-
9697
- #: admin/include/admin-setting.php:455
9698
- #: includes/widgets/htmega_section_title.php:13
9699
- #: includes/widgets/htmega_section_title.php:34
9700
- msgid "Section Title"
9701
- msgstr ""
9702
-
9703
- #: includes/widgets/htmega_wc_element_pages.php:50
9704
- msgid "Select"
9705
- msgstr ""
9706
-
9707
- #: admin/include/admin-setting.php:653
9708
- msgid "Select 404 Page."
9709
- msgstr ""
9710
-
9711
- #: includes/widgets/htmega_wc_categories.php:77
9712
- msgid "Select Category Type"
9713
- msgstr ""
9714
-
9715
- #: includes/widgets/htmega_accordion.php:76
9716
- #: includes/widgets/htmega_accordion.php:204
9717
- #: includes/widgets/htmega_blockquote.php:41
9718
- #: includes/widgets/htmega_modal.php:51
9719
- #: includes/widgets/htmega_switcher.php:102
9720
- #: includes/widgets/htmega_switcher.php:194 includes/widgets/htmega_tab.php:86
9721
- #: includes/widgets/htmega_toggle.php:79
9722
- msgid "Select Content Source"
9723
- msgstr ""
9724
-
9725
- #: extensions/wc-sales-notification/admin/setting.php:65
9726
- msgid "Select Content Type <span>( Pro )</span>"
9727
- msgstr ""
9728
-
9729
- #: includes/widgets/htmega_download_monitor.php:32
9730
- msgid "Select Download File"
9731
- msgstr ""
9732
-
9733
- #: includes/widgets/htmega_countdown.php:46
9734
- msgid "Select Event"
9735
- msgstr ""
9736
-
9737
- #: includes/widgets/htmega_download_monitor.php:53
9738
- msgid "Select File"
9739
- msgstr ""
9740
-
9741
- #: includes/helper-function.php:300
9742
- #: includes/widgets/htmega_caldera_forms.php:42
9743
- #: includes/widgets/htmega_gravity_forms.php:33
9744
- #: includes/widgets/htmega_gravity_forms.php:58
9745
- #: includes/widgets/htmega_ninja_forms.php:35
9746
- #: includes/widgets/htmega_ninja_forms.php:58
9747
- #: includes/widgets/htmega_qu_forms.php:34
9748
- #: includes/widgets/htmega_qu_forms.php:58
9749
- #: includes/widgets/htmega_wpforms.php:55
9750
- msgid "Select Form"
9751
- msgstr ""
9752
-
9753
- #: includes/widgets/htmega_job_manager.php:185
9754
- #: includes/widgets/htmega_job_manager.php:192
9755
- msgid "Select Job"
9756
- msgstr ""
9757
-
9758
- #: extensions/ht-menu/widgets/inline-mega-menu.php:37
9759
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:38
9760
- msgid "Select Menu"
9761
- msgstr ""
9762
-
9763
- #: includes/widgets/htmega_wc_add_to_cart.php:51
9764
- msgid "Select Post"
9765
- msgstr ""
9766
-
9767
- #: includes/helper-function.php:94 includes/widgets/htmega_offcanvas.php:76
9768
- msgid "Select Sidebar"
9769
- msgstr ""
9770
-
9771
- #: includes/widgets/htmega_layer_slider.php:54
9772
- #: includes/widgets/htmega_revolution_slider.php:34
9773
- #: includes/widgets/htmega_revolution_slider.php:60
9774
- msgid "Select Slider"
9775
- msgstr ""
9776
-
9777
- #: includes/widgets/htmega_offcanvas.php:48
9778
- msgid "Select Source"
9779
- msgstr ""
9780
-
9781
- #: includes/widgets/htmega_tablepress.php:32
9782
- #: includes/widgets/htmega_tablepress.php:55
9783
- msgid "Select Table"
9784
- msgstr ""
9785
-
9786
- #: includes/helper-function.php:54 includes/widgets/htmega_offcanvas.php:62
9787
- #: extensions/ht-menu/menu/helper_function.php:19
9788
- msgid "Select Template"
9789
- msgstr ""
9790
-
9791
- #: includes/widgets/htmega_template_selector.php:49
9792
- msgid "Select Your template"
9793
- msgstr ""
9794
-
9795
- #: includes/widgets/htmega_notify.php:93
9796
- #: includes/widgets/htmega_video_player.php:52
9797
- msgid "Self"
9798
- msgstr ""
9799
-
9800
- #: includes/widgets/htmega_vertical_timeline.php:73
9801
- #: includes/widgets/htmega_vertical_timeline.php:101
9802
- msgid "Sep<br/>2018"
9803
- msgstr ""
9804
-
9805
- #: includes/widgets/htmega_tab.php:373
9806
- msgid "Separator"
9807
- msgstr ""
9808
-
9809
- #: includes/widgets/htmega_tab.php:361
9810
- msgid "Separator Area"
9811
- msgstr ""
9812
-
9813
- #: includes/widgets/htmega_blockquote.php:415
9814
- #: includes/widgets/htmega_tab.php:387
9815
- msgid "Separator Color"
9816
- msgstr ""
9817
-
9818
- #: includes/widgets/htmega_blockquote.php:460
9819
- #: includes/widgets/htmega_tab.php:403
9820
- msgid "Separator Height"
9821
- msgstr ""
9822
-
9823
- #: includes/widgets/htmega_blockquote.php:400
9824
- #: includes/widgets/htmega_countdown.php:716
9825
- #: includes/widgets/htmega_tab.php:462
9826
- msgid "Separator Position"
9827
- msgstr ""
9828
-
9829
- #: includes/widgets/htmega_section_title.php:480
9830
- msgid "Separator Specing"
9831
- msgstr ""
9832
-
9833
- #: includes/widgets/htmega_blockquote.php:430
9834
- #: includes/widgets/htmega_countdown.php:882
9835
- #: includes/widgets/htmega_tab.php:434
9836
- msgid "Separator Width"
9837
- msgstr ""
9838
-
9839
- #: includes/widgets/htmega_working_process.php:474
9840
- msgid "Seperator Height"
9841
- msgstr ""
9842
-
9843
- #: includes/widgets/htmega_working_process.php:499
9844
- msgid "Seperator Width"
9845
- msgstr ""
9846
-
9847
- #: includes/widgets/htmega_booked_calender.php:109
9848
- msgid "September"
9849
- msgstr ""
9850
-
9851
- #: admin/include/admin-setting.php:463 includes/widgets/htmega_services.php:15
9852
- #: includes/widgets/htmega_services.php:36
9853
- msgid "Service"
9854
- msgstr ""
9855
-
9856
- #: includes/widgets/htmega_services.php:138
9857
- msgid "Service Button text"
9858
- msgstr ""
9859
-
9860
- #: includes/widgets/htmega_services.php:129
9861
- msgid "Service description"
9862
- msgstr ""
9863
-
9864
- #: includes/widgets/htmega_services.php:69
9865
- msgid "Service Icon Type"
9866
- msgstr ""
9867
-
9868
- #: includes/widgets/htmega_services.php:147
9869
- msgid "Service Link"
9870
- msgstr ""
9871
-
9872
- #: includes/widgets/htmega_services.php:60
9873
- msgid "Service Title"
9874
- msgstr ""
9875
-
9876
- #: includes/widgets/htmega_services.php:62
9877
- msgid "Services Title"
9878
- msgstr ""
9879
-
9880
- #: includes/class.htmega.php:187 admin/include/admin-setting.php:47
9881
- #: admin/include/admin-setting.php:48
9882
- #: extensions/ht-builder/widgets/bl_post_archive.php:36
9883
- #: extensions/ht-menu/menu/templates.php:40
9884
- msgid "Settings"
9885
- msgstr ""
9886
-
9887
- #: includes/widgets/htmega_button.php:479
9888
- msgid "Shadow 1"
9889
- msgstr ""
9890
-
9891
- #: includes/widgets/htmega_button.php:480
9892
- msgid "Shadow 2"
9893
- msgstr ""
9894
-
9895
- #: includes/widgets/htmega_news_ticker.php:522
9896
- msgid "Shape Color"
9897
- msgstr ""
9898
-
9899
- #: includes/widgets/htmega_buddy_press.php:109
9900
- #: includes/widgets/htmega_buddy_press.php:122
9901
- #: includes/widgets/htmega_buddy_press.php:137
9902
- #: includes/widgets/htmega_buddy_press.php:152
9903
- #: includes/widgets/htmega_double_button.php:80
9904
- #: includes/widgets/htmega_gravity_forms.php:71
9905
- #: includes/widgets/htmega_gravity_forms.php:83
9906
- #: includes/widgets/htmega_instagram.php:177
9907
- #: includes/widgets/htmega_instagram.php:189
9908
- #: includes/widgets/htmega_instagram.php:279
9909
- #: includes/widgets/htmega_news_ticker.php:303
9910
- #: includes/widgets/htmega_popover.php:129
9911
- #: includes/widgets/htmega_popover.php:206
9912
- #: includes/widgets/htmega_scroll_image.php:114
9913
- #: includes/widgets/htmega_socialshere.php:349
9914
- #: includes/widgets/htmega_table.php:60 includes/widgets/htmega_table.php:85
9915
- #: includes/widgets/htmega_table.php:97 includes/widgets/htmega_table.php:109
9916
- #: includes/widgets/htmega_table.php:121
9917
- #: includes/widgets/htmega_tooltip.php:129
9918
- #: includes/widgets/htmega_twitter_feed.php:146
9919
- #: includes/widgets/htmega_twitter_feed.php:158
9920
- #: includes/widgets/htmega_twitter_feed.php:170
9921
- #: includes/widgets/htmega_twitter_feed.php:182
9922
- #: includes/widgets/htmega_twitter_feed.php:194
9923
- #: includes/widgets/htmega_twitter_feed.php:208
9924
- #: includes/widgets/htmega_user_login_form.php:70
9925
- #: includes/widgets/htmega_user_login_form.php:178
9926
- #: includes/widgets/htmega_user_login_form.php:189
9927
- #: includes/widgets/htmega_user_login_form.php:280
9928
- #: includes/widgets/htmega_user_login_form.php:291
9929
- #: includes/widgets/htmega_user_login_form.php:303
9930
- #: includes/widgets/htmega_wc_add_to_cart.php:72
9931
- #: includes/widgets/htmega_wpforms.php:69
9932
- #: includes/widgets/htmega_wpforms.php:81
9933
- #: extensions/ht-builder/widgets/bl_post_archive.php:101
9934
- #: extensions/ht-builder/widgets/bl_post_archive.php:113
9935
- #: extensions/ht-builder/widgets/bl_post_archive.php:125
9936
- #: extensions/ht-builder/widgets/bl_post_archive.php:137
9937
- #: extensions/ht-builder/widgets/bl_post_author_info.php:47
9938
- #: extensions/ht-builder/widgets/bl_post_author_info.php:72
9939
- #: extensions/ht-builder/widgets/bl_post_author_info.php:84
9940
- msgid "Show"
9941
- msgstr ""
9942
-
9943
- #: includes/widgets/htmega_buddy_press.php:120
9944
- msgid "Show Active Time"
9945
- msgstr ""
9946
-
9947
- #: includes/widgets/htmega_easy_digital_download.php:132
9948
- #: includes/widgets/htmega_toggle.php:45 includes/widgets/htmega_toggle.php:46
9949
- #: includes/widgets/htmega_wc_categories.php:80
9950
- msgid "Show All"
9951
- msgstr ""
9952
-
9953
- #: includes/widgets/htmega_notify.php:135
9954
- msgid "Show Animation"
9955
- msgstr ""
9956
-
9957
- #: includes/widgets/htmega_twitter_feed.php:156
9958
- msgid "Show Author Image"
9959
- msgstr ""
9960
-
9961
- #: includes/widgets/htmega_twitter_feed.php:168
9962
- msgid "Show Author Name"
9963
- msgstr ""
9964
-
9965
- #: extensions/ht-builder/widgets/bl_post_author_info.php:70
9966
- msgid "Show Avatar Image"
9967
- msgstr ""
9968
-
9969
- #: includes/widgets/htmega_scroll_image.php:112
9970
- msgid "Show Badge"
9971
- msgstr ""
9972
-
9973
- #: extensions/ht-builder/widgets/bl_post_author_info.php:82
9974
- msgid "Show Biography"
9975
- msgstr ""
9976
-
9977
- #: includes/widgets/htmega_easy_digital_download.php:98
9978
- msgid "Show Buy Button"
9979
- msgstr ""
9980
-
9981
- #: includes/widgets/htmega_instagram.php:175
9982
- msgid "Show Caption"
9983
- msgstr ""
9984
-
9985
- #: extensions/ht-builder/widgets/bl_post_archive.php:111
9986
- msgid "Show Category"
9987
- msgstr ""
9988
-
9989
- #: includes/widgets/htmega_easy_digital_download.php:78
9990
- msgid "Show Content"
9991
- msgstr ""
9992
-
9993
- #: includes/widgets/htmega_video_player.php:198
9994
- msgid "Show Controller Button"
9995
- msgstr ""
9996
-
9997
- #: includes/widgets/htmega_gravity_forms.php:80
9998
- msgid "Show Description"
9999
- msgstr ""
10000
-
10001
- #: includes/widgets/htmega_download_monitor.php:88
10002
- msgid "Show Download Count"
10003
- msgstr ""
10004
-
10005
- #: includes/widgets/htmega_download_monitor.php:76
10006
- msgid "Show File Size"
10007
- msgstr ""
10008
-
10009
- #: includes/widgets/htmega_download_monitor.php:64
10010
- msgid "Show File Type"
10011
- msgstr ""
10012
-
10013
- #: includes/widgets/htmega_instagram.php:277
10014
- msgid "Show Follow Button"
10015
- msgstr ""
10016
-
10017
- #: includes/widgets/htmega_instagram_feed.php:110
10018
- msgid "Show Follow Text"
10019
- msgstr ""
10020
-
10021
- #: includes/widgets/htmega_buddy_press.php:150
10022
- msgid "Show Friend Count"
10023
- msgstr ""
10024
-
10025
- #: includes/widgets/htmega_instagram_feed.php:75
10026
- msgid "Show Header"
10027
- msgstr ""
10028
-
10029
- #: includes/widgets/htmega_user_login_form.php:68
10030
- msgid "Show Heading And Content"
10031
- msgstr ""
10032
-
10033
- #: includes/widgets/htmega_notify.php:52
10034
- msgid "Show Info"
10035
- msgstr ""
10036
-
10037
- #: includes/widgets/htmega_instagram.php:187
10038
- msgid "Show Light Box"
10039
- msgstr ""
10040
-
10041
- #: includes/widgets/htmega_popover.php:127
10042
- #: includes/widgets/htmega_tooltip.php:127
10043
- msgid "Show Link"
10044
- msgstr ""
10045
-
10046
- #: includes/widgets/htmega_buddy_press.php:107
10047
- msgid "Show Meta Info"
10048
- msgstr ""
10049
-
10050
- #: includes/widgets/htmega_easy_digital_download.php:108
10051
- msgid "Show Pagination"
10052
- msgstr ""
10053
-
10054
- #: extensions/ht-builder/widgets/bl_post_archive.php:123
10055
- msgid "Show Post Meta"
10056
- msgstr ""
10057
-
10058
- #: includes/widgets/htmega_easy_digital_download.php:88
10059
- msgid "Show Price"
10060
- msgstr ""
10061
-
10062
- #: includes/widgets/htmega_wc_add_to_cart.php:69
10063
- msgid "Show Quantity"
10064
- msgstr ""
10065
-
10066
- #: extensions/ht-builder/widgets/bl_post_archive.php:135
10067
- msgid "Show Read More Button"
10068
- msgstr ""
10069
-
10070
- #: includes/widgets/htmega_buddy_press.php:135
10071
- msgid "Show Register Time"
10072
- msgstr ""
10073
-
10074
- #: includes/widgets/htmega_twitter_feed.php:192
10075
- msgid "Show Relative Time"
10076
- msgstr ""
10077
-
10078
- #: includes/widgets/htmega_table.php:58
10079
- msgid "Show Sorting Options"
10080
- msgstr ""
10081
-
10082
- #: includes/widgets/htmega_easy_digital_download.php:68
10083
- msgid "Show Thumbnail"
10084
- msgstr ""
10085
-
10086
- #: includes/widgets/htmega_twitter_feed.php:180
10087
- msgid "Show Time"
10088
- msgstr ""
10089
-
10090
- #: includes/widgets/htmega_twitter_feed.php:206
10091
- msgid "Show Time Icon"
10092
- msgstr ""
10093
-
10094
- #: includes/widgets/htmega_gravity_forms.php:68
10095
- #: extensions/ht-builder/widgets/bl_post_archive.php:99
10096
- #: extensions/ht-builder/widgets/bl_post_author_info.php:45
10097
- msgid "Show Title"
10098
- msgstr ""
10099
-
10100
- #: includes/widgets/htmega_twitter_feed.php:144
10101
- msgid "Show Twitter Meta"
10102
- msgstr ""
10103
-
10104
- #: includes/widgets/htmega_video_player.php:210
10105
- msgid "Show video source Logo"
10106
- msgstr ""
10107
-
10108
- #: includes/widgets/htmega_offcanvas.php:53
10109
- msgid "Sidebar"
10110
- msgstr ""
10111
-
10112
- #: includes/widgets/htmega_user_login_form.php:124
10113
- #: includes/widgets/htmega_user_login_form.php:125
10114
- msgid "Sign Up"
10115
- msgstr ""
10116
-
10117
- #: extensions/ht-builder/admin/setting.php:64
10118
- msgid "Single Blog Template."
10119
- msgstr ""
10120
-
10121
- #: includes/widgets/htmega_bbpress.php:48
10122
- msgid "Single Forum"
10123
- msgstr ""
10124
-
10125
- #: includes/widgets/htmega_easy_digital_download.php:217
10126
- #: includes/widgets/htmega_twitter_feed.php:543
10127
- msgid "Single Item"
10128
- msgstr ""
10129
-
10130
- #: admin/include/admin-setting.php:471
10131
- #: includes/widgets/htmega_single_post.php:15
10132
- #: includes/widgets/htmega_single_post.php:36
10133
- msgid "Single Post"
10134
- msgstr ""
10135
-
10136
- #: includes/widgets/htmega_wc_element_pages.php:52
10137
- msgid "Single Product Page"
10138
- msgstr ""
10139
-
10140
- #: includes/widgets/htmega_bbpress.php:53
10141
- msgid "Single Reply"
10142
- msgstr ""
10143
-
10144
- #: includes/widgets/htmega_bbpress.php:55
10145
- msgid "Single Tag"
10146
- msgstr ""
10147
-
10148
- #: includes/widgets/htmega_bbpress.php:51
10149
- msgid "Single Topic"
10150
- msgstr ""
10151
-
10152
- #: includes/widgets/htmega_bbpress.php:56
10153
- msgid "Single View"
10154
- msgstr ""
10155
-
10156
- #: admin/include/admin-setting.php:814 admin/include/admin-setting.php:815
10157
- #: extensions/ht-builder/widgets/bl_site_logo.php:69
10158
- msgid "Site Logo"
10159
- msgstr ""
10160
-
10161
- #: admin/include/admin-setting.php:805 admin/include/admin-setting.php:806
10162
- #: extensions/ht-builder/widgets/bl_site_logo.php:41
10163
- #: extensions/ht-builder/widgets/bl_site_title.php:39
10164
- #: extensions/ht-builder/widgets/bl_site_title.php:60
10165
- #: extensions/ht-builder/widgets/bl_site_title.php:170
10166
- msgid "Site Title"
10167
- msgstr ""
10168
-
10169
- #: includes/widgets/htmega_image_grid.php:67
10170
- #: includes/widgets/htmega_image_masonry.php:75
10171
- #: includes/widgets/htmega_testimonial_grid.php:78
10172
- msgid "Six"
10173
- msgstr ""
10174
-
10175
- #: includes/widgets/htmega_buddy_press.php:89
10176
- #: includes/widgets/htmega_counter.php:837
10177
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:181
10178
- msgid "Size"
10179
- msgstr ""
10180
-
10181
- #: includes/widgets/htmega_double_button.php:78
10182
- msgid "Skew Background"
10183
- msgstr ""
10184
-
10185
- #: includes/widgets/htmega_socialshere.php:79
10186
- msgid "Skype"
10187
- msgstr ""
10188
-
10189
- #: includes/widgets/htmega_animated_heading.php:73
10190
- msgid "Slide"
10191
- msgstr ""
10192
-
10193
- #: includes/widgets/htmega_carousel.php:112
10194
- #: includes/widgets/htmega_instagram.php:199
10195
- #: includes/widgets/htmega_panel_slider.php:138
10196
- #: includes/widgets/htmega_post_slider.php:276
10197
- #: includes/widgets/htmega_twitter_feed.php:217
10198
- msgid "Slider"
10199
- msgstr ""
10200
-
10201
- #: includes/widgets/htmega_carousel.php:152
10202
- #: includes/widgets/htmega_instagram.php:347
10203
- #: includes/widgets/htmega_panel_slider.php:212
10204
- #: includes/widgets/htmega_post_slider.php:316
10205
- #: includes/widgets/htmega_slider_thumb_gallery.php:157
10206
- #: includes/widgets/htmega_twitter_feed.php:274
10207
- msgid "Slider Arrow"
10208
- msgstr ""
10209
-
10210
- #: includes/widgets/htmega_instagram.php:449
10211
- #: includes/widgets/htmega_panel_slider.php:314
10212
- #: includes/widgets/htmega_post_slider.php:434
10213
- #: includes/widgets/htmega_slider_thumb_gallery.php:248
10214
- #: includes/widgets/htmega_twitter_feed.php:376
10215
- msgid "Slider auto play"
10216
- msgstr ""
10217
-
10218
- #: includes/widgets/htmega_carousel.php:254
10219
- msgid "Slider autoplay"
10220
- msgstr ""
10221
-
10222
- #: includes/widgets/htmega_scroll_navigation.php:118
10223
- msgid "Slider Direction"
10224
- msgstr ""
10225
-
10226
- #: includes/widgets/htmega_carousel.php:197
10227
- #: includes/widgets/htmega_instagram.php:392
10228
- #: includes/widgets/htmega_panel_slider.php:257
10229
- #: includes/widgets/htmega_post_slider.php:361
10230
- #: includes/widgets/htmega_slider_thumb_gallery.php:198
10231
- #: includes/widgets/htmega_twitter_feed.php:319
10232
- msgid "Slider dots"
10233
- msgstr ""
10234
-
10235
- #: includes/widgets/htmega_post_slider.php:614
10236
- msgid "Slider Image Max Height"
10237
- msgstr ""
10238
-
10239
- #: includes/widgets/htmega_post_slider.php:600
10240
- msgid "Slider Image Style"
10241
- msgstr ""
10242
-
10243
- #: includes/widgets/htmega_carousel.php:293
10244
- #: includes/widgets/htmega_carousel.php:335
10245
- #: includes/widgets/htmega_carousel.php:390
10246
- #: includes/widgets/htmega_instagram.php:488
10247
- #: includes/widgets/htmega_instagram.php:530
10248
- #: includes/widgets/htmega_instagram.php:585
10249
- #: includes/widgets/htmega_panel_slider.php:353
10250
- #: includes/widgets/htmega_panel_slider.php:395
10251
- #: includes/widgets/htmega_panel_slider.php:450
10252
- #: includes/widgets/htmega_post_slider.php:473
10253
- #: includes/widgets/htmega_post_slider.php:515
10254
- #: includes/widgets/htmega_post_slider.php:570
10255
- #: includes/widgets/htmega_slider_thumb_gallery.php:281
10256
- #: includes/widgets/htmega_slider_thumb_gallery.php:317
10257
- #: includes/widgets/htmega_slider_thumb_gallery.php:364
10258
- #: includes/widgets/htmega_twitter_feed.php:415
10259
- #: includes/widgets/htmega_twitter_feed.php:457
10260
- #: includes/widgets/htmega_twitter_feed.php:512
10261
- msgid "Slider item to scroll"
10262
- msgstr ""
10263
-
10264
- #: includes/widgets/htmega_carousel.php:137
10265
- #: includes/widgets/htmega_carousel.php:320
10266
- #: includes/widgets/htmega_carousel.php:375
10267
- #: includes/widgets/htmega_instagram.php:332
10268
- #: includes/widgets/htmega_instagram.php:515
10269
- #: includes/widgets/htmega_instagram.php:570
10270
- #: includes/widgets/htmega_panel_slider.php:163
10271
- #: includes/widgets/htmega_panel_slider.php:380
10272
- #: includes/widgets/htmega_panel_slider.php:435
10273
- #: includes/widgets/htmega_post_slider.php:301
10274
- #: includes/widgets/htmega_post_slider.php:500
10275
- #: includes/widgets/htmega_post_slider.php:555
10276
- #: includes/widgets/htmega_slider_thumb_gallery.php:144
10277
- #: includes/widgets/htmega_slider_thumb_gallery.php:304
10278
- #: includes/widgets/htmega_slider_thumb_gallery.php:351
10279
- #: includes/widgets/htmega_twitter_feed.php:242
10280
- #: includes/widgets/htmega_twitter_feed.php:442
10281
- #: includes/widgets/htmega_twitter_feed.php:497
10282
- msgid "Slider Items"
10283
- msgstr ""
10284
-
10285
- #: includes/widgets/htmega_scroll_navigation.php:202
10286
- msgid "Slider Navigation"
10287
- msgstr ""
10288
-
10289
- #: includes/widgets/htmega_carousel.php:127
10290
- #: includes/widgets/htmega_instagram.php:322
10291
- #: includes/widgets/htmega_panel_slider.php:153
10292
- #: includes/widgets/htmega_post_slider.php:291
10293
- #: includes/widgets/htmega_slider_thumb_gallery.php:137
10294
- #: includes/widgets/htmega_twitter_feed.php:232
10295
- msgid "Slider Option"
10296
- msgstr ""
10297
-
10298
- #: includes/widgets/htmega_scroll_navigation.php:111
10299
- msgid "Slider Options"
10300
- msgstr ""
10301
-
10302
- #: includes/widgets/htmega_scroll_navigation.php:212
10303
- msgid "Slider Pagination"
10304
- msgstr ""
10305
-
10306
- #: includes/widgets/htmega_panel_slider.php:78
10307
- msgid "Slider Sub Title"
10308
- msgstr ""
10309
-
10310
- #: includes/widgets/htmega_slider_thumb_gallery.php:43
10311
- msgid "Slider Thumbnail"
10312
- msgstr ""
10313
-
10314
- #: admin/include/admin-setting.php:479
10315
- #: includes/widgets/htmega_slider_thumb_gallery.php:14
10316
- msgid "Slider Thumbnail Gallery"
10317
- msgstr ""
10318
-
10319
- #: includes/widgets/htmega_panel_slider.php:69
10320
- msgid "Slider Title"
10321
- msgstr ""
10322
-
10323
- #: includes/widgets/htmega_scroll_navigation.php:183
10324
- msgid "Slider Visible Item"
10325
- msgstr ""
10326
-
10327
- #: includes/widgets/htmega_easy_digital_download.php:191
10328
- #: includes/widgets/htmega_wc_categories.php:130
10329
- msgid "Slug"
10330
- msgstr ""
10331
-
10332
- #: includes/widgets/htmega_booked_calender.php:159
10333
- #: includes/widgets/htmega_button.php:86
10334
- #: includes/widgets/htmega_double_button.php:46
10335
- msgid "Small"
10336
- msgstr ""
10337
-
10338
- #: includes/widgets/htmega_socialshere.php:49
10339
- #: includes/widgets/htmega_teammember.php:205
10340
- #: includes/widgets/htmega_teammember.php:955
10341
- msgid "Social Media"
10342
- msgstr ""
10343
-
10344
- #: admin/include/admin-setting.php:487
10345
- #: includes/widgets/htmega_socialshere.php:13
10346
- #: includes/widgets/htmega_socialshere.php:40
10347
- msgid "Social Share"
10348
- msgstr ""
10349
-
10350
- #: admin/include/admin-setting.php:842
10351
- msgid "Social share"
10352
- msgstr ""
10353
-
10354
- #: admin/include/admin-setting.php:841
10355
- msgid "Social Share <span>( Pro )</span>"
10356
- msgstr ""
10357
-
10358
- #: includes/helper-function.php:379
10359
- msgid "Something is wrong please check again!"
10360
- msgstr ""
10361
-
10362
- #: includes/helper-function.php:401
10363
- msgid "Sorry, that username already exists!"
10364
- msgstr ""
10365
-
10366
- #: includes/helper-function.php:405
10367
- msgid "Sorry, the username you entered is not valid"
10368
- msgstr ""
10369
-
10370
- #: admin/include/template-library.php:390
10371
- msgid "Sorry, you are not allowed to install themes on this site."
10372
- msgstr ""
10373
-
10374
- #: includes/widgets/htmega_table.php:73
10375
- msgid "Sorting Options"
10376
- msgstr ""
10377
-
10378
- #: includes/widgets/htmega_table.php:1063
10379
- msgid "Sorting Ordering After Color"
10380
- msgstr ""
10381
-
10382
- #: includes/widgets/htmega_table.php:1047
10383
- msgid "Sorting Ordering Before Color"
10384
- msgstr ""
10385
-
10386
- #: includes/widgets/htmega_table.php:1031
10387
- msgid "Sorting Ordering Color"
10388
- msgstr ""
10389
-
10390
- #: includes/widgets/htmega_table.php:788
10391
- msgid "Sorting Style"
10392
- msgstr ""
10393
-
10394
- #: includes/widgets/htmega_video_player.php:174
10395
- msgid "Sound Mute"
10396
- msgstr ""
10397
-
10398
- #: includes/widgets/htmega_gallery_justify.php:67
10399
- msgid "Space"
10400
- msgstr ""
10401
-
10402
- #: includes/widgets/htmega_user_login_form.php:408
10403
- msgid "Space Around"
10404
- msgstr ""
10405
-
10406
- #: includes/widgets/htmega_user_login_form.php:407
10407
- msgid "Space Between"
10408
- msgstr ""
10409
-
10410
- #: includes/widgets/htmega_user_login_form.php:409
10411
- msgid "Space Evenly"
10412
- msgstr ""
10413
-
10414
- #: includes/widgets/htmega_popover.php:216
10415
- #: includes/widgets/htmega_tooltip.php:192
10416
- msgid "Space With Button"
10417
- msgstr ""
10418
-
10419
- #: includes/helper-function.php:163
10420
- msgid "span"
10421
- msgstr ""
10422
-
10423
- #: admin/include/admin-setting.php:143
10424
- #: includes/widgets/htmega_special_banner.php:14
10425
- msgid "Special Day Offer"
10426
- msgstr ""
10427
-
10428
- #: includes/widgets/htmega_scroll_image.php:141
10429
- #: includes/widgets/htmega_scroll_navigation.php:174
10430
- msgid "Speed"
10431
- msgstr ""
10432
-
10433
- #: includes/widgets/htmega_accordion.php:1000
10434
- #: includes/widgets/htmega_counter.php:70
10435
- #: includes/widgets/htmega_user_login_form.php:404
10436
- msgid "Start"
10437
- msgstr ""
10438
-
10439
- #: includes/widgets/htmega_bbpress.php:57
10440
- msgid "Stats"
10441
- msgstr ""
10442
-
10443
- #: includes/widgets/htmega_progressbar.php:67
10444
- msgid "Striped"
10445
- msgstr ""
10446
-
10447
- #: includes/widgets/htmega_progressbar.php:79
10448
- msgid "Striped Animated"
10449
- msgstr ""
10450
-
10451
- #: includes/widgets/htmega_section_title.php:656
10452
- #: includes/widgets/htmega_section_title.php:1045
10453
- msgid "Stroke"
10454
- msgstr ""
10455
-
10456
- #: includes/widgets/htmega_section_title.php:666
10457
- #: includes/widgets/htmega_section_title.php:1055
10458
- msgid "Stroke Color"
10459
- msgstr ""
10460
-
10461
- #: includes/widgets/htmega_section_title.php:680
10462
- #: includes/widgets/htmega_section_title.php:1069
10463
- msgid "Stroke Fill Width"
10464
- msgstr ""
10465
-
10466
- #: includes/widgets/htmega_socialshere.php:68
10467
- msgid "Stumbleupon"
10468
- msgstr ""
10469
-
10470
- #: includes/widgets/htmega_404_content.php:42
10471
- #: includes/widgets/htmega_404_content.php:230
10472
- #: includes/widgets/htmega_accordion.php:51
10473
- #: includes/widgets/htmega_add_banner.php:41
10474
- #: includes/widgets/htmega_blockquote.php:172
10475
- #: includes/widgets/htmega_booked_calender.php:42
10476
- #: includes/widgets/htmega_brand.php:42 includes/widgets/htmega_brand.php:120
10477
- #: includes/widgets/htmega_call_to_action.php:39
10478
- #: includes/widgets/htmega_carousel.php:50
10479
- #: includes/widgets/htmega_contact_form_seven.php:43
10480
- #: includes/widgets/htmega_contact_form_seven.php:72
10481
- #: includes/widgets/htmega_countdown.php:94
10482
- #: includes/widgets/htmega_counter.php:49
10483
- #: includes/widgets/htmega_dropcaps.php:42
10484
- #: includes/widgets/htmega_image_grid.php:42
10485
- #: includes/widgets/htmega_image_magnifier.php:102
10486
- #: includes/widgets/htmega_image_marker.php:113
10487
- #: includes/widgets/htmega_image_masonry.php:50
10488
- #: includes/widgets/htmega_inline_menu.php:53
10489
- #: includes/widgets/htmega_instagram.php:51
10490
- #: includes/widgets/htmega_instagram.php:616
10491
- #: includes/widgets/htmega_instagram_feed.php:138
10492
- #: includes/widgets/htmega_mailchimp_for_wp.php:42
10493
- #: includes/widgets/htmega_mailchimp_for_wp.php:73
10494
- #: includes/widgets/htmega_news_ticker.php:50
10495
- #: includes/widgets/htmega_notify.php:262
10496
- #: includes/widgets/htmega_offcanvas.php:300
10497
- #: includes/widgets/htmega_panel_slider.php:52
10498
- #: includes/widgets/htmega_popover.php:253
10499
- #: includes/widgets/htmega_post_slider.php:1422
10500
- #: includes/widgets/htmega_pricing_list_view.php:299
10501
- #: includes/widgets/htmega_pricing_list_view.php:673
10502
- #: includes/widgets/htmega_progressbar.php:49
10503
- #: includes/widgets/htmega_progressbar.php:63
10504
- #: includes/widgets/htmega_search.php:42
10505
- #: includes/widgets/htmega_services.php:42
10506
- #: includes/widgets/htmega_single_post.php:42
10507
- #: includes/widgets/htmega_socialshere.php:390
10508
- #: includes/widgets/htmega_switcher.php:41
10509
- #: includes/widgets/htmega_switcher.php:238 includes/widgets/htmega_tab.php:41
10510
- #: includes/widgets/htmega_tab.php:128
10511
- #: includes/widgets/htmega_teammember.php:50
10512
- #: includes/widgets/htmega_testimonial_grid.php:41
10513
- #: includes/widgets/htmega_twitter_feed.php:55
10514
- #: includes/widgets/htmega_user_login_form.php:41
10515
- #: includes/widgets/htmega_user_login_form.php:524
10516
- #: includes/widgets/htmega_working_process.php:42
10517
- #: extensions/ht-builder/widgets/bl_site_logo.php:99
10518
- #: includes/widgets/weather/htmega_weather.php:65
10519
- msgid "Style"
10520
- msgstr ""
10521
-
10522
- #: includes/widgets/htmega_inline_menu.php:64
10523
- #: includes/widgets/htmega_teammember.php:61
10524
- msgid "Style Eight"
10525
- msgstr ""
10526
-
10527
- #: includes/widgets/htmega_add_banner.php:49
10528
- #: includes/widgets/htmega_animated_heading.php:57
10529
- #: includes/widgets/htmega_brand.php:50
10530
- #: includes/widgets/htmega_call_to_action.php:47
10531
- #: includes/widgets/htmega_carousel.php:58
10532
- #: includes/widgets/htmega_contact_form_seven.php:51
10533
- #: includes/widgets/htmega_counter.php:57
10534
- #: includes/widgets/htmega_dropcaps.php:50
10535
- #: includes/widgets/htmega_image_grid.php:50
10536
- #: includes/widgets/htmega_image_marker.php:121
10537
- #: includes/widgets/htmega_image_masonry.php:58
10538
- #: includes/widgets/htmega_inline_menu.php:61
10539
- #: includes/widgets/htmega_mailchimp_for_wp.php:50
10540
- #: includes/widgets/htmega_news_ticker.php:58
10541
- #: includes/widgets/htmega_search.php:50
10542
- #: includes/widgets/htmega_section_title.php:49
10543
- #: includes/widgets/htmega_services.php:50 includes/widgets/htmega_tab.php:49
10544
- #: includes/widgets/htmega_teammember.php:58
10545
- #: includes/widgets/htmega_testimonial_grid.php:49
10546
- #: includes/widgets/htmega_twitter_feed.php:63
10547
- #: includes/widgets/htmega_user_login_form.php:49
10548
- #: includes/widgets/htmega_working_process.php:50
10549
- msgid "Style Five"
10550
- msgstr ""
10551
-
10552
- #: includes/widgets/htmega_404_content.php:49
10553
- #: includes/widgets/htmega_accordion.php:58
10554
- #: includes/widgets/htmega_add_banner.php:48
10555
- #: includes/widgets/htmega_animated_heading.php:56
10556
- #: includes/widgets/htmega_brand.php:49
10557
- #: includes/widgets/htmega_call_to_action.php:46
10558
- #: includes/widgets/htmega_carousel.php:57
10559
- #: includes/widgets/htmega_contact_form_seven.php:50
10560
- #: includes/widgets/htmega_counter.php:56
10561
- #: includes/widgets/htmega_dropcaps.php:49
10562
- #: includes/widgets/htmega_image_grid.php:49
10563
- #: includes/widgets/htmega_image_marker.php:120
10564
- #: includes/widgets/htmega_image_masonry.php:57
10565
- #: includes/widgets/htmega_inline_menu.php:60
10566
- #: includes/widgets/htmega_instagram.php:58
10567
- #: includes/widgets/htmega_mailchimp_for_wp.php:49
10568
- #: includes/widgets/htmega_news_ticker.php:57
10569
- #: includes/widgets/htmega_panel_slider.php:59
10570
- #: includes/widgets/htmega_search.php:49
10571
- #: includes/widgets/htmega_section_title.php:48
10572
- #: includes/widgets/htmega_services.php:49
10573
- #: includes/widgets/htmega_single_post.php:49
10574
- #: includes/widgets/htmega_tab.php:48 includes/widgets/htmega_teammember.php:57
10575
- #: includes/widgets/htmega_testimonial_grid.php:48
10576
- #: includes/widgets/htmega_twitter_feed.php:62
10577
- #: includes/widgets/htmega_user_login_form.php:48
10578
- #: includes/widgets/htmega_working_process.php:49
10579
- #: includes/widgets/weather/htmega_weather.php:72
10580
- msgid "Style Four"
10581
- msgstr ""
10582
-
10583
- #: includes/widgets/htmega_countdown.php:101
10584
- msgid "Style Four (Flip)"
10585
- msgstr ""
10586
-
10587
- #: includes/widgets/htmega_inline_menu.php:65
10588
- msgid "Style Nine"
10589
- msgstr ""
10590
-
10591
- #: includes/widgets/htmega_404_content.php:46
10592
- #: includes/widgets/htmega_accordion.php:55
10593
- #: includes/widgets/htmega_add_banner.php:45
10594
- #: includes/widgets/htmega_animated_heading.php:53
10595
- #: includes/widgets/htmega_brand.php:46 includes/widgets/htmega_button.php:46
10596
- #: includes/widgets/htmega_call_to_action.php:43
10597
- #: includes/widgets/htmega_carousel.php:54
10598
- #: includes/widgets/htmega_carousel.php:433
10599
- #: includes/widgets/htmega_contact_form_seven.php:47
10600
- #: includes/widgets/htmega_counter.php:53
10601
- #: includes/widgets/htmega_dropcaps.php:46
10602
- #: includes/widgets/htmega_image_grid.php:46
10603
- #: includes/widgets/htmega_image_marker.php:117
10604
- #: includes/widgets/htmega_image_masonry.php:54
10605
- #: includes/widgets/htmega_inline_menu.php:57
10606
- #: includes/widgets/htmega_instagram.php:55
10607
- #: includes/widgets/htmega_mailchimp_for_wp.php:46
10608
- #: includes/widgets/htmega_news_ticker.php:54
10609
- #: includes/widgets/htmega_panel_slider.php:56
10610
- #: includes/widgets/htmega_post_slider.php:1426
10611
- #: includes/widgets/htmega_search.php:46
10612
- #: includes/widgets/htmega_section_title.php:45
10613
- #: includes/widgets/htmega_services.php:46
10614
- #: includes/widgets/htmega_single_post.php:46
10615
- #: includes/widgets/htmega_tab.php:45 includes/widgets/htmega_teammember.php:54
10616
- #: includes/widgets/htmega_teammember.php:72
10617
- #: includes/widgets/htmega_teammember.php:87
10618
- #: includes/widgets/htmega_testimonial_grid.php:45
10619
- #: includes/widgets/htmega_twitter_feed.php:59
10620
- #: includes/widgets/htmega_user_login_form.php:45
10621
- #: includes/widgets/htmega_working_process.php:46
10622
- #: includes/widgets/weather/htmega_weather.php:69
10623
- msgid "Style One"
10624
- msgstr ""
10625
-
10626
- #: includes/widgets/htmega_countdown.php:98
10627
- msgid "Style one"
10628
- msgstr ""
10629
-
10630
- #: includes/widgets/htmega_animated_heading.php:59
10631
- #: includes/widgets/htmega_brand.php:52
10632
- #: includes/widgets/htmega_call_to_action.php:49
10633
- #: includes/widgets/htmega_carousel.php:60
10634
- #: includes/widgets/htmega_inline_menu.php:63
10635
- #: includes/widgets/htmega_news_ticker.php:60
10636
- #: includes/widgets/htmega_services.php:52
10637
- #: includes/widgets/htmega_teammember.php:60
10638
- #: includes/widgets/htmega_user_login_form.php:51
10639
- msgid "Style Seven"
10640
- msgstr ""
10641
-
10642
- #: includes/widgets/htmega_add_banner.php:50
10643
- #: includes/widgets/htmega_animated_heading.php:58
10644
- #: includes/widgets/htmega_brand.php:51
10645
- #: includes/widgets/htmega_call_to_action.php:48
10646
- #: includes/widgets/htmega_carousel.php:59
10647
- #: includes/widgets/htmega_contact_form_seven.php:52
10648
- #: includes/widgets/htmega_counter.php:58
10649
- #: includes/widgets/htmega_image_marker.php:122
10650
- #: includes/widgets/htmega_inline_menu.php:62
10651
- #: includes/widgets/htmega_news_ticker.php:59
10652
- #: includes/widgets/htmega_services.php:51
10653
- #: includes/widgets/htmega_teammember.php:59
10654
- #: includes/widgets/htmega_user_login_form.php:50
10655
- msgid "Style Six"
10656
- msgstr ""
10657
-
10658
- #: includes/widgets/htmega_inline_menu.php:66
10659
- msgid "Style Ten"
10660
- msgstr ""
10661
-
10662
- #: includes/widgets/htmega_404_content.php:48
10663
- #: includes/widgets/htmega_accordion.php:57
10664
- #: includes/widgets/htmega_add_banner.php:47
10665
- #: includes/widgets/htmega_animated_heading.php:55
10666
- #: includes/widgets/htmega_brand.php:48
10667
- #: includes/widgets/htmega_call_to_action.php:45
10668
- #: includes/widgets/htmega_carousel.php:56
10669
- #: includes/widgets/htmega_contact_form_seven.php:49
10670
- #: includes/widgets/htmega_countdown.php:100
10671
- #: includes/widgets/htmega_counter.php:55
10672
- #: includes/widgets/htmega_dropcaps.php:48
10673
- #: includes/widgets/htmega_image_grid.php:48
10674
- #: includes/widgets/htmega_image_marker.php:119
10675
- #: includes/widgets/htmega_image_masonry.php:56
10676
- #: includes/widgets/htmega_inline_menu.php:59
10677
- #: includes/widgets/htmega_instagram.php:57
10678
- #: includes/widgets/htmega_mailchimp_for_wp.php:48
10679
- #: includes/widgets/htmega_news_ticker.php:56
10680
- #: includes/widgets/htmega_panel_slider.php:58
10681
- #: includes/widgets/htmega_search.php:48
10682
- #: includes/widgets/htmega_section_title.php:47
10683
- #: includes/widgets/htmega_services.php:48
10684
- #: includes/widgets/htmega_single_post.php:48
10685
- #: includes/widgets/htmega_tab.php:47 includes/widgets/htmega_teammember.php:56
10686
- #: includes/widgets/htmega_teammember.php:89
10687
- #: includes/widgets/htmega_testimonial_grid.php:47
10688
- #: includes/widgets/htmega_twitter_feed.php:61
10689
- #: includes/widgets/htmega_user_login_form.php:47
10690
- #: includes/widgets/htmega_working_process.php:48
10691
- #: includes/widgets/weather/htmega_weather.php:71
10692
- msgid "Style Three"
10693
- msgstr ""
10694
-
10695
- #: includes/widgets/htmega_404_content.php:47
10696
- #: includes/widgets/htmega_accordion.php:56
10697
- #: includes/widgets/htmega_add_banner.php:46
10698
- #: includes/widgets/htmega_animated_heading.php:54
10699
- #: includes/widgets/htmega_brand.php:47 includes/widgets/htmega_button.php:47
10700
- #: includes/widgets/htmega_call_to_action.php:44
10701
- #: includes/widgets/htmega_carousel.php:55
10702
- #: includes/widgets/htmega_carousel.php:434
10703
- #: includes/widgets/htmega_contact_form_seven.php:48
10704
- #: includes/widgets/htmega_countdown.php:99
10705
- #: includes/widgets/htmega_counter.php:54
10706
- #: includes/widgets/htmega_dropcaps.php:47
10707
- #: includes/widgets/htmega_image_grid.php:47
10708
- #: includes/widgets/htmega_image_marker.php:118
10709
- #: includes/widgets/htmega_image_masonry.php:55
10710
- #: includes/widgets/htmega_inline_menu.php:58
10711
- #: includes/widgets/htmega_instagram.php:56
10712
- #: includes/widgets/htmega_mailchimp_for_wp.php:47
10713
- #: includes/widgets/htmega_news_ticker.php:55
10714
- #: includes/widgets/htmega_panel_slider.php:57
10715
- #: includes/widgets/htmega_post_slider.php:1427
10716
- #: includes/widgets/htmega_search.php:47
10717
- #: includes/widgets/htmega_section_title.php:46
10718
- #: includes/widgets/htmega_services.php:47
10719
- #: includes/widgets/htmega_single_post.php:47
10720
- #: includes/widgets/htmega_tab.php:46 includes/widgets/htmega_teammember.php:55
10721
- #: includes/widgets/htmega_teammember.php:73
10722
- #: includes/widgets/htmega_teammember.php:88
10723
- #: includes/widgets/htmega_testimonial_grid.php:46
10724
- #: includes/widgets/htmega_twitter_feed.php:60
10725
- #: includes/widgets/htmega_user_login_form.php:46
10726
- #: includes/widgets/htmega_working_process.php:47
10727
- #: includes/widgets/weather/htmega_weather.php:70
10728
- msgid "Style Two"
10729
- msgstr ""
10730
-
10731
- #: includes/widgets/htmega_qu_forms.php:159
10732
- msgid "Sub Label"
10733
- msgstr ""
10734
-
10735
- #: extensions/ht-builder/widgets/bl_nav_menu.php:337
10736
- #: extensions/ht-menu/widgets/inline-mega-menu.php:195
10737
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:196
10738
- msgid "Sub Menu"
10739
- msgstr ""
10740
-
10741
- #: extensions/ht-menu/admin/setting.php:87
10742
- msgid "Sub Menu Background Color"
10743
- msgstr ""
10744
-
10745
- #: extensions/ht-menu/admin/setting.php:94
10746
- msgid "Sub Menu Items Color"
10747
- msgstr ""
10748
-
10749
- #: extensions/ht-menu/admin/setting.php:101
10750
- msgid "Sub Menu Items Hover Color"
10751
- msgstr ""
10752
-
10753
- #: extensions/ht-menu/admin/setting.php:76
10754
- #: extensions/ht-menu/widgets/inline-mega-menu.php:203
10755
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:204
10756
- msgid "Sub Menu Width"
10757
- msgstr ""
10758
-
10759
- #: includes/widgets/htmega_404_content.php:92
10760
- #: includes/widgets/htmega_404_content.php:376
10761
- #: includes/widgets/htmega_add_banner.php:101
10762
- #: includes/widgets/htmega_add_banner.php:489
10763
- #: includes/widgets/htmega_call_to_action.php:57
10764
- #: includes/widgets/htmega_call_to_action.php:500
10765
- #: includes/widgets/htmega_panel_slider.php:684
10766
- #: includes/widgets/htmega_section_title.php:69
10767
- #: includes/widgets/htmega_slider_thumb_gallery.php:74
10768
- #: includes/widgets/htmega_special_banner.php:87
10769
- #: includes/widgets/htmega_special_banner.php:394
10770
- msgid "Sub Title"
10771
- msgstr ""
10772
-
10773
- #: includes/widgets/htmega_section_title.php:222
10774
- msgid "Sub Title Setting"
10775
- msgstr ""
10776
-
10777
- #: includes/widgets/htmega_slider_thumb_gallery.php:730
10778
- msgid "Sub Title Style"
10779
- msgstr ""
10780
-
10781
- #: includes/widgets/htmega_section_title.php:768
10782
- msgid "Sub Title style"
10783
- msgstr ""
10784
-
10785
- #: includes/widgets/htmega_call_to_action.php:69
10786
- msgid "Sub Title Tag"
10787
- msgstr ""
10788
-
10789
- #: extensions/ht-menu/menu/templates.php:68
10790
- msgid "SubMenu Position"
10791
- msgstr ""
10792
-
10793
- #: includes/widgets/htmega_caldera_forms.php:195
10794
- #: includes/widgets/htmega_search.php:420
10795
- #: includes/widgets/htmega_user_login_form.php:1060
10796
- #: extensions/ht-builder/widgets/bl_post_comments.php:80
10797
- msgid "Submit Button"
10798
- msgstr ""
10799
-
10800
- #: includes/widgets/htmega_notify.php:126
10801
- msgid "Success"
10802
- msgstr ""
10803
-
10804
- #: extensions/ht-menu/classes/class.mega-menu.php:152
10805
- msgid "Successfully data saved"
10806
- msgstr ""
10807
-
10808
- #: includes/helper-function.php:381
10809
- msgid "Successfully Register"
10810
- msgstr ""
10811
-
10812
- #: admin/include/admin-setting.php:1138
10813
- #: extensions/ht-builder/admin/setting.php:196
10814
- #: extensions/ht-menu/admin/setting.php:148
10815
- #: extensions/wc-sales-notification/admin/setting.php:280
10816
- msgid "Successfully Settings Saved."
10817
- msgstr ""
10818
-
10819
- #: includes/widgets/htmega_counter.php:1016
10820
- msgid "Suffix"
10821
- msgstr ""
10822
-
10823
- #: includes/widgets/htmega_business_hours.php:168
10824
- msgid "Sunday"
10825
- msgstr ""
10826
-
10827
- #: includes/widgets/htmega_socialshere.php:70
10828
- msgid "Surfingbird"
10829
- msgstr ""
10830
-
10831
- #: includes/widgets/htmega_offcanvas.php:240
10832
- msgid "SVG Icon Size"
10833
- msgstr ""
10834
-
10835
- #: includes/widgets/htmega_switcher.php:64
10836
- msgid "Switch One"
10837
- msgstr ""
10838
-
10839
- #: includes/widgets/htmega_switcher.php:155
10840
- msgid "Switch Two"
10841
- msgstr ""
10842
-
10843
- #: admin/include/admin-setting.php:495 includes/widgets/htmega_switcher.php:13
10844
- msgid "Switcher"
10845
- msgstr ""
10846
-
10847
- #: includes/widgets/htmega_switcher.php:275
10848
- msgid "Switcher Button"
10849
- msgstr ""
10850
-
10851
- #: includes/widgets/htmega_switcher.php:136
10852
- msgid "Switcher Content One"
10853
- msgstr ""
10854
-
10855
- #: includes/widgets/htmega_switcher.php:228
10856
- msgid "Switcher Content Two"
10857
- msgstr ""
10858
-
10859
- #: includes/widgets/htmega_switcher.php:34
10860
- msgid "Switcher Layout"
10861
- msgstr ""
10862
-
10863
- #: includes/widgets/htmega_switcher.php:56
10864
- msgid "Switcher One"
10865
- msgstr ""
10866
-
10867
- #: includes/widgets/htmega_switcher.php:65
10868
- #: includes/widgets/htmega_switcher.php:156
10869
- msgid "Switcher Title"
10870
- msgstr ""
10871
-
10872
- #: includes/widgets/htmega_switcher.php:75
10873
- #: includes/widgets/htmega_switcher.php:166
10874
- msgid "Switcher Title Icon"
10875
- msgstr ""
10876
-
10877
- #: includes/widgets/htmega_switcher.php:147
10878
- msgid "Switcher Two"
10879
- msgstr ""
10880
-
10881
- #: admin/include/templates/library/templates.php:10
10882
- #: admin/include/templates/library/templates.php:11
10883
- msgid "Sync Library"
10884
- msgstr ""
10885
-
10886
- #: includes/widgets/htmega_tab.php:71
10887
- msgid "Tab #1"
10888
- msgstr ""
10889
-
10890
- #: includes/widgets/htmega_tab.php:248
10891
- msgid "Tab Area Style"
10892
- msgstr ""
10893
-
10894
- #: includes/widgets/htmega_tab.php:281
10895
- msgid "Tab Content Width (%)"
10896
- msgstr ""
10897
-
10898
- #: includes/widgets/htmega_tab.php:669
10899
- msgid "Tab Icon Box Style"
10900
- msgstr ""
10901
-
10902
- #: includes/widgets/htmega_tab.php:491
10903
- msgid "Tab Manu Style"
10904
- msgstr ""
10905
-
10906
- #: includes/widgets/htmega_tab.php:240
10907
- msgid "Tab Menu"
10908
- msgstr ""
10909
-
10910
- #: includes/widgets/htmega_tab.php:256
10911
- msgid "Tab Menu Width (%)"
10912
- msgstr ""
10913
-
10914
- #: admin/include/templates/library/templates.php:34
10915
- #: admin/include/templates/library/templates.php:35
10916
- msgid "Tab view"
10917
- msgstr ""
10918
-
10919
- #: includes/widgets/htmega_pricing_list_view.php:1209
10920
- #: includes/widgets/htmega_table.php:490
10921
- #: includes/widgets/htmega_tablepress.php:123
10922
- msgid "Table"
10923
- msgstr ""
10924
-
10925
- #: includes/widgets/htmega_pricing_list_view.php:1358
10926
- #: includes/widgets/htmega_table.php:669
10927
- #: includes/widgets/htmega_wc_element_pages.php:114
10928
- msgid "Table Body"
10929
- msgstr ""
10930
-
10931
- #: includes/widgets/htmega_pricing_list_view.php:1414
10932
- msgid "Table Body Padding"
10933
- msgstr ""
10934
-
10935
- #: includes/widgets/htmega_pricing_list_view.php:684
10936
- msgid "Table Body Typography"
10937
- msgstr ""
10938
-
10939
- #: includes/widgets/htmega_table.php:722
10940
- msgid "Table Cell Padding"
10941
- msgstr ""
10942
-
10943
- #: includes/widgets/htmega_pricing_list_view.php:524
10944
- #: includes/widgets/htmega_table.php:228
10945
- msgid "Table Content"
10946
- msgstr ""
10947
-
10948
- #: includes/widgets/htmega_pricing_list_view.php:172
10949
- #: includes/widgets/htmega_pricing_list_view.php:1279
10950
- #: includes/widgets/htmega_table.php:134 includes/widgets/htmega_table.php:564
10951
- msgid "Table Header"
10952
- msgstr ""
10953
-
10954
- #: includes/widgets/htmega_pricing_list_view.php:1323
10955
- #: includes/widgets/htmega_table.php:603
10956
- msgid "Table Header Padding"
10957
- msgstr ""
10958
-
10959
- #: includes/widgets/htmega_wc_element_pages.php:80
10960
- msgid "Table Heading"
10961
- msgstr ""
10962
-
10963
- #: includes/widgets/htmega_table.php:37
10964
- msgid "Table Layout"
10965
- msgstr ""
10966
-
10967
- #: admin/include/admin-setting.php:1079
10968
- #: includes/widgets/htmega_tablepress.php:13
10969
- #: includes/widgets/htmega_tablepress.php:48
10970
- msgid "TablePress"
10971
- msgstr ""
10972
-
10973
- #: includes/widgets/htmega_carousel.php:308
10974
- #: includes/widgets/htmega_instagram.php:503
10975
- #: includes/widgets/htmega_panel_slider.php:368
10976
- #: includes/widgets/htmega_post_slider.php:488
10977
- #: includes/widgets/htmega_slider_thumb_gallery.php:294
10978
- #: includes/widgets/htmega_testimonial_grid.php:85
10979
- #: includes/widgets/htmega_twitter_feed.php:430
10980
- msgid "Tablet"
10981
- msgstr ""
10982
-
10983
- #: includes/widgets/htmega_carousel.php:350
10984
- #: includes/widgets/htmega_instagram.php:545
10985
- #: includes/widgets/htmega_panel_slider.php:410
10986
- #: includes/widgets/htmega_post_slider.php:530
10987
- #: includes/widgets/htmega_slider_thumb_gallery.php:330
10988
- #: includes/widgets/htmega_twitter_feed.php:472
10989
- msgid "Tablet Resolution"
10990
- msgstr ""
10991
-
10992
- #: admin/include/admin-setting.php:503 includes/widgets/htmega_tab.php:13
10993
- #: includes/widgets/htmega_tab.php:34
10994
- msgid "Tabs"
10995
- msgstr ""
10996
-
10997
- #: includes/widgets/htmega_counter.php:164
10998
- msgid "Target Number"
10999
- msgstr ""
11000
-
11001
- #: includes/widgets/htmega_panel_slider.php:71
11002
- #: includes/widgets/htmega_panel_slider.php:114
11003
- #: includes/widgets/htmega_panel_slider.php:118
11004
- #: includes/widgets/htmega_panel_slider.php:122
11005
- #: includes/widgets/htmega_panel_slider.php:126
11006
- msgid "Tattoo Boy From New York"
11007
- msgstr ""
11008
-
11009
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:156
11010
- msgid "Taxonomy"
11011
- msgstr ""
11012
-
11013
- #: includes/widgets/htmega_teammember.php:322
11014
- msgid "Team Box Style"
11015
- msgstr ""
11016
-
11017
- #: admin/include/admin-setting.php:519
11018
- #: includes/widgets/htmega_teammember.php:14
11019
- #: includes/widgets/htmega_teammember.php:43
11020
- msgid "Team Member"
11021
- msgstr ""
11022
-
11023
- #: includes/widgets/htmega_socialshere.php:80
11024
- msgid "Telegram"
11025
- msgstr ""
11026
-
11027
- #: includes/widgets/htmega_template_selector.php:42
11028
- msgid "Template"
11029
- msgstr ""
11030
-
11031
- #: admin/include/class.library-source.php:219
11032
- msgid "Template does not have any content"
11033
- msgstr ""
11034
-
11035
- #: admin/include/class.htmega-elementor-template-library.php:97
11036
- msgid "Template id missing"
11037
- msgstr ""
11038
-
11039
- #: includes/widgets/htmega_template_selector.php:13
11040
- msgid "Template Selector"
11041
- msgstr ""
11042
-
11043
- #: admin/include/admin-setting.php:902 admin/include/templates_list.php:33
11044
- msgid "Templates"
11045
- msgstr ""
11046
-
11047
- #: admin/include/template-library.php:73 admin/include/template-library.php:74
11048
- msgid "Templates Library"
11049
- msgstr ""
11050
-
11051
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:69
11052
- msgid "Terms"
11053
- msgstr ""
11054
-
11055
- #: admin/include/admin-setting.php:527
11056
- msgid "Testimonial"
11057
- msgstr ""
11058
-
11059
- #: admin/include/admin-setting.php:535
11060
- #: includes/widgets/htmega_testimonial_grid.php:14
11061
- #: includes/widgets/htmega_testimonial_grid.php:35
11062
- msgid "Testimonial Grid"
11063
- msgstr ""
11064
-
11065
- #: includes/widgets/htmega_button.php:55
11066
- #: includes/widgets/htmega_countdown.php:271
11067
- #: includes/widgets/htmega_double_button.php:99
11068
- #: includes/widgets/htmega_double_button.php:186
11069
- #: includes/widgets/htmega_download_monitor.php:109
11070
- #: includes/widgets/htmega_modal.php:110 includes/widgets/htmega_popover.php:57
11071
- #: includes/widgets/htmega_pricing_list_view.php:570
11072
- #: includes/widgets/htmega_search.php:72 includes/widgets/htmega_table.php:254
11073
- #: includes/widgets/htmega_tooltip.php:57
11074
- #: includes/widgets/htmega_tooltip.php:72
11075
- #: extensions/ht-builder/widgets/bl_post_search_form.php:58
11076
- msgid "Text"
11077
- msgstr ""
11078
-
11079
- #: includes/widgets/htmega_table.php:929
11080
- msgid "Text Active Color"
11081
- msgstr ""
11082
-
11083
- #: includes/widgets/htmega_booked_calender.php:429
11084
- #: includes/widgets/htmega_booked_calender.php:525
11085
- #: includes/widgets/htmega_booked_calender.php:567
11086
- #: includes/widgets/htmega_booked_calender.php:650
11087
- #: includes/widgets/htmega_booked_calender.php:713
11088
- #: includes/widgets/htmega_booked_calender.php:796
11089
- #: includes/widgets/htmega_button.php:200
11090
- #: includes/widgets/htmega_button.php:333
11091
- #: includes/widgets/htmega_button.php:526
11092
- #: includes/widgets/htmega_button.php:610
11093
- #: includes/widgets/htmega_caldera_forms.php:93
11094
- #: includes/widgets/htmega_caldera_forms.php:213
11095
- #: includes/widgets/htmega_caldera_forms.php:300
11096
- #: includes/widgets/htmega_call_to_action.php:706
11097
- #: includes/widgets/htmega_call_to_action.php:912
11098
- #: includes/widgets/htmega_contact_form_seven.php:208
11099
- #: includes/widgets/htmega_contact_form_seven.php:368
11100
- #: includes/widgets/htmega_contact_form_seven.php:461
11101
- #: includes/widgets/htmega_contact_form_seven.php:575
11102
- #: includes/widgets/htmega_contact_form_seven.php:663
11103
- #: includes/widgets/htmega_mailchimp_for_wp.php:200
11104
- #: includes/widgets/htmega_mailchimp_for_wp.php:364
11105
- #: includes/widgets/htmega_mailchimp_for_wp.php:452
11106
- #: includes/widgets/htmega_offcanvas.php:308
11107
- #: includes/widgets/htmega_pricing_list_view.php:714
11108
- #: includes/widgets/htmega_pricing_list_view.php:1302
11109
- #: includes/widgets/htmega_pricing_list_view.php:1393
11110
- #: includes/widgets/htmega_pricing_list_view.php:1511
11111
- #: includes/widgets/htmega_pricing_list_view.php:1554
11112
- #: includes/widgets/htmega_pricing_list_view.php:1631
11113
- #: includes/widgets/htmega_pricing_list_view.php:1712
11114
- #: includes/widgets/htmega_search.php:229 includes/widgets/htmega_table.php:572
11115
- #: includes/widgets/htmega_table.php:701 includes/widgets/htmega_table.php:811
11116
- #: includes/widgets/htmega_table.php:862 includes/widgets/htmega_table.php:914
11117
- #: includes/widgets/htmega_table.php:993
11118
- #: includes/widgets/htmega_tablepress.php:282
11119
- #: includes/widgets/htmega_tablepress.php:326
11120
- #: includes/widgets/htmega_user_login_form.php:788
11121
- #: includes/widgets/htmega_user_login_form.php:983
11122
- #: includes/widgets/htmega_wc_element_pages.php:90
11123
- #: includes/widgets/htmega_wc_element_pages.php:125
11124
- #: includes/widgets/htmega_wc_element_pages.php:205
11125
- #: includes/widgets/htmega_wc_element_pages.php:291
11126
- #: includes/widgets/htmega_wc_element_pages.php:355
11127
- #: includes/widgets/htmega_wc_element_pages.php:433
11128
- #: includes/widgets/htmega_wc_element_pages.php:539
11129
- #: includes/widgets/htmega_wc_element_pages.php:664
11130
- #: includes/widgets/htmega_wc_element_pages.php:717
11131
- #: includes/widgets/htmega_wc_element_pages.php:786
11132
- #: includes/widgets/htmega_wc_element_pages.php:874
11133
- #: includes/widgets/htmega_wc_element_pages.php:988
11134
- #: includes/widgets/htmega_wc_element_pages.php:1069
11135
- #: extensions/ht-menu/widgets/inline-mega-menu.php:292
11136
- #: extensions/ht-menu/widgets/inline-mega-menu.php:431
11137
- #: extensions/ht-menu/widgets/inline-mega-menu.php:503
11138
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:389
11139
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:449
11140
- #: includes/widgets/weather/htmega_weather.php:232
11141
- msgid "Text Color"
11142
- msgstr ""
11143
-
11144
- #: includes/widgets/htmega_pricing_list_view.php:886
11145
- msgid "Text Hover Color"
11146
- msgstr ""
11147
-
11148
- #: includes/widgets/htmega_countdown.php:771
11149
- #: includes/widgets/htmega_countdown.php:944
11150
- #: includes/widgets/htmega_inline_menu.php:233
11151
- #: includes/widgets/htmega_section_title.php:963
11152
- #: extensions/ht-builder/widgets/bl_nav_menu.php:216
11153
- msgid "Text Shadow"
11154
- msgstr ""
11155
-
11156
- #: includes/widgets/htmega_contact_form_seven.php:322
11157
- #: includes/widgets/htmega_ninja_forms.php:460
11158
- #: includes/widgets/htmega_qu_forms.php:357
11159
- #: includes/widgets/htmega_wpforms.php:450
11160
- msgid "Textarea"
11161
- msgstr ""
11162
-
11163
- #: includes/widgets/htmega_wc_element_pages.php:565
11164
- msgid "Textarea Height"
11165
- msgstr ""
11166
-
11167
- #: includes/widgets/htmega_pricing_list_view.php:218
11168
- msgid "TH Width (Table Header Column Width %)"
11169
- msgstr ""
11170
-
11171
- #. Description of the plugin
11172
- msgid ""
11173
- "The HTMega is a elementor addons package for Elementor page builder plugin "
11174
- "for WordPress."
11175
- msgstr ""
11176
-
11177
- #: includes/widgets/htmega_carousel.php:406
11178
- #: includes/widgets/htmega_instagram.php:601
11179
- #: includes/widgets/htmega_panel_slider.php:466
11180
- #: includes/widgets/htmega_post_slider.php:586
11181
- #: includes/widgets/htmega_slider_thumb_gallery.php:378
11182
- #: includes/widgets/htmega_slider_thumb_gallery.php:657
11183
- #: includes/widgets/htmega_twitter_feed.php:528
11184
- msgid "The resolution to mobile."
11185
- msgstr ""
11186
-
11187
- #: includes/widgets/htmega_carousel.php:351
11188
- #: includes/widgets/htmega_instagram.php:546
11189
- #: includes/widgets/htmega_panel_slider.php:411
11190
- #: includes/widgets/htmega_post_slider.php:531
11191
- #: includes/widgets/htmega_slider_thumb_gallery.php:331
11192
- #: includes/widgets/htmega_slider_thumb_gallery.php:596
11193
- #: includes/widgets/htmega_twitter_feed.php:473
11194
- msgid "The resolution to tablet."
11195
- msgstr ""
11196
-
11197
- #: admin/include/template-library.php:401
11198
- msgid "Theme Activated"
11199
- msgstr ""
11200
-
11201
- #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:678
11202
- #: extensions/ht-builder/admin/setting.php:48
11203
- msgid "Theme Builder"
11204
- msgstr ""
11205
-
11206
- #: includes/widgets/htmega_services.php:131
11207
- msgid ""
11208
- "There are many variations of passages Lorem Ipsum available, but majority "
11209
- "have ama suffered altratio. the lorem."
11210
- msgstr ""
11211
-
11212
- #: admin/include/admin-setting.php:81
11213
- msgid "Third Party"
11214
- msgstr ""
11215
-
11216
- #: includes/helper-function.php:697
11217
- #, php-format
11218
- msgid "This input field supports the following HTML tags: %1$s"
11219
- msgstr ""
11220
-
11221
- #: includes/widgets/htmega_googlemap.php:250
11222
- msgid "This is <span>Dhaka</span>"
11223
- msgstr ""
11224
-
11225
- #: includes/widgets/htmega_image_grid.php:64
11226
- #: includes/widgets/htmega_image_masonry.php:72
11227
- #: includes/widgets/htmega_testimonial_grid.php:75
11228
- #: includes/widgets/htmega_testimonial_grid.php:90
11229
- #: includes/widgets/htmega_testimonial_grid.php:107
11230
- msgid "Three"
11231
- msgstr ""
11232
-
11233
- #: includes/widgets/htmega_instagram_feed.php:67
11234
- msgid "Thumb"
11235
- msgstr ""
11236
-
11237
- #: includes/widgets/htmega_post_slider.php:377
11238
- msgid "Thumbnail"
11239
- msgstr ""
11240
-
11241
- #: includes/widgets/htmega_image_magnifier.php:49
11242
- msgid "Thumbnail Image"
11243
- msgstr ""
11244
-
11245
- #: includes/widgets/htmega_slider_thumb_gallery.php:49
11246
- msgid "Thumbnail Position"
11247
- msgstr ""
11248
-
11249
- #: includes/widgets/htmega_slider_thumb_gallery.php:1212
11250
- msgid "Thumbnail Style"
11251
- msgstr ""
11252
-
11253
- #: includes/widgets/htmega_slider_thumb_gallery.php:411
11254
- msgid "Thumbnails Arrow"
11255
- msgstr ""
11256
-
11257
- #: includes/widgets/htmega_slider_thumb_gallery.php:513
11258
- msgid "Thumbnails auto play"
11259
- msgstr ""
11260
-
11261
- #: includes/widgets/htmega_slider_thumb_gallery.php:536
11262
- msgid "Thumbnails Autoplay animation speed"
11263
- msgstr ""
11264
-
11265
- #: includes/widgets/htmega_slider_thumb_gallery.php:525
11266
- msgid "Thumbnails Autoplay speed"
11267
- msgstr ""
11268
-
11269
- #: includes/widgets/htmega_slider_thumb_gallery.php:487
11270
- msgid "Thumbnails Center Mode"
11271
- msgstr ""
11272
-
11273
- #: includes/widgets/htmega_slider_thumb_gallery.php:498
11274
- msgid "Thumbnails Center padding"
11275
- msgstr ""
11276
-
11277
- #: includes/widgets/htmega_slider_thumb_gallery.php:452
11278
- msgid "Thumbnails dots"
11279
- msgstr ""
11280
-
11281
- #: includes/widgets/htmega_slider_thumb_gallery.php:391
11282
- msgid "Thumbnails Gallery Option"
11283
- msgstr ""
11284
-
11285
- #: includes/widgets/htmega_slider_thumb_gallery.php:99
11286
- msgid "Thumbnails Image Size"
11287
- msgstr ""
11288
-
11289
- #: includes/widgets/htmega_slider_thumb_gallery.php:582
11290
- #: includes/widgets/htmega_slider_thumb_gallery.php:640
11291
- msgid "Thumbnails item to scroll"
11292
- msgstr ""
11293
-
11294
- #: includes/widgets/htmega_slider_thumb_gallery.php:398
11295
- #: includes/widgets/htmega_slider_thumb_gallery.php:569
11296
- #: includes/widgets/htmega_slider_thumb_gallery.php:624
11297
- msgid "Thumbnails Items"
11298
- msgstr ""
11299
-
11300
- #: includes/widgets/htmega_slider_thumb_gallery.php:606
11301
- msgid "Thumbnails Mobile Phone"
11302
- msgstr ""
11303
-
11304
- #: includes/widgets/htmega_slider_thumb_gallery.php:656
11305
- msgid "Thumbnails Mobile Resolution"
11306
- msgstr ""
11307
-
11308
- #: includes/widgets/htmega_slider_thumb_gallery.php:437
11309
- msgid "Thumbnails Next icon"
11310
- msgstr ""
11311
-
11312
- #: includes/widgets/htmega_slider_thumb_gallery.php:422
11313
- msgid "Thumbnails Previous icon"
11314
- msgstr ""
11315
-
11316
- #: includes/widgets/htmega_slider_thumb_gallery.php:546
11317
- msgid "Thumbnails Slider item to scroll"
11318
- msgstr ""
11319
-
11320
- #: includes/widgets/htmega_slider_thumb_gallery.php:559
11321
- msgid "Thumbnails Tablet"
11322
- msgstr ""
11323
-
11324
- #: includes/widgets/htmega_slider_thumb_gallery.php:595
11325
- msgid "Thumbnails Tablet Resolution"
11326
- msgstr ""
11327
-
11328
- #: includes/widgets/htmega_business_hours.php:189
11329
- msgid "Thursday"
11330
- msgstr ""
11331
-
11332
- #: includes/widgets/htmega_news_ticker.php:68
11333
- msgid "Ticker Label"
11334
- msgstr ""
11335
-
11336
- #: includes/widgets/htmega_booked_calender.php:492
11337
- #: includes/widgets/htmega_business_hours.php:92
11338
- #: includes/widgets/htmega_business_hours.php:544
11339
- #: includes/widgets/htmega_twitter_feed.php:896
11340
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:67
11341
- msgid "Time"
11342
- msgstr ""
11343
-
11344
- #: includes/widgets/htmega_cuctom_event.php:277
11345
- msgid "Time / Location"
11346
- msgstr ""
11347
-
11348
- #: extensions/wc-sales-notification/admin/setting.php:141
11349
- msgid "Time between notifications. <span>( Pro )</span>"
11350
- msgstr ""
11351
-
11352
- #: includes/widgets/htmega_business_hours.php:128
11353
- msgid "Time Color"
11354
- msgstr ""
11355
-
11356
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:117
11357
- msgid "Time Format"
11358
- msgstr ""
11359
-
11360
- #: extensions/wc-sales-notification/admin/setting.php:140
11361
- msgid "Time Interval"
11362
- msgstr ""
11363
-
11364
- #: admin/include/admin-setting.php:1255 admin/include/admin-setting.php:1280
11365
- msgid "Time interval each notification"
11366
- msgstr ""
11367
-
11368
- #: includes/widgets/htmega_countdown.php:124
11369
- msgid "Time Setting"
11370
- msgstr ""
11371
-
11372
- #: includes/widgets/htmega_vertical_timeline.php:555
11373
- msgid "Timeline Dot BG Color"
11374
- msgstr ""
11375
-
11376
- #: includes/widgets/htmega_vertical_timeline.php:540
11377
- msgid "Timeline Dot Color"
11378
- msgstr ""
11379
-
11380
- #: includes/widgets/htmega_vertical_timeline.php:569
11381
- msgid "Timeline Dot Hover BG Color"
11382
- msgstr ""
11383
-
11384
- #: includes/widgets/htmega_vertical_timeline.php:584
11385
- msgid "Timeline Hover Line Color"
11386
- msgstr ""
11387
-
11388
- #: includes/widgets/htmega_vertical_timeline.php:523
11389
- msgid "Timeline Line Color"
11390
- msgstr ""
11391
-
11392
- #: includes/widgets/htmega_vertical_timeline.php:505
11393
- msgid "Timeline Primary Color"
11394
- msgstr ""
11395
-
11396
- #: includes/widgets/htmega_vertical_timeline.php:497
11397
- msgid "Timeline Style"
11398
- msgstr ""
11399
-
11400
- #: includes/widgets/htmega_countdown.php:741
11401
- msgid "Timer"
11402
- msgstr ""
11403
-
11404
- #: includes/widgets/htmega_countdown.php:854
11405
- msgid "Timer separator"
11406
- msgstr ""
11407
-
11408
- #: includes/widgets/htmega_404_content.php:80
11409
- #: includes/widgets/htmega_404_content.php:297
11410
- #: includes/widgets/htmega_accordion.php:69
11411
- #: includes/widgets/htmega_accordion.php:144
11412
- #: includes/widgets/htmega_accordion.php:187
11413
- #: includes/widgets/htmega_add_banner.php:92
11414
- #: includes/widgets/htmega_add_banner.php:430
11415
- #: includes/widgets/htmega_brand.php:62
11416
- #: includes/widgets/htmega_buddy_press.php:276
11417
- #: includes/widgets/htmega_business_hours.php:69
11418
- #: includes/widgets/htmega_business_hours.php:376
11419
- #: includes/widgets/htmega_call_to_action.php:82
11420
- #: includes/widgets/htmega_call_to_action.php:559
11421
- #: includes/widgets/htmega_carousel.php:70
11422
- #: includes/widgets/htmega_counter.php:538
11423
- #: includes/widgets/htmega_cuctom_event.php:42
11424
- #: includes/widgets/htmega_cuctom_event.php:123
11425
- #: includes/widgets/htmega_easy_digital_download.php:334
11426
- #: includes/widgets/htmega_googlemap.php:161
11427
- #: includes/widgets/htmega_gravity_forms.php:108
11428
- #: includes/widgets/htmega_image_grid.php:105
11429
- #: includes/widgets/htmega_image_grid.php:271
11430
- #: includes/widgets/htmega_image_marker.php:769
11431
- #: includes/widgets/htmega_image_masonry.php:85
11432
- #: includes/widgets/htmega_image_masonry.php:246
11433
- #: includes/widgets/htmega_job_manager.php:92
11434
- #: includes/widgets/htmega_news_ticker.php:254
11435
- #: includes/widgets/htmega_ninja_forms.php:101
11436
- #: includes/widgets/htmega_panel_slider.php:628
11437
- #: includes/widgets/htmega_post_grid.php:151
11438
- #: includes/widgets/htmega_post_grid.php:164
11439
- #: includes/widgets/htmega_post_grid.php:443
11440
- #: includes/widgets/htmega_post_grid_tab.php:158
11441
- #: includes/widgets/htmega_post_grid_tab.php:171
11442
- #: includes/widgets/htmega_post_grid_tab.php:426
11443
- #: includes/widgets/htmega_post_slider.php:162
11444
- #: includes/widgets/htmega_post_slider.php:175
11445
- #: includes/widgets/htmega_post_slider.php:861
11446
- #: includes/widgets/htmega_pricing_list_view.php:1500
11447
- #: includes/widgets/htmega_progressbar.php:96
11448
- #: includes/widgets/htmega_progressbar.php:228
11449
- #: includes/widgets/htmega_section_title.php:57
11450
- #: includes/widgets/htmega_section_title.php:509
11451
- #: includes/widgets/htmega_services.php:353
11452
- #: includes/widgets/htmega_single_post.php:94
11453
- #: includes/widgets/htmega_single_post.php:153
11454
- #: includes/widgets/htmega_slider_thumb_gallery.php:66
11455
- #: includes/widgets/htmega_socialshere.php:91
11456
- #: includes/widgets/htmega_socialshere.php:170
11457
- #: includes/widgets/htmega_special_banner.php:78
11458
- #: includes/widgets/htmega_special_banner.php:335
11459
- #: includes/widgets/htmega_switcher.php:62
11460
- #: includes/widgets/htmega_switcher.php:153 includes/widgets/htmega_tab.php:69
11461
- #: includes/widgets/htmega_teammember.php:214
11462
- #: includes/widgets/htmega_vertical_timeline.php:80
11463
- #: includes/widgets/htmega_vertical_timeline.php:124
11464
- #: includes/widgets/htmega_wc_categories.php:282
11465
- #: includes/widgets/htmega_working_process.php:79
11466
- #: includes/widgets/htmega_working_process.php:620
11467
- #: includes/widgets/htmega_wpforms.php:66
11468
- #: includes/widgets/htmega_wpforms.php:93
11469
- #: extensions/ht-builder/widgets/bl_post_archive.php:202
11470
- #: extensions/ht-builder/widgets/bl_post_archive.php:326
11471
- #: includes/widgets/weather/htmega_weather.php:247
11472
- msgid "Title"
11473
- msgstr ""
11474
-
11475
- #: includes/widgets/htmega_tab.php:218
11476
- msgid "Title #1"
11477
- msgstr ""
11478
-
11479
- #: includes/widgets/htmega_tab.php:222
11480
- msgid "Title #2"
11481
- msgstr ""
11482
-
11483
- #: includes/widgets/htmega_tab.php:226
11484
- msgid "Title #3"
11485
- msgstr ""
11486
-
11487
- #: includes/widgets/htmega_tab.php:156
11488
- msgid "Title Active Color"
11489
- msgstr ""
11490
-
11491
- #: includes/widgets/htmega_counter.php:657
11492
- msgid "Title After Border Color"
11493
- msgstr ""
11494
-
11495
- #: includes/widgets/htmega_services.php:451
11496
- msgid "Title Border Color"
11497
- msgstr ""
11498
-
11499
- #: includes/widgets/htmega_image_marker.php:776
11500
- msgid "Title Bottom Border Style"
11501
- msgstr ""
11502
-
11503
- #: includes/widgets/htmega_carousel.php:1309
11504
- #: includes/widgets/htmega_carousel.php:1393
11505
- #: includes/widgets/htmega_switcher.php:322
11506
- #: includes/widgets/htmega_switcher.php:358 includes/widgets/htmega_tab.php:135
11507
- #: extensions/ht-builder/widgets/bl_post_title.php:68
11508
- msgid "Title Color"
11509
- msgstr ""
11510
-
11511
- #: includes/widgets/htmega_ninja_forms.php:76
11512
- msgid "Title Hide"
11513
- msgstr ""
11514
-
11515
- #: includes/widgets/htmega_accordion.php:262
11516
- #: extensions/ht-builder/widgets/bl_page_title.php:45
11517
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:46
11518
- #: extensions/ht-builder/widgets/bl_post_title.php:47
11519
- #: extensions/ht-builder/widgets/bl_site_title.php:46
11520
- msgid "Title HTML Tag"
11521
- msgstr ""
11522
-
11523
- #: includes/widgets/htmega_news_ticker.php:282
11524
- #: includes/widgets/htmega_post_grid.php:174
11525
- #: includes/widgets/htmega_post_grid_tab.php:180
11526
- #: includes/widgets/htmega_post_slider.php:186
11527
- #: includes/widgets/htmega_single_post.php:104
11528
- #: extensions/ht-builder/widgets/bl_post_archive.php:169
11529
- msgid "Title Length"
11530
- msgstr ""
11531
-
11532
- #: includes/widgets/htmega_section_title.php:463
11533
- msgid "Title Separator Color"
11534
- msgstr ""
11535
-
11536
- #: includes/widgets/htmega_section_title.php:183
11537
- msgid "Title Setting"
11538
- msgstr ""
11539
-
11540
- #: includes/widgets/htmega_progressbar.php:636
11541
- #: includes/widgets/htmega_section_title.php:41
11542
- #: includes/widgets/htmega_slider_thumb_gallery.php:677
11543
- #: includes/widgets/htmega_socialshere.php:631
11544
- msgid "Title Style"
11545
- msgstr ""
11546
-
11547
- #: includes/widgets/htmega_section_title.php:498
11548
- msgid "Title style"
11549
- msgstr ""
11550
-
11551
- #: includes/widgets/htmega_call_to_action.php:91
11552
- msgid "Title Tag"
11553
- msgstr ""
11554
-
11555
- #: includes/widgets/htmega_post_grid.php:542
11556
- msgid "Title Two style"
11557
- msgstr ""
11558
-
11559
- #: includes/widgets/htmega_teammember.php:640
11560
- #: includes/widgets/htmega_teammember.php:655
11561
- msgid "To hide the shape, please set the color to transparent."
11562
- msgstr ""
11563
-
11564
- #: admin/include/admin-setting.php:1309
11565
- #: extensions/ht-builder/admin/setting.php:151
11566
- #: extensions/wc-sales-notification/admin/setting.php:235
11567
- msgid "to unlock these pro elements!"
11568
- msgstr ""
11569
-
11570
- #: extensions/ht-menu/classes/class.mega-menu.php:265
11571
- msgid "to unlock these pro options!"
11572
- msgstr ""
11573
-
11574
- #: includes/widgets/weather/template/layout-1.php:40
11575
- #: includes/widgets/weather/template/layout-2.php:14
11576
- #: includes/widgets/weather/template/layout-4.php:26
11577
- msgid "Today"
11578
- msgstr ""
11579
-
11580
- #: admin/include/admin-setting.php:543 includes/widgets/htmega_toggle.php:14
11581
- #: includes/widgets/htmega_toggle.php:36
11582
- msgid "Toggle"
11583
- msgstr ""
11584
-
11585
- #: admin/include/admin-setting.php:1342
11586
- msgid "Toggle All"
11587
- msgstr ""
11588
-
11589
- #: includes/widgets/htmega_switcher.php:425
11590
- #: includes/widgets/htmega_switcher.php:500
11591
- msgid "Toggle Color"
11592
- msgstr ""
11593
-
11594
- #: includes/widgets/htmega_lightbox.php:128
11595
- msgid "Toggler Image"
11596
- msgstr ""
11597
-
11598
- #: includes/widgets/htmega_lightbox.php:113
11599
- msgid "Toggler Type"
11600
- msgstr ""
11601
-
11602
- #: admin/include/admin-setting.php:551 includes/widgets/htmega_tooltip.php:14
11603
- #: includes/widgets/htmega_tooltip.php:42
11604
- #: includes/widgets/htmega_tooltip.php:75
11605
- #: includes/widgets/htmega_tooltip.php:475
11606
- msgid "Tooltip"
11607
- msgstr ""
11608
-
11609
- #: includes/widgets/htmega_tooltip.php:168
11610
- msgid "Tooltip content"
11611
- msgstr ""
11612
-
11613
- #: includes/widgets/htmega_tooltip.php:159
11614
- msgid "Tooltip Options"
11615
- msgstr ""
11616
-
11617
- #: includes/widgets/htmega_tooltip.php:165
11618
- msgid "Tooltip Text"
11619
- msgstr ""
11620
-
11621
- #: admin/include/templates_list.php:77 admin/include/templates_list.php:80
11622
- #: includes/widgets/htmega_add_banner.php:62
11623
- #: includes/widgets/htmega_button.php:113
11624
- #: includes/widgets/htmega_image_comparison.php:185
11625
- #: includes/widgets/htmega_image_marker.php:203
11626
- #: includes/widgets/htmega_notify.php:580
11627
- #: includes/widgets/htmega_notify.php:753
11628
- #: includes/widgets/htmega_offcanvas.php:97
11629
- #: includes/widgets/htmega_popover.php:195
11630
- #: includes/widgets/htmega_pricing_list_view.php:504
11631
- #: includes/widgets/htmega_pricing_list_view.php:1155
11632
- #: includes/widgets/htmega_pricing_list_view.php:1189
11633
- #: includes/widgets/htmega_section_title.php:157
11634
- #: includes/widgets/htmega_section_title.php:236
11635
- #: includes/widgets/htmega_single_post.php:61
11636
- #: includes/widgets/htmega_slider_thumb_gallery.php:56
11637
- #: includes/widgets/htmega_special_banner.php:46
11638
- #: includes/widgets/htmega_teammember.php:107
11639
- #: includes/widgets/htmega_tooltip.php:183
11640
- #: extensions/ht-builder/widgets/bl_post_author_info.php:120
11641
- msgid "Top"
11642
- msgstr ""
11643
-
11644
- #: includes/widgets/htmega_notify.php:106
11645
- msgid "Top Center"
11646
- msgstr ""
11647
-
11648
- #: includes/widgets/htmega_notify.php:111
11649
- msgid "Top Fullwidth"
11650
- msgstr ""
11651
-
11652
- #: includes/widgets/htmega_notify.php:105
11653
- msgid "Top Left"
11654
- msgstr ""
11655
-
11656
- #: includes/widgets/htmega_notify.php:107
11657
- msgid "Top Right"
11658
- msgstr ""
11659
-
11660
- #: includes/widgets/htmega_scroll_image.php:283
11661
- msgid "Top-Bottom"
11662
- msgstr ""
11663
-
11664
- #: includes/widgets/htmega_pricing_list_view.php:360
11665
- #: includes/widgets/htmega_pricing_list_view.php:989
11666
- msgid "Top-Bottom Position"
11667
- msgstr ""
11668
-
11669
- #: includes/widgets/htmega_bbpress.php:50
11670
- msgid "Topic Form"
11671
- msgstr ""
11672
-
11673
- #: includes/widgets/htmega_bbpress.php:49
11674
- msgid "Topic Index"
11675
- msgstr ""
11676
-
11677
- #: includes/widgets/htmega_bbpress.php:54
11678
- msgid "Topic Tags"
11679
- msgstr ""
11680
-
11681
- #: includes/widgets/htmega_brand.php:288
11682
- msgid "Transition Duration"
11683
- msgstr ""
11684
-
11685
- #: includes/widgets/htmega_business_hours.php:179
11686
- msgid "Tues Day"
11687
- msgstr ""
11688
-
11689
- #: includes/widgets/htmega_socialshere.php:58
11690
- msgid "tumblr"
11691
- msgstr ""
11692
-
11693
- #: includes/widgets/htmega_socialshere.php:54
11694
- #: includes/widgets/htmega_socialshere.php:316
11695
- msgid "Twitter"
11696
- msgstr ""
11697
-
11698
- #: includes/widgets/htmega_twitter_feed.php:114
11699
- msgid "Twitter access token secret."
11700
- msgstr ""
11701
-
11702
- #: includes/widgets/htmega_twitter_feed.php:104
11703
- msgid "Twitter access token."
11704
- msgstr ""
11705
-
11706
- #: includes/widgets/htmega_twitter_feed.php:84
11707
- msgid "Twitter consumer key."
11708
- msgstr ""
11709
-
11710
- #: includes/widgets/htmega_twitter_feed.php:94
11711
- msgid "Twitter consumer secret."
11712
- msgstr ""
11713
-
11714
- #: admin/include/admin-setting.php:559
11715
- #: includes/widgets/htmega_twitter_feed.php:18
11716
- #: includes/widgets/htmega_twitter_feed.php:48
11717
- msgid "Twitter Feed"
11718
- msgstr ""
11719
-
11720
- #: includes/widgets/htmega_image_grid.php:63
11721
- #: includes/widgets/htmega_image_masonry.php:71
11722
- #: includes/widgets/htmega_testimonial_grid.php:74
11723
- #: includes/widgets/htmega_testimonial_grid.php:89
11724
- #: includes/widgets/htmega_testimonial_grid.php:106
11725
- msgid "Two"
11726
- msgstr ""
11727
-
11728
- #: includes/widgets/htmega_animated_heading.php:71
11729
- #: includes/widgets/htmega_buddy_press.php:42
11730
- msgid "Type"
11731
- msgstr ""
11732
-
11733
- #: includes/widgets/htmega_404_content.php:106
11734
- msgid "Type your Description here."
11735
- msgstr ""
11736
-
11737
- #: includes/widgets/htmega_call_to_action.php:106
11738
- msgid "Type your description here..."
11739
- msgstr ""
11740
-
11741
- #: includes/widgets/htmega_404_content.php:94
11742
- msgid "Type your Sub title here."
11743
- msgstr ""
11744
-
11745
- #: includes/widgets/htmega_call_to_action.php:59
11746
- msgid "Type your sub title here..."
11747
- msgstr ""
11748
-
11749
- #: includes/widgets/htmega_counter.php:157
11750
- msgid "Type your title here"
11751
- msgstr ""
11752
-
11753
- #: includes/widgets/htmega_404_content.php:82
11754
- msgid "Type your title here."
11755
- msgstr ""
11756
-
11757
- #: includes/widgets/htmega_call_to_action.php:84
11758
- msgid "Type your title here..."
11759
- msgstr ""
11760
-
11761
- #: includes/widgets/htmega_404_content.php:319
11762
- #: includes/widgets/htmega_404_content.php:398
11763
- #: includes/widgets/htmega_404_content.php:477
11764
- #: includes/widgets/htmega_404_content.php:573
11765
- #: includes/widgets/htmega_404_content.php:724
11766
- #: includes/widgets/htmega_accordion.php:558
11767
- #: includes/widgets/htmega_accordion.php:648
11768
- #: includes/widgets/htmega_accordion.php:914
11769
- #: includes/widgets/htmega_accordion.php:1230
11770
- #: includes/widgets/htmega_add_banner.php:454
11771
- #: includes/widgets/htmega_add_banner.php:513
11772
- #: includes/widgets/htmega_add_banner.php:572
11773
- #: includes/widgets/htmega_add_banner.php:639
11774
- #: includes/widgets/htmega_animated_heading.php:174
11775
- #: includes/widgets/htmega_animated_heading.php:258
11776
- #: includes/widgets/htmega_animated_heading.php:305
11777
- #: includes/widgets/htmega_animated_heading.php:393
11778
- #: includes/widgets/htmega_buddy_press.php:306
11779
- #: includes/widgets/htmega_buddy_press.php:375
11780
- #: includes/widgets/htmega_button.php:213
11781
- #: includes/widgets/htmega_button.php:583
11782
- #: includes/widgets/htmega_caldera_forms.php:74
11783
- #: includes/widgets/htmega_caldera_forms.php:281
11784
- #: includes/widgets/htmega_call_to_action.php:524
11785
- #: includes/widgets/htmega_call_to_action.php:583
11786
- #: includes/widgets/htmega_call_to_action.php:642
11787
- #: includes/widgets/htmega_call_to_action.php:698
11788
- #: includes/widgets/htmega_call_to_action.php:904
11789
- #: includes/widgets/htmega_countdown.php:1036
11790
- #: includes/widgets/htmega_double_button.php:479
11791
- #: includes/widgets/htmega_double_button.php:652
11792
- #: includes/widgets/htmega_double_button.php:835
11793
- #: includes/widgets/htmega_download_monitor.php:146
11794
- #: includes/widgets/htmega_easy_digital_download.php:364
11795
- #: includes/widgets/htmega_easy_digital_download.php:449
11796
- #: includes/widgets/htmega_easy_digital_download.php:486
11797
- #: includes/widgets/htmega_googlemap.php:189
11798
- #: includes/widgets/htmega_googlemap.php:223
11799
- #: includes/widgets/htmega_googlemap.php:425
11800
- #: includes/widgets/htmega_googlemap.php:512
11801
- #: includes/widgets/htmega_image_comparison.php:253
11802
- #: includes/widgets/htmega_image_comparison.php:334
11803
- #: includes/widgets/htmega_image_grid.php:472
11804
- #: includes/widgets/htmega_notify.php:333
11805
- #: includes/widgets/htmega_panel_slider.php:649
11806
- #: includes/widgets/htmega_panel_slider.php:705
11807
- #: includes/widgets/htmega_post_grid.php:479
11808
- #: includes/widgets/htmega_post_grid.php:554
11809
- #: includes/widgets/htmega_post_grid.php:594
11810
- #: includes/widgets/htmega_post_grid.php:681
11811
- #: includes/widgets/htmega_post_grid_tab.php:459
11812
- #: includes/widgets/htmega_post_grid_tab.php:546
11813
- #: includes/widgets/htmega_post_grid_tab.php:643
11814
- #: includes/widgets/htmega_post_grid_tab.php:769
11815
- #: includes/widgets/htmega_post_grid_tab.php:863
11816
- #: includes/widgets/htmega_post_slider.php:894
11817
- #: includes/widgets/htmega_post_slider.php:981
11818
- #: includes/widgets/htmega_post_slider.php:1078
11819
- #: includes/widgets/htmega_post_slider.php:1197
11820
- #: includes/widgets/htmega_post_slider.php:1291
11821
- #: includes/widgets/htmega_pricing_list_view.php:1315
11822
- #: includes/widgets/htmega_pricing_list_view.php:1406
11823
- #: includes/widgets/htmega_pricing_list_view.php:1524
11824
- #: includes/widgets/htmega_pricing_list_view.php:1656
11825
- #: includes/widgets/htmega_progressbar.php:743
11826
- #: includes/widgets/htmega_progressbar.php:822
11827
- #: includes/widgets/htmega_scroll_image.php:393
11828
- #: includes/widgets/htmega_single_post.php:185
11829
- #: includes/widgets/htmega_single_post.php:272
11830
- #: includes/widgets/htmega_single_post.php:385
11831
- #: includes/widgets/htmega_special_banner.php:359
11832
- #: includes/widgets/htmega_special_banner.php:418
11833
- #: includes/widgets/htmega_special_banner.php:477
11834
- #: includes/widgets/htmega_special_banner.php:536
11835
- #: includes/widgets/htmega_special_banner.php:595
11836
- #: includes/widgets/htmega_special_banner.php:662
11837
- #: includes/widgets/htmega_tab.php:549 includes/widgets/htmega_table.php:595
11838
- #: includes/widgets/htmega_table.php:714 includes/widgets/htmega_table.php:827
11839
- #: includes/widgets/htmega_table.php:945 includes/widgets/htmega_table.php:1008
11840
- #: includes/widgets/htmega_vertical_timeline.php:158
11841
- #: includes/widgets/htmega_vertical_timeline.php:211
11842
- #: includes/widgets/htmega_vertical_timeline.php:341
11843
- #: includes/widgets/htmega_wc_categories.php:300
11844
- #: includes/widgets/htmega_wc_element_pages.php:272
11845
- #: includes/widgets/htmega_wc_element_pages.php:368
11846
- #: includes/widgets/htmega_wc_element_pages.php:496
11847
- #: includes/widgets/htmega_wc_element_pages.php:707
11848
- #: includes/widgets/htmega_wc_element_pages.php:853
11849
- #: includes/widgets/htmega_wc_element_pages.php:1049
11850
- #: includes/widgets/htmega_wc_element_pages.php:1144
11851
- #: includes/widgets/htmega_wc_element_pages.php:1235
11852
- #: includes/widgets/htmega_working_process.php:654
11853
- #: includes/widgets/htmega_working_process.php:733
11854
- #: includes/widgets/htmega_working_process.php:833
11855
- #: extensions/ht-builder/widgets/bl_page_title.php:78
11856
- #: extensions/ht-builder/widgets/bl_post_archive.php:359
11857
- #: extensions/ht-builder/widgets/bl_post_archive.php:466
11858
- #: extensions/ht-builder/widgets/bl_post_archive.php:572
11859
- #: extensions/ht-builder/widgets/bl_post_archive.php:664
11860
- #: extensions/ht-builder/widgets/bl_post_archive.php:733
11861
- #: extensions/ht-builder/widgets/bl_post_archive.php:869
11862
- #: extensions/ht-builder/widgets/bl_post_archive_title.php:80
11863
- #: extensions/ht-builder/widgets/bl_post_comments.php:60
11864
- #: extensions/ht-builder/widgets/bl_post_comments.php:121
11865
- #: extensions/ht-builder/widgets/bl_post_content.php:60
11866
- #: extensions/ht-builder/widgets/bl_post_excerpt.php:60
11867
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:367
11868
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:407
11869
- #: extensions/ht-builder/widgets/bl_post_search_form.php:122
11870
- #: extensions/ht-builder/widgets/bl_post_search_form.php:207
11871
- #: extensions/ht-builder/widgets/bl_post_title.php:80
11872
- #: extensions/ht-builder/widgets/bl_site_title.php:80
11873
- msgid "Typography"
11874
- msgstr ""
11875
-
11876
- #: includes/widgets/weather/htmega_weather.php:52
11877
- msgid "Units"
11878
- msgstr ""
11879
-
11880
- #: includes/widgets/htmega_news_ticker.php:126
11881
- msgid "Up"
11882
- msgstr ""
11883
-
11884
- #: includes/widgets/htmega_user_login_form.php:122
11885
- msgid "URL Content"
11886
- msgstr ""
11887
-
11888
- #: includes/widgets/htmega_section_title.php:644
11889
- msgid "Use Backround for Text"
11890
- msgstr ""
11891
-
11892
- #: includes/widgets/htmega_googlemap.php:171
11893
- msgid "Use max 32x32 px size."
11894
- msgstr ""
11895
-
11896
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:108
11897
- #: extensions/ht-builder/widgets/bl_post_meta_info.php:147
11898
- #, php-format
11899
- msgid "Use the letters: %s"
11900
- msgstr ""
11901
-
11902
- #: admin/include/admin-setting.php:567
11903
- #: includes/widgets/htmega_user_login_form.php:13
11904
- msgid "User Login Form"
11905
- msgstr ""
11906
-
11907
- #: includes/widgets/htmega_twitter_feed.php:833
11908
- msgid "User Name Style"
11909
- msgstr ""
11910
-
11911
- #: admin/include/admin-setting.php:575
11912
- msgid "User Register Form"
11913
- msgstr ""
11914
-
11915
- #: includes/widgets/htmega_twitter_feed.php:71
11916
- msgid "UserName"
11917
- msgstr ""
11918
-
11919
- #: includes/widgets/htmega_user_login_form.php:1539
11920
- #: includes/widgets/htmega_user_login_form.php:1540
11921
- msgid "Username"
11922
- msgstr ""
11923
-
11924
- #: includes/widgets/htmega_user_login_form.php:199
11925
- msgid "Username Label"
11926
- msgstr ""
11927
-
11928
- #: includes/widgets/htmega_user_login_form.php:201
11929
- #: includes/widgets/htmega_user_login_form.php:214
11930
- msgid "Username or Email"
11931
- msgstr ""
11932
-
11933
- #: includes/widgets/htmega_user_login_form.php:212
11934
- msgid "Username Placeholder"
11935
- msgstr ""
11936
-
11937
- #: includes/helper-function.php:397
11938
- msgid "Username too short. At least 4 characters is required"
11939
- msgstr ""
11940
-
11941
- #: includes/helper-function.php:392
11942
- msgid "Username, Password and E-Mail are required"
11943
- msgstr ""
11944
-
11945
- #: includes/widgets/htmega_progressbar.php:755
11946
- msgid "Value"
11947
- msgstr ""
11948
-
11949
- #: includes/widgets/htmega_progressbar.php:166
11950
- msgid "Value Indicator"
11951
- msgstr ""
11952
-
11953
- #: includes/widgets/htmega_progressbar.php:54
11954
- #: includes/widgets/htmega_scroll_navigation.php:123
11955
- msgid "Vertical"
11956
- msgstr ""
11957
-
11958
- #: includes/widgets/htmega_pricing_list_view.php:1147
11959
- msgid "Vertical Alignment"
11960
- msgstr ""
11961
-
11962
- #: includes/widgets/htmega_working_process.php:235
11963
- msgid "Vertical Line Color"
11964
- msgstr ""
11965
-
11966
- #: includes/widgets/htmega_services.php:861
11967
- msgid "Vertical line Hover Color"
11968
- msgstr ""
11969
-
11970
- #: extensions/ht-menu/widgets/verticle-mega-menu.php:15
11971
- msgid "Vertical Mega Menu"
11972
- msgstr ""
11973
-
11974
- #: includes/widgets/htmega_carousel.php:694
11975
- #: includes/widgets/htmega_panel_slider.php:939
11976
- msgid "Vertical Position"
11977
- msgstr ""
11978
-
11979
- #: includes/widgets/htmega_special_banner.php:219
11980
- msgid "Vertical Postion"
11981
- msgstr ""
11982
-
11983
- #: includes/widgets/htmega_slider_thumb_gallery.php:463
11984
- msgid "Vertical Slide"
11985
- msgstr ""
11986
-
11987
- #: includes/widgets/htmega_twitter_feed.php:1410
11988
- msgid "Vertical Space"
11989
- msgstr ""
11990
-
11991
- #: includes/widgets/htmega_vertical_timeline.php:14
11992
- msgid "Vertical Timeline"
11993
- msgstr ""
11994
-
11995
- #: includes/widgets/htmega_vertical_timeline.php:36
11996
- msgid "Vertical Timeline Layout"
11997
- msgstr ""
11998
-
11999
- #: admin/include/admin-setting.php:583
12000
- msgid "Verticle Timeline"
12001
- msgstr ""
12002
-
12003
- #: includes/widgets/htmega_socialshere.php:81
12004
- msgid "Viber"
12005
- msgstr ""
12006
-
12007
- #: includes/widgets/htmega_lightbox.php:54
12008
- msgid "Video"
12009
- msgstr ""
12010
-
12011
- #: includes/widgets/htmega_video_player.php:233
12012
- msgid "Video Box Style"
12013
- msgstr ""
12014
-
12015
- #: includes/widgets/htmega_video_player.php:48
12016
- msgid "Video Container"
12017
- msgstr ""
12018
-
12019
- #: includes/widgets/htmega_video_player.php:136
12020
- msgid "Video Image"
12021
- msgstr ""
12022
-
12023
- #: includes/widgets/htmega_video_player.php:153
12024
- msgid "Video Options"
12025
- msgstr ""
12026
-
12027
- #: admin/include/admin-setting.php:591
12028
- #: includes/widgets/htmega_video_player.php:12
12029
- #: includes/widgets/htmega_video_player.php:41
12030
- msgid "Video Player"
12031
- msgstr ""
12032
-
12033
- #: includes/widgets/htmega_video_player.php:221
12034
- msgid "Video Start Time"
12035
- msgstr ""
12036
-
12037
- #: admin/include/admin-setting.php:1221
12038
- msgid "Video Tutorial"
12039
- msgstr ""
12040
-
12041
- #: includes/widgets/htmega_lightbox.php:77
12042
- msgid "Video URL"
12043
- msgstr ""
12044
-
12045
- #: includes/widgets/htmega_video_player.php:60
12046
- msgid "Video Url"
12047
- msgstr ""
12048
-
12049
- #: includes/widgets/htmega_socialshere.php:332
12050
- msgid "View"
12051
- msgstr ""
12052
-
12053
- #: admin/include/admin-setting.php:860
12054
- msgid "View Counter"
12055
- msgstr ""
12056
-
12057
- #: admin/include/admin-setting.php:859
12058
- msgid "View Counter <span>( Pro )</span>"
12059
- msgstr ""
12060
-
12061
- #: includes/widgets/htmega_accordion.php:357
12062
- msgid "Visible Item"
12063
- msgstr ""
12064
-
12065
- #: includes/widgets/htmega_animated_heading.php:114
12066
- msgid "Visible Item Number"
12067
- msgstr ""
12068
-
12069
- #: includes/widgets/htmega_socialshere.php:59
12070
- msgid "Vkontakte"
12071
- msgstr ""
12072
-
12073
- #: admin/include/templates/library/templates.php:148
12074
- msgid "Want to learn more about the HT Mega library?"
12075
- msgstr ""
12076
-
12077
- #: includes/widgets/htmega_notify.php:127
12078
- msgid "Warning"
12079
- msgstr ""
12080
-
12081
- #: admin/include/admin-setting.php:1090
12082
- #: includes/widgets/htmega_wc_add_to_cart.php:14
12083
- msgid "WC : Add To cart"
12084
- msgstr ""
12085
-
12086
- #: admin/include/admin-setting.php:1098
12087
- #: includes/widgets/htmega_wc_categories.php:13
12088
- msgid "WC : Categories"
12089
- msgstr ""
12090
-
12091
- #: admin/include/admin-setting.php:1106
12092
- #: includes/widgets/htmega_wc_element_pages.php:13
12093
- msgid "WC : Pages"
12094
- msgstr ""
12095
-
12096
- #: extensions/wc-sales-notification/admin/setting.php:268
12097
- msgid "WC Sales Notification Settings"
12098
- msgstr ""
12099
-
12100
- #: admin/include/admin-setting.php:623
12101
- #: includes/widgets/weather/htmega_weather.php:13
12102
- #: includes/widgets/weather/htmega_weather.php:36
12103
- msgid "Weather"
12104
- msgstr ""
12105
-
12106
- #: admin/include/admin-setting.php:644
12107
- msgid "Weather Map API Key"
12108
- msgstr ""
12109
-
12110
- #: admin/include/admin-setting.php:646
12111
- msgid "Weather Map API key"
12112
- msgstr ""
12113
-
12114
- #: extensions/ht-builder/widgets/bl_post_author_info.php:98
12115
- msgid "Website"
12116
- msgstr ""
12117
-
12118
- #: includes/helper-function.php:424
12119
- msgid "Website is not a valid URL"
12120
- msgstr ""
12121
-
12122
- #: includes/widgets/htmega_business_hours.php:184
12123
- msgid "Wednesday"
12124
- msgstr ""
12125
-
12126
- #: includes/widgets/htmega_instagram.php:114
12127
- msgid "Week"
12128
- msgstr ""
12129
-
12130
- #: includes/widgets/htmega_socialshere.php:78
12131
- msgid "Weibo"
12132
- msgstr ""
12133
-
12134
- #: includes/widgets/htmega_socialshere.php:82
12135
- msgid "Whatsapp"
12136
- msgstr ""
12137
-
12138
- #: admin/include/admin-setting.php:1186
12139
- msgid "Which will motivate us a lot."
12140
- msgstr ""
12141
-
12142
- #: includes/recommended-plugins/recommended-plugins.php:83
12143
- msgid "Whols"
12144
- msgstr ""
12145
-
12146
- #: includes/widgets/htmega_blockquote.php:630
12147
- #: includes/widgets/htmega_blockquote.php:755
12148
- #: includes/widgets/htmega_carousel.php:654
12149
- #: includes/widgets/htmega_carousel.php:919
12150
- #: includes/widgets/htmega_carousel.php:1025
12151
- #: includes/widgets/htmega_image_comparison.php:463
12152
- #: includes/widgets/htmega_image_marker.php:800
12153
- #: includes/widgets/htmega_instagram.php:1030
12154
- #: includes/widgets/htmega_instagram.php:1209
12155
- #: includes/widgets/htmega_job_manager.php:163
12156
- #: includes/widgets/htmega_mailchimp_for_wp.php:319
12157
- #: includes/widgets/htmega_modal.php:312 includes/widgets/htmega_notify.php:726
12158
- #: includes/widgets/htmega_panel_slider.php:874
12159
- #: includes/widgets/htmega_panel_slider.php:1081
12160
- #: includes/widgets/htmega_popover.php:514
12161
- #: includes/widgets/htmega_post_slider.php:1640
12162
- #: includes/widgets/htmega_post_slider.php:1789
12163
- #: includes/widgets/htmega_pricing_list_view.php:397
12164
- #: includes/widgets/htmega_pricing_list_view.php:1026
12165
- #: includes/widgets/htmega_scroll_navigation.php:357
12166
- #: includes/widgets/htmega_search.php:554
12167
- #: includes/widgets/htmega_search.php:789
12168
- #: includes/widgets/htmega_services.php:571
12169
- #: includes/widgets/htmega_services.php:821
12170
- #: includes/widgets/htmega_services.php:887
12171
- #: includes/widgets/htmega_slider_thumb_gallery.php:921
12172
- #: includes/widgets/htmega_slider_thumb_gallery.php:1138
12173
- #: includes/widgets/htmega_special_banner.php:165
12174
- #: includes/widgets/htmega_twitter_feed.php:1169
12175
- #: includes/widgets/htmega_twitter_feed.php:1371
12176
- #: includes/widgets/htmega_user_login_form.php:1148
12177
- #: includes/widgets/htmega_working_process.php:887
12178
- #: includes/widgets/htmega_working_process.php:1012
12179
- #: extensions/ht-builder/widgets/bl_post_author_info.php:146
12180
- msgid "Width"
12181
- msgstr ""
12182
-
12183
- #: includes/recommended-plugins/recommended-plugins.php:63
12184
- msgid "WishSuite"
12185
- msgstr ""
12186
-
12187
- #: includes/recommended-plugins/recommended-plugins.php:51
12188
- msgid "WooCommerce"
12189
- msgstr ""
12190
-
12191
- #: includes/recommended-plugins/recommended-plugins.php:58
12192
- msgid "WooLentor – WooCommerce Elementor Addons + Builder"
12193
- msgstr ""
12194
-
12195
- #: includes/widgets/htmega_progressbar.php:98
12196
- #: includes/widgets/htmega_progressbar.php:200
12197
- #: includes/widgets/htmega_progressbar.php:230
12198
- #: includes/widgets/htmega_progressbar.php:398
12199
- #: includes/widgets/htmega_socialshere.php:75
12200
- msgid "WordPress"
12201
- msgstr ""
12202
-
12203
- #: includes/widgets/htmega_pricing_list_view.php:74
12204
- #: includes/widgets/htmega_pricing_list_view.php:138
12205
- msgid "WordPress Plugin"
12206
- msgstr ""
12207
-
12208
- #: admin/include/admin-setting.php:599
12209
- #: includes/widgets/htmega_working_process.php:14
12210
- #: includes/widgets/htmega_working_process.php:35
12211
- msgid "Working Process"
12212
- msgstr ""
12213
-
12214
- #: admin/include/admin-setting.php:1059 includes/widgets/htmega_wpforms.php:13
12215
- #: includes/widgets/htmega_wpforms.php:49
12216
- msgid "WP Form"
12217
- msgstr ""
12218
-
12219
- #: includes/recommended-plugins/recommended-plugins.php:96
12220
- msgid "WP Plugin Manager"
12221
- msgstr ""
12222
-
12223
- #: includes/widgets/htmega_section_title.php:291
12224
- msgid "X Offset"
12225
- msgstr ""
12226
-
12227
- #: includes/widgets/htmega_image_marker.php:233
12228
- msgid "X Postion"
12229
- msgstr ""
12230
-
12231
- #: includes/widgets/htmega_socialshere.php:74
12232
- msgid "Xing"
12233
- msgstr ""
12234
-
12235
- #: includes/widgets/htmega_section_title.php:314
12236
- msgid "Y Offset"
12237
- msgstr ""
12238
-
12239
- #: includes/widgets/htmega_image_marker.php:254
12240
- msgid "Y Postion"
12241
- msgstr ""
12242
-
12243
- #: includes/widgets/htmega_booked_calender.php:120
12244
- #: includes/widgets/htmega_instagram.php:116
12245
- msgid "Year"
12246
- msgstr ""
12247
-
12248
- #: includes/widgets/htmega_carousel.php:212
12249
- #: includes/widgets/htmega_gravity_forms.php:95
12250
- #: includes/widgets/htmega_instagram.php:407
12251
- #: includes/widgets/htmega_panel_slider.php:272
12252
- #: includes/widgets/htmega_post_slider.php:392
12253
- #: includes/widgets/htmega_slider_thumb_gallery.php:211
12254
- #: includes/widgets/htmega_slider_thumb_gallery.php:476
12255
- #: includes/widgets/htmega_twitter_feed.php:334
12256
- #: includes/widgets/htmega_user_login_form.php:112
12257
- #: includes/widgets/htmega_user_login_form.php:255
12258
- #: includes/widgets/htmega_video_player.php:124
12259
- #: includes/widgets/htmega_video_player.php:164
12260
- #: includes/widgets/htmega_video_player.php:176
12261
- #: includes/widgets/htmega_video_player.php:188
12262
- #: includes/widgets/htmega_video_player.php:200
12263
- #: includes/widgets/htmega_video_player.php:212
12264
- msgid "Yes"
12265
- msgstr ""
12266
-
12267
- #: includes/widgets/htmega_business_hours.php:170
12268
- #: includes/widgets/htmega_instagram_feed.php:79
12269
- #: includes/widgets/htmega_instagram_feed.php:90
12270
- #: includes/widgets/htmega_instagram_feed.php:114
12271
- msgid "yes"
12272
- msgstr ""
12273
-
12274
- #: includes/widgets/htmega_twitter_feed.php:1677
12275
- msgid "yesterday"
12276
- msgstr ""
12277
-
12278
- #: includes/widgets/htmega_user_login_form.php:1553
12279
- #, php-format
12280
- msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12281
- msgstr ""
12282
-
12283
- #: admin/include/admin-setting.php:907
12284
- msgid "You can enable duplicator for individual post."
12285
- msgstr ""
12286
-
12287
- #: admin/include/admin-setting.php:654
12288
- msgid "You can select 404 page from here."
12289
- msgstr ""
12290
-
12291
- #: extensions/ht-builder/admin/setting.php:113
12292
- msgid "You can select 404 page from here. <span>( Pro )</span>"
12293
- msgstr ""
12294
-
12295
- #: extensions/ht-builder/admin/setting.php:74
12296
- msgid "You can select blog page from here."
12297
- msgstr ""
12298
-
12299
- #: extensions/ht-builder/admin/setting.php:125
12300
- msgid "You can select coming soon page from here. <span>( Pro )</span>"
12301
- msgstr ""
12302
-
12303
- #: extensions/ht-builder/admin/setting.php:92
12304
- msgid "You can select footer template from here."
12305
- msgstr ""
12306
-
12307
- #: extensions/ht-builder/admin/setting.php:83
12308
- msgid "You can select header template from here."
12309
- msgstr ""
12310
-
12311
- #: extensions/ht-builder/admin/setting.php:101
12312
- msgid "You can select search page from here. <span>( Pro )</span>"
12313
- msgstr ""
12314
-
12315
- #: extensions/ht-builder/admin/setting.php:65
12316
- msgid "You can select Single blog page from here."
12317
- msgstr ""
12318
-
12319
- #: includes/widgets/htmega_wc_element_pages.php:1287
12320
- msgid "Your cart is currently empty."
12321
- msgstr ""
12322
-
12323
- #: includes/widgets/htmega_animated_heading.php:75
12324
- msgid "Zoom"
12325
- msgstr ""
12326
-
12327
- #: includes/widgets/htmega_lightbox.php:297
12328
- msgid "Zoom Button"
12329
- msgstr ""
12330
-
12331
- #: includes/widgets/htmega_lightbox.php:169
12332
- msgid "Zoom Button Text"
12333
- msgstr ""
12334
-
12335
- #: includes/widgets/htmega_googlemap.php:50
12336
- msgid "Zoom Control"
12337
- msgstr ""
12338
-
12339
- #: includes/widgets/htmega_instagram.php:261
12340
- #: includes/widgets/htmega_lightbox.php:154
12341
- msgid "Zoom Icon"
12342
- msgstr ""
12343
-
12344
- #: includes/widgets/htmega_instagram.php:211
12345
- msgid "Zoom Icon Type"
12346
- msgstr ""
12347
-
12348
- #: includes/widgets/htmega_image_magnifier.php:79
12349
- msgid "Zoom Label"
12350
- msgstr ""
12351
-
12352
- #: includes/widgets/htmega_image_magnifier.php:69
12353
- msgid "Zoomable"
12354
- 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-04-16 09:26+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.1; wp-5.9.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:158 includes/class.htmega.php:173
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:172
50
+ #: includes/widgets/htmega_image_masonry.php:152
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:238
85
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:575
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:456
147
+ #: includes/widgets/htmega_data_table.php:457
148
+ #: includes/widgets/htmega_data_table.php:463
149
+ #: includes/widgets/htmega_data_table.php:469
150
+ #: includes/widgets/htmega_data_table.php:476
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_booked_calender.php:77
202
+ msgid "11"
203
+ msgstr ""
204
+
205
+ #: includes/widgets/htmega_booked_calender.php:78
206
+ msgid "12"
207
+ msgstr ""
208
+
209
+ #: includes/widgets/htmega_booked_calender.php:79
210
+ msgid "13"
211
+ msgstr ""
212
+
213
+ #: includes/widgets/htmega_booked_calender.php:80
214
+ msgid "14"
215
+ msgstr ""
216
+
217
+ #: includes/widgets/htmega_booked_calender.php:81
218
+ msgid "15"
219
+ msgstr ""
220
+
221
+ #: admin/include/admin-setting.php:1244
222
+ msgid "15 Categories / Template set"
223
+ msgstr ""
224
+
225
+ #: admin/include/admin-setting.php:1245
226
+ msgid "15 Templates"
227
+ msgstr ""
228
+
229
+ #: includes/widgets/htmega_booked_calender.php:82
230
+ msgid "16"
231
+ msgstr ""
232
+
233
+ #: includes/widgets/htmega_booked_calender.php:83
234
+ msgid "17"
235
+ msgstr ""
236
+
237
+ #: includes/widgets/htmega_booked_calender.php:84
238
+ msgid "18"
239
+ msgstr ""
240
+
241
+ #: includes/widgets/htmega_booked_calender.php:85
242
+ msgid "19"
243
+ msgstr ""
244
+
245
+ #: includes/widgets/htmega_instagram.php:163
246
+ #: extensions/ht-builder/widgets/bl_post_archive.php:61
247
+ msgid "2"
248
+ msgstr ""
249
+
250
+ #: extensions/wc-sales-notification/admin/setting.php:134
251
+ msgid "2 minutes"
252
+ msgstr ""
253
+
254
+ #: extensions/wc-sales-notification/admin/setting.php:119
255
+ msgid "2 seconds"
256
+ msgstr ""
257
+
258
+ #: includes/widgets/htmega_countdown.php:450
259
+ msgid "2. Background Hours"
260
+ msgstr ""
261
+
262
+ #: includes/widgets/htmega_booked_calender.php:86
263
+ msgid "20"
264
+ msgstr ""
265
+
266
+ #: extensions/wc-sales-notification/admin/setting.php:128
267
+ msgid "20 seconds"
268
+ msgstr ""
269
+
270
+ #: includes/widgets/htmega_booked_calender.php:132
271
+ msgid "2018"
272
+ msgstr ""
273
+
274
+ #: includes/widgets/htmega_booked_calender.php:133
275
+ msgid "2019"
276
+ msgstr ""
277
+
278
+ #: includes/widgets/htmega_booked_calender.php:134
279
+ msgid "2020"
280
+ msgstr ""
281
+
282
+ #: includes/widgets/htmega_booked_calender.php:135
283
+ msgid "2021"
284
+ msgstr ""
285
+
286
+ #: includes/widgets/htmega_booked_calender.php:136
287
+ msgid "2022"
288
+ msgstr ""
289
+
290
+ #: includes/widgets/htmega_booked_calender.php:137
291
+ msgid "2023"
292
+ msgstr ""
293
+
294
+ #: includes/widgets/htmega_booked_calender.php:138
295
+ msgid "2024"
296
+ msgstr ""
297
+
298
+ #: includes/widgets/htmega_booked_calender.php:139
299
+ msgid "2025"
300
+ msgstr ""
301
+
302
+ #: includes/widgets/htmega_booked_calender.php:140
303
+ msgid "2026"
304
+ msgstr ""
305
+
306
+ #: includes/widgets/htmega_booked_calender.php:141
307
+ msgid "2027"
308
+ msgstr ""
309
+
310
+ #: includes/widgets/htmega_booked_calender.php:142
311
+ msgid "2028"
312
+ msgstr ""
313
+
314
+ #: includes/widgets/htmega_booked_calender.php:143
315
+ msgid "2029"
316
+ msgstr ""
317
+
318
+ #: includes/widgets/htmega_booked_calender.php:144
319
+ msgid "2030"
320
+ msgstr ""
321
+
322
+ #: includes/widgets/htmega_booked_calender.php:145
323
+ msgid "2031"
324
+ msgstr ""
325
+
326
+ #: includes/widgets/htmega_booked_calender.php:146
327
+ msgid "2032"
328
+ msgstr ""
329
+
330
+ #: includes/widgets/htmega_booked_calender.php:147
331
+ msgid "2033"
332
+ msgstr ""
333
+
334
+ #: includes/widgets/htmega_booked_calender.php:148
335
+ msgid "2034"
336
+ msgstr ""
337
+
338
+ #: includes/widgets/htmega_booked_calender.php:149
339
+ msgid "2035"
340
+ msgstr ""
341
+
342
+ #: includes/widgets/htmega_booked_calender.php:150
343
+ msgid "2036"
344
+ msgstr ""
345
+
346
+ #: includes/widgets/htmega_booked_calender.php:151
347
+ msgid "2037"
348
+ msgstr ""
349
+
350
+ #: includes/widgets/htmega_booked_calender.php:152
351
+ msgid "2038"
352
+ msgstr ""
353
+
354
+ #: includes/widgets/htmega_booked_calender.php:153
355
+ msgid "2039"
356
+ msgstr ""
357
+
358
+ #: includes/widgets/htmega_booked_calender.php:154
359
+ msgid "2040"
360
+ msgstr ""
361
+
362
+ #: includes/widgets/htmega_booked_calender.php:87
363
+ msgid "21"
364
+ msgstr ""
365
+
366
+ #: includes/widgets/htmega_booked_calender.php:88
367
+ msgid "22"
368
+ msgstr ""
369
+
370
+ #: includes/widgets/htmega_booked_calender.php:89
371
+ msgid "23"
372
+ msgstr ""
373
+
374
+ #: includes/widgets/htmega_googlemap.php:251
375
+ msgid "23.8103"
376
+ msgstr ""
377
+
378
+ #: includes/widgets/htmega_booked_calender.php:90
379
+ msgid "24"
380
+ msgstr ""
381
+
382
+ #: includes/widgets/htmega_booked_calender.php:91
383
+ msgid "25"
384
+ msgstr ""
385
+
386
+ #: includes/widgets/htmega_booked_calender.php:92
387
+ msgid "26"
388
+ msgstr ""
389
+
390
+ #: includes/widgets/htmega_booked_calender.php:93
391
+ msgid "27"
392
+ msgstr ""
393
+
394
+ #: includes/widgets/htmega_booked_calender.php:94
395
+ msgid "28"
396
+ msgstr ""
397
+
398
+ #: includes/widgets/htmega_booked_calender.php:95
399
+ msgid "29"
400
+ msgstr ""
401
+
402
+ #: includes/widgets/htmega_mailchimp_wp.php:68
403
+ msgid "294"
404
+ msgstr ""
405
+
406
+ #: includes/widgets/htmega_instagram.php:164
407
+ #: extensions/ht-builder/widgets/bl_post_archive.php:62
408
+ msgid "3"
409
+ msgstr ""
410
+
411
+ #: includes/widgets/htmega_weather.php:84
412
+ msgid "3 Days"
413
+ msgstr ""
414
+
415
+ #: extensions/wc-sales-notification/admin/setting.php:120
416
+ msgid "3 seconds"
417
+ msgstr ""
418
+
419
+ #: includes/widgets/htmega_countdown.php:475
420
+ msgid "3. Background Minutes"
421
+ msgstr ""
422
+
423
+ #: includes/widgets/htmega_booked_calender.php:96
424
+ msgid "30"
425
+ msgstr ""
426
+
427
+ #: extensions/wc-sales-notification/admin/setting.php:129
428
+ msgid "30 seconds"
429
+ msgstr ""
430
+
431
+ #: includes/widgets/htmega_booked_calender.php:97
432
+ msgid "31"
433
+ msgstr ""
434
+
435
+ #: admin/include/admin-setting.php:1269
436
+ msgid "325 Blocks / Sections"
437
+ msgstr ""
438
+
439
+ #: admin/include/admin-setting.php:1270
440
+ msgid "35 Categories / Template set"
441
+ msgstr ""
442
+
443
+ #: admin/include/admin-setting.php:1246
444
+ msgid "360 Blocks / Sections"
445
+ msgstr ""
446
+
447
+ #: admin/include/admin-setting.php:1167
448
+ msgid "360 Elementor Blocks"
449
+ msgstr ""
450
+
451
+ #: admin/include/admin-setting.php:1168
452
+ msgid "39 Categories and 491 Page Templates."
453
+ msgstr ""
454
+
455
+ #: includes/widgets/htmega_instagram.php:165
456
+ #: extensions/ht-builder/widgets/bl_post_archive.php:63
457
+ msgid "4"
458
+ msgstr ""
459
+
460
+ #: includes/widgets/htmega_weather.php:85
461
+ msgid "4 Days"
462
+ msgstr ""
463
+
464
+ #: extensions/wc-sales-notification/admin/setting.php:121
465
+ #: extensions/wc-sales-notification/admin/setting.php:145
466
+ msgid "4 seconds"
467
+ msgstr ""
468
+
469
+ #: includes/widgets/htmega_countdown.php:500
470
+ msgid "4. Background Seconds"
471
+ msgstr ""
472
+
473
+ #: extensions/wc-sales-notification/admin/setting.php:130
474
+ msgid "40 seconds"
475
+ msgstr ""
476
+
477
+ #: admin/include/admin-setting.php:607
478
+ #: includes/widgets/htmega_errorcontent.php:13
479
+ #: includes/widgets/htmega_errorcontent.php:43
480
+ msgid "404 Content"
481
+ msgstr ""
482
+
483
+ #: admin/include/admin-setting.php:1248 admin/include/admin-setting.php:1273
484
+ msgid "404 Error Page Builder"
485
+ msgstr ""
486
+
487
+ #: extensions/ht-builder/admin/setting.php:112
488
+ msgid "404 Page Template."
489
+ msgstr ""
490
+
491
+ #: includes/widgets/htmega_instagram.php:166
492
+ msgid "5"
493
+ msgstr ""
494
+
495
+ #: includes/widgets/htmega_weather.php:86
496
+ msgid "5 Days"
497
+ msgstr ""
498
+
499
+ #: extensions/wc-sales-notification/admin/setting.php:122
500
+ msgid "5 seconds"
501
+ msgstr ""
502
+
503
+ #: extensions/wc-sales-notification/admin/setting.php:131
504
+ msgid "50 seconds"
505
+ msgstr ""
506
+
507
+ #: includes/widgets/htmega_special_day_banner.php:107
508
+ msgid "50%"
509
+ msgstr ""
510
+
511
+ #: admin/include/admin-setting.php:1271
512
+ msgid "524 Templates"
513
+ msgstr ""
514
+
515
+ #: includes/widgets/htmega_instagram.php:167
516
+ msgid "6"
517
+ msgstr ""
518
+
519
+ #: includes/widgets/htmega_weather.php:87
520
+ msgid "6 Days"
521
+ msgstr ""
522
+
523
+ #: extensions/wc-sales-notification/admin/setting.php:123
524
+ msgid "6 seconds"
525
+ msgstr ""
526
+
527
+ #: extensions/wc-sales-notification/admin/setting.php:124
528
+ msgid "7 seconds"
529
+ msgstr ""
530
+
531
+ #: extensions/wc-sales-notification/admin/setting.php:125
532
+ msgid "8 seconds"
533
+ msgstr ""
534
+
535
+ #: admin/include/admin-setting.php:1166
536
+ msgid "80+ Elementor Elements"
537
+ msgstr ""
538
+
539
+ #: admin/include/admin-setting.php:1243 admin/include/admin-setting.php:1268
540
+ msgid "84 Elements"
541
+ msgstr ""
542
+
543
+ #: extensions/wc-sales-notification/admin/setting.php:126
544
+ msgid "9 seconds"
545
+ msgstr ""
546
+
547
+ #: includes/widgets/htmega_googlemap.php:252
548
+ #: includes/widgets/htmega_googlemap.php:253
549
+ msgid "90.4125"
550
+ msgstr ""
551
+
552
+ #: includes/widgets/htmega_business_hours.php:94
553
+ msgid "9:00 AM - 6:00 PM"
554
+ msgstr ""
555
+
556
+ #: includes/widgets/htmega_business_hours.php:164
557
+ #: includes/widgets/htmega_business_hours.php:175
558
+ #: includes/widgets/htmega_business_hours.php:180
559
+ #: includes/widgets/htmega_business_hours.php:185
560
+ #: includes/widgets/htmega_business_hours.php:190
561
+ msgid "9:00 AM to 6:00 PM"
562
+ msgstr ""
563
+
564
+ #: includes/widgets/htmega_business_hours.php:195
565
+ msgid "9:00 AM to 6:30 PM"
566
+ msgstr ""
567
+
568
+ #: includes/widgets/htmega_inlinemenu.php:89
569
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:83
570
+ #, php-format
571
+ msgid ""
572
+ "<strong>There are no menus in your site.</strong><br>Go to the <a "
573
+ "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
574
+ msgstr ""
575
+
576
+ #: includes/widgets/htmega_notify.php:80
577
+ msgid "<strong>Welcome,</strong>to Notification."
578
+ msgstr ""
579
+
580
+ #: includes/widgets/htmega_twitter_feed.php:102
581
+ msgid "Access Token"
582
+ msgstr ""
583
+
584
+ #: includes/widgets/htmega_twitter_feed.php:112
585
+ msgid "Access Token Secret"
586
+ msgstr ""
587
+
588
+ #: includes/widgets_control.php:88 admin/include/admin-setting.php:118
589
+ #: admin/include/admin-setting.php:119 includes/widgets/htmega_accordion.php:44
590
+ msgid "Accordion"
591
+ msgstr ""
592
+
593
+ #: includes/widgets/htmega_accordion.php:13
594
+ msgid "Accordion / FAQ"
595
+ msgstr ""
596
+
597
+ #: includes/widgets/htmega_accordion.php:88
598
+ #: includes/widgets/htmega_accordion.php:99
599
+ #: includes/widgets/htmega_accordion.php:217
600
+ #: includes/widgets/htmega_accordion.php:219
601
+ #: includes/widgets/htmega_accordion.php:228
602
+ #: includes/widgets/htmega_accordion.php:1190
603
+ msgid "Accordion Content"
604
+ msgstr ""
605
+
606
+ #: includes/widgets/htmega_accordion.php:374
607
+ msgid "Accordion Height"
608
+ msgstr ""
609
+
610
+ #: includes/widgets/htmega_accordion.php:957
611
+ msgid "Accordion Icon"
612
+ msgstr ""
613
+
614
+ #: includes/widgets/htmega_accordion.php:412
615
+ msgid "Accordion Item"
616
+ msgstr ""
617
+
618
+ #: includes/widgets/htmega_accordion.php:734
619
+ msgid "Accordion Item Box"
620
+ msgstr ""
621
+
622
+ #: includes/widgets/htmega_accordion.php:422
623
+ msgid "Accordion Item Spacing"
624
+ msgstr ""
625
+
626
+ #: includes/widgets/htmega_accordion.php:112
627
+ #: includes/widgets/htmega_accordion.php:162
628
+ #: includes/widgets/htmega_accordion.php:241
629
+ msgid "Accordion Items"
630
+ msgstr ""
631
+
632
+ #: includes/widgets/htmega_accordion.php:170
633
+ #: includes/widgets/htmega_accordion.php:445
634
+ #: includes/widgets/htmega_accordion.php:804
635
+ msgid "Accordion Title"
636
+ msgstr ""
637
+
638
+ #: includes/widgets/htmega_accordion.php:636
639
+ msgid "Accordion Title Collapsed"
640
+ msgstr ""
641
+
642
+ #: includes/widgets/htmega_accordion.php:120
643
+ #: includes/widgets/htmega_accordion.php:249
644
+ msgid "Accordion Title One"
645
+ msgstr ""
646
+
647
+ #: includes/widgets/htmega_accordion.php:125
648
+ #: includes/widgets/htmega_accordion.php:129
649
+ msgid "Accordion Title Two"
650
+ msgstr ""
651
+
652
+ #: admin/include/template-library.php:261
653
+ #: admin/include/template-library.php:313
654
+ #: includes/recommended-plugins/class.recommended-plugins.php:242
655
+ msgid "Activate"
656
+ msgstr ""
657
+
658
+ #: admin/include/template-library.php:272
659
+ #: admin/include/template-library.php:324
660
+ #: includes/recommended-plugins/class.recommended-plugins.php:126
661
+ #: includes/recommended-plugins/class.recommended-plugins.php:253
662
+ msgid "Activated"
663
+ msgstr ""
664
+
665
+ #: includes/class.assests.php:381
666
+ #: includes/recommended-plugins/class.recommended-plugins.php:125
667
+ msgid "Activating.."
668
+ msgstr ""
669
+
670
+ #: includes/class.assests.php:382 includes/widgets/htmega_accordion.php:570
671
+ #: includes/widgets/htmega_accordion.php:1121
672
+ #: includes/widgets/htmega_buddy_press.php:68
673
+ #: includes/widgets/htmega_carousel.php:988
674
+ #: includes/widgets/htmega_carousel.php:1188
675
+ #: includes/widgets/htmega_carousel.php:1386
676
+ #: includes/widgets/htmega_inlinemenu.php:407
677
+ #: includes/widgets/htmega_instagram.php:1239
678
+ #: includes/widgets/htmega_panel_slider.php:1152
679
+ #: includes/widgets/htmega_popover.php:204
680
+ #: includes/widgets/htmega_post_slider.php:1860
681
+ #: includes/widgets/htmega_post_slider.php:2009
682
+ #: includes/widgets/htmega_scroll_navigation.php:395
683
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1168
684
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1285
685
+ #: includes/widgets/htmega_switcher.php:468
686
+ #: includes/widgets/htmega_tabs.php:616 includes/widgets/htmega_tabs.php:795
687
+ #: includes/widgets/htmega_twitter_feed.php:1435
688
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:280
689
+ msgid "Active"
690
+ msgstr ""
691
+
692
+ #: includes/widgets/htmega_easy_digital_download.php:719
693
+ msgid "Active Color"
694
+ msgstr ""
695
+
696
+ #: includes/widgets/htmega_booked_calender.php:449
697
+ msgid "Active Date Background Color"
698
+ msgstr ""
699
+
700
+ #: includes/widgets/htmega_tabs.php:193
701
+ msgid "Active Icon Color"
702
+ msgstr ""
703
+
704
+ #: includes/widgets/htmega_accordion.php:938
705
+ msgid "Active Title Line Height"
706
+ msgstr ""
707
+
708
+ #: includes/widgets/htmega_accordion.php:923
709
+ msgid "Active Title Space"
710
+ msgstr ""
711
+
712
+ #: includes/widgets_control.php:98 includes/widgets/htmega_add_banner.php:13
713
+ msgid "Add Banner"
714
+ msgstr ""
715
+
716
+ #: includes/widgets/htmega_panel_slider.php:179
717
+ #: includes/widgets/htmega_testimonial_grid.php:147
718
+ msgid "Add Column gap Ex. 15px"
719
+ msgstr ""
720
+
721
+ #: includes/widgets/htmega_buddy_press.php:282
722
+ msgid "Add Column Width Ex. 25%"
723
+ msgstr ""
724
+
725
+ #: includes/widgets/htmega_gallery_justify.php:50
726
+ msgid "Add Images"
727
+ msgstr ""
728
+
729
+ #: includes/widgets/htmega_wc_add_to_cart.php:116
730
+ #: includes/widgets/htmega_wc_add_to_cart.php:117
731
+ msgid "Add to Cart"
732
+ msgstr ""
733
+
734
+ #: includes/widgets/htmega_section_title.php:60
735
+ msgid "Add Your Heading Text Here"
736
+ msgstr ""
737
+
738
+ #: includes/widgets/htmega_singlepost.php:87
739
+ msgid "Additional Option"
740
+ msgstr ""
741
+
742
+ #: includes/widgets/htmega_accordion.php:347
743
+ #: extensions/ht-builder/widgets/bl_post_archive.php:90
744
+ msgid "Additional Options"
745
+ msgstr ""
746
+
747
+ #: includes/widgets/htmega_image_comparison.php:147
748
+ msgid "Additional Setting"
749
+ msgstr ""
750
+
751
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:99
752
+ msgid "Admin Posts"
753
+ msgstr ""
754
+
755
+ #: admin/include/admin-setting.php:135
756
+ msgid "Ads Banner"
757
+ msgstr ""
758
+
759
+ #: admin/include/admin-setting.php:91
760
+ msgid "Advance Addons"
761
+ msgstr ""
762
+
763
+ #: includes/widgets/htmega_section_title.php:80
764
+ msgid "Advance Title"
765
+ msgstr ""
766
+
767
+ #: includes/widgets/htmega_section_title.php:281
768
+ msgid "Advance Title Setting"
769
+ msgstr ""
770
+
771
+ #: includes/widgets/htmega_section_title.php:931
772
+ msgid "Advance Title style"
773
+ msgstr ""
774
+
775
+ #: includes/widgets/htmega_blockquote.php:405
776
+ #: includes/widgets/htmega_image_comparison.php:165
777
+ msgid "After"
778
+ msgstr ""
779
+
780
+ #: includes/widgets/htmega_counter.php:776
781
+ msgid "After Border Color"
782
+ msgstr ""
783
+
784
+ #: includes/widgets/htmega_counter.php:701
785
+ msgid "After Border Height"
786
+ msgstr ""
787
+
788
+ #: includes/widgets/htmega_counter.php:731
789
+ msgid "After Border Position"
790
+ msgstr ""
791
+
792
+ #: includes/widgets/htmega_counter.php:671
793
+ msgid "After Border Width"
794
+ msgstr ""
795
+
796
+ #: includes/widgets/htmega_image_comparison.php:70
797
+ msgid "After Image"
798
+ msgstr ""
799
+
800
+ #: includes/widgets/htmega_pricing_list_view.php:106
801
+ msgid "After Price Label"
802
+ msgstr ""
803
+
804
+ #: includes/widgets/htmega_pricing_list_view.php:1700
805
+ msgid "After Price Style"
806
+ msgstr ""
807
+
808
+ #: includes/widgets/htmega_animated_heading.php:282
809
+ msgid "After Text Style"
810
+ msgstr ""
811
+
812
+ #: includes/widgets/htmega_image_comparison.php:163
813
+ #: includes/widgets/htmega_image_comparison.php:309
814
+ msgid "After Title"
815
+ msgstr ""
816
+
817
+ #: includes/widgets/htmega_user_login_form.php:301
818
+ msgid "After/Bottom Login Button"
819
+ msgstr ""
820
+
821
+ #: includes/widgets/htmega_imagemarker.php:450
822
+ msgid "Aleart Note"
823
+ msgstr ""
824
+
825
+ #: includes/widgets/htmega_accordion.php:466
826
+ #: includes/widgets/htmega_accordion.php:657
827
+ #: includes/widgets/htmega_accordion.php:815
828
+ #: includes/widgets/htmega_accordion.php:996
829
+ #: includes/widgets/htmega_accordion.php:1201
830
+ #: includes/widgets/htmega_accordion.php:1319
831
+ #: includes/widgets/htmega_add_banner.php:364
832
+ #: includes/widgets/htmega_blockquote.php:179
833
+ #: includes/widgets/htmega_buddy_press.php:250
834
+ #: includes/widgets/htmega_business_hours.php:387
835
+ #: includes/widgets/htmega_button.php:150
836
+ #: includes/widgets/htmega_caldera_form.php:68
837
+ #: includes/widgets/htmega_caldera_form.php:343
838
+ #: includes/widgets/htmega_call_to_action.php:326
839
+ #: includes/widgets/htmega_carousel.php:833
840
+ #: includes/widgets/htmega_contact_form_seven.php:113
841
+ #: includes/widgets/htmega_counter.php:66
842
+ #: includes/widgets/htmega_counter.php:284
843
+ #: includes/widgets/htmega_counter.php:317
844
+ #: includes/widgets/htmega_counter.php:423
845
+ #: includes/widgets/htmega_counter.php:549
846
+ #: includes/widgets/htmega_data_table.php:635
847
+ #: includes/widgets/htmega_data_table.php:754
848
+ #: includes/widgets/htmega_double_button.php:321
849
+ #: includes/widgets/htmega_dropcaps.php:80
850
+ #: includes/widgets/htmega_easy_digital_download.php:314
851
+ #: includes/widgets/htmega_easy_digital_download.php:682
852
+ #: includes/widgets/htmega_errorcontent.php:245
853
+ #: includes/widgets/htmega_gravity_forms.php:145
854
+ #: includes/widgets/htmega_gravity_forms.php:201
855
+ #: includes/widgets/htmega_gravity_forms.php:235
856
+ #: includes/widgets/htmega_gravity_forms.php:540
857
+ #: includes/widgets/htmega_gravity_forms.php:771
858
+ #: includes/widgets/htmega_imagemarker.php:706
859
+ #: includes/widgets/htmega_image_grid.php:279
860
+ #: includes/widgets/htmega_image_grid.php:376
861
+ #: includes/widgets/htmega_image_masonry.php:254
862
+ #: includes/widgets/htmega_image_masonry.php:351
863
+ #: includes/widgets/htmega_inlinemenu.php:117
864
+ #: includes/widgets/htmega_instagram.php:1480
865
+ #: includes/widgets/htmega_lightbox.php:192
866
+ #: includes/widgets/htmega_lightbox.php:305
867
+ #: includes/widgets/htmega_mailchimp_wp.php:125
868
+ #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:1001
869
+ #: includes/widgets/htmega_newsticker.php:450
870
+ #: includes/widgets/htmega_ninja_form.php:184
871
+ #: includes/widgets/htmega_ninja_form.php:286
872
+ #: includes/widgets/htmega_ninja_form.php:320
873
+ #: includes/widgets/htmega_ninja_form.php:607
874
+ #: includes/widgets/htmega_ninja_form.php:818
875
+ #: includes/widgets/htmega_ninja_form.php:1030
876
+ #: includes/widgets/htmega_notify.php:278
877
+ #: includes/widgets/htmega_notify.php:558
878
+ #: includes/widgets/htmega_notify.php:824
879
+ #: includes/widgets/htmega_offcanvas.php:279
880
+ #: includes/widgets/htmega_offcanvas.php:371
881
+ #: includes/widgets/htmega_panel_slider.php:559
882
+ #: includes/widgets/htmega_popover.php:261
883
+ #: includes/widgets/htmega_popover.php:657
884
+ #: includes/widgets/htmega_popover.php:761
885
+ #: includes/widgets/htmega_postgrid.php:289
886
+ #: includes/widgets/htmega_postgrid.php:513
887
+ #: includes/widgets/htmega_postgrid.php:626
888
+ #: includes/widgets/htmega_post_grid_tab.php:397
889
+ #: includes/widgets/htmega_post_grid_tab.php:491
890
+ #: includes/widgets/htmega_post_grid_tab.php:578
891
+ #: includes/widgets/htmega_post_grid_tab.php:801
892
+ #: includes/widgets/htmega_post_slider.php:832
893
+ #: includes/widgets/htmega_post_slider.php:926
894
+ #: includes/widgets/htmega_post_slider.php:1013
895
+ #: includes/widgets/htmega_post_slider.php:1229
896
+ #: includes/widgets/htmega_pricing_list_view.php:469
897
+ #: includes/widgets/htmega_pricing_list_view.php:1124
898
+ #: includes/widgets/htmega_quforms.php:86
899
+ #: includes/widgets/htmega_quforms.php:206
900
+ #: includes/widgets/htmega_quforms.php:327
901
+ #: includes/widgets/htmega_quforms.php:547
902
+ #: includes/widgets/htmega_quforms.php:765
903
+ #: includes/widgets/htmega_search.php:152
904
+ #: includes/widgets/htmega_section_title.php:411
905
+ #: includes/widgets/htmega_service.php:237
906
+ #: includes/widgets/htmega_service.php:421
907
+ #: includes/widgets/htmega_service.php:526
908
+ #: includes/widgets/htmega_service.php:715
909
+ #: includes/widgets/htmega_service.php:977
910
+ #: includes/widgets/htmega_singlepost.php:217
911
+ #: includes/widgets/htmega_singlepost.php:313
912
+ #: includes/widgets/htmega_singlepost.php:420
913
+ #: includes/widgets/htmega_socialshere.php:370
914
+ #: includes/widgets/htmega_special_day_banner.php:261
915
+ #: includes/widgets/htmega_tablepress.php:209
916
+ #: includes/widgets/htmega_tablepress.php:366
917
+ #: includes/widgets/htmega_tabs.php:509
918
+ #: includes/widgets/htmega_teammember.php:612
919
+ #: includes/widgets/htmega_teammember.php:741
920
+ #: includes/widgets/htmega_teammember.php:831
921
+ #: includes/widgets/htmega_teammember.php:922
922
+ #: includes/widgets/htmega_teammember.php:989
923
+ #: includes/widgets/htmega_testimonial_grid.php:549
924
+ #: includes/widgets/htmega_toggle.php:192
925
+ #: includes/widgets/htmega_tooltip.php:237
926
+ #: includes/widgets/htmega_user_login_form.php:145
927
+ #: includes/widgets/htmega_user_login_form.php:367
928
+ #: includes/widgets/htmega_user_login_form.php:567
929
+ #: includes/widgets/htmega_videoplayer.php:292
930
+ #: includes/widgets/htmega_wc_categories.php:375
931
+ #: includes/widgets/htmega_wpforms.php:176
932
+ #: includes/widgets/htmega_wpforms.php:278
933
+ #: includes/widgets/htmega_wpforms.php:313
934
+ #: includes/widgets/htmega_wpforms.php:610
935
+ #: includes/widgets/htmega_wpforms.php:829
936
+ #: includes/widgets/htmega_wpforms.php:1057
937
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:111
938
+ #: extensions/ht-builder/widgets/bl_page_title.php:133
939
+ #: extensions/ht-builder/widgets/bl_post_archive.php:298
940
+ #: extensions/ht-builder/widgets/bl_post_archive.php:379
941
+ #: extensions/ht-builder/widgets/bl_post_archive.php:486
942
+ #: extensions/ht-builder/widgets/bl_post_archive.php:592
943
+ #: extensions/ht-builder/widgets/bl_post_archive.php:672
944
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:135
945
+ #: extensions/ht-builder/widgets/bl_post_content.php:68
946
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:68
947
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:67
948
+ #: extensions/ht-builder/widgets/bl_post_title.php:101
949
+ #: extensions/ht-builder/widgets/bl_site_logo.php:155
950
+ #: extensions/ht-builder/widgets/bl_site_title.php:135
951
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:162
952
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:163
953
+ msgid "Alignment"
954
+ msgstr ""
955
+
956
+ #: admin/include/templates_list.php:52
957
+ msgid "ALL"
958
+ msgstr ""
959
+
960
+ #: admin/include/templates_list.php:41
961
+ msgid "All Builders"
962
+ msgstr ""
963
+
964
+ #: includes/widgets/htmega_service.php:305
965
+ #: includes/widgets/htmega_testimonial_grid.php:359
966
+ #: includes/widgets/htmega_working_process.php:599
967
+ msgid "All Content Color"
968
+ msgstr ""
969
+
970
+ #: extensions/ht-menu/classes/class.mega-menu.php:246
971
+ #: extensions/ht-menu/menu/templates.php:194
972
+ msgid "All Data Saved"
973
+ msgstr ""
974
+
975
+ #: includes/class.assests.php:371
976
+ msgid "All Items have been Loaded"
977
+ msgstr ""
978
+
979
+ #: includes/widgets/htmega_accordion.php:121
980
+ #: includes/widgets/htmega_accordion.php:126
981
+ #: includes/widgets/htmega_accordion.php:130
982
+ #: includes/widgets/htmega_accordion.php:250
983
+ msgid ""
984
+ "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
985
+ "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
986
+ "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
987
+ "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
988
+ "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
989
+ "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
990
+ "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
991
+ "synth nesciunt you probably have not heard of them accusamus labore "
992
+ "sustainable VHS."
993
+ msgstr ""
994
+
995
+ #: admin/include/admin-setting.php:127
996
+ msgid "Animate Heading"
997
+ msgstr ""
998
+
999
+ #: includes/widgets/htmega_teammember.php:119
1000
+ msgid "Animate Top on Mobile Layout"
1001
+ msgstr ""
1002
+
1003
+ #: includes/widgets_control.php:93
1004
+ #: includes/widgets/htmega_animated_heading.php:13
1005
+ #: includes/widgets/htmega_animated_heading.php:42
1006
+ msgid "Animated Heading"
1007
+ msgstr ""
1008
+
1009
+ #: includes/widgets/htmega_animated_heading.php:102
1010
+ msgid "Animated Heading Text"
1011
+ msgstr ""
1012
+
1013
+ #: includes/widgets/htmega_animated_heading.php:369
1014
+ msgid "Animated Text Style"
1015
+ msgstr ""
1016
+
1017
+ #: includes/widgets/htmega_newsticker.php:113
1018
+ msgid "Animatied duration"
1019
+ msgstr ""
1020
+
1021
+ #: includes/widgets/htmega_videoplayer.php:429
1022
+ msgid "Animation Border Color"
1023
+ msgstr ""
1024
+
1025
+ #: extensions/wc-sales-notification/admin/setting.php:164
1026
+ msgid "Animation In"
1027
+ msgstr ""
1028
+
1029
+ #: extensions/wc-sales-notification/admin/setting.php:176
1030
+ msgid "Animation Out"
1031
+ msgstr ""
1032
+
1033
+ #: includes/widgets/htmega_newsticker.php:104
1034
+ msgid "Animation Speed"
1035
+ msgstr ""
1036
+
1037
+ #: includes/widgets/htmega_carousel.php:429
1038
+ msgid "Animation Style"
1039
+ msgstr ""
1040
+
1041
+ #: includes/widgets/htmega_animated_heading.php:67
1042
+ msgid "Animation Type"
1043
+ msgstr ""
1044
+
1045
+ #: includes/widgets/htmega_googlemap.php:163
1046
+ msgid "Another Place"
1047
+ msgstr ""
1048
+
1049
+ #: includes/widgets/htmega_booked_calender.php:563
1050
+ msgid "Appointment Button"
1051
+ msgstr ""
1052
+
1053
+ #: includes/widgets/htmega_booked_calender.php:414
1054
+ msgid "Appointments"
1055
+ msgstr ""
1056
+
1057
+ #: includes/widgets/htmega_booked_calender.php:112
1058
+ msgid "April"
1059
+ msgstr ""
1060
+
1061
+ #: admin/include/admin-setting.php:778 admin/include/admin-setting.php:779
1062
+ msgid "Archive Posts"
1063
+ msgstr ""
1064
+
1065
+ #: admin/include/admin-setting.php:787 admin/include/admin-setting.php:788
1066
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:39
1067
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:60
1068
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:170
1069
+ msgid "Archive Title"
1070
+ msgstr ""
1071
+
1072
+ #: includes/widgets/htmega_buddy_press.php:175
1073
+ #: includes/widgets/htmega_popover.php:508
1074
+ msgid "Area"
1075
+ msgstr ""
1076
+
1077
+ #: includes/widgets/htmega_imagemarker.php:100
1078
+ msgid "Area padding"
1079
+ msgstr ""
1080
+
1081
+ #: includes/widgets/htmega_carousel.php:535
1082
+ #: includes/widgets/htmega_instagram.php:912
1083
+ #: includes/widgets/htmega_panel_slider.php:740
1084
+ #: includes/widgets/htmega_popover.php:795
1085
+ #: includes/widgets/htmega_post_slider.php:1410
1086
+ #: includes/widgets/htmega_slider_thumb_gallery.php:802
1087
+ #: includes/widgets/htmega_tooltip.php:548
1088
+ #: includes/widgets/htmega_twitter_feed.php:1053
1089
+ msgid "Arrow"
1090
+ msgstr ""
1091
+
1092
+ #: includes/widgets/htmega_popover.php:821
1093
+ msgid "Arrow Background Color"
1094
+ msgstr ""
1095
+
1096
+ #: includes/widgets/htmega_popover.php:802
1097
+ msgid "Arrow Border Color"
1098
+ msgstr ""
1099
+
1100
+ #: includes/widgets/htmega_working_process.php:270
1101
+ msgid "Arrow Border Height"
1102
+ msgstr ""
1103
+
1104
+ #: includes/widgets/htmega_testimonial_grid.php:655
1105
+ #: includes/widgets/htmega_tooltip.php:554
1106
+ #: includes/widgets/htmega_verticle_time_line.php:414
1107
+ #: includes/widgets/htmega_verticle_time_line.php:455
1108
+ msgid "Arrow Color"
1109
+ msgstr ""
1110
+
1111
+ #: includes/widgets/htmega_working_process.php:320
1112
+ msgid "Arrow Hover Color"
1113
+ msgstr ""
1114
+
1115
+ #: includes/widgets/htmega_working_process.php:291
1116
+ msgid "Arrow Left Color"
1117
+ msgstr ""
1118
+
1119
+ #: includes/widgets/htmega_working_process.php:306
1120
+ msgid "Arrow Right Color"
1121
+ msgstr ""
1122
+
1123
+ #: includes/widgets/htmega_easy_digital_download.php:213
1124
+ msgid "ASC"
1125
+ msgstr ""
1126
+
1127
+ #: includes/widgets/htmega_job_manager.php:83
1128
+ #: includes/widgets/htmega_newsticker.php:272
1129
+ #: includes/widgets/htmega_postgrid.php:132
1130
+ #: includes/widgets/htmega_post_grid_tab.php:139
1131
+ #: includes/widgets/htmega_post_slider.php:143
1132
+ #: includes/widgets/htmega_wc_categories.php:144
1133
+ #: extensions/ht-builder/widgets/bl_post_archive.php:220
1134
+ msgid "Ascending"
1135
+ msgstr ""
1136
+
1137
+ #: includes/widgets/htmega_verticle_time_line.php:109
1138
+ msgid "Aug<br/>2018"
1139
+ msgstr ""
1140
+
1141
+ #: includes/widgets/htmega_booked_calender.php:116
1142
+ msgid "August"
1143
+ msgstr ""
1144
+
1145
+ #: includes/widgets/htmega_job_manager.php:101
1146
+ #: includes/widgets/htmega_post_slider.php:255
1147
+ #: includes/widgets/htmega_singlepost.php:130
1148
+ #: includes/widgets/htmega_twitter_feed.php:688
1149
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:65
1150
+ msgid "Author"
1151
+ msgstr ""
1152
+
1153
+ #: includes/widgets/htmega_twitter_feed.php:754
1154
+ msgid "Author Image Style"
1155
+ msgstr ""
1156
+
1157
+ #: admin/include/admin-setting.php:832 admin/include/admin-setting.php:833
1158
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:39
1159
+ msgid "Author Info"
1160
+ msgstr ""
1161
+
1162
+ #: includes/widgets/htmega_instragram_feed.php:71
1163
+ #: includes/widgets/htmega_notify.php:235
1164
+ msgid "Auto"
1165
+ msgstr ""
1166
+
1167
+ #: includes/widgets/htmega_videoplayer.php:162
1168
+ msgid "Auto Play"
1169
+ msgstr ""
1170
+
1171
+ #: includes/widgets/htmega_newsticker.php:158
1172
+ msgid "Auto Start"
1173
+ msgstr ""
1174
+
1175
+ #: includes/widgets/htmega_carousel.php:281
1176
+ #: includes/widgets/htmega_instagram.php:476
1177
+ #: includes/widgets/htmega_panel_slider.php:341
1178
+ #: includes/widgets/htmega_post_slider.php:461
1179
+ #: includes/widgets/htmega_slider_thumb_gallery.php:271
1180
+ #: includes/widgets/htmega_twitter_feed.php:403
1181
+ msgid "Autoplay animation speed"
1182
+ msgstr ""
1183
+
1184
+ #: includes/widgets/htmega_carousel.php:268
1185
+ #: includes/widgets/htmega_instagram.php:463
1186
+ #: includes/widgets/htmega_panel_slider.php:328
1187
+ #: includes/widgets/htmega_post_slider.php:448
1188
+ #: includes/widgets/htmega_slider_thumb_gallery.php:260
1189
+ #: includes/widgets/htmega_twitter_feed.php:390
1190
+ msgid "Autoplay speed"
1191
+ msgstr ""
1192
+
1193
+ #: includes/widgets/htmega_booked_calender.php:302
1194
+ msgid "Available Date"
1195
+ msgstr ""
1196
+
1197
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:170
1198
+ msgid "Avatar"
1199
+ msgstr ""
1200
+
1201
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:108
1202
+ msgid "Avater Image Position"
1203
+ msgstr ""
1204
+
1205
+ #: includes/widgets/htmega_errorcontent.php:136
1206
+ #: includes/widgets/htmega_errorcontent.php:542
1207
+ msgid "Back Button"
1208
+ msgstr ""
1209
+
1210
+ #: includes/widgets/htmega_errorcontent.php:144
1211
+ #: includes/widgets/htmega_errorcontent.php:145
1212
+ #: includes/widgets/htmega_errorcontent.php:193
1213
+ msgid "Back To Home"
1214
+ msgstr ""
1215
+
1216
+ #: admin/include/templates_list.php:72
1217
+ #: admin/include/templates/library/templates.php:83
1218
+ msgid "Back to Library"
1219
+ msgstr ""
1220
+
1221
+ #: includes/widgets/htmega_accordion.php:492
1222
+ #: includes/widgets/htmega_accordion.php:577
1223
+ #: includes/widgets/htmega_accordion.php:695
1224
+ #: includes/widgets/htmega_accordion.php:746
1225
+ #: includes/widgets/htmega_accordion.php:842
1226
+ #: includes/widgets/htmega_accordion.php:1018
1227
+ #: includes/widgets/htmega_accordion.php:1129
1228
+ #: includes/widgets/htmega_accordion.php:1279
1229
+ #: includes/widgets/htmega_add_banner.php:394
1230
+ #: includes/widgets/htmega_add_banner.php:668
1231
+ #: includes/widgets/htmega_add_banner.php:747
1232
+ #: includes/widgets/htmega_animated_heading.php:203
1233
+ #: includes/widgets/htmega_animated_heading.php:334
1234
+ #: includes/widgets/htmega_animated_heading.php:422
1235
+ #: includes/widgets/htmega_blockquote.php:211
1236
+ #: includes/widgets/htmega_blockquote.php:520
1237
+ #: includes/widgets/htmega_blockquote.php:701
1238
+ #: includes/widgets/htmega_booked_calender.php:256
1239
+ #: includes/widgets/htmega_booked_calender.php:309
1240
+ #: includes/widgets/htmega_booked_calender.php:425
1241
+ #: includes/widgets/htmega_brand.php:178 includes/widgets/htmega_brand.php:203
1242
+ #: includes/widgets/htmega_brand.php:239 includes/widgets/htmega_brand.php:264
1243
+ #: includes/widgets/htmega_buddy_press.php:204
1244
+ #: includes/widgets/htmega_business_hours.php:217
1245
+ #: includes/widgets/htmega_business_hours.php:230
1246
+ #: includes/widgets/htmega_business_hours.php:309
1247
+ #: includes/widgets/htmega_business_hours.php:437
1248
+ #: includes/widgets/htmega_business_hours.php:532
1249
+ #: includes/widgets/htmega_business_hours.php:571
1250
+ #: includes/widgets/htmega_button.php:242
1251
+ #: includes/widgets/htmega_button.php:270
1252
+ #: includes/widgets/htmega_button.php:365
1253
+ #: includes/widgets/htmega_button.php:385
1254
+ #: includes/widgets/htmega_call_to_action.php:358
1255
+ #: includes/widgets/htmega_call_to_action.php:435
1256
+ #: includes/widgets/htmega_call_to_action.php:720
1257
+ #: includes/widgets/htmega_call_to_action.php:857
1258
+ #: includes/widgets/htmega_call_to_action.php:926
1259
+ #: includes/widgets/htmega_call_to_action.php:1063
1260
+ #: includes/widgets/htmega_carousel.php:598
1261
+ #: includes/widgets/htmega_carousel.php:773
1262
+ #: includes/widgets/htmega_carousel.php:863
1263
+ #: includes/widgets/htmega_carousel.php:996
1264
+ #: includes/widgets/htmega_carousel.php:1102
1265
+ #: includes/widgets/htmega_carousel.php:1196
1266
+ #: includes/widgets/htmega_carousel.php:1329
1267
+ #: includes/widgets/htmega_carousel.php:1413
1268
+ #: includes/widgets/htmega_contact_form_seven.php:140
1269
+ #: includes/widgets/htmega_countdown.php:413
1270
+ #: includes/widgets/htmega_countdown.php:438
1271
+ #: includes/widgets/htmega_countdown.php:463
1272
+ #: includes/widgets/htmega_countdown.php:488
1273
+ #: includes/widgets/htmega_countdown.php:513
1274
+ #: includes/widgets/htmega_countdown.php:783
1275
+ #: includes/widgets/htmega_countdown.php:869
1276
+ #: includes/widgets/htmega_countdown.php:953
1277
+ #: includes/widgets/htmega_counter.php:202
1278
+ #: includes/widgets/htmega_counter.php:478
1279
+ #: includes/widgets/htmega_counter.php:603
1280
+ #: includes/widgets/htmega_counter.php:869
1281
+ #: includes/widgets/htmega_counter.php:959
1282
+ #: includes/widgets/htmega_counter.php:1048
1283
+ #: includes/widgets/htmega_data_table.php:162
1284
+ #: includes/widgets/htmega_data_table.php:423
1285
+ #: includes/widgets/htmega_data_table.php:499
1286
+ #: includes/widgets/htmega_data_table.php:585
1287
+ #: includes/widgets/htmega_data_table.php:878
1288
+ #: includes/widgets/htmega_data_table.php:957
1289
+ #: includes/widgets/htmega_double_button.php:508
1290
+ #: includes/widgets/htmega_double_button.php:595
1291
+ #: includes/widgets/htmega_double_button.php:681
1292
+ #: includes/widgets/htmega_double_button.php:767
1293
+ #: includes/widgets/htmega_double_button.php:864
1294
+ #: includes/widgets/htmega_dropcaps.php:131
1295
+ #: includes/widgets/htmega_dropcaps.php:230
1296
+ #: includes/widgets/htmega_easy_digital_download.php:553
1297
+ #: includes/widgets/htmega_easy_digital_download.php:632
1298
+ #: includes/widgets/htmega_errorcontent.php:570
1299
+ #: includes/widgets/htmega_errorcontent.php:656
1300
+ #: includes/widgets/htmega_errorcontent.php:721
1301
+ #: includes/widgets/htmega_errorcontent.php:807
1302
+ #: includes/widgets/htmega_googlemap.php:306
1303
+ #: includes/widgets/htmega_googlemap.php:391
1304
+ #: includes/widgets/htmega_googlemap.php:447
1305
+ #: includes/widgets/htmega_gravity_forms.php:259
1306
+ #: includes/widgets/htmega_imagemarker.php:52
1307
+ #: includes/widgets/htmega_imagemarker.php:654
1308
+ #: includes/widgets/htmega_imagemarker.php:733
1309
+ #: includes/widgets/htmega_image_comparison.php:102
1310
+ #: includes/widgets/htmega_image_comparison.php:284
1311
+ #: includes/widgets/htmega_image_comparison.php:365
1312
+ #: includes/widgets/htmega_image_comparison.php:454
1313
+ #: includes/widgets/htmega_image_comparison.php:520
1314
+ #: includes/widgets/htmega_image_comparison.php:540
1315
+ #: includes/widgets/htmega_image_grid.php:323
1316
+ #: includes/widgets/htmega_image_grid.php:482
1317
+ #: includes/widgets/htmega_image_grid.php:554
1318
+ #: includes/widgets/htmega_image_masonry.php:298
1319
+ #: includes/widgets/htmega_image_masonry.php:468
1320
+ #: includes/widgets/htmega_image_masonry.php:549
1321
+ #: includes/widgets/htmega_inlinemenu.php:166
1322
+ #: includes/widgets/htmega_inlinemenu.php:265
1323
+ #: includes/widgets/htmega_inlinemenu.php:428
1324
+ #: includes/widgets/htmega_instagram.php:625
1325
+ #: includes/widgets/htmega_instagram.php:671
1326
+ #: includes/widgets/htmega_instagram.php:814
1327
+ #: includes/widgets/htmega_instagram.php:974
1328
+ #: includes/widgets/htmega_instagram.php:1093
1329
+ #: includes/widgets/htmega_instagram.php:1153
1330
+ #: includes/widgets/htmega_instagram.php:1247
1331
+ #: includes/widgets/htmega_instagram.php:1313
1332
+ #: includes/widgets/htmega_instagram.php:1410
1333
+ #: includes/widgets/htmega_lightbox.php:354
1334
+ #: includes/widgets/htmega_mailchimp_wp.php:116
1335
+ #: includes/widgets/htmega_modal.php:249 includes/widgets/htmega_modal.php:455
1336
+ #: includes/widgets/htmega_modal.php:516 includes/widgets/htmega_modal.php:613
1337
+ #: includes/widgets/htmega_modal.php:701 includes/widgets/htmega_modal.php:776
1338
+ #: includes/widgets/htmega_modal.php:868 includes/widgets/htmega_modal.php:946
1339
+ #: includes/widgets/htmega_newsticker.php:355
1340
+ #: includes/widgets/htmega_newsticker.php:514
1341
+ #: includes/widgets/htmega_newsticker.php:643
1342
+ #: includes/widgets/htmega_newsticker.php:750
1343
+ #: includes/widgets/htmega_newsticker.php:874
1344
+ #: includes/widgets/htmega_newsticker.php:931
1345
+ #: includes/widgets/htmega_ninja_form.php:344
1346
+ #: includes/widgets/htmega_notify.php:370
1347
+ #: includes/widgets/htmega_notify.php:437
1348
+ #: includes/widgets/htmega_notify.php:522
1349
+ #: includes/widgets/htmega_notify.php:671
1350
+ #: includes/widgets/htmega_offcanvas.php:362
1351
+ #: includes/widgets/htmega_offcanvas.php:474
1352
+ #: includes/widgets/htmega_offcanvas.php:505
1353
+ #: includes/widgets/htmega_panel_slider.php:540
1354
+ #: includes/widgets/htmega_panel_slider.php:599
1355
+ #: includes/widgets/htmega_panel_slider.php:800
1356
+ #: includes/widgets/htmega_panel_slider.php:989
1357
+ #: includes/widgets/htmega_panel_slider.php:1109
1358
+ #: includes/widgets/htmega_panel_slider.php:1160
1359
+ #: includes/widgets/htmega_popover.php:395
1360
+ #: includes/widgets/htmega_popover.php:473
1361
+ #: includes/widgets/htmega_popover.php:542
1362
+ #: includes/widgets/htmega_popover.php:628
1363
+ #: includes/widgets/htmega_popover.php:732
1364
+ #: includes/widgets/htmega_postgrid.php:227
1365
+ #: includes/widgets/htmega_postgrid.php:714
1366
+ #: includes/widgets/htmega_post_grid_tab.php:268
1367
+ #: includes/widgets/htmega_post_grid_tab.php:344
1368
+ #: includes/widgets/htmega_post_grid_tab.php:677
1369
+ #: includes/widgets/htmega_post_grid_tab.php:707
1370
+ #: includes/widgets/htmega_post_grid_tab.php:897
1371
+ #: includes/widgets/htmega_post_grid_tab.php:947
1372
+ #: includes/widgets/htmega_post_grid_tab.php:1012
1373
+ #: includes/widgets/htmega_post_grid_tab.php:1070
1374
+ #: includes/widgets/htmega_post_grid_tab.php:1101
1375
+ #: includes/widgets/htmega_post_slider.php:657
1376
+ #: includes/widgets/htmega_post_slider.php:694
1377
+ #: includes/widgets/htmega_post_slider.php:717
1378
+ #: includes/widgets/htmega_post_slider.php:1111
1379
+ #: includes/widgets/htmega_post_slider.php:1141
1380
+ #: includes/widgets/htmega_post_slider.php:1324
1381
+ #: includes/widgets/htmega_post_slider.php:1374
1382
+ #: includes/widgets/htmega_post_slider.php:1584
1383
+ #: includes/widgets/htmega_post_slider.php:1704
1384
+ #: includes/widgets/htmega_post_slider.php:1817
1385
+ #: includes/widgets/htmega_post_slider.php:1868
1386
+ #: includes/widgets/htmega_post_slider.php:1969
1387
+ #: includes/widgets/htmega_post_slider.php:2017
1388
+ #: includes/widgets/htmega_progress_bar.php:487
1389
+ #: includes/widgets/htmega_progress_bar.php:668
1390
+ #: includes/widgets/htmega_quforms.php:110
1391
+ #: includes/widgets/htmega_quforms.php:230
1392
+ #: includes/widgets/htmega_scroll_image.php:174
1393
+ #: includes/widgets/htmega_scroll_image.php:317
1394
+ #: includes/widgets/htmega_scroll_navigation.php:309
1395
+ #: includes/widgets/htmega_scroll_navigation.php:403
1396
+ #: includes/widgets/htmega_search.php:262
1397
+ #: includes/widgets/htmega_search.php:407
1398
+ #: includes/widgets/htmega_search.php:494
1399
+ #: includes/widgets/htmega_search.php:624
1400
+ #: includes/widgets/htmega_search.php:748
1401
+ #: includes/widgets/htmega_search.php:922
1402
+ #: includes/widgets/htmega_search.php:969
1403
+ #: includes/widgets/htmega_section_title.php:378
1404
+ #: includes/widgets/htmega_section_title.php:635
1405
+ #: includes/widgets/htmega_section_title.php:866
1406
+ #: includes/widgets/htmega_section_title.php:1016
1407
+ #: includes/widgets/htmega_service.php:210
1408
+ #: includes/widgets/htmega_service.php:278
1409
+ #: includes/widgets/htmega_service.php:330
1410
+ #: includes/widgets/htmega_service.php:686
1411
+ #: includes/widgets/htmega_service.php:768
1412
+ #: includes/widgets/htmega_service.php:813
1413
+ #: includes/widgets/htmega_service.php:948
1414
+ #: includes/widgets/htmega_service.php:1076
1415
+ #: includes/widgets/htmega_service.php:1128
1416
+ #: includes/widgets/htmega_singlepost.php:305
1417
+ #: includes/widgets/htmega_singlepost.php:483
1418
+ #: includes/widgets/htmega_slider_thumb_gallery.php:790
1419
+ #: includes/widgets/htmega_slider_thumb_gallery.php:865
1420
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1010
1421
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1082
1422
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1176
1423
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1293
1424
+ #: includes/widgets/htmega_socialshere.php:131
1425
+ #: includes/widgets/htmega_socialshere.php:241
1426
+ #: includes/widgets/htmega_socialshere.php:292
1427
+ #: includes/widgets/htmega_socialshere.php:591
1428
+ #: includes/widgets/htmega_socialshere.php:702
1429
+ #: includes/widgets/htmega_socialshere.php:733
1430
+ #: includes/widgets/htmega_special_day_banner.php:322
1431
+ #: includes/widgets/htmega_special_day_banner.php:691
1432
+ #: includes/widgets/htmega_special_day_banner.php:770
1433
+ #: includes/widgets/htmega_switcher.php:284
1434
+ #: includes/widgets/htmega_switcher.php:416
1435
+ #: includes/widgets/htmega_switcher.php:491
1436
+ #: includes/widgets/htmega_switcher.php:603
1437
+ #: includes/widgets/htmega_tablepress.php:151
1438
+ #: includes/widgets/htmega_tablepress.php:270
1439
+ #: includes/widgets/htmega_tablepress.php:314
1440
+ #: includes/widgets/htmega_tabs.php:147 includes/widgets/htmega_tabs.php:168
1441
+ #: includes/widgets/htmega_tabs.php:306 includes/widgets/htmega_tabs.php:559
1442
+ #: includes/widgets/htmega_tabs.php:636 includes/widgets/htmega_tabs.php:722
1443
+ #: includes/widgets/htmega_tabs.php:816 includes/widgets/htmega_tabs.php:882
1444
+ #: includes/widgets/htmega_teammember.php:386
1445
+ #: includes/widgets/htmega_teammember.php:487
1446
+ #: includes/widgets/htmega_teammember.php:523
1447
+ #: includes/widgets/htmega_teammember.php:546
1448
+ #: includes/widgets/htmega_testimonial_grid.php:298
1449
+ #: includes/widgets/htmega_testimonial_grid.php:343
1450
+ #: includes/widgets/htmega_testimonial_grid.php:644
1451
+ #: includes/widgets/htmega_toggle.php:311
1452
+ #: includes/widgets/htmega_toggle.php:363
1453
+ #: includes/widgets/htmega_tooltip.php:372
1454
+ #: includes/widgets/htmega_tooltip.php:450
1455
+ #: includes/widgets/htmega_tooltip.php:525
1456
+ #: includes/widgets/htmega_twitter_feed.php:552
1457
+ #: includes/widgets/htmega_twitter_feed.php:1117
1458
+ #: includes/widgets/htmega_twitter_feed.php:1254
1459
+ #: includes/widgets/htmega_twitter_feed.php:1314
1460
+ #: includes/widgets/htmega_twitter_feed.php:1443
1461
+ #: includes/widgets/htmega_user_login_form.php:558
1462
+ #: includes/widgets/htmega_user_login_form.php:852
1463
+ #: includes/widgets/htmega_user_login_form.php:1124
1464
+ #: includes/widgets/htmega_user_login_form.php:1243
1465
+ #: includes/widgets/htmega_user_login_form.php:1322
1466
+ #: includes/widgets/htmega_user_login_form.php:1427
1467
+ #: includes/widgets/htmega_user_login_form.php:1492
1468
+ #: includes/widgets/htmega_verticle_time_line.php:403
1469
+ #: includes/widgets/htmega_verticle_time_line.php:444
1470
+ #: includes/widgets/htmega_verticle_time_line.php:484
1471
+ #: includes/widgets/htmega_verticle_time_line.php:613
1472
+ #: includes/widgets/htmega_videoplayer.php:242
1473
+ #: includes/widgets/htmega_videoplayer.php:357
1474
+ #: includes/widgets/htmega_videoplayer.php:494
1475
+ #: includes/widgets/htmega_wc_categories.php:184
1476
+ #: includes/widgets/htmega_wc_categories.php:246
1477
+ #: includes/widgets/htmega_wc_categories.php:321
1478
+ #: includes/widgets/htmega_wc_categories.php:423
1479
+ #: includes/widgets/htmega_wc_element_pages.php:1735
1480
+ #: includes/widgets/htmega_wc_element_pages.php:1812
1481
+ #: includes/widgets/htmega_weather.php:297
1482
+ #: includes/widgets/htmega_working_process.php:200
1483
+ #: includes/widgets/htmega_working_process.php:378
1484
+ #: includes/widgets/htmega_working_process.php:392
1485
+ #: includes/widgets/htmega_working_process.php:587
1486
+ #: includes/widgets/htmega_working_process.php:802
1487
+ #: includes/widgets/htmega_working_process.php:1004
1488
+ #: includes/widgets/htmega_working_process.php:1083
1489
+ #: includes/widgets/htmega_wpforms.php:337
1490
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:162
1491
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:247
1492
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:300
1493
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:353
1494
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:395
1495
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:448
1496
+ #: extensions/ht-menu/menu/templates.php:143
1497
+ msgid "Background"
1498
+ msgstr ""
1499
+
1500
+ #: includes/widgets/htmega_booked_calender.php:675
1501
+ #: includes/widgets/htmega_business_hours.php:144
1502
+ #: includes/widgets/htmega_caldera_form.php:227
1503
+ #: includes/widgets/htmega_caldera_form.php:387
1504
+ #: includes/widgets/htmega_caldera_form.php:465
1505
+ #: includes/widgets/htmega_caldera_form.php:574
1506
+ #: includes/widgets/htmega_caldera_form.php:646
1507
+ #: includes/widgets/htmega_caldera_form.php:685
1508
+ #: includes/widgets/htmega_caldera_form.php:724
1509
+ #: includes/widgets/htmega_carousel.php:445
1510
+ #: includes/widgets/htmega_contact_form_seven.php:221
1511
+ #: includes/widgets/htmega_contact_form_seven.php:372
1512
+ #: includes/widgets/htmega_contact_form_seven.php:482
1513
+ #: includes/widgets/htmega_contact_form_seven.php:588
1514
+ #: includes/widgets/htmega_contact_form_seven.php:651
1515
+ #: includes/widgets/htmega_contact_form_seven.php:835
1516
+ #: includes/widgets/htmega_contact_form_seven.php:923
1517
+ #: includes/widgets/htmega_custom_event.php:342
1518
+ #: includes/widgets/htmega_gravity_forms.php:404
1519
+ #: includes/widgets/htmega_gravity_forms.php:574
1520
+ #: includes/widgets/htmega_gravity_forms.php:706
1521
+ #: includes/widgets/htmega_gravity_forms.php:816
1522
+ #: includes/widgets/htmega_mailchimp_wp.php:195
1523
+ #: includes/widgets/htmega_mailchimp_wp.php:383
1524
+ #: includes/widgets/htmega_mailchimp_wp.php:471
1525
+ #: includes/widgets/htmega_ninja_form.php:490
1526
+ #: includes/widgets/htmega_ninja_form.php:640
1527
+ #: includes/widgets/htmega_ninja_form.php:712
1528
+ #: includes/widgets/htmega_ninja_form.php:859
1529
+ #: includes/widgets/htmega_ninja_form.php:965
1530
+ #: includes/widgets/htmega_ninja_form.php:1075
1531
+ #: includes/widgets/htmega_pricing_list_view.php:337
1532
+ #: includes/widgets/htmega_pricing_list_view.php:707
1533
+ #: includes/widgets/htmega_pricing_list_view.php:966
1534
+ #: includes/widgets/htmega_pricing_list_view.php:1228
1535
+ #: includes/widgets/htmega_pricing_list_view.php:1298
1536
+ #: includes/widgets/htmega_pricing_list_view.php:1468
1537
+ #: includes/widgets/htmega_pricing_list_view.php:1574
1538
+ #: includes/widgets/htmega_pricing_list_view.php:1651
1539
+ #: includes/widgets/htmega_pricing_list_view.php:1732
1540
+ #: includes/widgets/htmega_pricing_list_view.php:1809
1541
+ #: includes/widgets/htmega_quforms.php:351
1542
+ #: includes/widgets/htmega_quforms.php:476
1543
+ #: includes/widgets/htmega_quforms.php:571
1544
+ #: includes/widgets/htmega_quforms.php:693
1545
+ #: includes/widgets/htmega_quforms.php:849
1546
+ #: includes/widgets/htmega_quforms.php:936
1547
+ #: includes/widgets/htmega_quforms.php:1004
1548
+ #: includes/widgets/htmega_quforms.php:1043
1549
+ #: includes/widgets/htmega_verticle_time_line.php:219
1550
+ #: includes/widgets/htmega_verticle_time_line.php:296
1551
+ #: includes/widgets/htmega_wc_element_pages.php:108
1552
+ #: includes/widgets/htmega_wc_element_pages.php:143
1553
+ #: includes/widgets/htmega_wc_element_pages.php:224
1554
+ #: includes/widgets/htmega_wc_element_pages.php:309
1555
+ #: includes/widgets/htmega_wc_element_pages.php:415
1556
+ #: includes/widgets/htmega_wc_element_pages.php:489
1557
+ #: includes/widgets/htmega_wc_element_pages.php:566
1558
+ #: includes/widgets/htmega_wc_element_pages.php:587
1559
+ #: includes/widgets/htmega_wc_element_pages.php:725
1560
+ #: includes/widgets/htmega_wc_element_pages.php:850
1561
+ #: includes/widgets/htmega_wc_element_pages.php:910
1562
+ #: includes/widgets/htmega_wc_element_pages.php:964
1563
+ #: includes/widgets/htmega_wc_element_pages.php:1040
1564
+ #: includes/widgets/htmega_wc_element_pages.php:1181
1565
+ #: includes/widgets/htmega_wc_element_pages.php:1222
1566
+ #: includes/widgets/htmega_wc_element_pages.php:1253
1567
+ #: includes/widgets/htmega_wc_element_pages.php:1288
1568
+ #: includes/widgets/htmega_wc_element_pages.php:1369
1569
+ #: includes/widgets/htmega_wc_element_pages.php:1407
1570
+ #: includes/widgets/htmega_wc_element_pages.php:1542
1571
+ #: includes/widgets/htmega_wc_element_pages.php:1630
1572
+ #: includes/widgets/htmega_wpforms.php:493
1573
+ #: includes/widgets/htmega_wpforms.php:643
1574
+ #: includes/widgets/htmega_wpforms.php:715
1575
+ #: includes/widgets/htmega_wpforms.php:861
1576
+ #: includes/widgets/htmega_wpforms.php:992
1577
+ #: includes/widgets/htmega_wpforms.php:1102
1578
+ #: extensions/ht-builder/widgets/bl_post_comments.php:109
1579
+ #: extensions/ht-builder/widgets/bl_post_comments.php:159
1580
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:195
1581
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:269
1582
+ #: extensions/ht-menu/menu/templates.php:179
1583
+ #: extensions/wc-sales-notification/admin/setting.php:188
1584
+ msgid "Background Color"
1585
+ msgstr ""
1586
+
1587
+ #: includes/widgets/htmega_pricing_list_view.php:1377
1588
+ msgid "Background Color ( Even )"
1589
+ msgstr ""
1590
+
1591
+ #: includes/widgets/htmega_data_table.php:677
1592
+ msgid "Background Color ( Event )"
1593
+ msgstr ""
1594
+
1595
+ #: includes/widgets/htmega_data_table.php:689
1596
+ #: includes/widgets/htmega_pricing_list_view.php:1389
1597
+ msgid "Background Color ( Odd )"
1598
+ msgstr ""
1599
+
1600
+ #: admin/include/admin-setting.php:1259 admin/include/admin-setting.php:1284
1601
+ msgid "Background color option"
1602
+ msgstr ""
1603
+
1604
+ #: includes/widgets/htmega_counter.php:211
1605
+ #: includes/widgets/htmega_weather.php:218
1606
+ msgid "Background Overlay"
1607
+ msgstr ""
1608
+
1609
+ #: extensions/ht-menu/menu/templates.php:185
1610
+ msgid "Background Second Color"
1611
+ msgstr ""
1612
+
1613
+ #: includes/widgets/htmega_dropcaps.php:195
1614
+ msgid "Backround Image as Text Color"
1615
+ msgstr ""
1616
+
1617
+ #: includes/widgets/htmega_scroll_image.php:241
1618
+ msgid "Badge"
1619
+ msgstr ""
1620
+
1621
+ #: includes/widgets/htmega_special_day_banner.php:157
1622
+ msgid "Badge Image"
1623
+ msgstr ""
1624
+
1625
+ #: includes/widgets/htmega_scroll_image.php:132
1626
+ #: includes/widgets/htmega_scroll_image.php:136
1627
+ msgid "Badge Text"
1628
+ msgstr ""
1629
+
1630
+ #: extensions/ht-menu/menu/templates.php:50
1631
+ msgid "Badges"
1632
+ msgstr ""
1633
+
1634
+ #: includes/widgets/htmega_socialshere.php:85
1635
+ msgid "Baidu"
1636
+ msgstr ""
1637
+
1638
+ #: includes/widgets/htmega_googlemap.php:103
1639
+ msgid "Bangladesh"
1640
+ msgstr ""
1641
+
1642
+ #: includes/widgets/htmega_add_banner.php:34
1643
+ #: includes/widgets/htmega_special_day_banner.php:35
1644
+ msgid "Banner"
1645
+ msgstr ""
1646
+
1647
+ #: includes/widgets/htmega_special_day_banner.php:147
1648
+ msgid "Banner Badge"
1649
+ msgstr ""
1650
+
1651
+ #: includes/widgets/htmega_add_banner.php:112
1652
+ #: includes/widgets/htmega_special_day_banner.php:98
1653
+ msgid "Banner Description"
1654
+ msgstr ""
1655
+
1656
+ #: includes/widgets/htmega_special_day_banner.php:313
1657
+ msgid "Banner Hover Color"
1658
+ msgstr ""
1659
+
1660
+ #: includes/widgets/htmega_add_banner.php:119
1661
+ #: includes/widgets/htmega_special_day_banner.php:123
1662
+ msgid "Banner Link"
1663
+ msgstr ""
1664
+
1665
+ #: includes/widgets/htmega_add_banner.php:103
1666
+ #: includes/widgets/htmega_special_day_banner.php:89
1667
+ msgid "Banner Sub Title"
1668
+ msgstr ""
1669
+
1670
+ #: includes/widgets/htmega_add_banner.php:94
1671
+ #: includes/widgets/htmega_special_day_banner.php:80
1672
+ msgid "Banner Title"
1673
+ msgstr ""
1674
+
1675
+ #: includes/widgets/htmega_pricing_list_view.php:1159
1676
+ msgid "Baseline"
1677
+ msgstr ""
1678
+
1679
+ #: includes/widgets/htmega_bbpress.php:13
1680
+ #: includes/widgets/htmega_bbpress.php:43
1681
+ msgid "Bbpress"
1682
+ msgstr ""
1683
+
1684
+ #: admin/include/admin-setting.php:919
1685
+ msgid "bbPress"
1686
+ msgstr ""
1687
+
1688
+ #: includes/widgets/htmega_section_title.php:710
1689
+ #: includes/widgets/htmega_section_title.php:875
1690
+ msgid "Befor, After Border"
1691
+ msgstr ""
1692
+
1693
+ #: includes/widgets/htmega_blockquote.php:404
1694
+ #: includes/widgets/htmega_image_comparison.php:156
1695
+ msgid "Before"
1696
+ msgstr ""
1697
+
1698
+ #: includes/widgets/htmega_section_title.php:447
1699
+ msgid "Before And After Border Color"
1700
+ msgstr ""
1701
+
1702
+ #: includes/widgets/htmega_inlinemenu.php:296
1703
+ #: includes/widgets/htmega_inlinemenu.php:458
1704
+ msgid "Before Background"
1705
+ msgstr ""
1706
+
1707
+ #: includes/widgets/htmega_inlinemenu.php:382
1708
+ #: includes/widgets/htmega_inlinemenu.php:544
1709
+ msgid "Before Border Botton Position"
1710
+ msgstr ""
1711
+
1712
+ #: includes/widgets/htmega_inlinemenu.php:337
1713
+ #: includes/widgets/htmega_inlinemenu.php:499
1714
+ msgid "Before Border Size"
1715
+ msgstr ""
1716
+
1717
+ #: includes/widgets/htmega_inlinemenu.php:359
1718
+ #: includes/widgets/htmega_inlinemenu.php:521
1719
+ msgid "Before Border Top Position"
1720
+ msgstr ""
1721
+
1722
+ #: includes/widgets/htmega_image_comparison.php:50
1723
+ msgid "Before Image"
1724
+ msgstr ""
1725
+
1726
+ #: includes/widgets/htmega_pricing_list_view.php:89
1727
+ msgid "Before Price Label"
1728
+ msgstr ""
1729
+
1730
+ #: includes/widgets/htmega_pricing_list_view.php:1542
1731
+ msgid "Before Price Style"
1732
+ msgstr ""
1733
+
1734
+ #: includes/widgets/htmega_image_comparison.php:172
1735
+ msgid "Before Start Amount"
1736
+ msgstr ""
1737
+
1738
+ #: includes/widgets/htmega_animated_heading.php:151
1739
+ msgid "Before Text Style"
1740
+ msgstr ""
1741
+
1742
+ #: includes/widgets/htmega_image_comparison.php:154
1743
+ #: includes/widgets/htmega_image_comparison.php:228
1744
+ msgid "Before Title"
1745
+ msgstr ""
1746
+
1747
+ #: includes/widgets/htmega_inlinemenu.php:311
1748
+ #: includes/widgets/htmega_inlinemenu.php:473
1749
+ msgid "Before/After Border"
1750
+ msgstr ""
1751
+
1752
+ #: includes/widgets/htmega_user_login_form.php:300
1753
+ msgid "Before/Top Login Button"
1754
+ msgstr ""
1755
+
1756
+ #: includes/widgets/htmega_teammember.php:175
1757
+ msgid "Bio Info"
1758
+ msgstr ""
1759
+
1760
+ #: includes/widgets/htmega_teammember.php:864
1761
+ msgid "Bio info"
1762
+ msgstr ""
1763
+
1764
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:256
1765
+ msgid "Biography"
1766
+ msgstr ""
1767
+
1768
+ #: extensions/ht-builder/widgets/bl_post_archive.php:23
1769
+ msgid "BL: Archive Posts"
1770
+ msgstr ""
1771
+
1772
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:22
1773
+ msgid "BL: Archive Title"
1774
+ msgstr ""
1775
+
1776
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:22
1777
+ msgid "BL: Author Info"
1778
+ msgstr ""
1779
+
1780
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:23
1781
+ msgid "BL: Nav Menu"
1782
+ msgstr ""
1783
+
1784
+ #: extensions/ht-builder/widgets/bl_page_title.php:22
1785
+ msgid "BL: Page Title"
1786
+ msgstr ""
1787
+
1788
+ #: extensions/ht-builder/widgets/bl_post_comments.php:23
1789
+ msgid "BL: Post Comments"
1790
+ msgstr ""
1791
+
1792
+ #: extensions/ht-builder/widgets/bl_post_content.php:22
1793
+ msgid "BL: Post Content"
1794
+ msgstr ""
1795
+
1796
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:22
1797
+ msgid "BL: Post Excerpt"
1798
+ msgstr ""
1799
+
1800
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:23
1801
+ msgid "BL: Post Featured Image"
1802
+ msgstr ""
1803
+
1804
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:23
1805
+ msgid "BL: Post Meta Info"
1806
+ msgstr ""
1807
+
1808
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:22
1809
+ msgid "BL: Post Search Form"
1810
+ msgstr ""
1811
+
1812
+ #: extensions/ht-builder/widgets/bl_post_title.php:23
1813
+ msgid "BL: Post Title"
1814
+ msgstr ""
1815
+
1816
+ #: extensions/ht-builder/widgets/bl_site_logo.php:24
1817
+ msgid "BL: Site Logo"
1818
+ msgstr ""
1819
+
1820
+ #: extensions/ht-builder/widgets/bl_site_title.php:22
1821
+ msgid "BL: Site Title"
1822
+ msgstr ""
1823
+
1824
+ #: includes/widgets/htmega_section_title.php:616
1825
+ #: includes/widgets/htmega_section_title.php:847
1826
+ msgid "Block"
1827
+ msgstr ""
1828
+
1829
+ #: includes/widgets_control.php:108 admin/include/admin-setting.php:151
1830
+ #: includes/widgets/htmega_blockquote.php:13
1831
+ #: includes/widgets/htmega_blockquote.php:34
1832
+ msgid "Blockquote"
1833
+ msgstr ""
1834
+
1835
+ #: includes/widgets/htmega_blockquote.php:79
1836
+ msgid "Blockquote By"
1837
+ msgstr ""
1838
+
1839
+ #: includes/widgets/htmega_blockquote.php:69
1840
+ msgid "Blockquote Content"
1841
+ msgstr ""
1842
+
1843
+ #: includes/widgets/htmega_blockquote.php:149
1844
+ msgid "Blockquote Position"
1845
+ msgstr ""
1846
+
1847
+ #: includes/widgets/htmega_blockquote.php:89
1848
+ msgid "Blockquote Type"
1849
+ msgstr ""
1850
+
1851
+ #: admin/include/templates_list.php:34
1852
+ msgid "Blocks"
1853
+ msgstr ""
1854
+
1855
+ #: admin/include/admin-setting.php:1250 admin/include/admin-setting.php:1275
1856
+ msgid "Blog Archive Category Wise Individual layout"
1857
+ msgstr ""
1858
+
1859
+ #: admin/include/admin-setting.php:1251 admin/include/admin-setting.php:1276
1860
+ msgid "Blog Archive Tag Wise Individual layout"
1861
+ msgstr ""
1862
+
1863
+ #: admin/include/admin-setting.php:1247 admin/include/admin-setting.php:1272
1864
+ msgid "Blog Search Page Builder"
1865
+ msgstr ""
1866
+
1867
+ #: extensions/ht-builder/admin/setting.php:73
1868
+ msgid "Blog Template."
1869
+ msgstr ""
1870
+
1871
+ #: extensions/ht-builder/widgets/bl_post_title.php:136
1872
+ msgid "Blog Title"
1873
+ msgstr ""
1874
+
1875
+ #: includes/widgets/htmega_socialshere.php:72
1876
+ msgid "Blogger"
1877
+ msgstr ""
1878
+
1879
+ #: includes/widgets/htmega_booked_calender.php:246
1880
+ #: includes/widgets/htmega_notify.php:100
1881
+ #: includes/widgets/htmega_tablepress.php:242
1882
+ msgid "Body"
1883
+ msgstr ""
1884
+
1885
+ #: includes/widgets/htmega_booked_calender.php:13
1886
+ msgid "Booked Calendar"
1887
+ msgstr ""
1888
+
1889
+ #: admin/include/admin-setting.php:929
1890
+ #: includes/widgets/htmega_booked_calender.php:43
1891
+ msgid "Booked Calender"
1892
+ msgstr ""
1893
+
1894
+ #: includes/widgets/htmega_notify.php:231
1895
+ msgid "Bootstrap Column Width"
1896
+ msgstr ""
1897
+
1898
+ #: includes/widgets/htmega_accordion.php:515
1899
+ #: includes/widgets/htmega_accordion.php:599
1900
+ #: includes/widgets/htmega_accordion.php:769
1901
+ #: includes/widgets/htmega_accordion.php:867
1902
+ #: includes/widgets/htmega_accordion.php:1041
1903
+ #: includes/widgets/htmega_accordion.php:1152
1904
+ #: includes/widgets/htmega_accordion.php:1289
1905
+ #: includes/widgets/htmega_add_banner.php:188
1906
+ #: includes/widgets/htmega_add_banner.php:216
1907
+ #: includes/widgets/htmega_add_banner.php:276
1908
+ #: includes/widgets/htmega_add_banner.php:330
1909
+ #: includes/widgets/htmega_add_banner.php:648
1910
+ #: includes/widgets/htmega_add_banner.php:727
1911
+ #: includes/widgets/htmega_animated_heading.php:183
1912
+ #: includes/widgets/htmega_animated_heading.php:314
1913
+ #: includes/widgets/htmega_animated_heading.php:402
1914
+ #: includes/widgets/htmega_blockquote.php:247
1915
+ #: includes/widgets/htmega_blockquote.php:381
1916
+ #: includes/widgets/htmega_blockquote.php:556
1917
+ #: includes/widgets/htmega_blockquote.php:736
1918
+ #: includes/widgets/htmega_brand.php:343 includes/widgets/htmega_brand.php:355
1919
+ #: includes/widgets/htmega_buddy_press.php:184
1920
+ #: includes/widgets/htmega_business_hours.php:269
1921
+ #: includes/widgets/htmega_business_hours.php:345
1922
+ #: includes/widgets/htmega_business_hours.php:473
1923
+ #: includes/widgets/htmega_button.php:222
1924
+ #: includes/widgets/htmega_button.php:345
1925
+ #: includes/widgets/htmega_button.php:549
1926
+ #: includes/widgets/htmega_caldera_form.php:310
1927
+ #: includes/widgets/htmega_caldera_form.php:399
1928
+ #: includes/widgets/htmega_caldera_form.php:486
1929
+ #: includes/widgets/htmega_call_to_action.php:401
1930
+ #: includes/widgets/htmega_call_to_action.php:478
1931
+ #: includes/widgets/htmega_call_to_action.php:757
1932
+ #: includes/widgets/htmega_call_to_action.php:837
1933
+ #: includes/widgets/htmega_call_to_action.php:963
1934
+ #: includes/widgets/htmega_call_to_action.php:1043
1935
+ #: includes/widgets/htmega_carousel.php:512
1936
+ #: includes/widgets/htmega_carousel.php:608
1937
+ #: includes/widgets/htmega_carousel.php:783
1938
+ #: includes/widgets/htmega_carousel.php:873
1939
+ #: includes/widgets/htmega_carousel.php:1006
1940
+ #: includes/widgets/htmega_carousel.php:1112
1941
+ #: includes/widgets/htmega_carousel.php:1206
1942
+ #: includes/widgets/htmega_carousel.php:1339
1943
+ #: includes/widgets/htmega_carousel.php:1423
1944
+ #: includes/widgets/htmega_contact_form_seven.php:292
1945
+ #: includes/widgets/htmega_contact_form_seven.php:406
1946
+ #: includes/widgets/htmega_contact_form_seven.php:526
1947
+ #: includes/widgets/htmega_contact_form_seven.php:611
1948
+ #: includes/widgets/htmega_contact_form_seven.php:682
1949
+ #: includes/widgets/htmega_contact_form_seven.php:873
1950
+ #: includes/widgets/htmega_contact_form_seven.php:935
1951
+ #: includes/widgets/htmega_contact_form_seven.php:975
1952
+ #: includes/widgets/htmega_contact_form_seven.php:1009
1953
+ #: includes/widgets/htmega_countdown.php:535
1954
+ #: includes/widgets/htmega_countdown.php:547
1955
+ #: includes/widgets/htmega_countdown.php:796
1956
+ #: includes/widgets/htmega_countdown.php:963
1957
+ #: includes/widgets/htmega_countdown.php:1073
1958
+ #: includes/widgets/htmega_countdown.php:1158
1959
+ #: includes/widgets/htmega_counter.php:253
1960
+ #: includes/widgets/htmega_counter.php:515
1961
+ #: includes/widgets/htmega_counter.php:638
1962
+ #: includes/widgets/htmega_counter.php:906
1963
+ #: includes/widgets/htmega_counter.php:994
1964
+ #: includes/widgets/htmega_counter.php:1084
1965
+ #: includes/widgets/htmega_custom_event.php:419
1966
+ #: includes/widgets/htmega_custom_event.php:461
1967
+ #: includes/widgets/htmega_data_table.php:172
1968
+ #: includes/widgets/htmega_data_table.php:436
1969
+ #: includes/widgets/htmega_data_table.php:534
1970
+ #: includes/widgets/htmega_data_table.php:616
1971
+ #: includes/widgets/htmega_data_table.php:735
1972
+ #: includes/widgets/htmega_data_table.php:839
1973
+ #: includes/widgets/htmega_data_table.php:891
1974
+ #: includes/widgets/htmega_data_table.php:970
1975
+ #: includes/widgets/htmega_double_button.php:392
1976
+ #: includes/widgets/htmega_double_button.php:422
1977
+ #: includes/widgets/htmega_double_button.php:488
1978
+ #: includes/widgets/htmega_double_button.php:575
1979
+ #: includes/widgets/htmega_double_button.php:661
1980
+ #: includes/widgets/htmega_double_button.php:747
1981
+ #: includes/widgets/htmega_double_button.php:844
1982
+ #: includes/widgets/htmega_download_monitor.php:169
1983
+ #: includes/widgets/htmega_download_monitor.php:357
1984
+ #: includes/widgets/htmega_dropcaps.php:166
1985
+ #: includes/widgets/htmega_dropcaps.php:267
1986
+ #: includes/widgets/htmega_easy_digital_download.php:282
1987
+ #: includes/widgets/htmega_easy_digital_download.php:564
1988
+ #: includes/widgets/htmega_easy_digital_download.php:643
1989
+ #: includes/widgets/htmega_errorcontent.php:336
1990
+ #: includes/widgets/htmega_errorcontent.php:415
1991
+ #: includes/widgets/htmega_errorcontent.php:494
1992
+ #: includes/widgets/htmega_errorcontent.php:616
1993
+ #: includes/widgets/htmega_errorcontent.php:667
1994
+ #: includes/widgets/htmega_errorcontent.php:767
1995
+ #: includes/widgets/htmega_errorcontent.php:818
1996
+ #: includes/widgets/htmega_gallery_justify.php:77
1997
+ #: includes/widgets/htmega_googlemap.php:316
1998
+ #: includes/widgets/htmega_googlemap.php:457
1999
+ #: includes/widgets/htmega_gravity_forms.php:300
2000
+ #: includes/widgets/htmega_gravity_forms.php:511
2001
+ #: includes/widgets/htmega_gravity_forms.php:596
2002
+ #: includes/widgets/htmega_gravity_forms.php:744
2003
+ #: includes/widgets/htmega_gravity_forms.php:828
2004
+ #: includes/widgets/htmega_imagemarker.php:664
2005
+ #: includes/widgets/htmega_imagemarker.php:743
2006
+ #: includes/widgets/htmega_imagemarker.php:876
2007
+ #: includes/widgets/htmega_image_comparison.php:125
2008
+ #: includes/widgets/htmega_image_comparison.php:263
2009
+ #: includes/widgets/htmega_image_comparison.php:344
2010
+ #: includes/widgets/htmega_image_comparison.php:399
2011
+ #: includes/widgets/htmega_image_comparison.php:433
2012
+ #: includes/widgets/htmega_image_comparison.php:550
2013
+ #: includes/widgets/htmega_image_grid.php:221
2014
+ #: includes/widgets/htmega_image_grid.php:514
2015
+ #: includes/widgets/htmega_image_grid.php:573
2016
+ #: includes/widgets/htmega_image_magnifier.php:111
2017
+ #: includes/widgets/htmega_image_masonry.php:211
2018
+ #: includes/widgets/htmega_image_masonry.php:500
2019
+ #: includes/widgets/htmega_image_masonry.php:568
2020
+ #: includes/widgets/htmega_inlinemenu.php:201
2021
+ #: includes/widgets/htmega_inlinemenu.php:275
2022
+ #: includes/widgets/htmega_inlinemenu.php:438
2023
+ #: includes/widgets/htmega_instagram.php:706
2024
+ #: includes/widgets/htmega_instagram.php:836
2025
+ #: includes/widgets/htmega_instagram.php:984
2026
+ #: includes/widgets/htmega_instagram.php:1103
2027
+ #: includes/widgets/htmega_instagram.php:1163
2028
+ #: includes/widgets/htmega_instagram.php:1257
2029
+ #: includes/widgets/htmega_instagram.php:1323
2030
+ #: includes/widgets/htmega_instagram.php:1459
2031
+ #: includes/widgets/htmega_lightbox.php:265
2032
+ #: includes/widgets/htmega_lightbox.php:453
2033
+ #: includes/widgets/htmega_mailchimp_wp.php:238
2034
+ #: includes/widgets/htmega_mailchimp_wp.php:421
2035
+ #: includes/widgets/htmega_mailchimp_wp.php:483
2036
+ #: includes/widgets/htmega_modal.php:259 includes/widgets/htmega_modal.php:465
2037
+ #: includes/widgets/htmega_modal.php:552 includes/widgets/htmega_modal.php:623
2038
+ #: includes/widgets/htmega_modal.php:724 includes/widgets/htmega_modal.php:786
2039
+ #: includes/widgets/htmega_modal.php:894 includes/widgets/htmega_modal.php:956
2040
+ #: includes/widgets/htmega_newsticker.php:365
2041
+ #: includes/widgets/htmega_newsticker.php:537
2042
+ #: includes/widgets/htmega_newsticker.php:796
2043
+ #: includes/widgets/htmega_newsticker.php:884
2044
+ #: includes/widgets/htmega_newsticker.php:941
2045
+ #: includes/widgets/htmega_ninja_form.php:166
2046
+ #: includes/widgets/htmega_ninja_form.php:268
2047
+ #: includes/widgets/htmega_ninja_form.php:386
2048
+ #: includes/widgets/htmega_ninja_form.php:580
2049
+ #: includes/widgets/htmega_ninja_form.php:662
2050
+ #: includes/widgets/htmega_ninja_form.php:800
2051
+ #: includes/widgets/htmega_ninja_form.php:881
2052
+ #: includes/widgets/htmega_ninja_form.php:1003
2053
+ #: includes/widgets/htmega_ninja_form.php:1087
2054
+ #: includes/widgets/htmega_notify.php:350
2055
+ #: includes/widgets/htmega_notify.php:448
2056
+ #: includes/widgets/htmega_notify.php:502
2057
+ #: includes/widgets/htmega_offcanvas.php:454
2058
+ #: includes/widgets/htmega_offcanvas.php:515
2059
+ #: includes/widgets/htmega_panel_slider.php:515
2060
+ #: includes/widgets/htmega_panel_slider.php:810
2061
+ #: includes/widgets/htmega_panel_slider.php:999
2062
+ #: includes/widgets/htmega_panel_slider.php:1131
2063
+ #: includes/widgets/htmega_panel_slider.php:1170
2064
+ #: includes/widgets/htmega_popover.php:405
2065
+ #: includes/widgets/htmega_popover.php:483
2066
+ #: includes/widgets/htmega_popover.php:562
2067
+ #: includes/widgets/htmega_popover.php:638
2068
+ #: includes/widgets/htmega_popover.php:742
2069
+ #: includes/widgets/htmega_post_grid_tab.php:278
2070
+ #: includes/widgets/htmega_post_grid_tab.php:354
2071
+ #: includes/widgets/htmega_post_grid_tab.php:907
2072
+ #: includes/widgets/htmega_post_grid_tab.php:957
2073
+ #: includes/widgets/htmega_post_grid_tab.php:1021
2074
+ #: includes/widgets/htmega_post_grid_tab.php:1079
2075
+ #: includes/widgets/htmega_post_grid_tab.php:1111
2076
+ #: includes/widgets/htmega_post_slider.php:778
2077
+ #: includes/widgets/htmega_post_slider.php:1334
2078
+ #: includes/widgets/htmega_post_slider.php:1384
2079
+ #: includes/widgets/htmega_post_slider.php:1594
2080
+ #: includes/widgets/htmega_post_slider.php:1714
2081
+ #: includes/widgets/htmega_post_slider.php:1839
2082
+ #: includes/widgets/htmega_post_slider.php:1878
2083
+ #: includes/widgets/htmega_post_slider.php:1950
2084
+ #: includes/widgets/htmega_post_slider.php:2027
2085
+ #: includes/widgets/htmega_pricing_list_view.php:920
2086
+ #: includes/widgets/htmega_pricing_list_view.php:1265
2087
+ #: includes/widgets/htmega_pricing_list_view.php:1344
2088
+ #: includes/widgets/htmega_pricing_list_view.php:1435
2089
+ #: includes/widgets/htmega_progress_bar.php:361
2090
+ #: includes/widgets/htmega_progress_bar.php:497
2091
+ #: includes/widgets/htmega_progress_bar.php:615
2092
+ #: includes/widgets/htmega_progress_bar.php:706
2093
+ #: includes/widgets/htmega_progress_bar.php:798
2094
+ #: includes/widgets/htmega_quforms.php:150
2095
+ #: includes/widgets/htmega_quforms.php:261
2096
+ #: includes/widgets/htmega_quforms.php:441
2097
+ #: includes/widgets/htmega_quforms.php:499
2098
+ #: includes/widgets/htmega_quforms.php:659
2099
+ #: includes/widgets/htmega_quforms.php:717
2100
+ #: includes/widgets/htmega_quforms.php:887
2101
+ #: includes/widgets/htmega_quforms.php:948
2102
+ #: includes/widgets/htmega_scroll_image.php:84
2103
+ #: includes/widgets/htmega_scroll_image.php:184
2104
+ #: includes/widgets/htmega_scroll_image.php:344
2105
+ #: includes/widgets/htmega_scroll_navigation.php:319
2106
+ #: includes/widgets/htmega_scroll_navigation.php:413
2107
+ #: includes/widgets/htmega_search.php:369
2108
+ #: includes/widgets/htmega_search.php:582
2109
+ #: includes/widgets/htmega_search.php:634
2110
+ #: includes/widgets/htmega_search.php:820
2111
+ #: includes/widgets/htmega_search.php:982
2112
+ #: includes/widgets/htmega_section_title.php:439
2113
+ #: includes/widgets/htmega_section_title.php:567
2114
+ #: includes/widgets/htmega_section_title.php:800
2115
+ #: includes/widgets/htmega_section_title.php:981
2116
+ #: includes/widgets/htmega_service.php:219
2117
+ #: includes/widgets/htmega_service.php:287
2118
+ #: includes/widgets/htmega_service.php:340
2119
+ #: includes/widgets/htmega_service.php:696
2120
+ #: includes/widgets/htmega_service.php:778
2121
+ #: includes/widgets/htmega_service.php:958
2122
+ #: includes/widgets/htmega_service.php:1086
2123
+ #: includes/widgets/htmega_service.php:1138
2124
+ #: includes/widgets/htmega_slider_thumb_gallery.php:875
2125
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1020
2126
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1092
2127
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1186
2128
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1230
2129
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1303
2130
+ #: includes/widgets/htmega_socialshere.php:141
2131
+ #: includes/widgets/htmega_socialshere.php:169
2132
+ #: includes/widgets/htmega_socialshere.php:251
2133
+ #: includes/widgets/htmega_socialshere.php:302
2134
+ #: includes/widgets/htmega_socialshere.php:447
2135
+ #: includes/widgets/htmega_socialshere.php:582
2136
+ #: includes/widgets/htmega_special_day_banner.php:671
2137
+ #: includes/widgets/htmega_special_day_banner.php:750
2138
+ #: includes/widgets/htmega_switcher.php:297
2139
+ #: includes/widgets/htmega_switcher.php:440
2140
+ #: includes/widgets/htmega_switcher.php:515
2141
+ #: includes/widgets/htmega_switcher.php:613
2142
+ #: includes/widgets/htmega_tablepress.php:132
2143
+ #: includes/widgets/htmega_tablepress.php:188
2144
+ #: includes/widgets/htmega_tablepress.php:251
2145
+ #: includes/widgets/htmega_tabs.php:316 includes/widgets/htmega_tabs.php:594
2146
+ #: includes/widgets/htmega_tabs.php:646 includes/widgets/htmega_tabs.php:732
2147
+ #: includes/widgets/htmega_tabs.php:827 includes/widgets/htmega_tabs.php:892
2148
+ #: includes/widgets/htmega_teammember.php:359
2149
+ #: includes/widgets/htmega_teammember.php:500
2150
+ #: includes/widgets/htmega_teammember.php:558
2151
+ #: includes/widgets/htmega_teammember.php:1020
2152
+ #: includes/widgets/htmega_testimonial_grid.php:307
2153
+ #: includes/widgets/htmega_testimonial_grid.php:352
2154
+ #: includes/widgets/htmega_testimonial_grid.php:397
2155
+ #: includes/widgets/htmega_toggle.php:321
2156
+ #: includes/widgets/htmega_toggle.php:373
2157
+ #: includes/widgets/htmega_tooltip.php:382
2158
+ #: includes/widgets/htmega_tooltip.php:460
2159
+ #: includes/widgets/htmega_twitter_feed.php:597
2160
+ #: includes/widgets/htmega_twitter_feed.php:766
2161
+ #: includes/widgets/htmega_twitter_feed.php:1015
2162
+ #: includes/widgets/htmega_twitter_feed.php:1127
2163
+ #: includes/widgets/htmega_twitter_feed.php:1264
2164
+ #: includes/widgets/htmega_twitter_feed.php:1324
2165
+ #: includes/widgets/htmega_twitter_feed.php:1453
2166
+ #: includes/widgets/htmega_user_login_form.php:928
2167
+ #: includes/widgets/htmega_user_login_form.php:1201
2168
+ #: includes/widgets/htmega_user_login_form.php:1253
2169
+ #: includes/widgets/htmega_user_login_form.php:1385
2170
+ #: includes/widgets/htmega_user_login_form.php:1437
2171
+ #: includes/widgets/htmega_user_login_form.php:1527
2172
+ #: includes/widgets/htmega_verticle_time_line.php:363
2173
+ #: includes/widgets/htmega_videoplayer.php:263
2174
+ #: includes/widgets/htmega_videoplayer.php:422
2175
+ #: includes/widgets/htmega_videoplayer.php:464
2176
+ #: includes/widgets/htmega_wc_categories.php:194
2177
+ #: includes/widgets/htmega_wc_categories.php:256
2178
+ #: includes/widgets/htmega_wc_categories.php:356
2179
+ #: includes/widgets/htmega_wc_categories.php:433
2180
+ #: includes/widgets/htmega_wc_categories.php:442
2181
+ #: includes/widgets/htmega_wc_categories.php:488
2182
+ #: includes/widgets/htmega_wc_categories.php:516
2183
+ #: includes/widgets/htmega_wc_element_pages.php:167
2184
+ #: includes/widgets/htmega_wc_element_pages.php:236
2185
+ #: includes/widgets/htmega_wc_element_pages.php:335
2186
+ #: includes/widgets/htmega_wc_element_pages.php:427
2187
+ #: includes/widgets/htmega_wc_element_pages.php:501
2188
+ #: includes/widgets/htmega_wc_element_pages.php:599
2189
+ #: includes/widgets/htmega_wc_element_pages.php:622
2190
+ #: includes/widgets/htmega_wc_element_pages.php:813
2191
+ #: includes/widgets/htmega_wc_element_pages.php:865
2192
+ #: includes/widgets/htmega_wc_element_pages.php:976
2193
+ #: includes/widgets/htmega_wc_element_pages.php:1066
2194
+ #: includes/widgets/htmega_wc_element_pages.php:1421
2195
+ #: includes/widgets/htmega_wc_element_pages.php:1479
2196
+ #: includes/widgets/htmega_wc_element_pages.php:1554
2197
+ #: includes/widgets/htmega_wc_element_pages.php:1656
2198
+ #: includes/widgets/htmega_wc_element_pages.php:1770
2199
+ #: includes/widgets/htmega_wc_element_pages.php:1822
2200
+ #: includes/widgets/htmega_weather.php:288
2201
+ #: includes/widgets/htmega_weather.php:326
2202
+ #: includes/widgets/htmega_working_process.php:432
2203
+ #: includes/widgets/htmega_working_process.php:690
2204
+ #: includes/widgets/htmega_working_process.php:769
2205
+ #: includes/widgets/htmega_working_process.php:869
2206
+ #: includes/widgets/htmega_working_process.php:984
2207
+ #: includes/widgets/htmega_working_process.php:1092
2208
+ #: includes/widgets/htmega_wpforms.php:158
2209
+ #: includes/widgets/htmega_wpforms.php:260
2210
+ #: includes/widgets/htmega_wpforms.php:368
2211
+ #: includes/widgets/htmega_wpforms.php:583
2212
+ #: includes/widgets/htmega_wpforms.php:667
2213
+ #: includes/widgets/htmega_wpforms.php:803
2214
+ #: includes/widgets/htmega_wpforms.php:885
2215
+ #: includes/widgets/htmega_wpforms.php:1030
2216
+ #: includes/widgets/htmega_wpforms.php:1114
2217
+ #: includes/widgets/htmega_wpforms.php:1156
2218
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:185
2219
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:257
2220
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:310
2221
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:418
2222
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:458
2223
+ #: extensions/ht-builder/widgets/bl_page_title.php:87
2224
+ #: extensions/ht-builder/widgets/bl_post_archive.php:278
2225
+ #: extensions/ht-builder/widgets/bl_post_archive.php:742
2226
+ #: extensions/ht-builder/widgets/bl_post_archive.php:808
2227
+ #: extensions/ht-builder/widgets/bl_post_archive.php:878
2228
+ #: extensions/ht-builder/widgets/bl_post_archive.php:933
2229
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:89
2230
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:174
2231
+ #: extensions/ht-builder/widgets/bl_post_comments.php:69
2232
+ #: extensions/ht-builder/widgets/bl_post_comments.php:130
2233
+ #: extensions/ht-builder/widgets/bl_post_comments.php:171
2234
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:131
2235
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:216
2236
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:281
2237
+ #: extensions/ht-builder/widgets/bl_site_logo.php:108
2238
+ #: extensions/ht-builder/widgets/bl_site_title.php:89
2239
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:144
2240
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:264
2241
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:394
2242
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:452
2243
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:516
2244
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:145
2245
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:265
2246
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:352
2247
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:410
2248
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:462
2249
+ msgid "Border"
2250
+ msgstr ""
2251
+
2252
+ #: includes/widgets/htmega_counter.php:764
2253
+ msgid "Border After Color"
2254
+ msgstr ""
2255
+
2256
+ #: includes/widgets/htmega_imagemarker.php:797
2257
+ msgid "Border Background"
2258
+ msgstr ""
2259
+
2260
+ #: includes/widgets/htmega_booked_calender.php:374
2261
+ #: includes/widgets/htmega_booked_calender.php:849
2262
+ #: includes/widgets/htmega_caldera_form.php:585
2263
+ #: includes/widgets/htmega_caldera_form.php:636
2264
+ #: includes/widgets/htmega_caldera_form.php:675
2265
+ #: includes/widgets/htmega_caldera_form.php:714
2266
+ #: includes/widgets/htmega_gravity_forms.php:867
2267
+ #: includes/widgets/htmega_ninja_form.php:1126
2268
+ #: includes/widgets/htmega_quforms.php:994
2269
+ #: includes/widgets/htmega_quforms.php:1033
2270
+ #: includes/widgets/htmega_tablepress.php:293
2271
+ #: includes/widgets/htmega_tablepress.php:337
2272
+ #: includes/widgets/htmega_wc_element_pages.php:320
2273
+ #: includes/widgets/htmega_wc_element_pages.php:1051
2274
+ #: includes/widgets/htmega_wc_element_pages.php:1641
2275
+ msgid "Border Color"
2276
+ msgstr ""
2277
+
2278
+ #: includes/widgets/htmega_progress_bar.php:374
2279
+ msgid "Border color"
2280
+ msgstr ""
2281
+
2282
+ #: includes/widgets/htmega_search.php:398
2283
+ msgid "Border Focus Color"
2284
+ msgstr ""
2285
+
2286
+ #: includes/widgets/htmega_section_title.php:747
2287
+ #: includes/widgets/htmega_section_title.php:909
2288
+ msgid "Border Height"
2289
+ msgstr ""
2290
+
2291
+ #: includes/widgets/htmega_accordion.php:523
2292
+ #: includes/widgets/htmega_accordion.php:607
2293
+ #: includes/widgets/htmega_accordion.php:777
2294
+ #: includes/widgets/htmega_accordion.php:876
2295
+ #: includes/widgets/htmega_accordion.php:1049
2296
+ #: includes/widgets/htmega_accordion.php:1160
2297
+ #: includes/widgets/htmega_accordion.php:1297
2298
+ #: includes/widgets/htmega_add_banner.php:284
2299
+ #: includes/widgets/htmega_add_banner.php:338
2300
+ #: includes/widgets/htmega_add_banner.php:656
2301
+ #: includes/widgets/htmega_add_banner.php:735
2302
+ #: includes/widgets/htmega_animated_heading.php:191
2303
+ #: includes/widgets/htmega_animated_heading.php:322
2304
+ #: includes/widgets/htmega_animated_heading.php:410
2305
+ #: includes/widgets/htmega_blockquote.php:255
2306
+ #: includes/widgets/htmega_blockquote.php:389
2307
+ #: includes/widgets/htmega_blockquote.php:564
2308
+ #: includes/widgets/htmega_blockquote.php:744
2309
+ #: includes/widgets/htmega_booked_calender.php:613
2310
+ #: includes/widgets/htmega_booked_calender.php:765
2311
+ #: includes/widgets/htmega_brand.php:366
2312
+ #: includes/widgets/htmega_buddy_press.php:192
2313
+ #: includes/widgets/htmega_business_hours.php:277
2314
+ #: includes/widgets/htmega_business_hours.php:353
2315
+ #: includes/widgets/htmega_business_hours.php:481
2316
+ #: includes/widgets/htmega_button.php:230
2317
+ #: includes/widgets/htmega_button.php:353
2318
+ #: includes/widgets/htmega_button.php:557
2319
+ #: includes/widgets/htmega_caldera_form.php:321
2320
+ #: includes/widgets/htmega_caldera_form.php:410
2321
+ #: includes/widgets/htmega_caldera_form.php:497
2322
+ #: includes/widgets/htmega_call_to_action.php:409
2323
+ #: includes/widgets/htmega_call_to_action.php:486
2324
+ #: includes/widgets/htmega_call_to_action.php:765
2325
+ #: includes/widgets/htmega_call_to_action.php:845
2326
+ #: includes/widgets/htmega_call_to_action.php:971
2327
+ #: includes/widgets/htmega_call_to_action.php:1051
2328
+ #: includes/widgets/htmega_carousel.php:520
2329
+ #: includes/widgets/htmega_carousel.php:616
2330
+ #: includes/widgets/htmega_carousel.php:791
2331
+ #: includes/widgets/htmega_carousel.php:881
2332
+ #: includes/widgets/htmega_carousel.php:1014
2333
+ #: includes/widgets/htmega_carousel.php:1120
2334
+ #: includes/widgets/htmega_carousel.php:1214
2335
+ #: includes/widgets/htmega_carousel.php:1347
2336
+ #: includes/widgets/htmega_carousel.php:1431
2337
+ #: includes/widgets/htmega_contact_form_seven.php:300
2338
+ #: includes/widgets/htmega_contact_form_seven.php:414
2339
+ #: includes/widgets/htmega_contact_form_seven.php:534
2340
+ #: includes/widgets/htmega_contact_form_seven.php:619
2341
+ #: includes/widgets/htmega_contact_form_seven.php:690
2342
+ #: includes/widgets/htmega_contact_form_seven.php:881
2343
+ #: includes/widgets/htmega_countdown.php:559
2344
+ #: includes/widgets/htmega_countdown.php:807
2345
+ #: includes/widgets/htmega_countdown.php:971
2346
+ #: includes/widgets/htmega_countdown.php:1084
2347
+ #: includes/widgets/htmega_countdown.php:1169
2348
+ #: includes/widgets/htmega_counter.php:261
2349
+ #: includes/widgets/htmega_counter.php:523
2350
+ #: includes/widgets/htmega_counter.php:646
2351
+ #: includes/widgets/htmega_counter.php:914
2352
+ #: includes/widgets/htmega_counter.php:1002
2353
+ #: includes/widgets/htmega_counter.php:1092
2354
+ #: includes/widgets/htmega_custom_event.php:427
2355
+ #: includes/widgets/htmega_data_table.php:180
2356
+ #: includes/widgets/htmega_data_table.php:542
2357
+ #: includes/widgets/htmega_data_table.php:624
2358
+ #: includes/widgets/htmega_data_table.php:743
2359
+ #: includes/widgets/htmega_double_button.php:276
2360
+ #: includes/widgets/htmega_double_button.php:400
2361
+ #: includes/widgets/htmega_double_button.php:430
2362
+ #: includes/widgets/htmega_double_button.php:496
2363
+ #: includes/widgets/htmega_double_button.php:583
2364
+ #: includes/widgets/htmega_double_button.php:669
2365
+ #: includes/widgets/htmega_double_button.php:755
2366
+ #: includes/widgets/htmega_double_button.php:852
2367
+ #: includes/widgets/htmega_download_monitor.php:179
2368
+ #: includes/widgets/htmega_download_monitor.php:368
2369
+ #: includes/widgets/htmega_dropcaps.php:174
2370
+ #: includes/widgets/htmega_dropcaps.php:276
2371
+ #: includes/widgets/htmega_easy_digital_download.php:291
2372
+ #: includes/widgets/htmega_easy_digital_download.php:575
2373
+ #: includes/widgets/htmega_easy_digital_download.php:653
2374
+ #: includes/widgets/htmega_errorcontent.php:344
2375
+ #: includes/widgets/htmega_errorcontent.php:423
2376
+ #: includes/widgets/htmega_errorcontent.php:502
2377
+ #: includes/widgets/htmega_errorcontent.php:624
2378
+ #: includes/widgets/htmega_errorcontent.php:675
2379
+ #: includes/widgets/htmega_errorcontent.php:775
2380
+ #: includes/widgets/htmega_errorcontent.php:826
2381
+ #: includes/widgets/htmega_gallery_justify.php:85
2382
+ #: includes/widgets/htmega_googlemap.php:325
2383
+ #: includes/widgets/htmega_googlemap.php:466
2384
+ #: includes/widgets/htmega_gravity_forms.php:308
2385
+ #: includes/widgets/htmega_gravity_forms.php:520
2386
+ #: includes/widgets/htmega_gravity_forms.php:605
2387
+ #: includes/widgets/htmega_gravity_forms.php:752
2388
+ #: includes/widgets/htmega_imagemarker.php:672
2389
+ #: includes/widgets/htmega_imagemarker.php:884
2390
+ #: includes/widgets/htmega_image_comparison.php:133
2391
+ #: includes/widgets/htmega_image_comparison.php:271
2392
+ #: includes/widgets/htmega_image_comparison.php:352
2393
+ #: includes/widgets/htmega_image_comparison.php:441
2394
+ #: includes/widgets/htmega_image_grid.php:229
2395
+ #: includes/widgets/htmega_image_grid.php:522
2396
+ #: includes/widgets/htmega_image_grid.php:581
2397
+ #: includes/widgets/htmega_image_magnifier.php:119
2398
+ #: includes/widgets/htmega_image_masonry.php:219
2399
+ #: includes/widgets/htmega_image_masonry.php:508
2400
+ #: includes/widgets/htmega_image_masonry.php:576
2401
+ #: includes/widgets/htmega_inlinemenu.php:209
2402
+ #: includes/widgets/htmega_inlinemenu.php:283
2403
+ #: includes/widgets/htmega_inlinemenu.php:446
2404
+ #: includes/widgets/htmega_instagram.php:714
2405
+ #: includes/widgets/htmega_instagram.php:844
2406
+ #: includes/widgets/htmega_instagram.php:992
2407
+ #: includes/widgets/htmega_instagram.php:1111
2408
+ #: includes/widgets/htmega_instagram.php:1171
2409
+ #: includes/widgets/htmega_instagram.php:1265
2410
+ #: includes/widgets/htmega_instagram.php:1331
2411
+ #: includes/widgets/htmega_instagram.php:1468
2412
+ #: includes/widgets/htmega_lightbox.php:273
2413
+ #: includes/widgets/htmega_lightbox.php:461
2414
+ #: includes/widgets/htmega_mailchimp_wp.php:246
2415
+ #: includes/widgets/htmega_mailchimp_wp.php:429
2416
+ #: includes/widgets/htmega_modal.php:267 includes/widgets/htmega_modal.php:560
2417
+ #: includes/widgets/htmega_modal.php:631 includes/widgets/htmega_modal.php:732
2418
+ #: includes/widgets/htmega_modal.php:794 includes/widgets/htmega_modal.php:902
2419
+ #: includes/widgets/htmega_modal.php:964
2420
+ #: includes/widgets/htmega_newsticker.php:373
2421
+ #: includes/widgets/htmega_newsticker.php:548
2422
+ #: includes/widgets/htmega_newsticker.php:685
2423
+ #: includes/widgets/htmega_newsticker.php:804
2424
+ #: includes/widgets/htmega_newsticker.php:949
2425
+ #: includes/widgets/htmega_ninja_form.php:174
2426
+ #: includes/widgets/htmega_ninja_form.php:276
2427
+ #: includes/widgets/htmega_ninja_form.php:394
2428
+ #: includes/widgets/htmega_ninja_form.php:588
2429
+ #: includes/widgets/htmega_ninja_form.php:670
2430
+ #: includes/widgets/htmega_ninja_form.php:808
2431
+ #: includes/widgets/htmega_ninja_form.php:889
2432
+ #: includes/widgets/htmega_ninja_form.php:1011
2433
+ #: includes/widgets/htmega_notify.php:358
2434
+ #: includes/widgets/htmega_notify.php:510
2435
+ #: includes/widgets/htmega_notify.php:813
2436
+ #: includes/widgets/htmega_offcanvas.php:462
2437
+ #: includes/widgets/htmega_panel_slider.php:526
2438
+ #: includes/widgets/htmega_panel_slider.php:818
2439
+ #: includes/widgets/htmega_panel_slider.php:1007
2440
+ #: includes/widgets/htmega_panel_slider.php:1139
2441
+ #: includes/widgets/htmega_panel_slider.php:1178
2442
+ #: includes/widgets/htmega_popover.php:413
2443
+ #: includes/widgets/htmega_popover.php:570
2444
+ #: includes/widgets/htmega_popover.php:646
2445
+ #: includes/widgets/htmega_popover.php:750
2446
+ #: includes/widgets/htmega_post_grid_tab.php:286
2447
+ #: includes/widgets/htmega_post_grid_tab.php:362
2448
+ #: includes/widgets/htmega_post_grid_tab.php:915
2449
+ #: includes/widgets/htmega_post_grid_tab.php:965
2450
+ #: includes/widgets/htmega_post_grid_tab.php:1028
2451
+ #: includes/widgets/htmega_post_grid_tab.php:1119
2452
+ #: includes/widgets/htmega_post_slider.php:636
2453
+ #: includes/widgets/htmega_post_slider.php:789
2454
+ #: includes/widgets/htmega_post_slider.php:1342
2455
+ #: includes/widgets/htmega_post_slider.php:1392
2456
+ #: includes/widgets/htmega_post_slider.php:1602
2457
+ #: includes/widgets/htmega_post_slider.php:1722
2458
+ #: includes/widgets/htmega_post_slider.php:1847
2459
+ #: includes/widgets/htmega_post_slider.php:1886
2460
+ #: includes/widgets/htmega_post_slider.php:1958
2461
+ #: includes/widgets/htmega_post_slider.php:2035
2462
+ #: includes/widgets/htmega_pricing_list_view.php:425
2463
+ #: includes/widgets/htmega_pricing_list_view.php:820
2464
+ #: includes/widgets/htmega_pricing_list_view.php:943
2465
+ #: includes/widgets/htmega_pricing_list_view.php:1054
2466
+ #: includes/widgets/htmega_pricing_list_view.php:1273
2467
+ #: includes/widgets/htmega_pricing_list_view.php:1352
2468
+ #: includes/widgets/htmega_pricing_list_view.php:1443
2469
+ #: includes/widgets/htmega_pricing_list_view.php:1480
2470
+ #: includes/widgets/htmega_pricing_list_view.php:1586
2471
+ #: includes/widgets/htmega_pricing_list_view.php:1744
2472
+ #: includes/widgets/htmega_pricing_list_view.php:1821
2473
+ #: includes/widgets/htmega_progress_bar.php:505
2474
+ #: includes/widgets/htmega_progress_bar.php:714
2475
+ #: includes/widgets/htmega_progress_bar.php:806
2476
+ #: includes/widgets/htmega_quforms.php:158
2477
+ #: includes/widgets/htmega_quforms.php:269
2478
+ #: includes/widgets/htmega_quforms.php:449
2479
+ #: includes/widgets/htmega_quforms.php:507
2480
+ #: includes/widgets/htmega_quforms.php:667
2481
+ #: includes/widgets/htmega_quforms.php:725
2482
+ #: includes/widgets/htmega_quforms.php:895
2483
+ #: includes/widgets/htmega_scroll_image.php:192
2484
+ #: includes/widgets/htmega_scroll_image.php:352
2485
+ #: includes/widgets/htmega_scroll_navigation.php:327
2486
+ #: includes/widgets/htmega_scroll_navigation.php:421
2487
+ #: includes/widgets/htmega_search.php:378
2488
+ #: includes/widgets/htmega_search.php:591
2489
+ #: includes/widgets/htmega_search.php:643
2490
+ #: includes/widgets/htmega_search.php:832
2491
+ #: includes/widgets/htmega_search.php:994
2492
+ #: includes/widgets/htmega_section_title.php:576
2493
+ #: includes/widgets/htmega_section_title.php:808
2494
+ #: includes/widgets/htmega_section_title.php:990
2495
+ #: includes/widgets/htmega_service.php:227
2496
+ #: includes/widgets/htmega_service.php:295
2497
+ #: includes/widgets/htmega_service.php:704
2498
+ #: includes/widgets/htmega_service.php:785
2499
+ #: includes/widgets/htmega_service.php:966
2500
+ #: includes/widgets/htmega_service.php:1094
2501
+ #: includes/widgets/htmega_service.php:1146
2502
+ #: includes/widgets/htmega_slider_thumb_gallery.php:883
2503
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1028
2504
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1100
2505
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1194
2506
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1238
2507
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1311
2508
+ #: includes/widgets/htmega_socialshere.php:259
2509
+ #: includes/widgets/htmega_socialshere.php:431
2510
+ #: includes/widgets/htmega_socialshere.php:600
2511
+ #: includes/widgets/htmega_special_day_banner.php:679
2512
+ #: includes/widgets/htmega_special_day_banner.php:758
2513
+ #: includes/widgets/htmega_switcher.php:308
2514
+ #: includes/widgets/htmega_switcher.php:451
2515
+ #: includes/widgets/htmega_switcher.php:526
2516
+ #: includes/widgets/htmega_switcher.php:621
2517
+ #: includes/widgets/htmega_tabs.php:325 includes/widgets/htmega_tabs.php:602
2518
+ #: includes/widgets/htmega_tabs.php:654 includes/widgets/htmega_tabs.php:740
2519
+ #: includes/widgets/htmega_tabs.php:835 includes/widgets/htmega_tabs.php:900
2520
+ #: includes/widgets/htmega_teammember.php:371
2521
+ #: includes/widgets/htmega_teammember.php:569
2522
+ #: includes/widgets/htmega_teammember.php:1028
2523
+ #: includes/widgets/htmega_testimonial_grid.php:315
2524
+ #: includes/widgets/htmega_testimonial_grid.php:405
2525
+ #: includes/widgets/htmega_testimonial_grid.php:629
2526
+ #: includes/widgets/htmega_toggle.php:329
2527
+ #: includes/widgets/htmega_tooltip.php:390
2528
+ #: includes/widgets/htmega_tooltip.php:534
2529
+ #: includes/widgets/htmega_twitter_feed.php:605
2530
+ #: includes/widgets/htmega_twitter_feed.php:777
2531
+ #: includes/widgets/htmega_twitter_feed.php:1135
2532
+ #: includes/widgets/htmega_twitter_feed.php:1272
2533
+ #: includes/widgets/htmega_twitter_feed.php:1332
2534
+ #: includes/widgets/htmega_twitter_feed.php:1461
2535
+ #: includes/widgets/htmega_user_login_form.php:598
2536
+ #: includes/widgets/htmega_user_login_form.php:937
2537
+ #: includes/widgets/htmega_user_login_form.php:1210
2538
+ #: includes/widgets/htmega_user_login_form.php:1262
2539
+ #: includes/widgets/htmega_user_login_form.php:1394
2540
+ #: includes/widgets/htmega_user_login_form.php:1446
2541
+ #: includes/widgets/htmega_user_login_form.php:1536
2542
+ #: includes/widgets/htmega_verticle_time_line.php:235
2543
+ #: includes/widgets/htmega_verticle_time_line.php:374
2544
+ #: includes/widgets/htmega_videoplayer.php:271
2545
+ #: includes/widgets/htmega_videoplayer.php:443
2546
+ #: includes/widgets/htmega_videoplayer.php:471
2547
+ #: includes/widgets/htmega_wc_categories.php:202
2548
+ #: includes/widgets/htmega_wc_categories.php:264
2549
+ #: includes/widgets/htmega_wc_categories.php:364
2550
+ #: includes/widgets/htmega_wc_categories.php:496
2551
+ #: includes/widgets/htmega_wc_categories.php:524
2552
+ #: includes/widgets/htmega_wc_element_pages.php:175
2553
+ #: includes/widgets/htmega_wc_element_pages.php:245
2554
+ #: includes/widgets/htmega_wc_element_pages.php:344
2555
+ #: includes/widgets/htmega_wc_element_pages.php:435
2556
+ #: includes/widgets/htmega_wc_element_pages.php:509
2557
+ #: includes/widgets/htmega_wc_element_pages.php:633
2558
+ #: includes/widgets/htmega_wc_element_pages.php:826
2559
+ #: includes/widgets/htmega_wc_element_pages.php:987
2560
+ #: includes/widgets/htmega_wc_element_pages.php:1075
2561
+ #: includes/widgets/htmega_wc_element_pages.php:1129
2562
+ #: includes/widgets/htmega_wc_element_pages.php:1492
2563
+ #: includes/widgets/htmega_wc_element_pages.php:1565
2564
+ #: includes/widgets/htmega_wc_element_pages.php:1667
2565
+ #: includes/widgets/htmega_wc_element_pages.php:1779
2566
+ #: includes/widgets/htmega_wc_element_pages.php:1831
2567
+ #: includes/widgets/htmega_working_process.php:440
2568
+ #: includes/widgets/htmega_working_process.php:698
2569
+ #: includes/widgets/htmega_working_process.php:777
2570
+ #: includes/widgets/htmega_working_process.php:877
2571
+ #: includes/widgets/htmega_working_process.php:992
2572
+ #: includes/widgets/htmega_wpforms.php:166
2573
+ #: includes/widgets/htmega_wpforms.php:268
2574
+ #: includes/widgets/htmega_wpforms.php:376
2575
+ #: includes/widgets/htmega_wpforms.php:591
2576
+ #: includes/widgets/htmega_wpforms.php:674
2577
+ #: includes/widgets/htmega_wpforms.php:811
2578
+ #: includes/widgets/htmega_wpforms.php:892
2579
+ #: includes/widgets/htmega_wpforms.php:1038
2580
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:193
2581
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:265
2582
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:318
2583
+ #: extensions/ht-builder/widgets/bl_page_title.php:96
2584
+ #: extensions/ht-builder/widgets/bl_post_archive.php:286
2585
+ #: extensions/ht-builder/widgets/bl_post_archive.php:750
2586
+ #: extensions/ht-builder/widgets/bl_post_archive.php:816
2587
+ #: extensions/ht-builder/widgets/bl_post_archive.php:886
2588
+ #: extensions/ht-builder/widgets/bl_post_archive.php:941
2589
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:98
2590
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:182
2591
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:139
2592
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:224
2593
+ #: extensions/ht-builder/widgets/bl_site_logo.php:117
2594
+ #: extensions/ht-builder/widgets/bl_site_title.php:98
2595
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:131
2596
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:251
2597
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:381
2598
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:132
2599
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:252
2600
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:339
2601
+ msgid "Border Radius"
2602
+ msgstr ""
2603
+
2604
+ #: includes/widgets/htmega_progress_bar.php:385
2605
+ msgid "Border Radius aaa"
2606
+ msgstr ""
2607
+
2608
+ #: includes/widgets/htmega_newsticker.php:814
2609
+ #: includes/widgets/htmega_panel_slider.php:828
2610
+ msgid "Border Radius Next Button"
2611
+ msgstr ""
2612
+
2613
+ #: includes/widgets/htmega_add_banner.php:231
2614
+ #: includes/widgets/htmega_service.php:802
2615
+ msgid "Border Style"
2616
+ msgstr ""
2617
+
2618
+ #: includes/widgets/htmega_counter.php:784
2619
+ #: includes/widgets/htmega_section_title.php:725
2620
+ #: includes/widgets/htmega_section_title.php:887
2621
+ #: includes/widgets/htmega_working_process.php:249
2622
+ msgid "Border Width"
2623
+ msgstr ""
2624
+
2625
+ #: includes/widgets/htmega_pricing_list_view.php:586
2626
+ msgid "Both"
2627
+ msgstr ""
2628
+
2629
+ #: includes/widgets/htmega_add_banner.php:64
2630
+ #: includes/widgets/htmega_button.php:114
2631
+ #: includes/widgets/htmega_imagemarker.php:215
2632
+ #: includes/widgets/htmega_image_comparison.php:187
2633
+ #: includes/widgets/htmega_offcanvas.php:106
2634
+ #: includes/widgets/htmega_popover.php:196
2635
+ #: includes/widgets/htmega_pricing_list_view.php:516
2636
+ #: includes/widgets/htmega_pricing_list_view.php:1171
2637
+ #: includes/widgets/htmega_pricing_list_view.php:1201
2638
+ #: includes/widgets/htmega_section_title.php:165
2639
+ #: includes/widgets/htmega_section_title.php:240
2640
+ #: includes/widgets/htmega_singlepost.php:62
2641
+ #: includes/widgets/htmega_slider_thumb_gallery.php:54
2642
+ #: includes/widgets/htmega_special_day_banner.php:48
2643
+ #: includes/widgets/htmega_teammember.php:108
2644
+ #: includes/widgets/htmega_tooltip.php:184
2645
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:124
2646
+ msgid "Bottom"
2647
+ msgstr ""
2648
+
2649
+ #: includes/widgets/htmega_notify.php:117
2650
+ msgid "Bottom Center"
2651
+ msgstr ""
2652
+
2653
+ #: includes/widgets/htmega_notify.php:120
2654
+ msgid "Bottom Fullwidth"
2655
+ msgstr ""
2656
+
2657
+ #: includes/widgets/htmega_notify.php:116
2658
+ #: extensions/wc-sales-notification/admin/setting.php:82
2659
+ msgid "Bottom Left"
2660
+ msgstr ""
2661
+
2662
+ #: includes/widgets/htmega_notify.php:118
2663
+ msgid "Bottom Right"
2664
+ msgstr ""
2665
+
2666
+ #: includes/widgets/htmega_notify.php:166
2667
+ #: includes/widgets/htmega_notify.php:201
2668
+ msgid "bounceIn"
2669
+ msgstr ""
2670
+
2671
+ #: includes/widgets/htmega_notify.php:167
2672
+ #: includes/widgets/htmega_notify.php:202
2673
+ msgid "bounceInDown"
2674
+ msgstr ""
2675
+
2676
+ #: includes/widgets/htmega_notify.php:168
2677
+ #: includes/widgets/htmega_notify.php:203
2678
+ msgid "bounceInLeft"
2679
+ msgstr ""
2680
+
2681
+ #: includes/widgets/htmega_notify.php:169
2682
+ #: includes/widgets/htmega_notify.php:204
2683
+ msgid "bounceInRight"
2684
+ msgstr ""
2685
+
2686
+ #: includes/widgets/htmega_notify.php:170
2687
+ #: includes/widgets/htmega_notify.php:205
2688
+ msgid "bounceInUp"
2689
+ msgstr ""
2690
+
2691
+ #: includes/widgets/htmega_notify.php:148
2692
+ #: includes/widgets/htmega_notify.php:183
2693
+ msgid "bounceOut"
2694
+ msgstr ""
2695
+
2696
+ #: includes/widgets/htmega_notify.php:149
2697
+ #: includes/widgets/htmega_notify.php:184
2698
+ msgid "bounceOutDown"
2699
+ msgstr ""
2700
+
2701
+ #: includes/widgets/htmega_notify.php:150
2702
+ #: includes/widgets/htmega_notify.php:185
2703
+ msgid "bounceOutLeft"
2704
+ msgstr ""
2705
+
2706
+ #: includes/widgets/htmega_notify.php:151
2707
+ #: includes/widgets/htmega_notify.php:186
2708
+ msgid "bounceOutRight"
2709
+ msgstr ""
2710
+
2711
+ #: includes/widgets/htmega_notify.php:152
2712
+ #: includes/widgets/htmega_notify.php:187
2713
+ msgid "bounceOutUp"
2714
+ msgstr ""
2715
+
2716
+ #: includes/widgets/htmega_counter.php:350
2717
+ msgid "Box Width"
2718
+ msgstr ""
2719
+
2720
+ #: includes/widgets/htmega_verticle_time_line.php:473
2721
+ msgid "Box Background"
2722
+ msgstr ""
2723
+
2724
+ #: includes/widgets/htmega_verticle_time_line.php:391
2725
+ msgid "Box Border"
2726
+ msgstr ""
2727
+
2728
+ #: includes/widgets/htmega_counter.php:380
2729
+ msgid "Box Height"
2730
+ msgstr ""
2731
+
2732
+ #: includes/widgets/htmega_newsticker.php:655
2733
+ msgid "Box Height and Width"
2734
+ msgstr ""
2735
+
2736
+ #: includes/widgets/htmega_carousel.php:421
2737
+ msgid "Box Option"
2738
+ msgstr ""
2739
+
2740
+ #: includes/widgets/htmega_accordion.php:536
2741
+ #: includes/widgets/htmega_accordion.php:620
2742
+ #: includes/widgets/htmega_accordion.php:790
2743
+ #: includes/widgets/htmega_accordion.php:890
2744
+ #: includes/widgets/htmega_accordion.php:1062
2745
+ #: includes/widgets/htmega_accordion.php:1173
2746
+ #: includes/widgets/htmega_accordion.php:1310
2747
+ #: includes/widgets/htmega_animated_heading.php:214
2748
+ #: includes/widgets/htmega_animated_heading.php:345
2749
+ #: includes/widgets/htmega_animated_heading.php:433
2750
+ #: includes/widgets/htmega_brand.php:191 includes/widgets/htmega_brand.php:216
2751
+ #: includes/widgets/htmega_brand.php:252 includes/widgets/htmega_brand.php:277
2752
+ #: includes/widgets/htmega_buddy_press.php:215
2753
+ #: includes/widgets/htmega_business_hours.php:289
2754
+ #: includes/widgets/htmega_business_hours.php:365
2755
+ #: includes/widgets/htmega_business_hours.php:493
2756
+ #: includes/widgets/htmega_button.php:288
2757
+ #: includes/widgets/htmega_button.php:403
2758
+ #: includes/widgets/htmega_button.php:592
2759
+ #: includes/widgets/htmega_caldera_form.php:336
2760
+ #: includes/widgets/htmega_caldera_form.php:423
2761
+ #: includes/widgets/htmega_call_to_action.php:392
2762
+ #: includes/widgets/htmega_call_to_action.php:469
2763
+ #: includes/widgets/htmega_call_to_action.php:777
2764
+ #: includes/widgets/htmega_call_to_action.php:868
2765
+ #: includes/widgets/htmega_call_to_action.php:983
2766
+ #: includes/widgets/htmega_call_to_action.php:1074
2767
+ #: includes/widgets/htmega_contact_form_seven.php:356
2768
+ #: includes/widgets/htmega_contact_form_seven.php:432
2769
+ #: includes/widgets/htmega_contact_form_seven.php:572
2770
+ #: includes/widgets/htmega_contact_form_seven.php:631
2771
+ #: includes/widgets/htmega_contact_form_seven.php:894
2772
+ #: includes/widgets/htmega_countdown.php:526
2773
+ #: includes/widgets/htmega_counter.php:275
2774
+ #: includes/widgets/htmega_data_table.php:190
2775
+ #: includes/widgets/htmega_data_table.php:553
2776
+ #: includes/widgets/htmega_double_button.php:289
2777
+ #: includes/widgets/htmega_double_button.php:519
2778
+ #: includes/widgets/htmega_double_button.php:606
2779
+ #: includes/widgets/htmega_double_button.php:692
2780
+ #: includes/widgets/htmega_double_button.php:778
2781
+ #: includes/widgets/htmega_double_button.php:875
2782
+ #: includes/widgets/htmega_gallery_justify.php:98
2783
+ #: includes/widgets/htmega_gravity_forms.php:532
2784
+ #: includes/widgets/htmega_gravity_forms.php:617
2785
+ #: includes/widgets/htmega_gravity_forms.php:764
2786
+ #: includes/widgets/htmega_image_grid.php:244
2787
+ #: includes/widgets/htmega_image_grid.php:492
2788
+ #: includes/widgets/htmega_image_grid.php:564
2789
+ #: includes/widgets/htmega_image_magnifier.php:133
2790
+ #: includes/widgets/htmega_image_masonry.php:234
2791
+ #: includes/widgets/htmega_image_masonry.php:478
2792
+ #: includes/widgets/htmega_image_masonry.php:559
2793
+ #: includes/widgets/htmega_inlinemenu.php:223
2794
+ #: includes/widgets/htmega_lightbox.php:285
2795
+ #: includes/widgets/htmega_lightbox.php:473
2796
+ #: includes/widgets/htmega_mailchimp_wp.php:442
2797
+ #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:604
2798
+ #: includes/widgets/htmega_ninja_form.php:600
2799
+ #: includes/widgets/htmega_ninja_form.php:682
2800
+ #: includes/widgets/htmega_ninja_form.php:843
2801
+ #: includes/widgets/htmega_ninja_form.php:900
2802
+ #: includes/widgets/htmega_ninja_form.php:1023
2803
+ #: includes/widgets/htmega_notify.php:381
2804
+ #: includes/widgets/htmega_panel_slider.php:549
2805
+ #: includes/widgets/htmega_panel_slider.php:840
2806
+ #: includes/widgets/htmega_panel_slider.php:1018
2807
+ #: includes/widgets/htmega_popover.php:552
2808
+ #: includes/widgets/htmega_progress_bar.php:520
2809
+ #: includes/widgets/htmega_progress_bar.php:728
2810
+ #: includes/widgets/htmega_progress_bar.php:820
2811
+ #: includes/widgets/htmega_quforms.php:461
2812
+ #: includes/widgets/htmega_quforms.php:518
2813
+ #: includes/widgets/htmega_quforms.php:678
2814
+ #: includes/widgets/htmega_quforms.php:736
2815
+ #: includes/widgets/htmega_quforms.php:907
2816
+ #: includes/widgets/htmega_quforms.php:956
2817
+ #: includes/widgets/htmega_scroll_image.php:230
2818
+ #: includes/widgets/htmega_section_title.php:972
2819
+ #: includes/widgets/htmega_socialshere.php:456
2820
+ #: includes/widgets/htmega_teammember.php:399
2821
+ #: includes/widgets/htmega_teammember.php:1039
2822
+ #: includes/widgets/htmega_testimonial_grid.php:326
2823
+ #: includes/widgets/htmega_testimonial_grid.php:375
2824
+ #: includes/widgets/htmega_testimonial_grid.php:669
2825
+ #: includes/widgets/htmega_twitter_feed.php:562
2826
+ #: includes/widgets/htmega_user_login_form.php:634
2827
+ #: includes/widgets/htmega_verticle_time_line.php:262
2828
+ #: includes/widgets/htmega_videoplayer.php:284
2829
+ #: includes/widgets/htmega_wc_categories.php:227
2830
+ #: includes/widgets/htmega_wc_element_pages.php:608
2831
+ #: includes/widgets/htmega_wc_element_pages.php:874
2832
+ #: includes/widgets/htmega_wc_element_pages.php:1430
2833
+ #: includes/widgets/htmega_weather.php:307
2834
+ #: includes/widgets/htmega_working_process.php:812
2835
+ #: includes/widgets/htmega_working_process.php:1053
2836
+ #: includes/widgets/htmega_wpforms.php:603
2837
+ #: includes/widgets/htmega_wpforms.php:686
2838
+ #: includes/widgets/htmega_wpforms.php:822
2839
+ #: includes/widgets/htmega_wpforms.php:903
2840
+ #: includes/widgets/htmega_wpforms.php:1050
2841
+ #: includes/widgets/htmega_wpforms.php:1122
2842
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:206
2843
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:363
2844
+ msgid "Box Shadow"
2845
+ msgstr ""
2846
+
2847
+ #: includes/widgets/htmega_double_button.php:805
2848
+ msgid "Box Size"
2849
+ msgstr ""
2850
+
2851
+ #: includes/widgets/htmega_add_banner.php:146
2852
+ #: includes/widgets/htmega_call_to_action.php:318
2853
+ #: includes/widgets/htmega_counter.php:194
2854
+ #: includes/widgets/htmega_image_comparison.php:93
2855
+ #: includes/widgets/htmega_image_grid.php:186
2856
+ #: includes/widgets/htmega_image_masonry.php:166
2857
+ #: includes/widgets/htmega_lightbox.php:184
2858
+ #: includes/widgets/htmega_service.php:165
2859
+ #: includes/widgets/htmega_working_process.php:191
2860
+ msgid "Box Style"
2861
+ msgstr ""
2862
+
2863
+ #: includes/widgets/htmega_verticle_time_line.php:432
2864
+ msgid "Box Style Reverse"
2865
+ msgstr ""
2866
+
2867
+ #: includes/widgets/htmega_post_slider.php:805
2868
+ msgid "Box Width"
2869
+ msgstr ""
2870
+
2871
+ #: includes/widgets_control.php:113
2872
+ msgid "Brand"
2873
+ msgstr ""
2874
+
2875
+ #: includes/widgets/htmega_brand.php:157
2876
+ msgid "Brand Logo"
2877
+ msgstr ""
2878
+
2879
+ #: admin/include/admin-setting.php:159 includes/widgets/htmega_brand.php:13
2880
+ #: includes/widgets/htmega_brand.php:35
2881
+ msgid "Brands"
2882
+ msgstr ""
2883
+
2884
+ #: includes/widgets/htmega_newsticker.php:70
2885
+ msgid "Breaking News"
2886
+ msgstr ""
2887
+
2888
+ #: admin/include/admin-setting.php:939
2889
+ #: includes/widgets/htmega_buddy_press.php:13
2890
+ #: includes/widgets/htmega_buddy_press.php:41
2891
+ msgid "BuddyPress"
2892
+ msgstr ""
2893
+
2894
+ #: includes/widgets/htmega_socialshere.php:81
2895
+ msgid "Buffer"
2896
+ msgstr ""
2897
+
2898
+ #: includes/widgets/htmega_business_hours.php:60
2899
+ msgid "Business Hour Title"
2900
+ msgstr ""
2901
+
2902
+ #: includes/widgets_control.php:118 admin/include/admin-setting.php:167
2903
+ #: includes/widgets/htmega_business_hours.php:14
2904
+ #: includes/widgets/htmega_business_hours.php:36
2905
+ msgid "Business Hours"
2906
+ msgstr ""
2907
+
2908
+ #: includes/widgets/htmega_business_hours.php:71
2909
+ msgid "Business Hours​"
2910
+ msgstr ""
2911
+
2912
+ #: includes/widgets_control.php:123 admin/include/admin-setting.php:175
2913
+ #: includes/widgets/htmega_add_banner.php:607
2914
+ #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:35
2915
+ #: includes/widgets/htmega_contact_form_seven.php:756
2916
+ #: includes/widgets/htmega_custom_event.php:378
2917
+ #: includes/widgets/htmega_double_button.php:101
2918
+ #: includes/widgets/htmega_double_button.php:188
2919
+ #: includes/widgets/htmega_double_button.php:314
2920
+ #: includes/widgets/htmega_download_monitor.php:110
2921
+ #: includes/widgets/htmega_easy_digital_download.php:520
2922
+ #: includes/widgets/htmega_errorcontent.php:126
2923
+ #: includes/widgets/htmega_gravity_forms.php:630
2924
+ #: includes/widgets/htmega_lightbox.php:118
2925
+ #: includes/widgets/htmega_mailchimp_wp.php:290
2926
+ #: includes/widgets/htmega_modal.php:103 includes/widgets/htmega_modal.php:202
2927
+ #: includes/widgets/htmega_ninja_form.php:913
2928
+ #: includes/widgets/htmega_notify.php:51 includes/widgets/htmega_notify.php:311
2929
+ #: includes/widgets/htmega_offcanvas.php:176
2930
+ #: includes/widgets/htmega_offcanvas.php:404
2931
+ #: includes/widgets/htmega_popover.php:321
2932
+ #: includes/widgets/htmega_pricing_list_view.php:590
2933
+ #: includes/widgets/htmega_quforms.php:749
2934
+ #: includes/widgets/htmega_service.php:1010
2935
+ #: includes/widgets/htmega_special_day_banner.php:630
2936
+ #: includes/widgets/htmega_toggle.php:184
2937
+ #: includes/widgets/htmega_tooltip.php:297
2938
+ #: includes/widgets/htmega_videoplayer.php:325
2939
+ #: includes/widgets/htmega_wc_element_pages.php:1509
2940
+ #: includes/widgets/htmega_wpforms.php:916
2941
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:166
2942
+ msgid "Button"
2943
+ msgstr ""
2944
+
2945
+ #: includes/widgets/htmega_double_button.php:268
2946
+ msgid "Button Area"
2947
+ msgstr ""
2948
+
2949
+ #: includes/widgets/htmega_pricing_list_view.php:870
2950
+ msgid "Button Background"
2951
+ msgstr ""
2952
+
2953
+ #: includes/widgets/htmega_tooltip.php:229
2954
+ msgid "Button Box Style"
2955
+ msgstr ""
2956
+
2957
+ #: includes/widgets/htmega_instragram_feed.php:182
2958
+ msgid "Button Color"
2959
+ msgstr ""
2960
+
2961
+ #: includes/widgets/htmega_pricing_list_view.php:882
2962
+ msgid "Button Hover Background"
2963
+ msgstr ""
2964
+
2965
+ #: includes/widgets/htmega_button.php:411
2966
+ msgid "Button Hover Effect"
2967
+ msgstr ""
2968
+
2969
+ #: includes/widgets/htmega_button.php:474
2970
+ msgid "Button Hover Shadow"
2971
+ msgstr ""
2972
+
2973
+ #: includes/widgets/htmega_instagram.php:1367
2974
+ #: includes/widgets/htmega_offcanvas.php:191
2975
+ #: includes/widgets/htmega_videoplayer.php:111
2976
+ msgid "Button Icon"
2977
+ msgstr ""
2978
+
2979
+ #: includes/widgets/htmega_search.php:68
2980
+ msgid "Button Icon Type"
2981
+ msgstr ""
2982
+
2983
+ #: includes/widgets/htmega_errorcontent.php:152
2984
+ #: includes/widgets/htmega_errorcontent.php:200
2985
+ msgid "Button Icons"
2986
+ msgstr ""
2987
+
2988
+ #: includes/widgets/htmega_videoplayer.php:122
2989
+ msgid "Button Infinity Animation"
2990
+ msgstr ""
2991
+
2992
+ #: includes/widgets/htmega_socialshere.php:614
2993
+ msgid "Button Line Height"
2994
+ msgstr ""
2995
+
2996
+ #: includes/widgets/htmega_call_to_action.php:239
2997
+ #: includes/widgets/htmega_errorcontent.php:164
2998
+ #: includes/widgets/htmega_errorcontent.php:212
2999
+ msgid "Button Link"
3000
+ msgstr ""
3001
+
3002
+ #: includes/widgets/htmega_double_button.php:93
3003
+ #: includes/widgets/htmega_double_button.php:448
3004
+ msgid "Button One"
3005
+ msgstr ""
3006
+
3007
+ #: includes/widgets/htmega_pricing_list_view.php:929
3008
+ msgid "Button Padding"
3009
+ msgstr ""
3010
+
3011
+ #: includes/widgets/htmega_button.php:82
3012
+ #: includes/widgets/htmega_double_button.php:42
3013
+ msgid "Button Size"
3014
+ msgstr ""
3015
+
3016
+ #: includes/widgets/htmega_button.php:42 includes/widgets/htmega_button.php:183
3017
+ #: includes/widgets/htmega_countdown.php:1015
3018
+ #: includes/widgets/htmega_download_monitor.php:136
3019
+ #: includes/widgets/htmega_wc_element_pages.php:923
3020
+ msgid "Button Style"
3021
+ msgstr ""
3022
+
3023
+ #: includes/widgets/htmega_add_banner.php:134
3024
+ #: includes/widgets/htmega_add_banner.php:136
3025
+ #: includes/widgets/htmega_call_to_action.php:138
3026
+ #: includes/widgets/htmega_call_to_action.php:232
3027
+ #: includes/widgets/htmega_errorcontent.php:142
3028
+ #: includes/widgets/htmega_errorcontent.php:191
3029
+ #: includes/widgets/htmega_instragram_feed.php:104
3030
+ #: includes/widgets/htmega_notify.php:58
3031
+ #: includes/widgets/htmega_offcanvas.php:182
3032
+ #: includes/widgets/htmega_popover.php:72
3033
+ #: includes/widgets/htmega_special_day_banner.php:138
3034
+ #: includes/widgets/htmega_special_day_banner.php:140
3035
+ #: includes/widgets/htmega_user_login_form.php:358
3036
+ #: includes/widgets/htmega_videoplayer.php:70
3037
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:86
3038
+ msgid "Button Text"
3039
+ msgstr ""
3040
+
3041
+ #: includes/widgets/htmega_instragram_feed.php:194
3042
+ msgid "Button Text Color"
3043
+ msgstr ""
3044
+
3045
+ #: includes/widgets/htmega_double_button.php:180
3046
+ #: includes/widgets/htmega_double_button.php:621
3047
+ msgid "Button Two"
3048
+ msgstr ""
3049
+
3050
+ #: includes/widgets/htmega_popover.php:48
3051
+ #: includes/widgets/htmega_tooltip.php:48
3052
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:54
3053
+ msgid "Button Type"
3054
+ msgstr ""
3055
+
3056
+ #: includes/widgets/htmega_double_button.php:347
3057
+ msgid "Button Width"
3058
+ msgstr ""
3059
+
3060
+ #: includes/class.assests.php:378 admin/include/admin-setting.php:1289
3061
+ #: admin/include/template-library.php:280
3062
+ #: admin/include/template-library.php:332
3063
+ #: includes/recommended-plugins/class.recommended-plugins.php:122
3064
+ #: includes/recommended-plugins/class.recommended-plugins.php:284
3065
+ msgid "Buy Now"
3066
+ msgstr ""
3067
+
3068
+ #: includes/recommended-plugins/class.recommended-plugins.php:270
3069
+ msgid "By "
3070
+ msgstr ""
3071
+
3072
+ #: includes/widgets/htmega_easy_digital_download.php:142
3073
+ #: includes/widgets/htmega_wc_categories.php:82
3074
+ msgid "By Parent"
3075
+ msgstr ""
3076
+
3077
+ #: includes/widgets/htmega_weather.php:57
3078
+ msgid "C"
3079
+ msgstr ""
3080
+
3081
+ #: includes/widgets/htmega_instagram.php:108
3082
+ msgid "Cache Time Duration"
3083
+ msgstr ""
3084
+
3085
+ #: admin/include/admin-setting.php:949
3086
+ #: includes/widgets/htmega_caldera_form.php:13
3087
+ #: includes/widgets/htmega_caldera_form.php:41
3088
+ msgid "Caldera Form"
3089
+ msgstr ""
3090
+
3091
+ #: includes/widgets/htmega_booked_calender.php:874
3092
+ msgid "Calendar"
3093
+ msgstr ""
3094
+
3095
+ #: includes/widgets/htmega_booked_calender.php:896
3096
+ msgid "Calendar Icon Background"
3097
+ msgstr ""
3098
+
3099
+ #: includes/widgets/htmega_booked_calender.php:885
3100
+ msgid "Calendar Icon Color"
3101
+ msgstr ""
3102
+
3103
+ #: includes/widgets/htmega_booked_calender.php:938
3104
+ msgid "Calendar Icon Padding"
3105
+ msgstr ""
3106
+
3107
+ #: includes/widgets/htmega_booked_calender.php:918
3108
+ msgid "Calendar Icon Radius"
3109
+ msgstr ""
3110
+
3111
+ #: includes/widgets/htmega_booked_calender.php:162
3112
+ msgid "Calendar Size"
3113
+ msgstr ""
3114
+
3115
+ #: includes/widgets_control.php:128 admin/include/admin-setting.php:183
3116
+ #: includes/widgets/htmega_call_to_action.php:13
3117
+ #: includes/widgets/htmega_call_to_action.php:32
3118
+ msgid "Call To Action"
3119
+ msgstr ""
3120
+
3121
+ #: includes/widgets/htmega_instagram.php:858
3122
+ msgid "Caption"
3123
+ msgstr ""
3124
+
3125
+ #: includes/widgets/htmega_testimonial_grid.php:168
3126
+ #: includes/widgets/htmega_testimonial_grid.php:226
3127
+ msgid "Carolina Monntoya"
3128
+ msgstr ""
3129
+
3130
+ #: includes/widgets_control.php:133 admin/include/admin-setting.php:191
3131
+ #: includes/widgets/htmega_carousel.php:13
3132
+ #: includes/widgets/htmega_carousel.php:43
3133
+ msgid "Carousel"
3134
+ msgstr ""
3135
+
3136
+ #: includes/widgets/htmega_wc_element_pages.php:58
3137
+ msgid "Cart Page"
3138
+ msgstr ""
3139
+
3140
+ #: includes/widgets/htmega_easy_digital_download.php:156
3141
+ #: includes/widgets/htmega_newsticker.php:198
3142
+ #: includes/widgets/htmega_newsticker.php:212
3143
+ #: includes/widgets/htmega_postgrid.php:79
3144
+ #: includes/widgets/htmega_postgrid.php:93
3145
+ #: includes/widgets/htmega_post_grid_tab.php:86
3146
+ #: includes/widgets/htmega_post_grid_tab.php:100
3147
+ #: includes/widgets/htmega_post_slider.php:90
3148
+ #: includes/widgets/htmega_post_slider.php:104
3149
+ #: includes/widgets/htmega_wc_categories.php:34
3150
+ #: includes/widgets/htmega_wc_categories.php:96
3151
+ msgid "Categories"
3152
+ msgstr ""
3153
+
3154
+ #: includes/widgets/htmega_postgrid.php:189
3155
+ #: includes/widgets/htmega_postgrid.php:658
3156
+ #: includes/widgets/htmega_post_grid_tab.php:213
3157
+ #: includes/widgets/htmega_post_grid_tab.php:610
3158
+ #: includes/widgets/htmega_post_slider.php:245
3159
+ #: includes/widgets/htmega_post_slider.php:1045
3160
+ #: includes/widgets/htmega_singlepost.php:120
3161
+ #: includes/widgets/htmega_singlepost.php:249
3162
+ #: extensions/ht-builder/widgets/bl_post_archive.php:539
3163
+ msgid "Category"
3164
+ msgstr ""
3165
+
3166
+ #: includes/widgets/htmega_wc_categories.php:165
3167
+ msgid "Category Area"
3168
+ msgstr ""
3169
+
3170
+ #: includes/widgets/htmega_data_table.php:267
3171
+ #: includes/widgets/htmega_pricing_list_view.php:600
3172
+ msgid "Cell Content"
3173
+ msgstr ""
3174
+
3175
+ #: includes/widgets/htmega_data_table.php:280
3176
+ msgid "Cell Icon"
3177
+ msgstr ""
3178
+
3179
+ #: includes/widgets/htmega_data_table.php:337
3180
+ msgid "Cell Image"
3181
+ msgstr ""
3182
+
3183
+ #: includes/widgets/htmega_pricing_list_view.php:617
3184
+ msgid "Cell Label"
3185
+ msgstr ""
3186
+
3187
+ #: includes/widgets/htmega_data_table.php:410
3188
+ msgid "Cell Styles"
3189
+ msgstr ""
3190
+
3191
+ #: includes/widgets/htmega_accordion.php:474
3192
+ #: includes/widgets/htmega_accordion.php:665
3193
+ #: includes/widgets/htmega_accordion.php:823
3194
+ #: includes/widgets/htmega_accordion.php:1209
3195
+ #: includes/widgets/htmega_accordion.php:1327
3196
+ #: includes/widgets/htmega_add_banner.php:63
3197
+ #: includes/widgets/htmega_add_banner.php:372
3198
+ #: includes/widgets/htmega_blockquote.php:187
3199
+ #: includes/widgets/htmega_buddy_press.php:258
3200
+ #: includes/widgets/htmega_business_hours.php:395
3201
+ #: includes/widgets/htmega_button.php:158
3202
+ #: includes/widgets/htmega_caldera_form.php:76
3203
+ #: includes/widgets/htmega_caldera_form.php:351
3204
+ #: includes/widgets/htmega_call_to_action.php:334
3205
+ #: includes/widgets/htmega_carousel.php:841
3206
+ #: includes/widgets/htmega_contact_form_seven.php:121
3207
+ #: includes/widgets/htmega_countdown.php:615
3208
+ #: includes/widgets/htmega_countdown.php:647
3209
+ #: includes/widgets/htmega_counter.php:292
3210
+ #: includes/widgets/htmega_counter.php:325
3211
+ #: includes/widgets/htmega_counter.php:431
3212
+ #: includes/widgets/htmega_counter.php:557
3213
+ #: includes/widgets/htmega_data_table.php:643
3214
+ #: includes/widgets/htmega_data_table.php:762
3215
+ #: includes/widgets/htmega_double_button.php:329
3216
+ #: includes/widgets/htmega_dropcaps.php:88
3217
+ #: includes/widgets/htmega_easy_digital_download.php:322
3218
+ #: includes/widgets/htmega_easy_digital_download.php:690
3219
+ #: includes/widgets/htmega_errorcontent.php:253
3220
+ #: includes/widgets/htmega_gravity_forms.php:153
3221
+ #: includes/widgets/htmega_gravity_forms.php:209
3222
+ #: includes/widgets/htmega_gravity_forms.php:243
3223
+ #: includes/widgets/htmega_gravity_forms.php:548
3224
+ #: includes/widgets/htmega_gravity_forms.php:779
3225
+ #: includes/widgets/htmega_imagemarker.php:714
3226
+ #: includes/widgets/htmega_image_comparison.php:186
3227
+ #: includes/widgets/htmega_image_grid.php:287
3228
+ #: includes/widgets/htmega_image_grid.php:384
3229
+ #: includes/widgets/htmega_image_masonry.php:262
3230
+ #: includes/widgets/htmega_image_masonry.php:359
3231
+ #: includes/widgets/htmega_inlinemenu.php:125
3232
+ #: includes/widgets/htmega_instagram.php:1488
3233
+ #: includes/widgets/htmega_lightbox.php:200
3234
+ #: includes/widgets/htmega_lightbox.php:313
3235
+ #: includes/widgets/htmega_mailchimp_wp.php:133
3236
+ #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:1009
3237
+ #: includes/widgets/htmega_newsticker.php:458
3238
+ #: includes/widgets/htmega_ninja_form.php:192
3239
+ #: includes/widgets/htmega_ninja_form.php:294
3240
+ #: includes/widgets/htmega_ninja_form.php:328
3241
+ #: includes/widgets/htmega_ninja_form.php:615
3242
+ #: includes/widgets/htmega_ninja_form.php:826
3243
+ #: includes/widgets/htmega_ninja_form.php:1038
3244
+ #: includes/widgets/htmega_notify.php:286
3245
+ #: includes/widgets/htmega_notify.php:566
3246
+ #: includes/widgets/htmega_notify.php:832
3247
+ #: includes/widgets/htmega_offcanvas.php:287
3248
+ #: includes/widgets/htmega_offcanvas.php:379
3249
+ #: includes/widgets/htmega_panel_slider.php:567
3250
+ #: includes/widgets/htmega_popover.php:269
3251
+ #: includes/widgets/htmega_popover.php:665
3252
+ #: includes/widgets/htmega_popover.php:769
3253
+ #: includes/widgets/htmega_postgrid.php:297
3254
+ #: includes/widgets/htmega_postgrid.php:521
3255
+ #: includes/widgets/htmega_postgrid.php:634
3256
+ #: includes/widgets/htmega_post_grid_tab.php:405
3257
+ #: includes/widgets/htmega_post_grid_tab.php:499
3258
+ #: includes/widgets/htmega_post_grid_tab.php:586
3259
+ #: includes/widgets/htmega_post_grid_tab.php:809
3260
+ #: includes/widgets/htmega_post_slider.php:840
3261
+ #: includes/widgets/htmega_post_slider.php:934
3262
+ #: includes/widgets/htmega_post_slider.php:1021
3263
+ #: includes/widgets/htmega_post_slider.php:1237
3264
+ #: includes/widgets/htmega_pricing_list_view.php:477
3265
+ #: includes/widgets/htmega_pricing_list_view.php:1132
3266
+ #: includes/widgets/htmega_quforms.php:94
3267
+ #: includes/widgets/htmega_quforms.php:214
3268
+ #: includes/widgets/htmega_quforms.php:335
3269
+ #: includes/widgets/htmega_quforms.php:555
3270
+ #: includes/widgets/htmega_quforms.php:773
3271
+ #: includes/widgets/htmega_search.php:160
3272
+ #: includes/widgets/htmega_section_title.php:161
3273
+ #: includes/widgets/htmega_section_title.php:419
3274
+ #: includes/widgets/htmega_service.php:245
3275
+ #: includes/widgets/htmega_service.php:429
3276
+ #: includes/widgets/htmega_service.php:534
3277
+ #: includes/widgets/htmega_service.php:723
3278
+ #: includes/widgets/htmega_service.php:985
3279
+ #: includes/widgets/htmega_singlepost.php:225
3280
+ #: includes/widgets/htmega_singlepost.php:321
3281
+ #: includes/widgets/htmega_singlepost.php:428
3282
+ #: includes/widgets/htmega_socialshere.php:378
3283
+ #: includes/widgets/htmega_special_day_banner.php:47
3284
+ #: includes/widgets/htmega_special_day_banner.php:269
3285
+ #: includes/widgets/htmega_tablepress.php:217
3286
+ #: includes/widgets/htmega_tablepress.php:374
3287
+ #: includes/widgets/htmega_tabs.php:517
3288
+ #: includes/widgets/htmega_teammember.php:620
3289
+ #: includes/widgets/htmega_teammember.php:749
3290
+ #: includes/widgets/htmega_teammember.php:839
3291
+ #: includes/widgets/htmega_teammember.php:930
3292
+ #: includes/widgets/htmega_teammember.php:997
3293
+ #: includes/widgets/htmega_testimonial_grid.php:557
3294
+ #: includes/widgets/htmega_toggle.php:200
3295
+ #: includes/widgets/htmega_tooltip.php:245
3296
+ #: includes/widgets/htmega_user_login_form.php:153
3297
+ #: includes/widgets/htmega_user_login_form.php:375
3298
+ #: includes/widgets/htmega_user_login_form.php:431
3299
+ #: includes/widgets/htmega_user_login_form.php:575
3300
+ #: includes/widgets/htmega_videoplayer.php:300
3301
+ #: includes/widgets/htmega_wc_categories.php:384
3302
+ #: includes/widgets/htmega_wpforms.php:184
3303
+ #: includes/widgets/htmega_wpforms.php:286
3304
+ #: includes/widgets/htmega_wpforms.php:321
3305
+ #: includes/widgets/htmega_wpforms.php:618
3306
+ #: includes/widgets/htmega_wpforms.php:837
3307
+ #: includes/widgets/htmega_wpforms.php:1065
3308
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:119
3309
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:499
3310
+ #: extensions/ht-builder/widgets/bl_page_title.php:141
3311
+ #: extensions/ht-builder/widgets/bl_post_archive.php:306
3312
+ #: extensions/ht-builder/widgets/bl_post_archive.php:387
3313
+ #: extensions/ht-builder/widgets/bl_post_archive.php:494
3314
+ #: extensions/ht-builder/widgets/bl_post_archive.php:600
3315
+ #: extensions/ht-builder/widgets/bl_post_archive.php:680
3316
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:143
3317
+ #: extensions/ht-builder/widgets/bl_post_content.php:76
3318
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:76
3319
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:75
3320
+ #: extensions/ht-builder/widgets/bl_post_title.php:109
3321
+ #: extensions/ht-builder/widgets/bl_site_logo.php:163
3322
+ #: extensions/ht-builder/widgets/bl_site_title.php:143
3323
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:170
3324
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:171
3325
+ msgid "Center"
3326
+ msgstr ""
3327
+
3328
+ #: includes/widgets/htmega_googlemap.php:100
3329
+ msgid "Center Address"
3330
+ msgstr ""
3331
+
3332
+ #: includes/widgets/htmega_blockquote.php:158
3333
+ msgid "Center Bottom"
3334
+ msgstr ""
3335
+
3336
+ #: includes/widgets/htmega_blockquote.php:157
3337
+ msgid "Center Center"
3338
+ msgstr ""
3339
+
3340
+ #: includes/widgets/htmega_carousel.php:225
3341
+ #: includes/widgets/htmega_instagram.php:420
3342
+ #: includes/widgets/htmega_panel_slider.php:285
3343
+ #: includes/widgets/htmega_post_slider.php:405
3344
+ #: includes/widgets/htmega_slider_thumb_gallery.php:222
3345
+ #: includes/widgets/htmega_twitter_feed.php:347
3346
+ msgid "Center Mode"
3347
+ msgstr ""
3348
+
3349
+ #: includes/widgets/htmega_carousel.php:238
3350
+ #: includes/widgets/htmega_instagram.php:433
3351
+ #: includes/widgets/htmega_panel_slider.php:298
3352
+ #: includes/widgets/htmega_post_slider.php:418
3353
+ #: includes/widgets/htmega_slider_thumb_gallery.php:233
3354
+ #: includes/widgets/htmega_twitter_feed.php:360
3355
+ msgid "Center padding"
3356
+ msgstr ""
3357
+
3358
+ #: includes/widgets/htmega_blockquote.php:156
3359
+ msgid "Center Top"
3360
+ msgstr ""
3361
+
3362
+ #: includes/widgets/htmega_user_login_form.php:1030
3363
+ msgid "Checkbox Icon Color"
3364
+ msgstr ""
3365
+
3366
+ #: includes/widgets/htmega_wc_element_pages.php:371
3367
+ msgid "Checkout Button"
3368
+ msgstr ""
3369
+
3370
+ #: includes/widgets/htmega_wc_element_pages.php:60
3371
+ msgid "Checkout Page"
3372
+ msgstr ""
3373
+
3374
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:509
3375
+ msgid "Choose"
3376
+ msgstr ""
3377
+
3378
+ #: includes/widgets/htmega_countdown.php:703
3379
+ msgid "Choose Area Seperator Image"
3380
+ msgstr ""
3381
+
3382
+ #: admin/include/class.settings-api.php:398
3383
+ msgid "Choose File"
3384
+ msgstr ""
3385
+
3386
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:304
3387
+ msgid "Choose Icon"
3388
+ msgstr ""
3389
+
3390
+ #: includes/widgets/htmega_scroll_image.php:50
3391
+ msgid "Choose Image"
3392
+ msgstr ""
3393
+
3394
+ #: includes/widgets/htmega_wc_element_pages.php:70
3395
+ msgid "Choose Product"
3396
+ msgstr ""
3397
+
3398
+ #: includes/widgets/htmega_progress_bar.php:63
3399
+ msgid "Circle"
3400
+ msgstr ""
3401
+
3402
+ #: admin/include/templates/library/templates.php:149
3403
+ msgid "Click here"
3404
+ msgstr ""
3405
+
3406
+ #: includes/widgets/htmega_button.php:58
3407
+ msgid "Click Me"
3408
+ msgstr ""
3409
+
3410
+ #: includes/widgets/htmega_testimonial_grid.php:184
3411
+ msgid "Client Rating"
3412
+ msgstr ""
3413
+
3414
+ #: includes/widgets/htmega_testimonial_grid.php:212
3415
+ msgid "Client Say"
3416
+ msgstr ""
3417
+
3418
+ #: includes/widgets/htmega_testimonial_grid.php:541
3419
+ msgid "Client say"
3420
+ msgstr ""
3421
+
3422
+ #: includes/widgets/htmega_animated_heading.php:74
3423
+ msgid "Clip"
3424
+ msgstr ""
3425
+
3426
+ #: includes/widgets/htmega_animated_heading.php:454
3427
+ msgid "Clip Color"
3428
+ msgstr ""
3429
+
3430
+ #: includes/widgets/htmega_animated_heading.php:470
3431
+ msgid "Clip Width"
3432
+ msgstr ""
3433
+
3434
+ #: includes/widgets/htmega_business_hours.php:169
3435
+ #: includes/widgets/htmega_modal.php:833
3436
+ #: includes/widgets/htmega_post_grid_tab.php:983
3437
+ #: includes/widgets/htmega_toggle.php:63 includes/widgets/htmega_toggle.php:64
3438
+ msgid "Close"
3439
+ msgstr ""
3440
+
3441
+ #: includes/widgets/htmega_search.php:121
3442
+ msgid "close"
3443
+ msgstr ""
3444
+
3445
+ #: includes/widgets/htmega_accordion.php:306
3446
+ msgid "Close All Item"
3447
+ msgstr ""
3448
+
3449
+ #: includes/widgets/htmega_notify.php:618
3450
+ msgid "Close Button"
3451
+ msgstr ""
3452
+
3453
+ #: includes/widgets/htmega_search.php:845
3454
+ msgid "Close Button Style"
3455
+ msgstr ""
3456
+
3457
+ #: includes/widgets/htmega_search.php:119
3458
+ msgid "Close Button Text"
3459
+ msgstr ""
3460
+
3461
+ #: includes/widgets/htmega_data_table.php:455
3462
+ #: includes/widgets/htmega_data_table.php:461
3463
+ #: includes/widgets/htmega_data_table.php:467
3464
+ #: includes/widgets/htmega_data_table.php:474
3465
+ #: includes/widgets/htmega_pricing_list_view.php:1092
3466
+ #: includes/widgets/htmega_pricing_list_view.php:1098
3467
+ #: includes/widgets/htmega_pricing_list_view.php:1104
3468
+ #: includes/widgets/htmega_pricing_list_view.php:1111
3469
+ msgid "col"
3470
+ msgstr ""
3471
+
3472
+ #: includes/widgets/htmega_pricing_list_view.php:215
3473
+ msgid "Col Span"
3474
+ msgstr ""
3475
+
3476
+ #: includes/widgets/htmega_notify.php:247
3477
+ msgid "col-md-1"
3478
+ msgstr ""
3479
+
3480
+ #: includes/widgets/htmega_notify.php:238
3481
+ msgid "col-md-10"
3482
+ msgstr ""
3483
+
3484
+ #: includes/widgets/htmega_notify.php:237
3485
+ msgid "col-md-11"
3486
+ msgstr ""
3487
+
3488
+ #: includes/widgets/htmega_notify.php:236
3489
+ msgid "col-md-12"
3490
+ msgstr ""
3491
+
3492
+ #: includes/widgets/htmega_notify.php:246
3493
+ msgid "col-md-2"
3494
+ msgstr ""
3495
+
3496
+ #: includes/widgets/htmega_notify.php:245
3497
+ msgid "col-md-3"
3498
+ msgstr ""
3499
+
3500
+ #: includes/widgets/htmega_notify.php:244
3501
+ msgid "col-md-4"
3502
+ msgstr ""
3503
+
3504
+ #: includes/widgets/htmega_notify.php:243
3505
+ msgid "col-md-5"
3506
+ msgstr ""
3507
+
3508
+ #: includes/widgets/htmega_notify.php:242
3509
+ msgid "col-md-6"
3510
+ msgstr ""
3511
+
3512
+ #: includes/widgets/htmega_notify.php:241
3513
+ msgid "col-md-7"
3514
+ msgstr ""
3515
+
3516
+ #: includes/widgets/htmega_notify.php:240
3517
+ msgid "col-md-8"
3518
+ msgstr ""
3519
+
3520
+ #: includes/widgets/htmega_notify.php:239
3521
+ msgid "col-md-9"
3522
+ msgstr ""
3523
+
3524
+ #: includes/widgets/htmega_accordion.php:545
3525
+ #: includes/widgets/htmega_accordion.php:586
3526
+ #: includes/widgets/htmega_accordion.php:682
3527
+ #: includes/widgets/htmega_accordion.php:900
3528
+ #: includes/widgets/htmega_accordion.php:1027
3529
+ #: includes/widgets/htmega_accordion.php:1138
3530
+ #: includes/widgets/htmega_accordion.php:1239
3531
+ #: includes/widgets/htmega_add_banner.php:441
3532
+ #: includes/widgets/htmega_add_banner.php:500
3533
+ #: includes/widgets/htmega_add_banner.php:559
3534
+ #: includes/widgets/htmega_add_banner.php:626
3535
+ #: includes/widgets/htmega_add_banner.php:714
3536
+ #: includes/widgets/htmega_animated_heading.php:161
3537
+ #: includes/widgets/htmega_animated_heading.php:244
3538
+ #: includes/widgets/htmega_animated_heading.php:292
3539
+ #: includes/widgets/htmega_animated_heading.php:379
3540
+ #: includes/widgets/htmega_blockquote.php:277
3541
+ #: includes/widgets/htmega_blockquote.php:334
3542
+ #: includes/widgets/htmega_blockquote.php:506
3543
+ #: includes/widgets/htmega_booked_calender.php:271
3544
+ #: includes/widgets/htmega_booked_calender.php:320
3545
+ #: includes/widgets/htmega_booked_calender.php:363
3546
+ #: includes/widgets/htmega_booked_calender.php:486
3547
+ #: includes/widgets/htmega_booked_calender.php:519
3548
+ #: includes/widgets/htmega_buddy_press.php:323
3549
+ #: includes/widgets/htmega_buddy_press.php:365
3550
+ #: includes/widgets/htmega_buddy_press.php:392
3551
+ #: includes/widgets/htmega_business_hours.php:418
3552
+ #: includes/widgets/htmega_business_hours.php:513
3553
+ #: includes/widgets/htmega_business_hours.php:552
3554
+ #: includes/widgets/htmega_caldera_form.php:92
3555
+ #: includes/widgets/htmega_caldera_form.php:145
3556
+ #: includes/widgets/htmega_caldera_form.php:665
3557
+ #: includes/widgets/htmega_caldera_form.php:704
3558
+ #: includes/widgets/htmega_call_to_action.php:511
3559
+ #: includes/widgets/htmega_call_to_action.php:570
3560
+ #: includes/widgets/htmega_call_to_action.php:629
3561
+ #: includes/widgets/htmega_call_to_action.php:823
3562
+ #: includes/widgets/htmega_call_to_action.php:1029
3563
+ #: includes/widgets/htmega_carousel.php:557
3564
+ #: includes/widgets/htmega_carousel.php:759
3565
+ #: includes/widgets/htmega_contact_form_seven.php:957
3566
+ #: includes/widgets/htmega_contact_form_seven.php:991
3567
+ #: includes/widgets/htmega_countdown.php:687
3568
+ #: includes/widgets/htmega_countdown.php:749
3569
+ #: includes/widgets/htmega_countdown.php:922
3570
+ #: includes/widgets/htmega_countdown.php:1044
3571
+ #: includes/widgets/htmega_countdown.php:1129
3572
+ #: includes/widgets/htmega_counter.php:456
3573
+ #: includes/widgets/htmega_counter.php:582
3574
+ #: includes/widgets/htmega_counter.php:821
3575
+ #: includes/widgets/htmega_counter.php:938
3576
+ #: includes/widgets/htmega_counter.php:1026
3577
+ #: includes/widgets/htmega_custom_event.php:143
3578
+ #: includes/widgets/htmega_custom_event.php:198
3579
+ #: includes/widgets/htmega_custom_event.php:228
3580
+ #: includes/widgets/htmega_custom_event.php:285
3581
+ #: includes/widgets/htmega_custom_event.php:330
3582
+ #: includes/widgets/htmega_custom_event.php:398
3583
+ #: includes/widgets/htmega_custom_event.php:448
3584
+ #: includes/widgets/htmega_data_table.php:321
3585
+ #: includes/widgets/htmega_double_button.php:466
3586
+ #: includes/widgets/htmega_double_button.php:562
3587
+ #: includes/widgets/htmega_double_button.php:639
3588
+ #: includes/widgets/htmega_double_button.php:734
3589
+ #: includes/widgets/htmega_double_button.php:822
3590
+ #: includes/widgets/htmega_download_monitor.php:211
3591
+ #: includes/widgets/htmega_download_monitor.php:258
3592
+ #: includes/widgets/htmega_download_monitor.php:328
3593
+ #: includes/widgets/htmega_dropcaps.php:109
3594
+ #: includes/widgets/htmega_dropcaps.php:205
3595
+ #: includes/widgets/htmega_easy_digital_download.php:359
3596
+ #: includes/widgets/htmega_easy_digital_download.php:431
3597
+ #: includes/widgets/htmega_easy_digital_download.php:540
3598
+ #: includes/widgets/htmega_easy_digital_download.php:619
3599
+ #: includes/widgets/htmega_easy_digital_download.php:707
3600
+ #: includes/widgets/htmega_errorcontent.php:315
3601
+ #: includes/widgets/htmega_errorcontent.php:394
3602
+ #: includes/widgets/htmega_errorcontent.php:473
3603
+ #: includes/widgets/htmega_errorcontent.php:558
3604
+ #: includes/widgets/htmega_errorcontent.php:644
3605
+ #: includes/widgets/htmega_errorcontent.php:709
3606
+ #: includes/widgets/htmega_errorcontent.php:795
3607
+ #: includes/widgets/htmega_gravity_forms.php:127
3608
+ #: includes/widgets/htmega_gravity_forms.php:183
3609
+ #: includes/widgets/htmega_gravity_forms.php:270
3610
+ #: includes/widgets/htmega_gravity_forms.php:351
3611
+ #: includes/widgets/htmega_gravity_forms.php:415
3612
+ #: includes/widgets/htmega_gravity_forms.php:585
3613
+ #: includes/widgets/htmega_gravity_forms.php:695
3614
+ #: includes/widgets/htmega_gravity_forms.php:805
3615
+ #: includes/widgets/htmega_gravity_forms.php:886
3616
+ #: includes/widgets/htmega_imagemarker.php:623
3617
+ #: includes/widgets/htmega_imagemarker.php:638
3618
+ #: includes/widgets/htmega_imagemarker.php:855
3619
+ #: includes/widgets/htmega_imagemarker.php:929
3620
+ #: includes/widgets/htmega_imagemarker.php:977
3621
+ #: includes/widgets/htmega_image_comparison.php:239
3622
+ #: includes/widgets/htmega_image_comparison.php:320
3623
+ #: includes/widgets/htmega_image_comparison.php:419
3624
+ #: includes/widgets/htmega_image_grid.php:310
3625
+ #: includes/widgets/htmega_image_grid.php:407
3626
+ #: includes/widgets/htmega_image_grid.php:459
3627
+ #: includes/widgets/htmega_image_grid.php:541
3628
+ #: includes/widgets/htmega_image_masonry.php:285
3629
+ #: includes/widgets/htmega_image_masonry.php:382
3630
+ #: includes/widgets/htmega_image_masonry.php:455
3631
+ #: includes/widgets/htmega_image_masonry.php:536
3632
+ #: includes/widgets/htmega_inlinemenu.php:152
3633
+ #: includes/widgets/htmega_inlinemenu.php:251
3634
+ #: includes/widgets/htmega_inlinemenu.php:414
3635
+ #: includes/widgets/htmega_instagram.php:800
3636
+ #: includes/widgets/htmega_instagram.php:874
3637
+ #: includes/widgets/htmega_instagram.php:934
3638
+ #: includes/widgets/htmega_instagram.php:1080
3639
+ #: includes/widgets/htmega_instagram.php:1301
3640
+ #: includes/widgets/htmega_instagram.php:1397
3641
+ #: includes/widgets/htmega_lightbox.php:339
3642
+ #: includes/widgets/htmega_modal.php:217 includes/widgets/htmega_modal.php:441
3643
+ #: includes/widgets/htmega_modal.php:582 includes/widgets/htmega_modal.php:680
3644
+ #: includes/widgets/htmega_modal.php:754 includes/widgets/htmega_modal.php:840
3645
+ #: includes/widgets/htmega_modal.php:924
3646
+ #: includes/widgets/htmega_newsticker.php:420
3647
+ #: includes/widgets/htmega_newsticker.php:494
3648
+ #: includes/widgets/htmega_newsticker.php:628
3649
+ #: includes/widgets/htmega_newsticker.php:737
3650
+ #: includes/widgets/htmega_newsticker.php:861
3651
+ #: includes/widgets/htmega_newsticker.php:911
3652
+ #: includes/widgets/htmega_ninja_form.php:120
3653
+ #: includes/widgets/htmega_ninja_form.php:222
3654
+ #: includes/widgets/htmega_ninja_form.php:356
3655
+ #: includes/widgets/htmega_ninja_form.php:440
3656
+ #: includes/widgets/htmega_ninja_form.php:502
3657
+ #: includes/widgets/htmega_ninja_form.php:651
3658
+ #: includes/widgets/htmega_ninja_form.php:724
3659
+ #: includes/widgets/htmega_ninja_form.php:870
3660
+ #: includes/widgets/htmega_ninja_form.php:954
3661
+ #: includes/widgets/htmega_ninja_form.php:1064
3662
+ #: includes/widgets/htmega_ninja_form.php:1145
3663
+ #: includes/widgets/htmega_ninja_form.php:1165
3664
+ #: includes/widgets/htmega_notify.php:328
3665
+ #: includes/widgets/htmega_notify.php:424
3666
+ #: includes/widgets/htmega_notify.php:479
3667
+ #: includes/widgets/htmega_notify.php:624
3668
+ #: includes/widgets/htmega_offcanvas.php:421
3669
+ #: includes/widgets/htmega_offcanvas.php:493
3670
+ #: includes/widgets/htmega_panel_slider.php:636
3671
+ #: includes/widgets/htmega_panel_slider.php:692
3672
+ #: includes/widgets/htmega_panel_slider.php:762
3673
+ #: includes/widgets/htmega_panel_slider.php:975
3674
+ #: includes/widgets/htmega_popover.php:337
3675
+ #: includes/widgets/htmega_popover.php:459
3676
+ #: includes/widgets/htmega_popover.php:602
3677
+ #: includes/widgets/htmega_popover.php:706
3678
+ #: includes/widgets/htmega_postgrid.php:453
3679
+ #: includes/widgets/htmega_postgrid.php:581
3680
+ #: includes/widgets/htmega_postgrid.php:668
3681
+ #: includes/widgets/htmega_post_grid_tab.php:436
3682
+ #: includes/widgets/htmega_post_grid_tab.php:533
3683
+ #: includes/widgets/htmega_post_grid_tab.php:630
3684
+ #: includes/widgets/htmega_post_grid_tab.php:694
3685
+ #: includes/widgets/htmega_post_grid_tab.php:734
3686
+ #: includes/widgets/htmega_post_grid_tab.php:850
3687
+ #: includes/widgets/htmega_post_grid_tab.php:934
3688
+ #: includes/widgets/htmega_post_grid_tab.php:1000
3689
+ #: includes/widgets/htmega_post_grid_tab.php:1058
3690
+ #: includes/widgets/htmega_post_slider.php:871
3691
+ #: includes/widgets/htmega_post_slider.php:968
3692
+ #: includes/widgets/htmega_post_slider.php:1065
3693
+ #: includes/widgets/htmega_post_slider.php:1128
3694
+ #: includes/widgets/htmega_post_slider.php:1164
3695
+ #: includes/widgets/htmega_post_slider.php:1278
3696
+ #: includes/widgets/htmega_post_slider.php:1361
3697
+ #: includes/widgets/htmega_post_slider.php:1542
3698
+ #: includes/widgets/htmega_post_slider.php:1690
3699
+ #: includes/widgets/htmega_pricing_list_view.php:1797
3700
+ #: includes/widgets/htmega_progress_bar.php:737
3701
+ #: includes/widgets/htmega_quforms.php:121
3702
+ #: includes/widgets/htmega_quforms.php:241
3703
+ #: includes/widgets/htmega_quforms.php:363
3704
+ #: includes/widgets/htmega_quforms.php:487
3705
+ #: includes/widgets/htmega_quforms.php:583
3706
+ #: includes/widgets/htmega_quforms.php:705
3707
+ #: includes/widgets/htmega_quforms.php:838
3708
+ #: includes/widgets/htmega_quforms.php:925
3709
+ #: includes/widgets/htmega_quforms.php:1023
3710
+ #: includes/widgets/htmega_scroll_image.php:329
3711
+ #: includes/widgets/htmega_scroll_navigation.php:240
3712
+ #: includes/widgets/htmega_search.php:442
3713
+ #: includes/widgets/htmega_search.php:611
3714
+ #: includes/widgets/htmega_search.php:690
3715
+ #: includes/widgets/htmega_search.php:856
3716
+ #: includes/widgets/htmega_search.php:953
3717
+ #: includes/widgets/htmega_section_title.php:517
3718
+ #: includes/widgets/htmega_section_title.php:546
3719
+ #: includes/widgets/htmega_section_title.php:779
3720
+ #: includes/widgets/htmega_section_title.php:942
3721
+ #: includes/widgets/htmega_service.php:364
3722
+ #: includes/widgets/htmega_service.php:480
3723
+ #: includes/widgets/htmega_service.php:645
3724
+ #: includes/widgets/htmega_service.php:754
3725
+ #: includes/widgets/htmega_service.php:1029
3726
+ #: includes/widgets/htmega_service.php:1115
3727
+ #: includes/widgets/htmega_singlepost.php:163
3728
+ #: includes/widgets/htmega_singlepost.php:259
3729
+ #: includes/widgets/htmega_singlepost.php:361
3730
+ #: includes/widgets/htmega_slider_thumb_gallery.php:685
3731
+ #: includes/widgets/htmega_slider_thumb_gallery.php:738
3732
+ #: includes/widgets/htmega_slider_thumb_gallery.php:823
3733
+ #: includes/widgets/htmega_slider_thumb_gallery.php:996
3734
+ #: includes/widgets/htmega_socialshere.php:186
3735
+ #: includes/widgets/htmega_socialshere.php:228
3736
+ #: includes/widgets/htmega_special_day_banner.php:346
3737
+ #: includes/widgets/htmega_special_day_banner.php:405
3738
+ #: includes/widgets/htmega_special_day_banner.php:464
3739
+ #: includes/widgets/htmega_special_day_banner.php:523
3740
+ #: includes/widgets/htmega_special_day_banner.php:582
3741
+ #: includes/widgets/htmega_special_day_banner.php:649
3742
+ #: includes/widgets/htmega_special_day_banner.php:737
3743
+ #: includes/widgets/htmega_switcher.php:474
3744
+ #: includes/widgets/htmega_switcher.php:553
3745
+ #: includes/widgets/htmega_tablepress.php:175
3746
+ #: includes/widgets/htmega_tablepress.php:410
3747
+ #: includes/widgets/htmega_tabs.php:537 includes/widgets/htmega_tabs.php:623
3748
+ #: includes/widgets/htmega_tabs.php:861
3749
+ #: includes/widgets/htmega_teammember.php:696
3750
+ #: includes/widgets/htmega_teammember.php:786
3751
+ #: includes/widgets/htmega_teammember.php:876
3752
+ #: includes/widgets/htmega_testimonial_grid.php:427
3753
+ #: includes/widgets/htmega_testimonial_grid.php:488
3754
+ #: includes/widgets/htmega_testimonial_grid.php:580
3755
+ #: includes/widgets/htmega_testimonial_grid.php:701
3756
+ #: includes/widgets/htmega_toggle.php:129
3757
+ #: includes/widgets/htmega_toggle.php:232
3758
+ #: includes/widgets/htmega_toggle.php:349
3759
+ #: includes/widgets/htmega_tooltip.php:313
3760
+ #: includes/widgets/htmega_tooltip.php:436
3761
+ #: includes/widgets/htmega_tooltip.php:491
3762
+ #: includes/widgets/htmega_twitter_feed.php:627
3763
+ #: includes/widgets/htmega_twitter_feed.php:708
3764
+ #: includes/widgets/htmega_twitter_feed.php:844
3765
+ #: includes/widgets/htmega_twitter_feed.php:877
3766
+ #: includes/widgets/htmega_twitter_feed.php:907
3767
+ #: includes/widgets/htmega_twitter_feed.php:977
3768
+ #: includes/widgets/htmega_twitter_feed.php:1034
3769
+ #: includes/widgets/htmega_twitter_feed.php:1075
3770
+ #: includes/widgets/htmega_twitter_feed.php:1240
3771
+ #: includes/widgets/htmega_user_login_form.php:1104
3772
+ #: includes/widgets/htmega_user_login_form.php:1231
3773
+ #: includes/widgets/htmega_user_login_form.php:1302
3774
+ #: includes/widgets/htmega_user_login_form.php:1415
3775
+ #: includes/widgets/htmega_user_login_form.php:1472
3776
+ #: includes/widgets/htmega_verticle_time_line.php:132
3777
+ #: includes/widgets/htmega_verticle_time_line.php:198
3778
+ #: includes/widgets/htmega_verticle_time_line.php:281
3779
+ #: includes/widgets/htmega_verticle_time_line.php:328
3780
+ #: includes/widgets/htmega_videoplayer.php:343
3781
+ #: includes/widgets/htmega_videoplayer.php:481
3782
+ #: includes/widgets/htmega_wc_categories.php:308
3783
+ #: includes/widgets/htmega_wc_categories.php:410
3784
+ #: includes/widgets/htmega_wc_element_pages.php:668
3785
+ #: includes/widgets/htmega_wc_element_pages.php:1314
3786
+ #: includes/widgets/htmega_wc_element_pages.php:1713
3787
+ #: includes/widgets/htmega_wc_element_pages.php:1800
3788
+ #: includes/widgets/htmega_wc_element_pages.php:1861
3789
+ #: includes/widgets/htmega_weather.php:255
3790
+ #: includes/widgets/htmega_working_process.php:628
3791
+ #: includes/widgets/htmega_working_process.php:639
3792
+ #: includes/widgets/htmega_working_process.php:720
3793
+ #: includes/widgets/htmega_working_process.php:820
3794
+ #: includes/widgets/htmega_working_process.php:941
3795
+ #: includes/widgets/htmega_working_process.php:1070
3796
+ #: includes/widgets/htmega_wpforms.php:112
3797
+ #: includes/widgets/htmega_wpforms.php:214
3798
+ #: includes/widgets/htmega_wpforms.php:348
3799
+ #: includes/widgets/htmega_wpforms.php:422
3800
+ #: includes/widgets/htmega_wpforms.php:461
3801
+ #: includes/widgets/htmega_wpforms.php:505
3802
+ #: includes/widgets/htmega_wpforms.php:655
3803
+ #: includes/widgets/htmega_wpforms.php:727
3804
+ #: includes/widgets/htmega_wpforms.php:873
3805
+ #: includes/widgets/htmega_wpforms.php:981
3806
+ #: includes/widgets/htmega_wpforms.php:1091
3807
+ #: includes/widgets/htmega_wpforms.php:1144
3808
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:149
3809
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:234
3810
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:287
3811
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:382
3812
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:435
3813
+ #: extensions/ht-builder/widgets/bl_page_title.php:66
3814
+ #: extensions/ht-builder/widgets/bl_post_archive.php:347
3815
+ #: extensions/ht-builder/widgets/bl_post_archive.php:414
3816
+ #: extensions/ht-builder/widgets/bl_post_archive.php:453
3817
+ #: extensions/ht-builder/widgets/bl_post_archive.php:560
3818
+ #: extensions/ht-builder/widgets/bl_post_archive.php:627
3819
+ #: extensions/ht-builder/widgets/bl_post_archive.php:652
3820
+ #: extensions/ht-builder/widgets/bl_post_archive.php:721
3821
+ #: extensions/ht-builder/widgets/bl_post_archive.php:796
3822
+ #: extensions/ht-builder/widgets/bl_post_archive.php:856
3823
+ #: extensions/ht-builder/widgets/bl_post_archive.php:920
3824
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:68
3825
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:225
3826
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:265
3827
+ #: extensions/ht-builder/widgets/bl_post_comments.php:48
3828
+ #: extensions/ht-builder/widgets/bl_post_comments.php:98
3829
+ #: extensions/ht-builder/widgets/bl_post_comments.php:148
3830
+ #: extensions/ht-builder/widgets/bl_post_content.php:48
3831
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:48
3832
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:355
3833
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:395
3834
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:425
3835
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:451
3836
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:110
3837
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:184
3838
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:258
3839
+ #: extensions/ht-builder/widgets/bl_site_title.php:68
3840
+ #: extensions/ht-menu/menu/templates.php:114
3841
+ #: extensions/ht-menu/menu/templates.php:135
3842
+ msgid "Color"
3843
+ msgstr ""
3844
+
3845
+ #: includes/widgets/htmega_socialshere.php:689
3846
+ #: includes/widgets/htmega_socialshere.php:721
3847
+ msgid "color"
3848
+ msgstr ""
3849
+
3850
+ #: includes/widgets/htmega_data_table.php:396
3851
+ #: includes/widgets/htmega_pricing_list_view.php:646
3852
+ msgid "Colspan"
3853
+ msgstr ""
3854
+
3855
+ #: includes/widgets/htmega_data_table.php:242
3856
+ #: includes/widgets/htmega_image_grid.php:58
3857
+ #: includes/widgets/htmega_image_masonry.php:66
3858
+ #: includes/widgets/htmega_instagram.php:143
3859
+ #: includes/widgets/htmega_pricing_list_view.php:550
3860
+ #: includes/widgets/htmega_user_login_form.php:404
3861
+ #: includes/widgets/htmega_working_process.php:58
3862
+ msgid "Column"
3863
+ msgstr ""
3864
+
3865
+ #: includes/widgets/htmega_testimonial_grid.php:56
3866
+ msgid "Column "
3867
+ msgstr ""
3868
+
3869
+ #: includes/widgets/htmega_working_process.php:66
3870
+ msgid "Column Five"
3871
+ msgstr ""
3872
+
3873
+ #: includes/widgets/htmega_working_process.php:65
3874
+ msgid "Column Four"
3875
+ msgstr ""
3876
+
3877
+ #: includes/widgets/htmega_panel_slider.php:177
3878
+ #: includes/widgets/htmega_testimonial_grid.php:145
3879
+ msgid "Column Gap"
3880
+ msgstr ""
3881
+
3882
+ #: includes/widgets/htmega_countdown.php:336
3883
+ msgid "Column Height"
3884
+ msgstr ""
3885
+
3886
+ #: includes/widgets/htmega_data_table.php:143
3887
+ #: includes/widgets/htmega_pricing_list_view.php:202
3888
+ msgid "Column Name"
3889
+ msgstr ""
3890
+
3891
+ #: includes/widgets/htmega_working_process.php:62
3892
+ msgid "Column One"
3893
+ msgstr ""
3894
+
3895
+ #: includes/widgets/htmega_image_grid.php:75
3896
+ #: includes/widgets/htmega_twitter_feed.php:257
3897
+ msgid "Column Space"
3898
+ msgstr ""
3899
+
3900
+ #: includes/widgets/htmega_countdown.php:373
3901
+ msgid "Column Spacing"
3902
+ msgstr ""
3903
+
3904
+ #: includes/widgets/htmega_data_table.php:152
3905
+ msgid "Column styles"
3906
+ msgstr ""
3907
+
3908
+ #: includes/widgets/htmega_working_process.php:64
3909
+ msgid "Column Three"
3910
+ msgstr ""
3911
+
3912
+ #: includes/widgets/htmega_working_process.php:63
3913
+ msgid "Column Two"
3914
+ msgstr ""
3915
+
3916
+ #: includes/widgets/htmega_buddy_press.php:280
3917
+ #: includes/widgets/htmega_countdown.php:300
3918
+ msgid "Column Width"
3919
+ msgstr ""
3920
+
3921
+ #: includes/widgets/htmega_panel_slider.php:199
3922
+ msgid "Column width accroding to image"
3923
+ msgstr ""
3924
+
3925
+ #: includes/widgets/htmega_easy_digital_download.php:50
3926
+ #: includes/widgets/htmega_wc_categories.php:41
3927
+ #: extensions/ht-builder/widgets/bl_post_archive.php:56
3928
+ msgid "Columns"
3929
+ msgstr ""
3930
+
3931
+ #: admin/include/admin-setting.php:1249 admin/include/admin-setting.php:1274
3932
+ msgid "Coming soon Page Builder"
3933
+ msgstr ""
3934
+
3935
+ #: extensions/ht-builder/admin/setting.php:124
3936
+ msgid "Coming Soon Page Template."
3937
+ msgstr ""
3938
+
3939
+ #: includes/widgets/htmega_newsticker.php:255
3940
+ #: includes/widgets/htmega_postgrid.php:152
3941
+ #: includes/widgets/htmega_post_grid_tab.php:159
3942
+ #: includes/widgets/htmega_post_slider.php:163
3943
+ #: extensions/ht-builder/widgets/bl_post_archive.php:203
3944
+ msgid "Comment count"
3945
+ msgstr ""
3946
+
3947
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:68
3948
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:235
3949
+ msgid "Comments"
3950
+ msgstr ""
3951
+
3952
+ #: extensions/ht-builder/widgets/bl_post_comments.php:192
3953
+ msgid "Comments Are Closed"
3954
+ msgstr ""
3955
+
3956
+ #: includes/widgets/htmega_caldera_form.php:696
3957
+ #: includes/widgets/htmega_gravity_forms.php:878
3958
+ #: includes/widgets/htmega_quforms.php:1015
3959
+ msgid "Confirmation Style"
3960
+ msgstr ""
3961
+
3962
+ #: includes/widgets/htmega_twitter_feed.php:82
3963
+ msgid "Consumer Key"
3964
+ msgstr ""
3965
+
3966
+ #: includes/widgets/htmega_twitter_feed.php:92
3967
+ msgid "Consumer Secret"
3968
+ msgstr ""
3969
+
3970
+ #: includes/widgets/htmega_errorcontent.php:185
3971
+ #: includes/widgets/htmega_errorcontent.php:693
3972
+ msgid "Contact Button"
3973
+ msgstr ""
3974
+
3975
+ #: includes/widgets/htmega_contact_form_seven.php:44
3976
+ #: includes/widgets/htmega_contact_form_seven.php:68
3977
+ msgid "Contact Form"
3978
+ msgstr ""
3979
+
3980
+ #: admin/include/admin-setting.php:959
3981
+ #: includes/widgets/htmega_contact_form_seven.php:13
3982
+ msgid "Contact form 7"
3983
+ msgstr ""
3984
+
3985
+ #: admin/include/admin-setting.php:1231
3986
+ msgid "Contact Us"
3987
+ msgstr ""
3988
+
3989
+ #: includes/widgets/htmega_post_slider.php:682
3990
+ msgid "Container background"
3991
+ msgstr ""
3992
+
3993
+ #: includes/widgets/htmega_post_slider.php:667
3994
+ msgid "Container Border Radius"
3995
+ msgstr ""
3996
+
3997
+ #: includes/widgets/htmega_add_banner.php:356
3998
+ #: includes/widgets/htmega_blockquote.php:54
3999
+ #: includes/widgets/htmega_blockquote.php:67
4000
+ #: includes/widgets/htmega_blockquote.php:269
4001
+ #: includes/widgets/htmega_dropcaps.php:58
4002
+ #: includes/widgets/htmega_imagemarker.php:698
4003
+ #: includes/widgets/htmega_modal.php:64 includes/widgets/htmega_modal.php:77
4004
+ #: includes/widgets/htmega_modal.php:79
4005
+ #: includes/widgets/htmega_newsticker.php:413
4006
+ #: includes/widgets/htmega_notify.php:473
4007
+ #: includes/widgets/htmega_popover.php:691
4008
+ #: includes/widgets/htmega_post_grid_tab.php:192
4009
+ #: includes/widgets/htmega_post_grid_tab.php:523
4010
+ #: includes/widgets/htmega_post_slider.php:199
4011
+ #: includes/widgets/htmega_post_slider.php:958
4012
+ #: includes/widgets/htmega_pricing_list_view.php:68
4013
+ #: includes/widgets/htmega_pricing_list_view.php:195
4014
+ #: includes/widgets/htmega_pricing_list_view.php:560
4015
+ #: includes/widgets/htmega_scroll_navigation.php:73
4016
+ #: includes/widgets/htmega_scroll_navigation.php:75
4017
+ #: includes/widgets/htmega_scroll_navigation.php:85
4018
+ #: includes/widgets/htmega_switcher.php:115
4019
+ #: includes/widgets/htmega_switcher.php:128
4020
+ #: includes/widgets/htmega_switcher.php:131
4021
+ #: includes/widgets/htmega_switcher.php:207
4022
+ #: includes/widgets/htmega_switcher.php:220
4023
+ #: includes/widgets/htmega_switcher.php:223
4024
+ #: includes/widgets/htmega_switcher.php:545 includes/widgets/htmega_tabs.php:62
4025
+ #: includes/widgets/htmega_tabs.php:99 includes/widgets/htmega_tabs.php:112
4026
+ #: includes/widgets/htmega_tabs.php:114 includes/widgets/htmega_tabs.php:853
4027
+ #: includes/widgets/htmega_toggle.php:93 includes/widgets/htmega_toggle.php:106
4028
+ #: includes/widgets/htmega_tooltip.php:485
4029
+ #: includes/widgets/htmega_twitter_feed.php:619
4030
+ #: includes/widgets/htmega_verticle_time_line.php:62
4031
+ #: includes/widgets/htmega_verticle_time_line.php:88
4032
+ #: includes/widgets/htmega_verticle_time_line.php:180
4033
+ #: includes/widgets/htmega_wc_element_pages.php:1850
4034
+ #: extensions/ht-builder/widgets/bl_post_archive.php:645
4035
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:209
4036
+ #: extensions/ht-menu/menu/templates.php:43
4037
+ msgid "Content"
4038
+ msgstr ""
4039
+
4040
+ #: includes/widgets/htmega_countdown.php:639
4041
+ #: includes/widgets/htmega_job_manager.php:155
4042
+ msgid "Content Alignment"
4043
+ msgstr ""
4044
+
4045
+ #: includes/widgets/htmega_panel_slider.php:481
4046
+ msgid "Content area"
4047
+ msgstr ""
4048
+
4049
+ #: includes/widgets/htmega_imagemarker.php:751
4050
+ msgid "Content area border radius"
4051
+ msgstr ""
4052
+
4053
+ #: includes/widgets/htmega_imagemarker.php:762
4054
+ msgid "Content area padding"
4055
+ msgstr ""
4056
+
4057
+ #: includes/widgets/htmega_singlepost.php:474
4058
+ #: includes/widgets/htmega_slider_thumb_gallery.php:757
4059
+ msgid "Content Box"
4060
+ msgstr ""
4061
+
4062
+ #: includes/widgets/htmega_teammember.php:511
4063
+ msgid "Content Box Background"
4064
+ msgstr ""
4065
+
4066
+ #: includes/widgets/htmega_teammember.php:534
4067
+ msgid "Content Box Hover Background"
4068
+ msgstr ""
4069
+
4070
+ #: includes/widgets/htmega_image_grid.php:253
4071
+ #: includes/widgets/htmega_teammember.php:598
4072
+ msgid "Content Box Padding"
4073
+ msgstr ""
4074
+
4075
+ #: includes/widgets/htmega_post_grid_tab.php:335
4076
+ #: includes/widgets/htmega_post_slider.php:709
4077
+ #: includes/widgets/htmega_slider_thumb_gallery.php:670
4078
+ #: includes/widgets/htmega_special_day_banner.php:253
4079
+ msgid "Content Box Style"
4080
+ msgstr ""
4081
+
4082
+ #: includes/widgets/htmega_user_login_form.php:744
4083
+ #: extensions/wc-sales-notification/admin/setting.php:204
4084
+ msgid "Content Color"
4085
+ msgstr ""
4086
+
4087
+ #: admin/include/admin-setting.php:1261 admin/include/admin-setting.php:1286
4088
+ msgid "Content color option"
4089
+ msgstr ""
4090
+
4091
+ #: includes/widgets/htmega_verticle_time_line.php:71
4092
+ msgid "Content Date"
4093
+ msgstr ""
4094
+
4095
+ #: includes/widgets/htmega_imagemarker.php:349
4096
+ msgid "Content Indicator"
4097
+ msgstr ""
4098
+
4099
+ #: includes/widgets/htmega_post_grid_tab.php:201
4100
+ #: includes/widgets/htmega_post_slider.php:209
4101
+ #: includes/widgets/htmega_twitter_feed.php:133
4102
+ #: extensions/ht-builder/widgets/bl_post_archive.php:157
4103
+ msgid "Content Length"
4104
+ msgstr ""
4105
+
4106
+ #: includes/widgets/htmega_newsticker.php:1087
4107
+ msgid "Content Not Found"
4108
+ msgstr ""
4109
+
4110
+ #: includes/widgets/htmega_newsticker.php:181
4111
+ msgid "Content Option"
4112
+ msgstr ""
4113
+
4114
+ #: includes/widgets/htmega_postgrid.php:278
4115
+ msgid "Content Padding"
4116
+ msgstr ""
4117
+
4118
+ #: includes/widgets/htmega_add_banner.php:58
4119
+ #: includes/widgets/htmega_singlepost.php:57
4120
+ #: includes/widgets/htmega_special_day_banner.php:42
4121
+ msgid "Content Position"
4122
+ msgstr ""
4123
+
4124
+ #: includes/widgets/htmega_post_grid_tab.php:76
4125
+ #: includes/widgets/htmega_post_slider.php:80
4126
+ #: includes/widgets/htmega_scroll_navigation.php:60
4127
+ msgid "Content Source"
4128
+ msgstr ""
4129
+
4130
+ #: includes/widgets/htmega_newsticker.php:188
4131
+ #: includes/widgets/htmega_postgrid.php:69
4132
+ msgid "Content Sourse"
4133
+ msgstr ""
4134
+
4135
+ #: includes/widgets/htmega_dropcaps.php:72
4136
+ #: includes/widgets/htmega_teammember.php:68
4137
+ #: includes/widgets/htmega_teammember.php:83
4138
+ #: includes/widgets/htmega_toggle.php:122
4139
+ msgid "Content Style"
4140
+ msgstr ""
4141
+
4142
+ #: includes/widgets/htmega_buddy_press.php:62
4143
+ #: includes/widgets/htmega_pricing_list_view.php:570
4144
+ msgid "Content Type"
4145
+ msgstr ""
4146
+
4147
+ #: includes/widgets/htmega_teammember.php:639
4148
+ msgid "Corner Shape Color"
4149
+ msgstr ""
4150
+
4151
+ #: includes/widgets/htmega_easy_digital_download.php:201
4152
+ #: includes/widgets/htmega_socialshere.php:356
4153
+ #: includes/widgets/htmega_wc_categories.php:132
4154
+ msgid "Count"
4155
+ msgstr ""
4156
+
4157
+ #: includes/widgets/htmega_countdown.php:404
4158
+ msgid "Count Area"
4159
+ msgstr ""
4160
+
4161
+ #: includes/widgets/htmega_countdown.php:291
4162
+ msgid "Count Layout"
4163
+ msgstr ""
4164
+
4165
+ #: includes/widgets_control.php:138 admin/include/admin-setting.php:199
4166
+ #: includes/widgets/htmega_countdown.php:13
4167
+ #: includes/widgets/htmega_countdown.php:65
4168
+ msgid "Countdown"
4169
+ msgstr ""
4170
+
4171
+ #: includes/widgets_control.php:143 admin/include/admin-setting.php:207
4172
+ #: includes/widgets/htmega_counter.php:13
4173
+ #: includes/widgets/htmega_counter.php:42
4174
+ msgid "Counter"
4175
+ msgstr ""
4176
+
4177
+ #: includes/widgets/htmega_countdown.php:673
4178
+ msgid "Counter separator"
4179
+ msgstr ""
4180
+
4181
+ #: includes/widgets/htmega_counter.php:154
4182
+ msgid "Counter Title"
4183
+ msgstr ""
4184
+
4185
+ #: includes/widgets/htmega_wc_element_pages.php:191
4186
+ msgid "Coupon / Update Button"
4187
+ msgstr ""
4188
+
4189
+ #: admin/include/templates_list.php:16
4190
+ msgid "Create a new page from this template"
4191
+ msgstr ""
4192
+
4193
+ #: extensions/wc-sales-notification/admin/setting.php:212
4194
+ msgid "Cross Icon Color"
4195
+ msgstr ""
4196
+
4197
+ #: admin/include/admin-setting.php:1262 admin/include/admin-setting.php:1287
4198
+ msgid "Cross icon color option"
4199
+ msgstr ""
4200
+
4201
+ #: includes/widgets/htmega_booked_calender.php:356
4202
+ msgid "Current Date"
4203
+ msgstr ""
4204
+
4205
+ #: includes/widgets/htmega_accordion.php:331
4206
+ msgid "Current Item No"
4207
+ msgstr ""
4208
+
4209
+ #: includes/widgets/htmega_accordion.php:80
4210
+ #: includes/widgets/htmega_accordion.php:208
4211
+ #: includes/widgets/htmega_blockquote.php:45
4212
+ #: includes/widgets/htmega_imagemarker.php:231
4213
+ #: includes/widgets/htmega_imagemarker.php:290
4214
+ #: includes/widgets/htmega_imagemarker.php:501
4215
+ #: includes/widgets/htmega_imagemarker.php:787
4216
+ #: includes/widgets/htmega_modal.php:55
4217
+ #: includes/widgets/htmega_scroll_image.php:255
4218
+ #: includes/widgets/htmega_scroll_navigation.php:64
4219
+ #: includes/widgets/htmega_scroll_navigation.php:144
4220
+ #: includes/widgets/htmega_socialshere.php:467
4221
+ #: includes/widgets/htmega_switcher.php:106
4222
+ #: includes/widgets/htmega_switcher.php:198 includes/widgets/htmega_tabs.php:90
4223
+ #: includes/widgets/htmega_testimonial_grid.php:59
4224
+ #: includes/widgets/htmega_toggle.php:83
4225
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:70
4226
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:88
4227
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:126
4228
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:249
4229
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:292
4230
+ #: extensions/ht-builder/widgets/bl_site_logo.php:56
4231
+ msgid "Custom"
4232
+ msgstr ""
4233
+
4234
+ #: includes/widgets/htmega_weather.php:209
4235
+ msgid "Custom Background Color"
4236
+ msgstr ""
4237
+
4238
+ #: includes/widgets/htmega_scroll_navigation.php:233
4239
+ #: includes/widgets/htmega_toggle.php:108
4240
+ msgid "Custom Content"
4241
+ msgstr ""
4242
+
4243
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:99
4244
+ msgid "Custom Date Format"
4245
+ msgstr ""
4246
+
4247
+ #: admin/include/admin-setting.php:215
4248
+ #: includes/widgets/htmega_custom_event.php:13
4249
+ msgid "Custom Event"
4250
+ msgstr ""
4251
+
4252
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:195
4253
+ msgid "Custom Format"
4254
+ msgstr ""
4255
+
4256
+ #: includes/widgets/htmega_weather.php:175
4257
+ msgid "Custom Geolocation"
4258
+ msgstr ""
4259
+
4260
+ #: includes/widgets/htmega_postgrid.php:315
4261
+ #: includes/widgets/htmega_post_grid_tab.php:1160
4262
+ msgid "Custom Gradient Color"
4263
+ msgstr ""
4264
+
4265
+ #: includes/widgets/htmega_scroll_navigation.php:152
4266
+ msgid "Custom Height"
4267
+ msgstr ""
4268
+
4269
+ #: includes/widgets/htmega_countdown.php:190
4270
+ msgid "Custom Label"
4271
+ msgstr ""
4272
+
4273
+ #: includes/widgets/htmega_user_login_form.php:194
4274
+ msgid "Custom label"
4275
+ msgstr ""
4276
+
4277
+ #: includes/widgets/htmega_scroll_image.php:61
4278
+ msgid "Custom Link"
4279
+ msgstr ""
4280
+
4281
+ #: includes/widgets/htmega_googlemap.php:170
4282
+ msgid "Custom marker"
4283
+ msgstr ""
4284
+
4285
+ #: includes/widgets/htmega_newsticker.php:236
4286
+ #: includes/widgets/htmega_postgrid.php:117
4287
+ #: includes/widgets/htmega_post_grid_tab.php:124
4288
+ #: includes/widgets/htmega_post_slider.php:128
4289
+ #: extensions/ht-builder/widgets/bl_post_archive.php:184
4290
+ msgid "Custom order"
4291
+ msgstr ""
4292
+
4293
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:137
4294
+ msgid "Custom Time Format"
4295
+ msgstr ""
4296
+
4297
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:273
4298
+ msgid "Custom URL"
4299
+ msgstr ""
4300
+
4301
+ #: includes/widgets/htmega_panel_slider.php:197
4302
+ msgid "Custom Width"
4303
+ msgstr ""
4304
+
4305
+ #: includes/widgets_control.php:148
4306
+ msgid "Custom_Event"
4307
+ msgstr ""
4308
+
4309
+ #: includes/widgets/htmega_notify.php:133
4310
+ msgid "Danger"
4311
+ msgstr ""
4312
+
4313
+ #: includes/widgets_control.php:333 admin/include/admin-setting.php:511
4314
+ #: includes/widgets/htmega_data_table.php:13
4315
+ msgid "Data Table"
4316
+ msgstr ""
4317
+
4318
+ #: includes/widgets/htmega_data_table.php:250
4319
+ msgid "Data Type"
4320
+ msgstr ""
4321
+
4322
+ #: includes/recommended-plugins/recommended-plugins.php:121
4323
+ msgid "DataCaptia"
4324
+ msgstr ""
4325
+
4326
+ #: includes/widgets/htmega_booked_calender.php:288
4327
+ #: includes/widgets/htmega_custom_event.php:322
4328
+ #: includes/widgets/htmega_job_manager.php:99
4329
+ #: includes/widgets/htmega_newsticker.php:135
4330
+ #: includes/widgets/htmega_newsticker.php:252
4331
+ #: includes/widgets/htmega_newsticker.php:900
4332
+ #: includes/widgets/htmega_postgrid.php:149
4333
+ #: includes/widgets/htmega_postgrid.php:199
4334
+ #: includes/widgets/htmega_postgrid.php:571
4335
+ #: includes/widgets/htmega_post_grid_tab.php:156
4336
+ #: includes/widgets/htmega_post_slider.php:160
4337
+ #: includes/widgets/htmega_post_slider.php:265
4338
+ #: includes/widgets/htmega_singlepost.php:140
4339
+ #: includes/widgets/htmega_verticle_time_line.php:320
4340
+ #: extensions/ht-builder/widgets/bl_post_archive.php:200
4341
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:66
4342
+ msgid "Date"
4343
+ msgstr ""
4344
+
4345
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:78
4346
+ msgid "Date Format"
4347
+ msgstr ""
4348
+
4349
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:84
4350
+ msgctxt "Date Format"
4351
+ msgid "March 6, 2018 (F j, Y)"
4352
+ msgstr ""
4353
+
4354
+ #: includes/widgets/htmega_newsticker.php:144
4355
+ msgid "Date Position In Left"
4356
+ msgstr ""
4357
+
4358
+ #: includes/widgets/htmega_booked_calender.php:63
4359
+ #: includes/widgets/htmega_business_hours.php:83
4360
+ #: includes/widgets/htmega_business_hours.php:505
4361
+ #: includes/widgets/htmega_countdown.php:132
4362
+ #: includes/widgets/htmega_instagram.php:113
4363
+ msgid "Day"
4364
+ msgstr ""
4365
+
4366
+ #: includes/widgets/htmega_business_hours.php:112
4367
+ msgid "Day Color"
4368
+ msgstr ""
4369
+
4370
+ #: includes/widgets/htmega_booked_calender.php:220
4371
+ msgid "Day Name Background"
4372
+ msgstr ""
4373
+
4374
+ #: includes/widgets/htmega_booked_calender.php:232
4375
+ msgid "Day Name Color"
4376
+ msgstr ""
4377
+
4378
+ #: includes/widgets/htmega_countdown.php:202
4379
+ #: includes/widgets/htmega_countdown.php:204
4380
+ msgid "Days"
4381
+ msgstr ""
4382
+
4383
+ #: includes/widgets/htmega_booked_calender.php:120
4384
+ msgid "December"
4385
+ msgstr ""
4386
+
4387
+ #: includes/widgets/htmega_booked_calender.php:54
4388
+ #: includes/widgets/htmega_booked_calender.php:166
4389
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:50
4390
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:291
4391
+ #: extensions/ht-builder/widgets/bl_site_logo.php:52
4392
+ msgid "Default"
4393
+ msgstr ""
4394
+
4395
+ #: includes/widgets/htmega_googlemap.php:60
4396
+ msgid "Default Zoom"
4397
+ msgstr ""
4398
+
4399
+ #: includes/widgets/htmega_notify.php:222
4400
+ msgid "Delay"
4401
+ msgstr ""
4402
+
4403
+ #: includes/widgets/htmega_instagram.php:99
4404
+ msgid "Delete existing caching data"
4405
+ msgstr ""
4406
+
4407
+ #: includes/widgets/htmega_socialshere.php:76
4408
+ msgid "Delicious"
4409
+ msgstr ""
4410
+
4411
+ #: includes/widgets/htmega_easy_digital_download.php:214
4412
+ msgid "DESC"
4413
+ msgstr ""
4414
+
4415
+ #: includes/widgets/htmega_job_manager.php:84
4416
+ #: includes/widgets/htmega_newsticker.php:271
4417
+ #: includes/widgets/htmega_postgrid.php:131
4418
+ #: includes/widgets/htmega_post_grid_tab.php:138
4419
+ #: includes/widgets/htmega_post_slider.php:142
4420
+ #: includes/widgets/htmega_wc_categories.php:145
4421
+ #: extensions/ht-builder/widgets/bl_post_archive.php:219
4422
+ msgid "Descending"
4423
+ msgstr ""
4424
+
4425
+ #: includes/widgets/htmega_add_banner.php:110
4426
+ #: includes/widgets/htmega_add_banner.php:548
4427
+ #: includes/widgets/htmega_call_to_action.php:104
4428
+ #: includes/widgets/htmega_call_to_action.php:618
4429
+ #: includes/widgets/htmega_custom_event.php:217
4430
+ #: includes/widgets/htmega_easy_digital_download.php:200
4431
+ #: includes/widgets/htmega_easy_digital_download.php:420
4432
+ #: includes/widgets/htmega_errorcontent.php:112
4433
+ #: includes/widgets/htmega_errorcontent.php:463
4434
+ #: includes/widgets/htmega_gravity_forms.php:172
4435
+ #: includes/widgets/htmega_imagemarker.php:922
4436
+ #: includes/widgets/htmega_image_grid.php:114
4437
+ #: includes/widgets/htmega_image_grid.php:368
4438
+ #: includes/widgets/htmega_image_masonry.php:94
4439
+ #: includes/widgets/htmega_image_masonry.php:343
4440
+ #: includes/widgets/htmega_ninja_form.php:211
4441
+ #: includes/widgets/htmega_service.php:469
4442
+ #: includes/widgets/htmega_special_day_banner.php:96
4443
+ #: includes/widgets/htmega_special_day_banner.php:453
4444
+ #: includes/widgets/htmega_wc_categories.php:131
4445
+ #: includes/widgets/htmega_working_process.php:96
4446
+ #: includes/widgets/htmega_working_process.php:712
4447
+ #: includes/widgets/htmega_wpforms.php:86
4448
+ #: includes/widgets/htmega_wpforms.php:203
4449
+ msgid "Description"
4450
+ msgstr ""
4451
+
4452
+ #: includes/widgets/htmega_ninja_form.php:95
4453
+ msgid "Description Hide"
4454
+ msgstr ""
4455
+
4456
+ #: includes/widgets/htmega_caldera_form.php:137
4457
+ #: includes/widgets/htmega_gravity_forms.php:343
4458
+ #: includes/widgets/htmega_ninja_form.php:432
4459
+ #: includes/widgets/htmega_wpforms.php:414
4460
+ msgid "Description Style"
4461
+ msgstr ""
4462
+
4463
+ #: includes/widgets/htmega_call_to_action.php:113
4464
+ msgid "Description Tag"
4465
+ msgstr ""
4466
+
4467
+ #: includes/widgets/htmega_data_table.php:210
4468
+ #: includes/widgets/htmega_pricing_list_view.php:455
4469
+ #: includes/widgets/htmega_teammember.php:163
4470
+ #: includes/widgets/htmega_teammember.php:774
4471
+ #: includes/widgets/htmega_testimonial_grid.php:175
4472
+ #: includes/widgets/htmega_testimonial_grid.php:480
4473
+ msgid "Designation"
4474
+ msgstr ""
4475
+
4476
+ #: includes/widgets/htmega_testimonial_grid.php:69
4477
+ msgid "Desktop"
4478
+ msgstr ""
4479
+
4480
+ #: admin/include/templates/library/templates.php:30
4481
+ #: admin/include/templates/library/templates.php:31
4482
+ msgid "Desktop view"
4483
+ msgstr ""
4484
+
4485
+ #: includes/widgets/htmega_countdown.php:273
4486
+ msgid "Details"
4487
+ msgstr ""
4488
+
4489
+ #: includes/widgets/htmega_data_table.php:468
4490
+ #: includes/widgets/htmega_pricing_list_view.php:1105
4491
+ #: includes/widgets/htmega_testimonial_grid.php:239
4492
+ msgid "Developer"
4493
+ msgstr ""
4494
+
4495
+ #: includes/widgets/htmega_socialshere.php:73
4496
+ msgid "Digg"
4497
+ msgstr ""
4498
+
4499
+ #: includes/widgets/htmega_newsticker.php:122
4500
+ #: includes/widgets/htmega_popover.php:188
4501
+ #: includes/widgets/htmega_tooltip.php:176
4502
+ msgid "Direction"
4503
+ msgstr ""
4504
+
4505
+ #: includes/widgets/htmega_section_title.php:612
4506
+ #: includes/widgets/htmega_section_title.php:843
4507
+ msgid "Display"
4508
+ msgstr ""
4509
+
4510
+ #: includes/widgets/htmega_user_login_form.php:396
4511
+ msgid "Display as"
4512
+ msgstr ""
4513
+
4514
+ #: includes/helper-function.php:182
4515
+ msgid "div"
4516
+ msgstr ""
4517
+
4518
+ #: includes/helper-function.php:72
4519
+ #: extensions/ht-menu/menu/helper_function.php:17
4520
+ msgid "Do not Saved Templates."
4521
+ msgstr ""
4522
+
4523
+ #: extensions/wc-sales-notification/admin/setting.php:153
4524
+ msgid ""
4525
+ "Do not show purchases older than.( More Options are Pro features ) <span>( "
4526
+ "Pro )</span>"
4527
+ msgstr ""
4528
+
4529
+ #: includes/recommended-plugins/recommended-plugins.php:116
4530
+ msgid "Docus"
4531
+ msgstr ""
4532
+
4533
+ #: includes/widgets/htmega_user_login_form.php:105
4534
+ #: includes/widgets/htmega_user_login_form.php:107
4535
+ msgid "Don’t Have account? You can create an account by using this form."
4536
+ msgstr ""
4537
+
4538
+ #: includes/widgets/htmega_post_slider.php:373
4539
+ msgid "Dot Style"
4540
+ msgstr ""
4541
+
4542
+ #: includes/widgets_control.php:153 admin/include/admin-setting.php:223
4543
+ #: includes/widgets/htmega_double_button.php:13
4544
+ #: includes/widgets/htmega_double_button.php:35
4545
+ msgid "Double Button"
4546
+ msgstr ""
4547
+
4548
+ #: includes/widgets/htmega_newsticker.php:127
4549
+ msgid "Down"
4550
+ msgstr ""
4551
+
4552
+ #: includes/widgets/htmega_download_monitor.php:54
4553
+ msgid "Download File"
4554
+ msgstr ""
4555
+
4556
+ #: admin/include/admin-setting.php:969
4557
+ #: includes/widgets/htmega_download_monitor.php:13
4558
+ msgid "Download Monitor"
4559
+ msgstr ""
4560
+
4561
+ #: includes/widgets/htmega_download_monitor.php:421
4562
+ msgid "Downloaded"
4563
+ msgstr ""
4564
+
4565
+ #: admin/include/admin-setting.php:1169
4566
+ msgid "Drag n Drop, No coding Required"
4567
+ msgstr ""
4568
+
4569
+ #: includes/widgets/htmega_dropcaps.php:188
4570
+ msgid "Dropcap Letter"
4571
+ msgstr ""
4572
+
4573
+ #: includes/widgets_control.php:158 admin/include/admin-setting.php:231
4574
+ #: includes/widgets/htmega_dropcaps.php:13
4575
+ #: includes/widgets/htmega_dropcaps.php:35
4576
+ msgid "Dropcaps"
4577
+ msgstr ""
4578
+
4579
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:47
4580
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:48
4581
+ msgid "Dropdown Icon"
4582
+ msgstr ""
4583
+
4584
+ #: includes/widgets/htmega_countdown.php:109
4585
+ msgid "Due Date"
4586
+ msgstr ""
4587
+
4588
+ #: admin/include/admin-setting.php:979
4589
+ #: includes/widgets/htmega_easy_digital_download.php:13
4590
+ #: includes/widgets/htmega_easy_digital_download.php:43
4591
+ msgid "Easy Digital Downloads"
4592
+ msgstr ""
4593
+
4594
+ #: admin/include/template-library.php:198
4595
+ msgid "Edit Page"
4596
+ msgstr ""
4597
+
4598
+ #: admin/include/template-library.php:198
4599
+ msgid "Edit Template"
4600
+ msgstr ""
4601
+
4602
+ #: includes/widgets/htmega_button.php:416
4603
+ msgid "Effect 1"
4604
+ msgstr ""
4605
+
4606
+ #: includes/widgets/htmega_button.php:425
4607
+ msgid "Effect 10"
4608
+ msgstr ""
4609
+
4610
+ #: includes/widgets/htmega_button.php:426
4611
+ msgid "Effect 11"
4612
+ msgstr ""
4613
+
4614
+ #: includes/widgets/htmega_button.php:427
4615
+ msgid "Effect 12"
4616
+ msgstr ""
4617
+
4618
+ #: includes/widgets/htmega_button.php:428
4619
+ msgid "Effect 13"
4620
+ msgstr ""
4621
+
4622
+ #: includes/widgets/htmega_button.php:429
4623
+ msgid "Effect 14"
4624
+ msgstr ""
4625
+
4626
+ #: includes/widgets/htmega_button.php:417
4627
+ msgid "Effect 2"
4628
+ msgstr ""
4629
+
4630
+ #: includes/widgets/htmega_button.php:418
4631
+ msgid "Effect 3"
4632
+ msgstr ""
4633
+
4634
+ #: includes/widgets/htmega_button.php:419
4635
+ msgid "Effect 4"
4636
+ msgstr ""
4637
+
4638
+ #: includes/widgets/htmega_button.php:420
4639
+ msgid "Effect 5"
4640
+ msgstr ""
4641
+
4642
+ #: includes/widgets/htmega_button.php:421
4643
+ msgid "Effect 6"
4644
+ msgstr ""
4645
+
4646
+ #: includes/widgets/htmega_button.php:422
4647
+ msgid "Effect 7"
4648
+ msgstr ""
4649
+
4650
+ #: includes/widgets/htmega_button.php:423
4651
+ msgid "Effect 8"
4652
+ msgstr ""
4653
+
4654
+ #: includes/widgets/htmega_button.php:424
4655
+ msgid "Effect 9"
4656
+ msgstr ""
4657
+
4658
+ #: includes/widgets/htmega_button.php:456
4659
+ msgid "Effect After Color"
4660
+ msgstr ""
4661
+
4662
+ #: includes/widgets/htmega_button.php:437
4663
+ #: includes/widgets/htmega_button.php:447
4664
+ #: includes/widgets/htmega_button.php:465
4665
+ msgid "Effect Before Color"
4666
+ msgstr ""
4667
+
4668
+ #: includes/widgets/htmega_wc_element_pages.php:48
4669
+ msgid "Element"
4670
+ msgstr ""
4671
+
4672
+ #: includes/widgets/htmega_notify.php:96
4673
+ msgid "Element Container"
4674
+ msgstr ""
4675
+
4676
+ #: includes/widgets/htmega_wc_element_pages.php:793
4677
+ #: includes/widgets/htmega_wc_element_pages.php:1459
4678
+ msgid "Element Space"
4679
+ msgstr ""
4680
+
4681
+ #: includes/class.htmega.php:160 admin/include/templates_list.php:42
4682
+ msgid "Elementor"
4683
+ msgstr ""
4684
+
4685
+ #: includes/class.htmega.php:138
4686
+ msgid "Elementor Activate Now"
4687
+ msgstr ""
4688
+
4689
+ #: includes/class.htmega.php:146
4690
+ msgid "Elementor Install Now"
4691
+ msgstr ""
4692
+
4693
+ #: includes/widgets/htmega_accordion.php:81
4694
+ #: includes/widgets/htmega_accordion.php:209
4695
+ #: includes/widgets/htmega_blockquote.php:46
4696
+ #: includes/widgets/htmega_modal.php:56
4697
+ #: includes/widgets/htmega_offcanvas.php:62
4698
+ #: includes/widgets/htmega_scroll_navigation.php:65
4699
+ #: includes/widgets/htmega_switcher.php:107
4700
+ #: includes/widgets/htmega_switcher.php:199 includes/widgets/htmega_tabs.php:91
4701
+ #: includes/widgets/htmega_toggle.php:84
4702
+ msgid "Elementor Template"
4703
+ msgstr ""
4704
+
4705
+ #: admin/include/admin-setting.php:76
4706
+ msgid "Elements"
4707
+ msgstr ""
4708
+
4709
+ #: includes/widgets/htmega_data_table.php:214
4710
+ #: includes/widgets/htmega_pricing_list_view.php:459
4711
+ msgid "Email"
4712
+ msgstr ""
4713
+
4714
+ #: includes/helper-function.php:439
4715
+ msgid "Email Already in Use"
4716
+ msgstr ""
4717
+
4718
+ #: includes/helper-function.php:436
4719
+ msgid "Email is not valid"
4720
+ msgstr ""
4721
+
4722
+ #: extensions/ht-menu/classes/class.mega-menu.php:120
4723
+ msgid "Enable megamenu?"
4724
+ msgstr ""
4725
+
4726
+ #: includes/widgets/htmega_accordion.php:1004
4727
+ #: includes/widgets/htmega_counter.php:74
4728
+ #: includes/widgets/htmega_user_login_form.php:430
4729
+ msgid "End"
4730
+ msgstr ""
4731
+
4732
+ #: includes/widgets/htmega_googlemap.php:113
4733
+ msgid "Enter Map Style Json Code."
4734
+ msgstr ""
4735
+
4736
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:89
4737
+ msgid "Enter you text"
4738
+ msgstr ""
4739
+
4740
+ #: includes/widgets/htmega_section_title.php:82
4741
+ #: includes/widgets/htmega_section_title.php:84
4742
+ msgid "Enter your advance title"
4743
+ msgstr ""
4744
+
4745
+ #: includes/widgets/htmega_googlemap.php:102
4746
+ msgid "Enter your center address."
4747
+ msgstr ""
4748
+
4749
+ #: includes/widgets/htmega_dropcaps.php:61
4750
+ msgid "Enter Your Dropcaps Content."
4751
+ msgstr ""
4752
+
4753
+ #: includes/widgets/htmega_googlemap.php:283
4754
+ msgid "Enter your fixed address."
4755
+ msgstr ""
4756
+
4757
+ #: includes/widgets/htmega_section_title.php:71
4758
+ #: includes/widgets/htmega_section_title.php:73
4759
+ msgid "Enter your sub title"
4760
+ msgstr ""
4761
+
4762
+ #: extensions/ht-builder/widgets/bl_post_archive.php:74
4763
+ msgid "Enter Your Text"
4764
+ msgstr ""
4765
+
4766
+ #: includes/widgets/htmega_button.php:57 includes/widgets/htmega_button.php:59
4767
+ msgid "Enter your Text"
4768
+ msgstr ""
4769
+
4770
+ #: includes/widgets/htmega_section_title.php:59
4771
+ #: includes/widgets/htmega_section_title.php:61
4772
+ msgid "Enter your title"
4773
+ msgstr ""
4774
+
4775
+ #: includes/widgets/htmega_tablepress.php:75
4776
+ msgid "Entries Hide"
4777
+ msgstr ""
4778
+
4779
+ #: includes/widgets/htmega_ninja_form.php:1109
4780
+ msgid "Error Color"
4781
+ msgstr ""
4782
+
4783
+ #: includes/widgets/htmega_caldera_form.php:619
4784
+ #: includes/widgets/htmega_gravity_forms.php:850
4785
+ msgid "Error Text Color"
4786
+ msgstr ""
4787
+
4788
+ #: includes/widgets_control.php:393
4789
+ msgid "ErrorContent"
4790
+ msgstr ""
4791
+
4792
+ #: includes/widgets/htmega_gravity_forms.php:842
4793
+ msgid "Errors and Confirmation Style"
4794
+ msgstr ""
4795
+
4796
+ #: includes/widgets/htmega_contact_form_seven.php:949
4797
+ msgid "Errors and Feedback Style"
4798
+ msgstr ""
4799
+
4800
+ #: includes/widgets/htmega_caldera_form.php:611
4801
+ #: includes/widgets/htmega_ninja_form.php:1101
4802
+ #: includes/widgets/htmega_quforms.php:969
4803
+ msgid "Errors and Success Style"
4804
+ msgstr ""
4805
+
4806
+ #: includes/widgets/htmega_wpforms.php:1136
4807
+ msgid "Errors Style"
4808
+ msgstr ""
4809
+
4810
+ #: includes/widgets/htmega_wc_element_pages.php:1204
4811
+ msgid "Even"
4812
+ msgstr ""
4813
+
4814
+ #: includes/widgets/htmega_custom_event.php:35
4815
+ msgid "Event"
4816
+ msgstr ""
4817
+
4818
+ #: includes/widgets/htmega_countdown.php:261
4819
+ msgid "Event Button"
4820
+ msgstr ""
4821
+
4822
+ #: includes/widgets/htmega_custom_event.php:102
4823
+ msgid "Event Button Link"
4824
+ msgstr ""
4825
+
4826
+ #: includes/widgets/htmega_custom_event.php:93
4827
+ msgid "Event Button text"
4828
+ msgstr ""
4829
+
4830
+ #: includes/widgets/htmega_countdown.php:54
4831
+ msgid "Event Calendar Not Installed"
4832
+ msgstr ""
4833
+
4834
+ #: includes/widgets/htmega_tablepress.php:263
4835
+ msgid "Event Cell"
4836
+ msgstr ""
4837
+
4838
+ #: includes/widgets/htmega_countdown.php:72
4839
+ msgid "Event Countdown"
4840
+ msgstr ""
4841
+
4842
+ #: includes/widgets/htmega_custom_event.php:85
4843
+ msgid "Event description"
4844
+ msgstr ""
4845
+
4846
+ #: includes/widgets/htmega_countdown.php:81
4847
+ msgid "Event List"
4848
+ msgstr ""
4849
+
4850
+ #: includes/widgets/htmega_custom_event.php:76
4851
+ msgid "Event Location"
4852
+ msgstr ""
4853
+
4854
+ #: includes/widgets/htmega_custom_event.php:68
4855
+ msgid "Event Time"
4856
+ msgstr ""
4857
+
4858
+ #: includes/widgets/htmega_custom_event.php:44
4859
+ msgid "Event Title."
4860
+ msgstr ""
4861
+
4862
+ #: includes/recommended-plugins/recommended-plugins.php:68
4863
+ msgid "EverCompare"
4864
+ msgstr ""
4865
+
4866
+ #: includes/widgets/htmega_socialshere.php:74
4867
+ msgid "Evernote"
4868
+ msgstr ""
4869
+
4870
+ #: includes/widgets/htmega_notify.php:178
4871
+ msgid "Exit Animation"
4872
+ msgstr ""
4873
+
4874
+ #: includes/widgets/htmega_post_grid_tab.php:259
4875
+ msgid "Expand Box Style"
4876
+ msgstr ""
4877
+
4878
+ #: includes/widgets/htmega_accordion.php:391
4879
+ msgid "Expand Item Height"
4880
+ msgstr ""
4881
+
4882
+ #: includes/widgets/htmega_button.php:89
4883
+ #: includes/widgets/htmega_double_button.php:49
4884
+ msgid "Extra Large"
4885
+ msgstr ""
4886
+
4887
+ #: includes/widgets/htmega_button.php:90
4888
+ #: includes/widgets/htmega_double_button.php:50
4889
+ msgid "Extra Small"
4890
+ msgstr ""
4891
+
4892
+ #: includes/widgets/htmega_weather.php:56
4893
+ msgid "F"
4894
+ msgstr ""
4895
+
4896
+ #: includes/widgets/htmega_socialshere.php:62
4897
+ #: includes/widgets/htmega_socialshere.php:102
4898
+ #: includes/widgets/htmega_socialshere.php:320
4899
+ msgid "Facebook"
4900
+ msgstr ""
4901
+
4902
+ #: includes/widgets/htmega_notify.php:153
4903
+ #: includes/widgets/htmega_notify.php:188
4904
+ msgid "fadeIn"
4905
+ msgstr ""
4906
+
4907
+ #: includes/widgets/htmega_notify.php:154
4908
+ #: includes/widgets/htmega_notify.php:189
4909
+ msgid "fadeInDown"
4910
+ msgstr ""
4911
+
4912
+ #: includes/widgets/htmega_notify.php:155
4913
+ #: includes/widgets/htmega_notify.php:190
4914
+ msgid "fadeInDownBig"
4915
+ msgstr ""
4916
+
4917
+ #: includes/widgets/htmega_notify.php:156
4918
+ #: includes/widgets/htmega_notify.php:191
4919
+ #: extensions/wc-sales-notification/admin/setting.php:169
4920
+ msgid "fadeInLeft"
4921
+ msgstr ""
4922
+
4923
+ #: includes/widgets/htmega_notify.php:157
4924
+ #: includes/widgets/htmega_notify.php:192
4925
+ msgid "fadeInLeftBig"
4926
+ msgstr ""
4927
+
4928
+ #: includes/widgets/htmega_notify.php:158
4929
+ #: includes/widgets/htmega_notify.php:193
4930
+ msgid "fadeInRight"
4931
+ msgstr ""
4932
+
4933
+ #: includes/widgets/htmega_notify.php:159
4934
+ #: includes/widgets/htmega_notify.php:194
4935
+ msgid "fadeInRightBig"
4936
+ msgstr ""
4937
+
4938
+ #: includes/widgets/htmega_notify.php:162
4939
+ #: includes/widgets/htmega_notify.php:197
4940
+ msgid "fadeInUp"
4941
+ msgstr ""
4942
+
4943
+ #: includes/widgets/htmega_notify.php:165
4944
+ #: includes/widgets/htmega_notify.php:200
4945
+ msgid "fadeInUpBig"
4946
+ msgstr ""
4947
+
4948
+ #: includes/widgets/htmega_notify.php:164
4949
+ #: includes/widgets/htmega_notify.php:199
4950
+ msgid "fadeOutDown"
4951
+ msgstr ""
4952
+
4953
+ #: includes/widgets/htmega_notify.php:161
4954
+ #: includes/widgets/htmega_notify.php:196
4955
+ msgid "fadeOutLeft"
4956
+ msgstr ""
4957
+
4958
+ #: includes/widgets/htmega_notify.php:160
4959
+ #: includes/widgets/htmega_notify.php:195
4960
+ #: extensions/wc-sales-notification/admin/setting.php:181
4961
+ msgid "fadeOutRight"
4962
+ msgstr ""
4963
+
4964
+ #: includes/widgets/htmega_notify.php:163
4965
+ #: includes/widgets/htmega_notify.php:198
4966
+ msgid "fadeOutUp"
4967
+ msgstr ""
4968
+
4969
+ #: extensions/wc-sales-notification/admin/setting.php:70
4970
+ msgid "Fakes"
4971
+ msgstr ""
4972
+
4973
+ #: admin/include/admin-setting.php:1252 admin/include/admin-setting.php:1277
4974
+ msgid "Fakes notification"
4975
+ msgstr ""
4976
+
4977
+ #: includes/widgets/htmega_pricing_list_view.php:148
4978
+ #: includes/widgets/htmega_pricing_list_view.php:154
4979
+ #: includes/widgets/htmega_pricing_list_view.php:160
4980
+ #: includes/widgets/htmega_pricing_list_view.php:166
4981
+ msgid "fas fa-shopping-basket"
4982
+ msgstr ""
4983
+
4984
+ #: includes/widgets/htmega_job_manager.php:113
4985
+ msgid "Feature Jobs only"
4986
+ msgstr ""
4987
+
4988
+ #: includes/widgets/htmega_booked_calender.php:110
4989
+ msgid "February"
4990
+ msgstr ""
4991
+
4992
+ #: includes/widgets/htmega_instragram_feed.php:49
4993
+ msgid "Feed Limit"
4994
+ msgstr ""
4995
+
4996
+ #: includes/widgets/htmega_contact_form_seven.php:983
4997
+ msgid "Feedback Style"
4998
+ msgstr ""
4999
+
5000
+ #: includes/widgets/htmega_data_table.php:237
5001
+ #: includes/widgets/htmega_pricing_list_view.php:545
5002
+ msgid "Fild Type"
5003
+ msgstr ""
5004
+
5005
+ #: includes/widgets/htmega_job_manager.php:142
5006
+ msgid "Filters"
5007
+ msgstr ""
5008
+
5009
+ #: includes/widgets/htmega_layer_slider.php:72
5010
+ msgid "First Slide Number"
5011
+ msgstr ""
5012
+
5013
+ #: includes/widgets/htmega_image_grid.php:66
5014
+ #: includes/widgets/htmega_image_masonry.php:74
5015
+ #: includes/widgets/htmega_testimonial_grid.php:77
5016
+ msgid "Five"
5017
+ msgstr ""
5018
+
5019
+ #: includes/widgets/htmega_googlemap.php:281
5020
+ msgid "Fixed Address"
5021
+ msgstr ""
5022
+
5023
+ #: includes/widgets/htmega_googlemap.php:502
5024
+ msgid "Fixed Address Span Style"
5025
+ msgstr ""
5026
+
5027
+ #: includes/widgets/htmega_googlemap.php:272
5028
+ msgid "Fixed Maps Address:"
5029
+ msgstr ""
5030
+
5031
+ #: includes/widgets_control.php:163 admin/include/admin-setting.php:239
5032
+ msgid "Flip Box"
5033
+ msgstr ""
5034
+
5035
+ #: includes/widgets/htmega_instagram.php:303
5036
+ msgid "Flow Button Icon"
5037
+ msgstr ""
5038
+
5039
+ #: includes/widgets/htmega_caldera_form.php:369
5040
+ #: includes/widgets/htmega_contact_form_seven.php:366
5041
+ #: includes/widgets/htmega_contact_form_seven.php:581
5042
+ #: includes/widgets/htmega_gravity_forms.php:568
5043
+ #: includes/widgets/htmega_ninja_form.php:634
5044
+ #: includes/widgets/htmega_ninja_form.php:852
5045
+ #: includes/widgets/htmega_quforms.php:470
5046
+ #: includes/widgets/htmega_quforms.php:687
5047
+ #: includes/widgets/htmega_search.php:391
5048
+ #: includes/widgets/htmega_wc_element_pages.php:580
5049
+ #: includes/widgets/htmega_wc_element_pages.php:842
5050
+ #: includes/widgets/htmega_wc_element_pages.php:1400
5051
+ #: includes/widgets/htmega_wpforms.php:637
5052
+ #: includes/widgets/htmega_wpforms.php:855
5053
+ msgid "Focus"
5054
+ msgstr ""
5055
+
5056
+ #: includes/widgets/htmega_instagram.php:292
5057
+ msgid "Follow @"
5058
+ msgstr ""
5059
+
5060
+ #: includes/widgets/htmega_instagram.php:1282
5061
+ msgid "Follow Button"
5062
+ msgstr ""
5063
+
5064
+ #: includes/widgets/htmega_instagram.php:290
5065
+ msgid "Follow button Aditional text"
5066
+ msgstr ""
5067
+
5068
+ #: includes/widgets/htmega_instragram_feed.php:206
5069
+ msgid "Follow Color"
5070
+ msgstr ""
5071
+
5072
+ #: includes/widgets/htmega_instragram_feed.php:130
5073
+ #: includes/widgets/htmega_instragram_feed.php:131
5074
+ msgid "Follow on Instagram"
5075
+ msgstr ""
5076
+
5077
+ #: includes/widgets/htmega_instragram_feed.php:128
5078
+ msgid "Follow Text"
5079
+ msgstr ""
5080
+
5081
+ #: includes/widgets/htmega_instragram_feed.php:218
5082
+ msgid "Follow Text Color"
5083
+ msgstr ""
5084
+
5085
+ #: includes/widgets/htmega_googlemap.php:201
5086
+ #: includes/widgets/htmega_googlemap.php:232
5087
+ #: includes/widgets/htmega_googlemap.php:434
5088
+ #: includes/widgets/htmega_googlemap.php:521
5089
+ msgid "Font Color"
5090
+ msgstr ""
5091
+
5092
+ #: includes/widgets/htmega_blockquote.php:575
5093
+ #: includes/widgets/htmega_carousel.php:570
5094
+ #: includes/widgets/htmega_imagemarker.php:514
5095
+ #: includes/widgets/htmega_instagram.php:772
5096
+ #: includes/widgets/htmega_instagram.php:946
5097
+ #: includes/widgets/htmega_lightbox.php:377
5098
+ #: includes/widgets/htmega_panel_slider.php:775
5099
+ #: includes/widgets/htmega_post_slider.php:1555
5100
+ #: includes/widgets/htmega_search.php:464
5101
+ #: includes/widgets/htmega_search.php:716
5102
+ #: includes/widgets/htmega_slider_thumb_gallery.php:836
5103
+ #: includes/widgets/htmega_teammember.php:1047
5104
+ #: includes/widgets/htmega_twitter_feed.php:1088
5105
+ #: includes/widgets/htmega_videoplayer.php:366
5106
+ #: includes/widgets/htmega_working_process.php:955
5107
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:463
5108
+ msgid "Font Size"
5109
+ msgstr ""
5110
+
5111
+ #: includes/widgets/htmega_modal.php:746
5112
+ msgid "Footer"
5113
+ msgstr ""
5114
+
5115
+ #: includes/widgets/htmega_modal.php:831
5116
+ msgid "Footer Close Button"
5117
+ msgstr ""
5118
+
5119
+ #: includes/widgets/htmega_data_table.php:119
5120
+ msgid "Footer Info"
5121
+ msgstr ""
5122
+
5123
+ #: extensions/ht-builder/classes/class.header_footer.php:100
5124
+ msgid "Footer Template"
5125
+ msgstr ""
5126
+
5127
+ #: extensions/ht-builder/admin/setting.php:91
5128
+ msgid "Footer Template."
5129
+ msgstr ""
5130
+
5131
+ #: includes/widgets/htmega_modal.php:91
5132
+ msgid "Footer Text"
5133
+ msgstr ""
5134
+
5135
+ #: includes/widgets/htmega_tablepress.php:399
5136
+ msgid "Footer text"
5137
+ msgstr ""
5138
+
5139
+ #: includes/widgets/htmega_tablepress.php:108
5140
+ msgid "Footer text Hide"
5141
+ msgstr ""
5142
+
5143
+ #: includes/widgets/htmega_pricing_list_view.php:329
5144
+ #: includes/widgets/htmega_pricing_list_view.php:958
5145
+ msgid "For Layout 4 only"
5146
+ msgstr ""
5147
+
5148
+ #: includes/widgets/htmega_mailchimp_wp.php:69
5149
+ msgid ""
5150
+ "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
5151
+ "target=\"_blank\"> Click here </a>"
5152
+ msgstr ""
5153
+
5154
+ #: includes/widgets/htmega_weather.php:317
5155
+ msgid "Forcast"
5156
+ msgstr ""
5157
+
5158
+ #: includes/widgets/htmega_weather.php:80
5159
+ msgid "Forecast"
5160
+ msgstr ""
5161
+
5162
+ #: includes/widgets/htmega_user_login_form.php:296
5163
+ msgid "Forget Password Position"
5164
+ msgstr ""
5165
+
5166
+ #: includes/widgets/htmega_user_login_form.php:951
5167
+ msgid "Forget Text"
5168
+ msgstr ""
5169
+
5170
+ #: includes/widgets/htmega_user_login_form.php:967
5171
+ msgid "Forget Text Color"
5172
+ msgstr ""
5173
+
5174
+ #: includes/widgets/htmega_user_login_form.php:978
5175
+ msgid "Forget Text Hover Color"
5176
+ msgstr ""
5177
+
5178
+ #: includes/widgets/htmega_user_login_form.php:1639
5179
+ #: includes/widgets/htmega_user_login_form.php:1662
5180
+ msgid "Forgot Password?"
5181
+ msgstr ""
5182
+
5183
+ #: includes/widgets/htmega_wpforms.php:47
5184
+ msgid "Form not found"
5185
+ msgstr ""
5186
+
5187
+ #: includes/helper-function.php:330
5188
+ #: includes/widgets/htmega_gravity_forms.php:48
5189
+ #: includes/widgets/htmega_quforms.php:49
5190
+ msgid "Form Not Found!"
5191
+ msgstr ""
5192
+
5193
+ #: includes/widgets/htmega_ninja_form.php:49
5194
+ msgid "Form Not Found."
5195
+ msgstr ""
5196
+
5197
+ #: includes/widgets/htmega_contact_form_seven.php:80
5198
+ msgid "Form Wrapper Style"
5199
+ msgstr ""
5200
+
5201
+ #: includes/widgets/htmega_bbpress.php:55
5202
+ msgid "Forum Form"
5203
+ msgstr ""
5204
+
5205
+ #: includes/widgets/htmega_bbpress.php:54
5206
+ msgid "Forum Index"
5207
+ msgstr ""
5208
+
5209
+ #: includes/widgets/htmega_image_grid.php:65
5210
+ #: includes/widgets/htmega_image_masonry.php:73
5211
+ #: includes/widgets/htmega_testimonial_grid.php:76
5212
+ #: includes/widgets/htmega_testimonial_grid.php:91
5213
+ #: includes/widgets/htmega_testimonial_grid.php:108
5214
+ msgid "Four"
5215
+ msgstr ""
5216
+
5217
+ #: admin/include/templates_list.php:53
5218
+ msgid "Free"
5219
+ msgstr ""
5220
+
5221
+ #: includes/widgets/htmega_business_hours.php:194
5222
+ msgid "Friday"
5223
+ msgstr ""
5224
+
5225
+ #: includes/widgets/htmega_gravity_forms.php:100
5226
+ msgid "From Ajax"
5227
+ msgstr ""
5228
+
5229
+ #: includes/widgets/htmega_instragram_feed.php:72
5230
+ msgid "Full"
5231
+ msgstr ""
5232
+
5233
+ #: includes/widgets/htmega_scroll_navigation.php:143
5234
+ msgid "Full Screen"
5235
+ msgstr ""
5236
+
5237
+ #: includes/widgets_control.php:168 admin/include/admin-setting.php:247
5238
+ #: includes/widgets/htmega_gallery_justify.php:13
5239
+ #: includes/widgets/htmega_gallery_justify.php:43
5240
+ msgid "Gallery Justify"
5241
+ msgstr ""
5242
+
5243
+ #: admin/include/admin-setting.php:71
5244
+ msgid "General"
5245
+ msgstr ""
5246
+
5247
+ #: includes/widgets/htmega_testimonial_grid.php:238
5248
+ msgid "Gerald Gilbert"
5249
+ msgstr ""
5250
+
5251
+ #: admin/include/admin-setting.php:1175
5252
+ msgid "Get Pro Now"
5253
+ msgstr ""
5254
+
5255
+ #: admin/include/admin-setting.php:1176
5256
+ msgid "Get pro now"
5257
+ msgstr ""
5258
+
5259
+ #: includes/class.htmega.php:190
5260
+ #: admin/include/templates/library/templates.php:71
5261
+ msgid "Go Pro"
5262
+ msgstr ""
5263
+
5264
+ #: admin/include/admin-setting.php:636
5265
+ msgid ""
5266
+ "Go to <a href=\"https://developers.google."
5267
+ "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
5268
+ "//developers.google.com</a> and generate the API key."
5269
+ msgstr ""
5270
+
5271
+ #: includes/widgets/htmega_googlemap.php:114
5272
+ msgid ""
5273
+ "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
5274
+ "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
5275
+ "Style Array"
5276
+ msgstr ""
5277
+
5278
+ #: includes/widgets/htmega_inlinemenu.php:81
5279
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:75
5280
+ #, php-format
5281
+ msgid ""
5282
+ "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
5283
+ "menus."
5284
+ msgstr ""
5285
+
5286
+ #: includes/widgets/htmega_lightbox.php:95
5287
+ msgid "Goggle Map Embed URL"
5288
+ msgstr ""
5289
+
5290
+ #: admin/include/admin-setting.php:255 includes/widgets/htmega_googlemap.php:13
5291
+ #: includes/widgets/htmega_googlemap.php:43
5292
+ #: includes/widgets/htmega_lightbox.php:55
5293
+ msgid "Google Map"
5294
+ msgstr ""
5295
+
5296
+ #: admin/include/admin-setting.php:635
5297
+ msgid "Google Map API Key"
5298
+ msgstr ""
5299
+
5300
+ #: admin/include/admin-setting.php:637
5301
+ msgid "Google Map API key"
5302
+ msgstr ""
5303
+
5304
+ #: includes/widgets/htmega_socialshere.php:330
5305
+ msgid "Google Plus"
5306
+ msgstr ""
5307
+
5308
+ #: includes/widgets/htmega_socialshere.php:64
5309
+ msgid "Google+"
5310
+ msgstr ""
5311
+
5312
+ #: includes/widgets_control.php:173
5313
+ msgid "GoogleMap"
5314
+ msgstr ""
5315
+
5316
+ #: includes/widgets/htmega_postgrid.php:424
5317
+ #: includes/widgets/htmega_post_grid_tab.php:1269
5318
+ #: includes/widgets/htmega_post_grid_tab.php:1287
5319
+ msgid "Gradient "
5320
+ msgstr ""
5321
+
5322
+ #: includes/widgets/htmega_postgrid.php:406
5323
+ #: includes/widgets/htmega_post_grid_tab.php:1251
5324
+ msgid "Gradient Five"
5325
+ msgstr ""
5326
+
5327
+ #: includes/widgets/htmega_postgrid.php:388
5328
+ #: includes/widgets/htmega_post_grid_tab.php:1233
5329
+ msgid "Gradient Four"
5330
+ msgstr ""
5331
+
5332
+ #: includes/widgets/htmega_postgrid.php:334
5333
+ #: includes/widgets/htmega_postgrid.php:352
5334
+ #: includes/widgets/htmega_post_grid_tab.php:1179
5335
+ #: includes/widgets/htmega_post_grid_tab.php:1197
5336
+ msgid "Gradient One"
5337
+ msgstr ""
5338
+
5339
+ #: includes/widgets/htmega_postgrid.php:370
5340
+ #: includes/widgets/htmega_post_grid_tab.php:1215
5341
+ msgid "Gradient Three"
5342
+ msgstr ""
5343
+
5344
+ #: admin/include/admin-setting.php:989
5345
+ #: includes/widgets/htmega_gravity_forms.php:13
5346
+ #: includes/widgets/htmega_gravity_forms.php:59
5347
+ msgid "Gravity Forms"
5348
+ msgstr ""
5349
+
5350
+ #: includes/widgets/htmega_buddy_press.php:53
5351
+ msgid "Group"
5352
+ msgstr ""
5353
+
5354
+ #: includes/widgets/htmega_post_grid_tab.php:1092
5355
+ msgid "Group Item Style"
5356
+ msgstr ""
5357
+
5358
+ #: includes/helper-function.php:175
5359
+ msgid "H1"
5360
+ msgstr ""
5361
+
5362
+ #: includes/helper-function.php:176
5363
+ msgid "H2"
5364
+ msgstr ""
5365
+
5366
+ #: includes/helper-function.php:177
5367
+ msgid "H3"
5368
+ msgstr ""
5369
+
5370
+ #: includes/helper-function.php:178
5371
+ msgid "H4"
5372
+ msgstr ""
5373
+
5374
+ #: includes/helper-function.php:179
5375
+ msgid "H5"
5376
+ msgstr ""
5377
+
5378
+ #: includes/helper-function.php:180
5379
+ msgid "H6"
5380
+ msgstr ""
5381
+
5382
+ #: includes/widgets/htmega_image_comparison.php:411
5383
+ msgid "Handler"
5384
+ msgstr ""
5385
+
5386
+ #: includes/widgets/htmega_counter.php:156
5387
+ msgid "Happy Clients"
5388
+ msgstr ""
5389
+
5390
+ #: includes/widgets/htmega_twitter_feed.php:73
5391
+ msgid "hastechit"
5392
+ msgstr ""
5393
+
5394
+ #: includes/recommended-plugins/class.recommended-plugins.php:227
5395
+ msgid "HasTheme"
5396
+ msgstr ""
5397
+
5398
+ #. Author of the plugin
5399
+ msgid "HasThemes"
5400
+ msgstr ""
5401
+
5402
+ #: includes/widgets/htmega_booked_calender.php:186
5403
+ #: includes/widgets/htmega_modal.php:574
5404
+ #: includes/widgets/htmega_popover.php:584
5405
+ #: includes/widgets/htmega_tablepress.php:143
5406
+ msgid "Header"
5407
+ msgstr ""
5408
+
5409
+ #: includes/widgets/htmega_booked_calender.php:197
5410
+ msgid "Header Background"
5411
+ msgstr ""
5412
+
5413
+ #: includes/widgets/htmega_booked_calender.php:209
5414
+ #: includes/widgets/htmega_instragram_feed.php:170
5415
+ #: includes/widgets/htmega_user_login_form.php:692
5416
+ msgid "Header Color"
5417
+ msgstr ""
5418
+
5419
+ #: includes/widgets/htmega_modal.php:42
5420
+ #: includes/widgets/htmega_user_login_form.php:721
5421
+ msgid "Header Content"
5422
+ msgstr ""
5423
+
5424
+ #: extensions/ht-builder/classes/class.header_footer.php:89
5425
+ msgid "Header Template"
5426
+ msgstr ""
5427
+
5428
+ #: extensions/ht-builder/admin/setting.php:82
5429
+ msgid "Header Template."
5430
+ msgstr ""
5431
+
5432
+ #: includes/widgets/htmega_booked_calender.php:475
5433
+ msgid "Heading"
5434
+ msgstr ""
5435
+
5436
+ #: includes/widgets/htmega_animated_heading.php:128
5437
+ msgid "Heading After Text"
5438
+ msgstr ""
5439
+
5440
+ #: includes/widgets/htmega_animated_heading.php:91
5441
+ msgid "Heading Before Text"
5442
+ msgstr ""
5443
+
5444
+ #: extensions/wc-sales-notification/admin/setting.php:196
5445
+ msgid "Heading Color"
5446
+ msgstr ""
5447
+
5448
+ #: admin/include/admin-setting.php:1260 admin/include/admin-setting.php:1285
5449
+ msgid "Heading color option"
5450
+ msgstr ""
5451
+
5452
+ #: includes/widgets/htmega_animated_heading.php:138
5453
+ msgid "Heading Placeholder Text"
5454
+ msgstr ""
5455
+
5456
+ #: includes/widgets/htmega_user_login_form.php:669
5457
+ msgid "Heading Title Style"
5458
+ msgstr ""
5459
+
5460
+ #: includes/widgets/htmega_blockquote.php:658
5461
+ #: includes/widgets/htmega_caldera_form.php:239
5462
+ #: includes/widgets/htmega_carousel.php:627
5463
+ #: includes/widgets/htmega_carousel.php:892
5464
+ #: includes/widgets/htmega_carousel.php:1131
5465
+ #: includes/widgets/htmega_carousel.php:1225
5466
+ #: includes/widgets/htmega_contact_form_seven.php:195
5467
+ #: includes/widgets/htmega_contact_form_seven.php:462
5468
+ #: includes/widgets/htmega_contact_form_seven.php:773
5469
+ #: includes/widgets/htmega_gravity_forms.php:448
5470
+ #: includes/widgets/htmega_gravity_forms.php:647
5471
+ #: includes/widgets/htmega_imagemarker.php:830
5472
+ #: includes/widgets/htmega_image_comparison.php:486
5473
+ #: includes/widgets/htmega_instagram.php:1003
5474
+ #: includes/widgets/htmega_instagram.php:1182
5475
+ #: includes/widgets/htmega_mailchimp_wp.php:167
5476
+ #: includes/widgets/htmega_mailchimp_wp.php:308
5477
+ #: includes/widgets/htmega_modal.php:329
5478
+ #: includes/widgets/htmega_ninja_form.php:533
5479
+ #: includes/widgets/htmega_ninja_form.php:755
5480
+ #: includes/widgets/htmega_ninja_form.php:930
5481
+ #: includes/widgets/htmega_notify.php:680
5482
+ #: includes/widgets/htmega_panel_slider.php:847
5483
+ #: includes/widgets/htmega_panel_slider.php:1054
5484
+ #: includes/widgets/htmega_post_slider.php:1613
5485
+ #: includes/widgets/htmega_post_slider.php:1762
5486
+ #: includes/widgets/htmega_pricing_list_view.php:385
5487
+ #: includes/widgets/htmega_pricing_list_view.php:1014
5488
+ #: includes/widgets/htmega_progress_bar.php:428
5489
+ #: includes/widgets/htmega_quforms.php:394
5490
+ #: includes/widgets/htmega_quforms.php:614
5491
+ #: includes/widgets/htmega_quforms.php:790
5492
+ #: includes/widgets/htmega_scroll_navigation.php:139
5493
+ #: includes/widgets/htmega_scroll_navigation.php:338
5494
+ #: includes/widgets/htmega_search.php:309
5495
+ #: includes/widgets/htmega_search.php:528
5496
+ #: includes/widgets/htmega_search.php:759
5497
+ #: includes/widgets/htmega_service.php:593
5498
+ #: includes/widgets/htmega_service.php:841
5499
+ #: includes/widgets/htmega_service.php:904
5500
+ #: includes/widgets/htmega_slider_thumb_gallery.php:894
5501
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1111
5502
+ #: includes/widgets/htmega_twitter_feed.php:1146
5503
+ #: includes/widgets/htmega_twitter_feed.php:1343
5504
+ #: includes/widgets/htmega_user_login_form.php:899
5505
+ #: includes/widgets/htmega_user_login_form.php:1054
5506
+ #: includes/widgets/htmega_user_login_form.php:1145
5507
+ #: includes/widgets/htmega_working_process.php:904
5508
+ #: includes/widgets/htmega_working_process.php:1032
5509
+ #: includes/widgets/htmega_wpforms.php:536
5510
+ #: includes/widgets/htmega_wpforms.php:758
5511
+ #: includes/widgets/htmega_wpforms.php:933
5512
+ msgid "Height"
5513
+ msgstr ""
5514
+
5515
+ #: includes/widgets/htmega_teammember.php:1070
5516
+ msgid "Height and Width"
5517
+ msgstr ""
5518
+
5519
+ #: includes/widgets/htmega_notify.php:493
5520
+ msgid "Hello Typography"
5521
+ msgstr ""
5522
+
5523
+ #: includes/widgets/htmega_user_login_form.php:92
5524
+ #: includes/widgets/htmega_user_login_form.php:93
5525
+ msgid "Hello!"
5526
+ msgstr ""
5527
+
5528
+ #: includes/widgets/htmega_imagemarker.php:138
5529
+ #: includes/widgets/htmega_imagemarker.php:161
5530
+ msgid "Hidden Field"
5531
+ msgstr ""
5532
+
5533
+ #: includes/widgets/htmega_buddy_press.php:116
5534
+ #: includes/widgets/htmega_buddy_press.php:129
5535
+ #: includes/widgets/htmega_buddy_press.php:144
5536
+ #: includes/widgets/htmega_buddy_press.php:159
5537
+ #: includes/widgets/htmega_data_table.php:61
5538
+ #: includes/widgets/htmega_data_table.php:86
5539
+ #: includes/widgets/htmega_data_table.php:98
5540
+ #: includes/widgets/htmega_data_table.php:110
5541
+ #: includes/widgets/htmega_data_table.php:122
5542
+ #: includes/widgets/htmega_double_button.php:81
5543
+ #: includes/widgets/htmega_gravity_forms.php:80
5544
+ #: includes/widgets/htmega_gravity_forms.php:92
5545
+ #: includes/widgets/htmega_instagram.php:178
5546
+ #: includes/widgets/htmega_instagram.php:190
5547
+ #: includes/widgets/htmega_instagram.php:280
5548
+ #: includes/widgets/htmega_popover.php:130
5549
+ #: includes/widgets/htmega_popover.php:207
5550
+ #: includes/widgets/htmega_scroll_image.php:123
5551
+ #: includes/widgets/htmega_socialshere.php:359
5552
+ #: includes/widgets/htmega_tooltip.php:130
5553
+ #: includes/widgets/htmega_twitter_feed.php:147
5554
+ #: includes/widgets/htmega_twitter_feed.php:159
5555
+ #: includes/widgets/htmega_twitter_feed.php:171
5556
+ #: includes/widgets/htmega_twitter_feed.php:183
5557
+ #: includes/widgets/htmega_twitter_feed.php:195
5558
+ #: includes/widgets/htmega_twitter_feed.php:209
5559
+ #: includes/widgets/htmega_user_login_form.php:80
5560
+ #: includes/widgets/htmega_user_login_form.php:186
5561
+ #: includes/widgets/htmega_user_login_form.php:197
5562
+ #: includes/widgets/htmega_user_login_form.php:288
5563
+ #: includes/widgets/htmega_user_login_form.php:315
5564
+ #: includes/widgets/htmega_user_login_form.php:327
5565
+ #: includes/widgets/htmega_wc_add_to_cart.php:71
5566
+ #: includes/widgets/htmega_wpforms.php:78
5567
+ #: includes/widgets/htmega_wpforms.php:90
5568
+ #: extensions/ht-builder/widgets/bl_post_archive.php:102
5569
+ #: extensions/ht-builder/widgets/bl_post_archive.php:114
5570
+ #: extensions/ht-builder/widgets/bl_post_archive.php:126
5571
+ #: extensions/ht-builder/widgets/bl_post_archive.php:138
5572
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:48
5573
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:73
5574
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:85
5575
+ msgid "Hide"
5576
+ msgstr ""
5577
+
5578
+ #: includes/widgets/htmega_search.php:130
5579
+ msgid "Hide Close Icon"
5580
+ msgstr ""
5581
+
5582
+ #: includes/widgets/htmega_weather.php:115
5583
+ msgid "Hide Current Status"
5584
+ msgstr ""
5585
+
5586
+ #: includes/widgets/htmega_easy_digital_download.php:185
5587
+ #: includes/widgets/htmega_wc_categories.php:153
5588
+ msgid "Hide Empty"
5589
+ msgstr ""
5590
+
5591
+ #: includes/widgets/htmega_weather.php:151
5592
+ msgid "Hide Forecast"
5593
+ msgstr ""
5594
+
5595
+ #: includes/widgets/htmega_countdown.php:180
5596
+ msgid "Hide Label"
5597
+ msgstr ""
5598
+
5599
+ #: includes/widgets/htmega_slider_thumb_gallery.php:615
5600
+ msgid "Hide on Mobile"
5601
+ msgstr ""
5602
+
5603
+ #: extensions/ht-builder/widgets/bl_post_archive.php:231
5604
+ msgid "Hide Pagination"
5605
+ msgstr ""
5606
+
5607
+ #: includes/widgets/htmega_weather.php:139
5608
+ msgid "Hide Sun Status"
5609
+ msgstr ""
5610
+
5611
+ #: includes/widgets/htmega_section_title.php:537
5612
+ msgid "Highlight Title Color"
5613
+ msgstr ""
5614
+
5615
+ #: includes/widgets/htmega_business_hours.php:101
5616
+ msgid "Hight Light this day"
5617
+ msgstr ""
5618
+
5619
+ #: includes/widgets/htmega_animated_heading.php:93
5620
+ msgid "Honesty is the best policy"
5621
+ msgstr ""
5622
+
5623
+ #: includes/widgets/htmega_progress_bar.php:61
5624
+ #: includes/widgets/htmega_scroll_navigation.php:130
5625
+ msgid "Horizontal"
5626
+ msgstr ""
5627
+
5628
+ #: includes/widgets/htmega_carousel.php:721
5629
+ #: includes/widgets/htmega_carousel.php:946
5630
+ #: includes/widgets/htmega_carousel.php:1158
5631
+ #: includes/widgets/htmega_carousel.php:1252
5632
+ #: includes/widgets/htmega_panel_slider.php:913
5633
+ #: includes/widgets/htmega_slider_thumb_gallery.php:947
5634
+ #: includes/widgets/htmega_twitter_feed.php:1204
5635
+ msgid "Horizontal Position"
5636
+ msgstr ""
5637
+
5638
+ #: includes/widgets/htmega_special_day_banner.php:190
5639
+ msgid "Horizontal Postion"
5640
+ msgstr ""
5641
+
5642
+ #: includes/widgets/htmega_instagram.php:112
5643
+ msgid "Hour"
5644
+ msgstr ""
5645
+
5646
+ #: includes/widgets/htmega_countdown.php:142
5647
+ #: includes/widgets/htmega_countdown.php:216
5648
+ #: includes/widgets/htmega_countdown.php:218
5649
+ msgid "Hours"
5650
+ msgstr ""
5651
+
5652
+ #: includes/widgets/htmega_add_banner.php:198
5653
+ #: includes/widgets/htmega_add_banner.php:298
5654
+ #: includes/widgets/htmega_add_banner.php:707
5655
+ #: includes/widgets/htmega_booked_calender.php:657
5656
+ #: includes/widgets/htmega_booked_calender.php:818
5657
+ #: includes/widgets/htmega_brand.php:231
5658
+ #: includes/widgets/htmega_buddy_press.php:359
5659
+ #: includes/widgets/htmega_button.php:326
5660
+ #: includes/widgets/htmega_button.php:603
5661
+ #: includes/widgets/htmega_caldera_form.php:556
5662
+ #: includes/widgets/htmega_call_to_action.php:816
5663
+ #: includes/widgets/htmega_call_to_action.php:1022
5664
+ #: includes/widgets/htmega_carousel.php:752
5665
+ #: includes/widgets/htmega_contact_form_seven.php:905
5666
+ #: includes/widgets/htmega_countdown.php:1123
5667
+ #: includes/widgets/htmega_custom_event.php:191
5668
+ #: includes/widgets/htmega_custom_event.php:441
5669
+ #: includes/widgets/htmega_double_button.php:414
5670
+ #: includes/widgets/htmega_double_button.php:555
5671
+ #: includes/widgets/htmega_double_button.php:728
5672
+ #: includes/widgets/htmega_download_monitor.php:322
5673
+ #: includes/widgets/htmega_easy_digital_download.php:395
5674
+ #: includes/widgets/htmega_easy_digital_download.php:612
5675
+ #: includes/widgets/htmega_errorcontent.php:637
5676
+ #: includes/widgets/htmega_errorcontent.php:788
5677
+ #: includes/widgets/htmega_gravity_forms.php:798
5678
+ #: includes/widgets/htmega_image_grid.php:535
5679
+ #: includes/widgets/htmega_image_masonry.php:521
5680
+ #: includes/widgets/htmega_inlinemenu.php:244
5681
+ #: includes/widgets/htmega_instagram.php:1073
5682
+ #: includes/widgets/htmega_mailchimp_wp.php:453
5683
+ #: includes/widgets/htmega_modal.php:434
5684
+ #: includes/widgets/htmega_newsticker.php:855
5685
+ #: includes/widgets/htmega_ninja_form.php:1057
5686
+ #: includes/widgets/htmega_notify.php:418
5687
+ #: includes/widgets/htmega_offcanvas.php:486
5688
+ #: includes/widgets/htmega_panel_slider.php:968
5689
+ #: includes/widgets/htmega_popover.php:453
5690
+ #: includes/widgets/htmega_post_grid_tab.php:688
5691
+ #: includes/widgets/htmega_post_grid_tab.php:928
5692
+ #: includes/widgets/htmega_post_grid_tab.php:1051
5693
+ #: includes/widgets/htmega_post_slider.php:1122
5694
+ #: includes/widgets/htmega_post_slider.php:1355
5695
+ #: includes/widgets/htmega_post_slider.php:1683
5696
+ #: includes/widgets/htmega_quforms.php:918
5697
+ #: includes/widgets/htmega_search.php:604
5698
+ #: includes/widgets/htmega_search.php:936
5699
+ #: includes/widgets/htmega_service.php:271
5700
+ #: includes/widgets/htmega_service.php:748
5701
+ #: includes/widgets/htmega_service.php:1108
5702
+ #: includes/widgets/htmega_singlepost.php:453
5703
+ #: includes/widgets/htmega_slider_thumb_gallery.php:989
5704
+ #: includes/widgets/htmega_socialshere.php:714
5705
+ #: includes/widgets/htmega_special_day_banner.php:730
5706
+ #: includes/widgets/htmega_testimonial_grid.php:336
5707
+ #: includes/widgets/htmega_toggle.php:343
5708
+ #: includes/widgets/htmega_tooltip.php:430
5709
+ #: includes/widgets/htmega_twitter_feed.php:871
5710
+ #: includes/widgets/htmega_twitter_feed.php:1028
5711
+ #: includes/widgets/htmega_twitter_feed.php:1233
5712
+ #: includes/widgets/htmega_user_login_form.php:1224
5713
+ #: includes/widgets/htmega_user_login_form.php:1408
5714
+ #: includes/widgets/htmega_verticle_time_line.php:275
5715
+ #: includes/widgets/htmega_videoplayer.php:457
5716
+ #: includes/widgets/htmega_wc_categories.php:238
5717
+ #: includes/widgets/htmega_wc_categories.php:403
5718
+ #: includes/widgets/htmega_wc_categories.php:509
5719
+ #: includes/widgets/htmega_wc_element_pages.php:291
5720
+ #: includes/widgets/htmega_wc_element_pages.php:471
5721
+ #: includes/widgets/htmega_wc_element_pages.php:1022
5722
+ #: includes/widgets/htmega_wc_element_pages.php:1612
5723
+ #: includes/widgets/htmega_wc_element_pages.php:1793
5724
+ #: includes/widgets/htmega_working_process.php:555
5725
+ #: includes/widgets/htmega_working_process.php:1064
5726
+ #: includes/widgets/htmega_wpforms.php:1084
5727
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:227
5728
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:429
5729
+ #: extensions/ht-builder/widgets/bl_post_archive.php:407
5730
+ #: extensions/ht-builder/widgets/bl_post_archive.php:514
5731
+ #: extensions/ht-builder/widgets/bl_post_archive.php:620
5732
+ #: extensions/ht-builder/widgets/bl_post_archive.php:789
5733
+ #: extensions/ht-builder/widgets/bl_post_archive.php:913
5734
+ #: extensions/ht-builder/widgets/bl_post_comments.php:141
5735
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:419
5736
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:251
5737
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:496
5738
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:442
5739
+ msgid "Hover"
5740
+ msgstr ""
5741
+
5742
+ #: includes/widgets/htmega_button.php:489
5743
+ msgid "Hover Animation"
5744
+ msgstr ""
5745
+
5746
+ #: includes/widgets/htmega_add_banner.php:206
5747
+ #: includes/widgets/htmega_booked_calender.php:331
5748
+ #: includes/widgets/htmega_booked_calender.php:385
5749
+ #: includes/widgets/htmega_socialshere.php:159
5750
+ #: includes/widgets/htmega_tablepress.php:163
5751
+ msgid "Hover Background"
5752
+ msgstr ""
5753
+
5754
+ #: includes/widgets/htmega_teammember.php:407
5755
+ msgid "Hover Background Color"
5756
+ msgstr ""
5757
+
5758
+ #: includes/widgets/htmega_booked_calender.php:342
5759
+ #: includes/widgets/htmega_booked_calender.php:396
5760
+ #: includes/widgets/htmega_easy_digital_download.php:402
5761
+ #: includes/widgets/htmega_postgrid.php:465
5762
+ #: includes/widgets/htmega_post_grid_tab.php:447
5763
+ #: includes/widgets/htmega_post_slider.php:882
5764
+ #: includes/widgets/htmega_post_slider.php:1186
5765
+ #: includes/widgets/htmega_service.php:376
5766
+ #: includes/widgets/htmega_singlepost.php:173
5767
+ #: includes/widgets/htmega_user_login_form.php:1019
5768
+ #: includes/widgets/htmega_verticle_time_line.php:143
5769
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:491
5770
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:312
5771
+ msgid "Hover Color"
5772
+ msgstr ""
5773
+
5774
+ #: includes/widgets/htmega_socialshere.php:198
5775
+ #: includes/widgets/htmega_socialshere.php:280
5776
+ msgid "Hover color"
5777
+ msgstr ""
5778
+
5779
+ #: includes/widgets/htmega_teammember.php:441
5780
+ msgid "Hover Content background color"
5781
+ msgstr ""
5782
+
5783
+ #: includes/widgets/htmega_teammember.php:423
5784
+ msgid "Hover Round Space"
5785
+ msgstr ""
5786
+
5787
+ #: includes/widgets/htmega_teammember.php:654
5788
+ msgid "Hover Shape Color"
5789
+ msgstr ""
5790
+
5791
+ #: includes/widgets/htmega_socialshere.php:149
5792
+ #: includes/widgets/htmega_socialshere.php:271
5793
+ msgid "Hover Style"
5794
+ msgstr ""
5795
+
5796
+ #: extensions/ht-builder/admin/setting.php:33
5797
+ #: extensions/ht-builder/admin/setting.php:34
5798
+ msgid "HT Builder"
5799
+ msgstr ""
5800
+
5801
+ #: extensions/ht-builder/admin/setting.php:184
5802
+ msgid "HT Builder Settings"
5803
+ msgstr ""
5804
+
5805
+ #: includes/recommended-plugins/recommended-plugins.php:106
5806
+ msgid "HT Contact Form 7"
5807
+ msgstr ""
5808
+
5809
+ #: includes/class.post-duplicator.php:45
5810
+ msgid "HT Duplicate"
5811
+ msgstr ""
5812
+
5813
+ #: includes/recommended-plugins/recommended-plugins.php:101
5814
+ msgid "HT Easy GA4 ( Google Analytics 4 )"
5815
+ msgstr ""
5816
+
5817
+ #: extensions/ht-builder/classes/class.header_footer.php:81
5818
+ msgid "HT Header & Footer"
5819
+ msgstr ""
5820
+
5821
+ #. Name of the plugin
5822
+ msgid "HT Mega - Absolute Addons for Elementor Page Builder"
5823
+ msgstr ""
5824
+
5825
+ #: includes/class.post-duplicator.php:45
5826
+ msgid "HT Mega Duplicator"
5827
+ msgstr ""
5828
+
5829
+ #: admin/include/class.library-source.php:79
5830
+ msgid "HT Mega Library"
5831
+ msgstr ""
5832
+
5833
+ #: extensions/ht-menu/admin/setting.php:31
5834
+ #: extensions/ht-menu/admin/setting.php:32
5835
+ msgid "HT Menu"
5836
+ msgstr ""
5837
+
5838
+ #: extensions/ht-menu/admin/setting.php:46
5839
+ #: extensions/ht-menu/admin/setting.php:136
5840
+ msgid "HT Menu Settings"
5841
+ msgstr ""
5842
+
5843
+ #: includes/recommended-plugins/recommended-plugins.php:111
5844
+ msgid "HT WPForms"
5845
+ msgstr ""
5846
+
5847
+ #: admin/include/admin-setting.php:1158
5848
+ msgid "HTMega"
5849
+ msgstr ""
5850
+
5851
+ #: includes/class.htmega.php:159 includes/class.htmega.php:174
5852
+ #: includes/widgets_control.php:40 admin/include/admin-setting.php:37
5853
+ #: admin/include/admin-setting.php:38
5854
+ msgid "HTMega Addons"
5855
+ msgstr ""
5856
+
5857
+ #: includes/class.htmega.php:137
5858
+ msgid ""
5859
+ "HTMEGA Addons not working because you need to activate the Elementor plugin."
5860
+ msgstr ""
5861
+
5862
+ #: includes/class.htmega.php:144
5863
+ msgid ""
5864
+ "HTMEGA Addons not working because you need to install the Elementor plugin"
5865
+ msgstr ""
5866
+
5867
+ #: admin/include/admin-setting.php:1122
5868
+ msgid "HTMega Addons Settings"
5869
+ msgstr ""
5870
+
5871
+ #: extensions/ht-builder/classes/class.widgets_control.php:44
5872
+ msgid "HTMega Builder"
5873
+ msgstr ""
5874
+
5875
+ #: admin/include/admin-setting.php:1241
5876
+ msgid "HTMega Free"
5877
+ msgstr ""
5878
+
5879
+ #: admin/include/admin-setting.php:1237
5880
+ msgid "HTMega Free Vs HTMega Pro."
5881
+ msgstr ""
5882
+
5883
+ #: extensions/ht-menu/classes/class.mega-menu.php:73
5884
+ msgid "HTMega Menu"
5885
+ msgstr ""
5886
+
5887
+ #: admin/include/admin-setting.php:1266
5888
+ msgid "HTMega Pro"
5889
+ msgstr ""
5890
+
5891
+ #: includes/widgets/htmega_section_title.php:209
5892
+ #: includes/widgets/htmega_section_title.php:267
5893
+ msgid "HTML Tag"
5894
+ msgstr ""
5895
+
5896
+ #: includes/widgets/htmega_pricing_list_view.php:164
5897
+ msgid "Html Template"
5898
+ msgstr ""
5899
+
5900
+ #: includes/widgets/htmega_scroll_image.php:64
5901
+ msgid "https://example.com/"
5902
+ msgstr ""
5903
+
5904
+ #. Author URI of the plugin
5905
+ msgid "https://hasthemes.com/"
5906
+ msgstr ""
5907
+
5908
+ #. URI of the plugin
5909
+ msgid "https://wphtmega.com/"
5910
+ msgstr ""
5911
+
5912
+ #: includes/widgets/htmega_teammember.php:225
5913
+ #: includes/widgets/htmega_teammember.php:308
5914
+ msgid "https://www.facebook.com/hastech.company/"
5915
+ msgstr ""
5916
+
5917
+ #: includes/widgets/htmega_lightbox.php:101
5918
+ msgid "https://www.google.com/maps/embed?pb"
5919
+ msgstr ""
5920
+
5921
+ #: includes/widgets/htmega_lightbox.php:99
5922
+ msgid ""
5923
+ "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
5924
+ "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
5925
+ "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
5926
+ "1sen!2sbd!4v1536834022797"
5927
+ msgstr ""
5928
+
5929
+ #: includes/widgets/htmega_videoplayer.php:62
5930
+ #: includes/widgets/htmega_videoplayer.php:63
5931
+ msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
5932
+ msgstr ""
5933
+
5934
+ #: includes/widgets/htmega_lightbox.php:81
5935
+ #: includes/widgets/htmega_lightbox.php:83
5936
+ msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
5937
+ msgstr ""
5938
+
5939
+ #: includes/widgets/htmega_add_banner.php:121
5940
+ #: includes/widgets/htmega_button.php:71
5941
+ #: includes/widgets/htmega_call_to_action.php:147
5942
+ #: includes/widgets/htmega_call_to_action.php:241
5943
+ #: includes/widgets/htmega_custom_event.php:104
5944
+ #: includes/widgets/htmega_double_button.php:110
5945
+ #: includes/widgets/htmega_double_button.php:197
5946
+ #: includes/widgets/htmega_errorcontent.php:169
5947
+ #: includes/widgets/htmega_errorcontent.php:217
5948
+ #: includes/widgets/htmega_image_grid.php:151
5949
+ #: includes/widgets/htmega_image_masonry.php:131
5950
+ #: includes/widgets/htmega_popover.php:141
5951
+ #: includes/widgets/htmega_pricing_list_view.php:128
5952
+ #: includes/widgets/htmega_pricing_list_view.php:662
5953
+ #: includes/widgets/htmega_section_title.php:198
5954
+ #: includes/widgets/htmega_section_title.php:256
5955
+ #: includes/widgets/htmega_service.php:149
5956
+ #: includes/widgets/htmega_special_day_banner.php:125
5957
+ #: includes/widgets/htmega_tooltip.php:141
5958
+ msgid "https://your-link.com"
5959
+ msgstr ""
5960
+
5961
+ #: includes/widgets/htmega_teammember.php:177
5962
+ msgid "I am web developer."
5963
+ msgstr ""
5964
+
5965
+ #: includes/widgets/htmega_blockquote.php:97
5966
+ #: includes/widgets/htmega_blockquote.php:134
5967
+ #: includes/widgets/htmega_button.php:98
5968
+ #: includes/widgets/htmega_call_to_action.php:163
5969
+ #: includes/widgets/htmega_call_to_action.php:257
5970
+ #: includes/widgets/htmega_countdown.php:280
5971
+ #: includes/widgets/htmega_counter.php:103
5972
+ #: includes/widgets/htmega_counter.php:114
5973
+ #: includes/widgets/htmega_data_table.php:255
5974
+ #: includes/widgets/htmega_double_button.php:123
5975
+ #: includes/widgets/htmega_double_button.php:210
5976
+ #: includes/widgets/htmega_download_monitor.php:125
5977
+ #: includes/widgets/htmega_instagram.php:219
5978
+ #: includes/widgets/htmega_instagram.php:760
5979
+ #: includes/widgets/htmega_lightbox.php:119
5980
+ #: includes/widgets/htmega_modal.php:127 includes/widgets/htmega_modal.php:163
5981
+ #: includes/widgets/htmega_notify.php:255
5982
+ #: includes/widgets/htmega_popover.php:53
5983
+ #: includes/widgets/htmega_popover.php:86
5984
+ #: includes/widgets/htmega_pricing_list_view.php:114
5985
+ #: includes/widgets/htmega_pricing_list_view.php:244
5986
+ #: includes/widgets/htmega_pricing_list_view.php:262
5987
+ #: includes/widgets/htmega_pricing_list_view.php:582
5988
+ #: includes/widgets/htmega_pricing_list_view.php:1786
5989
+ #: includes/widgets/htmega_search.php:76 includes/widgets/htmega_search.php:104
5990
+ #: includes/widgets/htmega_section_title.php:102
5991
+ #: includes/widgets/htmega_section_title.php:138
5992
+ #: includes/widgets/htmega_service.php:77
5993
+ #: includes/widgets/htmega_service.php:114
5994
+ #: includes/widgets/htmega_service.php:559
5995
+ #: includes/widgets/htmega_socialshere.php:109
5996
+ #: includes/widgets/htmega_socialshere.php:212
5997
+ #: includes/widgets/htmega_switcher.php:73
5998
+ #: includes/widgets/htmega_switcher.php:164 includes/widgets/htmega_tabs.php:78
5999
+ #: includes/widgets/htmega_teammember.php:232
6000
+ #: includes/widgets/htmega_tooltip.php:53
6001
+ #: includes/widgets/htmega_tooltip.php:86
6002
+ #: includes/widgets/htmega_videoplayer.php:85
6003
+ #: includes/widgets/htmega_working_process.php:113
6004
+ #: includes/widgets/htmega_working_process.php:150
6005
+ #: includes/widgets/htmega_working_process.php:924
6006
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:287
6007
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:443
6008
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:62
6009
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:74
6010
+ #: extensions/ht-menu/menu/templates.php:47
6011
+ #: extensions/ht-menu/menu/templates.php:106
6012
+ msgid "Icon"
6013
+ msgstr ""
6014
+
6015
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:492
6016
+ msgid "Icon Align"
6017
+ msgstr ""
6018
+
6019
+ #: includes/widgets/htmega_button.php:538
6020
+ #: includes/widgets/htmega_button.php:622
6021
+ #: includes/widgets/htmega_teammember.php:256
6022
+ msgid "Icon Background"
6023
+ msgstr ""
6024
+
6025
+ #: includes/widgets/htmega_accordion.php:1088
6026
+ msgid "Icon Box Height"
6027
+ msgstr ""
6028
+
6029
+ #: includes/widgets/htmega_newsticker.php:778
6030
+ msgid "Icon Box Height/Width"
6031
+ msgstr ""
6032
+
6033
+ #: includes/widgets/htmega_accordion.php:1071
6034
+ msgid "Icon Box Width"
6035
+ msgstr ""
6036
+
6037
+ #: includes/widgets/htmega_booked_calender.php:530
6038
+ #: includes/widgets/htmega_notify.php:657
6039
+ #: includes/widgets/htmega_post_grid_tab.php:756
6040
+ #: includes/widgets/htmega_post_slider.php:1176
6041
+ #: includes/widgets/htmega_pricing_list_view.php:314
6042
+ #: includes/widgets/htmega_pricing_list_view.php:906
6043
+ #: includes/widgets/htmega_search.php:270
6044
+ #: includes/widgets/htmega_singlepost.php:372
6045
+ #: includes/widgets/htmega_tabs.php:177 includes/widgets/htmega_tabs.php:687
6046
+ #: includes/widgets/htmega_tabs.php:802
6047
+ #: includes/widgets/htmega_teammember.php:244
6048
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:481
6049
+ msgid "Icon Color"
6050
+ msgstr ""
6051
+
6052
+ #: includes/widgets/htmega_lightbox.php:408
6053
+ msgid "Icon Dimensions"
6054
+ msgstr ""
6055
+
6056
+ #: includes/widgets/htmega_search.php:881
6057
+ #: includes/widgets/htmega_socialshere.php:480
6058
+ #: includes/widgets/htmega_toggle.php:252
6059
+ msgid "Icon Font Size"
6060
+ msgstr ""
6061
+
6062
+ #: includes/widgets/htmega_instagram.php:1439
6063
+ #: includes/widgets/htmega_socialshere.php:509
6064
+ #: includes/widgets/htmega_tabs.php:772
6065
+ msgid "Icon Height"
6066
+ msgstr ""
6067
+
6068
+ #: includes/widgets/htmega_teammember.php:279
6069
+ msgid "Icon Hover Background"
6070
+ msgstr ""
6071
+
6072
+ #: includes/widgets/htmega_teammember.php:290
6073
+ msgid "Icon Hover border color"
6074
+ msgstr ""
6075
+
6076
+ #: includes/widgets/htmega_teammember.php:267
6077
+ msgid "Icon Hover Color"
6078
+ msgstr ""
6079
+
6080
+ #: includes/widgets/htmega_videoplayer.php:97
6081
+ msgid "Icon Image"
6082
+ msgstr ""
6083
+
6084
+ #: includes/widgets/htmega_button.php:107
6085
+ #: includes/widgets/htmega_call_to_action.php:196
6086
+ #: includes/widgets/htmega_call_to_action.php:290
6087
+ #: includes/widgets/htmega_double_button.php:153
6088
+ #: includes/widgets/htmega_double_button.php:240
6089
+ #: includes/widgets/htmega_modal.php:174
6090
+ #: includes/widgets/htmega_offcanvas.php:199
6091
+ #: includes/widgets/htmega_pricing_list_view.php:1185
6092
+ msgid "Icon Position"
6093
+ msgstr ""
6094
+
6095
+ #: includes/widgets/htmega_socialshere.php:464
6096
+ msgid "Icon Settings"
6097
+ msgstr ""
6098
+
6099
+ #: includes/widgets/htmega_data_table.php:292
6100
+ msgid "Icon SIze"
6101
+ msgstr ""
6102
+
6103
+ #: includes/widgets/htmega_accordion.php:978
6104
+ #: includes/widgets/htmega_call_to_action.php:785
6105
+ #: includes/widgets/htmega_call_to_action.php:991
6106
+ #: includes/widgets/htmega_instagram.php:1377
6107
+ #: includes/widgets/htmega_modal.php:377
6108
+ #: includes/widgets/htmega_newsticker.php:606
6109
+ #: includes/widgets/htmega_newsticker.php:758
6110
+ #: includes/widgets/htmega_notify.php:646
6111
+ #: includes/widgets/htmega_popover.php:362
6112
+ #: includes/widgets/htmega_pricing_list_view.php:751
6113
+ #: includes/widgets/htmega_service.php:624
6114
+ #: includes/widgets/htmega_switcher.php:82
6115
+ #: includes/widgets/htmega_switcher.php:173
6116
+ #: includes/widgets/htmega_tabs.php:700 includes/widgets/htmega_tooltip.php:339
6117
+ msgid "Icon Size"
6118
+ msgstr ""
6119
+
6120
+ #: includes/widgets/htmega_modal.php:409
6121
+ msgid "Icon Space"
6122
+ msgstr ""
6123
+
6124
+ #: includes/widgets/htmega_button.php:125
6125
+ #: includes/widgets/htmega_call_to_action.php:174
6126
+ #: includes/widgets/htmega_call_to_action.php:268
6127
+ #: includes/widgets/htmega_double_button.php:131
6128
+ #: includes/widgets/htmega_double_button.php:218
6129
+ #: includes/widgets/htmega_offcanvas.php:223
6130
+ msgid "Icon Spacing"
6131
+ msgstr ""
6132
+
6133
+ #: includes/widgets/htmega_button.php:504
6134
+ #: includes/widgets/htmega_newsticker.php:594
6135
+ msgid "Icon Style"
6136
+ msgstr ""
6137
+
6138
+ #: includes/widgets/htmega_counter.php:90 includes/widgets/htmega_modal.php:119
6139
+ #: includes/widgets/htmega_section_title.php:94
6140
+ #: includes/widgets/htmega_working_process.php:105
6141
+ msgid "Icon Type"
6142
+ msgstr ""
6143
+
6144
+ #: includes/widgets/htmega_instagram.php:1420
6145
+ #: includes/widgets/htmega_socialshere.php:557
6146
+ #: includes/widgets/htmega_tabs.php:751
6147
+ msgid "Icon Width"
6148
+ msgstr ""
6149
+
6150
+ #: includes/widgets/htmega_counter.php:814
6151
+ msgid "Icon/Image"
6152
+ msgstr ""
6153
+
6154
+ #: includes/widgets/htmega_pricing_list_view.php:629
6155
+ msgid "Icons"
6156
+ msgstr ""
6157
+
6158
+ #: includes/widgets/htmega_bbpress.php:73
6159
+ #: includes/widgets/htmega_newsticker.php:251
6160
+ #: includes/widgets/htmega_postgrid.php:148
6161
+ #: includes/widgets/htmega_post_grid_tab.php:155
6162
+ #: includes/widgets/htmega_post_slider.php:159
6163
+ #: extensions/ht-builder/widgets/bl_post_archive.php:199
6164
+ msgid "ID"
6165
+ msgstr ""
6166
+
6167
+ #: includes/widgets/htmega_newsticker.php:815
6168
+ #: includes/widgets/htmega_panel_slider.php:829
6169
+ msgid "If need to different from prev button"
6170
+ msgstr ""
6171
+
6172
+ #: admin/include/admin-setting.php:1186
6173
+ msgid ""
6174
+ "If you’re loving how our product has helped your business, please let the "
6175
+ "WordPress community know by"
6176
+ msgstr ""
6177
+
6178
+ #: includes/widgets/htmega_accordion.php:151
6179
+ #: includes/widgets/htmega_accordion.php:194
6180
+ #: includes/widgets/htmega_add_banner.php:72
6181
+ #: includes/widgets/htmega_blockquote.php:93
6182
+ #: includes/widgets/htmega_blockquote.php:108
6183
+ #: includes/widgets/htmega_carousel.php:79
6184
+ #: includes/widgets/htmega_counter.php:99
6185
+ #: includes/widgets/htmega_counter.php:125
6186
+ #: includes/widgets/htmega_custom_event.php:51
6187
+ #: includes/widgets/htmega_data_table.php:256
6188
+ #: includes/widgets/htmega_errorcontent.php:65
6189
+ #: includes/widgets/htmega_image_grid.php:123
6190
+ #: includes/widgets/htmega_image_masonry.php:103
6191
+ #: includes/widgets/htmega_instagram.php:215
6192
+ #: includes/widgets/htmega_instagram.php:233
6193
+ #: includes/widgets/htmega_lightbox.php:53
6194
+ #: includes/widgets/htmega_lightbox.php:63
6195
+ #: includes/widgets/htmega_lightbox.php:117
6196
+ #: includes/widgets/htmega_modal.php:123 includes/widgets/htmega_modal.php:137
6197
+ #: includes/widgets/htmega_panel_slider.php:87
6198
+ #: includes/widgets/htmega_popover.php:61
6199
+ #: includes/widgets/htmega_popover.php:101
6200
+ #: includes/widgets/htmega_pricing_list_view.php:248
6201
+ #: includes/widgets/htmega_pricing_list_view.php:275
6202
+ #: includes/widgets/htmega_section_title.php:98
6203
+ #: includes/widgets/htmega_section_title.php:112
6204
+ #: includes/widgets/htmega_service.php:73
6205
+ #: includes/widgets/htmega_service.php:88
6206
+ #: includes/widgets/htmega_service.php:876
6207
+ #: includes/widgets/htmega_slider_thumb_gallery.php:82
6208
+ #: includes/widgets/htmega_special_day_banner.php:58
6209
+ #: includes/widgets/htmega_testimonial_grid.php:195
6210
+ #: includes/widgets/htmega_testimonial_grid.php:388
6211
+ #: includes/widgets/htmega_tooltip.php:61
6212
+ #: includes/widgets/htmega_tooltip.php:101
6213
+ #: includes/widgets/htmega_videoplayer.php:86
6214
+ #: includes/widgets/htmega_wc_categories.php:458
6215
+ #: includes/widgets/htmega_working_process.php:109
6216
+ #: includes/widgets/htmega_working_process.php:124
6217
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:139
6218
+ msgid "Image"
6219
+ msgstr ""
6220
+
6221
+ #: includes/widgets/htmega_image_comparison.php:532
6222
+ msgid "Image After"
6223
+ msgstr ""
6224
+
6225
+ #: includes/widgets/htmega_image_comparison.php:512
6226
+ msgid "Image Before"
6227
+ msgstr ""
6228
+
6229
+ #: includes/widgets/htmega_postgrid.php:236
6230
+ #: includes/widgets/htmega_post_grid_tab.php:324
6231
+ msgid "Image Border Radius"
6232
+ msgstr ""
6233
+
6234
+ #: includes/widgets/htmega_panel_slider.php:610
6235
+ msgid "Image Box Padding"
6236
+ msgstr ""
6237
+
6238
+ #: includes/widgets_control.php:178 admin/include/admin-setting.php:263
6239
+ #: includes/widgets/htmega_image_comparison.php:13
6240
+ #: includes/widgets/htmega_image_comparison.php:43
6241
+ msgid "Image Comparison"
6242
+ msgstr ""
6243
+
6244
+ #: includes/widgets_control.php:183 admin/include/admin-setting.php:271
6245
+ #: includes/widgets/htmega_image_grid.php:13
6246
+ #: includes/widgets/htmega_image_grid.php:35
6247
+ msgid "Image Grid"
6248
+ msgstr ""
6249
+
6250
+ #: includes/widgets/htmega_image_grid.php:170
6251
+ msgid "Image Grid Description"
6252
+ msgstr ""
6253
+
6254
+ #: includes/widgets/htmega_image_grid.php:116
6255
+ msgid "Image Grid Description."
6256
+ msgstr ""
6257
+
6258
+ #: includes/widgets/htmega_carousel.php:101
6259
+ #: includes/widgets/htmega_image_grid.php:169
6260
+ msgid "Image Grid Title"
6261
+ msgstr ""
6262
+
6263
+ #: includes/widgets/htmega_carousel.php:72
6264
+ #: includes/widgets/htmega_image_grid.php:107
6265
+ msgid "Image Grid Title."
6266
+ msgstr ""
6267
+
6268
+ #: includes/widgets/htmega_data_table.php:372
6269
+ msgid "Image Height"
6270
+ msgstr ""
6271
+
6272
+ #: includes/widgets/htmega_teammember.php:100
6273
+ msgid "Image Hover Animate"
6274
+ msgstr ""
6275
+
6276
+ #: extensions/wc-sales-notification/admin/setting.php:94
6277
+ msgid "Image Left"
6278
+ msgstr ""
6279
+
6280
+ #: includes/widgets/htmega_instagram.php:87
6281
+ msgid "Image link in new tab"
6282
+ msgstr ""
6283
+
6284
+ #: includes/widgets_control.php:188 admin/include/admin-setting.php:279
6285
+ #: includes/widgets/htmega_image_magnifier.php:13
6286
+ msgid "Image Magnifier"
6287
+ msgstr ""
6288
+
6289
+ #: admin/include/admin-setting.php:287
6290
+ #: includes/widgets/htmega_imagemarker.php:13
6291
+ msgid "Image Marker"
6292
+ msgstr ""
6293
+
6294
+ #: admin/include/admin-setting.php:295
6295
+ #: includes/widgets/htmega_image_masonry.php:13
6296
+ #: includes/widgets/htmega_image_masonry.php:43
6297
+ msgid "Image Masonry"
6298
+ msgstr ""
6299
+
6300
+ #: includes/widgets/htmega_image_masonry.php:150
6301
+ msgid "Image Masonry Description"
6302
+ msgstr ""
6303
+
6304
+ #: includes/widgets/htmega_image_masonry.php:96
6305
+ msgid "Image Masonry Description."
6306
+ msgstr ""
6307
+
6308
+ #: includes/widgets/htmega_image_masonry.php:149
6309
+ msgid "Image Masonry Title"
6310
+ msgstr ""
6311
+
6312
+ #: includes/widgets/htmega_image_masonry.php:87
6313
+ msgid "Image Masonry Title."
6314
+ msgstr ""
6315
+
6316
+ #: includes/widgets/htmega_panel_slider.php:587
6317
+ #: includes/widgets/htmega_postgrid.php:218
6318
+ #: includes/widgets/htmega_post_slider.php:648
6319
+ msgid "Image Overlay"
6320
+ msgstr ""
6321
+
6322
+ #: includes/widgets/htmega_instragram_feed.php:153
6323
+ msgid "Image Padding"
6324
+ msgstr ""
6325
+
6326
+ #: includes/widgets/htmega_section_title.php:153
6327
+ #: extensions/wc-sales-notification/admin/setting.php:89
6328
+ msgid "Image Position"
6329
+ msgstr ""
6330
+
6331
+ #: includes/widgets/htmega_buddy_press.php:95
6332
+ #: includes/widgets/htmega_instragram_feed.php:67
6333
+ msgid "Image Size"
6334
+ msgstr ""
6335
+
6336
+ #: includes/widgets/htmega_modal.php:291
6337
+ msgid "Image space"
6338
+ msgstr ""
6339
+
6340
+ #: includes/widgets/htmega_data_table.php:349
6341
+ #: includes/widgets/htmega_twitter_feed.php:807
6342
+ msgid "Image Width"
6343
+ msgstr ""
6344
+
6345
+ #: includes/widgets/htmega_pricing_list_view.php:500
6346
+ msgid "Image/Icon Position"
6347
+ msgstr ""
6348
+
6349
+ #: includes/widgets_control.php:198
6350
+ msgid "Image_Masonry"
6351
+ msgstr ""
6352
+
6353
+ #: includes/widgets_control.php:193
6354
+ msgid "ImageMarker"
6355
+ msgstr ""
6356
+
6357
+ #: includes/class.assests.php:377
6358
+ msgid "Import"
6359
+ msgstr ""
6360
+
6361
+ #: admin/include/templates_list.php:13
6362
+ msgid "Import template to your Library"
6363
+ msgstr ""
6364
+
6365
+ #: includes/class.assests.php:375
6366
+ msgid "Import to Library"
6367
+ msgstr ""
6368
+
6369
+ #: includes/class.assests.php:376
6370
+ msgid "Import to Page"
6371
+ msgstr ""
6372
+
6373
+ #: includes/class.assests.php:370
6374
+ msgid "in this package"
6375
+ msgstr ""
6376
+
6377
+ #: admin/include/admin-setting.php:1257 admin/include/admin-setting.php:1282
6378
+ msgid "Incoming animation option"
6379
+ msgstr ""
6380
+
6381
+ #: includes/widgets/htmega_instagram.php:1541
6382
+ msgid "Incorrect access token specified."
6383
+ msgstr ""
6384
+
6385
+ #: includes/widgets/htmega_progress_bar.php:602
6386
+ msgid "Indicator Background"
6387
+ msgstr ""
6388
+
6389
+ #: includes/widgets/htmega_progress_bar.php:626
6390
+ msgid "Indicator Border Radius"
6391
+ msgstr ""
6392
+
6393
+ #: includes/widgets/htmega_imagemarker.php:436
6394
+ #: includes/widgets/htmega_progress_bar.php:183
6395
+ msgid "Indicator color"
6396
+ msgstr ""
6397
+
6398
+ #: includes/widgets/htmega_imagemarker.php:569
6399
+ msgid "Indicator Height"
6400
+ msgstr ""
6401
+
6402
+ #: includes/widgets/htmega_imagemarker.php:596
6403
+ msgid "Indicator Line Height"
6404
+ msgstr ""
6405
+
6406
+ #: includes/widgets/htmega_imagemarker.php:361
6407
+ msgid "Indicator Position(X)"
6408
+ msgstr ""
6409
+
6410
+ #: includes/widgets/htmega_imagemarker.php:388
6411
+ msgid "Indicator Position(Y)"
6412
+ msgstr ""
6413
+
6414
+ #: includes/widgets/htmega_imagemarker.php:414
6415
+ msgid "Indicator Rotated"
6416
+ msgstr ""
6417
+
6418
+ #: includes/widgets/htmega_progress_bar.php:571
6419
+ msgid "Indicator Size"
6420
+ msgstr ""
6421
+
6422
+ #: includes/widgets/htmega_imagemarker.php:542
6423
+ msgid "Indicator Width"
6424
+ msgstr ""
6425
+
6426
+ #: includes/widgets/htmega_notify.php:132
6427
+ msgid "Info"
6428
+ msgstr ""
6429
+
6430
+ #: includes/widgets/htmega_googlemap.php:213
6431
+ msgid "Info Address Span Style"
6432
+ msgstr ""
6433
+
6434
+ #: includes/widgets/htmega_googlemap.php:179
6435
+ msgid "Info Address Style"
6436
+ msgstr ""
6437
+
6438
+ #: includes/widgets/htmega_googlemap.php:400
6439
+ msgid "Info Button Close"
6440
+ msgstr ""
6441
+
6442
+ #: includes/widgets/htmega_notify.php:639
6443
+ msgid "Info Icon"
6444
+ msgstr ""
6445
+
6446
+ #: includes/widgets/htmega_googlemap.php:361
6447
+ msgid "Info Pointer"
6448
+ msgstr ""
6449
+
6450
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:51
6451
+ msgid "inline"
6452
+ msgstr ""
6453
+
6454
+ #: includes/widgets/htmega_section_title.php:620
6455
+ #: includes/widgets/htmega_section_title.php:851
6456
+ msgid "Inline block"
6457
+ msgstr ""
6458
+
6459
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:14
6460
+ msgid "Inline Mega Menu"
6461
+ msgstr ""
6462
+
6463
+ #: admin/include/admin-setting.php:303
6464
+ #: includes/widgets/htmega_inlinemenu.php:13
6465
+ #: includes/widgets/htmega_inlinemenu.php:46
6466
+ msgid "Inline Navigation"
6467
+ msgstr ""
6468
+
6469
+ #: includes/widgets_control.php:203
6470
+ msgid "InlineMenu"
6471
+ msgstr ""
6472
+
6473
+ #: includes/widgets/htmega_progress_bar.php:654
6474
+ #: includes/widgets/htmega_progress_bar.php:773
6475
+ msgid "Inner"
6476
+ msgstr ""
6477
+
6478
+ #: includes/widgets/htmega_call_to_action.php:423
6479
+ msgid "Inner Box Style"
6480
+ msgstr ""
6481
+
6482
+ #: includes/widgets/htmega_caldera_form.php:184
6483
+ #: includes/widgets/htmega_contact_form_seven.php:177
6484
+ #: includes/widgets/htmega_gravity_forms.php:387
6485
+ #: includes/widgets/htmega_ninja_form.php:473
6486
+ #: includes/widgets/htmega_quforms.php:310
6487
+ #: includes/widgets/htmega_search.php:212
6488
+ #: includes/widgets/htmega_user_login_form.php:805
6489
+ #: includes/widgets/htmega_wc_element_pages.php:692
6490
+ #: includes/widgets/htmega_wc_element_pages.php:1336
6491
+ #: includes/widgets/htmega_wpforms.php:474
6492
+ msgid "Input"
6493
+ msgstr ""
6494
+
6495
+ #: includes/widgets/htmega_mailchimp_wp.php:159
6496
+ #: extensions/ht-builder/widgets/bl_post_comments.php:40
6497
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:102
6498
+ msgid "Input Box"
6499
+ msgstr ""
6500
+
6501
+ #: includes/widgets/htmega_caldera_form.php:290
6502
+ msgid "Input Space"
6503
+ msgstr ""
6504
+
6505
+ #: admin/include/templates/library/templates.php:64
6506
+ msgid "Insert"
6507
+ msgstr ""
6508
+
6509
+ #: includes/recommended-plugins/recommended-plugins.php:44
6510
+ msgid "Insert Headers and Footers Code"
6511
+ msgstr ""
6512
+
6513
+ #: includes/widgets_control.php:208 admin/include/admin-setting.php:311
6514
+ #: includes/widgets/htmega_instagram.php:15
6515
+ #: includes/widgets/htmega_instagram.php:44
6516
+ msgid "Instagram"
6517
+ msgstr ""
6518
+
6519
+ #: includes/widgets/htmega_instagram.php:77
6520
+ msgid "Instagram Access Token"
6521
+ msgstr ""
6522
+
6523
+ #: includes/widgets/htmega_instragram_feed.php:13
6524
+ #: includes/widgets/htmega_instragram_feed.php:35
6525
+ msgid "Instagram Feed"
6526
+ msgstr ""
6527
+
6528
+ #: admin/include/template-library.php:267
6529
+ #: admin/include/template-library.php:319
6530
+ #: includes/recommended-plugins/class.recommended-plugins.php:248
6531
+ msgid "Install Now"
6532
+ msgstr ""
6533
+
6534
+ #: includes/class.assests.php:380
6535
+ #: includes/recommended-plugins/class.recommended-plugins.php:124
6536
+ msgid "Installing.."
6537
+ msgstr ""
6538
+
6539
+ #: includes/widgets/htmega_socialshere.php:82
6540
+ msgid "Instapaper"
6541
+ msgstr ""
6542
+
6543
+ #: admin/include/admin-setting.php:999
6544
+ msgid "Instragram Feed"
6545
+ msgstr ""
6546
+
6547
+ #: includes/helper-function.php:364
6548
+ msgid "Invalid username or password!"
6549
+ msgstr ""
6550
+
6551
+ #: includes/widgets/htmega_business_hours.php:300
6552
+ #: includes/widgets/htmega_instagram.php:662
6553
+ #: extensions/ht-builder/widgets/bl_post_archive.php:245
6554
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:347
6555
+ msgid "Item"
6556
+ msgstr ""
6557
+
6558
+ #: includes/widgets/htmega_countdown.php:607
6559
+ msgid "Item Alignment"
6560
+ msgstr ""
6561
+
6562
+ #: includes/widgets/htmega_business_hours.php:209
6563
+ msgid "Item Area"
6564
+ msgstr ""
6565
+
6566
+ #: includes/widgets/htmega_easy_digital_download.php:259
6567
+ msgid "Item Background"
6568
+ msgstr ""
6569
+
6570
+ #: includes/widgets/htmega_testimonial_grid.php:253
6571
+ msgid "Item Box Style"
6572
+ msgstr ""
6573
+
6574
+ #: includes/widgets/htmega_accordion.php:275
6575
+ msgid "Item Collapse Icon"
6576
+ msgstr ""
6577
+
6578
+ #: includes/widgets/htmega_postgrid.php:397
6579
+ #: includes/widgets/htmega_post_grid_tab.php:1242
6580
+ msgid "Item Five Gradient"
6581
+ msgstr ""
6582
+
6583
+ #: includes/widgets/htmega_postgrid.php:379
6584
+ #: includes/widgets/htmega_post_grid_tab.php:1224
6585
+ msgid "Item Four Gradient"
6586
+ msgstr ""
6587
+
6588
+ #: includes/widgets/htmega_easy_digital_download.php:233
6589
+ msgid "Item Gap"
6590
+ msgstr ""
6591
+
6592
+ #: includes/widgets/htmega_progress_bar.php:543
6593
+ msgid "Item Inner Padding"
6594
+ msgstr ""
6595
+
6596
+ #: includes/widgets/htmega_instagram.php:130
6597
+ msgid "Item Limit"
6598
+ msgstr ""
6599
+
6600
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:378
6601
+ msgid "Item Link"
6602
+ msgstr ""
6603
+
6604
+ #: includes/widgets/htmega_working_process.php:463
6605
+ msgid "Item Number Shape"
6606
+ msgstr ""
6607
+
6608
+ #: includes/widgets/htmega_postgrid.php:326
6609
+ #: includes/widgets/htmega_post_grid_tab.php:1171
6610
+ msgid "Item One Gradient"
6611
+ msgstr ""
6612
+
6613
+ #: includes/widgets/htmega_instagram.php:725
6614
+ msgid "Item Overlay"
6615
+ msgstr ""
6616
+
6617
+ #: includes/widgets/htmega_progress_bar.php:529
6618
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:280
6619
+ msgid "Item Padding"
6620
+ msgstr ""
6621
+
6622
+ #: includes/widgets/htmega_postgrid.php:433
6623
+ #: includes/widgets/htmega_post_grid_tab.php:1278
6624
+ msgid "Item Seven Gradient"
6625
+ msgstr ""
6626
+
6627
+ #: includes/widgets/htmega_postgrid.php:415
6628
+ #: includes/widgets/htmega_post_grid_tab.php:1260
6629
+ msgid "Item Six Gradient"
6630
+ msgstr ""
6631
+
6632
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1249
6633
+ msgid "Item space"
6634
+ msgstr ""
6635
+
6636
+ #: includes/widgets/htmega_working_process.php:340
6637
+ msgid "Item style"
6638
+ msgstr ""
6639
+
6640
+ #: includes/widgets/htmega_postgrid.php:361
6641
+ #: includes/widgets/htmega_post_grid_tab.php:1206
6642
+ msgid "Item Three Gradient"
6643
+ msgstr ""
6644
+
6645
+ #: includes/widgets/htmega_postgrid.php:343
6646
+ #: includes/widgets/htmega_post_grid_tab.php:1188
6647
+ msgid "Item Two Gradient"
6648
+ msgstr ""
6649
+
6650
+ #: includes/widgets/htmega_working_process.php:357
6651
+ #: includes/widgets/htmega_working_process.php:564
6652
+ msgid "Item Width"
6653
+ msgstr ""
6654
+
6655
+ #: includes/widgets/htmega_working_process.php:451
6656
+ msgid "Items Seperator Style"
6657
+ msgstr ""
6658
+
6659
+ #: includes/widgets/htmega_progress_bar.php:420
6660
+ msgid "Items Style"
6661
+ msgstr ""
6662
+
6663
+ #: includes/widgets/htmega_booked_calender.php:109
6664
+ msgid "January"
6665
+ msgstr ""
6666
+
6667
+ #: includes/widgets/htmega_job_manager.php:56
6668
+ msgid "Job Apply To"
6669
+ msgstr ""
6670
+
6671
+ #: includes/widgets/htmega_job_manager.php:58
6672
+ msgid "Job Dashboard"
6673
+ msgstr ""
6674
+
6675
+ #: includes/widgets/htmega_job_manager.php:54
6676
+ msgid "Job List"
6677
+ msgstr ""
6678
+
6679
+ #: admin/include/admin-setting.php:1009 admin/include/admin-setting.php:1019
6680
+ #: includes/widgets/htmega_job_manager.php:13
6681
+ #: includes/widgets/htmega_job_manager.php:43
6682
+ msgid "Job Manager"
6683
+ msgstr ""
6684
+
6685
+ #: includes/widgets/htmega_job_manager.php:57
6686
+ msgid "Job Post Form"
6687
+ msgstr ""
6688
+
6689
+ #: includes/widgets/htmega_job_manager.php:55
6690
+ msgid "Job Summary"
6691
+ msgstr ""
6692
+
6693
+ #: includes/widgets/htmega_blockquote.php:81
6694
+ #: includes/widgets/htmega_blockquote.php:82
6695
+ msgid "Jon Doy"
6696
+ msgstr ""
6697
+
6698
+ #: includes/widgets/htmega_data_table.php:475
6699
+ msgid "jondoy@gmail.com"
6700
+ msgstr ""
6701
+
6702
+ #: includes/widgets/htmega_progress_bar.php:214
6703
+ msgid "Joomla"
6704
+ msgstr ""
6705
+
6706
+ #: includes/widgets/htmega_pricing_list_view.php:158
6707
+ msgid "Joomla Template"
6708
+ msgstr ""
6709
+
6710
+ #: includes/widgets/htmega_booked_calender.php:115
6711
+ msgid "July"
6712
+ msgstr ""
6713
+
6714
+ #: includes/widgets/htmega_booked_calender.php:114
6715
+ msgid "June"
6716
+ msgstr ""
6717
+
6718
+ #: includes/widgets/htmega_add_banner.php:380
6719
+ #: includes/widgets/htmega_blockquote.php:195
6720
+ #: includes/widgets/htmega_buddy_press.php:266
6721
+ #: includes/widgets/htmega_business_hours.php:403
6722
+ #: includes/widgets/htmega_button.php:166
6723
+ #: includes/widgets/htmega_call_to_action.php:342
6724
+ #: includes/widgets/htmega_carousel.php:849
6725
+ #: includes/widgets/htmega_countdown.php:623
6726
+ #: includes/widgets/htmega_countdown.php:655
6727
+ #: includes/widgets/htmega_counter.php:300
6728
+ #: includes/widgets/htmega_counter.php:333
6729
+ #: includes/widgets/htmega_counter.php:439
6730
+ #: includes/widgets/htmega_counter.php:565
6731
+ #: includes/widgets/htmega_data_table.php:651
6732
+ #: includes/widgets/htmega_data_table.php:770
6733
+ #: includes/widgets/htmega_errorcontent.php:261
6734
+ #: includes/widgets/htmega_image_grid.php:295
6735
+ #: includes/widgets/htmega_image_grid.php:392
6736
+ #: includes/widgets/htmega_image_masonry.php:270
6737
+ #: includes/widgets/htmega_image_masonry.php:367
6738
+ #: includes/widgets/htmega_lightbox.php:208
6739
+ #: includes/widgets/htmega_lightbox.php:321
6740
+ #: includes/widgets/htmega_mailchimp_wp.php:141
6741
+ #: includes/widgets/htmega_modal.php:362 includes/widgets/htmega_modal.php:1017
6742
+ #: includes/widgets/htmega_newsticker.php:466
6743
+ #: includes/widgets/htmega_notify.php:294
6744
+ #: includes/widgets/htmega_notify.php:574
6745
+ #: includes/widgets/htmega_notify.php:840
6746
+ #: includes/widgets/htmega_offcanvas.php:387
6747
+ #: includes/widgets/htmega_panel_slider.php:575
6748
+ #: includes/widgets/htmega_popover.php:277
6749
+ #: includes/widgets/htmega_popover.php:673
6750
+ #: includes/widgets/htmega_popover.php:777
6751
+ #: includes/widgets/htmega_postgrid.php:529
6752
+ #: includes/widgets/htmega_postgrid.php:642
6753
+ #: includes/widgets/htmega_post_grid_tab.php:507
6754
+ #: includes/widgets/htmega_post_grid_tab.php:594
6755
+ #: includes/widgets/htmega_post_slider.php:942
6756
+ #: includes/widgets/htmega_post_slider.php:1029
6757
+ #: includes/widgets/htmega_pricing_list_view.php:485
6758
+ #: includes/widgets/htmega_pricing_list_view.php:1140
6759
+ #: includes/widgets/htmega_search.php:168
6760
+ #: includes/widgets/htmega_service.php:253
6761
+ #: includes/widgets/htmega_service.php:437
6762
+ #: includes/widgets/htmega_service.php:542
6763
+ #: includes/widgets/htmega_service.php:731
6764
+ #: includes/widgets/htmega_service.php:993
6765
+ #: includes/widgets/htmega_singlepost.php:233
6766
+ #: includes/widgets/htmega_singlepost.php:436
6767
+ #: includes/widgets/htmega_special_day_banner.php:277
6768
+ #: includes/widgets/htmega_tablepress.php:225
6769
+ #: includes/widgets/htmega_tablepress.php:382
6770
+ #: includes/widgets/htmega_teammember.php:757
6771
+ #: includes/widgets/htmega_teammember.php:847
6772
+ #: includes/widgets/htmega_teammember.php:938
6773
+ #: includes/widgets/htmega_teammember.php:1005
6774
+ #: includes/widgets/htmega_testimonial_grid.php:565
6775
+ #: includes/widgets/htmega_toggle.php:208
6776
+ #: includes/widgets/htmega_tooltip.php:253
6777
+ #: includes/widgets/htmega_user_login_form.php:583
6778
+ #: extensions/ht-builder/widgets/bl_page_title.php:149
6779
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:151
6780
+ #: extensions/ht-builder/widgets/bl_post_content.php:84
6781
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:84
6782
+ #: extensions/ht-builder/widgets/bl_post_title.php:117
6783
+ #: extensions/ht-builder/widgets/bl_site_logo.php:171
6784
+ #: extensions/ht-builder/widgets/bl_site_title.php:151
6785
+ msgid "Justified"
6786
+ msgstr ""
6787
+
6788
+ #: includes/widgets/htmega_user_login_form.php:425
6789
+ msgid "Justify Content"
6790
+ msgstr ""
6791
+
6792
+ #: includes/recommended-plugins/recommended-plugins.php:78
6793
+ msgid "JustTables"
6794
+ msgstr ""
6795
+
6796
+ #: includes/widgets/htmega_countdown.php:912
6797
+ #: includes/widgets/htmega_newsticker.php:483
6798
+ #: includes/widgets/htmega_quforms.php:79
6799
+ #: includes/widgets/htmega_user_login_form.php:183
6800
+ #: includes/widgets/htmega_user_login_form.php:1464
6801
+ #: includes/widgets/htmega_wc_element_pages.php:648
6802
+ #: includes/widgets/htmega_wc_element_pages.php:1303
6803
+ msgid "Label"
6804
+ msgstr ""
6805
+
6806
+ #: includes/widgets/htmega_pricing_list_view.php:790
6807
+ msgid "Label Background"
6808
+ msgstr ""
6809
+
6810
+ #: includes/widgets/htmega_pricing_list_view.php:805
6811
+ msgid "Label Color"
6812
+ msgstr ""
6813
+
6814
+ #: includes/widgets/htmega_newsticker.php:561
6815
+ msgid "Label Height"
6816
+ msgstr ""
6817
+
6818
+ #: includes/widgets/htmega_newsticker.php:78
6819
+ msgid "Label Icon"
6820
+ msgstr ""
6821
+
6822
+ #: includes/widgets/htmega_pricing_list_view.php:853
6823
+ msgid "Label Margin"
6824
+ msgstr ""
6825
+
6826
+ #: includes/widgets/htmega_pricing_list_view.php:837
6827
+ msgid "Label Padding"
6828
+ msgstr ""
6829
+
6830
+ #: includes/widgets/htmega_pricing_list_view.php:766
6831
+ msgid "Label Position"
6832
+ msgstr ""
6833
+
6834
+ #: includes/widgets/htmega_countdown.php:172
6835
+ msgid "Label Setting"
6836
+ msgstr ""
6837
+
6838
+ #: includes/widgets/htmega_pricing_list_view.php:736
6839
+ msgid "Label Typography"
6840
+ msgstr ""
6841
+
6842
+ #: includes/widgets/htmega_caldera_form.php:61
6843
+ #: includes/widgets/htmega_contact_form_seven.php:643
6844
+ #: includes/widgets/htmega_gravity_forms.php:228
6845
+ #: includes/widgets/htmega_ninja_form.php:313
6846
+ #: includes/widgets/htmega_wpforms.php:306
6847
+ msgid "Labels"
6848
+ msgstr ""
6849
+
6850
+ #: includes/widgets/htmega_button.php:88
6851
+ #: includes/widgets/htmega_double_button.php:48
6852
+ msgid "Large"
6853
+ msgstr ""
6854
+
6855
+ #: includes/widgets/htmega_testimonial_grid.php:101
6856
+ msgid "Large Mobile"
6857
+ msgstr ""
6858
+
6859
+ #: includes/widgets/htmega_googlemap.php:133
6860
+ #: includes/widgets/htmega_weather.php:184
6861
+ msgid "Latitude"
6862
+ msgstr ""
6863
+
6864
+ #: includes/widgets/htmega_layer_slider.php:13
6865
+ #: includes/widgets/htmega_layer_slider.php:56
6866
+ msgid "LayerSlider"
6867
+ msgstr ""
6868
+
6869
+ #: includes/widgets/htmega_animated_heading.php:49
6870
+ #: includes/widgets/htmega_bbpress.php:50
6871
+ #: includes/widgets/htmega_business_hours.php:43
6872
+ #: includes/widgets/htmega_data_table.php:44
6873
+ #: includes/widgets/htmega_job_manager.php:50
6874
+ #: includes/widgets/htmega_postgrid.php:43
6875
+ #: includes/widgets/htmega_post_grid_tab.php:50
6876
+ #: includes/widgets/htmega_post_slider.php:51
6877
+ #: includes/widgets/htmega_pricing_list_view.php:43
6878
+ #: includes/widgets/htmega_pricing_list_view.php:50
6879
+ #: includes/widgets/htmega_verticle_time_line.php:43
6880
+ #: extensions/ht-builder/widgets/bl_post_archive.php:43
6881
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:46
6882
+ msgid "Layout"
6883
+ msgstr ""
6884
+
6885
+ #: includes/widgets/htmega_business_hours.php:51
6886
+ #: includes/widgets/htmega_postgrid.php:51
6887
+ #: includes/widgets/htmega_post_grid_tab.php:58
6888
+ #: includes/widgets/htmega_post_slider.php:59
6889
+ msgid "Layout Five"
6890
+ msgstr ""
6891
+
6892
+ #: includes/widgets/htmega_business_hours.php:50
6893
+ #: includes/widgets/htmega_postgrid.php:50
6894
+ #: includes/widgets/htmega_post_grid_tab.php:57
6895
+ #: includes/widgets/htmega_post_slider.php:58
6896
+ #: includes/widgets/htmega_verticle_time_line.php:51
6897
+ msgid "Layout Four"
6898
+ msgstr ""
6899
+
6900
+ #: includes/widgets/htmega_pricing_list_view.php:57
6901
+ msgid "Layout Four ( No Border )"
6902
+ msgstr ""
6903
+
6904
+ #: includes/widgets/htmega_business_hours.php:47
6905
+ #: includes/widgets/htmega_data_table.php:48
6906
+ #: includes/widgets/htmega_postgrid.php:47
6907
+ #: includes/widgets/htmega_post_grid_tab.php:54
6908
+ #: includes/widgets/htmega_post_slider.php:55
6909
+ #: includes/widgets/htmega_pricing_list_view.php:54
6910
+ #: includes/widgets/htmega_switcher.php:45
6911
+ #: includes/widgets/htmega_verticle_time_line.php:48
6912
+ #: extensions/ht-builder/widgets/bl_post_archive.php:47
6913
+ msgid "Layout One"
6914
+ msgstr ""
6915
+
6916
+ #: includes/widgets/htmega_post_slider.php:61
6917
+ msgid "Layout Seven"
6918
+ msgstr ""
6919
+
6920
+ #: includes/widgets/htmega_post_slider.php:60
6921
+ msgid "Layout Six"
6922
+ msgstr ""
6923
+
6924
+ #: includes/widgets/htmega_business_hours.php:49
6925
+ #: includes/widgets/htmega_data_table.php:50
6926
+ #: includes/widgets/htmega_postgrid.php:49
6927
+ #: includes/widgets/htmega_post_grid_tab.php:56
6928
+ #: includes/widgets/htmega_post_slider.php:57
6929
+ #: includes/widgets/htmega_pricing_list_view.php:56
6930
+ #: includes/widgets/htmega_verticle_time_line.php:50
6931
+ msgid "Layout Three"
6932
+ msgstr ""
6933
+
6934
+ #: includes/widgets/htmega_business_hours.php:48
6935
+ #: includes/widgets/htmega_data_table.php:49
6936
+ #: includes/widgets/htmega_postgrid.php:48
6937
+ #: includes/widgets/htmega_post_grid_tab.php:55
6938
+ #: includes/widgets/htmega_post_slider.php:56
6939
+ #: includes/widgets/htmega_pricing_list_view.php:55
6940
+ #: includes/widgets/htmega_switcher.php:46
6941
+ #: includes/widgets/htmega_verticle_time_line.php:49
6942
+ #: extensions/ht-builder/widgets/bl_post_archive.php:48
6943
+ msgid "Layout Two"
6944
+ msgstr ""
6945
+
6946
+ #: admin/include/admin-setting.php:1186
6947
+ msgid "leaving us a review on our WP repository"
6948
+ msgstr ""
6949
+
6950
+ #: includes/widgets/htmega_accordion.php:470
6951
+ #: includes/widgets/htmega_accordion.php:661
6952
+ #: includes/widgets/htmega_accordion.php:819
6953
+ #: includes/widgets/htmega_accordion.php:1205
6954
+ #: includes/widgets/htmega_accordion.php:1323
6955
+ #: includes/widgets/htmega_add_banner.php:368
6956
+ #: includes/widgets/htmega_blockquote.php:183
6957
+ #: includes/widgets/htmega_buddy_press.php:254
6958
+ #: includes/widgets/htmega_business_hours.php:391
6959
+ #: includes/widgets/htmega_button.php:111
6960
+ #: includes/widgets/htmega_button.php:154
6961
+ #: includes/widgets/htmega_caldera_form.php:72
6962
+ #: includes/widgets/htmega_caldera_form.php:347
6963
+ #: includes/widgets/htmega_call_to_action.php:200
6964
+ #: includes/widgets/htmega_call_to_action.php:294
6965
+ #: includes/widgets/htmega_call_to_action.php:330
6966
+ #: includes/widgets/htmega_carousel.php:837
6967
+ #: includes/widgets/htmega_contact_form_seven.php:117
6968
+ #: includes/widgets/htmega_countdown.php:611
6969
+ #: includes/widgets/htmega_countdown.php:643
6970
+ #: includes/widgets/htmega_counter.php:288
6971
+ #: includes/widgets/htmega_counter.php:321
6972
+ #: includes/widgets/htmega_counter.php:427
6973
+ #: includes/widgets/htmega_counter.php:553
6974
+ #: includes/widgets/htmega_data_table.php:639
6975
+ #: includes/widgets/htmega_data_table.php:758
6976
+ #: includes/widgets/htmega_double_button.php:157
6977
+ #: includes/widgets/htmega_double_button.php:244
6978
+ #: includes/widgets/htmega_double_button.php:325
6979
+ #: includes/widgets/htmega_dropcaps.php:84
6980
+ #: includes/widgets/htmega_easy_digital_download.php:318
6981
+ #: includes/widgets/htmega_easy_digital_download.php:686
6982
+ #: includes/widgets/htmega_errorcontent.php:249
6983
+ #: includes/widgets/htmega_gravity_forms.php:149
6984
+ #: includes/widgets/htmega_gravity_forms.php:205
6985
+ #: includes/widgets/htmega_gravity_forms.php:239
6986
+ #: includes/widgets/htmega_gravity_forms.php:544
6987
+ #: includes/widgets/htmega_gravity_forms.php:775
6988
+ #: includes/widgets/htmega_imagemarker.php:203
6989
+ #: includes/widgets/htmega_imagemarker.php:710
6990
+ #: includes/widgets/htmega_image_grid.php:283
6991
+ #: includes/widgets/htmega_image_grid.php:380
6992
+ #: includes/widgets/htmega_image_masonry.php:258
6993
+ #: includes/widgets/htmega_image_masonry.php:355
6994
+ #: includes/widgets/htmega_inlinemenu.php:121
6995
+ #: includes/widgets/htmega_instagram.php:1484
6996
+ #: includes/widgets/htmega_job_manager.php:159
6997
+ #: includes/widgets/htmega_lightbox.php:196
6998
+ #: includes/widgets/htmega_lightbox.php:309
6999
+ #: includes/widgets/htmega_mailchimp_wp.php:129
7000
+ #: includes/widgets/htmega_modal.php:178 includes/widgets/htmega_modal.php:350
7001
+ #: includes/widgets/htmega_modal.php:1005
7002
+ #: includes/widgets/htmega_newsticker.php:454
7003
+ #: includes/widgets/htmega_ninja_form.php:188
7004
+ #: includes/widgets/htmega_ninja_form.php:290
7005
+ #: includes/widgets/htmega_ninja_form.php:324
7006
+ #: includes/widgets/htmega_ninja_form.php:611
7007
+ #: includes/widgets/htmega_ninja_form.php:822
7008
+ #: includes/widgets/htmega_ninja_form.php:1034
7009
+ #: includes/widgets/htmega_notify.php:282
7010
+ #: includes/widgets/htmega_notify.php:562
7011
+ #: includes/widgets/htmega_notify.php:828
7012
+ #: includes/widgets/htmega_offcanvas.php:103
7013
+ #: includes/widgets/htmega_offcanvas.php:204
7014
+ #: includes/widgets/htmega_offcanvas.php:283
7015
+ #: includes/widgets/htmega_offcanvas.php:375
7016
+ #: includes/widgets/htmega_panel_slider.php:563
7017
+ #: includes/widgets/htmega_popover.php:193
7018
+ #: includes/widgets/htmega_popover.php:265
7019
+ #: includes/widgets/htmega_popover.php:661
7020
+ #: includes/widgets/htmega_popover.php:765
7021
+ #: includes/widgets/htmega_postgrid.php:293
7022
+ #: includes/widgets/htmega_postgrid.php:517
7023
+ #: includes/widgets/htmega_postgrid.php:630
7024
+ #: includes/widgets/htmega_post_grid_tab.php:401
7025
+ #: includes/widgets/htmega_post_grid_tab.php:495
7026
+ #: includes/widgets/htmega_post_grid_tab.php:582
7027
+ #: includes/widgets/htmega_post_grid_tab.php:805
7028
+ #: includes/widgets/htmega_post_slider.php:836
7029
+ #: includes/widgets/htmega_post_slider.php:930
7030
+ #: includes/widgets/htmega_post_slider.php:1017
7031
+ #: includes/widgets/htmega_post_slider.php:1233
7032
+ #: includes/widgets/htmega_pricing_list_view.php:473
7033
+ #: includes/widgets/htmega_pricing_list_view.php:504
7034
+ #: includes/widgets/htmega_pricing_list_view.php:1128
7035
+ #: includes/widgets/htmega_pricing_list_view.php:1189
7036
+ #: includes/widgets/htmega_quforms.php:90
7037
+ #: includes/widgets/htmega_quforms.php:210
7038
+ #: includes/widgets/htmega_quforms.php:331
7039
+ #: includes/widgets/htmega_quforms.php:551
7040
+ #: includes/widgets/htmega_quforms.php:769
7041
+ #: includes/widgets/htmega_search.php:156
7042
+ #: includes/widgets/htmega_section_title.php:415
7043
+ #: includes/widgets/htmega_service.php:241
7044
+ #: includes/widgets/htmega_service.php:425
7045
+ #: includes/widgets/htmega_service.php:530
7046
+ #: includes/widgets/htmega_service.php:719
7047
+ #: includes/widgets/htmega_service.php:981
7048
+ #: includes/widgets/htmega_singlepost.php:221
7049
+ #: includes/widgets/htmega_singlepost.php:317
7050
+ #: includes/widgets/htmega_singlepost.php:424
7051
+ #: includes/widgets/htmega_slider_thumb_gallery.php:55
7052
+ #: includes/widgets/htmega_socialshere.php:374
7053
+ #: includes/widgets/htmega_special_day_banner.php:49
7054
+ #: includes/widgets/htmega_special_day_banner.php:265
7055
+ #: includes/widgets/htmega_tablepress.php:213
7056
+ #: includes/widgets/htmega_tablepress.php:370
7057
+ #: includes/widgets/htmega_tabs.php:513
7058
+ #: includes/widgets/htmega_teammember.php:105
7059
+ #: includes/widgets/htmega_teammember.php:616
7060
+ #: includes/widgets/htmega_teammember.php:745
7061
+ #: includes/widgets/htmega_teammember.php:835
7062
+ #: includes/widgets/htmega_teammember.php:926
7063
+ #: includes/widgets/htmega_teammember.php:993
7064
+ #: includes/widgets/htmega_testimonial_grid.php:553
7065
+ #: includes/widgets/htmega_toggle.php:196
7066
+ #: includes/widgets/htmega_tooltip.php:181
7067
+ #: includes/widgets/htmega_tooltip.php:241
7068
+ #: includes/widgets/htmega_user_login_form.php:149
7069
+ #: includes/widgets/htmega_user_login_form.php:371
7070
+ #: includes/widgets/htmega_user_login_form.php:571
7071
+ #: includes/widgets/htmega_videoplayer.php:296
7072
+ #: includes/widgets/htmega_wc_categories.php:380
7073
+ #: includes/widgets/htmega_wpforms.php:180
7074
+ #: includes/widgets/htmega_wpforms.php:282
7075
+ #: includes/widgets/htmega_wpforms.php:317
7076
+ #: includes/widgets/htmega_wpforms.php:614
7077
+ #: includes/widgets/htmega_wpforms.php:833
7078
+ #: includes/widgets/htmega_wpforms.php:1061
7079
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:115
7080
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:498
7081
+ #: extensions/ht-builder/widgets/bl_page_title.php:137
7082
+ #: extensions/ht-builder/widgets/bl_post_archive.php:302
7083
+ #: extensions/ht-builder/widgets/bl_post_archive.php:383
7084
+ #: extensions/ht-builder/widgets/bl_post_archive.php:490
7085
+ #: extensions/ht-builder/widgets/bl_post_archive.php:596
7086
+ #: extensions/ht-builder/widgets/bl_post_archive.php:676
7087
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:139
7088
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:112
7089
+ #: extensions/ht-builder/widgets/bl_post_content.php:72
7090
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:72
7091
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:71
7092
+ #: extensions/ht-builder/widgets/bl_post_title.php:105
7093
+ #: extensions/ht-builder/widgets/bl_site_logo.php:159
7094
+ #: extensions/ht-builder/widgets/bl_site_title.php:139
7095
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:166
7096
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:167
7097
+ msgid "Left"
7098
+ msgstr ""
7099
+
7100
+ #: includes/widgets/htmega_post_slider.php:1435
7101
+ msgid "Left Arrow position"
7102
+ msgstr ""
7103
+
7104
+ #: includes/widgets/htmega_post_slider.php:1486
7105
+ msgid "Left Arrow Position vertical"
7106
+ msgstr ""
7107
+
7108
+ #: includes/widgets/htmega_blockquote.php:155
7109
+ msgid "Left Bottom"
7110
+ msgstr ""
7111
+
7112
+ #: includes/widgets/htmega_blockquote.php:154
7113
+ msgid "Left Center"
7114
+ msgstr ""
7115
+
7116
+ #: includes/widgets/htmega_blockquote.php:153
7117
+ msgid "Left Top"
7118
+ msgstr ""
7119
+
7120
+ #: includes/widgets/htmega_scroll_image.php:268
7121
+ msgid "Left-Right"
7122
+ msgstr ""
7123
+
7124
+ #: includes/widgets/htmega_pricing_list_view.php:348
7125
+ #: includes/widgets/htmega_pricing_list_view.php:977
7126
+ msgid "Left-Right Position"
7127
+ msgstr ""
7128
+
7129
+ #: includes/widgets/htmega_image_comparison.php:181
7130
+ msgid "Level Position"
7131
+ msgstr ""
7132
+
7133
+ #: admin/include/admin-setting.php:319
7134
+ msgid "Light Box"
7135
+ msgstr ""
7136
+
7137
+ #: includes/widgets_control.php:213 includes/widgets/htmega_lightbox.php:13
7138
+ #: includes/widgets/htmega_lightbox.php:42
7139
+ msgid "Lightbox"
7140
+ msgstr ""
7141
+
7142
+ #: includes/widgets/htmega_lightbox.php:49
7143
+ msgid "Lightbox Type"
7144
+ msgstr ""
7145
+
7146
+ #: includes/widgets/htmega_postgrid.php:107
7147
+ #: includes/widgets/htmega_post_grid_tab.php:114
7148
+ #: includes/widgets/htmega_post_slider.php:118
7149
+ #: includes/widgets/htmega_twitter_feed.php:122
7150
+ #: extensions/wc-sales-notification/admin/setting.php:101
7151
+ msgid "Limit"
7152
+ msgstr ""
7153
+
7154
+ #: includes/widgets/htmega_socialshere.php:92
7155
+ msgid "Line"
7156
+ msgstr ""
7157
+
7158
+ #: includes/widgets/htmega_blockquote.php:603
7159
+ #: includes/widgets/htmega_notify.php:707
7160
+ #: includes/widgets/htmega_socialshere.php:533
7161
+ msgid "Line Height"
7162
+ msgstr ""
7163
+
7164
+ #: includes/widgets/htmega_button.php:66
7165
+ #: includes/widgets/htmega_double_button.php:108
7166
+ #: includes/widgets/htmega_double_button.php:195
7167
+ #: includes/widgets/htmega_popover.php:139
7168
+ #: includes/widgets/htmega_pricing_list_view.php:126
7169
+ #: includes/widgets/htmega_pricing_list_view.php:660
7170
+ #: includes/widgets/htmega_section_title.php:193
7171
+ #: includes/widgets/htmega_section_title.php:251
7172
+ #: includes/widgets/htmega_teammember.php:223
7173
+ #: includes/widgets/htmega_tooltip.php:139
7174
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:94
7175
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:261
7176
+ msgid "Link"
7177
+ msgstr ""
7178
+
7179
+ #: includes/widgets/htmega_offcanvas.php:327
7180
+ #: includes/widgets/htmega_twitter_feed.php:639
7181
+ #: includes/widgets/htmega_user_login_form.php:773
7182
+ #: extensions/ht-builder/widgets/bl_post_archive.php:521
7183
+ msgid "Link Color"
7184
+ msgstr ""
7185
+
7186
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:101
7187
+ msgid "Link for the Author Name and Image"
7188
+ msgstr ""
7189
+
7190
+ #: includes/widgets/htmega_offcanvas.php:338
7191
+ #: includes/widgets/htmega_user_login_form.php:788
7192
+ msgid "Link Hover Color"
7193
+ msgstr ""
7194
+
7195
+ #: includes/widgets/htmega_socialshere.php:66
7196
+ msgid "Linkedin"
7197
+ msgstr ""
7198
+
7199
+ #: includes/widgets/htmega_booked_calender.php:55
7200
+ msgid "List"
7201
+ msgstr ""
7202
+
7203
+ #: includes/widgets/htmega_pricing_list_view.php:1457
7204
+ msgid "List Area"
7205
+ msgstr ""
7206
+
7207
+ #: includes/widgets/htmega_socialshere.php:71
7208
+ msgid "Live journal"
7209
+ msgstr ""
7210
+
7211
+ #: includes/widgets/htmega_socialshere.php:80
7212
+ msgid "Liveinternet"
7213
+ msgstr ""
7214
+
7215
+ #: includes/widgets/htmega_instragram_feed.php:106
7216
+ #: includes/widgets/htmega_job_manager.php:131
7217
+ msgid "Load More"
7218
+ msgstr ""
7219
+
7220
+ #: includes/widgets/htmega_instragram_feed.php:93
7221
+ msgid "Load More Button"
7222
+ msgstr ""
7223
+
7224
+ #: admin/include/admin-setting.php:662
7225
+ msgid "Load Post in Elementor Addons"
7226
+ msgstr ""
7227
+
7228
+ #: admin/include/templates/library/templates.php:53
7229
+ msgid "Loading"
7230
+ msgstr ""
7231
+
7232
+ #: includes/widgets/htmega_animated_heading.php:72
7233
+ msgid "Loading bar"
7234
+ msgstr ""
7235
+
7236
+ #: extensions/wc-sales-notification/admin/setting.php:114
7237
+ msgid "Loading Time"
7238
+ msgstr ""
7239
+
7240
+ #: includes/widgets/htmega_slider_thumb_gallery.php:68
7241
+ #: includes/widgets/htmega_slider_thumb_gallery.php:122
7242
+ msgid "Location Name Here."
7243
+ msgstr ""
7244
+
7245
+ #: includes/widgets/htmega_custom_event.php:78
7246
+ msgid "Location."
7247
+ msgstr ""
7248
+
7249
+ #: includes/widgets/htmega_user_login_form.php:360
7250
+ #: includes/widgets/htmega_user_login_form.php:1650
7251
+ msgid "Login"
7252
+ msgstr ""
7253
+
7254
+ #: includes/widgets/htmega_user_login_form.php:349
7255
+ msgid "Login Button"
7256
+ msgstr ""
7257
+
7258
+ #: includes/widgets/htmega_user_login_form.php:103
7259
+ msgid "Login Content"
7260
+ msgstr ""
7261
+
7262
+ #: includes/widgets/htmega_user_login_form.php:43
7263
+ #: includes/widgets/htmega_user_login_form.php:174
7264
+ msgid "Login Form"
7265
+ msgstr ""
7266
+
7267
+ #: includes/widgets/htmega_user_login_form.php:646
7268
+ msgid "Login Form Header Style"
7269
+ msgstr ""
7270
+
7271
+ #: includes/widgets/htmega_user_login_form.php:68
7272
+ msgid "Login Header"
7273
+ msgstr ""
7274
+
7275
+ #: includes/widgets/htmega_user_login_form.php:89
7276
+ msgid "Login Header Title"
7277
+ msgstr ""
7278
+
7279
+ #: includes/helper-function.php:366
7280
+ msgid "Login Successfully"
7281
+ msgstr ""
7282
+
7283
+ #: extensions/ht-builder/widgets/bl_site_logo.php:48
7284
+ msgid "Logo"
7285
+ msgstr ""
7286
+
7287
+ #: includes/widgets/htmega_googlemap.php:141
7288
+ #: includes/widgets/htmega_weather.php:196
7289
+ msgid "Longitude"
7290
+ msgstr ""
7291
+
7292
+ #: includes/widgets/htmega_scroll_navigation.php:105
7293
+ #: includes/widgets/htmega_testimonial_grid.php:214
7294
+ #: includes/widgets/htmega_testimonial_grid.php:228
7295
+ #: includes/widgets/htmega_testimonial_grid.php:234
7296
+ #: includes/widgets/htmega_testimonial_grid.php:240
7297
+ msgid ""
7298
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
7299
+ "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
7300
+ "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
7301
+ "dolore magna aliqua."
7302
+ msgstr ""
7303
+
7304
+ #: includes/widgets/htmega_working_process.php:170
7305
+ msgid ""
7306
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7307
+ "tempor incid idunt ut labore"
7308
+ msgstr ""
7309
+
7310
+ #: includes/widgets/htmega_working_process.php:174
7311
+ #: includes/widgets/htmega_working_process.php:178
7312
+ msgid ""
7313
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
7314
+ "tempor incid idunt ut labore."
7315
+ msgstr ""
7316
+
7317
+ #: includes/widgets/htmega_dropcaps.php:60
7318
+ msgid ""
7319
+ "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
7320
+ "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7321
+ "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
7322
+ "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
7323
+ "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
7324
+ "exercitation ullamco laboris nisi ut aliquip."
7325
+ msgstr ""
7326
+
7327
+ #: includes/widgets/htmega_modal.php:84
7328
+ msgid ""
7329
+ "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
7330
+ "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
7331
+ "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
7332
+ "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
7333
+ msgstr ""
7334
+
7335
+ #: includes/widgets/htmega_verticle_time_line.php:90
7336
+ #: includes/widgets/htmega_verticle_time_line.php:102
7337
+ #: includes/widgets/htmega_verticle_time_line.php:106
7338
+ #: includes/widgets/htmega_verticle_time_line.php:110
7339
+ msgid ""
7340
+ "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
7341
+ "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
7342
+ msgstr ""
7343
+
7344
+ #: includes/widgets/htmega_tabs.php:219 includes/widgets/htmega_tabs.php:223
7345
+ #: includes/widgets/htmega_tabs.php:227
7346
+ #: includes/widgets/htmega_working_process.php:98
7347
+ msgid ""
7348
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7349
+ "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
7350
+ "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
7351
+ "Duis aute irure dolor in repre in voluptate."
7352
+ msgstr ""
7353
+
7354
+ #: includes/widgets/htmega_toggle.php:112
7355
+ msgid ""
7356
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
7357
+ "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
7358
+ "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
7359
+ "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
7360
+ "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
7361
+ "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
7362
+ msgstr ""
7363
+
7364
+ #: includes/widgets/htmega_imagemarker.php:192
7365
+ #: includes/widgets/htmega_imagemarker.php:469
7366
+ msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
7367
+ msgstr ""
7368
+
7369
+ #: includes/widgets/htmega_user_login_form.php:285
7370
+ msgid "Lost your password?"
7371
+ msgstr ""
7372
+
7373
+ #: includes/widgets/htmega_data_table.php:269
7374
+ #: includes/widgets/htmega_data_table.php:462
7375
+ #: includes/widgets/htmega_pricing_list_view.php:603
7376
+ #: includes/widgets/htmega_pricing_list_view.php:1099
7377
+ msgid "Louis Hudson"
7378
+ msgstr ""
7379
+
7380
+ #: includes/widgets/htmega_pricing_list_view.php:1112
7381
+ msgid "louishudson@gmail.com"
7382
+ msgstr ""
7383
+
7384
+ #: extensions/ht-builder/widgets/bl_post_archive.php:1066
7385
+ msgid "M d, Y"
7386
+ msgstr ""
7387
+
7388
+ #: includes/weather-resource/weather-resource.php:109
7389
+ msgid "m/s"
7390
+ msgstr ""
7391
+
7392
+ #: includes/widgets/htmega_panel_slider.php:127
7393
+ msgid "Made in 2016"
7394
+ msgstr ""
7395
+
7396
+ #: includes/widgets/htmega_panel_slider.php:80
7397
+ #: includes/widgets/htmega_panel_slider.php:123
7398
+ msgid "Made in 2017"
7399
+ msgstr ""
7400
+
7401
+ #: includes/widgets/htmega_panel_slider.php:119
7402
+ msgid "Made in 2018"
7403
+ msgstr ""
7404
+
7405
+ #: includes/widgets/htmega_panel_slider.php:115
7406
+ msgid "Made in 2019"
7407
+ msgstr ""
7408
+
7409
+ #: includes/widgets/htmega_image_magnifier.php:42
7410
+ msgid "Magnifier"
7411
+ msgstr ""
7412
+
7413
+ #: includes/widgets/htmega_mailchimp_wp.php:43
7414
+ msgid "Mailchimp"
7415
+ msgstr ""
7416
+
7417
+ #: admin/include/admin-setting.php:1029
7418
+ #: includes/widgets/htmega_mailchimp_wp.php:13
7419
+ msgid "Mailchimp for wp"
7420
+ msgstr ""
7421
+
7422
+ #: includes/widgets/htmega_mailchimp_wp.php:66
7423
+ msgid "Mailchimp ID"
7424
+ msgstr ""
7425
+
7426
+ #: includes/widgets/htmega_inlinemenu.php:102
7427
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:96
7428
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:63
7429
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:64
7430
+ msgid "Main Menu"
7431
+ msgstr ""
7432
+
7433
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:413
7434
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:371
7435
+ msgid "Main Menu Items"
7436
+ msgstr ""
7437
+
7438
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:71
7439
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:72
7440
+ msgid "Main Menu Width"
7441
+ msgstr ""
7442
+
7443
+ #: includes/widgets/htmega_testimonial_grid.php:233
7444
+ msgid "Manager"
7445
+ msgstr ""
7446
+
7447
+ #: includes/widgets/htmega_testimonial_grid.php:177
7448
+ #: includes/widgets/htmega_testimonial_grid.php:227
7449
+ msgid "Managing Director"
7450
+ msgstr ""
7451
+
7452
+ #: includes/widgets/htmega_teammember.php:165
7453
+ msgid "Managing director"
7454
+ msgstr ""
7455
+
7456
+ #: includes/widgets/htmega_easy_digital_download.php:141
7457
+ #: includes/widgets/htmega_wc_categories.php:81
7458
+ msgid "Manual Selection"
7459
+ msgstr ""
7460
+
7461
+ #: includes/widgets/htmega_user_login_form.php:449
7462
+ #: includes/widgets/htmega_user_login_form.php:477
7463
+ #: includes/widgets/htmega_user_login_form.php:504
7464
+ msgid "Manual Space"
7465
+ msgstr ""
7466
+
7467
+ #: includes/widgets/htmega_googlemap.php:265
7468
+ msgid "Map Fixed Address"
7469
+ msgstr ""
7470
+
7471
+ #: includes/widgets/htmega_googlemap.php:80
7472
+ msgid "Map Height"
7473
+ msgstr ""
7474
+
7475
+ #: includes/widgets/htmega_googlemap.php:123
7476
+ msgid "Map Marker"
7477
+ msgstr ""
7478
+
7479
+ #: includes/widgets/htmega_googlemap.php:111
7480
+ msgid "Map Style"
7481
+ msgstr ""
7482
+
7483
+ #: includes/widgets/htmega_googlemap.php:413
7484
+ msgid "Maps Fixed Address"
7485
+ msgstr ""
7486
+
7487
+ #: includes/widgets/htmega_googlemap.php:297
7488
+ msgid "Maps Info Address"
7489
+ msgstr ""
7490
+
7491
+ #: includes/widgets/htmega_booked_calender.php:111
7492
+ msgid "March"
7493
+ msgstr ""
7494
+
7495
+ #: includes/widgets/htmega_accordion.php:704
7496
+ #: includes/widgets/htmega_accordion.php:755
7497
+ #: includes/widgets/htmega_accordion.php:1105
7498
+ #: includes/widgets/htmega_accordion.php:1265
7499
+ #: includes/widgets/htmega_add_banner.php:163
7500
+ #: includes/widgets/htmega_add_banner.php:251
7501
+ #: includes/widgets/htmega_add_banner.php:305
7502
+ #: includes/widgets/htmega_add_banner.php:403
7503
+ #: includes/widgets/htmega_add_banner.php:462
7504
+ #: includes/widgets/htmega_add_banner.php:521
7505
+ #: includes/widgets/htmega_add_banner.php:580
7506
+ #: includes/widgets/htmega_add_banner.php:691
7507
+ #: includes/widgets/htmega_animated_heading.php:267
7508
+ #: includes/widgets/htmega_blockquote.php:220
7509
+ #: includes/widgets/htmega_blockquote.php:298
7510
+ #: includes/widgets/htmega_blockquote.php:354
7511
+ #: includes/widgets/htmega_blockquote.php:542
7512
+ #: includes/widgets/htmega_blockquote.php:723
7513
+ #: includes/widgets/htmega_brand.php:128 includes/widgets/htmega_brand.php:314
7514
+ #: includes/widgets/htmega_buddy_press.php:236
7515
+ #: includes/widgets/htmega_buddy_press.php:344
7516
+ #: includes/widgets/htmega_buddy_press.php:413
7517
+ #: includes/widgets/htmega_business_hours.php:242
7518
+ #: includes/widgets/htmega_business_hours.php:318
7519
+ #: includes/widgets/htmega_business_hours.php:446
7520
+ #: includes/widgets/htmega_button.php:310
7521
+ #: includes/widgets/htmega_call_to_action.php:367
7522
+ #: includes/widgets/htmega_call_to_action.php:444
7523
+ #: includes/widgets/htmega_call_to_action.php:532
7524
+ #: includes/widgets/htmega_call_to_action.php:591
7525
+ #: includes/widgets/htmega_call_to_action.php:650
7526
+ #: includes/widgets/htmega_call_to_action.php:743
7527
+ #: includes/widgets/htmega_call_to_action.php:949
7528
+ #: includes/widgets/htmega_carousel.php:456
7529
+ #: includes/widgets/htmega_carousel.php:973
7530
+ #: includes/widgets/htmega_carousel.php:1056
7531
+ #: includes/widgets/htmega_carousel.php:1371
7532
+ #: includes/widgets/htmega_contact_form_seven.php:161
7533
+ #: includes/widgets/htmega_contact_form_seven.php:337
7534
+ #: includes/widgets/htmega_contact_form_seven.php:559
7535
+ #: includes/widgets/htmega_contact_form_seven.php:715
7536
+ #: includes/widgets/htmega_contact_form_seven.php:859
7537
+ #: includes/widgets/htmega_contact_form_seven.php:1016
7538
+ #: includes/widgets/htmega_countdown.php:591
7539
+ #: includes/widgets/htmega_countdown.php:838
7540
+ #: includes/widgets/htmega_countdown.php:998
7541
+ #: includes/widgets/htmega_countdown.php:1096
7542
+ #: includes/widgets/htmega_counter.php:240
7543
+ #: includes/widgets/htmega_counter.php:501
7544
+ #: includes/widgets/htmega_counter.php:625
7545
+ #: includes/widgets/htmega_counter.php:892
7546
+ #: includes/widgets/htmega_counter.php:981
7547
+ #: includes/widgets/htmega_counter.php:1071
7548
+ #: includes/widgets/htmega_custom_event.php:176
7549
+ #: includes/widgets/htmega_custom_event.php:261
7550
+ #: includes/widgets/htmega_custom_event.php:305
7551
+ #: includes/widgets/htmega_custom_event.php:362
7552
+ #: includes/widgets/htmega_data_table.php:521
7553
+ #: includes/widgets/htmega_double_button.php:297
7554
+ #: includes/widgets/htmega_double_button.php:540
7555
+ #: includes/widgets/htmega_double_button.php:713
7556
+ #: includes/widgets/htmega_double_button.php:896
7557
+ #: includes/widgets/htmega_dropcaps.php:153
7558
+ #: includes/widgets/htmega_dropcaps.php:253
7559
+ #: includes/widgets/htmega_easy_digital_download.php:380
7560
+ #: includes/widgets/htmega_easy_digital_download.php:444
7561
+ #: includes/widgets/htmega_easy_digital_download.php:598
7562
+ #: includes/widgets/htmega_easy_digital_download.php:738
7563
+ #: includes/widgets/htmega_errorcontent.php:276
7564
+ #: includes/widgets/htmega_errorcontent.php:368
7565
+ #: includes/widgets/htmega_errorcontent.php:447
7566
+ #: includes/widgets/htmega_errorcontent.php:526
7567
+ #: includes/widgets/htmega_errorcontent.php:602
7568
+ #: includes/widgets/htmega_errorcontent.php:753
7569
+ #: includes/widgets/htmega_googlemap.php:349
7570
+ #: includes/widgets/htmega_googlemap.php:490
7571
+ #: includes/widgets/htmega_gravity_forms.php:331
7572
+ #: includes/widgets/htmega_gravity_forms.php:371
7573
+ #: includes/widgets/htmega_gravity_forms.php:498
7574
+ #: includes/widgets/htmega_gravity_forms.php:730
7575
+ #: includes/widgets/htmega_imagemarker.php:895
7576
+ #: includes/widgets/htmega_imagemarker.php:950
7577
+ #: includes/widgets/htmega_image_comparison.php:111
7578
+ #: includes/widgets/htmega_image_grid.php:207
7579
+ #: includes/widgets/htmega_image_grid.php:353
7580
+ #: includes/widgets/htmega_image_magnifier.php:154
7581
+ #: includes/widgets/htmega_image_masonry.php:198
7582
+ #: includes/widgets/htmega_image_masonry.php:315
7583
+ #: includes/widgets/htmega_image_masonry.php:402
7584
+ #: includes/widgets/htmega_inlinemenu.php:187
7585
+ #: includes/widgets/htmega_instagram.php:634
7586
+ #: includes/widgets/htmega_instagram.php:680
7587
+ #: includes/widgets/htmega_instagram.php:897
7588
+ #: includes/widgets/htmega_instagram.php:1355
7589
+ #: includes/widgets/htmega_lightbox.php:238
7590
+ #: includes/widgets/htmega_mailchimp_wp.php:102
7591
+ #: includes/widgets/htmega_mailchimp_wp.php:273
7592
+ #: includes/widgets/htmega_mailchimp_wp.php:407
7593
+ #: includes/widgets/htmega_modal.php:525 includes/widgets/htmega_modal.php:642
7594
+ #: includes/widgets/htmega_modal.php:805 includes/widgets/htmega_modal.php:975
7595
+ #: includes/widgets/htmega_newsticker.php:397
7596
+ #: includes/widgets/htmega_newsticker.php:699
7597
+ #: includes/widgets/htmega_newsticker.php:839
7598
+ #: includes/widgets/htmega_newsticker.php:972
7599
+ #: includes/widgets/htmega_ninja_form.php:153
7600
+ #: includes/widgets/htmega_ninja_form.php:255
7601
+ #: includes/widgets/htmega_ninja_form.php:419
7602
+ #: includes/widgets/htmega_ninja_form.php:458
7603
+ #: includes/widgets/htmega_ninja_form.php:566
7604
+ #: includes/widgets/htmega_ninja_form.php:787
7605
+ #: includes/widgets/htmega_ninja_form.php:989
7606
+ #: includes/widgets/htmega_notify.php:402
7607
+ #: includes/widgets/htmega_notify.php:545
7608
+ #: includes/widgets/htmega_notify.php:801
7609
+ #: includes/widgets/htmega_panel_slider.php:489
7610
+ #: includes/widgets/htmega_panel_slider.php:657
7611
+ #: includes/widgets/htmega_panel_slider.php:713
7612
+ #: includes/widgets/htmega_panel_slider.php:1118
7613
+ #: includes/widgets/htmega_popover.php:305
7614
+ #: includes/widgets/htmega_popover.php:424
7615
+ #: includes/widgets/htmega_postgrid.php:248
7616
+ #: includes/widgets/htmega_postgrid.php:487
7617
+ #: includes/widgets/htmega_postgrid.php:602
7618
+ #: includes/widgets/htmega_postgrid.php:689
7619
+ #: includes/widgets/htmega_post_grid_tab.php:297
7620
+ #: includes/widgets/htmega_post_grid_tab.php:373
7621
+ #: includes/widgets/htmega_post_grid_tab.php:467
7622
+ #: includes/widgets/htmega_post_grid_tab.php:554
7623
+ #: includes/widgets/htmega_post_grid_tab.php:652
7624
+ #: includes/widgets/htmega_post_grid_tab.php:777
7625
+ #: includes/widgets/htmega_post_grid_tab.php:872
7626
+ #: includes/widgets/htmega_post_grid_tab.php:1130
7627
+ #: includes/widgets/htmega_post_slider.php:729
7628
+ #: includes/widgets/htmega_post_slider.php:744
7629
+ #: includes/widgets/htmega_post_slider.php:902
7630
+ #: includes/widgets/htmega_post_slider.php:989
7631
+ #: includes/widgets/htmega_post_slider.php:1086
7632
+ #: includes/widgets/htmega_post_slider.php:1205
7633
+ #: includes/widgets/htmega_post_slider.php:1299
7634
+ #: includes/widgets/htmega_post_slider.php:1826
7635
+ #: includes/widgets/htmega_post_slider.php:1937
7636
+ #: includes/widgets/htmega_pricing_list_view.php:1252
7637
+ #: includes/widgets/htmega_pricing_list_view.php:1612
7638
+ #: includes/widgets/htmega_pricing_list_view.php:1685
7639
+ #: includes/widgets/htmega_pricing_list_view.php:1770
7640
+ #: includes/widgets/htmega_pricing_list_view.php:1847
7641
+ #: includes/widgets/htmega_progress_bar.php:691
7642
+ #: includes/widgets/htmega_quforms.php:183
7643
+ #: includes/widgets/htmega_quforms.php:294
7644
+ #: includes/widgets/htmega_quforms.php:427
7645
+ #: includes/widgets/htmega_quforms.php:646
7646
+ #: includes/widgets/htmega_quforms.php:873
7647
+ #: includes/widgets/htmega_scroll_image.php:203
7648
+ #: includes/widgets/htmega_scroll_image.php:363
7649
+ #: includes/widgets/htmega_scroll_navigation.php:260
7650
+ #: includes/widgets/htmega_search.php:183
7651
+ #: includes/widgets/htmega_search.php:284
7652
+ #: includes/widgets/htmega_search.php:503
7653
+ #: includes/widgets/htmega_section_title.php:387
7654
+ #: includes/widgets/htmega_section_title.php:587
7655
+ #: includes/widgets/htmega_section_title.php:819
7656
+ #: includes/widgets/htmega_service.php:183
7657
+ #: includes/widgets/htmega_service.php:395
7658
+ #: includes/widgets/htmega_service.php:500
7659
+ #: includes/widgets/htmega_service.php:658
7660
+ #: includes/widgets/htmega_service.php:921
7661
+ #: includes/widgets/htmega_service.php:1049
7662
+ #: includes/widgets/htmega_singlepost.php:193
7663
+ #: includes/widgets/htmega_singlepost.php:280
7664
+ #: includes/widgets/htmega_singlepost.php:394
7665
+ #: includes/widgets/htmega_singlepost.php:491
7666
+ #: includes/widgets/htmega_slider_thumb_gallery.php:705
7667
+ #: includes/widgets/htmega_slider_thumb_gallery.php:777
7668
+ #: includes/widgets/htmega_socialshere.php:419
7669
+ #: includes/widgets/htmega_special_day_banner.php:290
7670
+ #: includes/widgets/htmega_special_day_banner.php:367
7671
+ #: includes/widgets/htmega_special_day_banner.php:426
7672
+ #: includes/widgets/htmega_special_day_banner.php:485
7673
+ #: includes/widgets/htmega_special_day_banner.php:544
7674
+ #: includes/widgets/htmega_special_day_banner.php:603
7675
+ #: includes/widgets/htmega_special_day_banner.php:714
7676
+ #: includes/widgets/htmega_switcher.php:246
7677
+ #: includes/widgets/htmega_switcher.php:385
7678
+ #: includes/widgets/htmega_switcher.php:576
7679
+ #: includes/widgets/htmega_tabs.php:349 includes/widgets/htmega_tabs.php:581
7680
+ #: includes/widgets/htmega_tabs.php:924
7681
+ #: includes/widgets/htmega_teammember.php:330
7682
+ #: includes/widgets/htmega_teammember.php:583
7683
+ #: includes/widgets/htmega_teammember.php:715
7684
+ #: includes/widgets/htmega_teammember.php:805
7685
+ #: includes/widgets/htmega_teammember.php:896
7686
+ #: includes/widgets/htmega_teammember.php:963
7687
+ #: includes/widgets/htmega_testimonial_grid.php:271
7688
+ #: includes/widgets/htmega_testimonial_grid.php:449
7689
+ #: includes/widgets/htmega_testimonial_grid.php:509
7690
+ #: includes/widgets/htmega_testimonial_grid.php:601
7691
+ #: includes/widgets/htmega_toggle.php:156
7692
+ #: includes/widgets/htmega_toggle.php:284
7693
+ #: includes/widgets/htmega_tooltip.php:281
7694
+ #: includes/widgets/htmega_tooltip.php:401
7695
+ #: includes/widgets/htmega_twitter_feed.php:570
7696
+ #: includes/widgets/htmega_twitter_feed.php:659
7697
+ #: includes/widgets/htmega_twitter_feed.php:728
7698
+ #: includes/widgets/htmega_twitter_feed.php:792
7699
+ #: includes/widgets/htmega_twitter_feed.php:928
7700
+ #: includes/widgets/htmega_twitter_feed.php:989
7701
+ #: includes/widgets/htmega_twitter_feed.php:1398
7702
+ #: includes/widgets/htmega_user_login_form.php:532
7703
+ #: includes/widgets/htmega_user_login_form.php:609
7704
+ #: includes/widgets/htmega_user_login_form.php:706
7705
+ #: includes/widgets/htmega_user_login_form.php:758
7706
+ #: includes/widgets/htmega_user_login_form.php:861
7707
+ #: includes/widgets/htmega_user_login_form.php:1041
7708
+ #: includes/widgets/htmega_user_login_form.php:1501
7709
+ #: includes/widgets/htmega_verticle_time_line.php:166
7710
+ #: includes/widgets/htmega_videoplayer.php:394
7711
+ #: includes/widgets/htmega_wc_categories.php:331
7712
+ #: includes/widgets/htmega_wc_categories.php:475
7713
+ #: includes/widgets/htmega_wc_element_pages.php:1756
7714
+ #: includes/widgets/htmega_working_process.php:209
7715
+ #: includes/widgets/htmega_working_process.php:405
7716
+ #: includes/widgets/htmega_working_process.php:663
7717
+ #: includes/widgets/htmega_working_process.php:742
7718
+ #: includes/widgets/htmega_working_process.php:842
7719
+ #: includes/widgets/htmega_wpforms.php:145
7720
+ #: includes/widgets/htmega_wpforms.php:247
7721
+ #: includes/widgets/htmega_wpforms.php:401
7722
+ #: includes/widgets/htmega_wpforms.php:440
7723
+ #: includes/widgets/htmega_wpforms.php:569
7724
+ #: includes/widgets/htmega_wpforms.php:790
7725
+ #: includes/widgets/htmega_wpforms.php:1016
7726
+ #: extensions/ht-builder/widgets/bl_page_title.php:121
7727
+ #: extensions/ht-builder/widgets/bl_post_archive.php:253
7728
+ #: extensions/ht-builder/widgets/bl_post_archive.php:367
7729
+ #: extensions/ht-builder/widgets/bl_post_archive.php:474
7730
+ #: extensions/ht-builder/widgets/bl_post_archive.php:580
7731
+ #: extensions/ht-builder/widgets/bl_post_archive.php:774
7732
+ #: extensions/ht-builder/widgets/bl_post_archive.php:898
7733
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:123
7734
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:194
7735
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:244
7736
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:284
7737
+ #: extensions/ht-builder/widgets/bl_post_title.php:88
7738
+ #: extensions/ht-builder/widgets/bl_site_logo.php:143
7739
+ #: extensions/ht-builder/widgets/bl_site_title.php:123
7740
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:107
7741
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:108
7742
+ msgid "Margin"
7743
+ msgstr ""
7744
+
7745
+ #: includes/widgets/htmega_googlemap.php:244
7746
+ #: includes/widgets/htmega_imagemarker.php:44
7747
+ #: includes/widgets/htmega_imagemarker.php:490
7748
+ msgid "Marker"
7749
+ msgstr ""
7750
+
7751
+ #: includes/widgets/htmega_imagemarker.php:173
7752
+ #: includes/widgets/htmega_imagemarker.php:468
7753
+ msgid "Marker #1"
7754
+ msgstr ""
7755
+
7756
+ #: includes/widgets/htmega_imagemarker.php:190
7757
+ msgid "Marker Content"
7758
+ msgstr ""
7759
+
7760
+ #: includes/widgets/htmega_imagemarker.php:199
7761
+ #: includes/widgets/htmega_imagemarker.php:287
7762
+ msgid "Marker Content Position"
7763
+ msgstr ""
7764
+
7765
+ #: includes/widgets/htmega_imagemarker.php:300
7766
+ msgid "Marker Content Postion(X)"
7767
+ msgstr ""
7768
+
7769
+ #: includes/widgets/htmega_imagemarker.php:323
7770
+ msgid "Marker Content Postion(Y)"
7771
+ msgstr ""
7772
+
7773
+ #: includes/widgets/htmega_imagemarker.php:228
7774
+ msgid "Marker Icon Position"
7775
+ msgstr ""
7776
+
7777
+ #: includes/widgets/htmega_imagemarker.php:149
7778
+ msgid "Marker Indicator Icon"
7779
+ msgstr ""
7780
+
7781
+ #: includes/widgets/htmega_imagemarker.php:498
7782
+ msgid "Marker Indicator Style"
7783
+ msgstr ""
7784
+
7785
+ #: includes/widgets/htmega_googlemap.php:150
7786
+ msgid "Marker Info Box "
7787
+ msgstr ""
7788
+
7789
+ #: includes/widgets/htmega_imagemarker.php:112
7790
+ msgid "Marker Item"
7791
+ msgstr ""
7792
+
7793
+ #: includes/widgets/htmega_imagemarker.php:180
7794
+ msgid "Marker Placeholder Text"
7795
+ msgstr ""
7796
+
7797
+ #: includes/widgets/htmega_imagemarker.php:171
7798
+ msgid "Marker Title"
7799
+ msgstr ""
7800
+
7801
+ #: includes/widgets/htmega_buddy_press.php:77
7802
+ msgid "Max Item"
7803
+ msgstr ""
7804
+
7805
+ #: includes/widgets/htmega_contact_form_seven.php:87
7806
+ msgid "Max Width"
7807
+ msgstr ""
7808
+
7809
+ #: includes/widgets/htmega_newsticker.php:95
7810
+ msgid "Maxium Row"
7811
+ msgstr ""
7812
+
7813
+ #: includes/widgets/htmega_booked_calender.php:113
7814
+ msgid "May"
7815
+ msgstr ""
7816
+
7817
+ #: includes/widgets/htmega_pricing_list_view.php:237
7818
+ msgid "Media"
7819
+ msgstr ""
7820
+
7821
+ #: includes/widgets/htmega_button.php:87
7822
+ #: includes/widgets/htmega_double_button.php:47
7823
+ #: includes/widgets/htmega_instragram_feed.php:73
7824
+ msgid "Medium"
7825
+ msgstr ""
7826
+
7827
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:326
7828
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:284
7829
+ msgid "Mega Menu"
7830
+ msgstr ""
7831
+
7832
+ #: extensions/ht-menu/admin/setting.php:119
7833
+ msgid "Mega Menu Background Color"
7834
+ msgstr ""
7835
+
7836
+ #: extensions/ht-menu/classes/class.mega-menu.php:92
7837
+ msgid "Mega Menu Settings"
7838
+ msgstr ""
7839
+
7840
+ #: extensions/ht-menu/admin/setting.php:108
7841
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:333
7842
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:291
7843
+ msgid "Mega Menu Width"
7844
+ msgstr ""
7845
+
7846
+ #: includes/widgets/htmega_buddy_press.php:52
7847
+ msgid "Member"
7848
+ msgstr ""
7849
+
7850
+ #: includes/widgets/htmega_teammember.php:133
7851
+ msgid "Member image"
7852
+ msgstr ""
7853
+
7854
+ #: includes/widgets/htmega_booked_calender.php:175
7855
+ msgid "Members Only"
7856
+ msgstr ""
7857
+
7858
+ #: includes/widgets/htmega_inlinemenu.php:75
7859
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:69
7860
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:30
7861
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:31
7862
+ msgid "Menu"
7863
+ msgstr ""
7864
+
7865
+ #: extensions/ht-menu/menu/templates.php:128
7866
+ msgid "Menu Badge"
7867
+ msgstr ""
7868
+
7869
+ #: admin/include/admin-setting.php:694
7870
+ msgid "Menu Builder"
7871
+ msgstr ""
7872
+
7873
+ #: extensions/ht-menu/admin/setting.php:62
7874
+ msgid "Menu Items Color"
7875
+ msgstr ""
7876
+
7877
+ #: extensions/ht-menu/admin/setting.php:69
7878
+ msgid "Menu Items Hover Color"
7879
+ msgstr ""
7880
+
7881
+ #: includes/widgets/htmega_wc_element_pages.php:1693
7882
+ msgid "Menu Style"
7883
+ msgstr ""
7884
+
7885
+ #: extensions/ht-menu/menu/templates.php:78
7886
+ msgid "Menu Template"
7887
+ msgstr ""
7888
+
7889
+ #: extensions/ht-menu/menu/templates.php:63
7890
+ msgid "Menu Width"
7891
+ msgstr ""
7892
+
7893
+ #: includes/widgets/htmega_post_grid_tab.php:223
7894
+ #: includes/widgets/htmega_post_grid_tab.php:723
7895
+ #: includes/widgets/htmega_post_slider.php:1157
7896
+ #: includes/widgets/htmega_singlepost.php:341
7897
+ msgid "Meta"
7898
+ msgstr ""
7899
+
7900
+ #: includes/widgets/htmega_twitter_feed.php:957
7901
+ msgid "Meta Button"
7902
+ msgstr ""
7903
+
7904
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:39
7905
+ msgid "Meta Data"
7906
+ msgstr ""
7907
+
7908
+ #: includes/widgets/htmega_post_grid_tab.php:746
7909
+ #: includes/widgets/htmega_singlepost.php:459
7910
+ msgid "Meta Hover Color"
7911
+ msgstr ""
7912
+
7913
+ #: includes/widgets/htmega_buddy_press.php:384
7914
+ #: extensions/ht-builder/widgets/bl_post_archive.php:432
7915
+ msgid "Meta Info"
7916
+ msgstr ""
7917
+
7918
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:61
7919
+ msgid "Meta Name"
7920
+ msgstr ""
7921
+
7922
+ #: includes/widgets/htmega_download_monitor.php:230
7923
+ msgid "Meta Style"
7924
+ msgstr ""
7925
+
7926
+ #: includes/widgets/htmega_pricing_list_view.php:1167
7927
+ msgid "Middle"
7928
+ msgstr ""
7929
+
7930
+ #: includes/widgets/htmega_double_button.php:58
7931
+ #: includes/widgets/htmega_double_button.php:66
7932
+ #: includes/widgets/htmega_double_button.php:793
7933
+ msgid "Middle Text"
7934
+ msgstr ""
7935
+
7936
+ #: includes/widgets/htmega_search.php:336
7937
+ msgid "Min Width"
7938
+ msgstr ""
7939
+
7940
+ #: includes/widgets/htmega_scroll_image.php:92
7941
+ msgid "Minimum Height"
7942
+ msgstr ""
7943
+
7944
+ #: includes/widgets/htmega_instagram.php:111
7945
+ msgid "Minute"
7946
+ msgstr ""
7947
+
7948
+ #: includes/widgets/htmega_countdown.php:152
7949
+ #: includes/widgets/htmega_countdown.php:230
7950
+ #: includes/widgets/htmega_countdown.php:232
7951
+ msgid "Minutes"
7952
+ msgstr ""
7953
+
7954
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:474
7955
+ msgid "Mobile Menu"
7956
+ msgstr ""
7957
+
7958
+ #: includes/widgets/htmega_carousel.php:363
7959
+ #: includes/widgets/htmega_instagram.php:558
7960
+ #: includes/widgets/htmega_panel_slider.php:423
7961
+ #: includes/widgets/htmega_post_slider.php:543
7962
+ #: includes/widgets/htmega_slider_thumb_gallery.php:341
7963
+ #: includes/widgets/htmega_twitter_feed.php:485
7964
+ msgid "Mobile Phone"
7965
+ msgstr ""
7966
+
7967
+ #: includes/widgets/htmega_carousel.php:405
7968
+ #: includes/widgets/htmega_instagram.php:600
7969
+ #: includes/widgets/htmega_panel_slider.php:465
7970
+ #: includes/widgets/htmega_post_slider.php:585
7971
+ #: includes/widgets/htmega_slider_thumb_gallery.php:377
7972
+ #: includes/widgets/htmega_twitter_feed.php:527
7973
+ msgid "Mobile Resolution"
7974
+ msgstr ""
7975
+
7976
+ #: admin/include/templates/library/templates.php:38
7977
+ #: admin/include/templates/library/templates.php:39
7978
+ msgid "Mobile view"
7979
+ msgstr ""
7980
+
7981
+ #: includes/widgets_control.php:218 admin/include/admin-setting.php:327
7982
+ #: includes/widgets/htmega_modal.php:13 includes/widgets/htmega_modal.php:35
7983
+ msgid "Modal"
7984
+ msgstr ""
7985
+
7986
+ #: includes/widgets/htmega_modal.php:480
7987
+ msgid "Modal Box Style"
7988
+ msgstr ""
7989
+
7990
+ #: includes/widgets/htmega_modal.php:916
7991
+ msgid "Modal Content"
7992
+ msgstr ""
7993
+
7994
+ #: includes/widgets/htmega_modal.php:112
7995
+ msgid "Modal Design"
7996
+ msgstr ""
7997
+
7998
+ #: includes/widgets/htmega_modal.php:93
7999
+ msgid "Modal Footer Content"
8000
+ msgstr ""
8001
+
8002
+ #: includes/widgets/htmega_modal.php:44
8003
+ msgid "Modal Header Content"
8004
+ msgstr ""
8005
+
8006
+ #: includes/widgets/htmega_modal.php:488
8007
+ msgid "Modal Top Space"
8008
+ msgstr ""
8009
+
8010
+ #: includes/widgets/htmega_modal.php:1032
8011
+ msgid "Modal Width"
8012
+ msgstr ""
8013
+
8014
+ #: includes/widgets/htmega_socialshere.php:70
8015
+ msgid "Moimir"
8016
+ msgstr ""
8017
+
8018
+ #: includes/widgets/htmega_business_hours.php:174
8019
+ msgid "Monday"
8020
+ msgstr ""
8021
+
8022
+ #: includes/widgets/htmega_booked_calender.php:105
8023
+ #: includes/widgets/htmega_instagram.php:115
8024
+ msgid "Month"
8025
+ msgstr ""
8026
+
8027
+ #: includes/recommended-plugins/class.recommended-plugins.php:292
8028
+ msgid "More Details"
8029
+ msgstr ""
8030
+
8031
+ #: includes/widgets/htmega_scroll_navigation.php:200
8032
+ msgid "Mouse Wheel"
8033
+ msgstr ""
8034
+
8035
+ #: includes/recommended-plugins/recommended-plugins.php:34
8036
+ msgid "Move Addons for Elementor"
8037
+ msgstr ""
8038
+
8039
+ #: includes/widgets/htmega_accordion.php:319
8040
+ msgid "Multiple Item Open"
8041
+ msgstr ""
8042
+
8043
+ #: includes/widgets/htmega_wc_element_pages.php:62
8044
+ msgid "My Account"
8045
+ msgstr ""
8046
+
8047
+ #: includes/widgets/htmega_data_table.php:206
8048
+ #: includes/widgets/htmega_easy_digital_download.php:198
8049
+ #: includes/widgets/htmega_newsticker.php:253
8050
+ #: includes/widgets/htmega_postgrid.php:150
8051
+ #: includes/widgets/htmega_post_grid_tab.php:157
8052
+ #: includes/widgets/htmega_post_slider.php:161
8053
+ #: includes/widgets/htmega_pricing_list_view.php:80
8054
+ #: includes/widgets/htmega_pricing_list_view.php:451
8055
+ #: includes/widgets/htmega_teammember.php:153
8056
+ #: includes/widgets/htmega_teammember.php:685
8057
+ #: includes/widgets/htmega_testimonial_grid.php:166
8058
+ #: includes/widgets/htmega_testimonial_grid.php:419
8059
+ #: includes/widgets/htmega_wc_categories.php:129
8060
+ #: extensions/ht-builder/widgets/bl_post_archive.php:201
8061
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:216
8062
+ msgid "Name"
8063
+ msgstr ""
8064
+
8065
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:57
8066
+ msgid "Name HTML Tag"
8067
+ msgstr ""
8068
+
8069
+ #: admin/include/admin-setting.php:823 admin/include/admin-setting.php:824
8070
+ msgid "Nav Menu"
8071
+ msgstr ""
8072
+
8073
+ #: includes/widgets/htmega_newsticker.php:717
8074
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:61
8075
+ msgid "Navigation"
8076
+ msgstr ""
8077
+
8078
+ #: includes/widgets/htmega_booked_calender.php:709
8079
+ #: includes/widgets/htmega_newsticker.php:296
8080
+ msgid "Navigation Button"
8081
+ msgstr ""
8082
+
8083
+ #: includes/widgets/htmega_buddy_press.php:66
8084
+ msgid "Newest"
8085
+ msgstr ""
8086
+
8087
+ #: includes/widgets/htmega_newsticker.php:346
8088
+ msgid "News Box Style"
8089
+ msgstr ""
8090
+
8091
+ #: includes/widgets/htmega_newsticker.php:226
8092
+ msgid "News Limit"
8093
+ msgstr ""
8094
+
8095
+ #: admin/include/admin-setting.php:335
8096
+ #: includes/widgets/htmega_newsticker.php:14
8097
+ #: includes/widgets/htmega_newsticker.php:43
8098
+ msgid "News Ticker"
8099
+ msgstr ""
8100
+
8101
+ #: includes/widgets_control.php:223
8102
+ msgid "Newsticker"
8103
+ msgstr ""
8104
+
8105
+ #: includes/widgets/htmega_newsticker.php:328
8106
+ msgid "Next Icon"
8107
+ msgstr ""
8108
+
8109
+ #: includes/widgets/htmega_carousel.php:181
8110
+ #: includes/widgets/htmega_instagram.php:376
8111
+ #: includes/widgets/htmega_panel_slider.php:241
8112
+ #: includes/widgets/htmega_post_slider.php:345
8113
+ #: includes/widgets/htmega_slider_thumb_gallery.php:183
8114
+ #: includes/widgets/htmega_twitter_feed.php:303
8115
+ msgid "Next icon"
8116
+ msgstr ""
8117
+
8118
+ #: admin/include/admin-setting.php:1039
8119
+ #: includes/widgets/htmega_ninja_form.php:13
8120
+ #: includes/widgets/htmega_ninja_form.php:59
8121
+ msgid "Ninja Form"
8122
+ msgstr ""
8123
+
8124
+ #: includes/widgets/htmega_carousel.php:211
8125
+ #: includes/widgets/htmega_data_table.php:145
8126
+ #: includes/widgets/htmega_data_table.php:202
8127
+ #: includes/widgets/htmega_gravity_forms.php:104
8128
+ #: includes/widgets/htmega_instagram.php:406
8129
+ #: includes/widgets/htmega_panel_slider.php:271
8130
+ #: includes/widgets/htmega_post_slider.php:391
8131
+ #: includes/widgets/htmega_pricing_list_view.php:205
8132
+ #: includes/widgets/htmega_pricing_list_view.php:447
8133
+ #: includes/widgets/htmega_slider_thumb_gallery.php:210
8134
+ #: includes/widgets/htmega_slider_thumb_gallery.php:475
8135
+ #: includes/widgets/htmega_twitter_feed.php:333
8136
+ #: includes/widgets/htmega_user_login_form.php:120
8137
+ #: includes/widgets/htmega_user_login_form.php:263
8138
+ #: includes/widgets/htmega_videoplayer.php:125
8139
+ #: includes/widgets/htmega_videoplayer.php:165
8140
+ #: includes/widgets/htmega_videoplayer.php:177
8141
+ #: includes/widgets/htmega_videoplayer.php:189
8142
+ #: includes/widgets/htmega_videoplayer.php:201
8143
+ #: includes/widgets/htmega_videoplayer.php:213
8144
+ msgid "No"
8145
+ msgstr ""
8146
+
8147
+ #: includes/widgets/htmega_googlemap.php:249
8148
+ #: includes/widgets/htmega_instragram_feed.php:85
8149
+ #: includes/widgets/htmega_instragram_feed.php:96
8150
+ #: includes/widgets/htmega_instragram_feed.php:120
8151
+ msgid "no"
8152
+ msgstr ""
8153
+
8154
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:207
8155
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:210
8156
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:573
8157
+ msgid "No Comments"
8158
+ msgstr ""
8159
+
8160
+ #: includes/helper-function.php:252 includes/helper-function.php:736
8161
+ msgid "No contact form found"
8162
+ msgstr ""
8163
+
8164
+ #: includes/widgets/htmega_singlepost.php:587
8165
+ msgid "No selected post"
8166
+ msgstr ""
8167
+
8168
+ #: includes/widgets/htmega_template_selector.php:67
8169
+ msgid "No selected template"
8170
+ msgstr ""
8171
+
8172
+ #: includes/helper-function.php:112
8173
+ msgid "No sidebars were found"
8174
+ msgstr ""
8175
+
8176
+ #: includes/widgets/htmega_revolution_slider.php:43
8177
+ msgid "No Slider Found."
8178
+ msgstr ""
8179
+
8180
+ #: includes/helper-function.php:269 includes/widgets/htmega_blockquote.php:406
8181
+ #: includes/widgets/htmega_button.php:415
8182
+ #: includes/widgets/htmega_button.php:478
8183
+ #: includes/widgets/htmega_counter.php:95
8184
+ #: includes/widgets/htmega_imagemarker.php:230
8185
+ #: includes/widgets/htmega_imagemarker.php:289
8186
+ #: includes/widgets/htmega_imagemarker.php:500
8187
+ #: includes/widgets/htmega_imagemarker.php:786
8188
+ #: includes/widgets/htmega_job_manager.php:129
8189
+ #: includes/widgets/htmega_newsticker.php:250
8190
+ #: includes/widgets/htmega_notify.php:147
8191
+ #: includes/widgets/htmega_notify.php:182
8192
+ #: includes/widgets/htmega_postgrid.php:147
8193
+ #: includes/widgets/htmega_post_grid_tab.php:154
8194
+ #: includes/widgets/htmega_post_slider.php:158
8195
+ #: includes/widgets/htmega_pricing_list_view.php:252
8196
+ #: includes/widgets/htmega_scroll_image.php:254
8197
+ #: includes/widgets/htmega_socialshere.php:466
8198
+ #: includes/widgets/htmega_teammember.php:104
8199
+ #: includes/widgets/htmega_testimonial_grid.php:58
8200
+ #: extensions/ht-builder/widgets/bl_post_archive.php:198
8201
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:97
8202
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:290
8203
+ msgid "None"
8204
+ msgstr ""
8205
+
8206
+ #: includes/widgets/htmega_accordion.php:459
8207
+ #: includes/widgets/htmega_accordion.php:972
8208
+ #: includes/widgets/htmega_add_banner.php:156
8209
+ #: includes/widgets/htmega_add_banner.php:245
8210
+ #: includes/widgets/htmega_add_banner.php:620
8211
+ #: includes/widgets/htmega_booked_calender.php:574
8212
+ #: includes/widgets/htmega_booked_calender.php:720
8213
+ #: includes/widgets/htmega_brand.php:170
8214
+ #: includes/widgets/htmega_buddy_press.php:316
8215
+ #: includes/widgets/htmega_button.php:194
8216
+ #: includes/widgets/htmega_button.php:519
8217
+ #: includes/widgets/htmega_caldera_form.php:195
8218
+ #: includes/widgets/htmega_caldera_form.php:447
8219
+ #: includes/widgets/htmega_call_to_action.php:690
8220
+ #: includes/widgets/htmega_call_to_action.php:896
8221
+ #: includes/widgets/htmega_carousel.php:550
8222
+ #: includes/widgets/htmega_carousel.php:826
8223
+ #: includes/widgets/htmega_carousel.php:1094
8224
+ #: includes/widgets/htmega_carousel.php:1302
8225
+ #: includes/widgets/htmega_contact_form_seven.php:188
8226
+ #: includes/widgets/htmega_contact_form_seven.php:455
8227
+ #: includes/widgets/htmega_contact_form_seven.php:766
8228
+ #: includes/widgets/htmega_countdown.php:1028
8229
+ #: includes/widgets/htmega_custom_event.php:136
8230
+ #: includes/widgets/htmega_custom_event.php:391
8231
+ #: includes/widgets/htmega_double_button.php:384
8232
+ #: includes/widgets/htmega_double_button.php:459
8233
+ #: includes/widgets/htmega_double_button.php:632
8234
+ #: includes/widgets/htmega_download_monitor.php:146
8235
+ #: includes/widgets/htmega_easy_digital_download.php:352
8236
+ #: includes/widgets/htmega_easy_digital_download.php:533
8237
+ #: includes/widgets/htmega_errorcontent.php:552
8238
+ #: includes/widgets/htmega_errorcontent.php:703
8239
+ #: includes/widgets/htmega_gravity_forms.php:398
8240
+ #: includes/widgets/htmega_gravity_forms.php:640
8241
+ #: includes/widgets/htmega_image_grid.php:453
8242
+ #: includes/widgets/htmega_image_masonry.php:440
8243
+ #: includes/widgets/htmega_inlinemenu.php:146
8244
+ #: includes/widgets/htmega_instagram.php:927
8245
+ #: includes/widgets/htmega_instagram.php:1145
8246
+ #: includes/widgets/htmega_mailchimp_wp.php:301
8247
+ #: includes/widgets/htmega_modal.php:211
8248
+ #: includes/widgets/htmega_newsticker.php:730
8249
+ #: includes/widgets/htmega_ninja_form.php:484
8250
+ #: includes/widgets/htmega_ninja_form.php:705
8251
+ #: includes/widgets/htmega_ninja_form.php:923
8252
+ #: includes/widgets/htmega_notify.php:322
8253
+ #: includes/widgets/htmega_offcanvas.php:414
8254
+ #: includes/widgets/htmega_panel_slider.php:755
8255
+ #: includes/widgets/htmega_panel_slider.php:1047
8256
+ #: includes/widgets/htmega_popover.php:331
8257
+ #: includes/widgets/htmega_post_grid_tab.php:623
8258
+ #: includes/widgets/htmega_post_grid_tab.php:843
8259
+ #: includes/widgets/htmega_post_grid_tab.php:993
8260
+ #: includes/widgets/htmega_post_slider.php:1058
8261
+ #: includes/widgets/htmega_post_slider.php:1271
8262
+ #: includes/widgets/htmega_post_slider.php:1535
8263
+ #: includes/widgets/htmega_post_slider.php:1755
8264
+ #: includes/widgets/htmega_post_slider.php:1920
8265
+ #: includes/widgets/htmega_progress_bar.php:76
8266
+ #: includes/widgets/htmega_quforms.php:321
8267
+ #: includes/widgets/htmega_quforms.php:541
8268
+ #: includes/widgets/htmega_quforms.php:759
8269
+ #: includes/widgets/htmega_scroll_navigation.php:301
8270
+ #: includes/widgets/htmega_search.php:223
8271
+ #: includes/widgets/htmega_search.php:435
8272
+ #: includes/widgets/htmega_search.php:673
8273
+ #: includes/widgets/htmega_service.php:176
8274
+ #: includes/widgets/htmega_service.php:617
8275
+ #: includes/widgets/htmega_service.php:1022
8276
+ #: includes/widgets/htmega_singlepost.php:355
8277
+ #: includes/widgets/htmega_slider_thumb_gallery.php:816
8278
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1074
8279
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1223
8280
+ #: includes/widgets/htmega_socialshere.php:681
8281
+ #: includes/widgets/htmega_special_day_banner.php:643
8282
+ #: includes/widgets/htmega_switcher.php:351
8283
+ #: includes/widgets/htmega_tabs.php:502 includes/widgets/htmega_tabs.php:680
8284
+ #: includes/widgets/htmega_testimonial_grid.php:264
8285
+ #: includes/widgets/htmega_toggle.php:225
8286
+ #: includes/widgets/htmega_tooltip.php:307
8287
+ #: includes/widgets/htmega_twitter_feed.php:701
8288
+ #: includes/widgets/htmega_twitter_feed.php:970
8289
+ #: includes/widgets/htmega_twitter_feed.php:1068
8290
+ #: includes/widgets/htmega_twitter_feed.php:1306
8291
+ #: includes/widgets/htmega_user_login_form.php:1097
8292
+ #: includes/widgets/htmega_user_login_form.php:1295
8293
+ #: includes/widgets/htmega_verticle_time_line.php:191
8294
+ #: includes/widgets/htmega_videoplayer.php:336
8295
+ #: includes/widgets/htmega_wc_categories.php:175
8296
+ #: includes/widgets/htmega_wc_categories.php:292
8297
+ #: includes/widgets/htmega_wc_categories.php:468
8298
+ #: includes/widgets/htmega_wc_element_pages.php:205
8299
+ #: includes/widgets/htmega_wc_element_pages.php:385
8300
+ #: includes/widgets/htmega_wc_element_pages.php:548
8301
+ #: includes/widgets/htmega_wc_element_pages.php:705
8302
+ #: includes/widgets/htmega_wc_element_pages.php:934
8303
+ #: includes/widgets/htmega_wc_element_pages.php:1349
8304
+ #: includes/widgets/htmega_wc_element_pages.php:1523
8305
+ #: includes/widgets/htmega_wc_element_pages.php:1706
8306
+ #: includes/widgets/htmega_working_process.php:351
8307
+ #: includes/widgets/htmega_working_process.php:935
8308
+ #: includes/widgets/htmega_wpforms.php:485
8309
+ #: includes/widgets/htmega_wpforms.php:709
8310
+ #: includes/widgets/htmega_wpforms.php:926
8311
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:143
8312
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:375
8313
+ #: extensions/ht-builder/widgets/bl_post_archive.php:340
8314
+ #: extensions/ht-builder/widgets/bl_post_archive.php:446
8315
+ #: extensions/ht-builder/widgets/bl_post_archive.php:553
8316
+ #: extensions/ht-builder/widgets/bl_post_archive.php:714
8317
+ #: extensions/ht-builder/widgets/bl_post_archive.php:849
8318
+ #: extensions/ht-builder/widgets/bl_post_comments.php:91
8319
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:388
8320
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:177
8321
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:424
8322
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:382
8323
+ msgid "Normal"
8324
+ msgstr ""
8325
+
8326
+ #: includes/widgets/htmega_toggle.php:53
8327
+ msgid "Normal Icon"
8328
+ msgstr ""
8329
+
8330
+ #: includes/widgets/htmega_socialshere.php:121
8331
+ #: includes/widgets/htmega_socialshere.php:219
8332
+ msgid "Normal Style"
8333
+ msgstr ""
8334
+
8335
+ #: includes/widgets/htmega_toggle.php:43
8336
+ msgid "Normal Title"
8337
+ msgstr ""
8338
+
8339
+ #: includes/widgets/htmega_modal.php:670
8340
+ msgid "Note: Below, This CSS style to use on your header close button "
8341
+ msgstr ""
8342
+
8343
+ #: includes/class.assests.php:372
8344
+ msgid "Nothing Found"
8345
+ msgstr ""
8346
+
8347
+ #: includes/recommended-plugins/recommended-plugins.php:39
8348
+ msgid "Notification Bar for WordPress"
8349
+ msgstr ""
8350
+
8351
+ #: includes/widgets/htmega_notify.php:71
8352
+ msgid "Notification Content"
8353
+ msgstr ""
8354
+
8355
+ #: extensions/wc-sales-notification/admin/setting.php:64
8356
+ msgid "Notification Content Type"
8357
+ msgstr ""
8358
+
8359
+ #: extensions/wc-sales-notification/admin/setting.php:165
8360
+ msgid "Notification Enter Animation. <span>( Pro )</span>"
8361
+ msgstr ""
8362
+
8363
+ #: admin/include/admin-setting.php:1254 admin/include/admin-setting.php:1279
8364
+ msgid "Notification image position"
8365
+ msgstr ""
8366
+
8367
+ #: extensions/wc-sales-notification/admin/setting.php:90
8368
+ msgid "Notification Layout. <span>( Pro )</span>"
8369
+ msgstr ""
8370
+
8371
+ #: extensions/wc-sales-notification/admin/setting.php:115
8372
+ msgid "Notification Loading duration."
8373
+ msgstr ""
8374
+
8375
+ #: includes/widgets/htmega_notify.php:78
8376
+ msgid "Notification Message"
8377
+ msgstr ""
8378
+
8379
+ #: includes/widgets/htmega_notify.php:90
8380
+ msgid "Notification Option"
8381
+ msgstr ""
8382
+
8383
+ #: extensions/wc-sales-notification/admin/setting.php:177
8384
+ msgid "Notification Out Animation. <span>( Pro )</span>"
8385
+ msgstr ""
8386
+
8387
+ #: includes/widgets/htmega_notify.php:109
8388
+ msgid "Notification Position"
8389
+ msgstr ""
8390
+
8391
+ #: admin/include/admin-setting.php:1253 admin/include/admin-setting.php:1278
8392
+ msgid "Notification showing position"
8393
+ msgstr ""
8394
+
8395
+ #: includes/widgets/htmega_notify.php:128
8396
+ msgid "Notification Type"
8397
+ msgstr ""
8398
+
8399
+ #: includes/widgets_control.php:228 admin/include/admin-setting.php:343
8400
+ #: includes/widgets/htmega_notify.php:13
8401
+ msgid "Notify"
8402
+ msgstr ""
8403
+
8404
+ #: includes/widgets/htmega_notify.php:463
8405
+ msgid "Notify Content"
8406
+ msgstr ""
8407
+
8408
+ #: includes/widgets/htmega_booked_calender.php:119
8409
+ msgid "November"
8410
+ msgstr ""
8411
+
8412
+ #: includes/widgets/htmega_counter.php:413
8413
+ #: includes/widgets/htmega_job_manager.php:130
8414
+ #: includes/widgets/htmega_working_process.php:791
8415
+ msgid "Number"
8416
+ msgstr ""
8417
+
8418
+ #: includes/widgets/htmega_wc_categories.php:58
8419
+ msgid "Number of Category"
8420
+ msgstr ""
8421
+
8422
+ #: includes/widgets/htmega_instragram_feed.php:58
8423
+ msgid "Number of Column"
8424
+ msgstr ""
8425
+
8426
+ #: includes/widgets/htmega_easy_digital_download.php:67
8427
+ msgid "Number of Item"
8428
+ msgstr ""
8429
+
8430
+ #: includes/widgets/htmega_job_manager.php:66
8431
+ msgid "Number of listings to show"
8432
+ msgstr ""
8433
+
8434
+ #: includes/widgets/htmega_counter.php:173
8435
+ msgid "Number Prefix"
8436
+ msgstr ""
8437
+
8438
+ #: includes/widgets/htmega_counter.php:182
8439
+ msgid "Number Suffix"
8440
+ msgstr ""
8441
+
8442
+ #: includes/widgets/htmega_verticle_time_line.php:105
8443
+ msgid "Oct<br/>2018"
8444
+ msgstr ""
8445
+
8446
+ #: includes/widgets/htmega_booked_calender.php:118
8447
+ msgid "October"
8448
+ msgstr ""
8449
+
8450
+ #: includes/widgets/htmega_wc_element_pages.php:1235
8451
+ msgid "Odd"
8452
+ msgstr ""
8453
+
8454
+ #: includes/widgets/htmega_tablepress.php:307
8455
+ msgid "Odd Cell"
8456
+ msgstr ""
8457
+
8458
+ #: includes/widgets/htmega_socialshere.php:69
8459
+ msgid "Odnoklassniki"
8460
+ msgstr ""
8461
+
8462
+ #: includes/widgets/htmega_carousel.php:115
8463
+ #: includes/widgets/htmega_instagram.php:202
8464
+ #: includes/widgets/htmega_panel_slider.php:141
8465
+ #: includes/widgets/htmega_post_slider.php:279
8466
+ #: includes/widgets/htmega_special_day_banner.php:116
8467
+ #: includes/widgets/htmega_twitter_feed.php:220
8468
+ msgid "Off"
8469
+ msgstr ""
8470
+
8471
+ #: includes/widgets_control.php:233 admin/include/admin-setting.php:351
8472
+ #: includes/widgets/htmega_offcanvas.php:13
8473
+ #: includes/widgets/htmega_offcanvas.php:49
8474
+ #: includes/widgets/htmega_offcanvas.php:184
8475
+ msgid "Offcanvas"
8476
+ msgstr ""
8477
+
8478
+ #: includes/widgets/htmega_offcanvas.php:144
8479
+ msgid "Offcanvas Height"
8480
+ msgstr ""
8481
+
8482
+ #: includes/widgets/htmega_offcanvas.php:98
8483
+ msgid "Offcanvas Position"
8484
+ msgstr ""
8485
+
8486
+ #: includes/widgets/htmega_offcanvas.php:114
8487
+ msgid "Offcanvas Width"
8488
+ msgstr ""
8489
+
8490
+ #: includes/widgets/htmega_special_day_banner.php:105
8491
+ #: includes/widgets/htmega_special_day_banner.php:512
8492
+ msgid "Offer Amount"
8493
+ msgstr ""
8494
+
8495
+ #: includes/widgets/htmega_special_day_banner.php:114
8496
+ #: includes/widgets/htmega_special_day_banner.php:571
8497
+ msgid "Offer Tag Line"
8498
+ msgstr ""
8499
+
8500
+ #: includes/widgets/htmega_notify.php:213
8501
+ #: includes/widgets/htmega_scroll_image.php:252
8502
+ msgid "Offset"
8503
+ msgstr ""
8504
+
8505
+ #: includes/widgets/htmega_carousel.php:114
8506
+ #: includes/widgets/htmega_instagram.php:201
8507
+ #: includes/widgets/htmega_panel_slider.php:140
8508
+ #: includes/widgets/htmega_post_slider.php:278
8509
+ #: includes/widgets/htmega_twitter_feed.php:219
8510
+ msgid "On"
8511
+ msgstr ""
8512
+
8513
+ #: includes/widgets/htmega_teammember.php:669
8514
+ msgid "ON/OFF Image Hover rotation"
8515
+ msgstr ""
8516
+
8517
+ #: includes/widgets/htmega_image_grid.php:62
8518
+ #: includes/widgets/htmega_image_masonry.php:70
8519
+ #: includes/widgets/htmega_testimonial_grid.php:73
8520
+ #: includes/widgets/htmega_testimonial_grid.php:88
8521
+ #: includes/widgets/htmega_testimonial_grid.php:105
8522
+ msgid "One"
8523
+ msgstr ""
8524
+
8525
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:221
8526
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:224
8527
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:574
8528
+ msgid "One Comment"
8529
+ msgstr ""
8530
+
8531
+ #: admin/include/admin-setting.php:1226
8532
+ msgid "Online Documentation"
8533
+ msgstr ""
8534
+
8535
+ #: includes/widgets/htmega_switcher.php:560
8536
+ #: includes/widgets/htmega_switcher.php:569
8537
+ msgid "Only for custom content."
8538
+ msgstr ""
8539
+
8540
+ #: includes/widgets/htmega_easy_digital_download.php:168
8541
+ #: includes/widgets/htmega_wc_categories.php:108
8542
+ msgid "Only Top Level"
8543
+ msgstr ""
8544
+
8545
+ #: includes/widgets/htmega_section_title.php:1026
8546
+ msgid "Opacity"
8547
+ msgstr ""
8548
+
8549
+ #: includes/widgets/htmega_imagemarker.php:75
8550
+ msgid "Opacity (%)"
8551
+ msgstr ""
8552
+
8553
+ #: includes/widgets/htmega_imagemarker.php:61
8554
+ msgid "Opacity Color"
8555
+ msgstr ""
8556
+
8557
+ #: includes/widgets/htmega_lightbox.php:171
8558
+ msgid "Open"
8559
+ msgstr ""
8560
+
8561
+ #: includes/widgets/htmega_accordion.php:290
8562
+ msgid "Open Item Icon"
8563
+ msgstr ""
8564
+
8565
+ #: includes/widgets/htmega_toggle.php:71
8566
+ msgid "Opened Icon"
8567
+ msgstr ""
8568
+
8569
+ #: includes/widgets/htmega_toggle.php:61
8570
+ msgid "Opened Title"
8571
+ msgstr ""
8572
+
8573
+ #: includes/widgets/htmega_easy_digital_download.php:129
8574
+ #: includes/widgets/htmega_ninja_form.php:77
8575
+ #: includes/widgets/htmega_tablepress.php:68
8576
+ #: includes/widgets/htmega_wc_categories.php:70
8577
+ msgid "Options"
8578
+ msgstr ""
8579
+
8580
+ #: includes/widgets/htmega_double_button.php:68
8581
+ msgid "Or"
8582
+ msgstr ""
8583
+
8584
+ #: includes/widgets/htmega_easy_digital_download.php:209
8585
+ #: includes/widgets/htmega_job_manager.php:79
8586
+ #: includes/widgets/htmega_postgrid.php:127
8587
+ #: includes/widgets/htmega_post_grid_tab.php:134
8588
+ #: includes/widgets/htmega_post_slider.php:138
8589
+ #: includes/widgets/htmega_wc_categories.php:140
8590
+ msgid "Order"
8591
+ msgstr ""
8592
+
8593
+ #: includes/widgets/htmega_newsticker.php:267
8594
+ #: extensions/ht-builder/widgets/bl_post_archive.php:215
8595
+ msgid "order"
8596
+ msgstr ""
8597
+
8598
+ #: includes/widgets/htmega_job_manager.php:95
8599
+ msgid "Order By"
8600
+ msgstr ""
8601
+
8602
+ #: includes/widgets/htmega_easy_digital_download.php:194
8603
+ #: includes/widgets/htmega_wc_categories.php:125
8604
+ msgid "Order by"
8605
+ msgstr ""
8606
+
8607
+ #: extensions/wc-sales-notification/admin/setting.php:102
8608
+ msgid "Order Limit for notification."
8609
+ msgstr ""
8610
+
8611
+ #: includes/widgets/htmega_wc_element_pages.php:1101
8612
+ msgid "Order Review"
8613
+ msgstr ""
8614
+
8615
+ #: includes/widgets/htmega_wc_element_pages.php:61
8616
+ msgid "Order Tracking Form"
8617
+ msgstr ""
8618
+
8619
+ #: extensions/wc-sales-notification/admin/setting.php:152
8620
+ msgid "Order Upto"
8621
+ msgstr ""
8622
+
8623
+ #: includes/widgets/htmega_newsticker.php:246
8624
+ #: includes/widgets/htmega_postgrid.php:143
8625
+ #: includes/widgets/htmega_post_grid_tab.php:150
8626
+ #: includes/widgets/htmega_post_slider.php:154
8627
+ #: extensions/ht-builder/widgets/bl_post_archive.php:194
8628
+ msgid "Orderby"
8629
+ msgstr ""
8630
+
8631
+ #: includes/widgets/htmega_data_table.php:107
8632
+ msgid "Ordering"
8633
+ msgstr ""
8634
+
8635
+ #: admin/include/admin-setting.php:86
8636
+ msgid "Other options"
8637
+ msgstr ""
8638
+
8639
+ #: includes/recommended-plugins/recommended-plugins.php:91
8640
+ msgid "Other Plugins"
8641
+ msgstr ""
8642
+
8643
+ #: includes/widgets/htmega_testimonial_grid.php:118
8644
+ msgid "Other' Devices Width(%)"
8645
+ msgstr ""
8646
+
8647
+ #: includes/widgets/htmega_progress_bar.php:655
8648
+ #: includes/widgets/htmega_progress_bar.php:774
8649
+ msgid "Outer"
8650
+ msgstr ""
8651
+
8652
+ #: admin/include/admin-setting.php:1258 admin/include/admin-setting.php:1283
8653
+ msgid "Outgoing animation option"
8654
+ msgstr ""
8655
+
8656
+ #: includes/widgets/htmega_lightbox.php:226
8657
+ msgid "Overlay"
8658
+ msgstr ""
8659
+
8660
+ #: includes/widgets/htmega_image_grid.php:193
8661
+ #: includes/widgets/htmega_image_masonry.php:173
8662
+ #: includes/widgets/htmega_instagram.php:734
8663
+ msgid "Overlay Color"
8664
+ msgstr ""
8665
+
8666
+ #: includes/widgets/htmega_instagram.php:745
8667
+ msgid "Overlay Padding"
8668
+ msgstr ""
8669
+
8670
+ #: includes/widgets/htmega_weather.php:43
8671
+ msgid "Override Title"
8672
+ msgstr ""
8673
+
8674
+ #: includes/helper-function.php:181
8675
+ msgid "p"
8676
+ msgstr ""
8677
+
8678
+ #: includes/widgets/htmega_accordion.php:501
8679
+ #: includes/widgets/htmega_accordion.php:717
8680
+ #: includes/widgets/htmega_accordion.php:852
8681
+ #: includes/widgets/htmega_accordion.php:1251
8682
+ #: includes/widgets/htmega_add_banner.php:175
8683
+ #: includes/widgets/htmega_add_banner.php:263
8684
+ #: includes/widgets/htmega_add_banner.php:317
8685
+ #: includes/widgets/htmega_add_banner.php:415
8686
+ #: includes/widgets/htmega_add_banner.php:474
8687
+ #: includes/widgets/htmega_add_banner.php:533
8688
+ #: includes/widgets/htmega_add_banner.php:592
8689
+ #: includes/widgets/htmega_add_banner.php:678
8690
+ #: includes/widgets/htmega_animated_heading.php:222
8691
+ #: includes/widgets/htmega_animated_heading.php:353
8692
+ #: includes/widgets/htmega_animated_heading.php:441
8693
+ #: includes/widgets/htmega_blockquote.php:233
8694
+ #: includes/widgets/htmega_blockquote.php:311
8695
+ #: includes/widgets/htmega_blockquote.php:367
8696
+ #: includes/widgets/htmega_blockquote.php:529
8697
+ #: includes/widgets/htmega_blockquote.php:710
8698
+ #: includes/widgets/htmega_booked_calender.php:633
8699
+ #: includes/widgets/htmega_booked_calender.php:791
8700
+ #: includes/widgets/htmega_brand.php:141 includes/widgets/htmega_brand.php:328
8701
+ #: includes/widgets/htmega_buddy_press.php:223
8702
+ #: includes/widgets/htmega_business_hours.php:255
8703
+ #: includes/widgets/htmega_business_hours.php:331
8704
+ #: includes/widgets/htmega_business_hours.php:459
8705
+ #: includes/widgets/htmega_button.php:297
8706
+ #: includes/widgets/htmega_button.php:569
8707
+ #: includes/widgets/htmega_caldera_form.php:276
8708
+ #: includes/widgets/htmega_caldera_form.php:508
8709
+ #: includes/widgets/htmega_call_to_action.php:379
8710
+ #: includes/widgets/htmega_call_to_action.php:456
8711
+ #: includes/widgets/htmega_call_to_action.php:544
8712
+ #: includes/widgets/htmega_call_to_action.php:603
8713
+ #: includes/widgets/htmega_call_to_action.php:662
8714
+ #: includes/widgets/htmega_call_to_action.php:730
8715
+ #: includes/widgets/htmega_call_to_action.php:936
8716
+ #: includes/widgets/htmega_carousel.php:468
8717
+ #: includes/widgets/htmega_carousel.php:681
8718
+ #: includes/widgets/htmega_carousel.php:1358
8719
+ #: includes/widgets/htmega_contact_form_seven.php:148
8720
+ #: includes/widgets/htmega_contact_form_seven.php:318
8721
+ #: includes/widgets/htmega_contact_form_seven.php:546
8722
+ #: includes/widgets/htmega_contact_form_seven.php:702
8723
+ #: includes/widgets/htmega_contact_form_seven.php:846
8724
+ #: includes/widgets/htmega_countdown.php:575
8725
+ #: includes/widgets/htmega_countdown.php:822
8726
+ #: includes/widgets/htmega_countdown.php:984
8727
+ #: includes/widgets/htmega_countdown.php:1108
8728
+ #: includes/widgets/htmega_counter.php:227
8729
+ #: includes/widgets/htmega_counter.php:487
8730
+ #: includes/widgets/htmega_counter.php:612
8731
+ #: includes/widgets/htmega_counter.php:878
8732
+ #: includes/widgets/htmega_counter.php:968
8733
+ #: includes/widgets/htmega_counter.php:1057
8734
+ #: includes/widgets/htmega_custom_event.php:163
8735
+ #: includes/widgets/htmega_custom_event.php:248
8736
+ #: includes/widgets/htmega_data_table.php:509
8737
+ #: includes/widgets/htmega_double_button.php:527
8738
+ #: includes/widgets/htmega_double_button.php:700
8739
+ #: includes/widgets/htmega_double_button.php:883
8740
+ #: includes/widgets/htmega_download_monitor.php:191
8741
+ #: includes/widgets/htmega_dropcaps.php:140
8742
+ #: includes/widgets/htmega_dropcaps.php:239
8743
+ #: includes/widgets/htmega_easy_digital_download.php:268
8744
+ #: includes/widgets/htmega_easy_digital_download.php:587
8745
+ #: includes/widgets/htmega_errorcontent.php:289
8746
+ #: includes/widgets/htmega_errorcontent.php:355
8747
+ #: includes/widgets/htmega_errorcontent.php:434
8748
+ #: includes/widgets/htmega_errorcontent.php:513
8749
+ #: includes/widgets/htmega_errorcontent.php:589
8750
+ #: includes/widgets/htmega_errorcontent.php:740
8751
+ #: includes/widgets/htmega_googlemap.php:336
8752
+ #: includes/widgets/htmega_googlemap.php:477
8753
+ #: includes/widgets/htmega_gravity_forms.php:319
8754
+ #: includes/widgets/htmega_gravity_forms.php:485
8755
+ #: includes/widgets/htmega_gravity_forms.php:717
8756
+ #: includes/widgets/htmega_imagemarker.php:683
8757
+ #: includes/widgets/htmega_imagemarker.php:907
8758
+ #: includes/widgets/htmega_image_comparison.php:293
8759
+ #: includes/widgets/htmega_image_comparison.php:374
8760
+ #: includes/widgets/htmega_image_grid.php:340
8761
+ #: includes/widgets/htmega_image_grid.php:427
8762
+ #: includes/widgets/htmega_image_grid.php:500
8763
+ #: includes/widgets/htmega_image_magnifier.php:142
8764
+ #: includes/widgets/htmega_image_masonry.php:185
8765
+ #: includes/widgets/htmega_image_masonry.php:327
8766
+ #: includes/widgets/htmega_image_masonry.php:414
8767
+ #: includes/widgets/htmega_image_masonry.php:486
8768
+ #: includes/widgets/htmega_inlinemenu.php:175
8769
+ #: includes/widgets/htmega_instagram.php:647
8770
+ #: includes/widgets/htmega_instagram.php:693
8771
+ #: includes/widgets/htmega_instagram.php:823
8772
+ #: includes/widgets/htmega_instagram.php:885
8773
+ #: includes/widgets/htmega_instagram.php:1057
8774
+ #: includes/widgets/htmega_instagram.php:1342
8775
+ #: includes/widgets/htmega_lightbox.php:251
8776
+ #: includes/widgets/htmega_lightbox.php:439
8777
+ #: includes/widgets/htmega_mailchimp_wp.php:89
8778
+ #: includes/widgets/htmega_mailchimp_wp.php:259
8779
+ #: includes/widgets/htmega_mailchimp_wp.php:394
8780
+ #: includes/widgets/htmega_modal.php:278 includes/widgets/htmega_modal.php:538
8781
+ #: includes/widgets/htmega_modal.php:655 includes/widgets/htmega_modal.php:710
8782
+ #: includes/widgets/htmega_modal.php:818 includes/widgets/htmega_modal.php:880
8783
+ #: includes/widgets/htmega_modal.php:988
8784
+ #: includes/widgets/htmega_newsticker.php:384
8785
+ #: includes/widgets/htmega_newsticker.php:438
8786
+ #: includes/widgets/htmega_newsticker.php:581
8787
+ #: includes/widgets/htmega_newsticker.php:826
8788
+ #: includes/widgets/htmega_newsticker.php:960
8789
+ #: includes/widgets/htmega_ninja_form.php:140
8790
+ #: includes/widgets/htmega_ninja_form.php:242
8791
+ #: includes/widgets/htmega_ninja_form.php:406
8792
+ #: includes/widgets/htmega_ninja_form.php:552
8793
+ #: includes/widgets/htmega_ninja_form.php:774
8794
+ #: includes/widgets/htmega_ninja_form.php:976
8795
+ #: includes/widgets/htmega_notify.php:389
8796
+ #: includes/widgets/htmega_notify.php:532
8797
+ #: includes/widgets/htmega_notify.php:788
8798
+ #: includes/widgets/htmega_offcanvas.php:349
8799
+ #: includes/widgets/htmega_offcanvas.php:441
8800
+ #: includes/widgets/htmega_panel_slider.php:503
8801
+ #: includes/widgets/htmega_panel_slider.php:669
8802
+ #: includes/widgets/htmega_panel_slider.php:725
8803
+ #: includes/widgets/htmega_panel_slider.php:901
8804
+ #: includes/widgets/htmega_popover.php:292
8805
+ #: includes/widgets/htmega_popover.php:437
8806
+ #: includes/widgets/htmega_popover.php:614
8807
+ #: includes/widgets/htmega_popover.php:718
8808
+ #: includes/widgets/htmega_postgrid.php:500
8809
+ #: includes/widgets/htmega_postgrid.php:614
8810
+ #: includes/widgets/htmega_postgrid.php:701
8811
+ #: includes/widgets/htmega_post_grid_tab.php:313
8812
+ #: includes/widgets/htmega_post_grid_tab.php:386
8813
+ #: includes/widgets/htmega_post_grid_tab.php:479
8814
+ #: includes/widgets/htmega_post_grid_tab.php:566
8815
+ #: includes/widgets/htmega_post_grid_tab.php:664
8816
+ #: includes/widgets/htmega_post_grid_tab.php:789
8817
+ #: includes/widgets/htmega_post_grid_tab.php:884
8818
+ #: includes/widgets/htmega_post_grid_tab.php:1038
8819
+ #: includes/widgets/htmega_post_grid_tab.php:1146
8820
+ #: includes/widgets/htmega_post_slider.php:759
8821
+ #: includes/widgets/htmega_post_slider.php:914
8822
+ #: includes/widgets/htmega_post_slider.php:1001
8823
+ #: includes/widgets/htmega_post_slider.php:1098
8824
+ #: includes/widgets/htmega_post_slider.php:1217
8825
+ #: includes/widgets/htmega_post_slider.php:1311
8826
+ #: includes/widgets/htmega_post_slider.php:1667
8827
+ #: includes/widgets/htmega_post_slider.php:1926
8828
+ #: includes/widgets/htmega_pricing_list_view.php:1240
8829
+ #: includes/widgets/htmega_pricing_list_view.php:1493
8830
+ #: includes/widgets/htmega_pricing_list_view.php:1599
8831
+ #: includes/widgets/htmega_pricing_list_view.php:1672
8832
+ #: includes/widgets/htmega_pricing_list_view.php:1757
8833
+ #: includes/widgets/htmega_pricing_list_view.php:1834
8834
+ #: includes/widgets/htmega_progress_bar.php:348
8835
+ #: includes/widgets/htmega_progress_bar.php:677
8836
+ #: includes/widgets/htmega_progress_bar.php:783
8837
+ #: includes/widgets/htmega_quforms.php:170
8838
+ #: includes/widgets/htmega_quforms.php:281
8839
+ #: includes/widgets/htmega_quforms.php:413
8840
+ #: includes/widgets/htmega_quforms.php:633
8841
+ #: includes/widgets/htmega_quforms.php:860
8842
+ #: includes/widgets/htmega_scroll_image.php:216
8843
+ #: includes/widgets/htmega_scroll_image.php:376
8844
+ #: includes/widgets/htmega_scroll_navigation.php:273
8845
+ #: includes/widgets/htmega_search.php:196
8846
+ #: includes/widgets/htmega_search.php:297
8847
+ #: includes/widgets/htmega_search.php:516
8848
+ #: includes/widgets/htmega_section_title.php:399
8849
+ #: includes/widgets/htmega_section_title.php:599
8850
+ #: includes/widgets/htmega_section_title.php:831
8851
+ #: includes/widgets/htmega_section_title.php:1002
8852
+ #: includes/widgets/htmega_service.php:196
8853
+ #: includes/widgets/htmega_service.php:408
8854
+ #: includes/widgets/htmega_service.php:513
8855
+ #: includes/widgets/htmega_service.php:672
8856
+ #: includes/widgets/htmega_service.php:934
8857
+ #: includes/widgets/htmega_service.php:1062
8858
+ #: includes/widgets/htmega_singlepost.php:205
8859
+ #: includes/widgets/htmega_singlepost.php:292
8860
+ #: includes/widgets/htmega_singlepost.php:407
8861
+ #: includes/widgets/htmega_singlepost.php:503
8862
+ #: includes/widgets/htmega_slider_thumb_gallery.php:717
8863
+ #: includes/widgets/htmega_slider_thumb_gallery.php:765
8864
+ #: includes/widgets/htmega_slider_thumb_gallery.php:973
8865
+ #: includes/widgets/htmega_socialshere.php:407
8866
+ #: includes/widgets/htmega_socialshere.php:652
8867
+ #: includes/widgets/htmega_special_day_banner.php:302
8868
+ #: includes/widgets/htmega_special_day_banner.php:379
8869
+ #: includes/widgets/htmega_special_day_banner.php:438
8870
+ #: includes/widgets/htmega_special_day_banner.php:497
8871
+ #: includes/widgets/htmega_special_day_banner.php:556
8872
+ #: includes/widgets/htmega_special_day_banner.php:615
8873
+ #: includes/widgets/htmega_special_day_banner.php:701
8874
+ #: includes/widgets/htmega_switcher.php:258
8875
+ #: includes/widgets/htmega_switcher.php:399
8876
+ #: includes/widgets/htmega_switcher.php:588
8877
+ #: includes/widgets/htmega_tablepress.php:196
8878
+ #: includes/widgets/htmega_tablepress.php:353
8879
+ #: includes/widgets/htmega_tablepress.php:422
8880
+ #: includes/widgets/htmega_tabs.php:336 includes/widgets/htmega_tabs.php:568
8881
+ #: includes/widgets/htmega_tabs.php:911
8882
+ #: includes/widgets/htmega_teammember.php:343
8883
+ #: includes/widgets/htmega_teammember.php:728
8884
+ #: includes/widgets/htmega_teammember.php:818
8885
+ #: includes/widgets/htmega_teammember.php:909
8886
+ #: includes/widgets/htmega_teammember.php:976
8887
+ #: includes/widgets/htmega_testimonial_grid.php:284
8888
+ #: includes/widgets/htmega_testimonial_grid.php:463
8889
+ #: includes/widgets/htmega_testimonial_grid.php:523
8890
+ #: includes/widgets/htmega_testimonial_grid.php:615
8891
+ #: includes/widgets/htmega_toggle.php:168
8892
+ #: includes/widgets/htmega_toggle.php:297
8893
+ #: includes/widgets/htmega_tooltip.php:268
8894
+ #: includes/widgets/htmega_tooltip.php:414
8895
+ #: includes/widgets/htmega_tooltip.php:511
8896
+ #: includes/widgets/htmega_twitter_feed.php:583
8897
+ #: includes/widgets/htmega_twitter_feed.php:672
8898
+ #: includes/widgets/htmega_twitter_feed.php:741
8899
+ #: includes/widgets/htmega_twitter_feed.php:941
8900
+ #: includes/widgets/htmega_twitter_feed.php:1002
8901
+ #: includes/widgets/htmega_twitter_feed.php:1192
8902
+ #: includes/widgets/htmega_user_login_form.php:621
8903
+ #: includes/widgets/htmega_user_login_form.php:657
8904
+ #: includes/widgets/htmega_user_login_form.php:887
8905
+ #: includes/widgets/htmega_user_login_form.php:1133
8906
+ #: includes/widgets/htmega_user_login_form.php:1344
8907
+ #: includes/widgets/htmega_user_login_form.php:1514
8908
+ #: includes/widgets/htmega_verticle_time_line.php:248
8909
+ #: includes/widgets/htmega_verticle_time_line.php:348
8910
+ #: includes/widgets/htmega_videoplayer.php:250
8911
+ #: includes/widgets/htmega_videoplayer.php:408
8912
+ #: includes/widgets/htmega_wc_categories.php:213
8913
+ #: includes/widgets/htmega_wc_categories.php:343
8914
+ #: includes/widgets/htmega_wc_element_pages.php:154
8915
+ #: includes/widgets/htmega_wc_element_pages.php:265
8916
+ #: includes/widgets/htmega_wc_element_pages.php:455
8917
+ #: includes/widgets/htmega_wc_element_pages.php:776
8918
+ #: includes/widgets/htmega_wc_element_pages.php:1007
8919
+ #: includes/widgets/htmega_wc_element_pages.php:1149
8920
+ #: includes/widgets/htmega_wc_element_pages.php:1442
8921
+ #: includes/widgets/htmega_wc_element_pages.php:1577
8922
+ #: includes/widgets/htmega_wc_element_pages.php:1744
8923
+ #: includes/widgets/htmega_weather.php:275
8924
+ #: includes/widgets/htmega_weather.php:334
8925
+ #: includes/widgets/htmega_working_process.php:222
8926
+ #: includes/widgets/htmega_working_process.php:418
8927
+ #: includes/widgets/htmega_working_process.php:676
8928
+ #: includes/widgets/htmega_working_process.php:755
8929
+ #: includes/widgets/htmega_working_process.php:855
8930
+ #: includes/widgets/htmega_wpforms.php:132
8931
+ #: includes/widgets/htmega_wpforms.php:234
8932
+ #: includes/widgets/htmega_wpforms.php:388
8933
+ #: includes/widgets/htmega_wpforms.php:555
8934
+ #: includes/widgets/htmega_wpforms.php:777
8935
+ #: includes/widgets/htmega_wpforms.php:1003
8936
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:171
8937
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:404
8938
+ #: extensions/ht-builder/widgets/bl_page_title.php:108
8939
+ #: extensions/ht-builder/widgets/bl_post_archive.php:265
8940
+ #: extensions/ht-builder/widgets/bl_post_archive.php:762
8941
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:110
8942
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:151
8943
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:236
8944
+ #: extensions/ht-builder/widgets/bl_site_logo.php:130
8945
+ #: extensions/ht-builder/widgets/bl_site_title.php:110
8946
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:119
8947
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:239
8948
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:369
8949
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:481
8950
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:120
8951
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:240
8952
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:327
8953
+ msgid "Padding"
8954
+ msgstr ""
8955
+
8956
+ #: includes/widgets/htmega_wc_element_pages.php:54
8957
+ #: extensions/ht-builder/widgets/bl_post_content.php:125
8958
+ msgid "Page"
8959
+ msgstr ""
8960
+
8961
+ #: admin/include/admin-setting.php:796 admin/include/admin-setting.php:797
8962
+ #: extensions/ht-builder/widgets/bl_page_title.php:39
8963
+ #: extensions/ht-builder/widgets/bl_page_title.php:58
8964
+ #: extensions/ht-builder/widgets/bl_page_title.php:168
8965
+ msgid "Page Title"
8966
+ msgstr ""
8967
+
8968
+ #: extensions/ht-builder/widgets/bl_post_content.php:121
8969
+ msgid "Pages:"
8970
+ msgstr ""
8971
+
8972
+ #: includes/widgets/htmega_carousel.php:810
8973
+ #: includes/widgets/htmega_carousel.php:1078
8974
+ #: includes/widgets/htmega_data_table.php:83
8975
+ #: includes/widgets/htmega_easy_digital_download.php:671
8976
+ #: includes/widgets/htmega_instagram.php:1130
8977
+ #: includes/widgets/htmega_panel_slider.php:1033
8978
+ #: includes/widgets/htmega_post_slider.php:1740
8979
+ #: includes/widgets/htmega_post_slider.php:1905
8980
+ #: includes/widgets/htmega_scroll_navigation.php:290
8981
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1047
8982
+ #: includes/widgets/htmega_twitter_feed.php:1291
8983
+ #: extensions/ht-builder/widgets/bl_post_archive.php:835
8984
+ msgid "Pagination"
8985
+ msgstr ""
8986
+
8987
+ #: includes/widgets/htmega_carousel.php:1286
8988
+ msgid "Pagination Box"
8989
+ msgstr ""
8990
+
8991
+ #: includes/widgets/htmega_post_slider.php:1980
8992
+ msgid "Pagination Box Width"
8993
+ msgstr ""
8994
+
8995
+ #: includes/widgets/htmega_data_table.php:981
8996
+ msgid "Pagination Footer"
8997
+ msgstr ""
8998
+
8999
+ #: includes/widgets/htmega_data_table.php:799
9000
+ msgid "Pagination Header"
9001
+ msgstr ""
9002
+
9003
+ #: includes/widgets/htmega_data_table.php:850
9004
+ msgid "Pagination Header length"
9005
+ msgstr ""
9006
+
9007
+ #: includes/widgets/htmega_tablepress.php:86
9008
+ msgid "Pagination Hide"
9009
+ msgstr ""
9010
+
9011
+ #: includes/widgets/htmega_data_table.php:1019
9012
+ msgid "Pagination Ordering"
9013
+ msgstr ""
9014
+
9015
+ #: includes/widgets/htmega_data_table.php:902
9016
+ msgid "Pagination Style"
9017
+ msgstr ""
9018
+
9019
+ #: includes/widgets/htmega_job_manager.php:125
9020
+ msgid "Pagination Type"
9021
+ msgstr ""
9022
+
9023
+ #: includes/widgets_control.php:238 admin/include/admin-setting.php:359
9024
+ #: includes/widgets/htmega_panel_slider.php:15
9025
+ #: includes/widgets/htmega_panel_slider.php:45
9026
+ msgid "Panel Slider"
9027
+ msgstr ""
9028
+
9029
+ #: includes/widgets/htmega_easy_digital_download.php:172
9030
+ #: includes/widgets/htmega_wc_categories.php:112
9031
+ msgid "Parent"
9032
+ msgstr ""
9033
+
9034
+ #: includes/widgets/htmega_brand.php:91
9035
+ msgid "Partner Link"
9036
+ msgstr ""
9037
+
9038
+ #: includes/widgets/htmega_brand.php:71
9039
+ msgid "Partner Logo"
9040
+ msgstr ""
9041
+
9042
+ #: includes/widgets/htmega_user_login_form.php:236
9043
+ #: includes/widgets/htmega_user_login_form.php:249
9044
+ #: includes/widgets/htmega_user_login_form.php:1566
9045
+ #: includes/widgets/htmega_user_login_form.php:1567
9046
+ msgid "Password"
9047
+ msgstr ""
9048
+
9049
+ #: includes/widgets/htmega_user_login_form.php:234
9050
+ msgid "Password Label"
9051
+ msgstr ""
9052
+
9053
+ #: includes/helper-function.php:431
9054
+ msgid "Password length must be greater than 5"
9055
+ msgstr ""
9056
+
9057
+ #: includes/widgets/htmega_user_login_form.php:247
9058
+ msgid "Password Placeholder"
9059
+ msgstr ""
9060
+
9061
+ #: includes/widgets/htmega_newsticker.php:169
9062
+ msgid "Pause on hover"
9063
+ msgstr ""
9064
+
9065
+ #: includes/widgets/htmega_carousel.php:215
9066
+ #: includes/widgets/htmega_instagram.php:410
9067
+ #: includes/widgets/htmega_panel_slider.php:275
9068
+ #: includes/widgets/htmega_post_slider.php:395
9069
+ #: includes/widgets/htmega_slider_thumb_gallery.php:214
9070
+ #: includes/widgets/htmega_slider_thumb_gallery.php:479
9071
+ #: includes/widgets/htmega_twitter_feed.php:337
9072
+ msgid "Pause on Hover?"
9073
+ msgstr ""
9074
+
9075
+ #: includes/widgets/htmega_wc_element_pages.php:888
9076
+ msgid "Payment"
9077
+ msgstr ""
9078
+
9079
+ #: includes/widgets/htmega_pricing_list_view.php:1712
9080
+ msgid "Per Month Typography"
9081
+ msgstr ""
9082
+
9083
+ #: includes/widgets/htmega_testimonial_grid.php:232
9084
+ msgid "Peter Rose"
9085
+ msgstr ""
9086
+
9087
+ #: includes/widgets/htmega_progress_bar.php:219
9088
+ msgid "Photoshop"
9089
+ msgstr ""
9090
+
9091
+ #: includes/class.htmega.php:175
9092
+ msgid "PHP"
9093
+ msgstr ""
9094
+
9095
+ #: includes/widgets/htmega_socialshere.php:65
9096
+ msgid "Pinterest"
9097
+ msgstr ""
9098
+
9099
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:45
9100
+ msgid "Placeholder"
9101
+ msgstr ""
9102
+
9103
+ #: admin/include/templates_list.php:17
9104
+ msgctxt "placeholder"
9105
+ msgid "Enter a Page Name"
9106
+ msgstr ""
9107
+
9108
+ #: includes/widgets/htmega_caldera_form.php:214
9109
+ #: includes/widgets/htmega_contact_form_seven.php:263
9110
+ #: includes/widgets/htmega_contact_form_seven.php:512
9111
+ #: includes/widgets/htmega_gravity_forms.php:425
9112
+ #: includes/widgets/htmega_mailchimp_wp.php:220
9113
+ #: includes/widgets/htmega_ninja_form.php:513
9114
+ #: includes/widgets/htmega_ninja_form.php:735
9115
+ #: includes/widgets/htmega_quforms.php:374
9116
+ #: includes/widgets/htmega_quforms.php:594
9117
+ #: includes/widgets/htmega_search.php:240
9118
+ #: includes/widgets/htmega_user_login_form.php:824
9119
+ #: includes/widgets/htmega_wc_element_pages.php:738
9120
+ #: includes/widgets/htmega_wc_element_pages.php:1382
9121
+ #: includes/widgets/htmega_wpforms.php:516
9122
+ #: includes/widgets/htmega_wpforms.php:738
9123
+ msgid "Placeholder Color"
9124
+ msgstr ""
9125
+
9126
+ #: includes/widgets/htmega_animated_heading.php:235
9127
+ #: includes/widgets/htmega_search.php:58
9128
+ msgid "Placeholder Text"
9129
+ msgstr ""
9130
+
9131
+ #: includes/widgets/htmega_imagemarker.php:969
9132
+ msgid "Placeholder Text Style"
9133
+ msgstr ""
9134
+
9135
+ #: includes/widgets/htmega_videoplayer.php:81
9136
+ msgid "Play Button Icon"
9137
+ msgstr ""
9138
+
9139
+ #: admin/include/admin-setting.php:645
9140
+ msgid ""
9141
+ "Please enter a OpenWeatherMaps API key. OpenWeather is a weather provider "
9142
+ "service which is capable of delivering all the necessary weather information "
9143
+ "for any location on the globe.To create API key, go to this link <a "
9144
+ "href=\"https://openweathermap.org/appid\" target=\"_blank\">OpenWeather</a>."
9145
+ msgstr ""
9146
+
9147
+ #: includes/widgets/htmega_instagram.php:1526
9148
+ msgid "Please enter your access token."
9149
+ msgstr ""
9150
+
9151
+ #: includes/widgets/htmega_weather.php:372
9152
+ msgid ""
9153
+ "Please Insert Weather Map API Key from \"HTMega Addons > Settings > Other "
9154
+ "options > Weather Map API Key\"."
9155
+ msgstr ""
9156
+
9157
+ #: includes/widgets/htmega_caldera_form.php:750
9158
+ msgid "Please select a Contact Form From Setting!"
9159
+ msgstr ""
9160
+
9161
+ #: includes/widgets/htmega_quforms.php:1064
9162
+ msgid "Please select Contact Form"
9163
+ msgstr ""
9164
+
9165
+ #: includes/widgets/htmega_contact_form_seven.php:1039
9166
+ msgid "Please Select contact form."
9167
+ msgstr ""
9168
+
9169
+ #: includes/widgets/htmega_wpforms.php:1169
9170
+ msgid "Please Select form."
9171
+ msgstr ""
9172
+
9173
+ #: includes/widgets/htmega_tablepress.php:440
9174
+ msgid "Please Select table"
9175
+ msgstr ""
9176
+
9177
+ #: includes/widgets/htmega_wc_add_to_cart.php:188
9178
+ #: includes/widgets/htmega_wc_add_to_cart.php:194
9179
+ #: includes/widgets/htmega_wc_element_pages.php:1897
9180
+ msgid "Please set a valid product"
9181
+ msgstr ""
9182
+
9183
+ #: includes/widgets/htmega_user_login_form.php:1691
9184
+ msgid "Please wait..."
9185
+ msgstr ""
9186
+
9187
+ #: admin/include/template-library.php:355
9188
+ #: includes/recommended-plugins/class.recommended-plugins.php:393
9189
+ msgid "Plugin Not Found"
9190
+ msgstr ""
9191
+
9192
+ #: admin/include/template-library.php:375
9193
+ #: includes/recommended-plugins/class.recommended-plugins.php:413
9194
+ msgid "Plugin Successfully Activated"
9195
+ msgstr ""
9196
+
9197
+ #: includes/widgets/htmega_teammember.php:472
9198
+ msgid "Plus Icon Color"
9199
+ msgstr ""
9200
+
9201
+ #: includes/widgets/htmega_socialshere.php:78
9202
+ msgid "Pocket"
9203
+ msgstr ""
9204
+
9205
+ #: includes/widgets/htmega_googlemap.php:370
9206
+ msgid "Pointer Width"
9207
+ msgstr ""
9208
+
9209
+ #: includes/widgets/htmega_videoplayer.php:53
9210
+ msgid "Pop Up"
9211
+ msgstr ""
9212
+
9213
+ #: includes/widgets/htmega_videoplayer.php:72
9214
+ msgid "Pop Up Button"
9215
+ msgstr ""
9216
+
9217
+ #: includes/widgets_control.php:243 admin/include/admin-setting.php:367
9218
+ #: includes/widgets/htmega_popover.php:14
9219
+ #: includes/widgets/htmega_popover.php:75
9220
+ #: includes/widgets/htmega_popover.php:498
9221
+ msgid "Popover"
9222
+ msgstr ""
9223
+
9224
+ #: includes/widgets/htmega_popover.php:42
9225
+ msgid "Popover Button"
9226
+ msgstr ""
9227
+
9228
+ #: includes/widgets/htmega_popover.php:169
9229
+ msgid "Popover content Here"
9230
+ msgstr ""
9231
+
9232
+ #: includes/widgets/htmega_popover.php:180
9233
+ msgid "Popover Header Here"
9234
+ msgstr ""
9235
+
9236
+ #: includes/widgets/htmega_popover.php:177
9237
+ msgid "Popover Header Text"
9238
+ msgstr ""
9239
+
9240
+ #: includes/widgets/htmega_popover.php:160
9241
+ msgid "Popover Options"
9242
+ msgstr ""
9243
+
9244
+ #: includes/widgets/htmega_popover.php:166
9245
+ msgid "Popover Text"
9246
+ msgstr ""
9247
+
9248
+ #: includes/widgets/htmega_buddy_press.php:67
9249
+ msgid "Popular"
9250
+ msgstr ""
9251
+
9252
+ #: admin/include/admin-setting.php:887
9253
+ msgid "Popular Post"
9254
+ msgstr ""
9255
+
9256
+ #: admin/include/admin-setting.php:886
9257
+ msgid "Popular Post <span>( Pro )</span>"
9258
+ msgstr ""
9259
+
9260
+ #: includes/widgets/htmega_search.php:910
9261
+ msgid "Popup Background"
9262
+ msgstr ""
9263
+
9264
+ #: includes/widgets/htmega_search.php:679
9265
+ #: includes/widgets/htmega_search.php:942
9266
+ msgid "Popup Button Style"
9267
+ msgstr ""
9268
+
9269
+ #: includes/widgets/htmega_search.php:658
9270
+ msgid "Popup style"
9271
+ msgstr ""
9272
+
9273
+ #: includes/widgets/htmega_mailchimp_wp.php:342
9274
+ #: includes/widgets/htmega_progress_bar.php:652
9275
+ #: includes/widgets/htmega_progress_bar.php:771
9276
+ #: includes/widgets/htmega_progress_bar.php:839
9277
+ #: includes/widgets/htmega_section_title.php:232
9278
+ #: includes/widgets/htmega_working_process.php:524
9279
+ #: extensions/wc-sales-notification/admin/setting.php:77
9280
+ msgid "Position"
9281
+ msgstr ""
9282
+
9283
+ #: includes/widgets/htmega_imagemarker.php:1025
9284
+ msgid "Position Left-Right (X)"
9285
+ msgstr ""
9286
+
9287
+ #: includes/widgets/htmega_imagemarker.php:998
9288
+ msgid "Position Top-Bottom (Y)"
9289
+ msgstr ""
9290
+
9291
+ #: includes/widgets/htmega_image_comparison.php:195
9292
+ msgid "Positioning Lebel"
9293
+ msgstr ""
9294
+
9295
+ #: includes/widgets_control.php:248
9296
+ msgid "Post Carousel"
9297
+ msgstr ""
9298
+
9299
+ #: admin/include/admin-setting.php:375
9300
+ msgid "Post carousel"
9301
+ msgstr ""
9302
+
9303
+ #: admin/include/admin-setting.php:760 admin/include/admin-setting.php:761
9304
+ #: extensions/ht-builder/widgets/bl_post_comments.php:187
9305
+ msgid "Post Comments"
9306
+ msgstr ""
9307
+
9308
+ #: admin/include/admin-setting.php:751 admin/include/admin-setting.php:752
9309
+ #: extensions/ht-builder/widgets/bl_post_content.php:40
9310
+ #: extensions/ht-builder/widgets/bl_post_content.php:103
9311
+ msgid "Post Content"
9312
+ msgstr ""
9313
+
9314
+ #: admin/include/admin-setting.php:702
9315
+ msgid "Post Duplicator"
9316
+ msgstr ""
9317
+
9318
+ #: admin/include/admin-setting.php:906
9319
+ msgid "Post Duplicator Condition"
9320
+ msgstr ""
9321
+
9322
+ #: admin/include/admin-setting.php:742 admin/include/admin-setting.php:743
9323
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:40
9324
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:102
9325
+ msgid "Post Excerpt"
9326
+ msgstr ""
9327
+
9328
+ #: admin/include/admin-setting.php:724 admin/include/admin-setting.php:725
9329
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:40
9330
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:59
9331
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:97
9332
+ msgid "Post Featured Image"
9333
+ msgstr ""
9334
+
9335
+ #: admin/include/admin-setting.php:383 includes/widgets/htmega_postgrid.php:15
9336
+ #: includes/widgets/htmega_postgrid.php:37
9337
+ msgid "Post Grid"
9338
+ msgstr ""
9339
+
9340
+ #: includes/widgets_control.php:258 admin/include/admin-setting.php:391
9341
+ #: includes/widgets/htmega_post_grid_tab.php:15
9342
+ #: includes/widgets/htmega_post_grid_tab.php:43
9343
+ msgid "Post Grid Tab"
9344
+ msgstr ""
9345
+
9346
+ #: includes/widgets/htmega_postgrid.php:211
9347
+ msgid "Post Items Box Style"
9348
+ msgstr ""
9349
+
9350
+ #: admin/include/admin-setting.php:733 admin/include/admin-setting.php:734
9351
+ msgid "Post Meta Info"
9352
+ msgstr ""
9353
+
9354
+ #: includes/widgets/htmega_singlepost.php:74
9355
+ msgid "Post Name"
9356
+ msgstr ""
9357
+
9358
+ #: admin/include/admin-setting.php:869
9359
+ msgid "Post Navigation"
9360
+ msgstr ""
9361
+
9362
+ #: admin/include/admin-setting.php:868
9363
+ msgid "Post Navigation <span>( Pro )</span>"
9364
+ msgstr ""
9365
+
9366
+ #: admin/include/class.htmega-elementor-template-library.php:90
9367
+ msgid "Post not found"
9368
+ msgstr ""
9369
+
9370
+ #: admin/include/class.htmega-elementor-template-library.php:69
9371
+ msgid "Post not found."
9372
+ msgstr ""
9373
+
9374
+ #: includes/widgets/htmega_postgrid.php:62
9375
+ #: includes/widgets/htmega_post_grid_tab.php:69
9376
+ #: includes/widgets/htmega_post_slider.php:73
9377
+ msgid "Post Option"
9378
+ msgstr ""
9379
+
9380
+ #: admin/include/admin-setting.php:769 admin/include/admin-setting.php:770
9381
+ msgid "Post Search Form"
9382
+ msgstr ""
9383
+
9384
+ #: includes/widgets_control.php:263 admin/include/admin-setting.php:399
9385
+ #: includes/widgets/htmega_post_slider.php:14
9386
+ #: includes/widgets/htmega_post_slider.php:44
9387
+ msgid "Post Slider"
9388
+ msgstr ""
9389
+
9390
+ #: admin/include/admin-setting.php:715 admin/include/admin-setting.php:716
9391
+ #: includes/widgets/htmega_post_slider.php:376
9392
+ #: extensions/ht-builder/widgets/bl_post_title.php:41
9393
+ #: extensions/ht-builder/widgets/bl_post_title.php:60
9394
+ msgid "Post Title"
9395
+ msgstr ""
9396
+
9397
+ #: includes/widgets_control.php:253
9398
+ msgid "PostGrid"
9399
+ msgstr ""
9400
+
9401
+ #: includes/widgets/htmega_easy_digital_download.php:137
9402
+ msgctxt "Posts Query Control"
9403
+ msgid "Source"
9404
+ msgstr ""
9405
+
9406
+ #: includes/widgets/htmega_counter.php:928
9407
+ msgid "Prefix"
9408
+ msgstr ""
9409
+
9410
+ #: admin/include/admin-setting.php:1309
9411
+ #: extensions/ht-builder/admin/setting.php:151
9412
+ #: extensions/ht-menu/classes/class.mega-menu.php:269
9413
+ #: extensions/wc-sales-notification/admin/setting.php:235
9414
+ msgid "premium version"
9415
+ msgstr ""
9416
+
9417
+ #: includes/class.assests.php:379
9418
+ #: includes/recommended-plugins/class.recommended-plugins.php:123
9419
+ #: admin/include/templates/library/templates.php:133
9420
+ msgid "Preview"
9421
+ msgstr ""
9422
+
9423
+ #: includes/widgets/htmega_newsticker.php:313
9424
+ msgid "Previous Icon"
9425
+ msgstr ""
9426
+
9427
+ #: includes/widgets/htmega_carousel.php:165
9428
+ #: includes/widgets/htmega_instagram.php:360
9429
+ #: includes/widgets/htmega_panel_slider.php:225
9430
+ #: includes/widgets/htmega_post_slider.php:329
9431
+ #: includes/widgets/htmega_slider_thumb_gallery.php:168
9432
+ #: includes/widgets/htmega_twitter_feed.php:287
9433
+ msgid "Previous icon"
9434
+ msgstr ""
9435
+
9436
+ #: includes/widgets/htmega_easy_digital_download.php:468
9437
+ #: includes/widgets/htmega_pricing_list_view.php:97
9438
+ #: includes/widgets/htmega_pricing_list_view.php:1628
9439
+ msgid "Price"
9440
+ msgstr ""
9441
+
9442
+ #: includes/widgets/htmega_easy_digital_download.php:479
9443
+ msgid "Price Color"
9444
+ msgstr ""
9445
+
9446
+ #: includes/widgets/htmega_easy_digital_download.php:503
9447
+ msgid "Price Margin"
9448
+ msgstr ""
9449
+
9450
+ #: includes/widgets_control.php:268 admin/include/admin-setting.php:407
9451
+ #: includes/widgets/htmega_pricing_list_view.php:13
9452
+ msgid "Pricing List View"
9453
+ msgstr ""
9454
+
9455
+ #: includes/widgets_control.php:273 admin/include/admin-setting.php:415
9456
+ msgid "Pricing Table"
9457
+ msgstr ""
9458
+
9459
+ #: includes/widgets/htmega_call_to_action.php:129
9460
+ #: includes/widgets/htmega_call_to_action.php:677
9461
+ msgid "Primary Button"
9462
+ msgstr ""
9463
+
9464
+ #: includes/widgets/htmega_call_to_action.php:145
9465
+ msgid "Primary Button Link"
9466
+ msgstr ""
9467
+
9468
+ #: includes/widgets/htmega_call_to_action.php:136
9469
+ msgid "Primary Button Text"
9470
+ msgstr ""
9471
+
9472
+ #: admin/include/admin-setting.php:851
9473
+ msgid "Print Page"
9474
+ msgstr ""
9475
+
9476
+ #: admin/include/admin-setting.php:850
9477
+ msgid "Print Page <span>( Pro )</span>"
9478
+ msgstr ""
9479
+
9480
+ #: includes/class.assests.php:367 admin/include/templates_list.php:54
9481
+ #: admin/include/templates/library/templates.php:119
9482
+ msgid "Pro"
9483
+ msgstr ""
9484
+
9485
+ #: includes/widgets/htmega_working_process.php:81
9486
+ #: includes/widgets/htmega_working_process.php:169
9487
+ msgid "Process #1"
9488
+ msgstr ""
9489
+
9490
+ #: includes/widgets/htmega_working_process.php:173
9491
+ msgid "Process #2"
9492
+ msgstr ""
9493
+
9494
+ #: includes/widgets/htmega_working_process.php:177
9495
+ msgid "Process #3"
9496
+ msgstr ""
9497
+
9498
+ #: includes/widgets/htmega_working_process.php:88
9499
+ msgid "Process Number"
9500
+ msgstr ""
9501
+
9502
+ #: includes/widgets/htmega_wc_add_to_cart.php:46
9503
+ #: includes/widgets/htmega_wc_add_to_cart.php:59
9504
+ msgid "Product"
9505
+ msgstr ""
9506
+
9507
+ #: includes/widgets_control.php:278 admin/include/admin-setting.php:423
9508
+ #: includes/widgets/htmega_progress_bar.php:13
9509
+ #: includes/widgets/htmega_progress_bar.php:50
9510
+ #: includes/widgets/htmega_progress_bar.php:199
9511
+ #: includes/widgets/htmega_progress_bar.php:397
9512
+ msgid "Progress Bar"
9513
+ msgstr ""
9514
+
9515
+ #: includes/widgets/htmega_progress_bar.php:309
9516
+ msgid "Progress bar Background"
9517
+ msgstr ""
9518
+
9519
+ #: includes/widgets/htmega_progress_bar.php:131
9520
+ msgid "Progress bar color"
9521
+ msgstr ""
9522
+
9523
+ #: includes/widgets/htmega_progress_bar.php:286
9524
+ msgid "Progress Bar Size"
9525
+ msgstr ""
9526
+
9527
+ #: includes/widgets/htmega_progress_bar.php:317
9528
+ msgid "Progress bar track color"
9529
+ msgstr ""
9530
+
9531
+ #: includes/widgets/htmega_progress_bar.php:113
9532
+ #: includes/widgets/htmega_progress_bar.php:245
9533
+ msgid "Progress Bar Value"
9534
+ msgstr ""
9535
+
9536
+ #: includes/widgets/htmega_progress_bar.php:152
9537
+ #: includes/widgets/htmega_progress_bar.php:337
9538
+ msgid "Progress bar value background color"
9539
+ msgstr ""
9540
+
9541
+ #: includes/widgets/htmega_progress_bar.php:142
9542
+ #: includes/widgets/htmega_progress_bar.php:327
9543
+ msgid "Progress bar value color"
9544
+ msgstr ""
9545
+
9546
+ #: includes/widgets/htmega_progress_bar.php:263
9547
+ msgid "Progress Bar Width"
9548
+ msgstr ""
9549
+
9550
+ #: includes/widgets/htmega_progress_bar.php:163
9551
+ #: includes/widgets/htmega_progress_bar.php:556
9552
+ msgid "Progress Indicator"
9553
+ msgstr ""
9554
+
9555
+ #: includes/widgets/htmega_progress_bar.php:459
9556
+ msgid "Progress Position Top-Bottom"
9557
+ msgstr ""
9558
+
9559
+ #: includes/widgets/htmega_pricing_list_view.php:152
9560
+ msgid "PSD Template"
9561
+ msgstr ""
9562
+
9563
+ #: admin/include/admin-setting.php:1309
9564
+ #: extensions/ht-builder/admin/setting.php:151
9565
+ #: extensions/ht-menu/classes/class.mega-menu.php:269
9566
+ #: extensions/wc-sales-notification/admin/setting.php:235
9567
+ msgid "Purchase our"
9568
+ msgstr ""
9569
+
9570
+ #: includes/widgets/htmega_animated_heading.php:104
9571
+ msgid "Purpose,policy,Company"
9572
+ msgstr ""
9573
+
9574
+ #: includes/widgets/htmega_animated_heading.php:77
9575
+ msgid "Push"
9576
+ msgstr ""
9577
+
9578
+ #: includes/widgets/htmega_section_title.php:62
9579
+ msgid "Put the highlighted word in between the span tags!"
9580
+ msgstr ""
9581
+
9582
+ #: admin/include/admin-setting.php:1049 includes/widgets/htmega_quforms.php:13
9583
+ #: includes/widgets/htmega_quforms.php:59
9584
+ msgid "QU Form"
9585
+ msgstr ""
9586
+
9587
+ #: includes/widgets/htmega_wc_add_to_cart.php:79
9588
+ msgid "Quantity"
9589
+ msgstr ""
9590
+
9591
+ #: includes/widgets/htmega_wc_element_pages.php:535
9592
+ msgid "Quantity Input Box"
9593
+ msgstr ""
9594
+
9595
+ #: extensions/ht-builder/widgets/bl_post_archive.php:150
9596
+ msgid "Query Settings"
9597
+ msgstr ""
9598
+
9599
+ #: includes/recommended-plugins/recommended-plugins.php:73
9600
+ msgid "QuickSwish"
9601
+ msgstr ""
9602
+
9603
+ #: includes/widgets/htmega_blockquote.php:327
9604
+ msgid "Quote By"
9605
+ msgstr ""
9606
+
9607
+ #: includes/widgets/htmega_blockquote.php:494
9608
+ msgid "Quote Icon"
9609
+ msgstr ""
9610
+
9611
+ #: includes/widgets/htmega_blockquote.php:689
9612
+ msgid "Quote Image"
9613
+ msgstr ""
9614
+
9615
+ #: includes/widgets/htmega_job_manager.php:102
9616
+ #: includes/widgets/htmega_newsticker.php:256
9617
+ #: includes/widgets/htmega_postgrid.php:153
9618
+ #: includes/widgets/htmega_post_grid_tab.php:160
9619
+ #: includes/widgets/htmega_post_slider.php:164
9620
+ #: extensions/ht-builder/widgets/bl_post_archive.php:204
9621
+ msgid "Random"
9622
+ msgstr ""
9623
+
9624
+ #: includes/widgets/htmega_testimonial_grid.php:682
9625
+ msgid "Rating"
9626
+ msgstr ""
9627
+
9628
+ #: admin/include/admin-setting.php:1183
9629
+ msgid "Rating icon"
9630
+ msgstr ""
9631
+
9632
+ #: includes/widgets/htmega_testimonial_grid.php:689
9633
+ msgid "Rating On Right"
9634
+ msgstr ""
9635
+
9636
+ #: includes/widgets/htmega_image_grid.php:142
9637
+ #: includes/widgets/htmega_image_grid.php:171
9638
+ #: includes/widgets/htmega_image_masonry.php:122
9639
+ #: includes/widgets/htmega_image_masonry.php:151
9640
+ #: includes/widgets/htmega_post_grid_tab.php:233
9641
+ #: includes/widgets/htmega_post_grid_tab.php:245
9642
+ #: includes/widgets/htmega_post_grid_tab.php:246
9643
+ #: includes/widgets/htmega_post_grid_tab.php:829
9644
+ #: includes/widgets/htmega_post_slider.php:222
9645
+ #: includes/widgets/htmega_post_slider.php:234
9646
+ #: includes/widgets/htmega_post_slider.php:235
9647
+ #: includes/widgets/htmega_post_slider.php:1257
9648
+ #: includes/widgets/htmega_service.php:140
9649
+ #: extensions/ht-builder/widgets/bl_post_archive.php:700
9650
+ msgid "Read More"
9651
+ msgstr ""
9652
+
9653
+ #: extensions/ht-builder/widgets/bl_post_archive.php:73
9654
+ #: extensions/ht-builder/widgets/bl_post_archive.php:1084
9655
+ msgid "Read more"
9656
+ msgstr ""
9657
+
9658
+ #: includes/widgets/htmega_image_grid.php:443
9659
+ #: includes/widgets/htmega_image_masonry.php:430
9660
+ msgid "Read More Button"
9661
+ msgstr ""
9662
+
9663
+ #: extensions/ht-builder/widgets/bl_post_archive.php:71
9664
+ msgid "Read More Button Text"
9665
+ msgstr ""
9666
+
9667
+ #: includes/widgets/htmega_post_grid_tab.php:243
9668
+ #: includes/widgets/htmega_post_slider.php:232
9669
+ msgid "Read More button text"
9670
+ msgstr ""
9671
+
9672
+ #: includes/widgets/htmega_service.php:318
9673
+ msgid "Read More Color"
9674
+ msgstr ""
9675
+
9676
+ #: includes/widgets/htmega_image_grid.php:149
9677
+ #: includes/widgets/htmega_image_masonry.php:129
9678
+ msgid "Read More Link"
9679
+ msgstr ""
9680
+
9681
+ #: includes/widgets/htmega_image_grid.php:140
9682
+ #: includes/widgets/htmega_image_masonry.php:120
9683
+ msgid "Read More Text"
9684
+ msgstr ""
9685
+
9686
+ #: includes/widgets/htmega_custom_event.php:95
9687
+ msgid "Read More."
9688
+ msgstr ""
9689
+
9690
+ #: extensions/wc-sales-notification/admin/setting.php:69
9691
+ msgid "Real"
9692
+ msgstr ""
9693
+
9694
+ #: includes/recommended-plugins/class.recommended-plugins.php:71
9695
+ msgid "Recommendations"
9696
+ msgstr ""
9697
+
9698
+ #: includes/recommended-plugins/recommended-plugins.php:28
9699
+ msgid "Recommended Plugins"
9700
+ msgstr ""
9701
+
9702
+ #: includes/widgets/htmega_socialshere.php:75
9703
+ msgid "Reddit"
9704
+ msgstr ""
9705
+
9706
+ #: includes/widgets/htmega_user_login_form.php:260
9707
+ msgid "Redirect page after Login"
9708
+ msgstr ""
9709
+
9710
+ #: includes/widgets/htmega_user_login_form.php:324
9711
+ #: includes/widgets/htmega_user_login_form.php:337
9712
+ #: includes/widgets/htmega_user_login_form.php:1654
9713
+ msgid "Register"
9714
+ msgstr ""
9715
+
9716
+ #: includes/widgets/htmega_user_login_form.php:1280
9717
+ msgid "Register Button"
9718
+ msgstr ""
9719
+
9720
+ #: includes/widgets/htmega_user_login_form.php:117
9721
+ msgid "Register Heading Login"
9722
+ msgstr ""
9723
+
9724
+ #: includes/widgets/htmega_user_login_form.php:335
9725
+ msgid "Register Link Text"
9726
+ msgstr ""
9727
+
9728
+ #: admin/include/admin-setting.php:878
9729
+ msgid "Related Post"
9730
+ msgstr ""
9731
+
9732
+ #: admin/include/admin-setting.php:877
9733
+ msgid "Related Post <span>( Pro )</span>"
9734
+ msgstr ""
9735
+
9736
+ #: includes/widgets/htmega_imagemarker.php:452
9737
+ msgid ""
9738
+ "Reload the editor right after enabling this option. Example: Enable/Disable "
9739
+ "this option > Click UPDATE > Then Reload the editor page."
9740
+ msgstr ""
9741
+
9742
+ #: includes/widgets/htmega_user_login_form.php:312
9743
+ #: includes/widgets/htmega_user_login_form.php:1634
9744
+ msgid "Remember Me"
9745
+ msgstr ""
9746
+
9747
+ #: includes/widgets/htmega_user_login_form.php:992
9748
+ msgid "Remember Me Checkbox"
9749
+ msgstr ""
9750
+
9751
+ #: admin/include/admin-setting.php:615
9752
+ msgid "Remote Template"
9753
+ msgstr ""
9754
+
9755
+ #: includes/widgets/htmega_socialshere.php:86
9756
+ msgid "Renren"
9757
+ msgstr ""
9758
+
9759
+ #: includes/widgets/htmega_videoplayer.php:186
9760
+ msgid "Repeat Video"
9761
+ msgstr ""
9762
+
9763
+ #: includes/widgets/htmega_bbpress.php:60
9764
+ msgid "Reply Form"
9765
+ msgstr ""
9766
+
9767
+ #: includes/widgets/htmega_gravity_forms.php:280
9768
+ #: includes/widgets/htmega_wc_element_pages.php:679
9769
+ msgid "Required Color"
9770
+ msgstr ""
9771
+
9772
+ #: includes/widgets/htmega_wpforms.php:453
9773
+ msgid "Required Label Style"
9774
+ msgstr ""
9775
+
9776
+ #: includes/widgets/htmega_caldera_form.php:102
9777
+ #: includes/widgets/htmega_ninja_form.php:366
9778
+ #: includes/widgets/htmega_quforms.php:131
9779
+ msgid "Required Symbol Color"
9780
+ msgstr ""
9781
+
9782
+ #: admin/include/admin-setting.php:1170
9783
+ msgid "Responsive, supports all major devices"
9784
+ msgstr ""
9785
+
9786
+ #: includes/widgets/htmega_image_comparison.php:390
9787
+ msgid "Reveal"
9788
+ msgstr ""
9789
+
9790
+ #: admin/include/admin-setting.php:1069
9791
+ #: includes/widgets/htmega_revolution_slider.php:13
9792
+ #: includes/widgets/htmega_revolution_slider.php:53
9793
+ msgid "Revolution Slider"
9794
+ msgstr ""
9795
+
9796
+ #: includes/widgets/htmega_accordion.php:478
9797
+ #: includes/widgets/htmega_accordion.php:669
9798
+ #: includes/widgets/htmega_accordion.php:827
9799
+ #: includes/widgets/htmega_accordion.php:1213
9800
+ #: includes/widgets/htmega_accordion.php:1217
9801
+ #: includes/widgets/htmega_accordion.php:1331
9802
+ #: includes/widgets/htmega_add_banner.php:376
9803
+ #: includes/widgets/htmega_blockquote.php:191
9804
+ #: includes/widgets/htmega_buddy_press.php:262
9805
+ #: includes/widgets/htmega_business_hours.php:399
9806
+ #: includes/widgets/htmega_button.php:112
9807
+ #: includes/widgets/htmega_button.php:162
9808
+ #: includes/widgets/htmega_caldera_form.php:80
9809
+ #: includes/widgets/htmega_caldera_form.php:355
9810
+ #: includes/widgets/htmega_call_to_action.php:204
9811
+ #: includes/widgets/htmega_call_to_action.php:298
9812
+ #: includes/widgets/htmega_call_to_action.php:338
9813
+ #: includes/widgets/htmega_carousel.php:845
9814
+ #: includes/widgets/htmega_contact_form_seven.php:125
9815
+ #: includes/widgets/htmega_countdown.php:619
9816
+ #: includes/widgets/htmega_countdown.php:651
9817
+ #: includes/widgets/htmega_counter.php:296
9818
+ #: includes/widgets/htmega_counter.php:329
9819
+ #: includes/widgets/htmega_counter.php:435
9820
+ #: includes/widgets/htmega_counter.php:561
9821
+ #: includes/widgets/htmega_data_table.php:647
9822
+ #: includes/widgets/htmega_data_table.php:766
9823
+ #: includes/widgets/htmega_double_button.php:161
9824
+ #: includes/widgets/htmega_double_button.php:248
9825
+ #: includes/widgets/htmega_double_button.php:333
9826
+ #: includes/widgets/htmega_dropcaps.php:92
9827
+ #: includes/widgets/htmega_dropcaps.php:96
9828
+ #: includes/widgets/htmega_easy_digital_download.php:326
9829
+ #: includes/widgets/htmega_easy_digital_download.php:694
9830
+ #: includes/widgets/htmega_errorcontent.php:257
9831
+ #: includes/widgets/htmega_gravity_forms.php:157
9832
+ #: includes/widgets/htmega_gravity_forms.php:213
9833
+ #: includes/widgets/htmega_gravity_forms.php:247
9834
+ #: includes/widgets/htmega_gravity_forms.php:552
9835
+ #: includes/widgets/htmega_gravity_forms.php:783
9836
+ #: includes/widgets/htmega_imagemarker.php:207
9837
+ #: includes/widgets/htmega_imagemarker.php:718
9838
+ #: includes/widgets/htmega_image_grid.php:291
9839
+ #: includes/widgets/htmega_image_grid.php:388
9840
+ #: includes/widgets/htmega_image_masonry.php:266
9841
+ #: includes/widgets/htmega_image_masonry.php:363
9842
+ #: includes/widgets/htmega_inlinemenu.php:129
9843
+ #: includes/widgets/htmega_instagram.php:1492
9844
+ #: includes/widgets/htmega_job_manager.php:160
9845
+ #: includes/widgets/htmega_lightbox.php:204
9846
+ #: includes/widgets/htmega_lightbox.php:317
9847
+ #: includes/widgets/htmega_mailchimp_wp.php:137
9848
+ #: includes/widgets/htmega_modal.php:182 includes/widgets/htmega_modal.php:358
9849
+ #: includes/widgets/htmega_modal.php:1013
9850
+ #: includes/widgets/htmega_newsticker.php:462
9851
+ #: includes/widgets/htmega_ninja_form.php:196
9852
+ #: includes/widgets/htmega_ninja_form.php:298
9853
+ #: includes/widgets/htmega_ninja_form.php:332
9854
+ #: includes/widgets/htmega_ninja_form.php:619
9855
+ #: includes/widgets/htmega_ninja_form.php:830
9856
+ #: includes/widgets/htmega_ninja_form.php:1042
9857
+ #: includes/widgets/htmega_notify.php:290
9858
+ #: includes/widgets/htmega_notify.php:570
9859
+ #: includes/widgets/htmega_notify.php:836
9860
+ #: includes/widgets/htmega_offcanvas.php:104
9861
+ #: includes/widgets/htmega_offcanvas.php:208
9862
+ #: includes/widgets/htmega_offcanvas.php:291
9863
+ #: includes/widgets/htmega_offcanvas.php:383
9864
+ #: includes/widgets/htmega_panel_slider.php:571
9865
+ #: includes/widgets/htmega_popover.php:194
9866
+ #: includes/widgets/htmega_popover.php:273
9867
+ #: includes/widgets/htmega_popover.php:669
9868
+ #: includes/widgets/htmega_popover.php:773
9869
+ #: includes/widgets/htmega_postgrid.php:301
9870
+ #: includes/widgets/htmega_postgrid.php:525
9871
+ #: includes/widgets/htmega_postgrid.php:638
9872
+ #: includes/widgets/htmega_post_grid_tab.php:409
9873
+ #: includes/widgets/htmega_post_grid_tab.php:503
9874
+ #: includes/widgets/htmega_post_grid_tab.php:590
9875
+ #: includes/widgets/htmega_post_grid_tab.php:813
9876
+ #: includes/widgets/htmega_post_slider.php:844
9877
+ #: includes/widgets/htmega_post_slider.php:938
9878
+ #: includes/widgets/htmega_post_slider.php:1025
9879
+ #: includes/widgets/htmega_post_slider.php:1241
9880
+ #: includes/widgets/htmega_pricing_list_view.php:481
9881
+ #: includes/widgets/htmega_pricing_list_view.php:508
9882
+ #: includes/widgets/htmega_pricing_list_view.php:1136
9883
+ #: includes/widgets/htmega_pricing_list_view.php:1193
9884
+ #: includes/widgets/htmega_quforms.php:98
9885
+ #: includes/widgets/htmega_quforms.php:218
9886
+ #: includes/widgets/htmega_quforms.php:339
9887
+ #: includes/widgets/htmega_quforms.php:559
9888
+ #: includes/widgets/htmega_quforms.php:777
9889
+ #: includes/widgets/htmega_search.php:164
9890
+ #: includes/widgets/htmega_section_title.php:423
9891
+ #: includes/widgets/htmega_service.php:249
9892
+ #: includes/widgets/htmega_service.php:433
9893
+ #: includes/widgets/htmega_service.php:538
9894
+ #: includes/widgets/htmega_service.php:727
9895
+ #: includes/widgets/htmega_service.php:989
9896
+ #: includes/widgets/htmega_singlepost.php:229
9897
+ #: includes/widgets/htmega_singlepost.php:325
9898
+ #: includes/widgets/htmega_singlepost.php:432
9899
+ #: includes/widgets/htmega_slider_thumb_gallery.php:53
9900
+ #: includes/widgets/htmega_socialshere.php:382
9901
+ #: includes/widgets/htmega_special_day_banner.php:50
9902
+ #: includes/widgets/htmega_special_day_banner.php:273
9903
+ #: includes/widgets/htmega_tablepress.php:221
9904
+ #: includes/widgets/htmega_tablepress.php:378
9905
+ #: includes/widgets/htmega_tabs.php:521
9906
+ #: includes/widgets/htmega_teammember.php:106
9907
+ #: includes/widgets/htmega_teammember.php:624
9908
+ #: includes/widgets/htmega_teammember.php:753
9909
+ #: includes/widgets/htmega_teammember.php:843
9910
+ #: includes/widgets/htmega_teammember.php:934
9911
+ #: includes/widgets/htmega_teammember.php:1001
9912
+ #: includes/widgets/htmega_testimonial_grid.php:561
9913
+ #: includes/widgets/htmega_toggle.php:204
9914
+ #: includes/widgets/htmega_tooltip.php:182
9915
+ #: includes/widgets/htmega_tooltip.php:249
9916
+ #: includes/widgets/htmega_user_login_form.php:157
9917
+ #: includes/widgets/htmega_user_login_form.php:379
9918
+ #: includes/widgets/htmega_user_login_form.php:579
9919
+ #: includes/widgets/htmega_videoplayer.php:304
9920
+ #: includes/widgets/htmega_wc_categories.php:388
9921
+ #: includes/widgets/htmega_wpforms.php:188
9922
+ #: includes/widgets/htmega_wpforms.php:290
9923
+ #: includes/widgets/htmega_wpforms.php:325
9924
+ #: includes/widgets/htmega_wpforms.php:622
9925
+ #: includes/widgets/htmega_wpforms.php:841
9926
+ #: includes/widgets/htmega_wpforms.php:1069
9927
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:123
9928
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:500
9929
+ #: extensions/ht-builder/widgets/bl_page_title.php:145
9930
+ #: extensions/ht-builder/widgets/bl_post_archive.php:310
9931
+ #: extensions/ht-builder/widgets/bl_post_archive.php:391
9932
+ #: extensions/ht-builder/widgets/bl_post_archive.php:498
9933
+ #: extensions/ht-builder/widgets/bl_post_archive.php:604
9934
+ #: extensions/ht-builder/widgets/bl_post_archive.php:684
9935
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:147
9936
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:116
9937
+ #: extensions/ht-builder/widgets/bl_post_content.php:80
9938
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:80
9939
+ #: extensions/ht-builder/widgets/bl_post_featured_image.php:79
9940
+ #: extensions/ht-builder/widgets/bl_post_title.php:113
9941
+ #: extensions/ht-builder/widgets/bl_site_logo.php:167
9942
+ #: extensions/ht-builder/widgets/bl_site_title.php:147
9943
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:174
9944
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:175
9945
+ msgid "Right"
9946
+ msgstr ""
9947
+
9948
+ #: includes/widgets/htmega_post_slider.php:1461
9949
+ msgid "Right Arrow position"
9950
+ msgstr ""
9951
+
9952
+ #: includes/widgets/htmega_post_slider.php:1509
9953
+ msgid "Right Arrow position vertical"
9954
+ msgstr ""
9955
+
9956
+ #: includes/widgets/htmega_blockquote.php:161
9957
+ msgid "Right Bottom"
9958
+ msgstr ""
9959
+
9960
+ #: includes/widgets/htmega_blockquote.php:160
9961
+ msgid "Right Center"
9962
+ msgstr ""
9963
+
9964
+ #: includes/widgets/htmega_blockquote.php:159
9965
+ msgid "Right Top"
9966
+ msgstr ""
9967
+
9968
+ #: includes/widgets/htmega_section_title.php:337
9969
+ msgid "Rotate"
9970
+ msgstr ""
9971
+
9972
+ #: includes/widgets/htmega_animated_heading.php:78
9973
+ msgid "Rotate Style One"
9974
+ msgstr ""
9975
+
9976
+ #: includes/widgets/htmega_animated_heading.php:80
9977
+ msgid "Rotate Style Three"
9978
+ msgstr ""
9979
+
9980
+ #: includes/widgets/htmega_animated_heading.php:79
9981
+ msgid "Rotate Style Two"
9982
+ msgstr ""
9983
+
9984
+ #: includes/widgets/htmega_data_table.php:241
9985
+ #: includes/widgets/htmega_pricing_list_view.php:549
9986
+ #: includes/widgets/htmega_user_login_form.php:400
9987
+ msgid "Row"
9988
+ msgstr ""
9989
+
9990
+ #: includes/widgets/htmega_data_table.php:451
9991
+ #: includes/widgets/htmega_pricing_list_view.php:1088
9992
+ msgid "row"
9993
+ msgstr ""
9994
+
9995
+ #: includes/widgets/htmega_booked_calender.php:950
9996
+ msgid "Row Border Color"
9997
+ msgstr ""
9998
+
9999
+ #: includes/widgets/htmega_booked_calender.php:961
10000
+ msgid "Row Border Width"
10001
+ msgstr ""
10002
+
10003
+ #: includes/widgets/htmega_gallery_justify.php:58
10004
+ #: includes/widgets/htmega_newsticker.php:86
10005
+ msgid "Row Height"
10006
+ msgstr ""
10007
+
10008
+ #: includes/widgets/htmega_user_login_form.php:408
10009
+ msgid "Row Reverse"
10010
+ msgstr ""
10011
+
10012
+ #: includes/widgets/htmega_pricing_list_view.php:1072
10013
+ msgid "Row Starts"
10014
+ msgstr ""
10015
+
10016
+ #: extensions/wc-sales-notification/admin/setting.php:78
10017
+ msgid ""
10018
+ "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
10019
+ "option are pro features ) <span>( Pro )</span>"
10020
+ msgstr ""
10021
+
10022
+ #: extensions/wc-sales-notification/admin/setting.php:48
10023
+ msgid "Sale Notification Settings"
10024
+ msgstr ""
10025
+
10026
+ #: admin/include/admin-setting.php:686
10027
+ #: extensions/wc-sales-notification/admin/setting.php:33
10028
+ #: extensions/wc-sales-notification/admin/setting.php:34
10029
+ msgid "Sales Notification"
10030
+ msgstr ""
10031
+
10032
+ #: admin/include/admin-setting.php:1256 admin/include/admin-setting.php:1281
10033
+ msgid "Sales upto date option"
10034
+ msgstr ""
10035
+
10036
+ #: includes/widgets/htmega_teammember.php:156
10037
+ msgid "Sams Roy"
10038
+ msgstr ""
10039
+
10040
+ #: includes/widgets/htmega_business_hours.php:85
10041
+ #: includes/widgets/htmega_business_hours.php:163
10042
+ msgid "Saturday"
10043
+ msgstr ""
10044
+
10045
+ #: extensions/ht-menu/classes/class.mega-menu.php:124
10046
+ #: extensions/ht-menu/classes/class.mega-menu.php:244
10047
+ msgid "Save"
10048
+ msgstr ""
10049
+
10050
+ #: includes/widgets/htmega_pricing_list_view.php:1554
10051
+ msgid "Save Typography"
10052
+ msgstr ""
10053
+
10054
+ #: extensions/ht-menu/classes/class.mega-menu.php:245
10055
+ msgid "Saving…"
10056
+ msgstr ""
10057
+
10058
+ #: includes/widgets/htmega_animated_heading.php:76
10059
+ #: includes/widgets/htmega_carousel.php:481
10060
+ msgid "Scale"
10061
+ msgstr ""
10062
+
10063
+ #: includes/widgets_control.php:283 admin/include/admin-setting.php:431
10064
+ #: includes/widgets/htmega_scroll_image.php:13
10065
+ #: includes/widgets/htmega_scroll_image.php:43
10066
+ msgid "Scroll Image"
10067
+ msgstr ""
10068
+
10069
+ #: includes/widgets/htmega_scroll_image.php:165
10070
+ msgid "Scroll Image Style"
10071
+ msgstr ""
10072
+
10073
+ #: includes/widgets_control.php:288 admin/include/admin-setting.php:439
10074
+ #: includes/widgets/htmega_scroll_navigation.php:13
10075
+ #: includes/widgets/htmega_scroll_navigation.php:51
10076
+ msgid "Scroll Navigation"
10077
+ msgstr ""
10078
+
10079
+ #: includes/widgets_control.php:293 admin/include/admin-setting.php:447
10080
+ #: includes/widgets/htmega_search.php:14 includes/widgets/htmega_search.php:35
10081
+ #: includes/widgets/htmega_search.php:60 includes/widgets/htmega_search.php:61
10082
+ #: includes/widgets/htmega_search.php:92 includes/widgets/htmega_search.php:93
10083
+ #: includes/widgets/htmega_search.php:1024
10084
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:88
10085
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:304
10086
+ #: admin/include/templates/library/templates.php:95
10087
+ msgid "Search"
10088
+ msgstr ""
10089
+
10090
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:47
10091
+ msgid "Search ..."
10092
+ msgstr ""
10093
+
10094
+ #: includes/widgets/htmega_search.php:145
10095
+ msgid "Search Box Style"
10096
+ msgstr ""
10097
+
10098
+ #: includes/widgets/htmega_search.php:90
10099
+ msgid "Search Button Text"
10100
+ msgstr ""
10101
+
10102
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:38
10103
+ msgid "Search Form"
10104
+ msgstr ""
10105
+
10106
+ #: includes/widgets/htmega_tablepress.php:97
10107
+ msgid "Search Hide"
10108
+ msgstr ""
10109
+
10110
+ #: extensions/ht-builder/admin/setting.php:100
10111
+ msgid "Search Page Template."
10112
+ msgstr ""
10113
+
10114
+ #: admin/include/templates/library/templates.php:94
10115
+ msgid "Search Templates:"
10116
+ msgstr ""
10117
+
10118
+ #: admin/include/templates_list.php:47
10119
+ msgid "Search.."
10120
+ msgstr ""
10121
+
10122
+ #: includes/widgets/htmega_data_table.php:95
10123
+ msgid "Searching"
10124
+ msgstr ""
10125
+
10126
+ #: includes/widgets/htmega_button.php:260
10127
+ #: includes/widgets/htmega_button.php:375
10128
+ msgid "Second Background"
10129
+ msgstr ""
10130
+
10131
+ #: includes/widgets/htmega_call_to_action.php:223
10132
+ #: includes/widgets/htmega_call_to_action.php:883
10133
+ msgid "Secondary Button"
10134
+ msgstr ""
10135
+
10136
+ #: includes/widgets/htmega_call_to_action.php:230
10137
+ msgid "Secondary Button Text"
10138
+ msgstr ""
10139
+
10140
+ #: includes/widgets/htmega_countdown.php:162
10141
+ #: includes/widgets/htmega_countdown.php:244
10142
+ #: includes/widgets/htmega_countdown.php:246
10143
+ msgid "Seconds"
10144
+ msgstr ""
10145
+
10146
+ #: includes/widgets/htmega_section_title.php:369
10147
+ msgid "Section style"
10148
+ msgstr ""
10149
+
10150
+ #: admin/include/admin-setting.php:455
10151
+ #: includes/widgets/htmega_section_title.php:13
10152
+ #: includes/widgets/htmega_section_title.php:34
10153
+ msgid "Section Title"
10154
+ msgstr ""
10155
+
10156
+ #: includes/widgets_control.php:298
10157
+ msgid "Section_Title"
10158
+ msgstr ""
10159
+
10160
+ #: includes/helper-function.php:707
10161
+ #: includes/widgets/htmega_wc_element_pages.php:57
10162
+ msgid "Select"
10163
+ msgstr ""
10164
+
10165
+ #: admin/include/admin-setting.php:653
10166
+ msgid "Select 404 Page."
10167
+ msgstr ""
10168
+
10169
+ #: includes/widgets/htmega_wc_categories.php:77
10170
+ msgid "Select Category Type"
10171
+ msgstr ""
10172
+
10173
+ #: includes/widgets/htmega_accordion.php:76
10174
+ #: includes/widgets/htmega_accordion.php:204
10175
+ #: includes/widgets/htmega_blockquote.php:41
10176
+ #: includes/widgets/htmega_modal.php:51
10177
+ #: includes/widgets/htmega_switcher.php:102
10178
+ #: includes/widgets/htmega_switcher.php:194 includes/widgets/htmega_tabs.php:86
10179
+ #: includes/widgets/htmega_toggle.php:79
10180
+ msgid "Select Content Source"
10181
+ msgstr ""
10182
+
10183
+ #: extensions/wc-sales-notification/admin/setting.php:65
10184
+ msgid "Select Content Type <span>( Pro )</span>"
10185
+ msgstr ""
10186
+
10187
+ #: includes/widgets/htmega_download_monitor.php:40
10188
+ msgid "Select Download File"
10189
+ msgstr ""
10190
+
10191
+ #: includes/widgets/htmega_countdown.php:46
10192
+ msgid "Select Event"
10193
+ msgstr ""
10194
+
10195
+ #: includes/widgets/htmega_instragram_feed.php:41
10196
+ msgid "Select Feed"
10197
+ msgstr ""
10198
+
10199
+ #: includes/widgets/htmega_download_monitor.php:61
10200
+ msgid "Select File"
10201
+ msgstr ""
10202
+
10203
+ #: includes/helper-function.php:320 includes/widgets/htmega_caldera_form.php:48
10204
+ #: includes/widgets/htmega_gravity_forms.php:41
10205
+ #: includes/widgets/htmega_gravity_forms.php:66
10206
+ #: includes/widgets/htmega_ninja_form.php:43
10207
+ #: includes/widgets/htmega_ninja_form.php:66
10208
+ #: includes/widgets/htmega_quforms.php:42
10209
+ #: includes/widgets/htmega_quforms.php:66
10210
+ #: includes/widgets/htmega_wpforms.php:63
10211
+ msgid "Select Form"
10212
+ msgstr ""
10213
+
10214
+ #: includes/widgets/htmega_job_manager.php:193
10215
+ #: includes/widgets/htmega_job_manager.php:200
10216
+ msgid "Select Job"
10217
+ msgstr ""
10218
+
10219
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:37
10220
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:38
10221
+ msgid "Select Menu"
10222
+ msgstr ""
10223
+
10224
+ #: includes/widgets/htmega_wc_add_to_cart.php:51
10225
+ msgid "Select Post"
10226
+ msgstr ""
10227
+
10228
+ #: includes/helper-function.php:114 includes/widgets/htmega_offcanvas.php:84
10229
+ msgid "Select Sidebar"
10230
+ msgstr ""
10231
+
10232
+ #: includes/widgets/htmega_layer_slider.php:63
10233
+ #: includes/widgets/htmega_revolution_slider.php:34
10234
+ #: includes/widgets/htmega_revolution_slider.php:60
10235
+ msgid "Select Slider"
10236
+ msgstr ""
10237
+
10238
+ #: includes/widgets/htmega_offcanvas.php:56
10239
+ msgid "Select Source"
10240
+ msgstr ""
10241
+
10242
+ #: includes/widgets/htmega_tablepress.php:32
10243
+ #: includes/widgets/htmega_tablepress.php:55
10244
+ msgid "Select Table"
10245
+ msgstr ""
10246
+
10247
+ #: includes/helper-function.php:74 includes/widgets/htmega_offcanvas.php:70
10248
+ #: extensions/ht-menu/menu/helper_function.php:19
10249
+ msgid "Select Template"
10250
+ msgstr ""
10251
+
10252
+ #: includes/widgets/htmega_template_selector.php:49
10253
+ msgid "Select Your template"
10254
+ msgstr ""
10255
+
10256
+ #: includes/widgets/htmega_notify.php:101
10257
+ #: includes/widgets/htmega_videoplayer.php:52
10258
+ msgid "Self"
10259
+ msgstr ""
10260
+
10261
+ #: includes/widgets/htmega_verticle_time_line.php:73
10262
+ #: includes/widgets/htmega_verticle_time_line.php:101
10263
+ msgid "Sep<br/>2018"
10264
+ msgstr ""
10265
+
10266
+ #: includes/widgets/htmega_tabs.php:373
10267
+ msgid "Separator"
10268
+ msgstr ""
10269
+
10270
+ #: includes/widgets/htmega_tabs.php:361
10271
+ msgid "Separator Area"
10272
+ msgstr ""
10273
+
10274
+ #: includes/widgets/htmega_blockquote.php:415
10275
+ #: includes/widgets/htmega_tabs.php:387
10276
+ msgid "Separator Color"
10277
+ msgstr ""
10278
+
10279
+ #: includes/widgets/htmega_blockquote.php:460
10280
+ #: includes/widgets/htmega_tabs.php:403
10281
+ msgid "Separator Height"
10282
+ msgstr ""
10283
+
10284
+ #: includes/widgets/htmega_blockquote.php:400
10285
+ #: includes/widgets/htmega_countdown.php:716
10286
+ #: includes/widgets/htmega_tabs.php:462
10287
+ msgid "Separator Position"
10288
+ msgstr ""
10289
+
10290
+ #: includes/widgets/htmega_section_title.php:480
10291
+ msgid "Separator Specing"
10292
+ msgstr ""
10293
+
10294
+ #: includes/widgets/htmega_blockquote.php:430
10295
+ #: includes/widgets/htmega_countdown.php:882
10296
+ #: includes/widgets/htmega_tabs.php:434
10297
+ msgid "Separator Width"
10298
+ msgstr ""
10299
+
10300
+ #: includes/widgets/htmega_working_process.php:474
10301
+ msgid "Seperator Height"
10302
+ msgstr ""
10303
+
10304
+ #: includes/widgets/htmega_working_process.php:499
10305
+ msgid "Seperator Width"
10306
+ msgstr ""
10307
+
10308
+ #: includes/widgets/htmega_booked_calender.php:117
10309
+ msgid "September"
10310
+ msgstr ""
10311
+
10312
+ #: includes/widgets_control.php:303 admin/include/admin-setting.php:463
10313
+ #: includes/widgets/htmega_service.php:15
10314
+ #: includes/widgets/htmega_service.php:36
10315
+ msgid "Service"
10316
+ msgstr ""
10317
+
10318
+ #: includes/widgets/htmega_service.php:138
10319
+ msgid "Service Button text"
10320
+ msgstr ""
10321
+
10322
+ #: includes/widgets/htmega_service.php:129
10323
+ msgid "Service description"
10324
+ msgstr ""
10325
+
10326
+ #: includes/widgets/htmega_service.php:69
10327
+ msgid "Service Icon Type"
10328
+ msgstr ""
10329
+
10330
+ #: includes/widgets/htmega_service.php:147
10331
+ msgid "Service Link"
10332
+ msgstr ""
10333
+
10334
+ #: includes/widgets/htmega_service.php:60
10335
+ msgid "Service Title"
10336
+ msgstr ""
10337
+
10338
+ #: includes/widgets/htmega_service.php:62
10339
+ msgid "Services Title"
10340
+ msgstr ""
10341
+
10342
+ #: includes/class.htmega.php:187 admin/include/admin-setting.php:47
10343
+ #: admin/include/admin-setting.php:48
10344
+ #: extensions/ht-builder/widgets/bl_post_archive.php:36
10345
+ #: extensions/ht-menu/menu/templates.php:40
10346
+ msgid "Settings"
10347
+ msgstr ""
10348
+
10349
+ #: includes/widgets/htmega_button.php:479
10350
+ msgid "Shadow 1"
10351
+ msgstr ""
10352
+
10353
+ #: includes/widgets/htmega_button.php:480
10354
+ msgid "Shadow 2"
10355
+ msgstr ""
10356
+
10357
+ #: includes/widgets/htmega_newsticker.php:522
10358
+ msgid "Shape Color"
10359
+ msgstr ""
10360
+
10361
+ #: includes/widgets/htmega_buddy_press.php:115
10362
+ #: includes/widgets/htmega_buddy_press.php:128
10363
+ #: includes/widgets/htmega_buddy_press.php:143
10364
+ #: includes/widgets/htmega_buddy_press.php:158
10365
+ #: includes/widgets/htmega_data_table.php:60
10366
+ #: includes/widgets/htmega_data_table.php:85
10367
+ #: includes/widgets/htmega_data_table.php:97
10368
+ #: includes/widgets/htmega_data_table.php:109
10369
+ #: includes/widgets/htmega_data_table.php:121
10370
+ #: includes/widgets/htmega_double_button.php:80
10371
+ #: includes/widgets/htmega_gravity_forms.php:79
10372
+ #: includes/widgets/htmega_gravity_forms.php:91
10373
+ #: includes/widgets/htmega_instagram.php:177
10374
+ #: includes/widgets/htmega_instagram.php:189
10375
+ #: includes/widgets/htmega_instagram.php:279
10376
+ #: includes/widgets/htmega_newsticker.php:303
10377
+ #: includes/widgets/htmega_popover.php:129
10378
+ #: includes/widgets/htmega_popover.php:206
10379
+ #: includes/widgets/htmega_scroll_image.php:122
10380
+ #: includes/widgets/htmega_socialshere.php:358
10381
+ #: includes/widgets/htmega_tooltip.php:129
10382
+ #: includes/widgets/htmega_twitter_feed.php:146
10383
+ #: includes/widgets/htmega_twitter_feed.php:158
10384
+ #: includes/widgets/htmega_twitter_feed.php:170
10385
+ #: includes/widgets/htmega_twitter_feed.php:182
10386
+ #: includes/widgets/htmega_twitter_feed.php:194
10387
+ #: includes/widgets/htmega_twitter_feed.php:208
10388
+ #: includes/widgets/htmega_user_login_form.php:79
10389
+ #: includes/widgets/htmega_user_login_form.php:187
10390
+ #: includes/widgets/htmega_user_login_form.php:198
10391
+ #: includes/widgets/htmega_user_login_form.php:289
10392
+ #: includes/widgets/htmega_user_login_form.php:316
10393
+ #: includes/widgets/htmega_user_login_form.php:328
10394
+ #: includes/widgets/htmega_wc_add_to_cart.php:72
10395
+ #: includes/widgets/htmega_wpforms.php:77
10396
+ #: includes/widgets/htmega_wpforms.php:89
10397
+ #: extensions/ht-builder/widgets/bl_post_archive.php:101
10398
+ #: extensions/ht-builder/widgets/bl_post_archive.php:113
10399
+ #: extensions/ht-builder/widgets/bl_post_archive.php:125
10400
+ #: extensions/ht-builder/widgets/bl_post_archive.php:137
10401
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:47
10402
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:72
10403
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:84
10404
+ msgid "Show"
10405
+ msgstr ""
10406
+
10407
+ #: includes/widgets/htmega_buddy_press.php:126
10408
+ msgid "Show Active Time"
10409
+ msgstr ""
10410
+
10411
+ #: includes/widgets/htmega_easy_digital_download.php:140
10412
+ #: includes/widgets/htmega_toggle.php:45 includes/widgets/htmega_toggle.php:46
10413
+ #: includes/widgets/htmega_wc_categories.php:80
10414
+ msgid "Show All"
10415
+ msgstr ""
10416
+
10417
+ #: includes/widgets/htmega_notify.php:143
10418
+ msgid "Show Animation"
10419
+ msgstr ""
10420
+
10421
+ #: includes/widgets/htmega_twitter_feed.php:156
10422
+ msgid "Show Author Image"
10423
+ msgstr ""
10424
+
10425
+ #: includes/widgets/htmega_twitter_feed.php:168
10426
+ msgid "Show Author Name"
10427
+ msgstr ""
10428
+
10429
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:70
10430
+ msgid "Show Avatar Image"
10431
+ msgstr ""
10432
+
10433
+ #: includes/widgets/htmega_scroll_image.php:120
10434
+ msgid "Show Badge"
10435
+ msgstr ""
10436
+
10437
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:82
10438
+ msgid "Show Biography"
10439
+ msgstr ""
10440
+
10441
+ #: includes/widgets/htmega_easy_digital_download.php:106
10442
+ msgid "Show Buy Button"
10443
+ msgstr ""
10444
+
10445
+ #: includes/widgets/htmega_instagram.php:175
10446
+ msgid "Show Caption"
10447
+ msgstr ""
10448
+
10449
+ #: extensions/ht-builder/widgets/bl_post_archive.php:111
10450
+ msgid "Show Category"
10451
+ msgstr ""
10452
+
10453
+ #: includes/widgets/htmega_easy_digital_download.php:86
10454
+ msgid "Show Content"
10455
+ msgstr ""
10456
+
10457
+ #: includes/widgets/htmega_videoplayer.php:198
10458
+ msgid "Show Controller Button"
10459
+ msgstr ""
10460
+
10461
+ #: includes/widgets/htmega_gravity_forms.php:88
10462
+ msgid "Show Description"
10463
+ msgstr ""
10464
+
10465
+ #: includes/widgets/htmega_download_monitor.php:96
10466
+ msgid "Show Download Count"
10467
+ msgstr ""
10468
+
10469
+ #: includes/widgets/htmega_download_monitor.php:84
10470
+ msgid "Show File Size"
10471
+ msgstr ""
10472
+
10473
+ #: includes/widgets/htmega_download_monitor.php:72
10474
+ msgid "Show File Type"
10475
+ msgstr ""
10476
+
10477
+ #: includes/widgets/htmega_instagram.php:277
10478
+ msgid "Show Follow Button"
10479
+ msgstr ""
10480
+
10481
+ #: includes/widgets/htmega_instragram_feed.php:117
10482
+ msgid "Show Follow Text"
10483
+ msgstr ""
10484
+
10485
+ #: includes/widgets/htmega_buddy_press.php:156
10486
+ msgid "Show Friend Count"
10487
+ msgstr ""
10488
+
10489
+ #: includes/widgets/htmega_instragram_feed.php:82
10490
+ msgid "Show Header"
10491
+ msgstr ""
10492
+
10493
+ #: includes/widgets/htmega_user_login_form.php:77
10494
+ msgid "Show Heading And Content"
10495
+ msgstr ""
10496
+
10497
+ #: includes/widgets/htmega_notify.php:60
10498
+ msgid "Show Info"
10499
+ msgstr ""
10500
+
10501
+ #: includes/widgets/htmega_instagram.php:187
10502
+ msgid "Show Light Box"
10503
+ msgstr ""
10504
+
10505
+ #: includes/widgets/htmega_popover.php:127
10506
+ #: includes/widgets/htmega_tooltip.php:127
10507
+ msgid "Show Link"
10508
+ msgstr ""
10509
+
10510
+ #: includes/widgets/htmega_buddy_press.php:113
10511
+ msgid "Show Meta Info"
10512
+ msgstr ""
10513
+
10514
+ #: includes/widgets/htmega_easy_digital_download.php:116
10515
+ msgid "Show Pagination"
10516
+ msgstr ""
10517
+
10518
+ #: extensions/ht-builder/widgets/bl_post_archive.php:123
10519
+ msgid "Show Post Meta"
10520
+ msgstr ""
10521
+
10522
+ #: includes/widgets/htmega_easy_digital_download.php:96
10523
+ msgid "Show Price"
10524
+ msgstr ""
10525
+
10526
+ #: includes/widgets/htmega_wc_add_to_cart.php:69
10527
+ msgid "Show Quantity"
10528
+ msgstr ""
10529
+
10530
+ #: extensions/ht-builder/widgets/bl_post_archive.php:135
10531
+ msgid "Show Read More Button"
10532
+ msgstr ""
10533
+
10534
+ #: includes/widgets/htmega_buddy_press.php:141
10535
+ msgid "Show Register Time"
10536
+ msgstr ""
10537
+
10538
+ #: includes/widgets/htmega_twitter_feed.php:192
10539
+ msgid "Show Relative Time"
10540
+ msgstr ""
10541
+
10542
+ #: includes/widgets/htmega_data_table.php:58
10543
+ msgid "Show Sorting Options"
10544
+ msgstr ""
10545
+
10546
+ #: includes/widgets/htmega_easy_digital_download.php:76
10547
+ msgid "Show Thumbnail"
10548
+ msgstr ""
10549
+
10550
+ #: includes/widgets/htmega_twitter_feed.php:180
10551
+ msgid "Show Time"
10552
+ msgstr ""
10553
+
10554
+ #: includes/widgets/htmega_twitter_feed.php:206
10555
+ msgid "Show Time Icon"
10556
+ msgstr ""
10557
+
10558
+ #: includes/widgets/htmega_gravity_forms.php:76
10559
+ #: extensions/ht-builder/widgets/bl_post_archive.php:99
10560
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:45
10561
+ msgid "Show Title"
10562
+ msgstr ""
10563
+
10564
+ #: includes/widgets/htmega_twitter_feed.php:144
10565
+ msgid "Show Twitter Meta"
10566
+ msgstr ""
10567
+
10568
+ #: includes/widgets/htmega_videoplayer.php:210
10569
+ msgid "Show video source Logo"
10570
+ msgstr ""
10571
+
10572
+ #: includes/widgets/htmega_offcanvas.php:61
10573
+ msgid "Sidebar"
10574
+ msgstr ""
10575
+
10576
+ #: includes/widgets/htmega_user_login_form.php:133
10577
+ #: includes/widgets/htmega_user_login_form.php:134
10578
+ msgid "Sign Up"
10579
+ msgstr ""
10580
+
10581
+ #: extensions/ht-builder/admin/setting.php:64
10582
+ msgid "Single Blog Template."
10583
+ msgstr ""
10584
+
10585
+ #: includes/widgets/htmega_bbpress.php:56
10586
+ msgid "Single Forum"
10587
+ msgstr ""
10588
+
10589
+ #: includes/widgets/htmega_easy_digital_download.php:225
10590
+ #: includes/widgets/htmega_twitter_feed.php:543
10591
+ msgid "Single Item"
10592
+ msgstr ""
10593
+
10594
+ #: admin/include/admin-setting.php:471
10595
+ #: includes/widgets/htmega_singlepost.php:15
10596
+ #: includes/widgets/htmega_singlepost.php:36
10597
+ msgid "Single Post"
10598
+ msgstr ""
10599
+
10600
+ #: includes/widgets/htmega_wc_element_pages.php:59
10601
+ msgid "Single Product Page"
10602
+ msgstr ""
10603
+
10604
+ #: includes/widgets/htmega_bbpress.php:61
10605
+ msgid "Single Reply"
10606
+ msgstr ""
10607
+
10608
+ #: includes/widgets/htmega_bbpress.php:63
10609
+ msgid "Single Tag"
10610
+ msgstr ""
10611
+
10612
+ #: includes/widgets/htmega_bbpress.php:59
10613
+ msgid "Single Topic"
10614
+ msgstr ""
10615
+
10616
+ #: includes/widgets/htmega_bbpress.php:64
10617
+ msgid "Single View"
10618
+ msgstr ""
10619
+
10620
+ #: includes/widgets_control.php:308
10621
+ msgid "SinglePost"
10622
+ msgstr ""
10623
+
10624
+ #: includes/widgets/htmega_user_login_form.php:131
10625
+ msgid "SingUp Text"
10626
+ msgstr ""
10627
+
10628
+ #: admin/include/admin-setting.php:814 admin/include/admin-setting.php:815
10629
+ #: extensions/ht-builder/widgets/bl_site_logo.php:69
10630
+ msgid "Site Logo"
10631
+ msgstr ""
10632
+
10633
+ #: admin/include/admin-setting.php:805 admin/include/admin-setting.php:806
10634
+ #: extensions/ht-builder/widgets/bl_site_logo.php:41
10635
+ #: extensions/ht-builder/widgets/bl_site_title.php:39
10636
+ #: extensions/ht-builder/widgets/bl_site_title.php:60
10637
+ #: extensions/ht-builder/widgets/bl_site_title.php:170
10638
+ msgid "Site Title"
10639
+ msgstr ""
10640
+
10641
+ #: includes/widgets/htmega_image_grid.php:67
10642
+ #: includes/widgets/htmega_image_masonry.php:75
10643
+ #: includes/widgets/htmega_testimonial_grid.php:78
10644
+ msgid "Six"
10645
+ msgstr ""
10646
+
10647
+ #: includes/widgets/htmega_counter.php:837
10648
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:181
10649
+ msgid "Size"
10650
+ msgstr ""
10651
+
10652
+ #: includes/widgets/htmega_double_button.php:78
10653
+ msgid "Skew Background"
10654
+ msgstr ""
10655
+
10656
+ #: includes/widgets/htmega_socialshere.php:88
10657
+ msgid "Skype"
10658
+ msgstr ""
10659
+
10660
+ #: includes/widgets/htmega_animated_heading.php:73
10661
+ msgid "Slide"
10662
+ msgstr ""
10663
+
10664
+ #: includes/widgets/htmega_carousel.php:112
10665
+ #: includes/widgets/htmega_instagram.php:199
10666
+ #: includes/widgets/htmega_panel_slider.php:138
10667
+ #: includes/widgets/htmega_post_slider.php:276
10668
+ #: includes/widgets/htmega_twitter_feed.php:217
10669
+ msgid "Slider"
10670
+ msgstr ""
10671
+
10672
+ #: includes/widgets/htmega_carousel.php:152
10673
+ #: includes/widgets/htmega_instagram.php:347
10674
+ #: includes/widgets/htmega_panel_slider.php:212
10675
+ #: includes/widgets/htmega_post_slider.php:316
10676
+ #: includes/widgets/htmega_slider_thumb_gallery.php:157
10677
+ #: includes/widgets/htmega_twitter_feed.php:274
10678
+ msgid "Slider Arrow"
10679
+ msgstr ""
10680
+
10681
+ #: includes/widgets/htmega_instagram.php:449
10682
+ #: includes/widgets/htmega_panel_slider.php:314
10683
+ #: includes/widgets/htmega_post_slider.php:434
10684
+ #: includes/widgets/htmega_slider_thumb_gallery.php:248
10685
+ #: includes/widgets/htmega_twitter_feed.php:376
10686
+ msgid "Slider auto play"
10687
+ msgstr ""
10688
+
10689
+ #: includes/widgets/htmega_carousel.php:254
10690
+ msgid "Slider autoplay"
10691
+ msgstr ""
10692
+
10693
+ #: includes/widgets/htmega_scroll_navigation.php:126
10694
+ msgid "Slider Direction"
10695
+ msgstr ""
10696
+
10697
+ #: includes/widgets/htmega_carousel.php:197
10698
+ #: includes/widgets/htmega_instagram.php:392
10699
+ #: includes/widgets/htmega_panel_slider.php:257
10700
+ #: includes/widgets/htmega_post_slider.php:361
10701
+ #: includes/widgets/htmega_slider_thumb_gallery.php:198
10702
+ #: includes/widgets/htmega_twitter_feed.php:319
10703
+ msgid "Slider dots"
10704
+ msgstr ""
10705
+
10706
+ #: includes/widgets/htmega_post_slider.php:614
10707
+ msgid "Slider Image Max Height"
10708
+ msgstr ""
10709
+
10710
+ #: includes/widgets/htmega_post_slider.php:600
10711
+ msgid "Slider Image Style"
10712
+ msgstr ""
10713
+
10714
+ #: includes/widgets/htmega_carousel.php:293
10715
+ #: includes/widgets/htmega_carousel.php:335
10716
+ #: includes/widgets/htmega_carousel.php:390
10717
+ #: includes/widgets/htmega_instagram.php:488
10718
+ #: includes/widgets/htmega_instagram.php:530
10719
+ #: includes/widgets/htmega_instagram.php:585
10720
+ #: includes/widgets/htmega_panel_slider.php:353
10721
+ #: includes/widgets/htmega_panel_slider.php:395
10722
+ #: includes/widgets/htmega_panel_slider.php:450
10723
+ #: includes/widgets/htmega_post_slider.php:473
10724
+ #: includes/widgets/htmega_post_slider.php:515
10725
+ #: includes/widgets/htmega_post_slider.php:570
10726
+ #: includes/widgets/htmega_slider_thumb_gallery.php:281
10727
+ #: includes/widgets/htmega_slider_thumb_gallery.php:317
10728
+ #: includes/widgets/htmega_slider_thumb_gallery.php:364
10729
+ #: includes/widgets/htmega_twitter_feed.php:415
10730
+ #: includes/widgets/htmega_twitter_feed.php:457
10731
+ #: includes/widgets/htmega_twitter_feed.php:512
10732
+ msgid "Slider item to scroll"
10733
+ msgstr ""
10734
+
10735
+ #: includes/widgets/htmega_carousel.php:137
10736
+ #: includes/widgets/htmega_carousel.php:320
10737
+ #: includes/widgets/htmega_carousel.php:375
10738
+ #: includes/widgets/htmega_instagram.php:332
10739
+ #: includes/widgets/htmega_instagram.php:515
10740
+ #: includes/widgets/htmega_instagram.php:570
10741
+ #: includes/widgets/htmega_panel_slider.php:163
10742
+ #: includes/widgets/htmega_panel_slider.php:380
10743
+ #: includes/widgets/htmega_panel_slider.php:435
10744
+ #: includes/widgets/htmega_post_slider.php:301
10745
+ #: includes/widgets/htmega_post_slider.php:500
10746
+ #: includes/widgets/htmega_post_slider.php:555
10747
+ #: includes/widgets/htmega_slider_thumb_gallery.php:144
10748
+ #: includes/widgets/htmega_slider_thumb_gallery.php:304
10749
+ #: includes/widgets/htmega_slider_thumb_gallery.php:351
10750
+ #: includes/widgets/htmega_twitter_feed.php:242
10751
+ #: includes/widgets/htmega_twitter_feed.php:442
10752
+ #: includes/widgets/htmega_twitter_feed.php:497
10753
+ msgid "Slider Items"
10754
+ msgstr ""
10755
+
10756
+ #: includes/widgets/htmega_scroll_navigation.php:210
10757
+ msgid "Slider Navigation"
10758
+ msgstr ""
10759
+
10760
+ #: includes/widgets/htmega_carousel.php:127
10761
+ #: includes/widgets/htmega_instagram.php:322
10762
+ #: includes/widgets/htmega_panel_slider.php:153
10763
+ #: includes/widgets/htmega_post_slider.php:291
10764
+ #: includes/widgets/htmega_slider_thumb_gallery.php:137
10765
+ #: includes/widgets/htmega_twitter_feed.php:232
10766
+ msgid "Slider Option"
10767
+ msgstr ""
10768
+
10769
+ #: includes/widgets/htmega_scroll_navigation.php:119
10770
+ msgid "Slider Options"
10771
+ msgstr ""
10772
+
10773
+ #: includes/widgets/htmega_scroll_navigation.php:220
10774
+ msgid "Slider Pagination"
10775
+ msgstr ""
10776
+
10777
+ #: includes/widgets/htmega_panel_slider.php:78
10778
+ msgid "Slider Sub Title"
10779
+ msgstr ""
10780
+
10781
+ #: includes/widgets_control.php:313
10782
+ msgid "Slider Thumb Gallery"
10783
+ msgstr ""
10784
+
10785
+ #: includes/widgets/htmega_slider_thumb_gallery.php:43
10786
+ msgid "Slider Thumbnail"
10787
+ msgstr ""
10788
+
10789
+ #: admin/include/admin-setting.php:479
10790
+ #: includes/widgets/htmega_slider_thumb_gallery.php:14
10791
+ msgid "Slider Thumbnail Gallery"
10792
+ msgstr ""
10793
+
10794
+ #: includes/widgets/htmega_panel_slider.php:69
10795
+ msgid "Slider Title"
10796
+ msgstr ""
10797
+
10798
+ #: includes/widgets/htmega_scroll_navigation.php:191
10799
+ msgid "Slider Visible Item"
10800
+ msgstr ""
10801
+
10802
+ #: includes/widgets/htmega_easy_digital_download.php:199
10803
+ #: includes/widgets/htmega_wc_categories.php:130
10804
+ msgid "Slug"
10805
+ msgstr ""
10806
+
10807
+ #: includes/widgets/htmega_booked_calender.php:167
10808
+ #: includes/widgets/htmega_button.php:86
10809
+ #: includes/widgets/htmega_double_button.php:46
10810
+ msgid "Small"
10811
+ msgstr ""
10812
+
10813
+ #: includes/widgets/htmega_socialshere.php:58
10814
+ #: includes/widgets/htmega_teammember.php:205
10815
+ #: includes/widgets/htmega_teammember.php:955
10816
+ msgid "Social Media"
10817
+ msgstr ""
10818
+
10819
+ #: admin/include/admin-setting.php:487
10820
+ #: includes/widgets/htmega_socialshere.php:13
10821
+ #: includes/widgets/htmega_socialshere.php:49
10822
+ msgid "Social Share"
10823
+ msgstr ""
10824
+
10825
+ #: admin/include/admin-setting.php:842
10826
+ msgid "Social share"
10827
+ msgstr ""
10828
+
10829
+ #: admin/include/admin-setting.php:841
10830
+ msgid "Social Share <span>( Pro )</span>"
10831
+ msgstr ""
10832
+
10833
+ #: includes/widgets_control.php:318
10834
+ msgid "SocialShere"
10835
+ msgstr ""
10836
+
10837
+ #: includes/helper-function.php:399
10838
+ msgid "Something is wrong please check again!"
10839
+ msgstr ""
10840
+
10841
+ #: includes/helper-function.php:421
10842
+ msgid "Sorry, that username already exists!"
10843
+ msgstr ""
10844
+
10845
+ #: includes/helper-function.php:425
10846
+ msgid "Sorry, the username you entered is not valid"
10847
+ msgstr ""
10848
+
10849
+ #: admin/include/template-library.php:390
10850
+ msgid "Sorry, you are not allowed to install themes on this site."
10851
+ msgstr ""
10852
+
10853
+ #: includes/widgets/htmega_data_table.php:73
10854
+ msgid "Sorting Options"
10855
+ msgstr ""
10856
+
10857
+ #: includes/widgets/htmega_data_table.php:1063
10858
+ msgid "Sorting Ordering After Color"
10859
+ msgstr ""
10860
+
10861
+ #: includes/widgets/htmega_data_table.php:1047
10862
+ msgid "Sorting Ordering Before Color"
10863
+ msgstr ""
10864
+
10865
+ #: includes/widgets/htmega_data_table.php:1031
10866
+ msgid "Sorting Ordering Color"
10867
+ msgstr ""
10868
+
10869
+ #: includes/widgets/htmega_data_table.php:788
10870
+ msgid "Sorting Style"
10871
+ msgstr ""
10872
+
10873
+ #: includes/widgets/htmega_videoplayer.php:174
10874
+ msgid "Sound Mute"
10875
+ msgstr ""
10876
+
10877
+ #: includes/widgets/htmega_gallery_justify.php:67
10878
+ msgid "Space"
10879
+ msgstr ""
10880
+
10881
+ #: includes/widgets/htmega_user_login_form.php:433
10882
+ msgid "Space Around"
10883
+ msgstr ""
10884
+
10885
+ #: includes/widgets/htmega_user_login_form.php:432
10886
+ msgid "Space Between"
10887
+ msgstr ""
10888
+
10889
+ #: includes/widgets/htmega_user_login_form.php:434
10890
+ msgid "Space Evenly"
10891
+ msgstr ""
10892
+
10893
+ #: includes/widgets/htmega_popover.php:216
10894
+ #: includes/widgets/htmega_tooltip.php:192
10895
+ msgid "Space With Button"
10896
+ msgstr ""
10897
+
10898
+ #: includes/widgets/htmega_caldera_form.php:120
10899
+ #: includes/widgets/htmega_caldera_form.php:164
10900
+ msgid "Space(px)"
10901
+ msgstr ""
10902
+
10903
+ #: includes/helper-function.php:183
10904
+ msgid "span"
10905
+ msgstr ""
10906
+
10907
+ #: includes/widgets_control.php:103
10908
+ msgid "Special day Banner"
10909
+ msgstr ""
10910
+
10911
+ #: admin/include/admin-setting.php:143
10912
+ #: includes/widgets/htmega_special_day_banner.php:14
10913
+ msgid "Special Day Offer"
10914
+ msgstr ""
10915
+
10916
+ #: includes/widgets/htmega_scroll_image.php:149
10917
+ #: includes/widgets/htmega_scroll_navigation.php:182
10918
+ msgid "Speed"
10919
+ msgstr ""
10920
+
10921
+ #: includes/widgets/htmega_accordion.php:1000
10922
+ #: includes/widgets/htmega_counter.php:70
10923
+ #: includes/widgets/htmega_user_login_form.php:429
10924
+ msgid "Start"
10925
+ msgstr ""
10926
+
10927
+ #: includes/widgets/htmega_bbpress.php:65
10928
+ msgid "Stats"
10929
+ msgstr ""
10930
+
10931
+ #: includes/widgets/htmega_progress_bar.php:75
10932
+ msgid "Striped"
10933
+ msgstr ""
10934
+
10935
+ #: includes/widgets/htmega_progress_bar.php:87
10936
+ msgid "Striped Animated"
10937
+ msgstr ""
10938
+
10939
+ #: includes/widgets/htmega_section_title.php:656
10940
+ #: includes/widgets/htmega_section_title.php:1045
10941
+ msgid "Stroke"
10942
+ msgstr ""
10943
+
10944
+ #: includes/widgets/htmega_section_title.php:666
10945
+ #: includes/widgets/htmega_section_title.php:1055
10946
+ msgid "Stroke Color"
10947
+ msgstr ""
10948
+
10949
+ #: includes/widgets/htmega_section_title.php:680
10950
+ #: includes/widgets/htmega_section_title.php:1069
10951
+ msgid "Stroke Fill Width"
10952
+ msgstr ""
10953
+
10954
+ #: includes/widgets/htmega_socialshere.php:77
10955
+ msgid "Stumbleupon"
10956
+ msgstr ""
10957
+
10958
+ #: includes/widgets/htmega_accordion.php:51
10959
+ #: includes/widgets/htmega_add_banner.php:41
10960
+ #: includes/widgets/htmega_blockquote.php:172
10961
+ #: includes/widgets/htmega_booked_calender.php:50
10962
+ #: includes/widgets/htmega_brand.php:42 includes/widgets/htmega_brand.php:120
10963
+ #: includes/widgets/htmega_call_to_action.php:39
10964
+ #: includes/widgets/htmega_carousel.php:50
10965
+ #: includes/widgets/htmega_contact_form_seven.php:51
10966
+ #: includes/widgets/htmega_countdown.php:94
10967
+ #: includes/widgets/htmega_counter.php:49
10968
+ #: includes/widgets/htmega_dropcaps.php:42
10969
+ #: includes/widgets/htmega_errorcontent.php:50
10970
+ #: includes/widgets/htmega_errorcontent.php:238
10971
+ #: includes/widgets/htmega_imagemarker.php:121
10972
+ #: includes/widgets/htmega_image_grid.php:42
10973
+ #: includes/widgets/htmega_image_magnifier.php:102
10974
+ #: includes/widgets/htmega_image_masonry.php:50
10975
+ #: includes/widgets/htmega_inlinemenu.php:53
10976
+ #: includes/widgets/htmega_instagram.php:51
10977
+ #: includes/widgets/htmega_instagram.php:616
10978
+ #: includes/widgets/htmega_instragram_feed.php:145
10979
+ #: includes/widgets/htmega_mailchimp_wp.php:50
10980
+ #: includes/widgets/htmega_mailchimp_wp.php:81
10981
+ #: includes/widgets/htmega_newsticker.php:50
10982
+ #: includes/widgets/htmega_notify.php:270
10983
+ #: includes/widgets/htmega_offcanvas.php:308
10984
+ #: includes/widgets/htmega_panel_slider.php:52
10985
+ #: includes/widgets/htmega_popover.php:253
10986
+ #: includes/widgets/htmega_post_slider.php:1422
10987
+ #: includes/widgets/htmega_pricing_list_view.php:307
10988
+ #: includes/widgets/htmega_pricing_list_view.php:681
10989
+ #: includes/widgets/htmega_progress_bar.php:57
10990
+ #: includes/widgets/htmega_progress_bar.php:71
10991
+ #: includes/widgets/htmega_search.php:42 includes/widgets/htmega_service.php:42
10992
+ #: includes/widgets/htmega_singlepost.php:42
10993
+ #: includes/widgets/htmega_socialshere.php:399
10994
+ #: includes/widgets/htmega_switcher.php:41
10995
+ #: includes/widgets/htmega_switcher.php:238 includes/widgets/htmega_tabs.php:41
10996
+ #: includes/widgets/htmega_tabs.php:128
10997
+ #: includes/widgets/htmega_teammember.php:50
10998
+ #: includes/widgets/htmega_testimonial_grid.php:41
10999
+ #: includes/widgets/htmega_twitter_feed.php:55
11000
+ #: includes/widgets/htmega_user_login_form.php:50
11001
+ #: includes/widgets/htmega_user_login_form.php:549
11002
+ #: includes/widgets/htmega_weather.php:65
11003
+ #: includes/widgets/htmega_working_process.php:42
11004
+ #: extensions/ht-builder/widgets/bl_site_logo.php:99
11005
+ msgid "Style"
11006
+ msgstr ""
11007
+
11008
+ #: includes/widgets/htmega_inlinemenu.php:64
11009
+ #: includes/widgets/htmega_teammember.php:61
11010
+ msgid "Style Eight"
11011
+ msgstr ""
11012
+
11013
+ #: includes/widgets/htmega_add_banner.php:49
11014
+ #: includes/widgets/htmega_animated_heading.php:57
11015
+ #: includes/widgets/htmega_brand.php:50
11016
+ #: includes/widgets/htmega_call_to_action.php:47
11017
+ #: includes/widgets/htmega_carousel.php:58
11018
+ #: includes/widgets/htmega_contact_form_seven.php:59
11019
+ #: includes/widgets/htmega_counter.php:57
11020
+ #: includes/widgets/htmega_dropcaps.php:50
11021
+ #: includes/widgets/htmega_imagemarker.php:129
11022
+ #: includes/widgets/htmega_image_grid.php:50
11023
+ #: includes/widgets/htmega_image_masonry.php:58
11024
+ #: includes/widgets/htmega_inlinemenu.php:61
11025
+ #: includes/widgets/htmega_mailchimp_wp.php:58
11026
+ #: includes/widgets/htmega_newsticker.php:58
11027
+ #: includes/widgets/htmega_search.php:50
11028
+ #: includes/widgets/htmega_section_title.php:49
11029
+ #: includes/widgets/htmega_service.php:50 includes/widgets/htmega_tabs.php:49
11030
+ #: includes/widgets/htmega_teammember.php:58
11031
+ #: includes/widgets/htmega_testimonial_grid.php:49
11032
+ #: includes/widgets/htmega_twitter_feed.php:63
11033
+ #: includes/widgets/htmega_user_login_form.php:58
11034
+ #: includes/widgets/htmega_working_process.php:50
11035
+ msgid "Style Five"
11036
+ msgstr ""
11037
+
11038
+ #: includes/widgets/htmega_accordion.php:58
11039
+ #: includes/widgets/htmega_add_banner.php:48
11040
+ #: includes/widgets/htmega_animated_heading.php:56
11041
+ #: includes/widgets/htmega_brand.php:49
11042
+ #: includes/widgets/htmega_call_to_action.php:46
11043
+ #: includes/widgets/htmega_carousel.php:57
11044
+ #: includes/widgets/htmega_contact_form_seven.php:58
11045
+ #: includes/widgets/htmega_counter.php:56
11046
+ #: includes/widgets/htmega_dropcaps.php:49
11047
+ #: includes/widgets/htmega_errorcontent.php:57
11048
+ #: includes/widgets/htmega_imagemarker.php:128
11049
+ #: includes/widgets/htmega_image_grid.php:49
11050
+ #: includes/widgets/htmega_image_masonry.php:57
11051
+ #: includes/widgets/htmega_inlinemenu.php:60
11052
+ #: includes/widgets/htmega_instagram.php:58
11053
+ #: includes/widgets/htmega_mailchimp_wp.php:57
11054
+ #: includes/widgets/htmega_newsticker.php:57
11055
+ #: includes/widgets/htmega_panel_slider.php:59
11056
+ #: includes/widgets/htmega_search.php:49
11057
+ #: includes/widgets/htmega_section_title.php:48
11058
+ #: includes/widgets/htmega_service.php:49
11059
+ #: includes/widgets/htmega_singlepost.php:49
11060
+ #: includes/widgets/htmega_tabs.php:48
11061
+ #: includes/widgets/htmega_teammember.php:57
11062
+ #: includes/widgets/htmega_testimonial_grid.php:48
11063
+ #: includes/widgets/htmega_twitter_feed.php:62
11064
+ #: includes/widgets/htmega_user_login_form.php:57
11065
+ #: includes/widgets/htmega_weather.php:72
11066
+ #: includes/widgets/htmega_working_process.php:49
11067
+ msgid "Style Four"
11068
+ msgstr ""
11069
+
11070
+ #: includes/widgets/htmega_countdown.php:101
11071
+ msgid "Style Four (Flip)"
11072
+ msgstr ""
11073
+
11074
+ #: includes/widgets/htmega_inlinemenu.php:65
11075
+ msgid "Style Nine"
11076
+ msgstr ""
11077
+
11078
+ #: includes/widgets/htmega_accordion.php:55
11079
+ #: includes/widgets/htmega_add_banner.php:45
11080
+ #: includes/widgets/htmega_animated_heading.php:53
11081
+ #: includes/widgets/htmega_brand.php:46 includes/widgets/htmega_button.php:46
11082
+ #: includes/widgets/htmega_call_to_action.php:43
11083
+ #: includes/widgets/htmega_carousel.php:54
11084
+ #: includes/widgets/htmega_carousel.php:433
11085
+ #: includes/widgets/htmega_contact_form_seven.php:55
11086
+ #: includes/widgets/htmega_counter.php:53
11087
+ #: includes/widgets/htmega_dropcaps.php:46
11088
+ #: includes/widgets/htmega_errorcontent.php:54
11089
+ #: includes/widgets/htmega_imagemarker.php:125
11090
+ #: includes/widgets/htmega_image_grid.php:46
11091
+ #: includes/widgets/htmega_image_masonry.php:54
11092
+ #: includes/widgets/htmega_inlinemenu.php:57
11093
+ #: includes/widgets/htmega_instagram.php:55
11094
+ #: includes/widgets/htmega_mailchimp_wp.php:54
11095
+ #: includes/widgets/htmega_newsticker.php:54
11096
+ #: includes/widgets/htmega_panel_slider.php:56
11097
+ #: includes/widgets/htmega_post_slider.php:1426
11098
+ #: includes/widgets/htmega_search.php:46
11099
+ #: includes/widgets/htmega_section_title.php:45
11100
+ #: includes/widgets/htmega_service.php:46
11101
+ #: includes/widgets/htmega_singlepost.php:46
11102
+ #: includes/widgets/htmega_tabs.php:45
11103
+ #: includes/widgets/htmega_teammember.php:54
11104
+ #: includes/widgets/htmega_teammember.php:72
11105
+ #: includes/widgets/htmega_teammember.php:87
11106
+ #: includes/widgets/htmega_testimonial_grid.php:45
11107
+ #: includes/widgets/htmega_twitter_feed.php:59
11108
+ #: includes/widgets/htmega_user_login_form.php:54
11109
+ #: includes/widgets/htmega_weather.php:69
11110
+ #: includes/widgets/htmega_working_process.php:46
11111
+ msgid "Style One"
11112
+ msgstr ""
11113
+
11114
+ #: includes/widgets/htmega_countdown.php:98
11115
+ msgid "Style one"
11116
+ msgstr ""
11117
+
11118
+ #: includes/widgets/htmega_animated_heading.php:59
11119
+ #: includes/widgets/htmega_brand.php:52
11120
+ #: includes/widgets/htmega_call_to_action.php:49
11121
+ #: includes/widgets/htmega_carousel.php:60
11122
+ #: includes/widgets/htmega_inlinemenu.php:63
11123
+ #: includes/widgets/htmega_newsticker.php:60
11124
+ #: includes/widgets/htmega_service.php:52
11125
+ #: includes/widgets/htmega_teammember.php:60
11126
+ #: includes/widgets/htmega_user_login_form.php:60
11127
+ msgid "Style Seven"
11128
+ msgstr ""
11129
+
11130
+ #: includes/widgets/htmega_add_banner.php:50
11131
+ #: includes/widgets/htmega_animated_heading.php:58
11132
+ #: includes/widgets/htmega_brand.php:51
11133
+ #: includes/widgets/htmega_call_to_action.php:48
11134
+ #: includes/widgets/htmega_carousel.php:59
11135
+ #: includes/widgets/htmega_contact_form_seven.php:60
11136
+ #: includes/widgets/htmega_counter.php:58
11137
+ #: includes/widgets/htmega_imagemarker.php:130
11138
+ #: includes/widgets/htmega_inlinemenu.php:62
11139
+ #: includes/widgets/htmega_newsticker.php:59
11140
+ #: includes/widgets/htmega_service.php:51
11141
+ #: includes/widgets/htmega_teammember.php:59
11142
+ #: includes/widgets/htmega_user_login_form.php:59
11143
+ msgid "Style Six"
11144
+ msgstr ""
11145
+
11146
+ #: includes/widgets/htmega_inlinemenu.php:66
11147
+ msgid "Style Ten"
11148
+ msgstr ""
11149
+
11150
+ #: includes/widgets/htmega_accordion.php:57
11151
+ #: includes/widgets/htmega_add_banner.php:47
11152
+ #: includes/widgets/htmega_animated_heading.php:55
11153
+ #: includes/widgets/htmega_brand.php:48
11154
+ #: includes/widgets/htmega_call_to_action.php:45
11155
+ #: includes/widgets/htmega_carousel.php:56
11156
+ #: includes/widgets/htmega_contact_form_seven.php:57
11157
+ #: includes/widgets/htmega_countdown.php:100
11158
+ #: includes/widgets/htmega_counter.php:55
11159
+ #: includes/widgets/htmega_dropcaps.php:48
11160
+ #: includes/widgets/htmega_errorcontent.php:56
11161
+ #: includes/widgets/htmega_imagemarker.php:127
11162
+ #: includes/widgets/htmega_image_grid.php:48
11163
+ #: includes/widgets/htmega_image_masonry.php:56
11164
+ #: includes/widgets/htmega_inlinemenu.php:59
11165
+ #: includes/widgets/htmega_instagram.php:57
11166
+ #: includes/widgets/htmega_mailchimp_wp.php:56
11167
+ #: includes/widgets/htmega_newsticker.php:56
11168
+ #: includes/widgets/htmega_panel_slider.php:58
11169
+ #: includes/widgets/htmega_search.php:48
11170
+ #: includes/widgets/htmega_section_title.php:47
11171
+ #: includes/widgets/htmega_service.php:48
11172
+ #: includes/widgets/htmega_singlepost.php:48
11173
+ #: includes/widgets/htmega_tabs.php:47
11174
+ #: includes/widgets/htmega_teammember.php:56
11175
+ #: includes/widgets/htmega_teammember.php:89
11176
+ #: includes/widgets/htmega_testimonial_grid.php:47
11177
+ #: includes/widgets/htmega_twitter_feed.php:61
11178
+ #: includes/widgets/htmega_user_login_form.php:56
11179
+ #: includes/widgets/htmega_weather.php:71
11180
+ #: includes/widgets/htmega_working_process.php:48
11181
+ msgid "Style Three"
11182
+ msgstr ""
11183
+
11184
+ #: includes/widgets/htmega_accordion.php:56
11185
+ #: includes/widgets/htmega_add_banner.php:46
11186
+ #: includes/widgets/htmega_animated_heading.php:54
11187
+ #: includes/widgets/htmega_brand.php:47 includes/widgets/htmega_button.php:47
11188
+ #: includes/widgets/htmega_call_to_action.php:44
11189
+ #: includes/widgets/htmega_carousel.php:55
11190
+ #: includes/widgets/htmega_carousel.php:434
11191
+ #: includes/widgets/htmega_contact_form_seven.php:56
11192
+ #: includes/widgets/htmega_countdown.php:99
11193
+ #: includes/widgets/htmega_counter.php:54
11194
+ #: includes/widgets/htmega_dropcaps.php:47
11195
+ #: includes/widgets/htmega_errorcontent.php:55
11196
+ #: includes/widgets/htmega_imagemarker.php:126
11197
+ #: includes/widgets/htmega_image_grid.php:47
11198
+ #: includes/widgets/htmega_image_masonry.php:55
11199
+ #: includes/widgets/htmega_inlinemenu.php:58
11200
+ #: includes/widgets/htmega_instagram.php:56
11201
+ #: includes/widgets/htmega_mailchimp_wp.php:55
11202
+ #: includes/widgets/htmega_newsticker.php:55
11203
+ #: includes/widgets/htmega_panel_slider.php:57
11204
+ #: includes/widgets/htmega_post_slider.php:1427
11205
+ #: includes/widgets/htmega_search.php:47
11206
+ #: includes/widgets/htmega_section_title.php:46
11207
+ #: includes/widgets/htmega_service.php:47
11208
+ #: includes/widgets/htmega_singlepost.php:47
11209
+ #: includes/widgets/htmega_tabs.php:46
11210
+ #: includes/widgets/htmega_teammember.php:55
11211
+ #: includes/widgets/htmega_teammember.php:73
11212
+ #: includes/widgets/htmega_teammember.php:88
11213
+ #: includes/widgets/htmega_testimonial_grid.php:46
11214
+ #: includes/widgets/htmega_twitter_feed.php:60
11215
+ #: includes/widgets/htmega_user_login_form.php:55
11216
+ #: includes/widgets/htmega_weather.php:70
11217
+ #: includes/widgets/htmega_working_process.php:47
11218
+ msgid "Style Two"
11219
+ msgstr ""
11220
+
11221
+ #: includes/widgets/htmega_quforms.php:199
11222
+ msgid "Sub Label"
11223
+ msgstr ""
11224
+
11225
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:337
11226
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:195
11227
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:196
11228
+ msgid "Sub Menu"
11229
+ msgstr ""
11230
+
11231
+ #: extensions/ht-menu/admin/setting.php:87
11232
+ msgid "Sub Menu Background Color"
11233
+ msgstr ""
11234
+
11235
+ #: extensions/ht-menu/admin/setting.php:94
11236
+ msgid "Sub Menu Items Color"
11237
+ msgstr ""
11238
+
11239
+ #: extensions/ht-menu/admin/setting.php:101
11240
+ msgid "Sub Menu Items Hover Color"
11241
+ msgstr ""
11242
+
11243
+ #: extensions/ht-menu/admin/setting.php:76
11244
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:203
11245
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:204
11246
+ msgid "Sub Menu Width"
11247
+ msgstr ""
11248
+
11249
+ #: includes/widgets/htmega_add_banner.php:101
11250
+ #: includes/widgets/htmega_add_banner.php:489
11251
+ #: includes/widgets/htmega_call_to_action.php:57
11252
+ #: includes/widgets/htmega_call_to_action.php:500
11253
+ #: includes/widgets/htmega_errorcontent.php:100
11254
+ #: includes/widgets/htmega_errorcontent.php:384
11255
+ #: includes/widgets/htmega_panel_slider.php:684
11256
+ #: includes/widgets/htmega_section_title.php:69
11257
+ #: includes/widgets/htmega_slider_thumb_gallery.php:74
11258
+ #: includes/widgets/htmega_special_day_banner.php:87
11259
+ #: includes/widgets/htmega_special_day_banner.php:394
11260
+ msgid "Sub Title"
11261
+ msgstr ""
11262
+
11263
+ #: includes/widgets/htmega_section_title.php:222
11264
+ msgid "Sub Title Setting"
11265
+ msgstr ""
11266
+
11267
+ #: includes/widgets/htmega_slider_thumb_gallery.php:730
11268
+ msgid "Sub Title Style"
11269
+ msgstr ""
11270
+
11271
+ #: includes/widgets/htmega_section_title.php:768
11272
+ msgid "Sub Title style"
11273
+ msgstr ""
11274
+
11275
+ #: includes/widgets/htmega_call_to_action.php:69
11276
+ msgid "Sub Title Tag"
11277
+ msgstr ""
11278
+
11279
+ #: extensions/ht-menu/menu/templates.php:68
11280
+ msgid "SubMenu Position"
11281
+ msgstr ""
11282
+
11283
+ #: includes/widgets/htmega_caldera_form.php:436
11284
+ #: includes/widgets/htmega_search.php:420
11285
+ #: includes/widgets/htmega_user_login_form.php:1085
11286
+ #: extensions/ht-builder/widgets/bl_post_comments.php:80
11287
+ msgid "Submit Button"
11288
+ msgstr ""
11289
+
11290
+ #: includes/widgets/htmega_notify.php:134
11291
+ msgid "Success"
11292
+ msgstr ""
11293
+
11294
+ #: includes/widgets/htmega_ninja_form.php:1157
11295
+ msgid "Success Style"
11296
+ msgstr ""
11297
+
11298
+ #: extensions/ht-menu/classes/class.mega-menu.php:156
11299
+ msgid "Successfully data saved"
11300
+ msgstr ""
11301
+
11302
+ #: includes/helper-function.php:401
11303
+ msgid "Successfully Register"
11304
+ msgstr ""
11305
+
11306
+ #: admin/include/admin-setting.php:1138
11307
+ #: extensions/ht-builder/admin/setting.php:196
11308
+ #: extensions/ht-menu/admin/setting.php:148
11309
+ #: extensions/wc-sales-notification/admin/setting.php:280
11310
+ msgid "Successfully Settings Saved."
11311
+ msgstr ""
11312
+
11313
+ #: includes/widgets/htmega_counter.php:1016
11314
+ msgid "Suffix"
11315
+ msgstr ""
11316
+
11317
+ #: includes/widgets/htmega_business_hours.php:168
11318
+ msgid "Sunday"
11319
+ msgstr ""
11320
+
11321
+ #: includes/widgets/htmega_socialshere.php:79
11322
+ msgid "Surfingbird"
11323
+ msgstr ""
11324
+
11325
+ #: includes/widgets/htmega_offcanvas.php:248
11326
+ msgid "SVG Icon Size"
11327
+ msgstr ""
11328
+
11329
+ #: includes/widgets/htmega_switcher.php:64
11330
+ msgid "Switch One"
11331
+ msgstr ""
11332
+
11333
+ #: includes/widgets/htmega_switcher.php:155
11334
+ msgid "Switch Two"
11335
+ msgstr ""
11336
+
11337
+ #: includes/widgets_control.php:323 admin/include/admin-setting.php:495
11338
+ #: includes/widgets/htmega_switcher.php:13
11339
+ msgid "Switcher"
11340
+ msgstr ""
11341
+
11342
+ #: includes/widgets/htmega_switcher.php:275
11343
+ msgid "Switcher Button"
11344
+ msgstr ""
11345
+
11346
+ #: includes/widgets/htmega_switcher.php:136
11347
+ msgid "Switcher Content One"
11348
+ msgstr ""
11349
+
11350
+ #: includes/widgets/htmega_switcher.php:228
11351
+ msgid "Switcher Content Two"
11352
+ msgstr ""
11353
+
11354
+ #: includes/widgets/htmega_switcher.php:34
11355
+ msgid "Switcher Layout"
11356
+ msgstr ""
11357
+
11358
+ #: includes/widgets/htmega_switcher.php:56
11359
+ msgid "Switcher One"
11360
+ msgstr ""
11361
+
11362
+ #: includes/widgets/htmega_switcher.php:65
11363
+ #: includes/widgets/htmega_switcher.php:156
11364
+ msgid "Switcher Title"
11365
+ msgstr ""
11366
+
11367
+ #: includes/widgets/htmega_switcher.php:75
11368
+ #: includes/widgets/htmega_switcher.php:166
11369
+ msgid "Switcher Title Icon"
11370
+ msgstr ""
11371
+
11372
+ #: includes/widgets/htmega_switcher.php:147
11373
+ msgid "Switcher Two"
11374
+ msgstr ""
11375
+
11376
+ #: admin/include/templates/library/templates.php:10
11377
+ #: admin/include/templates/library/templates.php:11
11378
+ msgid "Sync Library"
11379
+ msgstr ""
11380
+
11381
+ #: includes/widgets/htmega_tabs.php:71
11382
+ msgid "Tab #1"
11383
+ msgstr ""
11384
+
11385
+ #: includes/widgets/htmega_tabs.php:248
11386
+ msgid "Tab Area Style"
11387
+ msgstr ""
11388
+
11389
+ #: includes/widgets/htmega_tabs.php:281
11390
+ msgid "Tab Content Width (%)"
11391
+ msgstr ""
11392
+
11393
+ #: includes/widgets/htmega_tabs.php:669
11394
+ msgid "Tab Icon Box Style"
11395
+ msgstr ""
11396
+
11397
+ #: includes/widgets/htmega_tabs.php:491
11398
+ msgid "Tab Manu Style"
11399
+ msgstr ""
11400
+
11401
+ #: includes/widgets/htmega_tabs.php:240
11402
+ msgid "Tab Menu"
11403
+ msgstr ""
11404
+
11405
+ #: includes/widgets/htmega_tabs.php:256
11406
+ msgid "Tab Menu Width (%)"
11407
+ msgstr ""
11408
+
11409
+ #: admin/include/templates/library/templates.php:34
11410
+ #: admin/include/templates/library/templates.php:35
11411
+ msgid "Tab view"
11412
+ msgstr ""
11413
+
11414
+ #: includes/widgets/htmega_data_table.php:490
11415
+ #: includes/widgets/htmega_pricing_list_view.php:1217
11416
+ #: includes/widgets/htmega_tablepress.php:123
11417
+ msgid "Table"
11418
+ msgstr ""
11419
+
11420
+ #: includes/widgets/htmega_data_table.php:669
11421
+ #: includes/widgets/htmega_pricing_list_view.php:1366
11422
+ #: includes/widgets/htmega_wc_element_pages.php:121
11423
+ msgid "Table Body"
11424
+ msgstr ""
11425
+
11426
+ #: includes/widgets/htmega_pricing_list_view.php:1422
11427
+ msgid "Table Body Padding"
11428
+ msgstr ""
11429
+
11430
+ #: includes/widgets/htmega_wc_element_pages.php:1193
11431
+ msgid "Table Body Row"
11432
+ msgstr ""
11433
+
11434
+ #: includes/widgets/htmega_pricing_list_view.php:692
11435
+ msgid "Table Body Typography"
11436
+ msgstr ""
11437
+
11438
+ #: includes/widgets/htmega_data_table.php:722
11439
+ msgid "Table Cell Padding"
11440
+ msgstr ""
11441
+
11442
+ #: includes/widgets/htmega_data_table.php:228
11443
+ #: includes/widgets/htmega_pricing_list_view.php:532
11444
+ msgid "Table Content"
11445
+ msgstr ""
11446
+
11447
+ #: includes/widgets/htmega_wc_element_pages.php:1268
11448
+ msgid "Table Footer"
11449
+ msgstr ""
11450
+
11451
+ #: includes/widgets/htmega_wc_element_pages.php:1161
11452
+ msgid "Table Head"
11453
+ msgstr ""
11454
+
11455
+ #: includes/widgets/htmega_data_table.php:134
11456
+ #: includes/widgets/htmega_data_table.php:564
11457
+ #: includes/widgets/htmega_pricing_list_view.php:180
11458
+ #: includes/widgets/htmega_pricing_list_view.php:1287
11459
+ msgid "Table Header"
11460
+ msgstr ""
11461
+
11462
+ #: includes/widgets/htmega_data_table.php:603
11463
+ #: includes/widgets/htmega_pricing_list_view.php:1331
11464
+ msgid "Table Header Padding"
11465
+ msgstr ""
11466
+
11467
+ #: includes/widgets/htmega_wc_element_pages.php:87
11468
+ msgid "Table Heading"
11469
+ msgstr ""
11470
+
11471
+ #: includes/widgets/htmega_data_table.php:37
11472
+ msgid "Table Layout"
11473
+ msgstr ""
11474
+
11475
+ #: admin/include/admin-setting.php:1079
11476
+ #: includes/widgets/htmega_tablepress.php:13
11477
+ #: includes/widgets/htmega_tablepress.php:48
11478
+ msgid "TablePress"
11479
+ msgstr ""
11480
+
11481
+ #: includes/widgets/htmega_carousel.php:308
11482
+ #: includes/widgets/htmega_instagram.php:503
11483
+ #: includes/widgets/htmega_panel_slider.php:368
11484
+ #: includes/widgets/htmega_post_slider.php:488
11485
+ #: includes/widgets/htmega_slider_thumb_gallery.php:294
11486
+ #: includes/widgets/htmega_testimonial_grid.php:85
11487
+ #: includes/widgets/htmega_twitter_feed.php:430
11488
+ msgid "Tablet"
11489
+ msgstr ""
11490
+
11491
+ #: includes/widgets/htmega_carousel.php:350
11492
+ #: includes/widgets/htmega_instagram.php:545
11493
+ #: includes/widgets/htmega_panel_slider.php:410
11494
+ #: includes/widgets/htmega_post_slider.php:530
11495
+ #: includes/widgets/htmega_slider_thumb_gallery.php:330
11496
+ #: includes/widgets/htmega_twitter_feed.php:472
11497
+ msgid "Tablet Resolution"
11498
+ msgstr ""
11499
+
11500
+ #: includes/widgets_control.php:328 admin/include/admin-setting.php:503
11501
+ #: includes/widgets/htmega_tabs.php:13 includes/widgets/htmega_tabs.php:34
11502
+ msgid "Tabs"
11503
+ msgstr ""
11504
+
11505
+ #: includes/widgets/htmega_counter.php:164
11506
+ msgid "Target Number"
11507
+ msgstr ""
11508
+
11509
+ #: includes/widgets/htmega_panel_slider.php:71
11510
+ #: includes/widgets/htmega_panel_slider.php:114
11511
+ #: includes/widgets/htmega_panel_slider.php:118
11512
+ #: includes/widgets/htmega_panel_slider.php:122
11513
+ #: includes/widgets/htmega_panel_slider.php:126
11514
+ msgid "Tattoo Boy From New York"
11515
+ msgstr ""
11516
+
11517
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:156
11518
+ msgid "Taxonomy"
11519
+ msgstr ""
11520
+
11521
+ #: includes/widgets/htmega_teammember.php:322
11522
+ msgid "Team Box Style"
11523
+ msgstr ""
11524
+
11525
+ #: admin/include/admin-setting.php:519
11526
+ #: includes/widgets/htmega_teammember.php:14
11527
+ #: includes/widgets/htmega_teammember.php:43
11528
+ msgid "Team Member"
11529
+ msgstr ""
11530
+
11531
+ #: includes/widgets_control.php:338
11532
+ msgid "TeamMember"
11533
+ msgstr ""
11534
+
11535
+ #: includes/widgets/htmega_socialshere.php:89
11536
+ msgid "Telegram"
11537
+ msgstr ""
11538
+
11539
+ #: includes/widgets/htmega_template_selector.php:42
11540
+ msgid "Template"
11541
+ msgstr ""
11542
+
11543
+ #: admin/include/class.library-source.php:219
11544
+ msgid "Template does not have any content"
11545
+ msgstr ""
11546
+
11547
+ #: admin/include/class.htmega-elementor-template-library.php:97
11548
+ msgid "Template id missing"
11549
+ msgstr ""
11550
+
11551
+ #: includes/widgets_control.php:398
11552
+ #: includes/widgets/htmega_template_selector.php:13
11553
+ msgid "Template Selector"
11554
+ msgstr ""
11555
+
11556
+ #: admin/include/admin-setting.php:902 admin/include/templates_list.php:33
11557
+ msgid "Templates"
11558
+ msgstr ""
11559
+
11560
+ #: admin/include/template-library.php:73 admin/include/template-library.php:74
11561
+ msgid "Templates Library"
11562
+ msgstr ""
11563
+
11564
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:69
11565
+ msgid "Terms"
11566
+ msgstr ""
11567
+
11568
+ #: includes/widgets_control.php:343 admin/include/admin-setting.php:527
11569
+ msgid "Testimonial"
11570
+ msgstr ""
11571
+
11572
+ #: includes/widgets_control.php:348 admin/include/admin-setting.php:535
11573
+ #: includes/widgets/htmega_testimonial_grid.php:14
11574
+ #: includes/widgets/htmega_testimonial_grid.php:35
11575
+ msgid "Testimonial Grid"
11576
+ msgstr ""
11577
+
11578
+ #: includes/widgets/htmega_button.php:55
11579
+ #: includes/widgets/htmega_countdown.php:271
11580
+ #: includes/widgets/htmega_data_table.php:254
11581
+ #: includes/widgets/htmega_double_button.php:99
11582
+ #: includes/widgets/htmega_double_button.php:186
11583
+ #: includes/widgets/htmega_download_monitor.php:117
11584
+ #: includes/widgets/htmega_modal.php:110 includes/widgets/htmega_popover.php:57
11585
+ #: includes/widgets/htmega_pricing_list_view.php:578
11586
+ #: includes/widgets/htmega_search.php:72 includes/widgets/htmega_tooltip.php:57
11587
+ #: includes/widgets/htmega_tooltip.php:72
11588
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:58
11589
+ msgid "Text"
11590
+ msgstr ""
11591
+
11592
+ #: includes/widgets/htmega_data_table.php:929
11593
+ msgid "Text Active Color"
11594
+ msgstr ""
11595
+
11596
+ #: includes/widgets/htmega_booked_calender.php:437
11597
+ #: includes/widgets/htmega_booked_calender.php:541
11598
+ #: includes/widgets/htmega_booked_calender.php:581
11599
+ #: includes/widgets/htmega_booked_calender.php:664
11600
+ #: includes/widgets/htmega_booked_calender.php:727
11601
+ #: includes/widgets/htmega_booked_calender.php:825
11602
+ #: includes/widgets/htmega_button.php:200
11603
+ #: includes/widgets/htmega_button.php:333
11604
+ #: includes/widgets/htmega_button.php:526
11605
+ #: includes/widgets/htmega_button.php:610
11606
+ #: includes/widgets/htmega_caldera_form.php:201
11607
+ #: includes/widgets/htmega_caldera_form.php:375
11608
+ #: includes/widgets/htmega_caldera_form.php:454
11609
+ #: includes/widgets/htmega_caldera_form.php:563
11610
+ #: includes/widgets/htmega_call_to_action.php:706
11611
+ #: includes/widgets/htmega_call_to_action.php:912
11612
+ #: includes/widgets/htmega_contact_form_seven.php:246
11613
+ #: includes/widgets/htmega_contact_form_seven.php:389
11614
+ #: includes/widgets/htmega_contact_form_seven.php:501
11615
+ #: includes/widgets/htmega_contact_form_seven.php:599
11616
+ #: includes/widgets/htmega_contact_form_seven.php:662
11617
+ #: includes/widgets/htmega_contact_form_seven.php:824
11618
+ #: includes/widgets/htmega_contact_form_seven.php:912
11619
+ #: includes/widgets/htmega_data_table.php:572
11620
+ #: includes/widgets/htmega_data_table.php:701
11621
+ #: includes/widgets/htmega_data_table.php:811
11622
+ #: includes/widgets/htmega_data_table.php:862
11623
+ #: includes/widgets/htmega_data_table.php:914
11624
+ #: includes/widgets/htmega_data_table.php:993
11625
+ #: includes/widgets/htmega_mailchimp_wp.php:208
11626
+ #: includes/widgets/htmega_mailchimp_wp.php:372
11627
+ #: includes/widgets/htmega_mailchimp_wp.php:460
11628
+ #: includes/widgets/htmega_offcanvas.php:316
11629
+ #: includes/widgets/htmega_pricing_list_view.php:722
11630
+ #: includes/widgets/htmega_pricing_list_view.php:1310
11631
+ #: includes/widgets/htmega_pricing_list_view.php:1401
11632
+ #: includes/widgets/htmega_pricing_list_view.php:1519
11633
+ #: includes/widgets/htmega_pricing_list_view.php:1562
11634
+ #: includes/widgets/htmega_pricing_list_view.php:1639
11635
+ #: includes/widgets/htmega_pricing_list_view.php:1720
11636
+ #: includes/widgets/htmega_quforms.php:977
11637
+ #: includes/widgets/htmega_search.php:229
11638
+ #: includes/widgets/htmega_tablepress.php:282
11639
+ #: includes/widgets/htmega_tablepress.php:326
11640
+ #: includes/widgets/htmega_user_login_form.php:813
11641
+ #: includes/widgets/htmega_user_login_form.php:1008
11642
+ #: includes/widgets/htmega_wc_element_pages.php:97
11643
+ #: includes/widgets/htmega_wc_element_pages.php:132
11644
+ #: includes/widgets/htmega_wc_element_pages.php:212
11645
+ #: includes/widgets/htmega_wc_element_pages.php:298
11646
+ #: includes/widgets/htmega_wc_element_pages.php:392
11647
+ #: includes/widgets/htmega_wc_element_pages.php:478
11648
+ #: includes/widgets/htmega_wc_element_pages.php:555
11649
+ #: includes/widgets/htmega_wc_element_pages.php:712
11650
+ #: includes/widgets/htmega_wc_element_pages.php:899
11651
+ #: includes/widgets/htmega_wc_element_pages.php:952
11652
+ #: includes/widgets/htmega_wc_element_pages.php:1029
11653
+ #: includes/widgets/htmega_wc_element_pages.php:1170
11654
+ #: includes/widgets/htmega_wc_element_pages.php:1211
11655
+ #: includes/widgets/htmega_wc_element_pages.php:1242
11656
+ #: includes/widgets/htmega_wc_element_pages.php:1277
11657
+ #: includes/widgets/htmega_wc_element_pages.php:1356
11658
+ #: includes/widgets/htmega_wc_element_pages.php:1530
11659
+ #: includes/widgets/htmega_wc_element_pages.php:1619
11660
+ #: includes/widgets/htmega_weather.php:232
11661
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:292
11662
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:431
11663
+ #: extensions/ht-menu/widgets/inline-mega-menu.php:503
11664
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:389
11665
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:449
11666
+ msgid "Text Color"
11667
+ msgstr ""
11668
+
11669
+ #: includes/widgets/htmega_pricing_list_view.php:894
11670
+ msgid "Text Hover Color"
11671
+ msgstr ""
11672
+
11673
+ #: includes/widgets/htmega_countdown.php:771
11674
+ #: includes/widgets/htmega_countdown.php:944
11675
+ #: includes/widgets/htmega_inlinemenu.php:233
11676
+ #: includes/widgets/htmega_section_title.php:963
11677
+ #: extensions/ht-builder/widgets/bl_nav_menu.php:216
11678
+ msgid "Text Shadow"
11679
+ msgstr ""
11680
+
11681
+ #: includes/widgets/htmega_contact_form_seven.php:444
11682
+ #: includes/widgets/htmega_ninja_form.php:694
11683
+ #: includes/widgets/htmega_quforms.php:530
11684
+ #: includes/widgets/htmega_wpforms.php:698
11685
+ msgid "Textarea"
11686
+ msgstr ""
11687
+
11688
+ #: includes/widgets/htmega_caldera_form.php:258
11689
+ #: includes/widgets/htmega_gravity_forms.php:466
11690
+ #: includes/widgets/htmega_wc_element_pages.php:754
11691
+ msgid "Textarea Height"
11692
+ msgstr ""
11693
+
11694
+ #: includes/widgets/htmega_pricing_list_view.php:226
11695
+ msgid "TH Width (Table Header Column Width %)"
11696
+ msgstr ""
11697
+
11698
+ #. Description of the plugin
11699
+ msgid ""
11700
+ "The HTMega is a elementor addons package for Elementor page builder plugin "
11701
+ "for WordPress."
11702
+ msgstr ""
11703
+
11704
+ #: includes/widgets/htmega_carousel.php:406
11705
+ #: includes/widgets/htmega_instagram.php:601
11706
+ #: includes/widgets/htmega_panel_slider.php:466
11707
+ #: includes/widgets/htmega_post_slider.php:586
11708
+ #: includes/widgets/htmega_slider_thumb_gallery.php:378
11709
+ #: includes/widgets/htmega_slider_thumb_gallery.php:657
11710
+ #: includes/widgets/htmega_twitter_feed.php:528
11711
+ msgid "The resolution to mobile."
11712
+ msgstr ""
11713
+
11714
+ #: includes/widgets/htmega_carousel.php:351
11715
+ #: includes/widgets/htmega_instagram.php:546
11716
+ #: includes/widgets/htmega_panel_slider.php:411
11717
+ #: includes/widgets/htmega_post_slider.php:531
11718
+ #: includes/widgets/htmega_slider_thumb_gallery.php:331
11719
+ #: includes/widgets/htmega_slider_thumb_gallery.php:596
11720
+ #: includes/widgets/htmega_twitter_feed.php:473
11721
+ msgid "The resolution to tablet."
11722
+ msgstr ""
11723
+
11724
+ #: admin/include/template-library.php:401
11725
+ msgid "Theme Activated"
11726
+ msgstr ""
11727
+
11728
+ #: admin/include/admin-setting.php:100 admin/include/admin-setting.php:678
11729
+ #: extensions/ht-builder/admin/setting.php:48
11730
+ msgid "Theme Builder"
11731
+ msgstr ""
11732
+
11733
+ #: includes/widgets/htmega_service.php:131
11734
+ msgid ""
11735
+ "There are many variations of passages Lorem Ipsum available, but majority "
11736
+ "have ama suffered altratio. the lorem."
11737
+ msgstr ""
11738
+
11739
+ #: admin/include/admin-setting.php:81
11740
+ msgid "Third Party"
11741
+ msgstr ""
11742
+
11743
+ #: includes/helper-function.php:697
11744
+ #, php-format
11745
+ msgid "This input field supports the following HTML tags: %1$s"
11746
+ msgstr ""
11747
+
11748
+ #: includes/widgets/htmega_googlemap.php:250
11749
+ msgid "This is <span>Dhaka</span>"
11750
+ msgstr ""
11751
+
11752
+ #: includes/widgets/htmega_image_grid.php:64
11753
+ #: includes/widgets/htmega_image_masonry.php:72
11754
+ #: includes/widgets/htmega_testimonial_grid.php:75
11755
+ #: includes/widgets/htmega_testimonial_grid.php:90
11756
+ #: includes/widgets/htmega_testimonial_grid.php:107
11757
+ msgid "Three"
11758
+ msgstr ""
11759
+
11760
+ #: includes/widgets/htmega_instragram_feed.php:74
11761
+ msgid "Thumb"
11762
+ msgstr ""
11763
+
11764
+ #: includes/widgets/htmega_post_slider.php:377
11765
+ msgid "Thumbnail"
11766
+ msgstr ""
11767
+
11768
+ #: includes/widgets/htmega_image_magnifier.php:49
11769
+ msgid "Thumbnail Image"
11770
+ msgstr ""
11771
+
11772
+ #: includes/widgets/htmega_slider_thumb_gallery.php:49
11773
+ msgid "Thumbnail Position"
11774
+ msgstr ""
11775
+
11776
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1212
11777
+ msgid "Thumbnail Style"
11778
+ msgstr ""
11779
+
11780
+ #: includes/widgets/htmega_slider_thumb_gallery.php:411
11781
+ msgid "Thumbnails Arrow"
11782
+ msgstr ""
11783
+
11784
+ #: includes/widgets/htmega_slider_thumb_gallery.php:513
11785
+ msgid "Thumbnails auto play"
11786
+ msgstr ""
11787
+
11788
+ #: includes/widgets/htmega_slider_thumb_gallery.php:536
11789
+ msgid "Thumbnails Autoplay animation speed"
11790
+ msgstr ""
11791
+
11792
+ #: includes/widgets/htmega_slider_thumb_gallery.php:525
11793
+ msgid "Thumbnails Autoplay speed"
11794
+ msgstr ""
11795
+
11796
+ #: includes/widgets/htmega_slider_thumb_gallery.php:487
11797
+ msgid "Thumbnails Center Mode"
11798
+ msgstr ""
11799
+
11800
+ #: includes/widgets/htmega_slider_thumb_gallery.php:498
11801
+ msgid "Thumbnails Center padding"
11802
+ msgstr ""
11803
+
11804
+ #: includes/widgets/htmega_slider_thumb_gallery.php:452
11805
+ msgid "Thumbnails dots"
11806
+ msgstr ""
11807
+
11808
+ #: includes/widgets/htmega_slider_thumb_gallery.php:391
11809
+ msgid "Thumbnails Gallery Option"
11810
+ msgstr ""
11811
+
11812
+ #: includes/widgets/htmega_slider_thumb_gallery.php:99
11813
+ msgid "Thumbnails Image Size"
11814
+ msgstr ""
11815
+
11816
+ #: includes/widgets/htmega_slider_thumb_gallery.php:582
11817
+ #: includes/widgets/htmega_slider_thumb_gallery.php:640
11818
+ msgid "Thumbnails item to scroll"
11819
+ msgstr ""
11820
+
11821
+ #: includes/widgets/htmega_slider_thumb_gallery.php:398
11822
+ #: includes/widgets/htmega_slider_thumb_gallery.php:569
11823
+ #: includes/widgets/htmega_slider_thumb_gallery.php:624
11824
+ msgid "Thumbnails Items"
11825
+ msgstr ""
11826
+
11827
+ #: includes/widgets/htmega_slider_thumb_gallery.php:606
11828
+ msgid "Thumbnails Mobile Phone"
11829
+ msgstr ""
11830
+
11831
+ #: includes/widgets/htmega_slider_thumb_gallery.php:656
11832
+ msgid "Thumbnails Mobile Resolution"
11833
+ msgstr ""
11834
+
11835
+ #: includes/widgets/htmega_slider_thumb_gallery.php:437
11836
+ msgid "Thumbnails Next icon"
11837
+ msgstr ""
11838
+
11839
+ #: includes/widgets/htmega_slider_thumb_gallery.php:422
11840
+ msgid "Thumbnails Previous icon"
11841
+ msgstr ""
11842
+
11843
+ #: includes/widgets/htmega_slider_thumb_gallery.php:546
11844
+ msgid "Thumbnails Slider item to scroll"
11845
+ msgstr ""
11846
+
11847
+ #: includes/widgets/htmega_slider_thumb_gallery.php:559
11848
+ msgid "Thumbnails Tablet"
11849
+ msgstr ""
11850
+
11851
+ #: includes/widgets/htmega_slider_thumb_gallery.php:595
11852
+ msgid "Thumbnails Tablet Resolution"
11853
+ msgstr ""
11854
+
11855
+ #: includes/widgets/htmega_business_hours.php:189
11856
+ msgid "Thursday"
11857
+ msgstr ""
11858
+
11859
+ #: includes/widgets/htmega_newsticker.php:68
11860
+ msgid "Ticker Label"
11861
+ msgstr ""
11862
+
11863
+ #: includes/widgets/htmega_booked_calender.php:508
11864
+ #: includes/widgets/htmega_business_hours.php:92
11865
+ #: includes/widgets/htmega_business_hours.php:544
11866
+ #: includes/widgets/htmega_twitter_feed.php:896
11867
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:67
11868
+ msgid "Time"
11869
+ msgstr ""
11870
+
11871
+ #: includes/widgets/htmega_custom_event.php:277
11872
+ msgid "Time / Location"
11873
+ msgstr ""
11874
+
11875
+ #: extensions/wc-sales-notification/admin/setting.php:141
11876
+ msgid "Time between notifications. <span>( Pro )</span>"
11877
+ msgstr ""
11878
+
11879
+ #: includes/widgets/htmega_business_hours.php:128
11880
+ msgid "Time Color"
11881
+ msgstr ""
11882
+
11883
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:117
11884
+ msgid "Time Format"
11885
+ msgstr ""
11886
+
11887
+ #: extensions/wc-sales-notification/admin/setting.php:140
11888
+ msgid "Time Interval"
11889
+ msgstr ""
11890
+
11891
+ #: admin/include/admin-setting.php:1255 admin/include/admin-setting.php:1280
11892
+ msgid "Time interval each notification"
11893
+ msgstr ""
11894
+
11895
+ #: includes/widgets/htmega_countdown.php:124
11896
+ msgid "Time Setting"
11897
+ msgstr ""
11898
+
11899
+ #: includes/widgets/htmega_booked_calender.php:462
11900
+ msgid "Time Slot Color"
11901
+ msgstr ""
11902
+
11903
+ #: includes/widgets/htmega_verticle_time_line.php:555
11904
+ msgid "Timeline Dot BG Color"
11905
+ msgstr ""
11906
+
11907
+ #: includes/widgets/htmega_verticle_time_line.php:540
11908
+ msgid "Timeline Dot Color"
11909
+ msgstr ""
11910
+
11911
+ #: includes/widgets/htmega_verticle_time_line.php:569
11912
+ msgid "Timeline Dot Hover BG Color"
11913
+ msgstr ""
11914
+
11915
+ #: includes/widgets/htmega_verticle_time_line.php:584
11916
+ msgid "Timeline Hover Line Color"
11917
+ msgstr ""
11918
+
11919
+ #: includes/widgets/htmega_verticle_time_line.php:523
11920
+ msgid "Timeline Line Color"
11921
+ msgstr ""
11922
+
11923
+ #: includes/widgets/htmega_verticle_time_line.php:505
11924
+ msgid "Timeline Primary Color"
11925
+ msgstr ""
11926
+
11927
+ #: includes/widgets/htmega_verticle_time_line.php:497
11928
+ msgid "Timeline Style"
11929
+ msgstr ""
11930
+
11931
+ #: includes/widgets/htmega_countdown.php:741
11932
+ msgid "Timer"
11933
+ msgstr ""
11934
+
11935
+ #: includes/widgets/htmega_countdown.php:854
11936
+ msgid "Timer separator"
11937
+ msgstr ""
11938
+
11939
+ #: includes/widgets/htmega_accordion.php:69
11940
+ #: includes/widgets/htmega_accordion.php:144
11941
+ #: includes/widgets/htmega_accordion.php:187
11942
+ #: includes/widgets/htmega_add_banner.php:92
11943
+ #: includes/widgets/htmega_add_banner.php:430
11944
+ #: includes/widgets/htmega_brand.php:62
11945
+ #: includes/widgets/htmega_buddy_press.php:306
11946
+ #: includes/widgets/htmega_business_hours.php:69
11947
+ #: includes/widgets/htmega_business_hours.php:376
11948
+ #: includes/widgets/htmega_call_to_action.php:82
11949
+ #: includes/widgets/htmega_call_to_action.php:559
11950
+ #: includes/widgets/htmega_carousel.php:70
11951
+ #: includes/widgets/htmega_counter.php:538
11952
+ #: includes/widgets/htmega_custom_event.php:42
11953
+ #: includes/widgets/htmega_custom_event.php:123
11954
+ #: includes/widgets/htmega_easy_digital_download.php:342
11955
+ #: includes/widgets/htmega_errorcontent.php:88
11956
+ #: includes/widgets/htmega_errorcontent.php:305
11957
+ #: includes/widgets/htmega_googlemap.php:161
11958
+ #: includes/widgets/htmega_gravity_forms.php:116
11959
+ #: includes/widgets/htmega_imagemarker.php:777
11960
+ #: includes/widgets/htmega_image_grid.php:105
11961
+ #: includes/widgets/htmega_image_grid.php:271
11962
+ #: includes/widgets/htmega_image_masonry.php:85
11963
+ #: includes/widgets/htmega_image_masonry.php:246
11964
+ #: includes/widgets/htmega_job_manager.php:100
11965
+ #: includes/widgets/htmega_newsticker.php:254
11966
+ #: includes/widgets/htmega_ninja_form.php:109
11967
+ #: includes/widgets/htmega_panel_slider.php:628
11968
+ #: includes/widgets/htmega_postgrid.php:151
11969
+ #: includes/widgets/htmega_postgrid.php:164
11970
+ #: includes/widgets/htmega_postgrid.php:443
11971
+ #: includes/widgets/htmega_post_grid_tab.php:158
11972
+ #: includes/widgets/htmega_post_grid_tab.php:171
11973
+ #: includes/widgets/htmega_post_grid_tab.php:426
11974
+ #: includes/widgets/htmega_post_slider.php:162
11975
+ #: includes/widgets/htmega_post_slider.php:175
11976
+ #: includes/widgets/htmega_post_slider.php:861
11977
+ #: includes/widgets/htmega_pricing_list_view.php:1508
11978
+ #: includes/widgets/htmega_progress_bar.php:104
11979
+ #: includes/widgets/htmega_progress_bar.php:236
11980
+ #: includes/widgets/htmega_section_title.php:57
11981
+ #: includes/widgets/htmega_section_title.php:509
11982
+ #: includes/widgets/htmega_service.php:353
11983
+ #: includes/widgets/htmega_singlepost.php:94
11984
+ #: includes/widgets/htmega_singlepost.php:153
11985
+ #: includes/widgets/htmega_slider_thumb_gallery.php:66
11986
+ #: includes/widgets/htmega_socialshere.php:100
11987
+ #: includes/widgets/htmega_socialshere.php:179
11988
+ #: includes/widgets/htmega_special_day_banner.php:78
11989
+ #: includes/widgets/htmega_special_day_banner.php:335
11990
+ #: includes/widgets/htmega_switcher.php:62
11991
+ #: includes/widgets/htmega_switcher.php:153 includes/widgets/htmega_tabs.php:69
11992
+ #: includes/widgets/htmega_teammember.php:214
11993
+ #: includes/widgets/htmega_verticle_time_line.php:80
11994
+ #: includes/widgets/htmega_verticle_time_line.php:124
11995
+ #: includes/widgets/htmega_wc_categories.php:282
11996
+ #: includes/widgets/htmega_weather.php:247
11997
+ #: includes/widgets/htmega_working_process.php:79
11998
+ #: includes/widgets/htmega_working_process.php:620
11999
+ #: includes/widgets/htmega_wpforms.php:74
12000
+ #: includes/widgets/htmega_wpforms.php:101
12001
+ #: extensions/ht-builder/widgets/bl_post_archive.php:202
12002
+ #: extensions/ht-builder/widgets/bl_post_archive.php:326
12003
+ msgid "Title"
12004
+ msgstr ""
12005
+
12006
+ #: includes/widgets/htmega_tabs.php:218
12007
+ msgid "Title #1"
12008
+ msgstr ""
12009
+
12010
+ #: includes/widgets/htmega_tabs.php:222
12011
+ msgid "Title #2"
12012
+ msgstr ""
12013
+
12014
+ #: includes/widgets/htmega_tabs.php:226
12015
+ msgid "Title #3"
12016
+ msgstr ""
12017
+
12018
+ #: includes/widgets/htmega_tabs.php:156
12019
+ msgid "Title Active Color"
12020
+ msgstr ""
12021
+
12022
+ #: includes/widgets/htmega_counter.php:657
12023
+ msgid "Title After Border Color"
12024
+ msgstr ""
12025
+
12026
+ #: includes/widgets/htmega_service.php:451
12027
+ msgid "Title Border Color"
12028
+ msgstr ""
12029
+
12030
+ #: includes/widgets/htmega_imagemarker.php:784
12031
+ msgid "Title Bottom Border Style"
12032
+ msgstr ""
12033
+
12034
+ #: includes/widgets/htmega_carousel.php:1309
12035
+ #: includes/widgets/htmega_carousel.php:1393
12036
+ #: includes/widgets/htmega_switcher.php:322
12037
+ #: includes/widgets/htmega_switcher.php:358
12038
+ #: includes/widgets/htmega_tabs.php:135
12039
+ #: extensions/ht-builder/widgets/bl_post_title.php:68
12040
+ msgid "Title Color"
12041
+ msgstr ""
12042
+
12043
+ #: includes/widgets/htmega_ninja_form.php:84
12044
+ msgid "Title Hide"
12045
+ msgstr ""
12046
+
12047
+ #: includes/widgets/htmega_accordion.php:262
12048
+ #: extensions/ht-builder/widgets/bl_page_title.php:45
12049
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:46
12050
+ #: extensions/ht-builder/widgets/bl_post_title.php:47
12051
+ #: extensions/ht-builder/widgets/bl_site_title.php:46
12052
+ msgid "Title HTML Tag"
12053
+ msgstr ""
12054
+
12055
+ #: includes/widgets/htmega_newsticker.php:282
12056
+ #: includes/widgets/htmega_postgrid.php:174
12057
+ #: includes/widgets/htmega_post_grid_tab.php:180
12058
+ #: includes/widgets/htmega_post_slider.php:186
12059
+ #: includes/widgets/htmega_singlepost.php:104
12060
+ #: extensions/ht-builder/widgets/bl_post_archive.php:169
12061
+ msgid "Title Length"
12062
+ msgstr ""
12063
+
12064
+ #: includes/widgets/htmega_section_title.php:463
12065
+ msgid "Title Separator Color"
12066
+ msgstr ""
12067
+
12068
+ #: includes/widgets/htmega_section_title.php:183
12069
+ msgid "Title Setting"
12070
+ msgstr ""
12071
+
12072
+ #: includes/widgets/htmega_download_monitor.php:202
12073
+ #: includes/widgets/htmega_progress_bar.php:644
12074
+ #: includes/widgets/htmega_section_title.php:41
12075
+ #: includes/widgets/htmega_slider_thumb_gallery.php:677
12076
+ #: includes/widgets/htmega_socialshere.php:640
12077
+ msgid "Title Style"
12078
+ msgstr ""
12079
+
12080
+ #: includes/widgets/htmega_section_title.php:498
12081
+ msgid "Title style"
12082
+ msgstr ""
12083
+
12084
+ #: includes/widgets/htmega_call_to_action.php:91
12085
+ msgid "Title Tag"
12086
+ msgstr ""
12087
+
12088
+ #: includes/widgets/htmega_postgrid.php:542
12089
+ msgid "Title Two style"
12090
+ msgstr ""
12091
+
12092
+ #: includes/widgets/htmega_teammember.php:640
12093
+ #: includes/widgets/htmega_teammember.php:655
12094
+ msgid "To hide the shape, please set the color to transparent."
12095
+ msgstr ""
12096
+
12097
+ #: admin/include/admin-setting.php:1309
12098
+ #: extensions/ht-builder/admin/setting.php:151
12099
+ #: extensions/wc-sales-notification/admin/setting.php:235
12100
+ msgid "to unlock these pro elements!"
12101
+ msgstr ""
12102
+
12103
+ #: extensions/ht-menu/classes/class.mega-menu.php:269
12104
+ msgid "to unlock these pro options!"
12105
+ msgstr ""
12106
+
12107
+ #: includes/weather-resource/template/layout-1.php:40
12108
+ #: includes/weather-resource/template/layout-2.php:14
12109
+ #: includes/weather-resource/template/layout-4.php:26
12110
+ msgid "Today"
12111
+ msgstr ""
12112
+
12113
+ #: includes/widgets_control.php:353 admin/include/admin-setting.php:543
12114
+ #: includes/widgets/htmega_toggle.php:14 includes/widgets/htmega_toggle.php:36
12115
+ msgid "Toggle"
12116
+ msgstr ""
12117
+
12118
+ #: admin/include/admin-setting.php:1342
12119
+ msgid "Toggle All"
12120
+ msgstr ""
12121
+
12122
+ #: includes/widgets/htmega_switcher.php:425
12123
+ #: includes/widgets/htmega_switcher.php:500
12124
+ msgid "Toggle Color"
12125
+ msgstr ""
12126
+
12127
+ #: includes/widgets/htmega_lightbox.php:128
12128
+ msgid "Toggler Image"
12129
+ msgstr ""
12130
+
12131
+ #: includes/widgets/htmega_lightbox.php:113
12132
+ msgid "Toggler Type"
12133
+ msgstr ""
12134
+
12135
+ #: includes/widgets_control.php:358 admin/include/admin-setting.php:551
12136
+ #: includes/widgets/htmega_tooltip.php:14
12137
+ #: includes/widgets/htmega_tooltip.php:42
12138
+ #: includes/widgets/htmega_tooltip.php:75
12139
+ #: includes/widgets/htmega_tooltip.php:475
12140
+ msgid "Tooltip"
12141
+ msgstr ""
12142
+
12143
+ #: includes/widgets/htmega_tooltip.php:168
12144
+ msgid "Tooltip content"
12145
+ msgstr ""
12146
+
12147
+ #: includes/widgets/htmega_tooltip.php:159
12148
+ msgid "Tooltip Options"
12149
+ msgstr ""
12150
+
12151
+ #: includes/widgets/htmega_tooltip.php:165
12152
+ msgid "Tooltip Text"
12153
+ msgstr ""
12154
+
12155
+ #: admin/include/templates_list.php:77 admin/include/templates_list.php:80
12156
+ #: includes/widgets/htmega_add_banner.php:62
12157
+ #: includes/widgets/htmega_button.php:113
12158
+ #: includes/widgets/htmega_imagemarker.php:211
12159
+ #: includes/widgets/htmega_image_comparison.php:185
12160
+ #: includes/widgets/htmega_notify.php:588
12161
+ #: includes/widgets/htmega_notify.php:761
12162
+ #: includes/widgets/htmega_offcanvas.php:105
12163
+ #: includes/widgets/htmega_popover.php:195
12164
+ #: includes/widgets/htmega_pricing_list_view.php:512
12165
+ #: includes/widgets/htmega_pricing_list_view.php:1163
12166
+ #: includes/widgets/htmega_pricing_list_view.php:1197
12167
+ #: includes/widgets/htmega_section_title.php:157
12168
+ #: includes/widgets/htmega_section_title.php:236
12169
+ #: includes/widgets/htmega_singlepost.php:61
12170
+ #: includes/widgets/htmega_slider_thumb_gallery.php:56
12171
+ #: includes/widgets/htmega_special_day_banner.php:46
12172
+ #: includes/widgets/htmega_teammember.php:107
12173
+ #: includes/widgets/htmega_tooltip.php:183
12174
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:120
12175
+ msgid "Top"
12176
+ msgstr ""
12177
+
12178
+ #: includes/widgets/htmega_notify.php:114
12179
+ msgid "Top Center"
12180
+ msgstr ""
12181
+
12182
+ #: includes/widgets/htmega_notify.php:119
12183
+ msgid "Top Fullwidth"
12184
+ msgstr ""
12185
+
12186
+ #: includes/widgets/htmega_notify.php:113
12187
+ msgid "Top Left"
12188
+ msgstr ""
12189
+
12190
+ #: includes/widgets/htmega_notify.php:115
12191
+ msgid "Top Right"
12192
+ msgstr ""
12193
+
12194
+ #: includes/widgets/htmega_scroll_image.php:291
12195
+ msgid "Top-Bottom"
12196
+ msgstr ""
12197
+
12198
+ #: includes/widgets/htmega_pricing_list_view.php:368
12199
+ #: includes/widgets/htmega_pricing_list_view.php:997
12200
+ msgid "Top-Bottom Position"
12201
+ msgstr ""
12202
+
12203
+ #: includes/widgets/htmega_bbpress.php:58
12204
+ msgid "Topic Form"
12205
+ msgstr ""
12206
+
12207
+ #: includes/widgets/htmega_bbpress.php:57
12208
+ msgid "Topic Index"
12209
+ msgstr ""
12210
+
12211
+ #: includes/widgets/htmega_bbpress.php:62
12212
+ msgid "Topic Tags"
12213
+ msgstr ""
12214
+
12215
+ #: includes/widgets/htmega_brand.php:288
12216
+ msgid "Transition Duration"
12217
+ msgstr ""
12218
+
12219
+ #: includes/widgets/htmega_business_hours.php:179
12220
+ msgid "Tues Day"
12221
+ msgstr ""
12222
+
12223
+ #: includes/widgets/htmega_socialshere.php:67
12224
+ msgid "tumblr"
12225
+ msgstr ""
12226
+
12227
+ #: includes/widgets/htmega_socialshere.php:63
12228
+ #: includes/widgets/htmega_socialshere.php:325
12229
+ msgid "Twitter"
12230
+ msgstr ""
12231
+
12232
+ #: includes/widgets/htmega_twitter_feed.php:114
12233
+ msgid "Twitter access token secret."
12234
+ msgstr ""
12235
+
12236
+ #: includes/widgets/htmega_twitter_feed.php:104
12237
+ msgid "Twitter access token."
12238
+ msgstr ""
12239
+
12240
+ #: includes/widgets/htmega_twitter_feed.php:84
12241
+ msgid "Twitter consumer key."
12242
+ msgstr ""
12243
+
12244
+ #: includes/widgets/htmega_twitter_feed.php:94
12245
+ msgid "Twitter consumer secret."
12246
+ msgstr ""
12247
+
12248
+ #: admin/include/admin-setting.php:559
12249
+ #: includes/widgets/htmega_twitter_feed.php:18
12250
+ #: includes/widgets/htmega_twitter_feed.php:48
12251
+ msgid "Twitter Feed"
12252
+ msgstr ""
12253
+
12254
+ #: includes/widgets_control.php:363
12255
+ msgid "Twitter_Feed"
12256
+ msgstr ""
12257
+
12258
+ #: includes/widgets/htmega_image_grid.php:63
12259
+ #: includes/widgets/htmega_image_masonry.php:71
12260
+ #: includes/widgets/htmega_testimonial_grid.php:74
12261
+ #: includes/widgets/htmega_testimonial_grid.php:89
12262
+ #: includes/widgets/htmega_testimonial_grid.php:106
12263
+ msgid "Two"
12264
+ msgstr ""
12265
+
12266
+ #: includes/widgets/htmega_animated_heading.php:71
12267
+ #: includes/widgets/htmega_buddy_press.php:48
12268
+ msgid "Type"
12269
+ msgstr ""
12270
+
12271
+ #: includes/widgets/htmega_errorcontent.php:114
12272
+ msgid "Type your Description here."
12273
+ msgstr ""
12274
+
12275
+ #: includes/widgets/htmega_call_to_action.php:106
12276
+ msgid "Type your description here..."
12277
+ msgstr ""
12278
+
12279
+ #: includes/widgets/htmega_errorcontent.php:102
12280
+ msgid "Type your Sub title here."
12281
+ msgstr ""
12282
+
12283
+ #: includes/widgets/htmega_call_to_action.php:59
12284
+ msgid "Type your sub title here..."
12285
+ msgstr ""
12286
+
12287
+ #: includes/widgets/htmega_counter.php:157
12288
+ msgid "Type your title here"
12289
+ msgstr ""
12290
+
12291
+ #: includes/widgets/htmega_errorcontent.php:90
12292
+ msgid "Type your title here."
12293
+ msgstr ""
12294
+
12295
+ #: includes/widgets/htmega_call_to_action.php:84
12296
+ msgid "Type your title here..."
12297
+ msgstr ""
12298
+
12299
+ #: includes/widgets/htmega_accordion.php:558
12300
+ #: includes/widgets/htmega_accordion.php:648
12301
+ #: includes/widgets/htmega_accordion.php:914
12302
+ #: includes/widgets/htmega_accordion.php:1230
12303
+ #: includes/widgets/htmega_add_banner.php:454
12304
+ #: includes/widgets/htmega_add_banner.php:513
12305
+ #: includes/widgets/htmega_add_banner.php:572
12306
+ #: includes/widgets/htmega_add_banner.php:639
12307
+ #: includes/widgets/htmega_animated_heading.php:174
12308
+ #: includes/widgets/htmega_animated_heading.php:258
12309
+ #: includes/widgets/htmega_animated_heading.php:305
12310
+ #: includes/widgets/htmega_animated_heading.php:393
12311
+ #: includes/widgets/htmega_buddy_press.php:336
12312
+ #: includes/widgets/htmega_buddy_press.php:405
12313
+ #: includes/widgets/htmega_button.php:213
12314
+ #: includes/widgets/htmega_button.php:583
12315
+ #: includes/widgets/htmega_caldera_form.php:113
12316
+ #: includes/widgets/htmega_caldera_form.php:157
12317
+ #: includes/widgets/htmega_caldera_form.php:477
12318
+ #: includes/widgets/htmega_call_to_action.php:524
12319
+ #: includes/widgets/htmega_call_to_action.php:583
12320
+ #: includes/widgets/htmega_call_to_action.php:642
12321
+ #: includes/widgets/htmega_call_to_action.php:698
12322
+ #: includes/widgets/htmega_call_to_action.php:904
12323
+ #: includes/widgets/htmega_countdown.php:1036
12324
+ #: includes/widgets/htmega_data_table.php:595
12325
+ #: includes/widgets/htmega_data_table.php:714
12326
+ #: includes/widgets/htmega_data_table.php:827
12327
+ #: includes/widgets/htmega_data_table.php:945
12328
+ #: includes/widgets/htmega_data_table.php:1008
12329
+ #: includes/widgets/htmega_double_button.php:479
12330
+ #: includes/widgets/htmega_double_button.php:652
12331
+ #: includes/widgets/htmega_double_button.php:835
12332
+ #: includes/widgets/htmega_download_monitor.php:223
12333
+ #: includes/widgets/htmega_download_monitor.php:290
12334
+ #: includes/widgets/htmega_easy_digital_download.php:372
12335
+ #: includes/widgets/htmega_easy_digital_download.php:457
12336
+ #: includes/widgets/htmega_easy_digital_download.php:494
12337
+ #: includes/widgets/htmega_easy_digital_download.php:731
12338
+ #: includes/widgets/htmega_errorcontent.php:327
12339
+ #: includes/widgets/htmega_errorcontent.php:406
12340
+ #: includes/widgets/htmega_errorcontent.php:485
12341
+ #: includes/widgets/htmega_errorcontent.php:581
12342
+ #: includes/widgets/htmega_errorcontent.php:732
12343
+ #: includes/widgets/htmega_googlemap.php:189
12344
+ #: includes/widgets/htmega_googlemap.php:223
12345
+ #: includes/widgets/htmega_googlemap.php:425
12346
+ #: includes/widgets/htmega_googlemap.php:512
12347
+ #: includes/widgets/htmega_image_comparison.php:253
12348
+ #: includes/widgets/htmega_image_comparison.php:334
12349
+ #: includes/widgets/htmega_image_grid.php:472
12350
+ #: includes/widgets/htmega_notify.php:341
12351
+ #: includes/widgets/htmega_panel_slider.php:649
12352
+ #: includes/widgets/htmega_panel_slider.php:705
12353
+ #: includes/widgets/htmega_postgrid.php:479
12354
+ #: includes/widgets/htmega_postgrid.php:554
12355
+ #: includes/widgets/htmega_postgrid.php:594
12356
+ #: includes/widgets/htmega_postgrid.php:681
12357
+ #: includes/widgets/htmega_post_grid_tab.php:459
12358
+ #: includes/widgets/htmega_post_grid_tab.php:546
12359
+ #: includes/widgets/htmega_post_grid_tab.php:643
12360
+ #: includes/widgets/htmega_post_grid_tab.php:769
12361
+ #: includes/widgets/htmega_post_grid_tab.php:863
12362
+ #: includes/widgets/htmega_post_slider.php:894
12363
+ #: includes/widgets/htmega_post_slider.php:981
12364
+ #: includes/widgets/htmega_post_slider.php:1078
12365
+ #: includes/widgets/htmega_post_slider.php:1197
12366
+ #: includes/widgets/htmega_post_slider.php:1291
12367
+ #: includes/widgets/htmega_pricing_list_view.php:1323
12368
+ #: includes/widgets/htmega_pricing_list_view.php:1414
12369
+ #: includes/widgets/htmega_pricing_list_view.php:1532
12370
+ #: includes/widgets/htmega_pricing_list_view.php:1664
12371
+ #: includes/widgets/htmega_progress_bar.php:751
12372
+ #: includes/widgets/htmega_progress_bar.php:830
12373
+ #: includes/widgets/htmega_scroll_image.php:401
12374
+ #: includes/widgets/htmega_singlepost.php:185
12375
+ #: includes/widgets/htmega_singlepost.php:272
12376
+ #: includes/widgets/htmega_singlepost.php:385
12377
+ #: includes/widgets/htmega_special_day_banner.php:359
12378
+ #: includes/widgets/htmega_special_day_banner.php:418
12379
+ #: includes/widgets/htmega_special_day_banner.php:477
12380
+ #: includes/widgets/htmega_special_day_banner.php:536
12381
+ #: includes/widgets/htmega_special_day_banner.php:595
12382
+ #: includes/widgets/htmega_special_day_banner.php:662
12383
+ #: includes/widgets/htmega_tabs.php:549
12384
+ #: includes/widgets/htmega_verticle_time_line.php:158
12385
+ #: includes/widgets/htmega_verticle_time_line.php:211
12386
+ #: includes/widgets/htmega_verticle_time_line.php:341
12387
+ #: includes/widgets/htmega_wc_categories.php:300
12388
+ #: includes/widgets/htmega_wc_element_pages.php:279
12389
+ #: includes/widgets/htmega_wc_element_pages.php:405
12390
+ #: includes/widgets/htmega_wc_element_pages.php:660
12391
+ #: includes/widgets/htmega_wc_element_pages.php:942
12392
+ #: includes/widgets/htmega_wc_element_pages.php:1326
12393
+ #: includes/widgets/htmega_wc_element_pages.php:1591
12394
+ #: includes/widgets/htmega_wc_element_pages.php:1725
12395
+ #: includes/widgets/htmega_wc_element_pages.php:1873
12396
+ #: includes/widgets/htmega_working_process.php:654
12397
+ #: includes/widgets/htmega_working_process.php:733
12398
+ #: includes/widgets/htmega_working_process.php:833
12399
+ #: extensions/ht-builder/widgets/bl_page_title.php:78
12400
+ #: extensions/ht-builder/widgets/bl_post_archive.php:359
12401
+ #: extensions/ht-builder/widgets/bl_post_archive.php:466
12402
+ #: extensions/ht-builder/widgets/bl_post_archive.php:572
12403
+ #: extensions/ht-builder/widgets/bl_post_archive.php:664
12404
+ #: extensions/ht-builder/widgets/bl_post_archive.php:733
12405
+ #: extensions/ht-builder/widgets/bl_post_archive.php:869
12406
+ #: extensions/ht-builder/widgets/bl_post_archive_title.php:80
12407
+ #: extensions/ht-builder/widgets/bl_post_comments.php:60
12408
+ #: extensions/ht-builder/widgets/bl_post_comments.php:121
12409
+ #: extensions/ht-builder/widgets/bl_post_content.php:60
12410
+ #: extensions/ht-builder/widgets/bl_post_excerpt.php:60
12411
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:367
12412
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:407
12413
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:122
12414
+ #: extensions/ht-builder/widgets/bl_post_search_form.php:207
12415
+ #: extensions/ht-builder/widgets/bl_post_title.php:80
12416
+ #: extensions/ht-builder/widgets/bl_site_title.php:80
12417
+ msgid "Typography"
12418
+ msgstr ""
12419
+
12420
+ #: includes/widgets/htmega_weather.php:52
12421
+ msgid "Units"
12422
+ msgstr ""
12423
+
12424
+ #: includes/widgets/htmega_newsticker.php:126
12425
+ msgid "Up"
12426
+ msgstr ""
12427
+
12428
+ #: includes/widgets/htmega_section_title.php:644
12429
+ msgid "Use Backround for Text"
12430
+ msgstr ""
12431
+
12432
+ #: includes/widgets/htmega_googlemap.php:171
12433
+ msgid "Use max 32x32 px size."
12434
+ msgstr ""
12435
+
12436
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:108
12437
+ #: extensions/ht-builder/widgets/bl_post_meta_info.php:147
12438
+ #, php-format
12439
+ msgid "Use the letters: %s"
12440
+ msgstr ""
12441
+
12442
+ #: includes/widgets_control.php:368 admin/include/admin-setting.php:567
12443
+ #: includes/widgets/htmega_user_login_form.php:13
12444
+ msgid "User Login Form"
12445
+ msgstr ""
12446
+
12447
+ #: includes/widgets/htmega_twitter_feed.php:833
12448
+ msgid "User Name Style"
12449
+ msgstr ""
12450
+
12451
+ #: includes/widgets_control.php:373 admin/include/admin-setting.php:575
12452
+ msgid "User Register Form"
12453
+ msgstr ""
12454
+
12455
+ #: includes/widgets/htmega_twitter_feed.php:71
12456
+ msgid "UserName"
12457
+ msgstr ""
12458
+
12459
+ #: includes/widgets/htmega_user_login_form.php:1564
12460
+ #: includes/widgets/htmega_user_login_form.php:1565
12461
+ msgid "Username"
12462
+ msgstr ""
12463
+
12464
+ #: includes/widgets/htmega_user_login_form.php:208
12465
+ msgid "Username Label"
12466
+ msgstr ""
12467
+
12468
+ #: includes/widgets/htmega_user_login_form.php:210
12469
+ #: includes/widgets/htmega_user_login_form.php:223
12470
+ msgid "Username or Email"
12471
+ msgstr ""
12472
+
12473
+ #: includes/widgets/htmega_user_login_form.php:221
12474
+ msgid "Username Placeholder"
12475
+ msgstr ""
12476
+
12477
+ #: includes/helper-function.php:417
12478
+ msgid "Username too short. At least 4 characters is required"
12479
+ msgstr ""
12480
+
12481
+ #: includes/helper-function.php:412
12482
+ msgid "Username, Password and E-Mail are required"
12483
+ msgstr ""
12484
+
12485
+ #: includes/widgets/htmega_caldera_form.php:657
12486
+ #: includes/widgets/htmega_ninja_form.php:1137
12487
+ msgid "Validation Pass Style"
12488
+ msgstr ""
12489
+
12490
+ #: includes/widgets/htmega_progress_bar.php:763
12491
+ msgid "Value"
12492
+ msgstr ""
12493
+
12494
+ #: includes/widgets/htmega_progress_bar.php:174
12495
+ msgid "Value Indicator"
12496
+ msgstr ""
12497
+
12498
+ #: includes/widgets/htmega_progress_bar.php:62
12499
+ #: includes/widgets/htmega_scroll_navigation.php:131
12500
+ msgid "Vertical"
12501
+ msgstr ""
12502
+
12503
+ #: includes/widgets/htmega_pricing_list_view.php:1155
12504
+ msgid "Vertical Alignment"
12505
+ msgstr ""
12506
+
12507
+ #: includes/widgets/htmega_working_process.php:235
12508
+ msgid "Vertical Line Color"
12509
+ msgstr ""
12510
+
12511
+ #: includes/widgets/htmega_service.php:861
12512
+ msgid "Vertical line Hover Color"
12513
+ msgstr ""
12514
+
12515
+ #: extensions/ht-menu/widgets/verticle-mega-menu.php:15
12516
+ msgid "Vertical Mega Menu"
12517
+ msgstr ""
12518
+
12519
+ #: includes/widgets/htmega_carousel.php:694
12520
+ #: includes/widgets/htmega_panel_slider.php:939
12521
+ msgid "Vertical Position"
12522
+ msgstr ""
12523
+
12524
+ #: includes/widgets/htmega_special_day_banner.php:219
12525
+ msgid "Vertical Postion"
12526
+ msgstr ""
12527
+
12528
+ #: includes/widgets/htmega_slider_thumb_gallery.php:463
12529
+ msgid "Vertical Slide"
12530
+ msgstr ""
12531
+
12532
+ #: includes/widgets/htmega_twitter_feed.php:1410
12533
+ msgid "Vertical Space"
12534
+ msgstr ""
12535
+
12536
+ #: includes/widgets/htmega_verticle_time_line.php:14
12537
+ msgid "Vertical Timeline"
12538
+ msgstr ""
12539
+
12540
+ #: includes/widgets/htmega_verticle_time_line.php:36
12541
+ msgid "Vertical Timeline Layout"
12542
+ msgstr ""
12543
+
12544
+ #: includes/widgets_control.php:378
12545
+ msgid "Verticle Time Line"
12546
+ msgstr ""
12547
+
12548
+ #: admin/include/admin-setting.php:583
12549
+ msgid "Verticle Timeline"
12550
+ msgstr ""
12551
+
12552
+ #: includes/widgets/htmega_socialshere.php:90
12553
+ msgid "Viber"
12554
+ msgstr ""
12555
+
12556
+ #: includes/widgets/htmega_lightbox.php:54
12557
+ msgid "Video"
12558
+ msgstr ""
12559
+
12560
+ #: includes/widgets/htmega_videoplayer.php:233
12561
+ msgid "Video Box Style"
12562
+ msgstr ""
12563
+
12564
+ #: includes/widgets/htmega_videoplayer.php:48
12565
+ msgid "Video Container"
12566
+ msgstr ""
12567
+
12568
+ #: includes/widgets/htmega_videoplayer.php:136
12569
+ msgid "Video Image"
12570
+ msgstr ""
12571
+
12572
+ #: includes/widgets/htmega_videoplayer.php:153
12573
+ msgid "Video Options"
12574
+ msgstr ""
12575
+
12576
+ #: admin/include/admin-setting.php:591
12577
+ #: includes/widgets/htmega_videoplayer.php:12
12578
+ #: includes/widgets/htmega_videoplayer.php:41
12579
+ msgid "Video Player"
12580
+ msgstr ""
12581
+
12582
+ #: includes/widgets/htmega_videoplayer.php:221
12583
+ msgid "Video Start Time"
12584
+ msgstr ""
12585
+
12586
+ #: admin/include/admin-setting.php:1221
12587
+ msgid "Video Tutorial"
12588
+ msgstr ""
12589
+
12590
+ #: includes/widgets/htmega_lightbox.php:77
12591
+ msgid "Video URL"
12592
+ msgstr ""
12593
+
12594
+ #: includes/widgets/htmega_videoplayer.php:60
12595
+ msgid "Video Url"
12596
+ msgstr ""
12597
+
12598
+ #: includes/widgets_control.php:383
12599
+ msgid "VideoPlayer"
12600
+ msgstr ""
12601
+
12602
+ #: includes/widgets/htmega_socialshere.php:341
12603
+ msgid "View"
12604
+ msgstr ""
12605
+
12606
+ #: admin/include/admin-setting.php:860
12607
+ msgid "View Counter"
12608
+ msgstr ""
12609
+
12610
+ #: admin/include/admin-setting.php:859
12611
+ msgid "View Counter <span>( Pro )</span>"
12612
+ msgstr ""
12613
+
12614
+ #: includes/widgets/htmega_accordion.php:357
12615
+ msgid "Visible Item"
12616
+ msgstr ""
12617
+
12618
+ #: includes/widgets/htmega_animated_heading.php:114
12619
+ msgid "Visible Item Number"
12620
+ msgstr ""
12621
+
12622
+ #: includes/widgets/htmega_socialshere.php:68
12623
+ msgid "Vkontakte"
12624
+ msgstr ""
12625
+
12626
+ #: admin/include/templates/library/templates.php:148
12627
+ msgid "Want to learn more about the HT Mega library?"
12628
+ msgstr ""
12629
+
12630
+ #: includes/widgets/htmega_notify.php:135
12631
+ msgid "Warning"
12632
+ msgstr ""
12633
+
12634
+ #: admin/include/admin-setting.php:1090
12635
+ #: includes/widgets/htmega_wc_add_to_cart.php:14
12636
+ msgid "WC : Add To cart"
12637
+ msgstr ""
12638
+
12639
+ #: admin/include/admin-setting.php:1098
12640
+ #: includes/widgets/htmega_wc_categories.php:13
12641
+ msgid "WC : Categories"
12642
+ msgstr ""
12643
+
12644
+ #: admin/include/admin-setting.php:1106
12645
+ #: includes/widgets/htmega_wc_element_pages.php:13
12646
+ msgid "WC : Pages"
12647
+ msgstr ""
12648
+
12649
+ #: extensions/wc-sales-notification/admin/setting.php:268
12650
+ msgid "WC Sales Notification Settings"
12651
+ msgstr ""
12652
+
12653
+ #: includes/widgets_control.php:403 admin/include/admin-setting.php:623
12654
+ #: includes/widgets/htmega_weather.php:13
12655
+ #: includes/widgets/htmega_weather.php:36
12656
+ msgid "Weather"
12657
+ msgstr ""
12658
+
12659
+ #: admin/include/admin-setting.php:644
12660
+ msgid "Weather Map API Key"
12661
+ msgstr ""
12662
+
12663
+ #: admin/include/admin-setting.php:646
12664
+ msgid "Weather Map API key"
12665
+ msgstr ""
12666
+
12667
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:98
12668
+ msgid "Website"
12669
+ msgstr ""
12670
+
12671
+ #: includes/helper-function.php:444
12672
+ msgid "Website is not a valid URL"
12673
+ msgstr ""
12674
+
12675
+ #: includes/widgets/htmega_business_hours.php:184
12676
+ msgid "Wednesday"
12677
+ msgstr ""
12678
+
12679
+ #: includes/widgets/htmega_instagram.php:114
12680
+ msgid "Week"
12681
+ msgstr ""
12682
+
12683
+ #: includes/widgets/htmega_socialshere.php:87
12684
+ msgid "Weibo"
12685
+ msgstr ""
12686
+
12687
+ #: includes/widgets/htmega_socialshere.php:91
12688
+ msgid "Whatsapp"
12689
+ msgstr ""
12690
+
12691
+ #: admin/include/admin-setting.php:1186
12692
+ msgid "Which will motivate us a lot."
12693
+ msgstr ""
12694
+
12695
+ #: includes/recommended-plugins/recommended-plugins.php:83
12696
+ msgid "Whols"
12697
+ msgstr ""
12698
+
12699
+ #: includes/widgets/htmega_blockquote.php:630
12700
+ #: includes/widgets/htmega_blockquote.php:755
12701
+ #: includes/widgets/htmega_caldera_form.php:521
12702
+ #: includes/widgets/htmega_carousel.php:654
12703
+ #: includes/widgets/htmega_carousel.php:919
12704
+ #: includes/widgets/htmega_carousel.php:1025
12705
+ #: includes/widgets/htmega_contact_form_seven.php:727
12706
+ #: includes/widgets/htmega_contact_form_seven.php:791
12707
+ #: includes/widgets/htmega_gravity_forms.php:662
12708
+ #: includes/widgets/htmega_imagemarker.php:808
12709
+ #: includes/widgets/htmega_image_comparison.php:463
12710
+ #: includes/widgets/htmega_instagram.php:1030
12711
+ #: includes/widgets/htmega_instagram.php:1209
12712
+ #: includes/widgets/htmega_job_manager.php:171
12713
+ #: includes/widgets/htmega_mailchimp_wp.php:327
12714
+ #: includes/widgets/htmega_modal.php:312 includes/widgets/htmega_notify.php:734
12715
+ #: includes/widgets/htmega_panel_slider.php:874
12716
+ #: includes/widgets/htmega_panel_slider.php:1081
12717
+ #: includes/widgets/htmega_popover.php:514
12718
+ #: includes/widgets/htmega_post_slider.php:1640
12719
+ #: includes/widgets/htmega_post_slider.php:1789
12720
+ #: includes/widgets/htmega_pricing_list_view.php:405
12721
+ #: includes/widgets/htmega_pricing_list_view.php:1034
12722
+ #: includes/widgets/htmega_quforms.php:805
12723
+ #: includes/widgets/htmega_scroll_navigation.php:365
12724
+ #: includes/widgets/htmega_search.php:554
12725
+ #: includes/widgets/htmega_search.php:789
12726
+ #: includes/widgets/htmega_service.php:571
12727
+ #: includes/widgets/htmega_service.php:821
12728
+ #: includes/widgets/htmega_service.php:887
12729
+ #: includes/widgets/htmega_slider_thumb_gallery.php:921
12730
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1138
12731
+ #: includes/widgets/htmega_special_day_banner.php:165
12732
+ #: includes/widgets/htmega_twitter_feed.php:1169
12733
+ #: includes/widgets/htmega_twitter_feed.php:1371
12734
+ #: includes/widgets/htmega_user_login_form.php:1173
12735
+ #: includes/widgets/htmega_working_process.php:887
12736
+ #: includes/widgets/htmega_working_process.php:1012
12737
+ #: includes/widgets/htmega_wpforms.php:948
12738
+ #: extensions/ht-builder/widgets/bl_post_author_info.php:146
12739
+ msgid "Width"
12740
+ msgstr ""
12741
+
12742
+ #: includes/recommended-plugins/recommended-plugins.php:63
12743
+ msgid "WishSuite"
12744
+ msgstr ""
12745
+
12746
+ #: includes/recommended-plugins/recommended-plugins.php:51
12747
+ msgid "WooCommerce"
12748
+ msgstr ""
12749
+
12750
+ #: includes/recommended-plugins/recommended-plugins.php:58
12751
+ msgid "WooLentor – WooCommerce Elementor Addons + Builder"
12752
+ msgstr ""
12753
+
12754
+ #: includes/widgets/htmega_progress_bar.php:106
12755
+ #: includes/widgets/htmega_progress_bar.php:208
12756
+ #: includes/widgets/htmega_progress_bar.php:238
12757
+ #: includes/widgets/htmega_progress_bar.php:406
12758
+ #: includes/widgets/htmega_socialshere.php:84
12759
+ msgid "WordPress"
12760
+ msgstr ""
12761
+
12762
+ #: includes/widgets/htmega_pricing_list_view.php:82
12763
+ #: includes/widgets/htmega_pricing_list_view.php:146
12764
+ msgid "WordPress Plugin"
12765
+ msgstr ""
12766
+
12767
+ #: includes/widgets_control.php:388 admin/include/admin-setting.php:599
12768
+ #: includes/widgets/htmega_working_process.php:14
12769
+ #: includes/widgets/htmega_working_process.php:35
12770
+ msgid "Working Process"
12771
+ msgstr ""
12772
+
12773
+ #: admin/include/admin-setting.php:1059 includes/widgets/htmega_wpforms.php:13
12774
+ #: includes/widgets/htmega_wpforms.php:57
12775
+ msgid "WP Form"
12776
+ msgstr ""
12777
+
12778
+ #: includes/recommended-plugins/recommended-plugins.php:96
12779
+ msgid "WP Plugin Manager"
12780
+ msgstr ""
12781
+
12782
+ #: includes/widgets/htmega_section_title.php:291
12783
+ msgid "X Offset"
12784
+ msgstr ""
12785
+
12786
+ #: includes/widgets/htmega_imagemarker.php:241
12787
+ msgid "X Postion"
12788
+ msgstr ""
12789
+
12790
+ #: includes/widgets/htmega_socialshere.php:83
12791
+ msgid "Xing"
12792
+ msgstr ""
12793
+
12794
+ #: includes/widgets/htmega_section_title.php:314
12795
+ msgid "Y Offset"
12796
+ msgstr ""
12797
+
12798
+ #: includes/widgets/htmega_imagemarker.php:262
12799
+ msgid "Y Postion"
12800
+ msgstr ""
12801
+
12802
+ #: includes/widgets/htmega_booked_calender.php:128
12803
+ #: includes/widgets/htmega_instagram.php:116
12804
+ msgid "Year"
12805
+ msgstr ""
12806
+
12807
+ #: includes/widgets/htmega_carousel.php:212
12808
+ #: includes/widgets/htmega_gravity_forms.php:103
12809
+ #: includes/widgets/htmega_instagram.php:407
12810
+ #: includes/widgets/htmega_panel_slider.php:272
12811
+ #: includes/widgets/htmega_post_slider.php:392
12812
+ #: includes/widgets/htmega_slider_thumb_gallery.php:211
12813
+ #: includes/widgets/htmega_slider_thumb_gallery.php:476
12814
+ #: includes/widgets/htmega_twitter_feed.php:334
12815
+ #: includes/widgets/htmega_user_login_form.php:121
12816
+ #: includes/widgets/htmega_user_login_form.php:264
12817
+ #: includes/widgets/htmega_videoplayer.php:124
12818
+ #: includes/widgets/htmega_videoplayer.php:164
12819
+ #: includes/widgets/htmega_videoplayer.php:176
12820
+ #: includes/widgets/htmega_videoplayer.php:188
12821
+ #: includes/widgets/htmega_videoplayer.php:200
12822
+ #: includes/widgets/htmega_videoplayer.php:212
12823
+ msgid "Yes"
12824
+ msgstr ""
12825
+
12826
+ #: includes/widgets/htmega_business_hours.php:170
12827
+ #: includes/widgets/htmega_instragram_feed.php:86
12828
+ #: includes/widgets/htmega_instragram_feed.php:97
12829
+ #: includes/widgets/htmega_instragram_feed.php:121
12830
+ msgid "yes"
12831
+ msgstr ""
12832
+
12833
+ #: includes/widgets/htmega_twitter_feed.php:1677
12834
+ msgid "yesterday"
12835
+ msgstr ""
12836
+
12837
+ #: includes/widgets/htmega_user_login_form.php:1578
12838
+ #, php-format
12839
+ msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
12840
+ msgstr ""
12841
+
12842
+ #: admin/include/admin-setting.php:907
12843
+ msgid "You can enable duplicator for individual post."
12844
+ msgstr ""
12845
+
12846
+ #: admin/include/admin-setting.php:654
12847
+ msgid "You can select 404 page from here."
12848
+ msgstr ""
12849
+
12850
+ #: extensions/ht-builder/admin/setting.php:113
12851
+ msgid "You can select 404 page from here. <span>( Pro )</span>"
12852
+ msgstr ""
12853
+
12854
+ #: extensions/ht-builder/admin/setting.php:74
12855
+ msgid "You can select blog page from here."
12856
+ msgstr ""
12857
+
12858
+ #: extensions/ht-builder/admin/setting.php:125
12859
+ msgid "You can select coming soon page from here. <span>( Pro )</span>"
12860
+ msgstr ""
12861
+
12862
+ #: extensions/ht-builder/admin/setting.php:92
12863
+ msgid "You can select footer template from here."
12864
+ msgstr ""
12865
+
12866
+ #: extensions/ht-builder/admin/setting.php:83
12867
+ msgid "You can select header template from here."
12868
+ msgstr ""
12869
+
12870
+ #: extensions/ht-builder/admin/setting.php:101
12871
+ msgid "You can select search page from here. <span>( Pro )</span>"
12872
+ msgstr ""
12873
+
12874
+ #: extensions/ht-builder/admin/setting.php:65
12875
+ msgid "You can select Single blog page from here."
12876
+ msgstr ""
12877
+
12878
+ #: includes/widgets/htmega_wc_element_pages.php:1924
12879
+ msgid "Your cart is currently empty."
12880
+ msgstr ""
12881
+
12882
+ #: includes/widgets/htmega_animated_heading.php:75
12883
+ msgid "Zoom"
12884
+ msgstr ""
12885
+
12886
+ #: includes/widgets/htmega_lightbox.php:297
12887
+ msgid "Zoom Button"
12888
+ msgstr ""
12889
+
12890
+ #: includes/widgets/htmega_lightbox.php:169
12891
+ msgid "Zoom Button Text"
12892
+ msgstr ""
12893
+
12894
+ #: includes/widgets/htmega_googlemap.php:50
12895
+ msgid "Zoom Control"
12896
+ msgstr ""
12897
+
12898
+ #: includes/widgets/htmega_instagram.php:261
12899
+ #: includes/widgets/htmega_lightbox.php:154
12900
+ msgid "Zoom Icon"
12901
+ msgstr ""
12902
+
12903
+ #: includes/widgets/htmega_instagram.php:211
12904
+ msgid "Zoom Icon Type"
12905
+ msgstr ""
12906
+
12907
+ #: includes/widgets/htmega_image_magnifier.php:79
12908
+ msgid "Zoom Label"
12909
+ msgstr ""
12910
+
12911
+ #: includes/widgets/htmega_image_magnifier.php:69
12912
+ msgid "Zoomable"
12913
+ msgstr ""
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, aslamhasib
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
- Tested up to: 5.9.2
6
- Stable tag: 1.8.4
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -200,6 +200,13 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
200
 
201
  == Changelog ==
202
 
 
 
 
 
 
 
 
203
  = Version: 1.8.4 - Date: 2022-04-05 =
204
  * Added: Forget Password Position control in User Login Form Widget
205
  * Added: Terms & conditions label and select page option in User Register Form Widget
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, aslamhasib
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
+ Tested up to: 5.9.3
6
+ Stable tag: 1.8.5
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
200
 
201
  == Changelog ==
202
 
203
+ = Version: 1.8.5 - Date: 2022-04-17 =
204
+ * Improved: BuddyPress Widget
205
+ * Improved: Booked Calendar Widget
206
+ * Improved: bbPress Widget
207
+ * Improved: Job Manager Widget
208
+ * Fixed: Escaping issue in Tabs Widget
209
+
210
  = Version: 1.8.4 - Date: 2022-04-05 =
211
  * Added: Forget Password Position control in User Login Form Widget
212
  * Added: Terms & conditions label and select page option in User Register Form Widget