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

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

Code changes from version 1.3.0 to 1.3.1

assets/css/htmega-widgets.css CHANGED
@@ -2707,6 +2707,9 @@ ul.brand-list li a{
2707
  /*-----------------------
2708
  * Newsletter Style
2709
  -----------------------*/
 
 
 
2710
  .newsletter-style-one p {
2711
  color: #798294;
2712
  font-size: 14px;
2707
  /*-----------------------
2708
  * Newsletter Style
2709
  -----------------------*/
2710
+ .float-left{
2711
+ float:left;
2712
+ }
2713
  .newsletter-style-one p {
2714
  color: #798294;
2715
  font-size: 14px;
extensions/ht-builder/classes/class.template_builder.php CHANGED
@@ -53,6 +53,8 @@ class HTMegaBuilder_Custom_Template_Layout{
53
  $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/single-fullwidth.php';
54
  } elseif ( 'elementor_canvas' === $singletemplateid ) {
55
  $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/single-canvas.php';
 
 
56
  }
57
  }
58
 
@@ -62,6 +64,8 @@ class HTMegaBuilder_Custom_Template_Layout{
62
  $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/archive-fullwidth.php';
63
  } elseif ( 'elementor_canvas' === $archivetemplateid ) {
64
  $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/archive-canvas.php';
 
 
65
  }
66
  }
67
 
53
  $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/single-fullwidth.php';
54
  } elseif ( 'elementor_canvas' === $singletemplateid ) {
55
  $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/single-canvas.php';
56
+ } else {
57
+ $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/single.php';
58
  }
59
  }
60
 
64
  $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/archive-fullwidth.php';
65
  } elseif ( 'elementor_canvas' === $archivetemplateid ) {
66
  $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/archive-canvas.php';
67
+ } else {
68
+ $template = HTMEGA_ADDONS_PL_PATH.'extensions/ht-builder/templates/archive.php';
69
  }
70
  }
71
 
extensions/ht-builder/templates/archive.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Archive / Blog Full Width
4
+ */
5
+
6
+ if ( ! defined( 'ABSPATH' ) ) {
7
+ exit; // Exit if accessed directly.
8
+ }
9
+
10
+
11
+ get_header();
12
+
13
+ /**
14
+ * Before Header-Footer page template content.
15
+ *
16
+ * Fires before the content of Elementor Header-Footer page template.
17
+ *
18
+ * @since 2.0.0
19
+ */
20
+ do_action( 'elementor/page_templates/header-footer/before_content' ); ?>
21
+
22
+ <?php do_action( 'htmegabuilder_blog_content' ); ?>
23
+
24
+ <?php
25
+
26
+ /**
27
+ * After Header-Footer page template content.
28
+ *
29
+ * Fires after the content of Elementor Header-Footer page template.
30
+ *
31
+ * @since 2.0.0
32
+ */
33
+ do_action( 'elementor/page_templates/header-footer/after_content' );
34
+
35
+ get_footer();
36
+
37
+ /* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */
extensions/ht-builder/templates/single.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Single Blog Full Width
4
+ */
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit; // Exit if accessed directly.
7
+ }
8
+
9
+ get_header();
10
+ /**
11
+ * Before Header-Footer page template content.
12
+ *
13
+ * Fires before the content of Elementor Header-Footer page template.
14
+ *
15
+ * @since 2.0.0
16
+ */
17
+ do_action( 'elementor/page_templates/header-footer/before_content' );
18
+
19
+ while ( have_posts() ) :
20
+ the_post();
21
+ if( !\Elementor\Plugin::$instance->preview->is_preview_mode() ){
22
+ do_action( 'htmegabuilder_single_blog_content' );
23
+ }else{
24
+ the_content();
25
+ }
26
+ endwhile; // end of the loop.
27
+
28
+ /**
29
+ * After Header-Footer page template content.
30
+ *
31
+ * Fires after the content of Elementor Header-Footer page template.
32
+ *
33
+ * @since 2.0.0
34
+ */
35
+ do_action( 'elementor/page_templates/header-footer/after_content' );
36
+
37
+ get_footer();
extensions/ht-builder/widgets/bl_post_meta_info.php CHANGED
@@ -520,7 +520,7 @@ class Bl_Post_Meta_Info_ELement extends Widget_Base {
520
 
521
  if( $repeater_item['metaname'] == 'author' ){
522
  $item_data['text'] = get_the_author_meta( 'display_name' );
523
- $item_data['icon'] = 'fa fa-user-circle-o';
524
  $item_data['itemprop'] = 'author';
525
  if ( 'yes' === $repeater_item['link'] ) {
526
  $item_data['url'] = [
@@ -602,7 +602,7 @@ class Bl_Post_Meta_Info_ELement extends Widget_Base {
602
  'url' => get_comments_link(),
603
  ];
604
  }
605
- $item_data['icon'] = 'fa fa-commenting-o';
606
  $item_data['itemprop'] = 'commentCount';
607
  }
608
  }
520
 
521
  if( $repeater_item['metaname'] == 'author' ){
522
  $item_data['text'] = get_the_author_meta( 'display_name' );
523
+ $item_data['icon'] = 'fa fa-user-circle';
524
  $item_data['itemprop'] = 'author';
525
  if ( 'yes' === $repeater_item['link'] ) {
526
  $item_data['url'] = [
602
  'url' => get_comments_link(),
603
  ];
604
  }
605
+ $item_data['icon'] = 'fa fa-commenting';
606
  $item_data['itemprop'] = 'commentCount';
607
  }
608
  }
htmega_addons_elementor.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: http://demo.wphash.com/htmega/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
- * Version: 1.3.0
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
@@ -13,7 +13,7 @@
13
  */
14
 
15
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
16
- define( 'HTMEGA_VERSION', '1.3.0' );
17
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
18
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
19
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
5
  * Plugin URI: http://demo.wphash.com/htmega/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
+ * Version: 1.3.1
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
13
  */
14
 
15
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
16
+ define( 'HTMEGA_VERSION', '1.3.1' );
17
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
18
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
19
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
includes/widgets/htmega_pricing_table.php CHANGED
@@ -1086,7 +1086,7 @@ class HTMega_Elementor_Widget_Pricing_Table extends Widget_Base {
1086
  <li class="<?php if( $features['htmega_old_features'] == 'yes' ){ echo 'off'; }?> elementor-repeater-item-<?php echo $features['_id']; ?>" >
1087
  <?php
1088
  if( !empty( $features['htmega_features_icon']['value'] ) ){
1089
- echo HTMega_Icon_manager::render_icon( $settings['htmega_features_icon'], [ 'aria-hidden' => 'true' ] );
1090
  }
1091
  echo esc_html__( $features['htmega_features_title'], 'htmega-addons' );
1092
  ?>
1086
  <li class="<?php if( $features['htmega_old_features'] == 'yes' ){ echo 'off'; }?> elementor-repeater-item-<?php echo $features['_id']; ?>" >
1087
  <?php
1088
  if( !empty( $features['htmega_features_icon']['value'] ) ){
1089
+ echo HTMega_Icon_manager::render_icon( $features['htmega_features_icon'], [ 'aria-hidden' => 'true' ] );
1090
  }
1091
  echo esc_html__( $features['htmega_features_title'], 'htmega-addons' );
1092
  ?>
includes/widgets/htmega_services.php CHANGED
@@ -477,7 +477,7 @@ class HTMega_Elementor_Widget_Service extends Widget_Base {
477
  ],
478
  ],
479
  'default' => [
480
- 'size' => 110,
481
  ],
482
  'selectors' => [
483
  '{{WRAPPER}} .htmega-service-style-6 .icon' => 'width: {{SIZE}}{{UNIT}};',
@@ -498,7 +498,7 @@ class HTMega_Elementor_Widget_Service extends Widget_Base {
498
  ],
499
  ],
500
  'default' => [
501
- 'size' => 110,
502
  ],
503
  'selectors' => [
504
  '{{WRAPPER}} .htmega-service-style-6 .icon' => 'height: {{SIZE}}{{UNIT}}; line-height: {{SIZE}}{{UNIT}};',
477
  ],
478
  ],
479
  'default' => [
480
+ 'size' => 100,
481
  ],
482
  'selectors' => [
483
  '{{WRAPPER}} .htmega-service-style-6 .icon' => 'width: {{SIZE}}{{UNIT}};',
498
  ],
499
  ],
500
  'default' => [
501
+ 'size' => 100,
502
  ],
503
  'selectors' => [
504
  '{{WRAPPER}} .htmega-service-style-6 .icon' => 'height: {{SIZE}}{{UNIT}}; line-height: {{SIZE}}{{UNIT}};',
languages/htmega-addons.pot ADDED
@@ -0,0 +1,9956 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2019-10-29 08:12+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.3.1; wp-5.2.4"
17
+
18
+ #: includes/widgets/htmega_twitter_feed.php:1491
19
+ msgid " days ago"
20
+ msgstr ""
21
+
22
+ #: admin/include/templates_list.php:70
23
+ msgid " has been imported."
24
+ msgstr ""
25
+
26
+ #: includes/widgets/htmega_twitter_feed.php:1485
27
+ msgid " hours ago"
28
+ msgstr ""
29
+
30
+ #: includes/widgets/htmega_twitter_feed.php:1479
31
+ msgid " min ago"
32
+ msgstr ""
33
+
34
+ #: includes/widgets/htmega_twitter_feed.php:1495
35
+ msgid " months ago"
36
+ msgstr ""
37
+
38
+ #: admin/include/templates_list.php:36
39
+ msgid " Template set &"
40
+ msgstr ""
41
+
42
+ #: includes/widgets/htmega_twitter_feed.php:1498
43
+ msgid " years ago"
44
+ msgstr ""
45
+
46
+ #: includes/class.htmega.php:98 includes/class.htmega.php:109
47
+ #, php-format
48
+ msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
49
+ msgstr ""
50
+
51
+ #: includes/widgets/htmega_brand.php:86 includes/widgets/htmega_brand.php:99
52
+ #: includes/widgets/htmega_image_grid.php:137
53
+ #: includes/widgets/htmega_image_masonry.php:146
54
+ msgid "#"
55
+ msgstr ""
56
+
57
+ #: includes/widgets/htmega_counter.php:146
58
+ msgid "$"
59
+ msgstr ""
60
+
61
+ #: includes/widgets/htmega_pricing_list_view.php:133
62
+ msgid "$42"
63
+ msgstr ""
64
+
65
+ #: includes/widgets/htmega_pricing_list_view.php:127
66
+ msgid "$46"
67
+ msgstr ""
68
+
69
+ #: includes/widgets/htmega_pricing_list_view.php:121
70
+ msgid "$48"
71
+ msgstr ""
72
+
73
+ #: includes/widgets/htmega_pricing_list_view.php:115
74
+ msgid "$52"
75
+ msgstr ""
76
+
77
+ #: includes/widgets/htmega_pricing_list_view.php:76
78
+ msgid "$56"
79
+ msgstr ""
80
+
81
+ #: includes/widgets/htmega_tablepress.php:30
82
+ msgid "(no name)"
83
+ msgstr ""
84
+
85
+ #: includes/widgets/htmega_counter.php:155
86
+ msgid "+"
87
+ msgstr ""
88
+
89
+ #: includes/widgets/htmega_booked_calender.php:52
90
+ #: includes/widgets/htmega_flip-box.php:98
91
+ #: includes/widgets/htmega_flip-box.php:193
92
+ msgid "01"
93
+ msgstr ""
94
+
95
+ #: includes/widgets/htmega_booked_calender.php:53
96
+ msgid "02"
97
+ msgstr ""
98
+
99
+ #: includes/widgets/htmega_booked_calender.php:54
100
+ msgid "03"
101
+ msgstr ""
102
+
103
+ #: includes/widgets/htmega_booked_calender.php:55
104
+ msgid "04"
105
+ msgstr ""
106
+
107
+ #: includes/widgets/htmega_booked_calender.php:56
108
+ msgid "05"
109
+ msgstr ""
110
+
111
+ #: includes/widgets/htmega_booked_calender.php:57
112
+ msgid "06"
113
+ msgstr ""
114
+
115
+ #: includes/widgets/htmega_booked_calender.php:58
116
+ msgid "07"
117
+ msgstr ""
118
+
119
+ #: includes/widgets/htmega_booked_calender.php:59
120
+ msgid "08"
121
+ msgstr ""
122
+
123
+ #: includes/widgets/htmega_booked_calender.php:60
124
+ msgid "09"
125
+ msgstr ""
126
+
127
+ #: includes/widgets/htmega_pricing_list_view.php:316
128
+ #: includes/widgets/htmega_pricing_list_view.php:317
129
+ #: includes/widgets/htmega_pricing_list_view.php:323
130
+ #: includes/widgets/htmega_pricing_list_view.php:329
131
+ #: includes/widgets/htmega_pricing_list_view.php:336
132
+ #: includes/widgets/htmega_table.php:239 includes/widgets/htmega_table.php:240
133
+ #: includes/widgets/htmega_table.php:246 includes/widgets/htmega_table.php:252
134
+ #: includes/widgets/htmega_table.php:259
135
+ msgid "1"
136
+ msgstr ""
137
+
138
+ #: includes/widgets/htmega_weather.php:87
139
+ msgid "1 Days"
140
+ msgstr ""
141
+
142
+ #: includes/widgets/htmega_twitter_feed.php:1482
143
+ msgid "1 hour ago"
144
+ msgstr ""
145
+
146
+ #: includes/widgets/htmega_twitter_feed.php:1476
147
+ msgid "1 min ago"
148
+ msgstr ""
149
+
150
+ #: extensions/wc-sales-notification/admin/setting.php:132
151
+ msgid "1 minute"
152
+ msgstr ""
153
+
154
+ #: includes/widgets/htmega_twitter_feed.php:1495
155
+ msgid "1 month ago"
156
+ msgstr ""
157
+
158
+ #: extensions/wc-sales-notification/admin/setting.php:157
159
+ msgid "1 week"
160
+ msgstr ""
161
+
162
+ #: includes/widgets/htmega_twitter_feed.php:1498
163
+ msgid "1 year ago"
164
+ msgstr ""
165
+
166
+ #: extensions/wc-sales-notification/admin/setting.php:133
167
+ msgid "1.5 minutes"
168
+ msgstr ""
169
+
170
+ #: includes/widgets/htmega_booked_calender.php:61
171
+ msgid "10"
172
+ msgstr ""
173
+
174
+ #: extensions/wc-sales-notification/admin/setting.php:127
175
+ msgid "10 seconds"
176
+ msgstr ""
177
+
178
+ #: includes/widgets/htmega_booked_calender.php:62
179
+ msgid "11"
180
+ msgstr ""
181
+
182
+ #: includes/widgets/htmega_booked_calender.php:63
183
+ msgid "12"
184
+ msgstr ""
185
+
186
+ #: includes/widgets/htmega_booked_calender.php:64
187
+ msgid "13"
188
+ msgstr ""
189
+
190
+ #: includes/widgets/htmega_booked_calender.php:65
191
+ msgid "14"
192
+ msgstr ""
193
+
194
+ #: includes/widgets/htmega_booked_calender.php:66
195
+ msgid "15"
196
+ msgstr ""
197
+
198
+ #: admin/include/admin-setting.php:1127
199
+ msgid "15 Categories / Template set"
200
+ msgstr ""
201
+
202
+ #: admin/include/admin-setting.php:1128
203
+ msgid "15 Templates"
204
+ msgstr ""
205
+
206
+ #: admin/include/templates_list.php:42
207
+ msgid "15 Templates are Free &"
208
+ msgstr ""
209
+
210
+ #: includes/widgets/htmega_booked_calender.php:67
211
+ msgid "16"
212
+ msgstr ""
213
+
214
+ #: includes/widgets/htmega_booked_calender.php:68
215
+ msgid "17"
216
+ msgstr ""
217
+
218
+ #: includes/widgets/htmega_booked_calender.php:69
219
+ msgid "18"
220
+ msgstr ""
221
+
222
+ #: includes/widgets/htmega_booked_calender.php:70
223
+ msgid "19"
224
+ msgstr ""
225
+
226
+ #: includes/widgets/htmega_weather.php:86
227
+ msgid "2 Days"
228
+ msgstr ""
229
+
230
+ #: extensions/wc-sales-notification/admin/setting.php:134
231
+ msgid "2 minutes"
232
+ msgstr ""
233
+
234
+ #: extensions/wc-sales-notification/admin/setting.php:119
235
+ msgid "2 seconds"
236
+ msgstr ""
237
+
238
+ #: includes/widgets/htmega_booked_calender.php:71
239
+ msgid "20"
240
+ msgstr ""
241
+
242
+ #: extensions/wc-sales-notification/admin/setting.php:128
243
+ msgid "20 seconds"
244
+ msgstr ""
245
+
246
+ #: includes/widgets/htmega_booked_calender.php:117
247
+ msgid "2018"
248
+ msgstr ""
249
+
250
+ #: includes/widgets/htmega_booked_calender.php:118
251
+ msgid "2019"
252
+ msgstr ""
253
+
254
+ #: includes/widgets/htmega_booked_calender.php:119
255
+ msgid "2020"
256
+ msgstr ""
257
+
258
+ #: includes/widgets/htmega_booked_calender.php:120
259
+ msgid "2021"
260
+ msgstr ""
261
+
262
+ #: includes/widgets/htmega_booked_calender.php:121
263
+ msgid "2022"
264
+ msgstr ""
265
+
266
+ #: includes/widgets/htmega_booked_calender.php:122
267
+ msgid "2023"
268
+ msgstr ""
269
+
270
+ #: includes/widgets/htmega_booked_calender.php:123
271
+ msgid "2024"
272
+ msgstr ""
273
+
274
+ #: includes/widgets/htmega_booked_calender.php:124
275
+ msgid "2025"
276
+ msgstr ""
277
+
278
+ #: includes/widgets/htmega_booked_calender.php:125
279
+ msgid "2026"
280
+ msgstr ""
281
+
282
+ #: includes/widgets/htmega_booked_calender.php:126
283
+ msgid "2027"
284
+ msgstr ""
285
+
286
+ #: includes/widgets/htmega_booked_calender.php:127
287
+ msgid "2028"
288
+ msgstr ""
289
+
290
+ #: includes/widgets/htmega_booked_calender.php:128
291
+ msgid "2029"
292
+ msgstr ""
293
+
294
+ #: includes/widgets/htmega_booked_calender.php:129
295
+ msgid "2030"
296
+ msgstr ""
297
+
298
+ #: includes/widgets/htmega_booked_calender.php:130
299
+ msgid "2031"
300
+ msgstr ""
301
+
302
+ #: includes/widgets/htmega_booked_calender.php:131
303
+ msgid "2032"
304
+ msgstr ""
305
+
306
+ #: includes/widgets/htmega_booked_calender.php:132
307
+ msgid "2033"
308
+ msgstr ""
309
+
310
+ #: includes/widgets/htmega_booked_calender.php:133
311
+ msgid "2034"
312
+ msgstr ""
313
+
314
+ #: includes/widgets/htmega_booked_calender.php:134
315
+ msgid "2035"
316
+ msgstr ""
317
+
318
+ #: includes/widgets/htmega_booked_calender.php:135
319
+ msgid "2036"
320
+ msgstr ""
321
+
322
+ #: includes/widgets/htmega_booked_calender.php:136
323
+ msgid "2037"
324
+ msgstr ""
325
+
326
+ #: includes/widgets/htmega_booked_calender.php:137
327
+ msgid "2038"
328
+ msgstr ""
329
+
330
+ #: includes/widgets/htmega_booked_calender.php:138
331
+ msgid "2039"
332
+ msgstr ""
333
+
334
+ #: includes/widgets/htmega_booked_calender.php:139
335
+ msgid "2040"
336
+ msgstr ""
337
+
338
+ #: includes/widgets/htmega_booked_calender.php:72
339
+ msgid "21"
340
+ msgstr ""
341
+
342
+ #: includes/widgets/htmega_booked_calender.php:73
343
+ msgid "22"
344
+ msgstr ""
345
+
346
+ #: includes/widgets/htmega_booked_calender.php:74
347
+ msgid "23"
348
+ msgstr ""
349
+
350
+ #: includes/widgets/htmega_googlemap.php:129
351
+ msgid "23.8103"
352
+ msgstr ""
353
+
354
+ #: includes/widgets/htmega_booked_calender.php:75
355
+ msgid "24"
356
+ msgstr ""
357
+
358
+ #: includes/widgets/htmega_booked_calender.php:76
359
+ msgid "25"
360
+ msgstr ""
361
+
362
+ #: includes/widgets/htmega_booked_calender.php:77
363
+ msgid "26"
364
+ msgstr ""
365
+
366
+ #: includes/widgets/htmega_booked_calender.php:78
367
+ msgid "27"
368
+ msgstr ""
369
+
370
+ #: includes/widgets/htmega_booked_calender.php:79
371
+ msgid "28"
372
+ msgstr ""
373
+
374
+ #: includes/widgets/htmega_booked_calender.php:80
375
+ msgid "29"
376
+ msgstr ""
377
+
378
+ #: includes/widgets/htmega_mailchimp_for_wp.php:53
379
+ msgid "294"
380
+ msgstr ""
381
+
382
+ #: includes/widgets/htmega_weather.php:85
383
+ msgid "3 Days"
384
+ msgstr ""
385
+
386
+ #: extensions/wc-sales-notification/admin/setting.php:120
387
+ msgid "3 seconds"
388
+ msgstr ""
389
+
390
+ #: includes/widgets/htmega_booked_calender.php:81
391
+ msgid "30"
392
+ msgstr ""
393
+
394
+ #: extensions/wc-sales-notification/admin/setting.php:129
395
+ msgid "30 seconds"
396
+ msgstr ""
397
+
398
+ #: includes/widgets/htmega_booked_calender.php:82
399
+ msgid "31"
400
+ msgstr ""
401
+
402
+ #: admin/include/admin-setting.php:1153
403
+ msgid "325 Blocks / Sections"
404
+ msgstr ""
405
+
406
+ #: admin/include/admin-setting.php:1154
407
+ msgid "35 Categories / Template set"
408
+ msgstr ""
409
+
410
+ #: admin/include/admin-setting.php:1129
411
+ msgid "360 Blocks / Sections"
412
+ msgstr ""
413
+
414
+ #: includes/widgets/htmega_weather.php:84
415
+ msgid "4 Days"
416
+ msgstr ""
417
+
418
+ #: extensions/wc-sales-notification/admin/setting.php:121
419
+ #: extensions/wc-sales-notification/admin/setting.php:145
420
+ msgid "4 seconds"
421
+ msgstr ""
422
+
423
+ #: extensions/wc-sales-notification/admin/setting.php:130
424
+ msgid "40 seconds"
425
+ msgstr ""
426
+
427
+ #: admin/include/admin-setting.php:598
428
+ #: includes/widgets/htmega_404_content.php:13
429
+ #: includes/widgets/htmega_404_content.php:28
430
+ msgid "404 Content"
431
+ msgstr ""
432
+
433
+ #: admin/include/admin-setting.php:1131 admin/include/admin-setting.php:1157
434
+ msgid "404 Error Page Builder"
435
+ msgstr ""
436
+
437
+ #: extensions/ht-builder/admin/setting.php:112
438
+ msgid "404 Page Template."
439
+ msgstr ""
440
+
441
+ #: admin/include/admin-setting.php:1155
442
+ msgid "491 Templates"
443
+ msgstr ""
444
+
445
+ #: extensions/wc-sales-notification/admin/setting.php:122
446
+ msgid "5 seconds"
447
+ msgstr ""
448
+
449
+ #: extensions/wc-sales-notification/admin/setting.php:131
450
+ msgid "50 seconds"
451
+ msgstr ""
452
+
453
+ #: includes/widgets/htmega_special_banner.php:100
454
+ msgid "50%"
455
+ msgstr ""
456
+
457
+ #: extensions/wc-sales-notification/admin/setting.php:123
458
+ msgid "6 seconds"
459
+ msgstr ""
460
+
461
+ #: includes/widgets/htmega_instagram.php:60
462
+ msgid "6666969077"
463
+ msgstr ""
464
+
465
+ #: includes/widgets/htmega_instagram.php:71
466
+ msgid "6666969077.1677ed0.d325f406d94c4dfab939137c5c2cc6c2"
467
+ msgstr ""
468
+
469
+ #: extensions/wc-sales-notification/admin/setting.php:124
470
+ msgid "7 seconds"
471
+ msgstr ""
472
+
473
+ #: extensions/wc-sales-notification/admin/setting.php:125
474
+ msgid "8 seconds"
475
+ msgstr ""
476
+
477
+ #: admin/include/admin-setting.php:1126 admin/include/admin-setting.php:1152
478
+ msgid "84 Elements"
479
+ msgstr ""
480
+
481
+ #: extensions/wc-sales-notification/admin/setting.php:126
482
+ msgid "9 seconds"
483
+ msgstr ""
484
+
485
+ #: includes/widgets/htmega_googlemap.php:130
486
+ #: includes/widgets/htmega_googlemap.php:131
487
+ msgid "90.4125"
488
+ msgstr ""
489
+
490
+ #: includes/widgets/htmega_business_hours.php:65
491
+ msgid "9:00 AM - 6:00 PM"
492
+ msgstr ""
493
+
494
+ #: includes/widgets/htmega_business_hours.php:143
495
+ #: includes/widgets/htmega_business_hours.php:154
496
+ #: includes/widgets/htmega_business_hours.php:159
497
+ #: includes/widgets/htmega_business_hours.php:164
498
+ #: includes/widgets/htmega_business_hours.php:169
499
+ msgid "9:00 AM to 6:00 PM"
500
+ msgstr ""
501
+
502
+ #: includes/widgets/htmega_business_hours.php:174
503
+ msgid "9:00 AM to 6:30 PM"
504
+ msgstr ""
505
+
506
+ #: includes/widgets/htmega_inline_menu.php:83
507
+ #, php-format
508
+ msgid ""
509
+ "<strong>There are no menus in your site.</strong><br>Go to the <a "
510
+ "href=\"%s\" target=\"_blank\">Menus Option</a> to create one."
511
+ msgstr ""
512
+
513
+ #: includes/widgets/htmega_notify.php:66
514
+ msgid "<strong>Welcome,</strong>to Notification."
515
+ msgstr ""
516
+
517
+ #: includes/widgets/htmega_twitter_feed.php:94
518
+ msgid "Access Token"
519
+ msgstr ""
520
+
521
+ #: includes/widgets/htmega_twitter_feed.php:104
522
+ msgid "Access Token Secret"
523
+ msgstr ""
524
+
525
+ #: admin/include/admin-setting.php:109 admin/include/admin-setting.php:110
526
+ #: includes/widgets/htmega_accordion.php:14
527
+ #: includes/widgets/htmega_accordion.php:39
528
+ msgid "Accordion"
529
+ msgstr ""
530
+
531
+ #: includes/widgets/htmega_accordion.php:102
532
+ #: includes/widgets/htmega_accordion.php:104
533
+ #: includes/widgets/htmega_accordion.php:112
534
+ #: includes/widgets/htmega_accordion.php:213
535
+ #: includes/widgets/htmega_accordion.php:215
536
+ #: includes/widgets/htmega_accordion.php:223
537
+ #: includes/widgets/htmega_accordion.php:968
538
+ msgid "Accordion Content"
539
+ msgstr ""
540
+
541
+ #: includes/widgets/htmega_accordion.php:353
542
+ msgid "Accordion Height"
543
+ msgstr ""
544
+
545
+ #: includes/widgets/htmega_accordion.php:741
546
+ msgid "Accordion Icon"
547
+ msgstr ""
548
+
549
+ #: includes/widgets/htmega_accordion.php:391
550
+ msgid "Accordion Item"
551
+ msgstr ""
552
+
553
+ #: includes/widgets/htmega_accordion.php:401
554
+ msgid "Accordion Item Spacing"
555
+ msgstr ""
556
+
557
+ #: includes/widgets/htmega_accordion.php:62
558
+ #: includes/widgets/htmega_accordion.php:132
559
+ #: includes/widgets/htmega_accordion.php:171
560
+ msgid "Accordion Items"
561
+ msgstr ""
562
+
563
+ #: includes/widgets/htmega_accordion.php:86
564
+ #: includes/widgets/htmega_accordion.php:149
565
+ #: includes/widgets/htmega_accordion.php:188
566
+ #: includes/widgets/htmega_accordion.php:424
567
+ #: includes/widgets/htmega_accordion.php:617
568
+ msgid "Accordion Title"
569
+ msgstr ""
570
+
571
+ #: includes/widgets/htmega_accordion.php:69
572
+ #: includes/widgets/htmega_accordion.php:140
573
+ #: includes/widgets/htmega_accordion.php:178
574
+ msgid "Accordion Title One"
575
+ msgstr ""
576
+
577
+ #: includes/widgets/htmega_accordion.php:77
578
+ msgid "Accordion Title Three"
579
+ msgstr ""
580
+
581
+ #: includes/widgets/htmega_accordion.php:73
582
+ msgid "Accordion Title Two"
583
+ msgstr ""
584
+
585
+ #: includes/widgets/htmega_accordion.php:550
586
+ #: includes/widgets/htmega_accordion.php:880
587
+ #: includes/widgets/htmega_buddy_press.php:55
588
+ #: includes/widgets/htmega_carousel.php:749
589
+ #: includes/widgets/htmega_inline_menu.php:255
590
+ #: includes/widgets/htmega_instagram.php:1238
591
+ #: includes/widgets/htmega_panel_slider.php:971
592
+ #: includes/widgets/htmega_popover.php:197
593
+ #: includes/widgets/htmega_post_carousel.php:1521
594
+ #: includes/widgets/htmega_post_slider.php:1541
595
+ #: includes/widgets/htmega_scroll_navigation.php:387
596
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1045
597
+ #: includes/widgets/htmega_switcher.php:427 includes/widgets/htmega_tab.php:421
598
+ #: includes/widgets/htmega_testimonial.php:1164
599
+ #: includes/widgets/htmega_twitter_feed.php:1256
600
+ msgid "Active"
601
+ msgstr ""
602
+
603
+ #: includes/widgets/htmega_booked_calender.php:435
604
+ msgid "Active Date Background Color"
605
+ msgstr ""
606
+
607
+ #: includes/widgets/htmega_tab.php:207
608
+ msgid "Active Icon Color"
609
+ msgstr ""
610
+
611
+ #: includes/widgets/htmega_add_banner.php:13
612
+ msgid "Add Banner"
613
+ msgstr ""
614
+
615
+ #: includes/widgets/htmega_gallery_justify.php:42
616
+ msgid "Add Images"
617
+ msgstr ""
618
+
619
+ #: includes/widgets/htmega_wc_add_to_cart.php:99
620
+ #: includes/widgets/htmega_wc_add_to_cart.php:100
621
+ msgid "Add to Cart"
622
+ msgstr ""
623
+
624
+ #: includes/widgets/htmega_section_title.php:55
625
+ msgid "Add Your Heading Text Here"
626
+ msgstr ""
627
+
628
+ #: includes/widgets/htmega_single_post.php:62
629
+ msgid "Additional Option"
630
+ msgstr ""
631
+
632
+ #: includes/widgets/htmega_accordion.php:326
633
+ msgid "Additional Options"
634
+ msgstr ""
635
+
636
+ #: includes/widgets/htmega_image_comparison.php:92
637
+ msgid "Additional Setting"
638
+ msgstr ""
639
+
640
+ #: includes/widgets/htmega_flip-box.php:279
641
+ msgid "Aditional Options"
642
+ msgstr ""
643
+
644
+ #: admin/include/admin-setting.php:126
645
+ msgid "Ads Banner"
646
+ msgstr ""
647
+
648
+ #: admin/include/admin-setting.php:82
649
+ msgid "Advance Addons"
650
+ msgstr ""
651
+
652
+ #: includes/widgets/htmega_socialshere.php:335
653
+ msgid "Advance Options"
654
+ msgstr ""
655
+
656
+ #: includes/widgets/htmega_section_title.php:74
657
+ msgid "Advance Title"
658
+ msgstr ""
659
+
660
+ #: includes/widgets/htmega_section_title.php:248
661
+ msgid "Advance Title Setting"
662
+ msgstr ""
663
+
664
+ #: includes/widgets/htmega_section_title.php:715
665
+ msgid "Advance Title style"
666
+ msgstr ""
667
+
668
+ #: includes/widgets/htmega_blockquote.php:409
669
+ #: includes/widgets/htmega_image_comparison.php:110
670
+ msgid "After"
671
+ msgstr ""
672
+
673
+ #: includes/widgets/htmega_image_comparison.php:69
674
+ msgid "After Image"
675
+ msgstr ""
676
+
677
+ #: includes/widgets/htmega_animated_heading.php:222
678
+ msgid "After Text Style"
679
+ msgstr ""
680
+
681
+ #: includes/widgets/htmega_image_comparison.php:108
682
+ #: includes/widgets/htmega_image_comparison.php:225
683
+ msgid "After Title"
684
+ msgstr ""
685
+
686
+ #: includes/widgets/htmega_404_content.php:230
687
+ #: includes/widgets/htmega_accordion.php:445
688
+ #: includes/widgets/htmega_accordion.php:628
689
+ #: includes/widgets/htmega_accordion.php:763
690
+ #: includes/widgets/htmega_add_banner.php:148
691
+ #: includes/widgets/htmega_blockquote.php:173
692
+ #: includes/widgets/htmega_buddy_press.php:235
693
+ #: includes/widgets/htmega_button.php:163
694
+ #: includes/widgets/htmega_call_to_action.php:178
695
+ #: includes/widgets/htmega_contact_form_seven.php:108
696
+ #: includes/widgets/htmega_counter.php:245
697
+ #: includes/widgets/htmega_double_button.php:267
698
+ #: includes/widgets/htmega_double_button.php:503
699
+ #: includes/widgets/htmega_double_button.php:707
700
+ #: includes/widgets/htmega_easy_digital_download.php:299
701
+ #: includes/widgets/htmega_image_grid.php:185
702
+ #: includes/widgets/htmega_image_grid.php:275
703
+ #: includes/widgets/htmega_image_masonry.php:194
704
+ #: includes/widgets/htmega_image_masonry.php:284
705
+ #: includes/widgets/htmega_mailchimp_for_wp.php:110
706
+ #: includes/widgets/htmega_modal.php:342 includes/widgets/htmega_modal.php:763
707
+ #: includes/widgets/htmega_offcanvas.php:232
708
+ #: includes/widgets/htmega_panel_slider.php:476
709
+ #: includes/widgets/htmega_popover.php:254
710
+ #: includes/widgets/htmega_popover.php:662
711
+ #: includes/widgets/htmega_popover.php:771
712
+ #: includes/widgets/htmega_post_carousel.php:678
713
+ #: includes/widgets/htmega_post_carousel.php:770
714
+ #: includes/widgets/htmega_post_carousel.php:981
715
+ #: includes/widgets/htmega_post_grid.php:251
716
+ #: includes/widgets/htmega_post_grid.php:345
717
+ #: includes/widgets/htmega_post_grid_tab.php:345
718
+ #: includes/widgets/htmega_post_grid_tab.php:434
719
+ #: includes/widgets/htmega_post_grid_tab.php:645
720
+ #: includes/widgets/htmega_post_slider.php:634
721
+ #: includes/widgets/htmega_post_slider.php:726
722
+ #: includes/widgets/htmega_post_slider.php:937
723
+ #: includes/widgets/htmega_pricing_list_view.php:497
724
+ #: includes/widgets/htmega_pricing_list_view.php:620
725
+ #: includes/widgets/htmega_search.php:123
726
+ #: includes/widgets/htmega_section_title.php:378
727
+ #: includes/widgets/htmega_services.php:200
728
+ #: includes/widgets/htmega_services.php:296
729
+ #: includes/widgets/htmega_services.php:426
730
+ #: includes/widgets/htmega_services.php:615
731
+ #: includes/widgets/htmega_services.php:815
732
+ #: includes/widgets/htmega_single_post.php:172
733
+ #: includes/widgets/htmega_single_post.php:337
734
+ #: includes/widgets/htmega_special_banner.php:254
735
+ #: includes/widgets/htmega_tab.php:314 includes/widgets/htmega_table.php:414
736
+ #: includes/widgets/htmega_table.php:534
737
+ #: includes/widgets/htmega_tablepress.php:203
738
+ #: includes/widgets/htmega_tablepress.php:360
739
+ #: includes/widgets/htmega_teammember.php:399
740
+ #: includes/widgets/htmega_teammember.php:496
741
+ #: includes/widgets/htmega_teammember.php:593
742
+ #: includes/widgets/htmega_teammember.php:661
743
+ #: includes/widgets/htmega_testimonial.php:544
744
+ #: includes/widgets/htmega_testimonial.php:641
745
+ #: includes/widgets/htmega_testimonial.php:739
746
+ #: includes/widgets/htmega_testimonial_grid.php:338
747
+ #: includes/widgets/htmega_toggle.php:190
748
+ #: includes/widgets/htmega_tooltip.php:230
749
+ #: includes/widgets/htmega_user_login_form.php:232
750
+ #: includes/widgets/htmega_user_login_form.php:712
751
+ #: includes/widgets/htmega_user_register_form.php:402
752
+ #: includes/widgets/htmega_user_register_form.php:996
753
+ #: includes/widgets/htmega_video_player.php:200
754
+ #: includes/widgets/htmega_wc_categories.php:339
755
+ msgid "Alignment"
756
+ msgstr ""
757
+
758
+ #: includes/widgets/htmega_accordion.php:70
759
+ #: includes/widgets/htmega_accordion.php:74
760
+ #: includes/widgets/htmega_accordion.php:78
761
+ #: includes/widgets/htmega_accordion.php:179
762
+ msgid ""
763
+ "Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry "
764
+ "richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard "
765
+ "dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon "
766
+ "tempor, sunt aliqua put a bird on it squid single-origin coffee nulla "
767
+ "assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore "
768
+ "wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher "
769
+ "vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic "
770
+ "synth nesciunt you probably have not heard of them accusamus labore "
771
+ "sustainable VHS."
772
+ msgstr ""
773
+
774
+ #: admin/include/admin-setting.php:118
775
+ msgid "Animate Heading"
776
+ msgstr ""
777
+
778
+ #: includes/widgets/htmega_animated_heading.php:13
779
+ #: includes/widgets/htmega_animated_heading.php:35
780
+ msgid "Animated Heading"
781
+ msgstr ""
782
+
783
+ #: includes/widgets/htmega_animated_heading.php:95
784
+ msgid "Animated Heading Text"
785
+ msgstr ""
786
+
787
+ #: includes/widgets/htmega_animated_heading.php:310
788
+ msgid "Animated Text Style"
789
+ msgstr ""
790
+
791
+ #: includes/widgets/htmega_news_ticker.php:105
792
+ msgid "Animatied duration"
793
+ msgstr ""
794
+
795
+ #: includes/widgets/htmega_flip-box.php:308
796
+ msgid "Animation"
797
+ msgstr ""
798
+
799
+ #: extensions/wc-sales-notification/admin/setting.php:164
800
+ msgid "Animation In"
801
+ msgstr ""
802
+
803
+ #: extensions/wc-sales-notification/admin/setting.php:176
804
+ msgid "Animation Out"
805
+ msgstr ""
806
+
807
+ #: includes/widgets/htmega_news_ticker.php:96
808
+ msgid "Animation Speed"
809
+ msgstr ""
810
+
811
+ #: includes/widgets/htmega_animated_heading.php:60
812
+ msgid "Animation Type"
813
+ msgstr ""
814
+
815
+ #: includes/widgets/htmega_googlemap.php:156
816
+ msgid "Another Place"
817
+ msgstr ""
818
+
819
+ #: includes/widgets/htmega_booked_calender.php:542
820
+ msgid "Appointment Button"
821
+ msgstr ""
822
+
823
+ #: includes/widgets/htmega_booked_calender.php:399
824
+ msgid "Appointments"
825
+ msgstr ""
826
+
827
+ #: includes/widgets/htmega_booked_calender.php:97
828
+ msgid "April"
829
+ msgstr ""
830
+
831
+ #: admin/include/admin-setting.php:724 admin/include/admin-setting.php:725
832
+ msgid "Archive Posts"
833
+ msgstr ""
834
+
835
+ #: admin/include/admin-setting.php:733 admin/include/admin-setting.php:734
836
+ msgid "Archive Title"
837
+ msgstr ""
838
+
839
+ #: includes/widgets/htmega_buddy_press.php:161
840
+ #: includes/widgets/htmega_popover.php:508
841
+ msgid "Area"
842
+ msgstr ""
843
+
844
+ #: includes/widgets/htmega_carousel.php:414
845
+ #: includes/widgets/htmega_instagram.php:903
846
+ #: includes/widgets/htmega_panel_slider.php:630
847
+ #: includes/widgets/htmega_popover.php:805
848
+ #: includes/widgets/htmega_post_carousel.php:1176
849
+ #: includes/widgets/htmega_post_slider.php:1131
850
+ #: includes/widgets/htmega_slider_thumb_gallery.php:712
851
+ #: includes/widgets/htmega_testimonial.php:829
852
+ #: includes/widgets/htmega_tooltip.php:552
853
+ #: includes/widgets/htmega_twitter_feed.php:924
854
+ msgid "Arrow"
855
+ msgstr ""
856
+
857
+ #: includes/widgets/htmega_popover.php:835
858
+ msgid "Arrow Background Color"
859
+ msgstr ""
860
+
861
+ #: includes/widgets/htmega_popover.php:812
862
+ msgid "Arrow Border Color"
863
+ msgstr ""
864
+
865
+ #: includes/widgets/htmega_tooltip.php:558
866
+ msgid "Arrow Color"
867
+ msgstr ""
868
+
869
+ #: includes/widgets/htmega_easy_digital_download.php:198
870
+ msgid "ASC"
871
+ msgstr ""
872
+
873
+ #: includes/widgets/htmega_job_manager.php:68
874
+ #: includes/widgets/htmega_news_ticker.php:251
875
+ #: includes/widgets/htmega_post_carousel.php:144
876
+ #: includes/widgets/htmega_post_grid.php:123
877
+ #: includes/widgets/htmega_post_grid_tab.php:131
878
+ #: includes/widgets/htmega_post_slider.php:132
879
+ #: includes/widgets/htmega_wc_categories.php:138
880
+ msgid "Ascending"
881
+ msgstr ""
882
+
883
+ #: includes/widgets/htmega_vertical_timeline.php:101
884
+ msgid "Aug<br/>2018"
885
+ msgstr ""
886
+
887
+ #: includes/widgets/htmega_booked_calender.php:101
888
+ msgid "August"
889
+ msgstr ""
890
+
891
+ #: includes/widgets/htmega_job_manager.php:86
892
+ #: includes/widgets/htmega_post_carousel.php:266
893
+ #: includes/widgets/htmega_post_slider.php:244
894
+ #: includes/widgets/htmega_single_post.php:89
895
+ #: includes/widgets/htmega_twitter_feed.php:662
896
+ msgid "Author"
897
+ msgstr ""
898
+
899
+ #: admin/include/admin-setting.php:778 admin/include/admin-setting.php:779
900
+ msgid "Author Info"
901
+ msgstr ""
902
+
903
+ #: includes/widgets/htmega_instagram_feed.php:57
904
+ #: includes/widgets/htmega_notify.php:221
905
+ msgid "Auto"
906
+ msgstr ""
907
+
908
+ #: includes/widgets/htmega_video_player.php:121
909
+ msgid "Auto Play"
910
+ msgstr ""
911
+
912
+ #: includes/widgets/htmega_news_ticker.php:137
913
+ msgid "Auto Start"
914
+ msgstr ""
915
+
916
+ #: includes/widgets/htmega_carousel.php:274
917
+ #: includes/widgets/htmega_instagram.php:435
918
+ #: includes/widgets/htmega_panel_slider.php:294
919
+ #: includes/widgets/htmega_post_carousel.php:434
920
+ #: includes/widgets/htmega_post_slider.php:434
921
+ #: includes/widgets/htmega_slider_thumb_gallery.php:256
922
+ #: includes/widgets/htmega_testimonial.php:328
923
+ #: includes/widgets/htmega_twitter_feed.php:368
924
+ msgid "Autoplay animation speed"
925
+ msgstr ""
926
+
927
+ #: includes/widgets/htmega_carousel.php:261
928
+ #: includes/widgets/htmega_instagram.php:422
929
+ #: includes/widgets/htmega_panel_slider.php:281
930
+ #: includes/widgets/htmega_post_carousel.php:421
931
+ #: includes/widgets/htmega_post_slider.php:421
932
+ #: includes/widgets/htmega_slider_thumb_gallery.php:245
933
+ #: includes/widgets/htmega_testimonial.php:315
934
+ #: includes/widgets/htmega_twitter_feed.php:355
935
+ msgid "Autoplay speed"
936
+ msgstr ""
937
+
938
+ #: includes/widgets/htmega_booked_calender.php:287
939
+ msgid "Available Date"
940
+ msgstr ""
941
+
942
+ #: includes/widgets/htmega_flip-box.php:148
943
+ #: includes/widgets/htmega_flip-box.php:763
944
+ msgid "Back"
945
+ msgstr ""
946
+
947
+ #: includes/widgets/htmega_404_content.php:121
948
+ #: includes/widgets/htmega_404_content.php:530
949
+ msgid "Back Button"
950
+ msgstr ""
951
+
952
+ #: includes/widgets/htmega_404_content.php:129
953
+ #: includes/widgets/htmega_404_content.php:130
954
+ #: includes/widgets/htmega_404_content.php:178
955
+ msgid "Back To Home"
956
+ msgstr ""
957
+
958
+ #: admin/include/templates_list.php:57
959
+ msgid "Back to Library"
960
+ msgstr ""
961
+
962
+ #: includes/widgets/htmega_404_content.php:558
963
+ #: includes/widgets/htmega_404_content.php:645
964
+ #: includes/widgets/htmega_404_content.php:710
965
+ #: includes/widgets/htmega_404_content.php:797
966
+ #: includes/widgets/htmega_accordion.php:471
967
+ #: includes/widgets/htmega_accordion.php:557
968
+ #: includes/widgets/htmega_accordion.php:655
969
+ #: includes/widgets/htmega_accordion.php:785
970
+ #: includes/widgets/htmega_accordion.php:888
971
+ #: includes/widgets/htmega_accordion.php:1029
972
+ #: includes/widgets/htmega_add_banner.php:458
973
+ #: includes/widgets/htmega_add_banner.php:537
974
+ #: includes/widgets/htmega_animated_heading.php:187
975
+ #: includes/widgets/htmega_animated_heading.php:275
976
+ #: includes/widgets/htmega_animated_heading.php:363
977
+ #: includes/widgets/htmega_blockquote.php:205
978
+ #: includes/widgets/htmega_blockquote.php:522
979
+ #: includes/widgets/htmega_booked_calender.php:241
980
+ #: includes/widgets/htmega_booked_calender.php:294
981
+ #: includes/widgets/htmega_booked_calender.php:410
982
+ #: includes/widgets/htmega_brand.php:159 includes/widgets/htmega_brand.php:184
983
+ #: includes/widgets/htmega_buddy_press.php:190
984
+ #: includes/widgets/htmega_business_hours.php:196
985
+ #: includes/widgets/htmega_business_hours.php:348
986
+ #: includes/widgets/htmega_business_hours.php:388
987
+ #: includes/widgets/htmega_button.php:255
988
+ #: includes/widgets/htmega_button.php:342
989
+ #: includes/widgets/htmega_call_to_action.php:136
990
+ #: includes/widgets/htmega_call_to_action.php:403
991
+ #: includes/widgets/htmega_call_to_action.php:491
992
+ #: includes/widgets/htmega_carousel.php:480
993
+ #: includes/widgets/htmega_carousel.php:603
994
+ #: includes/widgets/htmega_carousel.php:663
995
+ #: includes/widgets/htmega_carousel.php:757
996
+ #: includes/widgets/htmega_contact_form_seven.php:99
997
+ #: includes/widgets/htmega_countdown.php:393
998
+ #: includes/widgets/htmega_countdown.php:595
999
+ #: includes/widgets/htmega_countdown.php:662
1000
+ #: includes/widgets/htmega_countdown.php:722
1001
+ #: includes/widgets/htmega_counter.php:173
1002
+ #: includes/widgets/htmega_counter.php:315
1003
+ #: includes/widgets/htmega_counter.php:411
1004
+ #: includes/widgets/htmega_counter.php:540
1005
+ #: includes/widgets/htmega_counter.php:633
1006
+ #: includes/widgets/htmega_counter.php:726
1007
+ #: includes/widgets/htmega_double_button.php:459
1008
+ #: includes/widgets/htmega_double_button.php:576
1009
+ #: includes/widgets/htmega_double_button.php:663
1010
+ #: includes/widgets/htmega_double_button.php:779
1011
+ #: includes/widgets/htmega_double_button.php:859
1012
+ #: includes/widgets/htmega_dropcaps.php:100
1013
+ #: includes/widgets/htmega_dropcaps.php:192
1014
+ #: includes/widgets/htmega_easy_digital_download.php:540
1015
+ #: includes/widgets/htmega_easy_digital_download.php:609
1016
+ #: includes/widgets/htmega_flip-box.php:348
1017
+ #: includes/widgets/htmega_flip-box.php:785
1018
+ #: includes/widgets/htmega_gravity_forms.php:178
1019
+ #: includes/widgets/htmega_image_comparison.php:200
1020
+ #: includes/widgets/htmega_image_comparison.php:282
1021
+ #: includes/widgets/htmega_image_comparison.php:351
1022
+ #: includes/widgets/htmega_image_comparison.php:417
1023
+ #: includes/widgets/htmega_image_comparison.php:437
1024
+ #: includes/widgets/htmega_image_grid.php:233
1025
+ #: includes/widgets/htmega_image_grid.php:391
1026
+ #: includes/widgets/htmega_image_grid.php:467
1027
+ #: includes/widgets/htmega_image_marker.php:36
1028
+ #: includes/widgets/htmega_image_marker.php:197
1029
+ #: includes/widgets/htmega_image_marker.php:250
1030
+ #: includes/widgets/htmega_image_masonry.php:242
1031
+ #: includes/widgets/htmega_image_masonry.php:389
1032
+ #: includes/widgets/htmega_image_masonry.php:465
1033
+ #: includes/widgets/htmega_inline_menu.php:136
1034
+ #: includes/widgets/htmega_inline_menu.php:222
1035
+ #: includes/widgets/htmega_inline_menu.php:276
1036
+ #: includes/widgets/htmega_instagram.php:584
1037
+ #: includes/widgets/htmega_instagram.php:630
1038
+ #: includes/widgets/htmega_instagram.php:761
1039
+ #: includes/widgets/htmega_instagram.php:969
1040
+ #: includes/widgets/htmega_instagram.php:1092
1041
+ #: includes/widgets/htmega_instagram.php:1152
1042
+ #: includes/widgets/htmega_instagram.php:1246
1043
+ #: includes/widgets/htmega_mailchimp_for_wp.php:101
1044
+ #: includes/widgets/htmega_modal.php:222 includes/widgets/htmega_modal.php:399
1045
+ #: includes/widgets/htmega_modal.php:468 includes/widgets/htmega_modal.php:561
1046
+ #: includes/widgets/htmega_modal.php:658 includes/widgets/htmega_modal.php:708
1047
+ #: includes/widgets/htmega_news_ticker.php:324
1048
+ #: includes/widgets/htmega_news_ticker.php:454
1049
+ #: includes/widgets/htmega_news_ticker.php:536
1050
+ #: includes/widgets/htmega_news_ticker.php:617
1051
+ #: includes/widgets/htmega_news_ticker.php:680
1052
+ #: includes/widgets/htmega_ninja_forms.php:274
1053
+ #: includes/widgets/htmega_notify.php:361
1054
+ #: includes/widgets/htmega_notify.php:432
1055
+ #: includes/widgets/htmega_notify.php:522
1056
+ #: includes/widgets/htmega_offcanvas.php:223
1057
+ #: includes/widgets/htmega_offcanvas.php:335
1058
+ #: includes/widgets/htmega_offcanvas.php:366
1059
+ #: includes/widgets/htmega_panel_slider.php:467
1060
+ #: includes/widgets/htmega_panel_slider.php:692
1061
+ #: includes/widgets/htmega_panel_slider.php:815
1062
+ #: includes/widgets/htmega_panel_slider.php:928
1063
+ #: includes/widgets/htmega_panel_slider.php:979
1064
+ #: includes/widgets/htmega_popover.php:392
1065
+ #: includes/widgets/htmega_popover.php:473
1066
+ #: includes/widgets/htmega_popover.php:542
1067
+ #: includes/widgets/htmega_popover.php:633
1068
+ #: includes/widgets/htmega_popover.php:742
1069
+ #: includes/widgets/htmega_post_carousel.php:873
1070
+ #: includes/widgets/htmega_post_carousel.php:907
1071
+ #: includes/widgets/htmega_post_carousel.php:1085
1072
+ #: includes/widgets/htmega_post_carousel.php:1139
1073
+ #: includes/widgets/htmega_post_carousel.php:1242
1074
+ #: includes/widgets/htmega_post_carousel.php:1365
1075
+ #: includes/widgets/htmega_post_carousel.php:1478
1076
+ #: includes/widgets/htmega_post_carousel.php:1529
1077
+ #: includes/widgets/htmega_post_grid.php:439
1078
+ #: includes/widgets/htmega_post_grid_tab.php:228
1079
+ #: includes/widgets/htmega_post_grid_tab.php:537
1080
+ #: includes/widgets/htmega_post_grid_tab.php:571
1081
+ #: includes/widgets/htmega_post_grid_tab.php:749
1082
+ #: includes/widgets/htmega_post_grid_tab.php:803
1083
+ #: includes/widgets/htmega_post_grid_tab.php:873
1084
+ #: includes/widgets/htmega_post_grid_tab.php:907
1085
+ #: includes/widgets/htmega_post_slider.php:829
1086
+ #: includes/widgets/htmega_post_slider.php:863
1087
+ #: includes/widgets/htmega_post_slider.php:1041
1088
+ #: includes/widgets/htmega_post_slider.php:1095
1089
+ #: includes/widgets/htmega_post_slider.php:1262
1090
+ #: includes/widgets/htmega_post_slider.php:1385
1091
+ #: includes/widgets/htmega_post_slider.php:1498
1092
+ #: includes/widgets/htmega_post_slider.php:1549
1093
+ #: includes/widgets/htmega_pricing_table.php:410
1094
+ #: includes/widgets/htmega_pricing_table.php:510
1095
+ #: includes/widgets/htmega_pricing_table.php:578
1096
+ #: includes/widgets/htmega_pricing_table.php:619
1097
+ #: includes/widgets/htmega_pricing_table.php:694
1098
+ #: includes/widgets/htmega_pricing_table.php:778
1099
+ #: includes/widgets/htmega_progressbar.php:361
1100
+ #: includes/widgets/htmega_progressbar.php:579
1101
+ #: includes/widgets/htmega_qu_forms.php:73
1102
+ #: includes/widgets/htmega_qu_forms.php:162
1103
+ #: includes/widgets/htmega_scroll_image.php:94
1104
+ #: includes/widgets/htmega_scroll_navigation.php:301
1105
+ #: includes/widgets/htmega_scroll_navigation.php:395
1106
+ #: includes/widgets/htmega_search.php:225
1107
+ #: includes/widgets/htmega_search.php:356
1108
+ #: includes/widgets/htmega_search.php:461
1109
+ #: includes/widgets/htmega_section_title.php:345
1110
+ #: includes/widgets/htmega_section_title.php:588
1111
+ #: includes/widgets/htmega_section_title.php:703
1112
+ #: includes/widgets/htmega_section_title.php:805
1113
+ #: includes/widgets/htmega_services.php:191
1114
+ #: includes/widgets/htmega_services.php:586
1115
+ #: includes/widgets/htmega_services.php:672
1116
+ #: includes/widgets/htmega_services.php:786
1117
+ #: includes/widgets/htmega_services.php:919
1118
+ #: includes/widgets/htmega_services.php:975
1119
+ #: includes/widgets/htmega_single_post.php:265
1120
+ #: includes/widgets/htmega_slider_thumb_gallery.php:700
1121
+ #: includes/widgets/htmega_slider_thumb_gallery.php:777
1122
+ #: includes/widgets/htmega_slider_thumb_gallery.php:900
1123
+ #: includes/widgets/htmega_slider_thumb_gallery.php:959
1124
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1053
1125
+ #: includes/widgets/htmega_socialshere.php:145
1126
+ #: includes/widgets/htmega_socialshere.php:184
1127
+ #: includes/widgets/htmega_socialshere.php:233
1128
+ #: includes/widgets/htmega_socialshere.php:284
1129
+ #: includes/widgets/htmega_socialshere.php:416
1130
+ #: includes/widgets/htmega_socialshere.php:512
1131
+ #: includes/widgets/htmega_special_banner.php:692
1132
+ #: includes/widgets/htmega_special_banner.php:771
1133
+ #: includes/widgets/htmega_switcher.php:265
1134
+ #: includes/widgets/htmega_switcher.php:306
1135
+ #: includes/widgets/htmega_switcher.php:395
1136
+ #: includes/widgets/htmega_switcher.php:450 includes/widgets/htmega_tab.php:141
1137
+ #: includes/widgets/htmega_tab.php:162 includes/widgets/htmega_tab.php:364
1138
+ #: includes/widgets/htmega_tab.php:440 includes/widgets/htmega_tab.php:474
1139
+ #: includes/widgets/htmega_tablepress.php:145
1140
+ #: includes/widgets/htmega_tablepress.php:264
1141
+ #: includes/widgets/htmega_tablepress.php:308
1142
+ #: includes/widgets/htmega_teammember.php:285
1143
+ #: includes/widgets/htmega_testimonial.php:895
1144
+ #: includes/widgets/htmega_testimonial.php:1018
1145
+ #: includes/widgets/htmega_testimonial.php:1078
1146
+ #: includes/widgets/htmega_testimonial.php:1172
1147
+ #: includes/widgets/htmega_toggle.php:282
1148
+ #: includes/widgets/htmega_toggle.php:337
1149
+ #: includes/widgets/htmega_tooltip.php:368
1150
+ #: includes/widgets/htmega_tooltip.php:449
1151
+ #: includes/widgets/htmega_tooltip.php:529
1152
+ #: includes/widgets/htmega_twitter_feed.php:517
1153
+ #: includes/widgets/htmega_twitter_feed.php:992
1154
+ #: includes/widgets/htmega_twitter_feed.php:1108
1155
+ #: includes/widgets/htmega_twitter_feed.php:1168
1156
+ #: includes/widgets/htmega_twitter_feed.php:1264
1157
+ #: includes/widgets/htmega_user_login_form.php:290
1158
+ #: includes/widgets/htmega_user_login_form.php:359
1159
+ #: includes/widgets/htmega_user_login_form.php:485
1160
+ #: includes/widgets/htmega_user_login_form.php:590
1161
+ #: includes/widgets/htmega_user_login_form.php:657
1162
+ #: includes/widgets/htmega_user_register_form.php:510
1163
+ #: includes/widgets/htmega_user_register_form.php:641
1164
+ #: includes/widgets/htmega_user_register_form.php:767
1165
+ #: includes/widgets/htmega_user_register_form.php:872
1166
+ #: includes/widgets/htmega_user_register_form.php:941
1167
+ #: includes/widgets/htmega_video_player.php:271
1168
+ #: includes/widgets/htmega_video_player.php:402
1169
+ #: includes/widgets/htmega_wc_categories.php:178
1170
+ #: includes/widgets/htmega_wc_categories.php:240
1171
+ #: includes/widgets/htmega_wc_element_pages.php:1150
1172
+ #: includes/widgets/htmega_wc_element_pages.php:1193
1173
+ #: includes/widgets/htmega_weather.php:201
1174
+ #: includes/widgets/htmega_working_process.php:192
1175
+ #: includes/widgets/htmega_working_process.php:239
1176
+ #: includes/widgets/htmega_working_process.php:253
1177
+ #: includes/widgets/htmega_working_process.php:503
1178
+ #: includes/widgets/htmega_wpforms.php:264
1179
+ msgid "Background"
1180
+ msgstr ""
1181
+
1182
+ #: includes/widgets/htmega_weather.php:122
1183
+ msgid "Background By Weather"
1184
+ msgstr ""
1185
+
1186
+ #: includes/widgets/htmega_booked_calender.php:657
1187
+ #: includes/widgets/htmega_business_hours.php:123
1188
+ #: includes/widgets/htmega_caldera_forms.php:113
1189
+ #: includes/widgets/htmega_caldera_forms.php:218
1190
+ #: includes/widgets/htmega_caldera_forms.php:306
1191
+ #: includes/widgets/htmega_contact_form_seven.php:175
1192
+ #: includes/widgets/htmega_contact_form_seven.php:342
1193
+ #: includes/widgets/htmega_contact_form_seven.php:444
1194
+ #: includes/widgets/htmega_contact_form_seven.php:582
1195
+ #: includes/widgets/htmega_contact_form_seven.php:670
1196
+ #: includes/widgets/htmega_cuctom_event.php:358
1197
+ #: includes/widgets/htmega_gravity_forms.php:267
1198
+ #: includes/widgets/htmega_gravity_forms.php:431
1199
+ #: includes/widgets/htmega_gravity_forms.php:518
1200
+ #: includes/widgets/htmega_mailchimp_for_wp.php:181
1201
+ #: includes/widgets/htmega_mailchimp_for_wp.php:333
1202
+ #: includes/widgets/htmega_mailchimp_for_wp.php:421
1203
+ #: includes/widgets/htmega_ninja_forms.php:363
1204
+ #: includes/widgets/htmega_ninja_forms.php:482
1205
+ #: includes/widgets/htmega_ninja_forms.php:644
1206
+ #: includes/widgets/htmega_ninja_forms.php:731
1207
+ #: includes/widgets/htmega_pricing_list_view.php:361
1208
+ #: includes/widgets/htmega_pricing_list_view.php:431
1209
+ #: includes/widgets/htmega_pricing_list_view.php:713
1210
+ #: includes/widgets/htmega_pricing_list_view.php:761
1211
+ #: includes/widgets/htmega_qu_forms.php:251
1212
+ #: includes/widgets/htmega_qu_forms.php:370
1213
+ #: includes/widgets/htmega_qu_forms.php:532
1214
+ #: includes/widgets/htmega_qu_forms.php:619
1215
+ #: includes/widgets/htmega_table.php:281 includes/widgets/htmega_table.php:348
1216
+ #: includes/widgets/htmega_wc_element_pages.php:95
1217
+ #: includes/widgets/htmega_wc_element_pages.php:130
1218
+ #: includes/widgets/htmega_wc_element_pages.php:211
1219
+ #: includes/widgets/htmega_wc_element_pages.php:296
1220
+ #: includes/widgets/htmega_wc_element_pages.php:372
1221
+ #: includes/widgets/htmega_wc_element_pages.php:438
1222
+ #: includes/widgets/htmega_wc_element_pages.php:547
1223
+ #: includes/widgets/htmega_wc_element_pages.php:670
1224
+ #: includes/widgets/htmega_wc_element_pages.php:724
1225
+ #: includes/widgets/htmega_wc_element_pages.php:792
1226
+ #: includes/widgets/htmega_wc_element_pages.php:883
1227
+ #: includes/widgets/htmega_wc_element_pages.php:996
1228
+ #: includes/widgets/htmega_wc_element_pages.php:1076
1229
+ #: includes/widgets/htmega_wpforms.php:353
1230
+ #: includes/widgets/htmega_wpforms.php:472
1231
+ #: includes/widgets/htmega_wpforms.php:634
1232
+ #: includes/widgets/htmega_wpforms.php:721
1233
+ #: extensions/wc-sales-notification/admin/setting.php:188
1234
+ msgid "Background Color"
1235
+ msgstr ""
1236
+
1237
+ #: includes/widgets/htmega_pricing_list_view.php:542
1238
+ #: includes/widgets/htmega_table.php:456
1239
+ msgid "Background Color ( Event )"
1240
+ msgstr ""
1241
+
1242
+ #: includes/widgets/htmega_pricing_list_view.php:554
1243
+ #: includes/widgets/htmega_table.php:468
1244
+ msgid "Background Color ( Odd )"
1245
+ msgstr ""
1246
+
1247
+ #: admin/include/admin-setting.php:1142 admin/include/admin-setting.php:1168
1248
+ msgid "Background color option"
1249
+ msgstr ""
1250
+
1251
+ #: includes/widgets/htmega_counter.php:182
1252
+ #: includes/widgets/htmega_flip-box.php:357
1253
+ #: includes/widgets/htmega_flip-box.php:794
1254
+ msgid "Background Overlay"
1255
+ msgstr ""
1256
+
1257
+ #: includes/widgets/htmega_special_banner.php:150
1258
+ msgid "Badge Image"
1259
+ msgstr ""
1260
+
1261
+ #: includes/widgets/htmega_pricing_table.php:202
1262
+ msgid "Baht"
1263
+ msgstr ""
1264
+
1265
+ #: includes/widgets/htmega_socialshere.php:79
1266
+ msgid "Baidu"
1267
+ msgstr ""
1268
+
1269
+ #: includes/widgets/htmega_googlemap.php:97
1270
+ msgid "Bangladesh"
1271
+ msgstr ""
1272
+
1273
+ #: includes/widgets/htmega_add_banner.php:28
1274
+ #: includes/widgets/htmega_special_banner.php:28
1275
+ msgid "Banner"
1276
+ msgstr ""
1277
+
1278
+ #: includes/widgets/htmega_special_banner.php:140
1279
+ msgid "Banner Badge"
1280
+ msgstr ""
1281
+
1282
+ #: includes/widgets/htmega_add_banner.php:106
1283
+ #: includes/widgets/htmega_special_banner.php:91
1284
+ msgid "Banner Description"
1285
+ msgstr ""
1286
+
1287
+ #: includes/widgets/htmega_add_banner.php:113
1288
+ #: includes/widgets/htmega_special_banner.php:116
1289
+ msgid "Banner Link"
1290
+ msgstr ""
1291
+
1292
+ #: includes/widgets/htmega_add_banner.php:97
1293
+ #: includes/widgets/htmega_special_banner.php:82
1294
+ msgid "Banner Sub Title"
1295
+ msgstr ""
1296
+
1297
+ #: includes/widgets/htmega_add_banner.php:88
1298
+ #: includes/widgets/htmega_special_banner.php:73
1299
+ msgid "Banner Title"
1300
+ msgstr ""
1301
+
1302
+ #: includes/widgets/htmega_bbpress.php:13
1303
+ #: includes/widgets/htmega_bbpress.php:28
1304
+ msgid "Bbpress"
1305
+ msgstr ""
1306
+
1307
+ #: admin/include/admin-setting.php:849
1308
+ msgid "bbPress"
1309
+ msgstr ""
1310
+
1311
+ #: includes/widgets/htmega_blockquote.php:408
1312
+ #: includes/widgets/htmega_image_comparison.php:101
1313
+ msgid "Before"
1314
+ msgstr ""
1315
+
1316
+ #: includes/widgets/htmega_section_title.php:418
1317
+ msgid "Before And After Border Color"
1318
+ msgstr ""
1319
+
1320
+ #: includes/widgets/htmega_image_comparison.php:49
1321
+ msgid "Before Image"
1322
+ msgstr ""
1323
+
1324
+ #: includes/widgets/htmega_image_comparison.php:117
1325
+ msgid "Before Start Amount"
1326
+ msgstr ""
1327
+
1328
+ #: includes/widgets/htmega_animated_heading.php:134
1329
+ msgid "Before Text Style"
1330
+ msgstr ""
1331
+
1332
+ #: includes/widgets/htmega_image_comparison.php:99
1333
+ #: includes/widgets/htmega_image_comparison.php:143
1334
+ msgid "Before Title"
1335
+ msgstr ""
1336
+
1337
+ #: includes/widgets/htmega_user_register_form.php:369
1338
+ #: includes/widgets/htmega_user_register_form.php:370
1339
+ msgid "Bio"
1340
+ msgstr ""
1341
+
1342
+ #: includes/widgets/htmega_teammember.php:121
1343
+ msgid "Bio Info"
1344
+ msgstr ""
1345
+
1346
+ #: includes/widgets/htmega_teammember.php:530
1347
+ msgid "Bio info"
1348
+ msgstr ""
1349
+
1350
+ #: includes/widgets/htmega_user_register_form.php:245
1351
+ #: includes/widgets/htmega_user_register_form.php:246
1352
+ msgid "Biographical"
1353
+ msgstr ""
1354
+
1355
+ #: includes/widgets/htmega_user_register_form.php:100
1356
+ msgid "Biographical Info"
1357
+ msgstr ""
1358
+
1359
+ #: includes/widgets/htmega_user_register_form.php:243
1360
+ msgid "Biographical Info Label"
1361
+ msgstr ""
1362
+
1363
+ #: includes/widgets/htmega_user_register_form.php:367
1364
+ msgid "Biographical Placeholder"
1365
+ msgstr ""
1366
+
1367
+ #: includes/widgets/htmega_section_title.php:569
1368
+ #: includes/widgets/htmega_section_title.php:684
1369
+ msgid "Block"
1370
+ msgstr ""
1371
+
1372
+ #: admin/include/admin-setting.php:142
1373
+ #: includes/widgets/htmega_blockquote.php:13
1374
+ #: includes/widgets/htmega_blockquote.php:28
1375
+ msgid "Blockquote"
1376
+ msgstr ""
1377
+
1378
+ #: includes/widgets/htmega_blockquote.php:73
1379
+ msgid "Blockquote By"
1380
+ msgstr ""
1381
+
1382
+ #: includes/widgets/htmega_blockquote.php:63
1383
+ msgid "Blockquote Content"
1384
+ msgstr ""
1385
+
1386
+ #: includes/widgets/htmega_blockquote.php:83
1387
+ msgid "Blockquote Position"
1388
+ msgstr ""
1389
+
1390
+ #: includes/widgets/htmega_blockquote.php:103
1391
+ msgid "Blockquote Type"
1392
+ msgstr ""
1393
+
1394
+ #: admin/include/admin-setting.php:1133 admin/include/admin-setting.php:1159
1395
+ msgid "Blog Archive Category Wise Individual layout"
1396
+ msgstr ""
1397
+
1398
+ #: admin/include/admin-setting.php:1134 admin/include/admin-setting.php:1160
1399
+ msgid "Blog Archive Tag Wise Individual layout"
1400
+ msgstr ""
1401
+
1402
+ #: admin/include/admin-setting.php:1130 admin/include/admin-setting.php:1156
1403
+ msgid "Blog Search Page Builder"
1404
+ msgstr ""
1405
+
1406
+ #: extensions/ht-builder/admin/setting.php:73
1407
+ msgid "Blog Template."
1408
+ msgstr ""
1409
+
1410
+ #: includes/widgets/htmega_socialshere.php:66
1411
+ msgid "Blogger"
1412
+ msgstr ""
1413
+
1414
+ #: includes/widgets/htmega_booked_calender.php:231
1415
+ #: includes/widgets/htmega_notify.php:86
1416
+ #: includes/widgets/htmega_tablepress.php:236
1417
+ msgid "Body"
1418
+ msgstr ""
1419
+
1420
+ #: admin/include/admin-setting.php:859
1421
+ #: includes/widgets/htmega_booked_calender.php:13
1422
+ #: includes/widgets/htmega_booked_calender.php:28
1423
+ msgid "Booked Calender"
1424
+ msgstr ""
1425
+
1426
+ #: includes/widgets/htmega_notify.php:217
1427
+ msgid "Bootstrap Column Width"
1428
+ msgstr ""
1429
+
1430
+ #: includes/widgets/htmega_404_content.php:322
1431
+ #: includes/widgets/htmega_404_content.php:402
1432
+ #: includes/widgets/htmega_404_content.php:482
1433
+ #: includes/widgets/htmega_404_content.php:605
1434
+ #: includes/widgets/htmega_404_content.php:656
1435
+ #: includes/widgets/htmega_404_content.php:757
1436
+ #: includes/widgets/htmega_404_content.php:808
1437
+ #: includes/widgets/htmega_accordion.php:494
1438
+ #: includes/widgets/htmega_accordion.php:579
1439
+ #: includes/widgets/htmega_accordion.php:680
1440
+ #: includes/widgets/htmega_accordion.php:807
1441
+ #: includes/widgets/htmega_accordion.php:910
1442
+ #: includes/widgets/htmega_accordion.php:1039
1443
+ #: includes/widgets/htmega_add_banner.php:438
1444
+ #: includes/widgets/htmega_add_banner.php:517
1445
+ #: includes/widgets/htmega_animated_heading.php:167
1446
+ #: includes/widgets/htmega_animated_heading.php:255
1447
+ #: includes/widgets/htmega_animated_heading.php:343
1448
+ #: includes/widgets/htmega_blockquote.php:241
1449
+ #: includes/widgets/htmega_blockquote.php:385
1450
+ #: includes/widgets/htmega_blockquote.php:558
1451
+ #: includes/widgets/htmega_brand.php:237 includes/widgets/htmega_brand.php:249
1452
+ #: includes/widgets/htmega_buddy_press.php:170
1453
+ #: includes/widgets/htmega_business_hours.php:241
1454
+ #: includes/widgets/htmega_business_hours.php:298
1455
+ #: includes/widgets/htmega_button.php:235
1456
+ #: includes/widgets/htmega_button.php:322
1457
+ #: includes/widgets/htmega_button.php:461
1458
+ #: includes/widgets/htmega_caldera_forms.php:160
1459
+ #: includes/widgets/htmega_caldera_forms.php:230
1460
+ #: includes/widgets/htmega_call_to_action.php:383
1461
+ #: includes/widgets/htmega_call_to_action.php:471
1462
+ #: includes/widgets/htmega_carousel.php:490
1463
+ #: includes/widgets/htmega_carousel.php:613
1464
+ #: includes/widgets/htmega_carousel.php:673
1465
+ #: includes/widgets/htmega_carousel.php:767
1466
+ #: includes/widgets/htmega_contact_form_seven.php:248
1467
+ #: includes/widgets/htmega_contact_form_seven.php:387
1468
+ #: includes/widgets/htmega_contact_form_seven.php:476
1469
+ #: includes/widgets/htmega_contact_form_seven.php:620
1470
+ #: includes/widgets/htmega_contact_form_seven.php:682
1471
+ #: includes/widgets/htmega_countdown.php:412
1472
+ #: includes/widgets/htmega_countdown.php:605
1473
+ #: includes/widgets/htmega_countdown.php:732
1474
+ #: includes/widgets/htmega_countdown.php:840
1475
+ #: includes/widgets/htmega_countdown.php:925
1476
+ #: includes/widgets/htmega_counter.php:224
1477
+ #: includes/widgets/htmega_counter.php:352
1478
+ #: includes/widgets/htmega_counter.php:446
1479
+ #: includes/widgets/htmega_counter.php:575
1480
+ #: includes/widgets/htmega_counter.php:668
1481
+ #: includes/widgets/htmega_counter.php:761
1482
+ #: includes/widgets/htmega_cuctom_event.php:445
1483
+ #: includes/widgets/htmega_cuctom_event.php:491
1484
+ #: includes/widgets/htmega_double_button.php:342
1485
+ #: includes/widgets/htmega_double_button.php:372
1486
+ #: includes/widgets/htmega_double_button.php:439
1487
+ #: includes/widgets/htmega_double_button.php:556
1488
+ #: includes/widgets/htmega_double_button.php:643
1489
+ #: includes/widgets/htmega_double_button.php:759
1490
+ #: includes/widgets/htmega_double_button.php:839
1491
+ #: includes/widgets/htmega_download_monitor.php:178
1492
+ #: includes/widgets/htmega_download_monitor.php:251
1493
+ #: includes/widgets/htmega_dropcaps.php:135
1494
+ #: includes/widgets/htmega_dropcaps.php:229
1495
+ #: includes/widgets/htmega_easy_digital_download.php:267
1496
+ #: includes/widgets/htmega_easy_digital_download.php:551
1497
+ #: includes/widgets/htmega_easy_digital_download.php:620
1498
+ #: includes/widgets/htmega_flip-box.php:397
1499
+ #: includes/widgets/htmega_flip-box.php:486
1500
+ #: includes/widgets/htmega_flip-box.php:653
1501
+ #: includes/widgets/htmega_flip-box.php:737
1502
+ #: includes/widgets/htmega_flip-box.php:834
1503
+ #: includes/widgets/htmega_flip-box.php:924
1504
+ #: includes/widgets/htmega_flip-box.php:1152
1505
+ #: includes/widgets/htmega_flip-box.php:1236
1506
+ #: includes/widgets/htmega_gravity_forms.php:210
1507
+ #: includes/widgets/htmega_gravity_forms.php:354
1508
+ #: includes/widgets/htmega_gravity_forms.php:469
1509
+ #: includes/widgets/htmega_gravity_forms.php:530
1510
+ #: includes/widgets/htmega_image_comparison.php:179
1511
+ #: includes/widgets/htmega_image_comparison.php:261
1512
+ #: includes/widgets/htmega_image_comparison.php:330
1513
+ #: includes/widgets/htmega_image_comparison.php:447
1514
+ #: includes/widgets/htmega_image_grid.php:423
1515
+ #: includes/widgets/htmega_image_grid.php:486
1516
+ #: includes/widgets/htmega_image_magnifier.php:110
1517
+ #: includes/widgets/htmega_image_marker.php:207
1518
+ #: includes/widgets/htmega_image_marker.php:260
1519
+ #: includes/widgets/htmega_image_marker.php:322
1520
+ #: includes/widgets/htmega_image_masonry.php:421
1521
+ #: includes/widgets/htmega_image_masonry.php:484
1522
+ #: includes/widgets/htmega_inline_menu.php:159
1523
+ #: includes/widgets/htmega_inline_menu.php:232
1524
+ #: includes/widgets/htmega_inline_menu.php:286
1525
+ #: includes/widgets/htmega_instagram.php:665
1526
+ #: includes/widgets/htmega_instagram.php:783
1527
+ #: includes/widgets/htmega_instagram.php:881
1528
+ #: includes/widgets/htmega_instagram.php:979
1529
+ #: includes/widgets/htmega_instagram.php:1102
1530
+ #: includes/widgets/htmega_instagram.php:1162
1531
+ #: includes/widgets/htmega_instagram.php:1256
1532
+ #: includes/widgets/htmega_lightbox.php:233
1533
+ #: includes/widgets/htmega_lightbox.php:367
1534
+ #: includes/widgets/htmega_mailchimp_for_wp.php:224
1535
+ #: includes/widgets/htmega_mailchimp_for_wp.php:371
1536
+ #: includes/widgets/htmega_mailchimp_for_wp.php:433
1537
+ #: includes/widgets/htmega_modal.php:232 includes/widgets/htmega_modal.php:409
1538
+ #: includes/widgets/htmega_modal.php:478 includes/widgets/htmega_modal.php:571
1539
+ #: includes/widgets/htmega_modal.php:718
1540
+ #: includes/widgets/htmega_news_ticker.php:334
1541
+ #: includes/widgets/htmega_news_ticker.php:464
1542
+ #: includes/widgets/htmega_news_ticker.php:546
1543
+ #: includes/widgets/htmega_news_ticker.php:627
1544
+ #: includes/widgets/htmega_news_ticker.php:690
1545
+ #: includes/widgets/htmega_ninja_forms.php:157
1546
+ #: includes/widgets/htmega_ninja_forms.php:241
1547
+ #: includes/widgets/htmega_ninja_forms.php:306
1548
+ #: includes/widgets/htmega_ninja_forms.php:451
1549
+ #: includes/widgets/htmega_ninja_forms.php:568
1550
+ #: includes/widgets/htmega_ninja_forms.php:682
1551
+ #: includes/widgets/htmega_ninja_forms.php:743
1552
+ #: includes/widgets/htmega_notify.php:341
1553
+ #: includes/widgets/htmega_notify.php:443
1554
+ #: includes/widgets/htmega_notify.php:502
1555
+ #: includes/widgets/htmega_offcanvas.php:315
1556
+ #: includes/widgets/htmega_offcanvas.php:376
1557
+ #: includes/widgets/htmega_panel_slider.php:702
1558
+ #: includes/widgets/htmega_panel_slider.php:825
1559
+ #: includes/widgets/htmega_panel_slider.php:950
1560
+ #: includes/widgets/htmega_panel_slider.php:989
1561
+ #: includes/widgets/htmega_popover.php:402
1562
+ #: includes/widgets/htmega_popover.php:483
1563
+ #: includes/widgets/htmega_popover.php:562
1564
+ #: includes/widgets/htmega_popover.php:643
1565
+ #: includes/widgets/htmega_popover.php:752
1566
+ #: includes/widgets/htmega_post_carousel.php:1095
1567
+ #: includes/widgets/htmega_post_carousel.php:1149
1568
+ #: includes/widgets/htmega_post_carousel.php:1252
1569
+ #: includes/widgets/htmega_post_carousel.php:1375
1570
+ #: includes/widgets/htmega_post_carousel.php:1500
1571
+ #: includes/widgets/htmega_post_carousel.php:1539
1572
+ #: includes/widgets/htmega_post_grid_tab.php:238
1573
+ #: includes/widgets/htmega_post_grid_tab.php:759
1574
+ #: includes/widgets/htmega_post_grid_tab.php:813
1575
+ #: includes/widgets/htmega_post_slider.php:1051
1576
+ #: includes/widgets/htmega_post_slider.php:1105
1577
+ #: includes/widgets/htmega_post_slider.php:1272
1578
+ #: includes/widgets/htmega_post_slider.php:1395
1579
+ #: includes/widgets/htmega_post_slider.php:1520
1580
+ #: includes/widgets/htmega_post_slider.php:1559
1581
+ #: includes/widgets/htmega_pricing_list_view.php:398
1582
+ #: includes/widgets/htmega_pricing_list_view.php:478
1583
+ #: includes/widgets/htmega_pricing_list_view.php:601
1584
+ #: includes/widgets/htmega_pricing_table.php:429
1585
+ #: includes/widgets/htmega_pricing_table.php:588
1586
+ #: includes/widgets/htmega_pricing_table.php:748
1587
+ #: includes/widgets/htmega_pricing_table.php:799
1588
+ #: includes/widgets/htmega_progressbar.php:313
1589
+ #: includes/widgets/htmega_progressbar.php:399
1590
+ #: includes/widgets/htmega_progressbar.php:492
1591
+ #: includes/widgets/htmega_progressbar.php:589
1592
+ #: includes/widgets/htmega_progressbar.php:694
1593
+ #: includes/widgets/htmega_qu_forms.php:105
1594
+ #: includes/widgets/htmega_qu_forms.php:194
1595
+ #: includes/widgets/htmega_qu_forms.php:339
1596
+ #: includes/widgets/htmega_qu_forms.php:456
1597
+ #: includes/widgets/htmega_qu_forms.php:570
1598
+ #: includes/widgets/htmega_qu_forms.php:631
1599
+ #: includes/widgets/htmega_scroll_image.php:104
1600
+ #: includes/widgets/htmega_scroll_navigation.php:311
1601
+ #: includes/widgets/htmega_scroll_navigation.php:405
1602
+ #: includes/widgets/htmega_search.php:288
1603
+ #: includes/widgets/htmega_search.php:419
1604
+ #: includes/widgets/htmega_search.php:471
1605
+ #: includes/widgets/htmega_section_title.php:410
1606
+ #: includes/widgets/htmega_section_title.php:521
1607
+ #: includes/widgets/htmega_section_title.php:637
1608
+ #: includes/widgets/htmega_section_title.php:770
1609
+ #: includes/widgets/htmega_services.php:596
1610
+ #: includes/widgets/htmega_services.php:682
1611
+ #: includes/widgets/htmega_services.php:796
1612
+ #: includes/widgets/htmega_services.php:929
1613
+ #: includes/widgets/htmega_services.php:985
1614
+ #: includes/widgets/htmega_slider_thumb_gallery.php:787
1615
+ #: includes/widgets/htmega_slider_thumb_gallery.php:910
1616
+ #: includes/widgets/htmega_slider_thumb_gallery.php:969
1617
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1063
1618
+ #: includes/widgets/htmega_socialshere.php:155
1619
+ #: includes/widgets/htmega_socialshere.php:194
1620
+ #: includes/widgets/htmega_socialshere.php:243
1621
+ #: includes/widgets/htmega_socialshere.php:294
1622
+ #: includes/widgets/htmega_socialshere.php:426
1623
+ #: includes/widgets/htmega_socialshere.php:522
1624
+ #: includes/widgets/htmega_special_banner.php:672
1625
+ #: includes/widgets/htmega_special_banner.php:751
1626
+ #: includes/widgets/htmega_switcher.php:275
1627
+ #: includes/widgets/htmega_switcher.php:316
1628
+ #: includes/widgets/htmega_switcher.php:405
1629
+ #: includes/widgets/htmega_switcher.php:460 includes/widgets/htmega_tab.php:261
1630
+ #: includes/widgets/htmega_tab.php:399 includes/widgets/htmega_tab.php:450
1631
+ #: includes/widgets/htmega_tab.php:484 includes/widgets/htmega_table.php:318
1632
+ #: includes/widgets/htmega_table.php:395 includes/widgets/htmega_table.php:515
1633
+ #: includes/widgets/htmega_tablepress.php:126
1634
+ #: includes/widgets/htmega_tablepress.php:182
1635
+ #: includes/widgets/htmega_tablepress.php:245
1636
+ #: includes/widgets/htmega_teammember.php:693
1637
+ #: includes/widgets/htmega_testimonial.php:514
1638
+ #: includes/widgets/htmega_testimonial.php:905
1639
+ #: includes/widgets/htmega_testimonial.php:1028
1640
+ #: includes/widgets/htmega_testimonial.php:1088
1641
+ #: includes/widgets/htmega_testimonial.php:1182
1642
+ #: includes/widgets/htmega_testimonial_grid.php:177
1643
+ #: includes/widgets/htmega_toggle.php:292
1644
+ #: includes/widgets/htmega_toggle.php:347
1645
+ #: includes/widgets/htmega_tooltip.php:378
1646
+ #: includes/widgets/htmega_tooltip.php:459
1647
+ #: includes/widgets/htmega_twitter_feed.php:562
1648
+ #: includes/widgets/htmega_twitter_feed.php:1002
1649
+ #: includes/widgets/htmega_twitter_feed.php:1118
1650
+ #: includes/widgets/htmega_twitter_feed.php:1178
1651
+ #: includes/widgets/htmega_twitter_feed.php:1274
1652
+ #: includes/widgets/htmega_user_login_form.php:422
1653
+ #: includes/widgets/htmega_user_login_form.php:548
1654
+ #: includes/widgets/htmega_user_login_form.php:600
1655
+ #: includes/widgets/htmega_user_login_form.php:692
1656
+ #: includes/widgets/htmega_user_register_form.php:573
1657
+ #: includes/widgets/htmega_user_register_form.php:704
1658
+ #: includes/widgets/htmega_user_register_form.php:830
1659
+ #: includes/widgets/htmega_user_register_form.php:882
1660
+ #: includes/widgets/htmega_user_register_form.php:976
1661
+ #: includes/widgets/htmega_video_player.php:336
1662
+ #: includes/widgets/htmega_video_player.php:366
1663
+ #: includes/widgets/htmega_wc_categories.php:188
1664
+ #: includes/widgets/htmega_wc_categories.php:250
1665
+ #: includes/widgets/htmega_wc_categories.php:423
1666
+ #: includes/widgets/htmega_wc_categories.php:451
1667
+ #: includes/widgets/htmega_wc_element_pages.php:154
1668
+ #: includes/widgets/htmega_wc_element_pages.php:223
1669
+ #: includes/widgets/htmega_wc_element_pages.php:384
1670
+ #: includes/widgets/htmega_wc_element_pages.php:450
1671
+ #: includes/widgets/htmega_wc_element_pages.php:619
1672
+ #: includes/widgets/htmega_wc_element_pages.php:736
1673
+ #: includes/widgets/htmega_wc_element_pages.php:933
1674
+ #: includes/widgets/htmega_wc_element_pages.php:1008
1675
+ #: includes/widgets/htmega_working_process.php:293
1676
+ #: includes/widgets/htmega_working_process.php:378
1677
+ #: includes/widgets/htmega_working_process.php:462
1678
+ #: includes/widgets/htmega_working_process.php:575
1679
+ #: includes/widgets/htmega_wpforms.php:149
1680
+ #: includes/widgets/htmega_wpforms.php:233
1681
+ #: includes/widgets/htmega_wpforms.php:296
1682
+ #: includes/widgets/htmega_wpforms.php:441
1683
+ #: includes/widgets/htmega_wpforms.php:558
1684
+ #: includes/widgets/htmega_wpforms.php:672
1685
+ #: includes/widgets/htmega_wpforms.php:733
1686
+ msgid "Border"
1687
+ msgstr ""
1688
+
1689
+ #: includes/widgets/htmega_booked_calender.php:359
1690
+ #: includes/widgets/htmega_booked_calender.php:668
1691
+ #: includes/widgets/htmega_booked_calender.php:814
1692
+ #: includes/widgets/htmega_caldera_forms.php:317
1693
+ #: includes/widgets/htmega_post_carousel.php:583
1694
+ #: includes/widgets/htmega_tablepress.php:287
1695
+ #: includes/widgets/htmega_tablepress.php:331
1696
+ #: includes/widgets/htmega_wc_element_pages.php:307
1697
+ #: includes/widgets/htmega_wc_element_pages.php:803
1698
+ #: includes/widgets/htmega_wc_element_pages.php:1087
1699
+ msgid "Border Color"
1700
+ msgstr ""
1701
+
1702
+ #: includes/widgets/htmega_progressbar.php:324
1703
+ msgid "Border color"
1704
+ msgstr ""
1705
+
1706
+ #: includes/widgets/htmega_404_content.php:330
1707
+ #: includes/widgets/htmega_404_content.php:410
1708
+ #: includes/widgets/htmega_404_content.php:490
1709
+ #: includes/widgets/htmega_404_content.php:613
1710
+ #: includes/widgets/htmega_404_content.php:664
1711
+ #: includes/widgets/htmega_404_content.php:765
1712
+ #: includes/widgets/htmega_404_content.php:816
1713
+ #: includes/widgets/htmega_accordion.php:502
1714
+ #: includes/widgets/htmega_accordion.php:587
1715
+ #: includes/widgets/htmega_accordion.php:689
1716
+ #: includes/widgets/htmega_accordion.php:815
1717
+ #: includes/widgets/htmega_accordion.php:918
1718
+ #: includes/widgets/htmega_accordion.php:1047
1719
+ #: includes/widgets/htmega_add_banner.php:446
1720
+ #: includes/widgets/htmega_add_banner.php:525
1721
+ #: includes/widgets/htmega_animated_heading.php:175
1722
+ #: includes/widgets/htmega_animated_heading.php:263
1723
+ #: includes/widgets/htmega_animated_heading.php:351
1724
+ #: includes/widgets/htmega_blockquote.php:249
1725
+ #: includes/widgets/htmega_blockquote.php:393
1726
+ #: includes/widgets/htmega_blockquote.php:566
1727
+ #: includes/widgets/htmega_booked_calender.php:594
1728
+ #: includes/widgets/htmega_booked_calender.php:741
1729
+ #: includes/widgets/htmega_brand.php:260
1730
+ #: includes/widgets/htmega_buddy_press.php:178
1731
+ #: includes/widgets/htmega_business_hours.php:249
1732
+ #: includes/widgets/htmega_business_hours.php:306
1733
+ #: includes/widgets/htmega_button.php:243
1734
+ #: includes/widgets/htmega_button.php:330
1735
+ #: includes/widgets/htmega_button.php:469
1736
+ #: includes/widgets/htmega_caldera_forms.php:171
1737
+ #: includes/widgets/htmega_caldera_forms.php:241
1738
+ #: includes/widgets/htmega_call_to_action.php:391
1739
+ #: includes/widgets/htmega_call_to_action.php:479
1740
+ #: includes/widgets/htmega_carousel.php:498
1741
+ #: includes/widgets/htmega_carousel.php:621
1742
+ #: includes/widgets/htmega_carousel.php:681
1743
+ #: includes/widgets/htmega_carousel.php:775
1744
+ #: includes/widgets/htmega_contact_form_seven.php:256
1745
+ #: includes/widgets/htmega_contact_form_seven.php:395
1746
+ #: includes/widgets/htmega_contact_form_seven.php:484
1747
+ #: includes/widgets/htmega_contact_form_seven.php:628
1748
+ #: includes/widgets/htmega_countdown.php:420
1749
+ #: includes/widgets/htmega_countdown.php:613
1750
+ #: includes/widgets/htmega_countdown.php:740
1751
+ #: includes/widgets/htmega_countdown.php:851
1752
+ #: includes/widgets/htmega_countdown.php:936
1753
+ #: includes/widgets/htmega_counter.php:232
1754
+ #: includes/widgets/htmega_counter.php:360
1755
+ #: includes/widgets/htmega_counter.php:454
1756
+ #: includes/widgets/htmega_counter.php:583
1757
+ #: includes/widgets/htmega_counter.php:676
1758
+ #: includes/widgets/htmega_counter.php:769
1759
+ #: includes/widgets/htmega_cuctom_event.php:453
1760
+ #: includes/widgets/htmega_double_button.php:222
1761
+ #: includes/widgets/htmega_double_button.php:350
1762
+ #: includes/widgets/htmega_double_button.php:380
1763
+ #: includes/widgets/htmega_double_button.php:447
1764
+ #: includes/widgets/htmega_double_button.php:564
1765
+ #: includes/widgets/htmega_double_button.php:651
1766
+ #: includes/widgets/htmega_double_button.php:767
1767
+ #: includes/widgets/htmega_double_button.php:847
1768
+ #: includes/widgets/htmega_download_monitor.php:189
1769
+ #: includes/widgets/htmega_download_monitor.php:262
1770
+ #: includes/widgets/htmega_dropcaps.php:143
1771
+ #: includes/widgets/htmega_dropcaps.php:238
1772
+ #: includes/widgets/htmega_easy_digital_download.php:276
1773
+ #: includes/widgets/htmega_easy_digital_download.php:562
1774
+ #: includes/widgets/htmega_easy_digital_download.php:630
1775
+ #: includes/widgets/htmega_flip-box.php:405
1776
+ #: includes/widgets/htmega_flip-box.php:494
1777
+ #: includes/widgets/htmega_flip-box.php:661
1778
+ #: includes/widgets/htmega_flip-box.php:745
1779
+ #: includes/widgets/htmega_flip-box.php:842
1780
+ #: includes/widgets/htmega_flip-box.php:932
1781
+ #: includes/widgets/htmega_flip-box.php:1160
1782
+ #: includes/widgets/htmega_flip-box.php:1244
1783
+ #: includes/widgets/htmega_gravity_forms.php:218
1784
+ #: includes/widgets/htmega_gravity_forms.php:363
1785
+ #: includes/widgets/htmega_gravity_forms.php:477
1786
+ #: includes/widgets/htmega_image_comparison.php:187
1787
+ #: includes/widgets/htmega_image_comparison.php:269
1788
+ #: includes/widgets/htmega_image_comparison.php:338
1789
+ #: includes/widgets/htmega_image_grid.php:431
1790
+ #: includes/widgets/htmega_image_grid.php:494
1791
+ #: includes/widgets/htmega_image_magnifier.php:118
1792
+ #: includes/widgets/htmega_image_marker.php:215
1793
+ #: includes/widgets/htmega_image_marker.php:330
1794
+ #: includes/widgets/htmega_image_masonry.php:429
1795
+ #: includes/widgets/htmega_image_masonry.php:492
1796
+ #: includes/widgets/htmega_inline_menu.php:167
1797
+ #: includes/widgets/htmega_inline_menu.php:240
1798
+ #: includes/widgets/htmega_inline_menu.php:294
1799
+ #: includes/widgets/htmega_instagram.php:673
1800
+ #: includes/widgets/htmega_instagram.php:791
1801
+ #: includes/widgets/htmega_instagram.php:889
1802
+ #: includes/widgets/htmega_instagram.php:987
1803
+ #: includes/widgets/htmega_instagram.php:1110
1804
+ #: includes/widgets/htmega_instagram.php:1170
1805
+ #: includes/widgets/htmega_instagram.php:1264
1806
+ #: includes/widgets/htmega_lightbox.php:241
1807
+ #: includes/widgets/htmega_lightbox.php:375
1808
+ #: includes/widgets/htmega_mailchimp_for_wp.php:232
1809
+ #: includes/widgets/htmega_mailchimp_for_wp.php:379
1810
+ #: includes/widgets/htmega_modal.php:240 includes/widgets/htmega_modal.php:486
1811
+ #: includes/widgets/htmega_modal.php:579 includes/widgets/htmega_modal.php:726
1812
+ #: includes/widgets/htmega_news_ticker.php:342
1813
+ #: includes/widgets/htmega_news_ticker.php:472
1814
+ #: includes/widgets/htmega_news_ticker.php:554
1815
+ #: includes/widgets/htmega_news_ticker.php:698
1816
+ #: includes/widgets/htmega_ninja_forms.php:165
1817
+ #: includes/widgets/htmega_ninja_forms.php:249
1818
+ #: includes/widgets/htmega_ninja_forms.php:314
1819
+ #: includes/widgets/htmega_ninja_forms.php:459
1820
+ #: includes/widgets/htmega_ninja_forms.php:576
1821
+ #: includes/widgets/htmega_ninja_forms.php:690
1822
+ #: includes/widgets/htmega_notify.php:349
1823
+ #: includes/widgets/htmega_notify.php:510
1824
+ #: includes/widgets/htmega_offcanvas.php:323
1825
+ #: includes/widgets/htmega_panel_slider.php:710
1826
+ #: includes/widgets/htmega_panel_slider.php:833
1827
+ #: includes/widgets/htmega_panel_slider.php:958
1828
+ #: includes/widgets/htmega_panel_slider.php:997
1829
+ #: includes/widgets/htmega_popover.php:410
1830
+ #: includes/widgets/htmega_popover.php:570
1831
+ #: includes/widgets/htmega_popover.php:651
1832
+ #: includes/widgets/htmega_popover.php:760
1833
+ #: includes/widgets/htmega_post_carousel.php:1103
1834
+ #: includes/widgets/htmega_post_carousel.php:1157
1835
+ #: includes/widgets/htmega_post_carousel.php:1260
1836
+ #: includes/widgets/htmega_post_carousel.php:1383
1837
+ #: includes/widgets/htmega_post_carousel.php:1508
1838
+ #: includes/widgets/htmega_post_carousel.php:1547
1839
+ #: includes/widgets/htmega_post_grid_tab.php:246
1840
+ #: includes/widgets/htmega_post_grid_tab.php:767
1841
+ #: includes/widgets/htmega_post_grid_tab.php:821
1842
+ #: includes/widgets/htmega_post_slider.php:1059
1843
+ #: includes/widgets/htmega_post_slider.php:1113
1844
+ #: includes/widgets/htmega_post_slider.php:1280
1845
+ #: includes/widgets/htmega_post_slider.php:1403
1846
+ #: includes/widgets/htmega_post_slider.php:1528
1847
+ #: includes/widgets/htmega_post_slider.php:1567
1848
+ #: includes/widgets/htmega_pricing_list_view.php:406
1849
+ #: includes/widgets/htmega_pricing_list_view.php:486
1850
+ #: includes/widgets/htmega_pricing_list_view.php:609
1851
+ #: includes/widgets/htmega_pricing_table.php:437
1852
+ #: includes/widgets/htmega_pricing_table.php:596
1853
+ #: includes/widgets/htmega_pricing_table.php:756
1854
+ #: includes/widgets/htmega_pricing_table.php:807
1855
+ #: includes/widgets/htmega_progressbar.php:333
1856
+ #: includes/widgets/htmega_progressbar.php:407
1857
+ #: includes/widgets/htmega_progressbar.php:500
1858
+ #: includes/widgets/htmega_progressbar.php:597
1859
+ #: includes/widgets/htmega_qu_forms.php:113
1860
+ #: includes/widgets/htmega_qu_forms.php:202
1861
+ #: includes/widgets/htmega_qu_forms.php:347
1862
+ #: includes/widgets/htmega_qu_forms.php:464
1863
+ #: includes/widgets/htmega_qu_forms.php:578
1864
+ #: includes/widgets/htmega_scroll_image.php:112
1865
+ #: includes/widgets/htmega_scroll_navigation.php:319
1866
+ #: includes/widgets/htmega_scroll_navigation.php:413
1867
+ #: includes/widgets/htmega_search.php:297
1868
+ #: includes/widgets/htmega_search.php:428
1869
+ #: includes/widgets/htmega_search.php:480
1870
+ #: includes/widgets/htmega_section_title.php:529
1871
+ #: includes/widgets/htmega_section_title.php:645
1872
+ #: includes/widgets/htmega_section_title.php:779
1873
+ #: includes/widgets/htmega_services.php:604
1874
+ #: includes/widgets/htmega_services.php:690
1875
+ #: includes/widgets/htmega_services.php:804
1876
+ #: includes/widgets/htmega_services.php:937
1877
+ #: includes/widgets/htmega_services.php:993
1878
+ #: includes/widgets/htmega_slider_thumb_gallery.php:795
1879
+ #: includes/widgets/htmega_slider_thumb_gallery.php:918
1880
+ #: includes/widgets/htmega_slider_thumb_gallery.php:977
1881
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1071
1882
+ #: includes/widgets/htmega_socialshere.php:251
1883
+ #: includes/widgets/htmega_socialshere.php:434
1884
+ #: includes/widgets/htmega_socialshere.php:530
1885
+ #: includes/widgets/htmega_special_banner.php:680
1886
+ #: includes/widgets/htmega_special_banner.php:759
1887
+ #: includes/widgets/htmega_switcher.php:283
1888
+ #: includes/widgets/htmega_switcher.php:324
1889
+ #: includes/widgets/htmega_switcher.php:413 includes/widgets/htmega_tab.php:269
1890
+ #: includes/widgets/htmega_tab.php:407 includes/widgets/htmega_tab.php:492
1891
+ #: includes/widgets/htmega_table.php:326 includes/widgets/htmega_table.php:403
1892
+ #: includes/widgets/htmega_table.php:523
1893
+ #: includes/widgets/htmega_teammember.php:701
1894
+ #: includes/widgets/htmega_testimonial.php:522
1895
+ #: includes/widgets/htmega_testimonial.php:913
1896
+ #: includes/widgets/htmega_testimonial.php:1036
1897
+ #: includes/widgets/htmega_testimonial.php:1096
1898
+ #: includes/widgets/htmega_testimonial.php:1190
1899
+ #: includes/widgets/htmega_testimonial_grid.php:185
1900
+ #: includes/widgets/htmega_toggle.php:300
1901
+ #: includes/widgets/htmega_tooltip.php:386
1902
+ #: includes/widgets/htmega_tooltip.php:538
1903
+ #: includes/widgets/htmega_twitter_feed.php:570
1904
+ #: includes/widgets/htmega_twitter_feed.php:1010
1905
+ #: includes/widgets/htmega_twitter_feed.php:1126
1906
+ #: includes/widgets/htmega_twitter_feed.php:1186
1907
+ #: includes/widgets/htmega_twitter_feed.php:1282
1908
+ #: includes/widgets/htmega_user_login_form.php:431
1909
+ #: includes/widgets/htmega_user_login_form.php:557
1910
+ #: includes/widgets/htmega_user_login_form.php:609
1911
+ #: includes/widgets/htmega_user_login_form.php:701
1912
+ #: includes/widgets/htmega_user_register_form.php:582
1913
+ #: includes/widgets/htmega_user_register_form.php:713
1914
+ #: includes/widgets/htmega_user_register_form.php:839
1915
+ #: includes/widgets/htmega_user_register_form.php:891
1916
+ #: includes/widgets/htmega_user_register_form.php:985
1917
+ #: includes/widgets/htmega_video_player.php:344
1918
+ #: includes/widgets/htmega_video_player.php:374
1919
+ #: includes/widgets/htmega_wc_categories.php:196
1920
+ #: includes/widgets/htmega_wc_categories.php:258
1921
+ #: includes/widgets/htmega_wc_categories.php:431
1922
+ #: includes/widgets/htmega_wc_categories.php:459
1923
+ #: includes/widgets/htmega_wc_element_pages.php:162
1924
+ #: includes/widgets/htmega_wc_element_pages.php:232
1925
+ #: includes/widgets/htmega_wc_element_pages.php:392
1926
+ #: includes/widgets/htmega_wc_element_pages.php:458
1927
+ #: includes/widgets/htmega_wc_element_pages.php:632
1928
+ #: includes/widgets/htmega_wc_element_pages.php:747
1929
+ #: includes/widgets/htmega_wc_element_pages.php:946
1930
+ #: includes/widgets/htmega_wc_element_pages.php:1019
1931
+ #: includes/widgets/htmega_working_process.php:301
1932
+ #: includes/widgets/htmega_working_process.php:386
1933
+ #: includes/widgets/htmega_working_process.php:470
1934
+ #: includes/widgets/htmega_working_process.php:583
1935
+ #: includes/widgets/htmega_wpforms.php:157
1936
+ #: includes/widgets/htmega_wpforms.php:241
1937
+ #: includes/widgets/htmega_wpforms.php:304
1938
+ #: includes/widgets/htmega_wpforms.php:449
1939
+ #: includes/widgets/htmega_wpforms.php:566
1940
+ #: includes/widgets/htmega_wpforms.php:680
1941
+ msgid "Border Radius"
1942
+ msgstr ""
1943
+
1944
+ #: includes/widgets/htmega_add_banner.php:58
1945
+ #: includes/widgets/htmega_button.php:127
1946
+ #: includes/widgets/htmega_flip-box.php:313
1947
+ #: includes/widgets/htmega_image_comparison.php:132
1948
+ #: includes/widgets/htmega_offcanvas.php:92
1949
+ #: includes/widgets/htmega_popover.php:189
1950
+ #: includes/widgets/htmega_section_title.php:207
1951
+ #: includes/widgets/htmega_slider_thumb_gallery.php:47
1952
+ #: includes/widgets/htmega_special_banner.php:41
1953
+ #: includes/widgets/htmega_teammember.php:69
1954
+ #: includes/widgets/htmega_tooltip.php:177
1955
+ msgid "Bottom"
1956
+ msgstr ""
1957
+
1958
+ #: includes/widgets/htmega_notify.php:103
1959
+ msgid "Bottom Center"
1960
+ msgstr ""
1961
+
1962
+ #: includes/widgets/htmega_notify.php:106
1963
+ msgid "Bottom Fullwidth"
1964
+ msgstr ""
1965
+
1966
+ #: includes/widgets/htmega_notify.php:102
1967
+ #: extensions/wc-sales-notification/admin/setting.php:82
1968
+ msgid "Bottom Left"
1969
+ msgstr ""
1970
+
1971
+ #: includes/widgets/htmega_notify.php:104
1972
+ msgid "Bottom Right"
1973
+ msgstr ""
1974
+
1975
+ #: includes/widgets/htmega_notify.php:152
1976
+ #: includes/widgets/htmega_notify.php:187
1977
+ msgid "bounceIn"
1978
+ msgstr ""
1979
+
1980
+ #: includes/widgets/htmega_notify.php:153
1981
+ #: includes/widgets/htmega_notify.php:188
1982
+ msgid "bounceInDown"
1983
+ msgstr ""
1984
+
1985
+ #: includes/widgets/htmega_notify.php:154
1986
+ #: includes/widgets/htmega_notify.php:189
1987
+ msgid "bounceInLeft"
1988
+ msgstr ""
1989
+
1990
+ #: includes/widgets/htmega_notify.php:155
1991
+ #: includes/widgets/htmega_notify.php:190
1992
+ msgid "bounceInRight"
1993
+ msgstr ""
1994
+
1995
+ #: includes/widgets/htmega_notify.php:156
1996
+ #: includes/widgets/htmega_notify.php:191
1997
+ msgid "bounceInUp"
1998
+ msgstr ""
1999
+
2000
+ #: includes/widgets/htmega_notify.php:134
2001
+ #: includes/widgets/htmega_notify.php:169
2002
+ msgid "bounceOut"
2003
+ msgstr ""
2004
+
2005
+ #: includes/widgets/htmega_notify.php:135
2006
+ #: includes/widgets/htmega_notify.php:170
2007
+ msgid "bounceOutDown"
2008
+ msgstr ""
2009
+
2010
+ #: includes/widgets/htmega_notify.php:136
2011
+ #: includes/widgets/htmega_notify.php:171
2012
+ msgid "bounceOutLeft"
2013
+ msgstr ""
2014
+
2015
+ #: includes/widgets/htmega_notify.php:137
2016
+ #: includes/widgets/htmega_notify.php:172
2017
+ msgid "bounceOutRight"
2018
+ msgstr ""
2019
+
2020
+ #: includes/widgets/htmega_notify.php:138
2021
+ #: includes/widgets/htmega_notify.php:173
2022
+ msgid "bounceOutUp"
2023
+ msgstr ""
2024
+
2025
+ #: includes/widgets/htmega_accordion.php:515
2026
+ #: includes/widgets/htmega_accordion.php:600
2027
+ #: includes/widgets/htmega_accordion.php:703
2028
+ #: includes/widgets/htmega_accordion.php:828
2029
+ #: includes/widgets/htmega_accordion.php:931
2030
+ #: includes/widgets/htmega_accordion.php:1060
2031
+ #: includes/widgets/htmega_animated_heading.php:198
2032
+ #: includes/widgets/htmega_animated_heading.php:286
2033
+ #: includes/widgets/htmega_animated_heading.php:374
2034
+ #: includes/widgets/htmega_brand.php:172 includes/widgets/htmega_brand.php:197
2035
+ #: includes/widgets/htmega_buddy_press.php:201
2036
+ #: includes/widgets/htmega_button.php:266
2037
+ #: includes/widgets/htmega_button.php:353
2038
+ #: includes/widgets/htmega_button.php:505
2039
+ #: includes/widgets/htmega_call_to_action.php:146
2040
+ #: includes/widgets/htmega_call_to_action.php:414
2041
+ #: includes/widgets/htmega_call_to_action.php:502
2042
+ #: includes/widgets/htmega_contact_form_seven.php:641
2043
+ #: includes/widgets/htmega_countdown.php:403
2044
+ #: includes/widgets/htmega_double_button.php:235
2045
+ #: includes/widgets/htmega_double_button.php:470
2046
+ #: includes/widgets/htmega_double_button.php:587
2047
+ #: includes/widgets/htmega_double_button.php:674
2048
+ #: includes/widgets/htmega_double_button.php:790
2049
+ #: includes/widgets/htmega_double_button.php:870
2050
+ #: includes/widgets/htmega_gravity_forms.php:489
2051
+ #: includes/widgets/htmega_image_grid.php:401
2052
+ #: includes/widgets/htmega_image_grid.php:477
2053
+ #: includes/widgets/htmega_image_magnifier.php:132
2054
+ #: includes/widgets/htmega_image_masonry.php:399
2055
+ #: includes/widgets/htmega_image_masonry.php:475
2056
+ #: includes/widgets/htmega_inline_menu.php:180
2057
+ #: includes/widgets/htmega_mailchimp_for_wp.php:392
2058
+ #: includes/widgets/htmega_modal.php:213 includes/widgets/htmega_modal.php:459
2059
+ #: includes/widgets/htmega_ninja_forms.php:702
2060
+ #: includes/widgets/htmega_notify.php:372
2061
+ #: includes/widgets/htmega_popover.php:552
2062
+ #: includes/widgets/htmega_pricing_table.php:420
2063
+ #: includes/widgets/htmega_progressbar.php:421
2064
+ #: includes/widgets/htmega_progressbar.php:514
2065
+ #: includes/widgets/htmega_progressbar.php:612
2066
+ #: includes/widgets/htmega_qu_forms.php:590
2067
+ #: includes/widgets/htmega_scroll_image.php:150
2068
+ #: includes/widgets/htmega_section_title.php:761
2069
+ #: includes/widgets/htmega_twitter_feed.php:527
2070
+ #: includes/widgets/htmega_user_login_form.php:300
2071
+ #: includes/widgets/htmega_wc_categories.php:221
2072
+ #: includes/widgets/htmega_weather.php:211
2073
+ #: includes/widgets/htmega_working_process.php:513
2074
+ #: includes/widgets/htmega_wpforms.php:692
2075
+ msgid "Box Shadow"
2076
+ msgstr ""
2077
+
2078
+ #: includes/widgets/htmega_brand.php:150
2079
+ msgid "Brand Logo"
2080
+ msgstr ""
2081
+
2082
+ #: admin/include/admin-setting.php:150 includes/widgets/htmega_brand.php:13
2083
+ #: includes/widgets/htmega_brand.php:28
2084
+ msgid "Brands"
2085
+ msgstr ""
2086
+
2087
+ #: includes/widgets/htmega_news_ticker.php:62
2088
+ msgid "Breaking News"
2089
+ msgstr ""
2090
+
2091
+ #: admin/include/admin-setting.php:869
2092
+ #: includes/widgets/htmega_buddy_press.php:13
2093
+ #: includes/widgets/htmega_buddy_press.php:28
2094
+ msgid "BuddyPress"
2095
+ msgstr ""
2096
+
2097
+ #: includes/widgets/htmega_socialshere.php:75
2098
+ msgid "Buffer"
2099
+ msgstr ""
2100
+
2101
+ #: admin/include/admin-setting.php:158
2102
+ #: includes/widgets/htmega_business_hours.php:13
2103
+ #: includes/widgets/htmega_business_hours.php:28
2104
+ msgid "Business Hours"
2105
+ msgstr ""
2106
+
2107
+ #: admin/include/admin-setting.php:166
2108
+ #: includes/widgets/htmega_404_content.php:111
2109
+ #: includes/widgets/htmega_add_banner.php:396
2110
+ #: includes/widgets/htmega_button.php:13 includes/widgets/htmega_button.php:28
2111
+ #: includes/widgets/htmega_call_to_action.php:341
2112
+ #: includes/widgets/htmega_contact_form_seven.php:526
2113
+ #: includes/widgets/htmega_cuctom_event.php:399
2114
+ #: includes/widgets/htmega_double_button.php:95
2115
+ #: includes/widgets/htmega_double_button.php:158
2116
+ #: includes/widgets/htmega_double_button.php:260
2117
+ #: includes/widgets/htmega_download_monitor.php:96
2118
+ #: includes/widgets/htmega_easy_digital_download.php:507
2119
+ #: includes/widgets/htmega_gravity_forms.php:378
2120
+ #: includes/widgets/htmega_lightbox.php:117
2121
+ #: includes/widgets/htmega_mailchimp_for_wp.php:276
2122
+ #: includes/widgets/htmega_modal.php:97 includes/widgets/htmega_modal.php:171
2123
+ #: includes/widgets/htmega_ninja_forms.php:591
2124
+ #: includes/widgets/htmega_notify.php:37 includes/widgets/htmega_notify.php:297
2125
+ #: includes/widgets/htmega_offcanvas.php:102
2126
+ #: includes/widgets/htmega_offcanvas.php:265
2127
+ #: includes/widgets/htmega_popover.php:314
2128
+ #: includes/widgets/htmega_qu_forms.php:479
2129
+ #: includes/widgets/htmega_services.php:848
2130
+ #: includes/widgets/htmega_special_banner.php:630
2131
+ #: includes/widgets/htmega_toggle.php:182
2132
+ #: includes/widgets/htmega_tooltip.php:290
2133
+ #: includes/widgets/htmega_video_player.php:234
2134
+ #: includes/widgets/htmega_wc_element_pages.php:963
2135
+ #: includes/widgets/htmega_wpforms.php:581
2136
+ msgid "Button"
2137
+ msgstr ""
2138
+
2139
+ #: includes/widgets/htmega_double_button.php:214
2140
+ msgid "Button Area"
2141
+ msgstr ""
2142
+
2143
+ #: includes/widgets/htmega_instagram_feed.php:168
2144
+ msgid "Button Color"
2145
+ msgstr ""
2146
+
2147
+ #: includes/widgets/htmega_button.php:361
2148
+ msgid "Button Hover Effect"
2149
+ msgstr ""
2150
+
2151
+ #: includes/widgets/htmega_button.php:387
2152
+ msgid "Button Hover Shadow"
2153
+ msgstr ""
2154
+
2155
+ #: includes/widgets/htmega_offcanvas.php:117
2156
+ #: includes/widgets/htmega_video_player.php:87
2157
+ msgid "Button Icon"
2158
+ msgstr ""
2159
+
2160
+ #: includes/widgets/htmega_search.php:61
2161
+ msgid "Button Icon Type"
2162
+ msgstr ""
2163
+
2164
+ #: includes/widgets/htmega_404_content.php:137
2165
+ #: includes/widgets/htmega_404_content.php:185
2166
+ msgid "Button Icons"
2167
+ msgstr ""
2168
+
2169
+ #: includes/widgets/htmega_404_content.php:149
2170
+ #: includes/widgets/htmega_404_content.php:197
2171
+ #: includes/widgets/htmega_call_to_action.php:80
2172
+ #: includes/widgets/htmega_flip-box.php:258
2173
+ msgid "Button Link"
2174
+ msgstr ""
2175
+
2176
+ #: includes/widgets/htmega_double_button.php:87
2177
+ #: includes/widgets/htmega_double_button.php:398
2178
+ msgid "Button One"
2179
+ msgstr ""
2180
+
2181
+ #: includes/widgets/htmega_button.php:95
2182
+ #: includes/widgets/htmega_double_button.php:36
2183
+ msgid "Button Size"
2184
+ msgstr ""
2185
+
2186
+ #: includes/widgets/htmega_button.php:35 includes/widgets/htmega_button.php:196
2187
+ #: includes/widgets/htmega_countdown.php:781
2188
+ #: includes/widgets/htmega_download_monitor.php:122
2189
+ #: includes/widgets/htmega_wc_element_pages.php:683
2190
+ msgid "Button Style"
2191
+ msgstr ""
2192
+
2193
+ #: includes/widgets/htmega_404_content.php:127
2194
+ #: includes/widgets/htmega_404_content.php:176
2195
+ #: includes/widgets/htmega_add_banner.php:128
2196
+ #: includes/widgets/htmega_add_banner.php:130
2197
+ #: includes/widgets/htmega_call_to_action.php:71
2198
+ #: includes/widgets/htmega_call_to_action.php:73
2199
+ #: includes/widgets/htmega_flip-box.php:250
2200
+ #: includes/widgets/htmega_instagram_feed.php:90
2201
+ #: includes/widgets/htmega_notify.php:44
2202
+ #: includes/widgets/htmega_offcanvas.php:108
2203
+ #: includes/widgets/htmega_popover.php:65
2204
+ #: includes/widgets/htmega_pricing_table.php:369
2205
+ #: includes/widgets/htmega_special_banner.php:131
2206
+ #: includes/widgets/htmega_special_banner.php:133
2207
+ #: includes/widgets/htmega_user_login_form.php:211
2208
+ #: includes/widgets/htmega_video_player.php:75
2209
+ msgid "Button Text"
2210
+ msgstr ""
2211
+
2212
+ #: includes/widgets/htmega_instagram_feed.php:180
2213
+ msgid "Button Text Color"
2214
+ msgstr ""
2215
+
2216
+ #: includes/widgets/htmega_double_button.php:150
2217
+ #: includes/widgets/htmega_double_button.php:602
2218
+ msgid "Button Two"
2219
+ msgstr ""
2220
+
2221
+ #: includes/widgets/htmega_button.php:76 includes/widgets/htmega_popover.php:41
2222
+ #: includes/widgets/htmega_tooltip.php:41
2223
+ msgid "Button Type"
2224
+ msgstr ""
2225
+
2226
+ #: includes/widgets/htmega_double_button.php:297
2227
+ msgid "Button Width"
2228
+ msgstr ""
2229
+
2230
+ #: admin/include/templates_list.php:48
2231
+ msgid "Buy HTMega Pro Version"
2232
+ msgstr ""
2233
+
2234
+ #: admin/include/admin-setting.php:1173 admin/include/templates_list.php:84
2235
+ msgid "Buy Now"
2236
+ msgstr ""
2237
+
2238
+ #: includes/widgets/htmega_easy_digital_download.php:127
2239
+ #: includes/widgets/htmega_wc_categories.php:76
2240
+ msgid "By Parent"
2241
+ msgstr ""
2242
+
2243
+ #: includes/widgets/htmega_weather.php:59
2244
+ msgid "C"
2245
+ msgstr ""
2246
+
2247
+ #: admin/include/admin-setting.php:879
2248
+ #: includes/widgets/htmega_caldera_forms.php:13
2249
+ #: includes/widgets/htmega_caldera_forms.php:28
2250
+ msgid "Caldera Form"
2251
+ msgstr ""
2252
+
2253
+ #: includes/widgets/htmega_booked_calender.php:836
2254
+ msgid "Calendar"
2255
+ msgstr ""
2256
+
2257
+ #: includes/widgets/htmega_booked_calender.php:858
2258
+ msgid "Calendar Icon Background"
2259
+ msgstr ""
2260
+
2261
+ #: includes/widgets/htmega_booked_calender.php:847
2262
+ msgid "Calendar Icon Color"
2263
+ msgstr ""
2264
+
2265
+ #: includes/widgets/htmega_booked_calender.php:900
2266
+ msgid "Calendar Icon Padding"
2267
+ msgstr ""
2268
+
2269
+ #: includes/widgets/htmega_booked_calender.php:880
2270
+ msgid "Calendar Icon Radius"
2271
+ msgstr ""
2272
+
2273
+ #: includes/widgets/htmega_booked_calender.php:147
2274
+ msgid "Calendar Size"
2275
+ msgstr ""
2276
+
2277
+ #: admin/include/admin-setting.php:174
2278
+ #: includes/widgets/htmega_call_to_action.php:13
2279
+ #: includes/widgets/htmega_call_to_action.php:28
2280
+ msgid "Call To Action"
2281
+ msgstr ""
2282
+
2283
+ #: includes/widgets/htmega_testimonial.php:78
2284
+ #: includes/widgets/htmega_testimonial.php:125
2285
+ #: includes/widgets/htmega_testimonial_grid.php:72
2286
+ #: includes/widgets/htmega_testimonial_grid.php:130
2287
+ msgid "Carolina Monntoya"
2288
+ msgstr ""
2289
+
2290
+ #: admin/include/admin-setting.php:182 includes/widgets/htmega_carousel.php:13
2291
+ #: includes/widgets/htmega_carousel.php:36
2292
+ #: includes/widgets/htmega_post_carousel.php:59
2293
+ msgid "Carousel"
2294
+ msgstr ""
2295
+
2296
+ #: includes/widgets/htmega_post_carousel.php:279
2297
+ msgid "Carousel Option"
2298
+ msgstr ""
2299
+
2300
+ #: includes/widgets/htmega_wc_element_pages.php:45
2301
+ msgid "Cart Page"
2302
+ msgstr ""
2303
+
2304
+ #: includes/widgets/htmega_easy_digital_download.php:141
2305
+ #: includes/widgets/htmega_news_ticker.php:177
2306
+ #: includes/widgets/htmega_news_ticker.php:191
2307
+ #: includes/widgets/htmega_post_carousel.php:91
2308
+ #: includes/widgets/htmega_post_carousel.php:105
2309
+ #: includes/widgets/htmega_post_grid.php:70
2310
+ #: includes/widgets/htmega_post_grid.php:84
2311
+ #: includes/widgets/htmega_post_grid_tab.php:78
2312
+ #: includes/widgets/htmega_post_grid_tab.php:92
2313
+ #: includes/widgets/htmega_post_slider.php:79
2314
+ #: includes/widgets/htmega_post_slider.php:93
2315
+ #: includes/widgets/htmega_wc_categories.php:28
2316
+ #: includes/widgets/htmega_wc_categories.php:90
2317
+ msgid "Categories"
2318
+ msgstr ""
2319
+
2320
+ #: includes/widgets/htmega_post_carousel.php:176
2321
+ #: includes/widgets/htmega_post_carousel.php:802
2322
+ #: includes/widgets/htmega_post_grid.php:165
2323
+ #: includes/widgets/htmega_post_grid.php:378
2324
+ #: includes/widgets/htmega_post_grid_tab.php:173
2325
+ #: includes/widgets/htmega_post_grid_tab.php:466
2326
+ #: includes/widgets/htmega_post_slider.php:234
2327
+ #: includes/widgets/htmega_post_slider.php:758
2328
+ #: includes/widgets/htmega_single_post.php:79
2329
+ #: includes/widgets/htmega_single_post.php:204
2330
+ msgid "Category"
2331
+ msgstr ""
2332
+
2333
+ #: includes/widgets/htmega_wc_categories.php:159
2334
+ msgid "Category Area"
2335
+ msgstr ""
2336
+
2337
+ #: includes/widgets/htmega_pricing_list_view.php:246
2338
+ #: includes/widgets/htmega_table.php:204
2339
+ msgid "Cell Content"
2340
+ msgstr ""
2341
+
2342
+ #: includes/widgets/htmega_404_content.php:238
2343
+ #: includes/widgets/htmega_accordion.php:453
2344
+ #: includes/widgets/htmega_accordion.php:636
2345
+ #: includes/widgets/htmega_add_banner.php:57
2346
+ #: includes/widgets/htmega_add_banner.php:156
2347
+ #: includes/widgets/htmega_blockquote.php:181
2348
+ #: includes/widgets/htmega_buddy_press.php:243
2349
+ #: includes/widgets/htmega_button.php:171
2350
+ #: includes/widgets/htmega_call_to_action.php:186
2351
+ #: includes/widgets/htmega_contact_form_seven.php:116
2352
+ #: includes/widgets/htmega_countdown.php:466
2353
+ #: includes/widgets/htmega_countdown.php:497
2354
+ #: includes/widgets/htmega_counter.php:253
2355
+ #: includes/widgets/htmega_double_button.php:275
2356
+ #: includes/widgets/htmega_double_button.php:511
2357
+ #: includes/widgets/htmega_double_button.php:715
2358
+ #: includes/widgets/htmega_easy_digital_download.php:307
2359
+ #: includes/widgets/htmega_image_comparison.php:131
2360
+ #: includes/widgets/htmega_image_grid.php:193
2361
+ #: includes/widgets/htmega_image_grid.php:283
2362
+ #: includes/widgets/htmega_image_masonry.php:202
2363
+ #: includes/widgets/htmega_image_masonry.php:292
2364
+ #: includes/widgets/htmega_mailchimp_for_wp.php:118
2365
+ #: includes/widgets/htmega_modal.php:350 includes/widgets/htmega_modal.php:771
2366
+ #: includes/widgets/htmega_offcanvas.php:240
2367
+ #: includes/widgets/htmega_panel_slider.php:484
2368
+ #: includes/widgets/htmega_popover.php:262
2369
+ #: includes/widgets/htmega_popover.php:670
2370
+ #: includes/widgets/htmega_popover.php:779
2371
+ #: includes/widgets/htmega_post_carousel.php:686
2372
+ #: includes/widgets/htmega_post_carousel.php:778
2373
+ #: includes/widgets/htmega_post_carousel.php:989
2374
+ #: includes/widgets/htmega_post_grid.php:259
2375
+ #: includes/widgets/htmega_post_grid.php:353
2376
+ #: includes/widgets/htmega_post_grid_tab.php:353
2377
+ #: includes/widgets/htmega_post_grid_tab.php:442
2378
+ #: includes/widgets/htmega_post_grid_tab.php:653
2379
+ #: includes/widgets/htmega_post_slider.php:642
2380
+ #: includes/widgets/htmega_post_slider.php:734
2381
+ #: includes/widgets/htmega_post_slider.php:945
2382
+ #: includes/widgets/htmega_pricing_list_view.php:505
2383
+ #: includes/widgets/htmega_pricing_list_view.php:628
2384
+ #: includes/widgets/htmega_search.php:131
2385
+ #: includes/widgets/htmega_section_title.php:386
2386
+ #: includes/widgets/htmega_services.php:208
2387
+ #: includes/widgets/htmega_services.php:304
2388
+ #: includes/widgets/htmega_services.php:434
2389
+ #: includes/widgets/htmega_services.php:623
2390
+ #: includes/widgets/htmega_services.php:823
2391
+ #: includes/widgets/htmega_single_post.php:180
2392
+ #: includes/widgets/htmega_single_post.php:345
2393
+ #: includes/widgets/htmega_special_banner.php:40
2394
+ #: includes/widgets/htmega_special_banner.php:262
2395
+ #: includes/widgets/htmega_tab.php:322 includes/widgets/htmega_table.php:422
2396
+ #: includes/widgets/htmega_table.php:542
2397
+ #: includes/widgets/htmega_tablepress.php:211
2398
+ #: includes/widgets/htmega_tablepress.php:368
2399
+ #: includes/widgets/htmega_teammember.php:407
2400
+ #: includes/widgets/htmega_teammember.php:504
2401
+ #: includes/widgets/htmega_teammember.php:601
2402
+ #: includes/widgets/htmega_teammember.php:669
2403
+ #: includes/widgets/htmega_testimonial.php:552
2404
+ #: includes/widgets/htmega_testimonial.php:649
2405
+ #: includes/widgets/htmega_testimonial.php:747
2406
+ #: includes/widgets/htmega_testimonial_grid.php:346
2407
+ #: includes/widgets/htmega_toggle.php:198
2408
+ #: includes/widgets/htmega_tooltip.php:238
2409
+ #: includes/widgets/htmega_user_login_form.php:240
2410
+ #: includes/widgets/htmega_user_login_form.php:720
2411
+ #: includes/widgets/htmega_user_register_form.php:410
2412
+ #: includes/widgets/htmega_user_register_form.php:1004
2413
+ #: includes/widgets/htmega_video_player.php:208
2414
+ #: includes/widgets/htmega_wc_categories.php:348
2415
+ msgid "Center"
2416
+ msgstr ""
2417
+
2418
+ #: includes/widgets/htmega_googlemap.php:94
2419
+ msgid "Center Address"
2420
+ msgstr ""
2421
+
2422
+ #: includes/widgets/htmega_blockquote.php:92
2423
+ msgid "Center Bottom"
2424
+ msgstr ""
2425
+
2426
+ #: includes/widgets/htmega_blockquote.php:91
2427
+ msgid "Center Center"
2428
+ msgstr ""
2429
+
2430
+ #: includes/widgets/htmega_carousel.php:218
2431
+ #: includes/widgets/htmega_instagram.php:379
2432
+ #: includes/widgets/htmega_panel_slider.php:238
2433
+ #: includes/widgets/htmega_post_carousel.php:378
2434
+ #: includes/widgets/htmega_post_slider.php:378
2435
+ #: includes/widgets/htmega_slider_thumb_gallery.php:207
2436
+ #: includes/widgets/htmega_testimonial.php:272
2437
+ #: includes/widgets/htmega_twitter_feed.php:312
2438
+ msgid "Center Mode"
2439
+ msgstr ""
2440
+
2441
+ #: includes/widgets/htmega_carousel.php:231
2442
+ #: includes/widgets/htmega_instagram.php:392
2443
+ #: includes/widgets/htmega_panel_slider.php:251
2444
+ #: includes/widgets/htmega_post_carousel.php:391
2445
+ #: includes/widgets/htmega_post_slider.php:391
2446
+ #: includes/widgets/htmega_slider_thumb_gallery.php:218
2447
+ #: includes/widgets/htmega_testimonial.php:285
2448
+ #: includes/widgets/htmega_twitter_feed.php:325
2449
+ msgid "Center padding"
2450
+ msgstr ""
2451
+
2452
+ #: includes/widgets/htmega_blockquote.php:90
2453
+ msgid "Center Top"
2454
+ msgstr ""
2455
+
2456
+ #: includes/widgets/htmega_wc_element_pages.php:328
2457
+ msgid "Checkout Button"
2458
+ msgstr ""
2459
+
2460
+ #: includes/widgets/htmega_wc_element_pages.php:47
2461
+ msgid "Checkout Page"
2462
+ msgstr ""
2463
+
2464
+ #: includes/widgets/htmega_wc_element_pages.php:57
2465
+ msgid "Choose Product"
2466
+ msgstr ""
2467
+
2468
+ #: includes/widgets/htmega_progressbar.php:49
2469
+ msgid "Circle"
2470
+ msgstr ""
2471
+
2472
+ #: includes/widgets/htmega_button.php:52
2473
+ msgid "Click Me"
2474
+ msgstr ""
2475
+
2476
+ #: includes/widgets/htmega_testimonial_grid.php:88
2477
+ msgid "Client Rating"
2478
+ msgstr ""
2479
+
2480
+ #: includes/widgets/htmega_testimonial.php:111
2481
+ #: includes/widgets/htmega_testimonial_grid.php:116
2482
+ msgid "Client Say"
2483
+ msgstr ""
2484
+
2485
+ #: includes/widgets/htmega_testimonial.php:731
2486
+ #: includes/widgets/htmega_testimonial_grid.php:330
2487
+ msgid "Client say"
2488
+ msgstr ""
2489
+
2490
+ #: includes/widgets/htmega_animated_heading.php:67
2491
+ msgid "Clip"
2492
+ msgstr ""
2493
+
2494
+ #: includes/widgets/htmega_business_hours.php:148
2495
+ #: includes/widgets/htmega_modal.php:618
2496
+ #: includes/widgets/htmega_post_grid_tab.php:840
2497
+ #: includes/widgets/htmega_toggle.php:56 includes/widgets/htmega_toggle.php:57
2498
+ msgid "Close"
2499
+ msgstr ""
2500
+
2501
+ #: includes/widgets/htmega_search.php:547
2502
+ msgid "close"
2503
+ msgstr ""
2504
+
2505
+ #: includes/widgets/htmega_accordion.php:285
2506
+ msgid "Close All Item"
2507
+ msgstr ""
2508
+
2509
+ #: includes/widgets/htmega_notify.php:578
2510
+ msgid "Close Button"
2511
+ msgstr ""
2512
+
2513
+ #: includes/widgets/htmega_pricing_list_view.php:315
2514
+ #: includes/widgets/htmega_pricing_list_view.php:321
2515
+ #: includes/widgets/htmega_pricing_list_view.php:327
2516
+ #: includes/widgets/htmega_pricing_list_view.php:334
2517
+ #: includes/widgets/htmega_table.php:238 includes/widgets/htmega_table.php:244
2518
+ #: includes/widgets/htmega_table.php:250 includes/widgets/htmega_table.php:257
2519
+ msgid "col"
2520
+ msgstr ""
2521
+
2522
+ #: includes/widgets/htmega_notify.php:233
2523
+ msgid "col-md-1"
2524
+ msgstr ""
2525
+
2526
+ #: includes/widgets/htmega_notify.php:224
2527
+ msgid "col-md-10"
2528
+ msgstr ""
2529
+
2530
+ #: includes/widgets/htmega_notify.php:223
2531
+ msgid "col-md-11"
2532
+ msgstr ""
2533
+
2534
+ #: includes/widgets/htmega_notify.php:222
2535
+ msgid "col-md-12"
2536
+ msgstr ""
2537
+
2538
+ #: includes/widgets/htmega_notify.php:232
2539
+ msgid "col-md-2"
2540
+ msgstr ""
2541
+
2542
+ #: includes/widgets/htmega_notify.php:231
2543
+ msgid "col-md-3"
2544
+ msgstr ""
2545
+
2546
+ #: includes/widgets/htmega_notify.php:230
2547
+ msgid "col-md-4"
2548
+ msgstr ""
2549
+
2550
+ #: includes/widgets/htmega_notify.php:229
2551
+ msgid "col-md-5"
2552
+ msgstr ""
2553
+
2554
+ #: includes/widgets/htmega_notify.php:228
2555
+ msgid "col-md-6"
2556
+ msgstr ""
2557
+
2558
+ #: includes/widgets/htmega_notify.php:227
2559
+ msgid "col-md-7"
2560
+ msgstr ""
2561
+
2562
+ #: includes/widgets/htmega_notify.php:226
2563
+ msgid "col-md-8"
2564
+ msgstr ""
2565
+
2566
+ #: includes/widgets/htmega_notify.php:225
2567
+ msgid "col-md-9"
2568
+ msgstr ""
2569
+
2570
+ #: includes/widgets/htmega_404_content.php:300
2571
+ #: includes/widgets/htmega_404_content.php:380
2572
+ #: includes/widgets/htmega_404_content.php:460
2573
+ #: includes/widgets/htmega_404_content.php:546
2574
+ #: includes/widgets/htmega_404_content.php:633
2575
+ #: includes/widgets/htmega_404_content.php:698
2576
+ #: includes/widgets/htmega_404_content.php:785
2577
+ #: includes/widgets/htmega_accordion.php:524
2578
+ #: includes/widgets/htmega_accordion.php:566
2579
+ #: includes/widgets/htmega_accordion.php:713
2580
+ #: includes/widgets/htmega_accordion.php:794
2581
+ #: includes/widgets/htmega_accordion.php:897
2582
+ #: includes/widgets/htmega_accordion.php:990
2583
+ #: includes/widgets/htmega_add_banner.php:215
2584
+ #: includes/widgets/htmega_add_banner.php:279
2585
+ #: includes/widgets/htmega_add_banner.php:343
2586
+ #: includes/widgets/htmega_add_banner.php:415
2587
+ #: includes/widgets/htmega_add_banner.php:504
2588
+ #: includes/widgets/htmega_animated_heading.php:144
2589
+ #: includes/widgets/htmega_animated_heading.php:232
2590
+ #: includes/widgets/htmega_animated_heading.php:320
2591
+ #: includes/widgets/htmega_blockquote.php:271
2592
+ #: includes/widgets/htmega_blockquote.php:333
2593
+ #: includes/widgets/htmega_blockquote.php:505
2594
+ #: includes/widgets/htmega_booked_calender.php:256
2595
+ #: includes/widgets/htmega_booked_calender.php:305
2596
+ #: includes/widgets/htmega_booked_calender.php:348
2597
+ #: includes/widgets/htmega_booked_calender.php:463
2598
+ #: includes/widgets/htmega_booked_calender.php:497
2599
+ #: includes/widgets/htmega_buddy_press.php:286
2600
+ #: includes/widgets/htmega_buddy_press.php:329
2601
+ #: includes/widgets/htmega_buddy_press.php:356
2602
+ #: includes/widgets/htmega_caldera_forms.php:55
2603
+ #: includes/widgets/htmega_call_to_action.php:224
2604
+ #: includes/widgets/htmega_call_to_action.php:288
2605
+ #: includes/widgets/htmega_call_to_action.php:458
2606
+ #: includes/widgets/htmega_carousel.php:436
2607
+ #: includes/widgets/htmega_carousel.php:586
2608
+ #: includes/widgets/htmega_countdown.php:530
2609
+ #: includes/widgets/htmega_countdown.php:560
2610
+ #: includes/widgets/htmega_countdown.php:687
2611
+ #: includes/widgets/htmega_countdown.php:811
2612
+ #: includes/widgets/htmega_countdown.php:896
2613
+ #: includes/widgets/htmega_counter.php:288
2614
+ #: includes/widgets/htmega_counter.php:385
2615
+ #: includes/widgets/htmega_counter.php:494
2616
+ #: includes/widgets/htmega_counter.php:607
2617
+ #: includes/widgets/htmega_counter.php:700
2618
+ #: includes/widgets/htmega_cuctom_event.php:136
2619
+ #: includes/widgets/htmega_cuctom_event.php:196
2620
+ #: includes/widgets/htmega_cuctom_event.php:230
2621
+ #: includes/widgets/htmega_cuctom_event.php:292
2622
+ #: includes/widgets/htmega_cuctom_event.php:342
2623
+ #: includes/widgets/htmega_cuctom_event.php:419
2624
+ #: includes/widgets/htmega_cuctom_event.php:474
2625
+ #: includes/widgets/htmega_double_button.php:416
2626
+ #: includes/widgets/htmega_double_button.php:543
2627
+ #: includes/widgets/htmega_double_button.php:620
2628
+ #: includes/widgets/htmega_double_button.php:746
2629
+ #: includes/widgets/htmega_double_button.php:816
2630
+ #: includes/widgets/htmega_download_monitor.php:149
2631
+ #: includes/widgets/htmega_download_monitor.php:222
2632
+ #: includes/widgets/htmega_dropcaps.php:73
2633
+ #: includes/widgets/htmega_dropcaps.php:165
2634
+ #: includes/widgets/htmega_easy_digital_download.php:344
2635
+ #: includes/widgets/htmega_easy_digital_download.php:417
2636
+ #: includes/widgets/htmega_easy_digital_download.php:527
2637
+ #: includes/widgets/htmega_easy_digital_download.php:596
2638
+ #: includes/widgets/htmega_gravity_forms.php:113
2639
+ #: includes/widgets/htmega_gravity_forms.php:147
2640
+ #: includes/widgets/htmega_gravity_forms.php:189
2641
+ #: includes/widgets/htmega_gravity_forms.php:283
2642
+ #: includes/widgets/htmega_gravity_forms.php:420
2643
+ #: includes/widgets/htmega_gravity_forms.php:507
2644
+ #: includes/widgets/htmega_image_comparison.php:154
2645
+ #: includes/widgets/htmega_image_comparison.php:236
2646
+ #: includes/widgets/htmega_image_comparison.php:316
2647
+ #: includes/widgets/htmega_image_grid.php:216
2648
+ #: includes/widgets/htmega_image_grid.php:306
2649
+ #: includes/widgets/htmega_image_grid.php:363
2650
+ #: includes/widgets/htmega_image_grid.php:450
2651
+ #: includes/widgets/htmega_image_marker.php:183
2652
+ #: includes/widgets/htmega_image_marker.php:300
2653
+ #: includes/widgets/htmega_image_marker.php:363
2654
+ #: includes/widgets/htmega_image_masonry.php:225
2655
+ #: includes/widgets/htmega_image_masonry.php:315
2656
+ #: includes/widgets/htmega_image_masonry.php:372
2657
+ #: includes/widgets/htmega_image_masonry.php:448
2658
+ #: includes/widgets/htmega_inline_menu.php:122
2659
+ #: includes/widgets/htmega_inline_menu.php:208
2660
+ #: includes/widgets/htmega_inline_menu.php:262
2661
+ #: includes/widgets/htmega_instagram.php:743
2662
+ #: includes/widgets/htmega_instagram.php:840
2663
+ #: includes/widgets/htmega_instagram.php:925
2664
+ #: includes/widgets/htmega_instagram.php:1075
2665
+ #: includes/widgets/htmega_lightbox.php:262
2666
+ #: includes/widgets/htmega_modal.php:186 includes/widgets/htmega_modal.php:382
2667
+ #: includes/widgets/htmega_modal.php:432 includes/widgets/htmega_modal.php:534
2668
+ #: includes/widgets/htmega_modal.php:625 includes/widgets/htmega_modal.php:681
2669
+ #: includes/widgets/htmega_news_ticker.php:389
2670
+ #: includes/widgets/htmega_news_ticker.php:428
2671
+ #: includes/widgets/htmega_news_ticker.php:519
2672
+ #: includes/widgets/htmega_news_ticker.php:600
2673
+ #: includes/widgets/htmega_news_ticker.php:654
2674
+ #: includes/widgets/htmega_ninja_forms.php:106
2675
+ #: includes/widgets/htmega_ninja_forms.php:190
2676
+ #: includes/widgets/htmega_ninja_forms.php:285
2677
+ #: includes/widgets/htmega_ninja_forms.php:379
2678
+ #: includes/widgets/htmega_ninja_forms.php:498
2679
+ #: includes/widgets/htmega_ninja_forms.php:633
2680
+ #: includes/widgets/htmega_ninja_forms.php:720
2681
+ #: includes/widgets/htmega_notify.php:314
2682
+ #: includes/widgets/htmega_notify.php:415
2683
+ #: includes/widgets/htmega_notify.php:474
2684
+ #: includes/widgets/htmega_notify.php:584
2685
+ #: includes/widgets/htmega_offcanvas.php:282
2686
+ #: includes/widgets/htmega_offcanvas.php:354
2687
+ #: includes/widgets/htmega_panel_slider.php:516
2688
+ #: includes/widgets/htmega_panel_slider.php:577
2689
+ #: includes/widgets/htmega_panel_slider.php:652
2690
+ #: includes/widgets/htmega_panel_slider.php:798
2691
+ #: includes/widgets/htmega_popover.php:330
2692
+ #: includes/widgets/htmega_popover.php:456
2693
+ #: includes/widgets/htmega_popover.php:603
2694
+ #: includes/widgets/htmega_popover.php:712
2695
+ #: includes/widgets/htmega_post_carousel.php:628
2696
+ #: includes/widgets/htmega_post_carousel.php:720
2697
+ #: includes/widgets/htmega_post_carousel.php:822
2698
+ #: includes/widgets/htmega_post_carousel.php:890
2699
+ #: includes/widgets/htmega_post_carousel.php:930
2700
+ #: includes/widgets/htmega_post_carousel.php:1034
2701
+ #: includes/widgets/htmega_post_carousel.php:1122
2702
+ #: includes/widgets/htmega_post_carousel.php:1198
2703
+ #: includes/widgets/htmega_post_carousel.php:1348
2704
+ #: includes/widgets/htmega_post_grid.php:198
2705
+ #: includes/widgets/htmega_post_grid.php:295
2706
+ #: includes/widgets/htmega_post_grid.php:388
2707
+ #: includes/widgets/htmega_post_grid_tab.php:295
2708
+ #: includes/widgets/htmega_post_grid_tab.php:384
2709
+ #: includes/widgets/htmega_post_grid_tab.php:486
2710
+ #: includes/widgets/htmega_post_grid_tab.php:554
2711
+ #: includes/widgets/htmega_post_grid_tab.php:594
2712
+ #: includes/widgets/htmega_post_grid_tab.php:698
2713
+ #: includes/widgets/htmega_post_grid_tab.php:786
2714
+ #: includes/widgets/htmega_post_grid_tab.php:857
2715
+ #: includes/widgets/htmega_post_grid_tab.php:891
2716
+ #: includes/widgets/htmega_post_slider.php:584
2717
+ #: includes/widgets/htmega_post_slider.php:676
2718
+ #: includes/widgets/htmega_post_slider.php:778
2719
+ #: includes/widgets/htmega_post_slider.php:846
2720
+ #: includes/widgets/htmega_post_slider.php:886
2721
+ #: includes/widgets/htmega_post_slider.php:990
2722
+ #: includes/widgets/htmega_post_slider.php:1078
2723
+ #: includes/widgets/htmega_post_slider.php:1218
2724
+ #: includes/widgets/htmega_post_slider.php:1368
2725
+ #: includes/widgets/htmega_pricing_list_view.php:749
2726
+ #: includes/widgets/htmega_pricing_table.php:528
2727
+ #: includes/widgets/htmega_pricing_table.php:557
2728
+ #: includes/widgets/htmega_pricing_table.php:628
2729
+ #: includes/widgets/htmega_pricing_table.php:703
2730
+ #: includes/widgets/htmega_pricing_table.php:787
2731
+ #: includes/widgets/htmega_progressbar.php:430
2732
+ #: includes/widgets/htmega_qu_forms.php:84
2733
+ #: includes/widgets/htmega_qu_forms.php:173
2734
+ #: includes/widgets/htmega_qu_forms.php:267
2735
+ #: includes/widgets/htmega_qu_forms.php:386
2736
+ #: includes/widgets/htmega_qu_forms.php:521
2737
+ #: includes/widgets/htmega_qu_forms.php:608
2738
+ #: includes/widgets/htmega_scroll_navigation.php:227
2739
+ #: includes/widgets/htmega_search.php:332
2740
+ #: includes/widgets/htmega_search.php:449
2741
+ #: includes/widgets/htmega_section_title.php:495
2742
+ #: includes/widgets/htmega_section_title.php:611
2743
+ #: includes/widgets/htmega_section_title.php:726
2744
+ #: includes/widgets/htmega_services.php:245
2745
+ #: includes/widgets/htmega_services.php:375
2746
+ #: includes/widgets/htmega_services.php:541
2747
+ #: includes/widgets/htmega_services.php:654
2748
+ #: includes/widgets/htmega_services.php:867
2749
+ #: includes/widgets/htmega_services.php:958
2750
+ #: includes/widgets/htmega_single_post.php:122
2751
+ #: includes/widgets/htmega_single_post.php:214
2752
+ #: includes/widgets/htmega_single_post.php:287
2753
+ #: includes/widgets/htmega_slider_thumb_gallery.php:648
2754
+ #: includes/widgets/htmega_slider_thumb_gallery.php:733
2755
+ #: includes/widgets/htmega_slider_thumb_gallery.php:883
2756
+ #: includes/widgets/htmega_socialshere.php:133
2757
+ #: includes/widgets/htmega_socialshere.php:221
2758
+ #: includes/widgets/htmega_special_banner.php:321
2759
+ #: includes/widgets/htmega_special_banner.php:385
2760
+ #: includes/widgets/htmega_special_banner.php:449
2761
+ #: includes/widgets/htmega_special_banner.php:513
2762
+ #: includes/widgets/htmega_special_banner.php:577
2763
+ #: includes/widgets/htmega_special_banner.php:649
2764
+ #: includes/widgets/htmega_special_banner.php:738
2765
+ #: includes/widgets/htmega_switcher.php:213
2766
+ #: includes/widgets/htmega_switcher.php:345
2767
+ #: includes/widgets/htmega_switcher.php:433 includes/widgets/htmega_tab.php:341
2768
+ #: includes/widgets/htmega_tab.php:428
2769
+ #: includes/widgets/htmega_tablepress.php:169
2770
+ #: includes/widgets/htmega_tablepress.php:404
2771
+ #: includes/widgets/htmega_teammember.php:348
2772
+ #: includes/widgets/htmega_teammember.php:445
2773
+ #: includes/widgets/htmega_teammember.php:542
2774
+ #: includes/widgets/htmega_testimonial.php:576
2775
+ #: includes/widgets/htmega_testimonial.php:673
2776
+ #: includes/widgets/htmega_testimonial.php:771
2777
+ #: includes/widgets/htmega_testimonial.php:851
2778
+ #: includes/widgets/htmega_testimonial.php:1001
2779
+ #: includes/widgets/htmega_testimonial_grid.php:207
2780
+ #: includes/widgets/htmega_testimonial_grid.php:272
2781
+ #: includes/widgets/htmega_testimonial_grid.php:369
2782
+ #: includes/widgets/htmega_testimonial_grid.php:433
2783
+ #: includes/widgets/htmega_toggle.php:122
2784
+ #: includes/widgets/htmega_toggle.php:230
2785
+ #: includes/widgets/htmega_toggle.php:320
2786
+ #: includes/widgets/htmega_tooltip.php:306
2787
+ #: includes/widgets/htmega_tooltip.php:432
2788
+ #: includes/widgets/htmega_tooltip.php:490
2789
+ #: includes/widgets/htmega_twitter_feed.php:592
2790
+ #: includes/widgets/htmega_twitter_feed.php:682
2791
+ #: includes/widgets/htmega_twitter_feed.php:742
2792
+ #: includes/widgets/htmega_twitter_feed.php:776
2793
+ #: includes/widgets/htmega_twitter_feed.php:850
2794
+ #: includes/widgets/htmega_twitter_feed.php:901
2795
+ #: includes/widgets/htmega_twitter_feed.php:946
2796
+ #: includes/widgets/htmega_twitter_feed.php:1090
2797
+ #: includes/widgets/htmega_user_login_form.php:464
2798
+ #: includes/widgets/htmega_user_login_form.php:578
2799
+ #: includes/widgets/htmega_user_login_form.php:635
2800
+ #: includes/widgets/htmega_user_register_form.php:746
2801
+ #: includes/widgets/htmega_user_register_form.php:860
2802
+ #: includes/widgets/htmega_user_register_form.php:920
2803
+ #: includes/widgets/htmega_vertical_timeline.php:124
2804
+ #: includes/widgets/htmega_vertical_timeline.php:157
2805
+ #: includes/widgets/htmega_vertical_timeline.php:190
2806
+ #: includes/widgets/htmega_video_player.php:254
2807
+ #: includes/widgets/htmega_video_player.php:385
2808
+ #: includes/widgets/htmega_wc_categories.php:303
2809
+ #: includes/widgets/htmega_wc_categories.php:374
2810
+ #: includes/widgets/htmega_wc_element_pages.php:499
2811
+ #: includes/widgets/htmega_wc_element_pages.php:836
2812
+ #: includes/widgets/htmega_wc_element_pages.php:1128
2813
+ #: includes/widgets/htmega_wc_element_pages.php:1181
2814
+ #: includes/widgets/htmega_wc_element_pages.php:1219
2815
+ #: includes/widgets/htmega_weather.php:167
2816
+ #: includes/widgets/htmega_weather.php:230
2817
+ #: includes/widgets/htmega_weather.php:262
2818
+ #: includes/widgets/htmega_working_process.php:324
2819
+ #: includes/widgets/htmega_working_process.php:408
2820
+ #: includes/widgets/htmega_working_process.php:521
2821
+ #: includes/widgets/htmega_wpforms.php:98
2822
+ #: includes/widgets/htmega_wpforms.php:182
2823
+ #: includes/widgets/htmega_wpforms.php:275
2824
+ #: includes/widgets/htmega_wpforms.php:369
2825
+ #: includes/widgets/htmega_wpforms.php:488
2826
+ #: includes/widgets/htmega_wpforms.php:623
2827
+ #: includes/widgets/htmega_wpforms.php:710
2828
+ msgid "Color"
2829
+ msgstr ""
2830
+
2831
+ #: includes/widgets/htmega_business_hours.php:328
2832
+ #: includes/widgets/htmega_business_hours.php:368
2833
+ #: includes/widgets/htmega_socialshere.php:396
2834
+ msgid "color"
2835
+ msgstr ""
2836
+
2837
+ #: includes/widgets/htmega_pricing_list_view.php:275
2838
+ #: includes/widgets/htmega_table.php:216
2839
+ msgid "Colspan"
2840
+ msgstr ""
2841
+
2842
+ #: includes/widgets/htmega_image_grid.php:51
2843
+ #: includes/widgets/htmega_pricing_list_view.php:216
2844
+ #: includes/widgets/htmega_table.php:196
2845
+ #: includes/widgets/htmega_testimonial_grid.php:50
2846
+ #: includes/widgets/htmega_working_process.php:50
2847
+ msgid "Column"
2848
+ msgstr ""
2849
+
2850
+ #: includes/widgets/htmega_working_process.php:58
2851
+ msgid "Column Five"
2852
+ msgstr ""
2853
+
2854
+ #: includes/widgets/htmega_working_process.php:57
2855
+ msgid "Column Four"
2856
+ msgstr ""
2857
+
2858
+ #: includes/widgets/htmega_countdown.php:323
2859
+ msgid "Column Height"
2860
+ msgstr ""
2861
+
2862
+ #: includes/widgets/htmega_pricing_list_view.php:160
2863
+ #: includes/widgets/htmega_table.php:143
2864
+ msgid "Column Name"
2865
+ msgstr ""
2866
+
2867
+ #: includes/widgets/htmega_working_process.php:54
2868
+ msgid "Column One"
2869
+ msgstr ""
2870
+
2871
+ #: includes/widgets/htmega_countdown.php:355
2872
+ msgid "Column Specing"
2873
+ msgstr ""
2874
+
2875
+ #: includes/widgets/htmega_working_process.php:56
2876
+ msgid "Column Three"
2877
+ msgstr ""
2878
+
2879
+ #: includes/widgets/htmega_working_process.php:55
2880
+ msgid "Column Two"
2881
+ msgstr ""
2882
+
2883
+ #: includes/widgets/htmega_countdown.php:291
2884
+ msgid "Column Width"
2885
+ msgstr ""
2886
+
2887
+ #: includes/widgets/htmega_easy_digital_download.php:35
2888
+ #: includes/widgets/htmega_wc_categories.php:35
2889
+ msgid "Columns"
2890
+ msgstr ""
2891
+
2892
+ #: admin/include/admin-setting.php:1132 admin/include/admin-setting.php:1158
2893
+ msgid "Coming soon Page Builder"
2894
+ msgstr ""
2895
+
2896
+ #: extensions/ht-builder/admin/setting.php:124
2897
+ msgid "Coming Soon Page Template."
2898
+ msgstr ""
2899
+
2900
+ #: includes/widgets/htmega_instagram.php:805
2901
+ msgid "Comment & Like"
2902
+ msgstr ""
2903
+
2904
+ #: includes/widgets/htmega_news_ticker.php:234
2905
+ #: includes/widgets/htmega_post_carousel.php:164
2906
+ #: includes/widgets/htmega_post_grid.php:143
2907
+ #: includes/widgets/htmega_post_grid_tab.php:151
2908
+ #: includes/widgets/htmega_post_slider.php:152
2909
+ msgid "Comment count"
2910
+ msgstr ""
2911
+
2912
+ #: includes/widgets/htmega_instagram.php:233
2913
+ msgid "Comment Icon"
2914
+ msgstr ""
2915
+
2916
+ #: includes/widgets/htmega_twitter_feed.php:74
2917
+ msgid "Consumer Key"
2918
+ msgstr ""
2919
+
2920
+ #: includes/widgets/htmega_twitter_feed.php:84
2921
+ msgid "Consumer Secret"
2922
+ msgstr ""
2923
+
2924
+ #: includes/widgets/htmega_404_content.php:170
2925
+ #: includes/widgets/htmega_404_content.php:682
2926
+ msgid "Contact Button"
2927
+ msgstr ""
2928
+
2929
+ #: includes/widgets/htmega_contact_form_seven.php:28
2930
+ #: includes/widgets/htmega_contact_form_seven.php:52
2931
+ msgid "Contact Form"
2932
+ msgstr ""
2933
+
2934
+ #: admin/include/admin-setting.php:889
2935
+ #: includes/widgets/htmega_contact_form_seven.php:13
2936
+ msgid "Contact form 7"
2937
+ msgstr ""
2938
+
2939
+ #: admin/include/admin-setting.php:1114
2940
+ msgid "Contact Us"
2941
+ msgstr ""
2942
+
2943
+ #: includes/widgets/htmega_blockquote.php:48
2944
+ #: includes/widgets/htmega_blockquote.php:61
2945
+ #: includes/widgets/htmega_blockquote.php:263
2946
+ #: includes/widgets/htmega_dropcaps.php:51
2947
+ #: includes/widgets/htmega_image_marker.php:241
2948
+ #: includes/widgets/htmega_modal.php:58 includes/widgets/htmega_modal.php:71
2949
+ #: includes/widgets/htmega_modal.php:73
2950
+ #: includes/widgets/htmega_news_ticker.php:382
2951
+ #: includes/widgets/htmega_notify.php:468
2952
+ #: includes/widgets/htmega_popover.php:696
2953
+ #: includes/widgets/htmega_post_carousel.php:219
2954
+ #: includes/widgets/htmega_post_carousel.php:710
2955
+ #: includes/widgets/htmega_post_grid_tab.php:377
2956
+ #: includes/widgets/htmega_post_slider.php:188
2957
+ #: includes/widgets/htmega_post_slider.php:666
2958
+ #: includes/widgets/htmega_pricing_list_view.php:53
2959
+ #: includes/widgets/htmega_scroll_navigation.php:62
2960
+ #: includes/widgets/htmega_scroll_navigation.php:64
2961
+ #: includes/widgets/htmega_scroll_navigation.php:74
2962
+ #: includes/widgets/htmega_socialshere.php:45
2963
+ #: includes/widgets/htmega_switcher.php:67
2964
+ #: includes/widgets/htmega_switcher.php:80
2965
+ #: includes/widgets/htmega_switcher.php:83
2966
+ #: includes/widgets/htmega_switcher.php:138
2967
+ #: includes/widgets/htmega_switcher.php:151
2968
+ #: includes/widgets/htmega_switcher.php:154
2969
+ #: includes/widgets/htmega_switcher.php:205 includes/widgets/htmega_tab.php:56
2970
+ #: includes/widgets/htmega_tab.php:93 includes/widgets/htmega_tab.php:106
2971
+ #: includes/widgets/htmega_tab.php:108 includes/widgets/htmega_tab.php:465
2972
+ #: includes/widgets/htmega_toggle.php:86 includes/widgets/htmega_toggle.php:99
2973
+ #: includes/widgets/htmega_tooltip.php:484
2974
+ #: includes/widgets/htmega_twitter_feed.php:584
2975
+ #: includes/widgets/htmega_vertical_timeline.php:54
2976
+ #: includes/widgets/htmega_vertical_timeline.php:80
2977
+ #: includes/widgets/htmega_vertical_timeline.php:149
2978
+ #: includes/widgets/htmega_wc_element_pages.php:1208
2979
+ msgid "Content"
2980
+ msgstr ""
2981
+
2982
+ #: includes/widgets/htmega_countdown.php:489
2983
+ #: includes/widgets/htmega_job_manager.php:140
2984
+ msgid "Content Alignment"
2985
+ msgstr ""
2986
+
2987
+ #: includes/widgets/htmega_panel_slider.php:434
2988
+ msgid "Content area"
2989
+ msgstr ""
2990
+
2991
+ #: includes/widgets/htmega_image_marker.php:268
2992
+ msgid "Content area border radius"
2993
+ msgstr ""
2994
+
2995
+ #: includes/widgets/htmega_image_marker.php:279
2996
+ msgid "Content area padding"
2997
+ msgstr ""
2998
+
2999
+ #: includes/widgets/htmega_post_carousel.php:573
3000
+ msgid "Content Border"
3001
+ msgstr ""
3002
+
3003
+ #: extensions/wc-sales-notification/admin/setting.php:204
3004
+ msgid "Content Color"
3005
+ msgstr ""
3006
+
3007
+ #: admin/include/admin-setting.php:1144 admin/include/admin-setting.php:1170
3008
+ msgid "Content color option"
3009
+ msgstr ""
3010
+
3011
+ #: includes/widgets/htmega_vertical_timeline.php:63
3012
+ msgid "Content Date"
3013
+ msgstr ""
3014
+
3015
+ #: includes/widgets/htmega_post_carousel.php:229
3016
+ #: includes/widgets/htmega_post_slider.php:198
3017
+ #: includes/widgets/htmega_twitter_feed.php:125
3018
+ msgid "Content Length"
3019
+ msgstr ""
3020
+
3021
+ #: includes/widgets/htmega_news_ticker.php:816
3022
+ msgid "Content Not Found"
3023
+ msgstr ""
3024
+
3025
+ #: includes/widgets/htmega_news_ticker.php:160
3026
+ msgid "Content Option"
3027
+ msgstr ""
3028
+
3029
+ #: includes/widgets/htmega_add_banner.php:52
3030
+ #: includes/widgets/htmega_special_banner.php:35
3031
+ msgid "Content Position"
3032
+ msgstr ""
3033
+
3034
+ #: includes/widgets/htmega_scroll_navigation.php:49
3035
+ msgid "Content Source"
3036
+ msgstr ""
3037
+
3038
+ #: includes/widgets/htmega_news_ticker.php:167
3039
+ #: includes/widgets/htmega_post_carousel.php:81
3040
+ #: includes/widgets/htmega_post_grid.php:60
3041
+ #: includes/widgets/htmega_post_grid_tab.php:68
3042
+ #: includes/widgets/htmega_post_slider.php:69
3043
+ msgid "Content Sourse"
3044
+ msgstr ""
3045
+
3046
+ #: includes/widgets/htmega_buddy_press.php:49
3047
+ #: includes/widgets/htmega_flip-box.php:59
3048
+ #: includes/widgets/htmega_flip-box.php:154
3049
+ #: includes/widgets/htmega_pricing_list_view.php:224
3050
+ msgid "Content Type"
3051
+ msgstr ""
3052
+
3053
+ #: includes/widgets/htmega_easy_digital_download.php:186
3054
+ #: includes/widgets/htmega_socialshere.php:372
3055
+ #: includes/widgets/htmega_wc_categories.php:126
3056
+ msgid "Count"
3057
+ msgstr ""
3058
+
3059
+ #: includes/widgets/htmega_countdown.php:385
3060
+ msgid "Count Area"
3061
+ msgstr ""
3062
+
3063
+ #: includes/widgets/htmega_countdown.php:283
3064
+ msgid "Count Layout"
3065
+ msgstr ""
3066
+
3067
+ #: admin/include/admin-setting.php:190 includes/widgets/htmega_countdown.php:13
3068
+ #: includes/widgets/htmega_countdown.php:58
3069
+ msgid "Countdown"
3070
+ msgstr ""
3071
+
3072
+ #: admin/include/admin-setting.php:198 includes/widgets/htmega_counter.php:13
3073
+ #: includes/widgets/htmega_counter.php:36
3074
+ msgid "Counter"
3075
+ msgstr ""
3076
+
3077
+ #: includes/widgets/htmega_countdown.php:520
3078
+ msgid "Counter separator"
3079
+ msgstr ""
3080
+
3081
+ #: includes/widgets/htmega_counter.php:125
3082
+ msgid "Counter Title"
3083
+ msgstr ""
3084
+
3085
+ #: includes/widgets/htmega_wc_element_pages.php:178
3086
+ msgid "Coupon / Update Button"
3087
+ msgstr ""
3088
+
3089
+ #: admin/include/templates_list.php:16
3090
+ msgid "Create a new page from this template"
3091
+ msgstr ""
3092
+
3093
+ #: extensions/wc-sales-notification/admin/setting.php:212
3094
+ msgid "Cross Icon Color"
3095
+ msgstr ""
3096
+
3097
+ #: admin/include/admin-setting.php:1145 admin/include/admin-setting.php:1171
3098
+ msgid "Cross icon color option"
3099
+ msgstr ""
3100
+
3101
+ #: includes/widgets/htmega_pricing_table.php:196
3102
+ msgid "Currency Symbol"
3103
+ msgstr ""
3104
+
3105
+ #: includes/widgets/htmega_booked_calender.php:341
3106
+ msgid "Current Date"
3107
+ msgstr ""
3108
+
3109
+ #: includes/widgets/htmega_accordion.php:310
3110
+ msgid "Current Item No"
3111
+ msgstr ""
3112
+
3113
+ #: includes/widgets/htmega_accordion.php:95
3114
+ #: includes/widgets/htmega_accordion.php:206
3115
+ #: includes/widgets/htmega_blockquote.php:39
3116
+ #: includes/widgets/htmega_modal.php:49
3117
+ #: includes/widgets/htmega_pricing_table.php:217
3118
+ #: includes/widgets/htmega_scroll_navigation.php:53
3119
+ #: includes/widgets/htmega_scroll_navigation.php:131
3120
+ #: includes/widgets/htmega_switcher.php:58
3121
+ #: includes/widgets/htmega_switcher.php:129 includes/widgets/htmega_tab.php:84
3122
+ #: includes/widgets/htmega_toggle.php:76
3123
+ msgid "Custom"
3124
+ msgstr ""
3125
+
3126
+ #: includes/widgets/htmega_weather.php:131
3127
+ msgid "Custom Background Color"
3128
+ msgstr ""
3129
+
3130
+ #: includes/widgets/htmega_scroll_navigation.php:220
3131
+ #: includes/widgets/htmega_toggle.php:101
3132
+ msgid "Custom Content"
3133
+ msgstr ""
3134
+
3135
+ #: admin/include/admin-setting.php:206
3136
+ #: includes/widgets/htmega_cuctom_event.php:13
3137
+ msgid "Custom Event"
3138
+ msgstr ""
3139
+
3140
+ #: includes/widgets/htmega_scroll_navigation.php:139
3141
+ msgid "Custom Height"
3142
+ msgstr ""
3143
+
3144
+ #: includes/widgets/htmega_countdown.php:182
3145
+ msgid "Custom Label"
3146
+ msgstr ""
3147
+
3148
+ #: includes/widgets/htmega_user_login_form.php:64
3149
+ #: includes/widgets/htmega_user_register_form.php:125
3150
+ msgid "Custom label"
3151
+ msgstr ""
3152
+
3153
+ #: includes/widgets/htmega_news_ticker.php:215
3154
+ #: includes/widgets/htmega_post_carousel.php:129
3155
+ #: includes/widgets/htmega_post_grid.php:108
3156
+ #: includes/widgets/htmega_post_grid_tab.php:116
3157
+ #: includes/widgets/htmega_post_slider.php:117
3158
+ msgid "Custom order"
3159
+ msgstr ""
3160
+
3161
+ #: includes/widgets/htmega_user_register_form.php:259
3162
+ msgid "Custom Placeholder"
3163
+ msgstr ""
3164
+
3165
+ #: includes/widgets/htmega_pricing_table.php:226
3166
+ msgid "Custom Symbol"
3167
+ msgstr ""
3168
+
3169
+ #: includes/widgets/htmega_post_carousel.php:1731
3170
+ #: includes/widgets/htmega_post_carousel.php:1750
3171
+ #: includes/widgets/htmega_post_carousel.php:1770
3172
+ #: includes/widgets/htmega_post_grid.php:550
3173
+ #: includes/widgets/htmega_post_grid.php:596
3174
+ #: includes/widgets/htmega_post_grid.php:642
3175
+ #: includes/widgets/htmega_post_grid.php:691
3176
+ #: includes/widgets/htmega_post_grid.php:739
3177
+ #: includes/widgets/htmega_post_grid.php:784
3178
+ #: includes/widgets/htmega_post_grid.php:832
3179
+ #: includes/widgets/htmega_post_grid.php:875
3180
+ #: includes/widgets/htmega_post_grid.php:917
3181
+ #: includes/widgets/htmega_post_grid.php:959
3182
+ #: includes/widgets/htmega_post_grid.php:1003
3183
+ #: includes/widgets/htmega_post_grid_tab.php:1189
3184
+ #: includes/widgets/htmega_post_slider.php:1731
3185
+ #: includes/widgets/htmega_single_post.php:428
3186
+ msgid "d F Y"
3187
+ msgstr ""
3188
+
3189
+ #: includes/widgets/htmega_news_ticker.php:807
3190
+ msgid "d M"
3191
+ msgstr ""
3192
+
3193
+ #: includes/widgets/htmega_button.php:83 includes/widgets/htmega_notify.php:119
3194
+ msgid "Danger"
3195
+ msgstr ""
3196
+
3197
+ #: includes/widgets/htmega_button.php:87
3198
+ msgid "Dark"
3199
+ msgstr ""
3200
+
3201
+ #: admin/include/admin-setting.php:502 includes/widgets/htmega_table.php:13
3202
+ msgid "Data Table"
3203
+ msgstr ""
3204
+
3205
+ #: includes/widgets/htmega_booked_calender.php:273
3206
+ #: includes/widgets/htmega_cuctom_event.php:334
3207
+ #: includes/widgets/htmega_job_manager.php:84
3208
+ #: includes/widgets/htmega_news_ticker.php:127
3209
+ #: includes/widgets/htmega_news_ticker.php:231
3210
+ #: includes/widgets/htmega_news_ticker.php:643
3211
+ #: includes/widgets/htmega_post_carousel.php:161
3212
+ #: includes/widgets/htmega_post_carousel.php:186
3213
+ #: includes/widgets/htmega_post_grid.php:140
3214
+ #: includes/widgets/htmega_post_grid.php:175
3215
+ #: includes/widgets/htmega_post_grid.php:285
3216
+ #: includes/widgets/htmega_post_grid_tab.php:148
3217
+ #: includes/widgets/htmega_post_grid_tab.php:183
3218
+ #: includes/widgets/htmega_post_slider.php:149
3219
+ #: includes/widgets/htmega_post_slider.php:254
3220
+ #: includes/widgets/htmega_single_post.php:99
3221
+ #: includes/widgets/htmega_single_post.php:277
3222
+ #: includes/widgets/htmega_vertical_timeline.php:182
3223
+ msgid "Date"
3224
+ msgstr ""
3225
+
3226
+ #: includes/widgets/htmega_booked_calender.php:48
3227
+ #: includes/widgets/htmega_business_hours.php:54
3228
+ #: includes/widgets/htmega_business_hours.php:320
3229
+ #: includes/widgets/htmega_countdown.php:124
3230
+ msgid "Day"
3231
+ msgstr ""
3232
+
3233
+ #: includes/widgets/htmega_business_hours.php:83
3234
+ msgid "Day Color"
3235
+ msgstr ""
3236
+
3237
+ #: includes/widgets/htmega_booked_calender.php:205
3238
+ msgid "Day Name Background"
3239
+ msgstr ""
3240
+
3241
+ #: includes/widgets/htmega_booked_calender.php:217
3242
+ msgid "Day Name Color"
3243
+ msgstr ""
3244
+
3245
+ #: includes/widgets/htmega_countdown.php:194
3246
+ #: includes/widgets/htmega_countdown.php:196
3247
+ #: includes/widgets/htmega_weather.php:222
3248
+ msgid "Days"
3249
+ msgstr ""
3250
+
3251
+ #: includes/widgets/htmega_booked_calender.php:105
3252
+ msgid "December"
3253
+ msgstr ""
3254
+
3255
+ #: includes/widgets/htmega_booked_calender.php:39
3256
+ #: includes/widgets/htmega_booked_calender.php:151
3257
+ msgid "Default"
3258
+ msgstr ""
3259
+
3260
+ #: includes/widgets/htmega_googlemap.php:54
3261
+ msgid "Default Zoom"
3262
+ msgstr ""
3263
+
3264
+ #: includes/widgets/htmega_notify.php:208
3265
+ msgid "Delay"
3266
+ msgstr ""
3267
+
3268
+ #: includes/widgets/htmega_socialshere.php:70
3269
+ msgid "Delicious"
3270
+ msgstr ""
3271
+
3272
+ #: includes/widgets/htmega_easy_digital_download.php:199
3273
+ msgid "DESC"
3274
+ msgstr ""
3275
+
3276
+ #: includes/widgets/htmega_job_manager.php:69
3277
+ #: includes/widgets/htmega_news_ticker.php:250
3278
+ #: includes/widgets/htmega_post_carousel.php:143
3279
+ #: includes/widgets/htmega_post_grid.php:122
3280
+ #: includes/widgets/htmega_post_grid_tab.php:130
3281
+ #: includes/widgets/htmega_post_slider.php:131
3282
+ #: includes/widgets/htmega_wc_categories.php:139
3283
+ msgid "Descending"
3284
+ msgstr ""
3285
+
3286
+ #: includes/widgets/htmega_image_grid.php:79
3287
+ #: includes/widgets/htmega_image_grid.php:267
3288
+ #: includes/widgets/htmega_image_masonry.php:88
3289
+ #: includes/widgets/htmega_image_masonry.php:276
3290
+ msgid "Desciption"
3291
+ msgstr ""
3292
+
3293
+ #: includes/widgets/htmega_404_content.php:97
3294
+ #: includes/widgets/htmega_404_content.php:450
3295
+ #: includes/widgets/htmega_add_banner.php:104
3296
+ #: includes/widgets/htmega_add_banner.php:332
3297
+ #: includes/widgets/htmega_call_to_action.php:62
3298
+ #: includes/widgets/htmega_call_to_action.php:277
3299
+ #: includes/widgets/htmega_cuctom_event.php:219
3300
+ #: includes/widgets/htmega_easy_digital_download.php:185
3301
+ #: includes/widgets/htmega_easy_digital_download.php:406
3302
+ #: includes/widgets/htmega_flip-box.php:240
3303
+ #: includes/widgets/htmega_flip-box.php:243
3304
+ #: includes/widgets/htmega_flip-box.php:946
3305
+ #: includes/widgets/htmega_gravity_forms.php:136
3306
+ #: includes/widgets/htmega_image_marker.php:356
3307
+ #: includes/widgets/htmega_ninja_forms.php:179
3308
+ #: includes/widgets/htmega_services.php:364
3309
+ #: includes/widgets/htmega_special_banner.php:89
3310
+ #: includes/widgets/htmega_special_banner.php:438
3311
+ #: includes/widgets/htmega_wc_categories.php:125
3312
+ #: includes/widgets/htmega_working_process.php:88
3313
+ #: includes/widgets/htmega_working_process.php:400
3314
+ #: includes/widgets/htmega_wpforms.php:72
3315
+ #: includes/widgets/htmega_wpforms.php:171
3316
+ msgid "Description"
3317
+ msgstr ""
3318
+
3319
+ #: includes/widgets/htmega_flip-box.php:952
3320
+ msgid "Description Color"
3321
+ msgstr ""
3322
+
3323
+ #: includes/widgets/htmega_ninja_forms.php:81
3324
+ msgid "Description Hide"
3325
+ msgstr ""
3326
+
3327
+ #: includes/widgets/htmega_flip-box.php:990
3328
+ msgid "Description Margin"
3329
+ msgstr ""
3330
+
3331
+ #: includes/widgets/htmega_flip-box.php:977
3332
+ msgid "Description Padding"
3333
+ msgstr ""
3334
+
3335
+ #: includes/widgets/htmega_call_to_action.php:111
3336
+ msgid "Description Tag"
3337
+ msgstr ""
3338
+
3339
+ #: includes/widgets/htmega_pricing_list_view.php:181
3340
+ #: includes/widgets/htmega_table.php:164
3341
+ #: includes/widgets/htmega_teammember.php:109
3342
+ #: includes/widgets/htmega_teammember.php:433
3343
+ #: includes/widgets/htmega_testimonial.php:102
3344
+ #: includes/widgets/htmega_testimonial.php:633
3345
+ #: includes/widgets/htmega_testimonial_grid.php:79
3346
+ #: includes/widgets/htmega_testimonial_grid.php:264
3347
+ msgid "Designation"
3348
+ msgstr ""
3349
+
3350
+ #: includes/widgets/htmega_countdown.php:265
3351
+ msgid "Details"
3352
+ msgstr ""
3353
+
3354
+ #: includes/widgets/htmega_pricing_list_view.php:328
3355
+ #: includes/widgets/htmega_table.php:251
3356
+ #: includes/widgets/htmega_testimonial.php:138
3357
+ #: includes/widgets/htmega_testimonial_grid.php:143
3358
+ msgid "Developer"
3359
+ msgstr ""
3360
+
3361
+ #: includes/widgets/htmega_socialshere.php:67
3362
+ msgid "Digg"
3363
+ msgstr ""
3364
+
3365
+ #: includes/widgets/htmega_news_ticker.php:114
3366
+ #: includes/widgets/htmega_popover.php:181
3367
+ #: includes/widgets/htmega_tooltip.php:169
3368
+ msgid "Direction"
3369
+ msgstr ""
3370
+
3371
+ #: includes/widgets/htmega_section_title.php:565
3372
+ #: includes/widgets/htmega_section_title.php:680
3373
+ msgid "Display"
3374
+ msgstr ""
3375
+
3376
+ #: includes/helper-function.php:132
3377
+ msgid "div"
3378
+ msgstr ""
3379
+
3380
+ #: includes/widgets/htmega_testimonial.php:149
3381
+ msgid "Divider image"
3382
+ msgstr ""
3383
+
3384
+ #: includes/helper-function.php:25
3385
+ msgid "Do not Saved Templates."
3386
+ msgstr ""
3387
+
3388
+ #: extensions/wc-sales-notification/admin/setting.php:153
3389
+ msgid ""
3390
+ "Do not show purchases older than.( More Options are Pro features ) <span>( "
3391
+ "Pro )</span>"
3392
+ msgstr ""
3393
+
3394
+ #: includes/widgets/htmega_pricing_table.php:200
3395
+ msgid "Dollar"
3396
+ msgstr ""
3397
+
3398
+ #: admin/include/admin-setting.php:214
3399
+ #: includes/widgets/htmega_double_button.php:14
3400
+ #: includes/widgets/htmega_double_button.php:29
3401
+ msgid "Double Button"
3402
+ msgstr ""
3403
+
3404
+ #: includes/widgets/htmega_news_ticker.php:119
3405
+ msgid "Down"
3406
+ msgstr ""
3407
+
3408
+ #: includes/widgets/htmega_download_monitor.php:40
3409
+ msgid "Download File"
3410
+ msgstr ""
3411
+
3412
+ #: admin/include/admin-setting.php:899
3413
+ #: includes/widgets/htmega_download_monitor.php:13
3414
+ msgid "Download Monitor"
3415
+ msgstr ""
3416
+
3417
+ #: includes/widgets/htmega_download_monitor.php:315
3418
+ msgid "Downloaded"
3419
+ msgstr ""
3420
+
3421
+ #: includes/widgets/htmega_dropcaps.php:157
3422
+ msgid "Dropcap Latter"
3423
+ msgstr ""
3424
+
3425
+ #: admin/include/admin-setting.php:222 includes/widgets/htmega_dropcaps.php:13
3426
+ #: includes/widgets/htmega_dropcaps.php:28
3427
+ msgid "Dropcaps"
3428
+ msgstr ""
3429
+
3430
+ #: includes/widgets/htmega_countdown.php:101
3431
+ msgid "Due Date"
3432
+ msgstr ""
3433
+
3434
+ #: admin/include/admin-setting.php:909
3435
+ #: includes/widgets/htmega_easy_digital_download.php:13
3436
+ #: includes/widgets/htmega_easy_digital_download.php:28
3437
+ msgid "Easy Digital Downloads"
3438
+ msgstr ""
3439
+
3440
+ #: admin/include/template-library.php:209
3441
+ msgid "Edit Page"
3442
+ msgstr ""
3443
+
3444
+ #: admin/include/template-library.php:209
3445
+ msgid "Edit Template"
3446
+ msgstr ""
3447
+
3448
+ #: includes/widgets/htmega_button.php:366
3449
+ msgid "Effect 1"
3450
+ msgstr ""
3451
+
3452
+ #: includes/widgets/htmega_button.php:375
3453
+ msgid "Effect 10"
3454
+ msgstr ""
3455
+
3456
+ #: includes/widgets/htmega_button.php:376
3457
+ msgid "Effect 11"
3458
+ msgstr ""
3459
+
3460
+ #: includes/widgets/htmega_button.php:377
3461
+ msgid "Effect 12"
3462
+ msgstr ""
3463
+
3464
+ #: includes/widgets/htmega_button.php:378
3465
+ msgid "Effect 13"
3466
+ msgstr ""
3467
+
3468
+ #: includes/widgets/htmega_button.php:379
3469
+ msgid "Effect 14"
3470
+ msgstr ""
3471
+
3472
+ #: includes/widgets/htmega_button.php:367
3473
+ msgid "Effect 2"
3474
+ msgstr ""
3475
+
3476
+ #: includes/widgets/htmega_button.php:368
3477
+ msgid "Effect 3"
3478
+ msgstr ""
3479
+
3480
+ #: includes/widgets/htmega_button.php:369
3481
+ msgid "Effect 4"
3482
+ msgstr ""
3483
+
3484
+ #: includes/widgets/htmega_button.php:370
3485
+ msgid "Effect 5"
3486
+ msgstr ""
3487
+
3488
+ #: includes/widgets/htmega_button.php:371
3489
+ msgid "Effect 6"
3490
+ msgstr ""
3491
+
3492
+ #: includes/widgets/htmega_button.php:372
3493
+ msgid "Effect 7"
3494
+ msgstr ""
3495
+
3496
+ #: includes/widgets/htmega_button.php:373
3497
+ msgid "Effect 8"
3498
+ msgstr ""
3499
+
3500
+ #: includes/widgets/htmega_button.php:374
3501
+ msgid "Effect 9"
3502
+ msgstr ""
3503
+
3504
+ #: includes/widgets/htmega_wc_element_pages.php:35
3505
+ msgid "Element"
3506
+ msgstr ""
3507
+
3508
+ #: includes/widgets/htmega_notify.php:82
3509
+ msgid "Element Container"
3510
+ msgstr ""
3511
+
3512
+ #: includes/widgets/htmega_wc_element_pages.php:599
3513
+ #: includes/widgets/htmega_wc_element_pages.php:913
3514
+ msgid "Element Space"
3515
+ msgstr ""
3516
+
3517
+ #: includes/class.htmega.php:100
3518
+ msgid "Elementor"
3519
+ msgstr ""
3520
+
3521
+ #: includes/class.htmega.php:82
3522
+ msgid "Elementor Activate Now"
3523
+ msgstr ""
3524
+
3525
+ #: includes/class.htmega.php:90
3526
+ msgid "Elementor Install Now"
3527
+ msgstr ""
3528
+
3529
+ #: includes/widgets/htmega_accordion.php:96
3530
+ #: includes/widgets/htmega_accordion.php:207
3531
+ #: includes/widgets/htmega_blockquote.php:40
3532
+ #: includes/widgets/htmega_modal.php:50
3533
+ #: includes/widgets/htmega_offcanvas.php:48
3534
+ #: includes/widgets/htmega_scroll_navigation.php:54
3535
+ #: includes/widgets/htmega_switcher.php:59
3536
+ #: includes/widgets/htmega_switcher.php:130 includes/widgets/htmega_tab.php:85
3537
+ #: includes/widgets/htmega_toggle.php:77
3538
+ msgid "Elementor Template"
3539
+ msgstr ""
3540
+
3541
+ #: admin/include/admin-setting.php:67
3542
+ msgid "Elements"
3543
+ msgstr ""
3544
+
3545
+ #: includes/widgets/htmega_pricing_list_view.php:185
3546
+ #: includes/widgets/htmega_table.php:168
3547
+ msgid "Email"
3548
+ msgstr ""
3549
+
3550
+ #: includes/widgets/htmega_accordion.php:771
3551
+ msgid "End"
3552
+ msgstr ""
3553
+
3554
+ #: includes/widgets/htmega_googlemap.php:107
3555
+ msgid "Enter Map Style Json Code."
3556
+ msgstr ""
3557
+
3558
+ #: includes/widgets/htmega_section_title.php:76
3559
+ #: includes/widgets/htmega_section_title.php:78
3560
+ msgid "Enter your advance title"
3561
+ msgstr ""
3562
+
3563
+ #: includes/widgets/htmega_googlemap.php:96
3564
+ msgid "Enter your center address."
3565
+ msgstr ""
3566
+
3567
+ #: includes/widgets/htmega_dropcaps.php:54
3568
+ msgid "Enter Your Dropcaps Content."
3569
+ msgstr ""
3570
+
3571
+ #: includes/widgets/htmega_pricing_table.php:67
3572
+ msgid "Enter your service title"
3573
+ msgstr ""
3574
+
3575
+ #: includes/widgets/htmega_section_title.php:65
3576
+ #: includes/widgets/htmega_section_title.php:67
3577
+ msgid "Enter your sub title"
3578
+ msgstr ""
3579
+
3580
+ #: includes/widgets/htmega_button.php:51 includes/widgets/htmega_button.php:53
3581
+ msgid "Enter your Text"
3582
+ msgstr ""
3583
+
3584
+ #: includes/widgets/htmega_section_title.php:54
3585
+ #: includes/widgets/htmega_section_title.php:56
3586
+ msgid "Enter your title"
3587
+ msgstr ""
3588
+
3589
+ #: includes/widgets/htmega_tablepress.php:69
3590
+ msgid "Entries Hide"
3591
+ msgstr ""
3592
+
3593
+ #: includes/widgets/htmega_pricing_table.php:201
3594
+ msgid "Euro"
3595
+ msgstr ""
3596
+
3597
+ #: includes/widgets/htmega_cuctom_event.php:28
3598
+ msgid "Event"
3599
+ msgstr ""
3600
+
3601
+ #: includes/widgets/htmega_countdown.php:253
3602
+ msgid "Event Button"
3603
+ msgstr ""
3604
+
3605
+ #: includes/widgets/htmega_cuctom_event.php:95
3606
+ msgid "Event Button Link"
3607
+ msgstr ""
3608
+
3609
+ #: includes/widgets/htmega_cuctom_event.php:86
3610
+ msgid "Event Button text"
3611
+ msgstr ""
3612
+
3613
+ #: includes/widgets/htmega_countdown.php:47
3614
+ msgid "Event Calendar Not Installed"
3615
+ msgstr ""
3616
+
3617
+ #: includes/widgets/htmega_tablepress.php:257
3618
+ msgid "Event Cell"
3619
+ msgstr ""
3620
+
3621
+ #: includes/widgets/htmega_countdown.php:65
3622
+ msgid "Event Countdown"
3623
+ msgstr ""
3624
+
3625
+ #: includes/widgets/htmega_cuctom_event.php:78
3626
+ msgid "Event description"
3627
+ msgstr ""
3628
+
3629
+ #: includes/widgets/htmega_countdown.php:74
3630
+ msgid "Event List"
3631
+ msgstr ""
3632
+
3633
+ #: includes/widgets/htmega_cuctom_event.php:69
3634
+ msgid "Event Location"
3635
+ msgstr ""
3636
+
3637
+ #: includes/widgets/htmega_cuctom_event.php:61
3638
+ msgid "Event Time"
3639
+ msgstr ""
3640
+
3641
+ #: includes/widgets/htmega_cuctom_event.php:37
3642
+ msgid "Event Title."
3643
+ msgstr ""
3644
+
3645
+ #: includes/widgets/htmega_socialshere.php:68
3646
+ msgid "Evernote"
3647
+ msgstr ""
3648
+
3649
+ #: includes/widgets/htmega_notify.php:164
3650
+ msgid "Exit Animation"
3651
+ msgstr ""
3652
+
3653
+ #: includes/widgets/htmega_accordion.php:370
3654
+ msgid "Expand Item Height"
3655
+ msgstr ""
3656
+
3657
+ #: includes/widgets/htmega_button.php:102
3658
+ #: includes/widgets/htmega_double_button.php:43
3659
+ msgid "Extra Large"
3660
+ msgstr ""
3661
+
3662
+ #: includes/widgets/htmega_button.php:103
3663
+ #: includes/widgets/htmega_double_button.php:44
3664
+ msgid "Extra Small"
3665
+ msgstr ""
3666
+
3667
+ #: includes/widgets/htmega_weather.php:58
3668
+ msgid "F"
3669
+ msgstr ""
3670
+
3671
+ #: includes/widgets/htmega_socialshere.php:56
3672
+ #: includes/widgets/htmega_socialshere.php:96
3673
+ #: includes/widgets/htmega_socialshere.php:311
3674
+ msgid "Facebook"
3675
+ msgstr ""
3676
+
3677
+ #: includes/widgets/htmega_notify.php:139
3678
+ #: includes/widgets/htmega_notify.php:174
3679
+ msgid "fadeIn"
3680
+ msgstr ""
3681
+
3682
+ #: includes/widgets/htmega_notify.php:140
3683
+ #: includes/widgets/htmega_notify.php:175
3684
+ msgid "fadeInDown"
3685
+ msgstr ""
3686
+
3687
+ #: includes/widgets/htmega_notify.php:141
3688
+ #: includes/widgets/htmega_notify.php:176
3689
+ msgid "fadeInDownBig"
3690
+ msgstr ""
3691
+
3692
+ #: includes/widgets/htmega_notify.php:142
3693
+ #: includes/widgets/htmega_notify.php:177
3694
+ #: extensions/wc-sales-notification/admin/setting.php:169
3695
+ msgid "fadeInLeft"
3696
+ msgstr ""
3697
+
3698
+ #: includes/widgets/htmega_notify.php:143
3699
+ #: includes/widgets/htmega_notify.php:178
3700
+ msgid "fadeInLeftBig"
3701
+ msgstr ""
3702
+
3703
+ #: includes/widgets/htmega_notify.php:144
3704
+ #: includes/widgets/htmega_notify.php:179
3705
+ msgid "fadeInRight"
3706
+ msgstr ""
3707
+
3708
+ #: includes/widgets/htmega_notify.php:145
3709
+ #: includes/widgets/htmega_notify.php:180
3710
+ msgid "fadeInRightBig"
3711
+ msgstr ""
3712
+
3713
+ #: includes/widgets/htmega_notify.php:148
3714
+ #: includes/widgets/htmega_notify.php:183
3715
+ msgid "fadeInUp"
3716
+ msgstr ""
3717
+
3718
+ #: includes/widgets/htmega_notify.php:151
3719
+ #: includes/widgets/htmega_notify.php:186
3720
+ msgid "fadeInUpBig"
3721
+ msgstr ""
3722
+
3723
+ #: includes/widgets/htmega_notify.php:150
3724
+ #: includes/widgets/htmega_notify.php:185
3725
+ msgid "fadeOutDown"
3726
+ msgstr ""
3727
+
3728
+ #: includes/widgets/htmega_notify.php:147
3729
+ #: includes/widgets/htmega_notify.php:182
3730
+ msgid "fadeOutLeft"
3731
+ msgstr ""
3732
+
3733
+ #: includes/widgets/htmega_notify.php:146
3734
+ #: includes/widgets/htmega_notify.php:181
3735
+ #: extensions/wc-sales-notification/admin/setting.php:181
3736
+ msgid "fadeOutRight"
3737
+ msgstr ""
3738
+
3739
+ #: includes/widgets/htmega_notify.php:149
3740
+ #: includes/widgets/htmega_notify.php:184
3741
+ msgid "fadeOutUp"
3742
+ msgstr ""
3743
+
3744
+ #: extensions/wc-sales-notification/admin/setting.php:70
3745
+ msgid "Fakes"
3746
+ msgstr ""
3747
+
3748
+ #: admin/include/admin-setting.php:1135 admin/include/admin-setting.php:1161
3749
+ msgid "Fakes notification"
3750
+ msgstr ""
3751
+
3752
+ #: includes/widgets/htmega_pricing_list_view.php:116
3753
+ #: includes/widgets/htmega_pricing_list_view.php:122
3754
+ #: includes/widgets/htmega_pricing_list_view.php:128
3755
+ #: includes/widgets/htmega_pricing_list_view.php:134
3756
+ msgid "fas fa-shopping-basket"
3757
+ msgstr ""
3758
+
3759
+ #: includes/widgets/htmega_job_manager.php:98
3760
+ msgid "Feature Jobs only"
3761
+ msgstr ""
3762
+
3763
+ #: includes/widgets/htmega_pricing_table.php:279
3764
+ #: includes/widgets/htmega_pricing_table.php:611
3765
+ msgid "Features"
3766
+ msgstr ""
3767
+
3768
+ #: includes/widgets/htmega_pricing_table.php:290
3769
+ msgid "Features Tilte"
3770
+ msgstr ""
3771
+
3772
+ #: includes/widgets/htmega_pricing_table.php:337
3773
+ msgid "Features Title One"
3774
+ msgstr ""
3775
+
3776
+ #: includes/widgets/htmega_pricing_table.php:347
3777
+ msgid "Features Title Three"
3778
+ msgstr ""
3779
+
3780
+ #: includes/widgets/htmega_pricing_table.php:342
3781
+ msgid "Features Title Two"
3782
+ msgstr ""
3783
+
3784
+ #: includes/widgets/htmega_booked_calender.php:95
3785
+ msgid "February"
3786
+ msgstr ""
3787
+
3788
+ #: includes/widgets/htmega_instagram_feed.php:35
3789
+ msgid "Feed Limit"
3790
+ msgstr ""
3791
+
3792
+ #: includes/widgets/htmega_pricing_list_view.php:211
3793
+ #: includes/widgets/htmega_table.php:191
3794
+ msgid "Fild Type"
3795
+ msgstr ""
3796
+
3797
+ #: includes/widgets/htmega_job_manager.php:127
3798
+ msgid "Filters"
3799
+ msgstr ""
3800
+
3801
+ #: includes/widgets/htmega_user_register_form.php:185
3802
+ #: includes/widgets/htmega_user_register_form.php:186
3803
+ #: includes/widgets/htmega_user_register_form.php:200
3804
+ #: includes/widgets/htmega_user_register_form.php:201
3805
+ #: includes/widgets/htmega_user_register_form.php:313
3806
+ #: includes/widgets/htmega_user_register_form.php:314
3807
+ msgid "First Name"
3808
+ msgstr ""
3809
+
3810
+ #: includes/widgets/htmega_user_register_form.php:183
3811
+ msgid "First Name Label"
3812
+ msgstr ""
3813
+
3814
+ #: includes/widgets/htmega_user_register_form.php:311
3815
+ msgid "First Name Placeholder"
3816
+ msgstr ""
3817
+
3818
+ #: includes/widgets/htmega_layer_slider.php:57
3819
+ msgid "First Slide Number"
3820
+ msgstr ""
3821
+
3822
+ #: includes/widgets/htmega_image_grid.php:59
3823
+ #: includes/widgets/htmega_image_masonry.php:68
3824
+ #: includes/widgets/htmega_testimonial_grid.php:58
3825
+ msgid "Five"
3826
+ msgstr ""
3827
+
3828
+ #: admin/include/admin-setting.php:230 includes/widgets/htmega_flip-box.php:13
3829
+ msgid "Flip Box"
3830
+ msgstr ""
3831
+
3832
+ #: includes/widgets/htmega_flip-box.php:183
3833
+ msgid "Flip Box Back Heading"
3834
+ msgstr ""
3835
+
3836
+ #: includes/widgets/htmega_flip-box.php:88
3837
+ msgid "Flip Box Heading"
3838
+ msgstr ""
3839
+
3840
+ #: includes/widgets/htmega_instagram.php:263
3841
+ msgid "Flow Button Icon"
3842
+ msgstr ""
3843
+
3844
+ #: includes/widgets/htmega_instagram_feed.php:192
3845
+ msgid "Follow Color"
3846
+ msgstr ""
3847
+
3848
+ #: includes/widgets/htmega_instagram_feed.php:116
3849
+ #: includes/widgets/htmega_instagram_feed.php:117
3850
+ msgid "Follow on Instagram"
3851
+ msgstr ""
3852
+
3853
+ #: includes/widgets/htmega_instagram_feed.php:114
3854
+ msgid "Follow Text"
3855
+ msgstr ""
3856
+
3857
+ #: includes/widgets/htmega_instagram_feed.php:204
3858
+ msgid "Follow Text Color"
3859
+ msgstr ""
3860
+
3861
+ #: includes/widgets/htmega_blockquote.php:577
3862
+ #: includes/widgets/htmega_carousel.php:452
3863
+ #: includes/widgets/htmega_instagram.php:715
3864
+ #: includes/widgets/htmega_instagram.php:813
3865
+ #: includes/widgets/htmega_instagram.php:941
3866
+ #: includes/widgets/htmega_lightbox.php:291
3867
+ #: includes/widgets/htmega_panel_slider.php:668
3868
+ #: includes/widgets/htmega_post_carousel.php:1214
3869
+ #: includes/widgets/htmega_post_slider.php:1234
3870
+ #: includes/widgets/htmega_slider_thumb_gallery.php:749
3871
+ #: includes/widgets/htmega_testimonial.php:867
3872
+ #: includes/widgets/htmega_twitter_feed.php:963
3873
+ #: includes/widgets/htmega_video_player.php:280
3874
+ msgid "Font Size"
3875
+ msgstr ""
3876
+
3877
+ #: includes/widgets/htmega_modal.php:526
3878
+ #: includes/widgets/htmega_pricing_table.php:362
3879
+ #: includes/widgets/htmega_pricing_table.php:675
3880
+ msgid "Footer"
3881
+ msgstr ""
3882
+
3883
+ #: includes/widgets/htmega_modal.php:616
3884
+ msgid "Footer Close Button"
3885
+ msgstr ""
3886
+
3887
+ #: includes/widgets/htmega_table.php:119
3888
+ msgid "Footer Info"
3889
+ msgstr ""
3890
+
3891
+ #: extensions/ht-builder/classes/class.header_footer.php:100
3892
+ msgid "Footer Template"
3893
+ msgstr ""
3894
+
3895
+ #: extensions/ht-builder/admin/setting.php:91
3896
+ msgid "Footer Template."
3897
+ msgstr ""
3898
+
3899
+ #: includes/widgets/htmega_modal.php:85
3900
+ msgid "Footer Text"
3901
+ msgstr ""
3902
+
3903
+ #: includes/widgets/htmega_tablepress.php:393
3904
+ msgid "Footer text"
3905
+ msgstr ""
3906
+
3907
+ #: includes/widgets/htmega_tablepress.php:102
3908
+ msgid "Footer text Hide"
3909
+ msgstr ""
3910
+
3911
+ #: includes/widgets/htmega_mailchimp_for_wp.php:54
3912
+ msgid ""
3913
+ "For show ID <a href=\"admin.php?page=mailchimp-for-wp-forms\" "
3914
+ "target=\"_blank\"> Click here </a>"
3915
+ msgstr ""
3916
+
3917
+ #: includes/widgets/htmega_weather.php:80
3918
+ msgid "Forecast"
3919
+ msgstr ""
3920
+
3921
+ #: includes/widgets/htmega_user_login_form.php:818
3922
+ msgid "Forgot Password?"
3923
+ msgstr ""
3924
+
3925
+ #: includes/widgets/htmega_wpforms.php:33
3926
+ msgid "Form not found"
3927
+ msgstr ""
3928
+
3929
+ #: includes/helper-function.php:251
3930
+ #: includes/widgets/htmega_gravity_forms.php:34
3931
+ #: includes/widgets/htmega_qu_forms.php:35
3932
+ msgid "Form Not Found!"
3933
+ msgstr ""
3934
+
3935
+ #: includes/widgets/htmega_ninja_forms.php:35
3936
+ msgid "Form Not Found."
3937
+ msgstr ""
3938
+
3939
+ #: includes/widgets/htmega_bbpress.php:40
3940
+ msgid "Forum Form"
3941
+ msgstr ""
3942
+
3943
+ #: includes/widgets/htmega_bbpress.php:39
3944
+ msgid "Forum Index"
3945
+ msgstr ""
3946
+
3947
+ #: includes/widgets/htmega_image_grid.php:58
3948
+ #: includes/widgets/htmega_image_masonry.php:67
3949
+ #: includes/widgets/htmega_testimonial_grid.php:57
3950
+ msgid "Four"
3951
+ msgstr ""
3952
+
3953
+ #: includes/widgets/htmega_pricing_table.php:203
3954
+ msgid "Franc"
3955
+ msgstr ""
3956
+
3957
+ #: includes/widgets/htmega_business_hours.php:173
3958
+ msgid "Friday"
3959
+ msgstr ""
3960
+
3961
+ #: includes/widgets/htmega_gravity_forms.php:86
3962
+ msgid "From Ajax"
3963
+ msgstr ""
3964
+
3965
+ #: includes/widgets/htmega_flip-box.php:52
3966
+ #: includes/widgets/htmega_flip-box.php:326
3967
+ msgid "Front"
3968
+ msgstr ""
3969
+
3970
+ #: includes/widgets/htmega_instagram_feed.php:58
3971
+ msgid "Full"
3972
+ msgstr ""
3973
+
3974
+ #: includes/widgets/htmega_scroll_navigation.php:130
3975
+ msgid "Full Screen"
3976
+ msgstr ""
3977
+
3978
+ #: admin/include/admin-setting.php:238
3979
+ #: includes/widgets/htmega_gallery_justify.php:13
3980
+ #: includes/widgets/htmega_gallery_justify.php:35
3981
+ msgid "Gallery Justify"
3982
+ msgstr ""
3983
+
3984
+ #: admin/include/admin-setting.php:62
3985
+ msgid "General"
3986
+ msgstr ""
3987
+
3988
+ #: includes/widgets/htmega_testimonial.php:137
3989
+ #: includes/widgets/htmega_testimonial_grid.php:142
3990
+ msgid "Gerald Gilbert"
3991
+ msgstr ""
3992
+
3993
+ #: admin/include/admin-setting.php:1188
3994
+ #: extensions/ht-builder/admin/setting.php:146
3995
+ #: extensions/wc-sales-notification/admin/setting.php:230
3996
+ msgid "Go Premium"
3997
+ msgstr ""
3998
+
3999
+ #: includes/class.htmega.php:122
4000
+ msgid "Go Pro"
4001
+ msgstr ""
4002
+
4003
+ #: admin/include/admin-setting.php:611
4004
+ msgid ""
4005
+ "Go to <a href=\"https://developers.google."
4006
+ "com/maps/documentation/javascript/get-api-key\" target=\"_blank\">https:"
4007
+ "//developers.google.com</a> and generate the API key."
4008
+ msgstr ""
4009
+
4010
+ #: includes/widgets/htmega_googlemap.php:108
4011
+ msgid ""
4012
+ "Go to <a href=\"https://snazzymaps.com/\" target=_blank>Snazzy Maps</a> and "
4013
+ "Choose/Customize your Map Style. Click on your demo and copy JavaScript "
4014
+ "Style Array"
4015
+ msgstr ""
4016
+
4017
+ #: includes/widgets/htmega_inline_menu.php:75
4018
+ #, php-format
4019
+ msgid ""
4020
+ "Go to the <a href=\"%s\" target=\"_blank\">Menus Option</a> to manage your "
4021
+ "menus."
4022
+ msgstr ""
4023
+
4024
+ #: includes/widgets/htmega_lightbox.php:94
4025
+ msgid "Goggle Map Embed URL"
4026
+ msgstr ""
4027
+
4028
+ #: admin/include/admin-setting.php:246 includes/widgets/htmega_googlemap.php:13
4029
+ #: includes/widgets/htmega_googlemap.php:37
4030
+ #: includes/widgets/htmega_lightbox.php:54
4031
+ msgid "Google Map"
4032
+ msgstr ""
4033
+
4034
+ #: admin/include/admin-setting.php:610
4035
+ msgid "Google Map Api Key"
4036
+ msgstr ""
4037
+
4038
+ #: admin/include/admin-setting.php:612
4039
+ msgid "Google Map Api key"
4040
+ msgstr ""
4041
+
4042
+ #: includes/widgets/htmega_socialshere.php:321
4043
+ msgid "Google Plus"
4044
+ msgstr ""
4045
+
4046
+ #: includes/widgets/htmega_socialshere.php:58
4047
+ msgid "Google+"
4048
+ msgstr ""
4049
+
4050
+ #: admin/include/admin-setting.php:919
4051
+ #: includes/widgets/htmega_gravity_forms.php:13
4052
+ #: includes/widgets/htmega_gravity_forms.php:45
4053
+ msgid "Gravity Forms"
4054
+ msgstr ""
4055
+
4056
+ #: includes/widgets/htmega_buddy_press.php:40
4057
+ msgid "Group"
4058
+ msgstr ""
4059
+
4060
+ #: includes/widgets/htmega_pricing_table.php:204
4061
+ msgid "Guilder"
4062
+ msgstr ""
4063
+
4064
+ #: includes/helper-function.php:125
4065
+ msgid "H1"
4066
+ msgstr ""
4067
+
4068
+ #: includes/helper-function.php:126
4069
+ msgid "H2"
4070
+ msgstr ""
4071
+
4072
+ #: includes/helper-function.php:127
4073
+ msgid "H3"
4074
+ msgstr ""
4075
+
4076
+ #: includes/helper-function.php:128
4077
+ msgid "H4"
4078
+ msgstr ""
4079
+
4080
+ #: includes/helper-function.php:129
4081
+ msgid "H5"
4082
+ msgstr ""
4083
+
4084
+ #: includes/helper-function.php:130
4085
+ msgid "H6"
4086
+ msgstr ""
4087
+
4088
+ #: includes/widgets/htmega_image_comparison.php:308
4089
+ msgid "Handler"
4090
+ msgstr ""
4091
+
4092
+ #: includes/widgets/htmega_counter.php:127
4093
+ msgid "Happy Clients"
4094
+ msgstr ""
4095
+
4096
+ #: includes/widgets/htmega_twitter_feed.php:65
4097
+ msgid "hastechit"
4098
+ msgstr ""
4099
+
4100
+ #. Author of the plugin
4101
+ msgid "HasThemes"
4102
+ msgstr ""
4103
+
4104
+ #: includes/widgets/htmega_booked_calender.php:171
4105
+ #: includes/widgets/htmega_modal.php:424
4106
+ #: includes/widgets/htmega_popover.php:584
4107
+ #: includes/widgets/htmega_pricing_table.php:56
4108
+ #: includes/widgets/htmega_pricing_table.php:477
4109
+ #: includes/widgets/htmega_tablepress.php:137
4110
+ msgid "Header"
4111
+ msgstr ""
4112
+
4113
+ #: includes/widgets/htmega_booked_calender.php:182
4114
+ msgid "Header Background"
4115
+ msgstr ""
4116
+
4117
+ #: includes/widgets/htmega_booked_calender.php:194
4118
+ #: includes/widgets/htmega_instagram_feed.php:156
4119
+ msgid "Header Color"
4120
+ msgstr ""
4121
+
4122
+ #: includes/widgets/htmega_modal.php:36
4123
+ msgid "Header Content"
4124
+ msgstr ""
4125
+
4126
+ #: extensions/ht-builder/classes/class.header_footer.php:89
4127
+ msgid "Header Template"
4128
+ msgstr ""
4129
+
4130
+ #: extensions/ht-builder/admin/setting.php:82
4131
+ msgid "Header Template."
4132
+ msgstr ""
4133
+
4134
+ #: includes/widgets/htmega_booked_calender.php:452
4135
+ msgid "Heading"
4136
+ msgstr ""
4137
+
4138
+ #: includes/widgets/htmega_animated_heading.php:121
4139
+ msgid "Heading After Text"
4140
+ msgstr ""
4141
+
4142
+ #: includes/widgets/htmega_animated_heading.php:84
4143
+ msgid "Heading Before Text"
4144
+ msgstr ""
4145
+
4146
+ #: extensions/wc-sales-notification/admin/setting.php:196
4147
+ msgid "Heading Color"
4148
+ msgstr ""
4149
+
4150
+ #: admin/include/admin-setting.php:1143 admin/include/admin-setting.php:1169
4151
+ msgid "Heading color option"
4152
+ msgstr ""
4153
+
4154
+ #: includes/widgets/htmega_blockquote.php:660
4155
+ #: includes/widgets/htmega_carousel.php:509
4156
+ #: includes/widgets/htmega_carousel.php:692
4157
+ #: includes/widgets/htmega_contact_form_seven.php:149
4158
+ #: includes/widgets/htmega_contact_form_seven.php:322
4159
+ #: includes/widgets/htmega_contact_form_seven.php:543
4160
+ #: includes/widgets/htmega_flip-box.php:286
4161
+ #: includes/widgets/htmega_gravity_forms.php:308
4162
+ #: includes/widgets/htmega_gravity_forms.php:395
4163
+ #: includes/widgets/htmega_image_comparison.php:383
4164
+ #: includes/widgets/htmega_instagram.php:998
4165
+ #: includes/widgets/htmega_instagram.php:1181
4166
+ #: includes/widgets/htmega_mailchimp_for_wp.php:152
4167
+ #: includes/widgets/htmega_mailchimp_for_wp.php:294
4168
+ #: includes/widgets/htmega_modal.php:325
4169
+ #: includes/widgets/htmega_ninja_forms.php:404
4170
+ #: includes/widgets/htmega_ninja_forms.php:523
4171
+ #: includes/widgets/htmega_ninja_forms.php:608
4172
+ #: includes/widgets/htmega_panel_slider.php:721
4173
+ #: includes/widgets/htmega_panel_slider.php:873
4174
+ #: includes/widgets/htmega_post_carousel.php:1271
4175
+ #: includes/widgets/htmega_post_carousel.php:1423
4176
+ #: includes/widgets/htmega_post_slider.php:1291
4177
+ #: includes/widgets/htmega_post_slider.php:1443
4178
+ #: includes/widgets/htmega_progressbar.php:547
4179
+ #: includes/widgets/htmega_qu_forms.php:292
4180
+ #: includes/widgets/htmega_qu_forms.php:411
4181
+ #: includes/widgets/htmega_qu_forms.php:496
4182
+ #: includes/widgets/htmega_scroll_navigation.php:126
4183
+ #: includes/widgets/htmega_scroll_navigation.php:330
4184
+ #: includes/widgets/htmega_search.php:259
4185
+ #: includes/widgets/htmega_search.php:390
4186
+ #: includes/widgets/htmega_services.php:491
4187
+ #: includes/widgets/htmega_services.php:739
4188
+ #: includes/widgets/htmega_slider_thumb_gallery.php:806
4189
+ #: includes/widgets/htmega_slider_thumb_gallery.php:988
4190
+ #: includes/widgets/htmega_testimonial.php:924
4191
+ #: includes/widgets/htmega_testimonial.php:1107
4192
+ #: includes/widgets/htmega_twitter_feed.php:1021
4193
+ #: includes/widgets/htmega_twitter_feed.php:1197
4194
+ #: includes/widgets/htmega_user_login_form.php:393
4195
+ #: includes/widgets/htmega_user_login_form.php:519
4196
+ #: includes/widgets/htmega_user_register_form.php:544
4197
+ #: includes/widgets/htmega_user_register_form.php:675
4198
+ #: includes/widgets/htmega_user_register_form.php:801
4199
+ #: includes/widgets/htmega_wpforms.php:394
4200
+ #: includes/widgets/htmega_wpforms.php:513
4201
+ #: includes/widgets/htmega_wpforms.php:598
4202
+ msgid "Height"
4203
+ msgstr ""
4204
+
4205
+ #: includes/widgets/htmega_buddy_press.php:103
4206
+ #: includes/widgets/htmega_buddy_press.php:116
4207
+ #: includes/widgets/htmega_buddy_press.php:131
4208
+ #: includes/widgets/htmega_buddy_press.php:146
4209
+ #: includes/widgets/htmega_double_button.php:75
4210
+ #: includes/widgets/htmega_gravity_forms.php:66
4211
+ #: includes/widgets/htmega_gravity_forms.php:78
4212
+ #: includes/widgets/htmega_instagram.php:110
4213
+ #: includes/widgets/htmega_instagram.php:122
4214
+ #: includes/widgets/htmega_instagram.php:134
4215
+ #: includes/widgets/htmega_instagram.php:146
4216
+ #: includes/widgets/htmega_popover.php:123
4217
+ #: includes/widgets/htmega_popover.php:200
4218
+ #: includes/widgets/htmega_socialshere.php:360
4219
+ #: includes/widgets/htmega_socialshere.php:375
4220
+ #: includes/widgets/htmega_table.php:61 includes/widgets/htmega_table.php:86
4221
+ #: includes/widgets/htmega_table.php:98 includes/widgets/htmega_table.php:110
4222
+ #: includes/widgets/htmega_table.php:122
4223
+ #: includes/widgets/htmega_tooltip.php:123
4224
+ #: includes/widgets/htmega_twitter_feed.php:139
4225
+ #: includes/widgets/htmega_twitter_feed.php:151
4226
+ #: includes/widgets/htmega_twitter_feed.php:163
4227
+ #: includes/widgets/htmega_twitter_feed.php:175
4228
+ #: includes/widgets/htmega_twitter_feed.php:187
4229
+ #: includes/widgets/htmega_user_login_form.php:56
4230
+ #: includes/widgets/htmega_user_login_form.php:67
4231
+ #: includes/widgets/htmega_user_login_form.php:158
4232
+ #: includes/widgets/htmega_user_login_form.php:169
4233
+ #: includes/widgets/htmega_user_login_form.php:181
4234
+ #: includes/widgets/htmega_user_register_form.php:54
4235
+ #: includes/widgets/htmega_user_register_form.php:67
4236
+ #: includes/widgets/htmega_user_register_form.php:79
4237
+ #: includes/widgets/htmega_user_register_form.php:91
4238
+ #: includes/widgets/htmega_user_register_form.php:103
4239
+ #: includes/widgets/htmega_user_register_form.php:115
4240
+ #: includes/widgets/htmega_user_register_form.php:128
4241
+ #: includes/widgets/htmega_user_register_form.php:262
4242
+ #: includes/widgets/htmega_wc_add_to_cart.php:65
4243
+ #: includes/widgets/htmega_wpforms.php:64
4244
+ #: includes/widgets/htmega_wpforms.php:76
4245
+ msgid "Hide"
4246
+ msgstr ""
4247
+
4248
+ #: includes/widgets/htmega_weather.php:95
4249
+ msgid "Hide Current Condition Stats"
4250
+ msgstr ""
4251
+
4252
+ #: includes/widgets/htmega_easy_digital_download.php:170
4253
+ #: includes/widgets/htmega_wc_categories.php:147
4254
+ msgid "Hide Empty"
4255
+ msgstr ""
4256
+
4257
+ #: includes/widgets/htmega_countdown.php:172
4258
+ msgid "Hide Label"
4259
+ msgstr ""
4260
+
4261
+ #: includes/widgets/htmega_weather.php:113
4262
+ msgid "Hide Weather Attribution"
4263
+ msgstr ""
4264
+
4265
+ #: includes/widgets/htmega_pricing_table.php:400
4266
+ msgid "High Light Pricing Table"
4267
+ msgstr ""
4268
+
4269
+ #: includes/widgets/htmega_business_hours.php:72
4270
+ msgid "Hight Light this day"
4271
+ msgstr ""
4272
+
4273
+ #: includes/widgets/htmega_animated_heading.php:86
4274
+ msgid "Honesty is the best policy"
4275
+ msgstr ""
4276
+
4277
+ #: includes/widgets/htmega_progressbar.php:47
4278
+ #: includes/widgets/htmega_scroll_navigation.php:117
4279
+ msgid "Horizontal"
4280
+ msgstr ""
4281
+
4282
+ #: includes/widgets/htmega_special_banner.php:183
4283
+ msgid "Horizontal Postion"
4284
+ msgstr ""
4285
+
4286
+ #: includes/widgets/htmega_countdown.php:134
4287
+ #: includes/widgets/htmega_countdown.php:208
4288
+ #: includes/widgets/htmega_countdown.php:210
4289
+ msgid "Hours"
4290
+ msgstr ""
4291
+
4292
+ #: includes/widgets/htmega_404_content.php:626
4293
+ #: includes/widgets/htmega_404_content.php:778
4294
+ #: includes/widgets/htmega_add_banner.php:497
4295
+ #: includes/widgets/htmega_booked_calender.php:639
4296
+ #: includes/widgets/htmega_booked_calender.php:786
4297
+ #: includes/widgets/htmega_buddy_press.php:323
4298
+ #: includes/widgets/htmega_button.php:303
4299
+ #: includes/widgets/htmega_button.php:516
4300
+ #: includes/widgets/htmega_caldera_forms.php:288
4301
+ #: includes/widgets/htmega_call_to_action.php:451
4302
+ #: includes/widgets/htmega_carousel.php:579
4303
+ #: includes/widgets/htmega_contact_form_seven.php:652
4304
+ #: includes/widgets/htmega_countdown.php:890
4305
+ #: includes/widgets/htmega_cuctom_event.php:189
4306
+ #: includes/widgets/htmega_cuctom_event.php:467
4307
+ #: includes/widgets/htmega_double_button.php:364
4308
+ #: includes/widgets/htmega_double_button.php:536
4309
+ #: includes/widgets/htmega_double_button.php:740
4310
+ #: includes/widgets/htmega_download_monitor.php:216
4311
+ #: includes/widgets/htmega_easy_digital_download.php:381
4312
+ #: includes/widgets/htmega_easy_digital_download.php:589
4313
+ #: includes/widgets/htmega_gravity_forms.php:500
4314
+ #: includes/widgets/htmega_image_grid.php:444
4315
+ #: includes/widgets/htmega_image_masonry.php:442
4316
+ #: includes/widgets/htmega_inline_menu.php:201
4317
+ #: includes/widgets/htmega_instagram.php:1068
4318
+ #: includes/widgets/htmega_mailchimp_for_wp.php:403
4319
+ #: includes/widgets/htmega_modal.php:375
4320
+ #: includes/widgets/htmega_news_ticker.php:594
4321
+ #: includes/widgets/htmega_ninja_forms.php:713
4322
+ #: includes/widgets/htmega_notify.php:409
4323
+ #: includes/widgets/htmega_offcanvas.php:347
4324
+ #: includes/widgets/htmega_panel_slider.php:791
4325
+ #: includes/widgets/htmega_popover.php:450
4326
+ #: includes/widgets/htmega_post_carousel.php:884
4327
+ #: includes/widgets/htmega_post_carousel.php:1116
4328
+ #: includes/widgets/htmega_post_carousel.php:1341
4329
+ #: includes/widgets/htmega_post_grid_tab.php:548
4330
+ #: includes/widgets/htmega_post_grid_tab.php:780
4331
+ #: includes/widgets/htmega_post_grid_tab.php:884
4332
+ #: includes/widgets/htmega_post_slider.php:840
4333
+ #: includes/widgets/htmega_post_slider.php:1072
4334
+ #: includes/widgets/htmega_post_slider.php:1361
4335
+ #: includes/widgets/htmega_pricing_table.php:770
4336
+ #: includes/widgets/htmega_qu_forms.php:601
4337
+ #: includes/widgets/htmega_search.php:442
4338
+ #: includes/widgets/htmega_services.php:648
4339
+ #: includes/widgets/htmega_services.php:951
4340
+ #: includes/widgets/htmega_slider_thumb_gallery.php:876
4341
+ #: includes/widgets/htmega_special_banner.php:731
4342
+ #: includes/widgets/htmega_testimonial.php:994
4343
+ #: includes/widgets/htmega_toggle.php:314
4344
+ #: includes/widgets/htmega_tooltip.php:426
4345
+ #: includes/widgets/htmega_twitter_feed.php:736
4346
+ #: includes/widgets/htmega_twitter_feed.php:895
4347
+ #: includes/widgets/htmega_twitter_feed.php:1083
4348
+ #: includes/widgets/htmega_user_login_form.php:571
4349
+ #: includes/widgets/htmega_user_register_form.php:853
4350
+ #: includes/widgets/htmega_video_player.php:358
4351
+ #: includes/widgets/htmega_wc_categories.php:232
4352
+ #: includes/widgets/htmega_wc_categories.php:367
4353
+ #: includes/widgets/htmega_wc_categories.php:444
4354
+ #: includes/widgets/htmega_wc_element_pages.php:278
4355
+ #: includes/widgets/htmega_wc_element_pages.php:420
4356
+ #: includes/widgets/htmega_wc_element_pages.php:774
4357
+ #: includes/widgets/htmega_wc_element_pages.php:1058
4358
+ #: includes/widgets/htmega_wc_element_pages.php:1174
4359
+ #: includes/widgets/htmega_wpforms.php:703
4360
+ msgid "Hover"
4361
+ msgstr ""
4362
+
4363
+ #: includes/widgets/htmega_button.php:401
4364
+ msgid "Hover Animation"
4365
+ msgstr ""
4366
+
4367
+ #: includes/widgets/htmega_booked_calender.php:316
4368
+ #: includes/widgets/htmega_booked_calender.php:370
4369
+ #: includes/widgets/htmega_tablepress.php:157
4370
+ msgid "Hover Background"
4371
+ msgstr ""
4372
+
4373
+ #: includes/widgets/htmega_post_carousel.php:599
4374
+ msgid "Hover Border Color"
4375
+ msgstr ""
4376
+
4377
+ #: includes/widgets/htmega_booked_calender.php:327
4378
+ #: includes/widgets/htmega_booked_calender.php:381
4379
+ #: includes/widgets/htmega_easy_digital_download.php:388
4380
+ #: includes/widgets/htmega_services.php:326
4381
+ msgid "Hover Color"
4382
+ msgstr ""
4383
+
4384
+ #: includes/widgets/htmega_socialshere.php:172
4385
+ #: includes/widgets/htmega_socialshere.php:272
4386
+ msgid "Hover color"
4387
+ msgstr ""
4388
+
4389
+ #: includes/widgets/htmega_teammember.php:294
4390
+ #: includes/widgets/htmega_teammember.php:314
4391
+ msgid "Hover Content background color"
4392
+ msgstr ""
4393
+
4394
+ #: includes/widgets/htmega_socialshere.php:163
4395
+ #: includes/widgets/htmega_socialshere.php:263
4396
+ msgid "Hover Style"
4397
+ msgstr ""
4398
+
4399
+ #: extensions/ht-builder/admin/setting.php:33
4400
+ #: extensions/ht-builder/admin/setting.php:34
4401
+ msgid "HT Builder"
4402
+ msgstr ""
4403
+
4404
+ #: extensions/ht-builder/admin/setting.php:184
4405
+ msgid "HT Builder Settings"
4406
+ msgstr ""
4407
+
4408
+ #: extensions/ht-builder/classes/class.header_footer.php:81
4409
+ msgid "HT Header & Footer"
4410
+ msgstr ""
4411
+
4412
+ #. Name of the plugin
4413
+ msgid "HT Mega - Absolute Addons for Elementor Page Builder"
4414
+ msgstr ""
4415
+
4416
+ #: extensions/ht-menu/admin/setting.php:31
4417
+ #: extensions/ht-menu/admin/setting.php:32
4418
+ msgid "HT Menu"
4419
+ msgstr ""
4420
+
4421
+ #: extensions/ht-menu/admin/setting.php:46
4422
+ #: extensions/ht-menu/admin/setting.php:136
4423
+ msgid "HT Menu Settings"
4424
+ msgstr ""
4425
+
4426
+ #: includes/class.htmega.php:99 includes/class.htmega.php:110
4427
+ #: includes/class.htmega.php:148 admin/include/admin-setting.php:37
4428
+ #: admin/include/admin-setting.php:38
4429
+ msgid "HTMega Addons"
4430
+ msgstr ""
4431
+
4432
+ #: includes/class.htmega.php:81
4433
+ msgid ""
4434
+ "HTMEGA Addons not working because you need to activate the Elementor plugin."
4435
+ msgstr ""
4436
+
4437
+ #: includes/class.htmega.php:88
4438
+ msgid ""
4439
+ "HTMEGA Addons not working because you need to install the Elementor plugin"
4440
+ msgstr ""
4441
+
4442
+ #: admin/include/admin-setting.php:1061
4443
+ msgid "HTMega Addons Settings"
4444
+ msgstr ""
4445
+
4446
+ #: extensions/ht-builder/classes/class.widgets_control.php:40
4447
+ msgid "HTMega Builder"
4448
+ msgstr ""
4449
+
4450
+ #: admin/include/admin-setting.php:1124
4451
+ msgid "HTMega Free"
4452
+ msgstr ""
4453
+
4454
+ #: admin/include/admin-setting.php:1120
4455
+ msgid "HTMega Free Vs HTMega Pro."
4456
+ msgstr ""
4457
+
4458
+ #: extensions/ht-menu/classes/class.mega-menu.php:65
4459
+ msgid "HTMega Menu"
4460
+ msgstr ""
4461
+
4462
+ #: admin/include/admin-setting.php:1150
4463
+ msgid "HTMega Pro"
4464
+ msgstr ""
4465
+
4466
+ #: admin/include/templates_list.php:29
4467
+ msgid "HTMega Templates Library"
4468
+ msgstr ""
4469
+
4470
+ #: includes/widgets/htmega_section_title.php:176
4471
+ #: includes/widgets/htmega_section_title.php:234
4472
+ msgid "HTML Tag"
4473
+ msgstr ""
4474
+
4475
+ #: includes/widgets/htmega_pricing_list_view.php:132
4476
+ msgid "Html Template"
4477
+ msgstr ""
4478
+
4479
+ #. URI of the plugin
4480
+ msgid "http://demo.wphash.com/htmega/"
4481
+ msgstr ""
4482
+
4483
+ #. Author URI of the plugin
4484
+ msgid "https://hasthemes.com/"
4485
+ msgstr ""
4486
+
4487
+ #: includes/widgets/htmega_teammember.php:156
4488
+ #: includes/widgets/htmega_teammember.php:237
4489
+ msgid "https://www.facebook.com/hastech.company/"
4490
+ msgstr ""
4491
+
4492
+ #: includes/widgets/htmega_lightbox.php:100
4493
+ msgid "https://www.google.com/maps/embed?pb"
4494
+ msgstr ""
4495
+
4496
+ #: includes/widgets/htmega_lightbox.php:98
4497
+ msgid ""
4498
+ "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d233668.38703692693!"
4499
+ "2d90.27923991057244!3d23.780573258035957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!"
4500
+ "4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!"
4501
+ "1sen!2sbd!4v1536834022797"
4502
+ msgstr ""
4503
+
4504
+ #: includes/widgets/htmega_video_player.php:67
4505
+ #: includes/widgets/htmega_video_player.php:68
4506
+ msgid "https://www.youtube.com/watch?v=CDilI6jcpP4"
4507
+ msgstr ""
4508
+
4509
+ #: includes/widgets/htmega_lightbox.php:80
4510
+ #: includes/widgets/htmega_lightbox.php:82
4511
+ msgid "https://www.youtube.com/watch?v=G_G8SdXktHg"
4512
+ msgstr ""
4513
+
4514
+ #: includes/widgets/htmega_404_content.php:154
4515
+ #: includes/widgets/htmega_404_content.php:202
4516
+ #: includes/widgets/htmega_add_banner.php:115
4517
+ #: includes/widgets/htmega_button.php:65
4518
+ #: includes/widgets/htmega_call_to_action.php:82
4519
+ #: includes/widgets/htmega_cuctom_event.php:97
4520
+ #: includes/widgets/htmega_double_button.php:104
4521
+ #: includes/widgets/htmega_flip-box.php:260
4522
+ #: includes/widgets/htmega_image_grid.php:116
4523
+ #: includes/widgets/htmega_image_masonry.php:125
4524
+ #: includes/widgets/htmega_popover.php:134
4525
+ #: includes/widgets/htmega_pricing_list_view.php:97
4526
+ #: includes/widgets/htmega_pricing_list_view.php:291
4527
+ #: includes/widgets/htmega_section_title.php:165
4528
+ #: includes/widgets/htmega_section_title.php:223
4529
+ #: includes/widgets/htmega_services.php:141
4530
+ #: includes/widgets/htmega_special_banner.php:118
4531
+ #: includes/widgets/htmega_tooltip.php:134
4532
+ msgid "https://your-link.com"
4533
+ msgstr ""
4534
+
4535
+ #: includes/widgets/htmega_teammember.php:123
4536
+ msgid "I am web developer."
4537
+ msgstr ""
4538
+
4539
+ #: includes/widgets/htmega_blockquote.php:111
4540
+ #: includes/widgets/htmega_blockquote.php:148
4541
+ #: includes/widgets/htmega_button.php:111
4542
+ #: includes/widgets/htmega_countdown.php:272
4543
+ #: includes/widgets/htmega_counter.php:74
4544
+ #: includes/widgets/htmega_counter.php:85
4545
+ #: includes/widgets/htmega_counter.php:484
4546
+ #: includes/widgets/htmega_double_button.php:117
4547
+ #: includes/widgets/htmega_double_button.php:180
4548
+ #: includes/widgets/htmega_download_monitor.php:111
4549
+ #: includes/widgets/htmega_flip-box.php:75
4550
+ #: includes/widgets/htmega_flip-box.php:108
4551
+ #: includes/widgets/htmega_flip-box.php:170
4552
+ #: includes/widgets/htmega_flip-box.php:203
4553
+ #: includes/widgets/htmega_flip-box.php:508
4554
+ #: includes/widgets/htmega_flip-box.php:1006
4555
+ #: includes/widgets/htmega_instagram.php:175
4556
+ #: includes/widgets/htmega_instagram.php:703
4557
+ #: includes/widgets/htmega_lightbox.php:118
4558
+ #: includes/widgets/htmega_modal.php:121 includes/widgets/htmega_modal.php:157
4559
+ #: includes/widgets/htmega_notify.php:241
4560
+ #: includes/widgets/htmega_popover.php:46
4561
+ #: includes/widgets/htmega_popover.php:79
4562
+ #: includes/widgets/htmega_pricing_list_view.php:83
4563
+ #: includes/widgets/htmega_pricing_list_view.php:233
4564
+ #: includes/widgets/htmega_pricing_list_view.php:738
4565
+ #: includes/widgets/htmega_pricing_table.php:125
4566
+ #: includes/widgets/htmega_pricing_table.php:171
4567
+ #: includes/widgets/htmega_pricing_table.php:306
4568
+ #: includes/widgets/htmega_search.php:69 includes/widgets/htmega_search.php:97
4569
+ #: includes/widgets/htmega_section_title.php:96
4570
+ #: includes/widgets/htmega_section_title.php:132
4571
+ #: includes/widgets/htmega_services.php:69
4572
+ #: includes/widgets/htmega_services.php:106
4573
+ #: includes/widgets/htmega_services.php:459
4574
+ #: includes/widgets/htmega_socialshere.php:103
4575
+ #: includes/widgets/htmega_socialshere.php:473
4576
+ #: includes/widgets/htmega_switcher.php:45
4577
+ #: includes/widgets/htmega_switcher.php:116 includes/widgets/htmega_tab.php:72
4578
+ #: includes/widgets/htmega_teammember.php:163
4579
+ #: includes/widgets/htmega_tooltip.php:46
4580
+ #: includes/widgets/htmega_tooltip.php:79
4581
+ #: includes/widgets/htmega_working_process.php:105
4582
+ #: includes/widgets/htmega_working_process.php:142
4583
+ msgid "Icon"
4584
+ msgstr ""
4585
+
4586
+ #: includes/widgets/htmega_button.php:450
4587
+ #: includes/widgets/htmega_button.php:535
4588
+ #: includes/widgets/htmega_teammember.php:186
4589
+ msgid "Icon Background"
4590
+ msgstr ""
4591
+
4592
+ #: includes/widgets/htmega_flip-box.php:563
4593
+ #: includes/widgets/htmega_flip-box.php:1061
4594
+ msgid "Icon Background Color"
4595
+ msgstr ""
4596
+
4597
+ #: includes/widgets/htmega_booked_calender.php:508
4598
+ #: includes/widgets/htmega_flip-box.php:519
4599
+ #: includes/widgets/htmega_flip-box.php:1017
4600
+ #: includes/widgets/htmega_pricing_table.php:318
4601
+ #: includes/widgets/htmega_tab.php:171
4602
+ #: includes/widgets/htmega_teammember.php:175
4603
+ msgid "Icon Color"
4604
+ msgstr ""
4605
+
4606
+ #: includes/widgets/htmega_lightbox.php:322
4607
+ msgid "Icon Dimensions"
4608
+ msgstr ""
4609
+
4610
+ #: includes/widgets/htmega_socialshere.php:483
4611
+ msgid "Icon Font Size"
4612
+ msgstr ""
4613
+
4614
+ #: includes/widgets/htmega_flip-box.php:603
4615
+ #: includes/widgets/htmega_flip-box.php:1101
4616
+ #: includes/widgets/htmega_socialshere.php:542
4617
+ msgid "Icon Height"
4618
+ msgstr ""
4619
+
4620
+ #: includes/widgets/htmega_teammember.php:208
4621
+ msgid "Icon Hover Background"
4622
+ msgstr ""
4623
+
4624
+ #: includes/widgets/htmega_teammember.php:219
4625
+ msgid "Icon Hover border color"
4626
+ msgstr ""
4627
+
4628
+ #: includes/widgets/htmega_teammember.php:197
4629
+ msgid "Icon Hover Color"
4630
+ msgstr ""
4631
+
4632
+ #: includes/widgets/htmega_accordion.php:837
4633
+ #: includes/widgets/htmega_accordion.php:940
4634
+ msgid "Icon Line Height"
4635
+ msgstr ""
4636
+
4637
+ #: includes/widgets/htmega_flip-box.php:640
4638
+ #: includes/widgets/htmega_flip-box.php:1138
4639
+ msgid "Icon Margin"
4640
+ msgstr ""
4641
+
4642
+ #: includes/widgets/htmega_flip-box.php:627
4643
+ #: includes/widgets/htmega_flip-box.php:1125
4644
+ msgid "Icon Padding"
4645
+ msgstr ""
4646
+
4647
+ #: includes/widgets/htmega_button.php:120
4648
+ #: includes/widgets/htmega_offcanvas.php:125
4649
+ msgid "Icon Position"
4650
+ msgstr ""
4651
+
4652
+ #: includes/widgets/htmega_flip-box.php:536
4653
+ #: includes/widgets/htmega_flip-box.php:1034
4654
+ #: includes/widgets/htmega_popover.php:359
4655
+ #: includes/widgets/htmega_services.php:520 includes/widgets/htmega_tab.php:187
4656
+ #: includes/widgets/htmega_tooltip.php:335
4657
+ msgid "Icon Size"
4658
+ msgstr ""
4659
+
4660
+ #: includes/widgets/htmega_modal.php:264
4661
+ msgid "Icon space"
4662
+ msgstr ""
4663
+
4664
+ #: includes/widgets/htmega_button.php:138
4665
+ #: includes/widgets/htmega_double_button.php:125
4666
+ #: includes/widgets/htmega_double_button.php:188
4667
+ #: includes/widgets/htmega_offcanvas.php:141
4668
+ msgid "Icon Spacing"
4669
+ msgstr ""
4670
+
4671
+ #: includes/widgets/htmega_button.php:416
4672
+ #: includes/widgets/htmega_socialshere.php:205
4673
+ msgid "Icon Style"
4674
+ msgstr ""
4675
+
4676
+ #: includes/widgets/htmega_counter.php:61 includes/widgets/htmega_modal.php:113
4677
+ #: includes/widgets/htmega_section_title.php:88
4678
+ #: includes/widgets/htmega_working_process.php:97
4679
+ msgid "Icon Type"
4680
+ msgstr ""
4681
+
4682
+ #: includes/widgets/htmega_accordion.php:857
4683
+ #: includes/widgets/htmega_flip-box.php:579
4684
+ #: includes/widgets/htmega_flip-box.php:1077
4685
+ #: includes/widgets/htmega_socialshere.php:566
4686
+ msgid "Icon Width"
4687
+ msgstr ""
4688
+
4689
+ #: includes/widgets/htmega_pricing_list_view.php:259
4690
+ msgid "Icons"
4691
+ msgstr ""
4692
+
4693
+ #: includes/widgets/htmega_bbpress.php:58
4694
+ #: includes/widgets/htmega_news_ticker.php:230
4695
+ #: includes/widgets/htmega_post_carousel.php:160
4696
+ #: includes/widgets/htmega_post_grid.php:139
4697
+ #: includes/widgets/htmega_post_grid_tab.php:147
4698
+ #: includes/widgets/htmega_post_slider.php:148
4699
+ msgid "ID"
4700
+ msgstr ""
4701
+
4702
+ #: includes/widgets/htmega_404_content.php:50
4703
+ #: includes/widgets/htmega_accordion.php:154
4704
+ #: includes/widgets/htmega_accordion.php:193
4705
+ #: includes/widgets/htmega_add_banner.php:66
4706
+ #: includes/widgets/htmega_blockquote.php:107
4707
+ #: includes/widgets/htmega_blockquote.php:122
4708
+ #: includes/widgets/htmega_carousel.php:72
4709
+ #: includes/widgets/htmega_counter.php:70
4710
+ #: includes/widgets/htmega_counter.php:96
4711
+ #: includes/widgets/htmega_cuctom_event.php:44
4712
+ #: includes/widgets/htmega_flip-box.php:71
4713
+ #: includes/widgets/htmega_flip-box.php:119
4714
+ #: includes/widgets/htmega_flip-box.php:166
4715
+ #: includes/widgets/htmega_flip-box.php:214
4716
+ #: includes/widgets/htmega_image_grid.php:88
4717
+ #: includes/widgets/htmega_image_marker.php:28
4718
+ #: includes/widgets/htmega_image_masonry.php:97
4719
+ #: includes/widgets/htmega_instagram.php:171
4720
+ #: includes/widgets/htmega_instagram.php:189
4721
+ #: includes/widgets/htmega_lightbox.php:52
4722
+ #: includes/widgets/htmega_lightbox.php:62
4723
+ #: includes/widgets/htmega_lightbox.php:116
4724
+ #: includes/widgets/htmega_modal.php:117 includes/widgets/htmega_modal.php:131
4725
+ #: includes/widgets/htmega_panel_slider.php:78
4726
+ #: includes/widgets/htmega_popover.php:54
4727
+ #: includes/widgets/htmega_popover.php:94
4728
+ #: includes/widgets/htmega_pricing_table.php:121
4729
+ #: includes/widgets/htmega_pricing_table.php:139
4730
+ #: includes/widgets/htmega_section_title.php:92
4731
+ #: includes/widgets/htmega_section_title.php:106
4732
+ #: includes/widgets/htmega_services.php:65
4733
+ #: includes/widgets/htmega_services.php:80
4734
+ #: includes/widgets/htmega_services.php:708
4735
+ #: includes/widgets/htmega_slider_thumb_gallery.php:68
4736
+ #: includes/widgets/htmega_special_banner.php:51
4737
+ #: includes/widgets/htmega_testimonial.php:85
4738
+ #: includes/widgets/htmega_testimonial.php:505
4739
+ #: includes/widgets/htmega_testimonial_grid.php:99
4740
+ #: includes/widgets/htmega_testimonial_grid.php:168
4741
+ #: includes/widgets/htmega_tooltip.php:54
4742
+ #: includes/widgets/htmega_tooltip.php:94
4743
+ #: includes/widgets/htmega_wc_categories.php:393
4744
+ #: includes/widgets/htmega_working_process.php:101
4745
+ #: includes/widgets/htmega_working_process.php:116
4746
+ msgid "Image"
4747
+ msgstr ""
4748
+
4749
+ #: includes/widgets/htmega_image_comparison.php:429
4750
+ msgid "Image After"
4751
+ msgstr ""
4752
+
4753
+ #: includes/widgets/htmega_image_comparison.php:409
4754
+ msgid "Image Before"
4755
+ msgstr ""
4756
+
4757
+ #: admin/include/admin-setting.php:254
4758
+ #: includes/widgets/htmega_image_comparison.php:13
4759
+ #: includes/widgets/htmega_image_comparison.php:42
4760
+ msgid "Image Comparison"
4761
+ msgstr ""
4762
+
4763
+ #: admin/include/admin-setting.php:262
4764
+ #: includes/widgets/htmega_image_grid.php:13
4765
+ #: includes/widgets/htmega_image_grid.php:28
4766
+ msgid "Image Grid"
4767
+ msgstr ""
4768
+
4769
+ #: includes/widgets/htmega_image_grid.php:135
4770
+ msgid "Image Grid Desciption"
4771
+ msgstr ""
4772
+
4773
+ #: includes/widgets/htmega_image_grid.php:81
4774
+ msgid "Image Grid Desciption."
4775
+ msgstr ""
4776
+
4777
+ #: includes/widgets/htmega_carousel.php:94
4778
+ #: includes/widgets/htmega_image_grid.php:134
4779
+ msgid "Image Grid Title"
4780
+ msgstr ""
4781
+
4782
+ #: includes/widgets/htmega_carousel.php:65
4783
+ #: includes/widgets/htmega_image_grid.php:72
4784
+ msgid "Image Grid Title."
4785
+ msgstr ""
4786
+
4787
+ #: includes/widgets/htmega_teammember.php:61
4788
+ msgid "Image Hover Animate"
4789
+ msgstr ""
4790
+
4791
+ #: extensions/wc-sales-notification/admin/setting.php:94
4792
+ msgid "Image Left"
4793
+ msgstr ""
4794
+
4795
+ #: admin/include/admin-setting.php:270
4796
+ #: includes/widgets/htmega_image_magnifier.php:13
4797
+ msgid "Image Magnifier"
4798
+ msgstr ""
4799
+
4800
+ #: admin/include/admin-setting.php:278
4801
+ #: includes/widgets/htmega_image_marker.php:13
4802
+ msgid "Image Marker"
4803
+ msgstr ""
4804
+
4805
+ #: admin/include/admin-setting.php:286
4806
+ #: includes/widgets/htmega_image_masonry.php:13
4807
+ #: includes/widgets/htmega_image_masonry.php:37
4808
+ msgid "Image Masonry"
4809
+ msgstr ""
4810
+
4811
+ #: includes/widgets/htmega_image_masonry.php:144
4812
+ msgid "Image Masonry Desciption"
4813
+ msgstr ""
4814
+
4815
+ #: includes/widgets/htmega_image_masonry.php:90
4816
+ msgid "Image Masonry Desciption."
4817
+ msgstr ""
4818
+
4819
+ #: includes/widgets/htmega_image_masonry.php:143
4820
+ msgid "Image Masonry Title"
4821
+ msgstr ""
4822
+
4823
+ #: includes/widgets/htmega_image_masonry.php:81
4824
+ msgid "Image Masonry Title."
4825
+ msgstr ""
4826
+
4827
+ #: includes/widgets/htmega_pricing_table.php:117
4828
+ msgid "Image or Icon"
4829
+ msgstr ""
4830
+
4831
+ #: includes/widgets/htmega_instagram_feed.php:139
4832
+ msgid "Image Padding"
4833
+ msgstr ""
4834
+
4835
+ #: extensions/wc-sales-notification/admin/setting.php:89
4836
+ msgid "Image Position"
4837
+ msgstr ""
4838
+
4839
+ #: includes/widgets/htmega_instagram.php:93
4840
+ #: includes/widgets/htmega_instagram_feed.php:53
4841
+ msgid "Image Size"
4842
+ msgstr ""
4843
+
4844
+ #: includes/widgets/htmega_modal.php:287
4845
+ msgid "Image space"
4846
+ msgstr ""
4847
+
4848
+ #: admin/include/templates_list.php:88
4849
+ msgid "Import"
4850
+ msgstr ""
4851
+
4852
+ #: admin/include/templates_list.php:13
4853
+ msgid "Import template to your Library"
4854
+ msgstr ""
4855
+
4856
+ #: admin/include/templates_list.php:71
4857
+ msgid "Import to Library"
4858
+ msgstr ""
4859
+
4860
+ #: admin/include/templates_list.php:72
4861
+ msgid "Import to Page"
4862
+ msgstr ""
4863
+
4864
+ #: admin/include/admin-setting.php:1140 admin/include/admin-setting.php:1166
4865
+ msgid "Incoming animation option"
4866
+ msgstr ""
4867
+
4868
+ #: includes/widgets/htmega_instagram.php:1299
4869
+ msgid "Incorrect user ID specified."
4870
+ msgstr ""
4871
+
4872
+ #: includes/widgets/htmega_progressbar.php:681
4873
+ msgid "Indicator Background"
4874
+ msgstr ""
4875
+
4876
+ #: includes/widgets/htmega_progressbar.php:705
4877
+ msgid "Indicator Border Radius"
4878
+ msgstr ""
4879
+
4880
+ #: includes/widgets/htmega_progressbar.php:171
4881
+ msgid "Indicator color"
4882
+ msgstr ""
4883
+
4884
+ #: includes/widgets/htmega_progressbar.php:650
4885
+ msgid "Indicator Size"
4886
+ msgstr ""
4887
+
4888
+ #: includes/widgets/htmega_button.php:85 includes/widgets/htmega_notify.php:118
4889
+ msgid "Info"
4890
+ msgstr ""
4891
+
4892
+ #: includes/widgets/htmega_section_title.php:573
4893
+ #: includes/widgets/htmega_section_title.php:688
4894
+ msgid "Inline block"
4895
+ msgstr ""
4896
+
4897
+ #: admin/include/admin-setting.php:294
4898
+ #: includes/widgets/htmega_inline_menu.php:13
4899
+ #: includes/widgets/htmega_inline_menu.php:40
4900
+ msgid "Inline Navigation"
4901
+ msgstr ""
4902
+
4903
+ #: includes/widgets/htmega_progressbar.php:467
4904
+ msgid "Inner"
4905
+ msgstr ""
4906
+
4907
+ #: includes/widgets/htmega_caldera_forms.php:79
4908
+ #: includes/widgets/htmega_contact_form_seven.php:142
4909
+ #: includes/widgets/htmega_gravity_forms.php:259
4910
+ #: includes/widgets/htmega_ninja_forms.php:355
4911
+ #: includes/widgets/htmega_qu_forms.php:243
4912
+ #: includes/widgets/htmega_search.php:183
4913
+ #: includes/widgets/htmega_user_login_form.php:311
4914
+ #: includes/widgets/htmega_user_register_form.php:462
4915
+ #: includes/widgets/htmega_wc_element_pages.php:523
4916
+ #: includes/widgets/htmega_wc_element_pages.php:859
4917
+ #: includes/widgets/htmega_wpforms.php:345
4918
+ msgid "Input"
4919
+ msgstr ""
4920
+
4921
+ #: includes/widgets/htmega_mailchimp_for_wp.php:144
4922
+ msgid "Input Box"
4923
+ msgstr ""
4924
+
4925
+ #: includes/widgets/htmega_caldera_forms.php:140
4926
+ msgid "Input Space"
4927
+ msgstr ""
4928
+
4929
+ #: admin/include/admin-setting.php:302 includes/widgets/htmega_instagram.php:13
4930
+ #: includes/widgets/htmega_instagram.php:36
4931
+ msgid "Instagram"
4932
+ msgstr ""
4933
+
4934
+ #: includes/widgets/htmega_instagram.php:69
4935
+ msgid "Instagram Access Token"
4936
+ msgstr ""
4937
+
4938
+ #: includes/widgets/htmega_instagram.php:58
4939
+ msgid "Instagram user ID"
4940
+ msgstr ""
4941
+
4942
+ #: admin/include/admin-setting.php:1147
4943
+ msgid "Install Now"
4944
+ msgstr ""
4945
+
4946
+ #: includes/widgets/htmega_socialshere.php:76
4947
+ msgid "Instapaper"
4948
+ msgstr ""
4949
+
4950
+ #: admin/include/admin-setting.php:929
4951
+ #: includes/widgets/htmega_instagram_feed.php:13
4952
+ #: includes/widgets/htmega_instagram_feed.php:28
4953
+ msgid "Instragram Feed"
4954
+ msgstr ""
4955
+
4956
+ #: includes/helper-function.php:284
4957
+ msgid "Invalid username or password!"
4958
+ msgstr ""
4959
+
4960
+ #: includes/widgets/htmega_business_hours.php:263
4961
+ #: includes/widgets/htmega_instagram.php:621
4962
+ msgid "Item"
4963
+ msgstr ""
4964
+
4965
+ #: includes/widgets/htmega_countdown.php:458
4966
+ msgid "Item Alignment"
4967
+ msgstr ""
4968
+
4969
+ #: includes/widgets/htmega_business_hours.php:188
4970
+ msgid "Item Area"
4971
+ msgstr ""
4972
+
4973
+ #: includes/widgets/htmega_easy_digital_download.php:244
4974
+ msgid "Item Background"
4975
+ msgstr ""
4976
+
4977
+ #: includes/widgets/htmega_accordion.php:254
4978
+ msgid "Item Collapse Icon"
4979
+ msgstr ""
4980
+
4981
+ #: includes/widgets/htmega_easy_digital_download.php:218
4982
+ msgid "Item Gap"
4983
+ msgstr ""
4984
+
4985
+ #: includes/widgets/htmega_instagram.php:80
4986
+ msgid "Item Limit (Max 12)"
4987
+ msgstr ""
4988
+
4989
+ #: includes/widgets/htmega_working_process.php:493
4990
+ msgid "Item Number Shape"
4991
+ msgstr ""
4992
+
4993
+ #: includes/widgets/htmega_working_process.php:230
4994
+ msgid "Item style"
4995
+ msgstr ""
4996
+
4997
+ #: includes/widgets/htmega_progressbar.php:539
4998
+ msgid "Items Style"
4999
+ msgstr ""
5000
+
5001
+ #: includes/widgets/htmega_booked_calender.php:94
5002
+ msgid "January"
5003
+ msgstr ""
5004
+
5005
+ #: includes/widgets/htmega_job_manager.php:41
5006
+ msgid "Job Apply To"
5007
+ msgstr ""
5008
+
5009
+ #: includes/widgets/htmega_job_manager.php:43
5010
+ msgid "Job Dashboard"
5011
+ msgstr ""
5012
+
5013
+ #: includes/widgets/htmega_job_manager.php:39
5014
+ msgid "Job List"
5015
+ msgstr ""
5016
+
5017
+ #: admin/include/admin-setting.php:939 admin/include/admin-setting.php:949
5018
+ #: includes/widgets/htmega_job_manager.php:13
5019
+ #: includes/widgets/htmega_job_manager.php:28
5020
+ msgid "Job Manager"
5021
+ msgstr ""
5022
+
5023
+ #: includes/widgets/htmega_job_manager.php:42
5024
+ msgid "Job Post Form"
5025
+ msgstr ""
5026
+
5027
+ #: includes/widgets/htmega_job_manager.php:40
5028
+ msgid "Job Summary"
5029
+ msgstr ""
5030
+
5031
+ #: includes/widgets/htmega_blockquote.php:75
5032
+ #: includes/widgets/htmega_blockquote.php:76
5033
+ msgid "Jon Doy"
5034
+ msgstr ""
5035
+
5036
+ #: includes/widgets/htmega_table.php:258
5037
+ msgid "jondoy@gmail.com"
5038
+ msgstr ""
5039
+
5040
+ #: includes/widgets/htmega_progressbar.php:99
5041
+ msgid "Joomla"
5042
+ msgstr ""
5043
+
5044
+ #: includes/widgets/htmega_pricing_list_view.php:126
5045
+ msgid "Joomla Template"
5046
+ msgstr ""
5047
+
5048
+ #: includes/widgets/htmega_booked_calender.php:100
5049
+ msgid "July"
5050
+ msgstr ""
5051
+
5052
+ #: includes/widgets/htmega_booked_calender.php:99
5053
+ msgid "June"
5054
+ msgstr ""
5055
+
5056
+ #: includes/widgets/htmega_404_content.php:246
5057
+ #: includes/widgets/htmega_add_banner.php:164
5058
+ #: includes/widgets/htmega_blockquote.php:189
5059
+ #: includes/widgets/htmega_buddy_press.php:251
5060
+ #: includes/widgets/htmega_button.php:179
5061
+ #: includes/widgets/htmega_call_to_action.php:194
5062
+ #: includes/widgets/htmega_contact_form_seven.php:124
5063
+ #: includes/widgets/htmega_countdown.php:474
5064
+ #: includes/widgets/htmega_countdown.php:505
5065
+ #: includes/widgets/htmega_counter.php:261
5066
+ #: includes/widgets/htmega_double_button.php:283
5067
+ #: includes/widgets/htmega_double_button.php:519
5068
+ #: includes/widgets/htmega_double_button.php:723
5069
+ #: includes/widgets/htmega_image_grid.php:201
5070
+ #: includes/widgets/htmega_image_grid.php:291
5071
+ #: includes/widgets/htmega_image_masonry.php:210
5072
+ #: includes/widgets/htmega_image_masonry.php:300
5073
+ #: includes/widgets/htmega_mailchimp_for_wp.php:126
5074
+ #: includes/widgets/htmega_modal.php:358 includes/widgets/htmega_modal.php:779
5075
+ #: includes/widgets/htmega_offcanvas.php:248
5076
+ #: includes/widgets/htmega_panel_slider.php:492
5077
+ #: includes/widgets/htmega_popover.php:270
5078
+ #: includes/widgets/htmega_popover.php:678
5079
+ #: includes/widgets/htmega_popover.php:787
5080
+ #: includes/widgets/htmega_post_carousel.php:694
5081
+ #: includes/widgets/htmega_post_carousel.php:786
5082
+ #: includes/widgets/htmega_post_carousel.php:997
5083
+ #: includes/widgets/htmega_post_grid.php:267
5084
+ #: includes/widgets/htmega_post_grid.php:361
5085
+ #: includes/widgets/htmega_post_grid_tab.php:361
5086
+ #: includes/widgets/htmega_post_grid_tab.php:450
5087
+ #: includes/widgets/htmega_post_grid_tab.php:661
5088
+ #: includes/widgets/htmega_post_slider.php:650
5089
+ #: includes/widgets/htmega_post_slider.php:742
5090
+ #: includes/widgets/htmega_post_slider.php:953
5091
+ #: includes/widgets/htmega_pricing_list_view.php:513
5092
+ #: includes/widgets/htmega_pricing_list_view.php:636
5093
+ #: includes/widgets/htmega_search.php:139
5094
+ #: includes/widgets/htmega_section_title.php:394
5095
+ #: includes/widgets/htmega_services.php:216
5096
+ #: includes/widgets/htmega_services.php:312
5097
+ #: includes/widgets/htmega_services.php:442
5098
+ #: includes/widgets/htmega_services.php:631
5099
+ #: includes/widgets/htmega_services.php:831
5100
+ #: includes/widgets/htmega_single_post.php:188
5101
+ #: includes/widgets/htmega_single_post.php:353
5102
+ #: includes/widgets/htmega_special_banner.php:270
5103
+ #: includes/widgets/htmega_table.php:430 includes/widgets/htmega_table.php:550
5104
+ #: includes/widgets/htmega_tablepress.php:219
5105
+ #: includes/widgets/htmega_tablepress.php:376
5106
+ #: includes/widgets/htmega_teammember.php:415
5107
+ #: includes/widgets/htmega_teammember.php:512
5108
+ #: includes/widgets/htmega_teammember.php:609
5109
+ #: includes/widgets/htmega_teammember.php:677
5110
+ #: includes/widgets/htmega_testimonial.php:560
5111
+ #: includes/widgets/htmega_testimonial.php:657
5112
+ #: includes/widgets/htmega_testimonial.php:755
5113
+ #: includes/widgets/htmega_testimonial_grid.php:354
5114
+ #: includes/widgets/htmega_toggle.php:206
5115
+ #: includes/widgets/htmega_tooltip.php:246
5116
+ #: includes/widgets/htmega_user_login_form.php:248
5117
+ #: includes/widgets/htmega_user_login_form.php:728
5118
+ #: includes/widgets/htmega_user_register_form.php:418
5119
+ #: includes/widgets/htmega_user_register_form.php:1012
5120
+ #: includes/widgets/htmega_video_player.php:216
5121
+ msgid "Justified"
5122
+ msgstr ""
5123
+
5124
+ #: includes/widgets/htmega_pricing_table.php:205
5125
+ msgid "Krona"
5126
+ msgstr ""
5127
+
5128
+ #: includes/widgets/htmega_caldera_forms.php:48
5129
+ #: includes/widgets/htmega_contact_form_seven.php:436
5130
+ #: includes/widgets/htmega_countdown.php:677
5131
+ #: includes/widgets/htmega_gravity_forms.php:170
5132
+ #: includes/widgets/htmega_news_ticker.php:417
5133
+ #: includes/widgets/htmega_ninja_forms.php:263
5134
+ #: includes/widgets/htmega_qu_forms.php:65
5135
+ #: includes/widgets/htmega_user_login_form.php:53
5136
+ #: includes/widgets/htmega_user_login_form.php:627
5137
+ #: includes/widgets/htmega_user_register_form.php:909
5138
+ #: includes/widgets/htmega_wc_element_pages.php:478
5139
+ #: includes/widgets/htmega_wc_element_pages.php:825
5140
+ #: includes/widgets/htmega_wpforms.php:256
5141
+ msgid "Label"
5142
+ msgstr ""
5143
+
5144
+ #: includes/widgets/htmega_news_ticker.php:70
5145
+ msgid "Label Icon"
5146
+ msgstr ""
5147
+
5148
+ #: includes/widgets/htmega_image_comparison.php:126
5149
+ msgid "Label Position"
5150
+ msgstr ""
5151
+
5152
+ #: includes/widgets/htmega_button.php:101
5153
+ #: includes/widgets/htmega_double_button.php:42
5154
+ msgid "Large"
5155
+ msgstr ""
5156
+
5157
+ #: includes/widgets/htmega_user_register_form.php:327
5158
+ #: includes/widgets/htmega_user_register_form.php:328
5159
+ msgid "Last Name"
5160
+ msgstr ""
5161
+
5162
+ #: includes/widgets/htmega_user_register_form.php:198
5163
+ msgid "Last Name Label"
5164
+ msgstr ""
5165
+
5166
+ #: includes/widgets/htmega_user_register_form.php:325
5167
+ msgid "Last Name Placeholder"
5168
+ msgstr ""
5169
+
5170
+ #: includes/widgets/htmega_googlemap.php:140
5171
+ msgid "Latitude"
5172
+ msgstr ""
5173
+
5174
+ #: includes/widgets/htmega_layer_slider.php:13
5175
+ #: includes/widgets/htmega_layer_slider.php:41
5176
+ msgid "LayerSlider"
5177
+ msgstr ""
5178
+
5179
+ #: includes/widgets/htmega_animated_heading.php:42
5180
+ #: includes/widgets/htmega_bbpress.php:35
5181
+ #: includes/widgets/htmega_business_hours.php:35
5182
+ #: includes/widgets/htmega_flip-box.php:29
5183
+ #: includes/widgets/htmega_flip-box.php:36
5184
+ #: includes/widgets/htmega_job_manager.php:35
5185
+ #: includes/widgets/htmega_post_carousel.php:43
5186
+ #: includes/widgets/htmega_post_grid.php:34
5187
+ #: includes/widgets/htmega_post_grid_tab.php:42
5188
+ #: includes/widgets/htmega_post_slider.php:43
5189
+ #: includes/widgets/htmega_pricing_list_view.php:29
5190
+ #: includes/widgets/htmega_pricing_list_view.php:36
5191
+ #: includes/widgets/htmega_pricing_table.php:29
5192
+ #: includes/widgets/htmega_table.php:44
5193
+ #: includes/widgets/htmega_vertical_timeline.php:36
5194
+ msgid "Layout"
5195
+ msgstr ""
5196
+
5197
+ #: includes/widgets/htmega_business_hours.php:43
5198
+ #: includes/widgets/htmega_post_carousel.php:51
5199
+ #: includes/widgets/htmega_post_grid.php:42
5200
+ #: includes/widgets/htmega_post_grid_tab.php:50
5201
+ #: includes/widgets/htmega_post_slider.php:51
5202
+ msgid "Layout Five"
5203
+ msgstr ""
5204
+
5205
+ #: includes/widgets/htmega_business_hours.php:42
5206
+ #: includes/widgets/htmega_post_carousel.php:50
5207
+ #: includes/widgets/htmega_post_grid.php:41
5208
+ #: includes/widgets/htmega_post_grid_tab.php:49
5209
+ #: includes/widgets/htmega_post_slider.php:50
5210
+ msgid "Layout Four"
5211
+ msgstr ""
5212
+
5213
+ #: includes/widgets/htmega_business_hours.php:39
5214
+ #: includes/widgets/htmega_flip-box.php:40
5215
+ #: includes/widgets/htmega_post_carousel.php:47
5216
+ #: includes/widgets/htmega_post_grid.php:38
5217
+ #: includes/widgets/htmega_post_grid_tab.php:46
5218
+ #: includes/widgets/htmega_post_slider.php:47
5219
+ #: includes/widgets/htmega_pricing_list_view.php:40
5220
+ #: includes/widgets/htmega_table.php:48
5221
+ #: includes/widgets/htmega_vertical_timeline.php:41
5222
+ msgid "Layout One"
5223
+ msgstr ""
5224
+
5225
+ #: includes/widgets/htmega_business_hours.php:41
5226
+ #: includes/widgets/htmega_post_carousel.php:49
5227
+ #: includes/widgets/htmega_post_grid.php:40
5228
+ #: includes/widgets/htmega_post_grid_tab.php:48
5229
+ #: includes/widgets/htmega_post_slider.php:49
5230
+ #: includes/widgets/htmega_pricing_list_view.php:42
5231
+ #: includes/widgets/htmega_table.php:50
5232
+ #: includes/widgets/htmega_vertical_timeline.php:43
5233
+ msgid "Layout Three"
5234
+ msgstr ""
5235
+
5236
+ #: includes/widgets/htmega_business_hours.php:40
5237
+ #: includes/widgets/htmega_flip-box.php:41
5238
+ #: includes/widgets/htmega_post_carousel.php:48
5239
+ #: includes/widgets/htmega_post_grid.php:39
5240
+ #: includes/widgets/htmega_post_grid_tab.php:47
5241
+ #: includes/widgets/htmega_post_slider.php:48
5242
+ #: includes/widgets/htmega_pricing_list_view.php:41
5243
+ #: includes/widgets/htmega_table.php:49
5244
+ #: includes/widgets/htmega_vertical_timeline.php:42
5245
+ msgid "Layout Two"
5246
+ msgstr ""
5247
+
5248
+ #: includes/widgets/htmega_404_content.php:234
5249
+ #: includes/widgets/htmega_accordion.php:449
5250
+ #: includes/widgets/htmega_accordion.php:632
5251
+ #: includes/widgets/htmega_add_banner.php:152
5252
+ #: includes/widgets/htmega_blockquote.php:177
5253
+ #: includes/widgets/htmega_buddy_press.php:239
5254
+ #: includes/widgets/htmega_button.php:124
5255
+ #: includes/widgets/htmega_button.php:167
5256
+ #: includes/widgets/htmega_call_to_action.php:182
5257
+ #: includes/widgets/htmega_contact_form_seven.php:112
5258
+ #: includes/widgets/htmega_countdown.php:462
5259
+ #: includes/widgets/htmega_countdown.php:493
5260
+ #: includes/widgets/htmega_counter.php:249
5261
+ #: includes/widgets/htmega_double_button.php:271
5262
+ #: includes/widgets/htmega_double_button.php:507
5263
+ #: includes/widgets/htmega_double_button.php:711
5264
+ #: includes/widgets/htmega_easy_digital_download.php:303
5265
+ #: includes/widgets/htmega_flip-box.php:314
5266
+ #: includes/widgets/htmega_image_grid.php:189
5267
+ #: includes/widgets/htmega_image_grid.php:279
5268
+ #: includes/widgets/htmega_image_masonry.php:198
5269
+ #: includes/widgets/htmega_image_masonry.php:288
5270
+ #: includes/widgets/htmega_job_manager.php:144
5271
+ #: includes/widgets/htmega_mailchimp_for_wp.php:114
5272
+ #: includes/widgets/htmega_modal.php:346 includes/widgets/htmega_modal.php:767
5273
+ #: includes/widgets/htmega_offcanvas.php:89
5274
+ #: includes/widgets/htmega_offcanvas.php:129
5275
+ #: includes/widgets/htmega_offcanvas.php:236
5276
+ #: includes/widgets/htmega_panel_slider.php:480
5277
+ #: includes/widgets/htmega_popover.php:186
5278
+ #: includes/widgets/htmega_popover.php:258
5279
+ #: includes/widgets/htmega_popover.php:666
5280
+ #: includes/widgets/htmega_popover.php:775
5281
+ #: includes/widgets/htmega_post_carousel.php:682
5282
+ #: includes/widgets/htmega_post_carousel.php:774
5283
+ #: includes/widgets/htmega_post_carousel.php:985
5284
+ #: includes/widgets/htmega_post_grid.php:255
5285
+ #: includes/widgets/htmega_post_grid.php:349
5286
+ #: includes/widgets/htmega_post_grid_tab.php:349
5287
+ #: includes/widgets/htmega_post_grid_tab.php:438
5288
+ #: includes/widgets/htmega_post_grid_tab.php:649
5289
+ #: includes/widgets/htmega_post_slider.php:638
5290
+ #: includes/widgets/htmega_post_slider.php:730
5291
+ #: includes/widgets/htmega_post_slider.php:941
5292
+ #: includes/widgets/htmega_pricing_list_view.php:501
5293
+ #: includes/widgets/htmega_pricing_list_view.php:624
5294
+ #: includes/widgets/htmega_search.php:127
5295
+ #: includes/widgets/htmega_section_title.php:382
5296
+ #: includes/widgets/htmega_services.php:204
5297
+ #: includes/widgets/htmega_services.php:300
5298
+ #: includes/widgets/htmega_services.php:430
5299
+ #: includes/widgets/htmega_services.php:619
5300
+ #: includes/widgets/htmega_services.php:819
5301
+ #: includes/widgets/htmega_single_post.php:176
5302
+ #: includes/widgets/htmega_single_post.php:341
5303
+ #: includes/widgets/htmega_slider_thumb_gallery.php:48
5304
+ #: includes/widgets/htmega_special_banner.php:42
5305
+ #: includes/widgets/htmega_special_banner.php:258
5306
+ #: includes/widgets/htmega_tab.php:318 includes/widgets/htmega_table.php:418
5307
+ #: includes/widgets/htmega_table.php:538
5308
+ #: includes/widgets/htmega_tablepress.php:207
5309
+ #: includes/widgets/htmega_tablepress.php:364
5310
+ #: includes/widgets/htmega_teammember.php:66
5311
+ #: includes/widgets/htmega_teammember.php:403
5312
+ #: includes/widgets/htmega_teammember.php:500
5313
+ #: includes/widgets/htmega_teammember.php:597
5314
+ #: includes/widgets/htmega_teammember.php:665
5315
+ #: includes/widgets/htmega_testimonial.php:548
5316
+ #: includes/widgets/htmega_testimonial.php:645
5317
+ #: includes/widgets/htmega_testimonial.php:743
5318
+ #: includes/widgets/htmega_testimonial_grid.php:342
5319
+ #: includes/widgets/htmega_toggle.php:194
5320
+ #: includes/widgets/htmega_tooltip.php:174
5321
+ #: includes/widgets/htmega_tooltip.php:234
5322
+ #: includes/widgets/htmega_user_login_form.php:236
5323
+ #: includes/widgets/htmega_user_login_form.php:716
5324
+ #: includes/widgets/htmega_user_register_form.php:406
5325
+ #: includes/widgets/htmega_user_register_form.php:1000
5326
+ #: includes/widgets/htmega_video_player.php:204
5327
+ #: includes/widgets/htmega_wc_categories.php:344
5328
+ msgid "Left"
5329
+ msgstr ""
5330
+
5331
+ #: includes/widgets/htmega_post_slider.php:1156
5332
+ msgid "Left Arrow position"
5333
+ msgstr ""
5334
+
5335
+ #: includes/widgets/htmega_blockquote.php:89
5336
+ msgid "Left Bottom"
5337
+ msgstr ""
5338
+
5339
+ #: includes/widgets/htmega_blockquote.php:88
5340
+ msgid "Left Center"
5341
+ msgstr ""
5342
+
5343
+ #: includes/widgets/htmega_blockquote.php:87
5344
+ msgid "Left Top"
5345
+ msgstr ""
5346
+
5347
+ #: includes/widgets/htmega_button.php:86
5348
+ msgid "Light"
5349
+ msgstr ""
5350
+
5351
+ #: admin/include/admin-setting.php:310
5352
+ msgid "Light Box"
5353
+ msgstr ""
5354
+
5355
+ #: includes/widgets/htmega_lightbox.php:13
5356
+ #: includes/widgets/htmega_lightbox.php:41
5357
+ msgid "Lightbox"
5358
+ msgstr ""
5359
+
5360
+ #: includes/widgets/htmega_lightbox.php:48
5361
+ msgid "Lightbox Type"
5362
+ msgstr ""
5363
+
5364
+ #: includes/widgets/htmega_instagram.php:248
5365
+ msgid "Like Icon"
5366
+ msgstr ""
5367
+
5368
+ #: includes/widgets/htmega_post_carousel.php:119
5369
+ #: includes/widgets/htmega_post_grid.php:98
5370
+ #: includes/widgets/htmega_post_grid_tab.php:106
5371
+ #: includes/widgets/htmega_post_slider.php:107
5372
+ #: includes/widgets/htmega_twitter_feed.php:114
5373
+ #: extensions/wc-sales-notification/admin/setting.php:101
5374
+ msgid "Limit"
5375
+ msgstr ""
5376
+
5377
+ #: includes/widgets/htmega_socialshere.php:86
5378
+ msgid "Line"
5379
+ msgstr ""
5380
+
5381
+ #: includes/widgets/htmega_blockquote.php:605
5382
+ msgid "Line Height"
5383
+ msgstr ""
5384
+
5385
+ #: includes/widgets/htmega_button.php:60
5386
+ #: includes/widgets/htmega_double_button.php:102
5387
+ #: includes/widgets/htmega_popover.php:132
5388
+ #: includes/widgets/htmega_pricing_list_view.php:95
5389
+ #: includes/widgets/htmega_pricing_list_view.php:289
5390
+ #: includes/widgets/htmega_pricing_table.php:378
5391
+ #: includes/widgets/htmega_section_title.php:160
5392
+ #: includes/widgets/htmega_section_title.php:218
5393
+ #: includes/widgets/htmega_teammember.php:154
5394
+ #: includes/widgets/htmega_tooltip.php:132
5395
+ msgid "Link"
5396
+ msgstr ""
5397
+
5398
+ #: includes/widgets/htmega_offcanvas.php:188
5399
+ #: includes/widgets/htmega_twitter_feed.php:608
5400
+ msgid "Link Color"
5401
+ msgstr ""
5402
+
5403
+ #: includes/widgets/htmega_offcanvas.php:199
5404
+ msgid "Link Hover Color"
5405
+ msgstr ""
5406
+
5407
+ #: includes/widgets/htmega_weather.php:104
5408
+ msgid "Link to Extended Forecast"
5409
+ msgstr ""
5410
+
5411
+ #: includes/widgets/htmega_socialshere.php:60
5412
+ msgid "Linkedin"
5413
+ msgstr ""
5414
+
5415
+ #: includes/widgets/htmega_pricing_table.php:206
5416
+ msgid "Lira"
5417
+ msgstr ""
5418
+
5419
+ #: includes/widgets/htmega_booked_calender.php:40
5420
+ msgid "List"
5421
+ msgstr ""
5422
+
5423
+ #: includes/widgets/htmega_socialshere.php:65
5424
+ msgid "Live journal"
5425
+ msgstr ""
5426
+
5427
+ #: includes/widgets/htmega_socialshere.php:74
5428
+ msgid "Liveinternet"
5429
+ msgstr ""
5430
+
5431
+ #: includes/widgets/htmega_instagram_feed.php:92
5432
+ #: includes/widgets/htmega_job_manager.php:116
5433
+ msgid "Load More"
5434
+ msgstr ""
5435
+
5436
+ #: includes/widgets/htmega_animated_heading.php:65
5437
+ msgid "Loading bar"
5438
+ msgstr ""
5439
+
5440
+ #: extensions/wc-sales-notification/admin/setting.php:114
5441
+ msgid "Loading Time"
5442
+ msgstr ""
5443
+
5444
+ #: includes/widgets/htmega_instagram_feed.php:79
5445
+ msgid "Loar More Button"
5446
+ msgstr ""
5447
+
5448
+ #: includes/widgets/htmega_weather.php:36
5449
+ msgid "Location"
5450
+ msgstr ""
5451
+
5452
+ #: includes/widgets/htmega_slider_thumb_gallery.php:61
5453
+ #: includes/widgets/htmega_slider_thumb_gallery.php:108
5454
+ msgid "Location Name Here."
5455
+ msgstr ""
5456
+
5457
+ #: includes/widgets/htmega_cuctom_event.php:71
5458
+ msgid "Location."
5459
+ msgstr ""
5460
+
5461
+ #: includes/widgets/htmega_user_register_form.php:1284
5462
+ msgid "LOGIN"
5463
+ msgstr ""
5464
+
5465
+ #: includes/widgets/htmega_user_login_form.php:213
5466
+ #: includes/widgets/htmega_user_login_form.php:828
5467
+ msgid "Login"
5468
+ msgstr ""
5469
+
5470
+ #: includes/widgets/htmega_user_login_form.php:202
5471
+ msgid "Login Button"
5472
+ msgstr ""
5473
+
5474
+ #: includes/widgets/htmega_user_login_form.php:28
5475
+ msgid "Login Form"
5476
+ msgstr ""
5477
+
5478
+ #: includes/helper-function.php:286
5479
+ msgid "Login successfully, Redirecting..."
5480
+ msgstr ""
5481
+
5482
+ #: includes/widgets/htmega_googlemap.php:147
5483
+ msgid "Longitude"
5484
+ msgstr ""
5485
+
5486
+ #: includes/widgets/htmega_scroll_navigation.php:92
5487
+ #: includes/widgets/htmega_testimonial.php:113
5488
+ #: includes/widgets/htmega_testimonial.php:127
5489
+ #: includes/widgets/htmega_testimonial.php:133
5490
+ #: includes/widgets/htmega_testimonial.php:139
5491
+ #: includes/widgets/htmega_testimonial_grid.php:118
5492
+ #: includes/widgets/htmega_testimonial_grid.php:132
5493
+ #: includes/widgets/htmega_testimonial_grid.php:138
5494
+ #: includes/widgets/htmega_testimonial_grid.php:144
5495
+ msgid ""
5496
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
5497
+ "tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
5498
+ "consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et "
5499
+ "dolore magna aliqua."
5500
+ msgstr ""
5501
+
5502
+ #: includes/widgets/htmega_working_process.php:162
5503
+ msgid ""
5504
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
5505
+ "tempor incid idunt ut labore"
5506
+ msgstr ""
5507
+
5508
+ #: includes/widgets/htmega_working_process.php:166
5509
+ #: includes/widgets/htmega_working_process.php:170
5510
+ msgid ""
5511
+ "Lorem ipsum dolor sit amet consectetur adipisicing elit, sed do eiusmod "
5512
+ "tempor incid idunt ut labore."
5513
+ msgstr ""
5514
+
5515
+ #: includes/widgets/htmega_dropcaps.php:53
5516
+ msgid ""
5517
+ "Lorem ipsum dolor sit amet, consec adipisicing elit, sed do eiusmod tempor "
5518
+ "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
5519
+ "nostrud exercitation ullamco laboris nisi ut aliquip exl Lorem ipsum dolor "
5520
+ "sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid ut "
5521
+ "labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud "
5522
+ "exercitation ullamco laboris nisi ut aliquip."
5523
+ msgstr ""
5524
+
5525
+ #: includes/widgets/htmega_modal.php:78
5526
+ msgid ""
5527
+ "Lorem ipsum dolor sit amet, consectetur adipis elit, sed do eiusmod tempor "
5528
+ "incidid ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis "
5529
+ "nostrud exercitati ulla laboris nisi ut aliquip ex ea commodo consequat. "
5530
+ "Duis aute irure dolor in repre in voluptate velit esse cillum dolore eu."
5531
+ msgstr ""
5532
+
5533
+ #: includes/widgets/htmega_vertical_timeline.php:82
5534
+ #: includes/widgets/htmega_vertical_timeline.php:94
5535
+ #: includes/widgets/htmega_vertical_timeline.php:98
5536
+ #: includes/widgets/htmega_vertical_timeline.php:102
5537
+ msgid ""
5538
+ "Lorem ipsum dolor sit amet, consectetur adipis icing elit, sed do eiusmod "
5539
+ "tempor incid ut labore et dolore magna aliqua Ut enim ad min."
5540
+ msgstr ""
5541
+
5542
+ #: includes/widgets/htmega_tab.php:231 includes/widgets/htmega_tab.php:235
5543
+ #: includes/widgets/htmega_tab.php:239
5544
+ #: includes/widgets/htmega_working_process.php:90
5545
+ msgid ""
5546
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
5547
+ "tempor incididunt ut labore et dolo magna aliqua. Ut enim ad minim veniam, "
5548
+ "quis nostrud exerci ullamco laboris nisi ut aliquip ex ea commodo consequat. "
5549
+ "Duis aute irure dolor in repre in voluptate."
5550
+ msgstr ""
5551
+
5552
+ #: includes/widgets/htmega_toggle.php:105
5553
+ msgid ""
5554
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
5555
+ "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
5556
+ "quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
5557
+ "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
5558
+ "cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
5559
+ "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
5560
+ msgstr ""
5561
+
5562
+ #: includes/widgets/htmega_image_marker.php:101
5563
+ #: includes/widgets/htmega_image_marker.php:155
5564
+ msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
5565
+ msgstr ""
5566
+
5567
+ #: includes/widgets/htmega_user_login_form.php:155
5568
+ msgid "Lost your password?"
5569
+ msgstr ""
5570
+
5571
+ #: includes/widgets/htmega_pricing_list_view.php:248
5572
+ #: includes/widgets/htmega_pricing_list_view.php:322
5573
+ #: includes/widgets/htmega_table.php:206 includes/widgets/htmega_table.php:245
5574
+ msgid "Louis Hudson"
5575
+ msgstr ""
5576
+
5577
+ #: includes/widgets/htmega_pricing_list_view.php:335
5578
+ msgid "louishudson@gmail.com"
5579
+ msgstr ""
5580
+
5581
+ #: includes/widgets/htmega_panel_slider.php:71
5582
+ #: includes/widgets/htmega_panel_slider.php:114
5583
+ msgid "Made in 2017"
5584
+ msgstr ""
5585
+
5586
+ #: includes/widgets/htmega_panel_slider.php:110
5587
+ msgid "Made in 2018"
5588
+ msgstr ""
5589
+
5590
+ #: includes/widgets/htmega_panel_slider.php:106
5591
+ msgid "Made in 2019"
5592
+ msgstr ""
5593
+
5594
+ #: includes/widgets/htmega_image_magnifier.php:41
5595
+ msgid "Magnifier"
5596
+ msgstr ""
5597
+
5598
+ #: includes/widgets/htmega_user_register_form.php:171
5599
+ #: includes/widgets/htmega_user_register_form.php:172
5600
+ #: includes/widgets/htmega_user_register_form.php:300
5601
+ #: includes/widgets/htmega_user_register_form.php:301
5602
+ msgid "Mail"
5603
+ msgstr ""
5604
+
5605
+ #: includes/widgets/htmega_user_register_form.php:169
5606
+ msgid "Mail Label"
5607
+ msgstr ""
5608
+
5609
+ #: includes/widgets/htmega_user_register_form.php:298
5610
+ msgid "Mail Placeholder"
5611
+ msgstr ""
5612
+
5613
+ #: includes/widgets/htmega_mailchimp_for_wp.php:28
5614
+ msgid "Mailchimp"
5615
+ msgstr ""
5616
+
5617
+ #: admin/include/admin-setting.php:959
5618
+ #: includes/widgets/htmega_mailchimp_for_wp.php:13
5619
+ msgid "Mailchimp for wp"
5620
+ msgstr ""
5621
+
5622
+ #: includes/widgets/htmega_mailchimp_for_wp.php:51
5623
+ msgid "Mailchimp ID"
5624
+ msgstr ""
5625
+
5626
+ #: includes/widgets/htmega_inline_menu.php:96
5627
+ msgid "Main Menu"
5628
+ msgstr ""
5629
+
5630
+ #: includes/widgets/htmega_testimonial.php:132
5631
+ #: includes/widgets/htmega_testimonial_grid.php:137
5632
+ msgid "Manager"
5633
+ msgstr ""
5634
+
5635
+ #: includes/widgets/htmega_testimonial.php:104
5636
+ #: includes/widgets/htmega_testimonial.php:126
5637
+ #: includes/widgets/htmega_testimonial_grid.php:81
5638
+ #: includes/widgets/htmega_testimonial_grid.php:131
5639
+ msgid "Managing Director"
5640
+ msgstr ""
5641
+
5642
+ #: includes/widgets/htmega_teammember.php:111
5643
+ msgid "Managing director"
5644
+ msgstr ""
5645
+
5646
+ #: includes/widgets/htmega_easy_digital_download.php:126
5647
+ #: includes/widgets/htmega_wc_categories.php:75
5648
+ msgid "Manual Selection"
5649
+ msgstr ""
5650
+
5651
+ #: includes/widgets/htmega_googlemap.php:74
5652
+ msgid "Map Height"
5653
+ msgstr ""
5654
+
5655
+ #: includes/widgets/htmega_googlemap.php:117
5656
+ msgid "Map Marker"
5657
+ msgstr ""
5658
+
5659
+ #: includes/widgets/htmega_googlemap.php:105
5660
+ msgid "Map Style"
5661
+ msgstr ""
5662
+
5663
+ #: includes/widgets/htmega_booked_calender.php:96
5664
+ msgid "March"
5665
+ msgstr ""
5666
+
5667
+ #: includes/widgets/htmega_404_content.php:261
5668
+ #: includes/widgets/htmega_404_content.php:354
5669
+ #: includes/widgets/htmega_404_content.php:434
5670
+ #: includes/widgets/htmega_404_content.php:514
5671
+ #: includes/widgets/htmega_404_content.php:591
5672
+ #: includes/widgets/htmega_404_content.php:743
5673
+ #: includes/widgets/htmega_accordion.php:1015
5674
+ #: includes/widgets/htmega_add_banner.php:177
5675
+ #: includes/widgets/htmega_add_banner.php:241
5676
+ #: includes/widgets/htmega_add_banner.php:305
5677
+ #: includes/widgets/htmega_add_banner.php:369
5678
+ #: includes/widgets/htmega_add_banner.php:481
5679
+ #: includes/widgets/htmega_blockquote.php:214
5680
+ #: includes/widgets/htmega_blockquote.php:297
5681
+ #: includes/widgets/htmega_blockquote.php:358
5682
+ #: includes/widgets/htmega_blockquote.php:544
5683
+ #: includes/widgets/htmega_brand.php:121 includes/widgets/htmega_brand.php:208
5684
+ #: includes/widgets/htmega_buddy_press.php:222
5685
+ #: includes/widgets/htmega_buddy_press.php:308
5686
+ #: includes/widgets/htmega_buddy_press.php:378
5687
+ #: includes/widgets/htmega_business_hours.php:214
5688
+ #: includes/widgets/htmega_business_hours.php:271
5689
+ #: includes/widgets/htmega_button.php:287
5690
+ #: includes/widgets/htmega_call_to_action.php:154
5691
+ #: includes/widgets/htmega_call_to_action.php:250
5692
+ #: includes/widgets/htmega_call_to_action.php:314
5693
+ #: includes/widgets/htmega_call_to_action.php:435
5694
+ #: includes/widgets/htmega_contact_form_seven.php:85
5695
+ #: includes/widgets/htmega_contact_form_seven.php:293
5696
+ #: includes/widgets/htmega_contact_form_seven.php:420
5697
+ #: includes/widgets/htmega_contact_form_seven.php:509
5698
+ #: includes/widgets/htmega_contact_form_seven.php:606
5699
+ #: includes/widgets/htmega_countdown.php:445
5700
+ #: includes/widgets/htmega_countdown.php:638
5701
+ #: includes/widgets/htmega_countdown.php:765
5702
+ #: includes/widgets/htmega_countdown.php:863
5703
+ #: includes/widgets/htmega_counter.php:211
5704
+ #: includes/widgets/htmega_counter.php:338
5705
+ #: includes/widgets/htmega_counter.php:433
5706
+ #: includes/widgets/htmega_counter.php:562
5707
+ #: includes/widgets/htmega_counter.php:655
5708
+ #: includes/widgets/htmega_counter.php:748
5709
+ #: includes/widgets/htmega_cuctom_event.php:174
5710
+ #: includes/widgets/htmega_cuctom_event.php:268
5711
+ #: includes/widgets/htmega_cuctom_event.php:317
5712
+ #: includes/widgets/htmega_cuctom_event.php:383
5713
+ #: includes/widgets/htmega_double_button.php:243
5714
+ #: includes/widgets/htmega_double_button.php:491
5715
+ #: includes/widgets/htmega_double_button.php:695
5716
+ #: includes/widgets/htmega_double_button.php:891
5717
+ #: includes/widgets/htmega_dropcaps.php:122
5718
+ #: includes/widgets/htmega_dropcaps.php:215
5719
+ #: includes/widgets/htmega_easy_digital_download.php:366
5720
+ #: includes/widgets/htmega_easy_digital_download.php:430
5721
+ #: includes/widgets/htmega_gravity_forms.php:243
5722
+ #: includes/widgets/htmega_gravity_forms.php:341
5723
+ #: includes/widgets/htmega_gravity_forms.php:455
5724
+ #: includes/widgets/htmega_image_magnifier.php:153
5725
+ #: includes/widgets/htmega_image_marker.php:341
5726
+ #: includes/widgets/htmega_image_marker.php:385
5727
+ #: includes/widgets/htmega_instagram.php:593
5728
+ #: includes/widgets/htmega_instagram.php:639
5729
+ #: includes/widgets/htmega_instagram.php:868
5730
+ #: includes/widgets/htmega_lightbox.php:206
5731
+ #: includes/widgets/htmega_mailchimp_for_wp.php:87
5732
+ #: includes/widgets/htmega_mailchimp_for_wp.php:259
5733
+ #: includes/widgets/htmega_mailchimp_for_wp.php:357
5734
+ #: includes/widgets/htmega_modal.php:497 includes/widgets/htmega_modal.php:590
5735
+ #: includes/widgets/htmega_modal.php:737
5736
+ #: includes/widgets/htmega_news_ticker.php:366
5737
+ #: includes/widgets/htmega_news_ticker.php:578
5738
+ #: includes/widgets/htmega_ninja_forms.php:144
5739
+ #: includes/widgets/htmega_ninja_forms.php:228
5740
+ #: includes/widgets/htmega_ninja_forms.php:339
5741
+ #: includes/widgets/htmega_ninja_forms.php:437
5742
+ #: includes/widgets/htmega_ninja_forms.php:555
5743
+ #: includes/widgets/htmega_ninja_forms.php:668
5744
+ #: includes/widgets/htmega_notify.php:393
5745
+ #: includes/widgets/htmega_panel_slider.php:442
5746
+ #: includes/widgets/htmega_panel_slider.php:542
5747
+ #: includes/widgets/htmega_panel_slider.php:603
5748
+ #: includes/widgets/htmega_panel_slider.php:937
5749
+ #: includes/widgets/htmega_popover.php:298
5750
+ #: includes/widgets/htmega_popover.php:421
5751
+ #: includes/widgets/htmega_post_carousel.php:654
5752
+ #: includes/widgets/htmega_post_carousel.php:746
5753
+ #: includes/widgets/htmega_post_carousel.php:848
5754
+ #: includes/widgets/htmega_post_carousel.php:957
5755
+ #: includes/widgets/htmega_post_carousel.php:1060
5756
+ #: includes/widgets/htmega_post_carousel.php:1487
5757
+ #: includes/widgets/htmega_post_grid.php:225
5758
+ #: includes/widgets/htmega_post_grid.php:321
5759
+ #: includes/widgets/htmega_post_grid.php:414
5760
+ #: includes/widgets/htmega_post_grid_tab.php:257
5761
+ #: includes/widgets/htmega_post_grid_tab.php:321
5762
+ #: includes/widgets/htmega_post_grid_tab.php:410
5763
+ #: includes/widgets/htmega_post_grid_tab.php:512
5764
+ #: includes/widgets/htmega_post_grid_tab.php:621
5765
+ #: includes/widgets/htmega_post_grid_tab.php:724
5766
+ #: includes/widgets/htmega_post_slider.php:610
5767
+ #: includes/widgets/htmega_post_slider.php:702
5768
+ #: includes/widgets/htmega_post_slider.php:804
5769
+ #: includes/widgets/htmega_post_slider.php:913
5770
+ #: includes/widgets/htmega_post_slider.php:1016
5771
+ #: includes/widgets/htmega_post_slider.php:1507
5772
+ #: includes/widgets/htmega_pricing_list_view.php:385
5773
+ #: includes/widgets/htmega_pricing_table.php:448
5774
+ #: includes/widgets/htmega_pricing_table.php:496
5775
+ #: includes/widgets/htmega_pricing_table.php:660
5776
+ #: includes/widgets/htmega_pricing_table.php:735
5777
+ #: includes/widgets/htmega_progressbar.php:384
5778
+ #: includes/widgets/htmega_qu_forms.php:138
5779
+ #: includes/widgets/htmega_qu_forms.php:227
5780
+ #: includes/widgets/htmega_qu_forms.php:325
5781
+ #: includes/widgets/htmega_qu_forms.php:443
5782
+ #: includes/widgets/htmega_qu_forms.php:556
5783
+ #: includes/widgets/htmega_scroll_navigation.php:252
5784
+ #: includes/widgets/htmega_search.php:154
5785
+ #: includes/widgets/htmega_search.php:234
5786
+ #: includes/widgets/htmega_search.php:365
5787
+ #: includes/widgets/htmega_section_title.php:354
5788
+ #: includes/widgets/htmega_section_title.php:540
5789
+ #: includes/widgets/htmega_section_title.php:656
5790
+ #: includes/widgets/htmega_services.php:164
5791
+ #: includes/widgets/htmega_services.php:270
5792
+ #: includes/widgets/htmega_services.php:400
5793
+ #: includes/widgets/htmega_services.php:558
5794
+ #: includes/widgets/htmega_services.php:759
5795
+ #: includes/widgets/htmega_services.php:892
5796
+ #: includes/widgets/htmega_single_post.php:148
5797
+ #: includes/widgets/htmega_single_post.php:240
5798
+ #: includes/widgets/htmega_single_post.php:313
5799
+ #: includes/widgets/htmega_slider_thumb_gallery.php:673
5800
+ #: includes/widgets/htmega_socialshere.php:458
5801
+ #: includes/widgets/htmega_special_banner.php:283
5802
+ #: includes/widgets/htmega_special_banner.php:347
5803
+ #: includes/widgets/htmega_special_banner.php:411
5804
+ #: includes/widgets/htmega_special_banner.php:475
5805
+ #: includes/widgets/htmega_special_banner.php:539
5806
+ #: includes/widgets/htmega_special_banner.php:603
5807
+ #: includes/widgets/htmega_special_banner.php:715
5808
+ #: includes/widgets/htmega_switcher.php:177
5809
+ #: includes/widgets/htmega_switcher.php:240
5810
+ #: includes/widgets/htmega_switcher.php:370 includes/widgets/htmega_tab.php:293
5811
+ #: includes/widgets/htmega_tab.php:386 includes/widgets/htmega_tab.php:516
5812
+ #: includes/widgets/htmega_table.php:305
5813
+ #: includes/widgets/htmega_teammember.php:258
5814
+ #: includes/widgets/htmega_teammember.php:373
5815
+ #: includes/widgets/htmega_teammember.php:470
5816
+ #: includes/widgets/htmega_teammember.php:567
5817
+ #: includes/widgets/htmega_teammember.php:635
5818
+ #: includes/widgets/htmega_testimonial.php:476
5819
+ #: includes/widgets/htmega_testimonial.php:602
5820
+ #: includes/widgets/htmega_testimonial.php:699
5821
+ #: includes/widgets/htmega_testimonial.php:797
5822
+ #: includes/widgets/htmega_testimonial_grid.php:233
5823
+ #: includes/widgets/htmega_testimonial_grid.php:298
5824
+ #: includes/widgets/htmega_testimonial_grid.php:395
5825
+ #: includes/widgets/htmega_toggle.php:154
5826
+ #: includes/widgets/htmega_toggle.php:255
5827
+ #: includes/widgets/htmega_tooltip.php:274
5828
+ #: includes/widgets/htmega_tooltip.php:397
5829
+ #: includes/widgets/htmega_twitter_feed.php:535
5830
+ #: includes/widgets/htmega_twitter_feed.php:633
5831
+ #: includes/widgets/htmega_twitter_feed.php:707
5832
+ #: includes/widgets/htmega_twitter_feed.php:801
5833
+ #: includes/widgets/htmega_twitter_feed.php:866
5834
+ #: includes/widgets/htmega_user_login_form.php:263
5835
+ #: includes/widgets/htmega_user_login_form.php:368
5836
+ #: includes/widgets/htmega_user_login_form.php:494
5837
+ #: includes/widgets/htmega_user_login_form.php:666
5838
+ #: includes/widgets/htmega_user_register_form.php:433
5839
+ #: includes/widgets/htmega_user_register_form.php:519
5840
+ #: includes/widgets/htmega_user_register_form.php:650
5841
+ #: includes/widgets/htmega_user_register_form.php:776
5842
+ #: includes/widgets/htmega_user_register_form.php:950
5843
+ #: includes/widgets/htmega_video_player.php:308
5844
+ #: includes/widgets/htmega_wc_categories.php:315
5845
+ #: includes/widgets/htmega_wc_categories.php:410
5846
+ #: includes/widgets/htmega_working_process.php:201
5847
+ #: includes/widgets/htmega_working_process.php:266
5848
+ #: includes/widgets/htmega_working_process.php:351
5849
+ #: includes/widgets/htmega_working_process.php:435
5850
+ #: includes/widgets/htmega_working_process.php:548
5851
+ #: includes/widgets/htmega_wpforms.php:136
5852
+ #: includes/widgets/htmega_wpforms.php:220
5853
+ #: includes/widgets/htmega_wpforms.php:329
5854
+ #: includes/widgets/htmega_wpforms.php:427
5855
+ #: includes/widgets/htmega_wpforms.php:545
5856
+ #: includes/widgets/htmega_wpforms.php:658
5857
+ msgid "Margin"
5858
+ msgstr ""
5859
+
5860
+ #: includes/widgets/htmega_googlemap.php:124
5861
+ #: includes/widgets/htmega_image_marker.php:66
5862
+ #: includes/widgets/htmega_image_marker.php:176
5863
+ msgid "Marker"
5864
+ msgstr ""
5865
+
5866
+ #: includes/widgets/htmega_image_marker.php:92
5867
+ #: includes/widgets/htmega_image_marker.php:154
5868
+ msgid "Marker #1"
5869
+ msgstr ""
5870
+
5871
+ #: includes/widgets/htmega_image_marker.php:99
5872
+ msgid "Marker Content"
5873
+ msgstr ""
5874
+
5875
+ #: includes/widgets/htmega_image_marker.php:90
5876
+ msgid "Marker Title"
5877
+ msgstr ""
5878
+
5879
+ #: includes/widgets/htmega_buddy_press.php:64
5880
+ msgid "Max Item"
5881
+ msgstr ""
5882
+
5883
+ #: includes/widgets/htmega_news_ticker.php:87
5884
+ msgid "Maxium Row"
5885
+ msgstr ""
5886
+
5887
+ #: includes/widgets/htmega_booked_calender.php:98
5888
+ msgid "May"
5889
+ msgstr ""
5890
+
5891
+ #: includes/widgets/htmega_button.php:100
5892
+ #: includes/widgets/htmega_double_button.php:41
5893
+ #: includes/widgets/htmega_instagram.php:98
5894
+ #: includes/widgets/htmega_instagram_feed.php:59
5895
+ msgid "Medium"
5896
+ msgstr ""
5897
+
5898
+ #: extensions/ht-menu/admin/setting.php:119
5899
+ msgid "Mega Menu Background Color"
5900
+ msgstr ""
5901
+
5902
+ #: extensions/ht-menu/admin/setting.php:108
5903
+ msgid "Mega Menu Width"
5904
+ msgstr ""
5905
+
5906
+ #: includes/widgets/htmega_buddy_press.php:39
5907
+ msgid "Member"
5908
+ msgstr ""
5909
+
5910
+ #: includes/widgets/htmega_teammember.php:80
5911
+ msgid "Member image"
5912
+ msgstr ""
5913
+
5914
+ #: includes/widgets/htmega_booked_calender.php:160
5915
+ msgid "Members Only"
5916
+ msgstr ""
5917
+
5918
+ #: includes/widgets/htmega_inline_menu.php:69
5919
+ msgid "Menu"
5920
+ msgstr ""
5921
+
5922
+ #: admin/include/admin-setting.php:648
5923
+ msgid "Menu Builder"
5924
+ msgstr ""
5925
+
5926
+ #: extensions/ht-menu/admin/setting.php:62
5927
+ msgid "Menu Items Color"
5928
+ msgstr ""
5929
+
5930
+ #: extensions/ht-menu/admin/setting.php:69
5931
+ msgid "Menu Items Hover Color"
5932
+ msgstr ""
5933
+
5934
+ #: includes/widgets/htmega_wc_element_pages.php:1108
5935
+ msgid "Menu Style"
5936
+ msgstr ""
5937
+
5938
+ #: includes/widgets/htmega_post_carousel.php:923
5939
+ #: includes/widgets/htmega_post_grid_tab.php:587
5940
+ #: includes/widgets/htmega_post_slider.php:879
5941
+ msgid "Meta"
5942
+ msgstr ""
5943
+
5944
+ #: includes/widgets/htmega_twitter_feed.php:830
5945
+ msgid "Meta Button"
5946
+ msgstr ""
5947
+
5948
+ #: includes/widgets/htmega_buddy_press.php:348
5949
+ msgid "Meta Info"
5950
+ msgstr ""
5951
+
5952
+ #: includes/widgets/htmega_double_button.php:52
5953
+ #: includes/widgets/htmega_double_button.php:60
5954
+ #: includes/widgets/htmega_double_button.php:805
5955
+ msgid "Middle Text"
5956
+ msgstr ""
5957
+
5958
+ #: includes/widgets/htmega_scroll_image.php:55
5959
+ msgid "Minimum Height"
5960
+ msgstr ""
5961
+
5962
+ #: includes/widgets/htmega_countdown.php:144
5963
+ #: includes/widgets/htmega_countdown.php:222
5964
+ #: includes/widgets/htmega_countdown.php:224
5965
+ msgid "Minutes"
5966
+ msgstr ""
5967
+
5968
+ #: includes/widgets/htmega_carousel.php:356
5969
+ #: includes/widgets/htmega_instagram.php:517
5970
+ #: includes/widgets/htmega_panel_slider.php:376
5971
+ #: includes/widgets/htmega_post_carousel.php:516
5972
+ #: includes/widgets/htmega_post_slider.php:516
5973
+ #: includes/widgets/htmega_slider_thumb_gallery.php:326
5974
+ #: includes/widgets/htmega_testimonial.php:410
5975
+ #: includes/widgets/htmega_twitter_feed.php:450
5976
+ msgid "Mobile Phone"
5977
+ msgstr ""
5978
+
5979
+ #: includes/widgets/htmega_carousel.php:398
5980
+ #: includes/widgets/htmega_instagram.php:559
5981
+ #: includes/widgets/htmega_panel_slider.php:418
5982
+ #: includes/widgets/htmega_post_carousel.php:558
5983
+ #: includes/widgets/htmega_post_slider.php:558
5984
+ #: includes/widgets/htmega_slider_thumb_gallery.php:362
5985
+ #: includes/widgets/htmega_testimonial.php:452
5986
+ #: includes/widgets/htmega_twitter_feed.php:492
5987
+ msgid "Mobile Resolution"
5988
+ msgstr ""
5989
+
5990
+ #: admin/include/admin-setting.php:318 includes/widgets/htmega_modal.php:13
5991
+ #: includes/widgets/htmega_modal.php:29
5992
+ msgid "Modal"
5993
+ msgstr ""
5994
+
5995
+ #: includes/widgets/htmega_modal.php:673
5996
+ msgid "Modal Content"
5997
+ msgstr ""
5998
+
5999
+ #: includes/widgets/htmega_modal.php:106
6000
+ msgid "Modal Design"
6001
+ msgstr ""
6002
+
6003
+ #: includes/widgets/htmega_modal.php:87
6004
+ msgid "Modal Footer Content"
6005
+ msgstr ""
6006
+
6007
+ #: includes/widgets/htmega_modal.php:38
6008
+ msgid "Modal Header Content"
6009
+ msgstr ""
6010
+
6011
+ #: includes/widgets/htmega_modal.php:794
6012
+ msgid "Modal Width"
6013
+ msgstr ""
6014
+
6015
+ #: includes/widgets/htmega_socialshere.php:64
6016
+ msgid "Moimir"
6017
+ msgstr ""
6018
+
6019
+ #: includes/widgets/htmega_business_hours.php:153
6020
+ msgid "Monday"
6021
+ msgstr ""
6022
+
6023
+ #: includes/widgets/htmega_booked_calender.php:90
6024
+ msgid "Month"
6025
+ msgstr ""
6026
+
6027
+ #: includes/widgets/htmega_pricing_table.php:269
6028
+ msgid "Monthly"
6029
+ msgstr ""
6030
+
6031
+ #: includes/widgets/htmega_scroll_navigation.php:187
6032
+ msgid "Mouse Wheel"
6033
+ msgstr ""
6034
+
6035
+ #: includes/widgets/htmega_accordion.php:298
6036
+ msgid "Multiple Item Open"
6037
+ msgstr ""
6038
+
6039
+ #: includes/widgets/htmega_wc_element_pages.php:49
6040
+ msgid "My Account"
6041
+ msgstr ""
6042
+
6043
+ #: includes/widgets/htmega_easy_digital_download.php:183
6044
+ #: includes/widgets/htmega_news_ticker.php:232
6045
+ #: includes/widgets/htmega_post_carousel.php:162
6046
+ #: includes/widgets/htmega_post_grid.php:141
6047
+ #: includes/widgets/htmega_post_grid_tab.php:149
6048
+ #: includes/widgets/htmega_post_slider.php:150
6049
+ #: includes/widgets/htmega_pricing_list_view.php:65
6050
+ #: includes/widgets/htmega_pricing_list_view.php:177
6051
+ #: includes/widgets/htmega_table.php:160
6052
+ #: includes/widgets/htmega_teammember.php:100
6053
+ #: includes/widgets/htmega_teammember.php:337
6054
+ #: includes/widgets/htmega_testimonial.php:76
6055
+ #: includes/widgets/htmega_testimonial.php:536
6056
+ #: includes/widgets/htmega_testimonial_grid.php:70
6057
+ #: includes/widgets/htmega_testimonial_grid.php:199
6058
+ #: includes/widgets/htmega_wc_categories.php:123
6059
+ msgid "Name"
6060
+ msgstr ""
6061
+
6062
+ #: admin/include/admin-setting.php:769 admin/include/admin-setting.php:770
6063
+ msgid "Nav Menu"
6064
+ msgstr ""
6065
+
6066
+ #: includes/widgets/htmega_news_ticker.php:499
6067
+ msgid "Navigation"
6068
+ msgstr ""
6069
+
6070
+ #: includes/widgets/htmega_booked_calender.php:689
6071
+ #: includes/widgets/htmega_news_ticker.php:265
6072
+ msgid "Navigation Button"
6073
+ msgstr ""
6074
+
6075
+ #: admin/include/template-library.php:187
6076
+ msgid "New Template"
6077
+ msgstr ""
6078
+
6079
+ #: includes/widgets/htmega_buddy_press.php:53
6080
+ msgid "Newest"
6081
+ msgstr ""
6082
+
6083
+ #: includes/widgets/htmega_news_ticker.php:205
6084
+ msgid "News Limit"
6085
+ msgstr ""
6086
+
6087
+ #: admin/include/admin-setting.php:326
6088
+ #: includes/widgets/htmega_news_ticker.php:13
6089
+ #: includes/widgets/htmega_news_ticker.php:35
6090
+ msgid "News Ticker"
6091
+ msgstr ""
6092
+
6093
+ #: includes/widgets/htmega_news_ticker.php:297
6094
+ msgid "Next Icon"
6095
+ msgstr ""
6096
+
6097
+ #: includes/widgets/htmega_carousel.php:174
6098
+ #: includes/widgets/htmega_instagram.php:335
6099
+ #: includes/widgets/htmega_panel_slider.php:194
6100
+ #: includes/widgets/htmega_post_carousel.php:333
6101
+ #: includes/widgets/htmega_post_slider.php:334
6102
+ #: includes/widgets/htmega_slider_thumb_gallery.php:168
6103
+ #: includes/widgets/htmega_testimonial.php:228
6104
+ #: includes/widgets/htmega_twitter_feed.php:268
6105
+ msgid "Next icon"
6106
+ msgstr ""
6107
+
6108
+ #: includes/widgets/htmega_user_register_form.php:76
6109
+ #: includes/widgets/htmega_user_register_form.php:215
6110
+ #: includes/widgets/htmega_user_register_form.php:216
6111
+ #: includes/widgets/htmega_user_register_form.php:341
6112
+ #: includes/widgets/htmega_user_register_form.php:342
6113
+ msgid "Nick Name"
6114
+ msgstr ""
6115
+
6116
+ #: includes/widgets/htmega_user_register_form.php:213
6117
+ msgid "Nick Name Label"
6118
+ msgstr ""
6119
+
6120
+ #: includes/widgets/htmega_user_register_form.php:339
6121
+ msgid "Nick Name Placeholder"
6122
+ msgstr ""
6123
+
6124
+ #: admin/include/admin-setting.php:969
6125
+ #: includes/widgets/htmega_ninja_forms.php:13
6126
+ #: includes/widgets/htmega_ninja_forms.php:45
6127
+ msgid "Ninja Form"
6128
+ msgstr ""
6129
+
6130
+ #: includes/widgets/htmega_carousel.php:204
6131
+ #: includes/widgets/htmega_gravity_forms.php:90
6132
+ #: includes/widgets/htmega_instagram.php:365
6133
+ #: includes/widgets/htmega_panel_slider.php:224
6134
+ #: includes/widgets/htmega_post_carousel.php:364
6135
+ #: includes/widgets/htmega_post_slider.php:364
6136
+ #: includes/widgets/htmega_pricing_list_view.php:162
6137
+ #: includes/widgets/htmega_pricing_list_view.php:173
6138
+ #: includes/widgets/htmega_slider_thumb_gallery.php:195
6139
+ #: includes/widgets/htmega_slider_thumb_gallery.php:460
6140
+ #: includes/widgets/htmega_table.php:145 includes/widgets/htmega_table.php:156
6141
+ #: includes/widgets/htmega_testimonial.php:258
6142
+ #: includes/widgets/htmega_twitter_feed.php:298
6143
+ #: includes/widgets/htmega_user_login_form.php:133
6144
+ #: includes/widgets/htmega_video_player.php:124
6145
+ #: includes/widgets/htmega_video_player.php:136
6146
+ #: includes/widgets/htmega_video_player.php:148
6147
+ #: includes/widgets/htmega_video_player.php:160
6148
+ #: includes/widgets/htmega_video_player.php:172
6149
+ msgid "No"
6150
+ msgstr ""
6151
+
6152
+ #: includes/widgets/htmega_instagram_feed.php:71
6153
+ #: includes/widgets/htmega_instagram_feed.php:82
6154
+ #: includes/widgets/htmega_instagram_feed.php:106
6155
+ msgid "no"
6156
+ msgstr ""
6157
+
6158
+ #: includes/helper-function.php:176
6159
+ msgid "No contact form found"
6160
+ msgstr ""
6161
+
6162
+ #: includes/helper-function.php:65
6163
+ msgid "No sidebars were found"
6164
+ msgstr ""
6165
+
6166
+ #: includes/widgets/htmega_revolution_slider.php:37
6167
+ msgid "No Slider Found."
6168
+ msgstr ""
6169
+
6170
+ #: includes/helper-function.php:190 includes/widgets/htmega_blockquote.php:410
6171
+ #: includes/widgets/htmega_button.php:365
6172
+ #: includes/widgets/htmega_button.php:391
6173
+ #: includes/widgets/htmega_counter.php:66
6174
+ #: includes/widgets/htmega_flip-box.php:63
6175
+ #: includes/widgets/htmega_flip-box.php:158
6176
+ #: includes/widgets/htmega_job_manager.php:114
6177
+ #: includes/widgets/htmega_news_ticker.php:229
6178
+ #: includes/widgets/htmega_notify.php:133
6179
+ #: includes/widgets/htmega_notify.php:168
6180
+ #: includes/widgets/htmega_post_carousel.php:159
6181
+ #: includes/widgets/htmega_post_grid.php:138
6182
+ #: includes/widgets/htmega_post_grid_tab.php:146
6183
+ #: includes/widgets/htmega_post_slider.php:147
6184
+ #: includes/widgets/htmega_pricing_table.php:199
6185
+ #: includes/widgets/htmega_teammember.php:65
6186
+ msgid "None"
6187
+ msgstr ""
6188
+
6189
+ #: includes/widgets/htmega_404_content.php:540
6190
+ #: includes/widgets/htmega_404_content.php:692
6191
+ #: includes/widgets/htmega_accordion.php:438
6192
+ #: includes/widgets/htmega_accordion.php:756
6193
+ #: includes/widgets/htmega_add_banner.php:409
6194
+ #: includes/widgets/htmega_booked_calender.php:555
6195
+ #: includes/widgets/htmega_booked_calender.php:702
6196
+ #: includes/widgets/htmega_buddy_press.php:279
6197
+ #: includes/widgets/htmega_button.php:207
6198
+ #: includes/widgets/htmega_button.php:431
6199
+ #: includes/widgets/htmega_caldera_forms.php:200
6200
+ #: includes/widgets/htmega_call_to_action.php:354
6201
+ #: includes/widgets/htmega_carousel.php:429
6202
+ #: includes/widgets/htmega_carousel.php:655
6203
+ #: includes/widgets/htmega_contact_form_seven.php:536
6204
+ #: includes/widgets/htmega_countdown.php:794
6205
+ #: includes/widgets/htmega_cuctom_event.php:129
6206
+ #: includes/widgets/htmega_cuctom_event.php:412
6207
+ #: includes/widgets/htmega_double_button.php:334
6208
+ #: includes/widgets/htmega_double_button.php:409
6209
+ #: includes/widgets/htmega_double_button.php:613
6210
+ #: includes/widgets/htmega_download_monitor.php:132
6211
+ #: includes/widgets/htmega_easy_digital_download.php:337
6212
+ #: includes/widgets/htmega_easy_digital_download.php:520
6213
+ #: includes/widgets/htmega_gravity_forms.php:388
6214
+ #: includes/widgets/htmega_image_grid.php:357
6215
+ #: includes/widgets/htmega_image_masonry.php:366
6216
+ #: includes/widgets/htmega_inline_menu.php:116
6217
+ #: includes/widgets/htmega_instagram.php:918
6218
+ #: includes/widgets/htmega_instagram.php:1144
6219
+ #: includes/widgets/htmega_mailchimp_for_wp.php:287
6220
+ #: includes/widgets/htmega_modal.php:180
6221
+ #: includes/widgets/htmega_news_ticker.php:512
6222
+ #: includes/widgets/htmega_ninja_forms.php:601
6223
+ #: includes/widgets/htmega_notify.php:308
6224
+ #: includes/widgets/htmega_offcanvas.php:275
6225
+ #: includes/widgets/htmega_panel_slider.php:645
6226
+ #: includes/widgets/htmega_panel_slider.php:866
6227
+ #: includes/widgets/htmega_popover.php:324
6228
+ #: includes/widgets/htmega_post_carousel.php:815
6229
+ #: includes/widgets/htmega_post_carousel.php:1027
6230
+ #: includes/widgets/htmega_post_carousel.php:1191
6231
+ #: includes/widgets/htmega_post_carousel.php:1416
6232
+ #: includes/widgets/htmega_post_grid_tab.php:479
6233
+ #: includes/widgets/htmega_post_grid_tab.php:691
6234
+ #: includes/widgets/htmega_post_grid_tab.php:850
6235
+ #: includes/widgets/htmega_post_slider.php:771
6236
+ #: includes/widgets/htmega_post_slider.php:983
6237
+ #: includes/widgets/htmega_post_slider.php:1211
6238
+ #: includes/widgets/htmega_post_slider.php:1436
6239
+ #: includes/widgets/htmega_pricing_table.php:686
6240
+ #: includes/widgets/htmega_progressbar.php:62
6241
+ #: includes/widgets/htmega_qu_forms.php:489
6242
+ #: includes/widgets/htmega_scroll_navigation.php:293
6243
+ #: includes/widgets/htmega_search.php:325
6244
+ #: includes/widgets/htmega_services.php:513
6245
+ #: includes/widgets/htmega_services.php:860
6246
+ #: includes/widgets/htmega_slider_thumb_gallery.php:726
6247
+ #: includes/widgets/htmega_slider_thumb_gallery.php:951
6248
+ #: includes/widgets/htmega_special_banner.php:643
6249
+ #: includes/widgets/htmega_switcher.php:338 includes/widgets/htmega_tab.php:307
6250
+ #: includes/widgets/htmega_testimonial.php:844
6251
+ #: includes/widgets/htmega_testimonial.php:1070
6252
+ #: includes/widgets/htmega_toggle.php:223
6253
+ #: includes/widgets/htmega_tooltip.php:300
6254
+ #: includes/widgets/htmega_twitter_feed.php:675
6255
+ #: includes/widgets/htmega_twitter_feed.php:843
6256
+ #: includes/widgets/htmega_twitter_feed.php:939
6257
+ #: includes/widgets/htmega_twitter_feed.php:1160
6258
+ #: includes/widgets/htmega_user_login_form.php:457
6259
+ #: includes/widgets/htmega_user_register_form.php:739
6260
+ #: includes/widgets/htmega_video_player.php:247
6261
+ #: includes/widgets/htmega_wc_categories.php:169
6262
+ #: includes/widgets/htmega_wc_categories.php:286
6263
+ #: includes/widgets/htmega_wc_categories.php:403
6264
+ #: includes/widgets/htmega_wc_element_pages.php:192
6265
+ #: includes/widgets/htmega_wc_element_pages.php:342
6266
+ #: includes/widgets/htmega_wc_element_pages.php:694
6267
+ #: includes/widgets/htmega_wc_element_pages.php:977
6268
+ #: includes/widgets/htmega_wc_element_pages.php:1121
6269
+ #: includes/widgets/htmega_wpforms.php:591
6270
+ msgid "Normal"
6271
+ msgstr ""
6272
+
6273
+ #: includes/widgets/htmega_toggle.php:46
6274
+ msgid "Normal Icon"
6275
+ msgstr ""
6276
+
6277
+ #: includes/widgets/htmega_socialshere.php:124
6278
+ #: includes/widgets/htmega_socialshere.php:212
6279
+ msgid "Normal Style"
6280
+ msgstr ""
6281
+
6282
+ #: includes/widgets/htmega_toggle.php:36
6283
+ msgid "Normal Title"
6284
+ msgstr ""
6285
+
6286
+ #: includes/widgets/htmega_notify.php:57
6287
+ msgid "Notification Content"
6288
+ msgstr ""
6289
+
6290
+ #: extensions/wc-sales-notification/admin/setting.php:64
6291
+ msgid "Notification Content Type"
6292
+ msgstr ""
6293
+
6294
+ #: extensions/wc-sales-notification/admin/setting.php:165
6295
+ msgid "Notification Enter Animation. <span>( Pro )</span>"
6296
+ msgstr ""
6297
+
6298
+ #: admin/include/admin-setting.php:1137 admin/include/admin-setting.php:1163
6299
+ msgid "Notification image position"
6300
+ msgstr ""
6301
+
6302
+ #: extensions/wc-sales-notification/admin/setting.php:90
6303
+ msgid "Notification Layout. <span>( Pro )</span>"
6304
+ msgstr ""
6305
+
6306
+ #: extensions/wc-sales-notification/admin/setting.php:115
6307
+ msgid "Notification Loading duration."
6308
+ msgstr ""
6309
+
6310
+ #: includes/widgets/htmega_notify.php:64
6311
+ msgid "Notification Message"
6312
+ msgstr ""
6313
+
6314
+ #: includes/widgets/htmega_notify.php:76
6315
+ msgid "Notification Option"
6316
+ msgstr ""
6317
+
6318
+ #: extensions/wc-sales-notification/admin/setting.php:177
6319
+ msgid "Notification Out Animation. <span>( Pro )</span>"
6320
+ msgstr ""
6321
+
6322
+ #: includes/widgets/htmega_notify.php:95
6323
+ msgid "Notification Position"
6324
+ msgstr ""
6325
+
6326
+ #: admin/include/admin-setting.php:1136 admin/include/admin-setting.php:1162
6327
+ msgid "Notification showing position"
6328
+ msgstr ""
6329
+
6330
+ #: includes/widgets/htmega_notify.php:114
6331
+ msgid "Notification Type"
6332
+ msgstr ""
6333
+
6334
+ #: admin/include/admin-setting.php:334 includes/widgets/htmega_notify.php:13
6335
+ msgid "Notify"
6336
+ msgstr ""
6337
+
6338
+ #: includes/widgets/htmega_notify.php:458
6339
+ msgid "Notify Content"
6340
+ msgstr ""
6341
+
6342
+ #: includes/widgets/htmega_booked_calender.php:104
6343
+ msgid "November"
6344
+ msgstr ""
6345
+
6346
+ #: includes/widgets/htmega_counter.php:278
6347
+ #: includes/widgets/htmega_flip-box.php:67
6348
+ #: includes/widgets/htmega_flip-box.php:96
6349
+ #: includes/widgets/htmega_flip-box.php:162
6350
+ #: includes/widgets/htmega_flip-box.php:191
6351
+ #: includes/widgets/htmega_flip-box.php:675
6352
+ #: includes/widgets/htmega_flip-box.php:1174
6353
+ #: includes/widgets/htmega_job_manager.php:115
6354
+ #: includes/widgets/htmega_working_process.php:484
6355
+ msgid "Number"
6356
+ msgstr ""
6357
+
6358
+ #: includes/widgets/htmega_flip-box.php:686
6359
+ #: includes/widgets/htmega_flip-box.php:1185
6360
+ msgid "Number Color"
6361
+ msgstr ""
6362
+
6363
+ #: includes/widgets/htmega_flip-box.php:724
6364
+ #: includes/widgets/htmega_flip-box.php:1223
6365
+ msgid "Number Margin"
6366
+ msgstr ""
6367
+
6368
+ #: includes/widgets/htmega_wc_categories.php:52
6369
+ msgid "Number of Category"
6370
+ msgstr ""
6371
+
6372
+ #: includes/widgets/htmega_instagram_feed.php:44
6373
+ msgid "Number of Column"
6374
+ msgstr ""
6375
+
6376
+ #: includes/widgets/htmega_easy_digital_download.php:52
6377
+ msgid "Number of Item"
6378
+ msgstr ""
6379
+
6380
+ #: includes/widgets/htmega_job_manager.php:51
6381
+ msgid "Number of listings to show"
6382
+ msgstr ""
6383
+
6384
+ #: includes/widgets/htmega_flip-box.php:711
6385
+ #: includes/widgets/htmega_flip-box.php:1210
6386
+ msgid "Number Padding"
6387
+ msgstr ""
6388
+
6389
+ #: includes/widgets/htmega_counter.php:144
6390
+ msgid "Number Prefix"
6391
+ msgstr ""
6392
+
6393
+ #: includes/widgets/htmega_counter.php:153
6394
+ msgid "Number Suffix"
6395
+ msgstr ""
6396
+
6397
+ #: includes/widgets/htmega_vertical_timeline.php:97
6398
+ msgid "Oct<br/>2018"
6399
+ msgstr ""
6400
+
6401
+ #: includes/widgets/htmega_booked_calender.php:103
6402
+ msgid "October"
6403
+ msgstr ""
6404
+
6405
+ #: includes/widgets/htmega_tablepress.php:301
6406
+ msgid "Odd Cell"
6407
+ msgstr ""
6408
+
6409
+ #: includes/widgets/htmega_socialshere.php:63
6410
+ msgid "Odnoklassniki"
6411
+ msgstr ""
6412
+
6413
+ #: includes/widgets/htmega_carousel.php:108
6414
+ #: includes/widgets/htmega_instagram.php:158
6415
+ #: includes/widgets/htmega_panel_slider.php:128
6416
+ #: includes/widgets/htmega_post_carousel.php:62
6417
+ #: includes/widgets/htmega_post_slider.php:268
6418
+ #: includes/widgets/htmega_special_banner.php:109
6419
+ #: includes/widgets/htmega_twitter_feed.php:202
6420
+ msgid "Off"
6421
+ msgstr ""
6422
+
6423
+ #: admin/include/admin-setting.php:342 includes/widgets/htmega_offcanvas.php:13
6424
+ #: includes/widgets/htmega_offcanvas.php:35
6425
+ #: includes/widgets/htmega_offcanvas.php:110
6426
+ msgid "Offcanvas"
6427
+ msgstr ""
6428
+
6429
+ #: includes/widgets/htmega_offcanvas.php:84
6430
+ msgid "Offcanvas Position"
6431
+ msgstr ""
6432
+
6433
+ #: includes/widgets/htmega_pricing_table.php:246
6434
+ msgid "Offer"
6435
+ msgstr ""
6436
+
6437
+ #: includes/widgets/htmega_special_banner.php:98
6438
+ #: includes/widgets/htmega_special_banner.php:502
6439
+ msgid "Offer Amount"
6440
+ msgstr ""
6441
+
6442
+ #: includes/widgets/htmega_special_banner.php:107
6443
+ #: includes/widgets/htmega_special_banner.php:566
6444
+ msgid "Offer Tag Line"
6445
+ msgstr ""
6446
+
6447
+ #: includes/widgets/htmega_notify.php:199
6448
+ msgid "Offset"
6449
+ msgstr ""
6450
+
6451
+ #: includes/widgets/htmega_pricing_table.php:297
6452
+ msgid "Old Features"
6453
+ msgstr ""
6454
+
6455
+ #: includes/widgets/htmega_carousel.php:107
6456
+ #: includes/widgets/htmega_instagram.php:157
6457
+ #: includes/widgets/htmega_panel_slider.php:127
6458
+ #: includes/widgets/htmega_post_carousel.php:61
6459
+ #: includes/widgets/htmega_post_slider.php:267
6460
+ #: includes/widgets/htmega_twitter_feed.php:201
6461
+ msgid "On"
6462
+ msgstr ""
6463
+
6464
+ #: includes/widgets/htmega_image_grid.php:55
6465
+ #: includes/widgets/htmega_image_masonry.php:64
6466
+ #: includes/widgets/htmega_testimonial_grid.php:54
6467
+ msgid "One"
6468
+ msgstr ""
6469
+
6470
+ #: admin/include/admin-setting.php:1109
6471
+ msgid "Online Documentation"
6472
+ msgstr ""
6473
+
6474
+ #: includes/widgets/htmega_switcher.php:223
6475
+ #: includes/widgets/htmega_switcher.php:233
6476
+ msgid "Only for custom content."
6477
+ msgstr ""
6478
+
6479
+ #: includes/widgets/htmega_easy_digital_download.php:153
6480
+ #: includes/widgets/htmega_wc_categories.php:102
6481
+ msgid "Only Top Level"
6482
+ msgstr ""
6483
+
6484
+ #: includes/widgets/htmega_section_title.php:815
6485
+ msgid "Opacity"
6486
+ msgstr ""
6487
+
6488
+ #: includes/widgets/htmega_flip-box.php:372
6489
+ #: includes/widgets/htmega_flip-box.php:809
6490
+ msgid "Opacity (%)"
6491
+ msgstr ""
6492
+
6493
+ #: includes/widgets/htmega_lightbox.php:170
6494
+ msgid "Open"
6495
+ msgstr ""
6496
+
6497
+ #: includes/widgets/htmega_accordion.php:269
6498
+ msgid "Open Item Icon"
6499
+ msgstr ""
6500
+
6501
+ #: includes/widgets/htmega_toggle.php:64
6502
+ msgid "Opened Icon"
6503
+ msgstr ""
6504
+
6505
+ #: includes/widgets/htmega_toggle.php:54
6506
+ msgid "Opened Title"
6507
+ msgstr ""
6508
+
6509
+ #: includes/widgets/htmega_easy_digital_download.php:114
6510
+ #: includes/widgets/htmega_ninja_forms.php:63
6511
+ #: includes/widgets/htmega_tablepress.php:62
6512
+ #: includes/widgets/htmega_wc_categories.php:64
6513
+ msgid "Options"
6514
+ msgstr ""
6515
+
6516
+ #: includes/widgets/htmega_double_button.php:62
6517
+ msgid "Or"
6518
+ msgstr ""
6519
+
6520
+ #: includes/widgets/htmega_user_register_form.php:1278
6521
+ msgid "or you can"
6522
+ msgstr ""
6523
+
6524
+ #: includes/widgets/htmega_easy_digital_download.php:194
6525
+ #: includes/widgets/htmega_job_manager.php:64
6526
+ #: includes/widgets/htmega_post_carousel.php:139
6527
+ #: includes/widgets/htmega_post_grid.php:118
6528
+ #: includes/widgets/htmega_post_grid_tab.php:126
6529
+ #: includes/widgets/htmega_post_slider.php:127
6530
+ #: includes/widgets/htmega_wc_categories.php:134
6531
+ msgid "Order"
6532
+ msgstr ""
6533
+
6534
+ #: includes/widgets/htmega_news_ticker.php:246
6535
+ msgid "order"
6536
+ msgstr ""
6537
+
6538
+ #: includes/widgets/htmega_job_manager.php:80
6539
+ msgid "Order By"
6540
+ msgstr ""
6541
+
6542
+ #: includes/widgets/htmega_easy_digital_download.php:179
6543
+ #: includes/widgets/htmega_wc_categories.php:119
6544
+ msgid "Order by"
6545
+ msgstr ""
6546
+
6547
+ #: extensions/wc-sales-notification/admin/setting.php:102
6548
+ msgid "Order Limit for notification."
6549
+ msgstr ""
6550
+
6551
+ #: includes/widgets/htmega_wc_element_pages.php:48
6552
+ msgid "Order Tracking Form"
6553
+ msgstr ""
6554
+
6555
+ #: extensions/wc-sales-notification/admin/setting.php:152
6556
+ msgid "Order Upto"
6557
+ msgstr ""
6558
+
6559
+ #: includes/widgets/htmega_news_ticker.php:225
6560
+ #: includes/widgets/htmega_post_carousel.php:155
6561
+ #: includes/widgets/htmega_post_grid.php:134
6562
+ #: includes/widgets/htmega_post_grid_tab.php:142
6563
+ #: includes/widgets/htmega_post_slider.php:143
6564
+ msgid "Orderby"
6565
+ msgstr ""
6566
+
6567
+ #: includes/widgets/htmega_table.php:107
6568
+ msgid "Ordering"
6569
+ msgstr ""
6570
+
6571
+ #: includes/widgets/htmega_pricing_table.php:255
6572
+ msgid "Original Price"
6573
+ msgstr ""
6574
+
6575
+ #: admin/include/admin-setting.php:77
6576
+ msgid "Other options"
6577
+ msgstr ""
6578
+
6579
+ #: includes/widgets/htmega_progressbar.php:468
6580
+ msgid "Outer"
6581
+ msgstr ""
6582
+
6583
+ #: admin/include/admin-setting.php:1141 admin/include/admin-setting.php:1167
6584
+ msgid "Outgoing animation option"
6585
+ msgstr ""
6586
+
6587
+ #: includes/widgets/htmega_lightbox.php:190
6588
+ msgid "Overlay"
6589
+ msgstr ""
6590
+
6591
+ #: includes/widgets/htmega_image_grid.php:158
6592
+ #: includes/widgets/htmega_image_masonry.php:167
6593
+ #: includes/widgets/htmega_instagram.php:684
6594
+ msgid "Overlay Color"
6595
+ msgstr ""
6596
+
6597
+ #: includes/widgets/htmega_weather.php:45
6598
+ msgid "Override Title"
6599
+ msgstr ""
6600
+
6601
+ #: includes/helper-function.php:131
6602
+ msgid "p"
6603
+ msgstr ""
6604
+
6605
+ #: includes/widgets/htmega_404_content.php:274
6606
+ #: includes/widgets/htmega_404_content.php:341
6607
+ #: includes/widgets/htmega_404_content.php:421
6608
+ #: includes/widgets/htmega_404_content.php:501
6609
+ #: includes/widgets/htmega_404_content.php:578
6610
+ #: includes/widgets/htmega_404_content.php:730
6611
+ #: includes/widgets/htmega_accordion.php:480
6612
+ #: includes/widgets/htmega_accordion.php:665
6613
+ #: includes/widgets/htmega_accordion.php:1002
6614
+ #: includes/widgets/htmega_add_banner.php:189
6615
+ #: includes/widgets/htmega_add_banner.php:253
6616
+ #: includes/widgets/htmega_add_banner.php:317
6617
+ #: includes/widgets/htmega_add_banner.php:381
6618
+ #: includes/widgets/htmega_add_banner.php:468
6619
+ #: includes/widgets/htmega_animated_heading.php:206
6620
+ #: includes/widgets/htmega_animated_heading.php:294
6621
+ #: includes/widgets/htmega_animated_heading.php:382
6622
+ #: includes/widgets/htmega_blockquote.php:227
6623
+ #: includes/widgets/htmega_blockquote.php:310
6624
+ #: includes/widgets/htmega_blockquote.php:371
6625
+ #: includes/widgets/htmega_blockquote.php:531
6626
+ #: includes/widgets/htmega_booked_calender.php:614
6627
+ #: includes/widgets/htmega_booked_calender.php:761
6628
+ #: includes/widgets/htmega_brand.php:134 includes/widgets/htmega_brand.php:222
6629
+ #: includes/widgets/htmega_buddy_press.php:209
6630
+ #: includes/widgets/htmega_business_hours.php:227
6631
+ #: includes/widgets/htmega_business_hours.php:284
6632
+ #: includes/widgets/htmega_button.php:274
6633
+ #: includes/widgets/htmega_button.php:481
6634
+ #: includes/widgets/htmega_caldera_forms.php:126
6635
+ #: includes/widgets/htmega_caldera_forms.php:261
6636
+ #: includes/widgets/htmega_call_to_action.php:166
6637
+ #: includes/widgets/htmega_call_to_action.php:262
6638
+ #: includes/widgets/htmega_call_to_action.php:326
6639
+ #: includes/widgets/htmega_call_to_action.php:422
6640
+ #: includes/widgets/htmega_carousel.php:563
6641
+ #: includes/widgets/htmega_contact_form_seven.php:72
6642
+ #: includes/widgets/htmega_contact_form_seven.php:274
6643
+ #: includes/widgets/htmega_contact_form_seven.php:407
6644
+ #: includes/widgets/htmega_contact_form_seven.php:496
6645
+ #: includes/widgets/htmega_contact_form_seven.php:593
6646
+ #: includes/widgets/htmega_countdown.php:432
6647
+ #: includes/widgets/htmega_countdown.php:625
6648
+ #: includes/widgets/htmega_countdown.php:752
6649
+ #: includes/widgets/htmega_countdown.php:875
6650
+ #: includes/widgets/htmega_counter.php:198
6651
+ #: includes/widgets/htmega_counter.php:324
6652
+ #: includes/widgets/htmega_counter.php:420
6653
+ #: includes/widgets/htmega_counter.php:549
6654
+ #: includes/widgets/htmega_counter.php:642
6655
+ #: includes/widgets/htmega_counter.php:735
6656
+ #: includes/widgets/htmega_cuctom_event.php:161
6657
+ #: includes/widgets/htmega_cuctom_event.php:255
6658
+ #: includes/widgets/htmega_double_button.php:478
6659
+ #: includes/widgets/htmega_double_button.php:682
6660
+ #: includes/widgets/htmega_double_button.php:878
6661
+ #: includes/widgets/htmega_download_monitor.php:201
6662
+ #: includes/widgets/htmega_dropcaps.php:109
6663
+ #: includes/widgets/htmega_dropcaps.php:201
6664
+ #: includes/widgets/htmega_easy_digital_download.php:253
6665
+ #: includes/widgets/htmega_easy_digital_download.php:574
6666
+ #: includes/widgets/htmega_flip-box.php:334
6667
+ #: includes/widgets/htmega_flip-box.php:771
6668
+ #: includes/widgets/htmega_gravity_forms.php:230
6669
+ #: includes/widgets/htmega_gravity_forms.php:327
6670
+ #: includes/widgets/htmega_gravity_forms.php:442
6671
+ #: includes/widgets/htmega_image_comparison.php:209
6672
+ #: includes/widgets/htmega_image_comparison.php:291
6673
+ #: includes/widgets/htmega_image_grid.php:251
6674
+ #: includes/widgets/htmega_image_grid.php:331
6675
+ #: includes/widgets/htmega_image_grid.php:409
6676
+ #: includes/widgets/htmega_image_magnifier.php:141
6677
+ #: includes/widgets/htmega_image_marker.php:226
6678
+ #: includes/widgets/htmega_image_masonry.php:260
6679
+ #: includes/widgets/htmega_image_masonry.php:340
6680
+ #: includes/widgets/htmega_image_masonry.php:407
6681
+ #: includes/widgets/htmega_inline_menu.php:145
6682
+ #: includes/widgets/htmega_instagram.php:606
6683
+ #: includes/widgets/htmega_instagram.php:652
6684
+ #: includes/widgets/htmega_instagram.php:770
6685
+ #: includes/widgets/htmega_instagram.php:856
6686
+ #: includes/widgets/htmega_instagram.php:1052
6687
+ #: includes/widgets/htmega_lightbox.php:219
6688
+ #: includes/widgets/htmega_lightbox.php:353
6689
+ #: includes/widgets/htmega_mailchimp_for_wp.php:74
6690
+ #: includes/widgets/htmega_mailchimp_for_wp.php:245
6691
+ #: includes/widgets/htmega_mailchimp_for_wp.php:344
6692
+ #: includes/widgets/htmega_modal.php:251 includes/widgets/htmega_modal.php:510
6693
+ #: includes/widgets/htmega_modal.php:603 includes/widgets/htmega_modal.php:750
6694
+ #: includes/widgets/htmega_news_ticker.php:353
6695
+ #: includes/widgets/htmega_news_ticker.php:483
6696
+ #: includes/widgets/htmega_news_ticker.php:565
6697
+ #: includes/widgets/htmega_news_ticker.php:709
6698
+ #: includes/widgets/htmega_ninja_forms.php:131
6699
+ #: includes/widgets/htmega_ninja_forms.php:215
6700
+ #: includes/widgets/htmega_ninja_forms.php:326
6701
+ #: includes/widgets/htmega_ninja_forms.php:423
6702
+ #: includes/widgets/htmega_ninja_forms.php:542
6703
+ #: includes/widgets/htmega_ninja_forms.php:655
6704
+ #: includes/widgets/htmega_notify.php:380
6705
+ #: includes/widgets/htmega_notify.php:532
6706
+ #: includes/widgets/htmega_offcanvas.php:210
6707
+ #: includes/widgets/htmega_offcanvas.php:302
6708
+ #: includes/widgets/htmega_panel_slider.php:454
6709
+ #: includes/widgets/htmega_panel_slider.php:554
6710
+ #: includes/widgets/htmega_panel_slider.php:615
6711
+ #: includes/widgets/htmega_panel_slider.php:775
6712
+ #: includes/widgets/htmega_popover.php:285
6713
+ #: includes/widgets/htmega_popover.php:434
6714
+ #: includes/widgets/htmega_popover.php:619
6715
+ #: includes/widgets/htmega_popover.php:728
6716
+ #: includes/widgets/htmega_post_carousel.php:666
6717
+ #: includes/widgets/htmega_post_carousel.php:758
6718
+ #: includes/widgets/htmega_post_carousel.php:860
6719
+ #: includes/widgets/htmega_post_carousel.php:969
6720
+ #: includes/widgets/htmega_post_carousel.php:1072
6721
+ #: includes/widgets/htmega_post_carousel.php:1325
6722
+ #: includes/widgets/htmega_post_grid.php:238
6723
+ #: includes/widgets/htmega_post_grid.php:333
6724
+ #: includes/widgets/htmega_post_grid.php:426
6725
+ #: includes/widgets/htmega_post_grid_tab.php:269
6726
+ #: includes/widgets/htmega_post_grid_tab.php:333
6727
+ #: includes/widgets/htmega_post_grid_tab.php:422
6728
+ #: includes/widgets/htmega_post_grid_tab.php:524
6729
+ #: includes/widgets/htmega_post_grid_tab.php:633
6730
+ #: includes/widgets/htmega_post_grid_tab.php:736
6731
+ #: includes/widgets/htmega_post_slider.php:622
6732
+ #: includes/widgets/htmega_post_slider.php:714
6733
+ #: includes/widgets/htmega_post_slider.php:816
6734
+ #: includes/widgets/htmega_post_slider.php:925
6735
+ #: includes/widgets/htmega_post_slider.php:1028
6736
+ #: includes/widgets/htmega_post_slider.php:1345
6737
+ #: includes/widgets/htmega_pricing_list_view.php:373
6738
+ #: includes/widgets/htmega_pricing_table.php:461
6739
+ #: includes/widgets/htmega_pricing_table.php:484
6740
+ #: includes/widgets/htmega_pricing_table.php:648
6741
+ #: includes/widgets/htmega_pricing_table.php:723
6742
+ #: includes/widgets/htmega_progressbar.php:302
6743
+ #: includes/widgets/htmega_progressbar.php:370
6744
+ #: includes/widgets/htmega_progressbar.php:477
6745
+ #: includes/widgets/htmega_progressbar.php:621
6746
+ #: includes/widgets/htmega_qu_forms.php:125
6747
+ #: includes/widgets/htmega_qu_forms.php:214
6748
+ #: includes/widgets/htmega_qu_forms.php:311
6749
+ #: includes/widgets/htmega_qu_forms.php:430
6750
+ #: includes/widgets/htmega_qu_forms.php:543
6751
+ #: includes/widgets/htmega_scroll_image.php:123
6752
+ #: includes/widgets/htmega_scroll_image.php:136
6753
+ #: includes/widgets/htmega_scroll_navigation.php:265
6754
+ #: includes/widgets/htmega_search.php:167
6755
+ #: includes/widgets/htmega_search.php:247
6756
+ #: includes/widgets/htmega_search.php:378
6757
+ #: includes/widgets/htmega_section_title.php:366
6758
+ #: includes/widgets/htmega_section_title.php:552
6759
+ #: includes/widgets/htmega_section_title.php:668
6760
+ #: includes/widgets/htmega_section_title.php:791
6761
+ #: includes/widgets/htmega_services.php:177
6762
+ #: includes/widgets/htmega_services.php:283
6763
+ #: includes/widgets/htmega_services.php:413
6764
+ #: includes/widgets/htmega_services.php:572
6765
+ #: includes/widgets/htmega_services.php:772
6766
+ #: includes/widgets/htmega_services.php:905
6767
+ #: includes/widgets/htmega_single_post.php:160
6768
+ #: includes/widgets/htmega_single_post.php:252
6769
+ #: includes/widgets/htmega_single_post.php:325
6770
+ #: includes/widgets/htmega_slider_thumb_gallery.php:686
6771
+ #: includes/widgets/htmega_slider_thumb_gallery.php:860
6772
+ #: includes/widgets/htmega_socialshere.php:445
6773
+ #: includes/widgets/htmega_special_banner.php:295
6774
+ #: includes/widgets/htmega_special_banner.php:359
6775
+ #: includes/widgets/htmega_special_banner.php:423
6776
+ #: includes/widgets/htmega_special_banner.php:487
6777
+ #: includes/widgets/htmega_special_banner.php:551
6778
+ #: includes/widgets/htmega_special_banner.php:615
6779
+ #: includes/widgets/htmega_special_banner.php:702
6780
+ #: includes/widgets/htmega_switcher.php:188
6781
+ #: includes/widgets/htmega_switcher.php:251
6782
+ #: includes/widgets/htmega_switcher.php:381 includes/widgets/htmega_tab.php:280
6783
+ #: includes/widgets/htmega_tab.php:373 includes/widgets/htmega_tab.php:503
6784
+ #: includes/widgets/htmega_table.php:293
6785
+ #: includes/widgets/htmega_tablepress.php:190
6786
+ #: includes/widgets/htmega_tablepress.php:347
6787
+ #: includes/widgets/htmega_tablepress.php:416
6788
+ #: includes/widgets/htmega_teammember.php:271
6789
+ #: includes/widgets/htmega_teammember.php:386
6790
+ #: includes/widgets/htmega_teammember.php:483
6791
+ #: includes/widgets/htmega_teammember.php:580
6792
+ #: includes/widgets/htmega_teammember.php:648
6793
+ #: includes/widgets/htmega_testimonial.php:489
6794
+ #: includes/widgets/htmega_testimonial.php:616
6795
+ #: includes/widgets/htmega_testimonial.php:713
6796
+ #: includes/widgets/htmega_testimonial.php:811
6797
+ #: includes/widgets/htmega_testimonial.php:978
6798
+ #: includes/widgets/htmega_testimonial_grid.php:247
6799
+ #: includes/widgets/htmega_testimonial_grid.php:312
6800
+ #: includes/widgets/htmega_testimonial_grid.php:409
6801
+ #: includes/widgets/htmega_toggle.php:166
6802
+ #: includes/widgets/htmega_toggle.php:268
6803
+ #: includes/widgets/htmega_tooltip.php:261
6804
+ #: includes/widgets/htmega_tooltip.php:410
6805
+ #: includes/widgets/htmega_tooltip.php:515
6806
+ #: includes/widgets/htmega_twitter_feed.php:548
6807
+ #: includes/widgets/htmega_twitter_feed.php:646
6808
+ #: includes/widgets/htmega_twitter_feed.php:720
6809
+ #: includes/widgets/htmega_twitter_feed.php:814
6810
+ #: includes/widgets/htmega_twitter_feed.php:879
6811
+ #: includes/widgets/htmega_twitter_feed.php:1067
6812
+ #: includes/widgets/htmega_user_login_form.php:276
6813
+ #: includes/widgets/htmega_user_login_form.php:381
6814
+ #: includes/widgets/htmega_user_login_form.php:507
6815
+ #: includes/widgets/htmega_user_login_form.php:679
6816
+ #: includes/widgets/htmega_user_register_form.php:446
6817
+ #: includes/widgets/htmega_user_register_form.php:532
6818
+ #: includes/widgets/htmega_user_register_form.php:663
6819
+ #: includes/widgets/htmega_user_register_form.php:789
6820
+ #: includes/widgets/htmega_user_register_form.php:963
6821
+ #: includes/widgets/htmega_video_player.php:322
6822
+ #: includes/widgets/htmega_wc_categories.php:207
6823
+ #: includes/widgets/htmega_wc_categories.php:327
6824
+ #: includes/widgets/htmega_wc_element_pages.php:141
6825
+ #: includes/widgets/htmega_wc_element_pages.php:252
6826
+ #: includes/widgets/htmega_wc_element_pages.php:404
6827
+ #: includes/widgets/htmega_wc_element_pages.php:582
6828
+ #: includes/widgets/htmega_wc_element_pages.php:759
6829
+ #: includes/widgets/htmega_wc_element_pages.php:896
6830
+ #: includes/widgets/htmega_wc_element_pages.php:1031
6831
+ #: includes/widgets/htmega_wc_element_pages.php:1159
6832
+ #: includes/widgets/htmega_weather.php:188
6833
+ #: includes/widgets/htmega_working_process.php:214
6834
+ #: includes/widgets/htmega_working_process.php:279
6835
+ #: includes/widgets/htmega_working_process.php:364
6836
+ #: includes/widgets/htmega_working_process.php:448
6837
+ #: includes/widgets/htmega_working_process.php:561
6838
+ #: includes/widgets/htmega_wpforms.php:123
6839
+ #: includes/widgets/htmega_wpforms.php:207
6840
+ #: includes/widgets/htmega_wpforms.php:316
6841
+ #: includes/widgets/htmega_wpforms.php:413
6842
+ #: includes/widgets/htmega_wpforms.php:532
6843
+ #: includes/widgets/htmega_wpforms.php:645
6844
+ msgid "Padding"
6845
+ msgstr ""
6846
+
6847
+ #: includes/widgets/htmega_wc_element_pages.php:41
6848
+ msgid "Page"
6849
+ msgstr ""
6850
+
6851
+ #: admin/include/admin-setting.php:742 admin/include/admin-setting.php:743
6852
+ msgid "Page Title"
6853
+ msgstr ""
6854
+
6855
+ #: includes/widgets/htmega_carousel.php:640
6856
+ #: includes/widgets/htmega_instagram.php:1129
6857
+ #: includes/widgets/htmega_panel_slider.php:851
6858
+ #: includes/widgets/htmega_post_carousel.php:1401
6859
+ #: includes/widgets/htmega_post_slider.php:1421
6860
+ #: includes/widgets/htmega_scroll_navigation.php:282
6861
+ #: includes/widgets/htmega_slider_thumb_gallery.php:937
6862
+ #: includes/widgets/htmega_table.php:83
6863
+ #: includes/widgets/htmega_testimonial.php:1055
6864
+ #: includes/widgets/htmega_twitter_feed.php:1145
6865
+ msgid "Pagination"
6866
+ msgstr ""
6867
+
6868
+ #: includes/widgets/htmega_tablepress.php:80
6869
+ msgid "Pagination Hide"
6870
+ msgstr ""
6871
+
6872
+ #: includes/widgets/htmega_job_manager.php:110
6873
+ msgid "Pagination Type"
6874
+ msgstr ""
6875
+
6876
+ #: admin/include/admin-setting.php:350
6877
+ #: includes/widgets/htmega_panel_slider.php:13
6878
+ #: includes/widgets/htmega_panel_slider.php:36
6879
+ msgid "Panel Slider"
6880
+ msgstr ""
6881
+
6882
+ #: includes/widgets/htmega_easy_digital_download.php:157
6883
+ #: includes/widgets/htmega_wc_categories.php:106
6884
+ msgid "Parent"
6885
+ msgstr ""
6886
+
6887
+ #: includes/widgets/htmega_brand.php:84
6888
+ msgid "Partner Link"
6889
+ msgstr ""
6890
+
6891
+ #: includes/widgets/htmega_brand.php:64
6892
+ msgid "Partner Logo"
6893
+ msgstr ""
6894
+
6895
+ #: includes/widgets/htmega_user_login_form.php:106
6896
+ #: includes/widgets/htmega_user_login_form.php:119
6897
+ #: includes/widgets/htmega_user_login_form.php:762
6898
+ #: includes/widgets/htmega_user_login_form.php:763
6899
+ #: includes/widgets/htmega_user_register_form.php:157
6900
+ #: includes/widgets/htmega_user_register_form.php:158
6901
+ #: includes/widgets/htmega_user_register_form.php:287
6902
+ #: includes/widgets/htmega_user_register_form.php:288
6903
+ msgid "Password"
6904
+ msgstr ""
6905
+
6906
+ #: includes/widgets/htmega_user_login_form.php:104
6907
+ #: includes/widgets/htmega_user_register_form.php:155
6908
+ msgid "Password Label"
6909
+ msgstr ""
6910
+
6911
+ #: includes/widgets/htmega_user_login_form.php:117
6912
+ #: includes/widgets/htmega_user_register_form.php:285
6913
+ msgid "Password Placeholder"
6914
+ msgstr ""
6915
+
6916
+ #: includes/widgets/htmega_news_ticker.php:148
6917
+ msgid "Pause on hover"
6918
+ msgstr ""
6919
+
6920
+ #: includes/widgets/htmega_carousel.php:208
6921
+ #: includes/widgets/htmega_instagram.php:369
6922
+ #: includes/widgets/htmega_panel_slider.php:228
6923
+ #: includes/widgets/htmega_post_carousel.php:368
6924
+ #: includes/widgets/htmega_post_slider.php:368
6925
+ #: includes/widgets/htmega_slider_thumb_gallery.php:199
6926
+ #: includes/widgets/htmega_slider_thumb_gallery.php:464
6927
+ #: includes/widgets/htmega_testimonial.php:262
6928
+ #: includes/widgets/htmega_twitter_feed.php:302
6929
+ msgid "Pause on Hover?"
6930
+ msgstr ""
6931
+
6932
+ #: includes/widgets/htmega_wc_element_pages.php:648
6933
+ msgid "Payment"
6934
+ msgstr ""
6935
+
6936
+ #: includes/widgets/htmega_pricing_table.php:267
6937
+ msgid "Period"
6938
+ msgstr ""
6939
+
6940
+ #: includes/widgets/htmega_pricing_table.php:207
6941
+ msgid "Peseta"
6942
+ msgstr ""
6943
+
6944
+ #: includes/widgets/htmega_pricing_table.php:208
6945
+ msgid "Peso"
6946
+ msgstr ""
6947
+
6948
+ #: includes/widgets/htmega_testimonial.php:131
6949
+ #: includes/widgets/htmega_testimonial_grid.php:136
6950
+ msgid "Peter Rose"
6951
+ msgstr ""
6952
+
6953
+ #: includes/widgets/htmega_progressbar.php:104
6954
+ msgid "Photoshop"
6955
+ msgstr ""
6956
+
6957
+ #: includes/class.htmega.php:111
6958
+ msgid "PHP"
6959
+ msgstr ""
6960
+
6961
+ #: includes/widgets/htmega_socialshere.php:59
6962
+ msgid "Pinterest"
6963
+ msgstr ""
6964
+
6965
+ #: admin/include/templates_list.php:17
6966
+ msgctxt "placeholder"
6967
+ msgid "Enter a Page Name"
6968
+ msgstr ""
6969
+
6970
+ #: includes/widgets/htmega_caldera_forms.php:100
6971
+ #: includes/widgets/htmega_contact_form_seven.php:218
6972
+ #: includes/widgets/htmega_contact_form_seven.php:373
6973
+ #: includes/widgets/htmega_mailchimp_for_wp.php:206
6974
+ #: includes/widgets/htmega_search.php:202
6975
+ #: includes/widgets/htmega_user_login_form.php:330
6976
+ #: includes/widgets/htmega_user_register_form.php:481
6977
+ #: includes/widgets/htmega_user_register_form.php:618
6978
+ msgid "Placeholder Color"
6979
+ msgstr ""
6980
+
6981
+ #: includes/widgets/htmega_search.php:51
6982
+ msgid "Placeholder Text"
6983
+ msgstr ""
6984
+
6985
+ #: includes/widgets/htmega_caldera_forms.php:345
6986
+ msgid "Please select a Contact Form From Setting!"
6987
+ msgstr ""
6988
+
6989
+ #: includes/widgets/htmega_qu_forms.php:648
6990
+ msgid "Please select Contact Form"
6991
+ msgstr ""
6992
+
6993
+ #: includes/widgets/htmega_wpforms.php:750
6994
+ msgid "Please Select form."
6995
+ msgstr ""
6996
+
6997
+ #: includes/widgets/htmega_wc_add_to_cart.php:166
6998
+ #: includes/widgets/htmega_wc_add_to_cart.php:175
6999
+ #: includes/widgets/htmega_wc_element_pages.php:1257
7000
+ msgid "Please set a valid product"
7001
+ msgstr ""
7002
+
7003
+ #: includes/widgets/htmega_user_login_form.php:861
7004
+ msgid "Please wait..."
7005
+ msgstr ""
7006
+
7007
+ #: includes/widgets/htmega_socialshere.php:72
7008
+ msgid "Pocket"
7009
+ msgstr ""
7010
+
7011
+ #: includes/widgets/htmega_video_player.php:56
7012
+ msgid "Pop Up"
7013
+ msgstr ""
7014
+
7015
+ #: includes/widgets/htmega_video_player.php:77
7016
+ msgid "Pop Up Button"
7017
+ msgstr ""
7018
+
7019
+ #: admin/include/admin-setting.php:358 includes/widgets/htmega_popover.php:13
7020
+ #: includes/widgets/htmega_popover.php:68
7021
+ #: includes/widgets/htmega_popover.php:498
7022
+ msgid "Popover"
7023
+ msgstr ""
7024
+
7025
+ #: includes/widgets/htmega_popover.php:35
7026
+ msgid "Popover Button"
7027
+ msgstr ""
7028
+
7029
+ #: includes/widgets/htmega_popover.php:162
7030
+ msgid "Popover content Here"
7031
+ msgstr ""
7032
+
7033
+ #: includes/widgets/htmega_popover.php:173
7034
+ msgid "Popover Header Here"
7035
+ msgstr ""
7036
+
7037
+ #: includes/widgets/htmega_popover.php:170
7038
+ msgid "Popover Header Text"
7039
+ msgstr ""
7040
+
7041
+ #: includes/widgets/htmega_popover.php:153
7042
+ msgid "Popover Options"
7043
+ msgstr ""
7044
+
7045
+ #: includes/widgets/htmega_popover.php:159
7046
+ msgid "Popover Text"
7047
+ msgstr ""
7048
+
7049
+ #: includes/widgets/htmega_buddy_press.php:54
7050
+ msgid "Popular"
7051
+ msgstr ""
7052
+
7053
+ #: admin/include/admin-setting.php:833
7054
+ msgid "Popular Post"
7055
+ msgstr ""
7056
+
7057
+ #: admin/include/admin-setting.php:832
7058
+ msgid "Popular Post <span>( Pro )</span>"
7059
+ msgstr ""
7060
+
7061
+ #: includes/widgets/htmega_progressbar.php:465
7062
+ #: includes/widgets/htmega_section_title.php:199
7063
+ #: extensions/wc-sales-notification/admin/setting.php:77
7064
+ msgid "Position"
7065
+ msgstr ""
7066
+
7067
+ #: admin/include/admin-setting.php:366
7068
+ #: includes/widgets/htmega_post_carousel.php:13
7069
+ #: includes/widgets/htmega_post_carousel.php:36
7070
+ msgid "Post carousel"
7071
+ msgstr ""
7072
+
7073
+ #: admin/include/admin-setting.php:706 admin/include/admin-setting.php:707
7074
+ msgid "Post Comments"
7075
+ msgstr ""
7076
+
7077
+ #: admin/include/admin-setting.php:697 admin/include/admin-setting.php:698
7078
+ msgid "Post Content"
7079
+ msgstr ""
7080
+
7081
+ #: admin/include/admin-setting.php:688 admin/include/admin-setting.php:689
7082
+ msgid "Post Excerpt"
7083
+ msgstr ""
7084
+
7085
+ #: admin/include/admin-setting.php:670 admin/include/admin-setting.php:671
7086
+ msgid "Post Featured Image"
7087
+ msgstr ""
7088
+
7089
+ #: admin/include/admin-setting.php:374 includes/widgets/htmega_post_grid.php:13
7090
+ #: includes/widgets/htmega_post_grid.php:28
7091
+ msgid "Post Grid"
7092
+ msgstr ""
7093
+
7094
+ #: admin/include/admin-setting.php:382
7095
+ #: includes/widgets/htmega_post_grid_tab.php:13
7096
+ #: includes/widgets/htmega_post_grid_tab.php:35
7097
+ msgid "Post Grid Tab"
7098
+ msgstr ""
7099
+
7100
+ #: admin/include/admin-setting.php:679 admin/include/admin-setting.php:680
7101
+ msgid "Post Meta Info"
7102
+ msgstr ""
7103
+
7104
+ #: includes/widgets/htmega_single_post.php:49
7105
+ msgid "Post Name"
7106
+ msgstr ""
7107
+
7108
+ #: admin/include/admin-setting.php:815
7109
+ msgid "Post Navigation"
7110
+ msgstr ""
7111
+
7112
+ #: admin/include/admin-setting.php:814
7113
+ msgid "Post Navigation <span>( Pro )</span>"
7114
+ msgstr ""
7115
+
7116
+ #: includes/widgets/htmega_post_carousel.php:74
7117
+ #: includes/widgets/htmega_post_grid.php:53
7118
+ #: includes/widgets/htmega_post_grid_tab.php:61
7119
+ #: includes/widgets/htmega_post_slider.php:62
7120
+ msgid "Post Option"
7121
+ msgstr ""
7122
+
7123
+ #: admin/include/admin-setting.php:715 admin/include/admin-setting.php:716
7124
+ msgid "Post Search Form"
7125
+ msgstr ""
7126
+
7127
+ #: admin/include/admin-setting.php:390
7128
+ #: includes/widgets/htmega_post_slider.php:13
7129
+ #: includes/widgets/htmega_post_slider.php:36
7130
+ msgid "Post Slider"
7131
+ msgstr ""
7132
+
7133
+ #: admin/include/admin-setting.php:661 admin/include/admin-setting.php:662
7134
+ msgid "Post Title"
7135
+ msgstr ""
7136
+
7137
+ #: includes/widgets/htmega_easy_digital_download.php:122
7138
+ msgctxt "Posts Query Control"
7139
+ msgid "Source"
7140
+ msgstr ""
7141
+
7142
+ #: includes/widgets/htmega_pricing_table.php:209
7143
+ msgid "Pound Sterling"
7144
+ msgstr ""
7145
+
7146
+ #: includes/widgets/htmega_counter.php:597
7147
+ msgid "Prefix"
7148
+ msgstr ""
7149
+
7150
+ #: admin/include/admin-setting.php:1193
7151
+ #: extensions/ht-builder/admin/setting.php:151
7152
+ #: extensions/wc-sales-notification/admin/setting.php:235
7153
+ msgid "premium version"
7154
+ msgstr ""
7155
+
7156
+ #: admin/include/templates_list.php:91
7157
+ msgid "Preview"
7158
+ msgstr ""
7159
+
7160
+ #: includes/widgets/htmega_news_ticker.php:282
7161
+ msgid "Previous Icon"
7162
+ msgstr ""
7163
+
7164
+ #: includes/widgets/htmega_carousel.php:158
7165
+ #: includes/widgets/htmega_instagram.php:319
7166
+ #: includes/widgets/htmega_panel_slider.php:178
7167
+ #: includes/widgets/htmega_post_carousel.php:317
7168
+ #: includes/widgets/htmega_post_slider.php:318
7169
+ #: includes/widgets/htmega_slider_thumb_gallery.php:153
7170
+ #: includes/widgets/htmega_testimonial.php:212
7171
+ #: includes/widgets/htmega_twitter_feed.php:252
7172
+ msgid "Previous icon"
7173
+ msgstr ""
7174
+
7175
+ #: includes/widgets/htmega_easy_digital_download.php:455
7176
+ #: includes/widgets/htmega_pricing_list_view.php:74
7177
+ #: includes/widgets/htmega_pricing_list_view.php:690
7178
+ #: includes/widgets/htmega_pricing_table.php:237
7179
+ #: includes/widgets/htmega_pricing_table.php:548
7180
+ msgid "Price"
7181
+ msgstr ""
7182
+
7183
+ #: includes/widgets/htmega_easy_digital_download.php:466
7184
+ msgid "Price Color"
7185
+ msgstr ""
7186
+
7187
+ #: includes/widgets/htmega_easy_digital_download.php:491
7188
+ msgid "Price Margin"
7189
+ msgstr ""
7190
+
7191
+ #: includes/widgets/htmega_pricing_table.php:190
7192
+ msgid "Pricing"
7193
+ msgstr ""
7194
+
7195
+ #: admin/include/admin-setting.php:398
7196
+ #: includes/widgets/htmega_pricing_list_view.php:13
7197
+ msgid "Pricing List View"
7198
+ msgstr ""
7199
+
7200
+ #: admin/include/admin-setting.php:406
7201
+ #: includes/widgets/htmega_pricing_table.php:13
7202
+ msgid "Pricing Table"
7203
+ msgstr ""
7204
+
7205
+ #: includes/widgets/htmega_button.php:80
7206
+ msgid "Primary"
7207
+ msgstr ""
7208
+
7209
+ #: admin/include/admin-setting.php:797
7210
+ msgid "Print Page"
7211
+ msgstr ""
7212
+
7213
+ #: admin/include/admin-setting.php:796
7214
+ msgid "Print Page <span>( Pro )</span>"
7215
+ msgstr ""
7216
+
7217
+ #: admin/include/templates_list.php:95
7218
+ msgid "Pro"
7219
+ msgstr ""
7220
+
7221
+ #: includes/widgets/htmega_working_process.php:73
7222
+ #: includes/widgets/htmega_working_process.php:161
7223
+ msgid "Process #1"
7224
+ msgstr ""
7225
+
7226
+ #: includes/widgets/htmega_working_process.php:165
7227
+ msgid "Process #2"
7228
+ msgstr ""
7229
+
7230
+ #: includes/widgets/htmega_working_process.php:169
7231
+ msgid "Process #3"
7232
+ msgstr ""
7233
+
7234
+ #: includes/widgets/htmega_working_process.php:80
7235
+ msgid "Process Number"
7236
+ msgstr ""
7237
+
7238
+ #: includes/widgets/htmega_wc_add_to_cart.php:40
7239
+ #: includes/widgets/htmega_wc_add_to_cart.php:53
7240
+ msgid "Product"
7241
+ msgstr ""
7242
+
7243
+ #: admin/include/admin-setting.php:414
7244
+ #: includes/widgets/htmega_progressbar.php:14
7245
+ #: includes/widgets/htmega_progressbar.php:36
7246
+ #: includes/widgets/htmega_progressbar.php:87
7247
+ #: includes/widgets/htmega_progressbar.php:191
7248
+ msgid "Progress Bar"
7249
+ msgstr ""
7250
+
7251
+ #: includes/widgets/htmega_progressbar.php:136
7252
+ #: includes/widgets/htmega_progressbar.php:270
7253
+ msgid "Progress bar color"
7254
+ msgstr ""
7255
+
7256
+ #: includes/widgets/htmega_progressbar.php:249
7257
+ msgid "Progress Bar Size"
7258
+ msgstr ""
7259
+
7260
+ #: includes/widgets/htmega_progressbar.php:277
7261
+ msgid "Progress bar track color"
7262
+ msgstr ""
7263
+
7264
+ #: includes/widgets/htmega_progressbar.php:120
7265
+ #: includes/widgets/htmega_progressbar.php:212
7266
+ msgid "Progress Bar Value"
7267
+ msgstr ""
7268
+
7269
+ #: includes/widgets/htmega_progressbar.php:154
7270
+ #: includes/widgets/htmega_progressbar.php:293
7271
+ msgid "Progress bar value background color"
7272
+ msgstr ""
7273
+
7274
+ #: includes/widgets/htmega_progressbar.php:145
7275
+ #: includes/widgets/htmega_progressbar.php:284
7276
+ msgid "Progress bar value color"
7277
+ msgstr ""
7278
+
7279
+ #: includes/widgets/htmega_progressbar.php:228
7280
+ msgid "Progress Bar Width"
7281
+ msgstr ""
7282
+
7283
+ #: includes/widgets/htmega_progressbar.php:635
7284
+ msgid "Progress Indicator"
7285
+ msgstr ""
7286
+
7287
+ #: includes/widgets/htmega_pricing_list_view.php:120
7288
+ msgid "PSD Template"
7289
+ msgstr ""
7290
+
7291
+ #: admin/include/admin-setting.php:1193
7292
+ #: extensions/ht-builder/admin/setting.php:151
7293
+ #: extensions/wc-sales-notification/admin/setting.php:235
7294
+ msgid "Purchase our"
7295
+ msgstr ""
7296
+
7297
+ #: includes/widgets/htmega_animated_heading.php:97
7298
+ msgid "Purpose,policy,Company"
7299
+ msgstr ""
7300
+
7301
+ #: includes/widgets/htmega_animated_heading.php:70
7302
+ msgid "Push"
7303
+ msgstr ""
7304
+
7305
+ #: admin/include/admin-setting.php:979 includes/widgets/htmega_qu_forms.php:13
7306
+ #: includes/widgets/htmega_qu_forms.php:45
7307
+ msgid "QU Form"
7308
+ msgstr ""
7309
+
7310
+ #: includes/widgets/htmega_wc_add_to_cart.php:73
7311
+ msgid "Quantity"
7312
+ msgstr ""
7313
+
7314
+ #: includes/widgets/htmega_blockquote.php:326
7315
+ msgid "Quote By"
7316
+ msgstr ""
7317
+
7318
+ #: includes/widgets/htmega_blockquote.php:493
7319
+ msgid "Quote Icon"
7320
+ msgstr ""
7321
+
7322
+ #: includes/widgets/htmega_job_manager.php:87
7323
+ #: includes/widgets/htmega_news_ticker.php:235
7324
+ #: includes/widgets/htmega_post_carousel.php:165
7325
+ #: includes/widgets/htmega_post_grid.php:144
7326
+ #: includes/widgets/htmega_post_grid_tab.php:152
7327
+ #: includes/widgets/htmega_post_slider.php:153
7328
+ msgid "Random"
7329
+ msgstr ""
7330
+
7331
+ #: includes/widgets/htmega_testimonial_grid.php:426
7332
+ msgid "Rating"
7333
+ msgstr ""
7334
+
7335
+ #: includes/widgets/htmega_image_grid.php:107
7336
+ #: includes/widgets/htmega_image_grid.php:136
7337
+ #: includes/widgets/htmega_image_masonry.php:116
7338
+ #: includes/widgets/htmega_image_masonry.php:145
7339
+ #: includes/widgets/htmega_post_carousel.php:242
7340
+ #: includes/widgets/htmega_post_carousel.php:254
7341
+ #: includes/widgets/htmega_post_carousel.php:255
7342
+ #: includes/widgets/htmega_post_carousel.php:1013
7343
+ #: includes/widgets/htmega_post_grid_tab.php:193
7344
+ #: includes/widgets/htmega_post_grid_tab.php:205
7345
+ #: includes/widgets/htmega_post_grid_tab.php:206
7346
+ #: includes/widgets/htmega_post_grid_tab.php:677
7347
+ #: includes/widgets/htmega_post_slider.php:211
7348
+ #: includes/widgets/htmega_post_slider.php:223
7349
+ #: includes/widgets/htmega_post_slider.php:224
7350
+ #: includes/widgets/htmega_post_slider.php:969
7351
+ #: includes/widgets/htmega_services.php:132
7352
+ msgid "Read More"
7353
+ msgstr ""
7354
+
7355
+ #: includes/widgets/htmega_image_grid.php:347
7356
+ #: includes/widgets/htmega_image_masonry.php:356
7357
+ msgid "Read More Button"
7358
+ msgstr ""
7359
+
7360
+ #: includes/widgets/htmega_post_carousel.php:252
7361
+ #: includes/widgets/htmega_post_grid_tab.php:203
7362
+ #: includes/widgets/htmega_post_slider.php:221
7363
+ msgid "Read More button text"
7364
+ msgstr ""
7365
+
7366
+ #: includes/widgets/htmega_image_grid.php:114
7367
+ #: includes/widgets/htmega_image_masonry.php:123
7368
+ msgid "Read More Link"
7369
+ msgstr ""
7370
+
7371
+ #: includes/widgets/htmega_image_grid.php:105
7372
+ #: includes/widgets/htmega_image_masonry.php:114
7373
+ msgid "Read More Text"
7374
+ msgstr ""
7375
+
7376
+ #: includes/widgets/htmega_cuctom_event.php:88
7377
+ msgid "Read More."
7378
+ msgstr ""
7379
+
7380
+ #: includes/widgets/htmega_pricing_table.php:210
7381
+ #: extensions/wc-sales-notification/admin/setting.php:69
7382
+ msgid "Real"
7383
+ msgstr ""
7384
+
7385
+ #: includes/widgets/htmega_socialshere.php:69
7386
+ msgid "Reddit"
7387
+ msgstr ""
7388
+
7389
+ #: includes/widgets/htmega_user_login_form.php:130
7390
+ msgid "Redirect page after Login"
7391
+ msgstr ""
7392
+
7393
+ #: includes/widgets/htmega_user_register_form.php:383
7394
+ #: includes/widgets/htmega_user_register_form.php:384
7395
+ msgid "REGISTER"
7396
+ msgstr ""
7397
+
7398
+ #: includes/widgets/htmega_user_login_form.php:178
7399
+ #: includes/widgets/htmega_user_login_form.php:191
7400
+ #: includes/widgets/htmega_user_login_form.php:832
7401
+ msgid "Register"
7402
+ msgstr ""
7403
+
7404
+ #: includes/widgets/htmega_user_register_form.php:28
7405
+ msgid "Register Form"
7406
+ msgstr ""
7407
+
7408
+ #: includes/widgets/htmega_user_login_form.php:189
7409
+ msgid "Register Link Text"
7410
+ msgstr ""
7411
+
7412
+ #: admin/include/admin-setting.php:824
7413
+ msgid "Related Post"
7414
+ msgstr ""
7415
+
7416
+ #: admin/include/admin-setting.php:823
7417
+ msgid "Related Post <span>( Pro )</span>"
7418
+ msgstr ""
7419
+
7420
+ #: includes/widgets/htmega_user_login_form.php:166
7421
+ #: includes/widgets/htmega_user_login_form.php:813
7422
+ msgid "Remember Me"
7423
+ msgstr ""
7424
+
7425
+ #: includes/widgets/htmega_socialshere.php:80
7426
+ msgid "Renren"
7427
+ msgstr ""
7428
+
7429
+ #: includes/widgets/htmega_video_player.php:145
7430
+ msgid "Repeat Video"
7431
+ msgstr ""
7432
+
7433
+ #: includes/widgets/htmega_bbpress.php:45
7434
+ msgid "Reply Form"
7435
+ msgstr ""
7436
+
7437
+ #: includes/widgets/htmega_wc_element_pages.php:510
7438
+ msgid "Required Color"
7439
+ msgstr ""
7440
+
7441
+ #: admin/include/admin-setting.php:999
7442
+ #: includes/widgets/htmega_revolution_slider.php:13
7443
+ #: includes/widgets/htmega_revolution_slider.php:47
7444
+ msgid "Revolution Slider"
7445
+ msgstr ""
7446
+
7447
+ #: includes/widgets/htmega_pricing_table.php:74
7448
+ msgid "Ribon"
7449
+ msgstr ""
7450
+
7451
+ #: includes/widgets/htmega_pricing_table.php:84
7452
+ msgid "Ribon Background"
7453
+ msgstr ""
7454
+
7455
+ #: includes/widgets/htmega_pricing_table.php:96
7456
+ msgid "Ribon image"
7457
+ msgstr ""
7458
+
7459
+ #: includes/widgets/htmega_404_content.php:242
7460
+ #: includes/widgets/htmega_accordion.php:457
7461
+ #: includes/widgets/htmega_accordion.php:640
7462
+ #: includes/widgets/htmega_add_banner.php:160
7463
+ #: includes/widgets/htmega_blockquote.php:185
7464
+ #: includes/widgets/htmega_buddy_press.php:247
7465
+ #: includes/widgets/htmega_button.php:125
7466
+ #: includes/widgets/htmega_button.php:175
7467
+ #: includes/widgets/htmega_call_to_action.php:190
7468
+ #: includes/widgets/htmega_contact_form_seven.php:120
7469
+ #: includes/widgets/htmega_countdown.php:470
7470
+ #: includes/widgets/htmega_countdown.php:501
7471
+ #: includes/widgets/htmega_counter.php:257
7472
+ #: includes/widgets/htmega_double_button.php:279
7473
+ #: includes/widgets/htmega_double_button.php:515
7474
+ #: includes/widgets/htmega_double_button.php:719
7475
+ #: includes/widgets/htmega_easy_digital_download.php:311
7476
+ #: includes/widgets/htmega_flip-box.php:315
7477
+ #: includes/widgets/htmega_image_grid.php:197
7478
+ #: includes/widgets/htmega_image_grid.php:287
7479
+ #: includes/widgets/htmega_image_masonry.php:206
7480
+ #: includes/widgets/htmega_image_masonry.php:296
7481
+ #: includes/widgets/htmega_job_manager.php:145
7482
+ #: includes/widgets/htmega_mailchimp_for_wp.php:122
7483
+ #: includes/widgets/htmega_modal.php:354 includes/widgets/htmega_modal.php:775
7484
+ #: includes/widgets/htmega_offcanvas.php:90
7485
+ #: includes/widgets/htmega_offcanvas.php:130
7486
+ #: includes/widgets/htmega_offcanvas.php:244
7487
+ #: includes/widgets/htmega_panel_slider.php:488
7488
+ #: includes/widgets/htmega_popover.php:187
7489
+ #: includes/widgets/htmega_popover.php:266
7490
+ #: includes/widgets/htmega_popover.php:674
7491
+ #: includes/widgets/htmega_popover.php:783
7492
+ #: includes/widgets/htmega_post_carousel.php:690
7493
+ #: includes/widgets/htmega_post_carousel.php:782
7494
+ #: includes/widgets/htmega_post_carousel.php:993
7495
+ #: includes/widgets/htmega_post_grid.php:263
7496
+ #: includes/widgets/htmega_post_grid.php:357
7497
+ #: includes/widgets/htmega_post_grid_tab.php:357
7498
+ #: includes/widgets/htmega_post_grid_tab.php:446
7499
+ #: includes/widgets/htmega_post_grid_tab.php:657
7500
+ #: includes/widgets/htmega_post_slider.php:646
7501
+ #: includes/widgets/htmega_post_slider.php:738
7502
+ #: includes/widgets/htmega_post_slider.php:949
7503
+ #: includes/widgets/htmega_pricing_list_view.php:509
7504
+ #: includes/widgets/htmega_pricing_list_view.php:632
7505
+ #: includes/widgets/htmega_search.php:135
7506
+ #: includes/widgets/htmega_section_title.php:390
7507
+ #: includes/widgets/htmega_services.php:212
7508
+ #: includes/widgets/htmega_services.php:308
7509
+ #: includes/widgets/htmega_services.php:438
7510
+ #: includes/widgets/htmega_services.php:627
7511
+ #: includes/widgets/htmega_services.php:827
7512
+ #: includes/widgets/htmega_single_post.php:184
7513
+ #: includes/widgets/htmega_single_post.php:349
7514
+ #: includes/widgets/htmega_slider_thumb_gallery.php:46
7515
+ #: includes/widgets/htmega_special_banner.php:43
7516
+ #: includes/widgets/htmega_special_banner.php:266
7517
+ #: includes/widgets/htmega_tab.php:326 includes/widgets/htmega_table.php:426
7518
+ #: includes/widgets/htmega_table.php:546
7519
+ #: includes/widgets/htmega_tablepress.php:215
7520
+ #: includes/widgets/htmega_tablepress.php:372
7521
+ #: includes/widgets/htmega_teammember.php:67
7522
+ #: includes/widgets/htmega_teammember.php:411
7523
+ #: includes/widgets/htmega_teammember.php:508
7524
+ #: includes/widgets/htmega_teammember.php:605
7525
+ #: includes/widgets/htmega_teammember.php:673
7526
+ #: includes/widgets/htmega_testimonial.php:556
7527
+ #: includes/widgets/htmega_testimonial.php:653
7528
+ #: includes/widgets/htmega_testimonial.php:751
7529
+ #: includes/widgets/htmega_testimonial_grid.php:350
7530
+ #: includes/widgets/htmega_toggle.php:202
7531
+ #: includes/widgets/htmega_tooltip.php:175
7532
+ #: includes/widgets/htmega_tooltip.php:242
7533
+ #: includes/widgets/htmega_user_login_form.php:244
7534
+ #: includes/widgets/htmega_user_login_form.php:724
7535
+ #: includes/widgets/htmega_user_register_form.php:414
7536
+ #: includes/widgets/htmega_user_register_form.php:1008
7537
+ #: includes/widgets/htmega_video_player.php:212
7538
+ #: includes/widgets/htmega_wc_categories.php:352
7539
+ msgid "Right"
7540
+ msgstr ""
7541
+
7542
+ #: includes/widgets/htmega_post_slider.php:1182
7543
+ msgid "Right Arrow position"
7544
+ msgstr ""
7545
+
7546
+ #: includes/widgets/htmega_blockquote.php:95
7547
+ msgid "Right Bottom"
7548
+ msgstr ""
7549
+
7550
+ #: includes/widgets/htmega_blockquote.php:94
7551
+ msgid "Right Center"
7552
+ msgstr ""
7553
+
7554
+ #: includes/widgets/htmega_blockquote.php:93
7555
+ msgid "Right Top"
7556
+ msgstr ""
7557
+
7558
+ #: includes/widgets/htmega_section_title.php:304
7559
+ msgid "Rotate"
7560
+ msgstr ""
7561
+
7562
+ #: includes/widgets/htmega_animated_heading.php:71
7563
+ msgid "Rotate Style One"
7564
+ msgstr ""
7565
+
7566
+ #: includes/widgets/htmega_animated_heading.php:73
7567
+ msgid "Rotate Style Three"
7568
+ msgstr ""
7569
+
7570
+ #: includes/widgets/htmega_animated_heading.php:72
7571
+ msgid "Rotate Style Two"
7572
+ msgstr ""
7573
+
7574
+ #: includes/widgets/htmega_pricing_list_view.php:215
7575
+ #: includes/widgets/htmega_table.php:195
7576
+ msgid "Row"
7577
+ msgstr ""
7578
+
7579
+ #: includes/widgets/htmega_pricing_list_view.php:311
7580
+ #: includes/widgets/htmega_table.php:234
7581
+ msgid "row"
7582
+ msgstr ""
7583
+
7584
+ #: includes/widgets/htmega_booked_calender.php:912
7585
+ msgid "Row Border Color"
7586
+ msgstr ""
7587
+
7588
+ #: includes/widgets/htmega_booked_calender.php:923
7589
+ msgid "Row Border Width"
7590
+ msgstr ""
7591
+
7592
+ #: includes/widgets/htmega_news_ticker.php:78
7593
+ msgid "Row Height"
7594
+ msgstr ""
7595
+
7596
+ #: includes/widgets/htmega_pricing_table.php:211
7597
+ msgid "Ruble"
7598
+ msgstr ""
7599
+
7600
+ #: includes/widgets/htmega_pricing_table.php:212
7601
+ msgid "Rupee"
7602
+ msgstr ""
7603
+
7604
+ #: includes/widgets/htmega_pricing_table.php:213
7605
+ msgid "Rupee (Indian)"
7606
+ msgstr ""
7607
+
7608
+ #: extensions/wc-sales-notification/admin/setting.php:78
7609
+ msgid ""
7610
+ "Sale Notification Position on frontend.( Top Left, Top Right, Bottom Right "
7611
+ "option are pro features ) <span>( Pro )</span>"
7612
+ msgstr ""
7613
+
7614
+ #: extensions/wc-sales-notification/admin/setting.php:48
7615
+ msgid "Sale Notification Settings"
7616
+ msgstr ""
7617
+
7618
+ #: admin/include/admin-setting.php:640
7619
+ #: extensions/wc-sales-notification/admin/setting.php:33
7620
+ #: extensions/wc-sales-notification/admin/setting.php:34
7621
+ msgid "Sales Notification"
7622
+ msgstr ""
7623
+
7624
+ #: admin/include/admin-setting.php:1139 admin/include/admin-setting.php:1165
7625
+ msgid "Sales upto date option"
7626
+ msgstr ""
7627
+
7628
+ #: includes/widgets/htmega_teammember.php:102
7629
+ msgid "Sams Roy"
7630
+ msgstr ""
7631
+
7632
+ #: includes/widgets/htmega_business_hours.php:56
7633
+ #: includes/widgets/htmega_business_hours.php:142
7634
+ msgid "Saturday"
7635
+ msgstr ""
7636
+
7637
+ #: includes/widgets/htmega_animated_heading.php:69
7638
+ msgid "Scale"
7639
+ msgstr ""
7640
+
7641
+ #: admin/include/admin-setting.php:422
7642
+ #: includes/widgets/htmega_scroll_image.php:13
7643
+ #: includes/widgets/htmega_scroll_image.php:28
7644
+ msgid "Scroll Image"
7645
+ msgstr ""
7646
+
7647
+ #: admin/include/admin-setting.php:430
7648
+ #: includes/widgets/htmega_scroll_navigation.php:13
7649
+ #: includes/widgets/htmega_scroll_navigation.php:40
7650
+ msgid "Scroll Navigation"
7651
+ msgstr ""
7652
+
7653
+ #: admin/include/admin-setting.php:438 includes/widgets/htmega_search.php:13
7654
+ #: includes/widgets/htmega_search.php:28 includes/widgets/htmega_search.php:53
7655
+ #: includes/widgets/htmega_search.php:54 includes/widgets/htmega_search.php:85
7656
+ #: includes/widgets/htmega_search.php:86 includes/widgets/htmega_search.php:507
7657
+ msgid "Search"
7658
+ msgstr ""
7659
+
7660
+ #: includes/widgets/htmega_search.php:83
7661
+ msgid "Search Button Text"
7662
+ msgstr ""
7663
+
7664
+ #: includes/widgets/htmega_tablepress.php:91
7665
+ msgid "Search Hide"
7666
+ msgstr ""
7667
+
7668
+ #: extensions/ht-builder/admin/setting.php:100
7669
+ msgid "Search Page Template."
7670
+ msgstr ""
7671
+
7672
+ #: includes/widgets/htmega_table.php:95
7673
+ msgid "Searching"
7674
+ msgstr ""
7675
+
7676
+ #: includes/widgets/htmega_button.php:81
7677
+ msgid "Secondary"
7678
+ msgstr ""
7679
+
7680
+ #: includes/widgets/htmega_countdown.php:154
7681
+ #: includes/widgets/htmega_countdown.php:236
7682
+ #: includes/widgets/htmega_countdown.php:238
7683
+ msgid "Seconds"
7684
+ msgstr ""
7685
+
7686
+ #: includes/widgets/htmega_section_title.php:336
7687
+ msgid "Section style"
7688
+ msgstr ""
7689
+
7690
+ #: admin/include/admin-setting.php:446
7691
+ #: includes/widgets/htmega_section_title.php:14
7692
+ #: includes/widgets/htmega_section_title.php:29
7693
+ msgid "Section Title"
7694
+ msgstr ""
7695
+
7696
+ #: includes/widgets/htmega_wc_element_pages.php:44
7697
+ msgid "Select"
7698
+ msgstr ""
7699
+
7700
+ #: admin/include/admin-setting.php:619
7701
+ msgid "Select 404 Page."
7702
+ msgstr ""
7703
+
7704
+ #: includes/widgets/htmega_wc_categories.php:71
7705
+ msgid "Select Category Type"
7706
+ msgstr ""
7707
+
7708
+ #: includes/widgets/htmega_accordion.php:91
7709
+ #: includes/widgets/htmega_accordion.php:202
7710
+ msgid "Select Conten Source"
7711
+ msgstr ""
7712
+
7713
+ #: includes/widgets/htmega_blockquote.php:35
7714
+ #: includes/widgets/htmega_modal.php:45 includes/widgets/htmega_switcher.php:54
7715
+ #: includes/widgets/htmega_switcher.php:125 includes/widgets/htmega_tab.php:80
7716
+ #: includes/widgets/htmega_toggle.php:72
7717
+ msgid "Select Content Source"
7718
+ msgstr ""
7719
+
7720
+ #: extensions/wc-sales-notification/admin/setting.php:65
7721
+ msgid "Select Content Type <span>( Pro )</span>"
7722
+ msgstr ""
7723
+
7724
+ #: includes/widgets/htmega_download_monitor.php:26
7725
+ msgid "Select Download File"
7726
+ msgstr ""
7727
+
7728
+ #: includes/widgets/htmega_countdown.php:39
7729
+ msgid "Select Event"
7730
+ msgstr ""
7731
+
7732
+ #: includes/widgets/htmega_download_monitor.php:47
7733
+ msgid "Select File"
7734
+ msgstr ""
7735
+
7736
+ #: includes/helper-function.php:241
7737
+ #: includes/widgets/htmega_caldera_forms.php:35
7738
+ #: includes/widgets/htmega_gravity_forms.php:27
7739
+ #: includes/widgets/htmega_gravity_forms.php:52
7740
+ #: includes/widgets/htmega_ninja_forms.php:29
7741
+ #: includes/widgets/htmega_ninja_forms.php:52
7742
+ #: includes/widgets/htmega_qu_forms.php:28
7743
+ #: includes/widgets/htmega_qu_forms.php:52
7744
+ #: includes/widgets/htmega_wpforms.php:49
7745
+ msgid "Select Form"
7746
+ msgstr ""
7747
+
7748
+ #: includes/widgets/htmega_job_manager.php:178
7749
+ #: includes/widgets/htmega_job_manager.php:185
7750
+ msgid "Select Job"
7751
+ msgstr ""
7752
+
7753
+ #: includes/widgets/htmega_wc_add_to_cart.php:45
7754
+ msgid "Select Post"
7755
+ msgstr ""
7756
+
7757
+ #: includes/helper-function.php:67 includes/widgets/htmega_offcanvas.php:70
7758
+ msgid "Select Sidebar"
7759
+ msgstr ""
7760
+
7761
+ #: includes/widgets/htmega_layer_slider.php:48
7762
+ #: includes/widgets/htmega_revolution_slider.php:28
7763
+ #: includes/widgets/htmega_revolution_slider.php:54
7764
+ msgid "Select Slider"
7765
+ msgstr ""
7766
+
7767
+ #: includes/widgets/htmega_offcanvas.php:42
7768
+ msgid "Select Source"
7769
+ msgstr ""
7770
+
7771
+ #: includes/widgets/htmega_tablepress.php:26
7772
+ #: includes/widgets/htmega_tablepress.php:49
7773
+ msgid "Select Table"
7774
+ msgstr ""
7775
+
7776
+ #: includes/helper-function.php:27 includes/widgets/htmega_offcanvas.php:56
7777
+ msgid "Select Template"
7778
+ msgstr ""
7779
+
7780
+ #: includes/widgets/htmega_notify.php:87
7781
+ #: includes/widgets/htmega_video_player.php:55
7782
+ msgid "Self"
7783
+ msgstr ""
7784
+
7785
+ #: includes/widgets/htmega_vertical_timeline.php:65
7786
+ #: includes/widgets/htmega_vertical_timeline.php:93
7787
+ msgid "Sep<br/>2018"
7788
+ msgstr ""
7789
+
7790
+ #: includes/widgets/htmega_blockquote.php:419
7791
+ msgid "Separator Color"
7792
+ msgstr ""
7793
+
7794
+ #: includes/widgets/htmega_blockquote.php:462
7795
+ msgid "Separator Height"
7796
+ msgstr ""
7797
+
7798
+ #: includes/widgets/htmega_blockquote.php:404
7799
+ msgid "Separator Position"
7800
+ msgstr ""
7801
+
7802
+ #: includes/widgets/htmega_section_title.php:458
7803
+ msgid "Separator Specing"
7804
+ msgstr ""
7805
+
7806
+ #: includes/widgets/htmega_blockquote.php:435
7807
+ msgid "Separator Width"
7808
+ msgstr ""
7809
+
7810
+ #: includes/widgets/htmega_booked_calender.php:102
7811
+ msgid "September"
7812
+ msgstr ""
7813
+
7814
+ #: admin/include/admin-setting.php:454 includes/widgets/htmega_services.php:13
7815
+ #: includes/widgets/htmega_services.php:28
7816
+ msgid "Service"
7817
+ msgstr ""
7818
+
7819
+ #: includes/widgets/htmega_services.php:130
7820
+ msgid "Service Button text"
7821
+ msgstr ""
7822
+
7823
+ #: includes/widgets/htmega_services.php:121
7824
+ msgid "Service description"
7825
+ msgstr ""
7826
+
7827
+ #: includes/widgets/htmega_services.php:61
7828
+ msgid "Service Icon Type"
7829
+ msgstr ""
7830
+
7831
+ #: includes/widgets/htmega_services.php:139
7832
+ msgid "Service Link"
7833
+ msgstr ""
7834
+
7835
+ #: includes/widgets/htmega_services.php:52
7836
+ msgid "Service Title"
7837
+ msgstr ""
7838
+
7839
+ #: includes/widgets/htmega_services.php:54
7840
+ msgid "Services Title"
7841
+ msgstr ""
7842
+
7843
+ #: includes/class.htmega.php:119 admin/include/admin-setting.php:47
7844
+ #: admin/include/admin-setting.php:48
7845
+ msgid "Settings"
7846
+ msgstr ""
7847
+
7848
+ #: includes/widgets/htmega_button.php:392
7849
+ msgid "Shadow 1"
7850
+ msgstr ""
7851
+
7852
+ #: includes/widgets/htmega_button.php:393
7853
+ msgid "Shadow 2"
7854
+ msgstr ""
7855
+
7856
+ #: includes/widgets/htmega_pricing_table.php:214
7857
+ msgid "Shekel"
7858
+ msgstr ""
7859
+
7860
+ #: includes/widgets/htmega_buddy_press.php:102
7861
+ #: includes/widgets/htmega_buddy_press.php:115
7862
+ #: includes/widgets/htmega_buddy_press.php:130
7863
+ #: includes/widgets/htmega_buddy_press.php:145
7864
+ #: includes/widgets/htmega_double_button.php:74
7865
+ #: includes/widgets/htmega_gravity_forms.php:65
7866
+ #: includes/widgets/htmega_gravity_forms.php:77
7867
+ #: includes/widgets/htmega_instagram.php:109
7868
+ #: includes/widgets/htmega_instagram.php:121
7869
+ #: includes/widgets/htmega_instagram.php:133
7870
+ #: includes/widgets/htmega_instagram.php:145
7871
+ #: includes/widgets/htmega_news_ticker.php:272
7872
+ #: includes/widgets/htmega_popover.php:122
7873
+ #: includes/widgets/htmega_popover.php:199
7874
+ #: includes/widgets/htmega_socialshere.php:359
7875
+ #: includes/widgets/htmega_socialshere.php:374
7876
+ #: includes/widgets/htmega_table.php:60 includes/widgets/htmega_table.php:85
7877
+ #: includes/widgets/htmega_table.php:97 includes/widgets/htmega_table.php:109
7878
+ #: includes/widgets/htmega_table.php:121
7879
+ #: includes/widgets/htmega_tooltip.php:122
7880
+ #: includes/widgets/htmega_twitter_feed.php:138
7881
+ #: includes/widgets/htmega_twitter_feed.php:150
7882
+ #: includes/widgets/htmega_twitter_feed.php:162
7883
+ #: includes/widgets/htmega_twitter_feed.php:174
7884
+ #: includes/widgets/htmega_twitter_feed.php:186
7885
+ #: includes/widgets/htmega_user_login_form.php:57
7886
+ #: includes/widgets/htmega_user_login_form.php:68
7887
+ #: includes/widgets/htmega_user_login_form.php:159
7888
+ #: includes/widgets/htmega_user_login_form.php:170
7889
+ #: includes/widgets/htmega_user_login_form.php:182
7890
+ #: includes/widgets/htmega_user_register_form.php:53
7891
+ #: includes/widgets/htmega_user_register_form.php:66
7892
+ #: includes/widgets/htmega_user_register_form.php:78
7893
+ #: includes/widgets/htmega_user_register_form.php:90
7894
+ #: includes/widgets/htmega_user_register_form.php:102
7895
+ #: includes/widgets/htmega_user_register_form.php:114
7896
+ #: includes/widgets/htmega_user_register_form.php:127
7897
+ #: includes/widgets/htmega_user_register_form.php:261
7898
+ #: includes/widgets/htmega_wc_add_to_cart.php:66
7899
+ #: includes/widgets/htmega_wpforms.php:63
7900
+ #: includes/widgets/htmega_wpforms.php:75
7901
+ msgid "Show"
7902
+ msgstr ""
7903
+
7904
+ #: includes/widgets/htmega_buddy_press.php:113
7905
+ msgid "Show Active Time"
7906
+ msgstr ""
7907
+
7908
+ #: includes/widgets/htmega_easy_digital_download.php:125
7909
+ #: includes/widgets/htmega_toggle.php:38 includes/widgets/htmega_toggle.php:39
7910
+ #: includes/widgets/htmega_wc_categories.php:74
7911
+ msgid "Show All"
7912
+ msgstr ""
7913
+
7914
+ #: includes/widgets/htmega_notify.php:129
7915
+ msgid "Show Animation"
7916
+ msgstr ""
7917
+
7918
+ #: includes/widgets/htmega_twitter_feed.php:148
7919
+ msgid "Show Author Image"
7920
+ msgstr ""
7921
+
7922
+ #: includes/widgets/htmega_twitter_feed.php:160
7923
+ msgid "Show Author Name"
7924
+ msgstr ""
7925
+
7926
+ #: includes/widgets/htmega_easy_digital_download.php:91
7927
+ msgid "Show Buy Button"
7928
+ msgstr ""
7929
+
7930
+ #: includes/widgets/htmega_instagram.php:119
7931
+ msgid "Show Comment"
7932
+ msgstr ""
7933
+
7934
+ #: includes/widgets/htmega_easy_digital_download.php:71
7935
+ msgid "Show Content"
7936
+ msgstr ""
7937
+
7938
+ #: includes/widgets/htmega_video_player.php:157
7939
+ msgid "Show Controller Button"
7940
+ msgstr ""
7941
+
7942
+ #: includes/widgets/htmega_gravity_forms.php:74
7943
+ msgid "Show Description"
7944
+ msgstr ""
7945
+
7946
+ #: includes/widgets/htmega_download_monitor.php:82
7947
+ msgid "Show Download Count"
7948
+ msgstr ""
7949
+
7950
+ #: includes/widgets/htmega_download_monitor.php:70
7951
+ msgid "Show File Size"
7952
+ msgstr ""
7953
+
7954
+ #: includes/widgets/htmega_download_monitor.php:58
7955
+ msgid "Show File Type"
7956
+ msgstr ""
7957
+
7958
+ #: includes/widgets/htmega_user_register_form.php:51
7959
+ msgid "Show First Name"
7960
+ msgstr ""
7961
+
7962
+ #: includes/widgets/htmega_instagram.php:143
7963
+ msgid "Show Follow Button"
7964
+ msgstr ""
7965
+
7966
+ #: includes/widgets/htmega_instagram_feed.php:103
7967
+ msgid "Show Follow Text"
7968
+ msgstr ""
7969
+
7970
+ #: includes/widgets/htmega_buddy_press.php:143
7971
+ msgid "Show Friend Count"
7972
+ msgstr ""
7973
+
7974
+ #: includes/widgets/htmega_instagram_feed.php:68
7975
+ msgid "Show Header"
7976
+ msgstr ""
7977
+
7978
+ #: includes/widgets/htmega_notify.php:46
7979
+ msgid "Show Info"
7980
+ msgstr ""
7981
+
7982
+ #: includes/widgets/htmega_user_register_form.php:112
7983
+ msgid "Show label"
7984
+ msgstr ""
7985
+
7986
+ #: includes/widgets/htmega_user_register_form.php:64
7987
+ msgid "Show Last Name"
7988
+ msgstr ""
7989
+
7990
+ #: includes/widgets/htmega_instagram.php:131
7991
+ msgid "Show Light Box"
7992
+ msgstr ""
7993
+
7994
+ #: includes/widgets/htmega_instagram.php:107
7995
+ msgid "Show Like"
7996
+ msgstr ""
7997
+
7998
+ #: includes/widgets/htmega_popover.php:120
7999
+ #: includes/widgets/htmega_tooltip.php:120
8000
+ msgid "Show Link"
8001
+ msgstr ""
8002
+
8003
+ #: includes/widgets/htmega_buddy_press.php:100
8004
+ msgid "Show Meta Info"
8005
+ msgstr ""
8006
+
8007
+ #: includes/widgets/htmega_easy_digital_download.php:101
8008
+ msgid "Show Pagination"
8009
+ msgstr ""
8010
+
8011
+ #: includes/widgets/htmega_easy_digital_download.php:81
8012
+ msgid "Show Price"
8013
+ msgstr ""
8014
+
8015
+ #: includes/widgets/htmega_wc_add_to_cart.php:63
8016
+ msgid "Show Quantity"
8017
+ msgstr ""
8018
+
8019
+ #: includes/widgets/htmega_buddy_press.php:128
8020
+ msgid "Show Register Time"
8021
+ msgstr ""
8022
+
8023
+ #: includes/widgets/htmega_twitter_feed.php:184
8024
+ msgid "Show Relative Time"
8025
+ msgstr ""
8026
+
8027
+ #: includes/widgets/htmega_table.php:58
8028
+ msgid "Show Sorting Options"
8029
+ msgstr ""
8030
+
8031
+ #: includes/widgets/htmega_easy_digital_download.php:61
8032
+ msgid "Show Thumbnail"
8033
+ msgstr ""
8034
+
8035
+ #: includes/widgets/htmega_twitter_feed.php:172
8036
+ msgid "Show Time"
8037
+ msgstr ""
8038
+
8039
+ #: includes/widgets/htmega_gravity_forms.php:62
8040
+ msgid "Show Title"
8041
+ msgstr ""
8042
+
8043
+ #: includes/widgets/htmega_twitter_feed.php:136
8044
+ msgid "Show Twitter Meta"
8045
+ msgstr ""
8046
+
8047
+ #: includes/widgets/htmega_video_player.php:169
8048
+ msgid "Show video sourse Logo"
8049
+ msgstr ""
8050
+
8051
+ #: includes/widgets/htmega_offcanvas.php:47
8052
+ msgid "Sidebar"
8053
+ msgstr ""
8054
+
8055
+ #: includes/widgets/htmega_pricing_table.php:371
8056
+ msgid "Sign Up"
8057
+ msgstr ""
8058
+
8059
+ #: extensions/ht-builder/admin/setting.php:64
8060
+ msgid "Single Blog Template."
8061
+ msgstr ""
8062
+
8063
+ #: includes/widgets/htmega_bbpress.php:41
8064
+ msgid "Single Forum"
8065
+ msgstr ""
8066
+
8067
+ #: includes/widgets/htmega_easy_digital_download.php:210
8068
+ #: includes/widgets/htmega_twitter_feed.php:508
8069
+ msgid "Single Item"
8070
+ msgstr ""
8071
+
8072
+ #: admin/include/admin-setting.php:462
8073
+ #: includes/widgets/htmega_single_post.php:13
8074
+ #: includes/widgets/htmega_single_post.php:28
8075
+ msgid "Single Post"
8076
+ msgstr ""
8077
+
8078
+ #: includes/widgets/htmega_wc_element_pages.php:46
8079
+ msgid "Single Product Page"
8080
+ msgstr ""
8081
+
8082
+ #: includes/widgets/htmega_bbpress.php:46
8083
+ msgid "Single Reply"
8084
+ msgstr ""
8085
+
8086
+ #: includes/widgets/htmega_bbpress.php:48
8087
+ msgid "Single Tag"
8088
+ msgstr ""
8089
+
8090
+ #: includes/widgets/htmega_bbpress.php:44
8091
+ msgid "Single Topic"
8092
+ msgstr ""
8093
+
8094
+ #: includes/widgets/htmega_bbpress.php:49
8095
+ msgid "Single View"
8096
+ msgstr ""
8097
+
8098
+ #: admin/include/admin-setting.php:760 admin/include/admin-setting.php:761
8099
+ msgid "Site Logo"
8100
+ msgstr ""
8101
+
8102
+ #: admin/include/admin-setting.php:751 admin/include/admin-setting.php:752
8103
+ msgid "Site Title"
8104
+ msgstr ""
8105
+
8106
+ #: includes/widgets/htmega_image_grid.php:60
8107
+ #: includes/widgets/htmega_image_masonry.php:69
8108
+ #: includes/widgets/htmega_testimonial_grid.php:59
8109
+ msgid "Six"
8110
+ msgstr ""
8111
+
8112
+ #: includes/widgets/htmega_buddy_press.php:82
8113
+ #: includes/widgets/htmega_counter.php:511
8114
+ #: includes/widgets/htmega_weather.php:67
8115
+ msgid "Size"
8116
+ msgstr ""
8117
+
8118
+ #: includes/widgets/htmega_double_button.php:72
8119
+ msgid "Skew Background"
8120
+ msgstr ""
8121
+
8122
+ #: includes/widgets/htmega_socialshere.php:82
8123
+ msgid "Skype"
8124
+ msgstr ""
8125
+
8126
+ #: includes/widgets/htmega_animated_heading.php:66
8127
+ msgid "Slide"
8128
+ msgstr ""
8129
+
8130
+ #: includes/widgets/htmega_carousel.php:105
8131
+ #: includes/widgets/htmega_instagram.php:155
8132
+ #: includes/widgets/htmega_panel_slider.php:125
8133
+ #: includes/widgets/htmega_post_slider.php:265
8134
+ #: includes/widgets/htmega_testimonial.php:63
8135
+ #: includes/widgets/htmega_twitter_feed.php:199
8136
+ msgid "Slider"
8137
+ msgstr ""
8138
+
8139
+ #: includes/widgets/htmega_carousel.php:145
8140
+ #: includes/widgets/htmega_instagram.php:306
8141
+ #: includes/widgets/htmega_panel_slider.php:165
8142
+ #: includes/widgets/htmega_post_carousel.php:304
8143
+ #: includes/widgets/htmega_post_slider.php:305
8144
+ #: includes/widgets/htmega_slider_thumb_gallery.php:142
8145
+ #: includes/widgets/htmega_testimonial.php:199
8146
+ #: includes/widgets/htmega_twitter_feed.php:239
8147
+ msgid "Slider Arrow"
8148
+ msgstr ""
8149
+
8150
+ #: includes/widgets/htmega_carousel.php:247
8151
+ #: includes/widgets/htmega_instagram.php:408
8152
+ #: includes/widgets/htmega_panel_slider.php:267
8153
+ #: includes/widgets/htmega_post_carousel.php:407
8154
+ #: includes/widgets/htmega_post_slider.php:407
8155
+ #: includes/widgets/htmega_slider_thumb_gallery.php:233
8156
+ #: includes/widgets/htmega_testimonial.php:301
8157
+ #: includes/widgets/htmega_twitter_feed.php:341
8158
+ msgid "Slider auto play"
8159
+ msgstr ""
8160
+
8161
+ #: includes/widgets/htmega_scroll_navigation.php:113
8162
+ msgid "Slider Direction"
8163
+ msgstr ""
8164
+
8165
+ #: includes/widgets/htmega_carousel.php:190
8166
+ #: includes/widgets/htmega_instagram.php:351
8167
+ #: includes/widgets/htmega_panel_slider.php:210
8168
+ #: includes/widgets/htmega_post_carousel.php:350
8169
+ #: includes/widgets/htmega_post_slider.php:350
8170
+ #: includes/widgets/htmega_slider_thumb_gallery.php:183
8171
+ #: includes/widgets/htmega_testimonial.php:244
8172
+ #: includes/widgets/htmega_twitter_feed.php:284
8173
+ msgid "Slider dots"
8174
+ msgstr ""
8175
+
8176
+ #: includes/widgets/htmega_carousel.php:286
8177
+ #: includes/widgets/htmega_carousel.php:328
8178
+ #: includes/widgets/htmega_carousel.php:383
8179
+ #: includes/widgets/htmega_instagram.php:447
8180
+ #: includes/widgets/htmega_instagram.php:489
8181
+ #: includes/widgets/htmega_instagram.php:544
8182
+ #: includes/widgets/htmega_panel_slider.php:306
8183
+ #: includes/widgets/htmega_panel_slider.php:348
8184
+ #: includes/widgets/htmega_panel_slider.php:403
8185
+ #: includes/widgets/htmega_post_carousel.php:446
8186
+ #: includes/widgets/htmega_post_carousel.php:488
8187
+ #: includes/widgets/htmega_post_carousel.php:543
8188
+ #: includes/widgets/htmega_post_slider.php:446
8189
+ #: includes/widgets/htmega_post_slider.php:488
8190
+ #: includes/widgets/htmega_post_slider.php:543
8191
+ #: includes/widgets/htmega_slider_thumb_gallery.php:266
8192
+ #: includes/widgets/htmega_slider_thumb_gallery.php:302
8193
+ #: includes/widgets/htmega_slider_thumb_gallery.php:349
8194
+ #: includes/widgets/htmega_testimonial.php:340
8195
+ #: includes/widgets/htmega_testimonial.php:382
8196
+ #: includes/widgets/htmega_testimonial.php:437
8197
+ #: includes/widgets/htmega_twitter_feed.php:380
8198
+ #: includes/widgets/htmega_twitter_feed.php:422
8199
+ #: includes/widgets/htmega_twitter_feed.php:477
8200
+ msgid "Slider item to scroll"
8201
+ msgstr ""
8202
+
8203
+ #: includes/widgets/htmega_carousel.php:130
8204
+ #: includes/widgets/htmega_carousel.php:313
8205
+ #: includes/widgets/htmega_carousel.php:368
8206
+ #: includes/widgets/htmega_instagram.php:291
8207
+ #: includes/widgets/htmega_instagram.php:474
8208
+ #: includes/widgets/htmega_instagram.php:529
8209
+ #: includes/widgets/htmega_panel_slider.php:150
8210
+ #: includes/widgets/htmega_panel_slider.php:333
8211
+ #: includes/widgets/htmega_panel_slider.php:388
8212
+ #: includes/widgets/htmega_post_carousel.php:289
8213
+ #: includes/widgets/htmega_post_carousel.php:473
8214
+ #: includes/widgets/htmega_post_carousel.php:528
8215
+ #: includes/widgets/htmega_post_slider.php:290
8216
+ #: includes/widgets/htmega_post_slider.php:473
8217
+ #: includes/widgets/htmega_post_slider.php:528
8218
+ #: includes/widgets/htmega_slider_thumb_gallery.php:129
8219
+ #: includes/widgets/htmega_slider_thumb_gallery.php:289
8220
+ #: includes/widgets/htmega_slider_thumb_gallery.php:336
8221
+ #: includes/widgets/htmega_testimonial.php:184
8222
+ #: includes/widgets/htmega_testimonial.php:367
8223
+ #: includes/widgets/htmega_testimonial.php:422
8224
+ #: includes/widgets/htmega_twitter_feed.php:224
8225
+ #: includes/widgets/htmega_twitter_feed.php:407
8226
+ #: includes/widgets/htmega_twitter_feed.php:462
8227
+ msgid "Slider Items"
8228
+ msgstr ""
8229
+
8230
+ #: includes/widgets/htmega_scroll_navigation.php:197
8231
+ msgid "Slider Navigation"
8232
+ msgstr ""
8233
+
8234
+ #: includes/widgets/htmega_carousel.php:120
8235
+ #: includes/widgets/htmega_instagram.php:281
8236
+ #: includes/widgets/htmega_panel_slider.php:140
8237
+ #: includes/widgets/htmega_post_slider.php:280
8238
+ #: includes/widgets/htmega_slider_thumb_gallery.php:122
8239
+ #: includes/widgets/htmega_testimonial.php:174
8240
+ #: includes/widgets/htmega_twitter_feed.php:214
8241
+ msgid "Slider Option"
8242
+ msgstr ""
8243
+
8244
+ #: includes/widgets/htmega_scroll_navigation.php:106
8245
+ msgid "Slider Options"
8246
+ msgstr ""
8247
+
8248
+ #: includes/widgets/htmega_scroll_navigation.php:207
8249
+ msgid "Slider Pagination"
8250
+ msgstr ""
8251
+
8252
+ #: includes/widgets/htmega_panel_slider.php:69
8253
+ msgid "Slider Sub Title"
8254
+ msgstr ""
8255
+
8256
+ #: includes/widgets/htmega_slider_thumb_gallery.php:36
8257
+ msgid "Slider Thumbnail"
8258
+ msgstr ""
8259
+
8260
+ #: admin/include/admin-setting.php:470
8261
+ #: includes/widgets/htmega_slider_thumb_gallery.php:13
8262
+ msgid "Slider Thumbnail Gallery"
8263
+ msgstr ""
8264
+
8265
+ #: includes/widgets/htmega_panel_slider.php:60
8266
+ msgid "Slider Title"
8267
+ msgstr ""
8268
+
8269
+ #: includes/widgets/htmega_scroll_navigation.php:178
8270
+ msgid "Slider Visible Item"
8271
+ msgstr ""
8272
+
8273
+ #: includes/widgets/htmega_easy_digital_download.php:184
8274
+ #: includes/widgets/htmega_wc_categories.php:124
8275
+ msgid "Slug"
8276
+ msgstr ""
8277
+
8278
+ #: includes/widgets/htmega_booked_calender.php:152
8279
+ #: includes/widgets/htmega_button.php:99
8280
+ #: includes/widgets/htmega_double_button.php:40
8281
+ msgid "Small"
8282
+ msgstr ""
8283
+
8284
+ #: includes/widgets/htmega_socialshere.php:52
8285
+ #: includes/widgets/htmega_teammember.php:136
8286
+ #: includes/widgets/htmega_teammember.php:627
8287
+ msgid "Social Media"
8288
+ msgstr ""
8289
+
8290
+ #: admin/include/admin-setting.php:478
8291
+ #: includes/widgets/htmega_socialshere.php:13
8292
+ msgid "Social Share"
8293
+ msgstr ""
8294
+
8295
+ #: admin/include/admin-setting.php:788
8296
+ msgid "Social share"
8297
+ msgstr ""
8298
+
8299
+ #: admin/include/admin-setting.php:787
8300
+ msgid "Social Share <span>( Pro )</span>"
8301
+ msgstr ""
8302
+
8303
+ #: includes/widgets/htmega_socialshere.php:34
8304
+ msgid "Social Shere"
8305
+ msgstr ""
8306
+
8307
+ #: includes/widgets/htmega_table.php:73
8308
+ msgid "Sorting Options"
8309
+ msgstr ""
8310
+
8311
+ #: includes/widgets/htmega_video_player.php:133
8312
+ msgid "Sound Mute"
8313
+ msgstr ""
8314
+
8315
+ #: includes/widgets/htmega_popover.php:209
8316
+ #: includes/widgets/htmega_tooltip.php:185
8317
+ msgid "Space With Button"
8318
+ msgstr ""
8319
+
8320
+ #: includes/helper-function.php:133
8321
+ msgid "span"
8322
+ msgstr ""
8323
+
8324
+ #: admin/include/admin-setting.php:134
8325
+ #: includes/widgets/htmega_special_banner.php:13
8326
+ msgid "Special Day Offer"
8327
+ msgstr ""
8328
+
8329
+ #: includes/widgets/htmega_scroll_navigation.php:169
8330
+ msgid "Speed"
8331
+ msgstr ""
8332
+
8333
+ #: includes/widgets/htmega_instagram.php:99
8334
+ #: includes/widgets/htmega_pricing_table.php:65
8335
+ #: includes/widgets/htmega_pricing_table.php:66
8336
+ msgid "Standard"
8337
+ msgstr ""
8338
+
8339
+ #: includes/widgets/htmega_accordion.php:767
8340
+ msgid "Start"
8341
+ msgstr ""
8342
+
8343
+ #: includes/widgets/htmega_bbpress.php:50
8344
+ msgid "Stats"
8345
+ msgstr ""
8346
+
8347
+ #: includes/widgets/htmega_progressbar.php:61
8348
+ msgid "Striped"
8349
+ msgstr ""
8350
+
8351
+ #: includes/widgets/htmega_socialshere.php:71
8352
+ msgid "Stumbleupon"
8353
+ msgstr ""
8354
+
8355
+ #: includes/widgets/htmega_404_content.php:35
8356
+ #: includes/widgets/htmega_404_content.php:223
8357
+ #: includes/widgets/htmega_accordion.php:46
8358
+ #: includes/widgets/htmega_add_banner.php:35
8359
+ #: includes/widgets/htmega_add_banner.php:140
8360
+ #: includes/widgets/htmega_blockquote.php:166
8361
+ #: includes/widgets/htmega_booked_calender.php:35
8362
+ #: includes/widgets/htmega_brand.php:35 includes/widgets/htmega_brand.php:113
8363
+ #: includes/widgets/htmega_call_to_action.php:35
8364
+ #: includes/widgets/htmega_call_to_action.php:127
8365
+ #: includes/widgets/htmega_carousel.php:43
8366
+ #: includes/widgets/htmega_contact_form_seven.php:35
8367
+ #: includes/widgets/htmega_contact_form_seven.php:64
8368
+ #: includes/widgets/htmega_countdown.php:87
8369
+ #: includes/widgets/htmega_counter.php:165
8370
+ #: includes/widgets/htmega_dropcaps.php:35
8371
+ #: includes/widgets/htmega_dropcaps.php:65
8372
+ #: includes/widgets/htmega_image_grid.php:35
8373
+ #: includes/widgets/htmega_image_grid.php:151
8374
+ #: includes/widgets/htmega_image_magnifier.php:101
8375
+ #: includes/widgets/htmega_image_marker.php:72
8376
+ #: includes/widgets/htmega_image_masonry.php:44
8377
+ #: includes/widgets/htmega_image_masonry.php:60
8378
+ #: includes/widgets/htmega_image_masonry.php:160
8379
+ #: includes/widgets/htmega_inline_menu.php:47
8380
+ #: includes/widgets/htmega_instagram.php:43
8381
+ #: includes/widgets/htmega_instagram.php:575
8382
+ #: includes/widgets/htmega_instagram_feed.php:131
8383
+ #: includes/widgets/htmega_lightbox.php:183
8384
+ #: includes/widgets/htmega_mailchimp_for_wp.php:35
8385
+ #: includes/widgets/htmega_mailchimp_for_wp.php:66
8386
+ #: includes/widgets/htmega_news_ticker.php:42
8387
+ #: includes/widgets/htmega_news_ticker.php:315
8388
+ #: includes/widgets/htmega_notify.php:256
8389
+ #: includes/widgets/htmega_offcanvas.php:169
8390
+ #: includes/widgets/htmega_panel_slider.php:43
8391
+ #: includes/widgets/htmega_popover.php:246
8392
+ #: includes/widgets/htmega_post_grid_tab.php:219
8393
+ #: includes/widgets/htmega_post_slider.php:1143
8394
+ #: includes/widgets/htmega_pricing_table.php:35
8395
+ #: includes/widgets/htmega_pricing_table.php:393
8396
+ #: includes/widgets/htmega_progressbar.php:43
8397
+ #: includes/widgets/htmega_scroll_image.php:85
8398
+ #: includes/widgets/htmega_search.php:35 includes/widgets/htmega_search.php:116
8399
+ #: includes/widgets/htmega_services.php:34
8400
+ #: includes/widgets/htmega_services.php:157
8401
+ #: includes/widgets/htmega_single_post.php:34
8402
+ #: includes/widgets/htmega_socialshere.php:117
8403
+ #: includes/widgets/htmega_socialshere.php:389
8404
+ #: includes/widgets/htmega_special_banner.php:246
8405
+ #: includes/widgets/htmega_switcher.php:169 includes/widgets/htmega_tab.php:35
8406
+ #: includes/widgets/htmega_tab.php:122
8407
+ #: includes/widgets/htmega_teammember.php:43
8408
+ #: includes/widgets/htmega_teammember.php:250
8409
+ #: includes/widgets/htmega_testimonial.php:43
8410
+ #: includes/widgets/htmega_testimonial.php:468
8411
+ #: includes/widgets/htmega_testimonial_grid.php:34
8412
+ #: includes/widgets/htmega_testimonial_grid.php:157
8413
+ #: includes/widgets/htmega_toggle.php:115
8414
+ #: includes/widgets/htmega_tooltip.php:222
8415
+ #: includes/widgets/htmega_twitter_feed.php:47
8416
+ #: includes/widgets/htmega_user_login_form.php:35
8417
+ #: includes/widgets/htmega_user_login_form.php:224
8418
+ #: includes/widgets/htmega_user_register_form.php:35
8419
+ #: includes/widgets/htmega_user_register_form.php:395
8420
+ #: includes/widgets/htmega_video_player.php:193
8421
+ #: includes/widgets/htmega_working_process.php:35
8422
+ #: includes/widgets/htmega_working_process.php:183
8423
+ msgid "Style"
8424
+ msgstr ""
8425
+
8426
+ #: includes/widgets/htmega_inline_menu.php:58
8427
+ #: includes/widgets/htmega_testimonial.php:54
8428
+ msgid "Style Eight"
8429
+ msgstr ""
8430
+
8431
+ #: includes/widgets/htmega_add_banner.php:43
8432
+ #: includes/widgets/htmega_animated_heading.php:50
8433
+ #: includes/widgets/htmega_brand.php:43
8434
+ #: includes/widgets/htmega_call_to_action.php:43
8435
+ #: includes/widgets/htmega_carousel.php:51
8436
+ #: includes/widgets/htmega_contact_form_seven.php:43
8437
+ #: includes/widgets/htmega_dropcaps.php:43
8438
+ #: includes/widgets/htmega_image_grid.php:43
8439
+ #: includes/widgets/htmega_image_marker.php:80
8440
+ #: includes/widgets/htmega_image_masonry.php:52
8441
+ #: includes/widgets/htmega_inline_menu.php:55
8442
+ #: includes/widgets/htmega_mailchimp_for_wp.php:43
8443
+ #: includes/widgets/htmega_news_ticker.php:50
8444
+ #: includes/widgets/htmega_pricing_table.php:43
8445
+ #: includes/widgets/htmega_search.php:43
8446
+ #: includes/widgets/htmega_section_title.php:44
8447
+ #: includes/widgets/htmega_services.php:42 includes/widgets/htmega_tab.php:43
8448
+ #: includes/widgets/htmega_teammember.php:51
8449
+ #: includes/widgets/htmega_testimonial.php:51
8450
+ #: includes/widgets/htmega_testimonial_grid.php:42
8451
+ #: includes/widgets/htmega_twitter_feed.php:55
8452
+ #: includes/widgets/htmega_user_login_form.php:43
8453
+ #: includes/widgets/htmega_user_register_form.php:43
8454
+ msgid "Style Five"
8455
+ msgstr ""
8456
+
8457
+ #: includes/widgets/htmega_404_content.php:42
8458
+ #: includes/widgets/htmega_accordion.php:53
8459
+ #: includes/widgets/htmega_add_banner.php:42
8460
+ #: includes/widgets/htmega_animated_heading.php:49
8461
+ #: includes/widgets/htmega_brand.php:42
8462
+ #: includes/widgets/htmega_call_to_action.php:42
8463
+ #: includes/widgets/htmega_carousel.php:50
8464
+ #: includes/widgets/htmega_contact_form_seven.php:42
8465
+ #: includes/widgets/htmega_dropcaps.php:42
8466
+ #: includes/widgets/htmega_image_grid.php:42
8467
+ #: includes/widgets/htmega_image_marker.php:79
8468
+ #: includes/widgets/htmega_image_masonry.php:51
8469
+ #: includes/widgets/htmega_inline_menu.php:54
8470
+ #: includes/widgets/htmega_instagram.php:50
8471
+ #: includes/widgets/htmega_mailchimp_for_wp.php:42
8472
+ #: includes/widgets/htmega_news_ticker.php:49
8473
+ #: includes/widgets/htmega_panel_slider.php:50
8474
+ #: includes/widgets/htmega_pricing_table.php:42
8475
+ #: includes/widgets/htmega_search.php:42
8476
+ #: includes/widgets/htmega_section_title.php:43
8477
+ #: includes/widgets/htmega_services.php:41
8478
+ #: includes/widgets/htmega_single_post.php:41
8479
+ #: includes/widgets/htmega_tab.php:42 includes/widgets/htmega_teammember.php:50
8480
+ #: includes/widgets/htmega_testimonial.php:50
8481
+ #: includes/widgets/htmega_testimonial_grid.php:41
8482
+ #: includes/widgets/htmega_twitter_feed.php:54
8483
+ #: includes/widgets/htmega_user_login_form.php:42
8484
+ #: includes/widgets/htmega_user_register_form.php:42
8485
+ #: includes/widgets/htmega_working_process.php:42
8486
+ msgid "Style Four"
8487
+ msgstr ""
8488
+
8489
+ #: includes/widgets/htmega_inline_menu.php:59
8490
+ #: includes/widgets/htmega_testimonial.php:55
8491
+ msgid "Style Nine"
8492
+ msgstr ""
8493
+
8494
+ #: includes/widgets/htmega_404_content.php:39
8495
+ #: includes/widgets/htmega_accordion.php:50
8496
+ #: includes/widgets/htmega_add_banner.php:39
8497
+ #: includes/widgets/htmega_animated_heading.php:46
8498
+ #: includes/widgets/htmega_brand.php:39 includes/widgets/htmega_button.php:39
8499
+ #: includes/widgets/htmega_call_to_action.php:39
8500
+ #: includes/widgets/htmega_carousel.php:47
8501
+ #: includes/widgets/htmega_contact_form_seven.php:39
8502
+ #: includes/widgets/htmega_dropcaps.php:39
8503
+ #: includes/widgets/htmega_image_grid.php:39
8504
+ #: includes/widgets/htmega_image_marker.php:76
8505
+ #: includes/widgets/htmega_image_masonry.php:48
8506
+ #: includes/widgets/htmega_inline_menu.php:51
8507
+ #: includes/widgets/htmega_instagram.php:47
8508
+ #: includes/widgets/htmega_mailchimp_for_wp.php:39
8509
+ #: includes/widgets/htmega_news_ticker.php:46
8510
+ #: includes/widgets/htmega_panel_slider.php:47
8511
+ #: includes/widgets/htmega_post_slider.php:1147
8512
+ #: includes/widgets/htmega_pricing_table.php:39
8513
+ #: includes/widgets/htmega_search.php:39
8514
+ #: includes/widgets/htmega_section_title.php:40
8515
+ #: includes/widgets/htmega_services.php:38
8516
+ #: includes/widgets/htmega_single_post.php:38
8517
+ #: includes/widgets/htmega_tab.php:39 includes/widgets/htmega_teammember.php:47
8518
+ #: includes/widgets/htmega_testimonial.php:47
8519
+ #: includes/widgets/htmega_testimonial_grid.php:38
8520
+ #: includes/widgets/htmega_twitter_feed.php:51
8521
+ #: includes/widgets/htmega_user_login_form.php:39
8522
+ #: includes/widgets/htmega_user_register_form.php:39
8523
+ #: includes/widgets/htmega_working_process.php:39
8524
+ msgid "Style One"
8525
+ msgstr ""
8526
+
8527
+ #: includes/widgets/htmega_countdown.php:91
8528
+ msgid "Style one"
8529
+ msgstr ""
8530
+
8531
+ #: includes/widgets/htmega_animated_heading.php:52
8532
+ #: includes/widgets/htmega_brand.php:45
8533
+ #: includes/widgets/htmega_call_to_action.php:45
8534
+ #: includes/widgets/htmega_carousel.php:53
8535
+ #: includes/widgets/htmega_inline_menu.php:57
8536
+ #: includes/widgets/htmega_news_ticker.php:52
8537
+ #: includes/widgets/htmega_pricing_table.php:45
8538
+ #: includes/widgets/htmega_services.php:44
8539
+ #: includes/widgets/htmega_teammember.php:53
8540
+ #: includes/widgets/htmega_testimonial.php:53
8541
+ #: includes/widgets/htmega_user_login_form.php:45
8542
+ msgid "Style Seven"
8543
+ msgstr ""
8544
+
8545
+ #: includes/widgets/htmega_add_banner.php:44
8546
+ #: includes/widgets/htmega_animated_heading.php:51
8547
+ #: includes/widgets/htmega_brand.php:44
8548
+ #: includes/widgets/htmega_call_to_action.php:44
8549
+ #: includes/widgets/htmega_carousel.php:52
8550
+ #: includes/widgets/htmega_contact_form_seven.php:44
8551
+ #: includes/widgets/htmega_inline_menu.php:56
8552
+ #: includes/widgets/htmega_news_ticker.php:51
8553
+ #: includes/widgets/htmega_pricing_table.php:44
8554
+ #: includes/widgets/htmega_services.php:43
8555
+ #: includes/widgets/htmega_teammember.php:52
8556
+ #: includes/widgets/htmega_testimonial.php:52
8557
+ #: includes/widgets/htmega_user_login_form.php:44
8558
+ msgid "Style Six"
8559
+ msgstr ""
8560
+
8561
+ #: includes/widgets/htmega_inline_menu.php:60
8562
+ msgid "Style Ten"
8563
+ msgstr ""
8564
+
8565
+ #: includes/widgets/htmega_404_content.php:41
8566
+ #: includes/widgets/htmega_accordion.php:52
8567
+ #: includes/widgets/htmega_add_banner.php:41
8568
+ #: includes/widgets/htmega_animated_heading.php:48
8569
+ #: includes/widgets/htmega_brand.php:41 includes/widgets/htmega_button.php:41
8570
+ #: includes/widgets/htmega_call_to_action.php:41
8571
+ #: includes/widgets/htmega_carousel.php:49
8572
+ #: includes/widgets/htmega_contact_form_seven.php:41
8573
+ #: includes/widgets/htmega_countdown.php:93
8574
+ #: includes/widgets/htmega_dropcaps.php:41
8575
+ #: includes/widgets/htmega_image_grid.php:41
8576
+ #: includes/widgets/htmega_image_marker.php:78
8577
+ #: includes/widgets/htmega_image_masonry.php:50
8578
+ #: includes/widgets/htmega_inline_menu.php:53
8579
+ #: includes/widgets/htmega_instagram.php:49
8580
+ #: includes/widgets/htmega_mailchimp_for_wp.php:41
8581
+ #: includes/widgets/htmega_news_ticker.php:48
8582
+ #: includes/widgets/htmega_panel_slider.php:49
8583
+ #: includes/widgets/htmega_pricing_table.php:41
8584
+ #: includes/widgets/htmega_search.php:41
8585
+ #: includes/widgets/htmega_section_title.php:42
8586
+ #: includes/widgets/htmega_services.php:40
8587
+ #: includes/widgets/htmega_single_post.php:40
8588
+ #: includes/widgets/htmega_tab.php:41 includes/widgets/htmega_teammember.php:49
8589
+ #: includes/widgets/htmega_testimonial.php:49
8590
+ #: includes/widgets/htmega_testimonial_grid.php:40
8591
+ #: includes/widgets/htmega_twitter_feed.php:53
8592
+ #: includes/widgets/htmega_user_login_form.php:41
8593
+ #: includes/widgets/htmega_user_register_form.php:41
8594
+ #: includes/widgets/htmega_working_process.php:41
8595
+ msgid "Style Three"
8596
+ msgstr ""
8597
+
8598
+ #: includes/widgets/htmega_404_content.php:40
8599
+ #: includes/widgets/htmega_accordion.php:51
8600
+ #: includes/widgets/htmega_add_banner.php:40
8601
+ #: includes/widgets/htmega_animated_heading.php:47
8602
+ #: includes/widgets/htmega_brand.php:40 includes/widgets/htmega_button.php:40
8603
+ #: includes/widgets/htmega_call_to_action.php:40
8604
+ #: includes/widgets/htmega_carousel.php:48
8605
+ #: includes/widgets/htmega_contact_form_seven.php:40
8606
+ #: includes/widgets/htmega_countdown.php:92
8607
+ #: includes/widgets/htmega_dropcaps.php:40
8608
+ #: includes/widgets/htmega_image_grid.php:40
8609
+ #: includes/widgets/htmega_image_marker.php:77
8610
+ #: includes/widgets/htmega_image_masonry.php:49
8611
+ #: includes/widgets/htmega_inline_menu.php:52
8612
+ #: includes/widgets/htmega_instagram.php:48
8613
+ #: includes/widgets/htmega_mailchimp_for_wp.php:40
8614
+ #: includes/widgets/htmega_news_ticker.php:47
8615
+ #: includes/widgets/htmega_panel_slider.php:48
8616
+ #: includes/widgets/htmega_post_slider.php:1148
8617
+ #: includes/widgets/htmega_pricing_table.php:40
8618
+ #: includes/widgets/htmega_search.php:40
8619
+ #: includes/widgets/htmega_section_title.php:41
8620
+ #: includes/widgets/htmega_services.php:39
8621
+ #: includes/widgets/htmega_single_post.php:39
8622
+ #: includes/widgets/htmega_tab.php:40 includes/widgets/htmega_teammember.php:48
8623
+ #: includes/widgets/htmega_testimonial.php:48
8624
+ #: includes/widgets/htmega_testimonial_grid.php:39
8625
+ #: includes/widgets/htmega_twitter_feed.php:52
8626
+ #: includes/widgets/htmega_user_login_form.php:40
8627
+ #: includes/widgets/htmega_user_register_form.php:40
8628
+ #: includes/widgets/htmega_working_process.php:40
8629
+ msgid "Style Two"
8630
+ msgstr ""
8631
+
8632
+ #: includes/widgets/htmega_qu_forms.php:154
8633
+ msgid "Sub Label"
8634
+ msgstr ""
8635
+
8636
+ #: extensions/ht-menu/admin/setting.php:87
8637
+ msgid "Sub Menu Background Color"
8638
+ msgstr ""
8639
+
8640
+ #: extensions/ht-menu/admin/setting.php:94
8641
+ msgid "Sub Menu Items Color"
8642
+ msgstr ""
8643
+
8644
+ #: extensions/ht-menu/admin/setting.php:101
8645
+ msgid "Sub Menu Items Hover Color"
8646
+ msgstr ""
8647
+
8648
+ #: extensions/ht-menu/admin/setting.php:76
8649
+ msgid "Sub Menu Width"
8650
+ msgstr ""
8651
+
8652
+ #: includes/widgets/htmega_404_content.php:85
8653
+ #: includes/widgets/htmega_404_content.php:370
8654
+ #: includes/widgets/htmega_add_banner.php:95
8655
+ #: includes/widgets/htmega_add_banner.php:268
8656
+ #: includes/widgets/htmega_panel_slider.php:569
8657
+ #: includes/widgets/htmega_section_title.php:63
8658
+ #: includes/widgets/htmega_special_banner.php:80
8659
+ #: includes/widgets/htmega_special_banner.php:374
8660
+ msgid "Sub Title"
8661
+ msgstr ""
8662
+
8663
+ #: includes/widgets/htmega_section_title.php:189
8664
+ msgid "Sub Title Setting"
8665
+ msgstr ""
8666
+
8667
+ #: includes/widgets/htmega_section_title.php:600
8668
+ msgid "Sub Title style"
8669
+ msgstr ""
8670
+
8671
+ #: includes/widgets/htmega_caldera_forms.php:189
8672
+ #: includes/widgets/htmega_search.php:310
8673
+ #: includes/widgets/htmega_user_login_form.php:445
8674
+ #: includes/widgets/htmega_user_register_form.php:727
8675
+ msgid "Submit Button"
8676
+ msgstr ""
8677
+
8678
+ #: includes/widgets/htmega_user_register_form.php:381
8679
+ msgid "Submit Button label"
8680
+ msgstr ""
8681
+
8682
+ #: includes/widgets/htmega_button.php:82 includes/widgets/htmega_notify.php:120
8683
+ msgid "Success"
8684
+ msgstr ""
8685
+
8686
+ #: includes/widgets/htmega_user_register_form.php:1445
8687
+ msgid "Successfully Registration complete."
8688
+ msgstr ""
8689
+
8690
+ #: admin/include/admin-setting.php:1072
8691
+ #: extensions/ht-builder/admin/setting.php:196
8692
+ #: extensions/ht-menu/admin/setting.php:148
8693
+ #: extensions/wc-sales-notification/admin/setting.php:280
8694
+ msgid "Successfully Settings Saved."
8695
+ msgstr ""
8696
+
8697
+ #: includes/widgets/htmega_counter.php:690
8698
+ msgid "Suffix"
8699
+ msgstr ""
8700
+
8701
+ #: includes/widgets/htmega_business_hours.php:147
8702
+ msgid "Sunday"
8703
+ msgstr ""
8704
+
8705
+ #: includes/widgets/htmega_socialshere.php:73
8706
+ msgid "Surfingbird"
8707
+ msgstr ""
8708
+
8709
+ #: includes/widgets/htmega_switcher.php:36
8710
+ msgid "Switch One"
8711
+ msgstr ""
8712
+
8713
+ #: includes/widgets/htmega_switcher.php:107
8714
+ msgid "Switch Two"
8715
+ msgstr ""
8716
+
8717
+ #: admin/include/admin-setting.php:486 includes/widgets/htmega_switcher.php:13
8718
+ msgid "Switcher"
8719
+ msgstr ""
8720
+
8721
+ #: includes/widgets/htmega_switcher.php:297
8722
+ msgid "Switcher Button"
8723
+ msgstr ""
8724
+
8725
+ #: includes/widgets/htmega_switcher.php:28
8726
+ msgid "Switcher One"
8727
+ msgstr ""
8728
+
8729
+ #: includes/widgets/htmega_switcher.php:37
8730
+ #: includes/widgets/htmega_switcher.php:108
8731
+ msgid "Switcher Title"
8732
+ msgstr ""
8733
+
8734
+ #: includes/widgets/htmega_switcher.php:47
8735
+ #: includes/widgets/htmega_switcher.php:118
8736
+ msgid "Switcher Title Icon"
8737
+ msgstr ""
8738
+
8739
+ #: includes/widgets/htmega_switcher.php:99
8740
+ msgid "Switcher Two"
8741
+ msgstr ""
8742
+
8743
+ #: includes/widgets/htmega_tab.php:65
8744
+ msgid "Tab #1"
8745
+ msgstr ""
8746
+
8747
+ #: includes/widgets/htmega_tab.php:252
8748
+ msgid "Tab Menu"
8749
+ msgstr ""
8750
+
8751
+ #: includes/widgets/htmega_pricing_list_view.php:350
8752
+ #: includes/widgets/htmega_table.php:273
8753
+ #: includes/widgets/htmega_tablepress.php:117
8754
+ msgid "Table"
8755
+ msgstr ""
8756
+
8757
+ #: includes/widgets/htmega_pricing_list_view.php:531
8758
+ #: includes/widgets/htmega_table.php:448
8759
+ #: includes/widgets/htmega_wc_element_pages.php:108
8760
+ msgid "Table Body"
8761
+ msgstr ""
8762
+
8763
+ #: includes/widgets/htmega_pricing_list_view.php:588
8764
+ #: includes/widgets/htmega_table.php:502
8765
+ msgid "Table Body Padding"
8766
+ msgstr ""
8767
+
8768
+ #: includes/widgets/htmega_pricing_list_view.php:199
8769
+ #: includes/widgets/htmega_table.php:182
8770
+ msgid "Table Content"
8771
+ msgstr ""
8772
+
8773
+ #: includes/widgets/htmega_pricing_list_view.php:148
8774
+ #: includes/widgets/htmega_pricing_list_view.php:420
8775
+ #: includes/widgets/htmega_table.php:134 includes/widgets/htmega_table.php:340
8776
+ msgid "Table Header"
8777
+ msgstr ""
8778
+
8779
+ #: includes/widgets/htmega_pricing_list_view.php:465
8780
+ #: includes/widgets/htmega_table.php:382
8781
+ msgid "Table Header Padding"
8782
+ msgstr ""
8783
+
8784
+ #: includes/widgets/htmega_wc_element_pages.php:74
8785
+ msgid "Table Heading"
8786
+ msgstr ""
8787
+
8788
+ #: includes/widgets/htmega_table.php:37
8789
+ msgid "Table Layout"
8790
+ msgstr ""
8791
+
8792
+ #: admin/include/admin-setting.php:1009
8793
+ #: includes/widgets/htmega_tablepress.php:13
8794
+ #: includes/widgets/htmega_tablepress.php:42
8795
+ msgid "TablePress"
8796
+ msgstr ""
8797
+
8798
+ #: includes/widgets/htmega_carousel.php:301
8799
+ #: includes/widgets/htmega_instagram.php:462
8800
+ #: includes/widgets/htmega_panel_slider.php:321
8801
+ #: includes/widgets/htmega_post_carousel.php:461
8802
+ #: includes/widgets/htmega_post_slider.php:461
8803
+ #: includes/widgets/htmega_slider_thumb_gallery.php:279
8804
+ #: includes/widgets/htmega_testimonial.php:355
8805
+ #: includes/widgets/htmega_twitter_feed.php:395
8806
+ msgid "Tablet"
8807
+ msgstr ""
8808
+
8809
+ #: includes/widgets/htmega_carousel.php:343
8810
+ #: includes/widgets/htmega_instagram.php:504
8811
+ #: includes/widgets/htmega_panel_slider.php:363
8812
+ #: includes/widgets/htmega_post_carousel.php:503
8813
+ #: includes/widgets/htmega_post_slider.php:503
8814
+ #: includes/widgets/htmega_slider_thumb_gallery.php:315
8815
+ #: includes/widgets/htmega_testimonial.php:397
8816
+ #: includes/widgets/htmega_twitter_feed.php:437
8817
+ msgid "Tablet Resolution"
8818
+ msgstr ""
8819
+
8820
+ #: admin/include/admin-setting.php:494 includes/widgets/htmega_tab.php:13
8821
+ #: includes/widgets/htmega_tab.php:28
8822
+ msgid "Tabs"
8823
+ msgstr ""
8824
+
8825
+ #: includes/widgets/htmega_weather.php:71
8826
+ msgid "Tall"
8827
+ msgstr ""
8828
+
8829
+ #: includes/widgets/htmega_panel_slider.php:62
8830
+ #: includes/widgets/htmega_panel_slider.php:105
8831
+ #: includes/widgets/htmega_panel_slider.php:109
8832
+ #: includes/widgets/htmega_panel_slider.php:113
8833
+ msgid "Tattoo Boy From New York"
8834
+ msgstr ""
8835
+
8836
+ #: admin/include/admin-setting.php:510
8837
+ #: includes/widgets/htmega_teammember.php:13
8838
+ #: includes/widgets/htmega_teammember.php:36
8839
+ msgid "Team Member"
8840
+ msgstr ""
8841
+
8842
+ #: includes/widgets/htmega_socialshere.php:83
8843
+ msgid "Telegram"
8844
+ msgstr ""
8845
+
8846
+ #: admin/include/templates_list.php:42
8847
+ msgid "Templates are Premium."
8848
+ msgstr ""
8849
+
8850
+ #: admin/include/template-library.php:164
8851
+ msgid "Templates in this package"
8852
+ msgstr ""
8853
+
8854
+ #: admin/include/template-library.php:51 admin/include/template-library.php:52
8855
+ msgid "Templates Library"
8856
+ msgstr ""
8857
+
8858
+ #: admin/include/templates_list.php:36
8859
+ msgid "Templates."
8860
+ msgstr ""
8861
+
8862
+ #: includes/widgets/htmega_counter.php:135
8863
+ msgid "Terget Number"
8864
+ msgstr ""
8865
+
8866
+ #: admin/include/admin-setting.php:518
8867
+ #: includes/widgets/htmega_testimonial.php:13
8868
+ #: includes/widgets/htmega_testimonial.php:36
8869
+ msgid "Testimonial"
8870
+ msgstr ""
8871
+
8872
+ #: admin/include/admin-setting.php:526
8873
+ #: includes/widgets/htmega_testimonial_grid.php:13
8874
+ #: includes/widgets/htmega_testimonial_grid.php:28
8875
+ msgid "Testimonial Grid"
8876
+ msgstr ""
8877
+
8878
+ #: includes/widgets/htmega_button.php:49
8879
+ #: includes/widgets/htmega_countdown.php:263
8880
+ #: includes/widgets/htmega_double_button.php:93
8881
+ #: includes/widgets/htmega_double_button.php:156
8882
+ #: includes/widgets/htmega_download_monitor.php:103
8883
+ #: includes/widgets/htmega_modal.php:104 includes/widgets/htmega_popover.php:50
8884
+ #: includes/widgets/htmega_pricing_list_view.php:229
8885
+ #: includes/widgets/htmega_search.php:65 includes/widgets/htmega_tooltip.php:50
8886
+ #: includes/widgets/htmega_tooltip.php:65
8887
+ msgid "Text"
8888
+ msgstr ""
8889
+
8890
+ #: includes/widgets/htmega_booked_calender.php:422
8891
+ #: includes/widgets/htmega_booked_calender.php:519
8892
+ #: includes/widgets/htmega_booked_calender.php:562
8893
+ #: includes/widgets/htmega_booked_calender.php:646
8894
+ #: includes/widgets/htmega_booked_calender.php:709
8895
+ #: includes/widgets/htmega_booked_calender.php:793
8896
+ #: includes/widgets/htmega_button.php:213
8897
+ #: includes/widgets/htmega_button.php:310
8898
+ #: includes/widgets/htmega_button.php:438
8899
+ #: includes/widgets/htmega_button.php:523
8900
+ #: includes/widgets/htmega_caldera_forms.php:87
8901
+ #: includes/widgets/htmega_caldera_forms.php:207
8902
+ #: includes/widgets/htmega_caldera_forms.php:295
8903
+ #: includes/widgets/htmega_call_to_action.php:360
8904
+ #: includes/widgets/htmega_contact_form_seven.php:201
8905
+ #: includes/widgets/htmega_contact_form_seven.php:362
8906
+ #: includes/widgets/htmega_contact_form_seven.php:455
8907
+ #: includes/widgets/htmega_contact_form_seven.php:571
8908
+ #: includes/widgets/htmega_contact_form_seven.php:659
8909
+ #: includes/widgets/htmega_mailchimp_for_wp.php:194
8910
+ #: includes/widgets/htmega_mailchimp_for_wp.php:322
8911
+ #: includes/widgets/htmega_mailchimp_for_wp.php:410
8912
+ #: includes/widgets/htmega_offcanvas.php:177
8913
+ #: includes/widgets/htmega_pricing_list_view.php:443
8914
+ #: includes/widgets/htmega_pricing_list_view.php:566
8915
+ #: includes/widgets/htmega_pricing_list_view.php:665
8916
+ #: includes/widgets/htmega_pricing_list_view.php:701
8917
+ #: includes/widgets/htmega_search.php:191 includes/widgets/htmega_table.php:360
8918
+ #: includes/widgets/htmega_table.php:480
8919
+ #: includes/widgets/htmega_tablepress.php:276
8920
+ #: includes/widgets/htmega_tablepress.php:320
8921
+ #: includes/widgets/htmega_user_login_form.php:319
8922
+ #: includes/widgets/htmega_user_register_form.php:470
8923
+ #: includes/widgets/htmega_user_register_form.php:607
8924
+ #: includes/widgets/htmega_wc_element_pages.php:84
8925
+ #: includes/widgets/htmega_wc_element_pages.php:119
8926
+ #: includes/widgets/htmega_wc_element_pages.php:199
8927
+ #: includes/widgets/htmega_wc_element_pages.php:285
8928
+ #: includes/widgets/htmega_wc_element_pages.php:349
8929
+ #: includes/widgets/htmega_wc_element_pages.php:427
8930
+ #: includes/widgets/htmega_wc_element_pages.php:534
8931
+ #: includes/widgets/htmega_wc_element_pages.php:659
8932
+ #: includes/widgets/htmega_wc_element_pages.php:712
8933
+ #: includes/widgets/htmega_wc_element_pages.php:781
8934
+ #: includes/widgets/htmega_wc_element_pages.php:870
8935
+ #: includes/widgets/htmega_wc_element_pages.php:984
8936
+ #: includes/widgets/htmega_wc_element_pages.php:1065
8937
+ #: includes/widgets/htmega_weather.php:143
8938
+ msgid "Text Color"
8939
+ msgstr ""
8940
+
8941
+ #: includes/widgets/htmega_countdown.php:586
8942
+ #: includes/widgets/htmega_countdown.php:713
8943
+ #: includes/widgets/htmega_inline_menu.php:190
8944
+ #: includes/widgets/htmega_section_title.php:752
8945
+ msgid "Text Shadow"
8946
+ msgstr ""
8947
+
8948
+ #: includes/widgets/htmega_contact_form_seven.php:315
8949
+ #: includes/widgets/htmega_ninja_forms.php:474
8950
+ #: includes/widgets/htmega_qu_forms.php:362
8951
+ #: includes/widgets/htmega_user_register_form.php:596
8952
+ #: includes/widgets/htmega_wpforms.php:464
8953
+ msgid "Textarea"
8954
+ msgstr ""
8955
+
8956
+ #: includes/widgets/htmega_wc_element_pages.php:560
8957
+ msgid "Textarea Height"
8958
+ msgstr ""
8959
+
8960
+ #. Description of the plugin
8961
+ msgid ""
8962
+ "The HTMega is a elementor addons package for Elementor page builder plugin "
8963
+ "for WordPress."
8964
+ msgstr ""
8965
+
8966
+ #: includes/widgets/htmega_carousel.php:399
8967
+ #: includes/widgets/htmega_instagram.php:560
8968
+ #: includes/widgets/htmega_panel_slider.php:419
8969
+ #: includes/widgets/htmega_post_carousel.php:559
8970
+ #: includes/widgets/htmega_post_slider.php:559
8971
+ #: includes/widgets/htmega_slider_thumb_gallery.php:363
8972
+ #: includes/widgets/htmega_slider_thumb_gallery.php:628
8973
+ #: includes/widgets/htmega_testimonial.php:453
8974
+ #: includes/widgets/htmega_twitter_feed.php:493
8975
+ msgid "The resolution to mobile."
8976
+ msgstr ""
8977
+
8978
+ #: includes/widgets/htmega_carousel.php:344
8979
+ #: includes/widgets/htmega_instagram.php:505
8980
+ #: includes/widgets/htmega_panel_slider.php:364
8981
+ #: includes/widgets/htmega_post_carousel.php:504
8982
+ #: includes/widgets/htmega_post_slider.php:504
8983
+ #: includes/widgets/htmega_slider_thumb_gallery.php:316
8984
+ #: includes/widgets/htmega_slider_thumb_gallery.php:581
8985
+ #: includes/widgets/htmega_testimonial.php:398
8986
+ #: includes/widgets/htmega_twitter_feed.php:438
8987
+ msgid "The resolution to tablet."
8988
+ msgstr ""
8989
+
8990
+ #: admin/include/admin-setting.php:91 admin/include/admin-setting.php:632
8991
+ #: extensions/ht-builder/admin/setting.php:48
8992
+ msgid "Theme Builder"
8993
+ msgstr ""
8994
+
8995
+ #: includes/widgets/htmega_services.php:123
8996
+ msgid ""
8997
+ "There are many variations of passages Lorem Ipsum available, but majority "
8998
+ "have ama suffered altratio. the lorem."
8999
+ msgstr ""
9000
+
9001
+ #: includes/widgets/htmega_flip-box.php:242
9002
+ msgid ""
9003
+ "There are many variations of passages Lorem Ipsum available, but the "
9004
+ "majority hav suffered alteration in."
9005
+ msgstr ""
9006
+
9007
+ #: admin/include/admin-setting.php:72
9008
+ msgid "Third Party"
9009
+ msgstr ""
9010
+
9011
+ #: includes/widgets/htmega_googlemap.php:128
9012
+ msgid "This is <strong>Dhaka</strong>"
9013
+ msgstr ""
9014
+
9015
+ #: includes/widgets/htmega_image_grid.php:57
9016
+ #: includes/widgets/htmega_image_masonry.php:66
9017
+ #: includes/widgets/htmega_testimonial_grid.php:56
9018
+ msgid "Three"
9019
+ msgstr ""
9020
+
9021
+ #: includes/widgets/htmega_instagram_feed.php:60
9022
+ msgid "Thumb"
9023
+ msgstr ""
9024
+
9025
+ #: includes/widgets/htmega_instagram.php:97
9026
+ msgid "Thumbnail"
9027
+ msgstr ""
9028
+
9029
+ #: includes/widgets/htmega_image_magnifier.php:48
9030
+ msgid "Thumbnail Image"
9031
+ msgstr ""
9032
+
9033
+ #: includes/widgets/htmega_slider_thumb_gallery.php:42
9034
+ msgid "Thumbnail Position"
9035
+ msgstr ""
9036
+
9037
+ #: includes/widgets/htmega_slider_thumb_gallery.php:396
9038
+ msgid "Thumbnails Arrow"
9039
+ msgstr ""
9040
+
9041
+ #: includes/widgets/htmega_slider_thumb_gallery.php:498
9042
+ msgid "Thumbnails auto play"
9043
+ msgstr ""
9044
+
9045
+ #: includes/widgets/htmega_slider_thumb_gallery.php:521
9046
+ msgid "Thumbnails Autoplay animation speed"
9047
+ msgstr ""
9048
+
9049
+ #: includes/widgets/htmega_slider_thumb_gallery.php:510
9050
+ msgid "Thumbnails Autoplay speed"
9051
+ msgstr ""
9052
+
9053
+ #: includes/widgets/htmega_slider_thumb_gallery.php:472
9054
+ msgid "Thumbnails Center Mode"
9055
+ msgstr ""
9056
+
9057
+ #: includes/widgets/htmega_slider_thumb_gallery.php:483
9058
+ msgid "Thumbnails Center padding"
9059
+ msgstr ""
9060
+
9061
+ #: includes/widgets/htmega_slider_thumb_gallery.php:437
9062
+ msgid "Thumbnails dots"
9063
+ msgstr ""
9064
+
9065
+ #: includes/widgets/htmega_slider_thumb_gallery.php:376
9066
+ msgid "Thumbnails Gallery Option"
9067
+ msgstr ""
9068
+
9069
+ #: includes/widgets/htmega_slider_thumb_gallery.php:85
9070
+ msgid "Thumbnails Image Size"
9071
+ msgstr ""
9072
+
9073
+ #: includes/widgets/htmega_slider_thumb_gallery.php:567
9074
+ #: includes/widgets/htmega_slider_thumb_gallery.php:614
9075
+ msgid "Thumbnails item to scroll"
9076
+ msgstr ""
9077
+
9078
+ #: includes/widgets/htmega_slider_thumb_gallery.php:383
9079
+ #: includes/widgets/htmega_slider_thumb_gallery.php:554
9080
+ #: includes/widgets/htmega_slider_thumb_gallery.php:601
9081
+ msgid "Thumbnails Items"
9082
+ msgstr ""
9083
+
9084
+ #: includes/widgets/htmega_slider_thumb_gallery.php:591
9085
+ msgid "Thumbnails Mobile Phone"
9086
+ msgstr ""
9087
+
9088
+ #: includes/widgets/htmega_slider_thumb_gallery.php:627
9089
+ msgid "Thumbnails Mobile Resolution"
9090
+ msgstr ""
9091
+
9092
+ #: includes/widgets/htmega_slider_thumb_gallery.php:422
9093
+ msgid "Thumbnails Next icon"
9094
+ msgstr ""
9095
+
9096
+ #: includes/widgets/htmega_slider_thumb_gallery.php:407
9097
+ msgid "Thumbnails Previous icon"
9098
+ msgstr ""
9099
+
9100
+ #: includes/widgets/htmega_slider_thumb_gallery.php:531
9101
+ msgid "Thumbnails Slider item to scroll"
9102
+ msgstr ""
9103
+
9104
+ #: includes/widgets/htmega_slider_thumb_gallery.php:544
9105
+ msgid "Thumbnails Tablet"
9106
+ msgstr ""
9107
+
9108
+ #: includes/widgets/htmega_slider_thumb_gallery.php:580
9109
+ msgid "Thumbnails Tablet Resolution"
9110
+ msgstr ""
9111
+
9112
+ #: includes/widgets/htmega_business_hours.php:168
9113
+ msgid "Thursday"
9114
+ msgstr ""
9115
+
9116
+ #: includes/widgets/htmega_news_ticker.php:60
9117
+ msgid "Ticker Label"
9118
+ msgstr ""
9119
+
9120
+ #: includes/widgets/htmega_booked_calender.php:486
9121
+ #: includes/widgets/htmega_business_hours.php:63
9122
+ #: includes/widgets/htmega_business_hours.php:360
9123
+ #: includes/widgets/htmega_twitter_feed.php:765
9124
+ msgid "Time"
9125
+ msgstr ""
9126
+
9127
+ #: includes/widgets/htmega_cuctom_event.php:284
9128
+ msgid "Time / Location"
9129
+ msgstr ""
9130
+
9131
+ #: extensions/wc-sales-notification/admin/setting.php:141
9132
+ msgid "Time between notifications. <span>( Pro )</span>"
9133
+ msgstr ""
9134
+
9135
+ #: includes/widgets/htmega_business_hours.php:103
9136
+ msgid "Time Color"
9137
+ msgstr ""
9138
+
9139
+ #: extensions/wc-sales-notification/admin/setting.php:140
9140
+ msgid "Time Interval"
9141
+ msgstr ""
9142
+
9143
+ #: admin/include/admin-setting.php:1138 admin/include/admin-setting.php:1164
9144
+ msgid "Time interval each notification"
9145
+ msgstr ""
9146
+
9147
+ #: includes/widgets/htmega_vertical_timeline.php:244
9148
+ msgid "Timeline Hover Line Color"
9149
+ msgstr ""
9150
+
9151
+ #: includes/widgets/htmega_vertical_timeline.php:227
9152
+ msgid "Timeline Line Color"
9153
+ msgstr ""
9154
+
9155
+ #: includes/widgets/htmega_vertical_timeline.php:212
9156
+ msgid "Timeline Primary Color"
9157
+ msgstr ""
9158
+
9159
+ #: includes/widgets/htmega_countdown.php:552
9160
+ msgid "Timer"
9161
+ msgstr ""
9162
+
9163
+ #: includes/widgets/htmega_countdown.php:651
9164
+ msgid "Timer separator"
9165
+ msgstr ""
9166
+
9167
+ #: includes/widgets/htmega_404_content.php:73
9168
+ #: includes/widgets/htmega_404_content.php:290
9169
+ #: includes/widgets/htmega_accordion.php:84
9170
+ #: includes/widgets/htmega_accordion.php:147
9171
+ #: includes/widgets/htmega_accordion.php:186
9172
+ #: includes/widgets/htmega_add_banner.php:86
9173
+ #: includes/widgets/htmega_add_banner.php:204
9174
+ #: includes/widgets/htmega_brand.php:55
9175
+ #: includes/widgets/htmega_buddy_press.php:269
9176
+ #: includes/widgets/htmega_call_to_action.php:53
9177
+ #: includes/widgets/htmega_call_to_action.php:213
9178
+ #: includes/widgets/htmega_carousel.php:63
9179
+ #: includes/widgets/htmega_counter.php:375
9180
+ #: includes/widgets/htmega_cuctom_event.php:35
9181
+ #: includes/widgets/htmega_cuctom_event.php:116
9182
+ #: includes/widgets/htmega_easy_digital_download.php:327
9183
+ #: includes/widgets/htmega_flip-box.php:86
9184
+ #: includes/widgets/htmega_flip-box.php:181
9185
+ #: includes/widgets/htmega_flip-box.php:429
9186
+ #: includes/widgets/htmega_flip-box.php:867
9187
+ #: includes/widgets/htmega_googlemap.php:154
9188
+ #: includes/widgets/htmega_gravity_forms.php:102
9189
+ #: includes/widgets/htmega_image_grid.php:70
9190
+ #: includes/widgets/htmega_image_grid.php:177
9191
+ #: includes/widgets/htmega_image_marker.php:294
9192
+ #: includes/widgets/htmega_image_masonry.php:79
9193
+ #: includes/widgets/htmega_image_masonry.php:186
9194
+ #: includes/widgets/htmega_job_manager.php:85
9195
+ #: includes/widgets/htmega_news_ticker.php:233
9196
+ #: includes/widgets/htmega_ninja_forms.php:95
9197
+ #: includes/widgets/htmega_panel_slider.php:508
9198
+ #: includes/widgets/htmega_post_carousel.php:163
9199
+ #: includes/widgets/htmega_post_carousel.php:196
9200
+ #: includes/widgets/htmega_post_carousel.php:618
9201
+ #: includes/widgets/htmega_post_grid.php:142
9202
+ #: includes/widgets/htmega_post_grid.php:155
9203
+ #: includes/widgets/htmega_post_grid.php:188
9204
+ #: includes/widgets/htmega_post_grid_tab.php:150
9205
+ #: includes/widgets/htmega_post_grid_tab.php:163
9206
+ #: includes/widgets/htmega_post_grid_tab.php:285
9207
+ #: includes/widgets/htmega_post_slider.php:151
9208
+ #: includes/widgets/htmega_post_slider.php:164
9209
+ #: includes/widgets/htmega_post_slider.php:574
9210
+ #: includes/widgets/htmega_pricing_list_view.php:654
9211
+ #: includes/widgets/htmega_pricing_table.php:63
9212
+ #: includes/widgets/htmega_pricing_table.php:288
9213
+ #: includes/widgets/htmega_pricing_table.php:519
9214
+ #: includes/widgets/htmega_progressbar.php:113
9215
+ #: includes/widgets/htmega_progressbar.php:205
9216
+ #: includes/widgets/htmega_section_title.php:52
9217
+ #: includes/widgets/htmega_section_title.php:487
9218
+ #: includes/widgets/htmega_services.php:234
9219
+ #: includes/widgets/htmega_single_post.php:69
9220
+ #: includes/widgets/htmega_single_post.php:112
9221
+ #: includes/widgets/htmega_slider_thumb_gallery.php:59
9222
+ #: includes/widgets/htmega_slider_thumb_gallery.php:641
9223
+ #: includes/widgets/htmega_socialshere.php:94
9224
+ #: includes/widgets/htmega_socialshere.php:357
9225
+ #: includes/widgets/htmega_special_banner.php:71
9226
+ #: includes/widgets/htmega_special_banner.php:310
9227
+ #: includes/widgets/htmega_switcher.php:34
9228
+ #: includes/widgets/htmega_switcher.php:105 includes/widgets/htmega_tab.php:63
9229
+ #: includes/widgets/htmega_teammember.php:145
9230
+ #: includes/widgets/htmega_vertical_timeline.php:72
9231
+ #: includes/widgets/htmega_vertical_timeline.php:116
9232
+ #: includes/widgets/htmega_wc_categories.php:276
9233
+ #: includes/widgets/htmega_weather.php:159
9234
+ #: includes/widgets/htmega_working_process.php:71
9235
+ #: includes/widgets/htmega_working_process.php:316
9236
+ #: includes/widgets/htmega_wpforms.php:60
9237
+ #: includes/widgets/htmega_wpforms.php:87
9238
+ msgid "Title"
9239
+ msgstr ""
9240
+
9241
+ #: includes/widgets/htmega_tab.php:230
9242
+ msgid "Title #1"
9243
+ msgstr ""
9244
+
9245
+ #: includes/widgets/htmega_tab.php:234
9246
+ msgid "Title #2"
9247
+ msgstr ""
9248
+
9249
+ #: includes/widgets/htmega_tab.php:238
9250
+ msgid "Title #3"
9251
+ msgstr ""
9252
+
9253
+ #: includes/widgets/htmega_tab.php:150
9254
+ msgid "Title Active Color"
9255
+ msgstr ""
9256
+
9257
+ #: includes/widgets/htmega_counter.php:465
9258
+ msgid "Title After Border Color"
9259
+ msgstr ""
9260
+
9261
+ #: includes/widgets/htmega_services.php:342
9262
+ msgid "Title Border Color"
9263
+ msgstr ""
9264
+
9265
+ #: includes/widgets/htmega_flip-box.php:435
9266
+ #: includes/widgets/htmega_flip-box.php:873 includes/widgets/htmega_tab.php:129
9267
+ msgid "Title Color"
9268
+ msgstr ""
9269
+
9270
+ #: includes/widgets/htmega_ninja_forms.php:70
9271
+ msgid "Title Hide"
9272
+ msgstr ""
9273
+
9274
+ #: includes/widgets/htmega_accordion.php:241
9275
+ msgid "Title HTML Tag"
9276
+ msgstr ""
9277
+
9278
+ #: includes/widgets/htmega_post_carousel.php:206
9279
+ #: includes/widgets/htmega_post_slider.php:175
9280
+ msgid "Title Length"
9281
+ msgstr ""
9282
+
9283
+ #: includes/widgets/htmega_flip-box.php:473
9284
+ #: includes/widgets/htmega_flip-box.php:911
9285
+ msgid "Title Margin"
9286
+ msgstr ""
9287
+
9288
+ #: includes/widgets/htmega_flip-box.php:460
9289
+ #: includes/widgets/htmega_flip-box.php:898
9290
+ msgid "Title Padding"
9291
+ msgstr ""
9292
+
9293
+ #: includes/widgets/htmega_section_title.php:438
9294
+ msgid "Title Separator Color"
9295
+ msgstr ""
9296
+
9297
+ #: includes/widgets/htmega_section_title.php:150
9298
+ msgid "Title Setting"
9299
+ msgstr ""
9300
+
9301
+ #: includes/widgets/htmega_progressbar.php:352
9302
+ #: includes/widgets/htmega_section_title.php:36
9303
+ msgid "Title Style"
9304
+ msgstr ""
9305
+
9306
+ #: includes/widgets/htmega_section_title.php:476
9307
+ msgid "Title style"
9308
+ msgstr ""
9309
+
9310
+ #: includes/widgets/htmega_call_to_action.php:98
9311
+ msgid "Title Tag"
9312
+ msgstr ""
9313
+
9314
+ #: admin/include/admin-setting.php:1193
9315
+ #: extensions/ht-builder/admin/setting.php:151
9316
+ #: extensions/wc-sales-notification/admin/setting.php:235
9317
+ msgid "to unlock these pro elements!"
9318
+ msgstr ""
9319
+
9320
+ #: admin/include/admin-setting.php:534 includes/widgets/htmega_toggle.php:13
9321
+ #: includes/widgets/htmega_toggle.php:29
9322
+ msgid "Toggle"
9323
+ msgstr ""
9324
+
9325
+ #: includes/widgets/htmega_lightbox.php:127
9326
+ msgid "Toggler Image"
9327
+ msgstr ""
9328
+
9329
+ #: includes/widgets/htmega_lightbox.php:112
9330
+ msgid "Toggler Type"
9331
+ msgstr ""
9332
+
9333
+ #: admin/include/admin-setting.php:542 includes/widgets/htmega_tooltip.php:13
9334
+ #: includes/widgets/htmega_tooltip.php:35
9335
+ #: includes/widgets/htmega_tooltip.php:68
9336
+ #: includes/widgets/htmega_tooltip.php:474
9337
+ msgid "Tooltip"
9338
+ msgstr ""
9339
+
9340
+ #: includes/widgets/htmega_tooltip.php:161
9341
+ msgid "Tooltip content"
9342
+ msgstr ""
9343
+
9344
+ #: includes/widgets/htmega_tooltip.php:152
9345
+ msgid "Tooltip Options"
9346
+ msgstr ""
9347
+
9348
+ #: includes/widgets/htmega_tooltip.php:158
9349
+ msgid "Tooltip Text"
9350
+ msgstr ""
9351
+
9352
+ #: includes/widgets/htmega_add_banner.php:56
9353
+ #: includes/widgets/htmega_button.php:126
9354
+ #: includes/widgets/htmega_flip-box.php:312
9355
+ #: includes/widgets/htmega_image_comparison.php:130
9356
+ #: includes/widgets/htmega_offcanvas.php:91
9357
+ #: includes/widgets/htmega_popover.php:188
9358
+ #: includes/widgets/htmega_section_title.php:203
9359
+ #: includes/widgets/htmega_slider_thumb_gallery.php:49
9360
+ #: includes/widgets/htmega_special_banner.php:39
9361
+ #: includes/widgets/htmega_teammember.php:68
9362
+ #: includes/widgets/htmega_tooltip.php:176
9363
+ msgid "Top"
9364
+ msgstr ""
9365
+
9366
+ #: includes/widgets/htmega_notify.php:100
9367
+ msgid "Top Center"
9368
+ msgstr ""
9369
+
9370
+ #: includes/widgets/htmega_notify.php:105
9371
+ msgid "Top Fullwidth"
9372
+ msgstr ""
9373
+
9374
+ #: includes/widgets/htmega_notify.php:99
9375
+ msgid "Top Left"
9376
+ msgstr ""
9377
+
9378
+ #: includes/widgets/htmega_notify.php:101
9379
+ msgid "Top Right"
9380
+ msgstr ""
9381
+
9382
+ #: includes/widgets/htmega_bbpress.php:43
9383
+ msgid "Topic Form"
9384
+ msgstr ""
9385
+
9386
+ #: includes/widgets/htmega_bbpress.php:42
9387
+ msgid "Topic Index"
9388
+ msgstr ""
9389
+
9390
+ #: includes/widgets/htmega_bbpress.php:47
9391
+ msgid "Topic Tags"
9392
+ msgstr ""
9393
+
9394
+ #: includes/widgets/htmega_business_hours.php:158
9395
+ msgid "Tues Day"
9396
+ msgstr ""
9397
+
9398
+ #: includes/widgets/htmega_socialshere.php:61
9399
+ msgid "tumblr"
9400
+ msgstr ""
9401
+
9402
+ #: includes/widgets/htmega_socialshere.php:57
9403
+ #: includes/widgets/htmega_socialshere.php:316
9404
+ msgid "Twitter"
9405
+ msgstr ""
9406
+
9407
+ #: includes/widgets/htmega_twitter_feed.php:106
9408
+ msgid "Twitter access token secret."
9409
+ msgstr ""
9410
+
9411
+ #: includes/widgets/htmega_twitter_feed.php:96
9412
+ msgid "Twitter access token."
9413
+ msgstr ""
9414
+
9415
+ #: includes/widgets/htmega_twitter_feed.php:76
9416
+ msgid "Twitter consumer key."
9417
+ msgstr ""
9418
+
9419
+ #: includes/widgets/htmega_twitter_feed.php:86
9420
+ msgid "Twitter consumer secret."
9421
+ msgstr ""
9422
+
9423
+ #: admin/include/admin-setting.php:550
9424
+ #: includes/widgets/htmega_twitter_feed.php:17
9425
+ #: includes/widgets/htmega_twitter_feed.php:40
9426
+ msgid "Twitter Feed"
9427
+ msgstr ""
9428
+
9429
+ #: includes/widgets/htmega_image_grid.php:56
9430
+ #: includes/widgets/htmega_image_masonry.php:65
9431
+ #: includes/widgets/htmega_testimonial_grid.php:55
9432
+ msgid "Two"
9433
+ msgstr ""
9434
+
9435
+ #: includes/widgets/htmega_progressbar.php:57
9436
+ msgid "Tyle"
9437
+ msgstr ""
9438
+
9439
+ #: includes/widgets/htmega_animated_heading.php:64
9440
+ #: includes/widgets/htmega_buddy_press.php:35
9441
+ msgid "Type"
9442
+ msgstr ""
9443
+
9444
+ #: includes/widgets/htmega_404_content.php:99
9445
+ msgid "Type your Description here."
9446
+ msgstr ""
9447
+
9448
+ #: includes/widgets/htmega_call_to_action.php:64
9449
+ msgid "Type your description here..."
9450
+ msgstr ""
9451
+
9452
+ #: includes/widgets/htmega_404_content.php:87
9453
+ msgid "Type your Sub title here."
9454
+ msgstr ""
9455
+
9456
+ #: includes/widgets/htmega_counter.php:128
9457
+ #: includes/widgets/htmega_flip-box.php:89
9458
+ #: includes/widgets/htmega_flip-box.php:184
9459
+ msgid "Type your title here"
9460
+ msgstr ""
9461
+
9462
+ #: includes/widgets/htmega_404_content.php:75
9463
+ msgid "Type your title here."
9464
+ msgstr ""
9465
+
9466
+ #: includes/widgets/htmega_call_to_action.php:55
9467
+ msgid "Type your title here..."
9468
+ msgstr ""
9469
+
9470
+ #: includes/widgets/htmega_404_content.php:312
9471
+ #: includes/widgets/htmega_404_content.php:392
9472
+ #: includes/widgets/htmega_404_content.php:472
9473
+ #: includes/widgets/htmega_404_content.php:569
9474
+ #: includes/widgets/htmega_404_content.php:721
9475
+ #: includes/widgets/htmega_accordion.php:537
9476
+ #: includes/widgets/htmega_accordion.php:727
9477
+ #: includes/widgets/htmega_accordion.php:980
9478
+ #: includes/widgets/htmega_add_banner.php:232
9479
+ #: includes/widgets/htmega_add_banner.php:296
9480
+ #: includes/widgets/htmega_add_banner.php:360
9481
+ #: includes/widgets/htmega_add_banner.php:428
9482
+ #: includes/widgets/htmega_animated_heading.php:157
9483
+ #: includes/widgets/htmega_animated_heading.php:245
9484
+ #: includes/widgets/htmega_animated_heading.php:333
9485
+ #: includes/widgets/htmega_buddy_press.php:299
9486
+ #: includes/widgets/htmega_buddy_press.php:369
9487
+ #: includes/widgets/htmega_button.php:225
9488
+ #: includes/widgets/htmega_button.php:495
9489
+ #: includes/widgets/htmega_caldera_forms.php:67
9490
+ #: includes/widgets/htmega_caldera_forms.php:275
9491
+ #: includes/widgets/htmega_call_to_action.php:241
9492
+ #: includes/widgets/htmega_call_to_action.php:305
9493
+ #: includes/widgets/htmega_call_to_action.php:373
9494
+ #: includes/widgets/htmega_countdown.php:802
9495
+ #: includes/widgets/htmega_double_button.php:429
9496
+ #: includes/widgets/htmega_double_button.php:633
9497
+ #: includes/widgets/htmega_double_button.php:829
9498
+ #: includes/widgets/htmega_download_monitor.php:140
9499
+ #: includes/widgets/htmega_easy_digital_download.php:357
9500
+ #: includes/widgets/htmega_easy_digital_download.php:443
9501
+ #: includes/widgets/htmega_easy_digital_download.php:481
9502
+ #: includes/widgets/htmega_image_comparison.php:168
9503
+ #: includes/widgets/htmega_image_comparison.php:250
9504
+ #: includes/widgets/htmega_image_grid.php:380
9505
+ #: includes/widgets/htmega_notify.php:331
9506
+ #: includes/widgets/htmega_notify.php:492
9507
+ #: includes/widgets/htmega_panel_slider.php:533
9508
+ #: includes/widgets/htmega_panel_slider.php:594
9509
+ #: includes/widgets/htmega_post_carousel.php:645
9510
+ #: includes/widgets/htmega_post_carousel.php:737
9511
+ #: includes/widgets/htmega_post_carousel.php:839
9512
+ #: includes/widgets/htmega_post_carousel.php:948
9513
+ #: includes/widgets/htmega_post_carousel.php:1051
9514
+ #: includes/widgets/htmega_post_grid.php:216
9515
+ #: includes/widgets/htmega_post_grid.php:312
9516
+ #: includes/widgets/htmega_post_grid.php:405
9517
+ #: includes/widgets/htmega_post_grid_tab.php:312
9518
+ #: includes/widgets/htmega_post_grid_tab.php:401
9519
+ #: includes/widgets/htmega_post_grid_tab.php:503
9520
+ #: includes/widgets/htmega_post_grid_tab.php:612
9521
+ #: includes/widgets/htmega_post_grid_tab.php:715
9522
+ #: includes/widgets/htmega_post_slider.php:601
9523
+ #: includes/widgets/htmega_post_slider.php:693
9524
+ #: includes/widgets/htmega_post_slider.php:795
9525
+ #: includes/widgets/htmega_post_slider.php:904
9526
+ #: includes/widgets/htmega_post_slider.php:1007
9527
+ #: includes/widgets/htmega_pricing_list_view.php:456
9528
+ #: includes/widgets/htmega_pricing_list_view.php:579
9529
+ #: includes/widgets/htmega_pricing_list_view.php:678
9530
+ #: includes/widgets/htmega_pricing_list_view.php:726
9531
+ #: includes/widgets/htmega_progressbar.php:444
9532
+ #: includes/widgets/htmega_progressbar.php:524
9533
+ #: includes/widgets/htmega_single_post.php:139
9534
+ #: includes/widgets/htmega_single_post.php:231
9535
+ #: includes/widgets/htmega_single_post.php:304
9536
+ #: includes/widgets/htmega_special_banner.php:338
9537
+ #: includes/widgets/htmega_special_banner.php:402
9538
+ #: includes/widgets/htmega_special_banner.php:466
9539
+ #: includes/widgets/htmega_special_banner.php:530
9540
+ #: includes/widgets/htmega_special_banner.php:594
9541
+ #: includes/widgets/htmega_special_banner.php:662
9542
+ #: includes/widgets/htmega_tab.php:353 includes/widgets/htmega_table.php:373
9543
+ #: includes/widgets/htmega_table.php:493
9544
+ #: includes/widgets/htmega_vertical_timeline.php:137
9545
+ #: includes/widgets/htmega_vertical_timeline.php:170
9546
+ #: includes/widgets/htmega_vertical_timeline.php:203
9547
+ #: includes/widgets/htmega_wc_categories.php:294
9548
+ #: includes/widgets/htmega_wc_element_pages.php:266
9549
+ #: includes/widgets/htmega_wc_element_pages.php:362
9550
+ #: includes/widgets/htmega_wc_element_pages.php:490
9551
+ #: includes/widgets/htmega_wc_element_pages.php:702
9552
+ #: includes/widgets/htmega_wc_element_pages.php:848
9553
+ #: includes/widgets/htmega_wc_element_pages.php:1045
9554
+ #: includes/widgets/htmega_wc_element_pages.php:1140
9555
+ #: includes/widgets/htmega_wc_element_pages.php:1231
9556
+ #: includes/widgets/htmega_working_process.php:341
9557
+ #: includes/widgets/htmega_working_process.php:425
9558
+ #: includes/widgets/htmega_working_process.php:538
9559
+ msgid "Typography"
9560
+ msgstr ""
9561
+
9562
+ #: includes/widgets/htmega_weather.php:254
9563
+ msgid "Unit"
9564
+ msgstr ""
9565
+
9566
+ #: includes/widgets/htmega_weather.php:54
9567
+ msgid "Units"
9568
+ msgstr ""
9569
+
9570
+ #: includes/widgets/htmega_news_ticker.php:118
9571
+ msgid "Up"
9572
+ msgstr ""
9573
+
9574
+ #: includes/widgets/htmega_googlemap.php:162
9575
+ msgid "Use max 32x32 px size."
9576
+ msgstr ""
9577
+
9578
+ #: admin/include/admin-setting.php:558
9579
+ #: includes/widgets/htmega_user_login_form.php:13
9580
+ msgid "User Login Form"
9581
+ msgstr ""
9582
+
9583
+ #: admin/include/admin-setting.php:566
9584
+ #: includes/widgets/htmega_user_register_form.php:13
9585
+ msgid "User Register Form"
9586
+ msgstr ""
9587
+
9588
+ #: includes/widgets/htmega_twitter_feed.php:63
9589
+ msgid "UserName"
9590
+ msgstr ""
9591
+
9592
+ #: includes/widgets/htmega_user_login_form.php:760
9593
+ #: includes/widgets/htmega_user_login_form.php:761
9594
+ #: includes/widgets/htmega_user_register_form.php:143
9595
+ #: includes/widgets/htmega_user_register_form.php:144
9596
+ #: includes/widgets/htmega_user_register_form.php:274
9597
+ #: includes/widgets/htmega_user_register_form.php:275
9598
+ msgid "Username"
9599
+ msgstr ""
9600
+
9601
+ #: includes/widgets/htmega_user_login_form.php:78
9602
+ #: includes/widgets/htmega_user_register_form.php:141
9603
+ msgid "Username Label"
9604
+ msgstr ""
9605
+
9606
+ #: includes/widgets/htmega_user_login_form.php:80
9607
+ #: includes/widgets/htmega_user_login_form.php:93
9608
+ msgid "Username or Email"
9609
+ msgstr ""
9610
+
9611
+ #: includes/widgets/htmega_user_login_form.php:91
9612
+ #: includes/widgets/htmega_user_register_form.php:272
9613
+ msgid "Username Placeholder"
9614
+ msgstr ""
9615
+
9616
+ #: includes/widgets/htmega_progressbar.php:457
9617
+ msgid "Value"
9618
+ msgstr ""
9619
+
9620
+ #: includes/widgets/htmega_progressbar.php:163
9621
+ msgid "Value Indicator"
9622
+ msgstr ""
9623
+
9624
+ #: includes/widgets/htmega_progressbar.php:48
9625
+ #: includes/widgets/htmega_scroll_navigation.php:118
9626
+ msgid "Vertical"
9627
+ msgstr ""
9628
+
9629
+ #: includes/widgets/htmega_special_banner.php:212
9630
+ msgid "Vertical Postion"
9631
+ msgstr ""
9632
+
9633
+ #: includes/widgets/htmega_slider_thumb_gallery.php:448
9634
+ msgid "Vertical Slide"
9635
+ msgstr ""
9636
+
9637
+ #: admin/include/admin-setting.php:574
9638
+ #: includes/widgets/htmega_vertical_timeline.php:13
9639
+ #: includes/widgets/htmega_vertical_timeline.php:29
9640
+ msgid "Verticle Timeline"
9641
+ msgstr ""
9642
+
9643
+ #: includes/widgets/htmega_socialshere.php:84
9644
+ msgid "Viber"
9645
+ msgstr ""
9646
+
9647
+ #: includes/widgets/htmega_lightbox.php:53
9648
+ msgid "Video"
9649
+ msgstr ""
9650
+
9651
+ #: includes/widgets/htmega_video_player.php:51
9652
+ msgid "Video Container"
9653
+ msgstr ""
9654
+
9655
+ #: includes/widgets/htmega_video_player.php:95
9656
+ msgid "Video Image"
9657
+ msgstr ""
9658
+
9659
+ #: includes/widgets/htmega_video_player.php:112
9660
+ msgid "Video Options"
9661
+ msgstr ""
9662
+
9663
+ #: admin/include/admin-setting.php:582
9664
+ #: includes/widgets/htmega_video_player.php:13
9665
+ #: includes/widgets/htmega_video_player.php:44
9666
+ msgid "Video Player"
9667
+ msgstr ""
9668
+
9669
+ #: includes/widgets/htmega_video_player.php:181
9670
+ msgid "Video Start Time"
9671
+ msgstr ""
9672
+
9673
+ #: admin/include/admin-setting.php:1104
9674
+ msgid "Video Tutorial"
9675
+ msgstr ""
9676
+
9677
+ #: includes/widgets/htmega_lightbox.php:76
9678
+ msgid "Video URL"
9679
+ msgstr ""
9680
+
9681
+ #: includes/widgets/htmega_video_player.php:65
9682
+ msgid "Video Url"
9683
+ msgstr ""
9684
+
9685
+ #: includes/widgets/htmega_socialshere.php:342
9686
+ msgid "View"
9687
+ msgstr ""
9688
+
9689
+ #: admin/include/admin-setting.php:806
9690
+ msgid "View Counter"
9691
+ msgstr ""
9692
+
9693
+ #: admin/include/admin-setting.php:805
9694
+ msgid "View Counter <span>( Pro )</span>"
9695
+ msgstr ""
9696
+
9697
+ #: includes/widgets/htmega_accordion.php:336
9698
+ msgid "Visible Item"
9699
+ msgstr ""
9700
+
9701
+ #: includes/widgets/htmega_animated_heading.php:107
9702
+ msgid "Visible Item Number"
9703
+ msgstr ""
9704
+
9705
+ #: includes/widgets/htmega_socialshere.php:62
9706
+ msgid "Vkontakte"
9707
+ msgstr ""
9708
+
9709
+ #: includes/widgets/htmega_button.php:84 includes/widgets/htmega_notify.php:121
9710
+ msgid "Warning"
9711
+ msgstr ""
9712
+
9713
+ #: admin/include/admin-setting.php:1030
9714
+ #: includes/widgets/htmega_wc_add_to_cart.php:14
9715
+ msgid "WC : Add To cart"
9716
+ msgstr ""
9717
+
9718
+ #: admin/include/admin-setting.php:1038
9719
+ #: includes/widgets/htmega_wc_categories.php:13
9720
+ msgid "WC : Categories"
9721
+ msgstr ""
9722
+
9723
+ #: admin/include/admin-setting.php:1046
9724
+ #: includes/widgets/htmega_wc_element_pages.php:13
9725
+ msgid "WC : Pages"
9726
+ msgstr ""
9727
+
9728
+ #: extensions/wc-sales-notification/admin/setting.php:268
9729
+ msgid "WC Sales Notification Settings"
9730
+ msgstr ""
9731
+
9732
+ #: admin/include/admin-setting.php:1019 includes/widgets/htmega_weather.php:13
9733
+ #: includes/widgets/htmega_weather.php:29
9734
+ msgid "Weather"
9735
+ msgstr ""
9736
+
9737
+ #: includes/widgets/htmega_user_register_form.php:88
9738
+ #: includes/widgets/htmega_user_register_form.php:230
9739
+ #: includes/widgets/htmega_user_register_form.php:231
9740
+ #: includes/widgets/htmega_user_register_form.php:355
9741
+ #: includes/widgets/htmega_user_register_form.php:356
9742
+ msgid "Website"
9743
+ msgstr ""
9744
+
9745
+ #: includes/widgets/htmega_user_register_form.php:228
9746
+ msgid "Website Label"
9747
+ msgstr ""
9748
+
9749
+ #: includes/widgets/htmega_user_register_form.php:353
9750
+ msgid "Website Placeholder"
9751
+ msgstr ""
9752
+
9753
+ #: includes/widgets/htmega_business_hours.php:163
9754
+ msgid "Wednesday"
9755
+ msgstr ""
9756
+
9757
+ #: includes/widgets/htmega_socialshere.php:81
9758
+ msgid "Weibo"
9759
+ msgstr ""
9760
+
9761
+ #: includes/widgets/htmega_socialshere.php:85
9762
+ msgid "Whatsapp"
9763
+ msgstr ""
9764
+
9765
+ #: includes/widgets/htmega_weather.php:72
9766
+ msgid "Wide"
9767
+ msgstr ""
9768
+
9769
+ #: includes/widgets/htmega_blockquote.php:632
9770
+ #: includes/widgets/htmega_carousel.php:536
9771
+ #: includes/widgets/htmega_carousel.php:719
9772
+ #: includes/widgets/htmega_image_comparison.php:360
9773
+ #: includes/widgets/htmega_instagram.php:1025
9774
+ #: includes/widgets/htmega_instagram.php:1208
9775
+ #: includes/widgets/htmega_job_manager.php:156
9776
+ #: includes/widgets/htmega_modal.php:308
9777
+ #: includes/widgets/htmega_panel_slider.php:748
9778
+ #: includes/widgets/htmega_panel_slider.php:900
9779
+ #: includes/widgets/htmega_popover.php:514
9780
+ #: includes/widgets/htmega_post_carousel.php:1298
9781
+ #: includes/widgets/htmega_post_carousel.php:1450
9782
+ #: includes/widgets/htmega_post_slider.php:1318
9783
+ #: includes/widgets/htmega_post_slider.php:1470
9784
+ #: includes/widgets/htmega_scroll_navigation.php:357
9785
+ #: includes/widgets/htmega_services.php:471
9786
+ #: includes/widgets/htmega_services.php:719
9787
+ #: includes/widgets/htmega_slider_thumb_gallery.php:833
9788
+ #: includes/widgets/htmega_slider_thumb_gallery.php:1015
9789
+ #: includes/widgets/htmega_special_banner.php:158
9790
+ #: includes/widgets/htmega_testimonial.php:951
9791
+ #: includes/widgets/htmega_testimonial.php:1134
9792
+ #: includes/widgets/htmega_twitter_feed.php:1044
9793
+ #: includes/widgets/htmega_twitter_feed.php:1225
9794
+ msgid "Width"
9795
+ msgstr ""
9796
+
9797
+ #: includes/widgets/htmega_pricing_table.php:216
9798
+ msgid "Won"
9799
+ msgstr ""
9800
+
9801
+ #: includes/widgets/htmega_progressbar.php:94
9802
+ #: includes/widgets/htmega_progressbar.php:115
9803
+ #: includes/widgets/htmega_progressbar.php:198
9804
+ #: includes/widgets/htmega_progressbar.php:207
9805
+ #: includes/widgets/htmega_socialshere.php:78
9806
+ msgid "WordPress"
9807
+ msgstr ""
9808
+
9809
+ #: includes/widgets/htmega_pricing_list_view.php:67
9810
+ #: includes/widgets/htmega_pricing_list_view.php:114
9811
+ msgid "WordPress Plugin"
9812
+ msgstr ""
9813
+
9814
+ #: admin/include/admin-setting.php:590
9815
+ #: includes/widgets/htmega_working_process.php:13
9816
+ #: includes/widgets/htmega_working_process.php:28
9817
+ msgid "Working Process"
9818
+ msgstr ""
9819
+
9820
+ #: admin/include/admin-setting.php:989 includes/widgets/htmega_wpforms.php:13
9821
+ #: includes/widgets/htmega_wpforms.php:43
9822
+ msgid "WP Form"
9823
+ msgstr ""
9824
+
9825
+ #: includes/widgets/htmega_section_title.php:258
9826
+ msgid "X Offset"
9827
+ msgstr ""
9828
+
9829
+ #: includes/widgets/htmega_image_marker.php:108
9830
+ msgid "X Postion"
9831
+ msgstr ""
9832
+
9833
+ #: includes/widgets/htmega_socialshere.php:77
9834
+ msgid "Xing"
9835
+ msgstr ""
9836
+
9837
+ #: includes/widgets/htmega_section_title.php:281
9838
+ msgid "Y Offset"
9839
+ msgstr ""
9840
+
9841
+ #: includes/widgets/htmega_image_marker.php:129
9842
+ msgid "Y Postion"
9843
+ msgstr ""
9844
+
9845
+ #: includes/widgets/htmega_booked_calender.php:113
9846
+ msgid "Year"
9847
+ msgstr ""
9848
+
9849
+ #: includes/widgets/htmega_pricing_table.php:215
9850
+ msgid "Yen/Yuan"
9851
+ msgstr ""
9852
+
9853
+ #: includes/widgets/htmega_carousel.php:205
9854
+ #: includes/widgets/htmega_gravity_forms.php:89
9855
+ #: includes/widgets/htmega_instagram.php:366
9856
+ #: includes/widgets/htmega_panel_slider.php:225
9857
+ #: includes/widgets/htmega_post_carousel.php:365
9858
+ #: includes/widgets/htmega_post_slider.php:365
9859
+ #: includes/widgets/htmega_slider_thumb_gallery.php:196
9860
+ #: includes/widgets/htmega_slider_thumb_gallery.php:461
9861
+ #: includes/widgets/htmega_testimonial.php:259
9862
+ #: includes/widgets/htmega_twitter_feed.php:299
9863
+ #: includes/widgets/htmega_user_login_form.php:134
9864
+ #: includes/widgets/htmega_video_player.php:123
9865
+ #: includes/widgets/htmega_video_player.php:135
9866
+ #: includes/widgets/htmega_video_player.php:147
9867
+ #: includes/widgets/htmega_video_player.php:159
9868
+ #: includes/widgets/htmega_video_player.php:171
9869
+ msgid "Yes"
9870
+ msgstr ""
9871
+
9872
+ #: includes/widgets/htmega_business_hours.php:149
9873
+ #: includes/widgets/htmega_instagram_feed.php:72
9874
+ #: includes/widgets/htmega_instagram_feed.php:83
9875
+ #: includes/widgets/htmega_instagram_feed.php:107
9876
+ msgid "yes"
9877
+ msgstr ""
9878
+
9879
+ #: includes/widgets/htmega_twitter_feed.php:1488
9880
+ msgid "yesterday"
9881
+ msgstr ""
9882
+
9883
+ #: includes/widgets/htmega_user_login_form.php:774
9884
+ #: includes/widgets/htmega_user_register_form.php:1042
9885
+ #, php-format
9886
+ msgid "You are Logged in as %1$s (<a href=\"%2$s\">Logout</a>)"
9887
+ msgstr ""
9888
+
9889
+ #: admin/include/admin-setting.php:620
9890
+ msgid "You can select 404 page from here."
9891
+ msgstr ""
9892
+
9893
+ #: extensions/ht-builder/admin/setting.php:113
9894
+ msgid "You can select 404 page from here. <span>( Pro )</span>"
9895
+ msgstr ""
9896
+
9897
+ #: extensions/ht-builder/admin/setting.php:74
9898
+ msgid "You can select blog page from here."
9899
+ msgstr ""
9900
+
9901
+ #: extensions/ht-builder/admin/setting.php:125
9902
+ msgid "You can select coming soon page from here. <span>( Pro )</span>"
9903
+ msgstr ""
9904
+
9905
+ #: extensions/ht-builder/admin/setting.php:92
9906
+ msgid "You can select footer template from here."
9907
+ msgstr ""
9908
+
9909
+ #: extensions/ht-builder/admin/setting.php:83
9910
+ msgid "You can select header template from here."
9911
+ msgstr ""
9912
+
9913
+ #: extensions/ht-builder/admin/setting.php:101
9914
+ msgid "You can select search page from here. <span>( Pro )</span>"
9915
+ msgstr ""
9916
+
9917
+ #: extensions/ht-builder/admin/setting.php:65
9918
+ msgid "You can select Single blog page from here."
9919
+ msgstr ""
9920
+
9921
+ #: includes/widgets/htmega_wc_element_pages.php:1284
9922
+ msgid "Your cart is currently empty."
9923
+ msgstr ""
9924
+
9925
+ #: includes/widgets/htmega_animated_heading.php:68
9926
+ msgid "Zoom"
9927
+ msgstr ""
9928
+
9929
+ #: includes/widgets/htmega_lightbox.php:255
9930
+ msgid "Zoom Button"
9931
+ msgstr ""
9932
+
9933
+ #: includes/widgets/htmega_lightbox.php:168
9934
+ msgid "Zoom Button Text"
9935
+ msgstr ""
9936
+
9937
+ #: includes/widgets/htmega_googlemap.php:44
9938
+ msgid "Zoom Control"
9939
+ msgstr ""
9940
+
9941
+ #: includes/widgets/htmega_instagram.php:217
9942
+ #: includes/widgets/htmega_lightbox.php:153
9943
+ msgid "Zoom Icon"
9944
+ msgstr ""
9945
+
9946
+ #: includes/widgets/htmega_instagram.php:167
9947
+ msgid "Zoom Icon Type"
9948
+ msgstr ""
9949
+
9950
+ #: includes/widgets/htmega_image_magnifier.php:78
9951
+ msgid "Zoom Label"
9952
+ msgstr ""
9953
+
9954
+ #: includes/widgets/htmega_image_magnifier.php:68
9955
+ msgid "Zoomable"
9956
+ msgstr ""
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: hasthemes, htplugins, devitemsllc
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
  Tested up to: 5.2.4
6
- Stable tag: 1.3.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -179,6 +179,10 @@ August 05 - 2019:
179
 
180
  == Changelog ==
181
 
 
 
 
 
182
  = Version: 1.3.0 - Date: 2019-10-29 =
183
  * Theme Builder Added.
184
  * Sales Notification Options Added.
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
  Tested up to: 5.2.4
6
+ Stable tag: 1.3.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
179
 
180
  == Changelog ==
181
 
182
+ = Version: 1.3.1 - Date: 2019-11-07 =
183
+ * Theme Builder Single page and archive page default template setting issue solved.
184
+ * Pricing Table Icon issue Solved.
185
+
186
  = Version: 1.3.0 - Date: 2019-10-29 =
187
  * Theme Builder Added.
188
  * Sales Notification Options Added.